diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd2c27b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +saves/ +Server/world/ diff --git a/.mixin.out/class/net/irisshaders/iris/gui/screen/ShaderPackScreen.class b/.mixin.out/class/net/irisshaders/iris/gui/screen/ShaderPackScreen.class new file mode 100644 index 0000000..fc9b56b Binary files /dev/null and b/.mixin.out/class/net/irisshaders/iris/gui/screen/ShaderPackScreen.class differ diff --git a/.mixin.out/class/net/minecraft/nbt/CompoundTag.class b/.mixin.out/class/net/minecraft/nbt/CompoundTag.class new file mode 100644 index 0000000..5a90fab Binary files /dev/null and b/.mixin.out/class/net/minecraft/nbt/CompoundTag.class differ diff --git a/Reimagined.jar b/Reimagined.jar new file mode 100644 index 0000000..ef4a8a6 Binary files /dev/null and b/Reimagined.jar differ diff --git a/config/c2me.toml b/config/c2me.toml index 2fbaa79..bd5520f 100644 --- a/config/c2me.toml +++ b/config/c2me.toml @@ -193,7 +193,7 @@ globalExecutorParallelism = "default" [clientSideConfig.modifyMaxVDConfig] # (Default: true) Whether to modify maximum view distance enabled = "default" - # (Default: 65) Max render distance allowed in game options + # (Default: 87) Max render distance allowed in game options maxViewDistance = "default" # (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1) # This allows requesting render distances higher than 127 chunks from the server diff --git a/config/controllable-client.toml b/config/controllable-client.toml index 263a220..a2cf72b 100644 --- a/config/controllable-client.toml +++ b/config/controllable-client.toml @@ -1,118 +1,118 @@ -# The library to use for game controller input. You can change this if you are having problems detecting game controllers. -# Please note that changing from the default library may disable some feature in Controllable, only use this as a last resort -# Valid values: GLFW, SDL2 -inputLibrary = "SDL2" - -# In-game related options. These can be changed in game instead of config! -[options] - # If enabled, some gameplay elements will cause the controller to rumble - # Valid values: true, false - rumble = true - # If rumble is enabled, this option determines the intensity. The higher the value, the stronger the feedback. - # Valid range: 0 to 1 (inclusive) - rumbleIntensity = 0.1 - # If enabled, controller will be automatically selected on start up or when plugged in - # Valid values: true, false - autoSelect = true - # If enabled, the player will render in the top left corner likes Bedrock Edition - # Valid values: true, false - paperDoll = false - # If enabled, hotbar will render closer to the center of the screen like on console. - # Valid values: true, false - consoleHotbar = false - # The image to use for the cursor. This only applies if virtual mouse is enabled! - # Valid values: LIGHT, DARK, CONSOLE, CONSOLE_PLUS, LEGACY_LIGHT, LEGACY_DARK - cursorType = "CONSOLE" - # The controller icons to use in game to display actions - # Valid values: DEFAULT, PLAYSTATION_5, PLAYSTATION_4, PLAYSTATION_3, XBOX_ONE, XBOX_360, SWITCH_JOYCONS, SWITCH_CONTROLLER, GAMECUBE, STEAM - controllerIcons = "DEFAULT" - # If enabled, inverts the controls on the Y axis for the camera - # Valid values: true, false - invertLook = false - # If enabled, inverts the controls on the X axis for the camera - # Valid values: true, false - invertRotation = false - # The distance you have to move the thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. - # Valid range: 0 to 1 (inclusive) - deadZone = 0.1 - # How much the trigger has to be pressed before it's input is registered. This fixes issues with triggers not being completely released to zero - # Valid range: 0 to 1 (inclusive) - triggerDeadZone = 0.05 - # The speed which the camera turns in game - # Valid range: 0 to 150 (inclusive) - rotationSpeed = 50.0 - # The sensitivity of the camera's pitch rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. - # Valid range: 0 to 1 (inclusive) - pitchSensitivity = 0.75 - # The sensitivity of the camera's yaw rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. - # Valid range: 0 to 1 (inclusive) - yawSensitivity = 1.0 - # The speed which the cursor or virtual mouse moves around the screen - # Valid range: 0 to 50 (inclusive) - mouseSpeed = 15.0 - # If enabled, this will disable and remove the virtual cursor from appearing. This is useful for a controller/mouse input combination. - # Valid values: true, false - disableVirtualCursor = true - # If enabled, shows common actions when displaying available on the screen - # Valid values: ALL, MINIMAL, NONE - showActions = "NONE" - # If enabled, allows you to craft quickly when clicking an item in the recipe book - # Valid values: true, false - quickCraft = true - # If enabled, plays a pop sound when you navigate in inventories, menus or scrolling the radial menu - # Valid values: true, false - navigateSound = true - # If enabled, plays the wooden button sound when quick moving items in an inventory (similar to legacy console edition) - # Valid values: true, false - quickMoveSound = true - # The thumbstick to use when scrolling items in the radial menu - # Valid values: LEFT, RIGHT - radialThumbstick = "RIGHT" - # The scale of the mouse speed when hovering a widget or item slot - # Valid range: 0.05 to 1 (inclusive) - hoverModifier = 0.6 - # Enabling this option will improve polling of controllers when your game FPS is capped. This will not have an effect if your game is already running at a low FPS without a cap. - # Valid values: true, false - fpsPollingFix = false - # Draws a transparent background behind the text of the button hint - # Valid values: true, false - hintBackground = true - # The speed that lists scroll - # Valid range: 1 to 30 (inclusive) - listScrollSpeed = 10.0 - # Adjusts the camera sensitivity when looking through a spyglass - # Valid range: 0 to 1 (inclusive) - spyglassSensitivity = 0.2 - # Allows you to control the settings of analog movement - # - # You have three options: - # - DISABLED: Player movement will behave like you are using a keyboard - # - LOCAL_ONLY: Player movement will depend on how much input you are applying to the - # thumbstick, giving you more precise control over direction and speed. - # However, this feature will only work in singleplayer/lan servers. - # - ALWAYS: Same as LOCAL_ONLY but allows you to additionally use the feature on - # remote servers (read message below). - # - # You should set this to DISABLED or LOCAL_ONLY if you are playing on public - # servers (e.g Hypixel) as analog movement may be detected by anti-cheat software. - # Valid values: DISABLED, LOCAL_ONLY, ALWAYS - analogMovement = "LOCAL_ONLY" - # If enabled, allows reading controller input even if the window is not in focus. This option will also - # prevent the game from auto pausing if the window loses focus. - # Valid values: true, false - backgroundInput = false - # If enabled, after four seconds, any overlays related to the controller will be hidden if no input is detected - # Valid values: true, false - overlayTimeout = true - - # Advanced related options. "advancedMode" option must be enabled - [options.advanced] - # If enabled, shows more advanced options for finer tuning - # Valid values: true, false - advancedMode = true - # The distance you have to move the left thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. - # Valid range: 0 to 1 (inclusive) - leftThumbstickDeadZone = 0.1 - # The distance you have to move the right thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. - # Valid range: 0 to 1 (inclusive) - rightThumbstickDeadZone = 0.1 +# The library to use for game controller input. You can change this if you are having problems detecting game controllers. +# Please note that changing from the default library may disable some feature in Controllable, only use this as a last resort +# Valid values: GLFW, SDL2 +inputLibrary = "SDL2" + +# In-game related options. These can be changed in game instead of config! +[options] + # If enabled, some gameplay elements will cause the controller to rumble + # Valid values: true, false + rumble = true + # If rumble is enabled, this option determines the intensity. The higher the value, the stronger the feedback. + # Valid range: 0 to 1 (inclusive) + rumbleIntensity = 0.1 + # If enabled, controller will be automatically selected on start up or when plugged in + # Valid values: true, false + autoSelect = true + # If enabled, the player will render in the top left corner likes Bedrock Edition + # Valid values: true, false + paperDoll = false + # If enabled, hotbar will render closer to the center of the screen like on console. + # Valid values: true, false + consoleHotbar = false + # The image to use for the cursor. This only applies if virtual mouse is enabled! + # Valid values: LIGHT, DARK, CONSOLE, CONSOLE_PLUS, LEGACY_LIGHT, LEGACY_DARK + cursorType = "CONSOLE" + # The controller icons to use in game to display actions + # Valid values: DEFAULT, PLAYSTATION_5, PLAYSTATION_4, PLAYSTATION_3, XBOX_ONE, XBOX_360, SWITCH_JOYCONS, SWITCH_CONTROLLER, GAMECUBE, STEAM + controllerIcons = "DEFAULT" + # If enabled, inverts the controls on the Y axis for the camera + # Valid values: true, false + invertLook = false + # If enabled, inverts the controls on the X axis for the camera + # Valid values: true, false + invertRotation = false + # The distance you have to move the thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + deadZone = 0.1 + # How much the trigger has to be pressed before it's input is registered. This fixes issues with triggers not being completely released to zero + # Valid range: 0 to 1 (inclusive) + triggerDeadZone = 0.05 + # The speed which the camera turns in game + # Valid range: 0 to 150 (inclusive) + rotationSpeed = 50.0 + # The sensitivity of the camera's pitch rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. + # Valid range: 0 to 1 (inclusive) + pitchSensitivity = 0.75 + # The sensitivity of the camera's yaw rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. + # Valid range: 0 to 1 (inclusive) + yawSensitivity = 1.0 + # The speed which the cursor or virtual mouse moves around the screen + # Valid range: 0 to 50 (inclusive) + mouseSpeed = 15.0 + # If enabled, this will disable and remove the virtual cursor from appearing. This is useful for a controller/mouse input combination. + # Valid values: true, false + disableVirtualCursor = true + # If enabled, shows common actions when displaying available on the screen + # Valid values: ALL, MINIMAL, NONE + showActions = "NONE" + # If enabled, allows you to craft quickly when clicking an item in the recipe book + # Valid values: true, false + quickCraft = true + # If enabled, plays a pop sound when you navigate in inventories, menus or scrolling the radial menu + # Valid values: true, false + navigateSound = true + # If enabled, plays the wooden button sound when quick moving items in an inventory (similar to legacy console edition) + # Valid values: true, false + quickMoveSound = true + # The thumbstick to use when scrolling items in the radial menu + # Valid values: LEFT, RIGHT + radialThumbstick = "RIGHT" + # The scale of the mouse speed when hovering a widget or item slot + # Valid range: 0,05 to 1 (inclusive) + hoverModifier = 0.6 + # Enabling this option will improve polling of controllers when your game FPS is capped. This will not have an effect if your game is already running at a low FPS without a cap. + # Valid values: true, false + fpsPollingFix = false + # Draws a transparent background behind the text of the button hint + # Valid values: true, false + hintBackground = true + # The speed that lists scroll + # Valid range: 1 to 30 (inclusive) + listScrollSpeed = 10.0 + # Adjusts the camera sensitivity when looking through a spyglass + # Valid range: 0 to 1 (inclusive) + spyglassSensitivity = 0.2 + # Allows you to control the settings of analog movement + # + # You have three options: + # - DISABLED: Player movement will behave like you are using a keyboard + # - LOCAL_ONLY: Player movement will depend on how much input you are applying to the + # thumbstick, giving you more precise control over direction and speed. + # However, this feature will only work in singleplayer/lan servers. + # - ALWAYS: Same as LOCAL_ONLY but allows you to additionally use the feature on + # remote servers (read message below). + # + # You should set this to DISABLED or LOCAL_ONLY if you are playing on public + # servers (e.g Hypixel) as analog movement may be detected by anti-cheat software. + # Valid values: DISABLED, LOCAL_ONLY, ALWAYS + analogMovement = "LOCAL_ONLY" + # If enabled, allows reading controller input even if the window is not in focus. This option will also + # prevent the game from auto pausing if the window loses focus. + # Valid values: true, false + backgroundInput = false + # If enabled, after four seconds, any overlays related to the controller will be hidden if no input is detected + # Valid values: true, false + overlayTimeout = true + + # Advanced related options. "advancedMode" option must be enabled + [options.advanced] + # If enabled, shows more advanced options for finer tuning + # Valid values: true, false + advancedMode = true + # The distance you have to move the left thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + leftThumbstickDeadZone = 0.1 + # The distance you have to move the right thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + rightThumbstickDeadZone = 0.1 diff --git a/config/controllable-client.toml.bak b/config/controllable-client.toml.bak new file mode 100644 index 0000000..263a220 --- /dev/null +++ b/config/controllable-client.toml.bak @@ -0,0 +1,118 @@ +# The library to use for game controller input. You can change this if you are having problems detecting game controllers. +# Please note that changing from the default library may disable some feature in Controllable, only use this as a last resort +# Valid values: GLFW, SDL2 +inputLibrary = "SDL2" + +# In-game related options. These can be changed in game instead of config! +[options] + # If enabled, some gameplay elements will cause the controller to rumble + # Valid values: true, false + rumble = true + # If rumble is enabled, this option determines the intensity. The higher the value, the stronger the feedback. + # Valid range: 0 to 1 (inclusive) + rumbleIntensity = 0.1 + # If enabled, controller will be automatically selected on start up or when plugged in + # Valid values: true, false + autoSelect = true + # If enabled, the player will render in the top left corner likes Bedrock Edition + # Valid values: true, false + paperDoll = false + # If enabled, hotbar will render closer to the center of the screen like on console. + # Valid values: true, false + consoleHotbar = false + # The image to use for the cursor. This only applies if virtual mouse is enabled! + # Valid values: LIGHT, DARK, CONSOLE, CONSOLE_PLUS, LEGACY_LIGHT, LEGACY_DARK + cursorType = "CONSOLE" + # The controller icons to use in game to display actions + # Valid values: DEFAULT, PLAYSTATION_5, PLAYSTATION_4, PLAYSTATION_3, XBOX_ONE, XBOX_360, SWITCH_JOYCONS, SWITCH_CONTROLLER, GAMECUBE, STEAM + controllerIcons = "DEFAULT" + # If enabled, inverts the controls on the Y axis for the camera + # Valid values: true, false + invertLook = false + # If enabled, inverts the controls on the X axis for the camera + # Valid values: true, false + invertRotation = false + # The distance you have to move the thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + deadZone = 0.1 + # How much the trigger has to be pressed before it's input is registered. This fixes issues with triggers not being completely released to zero + # Valid range: 0 to 1 (inclusive) + triggerDeadZone = 0.05 + # The speed which the camera turns in game + # Valid range: 0 to 150 (inclusive) + rotationSpeed = 50.0 + # The sensitivity of the camera's pitch rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. + # Valid range: 0 to 1 (inclusive) + pitchSensitivity = 0.75 + # The sensitivity of the camera's yaw rotation when applying the rotation speed. Setting to 1.0 would mean applying 100% of the rotation speed. + # Valid range: 0 to 1 (inclusive) + yawSensitivity = 1.0 + # The speed which the cursor or virtual mouse moves around the screen + # Valid range: 0 to 50 (inclusive) + mouseSpeed = 15.0 + # If enabled, this will disable and remove the virtual cursor from appearing. This is useful for a controller/mouse input combination. + # Valid values: true, false + disableVirtualCursor = true + # If enabled, shows common actions when displaying available on the screen + # Valid values: ALL, MINIMAL, NONE + showActions = "NONE" + # If enabled, allows you to craft quickly when clicking an item in the recipe book + # Valid values: true, false + quickCraft = true + # If enabled, plays a pop sound when you navigate in inventories, menus or scrolling the radial menu + # Valid values: true, false + navigateSound = true + # If enabled, plays the wooden button sound when quick moving items in an inventory (similar to legacy console edition) + # Valid values: true, false + quickMoveSound = true + # The thumbstick to use when scrolling items in the radial menu + # Valid values: LEFT, RIGHT + radialThumbstick = "RIGHT" + # The scale of the mouse speed when hovering a widget or item slot + # Valid range: 0.05 to 1 (inclusive) + hoverModifier = 0.6 + # Enabling this option will improve polling of controllers when your game FPS is capped. This will not have an effect if your game is already running at a low FPS without a cap. + # Valid values: true, false + fpsPollingFix = false + # Draws a transparent background behind the text of the button hint + # Valid values: true, false + hintBackground = true + # The speed that lists scroll + # Valid range: 1 to 30 (inclusive) + listScrollSpeed = 10.0 + # Adjusts the camera sensitivity when looking through a spyglass + # Valid range: 0 to 1 (inclusive) + spyglassSensitivity = 0.2 + # Allows you to control the settings of analog movement + # + # You have three options: + # - DISABLED: Player movement will behave like you are using a keyboard + # - LOCAL_ONLY: Player movement will depend on how much input you are applying to the + # thumbstick, giving you more precise control over direction and speed. + # However, this feature will only work in singleplayer/lan servers. + # - ALWAYS: Same as LOCAL_ONLY but allows you to additionally use the feature on + # remote servers (read message below). + # + # You should set this to DISABLED or LOCAL_ONLY if you are playing on public + # servers (e.g Hypixel) as analog movement may be detected by anti-cheat software. + # Valid values: DISABLED, LOCAL_ONLY, ALWAYS + analogMovement = "LOCAL_ONLY" + # If enabled, allows reading controller input even if the window is not in focus. This option will also + # prevent the game from auto pausing if the window loses focus. + # Valid values: true, false + backgroundInput = false + # If enabled, after four seconds, any overlays related to the controller will be hidden if no input is detected + # Valid values: true, false + overlayTimeout = true + + # Advanced related options. "advancedMode" option must be enabled + [options.advanced] + # If enabled, shows more advanced options for finer tuning + # Valid values: true, false + advancedMode = true + # The distance you have to move the left thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + leftThumbstickDeadZone = 0.1 + # The distance you have to move the right thumbstick before it's input is registered. This fixes drifting as some thumbsticks don't center to zero. + # Valid range: 0 to 1 (inclusive) + rightThumbstickDeadZone = 0.1 diff --git a/config/euphoria_patcher/data.json b/config/euphoria_patcher/data.json index 35a800d..12d239d 100644 --- a/config/euphoria_patcher/data.json +++ b/config/euphoria_patcher/data.json @@ -1,5 +1,5 @@ { - "shaderHash": "3e88d18d474d76f09d202873b635a46100f79c5c588ec0491f108fc63b624f05", + "shaderHash": "2e16a5107a90e42c0da19166dd359d5dfc5f685d9816fccee4a0cb7759d80cbc", "EPVersion": "1.8.6", "styleReimagined": false, "styleUnbound": false diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties index 3a914bc..45f3385 100644 --- a/config/fabric/indigo-renderer.properties +++ b/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Thu Apr 30 15:08:57 MDT 2026 +#Thu May 07 22:07:46 MSK 2026 always-tesselate-blocks=auto ambient-occlusion-mode=hybrid debug-compare-lighting=auto diff --git a/config/flywheel-client-1.toml.bak b/config/flywheel-client-1.toml.bak index b404c02..df2cd93 100644 --- a/config/flywheel-client-1.toml.bak +++ b/config/flywheel-client-1.toml.bak @@ -1,14 +1,14 @@ -#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. -backend = "DEFAULT" -#Enable or disable instance update limiting with distance. -limitUpdates = true -#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. -# Default: -1 -# Range: -1 ~ 10 -workerThreads = -1 - -#Config options for Flywheel's built-in backends. -[flw_backends] - #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. - #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED - lightSmoothness = "SMOOTH" +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 16 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/flywheel-client-2.toml.bak b/config/flywheel-client-2.toml.bak index df2cd93..b404c02 100644 --- a/config/flywheel-client-2.toml.bak +++ b/config/flywheel-client-2.toml.bak @@ -1,14 +1,14 @@ -#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. -backend = "DEFAULT" -#Enable or disable instance update limiting with distance. -limitUpdates = true -#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. -# Default: -1 -# Range: -1 ~ 16 -workerThreads = -1 - -#Config options for Flywheel's built-in backends. -[flw_backends] - #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. - #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED - lightSmoothness = "SMOOTH" +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 10 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/flywheel-client-3.toml.bak b/config/flywheel-client-3.toml.bak index b404c02..df2cd93 100644 --- a/config/flywheel-client-3.toml.bak +++ b/config/flywheel-client-3.toml.bak @@ -1,14 +1,14 @@ -#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. -backend = "DEFAULT" -#Enable or disable instance update limiting with distance. -limitUpdates = true -#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. -# Default: -1 -# Range: -1 ~ 10 -workerThreads = -1 - -#Config options for Flywheel's built-in backends. -[flw_backends] - #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. - #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED - lightSmoothness = "SMOOTH" +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 16 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/flywheel-client-4.toml.bak b/config/flywheel-client-4.toml.bak index df2cd93..b404c02 100644 --- a/config/flywheel-client-4.toml.bak +++ b/config/flywheel-client-4.toml.bak @@ -1,14 +1,14 @@ -#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. -backend = "DEFAULT" -#Enable or disable instance update limiting with distance. -limitUpdates = true -#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. -# Default: -1 -# Range: -1 ~ 16 -workerThreads = -1 - -#Config options for Flywheel's built-in backends. -[flw_backends] - #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. - #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED - lightSmoothness = "SMOOTH" +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 10 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/flywheel-client-5.toml.bak b/config/flywheel-client-5.toml.bak new file mode 100644 index 0000000..df2cd93 --- /dev/null +++ b/config/flywheel-client-5.toml.bak @@ -0,0 +1,14 @@ +#Select the backend to use. Set to "DEFAULT" to let Flywheel decide. +backend = "DEFAULT" +#Enable or disable instance update limiting with distance. +limitUpdates = true +#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. +# Default: -1 +# Range: -1 ~ 16 +workerThreads = -1 + +#Config options for Flywheel's built-in backends. +[flw_backends] + #How smooth Flywheel's shader-based lighting should be. May have a large performance impact. + #Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED + lightSmoothness = "SMOOTH" diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml index df2cd93..a39c8a4 100644 --- a/config/flywheel-client.toml +++ b/config/flywheel-client.toml @@ -4,7 +4,7 @@ backend = "DEFAULT" limitUpdates = true #The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect. # Default: -1 -# Range: -1 ~ 16 +# Range: -1 ~ 12 workerThreads = -1 #Config options for Flywheel's built-in backends. diff --git a/config/fml.toml b/config/fml.toml index c94ad97..bb2dee1 100644 --- a/config/fml.toml +++ b/config/fml.toml @@ -13,9 +13,9 @@ disableOptimizedDFU = true #Early window provider earlyWindowProvider = "fmlearlywindow" #Early window width -earlyWindowWidth = 854 +earlyWindowWidth = 925 #Early window height -earlyWindowHeight = 480 +earlyWindowHeight = 530 #Early window framebuffer scale earlyWindowFBScale = 1 #Early window starts maximized diff --git a/config/iris.properties b/config/iris.properties new file mode 100644 index 0000000..7e6d1d3 --- /dev/null +++ b/config/iris.properties @@ -0,0 +1,9 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Thu May 07 22:08:14 MSK 2026 +allowUnknownShaders=false +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +enableShaders=true +maxShadowRenderDistance=32 +shaderPack= diff --git a/config/sodium-fingerprint.json b/config/sodium-fingerprint.json index 70e9bf9..dbbe70c 100644 --- a/config/sodium-fingerprint.json +++ b/config/sodium-fingerprint.json @@ -1 +1 @@ -{"v":1,"s":"e04dc1afe8a99433df3646983f8c314a98e008ecc31882df9ed4f6c0430944dbf3e6d3a177b269ec7c82f8c8d5b99e9a1d5e32a3073dd2b8a40d5a11dd565dd6","u":"9984bb6e8e90afd36e425121a424a236b95567e9950fe6ddd913459099b81bf06a9faebb1e1e6f18195fde1132b5e631f4cc300d42873279bff20160b397ad9f","p":"b2757d296b134f24e1b49445e61e9de58da073078d401eeb8026d8da9e2568c19b93e57764082960ed2b80afe7f0f2099658739fece405d4f2f326fd264d5f1a","t":1772524137} \ No newline at end of file +{"v":1,"s":"0ea206fcea4cf211f31a8d5d6ff82f044d4d3ef559099afa230d0ddacb0c85d1b8b8dba81ae349c96a63a6570b08cbc8a8f4637344c3d7fdf192aeb6c7c1e969","u":"14def5b20388cc1c97b2d2829db9ffd540b95bc2dba285b349e5cdaa4f327c1c6ef672ef28c6aa4549602a97e1254e4bf9e89700419cba8bde4a0d5bb951a28a","p":"eb0f42baaa47f4a9f29c1c0a46dc3ba01148325411298a668a6aea0c3e761f8140bae0819d3d81c2e5a6727dacce6710801c08ff41dcbbc070c2968ab41f8fe4","t":1778180894} \ No newline at end of file diff --git a/config/sodium-options.json b/config/sodium-options.json index 1a3e948..01ad6ec 100644 --- a/config/sodium-options.json +++ b/config/sodium-options.json @@ -20,7 +20,7 @@ }, "notifications": { "has_cleared_donation_button": false, - "has_seen_donation_prompt": true + "has_seen_donation_prompt": false }, "debug": { "terrain_sorting_enabled": true diff --git a/config/sounds/chat.json b/config/sounds/chat.json index 19bfb09..d482a60 100644 --- a/config/sounds/chat.json +++ b/config/sounds/chat.json @@ -21,7 +21,8 @@ "soundEvent": "minecraft:block.note_block.chime" }, "mentionKeywords": [ - "@SherpaScotty" + "@SherpaScotty", + "@mrleo1nid" ], "ignoreSystemChats": false, "enableChatSoundCooldown": false, diff --git a/config/super_resolution.toml b/config/super_resolution.toml new file mode 100644 index 0000000..9a47571 --- /dev/null +++ b/config/super_resolution.toml @@ -0,0 +1,29 @@ +enable_upscale = true +upscale_ratio = 1.7 +upscale_algo = "sgsr1" +sharpness = 0.55 +capture_mode = "A" +pause_game_on_gui = false +inject_post_chain_blacklist = [] +compat_shader_compiler = false +enable_dataset_generator = false + +[debug] + debug_dump_shader = false + skip_init_vulkan = true + enable_render_doc = false + enable_imgui = false + enable_detailed_profiling = false + +[experiment] + generate_motion_vectors = false + + [special.fsr1] + fp16 = true + + [special.fsr2] + version = "V233" + fp16 = true + + [special.sgsr2] + variant = "CS_2" diff --git a/controllable_natives/README.txt b/controllable_natives/README.txt new file mode 100644 index 0000000..7cdac82 --- /dev/null +++ b/controllable_natives/README.txt @@ -0,0 +1,4 @@ +This directory holds the natives for Controllable, which are used to interface +with game controllers and read their inputs. It is safe to delete, just make sure +the game is closed as the natives may be loaded; preventing you from deleting them. +If you are developing a modpack, make sure to exclude this directory. \ No newline at end of file diff --git a/data/fabricDefaultResourcePacks.dat b/data/fabricDefaultResourcePacks.dat new file mode 100644 index 0000000..c8f91ef Binary files /dev/null and b/data/fabricDefaultResourcePacks.dat differ diff --git a/defaultconfigs/biolith/general.json b/defaultconfigs/biolith/general.json new file mode 100644 index 0000000..214639e --- /dev/null +++ b/defaultconfigs/biolith/general.json @@ -0,0 +1,7 @@ +{ + "enable_commands": true, + "force_resilient_feature_indexer": false, + "overworld_replacement_scale": 4, + "nether_replacement_scale": 2, + "end_replacement_scale": 1 +} \ No newline at end of file diff --git a/defaultconfigs/certain_questing_additions/client-config.snbt b/defaultconfigs/certain_questing_additions/client-config.snbt new file mode 100644 index 0000000..95fcd09 --- /dev/null +++ b/defaultconfigs/certain_questing_additions/client-config.snbt @@ -0,0 +1,4 @@ +# Default config file that will be copied to local\certain_questing_additions\client-config.snbt if it doesn't exist! +# Just copy any values you wish to override in here! + +{ } diff --git a/downloads/log.json b/downloads/log.json new file mode 100644 index 0000000..e69de29 diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_sign.json new file mode 100644 index 0000000..b7d879b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/aether/sign_skyroot_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/aether/sign_skyroot_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/aether/sign_skyroot_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/aether/sign_skyroot_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/aether/sign_skyroot_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/aether/sign_skyroot_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/aether/sign_skyroot_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/aether/sign_skyroot_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/aether/sign_skyroot_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/aether/sign_skyroot_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/aether/sign_skyroot_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/aether/sign_skyroot_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/aether/sign_skyroot_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/aether/sign_skyroot_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/aether/sign_skyroot_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/aether/sign_skyroot_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_wall_sign.json new file mode 100644 index 0000000..820023a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/aether/blockstates/skyroot_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/aether/sign_skyroot_wall" + }, + "facing=south": { + "model": "amendments:block/signs/aether/sign_skyroot_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/aether/sign_skyroot_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/aether/sign_skyroot_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/blockstates/natures_spirit/double_cheese_block.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/blockstates/natures_spirit/double_cheese_block.json new file mode 100644 index 0000000..7676e01 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/blockstates/natures_spirit/double_cheese_block.json @@ -0,0 +1,137 @@ +{ + "variants": { + "facing=west,bites=0": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_full", + "uvlock": true + }, + "facing=west,bites=1": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice1", + "uvlock": true + }, + "facing=west,bites=2": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice2", + "uvlock": true + }, + "facing=west,bites=3": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice3", + "uvlock": true + }, + "facing=west,bites=4": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice4", + "uvlock": true + }, + "facing=west,bites=5": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice5", + "uvlock": true + }, + "facing=west,bites=6": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice6", + "uvlock": true + }, + "facing=north,bites=0": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_full", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=1": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice1", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=2": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice2", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=3": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice3", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=4": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice4", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=5": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice5", + "uvlock": true, + "y": 90 + }, + "facing=north,bites=6": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice6", + "uvlock": true, + "y": 90 + }, + "facing=east,bites=0": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_full", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=1": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice1", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=2": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice2", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=3": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice3", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=4": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice4", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=5": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice5", + "uvlock": true, + "y": 180 + }, + "facing=east,bites=6": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice6", + "uvlock": true, + "y": 180 + }, + "facing=south,bites=0": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_full", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=1": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice1", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=2": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice2", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=3": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice3", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=4": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice4", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=5": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice5", + "uvlock": true, + "y": 270 + }, + "facing=south,bites=6": { + "model": "amendments:block/double_cake/natures_spirit/double_cheese_block_slice6", + "uvlock": true, + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_full.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_full.json new file mode 100644 index 0000000..568cfb4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_full.json @@ -0,0 +1,13 @@ +{ + "parent": "amendments:block/double_cake/full_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice1.json new file mode 100644 index 0000000..d70bf60 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice1.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice1_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice2.json new file mode 100644 index 0000000..895aba6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice2.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice2_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice3.json new file mode 100644 index 0000000..690aa83 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice3.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice3_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice4.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice4.json new file mode 100644 index 0000000..29e0668 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice4.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice4_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice5.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice5.json new file mode 100644 index 0000000..c555e4a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice5.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice5_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice6.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice6.json new file mode 100644 index 0000000..feb5438 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/double_cake/natures_spirit/double_cheese_block_slice6.json @@ -0,0 +1,14 @@ +{ + "parent": "amendments:block/double_cake/slice6_template", + "credit": "Made with Blockbench", + "textures": { + "side_up": "natures_spirit:block/cheese_block_side", + "top_up": "natures_spirit:block/cheese_block_top", + "inner": "natures_spirit:block/cheese_block_inner", + "bottom": "natures_spirit:block/cheese_block_bottom", + "top": "natures_spirit:block/cheese_block_top", + "particle": "natures_spirit:block/cheese_block_side", + "side": "natures_spirit:block/cheese_block_side" + } + +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_0.json new file mode 100644 index 0000000..a582063 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/aether/sign_skyroot", + "particle": "amendments:block/signs/aether/sign_skyroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_1.json new file mode 100644 index 0000000..f8ea053 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/aether/sign_skyroot", + "particle": "amendments:block/signs/aether/sign_skyroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_2.json new file mode 100644 index 0000000..fc51322 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/aether/sign_skyroot", + "particle": "amendments:block/signs/aether/sign_skyroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_3.json new file mode 100644 index 0000000..2f0046e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/aether/sign_skyroot", + "particle": "amendments:block/signs/aether/sign_skyroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_wall.json new file mode 100644 index 0000000..85d9c76 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/aether/sign_skyroot_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/aether/sign_skyroot", + "particle": "amendments:block/signs/aether/sign_skyroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_0.json new file mode 100644 index 0000000..5b52eb4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_dragon_tree", + "particle": "amendments:block/signs/betterend/sign_dragon_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_1.json new file mode 100644 index 0000000..ae2e360 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_dragon_tree", + "particle": "amendments:block/signs/betterend/sign_dragon_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_2.json new file mode 100644 index 0000000..e7f7b6e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_dragon_tree", + "particle": "amendments:block/signs/betterend/sign_dragon_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_3.json new file mode 100644 index 0000000..4d6650f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_dragon_tree", + "particle": "amendments:block/signs/betterend/sign_dragon_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_wall.json new file mode 100644 index 0000000..7e5d279 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_dragon_tree_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_dragon_tree", + "particle": "amendments:block/signs/betterend/sign_dragon_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_0.json new file mode 100644 index 0000000..96571c8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_end_lotus", + "particle": "amendments:block/signs/betterend/sign_end_lotus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_1.json new file mode 100644 index 0000000..78d96fc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_end_lotus", + "particle": "amendments:block/signs/betterend/sign_end_lotus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_2.json new file mode 100644 index 0000000..67b5c93 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_end_lotus", + "particle": "amendments:block/signs/betterend/sign_end_lotus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_3.json new file mode 100644 index 0000000..88a7c2a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_end_lotus", + "particle": "amendments:block/signs/betterend/sign_end_lotus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_wall.json new file mode 100644 index 0000000..69d1981 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_end_lotus_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_end_lotus", + "particle": "amendments:block/signs/betterend/sign_end_lotus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_0.json new file mode 100644 index 0000000..5ef6acd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_helix_tree", + "particle": "amendments:block/signs/betterend/sign_helix_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_1.json new file mode 100644 index 0000000..c619bbb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_helix_tree", + "particle": "amendments:block/signs/betterend/sign_helix_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_2.json new file mode 100644 index 0000000..e7681e4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_helix_tree", + "particle": "amendments:block/signs/betterend/sign_helix_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_3.json new file mode 100644 index 0000000..15b3d66 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_helix_tree", + "particle": "amendments:block/signs/betterend/sign_helix_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_wall.json new file mode 100644 index 0000000..c6df277 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_helix_tree_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_helix_tree", + "particle": "amendments:block/signs/betterend/sign_helix_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_0.json new file mode 100644 index 0000000..9fc8265 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_jellyshroom", + "particle": "amendments:block/signs/betterend/sign_jellyshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_1.json new file mode 100644 index 0000000..330876e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_jellyshroom", + "particle": "amendments:block/signs/betterend/sign_jellyshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_2.json new file mode 100644 index 0000000..92dc7c3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_jellyshroom", + "particle": "amendments:block/signs/betterend/sign_jellyshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_3.json new file mode 100644 index 0000000..767392b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_jellyshroom", + "particle": "amendments:block/signs/betterend/sign_jellyshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_wall.json new file mode 100644 index 0000000..bc858d1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_jellyshroom_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_jellyshroom", + "particle": "amendments:block/signs/betterend/sign_jellyshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_0.json new file mode 100644 index 0000000..98229e9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_lacugrove", + "particle": "amendments:block/signs/betterend/sign_lacugrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_1.json new file mode 100644 index 0000000..f231cd7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_lacugrove", + "particle": "amendments:block/signs/betterend/sign_lacugrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_2.json new file mode 100644 index 0000000..8322cca --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_lacugrove", + "particle": "amendments:block/signs/betterend/sign_lacugrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_3.json new file mode 100644 index 0000000..7649a96 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_lacugrove", + "particle": "amendments:block/signs/betterend/sign_lacugrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_wall.json new file mode 100644 index 0000000..8ef78bf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lacugrove_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_lacugrove", + "particle": "amendments:block/signs/betterend/sign_lacugrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_0.json new file mode 100644 index 0000000..7d48033 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_lucernia", + "particle": "amendments:block/signs/betterend/sign_lucernia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_1.json new file mode 100644 index 0000000..71113c2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_lucernia", + "particle": "amendments:block/signs/betterend/sign_lucernia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_2.json new file mode 100644 index 0000000..e3c5e11 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_lucernia", + "particle": "amendments:block/signs/betterend/sign_lucernia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_3.json new file mode 100644 index 0000000..939d091 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_lucernia", + "particle": "amendments:block/signs/betterend/sign_lucernia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_wall.json new file mode 100644 index 0000000..c5a108d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_lucernia_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_lucernia", + "particle": "amendments:block/signs/betterend/sign_lucernia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_0.json new file mode 100644 index 0000000..7c3def2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_mossy_glowshroom", + "particle": "amendments:block/signs/betterend/sign_mossy_glowshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_1.json new file mode 100644 index 0000000..f5cc0aa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_mossy_glowshroom", + "particle": "amendments:block/signs/betterend/sign_mossy_glowshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_2.json new file mode 100644 index 0000000..79be53c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_mossy_glowshroom", + "particle": "amendments:block/signs/betterend/sign_mossy_glowshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_3.json new file mode 100644 index 0000000..7d1ec20 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_mossy_glowshroom", + "particle": "amendments:block/signs/betterend/sign_mossy_glowshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_wall.json new file mode 100644 index 0000000..1955a0f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_mossy_glowshroom_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_mossy_glowshroom", + "particle": "amendments:block/signs/betterend/sign_mossy_glowshroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_0.json new file mode 100644 index 0000000..4ed303f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_pythadendron", + "particle": "amendments:block/signs/betterend/sign_pythadendron" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_1.json new file mode 100644 index 0000000..be4ba98 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_pythadendron", + "particle": "amendments:block/signs/betterend/sign_pythadendron" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_2.json new file mode 100644 index 0000000..8ae8763 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_pythadendron", + "particle": "amendments:block/signs/betterend/sign_pythadendron" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_3.json new file mode 100644 index 0000000..8839f18 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_pythadendron", + "particle": "amendments:block/signs/betterend/sign_pythadendron" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_wall.json new file mode 100644 index 0000000..974073a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_pythadendron_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_pythadendron", + "particle": "amendments:block/signs/betterend/sign_pythadendron" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_0.json new file mode 100644 index 0000000..0a4cd99 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_tenanea", + "particle": "amendments:block/signs/betterend/sign_tenanea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_1.json new file mode 100644 index 0000000..8686713 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_tenanea", + "particle": "amendments:block/signs/betterend/sign_tenanea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_2.json new file mode 100644 index 0000000..19b76bb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_tenanea", + "particle": "amendments:block/signs/betterend/sign_tenanea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_3.json new file mode 100644 index 0000000..7313323 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_tenanea", + "particle": "amendments:block/signs/betterend/sign_tenanea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_wall.json new file mode 100644 index 0000000..69a2417 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_tenanea_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_tenanea", + "particle": "amendments:block/signs/betterend/sign_tenanea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_0.json new file mode 100644 index 0000000..bebbbee --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betterend/sign_umbrella_tree", + "particle": "amendments:block/signs/betterend/sign_umbrella_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_1.json new file mode 100644 index 0000000..da365aa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betterend/sign_umbrella_tree", + "particle": "amendments:block/signs/betterend/sign_umbrella_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_2.json new file mode 100644 index 0000000..0399a3d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betterend/sign_umbrella_tree", + "particle": "amendments:block/signs/betterend/sign_umbrella_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_3.json new file mode 100644 index 0000000..ecfc86b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betterend/sign_umbrella_tree", + "particle": "amendments:block/signs/betterend/sign_umbrella_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_wall.json new file mode 100644 index 0000000..586286f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betterend/sign_umbrella_tree_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betterend/sign_umbrella_tree", + "particle": "amendments:block/signs/betterend/sign_umbrella_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_0.json new file mode 100644 index 0000000..bf0b3cb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_anchor_tree", + "particle": "amendments:block/signs/betternether/sign_anchor_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_1.json new file mode 100644 index 0000000..bd8ebbc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_anchor_tree", + "particle": "amendments:block/signs/betternether/sign_anchor_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_2.json new file mode 100644 index 0000000..1c6e7b2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_anchor_tree", + "particle": "amendments:block/signs/betternether/sign_anchor_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_3.json new file mode 100644 index 0000000..f46e2df --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_anchor_tree", + "particle": "amendments:block/signs/betternether/sign_anchor_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_wall.json new file mode 100644 index 0000000..db866dc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_anchor_tree_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_anchor_tree", + "particle": "amendments:block/signs/betternether/sign_anchor_tree" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_0.json new file mode 100644 index 0000000..89d7e4e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_mushroom_fir", + "particle": "amendments:block/signs/betternether/sign_mushroom_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_1.json new file mode 100644 index 0000000..9dd68f6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_mushroom_fir", + "particle": "amendments:block/signs/betternether/sign_mushroom_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_2.json new file mode 100644 index 0000000..ed99041 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_mushroom_fir", + "particle": "amendments:block/signs/betternether/sign_mushroom_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_3.json new file mode 100644 index 0000000..dbdfbe5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_mushroom_fir", + "particle": "amendments:block/signs/betternether/sign_mushroom_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_wall.json new file mode 100644 index 0000000..ca660b6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_mushroom_fir_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_mushroom_fir", + "particle": "amendments:block/signs/betternether/sign_mushroom_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_0.json new file mode 100644 index 0000000..32d5aaf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_mushroom", + "particle": "amendments:block/signs/betternether/sign_nether_mushroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_1.json new file mode 100644 index 0000000..ac54add --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_mushroom", + "particle": "amendments:block/signs/betternether/sign_nether_mushroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_2.json new file mode 100644 index 0000000..4ffcb20 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_mushroom", + "particle": "amendments:block/signs/betternether/sign_nether_mushroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_3.json new file mode 100644 index 0000000..3575c7b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_mushroom", + "particle": "amendments:block/signs/betternether/sign_nether_mushroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_wall.json new file mode 100644 index 0000000..cda7b36 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_mushroom_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_mushroom", + "particle": "amendments:block/signs/betternether/sign_nether_mushroom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_0.json new file mode 100644 index 0000000..eb66e7f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_reed", + "particle": "amendments:block/signs/betternether/sign_nether_reed" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_1.json new file mode 100644 index 0000000..a1d1229 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_reed", + "particle": "amendments:block/signs/betternether/sign_nether_reed" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_2.json new file mode 100644 index 0000000..5762789 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_reed", + "particle": "amendments:block/signs/betternether/sign_nether_reed" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_3.json new file mode 100644 index 0000000..772aea5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_reed", + "particle": "amendments:block/signs/betternether/sign_nether_reed" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_wall.json new file mode 100644 index 0000000..c72761e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_reed_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_reed", + "particle": "amendments:block/signs/betternether/sign_nether_reed" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_0.json new file mode 100644 index 0000000..cb1b53d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_sakura", + "particle": "amendments:block/signs/betternether/sign_nether_sakura" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_1.json new file mode 100644 index 0000000..62b96f1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_sakura", + "particle": "amendments:block/signs/betternether/sign_nether_sakura" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_2.json new file mode 100644 index 0000000..dcc3803 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_sakura", + "particle": "amendments:block/signs/betternether/sign_nether_sakura" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_3.json new file mode 100644 index 0000000..6cdb4cc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_sakura", + "particle": "amendments:block/signs/betternether/sign_nether_sakura" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_wall.json new file mode 100644 index 0000000..9b38bf4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_nether_sakura_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_nether_sakura", + "particle": "amendments:block/signs/betternether/sign_nether_sakura" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_0.json new file mode 100644 index 0000000..efda7fd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_rubeus", + "particle": "amendments:block/signs/betternether/sign_rubeus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_1.json new file mode 100644 index 0000000..6329dac --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_rubeus", + "particle": "amendments:block/signs/betternether/sign_rubeus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_2.json new file mode 100644 index 0000000..465480d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_rubeus", + "particle": "amendments:block/signs/betternether/sign_rubeus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_3.json new file mode 100644 index 0000000..4e6ea78 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_rubeus", + "particle": "amendments:block/signs/betternether/sign_rubeus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_wall.json new file mode 100644 index 0000000..a1c5128 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_rubeus_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_rubeus", + "particle": "amendments:block/signs/betternether/sign_rubeus" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_0.json new file mode 100644 index 0000000..2369449 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_stalagnate", + "particle": "amendments:block/signs/betternether/sign_stalagnate" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_1.json new file mode 100644 index 0000000..a8cbeb4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_stalagnate", + "particle": "amendments:block/signs/betternether/sign_stalagnate" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_2.json new file mode 100644 index 0000000..7c5a9ef --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_stalagnate", + "particle": "amendments:block/signs/betternether/sign_stalagnate" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_3.json new file mode 100644 index 0000000..951bc1c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_stalagnate", + "particle": "amendments:block/signs/betternether/sign_stalagnate" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_wall.json new file mode 100644 index 0000000..bc34321 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_stalagnate_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_stalagnate", + "particle": "amendments:block/signs/betternether/sign_stalagnate" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_0.json new file mode 100644 index 0000000..a7336ef --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_wart", + "particle": "amendments:block/signs/betternether/sign_wart" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_1.json new file mode 100644 index 0000000..a4ca6d5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_wart", + "particle": "amendments:block/signs/betternether/sign_wart" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_2.json new file mode 100644 index 0000000..70963da --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_wart", + "particle": "amendments:block/signs/betternether/sign_wart" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_3.json new file mode 100644 index 0000000..96bbd94 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_wart", + "particle": "amendments:block/signs/betternether/sign_wart" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_wall.json new file mode 100644 index 0000000..efe8815 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_wart_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_wart", + "particle": "amendments:block/signs/betternether/sign_wart" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_0.json new file mode 100644 index 0000000..cc0af8f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/betternether/sign_willow", + "particle": "amendments:block/signs/betternether/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_1.json new file mode 100644 index 0000000..a0a0dc2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/betternether/sign_willow", + "particle": "amendments:block/signs/betternether/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_2.json new file mode 100644 index 0000000..c45e01a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/betternether/sign_willow", + "particle": "amendments:block/signs/betternether/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_3.json new file mode 100644 index 0000000..62fa080 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/betternether/sign_willow", + "particle": "amendments:block/signs/betternether/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_wall.json new file mode 100644 index 0000000..6ad6b44 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/betternether/sign_willow_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/betternether/sign_willow", + "particle": "amendments:block/signs/betternether/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_0.json new file mode 100644 index 0000000..c1e5a39 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_conberry", + "particle": "amendments:block/signs/deep_aether/sign_conberry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_1.json new file mode 100644 index 0000000..1dc2970 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_conberry", + "particle": "amendments:block/signs/deep_aether/sign_conberry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_2.json new file mode 100644 index 0000000..8051747 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_conberry", + "particle": "amendments:block/signs/deep_aether/sign_conberry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_3.json new file mode 100644 index 0000000..d9c3fa2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_conberry", + "particle": "amendments:block/signs/deep_aether/sign_conberry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_wall.json new file mode 100644 index 0000000..76c38a3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_conberry_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_conberry", + "particle": "amendments:block/signs/deep_aether/sign_conberry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_0.json new file mode 100644 index 0000000..74db291 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_cruderoot", + "particle": "amendments:block/signs/deep_aether/sign_cruderoot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_1.json new file mode 100644 index 0000000..725ab2c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_cruderoot", + "particle": "amendments:block/signs/deep_aether/sign_cruderoot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_2.json new file mode 100644 index 0000000..647c348 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_cruderoot", + "particle": "amendments:block/signs/deep_aether/sign_cruderoot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_3.json new file mode 100644 index 0000000..2faea7c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_cruderoot", + "particle": "amendments:block/signs/deep_aether/sign_cruderoot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_wall.json new file mode 100644 index 0000000..2ca8a7b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_cruderoot_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_cruderoot", + "particle": "amendments:block/signs/deep_aether/sign_cruderoot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_0.json new file mode 100644 index 0000000..2009ce9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_roseroot", + "particle": "amendments:block/signs/deep_aether/sign_roseroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_1.json new file mode 100644 index 0000000..1c385a9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_roseroot", + "particle": "amendments:block/signs/deep_aether/sign_roseroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_2.json new file mode 100644 index 0000000..4595f3c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_roseroot", + "particle": "amendments:block/signs/deep_aether/sign_roseroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_3.json new file mode 100644 index 0000000..df691de --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_roseroot", + "particle": "amendments:block/signs/deep_aether/sign_roseroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_wall.json new file mode 100644 index 0000000..3000b9b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_roseroot_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_roseroot", + "particle": "amendments:block/signs/deep_aether/sign_roseroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_0.json new file mode 100644 index 0000000..123c40b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_sunroot", + "particle": "amendments:block/signs/deep_aether/sign_sunroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_1.json new file mode 100644 index 0000000..c28002e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_sunroot", + "particle": "amendments:block/signs/deep_aether/sign_sunroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_2.json new file mode 100644 index 0000000..06ae9e4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_sunroot", + "particle": "amendments:block/signs/deep_aether/sign_sunroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_3.json new file mode 100644 index 0000000..ea719e1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_sunroot", + "particle": "amendments:block/signs/deep_aether/sign_sunroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_wall.json new file mode 100644 index 0000000..b005f4f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_sunroot_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_sunroot", + "particle": "amendments:block/signs/deep_aether/sign_sunroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_0.json new file mode 100644 index 0000000..d943d9e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_yagroot", + "particle": "amendments:block/signs/deep_aether/sign_yagroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_1.json new file mode 100644 index 0000000..25c1549 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_yagroot", + "particle": "amendments:block/signs/deep_aether/sign_yagroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_2.json new file mode 100644 index 0000000..d8f10ee --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_yagroot", + "particle": "amendments:block/signs/deep_aether/sign_yagroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_3.json new file mode 100644 index 0000000..392ad98 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_yagroot", + "particle": "amendments:block/signs/deep_aether/sign_yagroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_wall.json new file mode 100644 index 0000000..ad18d14 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deep_aether/sign_yagroot_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deep_aether/sign_yagroot", + "particle": "amendments:block/signs/deep_aether/sign_yagroot" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_0.json new file mode 100644 index 0000000..4d52c09 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_bloom", + "particle": "amendments:block/signs/deeperdarker/sign_bloom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_1.json new file mode 100644 index 0000000..7d0ecca --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_bloom", + "particle": "amendments:block/signs/deeperdarker/sign_bloom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_2.json new file mode 100644 index 0000000..082ad35 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_bloom", + "particle": "amendments:block/signs/deeperdarker/sign_bloom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_3.json new file mode 100644 index 0000000..bd81c39 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_bloom", + "particle": "amendments:block/signs/deeperdarker/sign_bloom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_wall.json new file mode 100644 index 0000000..3fcbfc1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_bloom_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_bloom", + "particle": "amendments:block/signs/deeperdarker/sign_bloom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_0.json new file mode 100644 index 0000000..0e72605 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_echo", + "particle": "amendments:block/signs/deeperdarker/sign_echo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_1.json new file mode 100644 index 0000000..60692fd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_echo", + "particle": "amendments:block/signs/deeperdarker/sign_echo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_2.json new file mode 100644 index 0000000..e3f7ff6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_echo", + "particle": "amendments:block/signs/deeperdarker/sign_echo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_3.json new file mode 100644 index 0000000..584da14 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_echo", + "particle": "amendments:block/signs/deeperdarker/sign_echo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_wall.json new file mode 100644 index 0000000..1c245cd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/deeperdarker/sign_echo_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/deeperdarker/sign_echo", + "particle": "amendments:block/signs/deeperdarker/sign_echo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_0.json new file mode 100644 index 0000000..fa121ab --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/black_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/black_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_1.json new file mode 100644 index 0000000..b482dda --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/black_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/black_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_2.json new file mode 100644 index 0000000..d830fc6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/black_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/black_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_3.json new file mode 100644 index 0000000..11fd322 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/black_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/black_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_wall.json new file mode 100644 index 0000000..2cc0009 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/black_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/black_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/black_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_0.json new file mode 100644 index 0000000..7febc9a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_1.json new file mode 100644 index 0000000..08e4487 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_2.json new file mode 100644 index 0000000..63ffba0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_3.json new file mode 100644 index 0000000..e20f01b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_wall.json new file mode 100644 index 0000000..eee783d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/blue_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_0.json new file mode 100644 index 0000000..f86756b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/brown_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/brown_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_1.json new file mode 100644 index 0000000..4e7434a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/brown_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/brown_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_2.json new file mode 100644 index 0000000..e7810d8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/brown_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/brown_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_3.json new file mode 100644 index 0000000..61af756 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/brown_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/brown_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_wall.json new file mode 100644 index 0000000..38bc188 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/brown_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/brown_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/brown_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_0.json new file mode 100644 index 0000000..4262366 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/canvas_sign", + "particle": "amendments:block/signs/farmersdelight/canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_1.json new file mode 100644 index 0000000..9cd0362 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/canvas_sign", + "particle": "amendments:block/signs/farmersdelight/canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_2.json new file mode 100644 index 0000000..13092da --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/canvas_sign", + "particle": "amendments:block/signs/farmersdelight/canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_3.json new file mode 100644 index 0000000..ba403fe --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/canvas_sign", + "particle": "amendments:block/signs/farmersdelight/canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_wall.json new file mode 100644 index 0000000..282d15e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/canvas_sign", + "particle": "amendments:block/signs/farmersdelight/canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_0.json new file mode 100644 index 0000000..517a103 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/cyan_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/cyan_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_1.json new file mode 100644 index 0000000..24048ce --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/cyan_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/cyan_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_2.json new file mode 100644 index 0000000..c175277 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/cyan_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/cyan_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_3.json new file mode 100644 index 0000000..2b77360 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/cyan_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/cyan_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_wall.json new file mode 100644 index 0000000..420f45b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/cyan_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/cyan_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/cyan_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_0.json new file mode 100644 index 0000000..866db31 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_1.json new file mode 100644 index 0000000..290e246 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_2.json new file mode 100644 index 0000000..13f546e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_3.json new file mode 100644 index 0000000..579a33d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_wall.json new file mode 100644 index 0000000..3688d0d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/gray_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_0.json new file mode 100644 index 0000000..ddc3a83 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/green_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/green_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_1.json new file mode 100644 index 0000000..63ce4b1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/green_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/green_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_2.json new file mode 100644 index 0000000..4bd59ca --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/green_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/green_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_3.json new file mode 100644 index 0000000..2c116e2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/green_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/green_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_wall.json new file mode 100644 index 0000000..e318176 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/green_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/green_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/green_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_0.json new file mode 100644 index 0000000..6c15423 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_1.json new file mode 100644 index 0000000..d1d762d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_2.json new file mode 100644 index 0000000..78d61e3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_3.json new file mode 100644 index 0000000..2b6c268 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_wall.json new file mode 100644 index 0000000..a62151e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_blue_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_blue_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_blue_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_0.json new file mode 100644 index 0000000..692f4eb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_1.json new file mode 100644 index 0000000..881548c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_2.json new file mode 100644 index 0000000..9fe3bda --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_3.json new file mode 100644 index 0000000..b2021c4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_wall.json new file mode 100644 index 0000000..eed1af3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/light_gray_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/light_gray_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/light_gray_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_0.json new file mode 100644 index 0000000..108d579 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/lime_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/lime_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_1.json new file mode 100644 index 0000000..133a854 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/lime_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/lime_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_2.json new file mode 100644 index 0000000..a4c2bd1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/lime_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/lime_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_3.json new file mode 100644 index 0000000..04e4cf3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/lime_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/lime_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_wall.json new file mode 100644 index 0000000..9a94ea5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/lime_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/lime_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/lime_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_0.json new file mode 100644 index 0000000..c50c885 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/magenta_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/magenta_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_1.json new file mode 100644 index 0000000..2f9c53a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/magenta_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/magenta_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_2.json new file mode 100644 index 0000000..b763495 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/magenta_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/magenta_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_3.json new file mode 100644 index 0000000..b75a371 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/magenta_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/magenta_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_wall.json new file mode 100644 index 0000000..405995c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/magenta_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/magenta_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/magenta_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_0.json new file mode 100644 index 0000000..3c08f1a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/orange_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/orange_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_1.json new file mode 100644 index 0000000..7f30268 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/orange_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/orange_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_2.json new file mode 100644 index 0000000..c58a204 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/orange_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/orange_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_3.json new file mode 100644 index 0000000..2416446 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/orange_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/orange_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_wall.json new file mode 100644 index 0000000..975900a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/orange_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/orange_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/orange_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_0.json new file mode 100644 index 0000000..5430987 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/pink_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/pink_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_1.json new file mode 100644 index 0000000..8ea3363 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/pink_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/pink_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_2.json new file mode 100644 index 0000000..67646bc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/pink_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/pink_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_3.json new file mode 100644 index 0000000..b7c0e2f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/pink_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/pink_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_wall.json new file mode 100644 index 0000000..1719c22 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/pink_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/pink_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/pink_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_0.json new file mode 100644 index 0000000..0e387e2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/purple_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/purple_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_1.json new file mode 100644 index 0000000..c848481 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/purple_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/purple_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_2.json new file mode 100644 index 0000000..68ea08c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/purple_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/purple_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_3.json new file mode 100644 index 0000000..e059f37 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/purple_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/purple_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_wall.json new file mode 100644 index 0000000..f7d1da0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/purple_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/purple_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/purple_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_0.json new file mode 100644 index 0000000..59a691b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/red_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/red_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_1.json new file mode 100644 index 0000000..e117782 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/red_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/red_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_2.json new file mode 100644 index 0000000..4771cd7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/red_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/red_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_3.json new file mode 100644 index 0000000..43f7f51 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/red_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/red_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_wall.json new file mode 100644 index 0000000..1eb3941 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/red_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/red_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/red_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_0.json new file mode 100644 index 0000000..234843e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/white_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/white_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_1.json new file mode 100644 index 0000000..726d885 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/white_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/white_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_2.json new file mode 100644 index 0000000..33283ac --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/white_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/white_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_3.json new file mode 100644 index 0000000..5e6ce45 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/white_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/white_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_wall.json new file mode 100644 index 0000000..e6815cf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/white_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/white_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/white_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_0.json new file mode 100644 index 0000000..1e538ef --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/farmersdelight/yellow_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/yellow_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_1.json new file mode 100644 index 0000000..82df6f9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/farmersdelight/yellow_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/yellow_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_2.json new file mode 100644 index 0000000..95e6d6a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/farmersdelight/yellow_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/yellow_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_3.json new file mode 100644 index 0000000..d9ee180 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/farmersdelight/yellow_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/yellow_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_wall.json new file mode 100644 index 0000000..a9b07e9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/farmersdelight/yellow_canvas_sign_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/farmersdelight/yellow_canvas_sign", + "particle": "amendments:block/signs/farmersdelight/yellow_canvas_sign" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_0.json new file mode 100644 index 0000000..18984fd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/mynethersdelight/sign_powdery", + "particle": "amendments:block/signs/mynethersdelight/sign_powdery" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_1.json new file mode 100644 index 0000000..3099093 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/mynethersdelight/sign_powdery", + "particle": "amendments:block/signs/mynethersdelight/sign_powdery" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_2.json new file mode 100644 index 0000000..de178ea --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/mynethersdelight/sign_powdery", + "particle": "amendments:block/signs/mynethersdelight/sign_powdery" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_3.json new file mode 100644 index 0000000..dec3bf8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/mynethersdelight/sign_powdery", + "particle": "amendments:block/signs/mynethersdelight/sign_powdery" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_wall.json new file mode 100644 index 0000000..e16b9ae --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/mynethersdelight/sign_powdery_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/mynethersdelight/sign_powdery", + "particle": "amendments:block/signs/mynethersdelight/sign_powdery" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_0.json new file mode 100644 index 0000000..6801bf3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_aspen", + "particle": "amendments:block/signs/natures_spirit/sign_aspen" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_1.json new file mode 100644 index 0000000..ca47cc2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_aspen", + "particle": "amendments:block/signs/natures_spirit/sign_aspen" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_2.json new file mode 100644 index 0000000..b0205a7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_aspen", + "particle": "amendments:block/signs/natures_spirit/sign_aspen" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_3.json new file mode 100644 index 0000000..29cf8f6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_aspen", + "particle": "amendments:block/signs/natures_spirit/sign_aspen" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_wall.json new file mode 100644 index 0000000..b17f0d3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_aspen_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_aspen", + "particle": "amendments:block/signs/natures_spirit/sign_aspen" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_0.json new file mode 100644 index 0000000..f5fc9ae --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cedar", + "particle": "amendments:block/signs/natures_spirit/sign_cedar" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_1.json new file mode 100644 index 0000000..60a5cfc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cedar", + "particle": "amendments:block/signs/natures_spirit/sign_cedar" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_2.json new file mode 100644 index 0000000..583a008 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cedar", + "particle": "amendments:block/signs/natures_spirit/sign_cedar" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_3.json new file mode 100644 index 0000000..1a4cbfa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cedar", + "particle": "amendments:block/signs/natures_spirit/sign_cedar" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_wall.json new file mode 100644 index 0000000..0d62536 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cedar_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cedar", + "particle": "amendments:block/signs/natures_spirit/sign_cedar" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_0.json new file mode 100644 index 0000000..7fcfed2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_coconut", + "particle": "amendments:block/signs/natures_spirit/sign_coconut" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_1.json new file mode 100644 index 0000000..ea1ebea --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_coconut", + "particle": "amendments:block/signs/natures_spirit/sign_coconut" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_2.json new file mode 100644 index 0000000..e9eb17c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_coconut", + "particle": "amendments:block/signs/natures_spirit/sign_coconut" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_3.json new file mode 100644 index 0000000..07da5ff --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_coconut", + "particle": "amendments:block/signs/natures_spirit/sign_coconut" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_wall.json new file mode 100644 index 0000000..688a965 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_coconut_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_coconut", + "particle": "amendments:block/signs/natures_spirit/sign_coconut" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_0.json new file mode 100644 index 0000000..379005e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cypress", + "particle": "amendments:block/signs/natures_spirit/sign_cypress" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_1.json new file mode 100644 index 0000000..de71d0e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cypress", + "particle": "amendments:block/signs/natures_spirit/sign_cypress" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_2.json new file mode 100644 index 0000000..c28d540 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cypress", + "particle": "amendments:block/signs/natures_spirit/sign_cypress" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_3.json new file mode 100644 index 0000000..1d5e94a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cypress", + "particle": "amendments:block/signs/natures_spirit/sign_cypress" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_wall.json new file mode 100644 index 0000000..d60976c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_cypress_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_cypress", + "particle": "amendments:block/signs/natures_spirit/sign_cypress" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_0.json new file mode 100644 index 0000000..842510b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_fir", + "particle": "amendments:block/signs/natures_spirit/sign_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_1.json new file mode 100644 index 0000000..d89aca0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_fir", + "particle": "amendments:block/signs/natures_spirit/sign_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_2.json new file mode 100644 index 0000000..7bf0a9a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_fir", + "particle": "amendments:block/signs/natures_spirit/sign_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_3.json new file mode 100644 index 0000000..a66c502 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_fir", + "particle": "amendments:block/signs/natures_spirit/sign_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_wall.json new file mode 100644 index 0000000..9c89c36 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_fir_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_fir", + "particle": "amendments:block/signs/natures_spirit/sign_fir" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_0.json new file mode 100644 index 0000000..0ef10d2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_ghaf", + "particle": "amendments:block/signs/natures_spirit/sign_ghaf" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_1.json new file mode 100644 index 0000000..75704c7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_ghaf", + "particle": "amendments:block/signs/natures_spirit/sign_ghaf" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_2.json new file mode 100644 index 0000000..d5b869d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_ghaf", + "particle": "amendments:block/signs/natures_spirit/sign_ghaf" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_3.json new file mode 100644 index 0000000..e1fdc8c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_ghaf", + "particle": "amendments:block/signs/natures_spirit/sign_ghaf" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_wall.json new file mode 100644 index 0000000..d10c8a9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_ghaf_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_ghaf", + "particle": "amendments:block/signs/natures_spirit/sign_ghaf" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_0.json new file mode 100644 index 0000000..f805a88 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_joshua", + "particle": "amendments:block/signs/natures_spirit/sign_joshua" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_1.json new file mode 100644 index 0000000..df15245 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_joshua", + "particle": "amendments:block/signs/natures_spirit/sign_joshua" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_2.json new file mode 100644 index 0000000..61309aa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_joshua", + "particle": "amendments:block/signs/natures_spirit/sign_joshua" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_3.json new file mode 100644 index 0000000..3a4b8ac --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_joshua", + "particle": "amendments:block/signs/natures_spirit/sign_joshua" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_wall.json new file mode 100644 index 0000000..9408f2f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_joshua_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_joshua", + "particle": "amendments:block/signs/natures_spirit/sign_joshua" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_0.json new file mode 100644 index 0000000..bb1ce87 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_larch", + "particle": "amendments:block/signs/natures_spirit/sign_larch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_1.json new file mode 100644 index 0000000..c550974 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_larch", + "particle": "amendments:block/signs/natures_spirit/sign_larch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_2.json new file mode 100644 index 0000000..9df660f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_larch", + "particle": "amendments:block/signs/natures_spirit/sign_larch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_3.json new file mode 100644 index 0000000..c0c6f5f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_larch", + "particle": "amendments:block/signs/natures_spirit/sign_larch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_wall.json new file mode 100644 index 0000000..b73f988 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_larch_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_larch", + "particle": "amendments:block/signs/natures_spirit/sign_larch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_0.json new file mode 100644 index 0000000..66b2baa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_mahogany", + "particle": "amendments:block/signs/natures_spirit/sign_mahogany" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_1.json new file mode 100644 index 0000000..4f09dfb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_mahogany", + "particle": "amendments:block/signs/natures_spirit/sign_mahogany" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_2.json new file mode 100644 index 0000000..8932ef5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_mahogany", + "particle": "amendments:block/signs/natures_spirit/sign_mahogany" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_3.json new file mode 100644 index 0000000..423132e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_mahogany", + "particle": "amendments:block/signs/natures_spirit/sign_mahogany" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_wall.json new file mode 100644 index 0000000..089f2b1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_mahogany_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_mahogany", + "particle": "amendments:block/signs/natures_spirit/sign_mahogany" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_0.json new file mode 100644 index 0000000..53e969d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_maple", + "particle": "amendments:block/signs/natures_spirit/sign_maple" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_1.json new file mode 100644 index 0000000..f2eb795 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_maple", + "particle": "amendments:block/signs/natures_spirit/sign_maple" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_2.json new file mode 100644 index 0000000..7de7e91 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_maple", + "particle": "amendments:block/signs/natures_spirit/sign_maple" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_3.json new file mode 100644 index 0000000..1965d4e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_maple", + "particle": "amendments:block/signs/natures_spirit/sign_maple" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_wall.json new file mode 100644 index 0000000..cf68642 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_maple_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_maple", + "particle": "amendments:block/signs/natures_spirit/sign_maple" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_0.json new file mode 100644 index 0000000..b52006c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_olive", + "particle": "amendments:block/signs/natures_spirit/sign_olive" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_1.json new file mode 100644 index 0000000..badc314 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_olive", + "particle": "amendments:block/signs/natures_spirit/sign_olive" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_2.json new file mode 100644 index 0000000..aa8f69d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_olive", + "particle": "amendments:block/signs/natures_spirit/sign_olive" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_3.json new file mode 100644 index 0000000..8b17739 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_olive", + "particle": "amendments:block/signs/natures_spirit/sign_olive" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_wall.json new file mode 100644 index 0000000..227a6b8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_olive_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_olive", + "particle": "amendments:block/signs/natures_spirit/sign_olive" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_0.json new file mode 100644 index 0000000..54f9591 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_palo_verde", + "particle": "amendments:block/signs/natures_spirit/sign_palo_verde" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_1.json new file mode 100644 index 0000000..90ebad6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_palo_verde", + "particle": "amendments:block/signs/natures_spirit/sign_palo_verde" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_2.json new file mode 100644 index 0000000..c4a2b72 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_palo_verde", + "particle": "amendments:block/signs/natures_spirit/sign_palo_verde" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_3.json new file mode 100644 index 0000000..70b01d7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_palo_verde", + "particle": "amendments:block/signs/natures_spirit/sign_palo_verde" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_wall.json new file mode 100644 index 0000000..d983d9c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_palo_verde_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_palo_verde", + "particle": "amendments:block/signs/natures_spirit/sign_palo_verde" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_0.json new file mode 100644 index 0000000..4fb193a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_redwood", + "particle": "amendments:block/signs/natures_spirit/sign_redwood" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_1.json new file mode 100644 index 0000000..10df411 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_redwood", + "particle": "amendments:block/signs/natures_spirit/sign_redwood" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_2.json new file mode 100644 index 0000000..b8f9311 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_redwood", + "particle": "amendments:block/signs/natures_spirit/sign_redwood" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_3.json new file mode 100644 index 0000000..79ec8a9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_redwood", + "particle": "amendments:block/signs/natures_spirit/sign_redwood" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_wall.json new file mode 100644 index 0000000..8be5fa8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_redwood_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_redwood", + "particle": "amendments:block/signs/natures_spirit/sign_redwood" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_0.json new file mode 100644 index 0000000..1243f3c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_saxaul", + "particle": "amendments:block/signs/natures_spirit/sign_saxaul" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_1.json new file mode 100644 index 0000000..a8b34e2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_saxaul", + "particle": "amendments:block/signs/natures_spirit/sign_saxaul" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_2.json new file mode 100644 index 0000000..9e994f3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_saxaul", + "particle": "amendments:block/signs/natures_spirit/sign_saxaul" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_3.json new file mode 100644 index 0000000..9906feb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_saxaul", + "particle": "amendments:block/signs/natures_spirit/sign_saxaul" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_wall.json new file mode 100644 index 0000000..036e4e4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_saxaul_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_saxaul", + "particle": "amendments:block/signs/natures_spirit/sign_saxaul" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_0.json new file mode 100644 index 0000000..a60295c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_sugi", + "particle": "amendments:block/signs/natures_spirit/sign_sugi" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_1.json new file mode 100644 index 0000000..a8f500c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_sugi", + "particle": "amendments:block/signs/natures_spirit/sign_sugi" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_2.json new file mode 100644 index 0000000..e5eb62e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_sugi", + "particle": "amendments:block/signs/natures_spirit/sign_sugi" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_3.json new file mode 100644 index 0000000..63631dd --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_sugi", + "particle": "amendments:block/signs/natures_spirit/sign_sugi" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_wall.json new file mode 100644 index 0000000..43e2997 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_sugi_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_sugi", + "particle": "amendments:block/signs/natures_spirit/sign_sugi" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_0.json new file mode 100644 index 0000000..043b305 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_willow", + "particle": "amendments:block/signs/natures_spirit/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_1.json new file mode 100644 index 0000000..ccadda9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_willow", + "particle": "amendments:block/signs/natures_spirit/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_2.json new file mode 100644 index 0000000..1e9c640 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_willow", + "particle": "amendments:block/signs/natures_spirit/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_3.json new file mode 100644 index 0000000..f769493 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_willow", + "particle": "amendments:block/signs/natures_spirit/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_wall.json new file mode 100644 index 0000000..fc352dc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_willow_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_willow", + "particle": "amendments:block/signs/natures_spirit/sign_willow" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_0.json new file mode 100644 index 0000000..5a8dd0e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_wisteria", + "particle": "amendments:block/signs/natures_spirit/sign_wisteria" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_1.json new file mode 100644 index 0000000..aa9efde --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_wisteria", + "particle": "amendments:block/signs/natures_spirit/sign_wisteria" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_2.json new file mode 100644 index 0000000..06598cf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_wisteria", + "particle": "amendments:block/signs/natures_spirit/sign_wisteria" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_3.json new file mode 100644 index 0000000..16a4d5e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_wisteria", + "particle": "amendments:block/signs/natures_spirit/sign_wisteria" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_wall.json new file mode 100644 index 0000000..30e4095 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/natures_spirit/sign_wisteria_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/natures_spirit/sign_wisteria", + "particle": "amendments:block/signs/natures_spirit/sign_wisteria" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_0.json new file mode 100644 index 0000000..d29ab20 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/quark/sign_ancient", + "particle": "amendments:block/signs/quark/sign_ancient" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_1.json new file mode 100644 index 0000000..fd333c7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/quark/sign_ancient", + "particle": "amendments:block/signs/quark/sign_ancient" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_2.json new file mode 100644 index 0000000..ef54cc4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/quark/sign_ancient", + "particle": "amendments:block/signs/quark/sign_ancient" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_3.json new file mode 100644 index 0000000..fe54b1b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/quark/sign_ancient", + "particle": "amendments:block/signs/quark/sign_ancient" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_wall.json new file mode 100644 index 0000000..dcd49f0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_ancient_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/quark/sign_ancient", + "particle": "amendments:block/signs/quark/sign_ancient" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_0.json new file mode 100644 index 0000000..e418c8d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/quark/sign_azalea", + "particle": "amendments:block/signs/quark/sign_azalea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_1.json new file mode 100644 index 0000000..ecf8ab1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/quark/sign_azalea", + "particle": "amendments:block/signs/quark/sign_azalea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_2.json new file mode 100644 index 0000000..512977c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/quark/sign_azalea", + "particle": "amendments:block/signs/quark/sign_azalea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_3.json new file mode 100644 index 0000000..a8a5a66 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/quark/sign_azalea", + "particle": "amendments:block/signs/quark/sign_azalea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_wall.json new file mode 100644 index 0000000..dcb2739 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_azalea_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/quark/sign_azalea", + "particle": "amendments:block/signs/quark/sign_azalea" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_0.json new file mode 100644 index 0000000..7917688 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/quark/sign_blossom", + "particle": "amendments:block/signs/quark/sign_blossom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_1.json new file mode 100644 index 0000000..c41d144 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/quark/sign_blossom", + "particle": "amendments:block/signs/quark/sign_blossom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_2.json new file mode 100644 index 0000000..49f0c53 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/quark/sign_blossom", + "particle": "amendments:block/signs/quark/sign_blossom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_3.json new file mode 100644 index 0000000..320e1f1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/quark/sign_blossom", + "particle": "amendments:block/signs/quark/sign_blossom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_wall.json new file mode 100644 index 0000000..c6f1b2b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/quark/sign_blossom_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/quark/sign_blossom", + "particle": "amendments:block/signs/quark/sign_blossom" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_0.json new file mode 100644 index 0000000..215b8ae --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_acacia", + "particle": "amendments:block/signs/sign_acacia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_1.json new file mode 100644 index 0000000..62f919e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_acacia", + "particle": "amendments:block/signs/sign_acacia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_2.json new file mode 100644 index 0000000..8017d9e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_acacia", + "particle": "amendments:block/signs/sign_acacia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_3.json new file mode 100644 index 0000000..f3d1f07 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_acacia", + "particle": "amendments:block/signs/sign_acacia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_wall.json new file mode 100644 index 0000000..a27af87 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_acacia_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_acacia", + "particle": "amendments:block/signs/sign_acacia" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_0.json new file mode 100644 index 0000000..2efd67a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_bamboo", + "particle": "amendments:block/signs/sign_bamboo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_1.json new file mode 100644 index 0000000..8fd04ef --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_bamboo", + "particle": "amendments:block/signs/sign_bamboo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_2.json new file mode 100644 index 0000000..40b19a9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_bamboo", + "particle": "amendments:block/signs/sign_bamboo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_3.json new file mode 100644 index 0000000..4632a75 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_bamboo", + "particle": "amendments:block/signs/sign_bamboo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_wall.json new file mode 100644 index 0000000..5a2d91a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_bamboo_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_bamboo", + "particle": "amendments:block/signs/sign_bamboo" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_0.json new file mode 100644 index 0000000..6769d90 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_birch", + "particle": "amendments:block/signs/sign_birch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_1.json new file mode 100644 index 0000000..3d0897b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_birch", + "particle": "amendments:block/signs/sign_birch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_2.json new file mode 100644 index 0000000..cdcf70d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_birch", + "particle": "amendments:block/signs/sign_birch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_3.json new file mode 100644 index 0000000..d4db043 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_birch", + "particle": "amendments:block/signs/sign_birch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_wall.json new file mode 100644 index 0000000..f95a66d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_birch_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_birch", + "particle": "amendments:block/signs/sign_birch" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_0.json new file mode 100644 index 0000000..8384cd5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_cherry", + "particle": "amendments:block/signs/sign_cherry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_1.json new file mode 100644 index 0000000..aa220f2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_cherry", + "particle": "amendments:block/signs/sign_cherry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_2.json new file mode 100644 index 0000000..ac8c332 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_cherry", + "particle": "amendments:block/signs/sign_cherry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_3.json new file mode 100644 index 0000000..6dd2abf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_cherry", + "particle": "amendments:block/signs/sign_cherry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_wall.json new file mode 100644 index 0000000..b9d523b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_cherry_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_cherry", + "particle": "amendments:block/signs/sign_cherry" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_0.json new file mode 100644 index 0000000..84962f6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_crimson", + "particle": "amendments:block/signs/sign_crimson" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_1.json new file mode 100644 index 0000000..eca199e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_crimson", + "particle": "amendments:block/signs/sign_crimson" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_2.json new file mode 100644 index 0000000..2fbdecf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_crimson", + "particle": "amendments:block/signs/sign_crimson" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_3.json new file mode 100644 index 0000000..dae49f0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_crimson", + "particle": "amendments:block/signs/sign_crimson" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_wall.json new file mode 100644 index 0000000..75d0c80 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_crimson_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_crimson", + "particle": "amendments:block/signs/sign_crimson" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_0.json new file mode 100644 index 0000000..a672f25 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_dark_oak", + "particle": "amendments:block/signs/sign_dark_oak" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_1.json new file mode 100644 index 0000000..b7539a6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_dark_oak", + "particle": "amendments:block/signs/sign_dark_oak" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_2.json new file mode 100644 index 0000000..0265e0c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_dark_oak", + "particle": "amendments:block/signs/sign_dark_oak" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_3.json new file mode 100644 index 0000000..0843e90 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_dark_oak", + "particle": "amendments:block/signs/sign_dark_oak" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_wall.json new file mode 100644 index 0000000..31b5bcc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_dark_oak_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_dark_oak", + "particle": "amendments:block/signs/sign_dark_oak" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_0.json new file mode 100644 index 0000000..0064656 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_jungle", + "particle": "amendments:block/signs/sign_jungle" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_1.json new file mode 100644 index 0000000..f763ad4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_jungle", + "particle": "amendments:block/signs/sign_jungle" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_2.json new file mode 100644 index 0000000..d36c25b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_jungle", + "particle": "amendments:block/signs/sign_jungle" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_3.json new file mode 100644 index 0000000..5c3ea10 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_jungle", + "particle": "amendments:block/signs/sign_jungle" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_wall.json new file mode 100644 index 0000000..085e738 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_jungle_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_jungle", + "particle": "amendments:block/signs/sign_jungle" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_0.json new file mode 100644 index 0000000..890b88f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_mangrove", + "particle": "amendments:block/signs/sign_mangrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_1.json new file mode 100644 index 0000000..945bf9d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_mangrove", + "particle": "amendments:block/signs/sign_mangrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_2.json new file mode 100644 index 0000000..c2d0e51 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_mangrove", + "particle": "amendments:block/signs/sign_mangrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_3.json new file mode 100644 index 0000000..efb96e1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_mangrove", + "particle": "amendments:block/signs/sign_mangrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_wall.json new file mode 100644 index 0000000..0f4b757 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_mangrove_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_mangrove", + "particle": "amendments:block/signs/sign_mangrove" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_0.json new file mode 100644 index 0000000..d0e8f56 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_spruce", + "particle": "amendments:block/signs/sign_spruce" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_1.json new file mode 100644 index 0000000..d96301a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_spruce", + "particle": "amendments:block/signs/sign_spruce" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_2.json new file mode 100644 index 0000000..34020e6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_spruce", + "particle": "amendments:block/signs/sign_spruce" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_3.json new file mode 100644 index 0000000..e535c7e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_spruce", + "particle": "amendments:block/signs/sign_spruce" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_wall.json new file mode 100644 index 0000000..8475882 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_spruce_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_spruce", + "particle": "amendments:block/signs/sign_spruce" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_0.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_0.json new file mode 100644 index 0000000..2fbcfec --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_0.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_0", + "textures": { + "1": "amendments:block/signs/sign_warped", + "particle": "amendments:block/signs/sign_warped" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_1.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_1.json new file mode 100644 index 0000000..cc22e4d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_1.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_1", + "textures": { + "1": "amendments:block/signs/sign_warped", + "particle": "amendments:block/signs/sign_warped" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_2.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_2.json new file mode 100644 index 0000000..1a6de55 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_2.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_2", + "textures": { + "1": "amendments:block/signs/sign_warped", + "particle": "amendments:block/signs/sign_warped" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_3.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_3.json new file mode 100644 index 0000000..c799745 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_3.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_3", + "textures": { + "1": "amendments:block/signs/sign_warped", + "particle": "amendments:block/signs/sign_warped" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_wall.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_wall.json new file mode 100644 index 0000000..9d68740 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/models/block/signs/sign_warped_wall.json @@ -0,0 +1,8 @@ +{ + "credit": "Made with Blockbench", + "parent": "amendments:block/signs/sign_wall", + "textures": { + "1": "amendments:block/signs/sign_warped", + "particle": "amendments:block/signs/sign_warped" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_aether_tune.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_aether_tune.png new file mode 100644 index 0000000..458580d Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_aether_tune.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_ascending_dawn.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_ascending_dawn.png new file mode 100644 index 0000000..279d45e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_ascending_dawn.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_chinchilla.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_chinchilla.png new file mode 100644 index 0000000..ba732e3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_chinchilla.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_high.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_high.png new file mode 100644 index 0000000..c925625 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_high.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_klepto.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_klepto.png new file mode 100644 index 0000000..6677c62 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_klepto.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_sliders_wrath.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_sliders_wrath.png new file mode 100644 index 0000000..6f57a3e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/aether/music_disc_sliders_wrath.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_endseeker.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_endseeker.png new file mode 100644 index 0000000..f664303 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_endseeker.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_eo_dracona.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_eo_dracona.png new file mode 100644 index 0000000..8437172 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_eo_dracona.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_grasping_at_stars.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_grasping_at_stars.png new file mode 100644 index 0000000..e12e336 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_grasping_at_stars.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_strange_and_alien.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_strange_and_alien.png new file mode 100644 index 0000000..fe33470 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/betterend/music_disc_strange_and_alien.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ancient_remnant.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ancient_remnant.png new file mode 100644 index 0000000..b1b8d85 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ancient_remnant.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ender_guardian.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ender_guardian.png new file mode 100644 index 0000000..f7c0cfb Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ender_guardian.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ignis.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ignis.png new file mode 100644 index 0000000..0d047af Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_ignis.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_maledictus.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_maledictus.png new file mode 100644 index 0000000..df2095a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_maledictus.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_netherite_monstrosity.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_netherite_monstrosity.png new file mode 100644 index 0000000..a6d14c3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_netherite_monstrosity.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_scylla.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_scylla.png new file mode 100644 index 0000000..a25cc42 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_scylla.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_cataclysmfarer.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_cataclysmfarer.png new file mode 100644 index 0000000..bf30041 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_cataclysmfarer.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_harbinger.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_harbinger.png new file mode 100644 index 0000000..cf3ef36 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_harbinger.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_leviathan.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_leviathan.png new file mode 100644 index 0000000..8050ae4 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/cataclysm/music_disc_the_leviathan.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_a_morning_wish.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_a_morning_wish.png new file mode 100644 index 0000000..cd63e9a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_a_morning_wish.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_above_the_rain.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_above_the_rain.png new file mode 100644 index 0000000..8ec282b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_above_the_rain.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_atta.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_atta.png new file mode 100644 index 0000000..ae10c7a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_atta.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_cyclone.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_cyclone.png new file mode 100644 index 0000000..33c0528 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_cyclone.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_faent.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_faent.png new file mode 100644 index 0000000..15a02ed Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_faent.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_himininn.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_himininn.png new file mode 100644 index 0000000..ea7c7df Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_himininn.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_nabooru.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_nabooru.png new file mode 100644 index 0000000..d11d79c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/deep_aether/music_disc_nabooru.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/friendsandfoes/music_disc_around_the_corner.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/friendsandfoes/music_disc_around_the_corner.png new file mode 100644 index 0000000..edcb692 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/friendsandfoes/music_disc_around_the_corner.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/mowziesmobs/music_disc_petiole.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/mowziesmobs/music_disc_petiole.png new file mode 100644 index 0000000..12a3343 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/mowziesmobs/music_disc_petiole.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_13.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_13.png new file mode 100644 index 0000000..d711f2f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_13.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_blocks.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_blocks.png new file mode 100644 index 0000000..c5c7f42 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_blocks.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_cat.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_cat.png new file mode 100644 index 0000000..d346cff Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_cat.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_chirp.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_chirp.png new file mode 100644 index 0000000..c293b70 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_chirp.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_far.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_far.png new file mode 100644 index 0000000..5626f85 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_far.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mall.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mall.png new file mode 100644 index 0000000..bc30b2d Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mall.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mellohi.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mellohi.png new file mode 100644 index 0000000..f77706c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_mellohi.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_otherside.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_otherside.png new file mode 100644 index 0000000..c6c976a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_otherside.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_pigstep.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_pigstep.png new file mode 100644 index 0000000..88a4dd8 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_pigstep.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_stal.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_stal.png new file mode 100644 index 0000000..41926e0 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_stal.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_strad.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_strad.png new file mode 100644 index 0000000..ac2215f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_strad.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_wait.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_wait.png new file mode 100644 index 0000000..43c60c6 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_wait.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_ward.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_ward.png new file mode 100644 index 0000000..c8e6c3f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/music_disc_ward.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_chatter.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_chatter.png new file mode 100644 index 0000000..2aecdf8 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_chatter.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_clock.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_clock.png new file mode 100644 index 0000000..2a3360b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_clock.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_crickets.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_crickets.png new file mode 100644 index 0000000..6510dea Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_crickets.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_drips.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_drips.png new file mode 100644 index 0000000..1448ea4 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_drips.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_endermosh.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_endermosh.png new file mode 100644 index 0000000..72f6f6e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_endermosh.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_fire.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_fire.png new file mode 100644 index 0000000..38733a2 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_fire.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_ocean.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_ocean.png new file mode 100644 index 0000000..1987b03 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_ocean.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_rain.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_rain.png new file mode 100644 index 0000000..3c9b287 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_rain.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_wind.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_wind.png new file mode 100644 index 0000000..7e675d3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/music_discs/quark/music_disc_wind.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/aether/sign_skyroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/aether/sign_skyroot.png new file mode 100644 index 0000000..c49370e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/aether/sign_skyroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_dragon_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_dragon_tree.png new file mode 100644 index 0000000..b42bd35 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_dragon_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_end_lotus.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_end_lotus.png new file mode 100644 index 0000000..ffe12b3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_end_lotus.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_helix_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_helix_tree.png new file mode 100644 index 0000000..8e5a2cb Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_helix_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_jellyshroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_jellyshroom.png new file mode 100644 index 0000000..655bc73 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_jellyshroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lacugrove.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lacugrove.png new file mode 100644 index 0000000..b324bf3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lacugrove.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lucernia.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lucernia.png new file mode 100644 index 0000000..ec3ac9b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_lucernia.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_mossy_glowshroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_mossy_glowshroom.png new file mode 100644 index 0000000..32e95cd Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_mossy_glowshroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_pythadendron.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_pythadendron.png new file mode 100644 index 0000000..6a3d1cb Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_pythadendron.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_tenanea.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_tenanea.png new file mode 100644 index 0000000..8848733 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_tenanea.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_umbrella_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_umbrella_tree.png new file mode 100644 index 0000000..e053f87 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betterend/sign_umbrella_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_anchor_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_anchor_tree.png new file mode 100644 index 0000000..d602b6e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_anchor_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_mushroom_fir.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_mushroom_fir.png new file mode 100644 index 0000000..90ecec7 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_mushroom_fir.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_mushroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_mushroom.png new file mode 100644 index 0000000..fe5f4c5 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_mushroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_reed.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_reed.png new file mode 100644 index 0000000..ae398c4 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_reed.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_sakura.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_sakura.png new file mode 100644 index 0000000..f158006 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_nether_sakura.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_rubeus.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_rubeus.png new file mode 100644 index 0000000..dffa1ce Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_rubeus.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_stalagnate.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_stalagnate.png new file mode 100644 index 0000000..e3923a6 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_stalagnate.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_wart.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_wart.png new file mode 100644 index 0000000..a89b659 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_wart.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_willow.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_willow.png new file mode 100644 index 0000000..d66b562 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/betternether/sign_willow.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_conberry.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_conberry.png new file mode 100644 index 0000000..657c22f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_conberry.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_cruderoot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_cruderoot.png new file mode 100644 index 0000000..fd1ab98 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_cruderoot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_roseroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_roseroot.png new file mode 100644 index 0000000..b829dd1 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_roseroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_sunroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_sunroot.png new file mode 100644 index 0000000..7dc2aca Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_sunroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_yagroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_yagroot.png new file mode 100644 index 0000000..7218ecd Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deep_aether/sign_yagroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_bloom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_bloom.png new file mode 100644 index 0000000..87b58e7 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_bloom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_echo.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_echo.png new file mode 100644 index 0000000..9d4a89b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/deeperdarker/sign_echo.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/black_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/black_canvas_sign.png new file mode 100644 index 0000000..77ac741 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/black_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/blue_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/blue_canvas_sign.png new file mode 100644 index 0000000..7c4e564 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/blue_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/brown_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/brown_canvas_sign.png new file mode 100644 index 0000000..f521730 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/brown_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/canvas_sign.png new file mode 100644 index 0000000..b48cd91 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/cyan_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/cyan_canvas_sign.png new file mode 100644 index 0000000..8740219 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/cyan_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/gray_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/gray_canvas_sign.png new file mode 100644 index 0000000..b77e9c0 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/gray_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/green_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/green_canvas_sign.png new file mode 100644 index 0000000..f9d6c2a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/green_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_blue_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_blue_canvas_sign.png new file mode 100644 index 0000000..c5446a6 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_blue_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_gray_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_gray_canvas_sign.png new file mode 100644 index 0000000..44382c0 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/light_gray_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/lime_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/lime_canvas_sign.png new file mode 100644 index 0000000..1beed3f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/lime_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/magenta_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/magenta_canvas_sign.png new file mode 100644 index 0000000..0a6cfae Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/magenta_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/orange_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/orange_canvas_sign.png new file mode 100644 index 0000000..b17850f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/orange_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/pink_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/pink_canvas_sign.png new file mode 100644 index 0000000..a34b86b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/pink_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/purple_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/purple_canvas_sign.png new file mode 100644 index 0000000..234c0f7 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/purple_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/red_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/red_canvas_sign.png new file mode 100644 index 0000000..39430ad Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/red_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/white_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/white_canvas_sign.png new file mode 100644 index 0000000..e4c0afb Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/white_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/yellow_canvas_sign.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/yellow_canvas_sign.png new file mode 100644 index 0000000..0e97a35 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/farmersdelight/yellow_canvas_sign.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/mynethersdelight/sign_powdery.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/mynethersdelight/sign_powdery.png new file mode 100644 index 0000000..be4fcf6 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/mynethersdelight/sign_powdery.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_aspen.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_aspen.png new file mode 100644 index 0000000..7ded389 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_aspen.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cedar.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cedar.png new file mode 100644 index 0000000..1f08b97 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cedar.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_coconut.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_coconut.png new file mode 100644 index 0000000..6061bf0 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_coconut.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cypress.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cypress.png new file mode 100644 index 0000000..6d99096 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_cypress.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_fir.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_fir.png new file mode 100644 index 0000000..99a9461 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_fir.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_ghaf.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_ghaf.png new file mode 100644 index 0000000..5a93415 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_ghaf.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_joshua.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_joshua.png new file mode 100644 index 0000000..551d99d Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_joshua.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_larch.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_larch.png new file mode 100644 index 0000000..604c679 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_larch.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_mahogany.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_mahogany.png new file mode 100644 index 0000000..67629df Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_mahogany.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_maple.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_maple.png new file mode 100644 index 0000000..fb9c4ec Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_maple.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_olive.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_olive.png new file mode 100644 index 0000000..f5dd78b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_olive.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_palo_verde.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_palo_verde.png new file mode 100644 index 0000000..c6c66b9 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_palo_verde.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_redwood.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_redwood.png new file mode 100644 index 0000000..082226a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_redwood.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_saxaul.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_saxaul.png new file mode 100644 index 0000000..a6f8a04 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_saxaul.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_sugi.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_sugi.png new file mode 100644 index 0000000..e83b0e8 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_sugi.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_willow.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_willow.png new file mode 100644 index 0000000..26b8ca3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_willow.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_wisteria.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_wisteria.png new file mode 100644 index 0000000..808db2e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/natures_spirit/sign_wisteria.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_ancient.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_ancient.png new file mode 100644 index 0000000..b71cddf Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_ancient.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_azalea.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_azalea.png new file mode 100644 index 0000000..d5e3750 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_azalea.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_blossom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_blossom.png new file mode 100644 index 0000000..dfbd3be Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/quark/sign_blossom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_acacia.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_acacia.png new file mode 100644 index 0000000..07d8911 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_acacia.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_birch.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_birch.png new file mode 100644 index 0000000..64532d1 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_birch.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_cherry.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_cherry.png new file mode 100644 index 0000000..f90b744 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_cherry.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_crimson.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_crimson.png new file mode 100644 index 0000000..bbdc51a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_crimson.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_dark_oak.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_dark_oak.png new file mode 100644 index 0000000..8f2ba5c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_dark_oak.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_jungle.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_jungle.png new file mode 100644 index 0000000..0410e0b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_jungle.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_mangrove.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_mangrove.png new file mode 100644 index 0000000..c7bf62c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_mangrove.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_oak.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_oak.png new file mode 100644 index 0000000..cb721c4 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_oak.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_spruce.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_spruce.png new file mode 100644 index 0000000..71a167f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_spruce.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_warped.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_warped.png new file mode 100644 index 0000000..9069a60 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/block/signs/sign_warped.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/aether/extension_skyroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/aether/extension_skyroot.png new file mode 100644 index 0000000..02cb077 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/aether/extension_skyroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_dragon_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_dragon_tree.png new file mode 100644 index 0000000..59c5e36 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_dragon_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_end_lotus.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_end_lotus.png new file mode 100644 index 0000000..cd3c129 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_end_lotus.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_helix_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_helix_tree.png new file mode 100644 index 0000000..6617f54 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_helix_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_jellyshroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_jellyshroom.png new file mode 100644 index 0000000..a8550b6 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_jellyshroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lacugrove.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lacugrove.png new file mode 100644 index 0000000..30c3c87 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lacugrove.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lucernia.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lucernia.png new file mode 100644 index 0000000..5663d67 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_lucernia.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_mossy_glowshroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_mossy_glowshroom.png new file mode 100644 index 0000000..13b3e80 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_mossy_glowshroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_pythadendron.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_pythadendron.png new file mode 100644 index 0000000..f933c69 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_pythadendron.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_tenanea.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_tenanea.png new file mode 100644 index 0000000..a98beda Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_tenanea.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_umbrella_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_umbrella_tree.png new file mode 100644 index 0000000..40c0040 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betterend/extension_umbrella_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_anchor_tree.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_anchor_tree.png new file mode 100644 index 0000000..35e8716 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_anchor_tree.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_mushroom_fir.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_mushroom_fir.png new file mode 100644 index 0000000..f4fab23 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_mushroom_fir.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_mushroom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_mushroom.png new file mode 100644 index 0000000..7090601 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_mushroom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_reed.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_reed.png new file mode 100644 index 0000000..fc8f861 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_reed.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_sakura.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_sakura.png new file mode 100644 index 0000000..4b2b7d0 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_nether_sakura.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_rubeus.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_rubeus.png new file mode 100644 index 0000000..97d584f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_rubeus.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_stalagnate.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_stalagnate.png new file mode 100644 index 0000000..872a77c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_stalagnate.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_wart.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_wart.png new file mode 100644 index 0000000..43eae97 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_wart.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_willow.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_willow.png new file mode 100644 index 0000000..6ff90be Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/betternether/extension_willow.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_conberry.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_conberry.png new file mode 100644 index 0000000..705d021 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_conberry.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_cruderoot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_cruderoot.png new file mode 100644 index 0000000..f189248 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_cruderoot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_roseroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_roseroot.png new file mode 100644 index 0000000..fbd34a7 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_roseroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_sunroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_sunroot.png new file mode 100644 index 0000000..6e24484 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_sunroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_yagroot.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_yagroot.png new file mode 100644 index 0000000..2b3a62c Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deep_aether/extension_yagroot.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_bloom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_bloom.png new file mode 100644 index 0000000..3647516 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_bloom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_echo.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_echo.png new file mode 100644 index 0000000..5c079f8 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/deeperdarker/extension_echo.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_acacia.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_acacia.png new file mode 100644 index 0000000..40eb581 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_acacia.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_bamboo.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_bamboo.png new file mode 100644 index 0000000..12ae34b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_bamboo.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_birch.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_birch.png new file mode 100644 index 0000000..ac8d6d9 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_birch.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_cherry.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_cherry.png new file mode 100644 index 0000000..5e8c2cc Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_cherry.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_crimson.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_crimson.png new file mode 100644 index 0000000..4b341f1 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_crimson.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_dark_oak.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_dark_oak.png new file mode 100644 index 0000000..b894aaa Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_dark_oak.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_jungle.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_jungle.png new file mode 100644 index 0000000..1db6f49 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_jungle.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_mangrove.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_mangrove.png new file mode 100644 index 0000000..04f48e7 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_mangrove.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_oak.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_oak.png new file mode 100644 index 0000000..ff2d033 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_oak.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_spruce.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_spruce.png new file mode 100644 index 0000000..b066f1e Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_spruce.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_warped.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_warped.png new file mode 100644 index 0000000..c4e5bc8 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/extension_warped.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/farmersdelight/extension_canvas.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/farmersdelight/extension_canvas.png new file mode 100644 index 0000000..d6c0e9f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/farmersdelight/extension_canvas.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/mynethersdelight/extension_powdery.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/mynethersdelight/extension_powdery.png new file mode 100644 index 0000000..3fba9e3 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/mynethersdelight/extension_powdery.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_aspen.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_aspen.png new file mode 100644 index 0000000..2f9f355 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_aspen.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cedar.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cedar.png new file mode 100644 index 0000000..595de01 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cedar.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_coconut.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_coconut.png new file mode 100644 index 0000000..f26d568 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_coconut.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cypress.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cypress.png new file mode 100644 index 0000000..1ef4598 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_cypress.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_fir.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_fir.png new file mode 100644 index 0000000..0c102db Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_fir.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_ghaf.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_ghaf.png new file mode 100644 index 0000000..c88a098 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_ghaf.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_joshua.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_joshua.png new file mode 100644 index 0000000..b961acc Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_joshua.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_larch.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_larch.png new file mode 100644 index 0000000..40cf8ba Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_larch.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_mahogany.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_mahogany.png new file mode 100644 index 0000000..c23f1e9 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_mahogany.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_maple.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_maple.png new file mode 100644 index 0000000..000355b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_maple.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_olive.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_olive.png new file mode 100644 index 0000000..f693707 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_olive.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_palo_verde.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_palo_verde.png new file mode 100644 index 0000000..bfee78a Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_palo_verde.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_redwood.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_redwood.png new file mode 100644 index 0000000..d402973 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_redwood.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_saxaul.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_saxaul.png new file mode 100644 index 0000000..eb5396d Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_saxaul.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_sugi.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_sugi.png new file mode 100644 index 0000000..af9474f Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_sugi.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_willow.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_willow.png new file mode 100644 index 0000000..ddf7216 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_willow.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_wisteria.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_wisteria.png new file mode 100644 index 0000000..af79876 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/natures_spirit/extension_wisteria.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_ancient.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_ancient.png new file mode 100644 index 0000000..d5cc3aa Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_ancient.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_azalea.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_azalea.png new file mode 100644 index 0000000..32ea0b2 Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_azalea.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_blossom.png b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_blossom.png new file mode 100644 index 0000000..1016d7b Binary files /dev/null and b/dynamic-resource-pack-cache/amendments-generated_pack/assets/amendments/textures/entity/signs/hanging/quark/extension_blossom.png differ diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_sign.json new file mode 100644 index 0000000..50d06cc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_wall_sign.json new file mode 100644 index 0000000..b610651 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/dragon_tree_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_dragon_tree_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_sign.json new file mode 100644 index 0000000..23fa312 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_end_lotus_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_end_lotus_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_end_lotus_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_end_lotus_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_end_lotus_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_end_lotus_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_end_lotus_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_end_lotus_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_end_lotus_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_end_lotus_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_end_lotus_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_end_lotus_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_end_lotus_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_end_lotus_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_end_lotus_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_end_lotus_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_wall_sign.json new file mode 100644 index 0000000..e63b8fb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/end_lotus_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_end_lotus_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_end_lotus_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_end_lotus_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_end_lotus_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_sign.json new file mode 100644 index 0000000..8b6a3e6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_helix_tree_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_helix_tree_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_helix_tree_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_helix_tree_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_helix_tree_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_helix_tree_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_helix_tree_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_helix_tree_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_helix_tree_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_helix_tree_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_helix_tree_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_helix_tree_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_helix_tree_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_helix_tree_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_helix_tree_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_helix_tree_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_wall_sign.json new file mode 100644 index 0000000..8dde624 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/helix_tree_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_helix_tree_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_helix_tree_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_helix_tree_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_helix_tree_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_sign.json new file mode 100644 index 0000000..fcc69d6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_wall_sign.json new file mode 100644 index 0000000..5afef9e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/jellyshroom_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_jellyshroom_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_sign.json new file mode 100644 index 0000000..b475726 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_lacugrove_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_lacugrove_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_lacugrove_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_lacugrove_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_lacugrove_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_lacugrove_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_lacugrove_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_lacugrove_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_lacugrove_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_lacugrove_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_lacugrove_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_lacugrove_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_lacugrove_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_lacugrove_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_lacugrove_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_lacugrove_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_wall_sign.json new file mode 100644 index 0000000..73163e0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lacugrove_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_lacugrove_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_lacugrove_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_lacugrove_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_lacugrove_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_sign.json new file mode 100644 index 0000000..256c980 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_lucernia_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_lucernia_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_lucernia_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_lucernia_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_lucernia_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_lucernia_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_lucernia_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_lucernia_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_lucernia_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_lucernia_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_lucernia_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_lucernia_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_lucernia_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_lucernia_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_lucernia_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_lucernia_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_wall_sign.json new file mode 100644 index 0000000..71262c6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/lucernia_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_lucernia_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_lucernia_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_lucernia_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_lucernia_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_sign.json new file mode 100644 index 0000000..24078b9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_wall_sign.json new file mode 100644 index 0000000..a747a09 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/mossy_glowshroom_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_mossy_glowshroom_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_sign.json new file mode 100644 index 0000000..8b22f39 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_pythadendron_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_pythadendron_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_pythadendron_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_pythadendron_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_pythadendron_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_pythadendron_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_pythadendron_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_pythadendron_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_pythadendron_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_pythadendron_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_pythadendron_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_pythadendron_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_pythadendron_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_pythadendron_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_pythadendron_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_pythadendron_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_wall_sign.json new file mode 100644 index 0000000..22c882e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/pythadendron_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_pythadendron_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_pythadendron_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_pythadendron_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_pythadendron_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_sign.json new file mode 100644 index 0000000..9ed9de1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_tenanea_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_tenanea_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_tenanea_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_tenanea_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_tenanea_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_tenanea_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_tenanea_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_tenanea_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_tenanea_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_tenanea_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_tenanea_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_tenanea_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_tenanea_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_tenanea_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_tenanea_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_tenanea_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_wall_sign.json new file mode 100644 index 0000000..7dae04c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/tenanea_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_tenanea_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_tenanea_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_tenanea_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_tenanea_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_sign.json new file mode 100644 index 0000000..8917c6c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_wall_sign.json new file mode 100644 index 0000000..241ef62 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betterend/blockstates/umbrella_tree_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betterend/sign_umbrella_tree_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_sign.json new file mode 100644 index 0000000..a78b0f8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_wall_sign.json new file mode 100644 index 0000000..5e2d6f6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/anchor_tree_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_anchor_tree_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_sign.json new file mode 100644 index 0000000..7b96c88 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_wall_sign.json new file mode 100644 index 0000000..d125897 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/mushroom_fir_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_mushroom_fir_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_sign.json new file mode 100644 index 0000000..e0adb40 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_wall_sign.json new file mode 100644 index 0000000..9122d77 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_mushroom_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_nether_mushroom_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_sign.json new file mode 100644 index 0000000..421edcc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_nether_reed_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_nether_reed_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_nether_reed_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_nether_reed_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_nether_reed_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_nether_reed_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_nether_reed_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_nether_reed_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_nether_reed_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_nether_reed_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_nether_reed_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_nether_reed_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_nether_reed_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_nether_reed_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_nether_reed_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_nether_reed_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_wall_sign.json new file mode 100644 index 0000000..6d15de6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_reed_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_nether_reed_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_nether_reed_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_nether_reed_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_nether_reed_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_sign.json new file mode 100644 index 0000000..f996d60 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_wall_sign.json new file mode 100644 index 0000000..420562f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/nether_sakura_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_nether_sakura_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_sign.json new file mode 100644 index 0000000..3b0fa50 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_rubeus_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_rubeus_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_rubeus_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_rubeus_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_rubeus_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_rubeus_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_rubeus_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_rubeus_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_rubeus_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_rubeus_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_rubeus_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_rubeus_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_rubeus_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_rubeus_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_rubeus_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_rubeus_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_wall_sign.json new file mode 100644 index 0000000..6b49a80 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/rubeus_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_rubeus_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_rubeus_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_rubeus_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_rubeus_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_sign.json new file mode 100644 index 0000000..e921fea --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_stalagnate_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_stalagnate_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_stalagnate_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_stalagnate_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_stalagnate_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_stalagnate_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_stalagnate_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_stalagnate_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_stalagnate_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_stalagnate_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_stalagnate_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_stalagnate_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_stalagnate_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_stalagnate_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_stalagnate_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_stalagnate_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_wall_sign.json new file mode 100644 index 0000000..6105eeb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/stalagnate_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_stalagnate_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_stalagnate_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_stalagnate_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_stalagnate_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_sign.json new file mode 100644 index 0000000..f386809 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_wart_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_wart_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_wart_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_wart_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_wart_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_wart_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_wart_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_wart_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_wart_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_wart_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_wart_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_wart_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_wart_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_wart_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_wart_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_wart_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_wall_sign.json new file mode 100644 index 0000000..138548c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/wart_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_wart_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_wart_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_wart_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_wart_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_sign.json new file mode 100644 index 0000000..d86e59c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/betternether/sign_willow_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/betternether/sign_willow_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/betternether/sign_willow_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/betternether/sign_willow_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/betternether/sign_willow_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/betternether/sign_willow_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/betternether/sign_willow_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/betternether/sign_willow_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/betternether/sign_willow_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/betternether/sign_willow_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/betternether/sign_willow_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/betternether/sign_willow_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/betternether/sign_willow_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/betternether/sign_willow_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/betternether/sign_willow_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/betternether/sign_willow_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_wall_sign.json new file mode 100644 index 0000000..7a43d33 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/betternether/blockstates/willow_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/betternether/sign_willow_wall" + }, + "facing=south": { + "model": "amendments:block/signs/betternether/sign_willow_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/betternether/sign_willow_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/betternether/sign_willow_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_sign.json new file mode 100644 index 0000000..18315e3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deep_aether/sign_conberry_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deep_aether/sign_conberry_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deep_aether/sign_conberry_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deep_aether/sign_conberry_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deep_aether/sign_conberry_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deep_aether/sign_conberry_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deep_aether/sign_conberry_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deep_aether/sign_conberry_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deep_aether/sign_conberry_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deep_aether/sign_conberry_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deep_aether/sign_conberry_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deep_aether/sign_conberry_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deep_aether/sign_conberry_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deep_aether/sign_conberry_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deep_aether/sign_conberry_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deep_aether/sign_conberry_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_wall_sign.json new file mode 100644 index 0000000..5e9ecc5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/conberry_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deep_aether/sign_conberry_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deep_aether/sign_conberry_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deep_aether/sign_conberry_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deep_aether/sign_conberry_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_sign.json new file mode 100644 index 0000000..24e16c1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_wall_sign.json new file mode 100644 index 0000000..26baf3a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/cruderoot_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deep_aether/sign_cruderoot_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_sign.json new file mode 100644 index 0000000..1ef282d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_wall_sign.json new file mode 100644 index 0000000..25d0d0e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/roseroot_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deep_aether/sign_roseroot_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_sign.json new file mode 100644 index 0000000..acb8068 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_wall_sign.json new file mode 100644 index 0000000..aa5ccf6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/sunroot_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deep_aether/sign_sunroot_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_sign.json new file mode 100644 index 0000000..af7cfe7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_wall_sign.json new file mode 100644 index 0000000..fc6a90c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deep_aether/blockstates/yagroot_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deep_aether/sign_yagroot_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_sign.json new file mode 100644 index 0000000..96ce156 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_wall_sign.json new file mode 100644 index 0000000..a79f13e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/bloom_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deeperdarker/sign_bloom_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_sign.json new file mode 100644 index 0000000..f041a12 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/deeperdarker/sign_echo_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/deeperdarker/sign_echo_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/deeperdarker/sign_echo_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/deeperdarker/sign_echo_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/deeperdarker/sign_echo_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/deeperdarker/sign_echo_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/deeperdarker/sign_echo_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/deeperdarker/sign_echo_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/deeperdarker/sign_echo_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/deeperdarker/sign_echo_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/deeperdarker/sign_echo_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/deeperdarker/sign_echo_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/deeperdarker/sign_echo_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/deeperdarker/sign_echo_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/deeperdarker/sign_echo_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/deeperdarker/sign_echo_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_wall_sign.json new file mode 100644 index 0000000..7463a71 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/deeperdarker/blockstates/echo_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/deeperdarker/sign_echo_wall" + }, + "facing=south": { + "model": "amendments:block/signs/deeperdarker/sign_echo_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/deeperdarker/sign_echo_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/deeperdarker/sign_echo_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_sign.json new file mode 100644 index 0000000..8885cad --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_wall_sign.json new file mode 100644 index 0000000..33e52bc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/black_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/black_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_sign.json new file mode 100644 index 0000000..7d9db80 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_wall_sign.json new file mode 100644 index 0000000..491f59e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/blue_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/blue_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_sign.json new file mode 100644 index 0000000..d165b88 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_wall_sign.json new file mode 100644 index 0000000..e0d5987 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/brown_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/brown_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_sign.json new file mode 100644 index 0000000..5b971ef --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_wall_sign.json new file mode 100644 index 0000000..6e11260 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_sign.json new file mode 100644 index 0000000..34ecf04 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_wall_sign.json new file mode 100644 index 0000000..8e0c0f9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/cyan_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/cyan_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_sign.json new file mode 100644 index 0000000..77435c9 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_wall_sign.json new file mode 100644 index 0000000..41c024e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/gray_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/gray_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_sign.json new file mode 100644 index 0000000..fd5e07a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_wall_sign.json new file mode 100644 index 0000000..f091499 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/green_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/green_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_sign.json new file mode 100644 index 0000000..b62bf6a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_wall_sign.json new file mode 100644 index 0000000..5988b05 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_blue_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/light_blue_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_sign.json new file mode 100644 index 0000000..469d65d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_wall_sign.json new file mode 100644 index 0000000..f4ee3da --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/light_gray_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/light_gray_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_sign.json new file mode 100644 index 0000000..8cee552 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_wall_sign.json new file mode 100644 index 0000000..899e47c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/lime_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/lime_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_sign.json new file mode 100644 index 0000000..2b26997 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_wall_sign.json new file mode 100644 index 0000000..cc2b249 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/magenta_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/magenta_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_sign.json new file mode 100644 index 0000000..e00cd12 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_wall_sign.json new file mode 100644 index 0000000..0df1a5e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/orange_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/orange_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_sign.json new file mode 100644 index 0000000..e8f1477 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_wall_sign.json new file mode 100644 index 0000000..15c02dc --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/pink_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/pink_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_sign.json new file mode 100644 index 0000000..6f3cfaf --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_wall_sign.json new file mode 100644 index 0000000..6a379f7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/purple_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/purple_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_sign.json new file mode 100644 index 0000000..9552813 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_wall_sign.json new file mode 100644 index 0000000..b7d0b2c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/red_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/red_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_sign.json new file mode 100644 index 0000000..50e5b9c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_wall_sign.json new file mode 100644 index 0000000..2668cd4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/white_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/white_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_sign.json new file mode 100644 index 0000000..bfbe3ba --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_wall_sign.json new file mode 100644 index 0000000..3f8ca1f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/farmersdelight/blockstates/yellow_canvas_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_wall" + }, + "facing=south": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/farmersdelight/yellow_canvas_sign_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_sign.json new file mode 100644 index 0000000..6408250 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_acacia_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_acacia_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_acacia_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_acacia_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_acacia_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_acacia_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_acacia_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_acacia_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_acacia_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_acacia_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_acacia_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_acacia_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_acacia_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_acacia_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_acacia_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_acacia_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_wall_sign.json new file mode 100644 index 0000000..26f8b67 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/acacia_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_acacia_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_acacia_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_acacia_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_acacia_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_sign.json new file mode 100644 index 0000000..4f4cf68 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_bamboo_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_bamboo_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_bamboo_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_bamboo_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_bamboo_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_bamboo_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_bamboo_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_bamboo_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_bamboo_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_bamboo_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_bamboo_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_bamboo_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_bamboo_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_bamboo_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_bamboo_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_bamboo_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_wall_sign.json new file mode 100644 index 0000000..fb127f2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/bamboo_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_bamboo_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_bamboo_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_bamboo_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_bamboo_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_sign.json new file mode 100644 index 0000000..3335a8a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_birch_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_birch_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_birch_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_birch_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_birch_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_birch_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_birch_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_birch_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_birch_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_birch_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_birch_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_birch_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_birch_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_birch_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_birch_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_birch_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_wall_sign.json new file mode 100644 index 0000000..5a5c1eb --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/birch_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_birch_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_birch_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_birch_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_birch_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_sign.json new file mode 100644 index 0000000..98e4cf7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_cherry_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_cherry_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_cherry_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_cherry_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_cherry_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_cherry_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_cherry_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_cherry_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_cherry_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_cherry_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_cherry_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_cherry_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_cherry_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_cherry_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_cherry_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_cherry_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_wall_sign.json new file mode 100644 index 0000000..967a4e2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/cherry_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_cherry_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_cherry_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_cherry_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_cherry_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_sign.json new file mode 100644 index 0000000..bb4c8b2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_crimson_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_crimson_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_crimson_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_crimson_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_crimson_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_crimson_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_crimson_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_crimson_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_crimson_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_crimson_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_crimson_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_crimson_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_crimson_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_crimson_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_crimson_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_crimson_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_wall_sign.json new file mode 100644 index 0000000..a21c84f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/crimson_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_crimson_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_crimson_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_crimson_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_crimson_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_sign.json new file mode 100644 index 0000000..f9a6d8b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_dark_oak_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_dark_oak_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_dark_oak_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_dark_oak_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_dark_oak_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_dark_oak_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_dark_oak_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_dark_oak_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_dark_oak_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_dark_oak_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_dark_oak_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_dark_oak_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_dark_oak_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_dark_oak_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_dark_oak_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_dark_oak_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_wall_sign.json new file mode 100644 index 0000000..f84b2ee --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/dark_oak_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_dark_oak_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_dark_oak_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_dark_oak_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_dark_oak_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jukebox.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 0000000..7bae277 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,10 @@ +{ + "variants": { + "has_record=true": { + "model": "amendments:block/jukebox_on" + }, + "has_record=false": { + "model": "amendments:block/jukebox" + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_sign.json new file mode 100644 index 0000000..c74aed3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_jungle_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_jungle_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_jungle_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_jungle_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_jungle_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_jungle_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_jungle_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_jungle_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_jungle_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_jungle_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_jungle_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_jungle_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_jungle_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_jungle_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_jungle_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_jungle_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_wall_sign.json new file mode 100644 index 0000000..f6237da --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/jungle_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_jungle_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_jungle_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_jungle_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_jungle_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_sign.json new file mode 100644 index 0000000..c876870 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_mangrove_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_mangrove_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_mangrove_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_mangrove_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_mangrove_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_mangrove_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_mangrove_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_mangrove_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_mangrove_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_mangrove_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_mangrove_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_mangrove_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_mangrove_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_mangrove_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_mangrove_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_mangrove_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_wall_sign.json new file mode 100644 index 0000000..3aaf6fa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/mangrove_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_mangrove_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_mangrove_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_mangrove_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_mangrove_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_sign.json new file mode 100644 index 0000000..1d80c9b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_oak_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_oak_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_oak_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_oak_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_oak_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_oak_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_oak_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_oak_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_oak_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_oak_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_oak_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_oak_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_oak_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_oak_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_oak_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_oak_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_wall_sign.json new file mode 100644 index 0000000..2890e15 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/oak_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_oak_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_oak_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_oak_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_oak_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_sign.json new file mode 100644 index 0000000..0cb6635 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_spruce_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_spruce_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_spruce_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_spruce_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_spruce_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_spruce_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_spruce_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_spruce_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_spruce_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_spruce_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_spruce_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_spruce_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_spruce_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_spruce_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_spruce_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_spruce_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_wall_sign.json new file mode 100644 index 0000000..ce84ad8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/spruce_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_spruce_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_spruce_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_spruce_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_spruce_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_sign.json new file mode 100644 index 0000000..674fa0a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/sign_warped_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/sign_warped_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/sign_warped_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/sign_warped_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/sign_warped_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/sign_warped_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/sign_warped_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/sign_warped_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/sign_warped_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/sign_warped_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/sign_warped_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/sign_warped_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/sign_warped_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/sign_warped_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/sign_warped_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/sign_warped_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_wall_sign.json new file mode 100644 index 0000000..1cce738 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/blockstates/warped_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/sign_warped_wall" + }, + "facing=south": { + "model": "amendments:block/signs/sign_warped_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/sign_warped_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/sign_warped_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/crossbow_arrow.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/crossbow_arrow.json new file mode 100644 index 0000000..b5e8e9c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/crossbow_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_arrow_base", + "layer1": "item/crossbow_arrow_tip" + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/jukebox.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/jukebox.json new file mode 100644 index 0000000..9fed7ab --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "amendments:block/jukebox" +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_sign.json new file mode 100644 index 0000000..872418e --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_wall_sign.json new file mode 100644 index 0000000..656aff6 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/mynethersdelight/blockstates/powdery_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_wall" + }, + "facing=south": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/mynethersdelight/sign_powdery_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_sign.json new file mode 100644 index 0000000..48cdc41 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_wall_sign.json new file mode 100644 index 0000000..83abb88 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/aspen_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_aspen_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_sign.json new file mode 100644 index 0000000..527e9e1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_wall_sign.json new file mode 100644 index 0000000..c0d0a37 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cedar_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_cedar_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_sign.json new file mode 100644 index 0000000..93e3a1d --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_wall_sign.json new file mode 100644 index 0000000..cd56fd3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/coconut_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_coconut_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_sign.json new file mode 100644 index 0000000..bb6a27f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_wall_sign.json new file mode 100644 index 0000000..4604318 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/cypress_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_cypress_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_sign.json new file mode 100644 index 0000000..3e077f7 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_fir_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_fir_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_fir_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_fir_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_fir_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_fir_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_fir_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_fir_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_fir_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_fir_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_fir_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_fir_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_fir_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_fir_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_fir_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_fir_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_wall_sign.json new file mode 100644 index 0000000..3d9f610 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/fir_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_fir_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_fir_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_fir_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_fir_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_sign.json new file mode 100644 index 0000000..df2728b --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_wall_sign.json new file mode 100644 index 0000000..b65fa44 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/ghaf_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_ghaf_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_sign.json new file mode 100644 index 0000000..31c10b8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_wall_sign.json new file mode 100644 index 0000000..6a753b5 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/joshua_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_joshua_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_sign.json new file mode 100644 index 0000000..20f62a0 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_larch_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_larch_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_larch_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_larch_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_larch_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_larch_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_larch_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_larch_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_larch_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_larch_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_larch_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_larch_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_larch_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_larch_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_larch_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_larch_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_wall_sign.json new file mode 100644 index 0000000..d84ecd2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/larch_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_larch_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_larch_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_larch_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_larch_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_sign.json new file mode 100644 index 0000000..8c755d3 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_wall_sign.json new file mode 100644 index 0000000..8e4ba95 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/mahogany_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_mahogany_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_sign.json new file mode 100644 index 0000000..1194487 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_maple_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_maple_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_maple_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_maple_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_maple_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_maple_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_maple_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_maple_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_maple_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_maple_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_maple_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_maple_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_maple_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_maple_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_maple_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_maple_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_wall_sign.json new file mode 100644 index 0000000..238e29a --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/maple_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_maple_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_maple_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_maple_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_maple_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_sign.json new file mode 100644 index 0000000..47c8006 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_olive_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_olive_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_olive_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_olive_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_olive_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_olive_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_olive_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_olive_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_olive_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_olive_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_olive_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_olive_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_olive_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_olive_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_olive_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_olive_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_wall_sign.json new file mode 100644 index 0000000..01d586f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/olive_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_olive_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_olive_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_olive_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_olive_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_sign.json new file mode 100644 index 0000000..2d5c167 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_wall_sign.json new file mode 100644 index 0000000..8adcc62 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/palo_verde_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_palo_verde_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_sign.json new file mode 100644 index 0000000..914bd80 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_wall_sign.json new file mode 100644 index 0000000..5dc662f --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/redwood_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_redwood_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_sign.json new file mode 100644 index 0000000..40445f8 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_wall_sign.json new file mode 100644 index 0000000..3bd94aa --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/saxaul_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_saxaul_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_sign.json new file mode 100644 index 0000000..89fe1d1 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_wall_sign.json new file mode 100644 index 0000000..335cc97 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/sugi_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_sugi_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_sign.json new file mode 100644 index 0000000..ca788ce --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_willow_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_willow_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_willow_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_willow_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_willow_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_willow_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_willow_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_willow_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_willow_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_willow_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_willow_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_willow_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_willow_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_willow_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_willow_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_willow_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_wall_sign.json new file mode 100644 index 0000000..5b89de2 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/willow_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_willow_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_willow_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_willow_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_willow_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_sign.json new file mode 100644 index 0000000..e7bac19 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_wall_sign.json new file mode 100644 index 0000000..0913647 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/natures_spirit/blockstates/wisteria_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_wall" + }, + "facing=south": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/natures_spirit/sign_wisteria_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_sign.json new file mode 100644 index 0000000..3b5adf4 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/quark/sign_ancient_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/quark/sign_ancient_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/quark/sign_ancient_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/quark/sign_ancient_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/quark/sign_ancient_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/quark/sign_ancient_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/quark/sign_ancient_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/quark/sign_ancient_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/quark/sign_ancient_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/quark/sign_ancient_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/quark/sign_ancient_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/quark/sign_ancient_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/quark/sign_ancient_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/quark/sign_ancient_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/quark/sign_ancient_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/quark/sign_ancient_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_wall_sign.json new file mode 100644 index 0000000..3f51b74 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/ancient_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/quark/sign_ancient_wall" + }, + "facing=south": { + "model": "amendments:block/signs/quark/sign_ancient_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/quark/sign_ancient_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/quark/sign_ancient_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_sign.json new file mode 100644 index 0000000..690a2db --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/quark/sign_azalea_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/quark/sign_azalea_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/quark/sign_azalea_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/quark/sign_azalea_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/quark/sign_azalea_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/quark/sign_azalea_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/quark/sign_azalea_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/quark/sign_azalea_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/quark/sign_azalea_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/quark/sign_azalea_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/quark/sign_azalea_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/quark/sign_azalea_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/quark/sign_azalea_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/quark/sign_azalea_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/quark/sign_azalea_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/quark/sign_azalea_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_wall_sign.json new file mode 100644 index 0000000..2873f60 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/azalea_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/quark/sign_azalea_wall" + }, + "facing=south": { + "model": "amendments:block/signs/quark/sign_azalea_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/quark/sign_azalea_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/quark/sign_azalea_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_sign.json new file mode 100644 index 0000000..5c15e0c --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_sign.json @@ -0,0 +1,68 @@ +{ + "variants": { + "rotation=0": { + "model": "amendments:block/signs/quark/sign_blossom_0", + "y": 180 + }, + "rotation=1": { + "model": "amendments:block/signs/quark/sign_blossom_1", + "y": 180 + }, + "rotation=2": { + "model": "amendments:block/signs/quark/sign_blossom_2", + "y": 180 + }, + "rotation=3": { + "model": "amendments:block/signs/quark/sign_blossom_3", + "y": 270 + }, + "rotation=4": { + "model": "amendments:block/signs/quark/sign_blossom_0", + "y": 270 + }, + "rotation=5": { + "model": "amendments:block/signs/quark/sign_blossom_1", + "y": 270 + }, + "rotation=6": { + "model": "amendments:block/signs/quark/sign_blossom_2", + "y": 270 + }, + "rotation=7": { + "model": "amendments:block/signs/quark/sign_blossom_3", + "y": 0 + }, + "rotation=8": { + "model": "amendments:block/signs/quark/sign_blossom_0", + "y": 0 + }, + "rotation=9": { + "model": "amendments:block/signs/quark/sign_blossom_1", + "y": 0 + }, + "rotation=10": { + "model": "amendments:block/signs/quark/sign_blossom_2", + "y": 0 + }, + "rotation=11": { + "model": "amendments:block/signs/quark/sign_blossom_3", + "y": 90 + }, + "rotation=12": { + "model": "amendments:block/signs/quark/sign_blossom_0", + "y": 90 + }, + "rotation=13": { + "model": "amendments:block/signs/quark/sign_blossom_1", + "y": 90 + }, + "rotation=14": { + "model": "amendments:block/signs/quark/sign_blossom_2", + "y": 90 + }, + "rotation=15": { + "model": "amendments:block/signs/quark/sign_blossom_3", + "y": 180 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_wall_sign.json b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_wall_sign.json new file mode 100644 index 0000000..7900c73 --- /dev/null +++ b/dynamic-resource-pack-cache/amendments-generated_pack/assets/quark/blockstates/blossom_wall_sign.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "amendments:block/signs/quark/sign_blossom_wall" + }, + "facing=south": { + "model": "amendments:block/signs/quark/sign_blossom_wall", + "y": 180 + }, + "facing=east": { + "model": "amendments:block/signs/quark/sign_blossom_wall", + "y": 90 + }, + "facing=west": { + "model": "amendments:block/signs/quark/sign_blossom_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/dynamic-resource-pack-cache/hash.txt b/dynamic-resource-pack-cache/hash.txt new file mode 100644 index 0000000..2f7a574 --- /dev/null +++ b/dynamic-resource-pack-cache/hash.txt @@ -0,0 +1 @@ +a34bd55192c60a80f108a8eeab500adf3510f4dc004d1a7ffbc56614cbbb6e00 \ No newline at end of file diff --git a/fancymenu_data/last_world.fmdata b/fancymenu_data/last_world.fmdata new file mode 100644 index 0000000..4a54d8b --- /dev/null +++ b/fancymenu_data/last_world.fmdata @@ -0,0 +1,7 @@ +type = last_world + +last_world { + is_server = false + world = +} + diff --git a/hs_err_pid226480.log b/hs_err_pid226480.log new file mode 100644 index 0000000..8e3eecc --- /dev/null +++ b/hs_err_pid226480.log @@ -0,0 +1,7214 @@ +# +# There is insufficient memory for the Java Runtime Environment to continue. +# Native memory allocation (malloc) failed to allocate 4893712 bytes for Chunk::new +# Possible reasons: +# The system is out of physical RAM or swap space +# Possible solutions: +# Reduce memory load on the system +# Increase physical memory or swap space +# Check if swap backing store is full +# Decrease Java heap size (-Xmx/-Xms) +# Decrease number of Java threads +# Decrease Java thread stack sizes (-Xss) +# Set larger code cache with -XX:ReservedCodeCacheSize= +# This output file may be truncated or incomplete. +# +# Out of Memory Error (arena.cpp:166), pid=226480, tid=25368 +# +# JRE version: Java(TM) SE Runtime Environment (21.0+35) (build 21+35-LTS-2513) +# Java VM: Java HotSpot(TM) 64-Bit Server VM (21+35-LTS-2513, mixed mode, sharing, tiered, compressed class ptrs, z gc, windows-amd64) +# No core dump will be written. Minidumps are not enabled by default on client versions of Windows +# + +--------------- S U M M A R Y ------------ + +Command Line: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Djna.tmpdir=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dio.netty.native.workdir=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -Djava.net.preferIPv6Addresses=system -DignoreList=client-extra,Reimagined.jar -DlibraryDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries --module-path=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.8/asm-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx13384M -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined -DlibraryDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries -Dcountry=RU -Dlog4j.configurationFile=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -DLibLoader.modsFolder=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods cpw.mods.bootstraplauncher.BootstrapLauncher --username mrleo1nid --version Reimagined --gameDir C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined --assetsDir C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets --assetIndex 17 --uuid bdd69dc782734e8dac915c56d5f6fce4 --accessToken null --clientId null --xuid null --userType mojang --versionType modified --width 925 --height 530 --fml.neoForgeVersion 21.1.228 --fml.fmlVersion 4.0.42 --fml.mcVersion 1.21.1 --fml.neoFormVersion 20240808.144430 --launchTarget forgeclient + +Host: AMD Ryzen 5 5600X 6-Core Processor , 12 cores, 31G, Windows 11 , 64 bit Build 22621 (10.0.22621.3085) +Time: Thu May 7 22:08:43 2026 RTZ 2 (s 11 , 64 bit Build 22621 (10.0.22621.3085) elapsed time: 157.018998 seconds (0d 0h 2m 37s) + +--------------- T H R E A D --------------- + +Current thread (0x000001d6c1161c50): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=25368, stack(0x000000bab5b00000,0x000000bab5c00000) (1024K)] + + +Current CompileTask: +C2: 157019 28943 4 net.minecraft.server.packs.PathPackResources::lambda$listPath$5 (69 bytes) + +Stack: [0x000000bab5b00000,0x000000bab5c00000] +Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) +V [jvm.dll+0x6c8d39] +V [jvm.dll+0x854091] +V [jvm.dll+0x85630e] +V [jvm.dll+0x8569e3] +V [jvm.dll+0x2809a6] +V [jvm.dll+0xc3e6d] +V [jvm.dll+0xc4383] +V [jvm.dll+0x8885c6] +V [jvm.dll+0x6ce25a] +V [jvm.dll+0x249bcd] +V [jvm.dll+0x248de1] +V [jvm.dll+0x1c9b91] +V [jvm.dll+0x2583e9] +V [jvm.dll+0x2569ca] +V [jvm.dll+0x3eef66] +V [jvm.dll+0x7fd2c8] +V [jvm.dll+0x6c748d] +C [ucrtbase.dll+0x29363] +C [KERNEL32.DLL+0x1257d] +C [ntdll.dll+0x5aa58] + + +--------------- P R O C E S S --------------- + +Threads class SMR info: +_java_thread_list=0x000001d97c071fa0, length=88, elements={ +0x000001d6c4289da0, 0x000001d6c1117840, 0x000001d6c1117eb0, 0x000001d6c114cf80, +0x000001d6c115f890, 0x000001d6c115ff00, 0x000001d6c11612b0, 0x000001d6c1161c50, +0x000001d6c11785f0, 0x000001d6c14e94e0, 0x000001d6c1671f70, 0x000001d8e4345a40, +0x000001d6c27a4ad0, 0x000001d6c2a07fc0, 0x000001d6c2ddecc0, 0x000001d6c2ddf740, +0x000001d6c2759cf0, 0x000001d6c256b400, 0x000001d6c2e5a040, 0x000001d6c2e58c90, +0x000001d6c2e5b3f0, 0x000001d6c2e59320, 0x000001d6c24bc1e0, 0x000001d6c24b8040, +0x000001d6c24ba110, 0x000001d93b8635b0, 0x000001d93b863c40, 0x000001d93b869eb0, +0x000001d93b8670c0, 0x000001d93b8642d0, 0x000001d6c24bae30, 0x000001d942e91990, +0x000001d942e8de80, 0x000001d942e91300, 0x000001d942e92020, 0x000001d93b867750, +0x000001d6c24b6600, 0x000001d6c24bc870, 0x000001d6c24ba7a0, 0x000001d6c24bbb50, +0x000001d6c24b93f0, 0x000001d6c24b9a80, 0x000001d6c24b5f70, 0x000001d6c24bd590, +0x000001d6c24b6c90, 0x000001d6c24b86d0, 0x000001d6c24b8d60, 0x000001d6c2e5ad60, +0x000001d6c2e58600, 0x000001d94504e3c0, 0x000001d94504f0e0, 0x000001d945054630, +0x000001d945054cc0, 0x000001d94504fe00, 0x000001d9450511b0, 0x000001d945053280, +0x000001d94504d6a0, 0x000001d95d240720, 0x000001d95d241440, 0x000001d95d242160, +0x000001d95d243510, 0x000001d95d240090, 0x000001d93b868b00, 0x000001d93b865d10, +0x000001d9543e2420, 0x000001d9543e8000, 0x000001d9543e44f0, 0x000001d9543e37d0, +0x000001d9543e7970, 0x000001d9543e58a0, 0x000001d9543e5f30, 0x000001d9543e5210, +0x000001d9543e72e0, 0x000001d9543e8690, 0x000001d9543e4b80, 0x000001d9543e3e60, +0x000001d95d241ad0, 0x000001d954bc5e10, 0x000001d954bc50f0, 0x000001d954bc71c0, +0x000001d954bc36b0, 0x000001d954bc2990, 0x000001d954bc1c70, 0x000001d954bc64a0, +0x000001d954bc5780, 0x000001d954bc6b30, 0x000001d954bc7850, 0x000001d954bc2300 +} + +Java Threads: ( => current thread ) + 0x000001d6c4289da0 JavaThread "Ixeris Event Polling Thread" [_thread_blocked, id=227088, stack(0x000000bab4200000,0x000000bab4300000) (1024K)] + 0x000001d6c1117840 JavaThread "Reference Handler" daemon [_thread_blocked, id=230564, stack(0x000000bab5500000,0x000000bab5600000) (1024K)] + 0x000001d6c1117eb0 JavaThread "Finalizer" daemon [_thread_blocked, id=213396, stack(0x000000bab5600000,0x000000bab5700000) (1024K)] + 0x000001d6c114cf80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=123368, stack(0x000000bab5700000,0x000000bab5800000) (1024K)] + 0x000001d6c115f890 JavaThread "Attach Listener" daemon [_thread_blocked, id=217632, stack(0x000000bab5800000,0x000000bab5900000) (1024K)] + 0x000001d6c115ff00 JavaThread "Service Thread" daemon [_thread_blocked, id=223168, stack(0x000000bab5900000,0x000000bab5a00000) (1024K)] + 0x000001d6c11612b0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=223364, stack(0x000000bab5a00000,0x000000bab5b00000) (1024K)] +=>0x000001d6c1161c50 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=25368, stack(0x000000bab5b00000,0x000000bab5c00000) (1024K)] + 0x000001d6c11785f0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=199224, stack(0x000000bab5c00000,0x000000bab5d00000) (1024K)] + 0x000001d6c14e94e0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=40564, stack(0x000000bab5d00000,0x000000bab5e00000) (1024K)] + 0x000001d6c1671f70 JavaThread "Notification Thread" daemon [_thread_blocked, id=220448, stack(0x000000bab5f00000,0x000000bab6000000) (1024K)] + 0x000001d8e4345a40 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=231784, stack(0x000000bab6100000,0x000000bab6200000) (1024K)] + 0x000001d6c27a4ad0 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=199580, stack(0x000000bab6200000,0x000000bab6300000) (1024K)] + 0x000001d6c2a07fc0 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=224184, stack(0x000000bab6300000,0x000000bab6400000) (1024K)] + 0x000001d6c2ddecc0 JavaThread "ForkJoinPool.commonPool-worker-4" daemon [_thread_blocked, id=215912, stack(0x000000bab6400000,0x000000bab6500000) (1024K)] + 0x000001d6c2ddf740 JavaThread "ForkJoinPool.commonPool-worker-5" daemon [_thread_blocked, id=221628, stack(0x000000bab6500000,0x000000bab6600000) (1024K)] + 0x000001d6c2759cf0 JavaThread "ForkJoinPool.commonPool-worker-6" daemon [_thread_blocked, id=209088, stack(0x000000bab6600000,0x000000bab6700000) (1024K)] + 0x000001d6c256b400 JavaThread "ForkJoinPool.commonPool-worker-8" daemon [_thread_blocked, id=187524, stack(0x000000bab6700000,0x000000bab6800000) (1024K)] + 0x000001d6c2e5a040 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=224768, stack(0x000000bab6800000,0x000000bab6900000) (1024K)] + 0x000001d6c2e58c90 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=30668, stack(0x000000bab6900000,0x000000bab6a00000) (1024K)] + 0x000001d6c2e5b3f0 JavaThread "ForkJoinPool.commonPool-worker-10" daemon [_thread_blocked, id=222448, stack(0x000000bab6a00000,0x000000bab6b00000) (1024K)] + 0x000001d6c2e59320 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=223188, stack(0x000000bab6b00000,0x000000bab6c00000) (1024K)] + 0x000001d6c24bc1e0 JavaThread "pool-2-thread-1" daemon [_thread_in_native, id=216284, stack(0x000000bab6f00000,0x000000bab7000000) (1024K)] + 0x000001d6c24b8040 JavaThread "LauncherLogger-Worker" daemon [_thread_blocked, id=235480, stack(0x000000bab7400000,0x000000bab7500000) (1024K)] + 0x000001d6c24ba110 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=214312, stack(0x000000bab6000000,0x000000bab6100000) (1024K)] + 0x000001d93b8635b0 JavaThread "c2me-worker-0" daemon [_thread_blocked, id=52272, stack(0x000000bab8100000,0x000000bab8200000) (1024K)] + 0x000001d93b863c40 JavaThread "c2me-worker-1" daemon [_thread_blocked, id=226500, stack(0x000000bab8200000,0x000000bab8300000) (1024K)] + 0x000001d93b869eb0 JavaThread "c2me-sched" daemon [_thread_blocked, id=87244, stack(0x000000bab8300000,0x000000bab8400000) (1024K)] + 0x000001d93b8670c0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=220560, stack(0x000000bab8400000,0x000000bab8500000) (1024K)] + 0x000001d93b8642d0 JavaThread "EuphoriaConfigWatcher" daemon [_thread_blocked, id=212260, stack(0x000000bab8000000,0x000000bab8100000) (1024K)] + 0x000001d6c24bae30 JavaThread "DFU cleaning thread" daemon [_thread_blocked, id=228244, stack(0x000000bab3f00000,0x000000bab4000000) (1024K)] + 0x000001d942e91990 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=231800, stack(0x000000bab8900000,0x000000bab8a00000) (1024K)] + 0x000001d942e8de80 JavaThread "Timer hack thread" daemon [_thread_blocked, id=218760, stack(0x000000bab8800000,0x000000bab8900000) (1024K)] + 0x000001d942e91300 JavaThread "Render thread" [_thread_blocked, id=49128, stack(0x000000bab8a00000,0x000000bab8b00000) (1024K)] + 0x000001d942e92020 JavaThread "Yggdrasil Key Fetcher" daemon [_thread_blocked, id=223328, stack(0x000000bab8b00000,0x000000bab8c00000) (1024K)] + 0x000001d93b867750 JavaThread "Cleaner-0" daemon [_thread_blocked, id=234572, stack(0x000000bab8e00000,0x000000bab8f00000) (1024K)] + 0x000001d6c24b6600 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=48108, stack(0x000000bab5e00000,0x000000bab5f00000) (1024K)] + 0x000001d6c24bc870 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=216656, stack(0x000000bab7100000,0x000000bab7200000) (1024K)] + 0x000001d6c24ba7a0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=218704, stack(0x000000bab7600000,0x000000bab7700000) (1024K)] + 0x000001d6c24bbb50 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=205012, stack(0x000000bab7800000,0x000000bab7900000) (1024K)] + 0x000001d6c24b93f0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=218440, stack(0x000000bab7900000,0x000000bab7a00000) (1024K)] + 0x000001d6c24b9a80 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=8248, stack(0x000000bab7a00000,0x000000bab7b00000) (1024K)] + 0x000001d6c24b5f70 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=217816, stack(0x000000bab7b00000,0x000000bab7c00000) (1024K)] + 0x000001d6c24bd590 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=211356, stack(0x000000bab7c00000,0x000000bab7d00000) (1024K)] + 0x000001d6c24b6c90 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=213016, stack(0x000000bab7e00000,0x000000bab7f00000) (1024K)] + 0x000001d6c24b86d0 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=85432, stack(0x000000bab7f00000,0x000000bab8000000) (1024K)] + 0x000001d6c24b8d60 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=202612, stack(0x000000bab8f00000,0x000000bab9000000) (1024K)] + 0x000001d6c2e5ad60 JavaThread "modloading-worker-0" daemon [_thread_blocked, id=12828, stack(0x000000bab9000000,0x000000bab9100000) (1024K)] + 0x000001d6c2e58600 JavaThread "IrisShaderFolderConfigWatcher" daemon [_thread_blocked, id=226528, stack(0x000000bab9100000,0x000000bab9200000) (1024K)] + 0x000001d94504e3c0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=220696, stack(0x000000bab9200000,0x000000bab9300000) (1024K)] + 0x000001d94504f0e0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=212676, stack(0x000000bab9400000,0x000000bab9500000) (1024K)] + 0x000001d945054630 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=11892, stack(0x000000bab9500000,0x000000bab9600000) (1024K)] + 0x000001d945054cc0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=229084, stack(0x000000bab9600000,0x000000bab9700000) (1024K)] + 0x000001d94504fe00 JavaThread "config-file-watcher-0-0" daemon [_thread_blocked, id=43972, stack(0x000000bab9700000,0x000000bab9800000) (1024K)] + 0x000001d9450511b0 JavaThread "JEI Config File Watcher" daemon [_thread_blocked, id=18236, stack(0x000000bab9800000,0x000000bab9900000) (1024K)] + 0x000001d945053280 JavaThread "kubejs-background-thread" daemon [_thread_blocked, id=227384, stack(0x000000bab7d00000,0x000000bab7e00000) (1024K)] + 0x000001d94504d6a0 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=33200, stack(0x000000bab7700000,0x000000bab7800000) (1024K)] + 0x000001d95d240720 JavaThread "config-file-watcher-1-0" daemon [_thread_blocked, id=227392, stack(0x000000bab9300000,0x000000bab9400000) (1024K)] + 0x000001d95d241440 JavaThread "ForkJoinPool-7-worker-1" daemon [_thread_blocked, id=211900, stack(0x000000bab9a00000,0x000000bab9b00000) (1024K)] + 0x000001d95d242160 JavaThread "Tween thread" daemon [_thread_blocked, id=11472, stack(0x000000bab9d00000,0x000000bab9e00000) (1024K)] + 0x000001d95d243510 JavaThread "modloading-sync-worker" daemon [_thread_blocked, id=234708, stack(0x000000bab9900000,0x000000bab9a00000) (1024K)] + 0x000001d95d240090 JavaThread "ForkJoinPool-7-worker-3" daemon [_thread_blocked, id=225176, stack(0x000000baba000000,0x000000baba100000) (1024K)] + 0x000001d93b868b00 JavaThread "ForkJoinPool-7-worker-4" daemon [_thread_blocked, id=9928, stack(0x000000baba100000,0x000000baba200000) (1024K)] + 0x000001d93b865d10 JavaThread "ForkJoinPool-7-worker-5" daemon [_thread_blocked, id=219828, stack(0x000000baba200000,0x000000baba300000) (1024K)] + 0x000001d9543e2420 JavaThread "Sound engine" daemon [_thread_blocked, id=224172, stack(0x000000bab4000000,0x000000bab4100000) (1024K)] + 0x000001d9543e8000 JavaThread "Worker-Main-1" daemon [_thread_blocked, id=50924, stack(0x000000bab8600000,0x000000bab8700000) (1024K)] + 0x000001d9543e44f0 JavaThread "Worker-ResourceReload-0" daemon [_thread_blocked, id=187052, stack(0x000000bab9b00000,0x000000bab9c00000) (1024K)] + 0x000001d9543e37d0 JavaThread "pool-18-thread-1" [_thread_blocked, id=17960, stack(0x000000bab9c00000,0x000000bab9d00000) (1024K)] + 0x000001d9543e7970 JavaThread "pool-18-thread-2" [_thread_blocked, id=225700, stack(0x000000bab9e00000,0x000000bab9f00000) (1024K)] + 0x000001d9543e58a0 JavaThread "pool-18-thread-3" [_thread_blocked, id=209884, stack(0x000000bab9f00000,0x000000baba000000) (1024K)] + 0x000001d9543e5f30 JavaThread "pool-18-thread-4" [_thread_blocked, id=224280, stack(0x000000baba300000,0x000000baba400000) (1024K)] + 0x000001d9543e5210 JavaThread "pool-18-thread-5" [_thread_blocked, id=223104, stack(0x000000baba400000,0x000000baba500000) (1024K)] + 0x000001d9543e72e0 JavaThread "pool-18-thread-6" [_thread_blocked, id=1868, stack(0x000000baba500000,0x000000baba600000) (1024K)] + 0x000001d9543e8690 JavaThread "pool-18-thread-7" [_thread_blocked, id=45248, stack(0x000000baba600000,0x000000baba700000) (1024K)] + 0x000001d9543e4b80 JavaThread "Worker-ResourceReload-1" daemon [_thread_blocked, id=229492, stack(0x000000baba700000,0x000000baba800000) (1024K)] + 0x000001d9543e3e60 JavaThread "FancyMenu-JsonPlaceholder-Cleanup" daemon [_thread_blocked, id=213084, stack(0x000000baba800000,0x000000baba900000) (1024K)] + 0x000001d95d241ad0 JavaThread "Thread-16" [_thread_blocked, id=226456, stack(0x000000baba900000,0x000000babaa00000) (1024K)] + 0x000001d954bc5e10 JavaThread "Thread-17" [_thread_blocked, id=212356, stack(0x000000babaa00000,0x000000babab00000) (1024K)] + 0x000001d954bc50f0 JavaThread "IO-Worker-1" daemon [_thread_blocked, id=189792, stack(0x000000babab00000,0x000000babac00000) (1024K)] + 0x000001d954bc71c0 JavaThread "Worker-ResourceReload-2" daemon [_thread_blocked, id=45536, stack(0x000000bab4100000,0x000000bab4200000) (1024K)] + 0x000001d954bc36b0 JavaThread "Worker-ResourceReload-3" daemon [_thread_blocked, id=220636, stack(0x000000bab8700000,0x000000bab8800000) (1024K)] + 0x000001d954bc2990 JavaThread "Worker-ResourceReload-4" daemon [_thread_blocked, id=224296, stack(0x000000babac00000,0x000000babad00000) (1024K)] + 0x000001d954bc1c70 JavaThread "Worker-ResourceReload-5" daemon [_thread_blocked, id=227136, stack(0x000000babad00000,0x000000babae00000) (1024K)] + 0x000001d954bc64a0 JavaThread "Worker-ResourceReload-6" daemon [_thread_blocked, id=224832, stack(0x000000babae00000,0x000000babaf00000) (1024K)] + 0x000001d954bc5780 JavaThread "Worker-ResourceReload-7" daemon [_thread_blocked, id=222596, stack(0x000000babaf00000,0x000000babb000000) (1024K)] + 0x000001d954bc6b30 JavaThread "Worker-ResourceReload-8" daemon [_thread_blocked, id=12364, stack(0x000000babb000000,0x000000babb100000) (1024K)] + 0x000001d954bc7850 JavaThread "Worker-ResourceReload-9" daemon [_thread_blocked, id=5272, stack(0x000000babb100000,0x000000babb200000) (1024K)] + 0x000001d954bc2300 JavaThread "Worker-ResourceReload-10" daemon [_thread_blocked, id=215024, stack(0x000000babb200000,0x000000babb300000) (1024K)] +Total: 88 + +Other Threads: + 0x000001d6c432e970 VMThread "VM Thread" [id=221452, stack(0x000000bab5400000,0x000000bab5500000) (1024K)] + 0x000001d6c4328a30 WatcherThread "VM Periodic Task Thread" [id=229268, stack(0x000000bab5300000,0x000000bab5400000) (1024K)] + 0x000001d6c42c8720 ConcurrentGCThread "XDirector" [id=234656, stack(0x000000bab4900000,0x000000bab4a00000) (1024K)] + 0x000001d6c42c3e90 ConcurrentGCThread "XDriver" [id=200236, stack(0x000000bab4800000,0x000000bab4900000) (1024K)] + 0x000001d6c42c9870 ConcurrentGCThread "XStat" [id=115636, stack(0x000000bab4a00000,0x000000bab4b00000) (1024K)] + 0x000001d6c42be400 ConcurrentGCThread "XUnmapper" [id=224076, stack(0x000000bab4600000,0x000000bab4700000) (1024K)] + 0x000001d6c42bfd00 ConcurrentGCThread "XUncommitter" [id=17152, stack(0x000000bab4700000,0x000000bab4800000) (1024K)] + 0x000001d6c42aa090 WorkerThread "XWorker#0" [id=214392, stack(0x000000bab4300000,0x000000bab4400000) (1024K)] + 0x000001d6c42aa530 WorkerThread "XWorker#1" [id=18820, stack(0x000000bab4400000,0x000000bab4500000) (1024K)] + 0x000001d6c42ab710 WorkerThread "XWorker#2" [id=229644, stack(0x000000bab4500000,0x000000bab4600000) (1024K)] + 0x000001d6c42cb0d0 WorkerThread "RuntimeWorker#0" [id=212300, stack(0x000000bab4b00000,0x000000bab4c00000) (1024K)] + 0x000001d6c42cc1b0 WorkerThread "RuntimeWorker#1" [id=224932, stack(0x000000bab4c00000,0x000000bab4d00000) (1024K)] + 0x000001d6c42cd290 WorkerThread "RuntimeWorker#2" [id=199720, stack(0x000000bab4d00000,0x000000bab4e00000) (1024K)] + 0x000001d6c42ce370 WorkerThread "RuntimeWorker#3" [id=234676, stack(0x000000bab4e00000,0x000000bab4f00000) (1024K)] + 0x000001d6c42cf450 WorkerThread "RuntimeWorker#4" [id=230436, stack(0x000000bab4f00000,0x000000bab5000000) (1024K)] + 0x000001d6c42d1540 WorkerThread "RuntimeWorker#5" [id=215984, stack(0x000000bab5000000,0x000000bab5100000) (1024K)] + 0x000001d6c42d2620 WorkerThread "RuntimeWorker#6" [id=224708, stack(0x000000bab5100000,0x000000bab5200000) (1024K)] + 0x000001d6c42d3700 WorkerThread "RuntimeWorker#7" [id=228468, stack(0x000000bab5200000,0x000000bab5300000) (1024K)] +Total: 18 + +Threads with active compile tasks: +C2 CompilerThread0 157097 28943 4 net.minecraft.server.packs.PathPackResources::lambda$listPath$5 (69 bytes) +Total: 1 + +VM state: not at safepoint (normal execution) + +VM Mutex/Monitor currently owned by a thread: None + +CDS archive(s) mapped at: [0x000001d680000000-0x000001d680c90000-0x000001d680c90000), size 13172736, SharedBaseAddress: 0x000001d680000000, ArchiveRelocationMode: 1. +Compressed class space mapped at: 0x000001d681000000-0x000001d6c1000000, reserved size: 1073741824 +Narrow klass base: 0x000001d680000000, Narrow klass shift: 0, Narrow klass range: 0x100000000 + +GC Precious Log: + NUMA Support: Disabled + CPUs: 12 total, 12 available + Memory: 32694M + Large Page Support: Disabled + GC Workers: 3 (dynamic) + Address Space Type: Contiguous/Unrestricted/Complete + Address Space Size: 214144M x 3 = 642432M + Min Capacity: 8M + Initial Capacity: 512M + Max Capacity: 13384M + Medium Page Size: 32M + Pre-touch: Disabled + Uncommit: Enabled + Uncommit Delay: 300s + Runtime Workers: 8 + Forced to lower max Java heap size from 13384M(100%) to 13306M(99%) + +ZGC Globals: + GlobalPhase: 0 (Mark) + GlobalSeqNum: 13 + Offset Max: 4096G (0x0000040000000000) + Page Size Small: 2M + Page Size Medium: 32M + +ZGC Metadata Bits: + Good: 0x0000040000000000 + Bad: 0x0000380000000000 + WeakBad: 0x0000080000000000 + Marked: 0x0000040000000000 + Remapped: 0x0000100000000000 + +Heap: + ZHeap used 13306M, capacity 13306M, max capacity 13384M + Metaspace used 346299K, committed 350400K, reserved 1376256K + class space used 67649K, committed 69632K, reserved 1048576K + +ZGC Page Table: + Small 0x0000000000000000 0x0000000000200000 0x0000000000200000 Relocatable + Small 0x0000000000200000 0x0000000000400000 0x0000000000400000 Relocatable + Small 0x0000000000400000 0x00000000005fffd8 0x0000000000600000 Relocatable + Small 0x0000000000600000 0x0000000000800000 0x0000000000800000 Relocatable + Small 0x0000000000800000 0x00000000009ffff8 0x0000000000a00000 Relocatable + Small 0x0000000000a00000 0x0000000000bf43b0 0x0000000000c00000 Relocatable + Small 0x0000000000c00000 0x0000000000e00000 0x0000000000e00000 Relocatable + Small 0x0000000000e00000 0x0000000001000000 0x0000000001000000 Relocatable + Small 0x0000000001000000 0x0000000001200000 0x0000000001200000 Relocatable + Small 0x0000000001200000 0x0000000001400000 0x0000000001400000 Relocatable + Large 0x0000000001400000 0x0000000001c00000 0x0000000001c00000 Relocatable + Large 0x0000000001c00000 0x0000000002400000 0x0000000002400000 Relocatable + Small 0x0000000002400000 0x00000000025ffff8 0x0000000002600000 Relocatable + Small 0x0000000002600000 0x0000000002800000 0x0000000002800000 Relocatable + Small 0x0000000002800000 0x0000000002a00000 0x0000000002a00000 Relocatable + Small 0x0000000002a00000 0x0000000002c00000 0x0000000002c00000 Relocatable + Small 0x0000000002c00000 0x0000000002e00000 0x0000000002e00000 Relocatable + Small 0x0000000002e00000 0x0000000003000000 0x0000000003000000 Relocatable + Small 0x0000000003000000 0x00000000031f90d0 0x0000000003200000 Relocatable + Small 0x0000000003200000 0x0000000003400000 0x0000000003400000 Relocatable + Small 0x0000000003400000 0x00000000035fffe8 0x0000000003600000 Relocatable + Small 0x0000000003600000 0x0000000003800000 0x0000000003800000 Relocatable + Small 0x0000000003800000 0x0000000003a00000 0x0000000003a00000 Relocatable + Small 0x0000000003a00000 0x0000000003c00000 0x0000000003c00000 Relocatable + Small 0x0000000003c00000 0x0000000003dfffe0 0x0000000003e00000 Relocatable + Small 0x0000000003e00000 0x0000000004000000 0x0000000004000000 Relocatable + Small 0x0000000004000000 0x0000000004200000 0x0000000004200000 Relocatable + Small 0x0000000004200000 0x0000000004400000 0x0000000004400000 Relocatable + Small 0x0000000004400000 0x00000000045fffd0 0x0000000004600000 Relocatable + Small 0x0000000004600000 0x0000000004800000 0x0000000004800000 Relocatable + Small 0x0000000004800000 0x0000000004a00000 0x0000000004a00000 Relocatable + Small 0x0000000004a00000 0x0000000004c00000 0x0000000004c00000 Relocatable + Small 0x0000000004c00000 0x0000000004e00000 0x0000000004e00000 Relocatable + Small 0x0000000004e00000 0x0000000005000000 0x0000000005000000 Relocatable + Small 0x0000000005000000 0x0000000005200000 0x0000000005200000 Relocatable + Small 0x0000000005200000 0x00000000053d8078 0x0000000005400000 Relocatable + Small 0x0000000005400000 0x00000000055fd0f0 0x0000000005600000 Relocatable + Small 0x0000000005600000 0x0000000005800000 0x0000000005800000 Relocatable + Small 0x0000000005800000 0x00000000059ffd00 0x0000000005a00000 Relocatable + Small 0x0000000005a00000 0x0000000005bfe700 0x0000000005c00000 Relocatable + Small 0x0000000005c00000 0x0000000005dfff78 0x0000000005e00000 Relocatable + Small 0x0000000005e00000 0x0000000005ffffb8 0x0000000006000000 Relocatable + Small 0x0000000006000000 0x0000000006200000 0x0000000006200000 Relocatable + Small 0x0000000006200000 0x00000000063fe080 0x0000000006400000 Relocatable + Small 0x0000000006400000 0x0000000006600000 0x0000000006600000 Relocatable + Small 0x0000000006600000 0x0000000006800000 0x0000000006800000 Relocatable + Small 0x0000000006800000 0x0000000006a00000 0x0000000006a00000 Relocatable + Small 0x0000000006a00000 0x0000000006c00000 0x0000000006c00000 Relocatable + Small 0x0000000006c00000 0x0000000006e00000 0x0000000006e00000 Relocatable + Small 0x0000000006e00000 0x0000000007000000 0x0000000007000000 Relocatable + Small 0x0000000007000000 0x0000000007200000 0x0000000007200000 Relocatable + Small 0x0000000007200000 0x0000000007400000 0x0000000007400000 Relocatable + Small 0x0000000007400000 0x00000000075fff28 0x0000000007600000 Relocatable + Small 0x0000000007600000 0x0000000007800000 0x0000000007800000 Relocatable + Small 0x0000000007800000 0x00000000079fffe0 0x0000000007a00000 Relocatable + Small 0x0000000007a00000 0x0000000007c00000 0x0000000007c00000 Relocatable + Small 0x0000000007c00000 0x0000000007dffff8 0x0000000007e00000 Relocatable + Small 0x0000000007e00000 0x0000000008000000 0x0000000008000000 Relocatable + Small 0x0000000008000000 0x00000000081fffd0 0x0000000008200000 Relocatable + Small 0x0000000008200000 0x0000000008400000 0x0000000008400000 Relocatable + Small 0x0000000008400000 0x0000000008600000 0x0000000008600000 Relocatable + Small 0x0000000008600000 0x0000000008800000 0x0000000008800000 Relocatable + Small 0x0000000008800000 0x0000000008a00000 0x0000000008a00000 Relocatable + Small 0x0000000008a00000 0x0000000008c00000 0x0000000008c00000 Relocatable + Small 0x0000000008c00000 0x0000000008e00000 0x0000000008e00000 Relocatable + Small 0x0000000008e00000 0x0000000009000000 0x0000000009000000 Relocatable + Small 0x0000000009000000 0x0000000009200000 0x0000000009200000 Relocatable + Small 0x0000000009200000 0x0000000009400000 0x0000000009400000 Relocatable + Small 0x0000000009400000 0x0000000009600000 0x0000000009600000 Relocatable + Small 0x0000000009600000 0x00000000097ffff8 0x0000000009800000 Relocatable + Small 0x0000000009800000 0x00000000099ffff8 0x0000000009a00000 Relocatable + Small 0x0000000009a00000 0x0000000009bfffc8 0x0000000009c00000 Relocatable + Small 0x0000000009c00000 0x0000000009e00000 0x0000000009e00000 Relocatable + Small 0x0000000009e00000 0x0000000009fffff8 0x000000000a000000 Relocatable + Small 0x000000000a000000 0x000000000a200000 0x000000000a200000 Relocatable + Small 0x000000000a200000 0x000000000a400000 0x000000000a400000 Relocatable + Small 0x000000000a400000 0x000000000a600000 0x000000000a600000 Relocatable + Small 0x000000000a600000 0x000000000a800000 0x000000000a800000 Relocatable + Small 0x000000000a800000 0x000000000aa00000 0x000000000aa00000 Relocatable + Small 0x000000000aa00000 0x000000000ac00000 0x000000000ac00000 Relocatable + Small 0x000000000ac00000 0x000000000ae00000 0x000000000ae00000 Relocatable + Small 0x000000000ae00000 0x000000000b000000 0x000000000b000000 Relocatable + Small 0x000000000b000000 0x000000000b200000 0x000000000b200000 Relocatable + Small 0x000000000b200000 0x000000000b400000 0x000000000b400000 Relocatable + Small 0x000000000b400000 0x000000000b600000 0x000000000b600000 Relocatable + Small 0x000000000b600000 0x000000000b7fffe8 0x000000000b800000 Relocatable + Small 0x000000000b800000 0x000000000ba00000 0x000000000ba00000 Relocatable + Small 0x000000000ba00000 0x000000000bc00000 0x000000000bc00000 Relocatable + Small 0x000000000bc00000 0x000000000be00000 0x000000000be00000 Relocatable + Small 0x000000000be00000 0x000000000c000000 0x000000000c000000 Relocatable + Small 0x000000000c000000 0x000000000c200000 0x000000000c200000 Relocatable + Small 0x000000000c200000 0x000000000c400000 0x000000000c400000 Relocatable + Small 0x000000000c400000 0x000000000c5fffe0 0x000000000c600000 Relocatable + Small 0x000000000c600000 0x000000000c7f3b70 0x000000000c800000 Relocatable + Small 0x000000000c800000 0x000000000c9f66e8 0x000000000ca00000 Relocatable + Small 0x000000000ca00000 0x000000000cc00000 0x000000000cc00000 Relocatable + Small 0x000000000cc00000 0x000000000ce00000 0x000000000ce00000 Relocatable + Small 0x000000000ce00000 0x000000000d000000 0x000000000d000000 Relocatable + Small 0x000000000d000000 0x000000000d200000 0x000000000d200000 Relocatable + Small 0x000000000d200000 0x000000000d400000 0x000000000d400000 Relocatable + Small 0x000000000d400000 0x000000000d5ffff0 0x000000000d600000 Relocatable + Small 0x000000000d600000 0x000000000d7e3a28 0x000000000d800000 Relocatable + Small 0x000000000d800000 0x000000000da00000 0x000000000da00000 Relocatable + Small 0x000000000da00000 0x000000000dc00000 0x000000000dc00000 Relocatable + Small 0x000000000dc00000 0x000000000ddffff8 0x000000000de00000 Relocatable + Small 0x000000000de00000 0x000000000e000000 0x000000000e000000 Relocatable + Small 0x000000000e000000 0x000000000e1fffd8 0x000000000e200000 Relocatable + Small 0x000000000e200000 0x000000000e400000 0x000000000e400000 Relocatable + Small 0x000000000e400000 0x000000000e600000 0x000000000e600000 Relocatable + Small 0x000000000e600000 0x000000000e800000 0x000000000e800000 Relocatable + Small 0x000000000e800000 0x000000000ea00000 0x000000000ea00000 Relocatable + Small 0x000000000ea00000 0x000000000ec00000 0x000000000ec00000 Relocatable + Small 0x000000000ec00000 0x000000000ee00000 0x000000000ee00000 Relocatable + Small 0x000000000ee00000 0x000000000efffff8 0x000000000f000000 Relocatable + Small 0x000000000f000000 0x000000000f1fffe0 0x000000000f200000 Relocatable + Small 0x000000000f200000 0x000000000f400000 0x000000000f400000 Relocatable + Small 0x000000000f400000 0x000000000f5f5290 0x000000000f600000 Relocatable + Small 0x000000000f600000 0x000000000f800000 0x000000000f800000 Relocatable + Small 0x000000000f800000 0x000000000fa00000 0x000000000fa00000 Relocatable + Small 0x000000000fa00000 0x000000000fc00000 0x000000000fc00000 Relocatable + Small 0x000000000fc00000 0x000000000fdfffb0 0x000000000fe00000 Relocatable + Small 0x000000000fe00000 0x000000000ffffff8 0x0000000010000000 Relocatable + Small 0x0000000010000000 0x0000000010200000 0x0000000010200000 Relocatable + Small 0x0000000010200000 0x00000000103ff920 0x0000000010400000 Relocatable + Small 0x0000000010400000 0x0000000010600000 0x0000000010600000 Relocatable + Small 0x0000000010600000 0x0000000010800000 0x0000000010800000 Relocatable + Small 0x0000000010800000 0x0000000010a00000 0x0000000010a00000 Relocatable + Small 0x0000000010a00000 0x0000000010c00000 0x0000000010c00000 Relocatable + Small 0x0000000010c00000 0x0000000010e00000 0x0000000010e00000 Relocatable + Small 0x0000000010e00000 0x0000000011000000 0x0000000011000000 Relocatable + Small 0x0000000011000000 0x00000000111fc418 0x0000000011200000 Relocatable + Small 0x0000000011200000 0x0000000011400000 0x0000000011400000 Relocatable + Small 0x0000000011400000 0x0000000011600000 0x0000000011600000 Relocatable + Small 0x0000000011600000 0x0000000011800000 0x0000000011800000 Relocatable + Small 0x0000000011800000 0x0000000011a00000 0x0000000011a00000 Relocatable + Small 0x0000000011a00000 0x0000000011bffff0 0x0000000011c00000 Relocatable + Small 0x0000000011c00000 0x0000000011dfffc8 0x0000000011e00000 Relocatable + Small 0x0000000011e00000 0x0000000012000000 0x0000000012000000 Relocatable + Small 0x0000000012000000 0x0000000012200000 0x0000000012200000 Relocatable + Small 0x0000000012200000 0x00000000123e92b0 0x0000000012400000 Relocatable + Small 0x0000000012400000 0x00000000125fffc8 0x0000000012600000 Relocatable + Small 0x0000000012600000 0x0000000012800000 0x0000000012800000 Relocatable + Small 0x0000000012800000 0x0000000012a00000 0x0000000012a00000 Relocatable + Small 0x0000000012a00000 0x0000000012c00000 0x0000000012c00000 Relocatable + Small 0x0000000012c00000 0x0000000012dffc10 0x0000000012e00000 Relocatable + Small 0x0000000012e00000 0x0000000013000000 0x0000000013000000 Relocatable + Small 0x0000000013000000 0x0000000013200000 0x0000000013200000 Relocatable + Small 0x0000000013200000 0x00000000133ffff8 0x0000000013400000 Relocatable + Small 0x0000000013400000 0x0000000013600000 0x0000000013600000 Relocatable + Small 0x0000000013600000 0x0000000013800000 0x0000000013800000 Relocatable + Small 0x0000000013800000 0x00000000139fd980 0x0000000013a00000 Relocatable + Small 0x0000000013a00000 0x0000000013c00000 0x0000000013c00000 Relocatable + Small 0x0000000013c00000 0x0000000013dddbe0 0x0000000013e00000 Relocatable + Small 0x0000000013e00000 0x0000000014000000 0x0000000014000000 Relocatable + Small 0x0000000014000000 0x0000000014200000 0x0000000014200000 Relocatable + Small 0x0000000014200000 0x0000000014400000 0x0000000014400000 Relocatable + Small 0x0000000014400000 0x0000000014600000 0x0000000014600000 Relocatable + Small 0x0000000014600000 0x0000000014800000 0x0000000014800000 Relocatable + Small 0x0000000014800000 0x0000000014a00000 0x0000000014a00000 Relocatable + Small 0x0000000014a00000 0x0000000014c00000 0x0000000014c00000 Relocatable + Small 0x0000000014c00000 0x0000000014dfffd8 0x0000000014e00000 Relocatable + Small 0x0000000014e00000 0x0000000015000000 0x0000000015000000 Relocatable + Small 0x0000000015000000 0x0000000015200000 0x0000000015200000 Relocatable + Small 0x0000000015200000 0x0000000015400000 0x0000000015400000 Relocatable + Small 0x0000000015400000 0x00000000155fffe0 0x0000000015600000 Relocatable + Small 0x0000000015600000 0x0000000015800000 0x0000000015800000 Relocatable + Small 0x0000000015800000 0x0000000015a00000 0x0000000015a00000 Relocatable + Small 0x0000000015a00000 0x0000000015c00000 0x0000000015c00000 Relocatable + Small 0x0000000015c00000 0x0000000015e00000 0x0000000015e00000 Relocatable + Small 0x0000000015e00000 0x0000000016000000 0x0000000016000000 Relocatable + Small 0x0000000016000000 0x00000000161fffe0 0x0000000016200000 Relocatable + Small 0x0000000016200000 0x0000000016400000 0x0000000016400000 Relocatable + Small 0x0000000016400000 0x0000000016600000 0x0000000016600000 Relocatable + Small 0x0000000016600000 0x00000000167fffd0 0x0000000016800000 Relocatable + Small 0x0000000016800000 0x0000000016a00000 0x0000000016a00000 Relocatable + Small 0x0000000016a00000 0x0000000016bffff0 0x0000000016c00000 Relocatable + Small 0x0000000016c00000 0x0000000016e00000 0x0000000016e00000 Relocatable + Small 0x0000000016e00000 0x0000000017000000 0x0000000017000000 Relocatable + Small 0x0000000017000000 0x0000000017200000 0x0000000017200000 Relocatable + Small 0x0000000017200000 0x0000000017400000 0x0000000017400000 Relocatable + Small 0x0000000017400000 0x0000000017600000 0x0000000017600000 Relocatable + Small 0x0000000017600000 0x0000000017800000 0x0000000017800000 Relocatable + Small 0x0000000017800000 0x0000000017a00000 0x0000000017a00000 Relocatable + Small 0x0000000017a00000 0x0000000017c00000 0x0000000017c00000 Relocatable + Small 0x0000000017c00000 0x0000000017e00000 0x0000000017e00000 Relocatable + Small 0x0000000017e00000 0x0000000017ffe3d0 0x0000000018000000 Relocatable + Small 0x0000000018000000 0x0000000018200000 0x0000000018200000 Relocatable + Small 0x0000000018200000 0x00000000183fffa0 0x0000000018400000 Relocatable + Small 0x0000000018400000 0x0000000018600000 0x0000000018600000 Relocatable + Small 0x0000000018600000 0x0000000018800000 0x0000000018800000 Relocatable + Small 0x0000000018800000 0x0000000018a00000 0x0000000018a00000 Relocatable + Small 0x0000000018a00000 0x0000000018c00000 0x0000000018c00000 Relocatable + Small 0x0000000018c00000 0x0000000018e00000 0x0000000018e00000 Relocatable + Small 0x0000000018e00000 0x0000000019000000 0x0000000019000000 Relocatable + Small 0x0000000019000000 0x0000000019200000 0x0000000019200000 Relocatable + Small 0x0000000019200000 0x0000000019400000 0x0000000019400000 Relocatable + Small 0x0000000019400000 0x0000000019600000 0x0000000019600000 Relocatable + Small 0x0000000019600000 0x00000000197f2508 0x0000000019800000 Relocatable + Small 0x0000000019800000 0x0000000019a00000 0x0000000019a00000 Relocatable + Small 0x0000000019a00000 0x0000000019c00000 0x0000000019c00000 Relocatable + Small 0x0000000019c00000 0x0000000019e00000 0x0000000019e00000 Relocatable + Small 0x0000000019e00000 0x000000001a000000 0x000000001a000000 Relocatable + Small 0x000000001a000000 0x000000001a200000 0x000000001a200000 Relocatable + Small 0x000000001a200000 0x000000001a3fffe0 0x000000001a400000 Relocatable + Small 0x000000001a400000 0x000000001a600000 0x000000001a600000 Relocatable + Small 0x000000001a600000 0x000000001a800000 0x000000001a800000 Relocatable + Small 0x000000001a800000 0x000000001aa00000 0x000000001aa00000 Relocatable + Small 0x000000001aa00000 0x000000001ac00000 0x000000001ac00000 Relocatable + Small 0x000000001ac00000 0x000000001ae00000 0x000000001ae00000 Relocatable + Small 0x000000001ae00000 0x000000001b000000 0x000000001b000000 Relocatable + Small 0x000000001b000000 0x000000001b1fd1b8 0x000000001b200000 Relocatable + Small 0x000000001b200000 0x000000001b400000 0x000000001b400000 Relocatable + Small 0x000000001b400000 0x000000001b600000 0x000000001b600000 Relocatable + Small 0x000000001b600000 0x000000001b800000 0x000000001b800000 Relocatable + Small 0x000000001b800000 0x000000001ba00000 0x000000001ba00000 Relocatable + Small 0x000000001ba00000 0x000000001bc00000 0x000000001bc00000 Relocatable + Small 0x000000001bc00000 0x000000001be00000 0x000000001be00000 Relocatable + Small 0x000000001be00000 0x000000001c000000 0x000000001c000000 Relocatable + Small 0x000000001c000000 0x000000001c200000 0x000000001c200000 Relocatable + Small 0x000000001c200000 0x000000001c400000 0x000000001c400000 Relocatable + Small 0x000000001c400000 0x000000001c600000 0x000000001c600000 Relocatable + Small 0x000000001c600000 0x000000001c800000 0x000000001c800000 Relocatable + Small 0x000000001c800000 0x000000001ca00000 0x000000001ca00000 Relocatable + Small 0x000000001ca00000 0x000000001cc00000 0x000000001cc00000 Relocatable + Small 0x000000001cc00000 0x000000001ce00000 0x000000001ce00000 Relocatable + Small 0x000000001ce00000 0x000000001d000000 0x000000001d000000 Relocatable + Small 0x000000001d000000 0x000000001d1ffff8 0x000000001d200000 Relocatable + Small 0x000000001d200000 0x000000001d400000 0x000000001d400000 Relocatable + Small 0x000000001d400000 0x000000001d600000 0x000000001d600000 Relocatable + Small 0x000000001d600000 0x000000001d800000 0x000000001d800000 Relocatable + Small 0x000000001d800000 0x000000001d9fffe8 0x000000001da00000 Relocatable + Small 0x000000001da00000 0x000000001dc00000 0x000000001dc00000 Relocatable + Small 0x000000001dc00000 0x000000001ddffff8 0x000000001de00000 Relocatable + Small 0x000000001de00000 0x000000001e000000 0x000000001e000000 Relocatable + Small 0x000000001e000000 0x000000001e200000 0x000000001e200000 Relocatable + Small 0x000000001e200000 0x000000001e400000 0x000000001e400000 Relocatable + Small 0x000000001e400000 0x000000001e5ffff8 0x000000001e600000 Relocatable + Small 0x000000001e600000 0x000000001e800000 0x000000001e800000 Relocatable + Small 0x000000001e800000 0x000000001e9fffe0 0x000000001ea00000 Relocatable + Small 0x000000001ea00000 0x000000001ec00000 0x000000001ec00000 Relocatable + Small 0x000000001ec00000 0x000000001edfffd8 0x000000001ee00000 Relocatable + Small 0x000000001ee00000 0x000000001effffe0 0x000000001f000000 Relocatable + Large 0x000000001f000000 0x000000001f600000 0x000000001f600000 Relocatable + Large 0x000000001f600000 0x000000001fc00000 0x000000001fc00000 Relocatable + Small 0x000000001fc00000 0x000000001fe00000 0x000000001fe00000 Relocatable + Small 0x000000001fe00000 0x0000000020000000 0x0000000020000000 Relocatable + Small 0x0000000020000000 0x00000000201f26b8 0x0000000020200000 Relocatable + Small 0x0000000020200000 0x0000000020400000 0x0000000020400000 Relocatable + Small 0x0000000020400000 0x0000000020600000 0x0000000020600000 Relocatable + Small 0x0000000020600000 0x0000000020800000 0x0000000020800000 Relocatable + Small 0x0000000020800000 0x0000000020a00000 0x0000000020a00000 Relocatable + Small 0x0000000020a00000 0x0000000020c00000 0x0000000020c00000 Relocatable + Small 0x0000000020c00000 0x0000000020dfffd8 0x0000000020e00000 Relocatable + Small 0x0000000020e00000 0x0000000020fffcc8 0x0000000021000000 Relocatable + Small 0x0000000021000000 0x0000000021200000 0x0000000021200000 Relocatable + Small 0x0000000021200000 0x0000000021400000 0x0000000021400000 Relocatable + Small 0x0000000021400000 0x00000000215f4fd8 0x0000000021600000 Relocatable + Small 0x0000000021600000 0x00000000217fffe0 0x0000000021800000 Relocatable + Small 0x0000000021800000 0x0000000021a00000 0x0000000021a00000 Relocatable + Small 0x0000000021a00000 0x0000000021c00000 0x0000000021c00000 Relocatable + Small 0x0000000021c00000 0x0000000021e00000 0x0000000021e00000 Relocatable + Small 0x0000000021e00000 0x0000000021ffffe8 0x0000000022000000 Relocatable + Small 0x0000000022000000 0x00000000221f5588 0x0000000022200000 Relocatable + Small 0x0000000022200000 0x0000000022400000 0x0000000022400000 Relocatable + Small 0x0000000022400000 0x0000000022600000 0x0000000022600000 Relocatable + Small 0x0000000022600000 0x0000000022800000 0x0000000022800000 Relocatable + Small 0x0000000022800000 0x0000000022a00000 0x0000000022a00000 Relocatable + Small 0x0000000022a00000 0x0000000022bdca10 0x0000000022c00000 Relocatable + Small 0x0000000022c00000 0x0000000022e00000 0x0000000022e00000 Relocatable + Small 0x0000000022e00000 0x0000000023000000 0x0000000023000000 Relocatable + Small 0x0000000023000000 0x00000000231ff048 0x0000000023200000 Relocatable + Small 0x0000000023200000 0x0000000023400000 0x0000000023400000 Relocatable + Small 0x0000000023400000 0x00000000235fffa8 0x0000000023600000 Relocatable + Small 0x0000000023600000 0x0000000023800000 0x0000000023800000 Relocatable + Small 0x0000000023800000 0x00000000239fa7e0 0x0000000023a00000 Relocatable + Small 0x0000000023a00000 0x0000000023bfff78 0x0000000023c00000 Relocatable + Small 0x0000000023c00000 0x0000000023e00000 0x0000000023e00000 Relocatable + Small 0x0000000023e00000 0x0000000024000000 0x0000000024000000 Relocatable + Small 0x0000000024000000 0x00000000241ffff8 0x0000000024200000 Relocatable + Small 0x0000000024200000 0x0000000024400000 0x0000000024400000 Relocatable + Small 0x0000000024400000 0x0000000024600000 0x0000000024600000 Relocatable + Small 0x0000000024600000 0x0000000024800000 0x0000000024800000 Relocatable + Small 0x0000000024800000 0x0000000024a00000 0x0000000024a00000 Relocatable + Small 0x0000000024a00000 0x0000000024c00000 0x0000000024c00000 Relocatable + Small 0x0000000024c00000 0x0000000024e00000 0x0000000024e00000 Relocatable + Small 0x0000000024e00000 0x0000000025000000 0x0000000025000000 Relocatable + Small 0x0000000025000000 0x0000000025200000 0x0000000025200000 Relocatable + Small 0x0000000025200000 0x0000000025400000 0x0000000025400000 Relocatable + Small 0x0000000025400000 0x00000000255ffff0 0x0000000025600000 Relocatable + Small 0x0000000025600000 0x0000000025800000 0x0000000025800000 Relocatable + Small 0x0000000025800000 0x0000000025a00000 0x0000000025a00000 Relocatable + Small 0x0000000025a00000 0x0000000025bfdeb8 0x0000000025c00000 Relocatable + Small 0x0000000025c00000 0x0000000025e00000 0x0000000025e00000 Relocatable + Small 0x0000000025e00000 0x0000000026000000 0x0000000026000000 Relocatable + Small 0x0000000026000000 0x0000000026200000 0x0000000026200000 Relocatable + Small 0x0000000026200000 0x0000000026400000 0x0000000026400000 Relocatable + Small 0x0000000026400000 0x0000000026600000 0x0000000026600000 Relocatable + Small 0x0000000026600000 0x0000000026800000 0x0000000026800000 Relocatable + Small 0x0000000026800000 0x0000000026a00000 0x0000000026a00000 Relocatable + Small 0x0000000026a00000 0x0000000026c00000 0x0000000026c00000 Relocatable + Small 0x0000000026c00000 0x0000000026e00000 0x0000000026e00000 Relocatable + Small 0x0000000026e00000 0x0000000027000000 0x0000000027000000 Relocatable + Small 0x0000000027000000 0x00000000271ffff8 0x0000000027200000 Relocatable + Small 0x0000000027200000 0x00000000273f35a8 0x0000000027400000 Relocatable + Small 0x0000000027400000 0x0000000027600000 0x0000000027600000 Relocatable + Small 0x0000000027600000 0x0000000027800000 0x0000000027800000 Relocatable + Small 0x0000000027800000 0x0000000027a00000 0x0000000027a00000 Relocatable + Small 0x0000000027a00000 0x0000000027c00000 0x0000000027c00000 Relocatable + Small 0x0000000027c00000 0x0000000027e00000 0x0000000027e00000 Relocatable + Small 0x0000000027e00000 0x0000000028000000 0x0000000028000000 Relocatable + Small 0x0000000028000000 0x0000000028200000 0x0000000028200000 Relocatable + Small 0x0000000028200000 0x0000000028400000 0x0000000028400000 Relocatable + Small 0x0000000028400000 0x0000000028600000 0x0000000028600000 Relocatable + Small 0x0000000028600000 0x0000000028800000 0x0000000028800000 Relocatable + Small 0x0000000028800000 0x0000000028a00000 0x0000000028a00000 Relocatable + Small 0x0000000028a00000 0x0000000028c00000 0x0000000028c00000 Relocatable + Small 0x0000000028c00000 0x0000000028e00000 0x0000000028e00000 Relocatable + Small 0x0000000028e00000 0x0000000028ffffe8 0x0000000029000000 Relocatable + Small 0x0000000029000000 0x00000000291fffd0 0x0000000029200000 Relocatable + Small 0x0000000029200000 0x00000000293fedd0 0x0000000029400000 Relocatable + Small 0x0000000029400000 0x0000000029600000 0x0000000029600000 Relocatable + Small 0x0000000029600000 0x00000000297ffff0 0x0000000029800000 Relocatable + Small 0x0000000029800000 0x0000000029a00000 0x0000000029a00000 Relocatable + Small 0x0000000029a00000 0x0000000029c00000 0x0000000029c00000 Relocatable + Small 0x0000000029c00000 0x0000000029e00000 0x0000000029e00000 Relocatable + Small 0x0000000029e00000 0x000000002a000000 0x000000002a000000 Relocatable + Small 0x000000002a000000 0x000000002a200000 0x000000002a200000 Relocatable + Small 0x000000002a200000 0x000000002a400000 0x000000002a400000 Relocatable + Small 0x000000002a400000 0x000000002a600000 0x000000002a600000 Relocatable + Small 0x000000002a600000 0x000000002a800000 0x000000002a800000 Relocatable + Small 0x000000002a800000 0x000000002aa00000 0x000000002aa00000 Relocatable + Small 0x000000002aa00000 0x000000002ac00000 0x000000002ac00000 Relocatable + Small 0x000000002ac00000 0x000000002ae00000 0x000000002ae00000 Relocatable + Small 0x000000002ae00000 0x000000002b000000 0x000000002b000000 Relocatable + Small 0x000000002b000000 0x000000002b200000 0x000000002b200000 Relocatable + Small 0x000000002b200000 0x000000002b400000 0x000000002b400000 Relocatable + Small 0x000000002b400000 0x000000002b600000 0x000000002b600000 Relocatable + Small 0x000000002b600000 0x000000002b800000 0x000000002b800000 Relocatable + Small 0x000000002b800000 0x000000002b9fffe0 0x000000002ba00000 Relocatable + Small 0x000000002ba00000 0x000000002bc00000 0x000000002bc00000 Relocatable + Small 0x000000002bc00000 0x000000002be00000 0x000000002be00000 Relocatable + Small 0x000000002be00000 0x000000002c000000 0x000000002c000000 Relocatable + Small 0x000000002c000000 0x000000002c200000 0x000000002c200000 Relocatable + Small 0x000000002c200000 0x000000002c400000 0x000000002c400000 Relocatable + Small 0x000000002c400000 0x000000002c600000 0x000000002c600000 Relocatable + Small 0x000000002c600000 0x000000002c800000 0x000000002c800000 Relocatable + Small 0x000000002c800000 0x000000002c9fff98 0x000000002ca00000 Relocatable + Small 0x000000002ca00000 0x000000002cc00000 0x000000002cc00000 Relocatable + Small 0x000000002cc00000 0x000000002cdfffc0 0x000000002ce00000 Relocatable + Small 0x000000002ce00000 0x000000002d000000 0x000000002d000000 Relocatable + Small 0x000000002d000000 0x000000002d200000 0x000000002d200000 Relocatable + Small 0x000000002d200000 0x000000002d400000 0x000000002d400000 Relocatable + Small 0x000000002d400000 0x000000002d600000 0x000000002d600000 Relocatable + Small 0x000000002d600000 0x000000002d800000 0x000000002d800000 Relocatable + Small 0x000000002d800000 0x000000002d9fffc8 0x000000002da00000 Relocatable + Small 0x000000002da00000 0x000000002dc00000 0x000000002dc00000 Relocatable + Small 0x000000002dc00000 0x000000002de00000 0x000000002de00000 Relocatable + Small 0x000000002de00000 0x000000002e000000 0x000000002e000000 Relocatable + Small 0x000000002e000000 0x000000002e200000 0x000000002e200000 Relocatable + Small 0x000000002e200000 0x000000002e3fffe8 0x000000002e400000 Relocatable + Small 0x000000002e400000 0x000000002e5fffc8 0x000000002e600000 Relocatable + Small 0x000000002e600000 0x000000002e7ffff8 0x000000002e800000 Relocatable + Small 0x000000002e800000 0x000000002ea00000 0x000000002ea00000 Relocatable + Small 0x000000002ea00000 0x000000002ec00000 0x000000002ec00000 Relocatable + Small 0x000000002ec00000 0x000000002ee00000 0x000000002ee00000 Relocatable + Small 0x000000002ee00000 0x000000002f000000 0x000000002f000000 Relocatable + Small 0x000000002f000000 0x000000002f200000 0x000000002f200000 Relocatable + Small 0x000000002f200000 0x000000002f3fffa0 0x000000002f400000 Relocatable + Small 0x000000002f400000 0x000000002f600000 0x000000002f600000 Relocatable + Small 0x000000002f600000 0x000000002f800000 0x000000002f800000 Relocatable + Small 0x000000002f800000 0x000000002fa00000 0x000000002fa00000 Relocatable + Small 0x000000002fa00000 0x000000002fc00000 0x000000002fc00000 Relocatable + Small 0x000000002fc00000 0x000000002fe00000 0x000000002fe00000 Relocatable + Small 0x000000002fe00000 0x0000000030000000 0x0000000030000000 Relocatable + Small 0x0000000030000000 0x0000000030200000 0x0000000030200000 Relocatable + Small 0x0000000030200000 0x00000000303ffff0 0x0000000030400000 Relocatable + Small 0x0000000030400000 0x0000000030600000 0x0000000030600000 Relocatable + Small 0x0000000030600000 0x0000000030800000 0x0000000030800000 Relocatable + Small 0x0000000030800000 0x0000000030a00000 0x0000000030a00000 Relocatable + Small 0x0000000030a00000 0x0000000030c00000 0x0000000030c00000 Relocatable + Small 0x0000000030c00000 0x0000000030e00000 0x0000000030e00000 Relocatable + Small 0x0000000030e00000 0x0000000031000000 0x0000000031000000 Relocatable + Small 0x0000000031000000 0x0000000031200000 0x0000000031200000 Relocatable + Small 0x0000000031200000 0x0000000031400000 0x0000000031400000 Relocatable + Small 0x0000000031400000 0x0000000031600000 0x0000000031600000 Relocatable + Small 0x0000000031600000 0x00000000317fffd8 0x0000000031800000 Relocatable + Small 0x0000000031800000 0x0000000031a00000 0x0000000031a00000 Relocatable + Small 0x0000000031a00000 0x0000000031c00000 0x0000000031c00000 Relocatable + Small 0x0000000031c00000 0x0000000031e00000 0x0000000031e00000 Relocatable + Small 0x0000000031e00000 0x0000000032000000 0x0000000032000000 Relocatable + Small 0x0000000032000000 0x00000000321fffe0 0x0000000032200000 Relocatable + Small 0x0000000032200000 0x0000000032400000 0x0000000032400000 Relocatable + Small 0x0000000032400000 0x0000000032600000 0x0000000032600000 Relocatable + Small 0x0000000032600000 0x0000000032800000 0x0000000032800000 Relocatable + Small 0x0000000032800000 0x0000000032a00000 0x0000000032a00000 Relocatable + Small 0x0000000032a00000 0x0000000032c00000 0x0000000032c00000 Relocatable + Small 0x0000000032c00000 0x0000000032e00000 0x0000000032e00000 Relocatable + Small 0x0000000032e00000 0x0000000033000000 0x0000000033000000 Relocatable + Small 0x0000000033000000 0x0000000033200000 0x0000000033200000 Relocatable + Small 0x0000000033200000 0x0000000033400000 0x0000000033400000 Relocatable + Small 0x0000000033400000 0x0000000033600000 0x0000000033600000 Relocatable + Small 0x0000000033600000 0x0000000033800000 0x0000000033800000 Relocatable + Small 0x0000000033800000 0x00000000339fffc0 0x0000000033a00000 Relocatable + Small 0x0000000033a00000 0x0000000033bece58 0x0000000033c00000 Relocatable + Small 0x0000000033c00000 0x0000000033e00000 0x0000000033e00000 Relocatable + Small 0x0000000033e00000 0x0000000034000000 0x0000000034000000 Relocatable + Small 0x0000000034000000 0x0000000034200000 0x0000000034200000 Relocatable + Small 0x0000000034200000 0x0000000034400000 0x0000000034400000 Relocatable + Small 0x0000000034400000 0x00000000345f3b18 0x0000000034600000 Relocatable + Small 0x0000000034600000 0x0000000034800000 0x0000000034800000 Relocatable + Small 0x0000000034800000 0x0000000034a00000 0x0000000034a00000 Relocatable + Small 0x0000000034a00000 0x0000000034c00000 0x0000000034c00000 Relocatable + Small 0x0000000034c00000 0x0000000034e00000 0x0000000034e00000 Relocatable + Small 0x0000000034e00000 0x0000000034ffffd8 0x0000000035000000 Relocatable + Small 0x0000000035000000 0x0000000035200000 0x0000000035200000 Relocatable + Small 0x0000000035200000 0x0000000035400000 0x0000000035400000 Relocatable + Small 0x0000000035400000 0x0000000035600000 0x0000000035600000 Relocatable + Small 0x0000000035600000 0x0000000035800000 0x0000000035800000 Relocatable + Small 0x0000000035800000 0x00000000359fffe8 0x0000000035a00000 Relocatable + Small 0x0000000035a00000 0x0000000035c00000 0x0000000035c00000 Relocatable + Small 0x0000000035c00000 0x0000000035e00000 0x0000000035e00000 Relocatable + Small 0x0000000035e00000 0x0000000035ffffe8 0x0000000036000000 Relocatable + Small 0x0000000036000000 0x00000000361fff50 0x0000000036200000 Relocatable + Small 0x0000000036200000 0x0000000036400000 0x0000000036400000 Relocatable + Small 0x0000000036400000 0x00000000365ffff0 0x0000000036600000 Relocatable + Small 0x0000000036600000 0x0000000036800000 0x0000000036800000 Relocatable + Small 0x0000000036800000 0x00000000369fffd0 0x0000000036a00000 Relocatable + Small 0x0000000036a00000 0x0000000036c00000 0x0000000036c00000 Relocatable + Small 0x0000000036c00000 0x0000000036e00000 0x0000000036e00000 Relocatable + Small 0x0000000036e00000 0x0000000036ffffe8 0x0000000037000000 Relocatable + Small 0x0000000037000000 0x0000000037200000 0x0000000037200000 Relocatable + Small 0x0000000037200000 0x00000000373fffe0 0x0000000037400000 Relocatable + Small 0x0000000037400000 0x0000000037600000 0x0000000037600000 Relocatable + Small 0x0000000037600000 0x0000000037800000 0x0000000037800000 Relocatable + Small 0x0000000037800000 0x0000000037a00000 0x0000000037a00000 Relocatable + Small 0x0000000037a00000 0x0000000037be5038 0x0000000037c00000 Relocatable + Small 0x0000000037c00000 0x0000000037e00000 0x0000000037e00000 Relocatable + Small 0x0000000037e00000 0x0000000037fffff8 0x0000000038000000 Relocatable + Small 0x0000000038000000 0x0000000038200000 0x0000000038200000 Relocatable + Small 0x0000000038200000 0x0000000038400000 0x0000000038400000 Relocatable + Small 0x0000000038400000 0x0000000038600000 0x0000000038600000 Relocatable + Small 0x0000000038600000 0x00000000387fffe8 0x0000000038800000 Relocatable + Small 0x0000000038800000 0x0000000038a00000 0x0000000038a00000 Relocatable + Small 0x0000000038a00000 0x0000000038bffff8 0x0000000038c00000 Relocatable + Small 0x0000000038c00000 0x0000000038e00000 0x0000000038e00000 Relocatable + Small 0x0000000038e00000 0x0000000039000000 0x0000000039000000 Relocatable + Small 0x0000000039000000 0x0000000039200000 0x0000000039200000 Relocatable + Small 0x0000000039200000 0x0000000039400000 0x0000000039400000 Relocatable + Small 0x0000000039400000 0x0000000039600000 0x0000000039600000 Relocatable + Small 0x0000000039600000 0x0000000039800000 0x0000000039800000 Relocatable + Small 0x0000000039800000 0x0000000039a00000 0x0000000039a00000 Relocatable + Small 0x0000000039a00000 0x0000000039c00000 0x0000000039c00000 Relocatable + Small 0x0000000039c00000 0x0000000039e00000 0x0000000039e00000 Relocatable + Small 0x0000000039e00000 0x000000003a000000 0x000000003a000000 Relocatable + Small 0x000000003a000000 0x000000003a200000 0x000000003a200000 Relocatable + Small 0x000000003a200000 0x000000003a400000 0x000000003a400000 Relocatable + Small 0x000000003a400000 0x000000003a600000 0x000000003a600000 Relocatable + Small 0x000000003a600000 0x000000003a800000 0x000000003a800000 Relocatable + Small 0x000000003a800000 0x000000003aa00000 0x000000003aa00000 Relocatable + Small 0x000000003aa00000 0x000000003abfffe0 0x000000003ac00000 Relocatable + Small 0x000000003ac00000 0x000000003ae00000 0x000000003ae00000 Relocatable + Small 0x000000003ae00000 0x000000003b000000 0x000000003b000000 Relocatable + Small 0x000000003b000000 0x000000003b200000 0x000000003b200000 Relocatable + Small 0x000000003b200000 0x000000003b400000 0x000000003b400000 Relocatable + Small 0x000000003b400000 0x000000003b600000 0x000000003b600000 Relocatable + Small 0x000000003b600000 0x000000003b800000 0x000000003b800000 Relocatable + Small 0x000000003b800000 0x000000003ba00000 0x000000003ba00000 Relocatable + Small 0x000000003ba00000 0x000000003bc00000 0x000000003bc00000 Relocatable + Small 0x000000003bc00000 0x000000003be00000 0x000000003be00000 Relocatable + Small 0x000000003be00000 0x000000003c000000 0x000000003c000000 Relocatable + Small 0x000000003c000000 0x000000003c200000 0x000000003c200000 Relocatable + Small 0x000000003c200000 0x000000003c400000 0x000000003c400000 Relocatable + Small 0x000000003c400000 0x000000003c600000 0x000000003c600000 Relocatable + Small 0x000000003c600000 0x000000003c800000 0x000000003c800000 Relocatable + Small 0x000000003c800000 0x000000003ca00000 0x000000003ca00000 Relocatable + Small 0x000000003ca00000 0x000000003cc00000 0x000000003cc00000 Relocatable + Small 0x000000003cc00000 0x000000003ce00000 0x000000003ce00000 Relocatable + Small 0x000000003ce00000 0x000000003d000000 0x000000003d000000 Relocatable + Small 0x000000003d000000 0x000000003d200000 0x000000003d200000 Relocatable + Small 0x000000003d200000 0x000000003d3fffe0 0x000000003d400000 Relocatable + Small 0x000000003d400000 0x000000003d600000 0x000000003d600000 Relocatable + Small 0x000000003d600000 0x000000003d800000 0x000000003d800000 Relocatable + Small 0x000000003d800000 0x000000003da00000 0x000000003da00000 Relocatable + Small 0x000000003da00000 0x000000003dc00000 0x000000003dc00000 Relocatable + Small 0x000000003dc00000 0x000000003ddffff8 0x000000003de00000 Relocatable + Small 0x000000003de00000 0x000000003e000000 0x000000003e000000 Relocatable + Small 0x000000003e000000 0x000000003e200000 0x000000003e200000 Relocatable + Small 0x000000003e200000 0x000000003e3fb400 0x000000003e400000 Relocatable + Small 0x000000003e400000 0x000000003e600000 0x000000003e600000 Relocatable + Small 0x000000003e600000 0x000000003e800000 0x000000003e800000 Relocatable + Small 0x000000003e800000 0x000000003ea00000 0x000000003ea00000 Relocatable + Small 0x000000003ea00000 0x000000003ec00000 0x000000003ec00000 Relocatable + Small 0x000000003ec00000 0x000000003ee00000 0x000000003ee00000 Relocatable + Small 0x000000003ee00000 0x000000003f000000 0x000000003f000000 Relocatable + Small 0x000000003f000000 0x000000003f200000 0x000000003f200000 Relocatable + Small 0x000000003f200000 0x000000003f400000 0x000000003f400000 Relocatable + Small 0x000000003f400000 0x000000003f5ffff0 0x000000003f600000 Relocatable + Small 0x000000003f600000 0x000000003f800000 0x000000003f800000 Relocatable + Small 0x000000003f800000 0x000000003fa00000 0x000000003fa00000 Relocatable + Small 0x000000003fa00000 0x000000003fbfffd0 0x000000003fc00000 Relocatable + Small 0x000000003fc00000 0x000000003fdffff8 0x000000003fe00000 Relocatable + Small 0x000000003fe00000 0x0000000040000000 0x0000000040000000 Relocatable + Small 0x0000000040000000 0x00000000401ffff0 0x0000000040200000 Relocatable + Small 0x0000000040200000 0x0000000040400000 0x0000000040400000 Relocatable + Small 0x0000000040400000 0x0000000040600000 0x0000000040600000 Relocatable + Small 0x0000000040600000 0x0000000040800000 0x0000000040800000 Relocatable + Small 0x0000000040800000 0x0000000040a00000 0x0000000040a00000 Relocatable + Small 0x0000000040a00000 0x0000000040c00000 0x0000000040c00000 Relocatable + Small 0x0000000040c00000 0x0000000040e00000 0x0000000040e00000 Relocatable + Small 0x0000000040e00000 0x0000000040ffffe0 0x0000000041000000 Relocatable + Small 0x0000000041000000 0x0000000041200000 0x0000000041200000 Relocatable + Small 0x0000000041200000 0x0000000041400000 0x0000000041400000 Relocatable + Small 0x0000000041400000 0x00000000415fffc0 0x0000000041600000 Relocatable + Small 0x0000000041600000 0x0000000041800000 0x0000000041800000 Relocatable + Small 0x0000000041800000 0x00000000419ffff0 0x0000000041a00000 Relocatable + Small 0x0000000041a00000 0x0000000041c00000 0x0000000041c00000 Relocatable + Small 0x0000000041c00000 0x0000000041e00000 0x0000000041e00000 Relocatable + Small 0x0000000041e00000 0x0000000042000000 0x0000000042000000 Relocatable + Small 0x0000000042000000 0x0000000042200000 0x0000000042200000 Relocatable + Small 0x0000000042200000 0x0000000042400000 0x0000000042400000 Relocatable + Small 0x0000000042400000 0x0000000042600000 0x0000000042600000 Relocatable + Small 0x0000000042600000 0x0000000042800000 0x0000000042800000 Relocatable + Small 0x0000000042800000 0x0000000042a00000 0x0000000042a00000 Relocatable + Small 0x0000000042a00000 0x0000000042bfffc8 0x0000000042c00000 Relocatable + Small 0x0000000042c00000 0x0000000042e00000 0x0000000042e00000 Relocatable + Small 0x0000000042e00000 0x0000000043000000 0x0000000043000000 Relocatable + Small 0x0000000043000000 0x0000000043200000 0x0000000043200000 Relocatable + Small 0x0000000043200000 0x0000000043400000 0x0000000043400000 Relocatable + Small 0x0000000043400000 0x0000000043600000 0x0000000043600000 Relocatable + Small 0x0000000043600000 0x0000000043800000 0x0000000043800000 Relocatable + Small 0x0000000043800000 0x0000000043a00000 0x0000000043a00000 Relocatable + Small 0x0000000043a00000 0x0000000043c00000 0x0000000043c00000 Relocatable + Small 0x0000000043c00000 0x0000000043e00000 0x0000000043e00000 Relocatable + Small 0x0000000043e00000 0x0000000044000000 0x0000000044000000 Relocatable + Small 0x0000000044000000 0x0000000044200000 0x0000000044200000 Relocatable + Small 0x0000000044200000 0x0000000044400000 0x0000000044400000 Relocatable + Small 0x0000000044400000 0x0000000044600000 0x0000000044600000 Relocatable + Small 0x0000000044600000 0x0000000044800000 0x0000000044800000 Relocatable + Small 0x0000000044800000 0x0000000044a00000 0x0000000044a00000 Relocatable + Small 0x0000000044a00000 0x0000000044bfffe0 0x0000000044c00000 Relocatable + Small 0x0000000044c00000 0x0000000044e00000 0x0000000044e00000 Relocatable + Small 0x0000000044e00000 0x0000000044fffff0 0x0000000045000000 Relocatable + Small 0x0000000045000000 0x0000000045200000 0x0000000045200000 Relocatable + Small 0x0000000045200000 0x0000000045400000 0x0000000045400000 Relocatable + Small 0x0000000045400000 0x0000000045600000 0x0000000045600000 Relocatable + Small 0x0000000045600000 0x0000000045800000 0x0000000045800000 Relocatable + Small 0x0000000045800000 0x00000000459fffd8 0x0000000045a00000 Relocatable + Small 0x0000000045a00000 0x0000000045c00000 0x0000000045c00000 Relocatable + Small 0x0000000045c00000 0x0000000045e00000 0x0000000045e00000 Relocatable + Small 0x0000000045e00000 0x0000000045ffffd0 0x0000000046000000 Relocatable + Small 0x0000000046000000 0x0000000046200000 0x0000000046200000 Relocatable + Small 0x0000000046200000 0x0000000046400000 0x0000000046400000 Relocatable + Small 0x0000000046400000 0x0000000046600000 0x0000000046600000 Relocatable + Small 0x0000000046600000 0x0000000046800000 0x0000000046800000 Relocatable + Small 0x0000000046800000 0x0000000046a00000 0x0000000046a00000 Relocatable + Small 0x0000000046a00000 0x0000000046c00000 0x0000000046c00000 Relocatable + Small 0x0000000046c00000 0x0000000046dfffa8 0x0000000046e00000 Relocatable + Small 0x0000000046e00000 0x0000000047000000 0x0000000047000000 Relocatable + Small 0x0000000047000000 0x0000000047200000 0x0000000047200000 Relocatable + Small 0x0000000047200000 0x0000000047400000 0x0000000047400000 Relocatable + Small 0x0000000047400000 0x0000000047600000 0x0000000047600000 Relocatable + Small 0x0000000047600000 0x0000000047800000 0x0000000047800000 Relocatable + Small 0x0000000047800000 0x00000000479fffe8 0x0000000047a00000 Relocatable + Small 0x0000000047a00000 0x0000000047bffff0 0x0000000047c00000 Relocatable + Small 0x0000000047c00000 0x0000000047e00000 0x0000000047e00000 Relocatable + Small 0x0000000047e00000 0x0000000048000000 0x0000000048000000 Relocatable + Small 0x0000000048000000 0x0000000048200000 0x0000000048200000 Relocatable + Small 0x0000000048200000 0x0000000048400000 0x0000000048400000 Relocatable + Small 0x0000000048400000 0x0000000048600000 0x0000000048600000 Relocatable + Small 0x0000000048600000 0x0000000048800000 0x0000000048800000 Relocatable + Small 0x0000000048800000 0x0000000048a00000 0x0000000048a00000 Relocatable + Small 0x0000000048a00000 0x0000000048c00000 0x0000000048c00000 Relocatable + Small 0x0000000048c00000 0x0000000048e00000 0x0000000048e00000 Relocatable + Small 0x0000000048e00000 0x0000000049000000 0x0000000049000000 Relocatable + Small 0x0000000049000000 0x0000000049200000 0x0000000049200000 Relocatable + Small 0x0000000049200000 0x0000000049400000 0x0000000049400000 Relocatable + Small 0x0000000049400000 0x0000000049600000 0x0000000049600000 Relocatable + Small 0x0000000049600000 0x0000000049800000 0x0000000049800000 Relocatable + Small 0x0000000049800000 0x0000000049a00000 0x0000000049a00000 Relocatable + Small 0x0000000049a00000 0x0000000049bfffd8 0x0000000049c00000 Relocatable + Small 0x0000000049c00000 0x0000000049e00000 0x0000000049e00000 Relocatable + Small 0x0000000049e00000 0x0000000049fffff0 0x000000004a000000 Relocatable + Small 0x000000004a000000 0x000000004a200000 0x000000004a200000 Relocatable + Small 0x000000004a200000 0x000000004a3fffe8 0x000000004a400000 Relocatable + Small 0x000000004a400000 0x000000004a600000 0x000000004a600000 Relocatable + Small 0x000000004a600000 0x000000004a800000 0x000000004a800000 Relocatable + Small 0x000000004a800000 0x000000004aa00000 0x000000004aa00000 Relocatable + Small 0x000000004aa00000 0x000000004ac00000 0x000000004ac00000 Relocatable + Small 0x000000004ac00000 0x000000004ae00000 0x000000004ae00000 Relocatable + Small 0x000000004ae00000 0x000000004affffd8 0x000000004b000000 Relocatable + Small 0x000000004b000000 0x000000004b200000 0x000000004b200000 Relocatable + Small 0x000000004b200000 0x000000004b400000 0x000000004b400000 Relocatable + Small 0x000000004b400000 0x000000004b600000 0x000000004b600000 Relocatable + Small 0x000000004b600000 0x000000004b800000 0x000000004b800000 Relocatable + Small 0x000000004b800000 0x000000004ba00000 0x000000004ba00000 Relocatable + Small 0x000000004ba00000 0x000000004bc00000 0x000000004bc00000 Relocatable + Small 0x000000004bc00000 0x000000004be00000 0x000000004be00000 Relocatable + Small 0x000000004be00000 0x000000004c000000 0x000000004c000000 Relocatable + Small 0x000000004c000000 0x000000004c200000 0x000000004c200000 Relocatable + Small 0x000000004c200000 0x000000004c3ffff8 0x000000004c400000 Relocatable + Small 0x000000004c400000 0x000000004c5fffe8 0x000000004c600000 Relocatable + Small 0x000000004c600000 0x000000004c800000 0x000000004c800000 Relocatable + Small 0x000000004c800000 0x000000004ca00000 0x000000004ca00000 Relocatable + Small 0x000000004ca00000 0x000000004cbfffc8 0x000000004cc00000 Relocatable + Small 0x000000004cc00000 0x000000004ce00000 0x000000004ce00000 Relocatable + Small 0x000000004ce00000 0x000000004cffffc8 0x000000004d000000 Relocatable + Small 0x000000004d000000 0x000000004d200000 0x000000004d200000 Relocatable + Small 0x000000004d200000 0x000000004d400000 0x000000004d400000 Relocatable + Small 0x000000004d400000 0x000000004d5ffff0 0x000000004d600000 Relocatable + Small 0x000000004d600000 0x000000004d800000 0x000000004d800000 Relocatable + Small 0x000000004d800000 0x000000004da00000 0x000000004da00000 Relocatable + Small 0x000000004da00000 0x000000004dc00000 0x000000004dc00000 Relocatable + Small 0x000000004dc00000 0x000000004de00000 0x000000004de00000 Relocatable + Small 0x000000004de00000 0x000000004e000000 0x000000004e000000 Relocatable + Small 0x000000004e000000 0x000000004e200000 0x000000004e200000 Relocatable + Small 0x000000004e200000 0x000000004e3fffe0 0x000000004e400000 Relocatable + Small 0x000000004e400000 0x000000004e600000 0x000000004e600000 Relocatable + Small 0x000000004e600000 0x000000004e800000 0x000000004e800000 Relocatable + Small 0x000000004e800000 0x000000004ea00000 0x000000004ea00000 Relocatable + Small 0x000000004ea00000 0x000000004ec00000 0x000000004ec00000 Relocatable + Small 0x000000004ec00000 0x000000004ee00000 0x000000004ee00000 Relocatable + Small 0x000000004ee00000 0x000000004f000000 0x000000004f000000 Relocatable + Small 0x000000004f000000 0x000000004f200000 0x000000004f200000 Relocatable + Small 0x000000004f200000 0x000000004f400000 0x000000004f400000 Relocatable + Small 0x000000004f400000 0x000000004f600000 0x000000004f600000 Relocatable + Small 0x000000004f600000 0x000000004f800000 0x000000004f800000 Relocatable + Small 0x000000004f800000 0x000000004fa00000 0x000000004fa00000 Relocatable + Small 0x000000004fa00000 0x000000004fc00000 0x000000004fc00000 Relocatable + Small 0x000000004fc00000 0x000000004fe00000 0x000000004fe00000 Relocatable + Small 0x000000004fe00000 0x0000000050000000 0x0000000050000000 Relocatable + Small 0x0000000050000000 0x00000000501ffff8 0x0000000050200000 Relocatable + Small 0x0000000050200000 0x0000000050400000 0x0000000050400000 Relocatable + Small 0x0000000050400000 0x00000000505fffe0 0x0000000050600000 Relocatable + Small 0x0000000050600000 0x0000000050800000 0x0000000050800000 Relocatable + Small 0x0000000050800000 0x00000000509fffd8 0x0000000050a00000 Relocatable + Small 0x0000000050a00000 0x0000000050c00000 0x0000000050c00000 Relocatable + Small 0x0000000050c00000 0x0000000050e00000 0x0000000050e00000 Relocatable + Small 0x0000000050e00000 0x0000000051000000 0x0000000051000000 Relocatable + Small 0x0000000051000000 0x0000000051200000 0x0000000051200000 Relocatable + Small 0x0000000051200000 0x0000000051400000 0x0000000051400000 Relocatable + Small 0x0000000051400000 0x0000000051600000 0x0000000051600000 Relocatable + Small 0x0000000051600000 0x0000000051800000 0x0000000051800000 Relocatable + Small 0x0000000051800000 0x0000000051a00000 0x0000000051a00000 Relocatable + Small 0x0000000051a00000 0x0000000051c00000 0x0000000051c00000 Relocatable + Small 0x0000000051c00000 0x0000000051e00000 0x0000000051e00000 Relocatable + Small 0x0000000051e00000 0x0000000052000000 0x0000000052000000 Relocatable + Small 0x0000000052000000 0x0000000052200000 0x0000000052200000 Relocatable + Small 0x0000000052200000 0x0000000052400000 0x0000000052400000 Relocatable + Small 0x0000000052400000 0x00000000525ffff0 0x0000000052600000 Relocatable + Small 0x0000000052600000 0x00000000527fbb70 0x0000000052800000 Relocatable + Small 0x0000000052800000 0x0000000052a00000 0x0000000052a00000 Relocatable + Small 0x0000000052a00000 0x0000000052c00000 0x0000000052c00000 Relocatable + Small 0x0000000052c00000 0x0000000052e00000 0x0000000052e00000 Relocatable + Small 0x0000000052e00000 0x0000000053000000 0x0000000053000000 Relocatable + Small 0x0000000053000000 0x0000000053200000 0x0000000053200000 Relocatable + Small 0x0000000053200000 0x0000000053400000 0x0000000053400000 Relocatable + Small 0x0000000053400000 0x0000000053600000 0x0000000053600000 Relocatable + Small 0x0000000053600000 0x0000000053800000 0x0000000053800000 Relocatable + Small 0x0000000053800000 0x0000000053a00000 0x0000000053a00000 Relocatable + Small 0x0000000053a00000 0x0000000053c00000 0x0000000053c00000 Relocatable + Small 0x0000000053c00000 0x0000000053e00000 0x0000000053e00000 Relocatable + Small 0x0000000053e00000 0x0000000054000000 0x0000000054000000 Relocatable + Small 0x0000000054000000 0x0000000054200000 0x0000000054200000 Relocatable + Small 0x0000000054200000 0x0000000054400000 0x0000000054400000 Relocatable + Small 0x0000000054400000 0x0000000054600000 0x0000000054600000 Relocatable + Small 0x0000000054600000 0x0000000054800000 0x0000000054800000 Relocatable + Small 0x0000000054800000 0x0000000054a00000 0x0000000054a00000 Relocatable + Small 0x0000000054a00000 0x0000000054c00000 0x0000000054c00000 Relocatable + Small 0x0000000054c00000 0x0000000054e00000 0x0000000054e00000 Relocatable + Small 0x0000000054e00000 0x0000000055000000 0x0000000055000000 Relocatable + Small 0x0000000055000000 0x0000000055200000 0x0000000055200000 Relocatable + Small 0x0000000055200000 0x0000000055400000 0x0000000055400000 Relocatable + Small 0x0000000055400000 0x0000000055600000 0x0000000055600000 Relocatable + Small 0x0000000055600000 0x0000000055800000 0x0000000055800000 Relocatable + Small 0x0000000055800000 0x0000000055a00000 0x0000000055a00000 Relocatable + Small 0x0000000055a00000 0x0000000055c00000 0x0000000055c00000 Relocatable + Small 0x0000000055c00000 0x0000000055e00000 0x0000000055e00000 Relocatable + Small 0x0000000055e00000 0x0000000056000000 0x0000000056000000 Relocatable + Small 0x0000000056000000 0x0000000056200000 0x0000000056200000 Relocatable + Small 0x0000000056200000 0x0000000056400000 0x0000000056400000 Relocatable + Small 0x0000000056400000 0x00000000565fffd8 0x0000000056600000 Relocatable + Small 0x0000000056600000 0x0000000056800000 0x0000000056800000 Relocatable + Small 0x0000000056800000 0x00000000569fffd8 0x0000000056a00000 Relocatable + Small 0x0000000056a00000 0x0000000056c00000 0x0000000056c00000 Relocatable + Small 0x0000000056c00000 0x0000000056dfffd8 0x0000000056e00000 Relocatable + Small 0x0000000056e00000 0x0000000057000000 0x0000000057000000 Relocatable + Small 0x0000000057000000 0x0000000057200000 0x0000000057200000 Relocatable + Small 0x0000000057200000 0x0000000057400000 0x0000000057400000 Relocatable + Small 0x0000000057400000 0x0000000057600000 0x0000000057600000 Relocatable + Small 0x0000000057600000 0x0000000057800000 0x0000000057800000 Relocatable + Small 0x0000000057800000 0x0000000057a00000 0x0000000057a00000 Relocatable + Small 0x0000000057a00000 0x0000000057bffff8 0x0000000057c00000 Relocatable + Small 0x0000000057c00000 0x0000000057e00000 0x0000000057e00000 Relocatable + Small 0x0000000057e00000 0x0000000058000000 0x0000000058000000 Relocatable + Small 0x0000000058000000 0x0000000058200000 0x0000000058200000 Relocatable + Small 0x0000000058200000 0x00000000583fffe0 0x0000000058400000 Relocatable + Small 0x0000000058400000 0x0000000058600000 0x0000000058600000 Relocatable + Small 0x0000000058600000 0x0000000058800000 0x0000000058800000 Relocatable + Small 0x0000000058800000 0x0000000058a00000 0x0000000058a00000 Relocatable + Small 0x0000000058a00000 0x0000000058c00000 0x0000000058c00000 Relocatable + Small 0x0000000058c00000 0x0000000058e00000 0x0000000058e00000 Relocatable + Small 0x0000000058e00000 0x0000000058fffff0 0x0000000059000000 Relocatable + Small 0x0000000059000000 0x0000000059200000 0x0000000059200000 Relocatable + Small 0x0000000059200000 0x0000000059400000 0x0000000059400000 Relocatable + Small 0x0000000059400000 0x0000000059600000 0x0000000059600000 Relocatable + Small 0x0000000059600000 0x0000000059800000 0x0000000059800000 Relocatable + Small 0x0000000059800000 0x0000000059a00000 0x0000000059a00000 Relocatable + Small 0x0000000059a00000 0x0000000059c00000 0x0000000059c00000 Relocatable + Small 0x0000000059c00000 0x0000000059e00000 0x0000000059e00000 Relocatable + Small 0x0000000059e00000 0x0000000059ffffe8 0x000000005a000000 Relocatable + Small 0x000000005a000000 0x000000005a200000 0x000000005a200000 Relocatable + Small 0x000000005a200000 0x000000005a400000 0x000000005a400000 Relocatable + Small 0x000000005a400000 0x000000005a600000 0x000000005a600000 Relocatable + Small 0x000000005a600000 0x000000005a800000 0x000000005a800000 Relocatable + Small 0x000000005a800000 0x000000005aa00000 0x000000005aa00000 Relocatable + Small 0x000000005aa00000 0x000000005ac00000 0x000000005ac00000 Relocatable + Small 0x000000005ac00000 0x000000005ae00000 0x000000005ae00000 Relocatable + Small 0x000000005ae00000 0x000000005b000000 0x000000005b000000 Relocatable + Small 0x000000005b000000 0x000000005b200000 0x000000005b200000 Relocatable + Small 0x000000005b200000 0x000000005b400000 0x000000005b400000 Relocatable + Small 0x000000005b400000 0x000000005b600000 0x000000005b600000 Relocatable + Small 0x000000005b600000 0x000000005b800000 0x000000005b800000 Relocatable + Small 0x000000005b800000 0x000000005ba00000 0x000000005ba00000 Relocatable + Small 0x000000005ba00000 0x000000005bc00000 0x000000005bc00000 Relocatable + Small 0x000000005bc00000 0x000000005be00000 0x000000005be00000 Relocatable + Small 0x000000005be00000 0x000000005c000000 0x000000005c000000 Relocatable + Small 0x000000005c000000 0x000000005c200000 0x000000005c200000 Relocatable + Small 0x000000005c200000 0x000000005c400000 0x000000005c400000 Relocatable + Small 0x000000005c400000 0x000000005c600000 0x000000005c600000 Relocatable + Small 0x000000005c600000 0x000000005c800000 0x000000005c800000 Relocatable + Small 0x000000005c800000 0x000000005ca00000 0x000000005ca00000 Relocatable + Small 0x000000005ca00000 0x000000005cc00000 0x000000005cc00000 Relocatable + Small 0x000000005cc00000 0x000000005ce00000 0x000000005ce00000 Relocatable + Small 0x000000005ce00000 0x000000005d000000 0x000000005d000000 Relocatable + Small 0x000000005d000000 0x000000005d200000 0x000000005d200000 Relocatable + Small 0x000000005d200000 0x000000005d400000 0x000000005d400000 Relocatable + Small 0x000000005d400000 0x000000005d600000 0x000000005d600000 Relocatable + Small 0x000000005d600000 0x000000005d800000 0x000000005d800000 Relocatable + Small 0x000000005d800000 0x000000005da00000 0x000000005da00000 Relocatable + Small 0x000000005da00000 0x000000005dbfffd0 0x000000005dc00000 Relocatable + Small 0x000000005dc00000 0x000000005de00000 0x000000005de00000 Relocatable + Small 0x000000005de00000 0x000000005e000000 0x000000005e000000 Relocatable + Small 0x000000005e000000 0x000000005e200000 0x000000005e200000 Relocatable + Small 0x000000005e200000 0x000000005e400000 0x000000005e400000 Relocatable + Small 0x000000005e400000 0x000000005e600000 0x000000005e600000 Relocatable + Small 0x000000005e600000 0x000000005e800000 0x000000005e800000 Relocatable + Small 0x000000005e800000 0x000000005ea00000 0x000000005ea00000 Relocatable + Small 0x000000005ea00000 0x000000005ec00000 0x000000005ec00000 Relocatable + Small 0x000000005ec00000 0x000000005ee00000 0x000000005ee00000 Relocatable + Small 0x000000005ee00000 0x000000005f000000 0x000000005f000000 Relocatable + Small 0x000000005f000000 0x000000005f200000 0x000000005f200000 Relocatable + Small 0x000000005f200000 0x000000005f400000 0x000000005f400000 Relocatable + Small 0x000000005f400000 0x000000005f600000 0x000000005f600000 Relocatable + Small 0x000000005f600000 0x000000005f800000 0x000000005f800000 Relocatable + Small 0x000000005f800000 0x000000005f9fffe0 0x000000005fa00000 Relocatable + Small 0x000000005fa00000 0x000000005fc00000 0x000000005fc00000 Relocatable + Small 0x000000005fc00000 0x000000005fe00000 0x000000005fe00000 Relocatable + Small 0x000000005fe00000 0x0000000060000000 0x0000000060000000 Relocatable + Small 0x0000000060000000 0x0000000060200000 0x0000000060200000 Relocatable + Small 0x0000000060200000 0x0000000060400000 0x0000000060400000 Relocatable + Small 0x0000000060400000 0x0000000060600000 0x0000000060600000 Relocatable + Small 0x0000000060600000 0x0000000060800000 0x0000000060800000 Relocatable + Small 0x0000000060800000 0x0000000060a00000 0x0000000060a00000 Relocatable + Small 0x0000000060a00000 0x0000000060bffff0 0x0000000060c00000 Relocatable + Small 0x0000000060c00000 0x0000000060e00000 0x0000000060e00000 Relocatable + Small 0x0000000060e00000 0x0000000061000000 0x0000000061000000 Relocatable + Small 0x0000000061000000 0x0000000061200000 0x0000000061200000 Relocatable + Small 0x0000000061200000 0x0000000061400000 0x0000000061400000 Relocatable + Small 0x0000000061400000 0x0000000061600000 0x0000000061600000 Relocatable + Small 0x0000000061600000 0x0000000061800000 0x0000000061800000 Relocatable + Small 0x0000000061800000 0x0000000061a00000 0x0000000061a00000 Relocatable + Small 0x0000000061a00000 0x0000000061c00000 0x0000000061c00000 Relocatable + Small 0x0000000061c00000 0x0000000061e00000 0x0000000061e00000 Relocatable + Small 0x0000000061e00000 0x0000000062000000 0x0000000062000000 Relocatable + Small 0x0000000062000000 0x0000000062200000 0x0000000062200000 Relocatable + Small 0x0000000062200000 0x0000000062400000 0x0000000062400000 Relocatable + Small 0x0000000062400000 0x0000000062600000 0x0000000062600000 Relocatable + Small 0x0000000062600000 0x0000000062800000 0x0000000062800000 Relocatable + Small 0x0000000062800000 0x0000000062a00000 0x0000000062a00000 Relocatable + Small 0x0000000062a00000 0x0000000062c00000 0x0000000062c00000 Relocatable + Small 0x0000000062c00000 0x0000000062e00000 0x0000000062e00000 Relocatable + Small 0x0000000062e00000 0x0000000063000000 0x0000000063000000 Relocatable + Small 0x0000000063000000 0x0000000063200000 0x0000000063200000 Relocatable + Small 0x0000000063200000 0x0000000063400000 0x0000000063400000 Relocatable + Small 0x0000000063400000 0x00000000635fffc8 0x0000000063600000 Relocatable + Small 0x0000000063600000 0x0000000063800000 0x0000000063800000 Relocatable + Small 0x0000000063800000 0x0000000063a00000 0x0000000063a00000 Relocatable + Small 0x0000000063a00000 0x0000000063c00000 0x0000000063c00000 Relocatable + Small 0x0000000063c00000 0x0000000063e00000 0x0000000063e00000 Relocatable + Small 0x0000000063e00000 0x0000000064000000 0x0000000064000000 Relocatable + Small 0x0000000064000000 0x0000000064200000 0x0000000064200000 Relocatable + Small 0x0000000064200000 0x0000000064400000 0x0000000064400000 Relocatable + Small 0x0000000064400000 0x0000000064600000 0x0000000064600000 Relocatable + Small 0x0000000064600000 0x0000000064800000 0x0000000064800000 Relocatable + Small 0x0000000064800000 0x00000000649ffff0 0x0000000064a00000 Relocatable + Small 0x0000000064a00000 0x0000000064c00000 0x0000000064c00000 Relocatable + Small 0x0000000064c00000 0x0000000064e00000 0x0000000064e00000 Relocatable + Small 0x0000000064e00000 0x0000000065000000 0x0000000065000000 Relocatable + Small 0x0000000065000000 0x00000000651fffe8 0x0000000065200000 Relocatable + Small 0x0000000065200000 0x0000000065400000 0x0000000065400000 Relocatable + Small 0x0000000065400000 0x0000000065600000 0x0000000065600000 Relocatable + Small 0x0000000065600000 0x0000000065800000 0x0000000065800000 Relocatable + Small 0x0000000065800000 0x0000000065a00000 0x0000000065a00000 Relocatable + Small 0x0000000065a00000 0x0000000065c00000 0x0000000065c00000 Relocatable + Small 0x0000000065c00000 0x0000000065e00000 0x0000000065e00000 Relocatable + Small 0x0000000065e00000 0x0000000066000000 0x0000000066000000 Relocatable + Small 0x0000000066000000 0x0000000066200000 0x0000000066200000 Relocatable + Small 0x0000000066200000 0x0000000066400000 0x0000000066400000 Relocatable + Small 0x0000000066400000 0x0000000066600000 0x0000000066600000 Relocatable + Small 0x0000000066600000 0x0000000066800000 0x0000000066800000 Relocatable + Small 0x0000000066800000 0x0000000066a00000 0x0000000066a00000 Relocatable + Small 0x0000000066a00000 0x0000000066c00000 0x0000000066c00000 Relocatable + Small 0x0000000066c00000 0x0000000066e00000 0x0000000066e00000 Relocatable + Small 0x0000000066e00000 0x0000000067000000 0x0000000067000000 Relocatable + Small 0x0000000067000000 0x0000000067200000 0x0000000067200000 Relocatable + Small 0x0000000067200000 0x0000000067400000 0x0000000067400000 Relocatable + Small 0x0000000067400000 0x0000000067600000 0x0000000067600000 Relocatable + Small 0x0000000067600000 0x0000000067800000 0x0000000067800000 Relocatable + Small 0x0000000067800000 0x0000000067a00000 0x0000000067a00000 Relocatable + Small 0x0000000067a00000 0x0000000067c00000 0x0000000067c00000 Relocatable + Small 0x0000000067c00000 0x0000000067e00000 0x0000000067e00000 Relocatable + Small 0x0000000067e00000 0x0000000068000000 0x0000000068000000 Relocatable + Small 0x0000000068000000 0x0000000068200000 0x0000000068200000 Relocatable + Small 0x0000000068200000 0x00000000683ffff8 0x0000000068400000 Relocatable + Small 0x0000000068400000 0x0000000068600000 0x0000000068600000 Relocatable + Small 0x0000000068600000 0x0000000068800000 0x0000000068800000 Relocatable + Small 0x0000000068800000 0x0000000068a00000 0x0000000068a00000 Relocatable + Small 0x0000000068a00000 0x0000000068c00000 0x0000000068c00000 Relocatable + Small 0x0000000068c00000 0x0000000068e00000 0x0000000068e00000 Relocatable + Small 0x0000000068e00000 0x0000000069000000 0x0000000069000000 Relocatable + Small 0x0000000069000000 0x0000000069200000 0x0000000069200000 Relocatable + Small 0x0000000069200000 0x0000000069400000 0x0000000069400000 Relocatable + Small 0x0000000069400000 0x00000000695ffff0 0x0000000069600000 Relocatable + Small 0x0000000069600000 0x0000000069800000 0x0000000069800000 Relocatable + Small 0x0000000069800000 0x0000000069a00000 0x0000000069a00000 Relocatable + Small 0x0000000069a00000 0x0000000069c00000 0x0000000069c00000 Relocatable + Small 0x0000000069c00000 0x0000000069e00000 0x0000000069e00000 Relocatable + Small 0x0000000069e00000 0x000000006a000000 0x000000006a000000 Relocatable + Small 0x000000006a000000 0x000000006a200000 0x000000006a200000 Relocatable + Small 0x000000006a200000 0x000000006a400000 0x000000006a400000 Relocatable + Small 0x000000006a400000 0x000000006a600000 0x000000006a600000 Relocatable + Small 0x000000006a600000 0x000000006a800000 0x000000006a800000 Relocatable + Small 0x000000006a800000 0x000000006aa00000 0x000000006aa00000 Relocatable + Small 0x000000006aa00000 0x000000006abfffe8 0x000000006ac00000 Relocatable + Small 0x000000006ac00000 0x000000006ae00000 0x000000006ae00000 Relocatable + Small 0x000000006ae00000 0x000000006b000000 0x000000006b000000 Relocatable + Small 0x000000006b000000 0x000000006b200000 0x000000006b200000 Relocatable + Small 0x000000006b200000 0x000000006b400000 0x000000006b400000 Relocatable + Small 0x000000006b400000 0x000000006b600000 0x000000006b600000 Relocatable + Small 0x000000006b600000 0x000000006b800000 0x000000006b800000 Relocatable + Small 0x000000006b800000 0x000000006ba00000 0x000000006ba00000 Relocatable + Small 0x000000006ba00000 0x000000006bc00000 0x000000006bc00000 Relocatable + Small 0x000000006bc00000 0x000000006be00000 0x000000006be00000 Relocatable + Small 0x000000006be00000 0x000000006c000000 0x000000006c000000 Relocatable + Small 0x000000006c000000 0x000000006c200000 0x000000006c200000 Relocatable + Small 0x000000006c200000 0x000000006c3fffe8 0x000000006c400000 Relocatable + Small 0x000000006c400000 0x000000006c600000 0x000000006c600000 Relocatable + Small 0x000000006c600000 0x000000006c800000 0x000000006c800000 Relocatable + Small 0x000000006c800000 0x000000006ca00000 0x000000006ca00000 Relocatable + Small 0x000000006ca00000 0x000000006cc00000 0x000000006cc00000 Relocatable + Small 0x000000006cc00000 0x000000006ce00000 0x000000006ce00000 Relocatable + Small 0x000000006ce00000 0x000000006cff8dc0 0x000000006d000000 Relocatable + Small 0x000000006d000000 0x000000006d200000 0x000000006d200000 Relocatable + Small 0x000000006d200000 0x000000006d400000 0x000000006d400000 Relocatable + Small 0x000000006d400000 0x000000006d600000 0x000000006d600000 Relocatable + Small 0x000000006d600000 0x000000006d800000 0x000000006d800000 Relocatable + Small 0x000000006d800000 0x000000006da00000 0x000000006da00000 Relocatable + Small 0x000000006da00000 0x000000006dc00000 0x000000006dc00000 Relocatable + Small 0x000000006dc00000 0x000000006de00000 0x000000006de00000 Relocatable + Small 0x000000006de00000 0x000000006e000000 0x000000006e000000 Relocatable + Small 0x000000006e000000 0x000000006e200000 0x000000006e200000 Relocatable + Small 0x000000006e200000 0x000000006e400000 0x000000006e400000 Relocatable + Small 0x000000006e400000 0x000000006e600000 0x000000006e600000 Relocatable + Small 0x000000006e600000 0x000000006e800000 0x000000006e800000 Relocatable + Small 0x000000006e800000 0x000000006ea00000 0x000000006ea00000 Relocatable + Small 0x000000006ea00000 0x000000006ebfffd8 0x000000006ec00000 Relocatable + Small 0x000000006ec00000 0x000000006ee00000 0x000000006ee00000 Relocatable + Small 0x000000006ee00000 0x000000006f000000 0x000000006f000000 Relocatable + Small 0x000000006f000000 0x000000006f200000 0x000000006f200000 Relocatable + Small 0x000000006f200000 0x000000006f400000 0x000000006f400000 Relocatable + Small 0x000000006f400000 0x000000006f600000 0x000000006f600000 Relocatable + Small 0x000000006f600000 0x000000006f800000 0x000000006f800000 Relocatable + Small 0x000000006f800000 0x000000006fa00000 0x000000006fa00000 Relocatable + Small 0x000000006fa00000 0x000000006fc00000 0x000000006fc00000 Relocatable + Small 0x000000006fc00000 0x000000006fe00000 0x000000006fe00000 Relocatable + Small 0x000000006fe00000 0x0000000070000000 0x0000000070000000 Relocatable + Small 0x0000000070000000 0x0000000070200000 0x0000000070200000 Relocatable + Small 0x0000000070200000 0x0000000070400000 0x0000000070400000 Relocatable + Small 0x0000000070400000 0x0000000070600000 0x0000000070600000 Relocatable + Small 0x0000000070600000 0x00000000707fffd8 0x0000000070800000 Relocatable + Small 0x0000000070800000 0x0000000070a00000 0x0000000070a00000 Relocatable + Small 0x0000000070a00000 0x0000000070c00000 0x0000000070c00000 Relocatable + Small 0x0000000070c00000 0x0000000070e00000 0x0000000070e00000 Relocatable + Small 0x0000000070e00000 0x0000000071000000 0x0000000071000000 Relocatable + Small 0x0000000071000000 0x0000000071200000 0x0000000071200000 Relocatable + Small 0x0000000071200000 0x0000000071400000 0x0000000071400000 Relocatable + Small 0x0000000071400000 0x0000000071600000 0x0000000071600000 Relocatable + Small 0x0000000071600000 0x0000000071800000 0x0000000071800000 Relocatable + Small 0x0000000071800000 0x0000000071a00000 0x0000000071a00000 Relocatable + Small 0x0000000071a00000 0x0000000071c00000 0x0000000071c00000 Relocatable + Small 0x0000000071c00000 0x0000000071e00000 0x0000000071e00000 Relocatable + Small 0x0000000071e00000 0x0000000072000000 0x0000000072000000 Relocatable + Small 0x0000000072000000 0x0000000072200000 0x0000000072200000 Relocatable + Small 0x0000000072200000 0x0000000072400000 0x0000000072400000 Relocatable + Small 0x0000000072400000 0x0000000072600000 0x0000000072600000 Relocatable + Small 0x0000000072600000 0x0000000072800000 0x0000000072800000 Relocatable + Small 0x0000000072800000 0x0000000072a00000 0x0000000072a00000 Relocatable + Small 0x0000000072a00000 0x0000000072c00000 0x0000000072c00000 Relocatable + Small 0x0000000072c00000 0x0000000072e00000 0x0000000072e00000 Relocatable + Small 0x0000000072e00000 0x0000000073000000 0x0000000073000000 Relocatable + Small 0x0000000073000000 0x0000000073200000 0x0000000073200000 Relocatable + Small 0x0000000073200000 0x0000000073400000 0x0000000073400000 Relocatable + Small 0x0000000073400000 0x00000000735ffff0 0x0000000073600000 Relocatable + Small 0x0000000073600000 0x00000000737fffe8 0x0000000073800000 Relocatable + Small 0x0000000073800000 0x0000000073a00000 0x0000000073a00000 Relocatable + Small 0x0000000073a00000 0x0000000073c00000 0x0000000073c00000 Relocatable + Small 0x0000000073c00000 0x0000000073e00000 0x0000000073e00000 Relocatable + Small 0x0000000073e00000 0x0000000074000000 0x0000000074000000 Relocatable + Small 0x0000000074000000 0x0000000074200000 0x0000000074200000 Relocatable + Small 0x0000000074200000 0x0000000074400000 0x0000000074400000 Relocatable + Small 0x0000000074400000 0x00000000745fffe0 0x0000000074600000 Relocatable + Small 0x0000000074600000 0x0000000074800000 0x0000000074800000 Relocatable + Small 0x0000000074800000 0x0000000074a00000 0x0000000074a00000 Relocatable + Small 0x0000000074a00000 0x0000000074c00000 0x0000000074c00000 Relocatable + Small 0x0000000074c00000 0x0000000074e00000 0x0000000074e00000 Relocatable + Small 0x0000000074e00000 0x0000000074ffffc8 0x0000000075000000 Relocatable + Small 0x0000000075000000 0x0000000075200000 0x0000000075200000 Relocatable + Small 0x0000000075200000 0x00000000753fffe0 0x0000000075400000 Relocatable + Small 0x0000000075400000 0x0000000075600000 0x0000000075600000 Relocatable + Small 0x0000000075600000 0x0000000075800000 0x0000000075800000 Relocatable + Small 0x0000000075800000 0x0000000075a00000 0x0000000075a00000 Relocatable + Small 0x0000000075a00000 0x0000000075c00000 0x0000000075c00000 Relocatable + Small 0x0000000075c00000 0x0000000075e00000 0x0000000075e00000 Relocatable + Small 0x0000000075e00000 0x0000000076000000 0x0000000076000000 Relocatable + Small 0x0000000076000000 0x0000000076200000 0x0000000076200000 Relocatable + Small 0x0000000076200000 0x0000000076400000 0x0000000076400000 Relocatable + Small 0x0000000076400000 0x0000000076600000 0x0000000076600000 Relocatable + Small 0x0000000076600000 0x0000000076800000 0x0000000076800000 Relocatable + Small 0x0000000076800000 0x0000000076a00000 0x0000000076a00000 Relocatable + Small 0x0000000076a00000 0x0000000076c00000 0x0000000076c00000 Relocatable + Small 0x0000000076c00000 0x0000000076e00000 0x0000000076e00000 Relocatable + Small 0x0000000076e00000 0x0000000077000000 0x0000000077000000 Relocatable + Small 0x0000000077000000 0x0000000077200000 0x0000000077200000 Relocatable + Small 0x0000000077200000 0x00000000773fffc8 0x0000000077400000 Relocatable + Small 0x0000000077400000 0x0000000077600000 0x0000000077600000 Relocatable + Small 0x0000000077600000 0x0000000077800000 0x0000000077800000 Relocatable + Small 0x0000000077800000 0x0000000077a00000 0x0000000077a00000 Relocatable + Small 0x0000000077a00000 0x0000000077c00000 0x0000000077c00000 Relocatable + Small 0x0000000077c00000 0x0000000077e00000 0x0000000077e00000 Relocatable + Small 0x0000000077e00000 0x0000000078000000 0x0000000078000000 Relocatable + Small 0x0000000078000000 0x0000000078200000 0x0000000078200000 Relocatable + Small 0x0000000078200000 0x0000000078400000 0x0000000078400000 Relocatable + Small 0x0000000078400000 0x0000000078600000 0x0000000078600000 Relocatable + Small 0x0000000078600000 0x0000000078800000 0x0000000078800000 Relocatable + Small 0x0000000078800000 0x0000000078a00000 0x0000000078a00000 Relocatable + Small 0x0000000078a00000 0x0000000078c00000 0x0000000078c00000 Relocatable + Small 0x0000000078c00000 0x0000000078e00000 0x0000000078e00000 Relocatable + Small 0x0000000078e00000 0x0000000079000000 0x0000000079000000 Relocatable + Small 0x0000000079000000 0x0000000079200000 0x0000000079200000 Relocatable + Small 0x0000000079200000 0x0000000079400000 0x0000000079400000 Relocatable + Small 0x0000000079400000 0x0000000079600000 0x0000000079600000 Relocatable + Small 0x0000000079600000 0x0000000079800000 0x0000000079800000 Relocatable + Small 0x0000000079800000 0x0000000079a00000 0x0000000079a00000 Relocatable + Small 0x0000000079a00000 0x0000000079c00000 0x0000000079c00000 Relocatable + Small 0x0000000079c00000 0x0000000079e00000 0x0000000079e00000 Relocatable + Small 0x0000000079e00000 0x000000007a000000 0x000000007a000000 Relocatable + Small 0x000000007a000000 0x000000007a200000 0x000000007a200000 Relocatable + Small 0x000000007a200000 0x000000007a400000 0x000000007a400000 Relocatable + Small 0x000000007a400000 0x000000007a600000 0x000000007a600000 Relocatable + Small 0x000000007a600000 0x000000007a800000 0x000000007a800000 Relocatable + Small 0x000000007a800000 0x000000007aa00000 0x000000007aa00000 Relocatable + Small 0x000000007aa00000 0x000000007ac00000 0x000000007ac00000 Relocatable + Small 0x000000007ac00000 0x000000007ae00000 0x000000007ae00000 Relocatable + Small 0x000000007ae00000 0x000000007b000000 0x000000007b000000 Relocatable + Small 0x000000007b000000 0x000000007b200000 0x000000007b200000 Relocatable + Small 0x000000007b200000 0x000000007b400000 0x000000007b400000 Relocatable + Small 0x000000007b400000 0x000000007b600000 0x000000007b600000 Relocatable + Small 0x000000007b600000 0x000000007b800000 0x000000007b800000 Relocatable + Small 0x000000007b800000 0x000000007ba00000 0x000000007ba00000 Relocatable + Small 0x000000007ba00000 0x000000007bc00000 0x000000007bc00000 Relocatable + Small 0x000000007bc00000 0x000000007be00000 0x000000007be00000 Relocatable + Small 0x000000007be00000 0x000000007c000000 0x000000007c000000 Relocatable + Small 0x000000007c000000 0x000000007c200000 0x000000007c200000 Relocatable + Small 0x000000007c200000 0x000000007c400000 0x000000007c400000 Relocatable + Small 0x000000007c400000 0x000000007c600000 0x000000007c600000 Relocatable + Small 0x000000007c600000 0x000000007c800000 0x000000007c800000 Relocatable + Small 0x000000007c800000 0x000000007c9fffe0 0x000000007ca00000 Relocatable + Small 0x000000007ca00000 0x000000007cc00000 0x000000007cc00000 Relocatable + Small 0x000000007cc00000 0x000000007ce00000 0x000000007ce00000 Relocatable + Small 0x000000007ce00000 0x000000007d000000 0x000000007d000000 Relocatable + Small 0x000000007d000000 0x000000007d200000 0x000000007d200000 Relocatable + Small 0x000000007d200000 0x000000007d400000 0x000000007d400000 Relocatable + Small 0x000000007d400000 0x000000007d600000 0x000000007d600000 Relocatable + Small 0x000000007d600000 0x000000007d800000 0x000000007d800000 Relocatable + Small 0x000000007d800000 0x000000007da00000 0x000000007da00000 Relocatable + Small 0x000000007da00000 0x000000007dc00000 0x000000007dc00000 Relocatable + Small 0x000000007dc00000 0x000000007de00000 0x000000007de00000 Relocatable + Small 0x000000007de00000 0x000000007e000000 0x000000007e000000 Relocatable + Small 0x000000007e000000 0x000000007e200000 0x000000007e200000 Relocatable + Small 0x000000007e200000 0x000000007e3fffd8 0x000000007e400000 Relocatable + Small 0x000000007e400000 0x000000007e600000 0x000000007e600000 Relocatable + Small 0x000000007e600000 0x000000007e800000 0x000000007e800000 Relocatable + Small 0x000000007e800000 0x000000007ea00000 0x000000007ea00000 Relocatable + Small 0x000000007ea00000 0x000000007ec00000 0x000000007ec00000 Relocatable + Small 0x000000007ec00000 0x000000007edffff8 0x000000007ee00000 Relocatable + Small 0x000000007ee00000 0x000000007f000000 0x000000007f000000 Relocatable + Small 0x000000007f000000 0x000000007f1ffff8 0x000000007f200000 Relocatable + Small 0x000000007f200000 0x000000007f400000 0x000000007f400000 Relocatable + Small 0x000000007f400000 0x000000007f600000 0x000000007f600000 Relocatable + Small 0x000000007f600000 0x000000007f800000 0x000000007f800000 Relocatable + Small 0x000000007f800000 0x000000007fa00000 0x000000007fa00000 Relocatable + Small 0x000000007fa00000 0x000000007fc00000 0x000000007fc00000 Relocatable + Small 0x000000007fc00000 0x000000007fe00000 0x000000007fe00000 Relocatable + Small 0x000000007fe00000 0x0000000080000000 0x0000000080000000 Relocatable + Small 0x0000000080000000 0x0000000080200000 0x0000000080200000 Relocatable + Small 0x0000000080200000 0x0000000080400000 0x0000000080400000 Relocatable + Small 0x0000000080400000 0x0000000080600000 0x0000000080600000 Relocatable + Small 0x0000000080600000 0x0000000080800000 0x0000000080800000 Relocatable + Small 0x0000000080800000 0x0000000080a00000 0x0000000080a00000 Relocatable + Small 0x0000000080a00000 0x0000000080c00000 0x0000000080c00000 Relocatable + Small 0x0000000080c00000 0x0000000080e00000 0x0000000080e00000 Relocatable + Small 0x0000000080e00000 0x0000000081000000 0x0000000081000000 Relocatable + Small 0x0000000081000000 0x0000000081200000 0x0000000081200000 Relocatable + Small 0x0000000081200000 0x0000000081400000 0x0000000081400000 Relocatable + Small 0x0000000081400000 0x0000000081600000 0x0000000081600000 Relocatable + Small 0x0000000081600000 0x0000000081800000 0x0000000081800000 Relocatable + Small 0x0000000081800000 0x0000000081a00000 0x0000000081a00000 Relocatable + Small 0x0000000081a00000 0x0000000081c00000 0x0000000081c00000 Relocatable + Small 0x0000000081c00000 0x0000000081e00000 0x0000000081e00000 Relocatable + Small 0x0000000081e00000 0x0000000082000000 0x0000000082000000 Relocatable + Small 0x0000000082000000 0x0000000082200000 0x0000000082200000 Relocatable + Small 0x0000000082200000 0x0000000082400000 0x0000000082400000 Relocatable + Small 0x0000000082400000 0x0000000082600000 0x0000000082600000 Relocatable + Small 0x0000000082600000 0x0000000082800000 0x0000000082800000 Relocatable + Small 0x0000000082800000 0x0000000082a00000 0x0000000082a00000 Relocatable + Small 0x0000000082a00000 0x0000000082c00000 0x0000000082c00000 Relocatable + Small 0x0000000082c00000 0x0000000082e00000 0x0000000082e00000 Relocatable + Small 0x0000000082e00000 0x0000000083000000 0x0000000083000000 Relocatable + Small 0x0000000083000000 0x0000000083200000 0x0000000083200000 Relocatable + Small 0x0000000083200000 0x00000000833ffff0 0x0000000083400000 Relocatable + Small 0x0000000083400000 0x0000000083600000 0x0000000083600000 Relocatable + Small 0x0000000083600000 0x0000000083800000 0x0000000083800000 Relocatable + Small 0x0000000083800000 0x0000000083a00000 0x0000000083a00000 Relocatable + Small 0x0000000083a00000 0x0000000083c00000 0x0000000083c00000 Relocatable + Small 0x0000000083c00000 0x0000000083e00000 0x0000000083e00000 Relocatable + Small 0x0000000083e00000 0x0000000084000000 0x0000000084000000 Relocatable + Small 0x0000000084000000 0x0000000084200000 0x0000000084200000 Relocatable + Small 0x0000000084200000 0x0000000084400000 0x0000000084400000 Relocatable + Small 0x0000000084400000 0x0000000084600000 0x0000000084600000 Relocatable + Small 0x0000000084600000 0x0000000084800000 0x0000000084800000 Relocatable + Small 0x0000000084800000 0x0000000084a00000 0x0000000084a00000 Relocatable + Small 0x0000000084a00000 0x0000000084c00000 0x0000000084c00000 Relocatable + Small 0x0000000084c00000 0x0000000084e00000 0x0000000084e00000 Relocatable + Small 0x0000000084e00000 0x0000000085000000 0x0000000085000000 Relocatable + Small 0x0000000085000000 0x0000000085200000 0x0000000085200000 Relocatable + Small 0x0000000085200000 0x0000000085400000 0x0000000085400000 Relocatable + Small 0x0000000085400000 0x0000000085600000 0x0000000085600000 Relocatable + Small 0x0000000085600000 0x0000000085800000 0x0000000085800000 Relocatable + Small 0x0000000085800000 0x0000000085a00000 0x0000000085a00000 Relocatable + Small 0x0000000085a00000 0x0000000085c00000 0x0000000085c00000 Relocatable + Small 0x0000000085c00000 0x0000000085e00000 0x0000000085e00000 Relocatable + Small 0x0000000085e00000 0x0000000086000000 0x0000000086000000 Relocatable + Small 0x0000000086000000 0x0000000086200000 0x0000000086200000 Relocatable + Small 0x0000000086200000 0x00000000863fffe8 0x0000000086400000 Relocatable + Small 0x0000000086400000 0x0000000086600000 0x0000000086600000 Relocatable + Small 0x0000000086600000 0x0000000086800000 0x0000000086800000 Relocatable + Small 0x0000000086800000 0x0000000086a00000 0x0000000086a00000 Relocatable + Small 0x0000000086a00000 0x0000000086bfffd8 0x0000000086c00000 Relocatable + Small 0x0000000086c00000 0x0000000086e00000 0x0000000086e00000 Relocatable + Small 0x0000000086e00000 0x0000000087000000 0x0000000087000000 Relocatable + Small 0x0000000087000000 0x00000000871ffff0 0x0000000087200000 Relocatable + Small 0x0000000087200000 0x0000000087400000 0x0000000087400000 Relocatable + Small 0x0000000087400000 0x0000000087600000 0x0000000087600000 Relocatable + Small 0x0000000087600000 0x0000000087800000 0x0000000087800000 Relocatable + Small 0x0000000087800000 0x0000000087a00000 0x0000000087a00000 Relocatable + Small 0x0000000087a00000 0x0000000087c00000 0x0000000087c00000 Relocatable + Small 0x0000000087c00000 0x0000000087e00000 0x0000000087e00000 Relocatable + Small 0x0000000087e00000 0x0000000088000000 0x0000000088000000 Relocatable + Small 0x0000000088000000 0x0000000088200000 0x0000000088200000 Relocatable + Small 0x0000000088200000 0x0000000088400000 0x0000000088400000 Relocatable + Small 0x0000000088400000 0x0000000088600000 0x0000000088600000 Relocatable + Small 0x0000000088600000 0x0000000088800000 0x0000000088800000 Relocatable + Small 0x0000000088800000 0x0000000088a00000 0x0000000088a00000 Relocatable + Small 0x0000000088a00000 0x0000000088c00000 0x0000000088c00000 Relocatable + Small 0x0000000088c00000 0x0000000088e00000 0x0000000088e00000 Relocatable + Small 0x0000000088e00000 0x0000000089000000 0x0000000089000000 Relocatable + Small 0x0000000089000000 0x0000000089200000 0x0000000089200000 Relocatable + Small 0x0000000089200000 0x0000000089400000 0x0000000089400000 Relocatable + Small 0x0000000089400000 0x0000000089600000 0x0000000089600000 Relocatable + Small 0x0000000089600000 0x0000000089800000 0x0000000089800000 Relocatable + Small 0x0000000089800000 0x0000000089a00000 0x0000000089a00000 Relocatable + Small 0x0000000089a00000 0x0000000089c00000 0x0000000089c00000 Relocatable + Small 0x0000000089c00000 0x0000000089e00000 0x0000000089e00000 Relocatable + Small 0x0000000089e00000 0x000000008a000000 0x000000008a000000 Relocatable + Small 0x000000008a000000 0x000000008a200000 0x000000008a200000 Relocatable + Small 0x000000008a200000 0x000000008a400000 0x000000008a400000 Relocatable + Small 0x000000008a400000 0x000000008a600000 0x000000008a600000 Relocatable + Small 0x000000008a600000 0x000000008a800000 0x000000008a800000 Relocatable + Small 0x000000008a800000 0x000000008aa00000 0x000000008aa00000 Relocatable + Small 0x000000008aa00000 0x000000008ac00000 0x000000008ac00000 Relocatable + Small 0x000000008ac00000 0x000000008adfffc8 0x000000008ae00000 Relocatable + Small 0x000000008ae00000 0x000000008b000000 0x000000008b000000 Relocatable + Small 0x000000008b000000 0x000000008b200000 0x000000008b200000 Relocatable + Small 0x000000008b200000 0x000000008b400000 0x000000008b400000 Relocatable + Small 0x000000008b400000 0x000000008b600000 0x000000008b600000 Relocatable + Small 0x000000008b600000 0x000000008b800000 0x000000008b800000 Relocatable + Small 0x000000008b800000 0x000000008ba00000 0x000000008ba00000 Relocatable + Small 0x000000008ba00000 0x000000008bc00000 0x000000008bc00000 Relocatable + Small 0x000000008bc00000 0x000000008be00000 0x000000008be00000 Relocatable + Small 0x000000008be00000 0x000000008c000000 0x000000008c000000 Relocatable + Small 0x000000008c000000 0x000000008c200000 0x000000008c200000 Relocatable + Small 0x000000008c200000 0x000000008c400000 0x000000008c400000 Relocatable + Small 0x000000008c400000 0x000000008c600000 0x000000008c600000 Relocatable + Small 0x000000008c600000 0x000000008c800000 0x000000008c800000 Relocatable + Small 0x000000008c800000 0x000000008ca00000 0x000000008ca00000 Relocatable + Small 0x000000008ca00000 0x000000008cc00000 0x000000008cc00000 Relocatable + Small 0x000000008cc00000 0x000000008ce00000 0x000000008ce00000 Relocatable + Small 0x000000008ce00000 0x000000008d000000 0x000000008d000000 Relocatable + Small 0x000000008d000000 0x000000008d200000 0x000000008d200000 Relocatable + Small 0x000000008d200000 0x000000008d400000 0x000000008d400000 Relocatable + Small 0x000000008d400000 0x000000008d600000 0x000000008d600000 Relocatable + Small 0x000000008d600000 0x000000008d800000 0x000000008d800000 Relocatable + Small 0x000000008d800000 0x000000008da00000 0x000000008da00000 Relocatable + Small 0x000000008da00000 0x000000008dc00000 0x000000008dc00000 Relocatable + Small 0x000000008dc00000 0x000000008de00000 0x000000008de00000 Relocatable + Small 0x000000008de00000 0x000000008e000000 0x000000008e000000 Relocatable + Small 0x000000008e000000 0x000000008e200000 0x000000008e200000 Relocatable + Small 0x000000008e200000 0x000000008e3ffff0 0x000000008e400000 Relocatable + Small 0x000000008e400000 0x000000008e600000 0x000000008e600000 Relocatable + Small 0x000000008e600000 0x000000008e800000 0x000000008e800000 Relocatable + Small 0x000000008e800000 0x000000008ea00000 0x000000008ea00000 Relocatable + Small 0x000000008ea00000 0x000000008ec00000 0x000000008ec00000 Relocatable + Small 0x000000008ec00000 0x000000008ee00000 0x000000008ee00000 Relocatable + Small 0x000000008ee00000 0x000000008f000000 0x000000008f000000 Relocatable + Small 0x000000008f000000 0x000000008f200000 0x000000008f200000 Relocatable + Small 0x000000008f200000 0x000000008f400000 0x000000008f400000 Relocatable + Small 0x000000008f400000 0x000000008f600000 0x000000008f600000 Relocatable + Small 0x000000008f600000 0x000000008f800000 0x000000008f800000 Relocatable + Small 0x000000008f800000 0x000000008fa00000 0x000000008fa00000 Relocatable + Small 0x000000008fa00000 0x000000008fc00000 0x000000008fc00000 Relocatable + Small 0x000000008fc00000 0x000000008fe00000 0x000000008fe00000 Relocatable + Small 0x000000008fe00000 0x0000000090000000 0x0000000090000000 Relocatable + Small 0x0000000090000000 0x0000000090200000 0x0000000090200000 Relocatable + Small 0x0000000090200000 0x0000000090400000 0x0000000090400000 Relocatable + Small 0x0000000090400000 0x00000000905fffe8 0x0000000090600000 Relocatable + Small 0x0000000090600000 0x0000000090800000 0x0000000090800000 Relocatable + Small 0x0000000090800000 0x0000000090a00000 0x0000000090a00000 Relocatable + Small 0x0000000090a00000 0x0000000090c00000 0x0000000090c00000 Relocatable + Small 0x0000000090c00000 0x0000000090e00000 0x0000000090e00000 Relocatable + Small 0x0000000090e00000 0x0000000091000000 0x0000000091000000 Relocatable + Small 0x0000000091000000 0x0000000091200000 0x0000000091200000 Relocatable + Small 0x0000000091200000 0x0000000091400000 0x0000000091400000 Relocatable + Small 0x0000000091400000 0x0000000091600000 0x0000000091600000 Relocatable + Small 0x0000000091600000 0x0000000091800000 0x0000000091800000 Relocatable + Small 0x0000000091800000 0x0000000091a00000 0x0000000091a00000 Relocatable + Small 0x0000000091a00000 0x0000000091c00000 0x0000000091c00000 Relocatable + Small 0x0000000091c00000 0x0000000091e00000 0x0000000091e00000 Relocatable + Small 0x0000000091e00000 0x0000000092000000 0x0000000092000000 Relocatable + Small 0x0000000092000000 0x0000000092200000 0x0000000092200000 Relocatable + Small 0x0000000092200000 0x0000000092400000 0x0000000092400000 Relocatable + Small 0x0000000092400000 0x0000000092600000 0x0000000092600000 Relocatable + Small 0x0000000092600000 0x0000000092800000 0x0000000092800000 Relocatable + Small 0x0000000092800000 0x0000000092a00000 0x0000000092a00000 Relocatable + Small 0x0000000092a00000 0x0000000092c00000 0x0000000092c00000 Relocatable + Small 0x0000000092c00000 0x0000000092e00000 0x0000000092e00000 Relocatable + Small 0x0000000092e00000 0x0000000093000000 0x0000000093000000 Relocatable + Small 0x0000000093000000 0x0000000093200000 0x0000000093200000 Relocatable + Small 0x0000000093200000 0x0000000093400000 0x0000000093400000 Relocatable + Small 0x0000000093400000 0x0000000093600000 0x0000000093600000 Relocatable + Small 0x0000000093600000 0x0000000093800000 0x0000000093800000 Relocatable + Small 0x0000000093800000 0x0000000093a00000 0x0000000093a00000 Relocatable + Small 0x0000000093a00000 0x0000000093c00000 0x0000000093c00000 Relocatable + Small 0x0000000093c00000 0x0000000093e00000 0x0000000093e00000 Relocatable + Small 0x0000000093e00000 0x0000000094000000 0x0000000094000000 Relocatable + Small 0x0000000094000000 0x0000000094200000 0x0000000094200000 Relocatable + Small 0x0000000094200000 0x0000000094400000 0x0000000094400000 Relocatable + Small 0x0000000094400000 0x0000000094600000 0x0000000094600000 Relocatable + Small 0x0000000094600000 0x0000000094800000 0x0000000094800000 Relocatable + Small 0x0000000094800000 0x0000000094a00000 0x0000000094a00000 Relocatable + Small 0x0000000094a00000 0x0000000094c00000 0x0000000094c00000 Relocatable + Small 0x0000000094c00000 0x0000000094e00000 0x0000000094e00000 Relocatable + Small 0x0000000094e00000 0x0000000095000000 0x0000000095000000 Relocatable + Small 0x0000000095000000 0x0000000095200000 0x0000000095200000 Relocatable + Small 0x0000000095200000 0x0000000095400000 0x0000000095400000 Relocatable + Small 0x0000000095400000 0x0000000095600000 0x0000000095600000 Relocatable + Small 0x0000000095600000 0x0000000095800000 0x0000000095800000 Relocatable + Small 0x0000000095800000 0x0000000095a00000 0x0000000095a00000 Relocatable + Small 0x0000000095a00000 0x0000000095c00000 0x0000000095c00000 Relocatable + Small 0x0000000095c00000 0x0000000095e00000 0x0000000095e00000 Relocatable + Small 0x0000000095e00000 0x0000000096000000 0x0000000096000000 Relocatable + Small 0x0000000096000000 0x0000000096200000 0x0000000096200000 Relocatable + Small 0x0000000096200000 0x0000000096400000 0x0000000096400000 Relocatable + Small 0x0000000096400000 0x0000000096600000 0x0000000096600000 Relocatable + Small 0x0000000096600000 0x0000000096800000 0x0000000096800000 Relocatable + Small 0x0000000096800000 0x0000000096a00000 0x0000000096a00000 Relocatable + Small 0x0000000096a00000 0x0000000096c00000 0x0000000096c00000 Relocatable + Small 0x0000000096c00000 0x0000000096e00000 0x0000000096e00000 Relocatable + Small 0x0000000096e00000 0x0000000097000000 0x0000000097000000 Relocatable + Small 0x0000000097000000 0x0000000097200000 0x0000000097200000 Relocatable + Small 0x0000000097200000 0x0000000097400000 0x0000000097400000 Relocatable + Small 0x0000000097400000 0x0000000097600000 0x0000000097600000 Relocatable + Small 0x0000000097600000 0x0000000097800000 0x0000000097800000 Relocatable + Small 0x0000000097800000 0x0000000097a00000 0x0000000097a00000 Relocatable + Small 0x0000000097a00000 0x0000000097c00000 0x0000000097c00000 Relocatable + Small 0x0000000097c00000 0x0000000097dfffc0 0x0000000097e00000 Relocatable + Small 0x0000000097e00000 0x0000000097fffff0 0x0000000098000000 Relocatable + Small 0x0000000098000000 0x0000000098200000 0x0000000098200000 Relocatable + Small 0x0000000098200000 0x0000000098400000 0x0000000098400000 Relocatable + Small 0x0000000098400000 0x0000000098600000 0x0000000098600000 Relocatable + Small 0x0000000098600000 0x00000000987fffb0 0x0000000098800000 Relocatable + Small 0x0000000098800000 0x0000000098a00000 0x0000000098a00000 Relocatable + Small 0x0000000098a00000 0x0000000098c00000 0x0000000098c00000 Relocatable + Small 0x0000000098c00000 0x0000000098e00000 0x0000000098e00000 Relocatable + Small 0x0000000098e00000 0x0000000099000000 0x0000000099000000 Relocatable + Small 0x0000000099000000 0x0000000099200000 0x0000000099200000 Relocatable + Small 0x0000000099200000 0x0000000099400000 0x0000000099400000 Relocatable + Small 0x0000000099400000 0x00000000995ffff0 0x0000000099600000 Relocatable + Small 0x0000000099600000 0x0000000099800000 0x0000000099800000 Relocatable + Small 0x0000000099800000 0x0000000099a00000 0x0000000099a00000 Relocatable + Small 0x0000000099a00000 0x0000000099c00000 0x0000000099c00000 Relocatable + Small 0x0000000099c00000 0x0000000099e00000 0x0000000099e00000 Relocatable + Small 0x0000000099e00000 0x000000009a000000 0x000000009a000000 Relocatable + Small 0x000000009a000000 0x000000009a200000 0x000000009a200000 Relocatable + Small 0x000000009a200000 0x000000009a400000 0x000000009a400000 Relocatable + Small 0x000000009a400000 0x000000009a600000 0x000000009a600000 Relocatable + Small 0x000000009a600000 0x000000009a800000 0x000000009a800000 Relocatable + Small 0x000000009a800000 0x000000009aa00000 0x000000009aa00000 Relocatable + Small 0x000000009aa00000 0x000000009ac00000 0x000000009ac00000 Relocatable + Small 0x000000009ac00000 0x000000009ae00000 0x000000009ae00000 Relocatable + Small 0x000000009ae00000 0x000000009b000000 0x000000009b000000 Relocatable + Small 0x000000009b000000 0x000000009b200000 0x000000009b200000 Relocatable + Small 0x000000009b200000 0x000000009b3fffd0 0x000000009b400000 Relocatable + Small 0x000000009b400000 0x000000009b600000 0x000000009b600000 Relocatable + Small 0x000000009b600000 0x000000009b800000 0x000000009b800000 Relocatable + Small 0x000000009b800000 0x000000009ba00000 0x000000009ba00000 Relocatable + Small 0x000000009ba00000 0x000000009bc00000 0x000000009bc00000 Relocatable + Small 0x000000009bc00000 0x000000009be00000 0x000000009be00000 Relocatable + Small 0x000000009be00000 0x000000009c000000 0x000000009c000000 Relocatable + Small 0x000000009c000000 0x000000009c200000 0x000000009c200000 Relocatable + Small 0x000000009c200000 0x000000009c3fffe0 0x000000009c400000 Relocatable + Small 0x000000009c400000 0x000000009c600000 0x000000009c600000 Relocatable + Small 0x000000009c600000 0x000000009c800000 0x000000009c800000 Relocatable + Small 0x000000009c800000 0x000000009ca00000 0x000000009ca00000 Relocatable + Small 0x000000009ca00000 0x000000009cc00000 0x000000009cc00000 Relocatable + Small 0x000000009cc00000 0x000000009ce00000 0x000000009ce00000 Relocatable + Small 0x000000009ce00000 0x000000009d000000 0x000000009d000000 Relocatable + Small 0x000000009d000000 0x000000009d200000 0x000000009d200000 Relocatable + Small 0x000000009d200000 0x000000009d400000 0x000000009d400000 Relocatable + Small 0x000000009d400000 0x000000009d600000 0x000000009d600000 Relocatable + Small 0x000000009d600000 0x000000009d800000 0x000000009d800000 Relocatable + Small 0x000000009d800000 0x000000009da00000 0x000000009da00000 Relocatable + Small 0x000000009da00000 0x000000009dc00000 0x000000009dc00000 Relocatable + Small 0x000000009dc00000 0x000000009de00000 0x000000009de00000 Relocatable + Small 0x000000009de00000 0x000000009e000000 0x000000009e000000 Relocatable + Small 0x000000009e000000 0x000000009e1ffff0 0x000000009e200000 Relocatable + Small 0x000000009e200000 0x000000009e400000 0x000000009e400000 Relocatable + Small 0x000000009e400000 0x000000009e600000 0x000000009e600000 Relocatable + Small 0x000000009e600000 0x000000009e800000 0x000000009e800000 Relocatable + Small 0x000000009e800000 0x000000009ea00000 0x000000009ea00000 Relocatable + Small 0x000000009ea00000 0x000000009ec00000 0x000000009ec00000 Relocatable + Small 0x000000009ec00000 0x000000009ee00000 0x000000009ee00000 Relocatable + Small 0x000000009ee00000 0x000000009f000000 0x000000009f000000 Relocatable + Small 0x000000009f000000 0x000000009f200000 0x000000009f200000 Relocatable + Small 0x000000009f200000 0x000000009f400000 0x000000009f400000 Relocatable + Small 0x000000009f400000 0x000000009f600000 0x000000009f600000 Relocatable + Small 0x000000009f600000 0x000000009f800000 0x000000009f800000 Relocatable + Small 0x000000009f800000 0x000000009fa00000 0x000000009fa00000 Relocatable + Small 0x000000009fa00000 0x000000009fc00000 0x000000009fc00000 Relocatable + Small 0x000000009fc00000 0x000000009fe00000 0x000000009fe00000 Relocatable + Small 0x000000009fe00000 0x00000000a0000000 0x00000000a0000000 Relocatable + Small 0x00000000a0000000 0x00000000a0200000 0x00000000a0200000 Relocatable + Small 0x00000000a0200000 0x00000000a0400000 0x00000000a0400000 Relocatable + Small 0x00000000a0400000 0x00000000a0600000 0x00000000a0600000 Relocatable + Small 0x00000000a0600000 0x00000000a0800000 0x00000000a0800000 Relocatable + Small 0x00000000a0800000 0x00000000a0a00000 0x00000000a0a00000 Relocatable + Small 0x00000000a0a00000 0x00000000a0c00000 0x00000000a0c00000 Relocatable + Small 0x00000000a0c00000 0x00000000a0e00000 0x00000000a0e00000 Relocatable + Small 0x00000000a0e00000 0x00000000a1000000 0x00000000a1000000 Relocatable + Small 0x00000000a1000000 0x00000000a1200000 0x00000000a1200000 Relocatable + Small 0x00000000a1200000 0x00000000a1400000 0x00000000a1400000 Relocatable + Small 0x00000000a1400000 0x00000000a1600000 0x00000000a1600000 Relocatable + Small 0x00000000a1600000 0x00000000a1800000 0x00000000a1800000 Relocatable + Small 0x00000000a1800000 0x00000000a1a00000 0x00000000a1a00000 Relocatable + Small 0x00000000a1a00000 0x00000000a1c00000 0x00000000a1c00000 Relocatable + Small 0x00000000a1c00000 0x00000000a1e00000 0x00000000a1e00000 Relocatable + Small 0x00000000a1e00000 0x00000000a2000000 0x00000000a2000000 Relocatable + Small 0x00000000a2000000 0x00000000a2200000 0x00000000a2200000 Relocatable + Small 0x00000000a2200000 0x00000000a2400000 0x00000000a2400000 Relocatable + Small 0x00000000a2400000 0x00000000a2600000 0x00000000a2600000 Relocatable + Small 0x00000000a2600000 0x00000000a2800000 0x00000000a2800000 Relocatable + Small 0x00000000a2800000 0x00000000a29fe268 0x00000000a2a00000 Relocatable + Small 0x00000000a2a00000 0x00000000a2c00000 0x00000000a2c00000 Relocatable + Small 0x00000000a2c00000 0x00000000a2e00000 0x00000000a2e00000 Relocatable + Small 0x00000000a2e00000 0x00000000a3000000 0x00000000a3000000 Relocatable + Small 0x00000000a3000000 0x00000000a3200000 0x00000000a3200000 Relocatable + Small 0x00000000a3200000 0x00000000a3400000 0x00000000a3400000 Relocatable + Small 0x00000000a3400000 0x00000000a3600000 0x00000000a3600000 Relocatable + Small 0x00000000a3600000 0x00000000a3800000 0x00000000a3800000 Relocatable + Small 0x00000000a3800000 0x00000000a3a00000 0x00000000a3a00000 Relocatable + Small 0x00000000a3a00000 0x00000000a3c00000 0x00000000a3c00000 Relocatable + Small 0x00000000a3c00000 0x00000000a3e00000 0x00000000a3e00000 Relocatable + Small 0x00000000a3e00000 0x00000000a4000000 0x00000000a4000000 Relocatable + Small 0x00000000a4000000 0x00000000a4200000 0x00000000a4200000 Relocatable + Small 0x00000000a4200000 0x00000000a4400000 0x00000000a4400000 Relocatable + Small 0x00000000a4400000 0x00000000a4600000 0x00000000a4600000 Relocatable + Small 0x00000000a4600000 0x00000000a4800000 0x00000000a4800000 Relocatable + Small 0x00000000a4800000 0x00000000a4a00000 0x00000000a4a00000 Relocatable + Small 0x00000000a4a00000 0x00000000a4c00000 0x00000000a4c00000 Relocatable + Small 0x00000000a4c00000 0x00000000a4e00000 0x00000000a4e00000 Relocatable + Small 0x00000000a4e00000 0x00000000a5000000 0x00000000a5000000 Relocatable + Small 0x00000000a5000000 0x00000000a5200000 0x00000000a5200000 Relocatable + Small 0x00000000a5200000 0x00000000a5400000 0x00000000a5400000 Relocatable + Small 0x00000000a5400000 0x00000000a5600000 0x00000000a5600000 Relocatable + Small 0x00000000a5600000 0x00000000a5800000 0x00000000a5800000 Relocatable + Small 0x00000000a5800000 0x00000000a5a00000 0x00000000a5a00000 Relocatable + Small 0x00000000a5a00000 0x00000000a5c00000 0x00000000a5c00000 Relocatable + Small 0x00000000a5c00000 0x00000000a5e00000 0x00000000a5e00000 Relocatable + Small 0x00000000a5e00000 0x00000000a6000000 0x00000000a6000000 Relocatable + Small 0x00000000a6000000 0x00000000a6200000 0x00000000a6200000 Relocatable + Small 0x00000000a6200000 0x00000000a63ffff0 0x00000000a6400000 Relocatable + Small 0x00000000a6400000 0x00000000a6600000 0x00000000a6600000 Relocatable + Small 0x00000000a6600000 0x00000000a6800000 0x00000000a6800000 Relocatable + Small 0x00000000a6800000 0x00000000a6a00000 0x00000000a6a00000 Relocatable + Small 0x00000000a6a00000 0x00000000a6c00000 0x00000000a6c00000 Relocatable + Small 0x00000000a6c00000 0x00000000a6e00000 0x00000000a6e00000 Relocatable + Small 0x00000000a6e00000 0x00000000a7000000 0x00000000a7000000 Relocatable + Small 0x00000000a7000000 0x00000000a7200000 0x00000000a7200000 Relocatable + Small 0x00000000a7200000 0x00000000a7400000 0x00000000a7400000 Relocatable + Small 0x00000000a7400000 0x00000000a75ffff0 0x00000000a7600000 Relocatable + Small 0x00000000a7600000 0x00000000a7800000 0x00000000a7800000 Relocatable + Small 0x00000000a7800000 0x00000000a7a00000 0x00000000a7a00000 Relocatable + Small 0x00000000a7a00000 0x00000000a7c00000 0x00000000a7c00000 Relocatable + Small 0x00000000a7c00000 0x00000000a7e00000 0x00000000a7e00000 Relocatable + Small 0x00000000a7e00000 0x00000000a7fa8148 0x00000000a8000000 Relocatable + Small 0x00000000a8000000 0x00000000a8200000 0x00000000a8200000 Relocatable + Small 0x00000000a8200000 0x00000000a8400000 0x00000000a8400000 Relocatable + Small 0x00000000a8400000 0x00000000a8600000 0x00000000a8600000 Relocatable + Small 0x00000000a8600000 0x00000000a8800000 0x00000000a8800000 Relocatable + Small 0x00000000a8800000 0x00000000a8a00000 0x00000000a8a00000 Relocatable + Small 0x00000000a8a00000 0x00000000a8c00000 0x00000000a8c00000 Relocatable + Small 0x00000000a8c00000 0x00000000a8dfffb0 0x00000000a8e00000 Relocatable + Small 0x00000000a8e00000 0x00000000a9000000 0x00000000a9000000 Relocatable + Small 0x00000000a9000000 0x00000000a9200000 0x00000000a9200000 Relocatable + Small 0x00000000a9200000 0x00000000a9400000 0x00000000a9400000 Relocatable + Small 0x00000000a9400000 0x00000000a9600000 0x00000000a9600000 Relocatable + Small 0x00000000a9600000 0x00000000a97fffe8 0x00000000a9800000 Relocatable + Small 0x00000000a9800000 0x00000000a9a00000 0x00000000a9a00000 Relocatable + Small 0x00000000a9a00000 0x00000000a9c00000 0x00000000a9c00000 Relocatable + Small 0x00000000a9c00000 0x00000000a9e00000 0x00000000a9e00000 Relocatable + Small 0x00000000a9e00000 0x00000000aa000000 0x00000000aa000000 Relocatable + Small 0x00000000aa000000 0x00000000aa200000 0x00000000aa200000 Relocatable + Small 0x00000000aa200000 0x00000000aa400000 0x00000000aa400000 Relocatable + Small 0x00000000aa400000 0x00000000aa5fffe8 0x00000000aa600000 Relocatable + Small 0x00000000aa600000 0x00000000aa7fffd0 0x00000000aa800000 Relocatable + Small 0x00000000aa800000 0x00000000aaa00000 0x00000000aaa00000 Relocatable + Small 0x00000000aaa00000 0x00000000aac00000 0x00000000aac00000 Relocatable + Small 0x00000000aac00000 0x00000000aae00000 0x00000000aae00000 Relocatable + Small 0x00000000aae00000 0x00000000ab000000 0x00000000ab000000 Relocatable + Small 0x00000000ab000000 0x00000000ab200000 0x00000000ab200000 Relocatable + Small 0x00000000ab200000 0x00000000ab400000 0x00000000ab400000 Relocatable + Small 0x00000000ab400000 0x00000000ab600000 0x00000000ab600000 Relocatable + Small 0x00000000ab600000 0x00000000ab800000 0x00000000ab800000 Relocatable + Small 0x00000000ab800000 0x00000000aba00000 0x00000000aba00000 Relocatable + Small 0x00000000aba00000 0x00000000abbffff0 0x00000000abc00000 Relocatable + Small 0x00000000abc00000 0x00000000abe00000 0x00000000abe00000 Relocatable + Small 0x00000000abe00000 0x00000000ac000000 0x00000000ac000000 Relocatable + Small 0x00000000ac000000 0x00000000ac200000 0x00000000ac200000 Relocatable + Small 0x00000000ac200000 0x00000000ac400000 0x00000000ac400000 Relocatable + Small 0x00000000ac400000 0x00000000ac600000 0x00000000ac600000 Relocatable + Small 0x00000000ac600000 0x00000000ac800000 0x00000000ac800000 Relocatable + Small 0x00000000ac800000 0x00000000aca00000 0x00000000aca00000 Relocatable + Small 0x00000000aca00000 0x00000000acc00000 0x00000000acc00000 Relocatable + Small 0x00000000acc00000 0x00000000ace00000 0x00000000ace00000 Relocatable + Small 0x00000000ace00000 0x00000000ad000000 0x00000000ad000000 Relocatable + Small 0x00000000ad000000 0x00000000ad1ffff8 0x00000000ad200000 Relocatable + Small 0x00000000ad200000 0x00000000ad400000 0x00000000ad400000 Relocatable + Small 0x00000000ad400000 0x00000000ad600000 0x00000000ad600000 Relocatable + Small 0x00000000ad600000 0x00000000ad800000 0x00000000ad800000 Relocatable + Small 0x00000000ad800000 0x00000000ada00000 0x00000000ada00000 Relocatable + Small 0x00000000ada00000 0x00000000adc00000 0x00000000adc00000 Relocatable + Small 0x00000000adc00000 0x00000000ade00000 0x00000000ade00000 Relocatable + Small 0x00000000ade00000 0x00000000ae000000 0x00000000ae000000 Relocatable + Small 0x00000000ae000000 0x00000000ae200000 0x00000000ae200000 Relocatable + Small 0x00000000ae200000 0x00000000ae400000 0x00000000ae400000 Relocatable + Small 0x00000000ae400000 0x00000000ae600000 0x00000000ae600000 Relocatable + Small 0x00000000ae600000 0x00000000ae800000 0x00000000ae800000 Relocatable + Small 0x00000000ae800000 0x00000000aea00000 0x00000000aea00000 Relocatable + Small 0x00000000aea00000 0x00000000aec00000 0x00000000aec00000 Relocatable + Small 0x00000000aec00000 0x00000000aee00000 0x00000000aee00000 Relocatable + Small 0x00000000aee00000 0x00000000af000000 0x00000000af000000 Relocatable + Small 0x00000000af000000 0x00000000af200000 0x00000000af200000 Relocatable + Small 0x00000000af200000 0x00000000af400000 0x00000000af400000 Relocatable + Small 0x00000000af400000 0x00000000af600000 0x00000000af600000 Relocatable + Small 0x00000000af600000 0x00000000af800000 0x00000000af800000 Relocatable + Small 0x00000000af800000 0x00000000afa00000 0x00000000afa00000 Relocatable + Small 0x00000000afa00000 0x00000000afc00000 0x00000000afc00000 Relocatable + Small 0x00000000afc00000 0x00000000afe00000 0x00000000afe00000 Relocatable + Small 0x00000000afe00000 0x00000000afffffe0 0x00000000b0000000 Relocatable + Small 0x00000000b0000000 0x00000000b0200000 0x00000000b0200000 Relocatable + Small 0x00000000b0200000 0x00000000b0400000 0x00000000b0400000 Relocatable + Small 0x00000000b0400000 0x00000000b0600000 0x00000000b0600000 Relocatable + Small 0x00000000b0600000 0x00000000b07fffe0 0x00000000b0800000 Relocatable + Small 0x00000000b0800000 0x00000000b0a00000 0x00000000b0a00000 Relocatable + Small 0x00000000b0a00000 0x00000000b0c00000 0x00000000b0c00000 Relocatable + Small 0x00000000b0c00000 0x00000000b0e00000 0x00000000b0e00000 Relocatable + Small 0x00000000b0e00000 0x00000000b1000000 0x00000000b1000000 Relocatable + Small 0x00000000b1000000 0x00000000b1200000 0x00000000b1200000 Relocatable + Small 0x00000000b1200000 0x00000000b1400000 0x00000000b1400000 Relocatable + Small 0x00000000b1400000 0x00000000b1600000 0x00000000b1600000 Relocatable + Small 0x00000000b1600000 0x00000000b1800000 0x00000000b1800000 Relocatable + Small 0x00000000b1800000 0x00000000b1a00000 0x00000000b1a00000 Relocatable + Small 0x00000000b1a00000 0x00000000b1c00000 0x00000000b1c00000 Relocatable + Small 0x00000000b1c00000 0x00000000b1e00000 0x00000000b1e00000 Relocatable + Small 0x00000000b1e00000 0x00000000b2000000 0x00000000b2000000 Relocatable + Small 0x00000000b2000000 0x00000000b2200000 0x00000000b2200000 Relocatable + Small 0x00000000b2200000 0x00000000b2400000 0x00000000b2400000 Relocatable + Small 0x00000000b2400000 0x00000000b2600000 0x00000000b2600000 Relocatable + Small 0x00000000b2600000 0x00000000b2800000 0x00000000b2800000 Relocatable + Small 0x00000000b2800000 0x00000000b2a00000 0x00000000b2a00000 Relocatable + Small 0x00000000b2a00000 0x00000000b2c00000 0x00000000b2c00000 Relocatable + Small 0x00000000b2c00000 0x00000000b2e00000 0x00000000b2e00000 Relocatable + Small 0x00000000b2e00000 0x00000000b3000000 0x00000000b3000000 Relocatable + Small 0x00000000b3000000 0x00000000b3200000 0x00000000b3200000 Relocatable + Small 0x00000000b3200000 0x00000000b3400000 0x00000000b3400000 Relocatable + Small 0x00000000b3400000 0x00000000b3600000 0x00000000b3600000 Relocatable + Small 0x00000000b3600000 0x00000000b3800000 0x00000000b3800000 Relocatable + Small 0x00000000b3800000 0x00000000b3a00000 0x00000000b3a00000 Relocatable + Small 0x00000000b3a00000 0x00000000b3c00000 0x00000000b3c00000 Relocatable + Small 0x00000000b3c00000 0x00000000b3e00000 0x00000000b3e00000 Relocatable + Small 0x00000000b3e00000 0x00000000b4000000 0x00000000b4000000 Relocatable + Small 0x00000000b4000000 0x00000000b4200000 0x00000000b4200000 Relocatable + Small 0x00000000b4200000 0x00000000b4400000 0x00000000b4400000 Relocatable + Small 0x00000000b4400000 0x00000000b4600000 0x00000000b4600000 Relocatable + Small 0x00000000b4600000 0x00000000b47fffe8 0x00000000b4800000 Relocatable + Small 0x00000000b4800000 0x00000000b4a00000 0x00000000b4a00000 Relocatable + Small 0x00000000b4a00000 0x00000000b4c00000 0x00000000b4c00000 Relocatable + Small 0x00000000b4c00000 0x00000000b4e00000 0x00000000b4e00000 Relocatable + Small 0x00000000b4e00000 0x00000000b5000000 0x00000000b5000000 Relocatable + Small 0x00000000b5000000 0x00000000b5200000 0x00000000b5200000 Relocatable + Small 0x00000000b5200000 0x00000000b5400000 0x00000000b5400000 Relocatable + Small 0x00000000b5400000 0x00000000b5600000 0x00000000b5600000 Relocatable + Small 0x00000000b5600000 0x00000000b5800000 0x00000000b5800000 Relocatable + Small 0x00000000b5800000 0x00000000b5a00000 0x00000000b5a00000 Relocatable + Small 0x00000000b5a00000 0x00000000b5c00000 0x00000000b5c00000 Relocatable + Small 0x00000000b5c00000 0x00000000b5e00000 0x00000000b5e00000 Relocatable + Small 0x00000000b5e00000 0x00000000b5ffffd0 0x00000000b6000000 Relocatable + Small 0x00000000b6000000 0x00000000b6200000 0x00000000b6200000 Relocatable + Small 0x00000000b6200000 0x00000000b6400000 0x00000000b6400000 Relocatable + Small 0x00000000b6400000 0x00000000b6600000 0x00000000b6600000 Relocatable + Small 0x00000000b6600000 0x00000000b6800000 0x00000000b6800000 Relocatable + Small 0x00000000b6800000 0x00000000b6a00000 0x00000000b6a00000 Relocatable + Small 0x00000000b6a00000 0x00000000b6c00000 0x00000000b6c00000 Relocatable + Small 0x00000000b6c00000 0x00000000b6e00000 0x00000000b6e00000 Relocatable + Small 0x00000000b6e00000 0x00000000b7000000 0x00000000b7000000 Relocatable + Small 0x00000000b7000000 0x00000000b7200000 0x00000000b7200000 Relocatable + Small 0x00000000b7200000 0x00000000b7400000 0x00000000b7400000 Relocatable + Small 0x00000000b7400000 0x00000000b7600000 0x00000000b7600000 Relocatable + Small 0x00000000b7600000 0x00000000b7800000 0x00000000b7800000 Relocatable + Small 0x00000000b7800000 0x00000000b7a00000 0x00000000b7a00000 Relocatable + Small 0x00000000b7a00000 0x00000000b7c00000 0x00000000b7c00000 Relocatable + Small 0x00000000b7c00000 0x00000000b7e00000 0x00000000b7e00000 Relocatable + Small 0x00000000b7e00000 0x00000000b8000000 0x00000000b8000000 Relocatable + Small 0x00000000b8000000 0x00000000b8200000 0x00000000b8200000 Relocatable + Small 0x00000000b8200000 0x00000000b8400000 0x00000000b8400000 Relocatable + Small 0x00000000b8400000 0x00000000b8600000 0x00000000b8600000 Relocatable + Small 0x00000000b8600000 0x00000000b8800000 0x00000000b8800000 Relocatable + Small 0x00000000b8800000 0x00000000b8a00000 0x00000000b8a00000 Relocatable + Small 0x00000000b8a00000 0x00000000b8c00000 0x00000000b8c00000 Relocatable + Small 0x00000000b8c00000 0x00000000b8e00000 0x00000000b8e00000 Relocatable + Small 0x00000000b8e00000 0x00000000b9000000 0x00000000b9000000 Relocatable + Small 0x00000000b9000000 0x00000000b9200000 0x00000000b9200000 Relocatable + Small 0x00000000b9200000 0x00000000b9400000 0x00000000b9400000 Relocatable + Small 0x00000000b9400000 0x00000000b9600000 0x00000000b9600000 Relocatable + Small 0x00000000b9600000 0x00000000b9800000 0x00000000b9800000 Relocatable + Small 0x00000000b9800000 0x00000000b9a00000 0x00000000b9a00000 Relocatable + Small 0x00000000b9a00000 0x00000000b9c00000 0x00000000b9c00000 Relocatable + Small 0x00000000b9c00000 0x00000000b9e00000 0x00000000b9e00000 Relocatable + Small 0x00000000b9e00000 0x00000000ba000000 0x00000000ba000000 Relocatable + Small 0x00000000ba000000 0x00000000ba200000 0x00000000ba200000 Relocatable + Small 0x00000000ba200000 0x00000000ba400000 0x00000000ba400000 Relocatable + Small 0x00000000ba400000 0x00000000ba600000 0x00000000ba600000 Relocatable + Small 0x00000000ba600000 0x00000000ba800000 0x00000000ba800000 Relocatable + Small 0x00000000ba800000 0x00000000baa00000 0x00000000baa00000 Relocatable + Small 0x00000000baa00000 0x00000000bac00000 0x00000000bac00000 Relocatable + Small 0x00000000bac00000 0x00000000bae00000 0x00000000bae00000 Relocatable + Small 0x00000000bae00000 0x00000000bb000000 0x00000000bb000000 Relocatable + Small 0x00000000bb000000 0x00000000bb200000 0x00000000bb200000 Relocatable + Small 0x00000000bb200000 0x00000000bb400000 0x00000000bb400000 Relocatable + Small 0x00000000bb400000 0x00000000bb600000 0x00000000bb600000 Relocatable + Small 0x00000000bb600000 0x00000000bb800000 0x00000000bb800000 Relocatable + Small 0x00000000bb800000 0x00000000bba00000 0x00000000bba00000 Relocatable + Small 0x00000000bba00000 0x00000000bbc00000 0x00000000bbc00000 Relocatable + Small 0x00000000bbc00000 0x00000000bbe00000 0x00000000bbe00000 Relocatable + Small 0x00000000bbe00000 0x00000000bc000000 0x00000000bc000000 Relocatable + Small 0x00000000bc000000 0x00000000bc200000 0x00000000bc200000 Relocatable + Small 0x00000000bc200000 0x00000000bc400000 0x00000000bc400000 Relocatable + Small 0x00000000bc400000 0x00000000bc5e4010 0x00000000bc600000 Relocatable + Small 0x00000000bc600000 0x00000000bc800000 0x00000000bc800000 Relocatable + Small 0x00000000bc800000 0x00000000bca00000 0x00000000bca00000 Relocatable + Small 0x00000000bca00000 0x00000000bcc00000 0x00000000bcc00000 Relocatable + Small 0x00000000bcc00000 0x00000000bce00000 0x00000000bce00000 Relocatable + Small 0x00000000bce00000 0x00000000bd000000 0x00000000bd000000 Relocatable + Small 0x00000000bd000000 0x00000000bd200000 0x00000000bd200000 Relocatable + Small 0x00000000bd200000 0x00000000bd400000 0x00000000bd400000 Relocatable + Small 0x00000000bd400000 0x00000000bd600000 0x00000000bd600000 Relocatable + Small 0x00000000bd600000 0x00000000bd800000 0x00000000bd800000 Relocatable + Small 0x00000000bd800000 0x00000000bda00000 0x00000000bda00000 Relocatable + Small 0x00000000bda00000 0x00000000bdc00000 0x00000000bdc00000 Relocatable + Small 0x00000000bdc00000 0x00000000bde00000 0x00000000bde00000 Relocatable + Small 0x00000000bde00000 0x00000000be000000 0x00000000be000000 Relocatable + Small 0x00000000be000000 0x00000000be200000 0x00000000be200000 Relocatable + Small 0x00000000be200000 0x00000000be400000 0x00000000be400000 Relocatable + Small 0x00000000be400000 0x00000000be600000 0x00000000be600000 Relocatable + Small 0x00000000be600000 0x00000000be800000 0x00000000be800000 Relocatable + Small 0x00000000be800000 0x00000000bea00000 0x00000000bea00000 Relocatable + Small 0x00000000bea00000 0x00000000bec00000 0x00000000bec00000 Relocatable + Small 0x00000000bec00000 0x00000000bee00000 0x00000000bee00000 Relocatable + Small 0x00000000bee00000 0x00000000bf000000 0x00000000bf000000 Relocatable + Small 0x00000000bf000000 0x00000000bf200000 0x00000000bf200000 Relocatable + Small 0x00000000bf200000 0x00000000bf400000 0x00000000bf400000 Relocatable + Small 0x00000000bf400000 0x00000000bf600000 0x00000000bf600000 Relocatable + Small 0x00000000bf600000 0x00000000bf800000 0x00000000bf800000 Relocatable + Small 0x00000000bf800000 0x00000000bfa00000 0x00000000bfa00000 Relocatable + Small 0x00000000bfa00000 0x00000000bfc00000 0x00000000bfc00000 Relocatable + Small 0x00000000bfc00000 0x00000000bfe00000 0x00000000bfe00000 Relocatable + Small 0x00000000bfe00000 0x00000000c0000000 0x00000000c0000000 Relocatable + Small 0x00000000c0000000 0x00000000c0200000 0x00000000c0200000 Relocatable + Small 0x00000000c0200000 0x00000000c0400000 0x00000000c0400000 Relocatable + Small 0x00000000c0400000 0x00000000c0600000 0x00000000c0600000 Relocatable + Small 0x00000000c0600000 0x00000000c0800000 0x00000000c0800000 Relocatable + Small 0x00000000c0800000 0x00000000c0a00000 0x00000000c0a00000 Relocatable + Small 0x00000000c0a00000 0x00000000c0c00000 0x00000000c0c00000 Relocatable + Small 0x00000000c0c00000 0x00000000c0e00000 0x00000000c0e00000 Relocatable + Small 0x00000000c0e00000 0x00000000c1000000 0x00000000c1000000 Relocatable + Small 0x00000000c1000000 0x00000000c1200000 0x00000000c1200000 Relocatable + Small 0x00000000c1200000 0x00000000c1400000 0x00000000c1400000 Relocatable + Small 0x00000000c1400000 0x00000000c1600000 0x00000000c1600000 Relocatable + Small 0x00000000c1600000 0x00000000c17ffff0 0x00000000c1800000 Relocatable + Small 0x00000000c1800000 0x00000000c198b1b8 0x00000000c1a00000 Relocatable + Small 0x00000000c1a00000 0x00000000c1c00000 0x00000000c1c00000 Relocatable + Small 0x00000000c1c00000 0x00000000c1e00000 0x00000000c1e00000 Relocatable + Small 0x00000000c1e00000 0x00000000c2000000 0x00000000c2000000 Relocatable + Small 0x00000000c2000000 0x00000000c2200000 0x00000000c2200000 Relocatable + Small 0x00000000c2200000 0x00000000c2400000 0x00000000c2400000 Relocatable + Small 0x00000000c2400000 0x00000000c2600000 0x00000000c2600000 Relocatable + Small 0x00000000c2600000 0x00000000c2800000 0x00000000c2800000 Relocatable + Small 0x00000000c2800000 0x00000000c2a00000 0x00000000c2a00000 Relocatable + Small 0x00000000c2a00000 0x00000000c2c00000 0x00000000c2c00000 Relocatable + Small 0x00000000c2c00000 0x00000000c2e00000 0x00000000c2e00000 Relocatable + Small 0x00000000c2e00000 0x00000000c3000000 0x00000000c3000000 Relocatable + Small 0x00000000c3000000 0x00000000c3200000 0x00000000c3200000 Relocatable + Small 0x00000000c3200000 0x00000000c3400000 0x00000000c3400000 Relocatable + Small 0x00000000c3400000 0x00000000c3600000 0x00000000c3600000 Relocatable + Small 0x00000000c3600000 0x00000000c3800000 0x00000000c3800000 Relocatable + Small 0x00000000c3800000 0x00000000c3a00000 0x00000000c3a00000 Relocatable + Small 0x00000000c3a00000 0x00000000c3c00000 0x00000000c3c00000 Relocatable + Small 0x00000000c3c00000 0x00000000c3e00000 0x00000000c3e00000 Relocatable + Small 0x00000000c3e00000 0x00000000c4000000 0x00000000c4000000 Relocatable + Small 0x00000000c4000000 0x00000000c4200000 0x00000000c4200000 Relocatable + Small 0x00000000c4200000 0x00000000c4400000 0x00000000c4400000 Relocatable + Small 0x00000000c4400000 0x00000000c4600000 0x00000000c4600000 Relocatable + Small 0x00000000c4600000 0x00000000c4800000 0x00000000c4800000 Relocatable + Small 0x00000000c4800000 0x00000000c4a00000 0x00000000c4a00000 Relocatable + Small 0x00000000c4a00000 0x00000000c4c00000 0x00000000c4c00000 Relocatable + Small 0x00000000c4c00000 0x00000000c4e00000 0x00000000c4e00000 Relocatable + Small 0x00000000c4e00000 0x00000000c5000000 0x00000000c5000000 Relocatable + Small 0x00000000c5000000 0x00000000c5200000 0x00000000c5200000 Relocatable + Small 0x00000000c5200000 0x00000000c5400000 0x00000000c5400000 Relocatable + Small 0x00000000c5400000 0x00000000c5600000 0x00000000c5600000 Relocatable + Small 0x00000000c5600000 0x00000000c5800000 0x00000000c5800000 Relocatable + Small 0x00000000c5800000 0x00000000c5a00000 0x00000000c5a00000 Relocatable + Small 0x00000000c5a00000 0x00000000c5c00000 0x00000000c5c00000 Relocatable + Small 0x00000000c5c00000 0x00000000c5e00000 0x00000000c5e00000 Relocatable + Small 0x00000000c5e00000 0x00000000c6000000 0x00000000c6000000 Relocatable + Small 0x00000000c6000000 0x00000000c6200000 0x00000000c6200000 Relocatable + Small 0x00000000c6200000 0x00000000c6400000 0x00000000c6400000 Relocatable + Small 0x00000000c6400000 0x00000000c6600000 0x00000000c6600000 Relocatable + Small 0x00000000c6600000 0x00000000c6800000 0x00000000c6800000 Relocatable + Small 0x00000000c6800000 0x00000000c6a00000 0x00000000c6a00000 Relocatable + Small 0x00000000c6a00000 0x00000000c6c00000 0x00000000c6c00000 Relocatable + Small 0x00000000c6c00000 0x00000000c6e00000 0x00000000c6e00000 Relocatable + Small 0x00000000c6e00000 0x00000000c7000000 0x00000000c7000000 Relocatable + Small 0x00000000c7000000 0x00000000c7200000 0x00000000c7200000 Relocatable + Small 0x00000000c7200000 0x00000000c7400000 0x00000000c7400000 Relocatable + Small 0x00000000c7400000 0x00000000c7600000 0x00000000c7600000 Relocatable + Small 0x00000000c7600000 0x00000000c7800000 0x00000000c7800000 Relocatable + Small 0x00000000c7800000 0x00000000c7a00000 0x00000000c7a00000 Relocatable + Small 0x00000000c7a00000 0x00000000c7c00000 0x00000000c7c00000 Relocatable + Small 0x00000000c7c00000 0x00000000c7e00000 0x00000000c7e00000 Relocatable + Small 0x00000000c7e00000 0x00000000c8000000 0x00000000c8000000 Relocatable + Small 0x00000000c8000000 0x00000000c8200000 0x00000000c8200000 Relocatable + Small 0x00000000c8200000 0x00000000c8400000 0x00000000c8400000 Relocatable + Small 0x00000000c8400000 0x00000000c8600000 0x00000000c8600000 Relocatable + Small 0x00000000c8600000 0x00000000c8800000 0x00000000c8800000 Relocatable + Small 0x00000000c8800000 0x00000000c8a00000 0x00000000c8a00000 Relocatable + Small 0x00000000c8a00000 0x00000000c8c00000 0x00000000c8c00000 Relocatable + Small 0x00000000c8c00000 0x00000000c8e00000 0x00000000c8e00000 Relocatable + Small 0x00000000c8e00000 0x00000000c9000000 0x00000000c9000000 Relocatable + Small 0x00000000c9000000 0x00000000c9200000 0x00000000c9200000 Relocatable + Small 0x00000000c9200000 0x00000000c9400000 0x00000000c9400000 Relocatable + Small 0x00000000c9400000 0x00000000c9600000 0x00000000c9600000 Relocatable + Small 0x00000000c9600000 0x00000000c9800000 0x00000000c9800000 Relocatable + Small 0x00000000c9800000 0x00000000c9a00000 0x00000000c9a00000 Relocatable + Small 0x00000000c9a00000 0x00000000c9c00000 0x00000000c9c00000 Relocatable + Small 0x00000000c9c00000 0x00000000c9e00000 0x00000000c9e00000 Relocatable + Small 0x00000000c9e00000 0x00000000ca000000 0x00000000ca000000 Relocatable + Small 0x00000000ca000000 0x00000000ca200000 0x00000000ca200000 Relocatable + Small 0x00000000ca200000 0x00000000ca3ffff0 0x00000000ca400000 Relocatable + Small 0x00000000ca400000 0x00000000ca600000 0x00000000ca600000 Relocatable + Small 0x00000000ca600000 0x00000000ca800000 0x00000000ca800000 Relocatable + Small 0x00000000ca800000 0x00000000caa00000 0x00000000caa00000 Relocatable + Small 0x00000000caa00000 0x00000000cac00000 0x00000000cac00000 Relocatable + Small 0x00000000cac00000 0x00000000cae00000 0x00000000cae00000 Relocatable + Small 0x00000000cae00000 0x00000000caffffd8 0x00000000cb000000 Relocatable + Small 0x00000000cb000000 0x00000000cb200000 0x00000000cb200000 Relocatable + Small 0x00000000cb200000 0x00000000cb400000 0x00000000cb400000 Relocatable + Small 0x00000000cb400000 0x00000000cb600000 0x00000000cb600000 Relocatable + Small 0x00000000cb600000 0x00000000cb800000 0x00000000cb800000 Relocatable + Small 0x00000000cb800000 0x00000000cba00000 0x00000000cba00000 Relocatable + Small 0x00000000cba00000 0x00000000cbc00000 0x00000000cbc00000 Relocatable + Small 0x00000000cbc00000 0x00000000cbe00000 0x00000000cbe00000 Relocatable + Small 0x00000000cbe00000 0x00000000cc000000 0x00000000cc000000 Relocatable + Small 0x00000000cc000000 0x00000000cc200000 0x00000000cc200000 Relocatable + Small 0x00000000cc200000 0x00000000cc400000 0x00000000cc400000 Relocatable + Small 0x00000000cc400000 0x00000000cc600000 0x00000000cc600000 Relocatable + Small 0x00000000cc600000 0x00000000cc800000 0x00000000cc800000 Relocatable + Small 0x00000000cc800000 0x00000000cca00000 0x00000000cca00000 Relocatable + Small 0x00000000cca00000 0x00000000ccc00000 0x00000000ccc00000 Relocatable + Small 0x00000000ccc00000 0x00000000cce00000 0x00000000cce00000 Relocatable + Small 0x00000000cce00000 0x00000000cd000000 0x00000000cd000000 Relocatable + Small 0x00000000cd000000 0x00000000cd200000 0x00000000cd200000 Relocatable + Small 0x00000000cd200000 0x00000000cd400000 0x00000000cd400000 Relocatable + Small 0x00000000cd400000 0x00000000cd600000 0x00000000cd600000 Relocatable + Small 0x00000000cd600000 0x00000000cd800000 0x00000000cd800000 Relocatable + Small 0x00000000cd800000 0x00000000cda00000 0x00000000cda00000 Relocatable + Small 0x00000000cda00000 0x00000000cdc00000 0x00000000cdc00000 Relocatable + Small 0x00000000cdc00000 0x00000000cde00000 0x00000000cde00000 Relocatable + Small 0x00000000cde00000 0x00000000ce000000 0x00000000ce000000 Relocatable + Small 0x00000000ce000000 0x00000000ce200000 0x00000000ce200000 Relocatable + Small 0x00000000ce200000 0x00000000ce400000 0x00000000ce400000 Relocatable + Small 0x00000000ce400000 0x00000000ce600000 0x00000000ce600000 Relocatable + Small 0x00000000ce600000 0x00000000ce800000 0x00000000ce800000 Relocatable + Small 0x00000000ce800000 0x00000000cea00000 0x00000000cea00000 Relocatable + Small 0x00000000cea00000 0x00000000cec00000 0x00000000cec00000 Relocatable + Small 0x00000000cec00000 0x00000000cee00000 0x00000000cee00000 Relocatable + Small 0x00000000cee00000 0x00000000cf000000 0x00000000cf000000 Relocatable + Small 0x00000000cf000000 0x00000000cf200000 0x00000000cf200000 Relocatable + Small 0x00000000cf200000 0x00000000cf400000 0x00000000cf400000 Relocatable + Small 0x00000000cf400000 0x00000000cf600000 0x00000000cf600000 Relocatable + Small 0x00000000cf600000 0x00000000cf800000 0x00000000cf800000 Relocatable + Small 0x00000000cf800000 0x00000000cfa00000 0x00000000cfa00000 Relocatable + Small 0x00000000cfa00000 0x00000000cfc00000 0x00000000cfc00000 Relocatable + Small 0x00000000cfc00000 0x00000000cfe00000 0x00000000cfe00000 Relocatable + Small 0x00000000cfe00000 0x00000000d0000000 0x00000000d0000000 Relocatable + Small 0x00000000d0000000 0x00000000d0200000 0x00000000d0200000 Relocatable + Small 0x00000000d0200000 0x00000000d03ffff0 0x00000000d0400000 Relocatable + Small 0x00000000d0400000 0x00000000d0600000 0x00000000d0600000 Relocatable + Small 0x00000000d0600000 0x00000000d0800000 0x00000000d0800000 Relocatable + Small 0x00000000d0800000 0x00000000d0a00000 0x00000000d0a00000 Relocatable + Small 0x00000000d0a00000 0x00000000d0c00000 0x00000000d0c00000 Relocatable + Small 0x00000000d0c00000 0x00000000d0e00000 0x00000000d0e00000 Relocatable + Small 0x00000000d0e00000 0x00000000d1000000 0x00000000d1000000 Relocatable + Small 0x00000000d1000000 0x00000000d1200000 0x00000000d1200000 Relocatable + Small 0x00000000d1200000 0x00000000d1400000 0x00000000d1400000 Relocatable + Small 0x00000000d1400000 0x00000000d1600000 0x00000000d1600000 Relocatable + Small 0x00000000d1600000 0x00000000d1800000 0x00000000d1800000 Relocatable + Small 0x00000000d1800000 0x00000000d1a00000 0x00000000d1a00000 Relocatable + Small 0x00000000d1a00000 0x00000000d1c00000 0x00000000d1c00000 Relocatable + Small 0x00000000d1c00000 0x00000000d1dffff0 0x00000000d1e00000 Relocatable + Small 0x00000000d1e00000 0x00000000d2000000 0x00000000d2000000 Relocatable + Small 0x00000000d2000000 0x00000000d2200000 0x00000000d2200000 Relocatable + Small 0x00000000d2200000 0x00000000d2400000 0x00000000d2400000 Relocatable + Small 0x00000000d2400000 0x00000000d2600000 0x00000000d2600000 Relocatable + Small 0x00000000d2600000 0x00000000d2800000 0x00000000d2800000 Relocatable + Small 0x00000000d2800000 0x00000000d2a00000 0x00000000d2a00000 Relocatable + Small 0x00000000d2a00000 0x00000000d2c00000 0x00000000d2c00000 Relocatable + Small 0x00000000d2c00000 0x00000000d2e00000 0x00000000d2e00000 Relocatable + Small 0x00000000d2e00000 0x00000000d3000000 0x00000000d3000000 Relocatable + Small 0x00000000d3000000 0x00000000d3200000 0x00000000d3200000 Relocatable + Small 0x00000000d3200000 0x00000000d3400000 0x00000000d3400000 Relocatable + Small 0x00000000d3400000 0x00000000d3600000 0x00000000d3600000 Relocatable + Small 0x00000000d3600000 0x00000000d3800000 0x00000000d3800000 Relocatable + Small 0x00000000d3800000 0x00000000d3a00000 0x00000000d3a00000 Relocatable + Small 0x00000000d3a00000 0x00000000d3c00000 0x00000000d3c00000 Relocatable + Small 0x00000000d3c00000 0x00000000d3e00000 0x00000000d3e00000 Relocatable + Small 0x00000000d3e00000 0x00000000d4000000 0x00000000d4000000 Relocatable + Small 0x00000000d4000000 0x00000000d4200000 0x00000000d4200000 Relocatable + Small 0x00000000d4200000 0x00000000d4400000 0x00000000d4400000 Relocatable + Small 0x00000000d4400000 0x00000000d4600000 0x00000000d4600000 Relocatable + Small 0x00000000d4600000 0x00000000d47ffff0 0x00000000d4800000 Relocatable + Small 0x00000000d4800000 0x00000000d4a00000 0x00000000d4a00000 Relocatable + Small 0x00000000d4a00000 0x00000000d4c00000 0x00000000d4c00000 Relocatable + Small 0x00000000d4c00000 0x00000000d4e00000 0x00000000d4e00000 Relocatable + Small 0x00000000d4e00000 0x00000000d5000000 0x00000000d5000000 Relocatable + Small 0x00000000d5000000 0x00000000d5200000 0x00000000d5200000 Relocatable + Small 0x00000000d5200000 0x00000000d5400000 0x00000000d5400000 Relocatable + Small 0x00000000d5400000 0x00000000d5600000 0x00000000d5600000 Relocatable + Small 0x00000000d5600000 0x00000000d5800000 0x00000000d5800000 Relocatable + Small 0x00000000d5800000 0x00000000d59ffff0 0x00000000d5a00000 Relocatable + Small 0x00000000d5a00000 0x00000000d5c00000 0x00000000d5c00000 Relocatable + Small 0x00000000d5c00000 0x00000000d5e00000 0x00000000d5e00000 Relocatable + Small 0x00000000d5e00000 0x00000000d6000000 0x00000000d6000000 Relocatable + Small 0x00000000d6000000 0x00000000d6200000 0x00000000d6200000 Relocatable + Small 0x00000000d6200000 0x00000000d6400000 0x00000000d6400000 Relocatable + Small 0x00000000d6400000 0x00000000d6600000 0x00000000d6600000 Relocatable + Small 0x00000000d6600000 0x00000000d6800000 0x00000000d6800000 Relocatable + Small 0x00000000d6800000 0x00000000d6a00000 0x00000000d6a00000 Relocatable + Small 0x00000000d6a00000 0x00000000d6c00000 0x00000000d6c00000 Relocatable + Small 0x00000000d6c00000 0x00000000d6e00000 0x00000000d6e00000 Relocatable + Small 0x00000000d6e00000 0x00000000d7000000 0x00000000d7000000 Relocatable + Small 0x00000000d7000000 0x00000000d7200000 0x00000000d7200000 Relocatable + Small 0x00000000d7200000 0x00000000d7400000 0x00000000d7400000 Relocatable + Small 0x00000000d7400000 0x00000000d7600000 0x00000000d7600000 Relocatable + Small 0x00000000d7600000 0x00000000d7800000 0x00000000d7800000 Relocatable + Small 0x00000000d7800000 0x00000000d7a00000 0x00000000d7a00000 Relocatable + Small 0x00000000d7a00000 0x00000000d7c00000 0x00000000d7c00000 Relocatable + Small 0x00000000d7c00000 0x00000000d7e00000 0x00000000d7e00000 Relocatable + Small 0x00000000d7e00000 0x00000000d8000000 0x00000000d8000000 Relocatable + Small 0x00000000d8000000 0x00000000d8200000 0x00000000d8200000 Relocatable + Small 0x00000000d8200000 0x00000000d8400000 0x00000000d8400000 Relocatable + Small 0x00000000d8400000 0x00000000d8600000 0x00000000d8600000 Relocatable + Small 0x00000000d8600000 0x00000000d8800000 0x00000000d8800000 Relocatable + Small 0x00000000d8800000 0x00000000d8a00000 0x00000000d8a00000 Relocatable + Small 0x00000000d8a00000 0x00000000d8c00000 0x00000000d8c00000 Relocatable + Small 0x00000000d8c00000 0x00000000d8e00000 0x00000000d8e00000 Relocatable + Small 0x00000000d8e00000 0x00000000d9000000 0x00000000d9000000 Relocatable + Small 0x00000000d9000000 0x00000000d9200000 0x00000000d9200000 Relocatable + Small 0x00000000d9200000 0x00000000d9400000 0x00000000d9400000 Relocatable + Small 0x00000000d9400000 0x00000000d9600000 0x00000000d9600000 Relocatable + Small 0x00000000d9600000 0x00000000d9800000 0x00000000d9800000 Relocatable + Small 0x00000000d9800000 0x00000000d9a00000 0x00000000d9a00000 Relocatable + Small 0x00000000d9a00000 0x00000000d9c00000 0x00000000d9c00000 Relocatable + Small 0x00000000d9c00000 0x00000000d9e00000 0x00000000d9e00000 Relocatable + Small 0x00000000d9e00000 0x00000000da000000 0x00000000da000000 Relocatable + Small 0x00000000da000000 0x00000000da200000 0x00000000da200000 Relocatable + Small 0x00000000da200000 0x00000000da400000 0x00000000da400000 Relocatable + Small 0x00000000da400000 0x00000000da600000 0x00000000da600000 Relocatable + Small 0x00000000da600000 0x00000000da7ffff8 0x00000000da800000 Relocatable + Small 0x00000000da800000 0x00000000daa00000 0x00000000daa00000 Relocatable + Small 0x00000000daa00000 0x00000000dac00000 0x00000000dac00000 Relocatable + Small 0x00000000dac00000 0x00000000dae00000 0x00000000dae00000 Relocatable + Small 0x00000000dae00000 0x00000000dafffff8 0x00000000db000000 Relocatable + Small 0x00000000db000000 0x00000000db1ffff8 0x00000000db200000 Relocatable + Small 0x00000000db200000 0x00000000db400000 0x00000000db400000 Relocatable + Small 0x00000000db400000 0x00000000db600000 0x00000000db600000 Relocatable + Small 0x00000000db600000 0x00000000db7fffe8 0x00000000db800000 Relocatable + Small 0x00000000db800000 0x00000000dba00000 0x00000000dba00000 Relocatable + Small 0x00000000dba00000 0x00000000dbc00000 0x00000000dbc00000 Relocatable + Small 0x00000000dbc00000 0x00000000dbe00000 0x00000000dbe00000 Relocatable + Small 0x00000000dbe00000 0x00000000dc000000 0x00000000dc000000 Relocatable + Small 0x00000000dc000000 0x00000000dc200000 0x00000000dc200000 Relocatable + Small 0x00000000dc200000 0x00000000dc400000 0x00000000dc400000 Relocatable + Small 0x00000000dc400000 0x00000000dc600000 0x00000000dc600000 Relocatable + Small 0x00000000dc600000 0x00000000dc800000 0x00000000dc800000 Relocatable + Small 0x00000000dc800000 0x00000000dca00000 0x00000000dca00000 Relocatable + Small 0x00000000dca00000 0x00000000dcc00000 0x00000000dcc00000 Relocatable + Small 0x00000000dcc00000 0x00000000dce00000 0x00000000dce00000 Relocatable + Small 0x00000000dce00000 0x00000000dd000000 0x00000000dd000000 Relocatable + Small 0x00000000dd000000 0x00000000dd200000 0x00000000dd200000 Relocatable + Small 0x00000000dd200000 0x00000000dd400000 0x00000000dd400000 Relocatable + Small 0x00000000dd400000 0x00000000dd600000 0x00000000dd600000 Relocatable + Small 0x00000000dd600000 0x00000000dd800000 0x00000000dd800000 Relocatable + Small 0x00000000dd800000 0x00000000dda00000 0x00000000dda00000 Relocatable + Small 0x00000000dda00000 0x00000000ddc00000 0x00000000ddc00000 Relocatable + Small 0x00000000ddc00000 0x00000000dddffff0 0x00000000dde00000 Relocatable + Small 0x00000000dde00000 0x00000000de000000 0x00000000de000000 Relocatable + Small 0x00000000de000000 0x00000000de200000 0x00000000de200000 Relocatable + Small 0x00000000de200000 0x00000000de400000 0x00000000de400000 Relocatable + Small 0x00000000de400000 0x00000000de600000 0x00000000de600000 Relocatable + Small 0x00000000de600000 0x00000000de800000 0x00000000de800000 Relocatable + Small 0x00000000de800000 0x00000000dea00000 0x00000000dea00000 Relocatable + Small 0x00000000dea00000 0x00000000dec00000 0x00000000dec00000 Relocatable + Small 0x00000000dec00000 0x00000000dee00000 0x00000000dee00000 Relocatable + Small 0x00000000dee00000 0x00000000df000000 0x00000000df000000 Relocatable + Small 0x00000000df000000 0x00000000df200000 0x00000000df200000 Relocatable + Small 0x00000000df200000 0x00000000df400000 0x00000000df400000 Relocatable + Small 0x00000000df400000 0x00000000df600000 0x00000000df600000 Relocatable + Small 0x00000000df600000 0x00000000df800000 0x00000000df800000 Relocatable + Small 0x00000000df800000 0x00000000dfa00000 0x00000000dfa00000 Relocatable + Small 0x00000000dfa00000 0x00000000dfc00000 0x00000000dfc00000 Relocatable + Small 0x00000000dfc00000 0x00000000dfe00000 0x00000000dfe00000 Relocatable + Small 0x00000000dfe00000 0x00000000e0000000 0x00000000e0000000 Relocatable + Small 0x00000000e0000000 0x00000000e0200000 0x00000000e0200000 Relocatable + Small 0x00000000e0200000 0x00000000e0400000 0x00000000e0400000 Relocatable + Small 0x00000000e0400000 0x00000000e0600000 0x00000000e0600000 Relocatable + Small 0x00000000e0600000 0x00000000e0800000 0x00000000e0800000 Relocatable + Small 0x00000000e0800000 0x00000000e0a00000 0x00000000e0a00000 Relocatable + Small 0x00000000e0a00000 0x00000000e0c00000 0x00000000e0c00000 Relocatable + Small 0x00000000e0c00000 0x00000000e0e00000 0x00000000e0e00000 Relocatable + Small 0x00000000e0e00000 0x00000000e1000000 0x00000000e1000000 Relocatable + Small 0x00000000e1000000 0x00000000e1200000 0x00000000e1200000 Relocatable + Small 0x00000000e1200000 0x00000000e1400000 0x00000000e1400000 Relocatable + Small 0x00000000e1400000 0x00000000e1600000 0x00000000e1600000 Relocatable + Small 0x00000000e1600000 0x00000000e1800000 0x00000000e1800000 Relocatable + Small 0x00000000e1800000 0x00000000e1a00000 0x00000000e1a00000 Relocatable + Small 0x00000000e1a00000 0x00000000e1c00000 0x00000000e1c00000 Relocatable + Small 0x00000000e1c00000 0x00000000e1e00000 0x00000000e1e00000 Relocatable + Small 0x00000000e1e00000 0x00000000e1ffffe8 0x00000000e2000000 Relocatable + Small 0x00000000e2000000 0x00000000e2200000 0x00000000e2200000 Relocatable + Small 0x00000000e2200000 0x00000000e2400000 0x00000000e2400000 Relocatable + Small 0x00000000e2400000 0x00000000e2600000 0x00000000e2600000 Relocatable + Small 0x00000000e2600000 0x00000000e2800000 0x00000000e2800000 Relocatable + Small 0x00000000e2800000 0x00000000e2a00000 0x00000000e2a00000 Relocatable + Small 0x00000000e2a00000 0x00000000e2c00000 0x00000000e2c00000 Relocatable + Small 0x00000000e2c00000 0x00000000e2e00000 0x00000000e2e00000 Relocatable + Small 0x00000000e2e00000 0x00000000e3000000 0x00000000e3000000 Relocatable + Small 0x00000000e3000000 0x00000000e3200000 0x00000000e3200000 Relocatable + Small 0x00000000e3200000 0x00000000e33c0418 0x00000000e3400000 Relocatable + Small 0x00000000e3400000 0x00000000e35fffc0 0x00000000e3600000 Relocatable + Small 0x00000000e3600000 0x00000000e3800000 0x00000000e3800000 Relocatable + Small 0x00000000e3800000 0x00000000e3a00000 0x00000000e3a00000 Relocatable + Small 0x00000000e3a00000 0x00000000e3c00000 0x00000000e3c00000 Relocatable + Small 0x00000000e3c00000 0x00000000e3e00000 0x00000000e3e00000 Relocatable + Small 0x00000000e3e00000 0x00000000e4000000 0x00000000e4000000 Relocatable + Small 0x00000000e4000000 0x00000000e4200000 0x00000000e4200000 Relocatable + Small 0x00000000e4200000 0x00000000e4400000 0x00000000e4400000 Relocatable + Small 0x00000000e4400000 0x00000000e4600000 0x00000000e4600000 Relocatable + Small 0x00000000e4600000 0x00000000e4800000 0x00000000e4800000 Relocatable + Small 0x00000000e4800000 0x00000000e4a00000 0x00000000e4a00000 Relocatable + Small 0x00000000e4a00000 0x00000000e4c00000 0x00000000e4c00000 Relocatable + Small 0x00000000e4c00000 0x00000000e4e00000 0x00000000e4e00000 Relocatable + Small 0x00000000e4e00000 0x00000000e5000000 0x00000000e5000000 Relocatable + Small 0x00000000e5000000 0x00000000e5200000 0x00000000e5200000 Relocatable + Small 0x00000000e5200000 0x00000000e5400000 0x00000000e5400000 Relocatable + Small 0x00000000e5400000 0x00000000e5600000 0x00000000e5600000 Relocatable + Small 0x00000000e5600000 0x00000000e5800000 0x00000000e5800000 Relocatable + Small 0x00000000e5800000 0x00000000e5a00000 0x00000000e5a00000 Relocatable + Small 0x00000000e5a00000 0x00000000e5c00000 0x00000000e5c00000 Relocatable + Small 0x00000000e5c00000 0x00000000e5e00000 0x00000000e5e00000 Relocatable + Small 0x00000000e5e00000 0x00000000e6000000 0x00000000e6000000 Relocatable + Small 0x00000000e6000000 0x00000000e6200000 0x00000000e6200000 Relocatable + Small 0x00000000e6200000 0x00000000e6400000 0x00000000e6400000 Relocatable + Small 0x00000000e6400000 0x00000000e6600000 0x00000000e6600000 Relocatable + Small 0x00000000e6600000 0x00000000e6800000 0x00000000e6800000 Relocatable + Small 0x00000000e6800000 0x00000000e6a00000 0x00000000e6a00000 Relocatable + Small 0x00000000e6a00000 0x00000000e6c00000 0x00000000e6c00000 Relocatable + Small 0x00000000e6c00000 0x00000000e6e00000 0x00000000e6e00000 Relocatable + Small 0x00000000e6e00000 0x00000000e6ffe250 0x00000000e7000000 Relocatable + Small 0x00000000e7000000 0x00000000e7200000 0x00000000e7200000 Relocatable + Small 0x00000000e7200000 0x00000000e7400000 0x00000000e7400000 Relocatable + Small 0x00000000e7400000 0x00000000e7600000 0x00000000e7600000 Relocatable + Small 0x00000000e7600000 0x00000000e7800000 0x00000000e7800000 Relocatable + Small 0x00000000e7800000 0x00000000e7a00000 0x00000000e7a00000 Relocatable + Small 0x00000000e7a00000 0x00000000e7c00000 0x00000000e7c00000 Relocatable + Small 0x00000000e7c00000 0x00000000e7e00000 0x00000000e7e00000 Relocatable + Small 0x00000000e7e00000 0x00000000e8000000 0x00000000e8000000 Relocatable + Small 0x00000000e8000000 0x00000000e8200000 0x00000000e8200000 Relocatable + Small 0x00000000e8200000 0x00000000e83fffe0 0x00000000e8400000 Relocatable + Small 0x00000000e8400000 0x00000000e8600000 0x00000000e8600000 Relocatable + Small 0x00000000e8600000 0x00000000e8800000 0x00000000e8800000 Relocatable + Small 0x00000000e8800000 0x00000000e8a00000 0x00000000e8a00000 Relocatable + Small 0x00000000e8a00000 0x00000000e8c00000 0x00000000e8c00000 Relocatable + Small 0x00000000e8c00000 0x00000000e8e00000 0x00000000e8e00000 Relocatable + Small 0x00000000e8e00000 0x00000000e9000000 0x00000000e9000000 Relocatable + Small 0x00000000e9000000 0x00000000e9200000 0x00000000e9200000 Relocatable + Small 0x00000000e9200000 0x00000000e9400000 0x00000000e9400000 Relocatable + Small 0x00000000e9400000 0x00000000e9600000 0x00000000e9600000 Relocatable + Small 0x00000000e9600000 0x00000000e9800000 0x00000000e9800000 Relocatable + Small 0x00000000e9800000 0x00000000e9a00000 0x00000000e9a00000 Relocatable + Small 0x00000000e9a00000 0x00000000e9c00000 0x00000000e9c00000 Relocatable + Small 0x00000000e9c00000 0x00000000e9e00000 0x00000000e9e00000 Relocatable + Small 0x00000000e9e00000 0x00000000ea000000 0x00000000ea000000 Relocatable + Small 0x00000000ea000000 0x00000000ea200000 0x00000000ea200000 Relocatable + Small 0x00000000ea200000 0x00000000ea400000 0x00000000ea400000 Relocatable + Small 0x00000000ea400000 0x00000000ea600000 0x00000000ea600000 Relocatable + Small 0x00000000ea600000 0x00000000ea800000 0x00000000ea800000 Relocatable + Small 0x00000000ea800000 0x00000000eaa00000 0x00000000eaa00000 Relocatable + Small 0x00000000eaa00000 0x00000000eac00000 0x00000000eac00000 Relocatable + Small 0x00000000eac00000 0x00000000eae00000 0x00000000eae00000 Relocatable + Small 0x00000000eae00000 0x00000000eb000000 0x00000000eb000000 Relocatable + Small 0x00000000eb000000 0x00000000eb200000 0x00000000eb200000 Relocatable + Small 0x00000000eb200000 0x00000000eb400000 0x00000000eb400000 Relocatable + Small 0x00000000eb400000 0x00000000eb600000 0x00000000eb600000 Relocatable + Small 0x00000000eb600000 0x00000000eb800000 0x00000000eb800000 Relocatable + Small 0x00000000eb800000 0x00000000eba00000 0x00000000eba00000 Relocatable + Small 0x00000000eba00000 0x00000000ebc00000 0x00000000ebc00000 Relocatable + Small 0x00000000ebc00000 0x00000000ebdfff58 0x00000000ebe00000 Relocatable + Small 0x00000000ebe00000 0x00000000ec000000 0x00000000ec000000 Relocatable + Small 0x00000000ec000000 0x00000000ec200000 0x00000000ec200000 Relocatable + Small 0x00000000ec200000 0x00000000ec400000 0x00000000ec400000 Relocatable + Small 0x00000000ec400000 0x00000000ec600000 0x00000000ec600000 Relocatable + Small 0x00000000ec600000 0x00000000ec800000 0x00000000ec800000 Relocatable + Small 0x00000000ec800000 0x00000000eca00000 0x00000000eca00000 Relocatable + Small 0x00000000eca00000 0x00000000ecc00000 0x00000000ecc00000 Relocatable + Small 0x00000000ecc00000 0x00000000ece00000 0x00000000ece00000 Relocatable + Small 0x00000000ece00000 0x00000000ed000000 0x00000000ed000000 Relocatable + Small 0x00000000ed000000 0x00000000ed200000 0x00000000ed200000 Relocatable + Small 0x00000000ed200000 0x00000000ed400000 0x00000000ed400000 Relocatable + Small 0x00000000ed400000 0x00000000ed600000 0x00000000ed600000 Relocatable + Small 0x00000000ed600000 0x00000000ed800000 0x00000000ed800000 Relocatable + Small 0x00000000ed800000 0x00000000eda00000 0x00000000eda00000 Relocatable + Small 0x00000000eda00000 0x00000000edc00000 0x00000000edc00000 Relocatable + Small 0x00000000edc00000 0x00000000ede00000 0x00000000ede00000 Relocatable + Small 0x00000000ede00000 0x00000000ee000000 0x00000000ee000000 Relocatable + Small 0x00000000ee000000 0x00000000ee200000 0x00000000ee200000 Relocatable + Small 0x00000000ee200000 0x00000000ee400000 0x00000000ee400000 Relocatable + Small 0x00000000ee400000 0x00000000ee600000 0x00000000ee600000 Relocatable + Small 0x00000000ee600000 0x00000000ee800000 0x00000000ee800000 Relocatable + Small 0x00000000ee800000 0x00000000eea00000 0x00000000eea00000 Relocatable + Small 0x00000000eea00000 0x00000000eec00000 0x00000000eec00000 Relocatable + Small 0x00000000eec00000 0x00000000eee00000 0x00000000eee00000 Relocatable + Small 0x00000000eee00000 0x00000000ef000000 0x00000000ef000000 Relocatable + Small 0x00000000ef000000 0x00000000ef200000 0x00000000ef200000 Relocatable + Small 0x00000000ef200000 0x00000000ef400000 0x00000000ef400000 Relocatable + Small 0x00000000ef400000 0x00000000ef600000 0x00000000ef600000 Relocatable + Small 0x00000000ef600000 0x00000000ef800000 0x00000000ef800000 Relocatable + Small 0x00000000ef800000 0x00000000efa00000 0x00000000efa00000 Relocatable + Small 0x00000000efa00000 0x00000000efc00000 0x00000000efc00000 Relocatable + Small 0x00000000efc00000 0x00000000efe00000 0x00000000efe00000 Relocatable + Small 0x00000000efe00000 0x00000000f0000000 0x00000000f0000000 Relocatable + Small 0x00000000f0000000 0x00000000f0200000 0x00000000f0200000 Relocatable + Small 0x00000000f0200000 0x00000000f0400000 0x00000000f0400000 Relocatable + Small 0x00000000f0400000 0x00000000f0600000 0x00000000f0600000 Relocatable + Small 0x00000000f0600000 0x00000000f0800000 0x00000000f0800000 Relocatable + Small 0x00000000f0800000 0x00000000f09fffd0 0x00000000f0a00000 Relocatable + Small 0x00000000f0a00000 0x00000000f0c00000 0x00000000f0c00000 Relocatable + Small 0x00000000f0c00000 0x00000000f0e00000 0x00000000f0e00000 Relocatable + Small 0x00000000f0e00000 0x00000000f1000000 0x00000000f1000000 Relocatable + Small 0x00000000f1000000 0x00000000f1200000 0x00000000f1200000 Relocatable + Small 0x00000000f1200000 0x00000000f1400000 0x00000000f1400000 Relocatable + Small 0x00000000f1400000 0x00000000f1600000 0x00000000f1600000 Relocatable + Small 0x00000000f1600000 0x00000000f1800000 0x00000000f1800000 Relocatable + Small 0x00000000f1800000 0x00000000f1a00000 0x00000000f1a00000 Relocatable + Small 0x00000000f1a00000 0x00000000f1c00000 0x00000000f1c00000 Relocatable + Small 0x00000000f1c00000 0x00000000f1e00000 0x00000000f1e00000 Relocatable + Small 0x00000000f1e00000 0x00000000f2000000 0x00000000f2000000 Relocatable + Small 0x00000000f2000000 0x00000000f2200000 0x00000000f2200000 Relocatable + Small 0x00000000f2200000 0x00000000f23fffd8 0x00000000f2400000 Relocatable + Small 0x00000000f2400000 0x00000000f2600000 0x00000000f2600000 Relocatable + Small 0x00000000f2600000 0x00000000f2800000 0x00000000f2800000 Relocatable + Small 0x00000000f2800000 0x00000000f2a00000 0x00000000f2a00000 Relocatable + Small 0x00000000f2a00000 0x00000000f2c00000 0x00000000f2c00000 Relocatable + Small 0x00000000f2c00000 0x00000000f2e00000 0x00000000f2e00000 Relocatable + Small 0x00000000f2e00000 0x00000000f3000000 0x00000000f3000000 Relocatable + Small 0x00000000f3000000 0x00000000f3200000 0x00000000f3200000 Relocatable + Small 0x00000000f3200000 0x00000000f3400000 0x00000000f3400000 Relocatable + Small 0x00000000f3400000 0x00000000f3600000 0x00000000f3600000 Relocatable + Small 0x00000000f3600000 0x00000000f3800000 0x00000000f3800000 Relocatable + Small 0x00000000f3800000 0x00000000f3a00000 0x00000000f3a00000 Relocatable + Small 0x00000000f3a00000 0x00000000f3c00000 0x00000000f3c00000 Relocatable + Small 0x00000000f3c00000 0x00000000f3e00000 0x00000000f3e00000 Relocatable + Small 0x00000000f3e00000 0x00000000f4000000 0x00000000f4000000 Relocatable + Small 0x00000000f4000000 0x00000000f4200000 0x00000000f4200000 Relocatable + Small 0x00000000f4200000 0x00000000f4400000 0x00000000f4400000 Relocatable + Small 0x00000000f4400000 0x00000000f4600000 0x00000000f4600000 Relocatable + Small 0x00000000f4600000 0x00000000f4800000 0x00000000f4800000 Relocatable + Small 0x00000000f4800000 0x00000000f4a00000 0x00000000f4a00000 Relocatable + Small 0x00000000f4a00000 0x00000000f4bffff8 0x00000000f4c00000 Relocatable + Small 0x00000000f4c00000 0x00000000f4e00000 0x00000000f4e00000 Relocatable + Small 0x00000000f4e00000 0x00000000f4ffffe0 0x00000000f5000000 Relocatable + Small 0x00000000f5000000 0x00000000f5200000 0x00000000f5200000 Relocatable + Small 0x00000000f5200000 0x00000000f5400000 0x00000000f5400000 Relocatable + Small 0x00000000f5400000 0x00000000f5600000 0x00000000f5600000 Relocatable + Small 0x00000000f5600000 0x00000000f5800000 0x00000000f5800000 Relocatable + Small 0x00000000f5800000 0x00000000f5a00000 0x00000000f5a00000 Relocatable + Small 0x00000000f5a00000 0x00000000f5c00000 0x00000000f5c00000 Relocatable + Small 0x00000000f5c00000 0x00000000f5e00000 0x00000000f5e00000 Relocatable + Small 0x00000000f5e00000 0x00000000f6000000 0x00000000f6000000 Relocatable + Small 0x00000000f6000000 0x00000000f6200000 0x00000000f6200000 Relocatable + Small 0x00000000f6200000 0x00000000f6400000 0x00000000f6400000 Relocatable + Small 0x00000000f6400000 0x00000000f6600000 0x00000000f6600000 Relocatable + Small 0x00000000f6600000 0x00000000f6800000 0x00000000f6800000 Relocatable + Small 0x00000000f6800000 0x00000000f6a00000 0x00000000f6a00000 Relocatable + Small 0x00000000f6a00000 0x00000000f6c00000 0x00000000f6c00000 Relocatable + Small 0x00000000f6c00000 0x00000000f6e00000 0x00000000f6e00000 Relocatable + Small 0x00000000f6e00000 0x00000000f7000000 0x00000000f7000000 Relocatable + Small 0x00000000f7000000 0x00000000f7200000 0x00000000f7200000 Relocatable + Small 0x00000000f7200000 0x00000000f7400000 0x00000000f7400000 Relocatable + Small 0x00000000f7400000 0x00000000f7600000 0x00000000f7600000 Relocatable + Small 0x00000000f7600000 0x00000000f7800000 0x00000000f7800000 Relocatable + Small 0x00000000f7800000 0x00000000f79fffe0 0x00000000f7a00000 Relocatable + Small 0x00000000f7a00000 0x00000000f7c00000 0x00000000f7c00000 Relocatable + Small 0x00000000f7c00000 0x00000000f7e00000 0x00000000f7e00000 Relocatable + Small 0x00000000f7e00000 0x00000000f8000000 0x00000000f8000000 Relocatable + Small 0x00000000f8000000 0x00000000f8200000 0x00000000f8200000 Relocatable + Small 0x00000000f8200000 0x00000000f8400000 0x00000000f8400000 Relocatable + Small 0x00000000f8400000 0x00000000f8600000 0x00000000f8600000 Relocatable + Small 0x00000000f8600000 0x00000000f8800000 0x00000000f8800000 Relocatable + Small 0x00000000f8800000 0x00000000f8a00000 0x00000000f8a00000 Relocatable + Small 0x00000000f8a00000 0x00000000f8bfffd8 0x00000000f8c00000 Relocatable + Small 0x00000000f8c00000 0x00000000f8e00000 0x00000000f8e00000 Relocatable + Small 0x00000000f8e00000 0x00000000f9000000 0x00000000f9000000 Relocatable + Small 0x00000000f9000000 0x00000000f9200000 0x00000000f9200000 Relocatable + Small 0x00000000f9200000 0x00000000f93ffff0 0x00000000f9400000 Relocatable + Small 0x00000000f9400000 0x00000000f95ffff8 0x00000000f9600000 Relocatable + Small 0x00000000f9600000 0x00000000f9800000 0x00000000f9800000 Relocatable + Small 0x00000000f9800000 0x00000000f99ffff8 0x00000000f9a00000 Relocatable + Small 0x00000000f9a00000 0x00000000f9c00000 0x00000000f9c00000 Relocatable + Small 0x00000000f9c00000 0x00000000f9e00000 0x00000000f9e00000 Relocatable + Small 0x00000000f9e00000 0x00000000fa000000 0x00000000fa000000 Relocatable + Small 0x00000000fa000000 0x00000000fa200000 0x00000000fa200000 Relocatable + Small 0x00000000fa200000 0x00000000fa3ffff0 0x00000000fa400000 Relocatable + Small 0x00000000fa400000 0x00000000fa600000 0x00000000fa600000 Relocatable + Small 0x00000000fa600000 0x00000000fa800000 0x00000000fa800000 Relocatable + Small 0x00000000fa800000 0x00000000faa00000 0x00000000faa00000 Relocatable + Small 0x00000000faa00000 0x00000000fac00000 0x00000000fac00000 Relocatable + Small 0x00000000fac00000 0x00000000fae00000 0x00000000fae00000 Relocatable + Small 0x00000000fae00000 0x00000000fb000000 0x00000000fb000000 Relocatable + Small 0x00000000fb000000 0x00000000fb200000 0x00000000fb200000 Relocatable + Small 0x00000000fb200000 0x00000000fb400000 0x00000000fb400000 Relocatable + Small 0x00000000fb400000 0x00000000fb600000 0x00000000fb600000 Relocatable + Small 0x00000000fb600000 0x00000000fb800000 0x00000000fb800000 Relocatable + Small 0x00000000fb800000 0x00000000fba00000 0x00000000fba00000 Relocatable + Small 0x00000000fba00000 0x00000000fbc00000 0x00000000fbc00000 Relocatable + Small 0x00000000fbc00000 0x00000000fbe00000 0x00000000fbe00000 Relocatable + Small 0x00000000fbe00000 0x00000000fc000000 0x00000000fc000000 Relocatable + Small 0x00000000fc000000 0x00000000fc200000 0x00000000fc200000 Relocatable + Small 0x00000000fc200000 0x00000000fc400000 0x00000000fc400000 Relocatable + Small 0x00000000fc400000 0x00000000fc5ffff0 0x00000000fc600000 Relocatable + Small 0x00000000fc600000 0x00000000fc800000 0x00000000fc800000 Relocatable + Small 0x00000000fc800000 0x00000000fca00000 0x00000000fca00000 Relocatable + Small 0x00000000fca00000 0x00000000fcc00000 0x00000000fcc00000 Relocatable + Small 0x00000000fcc00000 0x00000000fce00000 0x00000000fce00000 Relocatable + Small 0x00000000fce00000 0x00000000fd000000 0x00000000fd000000 Relocatable + Small 0x00000000fd000000 0x00000000fd200000 0x00000000fd200000 Relocatable + Small 0x00000000fd200000 0x00000000fd400000 0x00000000fd400000 Relocatable + Small 0x00000000fd400000 0x00000000fd600000 0x00000000fd600000 Relocatable + Small 0x00000000fd600000 0x00000000fd800000 0x00000000fd800000 Relocatable + Small 0x00000000fd800000 0x00000000fda00000 0x00000000fda00000 Relocatable + Small 0x00000000fda00000 0x00000000fdc00000 0x00000000fdc00000 Relocatable + Small 0x00000000fdc00000 0x00000000fde00000 0x00000000fde00000 Relocatable + Small 0x00000000fde00000 0x00000000fdffef48 0x00000000fe000000 Relocatable + Small 0x00000000fe000000 0x00000000fe200000 0x00000000fe200000 Relocatable + Small 0x00000000fe200000 0x00000000fe400000 0x00000000fe400000 Relocatable + Small 0x00000000fe400000 0x00000000fe5ffff0 0x00000000fe600000 Relocatable + Small 0x00000000fe600000 0x00000000fe7fffb8 0x00000000fe800000 Relocatable + Small 0x00000000fe800000 0x00000000fe9fffe8 0x00000000fea00000 Relocatable + Small 0x00000000fea00000 0x00000000fec00000 0x00000000fec00000 Relocatable + Small 0x00000000fec00000 0x00000000fee00000 0x00000000fee00000 Relocatable + Small 0x00000000fee00000 0x00000000ff000000 0x00000000ff000000 Relocatable + Small 0x00000000ff000000 0x00000000ff200000 0x00000000ff200000 Relocatable + Small 0x00000000ff200000 0x00000000ff3fffd0 0x00000000ff400000 Relocatable + Small 0x00000000ff400000 0x00000000ff600000 0x00000000ff600000 Relocatable + Small 0x00000000ff600000 0x00000000ff800000 0x00000000ff800000 Relocatable + Small 0x00000000ff800000 0x00000000ffa00000 0x00000000ffa00000 Relocatable + Small 0x00000000ffa00000 0x00000000ffc00000 0x00000000ffc00000 Relocatable + Small 0x00000000ffc00000 0x00000000ffe00000 0x00000000ffe00000 Relocatable + Small 0x00000000ffe00000 0x0000000100000000 0x0000000100000000 Relocatable + Small 0x0000000100000000 0x00000001001fffd8 0x0000000100200000 Relocatable + Small 0x0000000100200000 0x0000000100400000 0x0000000100400000 Relocatable + Small 0x0000000100400000 0x0000000100600000 0x0000000100600000 Relocatable + Small 0x0000000100600000 0x0000000100800000 0x0000000100800000 Relocatable + Small 0x0000000100800000 0x0000000100a00000 0x0000000100a00000 Relocatable + Small 0x0000000100a00000 0x0000000100c00000 0x0000000100c00000 Relocatable + Small 0x0000000100c00000 0x0000000100e00000 0x0000000100e00000 Relocatable + Small 0x0000000100e00000 0x0000000101000000 0x0000000101000000 Relocatable + Small 0x0000000101000000 0x0000000101200000 0x0000000101200000 Relocatable + Small 0x0000000101200000 0x0000000101400000 0x0000000101400000 Relocatable + Small 0x0000000101400000 0x0000000101600000 0x0000000101600000 Relocatable + Small 0x0000000101600000 0x0000000101800000 0x0000000101800000 Relocatable + Small 0x0000000101800000 0x0000000101a00000 0x0000000101a00000 Relocatable + Small 0x0000000101a00000 0x0000000101c00000 0x0000000101c00000 Relocatable + Small 0x0000000101c00000 0x0000000101e00000 0x0000000101e00000 Relocatable + Small 0x0000000101e00000 0x0000000102000000 0x0000000102000000 Relocatable + Small 0x0000000102000000 0x0000000102200000 0x0000000102200000 Relocatable + Small 0x0000000102200000 0x0000000102400000 0x0000000102400000 Relocatable + Small 0x0000000102400000 0x0000000102600000 0x0000000102600000 Relocatable + Small 0x0000000102600000 0x0000000102800000 0x0000000102800000 Relocatable + Small 0x0000000102800000 0x0000000102a00000 0x0000000102a00000 Relocatable + Small 0x0000000102a00000 0x0000000102c00000 0x0000000102c00000 Relocatable + Small 0x0000000102c00000 0x0000000102e00000 0x0000000102e00000 Relocatable + Small 0x0000000102e00000 0x0000000103000000 0x0000000103000000 Relocatable + Small 0x0000000103000000 0x0000000103200000 0x0000000103200000 Relocatable + Small 0x0000000103200000 0x0000000103400000 0x0000000103400000 Relocatable + Small 0x0000000103400000 0x0000000103600000 0x0000000103600000 Relocatable + Small 0x0000000103600000 0x00000001037fffe0 0x0000000103800000 Relocatable + Small 0x0000000103800000 0x00000001039ffff8 0x0000000103a00000 Relocatable + Small 0x0000000103a00000 0x0000000103c00000 0x0000000103c00000 Relocatable + Small 0x0000000103c00000 0x0000000103e00000 0x0000000103e00000 Relocatable + Small 0x0000000103e00000 0x0000000104000000 0x0000000104000000 Relocatable + Small 0x0000000104000000 0x0000000104200000 0x0000000104200000 Relocatable + Small 0x0000000104200000 0x0000000104400000 0x0000000104400000 Relocatable + Small 0x0000000104400000 0x0000000104600000 0x0000000104600000 Relocatable + Small 0x0000000104600000 0x0000000104800000 0x0000000104800000 Relocatable + Small 0x0000000104800000 0x0000000104a00000 0x0000000104a00000 Relocatable + Small 0x0000000104a00000 0x0000000104c00000 0x0000000104c00000 Relocatable + Small 0x0000000104c00000 0x0000000104e00000 0x0000000104e00000 Relocatable + Small 0x0000000104e00000 0x0000000104ffffc0 0x0000000105000000 Relocatable + Small 0x0000000105000000 0x0000000105200000 0x0000000105200000 Relocatable + Small 0x0000000105200000 0x00000001053ffff8 0x0000000105400000 Relocatable + Small 0x0000000105400000 0x0000000105600000 0x0000000105600000 Relocatable + Small 0x0000000105600000 0x0000000105800000 0x0000000105800000 Relocatable + Small 0x0000000105800000 0x0000000105a00000 0x0000000105a00000 Relocatable + Small 0x0000000105a00000 0x0000000105bfffe0 0x0000000105c00000 Relocatable + Small 0x0000000105c00000 0x0000000105e00000 0x0000000105e00000 Relocatable + Small 0x0000000105e00000 0x0000000106000000 0x0000000106000000 Relocatable + Small 0x0000000106000000 0x0000000106200000 0x0000000106200000 Relocatable + Small 0x0000000106200000 0x0000000106400000 0x0000000106400000 Relocatable + Small 0x0000000106400000 0x0000000106600000 0x0000000106600000 Relocatable + Small 0x0000000106600000 0x0000000106800000 0x0000000106800000 Relocatable + Small 0x0000000106800000 0x0000000106a00000 0x0000000106a00000 Relocatable + Small 0x0000000106a00000 0x0000000106c00000 0x0000000106c00000 Relocatable + Small 0x0000000106c00000 0x0000000106e00000 0x0000000106e00000 Relocatable + Small 0x0000000106e00000 0x0000000107000000 0x0000000107000000 Relocatable + Small 0x0000000107000000 0x0000000107200000 0x0000000107200000 Relocatable + Small 0x0000000107200000 0x00000001073ffff0 0x0000000107400000 Relocatable + Small 0x0000000107400000 0x0000000107600000 0x0000000107600000 Relocatable + Small 0x0000000107600000 0x000000010778ed28 0x0000000107800000 Relocatable + Small 0x0000000107800000 0x0000000107a00000 0x0000000107a00000 Relocatable + Small 0x0000000107a00000 0x0000000107c00000 0x0000000107c00000 Relocatable + Small 0x0000000107c00000 0x0000000107dffff8 0x0000000107e00000 Relocatable + Small 0x0000000107e00000 0x0000000108000000 0x0000000108000000 Relocatable + Small 0x0000000108000000 0x0000000108200000 0x0000000108200000 Relocatable + Small 0x0000000108200000 0x0000000108400000 0x0000000108400000 Relocatable + Small 0x0000000108400000 0x0000000108600000 0x0000000108600000 Relocatable + Small 0x0000000108600000 0x00000001087fffe8 0x0000000108800000 Relocatable + Small 0x0000000108800000 0x0000000108a00000 0x0000000108a00000 Relocatable + Small 0x0000000108a00000 0x0000000108bffff8 0x0000000108c00000 Relocatable + Small 0x0000000108c00000 0x0000000108dfffe8 0x0000000108e00000 Relocatable + Small 0x0000000108e00000 0x0000000109000000 0x0000000109000000 Relocatable + Small 0x0000000109000000 0x0000000109200000 0x0000000109200000 Relocatable + Small 0x0000000109200000 0x0000000109400000 0x0000000109400000 Relocatable + Small 0x0000000109400000 0x0000000109600000 0x0000000109600000 Relocatable + Small 0x0000000109600000 0x0000000109800000 0x0000000109800000 Relocatable + Small 0x0000000109800000 0x0000000109a00000 0x0000000109a00000 Relocatable + Small 0x0000000109a00000 0x0000000109c00000 0x0000000109c00000 Relocatable + Small 0x0000000109c00000 0x0000000109e00000 0x0000000109e00000 Relocatable + Small 0x0000000109e00000 0x000000010a000000 0x000000010a000000 Relocatable + Small 0x000000010a000000 0x000000010a200000 0x000000010a200000 Relocatable + Small 0x000000010a200000 0x000000010a400000 0x000000010a400000 Relocatable + Small 0x000000010a400000 0x000000010a600000 0x000000010a600000 Relocatable + Small 0x000000010a600000 0x000000010a800000 0x000000010a800000 Relocatable + Small 0x000000010a800000 0x000000010aa00000 0x000000010aa00000 Relocatable + Small 0x000000010aa00000 0x000000010ac00000 0x000000010ac00000 Relocatable + Small 0x000000010ac00000 0x000000010ae00000 0x000000010ae00000 Relocatable + Small 0x000000010ae00000 0x000000010b000000 0x000000010b000000 Relocatable + Small 0x000000010b000000 0x000000010b200000 0x000000010b200000 Relocatable + Small 0x000000010b200000 0x000000010b400000 0x000000010b400000 Relocatable + Small 0x000000010b400000 0x000000010b600000 0x000000010b600000 Relocatable + Small 0x000000010b600000 0x000000010b800000 0x000000010b800000 Relocatable + Small 0x000000010b800000 0x000000010ba00000 0x000000010ba00000 Relocatable + Small 0x000000010ba00000 0x000000010bc00000 0x000000010bc00000 Relocatable + Small 0x000000010bc00000 0x000000010be00000 0x000000010be00000 Relocatable + Small 0x000000010be00000 0x000000010c000000 0x000000010c000000 Relocatable + Small 0x000000010c000000 0x000000010c200000 0x000000010c200000 Relocatable + Small 0x000000010c200000 0x000000010c400000 0x000000010c400000 Relocatable + Small 0x000000010c400000 0x000000010c600000 0x000000010c600000 Relocatable + Small 0x000000010c600000 0x000000010c800000 0x000000010c800000 Relocatable + Small 0x000000010c800000 0x000000010ca00000 0x000000010ca00000 Relocatable + Small 0x000000010ca00000 0x000000010cc00000 0x000000010cc00000 Relocatable + Small 0x000000010cc00000 0x000000010ce00000 0x000000010ce00000 Relocatable + Small 0x000000010ce00000 0x000000010d000000 0x000000010d000000 Relocatable + Small 0x000000010d000000 0x000000010d200000 0x000000010d200000 Relocatable + Small 0x000000010d200000 0x000000010d400000 0x000000010d400000 Relocatable + Small 0x000000010d400000 0x000000010d600000 0x000000010d600000 Relocatable + Small 0x000000010d600000 0x000000010d800000 0x000000010d800000 Relocatable + Small 0x000000010d800000 0x000000010da00000 0x000000010da00000 Relocatable + Small 0x000000010da00000 0x000000010dc00000 0x000000010dc00000 Relocatable + Small 0x000000010dc00000 0x000000010de00000 0x000000010de00000 Relocatable + Small 0x000000010de00000 0x000000010e000000 0x000000010e000000 Relocatable + Small 0x000000010e000000 0x000000010e200000 0x000000010e200000 Relocatable + Small 0x000000010e200000 0x000000010e400000 0x000000010e400000 Relocatable + Small 0x000000010e400000 0x000000010e600000 0x000000010e600000 Relocatable + Small 0x000000010e600000 0x000000010e800000 0x000000010e800000 Relocatable + Small 0x000000010e800000 0x000000010ea00000 0x000000010ea00000 Relocatable + Small 0x000000010ea00000 0x000000010ec00000 0x000000010ec00000 Relocatable + Small 0x000000010ec00000 0x000000010ee00000 0x000000010ee00000 Relocatable + Small 0x000000010ee00000 0x000000010f000000 0x000000010f000000 Relocatable + Small 0x000000010f000000 0x000000010f200000 0x000000010f200000 Relocatable + Small 0x000000010f200000 0x000000010f400000 0x000000010f400000 Relocatable + Small 0x000000010f400000 0x000000010f600000 0x000000010f600000 Relocatable + Small 0x000000010f600000 0x000000010f800000 0x000000010f800000 Relocatable + Small 0x000000010f800000 0x000000010fa00000 0x000000010fa00000 Relocatable + Small 0x000000010fa00000 0x000000010fc00000 0x000000010fc00000 Relocatable + Small 0x000000010fc00000 0x000000010fe00000 0x000000010fe00000 Relocatable + Small 0x000000010fe00000 0x0000000110000000 0x0000000110000000 Relocatable + Small 0x0000000110000000 0x0000000110200000 0x0000000110200000 Relocatable + Small 0x0000000110200000 0x0000000110400000 0x0000000110400000 Relocatable + Small 0x0000000110400000 0x0000000110600000 0x0000000110600000 Relocatable + Small 0x0000000110600000 0x0000000110800000 0x0000000110800000 Relocatable + Small 0x0000000110800000 0x0000000110a00000 0x0000000110a00000 Relocatable + Small 0x0000000110a00000 0x0000000110c00000 0x0000000110c00000 Relocatable + Small 0x0000000110c00000 0x0000000110e00000 0x0000000110e00000 Relocatable + Small 0x0000000110e00000 0x0000000111000000 0x0000000111000000 Relocatable + Small 0x0000000111000000 0x0000000111200000 0x0000000111200000 Relocatable + Small 0x0000000111200000 0x0000000111400000 0x0000000111400000 Relocatable + Small 0x0000000111400000 0x0000000111600000 0x0000000111600000 Relocatable + Small 0x0000000111600000 0x0000000111800000 0x0000000111800000 Relocatable + Small 0x0000000111800000 0x0000000111a00000 0x0000000111a00000 Relocatable + Small 0x0000000111a00000 0x0000000111c00000 0x0000000111c00000 Relocatable + Small 0x0000000111c00000 0x0000000111e00000 0x0000000111e00000 Relocatable + Small 0x0000000111e00000 0x0000000112000000 0x0000000112000000 Relocatable + Small 0x0000000112000000 0x0000000112200000 0x0000000112200000 Relocatable + Small 0x0000000112200000 0x0000000112400000 0x0000000112400000 Relocatable + Small 0x0000000112400000 0x0000000112600000 0x0000000112600000 Relocatable + Small 0x0000000112600000 0x0000000112800000 0x0000000112800000 Relocatable + Small 0x0000000112800000 0x0000000112a00000 0x0000000112a00000 Relocatable + Small 0x0000000112a00000 0x0000000112c00000 0x0000000112c00000 Relocatable + Small 0x0000000112c00000 0x0000000112e00000 0x0000000112e00000 Relocatable + Small 0x0000000112e00000 0x0000000113000000 0x0000000113000000 Relocatable + Small 0x0000000113000000 0x0000000113200000 0x0000000113200000 Relocatable + Small 0x0000000113200000 0x0000000113400000 0x0000000113400000 Relocatable + Small 0x0000000113400000 0x0000000113600000 0x0000000113600000 Relocatable + Small 0x0000000113600000 0x0000000113800000 0x0000000113800000 Relocatable + Small 0x0000000113800000 0x0000000113a00000 0x0000000113a00000 Relocatable + Small 0x0000000113a00000 0x0000000113c00000 0x0000000113c00000 Relocatable + Small 0x0000000113c00000 0x0000000113e00000 0x0000000113e00000 Relocatable + Small 0x0000000113e00000 0x0000000114000000 0x0000000114000000 Relocatable + Small 0x0000000114000000 0x00000001141feee0 0x0000000114200000 Relocatable + Small 0x0000000114200000 0x0000000114400000 0x0000000114400000 Relocatable + Small 0x0000000114400000 0x0000000114600000 0x0000000114600000 Relocatable + Small 0x0000000114600000 0x0000000114800000 0x0000000114800000 Relocatable + Small 0x0000000114800000 0x0000000114a00000 0x0000000114a00000 Relocatable + Small 0x0000000114a00000 0x0000000114c00000 0x0000000114c00000 Relocatable + Small 0x0000000114c00000 0x0000000114e00000 0x0000000114e00000 Relocatable + Small 0x0000000114e00000 0x0000000115000000 0x0000000115000000 Relocatable + Small 0x0000000115000000 0x0000000115200000 0x0000000115200000 Relocatable + Small 0x0000000115200000 0x0000000115400000 0x0000000115400000 Relocatable + Small 0x0000000115400000 0x0000000115600000 0x0000000115600000 Relocatable + Small 0x0000000115600000 0x0000000115800000 0x0000000115800000 Relocatable + Small 0x0000000115800000 0x0000000115a00000 0x0000000115a00000 Relocatable + Small 0x0000000115a00000 0x0000000115c00000 0x0000000115c00000 Relocatable + Small 0x0000000115c00000 0x0000000115e00000 0x0000000115e00000 Relocatable + Small 0x0000000115e00000 0x0000000116000000 0x0000000116000000 Relocatable + Small 0x0000000116000000 0x0000000116200000 0x0000000116200000 Relocatable + Small 0x0000000116200000 0x0000000116400000 0x0000000116400000 Relocatable + Small 0x0000000116400000 0x0000000116600000 0x0000000116600000 Relocatable + Small 0x0000000116600000 0x0000000116800000 0x0000000116800000 Relocatable + Small 0x0000000116800000 0x0000000116a00000 0x0000000116a00000 Relocatable + Small 0x0000000116a00000 0x0000000116c00000 0x0000000116c00000 Relocatable + Small 0x0000000116c00000 0x0000000116e00000 0x0000000116e00000 Relocatable + Small 0x0000000116e00000 0x0000000117000000 0x0000000117000000 Relocatable + Small 0x0000000117000000 0x0000000117200000 0x0000000117200000 Relocatable + Small 0x0000000117200000 0x0000000117400000 0x0000000117400000 Relocatable + Small 0x0000000117400000 0x0000000117600000 0x0000000117600000 Relocatable + Small 0x0000000117600000 0x0000000117800000 0x0000000117800000 Relocatable + Small 0x0000000117800000 0x0000000117a00000 0x0000000117a00000 Relocatable + Small 0x0000000117a00000 0x0000000117c00000 0x0000000117c00000 Relocatable + Small 0x0000000117c00000 0x0000000117e00000 0x0000000117e00000 Relocatable + Small 0x0000000117e00000 0x0000000118000000 0x0000000118000000 Relocatable + Small 0x0000000118000000 0x0000000118200000 0x0000000118200000 Relocatable + Small 0x0000000118200000 0x0000000118400000 0x0000000118400000 Relocatable + Small 0x0000000118400000 0x0000000118600000 0x0000000118600000 Relocatable + Small 0x0000000118600000 0x0000000118800000 0x0000000118800000 Relocatable + Small 0x0000000118800000 0x0000000118a00000 0x0000000118a00000 Relocatable + Small 0x0000000118a00000 0x0000000118c00000 0x0000000118c00000 Relocatable + Small 0x0000000118c00000 0x0000000118e00000 0x0000000118e00000 Relocatable + Small 0x0000000118e00000 0x0000000119000000 0x0000000119000000 Relocatable + Small 0x0000000119000000 0x0000000119200000 0x0000000119200000 Relocatable + Small 0x0000000119200000 0x0000000119400000 0x0000000119400000 Relocatable + Small 0x0000000119400000 0x0000000119600000 0x0000000119600000 Relocatable + Small 0x0000000119600000 0x0000000119800000 0x0000000119800000 Relocatable + Small 0x0000000119800000 0x0000000119a00000 0x0000000119a00000 Relocatable + Small 0x0000000119a00000 0x0000000119c00000 0x0000000119c00000 Relocatable + Small 0x0000000119c00000 0x0000000119e00000 0x0000000119e00000 Relocatable + Small 0x0000000119e00000 0x000000011a000000 0x000000011a000000 Relocatable + Small 0x000000011a000000 0x000000011a200000 0x000000011a200000 Relocatable + Small 0x000000011a200000 0x000000011a400000 0x000000011a400000 Relocatable + Small 0x000000011a400000 0x000000011a600000 0x000000011a600000 Relocatable + Small 0x000000011a600000 0x000000011a800000 0x000000011a800000 Relocatable + Small 0x000000011a800000 0x000000011aa00000 0x000000011aa00000 Relocatable + Small 0x000000011aa00000 0x000000011ac00000 0x000000011ac00000 Relocatable + Small 0x000000011ac00000 0x000000011ae00000 0x000000011ae00000 Relocatable + Small 0x000000011ae00000 0x000000011b000000 0x000000011b000000 Relocatable + Small 0x000000011b000000 0x000000011b200000 0x000000011b200000 Relocatable + Small 0x000000011b200000 0x000000011b400000 0x000000011b400000 Relocatable + Small 0x000000011b400000 0x000000011b600000 0x000000011b600000 Relocatable + Small 0x000000011b600000 0x000000011b800000 0x000000011b800000 Relocatable + Small 0x000000011b800000 0x000000011ba00000 0x000000011ba00000 Relocatable + Small 0x000000011ba00000 0x000000011bc00000 0x000000011bc00000 Relocatable + Small 0x000000011bc00000 0x000000011be00000 0x000000011be00000 Relocatable + Small 0x000000011be00000 0x000000011c000000 0x000000011c000000 Relocatable + Small 0x000000011c000000 0x000000011c200000 0x000000011c200000 Relocatable + Small 0x000000011c200000 0x000000011c400000 0x000000011c400000 Relocatable + Small 0x000000011c400000 0x000000011c600000 0x000000011c600000 Relocatable + Small 0x000000011c600000 0x000000011c800000 0x000000011c800000 Relocatable + Small 0x000000011c800000 0x000000011ca00000 0x000000011ca00000 Relocatable + Small 0x000000011ca00000 0x000000011cc00000 0x000000011cc00000 Relocatable + Small 0x000000011cc00000 0x000000011ce00000 0x000000011ce00000 Relocatable + Small 0x000000011ce00000 0x000000011d000000 0x000000011d000000 Relocatable + Small 0x000000011d000000 0x000000011d200000 0x000000011d200000 Relocatable + Small 0x000000011d200000 0x000000011d400000 0x000000011d400000 Relocatable + Small 0x000000011d400000 0x000000011d600000 0x000000011d600000 Relocatable + Small 0x000000011d600000 0x000000011d800000 0x000000011d800000 Relocatable + Small 0x000000011d800000 0x000000011da00000 0x000000011da00000 Relocatable + Small 0x000000011da00000 0x000000011dc00000 0x000000011dc00000 Relocatable + Small 0x000000011dc00000 0x000000011de00000 0x000000011de00000 Relocatable + Small 0x000000011de00000 0x000000011e000000 0x000000011e000000 Relocatable + Small 0x000000011e000000 0x000000011e200000 0x000000011e200000 Relocatable + Small 0x000000011e200000 0x000000011e400000 0x000000011e400000 Relocatable + Small 0x000000011e400000 0x000000011e600000 0x000000011e600000 Relocatable + Small 0x000000011e600000 0x000000011e800000 0x000000011e800000 Relocatable + Small 0x000000011e800000 0x000000011ea00000 0x000000011ea00000 Relocatable + Small 0x000000011ea00000 0x000000011ec00000 0x000000011ec00000 Relocatable + Small 0x000000011ec00000 0x000000011ee00000 0x000000011ee00000 Relocatable + Small 0x000000011ee00000 0x000000011f000000 0x000000011f000000 Relocatable + Small 0x000000011f000000 0x000000011f200000 0x000000011f200000 Relocatable + Small 0x000000011f200000 0x000000011f400000 0x000000011f400000 Relocatable + Small 0x000000011f400000 0x000000011f600000 0x000000011f600000 Relocatable + Small 0x000000011f600000 0x000000011f800000 0x000000011f800000 Relocatable + Small 0x000000011f800000 0x000000011fa00000 0x000000011fa00000 Relocatable + Small 0x000000011fa00000 0x000000011fc00000 0x000000011fc00000 Relocatable + Small 0x000000011fc00000 0x000000011fe00000 0x000000011fe00000 Relocatable + Small 0x000000011fe00000 0x0000000120000000 0x0000000120000000 Relocatable + Small 0x0000000120000000 0x0000000120200000 0x0000000120200000 Relocatable + Small 0x0000000120200000 0x0000000120400000 0x0000000120400000 Relocatable + Small 0x0000000120400000 0x0000000120600000 0x0000000120600000 Relocatable + Small 0x0000000120600000 0x0000000120800000 0x0000000120800000 Relocatable + Small 0x0000000120800000 0x0000000120a00000 0x0000000120a00000 Relocatable + Small 0x0000000120a00000 0x0000000120c00000 0x0000000120c00000 Relocatable + Small 0x0000000120c00000 0x0000000120e00000 0x0000000120e00000 Relocatable + Small 0x0000000120e00000 0x0000000121000000 0x0000000121000000 Relocatable + Small 0x0000000121000000 0x0000000121200000 0x0000000121200000 Relocatable + Small 0x0000000121200000 0x0000000121400000 0x0000000121400000 Relocatable + Small 0x0000000121400000 0x0000000121600000 0x0000000121600000 Relocatable + Small 0x0000000121600000 0x0000000121800000 0x0000000121800000 Relocatable + Small 0x0000000121800000 0x0000000121a00000 0x0000000121a00000 Relocatable + Small 0x0000000121a00000 0x0000000121c00000 0x0000000121c00000 Relocatable + Small 0x0000000121c00000 0x0000000121e00000 0x0000000121e00000 Relocatable + Small 0x0000000121e00000 0x0000000122000000 0x0000000122000000 Relocatable + Small 0x0000000122000000 0x0000000122200000 0x0000000122200000 Relocatable + Small 0x0000000122200000 0x00000001223fffb8 0x0000000122400000 Relocatable + Small 0x0000000122400000 0x0000000122600000 0x0000000122600000 Relocatable + Small 0x0000000122600000 0x0000000122800000 0x0000000122800000 Relocatable + Small 0x0000000122800000 0x0000000122a00000 0x0000000122a00000 Relocatable + Small 0x0000000122a00000 0x0000000122c00000 0x0000000122c00000 Relocatable + Small 0x0000000122c00000 0x0000000122e00000 0x0000000122e00000 Relocatable + Small 0x0000000122e00000 0x0000000123000000 0x0000000123000000 Relocatable + Small 0x0000000123000000 0x0000000123200000 0x0000000123200000 Relocatable + Small 0x0000000123200000 0x0000000123400000 0x0000000123400000 Relocatable + Small 0x0000000123400000 0x0000000123600000 0x0000000123600000 Relocatable + Small 0x0000000123600000 0x0000000123800000 0x0000000123800000 Relocatable + Small 0x0000000123800000 0x0000000123a00000 0x0000000123a00000 Relocatable + Small 0x0000000123a00000 0x0000000123c00000 0x0000000123c00000 Relocatable + Small 0x0000000123c00000 0x0000000123e00000 0x0000000123e00000 Relocatable + Small 0x0000000123e00000 0x0000000124000000 0x0000000124000000 Relocatable + Small 0x0000000124000000 0x0000000124200000 0x0000000124200000 Relocatable + Small 0x0000000124200000 0x0000000124400000 0x0000000124400000 Relocatable + Small 0x0000000124400000 0x0000000124600000 0x0000000124600000 Relocatable + Small 0x0000000124600000 0x0000000124800000 0x0000000124800000 Relocatable + Small 0x0000000124800000 0x00000001249fffe8 0x0000000124a00000 Relocatable + Small 0x0000000124a00000 0x0000000124c00000 0x0000000124c00000 Relocatable + Small 0x0000000124c00000 0x0000000124e00000 0x0000000124e00000 Relocatable + Small 0x0000000124e00000 0x0000000125000000 0x0000000125000000 Relocatable + Small 0x0000000125000000 0x0000000125200000 0x0000000125200000 Relocatable + Small 0x0000000125200000 0x0000000125400000 0x0000000125400000 Relocatable + Small 0x0000000125400000 0x0000000125600000 0x0000000125600000 Relocatable + Small 0x0000000125600000 0x0000000125800000 0x0000000125800000 Relocatable + Small 0x0000000125800000 0x0000000125a00000 0x0000000125a00000 Relocatable + Small 0x0000000125a00000 0x0000000125c00000 0x0000000125c00000 Relocatable + Small 0x0000000125c00000 0x0000000125e00000 0x0000000125e00000 Relocatable + Small 0x0000000125e00000 0x0000000126000000 0x0000000126000000 Relocatable + Small 0x0000000126000000 0x0000000126200000 0x0000000126200000 Relocatable + Small 0x0000000126200000 0x0000000126400000 0x0000000126400000 Relocatable + Small 0x0000000126400000 0x0000000126600000 0x0000000126600000 Relocatable + Small 0x0000000126600000 0x0000000126800000 0x0000000126800000 Relocatable + Small 0x0000000126800000 0x0000000126a00000 0x0000000126a00000 Relocatable + Small 0x0000000126a00000 0x0000000126c00000 0x0000000126c00000 Relocatable + Small 0x0000000126c00000 0x0000000126e00000 0x0000000126e00000 Relocatable + Small 0x0000000126e00000 0x0000000127000000 0x0000000127000000 Relocatable + Small 0x0000000127000000 0x0000000127200000 0x0000000127200000 Relocatable + Small 0x0000000127200000 0x0000000127400000 0x0000000127400000 Relocatable + Small 0x0000000127400000 0x0000000127600000 0x0000000127600000 Relocatable + Small 0x0000000127600000 0x0000000127800000 0x0000000127800000 Relocatable + Small 0x0000000127800000 0x0000000127a00000 0x0000000127a00000 Relocatable + Small 0x0000000127a00000 0x0000000127c00000 0x0000000127c00000 Relocatable + Small 0x0000000127c00000 0x0000000127e00000 0x0000000127e00000 Relocatable + Small 0x0000000127e00000 0x0000000128000000 0x0000000128000000 Relocatable + Small 0x0000000128000000 0x0000000128200000 0x0000000128200000 Relocatable + Small 0x0000000128200000 0x0000000128400000 0x0000000128400000 Relocatable + Small 0x0000000128400000 0x0000000128600000 0x0000000128600000 Relocatable + Small 0x0000000128600000 0x0000000128800000 0x0000000128800000 Relocatable + Small 0x0000000128800000 0x0000000128a00000 0x0000000128a00000 Relocatable + Small 0x0000000128a00000 0x0000000128c00000 0x0000000128c00000 Relocatable + Small 0x0000000128c00000 0x0000000128e00000 0x0000000128e00000 Relocatable + Small 0x0000000128e00000 0x0000000129000000 0x0000000129000000 Relocatable + Small 0x0000000129000000 0x0000000129200000 0x0000000129200000 Relocatable + Small 0x0000000129200000 0x00000001293fff60 0x0000000129400000 Relocatable + Small 0x0000000129400000 0x0000000129600000 0x0000000129600000 Relocatable + Small 0x0000000129600000 0x0000000129800000 0x0000000129800000 Relocatable + Small 0x0000000129800000 0x0000000129a00000 0x0000000129a00000 Relocatable + Small 0x0000000129a00000 0x0000000129c00000 0x0000000129c00000 Relocatable + Small 0x0000000129c00000 0x0000000129e00000 0x0000000129e00000 Relocatable + Small 0x0000000129e00000 0x000000012a000000 0x000000012a000000 Relocatable + Small 0x000000012a000000 0x000000012a200000 0x000000012a200000 Relocatable + Small 0x000000012a200000 0x000000012a400000 0x000000012a400000 Relocatable + Small 0x000000012a400000 0x000000012a600000 0x000000012a600000 Relocatable + Small 0x000000012a600000 0x000000012a800000 0x000000012a800000 Relocatable + Small 0x000000012a800000 0x000000012aa00000 0x000000012aa00000 Relocatable + Small 0x000000012aa00000 0x000000012ac00000 0x000000012ac00000 Relocatable + Small 0x000000012ac00000 0x000000012ae00000 0x000000012ae00000 Relocatable + Small 0x000000012ae00000 0x000000012b000000 0x000000012b000000 Relocatable + Small 0x000000012b000000 0x000000012b200000 0x000000012b200000 Relocatable + Small 0x000000012b200000 0x000000012b400000 0x000000012b400000 Relocatable + Small 0x000000012b400000 0x000000012b600000 0x000000012b600000 Relocatable + Small 0x000000012b600000 0x000000012b800000 0x000000012b800000 Relocatable + Small 0x000000012b800000 0x000000012ba00000 0x000000012ba00000 Relocatable + Small 0x000000012ba00000 0x000000012bc00000 0x000000012bc00000 Relocatable + Small 0x000000012bc00000 0x000000012be00000 0x000000012be00000 Relocatable + Small 0x000000012be00000 0x000000012c000000 0x000000012c000000 Relocatable + Small 0x000000012c000000 0x000000012c200000 0x000000012c200000 Relocatable + Small 0x000000012c200000 0x000000012c400000 0x000000012c400000 Relocatable + Small 0x000000012c400000 0x000000012c600000 0x000000012c600000 Relocatable + Small 0x000000012c600000 0x000000012c800000 0x000000012c800000 Relocatable + Small 0x000000012c800000 0x000000012ca00000 0x000000012ca00000 Relocatable + Small 0x000000012ca00000 0x000000012cc00000 0x000000012cc00000 Relocatable + Small 0x000000012cc00000 0x000000012ce00000 0x000000012ce00000 Relocatable + Small 0x000000012ce00000 0x000000012d000000 0x000000012d000000 Relocatable + Small 0x000000012d000000 0x000000012d200000 0x000000012d200000 Relocatable + Small 0x000000012d200000 0x000000012d400000 0x000000012d400000 Relocatable + Small 0x000000012d400000 0x000000012d600000 0x000000012d600000 Relocatable + Small 0x000000012d600000 0x000000012d800000 0x000000012d800000 Relocatable + Small 0x000000012d800000 0x000000012da00000 0x000000012da00000 Relocatable + Small 0x000000012da00000 0x000000012dc00000 0x000000012dc00000 Relocatable + Small 0x000000012dc00000 0x000000012ddfffe8 0x000000012de00000 Relocatable + Small 0x000000012de00000 0x000000012e000000 0x000000012e000000 Relocatable + Small 0x000000012e000000 0x000000012e200000 0x000000012e200000 Relocatable + Small 0x000000012e200000 0x000000012e400000 0x000000012e400000 Relocatable + Small 0x000000012e400000 0x000000012e600000 0x000000012e600000 Relocatable + Small 0x000000012e600000 0x000000012e800000 0x000000012e800000 Relocatable + Small 0x000000012e800000 0x000000012ea00000 0x000000012ea00000 Relocatable + Small 0x000000012ea00000 0x000000012ec00000 0x000000012ec00000 Relocatable + Small 0x000000012ec00000 0x000000012ee00000 0x000000012ee00000 Relocatable + Small 0x000000012ee00000 0x000000012f000000 0x000000012f000000 Relocatable + Small 0x000000012f000000 0x000000012f200000 0x000000012f200000 Relocatable + Small 0x000000012f200000 0x000000012f400000 0x000000012f400000 Relocatable + Small 0x000000012f400000 0x000000012f600000 0x000000012f600000 Relocatable + Small 0x000000012f600000 0x000000012f800000 0x000000012f800000 Relocatable + Small 0x000000012f800000 0x000000012fa00000 0x000000012fa00000 Relocatable + Small 0x000000012fa00000 0x000000012fc00000 0x000000012fc00000 Relocatable + Small 0x000000012fc00000 0x000000012fe00000 0x000000012fe00000 Relocatable + Small 0x000000012fe00000 0x0000000130000000 0x0000000130000000 Relocatable + Small 0x0000000130000000 0x000000013017d628 0x0000000130200000 Relocatable + Small 0x0000000130200000 0x0000000130400000 0x0000000130400000 Relocatable + Small 0x0000000130400000 0x0000000130600000 0x0000000130600000 Relocatable + Small 0x0000000130600000 0x0000000130800000 0x0000000130800000 Relocatable + Small 0x0000000130800000 0x00000001309ffff8 0x0000000130a00000 Relocatable + Small 0x0000000130a00000 0x0000000130c00000 0x0000000130c00000 Relocatable + Small 0x0000000130c00000 0x0000000130e00000 0x0000000130e00000 Relocatable + Small 0x0000000130e00000 0x0000000131000000 0x0000000131000000 Relocatable + Small 0x0000000131000000 0x00000001311ffff8 0x0000000131200000 Relocatable + Small 0x0000000131200000 0x0000000131400000 0x0000000131400000 Relocatable + Small 0x0000000131400000 0x0000000131600000 0x0000000131600000 Relocatable + Small 0x0000000131600000 0x00000001317fffe0 0x0000000131800000 Relocatable + Small 0x0000000131800000 0x0000000131a00000 0x0000000131a00000 Relocatable + Small 0x0000000131a00000 0x0000000131c00000 0x0000000131c00000 Relocatable + Small 0x0000000131c00000 0x0000000131e00000 0x0000000131e00000 Relocatable + Small 0x0000000131e00000 0x0000000132000000 0x0000000132000000 Relocatable + Small 0x0000000132000000 0x0000000132200000 0x0000000132200000 Relocatable + Small 0x0000000132200000 0x0000000132400000 0x0000000132400000 Relocatable + Small 0x0000000132400000 0x0000000132600000 0x0000000132600000 Relocatable + Small 0x0000000132600000 0x0000000132800000 0x0000000132800000 Relocatable + Small 0x0000000132800000 0x0000000132a00000 0x0000000132a00000 Relocatable + Small 0x0000000132a00000 0x0000000132c00000 0x0000000132c00000 Relocatable + Small 0x0000000132c00000 0x0000000132e00000 0x0000000132e00000 Relocatable + Small 0x0000000132e00000 0x0000000133000000 0x0000000133000000 Relocatable + Small 0x0000000133000000 0x0000000133200000 0x0000000133200000 Relocatable + Small 0x0000000133200000 0x0000000133400000 0x0000000133400000 Relocatable + Small 0x0000000133400000 0x0000000133600000 0x0000000133600000 Relocatable + Small 0x0000000133600000 0x0000000133800000 0x0000000133800000 Relocatable + Small 0x0000000133800000 0x0000000133a00000 0x0000000133a00000 Relocatable + Small 0x0000000133a00000 0x0000000133c00000 0x0000000133c00000 Relocatable + Small 0x0000000133c00000 0x0000000133e00000 0x0000000133e00000 Relocatable + Small 0x0000000133e00000 0x0000000134000000 0x0000000134000000 Relocatable + Small 0x0000000134000000 0x0000000134200000 0x0000000134200000 Relocatable + Small 0x0000000134200000 0x0000000134400000 0x0000000134400000 Relocatable + Small 0x0000000134400000 0x0000000134600000 0x0000000134600000 Relocatable + Small 0x0000000134600000 0x0000000134800000 0x0000000134800000 Relocatable + Small 0x0000000134800000 0x0000000134a00000 0x0000000134a00000 Relocatable + Small 0x0000000134a00000 0x0000000134c00000 0x0000000134c00000 Relocatable + Small 0x0000000134c00000 0x0000000134e00000 0x0000000134e00000 Relocatable + Small 0x0000000134e00000 0x0000000134ffffe0 0x0000000135000000 Relocatable + Small 0x0000000135000000 0x0000000135200000 0x0000000135200000 Relocatable + Small 0x0000000135200000 0x0000000135400000 0x0000000135400000 Relocatable + Small 0x0000000135400000 0x0000000135600000 0x0000000135600000 Relocatable + Small 0x0000000135600000 0x0000000135800000 0x0000000135800000 Relocatable + Small 0x0000000135800000 0x0000000135a00000 0x0000000135a00000 Relocatable + Small 0x0000000135a00000 0x0000000135c00000 0x0000000135c00000 Relocatable + Small 0x0000000135c00000 0x0000000135e00000 0x0000000135e00000 Relocatable + Small 0x0000000135e00000 0x0000000136000000 0x0000000136000000 Relocatable + Small 0x0000000136000000 0x0000000136200000 0x0000000136200000 Relocatable + Small 0x0000000136200000 0x0000000136400000 0x0000000136400000 Relocatable + Small 0x0000000136400000 0x0000000136600000 0x0000000136600000 Relocatable + Small 0x0000000136600000 0x0000000136800000 0x0000000136800000 Relocatable + Small 0x0000000136800000 0x0000000136a00000 0x0000000136a00000 Relocatable + Small 0x0000000136a00000 0x0000000136c00000 0x0000000136c00000 Relocatable + Small 0x0000000136c00000 0x0000000136e00000 0x0000000136e00000 Relocatable + Small 0x0000000136e00000 0x0000000137000000 0x0000000137000000 Relocatable + Small 0x0000000137000000 0x0000000137200000 0x0000000137200000 Relocatable + Small 0x0000000137200000 0x0000000137400000 0x0000000137400000 Relocatable + Small 0x0000000137400000 0x0000000137600000 0x0000000137600000 Relocatable + Small 0x0000000137600000 0x0000000137800000 0x0000000137800000 Relocatable + Small 0x0000000137800000 0x0000000137a00000 0x0000000137a00000 Relocatable + Small 0x0000000137a00000 0x0000000137c00000 0x0000000137c00000 Relocatable + Small 0x0000000137c00000 0x0000000137e00000 0x0000000137e00000 Relocatable + Small 0x0000000137e00000 0x0000000138000000 0x0000000138000000 Relocatable + Small 0x0000000138000000 0x0000000138200000 0x0000000138200000 Relocatable + Small 0x0000000138200000 0x0000000138400000 0x0000000138400000 Relocatable + Small 0x0000000138400000 0x0000000138600000 0x0000000138600000 Relocatable + Small 0x0000000138600000 0x0000000138800000 0x0000000138800000 Relocatable + Small 0x0000000138800000 0x0000000138a00000 0x0000000138a00000 Relocatable + Small 0x0000000138a00000 0x0000000138c00000 0x0000000138c00000 Relocatable + Small 0x0000000138c00000 0x0000000138e00000 0x0000000138e00000 Relocatable + Small 0x0000000138e00000 0x0000000139000000 0x0000000139000000 Relocatable + Small 0x0000000139000000 0x0000000139200000 0x0000000139200000 Relocatable + Small 0x0000000139200000 0x0000000139400000 0x0000000139400000 Relocatable + Small 0x0000000139400000 0x0000000139600000 0x0000000139600000 Relocatable + Small 0x0000000139600000 0x0000000139800000 0x0000000139800000 Relocatable + Small 0x0000000139800000 0x0000000139a00000 0x0000000139a00000 Relocatable + Small 0x0000000139a00000 0x0000000139c00000 0x0000000139c00000 Relocatable + Small 0x0000000139c00000 0x0000000139e00000 0x0000000139e00000 Relocatable + Small 0x0000000139e00000 0x000000013a000000 0x000000013a000000 Relocatable + Small 0x000000013a000000 0x000000013a200000 0x000000013a200000 Relocatable + Small 0x000000013a200000 0x000000013a400000 0x000000013a400000 Relocatable + Small 0x000000013a400000 0x000000013a600000 0x000000013a600000 Relocatable + Small 0x000000013a600000 0x000000013a800000 0x000000013a800000 Relocatable + Small 0x000000013a800000 0x000000013aa00000 0x000000013aa00000 Relocatable + Small 0x000000013aa00000 0x000000013ac00000 0x000000013ac00000 Relocatable + Small 0x000000013ac00000 0x000000013ae00000 0x000000013ae00000 Relocatable + Small 0x000000013ae00000 0x000000013b000000 0x000000013b000000 Relocatable + Small 0x000000013b000000 0x000000013b200000 0x000000013b200000 Relocatable + Small 0x000000013b200000 0x000000013b400000 0x000000013b400000 Relocatable + Small 0x000000013b400000 0x000000013b600000 0x000000013b600000 Relocatable + Small 0x000000013b600000 0x000000013b800000 0x000000013b800000 Relocatable + Small 0x000000013b800000 0x000000013ba00000 0x000000013ba00000 Relocatable + Small 0x000000013ba00000 0x000000013bc00000 0x000000013bc00000 Relocatable + Small 0x000000013bc00000 0x000000013be00000 0x000000013be00000 Relocatable + Small 0x000000013be00000 0x000000013c000000 0x000000013c000000 Relocatable + Small 0x000000013c000000 0x000000013c200000 0x000000013c200000 Relocatable + Small 0x000000013c200000 0x000000013c400000 0x000000013c400000 Relocatable + Small 0x000000013c400000 0x000000013c600000 0x000000013c600000 Relocatable + Small 0x000000013c600000 0x000000013c800000 0x000000013c800000 Relocatable + Small 0x000000013c800000 0x000000013ca00000 0x000000013ca00000 Relocatable + Small 0x000000013ca00000 0x000000013cc00000 0x000000013cc00000 Relocatable + Small 0x000000013cc00000 0x000000013ce00000 0x000000013ce00000 Relocatable + Small 0x000000013ce00000 0x000000013d000000 0x000000013d000000 Relocatable + Small 0x000000013d000000 0x000000013d200000 0x000000013d200000 Relocatable + Small 0x000000013d200000 0x000000013d400000 0x000000013d400000 Relocatable + Small 0x000000013d400000 0x000000013d600000 0x000000013d600000 Relocatable + Small 0x000000013d600000 0x000000013d800000 0x000000013d800000 Relocatable + Small 0x000000013d800000 0x000000013da00000 0x000000013da00000 Relocatable + Small 0x000000013da00000 0x000000013dc00000 0x000000013dc00000 Relocatable + Small 0x000000013dc00000 0x000000013de00000 0x000000013de00000 Relocatable + Small 0x000000013de00000 0x000000013e000000 0x000000013e000000 Relocatable + Small 0x000000013e000000 0x000000013e200000 0x000000013e200000 Relocatable + Small 0x000000013e200000 0x000000013e400000 0x000000013e400000 Relocatable + Small 0x000000013e400000 0x000000013e600000 0x000000013e600000 Relocatable + Small 0x000000013e600000 0x000000013e800000 0x000000013e800000 Relocatable + Small 0x000000013e800000 0x000000013ea00000 0x000000013ea00000 Relocatable + Small 0x000000013ea00000 0x000000013ec00000 0x000000013ec00000 Relocatable + Small 0x000000013ec00000 0x000000013ee00000 0x000000013ee00000 Relocatable + Small 0x000000013ee00000 0x000000013f000000 0x000000013f000000 Relocatable + Small 0x000000013f000000 0x000000013f200000 0x000000013f200000 Relocatable + Small 0x000000013f200000 0x000000013f400000 0x000000013f400000 Relocatable + Small 0x000000013f400000 0x000000013f600000 0x000000013f600000 Relocatable + Small 0x000000013f600000 0x000000013f800000 0x000000013f800000 Relocatable + Small 0x000000013f800000 0x000000013fa00000 0x000000013fa00000 Relocatable + Small 0x000000013fa00000 0x000000013fc00000 0x000000013fc00000 Relocatable + Small 0x000000013fc00000 0x000000013fe00000 0x000000013fe00000 Relocatable + Small 0x000000013fe00000 0x0000000140000000 0x0000000140000000 Relocatable + Small 0x0000000140000000 0x0000000140200000 0x0000000140200000 Relocatable + Small 0x0000000140200000 0x0000000140400000 0x0000000140400000 Relocatable + Small 0x0000000140400000 0x0000000140600000 0x0000000140600000 Relocatable + Small 0x0000000140600000 0x0000000140800000 0x0000000140800000 Relocatable + Small 0x0000000140800000 0x0000000140a00000 0x0000000140a00000 Relocatable + Small 0x0000000140a00000 0x0000000140c00000 0x0000000140c00000 Relocatable + Small 0x0000000140c00000 0x0000000140e00000 0x0000000140e00000 Relocatable + Small 0x0000000140e00000 0x0000000141000000 0x0000000141000000 Relocatable + Small 0x0000000141000000 0x0000000141200000 0x0000000141200000 Relocatable + Small 0x0000000141200000 0x0000000141400000 0x0000000141400000 Relocatable + Small 0x0000000141400000 0x0000000141600000 0x0000000141600000 Relocatable + Small 0x0000000141600000 0x0000000141800000 0x0000000141800000 Relocatable + Small 0x0000000141800000 0x0000000141a00000 0x0000000141a00000 Relocatable + Small 0x0000000141a00000 0x0000000141c00000 0x0000000141c00000 Relocatable + Small 0x0000000141c00000 0x0000000141e00000 0x0000000141e00000 Relocatable + Small 0x0000000141e00000 0x0000000142000000 0x0000000142000000 Relocatable + Small 0x0000000142000000 0x0000000142200000 0x0000000142200000 Relocatable + Small 0x0000000142200000 0x0000000142400000 0x0000000142400000 Relocatable + Small 0x0000000142400000 0x0000000142600000 0x0000000142600000 Relocatable + Small 0x0000000142600000 0x0000000142800000 0x0000000142800000 Relocatable + Small 0x0000000142800000 0x0000000142a00000 0x0000000142a00000 Relocatable + Small 0x0000000142a00000 0x0000000142c00000 0x0000000142c00000 Relocatable + Small 0x0000000142c00000 0x0000000142e00000 0x0000000142e00000 Relocatable + Small 0x0000000142e00000 0x0000000143000000 0x0000000143000000 Relocatable + Small 0x0000000143000000 0x0000000143200000 0x0000000143200000 Relocatable + Small 0x0000000143200000 0x0000000143400000 0x0000000143400000 Relocatable + Small 0x0000000143400000 0x0000000143600000 0x0000000143600000 Relocatable + Small 0x0000000143600000 0x0000000143800000 0x0000000143800000 Relocatable + Small 0x0000000143800000 0x0000000143a00000 0x0000000143a00000 Relocatable + Small 0x0000000143a00000 0x0000000143c00000 0x0000000143c00000 Relocatable + Small 0x0000000143c00000 0x0000000143e00000 0x0000000143e00000 Relocatable + Small 0x0000000143e00000 0x0000000144000000 0x0000000144000000 Relocatable + Small 0x0000000144000000 0x0000000144200000 0x0000000144200000 Relocatable + Small 0x0000000144200000 0x0000000144400000 0x0000000144400000 Relocatable + Small 0x0000000144400000 0x0000000144600000 0x0000000144600000 Relocatable + Small 0x0000000144600000 0x0000000144800000 0x0000000144800000 Relocatable + Small 0x0000000144800000 0x0000000144a00000 0x0000000144a00000 Relocatable + Small 0x0000000144a00000 0x0000000144c00000 0x0000000144c00000 Relocatable + Small 0x0000000144c00000 0x0000000144dfffe8 0x0000000144e00000 Relocatable + Small 0x0000000144e00000 0x0000000145000000 0x0000000145000000 Relocatable + Small 0x0000000145000000 0x0000000145200000 0x0000000145200000 Relocatable + Small 0x0000000145200000 0x0000000145400000 0x0000000145400000 Relocatable + Small 0x0000000145400000 0x0000000145600000 0x0000000145600000 Relocatable + Small 0x0000000145600000 0x0000000145800000 0x0000000145800000 Relocatable + Small 0x0000000145800000 0x0000000145a00000 0x0000000145a00000 Relocatable + Small 0x0000000145a00000 0x0000000145c00000 0x0000000145c00000 Relocatable + Small 0x0000000145c00000 0x0000000145e00000 0x0000000145e00000 Relocatable + Small 0x0000000145e00000 0x0000000146000000 0x0000000146000000 Relocatable + Small 0x0000000146000000 0x0000000146200000 0x0000000146200000 Relocatable + Small 0x0000000146200000 0x0000000146400000 0x0000000146400000 Relocatable + Small 0x0000000146400000 0x0000000146600000 0x0000000146600000 Relocatable + Small 0x0000000146600000 0x0000000146800000 0x0000000146800000 Relocatable + Small 0x0000000146800000 0x0000000146a00000 0x0000000146a00000 Relocatable + Small 0x0000000146a00000 0x0000000146c00000 0x0000000146c00000 Relocatable + Small 0x0000000146c00000 0x0000000146e00000 0x0000000146e00000 Relocatable + Small 0x0000000146e00000 0x0000000147000000 0x0000000147000000 Relocatable + Small 0x0000000147000000 0x0000000147200000 0x0000000147200000 Relocatable + Small 0x0000000147200000 0x0000000147400000 0x0000000147400000 Relocatable + Small 0x0000000147400000 0x0000000147600000 0x0000000147600000 Relocatable + Small 0x0000000147600000 0x0000000147800000 0x0000000147800000 Relocatable + Small 0x0000000147800000 0x00000001479fffd8 0x0000000147a00000 Relocatable + Small 0x0000000147a00000 0x0000000147c00000 0x0000000147c00000 Relocatable + Small 0x0000000147c00000 0x0000000147e00000 0x0000000147e00000 Relocatable + Small 0x0000000147e00000 0x0000000148000000 0x0000000148000000 Relocatable + Small 0x0000000148000000 0x0000000148200000 0x0000000148200000 Relocatable + Small 0x0000000148200000 0x0000000148400000 0x0000000148400000 Relocatable + Small 0x0000000148400000 0x0000000148600000 0x0000000148600000 Relocatable + Small 0x0000000148600000 0x0000000148800000 0x0000000148800000 Relocatable + Small 0x0000000148800000 0x0000000148a00000 0x0000000148a00000 Relocatable + Small 0x0000000148a00000 0x0000000148c00000 0x0000000148c00000 Relocatable + Small 0x0000000148c00000 0x0000000148e00000 0x0000000148e00000 Relocatable + Small 0x0000000148e00000 0x0000000149000000 0x0000000149000000 Relocatable + Small 0x0000000149000000 0x0000000149200000 0x0000000149200000 Relocatable + Small 0x0000000149200000 0x0000000149400000 0x0000000149400000 Relocatable + Small 0x0000000149400000 0x0000000149600000 0x0000000149600000 Relocatable + Small 0x0000000149600000 0x0000000149800000 0x0000000149800000 Relocatable + Small 0x0000000149800000 0x0000000149a00000 0x0000000149a00000 Relocatable + Small 0x0000000149a00000 0x0000000149c00000 0x0000000149c00000 Relocatable + Small 0x0000000149c00000 0x0000000149e00000 0x0000000149e00000 Relocatable + Small 0x0000000149e00000 0x000000014a000000 0x000000014a000000 Relocatable + Small 0x000000014a000000 0x000000014a200000 0x000000014a200000 Relocatable + Small 0x000000014a200000 0x000000014a400000 0x000000014a400000 Relocatable + Small 0x000000014a400000 0x000000014a600000 0x000000014a600000 Relocatable + Small 0x000000014a600000 0x000000014a800000 0x000000014a800000 Relocatable + Small 0x000000014a800000 0x000000014aa00000 0x000000014aa00000 Relocatable + Small 0x000000014aa00000 0x000000014ac00000 0x000000014ac00000 Relocatable + Small 0x000000014ac00000 0x000000014ae00000 0x000000014ae00000 Relocatable + Small 0x000000014ae00000 0x000000014b000000 0x000000014b000000 Relocatable + Small 0x000000014b000000 0x000000014b200000 0x000000014b200000 Relocatable + Small 0x000000014b200000 0x000000014b400000 0x000000014b400000 Relocatable + Small 0x000000014b400000 0x000000014b600000 0x000000014b600000 Relocatable + Small 0x000000014b600000 0x000000014b800000 0x000000014b800000 Relocatable + Small 0x000000014b800000 0x000000014ba00000 0x000000014ba00000 Relocatable + Small 0x000000014ba00000 0x000000014bc00000 0x000000014bc00000 Relocatable + Small 0x000000014bc00000 0x000000014be00000 0x000000014be00000 Relocatable + Small 0x000000014be00000 0x000000014c000000 0x000000014c000000 Relocatable + Small 0x000000014c000000 0x000000014c200000 0x000000014c200000 Relocatable + Small 0x000000014c200000 0x000000014c400000 0x000000014c400000 Relocatable + Small 0x000000014c400000 0x000000014c600000 0x000000014c600000 Relocatable + Small 0x000000014c600000 0x000000014c800000 0x000000014c800000 Relocatable + Small 0x000000014c800000 0x000000014ca00000 0x000000014ca00000 Relocatable + Small 0x000000014ca00000 0x000000014cc00000 0x000000014cc00000 Relocatable + Small 0x000000014cc00000 0x000000014ce00000 0x000000014ce00000 Relocatable + Small 0x000000014ce00000 0x000000014d000000 0x000000014d000000 Relocatable + Small 0x000000014d000000 0x000000014d200000 0x000000014d200000 Relocatable + Small 0x000000014d200000 0x000000014d3fffc0 0x000000014d400000 Relocatable + Small 0x000000014d400000 0x000000014d600000 0x000000014d600000 Relocatable + Small 0x000000014d600000 0x000000014d800000 0x000000014d800000 Relocatable + Small 0x000000014d800000 0x000000014da00000 0x000000014da00000 Relocatable + Small 0x000000014da00000 0x000000014dc00000 0x000000014dc00000 Relocatable + Small 0x000000014dc00000 0x000000014de00000 0x000000014de00000 Relocatable + Small 0x000000014de00000 0x000000014e000000 0x000000014e000000 Relocatable + Small 0x000000014e000000 0x000000014e200000 0x000000014e200000 Relocatable + Small 0x000000014e200000 0x000000014e400000 0x000000014e400000 Relocatable + Small 0x000000014e400000 0x000000014e600000 0x000000014e600000 Relocatable + Small 0x000000014e600000 0x000000014e800000 0x000000014e800000 Relocatable + Small 0x000000014e800000 0x000000014ea00000 0x000000014ea00000 Relocatable + Small 0x000000014ea00000 0x000000014ec00000 0x000000014ec00000 Relocatable + Small 0x000000014ec00000 0x000000014ee00000 0x000000014ee00000 Relocatable + Small 0x000000014ee00000 0x000000014f000000 0x000000014f000000 Relocatable + Small 0x000000014f000000 0x000000014f1f4998 0x000000014f200000 Relocatable + Small 0x000000014f200000 0x000000014f400000 0x000000014f400000 Relocatable + Small 0x000000014f400000 0x000000014f600000 0x000000014f600000 Relocatable + Small 0x000000014f600000 0x000000014f800000 0x000000014f800000 Relocatable + Small 0x000000014f800000 0x000000014fa00000 0x000000014fa00000 Relocatable + Small 0x000000014fa00000 0x000000014fc00000 0x000000014fc00000 Relocatable + Small 0x000000014fc00000 0x000000014fe00000 0x000000014fe00000 Relocatable + Small 0x000000014fe00000 0x0000000150000000 0x0000000150000000 Relocatable + Small 0x0000000150000000 0x0000000150200000 0x0000000150200000 Relocatable + Small 0x0000000150200000 0x0000000150400000 0x0000000150400000 Relocatable + Small 0x0000000150400000 0x0000000150600000 0x0000000150600000 Relocatable + Small 0x0000000150600000 0x0000000150800000 0x0000000150800000 Relocatable + Small 0x0000000150800000 0x0000000150a00000 0x0000000150a00000 Relocatable + Small 0x0000000150a00000 0x0000000150c00000 0x0000000150c00000 Relocatable + Small 0x0000000150c00000 0x0000000150e00000 0x0000000150e00000 Relocatable + Small 0x0000000150e00000 0x0000000151000000 0x0000000151000000 Relocatable + Small 0x0000000151000000 0x0000000151200000 0x0000000151200000 Relocatable + Small 0x0000000151200000 0x0000000151400000 0x0000000151400000 Relocatable + Small 0x0000000151400000 0x0000000151600000 0x0000000151600000 Relocatable + Small 0x0000000151600000 0x0000000151800000 0x0000000151800000 Relocatable + Small 0x0000000151800000 0x0000000151a00000 0x0000000151a00000 Relocatable + Small 0x0000000151a00000 0x0000000151c00000 0x0000000151c00000 Relocatable + Small 0x0000000151c00000 0x0000000151e00000 0x0000000151e00000 Relocatable + Small 0x0000000151e00000 0x0000000152000000 0x0000000152000000 Relocatable + Small 0x0000000152000000 0x0000000152200000 0x0000000152200000 Relocatable + Small 0x0000000152200000 0x0000000152400000 0x0000000152400000 Relocatable + Small 0x0000000152400000 0x0000000152600000 0x0000000152600000 Relocatable + Small 0x0000000152600000 0x0000000152800000 0x0000000152800000 Relocatable + Small 0x0000000152800000 0x0000000152a00000 0x0000000152a00000 Relocatable + Small 0x0000000152a00000 0x0000000152c00000 0x0000000152c00000 Relocatable + Small 0x0000000152c00000 0x0000000152e00000 0x0000000152e00000 Relocatable + Small 0x0000000152e00000 0x0000000153000000 0x0000000153000000 Relocatable + Small 0x0000000153000000 0x0000000153200000 0x0000000153200000 Relocatable + Small 0x0000000153200000 0x0000000153400000 0x0000000153400000 Relocatable + Small 0x0000000153400000 0x0000000153600000 0x0000000153600000 Relocatable + Small 0x0000000153600000 0x0000000153800000 0x0000000153800000 Relocatable + Small 0x0000000153800000 0x0000000153a00000 0x0000000153a00000 Relocatable + Small 0x0000000153a00000 0x0000000153c00000 0x0000000153c00000 Relocatable + Small 0x0000000153c00000 0x0000000153e00000 0x0000000153e00000 Relocatable + Small 0x0000000153e00000 0x0000000154000000 0x0000000154000000 Relocatable + Small 0x0000000154000000 0x0000000154200000 0x0000000154200000 Relocatable + Small 0x0000000154200000 0x0000000154400000 0x0000000154400000 Relocatable + Small 0x0000000154400000 0x0000000154600000 0x0000000154600000 Relocatable + Small 0x0000000154600000 0x0000000154800000 0x0000000154800000 Relocatable + Small 0x0000000154800000 0x0000000154a00000 0x0000000154a00000 Relocatable + Small 0x0000000154a00000 0x0000000154c00000 0x0000000154c00000 Relocatable + Small 0x0000000154c00000 0x0000000154e00000 0x0000000154e00000 Relocatable + Small 0x0000000154e00000 0x0000000155000000 0x0000000155000000 Relocatable + Small 0x0000000155000000 0x0000000155200000 0x0000000155200000 Relocatable + Small 0x0000000155200000 0x0000000155400000 0x0000000155400000 Relocatable + Small 0x0000000155400000 0x0000000155600000 0x0000000155600000 Relocatable + Small 0x0000000155600000 0x0000000155800000 0x0000000155800000 Relocatable + Small 0x0000000155800000 0x0000000155a00000 0x0000000155a00000 Relocatable + Small 0x0000000155a00000 0x0000000155c00000 0x0000000155c00000 Relocatable + Small 0x0000000155c00000 0x0000000155e00000 0x0000000155e00000 Relocatable + Small 0x0000000155e00000 0x0000000156000000 0x0000000156000000 Relocatable + Small 0x0000000156000000 0x0000000156200000 0x0000000156200000 Relocatable + Small 0x0000000156200000 0x0000000156400000 0x0000000156400000 Relocatable + Small 0x0000000156400000 0x0000000156600000 0x0000000156600000 Relocatable + Small 0x0000000156600000 0x0000000156800000 0x0000000156800000 Relocatable + Small 0x0000000156800000 0x0000000156a00000 0x0000000156a00000 Relocatable + Small 0x0000000156a00000 0x0000000156c00000 0x0000000156c00000 Relocatable + Small 0x0000000156c00000 0x0000000156e00000 0x0000000156e00000 Relocatable + Small 0x0000000156e00000 0x0000000157000000 0x0000000157000000 Relocatable + Small 0x0000000157000000 0x0000000157200000 0x0000000157200000 Relocatable + Small 0x0000000157200000 0x0000000157400000 0x0000000157400000 Relocatable + Small 0x0000000157400000 0x0000000157600000 0x0000000157600000 Relocatable + Small 0x0000000157600000 0x0000000157800000 0x0000000157800000 Relocatable + Small 0x0000000157800000 0x0000000157a00000 0x0000000157a00000 Relocatable + Small 0x0000000157a00000 0x0000000157c00000 0x0000000157c00000 Relocatable + Small 0x0000000157c00000 0x0000000157e00000 0x0000000157e00000 Relocatable + Small 0x0000000157e00000 0x0000000158000000 0x0000000158000000 Relocatable + Small 0x0000000158000000 0x0000000158200000 0x0000000158200000 Relocatable + Small 0x0000000158200000 0x0000000158400000 0x0000000158400000 Relocatable + Small 0x0000000158400000 0x0000000158600000 0x0000000158600000 Relocatable + Small 0x0000000158600000 0x0000000158800000 0x0000000158800000 Relocatable + Small 0x0000000158800000 0x0000000158a00000 0x0000000158a00000 Relocatable + Small 0x0000000158a00000 0x0000000158c00000 0x0000000158c00000 Relocatable + Small 0x0000000158c00000 0x0000000158e00000 0x0000000158e00000 Relocatable + Small 0x0000000158e00000 0x0000000159000000 0x0000000159000000 Relocatable + Small 0x0000000159000000 0x00000001591ffff0 0x0000000159200000 Relocatable + Small 0x0000000159200000 0x0000000159400000 0x0000000159400000 Relocatable + Small 0x0000000159400000 0x0000000159600000 0x0000000159600000 Relocatable + Small 0x0000000159600000 0x0000000159800000 0x0000000159800000 Relocatable + Small 0x0000000159800000 0x0000000159a00000 0x0000000159a00000 Relocatable + Small 0x0000000159a00000 0x0000000159bece50 0x0000000159c00000 Relocatable + Small 0x0000000159c00000 0x0000000159dfffe0 0x0000000159e00000 Relocatable + Small 0x0000000159e00000 0x0000000159fffe80 0x000000015a000000 Relocatable + Small 0x000000015a000000 0x000000015a200000 0x000000015a200000 Relocatable + Small 0x000000015a200000 0x000000015a400000 0x000000015a400000 Relocatable + Small 0x000000015a400000 0x000000015a600000 0x000000015a600000 Relocatable + Small 0x000000015a600000 0x000000015a800000 0x000000015a800000 Relocatable + Small 0x000000015a800000 0x000000015aa00000 0x000000015aa00000 Relocatable + Small 0x000000015aa00000 0x000000015ac00000 0x000000015ac00000 Relocatable + Small 0x000000015ac00000 0x000000015ae00000 0x000000015ae00000 Relocatable + Small 0x000000015ae00000 0x000000015b000000 0x000000015b000000 Relocatable + Small 0x000000015b000000 0x000000015b200000 0x000000015b200000 Relocatable + Small 0x000000015b200000 0x000000015b400000 0x000000015b400000 Relocatable + Small 0x000000015b400000 0x000000015b600000 0x000000015b600000 Relocatable + Small 0x000000015b600000 0x000000015b800000 0x000000015b800000 Relocatable + Small 0x000000015b800000 0x000000015ba00000 0x000000015ba00000 Relocatable + Small 0x000000015ba00000 0x000000015bc00000 0x000000015bc00000 Relocatable + Small 0x000000015bc00000 0x000000015be00000 0x000000015be00000 Relocatable + Small 0x000000015be00000 0x000000015c000000 0x000000015c000000 Relocatable + Small 0x000000015c000000 0x000000015c200000 0x000000015c200000 Relocatable + Small 0x000000015c200000 0x000000015c400000 0x000000015c400000 Relocatable + Small 0x000000015c400000 0x000000015c600000 0x000000015c600000 Relocatable + Small 0x000000015c600000 0x000000015c800000 0x000000015c800000 Relocatable + Small 0x000000015c800000 0x000000015ca00000 0x000000015ca00000 Relocatable + Small 0x000000015ca00000 0x000000015cc00000 0x000000015cc00000 Relocatable + Small 0x000000015cc00000 0x000000015ce00000 0x000000015ce00000 Relocatable + Small 0x000000015ce00000 0x000000015d000000 0x000000015d000000 Relocatable + Small 0x000000015d000000 0x000000015d200000 0x000000015d200000 Relocatable + Small 0x000000015d200000 0x000000015d400000 0x000000015d400000 Relocatable + Small 0x000000015d400000 0x000000015d600000 0x000000015d600000 Relocatable + Small 0x000000015d600000 0x000000015d800000 0x000000015d800000 Relocatable + Small 0x000000015d800000 0x000000015da00000 0x000000015da00000 Relocatable + Small 0x000000015da00000 0x000000015dc00000 0x000000015dc00000 Relocatable + Small 0x000000015dc00000 0x000000015de00000 0x000000015de00000 Relocatable + Small 0x000000015de00000 0x000000015e000000 0x000000015e000000 Relocatable + Small 0x000000015e000000 0x000000015e200000 0x000000015e200000 Relocatable + Small 0x000000015e200000 0x000000015e400000 0x000000015e400000 Relocatable + Small 0x000000015e400000 0x000000015e600000 0x000000015e600000 Relocatable + Small 0x000000015e600000 0x000000015e800000 0x000000015e800000 Relocatable + Small 0x000000015e800000 0x000000015ea00000 0x000000015ea00000 Relocatable + Small 0x000000015ea00000 0x000000015ec00000 0x000000015ec00000 Relocatable + Small 0x000000015ec00000 0x000000015ee00000 0x000000015ee00000 Relocatable + Small 0x000000015ee00000 0x000000015f000000 0x000000015f000000 Relocatable + Small 0x000000015f000000 0x000000015f200000 0x000000015f200000 Relocatable + Small 0x000000015f200000 0x000000015f400000 0x000000015f400000 Relocatable + Small 0x000000015f400000 0x000000015f600000 0x000000015f600000 Relocatable + Small 0x000000015f600000 0x000000015f800000 0x000000015f800000 Relocatable + Small 0x000000015f800000 0x000000015fa00000 0x000000015fa00000 Relocatable + Small 0x000000015fa00000 0x000000015fc00000 0x000000015fc00000 Relocatable + Small 0x000000015fc00000 0x000000015fe00000 0x000000015fe00000 Relocatable + Small 0x000000015fe00000 0x0000000160000000 0x0000000160000000 Relocatable + Small 0x0000000160000000 0x0000000160200000 0x0000000160200000 Relocatable + Small 0x0000000160200000 0x0000000160400000 0x0000000160400000 Relocatable + Small 0x0000000160400000 0x0000000160600000 0x0000000160600000 Relocatable + Small 0x0000000160600000 0x0000000160800000 0x0000000160800000 Relocatable + Small 0x0000000160800000 0x0000000160a00000 0x0000000160a00000 Relocatable + Small 0x0000000160a00000 0x0000000160c00000 0x0000000160c00000 Relocatable + Small 0x0000000160c00000 0x0000000160e00000 0x0000000160e00000 Relocatable + Small 0x0000000160e00000 0x0000000161000000 0x0000000161000000 Relocatable + Small 0x0000000161000000 0x0000000161200000 0x0000000161200000 Relocatable + Small 0x0000000161200000 0x0000000161400000 0x0000000161400000 Relocatable + Small 0x0000000161400000 0x0000000161600000 0x0000000161600000 Relocatable + Small 0x0000000161600000 0x0000000161800000 0x0000000161800000 Relocatable + Small 0x0000000161800000 0x0000000161a00000 0x0000000161a00000 Relocatable + Small 0x0000000161a00000 0x0000000161c00000 0x0000000161c00000 Relocatable + Small 0x0000000161c00000 0x0000000161e00000 0x0000000161e00000 Relocatable + Small 0x0000000161e00000 0x0000000162000000 0x0000000162000000 Relocatable + Small 0x0000000162000000 0x0000000162200000 0x0000000162200000 Relocatable + Small 0x0000000162200000 0x0000000162400000 0x0000000162400000 Relocatable + Small 0x0000000162400000 0x0000000162600000 0x0000000162600000 Relocatable + Small 0x0000000162600000 0x0000000162800000 0x0000000162800000 Relocatable + Small 0x0000000162800000 0x0000000162a00000 0x0000000162a00000 Relocatable + Small 0x0000000162a00000 0x0000000162c00000 0x0000000162c00000 Relocatable + Small 0x0000000162c00000 0x0000000162e00000 0x0000000162e00000 Relocatable + Small 0x0000000162e00000 0x0000000163000000 0x0000000163000000 Relocatable + Small 0x0000000163000000 0x0000000163200000 0x0000000163200000 Relocatable + Small 0x0000000163200000 0x00000001633ffff0 0x0000000163400000 Relocatable + Small 0x0000000163400000 0x0000000163600000 0x0000000163600000 Relocatable + Small 0x0000000163600000 0x00000001637fffb0 0x0000000163800000 Relocatable + Small 0x0000000163800000 0x00000001639fffc0 0x0000000163a00000 Relocatable + Small 0x0000000163a00000 0x0000000163c00000 0x0000000163c00000 Relocatable + Small 0x0000000163c00000 0x0000000163e00000 0x0000000163e00000 Relocatable + Small 0x0000000163e00000 0x0000000164000000 0x0000000164000000 Relocatable + Small 0x0000000164000000 0x0000000164200000 0x0000000164200000 Relocatable + Small 0x0000000164200000 0x0000000164400000 0x0000000164400000 Relocatable + Small 0x0000000164400000 0x0000000164600000 0x0000000164600000 Relocatable + Small 0x0000000164600000 0x0000000164800000 0x0000000164800000 Relocatable + Small 0x0000000164800000 0x0000000164a00000 0x0000000164a00000 Relocatable + Small 0x0000000164a00000 0x0000000164c00000 0x0000000164c00000 Relocatable + Small 0x0000000164c00000 0x0000000164dffff8 0x0000000164e00000 Relocatable + Small 0x0000000164e00000 0x0000000165000000 0x0000000165000000 Relocatable + Small 0x0000000165000000 0x0000000165200000 0x0000000165200000 Relocatable + Small 0x0000000165200000 0x0000000165400000 0x0000000165400000 Relocatable + Small 0x0000000165400000 0x0000000165600000 0x0000000165600000 Relocatable + Small 0x0000000165600000 0x0000000165800000 0x0000000165800000 Relocatable + Small 0x0000000165800000 0x0000000165a00000 0x0000000165a00000 Relocatable + Small 0x0000000165a00000 0x0000000165c00000 0x0000000165c00000 Relocatable + Small 0x0000000165c00000 0x0000000165e00000 0x0000000165e00000 Relocatable + Small 0x0000000165e00000 0x0000000166000000 0x0000000166000000 Relocatable + Small 0x0000000166000000 0x0000000166200000 0x0000000166200000 Relocatable + Small 0x0000000166200000 0x0000000166400000 0x0000000166400000 Relocatable + Small 0x0000000166400000 0x0000000166600000 0x0000000166600000 Relocatable + Small 0x0000000166600000 0x0000000166800000 0x0000000166800000 Relocatable + Small 0x0000000166800000 0x0000000166a00000 0x0000000166a00000 Relocatable + Small 0x0000000166a00000 0x0000000166c00000 0x0000000166c00000 Relocatable + Small 0x0000000166c00000 0x0000000166e00000 0x0000000166e00000 Relocatable + Small 0x0000000166e00000 0x0000000167000000 0x0000000167000000 Relocatable + Small 0x0000000167000000 0x0000000167200000 0x0000000167200000 Relocatable + Small 0x0000000167200000 0x0000000167400000 0x0000000167400000 Relocatable + Small 0x0000000167400000 0x0000000167600000 0x0000000167600000 Relocatable + Small 0x0000000167600000 0x0000000167800000 0x0000000167800000 Relocatable + Small 0x0000000167800000 0x0000000167a00000 0x0000000167a00000 Relocatable + Small 0x0000000167a00000 0x0000000167c00000 0x0000000167c00000 Relocatable + Small 0x0000000167c00000 0x0000000167e00000 0x0000000167e00000 Relocatable + Small 0x0000000167e00000 0x0000000168000000 0x0000000168000000 Relocatable + Small 0x0000000168000000 0x0000000168200000 0x0000000168200000 Relocatable + Small 0x0000000168200000 0x0000000168400000 0x0000000168400000 Relocatable + Small 0x0000000168400000 0x0000000168600000 0x0000000168600000 Relocatable + Small 0x0000000168600000 0x0000000168800000 0x0000000168800000 Relocatable + Small 0x0000000168800000 0x0000000168a00000 0x0000000168a00000 Relocatable + Small 0x0000000168a00000 0x0000000168c00000 0x0000000168c00000 Relocatable + Small 0x0000000168c00000 0x0000000168e00000 0x0000000168e00000 Relocatable + Small 0x0000000168e00000 0x0000000169000000 0x0000000169000000 Relocatable + Small 0x0000000169000000 0x0000000169200000 0x0000000169200000 Relocatable + Small 0x0000000169200000 0x0000000169400000 0x0000000169400000 Relocatable + Small 0x0000000169400000 0x0000000169600000 0x0000000169600000 Relocatable + Small 0x0000000169600000 0x0000000169800000 0x0000000169800000 Relocatable + Small 0x0000000169800000 0x0000000169a00000 0x0000000169a00000 Relocatable + Small 0x0000000169a00000 0x0000000169c00000 0x0000000169c00000 Relocatable + Small 0x0000000169c00000 0x0000000169e00000 0x0000000169e00000 Relocatable + Small 0x0000000169e00000 0x000000016a000000 0x000000016a000000 Relocatable + Small 0x000000016a000000 0x000000016a200000 0x000000016a200000 Relocatable + Small 0x000000016a200000 0x000000016a400000 0x000000016a400000 Relocatable + Small 0x000000016a400000 0x000000016a600000 0x000000016a600000 Relocatable + Small 0x000000016a600000 0x000000016a800000 0x000000016a800000 Relocatable + Small 0x000000016a800000 0x000000016aa00000 0x000000016aa00000 Relocatable + Small 0x000000016aa00000 0x000000016ac00000 0x000000016ac00000 Relocatable + Small 0x000000016ac00000 0x000000016ae00000 0x000000016ae00000 Relocatable + Small 0x000000016ae00000 0x000000016b000000 0x000000016b000000 Relocatable + Small 0x000000016b000000 0x000000016b200000 0x000000016b200000 Relocatable + Small 0x000000016b200000 0x000000016b400000 0x000000016b400000 Relocatable + Small 0x000000016b400000 0x000000016b600000 0x000000016b600000 Relocatable + Small 0x000000016b600000 0x000000016b800000 0x000000016b800000 Relocatable + Small 0x000000016b800000 0x000000016ba00000 0x000000016ba00000 Relocatable + Small 0x000000016ba00000 0x000000016bc00000 0x000000016bc00000 Relocatable + Small 0x000000016bc00000 0x000000016be00000 0x000000016be00000 Relocatable + Small 0x000000016be00000 0x000000016c000000 0x000000016c000000 Relocatable + Small 0x000000016c000000 0x000000016c200000 0x000000016c200000 Relocatable + Small 0x000000016c200000 0x000000016c400000 0x000000016c400000 Relocatable + Small 0x000000016c400000 0x000000016c600000 0x000000016c600000 Relocatable + Small 0x000000016c600000 0x000000016c800000 0x000000016c800000 Relocatable + Small 0x000000016c800000 0x000000016ca00000 0x000000016ca00000 Relocatable + Small 0x000000016ca00000 0x000000016cc00000 0x000000016cc00000 Relocatable + Small 0x000000016cc00000 0x000000016ce00000 0x000000016ce00000 Relocatable + Small 0x000000016ce00000 0x000000016d000000 0x000000016d000000 Relocatable + Small 0x000000016d000000 0x000000016d200000 0x000000016d200000 Relocatable + Small 0x000000016d200000 0x000000016d400000 0x000000016d400000 Relocatable + Small 0x000000016d400000 0x000000016d600000 0x000000016d600000 Relocatable + Small 0x000000016d600000 0x000000016d800000 0x000000016d800000 Relocatable + Small 0x000000016d800000 0x000000016da00000 0x000000016da00000 Relocatable + Small 0x000000016da00000 0x000000016dc00000 0x000000016dc00000 Relocatable + Small 0x000000016dc00000 0x000000016de00000 0x000000016de00000 Relocatable + Small 0x000000016de00000 0x000000016e000000 0x000000016e000000 Relocatable + Small 0x000000016e000000 0x000000016e200000 0x000000016e200000 Relocatable + Small 0x000000016e200000 0x000000016e400000 0x000000016e400000 Relocatable + Small 0x000000016e400000 0x000000016e600000 0x000000016e600000 Relocatable + Small 0x000000016e600000 0x000000016e800000 0x000000016e800000 Relocatable + Small 0x000000016e800000 0x000000016ea00000 0x000000016ea00000 Relocatable + Small 0x000000016ea00000 0x000000016ec00000 0x000000016ec00000 Relocatable + Small 0x000000016ec00000 0x000000016ee00000 0x000000016ee00000 Relocatable + Small 0x000000016ee00000 0x000000016f000000 0x000000016f000000 Relocatable + Small 0x000000016f000000 0x000000016f200000 0x000000016f200000 Relocatable + Small 0x000000016f200000 0x000000016f400000 0x000000016f400000 Relocatable + Small 0x000000016f400000 0x000000016f600000 0x000000016f600000 Relocatable + Small 0x000000016f600000 0x000000016f800000 0x000000016f800000 Relocatable + Small 0x000000016f800000 0x000000016fa00000 0x000000016fa00000 Relocatable + Small 0x000000016fa00000 0x000000016fc00000 0x000000016fc00000 Relocatable + Small 0x000000016fc00000 0x000000016fe00000 0x000000016fe00000 Relocatable + Small 0x000000016fe00000 0x0000000170000000 0x0000000170000000 Relocatable + Small 0x0000000170000000 0x0000000170200000 0x0000000170200000 Relocatable + Small 0x0000000170200000 0x0000000170400000 0x0000000170400000 Relocatable + Small 0x0000000170400000 0x0000000170600000 0x0000000170600000 Relocatable + Small 0x0000000170600000 0x0000000170800000 0x0000000170800000 Relocatable + Small 0x0000000170800000 0x0000000170a00000 0x0000000170a00000 Relocatable + Small 0x0000000170a00000 0x0000000170c00000 0x0000000170c00000 Relocatable + Small 0x0000000170c00000 0x0000000170e00000 0x0000000170e00000 Relocatable + Small 0x0000000170e00000 0x0000000171000000 0x0000000171000000 Relocatable + Small 0x0000000171000000 0x0000000171200000 0x0000000171200000 Relocatable + Small 0x0000000171200000 0x0000000171400000 0x0000000171400000 Relocatable + Small 0x0000000171400000 0x0000000171600000 0x0000000171600000 Relocatable + Small 0x0000000171600000 0x0000000171800000 0x0000000171800000 Relocatable + Small 0x0000000171800000 0x0000000171a00000 0x0000000171a00000 Relocatable + Small 0x0000000171a00000 0x0000000171c00000 0x0000000171c00000 Relocatable + Small 0x0000000171c00000 0x0000000171e00000 0x0000000171e00000 Relocatable + Small 0x0000000171e00000 0x0000000172000000 0x0000000172000000 Relocatable + Small 0x0000000172000000 0x0000000172200000 0x0000000172200000 Relocatable + Small 0x0000000172200000 0x0000000172400000 0x0000000172400000 Relocatable + Small 0x0000000172400000 0x0000000172600000 0x0000000172600000 Relocatable + Small 0x0000000172600000 0x0000000172800000 0x0000000172800000 Relocatable + Small 0x0000000172800000 0x0000000172a00000 0x0000000172a00000 Relocatable + Small 0x0000000172a00000 0x0000000172c00000 0x0000000172c00000 Relocatable + Small 0x0000000172c00000 0x0000000172e00000 0x0000000172e00000 Relocatable + Small 0x0000000172e00000 0x0000000173000000 0x0000000173000000 Relocatable + Small 0x0000000173000000 0x0000000173200000 0x0000000173200000 Relocatable + Small 0x0000000173200000 0x0000000173400000 0x0000000173400000 Relocatable + Small 0x0000000173400000 0x0000000173600000 0x0000000173600000 Relocatable + Small 0x0000000173600000 0x0000000173800000 0x0000000173800000 Relocatable + Small 0x0000000173800000 0x00000001739f10b0 0x0000000173a00000 Relocatable + Small 0x0000000173a00000 0x0000000173c00000 0x0000000173c00000 Relocatable + Small 0x0000000173c00000 0x0000000173e00000 0x0000000173e00000 Relocatable + Small 0x0000000173e00000 0x0000000174000000 0x0000000174000000 Relocatable + Small 0x0000000174000000 0x0000000174200000 0x0000000174200000 Relocatable + Small 0x0000000174200000 0x0000000174400000 0x0000000174400000 Relocatable + Small 0x0000000174400000 0x0000000174600000 0x0000000174600000 Relocatable + Small 0x0000000174600000 0x0000000174800000 0x0000000174800000 Relocatable + Small 0x0000000174800000 0x0000000174a00000 0x0000000174a00000 Relocatable + Small 0x0000000174a00000 0x0000000174c00000 0x0000000174c00000 Relocatable + Small 0x0000000174c00000 0x0000000174e00000 0x0000000174e00000 Relocatable + Small 0x0000000174e00000 0x0000000175000000 0x0000000175000000 Relocatable + Small 0x0000000175000000 0x0000000175200000 0x0000000175200000 Relocatable + Small 0x0000000175200000 0x0000000175400000 0x0000000175400000 Relocatable + Small 0x0000000175400000 0x0000000175600000 0x0000000175600000 Relocatable + Small 0x0000000175600000 0x0000000175800000 0x0000000175800000 Relocatable + Small 0x0000000175800000 0x0000000175a00000 0x0000000175a00000 Relocatable + Small 0x0000000175a00000 0x0000000175c00000 0x0000000175c00000 Relocatable + Small 0x0000000175c00000 0x0000000175e00000 0x0000000175e00000 Relocatable + Small 0x0000000175e00000 0x0000000176000000 0x0000000176000000 Relocatable + Small 0x0000000176000000 0x0000000176200000 0x0000000176200000 Relocatable + Small 0x0000000176200000 0x0000000176400000 0x0000000176400000 Relocatable + Small 0x0000000176400000 0x0000000176600000 0x0000000176600000 Relocatable + Small 0x0000000176600000 0x0000000176800000 0x0000000176800000 Relocatable + Small 0x0000000176800000 0x0000000176a00000 0x0000000176a00000 Relocatable + Small 0x0000000176a00000 0x0000000176c00000 0x0000000176c00000 Relocatable + Small 0x0000000176c00000 0x0000000176e00000 0x0000000176e00000 Relocatable + Small 0x0000000176e00000 0x0000000177000000 0x0000000177000000 Relocatable + Small 0x0000000177000000 0x0000000177200000 0x0000000177200000 Relocatable + Small 0x0000000177200000 0x0000000177400000 0x0000000177400000 Relocatable + Small 0x0000000177400000 0x0000000177600000 0x0000000177600000 Relocatable + Small 0x0000000177600000 0x0000000177800000 0x0000000177800000 Relocatable + Small 0x0000000177800000 0x0000000177a00000 0x0000000177a00000 Relocatable + Small 0x0000000177a00000 0x0000000177c00000 0x0000000177c00000 Relocatable + Small 0x0000000177c00000 0x0000000177e00000 0x0000000177e00000 Relocatable + Small 0x0000000177e00000 0x0000000178000000 0x0000000178000000 Relocatable + Small 0x0000000178000000 0x0000000178200000 0x0000000178200000 Relocatable + Small 0x0000000178200000 0x0000000178400000 0x0000000178400000 Relocatable + Small 0x0000000178400000 0x0000000178600000 0x0000000178600000 Relocatable + Small 0x0000000178600000 0x0000000178800000 0x0000000178800000 Relocatable + Small 0x0000000178800000 0x0000000178a00000 0x0000000178a00000 Relocatable + Small 0x0000000178a00000 0x0000000178c00000 0x0000000178c00000 Relocatable + Small 0x0000000178c00000 0x0000000178e00000 0x0000000178e00000 Relocatable + Small 0x0000000178e00000 0x0000000179000000 0x0000000179000000 Relocatable + Small 0x0000000179000000 0x0000000179200000 0x0000000179200000 Relocatable + Small 0x0000000179200000 0x0000000179400000 0x0000000179400000 Relocatable + Small 0x0000000179400000 0x0000000179600000 0x0000000179600000 Relocatable + Small 0x0000000179600000 0x0000000179800000 0x0000000179800000 Relocatable + Small 0x0000000179800000 0x0000000179a00000 0x0000000179a00000 Relocatable + Small 0x0000000179a00000 0x0000000179c00000 0x0000000179c00000 Relocatable + Small 0x0000000179c00000 0x0000000179e00000 0x0000000179e00000 Relocatable + Small 0x0000000179e00000 0x000000017a000000 0x000000017a000000 Relocatable + Small 0x000000017a000000 0x000000017a200000 0x000000017a200000 Relocatable + Small 0x000000017a200000 0x000000017a400000 0x000000017a400000 Relocatable + Small 0x000000017a400000 0x000000017a600000 0x000000017a600000 Relocatable + Small 0x000000017a600000 0x000000017a800000 0x000000017a800000 Relocatable + Small 0x000000017a800000 0x000000017aa00000 0x000000017aa00000 Relocatable + Small 0x000000017aa00000 0x000000017ac00000 0x000000017ac00000 Relocatable + Small 0x000000017ac00000 0x000000017ae00000 0x000000017ae00000 Relocatable + Small 0x000000017ae00000 0x000000017b000000 0x000000017b000000 Relocatable + Small 0x000000017b000000 0x000000017b200000 0x000000017b200000 Relocatable + Small 0x000000017b200000 0x000000017b400000 0x000000017b400000 Relocatable + Small 0x000000017b400000 0x000000017b600000 0x000000017b600000 Relocatable + Small 0x000000017b600000 0x000000017b800000 0x000000017b800000 Relocatable + Small 0x000000017b800000 0x000000017ba00000 0x000000017ba00000 Relocatable + Small 0x000000017ba00000 0x000000017bc00000 0x000000017bc00000 Relocatable + Small 0x000000017bc00000 0x000000017be00000 0x000000017be00000 Relocatable + Small 0x000000017be00000 0x000000017c000000 0x000000017c000000 Relocatable + Small 0x000000017c000000 0x000000017c200000 0x000000017c200000 Relocatable + Small 0x000000017c200000 0x000000017c400000 0x000000017c400000 Relocatable + Small 0x000000017c400000 0x000000017c600000 0x000000017c600000 Relocatable + Small 0x000000017c600000 0x000000017c800000 0x000000017c800000 Relocatable + Small 0x000000017c800000 0x000000017ca00000 0x000000017ca00000 Relocatable + Small 0x000000017ca00000 0x000000017cc00000 0x000000017cc00000 Relocatable + Small 0x000000017cc00000 0x000000017ce00000 0x000000017ce00000 Relocatable + Small 0x000000017ce00000 0x000000017d000000 0x000000017d000000 Relocatable + Small 0x000000017d000000 0x000000017d200000 0x000000017d200000 Relocatable + Small 0x000000017d200000 0x000000017d400000 0x000000017d400000 Relocatable + Small 0x000000017d400000 0x000000017d600000 0x000000017d600000 Relocatable + Small 0x000000017d600000 0x000000017d800000 0x000000017d800000 Relocatable + Small 0x000000017d800000 0x000000017da00000 0x000000017da00000 Relocatable + Small 0x000000017da00000 0x000000017dc00000 0x000000017dc00000 Relocatable + Small 0x000000017dc00000 0x000000017de00000 0x000000017de00000 Relocatable + Small 0x000000017de00000 0x000000017e000000 0x000000017e000000 Relocatable + Small 0x000000017e000000 0x000000017e200000 0x000000017e200000 Relocatable + Small 0x000000017e200000 0x000000017e400000 0x000000017e400000 Relocatable + Small 0x000000017e400000 0x000000017e600000 0x000000017e600000 Relocatable + Small 0x000000017e600000 0x000000017e800000 0x000000017e800000 Relocatable + Small 0x000000017e800000 0x000000017ea00000 0x000000017ea00000 Relocatable + Small 0x000000017ea00000 0x000000017ec00000 0x000000017ec00000 Relocatable + Small 0x000000017ec00000 0x000000017ee00000 0x000000017ee00000 Relocatable + Small 0x000000017ee00000 0x000000017f000000 0x000000017f000000 Relocatable + Small 0x000000017f000000 0x000000017f200000 0x000000017f200000 Relocatable + Small 0x000000017f200000 0x000000017f400000 0x000000017f400000 Relocatable + Small 0x000000017f400000 0x000000017f600000 0x000000017f600000 Relocatable + Small 0x000000017f600000 0x000000017f800000 0x000000017f800000 Relocatable + Small 0x000000017f800000 0x000000017fa00000 0x000000017fa00000 Relocatable + Small 0x000000017fa00000 0x000000017fc00000 0x000000017fc00000 Relocatable + Small 0x000000017fc00000 0x000000017fe00000 0x000000017fe00000 Relocatable + Small 0x000000017fe00000 0x0000000180000000 0x0000000180000000 Relocatable + Small 0x0000000180000000 0x0000000180200000 0x0000000180200000 Relocatable + Small 0x0000000180200000 0x0000000180400000 0x0000000180400000 Relocatable + Small 0x0000000180400000 0x0000000180600000 0x0000000180600000 Relocatable + Small 0x0000000180600000 0x0000000180800000 0x0000000180800000 Relocatable + Small 0x0000000180800000 0x0000000180a00000 0x0000000180a00000 Relocatable + Small 0x0000000180a00000 0x0000000180c00000 0x0000000180c00000 Relocatable + Small 0x0000000180c00000 0x0000000180e00000 0x0000000180e00000 Relocatable + Small 0x0000000180e00000 0x0000000181000000 0x0000000181000000 Relocatable + Small 0x0000000181000000 0x0000000181200000 0x0000000181200000 Relocatable + Small 0x0000000181200000 0x0000000181400000 0x0000000181400000 Relocatable + Small 0x0000000181400000 0x0000000181600000 0x0000000181600000 Relocatable + Small 0x0000000181600000 0x0000000181800000 0x0000000181800000 Relocatable + Small 0x0000000181800000 0x0000000181a00000 0x0000000181a00000 Relocatable + Small 0x0000000181a00000 0x0000000181c00000 0x0000000181c00000 Relocatable + Small 0x0000000181c00000 0x0000000181e00000 0x0000000181e00000 Relocatable + Small 0x0000000181e00000 0x0000000182000000 0x0000000182000000 Relocatable + Small 0x0000000182000000 0x0000000182200000 0x0000000182200000 Relocatable + Small 0x0000000182200000 0x0000000182400000 0x0000000182400000 Relocatable + Small 0x0000000182400000 0x0000000182600000 0x0000000182600000 Relocatable + Small 0x0000000182600000 0x0000000182800000 0x0000000182800000 Relocatable + Small 0x0000000182800000 0x0000000182a00000 0x0000000182a00000 Relocatable + Small 0x0000000182a00000 0x0000000182c00000 0x0000000182c00000 Relocatable + Small 0x0000000182c00000 0x0000000182e00000 0x0000000182e00000 Relocatable + Small 0x0000000182e00000 0x0000000183000000 0x0000000183000000 Relocatable + Small 0x0000000183000000 0x0000000183200000 0x0000000183200000 Relocatable + Small 0x0000000183200000 0x0000000183400000 0x0000000183400000 Relocatable + Small 0x0000000183400000 0x0000000183600000 0x0000000183600000 Relocatable + Small 0x0000000183600000 0x00000001837ffff0 0x0000000183800000 Relocatable + Small 0x0000000183800000 0x0000000183a00000 0x0000000183a00000 Relocatable + Small 0x0000000183a00000 0x0000000183c00000 0x0000000183c00000 Relocatable + Small 0x0000000183c00000 0x0000000183e00000 0x0000000183e00000 Relocatable + Small 0x0000000183e00000 0x0000000183ffffc8 0x0000000184000000 Relocatable + Small 0x0000000184000000 0x0000000184200000 0x0000000184200000 Relocatable + Small 0x0000000184200000 0x0000000184400000 0x0000000184400000 Relocatable + Small 0x0000000184400000 0x0000000184600000 0x0000000184600000 Relocatable + Small 0x0000000184600000 0x0000000184800000 0x0000000184800000 Relocatable + Small 0x0000000184800000 0x0000000184a00000 0x0000000184a00000 Relocatable + Small 0x0000000184a00000 0x0000000184c00000 0x0000000184c00000 Relocatable + Small 0x0000000184c00000 0x0000000184e00000 0x0000000184e00000 Relocatable + Small 0x0000000184e00000 0x0000000185000000 0x0000000185000000 Relocatable + Small 0x0000000185000000 0x0000000185200000 0x0000000185200000 Relocatable + Small 0x0000000185200000 0x0000000185400000 0x0000000185400000 Relocatable + Small 0x0000000185400000 0x0000000185600000 0x0000000185600000 Relocatable + Small 0x0000000185600000 0x0000000185800000 0x0000000185800000 Relocatable + Small 0x0000000185800000 0x0000000185a00000 0x0000000185a00000 Relocatable + Small 0x0000000185a00000 0x0000000185c00000 0x0000000185c00000 Relocatable + Small 0x0000000185c00000 0x0000000185e00000 0x0000000185e00000 Relocatable + Small 0x0000000185e00000 0x0000000186000000 0x0000000186000000 Relocatable + Small 0x0000000186000000 0x0000000186200000 0x0000000186200000 Relocatable + Small 0x0000000186200000 0x0000000186400000 0x0000000186400000 Relocatable + Small 0x0000000186400000 0x0000000186600000 0x0000000186600000 Relocatable + Small 0x0000000186600000 0x0000000186800000 0x0000000186800000 Relocatable + Small 0x0000000186800000 0x0000000186a00000 0x0000000186a00000 Relocatable + Small 0x0000000186a00000 0x0000000186c00000 0x0000000186c00000 Relocatable + Small 0x0000000186c00000 0x0000000186e00000 0x0000000186e00000 Relocatable + Small 0x0000000186e00000 0x0000000187000000 0x0000000187000000 Relocatable + Small 0x0000000187000000 0x0000000187200000 0x0000000187200000 Relocatable + Small 0x0000000187200000 0x0000000187400000 0x0000000187400000 Relocatable + Small 0x0000000187400000 0x0000000187600000 0x0000000187600000 Relocatable + Small 0x0000000187600000 0x0000000187800000 0x0000000187800000 Relocatable + Small 0x0000000187800000 0x0000000187a00000 0x0000000187a00000 Relocatable + Small 0x0000000187a00000 0x0000000187c00000 0x0000000187c00000 Relocatable + Small 0x0000000187c00000 0x0000000187e00000 0x0000000187e00000 Relocatable + Small 0x0000000187e00000 0x0000000188000000 0x0000000188000000 Relocatable + Small 0x0000000188000000 0x0000000188200000 0x0000000188200000 Relocatable + Small 0x0000000188200000 0x0000000188400000 0x0000000188400000 Relocatable + Small 0x0000000188400000 0x0000000188600000 0x0000000188600000 Relocatable + Small 0x0000000188600000 0x0000000188800000 0x0000000188800000 Relocatable + Small 0x0000000188800000 0x0000000188a00000 0x0000000188a00000 Relocatable + Small 0x0000000188a00000 0x0000000188c00000 0x0000000188c00000 Relocatable + Small 0x0000000188c00000 0x0000000188e00000 0x0000000188e00000 Relocatable + Small 0x0000000188e00000 0x0000000189000000 0x0000000189000000 Relocatable + Small 0x0000000189000000 0x0000000189200000 0x0000000189200000 Relocatable + Small 0x0000000189200000 0x0000000189400000 0x0000000189400000 Relocatable + Small 0x0000000189400000 0x0000000189600000 0x0000000189600000 Relocatable + Small 0x0000000189600000 0x0000000189800000 0x0000000189800000 Relocatable + Small 0x0000000189800000 0x0000000189a00000 0x0000000189a00000 Relocatable + Small 0x0000000189a00000 0x0000000189c00000 0x0000000189c00000 Relocatable + Small 0x0000000189c00000 0x0000000189e00000 0x0000000189e00000 Relocatable + Small 0x0000000189e00000 0x000000018a000000 0x000000018a000000 Relocatable + Small 0x000000018a000000 0x000000018a200000 0x000000018a200000 Relocatable + Small 0x000000018a200000 0x000000018a400000 0x000000018a400000 Relocatable + Small 0x000000018a400000 0x000000018a600000 0x000000018a600000 Relocatable + Small 0x000000018a600000 0x000000018a7ffff8 0x000000018a800000 Relocatable + Small 0x000000018a800000 0x000000018aa00000 0x000000018aa00000 Relocatable + Small 0x000000018aa00000 0x000000018ac00000 0x000000018ac00000 Relocatable + Small 0x000000018ac00000 0x000000018ae00000 0x000000018ae00000 Relocatable + Small 0x000000018ae00000 0x000000018b000000 0x000000018b000000 Relocatable + Small 0x000000018b000000 0x000000018b200000 0x000000018b200000 Relocatable + Small 0x000000018b200000 0x000000018b400000 0x000000018b400000 Relocatable + Small 0x000000018b400000 0x000000018b600000 0x000000018b600000 Relocatable + Small 0x000000018b600000 0x000000018b800000 0x000000018b800000 Relocatable + Small 0x000000018b800000 0x000000018ba00000 0x000000018ba00000 Relocatable + Small 0x000000018ba00000 0x000000018bc00000 0x000000018bc00000 Relocatable + Small 0x000000018bc00000 0x000000018be00000 0x000000018be00000 Relocatable + Small 0x000000018be00000 0x000000018c000000 0x000000018c000000 Relocatable + Small 0x000000018c000000 0x000000018c200000 0x000000018c200000 Relocatable + Small 0x000000018c200000 0x000000018c400000 0x000000018c400000 Relocatable + Small 0x000000018c400000 0x000000018c600000 0x000000018c600000 Relocatable + Small 0x000000018c600000 0x000000018c800000 0x000000018c800000 Relocatable + Small 0x000000018c800000 0x000000018ca00000 0x000000018ca00000 Relocatable + Small 0x000000018ca00000 0x000000018cc00000 0x000000018cc00000 Relocatable + Small 0x000000018cc00000 0x000000018ce00000 0x000000018ce00000 Relocatable + Small 0x000000018ce00000 0x000000018d000000 0x000000018d000000 Relocatable + Small 0x000000018d000000 0x000000018d200000 0x000000018d200000 Relocatable + Small 0x000000018d200000 0x000000018d400000 0x000000018d400000 Relocatable + Small 0x000000018d400000 0x000000018d600000 0x000000018d600000 Relocatable + Small 0x000000018d600000 0x000000018d800000 0x000000018d800000 Relocatable + Small 0x000000018d800000 0x000000018da00000 0x000000018da00000 Relocatable + Small 0x000000018da00000 0x000000018dc00000 0x000000018dc00000 Relocatable + Small 0x000000018dc00000 0x000000018de00000 0x000000018de00000 Relocatable + Small 0x000000018de00000 0x000000018e000000 0x000000018e000000 Relocatable + Small 0x000000018e000000 0x000000018e200000 0x000000018e200000 Relocatable + Small 0x000000018e200000 0x000000018e400000 0x000000018e400000 Relocatable + Small 0x000000018e400000 0x000000018e600000 0x000000018e600000 Relocatable + Small 0x000000018e600000 0x000000018e800000 0x000000018e800000 Relocatable + Small 0x000000018e800000 0x000000018ea00000 0x000000018ea00000 Relocatable + Small 0x000000018ea00000 0x000000018ec00000 0x000000018ec00000 Relocatable + Small 0x000000018ec00000 0x000000018ee00000 0x000000018ee00000 Relocatable + Small 0x000000018ee00000 0x000000018f000000 0x000000018f000000 Relocatable + Small 0x000000018f000000 0x000000018f200000 0x000000018f200000 Relocatable + Small 0x000000018f200000 0x000000018f400000 0x000000018f400000 Relocatable + Small 0x000000018f400000 0x000000018f600000 0x000000018f600000 Relocatable + Small 0x000000018f600000 0x000000018f800000 0x000000018f800000 Relocatable + Small 0x000000018f800000 0x000000018fa00000 0x000000018fa00000 Relocatable + Small 0x000000018fa00000 0x000000018fc00000 0x000000018fc00000 Relocatable + Small 0x000000018fc00000 0x000000018fe00000 0x000000018fe00000 Relocatable + Small 0x000000018fe00000 0x0000000190000000 0x0000000190000000 Relocatable + Small 0x0000000190000000 0x0000000190200000 0x0000000190200000 Relocatable + Small 0x0000000190200000 0x0000000190400000 0x0000000190400000 Relocatable + Small 0x0000000190400000 0x0000000190600000 0x0000000190600000 Relocatable + Small 0x0000000190600000 0x0000000190800000 0x0000000190800000 Relocatable + Small 0x0000000190800000 0x0000000190a00000 0x0000000190a00000 Relocatable + Small 0x0000000190a00000 0x0000000190c00000 0x0000000190c00000 Relocatable + Small 0x0000000190c00000 0x0000000190e00000 0x0000000190e00000 Relocatable + Small 0x0000000190e00000 0x0000000191000000 0x0000000191000000 Relocatable + Small 0x0000000191000000 0x0000000191200000 0x0000000191200000 Relocatable + Small 0x0000000191200000 0x0000000191400000 0x0000000191400000 Relocatable + Small 0x0000000191400000 0x0000000191600000 0x0000000191600000 Relocatable + Small 0x0000000191600000 0x0000000191800000 0x0000000191800000 Relocatable + Small 0x0000000191800000 0x0000000191a00000 0x0000000191a00000 Relocatable + Small 0x0000000191a00000 0x0000000191c00000 0x0000000191c00000 Relocatable + Small 0x0000000191c00000 0x0000000191e00000 0x0000000191e00000 Relocatable + Small 0x0000000191e00000 0x0000000192000000 0x0000000192000000 Relocatable + Small 0x0000000192000000 0x0000000192200000 0x0000000192200000 Relocatable + Small 0x0000000192200000 0x0000000192400000 0x0000000192400000 Relocatable + Small 0x0000000192400000 0x0000000192600000 0x0000000192600000 Relocatable + Small 0x0000000192600000 0x0000000192800000 0x0000000192800000 Relocatable + Small 0x0000000192800000 0x0000000192a00000 0x0000000192a00000 Relocatable + Small 0x0000000192a00000 0x0000000192c00000 0x0000000192c00000 Relocatable + Small 0x0000000192c00000 0x0000000192e00000 0x0000000192e00000 Relocatable + Small 0x0000000192e00000 0x0000000193000000 0x0000000193000000 Relocatable + Small 0x0000000193000000 0x0000000193200000 0x0000000193200000 Relocatable + Small 0x0000000193200000 0x0000000193400000 0x0000000193400000 Relocatable + Small 0x0000000193400000 0x0000000193600000 0x0000000193600000 Relocatable + Small 0x0000000193600000 0x0000000193800000 0x0000000193800000 Relocatable + Small 0x0000000193800000 0x0000000193a00000 0x0000000193a00000 Relocatable + Small 0x0000000193a00000 0x0000000193c00000 0x0000000193c00000 Relocatable + Small 0x0000000193c00000 0x0000000193e00000 0x0000000193e00000 Relocatable + Small 0x0000000193e00000 0x0000000193ffffe8 0x0000000194000000 Relocatable + Small 0x0000000194000000 0x0000000194200000 0x0000000194200000 Relocatable + Small 0x0000000194200000 0x0000000194400000 0x0000000194400000 Relocatable + Small 0x0000000194400000 0x0000000194600000 0x0000000194600000 Relocatable + Small 0x0000000194600000 0x0000000194800000 0x0000000194800000 Relocatable + Small 0x0000000194800000 0x0000000194a00000 0x0000000194a00000 Relocatable + Small 0x0000000194a00000 0x0000000194bfffd0 0x0000000194c00000 Relocatable + Small 0x0000000194c00000 0x0000000194e00000 0x0000000194e00000 Relocatable + Small 0x0000000194e00000 0x0000000195000000 0x0000000195000000 Relocatable + Small 0x0000000195000000 0x0000000195200000 0x0000000195200000 Relocatable + Small 0x0000000195200000 0x00000001953ffff8 0x0000000195400000 Relocatable + Small 0x0000000195400000 0x0000000195600000 0x0000000195600000 Relocatable + Small 0x0000000195600000 0x0000000195800000 0x0000000195800000 Relocatable + Small 0x0000000195800000 0x0000000195a00000 0x0000000195a00000 Relocatable + Small 0x0000000195a00000 0x0000000195c00000 0x0000000195c00000 Relocatable + Small 0x0000000195c00000 0x0000000195e00000 0x0000000195e00000 Relocatable + Small 0x0000000195e00000 0x0000000196000000 0x0000000196000000 Relocatable + Small 0x0000000196000000 0x0000000196200000 0x0000000196200000 Relocatable + Small 0x0000000196200000 0x0000000196400000 0x0000000196400000 Relocatable + Small 0x0000000196400000 0x0000000196600000 0x0000000196600000 Relocatable + Small 0x0000000196600000 0x0000000196800000 0x0000000196800000 Relocatable + Small 0x0000000196800000 0x0000000196a00000 0x0000000196a00000 Relocatable + Small 0x0000000196a00000 0x0000000196c00000 0x0000000196c00000 Relocatable + Small 0x0000000196c00000 0x0000000196e00000 0x0000000196e00000 Relocatable + Small 0x0000000196e00000 0x0000000197000000 0x0000000197000000 Relocatable + Small 0x0000000197000000 0x0000000197200000 0x0000000197200000 Relocatable + Small 0x0000000197200000 0x0000000197400000 0x0000000197400000 Relocatable + Small 0x0000000197400000 0x0000000197600000 0x0000000197600000 Relocatable + Small 0x0000000197600000 0x0000000197800000 0x0000000197800000 Relocatable + Small 0x0000000197800000 0x0000000197a00000 0x0000000197a00000 Relocatable + Small 0x0000000197a00000 0x0000000197c00000 0x0000000197c00000 Relocatable + Small 0x0000000197c00000 0x0000000197e00000 0x0000000197e00000 Relocatable + Small 0x0000000197e00000 0x0000000198000000 0x0000000198000000 Relocatable + Small 0x0000000198000000 0x0000000198200000 0x0000000198200000 Relocatable + Small 0x0000000198200000 0x0000000198400000 0x0000000198400000 Relocatable + Small 0x0000000198400000 0x0000000198600000 0x0000000198600000 Relocatable + Small 0x0000000198600000 0x0000000198800000 0x0000000198800000 Relocatable + Small 0x0000000198800000 0x0000000198a00000 0x0000000198a00000 Relocatable + Small 0x0000000198a00000 0x0000000198c00000 0x0000000198c00000 Relocatable + Small 0x0000000198c00000 0x0000000198e00000 0x0000000198e00000 Relocatable + Small 0x0000000198e00000 0x0000000199000000 0x0000000199000000 Relocatable + Small 0x0000000199000000 0x0000000199200000 0x0000000199200000 Relocatable + Small 0x0000000199200000 0x0000000199400000 0x0000000199400000 Relocatable + Small 0x0000000199400000 0x0000000199600000 0x0000000199600000 Relocatable + Small 0x0000000199600000 0x0000000199800000 0x0000000199800000 Relocatable + Small 0x0000000199800000 0x0000000199a00000 0x0000000199a00000 Relocatable + Small 0x0000000199a00000 0x0000000199c00000 0x0000000199c00000 Relocatable + Small 0x0000000199c00000 0x0000000199e00000 0x0000000199e00000 Relocatable + Small 0x0000000199e00000 0x000000019a000000 0x000000019a000000 Relocatable + Small 0x000000019a000000 0x000000019a200000 0x000000019a200000 Relocatable + Small 0x000000019a200000 0x000000019a400000 0x000000019a400000 Relocatable + Small 0x000000019a400000 0x000000019a600000 0x000000019a600000 Relocatable + Small 0x000000019a600000 0x000000019a800000 0x000000019a800000 Relocatable + Small 0x000000019a800000 0x000000019aa00000 0x000000019aa00000 Relocatable + Small 0x000000019aa00000 0x000000019ac00000 0x000000019ac00000 Relocatable + Small 0x000000019ac00000 0x000000019ae00000 0x000000019ae00000 Relocatable + Small 0x000000019ae00000 0x000000019b000000 0x000000019b000000 Relocatable + Small 0x000000019b000000 0x000000019b200000 0x000000019b200000 Relocatable + Small 0x000000019b200000 0x000000019b400000 0x000000019b400000 Relocatable + Small 0x000000019b400000 0x000000019b600000 0x000000019b600000 Relocatable + Small 0x000000019b600000 0x000000019b800000 0x000000019b800000 Relocatable + Small 0x000000019b800000 0x000000019ba00000 0x000000019ba00000 Relocatable + Small 0x000000019ba00000 0x000000019bc00000 0x000000019bc00000 Relocatable + Small 0x000000019bc00000 0x000000019be00000 0x000000019be00000 Relocatable + Small 0x000000019be00000 0x000000019c000000 0x000000019c000000 Relocatable + Small 0x000000019c000000 0x000000019c200000 0x000000019c200000 Relocatable + Small 0x000000019c200000 0x000000019c400000 0x000000019c400000 Relocatable + Small 0x000000019c400000 0x000000019c5fff48 0x000000019c600000 Relocatable + Small 0x000000019c600000 0x000000019c800000 0x000000019c800000 Relocatable + Small 0x000000019c800000 0x000000019ca00000 0x000000019ca00000 Relocatable + Small 0x000000019ca00000 0x000000019cc00000 0x000000019cc00000 Relocatable + Small 0x000000019cc00000 0x000000019ce00000 0x000000019ce00000 Relocatable + Small 0x000000019ce00000 0x000000019d000000 0x000000019d000000 Relocatable + Small 0x000000019d000000 0x000000019d200000 0x000000019d200000 Relocatable + Small 0x000000019d200000 0x000000019d400000 0x000000019d400000 Relocatable + Small 0x000000019d400000 0x000000019d600000 0x000000019d600000 Relocatable + Small 0x000000019d600000 0x000000019d800000 0x000000019d800000 Relocatable + Small 0x000000019d800000 0x000000019da00000 0x000000019da00000 Relocatable + Small 0x000000019da00000 0x000000019dc00000 0x000000019dc00000 Relocatable + Small 0x000000019dc00000 0x000000019de00000 0x000000019de00000 Relocatable + Small 0x000000019de00000 0x000000019e000000 0x000000019e000000 Relocatable + Small 0x000000019e000000 0x000000019e200000 0x000000019e200000 Relocatable + Small 0x000000019e200000 0x000000019e400000 0x000000019e400000 Relocatable + Small 0x000000019e400000 0x000000019e600000 0x000000019e600000 Relocatable + Small 0x000000019e600000 0x000000019e800000 0x000000019e800000 Relocatable + Small 0x000000019e800000 0x000000019ea00000 0x000000019ea00000 Relocatable + Small 0x000000019ea00000 0x000000019ec00000 0x000000019ec00000 Relocatable + Small 0x000000019ec00000 0x000000019ee00000 0x000000019ee00000 Relocatable + Small 0x000000019ee00000 0x000000019f000000 0x000000019f000000 Relocatable + Small 0x000000019f000000 0x000000019f200000 0x000000019f200000 Relocatable + Small 0x000000019f200000 0x000000019f400000 0x000000019f400000 Relocatable + Small 0x000000019f400000 0x000000019f600000 0x000000019f600000 Relocatable + Small 0x000000019f600000 0x000000019f800000 0x000000019f800000 Relocatable + Small 0x000000019f800000 0x000000019fa00000 0x000000019fa00000 Relocatable + Small 0x000000019fa00000 0x000000019fc00000 0x000000019fc00000 Relocatable + Small 0x000000019fc00000 0x000000019fe00000 0x000000019fe00000 Relocatable + Small 0x000000019fe00000 0x00000001a0000000 0x00000001a0000000 Relocatable + Small 0x00000001a0000000 0x00000001a0200000 0x00000001a0200000 Relocatable + Small 0x00000001a0200000 0x00000001a0400000 0x00000001a0400000 Relocatable + Small 0x00000001a0400000 0x00000001a0600000 0x00000001a0600000 Relocatable + Small 0x00000001a0600000 0x00000001a0800000 0x00000001a0800000 Relocatable + Small 0x00000001a0800000 0x00000001a0a00000 0x00000001a0a00000 Relocatable + Small 0x00000001a0a00000 0x00000001a0c00000 0x00000001a0c00000 Relocatable + Small 0x00000001a0c00000 0x00000001a0e00000 0x00000001a0e00000 Relocatable + Small 0x00000001a0e00000 0x00000001a1000000 0x00000001a1000000 Relocatable + Small 0x00000001a1000000 0x00000001a1200000 0x00000001a1200000 Relocatable + Small 0x00000001a1200000 0x00000001a1400000 0x00000001a1400000 Relocatable + Small 0x00000001a1400000 0x00000001a1600000 0x00000001a1600000 Relocatable + Small 0x00000001a1600000 0x00000001a1800000 0x00000001a1800000 Relocatable + Small 0x00000001a1800000 0x00000001a1a00000 0x00000001a1a00000 Relocatable + Small 0x00000001a1a00000 0x00000001a1c00000 0x00000001a1c00000 Relocatable + Small 0x00000001a1c00000 0x00000001a1e00000 0x00000001a1e00000 Relocatable + Small 0x00000001a1e00000 0x00000001a2000000 0x00000001a2000000 Relocatable + Small 0x00000001a2000000 0x00000001a2200000 0x00000001a2200000 Relocatable + Small 0x00000001a2200000 0x00000001a2400000 0x00000001a2400000 Relocatable + Small 0x00000001a2400000 0x00000001a2600000 0x00000001a2600000 Relocatable + Small 0x00000001a2600000 0x00000001a2800000 0x00000001a2800000 Relocatable + Small 0x00000001a2800000 0x00000001a2a00000 0x00000001a2a00000 Relocatable + Small 0x00000001a2a00000 0x00000001a2c00000 0x00000001a2c00000 Relocatable + Small 0x00000001a2c00000 0x00000001a2e00000 0x00000001a2e00000 Relocatable + Small 0x00000001a2e00000 0x00000001a3000000 0x00000001a3000000 Relocatable + Small 0x00000001a3000000 0x00000001a3200000 0x00000001a3200000 Relocatable + Small 0x00000001a3200000 0x00000001a3400000 0x00000001a3400000 Relocatable + Small 0x00000001a3400000 0x00000001a3600000 0x00000001a3600000 Relocatable + Small 0x00000001a3600000 0x00000001a3800000 0x00000001a3800000 Relocatable + Small 0x00000001a3800000 0x00000001a3a00000 0x00000001a3a00000 Relocatable + Small 0x00000001a3a00000 0x00000001a3c00000 0x00000001a3c00000 Relocatable + Small 0x00000001a3c00000 0x00000001a3e00000 0x00000001a3e00000 Relocatable + Small 0x00000001a3e00000 0x00000001a4000000 0x00000001a4000000 Relocatable + Small 0x00000001a4000000 0x00000001a4200000 0x00000001a4200000 Relocatable + Small 0x00000001a4200000 0x00000001a4400000 0x00000001a4400000 Relocatable + Small 0x00000001a4400000 0x00000001a4600000 0x00000001a4600000 Relocatable + Small 0x00000001a4600000 0x00000001a4800000 0x00000001a4800000 Relocatable + Small 0x00000001a4800000 0x00000001a4a00000 0x00000001a4a00000 Relocatable + Small 0x00000001a4a00000 0x00000001a4c00000 0x00000001a4c00000 Relocatable + Small 0x00000001a4c00000 0x00000001a4e00000 0x00000001a4e00000 Relocatable + Small 0x00000001a4e00000 0x00000001a5000000 0x00000001a5000000 Relocatable + Small 0x00000001a5000000 0x00000001a5200000 0x00000001a5200000 Relocatable + Small 0x00000001a5200000 0x00000001a5400000 0x00000001a5400000 Relocatable + Small 0x00000001a5400000 0x00000001a5600000 0x00000001a5600000 Relocatable + Small 0x00000001a5600000 0x00000001a5800000 0x00000001a5800000 Relocatable + Small 0x00000001a5800000 0x00000001a5a00000 0x00000001a5a00000 Relocatable + Small 0x00000001a5a00000 0x00000001a5c00000 0x00000001a5c00000 Relocatable + Small 0x00000001a5c00000 0x00000001a5e00000 0x00000001a5e00000 Relocatable + Small 0x00000001a5e00000 0x00000001a6000000 0x00000001a6000000 Relocatable + Small 0x00000001a6000000 0x00000001a6200000 0x00000001a6200000 Relocatable + Small 0x00000001a6200000 0x00000001a6400000 0x00000001a6400000 Relocatable + Small 0x00000001a6400000 0x00000001a6600000 0x00000001a6600000 Relocatable + Small 0x00000001a6600000 0x00000001a6800000 0x00000001a6800000 Relocatable + Small 0x00000001a6800000 0x00000001a6a00000 0x00000001a6a00000 Relocatable + Small 0x00000001a6a00000 0x00000001a6bfffd8 0x00000001a6c00000 Relocatable + Small 0x00000001a6c00000 0x00000001a6e00000 0x00000001a6e00000 Relocatable + Small 0x00000001a6e00000 0x00000001a6ffffd0 0x00000001a7000000 Relocatable + Small 0x00000001a7000000 0x00000001a7200000 0x00000001a7200000 Relocatable + Small 0x00000001a7200000 0x00000001a7400000 0x00000001a7400000 Relocatable + Small 0x00000001a7400000 0x00000001a75fffd8 0x00000001a7600000 Relocatable + Small 0x00000001a7600000 0x00000001a7800000 0x00000001a7800000 Relocatable + Small 0x00000001a7800000 0x00000001a79ffff8 0x00000001a7a00000 Relocatable + Small 0x00000001a7a00000 0x00000001a7c00000 0x00000001a7c00000 Relocatable + Small 0x00000001a7c00000 0x00000001a7e00000 0x00000001a7e00000 Relocatable + Small 0x00000001a7e00000 0x00000001a8000000 0x00000001a8000000 Relocatable + Small 0x00000001a8000000 0x00000001a8200000 0x00000001a8200000 Relocatable + Small 0x00000001a8200000 0x00000001a8400000 0x00000001a8400000 Relocatable + Small 0x00000001a8400000 0x00000001a85fffd0 0x00000001a8600000 Relocatable + Small 0x00000001a8600000 0x00000001a8800000 0x00000001a8800000 Relocatable + Small 0x00000001a8800000 0x00000001a8a00000 0x00000001a8a00000 Relocatable + Small 0x00000001a8a00000 0x00000001a8bffff8 0x00000001a8c00000 Relocatable + Small 0x00000001a8c00000 0x00000001a8e00000 0x00000001a8e00000 Relocatable + Small 0x00000001a8e00000 0x00000001a9000000 0x00000001a9000000 Relocatable + Small 0x00000001a9000000 0x00000001a91fffe8 0x00000001a9200000 Relocatable + Small 0x00000001a9200000 0x00000001a9400000 0x00000001a9400000 Relocatable + Small 0x00000001a9400000 0x00000001a9600000 0x00000001a9600000 Relocatable + Small 0x00000001a9600000 0x00000001a9800000 0x00000001a9800000 Relocatable + Small 0x00000001a9800000 0x00000001a9a00000 0x00000001a9a00000 Relocatable + Small 0x00000001a9a00000 0x00000001a9c00000 0x00000001a9c00000 Relocatable + Small 0x00000001a9c00000 0x00000001a9e00000 0x00000001a9e00000 Relocatable + Small 0x00000001a9e00000 0x00000001aa000000 0x00000001aa000000 Relocatable + Small 0x00000001aa000000 0x00000001aa200000 0x00000001aa200000 Relocatable + Small 0x00000001aa200000 0x00000001aa400000 0x00000001aa400000 Relocatable + Small 0x00000001aa400000 0x00000001aa5fffe8 0x00000001aa600000 Relocatable + Small 0x00000001aa600000 0x00000001aa800000 0x00000001aa800000 Relocatable + Small 0x00000001aa800000 0x00000001aaa00000 0x00000001aaa00000 Relocatable + Small 0x00000001aaa00000 0x00000001aac00000 0x00000001aac00000 Relocatable + Small 0x00000001aac00000 0x00000001aae00000 0x00000001aae00000 Relocatable + Small 0x00000001aae00000 0x00000001ab000000 0x00000001ab000000 Relocatable + Small 0x00000001ab000000 0x00000001ab200000 0x00000001ab200000 Relocatable + Small 0x00000001ab200000 0x00000001ab3ffff8 0x00000001ab400000 Relocatable + Small 0x00000001ab400000 0x00000001ab600000 0x00000001ab600000 Relocatable + Small 0x00000001ab600000 0x00000001ab800000 0x00000001ab800000 Relocatable + Small 0x00000001ab800000 0x00000001aba00000 0x00000001aba00000 Relocatable + Small 0x00000001aba00000 0x00000001abc00000 0x00000001abc00000 Relocatable + Small 0x00000001abc00000 0x00000001abe00000 0x00000001abe00000 Relocatable + Small 0x00000001abe00000 0x00000001ac000000 0x00000001ac000000 Relocatable + Small 0x00000001ac000000 0x00000001ac200000 0x00000001ac200000 Relocatable + Small 0x00000001ac200000 0x00000001ac400000 0x00000001ac400000 Relocatable + Small 0x00000001ac400000 0x00000001ac600000 0x00000001ac600000 Relocatable + Small 0x00000001ac600000 0x00000001ac800000 0x00000001ac800000 Relocatable + Small 0x00000001ac800000 0x00000001aca00000 0x00000001aca00000 Relocatable + Small 0x00000001aca00000 0x00000001acc00000 0x00000001acc00000 Relocatable + Small 0x00000001acc00000 0x00000001ace00000 0x00000001ace00000 Relocatable + Small 0x00000001ace00000 0x00000001ad000000 0x00000001ad000000 Relocatable + Small 0x00000001ad000000 0x00000001ad200000 0x00000001ad200000 Relocatable + Small 0x00000001ad200000 0x00000001ad3ffff0 0x00000001ad400000 Relocatable + Small 0x00000001ad400000 0x00000001ad600000 0x00000001ad600000 Relocatable + Small 0x00000001ad600000 0x00000001ad800000 0x00000001ad800000 Relocatable + Small 0x00000001ad800000 0x00000001ada00000 0x00000001ada00000 Relocatable + Small 0x00000001ada00000 0x00000001adc00000 0x00000001adc00000 Relocatable + Small 0x00000001adc00000 0x00000001ade00000 0x00000001ade00000 Relocatable + Small 0x00000001ade00000 0x00000001ae000000 0x00000001ae000000 Relocatable + Small 0x00000001ae000000 0x00000001ae200000 0x00000001ae200000 Relocatable + Small 0x00000001ae200000 0x00000001ae400000 0x00000001ae400000 Relocatable + Small 0x00000001ae400000 0x00000001ae600000 0x00000001ae600000 Relocatable + Small 0x00000001ae600000 0x00000001ae7fffb0 0x00000001ae800000 Relocatable + Small 0x00000001ae800000 0x00000001aea00000 0x00000001aea00000 Relocatable + Small 0x00000001aea00000 0x00000001aec00000 0x00000001aec00000 Relocatable + Small 0x00000001aec00000 0x00000001aee00000 0x00000001aee00000 Relocatable + Small 0x00000001aee00000 0x00000001af000000 0x00000001af000000 Relocatable + Small 0x00000001af000000 0x00000001af1ffff0 0x00000001af200000 Relocatable + Small 0x00000001af200000 0x00000001af400000 0x00000001af400000 Relocatable + Small 0x00000001af400000 0x00000001af600000 0x00000001af600000 Relocatable + Small 0x00000001af600000 0x00000001af800000 0x00000001af800000 Relocatable + Small 0x00000001af800000 0x00000001afa00000 0x00000001afa00000 Relocatable + Small 0x00000001afa00000 0x00000001afc00000 0x00000001afc00000 Relocatable + Small 0x00000001afc00000 0x00000001afe00000 0x00000001afe00000 Relocatable + Small 0x00000001afe00000 0x00000001b0000000 0x00000001b0000000 Relocatable + Small 0x00000001b0000000 0x00000001b0200000 0x00000001b0200000 Relocatable + Small 0x00000001b0200000 0x00000001b0400000 0x00000001b0400000 Relocatable + Small 0x00000001b0400000 0x00000001b0600000 0x00000001b0600000 Relocatable + Small 0x00000001b0600000 0x00000001b0800000 0x00000001b0800000 Relocatable + Small 0x00000001b0800000 0x00000001b0a00000 0x00000001b0a00000 Relocatable + Small 0x00000001b0a00000 0x00000001b0c00000 0x00000001b0c00000 Relocatable + Small 0x00000001b0c00000 0x00000001b0e00000 0x00000001b0e00000 Relocatable + Small 0x00000001b0e00000 0x00000001b1000000 0x00000001b1000000 Relocatable + Small 0x00000001b1000000 0x00000001b1200000 0x00000001b1200000 Relocatable + Small 0x00000001b1200000 0x00000001b1400000 0x00000001b1400000 Relocatable + Small 0x00000001b1400000 0x00000001b1600000 0x00000001b1600000 Relocatable + Small 0x00000001b1600000 0x00000001b1800000 0x00000001b1800000 Relocatable + Small 0x00000001b1800000 0x00000001b1a00000 0x00000001b1a00000 Relocatable + Small 0x00000001b1a00000 0x00000001b1c00000 0x00000001b1c00000 Relocatable + Small 0x00000001b1c00000 0x00000001b1e00000 0x00000001b1e00000 Relocatable + Small 0x00000001b1e00000 0x00000001b2000000 0x00000001b2000000 Relocatable + Small 0x00000001b2000000 0x00000001b2200000 0x00000001b2200000 Relocatable + Small 0x00000001b2200000 0x00000001b2400000 0x00000001b2400000 Relocatable + Small 0x00000001b2400000 0x00000001b2600000 0x00000001b2600000 Relocatable + Small 0x00000001b2600000 0x00000001b2800000 0x00000001b2800000 Relocatable + Small 0x00000001b2800000 0x00000001b2a00000 0x00000001b2a00000 Relocatable + Small 0x00000001b2a00000 0x00000001b2c00000 0x00000001b2c00000 Relocatable + Small 0x00000001b2c00000 0x00000001b2e00000 0x00000001b2e00000 Relocatable + Small 0x00000001b2e00000 0x00000001b3000000 0x00000001b3000000 Relocatable + Small 0x00000001b3000000 0x00000001b3200000 0x00000001b3200000 Relocatable + Small 0x00000001b3200000 0x00000001b3400000 0x00000001b3400000 Relocatable + Small 0x00000001b3400000 0x00000001b3600000 0x00000001b3600000 Relocatable + Small 0x00000001b3600000 0x00000001b3800000 0x00000001b3800000 Relocatable + Small 0x00000001b3800000 0x00000001b3a00000 0x00000001b3a00000 Relocatable + Small 0x00000001b3a00000 0x00000001b3c00000 0x00000001b3c00000 Relocatable + Small 0x00000001b3c00000 0x00000001b3e00000 0x00000001b3e00000 Relocatable + Small 0x00000001b3e00000 0x00000001b4000000 0x00000001b4000000 Relocatable + Small 0x00000001b4000000 0x00000001b4200000 0x00000001b4200000 Relocatable + Small 0x00000001b4200000 0x00000001b4400000 0x00000001b4400000 Relocatable + Small 0x00000001b4400000 0x00000001b4600000 0x00000001b4600000 Relocatable + Small 0x00000001b4600000 0x00000001b4800000 0x00000001b4800000 Relocatable + Small 0x00000001b4800000 0x00000001b4a00000 0x00000001b4a00000 Relocatable + Small 0x00000001b4a00000 0x00000001b4c00000 0x00000001b4c00000 Relocatable + Small 0x00000001b4c00000 0x00000001b4e00000 0x00000001b4e00000 Relocatable + Small 0x00000001b4e00000 0x00000001b5000000 0x00000001b5000000 Relocatable + Small 0x00000001b5000000 0x00000001b51fff68 0x00000001b5200000 Relocatable + Small 0x00000001b5200000 0x00000001b53fcc18 0x00000001b5400000 Relocatable + Small 0x00000001b5400000 0x00000001b5600000 0x00000001b5600000 Relocatable + Small 0x00000001b5600000 0x00000001b5800000 0x00000001b5800000 Relocatable + Small 0x00000001b5800000 0x00000001b5a00000 0x00000001b5a00000 Relocatable + Small 0x00000001b5a00000 0x00000001b5c00000 0x00000001b5c00000 Relocatable + Small 0x00000001b5c00000 0x00000001b5e00000 0x00000001b5e00000 Relocatable + Small 0x00000001b5e00000 0x00000001b6000000 0x00000001b6000000 Relocatable + Small 0x00000001b6000000 0x00000001b6200000 0x00000001b6200000 Relocatable + Small 0x00000001b6200000 0x00000001b6400000 0x00000001b6400000 Relocatable + Small 0x00000001b6400000 0x00000001b6600000 0x00000001b6600000 Relocatable + Small 0x00000001b6600000 0x00000001b6800000 0x00000001b6800000 Relocatable + Small 0x00000001b6800000 0x00000001b6a00000 0x00000001b6a00000 Relocatable + Small 0x00000001b6a00000 0x00000001b6c00000 0x00000001b6c00000 Relocatable + Small 0x00000001b6c00000 0x00000001b6e00000 0x00000001b6e00000 Relocatable + Small 0x00000001b6e00000 0x00000001b7000000 0x00000001b7000000 Relocatable + Small 0x00000001b7000000 0x00000001b7200000 0x00000001b7200000 Relocatable + Small 0x00000001b7200000 0x00000001b7400000 0x00000001b7400000 Relocatable + Small 0x00000001b7400000 0x00000001b7600000 0x00000001b7600000 Relocatable + Small 0x00000001b7600000 0x00000001b7800000 0x00000001b7800000 Relocatable + Small 0x00000001b7800000 0x00000001b7a00000 0x00000001b7a00000 Relocatable + Small 0x00000001b7a00000 0x00000001b7c00000 0x00000001b7c00000 Relocatable + Small 0x00000001b7c00000 0x00000001b7e00000 0x00000001b7e00000 Relocatable + Small 0x00000001b7e00000 0x00000001b8000000 0x00000001b8000000 Relocatable + Small 0x00000001b8000000 0x00000001b8200000 0x00000001b8200000 Relocatable + Small 0x00000001b8200000 0x00000001b8400000 0x00000001b8400000 Relocatable + Small 0x00000001b8400000 0x00000001b8600000 0x00000001b8600000 Relocatable + Small 0x00000001b8600000 0x00000001b8800000 0x00000001b8800000 Relocatable + Small 0x00000001b8800000 0x00000001b8a00000 0x00000001b8a00000 Relocatable + Small 0x00000001b8a00000 0x00000001b8c00000 0x00000001b8c00000 Relocatable + Small 0x00000001b8c00000 0x00000001b8e00000 0x00000001b8e00000 Relocatable + Small 0x00000001b8e00000 0x00000001b9000000 0x00000001b9000000 Relocatable + Small 0x00000001b9000000 0x00000001b9200000 0x00000001b9200000 Relocatable + Small 0x00000001b9200000 0x00000001b9400000 0x00000001b9400000 Relocatable + Small 0x00000001b9400000 0x00000001b9600000 0x00000001b9600000 Relocatable + Small 0x00000001b9600000 0x00000001b9800000 0x00000001b9800000 Relocatable + Small 0x00000001b9800000 0x00000001b9a00000 0x00000001b9a00000 Relocatable + Small 0x00000001b9a00000 0x00000001b9c00000 0x00000001b9c00000 Relocatable + Small 0x00000001b9c00000 0x00000001b9e00000 0x00000001b9e00000 Relocatable + Small 0x00000001b9e00000 0x00000001ba000000 0x00000001ba000000 Relocatable + Small 0x00000001ba000000 0x00000001ba200000 0x00000001ba200000 Relocatable + Small 0x00000001ba200000 0x00000001ba400000 0x00000001ba400000 Relocatable + Small 0x00000001ba400000 0x00000001ba600000 0x00000001ba600000 Relocatable + Small 0x00000001ba600000 0x00000001ba800000 0x00000001ba800000 Relocatable + Small 0x00000001ba800000 0x00000001baa00000 0x00000001baa00000 Relocatable + Small 0x00000001baa00000 0x00000001bac00000 0x00000001bac00000 Relocatable + Small 0x00000001bac00000 0x00000001bae00000 0x00000001bae00000 Relocatable + Small 0x00000001bae00000 0x00000001bb000000 0x00000001bb000000 Relocatable + Small 0x00000001bb000000 0x00000001bb200000 0x00000001bb200000 Relocatable + Small 0x00000001bb200000 0x00000001bb400000 0x00000001bb400000 Relocatable + Small 0x00000001bb400000 0x00000001bb600000 0x00000001bb600000 Relocatable + Small 0x00000001bb600000 0x00000001bb800000 0x00000001bb800000 Relocatable + Small 0x00000001bb800000 0x00000001bba00000 0x00000001bba00000 Relocatable + Small 0x00000001bba00000 0x00000001bbc00000 0x00000001bbc00000 Relocatable + Small 0x00000001bbc00000 0x00000001bbe00000 0x00000001bbe00000 Relocatable + Small 0x00000001bbe00000 0x00000001bc000000 0x00000001bc000000 Relocatable + Small 0x00000001bc000000 0x00000001bc200000 0x00000001bc200000 Relocatable + Small 0x00000001bc200000 0x00000001bc400000 0x00000001bc400000 Relocatable + Small 0x00000001bc400000 0x00000001bc600000 0x00000001bc600000 Relocatable + Small 0x00000001bc600000 0x00000001bc800000 0x00000001bc800000 Relocatable + Small 0x00000001bc800000 0x00000001bca00000 0x00000001bca00000 Relocatable + Small 0x00000001bca00000 0x00000001bcc00000 0x00000001bcc00000 Relocatable + Small 0x00000001bcc00000 0x00000001bce00000 0x00000001bce00000 Relocatable + Small 0x00000001bce00000 0x00000001bd000000 0x00000001bd000000 Relocatable + Small 0x00000001bd000000 0x00000001bd200000 0x00000001bd200000 Relocatable + Small 0x00000001bd200000 0x00000001bd400000 0x00000001bd400000 Relocatable + Small 0x00000001bd400000 0x00000001bd600000 0x00000001bd600000 Relocatable + Small 0x00000001bd600000 0x00000001bd800000 0x00000001bd800000 Relocatable + Small 0x00000001bd800000 0x00000001bda00000 0x00000001bda00000 Relocatable + Small 0x00000001bda00000 0x00000001bdc00000 0x00000001bdc00000 Relocatable + Small 0x00000001bdc00000 0x00000001bde00000 0x00000001bde00000 Relocatable + Small 0x00000001bde00000 0x00000001be000000 0x00000001be000000 Relocatable + Small 0x00000001be000000 0x00000001be200000 0x00000001be200000 Relocatable + Small 0x00000001be200000 0x00000001be400000 0x00000001be400000 Relocatable + Small 0x00000001be400000 0x00000001be600000 0x00000001be600000 Relocatable + Small 0x00000001be600000 0x00000001be800000 0x00000001be800000 Relocatable + Small 0x00000001be800000 0x00000001bea00000 0x00000001bea00000 Relocatable + Small 0x00000001bea00000 0x00000001bec00000 0x00000001bec00000 Relocatable + Small 0x00000001bec00000 0x00000001bedfffc0 0x00000001bee00000 Relocatable + Small 0x00000001bee00000 0x00000001bf000000 0x00000001bf000000 Relocatable + Small 0x00000001bf000000 0x00000001bf1fffc0 0x00000001bf200000 Relocatable + Small 0x00000001bf200000 0x00000001bf400000 0x00000001bf400000 Relocatable + Small 0x00000001bf400000 0x00000001bf600000 0x00000001bf600000 Relocatable + Small 0x00000001bf600000 0x00000001bf800000 0x00000001bf800000 Relocatable + Small 0x00000001bf800000 0x00000001bfa00000 0x00000001bfa00000 Relocatable + Small 0x00000001bfa00000 0x00000001bfc00000 0x00000001bfc00000 Relocatable + Small 0x00000001bfc00000 0x00000001bfe00000 0x00000001bfe00000 Relocatable + Small 0x00000001bfe00000 0x00000001c0000000 0x00000001c0000000 Relocatable + Small 0x00000001c0000000 0x00000001c0200000 0x00000001c0200000 Relocatable + Small 0x00000001c0200000 0x00000001c0400000 0x00000001c0400000 Relocatable + Small 0x00000001c0400000 0x00000001c0600000 0x00000001c0600000 Relocatable + Small 0x00000001c0600000 0x00000001c0800000 0x00000001c0800000 Relocatable + Small 0x00000001c0800000 0x00000001c0a00000 0x00000001c0a00000 Relocatable + Small 0x00000001c0a00000 0x00000001c0c00000 0x00000001c0c00000 Relocatable + Small 0x00000001c0c00000 0x00000001c0e00000 0x00000001c0e00000 Relocatable + Small 0x00000001c0e00000 0x00000001c1000000 0x00000001c1000000 Relocatable + Small 0x00000001c1000000 0x00000001c1200000 0x00000001c1200000 Relocatable + Small 0x00000001c1200000 0x00000001c13ffff0 0x00000001c1400000 Relocatable + Small 0x00000001c1400000 0x00000001c1600000 0x00000001c1600000 Relocatable + Small 0x00000001c1600000 0x00000001c1800000 0x00000001c1800000 Relocatable + Small 0x00000001c1800000 0x00000001c1a00000 0x00000001c1a00000 Relocatable + Small 0x00000001c1a00000 0x00000001c1c00000 0x00000001c1c00000 Relocatable + Small 0x00000001c1c00000 0x00000001c1e00000 0x00000001c1e00000 Relocatable + Small 0x00000001c1e00000 0x00000001c2000000 0x00000001c2000000 Relocatable + Small 0x00000001c2000000 0x00000001c2200000 0x00000001c2200000 Relocatable + Small 0x00000001c2200000 0x00000001c2400000 0x00000001c2400000 Relocatable + Small 0x00000001c2400000 0x00000001c2600000 0x00000001c2600000 Relocatable + Small 0x00000001c2600000 0x00000001c2800000 0x00000001c2800000 Relocatable + Small 0x00000001c2800000 0x00000001c2a00000 0x00000001c2a00000 Relocatable + Small 0x00000001c2a00000 0x00000001c2c00000 0x00000001c2c00000 Relocatable + Small 0x00000001c2c00000 0x00000001c2e00000 0x00000001c2e00000 Relocatable + Small 0x00000001c2e00000 0x00000001c3000000 0x00000001c3000000 Relocatable + Small 0x00000001c3000000 0x00000001c3200000 0x00000001c3200000 Relocatable + Small 0x00000001c3200000 0x00000001c3400000 0x00000001c3400000 Relocatable + Small 0x00000001c3400000 0x00000001c3600000 0x00000001c3600000 Relocatable + Small 0x00000001c3600000 0x00000001c3800000 0x00000001c3800000 Relocatable + Small 0x00000001c3800000 0x00000001c3a00000 0x00000001c3a00000 Relocatable + Small 0x00000001c3a00000 0x00000001c3c00000 0x00000001c3c00000 Relocatable + Small 0x00000001c3c00000 0x00000001c3e00000 0x00000001c3e00000 Relocatable + Small 0x00000001c3e00000 0x00000001c4000000 0x00000001c4000000 Relocatable + Small 0x00000001c4000000 0x00000001c4200000 0x00000001c4200000 Relocatable + Small 0x00000001c4200000 0x00000001c4400000 0x00000001c4400000 Relocatable + Small 0x00000001c4400000 0x00000001c4600000 0x00000001c4600000 Relocatable + Small 0x00000001c4600000 0x00000001c4800000 0x00000001c4800000 Relocatable + Small 0x00000001c4800000 0x00000001c4a00000 0x00000001c4a00000 Relocatable + Small 0x00000001c4a00000 0x00000001c4c00000 0x00000001c4c00000 Relocatable + Small 0x00000001c4c00000 0x00000001c4e00000 0x00000001c4e00000 Relocatable + Small 0x00000001c4e00000 0x00000001c5000000 0x00000001c5000000 Relocatable + Small 0x00000001c5000000 0x00000001c5200000 0x00000001c5200000 Relocatable + Small 0x00000001c5200000 0x00000001c5400000 0x00000001c5400000 Relocatable + Small 0x00000001c5400000 0x00000001c5600000 0x00000001c5600000 Relocatable + Small 0x00000001c5600000 0x00000001c5800000 0x00000001c5800000 Relocatable + Small 0x00000001c5800000 0x00000001c5a00000 0x00000001c5a00000 Relocatable + Small 0x00000001c5a00000 0x00000001c5c00000 0x00000001c5c00000 Relocatable + Small 0x00000001c5c00000 0x00000001c5e00000 0x00000001c5e00000 Relocatable + Small 0x00000001c5e00000 0x00000001c6000000 0x00000001c6000000 Relocatable + Small 0x00000001c6000000 0x00000001c6200000 0x00000001c6200000 Relocatable + Small 0x00000001c6200000 0x00000001c6400000 0x00000001c6400000 Relocatable + Small 0x00000001c6400000 0x00000001c6600000 0x00000001c6600000 Relocatable + Small 0x00000001c6600000 0x00000001c6800000 0x00000001c6800000 Relocatable + Small 0x00000001c6800000 0x00000001c6a00000 0x00000001c6a00000 Relocatable + Small 0x00000001c6a00000 0x00000001c6c00000 0x00000001c6c00000 Relocatable + Small 0x00000001c6c00000 0x00000001c6e00000 0x00000001c6e00000 Relocatable + Small 0x00000001c6e00000 0x00000001c7000000 0x00000001c7000000 Relocatable + Small 0x00000001c7000000 0x00000001c7200000 0x00000001c7200000 Relocatable + Small 0x00000001c7200000 0x00000001c7400000 0x00000001c7400000 Relocatable + Small 0x00000001c7400000 0x00000001c7600000 0x00000001c7600000 Relocatable + Small 0x00000001c7600000 0x00000001c7800000 0x00000001c7800000 Relocatable + Small 0x00000001c7800000 0x00000001c7a00000 0x00000001c7a00000 Relocatable + Small 0x00000001c7a00000 0x00000001c7c00000 0x00000001c7c00000 Relocatable + Small 0x00000001c7c00000 0x00000001c7e00000 0x00000001c7e00000 Relocatable + Small 0x00000001c7e00000 0x00000001c8000000 0x00000001c8000000 Relocatable + Small 0x00000001c8000000 0x00000001c8200000 0x00000001c8200000 Relocatable + Small 0x00000001c8200000 0x00000001c8400000 0x00000001c8400000 Relocatable + Small 0x00000001c8400000 0x00000001c8600000 0x00000001c8600000 Relocatable + Small 0x00000001c8600000 0x00000001c8800000 0x00000001c8800000 Relocatable + Small 0x00000001c8800000 0x00000001c8a00000 0x00000001c8a00000 Relocatable + Small 0x00000001c8a00000 0x00000001c8c00000 0x00000001c8c00000 Relocatable + Small 0x00000001c8c00000 0x00000001c8e00000 0x00000001c8e00000 Relocatable + Small 0x00000001c8e00000 0x00000001c9000000 0x00000001c9000000 Relocatable + Small 0x00000001c9000000 0x00000001c9200000 0x00000001c9200000 Relocatable + Small 0x00000001c9200000 0x00000001c9400000 0x00000001c9400000 Relocatable + Small 0x00000001c9400000 0x00000001c9600000 0x00000001c9600000 Relocatable + Small 0x00000001c9600000 0x00000001c9800000 0x00000001c9800000 Relocatable + Small 0x00000001c9800000 0x00000001c9a00000 0x00000001c9a00000 Relocatable + Small 0x00000001c9a00000 0x00000001c9c00000 0x00000001c9c00000 Relocatable + Small 0x00000001c9c00000 0x00000001c9e00000 0x00000001c9e00000 Relocatable + Small 0x00000001c9e00000 0x00000001ca000000 0x00000001ca000000 Relocatable + Small 0x00000001ca000000 0x00000001ca200000 0x00000001ca200000 Relocatable + Small 0x00000001ca200000 0x00000001ca400000 0x00000001ca400000 Relocatable + Small 0x00000001ca400000 0x00000001ca600000 0x00000001ca600000 Relocatable + Small 0x00000001ca600000 0x00000001ca800000 0x00000001ca800000 Relocatable + Small 0x00000001ca800000 0x00000001caa00000 0x00000001caa00000 Relocatable + Small 0x00000001caa00000 0x00000001cac00000 0x00000001cac00000 Relocatable + Small 0x00000001cac00000 0x00000001cae00000 0x00000001cae00000 Relocatable + Small 0x00000001cae00000 0x00000001cb000000 0x00000001cb000000 Relocatable + Small 0x00000001cb000000 0x00000001cb200000 0x00000001cb200000 Relocatable + Small 0x00000001cb200000 0x00000001cb400000 0x00000001cb400000 Relocatable + Small 0x00000001cb400000 0x00000001cb600000 0x00000001cb600000 Relocatable + Small 0x00000001cb600000 0x00000001cb800000 0x00000001cb800000 Relocatable + Small 0x00000001cb800000 0x00000001cba00000 0x00000001cba00000 Relocatable + Small 0x00000001cba00000 0x00000001cbc00000 0x00000001cbc00000 Relocatable + Small 0x00000001cbc00000 0x00000001cbe00000 0x00000001cbe00000 Relocatable + Small 0x00000001cbe00000 0x00000001cc000000 0x00000001cc000000 Relocatable + Small 0x00000001cc000000 0x00000001cc200000 0x00000001cc200000 Relocatable + Small 0x00000001cc200000 0x00000001cc400000 0x00000001cc400000 Relocatable + Small 0x00000001cc400000 0x00000001cc600000 0x00000001cc600000 Relocatable + Small 0x00000001cc600000 0x00000001cc800000 0x00000001cc800000 Relocatable + Small 0x00000001cc800000 0x00000001cca00000 0x00000001cca00000 Relocatable + Small 0x00000001cca00000 0x00000001ccc00000 0x00000001ccc00000 Relocatable + Small 0x00000001ccc00000 0x00000001cce00000 0x00000001cce00000 Relocatable + Small 0x00000001cce00000 0x00000001cd000000 0x00000001cd000000 Relocatable + Small 0x00000001cd000000 0x00000001cd200000 0x00000001cd200000 Relocatable + Small 0x00000001cd200000 0x00000001cd400000 0x00000001cd400000 Relocatable + Small 0x00000001cd400000 0x00000001cd600000 0x00000001cd600000 Relocatable + Small 0x00000001cd600000 0x00000001cd800000 0x00000001cd800000 Relocatable + Small 0x00000001cd800000 0x00000001cda00000 0x00000001cda00000 Relocatable + Small 0x00000001cda00000 0x00000001cdc00000 0x00000001cdc00000 Relocatable + Small 0x00000001cdc00000 0x00000001cde00000 0x00000001cde00000 Relocatable + Small 0x00000001cde00000 0x00000001ce000000 0x00000001ce000000 Relocatable + Small 0x00000001ce000000 0x00000001ce200000 0x00000001ce200000 Relocatable + Small 0x00000001ce200000 0x00000001ce400000 0x00000001ce400000 Relocatable + Small 0x00000001ce400000 0x00000001ce600000 0x00000001ce600000 Relocatable + Small 0x00000001ce600000 0x00000001ce800000 0x00000001ce800000 Relocatable + Small 0x00000001ce800000 0x00000001cea00000 0x00000001cea00000 Relocatable + Small 0x00000001cea00000 0x00000001cec00000 0x00000001cec00000 Relocatable + Small 0x00000001cec00000 0x00000001cee00000 0x00000001cee00000 Relocatable + Small 0x00000001cee00000 0x00000001cf000000 0x00000001cf000000 Relocatable + Small 0x00000001cf000000 0x00000001cf200000 0x00000001cf200000 Relocatable + Small 0x00000001cf200000 0x00000001cf400000 0x00000001cf400000 Relocatable + Small 0x00000001cf400000 0x00000001cf600000 0x00000001cf600000 Relocatable + Small 0x00000001cf600000 0x00000001cf800000 0x00000001cf800000 Relocatable + Small 0x00000001cf800000 0x00000001cfa00000 0x00000001cfa00000 Relocatable + Small 0x00000001cfa00000 0x00000001cfc00000 0x00000001cfc00000 Relocatable + Small 0x00000001cfc00000 0x00000001cfe00000 0x00000001cfe00000 Relocatable + Small 0x00000001cfe00000 0x00000001d0000000 0x00000001d0000000 Relocatable + Small 0x00000001d0000000 0x00000001d0200000 0x00000001d0200000 Relocatable + Small 0x00000001d0200000 0x00000001d0400000 0x00000001d0400000 Relocatable + Small 0x00000001d0400000 0x00000001d0600000 0x00000001d0600000 Relocatable + Small 0x00000001d0600000 0x00000001d0800000 0x00000001d0800000 Relocatable + Small 0x00000001d0800000 0x00000001d0a00000 0x00000001d0a00000 Relocatable + Small 0x00000001d0a00000 0x00000001d0c00000 0x00000001d0c00000 Relocatable + Small 0x00000001d0c00000 0x00000001d0e00000 0x00000001d0e00000 Relocatable + Small 0x00000001d0e00000 0x00000001d1000000 0x00000001d1000000 Relocatable + Small 0x00000001d1000000 0x00000001d1200000 0x00000001d1200000 Relocatable + Small 0x00000001d1200000 0x00000001d1400000 0x00000001d1400000 Relocatable + Small 0x00000001d1400000 0x00000001d1600000 0x00000001d1600000 Relocatable + Small 0x00000001d1600000 0x00000001d1800000 0x00000001d1800000 Relocatable + Small 0x00000001d1800000 0x00000001d1a00000 0x00000001d1a00000 Relocatable + Small 0x00000001d1a00000 0x00000001d1c00000 0x00000001d1c00000 Relocatable + Small 0x00000001d1c00000 0x00000001d1e00000 0x00000001d1e00000 Relocatable + Small 0x00000001d1e00000 0x00000001d2000000 0x00000001d2000000 Relocatable + Small 0x00000001d2000000 0x00000001d2200000 0x00000001d2200000 Relocatable + Small 0x00000001d2200000 0x00000001d2400000 0x00000001d2400000 Relocatable + Small 0x00000001d2400000 0x00000001d2600000 0x00000001d2600000 Relocatable + Small 0x00000001d2600000 0x00000001d2800000 0x00000001d2800000 Relocatable + Small 0x00000001d2800000 0x00000001d2a00000 0x00000001d2a00000 Relocatable + Small 0x00000001d2a00000 0x00000001d2bffff8 0x00000001d2c00000 Relocatable + Small 0x00000001d2c00000 0x00000001d2e00000 0x00000001d2e00000 Relocatable + Small 0x00000001d2e00000 0x00000001d3000000 0x00000001d3000000 Relocatable + Small 0x00000001d3000000 0x00000001d3200000 0x00000001d3200000 Relocatable + Small 0x00000001d3200000 0x00000001d3400000 0x00000001d3400000 Relocatable + Small 0x00000001d3400000 0x00000001d3600000 0x00000001d3600000 Relocatable + Small 0x00000001d3600000 0x00000001d3800000 0x00000001d3800000 Relocatable + Small 0x00000001d3800000 0x00000001d3a00000 0x00000001d3a00000 Relocatable + Small 0x00000001d3a00000 0x00000001d3c00000 0x00000001d3c00000 Relocatable + Small 0x00000001d3c00000 0x00000001d3e00000 0x00000001d3e00000 Relocatable + Small 0x00000001d3e00000 0x00000001d4000000 0x00000001d4000000 Relocatable + Small 0x00000001d4000000 0x00000001d4200000 0x00000001d4200000 Relocatable + Small 0x00000001d4200000 0x00000001d4400000 0x00000001d4400000 Relocatable + Small 0x00000001d4400000 0x00000001d4600000 0x00000001d4600000 Relocatable + Small 0x00000001d4600000 0x00000001d4800000 0x00000001d4800000 Relocatable + Small 0x00000001d4800000 0x00000001d4a00000 0x00000001d4a00000 Relocatable + Small 0x00000001d4a00000 0x00000001d4c00000 0x00000001d4c00000 Relocatable + Small 0x00000001d4c00000 0x00000001d4e00000 0x00000001d4e00000 Relocatable + Small 0x00000001d4e00000 0x00000001d5000000 0x00000001d5000000 Relocatable + Small 0x00000001d5000000 0x00000001d5200000 0x00000001d5200000 Relocatable + Small 0x00000001d5200000 0x00000001d5400000 0x00000001d5400000 Relocatable + Small 0x00000001d5400000 0x00000001d5600000 0x00000001d5600000 Relocatable + Small 0x00000001d5600000 0x00000001d5800000 0x00000001d5800000 Relocatable + Small 0x00000001d5800000 0x00000001d5a00000 0x00000001d5a00000 Relocatable + Small 0x00000001d5a00000 0x00000001d5c00000 0x00000001d5c00000 Relocatable + Small 0x00000001d5c00000 0x00000001d5e00000 0x00000001d5e00000 Relocatable + Small 0x00000001d5e00000 0x00000001d6000000 0x00000001d6000000 Relocatable + Small 0x00000001d6000000 0x00000001d6200000 0x00000001d6200000 Relocatable + Small 0x00000001d6200000 0x00000001d6400000 0x00000001d6400000 Relocatable + Small 0x00000001d6400000 0x00000001d6600000 0x00000001d6600000 Relocatable + Small 0x00000001d6600000 0x00000001d6800000 0x00000001d6800000 Relocatable + Small 0x00000001d6800000 0x00000001d6a00000 0x00000001d6a00000 Relocatable + Small 0x00000001d6a00000 0x00000001d6c00000 0x00000001d6c00000 Relocatable + Small 0x00000001d6c00000 0x00000001d6e00000 0x00000001d6e00000 Relocatable + Small 0x00000001d6e00000 0x00000001d7000000 0x00000001d7000000 Relocatable + Small 0x00000001d7000000 0x00000001d7200000 0x00000001d7200000 Relocatable + Small 0x00000001d7200000 0x00000001d7400000 0x00000001d7400000 Relocatable + Small 0x00000001d7400000 0x00000001d7600000 0x00000001d7600000 Relocatable + Small 0x00000001d7600000 0x00000001d7800000 0x00000001d7800000 Relocatable + Small 0x00000001d7800000 0x00000001d7a00000 0x00000001d7a00000 Relocatable + Small 0x00000001d7a00000 0x00000001d7bffff0 0x00000001d7c00000 Relocatable + Small 0x00000001d7c00000 0x00000001d7e00000 0x00000001d7e00000 Relocatable + Small 0x00000001d7e00000 0x00000001d8000000 0x00000001d8000000 Relocatable + Small 0x00000001d8000000 0x00000001d8200000 0x00000001d8200000 Relocatable + Small 0x00000001d8200000 0x00000001d8400000 0x00000001d8400000 Relocatable + Small 0x00000001d8400000 0x00000001d8600000 0x00000001d8600000 Relocatable + Small 0x00000001d8600000 0x00000001d8800000 0x00000001d8800000 Relocatable + Small 0x00000001d8800000 0x00000001d8a00000 0x00000001d8a00000 Relocatable + Small 0x00000001d8a00000 0x00000001d8c00000 0x00000001d8c00000 Relocatable + Small 0x00000001d8c00000 0x00000001d8e00000 0x00000001d8e00000 Relocatable + Small 0x00000001d8e00000 0x00000001d9000000 0x00000001d9000000 Relocatable + Small 0x00000001d9000000 0x00000001d9200000 0x00000001d9200000 Relocatable + Small 0x00000001d9200000 0x00000001d9400000 0x00000001d9400000 Relocatable + Small 0x00000001d9400000 0x00000001d9600000 0x00000001d9600000 Relocatable + Small 0x00000001d9600000 0x00000001d9800000 0x00000001d9800000 Relocatable + Small 0x00000001d9800000 0x00000001d9a00000 0x00000001d9a00000 Relocatable + Small 0x00000001d9a00000 0x00000001d9c00000 0x00000001d9c00000 Relocatable + Small 0x00000001d9c00000 0x00000001d9e00000 0x00000001d9e00000 Relocatable + Small 0x00000001d9e00000 0x00000001da000000 0x00000001da000000 Relocatable + Small 0x00000001da000000 0x00000001da200000 0x00000001da200000 Relocatable + Small 0x00000001da200000 0x00000001da400000 0x00000001da400000 Relocatable + Small 0x00000001da400000 0x00000001da600000 0x00000001da600000 Relocatable + Small 0x00000001da600000 0x00000001da800000 0x00000001da800000 Relocatable + Small 0x00000001da800000 0x00000001daa00000 0x00000001daa00000 Relocatable + Small 0x00000001daa00000 0x00000001dac00000 0x00000001dac00000 Relocatable + Small 0x00000001dac00000 0x00000001dae00000 0x00000001dae00000 Relocatable + Small 0x00000001dae00000 0x00000001db000000 0x00000001db000000 Relocatable + Small 0x00000001db000000 0x00000001db200000 0x00000001db200000 Relocatable + Small 0x00000001db200000 0x00000001db400000 0x00000001db400000 Relocatable + Small 0x00000001db400000 0x00000001db600000 0x00000001db600000 Relocatable + Small 0x00000001db600000 0x00000001db800000 0x00000001db800000 Relocatable + Small 0x00000001db800000 0x00000001dba00000 0x00000001dba00000 Relocatable + Small 0x00000001dba00000 0x00000001dbc00000 0x00000001dbc00000 Relocatable + Small 0x00000001dbc00000 0x00000001dbe00000 0x00000001dbe00000 Relocatable + Small 0x00000001dbe00000 0x00000001dc000000 0x00000001dc000000 Relocatable + Small 0x00000001dc000000 0x00000001dc200000 0x00000001dc200000 Relocatable + Small 0x00000001dc200000 0x00000001dc400000 0x00000001dc400000 Relocatable + Small 0x00000001dc400000 0x00000001dc600000 0x00000001dc600000 Relocatable + Small 0x00000001dc600000 0x00000001dc800000 0x00000001dc800000 Relocatable + Small 0x00000001dc800000 0x00000001dca00000 0x00000001dca00000 Relocatable + Small 0x00000001dca00000 0x00000001dcc00000 0x00000001dcc00000 Relocatable + Small 0x00000001dcc00000 0x00000001dce00000 0x00000001dce00000 Relocatable + Small 0x00000001dce00000 0x00000001dd000000 0x00000001dd000000 Relocatable + Small 0x00000001dd000000 0x00000001dd200000 0x00000001dd200000 Relocatable + Small 0x00000001dd200000 0x00000001dd400000 0x00000001dd400000 Relocatable + Small 0x00000001dd400000 0x00000001dd600000 0x00000001dd600000 Relocatable + Small 0x00000001dd600000 0x00000001dd800000 0x00000001dd800000 Relocatable + Small 0x00000001dd800000 0x00000001dda00000 0x00000001dda00000 Relocatable + Small 0x00000001dda00000 0x00000001ddc00000 0x00000001ddc00000 Relocatable + Small 0x00000001ddc00000 0x00000001dde00000 0x00000001dde00000 Relocatable + Small 0x00000001dde00000 0x00000001de000000 0x00000001de000000 Relocatable + Small 0x00000001de000000 0x00000001de200000 0x00000001de200000 Relocatable + Small 0x00000001de200000 0x00000001de400000 0x00000001de400000 Relocatable + Small 0x00000001de400000 0x00000001de600000 0x00000001de600000 Relocatable + Small 0x00000001de600000 0x00000001de800000 0x00000001de800000 Relocatable + Small 0x00000001de800000 0x00000001dea00000 0x00000001dea00000 Relocatable + Small 0x00000001dea00000 0x00000001dec00000 0x00000001dec00000 Relocatable + Small 0x00000001dec00000 0x00000001dee00000 0x00000001dee00000 Relocatable + Small 0x00000001dee00000 0x00000001df000000 0x00000001df000000 Relocatable + Small 0x00000001df000000 0x00000001df200000 0x00000001df200000 Relocatable + Small 0x00000001df200000 0x00000001df400000 0x00000001df400000 Relocatable + Small 0x00000001df400000 0x00000001df600000 0x00000001df600000 Relocatable + Small 0x00000001df600000 0x00000001df800000 0x00000001df800000 Relocatable + Small 0x00000001df800000 0x00000001dfa00000 0x00000001dfa00000 Relocatable + Small 0x00000001dfa00000 0x00000001dfc00000 0x00000001dfc00000 Relocatable + Small 0x00000001dfc00000 0x00000001dfe00000 0x00000001dfe00000 Relocatable + Small 0x00000001dfe00000 0x00000001e0000000 0x00000001e0000000 Relocatable + Small 0x00000001e0000000 0x00000001e0200000 0x00000001e0200000 Relocatable + Small 0x00000001e0200000 0x00000001e0400000 0x00000001e0400000 Relocatable + Small 0x00000001e0400000 0x00000001e0600000 0x00000001e0600000 Relocatable + Small 0x00000001e0600000 0x00000001e0800000 0x00000001e0800000 Relocatable + Small 0x00000001e0800000 0x00000001e0a00000 0x00000001e0a00000 Relocatable + Small 0x00000001e0a00000 0x00000001e0c00000 0x00000001e0c00000 Relocatable + Small 0x00000001e0c00000 0x00000001e0e00000 0x00000001e0e00000 Relocatable + Small 0x00000001e0e00000 0x00000001e1000000 0x00000001e1000000 Relocatable + Small 0x00000001e1000000 0x00000001e11fffc8 0x00000001e1200000 Relocatable + Small 0x00000001e1200000 0x00000001e1400000 0x00000001e1400000 Relocatable + Small 0x00000001e1400000 0x00000001e1600000 0x00000001e1600000 Relocatable + Small 0x00000001e1600000 0x00000001e1800000 0x00000001e1800000 Relocatable + Small 0x00000001e1800000 0x00000001e1a00000 0x00000001e1a00000 Relocatable + Small 0x00000001e1a00000 0x00000001e1c00000 0x00000001e1c00000 Relocatable + Small 0x00000001e1c00000 0x00000001e1e00000 0x00000001e1e00000 Relocatable + Small 0x00000001e1e00000 0x00000001e2000000 0x00000001e2000000 Relocatable + Small 0x00000001e2000000 0x00000001e2200000 0x00000001e2200000 Relocatable + Small 0x00000001e2200000 0x00000001e2400000 0x00000001e2400000 Relocatable + Small 0x00000001e2400000 0x00000001e2600000 0x00000001e2600000 Relocatable + Small 0x00000001e2600000 0x00000001e2800000 0x00000001e2800000 Relocatable + Small 0x00000001e2800000 0x00000001e2a00000 0x00000001e2a00000 Relocatable + Small 0x00000001e2a00000 0x00000001e2c00000 0x00000001e2c00000 Relocatable + Small 0x00000001e2c00000 0x00000001e2e00000 0x00000001e2e00000 Relocatable + Small 0x00000001e2e00000 0x00000001e3000000 0x00000001e3000000 Relocatable + Small 0x00000001e3000000 0x00000001e3200000 0x00000001e3200000 Relocatable + Small 0x00000001e3200000 0x00000001e3400000 0x00000001e3400000 Relocatable + Small 0x00000001e3400000 0x00000001e3600000 0x00000001e3600000 Relocatable + Small 0x00000001e3600000 0x00000001e3800000 0x00000001e3800000 Relocatable + Small 0x00000001e3800000 0x00000001e3a00000 0x00000001e3a00000 Relocatable + Small 0x00000001e3a00000 0x00000001e3c00000 0x00000001e3c00000 Relocatable + Small 0x00000001e3c00000 0x00000001e3e00000 0x00000001e3e00000 Relocatable + Small 0x00000001e3e00000 0x00000001e4000000 0x00000001e4000000 Relocatable + Small 0x00000001e4000000 0x00000001e4200000 0x00000001e4200000 Relocatable + Small 0x00000001e4200000 0x00000001e4400000 0x00000001e4400000 Relocatable + Small 0x00000001e4400000 0x00000001e4600000 0x00000001e4600000 Relocatable + Small 0x00000001e4600000 0x00000001e4800000 0x00000001e4800000 Relocatable + Small 0x00000001e4800000 0x00000001e4a00000 0x00000001e4a00000 Relocatable + Small 0x00000001e4a00000 0x00000001e4c00000 0x00000001e4c00000 Relocatable + Small 0x00000001e4c00000 0x00000001e4e00000 0x00000001e4e00000 Relocatable + Small 0x00000001e4e00000 0x00000001e5000000 0x00000001e5000000 Relocatable + Small 0x00000001e5000000 0x00000001e5200000 0x00000001e5200000 Relocatable + Small 0x00000001e5200000 0x00000001e5400000 0x00000001e5400000 Relocatable + Small 0x00000001e5400000 0x00000001e5600000 0x00000001e5600000 Relocatable + Small 0x00000001e5600000 0x00000001e5800000 0x00000001e5800000 Relocatable + Small 0x00000001e5800000 0x00000001e5a00000 0x00000001e5a00000 Relocatable + Small 0x00000001e5a00000 0x00000001e5c00000 0x00000001e5c00000 Relocatable + Small 0x00000001e5c00000 0x00000001e5e00000 0x00000001e5e00000 Relocatable + Small 0x00000001e5e00000 0x00000001e6000000 0x00000001e6000000 Relocatable + Small 0x00000001e6000000 0x00000001e6200000 0x00000001e6200000 Relocatable + Small 0x00000001e6200000 0x00000001e63fffc0 0x00000001e6400000 Relocatable + Small 0x00000001e6400000 0x00000001e6600000 0x00000001e6600000 Relocatable + Small 0x00000001e6600000 0x00000001e6800000 0x00000001e6800000 Relocatable + Small 0x00000001e6800000 0x00000001e6a00000 0x00000001e6a00000 Relocatable + Small 0x00000001e6a00000 0x00000001e6c00000 0x00000001e6c00000 Relocatable + Small 0x00000001e6c00000 0x00000001e6e00000 0x00000001e6e00000 Relocatable + Small 0x00000001e6e00000 0x00000001e7000000 0x00000001e7000000 Relocatable + Small 0x00000001e7000000 0x00000001e7200000 0x00000001e7200000 Relocatable + Small 0x00000001e7200000 0x00000001e7400000 0x00000001e7400000 Relocatable + Small 0x00000001e7400000 0x00000001e7600000 0x00000001e7600000 Relocatable + Small 0x00000001e7600000 0x00000001e7800000 0x00000001e7800000 Relocatable + Small 0x00000001e7800000 0x00000001e7a00000 0x00000001e7a00000 Relocatable + Small 0x00000001e7a00000 0x00000001e7c00000 0x00000001e7c00000 Relocatable + Small 0x00000001e7c00000 0x00000001e7e00000 0x00000001e7e00000 Relocatable + Small 0x00000001e7e00000 0x00000001e8000000 0x00000001e8000000 Relocatable + Small 0x00000001e8000000 0x00000001e8200000 0x00000001e8200000 Relocatable + Small 0x00000001e8200000 0x00000001e8400000 0x00000001e8400000 Relocatable + Small 0x00000001e8400000 0x00000001e8600000 0x00000001e8600000 Relocatable + Small 0x00000001e8600000 0x00000001e8800000 0x00000001e8800000 Relocatable + Small 0x00000001e8800000 0x00000001e8a00000 0x00000001e8a00000 Relocatable + Small 0x00000001e8a00000 0x00000001e8c00000 0x00000001e8c00000 Relocatable + Small 0x00000001e8c00000 0x00000001e8e00000 0x00000001e8e00000 Relocatable + Small 0x00000001e8e00000 0x00000001e9000000 0x00000001e9000000 Relocatable + Small 0x00000001e9000000 0x00000001e9200000 0x00000001e9200000 Relocatable + Small 0x00000001e9200000 0x00000001e9400000 0x00000001e9400000 Relocatable + Small 0x00000001e9400000 0x00000001e9600000 0x00000001e9600000 Relocatable + Small 0x00000001e9600000 0x00000001e9800000 0x00000001e9800000 Relocatable + Small 0x00000001e9800000 0x00000001e9a00000 0x00000001e9a00000 Relocatable + Small 0x00000001e9a00000 0x00000001e9c00000 0x00000001e9c00000 Relocatable + Small 0x00000001e9c00000 0x00000001e9e00000 0x00000001e9e00000 Relocatable + Small 0x00000001e9e00000 0x00000001ea000000 0x00000001ea000000 Relocatable + Small 0x00000001ea000000 0x00000001ea200000 0x00000001ea200000 Relocatable + Small 0x00000001ea200000 0x00000001ea400000 0x00000001ea400000 Relocatable + Small 0x00000001ea400000 0x00000001ea600000 0x00000001ea600000 Relocatable + Small 0x00000001ea600000 0x00000001ea800000 0x00000001ea800000 Relocatable + Small 0x00000001ea800000 0x00000001eaa00000 0x00000001eaa00000 Relocatable + Small 0x00000001eaa00000 0x00000001eac00000 0x00000001eac00000 Relocatable + Small 0x00000001eac00000 0x00000001eae00000 0x00000001eae00000 Relocatable + Small 0x00000001eae00000 0x00000001eb000000 0x00000001eb000000 Relocatable + Small 0x00000001eb000000 0x00000001eb200000 0x00000001eb200000 Relocatable + Small 0x00000001eb200000 0x00000001eb400000 0x00000001eb400000 Relocatable + Small 0x00000001eb400000 0x00000001eb600000 0x00000001eb600000 Relocatable + Small 0x00000001eb600000 0x00000001eb800000 0x00000001eb800000 Relocatable + Small 0x00000001eb800000 0x00000001eba00000 0x00000001eba00000 Relocatable + Small 0x00000001eba00000 0x00000001ebc00000 0x00000001ebc00000 Relocatable + Small 0x00000001ebc00000 0x00000001ebdfffd8 0x00000001ebe00000 Relocatable + Small 0x00000001ebe00000 0x00000001ec000000 0x00000001ec000000 Relocatable + Small 0x00000001ec000000 0x00000001ec200000 0x00000001ec200000 Relocatable + Small 0x00000001ec200000 0x00000001ec400000 0x00000001ec400000 Relocatable + Small 0x00000001ec400000 0x00000001ec600000 0x00000001ec600000 Relocatable + Small 0x00000001ec600000 0x00000001ec800000 0x00000001ec800000 Relocatable + Small 0x00000001ec800000 0x00000001eca00000 0x00000001eca00000 Relocatable + Small 0x00000001eca00000 0x00000001ecc00000 0x00000001ecc00000 Relocatable + Small 0x00000001ecc00000 0x00000001ece00000 0x00000001ece00000 Relocatable + Small 0x00000001ece00000 0x00000001ed000000 0x00000001ed000000 Relocatable + Small 0x00000001ed000000 0x00000001ed200000 0x00000001ed200000 Relocatable + Small 0x00000001ed200000 0x00000001ed400000 0x00000001ed400000 Relocatable + Small 0x00000001ed400000 0x00000001ed600000 0x00000001ed600000 Relocatable + Small 0x00000001ed600000 0x00000001ed800000 0x00000001ed800000 Relocatable + Small 0x00000001ed800000 0x00000001eda00000 0x00000001eda00000 Relocatable + Small 0x00000001eda00000 0x00000001edc00000 0x00000001edc00000 Relocatable + Small 0x00000001edc00000 0x00000001ede00000 0x00000001ede00000 Relocatable + Small 0x00000001ede00000 0x00000001ee000000 0x00000001ee000000 Relocatable + Small 0x00000001ee000000 0x00000001ee200000 0x00000001ee200000 Relocatable + Small 0x00000001ee200000 0x00000001ee400000 0x00000001ee400000 Relocatable + Small 0x00000001ee400000 0x00000001ee600000 0x00000001ee600000 Relocatable + Small 0x00000001ee600000 0x00000001ee800000 0x00000001ee800000 Relocatable + Small 0x00000001ee800000 0x00000001eea00000 0x00000001eea00000 Relocatable + Small 0x00000001eea00000 0x00000001eebfffe0 0x00000001eec00000 Relocatable + Small 0x00000001eec00000 0x00000001eee00000 0x00000001eee00000 Relocatable + Small 0x00000001eee00000 0x00000001ef000000 0x00000001ef000000 Relocatable + Small 0x00000001ef000000 0x00000001ef200000 0x00000001ef200000 Relocatable + Small 0x00000001ef200000 0x00000001ef400000 0x00000001ef400000 Relocatable + Small 0x00000001ef400000 0x00000001ef600000 0x00000001ef600000 Relocatable + Small 0x00000001ef600000 0x00000001ef800000 0x00000001ef800000 Relocatable + Small 0x00000001ef800000 0x00000001efa00000 0x00000001efa00000 Relocatable + Small 0x00000001efa00000 0x00000001efc00000 0x00000001efc00000 Relocatable + Small 0x00000001efc00000 0x00000001efe00000 0x00000001efe00000 Relocatable + Small 0x00000001efe00000 0x00000001f0000000 0x00000001f0000000 Relocatable + Small 0x00000001f0000000 0x00000001f0200000 0x00000001f0200000 Relocatable + Small 0x00000001f0200000 0x00000001f0400000 0x00000001f0400000 Relocatable + Small 0x00000001f0400000 0x00000001f0600000 0x00000001f0600000 Relocatable + Small 0x00000001f0600000 0x00000001f0800000 0x00000001f0800000 Relocatable + Small 0x00000001f0800000 0x00000001f0a00000 0x00000001f0a00000 Relocatable + Small 0x00000001f0a00000 0x00000001f0c00000 0x00000001f0c00000 Relocatable + Small 0x00000001f0c00000 0x00000001f0e00000 0x00000001f0e00000 Relocatable + Small 0x00000001f0e00000 0x00000001f1000000 0x00000001f1000000 Relocatable + Small 0x00000001f1000000 0x00000001f1200000 0x00000001f1200000 Relocatable + Small 0x00000001f1200000 0x00000001f1400000 0x00000001f1400000 Relocatable + Small 0x00000001f1400000 0x00000001f1600000 0x00000001f1600000 Relocatable + Small 0x00000001f1600000 0x00000001f17fffc8 0x00000001f1800000 Relocatable + Small 0x00000001f1800000 0x00000001f1a00000 0x00000001f1a00000 Relocatable + Small 0x00000001f1a00000 0x00000001f1c00000 0x00000001f1c00000 Relocatable + Small 0x00000001f1c00000 0x00000001f1e00000 0x00000001f1e00000 Relocatable + Small 0x00000001f1e00000 0x00000001f2000000 0x00000001f2000000 Relocatable + Small 0x00000001f2000000 0x00000001f2200000 0x00000001f2200000 Relocatable + Small 0x00000001f2200000 0x00000001f2400000 0x00000001f2400000 Relocatable + Small 0x00000001f2400000 0x00000001f2600000 0x00000001f2600000 Relocatable + Small 0x00000001f2600000 0x00000001f2800000 0x00000001f2800000 Relocatable + Small 0x00000001f2800000 0x00000001f2a00000 0x00000001f2a00000 Relocatable + Small 0x00000001f2a00000 0x00000001f2c00000 0x00000001f2c00000 Relocatable + Small 0x00000001f2c00000 0x00000001f2e00000 0x00000001f2e00000 Relocatable + Small 0x00000001f2e00000 0x00000001f3000000 0x00000001f3000000 Relocatable + Small 0x00000001f3000000 0x00000001f3200000 0x00000001f3200000 Relocatable + Small 0x00000001f3200000 0x00000001f3400000 0x00000001f3400000 Relocatable + Small 0x00000001f3400000 0x00000001f3600000 0x00000001f3600000 Relocatable + Small 0x00000001f3600000 0x00000001f3800000 0x00000001f3800000 Relocatable + Small 0x00000001f3800000 0x00000001f3a00000 0x00000001f3a00000 Relocatable + Small 0x00000001f3a00000 0x00000001f3c00000 0x00000001f3c00000 Relocatable + Small 0x00000001f3c00000 0x00000001f3e00000 0x00000001f3e00000 Relocatable + Small 0x00000001f3e00000 0x00000001f4000000 0x00000001f4000000 Relocatable + Small 0x00000001f4000000 0x00000001f4200000 0x00000001f4200000 Relocatable + Small 0x00000001f4200000 0x00000001f4400000 0x00000001f4400000 Relocatable + Small 0x00000001f4400000 0x00000001f4600000 0x00000001f4600000 Relocatable + Small 0x00000001f4600000 0x00000001f4800000 0x00000001f4800000 Relocatable + Small 0x00000001f4800000 0x00000001f4a00000 0x00000001f4a00000 Relocatable + Small 0x00000001f4a00000 0x00000001f4c00000 0x00000001f4c00000 Relocatable + Small 0x00000001f4c00000 0x00000001f4e00000 0x00000001f4e00000 Relocatable + Small 0x00000001f4e00000 0x00000001f5000000 0x00000001f5000000 Relocatable + Small 0x00000001f5000000 0x00000001f5200000 0x00000001f5200000 Relocatable + Small 0x00000001f5200000 0x00000001f5400000 0x00000001f5400000 Relocatable + Small 0x00000001f5400000 0x00000001f5600000 0x00000001f5600000 Relocatable + Small 0x00000001f5600000 0x00000001f5800000 0x00000001f5800000 Relocatable + Small 0x00000001f5800000 0x00000001f5a00000 0x00000001f5a00000 Relocatable + Small 0x00000001f5a00000 0x00000001f5c00000 0x00000001f5c00000 Relocatable + Small 0x00000001f5c00000 0x00000001f5e00000 0x00000001f5e00000 Relocatable + Small 0x00000001f5e00000 0x00000001f6000000 0x00000001f6000000 Relocatable + Small 0x00000001f6000000 0x00000001f6200000 0x00000001f6200000 Relocatable + Small 0x00000001f6200000 0x00000001f6400000 0x00000001f6400000 Relocatable + Small 0x00000001f6400000 0x00000001f6600000 0x00000001f6600000 Relocatable + Small 0x00000001f6600000 0x00000001f6800000 0x00000001f6800000 Relocatable + Small 0x00000001f6800000 0x00000001f6a00000 0x00000001f6a00000 Relocatable + Small 0x00000001f6a00000 0x00000001f6c00000 0x00000001f6c00000 Relocatable + Small 0x00000001f6c00000 0x00000001f6e00000 0x00000001f6e00000 Relocatable + Small 0x00000001f6e00000 0x00000001f7000000 0x00000001f7000000 Relocatable + Small 0x00000001f7000000 0x00000001f7200000 0x00000001f7200000 Relocatable + Small 0x00000001f7200000 0x00000001f7400000 0x00000001f7400000 Relocatable + Small 0x00000001f7400000 0x00000001f7600000 0x00000001f7600000 Relocatable + Small 0x00000001f7600000 0x00000001f7800000 0x00000001f7800000 Relocatable + Small 0x00000001f7800000 0x00000001f7a00000 0x00000001f7a00000 Relocatable + Small 0x00000001f7a00000 0x00000001f7c00000 0x00000001f7c00000 Relocatable + Small 0x00000001f7c00000 0x00000001f7e00000 0x00000001f7e00000 Relocatable + Small 0x00000001f7e00000 0x00000001f8000000 0x00000001f8000000 Relocatable + Small 0x00000001f8000000 0x00000001f8200000 0x00000001f8200000 Relocatable + Small 0x00000001f8200000 0x00000001f8400000 0x00000001f8400000 Relocatable + Small 0x00000001f8400000 0x00000001f8600000 0x00000001f8600000 Relocatable + Small 0x00000001f8600000 0x00000001f8800000 0x00000001f8800000 Relocatable + Small 0x00000001f8800000 0x00000001f8a00000 0x00000001f8a00000 Relocatable + Small 0x00000001f8a00000 0x00000001f8c00000 0x00000001f8c00000 Relocatable + Small 0x00000001f8c00000 0x00000001f8e00000 0x00000001f8e00000 Relocatable + Small 0x00000001f8e00000 0x00000001f9000000 0x00000001f9000000 Relocatable + Small 0x00000001f9000000 0x00000001f9200000 0x00000001f9200000 Relocatable + Small 0x00000001f9200000 0x00000001f9400000 0x00000001f9400000 Relocatable + Small 0x00000001f9400000 0x00000001f9600000 0x00000001f9600000 Relocatable + Small 0x00000001f9600000 0x00000001f9800000 0x00000001f9800000 Relocatable + Small 0x00000001f9800000 0x00000001f9a00000 0x00000001f9a00000 Relocatable + Small 0x00000001f9a00000 0x00000001f9c00000 0x00000001f9c00000 Relocatable + Small 0x00000001f9c00000 0x00000001f9e00000 0x00000001f9e00000 Relocatable + Small 0x00000001f9e00000 0x00000001fa000000 0x00000001fa000000 Relocatable + Small 0x00000001fa000000 0x00000001fa200000 0x00000001fa200000 Relocatable + Small 0x00000001fa200000 0x00000001fa400000 0x00000001fa400000 Relocatable + Small 0x00000001fa400000 0x00000001fa5fffd8 0x00000001fa600000 Relocatable + Small 0x00000001fa600000 0x00000001fa800000 0x00000001fa800000 Relocatable + Small 0x00000001fa800000 0x00000001faa00000 0x00000001faa00000 Relocatable + Small 0x00000001faa00000 0x00000001fac00000 0x00000001fac00000 Relocatable + Small 0x00000001fac00000 0x00000001fae00000 0x00000001fae00000 Relocatable + Small 0x00000001fae00000 0x00000001fb000000 0x00000001fb000000 Relocatable + Small 0x00000001fb000000 0x00000001fb200000 0x00000001fb200000 Relocatable + Small 0x00000001fb200000 0x00000001fb400000 0x00000001fb400000 Relocatable + Small 0x00000001fb400000 0x00000001fb600000 0x00000001fb600000 Relocatable + Small 0x00000001fb600000 0x00000001fb800000 0x00000001fb800000 Relocatable + Small 0x00000001fb800000 0x00000001fba00000 0x00000001fba00000 Relocatable + Small 0x00000001fba00000 0x00000001fbc00000 0x00000001fbc00000 Relocatable + Small 0x00000001fbc00000 0x00000001fbe00000 0x00000001fbe00000 Relocatable + Small 0x00000001fbe00000 0x00000001fc000000 0x00000001fc000000 Relocatable + Small 0x00000001fc000000 0x00000001fc200000 0x00000001fc200000 Relocatable + Small 0x00000001fc200000 0x00000001fc400000 0x00000001fc400000 Relocatable + Small 0x00000001fc400000 0x00000001fc600000 0x00000001fc600000 Relocatable + Small 0x00000001fc600000 0x00000001fc800000 0x00000001fc800000 Relocatable + Small 0x00000001fc800000 0x00000001fca00000 0x00000001fca00000 Relocatable + Small 0x00000001fca00000 0x00000001fcc00000 0x00000001fcc00000 Relocatable + Small 0x00000001fcc00000 0x00000001fcdffff0 0x00000001fce00000 Relocatable + Small 0x00000001fce00000 0x00000001fd000000 0x00000001fd000000 Relocatable + Small 0x00000001fd000000 0x00000001fd200000 0x00000001fd200000 Relocatable + Small 0x00000001fd200000 0x00000001fd400000 0x00000001fd400000 Relocatable + Small 0x00000001fd400000 0x00000001fd600000 0x00000001fd600000 Relocatable + Small 0x00000001fd600000 0x00000001fd800000 0x00000001fd800000 Relocatable + Small 0x00000001fd800000 0x00000001fda00000 0x00000001fda00000 Relocatable + Small 0x00000001fda00000 0x00000001fdc00000 0x00000001fdc00000 Relocatable + Small 0x00000001fdc00000 0x00000001fde00000 0x00000001fde00000 Relocatable + Small 0x00000001fde00000 0x00000001fe000000 0x00000001fe000000 Relocatable + Small 0x00000001fe000000 0x00000001fe200000 0x00000001fe200000 Relocatable + Small 0x00000001fe200000 0x00000001fe400000 0x00000001fe400000 Relocatable + Small 0x00000001fe400000 0x00000001fe600000 0x00000001fe600000 Relocatable + Small 0x00000001fe600000 0x00000001fe800000 0x00000001fe800000 Relocatable + Small 0x00000001fe800000 0x00000001fea00000 0x00000001fea00000 Relocatable + Small 0x00000001fea00000 0x00000001fec00000 0x00000001fec00000 Relocatable + Small 0x00000001fec00000 0x00000001fee00000 0x00000001fee00000 Relocatable + Small 0x00000001fee00000 0x00000001ff000000 0x00000001ff000000 Relocatable + Small 0x00000001ff000000 0x00000001ff200000 0x00000001ff200000 Relocatable + Small 0x00000001ff200000 0x00000001ff400000 0x00000001ff400000 Relocatable + Small 0x00000001ff400000 0x00000001ff600000 0x00000001ff600000 Relocatable + Small 0x00000001ff600000 0x00000001ff800000 0x00000001ff800000 Relocatable + Small 0x00000001ff800000 0x00000001ffa00000 0x00000001ffa00000 Relocatable + Small 0x00000001ffa00000 0x00000001ffc00000 0x00000001ffc00000 Relocatable + Small 0x00000001ffc00000 0x00000001ffe00000 0x00000001ffe00000 Relocatable + Small 0x00000001ffe00000 0x0000000200000000 0x0000000200000000 Relocatable + Small 0x0000000200000000 0x0000000200200000 0x0000000200200000 Relocatable + Small 0x0000000200200000 0x0000000200400000 0x0000000200400000 Relocatable + Small 0x0000000200400000 0x0000000200600000 0x0000000200600000 Relocatable + Small 0x0000000200600000 0x0000000200800000 0x0000000200800000 Relocatable + Small 0x0000000200800000 0x0000000200a00000 0x0000000200a00000 Relocatable + Small 0x0000000200a00000 0x0000000200c00000 0x0000000200c00000 Relocatable + Small 0x0000000200c00000 0x0000000200e00000 0x0000000200e00000 Relocatable + Small 0x0000000200e00000 0x0000000201000000 0x0000000201000000 Relocatable + Small 0x0000000201000000 0x0000000201200000 0x0000000201200000 Relocatable + Small 0x0000000201200000 0x0000000201400000 0x0000000201400000 Relocatable + Small 0x0000000201400000 0x0000000201600000 0x0000000201600000 Relocatable + Small 0x0000000201600000 0x0000000201800000 0x0000000201800000 Relocatable + Small 0x0000000201800000 0x0000000201a00000 0x0000000201a00000 Relocatable + Small 0x0000000201a00000 0x0000000201c00000 0x0000000201c00000 Relocatable + Small 0x0000000201c00000 0x0000000201e00000 0x0000000201e00000 Relocatable + Small 0x0000000201e00000 0x0000000202000000 0x0000000202000000 Relocatable + Small 0x0000000202000000 0x0000000202200000 0x0000000202200000 Relocatable + Small 0x0000000202200000 0x0000000202400000 0x0000000202400000 Relocatable + Small 0x0000000202400000 0x0000000202600000 0x0000000202600000 Relocatable + Small 0x0000000202600000 0x0000000202800000 0x0000000202800000 Relocatable + Small 0x0000000202800000 0x0000000202a00000 0x0000000202a00000 Relocatable + Small 0x0000000202a00000 0x0000000202bffff0 0x0000000202c00000 Relocatable + Small 0x0000000202c00000 0x0000000202e00000 0x0000000202e00000 Relocatable + Small 0x0000000202e00000 0x0000000203000000 0x0000000203000000 Relocatable + Small 0x0000000203000000 0x0000000203200000 0x0000000203200000 Relocatable + Small 0x0000000203200000 0x0000000203400000 0x0000000203400000 Relocatable + Small 0x0000000203400000 0x0000000203600000 0x0000000203600000 Relocatable + Small 0x0000000203600000 0x0000000203800000 0x0000000203800000 Relocatable + Small 0x0000000203800000 0x0000000203a00000 0x0000000203a00000 Relocatable + Small 0x0000000203a00000 0x0000000203c00000 0x0000000203c00000 Relocatable + Small 0x0000000203c00000 0x0000000203e00000 0x0000000203e00000 Relocatable + Small 0x0000000203e00000 0x0000000204000000 0x0000000204000000 Relocatable + Small 0x0000000204000000 0x0000000204200000 0x0000000204200000 Relocatable + Small 0x0000000204200000 0x0000000204400000 0x0000000204400000 Relocatable + Small 0x0000000204400000 0x0000000204600000 0x0000000204600000 Relocatable + Small 0x0000000204600000 0x0000000204800000 0x0000000204800000 Relocatable + Small 0x0000000204800000 0x0000000204a00000 0x0000000204a00000 Relocatable + Small 0x0000000204a00000 0x0000000204c00000 0x0000000204c00000 Relocatable + Small 0x0000000204c00000 0x0000000204e00000 0x0000000204e00000 Relocatable + Small 0x0000000204e00000 0x0000000205000000 0x0000000205000000 Relocatable + Small 0x0000000205000000 0x00000002051ffff0 0x0000000205200000 Relocatable + Small 0x0000000205200000 0x0000000205400000 0x0000000205400000 Relocatable + Small 0x0000000205400000 0x0000000205600000 0x0000000205600000 Relocatable + Small 0x0000000205600000 0x0000000205800000 0x0000000205800000 Relocatable + Small 0x0000000205800000 0x0000000205a00000 0x0000000205a00000 Relocatable + Small 0x0000000205a00000 0x0000000205c00000 0x0000000205c00000 Relocatable + Small 0x0000000205c00000 0x0000000205e00000 0x0000000205e00000 Relocatable + Small 0x0000000205e00000 0x0000000206000000 0x0000000206000000 Relocatable + Small 0x0000000206000000 0x0000000206200000 0x0000000206200000 Relocatable + Small 0x0000000206200000 0x0000000206400000 0x0000000206400000 Relocatable + Small 0x0000000206400000 0x0000000206600000 0x0000000206600000 Relocatable + Small 0x0000000206600000 0x0000000206800000 0x0000000206800000 Relocatable + Small 0x0000000206800000 0x0000000206a00000 0x0000000206a00000 Relocatable + Small 0x0000000206a00000 0x0000000206c00000 0x0000000206c00000 Relocatable + Small 0x0000000206c00000 0x0000000206e00000 0x0000000206e00000 Relocatable + Small 0x0000000206e00000 0x0000000207000000 0x0000000207000000 Relocatable + Small 0x0000000207000000 0x0000000207200000 0x0000000207200000 Relocatable + Small 0x0000000207200000 0x0000000207400000 0x0000000207400000 Relocatable + Small 0x0000000207400000 0x0000000207600000 0x0000000207600000 Relocatable + Small 0x0000000207600000 0x0000000207800000 0x0000000207800000 Relocatable + Small 0x0000000207800000 0x0000000207a00000 0x0000000207a00000 Relocatable + Small 0x0000000207a00000 0x0000000207c00000 0x0000000207c00000 Relocatable + Small 0x0000000207c00000 0x0000000207e00000 0x0000000207e00000 Relocatable + Small 0x0000000207e00000 0x0000000208000000 0x0000000208000000 Relocatable + Small 0x0000000208000000 0x0000000208200000 0x0000000208200000 Relocatable + Small 0x0000000208200000 0x0000000208400000 0x0000000208400000 Relocatable + Small 0x0000000208400000 0x0000000208600000 0x0000000208600000 Relocatable + Small 0x0000000208600000 0x0000000208800000 0x0000000208800000 Relocatable + Small 0x0000000208800000 0x0000000208a00000 0x0000000208a00000 Relocatable + Small 0x0000000208a00000 0x0000000208c00000 0x0000000208c00000 Relocatable + Small 0x0000000208c00000 0x0000000208e00000 0x0000000208e00000 Relocatable + Small 0x0000000208e00000 0x0000000209000000 0x0000000209000000 Relocatable + Small 0x0000000209000000 0x0000000209200000 0x0000000209200000 Relocatable + Small 0x0000000209200000 0x0000000209400000 0x0000000209400000 Relocatable + Small 0x0000000209400000 0x0000000209600000 0x0000000209600000 Relocatable + Small 0x0000000209600000 0x0000000209800000 0x0000000209800000 Relocatable + Small 0x0000000209800000 0x0000000209a00000 0x0000000209a00000 Relocatable + Small 0x0000000209a00000 0x0000000209c00000 0x0000000209c00000 Relocatable + Small 0x0000000209c00000 0x0000000209e00000 0x0000000209e00000 Relocatable + Small 0x0000000209e00000 0x000000020a000000 0x000000020a000000 Relocatable + Small 0x000000020a000000 0x000000020a200000 0x000000020a200000 Relocatable + Small 0x000000020a200000 0x000000020a400000 0x000000020a400000 Relocatable + Small 0x000000020a400000 0x000000020a600000 0x000000020a600000 Relocatable + Small 0x000000020a600000 0x000000020a800000 0x000000020a800000 Relocatable + Small 0x000000020a800000 0x000000020aa00000 0x000000020aa00000 Relocatable + Small 0x000000020aa00000 0x000000020ac00000 0x000000020ac00000 Relocatable + Small 0x000000020ac00000 0x000000020ae00000 0x000000020ae00000 Relocatable + Small 0x000000020ae00000 0x000000020b000000 0x000000020b000000 Relocatable + Small 0x000000020b000000 0x000000020b14f290 0x000000020b200000 Relocatable + Small 0x000000020b200000 0x000000020b400000 0x000000020b400000 Relocatable + Small 0x000000020b400000 0x000000020b600000 0x000000020b600000 Relocatable + Small 0x000000020b600000 0x000000020b800000 0x000000020b800000 Relocatable + Small 0x000000020b800000 0x000000020ba00000 0x000000020ba00000 Relocatable + Small 0x000000020ba00000 0x000000020bc00000 0x000000020bc00000 Relocatable + Small 0x000000020bc00000 0x000000020be00000 0x000000020be00000 Relocatable + Small 0x000000020be00000 0x000000020c000000 0x000000020c000000 Relocatable + Small 0x000000020c000000 0x000000020c200000 0x000000020c200000 Relocatable + Small 0x000000020c200000 0x000000020c400000 0x000000020c400000 Relocatable + Small 0x000000020c400000 0x000000020c600000 0x000000020c600000 Relocatable + Small 0x000000020c600000 0x000000020c800000 0x000000020c800000 Relocatable + Small 0x000000020c800000 0x000000020ca00000 0x000000020ca00000 Relocatable + Small 0x000000020ca00000 0x000000020cc00000 0x000000020cc00000 Relocatable + Small 0x000000020cc00000 0x000000020ce00000 0x000000020ce00000 Relocatable + Small 0x000000020ce00000 0x000000020d000000 0x000000020d000000 Relocatable + Small 0x000000020d000000 0x000000020d200000 0x000000020d200000 Relocatable + Small 0x000000020d200000 0x000000020d400000 0x000000020d400000 Relocatable + Small 0x000000020d400000 0x000000020d600000 0x000000020d600000 Relocatable + Small 0x000000020d600000 0x000000020d800000 0x000000020d800000 Relocatable + Small 0x000000020d800000 0x000000020da00000 0x000000020da00000 Relocatable + Small 0x000000020da00000 0x000000020dc00000 0x000000020dc00000 Relocatable + Small 0x000000020dc00000 0x000000020de00000 0x000000020de00000 Relocatable + Small 0x000000020de00000 0x000000020e000000 0x000000020e000000 Relocatable + Small 0x000000020e000000 0x000000020e200000 0x000000020e200000 Relocatable + Small 0x000000020e200000 0x000000020e400000 0x000000020e400000 Relocatable + Small 0x000000020e400000 0x000000020e600000 0x000000020e600000 Relocatable + Small 0x000000020e600000 0x000000020e800000 0x000000020e800000 Relocatable + Small 0x000000020e800000 0x000000020ea00000 0x000000020ea00000 Relocatable + Small 0x000000020ea00000 0x000000020ec00000 0x000000020ec00000 Relocatable + Small 0x000000020ec00000 0x000000020ee00000 0x000000020ee00000 Relocatable + Small 0x000000020ee00000 0x000000020f000000 0x000000020f000000 Relocatable + Small 0x000000020f000000 0x000000020f200000 0x000000020f200000 Relocatable + Small 0x000000020f200000 0x000000020f400000 0x000000020f400000 Relocatable + Small 0x000000020f400000 0x000000020f600000 0x000000020f600000 Relocatable + Small 0x000000020f600000 0x000000020f800000 0x000000020f800000 Relocatable + Small 0x000000020f800000 0x000000020fa00000 0x000000020fa00000 Relocatable + Small 0x000000020fa00000 0x000000020fc00000 0x000000020fc00000 Relocatable + Small 0x000000020fc00000 0x000000020fe00000 0x000000020fe00000 Relocatable + Small 0x000000020fe00000 0x0000000210000000 0x0000000210000000 Relocatable + Small 0x0000000210000000 0x0000000210200000 0x0000000210200000 Relocatable + Small 0x0000000210200000 0x0000000210400000 0x0000000210400000 Relocatable + Small 0x0000000210400000 0x0000000210600000 0x0000000210600000 Relocatable + Small 0x0000000210600000 0x0000000210800000 0x0000000210800000 Relocatable + Small 0x0000000210800000 0x0000000210a00000 0x0000000210a00000 Relocatable + Small 0x0000000210a00000 0x0000000210c00000 0x0000000210c00000 Relocatable + Small 0x0000000210c00000 0x0000000210e00000 0x0000000210e00000 Relocatable + Small 0x0000000210e00000 0x0000000211000000 0x0000000211000000 Relocatable + Small 0x0000000211000000 0x0000000211200000 0x0000000211200000 Relocatable + Small 0x0000000211200000 0x0000000211400000 0x0000000211400000 Relocatable + Small 0x0000000211400000 0x0000000211600000 0x0000000211600000 Relocatable + Small 0x0000000211600000 0x0000000211800000 0x0000000211800000 Relocatable + Small 0x0000000211800000 0x0000000211a00000 0x0000000211a00000 Relocatable + Small 0x0000000211a00000 0x0000000211c00000 0x0000000211c00000 Relocatable + Small 0x0000000211c00000 0x0000000211e00000 0x0000000211e00000 Relocatable + Small 0x0000000211e00000 0x0000000212000000 0x0000000212000000 Relocatable + Small 0x0000000212000000 0x0000000212200000 0x0000000212200000 Relocatable + Small 0x0000000212200000 0x0000000212400000 0x0000000212400000 Relocatable + Small 0x0000000212400000 0x0000000212600000 0x0000000212600000 Relocatable + Small 0x0000000212600000 0x0000000212800000 0x0000000212800000 Relocatable + Small 0x0000000212800000 0x0000000212a00000 0x0000000212a00000 Relocatable + Small 0x0000000212a00000 0x0000000212c00000 0x0000000212c00000 Relocatable + Small 0x0000000212c00000 0x0000000212e00000 0x0000000212e00000 Relocatable + Small 0x0000000212e00000 0x0000000213000000 0x0000000213000000 Relocatable + Small 0x0000000213000000 0x0000000213200000 0x0000000213200000 Relocatable + Small 0x0000000213200000 0x0000000213400000 0x0000000213400000 Relocatable + Small 0x0000000213400000 0x0000000213600000 0x0000000213600000 Relocatable + Small 0x0000000213600000 0x0000000213800000 0x0000000213800000 Relocatable + Small 0x0000000213800000 0x0000000213a00000 0x0000000213a00000 Relocatable + Small 0x0000000213a00000 0x0000000213c00000 0x0000000213c00000 Relocatable + Small 0x0000000213c00000 0x0000000213e00000 0x0000000213e00000 Relocatable + Small 0x0000000213e00000 0x0000000214000000 0x0000000214000000 Relocatable + Small 0x0000000214000000 0x0000000214200000 0x0000000214200000 Relocatable + Small 0x0000000214200000 0x0000000214400000 0x0000000214400000 Relocatable + Small 0x0000000214400000 0x0000000214600000 0x0000000214600000 Relocatable + Small 0x0000000214600000 0x0000000214800000 0x0000000214800000 Relocatable + Small 0x0000000214800000 0x0000000214a00000 0x0000000214a00000 Relocatable + Small 0x0000000214a00000 0x0000000214c00000 0x0000000214c00000 Relocatable + Small 0x0000000214c00000 0x0000000214e00000 0x0000000214e00000 Relocatable + Small 0x0000000214e00000 0x0000000215000000 0x0000000215000000 Relocatable + Small 0x0000000215000000 0x0000000215200000 0x0000000215200000 Relocatable + Small 0x0000000215200000 0x0000000215400000 0x0000000215400000 Relocatable + Small 0x0000000215400000 0x0000000215600000 0x0000000215600000 Relocatable + Small 0x0000000215600000 0x0000000215800000 0x0000000215800000 Relocatable + Small 0x0000000215800000 0x0000000215a00000 0x0000000215a00000 Relocatable + Small 0x0000000215a00000 0x0000000215c00000 0x0000000215c00000 Relocatable + Small 0x0000000215c00000 0x0000000215e00000 0x0000000215e00000 Relocatable + Small 0x0000000215e00000 0x0000000216000000 0x0000000216000000 Relocatable + Small 0x0000000216000000 0x0000000216200000 0x0000000216200000 Relocatable + Small 0x0000000216200000 0x0000000216400000 0x0000000216400000 Relocatable + Small 0x0000000216400000 0x0000000216600000 0x0000000216600000 Relocatable + Small 0x0000000216600000 0x0000000216800000 0x0000000216800000 Relocatable + Small 0x0000000216800000 0x0000000216a00000 0x0000000216a00000 Relocatable + Small 0x0000000216a00000 0x0000000216c00000 0x0000000216c00000 Relocatable + Small 0x0000000216c00000 0x0000000216e00000 0x0000000216e00000 Relocatable + Small 0x0000000216e00000 0x0000000217000000 0x0000000217000000 Relocatable + Small 0x0000000217000000 0x0000000217200000 0x0000000217200000 Relocatable + Small 0x0000000217200000 0x0000000217400000 0x0000000217400000 Relocatable + Small 0x0000000217400000 0x0000000217600000 0x0000000217600000 Relocatable + Small 0x0000000217600000 0x0000000217800000 0x0000000217800000 Relocatable + Small 0x0000000217800000 0x0000000217a00000 0x0000000217a00000 Relocatable + Small 0x0000000217a00000 0x0000000217c00000 0x0000000217c00000 Relocatable + Small 0x0000000217c00000 0x0000000217e00000 0x0000000217e00000 Relocatable + Small 0x0000000217e00000 0x0000000218000000 0x0000000218000000 Relocatable + Small 0x0000000218000000 0x0000000218200000 0x0000000218200000 Relocatable + Small 0x0000000218200000 0x0000000218400000 0x0000000218400000 Relocatable + Small 0x0000000218400000 0x0000000218600000 0x0000000218600000 Relocatable + Small 0x0000000218600000 0x0000000218800000 0x0000000218800000 Relocatable + Small 0x0000000218800000 0x0000000218a00000 0x0000000218a00000 Relocatable + Small 0x0000000218a00000 0x0000000218c00000 0x0000000218c00000 Relocatable + Small 0x0000000218c00000 0x0000000218e00000 0x0000000218e00000 Relocatable + Small 0x0000000218e00000 0x0000000219000000 0x0000000219000000 Relocatable + Small 0x0000000219000000 0x0000000219200000 0x0000000219200000 Relocatable + Small 0x0000000219200000 0x0000000219400000 0x0000000219400000 Relocatable + Small 0x0000000219400000 0x0000000219600000 0x0000000219600000 Relocatable + Small 0x0000000219600000 0x0000000219800000 0x0000000219800000 Relocatable + Small 0x0000000219800000 0x0000000219a00000 0x0000000219a00000 Relocatable + Small 0x0000000219a00000 0x0000000219c00000 0x0000000219c00000 Relocatable + Small 0x0000000219c00000 0x0000000219e00000 0x0000000219e00000 Relocatable + Small 0x0000000219e00000 0x000000021a000000 0x000000021a000000 Relocatable + Small 0x000000021a000000 0x000000021a200000 0x000000021a200000 Relocatable + Small 0x000000021a200000 0x000000021a400000 0x000000021a400000 Relocatable + Small 0x000000021a400000 0x000000021a600000 0x000000021a600000 Relocatable + Small 0x000000021a600000 0x000000021a800000 0x000000021a800000 Relocatable + Small 0x000000021a800000 0x000000021aa00000 0x000000021aa00000 Relocatable + Small 0x000000021aa00000 0x000000021ac00000 0x000000021ac00000 Relocatable + Small 0x000000021ac00000 0x000000021ae00000 0x000000021ae00000 Relocatable + Small 0x000000021ae00000 0x000000021b000000 0x000000021b000000 Relocatable + Small 0x000000021b000000 0x000000021b200000 0x000000021b200000 Relocatable + Small 0x000000021b200000 0x000000021b400000 0x000000021b400000 Relocatable + Small 0x000000021b400000 0x000000021b600000 0x000000021b600000 Relocatable + Small 0x000000021b600000 0x000000021b800000 0x000000021b800000 Relocatable + Small 0x000000021b800000 0x000000021ba00000 0x000000021ba00000 Relocatable + Small 0x000000021ba00000 0x000000021bc00000 0x000000021bc00000 Relocatable + Small 0x000000021bc00000 0x000000021be00000 0x000000021be00000 Relocatable + Small 0x000000021be00000 0x000000021c000000 0x000000021c000000 Relocatable + Small 0x000000021c000000 0x000000021c200000 0x000000021c200000 Relocatable + Small 0x000000021c200000 0x000000021c400000 0x000000021c400000 Relocatable + Small 0x000000021c400000 0x000000021c600000 0x000000021c600000 Relocatable + Small 0x000000021c600000 0x000000021c800000 0x000000021c800000 Relocatable + Small 0x000000021c800000 0x000000021ca00000 0x000000021ca00000 Relocatable + Small 0x000000021ca00000 0x000000021cc00000 0x000000021cc00000 Relocatable + Small 0x000000021cc00000 0x000000021ce00000 0x000000021ce00000 Relocatable + Small 0x000000021ce00000 0x000000021d000000 0x000000021d000000 Relocatable + Small 0x000000021d000000 0x000000021d200000 0x000000021d200000 Relocatable + Small 0x000000021d200000 0x000000021d400000 0x000000021d400000 Relocatable + Small 0x000000021d400000 0x000000021d600000 0x000000021d600000 Relocatable + Small 0x000000021d600000 0x000000021d800000 0x000000021d800000 Relocatable + Small 0x000000021d800000 0x000000021da00000 0x000000021da00000 Relocatable + Small 0x000000021da00000 0x000000021dc00000 0x000000021dc00000 Relocatable + Small 0x000000021dc00000 0x000000021de00000 0x000000021de00000 Relocatable + Small 0x000000021de00000 0x000000021e000000 0x000000021e000000 Relocatable + Small 0x000000021e000000 0x000000021e1fffc8 0x000000021e200000 Relocatable + Small 0x000000021e200000 0x000000021e400000 0x000000021e400000 Relocatable + Small 0x000000021e400000 0x000000021e600000 0x000000021e600000 Relocatable + Small 0x000000021e600000 0x000000021e800000 0x000000021e800000 Relocatable + Small 0x000000021e800000 0x000000021ea00000 0x000000021ea00000 Relocatable + Small 0x000000021ea00000 0x000000021ec00000 0x000000021ec00000 Relocatable + Small 0x000000021ec00000 0x000000021ee00000 0x000000021ee00000 Relocatable + Small 0x000000021ee00000 0x000000021f000000 0x000000021f000000 Relocatable + Small 0x000000021f000000 0x000000021f200000 0x000000021f200000 Relocatable + Small 0x000000021f200000 0x000000021f400000 0x000000021f400000 Relocatable + Small 0x000000021f400000 0x000000021f600000 0x000000021f600000 Relocatable + Small 0x000000021f600000 0x000000021f800000 0x000000021f800000 Relocatable + Small 0x000000021f800000 0x000000021fa00000 0x000000021fa00000 Relocatable + Small 0x000000021fa00000 0x000000021fc00000 0x000000021fc00000 Relocatable + Small 0x000000021fc00000 0x000000021fe00000 0x000000021fe00000 Relocatable + Small 0x000000021fe00000 0x0000000220000000 0x0000000220000000 Relocatable + Small 0x0000000220000000 0x0000000220200000 0x0000000220200000 Relocatable + Small 0x0000000220200000 0x0000000220400000 0x0000000220400000 Relocatable + Small 0x0000000220400000 0x0000000220600000 0x0000000220600000 Relocatable + Small 0x0000000220600000 0x0000000220800000 0x0000000220800000 Relocatable + Small 0x0000000220800000 0x0000000220a00000 0x0000000220a00000 Relocatable + Small 0x0000000220a00000 0x0000000220c00000 0x0000000220c00000 Relocatable + Small 0x0000000220c00000 0x0000000220e00000 0x0000000220e00000 Relocatable + Small 0x0000000220e00000 0x0000000221000000 0x0000000221000000 Relocatable + Small 0x0000000221000000 0x0000000221200000 0x0000000221200000 Relocatable + Small 0x0000000221200000 0x0000000221400000 0x0000000221400000 Relocatable + Small 0x0000000221400000 0x0000000221600000 0x0000000221600000 Relocatable + Small 0x0000000221600000 0x0000000221800000 0x0000000221800000 Relocatable + Small 0x0000000221800000 0x0000000221a00000 0x0000000221a00000 Relocatable + Small 0x0000000221a00000 0x0000000221c00000 0x0000000221c00000 Relocatable + Small 0x0000000221c00000 0x0000000221e00000 0x0000000221e00000 Relocatable + Small 0x0000000221e00000 0x0000000222000000 0x0000000222000000 Relocatable + Small 0x0000000222000000 0x0000000222200000 0x0000000222200000 Relocatable + Small 0x0000000222200000 0x0000000222400000 0x0000000222400000 Relocatable + Small 0x0000000222400000 0x0000000222600000 0x0000000222600000 Relocatable + Small 0x0000000222600000 0x0000000222800000 0x0000000222800000 Relocatable + Small 0x0000000222800000 0x0000000222a00000 0x0000000222a00000 Relocatable + Small 0x0000000222a00000 0x0000000222bfff78 0x0000000222c00000 Relocatable + Small 0x0000000222c00000 0x0000000222e00000 0x0000000222e00000 Relocatable + Small 0x0000000222e00000 0x0000000223000000 0x0000000223000000 Relocatable + Small 0x0000000223000000 0x0000000223200000 0x0000000223200000 Relocatable + Small 0x0000000223200000 0x0000000223400000 0x0000000223400000 Relocatable + Small 0x0000000223400000 0x0000000223600000 0x0000000223600000 Relocatable + Small 0x0000000223600000 0x00000002237fffd8 0x0000000223800000 Relocatable + Small 0x0000000223800000 0x0000000223a00000 0x0000000223a00000 Relocatable + Small 0x0000000223a00000 0x0000000223c00000 0x0000000223c00000 Relocatable + Small 0x0000000223c00000 0x0000000223dfffe8 0x0000000223e00000 Relocatable + Small 0x0000000223e00000 0x0000000223fffff8 0x0000000224000000 Relocatable + Small 0x0000000224000000 0x0000000224200000 0x0000000224200000 Relocatable + Small 0x0000000224200000 0x0000000224400000 0x0000000224400000 Relocatable + Small 0x0000000224400000 0x0000000224600000 0x0000000224600000 Relocatable + Small 0x0000000224600000 0x0000000224800000 0x0000000224800000 Relocatable + Small 0x0000000224800000 0x0000000224a00000 0x0000000224a00000 Relocatable + Small 0x0000000224a00000 0x0000000224c00000 0x0000000224c00000 Relocatable + Small 0x0000000224c00000 0x0000000224e00000 0x0000000224e00000 Relocatable + Small 0x0000000224e00000 0x0000000225000000 0x0000000225000000 Relocatable + Small 0x0000000225000000 0x0000000225200000 0x0000000225200000 Relocatable + Small 0x0000000225200000 0x0000000225400000 0x0000000225400000 Relocatable + Small 0x0000000225400000 0x0000000225600000 0x0000000225600000 Relocatable + Small 0x0000000225600000 0x0000000225800000 0x0000000225800000 Relocatable + Small 0x0000000225800000 0x0000000225a00000 0x0000000225a00000 Relocatable + Small 0x0000000225a00000 0x0000000225c00000 0x0000000225c00000 Relocatable + Small 0x0000000225c00000 0x0000000225e00000 0x0000000225e00000 Relocatable + Small 0x0000000225e00000 0x0000000226000000 0x0000000226000000 Relocatable + Small 0x0000000226000000 0x0000000226200000 0x0000000226200000 Relocatable + Small 0x0000000226200000 0x0000000226400000 0x0000000226400000 Relocatable + Small 0x0000000226400000 0x0000000226600000 0x0000000226600000 Relocatable + Small 0x0000000226600000 0x0000000226800000 0x0000000226800000 Relocatable + Small 0x0000000226800000 0x0000000226a00000 0x0000000226a00000 Relocatable + Small 0x0000000226a00000 0x0000000226c00000 0x0000000226c00000 Relocatable + Small 0x0000000226c00000 0x0000000226e00000 0x0000000226e00000 Relocatable + Small 0x0000000226e00000 0x0000000227000000 0x0000000227000000 Relocatable + Small 0x0000000227000000 0x0000000227200000 0x0000000227200000 Relocatable + Small 0x0000000227200000 0x0000000227400000 0x0000000227400000 Relocatable + Small 0x0000000227400000 0x0000000227600000 0x0000000227600000 Relocatable + Small 0x0000000227600000 0x0000000227800000 0x0000000227800000 Relocatable + Small 0x0000000227800000 0x0000000227a00000 0x0000000227a00000 Relocatable + Small 0x0000000227a00000 0x0000000227c00000 0x0000000227c00000 Relocatable + Small 0x0000000227c00000 0x0000000227e00000 0x0000000227e00000 Relocatable + Small 0x0000000227e00000 0x0000000228000000 0x0000000228000000 Relocatable + Small 0x0000000228000000 0x0000000228200000 0x0000000228200000 Relocatable + Small 0x0000000228200000 0x0000000228400000 0x0000000228400000 Relocatable + Small 0x0000000228400000 0x0000000228600000 0x0000000228600000 Relocatable + Small 0x0000000228600000 0x0000000228800000 0x0000000228800000 Relocatable + Small 0x0000000228800000 0x0000000228a00000 0x0000000228a00000 Relocatable + Small 0x0000000228a00000 0x0000000228c00000 0x0000000228c00000 Relocatable + Small 0x0000000228c00000 0x0000000228e00000 0x0000000228e00000 Relocatable + Small 0x0000000228e00000 0x0000000229000000 0x0000000229000000 Relocatable + Small 0x0000000229000000 0x0000000229200000 0x0000000229200000 Relocatable + Small 0x0000000229200000 0x0000000229400000 0x0000000229400000 Relocatable + Small 0x0000000229400000 0x0000000229600000 0x0000000229600000 Relocatable + Small 0x0000000229600000 0x0000000229800000 0x0000000229800000 Relocatable + Small 0x0000000229800000 0x0000000229a00000 0x0000000229a00000 Relocatable + Small 0x0000000229a00000 0x0000000229c00000 0x0000000229c00000 Relocatable + Small 0x0000000229c00000 0x0000000229e00000 0x0000000229e00000 Relocatable + Small 0x0000000229e00000 0x000000022a000000 0x000000022a000000 Relocatable + Small 0x000000022a000000 0x000000022a200000 0x000000022a200000 Relocatable + Small 0x000000022a200000 0x000000022a400000 0x000000022a400000 Relocatable + Small 0x000000022a400000 0x000000022a600000 0x000000022a600000 Relocatable + Small 0x000000022a600000 0x000000022a800000 0x000000022a800000 Relocatable + Small 0x000000022a800000 0x000000022aa00000 0x000000022aa00000 Relocatable + Small 0x000000022aa00000 0x000000022ac00000 0x000000022ac00000 Relocatable + Small 0x000000022ac00000 0x000000022ae00000 0x000000022ae00000 Relocatable + Small 0x000000022ae00000 0x000000022b000000 0x000000022b000000 Relocatable + Small 0x000000022b000000 0x000000022b200000 0x000000022b200000 Relocatable + Small 0x000000022b200000 0x000000022b3ffff8 0x000000022b400000 Relocatable + Small 0x000000022b400000 0x000000022b600000 0x000000022b600000 Relocatable + Small 0x000000022b600000 0x000000022b800000 0x000000022b800000 Relocatable + Small 0x000000022b800000 0x000000022ba00000 0x000000022ba00000 Relocatable + Small 0x000000022ba00000 0x000000022bc00000 0x000000022bc00000 Relocatable + Small 0x000000022bc00000 0x000000022be00000 0x000000022be00000 Relocatable + Small 0x000000022be00000 0x000000022c000000 0x000000022c000000 Relocatable + Small 0x000000022c000000 0x000000022c200000 0x000000022c200000 Relocatable + Small 0x000000022c200000 0x000000022c400000 0x000000022c400000 Relocatable + Small 0x000000022c400000 0x000000022c600000 0x000000022c600000 Relocatable + Small 0x000000022c600000 0x000000022c800000 0x000000022c800000 Relocatable + Small 0x000000022c800000 0x000000022ca00000 0x000000022ca00000 Relocatable + Small 0x000000022ca00000 0x000000022cc00000 0x000000022cc00000 Relocatable + Small 0x000000022cc00000 0x000000022ce00000 0x000000022ce00000 Relocatable + Small 0x000000022ce00000 0x000000022d000000 0x000000022d000000 Relocatable + Small 0x000000022d000000 0x000000022d200000 0x000000022d200000 Relocatable + Small 0x000000022d200000 0x000000022d400000 0x000000022d400000 Relocatable + Small 0x000000022d400000 0x000000022d600000 0x000000022d600000 Relocatable + Small 0x000000022d600000 0x000000022d800000 0x000000022d800000 Relocatable + Small 0x000000022d800000 0x000000022da00000 0x000000022da00000 Relocatable + Small 0x000000022da00000 0x000000022dc00000 0x000000022dc00000 Relocatable + Small 0x000000022dc00000 0x000000022de00000 0x000000022de00000 Relocatable + Small 0x000000022de00000 0x000000022e000000 0x000000022e000000 Relocatable + Small 0x000000022e000000 0x000000022e200000 0x000000022e200000 Relocatable + Small 0x000000022e200000 0x000000022e400000 0x000000022e400000 Relocatable + Small 0x000000022e400000 0x000000022e600000 0x000000022e600000 Relocatable + Small 0x000000022e600000 0x000000022e800000 0x000000022e800000 Relocatable + Small 0x000000022e800000 0x000000022ea00000 0x000000022ea00000 Relocatable + Small 0x000000022ea00000 0x000000022ec00000 0x000000022ec00000 Relocatable + Small 0x000000022ec00000 0x000000022ee00000 0x000000022ee00000 Relocatable + Small 0x000000022ee00000 0x000000022f000000 0x000000022f000000 Relocatable + Small 0x000000022f000000 0x000000022f200000 0x000000022f200000 Relocatable + Small 0x000000022f200000 0x000000022f400000 0x000000022f400000 Relocatable + Small 0x000000022f400000 0x000000022f600000 0x000000022f600000 Relocatable + Small 0x000000022f600000 0x000000022f800000 0x000000022f800000 Relocatable + Small 0x000000022f800000 0x000000022fa00000 0x000000022fa00000 Relocatable + Small 0x000000022fa00000 0x000000022fc00000 0x000000022fc00000 Relocatable + Small 0x000000022fc00000 0x000000022fe00000 0x000000022fe00000 Relocatable + Small 0x000000022fe00000 0x0000000230000000 0x0000000230000000 Relocatable + Small 0x0000000230000000 0x0000000230200000 0x0000000230200000 Relocatable + Small 0x0000000230200000 0x0000000230400000 0x0000000230400000 Relocatable + Small 0x0000000230400000 0x0000000230600000 0x0000000230600000 Relocatable + Small 0x0000000230600000 0x0000000230800000 0x0000000230800000 Relocatable + Small 0x0000000230800000 0x0000000230a00000 0x0000000230a00000 Relocatable + Small 0x0000000230a00000 0x0000000230c00000 0x0000000230c00000 Relocatable + Small 0x0000000230c00000 0x0000000230e00000 0x0000000230e00000 Relocatable + Small 0x0000000230e00000 0x0000000231000000 0x0000000231000000 Relocatable + Small 0x0000000231000000 0x0000000231200000 0x0000000231200000 Relocatable + Small 0x0000000231200000 0x0000000231400000 0x0000000231400000 Relocatable + Small 0x0000000231400000 0x0000000231600000 0x0000000231600000 Relocatable + Small 0x0000000231600000 0x0000000231800000 0x0000000231800000 Relocatable + Small 0x0000000231800000 0x0000000231a00000 0x0000000231a00000 Relocatable + Small 0x0000000231a00000 0x0000000231c00000 0x0000000231c00000 Relocatable + Small 0x0000000231c00000 0x0000000231e00000 0x0000000231e00000 Relocatable + Small 0x0000000231e00000 0x0000000232000000 0x0000000232000000 Relocatable + Small 0x0000000232000000 0x00000002320c0000 0x0000000232200000 Relocatable + Small 0x0000000232200000 0x0000000232400000 0x0000000232400000 Relocatable + Small 0x0000000232400000 0x0000000232600000 0x0000000232600000 Relocatable + Small 0x0000000232600000 0x0000000232800000 0x0000000232800000 Relocatable + Small 0x0000000232800000 0x0000000232a00000 0x0000000232a00000 Relocatable + Small 0x0000000232a00000 0x0000000232c00000 0x0000000232c00000 Relocatable + Small 0x0000000232c00000 0x0000000232e00000 0x0000000232e00000 Relocatable + Small 0x0000000232e00000 0x0000000232fffff8 0x0000000233000000 Relocatable + Small 0x0000000233000000 0x0000000233200000 0x0000000233200000 Relocatable + Small 0x0000000233200000 0x0000000233400000 0x0000000233400000 Relocatable + Small 0x0000000233400000 0x0000000233600000 0x0000000233600000 Relocatable + Small 0x0000000233600000 0x0000000233800000 0x0000000233800000 Relocatable + Small 0x0000000233800000 0x0000000233a00000 0x0000000233a00000 Relocatable + Small 0x0000000233a00000 0x0000000233c00000 0x0000000233c00000 Relocatable + Small 0x0000000233c00000 0x0000000233e00000 0x0000000233e00000 Relocatable + Small 0x0000000233e00000 0x0000000234000000 0x0000000234000000 Relocatable + Small 0x0000000234000000 0x00000002341fffc0 0x0000000234200000 Relocatable + Small 0x0000000234200000 0x0000000234400000 0x0000000234400000 Relocatable + Small 0x0000000234400000 0x0000000234600000 0x0000000234600000 Relocatable + Small 0x0000000234600000 0x0000000234800000 0x0000000234800000 Relocatable + Small 0x0000000234800000 0x0000000234a00000 0x0000000234a00000 Relocatable + Small 0x0000000234a00000 0x0000000234c00000 0x0000000234c00000 Relocatable + Small 0x0000000234c00000 0x0000000234e00000 0x0000000234e00000 Relocatable + Small 0x0000000234e00000 0x0000000235000000 0x0000000235000000 Relocatable + Small 0x0000000235000000 0x0000000235200000 0x0000000235200000 Relocatable + Small 0x0000000235200000 0x0000000235400000 0x0000000235400000 Relocatable + Small 0x0000000235400000 0x0000000235600000 0x0000000235600000 Relocatable + Small 0x0000000235600000 0x0000000235800000 0x0000000235800000 Relocatable + Small 0x0000000235800000 0x0000000235a00000 0x0000000235a00000 Relocatable + Small 0x0000000235a00000 0x0000000235c00000 0x0000000235c00000 Relocatable + Small 0x0000000235c00000 0x0000000235e00000 0x0000000235e00000 Relocatable + Small 0x0000000235e00000 0x0000000236000000 0x0000000236000000 Relocatable + Small 0x0000000236000000 0x0000000236200000 0x0000000236200000 Relocatable + Small 0x0000000236200000 0x00000002363ffff0 0x0000000236400000 Relocatable + Small 0x0000000236400000 0x0000000236600000 0x0000000236600000 Relocatable + Small 0x0000000236600000 0x0000000236800000 0x0000000236800000 Relocatable + Small 0x0000000236800000 0x0000000236a00000 0x0000000236a00000 Relocatable + Small 0x0000000236a00000 0x0000000236c00000 0x0000000236c00000 Relocatable + Small 0x0000000236c00000 0x0000000236e00000 0x0000000236e00000 Relocatable + Small 0x0000000236e00000 0x0000000237000000 0x0000000237000000 Relocatable + Small 0x0000000237000000 0x0000000237200000 0x0000000237200000 Relocatable + Small 0x0000000237200000 0x0000000237400000 0x0000000237400000 Relocatable + Small 0x0000000237400000 0x0000000237600000 0x0000000237600000 Relocatable + Small 0x0000000237600000 0x0000000237800000 0x0000000237800000 Relocatable + Small 0x0000000237800000 0x0000000237a00000 0x0000000237a00000 Relocatable + Small 0x0000000237a00000 0x0000000237c00000 0x0000000237c00000 Relocatable + Small 0x0000000237c00000 0x0000000237e00000 0x0000000237e00000 Relocatable + Small 0x0000000237e00000 0x0000000238000000 0x0000000238000000 Relocatable + Small 0x0000000238000000 0x0000000238200000 0x0000000238200000 Relocatable + Small 0x0000000238200000 0x0000000238400000 0x0000000238400000 Relocatable + Small 0x0000000238400000 0x0000000238600000 0x0000000238600000 Relocatable + Small 0x0000000238600000 0x0000000238800000 0x0000000238800000 Relocatable + Small 0x0000000238800000 0x0000000238a00000 0x0000000238a00000 Relocatable + Small 0x0000000238a00000 0x0000000238c00000 0x0000000238c00000 Relocatable + Small 0x0000000238c00000 0x0000000238e00000 0x0000000238e00000 Relocatable + Small 0x0000000238e00000 0x0000000239000000 0x0000000239000000 Relocatable + Small 0x0000000239000000 0x0000000239200000 0x0000000239200000 Relocatable + Small 0x0000000239200000 0x0000000239400000 0x0000000239400000 Relocatable + Small 0x0000000239400000 0x0000000239600000 0x0000000239600000 Relocatable + Small 0x0000000239600000 0x00000002397ffff8 0x0000000239800000 Relocatable + Small 0x0000000239800000 0x0000000239a00000 0x0000000239a00000 Relocatable + Small 0x0000000239a00000 0x0000000239c00000 0x0000000239c00000 Relocatable + Small 0x0000000239c00000 0x0000000239e00000 0x0000000239e00000 Relocatable + Small 0x0000000239e00000 0x000000023a000000 0x000000023a000000 Relocatable + Small 0x000000023a000000 0x000000023a200000 0x000000023a200000 Relocatable + Small 0x000000023a200000 0x000000023a400000 0x000000023a400000 Relocatable + Small 0x000000023a400000 0x000000023a600000 0x000000023a600000 Relocatable + Small 0x000000023a600000 0x000000023a800000 0x000000023a800000 Relocatable + Small 0x000000023a800000 0x000000023aa00000 0x000000023aa00000 Relocatable + Small 0x000000023aa00000 0x000000023ac00000 0x000000023ac00000 Relocatable + Small 0x000000023ac00000 0x000000023ae00000 0x000000023ae00000 Relocatable + Small 0x000000023ae00000 0x000000023b000000 0x000000023b000000 Relocatable + Small 0x000000023b000000 0x000000023b200000 0x000000023b200000 Relocatable + Small 0x000000023b200000 0x000000023b400000 0x000000023b400000 Relocatable + Small 0x000000023b400000 0x000000023b600000 0x000000023b600000 Relocatable + Small 0x000000023b600000 0x000000023b800000 0x000000023b800000 Relocatable + Small 0x000000023b800000 0x000000023ba00000 0x000000023ba00000 Relocatable + Small 0x000000023ba00000 0x000000023bc00000 0x000000023bc00000 Relocatable + Small 0x000000023bc00000 0x000000023be00000 0x000000023be00000 Relocatable + Small 0x000000023be00000 0x000000023c000000 0x000000023c000000 Relocatable + Small 0x000000023c000000 0x000000023c200000 0x000000023c200000 Relocatable + Small 0x000000023c200000 0x000000023c400000 0x000000023c400000 Relocatable + Small 0x000000023c400000 0x000000023c600000 0x000000023c600000 Relocatable + Small 0x000000023c600000 0x000000023c800000 0x000000023c800000 Relocatable + Small 0x000000023c800000 0x000000023ca00000 0x000000023ca00000 Relocatable + Small 0x000000023ca00000 0x000000023cc00000 0x000000023cc00000 Relocatable + Small 0x000000023cc00000 0x000000023ce00000 0x000000023ce00000 Relocatable + Small 0x000000023ce00000 0x000000023d000000 0x000000023d000000 Relocatable + Small 0x000000023d000000 0x000000023d200000 0x000000023d200000 Relocatable + Small 0x000000023d200000 0x000000023d400000 0x000000023d400000 Relocatable + Small 0x000000023d400000 0x000000023d600000 0x000000023d600000 Relocatable + Small 0x000000023d600000 0x000000023d800000 0x000000023d800000 Relocatable + Small 0x000000023d800000 0x000000023da00000 0x000000023da00000 Relocatable + Small 0x000000023da00000 0x000000023dc00000 0x000000023dc00000 Relocatable + Small 0x000000023dc00000 0x000000023de00000 0x000000023de00000 Relocatable + Small 0x000000023de00000 0x000000023e000000 0x000000023e000000 Relocatable + Small 0x000000023e000000 0x000000023e200000 0x000000023e200000 Relocatable + Small 0x000000023e200000 0x000000023e400000 0x000000023e400000 Relocatable + Small 0x000000023e400000 0x000000023e600000 0x000000023e600000 Relocatable + Small 0x000000023e600000 0x000000023e800000 0x000000023e800000 Relocatable + Small 0x000000023e800000 0x000000023ea00000 0x000000023ea00000 Relocatable + Small 0x000000023ea00000 0x000000023ec00000 0x000000023ec00000 Relocatable + Small 0x000000023ec00000 0x000000023ee00000 0x000000023ee00000 Relocatable + Small 0x000000023ee00000 0x000000023f000000 0x000000023f000000 Relocatable + Small 0x000000023f000000 0x000000023f200000 0x000000023f200000 Relocatable + Small 0x000000023f200000 0x000000023f400000 0x000000023f400000 Relocatable + Small 0x000000023f400000 0x000000023f600000 0x000000023f600000 Relocatable + Small 0x000000023f600000 0x000000023f800000 0x000000023f800000 Relocatable + Small 0x000000023f800000 0x000000023fa00000 0x000000023fa00000 Relocatable + Small 0x000000023fa00000 0x000000023fc00000 0x000000023fc00000 Relocatable + Small 0x000000023fc00000 0x000000023fe00000 0x000000023fe00000 Relocatable + Small 0x000000023fe00000 0x0000000240000000 0x0000000240000000 Relocatable + Small 0x0000000240000000 0x0000000240200000 0x0000000240200000 Relocatable + Small 0x0000000240200000 0x0000000240400000 0x0000000240400000 Relocatable + Small 0x0000000240400000 0x0000000240600000 0x0000000240600000 Relocatable + Small 0x0000000240600000 0x0000000240800000 0x0000000240800000 Relocatable + Small 0x0000000240800000 0x0000000240a00000 0x0000000240a00000 Relocatable + Small 0x0000000240a00000 0x0000000240c00000 0x0000000240c00000 Relocatable + Small 0x0000000240c00000 0x0000000240dfff88 0x0000000240e00000 Relocatable + Small 0x0000000240e00000 0x0000000241000000 0x0000000241000000 Relocatable + Small 0x0000000241000000 0x0000000241200000 0x0000000241200000 Relocatable + Small 0x0000000241200000 0x0000000241400000 0x0000000241400000 Relocatable + Small 0x0000000241400000 0x0000000241600000 0x0000000241600000 Relocatable + Small 0x0000000241600000 0x0000000241800000 0x0000000241800000 Relocatable + Small 0x0000000241800000 0x0000000241a00000 0x0000000241a00000 Relocatable + Small 0x0000000241a00000 0x0000000241c00000 0x0000000241c00000 Relocatable + Small 0x0000000241c00000 0x0000000241e00000 0x0000000241e00000 Relocatable + Small 0x0000000241e00000 0x0000000242000000 0x0000000242000000 Relocatable + Small 0x0000000242000000 0x0000000242200000 0x0000000242200000 Relocatable + Small 0x0000000242200000 0x0000000242400000 0x0000000242400000 Relocatable + Small 0x0000000242400000 0x0000000242600000 0x0000000242600000 Relocatable + Small 0x0000000242600000 0x0000000242800000 0x0000000242800000 Relocatable + Small 0x0000000242800000 0x0000000242a00000 0x0000000242a00000 Relocatable + Small 0x0000000242a00000 0x0000000242c00000 0x0000000242c00000 Relocatable + Small 0x0000000242c00000 0x0000000242e00000 0x0000000242e00000 Relocatable + Small 0x0000000242e00000 0x0000000243000000 0x0000000243000000 Relocatable + Small 0x0000000243000000 0x0000000243200000 0x0000000243200000 Relocatable + Small 0x0000000243200000 0x0000000243400000 0x0000000243400000 Relocatable + Small 0x0000000243400000 0x0000000243600000 0x0000000243600000 Relocatable + Small 0x0000000243600000 0x0000000243800000 0x0000000243800000 Relocatable + Small 0x0000000243800000 0x0000000243a00000 0x0000000243a00000 Relocatable + Small 0x0000000243a00000 0x0000000243c00000 0x0000000243c00000 Relocatable + Small 0x0000000243c00000 0x0000000243e00000 0x0000000243e00000 Relocatable + Small 0x0000000243e00000 0x0000000244000000 0x0000000244000000 Relocatable + Small 0x0000000244000000 0x0000000244200000 0x0000000244200000 Relocatable + Small 0x0000000244200000 0x0000000244400000 0x0000000244400000 Relocatable + Small 0x0000000244400000 0x0000000244600000 0x0000000244600000 Relocatable + Small 0x0000000244600000 0x0000000244800000 0x0000000244800000 Relocatable + Small 0x0000000244800000 0x0000000244a00000 0x0000000244a00000 Relocatable + Small 0x0000000244a00000 0x0000000244c00000 0x0000000244c00000 Relocatable + Small 0x0000000244c00000 0x0000000244e00000 0x0000000244e00000 Relocatable + Small 0x0000000244e00000 0x0000000245000000 0x0000000245000000 Relocatable + Small 0x0000000245000000 0x0000000245200000 0x0000000245200000 Relocatable + Small 0x0000000245200000 0x00000002453fffe0 0x0000000245400000 Relocatable + Small 0x0000000245400000 0x0000000245600000 0x0000000245600000 Relocatable + Small 0x0000000245600000 0x0000000245800000 0x0000000245800000 Relocatable + Small 0x0000000245800000 0x0000000245a00000 0x0000000245a00000 Relocatable + Small 0x0000000245a00000 0x0000000245c00000 0x0000000245c00000 Relocatable + Small 0x0000000245c00000 0x0000000245e00000 0x0000000245e00000 Relocatable + Small 0x0000000245e00000 0x0000000246000000 0x0000000246000000 Relocatable + Small 0x0000000246000000 0x0000000246200000 0x0000000246200000 Relocatable + Small 0x0000000246200000 0x0000000246400000 0x0000000246400000 Relocatable + Small 0x0000000246400000 0x00000002465fffc8 0x0000000246600000 Relocatable + Small 0x0000000246600000 0x0000000246800000 0x0000000246800000 Relocatable + Small 0x0000000246800000 0x0000000246a00000 0x0000000246a00000 Relocatable + Small 0x0000000246a00000 0x0000000246c00000 0x0000000246c00000 Relocatable + Small 0x0000000246c00000 0x0000000246e00000 0x0000000246e00000 Relocatable + Small 0x0000000246e00000 0x0000000247000000 0x0000000247000000 Relocatable + Small 0x0000000247000000 0x0000000247200000 0x0000000247200000 Relocatable + Small 0x0000000247200000 0x0000000247400000 0x0000000247400000 Relocatable + Small 0x0000000247400000 0x0000000247600000 0x0000000247600000 Relocatable + Small 0x0000000247600000 0x00000002477fffd8 0x0000000247800000 Relocatable + Small 0x0000000247800000 0x0000000247a00000 0x0000000247a00000 Relocatable + Small 0x0000000247a00000 0x0000000247c00000 0x0000000247c00000 Relocatable + Small 0x0000000247c00000 0x0000000247e00000 0x0000000247e00000 Relocatable + Small 0x0000000247e00000 0x0000000248000000 0x0000000248000000 Relocatable + Small 0x0000000248000000 0x0000000248200000 0x0000000248200000 Relocatable + Small 0x0000000248200000 0x00000002483ffff0 0x0000000248400000 Relocatable + Small 0x0000000248400000 0x00000002485ffd40 0x0000000248600000 Relocatable + Small 0x0000000248600000 0x0000000248800000 0x0000000248800000 Relocatable + Small 0x0000000248800000 0x00000002489fffd8 0x0000000248a00000 Relocatable + Small 0x0000000248a00000 0x0000000248bffff0 0x0000000248c00000 Relocatable + Small 0x0000000248c00000 0x0000000248e00000 0x0000000248e00000 Relocatable + Small 0x0000000248e00000 0x0000000249000000 0x0000000249000000 Relocatable + Small 0x0000000249000000 0x0000000249200000 0x0000000249200000 Relocatable + Small 0x0000000249200000 0x0000000249400000 0x0000000249400000 Relocatable + Small 0x0000000249400000 0x0000000249600000 0x0000000249600000 Relocatable + Small 0x0000000249600000 0x0000000249800000 0x0000000249800000 Relocatable + Small 0x0000000249800000 0x0000000249a00000 0x0000000249a00000 Relocatable + Small 0x0000000249a00000 0x0000000249c00000 0x0000000249c00000 Relocatable + Small 0x0000000249c00000 0x0000000249e00000 0x0000000249e00000 Relocatable + Small 0x0000000249e00000 0x000000024a000000 0x000000024a000000 Relocatable + Small 0x000000024a000000 0x000000024a200000 0x000000024a200000 Relocatable + Small 0x000000024a200000 0x000000024a400000 0x000000024a400000 Relocatable + Small 0x000000024a400000 0x000000024a600000 0x000000024a600000 Relocatable + Small 0x000000024a600000 0x000000024a800000 0x000000024a800000 Relocatable + Small 0x000000024a800000 0x000000024aa00000 0x000000024aa00000 Relocatable + Small 0x000000024aa00000 0x000000024ac00000 0x000000024ac00000 Relocatable + Small 0x000000024ac00000 0x000000024ae00000 0x000000024ae00000 Relocatable + Small 0x000000024ae00000 0x000000024b000000 0x000000024b000000 Relocatable + Small 0x000000024b000000 0x000000024b200000 0x000000024b200000 Relocatable + Small 0x000000024b200000 0x000000024b400000 0x000000024b400000 Relocatable + Small 0x000000024b400000 0x000000024b5fffe8 0x000000024b600000 Relocatable + Small 0x000000024b600000 0x000000024b800000 0x000000024b800000 Relocatable + Small 0x000000024b800000 0x000000024ba00000 0x000000024ba00000 Relocatable + Small 0x000000024ba00000 0x000000024bc00000 0x000000024bc00000 Relocatable + Small 0x000000024bc00000 0x000000024be00000 0x000000024be00000 Relocatable + Small 0x000000024be00000 0x000000024bffffd8 0x000000024c000000 Relocatable + Small 0x000000024c000000 0x000000024c1fffc8 0x000000024c200000 Relocatable + Small 0x000000024c200000 0x000000024c400000 0x000000024c400000 Relocatable + Small 0x000000024c400000 0x000000024c600000 0x000000024c600000 Relocatable + Small 0x000000024c600000 0x000000024c800000 0x000000024c800000 Relocatable + Small 0x000000024c800000 0x000000024ca00000 0x000000024ca00000 Relocatable + Small 0x000000024ca00000 0x000000024cc00000 0x000000024cc00000 Relocatable + Small 0x000000024cc00000 0x000000024ce00000 0x000000024ce00000 Relocatable + Small 0x000000024ce00000 0x000000024d000000 0x000000024d000000 Relocatable + Small 0x000000024d000000 0x000000024d200000 0x000000024d200000 Relocatable + Small 0x000000024d200000 0x000000024d400000 0x000000024d400000 Relocatable + Small 0x000000024d400000 0x000000024d600000 0x000000024d600000 Relocatable + Small 0x000000024d600000 0x000000024d800000 0x000000024d800000 Relocatable + Small 0x000000024d800000 0x000000024da00000 0x000000024da00000 Relocatable + Small 0x000000024da00000 0x000000024dc00000 0x000000024dc00000 Relocatable + Small 0x000000024dc00000 0x000000024de00000 0x000000024de00000 Relocatable + Small 0x000000024de00000 0x000000024e000000 0x000000024e000000 Relocatable + Small 0x000000024e000000 0x000000024e200000 0x000000024e200000 Relocatable + Small 0x000000024e200000 0x000000024e400000 0x000000024e400000 Relocatable + Small 0x000000024e400000 0x000000024e600000 0x000000024e600000 Relocatable + Small 0x000000024e600000 0x000000024e800000 0x000000024e800000 Relocatable + Small 0x000000024e800000 0x000000024ea00000 0x000000024ea00000 Relocatable + Small 0x000000024ea00000 0x000000024ec00000 0x000000024ec00000 Relocatable + Small 0x000000024ec00000 0x000000024ee00000 0x000000024ee00000 Relocatable + Small 0x000000024ee00000 0x000000024f000000 0x000000024f000000 Relocatable + Small 0x000000024f000000 0x000000024f200000 0x000000024f200000 Relocatable + Small 0x000000024f200000 0x000000024f400000 0x000000024f400000 Relocatable + Small 0x000000024f400000 0x000000024f600000 0x000000024f600000 Relocatable + Small 0x000000024f600000 0x000000024f800000 0x000000024f800000 Relocatable + Small 0x000000024f800000 0x000000024fa00000 0x000000024fa00000 Relocatable + Small 0x000000024fa00000 0x000000024fc00000 0x000000024fc00000 Relocatable + Small 0x000000024fc00000 0x000000024fe00000 0x000000024fe00000 Relocatable + Small 0x000000024fe00000 0x0000000250000000 0x0000000250000000 Relocatable + Small 0x0000000250000000 0x0000000250200000 0x0000000250200000 Relocatable + Small 0x0000000250200000 0x0000000250400000 0x0000000250400000 Relocatable + Small 0x0000000250400000 0x0000000250600000 0x0000000250600000 Relocatable + Small 0x0000000250600000 0x0000000250800000 0x0000000250800000 Relocatable + Small 0x0000000250800000 0x0000000250a00000 0x0000000250a00000 Relocatable + Small 0x0000000250a00000 0x0000000250c00000 0x0000000250c00000 Relocatable + Small 0x0000000250c00000 0x0000000250e00000 0x0000000250e00000 Relocatable + Small 0x0000000250e00000 0x0000000251000000 0x0000000251000000 Relocatable + Small 0x0000000251000000 0x0000000251200000 0x0000000251200000 Relocatable + Small 0x0000000251200000 0x0000000251400000 0x0000000251400000 Relocatable + Small 0x0000000251400000 0x0000000251600000 0x0000000251600000 Relocatable + Small 0x0000000251600000 0x0000000251800000 0x0000000251800000 Relocatable + Small 0x0000000251800000 0x0000000251a00000 0x0000000251a00000 Relocatable + Small 0x0000000251a00000 0x0000000251c00000 0x0000000251c00000 Relocatable + Small 0x0000000251c00000 0x0000000251e00000 0x0000000251e00000 Relocatable + Small 0x0000000251e00000 0x0000000252000000 0x0000000252000000 Relocatable + Small 0x0000000252000000 0x0000000252200000 0x0000000252200000 Relocatable + Small 0x0000000252200000 0x0000000252400000 0x0000000252400000 Relocatable + Small 0x0000000252400000 0x0000000252600000 0x0000000252600000 Relocatable + Small 0x0000000252600000 0x0000000252800000 0x0000000252800000 Relocatable + Small 0x0000000252800000 0x0000000252a00000 0x0000000252a00000 Relocatable + Small 0x0000000252a00000 0x0000000252c00000 0x0000000252c00000 Relocatable + Small 0x0000000252c00000 0x0000000252e00000 0x0000000252e00000 Relocatable + Small 0x0000000252e00000 0x0000000253000000 0x0000000253000000 Relocatable + Small 0x0000000253000000 0x0000000253200000 0x0000000253200000 Relocatable + Small 0x0000000253200000 0x0000000253400000 0x0000000253400000 Relocatable + Small 0x0000000253400000 0x0000000253600000 0x0000000253600000 Relocatable + Small 0x0000000253600000 0x0000000253800000 0x0000000253800000 Relocatable + Small 0x0000000253800000 0x0000000253a00000 0x0000000253a00000 Relocatable + Small 0x0000000253a00000 0x0000000253c00000 0x0000000253c00000 Relocatable + Small 0x0000000253c00000 0x0000000253e00000 0x0000000253e00000 Relocatable + Small 0x0000000253e00000 0x0000000254000000 0x0000000254000000 Relocatable + Small 0x0000000254000000 0x0000000254200000 0x0000000254200000 Relocatable + Small 0x0000000254200000 0x0000000254400000 0x0000000254400000 Relocatable + Small 0x0000000254400000 0x0000000254600000 0x0000000254600000 Relocatable + Small 0x0000000254600000 0x0000000254800000 0x0000000254800000 Relocatable + Small 0x0000000254800000 0x0000000254a00000 0x0000000254a00000 Relocatable + Small 0x0000000254a00000 0x0000000254c00000 0x0000000254c00000 Relocatable + Small 0x0000000254c00000 0x0000000254e00000 0x0000000254e00000 Relocatable + Small 0x0000000254e00000 0x0000000255000000 0x0000000255000000 Relocatable + Small 0x0000000255000000 0x0000000255200000 0x0000000255200000 Relocatable + Small 0x0000000255200000 0x0000000255400000 0x0000000255400000 Relocatable + Small 0x0000000255400000 0x0000000255600000 0x0000000255600000 Relocatable + Small 0x0000000255600000 0x00000002556c0000 0x0000000255800000 Relocatable + Small 0x0000000255800000 0x0000000255a00000 0x0000000255a00000 Relocatable + Small 0x0000000255a00000 0x0000000255b40000 0x0000000255c00000 Relocatable + Small 0x0000000255c00000 0x0000000255e00000 0x0000000255e00000 Relocatable + Small 0x0000000255e00000 0x0000000256000000 0x0000000256000000 Relocatable + Small 0x0000000256000000 0x0000000256200000 0x0000000256200000 Relocatable + Small 0x0000000256200000 0x0000000256240000 0x0000000256400000 Relocatable + Small 0x0000000256400000 0x0000000256600000 0x0000000256600000 Relocatable + Small 0x0000000256600000 0x0000000256800000 0x0000000256800000 Relocatable + Small 0x0000000256800000 0x0000000256a00000 0x0000000256a00000 Relocatable + Small 0x0000000256a00000 0x0000000256c00000 0x0000000256c00000 Relocatable + Small 0x0000000256c00000 0x0000000256e00000 0x0000000256e00000 Relocatable + Small 0x0000000256e00000 0x0000000257000000 0x0000000257000000 Relocatable + Small 0x0000000257000000 0x0000000257200000 0x0000000257200000 Relocatable + Small 0x0000000257200000 0x0000000257400000 0x0000000257400000 Relocatable + Small 0x0000000257400000 0x0000000257600000 0x0000000257600000 Relocatable + Small 0x0000000257600000 0x0000000257800000 0x0000000257800000 Relocatable + Small 0x0000000257800000 0x0000000257a00000 0x0000000257a00000 Relocatable + Small 0x0000000257a00000 0x0000000257c00000 0x0000000257c00000 Relocatable + Small 0x0000000257c00000 0x0000000257e00000 0x0000000257e00000 Relocatable + Small 0x0000000257e00000 0x0000000258000000 0x0000000258000000 Relocatable + Small 0x0000000258000000 0x0000000258200000 0x0000000258200000 Relocatable + Small 0x0000000258200000 0x0000000258400000 0x0000000258400000 Relocatable + Small 0x0000000258400000 0x0000000258600000 0x0000000258600000 Relocatable + Small 0x0000000258600000 0x0000000258800000 0x0000000258800000 Relocatable + Small 0x0000000258800000 0x0000000258a00000 0x0000000258a00000 Relocatable + Small 0x0000000258a00000 0x0000000258c00000 0x0000000258c00000 Relocatable + Small 0x0000000258c00000 0x0000000258e00000 0x0000000258e00000 Relocatable + Small 0x0000000258e00000 0x0000000259000000 0x0000000259000000 Relocatable + Small 0x0000000259000000 0x0000000259200000 0x0000000259200000 Relocatable + Small 0x0000000259200000 0x0000000259400000 0x0000000259400000 Relocatable + Small 0x0000000259400000 0x0000000259600000 0x0000000259600000 Relocatable + Small 0x0000000259600000 0x0000000259800000 0x0000000259800000 Relocatable + Small 0x0000000259800000 0x0000000259a00000 0x0000000259a00000 Relocatable + Small 0x0000000259a00000 0x0000000259c00000 0x0000000259c00000 Relocatable + Small 0x0000000259c00000 0x0000000259e00000 0x0000000259e00000 Relocatable + Small 0x0000000259e00000 0x000000025a000000 0x000000025a000000 Relocatable + Small 0x000000025a000000 0x000000025a200000 0x000000025a200000 Relocatable + Small 0x000000025a200000 0x000000025a400000 0x000000025a400000 Relocatable + Small 0x000000025a400000 0x000000025a600000 0x000000025a600000 Relocatable + Small 0x000000025a600000 0x000000025a800000 0x000000025a800000 Relocatable + Small 0x000000025a800000 0x000000025a880000 0x000000025aa00000 Relocatable + Small 0x000000025aa00000 0x000000025ac00000 0x000000025ac00000 Relocatable + Small 0x000000025ac00000 0x000000025ae00000 0x000000025ae00000 Relocatable + Small 0x000000025ae00000 0x000000025b000000 0x000000025b000000 Relocatable + Small 0x000000025b000000 0x000000025b200000 0x000000025b200000 Relocatable + Small 0x000000025b200000 0x000000025b400000 0x000000025b400000 Relocatable + Small 0x000000025b400000 0x000000025b600000 0x000000025b600000 Relocatable + Small 0x000000025b600000 0x000000025b800000 0x000000025b800000 Relocatable + Small 0x000000025b800000 0x000000025ba00000 0x000000025ba00000 Relocatable + Small 0x000000025ba00000 0x000000025bc00000 0x000000025bc00000 Relocatable + Small 0x000000025bc00000 0x000000025be00000 0x000000025be00000 Relocatable + Small 0x000000025be00000 0x000000025c000000 0x000000025c000000 Relocatable + Small 0x000000025c000000 0x000000025c200000 0x000000025c200000 Relocatable + Small 0x000000025c200000 0x000000025c400000 0x000000025c400000 Relocatable + Small 0x000000025c400000 0x000000025c600000 0x000000025c600000 Relocatable + Small 0x000000025c600000 0x000000025c800000 0x000000025c800000 Relocatable + Small 0x000000025c800000 0x000000025ca00000 0x000000025ca00000 Relocatable + Small 0x000000025ca00000 0x000000025cc00000 0x000000025cc00000 Relocatable + Small 0x000000025cc00000 0x000000025ce00000 0x000000025ce00000 Relocatable + Small 0x000000025ce00000 0x000000025d000000 0x000000025d000000 Relocatable + Small 0x000000025d000000 0x000000025d200000 0x000000025d200000 Relocatable + Small 0x000000025d200000 0x000000025d400000 0x000000025d400000 Relocatable + Small 0x000000025d400000 0x000000025d600000 0x000000025d600000 Relocatable + Small 0x000000025d600000 0x000000025d800000 0x000000025d800000 Relocatable + Small 0x000000025d800000 0x000000025da00000 0x000000025da00000 Relocatable + Small 0x000000025da00000 0x000000025dc00000 0x000000025dc00000 Relocatable + Small 0x000000025dc00000 0x000000025de00000 0x000000025de00000 Relocatable + Small 0x000000025de00000 0x000000025e000000 0x000000025e000000 Relocatable + Small 0x000000025e000000 0x000000025e200000 0x000000025e200000 Relocatable + Small 0x000000025e200000 0x000000025e400000 0x000000025e400000 Relocatable + Small 0x000000025e400000 0x000000025e600000 0x000000025e600000 Relocatable + Small 0x000000025e600000 0x000000025e800000 0x000000025e800000 Relocatable + Small 0x000000025e800000 0x000000025ea00000 0x000000025ea00000 Relocatable + Small 0x000000025ea00000 0x000000025ec00000 0x000000025ec00000 Relocatable + Small 0x000000025ec00000 0x000000025ee00000 0x000000025ee00000 Relocatable + Small 0x000000025ee00000 0x000000025f000000 0x000000025f000000 Relocatable + Small 0x000000025f000000 0x000000025f200000 0x000000025f200000 Relocatable + Small 0x000000025f200000 0x000000025f400000 0x000000025f400000 Relocatable + Small 0x000000025f400000 0x000000025f600000 0x000000025f600000 Relocatable + Small 0x000000025f600000 0x000000025f800000 0x000000025f800000 Relocatable + Small 0x000000025f800000 0x000000025fa00000 0x000000025fa00000 Relocatable + Small 0x000000025fa00000 0x000000025fbfc150 0x000000025fc00000 Relocatable + Small 0x000000025fc00000 0x000000025fe00000 0x000000025fe00000 Relocatable + Small 0x000000025fe00000 0x0000000260000000 0x0000000260000000 Relocatable + Small 0x0000000260000000 0x0000000260200000 0x0000000260200000 Relocatable + Small 0x0000000260200000 0x00000002603f5748 0x0000000260400000 Relocatable + Small 0x0000000260400000 0x0000000260600000 0x0000000260600000 Relocatable + Small 0x0000000260600000 0x0000000260800000 0x0000000260800000 Relocatable + Small 0x0000000260800000 0x0000000260a00000 0x0000000260a00000 Relocatable + Small 0x0000000260a00000 0x0000000260c00000 0x0000000260c00000 Relocatable + Small 0x0000000260c00000 0x0000000260e00000 0x0000000260e00000 Relocatable + Small 0x0000000260e00000 0x0000000261000000 0x0000000261000000 Relocatable + Small 0x0000000261000000 0x0000000261200000 0x0000000261200000 Relocatable + Small 0x0000000261200000 0x0000000261400000 0x0000000261400000 Relocatable + Small 0x0000000261400000 0x0000000261600000 0x0000000261600000 Relocatable + Small 0x0000000261600000 0x0000000261800000 0x0000000261800000 Relocatable + Small 0x0000000261800000 0x0000000261a00000 0x0000000261a00000 Relocatable + Small 0x0000000261a00000 0x0000000261c00000 0x0000000261c00000 Relocatable + Small 0x0000000261c00000 0x0000000261e00000 0x0000000261e00000 Relocatable + Small 0x0000000261e00000 0x0000000262000000 0x0000000262000000 Relocatable + Small 0x0000000262000000 0x0000000262200000 0x0000000262200000 Relocatable + Small 0x0000000262200000 0x0000000262400000 0x0000000262400000 Relocatable + Small 0x0000000262400000 0x0000000262600000 0x0000000262600000 Relocatable + Small 0x0000000262600000 0x0000000262800000 0x0000000262800000 Relocatable + Small 0x0000000262800000 0x0000000262a00000 0x0000000262a00000 Relocatable + Small 0x0000000262a00000 0x0000000262c00000 0x0000000262c00000 Relocatable + Small 0x0000000262c00000 0x0000000262e00000 0x0000000262e00000 Relocatable + Small 0x0000000262e00000 0x0000000263000000 0x0000000263000000 Relocatable + Small 0x0000000263000000 0x0000000263200000 0x0000000263200000 Relocatable + Small 0x0000000263200000 0x0000000263400000 0x0000000263400000 Relocatable + Small 0x0000000263400000 0x0000000263600000 0x0000000263600000 Relocatable + Small 0x0000000263600000 0x0000000263800000 0x0000000263800000 Relocatable + Small 0x0000000263800000 0x0000000263a00000 0x0000000263a00000 Relocatable + Small 0x0000000263a00000 0x0000000263c00000 0x0000000263c00000 Relocatable + Small 0x0000000263c00000 0x0000000263e00000 0x0000000263e00000 Relocatable + Small 0x0000000263e00000 0x0000000264000000 0x0000000264000000 Relocatable + Small 0x0000000264000000 0x0000000264200000 0x0000000264200000 Relocatable + Small 0x0000000264200000 0x0000000264400000 0x0000000264400000 Relocatable + Small 0x0000000264400000 0x0000000264600000 0x0000000264600000 Relocatable + Small 0x0000000264600000 0x0000000264800000 0x0000000264800000 Relocatable + Small 0x0000000264800000 0x0000000264a00000 0x0000000264a00000 Relocatable + Small 0x0000000264a00000 0x0000000264c00000 0x0000000264c00000 Relocatable + Small 0x0000000264c00000 0x0000000264e00000 0x0000000264e00000 Relocatable + Small 0x0000000264e00000 0x0000000265000000 0x0000000265000000 Relocatable + Small 0x0000000265000000 0x0000000265200000 0x0000000265200000 Relocatable + Small 0x0000000265200000 0x0000000265400000 0x0000000265400000 Relocatable + Small 0x0000000265400000 0x0000000265600000 0x0000000265600000 Relocatable + Small 0x0000000265600000 0x0000000265800000 0x0000000265800000 Relocatable + Small 0x0000000265800000 0x0000000265a00000 0x0000000265a00000 Relocatable + Small 0x0000000265a00000 0x0000000265c00000 0x0000000265c00000 Relocatable + Small 0x0000000265c00000 0x0000000265e00000 0x0000000265e00000 Relocatable + Small 0x0000000265e00000 0x0000000266000000 0x0000000266000000 Relocatable + Small 0x0000000266000000 0x0000000266200000 0x0000000266200000 Relocatable + Small 0x0000000266200000 0x0000000266400000 0x0000000266400000 Relocatable + Small 0x0000000266400000 0x0000000266600000 0x0000000266600000 Relocatable + Small 0x0000000266600000 0x0000000266800000 0x0000000266800000 Relocatable + Small 0x0000000266800000 0x0000000266a00000 0x0000000266a00000 Relocatable + Small 0x0000000266a00000 0x0000000266a80000 0x0000000266c00000 Relocatable + Small 0x0000000266c00000 0x0000000266e00000 0x0000000266e00000 Relocatable + Small 0x0000000266e00000 0x0000000267000000 0x0000000267000000 Relocatable + Small 0x0000000267000000 0x0000000267200000 0x0000000267200000 Relocatable + Small 0x0000000267200000 0x0000000267400000 0x0000000267400000 Relocatable + Small 0x0000000267400000 0x0000000267600000 0x0000000267600000 Relocatable + Small 0x0000000267600000 0x0000000267800000 0x0000000267800000 Relocatable + Small 0x0000000267800000 0x0000000267a00000 0x0000000267a00000 Relocatable + Small 0x0000000267a00000 0x0000000267c00000 0x0000000267c00000 Relocatable + Small 0x0000000267c00000 0x0000000267e00000 0x0000000267e00000 Relocatable + Small 0x0000000267e00000 0x0000000268000000 0x0000000268000000 Relocatable + Small 0x0000000268000000 0x0000000268200000 0x0000000268200000 Relocatable + Small 0x0000000268200000 0x0000000268400000 0x0000000268400000 Relocatable + Small 0x0000000268400000 0x0000000268600000 0x0000000268600000 Relocatable + Small 0x0000000268600000 0x0000000268800000 0x0000000268800000 Relocatable + Small 0x0000000268800000 0x0000000268900000 0x0000000268a00000 Relocatable + Small 0x0000000268a00000 0x0000000268c00000 0x0000000268c00000 Relocatable + Small 0x0000000268c00000 0x0000000268e00000 0x0000000268e00000 Relocatable + Small 0x0000000268e00000 0x0000000269000000 0x0000000269000000 Relocatable + Small 0x0000000269000000 0x0000000269200000 0x0000000269200000 Relocatable + Small 0x0000000269200000 0x0000000269400000 0x0000000269400000 Relocatable + Small 0x0000000269400000 0x0000000269600000 0x0000000269600000 Relocatable + Small 0x0000000269600000 0x0000000269800000 0x0000000269800000 Relocatable + Small 0x0000000269800000 0x0000000269a00000 0x0000000269a00000 Relocatable + Small 0x0000000269a00000 0x0000000269c00000 0x0000000269c00000 Relocatable + Small 0x0000000269c00000 0x0000000269e00000 0x0000000269e00000 Relocatable + Small 0x0000000269e00000 0x000000026a000000 0x000000026a000000 Relocatable + Small 0x000000026a000000 0x000000026a200000 0x000000026a200000 Relocatable + Small 0x000000026a200000 0x000000026a400000 0x000000026a400000 Relocatable + Small 0x000000026a400000 0x000000026a600000 0x000000026a600000 Relocatable + Small 0x000000026a600000 0x000000026a800000 0x000000026a800000 Relocatable + Small 0x000000026a800000 0x000000026aa00000 0x000000026aa00000 Relocatable + Small 0x000000026aa00000 0x000000026ac00000 0x000000026ac00000 Relocatable + Small 0x000000026ac00000 0x000000026ae00000 0x000000026ae00000 Relocatable + Small 0x000000026ae00000 0x000000026b000000 0x000000026b000000 Relocatable + Small 0x000000026b000000 0x000000026b200000 0x000000026b200000 Relocatable + Small 0x000000026b200000 0x000000026b400000 0x000000026b400000 Relocatable + Small 0x000000026b400000 0x000000026b600000 0x000000026b600000 Relocatable + Small 0x000000026b600000 0x000000026b800000 0x000000026b800000 Relocatable + Small 0x000000026b800000 0x000000026ba00000 0x000000026ba00000 Relocatable + Small 0x000000026ba00000 0x000000026bc00000 0x000000026bc00000 Relocatable + Small 0x000000026bc00000 0x000000026be00000 0x000000026be00000 Relocatable + Small 0x000000026be00000 0x000000026c000000 0x000000026c000000 Relocatable + Small 0x000000026c000000 0x000000026c200000 0x000000026c200000 Relocatable + Small 0x000000026c200000 0x000000026c400000 0x000000026c400000 Relocatable + Small 0x000000026c400000 0x000000026c600000 0x000000026c600000 Relocatable + Small 0x000000026c600000 0x000000026c800000 0x000000026c800000 Relocatable + Small 0x000000026c800000 0x000000026ca00000 0x000000026ca00000 Relocatable + Small 0x000000026ca00000 0x000000026cc00000 0x000000026cc00000 Relocatable + Small 0x000000026cc00000 0x000000026ce00000 0x000000026ce00000 Relocatable + Small 0x000000026ce00000 0x000000026d000000 0x000000026d000000 Relocatable + Small 0x000000026d000000 0x000000026d200000 0x000000026d200000 Relocatable + Small 0x000000026d200000 0x000000026d400000 0x000000026d400000 Relocatable + Small 0x000000026d400000 0x000000026d600000 0x000000026d600000 Relocatable + Small 0x000000026d600000 0x000000026d800000 0x000000026d800000 Relocatable + Small 0x000000026d800000 0x000000026da00000 0x000000026da00000 Relocatable + Small 0x000000026da00000 0x000000026dc00000 0x000000026dc00000 Relocatable + Small 0x000000026dc00000 0x000000026de00000 0x000000026de00000 Relocatable + Small 0x000000026de00000 0x000000026e000000 0x000000026e000000 Relocatable + Small 0x000000026e000000 0x000000026e200000 0x000000026e200000 Relocatable + Small 0x000000026e200000 0x000000026e400000 0x000000026e400000 Relocatable + Small 0x000000026e400000 0x000000026e600000 0x000000026e600000 Relocatable + Small 0x000000026e600000 0x000000026e800000 0x000000026e800000 Relocatable + Small 0x000000026e800000 0x000000026ea00000 0x000000026ea00000 Relocatable + Small 0x000000026ea00000 0x000000026ec00000 0x000000026ec00000 Relocatable + Small 0x000000026ec00000 0x000000026ee00000 0x000000026ee00000 Relocatable + Small 0x000000026ee00000 0x000000026f000000 0x000000026f000000 Relocatable + Small 0x000000026f000000 0x000000026f200000 0x000000026f200000 Relocatable + Small 0x000000026f200000 0x000000026f400000 0x000000026f400000 Relocatable + Small 0x000000026f400000 0x000000026f600000 0x000000026f600000 Relocatable + Small 0x000000026f600000 0x000000026f800000 0x000000026f800000 Relocatable + Small 0x000000026f800000 0x000000026fa00000 0x000000026fa00000 Relocatable + Small 0x000000026fa00000 0x000000026fc00000 0x000000026fc00000 Relocatable + Small 0x000000026fc00000 0x000000026fe00000 0x000000026fe00000 Relocatable + Small 0x000000026fe00000 0x0000000270000000 0x0000000270000000 Relocatable + Small 0x0000000270000000 0x0000000270200000 0x0000000270200000 Relocatable + Small 0x0000000270200000 0x0000000270400000 0x0000000270400000 Relocatable + Small 0x0000000270400000 0x0000000270600000 0x0000000270600000 Relocatable + Small 0x0000000270600000 0x0000000270800000 0x0000000270800000 Relocatable + Small 0x0000000270800000 0x0000000270a00000 0x0000000270a00000 Relocatable + Small 0x0000000270a00000 0x0000000270c00000 0x0000000270c00000 Relocatable + Small 0x0000000270c00000 0x0000000270e00000 0x0000000270e00000 Relocatable + Small 0x0000000270e00000 0x0000000271000000 0x0000000271000000 Relocatable + Small 0x0000000271000000 0x0000000271200000 0x0000000271200000 Relocatable + Small 0x0000000271200000 0x0000000271400000 0x0000000271400000 Relocatable + Small 0x0000000271400000 0x0000000271600000 0x0000000271600000 Relocatable + Small 0x0000000271600000 0x0000000271800000 0x0000000271800000 Relocatable + Small 0x0000000271800000 0x0000000271a00000 0x0000000271a00000 Relocatable + Small 0x0000000271a00000 0x0000000271c00000 0x0000000271c00000 Relocatable + Small 0x0000000271c00000 0x0000000271e00000 0x0000000271e00000 Relocatable + Small 0x0000000271e00000 0x0000000272000000 0x0000000272000000 Relocatable + Small 0x0000000272000000 0x0000000272200000 0x0000000272200000 Relocatable + Small 0x0000000272200000 0x0000000272400000 0x0000000272400000 Relocatable + Small 0x0000000272400000 0x0000000272600000 0x0000000272600000 Relocatable + Small 0x0000000272600000 0x0000000272800000 0x0000000272800000 Relocatable + Small 0x0000000272800000 0x0000000272a00000 0x0000000272a00000 Relocatable + Small 0x0000000272a00000 0x0000000272c00000 0x0000000272c00000 Relocatable + Small 0x0000000272c00000 0x0000000272e00000 0x0000000272e00000 Relocatable + Small 0x0000000272e00000 0x0000000273000000 0x0000000273000000 Relocatable + Small 0x0000000273000000 0x0000000273200000 0x0000000273200000 Relocatable + Small 0x0000000273200000 0x0000000273400000 0x0000000273400000 Relocatable + Small 0x0000000273400000 0x0000000273600000 0x0000000273600000 Relocatable + Small 0x0000000273600000 0x0000000273800000 0x0000000273800000 Relocatable + Small 0x0000000273800000 0x0000000273a00000 0x0000000273a00000 Relocatable + Small 0x0000000273a00000 0x0000000273c00000 0x0000000273c00000 Relocatable + Small 0x0000000273c00000 0x0000000273e00000 0x0000000273e00000 Relocatable + Small 0x0000000273e00000 0x0000000274000000 0x0000000274000000 Relocatable + Small 0x0000000274000000 0x0000000274200000 0x0000000274200000 Relocatable + Small 0x0000000274200000 0x0000000274400000 0x0000000274400000 Relocatable + Small 0x0000000274400000 0x0000000274600000 0x0000000274600000 Relocatable + Small 0x0000000274600000 0x0000000274800000 0x0000000274800000 Relocatable + Small 0x0000000274800000 0x0000000274a00000 0x0000000274a00000 Relocatable + Small 0x0000000274a00000 0x0000000274c00000 0x0000000274c00000 Relocatable + Small 0x0000000274c00000 0x0000000274e00000 0x0000000274e00000 Relocatable + Small 0x0000000274e00000 0x0000000275000000 0x0000000275000000 Relocatable + Small 0x0000000275000000 0x0000000275200000 0x0000000275200000 Relocatable + Small 0x0000000275200000 0x0000000275400000 0x0000000275400000 Relocatable + Small 0x0000000275400000 0x0000000275600000 0x0000000275600000 Relocatable + Small 0x0000000275600000 0x0000000275800000 0x0000000275800000 Relocatable + Small 0x0000000275800000 0x0000000275a00000 0x0000000275a00000 Relocatable + Small 0x0000000275a00000 0x0000000275c00000 0x0000000275c00000 Relocatable + Small 0x0000000275c00000 0x0000000275e00000 0x0000000275e00000 Relocatable + Small 0x0000000275e00000 0x0000000276000000 0x0000000276000000 Relocatable + Small 0x0000000276000000 0x0000000276200000 0x0000000276200000 Relocatable + Small 0x0000000276200000 0x0000000276400000 0x0000000276400000 Relocatable + Small 0x0000000276400000 0x0000000276600000 0x0000000276600000 Relocatable + Small 0x0000000276600000 0x0000000276800000 0x0000000276800000 Relocatable + Small 0x0000000276800000 0x0000000276a00000 0x0000000276a00000 Relocatable + Small 0x0000000276a00000 0x0000000276c00000 0x0000000276c00000 Relocatable + Small 0x0000000276c00000 0x0000000276e00000 0x0000000276e00000 Relocatable + Small 0x0000000276e00000 0x0000000277000000 0x0000000277000000 Relocatable + Small 0x0000000277000000 0x0000000277200000 0x0000000277200000 Relocatable + Small 0x0000000277200000 0x0000000277400000 0x0000000277400000 Relocatable + Small 0x0000000277400000 0x0000000277600000 0x0000000277600000 Relocatable + Small 0x0000000277600000 0x0000000277800000 0x0000000277800000 Relocatable + Small 0x0000000277800000 0x0000000277a00000 0x0000000277a00000 Relocatable + Small 0x0000000277a00000 0x0000000277c00000 0x0000000277c00000 Relocatable + Small 0x0000000277c00000 0x0000000277e00000 0x0000000277e00000 Relocatable + Small 0x0000000277e00000 0x0000000278000000 0x0000000278000000 Relocatable + Small 0x0000000278000000 0x0000000278140000 0x0000000278200000 Relocatable + Small 0x0000000278200000 0x0000000278400000 0x0000000278400000 Relocatable + Small 0x0000000278400000 0x0000000278600000 0x0000000278600000 Relocatable + Small 0x0000000278600000 0x0000000278800000 0x0000000278800000 Relocatable + Small 0x0000000278800000 0x0000000278a00000 0x0000000278a00000 Relocatable + Small 0x0000000278a00000 0x0000000278c00000 0x0000000278c00000 Relocatable + Small 0x0000000278c00000 0x0000000278e00000 0x0000000278e00000 Relocatable + Small 0x0000000278e00000 0x0000000279000000 0x0000000279000000 Relocatable + Small 0x0000000279000000 0x0000000279040000 0x0000000279200000 Relocatable + Small 0x0000000279200000 0x0000000279240000 0x0000000279400000 Relocatable + Small 0x0000000279400000 0x0000000279440000 0x0000000279600000 Relocatable + Small 0x0000000279600000 0x0000000279640000 0x0000000279800000 Relocatable + Small 0x0000000279800000 0x0000000279a00000 0x0000000279a00000 Allocating + Small 0x0000000279a00000 0x0000000279c00000 0x0000000279c00000 Allocating + Small 0x0000000279c00000 0x0000000279e00000 0x0000000279e00000 Allocating + Small 0x0000000279e00000 0x000000027a000000 0x000000027a000000 Allocating + Small 0x000000027a000000 0x000000027a200000 0x000000027a200000 Allocating + Small 0x000000027a200000 0x000000027a400000 0x000000027a400000 Allocating + Small 0x000000027a400000 0x000000027a600000 0x000000027a600000 Allocating + Small 0x000000027a600000 0x000000027a800000 0x000000027a800000 Allocating + Small 0x000000027a800000 0x000000027aa00000 0x000000027aa00000 Allocating + Small 0x000000027aa00000 0x000000027ac00000 0x000000027ac00000 Allocating + Small 0x000000027ac00000 0x000000027ae00000 0x000000027ae00000 Allocating + Small 0x000000027ae00000 0x000000027b000000 0x000000027b000000 Allocating + Small 0x000000027b000000 0x000000027b200000 0x000000027b200000 Allocating + Small 0x000000027b200000 0x000000027b400000 0x000000027b400000 Allocating + Small 0x000000027b400000 0x000000027b600000 0x000000027b600000 Allocating + Small 0x000000027b600000 0x000000027b800000 0x000000027b800000 Allocating + Small 0x000000027b800000 0x000000027ba00000 0x000000027ba00000 Allocating + Small 0x000000027ba00000 0x000000027bc00000 0x000000027bc00000 Allocating + Small 0x000000027bc00000 0x000000027be00000 0x000000027be00000 Allocating + Small 0x000000027be00000 0x000000027c000000 0x000000027c000000 Allocating + Small 0x000000027c000000 0x000000027c200000 0x000000027c200000 Allocating + Small 0x000000027c200000 0x000000027c400000 0x000000027c400000 Allocating + Small 0x000000027c400000 0x000000027c600000 0x000000027c600000 Allocating + Small 0x000000027c600000 0x000000027c800000 0x000000027c800000 Allocating + Small 0x000000027c800000 0x000000027ca00000 0x000000027ca00000 Allocating + Small 0x000000027ca00000 0x000000027cc00000 0x000000027cc00000 Allocating + Small 0x000000027cc00000 0x000000027ce00000 0x000000027ce00000 Allocating + Small 0x000000027ce00000 0x000000027d000000 0x000000027d000000 Allocating + Small 0x000000027d000000 0x000000027d200000 0x000000027d200000 Allocating + Small 0x000000027d200000 0x000000027d400000 0x000000027d400000 Allocating + Small 0x000000027d400000 0x000000027d600000 0x000000027d600000 Allocating + Small 0x000000027d600000 0x000000027d800000 0x000000027d800000 Allocating + Small 0x000000027d800000 0x000000027da00000 0x000000027da00000 Allocating + Small 0x000000027da00000 0x000000027dc00000 0x000000027dc00000 Allocating + Small 0x000000027dc00000 0x000000027de00000 0x000000027de00000 Allocating + Small 0x000000027de00000 0x000000027e000000 0x000000027e000000 Allocating + Small 0x000000027e000000 0x000000027e200000 0x000000027e200000 Allocating + Small 0x000000027e200000 0x000000027e400000 0x000000027e400000 Allocating + Small 0x000000027e400000 0x000000027e600000 0x000000027e600000 Allocating + Small 0x000000027e600000 0x000000027e800000 0x000000027e800000 Allocating + Small 0x000000027e800000 0x000000027ea00000 0x000000027ea00000 Allocating + Small 0x000000027ea00000 0x000000027ec00000 0x000000027ec00000 Allocating + Small 0x000000027ec00000 0x000000027ee00000 0x000000027ee00000 Allocating + Small 0x000000027ee00000 0x000000027f000000 0x000000027f000000 Allocating + Small 0x000000027f000000 0x000000027f200000 0x000000027f200000 Allocating + Small 0x000000027f200000 0x000000027f400000 0x000000027f400000 Allocating + Small 0x000000027f400000 0x000000027f600000 0x000000027f600000 Allocating + Small 0x000000027f600000 0x000000027f800000 0x000000027f800000 Allocating + Small 0x000000027f800000 0x000000027fa00000 0x000000027fa00000 Allocating + Small 0x000000027fa00000 0x000000027fc00000 0x000000027fc00000 Allocating + Small 0x000000027fc00000 0x000000027fe00000 0x000000027fe00000 Allocating + Small 0x000000027fe00000 0x0000000280000000 0x0000000280000000 Allocating + Small 0x0000000280000000 0x0000000280200000 0x0000000280200000 Allocating + Small 0x0000000280200000 0x0000000280400000 0x0000000280400000 Allocating + Small 0x0000000280400000 0x0000000280600000 0x0000000280600000 Allocating + Small 0x0000000280600000 0x0000000280800000 0x0000000280800000 Allocating + Small 0x0000000280800000 0x0000000280a00000 0x0000000280a00000 Allocating + Small 0x0000000280a00000 0x0000000280c00000 0x0000000280c00000 Allocating + Small 0x0000000280c00000 0x0000000280e00000 0x0000000280e00000 Allocating + Small 0x0000000280e00000 0x0000000281000000 0x0000000281000000 Allocating + Small 0x0000000281000000 0x0000000281200000 0x0000000281200000 Allocating + Small 0x0000000281200000 0x0000000281400000 0x0000000281400000 Allocating + Small 0x0000000281400000 0x0000000281600000 0x0000000281600000 Allocating + Small 0x0000000281600000 0x0000000281800000 0x0000000281800000 Allocating + Small 0x0000000281800000 0x0000000281a00000 0x0000000281a00000 Allocating + Small 0x0000000281a00000 0x0000000281c00000 0x0000000281c00000 Allocating + Small 0x0000000281c00000 0x0000000281e00000 0x0000000281e00000 Allocating + Small 0x0000000281e00000 0x0000000282000000 0x0000000282000000 Allocating + Small 0x0000000282000000 0x0000000282200000 0x0000000282200000 Allocating + Small 0x0000000282200000 0x0000000282400000 0x0000000282400000 Allocating + Small 0x0000000282400000 0x0000000282600000 0x0000000282600000 Allocating + Small 0x0000000282600000 0x0000000282800000 0x0000000282800000 Allocating + Small 0x0000000282800000 0x0000000282a00000 0x0000000282a00000 Allocating + Small 0x0000000282a00000 0x0000000282c00000 0x0000000282c00000 Allocating + Small 0x0000000282c00000 0x0000000282e00000 0x0000000282e00000 Allocating + Small 0x0000000282e00000 0x0000000283000000 0x0000000283000000 Allocating + Small 0x0000000283000000 0x0000000283200000 0x0000000283200000 Allocating + Small 0x0000000283200000 0x0000000283400000 0x0000000283400000 Allocating + Small 0x0000000283400000 0x0000000283600000 0x0000000283600000 Allocating + Small 0x0000000283600000 0x0000000283800000 0x0000000283800000 Allocating + Small 0x0000000283800000 0x0000000283a00000 0x0000000283a00000 Allocating + Small 0x0000000283a00000 0x0000000283c00000 0x0000000283c00000 Allocating + Small 0x0000000283c00000 0x0000000283e00000 0x0000000283e00000 Allocating + Small 0x0000000283e00000 0x0000000284000000 0x0000000284000000 Allocating + Small 0x0000000284000000 0x0000000284200000 0x0000000284200000 Allocating + Small 0x0000000284200000 0x0000000284400000 0x0000000284400000 Allocating + Small 0x0000000284400000 0x0000000284600000 0x0000000284600000 Allocating + Small 0x0000000284600000 0x0000000284800000 0x0000000284800000 Allocating + Small 0x0000000284800000 0x0000000284a00000 0x0000000284a00000 Allocating + Small 0x0000000284a00000 0x0000000284c00000 0x0000000284c00000 Allocating + Small 0x0000000284c00000 0x0000000284e00000 0x0000000284e00000 Allocating + Small 0x0000000284e00000 0x0000000285000000 0x0000000285000000 Allocating + Small 0x0000000285000000 0x0000000285200000 0x0000000285200000 Allocating + Small 0x0000000285200000 0x0000000285400000 0x0000000285400000 Allocating + Small 0x0000000285400000 0x0000000285600000 0x0000000285600000 Allocating + Small 0x0000000285600000 0x0000000285800000 0x0000000285800000 Allocating + Small 0x0000000285800000 0x0000000285a00000 0x0000000285a00000 Allocating + Small 0x0000000285a00000 0x0000000285c00000 0x0000000285c00000 Allocating + Small 0x0000000285c00000 0x0000000285e00000 0x0000000285e00000 Allocating + Small 0x0000000285e00000 0x0000000286000000 0x0000000286000000 Allocating + Small 0x0000000286000000 0x0000000286200000 0x0000000286200000 Allocating + Small 0x0000000286200000 0x0000000286400000 0x0000000286400000 Allocating + Small 0x0000000286400000 0x0000000286600000 0x0000000286600000 Allocating + Small 0x0000000286600000 0x0000000286800000 0x0000000286800000 Allocating + Small 0x0000000286800000 0x0000000286a00000 0x0000000286a00000 Allocating + Small 0x0000000286a00000 0x0000000286c00000 0x0000000286c00000 Allocating + Small 0x0000000286c00000 0x0000000286e00000 0x0000000286e00000 Allocating + Small 0x0000000286e00000 0x0000000287000000 0x0000000287000000 Allocating + Small 0x0000000287000000 0x0000000287200000 0x0000000287200000 Allocating + Small 0x0000000287200000 0x0000000287400000 0x0000000287400000 Allocating + Small 0x0000000287400000 0x0000000287600000 0x0000000287600000 Allocating + Small 0x0000000287600000 0x0000000287800000 0x0000000287800000 Allocating + Small 0x0000000287800000 0x0000000287a00000 0x0000000287a00000 Allocating + Small 0x0000000287a00000 0x0000000287c00000 0x0000000287c00000 Allocating + Small 0x0000000287c00000 0x0000000287e00000 0x0000000287e00000 Allocating + Small 0x0000000287e00000 0x0000000288000000 0x0000000288000000 Allocating + Small 0x0000000288000000 0x0000000288200000 0x0000000288200000 Allocating + Small 0x0000000288200000 0x0000000288400000 0x0000000288400000 Allocating + Small 0x0000000288400000 0x0000000288600000 0x0000000288600000 Allocating + Small 0x0000000288600000 0x0000000288800000 0x0000000288800000 Allocating + Small 0x0000000288800000 0x0000000288a00000 0x0000000288a00000 Allocating + Small 0x0000000288a00000 0x0000000288c00000 0x0000000288c00000 Allocating + Small 0x0000000288c00000 0x0000000288e00000 0x0000000288e00000 Allocating + Small 0x0000000288e00000 0x0000000289000000 0x0000000289000000 Allocating + Small 0x0000000289000000 0x0000000289200000 0x0000000289200000 Allocating + Small 0x0000000289200000 0x0000000289400000 0x0000000289400000 Allocating + Small 0x0000000289400000 0x0000000289600000 0x0000000289600000 Allocating + Small 0x0000000289600000 0x0000000289800000 0x0000000289800000 Allocating + Small 0x0000000289800000 0x0000000289a00000 0x0000000289a00000 Allocating + Small 0x0000000289a00000 0x0000000289c00000 0x0000000289c00000 Allocating + Small 0x0000000289c00000 0x0000000289e00000 0x0000000289e00000 Allocating + Small 0x0000000289e00000 0x000000028a000000 0x000000028a000000 Allocating + Small 0x000000028a000000 0x000000028a200000 0x000000028a200000 Allocating + Small 0x000000028a200000 0x000000028a400000 0x000000028a400000 Allocating + Small 0x000000028a400000 0x000000028a600000 0x000000028a600000 Allocating + Small 0x000000028a600000 0x000000028a800000 0x000000028a800000 Allocating + Small 0x000000028a800000 0x000000028aa00000 0x000000028aa00000 Allocating + Small 0x000000028aa00000 0x000000028ac00000 0x000000028ac00000 Allocating + Small 0x000000028ac00000 0x000000028ae00000 0x000000028ae00000 Allocating + Small 0x000000028ae00000 0x000000028b000000 0x000000028b000000 Allocating + Small 0x000000028b000000 0x000000028b200000 0x000000028b200000 Allocating + Small 0x000000028b200000 0x000000028b400000 0x000000028b400000 Allocating + Small 0x000000028b400000 0x000000028b600000 0x000000028b600000 Allocating + Small 0x000000028b600000 0x000000028b800000 0x000000028b800000 Allocating + Small 0x000000028b800000 0x000000028ba00000 0x000000028ba00000 Allocating + Small 0x000000028ba00000 0x000000028bc00000 0x000000028bc00000 Allocating + Small 0x000000028bc00000 0x000000028be00000 0x000000028be00000 Allocating + Small 0x000000028be00000 0x000000028c000000 0x000000028c000000 Allocating + Small 0x000000028c000000 0x000000028c200000 0x000000028c200000 Allocating + Small 0x000000028c200000 0x000000028c400000 0x000000028c400000 Allocating + Small 0x000000028c400000 0x000000028c600000 0x000000028c600000 Allocating + Small 0x000000028c600000 0x000000028c800000 0x000000028c800000 Allocating + Small 0x000000028c800000 0x000000028ca00000 0x000000028ca00000 Allocating + Small 0x000000028ca00000 0x000000028cc00000 0x000000028cc00000 Allocating + Small 0x000000028cc00000 0x000000028ce00000 0x000000028ce00000 Allocating + Small 0x000000028ce00000 0x000000028d000000 0x000000028d000000 Allocating + Small 0x000000028d000000 0x000000028d200000 0x000000028d200000 Allocating + Small 0x000000028d200000 0x000000028d400000 0x000000028d400000 Allocating + Small 0x000000028d400000 0x000000028d600000 0x000000028d600000 Allocating + Small 0x000000028d600000 0x000000028d800000 0x000000028d800000 Allocating + Small 0x000000028d800000 0x000000028da00000 0x000000028da00000 Allocating + Small 0x000000028da00000 0x000000028dc00000 0x000000028dc00000 Allocating + Small 0x000000028dc00000 0x000000028de00000 0x000000028de00000 Allocating + Small 0x000000028de00000 0x000000028e000000 0x000000028e000000 Allocating + Small 0x000000028e000000 0x000000028e200000 0x000000028e200000 Allocating + Small 0x000000028e200000 0x000000028e400000 0x000000028e400000 Allocating + Small 0x000000028e400000 0x000000028e600000 0x000000028e600000 Allocating + Small 0x000000028e600000 0x000000028e800000 0x000000028e800000 Allocating + Small 0x000000028e800000 0x000000028ea00000 0x000000028ea00000 Allocating + Small 0x000000028ea00000 0x000000028ec00000 0x000000028ec00000 Allocating + Small 0x000000028ec00000 0x000000028ee00000 0x000000028ee00000 Allocating + Small 0x000000028ee00000 0x000000028f000000 0x000000028f000000 Allocating + Small 0x000000028f000000 0x000000028f200000 0x000000028f200000 Allocating + Small 0x000000028f200000 0x000000028f400000 0x000000028f400000 Allocating + Small 0x000000028f400000 0x000000028f600000 0x000000028f600000 Allocating + Small 0x000000028f600000 0x000000028f800000 0x000000028f800000 Allocating + Small 0x000000028f800000 0x000000028fa00000 0x000000028fa00000 Allocating + Small 0x000000028fa00000 0x000000028fc00000 0x000000028fc00000 Allocating + Small 0x000000028fc00000 0x000000028fe00000 0x000000028fe00000 Allocating + Small 0x000000028fe00000 0x0000000290000000 0x0000000290000000 Allocating + Small 0x0000000290000000 0x0000000290200000 0x0000000290200000 Allocating + Small 0x0000000290200000 0x0000000290400000 0x0000000290400000 Allocating + Small 0x0000000290400000 0x0000000290600000 0x0000000290600000 Allocating + Small 0x0000000290600000 0x0000000290800000 0x0000000290800000 Allocating + Small 0x0000000290800000 0x0000000290a00000 0x0000000290a00000 Allocating + Small 0x0000000290a00000 0x0000000290c00000 0x0000000290c00000 Allocating + Small 0x0000000290c00000 0x0000000290e00000 0x0000000290e00000 Allocating + Small 0x0000000290e00000 0x0000000291000000 0x0000000291000000 Allocating + Small 0x0000000291000000 0x0000000291200000 0x0000000291200000 Allocating + Small 0x0000000291200000 0x0000000291400000 0x0000000291400000 Allocating + Small 0x0000000291400000 0x0000000291600000 0x0000000291600000 Allocating + Small 0x0000000291600000 0x0000000291800000 0x0000000291800000 Allocating + Small 0x0000000291800000 0x0000000291a00000 0x0000000291a00000 Allocating + Small 0x0000000291a00000 0x0000000291c00000 0x0000000291c00000 Allocating + Small 0x0000000291c00000 0x0000000291e00000 0x0000000291e00000 Allocating + Small 0x0000000291e00000 0x0000000292000000 0x0000000292000000 Allocating + Small 0x0000000292000000 0x0000000292200000 0x0000000292200000 Allocating + Small 0x0000000292200000 0x0000000292400000 0x0000000292400000 Allocating + Small 0x0000000292400000 0x0000000292600000 0x0000000292600000 Allocating + Small 0x0000000292600000 0x0000000292800000 0x0000000292800000 Allocating + Small 0x0000000292800000 0x0000000292a00000 0x0000000292a00000 Allocating + Small 0x0000000292a00000 0x0000000292c00000 0x0000000292c00000 Allocating + Small 0x0000000292c00000 0x0000000292e00000 0x0000000292e00000 Allocating + Small 0x0000000292e00000 0x0000000293000000 0x0000000293000000 Allocating + Small 0x0000000293000000 0x0000000293200000 0x0000000293200000 Allocating + Small 0x0000000293200000 0x0000000293400000 0x0000000293400000 Allocating + Small 0x0000000293400000 0x0000000293600000 0x0000000293600000 Allocating + Small 0x0000000293600000 0x0000000293800000 0x0000000293800000 Allocating + Small 0x0000000293800000 0x0000000293a00000 0x0000000293a00000 Allocating + Small 0x0000000293a00000 0x0000000293c00000 0x0000000293c00000 Allocating + Small 0x0000000293c00000 0x0000000293e00000 0x0000000293e00000 Allocating + Small 0x0000000293e00000 0x0000000294000000 0x0000000294000000 Allocating + Small 0x0000000294000000 0x0000000294200000 0x0000000294200000 Allocating + Small 0x0000000294200000 0x0000000294400000 0x0000000294400000 Allocating + Small 0x0000000294400000 0x0000000294600000 0x0000000294600000 Allocating + Small 0x0000000294600000 0x0000000294800000 0x0000000294800000 Allocating + Small 0x0000000294800000 0x0000000294a00000 0x0000000294a00000 Allocating + Small 0x0000000294a00000 0x0000000294c00000 0x0000000294c00000 Allocating + Small 0x0000000294c00000 0x0000000294e00000 0x0000000294e00000 Allocating + Small 0x0000000294e00000 0x0000000295000000 0x0000000295000000 Allocating + Small 0x0000000295000000 0x0000000295200000 0x0000000295200000 Allocating + Small 0x0000000295200000 0x0000000295400000 0x0000000295400000 Allocating + Small 0x0000000295400000 0x0000000295600000 0x0000000295600000 Allocating + Small 0x0000000295600000 0x0000000295800000 0x0000000295800000 Allocating + Small 0x0000000295800000 0x0000000295a00000 0x0000000295a00000 Allocating + Small 0x0000000295a00000 0x0000000295c00000 0x0000000295c00000 Allocating + Small 0x0000000295c00000 0x0000000295e00000 0x0000000295e00000 Allocating + Small 0x0000000295e00000 0x0000000296000000 0x0000000296000000 Allocating + Small 0x0000000296000000 0x0000000296200000 0x0000000296200000 Allocating + Small 0x0000000296200000 0x0000000296400000 0x0000000296400000 Allocating + Small 0x0000000296400000 0x0000000296600000 0x0000000296600000 Allocating + Small 0x0000000296600000 0x0000000296800000 0x0000000296800000 Allocating + Small 0x0000000296800000 0x0000000296a00000 0x0000000296a00000 Allocating + Small 0x0000000296a00000 0x0000000296c00000 0x0000000296c00000 Allocating + Small 0x0000000296c00000 0x0000000296e00000 0x0000000296e00000 Allocating + Small 0x0000000296e00000 0x0000000297000000 0x0000000297000000 Allocating + Small 0x0000000297000000 0x0000000297200000 0x0000000297200000 Allocating + Small 0x0000000297200000 0x0000000297400000 0x0000000297400000 Allocating + Small 0x0000000297400000 0x0000000297600000 0x0000000297600000 Allocating + Small 0x0000000297600000 0x0000000297800000 0x0000000297800000 Allocating + Small 0x0000000297800000 0x0000000297a00000 0x0000000297a00000 Allocating + Small 0x0000000297a00000 0x0000000297c00000 0x0000000297c00000 Allocating + Small 0x0000000297c00000 0x0000000297e00000 0x0000000297e00000 Allocating + Small 0x0000000297e00000 0x0000000298000000 0x0000000298000000 Allocating + Small 0x0000000298000000 0x0000000298200000 0x0000000298200000 Allocating + Small 0x0000000298200000 0x0000000298400000 0x0000000298400000 Allocating + Small 0x0000000298400000 0x0000000298600000 0x0000000298600000 Allocating + Small 0x0000000298600000 0x0000000298800000 0x0000000298800000 Allocating + Small 0x0000000298800000 0x0000000298a00000 0x0000000298a00000 Allocating + Small 0x0000000298a00000 0x0000000298c00000 0x0000000298c00000 Allocating + Small 0x0000000298c00000 0x0000000298e00000 0x0000000298e00000 Allocating + Small 0x0000000298e00000 0x0000000299000000 0x0000000299000000 Allocating + Small 0x0000000299000000 0x0000000299200000 0x0000000299200000 Allocating + Small 0x0000000299200000 0x0000000299400000 0x0000000299400000 Allocating + Small 0x0000000299400000 0x0000000299600000 0x0000000299600000 Allocating + Small 0x0000000299600000 0x0000000299800000 0x0000000299800000 Allocating + Small 0x0000000299800000 0x0000000299a00000 0x0000000299a00000 Allocating + Small 0x0000000299a00000 0x0000000299c00000 0x0000000299c00000 Allocating + Small 0x0000000299c00000 0x0000000299e00000 0x0000000299e00000 Allocating + Small 0x0000000299e00000 0x000000029a000000 0x000000029a000000 Allocating + Small 0x000000029a000000 0x000000029a200000 0x000000029a200000 Allocating + Small 0x000000029a200000 0x000000029a400000 0x000000029a400000 Allocating + Small 0x000000029a400000 0x000000029a600000 0x000000029a600000 Allocating + Small 0x000000029a600000 0x000000029a800000 0x000000029a800000 Allocating + Small 0x000000029a800000 0x000000029aa00000 0x000000029aa00000 Allocating + Small 0x000000029aa00000 0x000000029ac00000 0x000000029ac00000 Allocating + Small 0x000000029ac00000 0x000000029ae00000 0x000000029ae00000 Allocating + Small 0x000000029ae00000 0x000000029b000000 0x000000029b000000 Allocating + Small 0x000000029b000000 0x000000029b200000 0x000000029b200000 Allocating + Small 0x000000029b200000 0x000000029b400000 0x000000029b400000 Allocating + Small 0x000000029b400000 0x000000029b600000 0x000000029b600000 Allocating + Small 0x000000029b600000 0x000000029b800000 0x000000029b800000 Allocating + Small 0x000000029b800000 0x000000029ba00000 0x000000029ba00000 Allocating + Small 0x000000029ba00000 0x000000029bc00000 0x000000029bc00000 Allocating + Small 0x000000029bc00000 0x000000029be00000 0x000000029be00000 Allocating + Small 0x000000029be00000 0x000000029c000000 0x000000029c000000 Allocating + Small 0x000000029c000000 0x000000029c200000 0x000000029c200000 Allocating + Small 0x000000029c200000 0x000000029c400000 0x000000029c400000 Allocating + Small 0x000000029c400000 0x000000029c600000 0x000000029c600000 Allocating + Small 0x000000029c600000 0x000000029c800000 0x000000029c800000 Allocating + Small 0x000000029c800000 0x000000029ca00000 0x000000029ca00000 Allocating + Small 0x000000029ca00000 0x000000029cc00000 0x000000029cc00000 Allocating + Small 0x000000029cc00000 0x000000029ce00000 0x000000029ce00000 Allocating + Small 0x000000029ce00000 0x000000029d000000 0x000000029d000000 Allocating + Small 0x000000029d000000 0x000000029d200000 0x000000029d200000 Allocating + Small 0x000000029d200000 0x000000029d400000 0x000000029d400000 Allocating + Small 0x000000029d400000 0x000000029d600000 0x000000029d600000 Allocating + Small 0x000000029d600000 0x000000029d800000 0x000000029d800000 Allocating + Small 0x000000029d800000 0x000000029da00000 0x000000029da00000 Allocating + Small 0x000000029da00000 0x000000029dc00000 0x000000029dc00000 Allocating + Small 0x000000029dc00000 0x000000029de00000 0x000000029de00000 Allocating + Small 0x000000029de00000 0x000000029e000000 0x000000029e000000 Allocating + Small 0x000000029e000000 0x000000029e200000 0x000000029e200000 Allocating + Small 0x000000029e200000 0x000000029e400000 0x000000029e400000 Allocating + Small 0x000000029e400000 0x000000029e600000 0x000000029e600000 Allocating + Small 0x000000029e600000 0x000000029e800000 0x000000029e800000 Allocating + Small 0x000000029e800000 0x000000029ea00000 0x000000029ea00000 Allocating + Small 0x000000029ea00000 0x000000029ec00000 0x000000029ec00000 Allocating + Small 0x000000029ec00000 0x000000029ee00000 0x000000029ee00000 Allocating + Small 0x000000029ee00000 0x000000029f000000 0x000000029f000000 Allocating + Small 0x000000029f000000 0x000000029f200000 0x000000029f200000 Allocating + Small 0x000000029f200000 0x000000029f400000 0x000000029f400000 Allocating + Small 0x000000029f400000 0x000000029f600000 0x000000029f600000 Allocating + Small 0x000000029f600000 0x000000029f800000 0x000000029f800000 Allocating + Small 0x000000029f800000 0x000000029fa00000 0x000000029fa00000 Allocating + Small 0x000000029fa00000 0x000000029fc00000 0x000000029fc00000 Allocating + Small 0x000000029fc00000 0x000000029fe00000 0x000000029fe00000 Allocating + Small 0x000000029fe00000 0x00000002a0000000 0x00000002a0000000 Allocating + Small 0x00000002a0000000 0x00000002a0200000 0x00000002a0200000 Allocating + Small 0x00000002a0200000 0x00000002a0400000 0x00000002a0400000 Allocating + Small 0x00000002a0400000 0x00000002a0600000 0x00000002a0600000 Allocating + Small 0x00000002a0600000 0x00000002a0800000 0x00000002a0800000 Allocating + Small 0x00000002a0800000 0x00000002a0a00000 0x00000002a0a00000 Allocating + Small 0x00000002a0a00000 0x00000002a0c00000 0x00000002a0c00000 Allocating + Small 0x00000002a0c00000 0x00000002a0e00000 0x00000002a0e00000 Allocating + Small 0x00000002a0e00000 0x00000002a1000000 0x00000002a1000000 Allocating + Small 0x00000002a1000000 0x00000002a1200000 0x00000002a1200000 Allocating + Small 0x00000002a1200000 0x00000002a1400000 0x00000002a1400000 Allocating + Small 0x00000002a1400000 0x00000002a1600000 0x00000002a1600000 Allocating + Small 0x00000002a1600000 0x00000002a1800000 0x00000002a1800000 Allocating + Small 0x00000002a1800000 0x00000002a1a00000 0x00000002a1a00000 Allocating + Small 0x00000002a1a00000 0x00000002a1c00000 0x00000002a1c00000 Allocating + Small 0x00000002a1c00000 0x00000002a1e00000 0x00000002a1e00000 Allocating + Small 0x00000002a1e00000 0x00000002a2000000 0x00000002a2000000 Allocating + Small 0x00000002a2000000 0x00000002a2200000 0x00000002a2200000 Allocating + Small 0x00000002a2200000 0x00000002a2400000 0x00000002a2400000 Allocating + Small 0x00000002a2400000 0x00000002a2600000 0x00000002a2600000 Allocating + Small 0x00000002a2600000 0x00000002a2800000 0x00000002a2800000 Allocating + Small 0x00000002a2800000 0x00000002a2a00000 0x00000002a2a00000 Allocating + Small 0x00000002a2a00000 0x00000002a2c00000 0x00000002a2c00000 Allocating + Small 0x00000002a2c00000 0x00000002a2e00000 0x00000002a2e00000 Allocating + Small 0x00000002a2e00000 0x00000002a3000000 0x00000002a3000000 Allocating + Small 0x00000002a3000000 0x00000002a3200000 0x00000002a3200000 Allocating + Small 0x00000002a3200000 0x00000002a3400000 0x00000002a3400000 Allocating + Small 0x00000002a3400000 0x00000002a3600000 0x00000002a3600000 Allocating + Small 0x00000002a3600000 0x00000002a3800000 0x00000002a3800000 Allocating + Small 0x00000002a3800000 0x00000002a3a00000 0x00000002a3a00000 Allocating + Small 0x00000002a3a00000 0x00000002a3c00000 0x00000002a3c00000 Allocating + Small 0x00000002a3c00000 0x00000002a3e00000 0x00000002a3e00000 Allocating + Small 0x00000002a3e00000 0x00000002a4000000 0x00000002a4000000 Allocating + Small 0x00000002a4000000 0x00000002a4200000 0x00000002a4200000 Allocating + Small 0x00000002a4200000 0x00000002a4400000 0x00000002a4400000 Allocating + Small 0x00000002a4400000 0x00000002a4600000 0x00000002a4600000 Allocating + Small 0x00000002a4600000 0x00000002a4800000 0x00000002a4800000 Allocating + Small 0x00000002a4800000 0x00000002a4a00000 0x00000002a4a00000 Allocating + Small 0x00000002a4a00000 0x00000002a4c00000 0x00000002a4c00000 Allocating + Small 0x00000002a4c00000 0x00000002a4e00000 0x00000002a4e00000 Allocating + Small 0x00000002a4e00000 0x00000002a5000000 0x00000002a5000000 Allocating + Small 0x00000002a5000000 0x00000002a5200000 0x00000002a5200000 Allocating + Small 0x00000002a5200000 0x00000002a5400000 0x00000002a5400000 Allocating + Small 0x00000002a5400000 0x00000002a5600000 0x00000002a5600000 Allocating + Small 0x00000002a5600000 0x00000002a5800000 0x00000002a5800000 Allocating + Small 0x00000002a5800000 0x00000002a5a00000 0x00000002a5a00000 Allocating + Small 0x00000002a5a00000 0x00000002a5c00000 0x00000002a5c00000 Allocating + Small 0x00000002a5c00000 0x00000002a5e00000 0x00000002a5e00000 Allocating + Small 0x00000002a5e00000 0x00000002a6000000 0x00000002a6000000 Allocating + Small 0x00000002a6000000 0x00000002a6200000 0x00000002a6200000 Allocating + Small 0x00000002a6200000 0x00000002a6400000 0x00000002a6400000 Allocating + Small 0x00000002a6400000 0x00000002a6600000 0x00000002a6600000 Allocating + Small 0x00000002a6600000 0x00000002a6800000 0x00000002a6800000 Allocating + Small 0x00000002a6800000 0x00000002a6a00000 0x00000002a6a00000 Allocating + Small 0x00000002a6a00000 0x00000002a6c00000 0x00000002a6c00000 Allocating + Small 0x00000002a6c00000 0x00000002a6e00000 0x00000002a6e00000 Allocating + Small 0x00000002a6e00000 0x00000002a7000000 0x00000002a7000000 Allocating + Small 0x00000002a7000000 0x00000002a7200000 0x00000002a7200000 Allocating + Small 0x00000002a7200000 0x00000002a7400000 0x00000002a7400000 Allocating + Small 0x00000002a7400000 0x00000002a7600000 0x00000002a7600000 Allocating + Small 0x00000002a7600000 0x00000002a7800000 0x00000002a7800000 Allocating + Small 0x00000002a7800000 0x00000002a7a00000 0x00000002a7a00000 Allocating + Small 0x00000002a7a00000 0x00000002a7c00000 0x00000002a7c00000 Allocating + Small 0x00000002a7c00000 0x00000002a7e00000 0x00000002a7e00000 Allocating + Small 0x00000002a7e00000 0x00000002a8000000 0x00000002a8000000 Allocating + Small 0x00000002a8000000 0x00000002a8200000 0x00000002a8200000 Allocating + Small 0x00000002a8200000 0x00000002a8400000 0x00000002a8400000 Allocating + Small 0x00000002a8400000 0x00000002a8600000 0x00000002a8600000 Allocating + Small 0x00000002a8600000 0x00000002a8800000 0x00000002a8800000 Allocating + Small 0x00000002a8800000 0x00000002a8a00000 0x00000002a8a00000 Allocating + Small 0x00000002a8a00000 0x00000002a8c00000 0x00000002a8c00000 Allocating + Small 0x00000002a8c00000 0x00000002a8e00000 0x00000002a8e00000 Allocating + Small 0x00000002a8e00000 0x00000002a9000000 0x00000002a9000000 Allocating + Small 0x00000002a9000000 0x00000002a9200000 0x00000002a9200000 Allocating + Small 0x00000002a9200000 0x00000002a9400000 0x00000002a9400000 Allocating + Small 0x00000002a9400000 0x00000002a9600000 0x00000002a9600000 Allocating + Small 0x00000002a9600000 0x00000002a9800000 0x00000002a9800000 Allocating + Small 0x00000002a9800000 0x00000002a9a00000 0x00000002a9a00000 Allocating + Small 0x00000002a9a00000 0x00000002a9c00000 0x00000002a9c00000 Allocating + Small 0x00000002a9c00000 0x00000002a9e00000 0x00000002a9e00000 Allocating + Small 0x00000002a9e00000 0x00000002aa000000 0x00000002aa000000 Allocating + Small 0x00000002aa000000 0x00000002aa200000 0x00000002aa200000 Allocating + Small 0x00000002aa200000 0x00000002aa400000 0x00000002aa400000 Allocating + Small 0x00000002aa400000 0x00000002aa600000 0x00000002aa600000 Allocating + Small 0x00000002aa600000 0x00000002aa800000 0x00000002aa800000 Allocating + Small 0x00000002aa800000 0x00000002aaa00000 0x00000002aaa00000 Allocating + Small 0x00000002aaa00000 0x00000002aac00000 0x00000002aac00000 Allocating + Small 0x00000002aac00000 0x00000002aae00000 0x00000002aae00000 Allocating + Small 0x00000002aae00000 0x00000002ab000000 0x00000002ab000000 Allocating + Small 0x00000002ab000000 0x00000002ab200000 0x00000002ab200000 Allocating + Small 0x00000002ab200000 0x00000002ab400000 0x00000002ab400000 Allocating + Small 0x00000002ab400000 0x00000002ab600000 0x00000002ab600000 Allocating + Small 0x00000002ab600000 0x00000002ab800000 0x00000002ab800000 Allocating + Small 0x00000002ab800000 0x00000002aba00000 0x00000002aba00000 Allocating + Small 0x00000002aba00000 0x00000002abc00000 0x00000002abc00000 Allocating + Small 0x00000002abc00000 0x00000002abe00000 0x00000002abe00000 Allocating + Small 0x00000002abe00000 0x00000002ac000000 0x00000002ac000000 Allocating + Small 0x00000002ac000000 0x00000002ac200000 0x00000002ac200000 Allocating + Small 0x00000002ac200000 0x00000002ac400000 0x00000002ac400000 Allocating + Small 0x00000002ac400000 0x00000002ac600000 0x00000002ac600000 Allocating + Small 0x00000002ac600000 0x00000002ac800000 0x00000002ac800000 Allocating + Small 0x00000002ac800000 0x00000002aca00000 0x00000002aca00000 Allocating + Small 0x00000002aca00000 0x00000002acc00000 0x00000002acc00000 Allocating + Small 0x00000002acc00000 0x00000002ace00000 0x00000002ace00000 Allocating + Small 0x00000002ace00000 0x00000002ad000000 0x00000002ad000000 Allocating + Small 0x00000002ad000000 0x00000002ad200000 0x00000002ad200000 Allocating + Small 0x00000002ad200000 0x00000002ad400000 0x00000002ad400000 Allocating + Small 0x00000002ad400000 0x00000002ad600000 0x00000002ad600000 Allocating + Small 0x00000002ad600000 0x00000002ad800000 0x00000002ad800000 Allocating + Small 0x00000002ad800000 0x00000002ada00000 0x00000002ada00000 Allocating + Small 0x00000002ada00000 0x00000002adc00000 0x00000002adc00000 Allocating + Small 0x00000002adc00000 0x00000002ade00000 0x00000002ade00000 Allocating + Small 0x00000002ade00000 0x00000002ae000000 0x00000002ae000000 Allocating + Small 0x00000002ae000000 0x00000002ae200000 0x00000002ae200000 Allocating + Small 0x00000002ae200000 0x00000002ae400000 0x00000002ae400000 Allocating + Small 0x00000002ae400000 0x00000002ae600000 0x00000002ae600000 Allocating + Small 0x00000002ae600000 0x00000002ae800000 0x00000002ae800000 Allocating + Small 0x00000002ae800000 0x00000002aea00000 0x00000002aea00000 Allocating + Small 0x00000002aea00000 0x00000002aec00000 0x00000002aec00000 Allocating + Small 0x00000002aec00000 0x00000002aee00000 0x00000002aee00000 Allocating + Small 0x00000002aee00000 0x00000002af000000 0x00000002af000000 Allocating + Small 0x00000002af000000 0x00000002af200000 0x00000002af200000 Allocating + Small 0x00000002af200000 0x00000002af400000 0x00000002af400000 Allocating + Small 0x00000002af400000 0x00000002af600000 0x00000002af600000 Allocating + Small 0x00000002af600000 0x00000002af800000 0x00000002af800000 Allocating + Small 0x00000002af800000 0x00000002afa00000 0x00000002afa00000 Allocating + Small 0x00000002afa00000 0x00000002afc00000 0x00000002afc00000 Allocating + Small 0x00000002afc00000 0x00000002afe00000 0x00000002afe00000 Allocating + Small 0x00000002afe00000 0x00000002b0000000 0x00000002b0000000 Allocating + Small 0x00000002b0000000 0x00000002b0200000 0x00000002b0200000 Allocating + Small 0x00000002b0200000 0x00000002b0400000 0x00000002b0400000 Allocating + Small 0x00000002b0400000 0x00000002b0600000 0x00000002b0600000 Allocating + Small 0x00000002b0600000 0x00000002b0800000 0x00000002b0800000 Allocating + Small 0x00000002b0800000 0x00000002b0a00000 0x00000002b0a00000 Allocating + Small 0x00000002b0a00000 0x00000002b0c00000 0x00000002b0c00000 Allocating + Small 0x00000002b0c00000 0x00000002b0e00000 0x00000002b0e00000 Allocating + Small 0x00000002b0e00000 0x00000002b1000000 0x00000002b1000000 Allocating + Small 0x00000002b1000000 0x00000002b1200000 0x00000002b1200000 Allocating + Small 0x00000002b1200000 0x00000002b1400000 0x00000002b1400000 Allocating + Small 0x00000002b1400000 0x00000002b1600000 0x00000002b1600000 Allocating + Small 0x00000002b1600000 0x00000002b1800000 0x00000002b1800000 Allocating + Small 0x00000002b1800000 0x00000002b1a00000 0x00000002b1a00000 Allocating + Small 0x00000002b1a00000 0x00000002b1c00000 0x00000002b1c00000 Allocating + Small 0x00000002b1c00000 0x00000002b1e00000 0x00000002b1e00000 Allocating + Small 0x00000002b1e00000 0x00000002b2000000 0x00000002b2000000 Allocating + Small 0x00000002b2000000 0x00000002b2200000 0x00000002b2200000 Allocating + Small 0x00000002b2200000 0x00000002b2400000 0x00000002b2400000 Allocating + Small 0x00000002b2400000 0x00000002b2600000 0x00000002b2600000 Allocating + Small 0x00000002b2600000 0x00000002b2800000 0x00000002b2800000 Allocating + Small 0x00000002b2800000 0x00000002b2a00000 0x00000002b2a00000 Allocating + Small 0x00000002b2a00000 0x00000002b2c00000 0x00000002b2c00000 Allocating + Small 0x00000002b2c00000 0x00000002b2e00000 0x00000002b2e00000 Allocating + Small 0x00000002b2e00000 0x00000002b3000000 0x00000002b3000000 Allocating + Small 0x00000002b3000000 0x00000002b3200000 0x00000002b3200000 Allocating + Small 0x00000002b3200000 0x00000002b3400000 0x00000002b3400000 Allocating + Small 0x00000002b3400000 0x00000002b3600000 0x00000002b3600000 Allocating + Small 0x00000002b3600000 0x00000002b3800000 0x00000002b3800000 Allocating + Small 0x00000002b3800000 0x00000002b3a00000 0x00000002b3a00000 Allocating + Small 0x00000002b3a00000 0x00000002b3c00000 0x00000002b3c00000 Allocating + Small 0x00000002b3c00000 0x00000002b3e00000 0x00000002b3e00000 Allocating + Small 0x00000002b3e00000 0x00000002b4000000 0x00000002b4000000 Allocating + Small 0x00000002b4000000 0x00000002b4200000 0x00000002b4200000 Allocating + Small 0x00000002b4200000 0x00000002b4400000 0x00000002b4400000 Allocating + Small 0x00000002b4400000 0x00000002b4600000 0x00000002b4600000 Allocating + Small 0x00000002b4600000 0x00000002b4800000 0x00000002b4800000 Allocating + Small 0x00000002b4800000 0x00000002b4a00000 0x00000002b4a00000 Allocating + Small 0x00000002b4a00000 0x00000002b4c00000 0x00000002b4c00000 Allocating + Small 0x00000002b4c00000 0x00000002b4e00000 0x00000002b4e00000 Allocating + Small 0x00000002b4e00000 0x00000002b5000000 0x00000002b5000000 Allocating + Small 0x00000002b5000000 0x00000002b5200000 0x00000002b5200000 Allocating + Small 0x00000002b5200000 0x00000002b5400000 0x00000002b5400000 Allocating + Small 0x00000002b5400000 0x00000002b5600000 0x00000002b5600000 Allocating + Small 0x00000002b5600000 0x00000002b5800000 0x00000002b5800000 Allocating + Small 0x00000002b5800000 0x00000002b5a00000 0x00000002b5a00000 Allocating + Small 0x00000002b5a00000 0x00000002b5c00000 0x00000002b5c00000 Allocating + Small 0x00000002b5c00000 0x00000002b5e00000 0x00000002b5e00000 Allocating + Small 0x00000002b5e00000 0x00000002b6000000 0x00000002b6000000 Allocating + Small 0x00000002b6000000 0x00000002b6200000 0x00000002b6200000 Allocating + Small 0x00000002b6200000 0x00000002b6400000 0x00000002b6400000 Allocating + Small 0x00000002b6400000 0x00000002b6600000 0x00000002b6600000 Allocating + Small 0x00000002b6600000 0x00000002b6800000 0x00000002b6800000 Allocating + Small 0x00000002b6800000 0x00000002b6a00000 0x00000002b6a00000 Allocating + Small 0x00000002b6a00000 0x00000002b6c00000 0x00000002b6c00000 Allocating + Small 0x00000002b6c00000 0x00000002b6e00000 0x00000002b6e00000 Allocating + Small 0x00000002b6e00000 0x00000002b7000000 0x00000002b7000000 Allocating + Small 0x00000002b7000000 0x00000002b7200000 0x00000002b7200000 Allocating + Small 0x00000002b7200000 0x00000002b7400000 0x00000002b7400000 Allocating + Small 0x00000002b7400000 0x00000002b7600000 0x00000002b7600000 Allocating + Small 0x00000002b7600000 0x00000002b7800000 0x00000002b7800000 Allocating + Small 0x00000002b7800000 0x00000002b7a00000 0x00000002b7a00000 Allocating + Small 0x00000002b7a00000 0x00000002b7c00000 0x00000002b7c00000 Allocating + Small 0x00000002b7c00000 0x00000002b7e00000 0x00000002b7e00000 Allocating + Small 0x00000002b7e00000 0x00000002b8000000 0x00000002b8000000 Allocating + Small 0x00000002b8000000 0x00000002b8200000 0x00000002b8200000 Allocating + Small 0x00000002b8200000 0x00000002b8400000 0x00000002b8400000 Allocating + Small 0x00000002b8400000 0x00000002b8600000 0x00000002b8600000 Allocating + Small 0x00000002b8600000 0x00000002b8800000 0x00000002b8800000 Allocating + Small 0x00000002b8800000 0x00000002b8a00000 0x00000002b8a00000 Allocating + Small 0x00000002b8a00000 0x00000002b8c00000 0x00000002b8c00000 Allocating + Small 0x00000002b8c00000 0x00000002b8e00000 0x00000002b8e00000 Allocating + Small 0x00000002b8e00000 0x00000002b9000000 0x00000002b9000000 Allocating + Small 0x00000002b9000000 0x00000002b9200000 0x00000002b9200000 Allocating + Small 0x00000002b9200000 0x00000002b9400000 0x00000002b9400000 Allocating + Small 0x00000002b9400000 0x00000002b9600000 0x00000002b9600000 Allocating + Small 0x00000002b9600000 0x00000002b9800000 0x00000002b9800000 Allocating + Small 0x00000002b9800000 0x00000002b9a00000 0x00000002b9a00000 Allocating + Small 0x00000002b9a00000 0x00000002b9c00000 0x00000002b9c00000 Allocating + Small 0x00000002b9c00000 0x00000002b9e00000 0x00000002b9e00000 Allocating + Small 0x00000002b9e00000 0x00000002ba000000 0x00000002ba000000 Allocating + Small 0x00000002ba000000 0x00000002ba200000 0x00000002ba200000 Allocating + Small 0x00000002ba200000 0x00000002ba400000 0x00000002ba400000 Allocating + Small 0x00000002ba400000 0x00000002ba600000 0x00000002ba600000 Allocating + Small 0x00000002ba600000 0x00000002ba800000 0x00000002ba800000 Allocating + Small 0x00000002ba800000 0x00000002baa00000 0x00000002baa00000 Allocating + Small 0x00000002baa00000 0x00000002bac00000 0x00000002bac00000 Allocating + Small 0x00000002bac00000 0x00000002bae00000 0x00000002bae00000 Allocating + Small 0x00000002bae00000 0x00000002bb000000 0x00000002bb000000 Allocating + Small 0x00000002bb000000 0x00000002bb200000 0x00000002bb200000 Allocating + Small 0x00000002bb200000 0x00000002bb400000 0x00000002bb400000 Allocating + Small 0x00000002bb400000 0x00000002bb600000 0x00000002bb600000 Allocating + Small 0x00000002bb600000 0x00000002bb800000 0x00000002bb800000 Allocating + Small 0x00000002bb800000 0x00000002bba00000 0x00000002bba00000 Allocating + Small 0x00000002bba00000 0x00000002bbc00000 0x00000002bbc00000 Allocating + Small 0x00000002bbc00000 0x00000002bbe00000 0x00000002bbe00000 Allocating + Small 0x00000002bbe00000 0x00000002bc000000 0x00000002bc000000 Allocating + Small 0x00000002bc000000 0x00000002bc200000 0x00000002bc200000 Allocating + Small 0x00000002bc200000 0x00000002bc400000 0x00000002bc400000 Allocating + Small 0x00000002bc400000 0x00000002bc600000 0x00000002bc600000 Allocating + Small 0x00000002bc600000 0x00000002bc800000 0x00000002bc800000 Allocating + Small 0x00000002bc800000 0x00000002bca00000 0x00000002bca00000 Allocating + Small 0x00000002bca00000 0x00000002bcc00000 0x00000002bcc00000 Allocating + Small 0x00000002bcc00000 0x00000002bce00000 0x00000002bce00000 Allocating + Small 0x00000002bce00000 0x00000002bd000000 0x00000002bd000000 Allocating + Small 0x00000002bd000000 0x00000002bd200000 0x00000002bd200000 Allocating + Small 0x00000002bd200000 0x00000002bd400000 0x00000002bd400000 Allocating + Small 0x00000002bd400000 0x00000002bd600000 0x00000002bd600000 Allocating + Small 0x00000002bd600000 0x00000002bd800000 0x00000002bd800000 Allocating + Small 0x00000002bd800000 0x00000002bda00000 0x00000002bda00000 Allocating + Small 0x00000002bda00000 0x00000002bdc00000 0x00000002bdc00000 Allocating + Small 0x00000002bdc00000 0x00000002bde00000 0x00000002bde00000 Allocating + Small 0x00000002bde00000 0x00000002be000000 0x00000002be000000 Allocating + Small 0x00000002be000000 0x00000002be200000 0x00000002be200000 Allocating + Small 0x00000002be200000 0x00000002be400000 0x00000002be400000 Allocating + Small 0x00000002be400000 0x00000002be600000 0x00000002be600000 Allocating + Small 0x00000002be600000 0x00000002be800000 0x00000002be800000 Allocating + Small 0x00000002be800000 0x00000002bea00000 0x00000002bea00000 Allocating + Small 0x00000002bea00000 0x00000002bec00000 0x00000002bec00000 Allocating + Small 0x00000002bec00000 0x00000002bee00000 0x00000002bee00000 Allocating + Small 0x00000002bee00000 0x00000002bf000000 0x00000002bf000000 Allocating + Small 0x00000002bf000000 0x00000002bf200000 0x00000002bf200000 Allocating + Small 0x00000002bf200000 0x00000002bf400000 0x00000002bf400000 Allocating + Small 0x00000002bf400000 0x00000002bf600000 0x00000002bf600000 Allocating + Small 0x00000002bf600000 0x00000002bf800000 0x00000002bf800000 Allocating + Small 0x00000002bf800000 0x00000002bfa00000 0x00000002bfa00000 Allocating + Small 0x00000002bfa00000 0x00000002bfc00000 0x00000002bfc00000 Allocating + Small 0x00000002bfc00000 0x00000002bfe00000 0x00000002bfe00000 Allocating + Small 0x00000002bfe00000 0x00000002c0000000 0x00000002c0000000 Allocating + Small 0x00000002c0000000 0x00000002c0200000 0x00000002c0200000 Allocating + Small 0x00000002c0200000 0x00000002c0400000 0x00000002c0400000 Allocating + Small 0x00000002c0400000 0x00000002c0600000 0x00000002c0600000 Allocating + Small 0x00000002c0600000 0x00000002c0800000 0x00000002c0800000 Allocating + Small 0x00000002c0800000 0x00000002c0a00000 0x00000002c0a00000 Allocating + Small 0x00000002c0a00000 0x00000002c0c00000 0x00000002c0c00000 Allocating + Small 0x00000002c0c00000 0x00000002c0e00000 0x00000002c0e00000 Allocating + Small 0x00000002c0e00000 0x00000002c1000000 0x00000002c1000000 Allocating + Small 0x00000002c1000000 0x00000002c1200000 0x00000002c1200000 Allocating + Small 0x00000002c1200000 0x00000002c1400000 0x00000002c1400000 Allocating + Small 0x00000002c1400000 0x00000002c1600000 0x00000002c1600000 Allocating + Small 0x00000002c1600000 0x00000002c1800000 0x00000002c1800000 Allocating + Small 0x00000002c1800000 0x00000002c1a00000 0x00000002c1a00000 Allocating + Small 0x00000002c1a00000 0x00000002c1c00000 0x00000002c1c00000 Allocating + Small 0x00000002c1c00000 0x00000002c1e00000 0x00000002c1e00000 Allocating + Small 0x00000002c1e00000 0x00000002c2000000 0x00000002c2000000 Allocating + Small 0x00000002c2000000 0x00000002c2200000 0x00000002c2200000 Allocating + Small 0x00000002c2200000 0x00000002c2400000 0x00000002c2400000 Allocating + Small 0x00000002c2400000 0x00000002c2600000 0x00000002c2600000 Allocating + Small 0x00000002c2600000 0x00000002c2800000 0x00000002c2800000 Allocating + Small 0x00000002c2800000 0x00000002c2a00000 0x00000002c2a00000 Allocating + Small 0x00000002c2a00000 0x00000002c2c00000 0x00000002c2c00000 Allocating + Small 0x00000002c2c00000 0x00000002c2e00000 0x00000002c2e00000 Allocating + Small 0x00000002c2e00000 0x00000002c3000000 0x00000002c3000000 Allocating + Small 0x00000002c3000000 0x00000002c3200000 0x00000002c3200000 Allocating + Small 0x00000002c3200000 0x00000002c3400000 0x00000002c3400000 Allocating + Small 0x00000002c3400000 0x00000002c3600000 0x00000002c3600000 Allocating + Small 0x00000002c3600000 0x00000002c3800000 0x00000002c3800000 Allocating + Small 0x00000002c3800000 0x00000002c3a00000 0x00000002c3a00000 Allocating + Small 0x00000002c3a00000 0x00000002c3c00000 0x00000002c3c00000 Allocating + Small 0x00000002c3c00000 0x00000002c3e00000 0x00000002c3e00000 Allocating + Small 0x00000002c3e00000 0x00000002c4000000 0x00000002c4000000 Allocating + Small 0x00000002c4000000 0x00000002c4200000 0x00000002c4200000 Allocating + Small 0x00000002c4200000 0x00000002c4400000 0x00000002c4400000 Allocating + Small 0x00000002c4400000 0x00000002c4600000 0x00000002c4600000 Allocating + Small 0x00000002c4600000 0x00000002c4800000 0x00000002c4800000 Allocating + Small 0x00000002c4800000 0x00000002c4a00000 0x00000002c4a00000 Allocating + Small 0x00000002c4a00000 0x00000002c4c00000 0x00000002c4c00000 Allocating + Small 0x00000002c4c00000 0x00000002c4e00000 0x00000002c4e00000 Allocating + Small 0x00000002c4e00000 0x00000002c5000000 0x00000002c5000000 Allocating + Small 0x00000002c5000000 0x00000002c5200000 0x00000002c5200000 Allocating + Small 0x00000002c5200000 0x00000002c5400000 0x00000002c5400000 Allocating + Small 0x00000002c5400000 0x00000002c5600000 0x00000002c5600000 Allocating + Small 0x00000002c5600000 0x00000002c5800000 0x00000002c5800000 Allocating + Small 0x00000002c5800000 0x00000002c5a00000 0x00000002c5a00000 Allocating + Small 0x00000002c5a00000 0x00000002c5c00000 0x00000002c5c00000 Allocating + Small 0x00000002c5c00000 0x00000002c5e00000 0x00000002c5e00000 Allocating + Small 0x00000002c5e00000 0x00000002c6000000 0x00000002c6000000 Allocating + Small 0x00000002c6000000 0x00000002c6200000 0x00000002c6200000 Allocating + Small 0x00000002c6200000 0x00000002c6400000 0x00000002c6400000 Allocating + Small 0x00000002c6400000 0x00000002c6600000 0x00000002c6600000 Allocating + Small 0x00000002c6600000 0x00000002c6800000 0x00000002c6800000 Allocating + Small 0x00000002c6800000 0x00000002c6a00000 0x00000002c6a00000 Allocating + Small 0x00000002c6a00000 0x00000002c6c00000 0x00000002c6c00000 Allocating + Small 0x00000002c6c00000 0x00000002c6e00000 0x00000002c6e00000 Allocating + Small 0x00000002c6e00000 0x00000002c7000000 0x00000002c7000000 Allocating + Small 0x00000002c7000000 0x00000002c7200000 0x00000002c7200000 Allocating + Small 0x00000002c7200000 0x00000002c7400000 0x00000002c7400000 Allocating + Small 0x00000002c7400000 0x00000002c7600000 0x00000002c7600000 Allocating + Small 0x00000002c7600000 0x00000002c7800000 0x00000002c7800000 Allocating + Small 0x00000002c7800000 0x00000002c7a00000 0x00000002c7a00000 Allocating + Small 0x00000002c7a00000 0x00000002c7c00000 0x00000002c7c00000 Allocating + Small 0x00000002c7c00000 0x00000002c7e00000 0x00000002c7e00000 Allocating + Small 0x00000002c7e00000 0x00000002c8000000 0x00000002c8000000 Allocating + Small 0x00000002c8000000 0x00000002c8200000 0x00000002c8200000 Allocating + Small 0x00000002c8200000 0x00000002c8400000 0x00000002c8400000 Allocating + Small 0x00000002c8400000 0x00000002c8600000 0x00000002c8600000 Allocating + Small 0x00000002c8600000 0x00000002c8800000 0x00000002c8800000 Allocating + Small 0x00000002c8800000 0x00000002c8a00000 0x00000002c8a00000 Allocating + Small 0x00000002c8a00000 0x00000002c8c00000 0x00000002c8c00000 Allocating + Small 0x00000002c8c00000 0x00000002c8e00000 0x00000002c8e00000 Allocating + Small 0x00000002c8e00000 0x00000002c9000000 0x00000002c9000000 Allocating + Small 0x00000002c9000000 0x00000002c9200000 0x00000002c9200000 Allocating + Small 0x00000002c9200000 0x00000002c9400000 0x00000002c9400000 Allocating + Small 0x00000002c9400000 0x00000002c9600000 0x00000002c9600000 Allocating + Small 0x00000002c9600000 0x00000002c9800000 0x00000002c9800000 Allocating + Small 0x00000002c9800000 0x00000002c9a00000 0x00000002c9a00000 Allocating + Small 0x00000002c9a00000 0x00000002c9c00000 0x00000002c9c00000 Allocating + Small 0x00000002c9c00000 0x00000002c9e00000 0x00000002c9e00000 Allocating + Small 0x00000002c9e00000 0x00000002ca000000 0x00000002ca000000 Allocating + Small 0x00000002ca000000 0x00000002ca200000 0x00000002ca200000 Allocating + Small 0x00000002ca200000 0x00000002ca400000 0x00000002ca400000 Allocating + Small 0x00000002ca400000 0x00000002ca600000 0x00000002ca600000 Allocating + Small 0x00000002ca600000 0x00000002ca800000 0x00000002ca800000 Allocating + Small 0x00000002ca800000 0x00000002caa00000 0x00000002caa00000 Allocating + Small 0x00000002caa00000 0x00000002cac00000 0x00000002cac00000 Allocating + Small 0x00000002cac00000 0x00000002cae00000 0x00000002cae00000 Allocating + Small 0x00000002cae00000 0x00000002cb000000 0x00000002cb000000 Allocating + Small 0x00000002cb000000 0x00000002cb200000 0x00000002cb200000 Allocating + Small 0x00000002cb200000 0x00000002cb400000 0x00000002cb400000 Allocating + Small 0x00000002cb400000 0x00000002cb600000 0x00000002cb600000 Allocating + Small 0x00000002cb600000 0x00000002cb800000 0x00000002cb800000 Allocating + Small 0x00000002cb800000 0x00000002cba00000 0x00000002cba00000 Allocating + Small 0x00000002cba00000 0x00000002cbc00000 0x00000002cbc00000 Allocating + Small 0x00000002cbc00000 0x00000002cbe00000 0x00000002cbe00000 Allocating + Small 0x00000002cbe00000 0x00000002cc000000 0x00000002cc000000 Allocating + Small 0x00000002cc000000 0x00000002cc1f0050 0x00000002cc200000 Allocating + Small 0x00000002cc200000 0x00000002cc400000 0x00000002cc400000 Allocating + Small 0x00000002cc400000 0x00000002cc600000 0x00000002cc600000 Allocating + Small 0x00000002cc600000 0x00000002cc800000 0x00000002cc800000 Allocating + Small 0x00000002cc800000 0x00000002cca00000 0x00000002cca00000 Allocating + Small 0x00000002cca00000 0x00000002ccc00000 0x00000002ccc00000 Allocating + Small 0x00000002ccc00000 0x00000002cce00000 0x00000002cce00000 Allocating + Small 0x00000002cce00000 0x00000002cd000000 0x00000002cd000000 Allocating + Small 0x00000002cd000000 0x00000002cd200000 0x00000002cd200000 Allocating + Small 0x00000002cd200000 0x00000002cd400000 0x00000002cd400000 Allocating + Small 0x00000002cd400000 0x00000002cd600000 0x00000002cd600000 Allocating + Small 0x00000002cd600000 0x00000002cd800000 0x00000002cd800000 Allocating + Small 0x00000002cd800000 0x00000002cda00000 0x00000002cda00000 Allocating + Small 0x00000002cda00000 0x00000002cdc00000 0x00000002cdc00000 Allocating + Small 0x00000002cdc00000 0x00000002cde00000 0x00000002cde00000 Allocating + Small 0x00000002cde00000 0x00000002ce000000 0x00000002ce000000 Allocating + Small 0x00000002ce000000 0x00000002ce200000 0x00000002ce200000 Allocating + Small 0x00000002ce200000 0x00000002ce400000 0x00000002ce400000 Allocating + Small 0x00000002ce400000 0x00000002ce600000 0x00000002ce600000 Allocating + Small 0x00000002ce600000 0x00000002ce800000 0x00000002ce800000 Allocating + Small 0x00000002ce800000 0x00000002cea00000 0x00000002cea00000 Allocating + Small 0x00000002cea00000 0x00000002cec00000 0x00000002cec00000 Allocating + Small 0x00000002cec00000 0x00000002cee00000 0x00000002cee00000 Allocating + Small 0x00000002cee00000 0x00000002cf000000 0x00000002cf000000 Allocating + Small 0x00000002cf000000 0x00000002cf200000 0x00000002cf200000 Allocating + Small 0x00000002cf200000 0x00000002cf400000 0x00000002cf400000 Allocating + Small 0x00000002cf400000 0x00000002cf600000 0x00000002cf600000 Allocating + Small 0x00000002cf600000 0x00000002cf800000 0x00000002cf800000 Allocating + Small 0x00000002cf800000 0x00000002cfa00000 0x00000002cfa00000 Allocating + Small 0x00000002cfa00000 0x00000002cfc00000 0x00000002cfc00000 Allocating + Small 0x00000002cfc00000 0x00000002cfe00000 0x00000002cfe00000 Allocating + Small 0x00000002cfe00000 0x00000002d0000000 0x00000002d0000000 Allocating + Small 0x00000002d0000000 0x00000002d0200000 0x00000002d0200000 Allocating + Small 0x00000002d0200000 0x00000002d0400000 0x00000002d0400000 Allocating + Small 0x00000002d0400000 0x00000002d0600000 0x00000002d0600000 Allocating + Small 0x00000002d0600000 0x00000002d0800000 0x00000002d0800000 Allocating + Small 0x00000002d0800000 0x00000002d0a00000 0x00000002d0a00000 Allocating + Small 0x00000002d0a00000 0x00000002d0c00000 0x00000002d0c00000 Allocating + Small 0x00000002d0c00000 0x00000002d0e00000 0x00000002d0e00000 Allocating + Small 0x00000002d0e00000 0x00000002d1000000 0x00000002d1000000 Allocating + Small 0x00000002d1000000 0x00000002d1200000 0x00000002d1200000 Allocating + Small 0x00000002d1200000 0x00000002d1400000 0x00000002d1400000 Allocating + Small 0x00000002d1400000 0x00000002d1600000 0x00000002d1600000 Allocating + Small 0x00000002d1600000 0x00000002d1800000 0x00000002d1800000 Allocating + Small 0x00000002d1800000 0x00000002d1a00000 0x00000002d1a00000 Allocating + Small 0x00000002d1a00000 0x00000002d1c00000 0x00000002d1c00000 Allocating + Small 0x00000002d1c00000 0x00000002d1e00000 0x00000002d1e00000 Allocating + Small 0x00000002d1e00000 0x00000002d2000000 0x00000002d2000000 Allocating + Small 0x00000002d2000000 0x00000002d2200000 0x00000002d2200000 Allocating + Small 0x00000002d2200000 0x00000002d2400000 0x00000002d2400000 Allocating + Small 0x00000002d2400000 0x00000002d2600000 0x00000002d2600000 Allocating + Small 0x00000002d2600000 0x00000002d2800000 0x00000002d2800000 Allocating + Small 0x00000002d2800000 0x00000002d2a00000 0x00000002d2a00000 Allocating + Small 0x00000002d2a00000 0x00000002d2c00000 0x00000002d2c00000 Allocating + Small 0x00000002d2c00000 0x00000002d2e00000 0x00000002d2e00000 Allocating + Small 0x00000002d2e00000 0x00000002d3000000 0x00000002d3000000 Allocating + Small 0x00000002d3000000 0x00000002d3200000 0x00000002d3200000 Allocating + Small 0x00000002d3200000 0x00000002d3400000 0x00000002d3400000 Allocating + Small 0x00000002d3400000 0x00000002d3600000 0x00000002d3600000 Allocating + Small 0x00000002d3600000 0x00000002d3800000 0x00000002d3800000 Allocating + Small 0x00000002d3800000 0x00000002d3a00000 0x00000002d3a00000 Allocating + Small 0x00000002d3a00000 0x00000002d3c00000 0x00000002d3c00000 Allocating + Small 0x00000002d3c00000 0x00000002d3e00000 0x00000002d3e00000 Allocating + Small 0x00000002d3e00000 0x00000002d4000000 0x00000002d4000000 Allocating + Small 0x00000002d4000000 0x00000002d4200000 0x00000002d4200000 Allocating + Small 0x00000002d4200000 0x00000002d4400000 0x00000002d4400000 Allocating + Small 0x00000002d4400000 0x00000002d4600000 0x00000002d4600000 Allocating + Small 0x00000002d4600000 0x00000002d4800000 0x00000002d4800000 Allocating + Small 0x00000002d4800000 0x00000002d4a00000 0x00000002d4a00000 Allocating + Small 0x00000002d4a00000 0x00000002d4c00000 0x00000002d4c00000 Allocating + Small 0x00000002d4c00000 0x00000002d4e00000 0x00000002d4e00000 Allocating + Small 0x00000002d4e00000 0x00000002d5000000 0x00000002d5000000 Allocating + Small 0x00000002d5000000 0x00000002d5200000 0x00000002d5200000 Allocating + Small 0x00000002d5200000 0x00000002d5400000 0x00000002d5400000 Allocating + Small 0x00000002d5400000 0x00000002d5600000 0x00000002d5600000 Allocating + Small 0x00000002d5600000 0x00000002d5800000 0x00000002d5800000 Allocating + Small 0x00000002d5800000 0x00000002d5a00000 0x00000002d5a00000 Allocating + Small 0x00000002d5a00000 0x00000002d5c00000 0x00000002d5c00000 Allocating + Small 0x00000002d5c00000 0x00000002d5e00000 0x00000002d5e00000 Allocating + Small 0x00000002d5e00000 0x00000002d6000000 0x00000002d6000000 Allocating + Small 0x00000002d6000000 0x00000002d6200000 0x00000002d6200000 Allocating + Small 0x00000002d6200000 0x00000002d6400000 0x00000002d6400000 Allocating + Small 0x00000002d6400000 0x00000002d6600000 0x00000002d6600000 Allocating + Small 0x00000002d6600000 0x00000002d6800000 0x00000002d6800000 Allocating + Small 0x00000002d6800000 0x00000002d6a00000 0x00000002d6a00000 Allocating + Small 0x00000002d6a00000 0x00000002d6c00000 0x00000002d6c00000 Allocating + Small 0x00000002d6c00000 0x00000002d6e00000 0x00000002d6e00000 Allocating + Small 0x00000002d6e00000 0x00000002d7000000 0x00000002d7000000 Allocating + Small 0x00000002d7000000 0x00000002d7200000 0x00000002d7200000 Allocating + Small 0x00000002d7200000 0x00000002d7400000 0x00000002d7400000 Allocating + Small 0x00000002d7400000 0x00000002d7600000 0x00000002d7600000 Allocating + Small 0x00000002d7600000 0x00000002d7800000 0x00000002d7800000 Allocating + Small 0x00000002d7800000 0x00000002d7a00000 0x00000002d7a00000 Allocating + Small 0x00000002d7a00000 0x00000002d7c00000 0x00000002d7c00000 Allocating + Small 0x00000002d7c00000 0x00000002d7deeea0 0x00000002d7e00000 Allocating + Small 0x00000002d7e00000 0x00000002d8000000 0x00000002d8000000 Allocating + Small 0x00000002d8000000 0x00000002d8200000 0x00000002d8200000 Allocating + Small 0x00000002d8200000 0x00000002d8400000 0x00000002d8400000 Allocating + Small 0x00000002d8400000 0x00000002d8600000 0x00000002d8600000 Allocating + Small 0x00000002d8600000 0x00000002d8800000 0x00000002d8800000 Allocating + Small 0x00000002d8800000 0x00000002d8a00000 0x00000002d8a00000 Allocating + Small 0x00000002d8a00000 0x00000002d8c00000 0x00000002d8c00000 Allocating + Small 0x00000002d8c00000 0x00000002d8e00000 0x00000002d8e00000 Allocating + Small 0x00000002d8e00000 0x00000002d9000000 0x00000002d9000000 Allocating + Small 0x00000002d9000000 0x00000002d9200000 0x00000002d9200000 Allocating + Small 0x00000002d9200000 0x00000002d9400000 0x00000002d9400000 Allocating + Small 0x00000002d9400000 0x00000002d9600000 0x00000002d9600000 Allocating + Small 0x00000002d9600000 0x00000002d9800000 0x00000002d9800000 Allocating + Small 0x00000002d9800000 0x00000002d9a00000 0x00000002d9a00000 Allocating + Small 0x00000002d9a00000 0x00000002d9c00000 0x00000002d9c00000 Allocating + Small 0x00000002d9c00000 0x00000002d9e00000 0x00000002d9e00000 Allocating + Small 0x00000002d9e00000 0x00000002da000000 0x00000002da000000 Allocating + Small 0x00000002da000000 0x00000002da200000 0x00000002da200000 Allocating + Small 0x00000002da200000 0x00000002da400000 0x00000002da400000 Allocating + Small 0x00000002da400000 0x00000002da600000 0x00000002da600000 Allocating + Small 0x00000002da600000 0x00000002da800000 0x00000002da800000 Allocating + Small 0x00000002da800000 0x00000002daa00000 0x00000002daa00000 Allocating + Small 0x00000002daa00000 0x00000002dac00000 0x00000002dac00000 Allocating + Small 0x00000002dac00000 0x00000002dae00000 0x00000002dae00000 Allocating + Small 0x00000002dae00000 0x00000002db000000 0x00000002db000000 Allocating + Small 0x00000002db000000 0x00000002db200000 0x00000002db200000 Allocating + Small 0x00000002db200000 0x00000002db400000 0x00000002db400000 Allocating + Small 0x00000002db400000 0x00000002db600000 0x00000002db600000 Allocating + Small 0x00000002db600000 0x00000002db800000 0x00000002db800000 Allocating + Small 0x00000002db800000 0x00000002dba00000 0x00000002dba00000 Allocating + Small 0x00000002dba00000 0x00000002dbc00000 0x00000002dbc00000 Allocating + Small 0x00000002dbc00000 0x00000002dbe00000 0x00000002dbe00000 Allocating + Small 0x00000002dbe00000 0x00000002dc000000 0x00000002dc000000 Allocating + Small 0x00000002dc000000 0x00000002dc200000 0x00000002dc200000 Allocating + Small 0x00000002dc200000 0x00000002dc400000 0x00000002dc400000 Allocating + Small 0x00000002dc400000 0x00000002dc600000 0x00000002dc600000 Allocating + Small 0x00000002dc600000 0x00000002dc800000 0x00000002dc800000 Allocating + Small 0x00000002dc800000 0x00000002dca00000 0x00000002dca00000 Allocating + Small 0x00000002dca00000 0x00000002dcc00000 0x00000002dcc00000 Allocating + Small 0x00000002dcc00000 0x00000002dce00000 0x00000002dce00000 Allocating + Small 0x00000002dce00000 0x00000002dd000000 0x00000002dd000000 Allocating + Small 0x00000002dd000000 0x00000002dd200000 0x00000002dd200000 Allocating + Small 0x00000002dd200000 0x00000002dd400000 0x00000002dd400000 Allocating + Small 0x00000002dd400000 0x00000002dd600000 0x00000002dd600000 Allocating + Small 0x00000002dd600000 0x00000002dd800000 0x00000002dd800000 Allocating + Small 0x00000002dd800000 0x00000002dda00000 0x00000002dda00000 Allocating + Small 0x00000002dda00000 0x00000002ddc00000 0x00000002ddc00000 Allocating + Small 0x00000002ddc00000 0x00000002dde00000 0x00000002dde00000 Allocating + Small 0x00000002dde00000 0x00000002de000000 0x00000002de000000 Allocating + Small 0x00000002de000000 0x00000002de200000 0x00000002de200000 Allocating + Small 0x00000002de200000 0x00000002de400000 0x00000002de400000 Allocating + Small 0x00000002de400000 0x00000002de600000 0x00000002de600000 Allocating + Small 0x00000002de600000 0x00000002de800000 0x00000002de800000 Allocating + Small 0x00000002de800000 0x00000002dea00000 0x00000002dea00000 Allocating + Small 0x00000002dea00000 0x00000002dec00000 0x00000002dec00000 Allocating + Small 0x00000002dec00000 0x00000002dee00000 0x00000002dee00000 Allocating + Small 0x00000002dee00000 0x00000002df000000 0x00000002df000000 Allocating + Small 0x00000002df000000 0x00000002df200000 0x00000002df200000 Allocating + Small 0x00000002df200000 0x00000002df400000 0x00000002df400000 Allocating + Small 0x00000002df400000 0x00000002df600000 0x00000002df600000 Allocating + Small 0x00000002df600000 0x00000002df800000 0x00000002df800000 Allocating + Small 0x00000002df800000 0x00000002dfa00000 0x00000002dfa00000 Allocating + Small 0x00000002dfa00000 0x00000002dfc00000 0x00000002dfc00000 Allocating + Small 0x00000002dfc00000 0x00000002dfe00000 0x00000002dfe00000 Allocating + Small 0x00000002dfe00000 0x00000002e0000000 0x00000002e0000000 Allocating + Small 0x00000002e0000000 0x00000002e0200000 0x00000002e0200000 Allocating + Small 0x00000002e0200000 0x00000002e0400000 0x00000002e0400000 Allocating + Small 0x00000002e0400000 0x00000002e0600000 0x00000002e0600000 Allocating + Small 0x00000002e0600000 0x00000002e0800000 0x00000002e0800000 Allocating + Small 0x00000002e0800000 0x00000002e0a00000 0x00000002e0a00000 Allocating + Small 0x00000002e0a00000 0x00000002e0c00000 0x00000002e0c00000 Allocating + Small 0x00000002e0c00000 0x00000002e0e00000 0x00000002e0e00000 Allocating + Small 0x00000002e0e00000 0x00000002e1000000 0x00000002e1000000 Allocating + Small 0x00000002e1000000 0x00000002e1200000 0x00000002e1200000 Allocating + Small 0x00000002e1200000 0x00000002e1400000 0x00000002e1400000 Allocating + Small 0x00000002e1400000 0x00000002e1600000 0x00000002e1600000 Allocating + Small 0x00000002e1600000 0x00000002e1800000 0x00000002e1800000 Allocating + Small 0x00000002e1800000 0x00000002e1a00000 0x00000002e1a00000 Allocating + Small 0x00000002e1a00000 0x00000002e1c00000 0x00000002e1c00000 Allocating + Small 0x00000002e1c00000 0x00000002e1e00000 0x00000002e1e00000 Allocating + Small 0x00000002e1e00000 0x00000002e2000000 0x00000002e2000000 Allocating + Small 0x00000002e2000000 0x00000002e2200000 0x00000002e2200000 Allocating + Small 0x00000002e2200000 0x00000002e2400000 0x00000002e2400000 Allocating + Small 0x00000002e2400000 0x00000002e2600000 0x00000002e2600000 Allocating + Small 0x00000002e2600000 0x00000002e2800000 0x00000002e2800000 Allocating + Small 0x00000002e2800000 0x00000002e2a00000 0x00000002e2a00000 Allocating + Small 0x00000002e2a00000 0x00000002e2c00000 0x00000002e2c00000 Allocating + Small 0x00000002e2c00000 0x00000002e2e00000 0x00000002e2e00000 Allocating + Small 0x00000002e2e00000 0x00000002e3000000 0x00000002e3000000 Allocating + Small 0x00000002e3000000 0x00000002e3200000 0x00000002e3200000 Allocating + Small 0x00000002e3200000 0x00000002e3400000 0x00000002e3400000 Allocating + Small 0x00000002e3400000 0x00000002e3600000 0x00000002e3600000 Allocating + Small 0x00000002e3600000 0x00000002e3800000 0x00000002e3800000 Allocating + Small 0x00000002e3800000 0x00000002e3a00000 0x00000002e3a00000 Allocating + Small 0x00000002e3a00000 0x00000002e3c00000 0x00000002e3c00000 Allocating + Small 0x00000002e3c00000 0x00000002e3e00000 0x00000002e3e00000 Allocating + Small 0x00000002e3e00000 0x00000002e4000000 0x00000002e4000000 Allocating + Small 0x00000002e4000000 0x00000002e4200000 0x00000002e4200000 Allocating + Small 0x00000002e4200000 0x00000002e4400000 0x00000002e4400000 Allocating + Small 0x00000002e4400000 0x00000002e4600000 0x00000002e4600000 Allocating + Small 0x00000002e4600000 0x00000002e4800000 0x00000002e4800000 Allocating + Small 0x00000002e4800000 0x00000002e4a00000 0x00000002e4a00000 Allocating + Small 0x00000002e4a00000 0x00000002e4c00000 0x00000002e4c00000 Allocating + Small 0x00000002e4c00000 0x00000002e4e00000 0x00000002e4e00000 Allocating + Small 0x00000002e4e00000 0x00000002e5000000 0x00000002e5000000 Allocating + Small 0x00000002e5000000 0x00000002e5200000 0x00000002e5200000 Allocating + Small 0x00000002e5200000 0x00000002e5400000 0x00000002e5400000 Allocating + Small 0x00000002e5400000 0x00000002e5600000 0x00000002e5600000 Allocating + Small 0x00000002e5600000 0x00000002e5800000 0x00000002e5800000 Allocating + Small 0x00000002e5800000 0x00000002e5a00000 0x00000002e5a00000 Allocating + Small 0x00000002e5a00000 0x00000002e5c00000 0x00000002e5c00000 Allocating + Small 0x00000002e5c00000 0x00000002e5e00000 0x00000002e5e00000 Allocating + Small 0x00000002e5e00000 0x00000002e6000000 0x00000002e6000000 Allocating + Small 0x00000002e6000000 0x00000002e6200000 0x00000002e6200000 Allocating + Small 0x00000002e6200000 0x00000002e6400000 0x00000002e6400000 Allocating + Small 0x00000002e6400000 0x00000002e6600000 0x00000002e6600000 Allocating + Small 0x00000002e6600000 0x00000002e6800000 0x00000002e6800000 Allocating + Small 0x00000002e6800000 0x00000002e6a00000 0x00000002e6a00000 Allocating + Small 0x00000002e6a00000 0x00000002e6c00000 0x00000002e6c00000 Allocating + Small 0x00000002e6c00000 0x00000002e6e00000 0x00000002e6e00000 Allocating + Small 0x00000002e6e00000 0x00000002e7000000 0x00000002e7000000 Allocating + Small 0x00000002e7000000 0x00000002e7200000 0x00000002e7200000 Allocating + Small 0x00000002e7200000 0x00000002e7400000 0x00000002e7400000 Allocating + Small 0x00000002e7400000 0x00000002e7600000 0x00000002e7600000 Allocating + Small 0x00000002e7600000 0x00000002e7800000 0x00000002e7800000 Allocating + Small 0x00000002e7800000 0x00000002e7a00000 0x00000002e7a00000 Allocating + Small 0x00000002e7a00000 0x00000002e7c00000 0x00000002e7c00000 Allocating + Small 0x00000002e7c00000 0x00000002e7e00000 0x00000002e7e00000 Allocating + Small 0x00000002e7e00000 0x00000002e8000000 0x00000002e8000000 Allocating + Small 0x00000002e8000000 0x00000002e8200000 0x00000002e8200000 Allocating + Small 0x00000002e8200000 0x00000002e8400000 0x00000002e8400000 Allocating + Small 0x00000002e8400000 0x00000002e8600000 0x00000002e8600000 Allocating + Small 0x00000002e8600000 0x00000002e8800000 0x00000002e8800000 Allocating + Small 0x00000002e8800000 0x00000002e8a00000 0x00000002e8a00000 Allocating + Small 0x00000002e8a00000 0x00000002e8c00000 0x00000002e8c00000 Allocating + Small 0x00000002e8c00000 0x00000002e8e00000 0x00000002e8e00000 Allocating + Small 0x00000002e8e00000 0x00000002e9000000 0x00000002e9000000 Allocating + Small 0x00000002e9000000 0x00000002e9200000 0x00000002e9200000 Allocating + Small 0x00000002e9200000 0x00000002e9400000 0x00000002e9400000 Allocating + Small 0x00000002e9400000 0x00000002e9600000 0x00000002e9600000 Allocating + Small 0x00000002e9600000 0x00000002e9800000 0x00000002e9800000 Allocating + Small 0x00000002e9800000 0x00000002e9a00000 0x00000002e9a00000 Allocating + Small 0x00000002e9a00000 0x00000002e9c00000 0x00000002e9c00000 Allocating + Small 0x00000002e9c00000 0x00000002e9e00000 0x00000002e9e00000 Allocating + Small 0x00000002e9e00000 0x00000002ea000000 0x00000002ea000000 Allocating + Small 0x00000002ea000000 0x00000002ea200000 0x00000002ea200000 Allocating + Small 0x00000002ea200000 0x00000002ea400000 0x00000002ea400000 Allocating + Small 0x00000002ea400000 0x00000002ea600000 0x00000002ea600000 Allocating + Small 0x00000002ea600000 0x00000002ea800000 0x00000002ea800000 Allocating + Small 0x00000002ea800000 0x00000002eaa00000 0x00000002eaa00000 Allocating + Small 0x00000002eaa00000 0x00000002eac00000 0x00000002eac00000 Allocating + Small 0x00000002eac00000 0x00000002eae00000 0x00000002eae00000 Allocating + Small 0x00000002eae00000 0x00000002eb000000 0x00000002eb000000 Allocating + Small 0x00000002eb000000 0x00000002eb200000 0x00000002eb200000 Allocating + Small 0x00000002eb200000 0x00000002eb400000 0x00000002eb400000 Allocating + Small 0x00000002eb400000 0x00000002eb600000 0x00000002eb600000 Allocating + Small 0x00000002eb600000 0x00000002eb800000 0x00000002eb800000 Allocating + Small 0x00000002eb800000 0x00000002eba00000 0x00000002eba00000 Allocating + Small 0x00000002eba00000 0x00000002ebc00000 0x00000002ebc00000 Allocating + Small 0x00000002ebc00000 0x00000002ebe00000 0x00000002ebe00000 Allocating + Small 0x00000002ebe00000 0x00000002ec000000 0x00000002ec000000 Allocating + Small 0x00000002ec000000 0x00000002ec200000 0x00000002ec200000 Allocating + Small 0x00000002ec200000 0x00000002ec400000 0x00000002ec400000 Allocating + Small 0x00000002ec400000 0x00000002ec600000 0x00000002ec600000 Allocating + Small 0x00000002ec600000 0x00000002ec800000 0x00000002ec800000 Allocating + Small 0x00000002ec800000 0x00000002eca00000 0x00000002eca00000 Allocating + Small 0x00000002eca00000 0x00000002ecc00000 0x00000002ecc00000 Allocating + Small 0x00000002ecc00000 0x00000002ece00000 0x00000002ece00000 Allocating + Small 0x00000002ece00000 0x00000002ed000000 0x00000002ed000000 Allocating + Small 0x00000002ed000000 0x00000002ed200000 0x00000002ed200000 Allocating + Small 0x00000002ed200000 0x00000002ed400000 0x00000002ed400000 Allocating + Small 0x00000002ed400000 0x00000002ed600000 0x00000002ed600000 Allocating + Small 0x00000002ed600000 0x00000002ed800000 0x00000002ed800000 Allocating + Small 0x00000002ed800000 0x00000002eda00000 0x00000002eda00000 Allocating + Small 0x00000002eda00000 0x00000002edc00000 0x00000002edc00000 Allocating + Small 0x00000002edc00000 0x00000002ede00000 0x00000002ede00000 Allocating + Small 0x00000002ede00000 0x00000002ee000000 0x00000002ee000000 Allocating + Small 0x00000002ee000000 0x00000002ee200000 0x00000002ee200000 Allocating + Small 0x00000002ee200000 0x00000002ee400000 0x00000002ee400000 Allocating + Small 0x00000002ee400000 0x00000002ee600000 0x00000002ee600000 Allocating + Small 0x00000002ee600000 0x00000002ee800000 0x00000002ee800000 Allocating + Small 0x00000002ee800000 0x00000002eea00000 0x00000002eea00000 Allocating + Small 0x00000002eea00000 0x00000002eec00000 0x00000002eec00000 Allocating + Small 0x00000002eec00000 0x00000002eee00000 0x00000002eee00000 Allocating + Small 0x00000002eee00000 0x00000002ef000000 0x00000002ef000000 Allocating + Small 0x00000002ef000000 0x00000002ef200000 0x00000002ef200000 Allocating + Small 0x00000002ef200000 0x00000002ef400000 0x00000002ef400000 Allocating + Small 0x00000002ef400000 0x00000002ef600000 0x00000002ef600000 Allocating + Small 0x00000002ef600000 0x00000002ef800000 0x00000002ef800000 Allocating + Small 0x00000002ef800000 0x00000002efa00000 0x00000002efa00000 Allocating + Small 0x00000002efa00000 0x00000002efc00000 0x00000002efc00000 Allocating + Small 0x00000002efc00000 0x00000002efe00000 0x00000002efe00000 Allocating + Small 0x00000002efe00000 0x00000002f0000000 0x00000002f0000000 Allocating + Small 0x00000002f0000000 0x00000002f0200000 0x00000002f0200000 Allocating + Small 0x00000002f0200000 0x00000002f0400000 0x00000002f0400000 Allocating + Small 0x00000002f0400000 0x00000002f0600000 0x00000002f0600000 Allocating + Small 0x00000002f0600000 0x00000002f0800000 0x00000002f0800000 Allocating + Small 0x00000002f0800000 0x00000002f0a00000 0x00000002f0a00000 Allocating + Small 0x00000002f0a00000 0x00000002f0c00000 0x00000002f0c00000 Allocating + Small 0x00000002f0c00000 0x00000002f0e00000 0x00000002f0e00000 Allocating + Small 0x00000002f0e00000 0x00000002f1000000 0x00000002f1000000 Allocating + Small 0x00000002f1000000 0x00000002f1200000 0x00000002f1200000 Allocating + Small 0x00000002f1200000 0x00000002f1400000 0x00000002f1400000 Allocating + Small 0x00000002f1400000 0x00000002f1600000 0x00000002f1600000 Allocating + Small 0x00000002f1600000 0x00000002f1800000 0x00000002f1800000 Allocating + Small 0x00000002f1800000 0x00000002f1a00000 0x00000002f1a00000 Allocating + Small 0x00000002f1a00000 0x00000002f1c00000 0x00000002f1c00000 Allocating + Small 0x00000002f1c00000 0x00000002f1e00000 0x00000002f1e00000 Allocating + Small 0x00000002f1e00000 0x00000002f2000000 0x00000002f2000000 Allocating + Small 0x00000002f2000000 0x00000002f2200000 0x00000002f2200000 Allocating + Small 0x00000002f2200000 0x00000002f2400000 0x00000002f2400000 Allocating + Small 0x00000002f2400000 0x00000002f2600000 0x00000002f2600000 Allocating + Small 0x00000002f2600000 0x00000002f2800000 0x00000002f2800000 Allocating + Small 0x00000002f2800000 0x00000002f2a00000 0x00000002f2a00000 Allocating + Small 0x00000002f2a00000 0x00000002f2c00000 0x00000002f2c00000 Allocating + Small 0x00000002f2c00000 0x00000002f2e00000 0x00000002f2e00000 Allocating + Small 0x00000002f2e00000 0x00000002f3000000 0x00000002f3000000 Allocating + Small 0x00000002f3000000 0x00000002f3200000 0x00000002f3200000 Allocating + Small 0x00000002f3200000 0x00000002f3400000 0x00000002f3400000 Allocating + Small 0x00000002f3400000 0x00000002f3600000 0x00000002f3600000 Allocating + Small 0x00000002f3600000 0x00000002f3800000 0x00000002f3800000 Allocating + Small 0x00000002f3800000 0x00000002f3a00000 0x00000002f3a00000 Allocating + Small 0x00000002f3a00000 0x00000002f3c00000 0x00000002f3c00000 Allocating + Small 0x00000002f3c00000 0x00000002f3e00000 0x00000002f3e00000 Allocating + Small 0x00000002f3e00000 0x00000002f4000000 0x00000002f4000000 Allocating + Small 0x00000002f4000000 0x00000002f4200000 0x00000002f4200000 Allocating + Small 0x00000002f4200000 0x00000002f4400000 0x00000002f4400000 Allocating + Small 0x00000002f4400000 0x00000002f4600000 0x00000002f4600000 Allocating + Small 0x00000002f4600000 0x00000002f4800000 0x00000002f4800000 Allocating + Small 0x00000002f4800000 0x00000002f4a00000 0x00000002f4a00000 Allocating + Small 0x00000002f4a00000 0x00000002f4c00000 0x00000002f4c00000 Allocating + Small 0x00000002f4c00000 0x00000002f4e00000 0x00000002f4e00000 Allocating + Small 0x00000002f4e00000 0x00000002f5000000 0x00000002f5000000 Allocating + Small 0x00000002f5000000 0x00000002f5200000 0x00000002f5200000 Allocating + Small 0x00000002f5200000 0x00000002f5400000 0x00000002f5400000 Allocating + Small 0x00000002f5400000 0x00000002f5600000 0x00000002f5600000 Allocating + Small 0x00000002f5600000 0x00000002f5800000 0x00000002f5800000 Allocating + Small 0x00000002f5800000 0x00000002f5a00000 0x00000002f5a00000 Allocating + Small 0x00000002f5a00000 0x00000002f5c00000 0x00000002f5c00000 Allocating + Small 0x00000002f5c00000 0x00000002f5e00000 0x00000002f5e00000 Allocating + Small 0x00000002f5e00000 0x00000002f6000000 0x00000002f6000000 Allocating + Small 0x00000002f6000000 0x00000002f6200000 0x00000002f6200000 Allocating + Small 0x00000002f6200000 0x00000002f6400000 0x00000002f6400000 Allocating + Small 0x00000002f6400000 0x00000002f6600000 0x00000002f6600000 Allocating + Small 0x00000002f6600000 0x00000002f6800000 0x00000002f6800000 Allocating + Small 0x00000002f6800000 0x00000002f6a00000 0x00000002f6a00000 Allocating + Small 0x00000002f6a00000 0x00000002f6c00000 0x00000002f6c00000 Allocating + Small 0x00000002f6c00000 0x00000002f6e00000 0x00000002f6e00000 Allocating + Small 0x00000002f6e00000 0x00000002f7000000 0x00000002f7000000 Allocating + Small 0x00000002f7000000 0x00000002f7200000 0x00000002f7200000 Allocating + Small 0x00000002f7200000 0x00000002f7400000 0x00000002f7400000 Allocating + Small 0x00000002f7400000 0x00000002f7600000 0x00000002f7600000 Allocating + Small 0x00000002f7600000 0x00000002f7800000 0x00000002f7800000 Allocating + Small 0x00000002f7800000 0x00000002f7a00000 0x00000002f7a00000 Allocating + Small 0x00000002f7a00000 0x00000002f7c00000 0x00000002f7c00000 Allocating + Small 0x00000002f7c00000 0x00000002f7e00000 0x00000002f7e00000 Allocating + Small 0x00000002f7e00000 0x00000002f8000000 0x00000002f8000000 Allocating + Small 0x00000002f8000000 0x00000002f8200000 0x00000002f8200000 Allocating + Small 0x00000002f8200000 0x00000002f8400000 0x00000002f8400000 Allocating + Small 0x00000002f8400000 0x00000002f8600000 0x00000002f8600000 Allocating + Small 0x00000002f8600000 0x00000002f8800000 0x00000002f8800000 Allocating + Small 0x00000002f8800000 0x00000002f8a00000 0x00000002f8a00000 Allocating + Small 0x00000002f8a00000 0x00000002f8c00000 0x00000002f8c00000 Allocating + Small 0x00000002f8c00000 0x00000002f8e00000 0x00000002f8e00000 Allocating + Small 0x00000002f8e00000 0x00000002f9000000 0x00000002f9000000 Allocating + Small 0x00000002f9000000 0x00000002f9200000 0x00000002f9200000 Allocating + Small 0x00000002f9200000 0x00000002f9400000 0x00000002f9400000 Allocating + Small 0x00000002f9400000 0x00000002f9600000 0x00000002f9600000 Allocating + Small 0x00000002f9600000 0x00000002f9800000 0x00000002f9800000 Allocating + Small 0x00000002f9800000 0x00000002f9a00000 0x00000002f9a00000 Allocating + Small 0x00000002f9a00000 0x00000002f9c00000 0x00000002f9c00000 Allocating + Small 0x00000002f9c00000 0x00000002f9e00000 0x00000002f9e00000 Allocating + Small 0x00000002f9e00000 0x00000002fa000000 0x00000002fa000000 Allocating + Small 0x00000002fa000000 0x00000002fa200000 0x00000002fa200000 Allocating + Small 0x00000002fa200000 0x00000002fa400000 0x00000002fa400000 Allocating + Small 0x00000002fa400000 0x00000002fa600000 0x00000002fa600000 Allocating + Small 0x00000002fa600000 0x00000002fa800000 0x00000002fa800000 Allocating + Small 0x00000002fa800000 0x00000002faa00000 0x00000002faa00000 Allocating + Small 0x00000002faa00000 0x00000002fac00000 0x00000002fac00000 Allocating + Small 0x00000002fac00000 0x00000002fae00000 0x00000002fae00000 Allocating + Small 0x00000002fae00000 0x00000002fb000000 0x00000002fb000000 Allocating + Small 0x00000002fb000000 0x00000002fb200000 0x00000002fb200000 Allocating + Small 0x00000002fb200000 0x00000002fb400000 0x00000002fb400000 Allocating + Small 0x00000002fb400000 0x00000002fb600000 0x00000002fb600000 Allocating + Small 0x00000002fb600000 0x00000002fb800000 0x00000002fb800000 Allocating + Small 0x00000002fb800000 0x00000002fba00000 0x00000002fba00000 Allocating + Small 0x00000002fba00000 0x00000002fbc00000 0x00000002fbc00000 Allocating + Small 0x00000002fbc00000 0x00000002fbe00000 0x00000002fbe00000 Allocating + Small 0x00000002fbe00000 0x00000002fc000000 0x00000002fc000000 Allocating + Small 0x00000002fc000000 0x00000002fc200000 0x00000002fc200000 Allocating + Small 0x00000002fc200000 0x00000002fc400000 0x00000002fc400000 Allocating + Small 0x00000002fc400000 0x00000002fc600000 0x00000002fc600000 Allocating + Small 0x00000002fc600000 0x00000002fc800000 0x00000002fc800000 Allocating + Small 0x00000002fc800000 0x00000002fca00000 0x00000002fca00000 Allocating + Small 0x00000002fca00000 0x00000002fcc00000 0x00000002fcc00000 Allocating + Small 0x00000002fcc00000 0x00000002fce00000 0x00000002fce00000 Allocating + Small 0x00000002fce00000 0x00000002fd000000 0x00000002fd000000 Allocating + Small 0x00000002fd000000 0x00000002fd200000 0x00000002fd200000 Allocating + Small 0x00000002fd200000 0x00000002fd400000 0x00000002fd400000 Allocating + Small 0x00000002fd400000 0x00000002fd600000 0x00000002fd600000 Allocating + Small 0x00000002fd600000 0x00000002fd800000 0x00000002fd800000 Allocating + Small 0x00000002fd800000 0x00000002fda00000 0x00000002fda00000 Allocating + Small 0x00000002fda00000 0x00000002fdc00000 0x00000002fdc00000 Allocating + Small 0x00000002fdc00000 0x00000002fde00000 0x00000002fde00000 Allocating + Small 0x00000002fde00000 0x00000002fe000000 0x00000002fe000000 Allocating + Small 0x00000002fe000000 0x00000002fe200000 0x00000002fe200000 Allocating + Small 0x00000002fe200000 0x00000002fe400000 0x00000002fe400000 Allocating + Small 0x00000002fe400000 0x00000002fe600000 0x00000002fe600000 Allocating + Small 0x00000002fe600000 0x00000002fe800000 0x00000002fe800000 Allocating + Small 0x00000002fe800000 0x00000002fea00000 0x00000002fea00000 Allocating + Small 0x00000002fea00000 0x00000002fec00000 0x00000002fec00000 Allocating + Small 0x00000002fec00000 0x00000002fee00000 0x00000002fee00000 Allocating + Small 0x00000002fee00000 0x00000002ff000000 0x00000002ff000000 Allocating + Small 0x00000002ff000000 0x00000002ff200000 0x00000002ff200000 Allocating + Small 0x00000002ff200000 0x00000002ff400000 0x00000002ff400000 Allocating + Small 0x00000002ff400000 0x00000002ff600000 0x00000002ff600000 Allocating + Small 0x00000002ff600000 0x00000002ff800000 0x00000002ff800000 Allocating + Small 0x00000002ff800000 0x00000002ffa00000 0x00000002ffa00000 Allocating + Small 0x00000002ffa00000 0x00000002ffc00000 0x00000002ffc00000 Allocating + Small 0x00000002ffc00000 0x00000002ffe00000 0x00000002ffe00000 Allocating + Small 0x00000002ffe00000 0x0000000300000000 0x0000000300000000 Allocating + Small 0x0000000300000000 0x0000000300200000 0x0000000300200000 Allocating + Small 0x0000000300200000 0x0000000300400000 0x0000000300400000 Allocating + Small 0x0000000300400000 0x0000000300600000 0x0000000300600000 Allocating + Small 0x0000000300600000 0x0000000300800000 0x0000000300800000 Allocating + Small 0x0000000300800000 0x0000000300a00000 0x0000000300a00000 Allocating + Small 0x0000000300a00000 0x0000000300c00000 0x0000000300c00000 Allocating + Small 0x0000000300c00000 0x0000000300e00000 0x0000000300e00000 Allocating + Small 0x0000000300e00000 0x0000000301000000 0x0000000301000000 Allocating + Small 0x0000000301000000 0x0000000301200000 0x0000000301200000 Allocating + Small 0x0000000301200000 0x0000000301400000 0x0000000301400000 Allocating + Small 0x0000000301400000 0x0000000301600000 0x0000000301600000 Allocating + Small 0x0000000301600000 0x0000000301800000 0x0000000301800000 Allocating + Small 0x0000000301800000 0x0000000301a00000 0x0000000301a00000 Allocating + Small 0x0000000301a00000 0x0000000301c00000 0x0000000301c00000 Allocating + Small 0x0000000301c00000 0x0000000301e00000 0x0000000301e00000 Allocating + Small 0x0000000301e00000 0x0000000302000000 0x0000000302000000 Allocating + Small 0x0000000302000000 0x0000000302200000 0x0000000302200000 Allocating + Small 0x0000000302200000 0x0000000302400000 0x0000000302400000 Allocating + Small 0x0000000302400000 0x0000000302600000 0x0000000302600000 Allocating + Small 0x0000000302600000 0x0000000302800000 0x0000000302800000 Allocating + Small 0x0000000302800000 0x0000000302a00000 0x0000000302a00000 Allocating + Small 0x0000000302a00000 0x0000000302c00000 0x0000000302c00000 Allocating + Small 0x0000000302c00000 0x0000000302e00000 0x0000000302e00000 Allocating + Small 0x0000000302e00000 0x0000000303000000 0x0000000303000000 Allocating + Small 0x0000000303000000 0x0000000303200000 0x0000000303200000 Allocating + Small 0x0000000303200000 0x0000000303400000 0x0000000303400000 Allocating + Small 0x0000000303400000 0x0000000303600000 0x0000000303600000 Allocating + Small 0x0000000303600000 0x0000000303800000 0x0000000303800000 Allocating + Small 0x0000000303800000 0x0000000303a00000 0x0000000303a00000 Allocating + Small 0x0000000303a00000 0x0000000303c00000 0x0000000303c00000 Allocating + Small 0x0000000303c00000 0x0000000303e00000 0x0000000303e00000 Allocating + Small 0x0000000303e00000 0x0000000304000000 0x0000000304000000 Allocating + Small 0x0000000304000000 0x0000000304200000 0x0000000304200000 Allocating + Small 0x0000000304200000 0x0000000304400000 0x0000000304400000 Allocating + Small 0x0000000304400000 0x0000000304600000 0x0000000304600000 Allocating + Small 0x0000000304600000 0x0000000304800000 0x0000000304800000 Allocating + Small 0x0000000304800000 0x0000000304a00000 0x0000000304a00000 Allocating + Small 0x0000000304a00000 0x0000000304c00000 0x0000000304c00000 Allocating + Small 0x0000000304c00000 0x0000000304e00000 0x0000000304e00000 Allocating + Small 0x0000000304e00000 0x0000000305000000 0x0000000305000000 Allocating + Small 0x0000000305000000 0x0000000305200000 0x0000000305200000 Allocating + Small 0x0000000305200000 0x0000000305400000 0x0000000305400000 Allocating + Small 0x0000000305400000 0x0000000305600000 0x0000000305600000 Allocating + Small 0x0000000305600000 0x0000000305800000 0x0000000305800000 Allocating + Small 0x0000000305800000 0x0000000305a00000 0x0000000305a00000 Allocating + Small 0x0000000305a00000 0x0000000305c00000 0x0000000305c00000 Allocating + Small 0x0000000305c00000 0x0000000305e00000 0x0000000305e00000 Allocating + Small 0x0000000305e00000 0x0000000306000000 0x0000000306000000 Allocating + Small 0x0000000306000000 0x0000000306200000 0x0000000306200000 Allocating + Small 0x0000000306200000 0x0000000306400000 0x0000000306400000 Allocating + Small 0x0000000306400000 0x0000000306600000 0x0000000306600000 Allocating + Small 0x0000000306600000 0x0000000306800000 0x0000000306800000 Allocating + Small 0x0000000306800000 0x0000000306a00000 0x0000000306a00000 Allocating + Small 0x0000000306a00000 0x0000000306c00000 0x0000000306c00000 Allocating + Small 0x0000000306c00000 0x0000000306e00000 0x0000000306e00000 Allocating + Small 0x0000000306e00000 0x0000000307000000 0x0000000307000000 Allocating + Small 0x0000000307000000 0x0000000307200000 0x0000000307200000 Allocating + Small 0x0000000307200000 0x0000000307400000 0x0000000307400000 Allocating + Small 0x0000000307400000 0x0000000307600000 0x0000000307600000 Allocating + Small 0x0000000307600000 0x0000000307800000 0x0000000307800000 Allocating + Small 0x0000000307800000 0x0000000307a00000 0x0000000307a00000 Allocating + Small 0x0000000307a00000 0x0000000307c00000 0x0000000307c00000 Allocating + Small 0x0000000307c00000 0x0000000307e00000 0x0000000307e00000 Allocating + Small 0x0000000307e00000 0x0000000308000000 0x0000000308000000 Allocating + Small 0x0000000308000000 0x0000000308200000 0x0000000308200000 Allocating + Small 0x0000000308200000 0x0000000308400000 0x0000000308400000 Allocating + Small 0x0000000308400000 0x0000000308600000 0x0000000308600000 Allocating + Small 0x0000000308600000 0x0000000308800000 0x0000000308800000 Allocating + Small 0x0000000308800000 0x0000000308a00000 0x0000000308a00000 Allocating + Small 0x0000000308a00000 0x0000000308c00000 0x0000000308c00000 Allocating + Small 0x0000000308c00000 0x0000000308e00000 0x0000000308e00000 Allocating + Small 0x0000000308e00000 0x0000000309000000 0x0000000309000000 Allocating + Small 0x0000000309000000 0x0000000309200000 0x0000000309200000 Allocating + Small 0x0000000309200000 0x0000000309400000 0x0000000309400000 Allocating + Small 0x0000000309400000 0x0000000309600000 0x0000000309600000 Allocating + Small 0x0000000309600000 0x0000000309800000 0x0000000309800000 Allocating + Small 0x0000000309800000 0x0000000309a00000 0x0000000309a00000 Allocating + Small 0x0000000309a00000 0x0000000309c00000 0x0000000309c00000 Allocating + Small 0x0000000309c00000 0x0000000309e00000 0x0000000309e00000 Allocating + Small 0x0000000309e00000 0x000000030a000000 0x000000030a000000 Allocating + Small 0x000000030a000000 0x000000030a200000 0x000000030a200000 Allocating + Small 0x000000030a200000 0x000000030a400000 0x000000030a400000 Allocating + Small 0x000000030a400000 0x000000030a600000 0x000000030a600000 Allocating + Small 0x000000030a600000 0x000000030a800000 0x000000030a800000 Allocating + Small 0x000000030a800000 0x000000030aa00000 0x000000030aa00000 Allocating + Small 0x000000030aa00000 0x000000030ac00000 0x000000030ac00000 Allocating + Small 0x000000030ac00000 0x000000030ae00000 0x000000030ae00000 Allocating + Small 0x000000030ae00000 0x000000030b000000 0x000000030b000000 Allocating + Small 0x000000030b000000 0x000000030b200000 0x000000030b200000 Allocating + Small 0x000000030b200000 0x000000030b400000 0x000000030b400000 Allocating + Small 0x000000030b400000 0x000000030b600000 0x000000030b600000 Allocating + Small 0x000000030b600000 0x000000030b800000 0x000000030b800000 Allocating + Small 0x000000030b800000 0x000000030ba00000 0x000000030ba00000 Allocating + Small 0x000000030ba00000 0x000000030bc00000 0x000000030bc00000 Allocating + Small 0x000000030bc00000 0x000000030be00000 0x000000030be00000 Allocating + Small 0x000000030be00000 0x000000030c000000 0x000000030c000000 Allocating + Small 0x000000030c000000 0x000000030c200000 0x000000030c200000 Allocating + Small 0x000000030c200000 0x000000030c400000 0x000000030c400000 Allocating + Small 0x000000030c400000 0x000000030c600000 0x000000030c600000 Allocating + Small 0x000000030c600000 0x000000030c800000 0x000000030c800000 Allocating + Small 0x000000030c800000 0x000000030ca00000 0x000000030ca00000 Allocating + Small 0x000000030ca00000 0x000000030cc00000 0x000000030cc00000 Allocating + Small 0x000000030cc00000 0x000000030ce00000 0x000000030ce00000 Allocating + Small 0x000000030ce00000 0x000000030d000000 0x000000030d000000 Allocating + Small 0x000000030d000000 0x000000030d200000 0x000000030d200000 Allocating + Small 0x000000030d200000 0x000000030d400000 0x000000030d400000 Allocating + Small 0x000000030d400000 0x000000030d600000 0x000000030d600000 Allocating + Small 0x000000030d600000 0x000000030d800000 0x000000030d800000 Allocating + Small 0x000000030d800000 0x000000030da00000 0x000000030da00000 Allocating + Small 0x000000030da00000 0x000000030dc00000 0x000000030dc00000 Allocating + Small 0x000000030dc00000 0x000000030de00000 0x000000030de00000 Allocating + Small 0x000000030de00000 0x000000030e000000 0x000000030e000000 Allocating + Small 0x000000030e000000 0x000000030e200000 0x000000030e200000 Allocating + Small 0x000000030e200000 0x000000030e400000 0x000000030e400000 Allocating + Small 0x000000030e400000 0x000000030e600000 0x000000030e600000 Allocating + Small 0x000000030e600000 0x000000030e800000 0x000000030e800000 Allocating + Small 0x000000030e800000 0x000000030ea00000 0x000000030ea00000 Allocating + Small 0x000000030ea00000 0x000000030ec00000 0x000000030ec00000 Allocating + Small 0x000000030ec00000 0x000000030ee00000 0x000000030ee00000 Allocating + Small 0x000000030ee00000 0x000000030f000000 0x000000030f000000 Allocating + Small 0x000000030f000000 0x000000030f200000 0x000000030f200000 Allocating + Small 0x000000030f200000 0x000000030f400000 0x000000030f400000 Allocating + Small 0x000000030f400000 0x000000030f600000 0x000000030f600000 Allocating + Small 0x000000030f600000 0x000000030f800000 0x000000030f800000 Allocating + Small 0x000000030f800000 0x000000030fa00000 0x000000030fa00000 Allocating + Small 0x000000030fa00000 0x000000030fc00000 0x000000030fc00000 Allocating + Small 0x000000030fc00000 0x000000030fd80000 0x000000030fe00000 Allocating + Small 0x000000030fe00000 0x0000000310000000 0x0000000310000000 Allocating + Small 0x0000000310000000 0x0000000310200000 0x0000000310200000 Allocating + Small 0x0000000310200000 0x0000000310400000 0x0000000310400000 Allocating + Small 0x0000000310400000 0x0000000310600000 0x0000000310600000 Allocating + Small 0x0000000310600000 0x0000000310800000 0x0000000310800000 Allocating + Small 0x0000000310800000 0x0000000310a00000 0x0000000310a00000 Allocating + Small 0x0000000310a00000 0x0000000310c00000 0x0000000310c00000 Allocating + Small 0x0000000310c00000 0x0000000310e00000 0x0000000310e00000 Allocating + Small 0x0000000310e00000 0x0000000311000000 0x0000000311000000 Allocating + Small 0x0000000311000000 0x0000000311200000 0x0000000311200000 Allocating + Small 0x0000000311200000 0x0000000311400000 0x0000000311400000 Allocating + Small 0x0000000311400000 0x0000000311600000 0x0000000311600000 Allocating + Small 0x0000000311600000 0x0000000311800000 0x0000000311800000 Allocating + Small 0x0000000311800000 0x0000000311a00000 0x0000000311a00000 Allocating + Small 0x0000000311a00000 0x0000000311c00000 0x0000000311c00000 Allocating + Small 0x0000000311c00000 0x0000000311e00000 0x0000000311e00000 Allocating + Small 0x0000000311e00000 0x0000000312000000 0x0000000312000000 Allocating + Small 0x0000000312000000 0x0000000312200000 0x0000000312200000 Allocating + Small 0x0000000312200000 0x0000000312400000 0x0000000312400000 Allocating + Small 0x0000000312400000 0x0000000312600000 0x0000000312600000 Allocating + Small 0x0000000312600000 0x0000000312800000 0x0000000312800000 Allocating + Small 0x0000000312800000 0x0000000312a00000 0x0000000312a00000 Allocating + Small 0x0000000312a00000 0x0000000312c00000 0x0000000312c00000 Allocating + Small 0x0000000312c00000 0x0000000312e00000 0x0000000312e00000 Allocating + Small 0x0000000312e00000 0x0000000313000000 0x0000000313000000 Allocating + Small 0x0000000313000000 0x0000000313200000 0x0000000313200000 Allocating + Small 0x0000000313200000 0x0000000313400000 0x0000000313400000 Allocating + Small 0x0000000313400000 0x0000000313600000 0x0000000313600000 Allocating + Small 0x0000000313600000 0x0000000313800000 0x0000000313800000 Allocating + Small 0x0000000313800000 0x0000000313a00000 0x0000000313a00000 Allocating + Small 0x0000000313a00000 0x0000000313c00000 0x0000000313c00000 Allocating + Small 0x0000000313c00000 0x0000000313e00000 0x0000000313e00000 Allocating + Small 0x0000000313e00000 0x0000000314000000 0x0000000314000000 Allocating + Small 0x0000000314000000 0x0000000314200000 0x0000000314200000 Allocating + Small 0x0000000314200000 0x0000000314400000 0x0000000314400000 Allocating + Small 0x0000000314400000 0x0000000314600000 0x0000000314600000 Allocating + Small 0x0000000314600000 0x0000000314800000 0x0000000314800000 Allocating + Small 0x0000000314800000 0x0000000314a00000 0x0000000314a00000 Allocating + Small 0x0000000314a00000 0x0000000314c00000 0x0000000314c00000 Allocating + Small 0x0000000314c00000 0x0000000314e00000 0x0000000314e00000 Allocating + Small 0x0000000314e00000 0x0000000315000000 0x0000000315000000 Allocating + Small 0x0000000315000000 0x0000000315200000 0x0000000315200000 Allocating + Small 0x0000000315200000 0x0000000315400000 0x0000000315400000 Allocating + Small 0x0000000315400000 0x0000000315600000 0x0000000315600000 Allocating + Small 0x0000000315600000 0x0000000315800000 0x0000000315800000 Allocating + Small 0x0000000315800000 0x0000000315a00000 0x0000000315a00000 Allocating + Small 0x0000000315a00000 0x0000000315c00000 0x0000000315c00000 Allocating + Small 0x0000000315c00000 0x0000000315e00000 0x0000000315e00000 Allocating + Small 0x0000000315e00000 0x0000000316000000 0x0000000316000000 Allocating + Small 0x0000000316000000 0x0000000316200000 0x0000000316200000 Allocating + Small 0x0000000316200000 0x0000000316400000 0x0000000316400000 Allocating + Small 0x0000000316400000 0x0000000316600000 0x0000000316600000 Allocating + Small 0x0000000316600000 0x0000000316800000 0x0000000316800000 Allocating + Small 0x0000000316800000 0x0000000316a00000 0x0000000316a00000 Allocating + Small 0x0000000316a00000 0x0000000316c00000 0x0000000316c00000 Allocating + Small 0x0000000316c00000 0x0000000316e00000 0x0000000316e00000 Allocating + Small 0x0000000316e00000 0x0000000317000000 0x0000000317000000 Allocating + Small 0x0000000317000000 0x0000000317200000 0x0000000317200000 Allocating + Small 0x0000000317200000 0x0000000317400000 0x0000000317400000 Allocating + Small 0x0000000317400000 0x0000000317600000 0x0000000317600000 Allocating + Small 0x0000000317600000 0x0000000317800000 0x0000000317800000 Allocating + Small 0x0000000317800000 0x0000000317a00000 0x0000000317a00000 Allocating + Small 0x0000000317a00000 0x0000000317c00000 0x0000000317c00000 Allocating + Small 0x0000000317c00000 0x0000000317e00000 0x0000000317e00000 Allocating + Small 0x0000000317e00000 0x0000000318000000 0x0000000318000000 Allocating + Small 0x0000000318000000 0x0000000318200000 0x0000000318200000 Allocating + Small 0x0000000318200000 0x0000000318400000 0x0000000318400000 Allocating + Small 0x0000000318400000 0x0000000318600000 0x0000000318600000 Allocating + Small 0x0000000318600000 0x0000000318800000 0x0000000318800000 Allocating + Small 0x0000000318800000 0x0000000318a00000 0x0000000318a00000 Allocating + Small 0x0000000318a00000 0x0000000318c00000 0x0000000318c00000 Allocating + Small 0x0000000318c00000 0x0000000318e00000 0x0000000318e00000 Allocating + Small 0x0000000318e00000 0x0000000319000000 0x0000000319000000 Allocating + Small 0x0000000319000000 0x0000000319200000 0x0000000319200000 Allocating + Small 0x0000000319200000 0x0000000319400000 0x0000000319400000 Allocating + Small 0x0000000319400000 0x0000000319600000 0x0000000319600000 Allocating + Small 0x0000000319600000 0x00000003197c0000 0x0000000319800000 Allocating + Small 0x0000000319800000 0x0000000319a00000 0x0000000319a00000 Allocating + Small 0x0000000319a00000 0x0000000319c00000 0x0000000319c00000 Allocating + Small 0x0000000319c00000 0x0000000319e00000 0x0000000319e00000 Allocating + Small 0x0000000319e00000 0x0000000319f00000 0x000000031a000000 Allocating + Small 0x000000031a000000 0x000000031a200000 0x000000031a200000 Allocating + Small 0x000000031a200000 0x000000031a300000 0x000000031a400000 Allocating + Small 0x000000031a400000 0x000000031a600000 0x000000031a600000 Allocating + Small 0x000000031a600000 0x000000031a800000 0x000000031a800000 Allocating + Medium 0x0000003422c00000 0x00000034233f2000 0x0000003424c00000 Allocating + Medium 0x0000003424c00000 0x0000003426bf5000 0x0000003426c00000 Allocating + Medium 0x0000003426c00000 0x0000003427213000 0x0000003428c00000 Relocatable + Large 0x0000003428c00000 0x0000003429400000 0x0000003429400000 Relocatable + Large 0x0000003429400000 0x0000003429a00000 0x0000003429a00000 Relocatable + Large 0x0000003429a00000 0x000000342a000000 0x000000342a000000 Relocatable + Large 0x000000342a000000 0x000000342a600000 0x000000342a600000 Relocatable + Large 0x000000342a600000 0x000000342ac00000 0x000000342ac00000 Relocatable + Large 0x000000342ac00000 0x000000342b200000 0x000000342b200000 Relocatable + Medium 0x000000342b200000 0x000000342cf53000 0x000000342d200000 Relocatable + Large 0x000000342d200000 0x000000342d800000 0x000000342d800000 Relocatable + Large 0x000000342d800000 0x000000342de00000 0x000000342de00000 Relocatable + Large 0x000000342de00000 0x000000342e600000 0x000000342e600000 Relocatable + Large 0x000000342e600000 0x000000342f200000 0x000000342f200000 Relocatable + Medium 0x000000342f200000 0x0000003431032000 0x0000003431200000 Relocatable + Large 0x0000003431200000 0x0000003431c00000 0x0000003431c00000 Relocatable + Large 0x0000003431c00000 0x0000003432600000 0x0000003432600000 Relocatable + Medium 0x0000003432600000 0x0000003434147000 0x0000003434600000 Relocatable + Medium 0x0000003434600000 0x00000034365f3000 0x0000003436600000 Relocatable + Large 0x0000003436600000 0x0000003436c00000 0x0000003436c00000 Relocatable + Large 0x0000003436c00000 0x0000003437200000 0x0000003437200000 Relocatable + Medium 0x0000003437200000 0x00000034386cb000 0x0000003439200000 Relocatable + Large 0x0000003439200000 0x0000003439800000 0x0000003439800000 Relocatable + Large 0x0000003439800000 0x0000003439e00000 0x0000003439e00000 Relocatable + Large 0x0000003439e00000 0x000000343a600000 0x000000343a600000 Relocatable + Large 0x000000343a600000 0x000000343ae00000 0x000000343ae00000 Relocatable + Large 0x000000343ae00000 0x000000343b400000 0x000000343b400000 Relocatable + Large 0x000000343b400000 0x000000343ba00000 0x000000343ba00000 Relocatable + Large 0x000000343ba00000 0x000000343c200000 0x000000343c200000 Relocatable + Large 0x000000343c200000 0x000000343cc00000 0x000000343cc00000 Relocatable + Large 0x000000343cc00000 0x000000343d400000 0x000000343d400000 Relocatable + Large 0x000000343d400000 0x000000343da00000 0x000000343da00000 Relocatable + Large 0x000000343da00000 0x000000343e000000 0x000000343e000000 Relocatable + Large 0x000000343e200000 0x000000343f400000 0x000000343f400000 Relocatable + Medium 0x000000343f400000 0x00000034413c0000 0x0000003441400000 Relocatable + Large 0x0000003441400000 0x0000003441a00000 0x0000003441a00000 Relocatable + Large 0x0000003441a00000 0x0000003442000000 0x0000003442000000 Relocatable + Medium 0x0000003442000000 0x0000003443fdf000 0x0000003444000000 Relocatable + Medium 0x0000003444000000 0x0000003445ff4000 0x0000003446000000 Relocatable + Medium 0x0000003446000000 0x0000003447fb0000 0x0000003448000000 Relocatable + +XBarrierSet + +Polling page: 0x000001d6c4330000 + +Metaspace: + +Usage: + Non-class: 272.12 MB used. + Class: 66.06 MB used. + Both: 338.18 MB used. + +Virtual space: + Non-class space: 320.00 MB reserved, 274.19 MB ( 86%) committed, 5 nodes. + Class space: 1.00 GB reserved, 68.00 MB ( 7%) committed, 1 nodes. + Both: 1.31 GB reserved, 342.19 MB ( 25%) committed. + +Chunk freelists: + Non-Class: 13.08 MB + Class: 12.01 MB + Both: 25.08 MB + +MaxMetaspaceSize: unlimited +CompressedClassSpaceSize: 1.00 GB +Initial GC threshold: 21.00 MB +Current GC threshold: 379.69 MB +CDS: on + - commit_granule_bytes: 65536. + - commit_granule_words: 8192. + - virtual_space_node_default_size: 8388608. + - enlarge_chunks_in_place: 1. + - use_allocation_guard: 0. + + +Internal statistics: + +num_allocs_failed_limit: 55. +num_arena_births: 9472. +num_arena_deaths: 1920. +num_vsnodes_births: 6. +num_vsnodes_deaths: 0. +num_space_committed: 5497. +num_space_uncommitted: 20. +num_chunks_returned_to_freelist: 3331. +num_chunks_taken_from_freelist: 27744. +num_chunk_merges: 1472. +num_chunk_splits: 17129. +num_chunks_enlarged: 10761. +num_inconsistent_stats: 0. + +CodeHeap 'non-profiled nmethods': size=120000Kb used=20215Kb max_used=20215Kb free=99785Kb + bounds [0x000001d6d5960000, 0x000001d6d6d20000, 0x000001d6dce90000] +CodeHeap 'profiled nmethods': size=120000Kb used=38970Kb max_used=38970Kb free=81029Kb + bounds [0x000001d6cde90000, 0x000001d6d04a0000, 0x000001d6d53c0000] +CodeHeap 'non-nmethods': size=5760Kb used=3852Kb max_used=3959Kb free=1907Kb + bounds [0x000001d6d53c0000, 0x000001d6d57b0000, 0x000001d6d5960000] + total_blobs=23329 nmethods=20262 adapters=2968 + compilation: enabled + stopped_count=0, restarted_count=0 + full_count=0 + +Compilation events (20 events): +Event: 156.872 Thread 0x000001d6c1161c50 nmethod 29090 0x000001d6d6d1af10 code [0x000001d6d6d1b1c0, 0x000001d6d6d1c290] +Event: 156.872 Thread 0x000001d6c1161c50 29146 4 java.nio.file.FileTreeWalker:: (144 bytes) +Event: 156.880 Thread 0x000001d6c1161c50 nmethod 29146 0x000001d6d6d1cc90 code [0x000001d6d6d1cea0, 0x000001d6d6d1d4b0] +Event: 156.880 Thread 0x000001d6c1161c50 28943 4 net.minecraft.server.packs.PathPackResources::lambda$listPath$5 (69 bytes) +Event: 156.883 Thread 0x000001d6c11785f0 29151 2 java.util.concurrent.CompletableFuture::join (20 bytes) +Event: 156.883 Thread 0x000001d6c11785f0 nmethod 29151 0x000001d6d0495110 code [0x000001d6d04952c0, 0x000001d6d0495448] +Event: 156.883 Thread 0x000001d6c11785f0 29152 2 java.util.concurrent.CompletableFuture::reportJoin (56 bytes) +Event: 156.883 Thread 0x000001d6c11785f0 nmethod 29152 0x000001d6d0495510 code [0x000001d6d04956e0, 0x000001d6d0495a90] +Event: 156.900 Thread 0x000001d6c11785f0 29154 2 com.google.gson.internal.bind.TypeAdapters$28::read (201 bytes) +Event: 156.901 Thread 0x000001d6c11785f0 nmethod 29154 0x000001d6d0495c10 code [0x000001d6d0495ee0, 0x000001d6d0496930] +Event: 156.901 Thread 0x000001d6c11785f0 29155 2 com.google.gson.internal.LinkedTreeMap$LinkedTreeMapIterator::hasNext (20 bytes) +Event: 156.901 Thread 0x000001d6c11785f0 nmethod 29155 0x000001d6d0496e90 code [0x000001d6d0497040, 0x000001d6d04971f0] +Event: 156.946 Thread 0x000001d6c11785f0 29157 3 fuzs.mindfuldarkness.client.packs.resources.ColorChangingResourceHandler::lambda$compileValidPaths$1 (25 bytes) +Event: 156.947 Thread 0x000001d6c11785f0 nmethod 29157 0x000001d6d0497290 code [0x000001d6d04974a0, 0x000001d6d0497a08] +Event: 156.964 Thread 0x000001d6c11785f0 29159 3 com.teamabnormals.blueprint.common.remolder.RemolderLoader::getResourceFunction (329 bytes) +Event: 156.973 Thread 0x000001d6c11785f0 nmethod 29159 0x000001d6d0497c90 code [0x000001d6d04983a0, 0x000001d6d049ce10] +Event: 156.982 Thread 0x000001d6c11785f0 29160 2 net.minecraft.util.StringRepresentable$$Lambda/0x000001d681812238::apply (16 bytes) +Event: 156.982 Thread 0x000001d6c11785f0 nmethod 29160 0x000001d6d049e710 code [0x000001d6d049e8c0, 0x000001d6d049ea90] +Event: 156.991 Thread 0x000001d6c11785f0 29161 1 net.minecraft.client.resources.metadata.gui.GuiSpriteScaling$Type::getSerializedName (5 bytes) +Event: 156.992 Thread 0x000001d6c11785f0 nmethod 29161 0x000001d6d6d1d910 code [0x000001d6d6d1daa0, 0x000001d6d6d1db90] + +GC Heap History (20 events): +Event: 10.678 GC heap after +{Heap after GC invocations=2 (full 2): + ZHeap used 140M, capacity 608M, max capacity 13384M + Metaspace used 31660K, committed 33472K, reserved 1114112K + class space used 3602K, committed 4096K, reserved 1048576K +} +Event: 19.778 GC heap before +{Heap before GC invocations=2 (full 2): + ZHeap used 1354M, capacity 1354M, max capacity 13384M + Metaspace used 35974K, committed 36672K, reserved 1114112K + class space used 4220K, committed 4544K, reserved 1048576K +} +Event: 20.018 GC heap after +{Heap after GC invocations=3 (full 3): + ZHeap used 578M, capacity 1456M, max capacity 13384M + Metaspace used 35975K, committed 36672K, reserved 1114112K + class space used 4220K, committed 4544K, reserved 1048576K +} +Event: 23.375 GC heap before +{Heap before GC invocations=3 (full 3): + ZHeap used 2688M, capacity 2688M, max capacity 13384M + Metaspace used 41063K, committed 41856K, reserved 1114112K + class space used 5093K, committed 5440K, reserved 1048576K +} +Event: 24.936 GC heap after +{Heap after GC invocations=4 (full 4): + ZHeap used 1228M, capacity 3148M, max capacity 13384M + Metaspace used 41321K, committed 42240K, reserved 1114112K + class space used 5116K, committed 5504K, reserved 1048576K +} +Event: 31.585 GC heap before +{Heap before GC invocations=4 (full 4): + ZHeap used 3050M, capacity 3148M, max capacity 13384M + Metaspace used 45465K, committed 46272K, reserved 1114112K + class space used 5653K, committed 6016K, reserved 1048576K +} +Event: 33.397 GC heap after +{Heap after GC invocations=5 (full 5): + ZHeap used 2156M, capacity 4372M, max capacity 13384M + Metaspace used 49274K, committed 50304K, reserved 1114112K + class space used 6078K, committed 6528K, reserved 1048576K +} +Event: 36.081 GC heap before +{Heap before GC invocations=5 (full 5): + ZHeap used 4032M, capacity 4372M, max capacity 13384M + Metaspace used 49439K, committed 50496K, reserved 1114112K + class space used 6090K, committed 6528K, reserved 1048576K +} +Event: 37.059 GC heap after +{Heap after GC invocations=6 (full 6): + ZHeap used 1212M, capacity 4372M, max capacity 13384M + Metaspace used 49415K, committed 50560K, reserved 1114112K + class space used 6084K, committed 6528K, reserved 1048576K +} +Event: 70.706 GC heap before +{Heap before GC invocations=6 (full 6): + ZHeap used 8280M, capacity 8280M, max capacity 13384M + Metaspace used 82725K, committed 84352K, reserved 1179648K + class space used 10279K, committed 11008K, reserved 1048576K +} +Event: 77.292 GC heap after +{Heap after GC invocations=7 (full 7): + ZHeap used 2394M, capacity 9716M, max capacity 13384M + Metaspace used 89949K, committed 91520K, reserved 1179648K + class space used 12011K, committed 12736K, reserved 1048576K +} +Event: 86.083 GC heap before +{Heap before GC invocations=7 (full 7): + ZHeap used 3420M, capacity 9716M, max capacity 13384M + Metaspace used 92899K, committed 94464K, reserved 1179648K + class space used 12811K, committed 13568K, reserved 1048576K +} +Event: 86.917 GC heap after +{Heap after GC invocations=8 (full 8): + ZHeap used 1072M, capacity 9716M, max capacity 13384M + Metaspace used 93743K, committed 95360K, reserved 1179648K + class space used 13008K, committed 13760K, reserved 1048576K +} +Event: 93.775 GC heap before +{Heap before GC invocations=8 (full 8): + ZHeap used 2898M, capacity 9716M, max capacity 13384M + Metaspace used 125336K, committed 126976K, reserved 1179648K + class space used 19202K, committed 19968K, reserved 1048576K +} +Event: 94.457 GC heap after +{Heap after GC invocations=9 (full 9): + ZHeap used 1264M, capacity 9716M, max capacity 13384M + Metaspace used 126936K, committed 128640K, reserved 1179648K + class space used 19554K, committed 20352K, reserved 1048576K +} +Event: 95.785 GC heap before +{Heap before GC invocations=9 (full 9): + ZHeap used 2432M, capacity 9716M, max capacity 13384M + Metaspace used 130768K, committed 132544K, reserved 1179648K + class space used 20464K, committed 21248K, reserved 1048576K +} +Event: 96.325 GC heap after +{Heap after GC invocations=10 (full 10): + ZHeap used 1418M, capacity 9716M, max capacity 13384M + Metaspace used 132262K, committed 134016K, reserved 1179648K + class space used 20671K, committed 21440K, reserved 1048576K +} +Event: 104.905 GC heap before +{Heap before GC invocations=10 (full 10): + ZHeap used 4786M, capacity 9716M, max capacity 13384M + Metaspace used 220302K, committed 223424K, reserved 1245184K + class space used 39301K, committed 40832K, reserved 1048576K +} +Event: 106.128 GC heap after +{Heap after GC invocations=11 (full 11): + ZHeap used 1402M, capacity 9716M, max capacity 13384M + Metaspace used 230978K, committed 234240K, reserved 1245184K + class space used 41932K, committed 43520K, reserved 1048576K +} +Event: 146.572 GC heap before +{Heap before GC invocations=11 (full 11): + ZHeap used 10666M, capacity 10666M, max capacity 13384M + Metaspace used 338578K, committed 342592K, reserved 1376256K + class space used 66321K, committed 68224K, reserved 1048576K +} + +Dll operation events (18 events): +Event: 0.013 Loaded shared library C:\Program Files\Java\jdk-21\bin\java.dll +Event: 0.014 Loaded shared library KernelBase +Event: 0.074 Loaded shared library C:\Program Files\Java\jdk-21\bin\jsvml.dll +Event: 0.201 Loaded shared library C:\Program Files\Java\jdk-21\bin\net.dll +Event: 0.203 Loaded shared library C:\Program Files\Java\jdk-21\bin\nio.dll +Event: 0.208 Loaded shared library C:\Program Files\Java\jdk-21\bin\zip.dll +Event: 0.295 Loaded shared library C:\Program Files\Java\jdk-21\bin\jimage.dll +Event: 0.542 Loaded shared library C:\Program Files\Java\jdk-21\bin\verify.dll +Event: 2.812 Loaded shared library C:\Program Files\Java\jdk-21\bin\management.dll +Event: 2.825 Loaded shared library C:\Program Files\Java\jdk-21\bin\management_ext.dll +Event: 6.600 Loaded shared library C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl.dll +Event: 7.098 Loaded shared library C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl_stb.dll +Event: 7.301 Loaded shared library C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl_opengl.dll +Event: 8.041 Loaded shared library C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\jna14724686192902094308.dll +Event: 59.470 Loaded shared library C:\Program Files\Java\jdk-21\bin\awt.dll +Event: 59.646 Loaded shared library C:\Program Files\Java\jdk-21\bin\sunmscapi.dll +Event: 59.859 Loaded shared library C:\Program Files\Java\jdk-21\bin\extnet.dll +Event: 101.834 Loaded shared library C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\libSuperResolution+win64.dll + +Deoptimization events (20 events): +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001d6d6c4cd68 relative=0x0000000000000268 +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001d6d6c4cd68 method=fuzs.mindfuldarkness.client.util.RGBBrightnessUtil.isGrayscaleColor(III)Z @ 35 c2 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT PACKING pc=0x000001d6d6c4cd68 sp=0x000000bab9bfecf0 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT UNPACKING pc=0x000001d6d5413fa2 sp=0x000000bab9bfeb78 mode 2 +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001d6d6c4d44c relative=0x000000000000020c +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001d6d6c4d44c method=fuzs.mindfuldarkness.client.util.RGBBrightnessUtil.isGrayscaleColor(III)Z @ 35 c2 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT PACKING pc=0x000001d6d6c4d44c sp=0x000000bab9bfec60 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT UNPACKING pc=0x000001d6d5413fa2 sp=0x000000bab9bfeb78 mode 2 +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001d6d6c60cd0 relative=0x00000000000000b0 +Event: 156.128 Thread 0x000001d9543e44f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001d6d6c60cd0 method=fuzs.mindfuldarkness.client.util.RGBBrightnessUtil.isGrayscaleColor(III)Z @ 35 c2 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT PACKING pc=0x000001d6d6c60cd0 sp=0x000000bab9bfebf0 +Event: 156.128 Thread 0x000001d9543e44f0 DEOPT UNPACKING pc=0x000001d6d5413fa2 sp=0x000000bab9bfeb70 mode 2 +Event: 156.842 Thread 0x000001d9543e44f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001d6d6d1ad48 relative=0x00000000000004a8 +Event: 156.842 Thread 0x000001d9543e44f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001d6d6d1ad48 method=fuzs.mindfuldarkness.client.util.HSPConversionUtil.HSPtoRGB(DDD)[D @ 556 c2 +Event: 156.842 Thread 0x000001d9543e44f0 DEOPT PACKING pc=0x000001d6d6d1ad48 sp=0x000000bab9bfece0 +Event: 156.842 Thread 0x000001d9543e44f0 DEOPT UNPACKING pc=0x000001d6d5413fa2 sp=0x000000bab9bfec00 mode 2 +Event: 156.940 Thread 0x000001d954bc2990 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001d6d6d1bce4 relative=0x0000000000000b24 +Event: 156.940 Thread 0x000001d954bc2990 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001d6d6d1bce4 method=com.teamabnormals.blueprint.common.remolder.RemolderLoader.getResourceFunction(Lnet/minecraft/resources/ResourceLocation;)Ljava/util/function/Function; @ 13 c2 +Event: 156.940 Thread 0x000001d954bc2990 DEOPT PACKING pc=0x000001d6d6d1bce4 sp=0x000000babacfebe0 +Event: 156.940 Thread 0x000001d954bc2990 DEOPT UNPACKING pc=0x000001d6d5413fa2 sp=0x000000babacfeb40 mode 2 + +Classes loaded (20 events): +Event: 151.089 Loading class java/lang/constant/MethodHandleDesc$1 +Event: 151.090 Loading class java/lang/constant/MethodHandleDesc$1 done +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDescImpl +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDesc +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDesc done +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDescImpl done +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDescImpl$1 +Event: 151.090 Loading class java/lang/constant/DirectMethodHandleDescImpl$1 done +Event: 151.091 Loading class java/lang/constant/PrimitiveClassDescImpl +Event: 151.091 Loading class java/lang/constant/PrimitiveClassDescImpl done +Event: 151.091 Loading class java/lang/constant/DynamicConstantDesc$AnonymousDynamicConstantDesc +Event: 151.091 Loading class java/lang/constant/DynamicConstantDesc$AnonymousDynamicConstantDesc done +Event: 151.161 Loading class java/lang/annotation/IncompleteAnnotationException +Event: 151.161 Loading class java/lang/annotation/IncompleteAnnotationException done +Event: 151.713 Loading class java/util/stream/Nodes$IntSpinedNodeBuilder +Event: 151.713 Loading class java/util/stream/SpinedBuffer$OfInt +Event: 151.713 Loading class java/util/stream/SpinedBuffer$OfPrimitive +Event: 151.715 Loading class java/util/stream/SpinedBuffer$OfPrimitive done +Event: 151.715 Loading class java/util/stream/SpinedBuffer$OfInt done +Event: 151.728 Loading class java/util/stream/Nodes$IntSpinedNodeBuilder done + +Classes unloaded (20 events): +Event: 32.968 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815a0800 'java/lang/invoke/LambdaForm$MH+0x000001d6815a0800' +Event: 32.968 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815a0c00 'java/lang/invoke/LambdaForm$MH+0x000001d6815a0c00' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b1c00 'org/openjdk/nashorn/internal/scripts/Script$Recompilation$7$1067$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b1a00 'org/openjdk/nashorn/internal/scripts/Script$6$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b1800 'org/openjdk/nashorn/internal/scripts/ModuleGraphManipulator' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b1000 'org/openjdk/nashorn/internal/scripts/Script$Recompilation$5$6507$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b8e00 'org/openjdk/nashorn/internal/scripts/Script$4$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b8c00 'org/openjdk/nashorn/internal/scripts/ModuleGraphManipulator' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b5c00 'org/openjdk/nashorn/internal/scripts/Script$Recompilation$3$742$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b5a00 'org/openjdk/nashorn/internal/scripts/Script$2$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6815b5800 'org/openjdk/nashorn/internal/scripts/ModuleGraphManipulator' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d681648400 'org/openjdk/nashorn/internal/scripts/Script$Recompilation$1$6626$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d681648200 'org/openjdk/nashorn/internal/scripts/Script$\^eval\_' +Event: 36.773 Thread 0x000001d6c42c3e90 Unloading class 0x000001d681648000 'org/openjdk/nashorn/internal/scripts/ModuleGraphManipulator' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826be400 'java/lang/invoke/LambdaForm$MH+0x000001d6826be400' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826be000 'java/lang/invoke/LambdaForm$MH+0x000001d6826be000' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826bdc00 'java/lang/invoke/LambdaForm$MH+0x000001d6826bdc00' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826bcc00 'java/lang/invoke/LambdaForm$MH+0x000001d6826bcc00' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826bd000 'java/lang/invoke/LambdaForm$MH+0x000001d6826bd000' +Event: 105.783 Thread 0x000001d6c42c3e90 Unloading class 0x000001d6826bd400 'java/lang/invoke/LambdaForm$MH+0x000001d6826bd400' + +Classes redefined (0 events): +No events + +Internal exceptions (20 events): +Event: 156.968 Thread 0x000001d954bc64a0 Exception (0x000004031996eea0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.968 Thread 0x000001d954bc64a0 Exception (0x0000040319972aa0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.968 Thread 0x000001d954bc64a0 Exception (0x00000403199766d8) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.969 Thread 0x000001d954bc64a0 Exception (0x0000040319980440) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.970 Thread 0x000001d954bc64a0 Exception (0x00000403199833f0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.970 Thread 0x000001d954bc64a0 Exception (0x0000040319986358) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.970 Thread 0x000001d954bc64a0 Exception (0x000004031998bee0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.970 Thread 0x000001d954bc64a0 Exception (0x000004031998eec0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.971 Thread 0x000001d954bc64a0 Exception (0x0000040319994a88) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.971 Thread 0x000001d954bc64a0 Exception (0x00000403199999f8) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.972 Thread 0x000001d954bc64a0 Exception (0x00000403199a2868) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.972 Thread 0x000001d954bc64a0 Exception (0x00000403199a6490) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.973 Thread 0x000001d954bc64a0 Exception (0x00000403199abb58) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.974 Thread 0x000001d954bc64a0 Exception (0x00000403199d62d0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.974 Thread 0x000001d954bc64a0 Exception (0x00000403199ddd68) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.975 Thread 0x000001d954bc64a0 Exception (0x00000403199e4bd8) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.975 Thread 0x000001d954bc64a0 Exception (0x00000403199e8820) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.975 Thread 0x000001d954bc64a0 Exception (0x00000403199eefe8) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.975 Thread 0x000001d954bc64a0 Exception (0x00000403199f1f58) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] +Event: 156.975 Thread 0x000001d954bc64a0 Exception (0x00000403199fc6d0) +thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520] + +ZGC Phase Switch (0 events): +No events + +VM Operations (20 events): +Event: 152.154 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 152.176 Executing VM operation: HandshakeAllThreads (Deoptimize) done +Event: 152.528 Executing VM operation: ICBufferFull +Event: 152.539 Executing VM operation: ICBufferFull done +Event: 153.380 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 153.384 Executing VM operation: HandshakeAllThreads (Deoptimize) done +Event: 153.411 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 153.422 Executing VM operation: HandshakeAllThreads (Deoptimize) done +Event: 153.679 Executing VM operation: ICBufferFull +Event: 153.706 Executing VM operation: ICBufferFull done +Event: 154.220 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 154.234 Executing VM operation: HandshakeAllThreads (Deoptimize) done +Event: 155.235 Executing VM operation: Cleanup +Event: 155.244 Executing VM operation: Cleanup done +Event: 155.726 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 155.735 Executing VM operation: HandshakeAllThreads (Deoptimize) done +Event: 156.752 Executing VM operation: Cleanup +Event: 156.755 Executing VM operation: Cleanup done +Event: 156.882 Executing VM operation: HandshakeAllThreads (Deoptimize) +Event: 156.885 Executing VM operation: HandshakeAllThreads (Deoptimize) done + +Events (20 events): +Event: 143.936 Thread 0x000001d9543e4b80 Thread added: 0x000001d9543e4b80 +Event: 144.071 Thread 0x000001d9543e3e60 Thread added: 0x000001d9543e3e60 +Event: 144.690 Thread 0x000001d95d241ad0 Thread added: 0x000001d95d241ad0 +Event: 145.442 Thread 0x000001d954bc5e10 Thread added: 0x000001d954bc5e10 +Event: 145.578 Thread 0x000001d954bc50f0 Thread added: 0x000001d954bc50f0 +Event: 150.709 Thread 0x000001d954bc71c0 Thread added: 0x000001d954bc71c0 +Event: 150.713 Thread 0x000001d954bc36b0 Thread added: 0x000001d954bc36b0 +Event: 150.717 Thread 0x000001d954bc2990 Thread added: 0x000001d954bc2990 +Event: 150.719 Thread 0x000001d954bc1c70 Thread added: 0x000001d954bc1c70 +Event: 150.720 Thread 0x000001d954bc64a0 Thread added: 0x000001d954bc64a0 +Event: 150.720 Thread 0x000001d954bc5780 Thread added: 0x000001d954bc5780 +Event: 150.720 Thread 0x000001d954bc6b30 Thread added: 0x000001d954bc6b30 +Event: 150.721 Thread 0x000001d954bc7850 Thread added: 0x000001d954bc7850 +Event: 150.722 Thread 0x000001d954bc2300 Thread added: 0x000001d954bc2300 +Event: 150.791 Thread 0x000001d954bc3020 Thread added: 0x000001d954bc3020 +Event: 150.792 Thread 0x000001d954bc3020 Thread exited: 0x000001d954bc3020 +Event: 151.215 Thread 0x000001d954bc7ee0 Thread added: 0x000001d954bc7ee0 +Event: 151.216 Thread 0x000001d954bc7ee0 Thread exited: 0x000001d954bc7ee0 +Event: 156.419 Thread 0x000001d93b864960 Thread exited: 0x000001d93b864960 +Event: 156.939 Thread 0x000001d93b86a540 Thread exited: 0x000001d93b86a540 + + +Dynamic libraries: +0x00007ff6c2630000 - 0x00007ff6c2640000 C:\Program Files\Java\jdk-21\bin\javaw.exe +0x00007ffeb0690000 - 0x00007ffeb08a7000 C:\Windows\SYSTEM32\ntdll.dll +0x00007ffeaf5d0000 - 0x00007ffeaf694000 C:\Windows\System32\KERNEL32.DLL +0x00007ffeaddf0000 - 0x00007ffeae196000 C:\Windows\System32\KERNELBASE.dll +0x00007ffeae1a0000 - 0x00007ffeae2b1000 C:\Windows\System32\ucrtbase.dll +0x00007ffe7cfa0000 - 0x00007ffe7cfbb000 C:\Program Files\Java\jdk-21\bin\VCRUNTIME140.dll +0x00007ffe7eb50000 - 0x00007ffe7eb69000 C:\Program Files\Java\jdk-21\bin\jli.dll +0x00007ffeaf3e0000 - 0x00007ffeaf493000 C:\Windows\System32\ADVAPI32.dll +0x00007ffeaf520000 - 0x00007ffeaf5c7000 C:\Windows\System32\msvcrt.dll +0x00007ffeaeeb0000 - 0x00007ffeaef58000 C:\Windows\System32\sechost.dll +0x00007ffeadc90000 - 0x00007ffeadcb8000 C:\Windows\System32\bcrypt.dll +0x00007ffeae830000 - 0x00007ffeae947000 C:\Windows\System32\RPCRT4.dll +0x00007ffeaed00000 - 0x00007ffeaeeae000 C:\Windows\System32\USER32.dll +0x00007ffe9cd80000 - 0x00007ffe9d013000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100\COMCTL32.dll +0x00007ffeadbc0000 - 0x00007ffeadbe6000 C:\Windows\System32\win32u.dll +0x00007ffeb05e0000 - 0x00007ffeb0609000 C:\Windows\System32\GDI32.dll +0x00007ffeae2c0000 - 0x00007ffeae3d8000 C:\Windows\System32\gdi32full.dll +0x00007ffeadbf0000 - 0x00007ffeadc8a000 C:\Windows\System32\msvcp_win.dll +0x00007ffea3a50000 - 0x00007ffea3a5a000 C:\Windows\SYSTEM32\VERSION.dll +0x00007ffeb0610000 - 0x00007ffeb0641000 C:\Windows\System32\IMM32.DLL +0x00007ffea74a0000 - 0x00007ffea74ac000 C:\Program Files\Java\jdk-21\bin\vcruntime140_1.dll +0x00007ffe4ac00000 - 0x00007ffe4ac8e000 C:\Program Files\Java\jdk-21\bin\msvcp140.dll +0x00007ffd3c7b0000 - 0x00007ffd3d4c3000 C:\Program Files\Java\jdk-21\bin\server\jvm.dll +0x00007ffeb03c0000 - 0x00007ffeb0431000 C:\Windows\System32\WS2_32.dll +0x00007ffeac820000 - 0x00007ffeac86d000 C:\Windows\SYSTEM32\POWRPROF.dll +0x00007ffe9dba0000 - 0x00007ffe9dbd4000 C:\Windows\SYSTEM32\WINMM.dll +0x00007ffeac800000 - 0x00007ffeac813000 C:\Windows\SYSTEM32\UMPDC.dll +0x00007ffeacac0000 - 0x00007ffeacad8000 C:\Windows\SYSTEM32\kernel.appcore.dll +0x00007ffea0240000 - 0x00007ffea024a000 C:\Program Files\Java\jdk-21\bin\jimage.dll +0x00007ffea87e0000 - 0x00007ffea8a13000 C:\Windows\SYSTEM32\DBGHELP.DLL +0x00007ffeae950000 - 0x00007ffeaecd9000 C:\Windows\System32\combase.dll +0x00007ffeaf860000 - 0x00007ffeaf937000 C:\Windows\System32\OLEAUT32.dll +0x00007ffe9ec30000 - 0x00007ffe9ec62000 C:\Windows\SYSTEM32\dbgcore.DLL +0x00007ffeadb40000 - 0x00007ffeadbba000 C:\Windows\System32\bcryptPrimitives.dll +0x00007ffe77b40000 - 0x00007ffe77b5f000 C:\Program Files\Java\jdk-21\bin\java.dll +0x00007ffeaf9d0000 - 0x00007ffeb022b000 C:\Windows\System32\SHELL32.dll +0x00007ffeab460000 - 0x00007ffeabd56000 C:\Windows\SYSTEM32\windows.storage.dll +0x00007ffeab320000 - 0x00007ffeab45e000 C:\Windows\SYSTEM32\wintypes.dll +0x00007ffeb0230000 - 0x00007ffeb0323000 C:\Windows\System32\SHCORE.dll +0x00007ffeb0330000 - 0x00007ffeb038e000 C:\Windows\System32\shlwapi.dll +0x00007ffead900000 - 0x00007ffead926000 C:\Windows\SYSTEM32\profapi.dll +0x00007ffe2a390000 - 0x00007ffe2a467000 C:\Program Files\Java\jdk-21\bin\jsvml.dll +0x00007ffe9f940000 - 0x00007ffe9f950000 C:\Program Files\Java\jdk-21\bin\net.dll +0x00007ffea6f40000 - 0x00007ffea7077000 C:\Windows\SYSTEM32\WINHTTP.dll +0x00007ffeacf30000 - 0x00007ffeacf99000 C:\Windows\system32\mswsock.dll +0x00007ffe77730000 - 0x00007ffe77746000 C:\Program Files\Java\jdk-21\bin\nio.dll +0x00007ffe769e0000 - 0x00007ffe769f8000 C:\Program Files\Java\jdk-21\bin\zip.dll +0x00007ffe9f880000 - 0x00007ffe9f890000 C:\Program Files\Java\jdk-21\bin\verify.dll +0x00007ffe9f6c0000 - 0x00007ffe9f6ca000 C:\Program Files\Java\jdk-21\bin\management.dll +0x00007ffe9f250000 - 0x00007ffe9f25b000 C:\Program Files\Java\jdk-21\bin\management_ext.dll +0x00007ffeae500000 - 0x00007ffeae508000 C:\Windows\System32\PSAPI.DLL +0x00007ffe9ecf0000 - 0x00007ffe9ed07000 C:\Windows\system32\napinsp.dll +0x00007ffe9ecd0000 - 0x00007ffe9eceb000 C:\Windows\system32\pnrpnsp.dll +0x00007ffeac0a0000 - 0x00007ffeac199000 C:\Windows\SYSTEM32\DNSAPI.dll +0x00007ffeac070000 - 0x00007ffeac09d000 C:\Windows\SYSTEM32\IPHLPAPI.DLL +0x00007ffeaf6a0000 - 0x00007ffeaf6a9000 C:\Windows\System32\NSI.dll +0x00007ffe9ecb0000 - 0x00007ffe9ecc1000 C:\Windows\System32\winrnr.dll +0x00007ffe9ed10000 - 0x00007ffe9ed25000 C:\Windows\system32\wshbth.dll +0x00007ffe9ed30000 - 0x00007ffe9ed51000 C:\Windows\system32\nlansp_c.dll +0x00007ffea5ca0000 - 0x00007ffea5d23000 C:\Windows\System32\fwpuclnt.dll +0x00007ffea3f50000 - 0x00007ffea3f5a000 C:\Windows\System32\rasadhlp.dll +0x00007ffe318f0000 - 0x00007ffe3196b000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl.dll +0x00007ffe2d440000 - 0x00007ffe2d4c2000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\glfw.dll +0x00007ffe50e70000 - 0x00007ffe50eb6000 C:\Windows\SYSTEM32\dinput8.dll +0x00007ffea0110000 - 0x00007ffea0121000 C:\Windows\SYSTEM32\xinput1_4.dll +0x00007ffead6c0000 - 0x00007ffead70e000 C:\Windows\SYSTEM32\cfgmgr32.dll +0x00007ffead690000 - 0x00007ffead6bc000 C:\Windows\SYSTEM32\DEVOBJ.dll +0x00007ffeaabd0000 - 0x00007ffeaabfb000 C:\Windows\SYSTEM32\dwmapi.dll +0x00007ffe9e850000 - 0x00007ffe9ea5a000 C:\Windows\SYSTEM32\inputhost.dll +0x00007ffeaa360000 - 0x00007ffeaa494000 C:\Windows\SYSTEM32\CoreMessaging.dll +0x00007ffeaa970000 - 0x00007ffeaaa1b000 C:\Windows\system32\uxtheme.dll +0x00007ffead260000 - 0x00007ffead26c000 C:\Windows\SYSTEM32\CRYPTBASE.DLL +0x00007ffeaf6b0000 - 0x00007ffeaf801000 C:\Windows\System32\MSCTF.dll +0x00007ffe454a0000 - 0x00007ffe455a0000 C:\Windows\SYSTEM32\opengl32.dll +0x00007ffe45470000 - 0x00007ffe4549d000 C:\Windows\SYSTEM32\GLU32.dll +0x00007ffeaaa80000 - 0x00007ffeaaab9000 C:\Windows\SYSTEM32\dxcore.dll +0x00007ffeae3e0000 - 0x00007ffeae490000 C:\Windows\System32\clbcatq.dll +0x00007ffdc2b30000 - 0x00007ffdc57e2000 C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67995ceab8993b08\nvoglv64.dll +0x00007ffeaef60000 - 0x00007ffeaf3d4000 C:\Windows\System32\SETUPAPI.dll +0x00007ffeb0440000 - 0x00007ffeb05e0000 C:\Windows\System32\ole32.dll +0x00007ffeac870000 - 0x00007ffeac884000 C:\Windows\SYSTEM32\WTSAPI32.dll +0x00007ffead2d0000 - 0x00007ffead2e2000 C:\Windows\SYSTEM32\msasn1.dll +0x00007ffea39e0000 - 0x00007ffea3a12000 C:\Windows\SYSTEM32\cryptnet.dll +0x00007ffead9d0000 - 0x00007ffeadb36000 C:\Windows\System32\CRYPT32.dll +0x00007ffeaa910000 - 0x00007ffeaa931000 C:\Program Files\Common Files\Crypto Pro\AppCompat\cpcrypt.dll +0x00007ffead1b0000 - 0x00007ffead1fb000 C:\Windows\SYSTEM32\wldp.dll +0x00007ffea32e0000 - 0x00007ffea3438000 C:\Windows\SYSTEM32\drvstore.dll +0x00007ffeadd80000 - 0x00007ffeaddeb000 C:\Windows\System32\WINTRUST.dll +0x00007ffeacae0000 - 0x00007ffeacb14000 C:\Windows\SYSTEM32\ntmarta.dll +0x00007ffeaece0000 - 0x00007ffeaecff000 C:\Windows\System32\imagehlp.dll +0x00007ffead280000 - 0x00007ffead29b000 C:\Windows\SYSTEM32\CRYPTSP.dll +0x00007ffea7ae0000 - 0x00007ffea7af7000 C:\Program Files\Common Files\Crypto Pro\AppCompat\cpadvai.dll +0x00007ffeac630000 - 0x00007ffeac638000 C:\Program Files\Crypto Pro\CSP\cpcsp.dll +0x00007ffeac410000 - 0x00007ffeac626000 C:\Program Files\Crypto Pro\CSP\cpcspi.dll +0x00007ffeac370000 - 0x00007ffeac40b000 C:\Program Files\Crypto Pro\CSP\cpsuprt.dll +0x00007ffe91310000 - 0x00007ffe96267000 C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67995ceab8993b08\nvgpucomp64.dll +0x00007ffe4bd50000 - 0x00007ffe4be97000 C:\Windows\system32\nvspcap64.dll +0x00007ffeabfc0000 - 0x00007ffeac026000 C:\Windows\SYSTEM32\WINSTA.dll +0x00007ffdae500000 - 0x00007ffdae770000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\jemalloc.dll +0x00007ffe2c570000 - 0x00007ffe2c5f2000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl_stb.dll +0x00007ffea3d90000 - 0x00007ffea3e4c000 C:\Windows\SYSTEM32\mscms.dll +0x00007ffe6d360000 - 0x00007ffe6d3a9000 C:\Windows\SYSTEM32\icm32.dll +0x00007ffea0ad0000 - 0x00007ffea0c1a000 C:\Windows\SYSTEM32\textinputframework.dll +0x00007ffea6bd0000 - 0x00007ffea6f3c000 C:\Windows\SYSTEM32\CoreUIComponents.dll +0x00007ffe57740000 - 0x00007ffe5779e000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\lwjgl_opengl.dll +0x00007ffe98820000 - 0x00007ffe98870000 C:\Windows\SYSTEM32\pdh.dll +0x00007ffeaca20000 - 0x00007ffeaca55000 C:\Windows\system32\rsaenh.dll +0x00007ffeacfd0000 - 0x00007ffeacffc000 C:\Windows\SYSTEM32\USERENV.dll +0x00007ffe562f0000 - 0x00007ffe56335000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\jna14724686192902094308.dll +0x00007ffe7dad0000 - 0x00007ffe7daed000 C:\Windows\SYSTEM32\amsi.dll +0x00007ffe7d9e0000 - 0x00007ffe7da82000 C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.26030.3011-0\MpOav.dll +0x00007ffea2140000 - 0x00007ffea2151000 C:\Windows\System32\perfproc.dll +0x00007ffea2130000 - 0x00007ffea2140000 C:\Windows\System32\perfos.dll +0x00007ffeaaa50000 - 0x00007ffeaaa60000 C:\Windows\SYSTEM32\pfclient.dll +0x00007ffe3b240000 - 0x00007ffe3b3cf000 C:\Program Files\Java\jdk-21\bin\awt.dll +0x00007ffeaa780000 - 0x00007ffeaa817000 C:\Windows\SYSTEM32\apphelp.dll +0x00007ffe9aee0000 - 0x00007ffe9aeee000 C:\Program Files\Java\jdk-21\bin\sunmscapi.dll +0x00007ffead390000 - 0x00007ffead3be000 C:\Windows\SYSTEM32\ncrypt.dll +0x00007ffead350000 - 0x00007ffead387000 C:\Windows\SYSTEM32\NTASN1.dll +0x00007ffe9aed0000 - 0x00007ffe9aed7000 C:\Program Files\Java\jdk-21\bin\extnet.dll +0x00007ffd506c0000 - 0x00007ffd50f91000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\libSuperResolution+win64.dll +0x00007ffde4210000 - 0x00007ffde43d7000 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives\OpenAL.dll +0x00007ffea2d90000 - 0x00007ffea2e2d000 C:\Windows\System32\MMDevApi.dll +0x00007ffdfd000000 - 0x00007ffdfd17a000 C:\Windows\System32\Speech\Common\sapi.dll + +dbghelp: loaded successfully - version: 4.0.5 - missing functions: none +symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-21\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100;C:\Program Files\Java\jdk-21\bin\server;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives;C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67995ceab8993b08;C:\Program Files\Common Files\Crypto Pro\AppCompat;C:\Program Files\Crypto Pro\CSP;C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.26030.3011-0;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined;C:\Windows\System32\Speech\Common + +VM Arguments: +jvm_args: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Djna.tmpdir=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dio.netty.native.workdir=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\natives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -Djava.net.preferIPv6Addresses=system -DignoreList=client-extra,Reimagined.jar -DlibraryDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries --module-path=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.8/asm-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx13384M -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined -DlibraryDirectory=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries -Dcountry=RU -Dlog4j.configurationFile=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -DLibLoader.modsFolder=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods +java_command: cpw.mods.bootstraplauncher.BootstrapLauncher --username mrleo1nid --version Reimagined --gameDir C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined --assetsDir C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets --assetIndex 17 --uuid bdd69dc782734e8dac915c56d5f6fce4 --accessToken null --clientId null --xuid null --userType mojang --versionType modified --width 925 --height 530 --fml.neoForgeVersion 21.1.228 --fml.fmlVersion 4.0.42 --fml.mcVersion 1.21.1 --fml.neoFormVersion 20240808.144430 --launchTarget forgeclient +java_class_path (initial): C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\fancymodloader\earlydisplay\4.0.42\earlydisplay-4.0.42.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\fancymodloader\loader\4.0.42\loader-4.0.42.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\accesstransformers\at-modlauncher\10.0.1\at-modlauncher-10.0.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\accesstransformers\10.0.1\accesstransformers-10.0.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\bus\8.0.5\bus-8.0.5.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\coremods\7.0.3\coremods-7.0.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\11.0.5\modlauncher-11.0.5.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\mergetool\2.0.0\mergetool-2.0.0-api.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.8.3\toml-3.8.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.8.3\core-3.8.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\JarJarSelector\0.4.1\JarJarSelector-0.4.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\JarJarMetadata\0.4.1\JarJarMetadata-0.4.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.6.3\typetools-0.6.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.3.0\terminalconsoleappender-1.3.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\fabricmc\sponge-mixin\0.15.2+mixin.0.8.7\sponge-mixin-0.15.2+mixin.0.8.7.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.4\nashorn-core-15.4.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.14.0\commons-lang3-3.14.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\2.0.2\bootstraplauncher-2.0.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\3.0.8\securejarhandler-3.0.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.8\asm-commons-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.8\asm-util-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.8\asm-analysis-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.8\asm-tree-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.8\asm-9.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\JarJarFileSystems\0.4.1\JarJarFileSystems-0.4.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\2.0.9\slf4j-api-2.0.9.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.13.1\antlr4-runtime-4.13.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.2.7\logging-1.2.7.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j2-impl\2.22.1\log4j-slf4j2-impl-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.22.1\log4j-core-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.22.1\log4j-api-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.20.0\jline-reader-3.20.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.20.0\jline-terminal-3.20.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.15.1\commons-io-2.15.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.15\srgutils-0.4.15.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\32.1.2-jre\guava-32.1.2-jre.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\mrleo1nid\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\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\checkerframework\checker-qual\3.33.0\checker-qual-3.33.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\errorprone\error_prone_annotations\2.18.0\error_prone_annotations-2.18.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\j2objc\j2objc-annotations\2.8\j2objc-annotations-2.8.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.10.1\gson-2.10.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\codehaus\plexus\plexus-utils\3.3.0\plexus-utils-3.3.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\machinezoo\noexception\noexception\1.7.1\noexception-1.7.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\6.4.10\oshi-core-6.4.10.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\73.2\icu4j-73.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\6.0.54.2\authlib-6.0.54.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.3.10\brigadier-1.3.10.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\8.0.16\datafixerupper-8.0.16.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\2.2.101\patchy-2.2.101.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.17.9\text2speech-1.17.9.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.16.0\commons-codec-1.16.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.97.Final\netty-buffer-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.97.Final\netty-codec-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.97.Final\netty-common-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.97.Final\netty-handler-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.97.Final\netty-resolver-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.97.Final\netty-transport-classes-epoll-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.97.Final\netty-transport-native-unix-common-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.97.Final\netty-transport-4.1.97.Final.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.12\fastutil-8.5.12.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.14.0\jna-platform-5.14.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.14.0\jna-5.14.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.26.0\commons-compress-1.26.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.16\httpcore-4.4.16.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\jcraft\jorbis\0.0.17\jorbis-0.0.17.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\joml\joml\1.10.5\joml-1.10.5.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-freetype\3.3.3\lwjgl-freetype-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-freetype\3.3.3\lwjgl-freetype-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-freetype\3.3.3\lwjgl-freetype-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-freetype\3.3.3\lwjgl-freetype-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.3\lwjgl-glfw-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.3\lwjgl-glfw-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.3\lwjgl-glfw-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.3\lwjgl-glfw-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.3\lwjgl-jemalloc-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.3\lwjgl-jemalloc-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.3\lwjgl-jemalloc-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.3\lwjgl-jemalloc-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.3\lwjgl-openal-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.3\lwjgl-openal-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.3\lwjgl-openal-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.3\lwjgl-openal-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.3\lwjgl-opengl-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.3\lwjgl-opengl-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.3\lwjgl-opengl-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.3\lwjgl-opengl-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.3\lwjgl-stb-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.3\lwjgl-stb-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.3\lwjgl-stb-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.3\lwjgl-stb-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.3\lwjgl-tinyfd-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.3\lwjgl-tinyfd-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.3\lwjgl-tinyfd-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.3\lwjgl-tinyfd-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.3\lwjgl-3.3.3.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.3\lwjgl-3.3.3-natives-windows.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.3\lwjgl-3.3.3-natives-windows-arm64.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.3\lwjgl-3.3.3-natives-windows-x86.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\lz4\lz4-java\1.8.0\lz4-java-1.8.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\Reimagined.jar +Launcher Type: SUN_STANDARD + +[Global flags] + intx CICompilerCount = 4 {product} {ergonomic} + size_t G1HeapRegionSize = 33554432 {product} {command line} + uintx G1NewSizePercent = 20 {experimental} {command line} + uintx G1ReservePercent = 20 {product} {command line} + ccstr HeapDumpPath = MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump {manageable} {command line} + size_t InitialHeapSize = 536870912 {product} {ergonomic} + uintx MaxGCPauseMillis = 50 {product} {command line} + size_t MaxHeapSize = 14034141184 {product} {command line} + size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic} + size_t MinHeapSize = 8388608 {product} {ergonomic} + uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic} + uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} + uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} + uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} + bool SegmentedCodeCache = true {product} {ergonomic} + size_t SoftMaxHeapSize = 14034141184 {manageable} {ergonomic} + intx ThreadStackSize = 1024 {pd product} {command line} + bool UnlockExperimentalVMOptions = true {experimental} {command line} + bool UseCompressedOops = false {product lp64_product} {ergonomic} + bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic} + bool UseZGC = true {product} {command line} + +Logging: +Log output configuration: + #0: stdout all=warning uptime,level,tags foldmultilines=false + #1: stderr all=off uptime,level,tags foldmultilines=false + +Environment Variables: +PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\libnvvp;C:\Python312\Scripts\;C:\Python312\;C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin;c:\Users\mrleo1nid\AppData\Local\Programs\cursor\resources\app\bin;c:\Users\mrleo1nid\AppData\Local\Programs\cursor\resources\app\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Program Files\PuTTY\;C:\Program Files\WireGuard\;C:\ProgramData\chocolatey\bin;C:\Program Files\Go\bin;C:\Program Files\PowerShell\7\;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.1.0\;C:\Program Files\Microsoft SQL Server\170\Tools\Binn\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\GitExtensions\;C:\Program Files\Git\cmd;C:\Program Files\Tailscale\;C:\Program Files\GitHub CLI\;\\?\C:\Users\mrleo1nid\AppData\Local\Programs\Jan\resources\bin;c:\Users\mrleo1nid\AppData\Local\Programs\cursor\resources\app\codeBin;C:\Users\mrleo1nid\AppData\Local\Programs\Python\Python311\Scripts\;C:\Users\mrleo1nid\AppData\Local\Programs\Python\Python311\;C:\Users\mrleo1nid\.local\bin;C:\Users\mrleo1nid\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\mrleo1nid\AppData\Local\Programs\Python\Python310\;C:\Users\mrleo1nid\AppData\Local\Microsoft\WindowsApps;C:\Users\mrleo1nid\.dotnet\tools;C:\Users\mrleo1nid\AppData\Local\GitHubDesktop\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\JetBrains\JetBrains Rider 2024.2.5\bin;C:\Users\mrleo1nid\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files (x86)\Rico Suter\NSwagStudio\;C:\ffmpeg\bin;C:\Program Files\OpenSSL-Win64\bin\openssl.exe;C:\Users\mrleo1nid\AppData\Local\Muse Hub\lib;C:\Program Files\Git\usr\bin;C:\Users\mrleo1nid\.lmstudio\bin;C:\Users\mrleo1nid\.dotnet\tools;C:\Users\mrleo1nid\AppData\Local\nvm;C:\nvm4w\nodejs;C:\;C:\Users\mrleo1nid\AppData\Local\Programs\cursor\resources\app\bin;C:\Users\mrleo1nid\.dotnet\tools;C:\Users\mrleo1nid\AppData\Local\Programs\Zed\bin;C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin +USERNAME=mrleo1nid +OS=Windows_NT +PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 33 Stepping 0, AuthenticAMD +TMP=C:\Users\MRLEO1~1\AppData\Local\Temp +TEMP=C:\Users\MRLEO1~1\AppData\Local\Temp + + + + +--------------- S Y S T E M --------------- + +OS: + Windows 11 , 64 bit Build 22621 (10.0.22621.3085) +OS uptime: 4 days 23:36 hours +Hyper-V role detected + +CPU: total 12 (initial active 12) (12 cores per cpu, 2 threads per core) family 25 model 33 stepping 0 microcode 0x0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4a, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, rdpid, fsrm, f16c, cet_ss +Processor Information for all 12 processors : + Max Mhz: 3701, Current Mhz: 3701, Mhz Limit: 3701 + +Memory: 4k page, system-wide physical 32694M (25M free) +TotalPageFile size 65462M (AvailPageFile size 1M) +current process WorkingSet (physical memory assigned to process): 1512M, peak: 12817M +current process commit charge ("private bytes"): 1822M, peak: 1827M + +vm_info: Java HotSpot(TM) 64-Bit Server VM (21+35-LTS-2513) for windows-amd64 JRE (21+35-LTS-2513), built on 2023-08-09T20:25:10Z by "mach5one" with MS VC++ 17.1 (VS2022) + +END. diff --git a/iris.properties b/iris.properties new file mode 100644 index 0000000..a0c51f1 --- /dev/null +++ b/iris.properties @@ -0,0 +1,9 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Thu Apr 30 01:55:39 MDT 2026 +allowUnknownShaders=false +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +enableShaders=true +maxShadowRenderDistance=4 +shaderPack=Reimagined - High diff --git a/libSuperResolution+win64.dll b/libSuperResolution+win64.dll new file mode 100644 index 0000000..65ac021 Binary files /dev/null and b/libSuperResolution+win64.dll differ diff --git a/local/certain_questing_additions/client-config.snbt b/local/certain_questing_additions/client-config.snbt new file mode 100644 index 0000000..a331308 --- /dev/null +++ b/local/certain_questing_additions/client-config.snbt @@ -0,0 +1,30 @@ +{ + animations: { + # Default: true + panel_animation: true + + # Default: true + panel_button_hover: true + + # Default: true + quest_hover: true + + # Default: true + smooth_scrolling: true + } + appearance: { + # Default: 40 + # Range: 0 ~ 255 + button_hover_glow_alpha: 40 + + # Default: 100 + # Range: 0 ~ 255 + quest_hover_glow_alpha: 100 + + # Default: false + shader_background: false + + # Default: true + smooth_animations: true + } +} diff --git a/local/crash_assistant/226480_1778180766070.info b/local/crash_assistant/226480_1778180766070.info new file mode 100644 index 0000000..eeceef8 --- /dev/null +++ b/local/crash_assistant/226480_1778180766070.info @@ -0,0 +1 @@ +202800 : 1778180777815 \ No newline at end of file diff --git a/local/crash_assistant/226480_1778180766070_app.jar b/local/crash_assistant/226480_1778180766070_app.jar new file mode 100644 index 0000000..bcf760d Binary files /dev/null and b/local/crash_assistant/226480_1778180766070_app.jar differ diff --git a/local/crash_assistant/226480_1778180766070_args.info b/local/crash_assistant/226480_1778180766070_args.info new file mode 100644 index 0000000..1abc29f --- /dev/null +++ b/local/crash_assistant/226480_1778180766070_args.info @@ -0,0 +1,38 @@ +-jarPath +local\crash_assistant\226480_1778180766070_app.jar +-parentPID +226480 +-parentStarted +1778180766070 +-platform +NEOFORGE +-loaderJarName +neoforge-21.1.228 +-minecraftVersion +1.21.1 +-childProcessesPIDs +VU5ERUZJTkVE +-minecraftStartCommand +LS11c2VybmFtZSwgbXJsZW8xbmlkLCAtLXZlcnNpb24sIFJlaW1hZ2luZWQsIC0tZ2FtZURpciwgQzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWQsIC0tYXNzZXRzRGlyLCBDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcYXNzZXRzLCAtLWFzc2V0SW5kZXgsIDE3LCAtLXV1aWQsIGJkZDY5ZGM3ODI3MzRlOGRhYzkxNWM1NmQ1ZjZmY2U0LCAtLWFjY2Vzc1Rva2VuLCA/Pz8/Pz8/PywgLS1jbGllbnRJZCwgbnVsbCwgLS14dWlkLCA/Pz8/Pz8/PywgLS11c2VyVHlwZSwgbW9qYW5nLCAtLXZlcnNpb25UeXBlLCBtb2RpZmllZCwgLS13aWR0aCwgOTI1LCAtLWhlaWdodCwgNTMwLCAtLWZtbC5uZW9Gb3JnZVZlcnNpb24sIDIxLjEuMjI4LCAtLWZtbC5mbWxWZXJzaW9uLCA0LjAuNDIsIC0tZm1sLm1jVmVyc2lvbiwgMS4yMS4xLCAtLWZtbC5uZW9Gb3JtVmVyc2lvbiwgMjAyNDA4MDguMTQ0NDMwLCAtLWxhdW5jaFRhcmdldCwgZm9yZ2VjbGllbnQ= +-minecraftJvmArgs +LURvcy5uYW1lPVdpbmRvd3MgMTAsIC1Eb3MudmVyc2lvbj0xMC4wLCAtWFg6SGVhcER1bXBQYXRoPU1vamFuZ1RyaWNrc0ludGVsRHJpdmVyc0ZvclBlcmZvcm1hbmNlX2phdmF3LmV4ZV9taW5lY3JhZnQuZXhlLmhlYXBkdW1wLCAtWHNzMU0sIC1EamF2YS5saWJyYXJ5LnBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbmF0aXZlcywgLURqbmEudG1wZGlyPUM6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFx2ZXJzaW9uc1xSZWltYWdpbmVkXG5hdGl2ZXMsIC1Eb3JnLmx3amdsLnN5c3RlbS5TaGFyZWRMaWJyYXJ5RXh0cmFjdFBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbmF0aXZlcywgLURpby5uZXR0eS5uYXRpdmUud29ya2Rpcj1DOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcdmVyc2lvbnNcUmVpbWFnaW5lZFxuYXRpdmVzLCAtRG1pbmVjcmFmdC5sYXVuY2hlci5icmFuZD1taW5lY3JhZnQtbGF1bmNoZXIsIC1EbWluZWNyYWZ0LmxhdW5jaGVyLnZlcnNpb249Mi4zLjE3MywgLURqYXZhLm5ldC5wcmVmZXJJUHY2QWRkcmVzc2VzPXN5c3RlbSwgLURpZ25vcmVMaXN0PWNsaWVudC1leHRyYSxSZWltYWdpbmVkLmphciwgLURsaWJyYXJ5RGlyZWN0b3J5PUM6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFxsaWJyYXJpZXMsIC0tbW9kdWxlLXBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9jcHcvbW9kcy9ib290c3RyYXBsYXVuY2hlci8yLjAuMi9ib290c3RyYXBsYXVuY2hlci0yLjAuMi5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9jcHcvbW9kcy9zZWN1cmVqYXJoYW5kbGVyLzMuMC44L3NlY3VyZWphcmhhbmRsZXItMy4wLjguamFyO0M6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFxsaWJyYXJpZXMvb3JnL293Mi9hc20vYXNtLWNvbW1vbnMvOS44L2FzbS1jb21tb25zLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9vcmcvb3cyL2FzbS9hc20tdXRpbC85LjgvYXNtLXV0aWwtOS44LmphcjtDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzL29yZy9vdzIvYXNtL2FzbS1hbmFseXNpcy85LjgvYXNtLWFuYWx5c2lzLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9vcmcvb3cyL2FzbS9hc20tdHJlZS85LjgvYXNtLXRyZWUtOS44LmphcjtDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzL29yZy9vdzIvYXNtL2FzbS85LjgvYXNtLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9uZXQvbmVvZm9yZ2VkL0phckphckZpbGVTeXN0ZW1zLzAuNC4xL0phckphckZpbGVTeXN0ZW1zLTAuNC4xLmphciwgLS1hZGQtbW9kdWxlcz1BTEwtTU9EVUxFLVBBVEgsIC0tYWRkLW9wZW5zPWphdmEuYmFzZS9qYXZhLnV0aWwuamFyPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLW9wZW5zPWphdmEuYmFzZS9qYXZhLmxhbmcuaW52b2tlPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLWV4cG9ydHM9amF2YS5iYXNlL3N1bi5zZWN1cml0eS51dGlsPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLWV4cG9ydHM9amRrLm5hbWluZy5kbnMvY29tLnN1bi5qbmRpLmRucz1qYXZhLm5hbWluZywgLVhteDEzMzg0TSwgLVhYOitVbmxvY2tFeHBlcmltZW50YWxWTU9wdGlvbnMsIC1YWDorVXNlWkdDLCAtWFg6RzFOZXdTaXplUGVyY2VudD0yMCwgLVhYOkcxUmVzZXJ2ZVBlcmNlbnQ9MjAsIC1YWDpNYXhHQ1BhdXNlTWlsbGlzPTUwLCAtWFg6RzFIZWFwUmVnaW9uU2l6ZT0zMk0sIC1EZm1sLmlnbm9yZUludmFsaWRNaW5lY3JhZnRDZXJ0aWZpY2F0ZXM9dHJ1ZSwgLURmbWwuaWdub3JlUGF0Y2hEaXNjcmVwYW5jaWVzPXRydWUsIC1EamF2YS5uZXQucHJlZmVySVB2NFN0YWNrPXRydWUsIC1EbWluZWNyYWZ0LmFwcGxldC5UYXJnZXREaXJlY3Rvcnk9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWQsIC1EbGlicmFyeURpcmVjdG9yeT1DOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzLCAtRGNvdW50cnk9UlUsIC1EbG9nNGouY29uZmlndXJhdGlvbkZpbGU9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGFzc2V0c1xsb2dfY29uZmlnc1xjbGllbnQtMS4xMi54bWwsIC1ETGliTG9hZGVyLm1vZHNGb2xkZXI9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbW9kcw== +-crashAssistantModJarName +CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar +-classPath +local\crash_assistant\226480_1778180766070_app.jar;local\crash_assistant\226480_1778180766070_mod.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.22.1\log4j-api-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.22.1\log4j-core-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.10.1\gson-2.10.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.15.1\commons-io-2.15.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.14.0\jna-5.14.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.14.0\jna-platform-5.14.0.jar +-minecraftXms +8m +-minecraftXmx +13.1g +-systemRAM +31.9g +-systemUsedRAMAtMinecraftLaunchMoment +28.6g +-systemSwapSpace +28.0g +-systemUsedSwapSpaceAtMinecraftLaunchMoment +2.7g +-processor +QU1EIFJ5emVuIDUgNTYwMFggNi1Db3JlIFByb2Nlc3NvciAgICAgICAgICAgICA= +-serialisedGPUs +VnVsa2FuIEdQVSBkZXRlY3Rpb24gYWRkb24gbm90IGZvdW5kLCBmYWxsaW5nIGJhY2sgdG8gRGlyZWN0WApTdWNjZXNzZnVsbHkgZGV0ZWN0ZWQgR1BVcyB1c2luZyBEaXJlY3RYOgpERURJQ0FURUQgOiBOVklESUEgR2VGb3JjZSBSVFggMzA2MAoNCg== diff --git a/local/crash_assistant/226480_1778180766070_gpu-detect-jni.dll b/local/crash_assistant/226480_1778180766070_gpu-detect-jni.dll new file mode 100644 index 0000000..e781ea9 Binary files /dev/null and b/local/crash_assistant/226480_1778180766070_gpu-detect-jni.dll differ diff --git a/local/crash_assistant/226480_1778180766070_mod.jar b/local/crash_assistant/226480_1778180766070_mod.jar new file mode 100644 index 0000000..743ee5f Binary files /dev/null and b/local/crash_assistant/226480_1778180766070_mod.jar differ diff --git a/local/crash_assistant/CONFIG_LOCK.tmp b/local/crash_assistant/CONFIG_LOCK.tmp new file mode 100644 index 0000000..e69de29 diff --git a/local/crash_assistant/gpu-detect-jni-README.MD b/local/crash_assistant/gpu-detect-jni-README.MD new file mode 100644 index 0000000..1212c36 --- /dev/null +++ b/local/crash_assistant/gpu-detect-jni-README.MD @@ -0,0 +1,14 @@ +# GPU Detect + +A lightweight utility for detecting and categorizing GPUs on Windows systems as either integrated or dedicated. + +## Overview + +This project was created to replace the Vulkan-based GPU detection logic used +in the [Crash Assistant](https://github.com/KostromDan/Crash-Assistant) project for showing a warning if Minecraft is +running on an integrated GPU while a dedicated GPU is available. This is a very common problem for Windows notebooks. +The original implementation was increasing the mod size by ~5 MB, and some modpack creators were not happy +about this. Therefore, this lightweight alternative was developed using DirectX APIs instead +(~20 KB in jar zip). + +Source code and full README.MD are available in https://github.com/KostromDan/gpu-detect \ No newline at end of file diff --git a/local/crash_assistant/local_config.json b/local/crash_assistant/local_config.json new file mode 100644 index 0000000..cab9770 --- /dev/null +++ b/local/crash_assistant/local_config.json @@ -0,0 +1,5 @@ +{ + "shown_reasons": { + "InsufficientMemory": true + } +} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..379d33c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar","modId":"ambientsounds","version":"6.3.4","mixinConfigs":["ambientsounds.mixins.json"],"jarJarMods":[],"curseForgeHash":1343723727,"modrinthHash":"26fefc1e78af65380572e42f603c5f26783f88e9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar.mod_data.json new file mode 100644 index 0000000..6dc9e3b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar","modId":"audioimprovements","version":"1.1","mixinConfigs":["audioimprovements.mixins.json"],"jarJarMods":[],"curseForgeHash":1993574522,"modrinthHash":"76a5c831e1bd1036e6fe21ed3342eec8ebc4416f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BOMD-NeoForge-1.21-1.3.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BOMD-NeoForge-1.21-1.3.2.jar.mod_data.json new file mode 100644 index 0000000..bf5b6f7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BOMD-NeoForge-1.21-1.3.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BOMD-NeoForge-1.21-1.3.2.jar","modId":"bosses_of_mass_destruction","version":"1.3.2","mixinConfigs":["bosses_of_mass_destruction-common.mixins.json","bosses_of_mass_destruction.mixins.json"],"jarJarMods":[],"curseForgeHash":1556978120,"modrinthHash":"e88b07125236065f278c36b3a7051548ee104944"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BadOptimizations-2.4.1-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BadOptimizations-2.4.1-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..451019c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BadOptimizations-2.4.1-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BadOptimizations-2.4.1-1.21.1.jar","modId":"badoptimizations","version":"2.4.1","mixinConfigs":["forge-badoptimizations.mixins.json","fabric-badoptimizations.mixins.json"],"jarJarMods":[],"curseForgeHash":3053351722,"modrinthHash":"1461d8e46391efd32a3085150e86094c9f6f5c9d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BagOfHolding-v21.1.2-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BagOfHolding-v21.1.2-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..0a09244 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BagOfHolding-v21.1.2-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BagOfHolding-v21.1.2-1.21.1-NeoForge.jar","modId":"bagofholding","version":"21.1.2","mixinConfigs":["bagofholding.common.mixins.json","bagofholding.neoforge.mixins.json"],"jarJarMods":[{"jarName":"iteminteractions-neoforge-21.1.4.jar","modId":"iteminteractions","version":"21.1.4","mixinConfigs":["iteminteractions.common.mixins.json","iteminteractions.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":3438859403,"modrinthHash":"142b87ad1259ea2040dee087384cf0c3a7a90ccc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BetterEnd-21.0.24.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BetterEnd-21.0.24.jar.mod_data.json new file mode 100644 index 0000000..e2f4027 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BetterEnd-21.0.24.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BetterEnd-21.0.24.jar","modId":"betterend","version":"21.0.24","mixinConfigs":["betterend.mixins.client.json","betterend.mixins.common.json"],"jarJarMods":[],"curseForgeHash":315888363,"modrinthHash":"a4344efa302c04ab11fa5313032836c662fb540c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BetterNether-21.0.19.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BetterNether-21.0.19.jar.mod_data.json new file mode 100644 index 0000000..4ee9b5a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BetterNether-21.0.19.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BetterNether-21.0.19.jar","modId":"betternether","version":"21.0.19","mixinConfigs":["betternether.mixins.common.json","betternether.mixins.client.json"],"jarJarMods":[],"curseForgeHash":1269269578,"modrinthHash":"c2832f94bbea4471cfda71c574321666e13ad606"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/BrewinAndChewin-neoforge-4.4.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/BrewinAndChewin-neoforge-4.4.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..c5f521a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/BrewinAndChewin-neoforge-4.4.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"BrewinAndChewin-neoforge-4.4.2+1.21.1.jar","modId":"brewinandchewin","version":"4.4.2","mixinConfigs":["brewinandchewin.neoforge.mixins.json","brewinandchewin.mixins.json"],"jarJarMods":[{"jarName":"greenhouseconfig-2.2.3+1.21.1-neoforge.jar","modId":"greenhouseconfig","version":"2.2.3+1.21.1","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"greenhouseconfig_toml-1.1.0.jar","modId":"greenhouseconfig_toml","version":"1.1.0","mixinConfigs":[],"jarJarMods":[{"jarName":"greenhouseconfig_night_config-1.1.0.jar","modId":"greenhouseconfig_night_config","version":"1.1.0","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":211714237,"modrinthHash":"c01b9e39b4c116c3ce4b1b66f87c1921997337a5"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/CerbonsAPI-NeoForge-1.21-1.3.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/CerbonsAPI-NeoForge-1.21-1.3.0.jar.mod_data.json new file mode 100644 index 0000000..2d6aaf5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/CerbonsAPI-NeoForge-1.21-1.3.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"CerbonsAPI-NeoForge-1.21-1.3.0.jar","modId":"cerbons_api","version":"1.3.0","mixinConfigs":["cerbons_api.mixins.json","cerbons_api-common.mixins.json"],"jarJarMods":[],"curseForgeHash":4001344475,"modrinthHash":"3f0d3eed4633d9ef3a713de4b39ee4e683aa9389"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar.mod_data.json new file mode 100644 index 0000000..cf82b6d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar","modId":"chatimpressiveanimation","version":"1.5.0+mc1.21.5","mixinConfigs":["chatimpressiveanimation.mixins.json"],"jarJarMods":[],"curseForgeHash":3330719031,"modrinthHash":"1a1e3a4d6aee9074b1e55d181e3ca975b0eb13f9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ClimateRivers-v21.1.3-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ClimateRivers-v21.1.3-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..d267b59 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ClimateRivers-v21.1.3-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ClimateRivers-v21.1.3-1.21.1-NeoForge.jar","modId":"climaterivers","version":"21.1.3","mixinConfigs":["climaterivers.neoforge.mixins.json","climaterivers.common.mixins.json"],"jarJarMods":[],"curseForgeHash":3472029348,"modrinthHash":"6df9f2ee359a46de5c0baa29b426c541e06f50bd"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..bc9eac3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar","modId":"configureddefaults","version":"21.1.3","mixinConfigs":["configureddefaults.neoforge.mixins.json","configureddefaults.common.mixins.json"],"jarJarMods":[],"curseForgeHash":2016907798,"modrinthHash":"64c6ae1cb0cb37b976bbd0afb2551beae61bcdaa"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Controlling-neoforge-1.21.1-19.0.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Controlling-neoforge-1.21.1-19.0.5.jar.mod_data.json new file mode 100644 index 0000000..b2a5e89 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Controlling-neoforge-1.21.1-19.0.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Controlling-neoforge-1.21.1-19.0.5.jar","modId":"controlling","version":"19.0.5","mixinConfigs":["controlling.mixins.json","controlling.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":1306717928,"modrinthHash":"8a34424fc1428778be2fdbfa4da67b21b70bcbfe"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..e15459d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar","modId":"convenienteffects","version":"21.1.3","mixinConfigs":["convenienteffects.common.mixins.json","convenienteffects.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":2125943756,"modrinthHash":"0541cd2f1f5c5dd3865bba9262d8c2c6e90d8d51"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar.mod_data.json new file mode 100644 index 0000000..26530e0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar","modId":"crash_assistant","version":"1.11.0","mixinConfigs":["crash_assistant.mixins.json","crash_assistant.neoforge.mixins.json"],"jarJarMods":[{"jarName":"app.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"crash_assistant-neoforge.jar","modId":"crash_assistant","version":"1.11.0","mixinConfigs":["crash_assistant.mixins.json","crash_assistant.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3563009100,"modrinthHash":"34aee29c7738861a61ff8fc4789ee490112364af"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/CreateDragonsPlus-1.10.0b.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/CreateDragonsPlus-1.10.0b.jar.mod_data.json new file mode 100644 index 0000000..8d4dc8d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/CreateDragonsPlus-1.10.0b.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"CreateDragonsPlus-1.10.0b.jar","modId":"create_dragons_plus","version":"1.10.0b","mixinConfigs":["create_dragons_plus.simulated.mixins.json","create_dragons_plus.mixins.json"],"jarJarMods":[{"jarName":"conditional-mixin-neoforge-0.6.4.jar","modId":"conditional_mixin","version":"0.6.4","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2901045699,"modrinthHash":"e50ae4f50173b12232b8dbd6b85568b4b657c0cf"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..9cb4e02 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar","modId":"creativecore","version":"2.13.35","mixinConfigs":["creativecore.mixins.json","creativecore.forge.mixins.json"],"jarJarMods":[],"curseForgeHash":3134667413,"modrinthHash":"3abdeae43ee5b743ffcf76a4f365dd4326452b90"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/CreeperOverhaul-neoforge-1.21.1-4.0.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/CreeperOverhaul-neoforge-1.21.1-4.0.6.jar.mod_data.json new file mode 100644 index 0000000..59a590e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/CreeperOverhaul-neoforge-1.21.1-4.0.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"CreeperOverhaul-neoforge-1.21.1-4.0.6.jar","modId":"creeperoverhaul","version":"4.0.6","mixinConfigs":["creeperoverhaul-common.mixins.json"],"jarJarMods":[{"jarName":"resourceful-cosmetics-4j-1.0.3.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":784066138,"modrinthHash":"5a07cc032df790e7d110ad3dedb7a76253ffd565"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar.mod_data.json new file mode 100644 index 0000000..c647a3c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar","modId":"decorative_blocks","version":"6.0.1","mixinConfigs":["decorative_blocks.mixins.json","decorative_blocks.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":4281122294,"modrinthHash":"5172e6d0d6550b2f40cf321a6761dcd893a23ed8"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Ding-1.21-NeoForge-1.5.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Ding-1.21-NeoForge-1.5.0.jar.mod_data.json new file mode 100644 index 0000000..85618e7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Ding-1.21-NeoForge-1.5.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Ding-1.21-NeoForge-1.5.0.jar","modId":"ding","version":"1.5.0","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":547792726,"modrinthHash":"67be6a0f10b3fcd98ead58770e00636eb677389a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-ancient-city-overhaul-v2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-ancient-city-overhaul-v2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..15cdf8d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-ancient-city-overhaul-v2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-ancient-city-overhaul-v2 [NeoForge].jar","modId":"mr_dungeons_andtavernsancientcityoverhaul","version":"1-v2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":925088054,"modrinthHash":"85142817ffd180c2867db39d313b2d1f80635bc9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-jungle-temple-replacement-v1.2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-jungle-temple-replacement-v1.2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..d7af2c0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-jungle-temple-replacement-v1.2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-jungle-temple-replacement-v1.2 [NeoForge].jar","modId":"mr_dungeons_andtavernsjungletemplereplacement","version":"1-v1.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3802110152,"modrinthHash":"00e16584bc706f9760d8f91cee05897f6cb251c2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..6db3680 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar","modId":"mr_dungeons_andtavernsnetherfortressoverhaul","version":"1-v2.4","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1681394829,"modrinthHash":"d67696f0b02512243387b8bba9d7d1376eaa8150"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-ocean-monument-replacement-v1.2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-ocean-monument-replacement-v1.2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..82fcdf6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-ocean-monument-replacement-v1.2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-ocean-monument-replacement-v1.2 [NeoForge].jar","modId":"mr_dungeons_andtavernsoceanmonumentreplacement","version":"1-v1.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":637700500,"modrinthHash":"2f10fbffa319a2f47e12d137a6a2368ee9bf77d1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..914438b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar","modId":"mr_dungeons_andtavernspillageroutpostoverhaul","version":"1-v2.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":2688364639,"modrinthHash":"bba5591cf6a494fa734ce6a21ae00662eb7223b0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-stronghold-overhaul-v2.1.f [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-stronghold-overhaul-v2.1.f [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..f0ba2fc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-stronghold-overhaul-v2.1.f [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-stronghold-overhaul-v2.1.f [NeoForge].jar","modId":"mr_dungeons_andtavernsstrongholdoverhaul","version":"1-v2.1.f","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":90944035,"modrinthHash":"0c4e1c959a37e024c01be6f8a70f53aac399dad4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-swamp-hut-overhaul-v2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-swamp-hut-overhaul-v2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..5cca176 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-swamp-hut-overhaul-v2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-swamp-hut-overhaul-v2 [NeoForge].jar","modId":"mr_dungeons_andtavernsswamphutoverhaul","version":"1-v2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":932683580,"modrinthHash":"bb1ba40b6089571f761ad443cc49543d5f645bdd"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..e7213e8 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar","modId":"mr_dungeons_andtavernswoodlandmansionreplacement","version":"1-v1.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1566292903,"modrinthHash":"fbf5a14273a59efacbef3d23ab358eafa69ab13d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/DungeonsArise-1.21.1-2.1.68-release.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/DungeonsArise-1.21.1-2.1.68-release.jar.mod_data.json new file mode 100644 index 0000000..cfe61e2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/DungeonsArise-1.21.1-2.1.68-release.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"DungeonsArise-1.21.1-2.1.68-release.jar","modId":"dungeons_arise","version":"2.1.68","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":2001036456,"modrinthHash":"c651339154da7b9e9cf47a80fdef22c4d59cad5c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..88e9aa1 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar","modId":"euphoria_patcher","version":"1.8.6-r5.7.1-neoforge","mixinConfigs":["euphoria_patcher.mixins.json"],"jarJarMods":[],"curseForgeHash":2599663157,"modrinthHash":"48e7c3aa59315069b79025f09bc2f291569c8a2a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ExclusionsLib-1.1.0-NEO.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ExclusionsLib-1.1.0-NEO.jar.mod_data.json new file mode 100644 index 0000000..62a82cd --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ExclusionsLib-1.1.0-NEO.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ExclusionsLib-1.1.0-NEO.jar","modId":"exclusions_lib","version":"1.1.0-NEO","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":788402612,"modrinthHash":"50d33588e3b346d9f8898993d115c05ea45037ec"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ExplorersCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ExplorersCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json new file mode 100644 index 0000000..3e5184b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ExplorersCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ExplorersCompass-1.21.1-3.0.3-neoforge.jar","modId":"explorerscompass","version":"1.21.1-3.0.3-neoforge","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3040563207,"modrinthHash":"79f4ca411c406222868c60f8f8951a404c403017"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Explorify v1.6.4 f15-88.mod.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Explorify v1.6.4 f15-88.mod.jar.mod_data.json new file mode 100644 index 0000000..1046ebc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Explorify v1.6.4 f15-88.mod.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Explorify v1.6.4 f15-88.mod.jar","modId":"explorify","version":"1.6.4","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":147065871,"modrinthHash":"5a9b99242bdb9437396f5a3c78decc567adab6a5"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/FallingTree-1.21.1-1.21.1.11.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/FallingTree-1.21.1-1.21.1.11.jar.mod_data.json new file mode 100644 index 0000000..2bbc302 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/FallingTree-1.21.1-1.21.1.11.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"FallingTree-1.21.1-1.21.1.11.jar","modId":"fallingtree","version":"1.21.1.11","mixinConfigs":["fallingtree.mixins.json"],"jarJarMods":[],"curseForgeHash":2869056573,"modrinthHash":"626e7ec3a979dcc15d8e65c53207572c41c1b255"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/FarmersDelight-1.21.1-1.2.11a.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/FarmersDelight-1.21.1-1.2.11a.jar.mod_data.json new file mode 100644 index 0000000..f15b075 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/FarmersDelight-1.21.1-1.2.11a.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"FarmersDelight-1.21.1-1.2.11a.jar","modId":"farmersdelight","version":"1.2.11a","mixinConfigs":["farmersdelight.mixins.json"],"jarJarMods":[],"curseForgeHash":3029575844,"modrinthHash":"a63092cb1e9cd1fb40a9bf1e9a5042d241eddb21"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Feature-Recycler-neoforge-2.0.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Feature-Recycler-neoforge-2.0.0.jar.mod_data.json new file mode 100644 index 0000000..508ddc3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Feature-Recycler-neoforge-2.0.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Feature-Recycler-neoforge-2.0.0.jar","modId":"featurerecycler","version":"2.0.0","mixinConfigs":["featurerecycler-common.mixins.json"],"jarJarMods":[],"curseForgeHash":453509189,"modrinthHash":"1c14b70c4e1341d1b92b51da684529644c0ab5cb"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Galosphere-1.21.1-1.5.3-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Galosphere-1.21.1-1.5.3-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..42c47b6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Galosphere-1.21.1-1.5.3-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Galosphere-1.21.1-1.5.3-NeoForge.jar","modId":"galosphere","version":"1.5.3","mixinConfigs":["galosphere.mixins.json"],"jarJarMods":[],"curseForgeHash":1562407945,"modrinthHash":"2cc8119b05f716639c5aff59185a3f52d00969a8"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Hearths v1.0.5.mod.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Hearths v1.0.5.mod.jar.mod_data.json new file mode 100644 index 0000000..9c89726 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Hearths v1.0.5.mod.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Hearths v1.0.5.mod.jar","modId":"hearths","version":"1.0.5","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1625349521,"modrinthHash":"7d1d4be3c3033b7df902b51915f37f53d60718b5"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/HellishTrials-neoforge-1.0.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/HellishTrials-neoforge-1.0.5.jar.mod_data.json new file mode 100644 index 0000000..0ba5f94 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/HellishTrials-neoforge-1.0.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"HellishTrials-neoforge-1.0.5.jar","modId":"hellish_trials","version":"1.0.5","mixinConfigs":["hellish_trials.mixins.json"],"jarJarMods":[],"curseForgeHash":1416348763,"modrinthHash":"0c03bf04e99b3e8a310c9f5b6f3e7613e3b69528"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..c0cb35d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar","modId":"immediatelyfast","version":"1.6.10+1.21.1","mixinConfigs":["immediatelyfast-common.mixins.json","immediatelyfast-neoforge.mixins.json"],"jarJarMods":[{"jarName":"Reflect-1.6.1+curseforge.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1221808790,"modrinthHash":"f1f5cccd7cb59d875f44566b2e557ccecc8c33fb"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..a6b17af --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar","modId":"immersiveui","version":"0.3.3","mixinConfigs":["immersiveui-common.mixins.json","immersiveui.mixins.json"],"jarJarMods":[],"curseForgeHash":3305623467,"modrinthHash":"5e9dda03c6142400b95dc3114675e07c943d554d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..49e38d5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar","modId":"itemphysiclite","version":"1.6.8","mixinConfigs":["itemphysiclite.mixins.json"],"jarJarMods":[],"curseForgeHash":1174825280,"modrinthHash":"aad2df7e6bfaedc5e8cb1fcbe6369d416ea1007d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Ixeris-4.1.5+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Ixeris-4.1.5+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..aa139e3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Ixeris-4.1.5+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Ixeris-4.1.5+1.21.1-neoforge.jar","modId":"ixeris_dummy","version":"4.1.5+1.21.1-neoforge","mixinConfigs":[],"jarJarMods":[{"jarName":"Ixeris-4.1.5+1.21.1-neoforge-mod.jar","modId":"ixeris","version":"4.1.5+1.21.1-neoforge","mixinConfigs":["ixeris.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2749505507,"modrinthHash":"957670aec49f95a502c6755f5cefb7f61bc2432a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Jade-1.21.1-NeoForge-15.10.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Jade-1.21.1-NeoForge-15.10.5.jar.mod_data.json new file mode 100644 index 0000000..fee1329 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Jade-1.21.1-NeoForge-15.10.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Jade-1.21.1-NeoForge-15.10.5.jar","modId":"jade","version":"15.10.5+neoforge","mixinConfigs":["jade.mixins.json"],"jarJarMods":[],"curseForgeHash":1963309046,"modrinthHash":"d5bf134b3dbde9f5258666823900e21341dc0a50"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Kiwi-1.21.1-NeoForge-15.8.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Kiwi-1.21.1-NeoForge-15.8.3.jar.mod_data.json new file mode 100644 index 0000000..edf6e3b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Kiwi-1.21.1-NeoForge-15.8.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Kiwi-1.21.1-NeoForge-15.8.3.jar","modId":"kiwi","version":"15.8.3+neoforge","mixinConfigs":["kiwi.mixins.json"],"jarJarMods":[{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":87612617,"modrinthHash":"042592fb37494fb566ae43881fc3aeecd4880f50"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/L_Ender's Cataclysm 1.21.1-3.24.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/L_Ender's Cataclysm 1.21.1-3.24.jar.mod_data.json new file mode 100644 index 0000000..505fa49 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/L_Ender's Cataclysm 1.21.1-3.24.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"L_Ender\u0027s Cataclysm 1.21.1-3.24.jar","modId":"cataclysm","version":"3.24","mixinConfigs":["cataclysm.mixins.json"],"jarJarMods":[],"curseForgeHash":2509004148,"modrinthHash":"2327d83dc75854ae1637277c74449f5d294a8c89"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..05ddafc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar","modId":"mindfuldarkness","version":"21.1.0","mixinConfigs":["mindfuldarkness.common.mixins.json","mindfuldarkness.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":4240238757,"modrinthHash":"19c5881ce70d60b897d453c66a04edddbb24507b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/MouseTweaks-neoforge-mc1.21-2.26.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/MouseTweaks-neoforge-mc1.21-2.26.1.jar.mod_data.json new file mode 100644 index 0000000..6c19b52 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/MouseTweaks-neoforge-mc1.21-2.26.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"MouseTweaks-neoforge-mc1.21-2.26.1.jar","modId":"mousetweaks","version":"2.26.1","mixinConfigs":["mousetweaks-fabric.mixins.json","mousetweaks.mixins.json"],"jarJarMods":[],"curseForgeHash":845432825,"modrinthHash":"6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/MyNethersDelight-1.21.1-1.9.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/MyNethersDelight-1.21.1-1.9.jar.mod_data.json new file mode 100644 index 0000000..6840086 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/MyNethersDelight-1.21.1-1.9.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"MyNethersDelight-1.21.1-1.9.jar","modId":"mynethersdelight","version":"1.9","mixinConfigs":["mynethersdelight.mixins.json"],"jarJarMods":[],"curseForgeHash":1034159108,"modrinthHash":"146bc38650e09875c678a78014a3ed55d2fd4ca9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/NaturesCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/NaturesCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json new file mode 100644 index 0000000..2370ea4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/NaturesCompass-1.21.1-3.0.3-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"NaturesCompass-1.21.1-3.0.3-neoforge.jar","modId":"naturescompass","version":"1.21.1-3.0.2-neoforge","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":4061845266,"modrinthHash":"4a91af947622a2bb2c0381db249cc6f06c1f1843"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Necronomicon-NeoForge-1.6.0+1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Necronomicon-NeoForge-1.6.0+1.21.jar.mod_data.json new file mode 100644 index 0000000..78e7ba5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Necronomicon-NeoForge-1.6.0+1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Necronomicon-NeoForge-1.6.0+1.21.jar","modId":"necronomicon","version":"1.6.0","mixinConfigs":["necronomicon-common.mixins.json"],"jarJarMods":[],"curseForgeHash":644849435,"modrinthHash":"4d81055810e07a94b68d16ab20ec298ad0d597a0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar.mod_data.json new file mode 100644 index 0000000..ba369f2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar","modId":"nerb","version":"0.4.3","mixinConfigs":["nerb-common.mixins.json"],"jarJarMods":[],"curseForgeHash":3012964192,"modrinthHash":"e0c36cd85d3d31cc2afb1bfc6b885f505245252f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/OctoLib-NEOFORGE-0.6.1+1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/OctoLib-NEOFORGE-0.6.1+1.21.jar.mod_data.json new file mode 100644 index 0000000..e16bef4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/OctoLib-NEOFORGE-0.6.1+1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"OctoLib-NEOFORGE-0.6.1+1.21.jar","modId":"octolib","version":"0.6.1","mixinConfigs":["octolib-common.mixins.json"],"jarJarMods":[{"jarName":"snakeyaml-2.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":3003862230,"modrinthHash":"052b71b4897b3a76b4b10afda4d9342e66fb19f1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/OverflowingBars-v21.1.1-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/OverflowingBars-v21.1.1-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..3f21d4c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/OverflowingBars-v21.1.1-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"OverflowingBars-v21.1.1-1.21.1-NeoForge.jar","modId":"overflowingbars","version":"21.1.1","mixinConfigs":["overflowingbars.common.mixins.json","overflowingbars.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":2850836309,"modrinthHash":"a9dea4b9ef893fc955512ff2dee75c9c82e09a52"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Paxi-1.21.1-NeoForge-5.1.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Paxi-1.21.1-NeoForge-5.1.3.jar.mod_data.json new file mode 100644 index 0000000..6238e2b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Paxi-1.21.1-NeoForge-5.1.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Paxi-1.21.1-NeoForge-5.1.3.jar","modId":"paxi","version":"1.21.1-NeoForge-5.1.3","mixinConfigs":["paxi.mixins.json","paxi_neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3346854660,"modrinthHash":"7140974a26a2cd79cdc7b85ab4e834916eacc7f1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..2cbe037 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar","modId":"pickupnotifier","version":"21.1.1","mixinConfigs":["pickupnotifier.common.mixins.json","pickupnotifier.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3062745103,"modrinthHash":"90d3fe207c95a3a5d849ebf8d70ffa885694e30f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Ping-Wheel-1.12.1-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Ping-Wheel-1.12.1-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..fe6553b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Ping-Wheel-1.12.1-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Ping-Wheel-1.12.1-neoforge-1.21.1.jar","modId":"pingwheel","version":"1.12.1","mixinConfigs":["pingwheel.mixins.json"],"jarJarMods":[],"curseForgeHash":2852597514,"modrinthHash":"8ebf0b0c2c1987aabc2d7446e8ac4a2c1b5fe3c3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar.mod_data.json new file mode 100644 index 0000000..4f7c8b8 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar","modId":"presencefootsteps","version":"1.21.1-1.12.0-beta.1","mixinConfigs":["presencefootsteps.mixin.json"],"jarJarMods":[],"curseForgeHash":2136896080,"modrinthHash":"71bd6de2b01441d92be1e109879b76b7750bd787"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Pretty Rain-1.21.1-NeoForge-1.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Pretty Rain-1.21.1-NeoForge-1.1.4.jar.mod_data.json new file mode 100644 index 0000000..bf0e9ff --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Pretty Rain-1.21.1-NeoForge-1.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Pretty Rain-1.21.1-NeoForge-1.1.4.jar","modId":"particlerain","version":"1.1.4","mixinConfigs":["particlerain.mixins.json"],"jarJarMods":[],"curseForgeHash":638786877,"modrinthHash":"6b2691fab1a40995095814b019cb55cb0f7be610"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ProPlacer-v21.1.1-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ProPlacer-v21.1.1-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..d36823e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ProPlacer-v21.1.1-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ProPlacer-v21.1.1-1.21.1-NeoForge.jar","modId":"proplacer","version":"21.1.1","mixinConfigs":["proplacer.neoforge.mixins.json","proplacer.common.mixins.json"],"jarJarMods":[],"curseForgeHash":1217120009,"modrinthHash":"458337cbff5860133d95794da3a1439e640f9581"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..73d415a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar","modId":"puzzleslib","version":"21.1.39","mixinConfigs":["puzzleslib.common.mixins.json","puzzleslib.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3066111022,"modrinthHash":"bcc0900fbbf6d6fc5ca05039cd5725e6145225f2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Quark-4.1-476.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Quark-4.1-476.jar.mod_data.json new file mode 100644 index 0000000..54f00b6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Quark-4.1-476.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Quark-4.1-476.jar","modId":"quark","version":"4.1-476","mixinConfigs":["quark.mixins.json","quark_integrations.mixins.json"],"jarJarMods":[{"jarName":"biolith-neoforge-3.0.10.jar","modId":"biolith","version":"3.0.10","mixinConfigs":["biolith.mixins.json","biolith.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":630799596,"modrinthHash":"cb69532ce35acd0daf79b7ceb27f95ca58c923cc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/QuarkPonders-1.5.1_NeoForge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/QuarkPonders-1.5.1_NeoForge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..d431954 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/QuarkPonders-1.5.1_NeoForge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"QuarkPonders-1.5.1_NeoForge-1.21.1.jar","modId":"quark_ponders","version":"1.5.1","mixinConfigs":[],"jarJarMods":[{"jarName":"flywheel-neoforge-1.21.1-1.0.6-41.jar","modId":"flywheel","version":"1.0.6-41","mixinConfigs":["flywheel.impl.mixins.json","flywheel.impl.neoforge.mixins.json","flywheel.backend.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"ponder-neoforge-1.0.82+mc1.21.1.jar","modId":"ponder","version":"1.0.82+mc1.21.1","mixinConfigs":["ponder-common.mixins.json","ponder.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3350118836,"modrinthHash":"ce45905d3b1036265f6a4e7b1a40bb63043b8055"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/RPGStructures_MageGuild_1.0.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/RPGStructures_MageGuild_1.0.5.jar.mod_data.json new file mode 100644 index 0000000..9412a07 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/RPGStructures_MageGuild_1.0.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"RPGStructures_MageGuild_1.0.5.jar","modId":"rpgstructures_mages_guild","version":"1.0.4","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3993541495,"modrinthHash":"70328e2bb581edb6a048f50704a277fdd0d4b7a9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Ribbits-1.21.1-NeoForge-4.1.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Ribbits-1.21.1-NeoForge-4.1.6.jar.mod_data.json new file mode 100644 index 0000000..d325149 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Ribbits-1.21.1-NeoForge-4.1.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Ribbits-1.21.1-NeoForge-4.1.6.jar","modId":"ribbits","version":"1.21.1-NeoForge-4.1.6","mixinConfigs":["ribbits_neoforge.mixins.json","ribbits.mixins.json"],"jarJarMods":[],"curseForgeHash":2936183341,"modrinthHash":"22dfd6a52d31bcab58b93c2d4a637ae1b2a01895"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Searchables-neoforge-1.21.1-1.0.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Searchables-neoforge-1.21.1-1.0.2.jar.mod_data.json new file mode 100644 index 0000000..a12359c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Searchables-neoforge-1.21.1-1.0.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Searchables-neoforge-1.21.1-1.0.2.jar","modId":"searchables","version":"1.0.2","mixinConfigs":["searchables.neoforge.mixins.json","searchables.mixins.json"],"jarJarMods":[],"curseForgeHash":2093242437,"modrinthHash":"5b8a0b43a474c066371b2e16f9bfb88622552a74"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/SnowRealMagic-1.21.1-NeoForge-12.2.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/SnowRealMagic-1.21.1-NeoForge-12.2.1.jar.mod_data.json new file mode 100644 index 0000000..ac3bb35 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/SnowRealMagic-1.21.1-NeoForge-12.2.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"SnowRealMagic-1.21.1-NeoForge-12.2.1.jar","modId":"snowrealmagic","version":"12.2.1+neoforge","mixinConfigs":["snowrealmagic.mixins.json"],"jarJarMods":[{"jarName":"fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar","modId":"fabric_block_view_api_v2","version":"1.0.10+9afaaf8c19","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-game-rule-api-v1-1.0.53+36d727be19.jar","modId":"fabric_game_rule_api_v1","version":"1.0.53+36d727be19","mixinConfigs":["fabric-game-rule-api-v1.mixins.json","fabric-game-rule-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-model-loading-api-v1-2.0.0+986ae77219.jar","modId":"fabric_model_loading_api_v1","version":"2.0.0+986ae77219","mixinConfigs":["fabric-model-loading-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-renderer-api-v1-3.4.0+9c40919e19.jar","modId":"fabric_renderer_api_v1","version":"3.4.0+9c40919e19","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-renderer-indigo-1.7.0+acb05a3919.jar","modId":"fabric_renderer_indigo","version":"1.7.0+acb05a3919","mixinConfigs":["fabric-renderer-indigo.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"forgified-fabric-loader-2.5.29+0.16.0+1.21-full.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":478688784,"modrinthHash":"eb1094ad9dbf9d95cf876c102f998119a54cf44e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/TerraBlender-neoforge-1.21.1-4.1.0.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/TerraBlender-neoforge-1.21.1-4.1.0.8.jar.mod_data.json new file mode 100644 index 0000000..8f0b857 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/TerraBlender-neoforge-1.21.1-4.1.0.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"TerraBlender-neoforge-1.21.1-4.1.0.8.jar","modId":"terrablender","version":"4.1.0.8","mixinConfigs":["terrablender_neoforge.mixins.json","terrablender.mixins.json"],"jarJarMods":[],"curseForgeHash":4290330137,"modrinthHash":"2016eed89eac0eb0510d2190c3b0b80bf4346191"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Terralith_1.21.x_v2.5.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Terralith_1.21.x_v2.5.8.jar.mod_data.json new file mode 100644 index 0000000..4cb9a4d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Terralith_1.21.x_v2.5.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Terralith_1.21.x_v2.5.8.jar","modId":"terralith","version":"2.5.8","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3647687006,"modrinthHash":"bee0cfb1a8cd4bf3d96bccea224fb45d74de9085"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Too Many Entities 1.21.1 NeoForge v1.2.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Too Many Entities 1.21.1 NeoForge v1.2.0.jar.mod_data.json new file mode 100644 index 0000000..09b438d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Too Many Entities 1.21.1 NeoForge v1.2.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Too Many Entities 1.21.1 NeoForge v1.2.0.jar","modId":"too_many_entities","version":"1.2.0","mixinConfigs":["too_many_entities-neoforge.mixins.json","too_many_entities.mixins.json"],"jarJarMods":[],"curseForgeHash":2889789515,"modrinthHash":"8973ed346c217b1cb0eaab191e1a69c5e999afe6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..2f2f0f8 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar","modId":"universalbonemeal","version":"21.1.0","mixinConfigs":["universalbonemeal.neoforge.mixins.json","universalbonemeal.common.mixins.json"],"jarJarMods":[],"curseForgeHash":3680155991,"modrinthHash":"bdf3f78f90b94e7557421421721d1ae5d355f689"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar.mod_data.json new file mode 100644 index 0000000..a977b10 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar","modId":"universalenchants","version":"21.1.6","mixinConfigs":["universalenchants.neoforge.mixins.json","universalenchants.common.mixins.json"],"jarJarMods":[],"curseForgeHash":2260293263,"modrinthHash":"54ab65d697b416278f0abf716a71fd18652af128"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsApi-1.21.1-NeoForge-5.1.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsApi-1.21.1-NeoForge-5.1.6.jar.mod_data.json new file mode 100644 index 0000000..cbf6f3f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsApi-1.21.1-NeoForge-5.1.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsApi-1.21.1-NeoForge-5.1.6.jar","modId":"yungsapi","version":"1.21.1-NeoForge-5.1.6","mixinConfigs":["yungsapi.mixins.json","yungsapi_neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3632489824,"modrinthHash":"e1c394779fb9e038e4f7a1b4558d0432607d263b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar.mod_data.json new file mode 100644 index 0000000..b954349 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar","modId":"betterdeserttemples","version":"1.21.1-NeoForge-4.1.5","mixinConfigs":["betterdeserttemples.mixins.json"],"jarJarMods":[],"curseForgeHash":2217761040,"modrinthHash":"90529257dbd92558998c65178294bc7b2fd16a64"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar.mod_data.json new file mode 100644 index 0000000..7ce4390 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar","modId":"betterdungeons","version":"1.21.1-NeoForge-5.1.4","mixinConfigs":["betterdungeons.mixins.json"],"jarJarMods":[],"curseForgeHash":3658552071,"modrinthHash":"73a660c13063450e555e5e2c015ae24d606b32b4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar.mod_data.json new file mode 100644 index 0000000..1bc966a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar","modId":"betterendisland","version":"1.21.1-NeoForge-3.1.2","mixinConfigs":["betterendisland.mixins.json"],"jarJarMods":[],"curseForgeHash":725384001,"modrinthHash":"832f2c17425debe74a9f267f4136f1a0f0221d19"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar.mod_data.json new file mode 100644 index 0000000..f98674e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar","modId":"betterjungletemples","version":"1.21.1-NeoForge-3.1.2","mixinConfigs":["betterjungletemples.mixins.json"],"jarJarMods":[],"curseForgeHash":3593944726,"modrinthHash":"d6b7ce6cf351b09cbd23147ff166c35cfdc572e8"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar.mod_data.json new file mode 100644 index 0000000..e7345ec --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar","modId":"bettermineshafts","version":"1.21.1-NeoForge-5.1.1","mixinConfigs":["bettermineshafts.mixins.json"],"jarJarMods":[],"curseForgeHash":2841068103,"modrinthHash":"6a14e1d8201f068ca87ef8333e471c5378955906"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar.mod_data.json new file mode 100644 index 0000000..7f2b03c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar","modId":"betterfortresses","version":"1.21.1-NeoForge-3.1.5","mixinConfigs":["betterfortresses.mixins.json"],"jarJarMods":[],"curseForgeHash":2317908831,"modrinthHash":"4061ece2141475227646649046fc14c2da505922"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar.mod_data.json new file mode 100644 index 0000000..8ab1659 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar","modId":"betteroceanmonuments","version":"1.21.1-NeoForge-4.1.2","mixinConfigs":["betteroceanmonuments.mixins.json"],"jarJarMods":[],"curseForgeHash":3516411549,"modrinthHash":"fba629defdb92ad99ec4f411895afb6e19555a18"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar.mod_data.json new file mode 100644 index 0000000..6db08e4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar","modId":"betterwitchhuts","version":"1.21.1-NeoForge-4.1.1","mixinConfigs":["betterwitchhuts.mixins.json"],"jarJarMods":[],"curseForgeHash":102724868,"modrinthHash":"bbf6c91f4a2829c58bc024eaaab821986bc93de6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/Zeta-1.1-39.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/Zeta-1.1-39.jar.mod_data.json new file mode 100644 index 0000000..84e83e2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/Zeta-1.1-39.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"Zeta-1.1-39.jar","modId":"zeta","version":"1.1-39","mixinConfigs":["zeta.mixins.json","zeta_forge.mixins.json"],"jarJarMods":[],"curseForgeHash":99099700,"modrinthHash":"ef6f2e1a625a9f8770a33576b682a228e441747a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/abridged-2.0.1-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/abridged-2.0.1-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..abdd066 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/abridged-2.0.1-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"abridged-2.0.1-neoforge-1.21.1.jar","modId":"abridged","version":"2.0.1","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3233159898,"modrinthHash":"384233591af31211433fc5636a3fa453dbfe87c6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/accessories-neoforge-1.1.0-beta.53+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/accessories-neoforge-1.1.0-beta.53+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..afcf993 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/accessories-neoforge-1.1.0-beta.53+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"accessories-neoforge-1.1.0-beta.53+1.21.1.jar","modId":"accessories","version":"1.1.0-beta.53+1.21.1","mixinConfigs":["accessories-forge.mixins.json","accessories-common.mixins.json"],"jarJarMods":[],"curseForgeHash":2661209689,"modrinthHash":"77d75c2e13cfdf56a45cdd29806c1c97c3d250fc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..b3b62cb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar","modId":"cclayer","version":"0.beta.28","mixinConfigs":["curios.neoforge.mixins.json","curios.mixins.json"],"jarJarMods":[],"curseForgeHash":4058224358,"modrinthHash":"319aa5f9deb6db6fc7c99de2e9098f6d3b3e5cca"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/adventuredungeons-neoforge-1.21-1.3.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/adventuredungeons-neoforge-1.21-1.3.1.jar.mod_data.json new file mode 100644 index 0000000..3b8e6f2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/adventuredungeons-neoforge-1.21-1.3.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"adventuredungeons-neoforge-1.21-1.3.1.jar","modId":"adventuredungeons","version":"1.3.1","mixinConfigs":["adventuredungeons.neoforge.mixins.json","adventuredungeons.mixins.json"],"jarJarMods":[],"curseForgeHash":391288988,"modrinthHash":"706092299886721473b0ef7d5e4f7aa2a073c8de"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/aether-1.21.1-1.5.10-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/aether-1.21.1-1.5.10-neoforge.jar.mod_data.json new file mode 100644 index 0000000..7bad340 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/aether-1.21.1-1.5.10-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"aether-1.21.1-1.5.10-neoforge.jar","modId":"aether","version":"1.5.10","mixinConfigs":["aether.mixins.json"],"jarJarMods":[{"jarName":"cumulus_menus-1.21.1-2.0.7-neoforge.jar","modId":"cumulus_menus","version":"2.0.7","mixinConfigs":["cumulus_menus.mixins.json","cumulus_menus.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"accessories-neoforge-1.1.0-beta.48+1.21.1.jar","modId":"accessories","version":"1.1.0-beta.48+1.21.1","mixinConfigs":["accessories-forge.mixins.json","accessories-common.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"nitrogen_internals-1.21.1-1.1.25-neoforge.jar","modId":"nitrogen_internals","version":"1.1.25","mixinConfigs":["nitrogen_internals.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1480454448,"modrinthHash":"5b5592989c6d2aabf80a9f100e18c258813db497"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/aileron-1.21.1-neoforge-1.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/aileron-1.21.1-neoforge-1.1.4.jar.mod_data.json new file mode 100644 index 0000000..c428003 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/aileron-1.21.1-neoforge-1.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"aileron-1.21.1-neoforge-1.1.4.jar","modId":"aileron","version":"1.21.1-neoforge-1.1.4","mixinConfigs":["aileron-common.mixins.json","aileron-neoforge.mixins.json"],"jarJarMods":[{"jarName":"midnightlib-1.6.9+1.21-neoforge.jar","modId":"midnightlib","version":"1.6.9","mixinConfigs":["midnightlib.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2060194961,"modrinthHash":"9fe97b808ccac3289644fc55ad364475434dfb2f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/alltheleaks-1.1.7+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/alltheleaks-1.1.7+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..b9604d6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/alltheleaks-1.1.7+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"alltheleaks-1.1.7+1.21.1-neoforge.jar","modId":"alltheleaks","version":"1.1.7+1.21.1-neoforge","mixinConfigs":["alltheleaks.mixins.json"],"jarJarMods":[],"curseForgeHash":3702505508,"modrinthHash":"a36da3b274d7612f3696788434cb5a717e065d70"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/allurement-1.21.1-5.0.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/allurement-1.21.1-5.0.1.jar.mod_data.json new file mode 100644 index 0000000..fdad42f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/allurement-1.21.1-5.0.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"allurement-1.21.1-5.0.1.jar","modId":"allurement","version":"5.0.1","mixinConfigs":["allurement.mixins.json"],"jarJarMods":[],"curseForgeHash":378313985,"modrinthHash":"0934eb6e4551077bc6c6a764514b5d190d0b09f7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/alternate_current-mc1.21-1.9.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/alternate_current-mc1.21-1.9.0.jar.mod_data.json new file mode 100644 index 0000000..ed02073 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/alternate_current-mc1.21-1.9.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"alternate_current-mc1.21-1.9.0.jar","modId":"alternate_current","version":"1.9.0","mixinConfigs":["alternate-current.mixins.json"],"jarJarMods":[],"curseForgeHash":4040730689,"modrinthHash":"1201c14362f2bad7062d315f8a9b26afbabd2c9c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/amendments-1.21-2.0.15-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/amendments-1.21-2.0.15-neoforge.jar.mod_data.json new file mode 100644 index 0000000..aa5da89 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/amendments-1.21-2.0.15-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"amendments-1.21-2.0.15-neoforge.jar","modId":"amendments","version":"1.21-2.0.15","mixinConfigs":["amendments-common.mixins.json","amendments.mixins.json"],"jarJarMods":[],"curseForgeHash":1748391263,"modrinthHash":"00056f29646f3bf86116b281c2362c0dabdb4533"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/another_furniture-neoforge-4.0.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/another_furniture-neoforge-4.0.2.jar.mod_data.json new file mode 100644 index 0000000..d23dcc0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/another_furniture-neoforge-4.0.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"another_furniture-neoforge-4.0.2.jar","modId":"another_furniture","version":"4.0.2","mixinConfigs":["another_furniture.mixins.json","another_furniture.common.mixins.json"],"jarJarMods":[],"curseForgeHash":437611423,"modrinthHash":"9036bc4754f74287f94fbf0102ea0d47d394877d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/appleskin-neoforge-mc1.21-3.0.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/appleskin-neoforge-mc1.21-3.0.8.jar.mod_data.json new file mode 100644 index 0000000..18c2399 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/appleskin-neoforge-mc1.21-3.0.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"appleskin-neoforge-mc1.21-3.0.8.jar","modId":"appleskin","version":"3.0.8+mc1.21","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3673819805,"modrinthHash":"32be58815905e472016b6413175a27e6cbf05b90"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/archers-neoforge-2.7.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/archers-neoforge-2.7.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..0b3204f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/archers-neoforge-2.7.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"archers-neoforge-2.7.0+1.21.1.jar","modId":"archers","version":"2.7.0","mixinConfigs":["archers.mixins.json"],"jarJarMods":[],"curseForgeHash":1157327924,"modrinthHash":"3bfb1bad97242573cd00529474f57813c34251c7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/architectury-13.0.8-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/architectury-13.0.8-neoforge.jar.mod_data.json new file mode 100644 index 0000000..9fdbc36 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/architectury-13.0.8-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"architectury-13.0.8-neoforge.jar","modId":"architectury","version":"13.0.8","mixinConfigs":["architectury.mixins.json","architectury-common.mixins.json"],"jarJarMods":[],"curseForgeHash":418634412,"modrinthHash":"6ca11d3cc136bf69bb8f4d56982481eb85b5100b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/armordamagescale-1.21-3.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/armordamagescale-1.21-3.1.jar.mod_data.json new file mode 100644 index 0000000..37550ab --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/armordamagescale-1.21-3.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"armordamagescale-1.21-3.1.jar","modId":"armordamagescale","version":"3.1","mixinConfigs":["armordamagescale.mixins.json"],"jarJarMods":[{"jarName":"EvalEx-3.0.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":772704123,"modrinthHash":"2cee31882298d02a99c7f4369eea51765f08dfcd"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/armory-neoforge-1.3.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/armory-neoforge-1.3.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..4a35fdd --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/armory-neoforge-1.3.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"armory-neoforge-1.3.0+1.21.1.jar","modId":"armory_rpgs","version":"1.3.0","mixinConfigs":["armory_rpgs.mixins.json"],"jarJarMods":[],"curseForgeHash":2404969927,"modrinthHash":"b7ee0a8c9d8fcf52bef6554735aa76751df42f90"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/arsenal-neoforge-1.4.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/arsenal-neoforge-1.4.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..dc3ce93 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/arsenal-neoforge-1.4.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"arsenal-neoforge-1.4.2+1.21.1.jar","modId":"arsenal","version":"1.4.2","mixinConfigs":["arsenal.mixins.json"],"jarJarMods":[{"jarName":"shield-api-2.1.0-neoforge.jar","modId":"shield_api","version":"2.1.0","mixinConfigs":["shield_api.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1176241465,"modrinthHash":"46f6b3e27b1bd472ab2c6dfccbb8cc715984cd7a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/auto_third_person-neo-1.21.1-2.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/auto_third_person-neo-1.21.1-2.2.jar.mod_data.json new file mode 100644 index 0000000..4049445 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/auto_third_person-neo-1.21.1-2.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"auto_third_person-neo-1.21.1-2.2.jar","modId":"auto_third_person","version":"2.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1384861829,"modrinthHash":"5b66b1c3ca8d32d06327d9564abf5a364296af3c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/azurelibarmor-neo-1.21.1-3.1.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/azurelibarmor-neo-1.21.1-3.1.2.jar.mod_data.json new file mode 100644 index 0000000..9e5e273 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/azurelibarmor-neo-1.21.1-3.1.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"azurelibarmor-neo-1.21.1-3.1.2.jar","modId":"azurelibarmor","version":"3.1.2","mixinConfigs":["azurelibarmor.mixins.json","azurelibarmor.neo.mixins.json","azurelibarmor.neo2.mixins.json"],"jarJarMods":[],"curseForgeHash":2616271160,"modrinthHash":"87c7e917f5c087776f4521d9d437af10037b4eb4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/baguettelib-1.21.1-NeoForge-1.1.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/baguettelib-1.21.1-NeoForge-1.1.6.jar.mod_data.json new file mode 100644 index 0000000..90e6073 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/baguettelib-1.21.1-NeoForge-1.1.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"baguettelib-1.21.1-NeoForge-1.1.6.jar","modId":"baguettelib","version":"1.1.6","mixinConfigs":["baguettelib.mixins.json"],"jarJarMods":[],"curseForgeHash":465144228,"modrinthHash":"dddf0f4454bf013d05d5eaa600e5a6eef555d67a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/balm-neoforge-1.21.1-21.0.56.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/balm-neoforge-1.21.1-21.0.56.jar.mod_data.json new file mode 100644 index 0000000..679072e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/balm-neoforge-1.21.1-21.0.56.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"balm-neoforge-1.21.1-21.0.56.jar","modId":"balm","version":"21.0.56","mixinConfigs":["balm.neoforge.mixins.json","balm.mixins.json"],"jarJarMods":[{"jarName":"kuma-api-neoforge-21.0.7+1.21.jar","modId":"kuma_api","version":"21.0.7","mixinConfigs":["kuma_api.neoforge.mixins.json","kuma_api.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1850182331,"modrinthHash":"c1c1d4859c7943c7d1c181c07fa7273a1d56df15"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/bclib-21.0.20.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/bclib-21.0.20.jar.mod_data.json new file mode 100644 index 0000000..18e747e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/bclib-21.0.20.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"bclib-21.0.20.jar","modId":"bclib","version":"21.0.20","mixinConfigs":["bclib.mixins.client.json","bclib.mixins.common.json","ui.mixins.client.json"],"jarJarMods":[],"curseForgeHash":1571426341,"modrinthHash":"ddeb239d00fe5ece6352778726e4f599c7f20b49"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/bestylewither-neoforge-mc1.21.1-1.8.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/bestylewither-neoforge-mc1.21.1-1.8.0.jar.mod_data.json new file mode 100644 index 0000000..e35beeb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/bestylewither-neoforge-mc1.21.1-1.8.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"bestylewither-neoforge-mc1.21.1-1.8.0.jar","modId":"bestylewither","version":"1.8.0","mixinConfigs":["bestylewither.mixins.json"],"jarJarMods":[],"curseForgeHash":1924467778,"modrinthHash":"fce8724edfc0673ecbc05b7fe666bc8cdbd4c36f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/bettercombat-neoforge-2.3.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/bettercombat-neoforge-2.3.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..c7c6d53 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/bettercombat-neoforge-2.3.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"bettercombat-neoforge-2.3.2+1.21.1.jar","modId":"bettercombat","version":"2.3.2+1.21.1","mixinConfigs":["bettercombat.mixins.json"],"jarJarMods":[{"jarName":"tiny-config-3.1.0-neoforge.jar","modId":"tiny_config","version":"3.1.0","mixinConfigs":["tiny_config.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":4062790500,"modrinthHash":"f752fbbf81027948ef4ab0fc0066260ccf574179"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/betterdays-1.21.1-3.3.6.2-NEOFORGE.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/betterdays-1.21.1-3.3.6.2-NEOFORGE.jar.mod_data.json new file mode 100644 index 0000000..8fbc922 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/betterdays-1.21.1-3.3.6.2-NEOFORGE.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"betterdays-1.21.1-3.3.6.2-NEOFORGE.jar","modId":"betterdays","version":"3.3.6.2","mixinConfigs":[],"jarJarMods":[{"jarName":"whitenoise-1.21.1-neoforge-2.0.7.jar","modId":"whitenoise","version":"2.0.7","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":4169425994,"modrinthHash":"7424f2e07fd45ba60b0aff239621ca27d4513289"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/betterenchantingtable-1.2.2a-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/betterenchantingtable-1.2.2a-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..31ff9ee --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/betterenchantingtable-1.2.2a-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"betterenchantingtable-1.2.2a-1.21.1.jar","modId":"betterenchantingtable","version":"1.2.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":2665202258,"modrinthHash":"207aa33b9f5b4ac8dbcbb97270e2c88ae81df6ee"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/betterfpsdist-1.21-6.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/betterfpsdist-1.21-6.0.jar.mod_data.json new file mode 100644 index 0000000..f6982f2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/betterfpsdist-1.21-6.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"betterfpsdist-1.21-6.0.jar","modId":"betterfpsdist","version":"6.0","mixinConfigs":["betterfpsdist.mixins.json"],"jarJarMods":[],"curseForgeHash":4067530713,"modrinthHash":"5377aae3a0f0eb65aa5dceca4985f53480a73db5"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/biomespy-fabric-1.21.1-1.3.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/biomespy-fabric-1.21.1-1.3.3.jar.mod_data.json new file mode 100644 index 0000000..9365ae6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/biomespy-fabric-1.21.1-1.3.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"biomespy-fabric-1.21.1-1.3.3.jar","modId":"biomespy","version":"1.3.3","mixinConfigs":["biomespy.fabric.mixins.json","biomespy.mixins.json"],"jarJarMods":[],"curseForgeHash":3085995058,"modrinthHash":"c1cb67fa12157fc72667d5be91f07397a6b57f5b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/blueprint-1.21.1-8.0.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/blueprint-1.21.1-8.0.8.jar.mod_data.json new file mode 100644 index 0000000..09ad14d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/blueprint-1.21.1-8.0.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"blueprint-1.21.1-8.0.8.jar","modId":"blueprint","version":"8.0.8","mixinConfigs":["blueprint.mixins.json"],"jarJarMods":[],"curseForgeHash":3994691856,"modrinthHash":"9f9549cecaee3f4cb03d9c829b148a110a0efb54"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/boatload-1.21.1-6.0.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/boatload-1.21.1-6.0.2.jar.mod_data.json new file mode 100644 index 0000000..6d184e0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/boatload-1.21.1-6.0.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"boatload-1.21.1-6.0.2.jar","modId":"boatload","version":"6.0.2","mixinConfigs":["boatload.mixins.json"],"jarJarMods":[],"curseForgeHash":2943950562,"modrinthHash":"fffd4975bdf2b1525e93b94c823ba4ae1649fbf7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/bundle-api-neoforge-1.1.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/bundle-api-neoforge-1.1.0.jar.mod_data.json new file mode 100644 index 0000000..f34b2e0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/bundle-api-neoforge-1.1.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"bundle-api-neoforge-1.1.0.jar","modId":"bundleapi","version":"1.1.0","mixinConfigs":["bundleapi.mixins.json"],"jarJarMods":[],"curseForgeHash":3047069464,"modrinthHash":"49ea32e2872c9738363eb76a97ce0553bd2ff756"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar.mod_data.json new file mode 100644 index 0000000..4c72fc5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":[],"jarJarMods":[{"jarName":"asyncutil-0.1.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-base-mc1.21.1-0.3.0+alpha.0.90-all.jar","modId":"c2me_base","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-base.mixins.json","c2me.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-client-uncapvd-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_client_uncapvd","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-client-uncapvd.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-fixes-chunkio-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_fixes_chunkio_threading_issues","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-fixes-chunkio-threading-issues.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-fixes-general-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_fixes_general_threading_issues","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-fixes-general-threading-issues.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-fixes-worldgen-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_fixes_worldgen_threading_issues","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-fixes-worldgen-threading-issues.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-fixes-worldgen-vanilla-bugs-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_fixes_worldgen_vanilla_bugs","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-fixes-worldgen-vanilla-bugs.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-notickvd-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_notickvd","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-notickvd.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-allocs-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_allocs","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-allocs.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_chunkio","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-chunkio.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-dfc-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_dfc","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-dfc.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-math-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_math","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-math.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-natives-math-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_natives_math","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-natives-math.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-scheduling-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_scheduling","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-scheduling.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-worldgen-general-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_worldgen_general","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-worldgen-general.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-opts-worldgen-vanilla-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_opts_worldgen_vanilla","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-opts-worldgen-vanilla.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-rewrites-chunk-serializer-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_rewrites_chunk_serializer","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-rewrites-chunk-serializer.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_rewrites_chunk_system","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-rewrites-chunk-system.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-rewrites-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_rewrites_chunkio","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-rewrites-chunkio.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-server-utils-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_server_utils","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-server-utils.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"c2me-threading-lighting-mc1.21.1-0.3.0+alpha.0.90.jar","modId":"c2me_threading_lighting","version":"0.3.0+alpha.0.90+1.21.1","mixinConfigs":["c2me-threading-lighting.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"exp4j-0.4.8.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"jctools-core-4.0.5.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"reactive-streams-1.0.4.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"rxjava-3.1.12.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1337065593,"modrinthHash":"7837dd615c054675d88e034be04ffa1cec114265"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/caelus-neoforge-7.0.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/caelus-neoforge-7.0.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..59da865 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/caelus-neoforge-7.0.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"caelus-neoforge-7.0.1+1.21.1.jar","modId":"caelus","version":"7.0.1+1.21.1","mixinConfigs":["caelus.mixins.json"],"jarJarMods":[],"curseForgeHash":2767968248,"modrinthHash":"e4c2e1af4e3082d68f7df75f7c8ce30116d71515"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/caveore-1.21.1-4.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/caveore-1.21.1-4.0.jar.mod_data.json new file mode 100644 index 0000000..a4c255e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/caveore-1.21.1-4.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"caveore-1.21.1-4.0.jar","modId":"caveore","version":"4.0","mixinConfigs":["caveore.mixins.json"],"jarJarMods":[],"curseForgeHash":2687879676,"modrinthHash":"e5a7bbd808023ea98c8bc2ec8bb2a9700e165ef1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..a2a0f69 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar","modId":"certain_questing_additions","version":"1.1.5","mixinConfigs":["certain_questing_additions.mixins.json"],"jarJarMods":[],"curseForgeHash":4238158618,"modrinthHash":"115b8fa12acf80939e645d41505a753c55249750"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/cerulean-neoforge-1.0.0-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/cerulean-neoforge-1.0.0-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..f53fb84 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/cerulean-neoforge-1.0.0-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"cerulean-neoforge-1.0.0-1.21.1.jar","modId":"cerulean","version":"1.0.0","mixinConfigs":["mixins.cerulean.json"],"jarJarMods":[],"curseForgeHash":64323446,"modrinthHash":"f810a8ab7efd707500da4f153a5a64843edf4aac"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/charmofundying-neoforge-9.1.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/charmofundying-neoforge-9.1.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..da4f25d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/charmofundying-neoforge-9.1.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"charmofundying-neoforge-9.1.0+1.21.1.jar","modId":"charmofundying","version":"9.1.0+1.21.1","mixinConfigs":["charmofundying.mixins.json"],"jarJarMods":[{"jarName":"spectrelib-neoforge-0.17.2+1.21.jar","modId":"spectrelib","version":"0.17.2+1.21","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":172898916,"modrinthHash":"891d5b49920401fd960b2d8819f490496a0986dc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/cherishedworlds-neoforge-10.1.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/cherishedworlds-neoforge-10.1.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..5d93fcb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/cherishedworlds-neoforge-10.1.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"cherishedworlds-neoforge-10.1.1+1.21.1.jar","modId":"cherishedworlds","version":"10.1.1+1.21.1","mixinConfigs":["cherishedworlds.mixins.json"],"jarJarMods":[],"curseForgeHash":4116184642,"modrinthHash":"aefc8c79ba62606a71f509a9b3c881f3fc4cad5c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/chunksending-1.21-2.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/chunksending-1.21-2.8.jar.mod_data.json new file mode 100644 index 0000000..4452f25 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/chunksending-1.21-2.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"chunksending-1.21-2.8.jar","modId":"chunksending","version":"2.8","mixinConfigs":["chunksending.mixins.json"],"jarJarMods":[],"curseForgeHash":97866475,"modrinthHash":"35cfb1c8a22f7acc25fbd9ff6ae6ec53329fa0de"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/cloth-config-15.0.140-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/cloth-config-15.0.140-neoforge.jar.mod_data.json new file mode 100644 index 0000000..e62fd9f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/cloth-config-15.0.140-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"cloth-config-15.0.140-neoforge.jar","modId":"cloth_config","version":"15.0.140","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1440957232,"modrinthHash":"c3e5733ba4503b102589a026000fd5ce0212f6f2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/clutterbestiary-1.1.2-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/clutterbestiary-1.1.2-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..5497b6b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/clutterbestiary-1.1.2-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"clutterbestiary-1.1.2-neoforge-1.21.1.jar","modId":"clutterbestiary","version":"1.1.2-NeoForge-1.21.1","mixinConfigs":["clutterbestiary.mixins.json","clutterbestiaryneoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":86110511,"modrinthHash":"a05bee7a5b8424436045e56899aa63c6fb398c0d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/colorwheel-neoforge-1.2.4+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/colorwheel-neoforge-1.2.4+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..19df398 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/colorwheel-neoforge-1.2.4+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"colorwheel-neoforge-1.2.4+mc1.21.1.jar","modId":"colorwheel","version":"1.2.4+mc1.21.1","mixinConfigs":["colorwheel.mixins.json","colorwheel.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":2258564958,"modrinthHash":"e70b717b6e681b2fdb5cd1788110ab4959328b33"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/combat_roll-neoforge-2.0.6+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/combat_roll-neoforge-2.0.6+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..3e88dd3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/combat_roll-neoforge-2.0.6+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"combat_roll-neoforge-2.0.6+1.21.1.jar","modId":"combat_roll","version":"2.0.6+1.21.1","mixinConfigs":["combat_roll.mixins.json"],"jarJarMods":[],"curseForgeHash":2431184468,"modrinthHash":"8b9676996e2b49520ac29d92e6068089c5f40baa"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/comforts-neoforge-9.0.5+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/comforts-neoforge-9.0.5+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..b79d5bc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/comforts-neoforge-9.0.5+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"comforts-neoforge-9.0.5+1.21.1.jar","modId":"comforts","version":"9.0.5+1.21.1","mixinConfigs":["comforts.mixins.json"],"jarJarMods":[{"jarName":"spectrelib-neoforge-0.17.2+1.21.jar","modId":"spectrelib","version":"0.17.2+1.21","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2832161208,"modrinthHash":"21d6bee3821d62fe3356c51fb1d697871a3087ff"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/configured-neoforge-1.21.1-2.6.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/configured-neoforge-1.21.1-2.6.3.jar.mod_data.json new file mode 100644 index 0000000..5c24aea --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/configured-neoforge-1.21.1-2.6.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"configured-neoforge-1.21.1-2.6.3.jar","modId":"configured","version":"2.6.3","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1001771497,"modrinthHash":"e977d86eec39d49295df4e2c4265d6710ae065e8"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/connectivity-1.21.1-7.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/connectivity-1.21.1-7.6.jar.mod_data.json new file mode 100644 index 0000000..cfe646f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/connectivity-1.21.1-7.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"connectivity-1.21.1-7.6.jar","modId":"connectivity","version":"7.6","mixinConfigs":["connectivity.mixins.json"],"jarJarMods":[],"curseForgeHash":1642034907,"modrinthHash":"6adebe84f745dec8fa33bc3982383bc1cc24d49e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/connector-2.0.0-beta.14+1.21.1-full.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/connector-2.0.0-beta.14+1.21.1-full.jar.mod_data.json new file mode 100644 index 0000000..1702e19 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/connector-2.0.0-beta.14+1.21.1-full.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"connector-2.0.0-beta.14+1.21.1-full.jar","mixinConfigs":[],"jarJarMods":[{"jarName":"org.sinytra.connector-2.0.0-beta.14+1.21.1-mod.jar","modId":"connector","version":"2.0.0-beta.14+1.21.1","mixinConfigs":["connector.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"runtime-1.0.0+1.21.1.jar","mixinConfigs":["adapter.init.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":170227865,"modrinthHash":"8ec2b9acc1881a15d7ae625e3bc3821a2d1af4e1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/continuity-3.0.0+1.21.neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/continuity-3.0.0+1.21.neoforge.jar.mod_data.json new file mode 100644 index 0000000..79afeec --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/continuity-3.0.0+1.21.neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"continuity-3.0.0+1.21.neoforge.jar","modId":"continuity","version":"3.0.0+1.21.neoforge","mixinConfigs":["continuity.mixins.json"],"jarJarMods":[],"curseForgeHash":2801147052,"modrinthHash":"0aecd2d043ac25299254623fafdd9129ab2ba9c2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/controllable-neoforge-1.21.1-0.25.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/controllable-neoforge-1.21.1-0.25.4.jar.mod_data.json new file mode 100644 index 0000000..960cb65 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/controllable-neoforge-1.21.1-0.25.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"controllable-neoforge-1.21.1-0.25.4.jar","modId":"controllable","version":"0.25.4","mixinConfigs":["controllable.neoforge.mixins.json","controllable.common.mixins.json"],"jarJarMods":[{"jarName":"controllable-sdl-2.32.8-1.1.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3905723338,"modrinthHash":"9d499c8f8926955e04948dad68c7b7a4538801c3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/cookscollection-0.5.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/cookscollection-0.5.4.jar.mod_data.json new file mode 100644 index 0000000..3e959f6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/cookscollection-0.5.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"cookscollection-0.5.4.jar","modId":"cookscollection","version":"0.5.4","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":585609251,"modrinthHash":"6579ce4021801519fd20008750906fce1561611b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/copycats-3.0.4+mc.1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/copycats-3.0.4+mc.1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..b5867aa --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/copycats-3.0.4+mc.1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"copycats-3.0.4+mc.1.21.1-neoforge.jar","modId":"copycats","version":"3.0.4+mc.1.21.1-neoforge","mixinConfigs":["copycats-common.mixins.json","copycats-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3112677890,"modrinthHash":"6a11d5806bcf521e08faba1ee6ef5f31af55ca0f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/coroutil-neoforge-1.21.0-1.3.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/coroutil-neoforge-1.21.0-1.3.8.jar.mod_data.json new file mode 100644 index 0000000..584426b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/coroutil-neoforge-1.21.0-1.3.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"coroutil-neoforge-1.21.0-1.3.8.jar","modId":"coroutil","version":"1.21.0-1.3.8","mixinConfigs":["coroutil.mixins.json","coroutil_fabric.mixins.json"],"jarJarMods":[],"curseForgeHash":3962119445,"modrinthHash":"b044c51d00d60b5645a0c0890812935cd933555f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/corpse-neoforge-1.21.1-1.1.13.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/corpse-neoforge-1.21.1-1.1.13.jar.mod_data.json new file mode 100644 index 0000000..d5eda59 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/corpse-neoforge-1.21.1-1.1.13.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"corpse-neoforge-1.21.1-1.1.13.jar","modId":"corpse","version":"1.21.1-1.1.13","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":2871361078,"modrinthHash":"4f42091ef36e98e99c2f28a273ded960c0ac08bd"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar.mod_data.json new file mode 100644 index 0000000..32aff3f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar","modId":"corpsecurioscompat","version":"3.1.3","mixinConfigs":["corpsecurioscompat.mixins.json"],"jarJarMods":[],"curseForgeHash":2638912561,"modrinthHash":"2aa5e83940a26c6e529e58a3a8a0260df3078c6d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/countereds_terrain_slabs-2.1.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/countereds_terrain_slabs-2.1.2.jar.mod_data.json new file mode 100644 index 0000000..b4e65ee --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/countereds_terrain_slabs-2.1.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"countereds_terrain_slabs-2.1.2.jar","modId":"terrainslabs","version":"2.1.2","mixinConfigs":["terrainslabs.mixins.json"],"jarJarMods":[{"jarName":"midnightlib-1.6.9+1.21-fabric.jar","modId":"midnightlib","version":"1.6.9","mixinConfigs":["midnightlib.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1109328790,"modrinthHash":"a3d72af6698aee5652fa938e541ab45d140ccdfc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/create-1.21.1-6.0.10.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/create-1.21.1-6.0.10.jar.mod_data.json new file mode 100644 index 0000000..a701f02 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/create-1.21.1-6.0.10.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"create-1.21.1-6.0.10.jar","modId":"create","version":"6.0.10","mixinConfigs":["create.mixins.json"],"jarJarMods":[{"jarName":"flywheel-neoforge-1.21.1-1.0.6.jar","modId":"flywheel","version":"1.0.6","mixinConfigs":["flywheel.impl.mixins.json","flywheel.impl.neoforge.mixins.json","flywheel.backend.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"ponder-neoforge-1.0.82+mc1.21.1.jar","modId":"ponder","version":"1.0.82+mc1.21.1","mixinConfigs":["ponder-common.mixins.json","ponder.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"Registrate-MC1.21-1.3.0+67.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":522093599,"modrinthHash":"0e97e49837bed766e6f28a4c95b04885d6acc353"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/create-central-kitchen-2.3.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/create-central-kitchen-2.3.0.jar.mod_data.json new file mode 100644 index 0000000..44c5445 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/create-central-kitchen-2.3.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"create-central-kitchen-2.3.0.jar","modId":"create_central_kitchen","version":"2.3.0","mixinConfigs":["create_central_kitchen.brewinandchewin.mixins.json","create_central_kitchen.minersdelight.mixins.json","create_central_kitchen.mixins.json","create_central_kitchen.dungeonsdelight.mixins.json","create_central_kitchen.mynethersdelight.mixins.json","create_central_kitchen.trailandtalesdelight.mixins.json","create_central_kitchen.extradelight.mixins.json","create_central_kitchen.farmersdelight.mixins.json","create_central_kitchen.twilightdelight.mixins.json","create_central_kitchen.endsdelight.mixins.json"],"jarJarMods":[],"curseForgeHash":207978631,"modrinthHash":"93ec8d7d6a77f3ee8ba1533c81563cdbcc261293"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/create-enchantment-industry-2.3.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/create-enchantment-industry-2.3.1.jar.mod_data.json new file mode 100644 index 0000000..603c569 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/create-enchantment-industry-2.3.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"create-enchantment-industry-2.3.1.jar","modId":"create_enchantment_industry","version":"2.3.1","mixinConfigs":["create_enchantment_industry.mixins.json"],"jarJarMods":[],"curseForgeHash":2385602194,"modrinthHash":"e9a57b322459bda9905e4287d2582ad600909b11"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/create-integrated-farming-1.2.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/create-integrated-farming-1.2.2.jar.mod_data.json new file mode 100644 index 0000000..171f2c0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/create-integrated-farming-1.2.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"create-integrated-farming-1.2.2.jar","modId":"create_integrated_farming","version":"1.2.2","mixinConfigs":["create_integrated_farming.mixins.json","create_integrated_farming.createenchantablemachinery.mixins.json","create_integrated_farming.netherdepthsupgrade.mixins.json","create_integrated_farming.delightoflight.mixins.json"],"jarJarMods":[],"curseForgeHash":1364045533,"modrinthHash":"e6fb605b92f59fd91f57016d5666f618db740b1a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/critical_strike-neoforge-1.0.4+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/critical_strike-neoforge-1.0.4+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..60d8fda --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/critical_strike-neoforge-1.0.4+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"critical_strike-neoforge-1.0.4+1.21.1.jar","modId":"critical_strike","version":"1.0.4+1.21.1","mixinConfigs":["critical_strike.mixins.json"],"jarJarMods":[{"jarName":"tiny-config-3.1.0-neoforge.jar","modId":"tiny_config","version":"3.1.0","mixinConfigs":["tiny_config.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1987564767,"modrinthHash":"e6bf40bd03826c5ce2d57153b8bd9f3463cf5111"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/crittersandcompanions-neoforge-1.21.1-2.3.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/crittersandcompanions-neoforge-1.21.1-2.3.4.jar.mod_data.json new file mode 100644 index 0000000..439b669 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/crittersandcompanions-neoforge-1.21.1-2.3.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"crittersandcompanions-neoforge-1.21.1-2.3.4.jar","modId":"crittersandcompanions","version":"1.21.1-2.3.4","mixinConfigs":["crittersandcompanions.mixins.json"],"jarJarMods":[],"curseForgeHash":923284299,"modrinthHash":"c32ae5df533d081f845a153ab67c8d1c61cf339f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/cupboard-1.21-3.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/cupboard-1.21-3.5.jar.mod_data.json new file mode 100644 index 0000000..f52a504 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/cupboard-1.21-3.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"cupboard-1.21-3.5.jar","modId":"cupboard","version":"3.5","mixinConfigs":["cupboard.mixins.json"],"jarJarMods":[],"curseForgeHash":3036562125,"modrinthHash":"e5f55c8f9d172048fe6f8b919cda1dbe3cbfbc70"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/deep_aether-1.21.1-1.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/deep_aether-1.21.1-1.1.4.jar.mod_data.json new file mode 100644 index 0000000..6e5f9d4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/deep_aether-1.21.1-1.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"deep_aether-1.21.1-1.1.4.jar","modId":"deep_aether","version":"1.1.4","mixinConfigs":["deep_aether.mixins.json"],"jarJarMods":[{"jarName":"aeroblender-1.21.1-1.0.0-neoforge.jar","modId":"aeroblender","version":"1.0.0","mixinConfigs":["aeroblender.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"TerraBlender-neoforge-1.21.1-4.1.0.3.jar","modId":"terrablender","version":"4.1.0.3","mixinConfigs":["terrablender_neoforge.mixins.json","terrablender.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2131316269,"modrinthHash":"d850e07ebabebd0a471e89c0ef63f03ef241d1bb"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/deeperdarker-neoforge-1.21.1-1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/deeperdarker-neoforge-1.21.1-1.4.jar.mod_data.json new file mode 100644 index 0000000..d4d7641 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/deeperdarker-neoforge-1.21.1-1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"deeperdarker-neoforge-1.21.1-1.4.jar","modId":"deeperdarker","version":"1.4","mixinConfigs":["deeperdarker.mixins.json"],"jarJarMods":[],"curseForgeHash":68736751,"modrinthHash":"ba6a751b9365b3e08a28c13ddfb43c566dfdf496"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/despawntweaks-neoforge-1.0.0-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/despawntweaks-neoforge-1.0.0-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..e79751f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/despawntweaks-neoforge-1.0.0-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"despawntweaks-neoforge-1.0.0-1.21.1.jar","modId":"despawntweaks","version":"1.0.0","mixinConfigs":["mixins.despawntweaks.json"],"jarJarMods":[],"curseForgeHash":349714845,"modrinthHash":"e85b18cbb8dffd7e6920002c572f52c1de87c794"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/dungeons-and-taverns-v4.4.4 [NeoForge].jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/dungeons-and-taverns-v4.4.4 [NeoForge].jar.mod_data.json new file mode 100644 index 0000000..c31880d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/dungeons-and-taverns-v4.4.4 [NeoForge].jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"dungeons-and-taverns-v4.4.4 [NeoForge].jar","modId":"mr_dungeons_andtaverns","version":"1-v4.4.4","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1842335510,"modrinthHash":"249a5bdd0e8622b8a11f88758e6f5fd5fda036a3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/durability_tweaks-neoforge-1.0.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/durability_tweaks-neoforge-1.0.2.jar.mod_data.json new file mode 100644 index 0000000..86360a3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/durability_tweaks-neoforge-1.0.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"durability_tweaks-neoforge-1.0.2.jar","modId":"durability_tweaks","version":"1.0.2","mixinConfigs":["durability_tweaks.mixins.json"],"jarJarMods":[{"jarName":"TinyConfig-2.3.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":435350709,"modrinthHash":"ef24c6c058cb767f3558a8d9fb10fb7224eb149e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/e4mc-neoforge-6.1.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/e4mc-neoforge-6.1.0.jar.mod_data.json new file mode 100644 index 0000000..f081240 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/e4mc-neoforge-6.1.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"e4mc-neoforge-6.1.0.jar","modId":"e4mc","version":"6.1.0","mixinConfigs":["e4mc.mixins.json"],"jarJarMods":[{"jarName":"kaleido-config-0.3.3+1.3.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":208910309,"modrinthHash":"043f7ef49a74f9f51c1612df4ca0889ba71f1d0e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/easy_mob_spawn_control-1.1.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/easy_mob_spawn_control-1.1.5.jar.mod_data.json new file mode 100644 index 0000000..4f1584f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/easy_mob_spawn_control-1.1.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"easy_mob_spawn_control-1.1.5.jar","modId":"easy_mob_spawn_control","version":"1.1.5","mixinConfigs":["easy_mob_spawn_control.mixins.json"],"jarJarMods":[],"curseForgeHash":3064783449,"modrinthHash":"8ebd62d05d55d6900f51256c97602c354a8415a0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/effortless-1.21.1-3.4.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/effortless-1.21.1-3.4.0.jar.mod_data.json new file mode 100644 index 0000000..2f78858 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/effortless-1.21.1-3.4.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"effortless-1.21.1-3.4.0.jar","modId":"effortless","version":"3.4.0","mixinConfigs":["effortless.fabric.mixins.json"],"jarJarMods":[],"curseForgeHash":3441702022,"modrinthHash":"fd60c4a0b8c0d2da7e0897644dbc157db19bb54f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/elytraslot-neoforge-9.0.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/elytraslot-neoforge-9.0.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..5ef6d84 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/elytraslot-neoforge-9.0.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"elytraslot-neoforge-9.0.2+1.21.1.jar","modId":"elytraslot","version":"9.0.2+1.21.1","mixinConfigs":["elytraslot-integrations.mixins.json"],"jarJarMods":[],"curseForgeHash":1233383863,"modrinthHash":"8ac6cf959fe66399aa7e86b6e6f933e07d155b7e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/emi-1.1.22+1.21.1+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/emi-1.1.22+1.21.1+neoforge.jar.mod_data.json new file mode 100644 index 0000000..0bfc39e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/emi-1.1.22+1.21.1+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"emi-1.1.22+1.21.1+neoforge.jar","modId":"emi","version":"1.1.22+1.21.1+neoforge","mixinConfigs":["emi.mixins.json","emi-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":1652373382,"modrinthHash":"cbbd038194cd63249db185c53b1d50a1767f80a3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/emi_enchanting-0.1.2+1.21+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/emi_enchanting-0.1.2+1.21+neoforge.jar.mod_data.json new file mode 100644 index 0000000..ecdff2d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/emi_enchanting-0.1.2+1.21+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"emi_enchanting-0.1.2+1.21+neoforge.jar","modId":"emi_enchanting","version":"0.1.2+1.21+neoforge","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3503819062,"modrinthHash":"02ad74769ffcec259fd9bb14a1760593f6182b5c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/emi_loot-0.7.9+1.21+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/emi_loot-0.7.9+1.21+neoforge.jar.mod_data.json new file mode 100644 index 0000000..05e0979 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/emi_loot-0.7.9+1.21+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"emi_loot-0.7.9+1.21+neoforge.jar","modId":"emi_loot","version":"0.7.9+1.21+neoforge","mixinConfigs":["emi_loot.mixins.json"],"jarJarMods":[],"curseForgeHash":2390371856,"modrinthHash":"bd0326eeda721c87a29efd78f9a52f46d572392c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/endermanoverhaul-neoforge-1.21.1-2.0.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/endermanoverhaul-neoforge-1.21.1-2.0.3.jar.mod_data.json new file mode 100644 index 0000000..9090640 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/endermanoverhaul-neoforge-1.21.1-2.0.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"endermanoverhaul-neoforge-1.21.1-2.0.3.jar","modId":"endermanoverhaul","version":"2.0.3","mixinConfigs":["endermanoverhaul.mixins.json"],"jarJarMods":[],"curseForgeHash":1585337905,"modrinthHash":"f71aa503738f2e23a8d939b7ea9f96f2fe203f11"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/endersdelight-1.2.0-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/endersdelight-1.2.0-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..8d516a6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/endersdelight-1.2.0-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"endersdelight-1.2.0-1.21.1.jar","modId":"endersdelight","version":"1.2.0","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":4198348361,"modrinthHash":"61d54a380569d8d916f9414abe5b26c8cf00c5b7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/enhancedbossbars-1.0.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/enhancedbossbars-1.0.0.jar.mod_data.json new file mode 100644 index 0000000..c65483e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/enhancedbossbars-1.0.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"enhancedbossbars-1.0.0.jar","modId":"enhancedbossbars","version":"1.0.0","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3478197282,"modrinthHash":"812fa35e45f015661e8348c96d2ccc360723583b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/entity_model_features_1.21-neoforge-3.0.12.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/entity_model_features_1.21-neoforge-3.0.12.jar.mod_data.json new file mode 100644 index 0000000..15795ed --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/entity_model_features_1.21-neoforge-3.0.12.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"entity_model_features_1.21-neoforge-3.0.12.jar","modId":"entity_model_features","version":"3.0.12","mixinConfigs":["entity_model_features.mixins.json"],"jarJarMods":[],"curseForgeHash":2170911721,"modrinthHash":"592166c3d5d6f5c17b31e7fa2607d85038883d09"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/entity_texture_features_1.21-neoforge-7.0.9.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/entity_texture_features_1.21-neoforge-7.0.9.jar.mod_data.json new file mode 100644 index 0000000..5f4f7a6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/entity_texture_features_1.21-neoforge-7.0.9.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"entity_texture_features_1.21-neoforge-7.0.9.jar","modId":"entity_texture_features","version":"7.0.9","mixinConfigs":["entity_texture_features.mixins.json"],"jarJarMods":[],"curseForgeHash":4003344894,"modrinthHash":"0a31d1b0753ad626b06e14fb5af840bf3d4c7973"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/entityculling-neoforge-1.9.5-mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/entityculling-neoforge-1.9.5-mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..c90f52e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/entityculling-neoforge-1.9.5-mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"entityculling-neoforge-1.9.5-mc1.21.1.jar","modId":"entityculling","version":"1.9.5","mixinConfigs":["entityculling.mixins.json"],"jarJarMods":[{"jarName":"TRansition-1.0.11-1.21.1-neoforge-SNAPSHOT.jar","modId":"transition","version":"1.0.11","mixinConfigs":["transition.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"TRender-1.0.10-1.21.1-neoforge-SNAPSHOT.jar","modId":"trender","version":"1.0.10","mixinConfigs":["trender.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2066399560,"modrinthHash":"0b4a085c1b79c86d7054342123a0ce8deaa0b174"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/everycomp-1.21-2.11.30-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/everycomp-1.21-2.11.30-neoforge.jar.mod_data.json new file mode 100644 index 0000000..ba0ea5a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/everycomp-1.21-2.11.30-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"everycomp-1.21-2.11.30-neoforge.jar","modId":"everycomp","version":"1.21-2.11.30","mixinConfigs":["everycomp-common.mixins.json"],"jarJarMods":[],"curseForgeHash":1559220509,"modrinthHash":"abcb516dee55d74110e88be9f6426329405f943d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/explore_ruins_aether-1.0.0-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/explore_ruins_aether-1.0.0-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..7445eaf --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/explore_ruins_aether-1.0.0-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"explore_ruins_aether-1.0.0-neoforge-1.21.1.jar","modId":"explore_ruins_aether","version":"1.0.0","isMCreator":true,"mixinConfigs":[],"jarJarMods":[],"curseForgeHash":358252519,"modrinthHash":"c4de6d0104090df656634afc03f3b1b05c6b33e1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fancymenu_neoforge_3.8.1_MC_1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fancymenu_neoforge_3.8.1_MC_1.21.1.jar.mod_data.json new file mode 100644 index 0000000..ec54e5b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fancymenu_neoforge_3.8.1_MC_1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fancymenu_neoforge_3.8.1_MC_1.21.1.jar","modId":"fancymenu","version":"3.8.1","mixinConfigs":["fancymenu.mixins.json","fancymenu.neoforge.mixins.json"],"jarJarMods":[{"jarName":"japng-0.5.3.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"animated-gif-lib-for-java-animated-gif-lib-1.7.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3495812626,"modrinthHash":"061a2c1ae0563d9d433928c243c58ee9b45f630f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fancytoasts-neoforge-1.21.1-1.4.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fancytoasts-neoforge-1.21.1-1.4.6.jar.mod_data.json new file mode 100644 index 0000000..ce2bb7f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fancytoasts-neoforge-1.21.1-1.4.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fancytoasts-neoforge-1.21.1-1.4.6.jar","modId":"fancytoasts","version":"1.4.6","mixinConfigs":["fancytoasts.mixins.json"],"jarJarMods":[],"curseForgeHash":2663418393,"modrinthHash":"c6b2ac0d8da68ccaa4b12ed0017e0a4ece1a3222"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/farsight-1.21.1-4.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/farsight-1.21.1-4.5.jar.mod_data.json new file mode 100644 index 0000000..a488b93 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/farsight-1.21.1-4.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"farsight-1.21.1-4.5.jar","modId":"farsight_view","version":"4.5","mixinConfigs":["farsight.mixins.json"],"jarJarMods":[{"jarName":"jctools-core-4.0.5.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3117271638,"modrinthHash":"96e0bf57ca4ae7764b63bcb1a6774cfd9e3376df"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..d32d69e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar","modId":"fastipping","version":"1.0.8","mixinConfigs":["fastipping.mixins.json"],"jarJarMods":[],"curseForgeHash":4093450995,"modrinthHash":"a586391fdeed70d28dbbaa06a5719eecdbc82602"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fastasyncworldsave-1.21-2.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fastasyncworldsave-1.21-2.6.jar.mod_data.json new file mode 100644 index 0000000..c4ab0fe --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fastasyncworldsave-1.21-2.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fastasyncworldsave-1.21-2.6.jar","modId":"fastasyncworldsave","version":"2.6","mixinConfigs":["fastasyncworldsave.mixins.json"],"jarJarMods":[],"curseForgeHash":1703092068,"modrinthHash":"87e019715314631f2c8288cf7c73a52a61b2d61b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fastboot-1.21.x-v1.3neo.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fastboot-1.21.x-v1.3neo.jar.mod_data.json new file mode 100644 index 0000000..c256b09 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fastboot-1.21.x-v1.3neo.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fastboot-1.21.x-v1.3neo.jar","modId":"fastboot","version":"1.3.0","mixinConfigs":["fastboot.mixins.json"],"jarJarMods":[],"curseForgeHash":2389002337,"modrinthHash":"1c9101baf7e4b111fc55e0b5a8687e67be2f626c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ferritecore-7.0.3-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ferritecore-7.0.3-neoforge.jar.mod_data.json new file mode 100644 index 0000000..5373921 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ferritecore-7.0.3-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ferritecore-7.0.3-neoforge.jar","modId":"ferritecore","version":"7.0.3","mixinConfigs":["ferritecore.modelsides.mixin.json","ferritecore.mrl.mixin.json","ferritecore.dedupbakedquad.mixin.json","ferritecore.threaddetec.mixin.json","ferritecore.datacomponents.mixin.json","ferritecore.blockstatecache.mixin.json","ferritecore.dedupmultipart.mixin.json","ferritecore.accessors.mixin.json","ferritecore.fastmap.mixin.json","ferritecore.predicates.mixin.json"],"jarJarMods":[],"curseForgeHash":2808038058,"modrinthHash":"9563692efb708b6b568df27a01ec52f6311928ef"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/flerovium-neoforge-1.21.1-1.0.18-all.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/flerovium-neoforge-1.21.1-1.0.18-all.jar.mod_data.json new file mode 100644 index 0000000..26c53b8 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/flerovium-neoforge-1.21.1-1.0.18-all.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"flerovium-neoforge-1.21.1-1.0.18-all.jar","modId":"flerovium","version":"1.0.18","mixinConfigs":["flerovium.mixins.json"],"jarJarMods":[{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar","modId":"fabric_block_view_api_v2","version":"1.0.10+9afaaf8c19","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-renderer-api-v1-3.4.0+acb05a3919.jar","modId":"fabric_renderer_api_v1","version":"3.4.0+acb05a3919","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar","modId":"fabric_rendering_data_attachment_v1","version":"0.3.48+73761d2e19","mixinConfigs":["fabric-rendering-data-attachment-v1.client.mixins.json","fabric-rendering-data-attachment-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1585335113,"modrinthHash":"3d7890fa10d71a2dff2a25b19a9bc259261989e0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..4831a4a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar","modId":"fabric_api","version":"0.116.7+2.2.4+1.21.1","mixinConfigs":[],"jarJarMods":[{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-api-lookup-api-v1-1.6.71+c290471319.jar","modId":"fabric_api_lookup_api_v1","version":"1.6.71+c290471319","mixinConfigs":["fabric-api-lookup-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-biome-api-v1-13.0.31+1e62d33c19.jar","modId":"fabric_biome_api_v1","version":"13.0.31+1e62d33c19","mixinConfigs":["fabric-biome-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-block-api-v1-1.1.0+b0c22bb819.jar","modId":"fabric_block_api_v1","version":"1.1.0+b0c22bb819","mixinConfigs":["fabric-block-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-block-view-api-v2-1.0.11+e9036fd419.jar","modId":"fabric_block_view_api_v2","version":"1.0.11+e9036fd419","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-blockrenderlayer-v1-1.1.52+c290471319.jar","modId":"fabric_blockrenderlayer_v1","version":"1.1.52+c290471319","mixinConfigs":["fabric-blockrenderlayer-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-client-tags-api-v1-1.1.15+e053909619.jar","modId":"fabric_client_tags_api_v1","version":"1.1.15+e053909619","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-command-api-v2-2.2.28+36d727be19.jar","modId":"fabric_command_api_v2","version":"2.2.28+36d727be19","mixinConfigs":["fabric-command-api-v2.mixins.json","fabric-command-api-v2.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-content-registries-v0-8.0.19+5e0d320019.jar","modId":"fabric_content_registries_v0","version":"8.0.19+5e0d320019","mixinConfigs":["fabric-content-registries-v0.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-convention-tags-v1-2.1.5+7f945d5b19.jar","modId":"fabric_convention_tags_v1","version":"2.1.5+7f945d5b19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-convention-tags-v2-2.11.1+87e5848019.jar","modId":"fabric_convention_tags_v2","version":"2.11.1+87e5848019","mixinConfigs":["fabric-convention-tags-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-data-attachment-api-v1-1.4.5+26d408aa19.jar","modId":"fabric_data_attachment_api_v1","version":"1.4.5+26d408aa19","mixinConfigs":["fabric-data-attachment-api-v1.mixins.json","fabric-data-attachment-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-data-generation-api-v1-20.2.34+a4c3605619.jar","modId":"fabric_data_generation_api_v1","version":"20.2.34+a4c3605619","mixinConfigs":["fabric-data-generation-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-entity-events-v1-1.8.0+5ede667619.jar","modId":"fabric_entity_events_v1","version":"1.8.0+5ede667619","mixinConfigs":["fabric-entity-events-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-events-interaction-v0-0.7.13+86e0887119.jar","modId":"fabric_events_interaction_v0","version":"0.7.13+86e0887119","mixinConfigs":["fabric-events-interaction-v0.mixins.json","fabric-events-interaction-v0.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-game-rule-api-v1-1.0.53+36d727be19.jar","modId":"fabric_game_rule_api_v1","version":"1.0.53+36d727be19","mixinConfigs":["fabric-game-rule-api-v1.mixins.json","fabric-game-rule-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-gametest-api-v1-2.0.5+29f188ce19.jar","modId":"fabric_gametest_api_v1","version":"2.0.5+29f188ce19","mixinConfigs":["fabric-gametest-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-item-api-v1-11.2.0+0c57911319.jar","modId":"fabric_item_api_v1","version":"11.2.0+0c57911319","mixinConfigs":["fabric-item-api-v1.client.mixins.json","fabric-item-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-item-group-api-v1-4.1.7+e324903319.jar","modId":"fabric_item_group_api_v1","version":"4.1.7+e324903319","mixinConfigs":["fabric-item-group-api-v1.client.mixins.json","fabric-item-group-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar","modId":"fabric_key_binding_api_v1","version":"1.0.47+62cc7ce119","mixinConfigs":["fabric-key-binding-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-lifecycle-events-v1-2.6.0+e40d8add19.jar","modId":"fabric_lifecycle_events_v1","version":"2.6.0+e40d8add19","mixinConfigs":["fabric-lifecycle-events-v1.client.mixins.json","fabric-lifecycle-events-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-loot-api-v2-3.0.15+a3ee712d19.jar","modId":"fabric_loot_api_v2","version":"3.0.15+a3ee712d19","mixinConfigs":["fabric-loot-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-loot-api-v3-1.0.3+333dfad919.jar","modId":"fabric_loot_api_v3","version":"1.0.3+333dfad919","mixinConfigs":["fabric-loot-api-v3.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-message-api-v1-6.0.14+6a754fce19.jar","modId":"fabric_message_api_v1","version":"6.0.14+6a754fce19","mixinConfigs":["fabric-message-api-v1.client.mixins.json","fabric-message-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-model-loading-api-v1-2.1.0+6e8f52c719.jar","modId":"fabric_model_loading_api_v1","version":"2.1.0+6e8f52c719","mixinConfigs":["fabric-model-loading-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-networking-api-v1-4.3.0+30a980d919.jar","modId":"fabric_networking_api_v1","version":"4.3.0+30a980d919","mixinConfigs":["fabric-networking-api-v1.mixins.json","fabric-networking-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-object-builder-api-v1-15.2.1+cc242efd19.jar","modId":"fabric_object_builder_api_v1","version":"15.2.1+cc242efd19","mixinConfigs":["fabric-object-builder-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-particles-v1-4.0.2+824f924c19.jar","modId":"fabric_particles_v1","version":"4.0.2+824f924c19","mixinConfigs":["fabric-particles-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-recipe-api-v1-5.0.15+59440bcc19.jar","modId":"fabric_recipe_api_v1","version":"5.0.15+59440bcc19","mixinConfigs":["fabric-recipe-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-registry-sync-v0-5.3.1+f9aace1619.jar","modId":"fabric_registry_sync_v0","version":"5.3.1+f9aace1619","mixinConfigs":["fabric-registry-sync-v0.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-renderer-api-v1-3.4.1+9125b6dc19.jar","modId":"fabric_renderer_api_v1","version":"3.4.1+9125b6dc19","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-renderer-indigo-1.7.1+9125b6dc19.jar","modId":"fabric_renderer_indigo","version":"1.7.1+9125b6dc19","mixinConfigs":["fabric-renderer-indigo.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-data-attachment-v1-0.3.49+73761d2e19.jar","modId":"fabric_rendering_data_attachment_v1","version":"0.3.49+73761d2e19","mixinConfigs":["fabric-rendering-data-attachment-v1.client.mixins.json","fabric-rendering-data-attachment-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-fluids-v1-3.1.6+a51883b219.jar","modId":"fabric_rendering_fluids_v1","version":"3.1.6+a51883b219","mixinConfigs":["fabric-rendering-fluids-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-v1-5.1.0+1a09bd5a19.jar","modId":"fabric_rendering_v1","version":"5.1.0+1a09bd5a19","mixinConfigs":["fabric-rendering-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-resource-conditions-api-v1-4.3.0+5bdd099819.jar","modId":"fabric_resource_conditions_api_v1","version":"4.3.0+5bdd099819","mixinConfigs":["fabric-resource-conditions-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-resource-loader-v0-1.3.1+4ea8954419.jar","modId":"fabric_resource_loader_v0","version":"1.3.1+4ea8954419","mixinConfigs":["fabric-resource-loader-v0.mixins.json","fabric-resource-loader-v0.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-screen-api-v1-2.0.25+0ae1214819.jar","modId":"fabric_screen_api_v1","version":"2.0.25+0ae1214819","mixinConfigs":["fabric-screen-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-screen-handler-api-v1-1.3.90+8dbc56dd19.jar","modId":"fabric_screen_handler_api_v1","version":"1.3.90+8dbc56dd19","mixinConfigs":["fabric-screen-handler-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-sound-api-v1-1.0.23+10b84f8419.jar","modId":"fabric_sound_api_v1","version":"1.0.23+10b84f8419","mixinConfigs":["fabric-sound-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-transfer-api-v1-5.4.3+a25cb45619.jar","modId":"fabric_transfer_api_v1","version":"5.4.3+a25cb45619","mixinConfigs":["fabric-transfer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-transitive-access-wideners-v1-6.2.0+6c854b6f19.jar","modId":"fabric_transitive_access_wideners_v1","version":"6.2.0+6c854b6f19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"forgified-fabric-loader-2.5.68+0.18.4+1.21.1-full.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":1013765236,"modrinthHash":"c0267082a59e166f47c3c64ba605faa778a29480"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/framework-neoforge-1.21.1-0.13.11.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/framework-neoforge-1.21.1-0.13.11.jar.mod_data.json new file mode 100644 index 0000000..66f618c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/framework-neoforge-1.21.1-0.13.11.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"framework-neoforge-1.21.1-0.13.11.jar","modId":"framework","version":"0.13.11","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1313912180,"modrinthHash":"e46eb138fbb13a12f37154fb4ec407d64b326475"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/friendsandfoes-neoforge-4.0.23+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/friendsandfoes-neoforge-4.0.23+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..5e2ed30 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/friendsandfoes-neoforge-4.0.23+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"friendsandfoes-neoforge-4.0.23+mc1.21.1.jar","modId":"friendsandfoes","version":"4.0.23","mixinConfigs":["friendsandfoes-common.mixins.json","friendsandfoes-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3184584320,"modrinthHash":"251743d54fc9b85a540c459b0bd826c59e377fc9"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ftb-library-neoforge-2101.1.31.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ftb-library-neoforge-2101.1.31.jar.mod_data.json new file mode 100644 index 0000000..45bb508 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ftb-library-neoforge-2101.1.31.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ftb-library-neoforge-2101.1.31.jar","modId":"ftblibrary","version":"2101.1.31","mixinConfigs":["ftblibrary-common.mixins.json"],"jarJarMods":[],"curseForgeHash":2049429281,"modrinthHash":"686d4e784c28c14f7760cc22b2de6a8573b56b74"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ftb-quests-neoforge-2101.1.22.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ftb-quests-neoforge-2101.1.22.jar.mod_data.json new file mode 100644 index 0000000..b03ffde --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ftb-quests-neoforge-2101.1.22.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ftb-quests-neoforge-2101.1.22.jar","modId":"ftbquests","version":"2101.1.22","mixinConfigs":["ftbquests-common.mixins.json"],"jarJarMods":[],"curseForgeHash":3673141623,"modrinthHash":"2e870ff780d927a22cf28650c39082eaeaaea50e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ftb-teams-neoforge-2101.1.9.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ftb-teams-neoforge-2101.1.9.jar.mod_data.json new file mode 100644 index 0000000..b143e70 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ftb-teams-neoforge-2101.1.9.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ftb-teams-neoforge-2101.1.9.jar","modId":"ftbteams","version":"2101.1.9","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":2109677839,"modrinthHash":"328e04bf1a445870aacea8fe7637670f84272a8f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ftb-xmod-compat-neoforge-21.1.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ftb-xmod-compat-neoforge-21.1.8.jar.mod_data.json new file mode 100644 index 0000000..e35fb17 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ftb-xmod-compat-neoforge-21.1.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ftb-xmod-compat-neoforge-21.1.8.jar","modId":"ftbxmodcompat","version":"21.1.8","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":697946099,"modrinthHash":"0c25fc1a43c99eaa68c883dc77e3ebf4539629e6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/fzzy_config-0.7.6+1.21+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/fzzy_config-0.7.6+1.21+neoforge.jar.mod_data.json new file mode 100644 index 0000000..4bf1323 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/fzzy_config-0.7.6+1.21+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"fzzy_config-0.7.6+1.21+neoforge.jar","modId":"fzzy_config","version":"0.7.6+1.21+neoforge","mixinConfigs":[],"jarJarMods":[{"jarName":"jankson-1.2.3.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"tomlkt-jvm-0.3.7.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":3178451079,"modrinthHash":"c0910f9b975aaab8545ce950539748fb33d704d1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/gallery-1.21.1-2.0.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/gallery-1.21.1-2.0.0.jar.mod_data.json new file mode 100644 index 0000000..84b3ed4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/gallery-1.21.1-2.0.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"gallery-1.21.1-2.0.0.jar","modId":"gallery","version":"2.0.0","mixinConfigs":["gallery.mixins.json"],"jarJarMods":[],"curseForgeHash":627315251,"modrinthHash":"4b70093c91dd290b7defc81905054aa445ecd752"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/gazebo-neoforge-2.1.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/gazebo-neoforge-2.1.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..94d93b3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/gazebo-neoforge-2.1.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"gazebo-neoforge-2.1.0+1.21.1.jar","modId":"gazebo","version":"2.1.0","mixinConfigs":["gazebo.mixins.json"],"jarJarMods":[],"curseForgeHash":3743666122,"modrinthHash":"50815a6c4fcf8ab501f9eae52ed4906e4174540e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/geckolib-neoforge-1.21.1-4.8.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/geckolib-neoforge-1.21.1-4.8.4.jar.mod_data.json new file mode 100644 index 0000000..1b4b331 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/geckolib-neoforge-1.21.1-4.8.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"geckolib-neoforge-1.21.1-4.8.4.jar","modId":"geckolib","version":"4.8.4","mixinConfigs":["geckolib.mixins.json"],"jarJarMods":[],"curseForgeHash":396384696,"modrinthHash":"eb854c8ec53ef922a5f3877a1aa4c1ce1352e0ce"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/getittogetherdrops-neoforge-1.21.5-1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/getittogetherdrops-neoforge-1.21.5-1.4.jar.mod_data.json new file mode 100644 index 0000000..d3f728a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/getittogetherdrops-neoforge-1.21.5-1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"getittogetherdrops-neoforge-1.21.5-1.4.jar","modId":"getittogetherdrops","version":"1.4","mixinConfigs":["getittogetherdrops.mixins.json"],"jarJarMods":[],"curseForgeHash":352485725,"modrinthHash":"ead940a50f69313802960c497e252acd3956334f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/gnetum-3.3.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/gnetum-3.3.1.jar.mod_data.json new file mode 100644 index 0000000..494d262 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/gnetum-3.3.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"gnetum-3.3.1.jar","modId":"gnetum","version":"3.3.1","mixinConfigs":["gnetum.mixins.json"],"jarJarMods":[],"curseForgeHash":3009510213,"modrinthHash":"1ec9904199b480da2bcc2c38b66e37e1ffd602be"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/goblintraders-neoforge-1.21.1-1.11.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/goblintraders-neoforge-1.21.1-1.11.2.jar.mod_data.json new file mode 100644 index 0000000..9265e05 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/goblintraders-neoforge-1.21.1-1.11.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"goblintraders-neoforge-1.21.1-1.11.2.jar","modId":"goblintraders","version":"1.11.2","mixinConfigs":["goblintraders.common.mixins.json"],"jarJarMods":[],"curseForgeHash":567055158,"modrinthHash":"4507faefb977321b598daa3fb35d7e1a9a03eb80"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/golemoverhaul-neoforge-1.21.1-1.1.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/golemoverhaul-neoforge-1.21.1-1.1.0.jar.mod_data.json new file mode 100644 index 0000000..40fbb1b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/golemoverhaul-neoforge-1.21.1-1.1.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"golemoverhaul-neoforge-1.21.1-1.1.0.jar","modId":"golemoverhaul","version":"1.1.0","mixinConfigs":["golemoverhaul.mixins.json"],"jarJarMods":[],"curseForgeHash":3366158616,"modrinthHash":"d88a32eecb5117bda6c694bbc3384c62bc8dc409"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/gpumemleakfix-1.21-1.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/gpumemleakfix-1.21-1.8.jar.mod_data.json new file mode 100644 index 0000000..52e1e67 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/gpumemleakfix-1.21-1.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"gpumemleakfix-1.21-1.8.jar","modId":"gpumemleakfix","version":"1.8","mixinConfigs":["gpumemleakfix.mixins.json"],"jarJarMods":[],"curseForgeHash":1193908577,"modrinthHash":"1894d2f0dd0c275aea0f1a6265ebd5715569c208"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/grind-enchantments-4.0.1+neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/grind-enchantments-4.0.1+neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..8f02f91 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/grind-enchantments-4.0.1+neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"grind-enchantments-4.0.1+neoforge-1.21.1.jar","modId":"grindenchantments","version":"4.0.1+neoforge-1.21.1","mixinConfigs":["grindenchantments.mixins.json"],"jarJarMods":[{"jarName":"codec-config-api-3.0.2+1.21.1.jar","modId":"codecconfigapi","version":"3.0.2","mixinConfigs":["codec-config-api.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":106112197,"modrinthHash":"a6217a029c859f7582721dfdb26d25cd3fb60adc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/happy_ghast-3.0.0-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/happy_ghast-3.0.0-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..43f6770 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/happy_ghast-3.0.0-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"happy_ghast-3.0.0-neoforge-1.21.1.jar","modId":"dried_ghast","version":"1.0.0","mixinConfigs":["mixins.dried_ghast.json"],"jarJarMods":[],"curseForgeHash":4203061104,"modrinthHash":"f7eba2f5f3fc0c9533e47e3e005f8751849bf497"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/hearthandharvest-1.21.1-1.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/hearthandharvest-1.21.1-1.1.4.jar.mod_data.json new file mode 100644 index 0000000..604d800 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/hearthandharvest-1.21.1-1.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"hearthandharvest-1.21.1-1.1.4.jar","modId":"hearthandharvest","version":"1.1.4","mixinConfigs":["hearthandharvest.mixins.json"],"jarJarMods":[],"curseForgeHash":3305669672,"modrinthHash":"5f6da8dd43ce64e210e88e2ac92065a879a67475"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/hunger_tweaks-neoforge-1.0.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/hunger_tweaks-neoforge-1.0.1.jar.mod_data.json new file mode 100644 index 0000000..1d7963d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/hunger_tweaks-neoforge-1.0.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"hunger_tweaks-neoforge-1.0.1.jar","modId":"hunger_tweaks","version":"1.0.1","mixinConfigs":["hunger_tweaks.mixins.json"],"jarJarMods":[{"jarName":"TinyConfig-2.3.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":3752249281,"modrinthHash":"7efe4a027fba76cdf00f26d0230b3591c96578d0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/iChunUtil-1.21-NeoForge-1.0.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/iChunUtil-1.21-NeoForge-1.0.3.jar.mod_data.json new file mode 100644 index 0000000..95445b9 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/iChunUtil-1.21-NeoForge-1.0.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"iChunUtil-1.21-NeoForge-1.0.3.jar","modId":"ichunutil","version":"1.0.3","mixinConfigs":["ichunutil.mixins.json"],"jarJarMods":[],"curseForgeHash":1700937356,"modrinthHash":"1f161c8b6288e6094fc57f4a9c10a6050df71081"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/immersive_optimization-neoforge-1.21-0.1.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/immersive_optimization-neoforge-1.21-0.1.4.jar.mod_data.json new file mode 100644 index 0000000..7ff7beb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/immersive_optimization-neoforge-1.21-0.1.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"immersive_optimization-neoforge-1.21-0.1.4.jar","modId":"immersive_optimization","version":"0.1.4","mixinConfigs":["immersive_optimization.mixins.json"],"jarJarMods":[],"curseForgeHash":304345341,"modrinthHash":"3a1fde4119ccccaf39bcc738bf4db14f905c2b65"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/immersivelanterns-neoforge-1.0.6-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/immersivelanterns-neoforge-1.0.6-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..493b72d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/immersivelanterns-neoforge-1.0.6-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"immersivelanterns-neoforge-1.0.6-1.21.1.jar","modId":"immersivelanterns","version":"1.0.6","mixinConfigs":["mixins.immersivelanterns.json"],"jarJarMods":[],"curseForgeHash":3115122916,"modrinthHash":"5315b3323b83130123f69b1b3bfc777376e4961f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/iris-neoforge-1.8.12+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/iris-neoforge-1.8.12+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..acab211 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/iris-neoforge-1.8.12+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"iris-neoforge-1.8.12+mc1.21.1.jar","modId":"iris","version":"1.8.12-snapshot+mc1.21.1-local","mixinConfigs":["mixins.iris.forge.json","mixins.iris.compat.sodium.json","mixins.iris.devenvironment.json","mixins.iris.fixes.maxfpscrash.json","iris-batched-entity-rendering.mixins.json","mixins.iris.json","mixins.iris.fantastic.json","mixins.iris.integrationtest.json","mixins.iris.vertexformat.json","mixins.iris.bettermipmaps.json","mixins.iris.compat.dh.json"],"jarJarMods":[{"jarName":"glsl-transformer-2.0.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"jcpp-1.4.14.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar","modId":"fabric_block_view_api_v2","version":"1.0.10+9afaaf8c19","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-renderer-api-v1-3.4.0+acb05a3919.jar","modId":"fabric_renderer_api_v1","version":"3.4.0+acb05a3919","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar","modId":"fabric_rendering_data_attachment_v1","version":"0.3.48+73761d2e19","mixinConfigs":["fabric-rendering-data-attachment-v1.client.mixins.json","fabric-rendering-data-attachment-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2055048874,"modrinthHash":"a3e6355915c7d3b2bc392724795113e51d289378"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/iris_shader_folder-1.2.5-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/iris_shader_folder-1.2.5-neoforge.jar.mod_data.json new file mode 100644 index 0000000..ad5894e --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/iris_shader_folder-1.2.5-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"iris_shader_folder-1.2.5-neoforge.jar","modId":"iris_shader_folder","version":"1.2.5-neoforge","mixinConfigs":["iris_shader_folder.mixins.json"],"jarJarMods":[],"curseForgeHash":105180572,"modrinthHash":"d0339e32a18337a72be8af4d1dcb98926b06af94"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/item_descriptions-2.7.2+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/item_descriptions-2.7.2+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..a714ad6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/item_descriptions-2.7.2+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"item_descriptions-2.7.2+1.21.1-neoforge.jar","modId":"item_descriptions","version":"2.7.2+1.21.1","mixinConfigs":["item_descriptions.mixins.json"],"jarJarMods":[{"jarName":"kaleido-config-0.3.3+1.3.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":46956056,"modrinthHash":"492eaaf303ab363b2d252a2ad45c452a521bae04"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/jei-1.21.1-neoforge-19.27.0.340.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/jei-1.21.1-neoforge-19.27.0.340.jar.mod_data.json new file mode 100644 index 0000000..2c008ed --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/jei-1.21.1-neoforge-19.27.0.340.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"jei-1.21.1-neoforge-19.27.0.340.jar","modId":"jei","version":"19.27.0.340","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":828156772,"modrinthHash":"27d0d85e7e32e926fc3664ab6815df5cdabb7941"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/jewelry-neoforge-2.3.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/jewelry-neoforge-2.3.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..c82bd72 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/jewelry-neoforge-2.3.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"jewelry-neoforge-2.3.2+1.21.1.jar","modId":"jewelry","version":"2.3.2","mixinConfigs":["jewelry.mixins.json"],"jarJarMods":[],"curseForgeHash":3355263630,"modrinthHash":"92fd16aa770fa54233c333c28f7e1fc32434be2b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/konkrete_neoforge_1.9.9_MC_1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/konkrete_neoforge_1.9.9_MC_1.21.jar.mod_data.json new file mode 100644 index 0000000..d96c6ea --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/konkrete_neoforge_1.9.9_MC_1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"konkrete_neoforge_1.9.9_MC_1.21.jar","modId":"konkrete","version":"1.9.9","mixinConfigs":["konkrete.mixins.json","konkrete.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3128317181,"modrinthHash":"97771eb287d5ac7fe667d1df9493d5e54c8ca1fa"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/kotlinforforge-5.11.0-all.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/kotlinforforge-5.11.0-all.jar.mod_data.json new file mode 100644 index 0000000..d1ad209 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/kotlinforforge-5.11.0-all.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"kotlinforforge-5.11.0-all.jar","mixinConfigs":[],"jarJarMods":[{"jarName":"kotlin-stdlib-jdk7-2.3.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlin-reflect-2.3.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlinx-serialization-json-jvm-1.9.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"thedarkcolour.kfflang-5.11.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlin-stdlib-jdk8-2.3.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"thedarkcolour.kfflib-5.11.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"thedarkcolour.kffmod-5.11.0.jar","modId":"kotlinforforge","version":"5.11.0","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlin-stdlib-2.3.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlinx-coroutines-core-jvm-1.10.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlinx-coroutines-jdk8-1.10.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"kotlinx-serialization-core-jvm-1.9.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1356655026,"modrinthHash":"a8b9f1233336ca9fe4702bc2cc5a6f97ad5e3b65"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/kubejs-create-neoforge-2101.3.1-build.18.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/kubejs-create-neoforge-2101.3.1-build.18.jar.mod_data.json new file mode 100644 index 0000000..d3f4bc5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/kubejs-create-neoforge-2101.3.1-build.18.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"kubejs-create-neoforge-2101.3.1-build.18.jar","modId":"kubejs_create","version":"2101.3.1-build.18","mixinConfigs":["kubejs_create.mixins.json"],"jarJarMods":[],"curseForgeHash":652828790,"modrinthHash":"d4dce8f82f2d37545f085522a782c1bfda222154"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/kubejs-neoforge-2101.7.2-build.348.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/kubejs-neoforge-2101.7.2-build.348.jar.mod_data.json new file mode 100644 index 0000000..9b84329 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/kubejs-neoforge-2101.7.2-build.348.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"kubejs-neoforge-2101.7.2-build.348.jar","modId":"kubejs","version":"2101.7.2-build.348","mixinConfigs":["kubejs.mixins.json"],"jarJarMods":[{"jarName":"tiny-java-server-1.0.0-build.33.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"animated-gif-lib-for-java-animated-gif-lib-1.7.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":605581020,"modrinthHash":"75f96b2e4157c0efdbfd9f6271d080fb6921aaf4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/kubejsdelight-1.21.1-1.1.5.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/kubejsdelight-1.21.1-1.1.5.jar.mod_data.json new file mode 100644 index 0000000..9981feb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/kubejsdelight-1.21.1-1.1.5.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"kubejsdelight-1.21.1-1.1.5.jar","modId":"kubejsdelight","version":"1.1.5","mixinConfigs":["kubejsdelight.mixins.json"],"jarJarMods":[],"curseForgeHash":3960712290,"modrinthHash":"edcc642777852b7f3ab102fe625185c63eaa9ff4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/lionfishapi-2.6.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/lionfishapi-2.6.jar.mod_data.json new file mode 100644 index 0000000..21baaaf --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/lionfishapi-2.6.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"lionfishapi-2.6.jar","modId":"lionfishapi","version":"2.6","mixinConfigs":["lionfishapi.mixins.json"],"jarJarMods":[],"curseForgeHash":1097140670,"modrinthHash":"3d9059ea05839e0daab926848d91ecb14ca5a4d4"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/lithium-neoforge-0.15.3+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/lithium-neoforge-0.15.3+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..8dd02f5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/lithium-neoforge-0.15.3+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"lithium-neoforge-0.15.3+mc1.21.1.jar","modId":"lithium","version":"0.15.3+mc1.21.1","mixinConfigs":["lithium.mixins.json","lithium-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":1666655641,"modrinthHash":"9fd5fa9076044180ae7f51672de74669196ec72e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/lithostitched-1.6.1-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/lithostitched-1.6.1-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..de10c31 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/lithostitched-1.6.1-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"lithostitched-1.6.1-neoforge-1.21.1.jar","modId":"lithostitched","version":"1.6.1","mixinConfigs":["lithostitched.mixins.json","lithostitched.1211.mixins.json","lithostitched.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":384648541,"modrinthHash":"dfb387c23106f07ed58d2d3f7682663aa7aac53a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar.mod_data.json new file mode 100644 index 0000000..24cb3aa --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar","modId":"medievalend","version":"1.0.4","mixinConfigs":["mixins.medievalend.json"],"jarJarMods":[],"curseForgeHash":218215313,"modrinthHash":"b5986544126a7600f70ea20709d28b11f28cd6ab"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar.mod_data.json new file mode 100644 index 0000000..3b7d8fa --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar","modId":"medieval_nether","version":"1.0.2","mixinConfigs":["mixins.medieval_nether.json"],"jarJarMods":[],"curseForgeHash":836426441,"modrinthHash":"6efa264eabf4a53283660814be3e395500f339f0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/melody_neoforge_1.0.10_MC_1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/melody_neoforge_1.0.10_MC_1.21.jar.mod_data.json new file mode 100644 index 0000000..055f54c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/melody_neoforge_1.0.10_MC_1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"melody_neoforge_1.0.10_MC_1.21.jar","modId":"melody","version":"1.0.10","mixinConfigs":["melody.neoforge.mixins.json","melody.mixins.json"],"jarJarMods":[],"curseForgeHash":2029427820,"modrinthHash":"e83052a92c4ca0016bcfe7f0207273983dc84698"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/midnightlib-neoforge-1.9.2+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/midnightlib-neoforge-1.9.2+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..70279f3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/midnightlib-neoforge-1.9.2+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"midnightlib-neoforge-1.9.2+1.21.1.jar","modId":"midnightlib","version":"1.9.2","mixinConfigs":["midnightlib.mixins.json"],"jarJarMods":[],"curseForgeHash":1415065729,"modrinthHash":"5a8b19663e5c042cc2755f671d04b789a8b6f9df"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/misctweaks-1.3.0+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/misctweaks-1.3.0+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..1608b2f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/misctweaks-1.3.0+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"misctweaks-1.3.0+1.21.1-neoforge.jar","modId":"misctweaks","version":"1.3.0","mixinConfigs":["misctweaks.mixins.json"],"jarJarMods":[{"jarName":"mixson-neoforge-v1.4.0.jar","modId":"mixson","version":"1.4.0","mixinConfigs":["mixson.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3062517335,"modrinthHash":"6c001fa3fd8abb271c19bcffd7090514033af670"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/modernfix-neoforge-5.27.3+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/modernfix-neoforge-5.27.3+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..ecf23b5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/modernfix-neoforge-5.27.3+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"modernfix-neoforge-5.27.3+mc1.21.1.jar","modId":"modernfix","version":"5.27.3+mc1.21.1","mixinConfigs":["modernfix-modernfix.mixins.json"],"jarJarMods":[],"curseForgeHash":3153518270,"modrinthHash":"e72aa9c2f9244327697e118043a3c5004ab2802a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/modtabs-1.21.1-2.3.1-Neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/modtabs-1.21.1-2.3.1-Neoforge.jar.mod_data.json new file mode 100644 index 0000000..677aa64 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/modtabs-1.21.1-2.3.1-Neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"modtabs-1.21.1-2.3.1-Neoforge.jar","modId":"modtabs","version":"1.21.1-2.3.1-Neoforge","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":4061865275,"modrinthHash":"195cd005ea4afee04f85d3cb063a978553e423e7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/moonlight-1.21-2.29.20-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/moonlight-1.21-2.29.20-neoforge.jar.mod_data.json new file mode 100644 index 0000000..41ff659 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/moonlight-1.21-2.29.20-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"moonlight-1.21-2.29.20-neoforge.jar","modId":"moonlight","version":"1.21-2.29.20","mixinConfigs":["moonlight.mixins.json","moonlight-common.mixins.json"],"jarJarMods":[],"curseForgeHash":2950806711,"modrinthHash":"99f9973f69460a772a4e8beccb9ca3f69e0a1291"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/moreculling-neoforge-1.21.1-1.0.7.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/moreculling-neoforge-1.21.1-1.0.7.jar.mod_data.json new file mode 100644 index 0000000..9c64bf2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/moreculling-neoforge-1.21.1-1.0.7.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"moreculling-neoforge-1.21.1-1.0.7.jar","modId":"moreculling","version":"1.0.7","mixinConfigs":["moreculling.mixins.json","moreculling.neoforge.mixins.json"],"jarJarMods":[{"jarName":"conditional-mixin-neoforge-0.6.3.jar","modId":"conditional_mixin","version":"0.6.3","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3317811947,"modrinthHash":"834cc35294be3bb514bc0ba571ab7337961af383"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/mowziesmobs-1.21.1-1.8.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/mowziesmobs-1.21.1-1.8.1.jar.mod_data.json new file mode 100644 index 0000000..a624ed3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/mowziesmobs-1.21.1-1.8.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"mowziesmobs-1.21.1-1.8.1.jar","modId":"mowziesmobs","version":"1.8.1","mixinConfigs":["mowziesmobs.mixins.json"],"jarJarMods":[],"curseForgeHash":1678914895,"modrinthHash":"71ae2da5cf2a2660c9f873d423f9e4199d8a66d2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/mru-1.0.19+LTS+1.21.1+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/mru-1.0.19+LTS+1.21.1+neoforge.jar.mod_data.json new file mode 100644 index 0000000..2a8dac0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/mru-1.0.19+LTS+1.21.1+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"mru-1.0.19+LTS+1.21.1+neoforge.jar","modId":"mru","version":"1.0.19+LTS+1.21.1+neoforge","mixinConfigs":[],"jarJarMods":[{"jarName":"commonmark-0.21.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2616885110,"modrinthHash":"903f41bce1ff0b4bd13b66d46bfbd21423663bbc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/natures_delight-1.12-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/natures_delight-1.12-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..bde69f2 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/natures_delight-1.12-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"natures_delight-1.12-1.21.1.jar","modId":"natures_delight","version":"1.12-1.21.1","mixinConfigs":["natures_delight.mixins.json"],"jarJarMods":[],"curseForgeHash":2944484573,"modrinthHash":"9ca322f85e28a397e512e32937c97540b365ad57"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/natures_spirit-2.2.5-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/natures_spirit-2.2.5-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..ee54c4b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/natures_spirit-2.2.5-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"natures_spirit-2.2.5-1.21.1.jar","modId":"natures_spirit","version":"2.2.5-1.21.1","mixinConfigs":["natures_spirit.mixins.json"],"jarJarMods":[],"curseForgeHash":3953680760,"modrinthHash":"153679dc2dd4601b40beed834799ba1d7c05b08a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar.mod_data.json new file mode 100644 index 0000000..e1fe24f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar","modId":"nocreeperexplosion","version":"1.0.0","mixinConfigs":["nocreeperexplosion.mixins.json","nocreeperexplosion.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":2646732661,"modrinthHash":"4f08c9a6531a6f8c97d1087802254dcbc9902e02"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/noisium-neoforge-2.7.0+mc1.21-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/noisium-neoforge-2.7.0+mc1.21-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..1151499 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/noisium-neoforge-2.7.0+mc1.21-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"noisium-neoforge-2.7.0+mc1.21-1.21.1.jar","modId":"noisium","version":"2.7.0+mc1.21-1.21.1","mixinConfigs":["noisium-common.mixins.json"],"jarJarMods":[],"curseForgeHash":960990942,"modrinthHash":"420b3a234d8f83fa6b24d8dd26333b6256af7911"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/notenoughanimations-neoforge-1.11.3-mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/notenoughanimations-neoforge-1.11.3-mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..83d29a7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/notenoughanimations-neoforge-1.11.3-mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"notenoughanimations-neoforge-1.11.3-mc1.21.1.jar","modId":"notenoughanimations","version":"1.11.3","mixinConfigs":["notenoughanimations.mixins.json"],"jarJarMods":[{"jarName":"TRansition-1.0.12-1.21.1-neoforge-SNAPSHOT.jar","modId":"transition","version":"1.0.12","mixinConfigs":["transition.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"TRender-1.0.10-1.21.1-neoforge-SNAPSHOT.jar","modId":"trender","version":"1.0.10","mixinConfigs":["trender.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2430065406,"modrinthHash":"3dd52f95293595ffdabbcfad842e7a191236f223"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/onlyhammersandexcavators-1.21.1-0.9.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/onlyhammersandexcavators-1.21.1-0.9.jar.mod_data.json new file mode 100644 index 0000000..8446114 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/onlyhammersandexcavators-1.21.1-0.9.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"onlyhammersandexcavators-1.21.1-0.9.jar","modId":"onlyhammersandexcavators","version":"1.21.1-0.9","mixinConfigs":["onlyhammersandexcavators.mixins.json"],"jarJarMods":[],"curseForgeHash":2841838334,"modrinthHash":"ff64d040a465caaac5ee839cf2dc0d52c47632bf"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar.mod_data.json new file mode 100644 index 0000000..b4bc09a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar","modId":"owo","version":"0.12.15.5-beta.1+1.21","mixinConfigs":["owo.mixins.json"],"jarJarMods":[{"jarName":"endec-0.1.8.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-api-base-0.4.42+d1308dedd1.jar","modId":"fabric_api_base","version":"0.4.42+d1308dedd1","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"gson-0.1.5.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"jankson-0.1.5.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"jankson-1.2.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"netty-0.1.4.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":990455198,"modrinthHash":"48dda11a6710591cf162bdbedf982ea21dd1f2ed"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/paladins-neoforge-2.7.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/paladins-neoforge-2.7.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..ee7d9c5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/paladins-neoforge-2.7.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"paladins-neoforge-2.7.1+1.21.1.jar","modId":"paladins","version":"2.7.1","mixinConfigs":["paladins.mixins.json"],"jarJarMods":[{"jarName":"shield-api-2.1.0-neoforge.jar","modId":"shield_api","version":"2.1.0","mixinConfigs":["shield_api.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2271513722,"modrinthHash":"321898839cfcec923c543092c706ccdd3dec0a43"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/particular-1.21.1-NeoForge-1.1.7.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/particular-1.21.1-NeoForge-1.1.7.jar.mod_data.json new file mode 100644 index 0000000..c698c36 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/particular-1.21.1-NeoForge-1.1.7.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"particular-1.21.1-NeoForge-1.1.7.jar","modId":"particular","version":"1.1.7","mixinConfigs":["particular.mixins.json"],"jarJarMods":[],"curseForgeHash":3794983036,"modrinthHash":"39d2fa3c396bf75a00078922dd6c2a7bf9f63f46"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/player-animation-lib-forge-2.0.4+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/player-animation-lib-forge-2.0.4+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..0945977 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/player-animation-lib-forge-2.0.4+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"player-animation-lib-forge-2.0.4+1.21.1.jar","modId":"playeranimator","version":"2.0.4+1.21.1","mixinConfigs":["playerAnimator-common.mixins.json"],"jarJarMods":[],"curseForgeHash":533269171,"modrinthHash":"05be8ddcc78532b9a5520c718edc6c971cd0057c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/polytone-1.21-3.6.4-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/polytone-1.21-3.6.4-neoforge.jar.mod_data.json new file mode 100644 index 0000000..251eea9 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/polytone-1.21-3.6.4-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"polytone-1.21-3.6.4-neoforge.jar","modId":"polytone","version":"1.21-3.6.4","mixinConfigs":["polytone.mixins.json","polytone-common.mixins.json"],"jarJarMods":[{"jarName":"exp4j-0.4.8.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":135795138,"modrinthHash":"876d3b6e6ce69782149e73dac6c61c98be2e2485"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/puffish_skills-0.17.3-1.21-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/puffish_skills-0.17.3-1.21-neoforge.jar.mod_data.json new file mode 100644 index 0000000..4c12cf5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/puffish_skills-0.17.3-1.21-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"puffish_skills-0.17.3-1.21-neoforge.jar","modId":"puffish_skills","version":"0.17.3","mixinConfigs":["puffish_skills.mixins.json"],"jarJarMods":[],"curseForgeHash":3185479248,"modrinthHash":"4e6119010eaad3a571f70b7198422bb1b9d92589"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/punchy-2.4.5-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/punchy-2.4.5-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..e9c9c48 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/punchy-2.4.5-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"punchy-2.4.5-neoforge-1.21.1.jar","modId":"punchy","version":"1.21.1","mixinConfigs":["punchy.mixins.json","punchy.mixins.modefite.json","punchy.compat.mixins.json"],"jarJarMods":[],"curseForgeHash":1234939016,"modrinthHash":"0d276c4ca9becf557fe71d0b4f00c3254eaa4790"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/quick-pack-neoforge-1.2.0+1.21.10.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/quick-pack-neoforge-1.2.0+1.21.10.jar.mod_data.json new file mode 100644 index 0000000..0a0ab63 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/quick-pack-neoforge-1.2.0+1.21.10.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"quick-pack-neoforge-1.2.0+1.21.10.jar","modId":"quick_pack","version":"1.2.0","mixinConfigs":["quick-pack.mixins.json"],"jarJarMods":[],"curseForgeHash":2297578674,"modrinthHash":"04c2e51b446222fe3c34d5ec7a95cae216456e28"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/ranged_weapon_api-neoforge-2.3.3+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/ranged_weapon_api-neoforge-2.3.3+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..0c02f76 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/ranged_weapon_api-neoforge-2.3.3+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"ranged_weapon_api-neoforge-2.3.3+1.21.1.jar","modId":"ranged_weapon_api","version":"2.3.3+1.21.1","mixinConfigs":["ranged_weapon_api.mixins.json"],"jarJarMods":[],"curseForgeHash":3375018230,"modrinthHash":"1c44e981e0bc99ddd0983577b0f28375bdf9f338"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/redirected-neoforge-1.0.0-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/redirected-neoforge-1.0.0-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..f703ab8 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/redirected-neoforge-1.0.0-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"redirected-neoforge-1.0.0-1.21.1.jar","modId":"redirected","version":"1.0.0","mixinConfigs":["mixins.redirected_forge_1.20.1.json","mixins.redirected_fabric_1.20.1.json","mixins.redirected_fabric_1.21.1.json","mixins.redirected_neoforge_1.21.1.json"],"jarJarMods":[],"curseForgeHash":1977061386,"modrinthHash":"2704eeefedf52edc30d68c84e2ee0ccf4eea6da0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar.mod_data.json new file mode 100644 index 0000000..a65004d --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar","modId":"reeses_sodium_options","version":"1.8.3+mc1.21.4","mixinConfigs":["reeses-sodium-options.mixins.json"],"jarJarMods":[],"curseForgeHash":3206533594,"modrinthHash":"b03d05495be28d8cef7a34872941bb8d703d60e6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/reliable_remover-neoforge-1.21.1-2.2.4.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/reliable_remover-neoforge-1.21.1-2.2.4.jar.mod_data.json new file mode 100644 index 0000000..b4be036 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/reliable_remover-neoforge-1.21.1-2.2.4.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"reliable_remover-neoforge-1.21.1-2.2.4.jar","modId":"reliable_remover","version":"2.2.4","mixinConfigs":["reliable_remover.neoforge.mixins.json","reliable_remover.mixins.json"],"jarJarMods":[{"jarName":"reliable-recipes-1.12.0-1.21.1-neoforge.jar","modId":"reliable_recipes","version":"1.12.0","mixinConfigs":["reliable_recipes.mixins.json","reliable_recipes.neoforge.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1708011495,"modrinthHash":"7947126c6ce9f91e3f71c2f6a96578d0924b736c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/reliable_replacer-neoforge-1.21.1-1.3.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/reliable_replacer-neoforge-1.21.1-1.3.0.jar.mod_data.json new file mode 100644 index 0000000..d746a86 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/reliable_replacer-neoforge-1.21.1-1.3.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"reliable_replacer-neoforge-1.21.1-1.3.0.jar","modId":"reliable_replacer","version":"1.3.0","mixinConfigs":["reliable_replacer.mixins.json","reliable_replacer.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":1880168238,"modrinthHash":"f3f96ccffcd67181943327a796083cba73302987"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/relics-neoforge-1.3.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/relics-neoforge-1.3.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..2bfc2ab --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/relics-neoforge-1.3.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"relics-neoforge-1.3.0+1.21.1.jar","modId":"relics_rpgs","version":"1.3.0","mixinConfigs":["relics_rpgs.mixins.json"],"jarJarMods":[],"curseForgeHash":2769645746,"modrinthHash":"6c8ae8d5220ad4a6cf98eec5cb9daf4f1f8131f2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/repurposed_structures-7.5.18+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/repurposed_structures-7.5.18+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..146f3cd --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/repurposed_structures-7.5.18+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"repurposed_structures-7.5.18+1.21.1-neoforge.jar","modId":"repurposed_structures","version":"7.5.18+1.21.1-neoforge","mixinConfigs":["repurposed_structures-neoforge.mixins.json","repurposed_structures-common.mixins.json"],"jarJarMods":[],"curseForgeHash":1510025665,"modrinthHash":"545fafd13197186038191d99c378ac4c04a6504c"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/resourcefulconfig-neoforge-1.21-3.0.11.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/resourcefulconfig-neoforge-1.21-3.0.11.jar.mod_data.json new file mode 100644 index 0000000..3aa30f9 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/resourcefulconfig-neoforge-1.21-3.0.11.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"resourcefulconfig-neoforge-1.21-3.0.11.jar","modId":"resourcefulconfig","version":"3.0.11","mixinConfigs":["resourcefulconfig.mixins.json"],"jarJarMods":[],"curseForgeHash":2675167766,"modrinthHash":"6bf2b6ea9c071c00a2abcdc552667fb6f7d21031"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/resourcefullib-neoforge-1.21-3.0.12.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/resourcefullib-neoforge-1.21-3.0.12.jar.mod_data.json new file mode 100644 index 0000000..f2b4bcc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/resourcefullib-neoforge-1.21-3.0.12.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"resourcefullib-neoforge-1.21-3.0.12.jar","modId":"resourcefullib","version":"3.0.12","mixinConfigs":["resourcefullib.mixins.json"],"jarJarMods":[{"jarName":"bytecodecs-1.1.2.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"yabn-1.0.3.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":539815838,"modrinthHash":"24389c8e48ff0e8594e4686b750c494c66a5f8df"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/rhenium-1.0.0+neo.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/rhenium-1.0.0+neo.jar.mod_data.json new file mode 100644 index 0000000..d44542f --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/rhenium-1.0.0+neo.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"rhenium-1.0.0+neo.jar","modId":"rhenium","version":"1.0.0","mixinConfigs":["rhenium.mixins.json"],"jarJarMods":[],"curseForgeHash":1848883740,"modrinthHash":"57d6f8c965a71107a7ce781d7aa4046b46cb4611"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/rhino-2101.2.7-build.81.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/rhino-2101.2.7-build.81.jar.mod_data.json new file mode 100644 index 0000000..75bf832 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/rhino-2101.2.7-build.81.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"rhino-2101.2.7-build.81.jar","modId":"rhino","version":"2101.2.7-build.81","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3887879530,"modrinthHash":"5dcc80079095706645d567353095297948a41eea"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/rogues-neoforge-2.7.0+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/rogues-neoforge-2.7.0+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..ebae1bb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/rogues-neoforge-2.7.0+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"rogues-neoforge-2.7.0+1.21.1.jar","modId":"rogues","version":"2.7.0","mixinConfigs":["rogues.mixins.json"],"jarJarMods":[],"curseForgeHash":4293425028,"modrinthHash":"dc41eaa29a9835362b03560cd9208ae62d799d9e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/runes-neoforge-1.2.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/runes-neoforge-1.2.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..f482f36 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/runes-neoforge-1.2.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"runes-neoforge-1.2.1+1.21.1.jar","modId":"runes","version":"1.2.1+1.21.1","mixinConfigs":["runes.mixins.json"],"jarJarMods":[{"jarName":"bundle-api-1.1.0-neoforge.jar","modId":"bundleapi","version":"1.1.0","mixinConfigs":["bundleapi.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2144693846,"modrinthHash":"c38b440097cc48f4ff7e0e783635a90d07c40974"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/rusticdelight-neoforge-1.21-1.5.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/rusticdelight-neoforge-1.21-1.5.3.jar.mod_data.json new file mode 100644 index 0000000..e718f11 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/rusticdelight-neoforge-1.21-1.5.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"rusticdelight-neoforge-1.21-1.5.3.jar","modId":"rusticdelight","version":"1.5.3","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":4011191479,"modrinthHash":"6a9b436da1efdc2a63a3c5c982f838db26917d1f"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sawmill-1.21-1.7.2-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sawmill-1.21-1.7.2-neoforge.jar.mod_data.json new file mode 100644 index 0000000..6fdf72a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sawmill-1.21-1.7.2-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sawmill-1.21-1.7.2-neoforge.jar","modId":"sawmill","version":"1.21-1.7.1","mixinConfigs":["sawmill.mixins.json","sawmill-common.mixins.json"],"jarJarMods":[],"curseForgeHash":3996469819,"modrinthHash":"877389e2bb3b462b8180d4fc998799adbce6ada1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/shield_api-neoforge-2.2.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/shield_api-neoforge-2.2.0.jar.mod_data.json new file mode 100644 index 0000000..f91f129 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/shield_api-neoforge-2.2.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"shield_api-neoforge-2.2.0.jar","modId":"shield_api","version":"2.2.0","mixinConfigs":["shield_api.mixins.json"],"jarJarMods":[],"curseForgeHash":2481930976,"modrinthHash":"dfbb73a2a92bac5c06f6b0a747a6660a3e04ed0b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/simplest_copper_gear-1.21.1-1.0.7.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/simplest_copper_gear-1.21.1-1.0.7.jar.mod_data.json new file mode 100644 index 0000000..015a326 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/simplest_copper_gear-1.21.1-1.0.7.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"simplest_copper_gear-1.21.1-1.0.7.jar","modId":"simplest_copper_gear","version":"1.0.7","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3451591148,"modrinthHash":"1b0f6d1350755925c668a332f2cbf50d6efa5ce7"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/skill_tree-neoforge-1.4.4+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/skill_tree-neoforge-1.4.4+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..5f2ecab --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/skill_tree-neoforge-1.4.4+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"skill_tree-neoforge-1.4.4+1.21.1.jar","modId":"skill_tree_rpgs","version":"1.4.4","mixinConfigs":["skill_tree_rpgs.mixins.json"],"jarJarMods":[],"curseForgeHash":3923289760,"modrinthHash":"8472747ccda2311f8bdbd2e0c603579edaf14931"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/smart_particles-21.8.10.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/smart_particles-21.8.10.jar.mod_data.json new file mode 100644 index 0000000..34fa1d6 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/smart_particles-21.8.10.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"smart_particles-21.8.10.jar","modId":"smart_particles","version":"21.8.10","mixinConfigs":["sp.mixins.json"],"jarJarMods":[],"curseForgeHash":1295945647,"modrinthHash":"f6f017e9d3f36f871781a1647937527bdc8a2fad"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/smoothchunk-1.21-4.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/smoothchunk-1.21-4.1.jar.mod_data.json new file mode 100644 index 0000000..5ec1949 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/smoothchunk-1.21-4.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"smoothchunk-1.21-4.1.jar","modId":"smoothchunk","version":"4.1","mixinConfigs":["smoothchunk.mixins.json"],"jarJarMods":[],"curseForgeHash":2270201149,"modrinthHash":"f54d5d352e15560240f151a7d054096a33a58f4a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/smoothmovement-1.21.1-2.7.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/smoothmovement-1.21.1-2.7.jar.mod_data.json new file mode 100644 index 0000000..89b8ecc --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/smoothmovement-1.21.1-2.7.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"smoothmovement-1.21.1-2.7.jar","modId":"smoothmovement","version":"2.7","mixinConfigs":["smoothmovement.mixins.json"],"jarJarMods":[],"curseForgeHash":4136600141,"modrinthHash":"9b2085e5c0ad10aa07bc145e6c0081f407db97b3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/smsn-neoforge-1.4.0-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/smsn-neoforge-1.4.0-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..6deb3ac --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/smsn-neoforge-1.4.0-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"smsn-neoforge-1.4.0-1.21.1.jar","modId":"smsn","version":"1.4.0-1.21.1","mixinConfigs":["smsn-common.mixins.json","smsn.mixins.json"],"jarJarMods":[],"curseForgeHash":3039033142,"modrinthHash":"baa1351c0b4209b3fee377e15e5eae91d7f143be"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sodium-neoforge-0.6.13+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sodium-neoforge-0.6.13+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..0f2a21c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sodium-neoforge-0.6.13+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sodium-neoforge-0.6.13+mc1.21.1.jar","modId":"sodium","version":"0.6.13+mc1.21.1","mixinConfigs":["sodium-neoforge.mixins.json","sodium-common.mixins.json"],"jarJarMods":[{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar","modId":"fabric_rendering_data_attachment_v1","version":"0.3.48+73761d2e19","mixinConfigs":["fabric-rendering-data-attachment-v1.client.mixins.json","fabric-rendering-data-attachment-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-renderer-api-v1-3.4.0+9c40919e19.jar","modId":"fabric_renderer_api_v1","version":"3.4.0+9c40919e19","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar","modId":"fabric_block_view_api_v2","version":"1.0.10+9afaaf8c19","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"net.caffeinemc.sodium-neoforge-0.6.13+mc1.21.1-service.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1900921493,"modrinthHash":"38af70fa4dc4b2aaac636e92fdba3bedd5a025e1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..4535c38 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar","modId":"sodiumdynamiclights","version":"1.0.9","mixinConfigs":["mixins.sodiumdynamiclights.json"],"jarJarMods":[],"curseForgeHash":474806553,"modrinthHash":"02e9bc7ba28147cdf2d608ecf4f2c1eab34b4652"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sodiumextras-neoforge-1.0.8-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sodiumextras-neoforge-1.0.8-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..e127e7b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sodiumextras-neoforge-1.0.8-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sodiumextras-neoforge-1.0.8-1.21.1.jar","modId":"sodiumextras","version":"1.0.7","mixinConfigs":["mixins.sodiumextras.json"],"jarJarMods":[],"curseForgeHash":4051323827,"modrinthHash":"d678f6eb28fec11f3e99bc7f17f5e385703bc44a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..75d55c1 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar","modId":"sodiumoptionsapi","version":"1.0.10","mixinConfigs":["mixins.sodiumoptionsapi.json"],"jarJarMods":[],"curseForgeHash":2527579799,"modrinthHash":"5d014d031fa77ab600e07835b032ef4dcb79b442"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..cb21299 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar","modId":"sound_physics_perfected","version":"1.17.0-alpha","mixinConfigs":["sound_physics_perfected.mixins.json"],"jarJarMods":[{"jarName":"mixinconstraints-1.1.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":867037635,"modrinthHash":"abca15eeeb0c128cb19c95f0b345bfe999695a75"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/sounds-2.4.22+lts+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/sounds-2.4.22+lts+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..fbdf68c --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/sounds-2.4.22+lts+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"sounds-2.4.22+lts+1.21.1-neoforge.jar","modId":"sounds","version":"2.4.22+lts","mixinConfigs":["sounds.mixins.json"],"jarJarMods":[],"curseForgeHash":303899233,"modrinthHash":"cbfa42a31515e1bac4bafcdd974fbba29b7d106a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/spell_engine-neoforge-1.9.8+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/spell_engine-neoforge-1.9.8+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..e443d13 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/spell_engine-neoforge-1.9.8+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"spell_engine-neoforge-1.9.8+1.21.1.jar","modId":"spell_engine","version":"1.9.8","mixinConfigs":["spell_engine.mixins.json","spell_engine-neoforge.mixins.json"],"jarJarMods":[{"jarName":"tiny-config-3.1.0-neoforge.jar","modId":"tiny_config","version":"3.1.0","mixinConfigs":["tiny_config.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":2588890109,"modrinthHash":"a57c878778b0a7f1a351b47b9003246d18831d76"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/spell_power-neoforge-1.4.6+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/spell_power-neoforge-1.4.6+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..fafd472 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/spell_power-neoforge-1.4.6+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"spell_power-neoforge-1.4.6+1.21.1.jar","modId":"spell_power","version":"1.4.6+1.21.1","mixinConfigs":["spell_power.mixins.json"],"jarJarMods":[{"jarName":"tiny-config-3.1.0-neoforge.jar","modId":"tiny_config","version":"3.1.0","mixinConfigs":["tiny_config.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":605914046,"modrinthHash":"2b8b01cffb2a5774b180b618630bd34cff2f9d54"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/spyglass_improvements-1.5.7+mc1.21+neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/spyglass_improvements-1.5.7+mc1.21+neoforge.jar.mod_data.json new file mode 100644 index 0000000..beaf37b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/spyglass_improvements-1.5.7+mc1.21+neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"spyglass_improvements-1.5.7+mc1.21+neoforge.jar","modId":"spyglass_improvements","version":"1.5.7","mixinConfigs":["spyglass_improvements.neoforge.mixins.json","spyglass_improvements.common.mixins.json"],"jarJarMods":[],"curseForgeHash":3853977182,"modrinthHash":"c7a2041f23f99a289fa2307774a2709e42d3d591"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/stackablepotions-1.21.1-NeoForge-1.0.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/stackablepotions-1.21.1-NeoForge-1.0.0.jar.mod_data.json new file mode 100644 index 0000000..3897e93 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/stackablepotions-1.21.1-NeoForge-1.0.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"stackablepotions-1.21.1-NeoForge-1.0.0.jar","modId":"stackablepotions","version":"1.0.0","mixinConfigs":["stackablepotions.mixins.json"],"jarJarMods":[],"curseForgeHash":1156060930,"modrinthHash":"972dbec3521b9b1d8c03bd47cad4f12784697541"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/stonezone-1.21-2.11.12-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/stonezone-1.21-2.11.12-neoforge.jar.mod_data.json new file mode 100644 index 0000000..f84df8a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/stonezone-1.21-2.11.12-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"stonezone-1.21-2.11.12-neoforge.jar","modId":"stonezone","version":"1.21-2.11.12","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":977888207,"modrinthHash":"1ee98842bf01b40960872e82aae1c4a6e9245afc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/structure_layout_optimizer-neoforge-1.0.12.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/structure_layout_optimizer-neoforge-1.0.12.jar.mod_data.json new file mode 100644 index 0000000..a824c5a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/structure_layout_optimizer-neoforge-1.0.12.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"structure_layout_optimizer-neoforge-1.0.12.jar","modId":"structure_layout_optimizer","version":"1.0.12","mixinConfigs":["structure_layout_optimizer.mixins.json"],"jarJarMods":[],"curseForgeHash":2515988845,"modrinthHash":"052c31cb9881c04c17d949345539aa8684f474bf"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/structure_pool_api-neoforge-1.2.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/structure_pool_api-neoforge-1.2.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..235be19 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/structure_pool_api-neoforge-1.2.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"structure_pool_api-neoforge-1.2.1+1.21.1.jar","modId":"structure_pool_api","version":"1.2.1+1.21.1","mixinConfigs":["structure_pool.mixins.json"],"jarJarMods":[],"curseForgeHash":175587723,"modrinthHash":"5150191b29de8462705e5aa715c2554a5744dc7b"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/structureessentials-1.21.1-4.8.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/structureessentials-1.21.1-4.8.jar.mod_data.json new file mode 100644 index 0000000..a1a56ca --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/structureessentials-1.21.1-4.8.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"structureessentials-1.21.1-4.8.jar","modId":"structureessentials","version":"4.8","mixinConfigs":["structureessentials.mixins.json"],"jarJarMods":[],"curseForgeHash":293105381,"modrinthHash":"79f88be6fa9d56cf4b13dca68efc46872d54c391"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/structurify-neoforge-2.0.19+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/structurify-neoforge-2.0.19+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..34b6fb0 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/structurify-neoforge-2.0.19+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"structurify-neoforge-2.0.19+mc1.21.1.jar","modId":"structurify","version":"2.0.19","mixinConfigs":["structurify-neoforge.mixins.json","structurify-common.mixins.json"],"jarJarMods":[],"curseForgeHash":1666698280,"modrinthHash":"bb97fa4f5546e23628ec1bb2976d0200c983bf32"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar.mod_data.json new file mode 100644 index 0000000..803b065 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar","modId":"super_resolution","version":"0.8.0-alpha.1","mixinConfigs":["super_resolution.mixins.json","super_resolution-neoforge-compat.mixins.json","super_resolution-neoforge.mixins.json"],"jarJarMods":[{"jarName":"lwjgl-vulkan-3.3.3.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":2842930417,"modrinthHash":"c2efcfce0952eb954a887100a012dac3587393e0"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/supplementaries-1.21-3.5.29-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/supplementaries-1.21-3.5.29-neoforge.jar.mod_data.json new file mode 100644 index 0000000..05f298b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/supplementaries-1.21-3.5.29-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"supplementaries-1.21-3.5.29-neoforge.jar","modId":"supplementaries","version":"1.21-3.5.29","mixinConfigs":["supplementaries-common.mixins.json","supplementaries.mixins.json"],"jarJarMods":[],"curseForgeHash":4149617192,"modrinthHash":"85517bf29e0b9ad977278869b1348f21a53c6ad2"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/threadtweak-1.21.1-NeoForge-1.0.0.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/threadtweak-1.21.1-NeoForge-1.0.0.jar.mod_data.json new file mode 100644 index 0000000..4bcc1f5 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/threadtweak-1.21.1-NeoForge-1.0.0.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"threadtweak-1.21.1-NeoForge-1.0.0.jar","modId":"threadtweak","version":"1.0.0","mixinConfigs":["threadtweak.neoforge.mixins.json","threadtweak.mixins.json"],"jarJarMods":[],"curseForgeHash":632209800,"modrinthHash":"714e61553154999befc7afb5493b98fbb2382e60"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/tide-neoforge-1.21.1-2.0.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/tide-neoforge-1.21.1-2.0.3.jar.mod_data.json new file mode 100644 index 0000000..176ef22 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/tide-neoforge-1.21.1-2.0.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"tide-neoforge-1.21.1-2.0.3.jar","modId":"tide","version":"2.0.3","mixinConfigs":["tide.mixins.json","tide-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3447829484,"modrinthHash":"0b896990046fe9b674fba5ce3bbc1d4486fe8600"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/toms_storage-1.21-2.3.2.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/toms_storage-1.21-2.3.2.jar.mod_data.json new file mode 100644 index 0000000..af616d4 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/toms_storage-1.21-2.3.2.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"toms_storage-1.21-2.3.2.jar","modId":"toms_storage","version":"2.3.2","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":3010603220,"modrinthHash":"f850f0718ed1c97d8050c790a4b4592f6bb99b21"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/toms_storage_star_optimized-0.9.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/toms_storage_star_optimized-0.9.1.jar.mod_data.json new file mode 100644 index 0000000..0dad143 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/toms_storage_star_optimized-0.9.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"toms_storage_star_optimized-0.9.1.jar","modId":"toms_storage_star_optimized","version":"0.9.1","mixinConfigs":["toms_storage_star_optimized.mixins.json"],"jarJarMods":[],"curseForgeHash":4270663124,"modrinthHash":"16635b3965b1a507dc17c1395f9bb12be641aba1"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/txnilib-neoforge-1.0.24-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/txnilib-neoforge-1.0.24-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..7389feb --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/txnilib-neoforge-1.0.24-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"txnilib-neoforge-1.0.24-1.21.1.jar","modId":"txnilib","version":"1.0.24","mixinConfigs":["mixins.txnilib.json"],"jarJarMods":[{"jarName":"forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar","modId":"fabric_api","version":"0.115.6+2.1.0+1.21.1","mixinConfigs":[],"jarJarMods":[{"jarName":"fabric-api-base-0.4.42+d1308ded19.jar","modId":"fabric_api_base","version":"0.4.42+d1308ded19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-api-lookup-api-v1-1.6.70+c21168c319.jar","modId":"fabric_api_lookup_api_v1","version":"1.6.70+c21168c319","mixinConfigs":["fabric-api-lookup-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-biome-api-v1-13.0.31+1e62d33c19.jar","modId":"fabric_biome_api_v1","version":"13.0.31+1e62d33c19","mixinConfigs":["fabric-biome-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-block-api-v1-1.0.22+a6e994cd19.jar","modId":"fabric_block_api_v1","version":"1.0.22+a6e994cd19","mixinConfigs":["fabric-block-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-block-view-api-v2-1.0.11+e9036fd419.jar","modId":"fabric_block_view_api_v2","version":"1.0.11+e9036fd419","mixinConfigs":["fabric-block-view-api-v2.client.mixins.json","fabric-block-view-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar","modId":"fabric_blockrenderlayer_v1","version":"1.1.52+b089b4bd19","mixinConfigs":["fabric-blockrenderlayer-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-client-tags-api-v1-1.1.15+e053909619.jar","modId":"fabric_client_tags_api_v1","version":"1.1.15+e053909619","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-command-api-v2-2.2.28+36d727be19.jar","modId":"fabric_command_api_v2","version":"2.2.28+36d727be19","mixinConfigs":["fabric-command-api-v2.mixins.json","fabric-command-api-v2.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-content-registries-v0-8.0.18+0a0c14ff19.jar","modId":"fabric_content_registries_v0","version":"8.0.18+0a0c14ff19","mixinConfigs":["fabric-content-registries-v0.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-convention-tags-v1-2.1.4+7f945d5b19.jar","modId":"fabric_convention_tags_v1","version":"2.1.4+7f945d5b19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-convention-tags-v2-2.11.0+87e5848019.jar","modId":"fabric_convention_tags_v2","version":"2.11.0+87e5848019","mixinConfigs":["fabric-convention-tags-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-data-attachment-api-v1-1.4.3+58235da019.jar","modId":"fabric_data_attachment_api_v1","version":"1.4.3+58235da019","mixinConfigs":["fabric-data-attachment-api-v1.mixins.json","fabric-data-attachment-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-data-generation-api-v1-20.2.28+2d91a6db19.jar","modId":"fabric_data_generation_api_v1","version":"20.2.28+2d91a6db19","mixinConfigs":["fabric-data-generation-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-entity-events-v1-1.7.0+1af6e62419.jar","modId":"fabric_entity_events_v1","version":"1.7.0+1af6e62419","mixinConfigs":["fabric-entity-events-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-events-interaction-v0-0.7.13+7b71cc1619.jar","modId":"fabric_events_interaction_v0","version":"0.7.13+7b71cc1619","mixinConfigs":["fabric-events-interaction-v0.client.mixins.json","fabric-events-interaction-v0.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-game-rule-api-v1-1.0.53+36d727be19.jar","modId":"fabric_game_rule_api_v1","version":"1.0.53+36d727be19","mixinConfigs":["fabric-game-rule-api-v1.mixins.json","fabric-game-rule-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-gametest-api-v1-2.0.5+29f188ce19.jar","modId":"fabric_gametest_api_v1","version":"2.0.5+29f188ce19","mixinConfigs":["fabric-gametest-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-item-api-v1-11.1.1+57cdfa8219.jar","modId":"fabric_item_api_v1","version":"11.1.1+57cdfa8219","mixinConfigs":["fabric-item-api-v1.client.mixins.json","fabric-item-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-item-group-api-v1-4.1.7+e324903319.jar","modId":"fabric_item_group_api_v1","version":"4.1.7+e324903319","mixinConfigs":["fabric-item-group-api-v1.client.mixins.json","fabric-item-group-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar","modId":"fabric_key_binding_api_v1","version":"1.0.47+62cc7ce119","mixinConfigs":["fabric-key-binding-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar","modId":"fabric_lifecycle_events_v1","version":"2.5.0+a2ee258a19","mixinConfigs":["fabric-lifecycle-events-v1.client.mixins.json","fabric-lifecycle-events-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-loot-api-v2-3.0.15+a3ee712d19.jar","modId":"fabric_loot_api_v2","version":"3.0.15+a3ee712d19","mixinConfigs":["fabric-loot-api-v2.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-loot-api-v3-1.0.3+333dfad919.jar","modId":"fabric_loot_api_v3","version":"1.0.3+333dfad919","mixinConfigs":["fabric-loot-api-v3.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-message-api-v1-6.0.13+e053909619.jar","modId":"fabric_message_api_v1","version":"6.0.13+e053909619","mixinConfigs":["fabric-message-api-v1.client.mixins.json","fabric-message-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-model-loading-api-v1-2.0.0+986ae77219.jar","modId":"fabric_model_loading_api_v1","version":"2.0.0+986ae77219","mixinConfigs":["fabric-model-loading-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-networking-api-v1-4.3.0+4f690eb619.jar","modId":"fabric_networking_api_v1","version":"4.3.0+4f690eb619","mixinConfigs":["fabric-networking-api-v1.mixins.json","fabric-networking-api-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-object-builder-api-v1-15.2.1+cc242efd19.jar","modId":"fabric_object_builder_api_v1","version":"15.2.1+cc242efd19","mixinConfigs":["fabric-object-builder-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-particles-v1-4.0.2+824f924c19.jar","modId":"fabric_particles_v1","version":"4.0.2+824f924c19","mixinConfigs":["fabric-particles-v1.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-recipe-api-v1-5.0.14+59440bcc19.jar","modId":"fabric_recipe_api_v1","version":"5.0.14+59440bcc19","mixinConfigs":["fabric-recipe-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-registry-sync-v0-5.2.0+867470b919.jar","modId":"fabric_registry_sync_v0","version":"5.2.0+867470b919","mixinConfigs":["fabric-registry-sync-v0.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-renderer-api-v1-3.4.0+9c40919e19.jar","modId":"fabric_renderer_api_v1","version":"3.4.0+9c40919e19","mixinConfigs":["fabric-renderer-api-v1.debughud.mixins.json","fabric-renderer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-renderer-indigo-1.7.0+4198af7119.jar","modId":"fabric_renderer_indigo","version":"1.7.0+4198af7119","mixinConfigs":["fabric-renderer-indigo.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-data-attachment-v1-0.3.49+73761d2e19.jar","modId":"fabric_rendering_data_attachment_v1","version":"0.3.49+73761d2e19","mixinConfigs":["fabric-rendering-data-attachment-v1.client.mixins.json","fabric-rendering-data-attachment-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-fluids-v1-3.1.6+857185bc19.jar","modId":"fabric_rendering_fluids_v1","version":"3.1.6+857185bc19","mixinConfigs":["fabric-rendering-fluids-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-rendering-v1-5.0.5+077ba95f19.jar","modId":"fabric_rendering_v1","version":"5.0.5+077ba95f19","mixinConfigs":["fabric-rendering-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-resource-conditions-api-v1-4.3.0+5bdd099819.jar","modId":"fabric_resource_conditions_api_v1","version":"4.3.0+5bdd099819","mixinConfigs":["fabric-resource-conditions-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-resource-loader-v0-1.3.1+4ea8954419.jar","modId":"fabric_resource_loader_v0","version":"1.3.1+4ea8954419","mixinConfigs":["fabric-resource-loader-v0.mixins.json","fabric-resource-loader-v0.client.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-screen-api-v1-2.0.25+4228281319.jar","modId":"fabric_screen_api_v1","version":"2.0.25+4228281319","mixinConfigs":["fabric-screen-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar","modId":"fabric_screen_handler_api_v1","version":"1.3.88+8dbc56dd19","mixinConfigs":["fabric-screen-handler-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-sound-api-v1-1.0.23+10b84f8419.jar","modId":"fabric_sound_api_v1","version":"1.0.23+10b84f8419","mixinConfigs":["fabric-sound-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-transfer-api-v1-5.4.2+a25cb45619.jar","modId":"fabric_transfer_api_v1","version":"5.4.2+a25cb45619","mixinConfigs":["fabric-transfer-api-v1.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"fabric-transitive-access-wideners-v1-6.2.0+6c854b6f19.jar","modId":"fabric_transitive_access_wideners_v1","version":"6.2.0+6c854b6f19","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"},{"jarName":"forgified-fabric-loader-2.5.29+0.16.0+1.21-full.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":806726534,"modrinthHash":"17b1bbb96e922e683a1807a2e7bece603fdc491d"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/vanillin-neoforge-1.21.1-1.1.3.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/vanillin-neoforge-1.21.1-1.1.3.jar.mod_data.json new file mode 100644 index 0000000..aff8c98 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/vanillin-neoforge-1.21.1-1.1.3.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"vanillin-neoforge-1.21.1-1.1.3.jar","modId":"vanillin","version":"1.1.3","mixinConfigs":["vanillin.mixins.json","vanillin.neoforge.mixins.json"],"jarJarMods":[{"jarName":"flywheel-neoforge-1.21.1-1.0.4.jar","modId":"flywheel","version":"1.0.4","mixinConfigs":["flywheel.impl.mixins.json","flywheel.backend.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jars/"}],"curseForgeHash":3750613472,"modrinthHash":"fae8bb9f13cd9d086949b9aca85956bb6fa47f56"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/variantsandventures-neoforge-1.0.23+mc1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/variantsandventures-neoforge-1.0.23+mc1.21.1.jar.mod_data.json new file mode 100644 index 0000000..52bd889 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/variantsandventures-neoforge-1.0.23+mc1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"variantsandventures-neoforge-1.0.23+mc1.21.1.jar","modId":"variantsandventures","version":"1.0.23","mixinConfigs":["variantsandventures-common.mixins.json","variantsandventures-neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":3580203035,"modrinthHash":"7c988c922062aaf8c84ddec9d29fc24b7a2d137e"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/wabbanode-companion-neoforge-1.21.1-1.0.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/wabbanode-companion-neoforge-1.21.1-1.0.1.jar.mod_data.json new file mode 100644 index 0000000..a7f5cf3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/wabbanode-companion-neoforge-1.21.1-1.0.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"wabbanode-companion-neoforge-1.21.1-1.0.1.jar","modId":"wabbanodecompanion","version":"1.21.1-1.0.1","mixinConfigs":["wabbanodecompanion.mixins.json"],"jarJarMods":[],"curseForgeHash":2220676584,"modrinthHash":"637fd047dc95fadda4b851b47e86aed91286f9c5"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/walljump-1.21.1-1.3.5-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/walljump-1.21.1-1.3.5-neoforge.jar.mod_data.json new file mode 100644 index 0000000..ef03fd7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/walljump-1.21.1-1.3.5-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"walljump-1.21.1-1.3.5-neoforge.jar","modId":"walljump","version":"1.21.1-1.3.5-neoforge","mixinConfigs":["walljump.mixins.json"],"jarJarMods":[{"jarName":"configlibtxf-7.2.8-neoforge.jar","modId":"configlibtxf","version":"7.2.8-neoforge","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1399110022,"modrinthHash":"944241dafbf6042bfd7ba0ef468832499b411a00"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/watut-neoforge-1.21.0-1.2.7.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/watut-neoforge-1.21.0-1.2.7.jar.mod_data.json new file mode 100644 index 0000000..117739a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/watut-neoforge-1.21.0-1.2.7.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"watut-neoforge-1.21.0-1.2.7.jar","modId":"watut","version":"1.21.0-1.2.7","mixinConfigs":["watut_fabric.mixins.json","watut.mixins.json"],"jarJarMods":[],"curseForgeHash":1526633991,"modrinthHash":"07cfb8fb1269f1eae1056492912e3544be979f62"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/waystones-neoforge-1.21.1-21.1.29.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/waystones-neoforge-1.21.1-21.1.29.jar.mod_data.json new file mode 100644 index 0000000..0f927d7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/waystones-neoforge-1.21.1-21.1.29.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"waystones-neoforge-1.21.1-21.1.29.jar","modId":"waystones","version":"21.1.29","mixinConfigs":["waystones.mixins.json","waystones.neoforge.mixins.json"],"jarJarMods":[],"curseForgeHash":4235071771,"modrinthHash":"40f15e97d79e01ce65fe2fe752bef43689b32bff"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/wizards-neoforge-2.7.1+1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/wizards-neoforge-2.7.1+1.21.1.jar.mod_data.json new file mode 100644 index 0000000..da3cfd3 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/wizards-neoforge-2.7.1+1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"wizards-neoforge-2.7.1+1.21.1.jar","modId":"wizards","version":"2.7.1","mixinConfigs":["wizards.mixins.json"],"jarJarMods":[],"curseForgeHash":2747575048,"modrinthHash":"ed2260e48b4cd091527539fbfeff30b04cc948fc"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/worldgen-patches-1.1.0-neoforge-1.21.1.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/worldgen-patches-1.1.0-neoforge-1.21.1.jar.mod_data.json new file mode 100644 index 0000000..1ec222a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/worldgen-patches-1.1.0-neoforge-1.21.1.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"worldgen-patches-1.1.0-neoforge-1.21.1.jar","modId":"worldgen_patches","version":"1.1.0","mixinConfigs":["worldgen_patches.mixins.json"],"jarJarMods":[],"curseForgeHash":1674759060,"modrinthHash":"4c5da70dc4aa699f453a771e3118fa04bde8b628"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/worldweaver-21.0.19.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/worldweaver-21.0.19.jar.mod_data.json new file mode 100644 index 0000000..7f7dc52 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/worldweaver-21.0.19.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"worldweaver-21.0.19.jar","modId":"wover","version":"21.0.19","mixinConfigs":["wover.biome.mixins.common.json","wover.item.mixins.client.json","wover.item.mixins.common.json","wover.core.mixins.common.json","wover.surface.mixins.common.json","wover.datagen.mixins.common.json","wover.poi.mixins.common.json","wover.block.mixins.common.json","wover.common.mixins.common.json","wover.common.mixins.client.json","wover.math.mixins.common.json","wover.event.mixins.common.json","wover.event.mixins.client.json","wover.generator.mixins.client.json","wover.generator.mixins.common.json","wover.preset.mixins.client.json","wover.preset.mixins.common.json","wover.potion.mixins.common.json","wover.recipe.mixins.client.json","wover.recipe.mixins.common.json","wover.feature.mixins.common.json","wover.tag.mixins.common.json","wover.ui.mixins.client.json","wover.ui.mixins.common.json","wover.structure.mixins.common.json"],"jarJarMods":[],"curseForgeHash":2973908679,"modrinthHash":"09e1803fe6a85292ced6b64eb2cd53cafbbb6df6"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/wunderlib-21.0.10.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/wunderlib-21.0.10.jar.mod_data.json new file mode 100644 index 0000000..9e99e78 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/wunderlib-21.0.10.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"wunderlib-21.0.10.jar","modId":"wunderlib","version":"21.0.10","mixinConfigs":[],"jarJarMods":[],"curseForgeHash":1064277113,"modrinthHash":"330ab9d6d8d92a9337e97ef22e64f83fe2d4bf2a"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/xaerominimap-neoforge-1.21.1-25.3.10.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/xaerominimap-neoforge-1.21.1-25.3.10.jar.mod_data.json new file mode 100644 index 0000000..f345ca7 --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/xaerominimap-neoforge-1.21.1-25.3.10.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"xaerominimap-neoforge-1.21.1-25.3.10.jar","modId":"xaerominimap","version":"25.3.10","mixinConfigs":["xaerohud.neoforge.mixins.json","xaerohud.mixins.json","xaerominimap.neoforge.mixins.json","xaerominimap.mixins.json"],"jarJarMods":[{"jarName":"xaerolib-neoforge-1.21.1-1.1.0.jar","modId":"xaerolib","version":"1.1.0","mixinConfigs":["xaerolib.neoforge.mixins.json","xaerolib.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":3098166372,"modrinthHash":"d4828332dd831455429156b6cfa24aa9bd99dd77"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/xaeroworldmap-neoforge-1.21.1-1.40.11.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/xaeroworldmap-neoforge-1.21.1-1.40.11.jar.mod_data.json new file mode 100644 index 0000000..4d3193b --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/xaeroworldmap-neoforge-1.21.1-1.40.11.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"xaeroworldmap-neoforge-1.21.1-1.40.11.jar","modId":"xaeroworldmap","version":"1.40.11","mixinConfigs":["xaeroworldmap.mixins.json","xaeroworldmap.neoforge.mixins.json"],"jarJarMods":[{"jarName":"xaerolib-neoforge-1.21.1-1.1.0.jar","modId":"xaerolib","version":"1.1.0","mixinConfigs":["xaerolib.neoforge.mixins.json","xaerolib.mixins.json"],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1367316154,"modrinthHash":"c6f596bb6bc7d734100b7dbc8a57f69a5fb549a3"} \ No newline at end of file diff --git a/local/crash_assistant/mod_data_cache_v3/yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar.mod_data.json b/local/crash_assistant/mod_data_cache_v3/yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar.mod_data.json new file mode 100644 index 0000000..cb07d4a --- /dev/null +++ b/local/crash_assistant/mod_data_cache_v3/yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar.mod_data.json @@ -0,0 +1 @@ +{"jarName":"yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar","modId":"yet_another_config_lib_v3","version":"3.8.2+1.21.1-neoforge","mixinConfigs":["yacl.mixins.json","yacl-fabric.mixins.json"],"jarJarMods":[{"jarName":"common-image-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"common-io-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"common-lang-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"gson-0.2.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"imageio-core-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"imageio-metadata-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"imageio-webp-3.12.0.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"},{"jarName":"json-0.2.1.jar","mixinConfigs":[],"jarJarMods":[],"pathFromJarJar":"/META-INF/jarjar/"}],"curseForgeHash":1474701975,"modrinthHash":"fe270c9f6e0a8142cf316944087f5109cef08bbb"} \ No newline at end of file diff --git a/local/crash_assistant/renderer_pid226480.tmp b/local/crash_assistant/renderer_pid226480.tmp new file mode 100644 index 0000000..b1bbfc5 --- /dev/null +++ b/local/crash_assistant/renderer_pid226480.tmp @@ -0,0 +1 @@ +NVIDIA GeForce RTX 3060/PCIe/SSE2 \ No newline at end of file diff --git a/local/crash_assistant/username.info b/local/crash_assistant/username.info new file mode 100644 index 0000000..e56e4f3 --- /dev/null +++ b/local/crash_assistant/username.info @@ -0,0 +1 @@ +mrleo1nid \ No newline at end of file diff --git a/local/kubejs/dev.json b/local/kubejs/dev.json new file mode 100644 index 0000000..8bf96b2 --- /dev/null +++ b/local/kubejs/dev.json @@ -0,0 +1,23 @@ +{ + "virtual_pack_output": false, + "log_registry_types": false, + "log_registry_event_objects": false, + "log_added_recipes": false, + "log_removed_recipes": false, + "log_modified_recipes": false, + "log_skipped_recipes": false, + "log_recipe_debug": false, + "log_skipped_tags": false, + "log_erroring_recipes": true, + "log_erroring_parsed_recipes": false, + "log_invalid_recipe_handlers": true, + "log_skipped_plugins": true, + "log_generated_data": false, + "log_event_error_stack_trace": false, + "log_changes_in_chat": false, + "strict_tags": false, + "always_capture_errors": false, + "reload_on_file_save": false, + "kubedex_sound": "entity.experience_orb.pickup", + "open_uri_format": "vscode" +} \ No newline at end of file diff --git a/logs/crash_assistant/crash_assistant_app.log b/logs/crash_assistant/crash_assistant_app.log new file mode 100644 index 0000000..322b38b --- /dev/null +++ b/logs/crash_assistant/crash_assistant_app.log @@ -0,0 +1,98 @@ +[2026-05-07 22:06:19.521] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: CrashAssistantApp running: JVM args: [-XX:+UseSerialGC, -XX:MaxHeapFreeRatio=30, -XX:MinHeapFreeRatio=10, -XX:MaxGCPauseMillis=10000, -Xms8m, -Xmx512m] +[2026-05-07 22:06:19.526] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: CrashAssistantApp running: program args: [-jarPath, local\crash_assistant\226480_1778180766070_app.jar, -parentPID, 226480, -parentStarted, 1778180766070, -platform, NEOFORGE, -loaderJarName, neoforge-21.1.228, -minecraftVersion, 1.21.1, -childProcessesPIDs, VU5ERUZJTkVE, -minecraftStartCommand, LS11c2VybmFtZSwgbXJsZW8xbmlkLCAtLXZlcnNpb24sIFJlaW1hZ2luZWQsIC0tZ2FtZURpciwgQzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWQsIC0tYXNzZXRzRGlyLCBDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcYXNzZXRzLCAtLWFzc2V0SW5kZXgsIDE3LCAtLXV1aWQsIGJkZDY5ZGM3ODI3MzRlOGRhYzkxNWM1NmQ1ZjZmY2U0LCAtLWFjY2Vzc1Rva2VuLCA/Pz8/Pz8/PywgLS1jbGllbnRJZCwgbnVsbCwgLS14dWlkLCA/Pz8/Pz8/PywgLS11c2VyVHlwZSwgbW9qYW5nLCAtLXZlcnNpb25UeXBlLCBtb2RpZmllZCwgLS13aWR0aCwgOTI1LCAtLWhlaWdodCwgNTMwLCAtLWZtbC5uZW9Gb3JnZVZlcnNpb24sIDIxLjEuMjI4LCAtLWZtbC5mbWxWZXJzaW9uLCA0LjAuNDIsIC0tZm1sLm1jVmVyc2lvbiwgMS4yMS4xLCAtLWZtbC5uZW9Gb3JtVmVyc2lvbiwgMjAyNDA4MDguMTQ0NDMwLCAtLWxhdW5jaFRhcmdldCwgZm9yZ2VjbGllbnQ=, -minecraftJvmArgs, LURvcy5uYW1lPVdpbmRvd3MgMTAsIC1Eb3MudmVyc2lvbj0xMC4wLCAtWFg6SGVhcER1bXBQYXRoPU1vamFuZ1RyaWNrc0ludGVsRHJpdmVyc0ZvclBlcmZvcm1hbmNlX2phdmF3LmV4ZV9taW5lY3JhZnQuZXhlLmhlYXBkdW1wLCAtWHNzMU0sIC1EamF2YS5saWJyYXJ5LnBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbmF0aXZlcywgLURqbmEudG1wZGlyPUM6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFx2ZXJzaW9uc1xSZWltYWdpbmVkXG5hdGl2ZXMsIC1Eb3JnLmx3amdsLnN5c3RlbS5TaGFyZWRMaWJyYXJ5RXh0cmFjdFBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbmF0aXZlcywgLURpby5uZXR0eS5uYXRpdmUud29ya2Rpcj1DOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcdmVyc2lvbnNcUmVpbWFnaW5lZFxuYXRpdmVzLCAtRG1pbmVjcmFmdC5sYXVuY2hlci5icmFuZD1taW5lY3JhZnQtbGF1bmNoZXIsIC1EbWluZWNyYWZ0LmxhdW5jaGVyLnZlcnNpb249Mi4zLjE3MywgLURqYXZhLm5ldC5wcmVmZXJJUHY2QWRkcmVzc2VzPXN5c3RlbSwgLURpZ25vcmVMaXN0PWNsaWVudC1leHRyYSxSZWltYWdpbmVkLmphciwgLURsaWJyYXJ5RGlyZWN0b3J5PUM6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFxsaWJyYXJpZXMsIC0tbW9kdWxlLXBhdGg9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9jcHcvbW9kcy9ib290c3RyYXBsYXVuY2hlci8yLjAuMi9ib290c3RyYXBsYXVuY2hlci0yLjAuMi5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9jcHcvbW9kcy9zZWN1cmVqYXJoYW5kbGVyLzMuMC44L3NlY3VyZWphcmhhbmRsZXItMy4wLjguamFyO0M6XFVzZXJzXDxVU0VSPlxBcHBEYXRhXFJvYW1pbmdcLm1pbmVjcmFmdFxsaWJyYXJpZXMvb3JnL293Mi9hc20vYXNtLWNvbW1vbnMvOS44L2FzbS1jb21tb25zLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9vcmcvb3cyL2FzbS9hc20tdXRpbC85LjgvYXNtLXV0aWwtOS44LmphcjtDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzL29yZy9vdzIvYXNtL2FzbS1hbmFseXNpcy85LjgvYXNtLWFuYWx5c2lzLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9vcmcvb3cyL2FzbS9hc20tdHJlZS85LjgvYXNtLXRyZWUtOS44LmphcjtDOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzL29yZy9vdzIvYXNtL2FzbS85LjgvYXNtLTkuOC5qYXI7QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGxpYnJhcmllcy9uZXQvbmVvZm9yZ2VkL0phckphckZpbGVTeXN0ZW1zLzAuNC4xL0phckphckZpbGVTeXN0ZW1zLTAuNC4xLmphciwgLS1hZGQtbW9kdWxlcz1BTEwtTU9EVUxFLVBBVEgsIC0tYWRkLW9wZW5zPWphdmEuYmFzZS9qYXZhLnV0aWwuamFyPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLW9wZW5zPWphdmEuYmFzZS9qYXZhLmxhbmcuaW52b2tlPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLWV4cG9ydHM9amF2YS5iYXNlL3N1bi5zZWN1cml0eS51dGlsPWNwdy5tb2RzLnNlY3VyZWphcmhhbmRsZXIsIC0tYWRkLWV4cG9ydHM9amRrLm5hbWluZy5kbnMvY29tLnN1bi5qbmRpLmRucz1qYXZhLm5hbWluZywgLVhteDEzMzg0TSwgLVhYOitVbmxvY2tFeHBlcmltZW50YWxWTU9wdGlvbnMsIC1YWDorVXNlWkdDLCAtWFg6RzFOZXdTaXplUGVyY2VudD0yMCwgLVhYOkcxUmVzZXJ2ZVBlcmNlbnQ9MjAsIC1YWDpNYXhHQ1BhdXNlTWlsbGlzPTUwLCAtWFg6RzFIZWFwUmVnaW9uU2l6ZT0zMk0sIC1EZm1sLmlnbm9yZUludmFsaWRNaW5lY3JhZnRDZXJ0aWZpY2F0ZXM9dHJ1ZSwgLURmbWwuaWdub3JlUGF0Y2hEaXNjcmVwYW5jaWVzPXRydWUsIC1EamF2YS5uZXQucHJlZmVySVB2NFN0YWNrPXRydWUsIC1EbWluZWNyYWZ0LmFwcGxldC5UYXJnZXREaXJlY3Rvcnk9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWQsIC1EbGlicmFyeURpcmVjdG9yeT1DOlxVc2Vyc1w8VVNFUj5cQXBwRGF0YVxSb2FtaW5nXC5taW5lY3JhZnRcbGlicmFyaWVzLCAtRGNvdW50cnk9UlUsIC1EbG9nNGouY29uZmlndXJhdGlvbkZpbGU9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XGFzc2V0c1xsb2dfY29uZmlnc1xjbGllbnQtMS4xMi54bWwsIC1ETGliTG9hZGVyLm1vZHNGb2xkZXI9QzpcVXNlcnNcPFVTRVI+XEFwcERhdGFcUm9hbWluZ1wubWluZWNyYWZ0XHZlcnNpb25zXFJlaW1hZ2luZWRcbW9kcw==, -crashAssistantModJarName, CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar, -classPath, local\crash_assistant\226480_1778180766070_app.jar;local\crash_assistant\226480_1778180766070_mod.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.22.1\log4j-api-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.22.1\log4j-core-2.22.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.10.1\gson-2.10.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.15.1\commons-io-2.15.1.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.14.0\jna-5.14.0.jar;C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.14.0\jna-platform-5.14.0.jar, -minecraftXms, 8m, -minecraftXmx, 13.1g, -systemRAM, 31.9g, -systemUsedRAMAtMinecraftLaunchMoment, 28.6g, -systemSwapSpace, 28.0g, -systemUsedSwapSpaceAtMinecraftLaunchMoment, 2.7g, -processor, QU1EIFJ5emVuIDUgNTYwMFggNi1Db3JlIFByb2Nlc3NvciAgICAgICAgICAgICA=, -serialisedGPUs, VnVsa2FuIEdQVSBkZXRlY3Rpb24gYWRkb24gbm90IGZvdW5kLCBmYWxsaW5nIGJhY2sgdG8gRGlyZWN0WApTdWNjZXNzZnVsbHkgZGV0ZWN0ZWQgR1BVcyB1c2luZyBEaXJlY3RYOgpERURJQ0FURUQgOiBOVklESUEgR2VGb3JjZSBSVFggMzA2MAoNCg==] +[2026-05-07 22:06:19.535] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: CrashAssistantApp running from: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined +[2026-05-07 22:06:19.536] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: crashAssistantJarName: CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar +[2026-05-07 22:06:19.536] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Parent PID: 226480 +[2026-05-07 22:06:19.536] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Parent started: 1778180766070 +[2026-05-07 22:06:19.540] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Platform: NEOFORGE +[2026-05-07 22:06:19.540] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: loaderJarName: neoforge-21.1.228 +[2026-05-07 22:06:19.540] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: minecraftVersion: 1.21.1 +[2026-05-07 22:06:19.540] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: childProcessesPIDs: UNDEFINED +[2026-05-07 22:06:19.541] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: minecraftXms: 8m +[2026-05-07 22:06:19.542] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: minecraftXmx: 13.1g +[2026-05-07 22:06:19.543] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: systemRAM: 31.9g +[2026-05-07 22:06:19.543] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: systemUsedRAMAtMinecraftLaunchMoment: 28.6g +[2026-05-07 22:06:19.543] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: systemSwapSpace: 28.0g +[2026-05-07 22:06:19.544] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: systemUsedSwapSpaceAtMinecraftLaunchMoment: 2.7g +[2026-05-07 22:06:19.544] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: processor: AMD Ryzen 5 5600X 6-Core Processor +[2026-05-07 22:06:19.544] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Boot.getSerialisedGPUs(): +Vulkan GPU detection addon not found, falling back to DirectX +Successfully detected GPUs using DirectX: +DEDICATED : NVIDIA GeForce RTX 3060 + + +[2026-05-07 22:06:19.544] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: os.name: windows 11 +[2026-05-07 22:06:19.552] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Java path: C:\Program Files\Java\jdk-21\bin\javaw.exe +[2026-05-07 22:06:19.553] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Java version: 21+35-LTS-2513 +[2026-05-07 22:06:19.554] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Minecraft JVM args: -Dos.name=Windows 10, -Dos.version=10.0, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xss1M, -Djava.library.path=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined\natives, -Djna.tmpdir=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined\natives, -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined\natives, -Dio.netty.native.workdir=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined\natives, -Dminecraft.launcher.brand=minecraft-launcher, -Dminecraft.launcher.version=2.3.173, -Djava.net.preferIPv6Addresses=system, -DignoreList=client-extra,Reimagined.jar, -DlibraryDirectory=C:\Users\\AppData\Roaming\.minecraft\libraries, --module-path=C:\Users\\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.8/asm-9.8.jar;C:\Users\\AppData\Roaming\.minecraft\libraries/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar, --add-modules=ALL-MODULE-PATH, --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler, --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler, --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler, --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming, -Xmx13384M, -XX:+UnlockExperimentalVMOptions, -XX:+UseZGC, -XX:G1NewSizePercent=20, -XX:G1ReservePercent=20, -XX:MaxGCPauseMillis=50, -XX:G1HeapRegionSize=32M, -Dfml.ignoreInvalidMinecraftCertificates=true, -Dfml.ignorePatchDiscrepancies=true, -Djava.net.preferIPv4Stack=true, -Dminecraft.applet.TargetDirectory=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined, -DlibraryDirectory=C:\Users\\AppData\Roaming\.minecraft\libraries, -Dcountry=RU, -Dlog4j.configurationFile=C:\Users\\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml, -DLibLoader.modsFolder=C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined\mods +[2026-05-07 22:06:19.555] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Minecraft Launch Command: --username, mrleo1nid, --version, Reimagined, --gameDir, C:\Users\\AppData\Roaming\.minecraft\versions\Reimagined, --assetsDir, C:\Users\\AppData\Roaming\.minecraft\assets, --assetIndex, 17, --uuid, bdd69dc782734e8dac915c56d5f6fce4, --accessToken, ????????, --clientId, null, --xuid, ????????, --userType, mojang, --versionType, modified, --width, 925, --height, 530, --fml.neoForgeVersion, 21.1.228, --fml.fmlVersion, 4.0.42, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430, --launchTarget, forgeclient +[2026-05-07 22:06:19.590] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: CrashAssistantApp started successfully. Waiting for PID 226480 to stop. +[2026-05-07 22:08:30.920] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Minecraft is running on renderer: +NVIDIA GeForce RTX 3060/PCIe/SSE2 +[2026-05-07 22:08:48.813] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: PID "226480" is not alive or reused by another process. Minecraft JVM appears to have stopped. +[2026-05-07 22:08:49.064] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: System used RAM after Minecraft process finish moment: 28.4g +[2026-05-07 22:08:49.499] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: System used Swap Space after Minecraft process finish moment: 3.8g +[2026-05-07 22:08:49.619] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding latest.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\latest.log +[2026-05-07 22:08:49.625] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding debug.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\debug.log +[2026-05-07 22:08:49.635] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding hs_err_pid226480.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\.\hs_err_pid226480.log +[2026-05-07 22:08:49.686] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: stderr_stream.log size: 387 bytes +[2026-05-07 22:08:49.702] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding tlauncher_05_07_2026_15_53_21.log from C:\Users\mrleo1nid\AppData\Roaming\.tlauncher\logs\tlauncher\tlauncher_05_07_2026_15_53_21.log +[2026-05-07 22:08:49.715] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding KubeJS: client.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\kubejs\client.log +[2026-05-07 22:08:49.722] [WARN] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: File "logs\kubejs\server.log" is empty. +[2026-05-07 22:08:49.727] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding KubeJS: startup.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\kubejs\startup.log +[2026-05-07 22:08:49.737] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding crash_assistant_app.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\crash_assistant\crash_assistant_app.log +[2026-05-07 22:08:49.752] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding startup_scripts.log from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\crash_assistant\startup_scripts.log +[2026-05-07 22:08:49.753] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Reached first tick of TitleScreen: false +[2026-05-07 22:08:49.754] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Joined world successfully: false +[2026-05-07 22:08:49.756] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Prevent Crash Assistant Window: false +[2026-05-07 22:08:49.757] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: stop() function of Minecraft fired: false +[2026-05-07 22:08:49.758] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: close() function of Minecraft failed: false +[2026-05-07 22:08:49.759] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: emergencySave() function of Minecraft fired: false +[2026-05-07 22:08:49.771] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: isModpackCreator: false +[2026-05-07 22:08:49.782] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: isHelpLinkDefault: false +[2026-05-07 22:08:49.791] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: helpLink: https://discord.gg/pfHp7E2bFH +[2026-05-07 22:08:49.800] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Seems like Minecraft crashed. Starting Crash Assistant app. +[2026-05-07 22:08:50.878] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: UUID(bdd69dc782734e8dac915c56d5f6fce4) verification result: PIRACY_OR_OFFLINE +[2026-05-07 22:08:52.851] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: CrashAssistantGUI took to start: 4.033 seconds. +[2026-05-07 22:08:53.440] [WARN] [CrashAssistantJarInJarHelper]: No descriptors found in connector-2.0.0-beta.14+1.21.1-full.jar +[2026-05-07 22:08:53.475] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Time to locate terminated process: 3668 +[2026-05-07 22:08:53.638] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding win_event1778180932822.txt from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\win_event1778180932822.txt +[2026-05-07 22:08:54.959] [WARN] [CrashAssistantJarInJarHelper]: No descriptors found in kotlinforforge-5.11.0-all.jar +[2026-05-07 22:08:55.543] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Reading finished in 1442 ms +[2026-05-07 22:08:55.874] [INFO] [dev.kostromdan.mods.crash_assistant.common_config.mod_list.ModListUtils]: Parsed 291 mod(s) metadata in 2998 ms +[2026-05-07 22:08:55.890] [INFO] [LogAnalysisScripts]: Running script: log_analysis/example.jexl +[2026-05-07 22:08:55.943] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Adding modlist.txt from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\logs\modlist.txt +[2026-05-07 22:08:57.365] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Analysis finished in 3549 ms +[2026-05-07 22:08:57.378] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Showing KnownCrashReason: InsufficientMemory + + +Сообщение **There is insufficient memory...** в файле **hs_err_pid226480.log** означает: +На вашей системе заканчивается доступная физическая ОЗУ или пространство подкачки. +Чтобы исправить это: + +1) Убедитесь, что ваша память не используется интенсивно другими запущенными приложениями — проверьте через **Диспетчер задач** +и старайтесь закрывать ненужные программы во время игры в Minecraft. +2) Убедитесь, что вы используете рекомендуемые настройки памяти для этого модпака — возможно, ваше значение Xmx установлено слишком высоким? +3) Если вы следовали каким-то сомнительным советам из интернета по отключению файла подкачки, верните эти настройки — это, скорее всего, и есть причина проблемы. +Даже если у вас, скажем, 128 ГБ ОЗУ и большая её часть свободна, Java всё равно нуждается в файле подкачки для правильной работы. +Инструкции по проверке/включению файла подкачки находятся в конце сообщения. +4) Проверьте свободное место на диске. Если оно заканчивается, может не хватать места для области подкачки, +поэтому вам нужно освободить немного пространства, чтобы устранить проблему. +5) Иногда простая перезагрузка компьютера помогает освободить память и сбросить использование подкачки. +6) Если вы используете больше памяти, чем рекомендуется для этого модпака, попробуйте снизить эти значения. +7) Если ничего из этого не помогает подумайте о том, чтобы обратиться к создателям модпака. + + +**Как проверить/включить/изменить размер файла подкачки:** + +1) В поиске Windows найдите **"Настройка представления и производительности системы"** и откройте первый результат. +2) Нажмите кнопку **"Параметры"** в разделе "Быстродействие". +3) В открывшемся окне перейдите на вкладку **"Дополнительно"**, а затем +нажмите кнопку **"Изменить"** в разделе **"Виртуальная память"**. +4) Установите флажок **"Автоматически выбирать объем файла подкачки"**. + + +[2026-05-07 22:10:34.287] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Shown KnownCrashReason: InsufficientMemory (Seen warning for 96.771s) +[2026-05-07 22:10:34.312] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Reading finished in 1 ms +[2026-05-07 22:10:34.335] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Analysis finished in 34 ms +[2026-05-07 22:14:55.253] [INFO] [dev.kostromdan.mods.crash_assistant.app.CrashAssistantApp]: Crash Assistant closed. diff --git a/logs/crash_assistant/startup_scripts.log b/logs/crash_assistant/startup_scripts.log new file mode 100644 index 0000000..f2e9589 --- /dev/null +++ b/logs/crash_assistant/startup_scripts.log @@ -0,0 +1 @@ +[2026-05-07 22:06:14.114] [INFO] [StartupScripts]: Running script: startup/example.jexl diff --git a/logs/debug.log b/logs/debug.log new file mode 100644 index 0000000..79abe31 --- /dev/null +++ b/logs/debug.log @@ -0,0 +1,16190 @@ +[07мая2026 22:07:05.262] [main/DEBUG] [mixin/]: Mixing client.MainMixin from threadtweak.mixins.json into net.minecraft.client.main.Main +[07мая2026 22:07:05.263] [main/DEBUG] [mixin/]: threadtweak.mixins.json:client.MainMixin from mod threadtweak: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:05.265] [main/DEBUG] [mixin/]: Mixing EuphoriaPatcherMixin from euphoria_patcher.mixins.json into net.minecraft.client.main.Main +[07мая2026 22:07:05.267] [main/DEBUG] [mixin/]: Mixing MainMixin from ixeris.mixins.json into net.minecraft.client.main.Main +[07мая2026 22:07:05.332] [main/DEBUG] [mixin/]: threadtweak.mixins.json:client.MainMixin from mod threadtweak->@Inject::onMain(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:05.333] [main/DEBUG] [mixin/]: euphoria_patcher.mixins.json:EuphoriaPatcherMixin from mod euphoria_patcher->@Inject::onGameStart([Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:05.333] [main/DEBUG] [mixin/]: ixeris.mixins.json:MainMixin from mod ixeris->@Inject::ixeris$main([Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:05.344] [main/DEBUG] [ThreadTweak/]: Config path: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined/config/threadtweak.json +[07мая2026 22:07:05.352] [main/DEBUG] [mixin/]: Mixing math.sine_lut.MthMixin from lithium.mixins.json into net.minecraft.util.Mth +[07мая2026 22:07:05.355] [main/DEBUG] [mixin/]: lithium.mixins.json:math.sine_lut.MthMixin from mod lithium->@Inject::onClassInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:05.380] [main/DEBUG] [mixin/]: Mixing UtilMixin from threadtweak.mixins.json into net.minecraft.Util +[07мая2026 22:07:05.380] [main/DEBUG] [mixin/]: threadtweak.mixins.json:UtilMixin from mod threadtweak: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:05.380] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$replIoWorker$1(Ljava/util/concurrent/atomic/AtomicInteger;Ljava/lang/Runnable;)Ljava/lang/Thread; to mdd85188$threadtweak$lambda$replIoWorker$1$0 in threadtweak.mixins.json:UtilMixin from mod threadtweak +[07мая2026 22:07:05.381] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$replWorker$0(Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/util/concurrent/ForkJoinPool;)Ljava/util/concurrent/ForkJoinWorkerThread; to mdd85188$threadtweak$lambda$replWorker$0$1 in threadtweak.mixins.json:UtilMixin from mod threadtweak +[07мая2026 22:07:05.395] [main/DEBUG] [mixin/]: Mixing SuppressLogMixin from bettermineshafts.mixins.json into net.minecraft.Util +[07мая2026 22:07:05.395] [main/DEBUG] [mixin/]: bettermineshafts.mixins.json:SuppressLogMixin from mod bettermineshafts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:05.396] [main/DEBUG] [mixin/]: Mixing UtilMixin from kubejs.mixins.json into net.minecraft.Util +[07мая2026 22:07:05.396] [main/DEBUG] [mixin/]: Mixing MixinUtil from c2me-opts-allocs.mixins.json into net.minecraft.Util +[07мая2026 22:07:05.397] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combineCancellable$2(Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Ljava/lang/Object;Ljava/lang/Throwable;)V to mdd85188$c2me_opts_allocs$lambda$combineCancellable$2$2 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs +[07мая2026 22:07:05.397] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combineCancellable$1(Ljava/util/concurrent/CompletableFuture;)V to mdd85188$c2me_opts_allocs$lambda$combineCancellable$1$3 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs +[07мая2026 22:07:05.397] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combine$0(Ljava/util/concurrent/CompletableFuture;Ljava/lang/Object;Ljava/lang/Throwable;)V to mdd85188$c2me_opts_allocs$lambda$combine$0$4 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs +[07мая2026 22:07:05.422] [main/DEBUG] [mixin/]: threadtweak.mixins.json:UtilMixin from mod threadtweak->@Inject::onGetMainWorkerExecutor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:05.422] [main/DEBUG] [mixin/]: threadtweak.mixins.json:UtilMixin from mod threadtweak->@Inject::onGetIoWorkerExecutor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:05.422] [main/DEBUG] [mixin/]: bettermineshafts.mixins.json:SuppressLogMixin from mod bettermineshafts->@Inject::logAndPauseIfInIde(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:05.422] [main/DEBUG] [mixin/]: kubejs.mixins.json:UtilMixin from mod kubejs->@Inject::shutdownExecutorsKJS(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:05.610] [main/DEBUG] [ThreadTweak/]: Config: com.leclowndu93150.threadtweak.config.SmoothBootConfig@5b478eab +[07мая2026 22:07:05.610] [main/INFO] [ThreadTweak/]: ThreadTweak config initialized +[07мая2026 22:07:05.611] [main/DEBUG] [ThreadTweak/]: Initialized client game thread +[07мая2026 22:07:05.617] [main/INFO] [STDOUT/]: [com.euphoriapatches.euphoria_patcher.EuphoriaPatcher::55]: +Euphoria Patcher: +[07мая2026 22:07:05.753] [main/DEBUG] [mixin/]: Mixing MutableComponentMixin from kubejs.mixins.json into net.minecraft.network.chat.MutableComponent +[07мая2026 22:07:05.766] [main/DEBUG] [mixin/]: Mixing IdentifierMixin from continuity.mixins.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.767] [main/DEBUG] [mixin/]: Mixing MixinIdentifier from entity_texture_features.mixins.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.767] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinIdentifier from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:05.775] [main/DEBUG] [mixin/]: Mixing ResourceLocationMixin from ftblibrary-common.mixins.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.775] [main/DEBUG] [mixin/]: ftblibrary-common.mixins.json:ResourceLocationMixin from mod ftblibrary: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:05.778] [main/DEBUG] [mixin/]: Mixing ResourceLocationMixin from kubejs.mixins.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.781] [main/DEBUG] [mixin/]: Mixing texture.MixinResourceLocation from mixins.iris.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.781] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:05.782] [main/DEBUG] [mixin/]: Mixing MixinIdentifier from c2me-opts-allocs.mixins.json into net.minecraft.resources.ResourceLocation +[07мая2026 22:07:05.797] [main/DEBUG] [mixin/]: continuity.mixins.json:IdentifierMixin from mod continuity->@Inject::continuity$onIsPathValid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:05.797] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinIdentifier from mod entity_texture_features->@Inject::etf$illegalPathOverride(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:05.797] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinIdentifier from mod entity_texture_features->@Inject::etf$illegalPathOverride(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:05.798] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$blockDUMMY(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:05.798] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$allowInvalidPaths(CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:05.801] [main/DEBUG] [mixin/]: Mixing MixinChunkPos from c2me-opts-math.mixins.json into net.minecraft.world.level.ChunkPos +[07мая2026 22:07:06.869] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: [UPDATE CHECKER] The EuphoriaPatcher Mod is up to date +[07мая2026 22:07:06.874] [main/DEBUG] [mixin/]: Mixing iris.IrisMixin from colorwheel.mixins.json into net.irisshaders.iris.Iris +[07мая2026 22:07:06.874] [main/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.876] [main/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisMixin from mod colorwheel->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.885] [main/DEBUG] [mixin/]: Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.886] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.898] [main/DEBUG] [mixin/]: Mixing client.ScreenMixin from smsn-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.898] [main/DEBUG] [mixin/]: Mixing ScreenAccessor from balm.neoforge.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.899] [main/DEBUG] [mixin/]: Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.899] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.899] [main/DEBUG] [mixin/]: Mixing ScreenMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.899] [main/DEBUG] [mixin/]: immersiveui-common.mixins.json:ScreenMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Mixing client.accessor.ScreenAccessor from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Renaming @Accessor method cumulus$getCubeMap()Lnet/minecraft/client/renderer/CubeMap; to cumulus$getCubeMap$cumulus_menus_$md$d85188$0 in cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Renaming @Accessor method cumulus$setCubeMap(Lnet/minecraft/client/renderer/CubeMap;)V to cumulus$setCubeMap$cumulus_menus_$md$d85188$1 in cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Renaming @Accessor method cumulus$getPanorama()Lnet/minecraft/client/renderer/PanoramaRenderer; to cumulus$getPanorama$cumulus_menus_$md$d85188$2 in cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Renaming @Accessor method cumulus$setPanorama(Lnet/minecraft/client/renderer/PanoramaRenderer;)V to cumulus$setPanorama$cumulus_menus_$md$d85188$3 in cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus +[07мая2026 22:07:06.900] [main/DEBUG] [mixin/]: Mixing client.ScreenMixin from kiwi.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.905] [main/DEBUG] [mixin/]: Mixing ScreenMixin from polytone-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.910] [main/DEBUG] [mixin/]: Mixing ScreenMixin from emi.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.910] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.912] [main/DEBUG] [mixin/]: Mixing client.ScreenMixin from reliable_remover.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.913] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:client.ScreenMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:06.913] [main/DEBUG] [mixin/]: Mixing client.accessor.ScreenAccessor from aether.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.914] [main/DEBUG] [mixin/]: Mixing client.IMixinScreen from konkrete.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.914] [main/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinScreen from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.915] [main/DEBUG] [mixin/]: Mixing ScreenMixin from nerb-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.915] [main/DEBUG] [mixin/]: nerb-common.mixins.json:ScreenMixin from mod nerb: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.917] [main/DEBUG] [mixin/]: Mixing client.ScreenAccessor from wabbanodecompanion.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.917] [main/DEBUG] [mixin/]: wabbanodecompanion.mixins.json:client.ScreenAccessor from mod wabbanodecompanion: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: Mixing ScreenMixin from kubejs.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: Mixing ScreenAccessor from owo.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: owo.mixins.json:ScreenAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: Renaming @Accessor method owo$PANORAMA_RENDERER()Lnet/minecraft/client/renderer/CubeMap; to PANORAMA_RENDERER$owo_$md$d85188$4 in owo.mixins.json:ScreenAccessor from mod owo +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: Renaming @Accessor method owo$ROTATING_PANORAMA_RENDERER()Lnet/minecraft/client/renderer/PanoramaRenderer; to ROTATING_PANORAMA_RENDERER$owo_$md$d85188$5 in owo.mixins.json:ScreenAccessor from mod owo +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: Mixing ui.ScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.918] [main/DEBUG] [mixin/]: owo.mixins.json:ui.ScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:06.919] [main/DEBUG] [mixin/]: Mixing ScreenMixin from octolib-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.920] [main/DEBUG] [mixin/]: Mixing client.ScreenAccessor from trender.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.920] [main/DEBUG] [mixin/]: Mixing client.ScreenMixin from quark.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.920] [main/DEBUG] [mixin/]: Mixing client.IMixinScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.921] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.921] [main/DEBUG] [mixin/]: Mixing client.MixinScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.921] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.922] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$atReturnChildrenFancyMenu$0(Lnet/minecraft/client/gui/components/events/GuiEventListener;)Z to mdd85188$fancymenu$lambda$atReturnChildrenFancyMenu$0$6 in fancymenu.mixins.json:client.MixinScreen from mod fancymenu +[07мая2026 22:07:06.933] [main/DEBUG] [mixin/]: Mixing client.ScreenRenderBackground from watut.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.935] [main/DEBUG] [mixin/]: Mixing client.ScreenRenderWithTooltip from watut.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.937] [main/DEBUG] [mixin/]: Mixing client.accessor.ScreenAccessor from ponder-common.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.937] [main/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.ScreenAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:06.937] [main/DEBUG] [mixin/]: Mixing compat.xaeros.XaeroPauseScreenOverrideMixin from create.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.939] [main/DEBUG] [mixin/]: Mixing ui.layers.ScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.Screen +[07мая2026 22:07:06.939] [main/DEBUG] [mixin/]: owo.mixins.json:ui.layers.ScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:06.984] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.984] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.984] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterInitScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::beforeResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1->@Inject::afterResizeScreen(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: smsn-common.mixins.json:client.ScreenMixin from mod smsn->@Inject::rebuildWidgets(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: smsn-common.mixins.json:client.ScreenMixin from mod smsn->@Inject::rebuildWidgets(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: smsn-common.mixins.json:client.ScreenMixin from mod smsn->@Inject::rebuildWidgets(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: kiwi.mixins.json:client.ScreenMixin from mod kiwi->@Inject::kiwi$handleComponentClicked(Lnet/minecraft/network/chat/Style;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.985] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyWidget2(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyWidget2(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyWidget2(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyRenderable(Lnet/minecraft/client/gui/components/Renderable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyRenderable(Lnet/minecraft/client/gui/components/Renderable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ScreenMixin from mod polytone->@Inject::modifyRenderable(Lnet/minecraft/client/gui/components/Renderable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::init(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::init(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::init(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::resize(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::resize(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: emi.mixins.json:ScreenMixin from mod emi->@Inject::resize(Lnet/minecraft/client/Minecraft;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:client.ScreenMixin from mod reliable_remover->@Inject::reliable_remover$renderToast(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:client.ScreenMixin from mod reliable_remover->@Inject::reliable_remover$renderToast(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.986] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:client.ScreenMixin from mod reliable_remover->@Inject::reliable_remover$renderToast(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: nerb-common.mixins.json:ScreenMixin from mod nerb->@Inject::onWidgetAdded(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: octolib-common.mixins.json:ScreenMixin from mod octolib->@Inject::beforeRender(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: octolib-common.mixins.json:ScreenMixin from mod octolib->@Inject::beforeRender(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: octolib-common.mixins.json:ScreenMixin from mod octolib->@Inject::beforeRender(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::return_renderWithTooltip_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::return_renderWithTooltip_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::return_renderWithTooltip_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::head_renderBlurredBackground_FancyMenu(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterNextFocusPathInKeyPressedFancyMenu(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.987] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocusFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::beforeSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::afterSetInitialFocus_2_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinScreen from mod fancymenu->@Inject::atReturnChildrenFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderBackground from mod watut->@Inject::renderBackground(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderBackground from mod watut->@Inject::onRenderBackground(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderBackground from mod watut->@Inject::renderBackground3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderWithTooltip from mod watut->@Inject::renderWithTooltipEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderWithTooltip from mod watut->@Inject::renderWithTooltipEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: watut.mixins.json:client.ScreenRenderWithTooltip from mod watut->@Inject::renderWithTooltipEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:06.988] [main/DEBUG] [mixin/]: create.mixins.json:compat.xaeros.XaeroPauseScreenOverrideMixin from mod create->@Inject::create$xaeroPauseScreenOverride(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:07.002] [main/DEBUG] [mixin/]: Mixing client.MixinAbstractContainerEventHandler from fancymenu.mixins.json into net.minecraft.client.gui.components.events.AbstractContainerEventHandler +[07мая2026 22:07:07.002] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerEventHandler from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:07.004] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerEventHandler from mod fancymenu->@Inject::beforeSetFocusedFancyMenu(Lnet/minecraft/client/gui/components/events/GuiEventListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:07.008] [main/DEBUG] [mixin/]: Mixing modern.IrisModernShaderPackScreenMixin from iris_shader_folder.mixins.json into net.irisshaders.iris.gui.screen.ShaderPackScreen +[07мая2026 22:07:07.033] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: Contacting alternate dimensions... +[07мая2026 22:07:07.059] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: EuphoriaPatches_1.8.6 is already installed. +[07мая2026 22:07:07.062] [main/INFO] [STDOUT/]: [com.euphoriapatches.euphoria_patcher.logging.EuphoriaLogger:log:128]: + +EuphoriaPatcher: Thank you for using Euphoria Patches - SpacEagle17 + + +[07мая2026 22:07:07.083] [main/DEBUG] [mixin/]: Mixing StringRepresentableMixin from kubejs.mixins.json into net.minecraft.util.StringRepresentable +[07мая2026 22:07:07.138] [main/DEBUG] [mixin/]: Mixing perf.tag_id_caching.TagOrElementLocationMixin from modernfix-modernfix.mixins.json into net.minecraft.util.ExtraCodecs$TagOrElementLocation +[07мая2026 22:07:07.139] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method decoratedId in modernfix-modernfix.mixins.json:perf.tag_id_caching.TagOrElementLocationMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. +[07мая2026 22:07:07.178] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple +[07мая2026 22:07:07.178] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 +[07мая2026 22:07:07.195] [main/DEBUG] [mixin/]: Mixing TextCodecsMixin from skill_tree_rpgs.mixins.json into net.minecraft.network.chat.ComponentSerialization +[07мая2026 22:07:07.205] [main/DEBUG] [mixin/]: Mixing text.TextCodecsMixin from owo.mixins.json into net.minecraft.network.chat.ComponentSerialization +[07мая2026 22:07:07.205] [main/DEBUG] [mixin/]: owo.mixins.json:text.TextCodecsMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:07.205] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectCustomTextTypesExplicit$0(Ljava/lang/String;)Lnet/minecraft/util/StringRepresentable; to mdd85188$owo$lambda$injectCustomTextTypesExplicit$0$0 in owo.mixins.json:text.TextCodecsMixin from mod owo +[07мая2026 22:07:07.212] [main/DEBUG] [mixin/]: Mixing ComponentSerializationMixin from creativecore.mixins.json into net.minecraft.network.chat.ComponentSerialization +[07мая2026 22:07:07.221] [main/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/network/chat/ComponentSerialization$Anonymous$23d51c0214a547539dcf5c2ba2ff6d04 (originally io/wispforest/owo/mixin/text/TextCodecsMixin$2) +[07мая2026 22:07:07.236] [main/DEBUG] [mixin/]: Mixing NbtAccounterMixin from connectivity.mixins.json into net.minecraft.nbt.NbtAccounter +[07мая2026 22:07:07.237] [main/DEBUG] [mixin/]: Mixing accessor.NbtAccounterAccessor from create.mixins.json into net.minecraft.nbt.NbtAccounter +[07мая2026 22:07:07.244] [main/DEBUG] [mixin/]: Mixing temp_fixes.NbtCompoundMixin from accessories-common.mixins.json into net.minecraft.nbt.CompoundTag +[07мая2026 22:07:07.244] [main/DEBUG] [mixin/]: accessories-common.mixins.json:temp_fixes.NbtCompoundMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:07.252] [main/DEBUG] [mixin/]: Mixing alloc.nbt.CompoundTagMixin from lithium.mixins.json into net.minecraft.nbt.CompoundTag +[07мая2026 22:07:07.260] [main/DEBUG] [mixin/]: Mixing CompoundTagMixin from kubejs.mixins.json into net.minecraft.nbt.CompoundTag +[07мая2026 22:07:07.264] [main/DEBUG] [mixin/]: Mixing NbtCompoundMixin from owo.mixins.json into net.minecraft.nbt.CompoundTag +[07мая2026 22:07:07.264] [main/DEBUG] [mixin/]: owo.mixins.json:NbtCompoundMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:07.271] [main/DEBUG] [mixin/]: Mixing access.INbtCompound from c2me-base.mixins.json into net.minecraft.nbt.CompoundTag +[07мая2026 22:07:07.282] [main/DEBUG] [mixin/]: accessories-common.mixins.json:temp_fixes.NbtCompoundMixin from mod accessories->@Inject::adjustCheckForListVariants(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:07.283] [main/DEBUG] [mixin/]: accessories-common.mixins.json:temp_fixes.NbtCompoundMixin from mod accessories->@Inject::adjustByteArrayForRegularList(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:07.283] [main/DEBUG] [mixin/]: accessories-common.mixins.json:temp_fixes.NbtCompoundMixin from mod accessories->@Inject::adjustIntArrayForRegularList(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:07.283] [main/DEBUG] [mixin/]: accessories-common.mixins.json:temp_fixes.NbtCompoundMixin from mod accessories->@Inject::adjustLongArrayForRegularList(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:07.306] [main/DEBUG] [mixin/]: Mixing ResourceLocationExceptionMixin from connectivity.mixins.json into net.minecraft.ResourceLocationException +[07мая2026 22:07:07.310] [main/DEBUG] [mixin/]: connectivity.mixins.json:ResourceLocationExceptionMixin from mod connectivity->@Inject::onException(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:07.310] [main/DEBUG] [mixin/]: connectivity.mixins.json:ResourceLocationExceptionMixin from mod connectivity->@Inject::onException(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:07.310] [main/DEBUG] [mixin/]: connectivity.mixins.json:ResourceLocationExceptionMixin from mod connectivity->@Inject::onException(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:07.347] [main/DEBUG] [mixin/]: Mixing text.LanguageMixin from owo.mixins.json into net.minecraft.locale.Language +[07мая2026 22:07:07.347] [main/DEBUG] [mixin/]: owo.mixins.json:text.LanguageMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:07.417] [main/DEBUG] [mixin/]: Mixing perf.dynamic_dfu.DataFixTypesMixin from modernfix-modernfix.mixins.json into net.minecraft.util.datafix.DataFixTypes +[07мая2026 22:07:07.418] [main/DEBUG] [mixin/]: Mixing DataFixTypesAccessor from brewinandchewin.mixins.json into net.minecraft.util.datafix.DataFixTypes +[07мая2026 22:07:07.418] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:DataFixTypesAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:07.418] [main/DEBUG] [mixin/]: Mixing DataFixTypesMixin from brewinandchewin.mixins.json into net.minecraft.util.datafix.DataFixTypes +[07мая2026 22:07:07.418] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:DataFixTypesMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:07.423] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_dfu.DataFixTypesMixin from mod modernfix->@Inject::kickOnUpdate(Lcom/mojang/datafixers/DataFixer;Lcom/mojang/serialization/Dynamic;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:07.429] [main/DEBUG] [mixin/]: Mixing perf.dynamic_dfu.DataFixersMixin from modernfix-modernfix.mixins.json into net.minecraft.util.datafix.DataFixers +[07мая2026 22:07:07.430] [main/DEBUG] [mixin/]: Mixing datafix.DataFixersMixin from friendsandfoes-common.mixins.json into net.minecraft.util.datafix.DataFixers +[07мая2026 22:07:07.566] [main/DEBUG] [mixin/]: Mixing datafixer.BlockPosFormatAndRenamesFixMixin from create.mixins.json into net.minecraft.util.datafix.fixes.BlockPosFormatAndRenamesFix +[07мая2026 22:07:07.566] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$addFixers$2(Lcom/mojang/datafixers/OpticFinder;Lcom/simibubi/create/foundation/utility/DataFixerHelper$BlockPosFixer;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; to mdd85188$create$lambda$create$addFixers$2$0 in create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create +[07мая2026 22:07:07.567] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$addFixers$1(Lcom/simibubi/create/foundation/utility/DataFixerHelper$BlockPosFixer;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; to mdd85188$create$lambda$create$addFixers$1$1 in create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create +[07мая2026 22:07:07.567] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$addFixers$0(Lcom/simibubi/create/foundation/utility/DataFixerHelper$BlockPosFixer;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; to mdd85188$create$lambda$create$addFixers$0$2 in create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create +[07мая2026 22:07:07.576] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create->@Inject::create$addFixers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:07.576] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create->@Inject::create$addFixers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:07.576] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.BlockPosFormatAndRenamesFixMixin from mod create->@Inject::create$addFixers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:07.582] [main/DEBUG] [mixin/]: Mixing datafixer.ItemStackComponentizationFixMixin from create.mixins.json into net.minecraft.util.datafix.fixes.ItemStackComponentizationFix +[07мая2026 22:07:07.583] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$moveItemStackHandlerToItemContainerContents$4(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Ljava/lang/String;Lcom/mojang/serialization/Dynamic;)V to mdd85188$create$lambda$create$moveItemStackHandlerToItemContainerContents$4$0 in create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create +[07мая2026 22:07:07.583] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$moveItemStackHandlerToItemContainerContents$3(Lcom/mojang/serialization/Dynamic;Ljava/util/List;Lcom/mojang/serialization/Dynamic;)V to mdd85188$create$lambda$create$moveItemStackHandlerToItemContainerContents$3$1 in create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create +[07мая2026 22:07:07.583] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$moveTagToEnumComponent$2([Ljava/lang/Enum;Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Ljava/lang/String;Lcom/mojang/serialization/Dynamic;)V to mdd85188$create$lambda$create$moveTagToEnumComponent$2$2 in create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create +[07мая2026 22:07:07.583] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$fixItemsAndTranslateNBTIntoComponents$1(Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Lcom/mojang/serialization/Dynamic;)V to mdd85188$create$lambda$create$fixItemsAndTranslateNBTIntoComponents$1$3 in create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create +[07мая2026 22:07:07.583] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$fixItemsAndTranslateNBTIntoComponents$0(Lcom/mojang/serialization/Dynamic;Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Lcom/mojang/serialization/Dynamic;)V to mdd85188$create$lambda$create$fixItemsAndTranslateNBTIntoComponents$0$4 in create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create +[07мая2026 22:07:07.624] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.ItemStackComponentizationFixMixin from mod create->@Inject::create$fixItemsAndTranslateNBTIntoComponents(Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Lcom/mojang/serialization/Dynamic;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:07.824] [main/DEBUG] [mixin/]: Mixing perf.compact_mojang_registries.BlockStateDataMixin from modernfix-modernfix.mixins.json into net.minecraft.util.datafix.fixes.BlockStateData +[07мая2026 22:07:07.834] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compact_mojang_registries.BlockStateDataMixin from mod modernfix->@Inject::clearInterner(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:07.870] [main/DEBUG] [mixin/]: Mixing alloc.nbt.CompoundTagMixin$Type from lithium.mixins.json into net.minecraft.nbt.CompoundTag$1 +[07мая2026 22:07:07.887] [main/DEBUG] [mixin/]: Mixing StringTagMixin from kubejs.mixins.json into net.minecraft.nbt.StringTag +[07мая2026 22:07:08.128] [main/DEBUG] [mixin/]: Mixing MixinV1460 from curios.neoforge.mixins.json into net.minecraft.util.datafix.schemas.V1460 +[07мая2026 22:07:08.131] [main/DEBUG] [mixin/]: Mixing datafix.V1460Mixin from friendsandfoes-common.mixins.json into net.minecraft.util.datafix.schemas.V1460 +[07мая2026 22:07:08.133] [main/DEBUG] [mixin/]: Mixing datafixer.V1460Mixin from create.mixins.json into net.minecraft.util.datafix.schemas.V1460 +[07мая2026 22:07:08.143] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinV1460 from mod cclayer->@Inject::captureSchema(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:08.144] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinV1460 from mod cclayer->@Inject::captureSchema(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:08.144] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinV1460 from mod cclayer->@Inject::captureSchema(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:08.144] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:datafix.V1460Mixin from mod friendsandfoes->@Inject::registerModdedEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:08.144] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.V1460Mixin from mod create->@Inject::create$registerEntitiesToBeFixed(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:08.144] [main/DEBUG] [mixin/]: create.mixins.json:datafixer.V1460Mixin from mod create->@Inject::create$registerBlockEntitiesToBeFixed(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:08.165] [main/DEBUG] [mixin/]: Mixing IItemHandlerMixin from kubejs.mixins.json into net.neoforged.neoforge.items.IItemHandler +[07мая2026 22:07:08.190] [main/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Expanded local variable scope for LivingEntity#forceAddEffect index 3 +[07мая2026 22:07:08.227] [main/DEBUG] [mixin/]: Mixing elytra.LivingEntityMixin from bclib.mixins.common.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.230] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from betterend.mixins.common.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.238] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$be_getKnockback$1([DLnet/minecraft/core/Holder;Lnet/minecraft/world/entity/ai/attributes/AttributeModifier;)V to mdd85188$betterend$lambda$be_getKnockback$1$0 in betterend.mixins.common.json:LivingEntityMixin from mod betterend +[07мая2026 22:07:08.239] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$be_applyEffects$0(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;)V to mdd85188$betterend$lambda$be_applyEffects$0$1 in betterend.mixins.common.json:LivingEntityMixin from mod betterend +[07мая2026 22:07:08.247] [main/DEBUG] [mixin/]: Mixing LivingEntityDeathMixin from baguettelib.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.248] [main/DEBUG] [mixin/]: baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.251] [main/DEBUG] [mixin/]: Mixing ZombieLivingEntityMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.251] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from critical_strike.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.252] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from aileron-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.270] [main/DEBUG] [mixin/]: Mixing client.autofire.LivingEntityMixin from archers.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.271] [main/DEBUG] [mixin/]: archers.mixins.json:client.autofire.LivingEntityMixin from mod archers: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.277] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from supplementaries.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.279] [main/DEBUG] [mixin/]: Mixing LivingEntityAccessor from supplementaries-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.280] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.280] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.280] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.296] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.297] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.307] [main/DEBUG] [mixin/]: Mixing elytra.LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.307] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.310] [main/DEBUG] [mixin/]: Mixing LivingEntityAccessor from accessories-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.310] [main/DEBUG] [mixin/]: accessories-common.mixins.json:LivingEntityAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.310] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from accessories-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.310] [main/DEBUG] [mixin/]: accessories-common.mixins.json:LivingEntityMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.333] [main/DEBUG] [mixin/]: Mixing client.cosmetic.LivingEntityMixin from accessories-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.333] [main/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.LivingEntityMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.335] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from convenienteffects.common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.335] [main/DEBUG] [mixin/]: convenienteffects.common.mixins.json:LivingEntityMixin from mod convenienteffects: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.338] [main/DEBUG] [mixin/]: Mixing client.LivingEntityMixin from convenienteffects.common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.338] [main/DEBUG] [mixin/]: convenienteffects.common.mixins.json:client.LivingEntityMixin from mod convenienteffects: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.342] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from puffish_skills.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.342] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.343] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtDrop$7(Lnet/minecraft/world/damagesource/DamageSource;Lnet/puffish/skillsmod/util/AttackerInfo;)V to mdd85188$puffish_skills$lambda$injectAtDrop$7$2 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.344] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtDrop$6(Lnet/puffish/skillsmod/util/AttackerInfo;Lnet/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerChunk$State;Ljava/util/Map$Entry;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/damagesource/DamageSource;DLjava/util/Set;Lnet/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtDrop$6$3 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.345] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtDrop$5(Lnet/puffish/skillsmod/util/AttackerInfo;Lnet/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerChunk$State;Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/damagesource/DamageSource;Lnet/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtDrop$5$4 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.345] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtApplyDamage$4(Lnet/minecraft/world/damagesource/DamageSource;FLnet/puffish/skillsmod/util/AttackerInfo;)V to mdd85188$puffish_skills$lambda$injectAtApplyDamage$4$5 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.346] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtApplyDamage$3(Lnet/puffish/skillsmod/util/AttackerInfo;Lnet/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerChunk$State;FLnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/damagesource/DamageSource;Lnet/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtApplyDamage$3$6 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.347] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtApplyDamage$2(FLnet/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerEntity;)Ljava/lang/Float; to mdd85188$puffish_skills$lambda$injectAtApplyDamage$2$7 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.347] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtApplyDamage$1(FLnet/minecraft/server/level/ServerPlayer;Ljava/lang/Float;)Ljava/lang/Float; to mdd85188$puffish_skills$lambda$injectAtApplyDamage$1$8 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.347] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtHeal$0(Lnet/minecraft/server/level/ServerPlayer;FLnet/puffish/skillsmod/experience/source/builtin/HealExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtHeal$0$9 in puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills +[07мая2026 22:07:08.366] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.374] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.381] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.enchantment_ticking.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.389] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.equipment_changes.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.391] [main/DEBUG] [mixin/]: Mixing entity.fast_elytra_check.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.391] [main/DEBUG] [mixin/]: Mixing entity.fast_hand_swing.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.392] [main/DEBUG] [mixin/]: Mixing entity.fast_powder_snow_check.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.393] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.394] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from caelus.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.395] [main/DEBUG] [mixin/]: caelus.mixins.json:MixinLivingEntity from mod caelus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.396] [main/DEBUG] [mixin/]: Mixing LivingEntityConditionalAttributes from skill_tree_rpgs.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.398] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from bestylewither.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.419] [main/DEBUG] [mixin/]: Mixing minecraft.LivingEntityMixin from reliable_remover.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.419] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.LivingEntityMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:08.423] [main/DEBUG] [mixin/]: Mixing player.LivingEntityAccessor from bettercombat.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.424] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.LivingEntityAccessor from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.424] [main/DEBUG] [mixin/]: Mixing player.LivingEntityMixin from bettercombat.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.424] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.LivingEntityMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.425] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getAttributeValue_Inject$0(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V to mdd85188$bettercombat$lambda$getAttributeValue_Inject$0$a in bettercombat.mixins.json:player.LivingEntityMixin from mod bettercombat +[07мая2026 22:07:08.428] [main/DEBUG] [mixin/]: Mixing client.CancelSwingMixin from punchy.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.429] [main/DEBUG] [mixin/]: Mixing client.LivingEntitySwingMixin from punchy.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.432] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from fabric-block-api-v1.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.432] [main/DEBUG] [mixin/]: fabric-block-api-v1.mixins.json:LivingEntityMixin from mod fabric_block_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.434] [main/DEBUG] [mixin/]: Mixing LivingEntityInvulnerable from combat_roll.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.434] [main/DEBUG] [mixin/]: combat_roll.mixins.json:LivingEntityInvulnerable from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.437] [main/DEBUG] [mixin/]: Mixing LivingEntityAccessor from brewinandchewin.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.437] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:LivingEntityAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.438] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from brewinandchewin.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.438] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:LivingEntityMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.442] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from notenoughanimations.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.442] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:08.443] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from curios.neoforge.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.444] [main/DEBUG] [mixin/]: Mixing common.LivingEntityMixin from geckolib.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.444] [main/DEBUG] [mixin/]: geckolib.mixins.json:common.LivingEntityMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.446] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.447] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.448] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$modifySwimSpeed$1(FLjava/lang/Integer;)Ljava/lang/Float; to mdd85188$crittersandcompanions$lambda$modifySwimSpeed$1$b in crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions +[07мая2026 22:07:08.448] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onTick$0(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$crittersandcompanions$lambda$onTick$0$c in crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions +[07мая2026 22:07:08.490] [main/DEBUG] [mixin/]: Mixing LivingEntityStealth from rogues.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.491] [main/DEBUG] [mixin/]: rogues.mixins.json:LivingEntityStealth from mod rogues: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.496] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.496] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.497] [main/DEBUG] [mixin/]: Mixing common.LivingEntityMixin from aether.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.498] [main/DEBUG] [mixin/]: Mixing common.accessor.LivingEntityAccessor from aether.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.499] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from galosphere.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.518] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from durability_tweaks.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.523] [main/DEBUG] [mixin/]: Mixing lightsource.LivingEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.523] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.LivingEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.528] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.532] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from spell_power.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.532] [main/DEBUG] [mixin/]: spell_power.mixins.json:LivingEntityMixin from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.543] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from cataclysm.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.544] [main/DEBUG] [mixin/]: cataclysm.mixins.json:LivingEntityMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.557] [main/DEBUG] [mixin/]: Mixing effect.LivingEntityFrostShield from wizards.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.557] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.562] [main/DEBUG] [mixin/]: Mixing effect.LivingEntityFrozen from wizards.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.562] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrozen from mod wizards: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.564] [main/DEBUG] [mixin/]: Mixing action_impair.LivingEntityActionImpairing from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.564] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.568] [main/DEBUG] [mixin/]: Mixing effect.LivingEntityEffectRemoval from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.568] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityEffectRemoval from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.570] [main/DEBUG] [mixin/]: Mixing effect.LivingEntityHealthImpacting from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.570] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityHealthImpacting from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.571] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_ApplyDamage_entity$1(Lnet/spell_engine/api/event/CombatEvents$PlayerDamageTaken$Args;Lnet/spell_engine/api/event/CombatEvents$PlayerDamageTaken;)V to mdd85188$spell_engine$lambda$damage_ApplyDamage_entity$1$d in spell_engine.mixins.json:effect.LivingEntityHealthImpacting from mod spell_engine +[07мая2026 22:07:08.571] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_ApplyDamage_entity$0(Lnet/spell_engine/api/event/CombatEvents$EntityDamageTaken$Args;Lnet/spell_engine/api/event/CombatEvents$EntityDamageTaken;)V to mdd85188$spell_engine$lambda$damage_ApplyDamage_entity$0$e in spell_engine.mixins.json:effect.LivingEntityHealthImpacting from mod spell_engine +[07мая2026 22:07:08.575] [main/DEBUG] [mixin/]: Mixing effect.LivingEntityStatusEffectSync from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.576] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.591] [main/DEBUG] [mixin/]: Mixing entity.LivingEntityAccessor from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.592] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.592] [main/DEBUG] [mixin/]: Mixing entity.LivingEntityEvents from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.592] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.593] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_WRAP_damageShield$6(Lnet/spell_engine/api/event/CombatEvents$PlayerShieldBlock$Args;Lnet/spell_engine/api/event/CombatEvents$PlayerShieldBlock;)V to mdd85188$spell_engine$lambda$damage_WRAP_damageShield$6$f in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.593] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_WRAP_damageShield$5(Lnet/spell_engine/api/event/CombatEvents$EntityShieldBlock$Args;Lnet/spell_engine/api/event/CombatEvents$EntityShieldBlock;)V to mdd85188$spell_engine$lambda$damage_WRAP_damageShield$5$10 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.593] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$tickItemStackUsage_HEAD_Event$4(Lnet/spell_engine/api/event/CombatEvents$ItemUse$Args;Lnet/spell_engine/api/event/CombatEvents$ItemUse;)V to mdd85188$spell_engine$lambda$tickItemStackUsage_HEAD_Event$4$11 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.593] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_RETURN_entity$3(Lnet/spell_engine/api/event/CombatEvents$PlayerDamageTaken$Args;Lnet/spell_engine/api/event/CombatEvents$PlayerDamageTaken;)V to mdd85188$spell_engine$lambda$damage_RETURN_entity$3$12 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.593] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$damage_RETURN_entity$2(Lnet/spell_engine/api/event/CombatEvents$EntityDamageTaken$Args;Lnet/spell_engine/api/event/CombatEvents$EntityDamageTaken;)V to mdd85188$spell_engine$lambda$damage_RETURN_entity$2$13 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.594] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onAttacking_HEAD_Event$1(Lnet/spell_engine/api/event/CombatEvents$PlayerAttack$Args;Lnet/spell_engine/api/event/CombatEvents$PlayerAttack;)V to mdd85188$spell_engine$lambda$onAttacking_HEAD_Event$1$14 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.594] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onAttacking_HEAD_Event$0(Lnet/spell_engine/api/event/CombatEvents$EntityAttack$Args;Lnet/spell_engine/api/event/CombatEvents$EntityAttack;)V to mdd85188$spell_engine$lambda$onAttacking_HEAD_Event$0$15 in spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine +[07мая2026 22:07:08.601] [main/DEBUG] [mixin/]: Mixing entity.LivingEntityImmunityMixin from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.602] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.602] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$tick_HEAD_SpellEngine_Immunity$0(ILnet/spell_engine/api/entity/LivingEntityImmunity$Entry;)Z to mdd85188$spell_engine$lambda$tick_HEAD_SpellEngine_Immunity$0$16 in spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine +[07мая2026 22:07:08.610] [main/DEBUG] [mixin/]: Mixing entity.LivingEntityKnockback from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.611] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityKnockback from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.617] [main/DEBUG] [mixin/]: Mixing entity.LivingEntityMovementMixin from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.617] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityMovementMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.618] [main/DEBUG] [mixin/]: Mixing evasion.LivingEntityEvasionMixin from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.618] [main/DEBUG] [mixin/]: spell_engine.mixins.json:evasion.LivingEntityEvasionMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.620] [main/DEBUG] [mixin/]: Mixing registry.LivingEntityAttributesMixin from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.620] [main/DEBUG] [mixin/]: spell_engine.mixins.json:registry.LivingEntityAttributesMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.622] [main/DEBUG] [mixin/]: Mixing client.LivingEntityVisualMixin from spell_engine.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.622] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.634] [main/DEBUG] [mixin/]: Mixing LivingEntityNeoMovementMixin from spell_engine-neoforge.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.635] [main/DEBUG] [mixin/]: spell_engine-neoforge.mixins.json:LivingEntityNeoMovementMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.637] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from kubejs.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.638] [main/DEBUG] [mixin/]: Mixing copycat.trapdoor.LivingEntityMixin from copycats-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.638] [main/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.trapdoor.LivingEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.643] [main/DEBUG] [mixin/]: Mixing InvokerLivingEntity from particular.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.643] [main/DEBUG] [mixin/]: particular.mixins.json:InvokerLivingEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:08.643] [main/DEBUG] [mixin/]: Mixing pharaoh.LivingEntityMixin from betterdeserttemples.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.643] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.LivingEntityMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.646] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from bosses_of_mass_destruction-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.646] [main/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:LivingEntityMixin from mod bosses_of_mass_destruction: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.647] [main/DEBUG] [mixin/]: Mixing BlazeLivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.648] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.651] [main/DEBUG] [mixin/]: Mixing MannequinAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.651] [main/DEBUG] [mixin/]: Mixing MannequinAvatarMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.651] [main/DEBUG] [mixin/]: Mixing MannequinLivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.652] [main/DEBUG] [mixin/]: Mixing MannequinMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.652] [main/DEBUG] [mixin/]: Mixing common.LivingEntityMixin from endermanoverhaul.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.656] [main/DEBUG] [mixin/]: Mixing world.mechanics.SwordSwingSoundEffect from sounds.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.663] [main/DEBUG] [mixin/]: Mixing attribute.LivingEntityMixin from ranged_weapon_api.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.664] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.670] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from quark.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.672] [main/DEBUG] [mixin/]: Mixing accessor.AccessorLivingEntity from quark.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.672] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from universalenchants.common.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.672] [main/DEBUG] [mixin/]: universalenchants.common.mixins.json:LivingEntityMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.673] [main/DEBUG] [mixin/]: Mixing server.MixinLivingEntity from fancymenu.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.674] [main/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinLivingEntity from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.674] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveDamageTypeKey_FancyMenu$0(Lnet/minecraft/resources/ResourceKey;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveDamageTypeKey_FancyMenu$0$17 in fancymenu.mixins.json:server.MixinLivingEntity from mod fancymenu +[07мая2026 22:07:08.686] [main/DEBUG] [mixin/]: Mixing client.MixinLivingEntity from fancymenu.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.687] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.688] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveEffectKey_FancyMenu$1(Lnet/minecraft/core/Holder;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveEffectKey_FancyMenu$1$18 in fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu +[07мая2026 22:07:08.688] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveEffectKey_FancyMenu$0(Lnet/minecraft/resources/ResourceKey;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveEffectKey_FancyMenu$0$19 in fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu +[07мая2026 22:07:08.702] [main/DEBUG] [mixin/]: Mixing LivingEntityArmorMixin from armordamagescale.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.702] [main/DEBUG] [mixin/]: armordamagescale.mixins.json:LivingEntityArmorMixin from mod armordamagescale: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.723] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from charmofundying.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.723] [main/DEBUG] [mixin/]: charmofundying.mixins.json:MixinLivingEntity from mod charmofundying: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.728] [main/DEBUG] [mixin/]: Mixing CustomItemUseEffectsMixin from create.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.732] [main/DEBUG] [mixin/]: Mixing LavaSwimmingMixin from create.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.738] [main/DEBUG] [mixin/]: Mixing accessor.LivingEntityAccessor from create.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.738] [main/DEBUG] [mixin/]: Mixing ILivingEntity from presencefootsteps.mixin.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.738] [main/DEBUG] [mixin/]: Mixing MLivingEntity from presencefootsteps.mixin.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.741] [main/DEBUG] [mixin/]: Mixing livingentity.ServerLivingEntityMixin from smoothmovement.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.741] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ServerLivingEntityMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:08.748] [main/DEBUG] [mixin/]: Mixing livingentity.ClientEntityMovementMixin from smoothmovement.mixins.json into net.minecraft.world.entity.LivingEntity +[07мая2026 22:07:08.748] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.101] [main/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions::handler$fnc000$crittersandcompanions$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_addLivingAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_applyEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_applyEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_applyEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_canBeAffected(Lnet/minecraft/world/effect/MobEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_hurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_hurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: betterend.mixins.common.json:LivingEntityMixin from mod betterend->@Inject::be_hurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib->@Inject::onPreDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.126] [main/DEBUG] [mixin/]: baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.131] [main/DEBUG] [mixin/]: archers.mixins.json:client.autofire.LivingEntityMixin from mod archers->@Inject::autoFireHookRelease(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.131] [main/DEBUG] [mixin/]: archers.mixins.json:client.autofire.LivingEntityMixin from mod archers->@Inject::autoFireHookRelease(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.131] [main/DEBUG] [mixin/]: archers.mixins.json:client.autofire.LivingEntityMixin from mod archers->@Inject::autoFireHookRelease(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$checkOnRope(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$eatFromLunchBasket(Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$eatFromLunchBasket(Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$eatFromLunchBasket(Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$slimeTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$slimeTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries->@Inject::suppl$slimeTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.132] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onSleep(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onSleep(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onSleep(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1->@Inject::onIsSleepingInBed(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.133] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1->@Inject::injectElytraTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: accessories-common.mixins.json:LivingEntityMixin from mod accessories->@Inject::sendAccessoriesBreakInstead(Lnet/minecraft/world/item/Item;Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: accessories-common.mixins.json:LivingEntityMixin from mod accessories->@Inject::preventMatchExceptionForAccessories(Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: convenienteffects.common.mixins.json:client.LivingEntityMixin from mod convenienteffects->@Inject::tickEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtHeal(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtHeal(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtHeal(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtApplyDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtApplyDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtApplyDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtDrop(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtDrop(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:LivingEntityMixin from mod puffish_skills->@Inject::injectAtDrop(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.LivingEntityMixin from mod lithium->@Inject::handleStackEquip(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.LivingEntityMixin from mod lithium->@Inject::handleStackEquip(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.LivingEntityMixin from mod lithium->@Inject::handleStackEquip(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::skipSentEquipmentComparison(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.134] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod lithium->@Inject::skipStopFlying(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V does use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod lithium->@Inject::skipGetDuration(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: skill_tree_rpgs.mixins.json:LivingEntityConditionalAttributes from mod skill_tree_rpgs->@Inject::onEquipmentChanges(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::dieInject(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::dieInject(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::dieInject(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::tickDeathWrap2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::tickDeathWrap2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bestylewither.mixins.json:LivingEntityMixin from mod bestylewither->@Inject::tickDeathWrap2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.LivingEntityMixin from mod reliable_remover->@Inject::reliable_remover$removeMobEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.LivingEntityMixin from mod reliable_remover->@Inject::reliable_remover$removeMobEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.LivingEntityMixin from mod reliable_remover->@Inject::reliable_remover$removeMobEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.LivingEntityMixin from mod bettercombat->@Inject::getAttributeValue_Inject(Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.135] [main/DEBUG] [mixin/]: punchy.mixins.json:client.CancelSwingMixin from mod punchy->@Inject::punchy$freezeSwing(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: punchy.mixins.json:client.CancelSwingMixin from mod punchy->@Inject::punchy$freezeSwing(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: punchy.mixins.json:client.CancelSwingMixin from mod punchy->@Inject::punchy$freezeSwing(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntitySwingMixin from mod punchy->@Inject::punchy$onSwing(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntitySwingMixin from mod punchy->@Inject::punchy$onSwing(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntitySwingMixin from mod punchy->@Inject::punchy$onSwing(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: fabric-block-api-v1.mixins.json:LivingEntityMixin from mod fabric_block_api_v1->@Inject::allowTaggedBlocksForTrapdoorClimbing(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: combat_roll.mixins.json:LivingEntityInvulnerable from mod combat_roll->@Inject::tick_TAIL_combat_roll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: combat_roll.mixins.json:LivingEntityInvulnerable from mod combat_roll->@Inject::tick_TAIL_combat_roll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: combat_roll.mixins.json:LivingEntityInvulnerable from mod combat_roll->@Inject::tick_TAIL_combat_roll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: combat_roll.mixins.json:LivingEntityInvulnerable from mod combat_roll->@Inject::damage_HEAD_combat_roll(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations->@Inject::tickHeadTurn(FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinLivingEntity from mod cclayer->@Inject::curio$canFreeze(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinLivingEntity from mod cclayer->@Inject::curio$canFreeze(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinLivingEntity from mod cclayer->@Inject::curio$canFreeze(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onAddAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onAddAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onAddAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onReadAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onReadAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onReadAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.136] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onDie(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onDie(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions->@Inject::onDie(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: rogues.mixins.json:LivingEntityStealth from mod rogues->@Inject::getAttackDistanceScalingFactor_RETURN_Stealth(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::storeLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::storeLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::storeLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::resetLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::resetLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric_item_api_v1->@Inject::resetLivingEntity(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: aether.mixins.json:common.LivingEntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: aether.mixins.json:common.LivingEntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: aether.mixins.json:common.LivingEntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$readAddtionalSavedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$readAddtionalSavedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$readAddtionalSavedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.137] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$isInWall(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$onEquipItem(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$onEquipItem(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: galosphere.mixins.json:LivingEntityMixin from mod galosphere->@Inject::G$onEquipItem(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_power.mixins.json:LivingEntityMixin from mod spell_power->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_power.mixins.json:LivingEntityMixin from mod spell_power->@Inject::onConstructed(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_power.mixins.json:LivingEntityMixin from mod spell_power->@Inject::onConstructed(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_power.mixins.json:LivingEntityMixin from mod spell_power->@Inject::onConstructed(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: cataclysm.mixins.json:LivingEntityMixin from mod cataclysm->@Inject::onCanAttack(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: cataclysm.mixins.json:LivingEntityMixin from mod cataclysm->@Inject::onAddEffect(Lnet/minecraft/world/effect/MobEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: cataclysm.mixins.json:LivingEntityMixin from mod cataclysm->@Inject::onAddEffectWithSource(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::isBlocking_HEAD_FrostShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::blockedByShield_HEAD_FrostShield(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::damage_HEAD_FrostShieldFireImmunity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::baseTick_TAIL_FrostShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::baseTick_TAIL_FrostShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrostShield from mod wizards->@Inject::baseTick_TAIL_FrostShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrozen from mod wizards->@Inject::baseTick_TAIL_FrozenByStatusEffect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrozen from mod wizards->@Inject::baseTick_TAIL_FrozenByStatusEffect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrozen from mod wizards->@Inject::baseTick_TAIL_FrozenByStatusEffect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: wizards.mixins.json:effect.LivingEntityFrozen from mod wizards->@Inject::jump_HEAD_NoJumpingWhileFrozen(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::jump_HEAD_Spell_Engine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.138] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::isImmobile_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::tickActiveItemStack_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::tickStatusEffects_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::tickStatusEffects_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.LivingEntityActionImpairing from mod spell_engine->@Inject::tickStatusEffects_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::updatePotionVisibility_HEAD_SpellEngine_SyncEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::updatePotionVisibility_HEAD_SpellEngine_SyncEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::updatePotionVisibility_HEAD_SpellEngine_SyncEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::onTrackedDataSet_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::onTrackedDataSet_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.LivingEntityStatusEffectSync from mod spell_engine->@Inject::onTrackedDataSet_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::onAttacking_HEAD_Event(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::onAttacking_HEAD_Event(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::onAttacking_HEAD_Event(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::damage_RETURN_entity(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::tickItemStackUsage_HEAD_Event(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::tickItemStackUsage_HEAD_Event(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.139] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityEvents from mod spell_engine->@Inject::tickItemStackUsage_HEAD_Event(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.148] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.148] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.148] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.LivingEntityImmunityMixin from mod spell_engine->@Inject::addStatusEffect_HEAD_SpellEngine_Immunity(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:evasion.LivingEntityEvasionMixin from mod spell_engine->@Inject::damage_SpellEngine_Evasion(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:registry.LivingEntityAttributesMixin from mod spell_engine->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tick_TAIL_spawnBeamParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tick_TAIL_spawnBeamParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tick_TAIL_spawnBeamParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tickStatusEffects_TAIL_SpellEngine_CustomParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tickStatusEffects_TAIL_SpellEngine_CustomParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.149] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.LivingEntityVisualMixin from mod spell_engine->@Inject::tickStatusEffects_TAIL_SpellEngine_CustomParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: kubejs.mixins.json:LivingEntityMixin from mod kubejs->@Inject::foodEaten(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/food/FoodProperties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: kubejs.mixins.json:LivingEntityMixin from mod kubejs->@Inject::foodEaten(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/food/FoodProperties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: kubejs.mixins.json:LivingEntityMixin from mod kubejs->@Inject::foodEaten(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/food/FoodProperties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.trapdoor.LivingEntityMixin from mod copycats->@Inject::copycatUsableAsLadder(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.LivingEntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.LivingEntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.LivingEntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:LivingEntityMixin from mod bosses_of_mass_destruction->@Inject::bmd_makeShieldPiercingUnshieldable(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.150] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.LivingEntityMixin from mod endermanoverhaul->@Inject::endermanoverhaul$blockUsingShield(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.LivingEntityMixin from mod endermanoverhaul->@Inject::endermanoverhaul$blockUsingShield(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.LivingEntityMixin from mod endermanoverhaul->@Inject::endermanoverhaul$blockUsingShield(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.151] [main/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.SwordSwingSoundEffect from mod sounds->@Inject::$start_sword_swoosh_sound(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.SwordSwingSoundEffect from mod sounds->@Inject::$start_sword_swoosh_sound(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.SwordSwingSoundEffect from mod sounds->@Inject::$start_sword_swoosh_sound(Lnet/minecraft/world/InteractionHand;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api->@Inject::getItemUseTimeLeft(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api->@Inject::clearActiveItem_RWA(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api->@Inject::clearActiveItem_RWA(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.LivingEntityMixin from mod ranged_weapon_api->@Inject::clearActiveItem_RWA(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: quark.mixins.json:LivingEntityMixin from mod quark->@Inject::overrideForFoxhounds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: universalenchants.common.mixins.json:LivingEntityMixin from mod universalenchants->@Inject::getKnockback(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinLivingEntity from mod fancymenu->@Inject::after_die_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinLivingEntity from mod fancymenu->@Inject::after_die_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinLivingEntity from mod fancymenu->@Inject::after_die_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_onEffectAdded_FancyMenu(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_onEffectAdded_FancyMenu(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_onEffectAdded_FancyMenu(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.152] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::before_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.153] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLivingEntity from mod fancymenu->@Inject::after_breakItem_FancyMenu(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: armordamagescale.mixins.json:LivingEntityArmorMixin from mod armordamagescale->@Inject::armordamage$getDamageAfterArmorAbsorb(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: charmofundying.mixins.json:MixinLivingEntity from mod charmofundying->@Inject::charmofundying$precheckTotemDeathProtection(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: charmofundying.mixins.json:MixinLivingEntity from mod charmofundying->@Inject::charmofundying$checkTotemDeathProtection(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: create.mixins.json:CustomItemUseEffectsMixin from mod create->@Inject::create$onShouldTriggerUseEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: create.mixins.json:CustomItemUseEffectsMixin from mod create->@Inject::create$onTriggerUseEffects(Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: create.mixins.json:LavaSwimmingMixin from mod create->@Inject::create$onLavaTravel(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: create.mixins.json:LavaSwimmingMixin from mod create->@Inject::create$onLavaTravel(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: create.mixins.json:LavaSwimmingMixin from mod create->@Inject::create$onLavaTravel(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.154] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerp(DDDFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerp(DDDFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerp(DDDFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerpHead(FILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerpHead(FILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.155] [main/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ClientEntityMovementMixin from mod smoothmovement->@Inject::onPosLerpHead(FILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.257] [main/DEBUG] [mixin/]: Mixing EntityLoadMixin from cupboard.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.264] [main/DEBUG] [mixin/]: Mixing EntityMixin from balm.neoforge.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.267] [main/DEBUG] [mixin/]: Mixing EntityAccessor from supplementaries-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.267] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:EntityAccessor from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.267] [main/DEBUG] [mixin/]: Mixing EntityMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.267] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:EntityMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.269] [main/DEBUG] [mixin/]: Mixing entities.EntityAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.269] [main/DEBUG] [mixin/]: Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.269] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.273] [main/DEBUG] [mixin/]: Mixing ExtensionMixin from transition.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.275] [main/DEBUG] [mixin/]: Mixing EntityAccessor from transition.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.275] [main/DEBUG] [mixin/]: Mixing alloc.deep_passengers.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.289] [main/DEBUG] [mixin/]: Mixing block.hopper.EntityAccessor from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.290] [main/DEBUG] [mixin/]: Mixing collections.fluid_submersion.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.295] [main/DEBUG] [mixin/]: Mixing entity.collisions.movement.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.330] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.332] [main/DEBUG] [mixin/]: Mixing entity.sprinting_particles.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.333] [main/DEBUG] [mixin/]: Mixing EntityAccessor from itemphysiclite.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.333] [main/DEBUG] [mixin/]: itemphysiclite.mixins.json:EntityAccessor from mod itemphysiclite: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.334] [main/DEBUG] [mixin/]: Mixing EntityRenderDistMixin from betterfpsdist.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.334] [main/DEBUG] [mixin/]: betterfpsdist.mixins.json:EntityRenderDistMixin from mod betterfpsdist: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.335] [main/DEBUG] [mixin/]: Mixing CullableMixin from entityculling.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.336] [main/DEBUG] [mixin/]: entityculling.mixins.json:CullableMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:09.340] [main/DEBUG] [mixin/]: Mixing AccessorEntity from curios.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.340] [main/DEBUG] [mixin/]: Mixing portal.EntityMixin from betterend.mixins.common.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.341] [main/DEBUG] [mixin/]: Mixing EntityAccessor from crittersandcompanions.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.341] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:EntityAccessor from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.341] [main/DEBUG] [mixin/]: Mixing common.EntityMixin from aether.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.359] [main/DEBUG] [mixin/]: Mixing common.accessor.EntityAccessor from aether.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.359] [main/DEBUG] [mixin/]: Mixing EntityMixin from galosphere.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.368] [main/DEBUG] [mixin/]: Mixing lightsource.EntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.368] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.405] [main/DEBUG] [mixin/]: Mixing MixinEntity from entity_model_features.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.405] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinEntity from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.427] [main/DEBUG] [mixin/]: Mixing entity.misc.MixinEntity from entity_texture_features.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.427] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:09.430] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$etf$getNbt$0()Lnet/minecraft/nbt/CompoundTag; to mdd85188$entity_texture_features$lambda$etf$getNbt$0$0 in entity_texture_features.mixins.json:entity.misc.MixinEntity from mod entity_texture_features +[07мая2026 22:07:09.437] [main/DEBUG] [mixin/]: Mixing EntityMixin from lionfishapi.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.460] [main/DEBUG] [mixin/]: Mixing multipart_entities.EntityMixin from cerbons_api-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.460] [main/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.EntityMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.463] [main/DEBUG] [mixin/]: Mixing effect.EntityImmunityMixin from spell_engine.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.463] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.EntityImmunityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.469] [main/DEBUG] [mixin/]: Mixing entity.EntityCollision from spell_engine.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.470] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.EntityCollision from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.474] [main/DEBUG] [mixin/]: Mixing client.render.EntityMixin from spell_engine.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.474] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.EntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.478] [main/DEBUG] [mixin/]: Mixing EntityMixin from kubejs.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.482] [main/DEBUG] [mixin/]: Mixing InjectEntity from particular.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.483] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:09.499] [main/DEBUG] [mixin/]: Mixing pharaoh.EntityMixin from betterdeserttemples.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.499] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.EntityMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.501] [main/DEBUG] [mixin/]: Mixing EntityMixin from blueprint.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.503] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$read$1(Lnet/minecraft/resources/RegistryOps;Lnet/minecraft/nbt/Tag;)V to mdd85188$blueprint$lambda$read$1$1 in blueprint.mixins.json:EntityMixin from mod blueprint +[07мая2026 22:07:09.504] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$writeTrackedData$0(Lnet/minecraft/resources/RegistryOps;Lnet/minecraft/nbt/ListTag;Lcom/teamabnormals/blueprint/common/world/storage/tracking/TrackedData;Lcom/teamabnormals/blueprint/common/world/storage/tracking/IDataManager$DataEntry;)V to mdd85188$blueprint$lambda$writeTrackedData$0$2 in blueprint.mixins.json:EntityMixin from mod blueprint +[07мая2026 22:07:09.534] [main/DEBUG] [mixin/]: Mixing EntityMixin from boatload.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.541] [main/DEBUG] [mixin/]: Mixing EntityMixin from allurement.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.546] [main/DEBUG] [mixin/]: Mixing EntityMixin from ichunutil.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.546] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.550] [main/DEBUG] [mixin/]: Mixing MannequinEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.550] [main/DEBUG] [mixin/]: Mixing EntityAccess from jade.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.550] [main/DEBUG] [mixin/]: jade.mixins.json:EntityAccess from mod jade: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:09.551] [main/DEBUG] [mixin/]: Mixing EntityMixin from quark.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.552] [main/DEBUG] [mixin/]: Mixing accessor.EntityAccessor from ponder-common.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.552] [main/DEBUG] [mixin/]: ponder-common.mixins.json:accessor.EntityAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.552] [main/DEBUG] [mixin/]: Mixing client.EntityContraptionInteractionMixin from create.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.553] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$onSpawnSprintParticle$4(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/core/BlockPos;Lcom/simibubi/create/content/contraptions/Contraption;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)V to mdd85188$create$lambda$create$onSpawnSprintParticle$4$3 in create.mixins.json:client.EntityContraptionInteractionMixin from mod create +[07мая2026 22:07:09.553] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$onMove$3(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/entity/Entity;Lcom/simibubi/create/content/contraptions/AbstractContraptionEntity;)Z to mdd85188$create$lambda$create$onMove$3$4 in create.mixins.json:client.EntityContraptionInteractionMixin from mod create +[07мая2026 22:07:09.554] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$contraptionStepSounds$2(Lorg/apache/commons/lang3/mutable/MutableBoolean;Lcom/simibubi/create/content/contraptions/Contraption;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)V to mdd85188$create$lambda$create$contraptionStepSounds$2$5 in create.mixins.json:client.EntityContraptionInteractionMixin from mod create +[07мая2026 22:07:09.554] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$forCollision$1(Lnet/minecraft/world/phys/Vec3;Lorg/apache/logging/log4j/util/TriConsumer;Lcom/simibubi/create/content/contraptions/AbstractContraptionEntity;)V to mdd85188$create$lambda$create$forCollision$1$6 in create.mixins.json:client.EntityContraptionInteractionMixin from mod create +[07мая2026 22:07:09.554] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$getIntersectionContraptionsStream$0(Lcom/simibubi/create/content/contraptions/AbstractContraptionEntity;)Z to mdd85188$create$lambda$create$getIntersectionContraptionsStream$0$7 in create.mixins.json:client.EntityContraptionInteractionMixin from mod create +[07мая2026 22:07:09.580] [main/DEBUG] [mixin/]: Mixing IEntity from presencefootsteps.mixin.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.581] [main/DEBUG] [mixin/]: Mixing renderer.entity.MixinEntity from forge-badoptimizations.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.581] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntity from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.583] [main/DEBUG] [mixin/]: Mixing EntityMixin from create.mixins.json into net.minecraft.world.entity.Entity +[07мая2026 22:07:09.789] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.789] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.789] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.789] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::skipLoadingErroringEntity(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/lang/Throwable;)V does use it's CallbackInfo +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.790] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:EntityMixin from mod supplementaries->@Inject::playStepSound(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/world/level/portal/DimensionTransition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/world/level/portal/DimensionTransition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/world/level/portal/DimensionTransition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/level/ServerLevel;DDDLjava/util/Set;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;FLnet/minecraft/world/entity/Entity;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/level/ServerLevel;DDDLjava/util/Set;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;FLnet/minecraft/world/entity/Entity;)V has 0 override(s) in child classes +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric_entity_events_v1->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/level/ServerLevel;DDDLjava/util/Set;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;FLnet/minecraft/world/entity/Entity;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.791] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: aether.mixins.json:common.EntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: aether.mixins.json:common.EntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: aether.mixins.json:common.EntityMixin from mod aether->@Inject::travel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.793] [main/DEBUG] [mixin/]: galosphere.mixins.json:EntityMixin from mod galosphere->@Inject::G$isSilent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onRemove(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onRemove(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.EntityMixin from mod sodiumdynamiclights->@Inject::onRemove(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinEntity from mod entity_model_features->@Inject::emf$leashwither(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.EntityMixin from mod cerbons_api->@Inject::getBoundingBox(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.EntityMixin from mod cerbons_api->@Inject::setPos(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.EntityMixin from mod cerbons_api->@Inject::setPos(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.EntityMixin from mod cerbons_api->@Inject::setPos(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.EntityImmunityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.EntityImmunityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.EntityImmunityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_Immunity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.794] [main/DEBUG] [mixin/]: spell_engine.mixins.json:effect.EntityImmunityMixin from mod spell_engine->@Inject::isImmuneToExplosion(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.EntityCollision from mod spell_engine->@Inject::onCollidesWith(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.EntityMixin from mod spell_engine->@Inject::getTeamColorValue_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::saveKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::saveKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::saveKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::loadKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::loadKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: kubejs.mixins.json:EntityMixin from mod kubejs->@Inject::loadKJS(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::onSetVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::onSetVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::onSetVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::waterParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::waterParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: particular.mixins.json:InjectEntity from mod particular->@Inject::waterParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.EntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDiscard(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.EntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDiscard(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.EntityMixin from mod betterdeserttemples->@Inject::betterdeserttemples_clearTempleOnPharaohDiscard(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::writeTrackedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::writeTrackedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::writeTrackedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::read(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::read(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::read(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::baseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::baseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: blueprint.mixins.json:EntityMixin from mod blueprint->@Inject::baseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: boatload.mixins.json:EntityMixin from mod boatload->@Inject::dropBannerUponFalling(FFLnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: boatload.mixins.json:EntityMixin from mod boatload->@Inject::dropBannerUponFalling(FFLnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: boatload.mixins.json:EntityMixin from mod boatload->@Inject::dropBannerUponFalling(FFLnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: boatload.mixins.json:EntityMixin from mod boatload->@Inject::fireImmune(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: allurement.mixins.json:EntityMixin from mod allurement->@Inject::isWet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:09.795] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$load(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: ichunutil.mixins.json:EntityMixin from mod ichunutil->@Inject::ichunutil$saveWithoutId(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$contraptionStepSounds(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$contraptionStepSounds(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$contraptionStepSounds(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onMove(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onMove(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onMove(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onSpawnSprintParticle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onSpawnSprintParticle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: create.mixins.json:client.EntityContraptionInteractionMixin from mod create->@Inject::create$onSpawnSprintParticle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: presencefootsteps.mixin.json:IEntity from mod presencefootsteps->@Inject::playStepSounds(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntity from mod badoptimizations->@Inject::afterInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntity from mod badoptimizations->@Inject::afterInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:09.797] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntity from mod badoptimizations->@Inject::afterInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:09.853] [main/DEBUG] [mixin/]: Mixing AttachmentHolderAccessor from fabric-data-attachment-api-v1.mixins.json into net.neoforged.neoforge.attachment.AttachmentHolder +[07мая2026 22:07:09.853] [main/DEBUG] [mixin/]: fabric-data-attachment-api-v1.mixins.json:AttachmentHolderAccessor from mod fabric_data_attachment_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.855] [main/DEBUG] [mixin/]: Mixing IAttachmentHolderMixin from fabric-data-attachment-api-v1.mixins.json into net.neoforged.neoforge.attachment.IAttachmentHolder +[07мая2026 22:07:09.855] [main/DEBUG] [mixin/]: fabric-data-attachment-api-v1.mixins.json:IAttachmentHolderMixin from mod fabric_data_attachment_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.882] [main/DEBUG] [mixin/]: Mixing PlayerDeathMixin from baguettelib.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.882] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.885] [main/DEBUG] [mixin/]: Mixing entity.PlayerEntityMixin from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.885] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.905] [main/DEBUG] [mixin/]: Mixing player.PlayerEntityMixin from bettercombat.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.905] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.923] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from runes.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.923] [main/DEBUG] [mixin/]: runes.mixins.json:PlayerEntityMixin from mod runes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.924] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from playerAnimator-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.931] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from critical_strike.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.945] [main/DEBUG] [mixin/]: Mixing obsidian_breaker.PlayerMixin from betternether.mixins.common.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.947] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from aileron-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.996] [main/DEBUG] [mixin/]: Mixing PlayerAccessor from supplementaries-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.996] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerAccessor from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.996] [main/DEBUG] [mixin/]: Mixing PlayerMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.996] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:09.997] [main/DEBUG] [mixin/]: Mixing PlayerProjectileMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:09.997] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerProjectileMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.000] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.000] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.001] [main/DEBUG] [mixin/]: Mixing elytra.PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.001] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.003] [main/DEBUG] [mixin/]: Mixing PlayerMixin from accessories-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.004] [main/DEBUG] [mixin/]: accessories-common.mixins.json:PlayerMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.004] [main/DEBUG] [mixin/]: Mixing client.cosmetic.PlayerMixin from accessories-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.005] [main/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.PlayerMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.006] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from puffish_skills.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.006] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:PlayerEntityMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.007] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtSetHealth$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;FLnet/minecraft/world/damagesource/DamageSource;Lnet/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtSetHealth$0$0 in puffish_skills.mixins.json:PlayerEntityMixin from mod puffish_skills +[07мая2026 22:07:10.009] [main/DEBUG] [mixin/]: Mixing PlayerMixin from bagofholding.common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.009] [main/DEBUG] [mixin/]: bagofholding.common.mixins.json:PlayerMixin from mod bagofholding: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.013] [main/DEBUG] [mixin/]: Mixing entity.player.PlayerEntityMixin from shield_api.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.021] [main/DEBUG] [mixin/]: Mixing PlayerMixin from bestylewither.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.022] [main/DEBUG] [mixin/]: Mixing player.PlayerEntityAccessor from bettercombat.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.022] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityAccessor from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.022] [main/DEBUG] [mixin/]: Mixing player.PlayerEntityRangeMixin from bettercombat.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.022] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityRangeMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.023] [main/DEBUG] [mixin/]: Mixing PlayerMixin from misctweaks.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.023] [main/DEBUG] [mixin/]: misctweaks.mixins.json:PlayerMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.033] [main/DEBUG] [mixin/]: Mixing client.accessor.PlayerFishingAccessor from punchy.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.033] [main/DEBUG] [mixin/]: Mixing main.PlayerMixin from alltheleaks.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.034] [main/DEBUG] [mixin/]: Mixing PlayerEntityAccessor from combat_roll.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.034] [main/DEBUG] [mixin/]: combat_roll.mixins.json:PlayerEntityAccessor from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.034] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from combat_roll.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.034] [main/DEBUG] [mixin/]: combat_roll.mixins.json:PlayerEntityMixin from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.036] [main/DEBUG] [mixin/]: Mixing PlayerMixin from brewinandchewin.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.036] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:PlayerMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.037] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from notenoughanimations.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.037] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:10.038] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getData$0(Ljava/util/function/Supplier;Ldev/tr7zw/notenoughanimations/versionless/animations/DataHolder;)Ljava/lang/Object; to mdd85188$notenoughanimations$lambda$getData$0$1 in notenoughanimations.mixins.json:PlayerEntityMixin from mod notenoughanimations +[07мая2026 22:07:10.047] [main/DEBUG] [mixin/]: Mixing PlayerMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.047] [main/DEBUG] [mixin/]: crittersandcompanions.mixins.json:PlayerMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.050] [main/DEBUG] [mixin/]: Mixing common.PlayerMixin from aether.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.058] [main/DEBUG] [mixin/]: Mixing common.accessor.PlayerAccessor from aether.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.058] [main/DEBUG] [mixin/]: Mixing PlayerMixin from galosphere.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.059] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from durability_tweaks.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.062] [main/DEBUG] [mixin/]: Mixing PlayerEquipmentMixin from baguettelib.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.062] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.067] [main/DEBUG] [mixin/]: Mixing lightsource.PlayerEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.092] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PlayerEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.096] [main/DEBUG] [mixin/]: Mixing MixinPlayerEntity from entity_model_features.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.097] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinPlayerEntity from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.102] [main/DEBUG] [mixin/]: Mixing entity.misc.MixinPlayerEntity from entity_texture_features.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.103] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinPlayerEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:10.110] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from spell_power.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.111] [main/DEBUG] [mixin/]: spell_power.mixins.json:PlayerEntityMixin from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.115] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from spyglass_improvements.common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.117] [main/DEBUG] [mixin/]: Mixing PlayerMixin from deeperdarker.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.124] [main/DEBUG] [mixin/]: Mixing PlayerMixin from mixins.immersivelanterns.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.124] [main/DEBUG] [mixin/]: mixins.immersivelanterns.json:PlayerMixin from mod immersivelanterns: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.127] [main/DEBUG] [mixin/]: Mixing action_impair.PlayerEntityActionImpairing from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.127] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.PlayerEntityActionImpairing from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.128] [main/DEBUG] [mixin/]: Mixing arrow.PlayerEntityQuiverMixin from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.129] [main/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PlayerEntityQuiverMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.133] [main/DEBUG] [mixin/]: Mixing entity.PlayerEntityEvents from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.133] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityEvents from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.133] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$attack_WRAP_onAttacking$0(Lnet/spell_engine/api/event/CombatEvents$PlayerAttack$Args;Lnet/spell_engine/api/event/CombatEvents$PlayerAttack;)V to mdd85188$spell_engine$lambda$attack_WRAP_onAttacking$0$2 in spell_engine.mixins.json:entity.PlayerEntityEvents from mod spell_engine +[07мая2026 22:07:10.134] [main/DEBUG] [mixin/]: Mixing entity.PlayerEntitySpellBatching from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.135] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntitySpellBatching from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.136] [main/DEBUG] [mixin/]: Mixing entity.PlayerEquipmentSetMixin from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.136] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEquipmentSetMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.142] [main/DEBUG] [mixin/]: Mixing entity.PlayerProtectionEffectMixin from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.143] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerProtectionEffectMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.145] [main/DEBUG] [mixin/]: Mixing entity.PlayerSpellContainerMixin from spell_engine.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.145] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerSpellContainerMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.160] [main/DEBUG] [mixin/]: Mixing PlayerMixin from tide.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.160] [main/DEBUG] [mixin/]: tide.mixins.json:PlayerMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: Mixing TidePlayerMixin from tide.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: tide.mixins.json:TidePlayerMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: Mixing AccessorPlayer from comforts.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: comforts.mixins.json:AccessorPlayer from mod comforts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: Mixing PlayerMixin from walljump.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.172] [main/DEBUG] [mixin/]: walljump.mixins.json:PlayerMixin from mod walljump: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.174] [main/DEBUG] [mixin/]: Mixing PlayerMixin from allurement.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.182] [main/DEBUG] [mixin/]: Mixing PlayerMixin from ichunutil.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.183] [main/DEBUG] [mixin/]: ichunutil.mixins.json:PlayerMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.183] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.218] [main/DEBUG] [mixin/]: Mixing ui.PlayerEntityMixin from sounds.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.219] [main/DEBUG] [mixin/]: Mixing PlayerNeoForgeMixin from universalenchants.neoforge.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.219] [main/DEBUG] [mixin/]: universalenchants.neoforge.mixins.json:PlayerNeoForgeMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.220] [main/DEBUG] [mixin/]: Mixing client.MixinPlayer from fancymenu.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.220] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPlayer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:10.222] [main/DEBUG] [mixin/]: Mixing PlayerMixin from create_enchantment_industry.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.222] [main/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:PlayerMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:10.227] [main/DEBUG] [mixin/]: Mixing PlayerMixin from kubejs.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.238] [main/DEBUG] [mixin/]: Mixing PlayerMixin from create.mixins.json into net.minecraft.world.entity.player.Player +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib->@Inject::onPreDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.888] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::initDataTracker_TAIL_SpellEngine_SyncEffects(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::post_Tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::post_Tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::post_Tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: bettercombat.mixins.json:player.PlayerEntityMixin from mod bettercombat->@Inject::getEquippedStack_Pre(Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerEntityMixin from mod playeranimator->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerEntityMixin from mod playeranimator->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerEntityMixin from mod playeranimator->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: critical_strike.mixins.json:PlayerEntityMixin from mod critical_strike->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: critical_strike.mixins.json:PlayerEntityMixin from mod critical_strike->@Inject::onConstructed(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: critical_strike.mixins.json:PlayerEntityMixin from mod critical_strike->@Inject::onConstructed(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: critical_strike.mixins.json:PlayerEntityMixin from mod critical_strike->@Inject::onConstructed(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.889] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::addSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::addSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::addSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::readSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::readSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::readSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::writeSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::writeSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: aileron-common.mixins.json:PlayerEntityMixin from mod aileron->@Inject::writeSynchedData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerProjectileMixin from mod supplementaries->@Inject::supp$getQuiverProjectile(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1->@Inject::onIsSleepingLongEnough(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1->@Inject::injectElytraCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.890] [main/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.PlayerMixin from mod accessories->@Inject::accessories$getCosmeticAlternative(Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:PlayerEntityMixin from mod puffish_skills->@Inject::injectAtSetHealth(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:PlayerEntityMixin from mod puffish_skills->@Inject::injectAtSetHealth(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:PlayerEntityMixin from mod puffish_skills->@Inject::injectAtSetHealth(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: bagofholding.common.mixins.json:PlayerMixin from mod bagofholding->@Inject::dropEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: bagofholding.common.mixins.json:PlayerMixin from mod bagofholding->@Inject::dropEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: bagofholding.common.mixins.json:PlayerMixin from mod bagofholding->@Inject::dropEquipment(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$damageShield(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$damageShield(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$damageShield(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$disableShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$disableShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: shield_api.mixins.json:entity.player.PlayerEntityMixin from mod shield_api->@Inject::shield_api$disableShield(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: misctweaks.mixins.json:PlayerMixin from mod misctweaks->@Inject::cancelElytraFlyingInLiquid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: misctweaks.mixins.json:PlayerMixin from mod misctweaks->@Inject::cancelElytraFlyingInLiquid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: misctweaks.mixins.json:PlayerMixin from mod misctweaks->@Inject::cancelElytraFlyingInLiquid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: combat_roll.mixins.json:PlayerEntityMixin from mod combat_roll->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:PlayerMixin from mod brewinandchewin->@Inject::brewinandchewin$storePlayerIntoFoodData(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:PlayerMixin from mod brewinandchewin->@Inject::brewinandchewin$storePlayerIntoFoodData(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:PlayerMixin from mod brewinandchewin->@Inject::brewinandchewin$storePlayerIntoFoodData(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;FLcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityMixin from mod notenoughanimations->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityMixin from mod notenoughanimations->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.891] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityMixin from mod notenoughanimations->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::attack(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::attack(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::attack(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::rideTickTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: aether.mixins.json:common.PlayerMixin from mod aether->@Inject::isModelPartShown(Lnet/minecraft/world/entity/player/PlayerModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: galosphere.mixins.json:PlayerMixin from mod galosphere->@Inject::G$isScoping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib->@Inject::onSetItemSlot(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib->@Inject::onSetItemSlot(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.892] [main/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib->@Inject::onSetItemSlot(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinPlayerEntity from mod entity_model_features->@Inject::emf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinPlayerEntity from mod entity_model_features->@Inject::emf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinPlayerEntity from mod entity_model_features->@Inject::emf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinPlayerEntity from mod entity_texture_features->@Inject::etf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinPlayerEntity from mod entity_texture_features->@Inject::etf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinPlayerEntity from mod entity_texture_features->@Inject::etf$injected(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.PlayerEntityActionImpairing from mod spell_engine->@Inject::attack_HEAD_SpellEngine(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntitySpellBatching from mod spell_engine->@Inject::tick_TAIL_spell_engine_spell_batching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntitySpellBatching from mod spell_engine->@Inject::tick_TAIL_spell_engine_spell_batching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerEntitySpellBatching from mod spell_engine->@Inject::tick_TAIL_spell_engine_spell_batching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerProtectionEffectMixin from mod spell_engine->@Inject::isInvulnerable_SpellEngine(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerSpellContainerMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_SpellContainer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerSpellContainerMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_SpellContainer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: spell_engine.mixins.json:entity.PlayerSpellContainerMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine_SpellContainer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: allurement.mixins.json:PlayerMixin from mod allurement->@Inject::xpBarCap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: allurement.mixins.json:PlayerMixin from mod allurement->@Inject::xpBarCap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: allurement.mixins.json:PlayerMixin from mod allurement->@Inject::getExperienceReward(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: allurement.mixins.json:PlayerMixin from mod allurement->@Inject::getExperienceReward(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: ichunutil.mixins.json:PlayerMixin from mod ichunutil->@Inject::ichunutil$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: ichunutil.mixins.json:PlayerMixin from mod ichunutil->@Inject::ichunutil$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.893] [main/DEBUG] [mixin/]: ichunutil.mixins.json:PlayerMixin from mod ichunutil->@Inject::ichunutil$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: sounds.mixins.json:ui.PlayerEntityMixin from mod sounds->@Inject::$drop_item_sound_effect(Lnet/minecraft/world/item/ItemStack;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: sounds.mixins.json:ui.PlayerEntityMixin from mod sounds->@Inject::$drop_item_sound_effect(Lnet/minecraft/world/item/ItemStack;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 1 override(s) in child classes +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: sounds.mixins.json:ui.PlayerEntityMixin from mod sounds->@Inject::$drop_item_sound_effect(Lnet/minecraft/world/item/ItemStack;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPlayer from mod fancymenu->@Inject::after_jumpFromGround_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPlayer from mod fancymenu->@Inject::after_jumpFromGround_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:10.894] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPlayer from mod fancymenu->@Inject::after_jumpFromGround_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:11.455] [main/DEBUG] [mixin/]: Mixing MixinSystemReport from mixins.iris.json into net.minecraft.SystemReport +[07мая2026 22:07:11.455] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:11.455] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$1()Ljava/lang/String; to mdd85188$iris$lambda$fillSystemDetails$1$0 in mixins.iris.json:MixinSystemReport from mod iris +[07мая2026 22:07:11.455] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$0(Ljava/lang/StringBuilder;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to mdd85188$iris$lambda$fillSystemDetails$0$1 in mixins.iris.json:MixinSystemReport from mod iris +[07мая2026 22:07:11.457] [main/DEBUG] [mixin/]: Mixing accessor.SystemReportAccessor from create.mixins.json into net.minecraft.SystemReport +[07мая2026 22:07:11.458] [main/DEBUG] [mixin/]: Renaming @Accessor method getOPERATING_SYSTEM()Ljava/lang/String; to getOPERATING_SYSTEM$create_$md$d85188$2 in create.mixins.json:accessor.SystemReportAccessor from mod create +[07мая2026 22:07:11.458] [main/DEBUG] [mixin/]: Renaming @Accessor method getJAVA_VERSION()Ljava/lang/String; to getJAVA_VERSION$create_$md$d85188$3 in create.mixins.json:accessor.SystemReportAccessor from mod create +[07мая2026 22:07:11.462] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:11.462] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:11.462] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:11.618] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@7d50b4c4 +[07мая2026 22:07:11.919] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.BootstrapMixin from modernfix-modernfix.mixins.json into net.minecraft.server.Bootstrap +[07мая2026 22:07:11.925] [pool-16-thread-1/DEBUG] [mixin/]: Mixing feature.measure_time.BootstrapMixin from modernfix-modernfix.mixins.json into net.minecraft.server.Bootstrap +[07мая2026 22:07:11.934] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.BootstrapClientMixin from modernfix-modernfix.mixins.json into net.minecraft.server.Bootstrap +[07мая2026 22:07:11.940] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.BootstrapMixin from mod modernfix->@Inject::doModernFixBootstrap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:11.940] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.measure_time.BootstrapMixin from mod modernfix->@Inject::recordStartTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:11.940] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.measure_time.BootstrapMixin from mod modernfix->@Inject::printStartTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:11.940] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.BootstrapClientMixin from mod modernfix->@Inject::loadClientClasses(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:11.957] [pool-16-thread-1/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (1.096 min after launch) +[07мая2026 22:07:12.051] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBuiltInRegistries from terrablender.mixins.json into net.minecraft.core.registries.BuiltInRegistries +[07мая2026 22:07:12.051] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinBuiltInRegistries from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.052] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$registerSimple$0(Lnet/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap;Lnet/minecraft/core/Registry;)Ljava/lang/Object; to mdd85188$terrablender$lambda$registerSimple$0$0 in terrablender.mixins.json:MixinBuiltInRegistries from mod terrablender +[07мая2026 22:07:12.058] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registries.BuiltInRegistriesMixin from connector.mixins.json into net.minecraft.core.registries.BuiltInRegistries +[07мая2026 22:07:12.058] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:registries.BuiltInRegistriesMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.059] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BuiltInRegistriesMixin from create.mixins.json into net.minecraft.core.registries.BuiltInRegistries +[07мая2026 22:07:12.059] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$create$ourRegistriesAreNotEmpty$0(Ljava/util/function/Consumer;Lnet/minecraft/core/Registry;)V to mdd85188$create$lambda$create$ourRegistriesAreNotEmpty$0$1 in create.mixins.json:BuiltInRegistriesMixin from mod create +[07мая2026 22:07:12.067] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinBuiltInRegistries from mod terrablender->@Inject::registerSimple(Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.105] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.106] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.compact_mojang_registries.MappedRegistryMixin from modernfix-modernfix.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.120] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.MappedRegistryAccessor from lithostitched.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.121] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.MappedRegistryAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.122] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from fabric-registry-sync-v0.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.122] [pool-16-thread-1/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:MappedRegistryAccessor from mod fabric_registry_sync_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.MappedRegistryMixin from wover.core.mixins.common.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.131] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registries.MappedRegistryAccessor from connector.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.132] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:registries.MappedRegistryAccessor from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.132] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.SimpleRegistryMixin from owo.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.132] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:registry.SimpleRegistryMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:12.133] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$owo$set$1(ILnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/neoforged/neoforge/registries/callback/AddCallback;)V to mdd85188$owo$lambda$owo$set$1$0 in owo.mixins.json:registry.SimpleRegistryMixin from mod owo +[07мая2026 22:07:12.133] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$owo$set$0(Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder$Reference; to mdd85188$owo$lambda$owo$set$0$1 in owo.mixins.json:registry.SimpleRegistryMixin from mod owo +[07мая2026 22:07:12.150] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.MappedRegistryAccessor from create.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.151] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryMixin from structureessentials.mixins.json into net.minecraft.core.MappedRegistry +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compact_mojang_registries.MappedRegistryMixin from mod modernfix->@Inject::replaceStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compact_mojang_registries.MappedRegistryMixin from mod modernfix->@Inject::replaceStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compact_mojang_registries.MappedRegistryMixin from mod modernfix->@Inject::replaceStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.MappedRegistryMixin from mod wover->@Inject::wover_register(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.MappedRegistryMixin from mod wover->@Inject::wover_register(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:12.185] [pool-16-thread-1/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.MappedRegistryMixin from mod wover->@Inject::wover_register(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:12.186] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getFrozen()Z in net.minecraft.core.MappedRegistry was not merged +[07мая2026 22:07:12.186] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getByValue()Ljava/util/Map; in net.minecraft.core.MappedRegistry was not merged +[07мая2026 22:07:12.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BaseMappedRegistryAccessor from fabric-registry-sync-v0.mixins.json into net.neoforged.neoforge.registries.BaseMappedRegistry +[07мая2026 22:07:12.202] [pool-16-thread-1/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:BaseMappedRegistryAccessor from mod fabric_registry_sync_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.203] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BaseMappedRegistryAccessor from fabric-data-attachment-api-v1.mixins.json into net.neoforged.neoforge.registries.BaseMappedRegistry +[07мая2026 22:07:12.203] [pool-16-thread-1/DEBUG] [mixin/]: fabric-data-attachment-api-v1.mixins.json:BaseMappedRegistryAccessor from mod fabric_data_attachment_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.203] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BaseRegistryMixin from fabric-content-registries-v0.mixins.json into net.neoforged.neoforge.registries.BaseMappedRegistry +[07мая2026 22:07:12.203] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BaseRegistryMixin from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.207] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BaseRegistryMixin from mod fabric_content_registries_v0->@Inject::getDataMapConsideringFAPI(Lnet/neoforged/neoforge/registries/datamaps/DataMapType;Lnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.207] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method invokeUnfreeze()V in net.neoforged.neoforge.registries.BaseMappedRegistry was not merged +[07мая2026 22:07:12.219] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HolderMixin from kubejs.mixins.json into net.minecraft.core.Holder +[07мая2026 22:07:12.219] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$kjs$isTag$0(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceKey;)Ljava/lang/Boolean; to mdd85188$kubejs$lambda$kjs$isTag$0$0 in kubejs.mixins.json:HolderMixin from mod kubejs +[07мая2026 22:07:12.232] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.RegistryDataLoaderMixinEarly from wover.core.mixins.common.json into net.minecraft.core.registries.Registries +[07мая2026 22:07:12.236] [pool-16-thread-1/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.RegistryDataLoaderMixinEarly from mod wover->@Inject::prependDirectoryWithNamespace(Lnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.271] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ResourceKeyMixin from kubejs.mixins.json into net.minecraft.resources.ResourceKey +[07мая2026 22:07:12.282] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ResourceKeyMixin from mod kubejs->@Inject::kjs$getKeyStackTraces(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.282] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ResourceKeyMixin from mod kubejs->@Inject::kjs$getKeyStackTraces(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:12.282] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ResourceKeyMixin from mod kubejs->@Inject::kjs$getKeyStackTraces(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:12.334] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.HolderReferenceAccessor from lithostitched.mixins.json into net.minecraft.core.Holder$Reference +[07мая2026 22:07:12.334] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.HolderReferenceAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.334] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.HolderReferenceAccessor from reliable_recipes.mixins.json into net.minecraft.core.Holder$Reference +[07мая2026 22:07:12.334] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.HolderReferenceAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:12.335] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.ReferenceAccessor from owo.mixins.json into net.minecraft.core.Holder$Reference +[07мая2026 22:07:12.335] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:registry.ReferenceAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:12.349] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.StatusEffectsMixin from critical_strike.mixins.json into net.minecraft.world.effect.MobEffects +[07мая2026 22:07:12.350] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StatusEffectsMixin from spell_power.mixins.json into net.minecraft.world.effect.MobEffects +[07мая2026 22:07:12.350] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:StatusEffectsMixin from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.353] [pool-16-thread-1/DEBUG] [mixin/]: Mixing attribute.StatusEffectsMixin from ranged_weapon_api.mixins.json into net.minecraft.world.effect.MobEffects +[07мая2026 22:07:12.353] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.StatusEffectsMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.356] [pool-16-thread-1/DEBUG] [mixin/]: critical_strike.mixins.json:registry.StatusEffectsMixin from mod critical_strike->@Inject::static_tail_CriticalStrike(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.356] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:StatusEffectsMixin from mod spell_power->@Inject::static_tail_SpellPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.356] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.StatusEffectsMixin from mod ranged_weapon_api->@Inject::static_tail_RangedWeaponAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.StatusEffectActionImpairing from spell_engine.mixins.json into net.minecraft.world.effect.MobEffect +[07мая2026 22:07:12.363] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.StatusEffectActionImpairing from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.364] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.StatusEffectOnRemoval from spell_engine.mixins.json into net.minecraft.world.effect.MobEffect +[07мая2026 22:07:12.364] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.StatusEffectOnRemoval from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.StatusEffectRemoveOnHit from spell_engine.mixins.json into net.minecraft.world.effect.MobEffect +[07мая2026 22:07:12.365] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.StatusEffectRemoveOnHit from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.367] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.StatusEffectSpellStash from spell_engine.mixins.json into net.minecraft.world.effect.MobEffect +[07мая2026 22:07:12.367] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.StatusEffectSpellStash from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.369] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.StatusEffectSynchronized from spell_engine.mixins.json into net.minecraft.world.effect.MobEffect +[07мая2026 22:07:12.369] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.StatusEffectSynchronized from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.411] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.PoisonEffectMixin from spell_engine.mixins.json into net.minecraft.world.effect.PoisonMobEffect +[07мая2026 22:07:12.411] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.PoisonEffectMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.419] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:effect.PoisonEffectMixin from mod spell_engine->@Inject::canApplyUpdateEffect_SpellEngine(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.433] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.PotionsMixin from critical_strike.mixins.json into net.minecraft.world.item.alchemy.Potions +[07мая2026 22:07:12.434] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PotionsMixin from spell_power.mixins.json into net.minecraft.world.item.alchemy.Potions +[07мая2026 22:07:12.434] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:PotionsMixin from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.436] [pool-16-thread-1/DEBUG] [mixin/]: critical_strike.mixins.json:registry.PotionsMixin from mod critical_strike->@Inject::static_tail_CriticalStrike(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.436] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:PotionsMixin from mod spell_power->@Inject::static_tail_SpellPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.444] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.EntityAttributesMixin from critical_strike.mixins.json into net.minecraft.world.entity.ai.attributes.Attributes +[07мая2026 22:07:12.446] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityAttributesMixin from combat_roll.mixins.json into net.minecraft.world.entity.ai.attributes.Attributes +[07мая2026 22:07:12.446] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:EntityAttributesMixin from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.446] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.EntityAttributesMixin from spell_engine.mixins.json into net.minecraft.world.entity.ai.attributes.Attributes +[07мая2026 22:07:12.446] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:registry.EntityAttributesMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.447] [pool-16-thread-1/DEBUG] [mixin/]: Mixing attribute.EntityAttributesMixin from ranged_weapon_api.mixins.json into net.minecraft.world.entity.ai.attributes.Attributes +[07мая2026 22:07:12.447] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.EntityAttributesMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.448] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityAttributesMixin from spell_power.mixins.json into net.minecraft.world.entity.ai.attributes.Attributes +[07мая2026 22:07:12.448] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:EntityAttributesMixin from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.453] [pool-16-thread-1/DEBUG] [mixin/]: critical_strike.mixins.json:registry.EntityAttributesMixin from mod critical_strike->@Inject::static_tail_RangedWeaponAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.453] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:EntityAttributesMixin from mod combat_roll->@Inject::static_tail_combat_roll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.453] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:registry.EntityAttributesMixin from mod spell_engine->@Inject::static_tail_RangedWeaponAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.453] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:attribute.EntityAttributesMixin from mod ranged_weapon_api->@Inject::static_tail_RangedWeaponAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.453] [pool-16-thread-1/DEBUG] [mixin/]: spell_power.mixins.json:EntityAttributesMixin from mod spell_power->@Inject::static_tail_SpellPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.476] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registries.PoiTypesMixin from connector.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiTypes +[07мая2026 22:07:12.476] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:registries.PoiTypesMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.477] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PointOfInterestTypesMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiTypes +[07мая2026 22:07:12.486] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.model_optimizations.PropertyMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.properties.Property +[07мая2026 22:07:12.495] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PoiTypeMixin from wover.poi.mixins.common.json into net.minecraft.world.entity.ai.village.poi.PoiType +[07мая2026 22:07:12.501] [pool-16-thread-1/DEBUG] [mixin/]: wover.poi.mixins.common.json:PoiTypeMixin from mod wover->@Inject::wover_is(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.521] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.DensityFunctionsMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.DensityFunctions +[07мая2026 22:07:12.521] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.DensityFunctionsMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.553] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DecoratedPotPatternsMixin from galosphere.mixins.json into net.minecraft.world.level.block.entity.DecoratedPotPatterns +[07мая2026 22:07:12.553] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$G$getPatternFromItem$0(Lnet/minecraft/world/item/Item;Ljava/util/Map$Entry;)Z to mdd85188$galosphere$lambda$G$getPatternFromItem$0$0 in galosphere.mixins.json:DecoratedPotPatternsMixin from mod galosphere +[07мая2026 22:07:12.560] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:DecoratedPotPatternsMixin from mod galosphere->@Inject::G$getPatternFromItem(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.578] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CreativeModeTabsMixin from zeta.mixins.json into net.minecraft.world.item.CreativeModeTabs +[07мая2026 22:07:12.578] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$filterForZetaDisabledPotions$0(Lnet/minecraft/core/Holder$Reference;)Z to mdd85188$zeta$lambda$filterForZetaDisabledPotions$0$0 in zeta.mixins.json:CreativeModeTabsMixin from mod zeta +[07мая2026 22:07:12.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing feature_toggle.CreativeModeTabsAccessor from copycats-common.mixins.json into net.minecraft.world.item.CreativeModeTabs +[07мая2026 22:07:12.581] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:feature_toggle.CreativeModeTabsAccessor from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.581] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callBuildAllTabContents(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;)V to callBuildAllTabContents$copycats_$md$d85188$1 in copycats-common.mixins.json:feature_toggle.CreativeModeTabsAccessor from mod copycats +[07мая2026 22:07:12.581] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getCACHED_PARAMETERS()Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters; to getCACHED_PARAMETERS$copycats_$md$d85188$2 in copycats-common.mixins.json:feature_toggle.CreativeModeTabsAccessor from mod copycats +[07мая2026 22:07:12.610] [pool-16-thread-1/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Injected vanilla CreativeModeTab constructor +[07мая2026 22:07:12.620] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.memoize_creative_tab_build.CreativeModeTabMixin from modernfix-modernfix.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.626] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CreativeTabAccessor from polytone.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.631] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemGroupMixin from fabric-item-group-api-v1.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.631] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-group-api-v1.mixins.json:ItemGroupMixin from mod fabric_item_group_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.631] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getStacks$0(Lnet/minecraft/world/item/CreativeModeTab;)Ljava/lang/IllegalStateException; to mdd85188$fabric_item_group_api_v1$lambda$getStacks$0$0 in fabric-item-group-api-v1.mixins.json:ItemGroupMixin from mod fabric_item_group_api_v1 +[07мая2026 22:07:12.643] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CreativeModeTabMixin from kubejs.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.645] [pool-16-thread-1/DEBUG] [mixin/]: Mixing itemgroup.ItemGroupAccessor from owo.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.645] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemGroupAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:12.646] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.CreativeModeTabMixin from reliable_remover.mixins.json into net.minecraft.world.item.CreativeModeTab +[07мая2026 22:07:12.646] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.CreativeModeTabMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-group-api-v1.mixins.json:ItemGroupMixin from mod fabric_item_group_api_v1->@Inject::getStacks(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-group-api-v1.mixins.json:ItemGroupMixin from mod fabric_item_group_api_v1->@Inject::getStacks(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-group-api-v1.mixins.json:ItemGroupMixin from mod fabric_item_group_api_v1->@Inject::getStacks(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.CreativeModeTabMixin from mod reliable_remover->@Inject::reliable_remover$filterCreativeTabs(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.CreativeModeTabMixin from mod reliable_remover->@Inject::reliable_remover$filterCreativeTabs(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:12.670] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.CreativeModeTabMixin from mod reliable_remover->@Inject::reliable_remover$filterCreativeTabs(Lnet/minecraft/world/item/CreativeModeTab$ItemDisplayParameters;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:12.689] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CriteriaTriggersAccessor from accessories-common.mixins.json into net.minecraft.advancements.CriteriaTriggers +[07мая2026 22:07:12.689] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:CriteriaTriggersAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.689] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method accessories$callRegister(Ljava/lang/String;Lnet/minecraft/advancements/CriterionTrigger;)Lnet/minecraft/advancements/CriterionTrigger; to callRegister$accessories_$md$d85188$0 in accessories-common.mixins.json:CriteriaTriggersAccessor from mod accessories +[07мая2026 22:07:12.738] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.encoder_cache_leak.DataComponentsAccessor from modernfix-modernfix.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.738] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method mfix$getCache()Lnet/minecraft/util/EncoderCache; to mfix$getCache$modernfix_$md$d85188$0 in modernfix-modernfix.mixins.json:perf.encoder_cache_leak.DataComponentsAccessor from mod modernfix +[07мая2026 22:07:12.739] [pool-16-thread-1/DEBUG] [mixin/]: Mixing component.DataComponentTypesMixin from archers.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.739] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:component.DataComponentTypesMixin from mod archers: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.740] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataComponentTypesMixin from bettercombat.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.740] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:DataComponentTypesMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.741] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.DataComponentTypesMixin from spell_engine.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.741] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:registry.DataComponentTypesMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.742] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataComponentsMixin from kubejs.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.743] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.DataComponentTypesMixin from bundleapi.mixins.json into net.minecraft.core.component.DataComponents +[07мая2026 22:07:12.761] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:component.DataComponentTypesMixin from mod archers->@Inject::static_init_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.761] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:DataComponentTypesMixin from mod bettercombat->@Inject::static_init_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.761] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:registry.DataComponentTypesMixin from mod spell_engine->@Inject::static_init_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.761] [pool-16-thread-1/DEBUG] [mixin/]: bundleapi.mixins.json:registry.DataComponentTypesMixin from mod bundleapi->@Inject::static_init_TAIL_BundleAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.790] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registry.ItemSubPredicateTypesMixin from bundleapi.mixins.json into net.minecraft.advancements.critereon.ItemSubPredicates +[07мая2026 22:07:12.792] [pool-16-thread-1/DEBUG] [mixin/]: bundleapi.mixins.json:registry.ItemSubPredicateTypesMixin from mod bundleapi->@Inject::static_init_TAIL_BundleAPI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.839] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataProviderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.data.DataProvider +[07мая2026 22:07:12.839] [pool-16-thread-1/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataProviderMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.842] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataProviderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.data.DataProvider +[07мая2026 22:07:12.842] [pool-16-thread-1/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:DataProviderMixin from mod fabric_data_generation_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.844] [pool-16-thread-1/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataProviderMixin from mod fabric_resource_conditions_api_v1->@Inject::fabric_injectResourceConditionsSortOrder(Lit/unimi/dsi/fastutil/objects/Object2IntOpenHashMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.844] [pool-16-thread-1/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:DataProviderMixin from mod fabric_data_generation_api_v1->@Inject::addFabricKeySortOrders(Lit/unimi/dsi/fastutil/objects/Object2IntOpenHashMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.855] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.render.frapi.BakedModelMixin from sodium-common.mixins.json into net.minecraft.client.resources.model.BakedModel +[07мая2026 22:07:12.855] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.BakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.859] [pool-16-thread-1/DEBUG] [mixin/]: Mixing models.BakedModel_extendsMixin from moreculling.mixins.json into net.minecraft.client.resources.model.BakedModel +[07мая2026 22:07:12.859] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.BakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.BakedModel +[07мая2026 22:07:12.873] [pool-16-thread-1/DEBUG] [mixin/]: Mixing forge.net.minecraftforge.client.model.generators.ModelBuilderMixin from mixins.redirected_neoforge_1.21.1.json into net.neoforged.neoforge.client.model.generators.ModelBuilder +[07мая2026 22:07:12.873] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:forge.net.minecraftforge.client.model.generators.ModelBuilderMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.874] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ModelBuilderMixin from aether.mixins.json into net.neoforged.neoforge.client.model.generators.ModelBuilder +[07мая2026 22:07:12.877] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.ModelBuilderMixin from mod aether->@Inject::texture(Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:12.894] [pool-16-thread-1/DEBUG] [mixin/]: Mixing boot.DatagenModLoaderMixin from connector.mixins.json into net.neoforged.neoforge.data.loading.DatagenModLoader +[07мая2026 22:07:12.894] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:boot.DatagenModLoaderMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.896] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:boot.DatagenModLoaderMixin from mod connector->@Inject::earlyInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:12.930] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RecipeOutputMixin from betterend.mixins.common.json into net.minecraft.data.recipes.RecipeOutput +[07мая2026 22:07:12.930] [pool-16-thread-1/DEBUG] [mixin/]: Mixing recipe.RecipeOutputMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.data.recipes.RecipeOutput +[07мая2026 22:07:12.930] [pool-16-thread-1/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:recipe.RecipeOutputMixin from mod fabric_data_generation_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.932] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RecipeOutputExtensionMixin from betterend.mixins.common.json into net.neoforged.neoforge.common.extensions.IRecipeOutputExtension +[07мая2026 22:07:12.958] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourMixin from betternether.mixins.common.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.961] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockAccess from snowrealmagic.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.961] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.965] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from puffish_skills.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.965] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:BlockMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.966] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtAfterBreak$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/item/ItemStack;Lnet/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtAfterBreak$0$0 in puffish_skills.mixins.json:BlockMixin from mod puffish_skills +[07мая2026 22:07:12.967] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.blockstate_cache.BlockMixin from lithium.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.968] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/phys/shapes/VoxelShape;)Z to mdd85188$lithium$lambda$static$0$1 in lithium.mixins.json:shapes.blockstate_cache.BlockMixin from mod lithium +[07мая2026 22:07:12.969] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorBlock from zeta.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.970] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockAccessorMixin from wover.block.mixins.common.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.973] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from bclib.mixins.client.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.975] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinBlock from architectury-common.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.975] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinBlock from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:12.975] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from kubejs.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.987] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.BlockMixin from copycats-common.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:12.987] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:12.988] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$calculateOcclusionShape$0(Ljava/lang/Boolean;)Ljava/lang/Boolean; to mdd85188$copycats$lambda$calculateOcclusionShape$0$2 in copycats-common.mixins.json:foundation.copycat.BlockMixin from mod copycats +[07мая2026 22:07:13.012] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectBlock from particular.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.013] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:13.013] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$isValidBiome$0(Lnet/minecraft/resources/ResourceKey;)Ljava/lang/Boolean; to mdd85188$particular$lambda$isValidBiome$0$3 in particular.mixins.json:InjectBlock from mod particular +[07мая2026 22:07:13.028] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from another_furniture.common.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.031] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from quark.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.035] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockMixin from create.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.037] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MAbstractBlock from presencefootsteps.mixin.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.042] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodBlockBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.043] [pool-16-thread-1/DEBUG] [mixin/]: Mixing tlcache.MixinBlock from c2me-opts-worldgen-vanilla.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.048] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Lit/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap; to mdd85188$c2me_opts_worldgen_vanilla$lambda$static$0$4 in c2me-opts-worldgen-vanilla.mixins.json:tlcache.MixinBlock from mod c2me_opts_worldgen_vanilla +[07мая2026 22:07:13.057] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blockstates.Block_drawSideMixin from moreculling.mixins.json into net.minecraft.world.level.block.Block +[07мая2026 22:07:13.108] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 1681 milliseconds +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:BlockBehaviourMixin from mod betternether->@Inject::bn_getDrops(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockMixin from mod snowrealmagic->@Inject::srm_isExceptionForConnection(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockMixin from mod snowrealmagic->@Inject::srm_registerDefaultState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockMixin from mod snowrealmagic->@Inject::srm_registerDefaultState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockMixin from mod snowrealmagic->@Inject::srm_registerDefaultState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockMixin from mod snowrealmagic->@Inject::updateOrDestroy(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:BlockMixin from mod puffish_skills->@Inject::injectAtAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:BlockMixin from mod puffish_skills->@Inject::injectAtAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:BlockMixin from mod puffish_skills->@Inject::injectAtAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.123] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.client.json:BlockMixin from mod bclib->@Inject::bclib_appendSurvivalBlock(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.client.json:BlockMixin from mod bclib->@Inject::bclib_appendSurvivalBlock(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.client.json:BlockMixin from mod bclib->@Inject::bclib_appendSurvivalBlock(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:BlockMixin from mod kubejs->@Inject::kjs$getName(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BlockMixin from mod copycats->@Inject::calculateOcclusionShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBlock from mod particular->@Inject::spawnParticles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBlock from mod particular->@Inject::spawnParticles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBlock from mod particular->@Inject::spawnParticles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: another_furniture.common.mixins.json:BlockMixin from mod another_furniture->@Inject::onIsExceptionForConnection(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:BlockMixin from mod quark->@Inject::modifyDrops(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:13.124] [pool-16-thread-1/DEBUG] [mixin/]: moreculling.mixins.json:blockstates.Block_drawSideMixin from mod moreculling->@Inject::moreculling$customShouldDrawSide(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.140] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.IBlockExtensionMixin from connector.mixins.json into net.neoforged.neoforge.common.extensions.IBlockExtension +[07мая2026 22:07:13.140] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:block.IBlockExtensionMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.155] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IBlockExtensionMixin from fabric-block-api-v1.mixins.json into net.neoforged.neoforge.common.extensions.IBlockExtension +[07мая2026 22:07:13.155] [pool-16-thread-1/DEBUG] [mixin/]: fabric-block-api-v1.mixins.json:IBlockExtensionMixin from mod fabric_block_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.160] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:block.IBlockExtensionMixin from mod connector->@Inject::textureColorInjectionPoint(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.184] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourAccessor from betternether.mixins.common.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.189] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.reduce_blockstate_cache_rebuilds.BlockBehaviourInvoker from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.189] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourAccess from snowrealmagic.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.191] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.194] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourAccessor from bettermineshafts.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.194] [pool-16-thread-1/DEBUG] [mixin/]: bettermineshafts.mixins.json:BlockBehaviourAccessor from mod bettermineshafts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.194] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.BlockBehaviourMixin from lithium.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.195] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InvokerBlockBehavior from zeta.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.195] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.195] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:AbstractBlockAccessor from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.195] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.BlockBehaviourMixin from deep_aether.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.195] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.BlockBehaviourMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.200] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourMixin from kubejs.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.204] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviorMixin from moonlight-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.205] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockBehaviorMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.207] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockSoundMixin from sounds.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.227] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessors.BlockAccessor from sounds.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.229] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourMixin from quark.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.229] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorBlockBehavior from quark.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.230] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.BlockBehaviourAccessor from create.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.230] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootTablesHackMixin from everycomp-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.279] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodAbstractBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockBehaviourMixin from mod snowrealmagic->@Inject::srm_getDestroyProgress(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.BlockBehaviourMixin from mod deep_aether->@Inject::getSoundType(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:BlockBehaviourMixin from mod kubejs->@Inject::onRandomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockBehaviorMixin from mod moonlight->@Inject::moonlight$cleanupOptional(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockBehaviorMixin from mod moonlight->@Inject::moonlight$cleanupOptional(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockBehaviorMixin from mod moonlight->@Inject::moonlight$cleanupOptional(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:BlockSoundMixin from mod sounds->@Inject::$manageCustomSounds(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.317] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:BlockBehaviourMixin from mod quark->@Inject::quark$tick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:BlockBehaviourMixin from mod quark->@Inject::quark$tick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:BlockBehaviourMixin from mod quark->@Inject::quark$tick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: everycomp-common.mixins.json:LootTablesHackMixin from mod everycomp->@Inject::everyComp$addFastDrops(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/storage/loot/LootParams$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_hasRandomTicks(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_hasRandomTicks(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 1 override(s) in child classes +[07мая2026 22:07:13.318] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_hasRandomTicks(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V will be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:13.319] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_randomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.320] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_randomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:13.320] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_randomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V will be passed a CallbackInfo as a result +[07мая2026 22:07:13.320] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onUse(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:13.320] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onUse(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 1 override(s) in child classes +[07мая2026 22:07:13.320] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodAbstractBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onUse(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V will be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:13.322] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getProperties()Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; in net.minecraft.world.level.block.state.BlockBehaviour was not merged +[07мая2026 22:07:13.322] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method invokeGetSoundType(Lnet/minecraft/world/level/block/state/BlockState;)Lnet/minecraft/world/level/block/SoundType; in net.minecraft.world.level.block.state.BlockBehaviour was not merged +[07мая2026 22:07:13.344] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TagsProviderNeoForgeMixin from puzzleslib.neoforge.mixins.json into net.minecraft.data.tags.TagsProvider +[07мая2026 22:07:13.344] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:TagsProviderNeoForgeMixin from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.362] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinFluid from architectury-common.mixins.json into net.minecraft.world.level.material.Fluid +[07мая2026 22:07:13.362] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinFluid from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.level.material.Fluid +[07мая2026 22:07:13.363] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:FluidMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.371] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FluidInvokerMixin from blueprint.mixins.json into net.minecraft.world.level.material.Fluid +[07мая2026 22:07:13.372] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FluidMixin from kubejs.mixins.json into net.minecraft.world.level.material.Fluid +[07мая2026 22:07:13.379] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:FluidMixin from mod fabric_transfer_api_v1->@Inject::hookGetBucketFillSound(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.402] [pool-16-thread-1/DEBUG] [mixin/]: Mixing impl.entitydistance.EntityTypeMixin from mixins.sodiumextras.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.405] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.EntityTypeMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.412] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityTypeMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.413] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:EntityTypeMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.415] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityTypeMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.415] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:EntityTypeMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.424] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinEntityType from architectury-common.mixins.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.424] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinEntityType from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.424] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityTypeMixin from kubejs.mixins.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.426] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityTypeMixin from flywheel.impl.mixins.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.428] [pool-16-thread-1/DEBUG] [mixin/]: Mixing renderer.entity.MixinEntityType from forge-badoptimizations.mixins.json into net.minecraft.world.entity.EntityType +[07мая2026 22:07:13.432] [pool-16-thread-1/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntityType from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.450] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:EntityTypeMixin from mod fabric_object_builder_api_v1->@Inject::alwaysUpdateVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.492] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinItem from mixins.iris.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.492] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinItem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:13.493] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from polytone-common.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.494] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ItemIrisLightMixin from punchy.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.506] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorItem from zeta.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.506] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemAccessor from fabric-item-api-v1.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.506] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemAccessor from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.507] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.507] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.509] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from galosphere.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.516] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinItem from architectury-common.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.517] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.520] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from ftblibrary-common.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.520] [pool-16-thread-1/DEBUG] [mixin/]: ftblibrary-common.mixins.json:ItemMixin from mod ftblibrary: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:13.520] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from tide.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.520] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.521] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tide$tryFillBucket$0(DLnet/minecraft/nbt/CompoundTag;)V to mdd85188$tide$lambda$tide$tryFillBucket$0$0 in tide.mixins.json:ItemMixin from mod tide +[07мая2026 22:07:13.541] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.541] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:ItemMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.543] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ext.ItemMixin from owo.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.543] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.543] [pool-16-thread-1/DEBUG] [mixin/]: Mixing itemgroup.ItemMixin from owo.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.543] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.544] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/minecraft/world/item/CreativeModeTab; to mdd85188$owo$lambda$new$0$1 in owo.mixins.json:itemgroup.ItemMixin from mod owo +[07мая2026 22:07:13.550] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemAccessor from decorative_blocks.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.551] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method getPlayerPOVHitResult(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/ClipContext$Fluid;)Lnet/minecraft/world/phys/BlockHitResult; to getPlayerPOVHitResult$decorative_blocks_$md$d85188$2 in decorative_blocks.mixins.json:ItemAccessor from mod decorative_blocks +[07мая2026 22:07:13.551] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from moonlight.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.551] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:ItemMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.553] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from moonlight-common.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.553] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.558] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from quark.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.565] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from kubejs.mixins.json into net.minecraft.world.item.Item +[07мая2026 22:07:13.658] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemMixin from mod fabric_item_api_v1->@Inject::onConstruct(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.658] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemMixin from mod fabric_item_api_v1->@Inject::onConstruct(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemMixin from mod fabric_item_api_v1->@Inject::onConstruct(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ItemMixin from mod galosphere->@Inject::G$addExperimentalText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ItemMixin from mod galosphere->@Inject::G$addExperimentalText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ItemMixin from mod galosphere->@Inject::G$addExperimentalText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemMixin from mod tide->@Inject::overrideStackedOnOther(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Lnet/minecraft/world/inventory/ClickAction;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemMixin from mod tide->@Inject::overrideOtherStackedOnMe(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Lnet/minecraft/world/inventory/ClickAction;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/SlotAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.659] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemMixin from mod owo->@Inject::grabTab(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemMixin from mod owo->@Inject::grabTab(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemMixin from mod owo->@Inject::grabTab(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:ItemMixin from mod moonlight->@Inject::initializeClient(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:ItemMixin from mod moonlight->@Inject::initializeClient(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:ItemMixin from mod moonlight->@Inject::initializeClient(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemMixin from mod moonlight->@Inject::onUseOnBlock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::isFoil(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::isBarVisible(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.660] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::getBarWidth(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::getBarColor(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::getUseDuration(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::getUseAnimation(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::getName(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::use(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::finishUsingItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::releaseUsing(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::releaseUsing(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::releaseUsing(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.661] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:ItemMixin from mod kubejs->@Inject::hurtEnemy(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.669] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IItemExtensionMixin from fabric-item-api-v1.mixins.json into net.neoforged.neoforge.common.extensions.IItemExtension +[07мая2026 22:07:13.671] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.671] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$hasCraftingRemainingItem$1(Lnet/minecraft/world/item/ItemStack;)Lnet/minecraft/world/item/ItemStack; to mdd85188$fabric_item_api_v1$lambda$hasCraftingRemainingItem$1$0 in fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1 +[07мая2026 22:07:13.671] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getCraftingRemainingItem$0(Lnet/minecraft/world/item/ItemStack;)Lnet/minecraft/world/item/ItemStack; to mdd85188$fabric_item_api_v1$lambda$getCraftingRemainingItem$0$1 in fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1 +[07мая2026 22:07:13.676] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IItemExtensionClientMixin from fabric-item-api-v1.client.mixins.json into net.neoforged.neoforge.common.extensions.IItemExtension +[07мая2026 22:07:13.676] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.client.mixins.json:IItemExtensionClientMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.677] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$shouldCauseReequipAnimation$0(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)Ljava/lang/Boolean; to mdd85188$fabric_item_api_v1$lambda$shouldCauseReequipAnimation$0$2 in fabric-item-api-v1.client.mixins.json:IItemExtensionClientMixin from mod fabric_item_api_v1 +[07мая2026 22:07:13.681] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.IItemExtensionMixin from connector.mixins.json into net.neoforged.neoforge.common.extensions.IItemExtension +[07мая2026 22:07:13.682] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:item.IItemExtensionMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.692] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1->@Inject::getCraftingRemainingItem(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.692] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1->@Inject::hasCraftingRemainingItem(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.693] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:IItemExtensionMixin from mod fabric_item_api_v1->@Inject::getEquipmentSlot(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.693] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.client.mixins.json:IItemExtensionClientMixin from mod fabric_item_api_v1->@Inject::shouldCauseBlockBreakReset(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.693] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.client.mixins.json:IItemExtensionClientMixin from mod fabric_item_api_v1->@Inject::shouldCauseBlockBreakReset(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.693] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:item.IItemExtensionMixin from mod connector->@Inject::redirectIsPiglinCurrency(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.715] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_blockpos.BlockPosMixin from lithium.mixins.json into net.minecraft.core.BlockPos +[07мая2026 22:07:13.762] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PlayerMixin from betterend.mixins.common.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.780] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerDeathMixin from baguettelib.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.780] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ServerPlayerDeathMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.783] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PlayerEntityMixin from betternether.mixins.common.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.794] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMix from mixins.medievalend.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.794] [pool-16-thread-1/DEBUG] [mixin/]: mixins.medievalend.json:ServerPlayerMix from mod medievalend: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.794] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMixin from supplementaries-common.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.795] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ServerPlayerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.802] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.802] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.816] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from puffish_skills.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.816] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.817] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtIncreaseStat$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/stats/Stat;ILnet/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtIncreaseStat$0$0 in puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills +[07мая2026 22:07:13.819] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.820] [pool-16-thread-1/DEBUG] [mixin/]: fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_screen_handler_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.822] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_replaceExtraDataWriter$0(Lnet/fabricmc/fabric/api/screenhandler/v1/ExtendedScreenHandlerFactory;Lnet/fabricmc/fabric/api/screenhandler/v1/ExtendedScreenHandlerType;Lnet/minecraft/network/RegistryFriendlyByteBuf;)V to mdd85188$fabric_screen_handler_api_v1$lambda$fabric_replaceExtraDataWriter$0$1 in fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_screen_handler_api_v1 +[07мая2026 22:07:13.830] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from skill_tree_rpgs.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.835] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ServerPlayerMixin from reliable_remover.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.835] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:13.846] [pool-16-thread-1/DEBUG] [mixin/]: Mixing main.ServerPlayerMixin from alltheleaks.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.849] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerPlayer from xaerohud.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.849] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinServerPlayer from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.852] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerChunkSending from chunksending.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.852] [pool-16-thread-1/DEBUG] [mixin/]: chunksending.mixins.json:ServerPlayerChunkSending from mod chunksending: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.858] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ServerPlayerMixin from aether.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.863] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerPlayer from xaeroworldmap.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.864] [pool-16-thread-1/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinServerPlayer from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.868] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMixin from deeperdarker.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.870] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMixin from nerb-common.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.870] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerPlayerMixin from mod nerb: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.872] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMixin from kubejs.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.873] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from owo.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.873] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ServerPlayerEntityMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:13.874] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerPlayer from xaerolib.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.875] [pool-16-thread-1/DEBUG] [mixin/]: xaerolib.mixins.json:MixinServerPlayer from mod xaerolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.877] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerTickMixin from betterdeserttemples.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.878] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerPlayerTickMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.902] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerMixin from moonlight-common.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.902] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ServerPlayerMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.903] [pool-16-thread-1/DEBUG] [mixin/]: Mixing server.MixinServerPlayer from fancymenu.mixins.json into net.minecraft.server.level.ServerPlayer +[07мая2026 22:07:13.903] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerPlayer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:13.904] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$detectHighPrecisionStructureKey_FancyMenu$0(Lnet/minecraft/core/Holder;)Z to mdd85188$fancymenu$lambda$detectHighPrecisionStructureKey_FancyMenu$0$2 in fancymenu.mixins.json:server.MixinServerPlayer from mod fancymenu +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:PlayerMixin from mod betterend->@Inject::be_findRespawnAndUseSpawnBlock(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;FZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ServerPlayerDeathMixin from mod baguettelib->@Inject::onPreDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ServerPlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ServerPlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ServerPlayerDeathMixin from mod baguettelib->@Inject::onPostDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.995] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:PlayerEntityMixin from mod betternether->@Inject::bn_statueRespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::callOnKillForPlayer(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::callOnKillForPlayer(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::callOnKillForPlayer(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::notifyDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::afterWorldChanged(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::onCopyFrom(Lnet/minecraft/server/level/ServerPlayer;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::onCopyFrom(Lnet/minecraft/server/level/ServerPlayer;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::onCopyFrom(Lnet/minecraft/server/level/ServerPlayer;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric_entity_events_v1->@Inject::onTrySleepDirectionCheck(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/core/Direction;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtIncreaseStat(Lnet/minecraft/stats/Stat;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtIncreaseStat(Lnet/minecraft/stats/Stat;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.996] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ServerPlayerEntityMixin from mod puffish_skills->@Inject::injectAtIncreaseStat(Lnet/minecraft/stats/Stat;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.997] [pool-16-thread-1/DEBUG] [mixin/]: skill_tree_rpgs.mixins.json:ServerPlayerEntityMixin from mod skill_tree_rpgs->@Inject::init_TAIL_SkillTreeRPGs(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.997] [pool-16-thread-1/DEBUG] [mixin/]: skill_tree_rpgs.mixins.json:ServerPlayerEntityMixin from mod skill_tree_rpgs->@Inject::init_TAIL_SkillTreeRPGs(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.997] [pool-16-thread-1/DEBUG] [mixin/]: skill_tree_rpgs.mixins.json:ServerPlayerEntityMixin from mod skill_tree_rpgs->@Inject::init_TAIL_SkillTreeRPGs(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.997] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.997] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$attack(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$cancelSwing(Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$onInitMenu(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$onInitMenu(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ServerPlayerMixin from mod reliable_remover->@Inject::reliable_remover$onInitMenu(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: alltheleaks.mixins.json:main.ServerPlayerMixin from mod alltheleaks->@Inject::atl$clearTriggers(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: alltheleaks.mixins.json:main.ServerPlayerMixin from mod alltheleaks->@Inject::atl$clearTriggers(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: alltheleaks.mixins.json:main.ServerPlayerMixin from mod alltheleaks->@Inject::atl$clearTriggers(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/level/ServerLevel;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/server/level/ClientInformation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.998] [pool-16-thread-1/DEBUG] [mixin/]: chunksending.mixins.json:ServerPlayerChunkSending from mod chunksending->@Inject::chunksending$update(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: chunksending.mixins.json:ServerPlayerChunkSending from mod chunksending->@Inject::chunksending$update(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: chunksending.mixins.json:ServerPlayerChunkSending from mod chunksending->@Inject::chunksending$update(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.ServerPlayerMixin from mod aether->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.ServerPlayerMixin from mod aether->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.ServerPlayerMixin from mod aether->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerPlayerMixin from mod nerb->@Inject::onAwardRecipes(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerPlayerMixin from mod nerb->@Inject::onAwardRecipesByKey(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ServerPlayerEntityMixin from mod owo->@Inject::attachScreenHandler(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ServerPlayerEntityMixin from mod owo->@Inject::attachScreenHandler(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ServerPlayerEntityMixin from mod owo->@Inject::attachScreenHandler(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerPlayerTickMixin from mod betterdeserttemples->@Inject::betterdeserttemples_playerTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerPlayerTickMixin from mod betterdeserttemples->@Inject::betterdeserttemples_playerTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerPlayerTickMixin from mod betterdeserttemples->@Inject::betterdeserttemples_playerTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:13.999] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.000] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.038] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 7 ms to grab stacktrace classes. +[07мая2026 22:07:14.038] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.039] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.040] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.040] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:14.047] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RegistryManagerAccessor from fabric-registry-sync-v0.mixins.json into net.neoforged.neoforge.registries.RegistryManager +[07мая2026 22:07:14.047] [pool-16-thread-1/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:RegistryManagerAccessor from mod fabric_registry_sync_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.047] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeTrackModdedRegistry(Lnet/minecraft/resources/ResourceLocation;)V to invokeTrackModdedRegistry$fabric_registry_sync_v0_$md$d85188$0 in fabric-registry-sync-v0.mixins.json:RegistryManagerAccessor from mod fabric_registry_sync_v0 +[07мая2026 22:07:14.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.NewRegistryEventNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.neoforged.neoforge.registries.NewRegistryEvent +[07мая2026 22:07:14.052] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:accessor.NewRegistryEventNeoForgeAccessor from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.052] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method puzzleslib$callInit()Lnet/neoforged/neoforge/registries/NewRegistryEvent; to callInit$puzzleslib_$md$d85188$0 in puzzleslib.neoforge.mixins.json:accessor.NewRegistryEventNeoForgeAccessor from mod puzzleslib +[07мая2026 22:07:14.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.FireBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.072] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.FireBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockAccessor from supplementaries.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.073] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:FireBlockMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.080] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockMixin from misctweaks.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.080] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:FireBlockMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.082] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.FireBlockAccessor from aether.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.082] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockMixin from fabric-content-registries-v0.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.082] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.087] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockInvoker from decorative_blocks.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.087] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockAccessor from friendsandfoes-neoforge.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.087] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockMixin from moonlight.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.087] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:FireBlockMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.092] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireBlockAccessor from another_furniture.mixins.json into net.minecraft.world.level.block.FireBlock +[07мая2026 22:07:14.111] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:FireBlockMixin from mod misctweaks->@Inject::setCobwebFlammable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0->@Inject::afterConstruct(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0->@Inject::afterConstruct(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0->@Inject::afterConstruct(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0->@Inject::getFabricBurnChance(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0->@Inject::getFabricSpreadChance(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.112] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method invokeSetFlammable(Lnet/minecraft/world/level/block/Block;II)V in net.minecraft.world.level.block.FireBlock was not merged +[07мая2026 22:07:14.119] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.BaseFireBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.BaseFireBlock +[07мая2026 22:07:14.119] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.BaseFireBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.128] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockViewMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.BlockGetter +[07мая2026 22:07:14.128] [pool-16-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockViewMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.130] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.raycast.BlockGetterMixin from lithium.mixins.json into net.minecraft.world.level.BlockGetter +[07мая2026 22:07:14.146] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WorldViewMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.LevelReader +[07мая2026 22:07:14.147] [pool-16-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:WorldViewMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.147] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WorldViewMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.LevelReader +[07мая2026 22:07:14.147] [pool-16-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:WorldViewMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.147] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.chunk_access.LevelReaderMixin from lithium.mixins.json into net.minecraft.world.level.LevelReader +[07мая2026 22:07:14.170] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBlockStateBehavior from mixins.iris.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.170] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:14.173] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.reduce_blockstate_cache_rebuilds.BlockStateBaseMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.184] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.dynamic_resources.BlockStateBaseMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.186] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockStateMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.187] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourPlanterMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.188] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BlockBehaviourPlanterMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.189] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blockstates.BlockStateBase_moreMixin from moreculling.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.199] [pool-16-thread-1/DEBUG] [mixin/]: Mixing models.cullshape.BlockStateBase_cullShapeMixin from moreculling.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.200] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1([Lnet/minecraft/world/phys/shapes/VoxelShape;)V to mdd85188$moreculling$lambda$static$1$0 in moreculling.mixins.json:models.cullshape.BlockStateBase_cullShapeMixin from mod moreculling +[07мая2026 22:07:14.200] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0([Lnet/minecraft/world/phys/shapes/VoxelShape;)V to mdd85188$moreculling$lambda$static$0$1 in moreculling.mixins.json:models.cullshape.BlockStateBase_cullShapeMixin from mod moreculling +[07мая2026 22:07:14.207] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from galosphere.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.214] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from kubejs.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.215] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.BlockStateBaseMixin from copycats-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.215] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BlockStateBaseMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.217] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from moonlight-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.217] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockStateBaseMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.217] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviorUse from watut.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.223] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from ferritecore.blockstatecache.mixin.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[07мая2026 22:07:14.223] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.269] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris->@Inject::getShadeBrightness(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.269] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockStateMixin from mod snowrealmagic->@Inject::srm_getDestroySpeed(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BlockStateBaseMixin from mod galosphere->@Inject::G$getCollisionShape(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/phys/shapes/CollisionContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BlockStateBaseMixin from mod galosphere->@Inject::G$entityInside(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:BlockStateBaseMixin from mod kubejs->@Inject::kjs$onRandomTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BlockStateBaseMixin from mod copycats->@Inject::customOcclusion(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:BlockBehaviorUse from mod watut->@Inject::useItemOn(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:BlockBehaviorUse from mod watut->@Inject::useItemOn(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:BlockBehaviorUse from mod watut->@Inject::useItemOn(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.270] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.289] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StateHolderAccessor from accessories-common.mixins.json into net.minecraft.world.level.block.state.StateHolder +[07мая2026 22:07:14.289] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:StateHolderAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.291] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FastMapStateHolderMixin from ferritecore.fastmap.mixin.json into net.minecraft.world.level.block.state.StateHolder +[07мая2026 22:07:14.292] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.fastmap.mixin.json:FastMapStateHolderMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.295] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.StateHolderAccessor from create.mixins.json into net.minecraft.world.level.block.state.StateHolder +[07мая2026 22:07:14.295] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IState from c2me-base.mixins.json into net.minecraft.world.level.block.state.StateHolder +[07мая2026 22:07:14.309] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IBlockStateExtensionMixin from fabric-rendering-fluids-v1.mixins.json into net.neoforged.neoforge.common.extensions.IBlockStateExtension +[07мая2026 22:07:14.309] [pool-16-thread-1/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:IBlockStateExtensionMixin from mod fabric_rendering_fluids_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.310] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IBlockStateExtensionMixin from fabric-block-api-v1.mixins.json into net.neoforged.neoforge.common.extensions.IBlockStateExtension +[07мая2026 22:07:14.310] [pool-16-thread-1/DEBUG] [mixin/]: fabric-block-api-v1.mixins.json:IBlockStateExtensionMixin from mod fabric_block_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.310] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IBlockStateExtensionMixin from kubejs.mixins.json into net.neoforged.neoforge.common.extensions.IBlockStateExtension +[07мая2026 22:07:14.312] [pool-16-thread-1/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:IBlockStateExtensionMixin from mod fabric_rendering_fluids_v1->@Inject::shouldDisplayFluidOverlay(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.313] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:IBlockStateExtensionMixin from mod kubejs->@Inject::kjs$getCloneItemStack(Lnet/minecraft/world/phys/HitResult;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.323] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.state.properties.DirectionPropertyMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.state.properties.DirectionProperty +[07мая2026 22:07:14.324] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.state.properties.DirectionPropertyMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.328] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.model_optimizations.BooleanPropertyMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.properties.BooleanProperty +[07мая2026 22:07:14.340] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.collisions.intersection.EntityGetterMixin from lithium.mixins.json into net.minecraft.world.level.EntityGetter +[07мая2026 22:07:14.342] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityGetterMixin from kubejs.mixins.json into net.minecraft.world.level.EntityGetter +[07мая2026 22:07:14.383] [pool-16-thread-1/DEBUG] [mixin/]: Mixing forge.net.minecraft.world.level.LevelMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.383] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.384] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.chunk_random.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.collisions.intersection.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.389] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.390] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$findFreePosition$0(Lnet/minecraft/world/level/border/WorldBorder;Lnet/minecraft/world/phys/shapes/VoxelShape;)Z to mdd85188$lithium$lambda$findFreePosition$0$0 in lithium.mixins.json:minimal_nonvanilla.collisions.empty_space.LevelMixin from mod lithium +[07мая2026 22:07:14.401] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.accessors.LevelAccessor from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.402] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.block_entity_retrieval.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.407] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.data_storage.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.409] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.chunk_tickable.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.412] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.chunk_access.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.414] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.inline_block_access.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.420] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.LevelMixin from lithium-neoforge.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.423] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelMixin from immersive_optimization.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.425] [pool-16-thread-1/DEBUG] [mixin/]: Mixing main.LevelMixin from alltheleaks.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.426] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelMixin from betterend.mixins.common.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.428] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.LevelMixin from reliable_replacer.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.430] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.LevelMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.431] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$reliable_replacer$lambda$static$0$1 in reliable_replacer.mixins.json:minecraft.LevelMixin from mod reliable_replacer +[07мая2026 22:07:14.447] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.LevelAccessor from aether.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.447] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.447] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.450] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.450] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.451] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelMixin from kubejs.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.455] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelMixin from flywheel.impl.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.455] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading_detections.random_instances.MixinWorld from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.455] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectWorldRandomInit$0()Ljava/lang/Thread; to mdd85188$c2me_fixes_worldgen_threading_issues$lambda$redirectWorldRandomInit$0$2 in c2me-fixes-worldgen-threading-issues.mixins.json:threading_detections.random_instances.MixinWorld from mod c2me_fixes_worldgen_threading_issues +[07мая2026 22:07:14.461] [pool-16-thread-1/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinWorld from c2me-opts-scheduling.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.464] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinWorld from c2me-notickvd.mixins.json into net.minecraft.world.level.Level +[07мая2026 22:07:14.531] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;Ljava/util/function/Supplier;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.531] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;Ljava/util/function/Supplier;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.531] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;Ljava/util/function/Supplier;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.531] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.531] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization->@Inject::immersiveOptimization$shouldTickBlocksAt(JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:LevelMixin from mod betterend->@Inject::be_getSharedSpawnPos(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.LevelMixin from mod reliable_replacer->@Inject::onSetBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights->@Inject::onBlockEntityTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights->@Inject::onBlockEntityTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights->@Inject::onBlockEntityTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.532] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:14.533] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:14.533] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:14.595] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerAddEntityMixin from cupboard.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.612] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from betterendisland.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.612] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.636] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerWorld from biolith.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.636] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinServerWorld from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.638] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from snowrealmagic.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.638] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$srm_tickPrecipitation$0(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;)Z to mdd85188$snowrealmagic$lambda$srm_tickPrecipitation$0$0 in snowrealmagic.mixins.json:ServerLevelMixin from mod snowrealmagic +[07мая2026 22:07:14.641] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from supplementaries-common.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.643] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.645] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$unluckyLightning$0(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$supplementaries$lambda$supp$unluckyLightning$0$1 in supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries +[07мая2026 22:07:14.652] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.chunk_random.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.654] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.inactive_navigations.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.656] [pool-16-thread-1/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in getChunk because existing method in lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium is compatible +[07мая2026 22:07:14.671] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.673] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.accessors.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.674] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.entity_movement_tracking.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.674] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.674] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelAccessor from immersive_optimization.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.675] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from immersive_optimization.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.675] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from betterend.mixins.common.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.680] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ServerLevelMixin from reliable_replacer.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.681] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.682] [pool-16-thread-1/DEBUG] [mixin/]: Mixing biomesource.ServerLevelMixin from wover.generator.mixins.common.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.696] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.ServerLevelAccessor from aether.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.696] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerWorld from xaeroworldmap.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.696] [pool-16-thread-1/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinServerWorld from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.697] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from bclib.mixins.common.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.700] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.700] [pool-16-thread-1/DEBUG] [mixin/]: fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.701] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_invalidateCache$5$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.702] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_invalidateCache$4$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.702] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_invalidateCache$3$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.702] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_invalidateCache$2$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.702] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_registerCache$1$6 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.702] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/core/BlockPos;)Ljava/util/List; to mdd85188$fabric_api_lookup_api_v1$lambda$fabric_registerCache$0$7 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1 +[07мая2026 22:07:14.721] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.722] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.723] [pool-16-thread-1/DEBUG] [mixin/]: Mixing effect.ServerWorldFrostShield from wizards.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.723] [pool-16-thread-1/DEBUG] [mixin/]: wizards.mixins.json:effect.ServerWorldFrostShield from mod wizards: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.726] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerWorldMixin from spell_engine.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.727] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:ServerWorldMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.730] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from kubejs.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.740] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinServerSleepStatus from comforts.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.740] [pool-16-thread-1/DEBUG] [mixin/]: comforts.mixins.json:MixinServerSleepStatus from mod comforts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.746] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from alternate-current.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.746] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:14.750] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from betterdeserttemples.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.750] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerLevelMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.752] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplosionMixin from bosses_of_mass_destruction-common.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.752] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:ExplosionMixin from mod bosses_of_mass_destruction: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.757] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from blueprint.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.759] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerWorldAccessor from friendsandfoes-common.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.760] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerWorldMixin from friendsandfoes-common.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.760] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes$getLightningRodPos$2(Lnet/minecraft/core/BlockPos;)Lnet/minecraft/core/BlockPos; to mdd85188$friendsandfoes$lambda$friendsandfoes$getLightningRodPos$2$8 in friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes +[07мая2026 22:07:14.760] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes$getLightningRodPos$1(Lnet/minecraft/core/BlockPos;)Z to mdd85188$friendsandfoes$lambda$friendsandfoes$getLightningRodPos$1$9 in friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes +[07мая2026 22:07:14.760] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes$getLightningRodPos$0(Lnet/minecraft/core/Holder;)Z to mdd85188$friendsandfoes$lambda$friendsandfoes$getLightningRodPos$0$a in friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes +[07мая2026 22:07:14.797] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from moonlight-common.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.797] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ServerLevelMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.797] [pool-16-thread-1/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in getChunk because existing method in moonlight-common.mixins.json:ServerLevelMixin from mod moonlight is compatible +[07мая2026 22:07:14.802] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from quark.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.803] [pool-16-thread-1/DEBUG] [mixin/]: Mixing server.MixinServerLevel from fancymenu.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.803] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerLevel from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.806] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ServerLevelAccessor from create.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.806] [pool-16-thread-1/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinServerWorld from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.807] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shutdown.MixinServerWorld from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.830] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndergeticExpansionMixins from betterendisland.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.830] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.833] [pool-16-thread-1/DEBUG] [mixin/]: Mixing time.ServerLevelDayTimeMixin from smoothmovement.mixins.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.833] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerLevelDayTimeMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:14.835] [pool-16-thread-1/DEBUG] [mixin/]: Mixing server_level_ready.ServerLevelMixin from wover.event.mixins.common.json into net.minecraft.server.level.ServerLevel +[07мая2026 22:07:14.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_onServerLevelInit$0(Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;JLorg/betterx/wover/events/api/types/OnServerLevelReady;)V to mdd85188$wover$lambda$wover_onServerLevelInit$0$b in wover.event.mixins.common.json:server_level_ready.ServerLevelMixin from mod wover +[07мая2026 22:07:15.044] [pool-16-thread-1/DEBUG] [mixin/]: cupboard.mixins.json:ServerAddEntityMixin from mod cupboard->@Inject::OnaddEntity(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.044] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData1(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData1(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData1(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_attachExtraData2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_tickInitialDragonSummonTrigger(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_tickInitialDragonSummonTrigger(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:ServerLevelMixin from mod betterendisland->@Inject::betterendisland_tickInitialDragonSummonTrigger(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries->@Inject::supp$redirectEvent(Lnet/minecraft/world/entity/player/Player;ILnet/minecraft/core/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries->@Inject::supp$unluckyLightning(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization->@Inject::immersiveOptimization$tick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization->@Inject::immersiveOptimization$tick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization->@Inject::immersiveOptimization$tick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.045] [pool-16-thread-1/DEBUG] [mixin/]: immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization->@Inject::immersiveOptimization$tickNonPassenger(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ServerLevelMixin from mod betterend->@Inject::be_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ServerLevelMixin from mod betterend->@Inject::be_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ServerLevelMixin from mod betterend->@Inject::be_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStartTicking(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStartTicking(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStartTicking(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStructureLoad(Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStructureLoad(Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ServerLevelMixin from mod reliable_replacer->@Inject::reliableReplacer$onStructureLoad(Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.ServerLevelMixin from mod wover->@Inject::wover_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.ServerLevelMixin from mod wover->@Inject::wover_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.046] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.ServerLevelMixin from mod wover->@Inject::wover_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ServerLevelMixin from mod bclib->@Inject::bclib_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ServerLevelMixin from mod bclib->@Inject::bclib_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ServerLevelMixin from mod bclib->@Inject::bclib_onServerWorldInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: wizards.mixins.json:effect.ServerWorldFrostShield from mod wizards->@Inject::sendEntityStatus_HEAD_FrostShield(Lnet/minecraft/world/entity/Entity;BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:ServerWorldMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:ServerWorldMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:ServerWorldMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: comforts.mixins.json:MixinServerSleepStatus from mod comforts->@Inject::comforts$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.047] [pool-16-thread-1/DEBUG] [mixin/]: comforts.mixins.json:MixinServerSleepStatus from mod comforts->@Inject::comforts$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: comforts.mixins.json:MixinServerSleepStatus from mod comforts->@Inject::comforts$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: comforts.mixins.json:MixinServerSleepStatus from mod comforts->@Inject::comforts$onAnnounceSleepStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerLevelMixin from mod betterdeserttemples->@Inject::betterdeserttemples_attachTempleStateManager(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerLevelMixin from mod betterdeserttemples->@Inject::betterdeserttemples_attachTempleStateManager(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:ServerLevelMixin from mod betterdeserttemples->@Inject::betterdeserttemples_attachTempleStateManager(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ServerLevelMixin from mod blueprint->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ServerLevelMixin from mod blueprint->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.048] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ServerLevelMixin from mod blueprint->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerLevel from mod fancymenu->@Inject::after_addEntity_FancyMenu(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerLevel from mod fancymenu->@Inject::after_addEntity_FancyMenu(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:server.MixinServerLevel from mod fancymenu->@Inject::after_addEntity_FancyMenu(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.049] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland->@Inject::betterendisland_overwriteModdedDragonFight(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland->@Inject::betterendisland_overwriteModdedDragonFight(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland->@Inject::betterendisland_overwriteModdedDragonFight(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerLevelDayTimeMixin from mod smoothmovement->@Inject::adjustDayTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerLevelDayTimeMixin from mod smoothmovement->@Inject::adjustDayTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerLevelDayTimeMixin from mod smoothmovement->@Inject::adjustDayTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: wover.event.mixins.common.json:server_level_ready.ServerLevelMixin from mod wover->@Inject::wover_onServerLevelInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: wover.event.mixins.common.json:server_level_ready.ServerLevelMixin from mod wover->@Inject::wover_onServerLevelInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.050] [pool-16-thread-1/DEBUG] [mixin/]: wover.event.mixins.common.json:server_level_ready.ServerLevelMixin from mod wover->@Inject::wover_onServerLevelInit(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;Lnet/minecraft/server/level/progress/ChunkProgressListener;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.053] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getEntityManager()Lnet/minecraft/world/level/entity/PersistentEntitySectionManager; in net.minecraft.server.level.ServerLevel was not merged +[07мая2026 22:07:15.053] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getEntityManager()Lnet/minecraft/world/level/entity/PersistentEntitySectionManager; in net.minecraft.server.level.ServerLevel was not merged +[07мая2026 22:07:15.128] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntityPickupMixin from baguettelib.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.128] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ItemEntityPickupMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.accessors.ItemEntityAccessor from lithium.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.ItemEntityMixin from lithium.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.146] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ItemEntityMixin from reliable_remover.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.146] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:15.151] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.ItemEntityMixin from deep_aether.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.152] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ItemEntityMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.162] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from getittogetherdrops.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.162] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$mergeWithNeighbours$0(Lnet/minecraft/world/entity/item/ItemEntity;Lnet/minecraft/world/entity/item/ItemEntity;)Z to mdd85188$getittogetherdrops$lambda$mergeWithNeighbours$0$0 in getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops +[07мая2026 22:07:15.166] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from cataclysm.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.166] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:ItemMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from kubejs.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from decorative_blocks.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.178] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from allurement.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.189] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ServerItemEntityMixin from smoothmovement.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.190] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:item.ServerItemEntityMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.194] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ClientItemEntityMixin from smoothmovement.mixins.json into net.minecraft.world.entity.item.ItemEntity +[07мая2026 22:07:15.194] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:item.ClientItemEntityMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.300] [pool-16-thread-1/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=2 on allurement.mixins.json:ItemEntityMixin from mod allurement::handler$jfl000$allurement$getItemEnchantability exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ItemEntityPickupMixin from mod baguettelib->@Inject::onPlayerTouch(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ItemEntityPickupMixin from mod baguettelib->@Inject::onPlayerTouch(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:ItemEntityPickupMixin from mod baguettelib->@Inject::onPlayerTouch(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$checkLoad(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$checkLoad(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemEntityMixin from mod reliable_remover->@Inject::reliable_remover$checkLoad(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.302] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ItemEntityMixin from mod deep_aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ItemEntityMixin from mod deep_aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ItemEntityMixin from mod deep_aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: getittogetherdrops.mixins.json:ItemEntityMixin from mod getittogetherdrops->@Inject::mergeWithNeighbours(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:ItemMixin from mod cataclysm->@Inject::Cmhurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: decorative_blocks.mixins.json:ItemEntityMixin from mod decorative_blocks->@Inject::onHurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ItemEntityMixin from mod allurement->@Inject::getItemEnchantability(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ItemEntityMixin from mod allurement->@Inject::getItemEnchantability(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.303] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ItemEntityMixin from mod allurement->@Inject::getItemEnchantability(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.304] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:item.ClientItemEntityMixin from mod smoothmovement->@Inject::checkUpdatePos(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.304] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:item.ClientItemEntityMixin from mod smoothmovement->@Inject::checkUpdatePos(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.304] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:item.ClientItemEntityMixin from mod smoothmovement->@Inject::checkUpdatePos(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.335] [pool-16-thread-1/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/block/Block$Anonymous$92843195bde4470baf96dd620edecb5d (originally com/ishland/c2me/opts/worldgen/vanilla/mixin/tlcache/MixinBlock$1) +[07мая2026 22:07:15.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_blockpos.DirectionMixin from lithium.mixins.json into net.minecraft.core.Direction +[07мая2026 22:07:15.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_util.DirectionMixin from lithium.mixins.json into net.minecraft.core.Direction +[07мая2026 22:07:15.377] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.render.immediate.DirectionMixin from sodium-common.mixins.json into net.minecraft.core.Direction +[07мая2026 22:07:15.377] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.immediate.DirectionMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.408] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DirectionMixin from kubejs.mixins.json into net.minecraft.core.Direction +[07мая2026 22:07:15.437] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:math.fast_blockpos.DirectionMixin from mod lithium->@Inject::reinit(Ljava/lang/String;IIIILjava/lang/String;Lnet/minecraft/core/Direction$AxisDirection;Lnet/minecraft/core/Direction$Axis;Lnet/minecraft/core/Vec3i;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.470] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockBehaviourMixin from mowziesmobs.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$Properties +[07мая2026 22:07:15.474] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$Properties +[07мая2026 22:07:15.477] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:AbstractBlockSettingsAccessor from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.481] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MBlockSettings from presencefootsteps.mixin.json into net.minecraft.world.level.block.state.BlockBehaviour$Properties +[07мая2026 22:07:15.489] [pool-16-thread-1/DEBUG] [mixin/]: mowziesmobs.mixins.json:BlockBehaviourMixin from mod mowziesmobs->@Inject::onCopy(Lnet/minecraft/world/level/block/state/BlockBehaviour;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.489] [pool-16-thread-1/DEBUG] [mixin/]: presencefootsteps.mixin.json:MBlockSettings from mod presencefootsteps->@Inject::onCopy(Lnet/minecraft/world/level/block/state/BlockBehaviour;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.513] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.GameDataMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.registries.GameData +[07мая2026 22:07:15.514] [pool-16-thread-1/DEBUG] [mixin/]: Mixing feature.registry_event_progress.GameDataMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.registries.GameData +[07мая2026 22:07:15.514] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$postWithProgressBar$0(Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/bus/api/EventPriority;Lnet/neoforged/bus/api/Event;Lnet/neoforged/fml/ModContainer;)V to mdd85188$modernfix$lambda$postWithProgressBar$0$0 in modernfix-modernfix.mixins.json:feature.registry_event_progress.GameDataMixin from mod modernfix +[07мая2026 22:07:15.520] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GameDataMixin from kiwi.mixins.json into net.neoforged.neoforge.registries.GameData +[07мая2026 22:07:15.528] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.GameDataMixin from mod modernfix->@Inject::markPosted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.528] [pool-16-thread-1/DEBUG] [mixin/]: kiwi.mixins.json:GameDataMixin from mod kiwi->@Inject::kiwi$unfreezeData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.534] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IdMapperAccessor from bclib.mixins.common.json into net.minecraft.core.IdMapper +[07мая2026 22:07:15.534] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IdMapperDebugMixin from bclib.mixins.common.json into net.minecraft.core.IdMapper +[07мая2026 22:07:15.555] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:IdMapperDebugMixin from mod bclib->@Inject::bclib_logDuplicate(Ljava/lang/Object;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:15.562] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.reduce_blockstate_cache_rebuilds.BlockCallbacksMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.registries.NeoForgeRegistryCallbacks$BlockCallbacks +[07мая2026 22:07:15.566] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockCallbacksMixin from mod modernfix->@Inject::computeCaches(Lnet/minecraft/core/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.566] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockCallbacksMixin from mod modernfix->@Inject::computeCaches(Lnet/minecraft/core/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.566] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockCallbacksMixin from mod modernfix->@Inject::computeCaches(Lnet/minecraft/core/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.606] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.moving_block_shapes.VoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.610] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.specialized_shapes.VoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.627] [pool-16-thread-1/DEBUG] [mixin/]: Mixing multipart_entities.VoxelShapeMixin from cerbons_api-common.mixins.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.627] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.VoxelShapeMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.628] [pool-16-thread-1/DEBUG] [mixin/]: Mixing copycat.VoxelShapeAccessor from copycats-common.mixins.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.628] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.VoxelShapeAccessor from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.628] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VoxelShapeAccessor from creativecore.mixins.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.628] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VoxelShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.VoxelShape +[07мая2026 22:07:15.629] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:VoxelShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.652] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.VoxelShapeMixin from mod cerbons_api->@Inject::hook(Lnet/minecraft/core/Direction$Axis;Lnet/minecraft/world/phys/AABB;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.653] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setShape(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;)V in net.minecraft.world.phys.shapes.VoxelShape was not merged +[07мая2026 22:07:15.669] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.optimized_matching.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes +[07мая2026 22:07:15.670] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.shape_merging.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes +[07мая2026 22:07:15.671] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.specialized_shapes.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes +[07мая2026 22:07:15.696] [pool-16-thread-1/DEBUG] [mixin/]: Mixing multipart_entities.ShapesMixin from cerbons_api-common.mixins.json into net.minecraft.world.phys.shapes.Shapes +[07мая2026 22:07:15.696] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ShapesMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.697] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShapesMixin from creativecore.mixins.json into net.minecraft.world.phys.shapes.Shapes +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.optimized_matching.ShapesMixin from mod lithium->@Inject::cuboidMatchesAnywhere(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.shape_merging.ShapesMixin from mod lithium->@Inject::injectCustomListPair(ILit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ShapesMixin from mod cerbons_api->@Inject::hook(Lnet/minecraft/world/phys/AABB;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.792] [pool-16-thread-1/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:15.799] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DiscreteVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.DiscreteVoxelShape +[07мая2026 22:07:15.799] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:DiscreteVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.804] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.BitSetDiscreteVoxelShapeAccessor from lithium.mixins.json into net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape +[07мая2026 22:07:15.804] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BitSetDVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape +[07мая2026 22:07:15.804] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:BitSetDVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.806] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getStorage()Ljava/util/BitSet; in net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape was not merged +[07мая2026 22:07:15.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.ArrayVoxelShapeInvoker from lithium.mixins.json into net.minecraft.world.phys.shapes.ArrayVoxelShape +[07мая2026 22:07:15.811] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method init(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)Lnet/minecraft/world/phys/shapes/ArrayVoxelShape; to init$lithium_$md$d85188$0 in lithium.mixins.json:minimal_nonvanilla.collisions.empty_space.ArrayVoxelShapeInvoker from mod lithium +[07мая2026 22:07:15.812] [pool-16-thread-1/DEBUG] [mixin/]: Mixing multipart_entities.InvokerArrayVoxelShape from cerbons_api-common.mixins.json into net.minecraft.world.phys.shapes.ArrayVoxelShape +[07мая2026 22:07:15.812] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.InvokerArrayVoxelShape from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.812] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method init(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)Lnet/minecraft/world/phys/shapes/ArrayVoxelShape; to init$cerbons_api_$md$d85188$1 in cerbons_api-common.mixins.json:multipart_entities.InvokerArrayVoxelShape from mod cerbons_api +[07мая2026 22:07:15.812] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ArrayVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.ArrayVoxelShape +[07мая2026 22:07:15.813] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:ArrayVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.819] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.precompute_shape_arrays.CubeVoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.CubeVoxelShape +[07мая2026 22:07:15.834] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubeVoxelShapeMixin from mod lithium->@Inject::onConstructed(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.835] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SliceShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.SliceShape +[07мая2026 22:07:15.836] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:SliceShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.841] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shapes.precompute_shape_arrays.CubePointRangeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.CubePointRange +[07мая2026 22:07:15.843] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.843] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:15.843] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:15.878] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.combined_heightmap_update.HeightmapAccessor from lithium.mixins.json into net.minecraft.world.level.levelgen.Heightmap +[07мая2026 22:07:15.891] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AddCustomSpawnGroupMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.MobCategory +[07мая2026 22:07:15.891] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method newSpawnGroup(Ljava/lang/String;ILjava/lang/String;IZZI)Lnet/minecraft/world/entity/MobCategory; to newSpawnGroup$friendsandfoes_$md$d85188$0 in friendsandfoes-common.mixins.json:AddCustomSpawnGroupMixin from mod friendsandfoes +[07мая2026 22:07:15.895] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:AddCustomSpawnGroupMixin from mod friendsandfoes->@Inject::friendsandfoes_addCustomSpawnGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:15.904] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.entity.JigsawBlockEntityJointTypeMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.entity.JigsawBlockEntity$JointType +[07мая2026 22:07:15.904] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.entity.JigsawBlockEntityJointTypeMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.914] [pool-16-thread-1/DEBUG] [mixin/]: Mixing com.mojang.math.OctahedralGroupMixin from mixins.redirected_neoforge_1.21.1.json into com.mojang.math.OctahedralGroup +[07мая2026 22:07:15.915] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:com.mojang.math.OctahedralGroupMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:15.916] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.math.MixinDirectionTransformation from c2me-fixes-worldgen-threading-issues.mixins.json into com.mojang.math.OctahedralGroup +[07мая2026 22:07:15.919] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.math.MixinDirectionTransformation from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.094] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DyeColorMixin from kubejs.mixins.json into net.minecraft.world.item.DyeColor +[07мая2026 22:07:16.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TagKeyMixin from fabric-convention-tags-api-v2.mixins.json into net.minecraft.tags.TagKey +[07мая2026 22:07:16.123] [pool-16-thread-1/DEBUG] [mixin/]: fabric-convention-tags-api-v2.mixins.json:TagKeyMixin from mod fabric_convention_tags_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.140] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.EquipmentSlotMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.EquipmentSlot +[07мая2026 22:07:16.141] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.EquipmentSlotMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.142] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EquipmentSlotMixin from accessories-common.mixins.json into net.minecraft.world.entity.EquipmentSlot +[07мая2026 22:07:16.142] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EquipmentSlotMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.142] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeNew(Ljava/lang/String;ILnet/minecraft/world/entity/EquipmentSlot$Type;IILjava/lang/String;)Lnet/minecraft/world/entity/EquipmentSlot; to invokeNew$accessories_$md$d85188$0 in accessories-common.mixins.json:EquipmentSlotMixin from mod accessories +[07мая2026 22:07:16.143] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EquipmentSlotMixin from mod accessories->@Inject::addInternalAccessoriesEquipmentSlot(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.148] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EquipmentSlotTypeMixin from accessories-common.mixins.json into net.minecraft.world.entity.EquipmentSlot$Type +[07мая2026 22:07:16.148] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EquipmentSlotTypeMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.148] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeNew(Ljava/lang/String;I)Lnet/minecraft/world/entity/EquipmentSlot$Type; to invokeNew$accessories_$md$d85188$0 in accessories-common.mixins.json:EquipmentSlotTypeMixin from mod accessories +[07мая2026 22:07:16.149] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EquipmentSlotTypeMixin from mod accessories->@Inject::addInternalAccessoriesEquipmentSlot(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.157] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.projectile.AbstractArrowPickupMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.projectile.AbstractArrow$Pickup +[07мая2026 22:07:16.157] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.projectile.AbstractArrowPickupMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.174] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_util.AxisCycleDirectionMixin$ForwardMixin from lithium.mixins.json into net.minecraft.core.AxisCycle$2 +[07мая2026 22:07:16.177] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_util.AxisCycleDirectionMixin$BackwardMixin from lithium.mixins.json into net.minecraft.core.AxisCycle$3 +[07мая2026 22:07:16.197] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.RotationMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.Rotation +[07мая2026 22:07:16.197] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RotationMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.243] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoteBlockInstrumentMixin from cataclysm.mixins.json into net.minecraft.world.level.block.state.properties.NoteBlockInstrument +[07мая2026 22:07:16.243] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoteBlockInstrumentMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.244] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method newInstrument(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/core/Holder;Lnet/minecraft/world/level/block/state/properties/NoteBlockInstrument$Type;)Lnet/minecraft/world/level/block/state/properties/NoteBlockInstrument; to newInstrument$cataclysm_$md$d85188$0 in cataclysm.mixins.json:NoteBlockInstrumentMixin from mod cataclysm +[07мая2026 22:07:16.248] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoteBlockInstrumentMixin from mod cataclysm->@Inject::US$addCustomInstruments(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.359] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FriendlyByteBufLimitMixin from connectivity.mixins.json into net.minecraft.network.FriendlyByteBuf +[07мая2026 22:07:16.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PacketByteBufMixin from owo.mixins.json into net.minecraft.network.FriendlyByteBuf +[07мая2026 22:07:16.363] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:PacketByteBufMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:16.363] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$write$0()Lio/wispforest/endec/Serializer; to mdd85188$owo$lambda$write$0$0 in owo.mixins.json:PacketByteBufMixin from mod owo +[07мая2026 22:07:16.369] [pool-16-thread-1/DEBUG] [mixin/]: connectivity.mixins.json:FriendlyByteBufLimitMixin from mod connectivity->@Inject::releaseLimit(Lio/netty/buffer/ByteBuf;Lnet/minecraft/nbt/NbtAccounter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:16.369] [pool-16-thread-1/DEBUG] [mixin/]: connectivity.mixins.json:FriendlyByteBufLimitMixin from mod connectivity->@Inject::checkLimit(Lio/netty/buffer/ByteBuf;Lnet/minecraft/nbt/NbtAccounter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.659] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlocksMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.Blocks +[07мая2026 22:07:16.661] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlocksMixin from amendments-common.mixins.json into net.minecraft.world.level.block.Blocks +[07мая2026 22:07:16.661] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BlocksMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.664] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.reduce_blockstate_cache_rebuilds.BlocksMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.Blocks +[07мая2026 22:07:16.664] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getEmptyConsumer$0(Ljava/lang/Object;)V to mdd85188$modernfix$lambda$getEmptyConsumer$0$0 in modernfix-modernfix.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlocksMixin from mod modernfix +[07мая2026 22:07:16.696] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlocksMixin from mod snowrealmagic->@Inject::srm_rebuildCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.736] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpreadableSnowyDirtBlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.SpreadingSnowyDirtBlock +[07мая2026 22:07:16.739] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.SpreadingSnowyDirtBlockAccessor from aether.mixins.json into net.minecraft.world.level.block.SpreadingSnowyDirtBlock +[07мая2026 22:07:16.739] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callCanBeGrass(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z to callCanBeGrass$aether_$md$d85188$0 in aether.mixins.json:common.accessor.SpreadingSnowyDirtBlockAccessor from mod aether +[07мая2026 22:07:16.740] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callCanPropagate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;)Z to callCanPropagate$aether_$md$d85188$1 in aether.mixins.json:common.accessor.SpreadingSnowyDirtBlockAccessor from mod aether +[07мая2026 22:07:16.744] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:SpreadableSnowyDirtBlockMixin from mod snowrealmagic->@Inject::srm_checkSnowFirst(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.747] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowyDirtBlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.SnowyDirtBlock +[07мая2026 22:07:16.757] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.BushBlockAccessor from aether.mixins.json into net.minecraft.world.level.block.BushBlock +[07мая2026 22:07:16.769] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LiquidBlockMixin from betternether.mixins.common.json into net.minecraft.world.level.block.LiquidBlock +[07мая2026 22:07:16.780] [pool-16-thread-1/DEBUG] [mixin/]: Mixing neoforge.LiquidBlockAccessor from architectury.mixins.json into net.minecraft.world.level.block.LiquidBlock +[07мая2026 22:07:16.781] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:neoforge.LiquidBlockAccessor from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:16.781] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinLiquidBlock from architectury-common.mixins.json into net.minecraft.world.level.block.LiquidBlock +[07мая2026 22:07:16.781] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinLiquidBlock from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:16.786] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:LiquidBlockMixin from mod betternether->@Inject::bn_shouldSpreadLiquid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.807] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.MangroveRootsBlock_typesMixin from moreculling.mixins.json into net.minecraft.world.level.block.MangroveRootsBlock +[07мая2026 22:07:16.815] [pool-16-thread-1/DEBUG] [mixin/]: moreculling.mixins.json:blocks.MangroveRootsBlock_typesMixin from mod moreculling->@Inject::moreculling$skipRendering(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.LeavesBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.LeavesBlock +[07мая2026 22:07:16.827] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.LeavesBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.options.render_layers.LeavesBlockMixin from sodium-common.mixins.json into net.minecraft.world.level.block.LeavesBlock +[07мая2026 22:07:16.829] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.options.render_layers.LeavesBlockMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.837] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectLeavesBlock from particular.mixins.json into net.minecraft.world.level.block.LeavesBlock +[07мая2026 22:07:16.838] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectLeavesBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:16.853] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.LeavesBlock_typesMixin from moreculling.mixins.json into net.minecraft.world.level.block.LeavesBlock +[07мая2026 22:07:16.874] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectLeavesBlock from mod particular->@Inject::dropLeaves(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.875] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectLeavesBlock from mod particular->@Inject::dropLeaves(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:16.875] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectLeavesBlock from mod particular->@Inject::dropLeaves(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:16.883] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.SpongeBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.SpongeBlock +[07мая2026 22:07:16.885] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.SpongeBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.888] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectSpongeBlock from particular.mixins.json into net.minecraft.world.level.block.SpongeBlock +[07мая2026 22:07:16.889] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectSpongeBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:16.895] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpongeBlockMixin from quark.mixins.json into net.minecraft.world.level.block.SpongeBlock +[07мая2026 22:07:16.907] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectSpongeBlock from mod particular->@Inject::onSpongeAbsorbWater(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:16.907] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectSpongeBlock from mod particular->@Inject::onSpongeAbsorbWater(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:16.907] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectSpongeBlock from mod particular->@Inject::onSpongeAbsorbWater(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:16.935] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HalfTransparentBlockMixin from quark.mixins.json into net.minecraft.world.level.block.HalfTransparentBlock +[07мая2026 22:07:16.940] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:HalfTransparentBlockMixin from mod quark->@Inject::skipRendering(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.949] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CuttingBoardDispenserMixin from farmersdelight.mixins.json into net.minecraft.world.level.block.DispenserBlock +[07мая2026 22:07:16.957] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.DispenserBlockAccessor from moonlight-common.mixins.json into net.minecraft.world.level.block.DispenserBlock +[07мая2026 22:07:16.957] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:accessor.DispenserBlockAccessor from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.959] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getDispenserRegistry()Ljava/util/Map; to getDispenserRegistry$moonlight_$md$d85188$0 in moonlight-common.mixins.json:accessor.DispenserBlockAccessor from mod moonlight +[07мая2026 22:07:16.959] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.DispenserBlockAccessor from create.mixins.json into net.minecraft.world.level.block.DispenserBlock +[07мая2026 22:07:16.965] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:CuttingBoardDispenserMixin from mod farmersdelight->@Inject::onCuttingBoardDispenseFromInject(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/entity/DispenserBlockEntity;Lnet/minecraft/core/dispenser/BlockSource;ILnet/minecraft/world/item/ItemStack;)V does use it's CallbackInfo +[07мая2026 22:07:16.974] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoteBlockMixin from cataclysm.mixins.json into net.minecraft.world.level.block.NoteBlock +[07мая2026 22:07:16.974] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoteBlockMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:16.982] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoteBlockMixin from blueprint.mixins.json into net.minecraft.world.level.block.NoteBlock +[07мая2026 22:07:16.988] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoteBlockMixin from mod cataclysm->@Inject::getMobHeadCustomSoundId(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:16.988] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:NoteBlockMixin from mod blueprint->@Inject::playNote(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.001] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.BaseRailBlock_cullAgainstMixin from moreculling.mixins.json into net.minecraft.world.level.block.BaseRailBlock +[07мая2026 22:07:17.015] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.level.block.DetectorRailBlock +[07мая2026 22:07:17.016] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.016] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$fabric_object_builder_api_v1$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric_object_builder_api_v1 +[07мая2026 22:07:17.030] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric_object_builder_api_v1->@Inject::getCustomComparatorOutput(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.043] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DoublePlantBlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.DoublePlantBlock +[07мая2026 22:07:17.056] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:DoublePlantBlockMixin from mod snowrealmagic->@Inject::srm_preventDropFromBottomPart(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.057] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:DoublePlantBlockMixin from mod snowrealmagic->@Inject::srm_updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.057] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:DoublePlantBlockMixin from mod snowrealmagic->@Inject::srm_canSurvive(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.082] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.piston.PistonHeadBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.piston.PistonHeadBlock +[07мая2026 22:07:17.082] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonHeadBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.099] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MushroomMixin from betternether.mixins.common.json into net.minecraft.world.level.block.MushroomBlock +[07мая2026 22:07:17.112] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:MushroomMixin from mod betternether->@Inject::canStay(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.112] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:MushroomMixin from mod betternether->@Inject::growStructure(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.129] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChiseledBookShelfBlockMixin from allurement.mixins.json into net.minecraft.world.level.block.ChiseledBookShelfBlock +[07мая2026 22:07:17.156] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.BaseTorchBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.BaseTorchBlock +[07мая2026 22:07:17.175] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectChestBlock from particular.mixins.json into net.minecraft.world.level.block.ChestBlock +[07мая2026 22:07:17.176] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:17.182] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.182] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:17.182] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:17.206] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.RedStoneWireBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.RedStoneWireBlock +[07мая2026 22:07:17.206] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneWireBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.207] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock +[07мая2026 22:07:17.208] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.redstone_wire.RedStoneWireBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock +[07мая2026 22:07:17.220] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RedStoneWireBlockMixin from alternate-current.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock +[07мая2026 22:07:17.220] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:17.247] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Inject::getReceivedPowerFaster(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.248] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onUpdate(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.248] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.248] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.248] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.249] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.249] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.249] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.249] [pool-16-thread-1/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onNeighborChanged(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.249] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneWireBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Redirect::removeAllocation1()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:17.249] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneWireBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Redirect::removeAllocation2()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:17.267] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CropBlockMixin from balm.neoforge.mixins.json into net.minecraft.world.level.block.CropBlock +[07мая2026 22:07:17.271] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.CropBlockAccessor from create.mixins.json into net.minecraft.world.level.block.CropBlock +[07мая2026 22:07:17.274] [pool-16-thread-1/DEBUG] [mixin/]: balm.neoforge.mixins.json:CropBlockMixin from mod balm->@Inject::mayPlaceOn(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.282] [pool-16-thread-1/DEBUG] [mixin/]: Mixing KeepRichSoilUntrampledMixin from farmersdelight.mixins.json into net.minecraft.world.level.block.FarmBlock +[07мая2026 22:07:17.285] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FarmlandBlockMixin from clutterbestiary.mixins.json into net.minecraft.world.level.block.FarmBlock +[07мая2026 22:07:17.286] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$stopDestruction$0(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$clutterbestiary$lambda$stopDestruction$0$0 in clutterbestiary.mixins.json:FarmlandBlockMixin from mod clutterbestiary +[07мая2026 22:07:17.295] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:KeepRichSoilUntrampledMixin from mod farmersdelight->@Inject::turnToDirt(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.295] [pool-16-thread-1/DEBUG] [mixin/]: clutterbestiary.mixins.json:FarmlandBlockMixin from mod clutterbestiary->@Inject::stopDestruction(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.305] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SignBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.StandingSignBlock +[07мая2026 22:07:17.306] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SignBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.325] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.DoorBlock_cullAgainstMixin from moreculling.mixins.json into net.minecraft.world.level.block.DoorBlock +[07мая2026 22:07:17.326] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.DoorBlockAccessor from ribbits.mixins.json into net.minecraft.world.level.block.DoorBlock +[07мая2026 22:07:17.326] [pool-16-thread-1/DEBUG] [mixin/]: ribbits.mixins.json:accessor.DoorBlockAccessor from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.326] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method createDoorBlock(Lnet/minecraft/world/level/block/state/properties/BlockSetType;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/DoorBlock; to createDoorBlock$ribbits_$md$d85188$0 in ribbits.mixins.json:accessor.DoorBlockAccessor from mod ribbits +[07мая2026 22:07:17.338] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.LadderBlock_cullAgainstMixin from moreculling.mixins.json into net.minecraft.world.level.block.LadderBlock +[07мая2026 22:07:17.338] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LadderBlockMixin from quark.mixins.json into net.minecraft.world.level.block.LadderBlock +[07мая2026 22:07:17.351] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:LadderBlockMixin from mod quark->@Inject::updateShapeTweak(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.366] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WallSignBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.WallSignBlock +[07мая2026 22:07:17.366] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:WallSignBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.390] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CeilingHangingSignBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.CeilingHangingSignBlock +[07мая2026 22:07:17.394] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.396] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$amendments$swingSign$0(Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;)V to mdd85188$amendments$lambda$amendments$swingSign$0$0 in amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments +[07мая2026 22:07:17.433] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CeilingHangingSignBlockMixin from quark.mixins.json into net.minecraft.world.level.block.CeilingHangingSignBlock +[07мая2026 22:07:17.460] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.461] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:17.461] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:17.461] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$use(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.468] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CeilingHangingSignBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.WallHangingSignBlock +[07мая2026 22:07:17.469] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.486] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WallHangingSignBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.WallHangingSignBlock +[07мая2026 22:07:17.487] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:WallHangingSignBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.512] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.513] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:17.513] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$updateExtension(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:17.513] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CeilingHangingSignBlockMixin from mod amendments->@Inject::amendments$use(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.513] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:WallHangingSignBlockMixin from mod amendments->@Inject::amendments$canAttachTo(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.531] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.RedStoneOreBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.RedStoneOreBlock +[07мая2026 22:07:17.532] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneOreBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.543] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.RedstoneTorchBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.RedstoneTorchBlock +[07мая2026 22:07:17.543] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedstoneTorchBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.551] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowLayerBlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.SnowLayerBlock +[07мая2026 22:07:17.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.SnowLayerBlockClientMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.SnowLayerBlock +[07мая2026 22:07:17.637] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IceBlockMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.IceBlock +[07мая2026 22:07:17.642] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IceBlockAccess from snowrealmagic.mixins.json into net.minecraft.world.level.block.IceBlock +[07мая2026 22:07:17.642] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IceBlockMixin from bosses_of_mass_destruction-common.mixins.json into net.minecraft.world.level.block.IceBlock +[07мая2026 22:07:17.643] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:IceBlockMixin from mod bosses_of_mass_destruction: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.656] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:IceBlockMixin from mod snowrealmagic->@Inject::srm_melt(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:17.656] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:IceBlockMixin from mod bosses_of_mass_destruction->@Inject::onAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.656] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:IceBlockMixin from mod bosses_of_mass_destruction->@Inject::onAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.656] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:IceBlockMixin from mod bosses_of_mass_destruction->@Inject::onAfterBreak(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.667] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JukeboxBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.JukeboxBlock +[07мая2026 22:07:17.667] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.680] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FenceBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.FenceBlock +[07мая2026 22:07:17.681] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FenceBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.709] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.CarvedPumpkinBlockMixin from golemoverhaul.mixins.json into net.minecraft.world.level.block.CarvedPumpkinBlock +[07мая2026 22:07:17.713] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CarvedPumpkinBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.CarvedPumpkinBlock +[07мая2026 22:07:17.715] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$friendsandfoes$lambda$static$1$0 in friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes +[07мая2026 22:07:17.715] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$friendsandfoes$lambda$static$0$1 in friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes +[07мая2026 22:07:17.899] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.CarvedPumpkinBlockMixin from mod golemoverhaul->@Inject::golemoverhaul$trySpawnGolem(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.899] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.CarvedPumpkinBlockMixin from mod golemoverhaul->@Inject::golemoverhaul$trySpawnGolem(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.899] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.CarvedPumpkinBlockMixin from mod golemoverhaul->@Inject::golemoverhaul$trySpawnGolem(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.899] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_canDispense(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:17.900] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.900] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.900] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.925] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectCakeBlock from particular.mixins.json into net.minecraft.world.level.block.CakeBlock +[07мая2026 22:07:17.925] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectCakeBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:17.931] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.actions.CakeEatSoundMixin from sounds.mixins.json into net.minecraft.world.level.block.CakeBlock +[07мая2026 22:07:17.941] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectCakeBlock from mod particular->@Inject::makeSounds(Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.942] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.CakeEatSoundMixin from mod sounds->@Inject::eatCake(Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.945] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.mechanics.RepeaterBlockMixin from sounds.mixins.json into net.minecraft.world.level.block.RepeaterBlock +[07мая2026 22:07:17.957] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.RepeaterBlockMixin from mod sounds->@Inject::$repeater_use_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:17.959] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.RepeaterBlockMixin from mod sounds->@Inject::$repeater_use_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:17.959] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.RepeaterBlockMixin from mod sounds->@Inject::$repeater_use_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:17.963] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.DiodeBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.DiodeBlock +[07мая2026 22:07:17.963] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.DiodeBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.963] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_comparator_tracking.DiodeBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.DiodeBlock +[07мая2026 22:07:17.969] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:17.969] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:17.969] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:17.982] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IronBarsBlockMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.IronBarsBlock +[07мая2026 22:07:17.982] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:IronBarsBlockMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:17.986] [pool-16-thread-1/DEBUG] [mixin/]: Mixing copycat.flat_pane.IronBarsBlockMixin from copycats-common.mixins.json into net.minecraft.world.level.block.IronBarsBlock +[07мая2026 22:07:17.986] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.flat_pane.IronBarsBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.000] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IronBarsBlockMixin from quark.mixins.json into net.minecraft.world.level.block.IronBarsBlock +[07мая2026 22:07:18.043] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.PumpkinBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.PumpkinBlock +[07мая2026 22:07:18.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StemBlockMixin from balm.neoforge.mixins.json into net.minecraft.world.level.block.StemBlock +[07мая2026 22:07:18.058] [pool-16-thread-1/DEBUG] [mixin/]: balm.neoforge.mixins.json:StemBlockMixin from mod balm->@Inject::mayPlaceOn(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.065] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VineMixin from amendments-common.mixins.json into net.minecraft.world.level.block.VineBlock +[07мая2026 22:07:18.065] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:VineMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.069] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:VineMixin from mod amendments->@Inject::amendments$placeBelowCampfires(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.083] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FenceGateBlockAccess from snowrealmagic.mixins.json into net.minecraft.world.level.block.FenceGateBlock +[07мая2026 22:07:18.092] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WaterLilyMixin from amendments-common.mixins.json into net.minecraft.world.level.block.WaterlilyBlock +[07мая2026 22:07:18.092] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:WaterLilyMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.113] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NetherWartMixin from betternether.mixins.common.json into net.minecraft.world.level.block.NetherWartBlock +[07мая2026 22:07:18.124] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:NetherWartMixin from mod betternether->@Inject::canStay(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.124] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:NetherWartMixin from mod betternether->@Inject::bn_randomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.126] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantingTableBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.EnchantingTableBlock +[07мая2026 22:07:18.130] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentTableBlockMixin from allurement.mixins.json into net.minecraft.world.level.block.EnchantingTableBlock +[07мая2026 22:07:18.141] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:EnchantingTableBlockMixin from mod bclib->@Inject::bclib_isBookshelf(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.141] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:EnchantmentTableBlockMixin from mod allurement->@Inject::isValidBookShelf(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.143] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.BrewingStandBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.BrewingStandBlock +[07мая2026 22:07:18.155] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CauldronBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.CauldronBlock +[07мая2026 22:07:18.155] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$handleModdedFluid(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$handleModdedFluid(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$handleModdedFluid(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$TweakLava(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$TweakLava(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.168] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CauldronBlockMixin from mod amendments->@Inject::amendments$TweakLava(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.171] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractCauldronBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.AbstractCauldronBlock +[07мая2026 22:07:18.171] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:AbstractCauldronBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.196] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LavaCauldronMixin from amendments-common.mixins.json into net.minecraft.world.level.block.LavaCauldronBlock +[07мая2026 22:07:18.197] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LavaCauldronMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.212] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndPortalBlockMixin from betterend.mixins.common.json into net.minecraft.world.level.block.EndPortalBlock +[07мая2026 22:07:18.231] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectEnderChestBlock from particular.mixins.json into net.minecraft.world.level.block.EnderChestBlock +[07мая2026 22:07:18.231] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:18.237] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.238] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:18.238] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:18.241] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TripWireHookBlockMixin from quark.mixins.json into net.minecraft.world.level.block.TripWireHookBlock +[07мая2026 22:07:18.251] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.TripWireBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.TripWireBlock +[07мая2026 22:07:18.262] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.deduplicate_wall_shapes.WallBlockMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.WallBlock +[07мая2026 22:07:18.275] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WallBlockMixin from quark.mixins.json into net.minecraft.world.level.block.WallBlock +[07мая2026 22:07:18.285] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.deduplicate_wall_shapes.WallBlockMixin from mod modernfix->@Inject::useCachedShapeMap(FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.285] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.deduplicate_wall_shapes.WallBlockMixin from mod modernfix->@Inject::storeCachedShapesByProperty(FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.296] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SkullBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.SkullBlock +[07мая2026 22:07:18.297] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.335] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.337] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractSkullBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.AbstractSkullBlock +[07мая2026 22:07:18.337] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:AbstractSkullBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.348] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SkullBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.WallSkullBlock +[07мая2026 22:07:18.348] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$dangerousAddWaterlogging(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.371] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockMixin from mod amendments->@Inject::amendments$addWaterlogging(Lnet/minecraft/world/level/block/state/StateDefinition$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.382] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.AnvilBlock +[07мая2026 22:07:18.384] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilBlockMixin from natures_spirit.mixins.json into net.minecraft.world.level.block.AnvilBlock +[07мая2026 22:07:18.393] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilBlockMixin from mod bclib->@Inject::bclib_anvilDamage(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.393] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:AnvilBlockMixin from mod natures_spirit->@Inject::onLanding(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.393] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:AnvilBlockMixin from mod natures_spirit->@Inject::onLanding(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.393] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:AnvilBlockMixin from mod natures_spirit->@Inject::onLanding(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.398] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ComparatorBlockMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.ComparatorBlock +[07мая2026 22:07:18.398] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ComparatorBlockMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.403] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ComparatorBlockMixin from mod supplementaries->@Inject::supp$updateSideRelayers(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.403] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ComparatorBlockMixin from mod supplementaries->@Inject::supp$updateSideRelayers(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.403] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ComparatorBlockMixin from mod supplementaries->@Inject::supp$updateSideRelayers(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.mechanics.DaylightDetectorBlockMixin from sounds.mixins.json into net.minecraft.world.level.block.DaylightDetectorBlock +[07мая2026 22:07:18.412] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.DaylightDetectorBlockMixin from mod sounds->@Inject::$daylight_detector_use_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.412] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.DaylightDetectorBlockMixin from mod sounds->@Inject::$daylight_detector_use_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:18.412] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.DaylightDetectorBlockMixin from mod sounds->@Inject::$daylight_detector_use_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:18.416] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.HopperBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.HopperBlock +[07мая2026 22:07:18.436] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.436] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.437] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.437] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.437] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.437] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.456] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.EndRodBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.EndRodBlock +[07мая2026 22:07:18.456] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0([Lnet/minecraft/world/phys/shapes/VoxelShape;)V to mdd85188$moreculling$lambda$static$0$0 in moreculling.mixins.json:blocks.cullshape.EndRodBlock_voxelMixin from mod moreculling +[07мая2026 22:07:18.477] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChorusPlantBlockMixin from betterend.mixins.common.json into net.minecraft.world.level.block.ChorusPlantBlock +[07мая2026 22:07:18.491] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantBlockMixin from mod betterend->@Inject::be_getStateForPlacement(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.491] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantBlockMixin from mod betterend->@Inject::be_getStateForPlacement(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.491] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantBlockMixin from mod betterend->@Inject::be_canSurvive(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.491] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantBlockMixin from mod betterend->@Inject::be_updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.491] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantBlockMixin from mod betterend->@Inject::be_updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.496] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChorusFlowerBlockMixin from betterend.mixins.common.json into net.minecraft.world.level.block.ChorusFlowerBlock +[07мая2026 22:07:18.505] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.ChorusFlowerBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.ChorusFlowerBlock +[07мая2026 22:07:18.517] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusFlowerBlockMixin from mod betterend->@Inject::be_canSurvive(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.517] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusFlowerBlockMixin from mod betterend->@Inject::be_randomTick(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.517] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusFlowerBlockMixin from mod betterend->@Inject::be_placeDeadFlower(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.526] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.EndGatewayBlock_cullMixin from moreculling.mixins.json into net.minecraft.world.level.block.EndGatewayBlock +[07мая2026 22:07:18.536] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.FrostedIceBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.FrostedIceBlock +[07мая2026 22:07:18.536] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.FrostedIceBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.536] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.actions.FrostWalkerSoundsMixin from sounds.mixins.json into net.minecraft.world.level.block.FrostedIceBlock +[07мая2026 22:07:18.539] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.FrostWalkerSoundsMixin from mod sounds->@Inject::$frost_walker_freeze_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:18.539] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.FrostWalkerSoundsMixin from mod sounds->@Inject::$frost_walker_freeze_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:18.539] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.FrostWalkerSoundsMixin from mod sounds->@Inject::$frost_walker_freeze_sound_effect(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:18.543] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ObserverBlockMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.ObserverBlock +[07мая2026 22:07:18.544] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ObserverBlockMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.552] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.ConcretePowderBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.ConcretePowderBlock +[07мая2026 22:07:18.552] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.ConcretePowderBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.552] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.ConcretePowderBlockAccessor from aether.mixins.json into net.minecraft.world.level.block.ConcretePowderBlock +[07мая2026 22:07:18.552] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callShouldSolidify(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)Z to callShouldSolidify$aether_$md$d85188$0 in aether.mixins.json:common.accessor.ConcretePowderBlockAccessor from mod aether +[07мая2026 22:07:18.552] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ConcretePowderBlockMixin from quark.mixins.json into net.minecraft.world.level.block.ConcretePowderBlock +[07мая2026 22:07:18.554] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ConcretePowderBlockAccessor from create.mixins.json into net.minecraft.world.level.block.ConcretePowderBlock +[07мая2026 22:07:18.554] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ConcretePowderBlockMixin from create_dragons_plus.mixins.json into net.minecraft.world.level.block.ConcretePowderBlock +[07мая2026 22:07:18.567] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ConcretePowderBlockMixin from mod quark->@Inject::touchesLiquid(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.567] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ConcretePowderBlockMixin from mod quark->@Inject::shouldSolidify(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.567] [pool-16-thread-1/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ConcretePowderBlockMixin from mod create_dragons_plus->@Inject::updateShape$handleDyeLiquidInteraction(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.567] [pool-16-thread-1/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ConcretePowderBlockMixin from mod create_dragons_plus->@Inject::onLand$handleDyeLiquidInteraction(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.568] [pool-16-thread-1/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ConcretePowderBlockMixin from mod create_dragons_plus->@Inject::getStateForPlacement$handleDyeLiquidInteraction(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.584] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.CoralBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.CoralBlock +[07мая2026 22:07:18.584] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.CoralBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.585] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CoralBlockBlockMixin from natures_spirit.mixins.json into net.minecraft.world.level.block.CoralBlock +[07мая2026 22:07:18.616] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.BaseCoralPlantTypeBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.BaseCoralPlantTypeBlock +[07мая2026 22:07:18.616] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.BaseCoralPlantTypeBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.617] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BaseCoralPlantTypeBlockMixin from quark.mixins.json into net.minecraft.world.level.block.BaseCoralPlantTypeBlock +[07мая2026 22:07:18.640] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectBarrelBlock from particular.mixins.json into net.minecraft.world.level.block.BarrelBlock +[07мая2026 22:07:18.640] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBarrelBlock from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:18.645] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBarrelBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.645] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBarrelBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:18.645] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectBarrelBlock from mod particular->@Inject::releaseBubbles(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:18.649] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.FletchingTableBlock_devMixin from moreculling.mixins.json into net.minecraft.world.level.block.FletchingTableBlock +[07мая2026 22:07:18.657] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LecternBlockMixin from tide.mixins.json into net.minecraft.world.level.block.LecternBlock +[07мая2026 22:07:18.658] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LecternBlockMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.665] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LecternBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.LecternBlock +[07мая2026 22:07:18.665] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.672] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LecternBlockMixin from mod tide->@Inject::openItemGui(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.672] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockMixin from mod amendments->@Inject::amendments$openCustomMenu(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:18.681] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BellMixin from amendments-common.mixins.json into net.minecraft.world.level.block.BellBlock +[07мая2026 22:07:18.681] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::updateShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::amendments$updateObservers(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::amendments$updateObservers(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:18.697] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellMixin from mod amendments->@Inject::amendments$updateObservers(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:18.702] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LanternBlockPlacementMixin from amendments-common.mixins.json into net.minecraft.world.level.block.LanternBlock +[07мая2026 22:07:18.702] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LanternBlockPlacementMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.704] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LanternBlockMixin from quark.mixins.json into net.minecraft.world.level.block.LanternBlock +[07мая2026 22:07:18.705] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LanternBlockPlacementMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.LanternBlock +[07мая2026 22:07:18.706] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LanternBlockPlacementMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.718] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CampfireBlockMixin from aileron-common.mixins.json into net.minecraft.world.level.block.CampfireBlock +[07мая2026 22:07:18.723] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CampfireBlockMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.CampfireBlock +[07мая2026 22:07:18.724] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CampfireBlockMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.725] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.CampfireBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.CampfireBlock +[07мая2026 22:07:18.728] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CampfireBaleMixin from farmersdelight.mixins.json into net.minecraft.world.level.block.CampfireBlock +[07мая2026 22:07:18.739] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CampfireBlockMixin from mod supplementaries->@Inject::supp$isSmokeSource(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.739] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:CampfireBaleMixin from mod farmersdelight->@Inject::isFDSmokeSource(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.749] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SweetBerryBushBlockMixin from misctweaks.mixins.json into net.minecraft.world.level.block.SweetBerryBushBlock +[07мая2026 22:07:18.751] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:SweetBerryBushBlockMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.864] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ComposterBlockAccessor from bclib.mixins.common.json into net.minecraft.world.level.block.ComposterBlock +[07мая2026 22:07:18.864] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method bclib_getCompostables()Lit/unimi/dsi/fastutil/objects/Object2FloatMap; to getCompostables$bclib_$md$d85188$0 in bclib.mixins.common.json:ComposterBlockAccessor from mod bclib +[07мая2026 22:07:18.902] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.BeehiveBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.BeehiveBlock +[07мая2026 22:07:18.904] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeehiveBlockMixin from create.mixins.json into net.minecraft.world.level.block.BeehiveBlock +[07мая2026 22:07:18.922] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.AbstractCandleBlockMixin from quark.mixins.json into net.minecraft.world.level.block.AbstractCandleBlock +[07мая2026 22:07:18.937] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MStairsBlock from presencefootsteps.mixin.json into net.minecraft.world.level.block.StairBlock +[07мая2026 22:07:18.946] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PowderSnowBlockMixin from accessories-common.mixins.json into net.minecraft.world.level.block.PowderSnowBlock +[07мая2026 22:07:18.947] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PowderSnowBlockMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinPowderSnowBlock from curios.neoforge.mixins.json into net.minecraft.world.level.block.PowderSnowBlock +[07мая2026 22:07:18.949] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.PowderedSnowMixin from deep_aether.mixins.json into net.minecraft.world.level.block.PowderSnowBlock +[07мая2026 22:07:18.949] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.PowderedSnowMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.952] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PowderSnowBlockMixin from galosphere.mixins.json into net.minecraft.world.level.block.PowderSnowBlock +[07мая2026 22:07:18.963] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.PowderSnowBlock_cullMixin from moreculling.mixins.json into net.minecraft.world.level.block.PowderSnowBlock +[07мая2026 22:07:18.976] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PowderSnowBlockMixin from mod accessories->@Inject::adjustSnowWalkingAbility(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.977] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinPowderSnowBlock from mod cclayer->@Inject::curios$canEntityWalkOnPowderSnow(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.977] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinPowderSnowBlock from mod cclayer->@Inject::curios$canEntityWalkOnPowderSnow(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:18.977] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.PowderedSnowMixin from mod deep_aether->@Inject::canEntityWalkOnPowderSnow(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.977] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:PowderSnowBlockMixin from mod galosphere->@Inject::G$canEntityWalkOnPowderSnow(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.977] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:PowderSnowBlockMixin from mod galosphere->@Inject::G$canEntityWalkOnPowderSnow(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:18.995] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WeatheringCopperMixin from zeta_forge.mixins.json into net.minecraft.world.level.block.WeatheringCopper +[07мая2026 22:07:18.995] [pool-16-thread-1/DEBUG] [mixin/]: Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.world.level.block.WeatheringCopper +[07мая2026 22:07:18.995] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:OxidizableMixin from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:18.997] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:OxidizableMixin from mod fabric_content_registries_v0->@Inject::createOxidationLevelIncreasesMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.019] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodBlockMixin from betternether.mixins.common.json into net.minecraft.world.level.block.LightningRodBlock +[07мая2026 22:07:19.025] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.cullshape.LightningRodBlock_voxelMixin from moreculling.mixins.json into net.minecraft.world.level.block.LightningRodBlock +[07мая2026 22:07:19.025] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0([Lnet/minecraft/world/phys/shapes/VoxelShape;)V to mdd85188$moreculling$lambda$static$0$0 in moreculling.mixins.json:blocks.cullshape.LightningRodBlock_voxelMixin from mod moreculling +[07мая2026 22:07:19.032] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock +[07мая2026 22:07:19.070] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodBlockOxidizableMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock +[07мая2026 22:07:19.070] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getNext$0(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockState; to mdd85188$friendsandfoes$lambda$getNext$0$1 in friendsandfoes-common.mixins.json:LightningRodBlockOxidizableMixin from mod friendsandfoes +[07мая2026 22:07:19.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningRodBlockDegradableMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:LightningRodBlockMixin from mod betternether->@Inject::bn_onLightningStrike(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:LightningRodBlockMixin from mod betternether->@Inject::bn_onLightningStrike(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:LightningRodBlockMixin from mod betternether->@Inject::bn_onLightningStrike(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.109] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:LightningRodBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_onBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.150] [pool-16-thread-1/DEBUG] [mixin/]: Mixing blocks.ShulkerBoxBlock_cullMixin from moreculling.mixins.json into net.minecraft.world.level.block.ShulkerBoxBlock +[07мая2026 22:07:19.157] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FlowerPotBlockMixin from amendments-common.mixins.json into net.minecraft.world.level.block.FlowerPotBlock +[07мая2026 22:07:19.157] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FlowerPotBlockMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.158] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.actions.PlantPotFillSoundMixin from sounds.mixins.json into net.minecraft.world.level.block.FlowerPotBlock +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FlowerPotBlockMixin from mod amendments->@Inject::amendments$addPotSound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FlowerPotBlockMixin from mod amendments->@Inject::amendments$addPotSound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FlowerPotBlockMixin from mod amendments->@Inject::amendments$addPotSound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.PlantPotFillSoundMixin from mod sounds->@Inject::playPlantPotFillSound(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.PlantPotFillSoundMixin from mod sounds->@Inject::playPlantPotFillSound(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.163] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.PlantPotFillSoundMixin from mod sounds->@Inject::playPlantPotFillSound(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.piston.PistonBaseBlock +[07мая2026 22:07:19.168] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.enum_values.piston_block.PistonBaseBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.piston.PistonBaseBlock +[07мая2026 22:07:19.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PistonBaseBlockMixin from zeta.mixins.json into net.minecraft.world.level.block.piston.PistonBaseBlock +[07мая2026 22:07:19.172] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PistonBaseBlockMixin from bclib.mixins.common.json into net.minecraft.world.level.block.piston.PistonBaseBlock +[07мая2026 22:07:19.173] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PistonBaseBlockMixin from quark.mixins.json into net.minecraft.world.level.block.piston.PistonBaseBlock +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:PistonBaseBlockMixin from mod bclib->@Inject::bclib_isPushable(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::moveBlocks(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::moveBlocks(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::moveBlocks(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::modifyBlockstate(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::modifyBlockstate(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.190] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::modifyBlockstate(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.191] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::setOldPosToAir(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.191] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::setOldPosToAir(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.191] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PistonBaseBlockMixin from mod quark->@Inject::setOldPosToAir(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.191] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_block.PistonBaseBlockMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:19.191] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_block.PistonBaseBlockMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:19.277] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.state_definition_construct.StateDefinitionMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.block.state.StateDefinition +[07мая2026 22:07:19.313] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectFlowableFluid from particular.mixins.json into net.minecraft.world.level.material.WaterFluid +[07мая2026 22:07:19.313] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectFlowableFluid from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:19.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectWaterFluid from particular.mixins.json into net.minecraft.world.level.material.WaterFluid +[07мая2026 22:07:19.314] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectWaterFluid from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:19.328] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectFlowableFluid from mod particular->@Inject::spawnCascades(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.329] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectFlowableFluid from mod particular->@Inject::spawnCascades(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.329] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectFlowableFluid from mod particular->@Inject::spawnCascades(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.329] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectWaterFluid from mod particular->@Inject::waterParticles(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.329] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectWaterFluid from mod particular->@Inject::waterParticles(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.329] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectWaterFluid from mod particular->@Inject::waterParticles(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.332] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.fluid.flow.FlowingFluidMixin from lithium.mixins.json into net.minecraft.world.level.material.FlowingFluid +[07мая2026 22:07:19.381] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WaterWheelFluidSpreadMixin from create.mixins.json into net.minecraft.world.level.material.FlowingFluid +[07мая2026 22:07:19.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.FlowingFluidAccessor from create.mixins.json into net.minecraft.world.level.material.FlowingFluid +[07мая2026 22:07:19.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IFlowableFluid from c2me-base.mixins.json into net.minecraft.world.level.material.FlowingFluid +[07мая2026 22:07:19.418] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.fluid.flow.FlowingFluidMixin from mod lithium->@Inject::getSpread(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.419] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:WaterWheelFluidSpreadMixin from mod create->@Inject::create$canPassThroughOnWaterWheel(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/level/material/Fluid;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.428] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.material.LavaFluidMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.material.LavaFluid +[07мая2026 22:07:19.428] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.material.LavaFluidMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.428] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LavaFluidMixin from betternether.mixins.client.json into net.minecraft.world.level.material.LavaFluid +[07мая2026 22:07:19.434] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.LavaFluidMixin from deep_aether.mixins.json into net.minecraft.world.level.material.LavaFluid +[07мая2026 22:07:19.434] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.LavaFluidMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.441] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.client.json:LavaFluidMixin from mod betternether->@Inject::displayTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.441] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.client.json:LavaFluidMixin from mod betternether->@Inject::displayTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.441] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.client.json:LavaFluidMixin from mod betternether->@Inject::displayTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.470] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ComponentMapBuilderMixin from fabric-item-api-v1.mixins.json into net.minecraft.core.component.DataComponentMap$Builder +[07мая2026 22:07:19.472] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ComponentMapBuilderMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.475] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataComponentMapBuilderMixin from kubejs.mixins.json into net.minecraft.core.component.DataComponentMap$Builder +[07мая2026 22:07:19.477] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ComponentMapBuilderAccessor from ranged_weapon_api.mixins.json into net.minecraft.core.component.DataComponentMap$Builder +[07мая2026 22:07:19.477] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.ComponentMapBuilderAccessor from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.488] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.flatten_states.FluidStateMixin from lithium.mixins.json into net.minecraft.world.level.material.FluidState +[07мая2026 22:07:19.490] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.flatten_states.FluidStateMixin from mod lithium->@Inject::initFluidCache(Lnet/minecraft/world/level/material/Fluid;Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;Lcom/mojang/serialization/MapCodec;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.556] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from snowrealmagic.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.568] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.BlockItemMixin from reliable_replacer.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.570] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.577] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from moonlight-common.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.579] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockItemMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.582] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from quark.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.585] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorBlockItem from quark.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.585] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from create.mixins.json into net.minecraft.world.item.BlockItem +[07мая2026 22:07:19.605] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockItemMixin from mod snowrealmagic->@Inject::srm_updateCustomBlockEntityTag(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockItemMixin from mod snowrealmagic->@Inject::srm_updateCustomBlockEntityTag(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:BlockItemMixin from mod snowrealmagic->@Inject::srm_updateCustomBlockEntityTag(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onPlaceStart(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onPlaceStart(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onPlaceStart(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.BlockItemMixin from mod reliable_replacer->@Inject::reliableReplacer$onBlockPlaced(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockItemMixin from mod moonlight->@Inject::moonlight$getPlacementState(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockItemMixin from mod moonlight->@Inject::moonlight$place(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BlockItemMixin from mod moonlight->@Inject::moonlight$updatePlacementContext(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.606] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:BlockItemMixin from mod create->@Inject::create$fixDeployerPlacement(Lnet/minecraft/world/item/context/BlockPlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:19.620] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TreeGrowerMixin from snowrealmagic.mixins.json into net.minecraft.world.level.block.grower.TreeGrower +[07мая2026 22:07:19.626] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TreeGrowerMixin from misctweaks.mixins.json into net.minecraft.world.level.block.grower.TreeGrower +[07мая2026 22:07:19.627] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:TreeGrowerMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.650] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:TreeGrowerMixin from mod snowrealmagic->@Inject::srm_initLayers(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.650] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:TreeGrowerMixin from mod misctweaks->@Inject::updateLevelAndPos(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.669] [pool-16-thread-1/DEBUG] [mixin/]: Mixing KeepRichSoilTreeMixin from farmersdelight.mixins.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer +[07мая2026 22:07:19.670] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$cancelSetDirtIfRichSoil$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$farmersdelight$lambda$cancelSetDirtIfRichSoil$0$0 in farmersdelight.mixins.json:KeepRichSoilTreeMixin from mod farmersdelight +[07мая2026 22:07:19.673] [pool-16-thread-1/DEBUG] [mixin/]: Mixing KeepResurgentSoilTreeMixin from mynethersdelight.mixins.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer +[07мая2026 22:07:19.674] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$cancelSetDirtIfResurgentSoil$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$mynethersdelight$lambda$cancelSetDirtIfResurgentSoil$0$1 in mynethersdelight.mixins.json:KeepResurgentSoilTreeMixin from mod mynethersdelight +[07мая2026 22:07:19.685] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:KeepRichSoilTreeMixin from mod farmersdelight->@Inject::cancelSetDirtIfRichSoil(Lnet/minecraft/world/level/LevelSimulatedReader;Ljava/util/function/BiConsumer;Lnet/minecraft/util/RandomSource;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:19.685] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:KeepResurgentSoilTreeMixin from mod mynethersdelight->@Inject::cancelSetDirtIfResurgentSoil(Lnet/minecraft/world/level/LevelSimulatedReader;Ljava/util/function/BiConsumer;Lnet/minecraft/util/RandomSource;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:19.707] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinRandomizedIntBlockStateProvider from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.feature.stateproviders.RandomizedIntStateProvider +[07мая2026 22:07:19.742] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.743] [pool-16-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockEntityMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.744] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.744] [pool-16-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:BlockEntityMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.745] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.746] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.749] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_comparator_tracking.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.753] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.754] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CullableMixin from entityculling.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.754] [pool-16-thread-1/DEBUG] [mixin/]: entityculling.mixins.json:CullableMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:19.757] [pool-16-thread-1/DEBUG] [mixin/]: Mixing lightsource.BlockEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.757] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.BlockEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.774] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBlockEntity from entity_model_features.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.775] [pool-16-thread-1/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinBlockEntity from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.785] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.misc.MixinBlockEntity from entity_texture_features.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.785] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinBlockEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:19.787] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$etf$getNbt$0()Lnet/minecraft/nbt/CompoundTag; to mdd85188$entity_texture_features$lambda$etf$getNbt$0$0 in entity_texture_features.mixins.json:entity.misc.MixinBlockEntity from mod entity_texture_features +[07мая2026 22:07:19.800] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.access.BlockEntityAccessor from owo.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.801] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ui.access.BlockEntityAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:19.801] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.BlockEntityAccessor from copycats-common.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.801] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BlockEntityAccessor from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:19.801] [pool-16-thread-1/DEBUG] [mixin/]: Mixing visualmanage.BlockEntityMixin from flywheel.impl.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.802] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IBlockEntity from c2me-base.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[07мая2026 22:07:19.839] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.839] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.840] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.BlockEntityMixin from mod sodiumdynamiclights->@Inject::onRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.BlockEntityMixin from mod sodiumdynamiclights->@Inject::onRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.BlockEntityMixin from mod sodiumdynamiclights->@Inject::onRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.BlockEntityMixin from mod flywheel->@Inject::flywheel$removeVisual(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.BlockEntityMixin from mod flywheel->@Inject::flywheel$removeVisual(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.841] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.BlockEntityMixin from mod flywheel->@Inject::flywheel$removeVisual(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.850] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrushableBlockEntityMixin from galosphere.mixins.json into net.minecraft.world.level.block.entity.BrushableBlockEntity +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$loadAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$loadAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$loadAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$brush(JLnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$brush(JLnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$brush(JLnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:19.935] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushableBlockEntityMixin from mod galosphere->@Inject::G$brushingCompleted(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:19.940] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FallingBlockEntityMixin from snowrealmagic.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:19.997] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FallingBlockEntityMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:19.997] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:FallingBlockEntityMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.008] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinFallingBlockEntity from architectury.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.009] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:20.012] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FallingBlockEntityMixin from kubejs.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.023] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FallingBlockEntityMixin from blueprint.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.024] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FallingBlockEntityMixin from quark.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.025] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.FallingBlockEntityAccessor from create.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.025] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method create$callInit(Lnet/minecraft/world/level/Level;DDDLnet/minecraft/world/level/block/state/BlockState;)Lnet/minecraft/world/entity/item/FallingBlockEntity; to callInit$create_$md$d85188$0 in create.mixins.json:accessor.FallingBlockEntityAccessor from mod create +[07мая2026 22:07:20.025] [pool-16-thread-1/DEBUG] [mixin/]: Mixing nonliving.ServerFallingBlockMixin from smoothmovement.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity +[07мая2026 22:07:20.026] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerFallingBlockMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.061] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:FallingBlockEntityMixin from mod snowrealmagic->@Inject::srm_init(Lnet/minecraft/world/level/Level;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.062] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:FallingBlockEntityMixin from mod snowrealmagic->@Inject::srm_init(Lnet/minecraft/world/level/Level;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.062] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:FallingBlockEntityMixin from mod snowrealmagic->@Inject::srm_init(Lnet/minecraft/world/level/Level;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.062] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:FallingBlockEntityMixin from mod snowrealmagic->@Inject::srm_touchLiquid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.062] [pool-16-thread-1/DEBUG] [mixin/]: snowrealmagic.mixins.json:FallingBlockEntityMixin from mod snowrealmagic->@Inject::srm_touchGround(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.063] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZZDLnet/minecraft/world/level/block/state/BlockState;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.063] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZZDLnet/minecraft/world/level/block/state/BlockState;)V has 0 override(s) in child classes +[07мая2026 22:07:20.063] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/core/BlockPos;ZZDLnet/minecraft/world/level/block/state/BlockState;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.063] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:FallingBlockEntityMixin from mod kubejs->@Inject::kjs$fallStart(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:FallingBlockEntityMixin from mod kubejs->@Inject::kjs$fallEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:FallingBlockEntityMixin from mod kubejs->@Inject::kjs$fallEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:FallingBlockEntityMixin from mod kubejs->@Inject::kjs$fallEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:FallingBlockEntityMixin from mod blueprint->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:FallingBlockEntityMixin from mod quark->@Inject::stopTickingIfRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.064] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:FallingBlockEntityMixin from mod quark->@Inject::stopTickingIfRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.106] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NamedScreenHandlerFactoryMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.world.MenuProvider +[07мая2026 22:07:20.106] [pool-16-thread-1/DEBUG] [mixin/]: fabric-screen-handler-api-v1.mixins.json:NamedScreenHandlerFactoryMixin from mod fabric_screen_handler_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.112] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$DispenserBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.DispenserBlockEntity +[07мая2026 22:07:20.113] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.DispenserBlockEntity +[07мая2026 22:07:20.113] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.DispenserBlockEntityAccessor from moonlight-common.mixins.json into net.minecraft.world.level.block.entity.DispenserBlockEntity +[07мая2026 22:07:20.113] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:accessor.DispenserBlockEntityAccessor from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.115] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.115] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.115] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.118] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.ContainerMixin from lithium.mixins.json into net.minecraft.world.Container +[07мая2026 22:07:20.118] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMixin from kubejs.mixins.json into net.minecraft.world.Container +[07мая2026 22:07:20.125] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.RandomizableContainerMixin from reliable_remover.mixins.json into net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity +[07мая2026 22:07:20.125] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.RandomizableContainerMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:20.132] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.RandomizableContainerMixin from mod reliable_remover->@Inject::reliable_remover$filterItemsOnOpen(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.133] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.RandomizableContainerMixin from mod reliable_remover->@Inject::reliable_remover$filterItemsOnOpen(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.BaseContainerBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity +[07мая2026 22:07:20.139] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$emitFirstComparatorAdded$0(Lnet/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeListener;)Z to mdd85188$lithium$lambda$lithium$emitFirstComparatorAdded$0$0 in lithium.mixins.json:util.inventory_change_listening.BaseContainerBlockEntityMixin from mod lithium +[07мая2026 22:07:20.149] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity +[07мая2026 22:07:20.151] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LockableContainerBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity +[07мая2026 22:07:20.151] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:LockableContainerBlockEntityMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.155] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorBaseContainerBlockEntity from quark.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity +[07мая2026 22:07:20.167] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.168] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.168] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.200] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.piston.PistonStructureResolverMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.piston.PistonStructureResolver +[07мая2026 22:07:20.200] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonStructureResolverMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.201] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.enum_values.piston_handler.PistonStructureResolverMixin from lithium.mixins.json into net.minecraft.world.level.block.piston.PistonStructureResolver +[07мая2026 22:07:20.201] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorPistonStructureResolver from zeta.mixins.json into net.minecraft.world.level.block.piston.PistonStructureResolver +[07мая2026 22:07:20.203] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonStructureResolverMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_handler.PistonStructureResolverMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:20.219] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.moving_block_shapes.PistonMovingBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity +[07мая2026 22:07:20.233] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PistonBlockEntityMixin from moonlight-common.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity +[07мая2026 22:07:20.233] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.245] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PistonMovingBlockEntityMixin from quark.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity +[07мая2026 22:07:20.247] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorPistonMovingBlockEntity from quark.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity +[07мая2026 22:07:20.247] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method getMoveEntityByPiston(Lnet/minecraft/core/Direction;Lnet/minecraft/world/entity/Entity;DLnet/minecraft/core/Direction;)V to getMoveEntityByPiston$quark_$md$d85188$0 in quark.mixins.json:accessor.AccessorPistonMovingBlockEntity from mod quark +[07мая2026 22:07:20.269] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.moving_block_shapes.PistonMovingBlockEntityMixin from mod lithium->@Inject::skipVoxelShapeUnion(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;F)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::whileMoving(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/piston/PistonMovingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::onFinishedShortPulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::onFinishedShortPulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::onFinishedShortPulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::onFinishedMoving(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/piston/PistonMovingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.270] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:PistonBlockEntityMixin from mod moonlight->@Inject::onFinishedMoving2(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/piston/PistonMovingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.284] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.ChatFormattingMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.ChatFormatting +[07мая2026 22:07:20.284] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.ChatFormattingMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.288] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChatFormattingMixin from kubejs.mixins.json into net.minecraft.ChatFormatting +[07мая2026 22:07:20.298] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.MobEffectInstanceAccessor from create.mixins.json into net.minecraft.world.effect.MobEffectInstance +[07мая2026 22:07:20.304] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TextColorMixin from ftblibrary-common.mixins.json into net.minecraft.network.chat.TextColor +[07мая2026 22:07:20.305] [pool-16-thread-1/DEBUG] [mixin/]: ftblibrary-common.mixins.json:TextColorMixin from mod ftblibrary: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:20.306] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TextColorMixin from kubejs.mixins.json into net.minecraft.network.chat.TextColor +[07мая2026 22:07:20.308] [pool-16-thread-1/DEBUG] [mixin/]: ftblibrary-common.mixins.json:TextColorMixin from mod ftblibrary->@Inject::onParseColor(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.374] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.item.ItemStackMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.374] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.item.ItemStackMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.374] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from emi.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.374] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:ItemStackMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.382] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ItemStackMixin from connector.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.382] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:item.ItemStackMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.385] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackAccessor from supplementaries.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.385] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from immersiveui-common.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.385] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:ItemStackMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.385] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WaterBottleMixin from hearthandharvest.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.389] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackAccessor from accessories-common.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.389] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:ItemStackAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.390] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from puffish_skills.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.390] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ItemStackMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.390] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtPostMine$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtPostMine$0$0 in puffish_skills.mixins.json:ItemStackMixin from mod puffish_skills +[07мая2026 22:07:20.392] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.accessors.ItemStackAccessor from lithium.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.392] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.ItemStackMixin from lithium.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.408] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from polytone-common.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ItemStackMixin from reliable_remover.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.411] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:20.416] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from bettercombat.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.416] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:ItemStackMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.418] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ItemStackTooltipMixin from bettercombat.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.418] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ItemStackTooltipMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.422] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.AnimatedItemNameMixin from necronomicon-common.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.423] [pool-16-thread-1/DEBUG] [mixin/]: necronomicon-common.mixins.json:item.AnimatedItemNameMixin from mod necronomicon: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.429] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from iteminteractions.common.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.429] [pool-16-thread-1/DEBUG] [mixin/]: iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.430] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$overrideOtherStackedOnMe$3(Lfuzs/iteminteractions/api/v1/provider/ItemContentsBehavior;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;)I to mdd85188$iteminteractions$lambda$overrideOtherStackedOnMe$3$1 in iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions +[07мая2026 22:07:20.430] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$overrideOtherStackedOnMe$2(Lfuzs/iteminteractions/api/v1/provider/ItemContentsBehavior;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/player/Player;)Lnet/minecraft/world/SimpleContainer; to mdd85188$iteminteractions$lambda$overrideOtherStackedOnMe$2$2 in iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions +[07мая2026 22:07:20.431] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$overrideStackedOnOther$1(Lfuzs/iteminteractions/api/v1/provider/ItemContentsBehavior;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;)I to mdd85188$iteminteractions$lambda$overrideStackedOnOther$1$3 in iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions +[07мая2026 22:07:20.431] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$overrideStackedOnOther$0(Lfuzs/iteminteractions/api/v1/provider/ItemContentsBehavior;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/player/Player;)Lnet/minecraft/world/SimpleContainer; to mdd85188$iteminteractions$lambda$overrideStackedOnOther$0$4 in iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions +[07мая2026 22:07:20.447] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackRenderStateMixin from notenoughanimations.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.447] [pool-16-thread-1/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemStackRenderStateMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:20.447] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from betterend.mixins.client.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.448] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ItemStackMixin from geckolib.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.448] [pool-16-thread-1/DEBUG] [mixin/]: geckolib.mixins.json:common.ItemStackMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.452] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.452] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.452] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$hookDamage$0(Lorg/apache/commons/lang3/mutable/MutableBoolean;Ljava/util/function/Consumer;)V to mdd85188$fabric_item_api_v1$lambda$hookDamage$0$5 in fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric_item_api_v1 +[07мая2026 22:07:20.456] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from mixins.cerulean.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.456] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:ItemStackMixin from mod cerulean: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.456] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ItemStackTooltipAccessor from spell_engine.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.457] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ItemStackTooltipAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.457] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from tide.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.457] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemStackMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.460] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from kubejs.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.466] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackClientMixin from kubejs.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.467] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ext.ItemStackMixin from owo.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.467] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:20.471] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from allurement.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.473] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin_AzItemStackIdentityRegistry from azurelibarmor.neo.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.475] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin_AzItemAnimatorCache from azurelibarmor.neo.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.477] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ItemStackMixin from ranged_weapon_api.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.477] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:client.ItemStackMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.489] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from quark.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.500] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from create.mixins.json into net.minecraft.world.item.ItemStack +[07мая2026 22:07:20.501] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$create$migrateOldClipboardComponents$0(Lcom/simibubi/create/content/equipment/clipboard/ClipboardContent;Lnet/minecraft/util/Unit;)Lcom/simibubi/create/content/equipment/clipboard/ClipboardContent; to mdd85188$create$lambda$create$migrateOldClipboardComponents$0$6 in create.mixins.json:ItemStackMixin from mod create +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:ItemStackMixin from mod emi->@Inject::getTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:ItemStackMixin from mod emi->@Inject::getTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:item.ItemStackMixin from mod connector->@Inject::appyUseOn(Lnet/minecraft/world/item/context/UseOnContext;Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ItemStackMixin from mod puffish_skills->@Inject::injectAtPostMine(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemStackMixin from mod lithium->@Inject::beforeChangeCount(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemStackMixin from mod lithium->@Inject::onSetComponent(Lnet/minecraft/core/component/DataComponentType;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ItemStackMixin from mod polytone->@Inject::polytone$modifyBarColor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover->@Inject::reliable_remover$blockUseOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover->@Inject::reliable_remover$blockUse(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover->@Inject::reliable_remover$entityInteraction(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover->@Inject::reliable_remover$addTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.ItemStackMixin from mod reliable_remover->@Inject::reliable_remover$addTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ItemStackTooltipMixin from mod bettercombat->@Inject::appendAttributeModifierTooltip_BetterCombat_Range(Ljava/util/function/Consumer;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/ai/attributes/AttributeModifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.573] [pool-16-thread-1/DEBUG] [mixin/]: necronomicon-common.mixins.json:item.AnimatedItemNameMixin from mod necronomicon->@Inject::getName(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions->@Inject::overrideStackedOnOther(Lnet/minecraft/world/inventory/Slot;Lnet/minecraft/world/inventory/ClickAction;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions->@Inject::overrideOtherStackedOnMe(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Lnet/minecraft/world/inventory/ClickAction;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/SlotAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: iteminteractions.common.mixins.json:ItemStackMixin from mod iteminteractions->@Inject::getTooltipImage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.client.json:ItemStackMixin from mod betterend->@Inject::be_getTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.client.json:ItemStackMixin from mod betterend->@Inject::be_getTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemStackMixin from mod tide->@Inject::hurtAndBreak(ILnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo->@Inject::injectDerivedComponentMap(Lnet/minecraft/world/level/ItemLike;ILnet/minecraft/core/component/PatchedDataComponentMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo->@Inject::deriveComponents1(Lnet/minecraft/world/level/ItemLike;ILnet/minecraft/core/component/PatchedDataComponentMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo->@Inject::deriveComponents2(Lnet/minecraft/core/component/DataComponentPatch;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo->@Inject::deriveComponents3(Lnet/minecraft/core/component/DataComponentPatch;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ItemStackMixin from mod owo->@Inject::deriveComponents4(Lnet/minecraft/core/component/DataComponentMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:ItemStackMixin_AzItemStackIdentityRegistry from mod azurelibarmor->@Inject::az_addIdentityComponent(Lnet/minecraft/world/level/ItemLike;ILnet/minecraft/core/component/PatchedDataComponentMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:client.ItemStackMixin from mod ranged_weapon_api->@Inject::customFormattedAttributes_RWA(Ljava/util/function/Consumer;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/ai/attributes/AttributeModifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ItemStackMixin from mod quark->@Inject::overwriteTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ItemStackMixin from mod quark->@Inject::overwriteTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ItemStackMixin from mod quark->@Inject::addRuneTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:ItemStackMixin from mod quark->@Inject::clearCapturedTooltip(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:20.574] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:ItemStackMixin from mod create->@Inject::create$migrateOldClipboardComponents(Lnet/minecraft/world/level/ItemLike;ILnet/minecraft/core/component/PatchedDataComponentMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.594] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MutableDataComponentHolderMixin from kubejs.mixins.json into net.neoforged.neoforge.common.MutableDataComponentHolder +[07мая2026 22:07:20.595] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IItemStackExtensionMixin from fabric-entity-events-v1.mixins.json into net.neoforged.neoforge.common.extensions.IItemStackExtension +[07мая2026 22:07:20.595] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:IItemStackExtensionMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.597] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:IItemStackExtensionMixin from mod fabric_entity_events_v1->@Inject::canElytraFly(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:20.611] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentBuilderAccessor from fabric-item-api-v1.mixins.json into net.minecraft.world.item.enchantment.Enchantment$Builder +[07мая2026 22:07:20.611] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:EnchantmentBuilderAccessor from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.641] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SlimeMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.Slime +[07мая2026 22:07:20.641] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SlimeMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.645] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SlimeMixin from betterend.mixins.common.json into net.minecraft.world.entity.monster.Slime +[07мая2026 22:07:20.646] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SlimeMixin from quark.mixins.json into net.minecraft.world.entity.monster.Slime +[07мая2026 22:07:20.656] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SlimeMixin from mod supplementaries->@Inject::supp$applySlimedEffect(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:20.656] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SlimeMixin from mod supplementaries->@Inject::supp$applySlimedEffect(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:20.656] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SlimeMixin from mod supplementaries->@Inject::supp$applySlimedEffect(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:20.667] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.MobMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.667] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.MobMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.667] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobAccessor from variantsandventures-common.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.667] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieMobMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.670] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.670] [pool-16-thread-1/DEBUG] [mixin/]: fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.672] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.cosmetic.MobMixin from accessories-common.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.672] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.MobMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.674] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from mixins.despawntweaks.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.674] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.685] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.equipment_tracking.MobMixin from lithium.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.687] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.inactive_navigations.MobMixin from lithium.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.704] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobAccessor from bestylewither.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.704] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from misctweaks.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.704] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:MobMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.712] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.712] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:MobMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.713] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.MobMixin from aether.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.745] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.746] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.MobMixin from golemoverhaul.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.778] [pool-16-thread-1/DEBUG] [mixin/]: Mixing action_impair.MobEntityActionImpairing from spell_engine.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.778] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.MobEntityActionImpairing from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.779] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from tide.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.779] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.807] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.808] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityMixin from moonlight-common.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.808] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:EntityMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.808] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixinNeoForge from ribbits_neoforge.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:20.808] [pool-16-thread-1/DEBUG] [mixin/]: ribbits_neoforge.mixins.json:MobMixinNeoForge from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:20.869] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobMixin from create.mixins.json into net.minecraft.world.entity.Mob +[07мая2026 22:07:21.088] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.MobMixin from mod accessories->@Inject::accessories$getCosmeticAlternative(Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.092] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.MobMixin from mod accessories->@Inject::accessories$getCosmeticAlternative(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.093] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onSetItemSlotAndDropWhenKilled(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.093] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onSetItemSlotAndDropWhenKilled(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.093] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onSetItemSlotAndDropWhenKilled(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.094] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDespawn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: mixins.despawntweaks.json:MobMixin from mod despawntweaks->@Inject::onDropFromLootTable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.095] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.MobMixin from mod lithium->@Inject::trackBodyArmor(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:21.096] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:21.097] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.MobMixin from mod golemoverhaul->@Inject::golemoverhaul$setTarget(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:21.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.MobEntityActionImpairing from mod spell_engine->@Inject::isAiDisabled_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.097] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobMixin from mod tide->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:21.097] [pool-16-thread-1/DEBUG] [mixin/]: ribbits_neoforge.mixins.json:MobMixinNeoForge from mod ribbits->@Inject::ribbits$pickCorrectSpawnEgg(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.126] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.actions.LeadSnappingSoundMixin from sounds.mixins.json into net.minecraft.world.entity.Leashable +[07мая2026 22:07:21.128] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.LeadSnappingSoundMixin from mod sounds->@Inject::$lead_snapping_sound_effect(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.142] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SilverfishMixin from galosphere.mixins.json into net.minecraft.world.entity.monster.Silverfish +[07мая2026 22:07:21.150] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:SilverfishMixin from mod galosphere->@Inject::G$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.150] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:SilverfishMixin from mod galosphere->@Inject::G$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.150] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:SilverfishMixin from mod galosphere->@Inject::G$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.152] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieMonsterMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.monster.Monster +[07мая2026 22:07:21.184] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombiePathfinderMobMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.PathfinderMob +[07мая2026 22:07:21.248] [pool-16-thread-1/DEBUG] [mixin/]: Mixing lightsource.PrimedTntEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.item.PrimedTnt +[07мая2026 22:07:21.249] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onNew(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onNew(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onNew(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.263] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.PrimedTntEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.267] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.ChiseledBookShelfBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChiseledBookShelfBlockEntity +[07мая2026 22:07:21.298] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpawnerBlockEntityMixin from quark.mixins.json into net.minecraft.world.level.block.entity.SpawnerBlockEntity +[07мая2026 22:07:21.300] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:SpawnerBlockEntityMixin from mod quark->@Inject::onServerTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/SpawnerBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.311] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.ChestBlockEntityMixin from lithium-neoforge.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity +[07мая2026 22:07:21.313] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$ChestBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity +[07мая2026 22:07:21.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity +[07мая2026 22:07:21.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorChestBlockEntity from particular.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity +[07мая2026 22:07:21.314] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:AccessorChestBlockEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:21.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectChestBlockEntity from particular.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity +[07мая2026 22:07:21.314] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlockEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:21.340] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.341] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectChestBlockEntity from mod particular->@Inject::randomlyOpen(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/ChestBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.359] [pool-16-thread-1/DEBUG] [mixin/]: Mixing impl.entitydistance.TileEntityTypeMixin from mixins.sodiumextras.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.359] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.TileEntityTypeMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.361] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.362] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.render.BlockEntityTypeMixin from sodium-common.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.362] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.BlockEntityTypeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.364] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.364] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:BlockEntityTypeMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.366] [pool-16-thread-1/DEBUG] [mixin/]: Mixing signs.BlockEntityTypeMixin from bclib.mixins.common.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.368] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.368] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:BlockEntityTypeMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.377] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeMixin from flywheel.impl.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.379] [pool-16-thread-1/DEBUG] [mixin/]: Mixing renderer.blockentity.MixinBlockEntityType from forge-badoptimizations.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[07мая2026 22:07:21.379] [pool-16-thread-1/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.blockentity.MixinBlockEntityType from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.411] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:BlockEntityTypeMixin from mod fabric_object_builder_api_v1->@Inject::mutableBlocks(Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Set;Lcom/mojang/datafixers/types/Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.411] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:BlockEntityTypeMixin from mod fabric_object_builder_api_v1->@Inject::mutableBlocks(Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Set;Lcom/mojang/datafixers/types/Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.411] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:BlockEntityTypeMixin from mod fabric_object_builder_api_v1->@Inject::mutableBlocks(Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Set;Lcom/mojang/datafixers/types/Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.411] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:signs.BlockEntityTypeMixin from mod bclib->@Inject::bcl_isValid(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.440] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.AbstractContainerMenuMixin from lithium.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.442] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuMixin from goblintraders.common.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.442] [pool-16-thread-1/DEBUG] [mixin/]: goblintraders.common.mixins.json:AbstractContainerMenuMixin from mod goblintraders: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.445] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuMixin from polytone-common.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.446] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.AbstractContainerMenuMixin from geckolib.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.446] [pool-16-thread-1/DEBUG] [mixin/]: geckolib.mixins.json:common.AbstractContainerMenuMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.455] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.AbstractContainerMenuAccessor from aether.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.455] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuMixin from mixins.cerulean.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.455] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:AbstractContainerMenuMixin from mod cerulean: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.456] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$addSlot$0(Lnet/minecraft/world/inventory/Slot;)Ljava/lang/String; to mdd85188$cerulean$lambda$addSlot$0$0 in mixins.cerulean.json:AbstractContainerMenuMixin from mod cerulean +[07мая2026 22:07:21.458] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ScreenHandlerInvoker from owo.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.458] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerInvoker from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:21.459] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ScreenHandlerMixin from owo.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.459] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:21.502] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.ItemTransferSoundEffects from sounds.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.513] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuMixin_AzItemIDFix from azurelibarmor.neo.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.519] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuDoClick from watut.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.AbstractContainerMenuMixin from mod lithium->@Inject::getFastOutputStrength(Lnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: goblintraders.common.mixins.json:AbstractContainerMenuMixin from mod goblintraders->@Inject::goblinTraders$onPostInit(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: goblintraders.common.mixins.json:AbstractContainerMenuMixin from mod goblintraders->@Inject::goblinTraders$onPostInit(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: goblintraders.common.mixins.json:AbstractContainerMenuMixin from mod goblintraders->@Inject::goblinTraders$onPostInit(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:AbstractContainerMenuMixin from mod polytone->@Inject::interact(Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:AbstractContainerMenuMixin from mod polytone->@Inject::interact(Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:AbstractContainerMenuMixin from mod polytone->@Inject::interact(Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:AbstractContainerMenuMixin from mod cerulean->@Inject::triggerSlotListeners(ILnet/minecraft/world/item/ItemStack;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:AbstractContainerMenuMixin from mod cerulean->@Inject::triggerSlotListeners(ILnet/minecraft/world/item/ItemStack;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:AbstractContainerMenuMixin from mod cerulean->@Inject::triggerSlotListeners(ILnet/minecraft/world/item/ItemStack;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::createReflectiveBuilder(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::createReflectiveBuilder(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::createReflectiveBuilder(Lnet/minecraft/world/inventory/MenuType;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSyncState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSyncState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSyncState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSendContentUpdates(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSendContentUpdates(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ScreenHandlerMixin from mod owo->@Inject::syncOnSendContentUpdates(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemTransferSoundEffects from mod sounds->@Inject::$item_transfer_sound_effects(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.587] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemTransferSoundEffects from mod sounds->@Inject::$item_transfer_sound_effects(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemTransferSoundEffects from mod sounds->@Inject::$item_transfer_sound_effects(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPre(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPre(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPre(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPost(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPost(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.588] [pool-16-thread-1/DEBUG] [mixin/]: watut.mixins.json:AbstractContainerMenuDoClick from mod watut->@Inject::doClickPost(IILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.600] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingScreenHandlerMixin from betternether.mixins.common.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.601] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$canUse$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Ljava/lang/Boolean; to mdd85188$betternether$lambda$canUse$0$0 in betternether.mixins.common.json:CraftingScreenHandlerMixin from mod betternether +[07мая2026 22:07:21.604] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingMenuAccessor from accessories-common.mixins.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.604] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:CraftingMenuAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.604] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method accessories$slotChangedCraftingGrid(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/inventory/CraftingContainer;Lnet/minecraft/world/inventory/ResultContainer;Lnet/minecraft/world/item/crafting/RecipeHolder;)V to slotChangedCraftingGrid$accessories_$md$d85188$1 in accessories-common.mixins.json:CraftingMenuAccessor from mod accessories +[07мая2026 22:07:21.604] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingMenuMixin from betterend.mixins.common.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.605] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$be_stillValid$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Ljava/lang/Boolean; to mdd85188$betterend$lambda$be_stillValid$0$2 in betterend.mixins.common.json:CraftingMenuMixin from mod betterend +[07мая2026 22:07:21.606] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.CraftingMenuAccessor from aether.mixins.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.606] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callSlotChangedCraftingGrid(Lnet/minecraft/world/inventory/AbstractContainerMenu;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/inventory/CraftingContainer;Lnet/minecraft/world/inventory/ResultContainer;Lnet/minecraft/world/item/crafting/RecipeHolder;)V to callSlotChangedCraftingGrid$aether_$md$d85188$3 in aether.mixins.json:common.accessor.CraftingMenuAccessor from mod aether +[07мая2026 22:07:21.606] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingMenuMixin from bclib.mixins.common.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.607] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$bclib_stillValid$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Ljava/lang/Boolean; to mdd85188$bclib$lambda$bclib_stillValid$0$4 in bclib.mixins.common.json:CraftingMenuMixin from mod bclib +[07мая2026 22:07:21.608] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.CraftingMenu +[07мая2026 22:07:21.618] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:CraftingScreenHandlerMixin from mod betternether->@Inject::canUse(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.618] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:CraftingMenuMixin from mod betterend->@Inject::be_stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.618] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:CraftingMenuMixin from mod bclib->@Inject::bclib_stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.618] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.632] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFurnaceBlockEntityMixin from betternether.mixins.common.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.634] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.634] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.635] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.640] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.AbstractFurnaceBlockEntityAccessor from aether.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.640] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callCanBurn(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/item/crafting/RecipeHolder;Lnet/minecraft/core/NonNullList;ILnet/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity;)Z to callCanBurn$aether_$md$d85188$0 in aether.mixins.json:common.accessor.AbstractFurnaceBlockEntityAccessor from mod aether +[07мая2026 22:07:21.640] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callGetTotalCookTime(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity;)I to callGetTotalCookTime$aether_$md$d85188$1 in aether.mixins.json:common.accessor.AbstractFurnaceBlockEntityAccessor from mod aether +[07мая2026 22:07:21.640] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFurnaceBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.641] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:AbstractFurnaceBlockEntityMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.643] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFurnaceTileEntityMixin from decorative_blocks.neoforge.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.647] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFurnaceBlockEntityAccess from jade.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity +[07мая2026 22:07:21.647] [pool-16-thread-1/DEBUG] [mixin/]: jade.mixins.json:AbstractFurnaceBlockEntityAccess from mod jade: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:AbstractFurnaceBlockEntityMixin from mod betternether->@Inject::betternether$getTotalCookTime(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::checkSleep(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:AbstractFurnaceBlockEntityMixin from mod fabric_transfer_api_v1->@Inject::setStackSuppressUpdate(ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: decorative_blocks.neoforge.mixins.json:AbstractFurnaceTileEntityMixin from mod decorative_blocks->@Inject::onGetBurnTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:21.661] [pool-16-thread-1/DEBUG] [mixin/]: decorative_blocks.neoforge.mixins.json:AbstractFurnaceTileEntityMixin from mod decorative_blocks->@Inject::onGetBurnTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:21.678] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SignBlockEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.SignBlockEntity +[07мая2026 22:07:21.678] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SignBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.685] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SignBlockEntityMixin from mod amendments->@Inject::amendments$swingingSign(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:21.712] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HangingSignBlockEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.HangingSignBlockEntity +[07мая2026 22:07:21.712] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.736] [pool-16-thread-1/DEBUG] [mixin/]: Mixing math.fast_util.AABBMixin from lithium.mixins.json into net.minecraft.world.phys.AABB +[07мая2026 22:07:21.740] [pool-16-thread-1/DEBUG] [mixin/]: Mixing multipart_entities.AABBMixin from cerbons_api-common.mixins.json into net.minecraft.world.phys.AABB +[07мая2026 22:07:21.740] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.AABBMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.750] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.AABBMixin from mod cerbons_api->@Inject::hook(Lnet/minecraft/world/phys/AABB;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:21.762] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.764] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PersistentProjectileEntityMixin from critical_strike.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.770] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.770] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractArrowMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.779] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.AbstractArrowMixin from aether.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.815] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowMixin from galosphere.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.831] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PersistentTridentMixin from betteroceanmonuments.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.831] [pool-16-thread-1/DEBUG] [mixin/]: betteroceanmonuments.mixins.json:PersistentTridentMixin from mod betteroceanmonuments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.863] [pool-16-thread-1/DEBUG] [mixin/]: Mixing arrow.PersistentProjectileEntityMixin from spell_engine.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.865] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.865] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$spellEntries$0(Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/core/Holder; to mdd85188$spell_engine$lambda$spellEntries$0$0 in spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine +[07мая2026 22:07:21.981] [pool-16-thread-1/DEBUG] [mixin/]: Mixing evasion.ProjectileEvasionMixin from spell_engine.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.981] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:evasion.ProjectileEvasionMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.983] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowMixin from allurement.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.994] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PersistentProjectileEntityMixin from ranged_weapon_api.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:21.994] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:PersistentProjectileEntityMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:21.996] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorAbstractArrow from quark.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractArrowMixin from mod supplementaries->@Inject::onPlayerTouch(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.AbstractArrowMixin from mod aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.AbstractArrowMixin from mod aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.AbstractArrowMixin from mod aether->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: betteroceanmonuments.mixins.json:PersistentTridentMixin from mod betteroceanmonuments->@Inject::betteroceanmonuments_preventTridentDespawning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::writeCustomDataToNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::readCustomDataFromNbt_TAIL_SpellEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::initDataTracker_TAIL_SpellEngine(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.096] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_HEAD_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.PersistentProjectileEntityMixin from mod spell_engine->@Inject::onEntityHit_BeforeDamage_SpellEngine(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:evasion.ProjectileEvasionMixin from mod spell_engine->@Inject::entityHit_SpellEngine_Evasion(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AbstractArrowMixin from mod allurement->@Inject::onEntityHit(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;D)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AbstractArrowMixin from mod allurement->@Inject::onEntityHit(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;D)V has 0 override(s) in child classes +[07мая2026 22:07:22.097] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AbstractArrowMixin from mod allurement->@Inject::onEntityHit(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;D)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.187] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowProjectileMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.188] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileEntityMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.240] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileMixin from bestylewither.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.247] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ProjectileAccessor from betteroceanmonuments.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.303] [pool-16-thread-1/DEBUG] [mixin/]: betteroceanmonuments.mixins.json:accessor.ProjectileAccessor from mod betteroceanmonuments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.306] [pool-16-thread-1/DEBUG] [mixin/]: Mixing multipart_entities.ProjectileMixin from cerbons_api-common.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.307] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ProjectileMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.484] [pool-16-thread-1/DEBUG] [mixin/]: Mixing nonliving.ServerProjectileMixin from smoothmovement.mixins.json into net.minecraft.world.entity.projectile.Projectile +[07мая2026 22:07:22.484] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerProjectileMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.626] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:ProjectileMixin from mod bestylewither->@Inject::isPickableInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ProjectileMixin from mod cerbons_api->@Inject::onCollision(Lnet/minecraft/world/phys/HitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ProjectileMixin from mod cerbons_api->@Inject::onCollision(Lnet/minecraft/world/phys/HitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.ProjectileMixin from mod cerbons_api->@Inject::onCollision(Lnet/minecraft/world/phys/HitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerProjectileMixin from mod smoothmovement->@Inject::extraTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerProjectileMixin from mod smoothmovement->@Inject::extraTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.627] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerProjectileMixin from mod smoothmovement->@Inject::extraTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.768] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FixJukeboxCrashMixin from yungsapi.mixins.json into net.minecraft.world.level.block.entity.JukeboxBlockEntity +[07мая2026 22:07:22.768] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:FixJukeboxCrashMixin from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.790] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JukeboxBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.level.block.entity.JukeboxBlockEntity +[07мая2026 22:07:22.791] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:JukeboxBlockEntityMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JukeboxBlockEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.JukeboxBlockEntity +[07мая2026 22:07:22.811] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:22.877] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.mechanics.JukeboxBlockEntityMixin from sounds.mixins.json into net.minecraft.world.level.block.entity.JukeboxBlockEntity +[07мая2026 22:07:22.886] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.JukeboxBlockEntityMixin from quark.mixins.json into net.minecraft.world.level.block.entity.JukeboxBlockEntity +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:FixJukeboxCrashMixin from mod yungsapi->@Inject::yungsapi_checkIfLevelNull(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:JukeboxBlockEntityMixin from mod fabric_transfer_api_v1->@Inject::setStackBypass(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockEntityMixin from mod amendments->@Inject::amendments$notifySongChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockEntityMixin from mod amendments->@Inject::amendments$notifySongChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockEntityMixin from mod amendments->@Inject::amendments$notifySongChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:JukeboxBlockEntityMixin from mod amendments->@Inject::amendments$tickAnimation(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/JukeboxBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.JukeboxBlockEntityMixin from mod sounds->@Inject::$jukebox_use_sound_effect(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.JukeboxBlockEntityMixin from mod sounds->@Inject::$jukebox_use_sound_effect(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:22.975] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.JukeboxBlockEntityMixin from mod sounds->@Inject::$jukebox_use_sound_effect(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:23.058] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.SnowGolemMixin from bclib.mixins.common.json into net.minecraft.world.entity.animal.SnowGolem +[07мая2026 22:07:23.105] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.animal.IronGolem +[07мая2026 22:07:23.105] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.105] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onRegisterGoals$0(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$crittersandcompanions$lambda$onRegisterGoals$0$0 in crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions +[07мая2026 22:07:23.107] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.IronGolemMixin from endermanoverhaul.mixins.json into net.minecraft.world.entity.animal.IronGolem +[07мая2026 22:07:23.108] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IronGolemMixin from creeperoverhaul-common.mixins.json into net.minecraft.world.entity.animal.IronGolem +[07мая2026 22:07:23.108] [pool-16-thread-1/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:IronGolemMixin from mod creeperoverhaul: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.161] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.161] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:23.161] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:23.161] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.IronGolemMixin from mod endermanoverhaul->@Inject::endermanoverhaul$onRegisterAttackGoal(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:23.161] [pool-16-thread-1/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:IronGolemMixin from mod creeperoverhaul->@Inject::creeperoverhaul$onRegisterAttackGoal(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:23.373] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.EnchantmentMenu +[07мая2026 22:07:23.386] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:23.433] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity +[07мая2026 22:07:23.437] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity +[07мая2026 22:07:23.439] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity +[07мая2026 22:07:23.453] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrewingFuelMixin from deep_aether.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity +[07мая2026 22:07:23.453] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:BrewingFuelMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.460] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrewingStandMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity +[07мая2026 22:07:23.460] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BrewingStandMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.473] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::checkSleep(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.473] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.473] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.473] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:BrewingFuelMixin from mod deep_aether->@Inject::serverTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BrewingStandMixin from mod amendments->@Inject::amendments$ensureModelRefresh(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BrewingStandMixin from mod amendments->@Inject::amendments$refreshModel(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BrewingStandMixin from mod amendments->@Inject::amendments$refreshModel(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:23.474] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BrewingStandMixin from mod amendments->@Inject::amendments$refreshModel(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:23.506] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBiome from mixins.iris.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.506] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiome from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:23.508] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.remove_biome_temperature_cache.BiomeMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.508] [pool-16-thread-1/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method getTemperature in modernfix-modernfix.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. +[07мая2026 22:07:23.513] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.BiomeAccessor from lithostitched.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.513] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.BiomeAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.513] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.chunk_ticking.spread_ice.BiomeMixin from lithium.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.514] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.temperature_cache.BiomeMixin from lithium.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.514] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.world.biome.BiomeMixin from sodium-neoforge.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.514] [pool-16-thread-1/DEBUG] [mixin/]: sodium-neoforge.mixins.json:features.world.biome.BiomeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.531] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.BiomeAccessor from polytone-common.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.531] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BiomeMixin from bclib.mixins.common.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.531] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorBiome from particular.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.531] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:AccessorBiome from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:23.532] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.BiomeMixin from quark.mixins.json into net.minecraft.world.level.biome.Biome +[07мая2026 22:07:23.543] [pool-16-thread-1/WARN] [mixin/]: Method overwrite conflict for getTemperature in lithium.mixins.json:world.temperature_cache.BiomeMixin from mod lithium, previously written by org.embeddedt.modernfix.common.mixin.perf.remove_biome_temperature_cache.BiomeMixin. Skipping method. +[07мая2026 22:07:23.564] [pool-16-thread-1/DEBUG] [mixin/]: sodium-neoforge.mixins.json:features.world.biome.BiomeMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.564] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getClimateSettings()Lnet/minecraft/world/level/biome/Biome$ClimateSettings; in net.minecraft.world.level.biome.Biome was not merged +[07мая2026 22:07:23.564] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getTemperature(Lnet/minecraft/core/BlockPos;)F in net.minecraft.world.level.biome.Biome was not merged +[07мая2026 22:07:23.574] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SelfExtraModelDataProvider from moonlight.mixins.json into net.mehvahdjukaar.moonlight.api.client.model.IExtraModelDataProvider +[07мая2026 22:07:23.575] [pool-16-thread-1/DEBUG] [mixin/]: moonlight.mixins.json:SelfExtraModelDataProvider from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:23.589] [pool-16-thread-1/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/block/entity/BlockEntity$Anonymous$1fa46ae17b464d678aa9f48215e9a57a (originally traben/entity_model_features/mixin/mixins/MixinBlockEntity$1) +[07мая2026 22:07:23.615] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorEnderChestBlockEntity from particular.mixins.json into net.minecraft.world.level.block.entity.EnderChestBlockEntity +[07мая2026 22:07:23.616] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:AccessorEnderChestBlockEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:23.616] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InjectEnderChestBlockEntity from particular.mixins.json into net.minecraft.world.level.block.entity.EnderChestBlockEntity +[07мая2026 22:07:23.616] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlockEntity from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:23.657] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InjectEnderChestBlockEntity from mod particular->@Inject::randomlyOpen(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/EnderChestBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:23.660] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.ChestMenu +[07мая2026 22:07:23.665] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:23.681] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeaconBlockEntityMixin from quark.mixins.json into net.minecraft.world.level.block.entity.BeaconBlockEntity +[07мая2026 22:07:23.791] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.misc.MixinSkullBlockEntity from entity_texture_features.mixins.json into net.minecraft.world.level.block.entity.SkullBlockEntity +[07мая2026 22:07:23.794] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinSkullBlockEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:23.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WitherBossAccessor from bestylewither.mixins.json into net.minecraft.world.entity.boss.wither.WitherBoss +[07мая2026 22:07:23.812] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WitherBossMixin from bestylewither.mixins.json into net.minecraft.world.entity.boss.wither.WitherBoss +[07мая2026 22:07:24.014] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::defineSynchedDataInject(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.014] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::defineSynchedDataInject(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::defineSynchedDataInject(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::addAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::addAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::addAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::readAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::readAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::readAdditionalSaveDataInject(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.015] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.016] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::isPoweredInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::customServerAiStepInject2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepPre(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.018] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherBossMixin from mod bestylewither->@Inject::aiStepPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.063] [pool-16-thread-1/DEBUG] [mixin/]: Mixing screen.AnvilScreenHandlerMixin from archers.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.064] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:24.083] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilMenuMixin from immersiveui-common.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.084] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:AnvilMenuMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:24.096] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.AnvilMenuMixin from reliable_remover.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.096] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:24.103] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilScreenHandlerMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.103] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:AnvilScreenHandlerMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:24.104] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilMenuMixin from bclib.mixins.common.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.105] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$bcl_updateOutput$3(ILnet/minecraft/world/item/crafting/RecipeHolder;)Z to mdd85188$bclib$lambda$bcl_updateOutput$3$0 in bclib.mixins.common.json:AnvilMenuMixin from mod bclib +[07мая2026 22:07:24.105] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$bcl_afterOnTake$2(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to mdd85188$bclib$lambda$bcl_afterOnTake$2$1 in bclib.mixins.common.json:AnvilMenuMixin from mod bclib +[07мая2026 22:07:24.105] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$bcl_onTakeAnvilOutput$1(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to mdd85188$bclib$lambda$bcl_onTakeAnvilOutput$1$2 in bclib.mixins.common.json:AnvilMenuMixin from mod bclib +[07мая2026 22:07:24.105] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$be_initAnvilLevel$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Ljava/lang/Integer; to mdd85188$bclib$lambda$be_initAnvilLevel$0$3 in bclib.mixins.common.json:AnvilMenuMixin from mod bclib +[07мая2026 22:07:24.161] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilMenuMixin from allurement.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.170] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnvilMenuMixin from quark.mixins.json into net.minecraft.world.inventory.AnvilMenu +[07мая2026 22:07:24.322] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.322] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.322] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.AnvilScreenHandlerMixin from mod archers->@Inject::updateResult_Inject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:AnvilMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:AnvilMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.323] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:AnvilMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.AnvilMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterAnvilResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::be_initAnvilLevel(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.324] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::be_initAnvilLevel(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.325] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::be_initAnvilLevel(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.325] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_canTakeOutput(Lnet/minecraft/world/entity/player/Player;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_onTakeAnvilOutput(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_afterOnTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_afterOnTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_afterOnTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_updateOutput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:AnvilMenuMixin from mod bclib->@Inject::bcl_setNewItemName(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AnvilMenuMixin from mod allurement->@Inject::createResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;IJI)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AnvilMenuMixin from mod allurement->@Inject::createResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;IJI)V has 0 override(s) in child classes +[07мая2026 22:07:24.326] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AnvilMenuMixin from mod allurement->@Inject::createResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/ItemStack;IJI)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.344] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.ItemCombinerMenu +[07мая2026 22:07:24.346] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ItemCombinerMenuMixin from reliable_recipes.mixins.json into net.minecraft.world.inventory.ItemCombinerMenu +[07мая2026 22:07:24.347] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ItemCombinerMenuMixin from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:24.393] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:24.398] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ItemCombinerMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenCombiner(Lnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:24.398] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ItemCombinerMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenCombiner(Lnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:24.398] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ItemCombinerMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenCombiner(Lnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:24.430] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity +[07мая2026 22:07:24.792] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity +[07мая2026 22:07:24.793] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity +[07мая2026 22:07:24.794] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity +[07мая2026 22:07:25.178] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::lithiumInsert(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/Container;Lnet/minecraft/core/Direction;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:25.178] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::lithiumExtract(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:25.178] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.178] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.179] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.179] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::checkSleepingConditions(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.180] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::sleepIfNoCooldownAndLocked(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.181] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.485] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.block.entity.TheEndGatewayBlockEntityMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.block.entity.TheEndGatewayBlockEntity +[07мая2026 22:07:25.485] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.entity.TheEndGatewayBlockEntityMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:25.486] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TheEndGatewayBlockEntityMixin from betterendisland.mixins.json into net.minecraft.world.level.block.entity.TheEndGatewayBlockEntity +[07мая2026 22:07:25.486] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:TheEndGatewayBlockEntityMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:25.587] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:TheEndGatewayBlockEntityMixin from mod betterendisland->@Inject::betterendisland_findTallestBlock(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:25.589] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:TheEndGatewayBlockEntityMixin from mod betterendisland->@Inject::betterendisland_findValidSpawnInChunk(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:25.602] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShulkerBoxBlockEntityMixin from supplementaries-common.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity +[07мая2026 22:07:25.602] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ShulkerBoxBlockEntityMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:25.602] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity +[07мая2026 22:07:25.603] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity +[07мая2026 22:07:25.603] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity +[07мая2026 22:07:25.605] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShulkerBoxBlockEntityMixin from galosphere.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ShulkerBoxBlockEntityMixin from mod supplementaries->@Inject::supp$preventInsertion(ILnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$load(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$load(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$load(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.610] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:ShulkerBoxBlockEntityMixin from mod galosphere->@Inject::G$saveAdditional(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.639] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnimalMixin from misctweaks.mixins.json into net.minecraft.world.entity.animal.Animal +[07мая2026 22:07:25.639] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:AnimalMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:25.726] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieHorseAnimalEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Animal +[07мая2026 22:07:25.728] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnimalMixin from quark.mixins.json into net.minecraft.world.entity.animal.Animal +[07мая2026 22:07:25.775] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:AnimalMixin from mod misctweaks->@Inject::addSearchForFoodGoal(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.776] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:AnimalMixin from mod misctweaks->@Inject::addSearchForFoodGoal(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.776] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:AnimalMixin from mod misctweaks->@Inject::addSearchForFoodGoal(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.776] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AnimalMixin from mod quark->@Inject::onEatGoldenCarrot(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AnimalMixin from mod quark->@Inject::onEatGoldenCarrot(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.777] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AnimalMixin from mod quark->@Inject::onEatGoldenCarrot(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.786] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from lithium.mixins.json into net.minecraft.world.entity.AgeableMob +[07мая2026 22:07:25.833] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:25.833] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:25.833] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:25.887] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ConduitBlockEntityMixin from golemoverhaul.mixins.json into net.minecraft.world.level.block.entity.ConduitBlockEntity +[07мая2026 22:07:25.898] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$applyEffects$0(Lnet/minecraft/core/BlockPos;ILtech/alexnijjar/golemoverhaul/common/entities/golems/KelpGolem;)V to mdd85188$golemoverhaul$lambda$golemoverhaul$applyEffects$0$0 in golemoverhaul.mixins.json:common.ConduitBlockEntityMixin from mod golemoverhaul +[07мая2026 22:07:25.926] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.ConduitBlockEntityMixin from mod golemoverhaul->@Inject::golemoverhaul$applyEffects(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:26.668] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LoomMenuMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.LoomMenu +[07мая2026 22:07:26.669] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomMenuMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.692] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.LoomMenu +[07мая2026 22:07:26.697] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LoomMenuMixin from quark.mixins.json into net.minecraft.world.inventory.LoomMenu +[07мая2026 22:07:26.741] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:26.745] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$BarrelBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BarrelBlockEntity +[07мая2026 22:07:26.746] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BarrelBlockEntity +[07мая2026 22:07:26.749] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:26.749] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:26.749] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:26.759] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CartographyTableMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.CartographyTableMenu +[07мая2026 22:07:26.759] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.CartographyTableMenu +[07мая2026 22:07:26.837] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableMixin from mod supplementaries->@Inject::supp$getItem(Lnet/minecraft/world/entity/player/Player;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:26.839] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableMixin from mod supplementaries->@Inject::supp$getItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:26.839] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:26.859] [pool-16-thread-1/DEBUG] [mixin/]: Mixing screen.GrindstoneScreenHandlerMixin from archers.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.859] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.GrindstoneScreenHandlerMixin from mod archers: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.885] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneMenuMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.885] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneMenuMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.920] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.925] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.GrindstoneMenuMixin from reliable_recipes.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.925] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.GrindstoneMenuMixin from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:26.941] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.GrindstoneScreenHandlerMixin from spell_engine.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.941] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneScreenHandlerMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.942] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneMenuMixin from moonlight-common.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:26.942] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:GrindstoneMenuMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:26.944] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneScreenHandlerMixin from grindenchantments.mixins.json into net.minecraft.world.inventory.GrindstoneMenu +[07мая2026 22:07:27.123] [pool-16-thread-1/DEBUG] [mixin/]: archers.mixins.json:screen.GrindstoneScreenHandlerMixin from mod archers->@Inject::getOutputStack_Archers(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.123] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneMenuMixin from mod supplementaries->@Inject::supp$updateGoldenAppleResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.GrindstoneMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenGrindstone(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.GrindstoneMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenGrindstone(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.GrindstoneMenuMixin from mod reliable_recipes->@Inject::reliableRecipes$blockHiddenGrindstone(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneScreenHandlerMixin from mod spell_engine->@Inject::getOutputStack_SpellEngine(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onReturnConstructor(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onReturnConstructor(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onReturnConstructor(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/inventory/ContainerLevelAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onGetOutputStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onGetOutputStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onGetOutputStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.129] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onGetOutputStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.130] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onInsertResultItem(Lnet/minecraft/world/entity/player/Player;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:27.130] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onInsertResultItem(Lnet/minecraft/world/entity/player/Player;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:27.130] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin from mod (unknown)->@Inject::onInsertResultItem(Lnet/minecraft/world/entity/player/Player;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:27.153] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LecternBlockEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.LecternBlockEntity +[07мая2026 22:07:27.153] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.227] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LecternBlockEntityUpdateMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.LecternBlockEntity +[07мая2026 22:07:27.227] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityUpdateMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.320] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityMixin from mod amendments->@Inject::createEditMenu(ILnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.320] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityMixin from mod amendments->@Inject::setPage(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.320] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityMixin from mod amendments->@Inject::setPage(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.320] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LecternBlockEntityMixin from mod amendments->@Inject::setPage(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.336] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SmithingMenuMixin from immersiveui-common.mixins.json into net.minecraft.world.inventory.SmithingMenu +[07мая2026 22:07:27.336] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:SmithingMenuMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.345] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SmithingMenuMixin from create.mixins.json into net.minecraft.world.inventory.SmithingMenu +[07мая2026 22:07:27.348] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$create$preventUnbreakingOnBacktanks$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/Holder;)Z to mdd85188$create$lambda$create$preventUnbreakingOnBacktanks$0$0 in create.mixins.json:SmithingMenuMixin from mod create +[07мая2026 22:07:27.414] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:SmithingMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.414] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:SmithingMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.414] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:SmithingMenuMixin from mod immersiveui->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.414] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:SmithingMenuMixin from mod create->@Inject::create$awardAdvancementWhenTrimmingCardboardArmor(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.414] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:SmithingMenuMixin from mod create->@Inject::create$awardAdvancementWhenTrimmingCardboardArmor(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.415] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:SmithingMenuMixin from mod create->@Inject::create$awardAdvancementWhenTrimmingCardboardArmor(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.420] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.StonecutterMenu +[07мая2026 22:07:27.435] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:27.444] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BellTileEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.BellBlockEntity +[07мая2026 22:07:27.444] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:BellTileEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.541] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CampfireBlockEntityMixin from aileron-common.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity +[07мая2026 22:07:27.611] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity +[07мая2026 22:07:27.628] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity +[07мая2026 22:07:27.629] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity +[07мая2026 22:07:27.632] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CampfireBlockEntityMixin from amendments-common.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity +[07мая2026 22:07:27.632] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:CampfireBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin from mod lithium->@Inject::trySleepLit(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/CampfireBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.709] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin from mod lithium->@Inject::trySleepUnlit(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/CampfireBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.785] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SimpleInventoryMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.SimpleContainer +[07мая2026 22:07:27.785] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:SimpleInventoryMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:27.809] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.composter.ComposterMixin$ComposterBlockComposterInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$InputContainer +[07мая2026 22:07:27.816] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$InputContainer +[07мая2026 22:07:27.825] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:27.825] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:27.826] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:27.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing alloc.composter.ComposterMixin$ComposterBlockDummyInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$EmptyContainer +[07мая2026 22:07:27.828] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.ComposterMixin$ComposterBlockDummyInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$EmptyContainer +[07мая2026 22:07:27.837] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeehiveBlockEntityMixin from quark.mixins.json into net.minecraft.world.level.block.entity.BeehiveBlockEntity +[07мая2026 22:07:28.360] [pool-16-thread-1/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/block/LightningRodBlock$Anonymous$13a009a3cae74d41a4bed6effd36f892 (originally com/faboslav/friendsandfoes/common/mixin/LightningRodBlockMixin$1) +[07мая2026 22:07:28.645] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFishMixin from tide.mixins.json into net.minecraft.world.entity.animal.AbstractFish +[07мая2026 22:07:28.647] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:28.648] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tide$randomizeLength$1(Lnet/minecraft/world/entity/Entity;Lcom/li64/tide/data/fishing/FishData;)Ljava/lang/Double; to mdd85188$tide$lambda$tide$randomizeLength$1$0 in tide.mixins.json:AbstractFishMixin from mod tide +[07мая2026 22:07:28.648] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$saveToBucketTag$0(Lnet/minecraft/nbt/CompoundTag;)V to mdd85188$tide$lambda$saveToBucketTag$0$1 in tide.mixins.json:AbstractFishMixin from mod tide +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::saveToBucketTag(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::saveToBucketTag(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::saveToBucketTag(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::loadFromBucketTag(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::loadFromBucketTag(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.739] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:AbstractFishMixin from mod tide->@Inject::loadFromBucketTag(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.769] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RecipeInputMixin from kubejs.mixins.json into net.minecraft.world.item.crafting.RecipeInput +[07мая2026 22:07:28.771] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CrafterBlockEntity +[07мая2026 22:07:28.817] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::checkSleep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::checkSleep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:28.818] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:28.863] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemsMixin from stackablepotions.mixins.json into net.minecraft.world.item.Items +[07мая2026 22:07:28.866] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemsMixin from supplementaries-common.mixins.json into net.minecraft.world.item.Items +[07мая2026 22:07:28.866] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ItemsMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:28.867] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemsMixin from tide.mixins.json into net.minecraft.world.item.Items +[07мая2026 22:07:28.867] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ItemsMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.000] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.accessor.MinecartItemAccessor from punchy.mixins.json into net.minecraft.world.item.MinecartItem +[07мая2026 22:07:29.008] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ElytraItemMixin from quark.mixins.json into net.minecraft.world.item.ElytraItem +[07мая2026 22:07:29.026] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.accessor.BoatItemAccessor from punchy.mixins.json into net.minecraft.world.item.BoatItem +[07мая2026 22:07:29.027] [pool-16-thread-1/DEBUG] [mixin/]: Mixing boat.BoatItemMixin from bclib.mixins.common.json into net.minecraft.world.item.BoatItem +[07мая2026 22:07:29.080] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnimalArmorItemMixin from allurement.mixins.json into net.minecraft.world.item.AnimalArmorItem +[07мая2026 22:07:29.086] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AnimalArmorItemMixin from universalenchants.common.mixins.json into net.minecraft.world.item.AnimalArmorItem +[07мая2026 22:07:29.087] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:AnimalArmorItemMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.134] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AnimalArmorItemMixin from mod allurement->@Inject::isEnchantable(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:29.135] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:AnimalArmorItemMixin from mod universalenchants->@Inject::isEnchantable(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:29.143] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BowMixin from supplementaries-common.mixins.json into net.minecraft.world.item.BowItem +[07мая2026 22:07:29.144] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BowMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.145] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$getAllSupportedProjectiles$0(Ljava/util/function/Predicate;Lnet/minecraft/world/item/ItemStack;)Z to mdd85188$supplementaries$lambda$supp$getAllSupportedProjectiles$0$0 in supplementaries-common.mixins.json:BowMixin from mod supplementaries +[07мая2026 22:07:29.156] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.mechanics.BowPullSoundEffect from sounds.mixins.json into net.minecraft.world.item.BowItem +[07мая2026 22:07:29.160] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.BowItemMixin from ranged_weapon_api.mixins.json into net.minecraft.world.item.BowItem +[07мая2026 22:07:29.160] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.BowItemMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$start_bow_pull_sound(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$start_bow_pull_sound(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$start_bow_pull_sound(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$stop_bow_pull_sound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$stop_bow_pull_sound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:29.242] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.BowPullSoundEffect from mod sounds->@Inject::$stop_bow_pull_sound(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:29.257] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RangedWeaponItemMixin from bettercombat.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.259] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:RangedWeaponItemMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.272] [pool-16-thread-1/DEBUG] [mixin/]: Mixing arrow.RangedWeaponItemMixin from spell_engine.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.274] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.RangedWeaponItemMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.275] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$shootAll_wrap_createArrowEntity$0(Lnet/minecraft/world/entity/LivingEntity;)Ljava/util/Collection; to mdd85188$spell_engine$lambda$shootAll_wrap_createArrowEntity$0$0 in spell_engine.mixins.json:arrow.RangedWeaponItemMixin from mod spell_engine +[07мая2026 22:07:29.304] [pool-16-thread-1/DEBUG] [mixin/]: Mixing arrow.RangedWeaponQuiverMixin from spell_engine.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.304] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:arrow.RangedWeaponQuiverMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.323] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.RangedWeaponAccessor from spell_engine.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.324] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.RangedWeaponAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.325] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method load_SpellEngine(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;)Ljava/util/List; to load_SpellEngine$spell_engine_$md$d85188$1 in spell_engine.mixins.json:item.RangedWeaponAccessor from mod spell_engine +[07мая2026 22:07:29.325] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileWeaponItemMixin from tide.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.325] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ProjectileWeaponItemMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.328] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileWeaponItemMixin from allurement.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.337] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.RangedWeaponItemMixin from ranged_weapon_api.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.341] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.RangedWeaponItemMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.423] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileWeaponItemMixin from quark.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.441] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ProjectileWeaponItemMixin from supplementaries-common.mixins.json into net.minecraft.world.item.ProjectileWeaponItem +[07мая2026 22:07:29.442] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ProjectileWeaponItemMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.445] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$shrinkQuiverArrow$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)Z to mdd85188$supplementaries$lambda$supp$shrinkQuiverArrow$0$2 in supplementaries-common.mixins.json:ProjectileWeaponItemMixin from mod supplementaries +[07мая2026 22:07:29.804] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:ProjectileWeaponItemMixin from mod tide->@Inject::draw(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:29.804] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ProjectileWeaponItemMixin from mod supplementaries->@Inject::supp$getProjectileInQuiver(Lnet/minecraft/world/entity/LivingEntity;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:29.836] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ShovelItemAccessor from emi.mixins.json into net.minecraft.world.item.ShovelItem +[07мая2026 22:07:29.836] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.ShovelItemAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates$emi_$md$d85188$0 in emi.mixins.json:accessor.ShovelItemAccessor from mod emi +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShovelItemAccessor from bclib.mixins.common.json into net.minecraft.world.item.ShovelItem +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method bclib_getFlattenables()Ljava/util/Map; to getFlattenables$bclib_$md$d85188$1 in bclib.mixins.common.json:ShovelItemAccessor from mod bclib +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.world.item.ShovelItem +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:ShovelItemAccessor from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates$fabric_content_registries_v0_$md$d85188$2 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:29.837] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShovelItemMixin from terrainslabs.mixins.json into net.minecraft.world.item.ShovelItem +[07мая2026 22:07:29.924] [pool-16-thread-1/DEBUG] [mixin/]: terrainslabs.mixins.json:ShovelItemMixin from mod terrainslabs->@Inject::useOnCustomSlab(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:29.934] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DiggerItemMixin from kubejs.mixins.json into net.minecraft.world.item.DiggerItem +[07мая2026 22:07:29.947] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:DiggerItemMixin from mod kubejs->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:29.947] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:DiggerItemMixin from mod kubejs->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:29.947] [pool-16-thread-1/DEBUG] [mixin/]: kubejs.mixins.json:DiggerItemMixin from mod kubejs->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:29.957] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.AxeItemMixin from shield_api.mixins.json into net.minecraft.world.item.AxeItem +[07мая2026 22:07:29.966] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AxeItemAccessor from emi.mixins.json into net.minecraft.world.item.AxeItem +[07мая2026 22:07:29.966] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.AxeItemAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.966] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks$emi_$md$d85188$0 in emi.mixins.json:accessor.AxeItemAccessor from mod emi +[07мая2026 22:07:29.966] [pool-16-thread-1/DEBUG] [mixin/]: Mixing axe.AxeItemMixin from bclib.mixins.common.json into net.minecraft.world.item.AxeItem +[07мая2026 22:07:29.979] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.world.item.AxeItem +[07мая2026 22:07:29.980] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:29.980] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks$fabric_content_registries_v0_$md$d85188$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:29.980] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks$fabric_content_registries_v0_$md$d85188$2 in fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:29.999] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:axe.AxeItemMixin from mod bclib->@Inject::bclib_getStripped(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.014] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.HoeItemAccessor from emi.mixins.json into net.minecraft.world.item.HoeItem +[07мая2026 22:07:30.014] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.HoeItemAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.014] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions$emi_$md$d85188$0 in emi.mixins.json:accessor.HoeItemAccessor from mod emi +[07мая2026 22:07:30.014] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HoeItemMixin from emi.mixins.json into net.minecraft.world.item.HoeItem +[07мая2026 22:07:30.014] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:HoeItemMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.025] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.HoeItemAccessor from aether.mixins.json into net.minecraft.world.item.HoeItem +[07мая2026 22:07:30.025] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method aether$getTillables()Ljava/util/Map; to getTillables$aether_$md$d85188$1 in aether.mixins.json:common.accessor.HoeItemAccessor from mod aether +[07мая2026 22:07:30.025] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.world.item.HoeItem +[07мая2026 22:07:30.025] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:HoeItemAccessor from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.026] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions$fabric_content_registries_v0_$md$d85188$2 in fabric-content-registries-v0.mixins.json:HoeItemAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:30.038] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:HoeItemMixin from mod emi->@Inject::createTillAction(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.038] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:HoeItemMixin from mod emi->@Inject::createTillAndDropAction(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HangingEntityItemMixin from deeperdarker.mixins.json into net.minecraft.world.item.HangingEntityItem +[07мая2026 22:07:30.113] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HangingEntityItemMixin from gallery.mixins.json into net.minecraft.world.item.HangingEntityItem +[07мая2026 22:07:30.161] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:HangingEntityItemMixin from mod deeperdarker->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:30.192] [pool-16-thread-1/DEBUG] [mixin/]: Mixing neoforge.MixinBucketItem from architectury.mixins.json into net.minecraft.world.item.BucketItem +[07мая2026 22:07:30.192] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:neoforge.MixinBucketItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:30.206] [pool-16-thread-1/DEBUG] [mixin/]: Mixing neoforge.BucketItemAccessor from architectury.mixins.json into net.minecraft.world.item.BucketItem +[07мая2026 22:07:30.206] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:neoforge.BucketItemAccessor from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:30.206] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinBucketItem from architectury-common.mixins.json into net.minecraft.world.item.BucketItem +[07мая2026 22:07:30.206] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinBucketItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:30.207] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BucketItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.world.item.BucketItem +[07мая2026 22:07:30.208] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:BucketItemMixin from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.231] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:neoforge.MixinBucketItem from mod architectury->@Inject::fillBucket(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/phys/BlockHitResult;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.248] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobBucketItemMixin from tide.mixins.json into net.minecraft.world.item.MobBucketItem +[07мая2026 22:07:30.248] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobBucketItemMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.265] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobBucketItemMixin from mod tide->@Inject::spawn(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:30.265] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobBucketItemMixin from mod tide->@Inject::spawn(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:30.265] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:MobBucketItemMixin from mod tide->@Inject::spawn(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:30.286] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InkSackMixin from supplementaries-common.mixins.json into net.minecraft.world.item.InkSacItem +[07мая2026 22:07:30.287] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:InkSackMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.300] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:InkSackMixin from mod supplementaries->@Inject::supp$clearAntiqueInk(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/entity/SignBlockEntity;ZLnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.308] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BoneMealItemMixin from bclib.mixins.common.json into net.minecraft.world.item.BoneMealItem +[07мая2026 22:07:30.368] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:BoneMealItemMixin from mod bclib->@Inject::bclib_onUse(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.368] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:BoneMealItemMixin from mod bclib->@Inject::bcl_growCrop(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:30.373] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MapMixin from betternether.mixins.common.json into net.minecraft.world.item.MapItem +[07мая2026 22:07:30.461] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MapItemMixin from supplementaries-common.mixins.json into net.minecraft.world.item.MapItem +[07мая2026 22:07:30.461] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:MapItemMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.472] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$updateCustomColor$3(Lorg/joml/Vector2i;)D to mdd85188$supplementaries$lambda$supp$updateCustomColor$3$0 in supplementaries-common.mixins.json:MapItemMixin from mod supplementaries +[07мая2026 22:07:30.472] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$updateCustomColor$2(Lorg/joml/Vector2i;)D to mdd85188$supplementaries$lambda$supp$updateCustomColor$2$1 in supplementaries-common.mixins.json:MapItemMixin from mod supplementaries +[07мая2026 22:07:30.472] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$removeXrayAndAddAccurateColor$1(Lnet/minecraft/core/BlockPos;Lorg/joml/Vector2i;)Lcom/mojang/datafixers/util/Pair; to mdd85188$supplementaries$lambda$supp$removeXrayAndAddAccurateColor$1$2 in supplementaries-common.mixins.json:MapItemMixin from mod supplementaries +[07мая2026 22:07:30.472] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$removeXrayAndAddAccurateColor$0(Lorg/joml/Vector2i;)Ljava/util/List; to mdd85188$supplementaries$lambda$supp$removeXrayAndAddAccurateColor$0$3 in supplementaries-common.mixins.json:MapItemMixin from mod supplementaries +[07мая2026 22:07:30.559] [pool-16-thread-1/DEBUG] [mixin/]: Mixing items.MapItemAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.item.MapItem +[07мая2026 22:07:30.559] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callCreateNewSavedData(Lnet/minecraft/world/level/Level;IIIZZLnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/level/saveddata/maps/MapId; to callCreateNewSavedData$repurposed_structures_$md$d85188$4 in repurposed_structures-common.mixins.json:items.MapItemAccessor from mod repurposed_structures +[07мая2026 22:07:30.559] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MapItemMixin from moonlight-common.mixins.json into net.minecraft.world.item.MapItem +[07мая2026 22:07:30.559] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:MapItemMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.560] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$update$1(Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lnet/minecraft/world/entity/Entity;Ljava/util/concurrent/atomic/AtomicBoolean;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData;)V to mdd85188$moonlight$lambda$update$1$5 in moonlight-common.mixins.json:MapItemMixin from mod moonlight +[07мая2026 22:07:30.561] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$appendHoverText$0(Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lnet/minecraft/world/item/ItemStack;Ljava/util/List;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData;)V to mdd85188$moonlight$lambda$appendHoverText$0$6 in moonlight-common.mixins.json:MapItemMixin from mod moonlight +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:MapMixin from mod betternether->@Inject::bn_update(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:MapItemMixin from mod supplementaries->@Inject::supp$checkHeightLock(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:MapItemMixin from mod moonlight->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:MapItemMixin from mod moonlight->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:MapItemMixin from mod moonlight->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Ljava/util/List;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:30.848] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:MapItemMixin from mod moonlight->@Inject::update(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:30.877] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShearItemMixin from moonlight-common.mixins.json into net.minecraft.world.item.ShearsItem +[07мая2026 22:07:30.877] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ShearItemMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.898] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShearsItemMixin from quark.mixins.json into net.minecraft.world.item.ShearsItem +[07мая2026 22:07:30.903] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShearsItemMixin from universalenchants.common.mixins.json into net.minecraft.world.item.ShearsItem +[07мая2026 22:07:30.903] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:ShearsItemMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:30.943] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PotionItemMixin from stackablepotions.mixins.json into net.minecraft.world.item.PotionItem +[07мая2026 22:07:30.956] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PotionTooltipMixin from amendments-common.mixins.json into net.minecraft.world.item.PotionItem +[07мая2026 22:07:30.958] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:PotionTooltipMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.021] [pool-16-thread-1/DEBUG] [mixin/]: stackablepotions.mixins.json:PotionItemMixin from mod stackablepotions->@Inject::modifyPotionConsumption(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.026] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.BottleItemMixin from create_dragons_plus.mixins.json into net.minecraft.world.item.BottleItem +[07мая2026 22:07:31.064] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnderEyeUseMixin from bosses_of_mass_destruction-common.mixins.json into net.minecraft.world.item.EnderEyeItem +[07мая2026 22:07:31.065] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:EnderEyeUseMixin from mod bosses_of_mass_destruction: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.076] [pool-16-thread-1/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:EnderEyeUseMixin from mod bosses_of_mass_destruction->@Inject::onEyeUsed(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.081] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpawnEggItemAccessor from variantsandventures-common.mixins.json into net.minecraft.world.item.SpawnEggItem +[07мая2026 22:07:31.081] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method variantsandventures$getSpawnEggs()Ljava/util/Map; to getSpawnEggs$variantsandventures_$md$d85188$0 in variantsandventures-common.mixins.json:SpawnEggItemAccessor from mod variantsandventures +[07мая2026 22:07:31.081] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpawnEggItemAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.item.SpawnEggItem +[07мая2026 22:07:31.082] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method friendsandfoes$getSpawnEggs()Ljava/util/Map; to getSpawnEggs$friendsandfoes_$md$d85188$1 in friendsandfoes-common.mixins.json:SpawnEggItemAccessor from mod friendsandfoes +[07мая2026 22:07:31.094] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireChargeMixin from amendments-common.mixins.json into net.minecraft.world.item.FireChargeItem +[07мая2026 22:07:31.094] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FireChargeMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.099] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$createDispenseConfig$0(Lnet/minecraft/core/dispenser/BlockSource;Lnet/minecraft/core/Direction;)Lnet/minecraft/core/Position; to mdd85188$amendments$lambda$createDispenseConfig$0$0 in amendments-common.mixins.json:FireChargeMixin from mod amendments +[07мая2026 22:07:31.215] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinFireworkRocketItem from aileron-common.mixins.json into net.minecraft.world.item.FireworkRocketItem +[07мая2026 22:07:31.251] [pool-16-thread-1/DEBUG] [mixin/]: aileron-common.mixins.json:MixinFireworkRocketItem from mod aileron->@Inject::use(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.266] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.BannerItemMixin from quark.mixins.json into net.minecraft.world.item.BannerItem +[07мая2026 22:07:31.282] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SplashPotionItemMixin from stackablepotions.mixins.json into net.minecraft.world.item.SplashPotionItem +[07мая2026 22:07:31.296] [pool-16-thread-1/DEBUG] [mixin/]: stackablepotions.mixins.json:SplashPotionItemMixin from mod stackablepotions->@Inject::onUse(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:31.296] [pool-16-thread-1/DEBUG] [mixin/]: stackablepotions.mixins.json:SplashPotionItemMixin from mod stackablepotions->@Inject::onUse(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:31.296] [pool-16-thread-1/DEBUG] [mixin/]: stackablepotions.mixins.json:SplashPotionItemMixin from mod stackablepotions->@Inject::onUse(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:31.300] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShieldItemMixin from universalenchants.common.mixins.json into net.minecraft.world.item.ShieldItem +[07мая2026 22:07:31.300] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:ShieldItemMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.321] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CrossbowItemMixin from galosphere.mixins.json into net.minecraft.world.item.CrossbowItem +[07мая2026 22:07:31.334] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.CrossbowItemMixin from ranged_weapon_api.mixins.json into net.minecraft.world.item.CrossbowItem +[07мая2026 22:07:31.334] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.CrossbowItemMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.373] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:CrossbowItemMixin from mod galosphere->@Inject::G$createProjectile(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.374] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.CrossbowItemMixin from mod ranged_weapon_api->@Inject::postInit(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:31.374] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.CrossbowItemMixin from mod ranged_weapon_api->@Inject::postInit(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:31.374] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.CrossbowItemMixin from mod ranged_weapon_api->@Inject::postInit(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:31.374] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.CrossbowItemMixin from mod ranged_weapon_api->@Inject::applyCustomPullTime_RWA(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.384] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BannerPatternItemMixin from supplementaries-common.mixins.json into net.minecraft.world.item.BannerPatternItem +[07мая2026 22:07:31.387] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BannerPatternItemMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.427] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.world.item.HoneycombItem +[07мая2026 22:07:31.427] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:HoneycombItemMixin from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.443] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:HoneycombItemMixin from mod fabric_content_registries_v0->@Inject::createUnwaxedToWaxedMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:31.453] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrushItemMixin from supplementaries-common.mixins.json into net.minecraft.world.item.BrushItem +[07мая2026 22:07:31.455] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BrushItemMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.466] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrushItemMixin from galosphere.mixins.json into net.minecraft.world.item.BrushItem +[07мая2026 22:07:31.473] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrushItemMixin from natures_spirit.mixins.json into net.minecraft.world.item.BrushItem +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushItemMixin from mod galosphere->@Inject::G$brush(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushItemMixin from mod galosphere->@Inject::G$brush(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: galosphere.mixins.json:BrushItemMixin from mod galosphere->@Inject::G$brush(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::injectCalciteClusterBrushing(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::injectCalciteClusterBrushing(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::injectCalciteClusterBrushing(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::useOnBlock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::useOnBlock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:31.664] [pool-16-thread-1/DEBUG] [mixin/]: natures_spirit.mixins.json:BrushItemMixin from mod natures_spirit->@Inject::useOnBlock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:31.725] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinLocalPlayer from mixins.iris.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.725] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinLocalPlayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:31.731] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LocalPlayerMixin from supplementaries-common.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.731] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LocalPlayerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.742] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.LocalPlayerMixin from accessories-common.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.742] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.LocalPlayerMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.744] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinLocalPlayer from caelus.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.744] [pool-16-thread-1/DEBUG] [mixin/]: caelus.mixins.json:MixinLocalPlayer from mod caelus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.746] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientPlayerEntityMixin from bettercombat.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.747] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerEntityMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.754] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientPlayerEntityMixin from combat_roll.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.754] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.758] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinClientPlayerEntity from xaerohud.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.758] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayerEntity from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.760] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinLocalPlayer from xaerohud.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.760] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinLocalPlayer from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.761] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.IMixinLocalPlayer from konkrete.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.761] [pool-16-thread-1/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinLocalPlayer from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.761] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CanvasSignEditScreenMixin from farmersdelight.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.766] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.LocalPlayerMixin from controllable.common.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.767] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientPlayerEntityMixin from spell_engine.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.768] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ClientPlayerEntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.768] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onAttackHit$0(Lnet/spell_engine/internals/melee/Melee$ActiveAttack;Ljava/lang/Integer;)Z to mdd85188$spell_engine$lambda$onAttackHit$0$0 in spell_engine.mixins.json:client.ClientPlayerEntityMixin from mod spell_engine +[07мая2026 22:07:31.817] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.action_impair.ClientPlayerActionImpairing from spell_engine.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.817] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.819] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.control.SpellCastingMovement from spell_engine.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.819] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.SpellCastingMovement from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.824] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LocalPlayerMixin from tide.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.825] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LocalPlayerMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LocalPlayerMixin from kubejs.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.828] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LocalPlayerMixin from walljump.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.828] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:LocalPlayerMixin from mod walljump: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.834] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.ItemDropSoundEffect from sounds.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.838] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.MixinLocalPlayer from fancymenu.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:31.840] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:31.844] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveDamageTypeKey_FancyMenu$2(Lnet/minecraft/resources/ResourceKey;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveDamageTypeKey_FancyMenu$2$1 in fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu +[07мая2026 22:07:31.844] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveEffectKey_FancyMenu$1(Lnet/minecraft/core/Holder;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveEffectKey_FancyMenu$1$2 in fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu +[07мая2026 22:07:31.844] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$resolveEffectKey_FancyMenu$0(Lnet/minecraft/resources/ResourceKey;)Ljava/lang/String; to mdd85188$fancymenu$lambda$resolveEffectKey_FancyMenu$0$3 in fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu +[07мая2026 22:07:31.931] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.HeavyBootsOnPlayerMixin from create.mixins.json into net.minecraft.client.player.LocalPlayer +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LocalPlayerMixin from mod supplementaries->@Inject::suppl$PreventSprintingWithOverencumbered(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LocalPlayerMixin from mod supplementaries->@Inject::suppl$checkIfHasQuiver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LocalPlayerMixin from mod supplementaries->@Inject::suppl$checkIfHasQuiver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LocalPlayerMixin from mod supplementaries->@Inject::suppl$checkIfHasQuiver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: caelus.mixins.json:MixinLocalPlayer from mod caelus->@Inject::caelus$checkFlight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: caelus.mixins.json:MixinLocalPlayer from mod caelus->@Inject::caelus$checkFlight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: caelus.mixins.json:MixinLocalPlayer from mod caelus->@Inject::caelus$checkFlight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerEntityMixin from mod bettercombat->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerEntityMixin from mod bettercombat->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerEntityMixin from mod bettercombat->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tick_TAIL(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tick_TAIL(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tick_TAIL(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.100] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:ClientPlayerEntityMixin from mod combat_roll->@Inject::shouldAutoJump_HEAD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayerEntity from mod xaerominimap->@Inject::onTickStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayerEntity from mod xaerominimap->@Inject::onTickStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayerEntity from mod xaerominimap->@Inject::onTickStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:CanvasSignEditScreenMixin from mod farmersdelight->@Inject::openCanvasSignEditScreen(Lnet/minecraft/world/level/block/entity/SignBlockEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: controllable.common.mixins.json:client.LocalPlayerMixin from mod controllable->@Inject::controllableOnPlayerDamage(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: controllable.common.mixins.json:client.LocalPlayerMixin from mod controllable->@Inject::controllableOnPlayerDamage(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: controllable.common.mixins.json:client.LocalPlayerMixin from mod controllable->@Inject::controllableOnPlayerDamage(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ClientPlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ClientPlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ClientPlayerEntityMixin from mod spell_engine->@Inject::tick_TAIL_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tickMovement_ModifyInput_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tickMovement_ModifyInput_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tickMovement_ModifyInput_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tick_TAIL_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tick_TAIL_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.action_impair.ClientPlayerActionImpairing from mod spell_engine->@Inject::tick_TAIL_SpellEngine_ActionImpairing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.SpellCastingMovement from mod spell_engine->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.SpellCastingMovement from mod spell_engine->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.SpellCastingMovement from mod spell_engine->@Inject::tickMovement_ModifyInput(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LocalPlayerMixin from mod tide->@Inject::openItemGui(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LocalPlayerMixin from mod tide->@Inject::openItemGui(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LocalPlayerMixin from mod tide->@Inject::openItemGui(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:LocalPlayerMixin from mod walljump->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:LocalPlayerMixin from mod walljump->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:LocalPlayerMixin from mod walljump->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDropSoundEffect from mod sounds->@Inject::$drop_selected_item_sound_effect(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDropSoundEffect from mod sounds->@Inject::$drop_selected_item_sound_effect(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDropSoundEffect from mod sounds->@Inject::$drop_selected_item_sound_effect(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_tick_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_removeEffectNoUpdate_FancyMenu(Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.101] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.102] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::after_setExperienceValues_FancyMenu(FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.102] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_hurt_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:32.102] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_hurt_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:32.102] [pool-16-thread-1/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLocalPlayer from mod fancymenu->@Inject::before_hurt_FancyMenu(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:32.102] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:client.HeavyBootsOnPlayerMixin from mod create->@Inject::create$noSwimmingWithHeavyBootsOn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.AbstractClientPlayerEntityMixin from bettercombat.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.123] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.126] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$createPoseAdjustment$1(Lnet/minecraft/world/entity/player/Player;Ljava/lang/String;)Ljava/util/Optional; to mdd85188$bettercombat$lambda$createPoseAdjustment$1$0 in bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat +[07мая2026 22:07:32.126] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$createAttackAdjustment$0(Lnet/minecraft/world/entity/player/Player;Ljava/lang/String;)Ljava/util/Optional; to mdd85188$bettercombat$lambda$createAttackAdjustment$0$1 in bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat +[07мая2026 22:07:32.191] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractClientPlayerEntityMixin from combat_roll.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.191] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:AbstractClientPlayerEntityMixin from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.193] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$createAdjustmentModifier$0(Lnet/minecraft/world/entity/player/Player;Ljava/lang/String;)Ljava/util/Optional; to mdd85188$combat_roll$lambda$createAdjustmentModifier$0$2 in combat_roll.mixins.json:AbstractClientPlayerEntityMixin from mod combat_roll +[07мая2026 22:07:32.205] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinAbstractClientPlayerEntity from xaerohud.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.205] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinAbstractClientPlayerEntity from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.206] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.AbstractClientPlayerMixin from aether.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.207] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractClientPlayerEntityMixin from spyglass_improvements.common.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.212] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.AbstractClientPlayerEntityMixin from spell_engine.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.212] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.AbstractClientPlayerEntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.214] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$createPitchAdjustment_SpellEngine$0(Lnet/minecraft/world/entity/player/Player;Ljava/lang/String;)Ljava/util/Optional; to mdd85188$spell_engine$lambda$createPitchAdjustment_SpellEngine$0$3 in spell_engine.mixins.json:client.AbstractClientPlayerEntityMixin from mod spell_engine +[07мая2026 22:07:32.246] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractClientPlayerMixin from kubejs.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.248] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.AbstractClientPlayerEntityMixin from ranged_weapon_api.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.249] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:client.AbstractClientPlayerEntityMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.251] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractClientPlayerAccessor from flywheel.backend.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.252] [pool-16-thread-1/DEBUG] [mixin/]: Mixing renderer.entity.MixinClientPlayer from forge-badoptimizations.mixins.json into net.minecraft.client.player.AbstractClientPlayer +[07мая2026 22:07:32.252] [pool-16-thread-1/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinClientPlayer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:client.AbstractClientPlayerEntityMixin from mod bettercombat->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:AbstractClientPlayerEntityMixin from mod combat_roll->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:AbstractClientPlayerEntityMixin from mod combat_roll->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: combat_roll.mixins.json:AbstractClientPlayerEntityMixin from mod combat_roll->@Inject::postInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.AbstractClientPlayerEntityMixin from mod spell_engine->@Inject::postInit_SpellEngine(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.AbstractClientPlayerEntityMixin from mod spell_engine->@Inject::postInit_SpellEngine(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:32.454] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.AbstractClientPlayerEntityMixin from mod spell_engine->@Inject::postInit_SpellEngine(Lnet/minecraft/client/multiplayer/ClientLevel;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:32.483] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemSettingsMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.item.Item$Properties +[07мая2026 22:07:32.483] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:ItemSettingsMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.483] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinItemProperties from architectury-common.mixins.json into net.minecraft.world.item.Item$Properties +[07мая2026 22:07:32.483] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItemProperties from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:32.489] [pool-16-thread-1/DEBUG] [mixin/]: Mixing itemgroup.ItemSettingsMixin from owo.mixins.json into net.minecraft.world.item.Item$Properties +[07мая2026 22:07:32.489] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:itemgroup.ItemSettingsMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:32.490] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$group$0(Lio/wispforest/owo/itemgroup/OwoItemGroup;)Lio/wispforest/owo/itemgroup/OwoItemGroup; to mdd85188$owo$lambda$group$0$0 in owo.mixins.json:itemgroup.ItemSettingsMixin from mod owo +[07мая2026 22:07:32.497] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ItemSettingMixin from ranged_weapon_api.mixins.json into net.minecraft.world.item.Item$Properties +[07мая2026 22:07:32.497] [pool-16-thread-1/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:item.ItemSettingMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.525] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.encoder_cache_leak.EncoderCacheAccessor from modernfix-modernfix.mixins.json into net.minecraft.util.EncoderCache +[07мая2026 22:07:32.530] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ComponentTypeBuilderMixin from owo.mixins.json into net.minecraft.core.component.DataComponentType$Builder +[07мая2026 22:07:32.530] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ComponentTypeBuilderMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:32.593] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentMixin from immersiveui-common.mixins.json into net.minecraft.world.item.enchantment.Enchantment +[07мая2026 22:07:32.594] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.596] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentMixin from bettercombat.mixins.json into net.minecraft.world.item.enchantment.Enchantment +[07мая2026 22:07:32.596] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:EnchantmentMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.606] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentMixin from misctweaks.mixins.json into net.minecraft.world.item.enchantment.Enchantment +[07мая2026 22:07:32.606] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:EnchantmentMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.624] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentMixin from mod immersiveui->@Inject::obfuscateCursedEnchantments(Lnet/minecraft/core/Holder;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:32.624] [pool-16-thread-1/DEBUG] [mixin/]: bettercombat.mixins.json:EnchantmentMixin from mod bettercombat->@Inject::getEquipmentFix(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.653] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HolderSetNamedAccessor from wover.biome.mixins.common.json into net.minecraft.core.HolderSet$Named +[07мая2026 22:07:32.654] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.HolderSetNamedAccessor from reliable_recipes.mixins.json into net.minecraft.core.HolderSet$Named +[07мая2026 22:07:32.654] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.HolderSetNamedAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:32.680] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.LootContextParamSetsAccessor from aether.mixins.json into net.minecraft.world.level.storage.loot.parameters.LootContextParamSets +[07мая2026 22:07:32.680] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callRegister(Ljava/lang/String;Ljava/util/function/Consumer;)Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet; to callRegister$aether_$md$d85188$0 in aether.mixins.json:common.accessor.LootContextParamSetsAccessor from mod aether +[07мая2026 22:07:32.680] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootContextTypesAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.parameters.LootContextParamSets +[07мая2026 22:07:32.680] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getREGISTRY()Lcom/google/common/collect/BiMap; to getREGISTRY$emi_loot_$md$d85188$1 in emi_loot.mixins.json:LootContextTypesAccessor from mod emi_loot +[07мая2026 22:07:32.680] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootContextParamSetsMixin from tide.mixins.json into net.minecraft.world.level.storage.loot.parameters.LootContextParamSets +[07мая2026 22:07:32.682] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LootContextParamSetsMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.682] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$register$0(Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet$Builder;)V to mdd85188$tide$lambda$register$0$2 in tide.mixins.json:LootContextParamSetsMixin from mod tide +[07мая2026 22:07:32.771] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:LootContextParamSetsMixin from mod tide->@Inject::register(Ljava/lang/String;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:32.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentAttributeEffectMixin from accessories-common.mixins.json into net.minecraft.world.item.enchantment.effects.EnchantmentAttributeEffect +[07мая2026 22:07:32.949] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EnchantmentAttributeEffectMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:32.971] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EnchantmentAttributeEffectMixin from mod accessories->@Inject::returnEmptyIfAccessoriesSlot(ILnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.127] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinNbtPredicate from curios.neoforge.mixins.json into net.minecraft.advancements.critereon.NbtPredicate +[07мая2026 22:07:33.162] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.NonNullListAccessor from lithium.mixins.json into net.minecraft.core.NonNullList +[07мая2026 22:07:33.170] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PatchedDataComponentMapMixin from accessories-common.mixins.json into net.minecraft.core.component.PatchedDataComponentMap +[07мая2026 22:07:33.171] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.171] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$accessories$getMutationEvent$2(Ljava/util/List;)Lio/wispforest/accessories/utils/ItemStackMutation; to mdd85188$accessories$lambda$accessories$getMutationEvent$2$0 in accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories +[07мая2026 22:07:33.171] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$accessories$getMutationEvent$1(Ljava/util/List;Lnet/minecraft/world/item/ItemStack;Ljava/util/List;)V to mdd85188$accessories$lambda$accessories$getMutationEvent$1$1 in accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories +[07мая2026 22:07:33.171] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$accessories$getMutationEvent$0(Lnet/minecraft/world/item/ItemStack;Ljava/util/List;Lio/wispforest/accessories/utils/ItemStackMutation;)V to mdd85188$accessories$lambda$accessories$getMutationEvent$0$2 in accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories +[07мая2026 22:07:33.173] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.PatchedDataComponentMapMixin from lithium.mixins.json into net.minecraft.core.component.PatchedDataComponentMap +[07мая2026 22:07:33.173] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ext.ComponentMapImplAccessor from owo.mixins.json into net.minecraft.core.component.PatchedDataComponentMap +[07мая2026 22:07:33.173] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ComponentMapImplAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:33.174] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ext.ComponentMapImplMixin from owo.mixins.json into net.minecraft.core.component.PatchedDataComponentMap +[07мая2026 22:07:33.174] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ext.ComponentMapImplMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:33.175] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PatchedDataComponentMapMixin from ferritecore.datacomponents.mixin.json into net.minecraft.core.component.PatchedDataComponentMap +[07мая2026 22:07:33.176] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.datacomponents.mixin.json:PatchedDataComponentMapMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.181] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_set(Lnet/minecraft/core/component/DataComponentType;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_remove(Lnet/minecraft/core/component/DataComponentType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_applyPatchHead(Lnet/minecraft/core/component/DataComponentPatch;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_applyPatchTail(Lnet/minecraft/core/component/DataComponentPatch;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_applyPatch(Lnet/minecraft/core/component/DataComponentType;Ljava/util/Optional;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PatchedDataComponentMapMixin from mod accessories->@Inject::accessories$updateChangeValue_restorePatch(Lnet/minecraft/core/component/DataComponentPatch;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.PatchedDataComponentMapMixin from mod lithium->@Inject::trackBeforeChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.datacomponents.mixin.json:PatchedDataComponentMapMixin from mod ferritecore->@Inject::saveMemoryIfEmpty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.datacomponents.mixin.json:PatchedDataComponentMapMixin from mod ferritecore->@Inject::saveMemoryIfEmpty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.datacomponents.mixin.json:PatchedDataComponentMapMixin from mod ferritecore->@Inject::saveMemoryIfEmptyWithReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.182] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.datacomponents.mixin.json:PatchedDataComponentMapMixin from mod ferritecore->@Inject::saveMemoryIfEmptyWithReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ToolMixin from misctweaks.mixins.json into net.minecraft.world.item.component.Tool +[07мая2026 22:07:33.202] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:ToolMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.202] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$modifyMiningSpeed$0(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/resources/ResourceLocation;)Z to mdd85188$misctweaks$lambda$modifyMiningSpeed$0$0 in misctweaks.mixins.json:ToolMixin from mod misctweaks +[07мая2026 22:07:33.229] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BundleContentsComponentAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.world.item.component.BundleContents +[07мая2026 22:07:33.229] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:BundleContentsComponentAccessor from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.229] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method getOccupancy(Lnet/minecraft/world/item/ItemStack;)Lorg/apache/commons/lang3/math/Fraction; to getOccupancy$fabric_transfer_api_v1_$md$d85188$0 in fabric-transfer-api-v1.mixins.json:BundleContentsComponentAccessor from mod fabric_transfer_api_v1 +[07мая2026 22:07:33.237] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PotionContentsComponentMixin from item_descriptions.mixins.json into net.minecraft.world.item.alchemy.PotionContents +[07мая2026 22:07:33.238] [pool-16-thread-1/DEBUG] [mixin/]: item_descriptions.mixins.json:PotionContentsComponentMixin from mod item_descriptions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.239] [pool-16-thread-1/DEBUG] [mixin/]: item_descriptions.mixins.json:PotionContentsComponentMixin from mod item_descriptions->@Inject::mixin(Ljava/lang/Iterable;Ljava/util/function/Consumer;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.242] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.PotionAccessor from yungsapi.mixins.json into net.minecraft.world.item.alchemy.Potion +[07мая2026 22:07:33.243] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.PotionAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.264] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorArmorTrim from quark.mixins.json into net.minecraft.world.item.armortrim.ArmorTrim +[07мая2026 22:07:33.264] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getUPGRADE_TITLE()Lnet/minecraft/network/chat/Component; to getUPGRADE_TITLE$quark_$md$d85188$0 in quark.mixins.json:accessor.AccessorArmorTrim from mod quark +[07мая2026 22:07:33.264] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ArmorTrimMixin from create.mixins.json into net.minecraft.world.item.armortrim.ArmorTrim +[07мая2026 22:07:33.264] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0(Ljava/lang/Boolean;Lnet/minecraft/core/Holder;)Lnet/minecraft/resources/ResourceLocation; to mdd85188$create$lambda$new$0$1 in create.mixins.json:ArmorTrimMixin from mod create +[07мая2026 22:07:33.267] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:ArmorTrimMixin from mod create->@Inject::create$swapTexturesForCardboardTrimsInner(Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.267] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:ArmorTrimMixin from mod create->@Inject::create$swapTexturesForCardboardTrimsOuter(Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.271] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ArmorMaterialMixin from mowziesmobs.mixins.json into net.minecraft.world.item.ArmorMaterial +[07мая2026 22:07:33.303] [pool-16-thread-1/DEBUG] [mixin/]: Mixing platform.neoforge.AuxiliaryLightManagerMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.common.world.AuxiliaryLightManager +[07мая2026 22:07:33.303] [pool-16-thread-1/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.AuxiliaryLightManagerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.313] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireworkRocketEntityMixin from kubejs.mixins.json into net.minecraft.world.entity.projectile.FireworkRocketEntity +[07мая2026 22:07:33.317] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinLightningBolt from architectury-common.mixins.json into net.minecraft.world.entity.LightningBolt +[07мая2026 22:07:33.317] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:33.319] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LightningBolt +[07мая2026 22:07:33.320] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes$randomStepCleaningCopper$1(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)V to mdd85188$friendsandfoes$lambda$friendsandfoes$randomStepCleaningCopper$1$0 in friendsandfoes-common.mixins.json:LightningEntityMixin from mod friendsandfoes +[07мая2026 22:07:33.320] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes$randomStepCleaningCopper$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)V to mdd85188$friendsandfoes$lambda$friendsandfoes$randomStepCleaningCopper$0$1 in friendsandfoes-common.mixins.json:LightningEntityMixin from mod friendsandfoes +[07мая2026 22:07:33.323] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningEntityMixin from moonlight-common.mixins.json into net.minecraft.world.entity.LightningBolt +[07мая2026 22:07:33.324] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:LightningEntityMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.325] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningBoltMixin from quark.mixins.json into net.minecraft.world.entity.LightningBolt +[07мая2026 22:07:33.326] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LightningBoltMixin from create_enchantment_industry.mixins.json into net.minecraft.world.entity.LightningBolt +[07мая2026 22:07:33.326] [pool-16-thread-1/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:LightningBoltMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:33.343] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.343] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V has 0 override(s) in child classes +[07мая2026 22:07:33.343] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:LightningEntityMixin from mod moonlight->@Inject::powerLightningRod(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:LightningEntityMixin from mod moonlight->@Inject::powerLightningRod(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:LightningEntityMixin from mod moonlight->@Inject::powerLightningRod(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:LightningBoltMixin from mod create_enchantment_industry->@Inject::tick$chargeExperienceOnLightingStrike(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:LightningBoltMixin from mod create_enchantment_industry->@Inject::tick$chargeExperienceOnLightingStrike(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.344] [pool-16-thread-1/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:LightningBoltMixin from mod create_enchantment_industry->@Inject::tick$chargeExperienceOnLightingStrike(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.351] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.world_border_listener.WorldBorderMixin from lithium.mixins.json into net.minecraft.world.level.border.WorldBorder +[07мая2026 22:07:33.354] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.354] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.354] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.354] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::addSimpleListenerOnce(Lnet/minecraft/world/level/border/BorderChangeListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.362] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.ticking_chunk_alloc.ChunkAccessMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.compact_imposterprotochunks.ChunkAccessMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.364] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkAccessMixin from smoothchunk.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.364] [pool-16-thread-1/DEBUG] [mixin/]: smoothchunk.mixins.json:ChunkAccessMixin from mod smoothchunk: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.364] [pool-16-thread-1/DEBUG] [mixin/]: Mixing main.ChunkAccessMixin from alltheleaks.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.364] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ChunkAccessMixin from reliable_replacer.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.364] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ChunkAccessMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.ChunkAccessAccessor from aether.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.ChunkAccessAccessor from copycats-common.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.365] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.ChunkAccessAccessor from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorChunkAccess from quark.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.365] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinChunk from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.chunk.ChunkAccess +[07мая2026 22:07:33.378] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.chunk.LevelChunkMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.378] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.chunk.LevelChunkMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.378] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.chunk.LevelChunkMixin$Client from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.378] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.chunk.LevelChunkMixin$Client from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.378] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.inline_block_access.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.380] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkSectionReadSkipMixin from connectivity.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.381] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WorldChunkMixin from puffish_skills.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.381] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:WorldChunkMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.381] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelChunkMixin from structurify-common.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing collections.block_entity_tickers.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.387] [pool-16-thread-1/DEBUG] [mixin/]: Mixing util.chunk_status_tracking.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.388] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.389] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.combined_heightmap_update.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.391] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.game_events.dispatch.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.392] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/ChunkPos;)V to mdd85188$lithium$lambda$static$1$0 in lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium +[07мая2026 22:07:33.392] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/chunk/LevelChunk;)V to mdd85188$lithium$lambda$static$0$1 in lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium +[07мая2026 22:07:33.399] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinWorldChunk from xaerohud.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.399] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinWorldChunk from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.400] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinWorldChunk from xaeroworldmap.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.400] [pool-16-thread-1/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinWorldChunk from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.400] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WorldChunkMixin from fabric-lifecycle-events-v1.client.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.400] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.402] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.migration.LevelChunkMixin from copycats-common.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.402] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.migration.LevelChunkMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.403] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LevelChunkMixin from moonlight-common.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.403] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:LevelChunkMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.403] [pool-16-thread-1/DEBUG] [mixin/]: Mixing visualmanage.LevelChunkMixin from flywheel.impl.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.403] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IWorldChunk from c2me-base.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.404] [pool-16-thread-1/DEBUG] [mixin/]: Mixing fluid_postprocessing.MixinWorldChunk from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.404] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinWorldChunk from c2me-notickvd.mixins.json into net.minecraft.world.level.chunk.LevelChunk +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;Ljava/lang/Object;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;Ljava/lang/Object;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;Ljava/lang/Object;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/entity/TickingBlockEntity;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/level/chunk/LevelChunkSection;ZIIILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/Block;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/level/chunk/LevelChunkSection;ZIIILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/Block;)V has 0 override(s) in child classes +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/level/chunk/LevelChunkSection;ZIIILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/Block;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.423] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.425] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onLoadBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onLoadBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onLoadBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.426] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/entity/BlockEntity;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/entity/BlockEntity;)V has 0 override(s) in child classes +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:WorldChunkMixin from mod fabric_lifecycle_events_v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/entity/BlockEntity;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.migration.LevelChunkMixin from mod copycats->@Inject::migrateBlockEntity(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelChunkMixin from mod flywheel->@Inject::flywheel$onBlockEntityAdded(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelChunkMixin from mod flywheel->@Inject::flywheel$onBlockEntityAdded(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.427] [pool-16-thread-1/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelChunkMixin from mod flywheel->@Inject::flywheel$onBlockEntityAdded(Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.481] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerComponentAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.world.item.component.ItemContainerContents +[07мая2026 22:07:33.481] [pool-16-thread-1/DEBUG] [mixin/]: fabric-transfer-api-v1.mixins.json:ContainerComponentAccessor from mod fabric_transfer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.522] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemPredicateMixin from mixins.cerulean.json into net.minecraft.advancements.critereon.ItemPredicate +[07мая2026 22:07:33.523] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:ItemPredicateMixin from mod cerulean: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.523] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$cerulean$fasterMatches$2(I)Ljava/lang/Boolean; to mdd85188$cerulean$lambda$cerulean$fasterMatches$2$0 in mixins.cerulean.json:ItemPredicateMixin from mod cerulean +[07мая2026 22:07:33.523] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$cerulean$fasterMatches$1(IILjava/lang/Integer;)Ljava/lang/Boolean; to mdd85188$cerulean$lambda$cerulean$fasterMatches$1$1 in mixins.cerulean.json:ItemPredicateMixin from mod cerulean +[07мая2026 22:07:33.523] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$cerulean$fasterMatches$0(ILjava/util/Optional;Ljava/util/Optional;)Ljava/lang/String; to mdd85188$cerulean$lambda$cerulean$fasterMatches$0$2 in mixins.cerulean.json:ItemPredicateMixin from mod cerulean +[07мая2026 22:07:33.572] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CommonHooksMixin from connector.mixins.json into net.neoforged.neoforge.common.CommonHooks +[07мая2026 22:07:33.572] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:CommonHooksMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.572] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$connector$allowAttributeMixins$0(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder;)V to mdd85188$connector$lambda$connector$allowAttributeMixins$0$0 in connector.mixins.json:CommonHooksMixin from mod connector +[07мая2026 22:07:33.576] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:CommonHooksMixin from mod connector->@Inject::getFabricVanillaFluidType(Lnet/minecraft/world/level/material/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.576] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:CommonHooksMixin from mod connector->@Inject::connector$allowAttributeMixins(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.576] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:CommonHooksMixin from mod connector->@Inject::appyUseOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.616] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StoreLootParamsMixin$LootParamsBuilderMixin from brewinandchewin.mixins.json into net.minecraft.world.level.storage.loot.LootParams$Builder +[07мая2026 22:07:33.616] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:StoreLootParamsMixin$LootParamsBuilderMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.623] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplosionMixin from supplementaries-common.mixins.json into net.minecraft.world.level.Explosion +[07мая2026 22:07:33.623] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplosionMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.623] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplosionMixin from amendments-common.mixins.json into net.minecraft.world.level.Explosion +[07мая2026 22:07:33.623] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:ExplosionMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.627] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplosionMixin from mod supplementaries->@Inject::supp$explode(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.627] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplosionMixin from mod supplementaries->@Inject::supp$explode(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.628] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplosionMixin from mod supplementaries->@Inject::supp$explode(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.629] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:ExplosionMixin from mod amendments->@Inject::amendments$addBlockSideEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.629] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:ExplosionMixin from mod amendments->@Inject::amendments$addBlockSideEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.629] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:ExplosionMixin from mod amendments->@Inject::amendments$addBlockSideEffects(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.636] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FixBlockPlaceContextMixin from moonlight-common.mixins.json into net.minecraft.world.item.context.BlockPlaceContext +[07мая2026 22:07:33.636] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:FixBlockPlaceContextMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.639] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:FixBlockPlaceContextMixin from mod moonlight->@Inject::moonlight$fixNotAccountingForNullPlayer1(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.640] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:FixBlockPlaceContextMixin from mod moonlight->@Inject::moonlight$fixNotAccountingForNullPlayer2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.641] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:FixBlockPlaceContextMixin from mod moonlight->@Inject::moonlight$fixNotAccountingForNullPlayer3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.643] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.UseOnContextAccessor from create.mixins.json into net.minecraft.world.item.context.UseOnContext +[07мая2026 22:07:33.652] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.BoatRenderStateMixin from punchy.mixins.json into net.minecraft.world.entity.vehicle.Boat +[07мая2026 22:07:33.655] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.BoatAccessor from aether.mixins.json into net.minecraft.world.entity.vehicle.Boat +[07мая2026 22:07:33.655] [pool-16-thread-1/DEBUG] [mixin/]: Mixing boat.BoatMixin from bclib.mixins.common.json into net.minecraft.world.entity.vehicle.Boat +[07мая2026 22:07:33.661] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BoatMixin from boatload.mixins.json into net.minecraft.world.entity.vehicle.Boat +[07мая2026 22:07:33.663] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BoatMixin from quark.mixins.json into net.minecraft.world.entity.vehicle.Boat +[07мая2026 22:07:33.689] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_setType(Lnet/minecraft/world/entity/vehicle/Boat$Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_getBoatType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_getDropItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.BoatMixin from mod bclib->@Inject::bcl_checkFallDamage(DZLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.690] [pool-16-thread-1/DEBUG] [mixin/]: boatload.mixins.json:BoatMixin from mod boatload->@Inject::addBannerInteraction(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.707] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VehicleEntityMixin from boatload.mixins.json into net.minecraft.world.entity.vehicle.VehicleEntity +[07мая2026 22:07:33.713] [pool-16-thread-1/DEBUG] [mixin/]: boatload.mixins.json:VehicleEntityMixin from mod boatload->@Inject::dropBannerWhenBroken(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.713] [pool-16-thread-1/DEBUG] [mixin/]: boatload.mixins.json:VehicleEntityMixin from mod boatload->@Inject::dropBannerWhenBroken(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.713] [pool-16-thread-1/DEBUG] [mixin/]: boatload.mixins.json:VehicleEntityMixin from mod boatload->@Inject::dropBannerWhenBroken(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.777] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractMinecartMixin from puzzleslib.common.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecart +[07мая2026 22:07:33.777] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.common.mixins.json:AbstractMinecartMixin from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.777] [pool-16-thread-1/DEBUG] [mixin/]: Mixing lightsource.AbstractMinecartEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.vehicle.AbstractMinecart +[07мая2026 22:07:33.777] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.AbstractMinecartEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.779] [pool-16-thread-1/DEBUG] [mixin/]: Mixing nonliving.ServerMinecartMixin from smoothmovement.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecart +[07мая2026 22:07:33.779] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerMinecartMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.783] [pool-16-thread-1/DEBUG] [mixin/]: Mixing nonliving.ClientMinecartMixin from smoothmovement.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecart +[07мая2026 22:07:33.783] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.AbstractMinecartEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.AbstractMinecartEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.AbstractMinecartEntityMixin from mod sodiumdynamiclights->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement->@Inject::onPosLerp(DDDFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement->@Inject::lerpMotion(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.810] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ClientMinecartMixin from mod smoothmovement->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.836] [pool-16-thread-1/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/entity/Entity$Anonymous$faccc101fb544d83bb332011d5e201b1 (originally traben/entity_model_features/mixin/mixins/MixinEntity$1) +[07мая2026 22:07:33.854] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SoundInstanceMixin from fabric-sound-api-v1.mixins.json into net.minecraft.client.resources.sounds.SoundInstance +[07мая2026 22:07:33.854] [pool-16-thread-1/DEBUG] [mixin/]: fabric-sound-api-v1.mixins.json:SoundInstanceMixin from mod fabric_sound_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.873] [pool-16-thread-1/DEBUG] [mixin/]: Mixing lightsource.BlockAttachedEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.decoration.BlockAttachedEntity +[07мая2026 22:07:33.873] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.BlockAttachedEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.874] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entities.BlockAttachedEntityMixin from repurposed_structures-common.mixins.json into net.minecraft.world.entity.decoration.BlockAttachedEntity +[07мая2026 22:07:33.881] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.inactive_navigations.PathNavigationMixin from lithium.mixins.json into net.minecraft.world.entity.ai.navigation.PathNavigation +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.886] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.898] [pool-16-thread-1/DEBUG] [mixin/]: Mixing livingentity.ServerMoveControlMixin from smoothmovement.mixins.json into net.minecraft.world.entity.ai.control.MoveControl +[07мая2026 22:07:33.898] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ServerMoveControlMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.915] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntityTypeBuilderMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.entity.EntityType$Builder +[07мая2026 22:07:33.916] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:EntityTypeBuilderMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.926] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:EntityTypeBuilderMixin from mod fabric_object_builder_api_v1->@Inject::applyChildBuilders(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:33.971] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExperienceOrbMixin from allurement.mixins.json into net.minecraft.world.entity.ExperienceOrb +[07мая2026 22:07:33.971] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onCollideWithPlayer$0(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/player/Player;Lorg/apache/commons/lang3/mutable/MutableFloat;Lnet/minecraft/core/Holder;ILnet/minecraft/world/item/enchantment/EnchantedItemInUse;)V to mdd85188$allurement$lambda$onCollideWithPlayer$0$0 in allurement.mixins.json:ExperienceOrbMixin from mod allurement +[07мая2026 22:07:33.973] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExperienceOrbMixin from quark.mixins.json into net.minecraft.world.entity.ExperienceOrb +[07мая2026 22:07:33.973] [pool-16-thread-1/DEBUG] [mixin/]: Mixing nonliving.ServerExperienceOrbMixin from smoothmovement.mixins.json into net.minecraft.world.entity.ExperienceOrb +[07мая2026 22:07:33.973] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:nonliving.ServerExperienceOrbMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.980] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ExperienceOrbMixin from mod allurement->@Inject::onCollideWithPlayer(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:33.980] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ExperienceOrbMixin from mod allurement->@Inject::onCollideWithPlayer(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:33.980] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:ExperienceOrbMixin from mod allurement->@Inject::onCollideWithPlayer(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:33.997] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.cosmetic.ArmorStandMixin from accessories-common.mixins.json into net.minecraft.world.entity.decoration.ArmorStand +[07мая2026 22:07:33.997] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.ArmorStandMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:33.998] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.equipment_tracking.ArmorStandMixin from lithium.mixins.json into net.minecraft.world.entity.decoration.ArmorStand +[07мая2026 22:07:33.999] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.ArmorStandMixin from lithium.mixins.json into net.minecraft.world.entity.decoration.ArmorStand +[07мая2026 22:07:33.999] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getMinecartsDirectly$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity;)Z to mdd85188$lithium$lambda$getMinecartsDirectly$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.ArmorStandMixin from mod lithium +[07мая2026 22:07:33.999] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ArmorStandMixin from aether.mixins.json into net.minecraft.world.entity.decoration.ArmorStand +[07мая2026 22:07:34.000] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ArmorStandMixin from quark.mixins.json into net.minecraft.world.entity.decoration.ArmorStand +[07мая2026 22:07:34.007] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:client.cosmetic.ArmorStandMixin from mod accessories->@Inject::accessories$getCosmeticAlternative(Lnet/minecraft/world/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.037] [pool-16-thread-1/DEBUG] [mixin/]: Mixing livingentity.ServerLookControlMixin from smoothmovement.mixins.json into net.minecraft.world.entity.ai.control.LookControl +[07мая2026 22:07:34.038] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:livingentity.ServerLookControlMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.048] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.ticking_chunk_alloc.BatMixin from modernfix-modernfix.mixins.json into net.minecraft.world.entity.ambient.Bat +[07мая2026 22:07:34.071] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.071] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.BeeAccessor from aether.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.072] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.BeeAccessor from golemoverhaul.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.073] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.BeeMixin from golemoverhaul.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.084] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeeEntityAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.084] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeeEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Bee +[07мая2026 22:07:34.098] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$setHasStung(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.BeeMixin from mod golemoverhaul->@Inject::golemoverhaul$wantsToEnterHive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.099] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TemptGoalMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.goal.TemptGoal +[07мая2026 22:07:34.133] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TemptGoalMixin from quark.mixins.json into net.minecraft.world.entity.ai.goal.TemptGoal +[07мая2026 22:07:34.141] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:TemptGoalMixin from mod quark->@Inject::findTroughs(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.141] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:TemptGoalMixin from mod quark->@Inject::findTroughs(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.141] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:TemptGoalMixin from mod quark->@Inject::findTroughs(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.144] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeeHiveGoalMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal +[07мая2026 22:07:34.150] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeeGoToKnownFlowerGoalMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Bee$BeeGoToKnownFlowerGoal +[07мая2026 22:07:34.152] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BeeGoalMixin from moonlight-common.mixins.json into net.minecraft.world.entity.animal.Bee$BeeGrowCropGoal +[07мая2026 22:07:34.153] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BeeGoalMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.155] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:BeeGoalMixin from mod moonlight->@Inject::moonlight$tickBeeGrowable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockState;)V does use it's CallbackInfo +[07мая2026 22:07:34.161] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TrackTargetGoalStealth from rogues.mixins.json into net.minecraft.world.entity.ai.goal.target.TargetGoal +[07мая2026 22:07:34.161] [pool-16-thread-1/DEBUG] [mixin/]: rogues.mixins.json:TrackTargetGoalStealth from mod rogues: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.163] [pool-16-thread-1/DEBUG] [mixin/]: rogues.mixins.json:TrackTargetGoalStealth from mod rogues->@Inject::getFollowRange_HEAD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.164] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NearestAttackableTargetGoalMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoal +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$4(Lnet/minecraft/world/entity/Mob;Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$crittersandcompanions$lambda$onInit$4$0 in crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$3(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/Mob;Ljava/lang/Double;)Ljava/lang/Boolean; to mdd85188$crittersandcompanions$lambda$onInit$3$1 in crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$2(Ljava/lang/Double;)Ljava/lang/Double; to mdd85188$crittersandcompanions$lambda$onInit$2$2 in crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$1(Ljava/lang/Double;)Z to mdd85188$crittersandcompanions$lambda$onInit$1$3 in crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions +[07мая2026 22:07:34.165] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(Lnet/minecraft/world/entity/Mob;Ljava/lang/Integer;)Ljava/lang/Double; to mdd85188$crittersandcompanions$lambda$onInit$0$4 in crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions +[07мая2026 22:07:34.172] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.NearestAttackableTargetGoalMixin from golemoverhaul.mixins.json into net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoal +[07мая2026 22:07:34.173] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$findTarget$1(Lnet/minecraft/world/entity/Entity;)Lnet/minecraft/world/entity/LivingEntity; to mdd85188$golemoverhaul$lambda$golemoverhaul$findTarget$1$5 in golemoverhaul.mixins.json:common.NearestAttackableTargetGoalMixin from mod golemoverhaul +[07мая2026 22:07:34.173] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$findTarget$0(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$golemoverhaul$lambda$golemoverhaul$findTarget$0$6 in golemoverhaul.mixins.json:common.NearestAttackableTargetGoalMixin from mod golemoverhaul +[07мая2026 22:07:34.183] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions->@Inject::onInit(Lnet/minecraft/world/entity/Mob;Ljava/lang/Class;IZZLjava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.184] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions->@Inject::onInit(Lnet/minecraft/world/entity/Mob;Ljava/lang/Class;IZZLjava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.184] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NearestAttackableTargetGoalMixin from mod crittersandcompanions->@Inject::onInit(Lnet/minecraft/world/entity/Mob;Ljava/lang/Class;IZZLjava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.184] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.NearestAttackableTargetGoalMixin from mod golemoverhaul->@Inject::golemoverhaul$findTarget(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.184] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.NearestAttackableTargetGoalMixin from mod golemoverhaul->@Inject::golemoverhaul$findTarget(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.184] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.NearestAttackableTargetGoalMixin from mod golemoverhaul->@Inject::golemoverhaul$findTarget(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.192] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.misc.MixinBlazeEntity from entity_texture_features.mixins.json into net.minecraft.world.entity.monster.Blaze +[07мая2026 22:07:34.192] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinBlazeEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:34.194] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlazeEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.monster.Blaze +[07мая2026 22:07:34.216] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RandomStrollGoalMixin from allurement.mixins.json into net.minecraft.world.entity.ai.goal.RandomStrollGoal +[07мая2026 22:07:34.218] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:RandomStrollGoalMixin from mod allurement->@Inject::canUse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.219] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.LookAtPlayerGoalAccessor from aether.mixins.json into net.minecraft.world.entity.ai.goal.LookAtPlayerGoal +[07мая2026 22:07:34.228] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisplayAccessor from entityculling.mixins.json into net.minecraft.world.entity.Display +[07мая2026 22:07:34.228] [pool-16-thread-1/DEBUG] [mixin/]: entityculling.mixins.json:DisplayAccessor from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:34.246] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractSkeletonMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.AbstractSkeleton +[07мая2026 22:07:34.246] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$consumeQuiverArrow(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$consumeQuiverArrow(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.256] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractSkeletonMixin from mod supplementaries->@Inject::supp$consumeQuiverArrow(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.280] [pool-16-thread-1/DEBUG] [mixin/]: Mixing lightsource.AbstractHurtingProjectileEntityMixin from mixins.sodiumdynamiclights.json into net.minecraft.world.entity.projectile.AbstractHurtingProjectile +[07мая2026 22:07:34.280] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:lightsource.AbstractHurtingProjectileEntityMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.299] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractHorseMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse +[07мая2026 22:07:34.300] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractHorseMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.306] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractHorseMixin from hearthandharvest.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse +[07мая2026 22:07:34.309] [pool-16-thread-1/DEBUG] [mixin/]: Mixing action_impair.AbstractHorseEntityMixin from spell_engine.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse +[07мая2026 22:07:34.309] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.AbstractHorseEntityMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.309] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractHorseMixin from allurement.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse +[07мая2026 22:07:34.310] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieHorseAbstractHorseEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractHorseMixin from mod supplementaries->@Inject::supp$addSugarCube(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractHorseMixin from mod supplementaries->@Inject::supp$addSugarCube(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractHorseMixin from mod supplementaries->@Inject::supp$addSugarCube(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:AbstractHorseMixin from mod supplementaries->@Inject::supp$eatSugarCube(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: hearthandharvest.mixins.json:AbstractHorseMixin from mod hearthandharvest->@Inject::handleEatingMixin(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: hearthandharvest.mixins.json:AbstractHorseMixin from mod hearthandharvest->@Inject::handleEatingMixin(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.324] [pool-16-thread-1/DEBUG] [mixin/]: hearthandharvest.mixins.json:AbstractHorseMixin from mod hearthandharvest->@Inject::handleEatingMixin(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.325] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:action_impair.AbstractHorseEntityMixin from mod spell_engine->@Inject::isImmobile_HEAD_Horse_SpellEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.325] [pool-16-thread-1/DEBUG] [mixin/]: allurement.mixins.json:AbstractHorseMixin from mod allurement->@Inject::causeFallDamage(FFLnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.325] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.325] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:34.325] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.354] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CatMixin from tide.mixins.json into net.minecraft.world.entity.animal.Cat +[07мая2026 22:07:34.354] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:CatMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.354] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.CatMixin from copycats-common.mixins.json into net.minecraft.world.entity.animal.Cat +[07мая2026 22:07:34.354] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.355] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$readNaturalVariantData$0(Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/resources/ResourceKey; to mdd85188$copycats$lambda$readNaturalVariantData$0$0 in copycats-common.mixins.json:entity.CatMixin from mod copycats +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::defineNaturalVariant(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::defineNaturalVariant(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::defineNaturalVariant(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::addNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::addNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::addNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::readNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::readNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::readNaturalVariantData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::useCopycat(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::useCopycat(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::useCopycat(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.373] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:entity.CatMixin from mod copycats->@Inject::copycatInteract(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.394] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.MoveToBlockGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.MoveToBlockGoal +[07мая2026 22:07:34.394] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$chunkAwareSearch$0(Lnet/minecraft/core/BlockPos;JJ)I to mdd85188$lithium$lambda$lithium$chunkAwareSearch$0$0 in lithium.mixins.json:ai.non_poi_block_search.MoveToBlockGoalMixin from mod lithium +[07мая2026 22:07:34.429] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CatSitOnBlockGoalMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.ai.goal.CatSitOnBlockGoal +[07мая2026 22:07:34.429] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CatSitOnBlockGoalMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.432] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CatSitOnBlockGoalMixin from mod supplementaries->@Inject::supp$shouldMoveToCarpet(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.441] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.monster.Spider +[07мая2026 22:07:34.441] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.446] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.446] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.446] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.456] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SkeletonMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.Skeleton +[07мая2026 22:07:34.456] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::supp$dropQuiver(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::supp$dropQuiver(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::supp$dropQuiver(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.469] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkeletonMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.481] [pool-16-thread-1/DEBUG] [mixin/]: Mixing boat.ChestBoatMixin from bclib.mixins.common.json into net.minecraft.world.entity.vehicle.ChestBoat +[07мая2026 22:07:34.484] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.ChestBoatMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.ChestBoat +[07мая2026 22:07:34.489] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:boat.ChestBoatMixin from mod bclib->@Inject::bcl_getDropItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.498] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$AbstractMinecartContainerMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecartContainer +[07мая2026 22:07:34.507] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.mechanics.FurnaceMinecartEntityMixin from sounds.mixins.json into net.minecraft.world.entity.vehicle.MinecartFurnace +[07мая2026 22:07:34.507] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.MinecartFurnaceAccessor from create.mixins.json into net.minecraft.world.entity.vehicle.MinecartFurnace +[07мая2026 22:07:34.509] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.FurnaceMinecartEntityMixin from mod sounds->@Inject::$furnace_minecart_fuel_sound_effect(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.509] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.FurnaceMinecartEntityMixin from mod sounds->@Inject::$furnace_minecart_fuel_sound_effect(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.509] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.mechanics.FurnaceMinecartEntityMixin from mod sounds->@Inject::$furnace_minecart_fuel_sound_effect(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.527] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChickenMixin from blueprint.mixins.json into net.minecraft.world.entity.animal.Chicken +[07мая2026 22:07:34.532] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChickenEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Chicken +[07мая2026 22:07:34.532] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes_addFleeGoal$0(Ljava/lang/Object;)Z to mdd85188$friendsandfoes$lambda$friendsandfoes_addFleeGoal$0$0 in friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes +[07мая2026 22:07:34.538] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.538] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.538] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.589] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CreeperMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.Creeper +[07мая2026 22:07:34.589] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.596] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CreeperMixin from misctweaks.mixins.json into net.minecraft.world.entity.monster.Creeper +[07мая2026 22:07:34.596] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:CreeperMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$addPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$addPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$addPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$readPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$readPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.603] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CreeperMixin from mod supplementaries->@Inject::supp$readPartyCreeperData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.631] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorAbstractChestedHorse from quark.mixins.json into net.minecraft.world.entity.animal.horse.AbstractChestedHorse +[07мая2026 22:07:34.651] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DragonFireballMixin from amendments-common.mixins.json into net.minecraft.world.entity.projectile.DragonFireball +[07мая2026 22:07:34.652] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:DragonFireballMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.652] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tick$0(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/phys/Vec3;)V to mdd85188$amendments$lambda$tick$0$0 in amendments-common.mixins.json:DragonFireballMixin from mod amendments +[07мая2026 22:07:34.685] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.inactive_navigations.DrownedMixin from lithium.mixins.json into net.minecraft.world.entity.monster.Drowned +[07мая2026 22:07:34.686] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DrownedMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.monster.Drowned +[07мая2026 22:07:34.686] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:DrownedMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:DrownedMixin from mod crittersandcompanions->@Inject::addClam(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:DrownedMixin from mod crittersandcompanions->@Inject::addClam(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.689] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:DrownedMixin from mod crittersandcompanions->@Inject::addClam(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.697] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.monster.Zombie +[07мая2026 22:07:34.709] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieRenderStateMixin from variantsandventures-common.mixins.json into net.minecraft.world.entity.monster.Zombie +[07мая2026 22:07:34.709] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieEntityMixin from clutterbestiary.mixins.json into net.minecraft.world.entity.monster.Zombie +[07мая2026 22:07:34.710] [pool-16-thread-1/DEBUG] [mixin/]: Mixing pharaoh.ZombieMixin from betterdeserttemples.mixins.json into net.minecraft.world.entity.monster.Zombie +[07мая2026 22:07:34.710] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.713] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieMixin from blueprint.mixins.json into net.minecraft.world.entity.monster.Zombie +[07мая2026 22:07:34.713] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$finalizeSpawn$0(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$blueprint$lambda$finalizeSpawn$0$0 in blueprint.mixins.json:ZombieMixin from mod blueprint +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: clutterbestiary.mixins.json:ZombieEntityMixin from mod clutterbestiary->@Inject::initGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: clutterbestiary.mixins.json:ZombieEntityMixin from mod clutterbestiary->@Inject::initGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: clutterbestiary.mixins.json:ZombieEntityMixin from mod clutterbestiary->@Inject::initGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_readPharaohOriginalSpawnPosFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_readPharaohOriginalSpawnPosFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_readPharaohOriginalSpawnPosFromNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_writePharaohOriginalSpawnPosToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_writePharaohOriginalSpawnPosToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.ZombieMixin from mod betterdeserttemples->@Inject::betterdeserttemples_writePharaohOriginalSpawnPosToNbt(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ZombieMixin from mod blueprint->@Inject::finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ZombieMixin from mod blueprint->@Inject::finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:34.749] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:ZombieMixin from mod blueprint->@Inject::finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:34.771] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.RemoveBlockGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.RemoveBlockGoal +[07мая2026 22:07:34.789] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.monster.ZombieVillagerMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.monster.ZombieVillager +[07мая2026 22:07:34.789] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.monster.ZombieVillagerMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.805] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.inactive_navigations.DrownedEntityLeaveWaterGoalMixin from lithium.mixins.json into net.minecraft.world.entity.monster.Drowned$DrownedGoToBeachGoal +[07мая2026 22:07:34.806] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedEntityLeaveWaterGoalMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.806] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedEntityLeaveWaterGoalMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.806] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.DrownedEntityLeaveWaterGoalMixin from mod lithium->@Inject::updateInactivityState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ThrownTridentMixin from universalenchants.common.mixins.json into net.minecraft.world.entity.projectile.ThrownTrident +[07мая2026 22:07:34.811] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:ThrownTridentMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.818] [pool-16-thread-1/DEBUG] [mixin/]: universalenchants.common.mixins.json:ThrownTridentMixin from mod universalenchants->@Inject::onHitEntity(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:34.866] [pool-16-thread-1/DEBUG] [mixin/]: Mixing world.actions.EnderpearlVarietyMixin from sounds.mixins.json into net.minecraft.world.entity.projectile.ThrownEnderpearl +[07мая2026 22:07:34.870] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:world.actions.EnderpearlVarietyMixin from mod sounds->@Inject::$enderpearl_variety_effect(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:34.879] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndermanMixin from accessories-common.mixins.json into net.minecraft.world.entity.monster.EnderMan +[07мая2026 22:07:34.879] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EndermanMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.880] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnderManMixin from betterend.mixins.common.json into net.minecraft.world.entity.monster.EnderMan +[07мая2026 22:07:34.885] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.monster.EnderMan +[07мая2026 22:07:34.885] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.886] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.EnderManMixin from endermanoverhaul.mixins.json into net.minecraft.world.entity.monster.EnderMan +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EndermanMixin from mod accessories->@Inject::isEndermanMaskAccessory(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:EnderManMixin from mod betterend->@Inject::be_isLookingAtMe(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.EnderManMixin from mod endermanoverhaul->@Inject::endermanoverhaul$aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.EnderManMixin from mod endermanoverhaul->@Inject::endermanoverhaul$setTarget(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.EnderManMixin from mod endermanoverhaul->@Inject::endermanoverhaul$setTarget(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.EnderManMixin from mod endermanoverhaul->@Inject::endermanoverhaul$setTarget(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:34.902] [pool-16-thread-1/DEBUG] [mixin/]: endermanoverhaul.mixins.json:common.EnderManMixin from mod endermanoverhaul->@Inject::endermanoverhaul$isLookingAtMe(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:34.917] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EvokerMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.Evoker +[07мая2026 22:07:34.917] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:EvokerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:34.927] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.raid.RaiderMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider +[07мая2026 22:07:34.927] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/entity/item/ItemEntity;)Z to mdd85188$lithium$lambda$static$0$0 in lithium.mixins.json:ai.raid.RaiderMixin from mod lithium +[07мая2026 22:07:34.949] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.raid.Raider$ObtainRaidLeaderBannerGoalMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider$ObtainRaidLeaderBannerGoal +[07мая2026 22:07:34.956] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.poi.tasks.RaiderEntityAttackHomeGoalMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider$RaiderMoveThroughVillageGoal +[07мая2026 22:07:35.020] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FrogEntityMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.animal.frog.Frog +[07мая2026 22:07:35.022] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:FrogEntityMixin from mod mynethersdelight->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.022] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:FrogEntityMixin from mod mynethersdelight->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.022] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:FrogEntityMixin from mod mynethersdelight->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.048] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.ItemFrameMixin from lithium.mixins.json into net.minecraft.world.entity.decoration.ItemFrame +[07мая2026 22:07:35.051] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getAbstractDecorationEntities$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/decoration/HangingEntity;)Z to mdd85188$lithium$lambda$getAbstractDecorationEntities$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.ItemFrameMixin from mod lithium +[07мая2026 22:07:35.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemFrameEntityMixin from kubejs.mixins.json into net.minecraft.world.entity.decoration.ItemFrame +[07мая2026 22:07:35.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ItemFrameAccessor from create.mixins.json into net.minecraft.world.entity.decoration.ItemFrame +[07мая2026 22:07:35.057] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.HangingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.decoration.HangingEntity +[07мая2026 22:07:35.059] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getAbstractDecorationEntities$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/decoration/HangingEntity;)Z to mdd85188$lithium$lambda$getAbstractDecorationEntities$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.HangingEntityMixin from mod lithium +[07мая2026 22:07:35.067] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.misc.MixinGlowSquidEntity from entity_texture_features.mixins.json into net.minecraft.world.entity.GlowSquid +[07мая2026 22:07:35.067] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinGlowSquidEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:35.099] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.useless_sensors.goat_item_sensor.GoatMixin from lithium.mixins.json into net.minecraft.world.entity.animal.goat.Goat +[07мая2026 22:07:35.102] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.102] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.102] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.127] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.HopperMenu +[07мая2026 22:07:35.127] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.132] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.animal.horse.HorseMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.animal.horse.Horse +[07мая2026 22:07:35.132] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.animal.horse.HorseMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.153] [pool-16-thread-1/DEBUG] [mixin/]: Mixing pharaoh.HuskMixin from betterdeserttemples.mixins.json into net.minecraft.world.entity.monster.Husk +[07мая2026 22:07:35.153] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:pharaoh.HuskMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.180] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.GolemRandomStrollInVillageGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.GolemRandomStrollInVillageGoal +[07мая2026 22:07:35.226] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LargeFireballMixin from amendments-common.mixins.json into net.minecraft.world.entity.projectile.LargeFireball +[07мая2026 22:07:35.226] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LargeFireballMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.229] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:LargeFireballMixin from mod amendments->@Inject::amendments$cancelExplosion(Lnet/minecraft/world/phys/HitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:35.232] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FireballMixin from amendments-common.mixins.json into net.minecraft.world.entity.projectile.Fireball +[07мая2026 22:07:35.232] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:FireballMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.232] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tick$0(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/phys/Vec3;)V to mdd85188$amendments$lambda$tick$0$0 in amendments-common.mixins.json:FireballMixin from mod amendments +[07мая2026 22:07:35.263] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.animal.horse.Llama +[07мая2026 22:07:35.263] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.268] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.268] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.268] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.277] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.LlamaFollowCaravanGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.LlamaFollowCaravanGoal +[07мая2026 22:07:35.277] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getLlamasForCaravan$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/animal/horse/Llama;)Z to mdd85188$lithium$lambda$getLlamasForCaravan$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.LlamaFollowCaravanGoalMixin from mod lithium +[07мая2026 22:07:35.306] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.MushroomCowMixin from bclib.mixins.common.json into net.minecraft.world.entity.animal.MushroomCow +[07мая2026 22:07:35.337] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PaintingMixin from deeperdarker.mixins.json into net.minecraft.world.entity.decoration.Painting +[07мая2026 22:07:35.337] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getPickResult$1(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/nbt/Tag;)V to mdd85188$deeperdarker$lambda$getPickResult$1$0 in deeperdarker.mixins.json:PaintingMixin from mod deeperdarker +[07мая2026 22:07:35.337] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$dropItem$0(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/nbt/Tag;)V to mdd85188$deeperdarker$lambda$dropItem$0$1 in deeperdarker.mixins.json:PaintingMixin from mod deeperdarker +[07мая2026 22:07:35.340] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PaintingMixin from gallery.mixins.json into net.minecraft.world.entity.decoration.Painting +[07мая2026 22:07:35.360] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:PaintingMixin from mod deeperdarker->@Inject::dropItem(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:35.361] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:PaintingMixin from mod deeperdarker->@Inject::getPickResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.361] [pool-16-thread-1/DEBUG] [mixin/]: gallery.mixins.json:PaintingMixin from mod gallery->@Inject::getPickResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.380] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ParrotMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.animal.Parrot +[07мая2026 22:07:35.380] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ParrotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.380] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supplementaries$fluteAi$0(Lnet/minecraft/world/entity/player/Player;)Z to mdd85188$supplementaries$lambda$supplementaries$fluteAi$0$0 in supplementaries-common.mixins.json:ParrotMixin from mod supplementaries +[07мая2026 22:07:35.389] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ParrotMixin from mod supplementaries->@Inject::supplementaries$fluteAi(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.389] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ParrotMixin from mod supplementaries->@Inject::supplementaries$fluteAi(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.389] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ParrotMixin from mod supplementaries->@Inject::supplementaries$fluteAi(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.misc.MixinPhantomEntity from entity_texture_features.mixins.json into net.minecraft.world.entity.monster.Phantom +[07мая2026 22:07:35.410] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinPhantomEntity from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:35.424] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PigEntityMixin from accessories-common.mixins.json into net.minecraft.world.entity.animal.Pig +[07мая2026 22:07:35.425] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:PigEntityMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.425] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PigMixin from quark.mixins.json into net.minecraft.world.entity.animal.Pig +[07мая2026 22:07:35.429] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:PigMixin from mod quark->@Inject::pigsEatGoldenCarrots(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.434] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombifiedPiglinMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.monster.ZombifiedPiglin +[07мая2026 22:07:35.434] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ZombifiedPiglinMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.434] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onAddBehaviourGoals$0(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$crittersandcompanions$lambda$onAddBehaviourGoals$0$0 in crittersandcompanions.mixins.json:ZombifiedPiglinMixin from mod crittersandcompanions +[07мая2026 22:07:35.435] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.ZombifiedPiglinAccessor from aether.mixins.json into net.minecraft.world.entity.monster.ZombifiedPiglin +[07мая2026 22:07:35.436] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ZombifiedPiglinMixin from mod crittersandcompanions->@Inject::onAddBehaviourGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.436] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ZombifiedPiglinMixin from mod crittersandcompanions->@Inject::onAddBehaviourGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.436] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ZombifiedPiglinMixin from mod crittersandcompanions->@Inject::onAddBehaviourGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.445] [pool-16-thread-1/DEBUG] [mixin/]: Mixing piglin.PiglinMixin from betternether.mixins.common.json into net.minecraft.world.entity.monster.piglin.Piglin +[07мая2026 22:07:35.460] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:piglin.PiglinMixin from mod betternether->@Inject::bn_populateDefaultEquipmentSlots(Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/DifficultyInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:35.475] [pool-16-thread-1/DEBUG] [mixin/]: Mixing piglin.PiglinBruteMixin from betternether.mixins.common.json into net.minecraft.world.entity.monster.piglin.PiglinBrute +[07мая2026 22:07:35.478] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:piglin.PiglinBruteMixin from mod betternether->@Inject::bn_populateDefaultEquipmentSlots(Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/DifficultyInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:35.496] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.animal.PolarBear +[07мая2026 22:07:35.496] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.498] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.498] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.498] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.505] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ThrownPotionMixin from moonlight-common.mixins.json into net.minecraft.world.entity.projectile.ThrownPotion +[07мая2026 22:07:35.506] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ThrownPotionMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.513] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ThrownPotionMixin from mod moonlight->@Inject::moonlight$extinguishILightables(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.513] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ThrownPotionMixin from mod moonlight->@Inject::moonlight$extinguishILightables(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.513] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ThrownPotionMixin from mod moonlight->@Inject::moonlight$extinguishILightables(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.525] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RabbitMixin from blueprint.mixins.json into net.minecraft.world.entity.animal.Rabbit +[07мая2026 22:07:35.531] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RabbitEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Rabbit +[07мая2026 22:07:35.532] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes_addFleeGoal$0(Ljava/lang/Object;)Z to mdd85188$friendsandfoes$lambda$friendsandfoes_addFleeGoal$0$0 in friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::getBreedOffspring(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/AgeableMob;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:RabbitMixin from mod blueprint->@Inject::finalizeSpawn(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/world/DifficultyInstance;Lnet/minecraft/world/entity/MobSpawnType;Lnet/minecraft/world/entity/SpawnGroupData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.544] [pool-16-thread-1/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.567] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SheepAccessor from polytone-common.mixins.json into net.minecraft.world.entity.animal.Sheep +[07мая2026 22:07:35.567] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeCreateSheepColor(Lnet/minecraft/world/item/DyeColor;)I to invokeCreateSheepColor$polytone_$md$d85188$0 in polytone-common.mixins.json:accessor.SheepAccessor from mod polytone +[07мая2026 22:07:35.567] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.SheepMixin from bclib.mixins.common.json into net.minecraft.world.entity.animal.Sheep +[07мая2026 22:07:35.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.monster.ShulkerMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.monster.Shulker +[07мая2026 22:07:35.581] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.monster.ShulkerMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entities.ShulkerEntityInvoker from repurposed_structures-common.mixins.json into net.minecraft.world.entity.monster.Shulker +[07мая2026 22:07:35.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShulkerMixin from misctweaks.mixins.json into net.minecraft.world.entity.monster.Shulker +[07мая2026 22:07:35.581] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:ShulkerMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.609] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StrayMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.monster.Stray +[07мая2026 22:07:35.609] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrayMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.631] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SkellyHorseMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.animal.horse.SkeletonHorse +[07мая2026 22:07:35.632] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.633] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tick$0(Ljava/lang/Integer;)V to mdd85188$supplementaries$lambda$tick$0$0 in supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::addAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::readAdditionalSaveData(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.653] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkellyHorseMixin from mod supplementaries->@Inject::mobInteract(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.664] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SmallFireballMixin from amendments-common.mixins.json into net.minecraft.world.entity.projectile.SmallFireball +[07мая2026 22:07:35.664] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SmallFireballMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.668] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SmallFireballMixin from mod amendments->@Inject::amendments$hurt(Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.676] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowballMixin from amendments-common.mixins.json into net.minecraft.world.entity.projectile.Snowball +[07мая2026 22:07:35.676] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.676] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tick$0(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/phys/Vec3;)V to mdd85188$amendments$lambda$tick$0$0 in amendments-common.mixins.json:SnowballMixin from mod amendments +[07мая2026 22:07:35.684] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowballEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.projectile.Snowball +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addFreezing(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addFreezing(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addFreezing(Lnet/minecraft/world/phys/EntityHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addParticles(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addParticles(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.693] [pool-16-thread-1/DEBUG] [mixin/]: amendments-common.mixins.json:SnowballMixin from mod amendments->@Inject::amendments$addParticles(BLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.702] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.accessor.BaseSpawnerAccessor from aether.mixins.json into net.minecraft.world.level.BaseSpawner +[07мая2026 22:07:35.703] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.block.MixinMobSpawnerLogic from entity_texture_features.mixins.json into net.minecraft.world.level.BaseSpawner +[07мая2026 22:07:35.703] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinMobSpawnerLogic from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:35.704] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinMobSpawnerLogic from mod entity_texture_features->@Inject::etf$stabiliseMobSpawnerUUID(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.704] [pool-16-thread-1/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinMobSpawnerLogic from mod entity_texture_features->@Inject::etf$stabiliseMobSpawnerUUID(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.716] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StriderMixin from accessories-common.mixins.json into net.minecraft.world.entity.monster.Strider +[07мая2026 22:07:35.716] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:StriderMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.716] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StriderEntityDataMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.monster.Strider +[07мая2026 22:07:35.717] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StriderLogicMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.monster.Strider +[07мая2026 22:07:35.718] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StriderVisualMixin from mynethersdelight.mixins.json into net.minecraft.world.entity.monster.Strider +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderEntityDataMixin from mod mynethersdelight->@Inject::addPungentSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderEntityDataMixin from mod mynethersdelight->@Inject::addPungentSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderEntityDataMixin from mod mynethersdelight->@Inject::addPungentSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderLogicMixin from mod mynethersdelight->@Inject::updatePungentState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderLogicMixin from mod mynethersdelight->@Inject::updatePungentState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderLogicMixin from mod mynethersdelight->@Inject::updatePungentState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.726] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:StriderVisualMixin from mod mynethersdelight->@Inject::overrideSuffocatingVisuals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.775] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.monster.Vex +[07мая2026 22:07:35.776] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.781] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.781] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.781] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.792] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VillagerEntityAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.world.entity.npc.Villager +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:VillagerEntityAccessor from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method fabric_setItemFoodValues(Ljava/util/Map;)V to fabric_setItemFoodValues$fabric_content_registries_v0_$md$d85188$0 in fabric-content-registries-v0.mixins.json:VillagerEntityAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method fabric_setGatherableItems(Ljava/util/Set;)V to fabric_setGatherableItems$fabric_content_registries_v0_$md$d85188$1 in fabric-content-registries-v0.mixins.json:VillagerEntityAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method fabric_getGatherableItems()Ljava/util/Set; to fabric_getGatherableItems$fabric_content_registries_v0_$md$d85188$2 in fabric-content-registries-v0.mixins.json:VillagerEntityAccessor from mod fabric_content_registries_v0 +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VillagerMixin from moonlight-common.mixins.json into net.minecraft.world.entity.npc.Villager +[07мая2026 22:07:35.793] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:VillagerMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.794] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VillagerMixin from quark.mixins.json into net.minecraft.world.entity.npc.Villager +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:VillagerMixin from mod moonlight->@Inject::reg(Lnet/minecraft/world/entity/ai/Brain;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:VillagerMixin from mod moonlight->@Inject::reg(Lnet/minecraft/world/entity/ai/Brain;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:VillagerMixin from mod moonlight->@Inject::reg(Lnet/minecraft/world/entity/ai/Brain;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::resetRestocks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::resetRestocks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::resetRestocks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::restock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::restock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.799] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:VillagerMixin from mod quark->@Inject::restock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.805] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractVillagerMixin from quark.mixins.json into net.minecraft.world.entity.npc.AbstractVillager +[07мая2026 22:07:35.816] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AbstractVillagerMixin from mod quark->@Inject::replaceRandom(Lnet/minecraft/world/item/trading/MerchantOffers;[Lnet/minecraft/world/entity/npc/VillagerTrades$ItemListing;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.816] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AbstractVillagerMixin from mod quark->@Inject::replaceRandom(Lnet/minecraft/world/item/trading/MerchantOffers;[Lnet/minecraft/world/entity/npc/VillagerTrades$ItemListing;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.816] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:AbstractVillagerMixin from mod quark->@Inject::replaceRandom(Lnet/minecraft/world/item/trading/MerchantOffers;[Lnet/minecraft/world/entity/npc/VillagerTrades$ItemListing;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.MerchantMenuMixin from reliable_remover.mixins.json into net.minecraft.world.inventory.MerchantMenu +[07мая2026 22:07:35.827] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.MerchantMenuMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:35.827] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$reliable_remover$filterTrades$0(Lnet/minecraft/world/item/trading/MerchantOffer;)Z to mdd85188$reliable_remover$lambda$reliable_remover$filterTrades$0$0 in reliable_remover.mixins.json:minecraft.MerchantMenuMixin from mod reliable_remover +[07мая2026 22:07:35.827] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MerchantMenuMixin from quark.mixins.json into net.minecraft.world.inventory.MerchantMenu +[07мая2026 22:07:35.829] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorMerchantMenu from quark.mixins.json into net.minecraft.world.inventory.MerchantMenu +[07мая2026 22:07:35.834] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.MerchantMenuMixin from mod reliable_remover->@Inject::reliable_remover$filterTrades(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.834] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:MerchantMenuMixin from mod quark->@Inject::moveAncientTomeItems(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.834] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:MerchantMenuMixin from mod quark->@Inject::moveAncientTomeItems(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.834] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:MerchantMenuMixin from mod quark->@Inject::moveAncientTomeItems(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.855] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WanderingTraderMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.npc.WanderingTrader +[07мая2026 22:07:35.855] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:WanderingTraderMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.857] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:WanderingTraderMixin from mod supplementaries->@Inject::supp$addOpenDoor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.857] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:WanderingTraderMixin from mod supplementaries->@Inject::supp$addOpenDoor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.857] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:WanderingTraderMixin from mod supplementaries->@Inject::supp$addOpenDoor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.867] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WardenMixin from deeperdarker.mixins.json into net.minecraft.world.entity.monster.warden.Warden +[07мая2026 22:07:35.871] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:WardenMixin from mod deeperdarker->@Inject::canTargetEntity(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.891] [pool-16-thread-1/DEBUG] [mixin/]: Mixing WitherSkullMixin from bestylewither.mixins.json into net.minecraft.world.entity.projectile.WitherSkull +[07мая2026 22:07:35.893] [pool-16-thread-1/DEBUG] [mixin/]: bestylewither.mixins.json:WitherSkullMixin from mod bestylewither->@Inject::getInertia(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.907] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NeutralMobsMixin from crittersandcompanions.mixins.json into net.minecraft.world.entity.animal.Wolf +[07мая2026 22:07:35.907] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.909] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorWolf from quark.mixins.json into net.minecraft.world.entity.animal.Wolf +[07мая2026 22:07:35.912] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:35.912] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:35.912] [pool-16-thread-1/DEBUG] [mixin/]: crittersandcompanions.mixins.json:NeutralMobsMixin from mod crittersandcompanions->@Inject::onRegisterGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:35.921] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.entity.ai.goal.BegGoalMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.entity.ai.goal.BegGoal +[07мая2026 22:07:35.921] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.entity.ai.goal.BegGoalMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.933] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieHorseMixin from supplementaries-common.mixins.json into net.minecraft.world.entity.animal.horse.ZombieHorse +[07мая2026 22:07:35.933] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ZombieHorseMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.945] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ZombieHorseEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.horse.ZombieHorse +[07мая2026 22:07:35.959] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ZombieHorseMixin from mod supplementaries->@Inject::supp$interact(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:35.997] [pool-16-thread-1/DEBUG] [mixin/]: Mixing registries.EntityDataSerializersMixin from connector.mixins.json into net.minecraft.network.syncher.EntityDataSerializers +[07мая2026 22:07:35.997] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:registries.EntityDataSerializersMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:35.997] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:registries.EntityDataSerializersMixin from mod connector->@Inject::onRegisterModdedSerializer(Lnet/minecraft/network/syncher/EntityDataSerializer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:36.059] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.EntitySelectorMixin from lithium.mixins.json into net.minecraft.world.entity.EntitySelector +[07мая2026 22:07:36.084] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block.AercloudMixin from deep_aether.mixins.json into com.aetherteam.aether.block.natural.AercloudBlock +[07мая2026 22:07:36.084] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.AercloudMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:36.088] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:block.AercloudMixin from mod deep_aether->@Inject::getCollisionShape(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/phys/shapes/CollisionContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:36.171] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GlovesMixin from deep_aether.mixins.json into com.aetherteam.aether.item.accessories.gloves.GlovesItem +[07мая2026 22:07:36.171] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:GlovesMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:36.177] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:GlovesMixin from mod deep_aether->@Inject::getAttributeModifiers(Lnet/minecraft/world/item/ItemStack;Lio/wispforest/accessories/api/slot/SlotReference;Lio/wispforest/accessories/api/attributes/AccessoryAttributeBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:36.177] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:GlovesMixin from mod deep_aether->@Inject::getAttributeModifiers(Lnet/minecraft/world/item/ItemStack;Lio/wispforest/accessories/api/slot/SlotReference;Lio/wispforest/accessories/api/attributes/AccessoryAttributeBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:36.177] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:GlovesMixin from mod deep_aether->@Inject::getAttributeModifiers(Lnet/minecraft/world/item/ItemStack;Lio/wispforest/accessories/api/slot/SlotReference;Lio/wispforest/accessories/api/attributes/AccessoryAttributeBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:36.321] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.faster_ingredients.IngredientMixin from modernfix-modernfix.mixins.json into net.minecraft.world.item.crafting.Ingredient +[07мая2026 22:07:36.322] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$computeItemsArray$2(I)[Lnet/minecraft/world/item/ItemStack; to mdd85188$modernfix$lambda$computeItemsArray$2$0 in modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix +[07мая2026 22:07:36.322] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getItems$1(I)[Lnet/minecraft/world/item/ItemStack; to mdd85188$modernfix$lambda$getItems$1$1 in modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix +[07мая2026 22:07:36.322] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$modernfix$fasterTagIngredientStacking$0(Lnet/minecraft/core/Holder;)I to mdd85188$modernfix$lambda$modernfix$fasterTagIngredientStacking$0$2 in modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix +[07мая2026 22:07:36.334] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ingredient.IngredientMixin from fabric-recipe-api-v1.mixins.json into net.minecraft.world.item.crafting.Ingredient +[07мая2026 22:07:36.334] [pool-16-thread-1/DEBUG] [mixin/]: fabric-recipe-api-v1.mixins.json:ingredient.IngredientMixin from mod fabric_recipe_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:36.339] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.IngredientAccessor from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.Ingredient +[07мая2026 22:07:36.340] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.IngredientAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:36.340] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IngredientMixin from kubejs.mixins.json into net.minecraft.world.item.crafting.Ingredient +[07мая2026 22:07:36.352] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix->@Inject::modernfix$fasterTagIngredientTest(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:36.352] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix->@Inject::hasNoItems(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:36.352] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_ingredients.IngredientMixin from mod modernfix->@Inject::modernfix$fasterTagIngredientStacking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:36.360] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.ArmorMaterialLayerAccessor from spell_engine.mixins.json into net.minecraft.world.item.ArmorMaterial$Layer +[07мая2026 22:07:36.360] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.ArmorMaterialLayerAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:36.382] [pool-16-thread-1/DEBUG] [mixin/]: Mixing inject.MixinFoodPropertiesBuilder from architectury-common.mixins.json into net.minecraft.world.food.FoodProperties$Builder +[07мая2026 22:07:36.382] [pool-16-thread-1/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinFoodPropertiesBuilder from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:36.406] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DataComponentPatchBuilderMixin from kubejs.mixins.json into net.minecraft.core.component.DataComponentPatch$Builder +[07мая2026 22:07:37.518] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClickEventMixin from kubejs.mixins.json into net.minecraft.network.chat.ClickEvent +[07мая2026 22:07:37.532] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RegistryOpsAccessor from accessories-common.mixins.json into net.minecraft.resources.RegistryOps +[07мая2026 22:07:37.533] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:RegistryOpsAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:37.533] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RegistryOpsAccessor from owo.mixins.json into net.minecraft.resources.RegistryOps +[07мая2026 22:07:37.533] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:RegistryOpsAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:37.534] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DelegatingOpsAccessor from accessories-common.mixins.json into net.minecraft.resources.DelegatingOps +[07мая2026 22:07:37.535] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:DelegatingOpsAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:37.535] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ForwardingDynamicOpsAccessor from owo.mixins.json into net.minecraft.resources.DelegatingOps +[07мая2026 22:07:37.535] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ForwardingDynamicOpsAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:37.926] [pool-16-thread-1/INFO] [fzzy_config/]: Loaded config misctweaks:config in 1030ms +[07мая2026 22:07:37.984] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EntitySelectorReaderMixin from fabric-command-api-v2.mixins.json into net.minecraft.commands.arguments.selector.EntitySelectorParser +[07мая2026 22:07:37.984] [pool-16-thread-1/DEBUG] [mixin/]: fabric-command-api-v2.mixins.json:EntitySelectorReaderMixin from mod fabric_command_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.001] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockSourceMixin from supplementaries-common.mixins.json into net.minecraft.core.dispenser.BlockSource +[07мая2026 22:07:38.002] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BlockSourceMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.003] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:BlockSourceMixin from mod supplementaries->@Inject::supp$alterCenter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.004] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ProjectileDispenseBehaviorAccessor from create.mixins.json into net.minecraft.core.dispenser.ProjectileDispenseBehavior +[07мая2026 22:07:38.046] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractFurnaceMenuAccessor from immersiveui-common.mixins.json into net.minecraft.world.inventory.AbstractFurnaceMenu +[07мая2026 22:07:38.046] [pool-16-thread-1/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractFurnaceMenuAccessor from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.046] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.AbstractFurnaceMenu +[07мая2026 22:07:38.047] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.049] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeBuilderMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType$Builder +[07мая2026 22:07:38.049] [pool-16-thread-1/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:BlockEntityTypeBuilderMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InvokerViewerCountManager from particular.mixins.json into net.minecraft.world.level.block.entity.ContainerOpenersCounter +[07мая2026 22:07:38.052] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:InvokerViewerCountManager from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:38.052] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeScheduleBlockTick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)V to invokeScheduleBlockTick$particular_$md$d85188$0 in particular.mixins.json:InvokerViewerCountManager from mod particular +[07мая2026 22:07:38.060] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.DispenserMenu +[07мая2026 22:07:38.061] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.068] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrewingStandMenuMixin from stackablepotions.mixins.json into net.minecraft.world.inventory.BrewingStandMenu +[07мая2026 22:07:38.069] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.BrewingStandMenu +[07мая2026 22:07:38.072] [pool-16-thread-1/DEBUG] [mixin/]: stackablepotions.mixins.json:BrewingStandMenuMixin from mod stackablepotions->@Inject::onQuickMoveStack(Lnet/minecraft/world/entity/player/Player;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Lnet/minecraft/world/item/ItemStack;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.073] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.077] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.BeaconMenu +[07мая2026 22:07:38.079] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.086] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.StructureProcessorAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor +[07мая2026 22:07:38.087] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureProcessorAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor +[07мая2026 22:07:38.088] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.StructureProcessorAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.088] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureProcessorAccessor from betterdeserttemples.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor +[07мая2026 22:07:38.088] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:accessor.StructureProcessorAccessor from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.088] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetType()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; in net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor was not merged +[07мая2026 22:07:38.088] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetType()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; in net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor was not merged +[07мая2026 22:07:38.094] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ContainerMenuMixin from deeperdarker.mixins.json into net.minecraft.world.inventory.ShulkerBoxMenu +[07мая2026 22:07:38.096] [pool-16-thread-1/DEBUG] [mixin/]: deeperdarker.mixins.json:ContainerMenuMixin from mod deeperdarker->@Inject::stillValid(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.159] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MenuTypeMixin from kubejs.mixins.json into net.minecraft.world.inventory.MenuType +[07мая2026 22:07:38.168] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryMixin from accessories-common.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.168] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.168] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$extendContainsCheck$2(Lnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/ItemStack;)Z to mdd85188$accessories$lambda$extendContainsCheck$2$0 in accessories-common.mixins.json:InventoryMixin from mod accessories +[07мая2026 22:07:38.168] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$extendContainsCheck$1(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)Z to mdd85188$accessories$lambda$extendContainsCheck$1$1 in accessories-common.mixins.json:InventoryMixin from mod accessories +[07мая2026 22:07:38.168] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$clearAccessories$0(Lcom/llamalad7/mixinextras/sugar/ref/LocalIntRef;Ljava/util/function/Predicate;ILjava/lang/String;Lio/wispforest/accessories/api/AccessoriesContainer;)V to mdd85188$accessories$lambda$clearAccessories$0$2 in accessories-common.mixins.json:InventoryMixin from mod accessories +[07мая2026 22:07:38.171] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinInventory from curios.neoforge.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.171] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryMixin from galosphere.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.171] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryMixin from baguettelib.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.171] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:InventoryMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.173] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinInventory from architectury.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.173] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinInventory from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.174] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryMixin from tide.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.174] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:InventoryMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.176] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryMixin from moonlight-common.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.176] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.177] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.HotbarSoundEffects from sounds.mixins.json into net.minecraft.world.entity.player.Inventory +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::clearAccessories(Ljava/util/function/Predicate;ILnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::clearAccessories(Ljava/util/function/Predicate;ILnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::clearAccessories(Ljava/util/function/Predicate;ILnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::extendContainsCheck(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::extendContainsCheck(Lnet/minecraft/tags/TagKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::extendContainsCheck(Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::addAccessoriesToDropCall(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::addAccessoriesToDropCall(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:InventoryMixin from mod accessories->@Inject::addAccessoriesToDropCall(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsTag(Lnet/minecraft/tags/TagKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsTag(Lnet/minecraft/tags/TagKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinInventory from mod cclayer->@Inject::curios$containsTag(Lnet/minecraft/tags/TagKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:InventoryMixin from mod baguettelib->@Inject::onSetItem(ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.191] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:InventoryMixin from mod baguettelib->@Inject::onSetItem(ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.192] [pool-16-thread-1/DEBUG] [mixin/]: baguettelib.mixins.json:InventoryMixin from mod baguettelib->@Inject::onSetItem(ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.192] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinInventory from mod architectury->@Inject::updateItems(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.192] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinInventory from mod architectury->@Inject::updateItems(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinInventory from mod architectury->@Inject::updateItems(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:InventoryMixin from mod tide->@Inject::add(ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$fireDropEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$fireDropEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V has 0 override(s) in child classes +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$fireDropEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$restoreNotDropped(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$restoreNotDropped(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V has 0 override(s) in child classes +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:InventoryMixin from mod moonlight->@Inject::ml$restoreNotDropped(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Ljava/util/List;I)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_scroll_sound_effect(DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_scroll_sound_effect(DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_scroll_sound_effect(DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_pick_sound_effect(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_pick_sound_effect(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.193] [pool-16-thread-1/DEBUG] [mixin/]: sounds.mixins.json:ui.HotbarSoundEffects from mod sounds->@Inject::$hotbar_pick_sound_effect(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SlotAccessor from balm.neoforge.mixins.json into net.minecraft.world.inventory.Slot +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SlotAccessor from accessories-common.mixins.json into net.minecraft.world.inventory.Slot +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:SlotAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.SlotAccessor from owo.mixins.json into net.minecraft.world.inventory.Slot +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ui.SlotAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ui.SlotMixin from owo.mixins.json into net.minecraft.world.inventory.Slot +[07мая2026 22:07:38.202] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ui.SlotMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.207] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:ui.SlotMixin from mod owo->@Inject::injectOverride(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.212] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FurnaceOutputSlotMixin from puffish_skills.mixins.json into net.minecraft.world.inventory.FurnaceResultSlot +[07мая2026 22:07:38.212] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FurnaceOutputSlotMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.212] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtOnCraftByPlayer$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtOnCraftByPlayer$0$0 in puffish_skills.mixins.json:FurnaceOutputSlotMixin from mod puffish_skills +[07мая2026 22:07:38.216] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FurnaceOutputSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.216] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FurnaceOutputSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.216] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FurnaceOutputSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.219] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BrewingFuelMenuMixin from deep_aether.mixins.json into net.minecraft.world.inventory.BrewingStandMenu$FuelSlot +[07мая2026 22:07:38.219] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:BrewingFuelMenuMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.220] [pool-16-thread-1/DEBUG] [mixin/]: deep_aether.mixins.json:BrewingFuelMenuMixin from mod deep_aether->@Inject::shardCheck(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.221] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingResultSlotMixin from puffish_skills.mixins.json into net.minecraft.world.inventory.ResultSlot +[07мая2026 22:07:38.221] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:CraftingResultSlotMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.221] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtOnCraftByPlayer$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtOnCraftByPlayer$0$0 in puffish_skills.mixins.json:CraftingResultSlotMixin from mod puffish_skills +[07мая2026 22:07:38.222] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.CraftingResultSlotAccessor from emi.mixins.json into net.minecraft.world.inventory.ResultSlot +[07мая2026 22:07:38.222] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.CraftingResultSlotAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.222] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CraftingResultSlotMixin from emi.mixins.json into net.minecraft.world.inventory.ResultSlot +[07мая2026 22:07:38.222] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:CraftingResultSlotMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.227] [pool-16-thread-1/DEBUG] [mixin/]: Mixing recipe_remainders.CraftingResultSlotMixin from owo.mixins.json into net.minecraft.world.inventory.ResultSlot +[07мая2026 22:07:38.227] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:recipe_remainders.CraftingResultSlotMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:CraftingResultSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:CraftingResultSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:CraftingResultSlotMixin from mod puffish_skills->@Inject::injectAtOnCraftByPlayer(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:CraftingResultSlotMixin from mod emi->@Inject::onCrafted(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:CraftingResultSlotMixin from mod emi->@Inject::onCrafted(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:CraftingResultSlotMixin from mod emi->@Inject::onCrafted(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:recipe_remainders.CraftingResultSlotMixin from mod owo->@Inject::fixRemainderStacking(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/crafting/CraftingInput$Positioned;Lnet/minecraft/world/item/crafting/CraftingInput;IILnet/minecraft/core/NonNullList;IIILnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:recipe_remainders.CraftingResultSlotMixin from mod owo->@Inject::fixRemainderStacking(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/crafting/CraftingInput$Positioned;Lnet/minecraft/world/item/crafting/CraftingInput;IILnet/minecraft/core/NonNullList;IIILnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V has 0 override(s) in child classes +[07мая2026 22:07:38.235] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:recipe_remainders.CraftingResultSlotMixin from mod owo->@Inject::fixRemainderStacking(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/item/crafting/CraftingInput$Positioned;Lnet/minecraft/world/item/crafting/CraftingInput;IILnet/minecraft/core/NonNullList;IIILnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.239] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneInputSlotMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$2 +[07мая2026 22:07:38.239] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneInputSlotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.239] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.GrindstoneSlotInputMixin from spell_engine.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$2 +[07мая2026 22:07:38.240] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotInputMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.240] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneScreenHandlerMixin$Anonymous2Mixin from grindenchantments.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$2 +[07мая2026 22:07:38.243] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneInputSlotMixin from mod supplementaries->@Inject::supp$allowApples(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.244] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotInputMixin from mod spell_engine->@Inject::canInsert_SpellEngine(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.244] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin$Anonymous2Mixin from mod (unknown)->@Inject::canInsertBooks(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.247] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneScreenHandlerMixin$Anonymous3Mixin from grindenchantments.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$3 +[07мая2026 22:07:38.249] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin$Anonymous3Mixin from mod (unknown)->@Inject::canInsertBooks(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.250] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneTestSlotMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4 +[07мая2026 22:07:38.250] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneTestSlotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.251] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item.GrindstoneSlotOutputMixin from spell_engine.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4 +[07мая2026 22:07:38.251] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotOutputMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.256] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneMenuSlotMixin from moonlight-common.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4 +[07мая2026 22:07:38.256] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:GrindstoneMenuSlotMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.258] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GrindstoneScreenHandlerMixin$Anonymous4Mixin from grindenchantments.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4 +[07мая2026 22:07:38.258] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onTakeResult$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to mdd85188$grindenchant$lambda$onTakeResult$0$0 in grindenchantments.mixins.json:GrindstoneScreenHandlerMixin$Anonymous4Mixin from mod (unknown) +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:GrindstoneTestSlotMixin from mod supplementaries->@Inject::supp$getAppleXP(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotOutputMixin from mod spell_engine->@Inject::getExperience_enter_SpellEngine(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotOutputMixin from mod spell_engine->@Inject::getExperience_enter_SpellEngine(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotOutputMixin from mod spell_engine->@Inject::getExperience_enter_SpellEngine(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:item.GrindstoneSlotOutputMixin from mod spell_engine->@Inject::getExperience_SpellEngine(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:GrindstoneMenuSlotMixin from mod moonlight->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:GrindstoneMenuSlotMixin from mod moonlight->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:GrindstoneMenuSlotMixin from mod moonlight->@Inject::onTake(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.268] [pool-16-thread-1/DEBUG] [mixin/]: grindenchantments.mixins.json:GrindstoneScreenHandlerMixin$Anonymous4Mixin from mod (unknown)->@Inject::onTakeResult(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:38.271] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LoomInputSlotMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.LoomMenu$3 +[07мая2026 22:07:38.271] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomInputSlotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.271] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomInputSlotMixin from mod supplementaries->@Inject::supp$allowFlags(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.276] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MerchantResultSlotMixin from goblintraders.common.mixins.json into net.minecraft.world.inventory.MerchantResultSlot +[07мая2026 22:07:38.277] [pool-16-thread-1/DEBUG] [mixin/]: goblintraders.common.mixins.json:MerchantResultSlotMixin from mod goblintraders: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.280] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShulkerSlotMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.ShulkerBoxSlot +[07мая2026 22:07:38.280] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ShulkerSlotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.281] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ShulkerSlotMixin from mod supplementaries->@Inject::supp$preventInsertion(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.286] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CartographyTableInputSlotMixin from supplementaries-common.mixins.json into net.minecraft.world.inventory.CartographyTableMenu$4 +[07мая2026 22:07:38.286] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableInputSlotMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.287] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableInputSlotMixin from mod supplementaries->@Inject::supp$mayPlace(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.295] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item_stack_setup.CraftingRecipeMixin from wover.item.mixins.common.json into net.minecraft.world.item.crafting.ShapedRecipe +[07мая2026 22:07:38.296] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ShapedRecipeAccessor from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.ShapedRecipe +[07мая2026 22:07:38.296] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.ShapedRecipeAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:38.296] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ShapedRecipeAccessor from create.mixins.json into net.minecraft.world.item.crafting.ShapedRecipe +[07мая2026 22:07:38.297] [pool-16-thread-1/DEBUG] [mixin/]: wover.item.mixins.common.json:item_stack_setup.CraftingRecipeMixin from mod wover->@Inject::wover_setupItemStack(Lnet/minecraft/world/item/crafting/RecipeInput;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.298] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RecipeMixin from bclib.mixins.common.json into net.minecraft.world.item.crafting.Recipe +[07мая2026 22:07:38.298] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$bcl_getRemainingItems$0(Lnet/minecraft/core/Holder;)Ljava/lang/Boolean; to mdd85188$bclib$lambda$bcl_getRemainingItems$0$0 in bclib.mixins.common.json:RecipeMixin from mod bclib +[07мая2026 22:07:38.301] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:RecipeMixin from mod bclib->@Inject::bcl_getRemainingItems(Lnet/minecraft/world/item/crafting/RecipeInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.324] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.smart_ingredient_sync.IngredientMixin from modernfix-modernfix.mixins.json into net.minecraft.world.item.crafting.Ingredient$1 +[07мая2026 22:07:38.328] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.smart_ingredient_sync.IngredientMixin from mod modernfix->@Inject::checkForVanillaTagIngredient(Lnet/minecraft/network/RegistryFriendlyByteBuf;Lnet/minecraft/world/item/crafting/Ingredient;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:38.328] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.smart_ingredient_sync.IngredientMixin from mod modernfix->@Inject::decodeSmartIngredient(Lnet/minecraft/network/RegistryFriendlyByteBuf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.329] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ICustomIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.common.crafting.ICustomIngredient +[07мая2026 22:07:38.331] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ingredient.CraftingHelperMixin from fabric-recipe-api-v1.mixins.json into net.neoforged.neoforge.common.crafting.CraftingHelper +[07мая2026 22:07:38.331] [pool-16-thread-1/DEBUG] [mixin/]: fabric-recipe-api-v1.mixins.json:ingredient.CraftingHelperMixin from mod fabric_recipe_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.354] [pool-16-thread-1/DEBUG] [mixin/]: Mixing network.StreamCodecMixin from connector.mixins.json into net.minecraft.network.codec.StreamCodec$1 +[07мая2026 22:07:38.354] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:network.StreamCodecMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.356] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:network.StreamCodecMixin from mod connector->@Inject::resetBufferOnEncode(Ljava/lang/Object;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.356] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:network.StreamCodecMixin from mod connector->@Inject::resetBufferOnEncode(Ljava/lang/Object;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.356] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:network.StreamCodecMixin from mod connector->@Inject::resetBufferOnEncode(Ljava/lang/Object;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.361] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item_stack_setup.CraftingRecipeMixin from wover.item.mixins.common.json into net.minecraft.world.item.crafting.ShapelessRecipe +[07мая2026 22:07:38.361] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ShapelessRecipeAccessor from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.ShapelessRecipe +[07мая2026 22:07:38.361] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.ShapelessRecipeAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:38.362] [pool-16-thread-1/DEBUG] [mixin/]: wover.item.mixins.common.json:item_stack_setup.CraftingRecipeMixin from mod wover->@Inject::wover_setupItemStack(Lnet/minecraft/world/item/crafting/RecipeInput;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.380] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BannerDuplicateRecipeMixin from quark.mixins.json into net.minecraft.world.item.crafting.BannerDuplicateRecipe +[07мая2026 22:07:38.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item_stack_setup.CraftingRecipeMixin from wover.item.mixins.common.json into net.minecraft.world.item.crafting.RepairItemRecipe +[07мая2026 22:07:38.386] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.RepairItemRecipeMixin from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.RepairItemRecipe +[07мая2026 22:07:38.386] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.RepairItemRecipeMixin from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:38.387] [pool-16-thread-1/DEBUG] [mixin/]: wover.item.mixins.common.json:item_stack_setup.CraftingRecipeMixin from mod wover->@Inject::wover_setupItemStack(Lnet/minecraft/world/item/crafting/RecipeInput;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.387] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.RepairItemRecipeMixin from mod reliable_recipes->@Inject::reliableRecipes$blockSpecificRepair(Lnet/minecraft/world/item/crafting/CraftingInput;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.394] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AbstractCookingRecipeAccessor from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.AbstractCookingRecipe +[07мая2026 22:07:38.394] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.AbstractCookingRecipeAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:38.405] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SingleItemRecipeAccessor from reliable_recipes.mixins.json into net.minecraft.world.item.crafting.SingleItemRecipe +[07мая2026 22:07:38.405] [pool-16-thread-1/DEBUG] [mixin/]: reliable_recipes.mixins.json:accessor.SingleItemRecipeAccessor from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:38.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SmithingTransformRecipeAccessor from emi.mixins.json into net.minecraft.world.item.crafting.SmithingTransformRecipe +[07мая2026 22:07:38.410] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.SmithingTransformRecipeAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.410] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item_stack_setup.SmithingTransformRecipeMixin from wover.item.mixins.common.json into net.minecraft.world.item.crafting.SmithingTransformRecipe +[07мая2026 22:07:38.411] [pool-16-thread-1/DEBUG] [mixin/]: wover.item.mixins.common.json:item_stack_setup.SmithingTransformRecipeMixin from mod wover->@Inject::wover_setupItemStack(Lnet/minecraft/world/item/crafting/SmithingRecipeInput;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.417] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SmithingTrimRecipeAccessor from emi.mixins.json into net.minecraft.world.item.crafting.SmithingTrimRecipe +[07мая2026 22:07:38.417] [pool-16-thread-1/DEBUG] [mixin/]: emi.mixins.json:accessor.SmithingTrimRecipeAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.546] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBiomes from mixins.iris.json into net.minecraft.world.level.biome.Biomes +[07мая2026 22:07:38.546] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:38.552] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris->@Inject::iris$registerBiome(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.597] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.useless_sensors.SensorAccessor from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.Sensor +[07мая2026 22:07:38.616] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VillagerHostilesSensorMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.sensing.VillagerHostilesSensor +[07мая2026 22:07:38.627] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.sensor.secondary_poi.SecondaryPoiSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.SecondaryPoiSensor +[07мая2026 22:07:38.631] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:ai.sensor.secondary_poi.SecondaryPoiSensorMixin from mod lithium->@Inject::skipUselessSense(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/npc/Villager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:38.638] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.PiglinSpecificSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.PiglinSpecificSensor +[07мая2026 22:07:38.639] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.PiglinSpecificSensorMixin from golemoverhaul.mixins.json into net.minecraft.world.entity.ai.sensing.PiglinSpecificSensor +[07мая2026 22:07:38.640] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$doTick$2(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/ai/memory/NearestVisibleLivingEntities;)V to mdd85188$golemoverhaul$lambda$golemoverhaul$doTick$2$0 in golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul +[07мая2026 22:07:38.640] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$doTick$1(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/LivingEntity;)V to mdd85188$golemoverhaul$lambda$golemoverhaul$doTick$1$1 in golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul +[07мая2026 22:07:38.640] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$doTick$0(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$golemoverhaul$lambda$golemoverhaul$doTick$0$2 in golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul +[07мая2026 22:07:38.645] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul->@Inject::golemoverhaul$doTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.645] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul->@Inject::golemoverhaul$doTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.645] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.PiglinSpecificSensorMixin from mod golemoverhaul->@Inject::golemoverhaul$doTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.648] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.HoglinSpecificSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.HoglinSpecificSensor +[07мая2026 22:07:38.656] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TemptingSensorMixin from quark.mixins.json into net.minecraft.world.entity.ai.sensing.TemptingSensor +[07мая2026 22:07:38.657] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorTemptingSensor from quark.mixins.json into net.minecraft.world.entity.ai.sensing.TemptingSensor +[07мая2026 22:07:38.664] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minimal_nonvanilla.ai.sensor.frog_attackables.FrogAttackablesSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.FrogAttackablesSensor +[07мая2026 22:07:38.690] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootPoolEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer +[07мая2026 22:07:38.695] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LeafEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer +[07мая2026 22:07:38.704] [pool-16-thread-1/DEBUG] [mixin/]: Mixing resources.LootContextAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.storage.loot.LootContext +[07мая2026 22:07:38.704] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootContextAccessor from brewinandchewin.mixins.json into net.minecraft.world.level.storage.loot.LootContext +[07мая2026 22:07:38.704] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:LootContextAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.710] [pool-16-thread-1/DEBUG] [mixin/]: Mixing item_stack_setup.LootItemFunctionMixin from wover.item.mixins.common.json into net.minecraft.world.level.storage.loot.functions.LootItemFunctions +[07мая2026 22:07:38.710] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_setupItemStack$0(Ljava/util/function/BiFunction;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;)Lnet/minecraft/world/item/ItemStack; to mdd85188$wover$lambda$wover_setupItemStack$0$0 in wover.item.mixins.common.json:item_stack_setup.LootItemFunctionMixin from mod wover +[07мая2026 22:07:38.711] [pool-16-thread-1/DEBUG] [mixin/]: wover.item.mixins.common.json:item_stack_setup.LootItemFunctionMixin from mod wover->@Inject::wover_setupItemStack(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.714] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetCountLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetItemCountFunction +[07мая2026 22:07:38.719] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ConditionalLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction +[07мая2026 22:07:38.743] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.storage.loot.LootContextEntityTargetMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.storage.loot.LootContext$EntityTarget +[07мая2026 22:07:38.743] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.storage.loot.LootContextEntityTargetMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.759] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetItemLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetItemFunction +[07мая2026 22:07:38.767] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantRandomlyLootFunctionMixin from fabric-item-api-v1.mixins.json into net.minecraft.world.level.storage.loot.functions.EnchantRandomlyFunction +[07мая2026 22:07:38.767] [pool-16-thread-1/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:EnchantRandomlyLootFunctionMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.775] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetEnchantmentsLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetEnchantmentsFunction +[07мая2026 22:07:38.778] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetCustomDataLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetCustomDataFunction +[07мая2026 22:07:38.785] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetComponentsLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetComponentsFunction +[07мая2026 22:07:38.786] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetComponentsLootFunctionAccessor from owo.mixins.json into net.minecraft.world.level.storage.loot.functions.SetComponentsFunction +[07мая2026 22:07:38.786] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:SetComponentsLootFunctionAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.786] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method createSetComponentsLootFunction(Ljava/util/List;Lnet/minecraft/core/component/DataComponentPatch;)Lnet/minecraft/world/level/storage/loot/functions/SetComponentsFunction; to createSetComponentsLootFunction$owo_$md$d85188$0 in owo.mixins.json:SetComponentsLootFunctionAccessor from mod owo +[07мая2026 22:07:38.796] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantedCountIncreaseFunctionMixin from accessories-common.mixins.json into net.minecraft.world.level.storage.loot.functions.EnchantedCountIncreaseFunction +[07мая2026 22:07:38.796] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:EnchantedCountIncreaseFunctionMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.797] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinEnchantedCountIncreaseFunction from curios.neoforge.mixins.json into net.minecraft.world.level.storage.loot.functions.EnchantedCountIncreaseFunction +[07мая2026 22:07:38.797] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantedCountIncreaseFunctionNeoForgeMixin from puzzleslib.neoforge.mixins.json into net.minecraft.world.level.storage.loot.functions.EnchantedCountIncreaseFunction +[07мая2026 22:07:38.797] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:EnchantedCountIncreaseFunctionNeoForgeMixin from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.798] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantedCountIncreaseFunctionMixin from create.mixins.json into net.minecraft.world.level.storage.loot.functions.EnchantedCountIncreaseFunction +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:EnchantedCountIncreaseFunctionNeoForgeMixin from mod puzzleslib->@Inject::run(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:EnchantedCountIncreaseFunctionNeoForgeMixin from mod puzzleslib->@Inject::run(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:EnchantedCountIncreaseFunctionNeoForgeMixin from mod puzzleslib->@Inject::run(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:EnchantedCountIncreaseFunctionMixin from mod create->@Inject::create$crushingWheelLooting(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:EnchantedCountIncreaseFunctionMixin from mod create->@Inject::create$crushingWheelLooting(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:38.807] [pool-16-thread-1/DEBUG] [mixin/]: create.mixins.json:EnchantedCountIncreaseFunctionMixin from mod create->@Inject::create$crushingWheelLooting(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:38.811] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetDamageLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetItemDamageFunction +[07мая2026 22:07:38.818] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetAttributesLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetAttributesFunction +[07мая2026 22:07:38.826] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetNameLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetNameFunction +[07мая2026 22:07:38.833] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplorationMapFunctionMixin from supplementaries-common.mixins.json into net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction +[07мая2026 22:07:38.834] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$7(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; to mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$6(Ljava/util/List;Lnet/minecraft/tags/TagKey;Lnet/minecraft/core/Holder;Ljava/lang/Byte;Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/util/Optional;)Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction; to mdd85188$supplementaries$lambda$supp$modifyCodec$6$1 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$5(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Ljava/util/Optional; to mdd85188$supplementaries$lambda$supp$modifyCodec$5$2 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$4(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Ljava/lang/Boolean; to mdd85188$supplementaries$lambda$supp$modifyCodec$4$3 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$3(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Ljava/lang/Integer; to mdd85188$supplementaries$lambda$supp$modifyCodec$3$4 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$2(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Ljava/lang/Byte; to mdd85188$supplementaries$lambda$supp$modifyCodec$2$5 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$1(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Lnet/minecraft/core/Holder; to mdd85188$supplementaries$lambda$supp$modifyCodec$1$6 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.835] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$supp$modifyCodec$0(Lnet/minecraft/world/level/storage/loot/functions/ExplorationMapFunction;)Lnet/minecraft/tags/TagKey; to mdd85188$supplementaries$lambda$supp$modifyCodec$0$7 in supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries +[07мая2026 22:07:38.845] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplorationMapFunctionMixin from structureessentials.mixins.json into net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction +[07мая2026 22:07:38.845] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ExplorationMapLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction +[07мая2026 22:07:38.854] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries->@Inject::supp$turnToQuill(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:38.855] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ExplorationMapFunctionMixin from mod supplementaries->@Inject::supp$modifyCodec(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.855] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:ExplorationMapFunctionMixin from mod structureessentials->@Inject::initSearchRange(Ljava/util/List;Lnet/minecraft/tags/TagKey;Lnet/minecraft/core/Holder;BIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:38.855] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:ExplorationMapFunctionMixin from mod structureessentials->@Inject::initSearchRange(Ljava/util/List;Lnet/minecraft/tags/TagKey;Lnet/minecraft/core/Holder;BIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:38.855] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:ExplorationMapFunctionMixin from mod structureessentials->@Inject::initSearchRange(Ljava/util/List;Lnet/minecraft/tags/TagKey;Lnet/minecraft/core/Holder;BIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:38.905] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:38.924] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinLevelEvent from architectury.mixins.json into net.neoforged.neoforge.event.level.LevelEvent +[07мая2026 22:07:38.924] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinLevelEvent from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:38.938] [pool-16-thread-1/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:38.944] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetStewEffectLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetStewEffectFunction +[07мая2026 22:07:38.953] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CopyNameLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.CopyNameFunction +[07мая2026 22:07:38.956] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ModifyContentsLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.ModifyContainerContents +[07мая2026 22:07:38.960] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FilteredLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.FilteredFunction +[07мая2026 22:07:38.962] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LimitCountLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.LimitCount +[07мая2026 22:07:38.963] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BoundedIntUnaryOperatorAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.IntRange +[07мая2026 22:07:38.967] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ApplyBonusCountMixin from accessories-common.mixins.json into net.minecraft.world.level.storage.loot.functions.ApplyBonusCount +[07мая2026 22:07:38.967] [pool-16-thread-1/DEBUG] [mixin/]: accessories-common.mixins.json:ApplyBonusCountMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:38.967] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinApplyBonusCount from curios.neoforge.mixins.json into net.minecraft.world.level.storage.loot.functions.ApplyBonusCount +[07мая2026 22:07:38.969] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ApplyBonusLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.ApplyBonusCount +[07мая2026 22:07:38.977] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetLootTableLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetContainerLootTable +[07мая2026 22:07:39.005] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetPotionLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetPotionFunction +[07мая2026 22:07:39.007] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetInstrumentLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetInstrumentFunction +[07мая2026 22:07:39.009] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ReferenceLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.FunctionReference +[07мая2026 22:07:39.011] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AndLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SequenceFunction +[07мая2026 22:07:39.017] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetFireworksLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetFireworksFunction +[07мая2026 22:07:39.019] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetFireworkExplosionLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetFireworkExplosionFunction +[07мая2026 22:07:39.020] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetBookCoverLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetBookCoverFunction +[07мая2026 22:07:39.031] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SetOminousBottleAmplifierLootFunctionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.functions.SetOminousBottleAmplifierFunction +[07мая2026 22:07:39.036] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootItemMixin from misctweaks.mixins.json into net.minecraft.world.level.storage.loot.entries.LootItem +[07мая2026 22:07:39.036] [pool-16-thread-1/DEBUG] [mixin/]: misctweaks.mixins.json:LootItemMixin from mod misctweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.039] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ItemEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.LootItem +[07мая2026 22:07:39.046] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootTableEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.NestedLootTable +[07мая2026 22:07:39.049] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootTableMixin from balm.neoforge.mixins.json into net.minecraft.world.level.storage.loot.LootTable +[07мая2026 22:07:39.051] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.LootTableMixin from reliable_remover.mixins.json into net.minecraft.world.level.storage.loot.LootTable +[07мая2026 22:07:39.051] [pool-16-thread-1/DEBUG] [mixin/]: reliable_remover.mixins.json:minecraft.LootTableMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:39.051] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$reliable_remover$wrapConsumer$0(Ljava/util/function/Consumer;Lnet/minecraft/world/item/ItemStack;)V to mdd85188$reliable_remover$lambda$reliable_remover$wrapConsumer$0$0 in reliable_remover.mixins.json:minecraft.LootTableMixin from mod reliable_remover +[07мая2026 22:07:39.051] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorLootTable from zeta.mixins.json into net.minecraft.world.level.storage.loot.LootTable +[07мая2026 22:07:39.051] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootTableAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.LootTable +[07мая2026 22:07:39.052] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootTableAccessor from fabric-loot-api-v3.mixins.json into net.minecraft.world.level.storage.loot.LootTable +[07мая2026 22:07:39.052] [pool-16-thread-1/DEBUG] [mixin/]: fabric-loot-api-v3.mixins.json:LootTableAccessor from mod fabric_loot_api_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.054] [pool-16-thread-1/DEBUG] [mixin/]: balm.neoforge.mixins.json:LootTableMixin from mod balm->@Inject::getRandomItems(Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.062] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorLootPool from zeta.mixins.json into net.minecraft.world.level.storage.loot.LootPool +[07мая2026 22:07:39.062] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootPoolMixin from bclib.mixins.common.json into net.minecraft.world.level.storage.loot.LootPool +[07мая2026 22:07:39.064] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootPoolAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.LootPool +[07мая2026 22:07:39.064] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootPoolAccessor from fabric-loot-api-v3.mixins.json into net.minecraft.world.level.storage.loot.LootPool +[07мая2026 22:07:39.064] [pool-16-thread-1/DEBUG] [mixin/]: fabric-loot-api-v3.mixins.json:LootPoolAccessor from mod fabric_loot_api_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.083] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TagEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.TagEntry +[07мая2026 22:07:39.087] [pool-16-thread-1/DEBUG] [mixin/]: Mixing CombinedEntryAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.entries.CompositeEntryBase +[07мая2026 22:07:39.096] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AlternativeLootConditionAccessor from emi_loot.mixins.json into net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition +[07мая2026 22:07:39.102] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LootItemRandomChanceWithEnchantedBonusConditionNeoForgeMixin from puzzleslib.neoforge.mixins.json into net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceWithEnchantedBonusCondition +[07мая2026 22:07:39.102] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:LootItemRandomChanceWithEnchantedBonusConditionNeoForgeMixin from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.112] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorContextAwarePredicate from zeta.mixins.json into net.minecraft.advancements.critereon.ContextAwarePredicate +[07мая2026 22:07:39.120] [pool-16-thread-1/DEBUG] [mixin/]: Mixing shears.MatchToolMixin from bclib.mixins.common.json into net.minecraft.world.level.storage.loot.predicates.MatchTool +[07мая2026 22:07:39.123] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:shears.MatchToolMixin from mod bclib->@Inject::bcl_initShears(Ljava/util/Optional;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.123] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:shears.MatchToolMixin from mod bclib->@Inject::bcl_isShears(Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.198] [pool-16-thread-1/DEBUG] [mixin/]: Mixing collections.mob_spawning.WeightedRandomListMixin from lithium.mixins.json into net.minecraft.util.random.WeightedRandomList +[07мая2026 22:07:39.200] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.WeightedRandomListMixin from mod lithium->@Inject::init(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.200] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.WeightedRandomListMixin from mod lithium->@Inject::init(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.200] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.WeightedRandomListMixin from mod lithium->@Inject::init(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.212] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DimensionTypeAccessor from mixins.iris.json into net.minecraft.world.level.dimension.DimensionType +[07мая2026 22:07:39.212] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.json:DimensionTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:39.212] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.DimensionTypeMixin from aether.mixins.json into net.minecraft.world.level.dimension.DimensionType +[07мая2026 22:07:39.218] [pool-16-thread-1/DEBUG] [mixin/]: aether.mixins.json:common.DimensionTypeMixin from mod aether->@Inject::moonPhase(JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.284] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.feature.FeatureMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.feature.Feature +[07мая2026 22:07:39.284] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.feature.FeatureMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.284] [pool-16-thread-1/DEBUG] [mixin/]: Mixing KeepRichSoilGiantTreeMixin from farmersdelight.mixins.json into net.minecraft.world.level.levelgen.feature.Feature +[07мая2026 22:07:39.284] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$keepRichSoil$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$farmersdelight$lambda$keepRichSoil$0$0 in farmersdelight.mixins.json:KeepRichSoilGiantTreeMixin from mod farmersdelight +[07мая2026 22:07:39.285] [pool-16-thread-1/DEBUG] [mixin/]: Mixing KeepResurgentSoilGiantTreeMixin from mynethersdelight.mixins.json into net.minecraft.world.level.levelgen.feature.Feature +[07мая2026 22:07:39.286] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$keepResurgentSoil$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to mdd85188$mynethersdelight$lambda$keepResurgentSoil$0$1 in mynethersdelight.mixins.json:KeepResurgentSoilGiantTreeMixin from mod mynethersdelight +[07мая2026 22:07:39.287] [pool-16-thread-1/DEBUG] [mixin/]: farmersdelight.mixins.json:KeepRichSoilGiantTreeMixin from mod farmersdelight->@Inject::keepRichSoil(Lnet/minecraft/world/level/LevelSimulatedReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.287] [pool-16-thread-1/DEBUG] [mixin/]: mynethersdelight.mixins.json:KeepResurgentSoilGiantTreeMixin from mod mynethersdelight->@Inject::keepResurgentSoil(Lnet/minecraft/world/level/LevelSimulatedReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.293] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.feature.TreeFeatureMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.feature.TreeFeature +[07мая2026 22:07:39.293] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.feature.TreeFeatureMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.293] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TreeFeatureMixin from worldgen_patches.mixins.json into net.minecraft.world.level.levelgen.feature.TreeFeature +[07мая2026 22:07:39.295] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.LessJungleBushInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.TreeFeature +[07мая2026 22:07:39.295] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_lessJungleBushInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_lessJungleBushInStructures$0$0 in repurposed_structures-common.mixins.json:features.LessJungleBushInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.302] [pool-16-thread-1/DEBUG] [mixin/]: worldgen_patches.mixins.json:TreeFeatureMixin from mod worldgen_patches->@Inject::postProcessLeaves(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.302] [pool-16-thread-1/DEBUG] [mixin/]: worldgen_patches.mixins.json:TreeFeatureMixin from mod worldgen_patches->@Inject::postProcessLeaves(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.302] [pool-16-thread-1/DEBUG] [mixin/]: worldgen_patches.mixins.json:TreeFeatureMixin from mod worldgen_patches->@Inject::postProcessLeaves(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.302] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.LessJungleBushInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_lessJungleBushInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.305] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoFallsInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.SpringFeature +[07мая2026 22:07:39.305] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noLavaInStructures$1(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noLavaInStructures$1$0 in repurposed_structures-common.mixins.json:features.NoFallsInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.305] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noLavaInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noLavaInStructures$0$1 in repurposed_structures-common.mixins.json:features.NoFallsInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.306] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpringFeatureMixin from quark.mixins.json into net.minecraft.world.level.levelgen.feature.SpringFeature +[07мая2026 22:07:39.309] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.NoFallsInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_noLavaInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.309] [pool-16-thread-1/DEBUG] [mixin/]: quark.mixins.json:SpringFeatureMixin from mod quark->@Inject::canSurvive(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.310] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChorusPlantFeatureMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.feature.ChorusPlantFeature +[07мая2026 22:07:39.311] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:ChorusPlantFeatureMixin from mod betterend->@Inject::be_place(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.315] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HugeRedMushroomFeatureMixin from quark.mixins.json into net.minecraft.world.level.levelgen.feature.HugeRedMushroomFeature +[07мая2026 22:07:39.316] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HugeBrownMushroomFeatureMixin from quark.mixins.json into net.minecraft.world.level.levelgen.feature.HugeBrownMushroomFeature +[07мая2026 22:07:39.318] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.feature.GlowstoneFeatureMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.feature.GlowstoneFeature +[07мая2026 22:07:39.318] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.feature.GlowstoneFeatureMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.320] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowAndFreezeFeatureMixin from worldgen_patches.mixins.json into net.minecraft.world.level.levelgen.feature.SnowAndFreezeFeature +[07мая2026 22:07:39.320] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SnowAndFreezeFeatureMixin from snowrealmagic.mixins.json into net.minecraft.world.level.levelgen.feature.SnowAndFreezeFeature +[07мая2026 22:07:39.321] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.SmarterSnowPlacingInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.SnowAndFreezeFeature +[07мая2026 22:07:39.321] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_smarterSnowPlacingInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_smarterSnowPlacingInStructures$0$0 in repurposed_structures-common.mixins.json:features.SmarterSnowPlacingInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.326] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.feature.VinesFeatureMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.feature.VinesFeature +[07мая2026 22:07:39.326] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.feature.VinesFeatureMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.326] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoVinesInStructuresMixin from yungsapi.mixins.json into net.minecraft.world.level.levelgen.feature.VinesFeature +[07мая2026 22:07:39.326] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoVinesInStructuresMixin from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.331] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoVinesInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.VinesFeature +[07мая2026 22:07:39.332] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noLavaInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noLavaInStructures$0$0 in repurposed_structures-common.mixins.json:features.NoVinesInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.336] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoVinesInStructuresMixin from mod yungsapi->@Inject::yungsapi_noVinesInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.336] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.NoVinesInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_noLavaInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.343] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoMultifaceGrowthFeatureInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.MultifaceGrowthFeature +[07мая2026 22:07:39.343] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoMultifaceGrowthFeatureInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.344] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoMultifaceGrowthFeatureInStructuresMixin from mod cataclysm->@Inject::cataclysm_noOreInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.345] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoMagmaInStructuresMixin from yungsapi.mixins.json into net.minecraft.world.level.levelgen.feature.UnderwaterMagmaFeature +[07мая2026 22:07:39.345] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoMagmaInStructuresMixin from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.346] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoMagmaBlockInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.UnderwaterMagmaFeature +[07мая2026 22:07:39.346] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoMagmaBlockInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.348] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoMagmaInStructuresMixin from mod yungsapi->@Inject::yungsapi_noMagmaInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.348] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoMagmaBlockInStructuresMixin from mod cataclysm->@Inject::cataclysm_noMagmablockInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.349] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DungeonFeatureMixin from variantsandventures-common.mixins.json into net.minecraft.world.level.levelgen.feature.MonsterRoomFeature +[07мая2026 22:07:39.353] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.DungeonFeatureAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.MonsterRoomFeature +[07мая2026 22:07:39.353] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getMOBS()[Lnet/minecraft/world/entity/EntityType; to getMOBS$repurposed_structures_$md$d85188$0 in repurposed_structures-common.mixins.json:features.DungeonFeatureAccessor from mod repurposed_structures +[07мая2026 22:07:39.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.feature.BlueIceFeatureMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.feature.BlueIceFeature +[07мая2026 22:07:39.363] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.feature.BlueIceFeatureMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.367] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoLakesInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature +[07мая2026 22:07:39.367] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noLakesInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noLakesInStructures$0$0 in repurposed_structures-common.mixins.json:features.NoLakesInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.368] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoLakesInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature +[07мая2026 22:07:39.368] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoLakesInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.372] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.NoLakesInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_noLakesInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.372] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoLakesInStructuresMixin from mod cataclysm->@Inject::cataclysm_noLakesInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.374] [pool-16-thread-1/DEBUG] [mixin/]: Mixing OreMixin from caveore.mixins.json into net.minecraft.world.level.levelgen.feature.OreFeature +[07мая2026 22:07:39.374] [pool-16-thread-1/DEBUG] [mixin/]: caveore.mixins.json:OreMixin from mod caveore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.379] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoOreInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.OreFeature +[07мая2026 22:07:39.379] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoOreInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.380] [pool-16-thread-1/DEBUG] [mixin/]: Mixing Copenhagen from owo.mixins.json into net.minecraft.world.level.levelgen.feature.OreFeature +[07мая2026 22:07:39.380] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:39.380] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$coping$0(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)V to mdd85188$owo$lambda$coping$0$0 in owo.mixins.json:Copenhagen from mod owo +[07мая2026 22:07:39.382] [pool-16-thread-1/DEBUG] [mixin/]: Mixing object_pooling_caching.MixinOreFeature from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.feature.OreFeature +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: caveore.mixins.json:OreMixin from mod caveore->@Inject::ongenerate(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: caveore.mixins.json:OreMixin from mod caveore->@Inject::ongenerate(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: caveore.mixins.json:OreMixin from mod caveore->@Inject::ongenerate(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: caveore.mixins.json:OreMixin from mod caveore->@Inject::on(Lnet/minecraft/util/RandomSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoOreInStructuresMixin from mod cataclysm->@Inject::cataclysm_noOreInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::malding(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILjava/util/BitSet;Lnet/minecraft/core/BlockPos$MutableBlockPos;I[DLnet/minecraft/world/level/chunk/BulkSectionAccess;IDDDDIIIIIIIDIDIDILnet/minecraft/world/level/chunk/LevelChunkSection;IIILnet/minecraft/world/level/block/state/BlockState;Ljava/util/Iterator;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::malding(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILjava/util/BitSet;Lnet/minecraft/core/BlockPos$MutableBlockPos;I[DLnet/minecraft/world/level/chunk/BulkSectionAccess;IDDDDIIIIIIIDIDIDILnet/minecraft/world/level/chunk/LevelChunkSection;IIILnet/minecraft/world/level/block/state/BlockState;Ljava/util/Iterator;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState;)V has 0 override(s) in child classes +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::malding(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILjava/util/BitSet;Lnet/minecraft/core/BlockPos$MutableBlockPos;I[DLnet/minecraft/world/level/chunk/BulkSectionAccess;IDDDDIIIIIIIDIDIDILnet/minecraft/world/level/chunk/LevelChunkSection;IIILnet/minecraft/world/level/block/state/BlockState;Ljava/util/Iterator;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::coping(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::coping(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.403] [pool-16-thread-1/DEBUG] [mixin/]: owo.mixins.json:Copenhagen from mod owo->@Inject::coping(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/OreConfiguration;DDDDDDIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.407] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndPlatformFeatureMixin from betterendisland.mixins.json into net.minecraft.world.level.levelgen.feature.EndPlatformFeature +[07мая2026 22:07:39.407] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndPlatformFeatureMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.407] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndPlatformFeatureMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.feature.EndPlatformFeature +[07мая2026 22:07:39.408] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndPlatformFeatureMixin from mod betterendisland->@Inject::betterendisland_createEndPlatform(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:39.408] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:EndPlatformFeatureMixin from mod betterend->@Inject::be_createEndSpawnPlatform(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:39.409] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpikeFeatureMixin from betterendisland.mixins.json into net.minecraft.world.level.levelgen.feature.SpikeFeature +[07мая2026 22:07:39.409] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:SpikeFeatureMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.411] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SpikeFeatureMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.feature.SpikeFeature +[07мая2026 22:07:39.437] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:SpikeFeatureMixin from mod betterendisland->@Inject::betterendisland_getSpikesForLevel(Lnet/minecraft/world/level/WorldGenLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.437] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:SpikeFeatureMixin from mod betterendisland->@Inject::betterendisland_placeSpike(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration;Lnet/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:39.437] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:SpikeFeatureMixin from mod betterend->@Inject::be_place(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.437] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:SpikeFeatureMixin from mod betterend->@Inject::be_placeSpike(Lnet/minecraft/world/level/ServerLevelAccessor;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration;Lnet/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:39.439] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndGatewayFeatureMixin from betterendisland.mixins.json into net.minecraft.world.level.levelgen.feature.EndGatewayFeature +[07мая2026 22:07:39.439] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndGatewayFeatureMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.441] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndGatewayFeatureMixin from mod betterendisland->@Inject::betterendisland_placeEndGateway(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.445] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.LessBambooInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.BambooFeature +[07мая2026 22:07:39.445] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_lessBambooInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_lessBambooInStructures$0$0 in repurposed_structures-common.mixins.json:features.LessBambooInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.446] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.FixBambooPlacementMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.BambooFeature +[07мая2026 22:07:39.449] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.LessBambooInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_lessBambooInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.449] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.FixBambooPlacementMixin from mod repurposed_structures->@Inject::repurposedstructures_fixBambooNonAirCheck(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.449] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.FixBambooPlacementMixin from mod repurposed_structures->@Inject::repurposedstructures_fixBambooNonAirCheck(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.449] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.FixBambooPlacementMixin from mod repurposed_structures->@Inject::repurposedstructures_fixBambooNonAirCheck(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.453] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoBasaltColumnsInStructuresMixin from yungsapi.mixins.json into net.minecraft.world.level.levelgen.feature.BasaltColumnsFeature +[07мая2026 22:07:39.453] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoBasaltColumnsInStructuresMixin from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.453] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoBasaltColumnsInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.BasaltColumnsFeature +[07мая2026 22:07:39.453] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noBasaltColumnsInStructures2$1(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noBasaltColumnsInStructures2$1$0 in repurposed_structures-common.mixins.json:features.NoBasaltColumnsInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.453] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noBasaltColumnsInStructures1$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noBasaltColumnsInStructures1$0$1 in repurposed_structures-common.mixins.json:features.NoBasaltColumnsInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.456] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoBasaltColumnsInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.BasaltColumnsFeature +[07мая2026 22:07:39.456] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoBasaltColumnsInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.461] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoBasaltColumnsInStructuresMixin from mod yungsapi->@Inject::yungsapi_noBasaltColumnsInStructures(Lnet/minecraft/world/level/LevelAccessor;ILnet/minecraft/core/BlockPos$MutableBlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.461] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoBasaltColumnsInStructuresMixin from mod cataclysm->@Inject::cataclysm_noBasaltColumnsInStructures(Lnet/minecraft/world/level/LevelAccessor;ILnet/minecraft/core/BlockPos$MutableBlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.463] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DeltaFeatureMixin from betternether.mixins.common.json into net.minecraft.world.level.levelgen.feature.DeltaFeature +[07мая2026 22:07:39.464] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoDeltasInStructuresMixin from yungsapi.mixins.json into net.minecraft.world.level.levelgen.feature.DeltaFeature +[07мая2026 22:07:39.464] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoDeltasInStructuresMixin from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.465] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoDeltasInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.DeltaFeature +[07мая2026 22:07:39.465] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noDeltasInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noDeltasInStructures$0$0 in repurposed_structures-common.mixins.json:features.NoDeltasInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.467] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoDeltasInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.DeltaFeature +[07мая2026 22:07:39.467] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoDeltasInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.473] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:DeltaFeatureMixin from mod betternether->@Inject::checkBlock(Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.473] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:NoDeltasInStructuresMixin from mod yungsapi->@Inject::yungsapi_noDeltasInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.473] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.NoDeltasInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_noDeltasInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.473] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoDeltasInStructuresMixin from mod cataclysm->@Inject::cataclysm_noDeltasInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.480] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.NoGeodesInStructuresMixin from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.feature.GeodeFeature +[07мая2026 22:07:39.480] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_noGeodesInStructures$0(Lnet/minecraft/core/Registry;Lnet/minecraft/world/level/levelgen/structure/Structure;)Z to mdd85188$repurposed_structures$lambda$repurposedstructures_noGeodesInStructures$0$0 in repurposed_structures-common.mixins.json:features.NoGeodesInStructuresMixin from mod repurposed_structures +[07мая2026 22:07:39.481] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoGeodeInStructuresMixin from cataclysm.mixins.json into net.minecraft.world.level.levelgen.feature.GeodeFeature +[07мая2026 22:07:39.481] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoGeodeInStructuresMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.482] [pool-16-thread-1/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.feature.GeodeFeature +[07мая2026 22:07:39.483] [pool-16-thread-1/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:features.NoGeodesInStructuresMixin from mod repurposed_structures->@Inject::repurposedstructures_noGeodesInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.483] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:NoGeodeInStructuresMixin from mod cataclysm->@Inject::cataclysm_noGeodeInStructures(Lnet/minecraft/world/level/levelgen/feature/FeaturePlaceContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.503] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.PlacedFeatureAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.placement.PlacedFeature +[07мая2026 22:07:39.503] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.PlacedFeatureAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.503] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PlacedFeatureErrorMixin from structureessentials.mixins.json into net.minecraft.world.level.levelgen.placement.PlacedFeature +[07мая2026 22:07:39.520] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.StructureProcessorListAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorList +[07мая2026 22:07:39.521] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureProcessorListAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.526] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JigsawReplacementProcessorMixin from moonlight-common.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.JigsawReplacementProcessor +[07мая2026 22:07:39.526] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:JigsawReplacementProcessorMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.535] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.levelgen.structure.templatesystem.BlockAgeProcessorMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.levelgen.structure.templatesystem.BlockAgeProcessor +[07мая2026 22:07:39.535] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.levelgen.structure.templatesystem.BlockAgeProcessorMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.535] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BlockAgeProcessorMixin from betternether.mixins.common.json into net.minecraft.world.level.levelgen.structure.templatesystem.BlockAgeProcessor +[07мая2026 22:07:39.537] [pool-16-thread-1/DEBUG] [mixin/]: betternether.mixins.common.json:BlockAgeProcessorMixin from mod betternether->@Inject::bn_processBlock(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$StructureBlockInfo;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$StructureBlockInfo;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructurePlaceSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.575] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndSpikeMixin from betterendisland.mixins.json into net.minecraft.world.level.levelgen.feature.SpikeFeature$EndSpike +[07мая2026 22:07:39.575] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndSpikeMixin from mod betterendisland: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndSpikeMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.feature.SpikeFeature$EndSpike +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndSpikeMixin from mod betterendisland->@Inject::betterendisland_adjustSpikeBoundingBox(IIIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndSpikeMixin from mod betterendisland->@Inject::betterendisland_adjustSpikeBoundingBox(IIIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndSpikeMixin from mod betterendisland->@Inject::betterendisland_adjustSpikeBoundingBox(IIIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: betterendisland.mixins.json:EndSpikeMixin from mod betterendisland->@Inject::betterendisland_getSpikeHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.576] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:EndSpikeMixin from mod betterend->@Inject::be_getSpikeHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.600] [pool-16-thread-1/DEBUG] [mixin/]: Mixing LegacyRandomSourceMixin from structureessentials.mixins.json into net.minecraft.world.level.levelgen.LegacyRandomSource +[07мая2026 22:07:39.623] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.placement.RandomSpreadStructurePlacementMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.placement.RandomSpreadStructurePlacement +[07мая2026 22:07:39.625] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RandomSpreadStructurePlacementMixin from structureessentials.mixins.json into net.minecraft.world.level.levelgen.structure.placement.RandomSpreadStructurePlacement +[07мая2026 22:07:39.626] [pool-16-thread-1/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.structure.placement.RandomSpreadStructurePlacement +[07мая2026 22:07:39.628] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:RandomSpreadStructurePlacementMixin from mod structureessentials->@Inject::adjustSpacingSeperation(Lnet/minecraft/core/Vec3i;Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod;FILjava/util/Optional;IILnet/minecraft/world/level/levelgen/structure/placement/RandomSpreadType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.628] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:RandomSpreadStructurePlacementMixin from mod structureessentials->@Inject::adjustSpacingSeperation(Lnet/minecraft/core/Vec3i;Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod;FILjava/util/Optional;IILnet/minecraft/world/level/levelgen/structure/placement/RandomSpreadType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.628] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:RandomSpreadStructurePlacementMixin from mod structureessentials->@Inject::adjustSpacingSeperation(Lnet/minecraft/core/Vec3i;Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod;FILjava/util/Optional;IILnet/minecraft/world/level/levelgen/structure/placement/RandomSpreadType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.631] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.placement.StructurePlacementMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.placement.StructurePlacement +[07мая2026 22:07:39.631] [pool-16-thread-1/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandomStatic from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.structure.placement.StructurePlacement +[07мая2026 22:07:39.638] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.StructureSetMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.StructureSet +[07мая2026 22:07:39.639] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$structurify$getStructures$1(Ljava/lang/String;Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;)Z to mdd85188$structurify$lambda$structurify$getStructures$1$0 in structurify-common.mixins.json:structure.StructureSetMixin from mod structurify +[07мая2026 22:07:39.639] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$structurify$getStructures$0(Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Ljava/lang/Boolean; to mdd85188$structurify$lambda$structurify$getStructures$0$1 in structurify-common.mixins.json:structure.StructureSetMixin from mod structurify +[07мая2026 22:07:39.640] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.StructureSetAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.StructureSet +[07мая2026 22:07:39.640] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureSetAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.643] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.StructureSelectionEntryMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.StructureSet$StructureSelectionEntry +[07мая2026 22:07:39.646] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.StructureMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.Structure +[07мая2026 22:07:39.649] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureStartMinDistMixin from structureessentials.mixins.json into net.minecraft.world.level.levelgen.structure.Structure +[07мая2026 22:07:39.653] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureTimingMixin from structureessentials.mixins.json into net.minecraft.world.level.levelgen.structure.Structure +[07мая2026 22:07:39.654] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureMixin from blueprint.mixins.json into net.minecraft.world.level.levelgen.structure.Structure +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureStartMinDistMixin from mod structureessentials->@Inject::checkOtherStructuresNearby(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureStartMinDistMixin from mod structureessentials->@Inject::checkOtherStructuresNearby(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::beforeGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::beforeGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::beforeGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureTimingMixin from mod structureessentials->@Inject::afterGenerate(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:StructureMixin from mod blueprint->@Inject::captureStructureContextForRepaletters(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Ljava/util/Optional;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.671] [pool-16-thread-1/DEBUG] [mixin/]: blueprint.mixins.json:StructureMixin from mod blueprint->@Inject::captureStructureContextForRepaletters(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/world/level/biome/BiomeSource;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Ljava/util/Optional;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.687] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePieceAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece +[07мая2026 22:07:39.687] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructurePieceMixin from zeta.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece +[07мая2026 22:07:39.689] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructurePieceMixin from blueprint.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece +[07мая2026 22:07:39.690] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IStructurePiece from c2me-base.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece +[07мая2026 22:07:39.696] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MineshaftCorridorMixin from supplementaries-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.MineshaftPieces$MineShaftCorridor +[07мая2026 22:07:39.696] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:MineshaftCorridorMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.698] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinMineshaftGeneratorMineshaftCorridor from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.MineshaftPieces$MineShaftCorridor +[07мая2026 22:07:39.699] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:MineshaftCorridorMixin from mod supplementaries->@Inject::supp$addRope(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos$MutableBlockPos;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:39.699] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/MineshaftPieces$MineShaftCorridor;hasPlacedSpider:Z volatile +[07мая2026 22:07:39.706] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinMineshaftGeneratorMineshaftRoom from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.MineshaftPieces$MineShaftRoom +[07мая2026 22:07:39.707] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.707] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.707] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.709] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorPiece from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$NetherBridgePiece +[07мая2026 22:07:39.717] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NetherFortressPiecesMixin$CastleEntranceMixin from quark.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$CastleEntrance +[07мая2026 22:07:39.723] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorCorridorLeftTurn from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$CastleSmallCorridorLeftTurnPiece +[07мая2026 22:07:39.724] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$CastleSmallCorridorLeftTurnPiece;isNeedingChest:Z volatile +[07мая2026 22:07:39.727] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorCorridorRightTurn from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$CastleSmallCorridorRightTurnPiece +[07мая2026 22:07:39.728] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$CastleSmallCorridorRightTurnPiece;isNeedingChest:Z volatile +[07мая2026 22:07:39.730] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorBridgePlatform from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$MonsterThrone +[07мая2026 22:07:39.730] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$MonsterThrone;hasPlacedSpawner:Z volatile +[07мая2026 22:07:39.733] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorStart from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$StartPiece +[07мая2026 22:07:39.737] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.737] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.737] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.737] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$StartPiece;previousPiece:Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$PieceWeight; volatile +[07мая2026 22:07:39.739] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorChestCorridor from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$ChestCorridor +[07мая2026 22:07:39.739] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$ChestCorridor;hasPlacedChest:Z volatile +[07мая2026 22:07:39.745] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StrongholdCrossingSconceMixin from supplementaries-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$FiveCrossing +[07мая2026 22:07:39.745] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdCrossingSconceMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.749] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdCrossingSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.749] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdCrossingSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.749] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdCrossingSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.752] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StrongholdGeneratorMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$Library +[07мая2026 22:07:39.752] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsAndFoes$getEnchantmentList$0(Lnet/minecraft/world/item/enchantment/EnchantmentInstance;)Lnet/minecraft/core/Holder; to mdd85188$friendsandfoes$lambda$friendsAndFoes$getEnchantmentList$0$0 in friendsandfoes-common.mixins.json:StrongholdGeneratorMixin from mod friendsandfoes +[07мая2026 22:07:39.769] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorPortalRoom from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$PortalRoom +[07мая2026 22:07:39.769] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PortalRoom;hasPlacedSpawner:Z volatile +[07мая2026 22:07:39.773] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StrongholdRoomSconceMixin from supplementaries-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$RoomCrossing +[07мая2026 22:07:39.774] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdRoomSconceMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.777] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdRoomSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.777] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdRoomSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.777] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:StrongholdRoomSconceMixin from mod supplementaries->@Inject::supp$addSconces(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.780] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorSpiralStaircase from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$StairsDown +[07мая2026 22:07:39.784] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorStart from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$StartPiece +[07мая2026 22:07:39.786] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.786] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.786] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.786] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$StartPiece;previousPiece:Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PieceWeight; volatile +[07мая2026 22:07:39.786] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$StartPiece;portalRoomPiece:Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PortalRoom; volatile +[07мая2026 22:07:39.789] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinJungleTempleGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JungleTemplePiece +[07мая2026 22:07:39.796] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinShiftableStructurePiece from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.ScatteredFeaturePiece +[07мая2026 22:07:39.796] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/ScatteredFeaturePiece;heightPosition:I volatile +[07мая2026 22:07:39.799] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.dynamic_structure_manager.StructureManagerMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateManager +[07мая2026 22:07:39.801] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureTemplateManagerMixin from rhenium.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateManager +[07мая2026 22:07:39.806] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureTemplateManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateManager +[07мая2026 22:07:39.806] [pool-16-thread-1/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:StructureTemplateManagerMixin from mod fabric_gametest_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_structure_manager.StructureManagerMixin from mod modernfix->@Inject::makeStructuresSafe(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_structure_manager.StructureManagerMixin from mod modernfix->@Inject::makeStructuresSafe(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_structure_manager.StructureManagerMixin from mod modernfix->@Inject::makeStructuresSafe(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$limitTemplateCache(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$clearTemplateOrder(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$clearTemplateOrder(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$clearTemplateOrder(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$forgetRemovedTemplate(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$forgetRemovedTemplate(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: rhenium.mixins.json:StructureTemplateManagerMixin from mod rhenium->@Inject::rhenium$forgetRemovedTemplate(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:StructureTemplateManagerMixin from mod fabric_gametest_api_v1->@Inject::addFabricTemplateProvider(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/google/common/collect/ImmutableList$Builder;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:StructureTemplateManagerMixin from mod fabric_gametest_api_v1->@Inject::addFabricTemplateProvider(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/google/common/collect/ImmutableList$Builder;)V has 0 override(s) in child classes +[07мая2026 22:07:39.816] [pool-16-thread-1/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:StructureTemplateManagerMixin from mod fabric_gametest_api_v1->@Inject::addFabricTemplateProvider(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/google/common/collect/ImmutableList$Builder;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.822] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.OceanRuinPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.OceanRuinPieces$OceanRuinPiece +[07мая2026 22:07:39.823] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.OceanRuinPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.826] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TemplateStructurePieceMixin from moonlight-common.mixins.json into net.minecraft.world.level.levelgen.structure.TemplateStructurePiece +[07мая2026 22:07:39.826] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:TemplateStructurePieceMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.829] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:TemplateStructurePieceMixin from mod moonlight->@Inject::ml$processBoxes(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.829] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:TemplateStructurePieceMixin from mod moonlight->@Inject::ml$processBoxes(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.829] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:TemplateStructurePieceMixin from mod moonlight->@Inject::ml$processBoxes(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.832] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IglooPieceMixin from worldgen_patches.mixins.json into net.minecraft.world.level.levelgen.structure.structures.IglooPieces$IglooPiece +[07мая2026 22:07:39.832] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.IglooPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.IglooPieces$IglooPiece +[07мая2026 22:07:39.832] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.IglooPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.836] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.RuinedPortalPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.RuinedPortalPiece +[07мая2026 22:07:39.836] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.RuinedPortalPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.839] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinSwampHutGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.SwampHutPiece +[07мая2026 22:07:39.839] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;spawnedWitch:Z volatile +[07мая2026 22:07:39.840] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;spawnedCat:Z volatile +[07мая2026 22:07:39.843] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinDesertTempleGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.DesertPyramidPiece +[07мая2026 22:07:39.851] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.851] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.851] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.853] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinOceanMonumentGeneratorBase from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.OceanMonumentPieces$MonumentBuilding +[07мая2026 22:07:39.855] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$MonumentBuilding;sourceRoom:Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$RoomDefinition; volatile +[07мая2026 22:07:39.855] [pool-16-thread-1/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$MonumentBuilding;coreRoom:Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$RoomDefinition; volatile +[07мая2026 22:07:39.870] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.EndCityPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.EndCityPieces$EndCityPiece +[07мая2026 22:07:39.871] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.EndCityPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.873] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.WoodlandMansionPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionPieces$WoodlandMansionPiece +[07мая2026 22:07:39.873] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.WoodlandMansionPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.874] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.template.mansion.WoodlandMansionPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionPieces$WoodlandMansionPiece +[07мая2026 22:07:39.876] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.877] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionPieceMixin from mod lithostitched->@Inject::convertStringToId(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.881] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ShipwreckPieceMixin from worldgen_patches.mixins.json into net.minecraft.world.level.levelgen.structure.structures.ShipwreckPieces$ShipwreckPiece +[07мая2026 22:07:39.882] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.ShipwreckPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.ShipwreckPieces$ShipwreckPiece +[07мая2026 22:07:39.882] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.ShipwreckPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.886] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.processor.NetherFossilPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFossilPieces$NetherFossilPiece +[07мая2026 22:07:39.886] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.NetherFossilPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.889] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.PoolElementStructurePieceAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece +[07мая2026 22:07:39.899] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.MobSpawnSettingsAccessor from lithostitched.1211.mixins.json into net.minecraft.world.level.biome.MobSpawnSettings +[07мая2026 22:07:39.899] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.1211.mixins.json:common.MobSpawnSettingsAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.899] [pool-16-thread-1/DEBUG] [mixin/]: Mixing collections.mob_spawning.MobSpawnSettingsMixin from lithium.mixins.json into net.minecraft.world.level.biome.MobSpawnSettings +[07мая2026 22:07:39.900] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MobSpawnSettingsAccessor from bclib.mixins.common.json into net.minecraft.world.level.biome.MobSpawnSettings +[07мая2026 22:07:39.901] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.901] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:39.901] [pool-16-thread-1/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:39.911] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EndCityFeatureMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.structure.structures.EndCityStructure +[07мая2026 22:07:39.912] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.common.json:EndCityFeatureMixin from mod betterend->@Inject::be_findGenerationPoint(Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.918] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JigsawStructureAccessor from variantsandventures-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.918] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JigsawStructureMix from mixins.medievalend.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.918] [pool-16-thread-1/DEBUG] [mixin/]: mixins.medievalend.json:JigsawStructureMix from mod medievalend: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:39.924] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.jigsaw.JigsawStructureAccessor from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.925] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.jigsaw.JigsawStructureMixin from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.926] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.JigsawStructureAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.926] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.JigsawStructureAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.926] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.JigsawStructureMixin from lithostitched.1211.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.927] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.1211.mixins.json:common.JigsawStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.929] [pool-16-thread-1/DEBUG] [mixin/]: Mixing JigsawStructureMixin from moonlight-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure +[07мая2026 22:07:39.929] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:JigsawStructureMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.937] [pool-16-thread-1/DEBUG] [mixin/]: mixins.medievalend.json:JigsawStructureMix from mod medievalend->@Inject::getStructurePosition(Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureTemplatePoolAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.StructureTemplatePoolAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing IncreaseStructureWeightLimitMixinNeoForge from yungsapi_neoforge.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi_neoforge.mixins.json:IncreaseStructureWeightLimitMixinNeoForge from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureTemplatePoolAccessor from structure_layout_optimizer.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePoolAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getCODEC_REFERENCE()Lorg/apache/commons/lang3/mutable/MutableObject; to getCODEC_REFERENCE$repurposed_structures_$md$d85188$0 in repurposed_structures-common.mixins.json:structures.StructurePoolAccessor from mod repurposed_structures +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.StructureTemplatePoolAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.948] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureTemplatePoolAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.949] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.StructureTemplatePoolMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.949] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureTemplatePoolMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.949] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$compileRawTemplates$0(Lcom/mojang/datafixers/util/Pair;)V to mdd85188$lithostitched$lambda$compileRawTemplates$0$1 in lithostitched.mixins.json:common.StructureTemplatePoolMixin from mod lithostitched +[07мая2026 22:07:39.950] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureTemplatePoolAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.950] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.StructureTemplatePoolAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.950] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureTemplatePoolAccessor from waystones.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: waystones.mixins.json:StructureTemplatePoolAccessor from mod waystones: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructurePoolAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructurePoolAccessor from structure_pool.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: structure_pool.mixins.json:StructurePoolAccessor from mod structure_pool_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructurePoolMixin from structure_pool.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: structure_pool.mixins.json:StructurePoolMixin from mod structure_pool_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:39.951] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePoolMixin from repurposed_structures-neoforge.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getElements()Lit/unimi/dsi/fastutil/objects/ObjectArrayList; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setElementCounts(Ljava/util/List;)V in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setRawTemplates(Ljava/util/List;)V in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.961] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getElementCounts()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged +[07мая2026 22:07:39.974] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinStructurePoolElement from c2me-fixes-chunkio-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructurePoolElement +[07мая2026 22:07:39.974] [pool-16-thread-1/DEBUG] [mixin/]: c2me-fixes-chunkio-threading-issues.mixins.json:MixinStructurePoolElement from mod c2me_fixes_chunkio_threading_issues->@Inject::onCLInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:39.999] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.template.NetherFossilStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFossilStructure +[07мая2026 22:07:39.999] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.NetherFossilStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.003] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$useTemplateList$0(Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePiecesBuilder;)V to mdd85188$lithostitched$lambda$useTemplateList$0$0 in lithostitched.mixins.json:common.template.NetherFossilStructureMixin from mod lithostitched +[07мая2026 22:07:40.019] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.template.RuinedPortalStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.RuinedPortalStructure +[07мая2026 22:07:40.019] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.RuinedPortalStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.034] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.template.ShipwreckStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.ShipwreckStructure +[07мая2026 22:07:40.034] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.ShipwreckStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.049] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.template.mansion.WoodlandMansionStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionStructure +[07мая2026 22:07:40.049] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.053] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionStructureMixin from mod lithostitched->@Inject::injectRegistriesForTemplateList(Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePiecesBuilder;Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.159] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.BiomeSource +[07мая2026 22:07:40.159] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.162] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.BiomeSourceInvoker from lithostitched.mixins.json into net.minecraft.world.level.biome.BiomeSource +[07мая2026 22:07:40.162] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.BiomeSourceInvoker from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.162] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinBiomeSource from terrablender.mixins.json into net.minecraft.world.level.biome.BiomeSource +[07мая2026 22:07:40.162] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinBiomeSource from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.163] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$appendDeferredBiomesList$0(Ljava/util/List;)Ljava/util/Set; to mdd85188$terrablender$lambda$appendDeferredBiomesList$0$0 in terrablender.mixins.json:MixinBiomeSource from mod terrablender +[07мая2026 22:07:40.169] [pool-16-thread-1/DEBUG] [mixin/]: Mixing biomesource.BiomeSourcePrintMixin from wover.generator.mixins.common.json into net.minecraft.world.level.biome.BiomeSource +[07мая2026 22:07:40.170] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BiomeSourceMixin from fabric-biome-api-v1.mixins.json into net.minecraft.world.level.biome.BiomeSource +[07мая2026 22:07:40.170] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:BiomeSourceMixin from mod fabric_biome_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.217] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.BiomeGenerationSettingsAccessor from lithostitched.1211.mixins.json into net.minecraft.world.level.biome.BiomeGenerationSettings +[07мая2026 22:07:40.217] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.1211.mixins.json:common.BiomeGenerationSettingsAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.217] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method createGenerationSettings(Ljava/util/Map;Ljava/util/List;)Lnet/minecraft/world/level/biome/BiomeGenerationSettings; to createGenerationSettings$lithostitched_$md$d85188$0 in lithostitched.1211.mixins.json:common.BiomeGenerationSettingsAccessor from mod lithostitched +[07мая2026 22:07:40.217] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BiomeGenerationSettingsAccessor from wover.biome.mixins.common.json into net.minecraft.world.level.biome.BiomeGenerationSettings +[07мая2026 22:07:40.217] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BiomeGenerationSettingsAccessor from bclib.mixins.common.json into net.minecraft.world.level.biome.BiomeGenerationSettings +[07мая2026 22:07:40.227] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.MobSpawnSettingsBuilderNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.minecraft.world.level.biome.MobSpawnSettings$Builder +[07мая2026 22:07:40.227] [pool-16-thread-1/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:accessor.MobSpawnSettingsBuilderNeoForgeAccessor from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.245] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.ISimplexNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.SimplexNoise +[07мая2026 22:07:40.249] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinMultiNoiseBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.249] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinMultiNoiseBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.259] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.mnbs.MNBSMixin from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.259] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.259] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$1(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;Lcom/mojang/serialization/codecs/RecordCodecBuilder;)Lcom/mojang/datafixers/kinds/App; to mdd85188$lithostitched$lambda$wrapCodec$1$0 in lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched +[07мая2026 22:07:40.259] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$0(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSource;Lnet/minecraft/core/HolderGetter;)Lnet/minecraft/world/level/biome/MultiNoiseBiomeSource; to mdd85188$lithostitched$lambda$wrapCodec$0$1 in lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched +[07мая2026 22:07:40.262] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.MultiNoiseBiomeSourceAccessor from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.262] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.MultiNoiseBiomeSourceAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.262] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinMultiNoiseBiomeSource from terrablender.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.262] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinMultiNoiseBiomeSource from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MultiNoiseBiomeSourceAccess from terrablender.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MultiNoiseBiomeSourceAccess from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MultiNoiseBiomeSourceAccessor from biomespy.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: biomespy.mixins.json:MultiNoiseBiomeSourceAccessor from mod biomespy: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MultiNoiseBiomeSourceMixin from biomespy.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.266] [pool-16-thread-1/DEBUG] [mixin/]: biomespy.mixins.json:MultiNoiseBiomeSourceMixin from mod biomespy: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:40.267] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IMultiNoiseBiomeSource from c2me-base.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource +[07мая2026 22:07:40.282] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinMultiNoiseBiomeSource from mod biolith->@Inject::biolith$getBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinMultiNoiseBiomeSource from mod terrablender->@Inject::getNoiseBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinMultiNoiseBiomeSource from mod terrablender->@Inject::addDebugInfo(Ljava/util/List;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinMultiNoiseBiomeSource from mod terrablender->@Inject::addDebugInfo(Ljava/util/List;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinMultiNoiseBiomeSource from mod terrablender->@Inject::addDebugInfo(Ljava/util/List;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getParameters()Lcom/mojang/datafixers/util/Either; in net.minecraft.world.level.biome.MultiNoiseBiomeSource was not merged +[07мая2026 22:07:40.283] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setParameters(Lcom/mojang/datafixers/util/Either;)V in net.minecraft.world.level.biome.MultiNoiseBiomeSource was not merged +[07мая2026 22:07:40.291] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinParameterList from terrablender.mixins.json into net.minecraft.world.level.biome.Climate$ParameterList +[07мая2026 22:07:40.291] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinParameterList from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.292] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeForTerraBlender$1(Lnet/minecraft/core/Registry;Ljava/util/List;Lcom/mojang/datafixers/util/Pair;)V to mdd85188$terrablender$lambda$initializeForTerraBlender$1$0 in terrablender.mixins.json:MixinParameterList from mod terrablender +[07мая2026 22:07:40.292] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeForTerraBlender$0(Lterrablender/api/RegionType;JLterrablender/worldgen/noise/InitialLayer;)Lterrablender/worldgen/noise/Area; to mdd85188$terrablender$lambda$initializeForTerraBlender$0$1 in terrablender.mixins.json:MixinParameterList from mod terrablender +[07мая2026 22:07:40.299] [pool-16-thread-1/DEBUG] [mixin/]: Mixing compat.terrablender.ParameterListMixin from biomespy.mixins.json into net.minecraft.world.level.biome.Climate$ParameterList +[07мая2026 22:07:40.299] [pool-16-thread-1/DEBUG] [mixin/]: biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:40.300] [pool-16-thread-1/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in clone because existing method in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy is compatible +[07мая2026 22:07:40.300] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biomeSpy$gatherExtendedInfo$2(Lnet/minecraft/core/Registry;Ljava/util/HashMap;Lcom/mojang/datafixers/util/Pair;)V to mdd85188$biomespy$lambda$biomeSpy$gatherExtendedInfo$2$2 in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy +[07мая2026 22:07:40.300] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biomeSpy$gatherExtendedInfo$1(Ljava/lang/Object;)Lcom/moepus/biomespy/biome/BiomeEnvelope; to mdd85188$biomespy$lambda$biomeSpy$gatherExtendedInfo$1$3 in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy +[07мая2026 22:07:40.300] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biomeSpy$gatherExtendedInfo$0(Ljava/lang/Object;)Lcom/moepus/biomespy/biome/BiomeEnvelope; to mdd85188$biomespy$lambda$biomeSpy$gatherExtendedInfo$0$4 in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy +[07мая2026 22:07:40.322] [pool-16-thread-1/WARN] [mixin/]: Method overwrite conflict for clone in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy, previously written by terrablender.mixin.MixinParameterList. Skipping method. +[07мая2026 22:07:40.323] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method clone()Lnet/minecraft/world/level/biome/Climate$ParameterList; in net.minecraft.world.level.biome.Climate$ParameterList was not merged +[07мая2026 22:07:40.332] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClimateParameterPointMixin from quark.mixins.json into net.minecraft.world.level.biome.Climate$ParameterPoint +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.mnbs.MNBSPLAccessor from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.mnbs.MNBSPLAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.mnbs.MNBSPLMixin from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$3(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;Lcom/mojang/serialization/codecs/RecordCodecBuilder;)Lcom/mojang/datafixers/kinds/App; to mdd85188$lithostitched$lambda$wrapCodec$3$0 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$2(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList; to mdd85188$lithostitched$lambda$wrapCodec$2$1 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched +[07мая2026 22:07:40.367] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$1(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;)Ljava/util/Optional; to mdd85188$lithostitched$lambda$wrapCodec$1$2 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched +[07мая2026 22:07:40.368] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$0(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;)Ljava/util/Optional; to mdd85188$lithostitched$lambda$wrapCodec$0$3 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched +[07мая2026 22:07:40.369] [pool-16-thread-1/DEBUG] [mixin/]: Mixing biomesource.MultiNoiseBiomeSourceParameterListAccessor from wover.generator.mixins.common.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList +[07мая2026 22:07:40.369] [pool-16-thread-1/DEBUG] [mixin/]: Mixing biomesource.MultiNoiseBiomeSourceParameterListMixin from wover.generator.mixins.common.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList +[07мая2026 22:07:40.384] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.MultiNoiseBiomeSourceParameterListMixin from mod wover->@Inject::wover_addNetherBiomes(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.384] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.MultiNoiseBiomeSourceParameterListMixin from mod wover->@Inject::wover_addNetherBiomes(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.384] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.MultiNoiseBiomeSourceParameterListMixin from mod wover->@Inject::wover_addNetherBiomes(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.395] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NetherBiomePresetMixin from fabric-biome-api-v1.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList$Preset$1 +[07мая2026 22:07:40.395] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:NetherBiomePresetMixin from mod fabric_biome_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.397] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:NetherBiomePresetMixin from mod fabric_biome_api_v1->@Inject::apply(Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.416] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinTBTheEndBiomeSource from biolith.neoforge.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource +[07мая2026 22:07:40.416] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.417] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$biolith$lambda$static$0$0 in biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinTheEndBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinTheEndBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$4(Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; to mdd85188$biolith$lambda$biolith$biomeStream$4$1 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$3(Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder; to mdd85188$biolith$lambda$biolith$biomeStream$3$2 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$2(Lcom/mojang/datafixers/util/Pair;)Z to mdd85188$biolith$lambda$biolith$biomeStream$2$3 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$1(Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder; to mdd85188$biolith$lambda$biolith$biomeStream$1$4 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.425] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$0(Lnet/minecraft/core/HolderLookup$RegistryLookup;)V to mdd85188$biolith$lambda$biolith$biomeStream$0$5 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith +[07мая2026 22:07:40.437] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinTheEndBiomeSource from terrablender.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource +[07мая2026 22:07:40.437] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinTheEndBiomeSource from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.439] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeForTerraBlender$0(Lnet/minecraft/resources/ResourceKey;)V to mdd85188$terrablender$lambda$initializeForTerraBlender$0$6 in terrablender.mixins.json:MixinTheEndBiomeSource from mod terrablender +[07мая2026 22:07:40.451] [pool-16-thread-1/DEBUG] [mixin/]: Mixing biomesource.TheEndBiomeSourceMixin from wover.generator.mixins.common.json into net.minecraft.world.level.biome.TheEndBiomeSource +[07мая2026 22:07:40.463] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TheEndBiomeSourceMixin from fabric-biome-api-v1.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource +[07мая2026 22:07:40.463] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.464] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$init$1(Lnet/minecraft/core/HolderGetter;)Lnet/fabricmc/fabric/impl/biome/TheEndBiomeData$Overrides; to mdd85188$fabric_biome_api_v1$lambda$init$1$7 in fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1 +[07мая2026 22:07:40.464] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$modifyCodec$0(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; to mdd85188$fabric_biome_api_v1$lambda$modifyCodec$0$8 in fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1 +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$getBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$cancelGetBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$cancelGetBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$cancelGetBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$cancelGetBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinTBTheEndBiomeSource from mod biolith->@Inject::biolith$cancelGetBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinTheEndBiomeSource from mod biolith->@Inject::biolith$getRegistry(Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinTheEndBiomeSource from mod terrablender->@Inject::onCollectPossibleBiomes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinTheEndBiomeSource from mod terrablender->@Inject::onGetNoiseBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.TheEndBiomeSourceMixin from mod wover->@Inject::wover_collectPossibleBiomes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.504] [pool-16-thread-1/DEBUG] [mixin/]: wover.generator.mixins.common.json:biomesource.TheEndBiomeSourceMixin from mod wover->@Inject::wover_getNoiseBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::modifyCodec(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::rememberLookup(Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::clearLookup(Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::init(Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::init(Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::init(Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lnet/minecraft/core/Holder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.505] [pool-16-thread-1/DEBUG] [mixin/]: fabric-biome-api-v1.mixins.json:TheEndBiomeSourceMixin from mod fabric_biome_api_v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.518] [pool-16-thread-1/DEBUG] [mixin/]: Mixing compat.lithium.LithiumNoiseChunkGeneratorMixin from noisium-common.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.526] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.bandlands.NoiseBasedChunkGeneratorMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.526] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.526] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$fillBands$0(Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/core/Holder$Reference;)V to mdd85188$lithostitched$lambda$fillBands$0$0 in lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched +[07мая2026 22:07:40.528] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.NoiseBasedChunkGeneratorAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.528] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.NoiseBasedChunkGeneratorAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.528] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinNoiseBasedChunkGenerator from terrablender.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.528] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinNoiseBasedChunkGenerator from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.530] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseBasedChunkGeneratorAccessor from betterend.mixins.common.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.530] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseBasedChunkGeneratorMixin from wover.surface.mixins.common.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.532] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseBasedChunkGeneratorMixin from wover.biome.mixins.common.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.539] [pool-16-thread-1/DEBUG] [mixin/]: Mixing generator.NoiseBasedChunkGeneratorMixin from wover.generator.mixins.common.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.539] [pool-16-thread-1/DEBUG] [mixin/]: Mixing threading.MixinNoiseChunkGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.540] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinNoiseChunkGenerator from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.540] [pool-16-thread-1/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator +[07мая2026 22:07:40.551] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.551] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.551] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.565] [pool-16-thread-1/DEBUG] [mixin/]: Mixing net.minecraft.world.level.chunk.ChunkGeneratorMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.565] [pool-16-thread-1/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.chunk.ChunkGeneratorMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.566] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaFortressesMixin from betterfortresses.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.567] [pool-16-thread-1/DEBUG] [mixin/]: betterfortresses.mixins.json:DisableVanillaFortressesMixin from mod betterfortresses: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.568] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaMineshaftsMixin from bettermineshafts.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.568] [pool-16-thread-1/DEBUG] [mixin/]: bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin from mod bettermineshafts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.569] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaJungleTempleMixin from betterjungletemples.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.569] [pool-16-thread-1/DEBUG] [mixin/]: betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin from mod betterjungletemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.569] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from structurify-common.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.573] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.ChunkGeneratorAccessor from lithostitched.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.573] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.574] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinChunkGenerator from terrablender.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.574] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinChunkGenerator from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.574] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaWitchHutsMixin from betterwitchhuts.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.574] [pool-16-thread-1/DEBUG] [mixin/]: betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin from mod betterwitchhuts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.576] [pool-16-thread-1/DEBUG] [mixin/]: Mixing minecraft.ChunkGeneratorMixin from reliable_replacer.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.576] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ChunkGeneratorMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.579] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorAccessor from wover.biome.mixins.common.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.580] [pool-16-thread-1/DEBUG] [mixin/]: Mixing generator.ChunkGeneratorMixin from wover.generator.mixins.common.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.581] [pool-16-thread-1/DEBUG] [mixin/]: Mixing generator.ChunkGeneratorPrintMixin from wover.generator.mixins.common.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.582] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaMonumentsMixin from betteroceanmonuments.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.582] [pool-16-thread-1/DEBUG] [mixin/]: betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin from mod betteroceanmonuments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.582] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from structureessentials.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.583] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureMinDistanceDataHolder from structureessentials.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.584] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureSearchSpeedupMixin from structureessentials.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.590] [pool-16-thread-1/DEBUG] [mixin/]: Mixing StructureSearchTimeoutMixin from structureessentials.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.593] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from biomespy.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.593] [pool-16-thread-1/DEBUG] [mixin/]: biomespy.mixins.json:ChunkGeneratorMixin from mod biomespy: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:40.612] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from connector.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.612] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:ChunkGeneratorMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.613] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from bclib.mixins.common.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaPyramidsMixin from betterdeserttemples.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from moonlight-common.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ChunkGeneratorMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinChunkGenerator from biolith.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGenerator from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.614] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IChunkGenerator from c2me-base.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.615] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinChunkGenerator from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.615] [pool-16-thread-1/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator +[07мая2026 22:07:40.645] [pool-16-thread-1/DEBUG] [mixin/]: betterfortresses.mixins.json:DisableVanillaFortressesMixin from mod betterfortresses->@Inject::betterfortresses_disableVanillaFortresses(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin from mod bettermineshafts->@Inject::bettermineshafts_disableVanillaMineshafts(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin from mod betterjungletemples->@Inject::betterjungletemples_disableVanillaJungleTemples(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinChunkGenerator from mod terrablender->@Inject::validate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin from mod betterwitchhuts->@Inject::betterwitchhuts_disableVanillaWitchHuts(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ChunkGeneratorMixin from mod reliable_replacer->@Inject::reliableReplacer$onApplyDecoration(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ChunkGeneratorMixin from mod reliable_replacer->@Inject::reliableReplacer$onApplyDecoration(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.ChunkGeneratorMixin from mod reliable_replacer->@Inject::reliableReplacer$onApplyDecoration(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin from mod betteroceanmonuments->@Inject::betteroceanmonuments_disableVanillaMonuments(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials->@Inject::onFind(Ljava/util/Set;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/StructureManager;ZLnet/minecraft/world/level/levelgen/structure/placement/StructurePlacement;Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials->@Inject::onSearchStart(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/HolderSet;Lnet/minecraft/core/BlockPos;IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials->@Inject::onSearchStart(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/HolderSet;Lnet/minecraft/core/BlockPos;IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials->@Inject::onSearchStart(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/HolderSet;Lnet/minecraft/core/BlockPos;IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials->@Inject::onSearchTiming(Ljava/util/Set;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/BlockPos;ZLnet/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials->@Inject::onSearchStartStaticTiming(Ljava/util/Set;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/StructureManager;IIIZJLnet/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: biomespy.mixins.json:ChunkGeneratorMixin from mod biomespy->@Inject::getNearestGeneratedStructure(Ljava/util/Set;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/StructureManager;IIIZJLnet/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.646] [pool-16-thread-1/DEBUG] [mixin/]: connector.mixins.json:ChunkGeneratorMixin from mod connector->@Inject::fixBrokenCast(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ChunkGeneratorMixin from mod bclib->@Inject::bclib_obBiomeGenerate(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ChunkGeneratorMixin from mod bclib->@Inject::bclib_obBiomeGenerate(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: bclib.mixins.common.json:ChunkGeneratorMixin from mod bclib->@Inject::bclib_obBiomeGenerate(Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/StructureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin from mod betterdeserttemples->@Inject::betterdeserttemples_disableVanillaDesertPyramids(Lnet/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;JLnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/core/SectionPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: moonlight-common.mixins.json:ChunkGeneratorMixin from mod moonlight->@Inject::ml$getSpecialSpawnsOverrides(Lnet/minecraft/core/Holder;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/entity/MobCategory;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.647] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGenerator from mod biolith->@Inject::biolith$disableInitializeIndexedFeaturesList(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.670] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseGeneratorSettingsMixin from aeroblender.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.670] [pool-16-thread-1/DEBUG] [mixin/]: aeroblender.mixins.json:NoiseGeneratorSettingsMixin from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinChunkGeneratorSettings from biolith.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGeneratorSettings from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.NoiseGeneratorSettingsAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.NoiseGeneratorSettingsAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinNoiseGeneratorSettings from terrablender.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.672] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinNoiseGeneratorSettings from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.673] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseGeneratorSettingsMixin from betterend.mixins.common.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.673] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseGeneratorSettingsMixin from wover.surface.mixins.common.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.674] [pool-16-thread-1/DEBUG] [mixin/]: Mixing NoiseGeneratorSettingsMixin from blueprint.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings +[07мая2026 22:07:40.676] [pool-16-thread-1/DEBUG] [mixin/]: aeroblender.mixins.json:NoiseGeneratorSettingsMixin from mod aeroblender->@Inject::surfaceRule(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.676] [pool-16-thread-1/DEBUG] [mixin/]: terrablender.mixins.json:MixinNoiseGeneratorSettings from mod terrablender->@Inject::surfaceRule(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.682] [pool-16-thread-1/DEBUG] [mixin/]: Mixing GenerationShapeConfigMixin from noisium-common.mixins.json into net.minecraft.world.level.levelgen.NoiseSettings +[07мая2026 22:07:40.684] [pool-16-thread-1/DEBUG] [mixin/]: noisium-common.mixins.json:GenerationShapeConfigMixin from mod noisium->@Inject::noisium$createCacheHorizontalAndVerticalCellBlockCountInject(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.684] [pool-16-thread-1/DEBUG] [mixin/]: noisium-common.mixins.json:GenerationShapeConfigMixin from mod noisium->@Inject::noisium$horizontalCellBlockCountGetFromCacheInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.684] [pool-16-thread-1/DEBUG] [mixin/]: noisium-common.mixins.json:GenerationShapeConfigMixin from mod noisium->@Inject::noisium$verticalCellBlockCountGetFromCacheInject(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.725] [pool-16-thread-1/DEBUG] [mixin/]: Mixing PlacementUtilsMixin from climaterivers.common.mixins.json into net.minecraft.data.worldgen.placement.PlacementUtils +[07мая2026 22:07:40.725] [pool-16-thread-1/DEBUG] [mixin/]: climaterivers.common.mixins.json:PlacementUtilsMixin from mod climaterivers: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.726] [pool-16-thread-1/DEBUG] [mixin/]: climaterivers.common.mixins.json:PlacementUtilsMixin from mod climaterivers->@Inject::bootstrap(Lnet/minecraft/data/worldgen/BootstrapContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.734] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.forge_registry_alloc.DebugLevelSourceMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.levelgen.DebugLevelSource +[07мая2026 22:07:40.735] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DebugChunkGeneratorAccessor from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.levelgen.DebugLevelSource +[07мая2026 22:07:40.735] [pool-16-thread-1/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:DebugChunkGeneratorAccessor from mod fabric_registry_sync_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.735] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method setBLOCK_STATES(Ljava/util/List;)V to setBLOCK_STATES$fabric_registry_sync_v0_$md$d85188$0 in fabric-registry-sync-v0.mixins.json:DebugChunkGeneratorAccessor from mod fabric_registry_sync_v0 +[07мая2026 22:07:40.735] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method setX_SIDE_LENGTH(I)V to setX_SIDE_LENGTH$fabric_registry_sync_v0_$md$d85188$1 in fabric-registry-sync-v0.mixins.json:DebugChunkGeneratorAccessor from mod fabric_registry_sync_v0 +[07мая2026 22:07:40.735] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Accessor method setZ_SIDE_LENGTH(I)V to setZ_SIDE_LENGTH$fabric_registry_sync_v0_$md$d85188$2 in fabric-registry-sync-v0.mixins.json:DebugChunkGeneratorAccessor from mod fabric_registry_sync_v0 +[07мая2026 22:07:40.760] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.optimize_surface_rules.SequenceRuleSourceMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRuleSource +[07мая2026 22:07:40.761] [pool-16-thread-1/DEBUG] [mixin/]: Mixing surfacebuilder.MixinMaterialRulesSequenceMaterialRule from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRuleSource +[07мая2026 22:07:40.761] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)[Lnet/minecraft/world/level/levelgen/SurfaceRules$RuleSource; to mdd85188$c2me_opts_allocs$lambda$onInit$0$0 in c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceMaterialRule from mod c2me_opts_allocs +[07мая2026 22:07:40.763] [pool-16-thread-1/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.optimize_surface_rules.SequenceRuleSourceMixin from mod modernfix->@Inject::optimizeApply(Lnet/minecraft/world/level/levelgen/SurfaceRules$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.763] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceMaterialRule from mod c2me_opts_allocs->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.765] [pool-16-thread-1/DEBUG] [mixin/]: Mixing perf.worldgen_allocation.SequenceRuleMixin from modernfix-modernfix.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRule +[07мая2026 22:07:40.765] [pool-16-thread-1/DEBUG] [mixin/]: Mixing surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRule +[07мая2026 22:07:40.765] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)[Lnet/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule; to mdd85188$c2me_opts_allocs$lambda$onInit$0$0 in c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from mod c2me_opts_allocs +[07мая2026 22:07:40.767] [pool-16-thread-1/DEBUG] [mixin/]: c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from mod c2me_opts_allocs->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.774] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IInterpolatedNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.BlendedNoise +[07мая2026 22:07:40.789] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IDensityFunctionTypesWeirdScaledSamplerRarityValueMapper from c2me-base.mixins.json into net.minecraft.world.level.levelgen.DensityFunctions$WeirdScaledSampler$RarityValueMapper +[07мая2026 22:07:40.793] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.IDensityFunctionsCaveScaler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.NoiseRouterData$QuantizedSpaghettiRarity +[07мая2026 22:07:40.793] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeScaleCaves(D)D to invokeScaleCaves$c2me_base_$md$d85188$0 in c2me-base.mixins.json:access.IDensityFunctionsCaveScaler from mod c2me_base +[07мая2026 22:07:40.793] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method invokeScaleTunnels(D)D to invokeScaleTunnels$c2me_base_$md$d85188$1 in c2me-base.mixins.json:access.IDensityFunctionsCaveScaler from mod c2me_base +[07мая2026 22:07:40.839] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SinglePoolElementAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.839] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.SinglePoolElementAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.840] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SinglePoolElementMixin from structure_layout_optimizer.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.840] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.SinglePoolElementAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.840] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structure.pools.SinglePoolElementAccessor from structurify-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.SinglePoolElementAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: lithostitched.mixins.json:common.SinglePoolElementAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.SinglePoolElementAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.SinglePoolElementAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: Mixing common.SinglePoolElementMixin from golemoverhaul.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.841] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$golemoverhaul$place$0(Lnet/minecraft/world/level/block/Rotation;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings;ZLnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/resources/ResourceLocation;)V to mdd85188$golemoverhaul$lambda$golemoverhaul$place$0$0 in golemoverhaul.mixins.json:common.SinglePoolElementMixin from mod golemoverhaul +[07мая2026 22:07:40.846] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SinglePoolElementMixin from waystones.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.846] [pool-16-thread-1/DEBUG] [mixin/]: waystones.mixins.json:SinglePoolElementMixin from mod waystones: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.846] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$waystones$isWaystone$1(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;)V to mdd85188$waystones$lambda$waystones$isWaystone$1$1 in waystones.mixins.json:SinglePoolElementMixin from mod waystones +[07мая2026 22:07:40.846] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$waystones$isWaystone$0(Lnet/minecraft/resources/ResourceLocation;)V to mdd85188$waystones$lambda$waystones$isWaystone$0$2 in waystones.mixins.json:SinglePoolElementMixin from mod waystones +[07мая2026 22:07:40.847] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.AccessorSinglePoolElement from quark.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement +[07мая2026 22:07:40.852] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.SinglePoolElementMixin from mod golemoverhaul->@Inject::golemoverhaul$place(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.852] [pool-16-thread-1/DEBUG] [mixin/]: golemoverhaul.mixins.json:common.SinglePoolElementMixin from mod golemoverhaul->@Inject::golemoverhaul$place(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.852] [pool-16-thread-1/DEBUG] [mixin/]: waystones.mixins.json:SinglePoolElementMixin from mod waystones->@Inject::place(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.853] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getTemplate()Lcom/mojang/datafixers/util/Either; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged +[07мая2026 22:07:40.853] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetTemplate(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged +[07мая2026 22:07:40.853] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getTemplate()Lcom/mojang/datafixers/util/Either; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged +[07мая2026 22:07:40.853] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetTemplate(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged +[07мая2026 22:07:40.853] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getTemplate()Lcom/mojang/datafixers/util/Either; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged +[07мая2026 22:07:40.866] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ListPoolElementAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement +[07мая2026 22:07:40.867] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.ListPoolElementAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.867] [pool-16-thread-1/DEBUG] [mixin/]: Mixing structures.ListPoolElementAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement +[07мая2026 22:07:40.867] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ListPoolElementAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement +[07мая2026 22:07:40.867] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.ListPoolElementAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.867] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getElements()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.ListPoolElement was not merged +[07мая2026 22:07:40.870] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.FeaturePoolElementAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.FeaturePoolElement +[07мая2026 22:07:40.870] [pool-16-thread-1/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.FeaturePoolElementAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.870] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.FeaturePoolElementAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.pools.FeaturePoolElement +[07мая2026 22:07:40.870] [pool-16-thread-1/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.FeaturePoolElementAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.870] [pool-16-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getFeature()Lnet/minecraft/core/Holder; in net.minecraft.world.level.levelgen.structure.pools.FeaturePoolElement was not merged +[07мая2026 22:07:40.898] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AbstractCriterionMixin from puffish_skills.mixins.json into net.minecraft.advancements.critereon.SimpleCriterionTrigger +[07мая2026 22:07:40.898] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:AbstractCriterionMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.898] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtTrigger$0(Ljava/util/function/Predicate;Lnet/minecraft/server/level/ServerPlayer;Lnet/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtTrigger$0$0 in puffish_skills.mixins.json:AbstractCriterionMixin from mod puffish_skills +[07мая2026 22:07:40.900] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:AbstractCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.900] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:AbstractCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.900] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:AbstractCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.902] [pool-16-thread-1/DEBUG] [mixin/]: Mixing InventoryChangeTriggerMixin from mixins.cerulean.json into net.minecraft.advancements.critereon.InventoryChangeTrigger +[07мая2026 22:07:40.902] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:InventoryChangeTriggerMixin from mod cerulean: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.902] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$trigger$2(Lnet/minecraft/world/item/ItemStack;)Ljava/lang/String; to mdd85188$cerulean$lambda$trigger$2$0 in mixins.cerulean.json:InventoryChangeTriggerMixin from mod cerulean +[07мая2026 22:07:40.902] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$trigger$1(Lnet/minecraft/world/item/ItemStack;)Ljava/lang/String; to mdd85188$cerulean$lambda$trigger$1$1 in mixins.cerulean.json:InventoryChangeTriggerMixin from mod cerulean +[07мая2026 22:07:40.902] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$trigger$0(Ljava/util/UUID;)Ljava/util/Map; to mdd85188$cerulean$lambda$trigger$0$2 in mixins.cerulean.json:InventoryChangeTriggerMixin from mod cerulean +[07мая2026 22:07:40.907] [pool-16-thread-1/DEBUG] [mixin/]: mixins.cerulean.json:InventoryChangeTriggerMixin from mod cerulean->@Inject::trigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.911] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantedItemCriterionMixin from puffish_skills.mixins.json into net.minecraft.advancements.critereon.EnchantedItemTrigger +[07мая2026 22:07:40.911] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:EnchantedItemCriterionMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.912] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtTrigger$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILnet/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtTrigger$0$0 in puffish_skills.mixins.json:EnchantedItemCriterionMixin from mod puffish_skills +[07мая2026 22:07:40.912] [pool-16-thread-1/DEBUG] [mixin/]: Mixing criteria.EnchantedItemCriterionMixin from spell_engine.mixins.json into net.minecraft.advancements.critereon.EnchantedItemTrigger +[07мая2026 22:07:40.912] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:criteria.EnchantedItemCriterionMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:EnchantedItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:EnchantedItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:EnchantedItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:criteria.EnchantedItemCriterionMixin from mod spell_engine->@Inject::trigger_HEAD_SpellEngine(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:criteria.EnchantedItemCriterionMixin from mod spell_engine->@Inject::trigger_HEAD_SpellEngine(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.913] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:criteria.EnchantedItemCriterionMixin from mod spell_engine->@Inject::trigger_HEAD_SpellEngine(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.921] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ConsumeItemCriterionMixin from puffish_skills.mixins.json into net.minecraft.advancements.critereon.ConsumeItemTrigger +[07мая2026 22:07:40.921] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ConsumeItemCriterionMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.921] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtTrigger$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtTrigger$0$0 in puffish_skills.mixins.json:ConsumeItemCriterionMixin from mod puffish_skills +[07мая2026 22:07:40.922] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ConsumeItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.922] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ConsumeItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.922] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:ConsumeItemCriterionMixin from mod puffish_skills->@Inject::injectAtTrigger(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.925] [pool-16-thread-1/DEBUG] [mixin/]: Mixing FishingRodHookedCriterionMixin from puffish_skills.mixins.json into net.minecraft.advancements.critereon.FishingRodHookedTrigger +[07мая2026 22:07:40.925] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FishingRodHookedCriterionMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.926] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$injectAtInit$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lnet/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource;)Ljava/lang/Integer; to mdd85188$puffish_skills$lambda$injectAtInit$0$0 in puffish_skills.mixins.json:FishingRodHookedCriterionMixin from mod puffish_skills +[07мая2026 22:07:40.929] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FishingRodHookedCriterionMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/projectile/FishingHook;Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.929] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FishingRodHookedCriterionMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/projectile/FishingHook;Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.929] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:FishingRodHookedCriterionMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/projectile/FishingHook;Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.949] [pool-16-thread-1/DEBUG] [mixin/]: Mixing HookPredicateMixin from tide.mixins.json into net.minecraft.advancements.critereon.FishingHookPredicate +[07мая2026 22:07:40.949] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:HookPredicateMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.950] [pool-16-thread-1/DEBUG] [mixin/]: tide.mixins.json:HookPredicateMixin from mod tide->@Inject::matches(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.959] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RecipeBookMixin from nerb-common.mixins.json into net.minecraft.stats.RecipeBook +[07мая2026 22:07:40.959] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:RecipeBookMixin from mod nerb: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.959] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:RecipeBookMixin from mod nerb->@Inject::onCopy(Lnet/minecraft/stats/RecipeBook;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.961] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerRecipeBookMixin from brewinandchewin.mixins.json into net.minecraft.stats.ServerRecipeBook +[07мая2026 22:07:40.961] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:ServerRecipeBookMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.962] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ServerRecipeBookMixin from nerb-common.mixins.json into net.minecraft.stats.ServerRecipeBook +[07мая2026 22:07:40.962] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerRecipeBookMixin from mod nerb: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:ServerRecipeBookMixin from mod brewinandchewin->@Inject::brewinandchewin$sendFermentingRecipeValues(Lnet/minecraft/network/protocol/game/ClientboundRecipePacket$State;Lnet/minecraft/server/level/ServerPlayer;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:ServerRecipeBookMixin from mod brewinandchewin->@Inject::brewinandchewin$sendFermentingRecipeValues(Lnet/minecraft/network/protocol/game/ClientboundRecipePacket$State;Lnet/minecraft/server/level/ServerPlayer;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: brewinandchewin.mixins.json:ServerRecipeBookMixin from mod brewinandchewin->@Inject::brewinandchewin$sendFermentingRecipeValues(Lnet/minecraft/network/protocol/game/ClientboundRecipePacket$State;Lnet/minecraft/server/level/ServerPlayer;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerRecipeBookMixin from mod nerb->@Inject::onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerRecipeBookMixin from mod nerb->@Inject::onLoad(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/world/item/crafting/RecipeManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.964] [pool-16-thread-1/DEBUG] [mixin/]: nerb-common.mixins.json:ServerRecipeBookMixin from mod nerb->@Inject::onLoad(Lnet/minecraft/network/protocol/game/ClientboundRecipePacket$State;Lnet/minecraft/server/level/ServerPlayer;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:40.984] [pool-16-thread-1/DEBUG] [mixin/]: Mixing VariantPredicateAccessor from emi_loot.mixins.json into net.minecraft.advancements.critereon.EntitySubPredicates$EntityVariantPredicateType$Instance +[07мая2026 22:07:41.001] [pool-16-thread-1/DEBUG] [mixin/]: Mixing EnchantmentsPredicateAccessor from emi_loot.mixins.json into net.minecraft.advancements.critereon.ItemEnchantmentsPredicate +[07мая2026 22:07:41.044] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DamageSourceMixin from critical_strike.mixins.json into net.minecraft.world.damagesource.DamageSource +[07мая2026 22:07:41.046] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DamageSourceMixin from puffish_skills.mixins.json into net.minecraft.world.damagesource.DamageSource +[07мая2026 22:07:41.046] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:DamageSourceMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.046] [pool-16-thread-1/DEBUG] [mixin/]: Mixing entity.DamageSourceMixin from spell_engine.mixins.json into net.minecraft.world.damagesource.DamageSource +[07мая2026 22:07:41.046] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:entity.DamageSourceMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.047] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DamageSourceMixin from kubejs.mixins.json into net.minecraft.world.damagesource.DamageSource +[07мая2026 22:07:41.047] [pool-16-thread-1/DEBUG] [mixin/]: Mixing DamageSourceMixin from allurement.mixins.json into net.minecraft.world.damagesource.DamageSource +[07мая2026 22:07:41.049] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:DamageSourceMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.049] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:DamageSourceMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.049] [pool-16-thread-1/DEBUG] [mixin/]: puffish_skills.mixins.json:DamageSourceMixin from mod puffish_skills->@Inject::injectAtInit(Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.096] [pool-16-thread-1/DEBUG] [mixin/]: Mixing RegistrySnapshotMixin from polytone.mixins.json into net.neoforged.neoforge.registries.RegistrySnapshot +[07мая2026 22:07:41.118] [pool-16-thread-1/DEBUG] [mixin/]: Mixing block_rendering.MixinClientLevel from mixins.iris.vertexformat.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.118] [pool-16-thread-1/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinClientLevel from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.118] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from supplementaries-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.118] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.120] [pool-16-thread-1/DEBUG] [mixin/]: Mixing chunk.entity_class_groups.ClientLevelMixin from lithium.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.122] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from audioimprovements.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.world.biome.ClientLevelMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.123] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.biome.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing core.world.map.ClientLevelMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.123] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.123] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from polytone-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.125] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ColorResolverMixin from polytone-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.125] [pool-16-thread-1/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in getChunk because existing method in polytone-common.mixins.json:ColorResolverMixin from mod polytone is compatible +[07мая2026 22:07:41.125] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$polytone$resetCustomColorResolvers$1(Ljava/util/Map$Entry;)Z to mdd85188$polytone$lambda$polytone$resetCustomColorResolvers$1$0 in polytone-common.mixins.json:ColorResolverMixin from mod polytone +[07мая2026 22:07:41.126] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$polytone$makeCachesForColormaps$0(Lnet/mehvahdjukaar/polytone/colormap/Colormap;Lnet/minecraft/core/BlockPos;)I to mdd85188$polytone$lambda$polytone$makeCachesForColormaps$0$1 in polytone-common.mixins.json:ColorResolverMixin from mod polytone +[07мая2026 22:07:41.128] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from notenoughanimations.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.128] [pool-16-thread-1/DEBUG] [mixin/]: notenoughanimations.mixins.json:ClientLevelMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.129] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinClientWorld from xaerohud.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.129] [pool-16-thread-1/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientWorld from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.129] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientWorldMixin from entityculling.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.129] [pool-16-thread-1/DEBUG] [mixin/]: entityculling.mixins.json:ClientWorldMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.135] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientLevelMixin from galosphere.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.135] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinClientWorld from xaeroworldmap.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.135] [pool-16-thread-1/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientWorld from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.136] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from bclib.mixins.client.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.136] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from mixins.sodiumdynamiclights.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.136] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:ClientLevelMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.137] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinClientLevel from architectury.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.137] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientWorldMixin from spell_engine.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.138] [pool-16-thread-1/DEBUG] [mixin/]: spell_engine.mixins.json:client.ClientWorldMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from kubejs.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.138] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from octolib-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: Mixing foundation.copycat.ClientLevelMixin from copycats-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.ClientLevelMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: Mixing MixinClientLevel from xaerolib.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: xaerolib.mixins.json:MixinClientLevel from mod xaerolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientWorldMixin from farsight.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.139] [pool-16-thread-1/DEBUG] [mixin/]: farsight.mixins.json:ClientWorldMixin from mod farsight_view: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.143] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ClientLevelMixin from walljump.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.143] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:ClientLevelMixin from mod walljump: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.143] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientLevelMixin from blueprint.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.144] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.ClientLevelMixin from ichunutil.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.144] [pool-16-thread-1/DEBUG] [mixin/]: ichunutil.mixins.json:client.ClientLevelMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.accessor.ClientLevelAccessor from ribbits.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: ribbits.mixins.json:client.accessor.ClientLevelAccessor from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: Mixing Entity.ClientLevelMixin from flerovium.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: Mixing Sound.ClientLevelMixin from flerovium.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: Mixing time.ClientLevelTimeDeltaMixin from smoothmovement.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[07мая2026 22:07:41.145] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientLevelMixin from mod supplementaries->@Inject::supp$addRopeSoundInstance(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: audioimprovements.mixins.json:ClientLevelMixin from mod audioimprovements->@Inject::audioImprovements$disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: audioimprovements.mixins.json:ClientLevelMixin from mod audioimprovements->@Inject::audioImprovements$disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: audioimprovements.mixins.json:ClientLevelMixin from mod audioimprovements->@Inject::audioImprovements$disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$makeCachesForColormaps(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/ColorResolver;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$makeCachesForColormaps(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/ColorResolver;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$makeCachesForColormaps(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/ColorResolver;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$resetCustomColorResolvers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$resetCustomColorResolvers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: polytone-common.mixins.json:ColorResolverMixin from mod polytone->@Inject::polytone$resetCustomColorResolvers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: notenoughanimations.mixins.json:ClientLevelMixin from mod notenoughanimations->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: notenoughanimations.mixins.json:ClientLevelMixin from mod notenoughanimations->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: notenoughanimations.mixins.json:ClientLevelMixin from mod notenoughanimations->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.182] [pool-16-thread-1/DEBUG] [mixin/]: entityculling.mixins.json:ClientWorldMixin from mod entityculling->@Inject::tickEntity(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:ClientLevelMixin from mod sodiumdynamiclights->@Inject::onFinishRemovingEntity(ILnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:ClientLevelMixin from mod sodiumdynamiclights->@Inject::onFinishRemovingEntity(ILnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:ClientLevelMixin from mod sodiumdynamiclights->@Inject::onFinishRemovingEntity(ILnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntitiesPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntitiesPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: architectury.mixins.json:MixinClientLevel from mod architectury->@Inject::tickEntitiesPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: octolib-common.mixins.json:ClientLevelMixin from mod octolib->@Inject::injectTrail(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: octolib-common.mixins.json:ClientLevelMixin from mod octolib->@Inject::injectTrail(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: octolib-common.mixins.json:ClientLevelMixin from mod octolib->@Inject::injectTrail(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.ClientLevelMixin from mod copycats->@Inject::destroyEffectForCopycats(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: farsight.mixins.json:ClientWorldMixin from mod farsight_view->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: farsight.mixins.json:ClientWorldMixin from mod farsight_view->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: farsight.mixins.json:ClientWorldMixin from mod farsight_view->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:ClientLevelMixin from mod walljump->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:ClientLevelMixin from mod walljump->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: walljump.mixins.json:ClientLevelMixin from mod walljump->@Inject::disconnect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: ichunutil.mixins.json:client.ClientLevelMixin from mod ichunutil->@Inject::ichunutil$constructor(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: ichunutil.mixins.json:client.ClientLevelMixin from mod ichunutil->@Inject::ichunutil$constructor(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: ichunutil.mixins.json:client.ClientLevelMixin from mod ichunutil->@Inject::ichunutil$constructor(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: flerovium.mixins.json:Sound.ClientLevelMixin from mod (unknown)->@Inject::onPlaySoundDistanceCull(DDDLnet/minecraft/sounds/SoundEvent;Lnet/minecraft/sounds/SoundSource;FFZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::onTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::onTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::onTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::adjustVisualTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::adjustVisualTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.183] [pool-16-thread-1/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ClientLevelTimeDeltaMixin from mod smoothmovement->@Inject::adjustVisualTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.213] [pool-16-thread-1/DEBUG] [mixin/]: Mixing BiomeColorsMixin from betterend.mixins.client.json into net.minecraft.client.renderer.BiomeColors +[07мая2026 22:07:41.213] [pool-16-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$buildOffsets$0(Ljava/awt/Point;)I to mdd85188$betterend$lambda$buildOffsets$0$0 in betterend.mixins.client.json:BiomeColorsMixin from mod betterend +[07мая2026 22:07:41.222] [pool-16-thread-1/DEBUG] [mixin/]: betterend.mixins.client.json:BiomeColorsMixin from mod betterend->@Inject::be_getWaterColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.270] [pool-16-thread-1/DEBUG] [mixin/]: Mixing access.ISimpleRandom from c2me-base.mixins.json into net.minecraft.world.level.levelgen.SingleThreadedRandomSource +[07мая2026 22:07:41.274] [pool-16-thread-1/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +[07мая2026 22:07:41.274] [pool-16-thread-1/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +[07мая2026 22:07:41.275] [pool-16-thread-1/DEBUG] [io.netty.util.internal.ThreadLocalRandom/]: -Dio.netty.initialSeedUniquifier: 0x574b6b57d225516d +[07мая2026 22:07:41.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing accessor.ParticleAccessor from polytone-common.mixins.json into net.minecraft.client.particle.Particle +[07мая2026 22:07:41.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing SPAccessor from sp.mixins.json into net.minecraft.client.particle.Particle +[07мая2026 22:07:41.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorParticle from particular.mixins.json into net.minecraft.client.particle.Particle +[07мая2026 22:07:41.314] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:AccessorParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.314] [pool-16-thread-1/DEBUG] [mixin/]: Mixing Particle.ParticleAccessor from flerovium.mixins.json into net.minecraft.client.particle.Particle +[07мая2026 22:07:41.319] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureSheetParticleMixin from sodium-common.mixins.json into net.minecraft.client.particle.TextureSheetParticle +[07мая2026 22:07:41.319] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.319] [pool-16-thread-1/DEBUG] [mixin/]: Mixing TextureSheetParticleMixin from particlerain.mixins.json into net.minecraft.client.particle.TextureSheetParticle +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: particlerain.mixins.json:TextureSheetParticleMixin from mod particlerain->@Inject::pickSprite(Lnet/minecraft/client/particle/SpriteSet;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: particlerain.mixins.json:TextureSheetParticleMixin from mod particlerain->@Inject::pickSprite(Lnet/minecraft/client/particle/SpriteSet;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes +[07мая2026 22:07:41.321] [pool-16-thread-1/DEBUG] [mixin/]: particlerain.mixins.json:TextureSheetParticleMixin from mod particlerain->@Inject::pickSprite(Lnet/minecraft/client/particle/SpriteSet;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.323] [pool-16-thread-1/DEBUG] [mixin/]: Mixing Particle.SingleQuadParticleMixin from flerovium.mixins.json into net.minecraft.client.particle.SingleQuadParticle +[07мая2026 22:07:41.323] [pool-16-thread-1/DEBUG] [mixin/]: Mixing features.render.particle.SingleQuadParticleMixin from sodium-common.mixins.json into net.minecraft.client.particle.SingleQuadParticle +[07мая2026 22:07:41.323] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.particle.SingleQuadParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.327] [pool-16-thread-1/DEBUG] [mixin/]: Mixing AccessorBillboardParticle from particular.mixins.json into net.minecraft.client.particle.SingleQuadParticle +[07мая2026 22:07:41.328] [pool-16-thread-1/DEBUG] [mixin/]: particular.mixins.json:AccessorBillboardParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.330] [pool-16-thread-1/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.particle.SingleQuadParticleMixin from mod sodium->@Inject::renderRotatedQuad(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/joml/Quaternionf;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.363] [pool-16-thread-1/DEBUG] [mixin/]: Mixing ModelResourceLocationMixin from ferritecore.mrl.mixin.json into net.minecraft.client.resources.model.ModelResourceLocation +[07мая2026 22:07:41.363] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.mrl.mixin.json:ModelResourceLocationMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.366] [pool-16-thread-1/DEBUG] [mixin/]: ferritecore.mrl.mixin.json:ModelResourceLocationMixin from mod ferritecore->@Inject::constructTail(Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.381] [pool-16-thread-1/DEBUG] [mixin/]: Mixing client.accessor.HeartTypeAccessor from aether.mixins.json into net.minecraft.client.gui.Gui$HeartType +[07мая2026 22:07:41.381] [pool-16-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callForPlayer(Lnet/minecraft/world/entity/player/Player;)Lnet/minecraft/client/gui/Gui$HeartType; to callForPlayer$aether_$md$d85188$0 in aether.mixins.json:client.accessor.HeartTypeAccessor from mod aether +[07мая2026 22:07:41.427] [pool-16-thread-1/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 29378 milliseconds +[07мая2026 22:07:41.434] [main/DEBUG] [mixin/]: Mixing core.MixinRenderLayer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.434] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinRenderLayer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.434] [main/DEBUG] [mixin/]: Mixing MixinRenderType from mixins.iris.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.434] [main/DEBUG] [mixin/]: mixins.iris.json:MixinRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.435] [main/DEBUG] [mixin/]: Mixing rendertype.RenderTypeAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.435] [main/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.435] [main/DEBUG] [mixin/]: Mixing MixinRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.435] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: Mixing RenderTypeAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: Mixing RenderLayerMixin from puffish_skills.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: puffish_skills.mixins.json:RenderLayerMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: Mixing MixinRenderLayer from entity_texture_features.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.436] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinRenderLayer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.437] [main/DEBUG] [mixin/]: Mixing client.accessor.RenderTypeAccessor from ponder-common.mixins.json into net.minecraft.client.renderer.RenderType +[07мая2026 22:07:41.437] [main/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.RenderTypeAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.437] [main/DEBUG] [mixin/]: Renaming @Invoker method catnip$create(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;)Lnet/minecraft/client/renderer/RenderType$CompositeRenderType; to catnip$create$ponder_$md$d85188$0 in ponder-common.mixins.json:client.accessor.RenderTypeAccessor from mod ponder +[07мая2026 22:07:41.440] [main/DEBUG] [mixin/]: Unexpected: Registered method shouldSortOnUpload()Z in net.minecraft.client.renderer.RenderType was not merged +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Mixing rendertype.RenderStateShardAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderStateShard +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Renaming @Accessor method getTranslucentTransparency()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getTranslucentTransparency$iris_$md$d85188$0 in mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Mixing RenderStateShardAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderStateShard +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Renaming @Accessor method getNO_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getNO_TRANSPARENCY$iris_$md$d85188$1 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Renaming @Accessor method getGLINT_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getGLINT_TRANSPARENCY$iris_$md$d85188$2 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[07мая2026 22:07:41.446] [main/DEBUG] [mixin/]: Renaming @Accessor method getCRUMBLING_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getCRUMBLING_TRANSPARENCY$iris_$md$d85188$3 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[07мая2026 22:07:41.451] [main/DEBUG] [mixin/]: Mixing MixinCompositeRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeRenderType +[07мая2026 22:07:41.451] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.452] [main/DEBUG] [mixin/]: Mixing MixinMultiPhase from entity_texture_features.mixins.json into net.minecraft.client.renderer.RenderType$CompositeRenderType +[07мая2026 22:07:41.452] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinMultiPhase from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.454] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris->@Inject::batchedentityrendering$onCompositeInit(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.466] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from polytone-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.467] [main/DEBUG] [mixin/]: Mixing impl.darkness.GameRendererMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.467] [main/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.GameRendererMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.468] [main/DEBUG] [mixin/]: Mixing MixinGameRenderer from aileron-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.469] [main/DEBUG] [mixin/]: Mixing perf.faster_item_rendering.GameRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.469] [main/DEBUG] [mixin/]: Mixing GameRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.469] [main/DEBUG] [mixin/]: mixins.iris.json:GameRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.469] [main/DEBUG] [mixin/]: Mixing MixinGameRenderer from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.469] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.481] [main/DEBUG] [mixin/]: Mixing MixinModelViewBobbing from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.481] [main/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.484] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.484] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.485] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from fancytoasts.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.485] [main/DEBUG] [mixin/]: fancytoasts.mixins.json:GameRendererMixin from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:41.485] [main/DEBUG] [mixin/]: Mixing client.GameRendererMixin from convenienteffects.common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.485] [main/DEBUG] [mixin/]: convenienteffects.common.mixins.json:client.GameRendererMixin from mod convenienteffects: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.486] [main/DEBUG] [mixin/]: Mixing features.gui.hooks.console.GameRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.486] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.488] [main/DEBUG] [mixin/]: Mixing client.GameRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.489] [main/DEBUG] [mixin/]: Mixing core.GameRendererMixin from super_resolution.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.489] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.491] [main/DEBUG] [mixin/]: Mixing gui.GameRendererAccessor from super_resolution.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.491] [main/DEBUG] [mixin/]: super_resolution.mixins.json:gui.GameRendererAccessor from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.491] [main/DEBUG] [mixin/]: Mixing client.TipsyDrunkRendererMixin from brewinandchewin.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.491] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.TipsyDrunkRendererMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.494] [main/DEBUG] [mixin/]: Mixing client.GameRenderMixin from zeta_forge.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.495] [main/DEBUG] [mixin/]: Mixing core.MixinGameRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.495] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.495] [main/DEBUG] [mixin/]: Mixing core.compat.MixinGameRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.495] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.499] [main/DEBUG] [mixin/]: Mixing hud_batching.MixinGameRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.499] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.499] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$hudBatching$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/client/gui/Gui;Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;)V to mdd85188$immediatelyfast$lambda$hudBatching$0$0 in immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast +[07мая2026 22:07:41.500] [main/DEBUG] [mixin/]: Mixing client.MixinGameRenderer from konkrete.neoforge.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.500] [main/DEBUG] [mixin/]: konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.500] [main/DEBUG] [mixin/]: Mixing MixinGameRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.500] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.501] [main/DEBUG] [mixin/]: Mixing accessor.Mixin_GuiEntityTester from entity_model_features.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.501] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:accessor.Mixin_GuiEntityTester from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.501] [main/DEBUG] [mixin/]: Mixing client.GameRendererMixin from controllable.common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.502] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from kubejs.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.502] [main/DEBUG] [mixin/]: Mixing shader.GameRendererMixin from owo.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.503] [main/DEBUG] [mixin/]: owo.mixins.json:shader.GameRendererMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.503] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$loadAllTheShaders$0(Ljava/util/List;Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/util/Tuple;)V to mdd85188$owo$lambda$loadAllTheShaders$0$1 in owo.mixins.json:shader.GameRendererMixin from mod owo +[07мая2026 22:07:41.503] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from octolib-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.503] [main/DEBUG] [mixin/]: Mixing chromatic_aberration.GameRendererMixin from octolib-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.504] [main/DEBUG] [mixin/]: Mixing post_effect.GameRendererMixin from octolib-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.506] [main/DEBUG] [mixin/]: Mixing client.IMixinGameRenderer from fancymenu.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.506] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinGameRenderer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.506] [main/DEBUG] [mixin/]: Mixing client.MixinGameRenderer from fancymenu.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.506] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.506] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$findExtendedEntityHit_FancyMenu$0(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$fancymenu$lambda$findExtendedEntityHit_FancyMenu$0$2 in fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu +[07мая2026 22:07:41.510] [main/DEBUG] [mixin/]: Mixing client.MixinNeoForgeGameRenderer from fancymenu.neoforge.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.510] [main/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeGameRenderer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.510] [main/DEBUG] [mixin/]: Mixing client.GameRendererReloadShaders from watut.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.513] [main/DEBUG] [mixin/]: Mixing client.accessor.GameRendererAccessor from ponder-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.513] [main/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.GameRendererAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.513] [main/DEBUG] [mixin/]: Mixing client.GameRendererMixin from create.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: Mixing MixinGameRenderer_NightVisionCompat from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: Mixing tick.MixinGameRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinGameRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: Mixing GameRendererMixin from gnetum.mixins.json into net.minecraft.client.renderer.GameRenderer +[07мая2026 22:07:41.515] [main/DEBUG] [mixin/]: gnetum.mixins.json:GameRendererMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.516] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$wrapGuiRender$4(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;)V to mdd85188$gnetum$lambda$gnetum$wrapGuiRender$4$3 in gnetum.mixins.json:GameRendererMixin from mod gnetum +[07мая2026 22:07:41.516] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$wrapGuiRender$3(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$wrapGuiRender$3$4 in gnetum.mixins.json:GameRendererMixin from mod gnetum +[07мая2026 22:07:41.516] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$wrapGuiRender$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;)V to mdd85188$gnetum$lambda$gnetum$wrapGuiRender$2$5 in gnetum.mixins.json:GameRendererMixin from mod gnetum +[07мая2026 22:07:41.516] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$wrapGuiRender$1(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$wrapGuiRender$1$6 in gnetum.mixins.json:GameRendererMixin from mod gnetum +[07мая2026 22:07:41.516] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$wrapGuiRender$0(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$wrapGuiRender$0$7 in gnetum.mixins.json:GameRendererMixin from mod gnetum +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$messWithGui(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$messWithGui(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$messWithGui(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$resetGuiLightmap(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$resetGuiLightmap(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: polytone-common.mixins.json:GameRendererMixin from mod polytone->@Inject::polytone$resetGuiLightmap(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.GameRendererMixin from mod sodiumextras->@Inject::inject$renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.GameRendererMixin from mod sodiumextras->@Inject::inject$renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.GameRendererMixin from mod sodiumextras->@Inject::inject$renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: aileron-common.mixins.json:MixinGameRenderer from mod aileron->@Inject::renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: aileron-common.mixins.json:MixinGameRenderer from mod aileron->@Inject::renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.555] [main/DEBUG] [mixin/]: aileron-common.mixins.json:MixinGameRenderer from mod aileron->@Inject::renderLevel(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markNotRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markNotRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.GameRendererMixin from mod modernfix->@Inject::markNotRenderingLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideParticleShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorNormalShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideSolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.556] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidDiffuseShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideBeaconBeamShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityAlphaShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityEyesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentEmissiveShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLeashShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLightningShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCrumblingShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLinesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries->@Inject::supp$addCustomPostShaders(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries->@Inject::supp$addCustomPostShaders(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries->@Inject::supp$addCustomPostShaders(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: convenienteffects.common.mixins.json:client.GameRendererMixin from mod convenienteffects->@Inject::getNightVisionScale(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: punchy.mixins.json:client.GameRendererMixin from mod punchy->@Inject::punchy$disableViewBobDuringSprint(Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: punchy.mixins.json:client.GameRendererMixin from mod punchy->@Inject::punchy$disableViewBobDuringSprint(Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: punchy.mixins.json:client.GameRendererMixin from mod punchy->@Inject::punchy$disableViewBobDuringSprint(Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.GameRendererMixin from mod super_resolution->@Inject::onRenderHandEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: zeta_forge.mixins.json:client.GameRenderMixin from mod zeta->@Inject::quark$renderEvent(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: zeta_forge.mixins.json:client.GameRenderMixin from mod zeta->@Inject::quark$renderEvent(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: zeta_forge.mixins.json:client.GameRenderMixin from mod zeta->@Inject::quark$renderEvent(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast->@Inject::drawDataFromModsWhichRenderIntoTheWrongBuffer(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast->@Inject::drawDataFromModsWhichRenderIntoTheWrongBuffer(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast->@Inject::drawDataFromModsWhichRenderIntoTheWrongBuffer(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast->@Inject::checkForCoreShaderModifications(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast->@Inject::checkForCoreShaderModifications(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast->@Inject::checkForCoreShaderModifications(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.557] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features->@Inject::emf$captureFov(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features->@Inject::emf$captureFov(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features->@Inject::emf$injectCounter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features->@Inject::emf$injectCounter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinGameRenderer from mod entity_model_features->@Inject::emf$injectCounter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:accessor.Mixin_GuiEntityTester from mod entity_model_features->@Inject::etf$afterRenderToTexture(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:accessor.Mixin_GuiEntityTester from mod entity_model_features->@Inject::etf$afterRenderToTexture(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: entity_model_features.mixins.json:accessor.Mixin_GuiEntityTester from mod entity_model_features->@Inject::etf$afterRenderToTexture(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: controllable.common.mixins.json:client.GameRendererMixin from mod controllable->@Inject::controllableLastRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: controllable.common.mixins.json:client.GameRendererMixin from mod controllable->@Inject::controllableLastRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: controllable.common.mixins.json:client.GameRendererMixin from mod controllable->@Inject::controllableLastRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: kubejs.mixins.json:GameRendererMixin from mod kubejs->@Inject::kjs$checkEntityPostEffect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: owo.mixins.json:shader.GameRendererMixin from mod owo->@Inject::loadAllTheShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;Ljava/util/List;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: owo.mixins.json:shader.GameRendererMixin from mod owo->@Inject::loadAllTheShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;Ljava/util/List;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: owo.mixins.json:shader.GameRendererMixin from mod owo->@Inject::loadAllTheShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;Ljava/util/List;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:GameRendererMixin from mod octolib->@Inject::renderTick(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:GameRendererMixin from mod octolib->@Inject::renderTick(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:GameRendererMixin from mod octolib->@Inject::renderTick(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:chromatic_aberration.GameRendererMixin from mod octolib->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:chromatic_aberration.GameRendererMixin from mod octolib->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:chromatic_aberration.GameRendererMixin from mod octolib->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPre(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPre(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPre(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPost(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPost(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onRenderPost(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: octolib-common.mixins.json:post_effect.GameRendererMixin from mod octolib->@Inject::relics$onResize(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::head_processBlurEffect_FancyMenu(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::tail_onPick_FancyMenu(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::tail_onPick_FancyMenu(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameRenderer from mod fancymenu->@Inject::tail_onPick_FancyMenu(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: watut.mixins.json:client.GameRendererReloadShaders from mod watut->@Inject::onLoadShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: watut.mixins.json:client.GameRendererReloadShaders from mod watut->@Inject::onLoadShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: watut.mixins.json:client.GameRendererReloadShaders from mod watut->@Inject::onLoadShaders(Lnet/minecraft/server/packs/resources/ResourceProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: create.mixins.json:client.GameRendererMixin from mod create->@Inject::create$bigShapePick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: create.mixins.json:client.GameRendererMixin from mod create->@Inject::create$bigShapePick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.559] [main/DEBUG] [mixin/]: create.mixins.json:client.GameRendererMixin from mod create->@Inject::create$bigShapePick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris->@Inject::iris$safecheckNightvisionStrength(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinGameRenderer from mod badoptimizations->@Inject::afterCreate(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinGameRenderer from mod badoptimizations->@Inject::afterCreate(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinGameRenderer from mod badoptimizations->@Inject::afterCreate(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: gnetum.mixins.json:GameRendererMixin from mod gnetum->@Inject::gnetum$preRenderItemInHand(Lnet/minecraft/client/Camera;FLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: gnetum.mixins.json:GameRendererMixin from mod gnetum->@Inject::gnetum$postRenderItemInHand(Lnet/minecraft/client/Camera;FLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: gnetum.mixins.json:GameRendererMixin from mod gnetum->@Inject::gnetum$postRenderItemInHand(Lnet/minecraft/client/Camera;FLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.560] [main/DEBUG] [mixin/]: gnetum.mixins.json:GameRendererMixin from mod gnetum->@Inject::gnetum$postRenderItemInHand(Lnet/minecraft/client/Camera;FLorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.580] [main/DEBUG] [mixin/]: Mixing core.MixinVertexConsumerProvider from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.MultiBufferSource +[07мая2026 22:07:41.580] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinVertexConsumerProvider from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.585] [main/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.585] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.585] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$storeSkipFabric$0(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; to mdd85188$iris$lambda$iris$storeSkipFabric$0$0 in mixins.iris.json:MixinShaderInstance from mod iris +[07мая2026 22:07:41.589] [main/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.forge.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.589] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.589] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$iriss$storeSkipNeo$0(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; to mdd85188$iris$lambda$iriss$storeSkipNeo$0$1 in mixins.iris.forge.json:MixinShaderInstance from mod iris +[07мая2026 22:07:41.590] [main/DEBUG] [mixin/]: Mixing shader.ShaderProgramMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.590] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:shader.ShaderProgramMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.590] [main/DEBUG] [mixin/]: Mixing features.shader.uniform.ShaderInstanceMixin from sodium-common.mixins.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.590] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.592] [main/DEBUG] [mixin/]: Mixing shader.ShaderProgramAccessor from owo.mixins.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.592] [main/DEBUG] [mixin/]: owo.mixins.json:shader.ShaderProgramAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.592] [main/DEBUG] [mixin/]: Mixing shader.ShaderProgramMixin from owo.mixins.json into net.minecraft.client.renderer.ShaderInstance +[07мая2026 22:07:41.592] [main/DEBUG] [mixin/]: owo.mixins.json:shader.ShaderProgramMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.598] [main/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iriss$storeSkipNeo(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iriss$storeSkipNeo(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iriss$storeSkipNeo(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:shader.ShaderProgramMixin from mod fabric_rendering_v1->@Inject::captureProgramName(Lnet/minecraft/server/packs/resources/ResourceProvider;Lcom/mojang/blaze3d/shaders/Program$Type;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:shader.ShaderProgramMixin from mod fabric_rendering_v1->@Inject::releaseProgramName(Lnet/minecraft/server/packs/resources/ResourceProvider;Lcom/mojang/blaze3d/shaders/Program$Type;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.599] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.610] [main/DEBUG] [mixin/]: Mixing texture.TextureAtlasAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.610] [main/DEBUG] [mixin/]: mixins.iris.json:texture.TextureAtlasAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.610] [main/DEBUG] [mixin/]: Mixing texture.pbr.MixinTextureAtlas from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.610] [main/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: Mixing core.render.TextureAtlasMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: Mixing core.render.texture.TextureAtlasAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.texture.TextureAtlasAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureAtlasMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.611] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.612] [main/DEBUG] [mixin/]: Mixing client.SpriteAtlasTextureMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[07мая2026 22:07:41.614] [main/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.614] [main/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.614] [main/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.614] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium->@Inject::preReturnSprite(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.615] [main/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.620] [main/DEBUG] [mixin/]: Mixing ArmorSlotMixin from accessories-common.mixins.json into net.minecraft.world.inventory.ArmorSlot +[07мая2026 22:07:41.620] [main/DEBUG] [mixin/]: accessories-common.mixins.json:ArmorSlotMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.621] [main/DEBUG] [mixin/]: accessories-common.mixins.json:ArmorSlotMixin from mod accessories->@Inject::accessories$useAlternativeAtlas(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.638] [main/DEBUG] [mixin/]: Mixing MixinVertexFormat from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormat +[07мая2026 22:07:41.638] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.639] [main/DEBUG] [mixin/]: Mixing core.render.VertexFormatMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.VertexFormat +[07мая2026 22:07:41.639] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.VertexFormatMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.641] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onSetupBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.641] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onClearBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.641] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.641] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.641] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.645] [main/DEBUG] [mixin/]: Mixing MixinVertexFormatElement from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormatElement +[07мая2026 22:07:41.645] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.645] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris->@Inject::iris$fixGenericAttributes(ILcom/mojang/blaze3d/vertex/VertexFormatElement$Usage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.654] [main/DEBUG] [mixin/]: Mixing CompositeStateAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeState +[07мая2026 22:07:41.654] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:CompositeStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.664] [main/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.entity.ItemRendererMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.664] [main/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.entity.ItemRendererMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.664] [main/DEBUG] [mixin/]: Mixing Item.ItemRendererMixin from flerovium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.669] [main/DEBUG] [mixin/]: Mixing perf.faster_item_rendering.ItemRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ItemRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext; to mdd85188$sodium$lambda$new$0$0 in sodium-common.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.671] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.672] [main/DEBUG] [mixin/]: Renaming @Invoker method sodium$hasAnimatedTexture(Lnet/minecraft/world/item/ItemStack;)Z to hasAnimatedTexture$sodium_$md$d85188$1 in sodium-common.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium +[07мая2026 22:07:41.672] [main/DEBUG] [mixin/]: Mixing features.render.model.item.ItemRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.672] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.model.item.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.673] [main/DEBUG] [mixin/]: Mixing renderers.ItemRenderer_apiMixin from moreculling.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.675] [main/DEBUG] [mixin/]: Mixing ItemOverridesMixin from polytone-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.676] [main/DEBUG] [mixin/]: Mixing accessor.ItemRendererAccessor from emi.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.676] [main/DEBUG] [mixin/]: emi.mixins.json:accessor.ItemRendererAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.676] [main/DEBUG] [mixin/]: Mixing client.ItemRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.676] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$punchy$lambda$static$0$2 in punchy.mixins.json:client.ItemRendererMixin from mod punchy +[07мая2026 22:07:41.682] [main/DEBUG] [mixin/]: Mixing client.accessor.ItemRendererInvoker from punchy.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.682] [main/DEBUG] [mixin/]: Mixing hud_batching.MixinItemRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.682] [main/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinItemRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.683] [main/DEBUG] [mixin/]: Mixing client.ItemRendererMixin from galosphere.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.683] [main/DEBUG] [mixin/]: Mixing client.ItemRendererMixin from spell_engine.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.683] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.ItemRendererMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.684] [main/DEBUG] [mixin/]: Mixing client.render.ItemRendererAccessor from spell_engine.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.684] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ItemRendererAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.684] [main/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.684] [main/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.686] [main/DEBUG] [mixin/]: Mixing MixinItemRenderer from azurelibarmor.neo.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.687] [main/DEBUG] [mixin/]: Mixing client.maraca.ItemRendererMixin from ribbits.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.687] [main/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ItemRendererMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.688] [main/DEBUG] [mixin/]: Mixing client.accessor.ItemRendererAccessor from ponder-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.688] [main/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.ItemRendererAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.688] [main/DEBUG] [mixin/]: Mixing client.ItemRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.688] [main/DEBUG] [mixin/]: Mixing entity_render_context.MixinItemRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.688] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.690] [main/DEBUG] [mixin/]: Mixing renderers.ItemRenderer_faceCullingMixin from moreculling.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.691] [main/DEBUG] [mixin/]: Mixing renderers.ItemRenderer_neoforgeFaceCullingMixin from moreculling.neoforge.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.693] [main/DEBUG] [mixin/]: Mixing compat.ItemRenderer_sodiumMixin from moreculling.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[07мая2026 22:07:41.717] [main/DEBUG] [mixin/]: flerovium.mixins.json:Item.ItemRendererMixin from mod (unknown)->@Inject::renderModelLists(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/item/ItemStack;IILcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.717] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.ItemRendererMixin from mod modernfix->@Inject::markRenderingType(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.717] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.ItemRendererMixin from mod modernfix->@Inject::markRenderingType(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.717] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_item_rendering.ItemRendererMixin from mod modernfix->@Inject::markRenderingType(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium->@Inject::beforeRenderItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ItemOverridesMixin from mod polytone->@Inject::resolve(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ItemOverridesMixin from mod polytone->@Inject::resolve(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: polytone-common.mixins.json:ItemOverridesMixin from mod polytone->@Inject::resolve(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: punchy.mixins.json:client.ItemRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: spell_engine.mixins.json:client.ItemRendererMixin from mod spell_engine->@Inject::getModel_HEAD(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:MixinItemRenderer from mod azurelibarmor->@Inject::itemModelHook(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:MixinItemRenderer from mod azurelibarmor->@Inject::itemModelHook(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:MixinItemRenderer from mod azurelibarmor->@Inject::itemModelHook(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: quark.mixins.json:client.ItemRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: quark.mixins.json:client.ItemRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: quark.mixins.json:client.ItemRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: moreculling.neoforge.mixins.json:renderers.ItemRenderer_neoforgeFaceCullingMixin from mod moreculling->@Inject::moreculling$faceRemoval(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: moreculling.neoforge.mixins.json:renderers.ItemRenderer_neoforgeFaceCullingMixin from mod moreculling->@Inject::moreculling$faceRemoval(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.718] [main/DEBUG] [mixin/]: moreculling.neoforge.mixins.json:renderers.ItemRenderer_neoforgeFaceCullingMixin from mod moreculling->@Inject::moreculling$faceRemoval(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.718] [main/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.entity.ItemRendererMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by moreculling.mixins.json:renderers.ItemRenderer_faceCullingMixin from mod moreculling->@Redirect::moreculling$modifyDirections()[Lnet/minecraft/core/Direction; with priority 1100 +[07мая2026 22:07:41.730] [main/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ItemModelShaperMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.ItemModelShaper +[07мая2026 22:07:41.731] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$replaceLocationMap$1(Ljava/lang/Integer;)Lnet/minecraft/client/resources/model/BakedModel; to mdd85188$modernfix$lambda$replaceLocationMap$1$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelShaperMixin from mod modernfix +[07мая2026 22:07:41.731] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0(Ljava/lang/Object;)Lnet/minecraft/client/resources/model/BakedModel; to mdd85188$modernfix$lambda$new$0$1 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelShaperMixin from mod modernfix +[07мая2026 22:07:41.732] [main/DEBUG] [mixin/]: Mixing client.ItemModelShaperMixin from accessories-common.mixins.json into net.minecraft.client.renderer.ItemModelShaper +[07мая2026 22:07:41.732] [main/DEBUG] [mixin/]: accessories-common.mixins.json:client.ItemModelShaperMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.733] [main/DEBUG] [mixin/]: Mixing client.ItemModelShaperMixin from galosphere.mixins.json into net.minecraft.client.renderer.ItemModelShaper +[07мая2026 22:07:41.735] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelShaperMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.735] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelShaperMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.735] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelShaperMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.735] [main/DEBUG] [mixin/]: accessories-common.mixins.json:client.ItemModelShaperMixin from mod accessories->@Inject::accessories$adjustModelFromComponent(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.735] [main/DEBUG] [mixin/]: galosphere.mixins.json:client.ItemModelShaperMixin from mod galosphere->@Inject::GE$getItemModel(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.736] [main/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ItemModelMesherForgeMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.client.model.RegistryAwareItemModelShaper +[07мая2026 22:07:41.737] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0(Ljava/lang/Object;)Lnet/minecraft/client/resources/model/BakedModel; to mdd85188$modernfix$lambda$new$0$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelMesherForgeMixin from mod modernfix +[07мая2026 22:07:41.739] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelMesherForgeMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.739] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelMesherForgeMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.739] [main/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ItemModelMesherForgeMixin from mod modernfix->@Inject::replaceLocationMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.745] [main/DEBUG] [mixin/]: Mixing MixinTheEndPortalRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.TheEndPortalRenderer +[07мая2026 22:07:41.745] [main/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.749] [main/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris->@Inject::iris$onRender(Lnet/minecraft/world/level/block/entity/TheEndPortalBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.759] [main/DEBUG] [mixin/]: Mixing MixinWorldRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.759] [main/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:MixinWorldRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.759] [main/DEBUG] [mixin/]: Mixing CommonLevelRendererMixin from mixins.sodiumdynamiclights.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.759] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:CommonLevelRendererMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.760] [main/DEBUG] [mixin/]: Mixing immediate.MixinLevelRenderer from mixins.iris.vertexformat.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.760] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.760] [main/DEBUG] [mixin/]: Mixing MixinLevelRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.760] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.762] [main/DEBUG] [mixin/]: Mixing MixinLevelRenderer_EntityListSorting from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.762] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.762] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$1(Ljava/util/Map;Lnet/minecraft/world/entity/Entity;)V to mdd85188$iris$lambda$batchedentityrendering$sortEntityList$1$0 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[07мая2026 22:07:41.762] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$0(Lnet/minecraft/world/entity/EntityType;)Ljava/util/List; to mdd85188$iris$lambda$batchedentityrendering$sortEntityList$0$1 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[07мая2026 22:07:41.763] [main/DEBUG] [mixin/]: Mixing firstPerson.LevelRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.764] [main/DEBUG] [mixin/]: Mixing LevelRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.764] [main/DEBUG] [mixin/]: mixins.iris.json:LevelRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.764] [main/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.764] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.765] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$endLevelRender$0(Lnet/irisshaders/iris/UpdateChecker$BetaInfo;)V to mdd85188$iris$lambda$iris$endLevelRender$0$2 in mixins.iris.json:MixinLevelRenderer from mod iris +[07мая2026 22:07:41.770] [main/DEBUG] [mixin/]: Mixing MixinLevelRenderer_SkipRendering from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.770] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.772] [main/DEBUG] [mixin/]: Mixing MixinLevelRenderer_Sky from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.772] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.773] [main/DEBUG] [mixin/]: Mixing fabulous.MixinDisableFabulousGraphics from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.773] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.774] [main/DEBUG] [mixin/]: Mixing shadows.MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.774] [main/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.775] [main/DEBUG] [mixin/]: Mixing sky.MixinLevelRenderer_SunMoonToggle from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.775] [main/DEBUG] [mixin/]: mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.777] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from supplementaries.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.778] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.778] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.779] [main/DEBUG] [mixin/]: Mixing WorldRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.780] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.783] [main/DEBUG] [mixin/]: Mixing client.LevelRendererMixin from immersive_optimization.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.783] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$immersiveOptimization$prepareCullFrustum$0(Lnet/minecraft/world/phys/AABB;)Z to mdd85188$immersive_optimization$lambda$immersiveOptimization$prepareCullFrustum$0$3 in immersive_optimization.mixins.json:client.LevelRendererMixin from mod immersive_optimization +[07мая2026 22:07:41.784] [main/DEBUG] [mixin/]: Mixing core.render.world.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.784] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.787] [main/DEBUG] [mixin/]: Mixing features.options.weather.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.787] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.options.weather.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.787] [main/DEBUG] [mixin/]: Mixing features.render.gui.outlines.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.787] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.797] [main/DEBUG] [mixin/]: Mixing features.render.world.clouds.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.797] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.798] [main/DEBUG] [mixin/]: Mixing LevelRenderer_cloudsMixin from moreculling.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.806] [main/DEBUG] [mixin/]: Mixing LevelRenderer_rainMixin from moreculling.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.807] [main/DEBUG] [mixin/]: Mixing accessors.LevelRendererAccessor from moreculling.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.807] [main/DEBUG] [mixin/]: Mixing client.LevelRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.813] [main/DEBUG] [mixin/]: Mixing core.LevelRendererMixin from super_resolution.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.813] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: Mixing core.accessor.LevelRendererAccessor from super_resolution.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.accessor.LevelRendererAccessor from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: Mixing client.LevelRendererAccessor from brewinandchewin.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.LevelRendererAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LevelRendererMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.814] [main/DEBUG] [mixin/]: Mixing WorldRendererMixin from entityculling.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.815] [main/DEBUG] [mixin/]: entityculling.mixins.json:WorldRendererMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:41.816] [main/DEBUG] [mixin/]: Mixing client.LevelRendererMixin from geckolib.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.816] [main/DEBUG] [mixin/]: geckolib.mixins.json:client.LevelRendererMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.817] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$geckolib$captureRenderedEntities$0(I)D to mdd85188$geckolib$lambda$geckolib$captureRenderedEntities$0$4 in geckolib.mixins.json:client.LevelRendererMixin from mod geckolib +[07мая2026 22:07:41.817] [main/DEBUG] [mixin/]: Mixing client.accessor.LevelRendererAccessor from aether.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.817] [main/DEBUG] [mixin/]: Mixing LevelRendererAccessor from bclib.mixins.client.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.817] [main/DEBUG] [mixin/]: Renaming @Invoker method bclib_renderShape(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/phys/shapes/VoxelShape;DDDFFFF)V to renderShape$bclib_$md$d85188$5 in bclib.mixins.client.json:LevelRendererAccessor from mod bclib +[07мая2026 22:07:41.817] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from bclib.mixins.client.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.819] [main/DEBUG] [mixin/]: Mixing WorldRendererMixin from mixins.sodiumdynamiclights.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.819] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:WorldRendererMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.819] [main/DEBUG] [mixin/]: Mixing client.EntityCullingWorldRendererMixin from too_many_entities-neoforge.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.820] [main/DEBUG] [mixin/]: Mixing client.CommonWorldRendererMixin from too_many_entities.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.820] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$renderEntities$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity;)I to mdd85188$too_many_entities$lambda$renderEntities$0$6 in too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities +[07мая2026 22:07:41.822] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from kubejs.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.823] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from particlerain.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.826] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from pingwheel.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.826] [main/DEBUG] [mixin/]: pingwheel.mixins.json:LevelRendererMixin from mod pingwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.826] [main/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.827] [main/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.828] [main/DEBUG] [mixin/]: Mixing InjectLevelRenderer from particular.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.828] [main/DEBUG] [mixin/]: particular.mixins.json:InjectLevelRenderer from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.828] [main/DEBUG] [mixin/]: Mixing LevelRendererExcavatorMixin from onlyhammersandexcavators.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.828] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererExcavatorMixin from mod onlyhammersandexcavators: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.831] [main/DEBUG] [mixin/]: Mixing LevelRendererHammerMixin from onlyhammersandexcavators.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.831] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.834] [main/DEBUG] [mixin/]: Mixing client.LevelRendererMixin from quark.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.835] [main/DEBUG] [mixin/]: Mixing client.accessor.AccessorLevelRenderer from quark.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.835] [main/DEBUG] [mixin/]: Mixing client.MixinLevelRenderer from fancymenu.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.835] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:41.837] [main/DEBUG] [mixin/]: Mixing LevelRendererAccessor from flywheel.backend.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.839] [main/DEBUG] [mixin/]: Mixing fix.FixFabulousDepthMixin from flywheel.impl.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.839] [main/DEBUG] [mixin/]: Mixing visualmanage.LevelRendererMixin from flywheel.impl.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.839] [main/DEBUG] [mixin/]: Mixing accessor.LevelRendererAccessor from create.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.839] [main/DEBUG] [mixin/]: Mixing client.LevelRendererMixin from create.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.839] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$create$onDestroyBlockProgress$0(J)Ljava/util/SortedSet; to mdd85188$create$lambda$create$onDestroyBlockProgress$0$7 in create.mixins.json:client.LevelRendererMixin from mod create +[07мая2026 22:07:41.843] [main/DEBUG] [mixin/]: Mixing Block.CrumblingRendererMixin from flerovium.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.846] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from flywheel.impl.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.847] [main/DEBUG] [mixin/]: Mixing shadows.MixinPreventRebuildNearInShadowPass from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.848] [main/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:41.848] [main/DEBUG] [mixin/]: Mixing LevelRendererMixin from polytone-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[07мая2026 22:07:41.901] [main/WARN] [mixin/]: Method overwrite conflict for getSelectionBox in onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators, previously written by com.blocklegend001.onlyhammersandexcavators.mixin.LevelRendererExcavatorMixin. Skipping method. +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:CommonLevelRendererMixin from mod sodiumdynamiclights->@Inject::onGetLightmapCoordinates(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.935] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::fakeThirdPersonMode(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::fakeThirdPersonMode(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::fakeThirdPersonMode(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::resetThirdPerson(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::resetThirdPerson(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::resetThirdPerson(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::dontRenderEntity_End(Lnet/minecraft/world/entity/Entity;DDDFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::dontRenderEntity_End(Lnet/minecraft/world/entity/Entity;DDDFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator->@Inject::dontRenderEntity_End(Lnet/minecraft/world/entity/Entity;DDDFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.936] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris->@Inject::preRenderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supplementaries$renderSlingshotOutline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supplementaries$renderSlingshotOutline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supplementaries$renderSlingshotOutline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supp$setPartying(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supp$setPartying(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries->@Inject::supp$setPartying(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onDrawBlockOutline(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/entity/Entity;DDDLnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::renderWeather(Lnet/minecraft/client/renderer/LightTexture;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::renderCloud(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:WorldRendererMixin from mod fabric_rendering_v1->@Inject::renderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: immersive_optimization.mixins.json:client.LevelRendererMixin from mod immersive_optimization->@Inject::immersiveOptimization$prepareCullFrustum(Lnet/minecraft/world/phys/Vec3;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: immersive_optimization.mixins.json:client.LevelRendererMixin from mod immersive_optimization->@Inject::immersiveOptimization$prepareCullFrustum(Lnet/minecraft/world/phys/Vec3;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: immersive_optimization.mixins.json:client.LevelRendererMixin from mod immersive_optimization->@Inject::immersiveOptimization$prepareCullFrustum(Lnet/minecraft/world/phys/Vec3;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.937] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::replaceBlockEntityIteration(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium->@Inject::drawBoxFast(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;DDDDDDFFFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::renderClouds(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: moreculling.mixins.json:LevelRenderer_cloudsMixin from mod moreculling->@Inject::moreculling$renderClouds(Lcom/mojang/blaze3d/vertex/Tesselator;DDDLnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: moreculling.mixins.json:LevelRenderer_rainMixin from mod moreculling->@Inject::moreculling$checkRainFrustum(Lnet/minecraft/client/renderer/LightTexture;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/Level;IIILcom/mojang/blaze3d/vertex/Tesselator;Lcom/mojang/blaze3d/vertex/BufferBuilder;IIFLnet/minecraft/core/BlockPos$MutableBlockPos;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: moreculling.mixins.json:LevelRenderer_rainMixin from mod moreculling->@Inject::moreculling$checkRainFrustum(Lnet/minecraft/client/renderer/LightTexture;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/Level;IIILcom/mojang/blaze3d/vertex/Tesselator;Lcom/mojang/blaze3d/vertex/BufferBuilder;IIFLnet/minecraft/core/BlockPos$MutableBlockPos;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: moreculling.mixins.json:LevelRenderer_rainMixin from mod moreculling->@Inject::moreculling$checkRainFrustum(Lnet/minecraft/client/renderer/LightTexture;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/Level;IIILcom/mojang/blaze3d/vertex/Tesselator;Lcom/mojang/blaze3d/vertex/BufferBuilder;IIFLnet/minecraft/core/BlockPos$MutableBlockPos;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LevelRendererMixin from mod punchy->@Inject::punchy$renderReleasedItemParticles(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LevelRendererMixin from mod punchy->@Inject::punchy$renderReleasedItemParticles(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: punchy.mixins.json:client.LevelRendererMixin from mod punchy->@Inject::punchy$renderReleasedItemParticles(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::renderLevel_MC_1_21_1(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::renderLevel_MC_1_21_1(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::renderLevel_MC_1_21_1(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldBegin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: super_resolution.mixins.json:core.LevelRendererMixin from mod super_resolution->@Inject::onRenderWorldEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LevelRendererMixin from mod notenoughanimations->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LevelRendererMixin from mod notenoughanimations->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LevelRendererMixin from mod notenoughanimations->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.939] [main/DEBUG] [mixin/]: entityculling.mixins.json:WorldRendererMixin from mod entityculling->@Inject::renderEntity(Lnet/minecraft/world/entity/Entity;DDDFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: geckolib.mixins.json:client.LevelRendererMixin from mod geckolib->@Inject::geckolib$captureRenderedEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: geckolib.mixins.json:client.LevelRendererMixin from mod geckolib->@Inject::geckolib$captureRenderedEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: geckolib.mixins.json:client.LevelRendererMixin from mod geckolib->@Inject::geckolib$captureRenderedEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:WorldRendererMixin from mod sodiumdynamiclights->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:WorldRendererMixin from mod sodiumdynamiclights->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:WorldRendererMixin from mod sodiumdynamiclights->@Inject::beforeRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities-neoforge.mixins.json:client.EntityCullingWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountIncrement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities-neoforge.mixins.json:client.EntityCullingWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountIncrement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities-neoforge.mixins.json:client.EntityCullingWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountIncrement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::renderEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::renderEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::renderEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::beforeEntityRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountReset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountReset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: too_many_entities.mixins.json:client.CommonWorldRendererMixin from mod too_many_entities->@Inject::afterEntityCountReset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$loadPostChains(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$loadPostChains(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$loadPostChains(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$resizePostChains(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$resizePostChains(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$resizePostChains(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: kubejs.mixins.json:LevelRendererMixin from mod kubejs->@Inject::kjs$highlightBlock(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/entity/Entity;DDDLnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: particlerain.mixins.json:LevelRendererMixin from mod particlerain->@Inject::tickRain(Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: particlerain.mixins.json:LevelRendererMixin from mod particlerain->@Inject::renderWeather(Lnet/minecraft/client/renderer/LightTexture;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: pingwheel.mixins.json:LevelRendererMixin from mod pingwheel->@Inject::onStartRenderLevel(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: pingwheel.mixins.json:LevelRendererMixin from mod pingwheel->@Inject::onStartRenderLevel(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: pingwheel.mixins.json:LevelRendererMixin from mod pingwheel->@Inject::onStartRenderLevel(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererExcavatorMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererExcavatorMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererExcavatorMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators->@Inject::renderLevelAfter(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::before_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::before_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::before_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::after_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::after_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.940] [main/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelRenderer from mod fancymenu->@Inject::after_renderLevel_FancyMenu(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel->@Inject::flywheel$disableTransparencyShaderDepth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel->@Inject::flywheel$disableTransparencyShaderDepth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel->@Inject::flywheel$disableTransparencyShaderDepth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel->@Inject::flywheel$checkUpdate(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel->@Inject::flywheel$checkUpdate(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel->@Inject::flywheel$checkUpdate(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onDestroyBlockProgress(ILnet/minecraft/core/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/BlockDestructionProgress;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onDestroyBlockProgress(ILnet/minecraft/core/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/BlockDestructionProgress;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onDestroyBlockProgress(ILnet/minecraft/core/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/BlockDestructionProgress;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onRemoveProgress(Lnet/minecraft/server/level/BlockDestructionProgress;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onRemoveProgress(Lnet/minecraft/server/level/BlockDestructionProgress;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: create.mixins.json:client.LevelRendererMixin from mod create->@Inject::create$onRemoveProgress(Lnet/minecraft/server/level/BlockDestructionProgress;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beginRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beginRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beginRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$endRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$endRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$endRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$reload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$reload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$reload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeRenderCrumbling(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeRenderCrumbling(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$beforeRenderCrumbling(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel->@Inject::flywheel$decideNotToRenderEntity(Lnet/minecraft/world/entity/Entity;DDDFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:41.941] [main/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:41.943] [main/DEBUG] [mixin/]: Unexpected: Registered method getSelectionBox(ILnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/phys/AABB; in net.minecraft.client.renderer.LevelRenderer was not merged +[07мая2026 22:07:41.991] [main/DEBUG] [mixin/]: Mixing mods.iris.MixinOuterWrappedRenderType from entity_texture_features.mixins.json into net.irisshaders.iris.layer.OuterWrappedRenderType +[07мая2026 22:07:41.991] [main/DEBUG] [mixin/]: entity_texture_features.mixins.json:mods.iris.MixinOuterWrappedRenderType from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.000] [main/DEBUG] [mixin/]: Mixing core.render.frustum.FrustumMixin from sodium-common.mixins.json into net.minecraft.client.renderer.culling.Frustum +[07мая2026 22:07:42.000] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.frustum.FrustumMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.025] [Render thread/DEBUG] [mixin/]: Mixing RenderSystemMixin from ixeris.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.025] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.025] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.026] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.026] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.027] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.027] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.027] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Ljava/lang/Runnable;)V to mdd85188$iris$lambda$static$1$0 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[07мая2026 22:07:42.027] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to mdd85188$iris$lambda$static$0$1 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[07мая2026 22:07:42.029] [Render thread/DEBUG] [mixin/]: Mixing workarounds.event_loop.RenderSystemMixin from sodium-common.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.029] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:workarounds.event_loop.RenderSystemMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.029] [Render thread/DEBUG] [mixin/]: Mixing hud_batching.compat.MixinRenderSystem from immediatelyfast-common.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.029] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinRenderSystem from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.029] [Render thread/DEBUG] [mixin/]: Mixing RenderSystemMixin from bclib.mixins.client.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.030] [Render thread/DEBUG] [mixin/]: Mixing ui.RenderSystemMixin from owo.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.030] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.RenderSystemMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.030] [Render thread/DEBUG] [mixin/]: Mixing enhanced_fps_limiter.RenderSystemMixin from ixeris.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.033] [Render thread/DEBUG] [mixin/]: Mixing client.MixinRenderSystem from fancymenu.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.033] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRenderSystem from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.033] [Render thread/DEBUG] [mixin/]: Mixing mc.RenderSystemMixin from colorwheel.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.033] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.RenderSystemMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.034] [Render thread/DEBUG] [mixin/]: Mixing RenderSystemMixin from flywheel.backend.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.035] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.RenderSystemAccessor from ponder-common.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[07мая2026 22:07:42.035] [Render thread/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.RenderSystemAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.035] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method catnip$getShaderLightDirections()[Lorg/joml/Vector3f; to catnip$getShaderLightDirections$ponder_$md$d85188$2 in ponder-common.mixins.json:client.accessor.RenderSystemAccessor from mod ponder +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: ixeris.mixins.json:RenderSystemMixin from mod ixeris->@Inject::ixeris$cancelPollEvents(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::iris$onRendererInit(IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(ILnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogStart(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogEnd(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinRenderSystem from mod immediatelyfast->@Inject::checkForModificationWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinRenderSystem from mod immediatelyfast->@Inject::checkForModificationWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinRenderSystem from mod immediatelyfast->@Inject::checkForModificationWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:RenderSystemMixin from mod bclib->@Inject::bclib_defaultFogShape(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.RenderSystemMixin from mod owo->@Inject::pushScissors(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.RenderSystemMixin from mod owo->@Inject::popScissors(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRenderSystem from mod fancymenu->@Inject::head_enableDepthTest_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.044] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRenderSystem from mod fancymenu->@Inject::head_disableDepthTest_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.RenderSystemMixin from mod colorwheel->@Inject::colorwheel$init(IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel->@Inject::flywheel$onInitRenderer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel->@Inject::flywheel$onSetFogStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel->@Inject::flywheel$onSetFogEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel->@Inject::flywheel$onSetFogShape(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.045] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel->@Inject::flywheel$onSetFogColor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.046] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.046] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.048] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing state_tracking.MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.048] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.048] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$onBindFramebuffer$0(ZLnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mdd85188$iris$lambda$iris$onBindFramebuffer$0$0 in mixins.iris.json:state_tracking.MixinRenderTarget from mod iris +[07мая2026 22:07:42.049] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.RenderTargetMixin from accessories-common.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.049] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.RenderTargetMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.049] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing features.render.compositing.RenderTargetMixin from sodium-common.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.049] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.053] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing hud_batching.compat.MixinFramebuffer from immediatelyfast-common.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.054] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinFramebuffer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.054] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing RenderTargetMixin from gnetum.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.054] [Ixeris Event Polling Thread/DEBUG] [mixin/]: gnetum.mixins.json:RenderTargetMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.054] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing RenderTargetMixin from gpumemleakfix.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::nameDepthBuffer(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::nameDepthBuffer(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::nameDepthBuffer(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.062] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.063] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium->@Inject::blitToScreen(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.063] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinFramebuffer from mod immediatelyfast->@Inject::checkForDrawCallWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.063] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinFramebuffer from mod immediatelyfast->@Inject::checkForDrawCallWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.063] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinFramebuffer from mod immediatelyfast->@Inject::checkForDrawCallWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.063] [Ixeris Event Polling Thread/DEBUG] [mixin/]: gnetum.mixins.json:RenderTargetMixin from mod gnetum->@Inject::gnetum$bindWrite(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.067] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinGenericMessageScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.GenericMessageScreen +[07мая2026 22:07:42.067] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGenericMessageScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.068] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGenericMessageScreen from mod fancymenu->@Inject::return_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.068] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGenericMessageScreen from mod fancymenu->@Inject::return_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.068] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGenericMessageScreen from mod fancymenu->@Inject::return_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.069] [Render thread/DEBUG] [mixin/]: Mixing ui.TessellatorMixin from owo.mixins.json into com.mojang.blaze3d.vertex.Tesselator +[07мая2026 22:07:42.069] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.TessellatorMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.073] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.TessellatorMixin from mod owo->@Inject::skipBegin(Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.075] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from mixins.iris.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[07мая2026 22:07:42.075] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.075] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[07мая2026 22:07:42.075] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.078] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ChatMixin from supplementaries.mixins.json into net.minecraft.client.gui.screens.ChatScreen +[07мая2026 22:07:42.078] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ChatScreenMixin from chatimpressiveanimation.mixins.json into net.minecraft.client.gui.screens.ChatScreen +[07мая2026 22:07:42.085] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ui.ChatScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.ChatScreen +[07мая2026 22:07:42.085] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.ChatScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.085] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ui.TypingSoundEffect from sounds.mixins.json into net.minecraft.client.gui.screens.ChatScreen +[07мая2026 22:07:42.086] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.IMixinChatScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ChatScreen +[07мая2026 22:07:42.086] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinChatScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: supplementaries.mixins.json:ChatMixin from mod supplementaries->@Inject::interceptMessage(Ljava/lang/String;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: supplementaries.mixins.json:ChatMixin from mod supplementaries->@Inject::interceptMessage(Ljava/lang/String;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: supplementaries.mixins.json:ChatMixin from mod supplementaries->@Inject::interceptMessage(Ljava/lang/String;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderStart(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderStart(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderStart(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::onKeyPressed(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::renderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::onClosed(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::onClosed(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatScreenMixin from mod chatimpressiveanimation->@Inject::onClosed(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.ChatScreenMixin from mod owo->@Inject::cancelClose(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.ChatScreenMixin from mod owo->@Inject::cancelClose(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.TypingSoundEffect from mod sounds->@Inject::$typing_sound_effect(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.TypingSoundEffect from mod sounds->@Inject::$typing_sound_effect(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.094] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.TypingSoundEffect from mod sounds->@Inject::$typing_sound_effect(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.097] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.IMixinReceivingLevelScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ReceivingLevelScreen +[07мая2026 22:07:42.097] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinReceivingLevelScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.097] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinReceivingLevelScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ReceivingLevelScreen +[07мая2026 22:07:42.097] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinReceivingLevelScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.104] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing impl.darkness.NativeImageTextureMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.texture.DynamicTexture +[07мая2026 22:07:42.104] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.NativeImageTextureMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.105] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.IMixinDynamicTexture from konkrete.mixins.json into net.minecraft.client.renderer.texture.DynamicTexture +[07мая2026 22:07:42.105] [Ixeris Event Polling Thread/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinDynamicTexture from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.105] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing DynamicTextureMixin from moonlight-common.mixins.json into net.minecraft.client.renderer.texture.DynamicTexture +[07мая2026 22:07:42.105] [Ixeris Event Polling Thread/DEBUG] [mixin/]: moonlight-common.mixins.json:DynamicTextureMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.116] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.NativeImageTextureMixin from mod sodiumextras->@Inject::inject$onUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.116] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.NativeImageTextureMixin from mod sodiumextras->@Inject::inject$onUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.116] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.NativeImageTextureMixin from mod sodiumextras->@Inject::inject$onUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.119] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.VertexSortingMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.VertexSorting +[07мая2026 22:07:42.119] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.immediate.buffer_builder.sorting.VertexSortingMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.124] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing MixinTitleScreen from mixins.iris.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.124] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.125] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing TitleScreenMixin from crash_assistant.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.125] [Ixeris Event Polling Thread/DEBUG] [mixin/]: crash_assistant.mixins.json:TitleScreenMixin from mod crash_assistant: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.127] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.TitleScreenMixin from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.127] [Ixeris Event Polling Thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.TitleScreenMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.129] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.accessor.TitleScreenAccessor from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.129] [Ixeris Event Polling Thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.accessor.TitleScreenAccessor from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.129] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.TitleScreenMixin from kiwi.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.130] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing MixinTitleScreen from adventuredungeons.neoforge.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.130] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.TitleScreenMixin from aether.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.accessor.TitleScreenAccessor from aether.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.WabbanodeButton from wabbanodecompanion.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$5(Lnet/minecraft/client/gui/screens/TitleScreen;Lnet/minecraft/client/gui/components/Button;)V to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$5$0 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$4(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$4$1 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$3(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$3$2 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$2(Lnet/minecraft/client/gui/components/Button;)Z to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$2$3 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$1(Lnet/minecraft/client/gui/components/events/GuiEventListener;)Lnet/minecraft/client/gui/components/Button; to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$1$4 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.132] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$injectWabbanodeButton$0(Lnet/minecraft/client/gui/components/events/GuiEventListener;)Z to mdd85188$wabbanodecompanion$lambda$injectWabbanodeButton$0$5 in wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion +[07мая2026 22:07:42.137] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing TitleScreenMixin from ixeris.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.137] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ixeris$init$1()V to mdd85188$ixeris$lambda$ixeris$init$1$6 in ixeris.mixins.json:TitleScreenMixin from mod ixeris +[07мая2026 22:07:42.137] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ixeris$init$0()V to mdd85188$ixeris$lambda$ixeris$init$0$7 in ixeris.mixins.json:TitleScreenMixin from mod ixeris +[07мая2026 22:07:42.139] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing TitleScreenWidget from sounds.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.139] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinTitleScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.139] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.140] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_init_FancyMenu$4(Lde/keksuccino/fancymenu/util/rendering/ui/widget/BrandingRenderer;Lnet/minecraft/client/gui/GuiGraphics;IIFIIIILde/keksuccino/fancymenu/util/rendering/ui/widget/RendererWidget;)V to mdd85188$fancymenu$lambda$after_init_FancyMenu$4$8 in fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu +[07мая2026 22:07:42.141] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_init_FancyMenu$3(Lde/keksuccino/fancymenu/util/rendering/ui/widget/RealmsNotificationRenderer;Lnet/minecraft/client/gui/GuiGraphics;IIFIIIILde/keksuccino/fancymenu/util/rendering/ui/widget/RendererWidget;)V to mdd85188$fancymenu$lambda$after_init_FancyMenu$3$9 in fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu +[07мая2026 22:07:42.141] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_init_FancyMenu$2(Lde/keksuccino/fancymenu/util/rendering/ui/widget/MinecraftSplashRenderer;Lnet/minecraft/client/gui/GuiGraphics;IIFIIIILde/keksuccino/fancymenu/util/rendering/ui/widget/RendererWidget;)V to mdd85188$fancymenu$lambda$after_init_FancyMenu$2$a in fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu +[07мая2026 22:07:42.141] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_init_FancyMenu$1(Lde/keksuccino/fancymenu/util/rendering/ui/widget/MinecraftLogoRenderer;Lnet/minecraft/client/gui/GuiGraphics;IIFIIIILde/keksuccino/fancymenu/util/rendering/ui/widget/RendererWidget;)V to mdd85188$fancymenu$lambda$after_init_FancyMenu$1$b in fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu +[07мая2026 22:07:42.141] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_init_FancyMenu$0(Lnet/minecraft/client/gui/components/events/GuiEventListener;)V to mdd85188$fancymenu$lambda$after_init_FancyMenu$0$c in fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu +[07мая2026 22:07:42.149] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinNeoForgeTitleScreen from fancymenu.neoforge.mixins.json into net.minecraft.client.gui.screens.TitleScreen +[07мая2026 22:07:42.149] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeTitleScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: crash_assistant.mixins.json:TitleScreenMixin from mod crash_assistant->@Inject::onClientLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: crash_assistant.mixins.json:TitleScreenMixin from mod crash_assistant->@Inject::onClientLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: crash_assistant.mixins.json:TitleScreenMixin from mod crash_assistant->@Inject::onClientLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: kiwi.mixins.json:client.TitleScreenMixin from mod kiwi->@Inject::kiwi$init(ZLnet/minecraft/client/gui/components/LogoRenderer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: kiwi.mixins.json:client.TitleScreenMixin from mod kiwi->@Inject::kiwi$init(ZLnet/minecraft/client/gui/components/LogoRenderer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: kiwi.mixins.json:client.TitleScreenMixin from mod kiwi->@Inject::kiwi$init(ZLnet/minecraft/client/gui/components/LogoRenderer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: adventuredungeons.neoforge.mixins.json:MixinTitleScreen from mod adventuredungeons->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: adventuredungeons.neoforge.mixins.json:MixinTitleScreen from mod adventuredungeons->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: adventuredungeons.neoforge.mixins.json:MixinTitleScreen from mod adventuredungeons->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion->@Inject::injectWabbanodeButton(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion->@Inject::injectWabbanodeButton(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: wabbanodecompanion.mixins.json:client.WabbanodeButton from mod wabbanodecompanion->@Inject::injectWabbanodeButton(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: ixeris.mixins.json:TitleScreenMixin from mod ixeris->@Inject::ixeris$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: ixeris.mixins.json:TitleScreenMixin from mod ixeris->@Inject::ixeris$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: ixeris.mixins.json:TitleScreenMixin from mod ixeris->@Inject::ixeris$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:TitleScreenWidget from mod sounds->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:TitleScreenWidget from mod sounds->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:TitleScreenWidget from mod sounds->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.164] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinTitleScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.177] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinDeathScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.DeathScreen +[07мая2026 22:07:42.177] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::after_render_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.191] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDeathScreen from mod fancymenu->@Inject::before_mouseClicked_FancyMenu(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.195] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.IMixinProgressScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ProgressScreen +[07мая2026 22:07:42.195] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinProgressScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.195] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinProgressScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ProgressScreen +[07мая2026 22:07:42.195] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStartFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStartFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStartFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStageFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStageFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStageFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStagePercentageFancyMenu(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStagePercentageFancyMenu(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.199] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinProgressScreen from mod fancymenu->@Inject::onProgressStagePercentageFancyMenu(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.202] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.PauseScreenMixin from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.PauseScreen +[07мая2026 22:07:42.202] [Ixeris Event Polling Thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.PauseScreenMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.203] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.PauseScreenMixin from aether.mixins.json into net.minecraft.client.gui.screens.PauseScreen +[07мая2026 22:07:42.204] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinPauseScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.PauseScreen +[07мая2026 22:07:42.204] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPauseScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.204] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$after_createPauseMenu_FancyMenu$0(Lnet/minecraft/client/gui/components/events/GuiEventListener;)V to mdd85188$fancymenu$lambda$after_createPauseMenu_FancyMenu$0$0 in fancymenu.mixins.json:client.MixinPauseScreen from mod fancymenu +[07мая2026 22:07:42.216] [Ixeris Event Polling Thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.PauseScreenMixin from mod cumulus_menus->@Inject::onDisconnectWorldPreview(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.216] [Ixeris Event Polling Thread/DEBUG] [mixin/]: aether.mixins.json:client.PauseScreenMixin from mod aether->@Inject::onDisconnectServerButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.216] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPauseScreen from mod fancymenu->@Inject::after_createPauseMenu_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.216] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPauseScreen from mod fancymenu->@Inject::after_createPauseMenu_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.216] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinPauseScreen from mod fancymenu->@Inject::after_createPauseMenu_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.230] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.InventoryScreenMixin from accessories-common.mixins.json into net.minecraft.client.gui.screens.inventory.InventoryScreen +[07мая2026 22:07:42.231] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.InventoryScreenMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.231] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing InventoryScreenMixin from polytone.mixins.json into net.minecraft.client.gui.screens.inventory.InventoryScreen +[07мая2026 22:07:42.237] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.InventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.237] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.InventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.237] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.InventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.241] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractInventoryScreenMixin from emi.mixins.json into net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen +[07мая2026 22:07:42.241] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:AbstractInventoryScreenMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.249] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing StatusEffectsDisplayMixin from item_descriptions.mixins.json into net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen +[07мая2026 22:07:42.249] [Ixeris Event Polling Thread/DEBUG] [mixin/]: item_descriptions.mixins.json:StatusEffectsDisplayMixin from mod item_descriptions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.249] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing itemgroup.AbstractInventoryScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen +[07мая2026 22:07:42.249] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.AbstractInventoryScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:AbstractInventoryScreenMixin from mod emi->@Inject::drawStatusEffects(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:AbstractInventoryScreenMixin from mod emi->@Inject::drawStatusEffects(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:AbstractInventoryScreenMixin from mod emi->@Inject::drawStatusEffects(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: item_descriptions.mixins.json:StatusEffectsDisplayMixin from mod item_descriptions->@Inject::forceShowDescriptions(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: item_descriptions.mixins.json:StatusEffectsDisplayMixin from mod item_descriptions->@Inject::forceShowDescriptions(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.259] [Ixeris Event Polling Thread/DEBUG] [mixin/]: item_descriptions.mixins.json:StatusEffectsDisplayMixin from mod item_descriptions->@Inject::forceShowDescriptions(Lnet/minecraft/client/gui/GuiGraphics;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.266] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenAccessor from balm.neoforge.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.267] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenAccessor from immersiveui-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.267] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenAccessor from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.267] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.267] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.273] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing FloatingItemMixin from immersiveui.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.273] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui.mixins.json:FloatingItemMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.273] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming @Unique field expandingProgressLjava/util/Map; to fdd85188$immersiveui$expandingProgress$0 in immersiveui.mixins.json:FloatingItemMixin from mod immersiveui +[07мая2026 22:07:42.274] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.AbstractContainerScreenAccessor from accessories-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.274] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.AbstractContainerScreenAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.274] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.AbstractContainerScreenMixin from accessories-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.274] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.AbstractContainerScreenMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.277] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.AbstractContainerScreenMixin from accessories-forge.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.277] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-forge.mixins.json:client.AbstractContainerScreenMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.277] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenMixin from polytone.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.281] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing accessor.HandledScreenAccessor from emi.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.281] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:accessor.HandledScreenAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.281] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing HandledScreenMixin from emi.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.281] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.282] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenAccessor from mousetweaks.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.282] [Ixeris Event Polling Thread/DEBUG] [mixin/]: mousetweaks.mixins.json:AbstractContainerScreenAccessor from mod mousetweaks: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.282] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.AbstractContainerScreenMixin from iteminteractions.common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.282] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.283] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.ContainerScreenMixin from controllable.common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.283] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ui.HandledScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.283] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.286] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ui.layers.HandledScreenAccessor from owo.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.286] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.layers.HandledScreenAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.286] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing AbstractContainerScreenMixin from octolib-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.287] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing ui.ItemDragSoundEffect from sounds.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.287] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.ContainerScreenMixin from quark.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.287] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinAbstractContainerScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen +[07мая2026 22:07:42.288] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::renderBg(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::renderBg(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::renderBg(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::renderFunkyItem(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/ItemStack;IILjava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::disableSlotHighlight(Lnet/minecraft/client/gui/GuiGraphics;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.319] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::fixHovering(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIILnet/minecraft/world/inventory/Slot;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse2(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse2(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractContainerScreenMixin from mod immersiveui->@Inject::resetOldMouse2(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui.mixins.json:FloatingItemMixin from mod immersiveui->@Inject::renderSize(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui.mixins.json:FloatingItemMixin from mod immersiveui->@Inject::renderSize(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui.mixins.json:FloatingItemMixin from mod immersiveui->@Inject::renderSize(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/Slot;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: immersiveui.mixins.json:FloatingItemMixin from mod immersiveui->@Inject::disableSlotHighlight(Lnet/minecraft/client/gui/GuiGraphics;IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.AbstractContainerScreenMixin from mod accessories->@Inject::accessories$isHoveringOverride(Lnet/minecraft/world/inventory/Slot;DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.AbstractContainerScreenMixin from mod accessories->@Inject::accessories$shouldRenderSlot(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: polytone.mixins.json:AbstractContainerScreenMixin from mod polytone->@Inject::polytone$modifyLabels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: polytone.mixins.json:AbstractContainerScreenMixin from mod polytone->@Inject::polytone$modifyLabels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: polytone.mixins.json:AbstractContainerScreenMixin from mod polytone->@Inject::polytone$modifyLabels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderBackground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderBackground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderBackground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: emi.mixins.json:HandledScreenMixin from mod emi->@Inject::renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.AbstractContainerScreenMixin from mod iteminteractions->@Inject::renderSlot$2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::captureOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::captureOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::captureOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::resetOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::resetOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::resetOwoState(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::injectSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::injectSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::injectSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotScissors(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/inventory/Slot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::enableSlotDepth(Lnet/minecraft/client/gui/GuiGraphics;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.320] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::clearSlotDepth(Lnet/minecraft/client/gui/GuiGraphics;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:ui.HandledScreenMixin from mod owo->@Inject::closeIt(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractContainerScreenMixin from mod octolib->@Inject::renderParticles(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractContainerScreenMixin from mod octolib->@Inject::renderParticles(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractContainerScreenMixin from mod octolib->@Inject::renderParticles(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDragSoundEffect from mod sounds->@Inject::$item_drag_sound_effect(DDIDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/inventory/Slot;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDragSoundEffect from mod sounds->@Inject::$item_drag_sound_effect(DDIDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/inventory/Slot;)V has 0 override(s) in child classes +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sounds.mixins.json:ui.ItemDragSoundEffect from mod sounds->@Inject::$item_drag_sound_effect(DDIDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/inventory/Slot;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerScreen from mod fancymenu->@Inject::head_mouseClicked_FancyMenu(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerScreen from mod fancymenu->@Inject::head_mouseReleased_FancyMenu(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.321] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractContainerScreen from mod fancymenu->@Inject::head_mouseDragged_FancyMenu(DDIDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.324] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Unexpected: Registered method getHoveredSlot()Lnet/minecraft/world/inventory/Slot; in net.minecraft.client.gui.screens.inventory.AbstractContainerScreen was not merged +[07мая2026 22:07:42.335] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing features.gui.screen.LevelLoadingScreenMixin from sodium-common.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen +[07мая2026 22:07:42.335] [Ixeris Event Polling Thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.335] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$renderChunks$0(Lit/unimi/dsi/fastutil/objects/Object2IntMap$Entry;)V to mdd85188$sodium$lambda$renderChunks$0$0 in sodium-common.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium +[07мая2026 22:07:42.344] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.IMixinLevelLoadingScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen +[07мая2026 22:07:42.344] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinLevelLoadingScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.344] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing client.MixinLevelLoadingScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen +[07мая2026 22:07:42.344] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelLoadingScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.345] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$init$0(Lnet/minecraft/client/gui/GuiGraphics;IIFIIIILde/keksuccino/fancymenu/util/rendering/ui/widget/RendererWidget;)V to mdd85188$fancymenu$lambda$init$0$1 in fancymenu.mixins.json:client.MixinLevelLoadingScreen from mod fancymenu +[07мая2026 22:07:42.354] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelLoadingScreen from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.354] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelLoadingScreen from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.354] [Ixeris Event Polling Thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelLoadingScreen from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.366] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Mixing tweaks.OperatingSystemMixin from owo.mixins.json into net.minecraft.Util$OS +[07мая2026 22:07:42.366] [Ixeris Event Polling Thread/DEBUG] [mixin/]: owo.mixins.json:tweaks.OperatingSystemMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.366] [Ixeris Event Polling Thread/DEBUG] [mixin/]: Renaming synthetic method lambda$open$0(Ljava/net/URI;)V to mdd85188$owo$lambda$open$0$0 in owo.mixins.json:tweaks.OperatingSystemMixin from mod owo +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: Mixing DeltaTrackerMixin from gnetum.mixins.json into net.minecraft.client.DeltaTracker$Timer +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:DeltaTrackerMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: Mixing client.TimerAccessor from controllable.common.mixins.json into net.minecraft.client.DeltaTracker$Timer +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: Mixing accessor.TimerAccessor from ponder-common.mixins.json into net.minecraft.client.DeltaTracker$Timer +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: ponder-common.mixins.json:accessor.TimerAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.377] [Render thread/DEBUG] [mixin/]: Mixing accessor.TimerAccessor from create.mixins.json into net.minecraft.client.DeltaTracker$Timer +[07мая2026 22:07:42.386] [Render thread/DEBUG] [mixin/]: Mixing SinglePreparationResourceReloaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.server.packs.resources.SimplePreparableReloadListener +[07мая2026 22:07:42.386] [Render thread/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.387] [Render thread/DEBUG] [mixin/]: Mixing ConditionHackMixin from moonlight.mixins.json into net.minecraft.server.packs.resources.SimplePreparableReloadListener +[07мая2026 22:07:42.387] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:ConditionHackMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric_resource_conditions_api_v1->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric_resource_conditions_api_v1->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric_resource_conditions_api_v1->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:ConditionHackMixin from mod moonlight->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:ConditionHackMixin from mod moonlight->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.390] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:ConditionHackMixin from mod moonlight->@Inject::applyResourceConditions(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.391] [Render thread/DEBUG] [mixin/]: Mixing ContextAwareReloadListenerAccessor from moonlight.mixins.json into net.neoforged.neoforge.resource.ContextAwareReloadListener +[07мая2026 22:07:42.391] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:ContextAwareReloadListenerAccessor from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: Mixing MixinResourceReloadEnd from entity_model_features.mixins.json into net.minecraft.client.ResourceLoadStateTracker +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinResourceReloadEnd from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: Mixing client.MixinResourceLoadStateTracker from fancymenu.mixins.json into net.minecraft.client.ResourceLoadStateTracker +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$afterFinishReloadFancyMenu$1(Ljava/util/function/Consumer;)V to mdd85188$fancymenu$lambda$afterFinishReloadFancyMenu$1$0 in fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu +[07мая2026 22:07:42.409] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$beforeStartReloadFancyMenu$0(Ljava/util/function/Consumer;)V to mdd85188$fancymenu$lambda$beforeStartReloadFancyMenu$0$1 in fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinResourceReloadEnd from mod entity_model_features->@Inject::emf$reloadFinish(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinResourceReloadEnd from mod entity_model_features->@Inject::emf$reloadFinish(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinResourceReloadEnd from mod entity_model_features->@Inject::emf$reloadFinish(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::beforeStartReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::beforeStartReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::beforeStartReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::afterFinishReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::afterFinishReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.412] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinResourceLoadStateTracker from mod fancymenu->@Inject::afterFinishReloadFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.414] [Render thread/DEBUG] [mixin/]: Mixing client.LevelStorageSourceMixin from cumulus_menus.mixins.json into net.minecraft.world.level.storage.LevelStorageSource +[07мая2026 22:07:42.414] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.LevelStorageSourceMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.428] [Render thread/DEBUG] [mixin/]: Mixing VanillaResourcePackProviderMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.server.packs.repository.BuiltInPackSource +[07мая2026 22:07:42.429] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:VanillaResourcePackProviderMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.429] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:VanillaResourcePackProviderMixin from mod fabric_resource_loader_v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.429] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:VanillaResourcePackProviderMixin from mod fabric_resource_loader_v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.429] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:VanillaResourcePackProviderMixin from mod fabric_resource_loader_v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.509] [Render thread/DEBUG] [mixin/]: Mixing VanillaPackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.VanillaPackResources +[07мая2026 22:07:42.512] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/mrleo1nid/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-srg.jar%23481!/assets/.mcassetsroot' uses unexpected schema +[07мая2026 22:07:42.512] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/mrleo1nid/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-srg.jar%23481!/data/.mcassetsroot' uses unexpected schema +[07мая2026 22:07:42.555] [Render thread/DEBUG] [mixin/]: Mixing accessor.FolderRepositorySourceAccessor from paxi.mixins.json into net.minecraft.server.packs.repository.FolderRepositorySource +[07мая2026 22:07:42.555] [Render thread/DEBUG] [mixin/]: paxi.mixins.json:accessor.FolderRepositorySourceAccessor from mod paxi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.559] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackManagerAccessor from structurify-common.mixins.json into net.minecraft.server.packs.repository.PackRepository +[07мая2026 22:07:42.560] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.packs.repository.PackRepository +[07мая2026 22:07:42.560] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.560] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$handleAutoDisable$0(Ljava/util/Set;Lnet/minecraft/server/packs/repository/Pack;)Z to mdd85188$fabric_resource_loader_v0$lambda$handleAutoDisable$0$0 in fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0 +[07мая2026 22:07:42.563] [Render thread/DEBUG] [mixin/]: Mixing MixinPackRepositoryNeoForge from paxi_neoforge.mixins.json into net.minecraft.server.packs.repository.PackRepository +[07мая2026 22:07:42.563] [Render thread/DEBUG] [mixin/]: paxi_neoforge.mixins.json:MixinPackRepositoryNeoForge from mod paxi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.563] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$paxi_buildEnabledProfilesNeoForge$1(Lnet/minecraft/server/packs/repository/RepositorySource;)Z to mdd85188$paxi$lambda$paxi_buildEnabledProfilesNeoForge$1$1 in paxi_neoforge.mixins.json:MixinPackRepositoryNeoForge from mod paxi +[07мая2026 22:07:42.563] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$paxi_removeDuplicatesInAvailableList$0(Lnet/minecraft/server/packs/repository/RepositorySource;)Z to mdd85188$paxi$lambda$paxi_removeDuplicatesInAvailableList$0$2 in paxi_neoforge.mixins.json:MixinPackRepositoryNeoForge from mod paxi +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::construct([Lnet/minecraft/server/packs/repository/RepositorySource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::construct([Lnet/minecraft/server/packs/repository/RepositorySource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::construct([Lnet/minecraft/server/packs/repository/RepositorySource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnableDisable(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnableDisable(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnableDisable(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoEnable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoDisable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoDisable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric_resource_loader_v0->@Inject::handleAutoDisable(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: paxi_neoforge.mixins.json:MixinPackRepositoryNeoForge from mod paxi->@Inject::paxi_removeDuplicatesInAvailableList(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.569] [Render thread/DEBUG] [mixin/]: paxi_neoforge.mixins.json:MixinPackRepositoryNeoForge from mod paxi->@Inject::paxi_buildEnabledProfilesNeoForge(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.576] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[07мая2026 22:07:42.593] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: mrleo1nid +[07мая2026 22:07:42.594] [Render thread/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Added field for KeyMapping#MAP at index 11 +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: Mixing KeyMappingAccessor from balm.neoforge.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: Mixing client.KeybindingAccessor from combat_roll.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: combat_roll.mixins.json:client.KeybindingAccessor from mod combat_roll: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: Mixing KeyMappingAccessor from kuma_api.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: kuma_api.mixins.json:KeyMappingAccessor from mod kuma_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: Mixing AccessKeyMapping from controlling.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: controlling.mixins.json:AccessKeyMapping from mod controlling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: Mixing client.KeyMappingMixin from connector.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.595] [Render thread/DEBUG] [mixin/]: connector.mixins.json:client.KeyMappingMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.596] [Render thread/DEBUG] [mixin/]: Mixing KeyBindingInvoker from spyglass_improvements.common.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.596] [Render thread/DEBUG] [mixin/]: Mixing client.NeoForgeKeyMappingMixin from controllable.neoforge.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.598] [Render thread/DEBUG] [mixin/]: Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.598] [Render thread/DEBUG] [mixin/]: fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor from mod fabric_key_binding_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.598] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap$fabric_key_binding_api_v1_$md$d85188$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor from mod fabric_key_binding_api_v1 +[07мая2026 22:07:42.598] [Render thread/DEBUG] [mixin/]: Mixing client.control.KeybindingAccessor from spell_engine.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.598] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.KeybindingAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.599] [Render thread/DEBUG] [mixin/]: Mixing KeyBindingAccessor from fabric-events-interaction-v0.client.mixins.json into net.minecraft.client.KeyMapping +[07мая2026 22:07:42.599] [Render thread/DEBUG] [mixin/]: fabric-events-interaction-v0.client.mixins.json:KeyBindingAccessor from mod fabric_events_interaction_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.600] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getKey()Lcom/mojang/blaze3d/platform/InputConstants$Key; in net.minecraft.client.KeyMapping was not merged +[07мая2026 22:07:42.600] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getKey()Lcom/mojang/blaze3d/platform/InputConstants$Key; in net.minecraft.client.KeyMapping was not merged +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: Mixing ToastManagerMixin from emi.mixins.json into net.minecraft.client.gui.components.toasts.ToastComponent +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: emi.mixins.json:ToastManagerMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: Mixing MixinToastComponent from forge-badoptimizations.mixins.json into net.minecraft.client.gui.components.toasts.ToastComponent +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:MixinToastComponent from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: Mixing ToastComponentMixin from fancytoasts.mixins.json into net.minecraft.client.gui.components.toasts.ToastComponent +[07мая2026 22:07:42.607] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ToastComponentMixin from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.611] [Render thread/DEBUG] [mixin/]: emi.mixins.json:ToastManagerMixin from mod emi->@Inject::drawHead(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.611] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ToastComponentMixin from mod fancytoasts->@Inject::onAddToast(Lnet/minecraft/client/gui/components/toasts/Toast;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.611] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ToastComponentMixin from mod fancytoasts->@Inject::onClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.611] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ToastComponentMixin from mod fancytoasts->@Inject::onClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.611] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ToastComponentMixin from mod fancytoasts->@Inject::onClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.613] [Render thread/DEBUG] [mixin/]: Mixing registries.NeoForgeRegistriesSetupAccessor from connector.mixins.json into net.neoforged.neoforge.registries.NeoForgeRegistriesSetup +[07мая2026 22:07:42.614] [Render thread/DEBUG] [mixin/]: connector.mixins.json:registries.NeoForgeRegistriesSetupAccessor from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.614] [Render thread/DEBUG] [mixin/]: Mixing registries.NeoForgeRegistriesSetupMixin from connector.mixins.json into net.neoforged.neoforge.registries.NeoForgeRegistriesSetup +[07мая2026 22:07:42.614] [Render thread/DEBUG] [mixin/]: connector.mixins.json:registries.NeoForgeRegistriesSetupMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.622] [Render thread/DEBUG] [mixin/]: Mixing AttachmentTypeAccessor from fabric-data-attachment-api-v1.mixins.json into net.neoforged.neoforge.attachment.AttachmentType +[07мая2026 22:07:42.622] [Render thread/DEBUG] [mixin/]: fabric-data-attachment-api-v1.mixins.json:AttachmentTypeAccessor from mod fabric_data_attachment_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.627] [Render thread/INFO] [terrainslabs/]: Initializing TerrainSlabs +[07мая2026 22:07:42.637] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.ButtonAccessor from aether.mixins.json into net.minecraft.client.gui.components.Button +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: Mixing ButtonMixin from nerb-common.mixins.json into net.minecraft.client.gui.components.Button +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: nerb-common.mixins.json:ButtonMixin from mod nerb: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: Mixing ui.access.ButtonWidgetAccessor from owo.mixins.json into net.minecraft.client.gui.components.Button +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.access.ButtonWidgetAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinButton from fancymenu.mixins.json into net.minecraft.client.gui.components.Button +[07мая2026 22:07:42.638] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.639] [Render thread/DEBUG] [mixin/]: nerb-common.mixins.json:ButtonMixin from mod nerb->@Inject::onPress(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.640] [Render thread/DEBUG] [mixin/]: Mixing client.AbstractButtonMixin from accessories-common.mixins.json into net.minecraft.client.gui.components.AbstractButton +[07мая2026 22:07:42.641] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.AbstractButtonMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.641] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$1([Lio/wispforest/accessories/client/gui/ButtonEvents$AdjustRendering;)Lio/wispforest/accessories/client/gui/ButtonEvents$AdjustRendering; to mdd85188$accessories$lambda$new$1$0 in accessories-common.mixins.json:client.AbstractButtonMixin from mod accessories +[07мая2026 22:07:42.641] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0([Lio/wispforest/accessories/client/gui/ButtonEvents$AdjustRendering;Lnet/minecraft/client/gui/components/AbstractButton;Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/resources/ResourceLocation;IIII)Z to mdd85188$accessories$lambda$new$0$1 in accessories-common.mixins.json:client.AbstractButtonMixin from mod accessories +[07мая2026 22:07:42.642] [Render thread/DEBUG] [mixin/]: Mixing MixinAbstractButton from xaerolib.mixins.json into net.minecraft.client.gui.components.AbstractButton +[07мая2026 22:07:42.642] [Render thread/DEBUG] [mixin/]: xaerolib.mixins.json:MixinAbstractButton from mod xaerolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.642] [Render thread/DEBUG] [mixin/]: Mixing client.MixinAbstractButton from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractButton +[07мая2026 22:07:42.642] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing client.owo.ComponentStubMixin from accessories-common.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ComponentStubMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing AbstractWidgetInvoker from structurify-common.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing gui.AbstractWidgetAccessor from super_resolution.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:gui.AbstractWidgetAccessor from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.AbstractWidgetAccessor from aether.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinAbstractWidget from konkrete.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinAbstractWidget from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: Mixing ui.ClickableWidgetMixin from owo.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.647] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.ClickableWidgetMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.649] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$parseProperties$0(Ljava/lang/Boolean;)V to mdd85188$owo$lambda$parseProperties$0$0 in owo.mixins.json:ui.ClickableWidgetMixin from mod owo +[07мая2026 22:07:42.655] [Render thread/DEBUG] [mixin/]: Mixing ui.access.ClickableWidgetAccessor from owo.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.655] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.access.ClickableWidgetAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.655] [Render thread/DEBUG] [mixin/]: Mixing AbstractWidgetAccessor from octolib-common.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.655] [Render thread/DEBUG] [mixin/]: Mixing AbstractWidgetMixin from octolib-common.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.657] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinAbstractWidget from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.657] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinAbstractWidget from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.658] [Render thread/DEBUG] [mixin/]: Mixing client.MixinAbstractWidget from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractWidget +[07мая2026 22:07:42.658] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.659] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$initWidgetFancyMenu$1(Ljava/lang/Boolean;)V to mdd85188$fancymenu$lambda$initWidgetFancyMenu$1$1 in fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu +[07мая2026 22:07:42.659] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$initWidgetFancyMenu$0(Ljava/lang/Boolean;)V to mdd85188$fancymenu$lambda$initWidgetFancyMenu$0$2 in fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.ClickableWidgetMixin from mod owo->@Inject::applyWidthToWrapper(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.ClickableWidgetMixin from mod owo->@Inject::setHovered(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.ClickableWidgetMixin from mod owo->@Inject::setHovered(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.ClickableWidgetMixin from mod owo->@Inject::setHovered(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::inject(DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::injectMouseOver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::injectMouseOver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.685] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::injectMouseOver(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::getGlobalX(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: octolib-common.mixins.json:AbstractWidgetMixin from mod octolib->@Inject::getGlobalY(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::beforeRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::afterRenderFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::beforeWidgetClickSoundFancyMenu(Lnet/minecraft/client/sounds/SoundManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::onGetMessageFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::beforeIsMouseOverFancyMenu(DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::beforeIsValidClickButtonFancyMenu(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::beforeNextFocusPathFancyMenu(Lnet/minecraft/client/gui/navigation/FocusNavigationEvent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::atReturnGetXFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::atReturnGetYFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::atReturnGetWidthFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.686] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractWidget from mod fancymenu->@Inject::atReturnGetHeightFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.687] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getLocalX()I in net.minecraft.client.gui.components.AbstractWidget was not merged +[07мая2026 22:07:42.687] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getLocalY()I in net.minecraft.client.gui.components.AbstractWidget was not merged +[07мая2026 22:07:42.694] [Render thread/DEBUG] [mixin/]: Mixing client.owo.ComponentMixin from accessories-common.mixins.json into io.wispforest.owo.ui.core.Component +[07мая2026 22:07:42.695] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ComponentMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.697] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ComponentMixin from mod accessories->@Inject::checkBoundingAreaZones(DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.749] [Render thread/INFO] [terrainslabs/]: Registering Mod Blocks for terrainslabs +[07мая2026 22:07:42.759] [Render thread/INFO] [terrainslabs/]: Registering Mod Item Groups +[07мая2026 22:07:42.777] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.multiplayer.ClientPacketListenerMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.777] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.multiplayer.ClientPacketListenerMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.777] [Render thread/DEBUG] [mixin/]: Mixing ClientPlayNetworkHandlerMixin from fabric-message-api-v1.client.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.777] [Render thread/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_message_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.779] [Render thread/DEBUG] [mixin/]: Mixing ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.client.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.779] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.781] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from connectivity.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.783] [Render thread/DEBUG] [mixin/]: Mixing client.ClientPlayNetworkHandlerMixin from critical_strike.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.784] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPacketListener from mixins.iris.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.784] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.784] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$2(Ljava/lang/Exception;)V to mdd85188$iris$lambda$iris$showUpdateMessage$2$0 in mixins.iris.json:MixinClientPacketListener from mod iris +[07мая2026 22:07:42.784] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$1(Ljava/lang/Exception;Lnet/minecraft/network/chat/Style;)Lnet/minecraft/network/chat/Style; to mdd85188$iris$lambda$iris$showUpdateMessage$1$1 in mixins.iris.json:MixinClientPacketListener from mod iris +[07мая2026 22:07:42.784] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$0(Lnet/minecraft/network/chat/Component;)V to mdd85188$iris$lambda$iris$showUpdateMessage$0$2 in mixins.iris.json:MixinClientPacketListener from mod iris +[07мая2026 22:07:42.785] [Render thread/DEBUG] [mixin/]: Mixing client.ClientPacketListenerMixin from pickupnotifier.common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.785] [Render thread/DEBUG] [mixin/]: pickupnotifier.common.mixins.json:client.ClientPacketListenerMixin from mod pickupnotifier: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.786] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from supplementaries-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.786] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:ClientPacketListenerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.787] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientPacketListenerMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.787] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.788] [Render thread/DEBUG] [mixin/]: Mixing client.ClientPlayNetworkHandlerMixin from bettercombat.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.788] [Render thread/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayNetworkHandlerMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.788] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPlayNetworkHandler from xaerohud.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.788] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.789] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from crittersandcompanions.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.789] [Render thread/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ClientPacketListenerMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.790] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPlayNetworkHandler from xaeroworldmap.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.790] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.791] [Render thread/DEBUG] [mixin/]: Mixing MixinForgeClientPacketListener from xaeroworldmap.neoforge.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.791] [Render thread/DEBUG] [mixin/]: xaeroworldmap.neoforge.mixins.json:MixinForgeClientPacketListener from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.791] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from bclib.mixins.client.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.792] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinClientPacketListener from konkrete.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.792] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinClientPacketListener from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.792] [Render thread/DEBUG] [mixin/]: Mixing ClientPlayNetworkHandlerMixin from clutterbestiary.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.792] [Render thread/DEBUG] [mixin/]: Mixing minecraft.ClientPacketListenerMixin from reliable_recipes.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.793] [Render thread/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ClientPacketListenerMixin from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.793] [Render thread/DEBUG] [mixin/]: Mixing ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.client.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.793] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.796] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from kubejs.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.796] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPacketListener from xaerolib.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.796] [Render thread/DEBUG] [mixin/]: xaerolib.mixins.json:MixinClientPacketListener from mod xaerolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.797] [Render thread/DEBUG] [mixin/]: Mixing ClientPlayNetHandlerMixin from farsight.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.797] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientPlayNetHandlerMixin from mod farsight_view: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.798] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from moonlight-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.798] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ClientPacketListenerMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.798] [Render thread/DEBUG] [mixin/]: Mixing client.MixinClientPacketListener from fancymenu.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.798] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.806] [Render thread/DEBUG] [mixin/]: Mixing ClientPacketListenerMixin from creeperoverhaul-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.806] [Render thread/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:ClientPacketListenerMixin from mod creeperoverhaul: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.807] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onPlayerJoin$0()V to mdd85188$creeperoverhaul$lambda$onPlayerJoin$0$3 in creeperoverhaul-common.mixins.json:ClientPacketListenerMixin from mod creeperoverhaul +[07мая2026 22:07:42.809] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.ClientPacketListenerAccessor from ponder-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.809] [Render thread/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.ClientPacketListenerAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.809] [Render thread/DEBUG] [mixin/]: Mixing MClientPlayNetworkHandler from presencefootsteps.mixin.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.809] [Render thread/DEBUG] [mixin/]: Mixing time.GametimePacketListenerMixin from smoothmovement.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[07мая2026 22:07:42.809] [Render thread/DEBUG] [mixin/]: smoothmovement.mixins.json:time.GametimePacketListenerMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.845] [Render thread/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_allowSendChatMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.845] [Render thread/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_allowSendCommandMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.845] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.845] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.845] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::checkMessage(Lnet/minecraft/network/protocol/game/ClientboundPlayerChatPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: connectivity.mixins.json:ClientPacketListenerMixin from mod connectivity->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: critical_strike.mixins.json:client.ClientPlayNetworkHandlerMixin from mod critical_strike->@Inject::crit_onEntityAnimation_TAIL(Lnet/minecraft/network/protocol/game/ClientboundAnimatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: critical_strike.mixins.json:client.ClientPlayNetworkHandlerMixin from mod critical_strike->@Inject::crit_onEntityAnimation_TAIL(Lnet/minecraft/network/protocol/game/ClientboundAnimatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: critical_strike.mixins.json:client.ClientPlayNetworkHandlerMixin from mod critical_strike->@Inject::crit_onEntityAnimation_TAIL(Lnet/minecraft/network/protocol/game/ClientboundAnimatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: pickupnotifier.common.mixins.json:client.ClientPacketListenerMixin from mod pickupnotifier->@Inject::handleTakeItemEntity(Lnet/minecraft/network/protocol/game/ClientboundTakeItemEntityPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: pickupnotifier.common.mixins.json:client.ClientPacketListenerMixin from mod pickupnotifier->@Inject::handleTakeItemEntity(Lnet/minecraft/network/protocol/game/ClientboundTakeItemEntityPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: pickupnotifier.common.mixins.json:client.ClientPacketListenerMixin from mod pickupnotifier->@Inject::handleTakeItemEntity(Lnet/minecraft/network/protocol/game/ClientboundTakeItemEntityPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayNetworkHandlerMixin from mod bettercombat->@Inject::onParticle_Pre(Lnet/minecraft/network/protocol/game/ClientboundLevelParticlesPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onSendCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinClientPlayNetworkHandler from mod xaerominimap->@Inject::onSendUnsignedCommand(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ClientPacketListenerMixin from mod crittersandcompanions->@Inject::handleAddMob(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ClientPacketListenerMixin from mod crittersandcompanions->@Inject::handleAddMob(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ClientPacketListenerMixin from mod crittersandcompanions->@Inject::handleAddMob(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkDeltaUpdate(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnChunkData(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLevelChunkWithLight(Lnet/minecraft/network/protocol/game/ClientboundLevelChunkWithLightPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onHandleLightUpdatePacket(Lnet/minecraft/network/protocol/game/ClientboundLightUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onQueueLightRemoval(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnBlockUpdate(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onOnPlayerSpawnPosition(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.846] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onCleanup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onCleanup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinClientPlayNetworkHandler from mod xaeroworldmap->@Inject::onCleanup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaeroworldmap.neoforge.mixins.json:MixinForgeClientPacketListener from mod xaeroworldmap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaeroworldmap.neoforge.mixins.json:MixinForgeClientPacketListener from mod xaeroworldmap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaeroworldmap.neoforge.mixins.json:MixinForgeClientPacketListener from mod xaeroworldmap->@Inject::onOnGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:ClientPacketListenerMixin from mod bclib->@Inject::bclib_onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:ClientPacketListenerMixin from mod bclib->@Inject::bclib_onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:ClientPacketListenerMixin from mod bclib->@Inject::bclib_onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: clutterbestiary.mixins.json:ClientPlayNetworkHandlerMixin from mod clutterbestiary->@Inject::onPlaySpawnSound(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: clutterbestiary.mixins.json:ClientPlayNetworkHandlerMixin from mod clutterbestiary->@Inject::onPlaySpawnSound(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: clutterbestiary.mixins.json:ClientPlayNetworkHandlerMixin from mod clutterbestiary->@Inject::onPlaySpawnSound(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ClientPacketListenerMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsUpdated(Lnet/minecraft/network/protocol/common/ClientboundUpdateTagsPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ClientPacketListenerMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsUpdated(Lnet/minecraft/network/protocol/common/ClientboundUpdateTagsPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ClientPacketListenerMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsUpdated(Lnet/minecraft/network/protocol/common/ClientboundUpdateTagsPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/protocol/game/ClientboundRespawnPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/protocol/game/ClientboundRespawnPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/protocol/game/ClientboundRespawnPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onGameJoin(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fabric-lifecycle-events-v1.client.mixins.json:ClientPlayNetworkHandlerMixin from mod fabric_lifecycle_events_v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaerolib.mixins.json:MixinClientPacketListener from mod xaerolib->@Inject::onHandleInitializeBorder(Lnet/minecraft/network/protocol/game/ClientboundInitializeBorderPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaerolib.mixins.json:MixinClientPacketListener from mod xaerolib->@Inject::onHandleInitializeBorder(Lnet/minecraft/network/protocol/game/ClientboundInitializeBorderPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: xaerolib.mixins.json:MixinClientPacketListener from mod xaerolib->@Inject::onHandleInitializeBorder(Lnet/minecraft/network/protocol/game/ClientboundInitializeBorderPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientPlayNetHandlerMixin from mod farsight_view->@Inject::onChunkUnload(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_sendChat_FancyMenu(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_sendChat_FancyMenu(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_sendChat_FancyMenu(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoUpdate_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoUpdate_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoUpdate_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoRemove_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoRemovePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoRemove_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoRemovePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::before_handlePlayerInfoRemove_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerInfoRemovePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillEnsureThread_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillEnsureThread_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillEnsureThread_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillSetScreen_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillSetScreen_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinClientPacketListener from mod fancymenu->@Inject::after_handlePlayerCombatKillSetScreen_FancyMenu(Lnet/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:ClientPacketListenerMixin from mod creeperoverhaul->@Inject::onPlayerJoin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:ClientPacketListenerMixin from mod creeperoverhaul->@Inject::onPlayerJoin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:ClientPacketListenerMixin from mod creeperoverhaul->@Inject::onPlayerJoin(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: presencefootsteps.mixin.json:MClientPlayNetworkHandler from mod presencefootsteps->@Inject::onHandleSoundEffect(Lnet/minecraft/network/protocol/game/ClientboundSoundPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: smoothmovement.mixins.json:time.GametimePacketListenerMixin from mod smoothmovement->@Inject::onSetGameTime(Lnet/minecraft/network/protocol/game/ClientboundSetTimePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: smoothmovement.mixins.json:time.GametimePacketListenerMixin from mod smoothmovement->@Inject::onSetGameTime(Lnet/minecraft/network/protocol/game/ClientboundSetTimePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: smoothmovement.mixins.json:time.GametimePacketListenerMixin from mod smoothmovement->@Inject::onSetGameTime(Lnet/minecraft/network/protocol/game/ClientboundSetTimePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.847] [Render thread/DEBUG] [mixin/]: smoothmovement.mixins.json:time.GametimePacketListenerMixin from mod smoothmovement->@Inject::onSetGameTime(Lnet/minecraft/network/protocol/game/ClientboundSetScorePacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:42.875] [Render thread/DEBUG] [mixin/]: Mixing ClientCommonNetworkHandlerAccessor from clutterbestiary.mixins.json into net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl +[07мая2026 22:07:42.876] [Render thread/DEBUG] [mixin/]: Mixing ClientCommonNetworkHandlerMixin from fabric-networking-api-v1.client.mixins.json into net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl +[07мая2026 22:07:42.876] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:ClientCommonNetworkHandlerMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.876] [Render thread/DEBUG] [mixin/]: Mixing ClientCommonNetworkHandlerAccessor from owo.mixins.json into net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl +[07мая2026 22:07:42.876] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ClientCommonNetworkHandlerAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.877] [Render thread/DEBUG] [mixin/]: Mixing network.MixinClientCommonNetworkHandler from c2me-base.mixins.json into net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl +[07мая2026 22:07:42.880] [Render thread/DEBUG] [mixin/]: c2me-base.mixins.json:network.MixinClientCommonNetworkHandler from mod c2me_base->@Inject::onCustomPayloadMinecraftRegister(Lnet/minecraft/network/protocol/common/ClientboundCustomPayloadPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.880] [Render thread/DEBUG] [mixin/]: c2me-base.mixins.json:network.MixinClientCommonNetworkHandler from mod c2me_base->@Inject::onCustomPayloadMinecraftRegister(Lnet/minecraft/network/protocol/common/ClientboundCustomPayloadPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.880] [Render thread/DEBUG] [mixin/]: c2me-base.mixins.json:network.MixinClientCommonNetworkHandler from mod c2me_base->@Inject::onCustomPayloadMinecraftRegister(Lnet/minecraft/network/protocol/common/ClientboundCustomPayloadPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.913] [Render thread/DEBUG] [mixin/]: Mixing texture.AnimationMetadataSectionAccessor from mixins.iris.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSection +[07мая2026 22:07:42.913] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.AnimationMetadataSectionAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.913] [Render thread/DEBUG] [mixin/]: Mixing AnimationMetadataSectionMixin from polytone-common.mixins.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSection +[07мая2026 22:07:42.917] [Render thread/DEBUG] [mixin/]: Mixing AnimationMetadataSectionSerializerMixin from polytone-common.mixins.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSectionSerializer +[07мая2026 22:07:42.917] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$polytone$addWorldTimeTextureData$0(Lnet/minecraft/client/resources/metadata/animation/AnimationMetadataSection;Lnet/mehvahdjukaar/polytone/texture/IDeltaProvider;)V to mdd85188$polytone$lambda$polytone$addWorldTimeTextureData$0$0 in polytone-common.mixins.json:AnimationMetadataSectionSerializerMixin from mod polytone +[07мая2026 22:07:42.924] [Render thread/DEBUG] [mixin/]: Mixing MixinSpriteIdentifier from entity_texture_features.mixins.json into net.minecraft.client.resources.model.Material +[07мая2026 22:07:42.924] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinSpriteIdentifier from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:42.927] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinSpriteIdentifier from mod entity_texture_features->@Inject::etf$modifyIfRequired(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.964] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.OptionsMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.Options +[07мая2026 22:07:42.964] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.OptionsMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.965] [Render thread/DEBUG] [mixin/]: Mixing MixinOptions_Entrypoint from mixins.iris.json into net.minecraft.client.Options +[07мая2026 22:07:42.965] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.965] [Render thread/DEBUG] [mixin/]: Mixing OptionsMixin from fancytoasts.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.965] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:OptionsMixin from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:42.966] [Render thread/DEBUG] [mixin/]: Mixing core.OptionsMixin from super_resolution.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.966] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.OptionsMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.966] [Render thread/DEBUG] [mixin/]: Mixing OptionsMixin from kubejs.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.966] [Render thread/DEBUG] [mixin/]: Mixing GameOptionsMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.966] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:GameOptionsMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: Mixing ClientOptionsMixin from farsight.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientOptionsMixin from mod farsight_view: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$3(Ljava/lang/Object;)V to mdd85188$farsight_view$lambda$onInit$3$0 in farsight.mixins.json:ClientOptionsMixin from mod farsight_view +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$2(Lnet/minecraft/network/chat/Component;Ljava/lang/Object;)Lnet/minecraft/network/chat/Component; to mdd85188$farsight_view$lambda$onInit$2$1 in farsight.mixins.json:ClientOptionsMixin from mod farsight_view +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$1(Ljava/lang/Object;)V to mdd85188$farsight_view$lambda$onInit$1$2 in farsight.mixins.json:ClientOptionsMixin from mod farsight_view +[07мая2026 22:07:42.973] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(Lnet/minecraft/network/chat/Component;Ljava/lang/Object;)Lnet/minecraft/network/chat/Component; to mdd85188$farsight_view$lambda$onInit$0$3 in farsight.mixins.json:ClientOptionsMixin from mod farsight_view +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinOptions from fancymenu.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinOptions from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: Mixing client.MixinOptions from fancymenu.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinOptions from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: Mixing mc.OptionsMixin from colorwheel.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.976] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:42.977] [Render thread/DEBUG] [mixin/]: Mixing OptionsMixin from flywheel.backend.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.977] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinOptions_CloudsOverride from mixins.iris.json into net.minecraft.client.Options +[07мая2026 22:07:42.977] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:42.977] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$overrideCloudsType$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mdd85188$iris$lambda$iris$overrideCloudsType$0$4 in mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris +[07мая2026 22:07:42.978] [Render thread/DEBUG] [mixin/]: Mixing MixinGameOptions from c2me-client-uncapvd.mixins.json into net.minecraft.client.Options +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:OptionsMixin from mod fancytoasts->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:OptionsMixin from mod fancytoasts->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:OptionsMixin from mod fancytoasts->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.OptionsMixin from mod super_resolution->@Inject::overwriteGraphicsMode(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:OptionsMixin from mod kubejs->@Inject::loadKJS(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:OptionsMixin from mod kubejs->@Inject::loadKJS(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:OptionsMixin from mod kubejs->@Inject::loadKJS(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.985] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:GameOptionsMixin from mod fabric_resource_loader_v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:GameOptionsMixin from mod fabric_resource_loader_v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:GameOptionsMixin from mod fabric_resource_loader_v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientOptionsMixin from mod farsight_view->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientOptionsMixin from mod farsight_view->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: farsight.mixins.json:ClientOptionsMixin from mod farsight_view->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinOptions from mod fancymenu->@Inject::after_getMenuBackgroundBlurriness_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.OptionsMixin from mod colorwheel->@Inject::colorwheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:OptionsMixin from mod flywheel->@Inject::flywheel$onSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris->@Inject::iris$overrideCloudsType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::beforeSendSettings(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::beforeSendSettings(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:42.986] [Render thread/DEBUG] [mixin/]: c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd->@Inject::beforeSendSettings(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:42.995] [Render thread/DEBUG] [mixin/]: Mixing MixinNeoforgeToggleKeyMapping from xaerohud.neoforge.mixins.json into net.minecraft.client.ToggleKeyMapping +[07мая2026 22:07:42.995] [Render thread/DEBUG] [mixin/]: xaerohud.neoforge.mixins.json:MixinNeoforgeToggleKeyMapping from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.003] [Render thread/DEBUG] [mixin/]: Mixing core.accessor.OptionInstanceAccessor from super_resolution.mixins.json into net.minecraft.client.OptionInstance +[07мая2026 22:07:43.003] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.accessor.OptionInstanceAccessor from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.003] [Render thread/DEBUG] [mixin/]: Mixing OptionInstanceAccessor from yacl.mixins.json into net.minecraft.client.OptionInstance +[07мая2026 22:07:43.003] [Render thread/DEBUG] [mixin/]: yacl.mixins.json:OptionInstanceAccessor from mod yet_another_config_lib_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.003] [Render thread/DEBUG] [mixin/]: Mixing ISimpleOption from c2me-client-uncapvd.mixins.json into net.minecraft.client.OptionInstance +[07мая2026 22:07:43.009] [Render thread/DEBUG] [mixin/]: Mixing client.MixinCycleButton from fancymenu.mixins.json into net.minecraft.client.gui.components.CycleButton +[07мая2026 22:07:43.009] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCycleButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.015] [Render thread/DEBUG] [mixin/]: Mixing accessor.TooltipAccessor from entity_texture_features.mixins.json into net.minecraft.client.gui.components.Tooltip +[07мая2026 22:07:43.015] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:accessor.TooltipAccessor from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:43.020] [Render thread/DEBUG] [mixin/]: Mixing ui.SliderWidgetMixin from owo.mixins.json into net.minecraft.client.gui.components.AbstractSliderButton +[07мая2026 22:07:43.020] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.SliderWidgetMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:43.022] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinAbstractSliderButton from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractSliderButton +[07мая2026 22:07:43.022] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinAbstractSliderButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.022] [Render thread/DEBUG] [mixin/]: Mixing client.MixinAbstractSliderButton from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractSliderButton +[07мая2026 22:07:43.022] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.023] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeSliderFancyMenu$1(Lde/keksuccino/fancymenu/util/rendering/ui/widget/CustomizableWidget;Ljava/lang/Boolean;)V to mdd85188$fancymenu$lambda$initializeSliderFancyMenu$1$0 in fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu +[07мая2026 22:07:43.023] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeSliderFancyMenu$0()V to mdd85188$fancymenu$lambda$initializeSliderFancyMenu$0$1 in fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu +[07мая2026 22:07:43.033] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.SliderWidgetMixin from mod owo->@Inject::makeItSnappyTeam(DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.033] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu->@Inject::beforeRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.033] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu->@Inject::beforeRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.033] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSliderButton from mod fancymenu->@Inject::beforeRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.055] [Render thread/DEBUG] [mixin/]: Mixing ChatHudAccessor from chatimpressiveanimation.mixins.json into net.minecraft.client.gui.components.ChatComponent +[07мая2026 22:07:43.055] [Render thread/DEBUG] [mixin/]: Mixing ChatHudMixin from chatimpressiveanimation.mixins.json into net.minecraft.client.gui.components.ChatComponent +[07мая2026 22:07:43.058] [Render thread/DEBUG] [mixin/]: Mixing ui.MentionSoundEffect from sounds.mixins.json into net.minecraft.client.gui.components.ChatComponent +[07мая2026 22:07:43.060] [Render thread/DEBUG] [mixin/]: Mixing client.ChatComponentMixin from quark.mixins.json into net.minecraft.client.gui.components.ChatComponent +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderStart(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderStart(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderStart(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::onRenderEnd(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::addMessage(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::addMessage(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: chatimpressiveanimation.mixins.json:ChatHudMixin from mod chatimpressiveanimation->@Inject::addMessage(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$cooldown_period(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$cooldown_period(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.066] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$cooldown_period(Lnet/minecraft/client/gui/GuiGraphics;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.067] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$mention_recieve_sound_effect(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.067] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$mention_recieve_sound_effect(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.067] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.MentionSoundEffect from mod sounds->@Inject::$mention_recieve_sound_effect(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/MessageSignature;Lnet/minecraft/client/GuiMessageTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.078] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.tutorial.TutorialStepsMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.tutorial.TutorialSteps +[07мая2026 22:07:43.078] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.tutorial.TutorialStepsMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.080] [Render thread/DEBUG] [mixin/]: Mixing tick.MixinTutorial from forge-badoptimizations.mixins.json into net.minecraft.client.tutorial.Tutorial +[07мая2026 22:07:43.080] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinTutorial from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.081] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:tick.MixinTutorial from mod badoptimizations->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.091] [Render thread/DEBUG] [mixin/]: Mixing AccessInputConstantsKey from controlling.mixins.json into com.mojang.blaze3d.platform.InputConstants$Key +[07мая2026 22:07:43.091] [Render thread/DEBUG] [mixin/]: controlling.mixins.json:AccessInputConstantsKey from mod controlling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.091] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method controlling$getNAME_MAP()Ljava/util/Map; to getNAME_MAP$controlling_$md$d85188$0 in controlling.mixins.json:AccessInputConstantsKey from mod controlling +[07мая2026 22:07:43.094] [Render thread/DEBUG] [mixin/]: Mixing com.mojang.blaze3d.platform.InputConstantsMixin from mixins.redirected_neoforge_1.21.1.json into com.mojang.blaze3d.platform.InputConstants +[07мая2026 22:07:43.094] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:com.mojang.blaze3d.platform.InputConstantsMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.101] [Render thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/client/KeyMapping$Anonymous$f79152dc40d649aab5a7870f499dc383 (originally org/sinytra/connector/mod/mixin/client/KeyMappingMixin$1) +[07мая2026 22:07:43.110] [Render thread/DEBUG] [mixin/]: Mixing CameraTypeMixin from spyglass_improvements.common.mixins.json into net.minecraft.client.CameraType +[07мая2026 22:07:43.123] [Render thread/DEBUG] [mixin/]: Mixing iris.UpdateCheckerMixin from smsn.mixins.json into net.irisshaders.iris.UpdateChecker +[07мая2026 22:07:43.125] [Render thread/DEBUG] [mixin/]: smsn.mixins.json:iris.UpdateCheckerMixin from mod smsn->@Inject::checkForUpdates(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.169] [Render thread/INFO] [Fancy Toasts/KeyBindingRegistry/]: Registered: key.fancytoasts.config_menu +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/vanilla.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/nature.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/og.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/modern.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/steamy.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/terracraft.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/landspaper.png +[07мая2026 22:07:43.173] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/neon.png +[07мая2026 22:07:43.177] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/standard +[07мая2026 22:07:43.178] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/playful +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/quirky +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/oldlike +[07мая2026 22:07:43.180] [Render thread/WARN] [Fancy Toasts/KeyBindingRegistry/]: key.fancytoasts.config_menu already exists, could not add +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/KeyBindingRegistry/]: Returned extended keys +[07мая2026 22:07:43.184] [Render thread/INFO] [com.cupboard.Cupboard/]: Loaded config for: farsight.json +[07мая2026 22:07:43.245] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.block.model.BlockModelGuiLightMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.block.model.BlockModel$GuiLight +[07мая2026 22:07:43.246] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.block.model.BlockModelGuiLightMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.247] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.resources.sounds.SoundTypeMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.resources.sounds.Sound$Type +[07мая2026 22:07:43.247] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.resources.sounds.SoundTypeMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.252] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackProfileMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.server.packs.repository.Pack +[07мая2026 22:07:43.252] [Render thread/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:ResourcePackProfileMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.253] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackProfileMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.packs.repository.Pack +[07мая2026 22:07:43.253] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.253] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/util/Set;)Z to mdd85188$fabric_resource_loader_v0$lambda$static$0$0 in fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0 +[07мая2026 22:07:43.256] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0->@Inject::onInit(Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;Lnet/minecraft/server/packs/repository/Pack$Metadata;Lnet/minecraft/server/packs/PackSelectionConfig;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.256] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0->@Inject::onInit(Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;Lnet/minecraft/server/packs/repository/Pack$Metadata;Lnet/minecraft/server/packs/PackSelectionConfig;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:43.256] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0->@Inject::onInit(Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;Lnet/minecraft/server/packs/repository/Pack$Metadata;Lnet/minecraft/server/packs/PackSelectionConfig;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:43.256] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric_resource_loader_v0->@Inject::onCreateResourcePack(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.305] [Render thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/network/chat/ComponentSerialization$Anonymous$17293a4c81ff42dd8b255547649c65db (originally io/wispforest/owo/mixin/text/TextCodecsMixin$1) +[07мая2026 22:07:43.322] [Render thread/DEBUG] [mixin/]: Mixing CollectionTagMixin from kubejs.mixins.json into net.minecraft.nbt.CollectionTag +[07мая2026 22:07:43.353] [Render thread/DEBUG] [mixin/]: Mixing core.GLXMixin from super_resolution.mixins.json into com.mojang.blaze3d.platform.GLX +[07мая2026 22:07:43.353] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.GLXMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.354] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.GLXMixin from mod super_resolution->@Inject::detectSupportedVersions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:43.356] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[07мая2026 22:07:43.357] [Render thread/DEBUG] [mixin/]: Mixing impl.borderless.BorderlessWindowMixin from mixins.sodiumextras.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.357] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.borderless.BorderlessWindowMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.358] [Render thread/DEBUG] [mixin/]: Mixing impl.borderless.accessors.MainWindowAccessor from mixins.sodiumextras.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.358] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.borderless.accessors.MainWindowAccessor from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.358] [Render thread/DEBUG] [mixin/]: Mixing core.WindowMixin from sodium-common.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.358] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.359] [Render thread/DEBUG] [mixin/]: Mixing workarounds.context_creation.WindowMixin from sodium-common.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.359] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:workarounds.context_creation.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.363] [Render thread/DEBUG] [mixin/]: Mixing core.ForceOpenGLVersion_WindowMixin from super_resolution.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.363] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.ForceOpenGLVersion_WindowMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.363] [Render thread/DEBUG] [mixin/]: Mixing core.WindowMixin from super_resolution.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.363] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: Mixing core.MixinWindow from immediatelyfast-common.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinWindow from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: Mixing WindowMixin from kubejs.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: Mixing workarounds.WindowAccessor from ixeris.mixins.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: Mixing MixinWindow from mixins.iris.json into com.mojang.blaze3d.platform.Window +[07мая2026 22:07:43.365] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinWindow from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::postContextReady(Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::preSwapBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getScreenWidth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getScreenHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getGuiScaledWidth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getGuiScaledHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getFramebufferWidth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getFramebufferHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::getScaleFactor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::onFramebufferSizeChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.372] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::onUpdateFramebufferSize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.373] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.WindowMixin from mod super_resolution->@Inject::onUpdateFramebuff0erSize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.373] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinWindow from mod immediatelyfast->@Inject::initImmediatelyFast(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.373] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinWindow from mod immediatelyfast->@Inject::endFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.373] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinWindow from mod iris->@Inject::iris$enableDebugContext(Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.547] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.6 +[07мая2026 22:07:43.591] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.5 +[07мая2026 22:07:43.618] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.3 +[07мая2026 22:07:43.665] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.2 +[07мая2026 22:07:43.710] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.1 +[07мая2026 22:07:43.711] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 最高OpenGL版本 4.6 +[07мая2026 22:07:43.819] [Render thread/DEBUG] [mixin/]: Mixing feature.branding.BrandingControlMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.internal.BrandingControl +[07мая2026 22:07:43.820] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.branding.BrandingControlMixin from mod modernfix->@Inject::addModernFixBranding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/google/common/collect/ImmutableList$Builder;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.840] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: NVIDIA Corporation +[07мая2026 22:07:43.841] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2 +[07мая2026 22:07:43.841] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6.0 NVIDIA 596.36 +[07мая2026 22:07:43.846] [Render thread/INFO] [Sodium-NvidiaWorkarounds/]: Modifying OpenGL context to apply workarounds for the NVIDIA graphics driver... +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: mixins.iris.json:GlStateManagerAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getBLEND()Lcom/mojang/blaze3d/platform/GlStateManager$BlendState; to getBLEND$iris_$md$d85188$0 in mixins.iris.json:GlStateManagerAccessor from mod iris +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getCOLOR_MASK()Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask; to getCOLOR_MASK$iris_$md$d85188$1 in mixins.iris.json:GlStateManagerAccessor from mod iris +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getDEPTH()Lcom/mojang/blaze3d/platform/GlStateManager$DepthState; to getDEPTH$iris_$md$d85188$2 in mixins.iris.json:GlStateManagerAccessor from mod iris +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getActiveTexture()I to getActiveTexture$iris_$md$d85188$3 in mixins.iris.json:GlStateManagerAccessor from mod iris +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getTEXTURES()[Lcom/mojang/blaze3d/platform/GlStateManager$TextureState; to getTEXTURES$iris_$md$d85188$4 in mixins.iris.json:GlStateManagerAccessor from mod iris +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_BlendOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.884] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.885] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_DepthColorOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.885] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.894] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_FramebufferBinding from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.894] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.895] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.895] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.895] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to mdd85188$iris$lambda$static$0$5 in mixins.iris.json:statelisteners.MixinGlStateManager from mod iris +[07мая2026 22:07:43.895] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.895] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.896] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerMixin from gnetum.mixins.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.896] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:GlStateManagerMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:43.897] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerMixin from flywheel.backend.mixins.json into com.mojang.blaze3d.platform.GlStateManager +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendDisableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendEnableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncLock(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncSeparateLock(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$colorMaskLock(ZZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$depthMaskLock(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$resetTessellation(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind2(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.906] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$trackFramebufferDelete(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFunc(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFuncSeparate(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onTexImage2D(IIIIIIIILjava/nio/IntBuffer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTexture(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTextures([ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:GlStateManagerMixin from mod gnetum->@Inject::gnetum$bindFramebuffer(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:GlStateManagerMixin from mod gnetum->@Inject::gnetum$blendFunc(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:GlStateManagerMixin from mod gnetum->@Inject::gnetum$blendFuncSeparate(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:GlStateManagerMixin from mod flywheel->@Inject::flywheel$onBindBuffer(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:GlStateManagerMixin from mod flywheel->@Inject::flywheel$onBindVertexArray(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:GlStateManagerMixin from mod flywheel->@Inject::flywheel$onUseProgram(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.907] [Render thread/DEBUG] [mixin/]: flywheel.backend.mixins.json:GlStateManagerMixin from mod flywheel->@Inject::flywheel$onSetupLevelDiffuseLighting(Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:43.913] [Render thread/DEBUG] [mixin/]: Mixing MixinBooleanState from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[07мая2026 22:07:43.914] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.914] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.BooleanStateAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[07мая2026 22:07:43.914] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.BooleanStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:43.915] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris->@Inject::iris$setUnknownState(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:43.967] [Render thread/INFO] [ImmediatelyFast/]: Initializing ImmediatelyFast 1.6.10+1.21.1 on NVIDIA GeForce RTX 3060/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 4.6.0 NVIDIA 596.36 +[07мая2026 22:07:43.967] [Render thread/INFO] [ImmediatelyFast/]: Found Iris 1.8.12-snapshot+mc1.21.1-local. Enabling compatibility. +[07мая2026 22:07:44.063] [Render thread/DEBUG] [mixin/]: Mixing PathPackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.PathPackResources +[07мая2026 22:07:44.063] [Render thread/DEBUG] [mixin/]: Mixing perf.resourcepacks.PathPackResourcesMixin from modernfix-modernfix.mixins.json into net.minecraft.server.packs.PathPackResources +[07мая2026 22:07:44.064] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$generateResourceCache$0(Lnet/minecraft/server/packs/PackType;)Ljava/nio/file/Path; to mdd85188$modernfix$lambda$generateResourceCache$0$0 in modernfix-modernfix.mixins.json:perf.resourcepacks.PathPackResourcesMixin from mod modernfix +[07мая2026 22:07:44.065] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.resourcepacks.PathPackResourcesMixin from mod modernfix->@Inject::cacheResources(Lnet/minecraft/server/packs/PackLocationInfo;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.066] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.resourcepacks.PathPackResourcesMixin from mod modernfix->@Inject::cacheResources(Lnet/minecraft/server/packs/PackLocationInfo;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.066] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.resourcepacks.PathPackResourcesMixin from mod modernfix->@Inject::cacheResources(Lnet/minecraft/server/packs/PackLocationInfo;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: Mixing features.textures.NativeImageAccessor from sodium-common.mixins.json into com.mojang.blaze3d.platform.NativeImage +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.NativeImageAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: Mixing NativeImageAccessor from particular.mixins.json into com.mojang.blaze3d.platform.NativeImage +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: particular.mixins.json:NativeImageAccessor from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: Mixing client.NativeImageAccessor from watut.mixins.json into com.mojang.blaze3d.platform.NativeImage +[07мая2026 22:07:44.072] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getPixels()J in com.mojang.blaze3d.platform.NativeImage was not merged +[07мая2026 22:07:44.093] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerAccessor from balm.neoforge.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.093] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerMixin from supplementaries-common.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.093] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.094] [Render thread/DEBUG] [mixin/]: Mixing MouseMixin from emi.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.095] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.099] [Render thread/DEBUG] [mixin/]: Mixing client.TipsyMouseHandlerMixin from brewinandchewin.neoforge.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.103] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinMouseHandler from konkrete.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.103] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinMouseHandler from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.103] [Render thread/DEBUG] [mixin/]: Mixing client.MixinMouseHandler from konkrete.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.103] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.105] [Render thread/DEBUG] [mixin/]: Mixing MouseMixin from spyglass_improvements.neoforge.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.106] [Render thread/DEBUG] [mixin/]: Mixing client.MouseHandlerMixin from controllable.common.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.106] [Render thread/DEBUG] [mixin/]: Mixing client.MouseHelperMixin from controllable.common.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.107] [Render thread/DEBUG] [mixin/]: Mixing ui.layers.MouseMixin from owo.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.107] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.layers.MouseMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:44.107] [Render thread/DEBUG] [mixin/]: Mixing client.MouseHandlerMixin from ichunutil.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.107] [Render thread/DEBUG] [mixin/]: ichunutil.mixins.json:client.MouseHandlerMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.108] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerAccessor from ixeris.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.108] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerMixin from ixeris.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.108] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ixeris$wrapReleaseMouse$1()V to mdd85188$ixeris$lambda$ixeris$wrapReleaseMouse$1$0 in ixeris.mixins.json:MouseHandlerMixin from mod ixeris +[07мая2026 22:07:44.108] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ixeris$wrapGrabMouse$0()V to mdd85188$ixeris$lambda$ixeris$wrapGrabMouse$0$1 in ixeris.mixins.json:MouseHandlerMixin from mod ixeris +[07мая2026 22:07:44.109] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerAccessor from creativecore.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.109] [Render thread/DEBUG] [mixin/]: Mixing client.MixinMouseHandler from fancymenu.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.109] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.114] [Render thread/DEBUG] [mixin/]: Mixing client.MixinNeoForgeMouseHandler from fancymenu.neoforge.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.114] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeMouseHandler from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.116] [Render thread/DEBUG] [mixin/]: Mixing accessor.MouseHandlerAccessor from create.mixins.json into net.minecraft.client.MouseHandler +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries->@Inject::supp$onMoveMouse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries->@Inject::supp$onMoveMouse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries->@Inject::supp$onMoveMouse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseDown(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseUp(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseDragged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseDragged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseDragged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: emi.mixins.json:MouseMixin from mod emi->@Inject::onMouseScrolled(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: brewinandchewin.neoforge.mixins.json:client.TipsyMouseHandlerMixin from mod brewinandchewin->@Inject::brewinandchewin$resetSmoothTurn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: brewinandchewin.neoforge.mixins.json:client.TipsyMouseHandlerMixin from mod brewinandchewin->@Inject::brewinandchewin$resetSmoothTurn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: brewinandchewin.neoforge.mixins.json:client.TipsyMouseHandlerMixin from mod brewinandchewin->@Inject::brewinandchewin$resetSmoothTurn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::beforeOnScroll_Konkrete(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::beforeOnScroll_Konkrete(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::beforeOnScroll_Konkrete(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::headOnPress_Konkrete(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::headOnPress_Konkrete(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinMouseHandler from mod konkrete->@Inject::headOnPress_Konkrete(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: spyglass_improvements.neoforge.mixins.json:MouseMixin from mod spyglass_improvements->@Inject::onScroll(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: controllable.common.mixins.json:client.MouseHandlerMixin from mod controllable->@Inject::controllableOnMouseMoved(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.135] [Render thread/DEBUG] [mixin/]: controllable.common.mixins.json:client.MouseHandlerMixin from mod controllable->@Inject::controllableOnMouseMoved(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: controllable.common.mixins.json:client.MouseHandlerMixin from mod controllable->@Inject::controllableOnMouseMoved(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: controllable.common.mixins.json:client.MouseHelperMixin from mod controllable->@Inject::controllableBeforeUpdateLook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: controllable.common.mixins.json:client.MouseHelperMixin from mod controllable->@Inject::controllableGrabCursor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: ichunutil.mixins.json:client.MouseHandlerMixin from mod ichunutil->@Inject::ichunutil$onScroll(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::beforeMouseScrollScreenFancyMenu(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::afterMouseScrollScreenFancyMenu(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::afterMouseScrollScreenFancyMenu(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::afterMouseScrollScreenFancyMenu(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::headOnPressFancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::headOnPressFancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::headOnPressFancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::triggerMouseButtonListeners_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMouseHandler from mod fancymenu->@Inject::before_Screen_mouseMoved_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeMouseHandler from mod fancymenu->@Inject::before_getScreenWidth_in_onPress_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeMouseHandler from mod fancymenu->@Inject::before_getScreenWidth_in_onPress_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.136] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeMouseHandler from mod fancymenu->@Inject::before_getScreenWidth_in_onPress_FancyMenu(JIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.148] [Render thread/DEBUG] [mixin/]: Mixing impl.borderless.KeyboardF11Mixin from mixins.sodiumextras.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.148] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.borderless.KeyboardF11Mixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.149] [Render thread/DEBUG] [mixin/]: Mixing KeyboardHandlerMixin from supplementaries-common.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.149] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:KeyboardHandlerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.149] [Render thread/DEBUG] [mixin/]: Mixing KeyboardMixin from emi.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.149] [Render thread/DEBUG] [mixin/]: emi.mixins.json:KeyboardMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.151] [Render thread/DEBUG] [mixin/]: Mixing client.MixinKeyboardHandler from konkrete.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.151] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.151] [Render thread/DEBUG] [mixin/]: Mixing KeyboardHandlerMixin from kubejs.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.152] [Render thread/DEBUG] [mixin/]: Mixing ui.layers.KeyboardMixin from owo.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.152] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.layers.KeyboardMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:44.152] [Render thread/DEBUG] [mixin/]: Mixing client.MixinKeyboardHandler from fancymenu.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.152] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.153] [Render thread/DEBUG] [mixin/]: Mixing client.MixinNeoForgeKeyboardHandler from fancymenu.neoforge.mixins.json into net.minecraft.client.KeyboardHandler +[07мая2026 22:07:44.153] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.borderless.KeyboardF11Mixin from mod sodiumextras->@Inject::redirect$handleFullScreenToggle(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:KeyboardHandlerMixin from mod supplementaries->@Inject::supp$onKeyPressCancellable(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: emi.mixins.json:KeyboardMixin from mod emi->@Inject::onKey(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: emi.mixins.json:KeyboardMixin from mod emi->@Inject::onChar(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::afterScreenKeyPress_Konkrete(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::afterScreenKeyPress_Konkrete(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::afterScreenKeyPress_Konkrete(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: konkrete.mixins.json:client.MixinKeyboardHandler from mod konkrete->@Inject::beforeCharTyped_Konkrete(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:KeyboardHandlerMixin from mod kubejs->@Inject::reloadResources(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:KeyboardHandlerMixin from mod kubejs->@Inject::reloadResources(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: kubejs.mixins.json:KeyboardHandlerMixin from mod kubejs->@Inject::reloadResources(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.162] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinKeyboardHandler from mod fancymenu->@Inject::triggerKeyListeners_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_wrapScreenError_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_wrapScreenError_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_wrapScreenError_FancyMenu(JIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_charCount_FancyMenu(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_charCount_FancyMenu(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.163] [Render thread/DEBUG] [mixin/]: fancymenu.neoforge.mixins.json:client.MixinNeoForgeKeyboardHandler from mod fancymenu->@Inject::before_charCount_FancyMenu(JIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.414] [Render thread/DEBUG] [mixin/]: Mixing core.GlDebugMixin from super_resolution.mixins.json into com.mojang.blaze3d.platform.GlDebug +[07мая2026 22:07:44.414] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.GlDebugMixin from mod super_resolution: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:44.414] [Render thread/DEBUG] [mixin/]: Mixing core.MixinGlDebug from immediatelyfast-common.mixins.json into com.mojang.blaze3d.platform.GlDebug +[07мая2026 22:07:44.414] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinGlDebug from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.416] [Render thread/DEBUG] [mixin/]: super_resolution.mixins.json:core.GlDebugMixin from mod super_resolution->@Inject::printGlErrorStackTrace(IIIIIJJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.443] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[07мая2026 22:07:44.447] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[07мая2026 22:07:44.469] [Render thread/INFO] [Iris/]: Shaders are disabled because no valid shaderpack is selected +[07мая2026 22:07:44.469] [Render thread/INFO] [colorwheel/]: Is OIT supported: true +[07мая2026 22:07:44.503] [Render thread/DEBUG] [mixin/]: Mixing bugfix.concurrency.ReloadableResourceManagerMixin from modernfix-modernfix.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager +[07мая2026 22:07:44.503] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$checkCallingThread$0(Lnet/minecraft/server/packs/resources/PreparableReloadListener;)V to mdd85188$modernfix$lambda$checkCallingThread$0$0 in modernfix-modernfix.mixins.json:bugfix.concurrency.ReloadableResourceManagerMixin from mod modernfix +[07мая2026 22:07:44.504] [Render thread/DEBUG] [mixin/]: Mixing ReloadableResourceManagerImplAccessor from continuity.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager +[07мая2026 22:07:44.504] [Render thread/DEBUG] [mixin/]: Mixing client.ReloadableResourceManagerMixin from blueprint.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager +[07мая2026 22:07:44.505] [Render thread/DEBUG] [mixin/]: Mixing ResourceManagerImplMixinArray from mixson.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager +[07мая2026 22:07:44.507] [Render thread/DEBUG] [mixin/]: Mixing ReloadableClientResourcesMixin from moonlight-common.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager +[07мая2026 22:07:44.507] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ReloadableClientResourcesMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.507] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$moonlight$clientDynamicPackEarlyReload$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Z)Lnet/minecraft/server/packs/resources/ReloadInstance; to mdd85188$moonlight$lambda$moonlight$clientDynamicPackEarlyReload$0$1 in moonlight-common.mixins.json:ReloadableClientResourcesMixin from mod moonlight +[07мая2026 22:07:44.513] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.ReloadableResourceManagerMixin from mod blueprint->@Inject::wrapResources(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.513] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.ReloadableResourceManagerMixin from mod blueprint->@Inject::wrapResources(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.513] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.ReloadableResourceManagerMixin from mod blueprint->@Inject::wrapResources(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.517] [Render thread/DEBUG] [mixin/]: Mixing client.MultiPackResourceManagerMixin from mindfuldarkness.common.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager +[07мая2026 22:07:44.518] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.MultiPackResourceManagerMixin from mod mindfuldarkness: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.518] [Render thread/DEBUG] [mixin/]: Mixing LifecycledResourceManagerImplMixin from continuity.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager +[07мая2026 22:07:44.519] [Render thread/DEBUG] [mixin/]: Mixing LifecycledResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager +[07мая2026 22:07:44.519] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.519] [Render thread/DEBUG] [mixin/]: Mixing MultiPackResourceManagerMixin from blueprint.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager +[07мая2026 22:07:44.520] [Render thread/DEBUG] [mixin/]: Mixing ResourceManagerImplMixinArray from mixson.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.MultiPackResourceManagerMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.MultiPackResourceManagerMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.MultiPackResourceManagerMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.MultiPackResourceManagerMixin from mod mindfuldarkness->@Inject::getResource(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:LifecycledResourceManagerImplMixin from mod continuity->@Inject::continuity$onTailInit(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:LifecycledResourceManagerImplMixin from mod continuity->@Inject::continuity$onTailInit(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:LifecycledResourceManagerImplMixin from mod continuity->@Inject::continuity$onTailInit(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric_resource_loader_v0->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric_resource_loader_v0->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric_resource_loader_v0->@Inject::init(Lnet/minecraft/server/packs/PackType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:MultiPackResourceManagerMixin from mod blueprint->@Inject::getRemoldedResource(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:MultiPackResourceManagerMixin from mod blueprint->@Inject::getRemoldedResourceStack(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:MultiPackResourceManagerMixin from mod blueprint->@Inject::listRemoldedResources(Ljava/lang/String;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.523] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:MultiPackResourceManagerMixin from mod blueprint->@Inject::listRemoldedResourceStacks(Ljava/lang/String;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.531] [Render thread/DEBUG] [mixin/]: Mixing LoadingErrorScreenMixin from crash_assistant.neoforge.mixins.json into net.neoforged.neoforge.client.gui.LoadingErrorScreen +[07мая2026 22:07:44.532] [Render thread/DEBUG] [mixin/]: crash_assistant.neoforge.mixins.json:LoadingErrorScreenMixin from mod crash_assistant: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:44.532] [Render thread/DEBUG] [mixin/]: crash_assistant.neoforge.mixins.json:LoadingErrorScreenMixin from mod crash_assistant->@Inject::OnErrorScreenInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.533] [Render thread/DEBUG] [mixin/]: crash_assistant.neoforge.mixins.json:LoadingErrorScreenMixin from mod crash_assistant->@Inject::OnErrorScreenInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.533] [Render thread/DEBUG] [mixin/]: crash_assistant.neoforge.mixins.json:LoadingErrorScreenMixin from mod crash_assistant->@Inject::OnErrorScreenInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.561] [Render thread/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 12 threads for parallel mod-loading +[07мая2026 22:07:44.588] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.aika.smsn.neoforge.SMSNNeoForge, dev.aika.smsn.neoforge.SMSNClientNeoForge] +[07мая2026 22:07:44.597] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [betterdays.BetterDaysNeoForge] +[07мая2026 22:07:44.598] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_fixes_worldgen_threading_issues +[07мая2026 22:07:44.599] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterdungeons.BetterDungeonsNeoForge] +[07мая2026 22:07:44.599] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.stackablepotions.StackablePotionsMain] +[07мая2026 22:07:44.599] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.runes.neoforge.NeoForgeMod] +[07мая2026 22:07:44.600] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.sodiumextras.SodiumExtras] +[07мая2026 22:07:44.602] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.faboslav.variantsandventures.neoforge.VariantsAndVenturesNeoForge] +[07мая2026 22:07:44.603] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.kosmx.playerAnim.forge.ForgeClientEvent] +[07мая2026 22:07:44.603] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.ishland.c2me.rewrites.chunk_serializer.TheMod] +[07мая2026 22:07:44.604] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering_fluids.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.605] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.critical_strike.neoforge.NeoForgeMod] +[07мая2026 22:07:44.606] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.606] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.betterx.betternether.BetterNether] +[07мая2026 22:07:44.607] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.lodestar.aileron.neoforge.AileronImpl] +[07мая2026 22:07:44.608] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_fixes_general_threading_issues +[07мая2026 22:07:44.608] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.corgitaco.featurerecycler.neoforge.FeatureRecyclerNeoForge] +[07мая2026 22:07:44.608] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.608] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.convention_tags_v1.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.609] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.client.ClientNeoForgeMod] +[07мая2026 22:07:44.615] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.embeddedt.modernfix.neoforge.init.ModernFixForge] +[07мая2026 22:07:44.616] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.convention_tags.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.617] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.block_view_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.617] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.command_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.617] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.yungsapi.YungsApiNeoForge] +[07мая2026 22:07:44.619] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.irisshaders.iris.platform.IrisForgeMod] +[07мая2026 22:07:44.620] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.tiny_config.neoforge.ExampleModNeoForge] +[07мая2026 22:07:44.620] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.terraformersmc.biolith.impl.BiolithInit] +[07мая2026 22:07:44.621] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.craftix.medievalend.MainEntrypointNeoforge] +[07мая2026 22:07:44.621] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.ishland.c2me.C2MEMod] +[07мая2026 22:07:44.622] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.pickupnotifier.neoforge.PickUpNotifierNeoForge, fuzs.pickupnotifier.neoforge.client.PickUpNotifierNeoForgeClient] +[07мая2026 22:07:44.623] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.blay09.mods.balm.neoforge.NeoForgeBalm, net.blay09.mods.balm.neoforge.client.NeoForgeBalmClient] +[07мая2026 22:07:44.625] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.screen_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.625] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [snownee.snow.util.CommonProxy] +[07мая2026 22:07:44.626] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.ishland.c2me.base.C2MEBaseMod] +[07мая2026 22:07:44.627] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [telepathicgrunt.structure_layout_optimizer.neoforge.entrypoints.Main] +[07мая2026 22:07:44.627] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.kostromdan.mods.crash_assistant.neoforge.CrashAssistantNeoForge] +[07мая2026 22:07:44.628] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterfortresses.BetterFortressesNeoForge] +[07мая2026 22:07:44.628] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.shedaniel.clothconfig.ClothConfigForge] +[07мая2026 22:07:44.628] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.sawmill.neoforge.SawmillModImpl] +[07мая2026 22:07:44.629] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.archers.neoforge.NeoForgeMod] +[07мая2026 22:07:44.630] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.supplementaries.neoforge.SupplementariesForge] +[07мая2026 22:07:44.631] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [agency.highlysuspect.autothirdperson.neo.NeoEntrypoint] +[07мая2026 22:07:44.632] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.maxhenkel.corpse.Main] +[07мая2026 22:07:44.633] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.armory.neoforge.NeoForgeMod] +[07мая2026 22:07:44.634] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [it.hurts.octostudios.immersiveui.neoforge.ImmersiveUINeoForge] +[07мая2026 22:07:44.634] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.game_rule_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.635] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.telepathicgrunt.repurposedstructures.neoforge.RepurposedStructuresNeoforge] +[07мая2026 22:07:44.636] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.spaceagle17.iris_shader_folder.IrisShaderFolder] +[07мая2026 22:07:44.637] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.bivrik.fancytoasts.FancyToasts] +[07мая2026 22:07:44.637] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for explorify +[07мая2026 22:07:44.637] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [alabaster.hearthandharvest.HearthAndHarvest] +[07мая2026 22:07:44.638] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.climaterivers.neoforge.ClimateRiversNeoForge, fuzs.climaterivers.neoforge.client.ClimateRiversNeoForgeClient] +[07мая2026 22:07:44.639] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamresourceful.resourcefulconfig.neoforge.ResourcefulConfigNeoForge] +[07мая2026 22:07:44.640] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.640] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_dfc +[07мая2026 22:07:44.640] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.blamejared.searchables.SearchablesNeoForge] +[07мая2026 22:07:44.640] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.threadtweak.ThreadTweak] +[07мая2026 22:07:44.641] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.641] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.github.steveplays28.noisium.neoforge.NoisiumNeoForge] +[07мая2026 22:07:44.642] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.huskuraft.effortless.neoforge.platform.NeoForgeInitializer] +[07мая2026 22:07:44.643] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.entity_events.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.643] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.athebyne.exclusions_lib.ExclusionsLib] +[07мая2026 22:07:44.643] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.644] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.wispforest.accessories.neoforge.AccessoriesForge, io.wispforest.accessories.neoforge.client.AccessoriesClientForge] +[07мая2026 22:07:44.644] [Render thread/DEBUG] [mixin/]: Mixing accessories.AccessoriesForgeMixin from curios.neoforge.mixins.json into io.wispforest.accessories.neoforge.AccessoriesForge +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosSlotLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosSlotLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosSlotLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosEntityLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosEntityLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.646] [Render thread/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesForgeMixin from mod cclayer->@Inject::cclayer$injectCuriosEntityLoaderFirst(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.649] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.aetherteam.cumulus.CumulusNeoForge] +[07мая2026 22:07:44.650] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [link.e4mc.neoforge.E4mcClientNeoForge] +[07мая2026 22:07:44.650] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.fallenbreath.conditionalmixin.neoforge.ConditionalMixinNeoForge] +[07мая2026 22:07:44.652] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.tr7zw.transition.TRansitionBootstrap] +[07мая2026 22:07:44.652] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterendisland.BetterEndIslandNeoForge] +[07мая2026 22:07:44.653] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.proplacer.neoforge.ProPlacerNeoForge, fuzs.proplacer.neoforge.client.ProPlacerNeoForgeClient] +[07мая2026 22:07:44.654] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering_data_attachment_v1.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.654] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.aetherteam.nitrogen.Nitrogen] +[07мая2026 22:07:44.656] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fr.rakambda.fallingtree.neoforge.FallingTree, fr.rakambda.fallingtree.neoforge.FallingTreeClient] +[07мая2026 22:07:44.657] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.tom.storagemod.StorageMod] +[07мая2026 22:07:44.658] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsNeoForge] +[07мая2026 22:07:44.659] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.despawntweaks.DespawnTweaks] +[07мая2026 22:07:44.659] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterjungletemples.BetterJungleTemplesNeoForge] +[07мая2026 22:07:44.659] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.client_tags_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.660] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.elytraslot.ElytraSlotNeoForgeMod] +[07мая2026 22:07:44.661] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [snownee.kiwi.Kiwi, snownee.kiwi.customization.CustomizationHooks] +[07мая2026 22:07:44.667] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.bobmowzie.mowziesmobs.MMCommon, com.bobmowzie.mowziesmobs.MMClient] +[07мая2026 22:07:44.669] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.convenienteffects.neoforge.ConvenientEffectsNeoForge, fuzs.convenienteffects.neoforge.client.ConvenientEffectsNeoForgeClient] +[07мая2026 22:07:44.670] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.puffish.skillsmod.main.NeoForgeMain] +[07мая2026 22:07:44.671] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_threading_lighting +[07мая2026 22:07:44.671] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.mschae23.grindenchantments.GrindEnchantmentsMod] +[07мая2026 22:07:44.672] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.worldgen.abridged.neoforge.AbridgedNeoforge] +[07мая2026 22:07:44.672] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.dnlayu.fastboot.FastBoot] +[07мая2026 22:07:44.673] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.faboslav.structurify.neoforge.StructurifyNeoForge] +[07мая2026 22:07:44.673] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.model_loading_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.673] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [mezz.jei.neoforge.JustEnoughItems] +[07мая2026 22:07:44.675] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.worldgen.lithostitched.LithostitchedNeoforge] +[07мая2026 22:07:44.675] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.universalbonemeal.neoforge.UniversalBoneMealNeoForge, fuzs.universalbonemeal.neoforge.client.UniversalBoneMealNeoForgeClient] +[07мая2026 22:07:44.676] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.caffeinemc.mods.lithium.neoforge.LithiumNeoForgeMod] +[07мая2026 22:07:44.677] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.jahirtrap.configlib.ConfigLibMod] +[07мая2026 22:07:44.679] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.screen_handler_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.679] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.moepus.flerovium.Flerovium] +[07мая2026 22:07:44.679] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [namelessju.audioimprovements.neoforge.AudioImprovementsNeoForge] +[07мая2026 22:07:44.681] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.mrcrayfish.goblintraders.GoblinTraders] +[07мая2026 22:07:44.682] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.caelus.CaelusNeoForgeMod] +[07мая2026 22:07:44.683] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.paxi.PaxiNeoForge] +[07мая2026 22:07:44.684] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.684] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.renderer_indigo.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.685] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.redsmods.sound_physics_perfected.SoundPhysicsPerfected] +[07мая2026 22:07:44.685] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.fastasyncworldsave.FastAsyncWorldSave] +[07мая2026 22:07:44.686] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.conczin.immersive_optimization.ImmersiveOptimization] +[07мая2026 22:07:44.687] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.github.catomon.easymobspawncontrol.ModCommon, io.github.catomon.easymobspawncontrol.ModClient] +[07мая2026 22:07:44.689] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.chaosthedude.naturescompass.NaturesCompass] +[07мая2026 22:07:44.691] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.paladins.neoforge.NeoForgeMod] +[07мая2026 22:07:44.691] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.bagofholding.neoforge.BagOfHoldingNeoForge, fuzs.bagofholding.neoforge.client.BagOfHoldingNeoForgeClient] +[07мая2026 22:07:44.693] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [vodmordia.modtabs.ModTabs] +[07мая2026 22:07:44.694] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [eu.midnightdust.core.MidnightLib] +[07мая2026 22:07:44.695] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.skill_tree_rpgs.neoforge.NeoForgeMod] +[07мая2026 22:07:44.696] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_rewrites_chunk_system +[07мая2026 22:07:44.696] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [technology.roughness.whitenoise.WhiteNoiseNeoForge] +[07мая2026 22:07:44.697] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.example.betterenchantingtable.BetterEnchantingTableClient, com.example.betterenchantingtable.BetterEnchantingTable] +[07мая2026 22:07:44.700] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.corpsecurioscompat.Main] +[07мая2026 22:07:44.700] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.fabric_extras.neoforge.NeoForgeMod] +[07мая2026 22:07:44.701] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.caffeinemc.mods.sodium.neoforge.SodiumForgeMod] +[07мая2026 22:07:44.702] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [ca.fxco.moreculling.MoreCullingNeoforge] +[07мая2026 22:07:44.703] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.particles.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.704] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.alexmega.adventuredungeons] +[07мая2026 22:07:44.704] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_worldgen_vanilla +[07мая2026 22:07:44.704] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_scheduling +[07мая2026 22:07:44.704] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.705] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.polytone.neoforge.PolytoneForge] +[07мая2026 22:07:44.706] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.morimori0317.bestylewither.neoforge.BEStyleWitherNeoForge] +[07мая2026 22:07:44.706] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.706] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.aurelj.dungeons_arise.DungeonsAriseMain] +[07мая2026 22:07:44.707] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for hearths +[07мая2026 22:07:44.707] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.smoothchunk.SmoothchunkMod] +[07мая2026 22:07:44.707] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.emi.emi.platform.neoforge.EmiNeoForge] +[07мая2026 22:07:44.709] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.evandev.reliable_remover.ReliableRemoverMod] +[07мая2026 22:07:44.709] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [cn.star.rhenium.Rhenium] +[07мая2026 22:07:44.710] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [team.creative.itemphysiclite.ItemPhysicLite] +[07мая2026 22:07:44.711] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.api_base.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.712] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [terrablender.core.TerraBlenderNeoForge] +[07мая2026 22:07:44.712] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [yalter.mousetweaks.neoforge.MouseTweaksNeo] +[07мая2026 22:07:44.713] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.bettercombat.neoforge.NeoForgeMod] +[07мая2026 22:07:44.714] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [elocindev.necronomicon.CommonInitializer] +[07мая2026 22:07:44.714] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.pajic.misctweaks.platform.neoforge.NeoforgeEntrypoint] +[07мая2026 22:07:44.715] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [punchy.neoforge.PunchyNeoForge] +[07мая2026 22:07:44.715] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.mindfuldarkness.neoforge.MindfulDarknessNeoForge, fuzs.mindfuldarkness.neoforge.client.MindfulDarknessNeoForgeClient] +[07мая2026 22:07:44.716] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.iteminteractions.neoforge.impl.ItemInteractionsNeoForge, fuzs.iteminteractions.neoforge.impl.client.ItemInteractionsNeoForgeClient] +[07мая2026 22:07:44.718] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.uncandango.alltheleaks.AllTheLeaks] +[07мая2026 22:07:44.718] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.spectrelib.SpectreNeoForgeMod] +[07мая2026 22:07:44.720] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.block_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.721] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.ichun.mods.ding.loader.neoforge.LoaderNeoForge] +[07мая2026 22:07:44.722] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.resource_conditions_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.723] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.github.razordevs.aeroblender.Aeroblender] +[07мая2026 22:07:44.723] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.homo.superresolution.neoforge.SuperResolutionNeoForge] +[07мая2026 22:07:44.727] [Render thread/DEBUG] [thedarkcolour.kotlinforforge.neoforge.LoggerKt/LOADING]: Creating KotlinModContainer instance for [thedarkcolour.kotlinforforge.neoforge.test.KotlinForForge] +[07мая2026 22:07:44.729] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.betterfpsdist.BetterfpsdistMod] +[07мая2026 22:07:44.729] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.combat_roll.neoforge.CombatRollModNeoForge] +[07мая2026 22:07:44.731] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [umpaz.brewinandchewin.neoforge.BrewinAndChewinNeoForge, umpaz.brewinandchewin.neoforge.client.BrewinAndChewinNeoForgeClient] +[07мая2026 22:07:44.732] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.teamsolar.simplest_copper_gear.SimplestCopperGear] +[07мая2026 22:07:44.733] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.tr7zw.notenoughanimations.NEABootstrap] +[07мая2026 22:07:44.734] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [xaero.minimap.XaeroMinimapNeoForge] +[07мая2026 22:07:44.738] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.item_group_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.739] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.smoothmovement.SmoothMovement] +[07мая2026 22:07:44.739] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.740] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.ishland.c2me.notickvd.common.NoTickVDInitializer] +[07мая2026 22:07:44.740] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.violetmoon.zetaimplforge.mod.ZetaModForge] +[07мая2026 22:07:44.741] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.tr7zw.entityculling.EntityCullingBootstrap] +[07мая2026 22:07:44.742] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [sp.SPMod] +[07мая2026 22:07:44.742] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.742] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.registry_sync.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.743] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.743] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.relics_rpgs.neoforge.NeoForgeMod] +[07мая2026 22:07:44.744] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.raphimc.immediatelyfast.neoforge.ImmediatelyFastNeoForge] +[07мая2026 22:07:44.745] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.745] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [top.theillusivec4.curios.Curios] +[07мая2026 22:07:44.746] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.recipe_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.747] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [squeek.appleskin.AppleSkin] +[07мая2026 22:07:44.747] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.object_builder_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.749] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.decce.gnetum.Gnetum] +[07мая2026 22:07:44.749] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.puzzleslib.neoforge.impl.PuzzlesLibNeoForge, fuzs.puzzleslib.neoforge.impl.client.PuzzlesLibNeoForgeClient] +[07мая2026 22:07:44.750] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.sound_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.751] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.nakuring.enhancedbossbars.EnhancedBossBars] +[07мая2026 22:07:44.751] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.message_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.752] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.chunksending.ChunkSending] +[07мая2026 22:07:44.753] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.betterx.betterend.BetterEnd] +[07мая2026 22:07:44.754] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.craftix.medieval_nether.MainEntrypointNeoforge] +[07мая2026 22:07:44.755] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.euphoriapatches.euphoria_patcher.neoforge.ClientEuphoriaPatcher] +[07мая2026 22:07:44.756] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.756] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.blay09.mods.kuma.neoforge.NeoForgeKumaAPI] +[07мая2026 22:07:44.757] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.renderer_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.757] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterwitchhuts.BetterWitchHutsNeoForge] +[07мая2026 22:07:44.758] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.evandev.reliable_replacer.ReliableReplacerMod] +[07мая2026 22:07:44.759] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.caveore.CaveOre] +[07мая2026 22:07:44.759] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.betterx.wover.entrypoint.Wover] +[07мая2026 22:07:44.760] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [software.bernie.geckolib.GeckoLib] +[07мая2026 22:07:44.761] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.github.eterdelta.crittersandcompanions.CrittersAndCompanionsForge] +[07мая2026 22:07:44.761] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.rogues.neoforge.NeoForgeMod] +[07мая2026 22:07:44.762] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.item_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.763] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.aetherteam.aether.Aether] +[07мая2026 22:07:44.769] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.github.razordevs.deep_aether.DeepAether] +[07мая2026 22:07:44.772] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.orcinus.galosphere.Galosphere] +[07мая2026 22:07:44.773] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.durability_tweaks.neoforge.NeoForgeMod] +[07мая2026 22:07:44.773] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_natives_math +[07мая2026 22:07:44.773] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betteroceanmonuments.BetterOceanMonumentsNeoForge] +[07мая2026 22:07:44.774] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.connectivity.Connectivity] +[07мая2026 22:07:44.775] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.gpumemleakfix.Gpumemleakfix] +[07мая2026 22:07:44.775] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.talilon.minecraft.nocreeperexplosion.NoCreeperExplosion] +[07мая2026 22:07:44.776] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.structureessentials.StructureEssentials] +[07мая2026 22:07:44.778] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [xaero.map.WorldMapNeoForge] +[07мая2026 22:07:44.782] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.blamejared.controlling.Controlling] +[07мая2026 22:07:44.782] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.cerulean.Cerulean] +[07мая2026 22:07:44.783] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.data_attachment_api.generated.GeneratedEntryPoint, net.fabricmc.fabric.impl.attachment.AttachmentModImpl] +[07мая2026 22:07:44.784] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.redirected.Redirected] +[07мая2026 22:07:44.785] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leobeliik.quark_ponders.QuarkPonders] +[07мая2026 22:07:44.785] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.kleiders.driedghast.DriedGhastMod] +[07мая2026 22:07:44.786] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_math +[07мая2026 22:07:44.786] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.787] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.ambertation.wunderlib.WunderLib] +[07мая2026 22:07:44.787] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.787] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.sodiumoptionsapi.SodiumOptionsAPI] +[07мая2026 22:07:44.788] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.keksuccino.melody.MelodyNeoForge] +[07мая2026 22:07:44.788] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.baguettelib.Baguettelib] +[07мая2026 22:07:44.789] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.connector.mod.ConnectorMod, org.sinytra.connector.mod.ConnectorModClient] +[07мая2026 22:07:44.789] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.exploreruinsaether.ExploreRuinsAetherMod] +[07мая2026 22:07:44.791] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.betterx.bclib.BCLib] +[07мая2026 22:07:44.796] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.fzzyhmstrs.fzzy_config.FzzyConfigNeoForge, me.fzzyhmstrs.fzzy_config.FzzyConfigNeoForgeClient] +[07мая2026 22:07:44.797] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fzzyhmstrs.emi_loot.neoforge.EMILootNeoForge] +[07мая2026 22:07:44.798] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for fabric_api +[07мая2026 22:07:44.798] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for forgified_fabric_api +[07мая2026 22:07:44.798] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_fixes_worldgen_vanilla_bugs +[07мая2026 22:07:44.798] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.content_registries.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.799] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.sodiumdynamiclights.SodiumDynamicLights] +[07мая2026 22:07:44.801] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.802] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.keksuccino.konkrete.KonkreteNeoForge] +[07мая2026 22:07:44.802] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.hibiscus.naturespirit.NatureSpirit] +[07мая2026 22:07:44.810] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [vectorwing.farmersdelight.FarmersDelight] +[07мая2026 22:07:44.811] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.soytutta.mynethersdelight.MyNethersDelight] +[07мая2026 22:07:44.812] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.phantomwing.rusticdelight.RusticDelight] +[07мая2026 22:07:44.813] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.baisylia.cookscollection.CooksCollection] +[07мая2026 22:07:44.815] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [traben.entity_model_features.EMFInit] +[07мая2026 22:07:44.816] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [traben.entity_texture_features.ETFInit] +[07мая2026 22:07:44.817] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.fallenbreath.fastipping.FastIpPingMod] +[07мая2026 22:07:44.818] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [team.creative.ambientsounds.AmbientSounds] +[07мая2026 22:07:44.819] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.api_lookup_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.819] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [bl4ckscor3.mod.getittogetherdrops.GetItTogetherDrops, bl4ckscor3.mod.getittogetherdrops.GetItTogetherDropsClient] +[07мая2026 22:07:44.820] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.axedgaming.endersdelight.EndersDelight, com.axedgaming.endersdelight.EndersDelightClient] +[07мая2026 22:07:44.821] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_fixes_chunkio_threading_issues +[07мая2026 22:07:44.821] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.ishland.c2me.client.uncapvd.common.UncapVDInitializer] +[07мая2026 22:07:44.822] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [house.greenhouse.greenhouseconfig.impl.GreenhouseConfigNeoForge, house.greenhouse.greenhouseconfig.impl.client.GreenhouseConfigNeoForgeClient] +[07мая2026 22:07:44.823] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.github.L_Ender.lionfishapi.LionfishAPI] +[07мая2026 22:07:44.824] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.spell_power.neoforge.NeoForgeMod] +[07мая2026 22:07:44.825] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.github.L_Ender.cataclysm.Cataclysm] +[07мая2026 22:07:44.826] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.cerbon.cerbons_api.neoforge.CerbonsAPINeoForge] +[07мая2026 22:07:44.827] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.juancarloscp52.spyglass_improvements.neoforge.client.SpyglassImprovementsClientNeoForge] +[07мая2026 22:07:44.827] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.829] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamresourceful.resourcefullib.neoforge.ResourcefulLibNeoForge] +[07мая2026 22:07:44.829] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.kyanite.deeperdarker.DeeperDarker] +[07мая2026 22:07:44.831] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.architectury.neoforge.ArchitecturyNeoForge] +[07мая2026 22:07:44.832] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [it.hurts.octostudios.nerb.neoforge.NERBNeoForge] +[07мая2026 22:07:44.832] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.github.discusser.toomanyentities.neoforge.TooManyEntitiesForge] +[07мая2026 22:07:44.833] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.emilsg.clutterbestiary.neoforge.ClutterBestiaryNeoForge] +[07мая2026 22:07:44.835] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.ftb.mods.ftblibrary.neoforge.FTBLibraryNeoForge] +[07мая2026 22:07:44.835] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.aurelj.neoforge.HellishTrialsNeoForge] +[07мая2026 22:07:44.836] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [tech.alexnijjar.golemoverhaul.neoforge.GolemOverhaulNeoForge] +[07мая2026 22:07:44.836] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.wabbanode.companion.neoforge.WabbanodeCompanionNeoForge] +[07мая2026 22:07:44.837] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.ftb.mods.ftbteams.neoforge.FTBTeamsNeoForge] +[07мая2026 22:07:44.837] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.ftb.mods.ftbquests.neoforge.FTBQuestsNeoForge] +[07мая2026 22:07:44.839] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.loot_api_v2.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.839] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.immersivelanterns.ImmersiveLanterns] +[07мая2026 22:07:44.839] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.loot_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.840] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.cupboard.Cupboard] +[07мая2026 22:07:44.840] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.cherishedworlds.CherishedWorldsNeoForgeMod] +[07мая2026 22:07:44.841] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.evandev.reliable_recipes.ReliableRecipesMod] +[07мая2026 22:07:44.841] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.842] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.networking_api.NetworkingEventHooks, org.sinytra.fabric.networking_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.843] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.mrcrayfish.framework.FrameworkNeoForge] +[07мая2026 22:07:44.844] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_rewrites_chunkio +[07мая2026 22:07:44.844] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.844] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.wulian.chatimpressiveanimation.neoforge.ChatImpressiveAnimationClientNeoForge] +[07мая2026 22:07:44.846] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_allocs +[07мая2026 22:07:44.846] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.lifecycle_events.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.847] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [cc.cassian.item_descriptions.client.neoforge.ItemDescriptionsNeoForge] +[07мая2026 22:07:44.849] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.key_binding_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.849] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.wizards.neoforge.NeoForgeMod] +[07мая2026 22:07:44.851] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.spell_engine.neoforge.NeoForgeMod] +[07мая2026 22:07:44.852] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.li64.tide.loaders.neoforge.NeoforgeEntrypoint] +[07мая2026 22:07:44.852] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.transfer_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.852] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for rhino +[07мая2026 22:07:44.853] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.latvian.mods.kubejs.KubeJS] +[07мая2026 22:07:44.854] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.ftb.mods.ftbxmodcompat.neoforge.FTBXModCompatNeoForge] +[07мая2026 22:07:44.854] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [qinomed.kubejsdelight.KubeJSDelight] +[07мая2026 22:07:44.855] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.stone_zone.neoforge.StoneZoneForge] +[07мая2026 22:07:44.858] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [io.wispforest.owo.Owo, io.wispforest.owo.client.OwoClient] +[07мая2026 22:07:44.859] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.859] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.amendments.neoforge.AmendmentsForge] +[07мая2026 22:07:44.860] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [it.hurts.octostudios.octolib.neoforge.OctoLibNeoForge] +[07мая2026 22:07:44.861] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.copycatsplus.copycats.neoforge.CopycatsImpl, com.copycatsplus.copycats.neoforge.CopycatsClientImpl] +[07мая2026 22:07:44.862] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.particlerain.ParticleRainClient] +[07мая2026 22:07:44.864] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [xaero.lib.XaeroLibNeoForge] +[07мая2026 22:07:44.865] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [nx.pingwheel.neoforge.NeoMain] +[07мая2026 22:07:44.866] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.resource_loader.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.867] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.tr7zw.trender.gui.impl.client.LibGuiBootstrap] +[07мая2026 22:07:44.867] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.github.theredbrain.neoforge.NeoForgeMod] +[07мая2026 22:07:44.867] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.blay09.mods.waystones.NeoForgeWaystones, net.blay09.mods.waystones.client.NeoForgeWaystonesClient] +[07мая2026 22:07:44.869] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.comforts.ComfortsNeoForgeMod] +[07мая2026 22:07:44.870] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [alternate.current.AlternateCurrentMod] +[07мая2026 22:07:44.870] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.jewelry.neoforge.NeoForgeMod] +[07мая2026 22:07:44.871] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.mrcrayfish.configured.Configured] +[07мая2026 22:07:44.871] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [lilypuree.decorative_blocks.DecorativeBlocks] +[07мая2026 22:07:44.872] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.leclowndu93150.particular.Main] +[07мая2026 22:07:44.873] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.betterdeserttemples.BetterDesertTemplesNeoForge] +[07мая2026 22:07:44.874] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.chaosthedude.explorerscompass.ExplorersCompass] +[07мая2026 22:07:44.875] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [cn.star.toms_storage_star_optimized.TomsStorageStarOptimized] +[07мая2026 22:07:44.875] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.farsight.FarsightMod] +[07мая2026 22:07:44.875] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.jahirtrap.walljump.WallJumpMod] +[07мая2026 22:07:44.876] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.cerbon.bosses_of_mass_destruction.neoforge.BossesOfMassDestructionNeo] +[07мая2026 22:07:44.877] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for terralith +[07мая2026 22:07:44.877] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamabnormals.blueprint.core.Blueprint] +[07мая2026 22:07:44.879] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamabnormals.boatload.core.Boatload] +[07мая2026 22:07:44.879] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamabnormals.gallery.core.Gallery] +[07мая2026 22:07:44.880] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.teamabnormals.allurement.core.Allurement] +[07мая2026 22:07:44.881] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.ichun.mods.ichunutil.loader.neoforge.LoaderNeoForge] +[07мая2026 22:07:44.882] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [toni.lib.TxniLib] +[07мая2026 22:07:44.882] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [me.decce.ixeris.neoforge.IxerisModNeoForge] +[07мая2026 22:07:44.882] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.hunger_tweaks.neoforge.NeoForgeMod] +[07мая2026 22:07:44.883] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.ramixin.mixson.inline.Mixson] +[07мая2026 22:07:44.886] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for fabric_transitive_access_wideners_v1 +[07мая2026 22:07:44.886] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.faboslav.friendsandfoes.neoforge.FriendsAndFoesNeoForge] +[07мая2026 22:07:44.887] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.887] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.arsenal.neoforge.NeoForgeMod] +[07мая2026 22:07:44.888] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.gazebo.neoforge.NeoForgeMod] +[07мая2026 22:07:44.888] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.888] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.blocklegend001.onlyhammersandexcavators.OnlyHammersAndExcavators] +[07мая2026 22:07:44.889] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.moonlight.neoforge.MoonlightForge] +[07мая2026 22:07:44.890] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [tech.alexnijjar.endermanoverhaul.EndermanOverhaul] +[07мая2026 22:07:44.891] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.blockrenderlayer.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.891] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.hibiscus.naturesdelight.NaturesDelight] +[07мая2026 22:07:44.892] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [snownee.jade.util.CommonProxy] +[07мая2026 22:07:44.896] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.starfish_studios.another_furniture.neoforge.AnotherFurnitureNeoForge] +[07мая2026 22:07:44.897] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [team.creative.creativecore.CreativeCore] +[07мая2026 22:07:44.898] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_server_utils +[07мая2026 22:07:44.899] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.imb11.sounds.loaders.neoforge.SoundsNeoForge] +[07мая2026 22:07:44.899] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [mod.azure.azurelibarmor.neoforge.NeoForgeAzureLibMod] +[07мая2026 22:07:44.899] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.yungnickyoung.minecraft.ribbits.RibbitsNeoForge, com.yungnickyoung.minecraft.ribbits.client.RibbitsNeoForgeClient] +[07мая2026 22:07:44.901] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.fabric_extras.ranged_weapon.neoforge.NeoForgeMod] +[07мая2026 22:07:44.901] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.violetmoon.quark.base.Quark] +[07мая2026 22:07:44.903] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.gametest_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.904] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.biome_api.FabricBiomeApiV1, org.sinytra.fabric.biome_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.905] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_worldgen_general +[07мая2026 22:07:44.905] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.universalenchants.neoforge.UniversalEnchantsNeoForge, fuzs.universalenchants.neoforge.client.UniversalEnchantsNeoForgeClient] +[07мая2026 22:07:44.906] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [] +[07мая2026 22:07:44.906] [Render thread/DEBUG] [net.neoforged.fml.lowcodemod.LowCodeModContainer/LOADING]: Creating LowCodeModContainer for c2me_opts_chunkio +[07мая2026 22:07:44.906] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [de.keksuccino.fancymenu.FancyMenuNeoForge] +[07мая2026 22:07:44.907] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.corosus.coroutil.loader.neoforge.ConfigModNeoForge] +[07мая2026 22:07:44.907] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.corosus.watut.loader.neoforge.WatutModNeoForge] +[07мая2026 22:07:44.910] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fzzyhmstrs.emi_enchanting.EmiEnchanting] +[07мая2026 22:07:44.910] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.fabric_extras.structure_pool.neoforge.NeoForgeMod] +[07мая2026 22:07:44.911] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [tech.thatgravyboat.creeperoverhaul.forge.CreepersForge] +[07мая2026 22:07:44.912] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [malte0811.ferritecore.ModMainForge] +[07мая2026 22:07:44.912] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.isxander.yacl3.platform.PlatformEntrypoint] +[07мая2026 22:07:44.913] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.armordamagescale.ArmorDamage] +[07мая2026 22:07:44.913] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.illusivesoulworks.charmofundying.CharmOfUndyingNeoForgeMod] +[07мая2026 22:07:44.914] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.djefrey.colorwheel.neoforge.ClrwlNeoForge] +[07мая2026 22:07:44.914] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.engine_room.flywheel.impl.FlywheelNeoForge] +[07мая2026 22:07:44.915] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.createmod.ponder.NeoForgePonder, net.createmod.ponder.NeoForgePonderClient] +[07мая2026 22:07:44.916] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [com.simibubi.create.Create, com.simibubi.create.CreateClient] +[07мая2026 22:07:44.917] [Render thread/DEBUG] [mixin/]: Mixing foundation.copycat.kinetic.CreateClientMixin from copycats-common.mixins.json into com.simibubi.create.CreateClient +[07мая2026 22:07:44.917] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.kinetic.CreateClientMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.918] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.kinetic.CreateClientMixin from mod copycats->@Inject::invalidateRenderers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.919] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [plus.dragons.createintegratedfarming.data.CIFData, plus.dragons.createintegratedfarming.common.CIFCommon, plus.dragons.createintegratedfarming.integration.delightoflight.DelightOFlightIntegration, plus.dragons.createintegratedfarming.integration.untitledduck.UntitledDuckIntegration, plus.dragons.createintegratedfarming.integration.crabbersdelight.CrabbersDelightIntegration, plus.dragons.createintegratedfarming.integration.mmlib.CornDelightIntegration, plus.dragons.createintegratedfarming.integration.mynethersdelight.MNDIntegration, plus.dragons.createintegratedfarming.integration.netherdepthupgrade.NDUIntegration, plus.dragons.createintegratedfarming.integration.farmersdelight.FDIntegration, plus.dragons.createintegratedfarming.client.CIFClient] +[07мая2026 22:07:44.924] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.latvian.mods.kubejs.create.KubeJSCreate] +[07мая2026 22:07:44.924] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [plus.dragons.createdragonsplus.integration.simulated.SimulatedExtension, plus.dragons.createdragonsplus.client.CDPClient, plus.dragons.createdragonsplus.data.CDPData, plus.dragons.createdragonsplus.common.CDPCommon] +[07мая2026 22:07:44.927] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [plus.dragons.createcentralkitchen.integration.dungeonsdelight.DungeonDelightIntegration, plus.dragons.createcentralkitchen.integration.minersdelight.MDIntegration, plus.dragons.createcentralkitchen.integration.extradelight.ExtraDelightIntegration, plus.dragons.createcentralkitchen.integration.kelaidoscopecookery.KelaidoscopeCookeryIntegration, plus.dragons.createcentralkitchen.integration.brewinandchewin.BnCIntegration, plus.dragons.createcentralkitchen.integration.farmersdelight.FDIntegration, plus.dragons.createcentralkitchen.common.CCKCommon, plus.dragons.createcentralkitchen.client.CCKClient] +[07мая2026 22:07:44.930] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mehvahdjukaar.every_compat.neoforge.EveryCompatForge] +[07мая2026 22:07:44.932] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [ru.hollowhorizon.additions.questing.neoforge.CertainQuestingAdditionsNeoForge] +[07мая2026 22:07:44.933] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [forge.me.thosea.badoptimizations.forge.BadOptimizations] +[07мая2026 22:07:44.934] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [plus.dragons.createenchantmentindustry.data.CEIData, plus.dragons.createenchantmentindustry.common.CEICommon, plus.dragons.createenchantmentindustry.client.CEIClient] +[07мая2026 22:07:44.935] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.data_generation_api.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.935] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [fuzs.overflowingbars.neoforge.OverflowingBarsNeoForge, fuzs.overflowingbars.neoforge.client.OverflowingBarsNeoForgeClient] +[07мая2026 22:07:44.936] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.events_interaction.generated.GeneratedEntryPoint] +[07мая2026 22:07:44.936] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [dev.engine_room.vanillin.VanillinNeoForgeClient] +[07мая2026 22:07:44.937] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [eu.ha3.presencefootsteps.PresenceFootsteps] +[07мая2026 22:07:44.947] [modloading-worker-0/INFO] [com.leclowndu93150.stackablepotions.StackablePotionsMain/]: Hello from StackablePotionsMain ! +[07мая2026 22:07:44.947] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for stackablepotions +[07мая2026 22:07:44.950] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for worldgen_patches +[07мая2026 22:07:44.950] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_rewrites_chunk_serializer +[07мая2026 22:07:44.954] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for smsn +[07мая2026 22:07:44.955] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:44.964] [modloading-worker-0/DEBUG] [Better Days/]: Loaded betterdays.platform.NeoForgeClientPlatform@42e2bf9d for service interface betterdays.platform.services.IClientPlatform +[07мая2026 22:07:44.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsancientcityoverhaul +[07мая2026 22:07:44.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for critical_strike +[07мая2026 22:07:44.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.critical_strike.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:44.965] [modloading-worker-0/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.NeoForgePlatformHelper@203fe25a for service interface com.yungnickyoung.minecraft.yungsapi.services.IPlatformHelper +[07мая2026 22:07:44.969] [modloading-worker-0/DEBUG] [Better Days/]: Loaded betterdays.platform.NeoForgePlatform@3182cd0b for service interface betterdays.platform.services.IPlatform +[07мая2026 22:07:44.969] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for featurerecycler +[07мая2026 22:07:44.971] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sodiumextras-client.toml for sodiumextras tracking +[07мая2026 22:07:44.971] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodiumextras +[07мая2026 22:07:44.971] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class toni.sodiumextras.foundation.fps.DebugOverlayEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:44.972] [modloading-worker-0/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.NeoForgeAutoRegisterHelper@6245bb39 for service interface com.yungnickyoung.minecraft.yungsapi.services.IAutoRegisterHelper +[07мая2026 22:07:44.973] [modloading-worker-0/DEBUG] [Better Days/]: Loaded betterdays.platform.NeoForgeRegistryProvider@4993fb0d for service interface betterdays.platform.services.IRegistryFactory +[07мая2026 22:07:44.975] [modloading-worker-0/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.NeoForgeBlockEntityTypeHelper@546a816a for service interface com.yungnickyoung.minecraft.yungsapi.services.IBlockEntityTypeHelper +[07мая2026 22:07:44.976] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/critical_strike/neoforge/client/NeoForgeClientMod; to the mod event bus of mod critical_strike +[07мая2026 22:07:44.977] [modloading-worker-0/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.NeoForgeParticleTypeHelper@2a42dafb for service interface com.yungnickyoung.minecraft.yungsapi.services.IParticleTypeHelper +[07мая2026 22:07:44.978] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for runes +[07мая2026 22:07:44.978] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.runes.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:44.980] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/runes/neoforge/client/NeoForgeClientMod; to the mod event bus of mod runes +[07мая2026 22:07:44.986] [modloading-worker-0/DEBUG] [betterdungeons/]: Loaded com.yungnickyoung.minecraft.betterdungeons.services.NeoForgePlatformHelper@3ec468d9 for service interface com.yungnickyoung.minecraft.betterdungeons.services.IPlatformHelper +[07мая2026 22:07:44.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltoni/sodiumextras/foundation/fps/DebugOverlayEvent; to the game event bus +[07мая2026 22:07:44.989] [modloading-worker-0/DEBUG] [betterdungeons/]: Loaded com.yungnickyoung.minecraft.betterdungeons.services.NeoForgeModulesLoader@c5c0245 for service interface com.yungnickyoung.minecraft.betterdungeons.services.IModulesLoader +[07мая2026 22:07:44.989] [modloading-worker-0/DEBUG] [mixin/]: Mixing AccessEditBox from searchables.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.989] [modloading-worker-0/DEBUG] [mixin/]: searchables.mixins.json:AccessEditBox from mod searchables: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:44.989] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_fluids_v1 +[07мая2026 22:07:44.989] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinEditBox from konkrete.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.990] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for playeranimator +[07мая2026 22:07:44.990] [modloading-worker-0/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinEditBox from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.990] [modloading-worker-0/DEBUG] [mixin/]: Mixing tweaks.TextFieldWidgetMixin from owo.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.991] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:tweaks.TextFieldWidgetMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:44.991] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_block_view_api_v2 +[07мая2026 22:07:44.992] [modloading-worker-0/DEBUG] [mixin/]: Mixing ui.TextFieldWidgetMixin from owo.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.992] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.TextFieldWidgetMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:44.992] [modloading-worker-0/DEBUG] [mixin/]: Mixing ui.access.TextFieldWidgetAccessor from owo.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.992] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.access.TextFieldWidgetAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:44.992] [modloading-worker-0/DEBUG] [mixin/]: Mixing ui.EditBoxSoundEffects from sounds.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.994] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinEditBox from fancymenu.mixins.json into net.minecraft.client.gui.components.EditBox +[07мая2026 22:07:44.994] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinEditBox from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:tweaks.TextFieldWidgetMixin from mod owo->@Inject::iProvideUsefulSeparators(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.TextFieldWidgetMixin from mod owo->@Inject::callOwoListener(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.TextFieldWidgetMixin from mod owo->@Inject::callOwoListener(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.TextFieldWidgetMixin from mod owo->@Inject::callOwoListener(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.997] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:44.998] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:ui.EditBoxSoundEffects from mod sounds->@Inject::$editBoxSounds(IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class toni.sodiumextras.EmbyConfig for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.004] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltoni/sodiumextras/EmbyConfig; to the mod event bus of mod sodiumextras +[07мая2026 22:07:45.005] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_convention_tags_v2 +[07мая2026 22:07:45.014] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iris +[07мая2026 22:07:45.016] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_command_api_v2 +[07мая2026 22:07:45.016] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tiny_config +[07мая2026 22:07:45.017] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterdungeons-neoforge-1_21.toml for betterdungeons tracking +[07мая2026 22:07:45.017] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for medievalend +[07мая2026 22:07:45.019] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_convention_tags_v1 +[07мая2026 22:07:45.019] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me +[07мая2026 22:07:45.021] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterdungeons +[07мая2026 22:07:45.021] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_screen_api_v1 +[07мая2026 22:07:45.021] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.sinytra.fabric.screen_api.ScreenEventHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.038] [modloading-worker-0/DEBUG] [biolith/]: Loaded com.terraformersmc.biolith.impl.platform.NeoForgePlatformHelper@79bd445e for service interface com.terraformersmc.biolith.impl.platform.services.PlatformHelper +[07мая2026 22:07:45.039] [modloading-worker-0/INFO] [biolith/]: Biolith for NeoForge is initializing... +[07мая2026 22:07:45.050] [modloading-worker-0/DEBUG] [WhiteNoise/]: Loaded technology.roughness.whitenoise.platform.NeoForgeConfigHelper@6f2bcce5 for service interface technology.roughness.whitenoise.platform.services.IConfigHelper +[07мая2026 22:07:45.051] [modloading-worker-0/DEBUG] [WhiteNoise/]: Loaded technology.roughness.whitenoise.platform.NeoForgeClientPlatform@58fa8c17 for service interface technology.roughness.whitenoise.platform.services.IClientPlatform +[07мая2026 22:07:45.051] [modloading-worker-0/INFO] [biolith/]: Enabling Biolith's TerraBlender compatibility layer. +[07мая2026 22:07:45.055] [modloading-worker-0/DEBUG] [WhiteNoise/]: Loaded technology.roughness.whitenoise.platform.NeoForgePlatform@373a29fd for service interface technology.roughness.whitenoise.platform.services.IPlatform +[07мая2026 22:07:45.074] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/sinytra/fabric/screen_api/ScreenEventHooks; to the game event bus +[07мая2026 22:07:45.092] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found NeoForge version 21.1.228 +[07мая2026 22:07:45.091] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing VariantsAndVenturesConfig from 'config\variantsandventures.json' +[07мая2026 22:07:45.094] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found FML version 4.0.42 +[07мая2026 22:07:45.094] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.228, for MC 1.21.1 +[07мая2026 22:07:45.104] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file modernfix-common.toml for modernfix tracking +[07мая2026 22:07:45.104] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for modernfix +[07мая2026 22:07:45.107] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_base +[07мая2026 22:07:45.108] [modloading-worker-0/DEBUG] [mixin/]: Mixing models.cullshape.UnbakedModel_extendsMixin from moreculling.mixins.json into net.minecraft.client.resources.model.UnbakedModel +[07мая2026 22:07:45.113] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for snowrealmagic +[07мая2026 22:07:45.123] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for crash_assistant +[07мая2026 22:07:45.131] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aileron +[07мая2026 22:07:45.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.lodestar.aileron.neoforge.AileronNetworkingImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/lodestar/aileron/neoforge/AileronNetworkingImpl; to the mod event bus of mod aileron +[07мая2026 22:07:45.133] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.lodestar.aileron.client.neoforge.AileronClientParticlesImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.133] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/lodestar/aileron/client/neoforge/AileronClientParticlesImpl; to the mod event bus of mod aileron +[07мая2026 22:07:45.135] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.lodestar.aileron.client.neoforge.AileronClientKeybindsImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.135] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/lodestar/aileron/client/neoforge/AileronClientKeybindsImpl; to the mod event bus of mod aileron +[07мая2026 22:07:45.137] [modloading-worker-0/DEBUG] [betterfortresses/]: Loaded com.yungnickyoung.minecraft.betterfortresses.services.NeoForgePlatformHelper@2f2cf6c7 for service interface com.yungnickyoung.minecraft.betterfortresses.services.IPlatformHelper +[07мая2026 22:07:45.140] [modloading-worker-0/DEBUG] [betterfortresses/]: Loaded com.yungnickyoung.minecraft.betterfortresses.services.NeoForgeModulesLoader@45b02842 for service interface com.yungnickyoung.minecraft.betterfortresses.services.IModulesLoader +[07мая2026 22:07:45.141] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cloth_config +[07мая2026 22:07:45.142] [modloading-worker-0/DEBUG] [betterfortresses/]: Loaded com.yungnickyoung.minecraft.betterfortresses.services.NeoForgeProcessorProvider@77926d8 for service interface com.yungnickyoung.minecraft.betterfortresses.services.IProcessorProvider +[07мая2026 22:07:45.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-client.toml for neoforge tracking +[07мая2026 22:07:45.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking +[07мая2026 22:07:45.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking +[07мая2026 22:07:45.170] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for pickupnotifier:main +[07мая2026 22:07:45.191] [modloading-worker-0/DEBUG] [mixin/]: Mixing JsonDataLoaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener +[07мая2026 22:07:45.192] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:JsonDataLoaderMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.193] [modloading-worker-0/DEBUG] [mixin/]: Mixing JsonDataLoaderMixin from fabric-loot-api-v3.mixins.json into net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener +[07мая2026 22:07:45.193] [modloading-worker-0/DEBUG] [mixin/]: fabric-loot-api-v3.mixins.json:JsonDataLoaderMixin from mod fabric_loot_api_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.194] [modloading-worker-0/DEBUG] [mixin/]: Mixing SimpleJsonResourceReloadListenerMixin from blueprint.mixins.json into net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener +[07мая2026 22:07:45.197] [modloading-worker-0/DEBUG] [mixin/]: fabric-loot-api-v3.mixins.json:JsonDataLoaderMixin from mod fabric_loot_api_v3->@Inject::fillSourceMap(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Lcom/google/gson/Gson;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.198] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:SimpleJsonResourceReloadListenerMixin from mod blueprint->@Inject::onPrepared(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.199] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterfortresses-neoforge-1_21.toml for betterfortresses tracking +[07мая2026 22:07:45.201] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterfortresses +[07мая2026 22:07:45.211] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biolith +[07мая2026 22:07:45.224] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for combat_roll +[07мая2026 22:07:45.224] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.combat_roll.neoforge.network.NetworkEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.224] [modloading-worker-0/DEBUG] [WhiteNoise/CONFIG]: Config file betterdays-client.toml for betterdays added to tracking +[07мая2026 22:07:45.225] [modloading-worker-0/DEBUG] [WhiteNoise/CONFIG]: Config file betterdays-common.toml for betterdays added to tracking +[07мая2026 22:07:45.233] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterdays +[07мая2026 22:07:45.243] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.capability_list_compaction.RegisterCapabilitiesEventMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent +[07мая2026 22:07:45.243] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/combat_roll/neoforge/network/NetworkEvents; to the mod event bus of mod combat_roll +[07мая2026 22:07:45.243] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessories.RegisterCapabilitiesEventMixin from curios.neoforge.mixins.json into net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent +[07мая2026 22:07:45.246] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.combat_roll.neoforge.client.CombatRollClientModNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/neoforged/neoforge/capabilities/IBlockCapabilityProvider;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/neoforged/neoforge/capabilities/IBlockCapabilityProvider;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/neoforged/neoforge/capabilities/IBlockCapabilityProvider;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockEntityCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockEntityCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackBlockEntityCap(Lnet/neoforged/neoforge/capabilities/BlockCapability;Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackItemCap(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackItemCap(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackItemCap(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackEntityCap(Lnet/neoforged/neoforge/capabilities/EntityCapability;Lnet/minecraft/world/entity/EntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackEntityCap(Lnet/neoforged/neoforge/capabilities/EntityCapability;Lnet/minecraft/world/entity/EntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.RegisterCapabilitiesEventMixin from mod modernfix->@Inject::trackEntityCap(Lnet/neoforged/neoforge/capabilities/EntityCapability;Lnet/minecraft/world/entity/EntityType;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.RegisterCapabilitiesEventMixin from mod cclayer->@Inject::hookForBypassingCuriosRegisterCall(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.RegisterCapabilitiesEventMixin from mod cclayer->@Inject::hookForBypassingCuriosRegisterCall(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.247] [modloading-worker-0/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.RegisterCapabilitiesEventMixin from mod cclayer->@Inject::hookForBypassingCuriosRegisterCall(Lnet/neoforged/neoforge/capabilities/ItemCapability;Lnet/neoforged/neoforge/capabilities/ICapabilityProvider;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.250] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/combat_roll/neoforge/client/CombatRollClientModNeoForge; to the mod event bus of mod combat_roll +[07мая2026 22:07:45.252] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.combat_roll.neoforge.client.ClientEventsNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.254] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/combat_roll/neoforge/client/ClientEventsNeoForge; to the game event bus +[07мая2026 22:07:45.257] [modloading-worker-0/DEBUG] [mixin/]: Mixing supplementaries.CreditsMixin from smsn.mixins.json into net.mehvahdjukaar.supplementaries.common.utils.Credits +[07мая2026 22:07:45.257] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:supplementaries.CreditsMixin from mod smsn->@Inject::fetchFromServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.260] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file pickupnotifier\pickupnotifier-client.toml for pickupnotifier tracking +[07мая2026 22:07:45.268] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file pickupnotifier\pickupnotifier-server.toml for pickupnotifier tracking +[07мая2026 22:07:45.269] [modloading-worker-0/DEBUG] [mixin/]: Mixing AccessOptionsSubScreen from controlling.mixins.json into net.minecraft.client.gui.screens.options.OptionsSubScreen +[07мая2026 22:07:45.269] [modloading-worker-0/DEBUG] [mixin/]: controlling.mixins.json:AccessOptionsSubScreen from mod controlling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.271] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.capability_list_compaction.CapabilityHooksMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.capabilities.CapabilityHooks +[07мая2026 22:07:45.272] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.capability_list_compaction.CapabilityHooksMixin from mod modernfix->@Inject::deduplicateCaps(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for archers +[07мая2026 22:07:45.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.archers.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.288] [modloading-worker-0/DEBUG] [mixin/]: Mixing CauldronFluidContentMixin from betterend.mixins.common.json into net.neoforged.neoforge.fluids.CauldronFluidContent +[07мая2026 22:07:45.289] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/archers/neoforge/client/NeoForgeClientMod; to the mod event bus of mod archers +[07мая2026 22:07:45.289] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.common.json:CauldronFluidContentMixin from mod betterend->@Inject::betterend$guardDoubleInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.292] [modloading-worker-0/DEBUG] [mixin/]: Mixing BuildCreativeModeTabContentsEventAccessor from polytone.mixins.json into net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent +[07мая2026 22:07:45.309] [modloading-worker-0/DEBUG] [mixin/]: Mixing AccessorJoinMultiplayerScreen from cherishedworlds.mixins.json into net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen +[07мая2026 22:07:45.309] [modloading-worker-0/DEBUG] [mixin/]: cherishedworlds.mixins.json:AccessorJoinMultiplayerScreen from mod cherishedworlds: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.309] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinJoinMultiplayerScreen from cherishedworlds.mixins.json into net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen +[07мая2026 22:07:45.309] [modloading-worker-0/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinJoinMultiplayerScreen from mod cherishedworlds: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.311] [modloading-worker-0/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinJoinMultiplayerScreen from mod cherishedworlds->@Inject::cherishedworlds$initButtons(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.311] [modloading-worker-0/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinJoinMultiplayerScreen from mod cherishedworlds->@Inject::cherishedworlds$initButtons(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.311] [modloading-worker-0/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinJoinMultiplayerScreen from mod cherishedworlds->@Inject::cherishedworlds$initButtons(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.312] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file corpse-server.toml for corpse tracking +[07мая2026 22:07:45.313] [modloading-worker-0/INFO] [Auto Third Person/]: Auto Third Person initializing... +[07мая2026 22:07:45.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for variantsandventures +[07мая2026 22:07:45.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpse +[07мая2026 22:07:45.322] [modloading-worker-0/DEBUG] [mixin/]: Mixing IClientFluidTypeExtensionsMixin from fabric-rendering-fluids-v1.mixins.json into net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions +[07мая2026 22:07:45.323] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:IClientFluidTypeExtensionsMixin from mod fabric_rendering_fluids_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.323] [modloading-worker-0/DEBUG] [mixin/]: Mixing IClientFluidTypeExtensionsMixin from polytone.mixins.json into net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions +[07мая2026 22:07:45.325] [modloading-worker-0/DEBUG] [mixin/]: polytone.mixins.json:IClientFluidTypeExtensionsMixin from mod polytone->@Inject::polytone$wrapToModifyTint(Lnet/neoforged/neoforge/fluids/FluidType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.331] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for armory_rpgs +[07мая2026 22:07:45.331] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.armory.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.333] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file auto_third_person-client.toml for auto_third_person tracking +[07мая2026 22:07:45.333] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/armory/neoforge/client/NeoForgeClientMod; to the mod event bus of mod armory_rpgs +[07мая2026 22:07:45.334] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_game_rule_api_v1 +[07мая2026 22:07:45.346] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file repurposed_structures-neoforge/modded_loot.toml for repurposed_structures tracking +[07мая2026 22:07:45.350] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersiveui +[07мая2026 22:07:45.351] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class it.hurts.octostudios.immersiveui.neoforge.ImmersiveUINeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.351] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lit/hurts/octostudios/immersiveui/neoforge/ImmersiveUINeoForge; to the mod event bus of mod immersiveui +[07мая2026 22:07:45.353] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettercombat +[07мая2026 22:07:45.353] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.bettercombat.neoforge.network.NetworkEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.354] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for auto_third_person +[07мая2026 22:07:45.355] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:45.357] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:45.362] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgePlatformHelper@27c522a4 for service interface net.bivrik.fancytoasts.platform.services.IPlatformHelper +[07мая2026 22:07:45.371] [modloading-worker-0/INFO] [iris_shader_folder/]: Hello from Iris Shader Folder Mod v1.2.5 +[07мая2026 22:07:45.371] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iris_shader_folder +[07мая2026 22:07:45.372] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgeJadeHelper@1f0eb977 for service interface net.bivrik.fancytoasts.platform.services.IJadeHelper +[07мая2026 22:07:45.374] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgeFTBQuestsHelper@2d6870c5 for service interface net.bivrik.fancytoasts.platform.services.IFTBQuestsHelper +[07мая2026 22:07:45.374] [modloading-worker-0/INFO] [Fancy Toasts/]: Initialization on NeoForge in a production environment +[07мая2026 22:07:45.375] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge +[07мая2026 22:07:45.375] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.server.command.ConfigCommand for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.378] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/server/command/ConfigCommand; to the game event bus +[07мая2026 22:07:45.379] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.filters.GenericPacketSplitter for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.379] [modloading-worker-0/DEBUG] [mixin/]: Mixing GenericPacketSplitterMixin from fabric-networking-api-v1.mixins.json into net.neoforged.neoforge.network.filters.GenericPacketSplitter +[07мая2026 22:07:45.381] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:GenericPacketSplitterMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.385] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:GenericPacketSplitterMixin from mod fabric_networking_api_v1->@Inject::encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/protocol/Packet;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.387] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file hearthandharvest-common.toml for hearthandharvest tracking +[07мая2026 22:07:45.393] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/bettercombat/neoforge/network/NetworkEvents; to the mod event bus of mod bettercombat +[07мая2026 22:07:45.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.bettercombat.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.397] [modloading-worker-0/DEBUG] [mixin/]: Mixing fancytoasts.CreditsManagerMixin from smsn.mixins.json into net.bivrik.fancytoasts.core.manager.CreditsManager +[07мая2026 22:07:45.397] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:fancytoasts.CreditsManagerMixin from mod smsn->@Inject::onModInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.397] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:fancytoasts.CreditsManagerMixin from mod smsn->@Inject::getCredits(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.397] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:fancytoasts.CreditsManagerMixin from mod smsn->@Inject::getCredits(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.397] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:fancytoasts.CreditsManagerMixin from mod smsn->@Inject::getCredits(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.401] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/bettercombat/neoforge/client/NeoForgeClientMod; to the mod event bus of mod bettercombat +[07мая2026 22:07:45.405] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.bettercombat.neoforge.client.NeoForgeClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.409] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/bettercombat/neoforge/client/NeoForgeClientEvents; to the game event bus +[07мая2026 22:07:45.411] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.bettercombat.neoforge.NeoForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.412] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.CCustomPayloadPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket +[07мая2026 22:07:45.413] [modloading-worker-0/DEBUG] [ribbits/]: Loaded com.yungnickyoung.minecraft.ribbits.services.NeoForgePlatformHelper@1e80807d for service interface com.yungnickyoung.minecraft.ribbits.services.IPlatformHelper +[07мая2026 22:07:45.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/bettercombat/neoforge/NeoForgeEvents; to the game event bus +[07мая2026 22:07:45.416] [modloading-worker-0/DEBUG] [ribbits/]: Loaded com.yungnickyoung.minecraft.ribbits.services.NeoForgeSupporterHelper@7788ccc0 for service interface com.yungnickyoung.minecraft.ribbits.services.ISupporterHelper +[07мая2026 22:07:45.419] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientBoundCustomPayloadPacketLMixin from connectivity.mixins.json into net.minecraft.network.protocol.common.ClientboundCustomPayloadPacket +[07мая2026 22:07:45.420] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.SCustomPayloadPlayPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.common.ClientboundCustomPayloadPacket +[07мая2026 22:07:45.431] [modloading-worker-0/INFO] [ChatImpressiveAnimation/]: Chat Impressive Animation is loaded! +[07мая2026 22:07:45.431] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chatimpressiveanimation +[07мая2026 22:07:45.436] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for climaterivers:main +[07мая2026 22:07:45.444] [modloading-worker-0/DEBUG] [mixin/]: Mixing ribbits.RibbitEntityMixin from smsn.mixins.json into com.yungnickyoung.minecraft.ribbits.entity.RibbitEntity +[07мая2026 22:07:45.446] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:ribbits.RibbitEntityMixin from mod smsn->@Inject::isPrideMonth(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.454] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structure_layout_optimizer +[07мая2026 22:07:45.456] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.457] [modloading-worker-0/INFO] [Fancy Toasts/]: ToastConfigData{path='./config/fancytoasts/toast.json', version='1', textureId='fancytoasts:textures/toast/vanilla.png', animationId='fancytoasts:animations/toast/standard', soundIds='{TASK=minecraft:entity.allay.ambient_with_item, GOAL=minecraft:entity.firework_rocket.twinkle_far, CHALLENGE=minecraft:ui.toast.challenge_complete}'} +[07мая2026 22:07:45.465] [modloading-worker-0/INFO] [betternether/]: =^..^= BetterNether Neoforged for 1.21 =^..^= +[07мая2026 22:07:45.470] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file supplementaries-common.toml for supplementaries tracking +[07мая2026 22:07:45.479] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.attribute_supplier_dedup.AttributeSupplierBuilderMixin from modernfix-modernfix.mixins.json into net.minecraft.world.entity.ai.attributes.AttributeSupplier$Builder +[07мая2026 22:07:45.479] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.479] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deduplicateInstances$0(Lnet/minecraft/core/Holder;Lnet/minecraft/world/entity/ai/attributes/AttributeInstance;)Lnet/minecraft/world/entity/ai/attributes/AttributeInstance; to mdd85188$modernfix$lambda$deduplicateInstances$0$0 in modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierBuilderMixin from mod modernfix +[07мая2026 22:07:45.479] [modloading-worker-0/INFO] [Fancy Toasts/]: GeneralConfigData{path='./config/fancytoasts/general.json', version='2', isJadeHiding='true', isBossBarHiding='true', areSoundsEnabled='true', taskVolume='1.0', goalVolume='1.0', challengeVolume='1.0', loopsStrength='1.0', loopsSpeed='1.0', pitchRandomness='0.05', animationSpeed='1.0', offsetX='0', offsetY='-50', toastAnchor='TOP', toastScreenBehavior='TRANSPARENT'} +[07мая2026 22:07:45.482] [modloading-worker-0/DEBUG] [mixin/]: Mixing AttributeSupplierBuilderMixin from connector.mixins.json into net.minecraft.world.entity.ai.attributes.AttributeSupplier$Builder +[07мая2026 22:07:45.482] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:AttributeSupplierBuilderMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.484] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierBuilderMixin from mod modernfix->@Inject::deduplicateInstances(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.484] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierBuilderMixin from mod modernfix->@Inject::deduplicateInstances(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.484] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierBuilderMixin from mod modernfix->@Inject::deduplicateInstances(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.493] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.493] [modloading-worker-0/INFO] [Fancy Toasts/]: ToastsFilteringData{path='./config/fancytoasts/toast_filtering.json', version='1', fancyAdvancementToastsEnabled='false', fancyQuestsToastsEnabled='true', advancementToastsEnabled='false', recipeToastsEnabled='false', systemToastsEnabled='false', tutorialToastsEnabled='false', typesToIgnore='{TASK=false, GOAL=false, CHALLENGE=false}', toastsToIgnore='[]'} +[07мая2026 22:07:45.497] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fancytoasts +[07мая2026 22:07:45.498] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for reeses_sodium_options +[07мая2026 22:07:45.498] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for searchables +[07мая2026 22:07:45.498] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for threadtweak +[07мая2026 22:07:45.498] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtaverns +[07мая2026 22:07:45.499] [modloading-worker-0/INFO] [noisium/]: Loading Noisium. +[07мая2026 22:07:45.499] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for noisium +[07мая2026 22:07:45.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for resourcefulconfig +[07мая2026 22:07:45.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_entity_events_v1 +[07мая2026 22:07:45.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.entity.event.EntityEventHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.522] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true +[07мая2026 22:07:45.523] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true +[07мая2026 22:07:45.523] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:45.524] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for pickupnotifier:main +[07мая2026 22:07:45.526] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for climaterivers:main +[07мая2026 22:07:45.529] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@74bb4761 +[07мая2026 22:07:45.533] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/entity/event/EntityEventHooks; to the game event bus +[07мая2026 22:07:45.542] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exclusions_lib +[07мая2026 22:07:45.542] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsjungletemplereplacement +[07мая2026 22:07:45.572] [modloading-worker-0/DEBUG] [mixin/]: Mixing PreventTaggedEffectRemovalMixin$MilkBottle from brewinandchewin.neoforge.mixins.json into vectorwing.farmersdelight.common.item.MilkBottleItem +[07мая2026 22:07:45.572] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$brewinandchewin$preventIntoxicationRemoval$0(Lnet/minecraft/world/effect/MobEffectInstance;)Z to mdd85188$brewinandchewin$lambda$brewinandchewin$preventIntoxicationRemoval$0$0 in brewinandchewin.neoforge.mixins.json:PreventTaggedEffectRemovalMixin$MilkBottle from mod brewinandchewin +[07мая2026 22:07:45.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for repurposed_structures +[07мая2026 22:07:45.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.telepathicgrunt.repurposedstructures.datagen.StructureNbtUpdaterDatagen for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.581] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/telepathicgrunt/repurposedstructures/datagen/StructureNbtUpdaterDatagen; to the mod event bus of mod repurposed_structures +[07мая2026 22:07:45.585] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file supplementaries-client.toml for supplementaries tracking +[07мая2026 22:07:45.586] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sawmill-common.toml for sawmill tracking +[07мая2026 22:07:45.592] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cumulus_menus-client.toml for cumulus_menus tracking +[07мая2026 22:07:45.594] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cumulus_menus +[07мая2026 22:07:45.594] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.aetherteam.cumulus.client.event.listeners.MenuListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.597] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/aetherteam/cumulus/client/event/listeners/MenuListener; to the game event bus +[07мая2026 22:07:45.600] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.aetherteam.cumulus.client.event.listeners.WorldPreviewListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.605] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.606] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:45.606] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.EntityRendererAccessor from cumulus_menus.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.606] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.accessor.EntityRendererAccessor from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:45.606] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.entity.cull.EntityRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.606] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.entity.cull.EntityRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.607] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRendererMixin from entityculling.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.607] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:EntityRendererMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.607] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.EntityRendererAccessor from aether.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.607] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRendererMixin from mixins.sodiumdynamiclights.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.607] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:EntityRendererMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.renderer.MixinEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.EntityRenderMixin from spell_engine.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.EntityRenderMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for climaterivers +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: Mixing ui.EntityRendererMixin from owo.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.609] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRendererMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.610] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.EntityRendererMixin from boatload.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.610] [modloading-worker-0/DEBUG] [mixin/]: Mixing LeashMixin from polytone-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[07мая2026 22:07:45.614] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numHeapArenas: 24 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numDirectArenas: 24 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.pageSize: 8192 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxOrder: 9 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.chunkSize: 4194304 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.smallCacheSize: 256 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.normalCacheSize: 64 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimInterval: 8192 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.useCacheForAllThreads: false +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.615] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:EntityRendererMixin from mod sodiumdynamiclights->@Inject::onGetBlockLight(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$vanillaLightOverrideCancel(Lnet/minecraft/world/entity/Entity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$protectPostRenderersLikeNametag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$protectPostRenderersLikeNametag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$protectPostRenderersLikeNametag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$revertForRenderersThatCallSuperFirst(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$revertForRenderersThatCallSuperFirst(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEntityRenderer from mod entity_texture_features->@Inject::etf$revertForRenderersThatCallSuperFirst(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.EntityRenderMixin from mod spell_engine->@Inject::shouldRender_WhileBeaming(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/client/renderer/culling/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.EntityRenderMixin from mod spell_engine->@Inject::shouldRender_WhileBeaming(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/client/renderer/culling/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRendererMixin from mod owo->@Inject::cancelLabel(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRendererMixin from mod owo->@Inject::adjustLabelRotation(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRendererMixin from mod owo->@Inject::adjustLabelRotation(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRendererMixin from mod owo->@Inject::adjustLabelRotation(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: boatload.mixins.json:client.EntityRendererMixin from mod boatload->@Inject::renderBanner(Lnet/minecraft/world/entity/Entity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: boatload.mixins.json:client.EntityRendererMixin from mod boatload->@Inject::renderBanner(Lnet/minecraft/world/entity/Entity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: boatload.mixins.json:client.EntityRendererMixin from mod boatload->@Inject::renderBanner(Lnet/minecraft/world/entity/Entity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.616] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:LeashMixin from mod polytone->@Inject::polytone$modifyLeashRender(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/joml/Matrix4f;FFFIIIIFFFFIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.621] [modloading-worker-0/DEBUG] [mixin/]: Mixing ZombieLivingEntityRendererMixin from variantsandventures-common.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.621] [modloading-worker-0/DEBUG] [mixin/]: Mixing bugfix.entity_pose_stack.LivingEntityRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.622] [modloading-worker-0/DEBUG] [mixin/]: Mixing safety.LivingEntityRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.622] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$handleOffThreadLayerAdd$0(Lnet/minecraft/client/renderer/entity/layers/RenderLayer;)V to mdd85188$modernfix$lambda$handleOffThreadLayerAdd$0$0 in modernfix-modernfix.mixins.json:safety.LivingEntityRendererMixin from mod modernfix +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererAccessor from accessories-common.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.LivingEntityRendererAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from accessories-forge.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: accessories-forge.mixins.json:client.LivingEntityRendererMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:LivingEntityRendererAccessor from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.623] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from bestylewither.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.625] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.LivingEntityRendererAccessor from punchy.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.625] [modloading-worker-0/DEBUG] [mixin/]: Mixing LivingEntityRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.625] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:LivingEntityRendererMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:45.626] [modloading-worker-0/DEBUG] [mixin/]: Mixing LivingEntityRendererMixin from crittersandcompanions.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.626] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.626] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererWhirlwind from rogues.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.626] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRendererWhirlwind from mod rogues: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.627] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRenderStealth from rogues.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.627] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRenderStealth from mod rogues: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.630] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.LivingEntityRendererMixin from deep_aether.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.630] [modloading-worker-0/DEBUG] [mixin/]: deep_aether.mixins.json:entity.LivingEntityRendererMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.631] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from galosphere.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.632] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.MixinLivingEntityRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.632] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.635] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.renderer.MixinLivingEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.635] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.636] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.LivingEntityRendererAccessor from cataclysm.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.636] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.LivingEntityRendererAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.636] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.render.LivingEntityRendererMixin from spell_engine.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.636] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.638] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererAccessorMixin from ichunutil.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.638] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.LivingEntityRendererAccessorMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.638] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from ichunutil.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.638] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.LivingEntityRendererMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.638] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.639] [modloading-worker-0/DEBUG] [mixin/]: Mixing LivingEntityRendererInvoker from creeperoverhaul-common.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.639] [modloading-worker-0/DEBUG] [mixin/]: creeperoverhaul-common.mixins.json:LivingEntityRendererInvoker from mod creeperoverhaul: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.639] [modloading-worker-0/DEBUG] [mixin/]: Mixing firstPerson.LivingEntityRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer +[07мая2026 22:07:45.639] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$filterLayers$0(Ljava/lang/Object;)Z to mdd85188$playeranimator$lambda$filterLayers$0$1 in playerAnimator-common.mixins.json:firstPerson.LivingEntityRendererMixin from mod playeranimator +[07мая2026 22:07:45.647] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: pooled +[07мая2026 22:07:45.647] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0 +[07мая2026 22:07:45.647] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384 +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: bestylewither.mixins.json:client.LivingEntityRendererMixin from mod bestylewither->@Inject::getWhiteOverlayProgressInject(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: bestylewither.mixins.json:client.LivingEntityRendererMixin from mod bestylewither->@Inject::getWhiteOverlayProgressInject2(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.656] [modloading-worker-0/DEBUG] [mixin/]: crittersandcompanions.mixins.json:LivingEntityRendererMixin from mod crittersandcompanions->@Inject::onRender(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.657] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRendererWhirlwind from mod rogues->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.657] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRendererWhirlwind from mod rogues->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.657] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRendererWhirlwind from mod rogues->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.657] [modloading-worker-0/DEBUG] [mixin/]: rogues.mixins.json:client.LivingEntityRenderStealth from mod rogues->@Inject::getRenderLayer_HEAD_Stealth(Lnet/minecraft/world/entity/LivingEntity;ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.657] [modloading-worker-0/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;III)V +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$Animate(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$Animate(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$Animate(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$grabEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$grabEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$grabEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$eachFeatureLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$eachFeatureLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinLivingEntityRenderer from mod entity_model_features->@Inject::emf$eachFeatureLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeatures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeatures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeatures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesLoopEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesLoopEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesLoopEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinLivingEntityRenderer from mod entity_texture_features->@Inject::etf$markFeaturesEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_TAIL_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_TAIL_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.LivingEntityRendererMixin from mod spell_engine->@Inject::render_TAIL_SpellEngine(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.LivingEntityRendererMixin from mod ichunutil->@Inject::ichunutil$render(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.LivingEntityRendererMixin from mod ichunutil->@Inject::ichunutil$render(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.LivingEntityRendererMixin from mod ichunutil->@Inject::ichunutil$render(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.LivingEntityRendererMixin from mod quark->@Inject::pushChickenDown(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.LivingEntityRendererMixin from mod quark->@Inject::pushChickenDown(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.658] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.LivingEntityRendererMixin from mod quark->@Inject::pushChickenDown(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.659] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method invokeAddLayer(Lnet/minecraft/client/renderer/entity/layers/RenderLayer;)Z in net.minecraft.client.renderer.entity.LivingEntityRenderer was not merged +[07мая2026 22:07:45.659] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getLayers()Ljava/util/List; in net.minecraft.client.renderer.entity.LivingEntityRenderer was not merged +[07мая2026 22:07:45.669] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.670] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method getShadowRadius(Lnet/minecraft/world/entity/Entity;)F to mdd85188$playeranimator$getShadowRadius$0 in playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator +[07мая2026 22:07:45.673] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerArmorMixin from betternether.mixins.client.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.674] [modloading-worker-0/DEBUG] [mixin/]: Mixing bugfix.entity_pose_stack.PlayerRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.675] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PlayerRendererMixin from accessories-common.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.675] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.677] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.LivingEntityRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.678] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.678] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerRendererMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:45.678] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerRendererMixin from betterend.mixins.client.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.679] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PlayerRendererMixin from galosphere.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.679] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.MixinPlayerEntityRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.679] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.680] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.renderer.MixinPlayerEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.680] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.683] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PlayerRendererMixin from blueprint.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.684] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.supporters.PlayerRendererMixin from ribbits.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.684] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.PlayerRendererMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.684] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PlayerEntityRendererMixin from ranged_weapon_api.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.684] [modloading-worker-0/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:client.PlayerEntityRendererMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.685] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PlayerRendererMixin from create.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::hideBonesInFirstPerson(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::hideBonesInFirstPerson(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::hideBonesInFirstPerson(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::applyBodyTransforms(Lnet/minecraft/client/player/AbstractClientPlayer;Lcom/mojang/blaze3d/vertex/PoseStack;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::applyBodyTransforms(Lnet/minecraft/client/player/AbstractClientPlayer;Lcom/mojang/blaze3d/vertex/PoseStack;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::applyBodyTransforms(Lnet/minecraft/client/player/AbstractClientPlayer;Lcom/mojang/blaze3d/vertex/PoseStack;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::notifyModelOfFirstPerson(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::notifyModelOfFirstPerson(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerRendererMixin from mod playeranimator->@Inject::notifyModelOfFirstPerson(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:PlayerArmorMixin from mod betternether->@Inject::bcl_onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:PlayerArmorMixin from mod betternether->@Inject::bcl_onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:PlayerArmorMixin from mod betternether->@Inject::bcl_onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/model/PlayerModel;Lnet/minecraft/resources/ResourceLocation;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/model/PlayerModel;Lnet/minecraft/resources/ResourceLocation;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/model/PlayerModel;Lnet/minecraft/resources/ResourceLocation;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonRightAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonRightAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonRightAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.701] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonLeftAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonLeftAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.PlayerRendererMixin from mod accessories->@Inject::accessories$firstPersonLeftAccessories(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntityRendererMixin from mod punchy->@Inject::punchy$applyThirdPersonAnimation(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntityRendererMixin from mod punchy->@Inject::punchy$applyThirdPersonAnimation(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.LivingEntityRendererMixin from mod punchy->@Inject::punchy$applyThirdPersonAnimation(Lnet/minecraft/client/player/AbstractClientPlayer;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerRendererMixin from mod notenoughanimations->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerRendererMixin from mod notenoughanimations->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerRendererMixin from mod notenoughanimations->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:PlayerRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:PlayerRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:PlayerRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.PlayerRendererMixin from mod galosphere->@Inject::G$renderHand(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinPlayerEntityRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features->@Inject::etf$addFeatures(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features->@Inject::etf$addFeatures(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features->@Inject::etf$addFeatures(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features->@Inject::etf$redirectNicely(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPlayerEntityRenderer from mod entity_texture_features->@Inject::etf$getTexture(Lnet/minecraft/client/player/AbstractClientPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.PlayerRendererMixin from mod blueprint->@Inject::moveName(Lnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.PlayerRendererMixin from mod blueprint->@Inject::moveName(Lnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.PlayerRendererMixin from mod blueprint->@Inject::moveName(Lnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.PlayerRendererMixin from mod ribbits->@Inject::ribbits$addSupporterHatArmorLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.PlayerRendererMixin from mod ribbits->@Inject::ribbits$addSupporterHatArmorLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.PlayerRendererMixin from mod ribbits->@Inject::ribbits$addSupporterHatArmorLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.702] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.PlayerRendererMixin from mod create->@Inject::create$onGetArmPose(Lnet/minecraft/client/player/AbstractClientPlayer;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.706] [modloading-worker-0/DEBUG] [mixin/]: Mixing AdvancedPacketErrorLogging from connectivity.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.707] [modloading-worker-0/DEBUG] [mixin/]: Mixing ConnectionMixin from connectivity.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.707] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$on$2(Ljava/lang/String;Lio/netty/channel/ChannelHandlerContext;Lio/netty/util/concurrent/Future;)V to mdd85188$connectivity$lambda$on$2$0 in connectivity.mixins.json:ConnectionMixin from mod connectivity +[07мая2026 22:07:45.707] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$on$1(Ljava/lang/String;Lio/netty/channel/ChannelHandlerContext;Lio/netty/util/concurrent/Future;)V to mdd85188$connectivity$lambda$on$1$1 in connectivity.mixins.json:ConnectionMixin from mod connectivity +[07мая2026 22:07:45.707] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$on$0(Ljava/lang/String;Lio/netty/channel/ChannelHandlerContext;Lio/netty/util/concurrent/Future;)V to mdd85188$connectivity$lambda$on$0$2 in connectivity.mixins.json:ConnectionMixin from mod connectivity +[07мая2026 22:07:45.711] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.smart_ingredient_sync.ConnectionMixin from modernfix-modernfix.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.712] [modloading-worker-0/DEBUG] [mixin/]: Mixing ConnectionMixin from e4mc.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.715] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.715] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.716] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientConnectionMixin from owo.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.716] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ClientConnectionMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.716] [modloading-worker-0/DEBUG] [mixin/]: Mixing neoforge.ClientConnectionDisconnectHookMixin from owo.mixins.json into net.minecraft.network.Connection +[07мая2026 22:07:45.716] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.731] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::on(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::on(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::on(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::onSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::onSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::onSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::afterSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::afterSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ConnectionMixin from mod connectivity->@Inject::afterSend(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: e4mc.mixins.json:ConnectionMixin from mod e4mc->@Inject::hijackStart(Ljava/net/InetSocketAddress;Ljava/lang/Object;Lnet/minecraft/network/Connection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: e4mc.mixins.json:ConnectionMixin from mod e4mc->@Inject::killDoubleEncryption(Ljavax/crypto/Cipher;Ljavax/crypto/Cipher;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::checkPacket(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/PacketSendListener;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::unwatchAddon(Lnet/minecraft/network/ProtocolInfo;Lnet/minecraft/network/PacketListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::unwatchAddon(Lnet/minecraft/network/ProtocolInfo;Lnet/minecraft/network/PacketListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::unwatchAddon(Lnet/minecraft/network/ProtocolInfo;Lnet/minecraft/network/PacketListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric_networking_api_v1->@Inject::disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.732] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.ClientConnectionDisconnectHookMixin from mod owo->@Inject::owoNeo$disconnectAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.734] [modloading-worker-0/DEBUG] [mixin/]: Mixing owo.ConfigWrapperAccessor from accessories-common.mixins.json into io.wispforest.owo.config.ConfigWrapper +[07мая2026 22:07:45.734] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:owo.ConfigWrapperAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.741] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yungsapi +[07мая2026 22:07:45.742] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for conditional_mixin +[07мая2026 22:07:45.754] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/network/filters/GenericPacketSplitter; to the mod event bus of mod neoforge +[07мая2026 22:07:45.761] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/aetherteam/cumulus/client/event/listeners/WorldPreviewListener; to the game event bus +[07мая2026 22:07:45.764] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sawmill +[07мая2026 22:07:45.764] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for transition +[07мая2026 22:07:45.769] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.NetworkInitialization for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.771] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_data_attachment_v1 +[07мая2026 22:07:45.772] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/network/NetworkInitialization; to the mod event bus of mod neoforge +[07мая2026 22:07:45.773] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.ConfigurationInitialization for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.775] [modloading-worker-0/DEBUG] [betterendisland/]: Loaded com.yungnickyoung.minecraft.betterendisland.services.NeoForgePlatformHelper@394d8c64 for service interface com.yungnickyoung.minecraft.betterendisland.services.IPlatformHelper +[07мая2026 22:07:45.777] [modloading-worker-0/DEBUG] [betterendisland/]: Loaded com.yungnickyoung.minecraft.betterendisland.services.NeoForgeModulesLoader@55eefc1c for service interface com.yungnickyoung.minecraft.betterendisland.services.IModulesLoader +[07мая2026 22:07:45.783] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterendisland-neoforge-1_21.toml for betterendisland tracking +[07мая2026 22:07:45.786] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/network/ConfigurationInitialization; to the mod event bus of mod neoforge +[07мая2026 22:07:45.786] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterendisland +[07мая2026 22:07:45.787] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.common.MonsterRoomHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.794] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/common/MonsterRoomHooks; to the game event bus +[07мая2026 22:07:45.795] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for proplacer:main +[07мая2026 22:07:45.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.common.DeferredSpawnEggItem$CommonHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.797] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for nitrogen_internals +[07мая2026 22:07:45.797] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.aetherteam.nitrogen.event.listeners.TooltipListeners for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.798] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/common/DeferredSpawnEggItem$CommonHandler; to the mod event bus of mod neoforge +[07мая2026 22:07:45.799] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.common.DeferredSpawnEggItem$ColorRegisterHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.800] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/aetherteam/nitrogen/event/listeners/TooltipListeners; to the game event bus +[07мая2026 22:07:45.800] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file proplacer-client.toml for proplacer tracking +[07мая2026 22:07:45.801] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.aetherteam.nitrogen.Nitrogen for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.801] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler; to the mod event bus of mod neoforge +[07мая2026 22:07:45.802] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.client.model.data.ModelDataManager for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.802] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:45.802] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfLumiseneFluidMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.fluids.LumiseneFluid +[07мая2026 22:07:45.803] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for proplacer:main +[07мая2026 22:07:45.804] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/aetherteam/nitrogen/Nitrogen; to the game event bus +[07мая2026 22:07:45.809] [modloading-worker-0/DEBUG] [mixin/]: Mixing platform.neoforge.ModelDataMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.client.model.data.ModelData +[07мая2026 22:07:45.810] [modloading-worker-0/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.ModelDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.814] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/client/model/data/ModelDataManager; to the game event bus +[07мая2026 22:07:45.815] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.client.ParticleBoundsDebugRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.816] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfFlammableFluidBlockMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.fluids.FlammableLiquidBlock +[07мая2026 22:07:45.819] [modloading-worker-0/DEBUG] [mixin/]: Mixing bugfix.entity_pose_stack.PoseStackAccessor from modernfix-modernfix.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[07мая2026 22:07:45.819] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.PoseStackMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[07мая2026 22:07:45.819] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.immediate.matrix_stack.PoseStackMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.820] [modloading-worker-0/DEBUG] [mixin/]: Mixing PoseStackAccessor from gnetum.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[07мая2026 22:07:45.820] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:PoseStackAccessor from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.820] [modloading-worker-0/DEBUG] [mixin/]: Mixing PoseStackAccessor from flywheel.impl.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[07мая2026 22:07:45.820] [modloading-worker-0/DEBUG] [mixin/]: Mixing PoseStackMixin from flywheel.impl.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[07мая2026 22:07:45.822] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getPoseStack()Ljava/util/Deque; in com.mojang.blaze3d.vertex.PoseStack was not merged +[07мая2026 22:07:45.835] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinCommandSourceStack from architectury.mixins.json into net.minecraft.commands.CommandSourceStack +[07мая2026 22:07:45.835] [modloading-worker-0/DEBUG] [mixin/]: architectury.mixins.json:client.MixinCommandSourceStack from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:45.837] [modloading-worker-0/DEBUG] [mixin/]: Mixing CommandSourceStackMixin from kubejs.mixins.json into net.minecraft.commands.CommandSourceStack +[07мая2026 22:07:45.837] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$kjs$sendSuccess$0(Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component; to mdd85188$kubejs$lambda$kjs$sendSuccess$0$0 in kubejs.mixins.json:CommandSourceStackMixin from mod kubejs +[07мая2026 22:07:45.843] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfWrenchMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.items.WrenchItem +[07мая2026 22:07:45.851] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file toms_storage-common.toml for toms_storage tracking +[07мая2026 22:07:45.851] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file toms_storage-server.toml for toms_storage tracking +[07мая2026 22:07:45.859] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfSlingshotMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.items.SlingshotItem +[07мая2026 22:07:45.864] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/client/ParticleBoundsDebugRenderer; to the game event bus +[07мая2026 22:07:45.866] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.client.ClientHooks$ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/client/ClientHooks$ClientEvents; to the mod event bus of mod neoforge +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.MultiPlayerGameModeAccessor from proplacer.common.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [mixin/]: proplacer.common.mixins.json:client.accessor.MultiPlayerGameModeAccessor from mod proplacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ClientPlayerInteractionManagerMixin from bettercombat.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.867] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerInteractionManagerMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.869] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MultiPlayerGameModeMixin from punchy.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.870] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MultiPlayerGameModeMiningMixin from punchy.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.871] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MultiPlayerGameModeAttackMixin from punchy.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.871] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MultiPlayerGameModeMixin from iteminteractions.common.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.871] [modloading-worker-0/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.MultiPlayerGameModeMixin from mod iteminteractions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.872] [modloading-worker-0/DEBUG] [mixin/]: Mixing multipart_entities.client.MultiplayerGameModeMixin from cerbons_api-common.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.872] [modloading-worker-0/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.client.MultiplayerGameModeMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.876] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.control.ClientPlayerInteractionManagerMixin from spell_engine.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.876] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.ClientPlayerInteractionManagerMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.878] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.AccessorMultiPlayerGameMode from quark.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.878] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinMultiPlayerGameMode from fancymenu.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.878] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.884] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientPlayerInteractionManagerMixin from fabric-events-interaction-v0.client.mixins.json into net.minecraft.client.multiplayer.MultiPlayerGameMode +[07мая2026 22:07:45.884] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.client.mixins.json:ClientPlayerInteractionManagerMixin from mod fabric_events_interaction_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerInteractionManagerMixin from mod bettercombat->@Inject::cancelBlockBreaking_FixAttackCD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerInteractionManagerMixin from mod bettercombat->@Inject::cancelBlockBreaking_FixAttackCD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ClientPlayerInteractionManagerMixin from mod bettercombat->@Inject::cancelBlockBreaking_FixAttackCD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItemOnHead(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItemOnHead(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItemOnHead(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItemOn(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItemOn(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItem(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onUseItem(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onInteract(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onInteractAt(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/EntityHitResult;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onInteractAt(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/EntityHitResult;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMixin from mod punchy->@Inject::punchy$onInteractAt(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/phys/EntityHitResult;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStartDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$captureContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onContinueDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStopDestroy(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStopDestroy(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeMiningMixin from mod punchy->@Inject::punchy$onStopDestroy(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeAttackMixin from mod punchy->@Inject::punchy$onAttack(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeAttackMixin from mod punchy->@Inject::punchy$onAttack(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MultiPlayerGameModeAttackMixin from mod punchy->@Inject::punchy$onAttack(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.MultiPlayerGameModeMixin from mod iteminteractions->@Inject::handleInventoryMouseClick(IIILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.MultiPlayerGameModeMixin from mod iteminteractions->@Inject::handleInventoryMouseClick(IIILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: iteminteractions.common.mixins.json:client.MultiPlayerGameModeMixin from mod iteminteractions->@Inject::handleInventoryMouseClick(IIILnet/minecraft/world/inventory/ClickType;Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.client.MultiplayerGameModeMixin from mod cerbons_api->@Inject::attackHook(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.client.MultiplayerGameModeMixin from mod cerbons_api->@Inject::interactHook(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.control.ClientPlayerInteractionManagerMixin from mod spell_engine->@Inject::interactItem_HEAD_LockHotbar(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_performUseItemOn_captureItem_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_performUseItemOn_captureItem_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_performUseItemOn_captureItem_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_performUseItemOn_FancyMenu(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_useItem_captureItem_FancyMenu(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_useItem_captureItem_FancyMenu(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::before_useItem_captureItem_FancyMenu(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_useItem_FancyMenu(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.895] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMultiPlayerGameMode from mod fancymenu->@Inject::after_useItem_FancyMenu(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:45.896] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.client.mixins.json:ClientPlayerInteractionManagerMixin from mod fabric_events_interaction_v0->@Inject::fabric$onBlockBroken(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/state/BlockState;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:45.896] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.client.mixins.json:ClientPlayerInteractionManagerMixin from mod fabric_events_interaction_v0->@Inject::fabric$onBlockBroken(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/state/BlockState;)V has 0 override(s) in child classes +[07мая2026 22:07:45.896] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.client.mixins.json:ClientPlayerInteractionManagerMixin from mod fabric_events_interaction_v0->@Inject::fabric$onBlockBroken(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/state/BlockState;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:45.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/client/BlockEntityRenderBoundsDebugRenderer; to the game event bus +[07мая2026 22:07:45.907] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.attachment.AttachmentSync for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.910] [modloading-worker-0/DEBUG] [mixin/]: Mixing InventoryConnectorBlockEntityMixin from toms_storage_star_optimized.mixins.json into com.tom.storagemod.block.entity.InventoryConnectorBlockEntity +[07мая2026 22:07:45.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hearthandharvest +[07мая2026 22:07:45.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.HearthAndHarvest$ModEventBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.916] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/HearthAndHarvest$ModEventBusEvents; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:45.916] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for proplacer +[07мая2026 22:07:45.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/attachment/AttachmentSync; to the game event bus +[07мая2026 22:07:45.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.HearthAndHarvest$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.attachment.AttachmentInternals for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/HearthAndHarvest$ClientModEvents; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:45.923] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/neoforged/neoforge/attachment/AttachmentInternals; to the game event bus +[07мая2026 22:07:45.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.data.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.926] [modloading-worker-0/DEBUG] [KubeJS/]: Took 2 ms to grab stacktrace classes. +[07мая2026 22:07:45.927] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/data/DataGenerators; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:45.928] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.Config for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.928] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/Config; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:45.929] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.registry.HHModBlockEntities for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.929] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/registry/HHModBlockEntities; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:45.930] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.VillagerEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.933] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pickupnotifier +[07мая2026 22:07:45.936] [modloading-worker-0/DEBUG] [bettermineshafts/]: Loaded com.yungnickyoung.minecraft.bettermineshafts.services.NeoForgePlatformHelper@119bf3e5 for service interface com.yungnickyoung.minecraft.bettermineshafts.services.IPlatformHelper +[07мая2026 22:07:45.937] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/VillagerEvents; to the game event bus +[07мая2026 22:07:45.937] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfSafeMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.SafeBlock +[07мая2026 22:07:45.937] [modloading-worker-0/DEBUG] [bettermineshafts/]: Loaded com.yungnickyoung.minecraft.bettermineshafts.services.NeoForgeModulesLoader@6fca4435 for service interface com.yungnickyoung.minecraft.bettermineshafts.services.IModulesLoader +[07мая2026 22:07:45.941] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.PotionBrewingRecipesEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.942] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/PotionBrewingRecipesEvent; to the game event bus +[07мая2026 22:07:45.943] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.GoatMilking for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.945] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/GoatMilking; to the game event bus +[07мая2026 22:07:45.947] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.FillSapCauldron for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/FillSapCauldron; to the game event bus +[07мая2026 22:07:45.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file bettermineshafts-neoforge-1_21.toml for bettermineshafts tracking +[07мая2026 22:07:45.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.DeprecationTooltipHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.951] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettermineshafts +[07мая2026 22:07:45.951] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/DeprecationTooltipHandler; to the game event bus +[07мая2026 22:07:45.952] [modloading-worker-0/DEBUG] [mixin/]: Mixing StorageTerminalBlockEntityMixin from toms_storage_star_optimized.mixins.json into com.tom.storagemod.block.entity.StorageTerminalBlockEntity +[07мая2026 22:07:45.952] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$updateServer$2(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)I to mdd85188$toms_storage_star_optimized$lambda$updateServer$2$0 in toms_storage_star_optimized.mixins.json:StorageTerminalBlockEntityMixin from mod toms_storage_star_optimized +[07мая2026 22:07:45.953] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$updateServer$1(Lcom/tom/storagemod/inventory/StoredItemStack;Lcom/tom/storagemod/inventory/StoredItemStack;)Lcom/tom/storagemod/inventory/StoredItemStack; to mdd85188$toms_storage_star_optimized$lambda$updateServer$1$1 in toms_storage_star_optimized.mixins.json:StorageTerminalBlockEntityMixin from mod toms_storage_star_optimized +[07мая2026 22:07:45.953] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$updateServer$0(Lcom/tom/storagemod/inventory/StoredItemStack;)V to mdd85188$toms_storage_star_optimized$lambda$updateServer$0$2 in toms_storage_star_optimized.mixins.json:StorageTerminalBlockEntityMixin from mod toms_storage_star_optimized +[07мая2026 22:07:45.953] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.CowMilking for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.964] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/CowMilking; to the game event bus +[07мая2026 22:07:45.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.CleaverEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for e4mc +[07мая2026 22:07:45.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_client_tags_api_v1 +[07мая2026 22:07:45.969] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/CleaverEvents; to the game event bus +[07мая2026 22:07:45.971] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.event.ChickenPlucking for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.972] [modloading-worker-0/DEBUG] [betterjungletemples/]: Loaded com.yungnickyoung.minecraft.betterjungletemples.services.NeoForgePlatformHelper@30e4e896 for service interface com.yungnickyoung.minecraft.betterjungletemples.services.IPlatformHelper +[07мая2026 22:07:45.974] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/event/ChickenPlucking; to the game event bus +[07мая2026 22:07:45.974] [modloading-worker-0/DEBUG] [betterjungletemples/]: Loaded com.yungnickyoung.minecraft.betterjungletemples.services.NeoForgeModulesLoader@625df6f0 for service interface com.yungnickyoung.minecraft.betterjungletemples.services.IModulesLoader +[07мая2026 22:07:45.974] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file despawntweaks-common.toml for despawntweaks tracking +[07мая2026 22:07:45.974] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for despawntweaks +[07мая2026 22:07:45.974] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class toni.despawntweaks.foundation.config.AllConfigs for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.975] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.common.block.entity.CaskBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:45.975] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltoni/despawntweaks/foundation/config/AllConfigs; to the mod event bus of mod despawntweaks +[07мая2026 22:07:45.975] [modloading-worker-0/DEBUG] [betterjungletemples/]: Loaded com.yungnickyoung.minecraft.betterjungletemples.services.NeoForgeProcessorProvider@18dbb31c for service interface com.yungnickyoung.minecraft.betterjungletemples.services.IProcessorProvider +[07мая2026 22:07:45.976] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfGunpowderMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.GunpowderBlock +[07мая2026 22:07:45.984] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterjungletemples-neoforge-1_21.toml for betterjungletemples tracking +[07мая2026 22:07:45.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterjungletemples +[07мая2026 22:07:45.988] [modloading-worker-0/DEBUG] [mixin/]: Mixing violetmoon.zeta.ZetaModuleManagerMixin from smsn.mixins.json into org.violetmoon.zeta.module.ZetaModuleManager +[07мая2026 22:07:45.991] [modloading-worker-0/DEBUG] [mixin/]: Mixing ItemStackHandlerMixin from kubejs.mixins.json into net.neoforged.neoforge.items.ItemStackHandler +[07мая2026 22:07:45.991] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.ItemStackHandlerAccessor from create.mixins.json into net.neoforged.neoforge.items.ItemStackHandler +[07мая2026 22:07:45.996] [modloading-worker-0/DEBUG] [mixin/]: Mixing RecipeHolderMixin from kubejs.mixins.json into net.minecraft.world.item.crafting.RecipeHolder +[07мая2026 22:07:45.998] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for elytraslot +[07мая2026 22:07:45.999] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfSoapItemMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.items.SoapItem +[07мая2026 22:07:46.004] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinTerrainParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.TerrainParticle +[07мая2026 22:07:46.004] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:46.005] [modloading-worker-0/DEBUG] [mixin/]: Mixing BlockDustParticleMixin from fabric-particles-v1.client.mixins.json into net.minecraft.client.particle.TerrainParticle +[07мая2026 22:07:46.005] [modloading-worker-0/DEBUG] [mixin/]: fabric-particles-v1.client.mixins.json:BlockDustParticleMixin from mod fabric_particles_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.005] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.006] [modloading-worker-0/DEBUG] [mixin/]: Mixing TerrainParticleMixin from polytone.mixins.json into net.minecraft.client.particle.TerrainParticle +[07мая2026 22:07:46.007] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.007] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.007] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.007] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$overrideParticleSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.013] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for convenienteffects:main +[07мая2026 22:07:46.014] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.016] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/common/block/entity/CaskBlockEntity; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:46.018] [modloading-worker-0/DEBUG] [wover-core/]: Creating registry: wover:wover/biome_codec_network +[07мая2026 22:07:46.019] [modloading-worker-0/DEBUG] [wover-core/]: Creating registry: wover:wover/biome_codec +[07мая2026 22:07:46.025] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file convenienteffects-client.toml for convenienteffects tracking +[07мая2026 22:07:46.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file convenienteffects-server.toml for convenienteffects tracking +[07мая2026 22:07:46.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file convenienteffects-common.toml for convenienteffects tracking +[07мая2026 22:07:46.036] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.SingletonGeoAnimatableMixin from alltheleaks.mixins.json into software.bernie.geckolib.animatable.SingletonGeoAnimatable +[07мая2026 22:07:46.036] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alabaster.hearthandharvest.client.event.ClientEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.041] [modloading-worker-0/DEBUG] [mixin/]: Mixing FeatureRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.layers.RenderLayer +[07мая2026 22:07:46.043] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:FeatureRendererMixin from mod playeranimator->@Inject::init(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.043] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:FeatureRendererMixin from mod playeranimator->@Inject::init(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.043] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:FeatureRendererMixin from mod playeranimator->@Inject::init(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.045] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalabaster/hearthandharvest/client/event/ClientEventHandler; to the mod event bus of mod hearthandharvest +[07мая2026 22:07:46.047] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for convenienteffects:main +[07мая2026 22:07:46.049] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat.PistonReactQuarkMixin from moonlight-common.mixins.json into net.mehvahdjukaar.moonlight.api.block.IPistonMotionReact +[07мая2026 22:07:46.050] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:compat.PistonReactQuarkMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.052] [modloading-worker-0/DEBUG] [mixin/]: Mixing firstPerson.CameraAccessor from playerAnimator-common.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.052] [modloading-worker-0/DEBUG] [mixin/]: Mixing CameraMixin from aileron-common.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.053] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from snowrealmagic.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.054] [modloading-worker-0/DEBUG] [mixin/]: Mixing CameraMixin from supplementaries-common.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.054] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:CameraMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.054] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from cumulus_menus.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.054] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CameraMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:46.054] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from punchy.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.057] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from blueprint.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.058] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from create.mixins.json into net.minecraft.client.Camera +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:CameraMixin from mod supplementaries->@Inject::supp$setupCannonCamera(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CameraMixin from mod cumulus_menus->@Inject::setup(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CameraMixin from mod cumulus_menus->@Inject::setup(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CameraMixin from mod cumulus_menus->@Inject::setup(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.CameraMixin from mod punchy->@Inject::punchy$applyCameraAnimation(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.CameraMixin from mod punchy->@Inject::punchy$applyCameraAnimation(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.CameraMixin from mod punchy->@Inject::punchy$applyCameraAnimation(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.CameraMixin from mod blueprint->@Inject::shakeCamera(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.CameraMixin from mod blueprint->@Inject::shakeCamera(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.064] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.CameraMixin from mod blueprint->@Inject::shakeCamera(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/world/entity/Entity;ZZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.075] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fallingtree +[07мая2026 22:07:46.082] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfNetheriteDoorMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.NetheriteTrapdoorBlock +[07мая2026 22:07:46.089] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfNetheriteDoorMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.NetheriteDoorBlock +[07мая2026 22:07:46.099] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:46.104] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for convenienteffects +[07мая2026 22:07:46.107] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for balm +[07мая2026 22:07:46.109] [modloading-worker-0/INFO] [STDOUT/]: [net.dnlayu.fastboot.FastBoot::9]: === FASTBOOT MOD LOADED SUCCESSFULLY === +[07мая2026 22:07:46.111] [modloading-worker-0/INFO] [STDOUT/]: [net.dnlayu.fastboot.FastBoot::10]: FastBoot mod is now active! +[07мая2026 22:07:46.111] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastboot +[07мая2026 22:07:46.128] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for abridged +[07мая2026 22:07:46.128] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_model_loading_api_v1 +[07мая2026 22:07:46.131] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for effortless +[07мая2026 22:07:46.140] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file jei-server.toml for jei tracking +[07мая2026 22:07:46.174] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.174] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.SavedDataMixin from alltheleaks.mixins.json into net.minecraft.world.level.saveddata.SavedData +[07мая2026 22:07:46.175] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:46.176] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.176] [modloading-worker-0/DEBUG] [mixin/]: Mixing yacl.YACLScreenMixin from structurify-common.mixins.json into dev.isxander.yacl3.gui.YACLScreen +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.177] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.179] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.179] [modloading-worker-0/DEBUG] [mixin/]: structurify-common.mixins.json:yacl.YACLScreenMixin from mod structurify->@Inject::structurify$onCloseTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.179] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.179] [modloading-worker-0/DEBUG] [mixin/]: Mixing MultiInventoryAccessAccessor from toms_storage_star_optimized.mixins.json into com.tom.storagemod.inventory.MultiInventoryAccess +[07мая2026 22:07:46.180] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.181] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:46.182] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.183] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:46.184] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlatformMultiInventoryAccessMixin from toms_storage_star_optimized.mixins.json into com.tom.storagemod.inventory.PlatformMultiInventoryAccess +[07мая2026 22:07:46.184] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.185] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.185] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:46.188] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structurify +[07мая2026 22:07:46.202] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalbonemeal:main +[07мая2026 22:07:46.204] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file universalbonemeal-server.toml for universalbonemeal tracking +[07мая2026 22:07:46.206] [modloading-worker-0/DEBUG] [mixin/]: Mixing StorageTerminalMenuMixin from toms_storage_star_optimized.mixins.json into com.tom.storagemod.menu.StorageTerminalMenu +[07мая2026 22:07:46.210] [modloading-worker-0/DEBUG] [mixin/]: toms_storage_star_optimized.mixins.json:StorageTerminalMenuMixin from mod toms_storage_star_optimized->@Inject::tsso$throttleBroadcast(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.228] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for universalbonemeal:main +[07мая2026 22:07:46.228] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for universalbonemeal +[07мая2026 22:07:46.229] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lithium +[07мая2026 22:07:46.229] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for configlibtxf +[07мая2026 22:07:46.229] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.jahirtrap.configlib.ConfigLibMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.229] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/jahirtrap/configlib/ConfigLibMod; to the mod event bus of mod configlibtxf +[07мая2026 22:07:46.231] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_screen_handler_api_v1 +[07мая2026 22:07:46.231] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flerovium +[07мая2026 22:07:46.233] [modloading-worker-0/DEBUG] [mixin/]: Mixing BooleanRuleInvoker from puffish_skills.mixins.json into net.minecraft.world.level.GameRules$BooleanValue +[07мая2026 22:07:46.233] [modloading-worker-0/DEBUG] [mixin/]: puffish_skills.mixins.json:BooleanRuleInvoker from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for audioimprovements +[07мая2026 22:07:46.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class namelessju.audioimprovements.neoforge.AudioImprovementsNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnamelessju/audioimprovements/neoforge/AudioImprovementsNeoForge; to the game event bus +[07мая2026 22:07:46.255] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from wover.event.mixins.common.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.256] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_biomesReady$1(Lorg/betterx/wover/events/api/types/BeforeCreatingLevels;)V to mdd85188$wover$lambda$wover_biomesReady$1$0 in wover.event.mixins.common.json:MinecraftServerMixin from mod wover +[07мая2026 22:07:46.256] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_initMinecraftServerLate$0(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Lorg/betterx/wover/events/api/types/OnMinecraftServerReady;)V to mdd85188$wover$lambda$wover_initMinecraftServerLate$0$1 in wover.event.mixins.common.json:MinecraftServerMixin from mod wover +[07мая2026 22:07:46.256] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goblintraders +[07мая2026 22:07:46.256] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.goblintraders.client.ClientHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.259] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.fix_loop_spin_waiting.MinecraftServerMixin from modernfix-modernfix.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.260] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.MinecraftServerMixin from modernfix-modernfix.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.261] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$mfix$endReloadTrack$0(Ljava/lang/Void;)V to mdd85188$modernfix$lambda$mfix$endReloadTrack$0$2 in modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix +[07мая2026 22:07:46.261] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dedicated_reload_executor.MinecraftServerMixin from modernfix-modernfix.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.261] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from biolith.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.261] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinMinecraftServer from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.263] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from balm.neoforge.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.263] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$reloadResources$0(Ljava/lang/Void;)V to mdd85188$balm$lambda$reloadResources$0$3 in balm.neoforge.mixins.json:MinecraftServerMixin from mod balm +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MinecraftServerMixin from cumulus_menus.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.MinecraftServerMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.accessor.MinecraftServerAccessor from cumulus_menus.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:common.accessor.MinecraftServerAccessor from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from immersive_optimization.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.MinecraftServerMixin from alltheleaks.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from xaerohud.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.264] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.265] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from fabric-message-api-v1.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.265] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.265] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onGetChatDecorator$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component; to mdd85188$fabric_message_api_v1$lambda$onGetChatDecorator$0$4 in fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1 +[07мая2026 22:07:46.265] [modloading-worker-0/DEBUG] [mixin/]: Mixing minecraft.MinecraftServerMixin from reliable_replacer.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.265] [modloading-worker-0/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.MinecraftServerMixin from mod reliable_replacer: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.266] [modloading-worker-0/DEBUG] [mixin/]: Mixing resource_manager.MinecraftServerMixin from wover.event.mixins.common.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.266] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_reloadResourcesEvent$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to mdd85188$wover$lambda$wover_reloadResourcesEvent$0$5 in wover.event.mixins.common.json:resource_manager.MinecraftServerMixin from mod wover +[07мая2026 22:07:46.266] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.accessor.MinecraftServerAccessor from aether.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.266] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelCreatedCallback from structureessentials.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.267] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from xaeroworldmap.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.267] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.267] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.267] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.267] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to mdd85188$fabric_lifecycle_events_v1$lambda$endResourceReload$0$6 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1 +[07мая2026 22:07:46.269] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from kubejs.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.269] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$kjs$endResourceReload$1()V to mdd85188$kubejs$lambda$kjs$endResourceReload$1$7 in kubejs.mixins.json:MinecraftServerMixin from mod kubejs +[07мая2026 22:07:46.269] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$kjs$init$0()V to mdd85188$kubejs$lambda$kjs$init$0$8 in kubejs.mixins.json:MinecraftServerMixin from mod kubejs +[07мая2026 22:07:46.275] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.275] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.275] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$init$0(Lnet/minecraft/server/packs/PackResources;)Ljava/util/stream/Stream; to mdd85188$fabric_resource_loader_v0$lambda$init$0$9 in fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0 +[07мая2026 22:07:46.277] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from alternate-current.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.277] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:46.277] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from blueprint.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.279] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerAccessorMixin from ichunutil.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.279] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:MinecraftServerAccessorMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.279] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from moonlight.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.279] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:MinecraftServerMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.280] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.MinecraftServerAccessor from ponder-common.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.280] [modloading-worker-0/DEBUG] [mixin/]: ponder-common.mixins.json:accessor.MinecraftServerAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.280] [modloading-worker-0/DEBUG] [mixin/]: Mixing asynccatchers.MixinMinecraftServer from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.281] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.287] [modloading-worker-0/DEBUG] [mixin/]: Mixing idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.289] [modloading-worker-0/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.290] [modloading-worker-0/DEBUG] [mixin/]: Mixing shutdown.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.291] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from c2me-notickvd.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.292] [modloading-worker-0/DEBUG] [mixin/]: Mixing time.ServerTickMixin from smoothmovement.mixins.json into net.minecraft.server.MinecraftServer +[07мая2026 22:07:46.292] [modloading-worker-0/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerTickMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_initMinecraftServerLate(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_initMinecraftServerLate(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_initMinecraftServerLate(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_biomesReady(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_biomesReady(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:MinecraftServerMixin from mod wover->@Inject::wover_biomesReady(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::startReloadTrack(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::startReloadTrack(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::startReloadTrack(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::trackTickTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::trackTickTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:core.MinecraftServerMixin from mod modernfix->@Inject::trackTickTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: balm.neoforge.mixins.json:MinecraftServerMixin from mod balm->@Inject::reloadResources(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.MinecraftServerMixin from mod cumulus_menus->@Inject::fillSystemReport(Lnet/minecraft/SystemReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.MinecraftServerMixin from mod cumulus_menus->@Inject::fillSystemReport(Lnet/minecraft/SystemReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.MinecraftServerMixin from mod cumulus_menus->@Inject::fillSystemReport(Lnet/minecraft/SystemReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization->@Inject::immersiveOptimization$loadLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization->@Inject::immersiveOptimization$loadLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization->@Inject::immersiveOptimization$loadLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1->@Inject::onGetChatDecorator(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.MinecraftServerMixin from mod reliable_replacer->@Inject::reliableReplacer$setServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.MinecraftServerMixin from mod reliable_replacer->@Inject::reliableReplacer$setServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: reliable_replacer.mixins.json:minecraft.MinecraftServerMixin from mod reliable_replacer->@Inject::reliableReplacer$setServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.319] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:resource_manager.MinecraftServerMixin from mod wover->@Inject::wover_reloadResourcesEvent(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials->@Inject::afterLevelCreation(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials->@Inject::afterLevelCreation(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials->@Inject::afterLevelCreation(Lnet/minecraft/server/level/progress/ChunkProgressListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::startSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::endSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::endSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1->@Inject::endSave(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$postTickServer(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$postTickServer(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$postTickServer(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:MinecraftServerMixin from mod kubejs->@Inject::kjs$endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0->@Inject::init(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0->@Inject::init(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0->@Inject::init(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/net/Proxy;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:MinecraftServerMixin from mod moonlight->@Inject::moonlight$serverDynamicPackEarlyReload(Lcom/google/common/collect/ImmutableList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:MinecraftServerMixin from mod moonlight->@Inject::moonlight$serverDynamicPackEarlyReload(Lcom/google/common/collect/ImmutableList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:MinecraftServerMixin from mod moonlight->@Inject::moonlight$serverDynamicPackEarlyReload(Lcom/google/common/collect/ImmutableList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.320] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.321] [modloading-worker-0/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerTickMixin from mod smoothmovement->@Inject::onServerTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.321] [modloading-worker-0/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerTickMixin from mod smoothmovement->@Inject::onServerTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.321] [modloading-worker-0/DEBUG] [mixin/]: smoothmovement.mixins.json:time.ServerTickMixin from mod smoothmovement->@Inject::onServerTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.327] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/goblintraders/client/ClientHandler; to the mod event bus of mod goblintraders +[07мая2026 22:07:46.331] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for grindenchantments +[07мая2026 22:07:46.332] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.mschae23.grindenchantments.GrindEnchantmentsMod$CommonModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.336] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCaelusApi from caelus.mixins.json into com.illusivesoulworks.caelus.api.CaelusApi +[07мая2026 22:07:46.336] [modloading-worker-0/DEBUG] [mixin/]: caelus.mixins.json:MixinCaelusApi from mod caelus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.337] [modloading-worker-0/DEBUG] [mixin/]: caelus.mixins.json:MixinCaelusApi from mod caelus->@Inject::caelus$getInstance(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.337] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lde/mschae23/grindenchantments/GrindEnchantmentsMod$CommonModEvents; to the mod event bus of mod grindenchantments +[07мая2026 22:07:46.339] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.mschae23.grindenchantments.GrindEnchantmentsClient$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.341] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lde/mschae23/grindenchantments/GrindEnchantmentsClient$ClientModEvents; to the mod event bus of mod grindenchantments +[07мая2026 22:07:46.341] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinDimensionOptions from biolith.mixins.json into net.minecraft.world.level.dimension.LevelStem +[07мая2026 22:07:46.341] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDimensionOptions from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.342] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDimensionOptions from mod biolith->@Inject::biolith$storeDimensionTypeToBiomeSource(Lnet/minecraft/core/Holder;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.343] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.mschae23.grindenchantments.GrindEnchantmentsClient$ClientGameEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for toms_storage +[07мая2026 22:07:46.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lde/mschae23/grindenchantments/GrindEnchantmentsClient$ClientGameEvents; to the game event bus +[07мая2026 22:07:46.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.tom.storagemod.ServerEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.347] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/tom/storagemod/ServerEvents; to the game event bus +[07мая2026 22:07:46.351] [modloading-worker-0/DEBUG] [Caelus API/]: Loaded com.illusivesoulworks.caelus.platform.services.CaelusNeoForgeRegistry@33c1bee2 for service interface com.illusivesoulworks.caelus.platform.services.IRegistryFactory +[07мая2026 22:07:46.354] [modloading-worker-0/DEBUG] [Caelus API/]: Loaded com.illusivesoulworks.caelus.platform.services.CaelusNeoForge@2ab563dc for service interface com.illusivesoulworks.caelus.platform.services.ICaelusPlatform +[07мая2026 22:07:46.355] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for toms_storage_star_optimized +[07мая2026 22:07:46.359] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file paxi-neoforge-1_21.toml for paxi tracking +[07мая2026 22:07:46.363] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for paxi +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for caelus +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesMixin from snowrealmagic.mixins.json into net.minecraft.world.level.GameRules +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.level.GameRules +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: fabric-game-rule-api-v1.mixins.json:GameRulesAccessor from mod fabric_game_rule_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes$fabric_game_rule_api_v1_$md$d85188$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor from mod fabric_game_rule_api_v1 +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesInvoker from puffish_skills.mixins.json into net.minecraft.world.level.GameRules +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: puffish_skills.mixins.json:GameRulesInvoker from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Ljava/lang/String;Lnet/minecraft/world/level/GameRules$Category;Lnet/minecraft/world/level/GameRules$Type;)Lnet/minecraft/world/level/GameRules$Key; to invokeRegister$puffish_skills_$md$d85188$1 in puffish_skills.mixins.json:GameRulesInvoker from mod puffish_skills +[07мая2026 22:07:46.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing collections.gamerules.GameRulesMixin from lithium.mixins.json into net.minecraft.world.level.GameRules +[07мая2026 22:07:46.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesMixin from kubejs.mixins.json into net.minecraft.world.level.GameRules +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: snowrealmagic.mixins.json:GameRulesMixin from mod snowrealmagic->@Inject::srm_getInt(Lnet/minecraft/world/level/GameRules$Key;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.371] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.gamerules.GameRulesMixin from mod lithium->@Inject::reinitializeMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.372] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_v1 +[07мая2026 22:07:46.375] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastasyncworldsave +[07мая2026 22:07:46.380] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersive_optimization +[07мая2026 22:07:46.382] [modloading-worker-0/INFO] [net.fabricmc.fabric.impl.client.indigo.Indigo/]: [Indigo] Different rendering plugin detected; not applying Indigo. +[07мая2026 22:07:46.382] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_renderer_indigo +[07мая2026 22:07:46.383] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.level.GameRules$Key +[07мая2026 22:07:46.383] [modloading-worker-0/DEBUG] [mixin/]: fabric-game-rule-api-v1.mixins.json:GameRulesKeyMixin from mod fabric_game_rule_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.388] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file easy_mob_spawn_control-common.toml for easy_mob_spawn_control tracking +[07мая2026 22:07:46.393] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for easy_mob_spawn_control +[07мая2026 22:07:46.393] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.network.NetworkHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-common.toml for naturescompass tracking +[07мая2026 22:07:46.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-client.toml for naturescompass tracking +[07мая2026 22:07:46.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/network/NetworkHandler; to the mod event bus of mod easy_mob_spawn_control +[07мая2026 22:07:46.394] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRulesIntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.level.GameRules$IntegerValue +[07мая2026 22:07:46.394] [modloading-worker-0/DEBUG] [mixin/]: fabric-game-rule-api-v1.mixins.json:GameRulesIntRuleAccessor from mod fabric_game_rule_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.ServerEventsHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturescompass +[07мая2026 22:07:46.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.naturescompass.registry.NaturesCompassRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.397] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/ServerEventsHandler; to the game event bus +[07мая2026 22:07:46.399] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/chaosthedude/naturescompass/registry/NaturesCompassRegistry; to the mod event bus of mod naturescompass +[07мая2026 22:07:46.400] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.naturescompass.client.NaturesCompassClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.400] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.RegisterCommands for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.401] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/RegisterCommands; to the game event bus +[07мая2026 22:07:46.402] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.ModClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.403] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/ModClient; to the mod event bus of mod easy_mob_spawn_control +[07мая2026 22:07:46.403] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/chaosthedude/naturescompass/client/NaturesCompassClient; to the mod event bus of mod naturescompass +[07мая2026 22:07:46.404] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.Keybindings for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.407] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/Keybindings; to the mod event bus of mod easy_mob_spawn_control +[07мая2026 22:07:46.408] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.KeyInputHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.409] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing Config from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\SoundPhysicsPerfected.json5' +[07мая2026 22:07:46.409] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/KeyInputHandler; to the game event bus +[07мая2026 22:07:46.411] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.HandleServerAboutToStart for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.413] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfPlanterMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.PlanterBlock +[07мая2026 22:07:46.415] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/HandleServerAboutToStart; to the game event bus +[07мая2026 22:07:46.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.CommonEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.419] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/CommonEventHandler; to the mod event bus of mod easy_mob_spawn_control +[07мая2026 22:07:46.419] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sound_physics_perfected +[07мая2026 22:07:46.421] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.catomon.easymobspawncontrol.ClientEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.425] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/catomon/easymobspawncontrol/ClientEventHandler; to the game event bus +[07мая2026 22:07:46.432] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessories.AccessoriesAPIMixin from curios.neoforge.mixins.json into io.wispforest.accessories.api.AccessoriesAPI +[07мая2026 22:07:46.433] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$cclayer$getDataAttributeModifiers$0(Lcom/google/common/collect/Multimap;Lnet/minecraft/resources/ResourceLocation;DLnet/minecraft/world/entity/ai/attributes/AttributeModifier$Operation;Lnet/minecraft/core/Holder$Reference;)V to mdd85188$cclayer$lambda$cclayer$getDataAttributeModifiers$0$0 in curios.neoforge.mixins.json:accessories.AccessoriesAPIMixin from mod cclayer +[07мая2026 22:07:46.437] [modloading-worker-0/DEBUG] [mixin/]: curios.neoforge.mixins.json:accessories.AccessoriesAPIMixin from mod cclayer->@Inject::cclayer$getDataAttributeModifiers(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Ljava/lang/String;IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.440] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for paladins +[07мая2026 22:07:46.440] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.paladins.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.443] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/paladins/neoforge/client/NeoForgeClientMod; to the mod event bus of mod paladins +[07мая2026 22:07:46.444] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betternether +[07мая2026 22:07:46.444] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.betternether.registry.NetherEntities for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.448] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/betternether/registry/NetherEntities; to the mod event bus of mod betternether +[07мая2026 22:07:46.449] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.betternether.registry.EntityRenderRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.456] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for bagofholding:main +[07мая2026 22:07:46.456] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/betternether/registry/EntityRenderRegistry; to the mod event bus of mod betternether +[07мая2026 22:07:46.457] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file bagofholding-client.toml for bagofholding tracking +[07мая2026 22:07:46.457] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file bagofholding-server.toml for bagofholding tracking +[07мая2026 22:07:46.459] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.betternether.client.BetterNetherClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.465] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for modtabs +[07мая2026 22:07:46.466] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vodmordia.modtabs.ModTabs$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.476] [modloading-worker-0/DEBUG] [mixin/]: Mixing TexturedModelDataMixin from betternether.mixins.client.json into net.minecraft.client.model.geom.builders.LayerDefinition +[07мая2026 22:07:46.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/betternether/client/BetterNetherClient; to the mod event bus of mod betternether +[07мая2026 22:07:46.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvodmordia/modtabs/ModTabs$ClientModEvents; to the mod event bus of mod modtabs +[07мая2026 22:07:46.492] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vodmordia.modtabs.client.events.ClientNeoForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.499] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvodmordia/modtabs/client/events/ClientNeoForgeEvents; to the game event bus +[07мая2026 22:07:46.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for skill_tree_rpgs +[07мая2026 22:07:46.502] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.skill_tree_rpgs.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.503] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/skill_tree_rpgs/neoforge/client/NeoForgeClientMod; to the mod event bus of mod skill_tree_rpgs +[07мая2026 22:07:46.507] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Better Enchanting Table mod initialized! +[07мая2026 22:07:46.509] [modloading-worker-0/ERROR] [com.example.betterenchantingtable.BetterEnchantingTable/]: 🔧 MIXIN: Failed to load TreasureEnchantmentMixin: com.example.betterenchantingtable.mixin.TreasureEnchantmentMixin +[07мая2026 22:07:46.514] [modloading-worker-0/DEBUG] [mixin/]: Mixing ImageIconMixin from certain_questing_additions.mixins.json into dev.ftb.mods.ftblibrary.icon.ImageIcon +[07мая2026 22:07:46.514] [modloading-worker-0/DEBUG] [mixin/]: certain_questing_additions.mixins.json:ImageIconMixin from mod certain_questing_additions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.516] [modloading-worker-0/DEBUG] [mixin/]: certain_questing_additions.mixins.json:ImageIconMixin from mod certain_questing_additions->@Inject::cqa$bindAnimatedTexture(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.518] [modloading-worker-0/INFO] [com.example.betterenchantingtable.config.SimpleConfig/]: Loaded config from: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterenchantingtable\betterenchantingtable.mixin.config.json +[07мая2026 22:07:46.519] [modloading-worker-0/DEBUG] [WhiteNoise/CONFIG]: Config file whitenoise-client.toml for whitenoise added to tracking +[07мая2026 22:07:46.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for whitenoise +[07мая2026 22:07:46.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file corpsecurioscompat-common.toml for corpsecurioscompat tracking +[07мая2026 22:07:46.525] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: [BetterEnchantingTableConfig] Loaded config successfully! +[07мая2026 22:07:46.526] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: boostByMaxLevel={1=8.5, 2=6.0, 3=5.0, 4=4.25, 5=3.75}, exclusive=[minecraft:mending, minecraft:vanishing_curse, minecraft:frost_walker, minecraft:binding_curse], excluded=[minecraft:wind_burst, minecraft:soul_speed, minecraft:swift_sneak] +[07мая2026 22:07:46.526] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Config loaded successfully +[07мая2026 22:07:46.542] [modloading-worker-0/DEBUG] [mixin/]: Mixing ChunkLoadDebug from cupboard.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.543] [modloading-worker-0/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.ServerChunkCacheMixin from lithium.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.544] [modloading-worker-0/DEBUG] [mixin/]: Mixing world.chunk_access.ServerChunkCacheMixin from lithium.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.544] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$getChunkOffThread$0(IILnet/minecraft/world/level/chunk/status/ChunkStatus;Z)Lnet/minecraft/world/level/chunk/ChunkAccess; to mdd85188$lithium$lambda$getChunkOffThread$0$0 in lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium +[07мая2026 22:07:46.544] [modloading-worker-0/INFO] [com.leclowndu93150.corpsecurioscompat.Main/]: Hello from Corpse Curios Compat! +[07мая2026 22:07:46.545] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpsecurioscompat +[07мая2026 22:07:46.545] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.leclowndu93150.corpsecurioscompat.event.TickHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.553] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerChunkCacheMixin from smoothchunk.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.553] [modloading-worker-0/DEBUG] [mixin/]: smoothchunk.mixins.json:ServerChunkCacheMixin from mod smoothchunk: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.553] [modloading-worker-0/DEBUG] [mixin/]: Mixing asynccatchers.MixinServerChunkManager from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.554] [modloading-worker-0/DEBUG] [mixin/]: Mixing access.IServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.554] [modloading-worker-0/DEBUG] [mixin/]: Mixing instrumentation.MixinServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing scheduler.MixinServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.562] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinServerChunkManager from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.562] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$consolidateSchedules$0(Ljava/util/Queue;)V to mdd85188$c2me_rewrites_chunk_system$lambda$consolidateSchedules$0$1 in c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system +[07мая2026 22:07:46.567] [modloading-worker-0/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinServerChunkManager from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.567] [modloading-worker-0/DEBUG] [mixin/]: Mixing task_scheduling.MixinServerChunkManager from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.569] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinServerChunkManager from c2me-notickvd.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.570] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectIterateEntities$0(Lit/unimi/dsi/fastutil/longs/Long2ByteMap;Lnet/minecraft/world/entity/Entity;)Z to mdd85188$c2me_notickvd$lambda$redirectIterateEntities$0$2 in c2me-notickvd.mixins.json:MixinServerChunkManager from mod c2me_notickvd +[07мая2026 22:07:46.572] [modloading-worker-0/DEBUG] [mixin/]: Mixing servercore.MixinServerChunkManager from c2me-notickvd.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.573] [modloading-worker-0/DEBUG] [mixin/]: Mixing asm.ASMTargets from c2me-opts-allocs.mixins.json into net.minecraft.server.level.ServerChunkCache +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: smoothchunk.mixins.json:ServerChunkCacheMixin from mod smoothchunk->@Inject::onSaveALlChunks(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.594] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::shortcutGetChunk(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.595] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.599] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/leclowndu93150/corpsecurioscompat/event/TickHandler; to the game event bus +[07мая2026 22:07:46.602] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.leclowndu93150.corpsecurioscompat.event.DeathEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.604] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/leclowndu93150/corpsecurioscompat/event/DeathEventHandler; to the game event bus +[07мая2026 22:07:46.606] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:46.608] [modloading-worker-0/INFO] [shield_api/]: Shield API initialized! +[07мая2026 22:07:46.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for shield_api +[07мая2026 22:07:46.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabric_extras.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.609] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabric_extras/neoforge/client/NeoForgeClientMod; to the mod event bus of mod shield_api +[07мая2026 22:07:46.630] [modloading-worker-0/DEBUG] [mixin/]: Mixing MapStateMixin from betternether.mixins.common.json into net.minecraft.world.level.saveddata.maps.MapItemSavedData +[07мая2026 22:07:46.631] [modloading-worker-0/DEBUG] [mixin/]: Mixing MapItemSavedData_cacheMixin from moreculling.mixins.json into net.minecraft.world.level.saveddata.maps.MapItemSavedData +[07мая2026 22:07:46.632] [modloading-worker-0/DEBUG] [mixin/]: Mixing MapDataMixin from moonlight-common.mixins.json into net.minecraft.world.level.saveddata.maps.MapItemSavedData +[07мая2026 22:07:46.632] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$save$5(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData;)V to mdd85188$moonlight$lambda$save$5$0 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$load$4(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData;)V to mdd85188$moonlight$lambda$load$4$1 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.632] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Event handlers registered successfully +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterenchantingtable +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.example.betterenchantingtable.BetterEnchantingTableClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/example/betterenchantingtable/BetterEnchantingTableClient; to the mod event bus of mod betterenchantingtable +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$load$3(Lnet/mehvahdjukaar/moonlight/api/map/ExpandedMapData;Lnet/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker;)V to mdd85188$moonlight$lambda$load$3$2 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$load$2(Ljava/lang/String;)V to mdd85188$moonlight$lambda$load$2$3 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$ml$setCustomDataDirty$1(Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type;Ljava/util/function/Consumer;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData$HoldingPlayer;)V to mdd85188$moonlight$lambda$ml$setCustomDataDirty$1$4 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.633] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$ml$setCustomDecorationsDirty$0(Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData$HoldingPlayer;)V to mdd85188$moonlight$lambda$ml$setCustomDecorationsDirty$0$5 in moonlight-common.mixins.json:MapDataMixin from mod moonlight +[07мая2026 22:07:46.634] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_particles_v1 +[07мая2026 22:07:46.634] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.client.particle.ClientParticleEventHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.650] [modloading-worker-0/DEBUG] [mixin/]: Mixing MapItemSavedDataMixin from create.mixins.json into net.minecraft.world.level.saveddata.maps.MapItemSavedData +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moreculling.mixins.json:MapItemSavedData_cacheMixin from mod moreculling->@Inject::moreculling$onSetColor(IIBLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moreculling.mixins.json:MapItemSavedData_cacheMixin from mod moreculling->@Inject::moreculling$onSetColor(IIBLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moreculling.mixins.json:MapItemSavedData_cacheMixin from mod moreculling->@Inject::moreculling$onSetColor(IIBLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moreculling.mixins.json:MapItemSavedData_cacheMixin from mod moreculling->@Inject::moreculling$onLoad(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::locked(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::scaled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::tickCarriedBy(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::tickCarriedBy(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::tickCarriedBy(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::load(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::save(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::checkCustomDeco(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::checkCustomDeco(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::checkCustomDeco(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::initCustomData(IIBZZZLnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::initCustomData(IIBZZZLnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:MapDataMixin from mod moonlight->@Inject::initCustomData(IIBZZZLnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onLoad(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onSave(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onSave(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onSave(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onCheckBanners(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onCheckBanners(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.669] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:MapItemSavedDataMixin from mod create->@Inject::create$onCheckBanners(Lnet/minecraft/world/level/BlockGetter;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.670] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/client/particle/ClientParticleEventHooks; to the mod event bus of mod fabric_particles_v1 +[07мая2026 22:07:46.671] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.SelfFrameMixin from supplementaries.mixins.json into net.mehvahdjukaar.supplementaries.common.block.blocks.FrameBlock +[07мая2026 22:07:46.676] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello NeoForge world! +[07мая2026 22:07:46.677] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.PanoramaRendererMixin from cumulus_menus.mixins.json into net.minecraft.client.renderer.PanoramaRenderer +[07мая2026 22:07:46.677] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.PanoramaRendererMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:46.677] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.PanoramaRendererMixin from mod cumulus_menus->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.680] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodium +[07мая2026 22:07:46.685] [modloading-worker-0/DEBUG] [AdventureDungeons/]: Loaded net.alexmega.platform.NeoForgePlatformHelper@f293307 for service interface net.alexmega.platform.services.IPlatformHelper +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello from Common init on NeoForge! we are currently in a production environment! +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: The ID for diamonds is minecraft:diamond +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello to adventuredungeons +[07мая2026 22:07:46.685] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for adventuredungeons +[07мая2026 22:07:46.686] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsswamphutoverhaul +[07мая2026 22:07:46.687] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.accessor.BaseScreenAccessor from alltheleaks.mixins.json into dev.ftb.mods.ftblibrary.ui.BaseScreen +[07мая2026 22:07:46.731] [modloading-worker-0/DEBUG] [mixin/]: Mixing AtlasSourceManagerAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.texture.atlas.SpriteSources +[07мая2026 22:07:46.731] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:AtlasSourceManagerAccessor from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.731] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getSourceTypeById()Lcom/google/common/collect/BiMap; to getSourceTypeById$fabric_rendering_v1_$md$d85188$0 in fabric-rendering-v1.mixins.json:AtlasSourceManagerAccessor from mod fabric_rendering_v1 +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ForgeHooksClientMixin from modernfix-modernfix.mixins.json into net.neoforged.neoforge.client.ClientHooks +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$postNamespacedKeySetEvent$4(Ljava/util/Map$Entry;)V to mdd85188$modernfix$lambda$postNamespacedKeySetEvent$4$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$postNamespacedKeySetEvent$3(Ljava/util/Map$Entry;)Z to mdd85188$modernfix$lambda$postNamespacedKeySetEvent$3$1 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$postNamespacedKeySetEvent$2(Ljava/util/Map$Entry;)Ljava/time/Duration; to mdd85188$modernfix$lambda$postNamespacedKeySetEvent$2$2 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$postNamespacedKeySetEvent$1(Lorg/embeddedt/modernfix/neoforge/dynresources/ModelBakeEventHelper;Lnet/neoforged/neoforge/client/event/ModelEvent$ModifyBakingResult;Ljava/util/Map;Ljava/lang/reflect/Method;Ljava/lang/String;Lnet/neoforged/fml/ModContainer;)V to mdd85188$modernfix$lambda$postNamespacedKeySetEvent$1$3 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix +[07мая2026 22:07:46.736] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$postNamespacedKeySetEvent$0(Ljava/lang/String;)Lcom/google/common/base/Stopwatch; to mdd85188$modernfix$lambda$postNamespacedKeySetEvent$0$4 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix +[07мая2026 22:07:46.740] [modloading-worker-0/DEBUG] [mixin/]: Mixing platform.neoforge.ClientHooksMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.client.ClientHooks +[07мая2026 22:07:46.740] [modloading-worker-0/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.ClientHooksMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.740] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ForgeHooksClientMixin from connector.mixins.json into net.neoforged.neoforge.client.ClientHooks +[07мая2026 22:07:46.740] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ForgeHooksClientMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.740] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientHooksMixin from azurelibarmor.neo2.mixins.json into net.neoforged.neoforge.client.ClientHooks +[07мая2026 22:07:46.745] [modloading-worker-0/DEBUG] [mixin/]: azurelibarmor.neo2.mixins.json:ClientHooksMixin from mod azurelibarmor->@Inject::injectAzureArmors(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.760] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for bagofholding:main +[07мая2026 22:07:46.762] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.owo.BaseParentComponentMixin from accessories-common.mixins.json into io.wispforest.owo.ui.base.BaseParentComponent +[07мая2026 22:07:46.762] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.BaseParentComponentMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.780] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file mowziesmobs-common.toml for mowziesmobs tracking +[07мая2026 22:07:46.780] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.owo.BaseComponentMixin from accessories-common.mixins.json into io.wispforest.owo.ui.base.BaseComponent +[07мая2026 22:07:46.780] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.BaseComponentMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.780] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$updateBoundingArea$0(Lorg/joml/Vector3f;Lio/wispforest/accessories/client/gui/utils/AbstractPolygon;)V to mdd85188$accessories$lambda$updateBoundingArea$0$0 in accessories-common.mixins.json:client.owo.BaseComponentMixin from mod accessories +[07мая2026 22:07:46.782] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bagofholding +[07мая2026 22:07:46.789] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.BaseComponentMixin from mod accessories->@Inject::updateBoundingArea(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.789] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.BaseComponentMixin from mod accessories->@Inject::updateBoundingArea(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.793] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat.CompatFarmersDelightTomatoMixin from supplementaries.mixins.json into vectorwing.farmersdelight.common.block.TomatoVineBlock +[07мая2026 22:07:46.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for midnightlib +[07мая2026 22:07:46.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class eu.midnightdust.core.MidnightLib$MidnightLibEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.802] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:compat.CompatFarmersDelightTomatoMixin from mod supplementaries->@Inject::supp$tomatoLoggingCompat(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:46.803] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file bestylewither-common.toml for bestylewither tracking +[07мая2026 22:07:46.804] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Leu/midnightdust/core/MidnightLib$MidnightLibEvents; to the game event bus +[07мая2026 22:07:46.806] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class eu.midnightdust.core.MidnightLib$MidnightLibBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.806] [modloading-worker-0/INFO] [net.morimori0317.bestylewither.BEStyleWither/]: Pre config loading completed +[07мая2026 22:07:46.809] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Leu/midnightdust/core/MidnightLib$MidnightLibBusEvents; to the mod event bus of mod midnightlib +[07мая2026 22:07:46.809] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bestylewither +[07мая2026 22:07:46.809] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.morimori0317.bestylewither.neoforge.handler.CommonHandlerNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.810] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernswoodlandmansionreplacement +[07мая2026 22:07:46.812] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/morimori0317/bestylewither/neoforge/handler/CommonHandlerNeoForge; to the mod event bus of mod bestylewither +[07мая2026 22:07:46.812] [modloading-worker-0/INFO] [snownee.kiwi.Kiwi/INIT]: Processing 9 KiwiModule annotations +[07мая2026 22:07:46.813] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons_arise +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for smoothchunk +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file mowziesmobs-client.toml for mowziesmobs tracking +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mowziesmobs +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.owo.ScrollContainerMixin from accessories-common.mixins.json into io.wispforest.owo.ui.container.ScrollContainer +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ScrollContainerMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.817] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.server.message.NetworkHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.820] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ScrollContainerMixin from mod accessories->@Inject::adjustOffsetForExtendedScrollContainer(Lio/wispforest/owo/ui/core/OwoUIDrawContext;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.820] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ScrollContainerMixin from mod accessories->@Inject::adjustOffsetForExtendedScrollContainer(Lio/wispforest/owo/ui/core/OwoUIDrawContext;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.820] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.ScrollContainerMixin from mod accessories->@Inject::adjustOffsetForExtendedScrollContainer(Lio/wispforest/owo/ui/core/OwoUIDrawContext;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.823] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.pbr.MixinDirectoryLister from mixins.iris.json into net.minecraft.client.renderer.texture.atlas.sources.DirectoryLister +[07мая2026 22:07:46.824] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:46.824] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$modifyForEachAction$0(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V to mdd85188$iris$lambda$iris$modifyForEachAction$0$0 in mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris +[07мая2026 22:07:46.829] [modloading-worker-0/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$2 for descriptor (Ljava/util/function/BiConsumer;)V +[07мая2026 22:07:46.830] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/server/message/NetworkHandler; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.831] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.server.entity.EntityHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.831] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/server/entity/EntityHandler; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.833] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.datagen.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.835] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/datagen/DataGenerators; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.836] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.client.particle.ParticleHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.837] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/client/particle/ParticleHandler; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.838] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.client.model.LayerHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.840] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/client/model/LayerHandler; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.841] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.client.ClientEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.843] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for emi +[07мая2026 22:07:46.843] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.emi.emi.platform.neoforge.EmiClientNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.851] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/client/ClientEventHandler; to the game event bus +[07мая2026 22:07:46.857] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/emi/emi/platform/neoforge/EmiClientNeoForge; to the mod event bus of mod emi +[07мая2026 22:07:46.863] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.bobmowzie.mowziesmobs.client.ClientEventBusSubscriber for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.865] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moreculling +[07мая2026 22:07:46.865] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber; to the mod event bus of mod mowziesmobs +[07мая2026 22:07:46.871] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file rhenium-common.toml for rhenium tracking +[07мая2026 22:07:46.871] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rhenium +[07мая2026 22:07:46.876] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.IZetaBlockMixin from zeta_forge.mixins.json into org.violetmoon.zeta.block.IZetaBlock +[07мая2026 22:07:46.888] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.owo.DiscreteSliderComponentAccessor from accessories-common.mixins.json into io.wispforest.owo.ui.component.DiscreteSliderComponent +[07мая2026 22:07:46.889] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.owo.DiscreteSliderComponentAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.889] [modloading-worker-0/DEBUG] [Reliable Remover/]: Loaded com.evandev.reliable_remover.platform.NeoForgePlatformHelper@63e39426 for service interface com.evandev.reliable_remover.platform.services.IPlatformHelper +[07мая2026 22:07:46.889] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for reliable_remover +[07мая2026 22:07:46.890] [modloading-worker-0/DEBUG] [mixin/]: Mixing PalettedPermutationsAccessor from galosphere.mixins.json into net.minecraft.client.renderer.texture.atlas.sources.PalettedPermutations +[07мая2026 22:07:46.898] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for reliable_recipes +[07мая2026 22:07:46.898] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.evandev.reliable_recipes.ReliableRecipesMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.902] [modloading-worker-0/DEBUG] [GeckoLib/]: Loaded software.bernie.geckolib.platform.GeckoLibNeoForge@30314056 for service interface software.bernie.geckolib.service.GeckoLibPlatform +[07мая2026 22:07:46.903] [modloading-worker-0/DEBUG] [GeckoLib/]: Loaded software.bernie.geckolib.network.GeckoLibNetworkingNeoForge@62b51b02 for service interface software.bernie.geckolib.service.GeckoLibNetworking +[07мая2026 22:07:46.907] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/evandev/reliable_recipes/ReliableRecipesMod; to the game event bus +[07мая2026 22:07:46.909] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.evandev.reliable_recipes.client.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:46.910] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/evandev/reliable_recipes/client/ClientEvents; to the game event bus +[07мая2026 22:07:46.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for emi_enchanting +[07мая2026 22:07:46.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for geckolib +[07мая2026 22:07:46.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_api_base +[07мая2026 22:07:46.934] [modloading-worker-0/DEBUG] [mixin/]: Mixing CCKJeiPluginMixin from create_central_kitchen.brewinandchewin.mixins.json into plus.dragons.createcentralkitchen.integration.jei.CCKJeiPlugin +[07мая2026 22:07:46.938] [modloading-worker-0/DEBUG] [mixin/]: Mixing CCKJeiPluginMixin from create_central_kitchen.farmersdelight.mixins.json into plus.dragons.createcentralkitchen.integration.jei.CCKJeiPlugin +[07мая2026 22:07:46.939] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$registerRecipes$farmersdelight$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/crafting/RecipeHolder;)Z to mdd85188$create_central_kitchen$lambda$registerRecipes$farmersdelight$0$0 in create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.brewinandchewin.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$brewinandchewin(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.brewinandchewin.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$brewinandchewin(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.brewinandchewin.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$brewinandchewin(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::loadCategories$extradelight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::loadCategories$extradelight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::loadCategories$extradelight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$farmersdelight(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$farmersdelight(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.969] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:CCKJeiPluginMixin from mod create_central_kitchen->@Inject::registerRecipes$farmersdelight(Lmezz/jei/api/registration/IRecipeRegistration;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.972] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinVertexConsumerProvider$Immediate from entity_texture_features.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[07мая2026 22:07:46.972] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinVertexConsumerProvider$Immediate from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:46.972] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for terrablender +[07мая2026 22:07:46.973] [modloading-worker-0/DEBUG] [mixin/]: Mixing immediate.MixinBufferSource from mixins.iris.vertexformat.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[07мая2026 22:07:46.973] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:46.974] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for accessories +[07мая2026 22:07:46.975] [modloading-worker-0/INFO] [necronomicon/]: Necronomicon Initialized +[07мая2026 22:07:46.976] [modloading-worker-0/DEBUG] [mixin/]: Mixing BufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[07мая2026 22:07:46.976] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:BufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:46.976] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinBufferSource from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[07мая2026 22:07:46.976] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:46.980] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinBufferSource from xaerohud.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[07мая2026 22:07:46.980] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinBufferSource from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:46.991] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinVertexConsumerProvider$Immediate from mod entity_texture_features->@Inject::etf$injectIntoGetBufferReturn(Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.991] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinVertexConsumerProvider$Immediate from mod entity_texture_features->@Inject::etf$injectIntoGetBufferReturn(Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:46.991] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.992] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.992] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.992] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:46.992] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:46.992] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:46.998] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dried_ghast +[07мая2026 22:07:46.998] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kleiders.driedghast.procedures.ControlGhastProcedure for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.000] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/kleiders/driedghast/procedures/ControlGhastProcedure; to the game event bus +[07мая2026 22:07:47.001] [modloading-worker-0/DEBUG] [mixin/]: Mixing mods.imediatelyfast.MixinBatchableBufferSource from entity_texture_features.mixins.json into net.raphimc.immediatelyfast.feature.core.BatchableBufferSource +[07мая2026 22:07:47.001] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:mods.imediatelyfast.MixinBatchableBufferSource from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:47.002] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize() +[07мая2026 22:07:47.002] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kleiders.driedghast.init.DriedGhastModTabs for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.002] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinBatchableBufferSource from xaerohud.mixins.json into net.raphimc.immediatelyfast.feature.core.BatchableBufferSource +[07мая2026 22:07:47.002] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/kleiders/driedghast/init/DriedGhastModTabs; to the mod event bus of mod dried_ghast +[07мая2026 22:07:47.002] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinBatchableBufferSource from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kleiders.driedghast.init.DriedGhastModEntityRenderers for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.006] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:mods.imediatelyfast.MixinBatchableBufferSource from mod entity_texture_features->@Inject::etf$injectIntoGetBufferReturn(Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.012] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/kleiders/driedghast/init/DriedGhastModEntityRenderers; to the mod event bus of mod dried_ghast +[07мая2026 22:07:47.013] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kleiders.driedghast.init.DriedGhastModEntities for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.013] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/kleiders/driedghast/init/DriedGhastModEntities; to the mod event bus of mod dried_ghast +[07мая2026 22:07:47.014] [modloading-worker-0/INFO] [necronomicon/]: File exists, reading config for elocindev.necronomicon.NecronomiconConfig. +[07мая2026 22:07:47.014] [modloading-worker-0/INFO] [necronomicon/]: Config for elocindev.necronomicon.NecronomiconConfig read successfully. +[07мая2026 22:07:47.020] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for explore_ruins_aether +[07мая2026 22:07:47.022] [modloading-worker-0/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.entity.BoatRendererMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.entity.BoatRenderer +[07мая2026 22:07:47.022] [modloading-worker-0/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.entity.BoatRendererMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.022] [modloading-worker-0/DEBUG] [mixin/]: Mixing BoatRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.entity.BoatRenderer +[07мая2026 22:07:47.023] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:BoatRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.023] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized. +[07мая2026 22:07:47.023] [modloading-worker-0/DEBUG] [mixin/]: Mixing boat.BoatRendererMixin from bclib.mixins.client.json into net.minecraft.client.renderer.entity.BoatRenderer +[07мая2026 22:07:47.024] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$bcl_init$0(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/betterx/bclib/items/boat/BoatTypeOverride;)V to mdd85188$bclib$lambda$bcl_init$0$0 in bclib.mixins.client.json:boat.BoatRendererMixin from mod bclib +[07мая2026 22:07:47.026] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for polytone +[07мая2026 22:07:47.026] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for misctweaks +[07мая2026 22:07:47.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class me.pajic.misctweaks.platform.neoforge.NeoforgeEntrypoint for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lme/pajic/misctweaks/platform/neoforge/NeoforgeEntrypoint; to the mod event bus of mod misctweaks +[07мая2026 22:07:47.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class me.pajic.misctweaks.platform.neoforge.NeoforgeClientEventSubscriber for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.029] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:boat.BoatRendererMixin from mod bclib->@Inject::bcl_init(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.029] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:boat.BoatRendererMixin from mod bclib->@Inject::bcl_init(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.029] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:boat.BoatRendererMixin from mod bclib->@Inject::bcl_init(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.029] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:boat.BoatRendererMixin from mod bclib->@Inject::bcl_render(Lnet/minecraft/world/entity/vehicle/Boat;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.032] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lme/pajic/misctweaks/platform/neoforge/NeoforgeClientEventSubscriber; to the mod event bus of mod misctweaks +[07мая2026 22:07:47.033] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kiwi +[07мая2026 22:07:47.033] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class snownee.kiwi.recipe.CustomIngredientImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.033] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for necronomicon +[07мая2026 22:07:47.039] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mousetweaks +[07мая2026 22:07:47.040] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lsnownee/kiwi/recipe/CustomIngredientImpl; to the mod event bus of mod kiwi +[07мая2026 22:07:47.040] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for iteminteractions:main +[07мая2026 22:07:47.045] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mindfuldarkness:main +[07мая2026 22:07:47.047] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file iteminteractions-client.toml for iteminteractions tracking +[07мая2026 22:07:47.047] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file iteminteractions-server.toml for iteminteractions tracking +[07мая2026 22:07:47.048] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for alltheleaks +[07мая2026 22:07:47.048] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.uncandango.alltheleaks.mixin.UpdateableServerPlayer$Manager for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.051] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/uncandango/alltheleaks/mixin/UpdateableServerPlayer$Manager; to the game event bus +[07мая2026 22:07:47.052] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.uncandango.alltheleaks.mixin.UpdateablePlayer$Manager for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.053] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/uncandango/alltheleaks/mixin/UpdateablePlayer$Manager; to the game event bus +[07мая2026 22:07:47.055] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.uncandango.alltheleaks.mixin.UpdateableLevel$Manager for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.056] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/uncandango/alltheleaks/mixin/UpdateableLevel$Manager; to the game event bus +[07мая2026 22:07:47.057] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.uncandango.alltheleaks.events.CommonEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.062] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file mindfuldarkness-client.toml for mindfuldarkness tracking +[07мая2026 22:07:47.065] [modloading-worker-0/DEBUG] [KubeJS/]: Took 1 ms to grab stacktrace classes. +[07мая2026 22:07:47.067] [modloading-worker-0/DEBUG] [mixin/]: Mixing BuiltinModelItemRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer +[07мая2026 22:07:47.067] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:BuiltinModelItemRendererMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.069] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.BlockEntityWithoutLevelRendererMixin from geckolib.mixins.json into net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer +[07мая2026 22:07:47.069] [modloading-worker-0/DEBUG] [mixin/]: geckolib.mixins.json:client.BlockEntityWithoutLevelRendererMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.070] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.MixinBlockEntityWithoutLevelRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer +[07мая2026 22:07:47.070] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:BuiltinModelItemRendererMixin from mod fabric_rendering_v1->@Inject::fabric_onRender(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: geckolib.mixins.json:client.BlockEntityWithoutLevelRendererMixin from mod geckolib->@Inject::geckolib$renderGeckolibItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setRenderFactory(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setRenderFactory(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setRenderFactory(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$setTrident(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.079] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.080] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityWithoutLevelRenderer from mod entity_model_features->@Inject::emf$reset(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.082] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Ldev/uncandango/alltheleaks/events/CommonEvents;, registering them separately +[07мая2026 22:07:47.083] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.registerChunkLoader(net.neoforged.neoforge.common.world.chunk.RegisterTicketControllersEvent) to the event bus of mod alltheleaks +[07мая2026 22:07:47.083] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for mindfuldarkness:main +[07мая2026 22:07:47.084] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onModLoadComplete(net.neoforged.fml.event.lifecycle.FMLLoadCompleteEvent) to the event bus of mod alltheleaks +[07мая2026 22:07:47.085] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.commonSetup(net.neoforged.fml.event.lifecycle.InterModProcessEvent) to the event bus of mod alltheleaks +[07мая2026 22:07:47.086] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onPlayerClone(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus +[07мая2026 22:07:47.088] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file zeta-common.toml for zeta tracking +[07мая2026 22:07:47.088] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onPlayerLogout(net.neoforged.neoforge.event.entity.player.PlayerEvent$PlayerLoggedOutEvent) to the game event bus +[07мая2026 22:07:47.088] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.registerCommonCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus +[07мая2026 22:07:47.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onPlayerCloneLowest(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus +[07мая2026 22:07:47.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\zeta-common.toml +[07мая2026 22:07:47.090] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onShutdownServer(net.neoforged.neoforge.event.server.ServerStoppingEvent) to the game event bus +[07мая2026 22:07:47.091] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onUnloadChunk(net.neoforged.neoforge.event.level.ChunkEvent$Unload) to the game event bus +[07мая2026 22:07:47.092] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onReloadListener(net.neoforged.neoforge.event.AddReloadListenerEvent) to the game event bus +[07мая2026 22:07:47.093] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onClosedServer(net.neoforged.neoforge.event.server.ServerStoppedEvent) to the game event bus +[07мая2026 22:07:47.094] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.uncandango.alltheleaks.events.CommonEvents.onUnloadLevel(net.neoforged.neoforge.event.level.LevelEvent$Unload) to the game event bus +[07мая2026 22:07:47.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.uncandango.alltheleaks.events.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.103] [modloading-worker-0/DEBUG] [mezz.jei.common.platform.Services/]: Loaded mezz.jei.neoforge.platform.PlatformHelper@27212485 for service interface mezz.jei.common.platform.IPlatformHelper +[07мая2026 22:07:47.103] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/uncandango/alltheleaks/events/ClientEvents; to the game event bus +[07мая2026 22:07:47.121] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\zeta-common.toml for changes +[07мая2026 22:07:47.121] [modloading-worker-0/INFO] [zeta/]: Doing super early config setup for zeta +[07мая2026 22:07:47.123] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spectrelib +[07мая2026 22:07:47.123] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_block_api_v1 +[07мая2026 22:07:47.125] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mindfuldarkness +[07мая2026 22:07:47.139] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for iteminteractions:main +[07мая2026 22:07:47.156] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSerializer/]: Loading config file: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\jei\jei-debug.ini +[07мая2026 22:07:47.157] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file crittersandcompanions-common.toml for crittersandcompanions tracking +[07мая2026 22:07:47.161] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSchema/]: Localization has not loaded yet, waiting to save the config file until JEI starts. +[07мая2026 22:07:47.163] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for crittersandcompanions +[07мая2026 22:07:47.163] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.eterdelta.crittersandcompanions.CrittersAndCompanionsForge$ForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.164] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for zeta +[07мая2026 22:07:47.169] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$ForgeEvents; to the game event bus +[07мая2026 22:07:47.170] [modloading-worker-0/DEBUG] [mixin/]: Mixing self.IZetaItemMixin from zeta_forge.mixins.json into org.violetmoon.zeta.item.IZetaItem +[07мая2026 22:07:47.172] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.eterdelta.crittersandcompanions.CrittersAndCompanionsForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.172] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge; to the mod event bus of mod crittersandcompanions +[07мая2026 22:07:47.173] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.eterdelta.crittersandcompanions.ClientEvents$ForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.194] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/eterdelta/crittersandcompanions/ClientEvents$ForgeEvents; to the game event bus +[07мая2026 22:07:47.197] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.eterdelta.crittersandcompanions.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.197] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSerializer/]: Loading config file: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\jei\jei-mod-id-format.ini +[07мая2026 22:07:47.199] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iteminteractions +[07мая2026 22:07:47.200] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/eterdelta/crittersandcompanions/ClientEvents; to the mod event bus of mod crittersandcompanions +[07мая2026 22:07:47.203] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSchema/]: Localization has not loaded yet, waiting to save the config file until JEI starts. +[07мая2026 22:07:47.207] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aeroblender-common.toml for aeroblender tracking +[07мая2026 22:07:47.207] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aeroblender +[07мая2026 22:07:47.209] [modloading-worker-0/DEBUG] [mixin/]: Mixing blueprint.RewardHandlerMixin from smsn.mixins.json into com.teamabnormals.blueprint.client.RewardHandler +[07мая2026 22:07:47.210] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:blueprint.RewardHandlerMixin from mod smsn->@Inject::onClientSetup(Lnet/neoforged/fml/event/lifecycle/FMLClientSetupEvent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.217] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file ding.toml for ding tracking +[07мая2026 22:07:47.221] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSerializer/]: Loading config file: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\jei\jei-colors.ini +[07мая2026 22:07:47.222] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_resource_conditions_api_v1 +[07мая2026 22:07:47.225] [modloading-worker-0/DEBUG] [mixin/]: Mixing violetmoon.zeta.ModelHandlerMixin from smsn.mixins.json into org.violetmoon.quark.base.client.handler.ModelHandler +[07мая2026 22:07:47.227] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSchema/]: Localization has not loaded yet, waiting to save the config file until JEI starts. +[07мая2026 22:07:47.236] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.model.ModelMixin from accessories-common.mixins.json into net.minecraft.client.model.Model +[07мая2026 22:07:47.236] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.ModelMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ding +[07мая2026 22:07:47.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterfpsdist +[07мая2026 22:07:47.239] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModel from entity_model_features.mixins.json into net.minecraft.client.model.Model +[07мая2026 22:07:47.239] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.240] [modloading-worker-0/INFO] [thedarkcolour.kotlinforforge.neoforge.test.KotlinForForge/]: Kotlin For Forge Enabled! +[07мая2026 22:07:47.242] [modloading-worker-0/DEBUG] [thedarkcolour.kotlinforforge.neoforge.LoggerKt/LOADING]: Attempting to inject @EventBusSubscriber kotlin objects in to the event bus for kotlinforforge +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.ModelMixin from mod accessories->@Inject::accessories$saveRootPart(Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.ModelMixin from mod accessories->@Inject::accessories$saveRootPart(Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.ModelMixin from mod accessories->@Inject::accessories$saveRootPart(Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.245] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModel from mod entity_model_features->@Inject::emf$discoverEMFModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file blueprint-client.toml for blueprint tracking +[07мая2026 22:07:47.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file blueprint-common.toml for blueprint tracking +[07мая2026 22:07:47.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for blueprint +[07мая2026 22:07:47.258] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.util.DataUtil for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.258] [modloading-worker-0/DEBUG] [mixin/]: Mixing BipedEntityModelMixin from playerAnimator-common.mixins.json into net.minecraft.client.model.HumanoidModel +[07мая2026 22:07:47.259] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$renderToBuffer$3(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILnet/minecraft/client/model/geom/ModelPart;)V to mdd85188$playeranimator$lambda$renderToBuffer$3$0 in playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator +[07мая2026 22:07:47.259] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$renderToBuffer$2(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILnet/minecraft/client/model/geom/ModelPart;)V to mdd85188$playeranimator$lambda$renderToBuffer$2$1 in playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator +[07мая2026 22:07:47.259] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$renderToBuffer$1(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILnet/minecraft/client/model/geom/ModelPart;)V to mdd85188$playeranimator$lambda$renderToBuffer$1$2 in playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator +[07мая2026 22:07:47.259] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$renderToBuffer$0(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILnet/minecraft/client/model/geom/ModelPart;)V to mdd85188$playeranimator$lambda$renderToBuffer$0$3 in playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator +[07мая2026 22:07:47.271] [modloading-worker-0/DEBUG] [mixin/]: Mixing Client.HumanoidModelMixin from cataclysm.mixins.json into net.minecraft.client.model.HumanoidModel +[07мая2026 22:07:47.271] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:Client.HumanoidModelMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.273] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for puffish_skills +[07мая2026 22:07:47.274] [modloading-worker-0/DEBUG] [mixin/]: Mixing ThirdPersonRendererMixin from moonlight-common.mixins.json into net.minecraft.client.model.HumanoidModel +[07мая2026 22:07:47.274] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.279] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.HumanoidModelMixin from quark.mixins.json into net.minecraft.client.model.HumanoidModel +[07мая2026 22:07:47.280] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.HumanoidModelMixin from create.mixins.json into net.minecraft.client.model.HumanoidModel +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::initBend(Lnet/minecraft/client/model/geom/ModelPart;Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::initBend(Lnet/minecraft/client/model/geom/ModelPart;Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::initBend(Lnet/minecraft/client/model/geom/ModelPart;Ljava/util/function/Function;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::copyMutatedAttributes(Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::copyMutatedAttributes(Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:BipedEntityModelMixin from mod playeranimator->@Inject::copyMutatedAttributes(Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:Client.HumanoidModelMixin from mod cataclysm->@Inject::custom_poseRightArm(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:Client.HumanoidModelMixin from mod cataclysm->@Inject::custom_poseLeftArm(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::poseRightArm(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::poseLeftArm(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:ThirdPersonRendererMixin from mod moonlight->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidModelMixin from mod quark->@Inject::updateEmotes(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$afterSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.309] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.310] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.310] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.310] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.310] [modloading-worker-0/DEBUG] [mixin/]: create.mixins.json:client.HumanoidModelMixin from mod create->@Inject::create$beforeSetupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.318] [modloading-worker-0/DEBUG] [mixin/]: Mixing AgeableListAccessor from supplementaries-common.mixins.json into net.minecraft.client.model.AgeableListModel +[07мая2026 22:07:47.318] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:AgeableListAccessor from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinAnimalModel from xaerohud.mixins.json into net.minecraft.client.model.AgeableListModel +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinAnimalModel from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for notenoughanimations +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.AgeableListModelAccessor from create.mixins.json into net.minecraft.client.model.AgeableListModel +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplest_copper_gear +[07мая2026 22:07:47.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.teamsolar.simplest_copper_gear.SimplestCopperGear$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.320] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinAnimalModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.321] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinAnimalModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.321] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinAnimalModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.322] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/teamsolar/simplest_copper_gear/SimplestCopperGear$ClientModEvents; to the mod event bus of mod simplest_copper_gear +[07мая2026 22:07:47.322] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.encoder_cache_leak.ReloadableServerResourcesMixin from modernfix-modernfix.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.323] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$resetEncoderCache$0(Lnet/minecraft/server/ReloadableServerResources;Ljava/lang/Throwable;)V to mdd85188$modernfix$lambda$resetEncoderCache$0$0 in modernfix-modernfix.mixins.json:perf.encoder_cache_leak.ReloadableServerResourcesMixin from mod modernfix +[07мая2026 22:07:47.323] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.teamsolar.simplest_copper_gear.datagen.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.323] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinDataPackContents from biolith.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.323] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDataPackContents from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.330] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from balm.neoforge.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.331] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadResources$0(Lnet/minecraft/server/ReloadableServerResources;)V to mdd85188$balm$lambda$loadResources$0$1 in balm.neoforge.mixins.json:ReloadableServerResourcesMixin from mod balm +[07мая2026 22:07:47.332] [modloading-worker-0/DEBUG] [mixin/]: Mixing DataPackContentsMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.332] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.333] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from wover.event.mixins.common.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.333] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_onLoadResources$0(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/flag/FeatureFlagSet;Lorg/betterx/wover/events/api/types/BeforeLoadingResources;)V to mdd85188$wover$lambda$wover_onLoadResources$0$2 in wover.event.mixins.common.json:ReloadableServerResourcesMixin from mod wover +[07мая2026 22:07:47.335] [modloading-worker-0/DEBUG] [mixin/]: Mixing DataPackContentsMixin from emi_loot.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.335] [modloading-worker-0/DEBUG] [mixin/]: Mixing minecraft.ReloadableServerResourcesMixin from reliable_recipes.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.335] [modloading-worker-0/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ReloadableServerResourcesMixin from mod reliable_recipes: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:47.337] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from kubejs.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.341] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from blueprint.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing minecraft.ReloadableServerResourcesMixin from create_dragons_plus.mixins.json into net.minecraft.server.ReloadableServerResources +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDataPackContents from mod biolith->@Inject::biolith$addDataPackContents(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDataPackContents from mod biolith->@Inject::biolith$addDataPackContents(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinDataPackContents from mod biolith->@Inject::biolith$addDataPackContents(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: balm.neoforge.mixins.json:ReloadableServerResourcesMixin from mod balm->@Inject::loadResources(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric_resource_conditions_api_v1->@Inject::hookRefresh(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric_resource_conditions_api_v1->@Inject::hookRefresh(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric_resource_conditions_api_v1->@Inject::hookRefresh(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric_resource_conditions_api_v1->@Inject::hookReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.364] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:ReloadableServerResourcesMixin from mod wover->@Inject::wover_onLoadResources(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: emi_loot.mixins.json:DataPackContentsMixin from mod emi_loot->@Inject::emi_loot_postProcessBuildersAfterTagReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: emi_loot.mixins.json:DataPackContentsMixin from mod emi_loot->@Inject::emi_loot_postProcessBuildersAfterTagReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: emi_loot.mixins.json:DataPackContentsMixin from mod emi_loot->@Inject::emi_loot_postProcessBuildersAfterTagReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ReloadableServerResourcesMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ReloadableServerResourcesMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: reliable_recipes.mixins.json:minecraft.ReloadableServerResourcesMixin from mod reliable_recipes->@Inject::reliableRecipes$onTagsLoaded(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:ReloadableServerResourcesMixin from mod kubejs->@Inject::init(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:ReloadableServerResourcesMixin from mod kubejs->@Inject::init(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:ReloadableServerResourcesMixin from mod kubejs->@Inject::init(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:ReloadableServerResourcesMixin from mod kubejs->@Inject::injectKubeJSPacks(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ReloadableServerResourcesMixin from mod blueprint->@Inject::initModificationManagers(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ReloadableServerResourcesMixin from mod blueprint->@Inject::initModificationManagers(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ReloadableServerResourcesMixin from mod blueprint->@Inject::initModificationManagers(Lnet/minecraft/core/RegistryAccess$Frozen;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ReloadableServerResourcesMixin from mod blueprint->@Inject::insertListeners(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ReloadableServerResourcesMixin from mod create_dragons_plus->@Inject::updateRegistryTags$postBeforeRecipeSyncEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ReloadableServerResourcesMixin from mod create_dragons_plus->@Inject::updateRegistryTags$postBeforeRecipeSyncEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.365] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:minecraft.ReloadableServerResourcesMixin from mod create_dragons_plus->@Inject::updateRegistryTags$postBeforeRecipeSyncEvent(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.366] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/teamsolar/simplest_copper_gear/datagen/DataGenerators; to the mod event bus of mod simplest_copper_gear +[07мая2026 22:07:47.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_item_group_api_v1 +[07мая2026 22:07:47.371] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for smoothmovement +[07мая2026 22:07:47.371] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for greenhouseconfig_night_config +[07мая2026 22:07:47.375] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_notickvd +[07мая2026 22:07:47.378] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for entityculling +[07мая2026 22:07:47.383] [modloading-worker-0/DEBUG] [creativecore/]: Created network creativecore:main +[07мая2026 22:07:47.384] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for smart_particles +[07мая2026 22:07:47.385] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsstrongholdoverhaul +[07мая2026 22:07:47.389] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/util/DataUtil; to the game event bus +[07мая2026 22:07:47.389] [modloading-worker-0/DEBUG] [mixin/]: Mixing hud_batching.compat.xaerominimap.MixinXaerosMinimap_ClientEvents from immediatelyfast-common.mixins.json into xaero.common.events.ClientEvents +[07мая2026 22:07:47.390] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.xaerominimap.MixinXaerosMinimap_ClientEvents from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.392] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.registry.BlueprintEntityTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.392] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.xaerominimap.MixinXaerosMinimap_ClientEvents from mod immediatelyfast->@Inject::forceDrawBatch(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.392] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.xaerominimap.MixinXaerosMinimap_ClientEvents from mod immediatelyfast->@Inject::forceDrawBatch(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.392] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.xaerominimap.MixinXaerosMinimap_ClientEvents from mod immediatelyfast->@Inject::forceDrawBatch(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.393] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.fontshadow.FontMixin from mixins.sodiumextras.json into net.minecraft.client.gui.Font +[07мая2026 22:07:47.393] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.fontshadow.FontMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.394] [modloading-worker-0/DEBUG] [mixin/]: Mixing FontRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.gui.Font +[07мая2026 22:07:47.394] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:FontRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_registry_sync_v0 +[07мая2026 22:07:47.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for continuity +[07мая2026 22:07:47.397] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.FontMixin from mindfuldarkness.common.mixins.json into net.minecraft.client.gui.Font +[07мая2026 22:07:47.397] [modloading-worker-0/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.FontMixin from mod mindfuldarkness: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.397] [modloading-worker-0/DEBUG] [mixin/]: Mixing FontMixin from jade.mixins.json into net.minecraft.client.gui.Font +[07мая2026 22:07:47.397] [modloading-worker-0/DEBUG] [mixin/]: jade.mixins.json:FontMixin from mod jade: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:47.399] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for itemphysiclite +[07мая2026 22:07:47.399] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immediatelyfast +[07мая2026 22:07:47.400] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cclayer +[07мая2026 22:07:47.405] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.FontAccessor from create.mixins.json into net.minecraft.client.gui.Font +[07мая2026 22:07:47.415] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.fontshadow.FontMixin from mod sodiumextras->@Inject::inject$renderText(Ljava/lang/String;FFIZLorg/joml/Matrix4f;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/client/gui/Font$DisplayMode;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.415] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.fontshadow.FontMixin from mod sodiumextras->@Inject::inject$renderText(Lnet/minecraft/util/FormattedCharSequence;FFIZLorg/joml/Matrix4f;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/client/gui/Font$DisplayMode;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.415] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:FontRendererMixin from mod supplementaries->@Inject::supp$setAntiqueFont(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.415] [modloading-worker-0/DEBUG] [mixin/]: jade.mixins.json:FontMixin from mod jade->@Inject::jade$renderChar(Lnet/minecraft/client/gui/font/glyphs/BakedGlyph;ZZFFFLorg/joml/Matrix4f;Lcom/mojang/blaze3d/vertex/VertexConsumer;FFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.427] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSerializer/]: Loading config file: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\jei\jei-client.ini +[07мая2026 22:07:47.427] [modloading-worker-0/DEBUG] [mezz.jei.common.config.file.ConfigSchema/]: Localization has not loaded yet, waiting to save the config file until JEI starts. +[07мая2026 22:07:47.446] [modloading-worker-0/DEBUG] [mixin/]: Mixing jei.PluginCallerMixin from emi.mixins.json into mezz.jei.library.load.PluginCaller +[07мая2026 22:07:47.446] [modloading-worker-0/DEBUG] [mixin/]: emi.mixins.json:jei.PluginCallerMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.465] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/registry/BlueprintEntityTypes; to the mod event bus of mod blueprint +[07мая2026 22:07:47.467] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.registry.BlueprintBlockEntityTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.470] [modloading-worker-0/DEBUG] [mixin/]: Mixing violetmoon.quark.ThreadContributorListLoaderMixin from smsn.mixins.json into org.violetmoon.quark.base.handler.ContributorRewardHandler$ThreadContributorListLoader +[07мая2026 22:07:47.471] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:violetmoon.quark.ThreadContributorListLoaderMixin from mod smsn->@Inject::onRun(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:47.478] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for relics_rpgs +[07мая2026 22:07:47.478] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.relics_rpgs.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/relics_rpgs/neoforge/client/NeoForgeClientMod; to the mod event bus of mod relics_rpgs +[07мая2026 22:07:47.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_recipe_api_v1 +[07мая2026 22:07:47.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_object_builder_api_v1 +[07мая2026 22:07:47.491] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file appleskin-client.toml for appleskin tracking +[07мая2026 22:07:47.492] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin +[07мая2026 22:07:47.493] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main +[07мая2026 22:07:47.496] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gnetum +[07мая2026 22:07:47.496] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_sound_api_v1 +[07мая2026 22:07:47.497] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enhancedbossbars +[07мая2026 22:07:47.497] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.nakuring.enhancedbossbars.CustomBarRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.501] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:minecraft... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: betternether:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: sawmill:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: supplementaries:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: hearthandharvest:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: accessories:main... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: toms_storage:jei... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: kiwi:customization... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:neoforge_gui... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:debug... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:gui... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/nakuring/enhancedbossbars/CustomBarRenderer; to the game event bus +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: emi:jemi... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: reliable_remover:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:alltheleaks... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: brewinandchewin:jei_plugin... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: zeta:zeta... +[07мая2026 22:07:47.509] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: curios:curios... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_message_api_v1 +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: betterend:jei_plugin... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: aether:jei... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: deep_aether:jei... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: farmersdelight:jei_plugin... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: mynethersdelight:jei_plugin... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: cookscollection:jei_plugin... +[07мая2026 22:07:47.511] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: endersdelight:jei_plugin... +[07мая2026 22:07:47.513] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: cataclysm:jei_plugin... +[07мая2026 22:07:47.513] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes; to the mod event bus of mod blueprint +[07мая2026 22:07:47.513] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.other.BlueprintEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: deeperdarker:jei_plugin... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: ftblibrary:jei... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: golemoverhaul:jei... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: controllable:jei_plugin... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: kubejs:jei... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: ftbxmodcompat:ftbquests_jei... +[07мая2026 22:07:47.516] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: copycats:jei_plugin... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: configured:jei_plugin... +[07мая2026 22:07:47.516] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for puzzleslib:main +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: decorative_blocks:main... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jade:main... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chunksending +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: quark:quark... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: create:jei_plugin... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: create_dragons_plus:jei_plugin... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: create_central_kitchen:jei... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: create_enchantment_industry:jei... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [mezz.jei.library.load.PluginCallerTimerRunnable/]: Sending ConfigManager: jei:internal... +[07мая2026 22:07:47.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/other/BlueprintEvents; to the game event bus +[07мая2026 22:07:47.518] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for puzzleslib +[07мая2026 22:07:47.518] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for medieval_nether +[07мая2026 22:07:47.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for punchy +[07мая2026 22:07:47.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for euphoria_patcher +[07мая2026 22:07:47.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsnetherfortressoverhaul +[07мая2026 22:07:47.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_renderer_api_v1 +[07мая2026 22:07:47.519] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager took 15.44 milliseconds +[07мая2026 22:07:47.519] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.other.BlueprintDataMaps for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.526] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kuma_api +[07мая2026 22:07:47.530] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/other/BlueprintDataMaps; to the mod event bus of mod blueprint +[07мая2026 22:07:47.531] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.core.api.BlueprintTrims for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.531] [modloading-worker-0/DEBUG] [betterwitchhuts/]: Loaded com.yungnickyoung.minecraft.betterwitchhuts.services.NeoForgePlatformHelper@16d2299d for service interface com.yungnickyoung.minecraft.betterwitchhuts.services.IPlatformHelper +[07мая2026 22:07:47.533] [modloading-worker-0/DEBUG] [betterwitchhuts/]: Loaded com.yungnickyoung.minecraft.betterwitchhuts.services.NeoForgeModulesLoader@d7c49b4 for service interface com.yungnickyoung.minecraft.betterwitchhuts.services.IModulesLoader +[07мая2026 22:07:47.539] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterwitchhuts-neoforge-1_21.toml for betterwitchhuts tracking +[07мая2026 22:07:47.539] [modloading-worker-0/INFO] [SRConfigAPI/]: Config file not found, creating new default at: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\super_resolution.toml +[07мая2026 22:07:47.542] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterwitchhuts +[07мая2026 22:07:47.543] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelLoaderLateMixin from fabric-model-loading-api-v1.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.543] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderLateMixin from mod fabric_model_loading_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.544] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ModelBakeryMixin from modernfix-modernfix.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.601] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ctm.CTMModelBakeryAccessor from modernfix-modernfix.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.601] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelBakeryAccessor from balm.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.601] [modloading-worker-0/DEBUG] [mixin/]: balm.mixins.json:ModelBakeryAccessor from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.601] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelBakeryMixin from balm.neoforge.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.603] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelBakeryMixin from polytone-common.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.603] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$polytone$addGeneratedCustomItemModels$0(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/block/model/BlockModel;)V to mdd85188$polytone$lambda$polytone$addGeneratedCustomItemModels$0$0 in polytone-common.mixins.json:ModelBakeryMixin from mod polytone +[07мая2026 22:07:47.609] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelBakeryAccessor from brewinandchewin.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.609] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ModelBakeryAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.609] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelLoaderMixin from continuity.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.611] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelBakeryMixin from puzzleslib.common.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.611] [modloading-worker-0/DEBUG] [mixin/]: puzzleslib.common.mixins.json:client.ModelBakeryMixin from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.613] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelBakeryMixin from galosphere.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.621] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.maraca.ModelBakeryMixin from ribbits.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.622] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ModelBakeryMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.624] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelLoaderMixin from fabric-model-loading-api-v1.mixins.json into net.minecraft.client.resources.model.ModelBakery +[07мая2026 22:07:47.624] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.625] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$allowRecursiveLoading$0(Lnet/minecraft/resources/ResourceLocation;)Ljava/lang/String; to mdd85188$fabric_model_loading_api_v1$lambda$allowRecursiveLoading$0$1 in fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1 +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::storeTextureGetterAndBakeMissing(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::storeTextureGetterAndBakeMissing(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::storeTextureGetterAndBakeMissing(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialBakeFinish(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialBakeFinish(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialBakeFinish(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialLoadFinish(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialLoadFinish(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelBakeryMixin from mod modernfix->@Inject::onInitialLoadFinish(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: balm.neoforge.mixins.json:ModelBakeryMixin from mod balm->@Inject::apply(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: balm.neoforge.mixins.json:ModelBakeryMixin from mod balm->@Inject::apply(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.722] [modloading-worker-0/DEBUG] [mixin/]: balm.neoforge.mixins.json:ModelBakeryMixin from mod balm->@Inject::apply(Lnet/minecraft/client/resources/model/ModelBakery$TextureGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.ModelBakeryMixin from mod galosphere->@Inject::G$loadBlockModel(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.ModelBakeryMixin from mod galosphere->@Inject::G$loadBlockModel(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.ModelBakeryMixin from mod galosphere->@Inject::G$loadBlockModel(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.ModelBakeryMixin from mod galosphere->@Inject::G$loadBlockModel(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ModelBakeryMixin from mod ribbits->@Inject::ribbits$addMaracaModelToBakery(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ModelBakeryMixin from mod ribbits->@Inject::ribbits$addMaracaModelToBakery(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ModelBakeryMixin from mod ribbits->@Inject::ribbits$addMaracaModelToBakery(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1->@Inject::afterMissingModelInit(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1->@Inject::afterMissingModelInit(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1->@Inject::afterMissingModelInit(Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.723] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:ModelLoaderMixin from mod fabric_model_loading_api_v1->@Inject::allowRecursiveLoading(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.726] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei +[07мая2026 22:07:47.726] [modloading-worker-0/DEBUG] [Reliable Replacer/]: Loaded com.evandev.reliable_replacer.platform.NeoForgePlatformHelper@32289c1b for service interface com.evandev.reliable_replacer.platform.services.IPlatformHelper +[07мая2026 22:07:47.727] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for reliable_replacer +[07мая2026 22:07:47.729] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for caveore +[07мая2026 22:07:47.729] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_item_api_v1 +[07мая2026 22:07:47.730] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.client.item.ClientItemEventHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.733] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/client/item/ClientItemEventHooks; to the game event bus +[07мая2026 22:07:47.734] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.item.DefaultItemComponentImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.745] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dynamic_resources.ModelManagerMixin from modernfix-modernfix.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadSingleBlockState$7(Lnet/minecraft/server/packs/resources/Resource;)Lnet/minecraft/client/resources/model/BlockStateModelLoader$LoadedJson; to mdd85188$modernfix$lambda$loadSingleBlockState$7$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadSingleBlockModel$6(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/block/model/BlockModel;Lnet/minecraft/server/packs/resources/Resource;)Lnet/minecraft/client/renderer/block/model/BlockModel; to mdd85188$modernfix$lambda$loadSingleBlockModel$6$1 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deferBlockStateLoad$5(Lcom/google/common/cache/LoadingCache;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; to mdd85188$modernfix$lambda$deferBlockStateLoad$5$2 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deferBlockStateLoad$4(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; to mdd85188$modernfix$lambda$deferBlockStateLoad$4$3 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deferBlockModelLoad$3(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/Map;)Ljava/util/concurrent/CompletionStage; to mdd85188$modernfix$lambda$deferBlockModelLoad$3$4 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deferBlockModelLoad$2(Lcom/google/common/cache/LoadingCache;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/block/model/BlockModel; to mdd85188$modernfix$lambda$deferBlockModelLoad$2$5 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$deferBlockModelLoad$1(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/block/model/BlockModel;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/block/model/BlockModel; to mdd85188$modernfix$lambda$deferBlockModelLoad$1$6 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.746] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()V to mdd85188$modernfix$lambda$new$0$7 in modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix +[07мая2026 22:07:47.750] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/item/DefaultItemComponentImpl; to the mod event bus of mod fabric_item_api_v1 +[07мая2026 22:07:47.754] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rogues +[07мая2026 22:07:47.754] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.rogues.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.758] [modloading-worker-0/DEBUG] [mixin/]: Mixing BakedModelManagerMixin from fabric-model-loading-api-v1.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.759] [modloading-worker-0/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:BakedModelManagerMixin from mod fabric_model_loading_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.759] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadModelPluginData$0(Ljava/util/function/BiFunction;Lnet/minecraft/util/Tuple;Ljava/util/List;)Lnet/minecraft/client/resources/model/ModelBakery; to mdd85188$fabric_model_loading_api_v1$lambda$loadModelPluginData$0$8 in fabric-model-loading-api-v1.mixins.json:BakedModelManagerMixin from mod fabric_model_loading_api_v1 +[07мая2026 22:07:47.761] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelManagerMixin from polytone-common.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.764] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BakedModelManagerAccessor from emi.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.764] [modloading-worker-0/DEBUG] [mixin/]: emi.mixins.json:accessor.BakedModelManagerAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.764] [modloading-worker-0/DEBUG] [mixin/]: Mixing BakedModelManagerMixin from continuity.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.765] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$modifyReturnReload$0()V to mdd85188$continuity$lambda$continuity$modifyReturnReload$0$9 in continuity.mixins.json:BakedModelManagerMixin from mod continuity +[07мая2026 22:07:47.767] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelManagerMixin from bclib.mixins.client.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.770] [modloading-worker-0/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.770] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.774] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.AccessorModelManager from quark.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.775] [modloading-worker-0/DEBUG] [mixin/]: Mixing models.cullshape.ModelManager_cullShapeMixin from moreculling.mixins.json into net.minecraft.client.resources.model.ModelManager +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::injectDummyBakedRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::injectDummyBakedRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::injectDummyBakedRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::storeTicker(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::storeTicker(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::storeTicker(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::freezeBakery(Ljava/lang/Object;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::freezeBakery(Ljava/lang/Object;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.803] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.ModelManagerMixin from mod modernfix->@Inject::freezeBakery(Ljava/lang/Object;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ModelManagerMixin from mod polytone->@Inject::polytone$loadCustomItemModels(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadReload(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadReload(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadReload(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.804] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadBake(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadBake(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onHeadBake(Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Lnet/minecraft/client/resources/model/ModelBakery;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: continuity.mixins.json:BakedModelManagerMixin from mod continuity->@Inject::continuity$onReturnUpload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:ModelManagerMixin from mod bclib->@Inject::bclib_loadCustomModels(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:ModelManagerMixin from mod bclib->@Inject::bclib_loadCustomModels(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:47.805] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:ModelManagerMixin from mod bclib->@Inject::bclib_loadCustomModels(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:47.809] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/rogues/neoforge/client/NeoForgeClientMod; to the mod event bus of mod rogues +[07мая2026 22:07:47.809] [modloading-worker-0/DEBUG] [mixin/]: Mixing TriviaGeneratorMixin from deep_aether.mixins.json into com.aetherteam.aether.client.TriviaGenerator +[07мая2026 22:07:47.809] [modloading-worker-0/DEBUG] [mixin/]: deep_aether.mixins.json:TriviaGeneratorMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.813] [modloading-worker-0/DEBUG] [mixin/]: deep_aether.mixins.json:TriviaGeneratorMixin from mod deep_aether->@Inject::getTriviaLine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:47.821] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelStorageSourceMixin from fastasyncworldsave.mixins.json into net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess +[07мая2026 22:07:47.821] [modloading-worker-0/DEBUG] [mixin/]: fastasyncworldsave.mixins.json:LevelStorageSourceMixin from mod fastasyncworldsave: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.822] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$saveLevelData$0(Lnet/minecraft/nbt/CompoundTag;)V to mdd85188$fastasyncworldsave$lambda$saveLevelData$0$0 in fastasyncworldsave.mixins.json:LevelStorageSourceMixin from mod fastasyncworldsave +[07мая2026 22:07:47.824] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelStorageAccess from xaerohud.mixins.json into net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess +[07мая2026 22:07:47.825] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinLevelStorageAccess from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.825] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelStorageAccess from xaeroworldmap.mixins.json into net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess +[07мая2026 22:07:47.825] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinLevelStorageAccess from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.826] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelStorageAccessAccessorMixin from ichunutil.mixins.json into net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess +[07мая2026 22:07:47.826] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:LevelStorageAccessAccessorMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.826] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinLevelStorageAccess from fancymenu.mixins.json into net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess +[07мая2026 22:07:47.826] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelStorageAccess from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.832] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinLevelStorageAccess from mod xaerominimap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinLevelStorageAccess from mod xaerominimap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinLevelStorageAccess from mod xaerominimap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinLevelStorageAccess from mod xaeroworldmap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinLevelStorageAccess from mod xaeroworldmap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinLevelStorageAccess from mod xaeroworldmap->@Inject::onDeleteLevel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelStorageAccess from mod fancymenu->@Inject::onConstructFancyMenu(Lnet/minecraft/world/level/storage/LevelStorageSource;Ljava/lang/String;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelStorageAccess from mod fancymenu->@Inject::onConstructFancyMenu(Lnet/minecraft/world/level/storage/LevelStorageSource;Ljava/lang/String;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:47.833] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinLevelStorageAccess from mod fancymenu->@Inject::onConstructFancyMenu(Lnet/minecraft/world/level/storage/LevelStorageSource;Ljava/lang/String;Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:47.834] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.model.TextureAtlasSpriteMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[07мая2026 22:07:47.834] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.TextureAtlasSpriteMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.834] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.textures.scan.TextureAtlasSpriteMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[07мая2026 22:07:47.834] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.scan.TextureAtlasSpriteMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.835] [modloading-worker-0/DEBUG] [mixin/]: Mixing TextureAtlasSprite_opacityMixin from moreculling.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[07мая2026 22:07:47.838] [modloading-worker-0/DEBUG] [mixin/]: Mixing SpriteMixin from continuity.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[07мая2026 22:07:47.862] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for brewinandchewin +[07мая2026 22:07:47.862] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.neoforge.event.BnCCommonEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.865] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/core/api/BlueprintTrims; to the game event bus +[07мая2026 22:07:47.867] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/neoforge/event/BnCCommonEvents; to the game event bus +[07мая2026 22:07:47.867] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.common.world.modification.structure.StructureRepaletterManager for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.879] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.neoforge.client.TipsyEffects for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.879] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for creeperoverhaul +[07мая2026 22:07:47.881] [modloading-worker-0/DEBUG] [xaero.lib.XaeroLib/]: Loaded xaero.lib.platform.services.PlatformHelperNeoForge@41576832 for service interface xaero.lib.platform.services.IPlatformHelper +[07мая2026 22:07:47.883] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 开始提取依赖库文件 +[07мая2026 22:07:47.892] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/neoforge/client/TipsyEffects; to the game event bus +[07мая2026 22:07:47.895] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.neoforge.client.BrewinAndChewinNeoForgeClient$ModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.900] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for durability_tweaks +[07мая2026 22:07:47.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents; to the mod event bus of mod brewinandchewin +[07мая2026 22:07:47.914] [modloading-worker-0/DEBUG] [betteroceanmonuments/]: Loaded com.yungnickyoung.minecraft.betteroceanmonuments.services.NeoForgePlatformHelper@56e60bf3 for service interface com.yungnickyoung.minecraft.betteroceanmonuments.services.IPlatformHelper +[07мая2026 22:07:47.915] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.neoforge.client.BnCRecipeBookNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.916] [modloading-worker-0/DEBUG] [betteroceanmonuments/]: Loaded com.yungnickyoung.minecraft.betteroceanmonuments.services.NeoForgeModulesLoader@629ec44b for service interface com.yungnickyoung.minecraft.betteroceanmonuments.services.IModulesLoader +[07мая2026 22:07:47.923] [modloading-worker-0/DEBUG] [mixin/]: Mixing recipebook.RecipeBookCategoriesAccessor from connector.mixins.json into net.minecraft.client.RecipeBookCategories +[07мая2026 22:07:47.923] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:recipebook.RecipeBookCategoriesAccessor from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.923] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method setAGGREGATE_CATEGORIES(Ljava/util/Map;)V to setAGGREGATE_CATEGORIES$connector_$md$d85188$0 in connector.mixins.json:recipebook.RecipeBookCategoriesAccessor from mod connector +[07мая2026 22:07:47.923] [modloading-worker-0/DEBUG] [mixin/]: Mixing recipebook.RecipeBookCategoriesMixin from connector.mixins.json into net.minecraft.client.RecipeBookCategories +[07мая2026 22:07:47.923] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:recipebook.RecipeBookCategoriesMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:47.930] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge; to the mod event bus of mod brewinandchewin +[07мая2026 22:07:47.931] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betteroceanmonuments-neoforge-1_21.toml for betteroceanmonuments tracking +[07мая2026 22:07:47.933] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.neoforge.BrewinAndChewinNeoForge$RegistryEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.934] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betteroceanmonuments +[07мая2026 22:07:47.943] [modloading-worker-0/DEBUG] [mixin/]: Mixing KegBlockEntityMixin from create_central_kitchen.brewinandchewin.mixins.json into umpaz.brewinandchewin.common.block.entity.KegBlockEntity +[07мая2026 22:07:47.945] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for connectivity +[07мая2026 22:07:47.947] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gpumemleakfix +[07мая2026 22:07:47.964] [modloading-worker-0/INFO] [No Creeper Explosion/]: Hello NeoForge world! +[07мая2026 22:07:47.970] [modloading-worker-0/INFO] [No Creeper Explosion/]: No Creeper Explosion initialized! +[07мая2026 22:07:47.970] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for nocreeperexplosion +[07мая2026 22:07:47.970] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class me.talilon.minecraft.nocreeperexplosion.event.NeoForgeExplosionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:47.979] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lme/talilon/minecraft/nocreeperexplosion/event/NeoForgeExplosionHandler; to the game event bus +[07мая2026 22:07:47.981] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: libSuperResolution+win64.dll 提取成功 +[07мая2026 22:07:47.982] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 依赖库文件已提取到 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined +[07мая2026 22:07:47.982] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 加载依赖库: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\libSuperResolution+win64.dll +[07мая2026 22:07:47.987] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structureessentials +[07мая2026 22:07:48.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterManager; to the game event bus +[07мая2026 22:07:48.004] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.common.world.modification.chunk.ChunkGeneratorModificationManager for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.006] [modloading-worker-0/DEBUG] [xaero.map.WorldMap/]: Loaded xaero.map.platform.services.NeoForgePlatformHelper@221e294f for service interface xaero.map.platform.services.IPlatformHelper +[07мая2026 22:07:48.011] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 依赖库版本: 20250708_152103 +[07мая2026 22:07:48.012] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/common/world/modification/chunk/ChunkGeneratorModificationManager; to the game event bus +[07мая2026 22:07:48.013] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents; to the mod event bus of mod brewinandchewin +[07мая2026 22:07:48.016] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.client.screen.shaking.ScreenShakeHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.017] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class umpaz.brewinandchewin.data.BnCDataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.020] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lumpaz/brewinandchewin/data/BnCDataGenerators; to the mod event bus of mod brewinandchewin +[07мая2026 22:07:48.021] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/client/screen/shaking/ScreenShakeHandler; to the game event bus +[07мая2026 22:07:48.021] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for controlling +[07мая2026 22:07:48.024] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:48.025] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for super_resolution +[07мая2026 22:07:48.027] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.blueprint.client.RewardHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.032] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/blueprint/client/RewardHandler; to the game event bus +[07мая2026 22:07:48.061] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry: wover:wover/world_preset_info +[07мая2026 22:07:48.062] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cerulean-common.toml for cerulean tracking +[07мая2026 22:07:48.062] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cerulean-client.toml for cerulean tracking +[07мая2026 22:07:48.062] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cerulean-server.toml for cerulean tracking +[07мая2026 22:07:48.064] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cerulean +[07мая2026 22:07:48.064] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class toni.cerulean.foundation.config.AllConfigs for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.065] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltoni/cerulean/foundation/config/AllConfigs; to the mod event bus of mod cerulean +[07мая2026 22:07:48.069] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for redirected +[07мая2026 22:07:48.073] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/world_preset +[07мая2026 22:07:48.077] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/flat_level_generator_preset +[07мая2026 22:07:48.085] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_data_attachment_api_v1 +[07мая2026 22:07:48.085] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomespy +[07мая2026 22:07:48.087] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wunderlib +[07мая2026 22:07:48.087] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.ambertation.wunderlib.WunderLibClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lde/ambertation/wunderlib/WunderLibClient; to the mod event bus of mod wunderlib +[07мая2026 22:07:48.091] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quick_pack +[07мая2026 22:07:48.094] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodiumoptionsapi +[07мая2026 22:07:48.107] [modloading-worker-0/INFO] [de.keksuccino.melody.Melody/]: [MELODY] Loading v1.0.10 on NEOFORGE... +[07мая2026 22:07:48.108] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for melody +[07мая2026 22:07:48.109] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:48.121] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry: wover:worldgen/surface_rules +[07мая2026 22:07:48.124] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file quark_ponders-client.toml for quark_ponders tracking +[07мая2026 22:07:48.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quark_ponders +[07мая2026 22:07:48.132] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/structure +[07мая2026 22:07:48.137] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCompositeEntityModel from xaerohud.mixins.json into net.minecraft.client.model.ListModel +[07мая2026 22:07:48.137] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinCompositeEntityModel from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.140] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinCompositeEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.140] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinCompositeEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.140] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinCompositeEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.142] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.RaftModelMixin from punchy.mixins.json into net.minecraft.client.model.RaftModel +[07мая2026 22:07:48.145] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for connector +[07мая2026 22:07:48.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.RaftModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.RaftModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.RaftModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.198] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.AbstractBoatModelMixin from punchy.mixins.json into net.minecraft.client.model.BoatModel +[07мая2026 22:07:48.264] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.AbstractBoatModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.264] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.AbstractBoatModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.264] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.AbstractBoatModelMixin from mod punchy->@Inject::punchy$applyPaddlePhysics(Lnet/minecraft/world/entity/vehicle/Boat;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing NumericTagMixin from kubejs.mixins.json into net.minecraft.nbt.NumericTag +[07мая2026 22:07:48.279] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for baguettelib +[07мая2026 22:07:48.279] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.leclowndu93150.baguettelib.example.ExampleScreenTextureUsage for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.302] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/leclowndu93150/baguettelib/example/ExampleScreenTextureUsage; to the game event bus +[07мая2026 22:07:48.311] [modloading-worker-0/DEBUG] [mixin/]: Mixing SelfEntitySpawnDataMixin from moonlight.mixins.json into net.mehvahdjukaar.moonlight.api.entity.IExtraClientSpawnData +[07мая2026 22:07:48.311] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:SelfEntitySpawnDataMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.315] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Registering common data for channel xaeroworldmap:main! +[07мая2026 22:07:48.324] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for boatload +[07мая2026 22:07:48.324] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.boatload.core.registry.BoatloadMenuTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.324] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/boatload/core/registry/BoatloadMenuTypes; to the mod event bus of mod boatload +[07мая2026 22:07:48.326] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.boatload.core.other.BoatloadModelLayers for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.329] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/boatload/core/other/BoatloadModelLayers; to the mod event bus of mod boatload +[07мая2026 22:07:48.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file gallery-client.toml for gallery tracking +[07мая2026 22:07:48.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file gallery-common.toml for gallery tracking +[07мая2026 22:07:48.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gallery +[07мая2026 22:07:48.345] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.gallery.core.registry.GalleryMenuTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.346] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/gallery/core/registry/GalleryMenuTypes; to the mod event bus of mod gallery +[07мая2026 22:07:48.347] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.gallery.core.other.GalleryEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.351] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/gallery/core/other/GalleryEvents; to the game event bus +[07мая2026 22:07:48.353] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.gallery.core.other.GalleryClientCompat for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.356] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/gallery/core/other/GalleryClientCompat; to the mod event bus of mod gallery +[07мая2026 22:07:48.390] [modloading-worker-0/DEBUG] [mixin/]: Mixing SlimeBallMixin from amendments-common.mixins.json into net.mehvahdjukaar.supplementaries.common.entities.SlimeBallEntity +[07мая2026 22:07:48.390] [modloading-worker-0/DEBUG] [mixin/]: amendments-common.mixins.json:SlimeBallMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.392] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:48.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lithostitched +[07мая2026 22:07:48.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_content_registries_v0 +[07мая2026 22:07:48.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.content.registry.FuelRegistryImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.399] [modloading-worker-0/DEBUG] [mixin/]: amendments-common.mixins.json:SlimeBallMixin from mod amendments->@Inject::amendments$addSquish(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.399] [modloading-worker-0/DEBUG] [mixin/]: amendments-common.mixins.json:SlimeBallMixin from mod amendments->@Inject::amendments$addSquish(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.399] [modloading-worker-0/DEBUG] [mixin/]: amendments-common.mixins.json:SlimeBallMixin from mod amendments->@Inject::amendments$addSquish(Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.402] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file allurement-common.toml for allurement tracking +[07мая2026 22:07:48.402] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file allurement-client.toml for allurement tracking +[07мая2026 22:07:48.402] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for allurement +[07мая2026 22:07:48.402] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.teamabnormals.allurement.core.other.AllurementEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.408] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/content/registry/FuelRegistryImpl; to the game event bus +[07мая2026 22:07:48.410] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.api.registry.TillableBlockRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/api/registry/TillableBlockRegistry; to the game event bus +[07мая2026 22:07:48.423] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bclib +[07мая2026 22:07:48.423] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.registry.FuelRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sodiumdynamiclights-client.toml for sodiumdynamiclights tracking +[07мая2026 22:07:48.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodiumdynamiclights +[07мая2026 22:07:48.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for greenhouseconfig_toml +[07мая2026 22:07:48.427] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/registry/FuelRegistry; to the game event bus +[07мая2026 22:07:48.427] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/teamabnormals/allurement/core/other/AllurementEvents; to the game event bus +[07мая2026 22:07:48.427] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.registry.BaseBlockEntityRenders for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.432] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/registry/BaseBlockEntityRenders; to the mod event bus of mod bclib +[07мая2026 22:07:48.434] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.particles.ParticleFactoryRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Loading v1.9.9 in client-side mode on NEOFORGE! +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: --------------------------- +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: KONKRETE SHIPS AND USES THE FOLLOWING LIBRARIES: +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Open Imaging Copyright © 2014 Dhyan Blum. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Open Imaging is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: JsonPath Copyright © 2017 Jayway. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: JsonPath is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Json-smart Copyright © netplex. +[07мая2026 22:07:48.437] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/particles/ParticleFactoryRegistry; to the mod event bus of mod bclib +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Json-smart is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Exp4j Copyright © Frank Asseg. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Exp4j is licensed under Apache-2.0. https://github.com/fasseg/exp4j +[07мая2026 22:07:48.438] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: --------------------------- +[07мая2026 22:07:48.438] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Server-side modules initialized and ready to use! +[07мая2026 22:07:48.438] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for konkrete +[07мая2026 22:07:48.439] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.client.BCLibClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.441] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:48.443] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Registering client data for channel xaeroworldmap:main! +[07мая2026 22:07:48.447] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/client/BCLibClient; to the mod event bus of mod bclib +[07мая2026 22:07:48.450] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/biome +[07мая2026 22:07:48.451] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.api.v2.spawning.SpawnRuleBuilder for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.453] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file farmersdelight-common.toml for farmersdelight tracking +[07мая2026 22:07:48.453] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file farmersdelight-client.toml for farmersdelight tracking +[07мая2026 22:07:48.461] [modloading-worker-0/DEBUG] [KubeJS/]: Took 2 ms to grab stacktrace classes. +[07мая2026 22:07:48.472] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; to the mod event bus of mod bclib +[07мая2026 22:07:48.475] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.api.v2.dataexchange.handler.DataExchangeClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.478] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/api/v2/dataexchange/handler/DataExchangeClientEvents; to the game event bus +[07мая2026 22:07:48.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.bclib.api.v2.dataexchange.handler.DataExchange for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.484] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompatFDSignBlockEntityMixin from amendments.mixins.json into vectorwing.farmersdelight.common.block.StandingCanvasSignBlock +[07мая2026 22:07:48.484] [modloading-worker-0/DEBUG] [mixin/]: amendments.mixins.json:CompatFDSignBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.491] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/bclib/api/v2/dataexchange/handler/DataExchange; to the game event bus +[07мая2026 22:07:48.497] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompatFDWallSignBlockEntityMixin from amendments.mixins.json into vectorwing.farmersdelight.common.block.WallCanvasSignBlock +[07мая2026 22:07:48.497] [modloading-worker-0/DEBUG] [mixin/]: amendments.mixins.json:CompatFDWallSignBlockEntityMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.512] [modloading-worker-0/INFO] [Entity Texture Features/]: [ETF]: Modifying ETF Render State constructor because: for EMF +[07мая2026 22:07:48.513] [modloading-worker-0/INFO] [traben.entity_model_features.EMF/]: Loading Entity Model Features, PI = 3.1415927 and you can't convince me otherwise. +[07мая2026 22:07:48.519] [modloading-worker-0/DEBUG] [mixin/]: Mixing RichSoilBlockMixin from natures_delight.mixins.json into vectorwing.farmersdelight.common.block.RichSoilBlock +[07мая2026 22:07:48.526] [modloading-worker-0/DEBUG] [mixin/]: natures_delight.mixins.json:RichSoilBlockMixin from mod natures_delight->@Inject::onLanding(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:48.532] [modloading-worker-0/DEBUG] [mixin/]: Mixing BrewingRecipeRegistryBuilderMixin from fabric-content-registries-v0.mixins.json into net.minecraft.world.item.alchemy.PotionBrewing$Builder +[07мая2026 22:07:48.532] [modloading-worker-0/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BrewingRecipeRegistryBuilderMixin from mod fabric_content_registries_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.544] [modloading-worker-0/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BrewingRecipeRegistryBuilderMixin from mod fabric_content_registries_v0->@Inject::build(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:48.544] [modloading-worker-0/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BrewingRecipeRegistryBuilderMixin from mod fabric_content_registries_v0->@Inject::build(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:48.544] [modloading-worker-0/DEBUG] [mixin/]: fabric-content-registries-v0.mixins.json:BrewingRecipeRegistryBuilderMixin from mod fabric_content_registries_v0->@Inject::build(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:48.546] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelPartMixin from playerAnimator-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.547] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelPartMixin from supplementaries-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.547] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:ModelPartMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.549] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelPartAccessor from accessories-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.549] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.ModelPartAccessor from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.550] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.entity.ModelPartMixin from sodium-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.550] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.entity.ModelPartMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.555] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelPartMixin from punchy.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.560] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.ModelPartAccessor from punchy.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelPart from xaerohud.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.561] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinModelPart from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelPart from entity_model_features.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.561] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPart from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.562] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$emf$insertKnownMappings$0(Ltraben/entity_model_features/models/EMFModel_ID;Lnet/minecraft/client/model/geom/ModelPart;)V to mdd85188$entity_model_features$lambda$emf$insertKnownMappings$0$0 in entity_model_features.mixins.json:MixinModelPart from mod entity_model_features +[07мая2026 22:07:48.565] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelPartAccessor from mixins.immersivelanterns.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.565] [modloading-worker-0/DEBUG] [mixin/]: mixins.immersivelanterns.json:ModelPartAccessor from mod immersivelanterns: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.565] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ModelPartMixin from blueprint.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.570] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelPartAccessor from friendsandfoes-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.570] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelPartAccessor from flywheel.impl.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.571] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelPart from entity_texture_features.mixins.json into net.minecraft.client.model.geom.ModelPart +[07мая2026 22:07:48.571] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:48.571] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$etf$doEmissiveIfInitialPart$0(Lcom/mojang/blaze3d/vertex/PoseStack;IILcom/mojang/blaze3d/vertex/VertexConsumer;I)V to mdd85188$entity_texture_features$lambda$etf$doEmissiveIfInitialPart$0$1 in entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ModelPartMixin from mod punchy->@Inject::punchy$applyExplicitTransformAtTail(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ModelPartMixin from mod punchy->@Inject::punchy$applyExplicitTransformAtTail(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ModelPartMixin from mod punchy->@Inject::punchy$applyExplicitTransformAtTail(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinModelPart from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinModelPart from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinModelPart from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPart from mod entity_model_features->@Inject::emf$injectAnnouncerPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPart from mod entity_model_features->@Inject::emf$injectAnnouncerPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPart from mod entity_model_features->@Inject::emf$injectAnnouncerPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$findOutIfInitialModelPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$findOutIfInitialModelPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$findOutIfInitialModelPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.610] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinModelPart from mod entity_texture_features->@Inject::etf$doEmissiveIfInitialPart(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.611] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getCubes()Ljava/util/List; in net.minecraft.client.model.geom.ModelPart was not merged +[07мая2026 22:07:48.611] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getChildren()Ljava/util/Map; in net.minecraft.client.model.geom.ModelPart was not merged +[07мая2026 22:07:48.611] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getChildren()Ljava/util/Map; in net.minecraft.client.model.geom.ModelPart was not merged +[07мая2026 22:07:48.617] [modloading-worker-0/INFO] [fzzy_config/]: Loaded config fzzy_config:keybinds in 163ms +[07мая2026 22:07:48.635] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fzzy_config +[07мая2026 22:07:48.637] [modloading-worker-0/DEBUG] [mixin/]: Mixing PreventTaggedEffectRemovalMixin$HotCocoa from brewinandchewin.neoforge.mixins.json into vectorwing.farmersdelight.common.item.HotCocoaItem +[07мая2026 22:07:48.637] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$brewinandchewin$preventIntoxicationRemoval$0(Lnet/minecraft/world/effect/MobEffectInstance;)Z to mdd85188$brewinandchewin$lambda$brewinandchewin$preventIntoxicationRemoval$0$0 in brewinandchewin.neoforge.mixins.json:PreventTaggedEffectRemovalMixin$HotCocoa from mod brewinandchewin +[07мая2026 22:07:48.639] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading primary common config for channel xaeroworldmap:main! +[07мая2026 22:07:48.645] [modloading-worker-0/DEBUG] [mixin/]: Mixing emi.LootTableParserMixin from reliable_remover.mixins.json into fzzyhmstrs.emi_loot.parser.LootTableParser +[07мая2026 22:07:48.645] [modloading-worker-0/DEBUG] [mixin/]: reliable_remover.mixins.json:emi.LootTableParserMixin from mod reliable_remover: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:48.651] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading server config profiles for channel xaeroworldmap:main! +[07мая2026 22:07:48.652] [modloading-worker-0/DEBUG] [mixin/]: reliable_remover.mixins.json:emi.LootTableParserMixin from mod reliable_remover->@Inject::reliable_remover$filterEmiLootItems(ILnet/minecraft/world/item/ItemStack;Ljava/util/List;Ljava/util/List;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:48.667] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading primary client config for channel xaeroworldmap:main! +[07мая2026 22:07:48.672] [modloading-worker-0/DEBUG] [KubeJS/]: Took 2 ms to grab stacktrace classes. +[07мая2026 22:07:48.673] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading client config profiles for channel xaeroworldmap:main! +[07мая2026 22:07:48.681] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Registering common data for channel xaerominimap:main! +[07мая2026 22:07:48.709] [modloading-worker-0/DEBUG] [wover-core/]: Adding dynamic registry: wover:worldgen/biome_modifications +[07мая2026 22:07:48.711] [modloading-worker-0/DEBUG] [mixin/]: Mixing world_registry.WorldStemMixin from wover.event.mixins.common.json into net.minecraft.server.WorldStem +[07мая2026 22:07:48.712] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinSaveLoader from biolith.neoforge.mixins.json into net.minecraft.server.WorldStem +[07мая2026 22:07:48.712] [modloading-worker-0/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinSaveLoader from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.713] [modloading-worker-0/DEBUG] [mixin/]: Mixing resource_manager.WorldStemMixin from wover.event.mixins.common.json into net.minecraft.server.WorldStem +[07мая2026 22:07:48.714] [modloading-worker-0/DEBUG] [mixin/]: Mixing dimension_load.WorldStemMixin from wover.event.mixins.common.json into net.minecraft.server.WorldStem +[07мая2026 22:07:48.714] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aether-startup.toml for aether tracking +[07мая2026 22:07:48.715] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-startup.toml +[07мая2026 22:07:48.716] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-startup.toml for changes +[07мая2026 22:07:48.716] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aether-server.toml for aether tracking +[07мая2026 22:07:48.716] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aether-common.toml for aether tracking +[07мая2026 22:07:48.716] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aether-client.toml for aether tracking +[07мая2026 22:07:48.719] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:world_registry.WorldStemMixin from mod wover->@Inject::wover_captureRegistry(Lnet/minecraft/server/packs/resources/CloseableResourceManager;Lnet/minecraft/server/ReloadableServerResources;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/level/storage/WorldData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.719] [modloading-worker-0/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinSaveLoader from mod biolith->@Inject::biolith$earlyCaptureRegistries(Lnet/minecraft/server/packs/resources/CloseableResourceManager;Lnet/minecraft/server/ReloadableServerResources;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/level/storage/WorldData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.719] [modloading-worker-0/DEBUG] [mixin/]: wover.event.mixins.common.json:resource_manager.WorldStemMixin from mod wover->@Inject::wover_captureResourceManager(Lnet/minecraft/server/packs/resources/CloseableResourceManager;Lnet/minecraft/server/ReloadableServerResources;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/level/storage/WorldData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.745] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file galosphere-common.toml for galosphere tracking +[07мая2026 22:07:48.745] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for galosphere +[07мая2026 22:07:48.746] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.orcinus.galosphere.init.GNetwork for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.747] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/orcinus/galosphere/init/GNetwork; to the mod event bus of mod galosphere +[07мая2026 22:07:48.750] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.orcinus.galosphere.events.MobEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.779] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaeroworldmap +[07мая2026 22:07:48.787] [modloading-worker-0/INFO] [Entity Texture Features/]: Loading Entity Texture Features, now compatible with Minecraft! +[07мая2026 22:07:48.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lnet/orcinus/galosphere/events/MobEvents;, registering them separately +[07мая2026 22:07:48.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.registerEntityAttributes(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.797] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.registerSpawnPlacements(net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.799] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onPlayerClone(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus +[07мая2026 22:07:48.804] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onItemExpire(net.neoforged.neoforge.event.entity.item.ItemExpireEvent) to the game event bus +[07мая2026 22:07:48.805] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.getProjectile(net.neoforged.neoforge.event.entity.living.LivingGetProjectileEvent) to the game event bus +[07мая2026 22:07:48.806] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onBlockPlaced(net.neoforged.neoforge.event.level.BlockEvent$EntityPlaceEvent) to the game event bus +[07мая2026 22:07:48.808] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onBreakSpeedChanged(net.neoforged.neoforge.event.entity.player.PlayerEvent$BreakSpeed) to the game event bus +[07мая2026 22:07:48.811] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onBlockBreak(net.neoforged.neoforge.event.level.BlockEvent$BreakEvent) to the game event bus +[07мая2026 22:07:48.816] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onLivingDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent$Pre) to the game event bus +[07мая2026 22:07:48.818] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onEffecctRemoved(net.neoforged.neoforge.event.entity.living.MobEffectEvent$Remove) to the game event bus +[07мая2026 22:07:48.819] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onEffectExpired(net.neoforged.neoforge.event.entity.living.MobEffectEvent$Expired) to the game event bus +[07мая2026 22:07:48.822] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onLivingDrop(net.neoforged.neoforge.event.entity.living.LivingDropsEvent) to the game event bus +[07мая2026 22:07:48.824] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onLivingBreath(net.neoforged.neoforge.event.entity.living.LivingBreatheEvent) to the game event bus +[07мая2026 22:07:48.825] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MobEvents.onLivingUpdate(net.neoforged.neoforge.event.tick.EntityTickEvent$Pre) to the game event bus +[07мая2026 22:07:48.826] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.orcinus.galosphere.events.MiscEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.829] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for entity_texture_features +[07мая2026 22:07:48.830] [modloading-worker-0/INFO] [me.fallenbreath.fastipping.FastIpPingMod/]: ping & connect fast! +[07мая2026 22:07:48.830] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastipping +[07мая2026 22:07:48.836] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ambientsounds +[07мая2026 22:07:48.837] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lnet/orcinus/galosphere/events/MiscEvents;, registering them separately +[07мая2026 22:07:48.837] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.modifyComponents(net.neoforged.neoforge.event.ModifyDefaultComponentsEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.839] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.onTagsUpdated(net.neoforged.neoforge.event.TagsUpdatedEvent) to the game event bus +[07мая2026 22:07:48.839] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.onRightClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickBlock) to the game event bus +[07мая2026 22:07:48.841] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.registerBrewingRecipes(net.neoforged.neoforge.event.brewing.RegisterBrewingRecipesEvent) to the game event bus +[07мая2026 22:07:48.843] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.onEntityTick(net.neoforged.neoforge.event.tick.EntityTickEvent$Pre) to the game event bus +[07мая2026 22:07:48.845] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.MiscEvents.onLootTableLoad(net.neoforged.neoforge.event.LootTableLoadEvent) to the game event bus +[07мая2026 22:07:48.846] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.orcinus.galosphere.events.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.863] [modloading-worker-0/DEBUG] [mixin/]: Mixing TooltipComponentMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screens.inventory.tooltip.ClientTooltipComponent +[07мая2026 22:07:48.863] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:TooltipComponentMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.865] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.gui.tooltip.TooltipComponentMixin from bundleapi.mixins.json into net.minecraft.client.gui.screens.inventory.tooltip.ClientTooltipComponent +[07мая2026 22:07:48.869] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:TooltipComponentMixin from mod fabric_rendering_v1->@Inject::convertCustomTooltipData(Lnet/minecraft/world/inventory/tooltip/TooltipComponent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:48.869] [modloading-worker-0/DEBUG] [mixin/]: bundleapi.mixins.json:client.gui.tooltip.TooltipComponentMixin from mod bundleapi->@Inject::of(Lnet/minecraft/world/inventory/tooltip/TooltipComponent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:48.873] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.arrows.MixinStuckArrowsFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.StuckInBodyLayer +[07мая2026 22:07:48.874] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.874] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$emf$bestFromListMutable$2(Lnet/minecraft/client/model/geom/ModelPart;Lcom/mojang/blaze3d/vertex/PoseStack;)V to mdd85188$entity_model_features$lambda$emf$bestFromListMutable$2$0 in entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features +[07мая2026 22:07:48.874] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$emf$bestFromListMutable$1(Lnet/minecraft/client/model/geom/ModelPart;Lcom/mojang/blaze3d/vertex/PoseStack;Ljava/lang/Runnable;)V to mdd85188$entity_model_features$lambda$emf$bestFromListMutable$1$1 in entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features +[07мая2026 22:07:48.875] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$emf$bestFromListMutable$0(Lnet/minecraft/client/model/geom/ModelPart;Lcom/mojang/blaze3d/vertex/PoseStack;)V to mdd85188$entity_model_features$lambda$emf$bestFromListMutable$0$2 in entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$start(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:48.905] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinStuckArrowsFeatureRenderer from mod entity_model_features->@Inject::emf$end(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:48.906] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Registering client data for channel xaerominimap:main! +[07мая2026 22:07:48.918] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lnet/orcinus/galosphere/events/ClientEvents;, registering them separately +[07мая2026 22:07:48.919] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerClientExtensions(net.neoforged.neoforge.client.extensions.common.RegisterClientExtensionsEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerMenuScreens(net.neoforged.neoforge.client.event.RegisterMenuScreensEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerEntityRenderers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterRenderers) to the event bus of mod galosphere +[07мая2026 22:07:48.926] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.addLayers(net.neoforged.neoforge.client.event.EntityRenderersEvent$AddLayers) to the event bus of mod galosphere +[07мая2026 22:07:48.929] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerReloadListeners(net.neoforged.neoforge.client.event.RegisterClientReloadListenersEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.930] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.onClientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.932] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerEntityLayers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterLayerDefinitions) to the event bus of mod galosphere +[07мая2026 22:07:48.933] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerTooltips(net.neoforged.neoforge.client.event.RegisterClientTooltipComponentFactoriesEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.934] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.buildCreativeModeTabContents(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.935] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.cloudheight.CloudHeightMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.DimensionSpecialEffects +[07мая2026 22:07:48.935] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.cloudheight.CloudHeightMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.935] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.registerParticles(net.neoforged.neoforge.client.event.RegisterParticleProvidersEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.935] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_api_lookup_api_v1 +[07мая2026 22:07:48.935] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.loadEntityShader(net.neoforged.neoforge.client.event.RegisterEntitySpectatorShadersEvent) to the event bus of mod galosphere +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.gatherTooltip(net.neoforged.neoforge.client.event.RenderTooltipEvent$GatherComponents) to the game event bus +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.darkness.DimensionEffectsMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.DimensionSpecialEffects +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.DimensionEffectsMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.orcinus.galosphere.events.ClientEvents.renderGui(net.neoforged.neoforge.client.event.RenderGuiEvent$Post) to the game event bus +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinDimensionSpecialEffects from mixins.iris.json into net.minecraft.client.renderer.DimensionSpecialEffects +[07мая2026 22:07:48.936] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:48.937] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.orcinus.galosphere.datagen.GDataGenerator for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.939] [modloading-worker-0/DEBUG] [mixin/]: Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.DimensionSpecialEffects +[07мая2026 22:07:48.939] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:DimensionEffectsAccessor from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.939] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap$fabric_rendering_v1_$md$d85188$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor from mod fabric_rendering_v1 +[07мая2026 22:07:48.939] [modloading-worker-0/DEBUG] [mixin/]: Mixing DimensionSpecialEffectsMixin from polytone-common.mixins.json into net.minecraft.client.renderer.DimensionSpecialEffects +[07мая2026 22:07:48.946] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.cloudheight.CloudHeightMixin from mod sodiumextras->@Inject::inject$cloudHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:48.946] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris->@Inject::iris$getSunriseColor(FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:48.947] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/orcinus/galosphere/datagen/GDataGenerator; to the mod event bus of mod galosphere +[07мая2026 22:07:48.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file getittogetherdrops-server.toml for getittogetherdrops tracking +[07мая2026 22:07:48.951] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for getittogetherdrops +[07мая2026 22:07:48.951] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class bl4ckscor3.mod.getittogetherdrops.GetItTogetherDropsConfig for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.951] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lbl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsConfig; to the mod event bus of mod getittogetherdrops +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_client_uncapvd +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for greenhouseconfig +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class house.greenhouse.greenhouseconfig.impl.GreenhouseConfigNeoForge$GameEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [mixin/]: Mixing AetherSkyRenderEffectsAccessor from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.level.AetherSkyRenderEffects +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [mixin/]: deep_aether.mixins.json:AetherSkyRenderEffectsAccessor from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:48.957] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method setMOON_LOCATION(Lnet/minecraft/resources/ResourceLocation;)V to setMOON_LOCATION$deep_aether_$md$d85188$0 in deep_aether.mixins.json:AetherSkyRenderEffectsAccessor from mod deep_aether +[07мая2026 22:07:48.961] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lhouse/greenhouse/greenhouseconfig/impl/GreenhouseConfigNeoForge$GameEvents; to the game event bus +[07мая2026 22:07:48.963] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class house.greenhouse.greenhouseconfig.impl.GreenhouseConfigNeoForge$ModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wover +[07мая2026 22:07:48.965] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.LibWoverUiClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/LibWoverUiClient; to the mod event bus of mod wover +[07мая2026 22:07:48.969] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.LibWoverWorldGeneratorClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.971] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aether +[07мая2026 22:07:48.975] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lhouse/greenhouse/greenhouseconfig/impl/GreenhouseConfigNeoForge$ModEvents; to the mod event bus of mod greenhouseconfig +[07мая2026 22:07:48.976] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/LibWoverWorldGeneratorClient; to the mod event bus of mod wover +[07мая2026 22:07:48.977] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.LibWoverEventsClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.979] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class house.greenhouse.greenhouseconfig.impl.client.GreenhouseConfigNeoForgeClient$GameEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.979] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/LibWoverEventsClient; to the mod event bus of mod wover +[07мая2026 22:07:48.980] [modloading-worker-0/INFO] [quark-zeta/]: Discovered 162 modules to load. +[07мая2026 22:07:48.981] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.LibWoverCommonClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.982] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lhouse/greenhouse/greenhouseconfig/impl/client/GreenhouseConfigNeoForgeClient$GameEvents; to the game event bus +[07мая2026 22:07:48.983] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/LibWoverCommonClient; to the mod event bus of mod wover +[07мая2026 22:07:48.984] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.LibWoverBlockClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.985] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class house.greenhouse.greenhouseconfig.impl.client.GreenhouseConfigNeoForgeClient$ModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/LibWoverBlockClient; to the mod event bus of mod wover +[07мая2026 22:07:48.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterend +[07мая2026 22:07:48.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.betterend.client.BetterEndClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.986] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lhouse/greenhouse/greenhouseconfig/impl/client/GreenhouseConfigNeoForgeClient$ModEvents; to the mod event bus of mod greenhouseconfig +[07мая2026 22:07:48.987] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.betterx.wover.entrypoint.client.ModMenuEntryPoint for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.989] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lionfishapi +[07мая2026 22:07:48.989] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.L_Ender.lionfishapi.client.event.ClientSetUp for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.990] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/wover/entrypoint/client/ModMenuEntryPoint; to the mod event bus of mod wover +[07мая2026 22:07:48.991] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/L_Ender/lionfishapi/client/event/ClientSetUp; to the mod event bus of mod lionfishapi +[07мая2026 22:07:48.992] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.L_Ender.lionfishapi.client.event.ClientSetUp$ForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:48.993] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/betterx/betterend/client/BetterEndClient; to the mod event bus of mod betterend +[07мая2026 22:07:48.994] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/L_Ender/lionfishapi/client/event/ClientSetUp$ForgeEvents; to the game event bus +[07мая2026 22:07:49.002] [modloading-worker-0/DEBUG] [mixin/]: Mixing player.ServerGamePacketListenerImplMixin from smoothmovement.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.002] [modloading-worker-0/DEBUG] [mixin/]: smoothmovement.mixins.json:player.ServerGamePacketListenerImplMixin from mod smoothmovement: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.004] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.004] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.006] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerGamePacketListenerMixin from supplementaries-common.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.006] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:ServerGamePacketListenerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.007] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading primary common config for channel xaerominimap:main! +[07мая2026 22:07:49.007] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerPlayNetworkHandlerMixin from bettercombat.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.007] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:ServerPlayNetworkHandlerMixin from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.009] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerGamePacketListenerImplMixin from brewinandchewin.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.009] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:ServerGamePacketListenerImplMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.013] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading server config profiles for channel xaerominimap:main! +[07мая2026 22:07:49.019] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.accessor.ServerGamePacketListenerImplAccessor from aether.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.019] [modloading-worker-0/DEBUG] [mixin/]: Mixing PacketHandlerMixin from baguettelib.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.019] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PacketHandlerMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.019] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading primary client config for channel xaerominimap:main! +[07мая2026 22:07:49.023] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerAbilitiesPacketMixin from baguettelib.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.023] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerAbilitiesPacketMixin from mod baguettelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.025] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading client config profiles for channel xaerominimap:main! +[07мая2026 22:07:49.029] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerGamePacketListenerImplMixin from deeperdarker.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.030] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerGamePacketListenerImplMixin from ftbquests-common.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.031] [modloading-worker-0/DEBUG] [mixin/]: ftbquests-common.mixins.json:ServerGamePacketListenerImplMixin from mod ftbquests: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:49.034] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.AccessorServerGamePacketListener from quark.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.035] [modloading-worker-0/DEBUG] [mixin/]: Mixing ordering.player_move.MixinServerPlayNetworkHandler from c2me-opts-scheduling.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.035] [modloading-worker-0/DEBUG] [mixin/]: Mixing ext_render_distance.MixinServerPlayNetworkHandler from c2me-notickvd.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PacketHandlerMixin from mod baguettelib->@Inject::onHandleSetCarriedItem(Lnet/minecraft/network/protocol/game/ServerboundSetCarriedItemPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PacketHandlerMixin from mod baguettelib->@Inject::onHandleSetCarriedItem(Lnet/minecraft/network/protocol/game/ServerboundSetCarriedItemPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PacketHandlerMixin from mod baguettelib->@Inject::onHandleSetCarriedItem(Lnet/minecraft/network/protocol/game/ServerboundSetCarriedItemPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: baguettelib.mixins.json:PlayerAbilitiesPacketMixin from mod baguettelib->@Inject::onHandlePlayerAbilities(Lnet/minecraft/network/protocol/game/ServerboundPlayerAbilitiesPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: ftbquests-common.mixins.json:ServerGamePacketListenerImplMixin from mod ftbquests->@Inject::handleClientInformation(Lnet/minecraft/network/protocol/common/ServerboundClientInformationPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: ftbquests-common.mixins.json:ServerGamePacketListenerImplMixin from mod ftbquests->@Inject::handleClientInformation(Lnet/minecraft/network/protocol/common/ServerboundClientInformationPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.064] [modloading-worker-0/DEBUG] [mixin/]: ftbquests-common.mixins.json:ServerGamePacketListenerImplMixin from mod ftbquests->@Inject::handleClientInformation(Lnet/minecraft/network/protocol/common/ServerboundClientInformationPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.087] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file endersdelight-common.toml for endersdelight tracking +[07мая2026 22:07:49.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endersdelight +[07мая2026 22:07:49.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.axedgaming.endersdelight.Common.Effects.EnderPhasingHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.094] [modloading-worker-0/DEBUG] [mixin/]: Mixing entities.MerchantOfferAccessor from repurposed_structures-common.mixins.json into net.minecraft.world.item.trading.MerchantOffer +[07мая2026 22:07:49.094] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/axedgaming/endersdelight/Common/Effects/EnderPhasingHandler; to the game event bus +[07мая2026 22:07:49.094] [modloading-worker-0/DEBUG] [mixin/]: Mixing MerchantOfferMixin from quark.mixins.json into net.minecraft.world.item.trading.MerchantOffer +[07мая2026 22:07:49.094] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for farmersdelight +[07мая2026 22:07:49.094] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.data.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.axedgaming.endersdelight.EndersDelightClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/axedgaming/endersdelight/EndersDelightClient; to the mod event bus of mod endersdelight +[07мая2026 22:07:49.097] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.AccessorMerchantOffer from quark.mixins.json into net.minecraft.world.item.trading.MerchantOffer +[07мая2026 22:07:49.099] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:MerchantOfferMixin from mod quark->@Inject::isRequiredItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:49.103] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/data/DataGenerators; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.104] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.item.SkilletItem$SkilletEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.106] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/item/SkilletItem$SkilletEvents; to the game event bus +[07мая2026 22:07:49.107] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerCommonNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerCommonPacketListenerImpl +[07мая2026 22:07:49.107] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerCommonNetworkHandlerMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.107] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.item.KnifeItem$KnifeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.112] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.ServerCommonNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerCommonPacketListenerImpl +[07мая2026 22:07:49.112] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:accessor.ServerCommonNetworkHandlerAccessor from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.112] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerCommonNetworkHandlerAccessor from owo.mixins.json into net.minecraft.server.network.ServerCommonPacketListenerImpl +[07мая2026 22:07:49.112] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ServerCommonNetworkHandlerAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:49.112] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerPlayNetHandlerMixin from connectivity.mixins.json into net.minecraft.server.network.ServerCommonPacketListenerImpl +[07мая2026 22:07:49.113] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$on$0(Lnet/minecraft/network/DisconnectionDetails;)V to mdd85188$connectivity$lambda$on$0$0 in connectivity.mixins.json:ServerPlayNetHandlerMixin from mod connectivity +[07мая2026 22:07:49.123] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ServerPlayNetHandlerMixin from mod connectivity->@Inject::on(Lnet/minecraft/network/DisconnectionDetails;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.123] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ServerPlayNetHandlerMixin from mod connectivity->@Inject::on(Lnet/minecraft/network/DisconnectionDetails;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.123] [modloading-worker-0/DEBUG] [mixin/]: connectivity.mixins.json:ServerPlayNetHandlerMixin from mod connectivity->@Inject::on(Lnet/minecraft/network/DisconnectionDetails;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/item/KnifeItem$KnifeEvents; to the game event bus +[07мая2026 22:07:49.129] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.item.HorseFeedItem$HorseFeedEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.131] [modloading-worker-0/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:49.131] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/item/HorseFeedItem$HorseFeedEvent; to the game event bus +[07мая2026 22:07:49.131] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.item.enchantment.BackstabbingEnchantment$BackstabbingEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cerbons_api +[07мая2026 22:07:49.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.cerbon.cerbons_api.neoforge.event.NeoForgeEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.132] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessories.client.AccessoriesRendererRegistryMixin from curios.neoforge.mixins.json into io.wispforest.accessories.api.client.AccessoriesRendererRegistry +[07мая2026 22:07:49.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spell_power +[07мая2026 22:07:49.132] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernspillageroutpostoverhaul +[07мая2026 22:07:49.136] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaerominimap +[07мая2026 22:07:49.139] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/cerbon/cerbons_api/neoforge/event/NeoForgeEvents; to the game event bus +[07мая2026 22:07:49.142] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/item/enchantment/BackstabbingEnchantment$BackstabbingEvent; to the game event bus +[07мая2026 22:07:49.144] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.item.DogFoodItem$DogFoodEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.145] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/item/DogFoodItem$DogFoodEvent; to the game event bus +[07мая2026 22:07:49.146] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.event.VillagerEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/event/VillagerEvents; to the game event bus +[07мая2026 22:07:49.151] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.event.CommonModBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.155] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/event/CommonModBusEvents; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.156] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.event.CommonEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.157] [modloading-worker-0/INFO] [me.juancarloscp52.spyglass_improvements.client.SpyglassImprovementsClient/]: Spyglass Improvements Client Initialized +[07мая2026 22:07:49.157] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spyglass_improvements +[07мая2026 22:07:49.161] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/event/CommonEvents; to the game event bus +[07мая2026 22:07:49.162] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.block.entity.CuttingBoardBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.162] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for resourcefullib +[07мая2026 22:07:49.162] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinSinglePartEntityModel from xaerohud.mixins.json into net.minecraft.client.model.HierarchicalModel +[07мая2026 22:07:49.162] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinSinglePartEntityModel from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.164] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinSinglePartEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.164] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinSinglePartEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.164] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinSinglePartEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.173] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/block/entity/CuttingBoardBlockEntity; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.174] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.176] [modloading-worker-0/DEBUG] [mixin/]: Mixing CookingPotBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity +[07мая2026 22:07:49.191] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTableBuilderAccessor from betternether.mixins.common.json into net.minecraft.world.level.storage.loot.LootTable$Builder +[07мая2026 22:07:49.191] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTableBuilderMixin from fabric-loot-api-v2.mixins.json into net.minecraft.world.level.storage.loot.LootTable$Builder +[07мая2026 22:07:49.191] [modloading-worker-0/DEBUG] [mixin/]: fabric-loot-api-v2.mixins.json:LootTableBuilderMixin from mod fabric_loot_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.192] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTableBuilderMixin from fabric-loot-api-v3.mixins.json into net.minecraft.world.level.storage.loot.LootTable$Builder +[07мая2026 22:07:49.192] [modloading-worker-0/DEBUG] [mixin/]: fabric-loot-api-v3.mixins.json:LootTableBuilderMixin from mod fabric_loot_api_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.206] [modloading-worker-0/DEBUG] [mixin/]: Mixing HeatableBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into vectorwing.farmersdelight.common.block.entity.HeatableBlockEntity +[07мая2026 22:07:49.211] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:HeatableBlockEntityMixin from mod create_central_kitchen->@Inject::isHeatedByBoilerHeaterBelow(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:49.212] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:HeatableBlockEntityMixin from mod create_central_kitchen->@Inject::isHeatedByBoilerHeaterFurtherBelow(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:49.215] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file curios-client.toml for curios tracking +[07мая2026 22:07:49.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file curios-common.toml for curios tracking +[07мая2026 22:07:49.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file curios-server.toml for curios tracking +[07мая2026 22:07:49.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for curios +[07мая2026 22:07:49.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class top.theillusivec4.curios.Curios$ClientProxy for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.233] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltop/theillusivec4/curios/Curios$ClientProxy; to the mod event bus of mod curios +[07мая2026 22:07:49.233] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_loot_api_v2 +[07мая2026 22:07:49.236] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/block/entity/CookingPotBlockEntity; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.236] [modloading-worker-0/INFO] [fzzy_config/]: Loaded config :emi_loot_config in 241ms +[07мая2026 22:07:49.236] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_loot_api_v3 +[07мая2026 22:07:49.237] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json +[07мая2026 22:07:49.239] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.block.entity.CabinetBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.244] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cupboard +[07мая2026 22:07:49.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cherishedworlds +[07мая2026 22:07:49.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/block/entity/CabinetBlockEntity; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.247] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mru +[07мая2026 22:07:49.250] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_networking_api_v1 +[07мая2026 22:07:49.255] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file immersivelanterns-client.toml for immersivelanterns tracking +[07мая2026 22:07:49.255] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersivelanterns +[07мая2026 22:07:49.255] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class toni.immersivelanterns.foundation.config.AllConfigs for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.255] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltoni/immersivelanterns/foundation/config/AllConfigs; to the mod event bus of mod immersivelanterns +[07мая2026 22:07:49.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file moonlight-client.toml for moonlight tracking +[07мая2026 22:07:49.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for controllable +[07мая2026 22:07:49.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.controllable.client.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.267] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.block.entity.BasketBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.269] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/controllable/client/ClientEvents; to the game event bus +[07мая2026 22:07:49.272] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.controllable.ControllableMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.275] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/controllable/ControllableMod; to the mod event bus of mod controllable +[07мая2026 22:07:49.277] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgePlatformHelper@570a1d32 for service interface com.mrcrayfish.framework.platform.services.IPlatformHelper +[07мая2026 22:07:49.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/block/entity/BasketBlockEntity; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.common.block.CuttingBoardBlock$ToolCarvingEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.289] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/common/block/CuttingBoardBlock$ToolCarvingEvent; to the game event bus +[07мая2026 22:07:49.290] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeNetworkHelper@6fb37f2b for service interface com.mrcrayfish.framework.platform.services.INetworkHelper +[07мая2026 22:07:49.291] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.client.event.TooltipEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.293] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/client/event/TooltipEvents; to the game event bus +[07мая2026 22:07:49.295] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class vectorwing.farmersdelight.client.event.ClientSetupEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.295] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lvectorwing/farmersdelight/client/event/ClientSetupEvents; to the mod event bus of mod farmersdelight +[07мая2026 22:07:49.298] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeRegistrationHelper@576e06a6 for service interface com.mrcrayfish.framework.platform.services.IRegistrationHelper +[07мая2026 22:07:49.299] [modloading-worker-0/INFO] [Entity Texture Features/]: [ETF]: 6 new ETF Random Properties registered by entity_model_features +[07мая2026 22:07:49.302] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeEntityHelper@1666c6aa for service interface com.mrcrayfish.framework.platform.services.IEntityHelper +[07мая2026 22:07:49.304] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for entity_model_features +[07мая2026 22:07:49.307] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeConfigHelper@46572bba for service interface com.mrcrayfish.framework.platform.services.IConfigHelper +[07мая2026 22:07:49.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for emi_loot +[07мая2026 22:07:49.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class fzzyhmstrs.emi_loot.neoforge.events.EMILootGameEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.321] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lfzzyhmstrs/emi_loot/neoforge/events/EMILootGameEvents; to the game event bus +[07мая2026 22:07:49.323] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class fzzyhmstrs.emi_loot.neoforge.events.EMILootClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.325] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lfzzyhmstrs/emi_loot/neoforge/events/EMILootClientModEvents; to the mod event bus of mod emi_loot +[07мая2026 22:07:49.328] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class fzzyhmstrs.emi_loot.neoforge.events.EMILootClientGameEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.329] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lfzzyhmstrs/emi_loot/neoforge/events/EMILootClientGameEvents; to the game event bus +[07мая2026 22:07:49.334] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MinecartRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.entity.MinecartRenderer +[07мая2026 22:07:49.334] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$punchy$lambda$static$0$0 in punchy.mixins.json:client.MinecartRendererMixin from mod punchy +[07мая2026 22:07:49.340] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_lifecycle_events_v1 +[07мая2026 22:07:49.343] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MinecartRendererMixin from mod punchy->@Inject::punchy$offsetTntHead(Lnet/minecraft/world/entity/vehicle/AbstractMinecart;FLnet/minecraft/world/level/block/state/BlockState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:49.343] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MinecartRendererMixin from mod punchy->@Inject::punchy$offsetTntTail(Lnet/minecraft/world/entity/vehicle/AbstractMinecart;FLnet/minecraft/world/level/block/state/BlockState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.343] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MinecartRendererMixin from mod punchy->@Inject::punchy$offsetTntTail(Lnet/minecraft/world/entity/vehicle/AbstractMinecart;FLnet/minecraft/world/level/block/state/BlockState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.343] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.MinecartRendererMixin from mod punchy->@Inject::punchy$offsetTntTail(Lnet/minecraft/world/entity/vehicle/AbstractMinecart;FLnet/minecraft/world/level/block/state/BlockState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.347] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_key_binding_api_v1 +[07мая2026 22:07:49.353] [modloading-worker-0/DEBUG] [mixin/]: Mixing SelfCustomModelLoaderMixin from moonlight.mixins.json into net.mehvahdjukaar.moonlight.api.client.model.CustomModelLoader +[07мая2026 22:07:49.353] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:SelfCustomModelLoaderMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.364] [modloading-worker-0/INFO] [Tide/]: Initialized Tide on Neoforge 1.21.1 +[07мая2026 22:07:49.365] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wizards +[07мая2026 22:07:49.366] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.wizards.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.366] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tide +[07мая2026 22:07:49.366] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.li64.tide.loaders.neoforge.NeoforgeEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/wizards/neoforge/client/NeoForgeClientMod; to the mod event bus of mod wizards +[07мая2026 22:07:49.370] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/li64/tide/loaders/neoforge/NeoforgeEventHandler; to the game event bus +[07мая2026 22:07:49.380] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.390] [modloading-worker-0/DEBUG] [mixin/]: Mixing net.minecraft.server.level.ServerEntityMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.server.level.ServerEntity +[07мая2026 22:07:49.390] [modloading-worker-0/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.server.level.ServerEntityMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.391] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.level.ServerEntity +[07мая2026 22:07:49.391] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:49.391] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lcom/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint;, registering them separately +[07мая2026 22:07:49.392] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerParticleProviders(net.neoforged.neoforge.client.event.RegisterParticleProvidersEvent) to the event bus of mod tide +[07мая2026 22:07:49.393] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerEntityMixin from blueprint.mixins.json into net.minecraft.server.level.ServerEntity +[07мая2026 22:07:49.393] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerMenuScreens(net.neoforged.neoforge.client.event.RegisterMenuScreensEvent) to the event bus of mod tide +[07мая2026 22:07:49.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerEntityRenderers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterRenderers) to the event bus of mod tide +[07мая2026 22:07:49.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerClientTooltipComponents(net.neoforged.neoforge.client.event.RegisterClientTooltipComponentFactoriesEvent) to the event bus of mod tide +[07мая2026 22:07:49.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.onClientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent) to the event bus of mod tide +[07мая2026 22:07:49.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerShaders(net.neoforged.neoforge.client.event.RegisterShadersEvent) to the event bus of mod tide +[07мая2026 22:07:49.395] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerEntityMixin from quark.mixins.json into net.minecraft.server.level.ServerEntity +[07мая2026 22:07:49.397] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.registerEntityModels(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterLayerDefinitions) to the event bus of mod tide +[07мая2026 22:07:49.397] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$updateTridentData$0(Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload;)V to mdd85188$quark$lambda$updateTridentData$0$0 in quark.mixins.json:ServerEntityMixin from mod quark +[07мая2026 22:07:49.397] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.itemTooltipEvent(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus +[07мая2026 22:07:49.398] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.li64.tide.loaders.neoforge.NeoforgeClientEntrypoint.endClientTick(net.neoforged.neoforge.client.event.ClientTickEvent$Post) to the game event bus +[07мая2026 22:07:49.399] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.li64.tide.datagen.forge.NeoforgeDataGenerator for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.400] [modloading-worker-0/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Made public PacketAndPayloadAcceptor#consumer +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStartTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStartTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStartTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStopTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStopTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric_networking_api_v1->@Inject::onStopTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendImpulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendImpulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.408] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendImpulse(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendChanges(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendChanges(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:ServerEntityMixin from mod blueprint->@Inject::sendChanges(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::updateTridentData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::updateTridentData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::updateTridentData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::pairTridentData(Lnet/minecraft/server/level/ServerPlayer;Lnet/neoforged/neoforge/network/bundle/PacketAndPayloadAcceptor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::pairTridentData(Lnet/minecraft/server/level/ServerPlayer;Lnet/neoforged/neoforge/network/bundle/PacketAndPayloadAcceptor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:49.409] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:ServerEntityMixin from mod quark->@Inject::pairTridentData(Lnet/minecraft/server/level/ServerPlayer;Lnet/neoforged/neoforge/network/bundle/PacketAndPayloadAcceptor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:49.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for item_descriptions +[07мая2026 22:07:49.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class cc.cassian.item_descriptions.client.neoforge.ItemDescriptionsNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lcc/cassian/item_descriptions/client/neoforge/ItemDescriptionsNeoForge;, registering them separately +[07мая2026 22:07:49.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void cc.cassian.item_descriptions.client.neoforge.ItemDescriptionsNeoForge.loadComplete(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent) to the event bus of mod item_descriptions +[07мая2026 22:07:49.413] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/li64/tide/datagen/forge/NeoforgeDataGenerator; to the mod event bus of mod tide +[07мая2026 22:07:49.414] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void cc.cassian.item_descriptions.client.neoforge.ItemDescriptionsNeoForge.onItemTooltipEventLowestPriority(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus +[07мая2026 22:07:49.415] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void cc.cassian.item_descriptions.client.neoforge.ItemDescriptionsNeoForge.onItemTooltipEvent(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus +[07мая2026 22:07:49.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_transfer_api_v1 +[07мая2026 22:07:49.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.sinytra.fabric.transfer_api.TransferApiNeoCompat for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.423] [modloading-worker-0/DEBUG] [mixin/]: Mixing MerchantOffersMixin from quark.mixins.json into net.minecraft.world.item.trading.MerchantOffers +[07мая2026 22:07:49.424] [modloading-worker-0/DEBUG] [mixin/]: Mixing AbstractSoundInstanceAccessor from betternether.mixins.client.json into net.minecraft.client.resources.sounds.AbstractSoundInstance +[07мая2026 22:07:49.424] [modloading-worker-0/DEBUG] [mixin/]: Mixing AbstractSoundInstanceMixin from audioimprovements.mixins.json into net.minecraft.client.resources.sounds.AbstractSoundInstance +[07мая2026 22:07:49.430] [modloading-worker-0/DEBUG] [mixin/]: Mixing AbstractSoundInstanceAccessor from betterend.mixins.client.json into net.minecraft.client.resources.sounds.AbstractSoundInstance +[07мая2026 22:07:49.435] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setVolume(F)V in net.minecraft.client.resources.sounds.AbstractSoundInstance was not merged +[07мая2026 22:07:49.449] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/sinytra/fabric/transfer_api/TransferApiNeoCompat; to the mod event bus of mod fabric_transfer_api_v1 +[07мая2026 22:07:49.453] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for architectury +[07мая2026 22:07:49.472] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for nerb +[07мая2026 22:07:49.477] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for too_many_entities +[07мая2026 22:07:49.496] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file stonezone-common.toml for stonezone tracking +[07мая2026 22:07:49.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file stonezone-hazardous.toml for stonezone tracking +[07мая2026 22:07:49.549] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mynethersdelight +[07мая2026 22:07:49.549] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.soytutta.mynethersdelight.core.data.MNDDataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.550] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for supplementaries +[07мая2026 22:07:49.551] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.mehvahdjukaar.supplementaries.neoforge.SupplementariesForgeClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.552] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/soytutta/mynethersdelight/core/data/MNDDataGenerators; to the mod event bus of mod mynethersdelight +[07мая2026 22:07:49.553] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.soytutta.mynethersdelight.common.registry.MNDBlockEntityTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.554] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes; to the mod event bus of mod mynethersdelight +[07мая2026 22:07:49.562] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.soytutta.mynethersdelight.common.item.HotCreamConeItem$StriderFoodEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.574] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/soytutta/mynethersdelight/common/item/HotCreamConeItem$StriderFoodEvent; to the game event bus +[07мая2026 22:07:49.574] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/mehvahdjukaar/supplementaries/neoforge/SupplementariesForgeClient; to the mod event bus of mod supplementaries +[07мая2026 22:07:49.576] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.soytutta.mynethersdelight.common.events.CommonEvent for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.590] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.mehvahdjukaar.supplementaries.client.renderers.neoforge.PicklePlayer for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.593] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/mehvahdjukaar/supplementaries/client/renderers/neoforge/PicklePlayer; to the game event bus +[07мая2026 22:07:49.607] [modloading-worker-0/INFO] [owo/]: chyz: How could you do this to me, Blod. I loved you like a guy I don't know in real life :( +[07мая2026 22:07:49.607] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/soytutta/mynethersdelight/common/events/CommonEvent; to the game event bus +[07мая2026 22:07:49.610] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.soytutta.mynethersdelight.client.event.ClientSetupEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.611] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/soytutta/mynethersdelight/client/event/ClientSetupEvents; to the mod event bus of mod mynethersdelight +[07мая2026 22:07:49.616] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file everycomp-hazardous.toml for everycomp tracking +[07мая2026 22:07:49.618] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file rusticdelight-common.toml for rusticdelight tracking +[07мая2026 22:07:49.622] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file deeperdarker-common.toml for deeperdarker tracking +[07мая2026 22:07:49.623] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for deeperdarker +[07мая2026 22:07:49.623] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kyanite.deeperdarker.DeeperDarkerEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.632] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/kyanite/deeperdarker/DeeperDarkerEvents; to the game event bus +[07мая2026 22:07:49.644] [modloading-worker-0/INFO] [KubeJS/]: Loading vanilla registries... +[07мая2026 22:07:49.646] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.kyanite.deeperdarker.DeeperDarkerClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:49.655] [modloading-worker-0/DEBUG] [mixin/]: Mixing ElytraLayerMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:49.656] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for owo +[07мая2026 22:07:49.656] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for terrainslabs +[07мая2026 22:07:50.057] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinElytraLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:50.057] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:50.133] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ElytraLayerMixin from aether.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:50.147] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.renderer.feature.MixinElytraFeatureRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:50.147] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:50.148] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ElytraLayerMixin from quark.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:50.174] [modloading-worker-0/DEBUG] [mixin/]: Mixing ElytraFeatureRendererMixin from clutterbestiaryneoforge.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[07мая2026 22:07:50.285] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ElytraLayerMixin from mod playeranimator->@Inject::inject(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.285] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ElytraLayerMixin from mod playeranimator->@Inject::inject(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.285] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ElytraLayerMixin from mod playeranimator->@Inject::inject(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchable(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchableEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchableEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinElytraFeatureRenderer from mod entity_texture_features->@Inject::etf$markPatchableEnd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.ElytraLayerMixin from mod quark->@Inject::setColorRuneTargetStack(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.ElytraLayerMixin from mod quark->@Inject::setColorRuneTargetStack(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:50.287] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.ElytraLayerMixin from mod quark->@Inject::setColorRuneTargetStack(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:50.298] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldPresetAccessor from wover.preset.mixins.common.json into net.minecraft.world.level.levelgen.presets.WorldPreset +[07мая2026 22:07:50.298] [modloading-worker-0/DEBUG] [Framework/]: Started watching config: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\goblintraders-entities.toml +[07мая2026 22:07:50.299] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.darkness.DimensionEffectsMixin$NetherMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.DimensionSpecialEffects$NetherEffects +[07мая2026 22:07:50.299] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.DimensionEffectsMixin$NetherMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.DimensionEffectsMixin$NetherMixin from mod sodiumextras->@Inject::inject$brightFogColor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:50.304] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lcom/kyanite/deeperdarker/DeeperDarkerClientEvents;, registering them separately +[07мая2026 22:07:50.304] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.addLayers(net.neoforged.neoforge.client.event.EntityRenderersEvent$AddLayers) to the event bus of mod deeperdarker +[07мая2026 22:07:50.305] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.clientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.306] [modloading-worker-0/DEBUG] [Framework/]: Correcting config: controllable-client.toml +[07мая2026 22:07:50.309] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerRenderers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterRenderers) to the event bus of mod deeperdarker +[07мая2026 22:07:50.310] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerLayers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterLayerDefinitions) to the event bus of mod deeperdarker +[07мая2026 22:07:50.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerKeybinds(net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.312] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerMaterialAtlas(net.neoforged.neoforge.client.event.RegisterMaterialAtlasesEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.313] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerTransitionScreen(net.neoforged.neoforge.client.event.RegisterDimensionTransitionScreenEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.315] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerDimensionEffects(net.neoforged.neoforge.client.event.RegisterDimensionSpecialEffectsEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.316] [modloading-worker-0/INFO] [KubeJS/]: Looking for KubeJS plugins... +[07мая2026 22:07:50.317] [modloading-worker-0/DEBUG] [Framework/]: Started watching config: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\controllable-client.toml +[07мая2026 22:07:50.317] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file amendments-common.toml for amendments tracking +[07мая2026 22:07:50.318] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerGuiLayers(net.neoforged.neoforge.client.event.RegisterGuiLayersEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.319] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.registerExtensions(net.neoforged.neoforge.client.extensions.common.RegisterClientExtensionsEvent) to the event bus of mod deeperdarker +[07мая2026 22:07:50.323] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.kyanite.deeperdarker.DeeperDarkerClientEvents.keyInput(net.neoforged.neoforge.client.event.InputEvent$Key) to the game event bus +[07мая2026 22:07:50.332] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejs +[07мая2026 22:07:50.339] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompatQuarkSelfCandleSkullMixin from amendments-common.mixins.json into net.mehvahdjukaar.amendments.common.block.AbstractCandleSkullBlock +[07мая2026 22:07:50.340] [modloading-worker-0/DEBUG] [mixin/]: amendments-common.mixins.json:CompatQuarkSelfCandleSkullMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.524] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat.AmendmentsDirectionalCakeMixin from sounds.mixins.json into net.mehvahdjukaar.amendments.common.block.DirectionalCakeBlock +[07мая2026 22:07:50.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file natures_spirit-common.toml for natures_spirit tracking +[07мая2026 22:07:50.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for natures_spirit +[07мая2026 22:07:50.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.hibiscus.naturespirit.client.NSClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:50.542] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:compat.AmendmentsDirectionalCakeMixin from mod sounds->@Inject::eatCake(Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:50.551] [modloading-worker-0/DEBUG] [mixin/]: Mixing RegistryDataLoaderMixin from bclib.mixins.common.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.551] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method wt_set_WORLDGEN_REGISTRIES(Ljava/util/List;)V to wt_set_WORLDGEN_REGISTRIES$bclib_$md$d85188$0 in bclib.mixins.common.json:RegistryDataLoaderMixin from mod bclib +[07мая2026 22:07:50.553] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.predicate.RegistryDataLoaderMixin from lithostitched.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.553] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:common.predicate.RegistryDataLoaderMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.564] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source ftbxmodcompat +[07мая2026 22:07:50.565] [modloading-worker-0/DEBUG] [mixin/]: Mixing RegistryLoaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.565] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.598] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for framework +[07мая2026 22:07:50.599] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.framework.client.model.geometry.OpenModelGeometry$Loader for @SubscribeEvent-annotated methods +[07мая2026 22:07:50.599] [modloading-worker-0/DEBUG] [mixin/]: Mixing RegistryDataLoaderMixin from zeta.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.610] [modloading-worker-0/DEBUG] [mixin/]: Mixing RegistryLoaderMixin from fabric-registry-sync-v0.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.611] [modloading-worker-0/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.615] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$fabric_registry_sync_v0$lambda$static$0$1 in fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0 +[07мая2026 22:07:50.687] [modloading-worker-0/DEBUG] [mixin/]: Mixing registry.RegistryDataLoaderMixin from wover.core.mixins.common.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.689] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method wt_set_WORLDGEN_REGISTRIES(Ljava/util/List;)V to wt_set_WORLDGEN_REGISTRIES$wover_$md$d85188$2 in wover.core.mixins.common.json:registry.RegistryDataLoaderMixin from mod wover +[07мая2026 22:07:50.701] [modloading-worker-0/DEBUG] [mixin/]: Mixing RegistryLoaderMixin from fabric-item-api-v1.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.702] [modloading-worker-0/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.724] [modloading-worker-0/DEBUG] [mixin/]: Mixing registry.RegistryLoaderMixin from spell_engine.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.726] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:registry.RegistryLoaderMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.781] [modloading-worker-0/DEBUG] [mixin/]: Mixing registries.RegistryDataLoaderMixin from connector.mixins.json into net.minecraft.resources.RegistryDataLoader +[07мая2026 22:07:50.781] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.RegistryDataLoaderMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:50.985] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.common.json:RegistryDataLoaderMixin from mod bclib->@Inject::bcl_init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.985] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:common.predicate.RegistryDataLoaderMixin from mod lithostitched->@Inject::applyLoadPredicates(Lnet/minecraft/core/WritableRegistry;Lcom/mojang/serialization/Decoder;Lnet/minecraft/resources/RegistryOps;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/server/packs/resources/Resource;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:50.985] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1->@Inject::checkResourceCondition(Lnet/minecraft/core/WritableRegistry;Lcom/mojang/serialization/Decoder;Lnet/minecraft/resources/RegistryOps;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/server/packs/resources/Resource;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:50.987] [modloading-worker-0/DEBUG] [mixin/]: zeta.mixins.json:RegistryDataLoaderMixin from mod zeta->@Inject::zeta$onLoadRegistryContents(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/RegistryOps$RegistryInfoLookup;Lnet/minecraft/core/WritableRegistry;Lcom/mojang/serialization/Decoder;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.987] [modloading-worker-0/DEBUG] [mixin/]: fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0->@Inject::beforeLoad(Ljava/lang/Object;Lnet/minecraft/core/RegistryAccess;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:50.989] [modloading-worker-0/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.RegistryDataLoaderMixin from mod wover->@Inject::wover_init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.989] [modloading-worker-0/DEBUG] [mixin/]: wover.core.mixins.common.json:registry.RegistryDataLoaderMixin from mod wover->@Inject::wover_bootstrap(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/RegistryOps$RegistryInfoLookup;Lnet/minecraft/core/WritableRegistry;Lcom/mojang/serialization/Decoder;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.989] [modloading-worker-0/DEBUG] [mixin/]: fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1->@Inject::captureArgs(Lnet/minecraft/core/WritableRegistry;Lcom/mojang/serialization/Decoder;Lnet/minecraft/resources/RegistryOps;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/server/packs/resources/Resource;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.990] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.RegistryDataLoaderMixin from mod connector->@Inject::postInitLast(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:50.994] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/hibiscus/naturespirit/client/NSClient; to the mod event bus of mod natures_spirit +[07мая2026 22:07:50.995] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rusticdelight +[07мая2026 22:07:50.995] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.phantomwing.rusticdelight.RusticDelight$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:50.997] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/phantomwing/rusticdelight/RusticDelight$ClientModEvents; to the mod event bus of mod rusticdelight +[07мая2026 22:07:50.998] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.phantomwing.rusticdelight.event.ModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:50.998] [modloading-worker-0/WARN] [KubeJS/]: Plugin dev.ftb.mods.ftbxmodcompat.neoforge.ftbchunks.kubejs.FTBChunksKubeJSPlugin does not have required mod 'ftbchunks' loaded, skipping +[07мая2026 22:07:50.999] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/framework/client/model/geometry/OpenModelGeometry$Loader; to the mod event bus of mod framework +[07мая2026 22:07:51.000] [modloading-worker-0/WARN] [KubeJS/]: Plugin dev.ftb.mods.ftbxmodcompat.neoforge.ftbfiltersystem.kubejs.FFSKubeJSPlugin does not have required mod 'ftbfiltersystem' loaded, skipping +[07мая2026 22:07:51.001] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.framework.client.ClientFrameworkNeoForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.001] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejsdelight +[07мая2026 22:07:51.001] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.hibiscus.naturespirit.config.NSConfig for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.001] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/hibiscus/naturespirit/config/NSConfig; to the mod event bus of mod natures_spirit +[07мая2026 22:07:51.002] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/phantomwing/rusticdelight/event/ModEvents; to the game event bus +[07мая2026 22:07:51.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.hibiscus.naturespirit.util.NSEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/framework/client/ClientFrameworkNeoForge; to the mod event bus of mod framework +[07мая2026 22:07:51.005] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/hibiscus/naturespirit/util/NSEvents; to the game event bus +[07мая2026 22:07:51.005] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.phantomwing.rusticdelight.datagen.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.007] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.007] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejs_create +[07мая2026 22:07:51.007] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.082] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/phantomwing/rusticdelight/datagen/DataGenerators; to the mod event bus of mod rusticdelight +[07мая2026 22:07:51.090] [modloading-worker-0/INFO] [KubeJS/]: Done in 771.7 ms +[07мая2026 22:07:51.096] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.096] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.098] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.144] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for natures_delight +[07мая2026 22:07:51.144] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.hibiscus.naturesdelight.NaturesDelightClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.145] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/hibiscus/naturesdelight/NaturesDelightClient; to the mod event bus of mod natures_delight +[07мая2026 22:07:51.146] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file prettyrain-client.toml for particlerain tracking +[07мая2026 22:07:51.150] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file everycomp-client.toml for everycomp tracking +[07мая2026 22:07:51.153] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file everycomp-common.toml for everycomp tracking +[07мая2026 22:07:51.156] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for particlerain +[07мая2026 22:07:51.156] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.leclowndu93150.particlerain.ParticleRainConfig for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.157] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/leclowndu93150/particlerain/ParticleRainConfig; to the mod event bus of mod particlerain +[07мая2026 22:07:51.167] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.multistate.MultiStateCopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.168] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$getEnchantPowerBonus$1(Ljava/util/concurrent/atomic/AtomicReference;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)V to mdd85188$copycats$lambda$getEnchantPowerBonus$1$0 in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats +[07мая2026 22:07:51.171] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$getExplosionResistance$0(Ljava/util/concurrent/atomic/AtomicReference;Lnet/minecraft/world/level/block/state/BlockState;)V to mdd85188$copycats$lambda$getExplosionResistance$0$1 in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats +[07мая2026 22:07:51.475] [modloading-worker-0/DEBUG] [mixin/]: Mixing registries.DataPackRegistriesHooksAccessor from connector.mixins.json into net.neoforged.neoforge.registries.DataPackRegistriesHooks +[07мая2026 22:07:51.475] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.DataPackRegistriesHooksAccessor from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.476] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method set_DATA_PACK_REGISTRIES(Ljava/util/List;)V to set_DATA_PACK_REGISTRIES$connector_$md$d85188$0 in connector.mixins.json:registries.DataPackRegistriesHooksAccessor from mod connector +[07мая2026 22:07:51.476] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method set_DATA_PACK_REGISTRIES_VIEW(Ljava/util/List;)V to set_DATA_PACK_REGISTRIES_VIEW$connector_$md$d85188$1 in connector.mixins.json:registries.DataPackRegistriesHooksAccessor from mod connector +[07мая2026 22:07:51.476] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Registering common data for channel xaerolib:main! +[07мая2026 22:07:51.483] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Registering client data for channel xaerolib:main! +[07мая2026 22:07:51.485] [modloading-worker-0/DEBUG] [wover-core/]: Skipping WORLDGEN_REGISTRIES injection; DataPackRegistryEvent handles custom registries. +[07мая2026 22:07:51.486] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading primary common config for channel xaerolib:main! +[07мая2026 22:07:51.487] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.487] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.492] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading server config profiles for channel xaerolib:main! +[07мая2026 22:07:51.500] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading primary client config for channel xaerolib:main! +[07мая2026 22:07:51.506] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading client config profiles for channel xaerolib:main! +[07мая2026 22:07:51.541] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Init +[07мая2026 22:07:51.542] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-common.mixins.json into com.simibubi.create.content.decoration.copycat.CopycatBlock +[07мая2026 22:07:51.542] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.552] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats->@Inject::getAcceptedBlockState(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:51.553] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats->@Inject::getMaterial(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:51.556] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Quests] Enabled KubeJS integration +[07мая2026 22:07:51.568] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cookscollection-common.toml for cookscollection tracking +[07мая2026 22:07:51.568] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cookscollection +[07мая2026 22:07:51.568] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.baisylia.cookscollection.datagen.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.571] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/baisylia/cookscollection/datagen/DataGenerators; to the mod event bus of mod cookscollection +[07мая2026 22:07:51.572] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.baisylia.cookscollection.CooksCollection$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.573] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/baisylia/cookscollection/CooksCollection$ClientModEvents; to the mod event bus of mod cookscollection +[07мая2026 22:07:51.573] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerConfigurationNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl +[07мая2026 22:07:51.574] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerConfigurationNetworkHandlerMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.574] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.baisylia.cookscollection.Config for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/baisylia/cookscollection/Config; to the mod event bus of mod cookscollection +[07мая2026 22:07:51.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaerolib +[07мая2026 22:07:51.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_resource_loader_v0 +[07мая2026 22:07:51.575] [modloading-worker-0/INFO] [bundleapi/]: Customized Bundles! +[07мая2026 22:07:51.576] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bundleapi +[07мая2026 22:07:51.576] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.theredbrain.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.576] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Loaded ServerConfig(defaultChannelMode=auto, playerTrackingEnabled=true, msToRegenerate=1000, rateLimit=5) +[07мая2026 22:07:51.577] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerConfigurationNetworkHandlerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl +[07мая2026 22:07:51.577] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ServerConfigurationNetworkHandlerMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing ext_render_distance.MixinServerConfigurationNetworkHandler from c2me-notickvd.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl +[07мая2026 22:07:51.582] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for stonezone +[07мая2026 22:07:51.598] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerConfigurationNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::onPreConfiguration(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:51.598] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerConfigurationNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::onPreConfiguration(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:51.598] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:ServerConfigurationNetworkHandlerMixin from mod fabric_networking_api_v1->@Inject::onPreConfiguration(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:51.599] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/theredbrain/neoforge/client/NeoForgeClientMod; to the mod event bus of mod bundleapi +[07мая2026 22:07:51.616] [modloading-worker-0/INFO] [STDOUT/]: [dev.tr7zw.trender.gui.impl.client.LibGuiClient:onInitializeClient:34]: [LibGui] Initializing Client... +[07мая2026 22:07:51.619] [modloading-worker-0/INFO] [quark-zeta/]: Constructed 162 modules. +[07мая2026 22:07:51.619] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for trender +[07мая2026 22:07:51.620] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for alternate_current +[07мая2026 22:07:51.620] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alternate.current.AlternateCurrentMod$ModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.622] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lalternate/current/AlternateCurrentMod$ModEvents; to the game event bus +[07мая2026 22:07:51.625] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat.pingwheel.CommonClientMixin from gnetum.mixins.json into nx.pingwheel.common.CommonClient +[07мая2026 22:07:51.625] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:compat.pingwheel.CommonClientMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.632] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file amendments-client.toml for amendments tracking +[07мая2026 22:07:51.635] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:compat.pingwheel.CommonClientMixin from mod gnetum->@Inject::gnetum$cancelRenderGUI(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:51.639] [modloading-worker-0/DEBUG] [Comforts/]: Loaded com.illusivesoulworks.comforts.platform.NeoForgeSleepEvents@606029fe for service interface com.illusivesoulworks.comforts.platform.services.ISleepEvents +[07мая2026 22:07:51.643] [modloading-worker-0/DEBUG] [Comforts/]: Loaded com.illusivesoulworks.comforts.platform.NeoForgeRegistryUtil@3721f15c for service interface com.illusivesoulworks.comforts.platform.services.IRegistryUtil +[07мая2026 22:07:51.646] [modloading-worker-0/DEBUG] [Comforts/]: Loaded com.illusivesoulworks.comforts.platform.NeoForgeRegistryProvider@49ecb471 for service interface com.illusivesoulworks.comforts.platform.services.IRegistryFactory +[07мая2026 22:07:51.650] [modloading-worker-0/DEBUG] [Comforts/]: Loaded com.illusivesoulworks.comforts.platform.NeoForgePlatformHelper@8ef1e56 for service interface com.illusivesoulworks.comforts.platform.services.IPlatformHelper +[07мая2026 22:07:51.674] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jewelry +[07мая2026 22:07:51.674] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.jewelry.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.676] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/jewelry/neoforge/client/NeoForgeClientMod; to the mod event bus of mod jewelry +[07мая2026 22:07:51.676] [modloading-worker-0/DEBUG] [mixin/]: Mixing registries.NetworkRegistryMixin from connector.mixins.json into net.neoforged.neoforge.network.registration.NetworkRegistry +[07мая2026 22:07:51.677] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.NetworkRegistryMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.680] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for configured +[07мая2026 22:07:51.680] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.configured.network.NeoForgeNetwork for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.686] [modloading-worker-0/DEBUG] [mixin/]: Mixing NetworkRegistryMixin from fabric-networking-api-v1.mixins.json into net.neoforged.neoforge.network.registration.NetworkRegistry +[07мая2026 22:07:51.686] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.687] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$5(Ljava/util/List;Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;)V to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$5$0 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.687] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$4(Ljava/util/List;Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;)Z to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$4$1 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.687] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$3(Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;Lnet/neoforged/neoforge/network/negotiation/NegotiatedNetworkComponent;)Z to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$3$2 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.689] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$2(Ljava/util/List;Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;)V to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$2$3 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.689] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$1(Ljava/util/List;Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;)Z to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$1$4 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.690] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$preserveSendableChannels$0(Lnet/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent;Lnet/neoforged/neoforge/network/negotiation/NegotiatedNetworkComponent;)Z to mdd85188$fabric_networking_api_v1$lambda$preserveSendableChannels$0$5 in fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1 +[07мая2026 22:07:51.699] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Loaded ClientConfig(pingVolume=100, pingDuration=7, pingDistance=2048, correctionPeriod=1.0, itemIconVisible=true, directionIndicatorVisible=true, playerInfoMode=hold, teamColorMode=full, pingSize=100, channel=, serverChannels={}, removeRadius=10, raycastDistance=1024, safeZoneLeft=5, safeZoneRight=5, safeZoneTop=5, safeZoneBottom=60) +[07мая2026 22:07:51.711] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file quark-common.toml for quark tracking +[07мая2026 22:07:51.726] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.NetworkRegistryAccessor from fabric-networking-api-v1.mixins.json into net.neoforged.neoforge.network.registration.NetworkRegistry +[07мая2026 22:07:51.726] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:accessor.NetworkRegistryAccessor from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.727] [modloading-worker-0/DEBUG] [mixin/]: Mixing NetworkRegistryClientMixin from fabric-networking-api-v1.client.mixins.json into net.neoforged.neoforge.network.registration.NetworkRegistry +[07мая2026 22:07:51.727] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:NetworkRegistryClientMixin from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.729] [modloading-worker-0/DEBUG] [mixin/]: Mixing neoforge.NetworkRegistryMixin from owo.mixins.json into net.neoforged.neoforge.network.registration.NetworkRegistry +[07мая2026 22:07:51.729] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:neoforge.NetworkRegistryMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:51.751] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\quark-common.toml +[07мая2026 22:07:51.753] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\quark-common.toml for changes +[07мая2026 22:07:51.753] [modloading-worker-0/INFO] [quark-zeta/]: Doing super early config setup for quark +[07мая2026 22:07:51.790] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quark +[07мая2026 22:07:51.791] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.violetmoon.quark.content.automation.module.FeedingTroughModule$Client for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.830] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.NetworkRegistryMixin from mod connector->@Inject::onCheckPacketServer(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/protocol/common/ServerCommonPacketListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:51.831] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:registries.NetworkRegistryMixin from mod connector->@Inject::onCheckPacketClient(Lnet/minecraft/network/protocol/Packet;Lnet/minecraft/network/protocol/common/ClientCommonPacketListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:51.831] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1->@Inject::getCodec(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/network/ConnectionProtocol;Lnet/minecraft/network/protocol/PacketFlow;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:51.831] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1->@Inject::preventDisconnectOnUnknownFabricPacketClient(Lnet/minecraft/network/protocol/common/ClientCommonPacketListener;Lnet/minecraft/network/protocol/common/ClientboundCustomPayloadPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:51.831] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.mixins.json:NetworkRegistryMixin from mod fabric_networking_api_v1->@Inject::preventDisconnectOnUnknownFabricPacketServer(Lnet/minecraft/network/protocol/common/ServerCommonPacketListener;Lnet/minecraft/network/protocol/common/ServerboundCustomPayloadPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:51.831] [modloading-worker-0/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:NetworkRegistryClientMixin from mod fabric_networking_api_v1->@Inject::startConfiguration(Lnet/minecraft/network/protocol/configuration/ClientConfigurationPacketListener;Lnet/neoforged/neoforge/network/registration/NetworkPayloadSetup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:51.834] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/violetmoon/quark/content/automation/module/FeedingTroughModule$Client; to the mod event bus of mod quark +[07мая2026 22:07:51.836] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.violetmoon.quark.catnip.animation.AnimationTickHolder$EventListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.839] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/violetmoon/quark/catnip/animation/AnimationTickHolder$EventListener; to the game event bus +[07мая2026 22:07:51.843] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.violetmoon.quark.datagen.QuarkDatagen for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.846] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/violetmoon/quark/datagen/QuarkDatagen; to the mod event bus of mod quark +[07мая2026 22:07:51.847] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.violetmoon.quark.base.Quark$RegisterBrewing for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.849] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.accessor.BlockLootAccessor from aether.mixins.json into net.minecraft.data.loot.BlockLootSubProvider +[07мая2026 22:07:51.849] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/violetmoon/quark/base/Quark$RegisterBrewing; to the game event bus +[07мая2026 22:07:51.849] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method aether$getNormalLeavesSaplingChances()[F to getNormalLeavesSaplingChances$aether_$md$d85188$0 in aether.mixins.json:common.accessor.BlockLootAccessor from mod aether +[07мая2026 22:07:51.849] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BlockLootSubProviderAccessor from create.mixins.json into net.minecraft.data.loot.BlockLootSubProvider +[07мая2026 22:07:51.850] [modloading-worker-0/DEBUG] [mixin/]: Mixing loot.BlockLootTableGeneratorAccessor from fabric-data-generation-api-v1.mixins.json into net.minecraft.data.loot.BlockLootSubProvider +[07мая2026 22:07:51.850] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class org.violetmoon.quark.addons.oddities.client.particle.MagnetParticleRenderType for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.850] [modloading-worker-0/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:loot.BlockLootTableGeneratorAccessor from mod fabric_data_generation_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.850] [modloading-worker-0/DEBUG] [mixin/]: Mixing loot.BlockLootTableGeneratorMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.data.loot.BlockLootSubProvider +[07мая2026 22:07:51.850] [modloading-worker-0/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:loot.BlockLootTableGeneratorMixin from mod fabric_data_generation_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:51.860] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/configured/network/NeoForgeNetwork; to the mod event bus of mod configured +[07мая2026 22:07:51.861] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.configured.client.NeoForgeClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.864] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lorg/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType; to the mod event bus of mod quark +[07мая2026 22:07:51.867] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/configured/client/NeoForgeClientEvents; to the game event bus +[07мая2026 22:07:51.873] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.configured.client.ClientConfigured for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.875] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pingwheel +[07мая2026 22:07:51.876] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/mrcrayfish/configured/client/ClientConfigured; to the mod event bus of mod configured +[07мая2026 22:07:51.877] [modloading-worker-0/INFO] [particular/]: I am quite particular about the effects I choose to add :3 +[07мая2026 22:07:51.889] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file particular-common.toml for particular tracking +[07мая2026 22:07:51.892] [modloading-worker-0/DEBUG] [betterdeserttemples/]: Loaded com.yungnickyoung.minecraft.betterdeserttemples.services.NeoForgePlatformHelper@66730d9c for service interface com.yungnickyoung.minecraft.betterdeserttemples.services.IPlatformHelper +[07мая2026 22:07:51.894] [modloading-worker-0/DEBUG] [betterdeserttemples/]: Loaded com.yungnickyoung.minecraft.betterdeserttemples.services.NeoForgeModulesLoader@695e372c for service interface com.yungnickyoung.minecraft.betterdeserttemples.services.IModulesLoader +[07мая2026 22:07:51.895] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for particular +[07мая2026 22:07:51.895] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.leclowndu93150.particular.Main$ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.899] [modloading-worker-0/DEBUG] [betterdeserttemples/]: Loaded com.yungnickyoung.minecraft.betterdeserttemples.services.NeoForgeProcessorProvider@6d201d90 for service interface com.yungnickyoung.minecraft.betterdeserttemples.services.IProcessorProvider +[07мая2026 22:07:51.899] [modloading-worker-0/DEBUG] [Decorative Blocks Reborn/]: Loaded lilypuree.decorative_blocks.platform.NeoForgePlatformHelper@5f6af898 for service interface lilypuree.decorative_blocks.platform.services.IPlatformHelper +[07мая2026 22:07:51.901] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/leclowndu93150/particular/Main$ClientEvents; to the game event bus +[07мая2026 22:07:51.921] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file explorerscompass-common.toml for explorerscompass tracking +[07мая2026 22:07:51.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file explorerscompass-client.toml for explorerscompass tracking +[07мая2026 22:07:51.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for explorerscompass +[07мая2026 22:07:51.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.explorerscompass.registry.ExplorersCompassRegistry for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file betterdeserttemples-neoforge-1_21.toml for betterdeserttemples tracking +[07мая2026 22:07:51.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry; to the mod event bus of mod explorerscompass +[07мая2026 22:07:51.926] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.explorerscompass.client.ExplorersCompassClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:51.926] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterdeserttemples +[07мая2026 22:07:51.927] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for farsight_view +[07мая2026 22:07:51.930] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/chaosthedude/explorerscompass/client/ExplorersCompassClient; to the mod event bus of mod explorerscompass +[07мая2026 22:07:51.945] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.ConnectedTextureBehaviourMixin from copycats-common.mixins.json into com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour +[07мая2026 22:07:51.945] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.ConnectedTextureBehaviourMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.027] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.ConnectedTextureBehaviourMixin from mod copycats->@Inject::isCopycatBlockable(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:52.032] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file deep_aether-common.toml for deep_aether tracking +[07мая2026 22:07:52.033] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file deep_aether-client.toml for deep_aether tracking +[07мая2026 22:07:52.033] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file deep_aether-server.toml for deep_aether tracking +[07мая2026 22:07:52.035] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for deep_aether +[07мая2026 22:07:52.035] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.item.gear.ToolAbilityListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.037] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/item/gear/ToolAbilityListener; to the game event bus +[07мая2026 22:07:52.039] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.item.gear.DaAbilityListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.042] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/item/gear/DaAbilityListener; to the game event bus +[07мая2026 22:07:52.052] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.item.gear.ArmorAbilityListener for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.054] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/item/gear/ArmorAbilityListener; to the game event bus +[07мая2026 22:07:52.056] [modloading-worker-0/DEBUG] [SpectreLib/CONFIG]: Config file comforts-server.toml for comforts added to tracking +[07мая2026 22:07:52.057] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.item.dungeon.brass.StormSwordItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.057] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for walljump +[07мая2026 22:07:52.057] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.jahirtrap.walljump.WallJumpClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.058] [modloading-worker-0/DEBUG] [SpectreLib/CONFIG]: Config file comforts-common.toml for comforts added to tracking +[07мая2026 22:07:52.059] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/item/dungeon/brass/StormSwordItem; to the game event bus +[07мая2026 22:07:52.061] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/jahirtrap/walljump/WallJumpClient; to the mod event bus of mod walljump +[07мая2026 22:07:52.070] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for comforts +[07мая2026 22:07:52.073] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for txnilib +[07мая2026 22:07:52.073] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ixeris +[07мая2026 22:07:52.079] [modloading-worker-0/DEBUG] [com.cerbon.cerbons_api.util.Constants/]: Loaded com.cerbon.cerbons_api.neoforge.platform.NeoForgePlatformHelper@2bb08115 for service interface com.cerbon.cerbons_api.platform.services.IPlatformHelper +[07мая2026 22:07:52.079] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hunger_tweaks +[07мая2026 22:07:52.081] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file ichunutil/ichunutil-client.toml for ichunutil tracking +[07мая2026 22:07:52.082] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ichunutil +[07мая2026 22:07:52.083] [modloading-worker-0/DEBUG] [com.cerbon.cerbons_api.util.Constants/]: Loaded com.cerbon.cerbons_api.neoforge.platform.NeoForgeRegistryHelper@786e30a6 for service interface com.cerbon.cerbons_api.platform.services.IRegistryHelper +[07мая2026 22:07:52.083] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for amendments +[07мая2026 22:07:52.083] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rpgstructures_mages_guild +[07мая2026 22:07:52.090] [modloading-worker-0/DEBUG] [com.cerbon.cerbons_api.util.Constants/]: Loaded com.cerbon.cerbons_api.neoforge.platform.NeoForgeCapabilityHelper@54838d03 for service interface com.cerbon.cerbons_api.platform.services.ICapabilityHelper +[07мая2026 22:07:52.097] [modloading-worker-0/DEBUG] [com.cerbon.cerbons_api.util.Constants/]: Loaded com.cerbon.cerbons_api.neoforge.platform.NeoForgeMenuTypeHelper@4cdcb615 for service interface com.cerbon.cerbons_api.platform.services.IMenuTypeHelper +[07мая2026 22:07:52.105] [modloading-worker-0/DEBUG] [mixin/]: Mixing ResourceMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.packs.resources.Resource +[07мая2026 22:07:52.105] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:ResourceMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.114] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing FriendsAndFoesConfig from 'config\friendsandfoes.json' +[07мая2026 22:07:52.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for arsenal +[07мая2026 22:07:52.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.arsenal.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.121] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.init.DATabs for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.121] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/arsenal/neoforge/client/NeoForgeClientMod; to the mod event bus of mod arsenal +[07мая2026 22:07:52.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/init/DATabs; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.130] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.init.DAEntityRenderers for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.133] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gazebo +[07мая2026 22:07:52.133] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsoceanmonumentreplacement +[07мая2026 22:07:52.134] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/init/DAEntityRenderers; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.137] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.init.DAEntities for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.139] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/init/DAEntities; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.142] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.event.DAGeneralEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.153] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.153] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.154] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mixson +[07мая2026 22:07:52.154] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.ramixin.mixson.inline.Mixson$ClientModEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.229] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/event/DAGeneralEvents; to the game event bus +[07мая2026 22:07:52.236] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/ramixin/mixson/inline/Mixson$ClientModEvents; to the mod event bus of mod mixson +[07мая2026 22:07:52.257] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file moonlight-common.toml for moonlight tracking +[07мая2026 22:07:52.271] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.event.DAClientModBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for onlyhammersandexcavators +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.blocklegend001.onlyhammersandexcavators.event.ModEventsHammer for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/blocklegend001/onlyhammersandexcavators/event/ModEventsHammer; to the game event bus +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.blocklegend001.onlyhammersandexcavators.event.ModEventsExcavator for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/blocklegend001/onlyhammersandexcavators/event/ModEventsExcavator; to the game event bus +[07мая2026 22:07:52.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.blocklegend001.onlyhammersandexcavators.datagen.DataGenerators for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/event/DAClientModBusEvents; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/blocklegend001/onlyhammersandexcavators/datagen/DataGenerators; to the mod event bus of mod onlyhammersandexcavators +[07мая2026 22:07:52.289] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.event.DAClientGameBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.292] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/event/DAClientGameBusEvents; to the game event bus +[07мая2026 22:07:52.294] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GeoModelMixin from mowziesmobs.mixins.json into software.bernie.geckolib.model.GeoModel +[07мая2026 22:07:52.296] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for decorative_blocks +[07мая2026 22:07:52.296] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class lilypuree.decorative_blocks.events.EventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.297] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.client.renderer.DAOverlays for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.306] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/client/renderer/DAOverlays; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.306] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Llilypuree/decorative_blocks/events/EventHandler; to the game event bus +[07мая2026 22:07:52.309] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.client.DeepAetherKeys for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.312] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/client/DeepAetherKeys; to the mod event bus of mod deep_aether +[07мая2026 22:07:52.313] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class io.github.razordevs.deep_aether.block.behavior.DABlockInteractionBehavior for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.313] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class lilypuree.decorative_blocks.events.ClientEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Llilypuree/decorative_blocks/events/ClientEventHandler; to the mod event bus of mod decorative_blocks +[07мая2026 22:07:52.318] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lio/github/razordevs/deep_aether/block/behavior/DABlockInteractionBehavior; to the game event bus +[07мая2026 22:07:52.323] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_blockrenderlayer_v1 +[07мая2026 22:07:52.327] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat.jade.ClientProxyMixin from gnetum.mixins.json into snownee.jade.util.ClientProxy +[07мая2026 22:07:52.327] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.ClientProxyMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.353] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clutterbestiary +[07мая2026 22:07:52.369] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jade +[07мая2026 22:07:52.387] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for creativecore +[07мая2026 22:07:52.442] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.config.NeoForgeBalmConfig/]: Registering config for waystones:common (COMMON) with 34 properties. +[07мая2026 22:07:52.443] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file waystones-common.toml for waystones tracking +[07мая2026 22:07:52.443] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endermanoverhaul +[07мая2026 22:07:52.444] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tech.alexnijjar.endermanoverhaul.common.registry.ModEntityTypes for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.444] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes; to the mod event bus of mod endermanoverhaul +[07мая2026 22:07:52.446] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moonlight +[07мая2026 22:07:52.446] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.mehvahdjukaar.moonlight.api.client.neoforge.ForgeFluidTypeHelper for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.447] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tech.alexnijjar.endermanoverhaul.datagen.EndermanOverhaulDataGenerator for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.450] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltech/alexnijjar/endermanoverhaul/datagen/EndermanOverhaulDataGenerator; to the mod event bus of mod endermanoverhaul +[07мая2026 22:07:52.451] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tech.alexnijjar.endermanoverhaul.client.EndermanOverhaulClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.451] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ltech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient; to the mod event bus of mod endermanoverhaul +[07мая2026 22:07:52.454] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bosses_of_mass_destruction +[07мая2026 22:07:52.454] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.cerbon.bosses_of_mass_destruction.neoforge.event.NeoEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.457] [modloading-worker-0/DEBUG] [mixin/]: Mixing SelfModFlowingFluidMixin from moonlight.mixins.json into net.mehvahdjukaar.moonlight.api.fluids.ModFlowingFluid +[07мая2026 22:07:52.457] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:SelfModFlowingFluidMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.457] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$afterInit$0(Lnet/neoforged/neoforge/fluids/FluidType;)Lnet/neoforged/neoforge/fluids/FluidType; to mdd85188$moonlight$lambda$afterInit$0$0 in moonlight.mixins.json:SelfModFlowingFluidMixin from mod moonlight +[07мая2026 22:07:52.457] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/cerbon/bosses_of_mass_destruction/neoforge/event/NeoEvents; to the game event bus +[07мая2026 22:07:52.462] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.cerbon.bosses_of_mass_destruction.neoforge.event.BMDEventsNeo for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.463] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/mehvahdjukaar/moonlight/api/client/neoforge/ForgeFluidTypeHelper; to the mod event bus of mod moonlight +[07мая2026 22:07:52.464] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.464] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.464] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/cerbon/bosses_of_mass_destruction/neoforge/event/BMDEventsNeo; to the mod event bus of mod bosses_of_mass_destruction +[07мая2026 22:07:52.464] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.464] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.465] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.465] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.465] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.cerbon.bosses_of_mass_destruction.neoforge.event.BMDClientEventsNeo for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.475] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file ribbits-neoforge-1_21_1.toml for ribbits tracking +[07мая2026 22:07:52.484] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for azurelibarmor +[07мая2026 22:07:52.486] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ranged_weapon_api +[07мая2026 22:07:52.486] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabric_extras.ranged_weapon.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.488] [modloading-worker-0/DEBUG] [mixin/]: Mixing ribbits.SupportersJSONMixin from smsn.mixins.json into com.yungnickyoung.minecraft.ribbits.client.supporters.SupportersJSON +[07мая2026 22:07:52.488] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabric_extras/ranged_weapon/neoforge/client/NeoForgeClientMod; to the mod event bus of mod ranged_weapon_api +[07мая2026 22:07:52.488] [modloading-worker-0/DEBUG] [mixin/]: smsn.mixins.json:ribbits.SupportersJSONMixin from mod smsn->@Inject::populateSupportersList(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:52.489] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cataclysm-client.toml for cataclysm tracking +[07мая2026 22:07:52.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file cataclysm-common.toml for cataclysm tracking +[07мая2026 22:07:52.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cataclysm +[07мая2026 22:07:52.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.L_Ender.cataclysm.init.ModEntities for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.490] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/L_Ender/cataclysm/init/ModEntities; to the mod event bus of mod cataclysm +[07мая2026 22:07:52.491] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_gametest_api_v1 +[07мая2026 22:07:52.492] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.L_Ender.cataclysm.init.ModAttribute for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.493] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/L_Ender/cataclysm/init/ModAttribute; to the mod event bus of mod cataclysm +[07мая2026 22:07:52.493] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_biome_api_v1 +[07мая2026 22:07:52.493] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.github.L_Ender.cataclysm.event.ServerEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.494] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing WorldSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\world.json' +[07мая2026 22:07:52.498] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalenchants:main +[07мая2026 22:07:52.499] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file universalenchants-server.toml for universalenchants tracking +[07мая2026 22:07:52.502] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing EventSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\event.json' +[07мая2026 22:07:52.502] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo; to the mod event bus of mod bosses_of_mass_destruction +[07мая2026 22:07:52.502] [modloading-worker-0/DEBUG] [mixin/]: Mixing SizedIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.common.crafting.SizedIngredient +[07мая2026 22:07:52.504] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing ChatSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\chat.json' +[07мая2026 22:07:52.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for codecconfigapi +[07мая2026 22:07:52.505] [modloading-worker-0/INFO] [de.keksuccino.fancymenu.FancyMenu/]: [FANCYMENU] Loading v3.8.1 in client-side mode on NEOFORGE! +[07мая2026 22:07:52.506] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing UISoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\ui.json' +[07мая2026 22:07:52.507] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/github/L_Ender/cataclysm/event/ServerEventHandler; to the game event bus +[07мая2026 22:07:52.509] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ribbits +[07мая2026 22:07:52.510] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing ModConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\mod_utils.json' +[07мая2026 22:07:52.512] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Serializing class dev.imb11.sounds.config.ChatSoundsConfig to 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\chat.json' +[07мая2026 22:07:52.525] [modloading-worker-0/DEBUG] [mixin/]: Mixing FluidStackMixin from kubejs.mixins.json into net.neoforged.neoforge.fluids.FluidStack +[07мая2026 22:07:52.526] [modloading-worker-0/INFO] [coroutil/]: neo forge loader environment detected +[07мая2026 22:07:52.534] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sounds +[07мая2026 22:07:52.534] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.imb11.sounds.loaders.neoforge.SoundsNeoForge$Events for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.536] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Ldev/imb11/sounds/loaders/neoforge/SoundsNeoForge$Events;, registering them separately +[07мая2026 22:07:52.536] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void dev.imb11.sounds.loaders.neoforge.SoundsNeoForge$Events.registerResourceReloadListeners(net.neoforged.neoforge.client.event.RegisterClientReloadListenersEvent) to the event bus of mod sounds +[07мая2026 22:07:52.537] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void dev.imb11.sounds.loaders.neoforge.SoundsNeoForge$Events.clientTickEvent(net.neoforged.neoforge.client.event.ClientTickEvent$Pre) to the game event bus +[07мая2026 22:07:52.538] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.538] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.538] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void dev.imb11.sounds.loaders.neoforge.SoundsNeoForge$Events.setupClientEvent(net.neoforged.neoforge.client.event.RecipesUpdatedEvent) to the game event bus +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ferritecore +[07мая2026 22:07:52.539] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class malte0811.ferritecore.ModClientForge for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.544] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structure_pool_api +[07мая2026 22:07:52.544] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lmalte0811/ferritecore/ModClientForge; to the mod event bus of mod ferritecore +[07мая2026 22:07:52.549] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing YACLConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\yacl.json5' +[07мая2026 22:07:52.550] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for armordamagescale +[07мая2026 22:07:52.550] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yet_another_config_lib_v3 +[07мая2026 22:07:52.554] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file CoroUtil\General.toml for coroutil tracking +[07мая2026 22:07:52.559] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for coroutil +[07мая2026 22:07:52.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing FluidIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.fluids.crafting.FluidIngredient +[07мая2026 22:07:52.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing FluidIngredientStacksInvoker from kubejs_create.mixins.json into net.neoforged.neoforge.fluids.crafting.FluidIngredient +[07мая2026 22:07:52.569] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file watut-common.toml for coroutil tracking +[07мая2026 22:07:52.570] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.573] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file watut-server.toml for coroutil tracking +[07мая2026 22:07:52.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing SizedFluidIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient +[07мая2026 22:07:52.579] [modloading-worker-0/DEBUG] [Charm of Undying/]: Loaded com.illusivesoulworks.charmofundying.platform.NeoForgeClientPlatform@5eb2fadc for service interface com.illusivesoulworks.charmofundying.platform.services.IClientPlatform +[07мая2026 22:07:52.579] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for universalenchants:main +[07мая2026 22:07:52.581] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for universalenchants +[07мая2026 22:07:52.583] [modloading-worker-0/DEBUG] [Charm of Undying/]: Loaded com.illusivesoulworks.charmofundying.platform.NeoForgePlatform@3cdf62c5 for service interface com.illusivesoulworks.charmofundying.platform.services.IPlatform +[07мая2026 22:07:52.583] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file watut-client.toml for coroutil tracking +[07мая2026 22:07:52.585] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for badoptimizations +[07мая2026 22:07:52.588] [modloading-worker-0/DEBUG] [SpectreLib/CONFIG]: Config file charmofundying-server.toml for charmofundying added to tracking +[07мая2026 22:07:52.590] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for charmofundying +[07мая2026 22:07:52.590] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_data_generation_api_v1 +[07мая2026 22:07:52.600] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for overflowingbars:main +[07мая2026 22:07:52.602] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file overflowingbars-client.toml for overflowingbars tracking +[07мая2026 22:07:52.607] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for overflowingbars:main +[07мая2026 22:07:52.614] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for friendsandfoes +[07мая2026 22:07:52.615] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for watut +[07мая2026 22:07:52.617] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for another_furniture +[07мая2026 22:07:52.617] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.starfish_studios.another_furniture.neoforge.AnotherFurnitureNeoForgeClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.619] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForgeClient; to the mod event bus of mod another_furniture +[07мая2026 22:07:52.621] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.starfish_studios.another_furniture.event.neoforge.BlockInteractionEventImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.623] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/starfish_studios/another_furniture/event/neoforge/BlockInteractionEventImpl; to the game event bus +[07мая2026 22:07:52.636] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for presencefootsteps +[07мая2026 22:07:52.636] [modloading-worker-0/INFO] [PFSolver/]: Presence Footsteps starting +[07мая2026 22:07:52.639] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_events_interaction_v0 +[07мая2026 22:07:52.639] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.fabricmc.fabric.impl.event.interaction.InteractionEventHooks for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.644] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/fabricmc/fabric/impl/event/interaction/InteractionEventHooks; to the game event bus +[07мая2026 22:07:52.644] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for overflowingbars +[07мая2026 22:07:52.649] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ftblibrary +[07мая2026 22:07:52.651] [modloading-worker-0/INFO] [STDOUT/]: [com.wabbanode.companion.client.WabbanodeCompanionClient:init:32]: Wabbanode is proudly partnered with this modpack, providing easy and affordable Minecraft server hosting at https://wabbanode.com +[07мая2026 22:07:52.651] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wabbanodecompanion +[07мая2026 22:07:52.652] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hellish_trials +[07мая2026 22:07:52.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spell_engine +[07мая2026 22:07:52.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.spell_engine.neoforge.client.NeoForgeClientMod for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.662] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/spell_engine/neoforge/client/NeoForgeClientMod; to the mod event bus of mod spell_engine +[07мая2026 22:07:52.667] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.667] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.687] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.OctoRenderManagerMixin from alltheleaks.mixins.json into it.hurts.octostudios.octolib.module.particle.OctoRenderManager +[07мая2026 22:07:52.691] [modloading-worker-0/WARN] [mixin/]: Error loading class: it/hurts/octostudios/octolib/modules/particles/OctoRenderManager (java.lang.ClassNotFoundException: it.hurts.octostudios.octolib.modules.particles.OctoRenderManager) +[07мая2026 22:07:52.692] [modloading-worker-0/DEBUG] [mixin/]: alltheleaks.mixins.json:main.OctoRenderManagerMixin from mod alltheleaks->@Inject::cancelIfServerSide(Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:52.702] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file colorwheel-client.toml for colorwheel tracking +[07мая2026 22:07:52.707] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.707] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for colorwheel +[07мая2026 22:07:52.707] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.707] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for octolib +[07мая2026 22:07:52.707] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class it.hurts.octostudios.octolib.event.LevelRenderEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.714] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lit/hurts/octostudios/octolib/event/LevelRenderEvents; to the game event bus +[07мая2026 22:07:52.725] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file flywheel-client.toml for flywheel tracking +[07мая2026 22:07:52.733] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.739] [modloading-worker-0/DEBUG] [mixin/]: Mixing ProcessingOutputMixin from kubejs_create.mixins.json into com.simibubi.create.content.processing.recipe.ProcessingOutput +[07мая2026 22:07:52.770] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.model.geom.ModelLayers +[07мая2026 22:07:52.770] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flywheel +[07мая2026 22:07:52.770] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:EntityModelLayersAccessor from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.770] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers$fabric_rendering_v1_$md$d85188$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor from mod fabric_rendering_v1 +[07мая2026 22:07:52.776] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.776] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.787] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file ponder-client.toml for ponder tracking +[07мая2026 22:07:52.789] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ponder +[07мая2026 22:07:52.789] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.createmod.ponder.NeoForgePonderClient$ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.790] [modloading-worker-0/DEBUG] [mixin/]: Mixing ponder.NeoForgePonderClientMixin from colorwheel.neoforge.mixins.json into net.createmod.ponder.NeoForgePonderClient$ClientEvents +[07мая2026 22:07:52.790] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:ponder.NeoForgePonderClientMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.797] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/createmod/ponder/NeoForgePonderClient$ClientEvents; to the game event bus +[07мая2026 22:07:52.802] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file vanillin-client.toml for vanillin tracking +[07мая2026 22:07:52.803] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.createmod.ponder.NeoForgePonder$ModBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.804] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for vanillin +[07мая2026 22:07:52.804] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/createmod/ponder/NeoForgePonder$ModBusEvents; to the mod event bus of mod ponder +[07мая2026 22:07:52.805] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fancymenu +[07мая2026 22:07:52.806] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.createmod.ponder.NeoForgePonder$Events for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.806] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/createmod/ponder/NeoForgePonder$Events; to the game event bus +[07мая2026 22:07:52.807] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.createmod.ponder.NeoForgePonderClient$ModBusClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:52.811] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lnet/createmod/ponder/NeoForgePonderClient$ModBusClientEvents; to the mod event bus of mod ponder +[07мая2026 22:07:52.814] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.814] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.819] [modloading-worker-0/INFO] [com.simibubi.create.Create/]: Create 6.0.10 initializing! Commit hash: ac0c444d9828da3453ae8cc65338e8de063286fb +[07мая2026 22:07:52.847] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.857] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ftbteams +[07мая2026 22:07:52.886] [modloading-worker-0/DEBUG] [mixin/]: Mixing SmartBlockEntityMixin from create_enchantment_industry.mixins.json into com.simibubi.create.foundation.blockEntity.SmartBlockEntity +[07мая2026 22:07:52.886] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:SmartBlockEntityMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:52.889] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:SmartBlockEntityMixin from mod create_enchantment_industry->@Inject::setRemoved$dropExperienceFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:52.889] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:SmartBlockEntityMixin from mod create_enchantment_industry->@Inject::setRemoved$dropExperienceFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:52.889] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:SmartBlockEntityMixin from mod create_enchantment_industry->@Inject::setRemoved$dropExperienceFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:52.896] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.SyncedBlockEntityMixin from copycats-common.mixins.json into com.simibubi.create.foundation.blockEntity.SyncedBlockEntity +[07мая2026 22:07:52.896] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.SyncedBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.899] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.SyncedBlockEntityMixin from mod copycats->@Inject::doNotSyncVirtual(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:52.902] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.902] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.915] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for waystones +[07мая2026 22:07:52.920] [modloading-worker-0/DEBUG] [Ponder/]: Loaded net.createmod.catnip.platform.NeoForgePlatformHelper@48539fcd for service interface net.createmod.catnip.platform.services.PlatformHelper +[07мая2026 22:07:52.923] [modloading-worker-0/DEBUG] [Ponder/]: Loaded net.createmod.catnip.platform.NeoForgeFluidHelper@769fcfc6 for service interface net.createmod.catnip.platform.services.ModFluidHelper +[07мая2026 22:07:52.929] [modloading-worker-0/DEBUG] [Ponder/]: Loaded net.createmod.catnip.platform.NeoForgeHooksHelper@40523aa8 for service interface net.createmod.catnip.platform.services.ModHooksHelper +[07мая2026 22:07:52.932] [modloading-worker-0/DEBUG] [mixin/]: Mixing models.BakedModelWrapper_compatMixin from moreculling.neoforge.mixins.json into net.neoforged.neoforge.client.model.BakedModelWrapper +[07мая2026 22:07:52.933] [modloading-worker-0/DEBUG] [Ponder/]: Loaded net.createmod.catnip.platform.NeoForgeNetworkHelper@52a02b69 for service interface net.createmod.catnip.platform.services.NetworkHelper +[07мая2026 22:07:52.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for golemoverhaul +[07мая2026 22:07:52.939] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.multistate.MultiStateCopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.939] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.964] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.cogwheel.CogWheelBlockItemMixin from copycats-common.mixins.json into com.simibubi.create.content.kinetics.simpleRelays.CogwheelBlockItem +[07мая2026 22:07:52.964] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.cogwheel.CogWheelBlockItemMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.967] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.cogwheel.CogWheelBlockItemMixin from mod copycats->@Inject::disablePlacementForCopycat(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:52.976] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.989] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.fluid_pipe.FluidPipeBlockMixin from copycats-common.mixins.json into com.simibubi.create.content.fluids.pipes.FluidPipeBlock +[07мая2026 22:07:52.989] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.fluid_pipe.FluidPipeBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.009] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.037] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.foundation.copycat.CCCopycatBlockEntity +[07мая2026 22:07:53.037] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.037] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlockEntity +[07мая2026 22:07:53.046] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlockEntity +[07мая2026 22:07:53.046] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.046] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlockEntity +[07мая2026 22:07:53.046] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_enchantment_industry-client.toml for create_enchantment_industry tracking +[07мая2026 22:07:53.052] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlockEntity +[07мая2026 22:07:53.052] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.052] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlockEntity +[07мая2026 22:07:53.054] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_enchantment_industry-server.toml for create_enchantment_industry tracking +[07мая2026 22:07:53.057] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create_enchantment_industry +[07мая2026 22:07:53.059] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createenchantmentindustry.common.kinetics.deployer.DeployerExtension for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.059] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlockEntity +[07мая2026 22:07:53.059] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.059] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlockEntity +[07мая2026 22:07:53.059] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createenchantmentindustry/common/kinetics/deployer/DeployerExtension; to the game event bus +[07мая2026 22:07:53.060] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createenchantmentindustry.common.processing.forger.BlazeForgerItemRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.062] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlockEntity +[07мая2026 22:07:53.062] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.062] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlockEntity +[07мая2026 22:07:53.066] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatStraightPipeBlockEntity +[07мая2026 22:07:53.066] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.066] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatStraightPipeBlockEntity +[07мая2026 22:07:53.068] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.DustParticleOptionAccessor from polytone-common.mixins.json into net.minecraft.core.particles.DustParticleOptions +[07мая2026 22:07:53.069] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createenchantmentindustry/common/processing/forger/BlazeForgerItemRenderer; to the mod event bus of mod create_enchantment_industry +[07мая2026 22:07:53.070] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createenchantmentindustry.common.processing.enchanter.BlazeEnchanterItemRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.070] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-neoforge.mixins.json into com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlockEntity +[07мая2026 22:07:53.070] [modloading-worker-0/DEBUG] [mixin/]: copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.070] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlockEntity +[07мая2026 22:07:53.072] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createenchantmentindustry/common/processing/enchanter/BlazeEnchanterItemRenderer; to the mod event bus of mod create_enchantment_industry +[07мая2026 22:07:53.073] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.sliding_door.SlidingDoorBlockEntityAccessor from copycats-common.mixins.json into com.simibubi.create.content.decoration.slidingDoor.SlidingDoorBlockEntity +[07мая2026 22:07:53.073] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.sliding_door.SlidingDoorBlockEntityAccessor from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file copycats-common.toml for copycats tracking +[07мая2026 22:07:53.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file copycats-client.toml for copycats tracking +[07мая2026 22:07:53.089] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file copycats-server.toml for copycats tracking +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from betterdungeons.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: betterdungeons.mixins.json:accessor.BoundingBoxAccessor from mod betterdungeons: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: yungsapi.mixins.json:accessor.BoundingBoxAccessor from mod yungsapi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: Mixing BoundingBoxAccessor from bettermineshafts.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox +[07мая2026 22:07:53.109] [modloading-worker-0/DEBUG] [mixin/]: bettermineshafts.mixins.json:BoundingBoxAccessor from mod bettermineshafts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.111] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from cataclysm.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox +[07мая2026 22:07:53.113] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:accessor.BoundingBoxAccessor from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.113] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from betterdeserttemples.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox +[07мая2026 22:07:53.113] [modloading-worker-0/DEBUG] [mixin/]: betterdeserttemples.mixins.json:accessor.BoundingBoxAccessor from mod betterdeserttemples: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.114] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged +[07мая2026 22:07:53.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for copycats +[07мая2026 22:07:53.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.copycatsplus.copycats.neoforge.CCKeysImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/copycatsplus/copycats/neoforge/CCKeysImpl; to the mod event bus of mod copycats +[07мая2026 22:07:53.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.copycatsplus.copycats.config.neoforge.SyncConfigBaseImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.129] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/copycatsplus/copycats/config/neoforge/SyncConfigBaseImpl; to the game event bus +[07мая2026 22:07:53.129] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinGameLoadCookie from fancymenu.mixins.json into net.minecraft.client.Minecraft$GameLoadCookie +[07мая2026 22:07:53.129] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameLoadCookie from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.129] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.copycatsplus.copycats.config.neoforge.CCConfigsImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.129] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/copycatsplus/copycats/config/neoforge/CCConfigsImpl; to the mod event bus of mod copycats +[07мая2026 22:07:53.131] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinGameLoadCookie from mod fancymenu->@Inject::after_construct_FancyMenu(Lcom/mojang/realmsclient/client/RealmsClient;Lnet/minecraft/client/main/GameConfig$QuickPlayData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.132] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinClientLanguage from mixins.iris.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.132] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.134] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessories.client.ClientLanguageMixin from curios.neoforge.mixins.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.135] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinClientLanguage from konkrete.mixins.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.135] [modloading-worker-0/DEBUG] [mixin/]: konkrete.mixins.json:client.IMixinClientLanguage from mod konkrete: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.135] [modloading-worker-0/DEBUG] [mixin/]: Mixing text.TranslationStorageMixin from owo.mixins.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.135] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:text.TranslationStorageMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.135] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$kawaii$0(Lcom/google/common/collect/ImmutableMap$Builder;Ljava/lang/String;Ljava/lang/String;)V to mdd85188$owo$lambda$kawaii$0$0 in owo.mixins.json:text.TranslationStorageMixin from mod owo +[07мая2026 22:07:53.136] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClientLanguagesMixin from moonlight.mixins.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.136] [modloading-worker-0/DEBUG] [mixin/]: moonlight.mixins.json:ClientLanguagesMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.136] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$moonlight$addDynamicEntries2$2(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)V to mdd85188$moonlight$lambda$moonlight$addDynamicEntries2$2$1 in moonlight.mixins.json:ClientLanguagesMixin from mod moonlight +[07мая2026 22:07:53.136] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$moonlight$addDynamicEntries2$1(Ljava/lang/String;Ljava/lang/String;)Lcom/google/gson/JsonParseException; to mdd85188$moonlight$lambda$moonlight$addDynamicEntries2$1$2 in moonlight.mixins.json:ClientLanguagesMixin from mod moonlight +[07мая2026 22:07:53.136] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$moonlight$addDynamicEntries$0(Lnet/mehvahdjukaar/moonlight/api/events/AfterLanguageLoadEvent;Lnet/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry;)V to mdd85188$moonlight$lambda$moonlight$addDynamicEntries$0$3 in moonlight.mixins.json:ClientLanguagesMixin from mod moonlight +[07мая2026 22:07:53.138] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinClientLanguage from fancymenu.mixins.json into net.minecraft.client.resources.language.ClientLanguage +[07мая2026 22:07:53.138] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinClientLanguage from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::injectFrom(Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::check(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntries(Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntriesToTranslationChecks(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:text.TranslationStorageMixin from mod owo->@Inject::kawaii(Ljava/util/Map;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:text.TranslationStorageMixin from mod owo->@Inject::kawaii(Ljava/util/Map;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.142] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:text.TranslationStorageMixin from mod owo->@Inject::kawaii(Ljava/util/Map;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.149] [modloading-worker-0/DEBUG] [mixin/]: Mixing renderer.blockentity.MixinBlockEntityRenderDispatcher from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.149] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.blockentity.MixinBlockEntityRenderDispatcher from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.149] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.entitydistance.TileDispatcherMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.149] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.TileDispatcherMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.150] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinBlockEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.150] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.150] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mdd85188$iris$lambda$iris$wrapBufferSource$0$0 in mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris +[07мая2026 22:07:53.151] [modloading-worker-0/DEBUG] [mixin/]: Mixing BlockEntityRendererDispatcherMixin from supplementaries.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.152] [modloading-worker-0/DEBUG] [mixin/]: Mixing BlockEntityRenderDispatcherMixin from entityculling.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.152] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:BlockEntityRenderDispatcherMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.152] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.MixinBlockEntityRenderDispatcher from entity_model_features.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.152] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityRenderDispatcher from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.153] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.misc.MixinBlockEntityRenderDispatcher from entity_texture_features.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[07мая2026 22:07:53.153] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinBlockEntityRenderDispatcher from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.blockentity.MixinBlockEntityRenderDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.blockentity.MixinBlockEntityRenderDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.blockentity.MixinBlockEntityRenderDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.TileDispatcherMixin from mod sodiumextras->@Inject::render(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:BlockEntityRendererDispatcherMixin from mod supplementaries->@Inject::setupAndRenderPre(Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderer;Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.156] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:BlockEntityRendererDispatcherMixin from mod supplementaries->@Inject::setupAndRenderPost(Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderer;Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.157] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:BlockEntityRenderDispatcherMixin from mod entityculling->@Inject::render(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.157] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBlockEntityRenderDispatcher from mod entity_model_features->@Inject::emf$grabEntity2(Lnet/minecraft/world/level/block/entity/BlockEntity;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.157] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinBlockEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.157] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinBlockEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$clearContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.159] [modloading-worker-0/DEBUG] [mixin/]: Mixing TextureManagerMixin from azurelibarmor.neo.mixins.json into net.minecraft.client.renderer.texture.TextureManager +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.MixinTextureManager from mixins.iris.json into net.minecraft.client.renderer.texture.TextureManager +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.MixinTextureManager from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.texture.TextureManager +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinTextureManager from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.renderer.texture.TextureManager +[07мая2026 22:07:53.161] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.164] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.TextureManagerMixin from geckolib.mixins.json into net.minecraft.client.renderer.texture.TextureManager +[07мая2026 22:07:53.164] [modloading-worker-0/DEBUG] [mixin/]: geckolib.mixins.json:client.TextureManagerMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:TextureManagerMixin from mod azurelibarmor->@Inject::wrapAnimatableTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:TextureManagerMixin from mod azurelibarmor->@Inject::wrapAnimatableTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: azurelibarmor.neo.mixins.json:TextureManagerMixin from mod azurelibarmor->@Inject::wrapAnimatableTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.166] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.167] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinTextureManager from mod immediatelyfast->@Inject::removeDestroyedTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.167] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinTextureManager from mod immediatelyfast->@Inject::removeDestroyedTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.167] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinTextureManager from mod immediatelyfast->@Inject::removeDestroyedTexture(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.170] [modloading-worker-0/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Added field itemColors to class net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.170] [modloading-worker-0/DEBUG] [mixin/]: Mixing safety.ItemColorsMixin from modernfix-modernfix.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.171] [modloading-worker-0/DEBUG] [mixin/]: Mixing forge.ItemColorsAccess from kiwi.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.171] [modloading-worker-0/DEBUG] [mixin/]: Mixing ItemColorsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.171] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:ItemColorsMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.171] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.model.colors.ItemColorsMixin from sodium-common.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.171] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.ItemColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Mixing ItemColorsAccessor from polytone.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.AccessorItemColors from zeta_forge.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.ItemColorsNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:client.accessor.ItemColorsNeoForgeAccessor from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ItemColorsMixin from connector.mixins.json into net.minecraft.client.color.item.ItemColors +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ItemColorsMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/core/Holder$Reference;)Ljava/lang/Integer; to mdd85188$connector$lambda$onInit$1$0 in connector.mixins.json:client.ItemColorsMixin from mod connector +[07мая2026 22:07:53.172] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)Lnet/minecraft/core/Holder$Reference; to mdd85188$connector$lambda$onInit$0$1 in connector.mixins.json:client.ItemColorsMixin from mod connector +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:ItemColorsMixin from mod fabric_rendering_v1->@Inject::createDefault(Lnet/minecraft/client/color/block/BlockColors;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ItemColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ItemColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ItemColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.174] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getItemColors()Ljava/util/Map; in net.minecraft.client.color.item.ItemColors was not merged +[07мая2026 22:07:53.177] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.model.EntityModelSetMixin from accessories-common.mixins.json into net.minecraft.client.model.geom.EntityModelSet +[07мая2026 22:07:53.178] [modloading-worker-0/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.EntityModelSetMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.178] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinEntityModelLoader from entity_model_features.mixins.json into net.minecraft.client.model.geom.EntityModelSet +[07мая2026 22:07:53.178] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinEntityModelLoader from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.179] [modloading-worker-0/DEBUG] [mixin/]: Mixing exporting.MixinEntityModelSet from entity_model_features.mixins.json into net.minecraft.client.model.geom.EntityModelSet +[07мая2026 22:07:53.179] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:exporting.MixinEntityModelSet from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.180] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinEntityModelLoader from mod entity_model_features->@Inject::emf$injectModelLoad(Lnet/minecraft/client/model/geom/ModelLayerLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.182] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ShieldSoundMixin from punchy.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.185] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinSoundManager from melody.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.185] [modloading-worker-0/DEBUG] [mixin/]: melody.mixins.json:client.IMixinSoundManager from mod melody: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.185] [modloading-worker-0/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.185] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.186] [modloading-worker-0/DEBUG] [mixin/]: Mixing SoundManagerMixin from sounds.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.186] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.music.SoundManagerMixin from ribbits.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.186] [modloading-worker-0/DEBUG] [mixin/]: ribbits.mixins.json:client.music.SoundManagerMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.187] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinSoundManager from fancymenu.mixins.json into net.minecraft.client.sounds.SoundManager +[07мая2026 22:07:53.187] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundManager from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.187] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$afterInitFancyMenu$0(Lnet/minecraft/client/resources/sounds/SoundInstance;Lnet/minecraft/client/sounds/WeighedSoundEvents;F)V to mdd85188$fancymenu$lambda$afterInitFancyMenu$0$0 in fancymenu.mixins.json:client.MixinSoundManager from mod fancymenu +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ShieldSoundMixin from mod punchy->@Inject::punchy$onPlaySound(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ShieldSoundMixin from mod punchy->@Inject::punchy$onPlaySound(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: punchy.mixins.json:client.ShieldSoundMixin from mod punchy->@Inject::punchy$onPlaySound(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_clear_found(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_clear_found(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_clear_found(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_capture_soundsjson(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_capture_soundsjson(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.192] [modloading-worker-0/DEBUG] [mixin/]: sounds.mixins.json:SoundManagerMixin from mod sounds->@Inject::$sounds_capture_soundsjson(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.193] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundManager from mod fancymenu->@Inject::afterInitFancyMenu(Lnet/minecraft/client/Options;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.193] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundManager from mod fancymenu->@Inject::afterInitFancyMenu(Lnet/minecraft/client/Options;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.193] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundManager from mod fancymenu->@Inject::afterInitFancyMenu(Lnet/minecraft/client/Options;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.195] [modloading-worker-0/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.resources.language.LanguageManager +[07мая2026 22:07:53.195] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.199] [modloading-worker-0/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Added field blockColors to class net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.199] [modloading-worker-0/DEBUG] [mixin/]: Mixing safety.BlockColorsMixin from modernfix-modernfix.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.199] [modloading-worker-0/DEBUG] [mixin/]: Mixing forge.BlockColorsAccess from kiwi.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.199] [modloading-worker-0/DEBUG] [mixin/]: Mixing BlockColorsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.199] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:BlockColorsMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.200] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.model.colors.BlockColorsMixin from sodium-common.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.200] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.BlockColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing BlockColorsAccessor from polytone.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.AccessorBlockColors from zeta_forge.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.BlockColorsNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: puzzleslib.neoforge.mixins.json:client.accessor.BlockColorsNeoForgeAccessor from mod puzzleslib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.BlockColorsAccessor from aether.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.BlockColorsMixin from connector.mixins.json into net.minecraft.client.color.block.BlockColors +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.BlockColorsMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/core/Holder$Reference;)Ljava/lang/Integer; to mdd85188$connector$lambda$onInit$1$0 in connector.mixins.json:client.BlockColorsMixin from mod connector +[07мая2026 22:07:53.202] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)Lnet/minecraft/core/Holder$Reference; to mdd85188$connector$lambda$onInit$0$1 in connector.mixins.json:client.BlockColorsMixin from mod connector +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::lockMapBeforeAccess(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.BlockColorsMixin from mod modernfix->@Inject::unlockMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:BlockColorsMixin from mod fabric_rendering_v1->@Inject::createDefault(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.BlockColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.BlockColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.206] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.BlockColorsMixin from mod connector->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.207] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getBlockColors()Ljava/util/Map; in net.minecraft.client.color.block.BlockColors was not merged +[07мая2026 22:07:53.209] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.SkinManagerMixin from blueprint.mixins.json into net.minecraft.client.resources.SkinManager +[07мая2026 22:07:53.210] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$registerRewardPlayerSkinTextures$0(Lnet/minecraft/client/resources/PlayerSkin;)Lnet/minecraft/client/resources/PlayerSkin; to mdd85188$blueprint$lambda$registerRewardPlayerSkinTextures$0$0 in blueprint.mixins.json:client.SkinManagerMixin from mod blueprint +[07мая2026 22:07:53.211] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.SkinManagerMixin from mod blueprint->@Inject::registerRewardPlayerSkinTextures(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/MinecraftProfileTextures;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.213] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.SplashManagerMixin from blueprint.mixins.json into net.minecraft.client.resources.SplashManager +[07мая2026 22:07:53.215] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.SplashManagerMixin from mod blueprint->@Inject::handleBlueprintEventSplashes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.215] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.SplashManagerMixin from mod blueprint->@Inject::handleBlueprintEventSplashes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.215] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.SplashManagerMixin from mod blueprint->@Inject::handleBlueprintRandomSplashes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.216] [modloading-worker-0/DEBUG] [mixin/]: Mixing feature.suppress_narrator_stacktrace.GameNarratorMixin from modernfix-modernfix.mixins.json into net.minecraft.client.GameNarrator +[07мая2026 22:07:53.220] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ChatListenerMixin from brewinandchewin.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.220] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.221] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ChatListenerMixin from brewinandchewin.neoforge.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.221] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinChatListener from xaerohud.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.221] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinChatListener from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.222] [modloading-worker-0/DEBUG] [mixin/]: Mixing MessageHandlerMixin from fabric-message-api-v1.client.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.222] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:MessageHandlerMixin from mod fabric_message_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.223] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinChatListener from xaeroworldmap.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.223] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinChatListener from mod xaeroworldmap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.223] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ChatListenerMixin from ichunutil.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.223] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.ChatListenerMixin from mod ichunutil: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.224] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinChatListener from fancymenu.mixins.json into net.minecraft.client.multiplayer.chat.ChatListener +[07мая2026 22:07:53.224] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinChatListener from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.ChatListenerMixin from mod brewinandchewin->@Inject::brewinandchewin$modifyTipsyMessageWhileFiltering(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinChatListener from mod xaerominimap->@Inject::onHandleDisguisedChatMessag(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/ChatType$Bound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: xaerohud.mixins.json:MixinChatListener from mod xaerominimap->@Inject::onHandleSystemChat(Lnet/minecraft/network/chat/Component;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:MessageHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_onSignedChatMessage(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:MessageHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_onFilteredSignedChatMessage(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/PlayerChatMessage;Lnet/minecraft/network/chat/Component;Lcom/mojang/authlib/GameProfile;ZLjava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:MessageHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_onProfilelessChatMessage(Lnet/minecraft/network/chat/ChatType$Bound;Lnet/minecraft/network/chat/Component;Ljava/time/Instant;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: fabric-message-api-v1.client.mixins.json:MessageHandlerMixin from mod fabric_message_api_v1->@Inject::fabric_allowGameMessage(Lnet/minecraft/network/chat/Component;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinChatListener from mod xaeroworldmap->@Inject::onHandleDisguisedChatMessag(Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/ChatType$Bound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: xaeroworldmap.mixins.json:MixinChatListener from mod xaeroworldmap->@Inject::onHandleSystemChat(Lnet/minecraft/network/chat/Component;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.230] [modloading-worker-0/DEBUG] [mixin/]: ichunutil.mixins.json:client.ChatListenerMixin from mod ichunutil->@Inject::ichunutil$handleSystemMessage(Lnet/minecraft/network/chat/Component;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.233] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinRenderBuffers from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderBuffers +[07мая2026 22:07:53.233] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.233] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$1(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to mdd85188$iris$lambda$freeAndDeleteBuffers$1$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[07мая2026 22:07:53.234] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$0(Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to mdd85188$iris$lambda$freeAndDeleteBuffers$0$1 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[07мая2026 22:07:53.234] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Unique field outlineBufferSourceLnet/minecraft/client/renderer/OutlineBufferSource; to fdd85188$iris$outlineBufferSource$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[07мая2026 22:07:53.235] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.world.RenderBuffersMixin from sodium-common.mixins.json into net.minecraft.client.renderer.RenderBuffers +[07мая2026 22:07:53.235] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.world.RenderBuffersMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.236] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.RenderBuffersMixin from quark.mixins.json into net.minecraft.client.renderer.RenderBuffers +[07мая2026 22:07:53.239] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.239] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceCrumblingBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.239] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceOutlineBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.239] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.RenderBuffersMixin from mod quark->@Inject::addGlintTypes(Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.244] [modloading-worker-0/DEBUG] [mixin/]: Mixing renderer.entity.MixinEntityRendererDispatcher from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.244] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntityRendererDispatcher from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.245] [modloading-worker-0/DEBUG] [mixin/]: Mixing impl.entitydistance.EntityDispatcherMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.245] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.EntityDispatcherMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.245] [modloading-worker-0/DEBUG] [mixin/]: Mixing firstPerson.EntityRenderDispatcherMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.245] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.246] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.247] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.247] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.247] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$2(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mdd85188$iris$lambda$iris$beginEntityRender$2$0 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris +[07мая2026 22:07:53.247] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$1(Lnet/minecraft/world/entity/Entity;Ljava/lang/Object;)Lnet/irisshaders/iris/shaderpack/materialmap/NamespacedId; to mdd85188$iris$lambda$iris$beginEntityRender$1$1 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris +[07мая2026 22:07:53.247] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$0(Lnet/minecraft/world/entity/Entity;Ljava/lang/Object;)Lnet/irisshaders/iris/shaderpack/materialmap/NamespacedId; to mdd85188$iris$lambda$iris$beginEntityRender$0$2 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris +[07мая2026 22:07:53.249] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.entity.shadows.EntityRenderDispatcherMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.249] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.252] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendering.MixinEntityRenderDispatcher from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.253] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.254] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.misc.MixinEntityRenderDispatcher from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.254] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.254] [modloading-worker-0/DEBUG] [mixin/]: Mixing multipart_entities.client.EntityRenderDispatcherMixin from cerbons_api-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.254] [modloading-worker-0/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.client.EntityRenderDispatcherMixin from mod cerbons_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.254] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$drawOrientedBoxes$0(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;DDDDDD)V to mdd85188$cerbons_api$lambda$drawOrientedBoxes$0$3 in cerbons_api-common.mixins.json:multipart_entities.client.EntityRenderDispatcherMixin from mod cerbons_api +[07мая2026 22:07:53.256] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRenderDispatcherMixin from tide.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.256] [modloading-worker-0/DEBUG] [mixin/]: tide.mixins.json:EntityRenderDispatcherMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.257] [modloading-worker-0/DEBUG] [mixin/]: Mixing ui.EntityRenderDispatcherMixin from owo.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.257] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRenderDispatcherMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.257] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRenderDispatcherMixin from friendsandfoes-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.258] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.AccessorEntityRenderDispatcher from quark.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.258] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.EntityRenderDispatcherAccessor from create.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[07мая2026 22:07:53.276] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntityRendererDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.276] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntityRendererDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:renderer.entity.MixinEntityRendererDispatcher from mod badoptimizations->@Inject::afterReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.entitydistance.EntityDispatcherMixin from mod sodiumextras->@Inject::inject$shouldRender(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/client/renderer/culling/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.EntityRenderDispatcherMixin from mod playeranimator->@Inject::renderShadow_HEAD_PlayerAnimator(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$maybeSuppressEntityShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::renderBlockShadow(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium->@Inject::renderShadowPartFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$endOfRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$endOfRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$endOfRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$modifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$modifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$modifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$undoModifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$undoModifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderDispatcher from mod entity_model_features->@Inject::emf$undoModifyShadowTranslate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$grabContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$clearContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$clearContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.misc.MixinEntityRenderDispatcher from mod entity_texture_features->@Inject::etf$clearContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: cerbons_api-common.mixins.json:multipart_entities.client.EntityRenderDispatcherMixin from mod cerbons_api->@Inject::drawOrientedBoxes(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/entity/Entity;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$3 for descriptor (Lnet/minecraft/world/entity/Entity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;I)V +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRenderDispatcherMixin from mod owo->@Inject::cancelFireRotation(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRenderDispatcherMixin from mod owo->@Inject::cancelFireRotation(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:ui.EntityRenderDispatcherMixin from mod owo->@Inject::cancelFireRotation(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.277] [modloading-worker-0/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:EntityRenderDispatcherMixin from mod friendsandfoes->@Inject::friendsandfoes$getRenderer(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.284] [modloading-worker-0/DEBUG] [mixin/]: Mixing before_client_load.WorldOpenFlowsMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.284] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_beforeLoadLevel$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/client/gui/screens/worldselection/WorldOpenFlows;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Ljava/lang/Runnable;)V to mdd85188$wover$lambda$wover_beforeLoadLevel$0$0 in wover.event.mixins.client.json:before_client_load.WorldOpenFlowsMixin from mod wover +[07мая2026 22:07:53.284] [modloading-worker-0/DEBUG] [mixin/]: Mixing world_folder.WorldOpenFlowsMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.284] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.dedicated_reload_executor.WorldOpenFlowsMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.285] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.WorldOpenFlowsMixin from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.285] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:53.285] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.WorldOpenFlowsMixin from kiwi.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.286] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinWorldOpenFlows from terrablender.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.286] [modloading-worker-0/DEBUG] [mixin/]: terrablender.mixins.json:MixinWorldOpenFlows from mod terrablender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.286] [modloading-worker-0/DEBUG] [mixin/]: Mixing allow_experimental_warning_screen.WorldOpenFlowsMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.286] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldOpenFlowsMixin from kubejs.mixins.json into net.minecraft.client.gui.screens.worldselection.WorldOpenFlows +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::aetherFabric$onFailRun(Ljava/lang/String;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::aetherFabric$onFailRun(Ljava/lang/String;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::aetherFabric$onFailRun(Ljava/lang/String;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::openWorld(Ljava/lang/String;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::closeActiveWorld(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/serialization/Dynamic;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::closeActiveWorld(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/serialization/Dynamic;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.294] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.WorldOpenFlowsMixin from mod cumulus_menus->@Inject::closeActiveWorld(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lcom/mojang/serialization/Dynamic;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.295] [modloading-worker-0/DEBUG] [mixin/]: kiwi.mixins.json:client.WorldOpenFlowsMixin from mod kiwi->@Inject::kiwi$askForBackup(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;ZLjava/lang/Runnable;Ljava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.295] [modloading-worker-0/DEBUG] [mixin/]: terrablender.mixins.json:MixinWorldOpenFlows from mod terrablender->@Inject::skipConfirmation(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/screens/worldselection/CreateWorldScreen;Lcom/mojang/serialization/Lifecycle;Ljava/lang/Runnable;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.295] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:WorldOpenFlowsMixin from mod kubejs->@Inject::printServerLogWarning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.295] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:WorldOpenFlowsMixin from mod kubejs->@Inject::printServerLogWarning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.295] [modloading-worker-0/DEBUG] [mixin/]: kubejs.mixins.json:WorldOpenFlowsMixin from mod kubejs->@Inject::printServerLogWarning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.298] [modloading-worker-0/DEBUG] [mixin/]: Mixing perf.suspend_integrated_server_during_load.IntegratedServerMixin from modernfix-modernfix.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.299] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IntegratedServerMixin from threadtweak.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.299] [modloading-worker-0/DEBUG] [mixin/]: threadtweak.mixins.json:client.IntegratedServerMixin from mod threadtweak: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:53.299] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.accessor.IntegratedServerAccessor from cumulus_menus.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.299] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:common.accessor.IntegratedServerAccessor from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:53.299] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IntegratedServerMixin from blueprint.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.300] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinIntegratedServer from c2me-notickvd.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.300] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IntegratedServerMixin from lithostitched.mixins.json into net.minecraft.client.server.IntegratedServer +[07мая2026 22:07:53.300] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:client.IntegratedServerMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.304] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.suspend_integrated_server_during_load.IntegratedServerMixin from mod modernfix->@Inject::mfix$countTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.304] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.suspend_integrated_server_during_load.IntegratedServerMixin from mod modernfix->@Inject::mfix$countTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.suspend_integrated_server_during_load.IntegratedServerMixin from mod modernfix->@Inject::mfix$countTicks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: threadtweak.mixins.json:client.IntegratedServerMixin from mod threadtweak->@Inject::onInit(Ljava/lang/Thread;Lnet/minecraft/client/Minecraft;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: threadtweak.mixins.json:client.IntegratedServerMixin from mod threadtweak->@Inject::onInit(Ljava/lang/Thread;Lnet/minecraft/client/Minecraft;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: threadtweak.mixins.json:client.IntegratedServerMixin from mod threadtweak->@Inject::onInit(Ljava/lang/Thread;Lnet/minecraft/client/Minecraft;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Lnet/minecraft/server/Services;Lnet/minecraft/server/level/progress/ChunkProgressListenerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.IntegratedServerMixin from mod blueprint->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.IntegratedServerMixin from mod blueprint->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: blueprint.mixins.json:client.IntegratedServerMixin from mod blueprint->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:client.MixinIntegratedServer from mod c2me_notickvd->@Inject::afterPauseLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:client.MixinIntegratedServer from mod c2me_notickvd->@Inject::afterPauseLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:client.MixinIntegratedServer from mod c2me_notickvd->@Inject::afterPauseLoop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:client.IntegratedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:client.IntegratedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.305] [modloading-worker-0/DEBUG] [mixin/]: lithostitched.mixins.json:client.IntegratedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.308] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ClientTelemetryManagerMixin from kiwi.mixins.json into net.minecraft.client.telemetry.ClientTelemetryManager +[07мая2026 22:07:53.309] [modloading-worker-0/DEBUG] [mixin/]: Mixing feature.remove_telemetry.ClientTelemetryManagerMixin from modernfix-modernfix.mixins.json into net.minecraft.client.telemetry.ClientTelemetryManager +[07мая2026 22:07:53.309] [modloading-worker-0/DEBUG] [mixin/]: kiwi.mixins.json:client.ClientTelemetryManagerMixin from mod kiwi->@Inject::kiwi$createEventSender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.309] [modloading-worker-0/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.remove_telemetry.ClientTelemetryManagerMixin from mod modernfix->@Inject::disableTelemetrySender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.321] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerSocialManagerMixin from supplementaries-common.mixins.json into net.minecraft.client.gui.screens.social.PlayerSocialManager +[07мая2026 22:07:53.322] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$getPlayer(Lnet/minecraft/client/multiplayer/PlayerInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$getPlayer(Lnet/minecraft/client/multiplayer/PlayerInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$getPlayer(Lnet/minecraft/client/multiplayer/PlayerInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$removePlayer(Ljava/util/UUID;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$removePlayer(Ljava/util/UUID;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.323] [modloading-worker-0/DEBUG] [mixin/]: supplementaries-common.mixins.json:PlayerSocialManagerMixin from mod supplementaries->@Inject::supp$removePlayer(Ljava/util/UUID;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.325] [modloading-worker-0/DEBUG] [mixin/]: Mixing HideBreakProgressMixin from hearthandharvest.mixins.json into net.minecraft.client.renderer.block.BlockRenderDispatcher +[07мая2026 22:07:53.327] [modloading-worker-0/DEBUG] [mixin/]: Mixing HideBlockBreakProgressMixin from farmersdelight.mixins.json into net.minecraft.client.renderer.block.BlockRenderDispatcher +[07мая2026 22:07:53.327] [modloading-worker-0/DEBUG] [mixin/]: Mixing KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.renderer.block.BlockRenderDispatcher +[07мая2026 22:07:53.327] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:KeyedResourceReloadListenerClientMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.328] [modloading-worker-0/DEBUG] [mixin/]: Mixing mc.BlockRenderDispatcherMixin from colorwheel.neoforge.mixins.json into net.minecraft.client.renderer.block.BlockRenderDispatcher +[07мая2026 22:07:53.328] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: hearthandharvest.mixins.json:HideBreakProgressMixin from mod hearthandharvest->@Inject::hideBlockDamage(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/neoforged/neoforge/client/model/data/ModelData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: farmersdelight.mixins.json:HideBlockBreakProgressMixin from mod farmersdelight->@Inject::hideBlockDamage(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/neoforged/neoforge/client/model/data/ModelData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectBeginBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectBeginBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectBeginBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.331] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.BlockRenderDispatcherMixin from mod colorwheel->@Inject::injectEndBlock(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.335] [modloading-worker-0/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.components.DebugScreenOverlayMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.336] [modloading-worker-0/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.components.DebugScreenOverlayMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.336] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinDebugHud_AddText from forge-badoptimizations.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.336] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:MixinDebugHud_AddText from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.336] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from mixins.iris.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.336] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.337] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShadowDebugText$1(Ljava/util/List;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mdd85188$iris$lambda$iris$appendShadowDebugText$1$0 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[07мая2026 22:07:53.337] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShaderPackText$0(Ljava/util/List;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to mdd85188$iris$lambda$iris$appendShaderPackText$0$1 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[07мая2026 22:07:53.341] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.DebugHudMixin from immersive_optimization.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.341] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.gui.hooks.debug.DebugScreenOverlayMixin from sodium-common.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.341] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.debug.DebugScreenOverlayMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.343] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.DebugScreenMixin from necronomicon-common.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.343] [modloading-worker-0/DEBUG] [mixin/]: necronomicon-common.mixins.json:client.DebugScreenMixin from mod necronomicon: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.344] [modloading-worker-0/DEBUG] [mixin/]: Mixing DebugHudMixin from entityculling.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.344] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:DebugHudMixin from mod entityculling: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: Mixing DebugHudMixin from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.DebugScreenOverlayMixin from connector.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.DebugScreenOverlayMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: Mixing DebugScreenOverlayMixin from mixins.sodiumdynamiclights.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.346] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:DebugScreenOverlayMixin from mod sodiumdynamiclights: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.347] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.DebugHudMixin from too_many_entities.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.347] [modloading-worker-0/DEBUG] [mixin/]: Mixing MDebugHud from presencefootsteps.mixin.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.347] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from iris-batched-entity-rendering.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.347] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.348] [modloading-worker-0/DEBUG] [mixin/]: Mixing hud_batching.compat.MixinDebugHud from immediatelyfast-common.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.348] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinDebugHud from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.349] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.MixinDebugHud from immediatelyfast-common.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[07мая2026 22:07:53.349] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinDebugHud from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immersive_optimization.mixins.json:client.DebugHudMixin from mod immersive_optimization->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immersive_optimization.mixins.json:client.DebugHudMixin from mod immersive_optimization->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: necronomicon-common.mixins.json:client.DebugScreenMixin from mod necronomicon->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: necronomicon-common.mixins.json:client.DebugScreenMixin from mod necronomicon->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:DebugHudMixin from mod entityculling->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)Ljava/util/List; does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:DebugHudMixin from mod entityculling->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)Ljava/util/List; does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.DebugScreenOverlayMixin from mod connector->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.DebugScreenOverlayMixin from mod connector->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:DebugScreenOverlayMixin from mod sodiumdynamiclights->@Inject::onGetLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.sodiumdynamiclights.json:DebugScreenOverlayMixin from mod sodiumdynamiclights->@Inject::onGetLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: too_many_entities.mixins.json:client.DebugHudMixin from mod too_many_entities->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: too_many_entities.mixins.json:client.DebugHudMixin from mod too_many_entities->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: too_many_entities.mixins.json:client.DebugHudMixin from mod too_many_entities->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: presencefootsteps.mixin.json:MDebugHud from mod presencefootsteps->@Inject::onGetRightText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: presencefootsteps.mixin.json:MDebugHud from mod presencefootsteps->@Inject::onGetRightText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinDebugHud from mod immediatelyfast->@Inject::fixDrawOrder(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinDebugHud from mod immediatelyfast->@Inject::fixDrawOrder(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinDebugHud from mod immediatelyfast->@Inject::fixDrawOrder(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinDebugHud from mod immediatelyfast->@Inject::appendAllocationInfo(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.357] [modloading-worker-0/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.MixinDebugHud from mod immediatelyfast->@Inject::appendAllocationInfo(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:53.366] [modloading-worker-0/DEBUG] [mixin/]: Mixing MusicTrackerMixin from betternether.mixins.client.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MusicManagerMixin from cumulus_menus.mixins.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.369] [modloading-worker-0/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.MusicManagerMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:53.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing MusicManagerMixin from audioimprovements.mixins.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.372] [modloading-worker-0/DEBUG] [mixin/]: Mixing MusicTrackerMixin from betterend.mixins.client.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.372] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Unique field FADE_SPEEDF to fdd85188$betterend$FADE_SPEED$0 in betterend.mixins.client.json:MusicTrackerMixin from mod betterend +[07мая2026 22:07:53.372] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Unique field TICK_DELTAF to fdd85188$betterend$TICK_DELTA$1 in betterend.mixins.client.json:MusicTrackerMixin from mod betterend +[07мая2026 22:07:53.375] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinMusicManager from fancymenu.mixins.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.375] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinMusicManager from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.375] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinMusicManager from fancymenu.mixins.json into net.minecraft.client.sounds.MusicManager +[07мая2026 22:07:53.375] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:MusicTrackerMixin from mod betternether->@Inject::bn_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:MusicTrackerMixin from mod betternether->@Inject::bn_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:MusicTrackerMixin from mod betternether->@Inject::bn_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: betternether.mixins.client.json:MusicTrackerMixin from mod betternether->@Inject::bn_onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.391] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$captureMusic(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$captureMusic(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: audioimprovements.mixins.json:MusicManagerMixin from mod audioimprovements->@Inject::audioImprovements$captureMusic(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:MusicTrackerMixin from mod betterend->@Inject::be_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:MusicTrackerMixin from mod betterend->@Inject::be_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:MusicTrackerMixin from mod betterend->@Inject::be_startPlaying(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.client.json:MusicTrackerMixin from mod betterend->@Inject::be_onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::cancelTickIfMusicDisabledViaController_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::stopMusicIfDisabledInConfigFancyMenu(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_startPlayingFancyMenu(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_startPlayingFancyMenu(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_startPlayingFancyMenu(Lnet/minecraft/sounds/Music;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::before_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::before_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::before_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.392] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinMusicManager from mod fancymenu->@Inject::after_stopPlayingFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.410] [modloading-worker-0/DEBUG] [org.sinytra.connector.ConnectorCoremods/]: Added field providers to class net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.411] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.411] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.411] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$finishDrawingParticles$1(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mdd85188$iris$lambda$iris$finishDrawingParticles$1$0 in mixins.iris.json:MixinParticleEngine from mod iris +[07мая2026 22:07:53.411] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginDrawingParticles$0(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mdd85188$iris$lambda$iris$beginDrawingParticles$0$1 in mixins.iris.json:MixinParticleEngine from mod iris +[07мая2026 22:07:53.412] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParticleManagerAccessor from fabric-particles-v1.client.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.412] [modloading-worker-0/DEBUG] [mixin/]: fabric-particles-v1.client.mixins.json:ParticleManagerAccessor from mod fabric_particles_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.412] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParticleEngineAccessor from polytone.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.412] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParticleEngineMixin2 from polytone.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.412] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParticleEngineMixin from polytone-common.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.413] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParticleManagerMixin from sp.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.422] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ParticleEngineMixin from connector.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.422] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ParticleEngineMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.422] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/resources/ResourceLocation;)Ljava/lang/Integer; to mdd85188$connector$lambda$onInit$1$2 in connector.mixins.json:client.ParticleEngineMixin from mod connector +[07мая2026 22:07:53.422] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)Lnet/minecraft/resources/ResourceLocation; to mdd85188$connector$lambda$onInit$0$3 in connector.mixins.json:client.ParticleEngineMixin from mod connector +[07мая2026 22:07:53.423] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ParticleEngineMixin from watut.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.423] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.ParticleEngineAccessor from ponder.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.423] [modloading-worker-0/DEBUG] [mixin/]: ponder.mixins.json:client.accessor.ParticleEngineAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.423] [modloading-worker-0/DEBUG] [mixin/]: Mixing Particle.ParticleEngineMixin from flerovium.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.425] [modloading-worker-0/DEBUG] [mixin/]: Mixing Particle.ReduceTerrainParticlesMixin from flerovium.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.426] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinParticleManager from forge-badoptimizations.mixins.json into net.minecraft.client.particle.ParticleEngine +[07мая2026 22:07:53.426] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:MixinParticleManager from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone.mixins.json:ParticleEngineMixin2 from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone.mixins.json:ParticleEngineMixin2 from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone.mixins.json:ParticleEngineMixin2 from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addPackSpriteSets(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addPackSpriteSets(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addPackSpriteSets(Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addExtraDestroyParticles(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addExtraDestroyParticles(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::polytone$addExtraDestroyParticles(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: polytone-common.mixins.json:ParticleEngineMixin from mod polytone->@Inject::onRenderLast(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: sp.mixins.json:ParticleManagerMixin from mod smart_particles->@Inject::smartparticles$enforceParticleLimit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: sp.mixins.json:ParticleManagerMixin from mod smart_particles->@Inject::smartparticles$enforceParticleLimit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: sp.mixins.json:ParticleManagerMixin from mod smart_particles->@Inject::smartparticles$enforceParticleLimit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ParticleEngineMixin from mod connector->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/renderer/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ParticleEngineMixin from mod connector->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/renderer/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: connector.mixins.json:client.ParticleEngineMixin from mod connector->@Inject::onInit(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/renderer/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::render(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::render(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::render(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.ParticleEngineMixin from mod watut->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: flerovium.mixins.json:Particle.ReduceTerrainParticlesMixin from mod (unknown)->@Inject::skipFarDestroy(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.447] [modloading-worker-0/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:MixinParticleManager from mod badoptimizations->@Inject::onRender(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.456] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ColliderDebugRenderer from bettercombat.mixins.json into net.minecraft.client.renderer.debug.DebugRenderer +[07мая2026 22:07:53.456] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ColliderDebugRenderer from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.456] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$renderColliderDebug$0(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/entity/Entity;)Lnet/bettercombat/client/collision/OrientedBoundingBox; to mdd85188$bettercombat$lambda$renderColliderDebug$0$0 in bettercombat.mixins.json:client.ColliderDebugRenderer from mod bettercombat +[07мая2026 22:07:53.470] [modloading-worker-0/DEBUG] [mixin/]: Mixing DebugRendererMixin from bclib.mixins.client.json into net.minecraft.client.renderer.debug.DebugRenderer +[07мая2026 22:07:53.472] [modloading-worker-0/DEBUG] [mixin/]: Mixing DebugRendererMixin from moonlight-common.mixins.json into net.minecraft.client.renderer.debug.DebugRenderer +[07мая2026 22:07:53.472] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:DebugRendererMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ColliderDebugRenderer from mod bettercombat->@Inject::renderColliderDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ColliderDebugRenderer from mod bettercombat->@Inject::renderColliderDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.ColliderDebugRenderer from mod bettercombat->@Inject::renderColliderDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:DebugRendererMixin from mod bclib->@Inject::bcl_render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:DebugRendererMixin from mod bclib->@Inject::bcl_render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: bclib.mixins.client.json:DebugRendererMixin from mod bclib->@Inject::bcl_render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:DebugRendererMixin from mod moonlight->@Inject::supp$renderVanillaDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:DebugRendererMixin from mod moonlight->@Inject::supp$renderVanillaDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.492] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:DebugRendererMixin from mod moonlight->@Inject::supp$renderVanillaDebug(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.497] [modloading-worker-0/DEBUG] [mixin/]: Mixing InGameHudMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.497] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.499] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from aileron-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.499] [modloading-worker-0/DEBUG] [mixin/]: Mixing gui.MixinGui from mixins.iris.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.499] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:07:53.499] [modloading-worker-0/DEBUG] [mixin/]: Mixing GooeyMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.499] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:GooeyMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.500] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from fancytoasts.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.500] [modloading-worker-0/DEBUG] [mixin/]: fancytoasts.mixins.json:GuiMixin from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:07:53.500] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.overlays.GuiMixin from sodium-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.500] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.mixins.json:features.options.overlays.GuiMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.500] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from polytone-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.501] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.InGameHudInject from bettercombat.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.502] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.503] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GuiMixin from brewinandchewin.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.503] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.GuiMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.511] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiAccessor from gnetum.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:GuiAccessor from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from gnetum.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:GuiMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$render$2(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$render$2$0 in gnetum.mixins.json:GuiMixin from mod gnetum +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$render$1(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$render$1$1 in gnetum.mixins.json:GuiMixin from mod gnetum +[07мая2026 22:07:53.515] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$gnetum$render$0(Ljava/lang/String;)Z to mdd85188$gnetum$lambda$gnetum$render$0$2 in gnetum.mixins.json:GuiMixin from mod gnetum +[07мая2026 22:07:53.517] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.accessor.GuiAccessor from aether.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.517] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GuiMixin from galosphere.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.519] [modloading-worker-0/DEBUG] [mixin/]: Mixing InGameHudMixin from spyglass_improvements.common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.520] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GuiMixin from controllable.common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.520] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.render.InGameHudMixin from spell_engine.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.520] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.InGameHudMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.520] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiRenderMixin from tide.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.520] [modloading-worker-0/DEBUG] [mixin/]: tide.mixins.json:GuiRenderMixin from mod tide: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.521] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from octolib-common.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.521] [modloading-worker-0/DEBUG] [mixin/]: Mixing GuiMixin from pingwheel.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.521] [modloading-worker-0/DEBUG] [mixin/]: pingwheel.mixins.json:GuiMixin from mod pingwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.521] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GuiMixin from quark.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.522] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.IMixinGui from fancymenu.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.522] [modloading-worker-0/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinGui from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.522] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.GuiRender from watut.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.522] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.GuiAccessor from create.mixins.json into net.minecraft.client.gui.Gui +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: gnetum.mixins.json:GuiMixin from mod gnetum->@Inject::gnetum$postRender(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::translatePose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::translatePose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::translatePose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::popPose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::popPose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:InGameHudMixin from mod immersiveui->@Inject::popPose(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator1(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::moveAttackIndicator2(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::renderSmokeStackBar(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::renderSmokeStackBar(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: aileron-common.mixins.json:GuiMixin from mod aileron->@Inject::renderSmokeStackBar(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris->@Inject::iris$disableVignetteRendering(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:GooeyMixin from mod immersiveui->@Inject::renderCode(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:GooeyMixin from mod immersiveui->@Inject::renderCode(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.543] [modloading-worker-0/DEBUG] [mixin/]: immersiveui-common.mixins.json:GooeyMixin from mod immersiveui->@Inject::renderCode(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: fancytoasts.mixins.json:GuiMixin from mod fancytoasts->@Inject::onRender(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: fancytoasts.mixins.json:GuiMixin from mod fancytoasts->@Inject::onRender(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: fancytoasts.mixins.json:GuiMixin from mod fancytoasts->@Inject::onRender(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::pre_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::post_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::post_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: bettercombat.mixins.json:client.InGameHudInject from mod bettercombat->@Inject::post_renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:client.GuiMixin from mod galosphere->@Inject::G$preRender(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: spyglass_improvements.common.mixins.json:InGameHudMixin from mod spyglass_improvements->@Inject::renderCrosshair(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: tide.mixins.json:GuiRenderMixin from mod tide->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: tide.mixins.json:GuiRenderMixin from mod tide->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: tide.mixins.json:GuiRenderMixin from mod tide->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: octolib-common.mixins.json:GuiMixin from mod octolib->@Inject::renderGuiParticles(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: octolib-common.mixins.json:GuiMixin from mod octolib->@Inject::renderGuiParticles(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: octolib-common.mixins.json:GuiMixin from mod octolib->@Inject::renderGuiParticles(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: pingwheel.mixins.json:GuiMixin from mod pingwheel->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: pingwheel.mixins.json:GuiMixin from mod pingwheel->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: pingwheel.mixins.json:GuiMixin from mod pingwheel->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:client.GuiMixin from mod quark->@Inject::changeArmorItem(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/resources/ResourceLocation;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.GuiRender from mod watut->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.GuiRender from mod watut->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.544] [modloading-worker-0/DEBUG] [mixin/]: watut.mixins.json:client.GuiRender from mod watut->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.554] [modloading-worker-0/DEBUG] [mixin/]: Mixing FontManagerMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.gui.font.FontManager +[07мая2026 22:07:53.554] [modloading-worker-0/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:FontManagerMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:53.573] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ftbquests +[07мая2026 22:07:53.589] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for certain_questing_additions +[07мая2026 22:07:53.614] [modloading-worker-0/INFO] [KubeJS Startup/]: startup_scripts:main.js#2: Hello, World! (Loaded startup example script) +[07мая2026 22:07:53.615] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded script startup_scripts:main.js in 0.042 s +[07мая2026 22:07:53.616] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded script startup_scripts:startup_changes.js in 0.0 s +[07мая2026 22:07:53.618] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded 2/2 KubeJS startup scripts in 1.962 s with 0 errors and 0 warnings +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: client_scripts:main.js#2: Hello, World! (Loaded client example script) +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: Loaded script client_scripts:main.js in 0.001 s +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: Loaded 1/1 KubeJS client scripts in 0.016 s with 0 errors and 0 warnings +[07мая2026 22:07:53.639] [modloading-worker-0/INFO] [KubeJS Startup/]: Validated 0 files in kubejs/assets/ in 1ms +[07мая2026 22:07:53.641] [modloading-worker-0/INFO] [KubeJS Startup/]: Validated 1 files in kubejs/data/ in 2ms +[07мая2026 22:07:53.652] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kubejs +[07мая2026 22:07:53.653] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.net.KubeJSNet for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.654] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/net/KubeJSNet; to the mod event bus of mod kubejs +[07мая2026 22:07:53.654] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.item.KubeJSItemEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.655] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/item/KubeJSItemEventHandler; to the game event bus +[07мая2026 22:07:53.657] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.KubeJSModEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.659] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/KubeJSModEventHandler; to the mod event bus of mod kubejs +[07мая2026 22:07:53.660] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.entity.KubeJSEntityEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.660] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/entity/KubeJSEntityEventHandler; to the game event bus +[07мая2026 22:07:53.662] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.registry.RegistryEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.663] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/registry/RegistryEventHandler; to the mod event bus of mod kubejs +[07мая2026 22:07:53.664] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.level.KubeJSWorldEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.664] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/level/KubeJSWorldEventHandler; to the game event bus +[07мая2026 22:07:53.665] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.client.KubeJSClientEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.666] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.AbstractContraptionEntityMixin from another_furniture.mixins.json into com.simibubi.create.content.contraptions.AbstractContraptionEntity +[07мая2026 22:07:53.674] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Ldev/latvian/mods/kubejs/client/KubeJSClientEventHandler;, registering them separately +[07мая2026 22:07:53.674] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerClientExtensions(net.neoforged.neoforge.client.extensions.common.RegisterClientExtensionsEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.674] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerParticleProviders(net.neoforged.neoforge.client.event.RegisterParticleProvidersEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.675] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerKeyMappings(net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.675] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerMenuScreens(net.neoforged.neoforge.client.event.RegisterMenuScreensEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.675] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.blockColors(net.neoforged.neoforge.client.event.RegisterColorHandlersEvent$Block) to the event bus of mod kubejs +[07мая2026 22:07:53.675] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.itemColors(net.neoforged.neoforge.client.event.RegisterColorHandlersEvent$Item) to the event bus of mod kubejs +[07мая2026 22:07:53.676] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerRenderers(net.neoforged.neoforge.client.event.EntityRenderersEvent$RegisterRenderers) to the event bus of mod kubejs +[07мая2026 22:07:53.676] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.registerCoreShaders(net.neoforged.neoforge.client.event.RegisterShadersEvent) throws java.io.IOException to the event bus of mod kubejs +[07мая2026 22:07:53.676] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.addClientPacks(net.neoforged.neoforge.event.AddPackFindersEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.677] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.setupClient(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent) to the event bus of mod kubejs +[07мая2026 22:07:53.677] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.clientTick(net.neoforged.neoforge.client.event.ClientTickEvent$Pre) to the game event bus +[07мая2026 22:07:53.677] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.onItemTooltip(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus +[07мая2026 22:07:53.677] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.debugInfo(net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent$DebugText) to the game event bus +[07мая2026 22:07:53.677] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.tagsUpdated(net.neoforged.neoforge.event.TagsUpdatedEvent) to the game event bus +[07мая2026 22:07:53.678] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.hudPostDraw(net.neoforged.neoforge.client.event.RenderGuiEvent$Post) to the game event bus +[07мая2026 22:07:53.678] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.worldRender(net.neoforged.neoforge.client.event.RenderLevelStageEvent) to the game event bus +[07мая2026 22:07:53.678] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.screenPostDraw(net.neoforged.neoforge.client.event.ScreenEvent$Render$Post) to the game event bus +[07мая2026 22:07:53.678] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.guiPostInit(net.neoforged.neoforge.client.event.ScreenEvent$Init$Post) to the game event bus +[07мая2026 22:07:53.678] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.openScreenEvent(net.neoforged.neoforge.client.event.ScreenEvent$Opening) to the game event bus +[07мая2026 22:07:53.679] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.onRegisterClientCommands(net.neoforged.neoforge.client.event.RegisterClientCommandsEvent) to the game event bus +[07мая2026 22:07:53.679] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.loggingOut(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent$LoggingOut) to the game event bus +[07мая2026 22:07:53.679] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void dev.latvian.mods.kubejs.client.KubeJSClientEventHandler.loggingIn(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent$LoggingIn) to the game event bus +[07мая2026 22:07:53.679] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.player.KubeJSPlayerEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.680] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/player/KubeJSPlayerEventHandler; to the game event bus +[07мая2026 22:07:53.681] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.BlockBreakingMovementBehaviourMixin from create_integrated_farming.mixins.json into com.simibubi.create.content.kinetics.base.BlockBreakingMovementBehaviour +[07мая2026 22:07:53.681] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$createintegratedfarming$handleFragileVerticalPlants$0(Lcom/simibubi/create/content/kinetics/saw/SawMovementBehaviour;Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/item/ItemStack;)V to mdd85188$create_integrated_farming$lambda$createintegratedfarming$handleFragileVerticalPlants$0$0 in create_integrated_farming.mixins.json:create.BlockBreakingMovementBehaviourMixin from mod create_integrated_farming +[07мая2026 22:07:53.683] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.block.KubeJSBlockEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.683] [modloading-worker-0/DEBUG] [mixin/]: create_integrated_farming.mixins.json:create.BlockBreakingMovementBehaviourMixin from mod create_integrated_farming->@Inject::createintegratedfarming$handleFragileVerticalPlants(Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:53.683] [modloading-worker-0/DEBUG] [mixin/]: create_integrated_farming.mixins.json:create.BlockBreakingMovementBehaviourMixin from mod create_integrated_farming->@Inject::createintegratedfarming$handleFragileVerticalPlants(Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:53.683] [modloading-worker-0/DEBUG] [mixin/]: create_integrated_farming.mixins.json:create.BlockBreakingMovementBehaviourMixin from mod create_integrated_farming->@Inject::createintegratedfarming$handleFragileVerticalPlants(Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:53.684] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/block/KubeJSBlockEventHandler; to the game event bus +[07мая2026 22:07:53.686] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.latvian.mods.kubejs.server.KubeJSServerEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:53.687] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Ldev/latvian/mods/kubejs/server/KubeJSServerEventHandler; to the game event bus +[07мая2026 22:07:53.690] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kubejsdelight +[07мая2026 22:07:53.690] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.SawMovementBehaviourMixin from create_integrated_farming.mixins.json into com.simibubi.create.content.kinetics.saw.SawMovementBehaviour +[07мая2026 22:07:53.691] [modloading-worker-0/DEBUG] [mixin/]: create_integrated_farming.mixins.json:create.SawMovementBehaviourMixin from mod create_integrated_farming->@Inject::createintegratedfarming$skipFragileVerticalPlants(Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.698] [modloading-worker-0/DEBUG] [mixin/]: Mixing DeployerFakePlayerMixin from create_enchantment_industry.mixins.json into com.simibubi.create.content.kinetics.deployer.DeployerFakePlayer +[07мая2026 22:07:53.698] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:DeployerFakePlayerMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:53.699] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:DeployerFakePlayerMixin from mod create_enchantment_industry->@Inject::deployerKillsDoNotSpawnXP$lowerPriority(Lnet/neoforged/neoforge/event/entity/living/LivingExperienceDropEvent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:53.699] [modloading-worker-0/DEBUG] [FTB Library/]: tracking config ftbxmodcompat, loaded from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ftbxmodcompat.snbt +[07мая2026 22:07:53.699] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ftbxmodcompat +[07мая2026 22:07:53.715] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.HarvesterMovementBehaviourMixin from create_integrated_farming.mixins.json into com.simibubi.create.content.contraptions.actors.harvester.HarvesterMovementBehaviour +[07мая2026 22:07:53.717] [modloading-worker-0/DEBUG] [mixin/]: create_integrated_farming.mixins.json:create.HarvesterMovementBehaviourMixin from mod create_integrated_farming->@Inject::createintegratedfarming$applyCustomHarvesterBehaviour(Lcom/simibubi/create/content/contraptions/behaviour/MovementContext;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:54.054] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.step.CopycatStepBlockMixin from copycats-common.mixins.json into com.simibubi.create.content.decoration.copycat.CopycatStepBlock +[07мая2026 22:07:54.054] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.step.CopycatStepBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.054] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-common.mixins.json:copycat.step.CopycatStepBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatStepBlock +[07мая2026 22:07:54.063] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.CopycatBlockEntityMixin from copycats-common.mixins.json into com.simibubi.create.content.decoration.copycat.CopycatBlockEntity +[07мая2026 22:07:54.063] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.063] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatBlockEntity +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::writeCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::writeCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::writeCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::readCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::readCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.065] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats->@Inject::readCT(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderLookup$Provider;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.068] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.panel.CopycatPanelBlockMixin from copycats-common.mixins.json into com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.068] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.068] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.069] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.069] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.071] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::isIgnoredConnectivitySide(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.071] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::isIgnoredConnectivitySide(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::isIgnoredConnectivitySide(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::canConnectTexturesToward(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::canConnectTexturesToward(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::canConnectTexturesToward(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::canConnectTexturesToward(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.072] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats->@Inject::canConnectTexturesToward(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.076] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.slab.SeatMovementBehaviourMixin from copycats-common.mixins.json into com.simibubi.create.content.contraptions.actors.seat.SeatMovementBehaviour +[07мая2026 22:07:54.076] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.slab.SeatMovementBehaviourMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.079] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.SeatBlockMixin from create_integrated_farming.mixins.json into com.simibubi.create.content.contraptions.actors.seat.SeatBlock +[07мая2026 22:07:54.135] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.RotatedPillarCTBehaviourMixin from copycats-common.mixins.json into com.simibubi.create.foundation.block.connected.RotatedPillarCTBehaviour +[07мая2026 22:07:54.135] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.RotatedPillarCTBehaviourMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.200] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.migration.ContraptionMixin from copycats-common.mixins.json into com.simibubi.create.content.contraptions.Contraption +[07мая2026 22:07:54.200] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.migration.ContraptionMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.200] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.ContraptionMixin from another_furniture.mixins.json into com.simibubi.create.content.contraptions.Contraption +[07мая2026 22:07:54.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.ContraptionMixin from create_dragons_plus.mixins.json into com.simibubi.create.content.contraptions.Contraption +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.migration.ContraptionMixin from mod copycats->@Inject::readStructureBlockInfo(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/world/level/chunk/HashMapPalette;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.migration.ContraptionMixin from mod copycats->@Inject::legacyReadStructureBlockInfo(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.209] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.ContraptionMixin from mod create_dragons_plus->@Inject::removeBlocksFromWorld$fixRemoveBlockLeaveNoFluid(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.237] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.door.SchematicannonBlockEntityMixin from copycats-common.mixins.json into com.simibubi.create.content.schematics.cannon.SchematicannonBlockEntity +[07мая2026 22:07:54.237] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.238] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.door.SchematicannonBlockEntityMixin from mod copycats->@Inject::shouldIgnoreBlockStateMixin(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.249] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.BlockEntityBehaviourMixin from create_dragons_plus.mixins.json into com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour +[07мая2026 22:07:54.251] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.BlockEntityBehaviourMixin from mod create_dragons_plus->@Inject::get$getSmartBlockEntityFromWrapper(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lcom/simibubi/create/foundation/blockEntity/behaviour/BehaviourType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.326] [modloading-worker-0/DEBUG] [mixin/]: Mixing foundation.copycat.BearingContraptionMixin from copycats-common.mixins.json into com.simibubi.create.content.contraptions.bearing.BearingContraption +[07мая2026 22:07:54.326] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BearingContraptionMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.328] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.BearingContraptionMixin from mod copycats->@Inject::getSailsInCopycats(Lorg/apache/commons/lang3/tuple/Pair;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:54.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.SawBlockEntityMixin from create_integrated_farming.mixins.json into com.simibubi.create.content.kinetics.saw.SawBlockEntity +[07мая2026 22:07:54.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing SawBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into com.simibubi.create.content.kinetics.saw.SawBlockEntity +[07мая2026 22:07:54.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing CrushingWheelControllerBlockEntityMixin from create_enchantment_industry.mixins.json into com.simibubi.create.content.kinetics.crusher.CrushingWheelControllerBlockEntity +[07мая2026 22:07:54.367] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.372] [modloading-worker-0/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CrushingWheelControllerBlockEntityMixin from mod create_enchantment_industry->@Inject::injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.381] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.MechanicalMixerBlockEntityMixin from create_dragons_plus.mixins.json into com.simibubi.create.content.kinetics.mixer.MechanicalMixerBlockEntity +[07мая2026 22:07:54.385] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.MechanicalMixerBlockEntityMixin from mod create_dragons_plus->@Inject::getMatchingRecipes$checkDragonBreathFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:54.385] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.MechanicalMixerBlockEntityMixin from mod create_dragons_plus->@Inject::getMatchingRecipes$checkDragonBreathFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:54.385] [modloading-worker-0/DEBUG] [mixin/]: create_dragons_plus.mixins.json:create.MechanicalMixerBlockEntityMixin from mod create_dragons_plus->@Inject::getMatchingRecipes$checkDragonBreathFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:54.391] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.DeployerBlockEntityAccessor from create_central_kitchen.mixins.json into com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity +[07мая2026 22:07:54.400] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.client.BlazeBurnerBlockEntityMixin from create_central_kitchen.mixins.json into com.simibubi.create.content.processing.burner.BlazeBurnerBlockEntity +[07мая2026 22:07:54.401] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.BlazeBurnerBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into com.simibubi.create.content.processing.burner.BlazeBurnerBlockEntity +[07мая2026 22:07:54.404] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:client.BlazeBurnerBlockEntityMixin from mod create_central_kitchen->@Inject::tickAnimation$updateRenderOverride(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.404] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:client.BlazeBurnerBlockEntityMixin from mod create_central_kitchen->@Inject::tickAnimation$updateRenderOverride(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.404] [modloading-worker-0/DEBUG] [mixin/]: create_central_kitchen.farmersdelight.mixins.json:client.BlazeBurnerBlockEntityMixin from mod create_central_kitchen->@Inject::tickAnimation$updateRenderOverride(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.745] [modloading-worker-0/DEBUG] [mixin/]: Mixing copycat.slab.TrackPlacementMixin from copycats-common.mixins.json into com.simibubi.create.content.trains.track.TrackPlacement +[07мая2026 22:07:54.745] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.slab.TrackPlacementMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.746] [modloading-worker-0/DEBUG] [mixin/]: copycats-common.mixins.json:copycat.slab.TrackPlacementMixin from mod copycats->@Inject::revertBlock(Lnet/minecraft/world/level/Level;Lcom/simibubi/create/content/trains/track/TrackPlacement$PlacementInfo;Lnet/minecraft/world/item/BlockItem;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.802] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create-common.toml for create tracking +[07мая2026 22:07:54.802] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create-client.toml for create tracking +[07мая2026 22:07:54.802] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create-server.toml for create tracking +[07мая2026 22:07:54.884] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create +[07мая2026 22:07:54.885] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.compat.trainmap.TrainMapEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.885] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/compat/trainmap/TrainMapEvents; to the game event bus +[07мая2026 22:07:54.886] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.infrastructure.config.AllConfigs for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.886] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/infrastructure/config/AllConfigs; to the mod event bus of mod create +[07мая2026 22:07:54.887] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.infrastructure.gui.OpenCreateMenuButton$OpenConfigButtonHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.888] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/infrastructure/gui/OpenCreateMenuButton$OpenConfigButtonHandler; to the game event bus +[07мая2026 22:07:54.888] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.infrastructure.RemapHelper for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.892] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/infrastructure/RemapHelper; to the mod event bus of mod create +[07мая2026 22:07:54.893] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.infrastructure.gametest.CreateGameTests for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.899] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/infrastructure/gametest/CreateGameTests; to the mod event bus of mod create +[07мая2026 22:07:54.900] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.block.ItemUseOverrides for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.900] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/block/ItemUseOverrides; to the game event bus +[07мая2026 22:07:54.900] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsInputHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.901] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsInputHandler; to the game event bus +[07мая2026 22:07:54.902] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.blockEntity.behaviour.edgeInteraction.EdgeInteractionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/blockEntity/behaviour/edgeInteraction/EdgeInteractionHandler; to the game event bus +[07мая2026 22:07:54.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.render.RenderTypes$Shaders for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/render/RenderTypes$Shaders; to the mod event bus of mod create +[07мая2026 22:07:54.903] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.events.InputEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.904] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/events/InputEvents; to the game event bus +[07мая2026 22:07:54.905] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.events.ClientEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.905] [modloading-worker-0/DEBUG] [mixin/]: Mixing create.ClientEventsMixin from colorwheel.neoforge.mixins.json into com.simibubi.create.foundation.events.ClientEvents +[07мая2026 22:07:54.905] [modloading-worker-0/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:create.ClientEventsMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.907] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Found mix of game bus and mod bus listeners in @EventBusSubscriber class Lcom/simibubi/create/foundation/events/ClientEvents;, registering them separately +[07мая2026 22:07:54.907] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onLoadComplete(net.neoforged.fml.event.lifecycle.FMLLoadCompleteEvent) to the event bus of mod create +[07мая2026 22:07:54.908] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.registerClientReloadListeners(net.neoforged.neoforge.client.event.RegisterClientReloadListenersEvent) to the event bus of mod create +[07мая2026 22:07:54.908] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.addEntityRendererLayers(net.neoforged.neoforge.client.event.EntityRenderersEvent$AddLayers) to the event bus of mod create +[07мая2026 22:07:54.908] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.registerGuiOverlays(net.neoforged.neoforge.client.event.RegisterGuiLayersEvent) to the event bus of mod create +[07мая2026 22:07:54.908] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.registerItemDecorations(net.neoforged.neoforge.client.event.RegisterItemDecorationsEvent) to the event bus of mod create +[07мая2026 22:07:54.909] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onUnloadWorld(net.neoforged.neoforge.event.level.LevelEvent$Unload) to the game event bus +[07мая2026 22:07:54.909] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onLoadWorld(net.neoforged.neoforge.event.level.LevelEvent$Load) to the game event bus +[07мая2026 22:07:54.909] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.registerClientCommands(net.neoforged.neoforge.client.event.RegisterClientCommandsEvent) to the game event bus +[07мая2026 22:07:54.909] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onLeave(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent$LoggingOut) to the game event bus +[07мая2026 22:07:54.910] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onCameraSetup(net.neoforged.neoforge.client.event.ViewportEvent$ComputeCameraAngles) to the game event bus +[07мая2026 22:07:54.910] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.leftClickEmpty(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$LeftClickEmpty) to the game event bus +[07мая2026 22:07:54.910] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onRenderWorld(net.neoforged.neoforge.client.event.RenderLevelStageEvent) to the game event bus +[07мая2026 22:07:54.911] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onJoin(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent$LoggingIn) to the game event bus +[07мая2026 22:07:54.911] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onMount(net.neoforged.neoforge.event.entity.EntityMountEvent) to the game event bus +[07мая2026 22:07:54.911] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onTickPost(net.neoforged.neoforge.client.event.ClientTickEvent$Post) to the game event bus +[07мая2026 22:07:54.911] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onTickPre(net.neoforged.neoforge.client.event.ClientTickEvent$Pre) to the game event bus +[07мая2026 22:07:54.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.onRenderFrame(net.neoforged.neoforge.client.event.RenderFrameEvent$Pre) to the game event bus +[07мая2026 22:07:54.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.getFogDensity(net.neoforged.neoforge.client.event.ViewportEvent$RenderFog) to the game event bus +[07мая2026 22:07:54.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.simibubi.create.foundation.events.ClientEvents.addToItemTooltip(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus +[07мая2026 22:07:54.912] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.events.CommonEvents$ModBusEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.913] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/events/CommonEvents$ModBusEvents; to the mod event bus of mod create +[07мая2026 22:07:54.914] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.foundation.events.CommonEvents for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.915] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/foundation/events/CommonEvents; to the game event bus +[07мая2026 22:07:54.917] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.glue.SuperGlueHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.919] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/glue/SuperGlueHandler; to the game event bus +[07мая2026 22:07:54.919] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.glue.SuperGlueItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.920] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/glue/SuperGlueItem; to the game event bus +[07мая2026 22:07:54.920] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.ContraptionHandlerClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.921] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/ContraptionHandlerClient; to the game event bus +[07мая2026 22:07:54.922] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.minecart.CouplingHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/minecart/CouplingHandler; to the game event bus +[07мая2026 22:07:54.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.minecart.MinecartCouplingItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.924] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/minecart/MinecartCouplingItem; to the game event bus +[07мая2026 22:07:54.925] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.contraptions.mounted.MinecartContraptionItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.926] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/contraptions/mounted/MinecartContraptionItem; to the game event bus +[07мая2026 22:07:54.926] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.fluids.FluidReactions for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.927] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/fluids/FluidReactions; to the game event bus +[07мая2026 22:07:54.928] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.fluids.FluidBottleItemHook for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.929] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/fluids/FluidBottleItemHook; to the game event bus +[07мая2026 22:07:54.929] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.trains.track.TrackBlockOutline for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.933] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/trains/track/TrackBlockOutline; to the game event bus +[07мая2026 22:07:54.934] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.trains.track.TrackBlockItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.934] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/trains/track/TrackBlockItem; to the game event bus +[07мая2026 22:07:54.934] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.trains.schedule.ScheduleItemEntityInteraction for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.935] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/trains/schedule/ScheduleItemEntityInteraction; to the game event bus +[07мая2026 22:07:54.935] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.logistics.box.PackageClientInteractionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/logistics/box/PackageClientInteractionHandler; to the game event bus +[07мая2026 22:07:54.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.logistics.funnel.FunnelItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/logistics/funnel/FunnelItem; to the game event bus +[07мая2026 22:07:54.936] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.logistics.itemHatch.ItemHatchHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.937] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/logistics/itemHatch/ItemHatchHandler; to the game event bus +[07мая2026 22:07:54.937] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.logistics.stockTicker.StockTickerInteractionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.937] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/logistics/stockTicker/StockTickerInteractionHandler; to the game event bus +[07мая2026 22:07:54.939] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.logistics.depot.EjectorTargetHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.940] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/logistics/depot/EjectorTargetHandler; to the game event bus +[07мая2026 22:07:54.941] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.redstone.displayLink.ClickToLinkBlockItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.941] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem; to the game event bus +[07мая2026 22:07:54.941] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.redstone.link.LinkHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.942] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/redstone/link/LinkHandler; to the game event bus +[07мая2026 22:07:54.942] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.extendoGrip.ExtendoGripItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.943] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/extendoGrip/ExtendoGripItem; to the game event bus +[07мая2026 22:07:54.945] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.extendoGrip.ExtendoGripRenderHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.946] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/extendoGrip/ExtendoGripRenderHandler; to the game event bus +[07мая2026 22:07:54.947] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.clipboard.ClipboardValueSettingsHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.948] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/clipboard/ClipboardValueSettingsHandler; to the game event bus +[07мая2026 22:07:54.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.NetheriteDivingHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/NetheriteDivingHandler; to the game event bus +[07мая2026 22:07:54.949] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.DivingBootsItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.950] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/DivingBootsItem; to the game event bus +[07мая2026 22:07:54.950] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.CardboardArmorHandlerClient for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.953] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/CardboardArmorHandlerClient; to the game event bus +[07мая2026 22:07:54.953] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.CardboardArmorHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.954] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/CardboardArmorHandler; to the game event bus +[07мая2026 22:07:54.956] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.NetheriteBacktankFirstPersonRenderer for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.956] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/NetheriteBacktankFirstPersonRenderer; to the game event bus +[07мая2026 22:07:54.956] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.armor.DivingHelmetItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.956] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/armor/DivingHelmetItem; to the game event bus +[07мая2026 22:07:54.957] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.wrench.WrenchEventHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.957] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/wrench/WrenchEventHandler; to the game event bus +[07мая2026 22:07:54.958] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.bell.HauntedBellPulser for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.958] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/bell/HauntedBellPulser; to the game event bus +[07мая2026 22:07:54.958] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.symmetryWand.SymmetryHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.959] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/symmetryWand/SymmetryHandler; to the game event bus +[07мая2026 22:07:54.960] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.zapper.ZapperInteractionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.961] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/zapper/ZapperInteractionHandler; to the game event bus +[07мая2026 22:07:54.962] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.equipment.tool.CardboardSwordItem for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.962] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/equipment/tool/CardboardSwordItem; to the game event bus +[07мая2026 22:07:54.963] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorInteractionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.966] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/chainConveyor/ChainConveyorInteractionHandler; to the game event bus +[07мая2026 22:07:54.966] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorConnectionHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.967] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionHandler; to the game event bus +[07мая2026 22:07:54.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.crank.ValveHandleBlock for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/crank/ValveHandleBlock; to the game event bus +[07мая2026 22:07:54.972] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootParamsAccessor from brewinandchewin.mixins.json into net.minecraft.world.level.storage.loot.LootParams +[07мая2026 22:07:54.972] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:LootParamsAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.972] [modloading-worker-0/DEBUG] [mixin/]: Mixing StoreLootParamsMixin$LootParamsMixin from brewinandchewin.mixins.json into net.minecraft.world.level.storage.loot.LootParams +[07мая2026 22:07:54.972] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:StoreLootParamsMixin$LootParamsMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.977] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.crusher.CrushingWheelBlockEntity for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.977] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/crusher/CrushingWheelBlockEntity; to the game event bus +[07мая2026 22:07:54.980] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.980] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/deployer/ManualApplicationRecipe; to the game event bus +[07мая2026 22:07:54.982] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.deployer.DeployerFakePlayer for @SubscribeEvent-annotated methods +[07мая2026 22:07:54.987] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity.ItemCooldownManagerMixin from spell_engine.mixins.json into net.minecraft.world.item.ItemCooldowns +[07мая2026 22:07:54.987] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::set_HEAD(Lnet/minecraft/world/item/Item;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::set_HEAD(Lnet/minecraft/world/item/Item;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::set_HEAD(Lnet/minecraft/world/item/Item;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::remove_RETURN(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::remove_RETURN(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.988] [modloading-worker-0/DEBUG] [mixin/]: spell_engine.mixins.json:entity.ItemCooldownManagerMixin from mod spell_engine->@Inject::remove_RETURN(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:54.989] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerItemCooldownsMixin from galosphere.mixins.json into net.minecraft.world.item.ServerItemCooldowns +[07мая2026 22:07:54.991] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:ServerItemCooldownsMixin from mod galosphere->@Inject::G$removeCooldown(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:54.991] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:ServerItemCooldownsMixin from mod galosphere->@Inject::G$removeCooldown(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:54.991] [modloading-worker-0/DEBUG] [mixin/]: galosphere.mixins.json:ServerItemCooldownsMixin from mod galosphere->@Inject::G$removeCooldown(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.003] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/deployer/DeployerFakePlayer; to the game event bus +[07мая2026 22:07:55.003] [modloading-worker-0/DEBUG] [mixin/]: Mixing access.ISyncedClientOptions from c2me-base.mixins.json into net.minecraft.server.level.ClientInformation +[07мая2026 22:07:55.004] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinSyncedClientOptions from c2me-client-uncapvd.mixins.json into net.minecraft.server.level.ClientInformation +[07мая2026 22:07:55.015] [modloading-worker-0/DEBUG] [mixin/]: Mixing main.accessor.PlayerAdvancementsAccessor from alltheleaks.mixins.json into net.minecraft.server.PlayerAdvancements +[07мая2026 22:07:55.015] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerAdvancementsMixin from betterend.mixins.common.json into net.minecraft.server.PlayerAdvancements +[07мая2026 22:07:55.015] [modloading-worker-0/DEBUG] [mixin/]: Mixing offline.PlayerAdvancementTrackerMixin from owo.mixins.json into net.minecraft.server.PlayerAdvancements +[07мая2026 22:07:55.015] [modloading-worker-0/DEBUG] [mixin/]: owo.mixins.json:offline.PlayerAdvancementTrackerMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:07:55.016] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerAdvancementTrackerMixin from fabric-events-interaction-v0.mixins.json into net.minecraft.server.PlayerAdvancements +[07мая2026 22:07:55.016] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.mixins.json:PlayerAdvancementTrackerMixin from mod fabric_events_interaction_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.017] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.common.json:PlayerAdvancementsMixin from mod betterend->@Inject::be_award(Lnet/minecraft/advancements/AdvancementHolder;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:55.017] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.common.json:PlayerAdvancementsMixin from mod betterend->@Inject::be_award(Lnet/minecraft/advancements/AdvancementHolder;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:55.017] [modloading-worker-0/DEBUG] [mixin/]: betterend.mixins.common.json:PlayerAdvancementsMixin from mod betterend->@Inject::be_award(Lnet/minecraft/advancements/AdvancementHolder;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:55.017] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.mixins.json:PlayerAdvancementTrackerMixin from mod fabric_events_interaction_v0->@Inject::preventOwnerOverride(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:07:55.017] [modloading-worker-0/DEBUG] [mixin/]: fabric-events-interaction-v0.mixins.json:PlayerAdvancementTrackerMixin from mod fabric_events_interaction_v0->@Inject::preventGrantCriterion(Lnet/minecraft/advancements/AdvancementHolder;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:55.023] [modloading-worker-0/DEBUG] [mixin/]: Mixing HungerManagerMixin from hunger_tweaks.mixins.json into net.minecraft.world.food.FoodData +[07мая2026 22:07:55.023] [modloading-worker-0/DEBUG] [mixin/]: Mixing IntoxicationCancelSaturationMixin from brewinandchewin.mixins.json into net.minecraft.world.food.FoodData +[07мая2026 22:07:55.023] [modloading-worker-0/DEBUG] [mixin/]: brewinandchewin.mixins.json:IntoxicationCancelSaturationMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.024] [modloading-worker-0/DEBUG] [mixin/]: Mixing FoodDataMixin from cataclysm.mixins.json into net.minecraft.world.food.FoodData +[07мая2026 22:07:55.024] [modloading-worker-0/DEBUG] [mixin/]: cataclysm.mixins.json:FoodDataMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.041] [modloading-worker-0/DEBUG] [mixin/]: Mixing collections.attributes.AttributeMapMixin from lithium.mixins.json into net.minecraft.world.entity.ai.attributes.AttributeMap +[07мая2026 22:07:55.041] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.041] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.041] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.047] [modloading-worker-0/DEBUG] [mixin/]: Mixing ai.task.launch.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain +[07мая2026 22:07:55.052] [modloading-worker-0/DEBUG] [mixin/]: Mixing ai.task.memory_change_counting.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain +[07мая2026 22:07:55.053] [modloading-worker-0/DEBUG] [mixin/]: Mixing ai.useless_sensors.BrainAccessor from lithium.mixins.json into net.minecraft.world.entity.ai.Brain +[07мая2026 22:07:55.053] [modloading-worker-0/DEBUG] [mixin/]: Mixing collections.brain.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain +[07мая2026 22:07:55.055] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.BrainAccessor from moonlight-common.mixins.json into net.minecraft.world.entity.ai.Brain +[07мая2026 22:07:55.055] [modloading-worker-0/DEBUG] [mixin/]: moonlight-common.mixins.json:accessor.BrainAccessor from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:ai.task.memory_change_counting.BrainMixin from mod lithium->@Inject::copyModCount(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:55.061] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getSensors()Ljava/util/Map; in net.minecraft.world.entity.ai.Brain was not merged +[07мая2026 22:07:55.074] [modloading-worker-0/DEBUG] [mixin/]: Mixing DamageSourcesAccessor from spell_power.mixins.json into net.minecraft.world.damagesource.DamageSources +[07мая2026 22:07:55.074] [modloading-worker-0/DEBUG] [mixin/]: spell_power.mixins.json:DamageSourcesAccessor from mod spell_power: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.074] [modloading-worker-0/DEBUG] [mixin/]: Mixing DamageSourcesMixin from quark.mixins.json into net.minecraft.world.damagesource.DamageSources +[07мая2026 22:07:55.075] [modloading-worker-0/DEBUG] [mixin/]: quark.mixins.json:DamageSourcesMixin from mod quark->@Inject::playerAttack(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:55.091] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.092] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointHandler; to the game event bus +[07мая2026 22:07:55.092] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.content.processing.burner.BlazeBurnerHandler for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.093] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/content/processing/burner/BlazeBurnerHandler; to the game event bus +[07мая2026 22:07:55.093] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.AllKeys for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/AllKeys; to the mod event bus of mod create +[07мая2026 22:07:55.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.impl.registry.CreateDataMapsImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.095] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/impl/registry/CreateDataMapsImpl; to the mod event bus of mod create +[07мая2026 22:07:55.096] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.simibubi.create.impl.registry.CreateRegistriesImpl for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.096] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lcom/simibubi/create/impl/registry/CreateRegistriesImpl; to the mod event bus of mod create +[07мая2026 22:07:55.097] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kubejs_create +[07мая2026 22:07:55.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_integrated_farming-server.toml for create_integrated_farming tracking +[07мая2026 22:07:55.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create_integrated_farming +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Quark Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Quark Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Quark @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Waystones Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Create Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Another Furniture @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Decorative Blocks Reborn @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Farmer's Delight @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Friends&Foes @ everycomp ] +[07мая2026 22:07:55.138] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_dragons_plus-common.toml for create_dragons_plus tracking +[07мая2026 22:07:55.138] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_dragons_plus-client.toml for create_dragons_plus tracking +[07мая2026 22:07:55.138] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_dragons_plus-server.toml for create_dragons_plus tracking +[07мая2026 22:07:55.140] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create_dragons_plus +[07мая2026 22:07:55.140] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createdragonsplus.data.internal.CDPRuntimeRecipeProvider for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.144] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createdragonsplus/data/internal/CDPRuntimeRecipeProvider; to the game event bus +[07мая2026 22:07:55.146] [modloading-worker-0/DEBUG] [mixin/]: Mixing recipe.AllCraftingRecipeJsonBuildersMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.data.recipes.ShapedRecipeBuilder +[07мая2026 22:07:55.146] [modloading-worker-0/DEBUG] [mixin/]: fabric-data-generation-api-v1.mixins.json:recipe.AllCraftingRecipeJsonBuildersMixin from mod fabric_data_generation_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createdragonsplus.common.registry.CDPFluids$Reactions for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for everycomp +[07мая2026 22:07:55.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createdragonsplus/common/registry/CDPFluids$Reactions; to the game event bus +[07мая2026 22:07:55.149] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createdragonsplus.common.registry.CDPLoots$TableInjections for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.150] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createdragonsplus/common/registry/CDPLoots$TableInjections; to the game event bus +[07мая2026 22:07:55.151] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class plus.dragons.createdragonsplus.common.recipe.RecipeConverter for @SubscribeEvent-annotated methods +[07мая2026 22:07:55.151] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/]: Subscribing @EventBusSubscriber class Lplus/dragons/createdragonsplus/common/recipe/RecipeConverter; to the game event bus +[07мая2026 22:07:55.157] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_central_kitchen-common.toml for create_central_kitchen tracking +[07мая2026 22:07:55.159] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file create_central_kitchen-client.toml for create_central_kitchen tracking +[07мая2026 22:07:55.160] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create_central_kitchen +[07мая2026 22:07:55.183] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Loading global configs +[07мая2026 22:07:55.184] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdays-client.toml +[07мая2026 22:07:55.185] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdays-client.toml +[07мая2026 22:07:55.190] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdays-common.toml +[07мая2026 22:07:55.191] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdays-common.toml +[07мая2026 22:07:55.193] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\whitenoise-client.toml +[07мая2026 22:07:55.194] [modloading-sync-worker/DEBUG] [WhiteNoise/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\whitenoise-client.toml +[07мая2026 22:07:55.196] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Loading global configs +[07мая2026 22:07:55.197] [modloading-sync-worker/DEBUG] [SpectreLib/]: Loaded com.illusivesoulworks.spectrelib.platform.NeoForgeConfigHelper@eee55cd for service interface com.illusivesoulworks.spectrelib.platform.services.IConfigHelper +[07мая2026 22:07:55.198] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\comforts-common.toml +[07мая2026 22:07:55.199] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\comforts-common.toml +[07мая2026 22:07:55.200] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\comforts-server.toml +[07мая2026 22:07:55.201] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\comforts-server.toml +[07мая2026 22:07:55.204] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Built TOML config for C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\charmofundying-server.toml +[07мая2026 22:07:55.204] [modloading-sync-worker/DEBUG] [SpectreLib/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\charmofundying-server.toml +[07мая2026 22:07:55.207] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.207] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.231] [modloading-sync-worker/INFO] [Tide/]: Registering fishing conditions +[07мая2026 22:07:55.235] [modloading-sync-worker/INFO] [Tide/]: Registering fishing modifiers +[07мая2026 22:07:55.243] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.251] [modloading-sync-worker/INFO] [wover-core/]: Processing wover.datapack.registry Entrypoints +[07мая2026 22:07:55.253] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.BiomeDatapackRegistryEntrypoint +[07мая2026 22:07:55.253] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry: wover:worldgen/biome_data +[07мая2026 22:07:55.254] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.FeatureDatapackRegistryEntrypoint +[07мая2026 22:07:55.254] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/configured_feature +[07мая2026 22:07:55.255] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/placed_feature +[07мая2026 22:07:55.255] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.ItemDatapackRegistryEntrypoint +[07мая2026 22:07:55.255] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:enchantment +[07мая2026 22:07:55.256] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.StructureDatapackRegistryEntrypoint +[07мая2026 22:07:55.257] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/template_pool +[07мая2026 22:07:55.257] [modloading-sync-worker/DEBUG] [wover-core/]: Adding dynamic registry bootstrap: minecraft:worldgen/structure_set +[07мая2026 22:07:55.257] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.SurfaceDatapackRegistryEntrypoint +[07мая2026 22:07:55.260] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.272] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.272] [modloading-sync-worker/DEBUG] [KubeJS/]: Took 0 ms to grab stacktrace classes. +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: Module [snowrealmagic:core] initialized +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: block: 11, block_entity_type: 2, loot_pool_entry_type: 1 +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:data] initialized +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: recipe_serializer: 2, neoforge:condition_codecs: 2 +[07мая2026 22:07:55.522] [modloading-sync-worker/DEBUG] [mixin/]: Mixing InvokerSpawnPlacements from zeta.mixins.json into net.minecraft.world.entity.SpawnPlacements +[07мая2026 22:07:55.522] [modloading-sync-worker/DEBUG] [mixin/]: Mixing SpawnPlacementsAccessor from crittersandcompanions.mixins.json into net.minecraft.world.entity.SpawnPlacements +[07мая2026 22:07:55.522] [modloading-sync-worker/DEBUG] [mixin/]: crittersandcompanions.mixins.json:SpawnPlacementsAccessor from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:55.522] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/SpawnPlacementType;Lnet/minecraft/world/level/levelgen/Heightmap$Types;Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate;)V to invokeRegister$crittersandcompanions_$md$d85188$0 in crittersandcompanions.mixins.json:SpawnPlacementsAccessor from mod crittersandcompanions +[07мая2026 22:07:55.985] [modloading-sync-worker/INFO] [fzzy_config/]: Loaded config misctweaks:client_config in 8ms +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:is_angry +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:bounds_pos +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:quark_music_disc +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:skull_owner +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:rune_color +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:placing_seed +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:last_stack +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:is_pathfinder +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:target_biome +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:target_biome_color +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:target_biome_underground +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:is_searching_for_biome +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_source_x +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_source_z +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_pox_x +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_pos_z +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_pos_leg +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:search_pos_leg_index +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:display +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:stored_item +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:item_count +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:ticks +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:compass_position_set +[07мая2026 22:07:56.166] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:compass_in_nether +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:nether_x +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:nether_z +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:is_compass_calculated +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:is_clock_calculated +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:only_show_table_enchantments +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:enchanting_matrix +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:excited +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:slime_nbt +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:ignore +[07мая2026 22:07:56.167] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:data_component_type - quark:tome_enchantments +[07мая2026 22:07:56.209] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:armor_material - quark:backpack +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.eat_arrow +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.whine +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.step +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.ambient +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.pant +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.hurt +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.shiba.death +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.meep +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.purr +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.give +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.take +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.eat +[07мая2026 22:07:56.231] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.die +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.cry +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.stoneling.michael +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.pickarang.throw +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.pickarang.clank +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.pickarang.spark +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.pickarang.pickup +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.ambient +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.death +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.growl +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.hurt +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.pant +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.shake +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.whine +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.eat +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.foxhound.crackle +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.crab.die +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.crab.hurt +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.crab.idle +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.die +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.hurt +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.idle +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.angry +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.harvest +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.eat_satiated +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.eat +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.toretoise.regrow +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.parrot.egg +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:entity.soul_bead.idle +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.monster_box.growl +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.pipe.shoot +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.pipe.pickup +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.pipe.shoot.lenny +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.pipe.pickup.lenny +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.potato.do_it +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.potato.soda +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.potato.kingbdogz +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.potato.yung +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:block.potato.hurt +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:item.camera.shutter +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:item.soul_powder.spawn +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:item.bucket.fill_crab +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:item.bucket.empty_crab +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:pet.device +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:pet.neko +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:pet.slime +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:pet.wire +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.drips +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.ocean +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.rain +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.wind +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.fire +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.clock +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.crickets +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:ambient.chatter +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:music.endermosh +[07мая2026 22:07:56.232] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:sound_event - quark:music.glimmering_weald +[07мая2026 22:07:56.307] [modloading-sync-worker/INFO] [STDERR/]: [net.spell_engine.api.config.ConfigUtil:modifiersFrom:43]: Failed to resolve EntityAttribute with id: +[07мая2026 22:07:56.308] [modloading-sync-worker/INFO] [STDERR/]: [net.spell_engine.api.config.ConfigUtil:modifiersFrom:43]: Failed to resolve EntityAttribute with id: +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_log +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_ancient_log +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_wood +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_ancient_log +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_ancient_wood +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_planks +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_fence +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_fence_gate +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_door +[07мая2026 22:07:57.333] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_trapdoor +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_pressure_plate +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_button +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_planks_slab +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_planks_stairs +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_ancient_planks +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_wall_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_hanging_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_wall_hanging_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_bookshelf +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_ladder +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_post +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_ancient_post +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_chest +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_ancient_chest +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_leaves +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_sapling +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_ancient_sapling +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_log +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_azalea_log +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_wood +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_azalea_log +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_azalea_wood +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_planks +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_fence +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_fence_gate +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_door +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_trapdoor +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_pressure_plate +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_button +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_planks_slab +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_planks_stairs +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_azalea_planks +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_wall_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_hanging_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_wall_hanging_sign +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_bookshelf +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_ladder +[07мая2026 22:07:57.334] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_post +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_azalea_post +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_chest +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_azalea_chest +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bonded_ravager_hide +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_log +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_blossom_log +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_wood +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_blossom_log +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_blossom_wood +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_planks +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_fence +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_fence_gate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_door +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_trapdoor +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_pressure_plate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_button +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_planks_slab +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_planks_stairs +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_blossom_planks +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_sign +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_wall_sign +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_hanging_sign +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_wall_hanging_sign +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_bookshelf +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_ladder +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_post +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_blossom_post +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_chest +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_blossom_chest +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_blossom_leaves +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_blue_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lavender_blossom_leaves +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lavender_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_lavender_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_blossom_leaves +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_orange_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_blossom_leaves +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_yellow_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_blossom_leaves +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_red_blossom_sapling +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cloud +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stone_lamp +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stone_brick_lamp +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chorus_weeds +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chorus_twist +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_chorus_weeds +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_chorus_twist +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chute +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:charcoal_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sugar_cane_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cactus_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chorus_fruit_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stick_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:golden_apple_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:apple_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potato_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:carrot_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:golden_carrot_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:beetroot_crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cocoa_beans_sack +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:nether_wart_sack +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gunpowder_sack +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:berry_sack +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glowberry_sack +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blaze_lantern +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bonded_leather +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bonded_rabbit_hide +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_red_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_orange_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_yellow_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_green_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_blue_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:indigo_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_indigo_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:indigo_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:indigo_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:violet_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_violet_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:violet_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:violet_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_white_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_black_corundum +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_corundum_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_corundum_cluster +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crate +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:duskbound_block +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:duskbound_lantern +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:duskbound_block_slab +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:duskbound_block_stairs +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ender_watcher +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:feeding_trough +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:framed_glass_pane +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_framed_glass +[07мая2026 22:07:57.335] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_framed_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_framed_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirty_glass +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirty_glass_pane +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glow_shroom +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glow_shroom_block +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glow_shroom_stem +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glow_shroom_ring +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:glow_lichen_growth +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_glow_lichen_growth +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_glow_shroom +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gold_bars +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:grate +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gravisand +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oak_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:flowering_azalea_hedge +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_oak_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_spruce_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_birch_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_jungle_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_acacia_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_dark_oak_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_crimson_stem +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_warped_stem +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_mangrove_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:hollow_cherry_log +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_plate +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:rusty_iron_plate +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_pillar +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_plate_slab +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_plate_stairs +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:rusty_iron_plate_slab +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:rusty_iron_plate_stairs +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_ladder +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_rod +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:paper_lantern +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:paper_lantern_sakura +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:paper_wall +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:paper_wall_big +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:paper_wall_sakura +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_mat +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_mat_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oak_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_leaf_carpet +[07мая2026 22:07:57.336] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_leaf_carpet +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:flowering_azalea_leaf_carpet +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magnet +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magnetized_block +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:matrix_enchanter +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_button +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gold_button +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:midori_block +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:midori_pillar +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:midori_block_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:midori_block_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:monster_box +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_nether_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_nether_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_nether_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_nether_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirt_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirt_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirt_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirt_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:netherrack_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:netherrack_bricks_wall +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:netherrack_bricks_slab +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:netherrack_bricks_stairs +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:carved_mud_bricks +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mud_pillar +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mud_brick_lattice +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_beetroot +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_berries +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_carrot +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_chorus +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_cocoa_bean +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_short_grass +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_peony +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_large_fern +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_lilac +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_melon +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_nether_sprouts +[07мая2026 22:07:57.337] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_nether_wart +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_potato +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_pumpkin +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_rose +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_sea_pickle +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_sugar_cane +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_sunflower +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_tall_grass +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_twisting_vines +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_vine +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_weeping_vines +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_wheat +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_cave_vines +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:potted_pitcher_plant +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:nether_brick_fence_gate +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_limestone +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_wall +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_limestone_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_limestone_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_jasper +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_wall +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_jasper_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_jasper_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_shale +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_wall +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_shale_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_shale_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_myalite +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_wall +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_myalite_slab +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_myalite_stairs +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:obsidian_pressure_plate +[07мая2026 22:07:57.338] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_bricks +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_bricks_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_bricks_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_bricks_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:water_pink_petals +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pipe +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:encased_pipe +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:indigo_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:violet_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_crystal_lamp +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_iron_bricks +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_iron_bricks_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_iron_bricks_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_iron_bricks_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_gold_bricks +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_gold_bricks_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_gold_bricks_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_gold_bricks_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_copper_bricks +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_copper_bricks_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_copper_bricks_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_copper_bricks_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:redstone_randomizer +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:rope +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_vine +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_shingles +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_shingles_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_shingles_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_soul_sandstone +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_soul_sandstone +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_soul_sandstone +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_wall +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_soul_sandstone_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_soul_sandstone_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_soul_sandstone_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dusky_myalite +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_crystal +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_stool +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sturdy_stone +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:thatch +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:thatch_slab +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:thatch_stairs +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:tiny_potato +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crimson_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:warped_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_bookshelf +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oak_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_oak_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_spruce_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_birch_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_jungle_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_acacia_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_dark_oak_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crimson_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_crimson_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:warped_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_warped_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_mangrove_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_bamboo_chest +[07мая2026 22:07:57.339] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_cherry_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:nether_brick_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_nether_brick_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purpur_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_purpur_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:prismarine_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:trapped_prismarine_chest +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:deepslate_furnace +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_furnace +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crimson_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:warped_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_ladder +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_oak_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_spruce_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_birch_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_jungle_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_acacia_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_dark_oak_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_crimson_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_warped_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_mangrove_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_bamboo_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:vertical_cherry_planks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oak_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_oak_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_spruce_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_birch_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_jungle_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_acacia_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_dark_oak_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crimson_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_crimson_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:warped_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_warped_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_mangrove_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_bamboo_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stripped_cherry_post +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_calcite +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_calcite_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_calcite_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_dripstone +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_block_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_block_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_block_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_dripstone_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_dripstone_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_granite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_diorite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_andesite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_calcite_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_dripstone_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_bricks_slab +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_bricks_stairs +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_limestone_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_pillar +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_bricks +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_bricks_wall +[07мая2026 22:07:57.340] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_bricks_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_bricks_stairs +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_jasper_bricks +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_pillar +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_bricks +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_bricks_wall +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_bricks_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_bricks_stairs +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_shale_bricks +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_pillar +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_bricks +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_bricks_wall +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_bricks_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_bricks_stairs +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:chiseled_myalite_bricks +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_pillar +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_blossom_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lavender_blossom_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_blossom_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_blossom_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_blossom_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_hedge +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_blossom_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lavender_blossom_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_blossom_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_blossom_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_blossom_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_leaf_carpet +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:acacia_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:birch_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_red_sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_oak_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dark_prismarine_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:end_stone_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jungle_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_stone_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:nether_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oak_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_andesite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_diorite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_granite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:prismarine_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:prismarine_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purpur_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:quartz_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_nether_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_quartz_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_red_sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_sandstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_stone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:spruce_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:stone_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_blackstone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_blackstone_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:crimson_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:warped_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobbled_deepslate_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_deepslate_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:deepslate_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:deepslate_tile_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mangrove_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mud_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cherry_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:bamboo_mosaic_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:tuff_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_tuff_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:tuff_brick_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:exposed_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_exposed_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:weathered_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_weathered_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:oxidized_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:waxed_oxidized_cut_copper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:ancient_planks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:azalea_planks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blossom_planks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:duskbound_block_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:iron_plate_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:rusty_iron_plate_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:midori_block_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_nether_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:sandstone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_sandstone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cobblestone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:mossy_cobblestone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blackstone_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dirt_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:netherrack_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_limestone_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_jasper_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_shale_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_myalite_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:permafrost_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_iron_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_gold_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:raw_copper_bricks_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:white_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:orange_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:magenta_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_blue_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:yellow_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:lime_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:pink_shingles_vertical_slab +[07мая2026 22:07:57.341] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:gray_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:light_gray_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cyan_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:purple_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:blue_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:brown_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:green_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:red_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:black_shingles_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:soul_sandstone_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:cut_soul_sandstone_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:smooth_soul_sandstone_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:thatch_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_calcite_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_block_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:polished_dripstone_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:granite_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:diorite_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:andesite_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:calcite_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:dripstone_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:limestone_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:jasper_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:shale_bricks_vertical_slab +[07мая2026 22:07:57.342] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block - quark:myalite_bricks_vertical_slab +[07мая2026 22:07:58.002] [modloading-sync-worker/DEBUG] [mixin/]: Mixing shapes.lazy_shape_context.EntityCollisionContextMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.EntityCollisionContext +[07мая2026 22:07:58.002] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$canWalkOnFluid$0(Lnet/minecraft/world/level/material/FluidState;)Z to mdd85188$lithium$lambda$canWalkOnFluid$0$0 in lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::canWalkOnFluid(Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::canWalkOnFluid(Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:07:58.005] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::canWalkOnFluid(Lnet/minecraft/world/level/material/FluidState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:07:58.010] [modloading-sync-worker/DEBUG] [mixin/]: Mixing SubShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.SubShape +[07мая2026 22:07:58.010] [modloading-sync-worker/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:SubShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:58.099] [modloading-sync-worker/DEBUG] [mixin/]: Mixing create.BlockMovementChecksMixin from another_furniture.mixins.json into com.simibubi.create.api.contraption.BlockMovementChecks +[07мая2026 22:07:58.100] [modloading-sync-worker/DEBUG] [mixin/]: another_furniture.mixins.json:create.BlockMovementChecksMixin from mod another_furniture->@Inject::af$allowStickyConnections(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:07:58.332] [modloading-sync-worker/DEBUG] [mixin/]: Mixing foundation.copycat.CTModelMixin from copycats-common.mixins.json into com.simibubi.create.foundation.block.connected.CTModel +[07мая2026 22:07:58.332] [modloading-sync-worker/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.CTModelMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:58.616] [modloading-sync-worker/DEBUG] [mixin/]: Mixing perf.attribute_supplier_dedup.AttributeSupplierMixin from modernfix-modernfix.mixins.json into net.minecraft.world.entity.ai.attributes.AttributeSupplier +[07мая2026 22:07:58.616] [modloading-sync-worker/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierMixin from mod modernfix->@Inject::useCompactJavaMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:58.616] [modloading-sync-worker/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierMixin from mod modernfix->@Inject::useCompactJavaMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:58.616] [modloading-sync-worker/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.attribute_supplier_dedup.AttributeSupplierMixin from mod modernfix->@Inject::useCompactJavaMap(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:quark_boat +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:quark_chest_boat +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:crab +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:dyed_item_frame +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:forgotten +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:foxhound +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:glass_frame +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:gravisand +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:parrot_egg +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:pickarang +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:flamerang +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:shiba +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:skull_pike +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:stoneling +[07мая2026 22:07:58.875] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:stool +[07мая2026 22:07:58.876] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:torch_arrow +[07мая2026 22:07:58.876] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:toretoise +[07мая2026 22:07:58.876] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:totem +[07мая2026 22:07:58.876] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:wraith +[07мая2026 22:07:58.876] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:entity_type - quark:soul_bead +[07мая2026 22:07:58.989] [modloading-sync-worker/DEBUG] [mixin/]: Mixing entity.AerwhaleMixin from deep_aether.mixins.json into com.aetherteam.aether.entity.passive.Aerwhale +[07мая2026 22:07:58.989] [modloading-sync-worker/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:07:59.020] [modloading-sync-worker/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleMixin from mod deep_aether->@Inject::defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:07:59.020] [modloading-sync-worker/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleMixin from mod deep_aether->@Inject::defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:07:59.020] [modloading-sync-worker/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleMixin from mod deep_aether->@Inject::defineSynchedData(Lnet/minecraft/network/syncher/SynchedEntityData$Builder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:07:59.020] [modloading-sync-worker/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleMixin from mod deep_aether->@Inject::mobInteract(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:00.278] [modloading-sync-worker/DEBUG] [GeckoLib/]: Registered SyncedAnimatable for class com.bobmowzie.mowziesmobs.server.item.ItemEarthrendGauntlet +[07мая2026 22:08:00.279] [modloading-sync-worker/DEBUG] [GeckoLib/]: Registered SyncedAnimatable for class com.bobmowzie.mowziesmobs.server.item.ItemSculptorStaff +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:abacus +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_drips +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_ocean +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_rain +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_wind +[07мая2026 22:08:00.281] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_fire +[07мая2026 22:08:00.282] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_clock +[07мая2026 22:08:00.282] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_crickets +[07мая2026 22:08:00.282] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_chatter +[07мая2026 22:08:00.282] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_tome +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_log +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_ancient_log +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_wood +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_ancient_log +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_ancient_wood +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_planks +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_fence +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_fence_gate +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_door +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_trapdoor +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_pressure_plate +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_button +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_planks_slab +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_planks_stairs +[07мая2026 22:08:00.283] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_ancient_planks +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_bookshelf +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_ladder +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_ancient_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_ancient_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_hanging_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_chest_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_fruit +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_azalea_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_wood +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_azalea_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_azalea_wood +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_planks +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_fence +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_fence_gate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_door +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_trapdoor +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_pressure_plate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_button +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_planks_slab +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_planks_stairs +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_azalea_planks +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_bookshelf +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_ladder +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_azalea_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_azalea_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_hanging_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_chest_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:backpack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ravager_hide +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bonded_ravager_hide +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_blossom_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_wood +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_blossom_log +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_blossom_wood +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_planks +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_fence +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_fence_gate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_door +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_trapdoor +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_pressure_plate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_button +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_planks_slab +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_planks_stairs +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_blossom_planks +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_bookshelf +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_ladder +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_blossom_post +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_blossom_chest +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_hanging_sign +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_chest_boat +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_blossom_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_blossom_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lavender_blossom_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lavender_blossom_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_blossom_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_blossom_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_blossom_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_blossom_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_blossom_leaves +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_blossom_sapling +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cloud +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bottled_cloud +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stone_lamp +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stone_brick_lamp +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chorus_weeds +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chorus_twist +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chute +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smithing_template_rune +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:charcoal_block +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sugar_cane_block +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cactus_block +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chorus_fruit_block +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stick_block +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:golden_apple_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:apple_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:potato_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:carrot_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:golden_carrot_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:beetroot_crate +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cocoa_beans_sack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:nether_wart_sack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gunpowder_sack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:berry_sack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glowberry_sack +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blaze_lantern +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bonded_leather +[07мая2026 22:08:00.285] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bonded_rabbit_hide +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_red_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_orange_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_yellow_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_green_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_blue_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:indigo_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_indigo_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:indigo_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:indigo_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:violet_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_violet_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:violet_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:violet_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_white_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_black_corundum +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_corundum_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_corundum_cluster +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crab_leg +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cooked_crab_leg +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crab_shell +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crab_bucket +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crab_spawn_egg +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crate +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dragon_scale +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:duskbound_block +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:duskbound_lantern +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:duskbound_block_slab +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:duskbound_block_stairs +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ender_watcher +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:music_disc_endermosh +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:feeding_trough +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:forgotten_hat +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:forgotten_spawn_egg +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:foxhound_spawn_egg +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:framed_glass_pane +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_framed_glass +[07мая2026 22:08:00.286] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_framed_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glass_item_frame +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glowing_glass_item_frame +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirty_glass +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirty_glass_pane +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:clear_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirty_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_shard +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glow_shroom +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glow_shroom_block +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glow_shroom_stem +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glow_shroom_ring +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:glow_lichen_growth +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gold_bars +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:grate +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gravisand +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oak_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:flowering_azalea_hedge +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_oak_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_spruce_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_birch_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_jungle_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_acacia_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_dark_oak_log +[07мая2026 22:08:00.287] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_crimson_stem +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_warped_stem +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_mangrove_log +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hollow_cherry_log +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_plate +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:rusty_iron_plate +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_pillar +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_plate_slab +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_plate_stairs +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:rusty_iron_plate_slab +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:rusty_iron_plate_stairs +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_ladder +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_rod +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:paper_lantern +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:paper_lantern_sakura +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:paper_wall +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:paper_wall_big +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:paper_wall_sakura +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_mat +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_mat_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oak_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_leaf_carpet +[07мая2026 22:08:00.288] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_leaf_carpet +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:flowering_azalea_leaf_carpet +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magnet +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magnetized_block +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:matrix_enchanter +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_button +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gold_button +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:moss_paste +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:midori_block +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:midori_pillar +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:midori_block_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:midori_block_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:monster_box +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_nether_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_nether_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_nether_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_nether_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirt_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirt_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirt_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirt_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:netherrack_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:netherrack_bricks_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:netherrack_bricks_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:netherrack_bricks_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:carved_mud_bricks +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mud_pillar +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mud_brick_lattice +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:nether_brick_fence_gate +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_limestone +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_limestone_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_limestone_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_jasper +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_jasper_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_jasper_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_shale +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_wall +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_shale_slab +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_shale_stairs +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_myalite +[07мая2026 22:08:00.289] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_wall +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_slab +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_stairs +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_myalite_slab +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_myalite_stairs +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:obsidian_pressure_plate +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:egg_parrot_red_blue +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:egg_parrot_blue +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:egg_parrot_green +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:egg_parrot_yellow_blue +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:egg_parrot_gray +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pathfinders_quill +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_bricks +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_wall +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_slab +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_stairs +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_bricks_wall +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_bricks_slab +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_bricks_stairs +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pickarang +[07мая2026 22:08:00.290] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:flamerang +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pipe +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:encased_pipe +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:indigo_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:violet_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_crystal_lamp +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_iron_bricks +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_iron_bricks_wall +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_iron_bricks_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_iron_bricks_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_gold_bricks +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_gold_bricks_wall +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_gold_bricks_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_gold_bricks_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_copper_bricks +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_copper_bricks_wall +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_copper_bricks_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_copper_bricks_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:redstone_randomizer +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:rope +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:seed_pouch +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_vine +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shiba_spawn_egg +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_shingles_slab +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_shingles_stairs +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_shingles +[07мая2026 22:08:00.291] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_shingles +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_shingles_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_shingles_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:slime_in_a_bucket +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_soul_sandstone +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_soul_sandstone +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_soul_sandstone +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_wall +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_soul_sandstone_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_soul_sandstone_slab +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_soul_sandstone_stairs +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dusky_myalite +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_crystal +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diamond_heart +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stoneling_spawn_egg +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_stool +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_stool +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_stool +[07мая2026 22:08:00.292] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_stool +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sturdy_stone +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:thatch +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:thatch_slab +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:thatch_stairs +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:tiny_potato +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:torch_arrow +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:toretoise_spawn_egg +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trowel +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crimson_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:warped_bookshelf +[07мая2026 22:08:00.293] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_bookshelf +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_bookshelf +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_bookshelf +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oak_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_oak_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_spruce_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_birch_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_jungle_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_acacia_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_dark_oak_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crimson_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_crimson_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:warped_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_warped_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_mangrove_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_bamboo_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_cherry_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:nether_brick_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_nether_brick_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purpur_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_purpur_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:prismarine_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:trapped_prismarine_chest +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:deepslate_furnace +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_furnace +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crimson_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:warped_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_ladder +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:hammer +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_oak_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_spruce_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_birch_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_jungle_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_acacia_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_dark_oak_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_crimson_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_warped_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_mangrove_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_bamboo_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:vertical_cherry_planks +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oak_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_oak_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_spruce_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_birch_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_post +[07мая2026 22:08:00.295] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_jungle_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_acacia_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_dark_oak_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crimson_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_crimson_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:warped_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_warped_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_mangrove_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_bamboo_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stripped_cherry_post +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_bead +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:wraith_spawn_egg +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_calcite +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_calcite_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_calcite_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_dripstone +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_block_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_block_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_block_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_dripstone_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_dripstone_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_granite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_diorite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_andesite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_calcite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_dripstone_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_limestone_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_jasper_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_shale_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_bricks_wall +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_bricks_slab +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_bricks_stairs +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:chiseled_myalite_bricks +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_pillar +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_blossom_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lavender_blossom_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_blossom_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_blossom_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_blossom_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_hedge +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_blossom_leaf_carpet +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lavender_blossom_leaf_carpet +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_blossom_leaf_carpet +[07мая2026 22:08:00.296] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_blossom_leaf_carpet +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_blossom_leaf_carpet +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_leaf_carpet +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:acacia_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:birch_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_red_sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_oak_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dark_prismarine_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:end_stone_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jungle_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_stone_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:nether_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oak_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_andesite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_diorite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_granite_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:prismarine_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:prismarine_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purpur_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:quartz_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_nether_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_quartz_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_red_sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_sandstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_stone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:spruce_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:stone_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_blackstone_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_blackstone_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:crimson_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:warped_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobbled_deepslate_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_deepslate_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:deepslate_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:deepslate_tile_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mangrove_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mud_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cherry_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:bamboo_mosaic_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:tuff_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_tuff_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:tuff_brick_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:exposed_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_exposed_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:weathered_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_weathered_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:oxidized_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:waxed_oxidized_cut_copper_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:ancient_planks_vertical_slab +[07мая2026 22:08:00.297] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:azalea_planks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blossom_planks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:duskbound_block_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:iron_plate_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:rusty_iron_plate_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:midori_block_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_nether_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:sandstone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_sandstone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cobblestone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:mossy_cobblestone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blackstone_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dirt_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:netherrack_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_limestone_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_jasper_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_shale_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_myalite_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:permafrost_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_iron_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_gold_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:raw_copper_bricks_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:white_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:orange_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:magenta_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_blue_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:yellow_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:lime_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:pink_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:gray_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:light_gray_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cyan_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:purple_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:blue_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:brown_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:green_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:red_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:black_shingles_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:soul_sandstone_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:cut_soul_sandstone_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:smooth_soul_sandstone_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:thatch_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_calcite_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_block_vertical_slab +[07мая2026 22:08:00.298] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:polished_dripstone_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:granite_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:diorite_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:andesite_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:calcite_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:dripstone_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:limestone_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:jasper_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:shale_bricks_vertical_slab +[07мая2026 22:08:00.299] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:item - quark:myalite_bricks_vertical_slab +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:mossbloom +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:butterfly +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:chameleon +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:echofin +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:kiwi_bird +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:emperor_penguin +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:beaver +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:capybara +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:crimson_newt +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:warped_newt +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:ember_tortoise +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:jellyfish +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:manta_ray +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:seahorse +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:potion_wasp +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:dragonfly +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:booplet +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:koi +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:river_turtle +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:coati +[07мая2026 22:08:00.542] [modloading-sync-worker/DEBUG] [dev.architectury.core.item.ArchitecturySpawnEggItem/]: Registering spawn egg [unregistered] for clutterbestiary:red_panda +[07мая2026 22:08:00.546] [modloading-sync-worker/DEBUG] [Goblin Traders/]: Loaded com.mrcrayfish.goblintraders.platform.NeoForgePlatformHelper@1c0d173a for service interface com.mrcrayfish.goblintraders.platform.services.IPlatformHelper +[07мая2026 22:08:00.687] [modloading-sync-worker/DEBUG] [mixin/]: Mixing safety.ItemPropertiesMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.687] [modloading-sync-worker/DEBUG] [mixin/]: Mixing client.ModelPredicateProviderRegistryInvoker from shield_api.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.688] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Lnet/minecraft/world/item/Item;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/item/ClampedItemPropertyFunction;)V to invokeRegister$shield_api_$md$d85188$0 in shield_api.mixins.json:client.ModelPredicateProviderRegistryInvoker from mod shield_api +[07мая2026 22:08:00.688] [modloading-sync-worker/DEBUG] [mixin/]: Mixing client.ItemPropertiesMixin from punchy.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.689] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$punchy$wrapUseProperties$0(Ljava/lang/String;Lnet/minecraft/client/renderer/item/ItemPropertyFunction;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/world/entity/LivingEntity;I)F to mdd85188$punchy$lambda$punchy$wrapUseProperties$0$1 in punchy.mixins.json:client.ItemPropertiesMixin from mod punchy +[07мая2026 22:08:00.756] [modloading-sync-worker/DEBUG] [mixin/]: Mixing ItemPropertiesAccessor from crittersandcompanions.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.756] [modloading-sync-worker/DEBUG] [mixin/]: crittersandcompanions.mixins.json:ItemPropertiesAccessor from mod crittersandcompanions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:00.756] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Accessor method getPROPERTIES()Ljava/util/Map; to getPROPERTIES$crittersandcompanions_$md$d85188$2 in crittersandcompanions.mixins.json:ItemPropertiesAccessor from mod crittersandcompanions +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Mixing client.render.ModelPredicateProviderRegistryAccessor from spell_engine.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ModelPredicateProviderRegistryAccessor from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Accessor method itemSpecificPredicates_SpellEngine()Ljava/util/Map; to itemSpecificPredicates_SpellEngine$spell_engine_$md$d85188$3 in spell_engine.mixins.json:client.render.ModelPredicateProviderRegistryAccessor from mod spell_engine +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Mixing client.ModelPredicateProviderRegistryInvoker from bundleapi.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Lnet/minecraft/world/item/Item;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/item/ClampedItemPropertyFunction;)V to invokeRegister$bundleapi_$md$d85188$4 in bundleapi.mixins.json:client.ModelPredicateProviderRegistryInvoker from mod bundleapi +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Mixing ModelPredicateProviderRegistryInvoker from ranged_weapon_api.mixins.json into net.minecraft.client.renderer.item.ItemProperties +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:ModelPredicateProviderRegistryInvoker from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:00.757] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Invoker method rwa_invokeRegister(Lnet/minecraft/world/item/Item;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/item/ClampedItemPropertyFunction;)V to rwa_invokeRegister$ranged_weapon_api_$md$d85188$5 in ranged_weapon_api.mixins.json:ModelPredicateProviderRegistryInvoker from mod ranged_weapon_api +[07мая2026 22:08:00.809] [modloading-sync-worker/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:safety.ItemPropertiesMixin from mod modernfix->@Inject::useConcurrentMaps(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:00.809] [modloading-sync-worker/DEBUG] [mixin/]: punchy.mixins.json:client.ItemPropertiesMixin from mod punchy->@Inject::punchy$wrapUseProperties(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:00.809] [modloading-sync-worker/DEBUG] [mixin/]: punchy.mixins.json:client.ItemPropertiesMixin from mod punchy->@Inject::punchy$wrapUseProperties(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:00.809] [modloading-sync-worker/DEBUG] [mixin/]: punchy.mixins.json:client.ItemPropertiesMixin from mod punchy->@Inject::punchy$wrapUseProperties(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:00.809] [modloading-sync-worker/DEBUG] [mixin/]: punchy.mixins.json:client.ItemPropertiesMixin from mod punchy->@Inject::punchy$wrapUseProperties(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:00.817] [modloading-sync-worker/DEBUG] [mixin/]: Mixing accessor.ItemModelGeneratorsAccessor from create.mixins.json into net.minecraft.data.models.ItemModelGenerators +[07мая2026 22:08:00.817] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Accessor method create$getGENERATED_TRIM_MODELS()Ljava/util/List; to getGENERATED_TRIM_MODELS$create_$md$d85188$0 in create.mixins.json:accessor.ItemModelGeneratorsAccessor from mod create +[07мая2026 22:08:01.026] [modloading-sync-worker/INFO] [Moonlight/]: Initialized block sets in 185ms +[07мая2026 22:08:01.054] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Quark Module]: registered 70 StoneType blocks +[07мая2026 22:08:01.056] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Quark Module]: registered 6 MudType blocks +[07мая2026 22:08:01.077] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Waystones Module]: registered 66 StoneType blocks +[07мая2026 22:08:03.901] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Create Module]: registered 1032 StoneType blocks +[07мая2026 22:08:04.010] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file everycomp-entries.toml for everycomp tracking +[07мая2026 22:08:05.719] [modloading-sync-worker/INFO] [Every Compat/]: module[ Another Furniture @ everycomp ]: registered 324 WoodType blocks +[07мая2026 22:08:06.628] [modloading-sync-worker/INFO] [Every Compat/]: module[ Decorative Blocks Reborn @ everycomp ]: registered 192 WoodType blocks +[07мая2026 22:08:06.666] [modloading-sync-worker/INFO] [Every Compat/]: module[ Farmer's Delight @ everycomp ]: registered 31 WoodType blocks +[07мая2026 22:08:06.673] [modloading-sync-worker/INFO] [Every Compat/]: module[ Friends&Foes @ everycomp ]: registered 49 WoodType blocks +[07мая2026 22:08:08.720] [modloading-sync-worker/INFO] [Every Compat/]: module[ Quark @ everycomp ]: registered 321 WoodType blocks +[07мая2026 22:08:09.004] [modloading-sync-worker/INFO] [Every Compat/]: module[ Quark @ everycomp ]: registered 92 LeavesType blocks +[07мая2026 22:08:09.036] [modloading-sync-worker/INFO] [Every Compat/]: module[ Create @ everycomp ]: registered 98 WoodType blocks +[07мая2026 22:08:09.074] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:particle_type - quark:attractor +[07мая2026 22:08:09.074] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:particle_type - quark:repulsor +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:cloud +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:chute +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:crate +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:ender_watcher +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:feeding_trough +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:magnet +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:magnetized_block +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:matrix_enchanting +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:monster_box +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:pipe +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:tiny_potato +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:variant_furnace +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:variant_chest +[07мая2026 22:08:09.123] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:block_entity_type - quark:variant_trapped_chest +[07мая2026 22:08:09.142] [modloading-sync-worker/DEBUG] [mixin/]: Mixing StoveBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into vectorwing.farmersdelight.common.block.entity.StoveBlockEntity +[07мая2026 22:08:09.146] [modloading-sync-worker/DEBUG] [mixin/]: Mixing SkilletBlockEntityMixin from create_central_kitchen.farmersdelight.mixins.json into vectorwing.farmersdelight.common.block.entity.SkilletBlockEntity +[07мая2026 22:08:09.169] [modloading-sync-worker/DEBUG] [mixin/]: Mixing NetherStoveBlockEntityMixin from create_central_kitchen.mynethersdelight.mixins.json into com.soytutta.mynethersdelight.common.block.entity.NetherStoveBlockEntity +[07мая2026 22:08:09.259] [modloading-sync-worker/DEBUG] [mixin/]: Mixing CorpseContainerMixin from corpsecurioscompat.mixins.json into de.maxhenkel.corpse.gui.CorpseAdditionalContainer +[07мая2026 22:08:09.261] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$transferItemsToCurios$2(Lde/maxhenkel/corpse/gui/CorpseAdditionalContainer;ILnet/minecraft/world/item/ItemStack;)V to mdd85188$corpsecurioscompat$lambda$transferItemsToCurios$2$0 in corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat +[07мая2026 22:08:09.261] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$transferItemsToCurios$1(Lde/maxhenkel/corpse/gui/CorpseInventoryContainer;ILnet/minecraft/world/item/ItemStack;)V to mdd85188$corpsecurioscompat$lambda$transferItemsToCurios$1$1 in corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat +[07мая2026 22:08:09.261] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$transferItemsToCurios$0(Lde/maxhenkel/corpse/gui/CorpseInventoryContainer;ILnet/minecraft/world/item/ItemStack;)V to mdd85188$corpsecurioscompat$lambda$transferItemsToCurios$0$2 in corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:09.322] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:09.326] [modloading-sync-worker/DEBUG] [mixin/]: Mixing CorpseContainerMixin from corpsecurioscompat.mixins.json into de.maxhenkel.corpse.gui.CorpseInventoryContainer +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::onInit(ILnet/minecraft/world/entity/player/Inventory;Lde/maxhenkel/corpse/entities/CorpseEntity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:09.521] [modloading-sync-worker/DEBUG] [mixin/]: corpsecurioscompat.mixins.json:CorpseContainerMixin from mod corpsecurioscompat->@Inject::transferItemsToCurios(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:09.536] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:menu - quark:backpack +[07мая2026 22:08:09.536] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:menu - quark:crate +[07мая2026 22:08:09.536] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:menu - quark:held_shulker_box +[07мая2026 22:08:09.536] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:menu - quark:feeding_trough +[07мая2026 22:08:09.536] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:menu - quark:matrix_enchanting +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:dye_item +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:exclusion +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:mixed_exclusion +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:smithing_rune +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:elytra_duplication +[07мая2026 22:08:09.651] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:recipe_serializer - quark:slab_to_block +[07мая2026 22:08:09.681] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:recipe_serializer - zeta:dye_item +[07мая2026 22:08:10.209] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:villager_type - quark:beach +[07мая2026 22:08:10.209] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:villager_type - quark:ocean +[07мая2026 22:08:10.295] [modloading-sync-worker/DEBUG] [mixin/]: Mixing VillagerTradesMixin from quark.mixins.json into net.minecraft.world.entity.npc.VillagerTrades +[07мая2026 22:08:10.326] [modloading-sync-worker/DEBUG] [mixin/]: Mixing TradeOffersTypeAwareBuyForOneEmeraldFactoryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.entity.npc.VillagerTrades$EmeraldsForVillagerTypeItem +[07мая2026 22:08:10.326] [modloading-sync-worker/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:TradeOffersTypeAwareBuyForOneEmeraldFactoryMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:10.337] [modloading-sync-worker/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:TradeOffersTypeAwareBuyForOneEmeraldFactoryMixin from mod fabric_object_builder_api_v1->@Inject::failOnNullItem(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:10.356] [modloading-sync-worker/DEBUG] [mixin/]: Mixing TreasureMapForEmeraldsMixin from supplementaries.mixins.json into net.minecraft.world.entity.npc.VillagerTrades$TreasureMapForEmeralds +[07мая2026 22:08:10.423] [modloading-sync-worker/DEBUG] [mixin/]: supplementaries.mixins.json:TreasureMapForEmeraldsMixin from mod supplementaries->@Inject::turnToQuill(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:10.567] [modloading-sync-worker/WARN] [betternether/]: Skip pig_statue POI registration: Block{betternether:pig_statue_respawner}[facing=east,top=false] is defined in more than one PoI type +[07мая2026 22:08:10.571] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:point_of_interest_type - quark:feeding_trough +[07мая2026 22:08:10.575] [modloading-sync-worker/WARN] [betterend/]: Skip eternal_portal POI registration: Block{betterend:end_portal_block}[axis=x,portal=0] is defined in more than one PoI type +[07мая2026 22:08:10.575] [modloading-sync-worker/WARN] [betterend/]: Skip eternal_portal_frame POI registration: Block{betterend:flavolite_runed_eternal}[active=false] is defined in more than one PoI type +[07мая2026 22:08:10.721] [modloading-sync-worker/DEBUG] [mixin/]: Mixing CanItemPerformAbilityAccess from jade.mixins.json into net.neoforged.neoforge.common.loot.CanItemPerformAbility +[07мая2026 22:08:10.721] [modloading-sync-worker/DEBUG] [mixin/]: jade.mixins.json:CanItemPerformAbilityAccess from mod jade: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:10.839] [modloading-sync-worker/DEBUG] [mixin/]: Mixing threading.MixinStructurePlacementData from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings +[07мая2026 22:08:10.841] [modloading-sync-worker/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:10.841] [modloading-sync-worker/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:10.841] [modloading-sync-worker/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:worldgen/feature - quark:glow_shrooms +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:worldgen/feature - quark:glow_shrooms_extras +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_raw_generation +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_lakes +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_local_modifications +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_underground_structures +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_surface_structures +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_strongholds +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_underground_ores +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_underground_decoration +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_fluid_springs +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_vegetal_decoration +[07мая2026 22:08:10.861] [modloading-sync-worker/DEBUG] [zeta/]: Registering to minecraft:worldgen/feature - zeta:deferred_feature_top_layer_modification +[07мая2026 22:08:10.949] [modloading-sync-worker/DEBUG] [mixin/]: Mixing access.IXoroshiro128PlusPlusRandom from c2me-base.mixins.json into net.minecraft.world.level.levelgen.XoroshiroRandomSource +[07мая2026 22:08:10.951] [modloading-sync-worker/DEBUG] [mixin/]: Mixing access.IXoroshiro128PlusPlusRandomImpl from c2me-base.mixins.json into net.minecraft.world.level.levelgen.Xoroshiro128PlusPlus +[07мая2026 22:08:11.048] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:worldgen/foliage_placer_type - quark:offset_fancy_foliage_placer +[07мая2026 22:08:11.075] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:worldgen/trunk_placer_type - quark:multi_foliage_straight_trunk_placer +[07мая2026 22:08:11.115] [modloading-sync-worker/DEBUG] [quark-zeta/]: Registering to minecraft:worldgen/tree_decorator_type - quark:ancient_tree_topper_decorator +[07мая2026 22:08:11.144] [modloading-sync-worker/DEBUG] [mixin/]: Mixing BlueprintModdedBiomeSourceAccessor from betterend.mixins.common.json into com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSource +[07мая2026 22:08:11.325] [modloading-sync-worker/DEBUG] [mixin/]: Mixing InventoryChangeTriggerInstanceMixin from mixins.cerulean.json into net.minecraft.advancements.critereon.InventoryChangeTrigger$TriggerInstance +[07мая2026 22:08:11.325] [modloading-sync-worker/DEBUG] [mixin/]: mixins.cerulean.json:InventoryChangeTriggerInstanceMixin from mod cerulean: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:11.326] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$matches$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/advancements/critereon/ItemPredicate;)Z to mdd85188$cerulean$lambda$matches$0$0 in mixins.cerulean.json:InventoryChangeTriggerInstanceMixin from mod cerulean +[07мая2026 22:08:11.331] [modloading-sync-worker/DEBUG] [mixin/]: mixins.cerulean.json:InventoryChangeTriggerInstanceMixin from mod cerulean->@Inject::matches(Lnet/minecraft/world/entity/player/Inventory;Lnet/minecraft/world/item/ItemStack;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:11.752] [modloading-sync-worker/DEBUG] [mixin/]: Mixing TagEmptyConditionMixin from kubejs.mixins.json into net.neoforged.neoforge.common.conditions.TagEmptyCondition +[07мая2026 22:08:11.755] [modloading-sync-worker/DEBUG] [mixin/]: kubejs.mixins.json:TagEmptyConditionMixin from mod kubejs->@Inject::kjs$test(Lnet/neoforged/neoforge/common/conditions/ICondition$IContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:11.931] [modloading-sync-worker/DEBUG] [mixin/]: Mixing CompoundIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.common.crafting.CompoundIngredient +[07мая2026 22:08:11.983] [modloading-sync-worker/DEBUG] [mixin/]: Mixing DifferenceIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.common.crafting.DifferenceIngredient +[07мая2026 22:08:12.010] [modloading-sync-worker/DEBUG] [mixin/]: Mixing IntersectionIngredientMixin from kubejs.mixins.json into net.neoforged.neoforge.common.crafting.IntersectionIngredient +[07мая2026 22:08:12.296] [modloading-sync-worker/DEBUG] [mixin/]: Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.entity.ai.attributes.DefaultAttributes +[07мая2026 22:08:12.296] [modloading-sync-worker/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:12.296] [modloading-sync-worker/DEBUG] [mixin/]: Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry$fabric_object_builder_api_v1_$md$d85188$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor from mod fabric_object_builder_api_v1 +[07мая2026 22:08:12.296] [modloading-sync-worker/DEBUG] [mixin/]: Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.world.entity.ai.attributes.DefaultAttributes +[07мая2026 22:08:12.296] [modloading-sync-worker/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin from mod fabric_object_builder_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:12.301] [modloading-sync-worker/DEBUG] [mixin/]: fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin from mod fabric_object_builder_api_v1->@Inject::injectAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:12.746] [modloading-sync-worker/DEBUG] [mixin/]: Mixing common.ServerLifecycleHooksMixin from lithostitched.neoforge.mixins.json into net.neoforged.neoforge.server.ServerLifecycleHooks +[07мая2026 22:08:12.747] [modloading-sync-worker/DEBUG] [mixin/]: lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:12.747] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$lithostitched$injectBiomeModifers$2(Ljava/util/List;Ljava/util/Map$Entry;)V to mdd85188$lithostitched$lambda$lithostitched$injectBiomeModifers$2$0 in lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched +[07мая2026 22:08:12.747] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$lithostitched$injectBiomeModifers$1(Ljava/util/Map$Entry;)Ljava/util/Map$Entry; to mdd85188$lithostitched$lambda$lithostitched$injectBiomeModifers$1$1 in lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched +[07мая2026 22:08:12.747] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$lithostitched$injectBiomeModifers$0(Ljava/util/Map$Entry;)Z to mdd85188$lithostitched$lambda$lithostitched$injectBiomeModifers$0$2 in lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched +[07мая2026 22:08:12.759] [modloading-sync-worker/DEBUG] [mixin/]: Generating mapped inner class net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock$Anonymous$3200c155d1c541a9a38b821a9a815873 (originally net/mehvahdjukaar/supplementaries/mixins/neoforge/self/SelfFlammableFluidBlockMixin$1) +[07мая2026 22:08:12.770] [modloading-sync-worker/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/item/Item$Anonymous$5f548ef6a9684b7fb6e230ed00418cb7 (originally net/mehvahdjukaar/moonlight/core/mixins/neoforge/ItemMixin$1) +[07мая2026 22:08:13.323] [modloading-sync-worker/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/levelgen/DebugLevelSource$Anonymous$28d0884d1fbe4ef69c454b77740acdfb (originally org/embeddedt/modernfix/common/mixin/perf/forge_registry_alloc/DebugLevelSourceMixin$1) +[07мая2026 22:08:13.460] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT +[07мая2026 22:08:13.463] [modloading-sync-worker/INFO] [SodiumExtras/Config]: Updating config cache +[07мая2026 22:08:13.463] [modloading-sync-worker/INFO] [SodiumExtras/Config]: Cache updated successfully +[07мая2026 22:08:13.463] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sodiumextras-client.toml +[07мая2026 22:08:13.464] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sodiumextras-client.toml for changes +[07мая2026 22:08:13.465] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-client.toml +[07мая2026 22:08:13.465] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\neoforge-client.toml +[07мая2026 22:08:13.465] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\neoforge-client.toml for changes +[07мая2026 22:08:13.467] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config pickupnotifier\pickupnotifier-client.toml +[07мая2026 22:08:13.470] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\pickupnotifier\pickupnotifier-client.toml +[07мая2026 22:08:13.471] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\pickupnotifier\pickupnotifier-client.toml for changes +[07мая2026 22:08:13.473] [modloading-sync-worker/INFO] [Auto Third Person/]: Cooking Auto Third Person config... +[07мая2026 22:08:13.473] [modloading-sync-worker/INFO] [Auto Third Person/]: ...done. +[07мая2026 22:08:13.473] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\auto_third_person-client.toml +[07мая2026 22:08:13.474] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\auto_third_person-client.toml for changes +[07мая2026 22:08:13.477] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\supplementaries-client.toml +[07мая2026 22:08:13.478] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\supplementaries-client.toml for changes +[07мая2026 22:08:13.479] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cumulus_menus-client.toml +[07мая2026 22:08:13.480] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cumulus_menus-client.toml for changes +[07мая2026 22:08:13.481] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config proplacer-client.toml +[07мая2026 22:08:13.486] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\proplacer-client.toml +[07мая2026 22:08:13.487] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\proplacer-client.toml for changes +[07мая2026 22:08:13.488] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config convenienteffects-client.toml +[07мая2026 22:08:13.489] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\convenienteffects-client.toml +[07мая2026 22:08:13.490] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\convenienteffects-client.toml for changes +[07мая2026 22:08:13.491] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\naturescompass-client.toml +[07мая2026 22:08:13.492] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\naturescompass-client.toml for changes +[07мая2026 22:08:13.492] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config bagofholding-client.toml +[07мая2026 22:08:13.492] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bagofholding-client.toml +[07мая2026 22:08:13.493] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bagofholding-client.toml for changes +[07мая2026 22:08:13.494] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mowziesmobs-client.toml +[07мая2026 22:08:13.495] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mowziesmobs-client.toml for changes +[07мая2026 22:08:13.496] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config iteminteractions-client.toml +[07мая2026 22:08:13.497] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\iteminteractions-client.toml +[07мая2026 22:08:13.497] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\iteminteractions-client.toml for changes +[07мая2026 22:08:13.499] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config mindfuldarkness-client.toml +[07мая2026 22:08:13.501] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mindfuldarkness-client.toml +[07мая2026 22:08:13.502] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mindfuldarkness-client.toml for changes +[07мая2026 22:08:13.503] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ding.toml +[07мая2026 22:08:13.504] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ding.toml for changes +[07мая2026 22:08:13.505] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\blueprint-client.toml +[07мая2026 22:08:13.506] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\blueprint-client.toml for changes +[07мая2026 22:08:13.507] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\appleskin-client.toml +[07мая2026 22:08:13.508] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\appleskin-client.toml for changes +[07мая2026 22:08:13.509] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cerulean-client.toml +[07мая2026 22:08:13.510] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cerulean-client.toml for changes +[07мая2026 22:08:13.512] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\quark_ponders-client.toml +[07мая2026 22:08:13.513] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\quark_ponders-client.toml for changes +[07мая2026 22:08:13.513] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\gallery-client.toml +[07мая2026 22:08:13.514] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\gallery-client.toml for changes +[07мая2026 22:08:13.514] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\allurement-client.toml +[07мая2026 22:08:13.515] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\allurement-client.toml for changes +[07мая2026 22:08:13.516] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sodiumdynamiclights-client.toml +[07мая2026 22:08:13.517] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sodiumdynamiclights-client.toml for changes +[07мая2026 22:08:13.518] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\farmersdelight-client.toml +[07мая2026 22:08:13.519] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\farmersdelight-client.toml for changes +[07мая2026 22:08:13.521] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-client.toml +[07мая2026 22:08:13.521] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-client.toml for changes +[07мая2026 22:08:13.522] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\curios-client.toml +[07мая2026 22:08:13.523] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\curios-client.toml for changes +[07мая2026 22:08:13.523] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\immersivelanterns-client.toml +[07мая2026 22:08:13.524] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\immersivelanterns-client.toml for changes +[07мая2026 22:08:13.525] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\moonlight-client.toml +[07мая2026 22:08:13.526] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\moonlight-client.toml for changes +[07мая2026 22:08:13.531] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\prettyrain-client.toml +[07мая2026 22:08:13.532] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\prettyrain-client.toml for changes +[07мая2026 22:08:13.532] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-client.toml +[07мая2026 22:08:13.533] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-client.toml for changes +[07мая2026 22:08:13.535] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\amendments-client.toml +[07мая2026 22:08:13.536] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\amendments-client.toml for changes +[07мая2026 22:08:13.537] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\explorerscompass-client.toml +[07мая2026 22:08:13.537] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\explorerscompass-client.toml for changes +[07мая2026 22:08:13.539] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deep_aether-client.toml +[07мая2026 22:08:13.539] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deep_aether-client.toml for changes +[07мая2026 22:08:13.548] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ichunutil\ichunutil-client.toml +[07мая2026 22:08:13.549] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ichunutil\ichunutil-client.toml for changes +[07мая2026 22:08:13.550] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cataclysm-client.toml +[07мая2026 22:08:13.550] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cataclysm-client.toml for changes +[07мая2026 22:08:13.551] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config overflowingbars-client.toml +[07мая2026 22:08:13.552] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\overflowingbars-client.toml +[07мая2026 22:08:13.553] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\overflowingbars-client.toml for changes +[07мая2026 22:08:13.553] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\colorwheel-client.toml +[07мая2026 22:08:13.554] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\colorwheel-client.toml for changes +[07мая2026 22:08:13.554] [modloading-sync-worker/WARN] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Configuration file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\flywheel-client.toml is not correct. Correcting +[07мая2026 22:08:13.568] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\flywheel-client.toml +[07мая2026 22:08:13.569] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\flywheel-client.toml for changes +[07мая2026 22:08:13.570] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ponder-client.toml +[07мая2026 22:08:13.571] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ponder-client.toml for changes +[07мая2026 22:08:13.574] [modloading-sync-worker/DEBUG] [flywheel/]: Detected Sodium +[07мая2026 22:08:13.575] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\vanillin-client.toml +[07мая2026 22:08:13.576] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\vanillin-client.toml for changes +[07мая2026 22:08:13.577] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_enchantment_industry-client.toml +[07мая2026 22:08:13.577] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_enchantment_industry-client.toml for changes +[07мая2026 22:08:13.579] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\copycats-client.toml +[07мая2026 22:08:13.579] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\copycats-client.toml for changes +[07мая2026 22:08:13.581] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create-client.toml +[07мая2026 22:08:13.582] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create-client.toml for changes +[07мая2026 22:08:13.583] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_dragons_plus-client.toml +[07мая2026 22:08:13.583] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_dragons_plus-client.toml for changes +[07мая2026 22:08:13.585] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_central_kitchen-client.toml +[07мая2026 22:08:13.585] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_central_kitchen-client.toml for changes +[07мая2026 22:08:13.585] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON +[07мая2026 22:08:13.587] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdungeons-neoforge-1_21.toml +[07мая2026 22:08:13.587] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdungeons-neoforge-1_21.toml for changes +[07мая2026 22:08:13.589] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\modernfix-common.toml +[07мая2026 22:08:13.589] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\modernfix-common.toml for changes +[07мая2026 22:08:13.591] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml +[07мая2026 22:08:13.591] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\neoforge-common.toml +[07мая2026 22:08:13.592] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\neoforge-common.toml for changes +[07мая2026 22:08:13.593] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterfortresses-neoforge-1_21.toml +[07мая2026 22:08:13.595] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterfortresses-neoforge-1_21.toml for changes +[07мая2026 22:08:13.595] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\repurposed_structures-neoforge\modded_loot.toml +[07мая2026 22:08:13.597] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\repurposed_structures-neoforge\modded_loot.toml for changes +[07мая2026 22:08:13.597] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\hearthandharvest-common.toml +[07мая2026 22:08:13.598] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\hearthandharvest-common.toml for changes +[07мая2026 22:08:13.605] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\supplementaries-common.toml +[07мая2026 22:08:13.607] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\supplementaries-common.toml for changes +[07мая2026 22:08:13.608] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sawmill-common.toml +[07мая2026 22:08:13.609] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sawmill-common.toml for changes +[07мая2026 22:08:13.610] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterendisland-neoforge-1_21.toml +[07мая2026 22:08:13.611] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterendisland-neoforge-1_21.toml for changes +[07мая2026 22:08:13.612] [modloading-sync-worker/INFO] [com.tom.storagemod.StorageMod/]: Loaded Tom's Simple Storage config file toms_storage-common.toml +[07мая2026 22:08:13.613] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\toms_storage-common.toml +[07мая2026 22:08:13.613] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\toms_storage-common.toml for changes +[07мая2026 22:08:13.615] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bettermineshafts-neoforge-1_21.toml +[07мая2026 22:08:13.616] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bettermineshafts-neoforge-1_21.toml for changes +[07мая2026 22:08:13.616] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\despawntweaks-common.toml +[07мая2026 22:08:13.617] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\despawntweaks-common.toml for changes +[07мая2026 22:08:13.618] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterjungletemples-neoforge-1_21.toml +[07мая2026 22:08:13.619] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterjungletemples-neoforge-1_21.toml for changes +[07мая2026 22:08:13.620] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config convenienteffects-common.toml +[07мая2026 22:08:13.620] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\convenienteffects-common.toml +[07мая2026 22:08:13.621] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\convenienteffects-common.toml for changes +[07мая2026 22:08:13.622] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\paxi-neoforge-1_21.toml +[07мая2026 22:08:13.622] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\paxi-neoforge-1_21.toml for changes +[07мая2026 22:08:13.624] [modloading-sync-worker/DEBUG] [io.github.catomon.easymobspawncontrol.CommonConfig/]: Loaded 2 banned mobs +[07мая2026 22:08:13.624] [modloading-sync-worker/DEBUG] [io.github.catomon.easymobspawncontrol.CommonConfig/]: Loaded 0 spawn rates +[07мая2026 22:08:13.624] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\easy_mob_spawn_control-common.toml +[07мая2026 22:08:13.625] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\easy_mob_spawn_control-common.toml for changes +[07мая2026 22:08:13.626] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\naturescompass-common.toml +[07мая2026 22:08:13.627] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\naturescompass-common.toml for changes +[07мая2026 22:08:13.627] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\corpsecurioscompat-common.toml +[07мая2026 22:08:13.627] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\corpsecurioscompat-common.toml for changes +[07мая2026 22:08:13.635] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mowziesmobs-common.toml +[07мая2026 22:08:13.636] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\mowziesmobs-common.toml for changes +[07мая2026 22:08:13.637] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bestylewither-common.toml +[07мая2026 22:08:13.638] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\bestylewither-common.toml for changes +[07мая2026 22:08:13.639] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\rhenium-common.toml +[07мая2026 22:08:13.640] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\rhenium-common.toml for changes +[07мая2026 22:08:13.640] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\crittersandcompanions-common.toml +[07мая2026 22:08:13.641] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\crittersandcompanions-common.toml for changes +[07мая2026 22:08:13.642] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aeroblender-common.toml +[07мая2026 22:08:13.643] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aeroblender-common.toml for changes +[07мая2026 22:08:13.643] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\blueprint-common.toml +[07мая2026 22:08:13.644] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\blueprint-common.toml for changes +[07мая2026 22:08:13.644] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterwitchhuts-neoforge-1_21.toml +[07мая2026 22:08:13.645] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterwitchhuts-neoforge-1_21.toml for changes +[07мая2026 22:08:13.645] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betteroceanmonuments-neoforge-1_21.toml +[07мая2026 22:08:13.646] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betteroceanmonuments-neoforge-1_21.toml for changes +[07мая2026 22:08:13.647] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cerulean-common.toml +[07мая2026 22:08:13.647] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cerulean-common.toml for changes +[07мая2026 22:08:13.647] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\gallery-common.toml +[07мая2026 22:08:13.648] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\gallery-common.toml for changes +[07мая2026 22:08:13.650] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\allurement-common.toml +[07мая2026 22:08:13.651] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\allurement-common.toml for changes +[07мая2026 22:08:13.652] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\farmersdelight-common.toml +[07мая2026 22:08:13.653] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\farmersdelight-common.toml for changes +[07мая2026 22:08:13.654] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-common.toml +[07мая2026 22:08:13.655] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\aether-common.toml for changes +[07мая2026 22:08:13.655] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\galosphere-common.toml +[07мая2026 22:08:13.656] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\galosphere-common.toml for changes +[07мая2026 22:08:13.657] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\endersdelight-common.toml +[07мая2026 22:08:13.658] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\endersdelight-common.toml for changes +[07мая2026 22:08:13.659] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\curios-common.toml +[07мая2026 22:08:13.660] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\curios-common.toml for changes +[07мая2026 22:08:13.660] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\stonezone-common.toml +[07мая2026 22:08:13.661] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\stonezone-common.toml for changes +[07мая2026 22:08:13.666] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\stonezone-hazardous.toml +[07мая2026 22:08:13.667] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\stonezone-hazardous.toml for changes +[07мая2026 22:08:13.668] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-hazardous.toml +[07мая2026 22:08:13.669] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-hazardous.toml for changes +[07мая2026 22:08:13.669] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\rusticdelight-common.toml +[07мая2026 22:08:13.670] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\rusticdelight-common.toml for changes +[07мая2026 22:08:13.671] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deeperdarker-common.toml +[07мая2026 22:08:13.672] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deeperdarker-common.toml for changes +[07мая2026 22:08:13.674] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\amendments-common.toml +[07мая2026 22:08:13.675] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\amendments-common.toml for changes +[07мая2026 22:08:13.677] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\natures_spirit-common.toml +[07мая2026 22:08:13.679] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\natures_spirit-common.toml for changes +[07мая2026 22:08:13.680] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-common.toml +[07мая2026 22:08:13.681] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-common.toml for changes +[07мая2026 22:08:13.682] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cookscollection-common.toml +[07мая2026 22:08:13.683] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cookscollection-common.toml for changes +[07мая2026 22:08:13.684] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\particular-common.toml +[07мая2026 22:08:13.685] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\particular-common.toml for changes +[07мая2026 22:08:13.685] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\explorerscompass-common.toml +[07мая2026 22:08:13.686] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\explorerscompass-common.toml for changes +[07мая2026 22:08:13.688] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdeserttemples-neoforge-1_21.toml +[07мая2026 22:08:13.689] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterdeserttemples-neoforge-1_21.toml for changes +[07мая2026 22:08:13.690] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deep_aether-common.toml +[07мая2026 22:08:13.691] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\deep_aether-common.toml for changes +[07мая2026 22:08:13.692] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\moonlight-common.toml +[07мая2026 22:08:13.692] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\moonlight-common.toml for changes +[07мая2026 22:08:13.703] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\waystones-common.toml +[07мая2026 22:08:13.703] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\waystones-common.toml for changes +[07мая2026 22:08:13.704] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ribbits-neoforge-1_21_1.toml +[07мая2026 22:08:13.705] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ribbits-neoforge-1_21_1.toml for changes +[07мая2026 22:08:13.716] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cataclysm-common.toml +[07мая2026 22:08:13.717] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\cataclysm-common.toml for changes +[07мая2026 22:08:13.717] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\CoroUtil\General.toml +[07мая2026 22:08:13.720] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\CoroUtil\General.toml for changes +[07мая2026 22:08:13.720] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-common.toml +[07мая2026 22:08:13.721] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-common.toml for changes +[07мая2026 22:08:13.723] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-server.toml +[07мая2026 22:08:13.724] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-server.toml for changes +[07мая2026 22:08:13.725] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-client.toml +[07мая2026 22:08:13.726] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\watut-client.toml for changes +[07мая2026 22:08:13.728] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\copycats-common.toml +[07мая2026 22:08:13.729] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\copycats-common.toml for changes +[07мая2026 22:08:13.729] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create-common.toml +[07мая2026 22:08:13.730] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create-common.toml for changes +[07мая2026 22:08:13.731] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_dragons_plus-common.toml +[07мая2026 22:08:13.732] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_dragons_plus-common.toml for changes +[07мая2026 22:08:13.732] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_central_kitchen-common.toml +[07мая2026 22:08:13.733] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\create_central_kitchen-common.toml for changes +[07мая2026 22:08:13.735] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-entries.toml +[07мая2026 22:08:13.736] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\everycomp-entries.toml for changes +[07мая2026 22:08:13.737] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.ResourcePackLoaderMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.resource.ResourcePackLoader +[07мая2026 22:08:13.737] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.ResourcePackLoaderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:13.737] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$changeSet$0(Ljava/util/Map$Entry;Ljava/util/Map$Entry;)I to mdd85188$sodium$lambda$changeSet$0$0 in sodium-neoforge.mixins.json:platform.neoforge.ResourcePackLoaderMixin from mod sodium +[07мая2026 22:08:13.801] [Render thread/DEBUG] [mixin/]: Mixing FileResourcesSupplierMixin from quick-pack.mixins.json into net.minecraft.server.packs.FilePackResources$FileResourcesSupplier +[07мая2026 22:08:13.811] [Render thread/DEBUG] [mixin/]: Mixing FilePackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.FilePackResources +[07мая2026 22:08:13.811] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method callGetPathFromLocation(Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;)Ljava/lang/String; to callGetPathFromLocation$creativecore_$md$d85188$0 in creativecore.mixins.json:FilePackResourcesAccessor from mod creativecore +[07мая2026 22:08:14.176] [Render thread/WARN] [net.minecraft.server.packs.repository.Pack/]: Pack mod/rpgstructures_mages_guild declared support for versions [48, 94] but declared main format is 16, defaulting to 16 +[07мая2026 22:08:14.423] [Render thread/INFO] [Moonlight/]: Merging 4 images using mode MIN_AREA_NO_UPSCALE +[07мая2026 22:08:14.612] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Starting internal pack sorting with: [vanilla, fabric, sodium_programmer_art, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, quark-emote-pack] +[07мая2026 22:08:14.614] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Removed all internal packs, result: [vanilla, fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, quark-emote-pack] +[07мая2026 22:08:14.628] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Final sorting result: [vanilla, fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, quark-emote-pack] +[07мая2026 22:08:14.629] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumGameOptions from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gui.SodiumGameOptions +[07мая2026 22:08:14.630] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:14.632] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris->@Inject::iris$writeIrisConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:14.666] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Starting internal pack sorting with: [vanilla, fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, file/coquet-0-9-1.zip, file/Freshly Detailed 4.0.zip, file/Cataclysm Reimagined v1.3.5 for NeoForge.zip, file/Create Touch-Ups v1.0.zip, file/BetterBetterX-v1.1-noStone.zip, file/waystones_1.21.1.zip, file/FTB-Vanilla-Like-1.0.zip, file/mod-descriptions-v8.1.zip, file/TerralithBiomesNames.zip, file/MandalasGUI+Dakmode_1.21.8_v2.5.zip, file/Mandala Utopia.zip, file/Reimagined Tweaks 11.zip, file/ShaderPanoramaFor1.21.zip, file/music-and-melody-1.21.5-v2.1.0.zip, file/Atmospheric Skies Fog 1.3.zip, file/FreshAnimations_v1.9.2.zip, file/FA+Details-v1.1.zip, file/FA+Spiders-v1.1.zip, file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip, sodium_programmer_art, quark-emote-pack] +[07мая2026 22:08:14.668] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Removed all internal packs, result: [vanilla, fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, file/coquet-0-9-1.zip, file/Freshly Detailed 4.0.zip, file/Cataclysm Reimagined v1.3.5 for NeoForge.zip, file/Create Touch-Ups v1.0.zip, file/BetterBetterX-v1.1-noStone.zip, file/waystones_1.21.1.zip, file/FTB-Vanilla-Like-1.0.zip, file/mod-descriptions-v8.1.zip, file/TerralithBiomesNames.zip, file/MandalasGUI+Dakmode_1.21.8_v2.5.zip, file/Mandala Utopia.zip, file/Reimagined Tweaks 11.zip, file/ShaderPanoramaFor1.21.zip, file/music-and-melody-1.21.5-v2.1.0.zip, file/Atmospheric Skies Fog 1.3.zip, file/FreshAnimations_v1.9.2.zip, file/FA+Details-v1.1.zip, file/FA+Spiders-v1.1.zip, file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip, quark-emote-pack] +[07мая2026 22:08:14.672] [Render thread/DEBUG] [net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil/]: [Fabric] Final sorting result: [vanilla, fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, file/coquet-0-9-1.zip, file/Freshly Detailed 4.0.zip, file/Cataclysm Reimagined v1.3.5 for NeoForge.zip, file/Create Touch-Ups v1.0.zip, file/BetterBetterX-v1.1-noStone.zip, file/waystones_1.21.1.zip, file/FTB-Vanilla-Like-1.0.zip, file/mod-descriptions-v8.1.zip, file/TerralithBiomesNames.zip, file/MandalasGUI+Dakmode_1.21.8_v2.5.zip, file/Mandala Utopia.zip, file/Reimagined Tweaks 11.zip, file/ShaderPanoramaFor1.21.zip, file/music-and-melody-1.21.5-v2.1.0.zip, file/Atmospheric Skies Fog 1.3.zip, file/FreshAnimations_v1.9.2.zip, file/FA+Details-v1.1.zip, file/FA+Spiders-v1.1.zip, file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip, quark-emote-pack] +[07мая2026 22:08:14.682] [Render thread/DEBUG] [mixin/]: Mixing perf.cache_profile_texture_url.SkinManagerMixin from modernfix-modernfix.mixins.json into net.minecraft.client.resources.SkinManager$TextureCache +[07мая2026 22:08:14.691] [Render thread/DEBUG] [mixin/]: Mixing MixinPlayerSkinTexture from entity_texture_features.mixins.json into net.minecraft.client.renderer.texture.HttpTexture +[07мая2026 22:08:14.691] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPlayerSkinTexture from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:14.705] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPlayerSkinTexture from mod entity_texture_features->@Inject::etf$cancelling(Lcom/mojang/blaze3d/platform/NativeImage;IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:14.706] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPlayerSkinTexture from mod entity_texture_features->@Inject::etf$differentAlpha(Lcom/mojang/blaze3d/platform/NativeImage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:14.723] [Render thread/DEBUG] [mixin/]: Mixing SoundEngineMixin from audioimprovements.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.724] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$audioImprovements$onSourcesPut$0(Lnet/minecraft/client/resources/sounds/SoundInstance;Lcom/mojang/blaze3d/audio/Channel;)V to mdd85188$audioimprovements$lambda$audioImprovements$onSourcesPut$0$0 in audioimprovements.mixins.json:SoundEngineMixin from mod audioimprovements +[07мая2026 22:08:14.735] [Render thread/DEBUG] [mixin/]: Mixing SoundSystemMixin from sound_physics_perfected.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.736] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:14.736] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$isSoundBlacklisted$1(Ljava/lang/String;Ljava/lang/String;)Z to mdd85188$sound_physics_perfected$lambda$isSoundBlacklisted$1$1 in sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected +[07мая2026 22:08:14.736] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$isSoundBlacklisted$0(Ljava/lang/String;)Z to mdd85188$sound_physics_perfected$lambda$isSoundBlacklisted$0$2 in sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected +[07мая2026 22:08:14.776] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.SoundEngineAccessor from aether.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.777] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinSoundEngine from melody.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.777] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.IMixinSoundEngine from mod melody: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:14.777] [Render thread/DEBUG] [mixin/]: Mixing client.MixinSoundEngine from melody.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.777] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:14.777] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$afterUpdateVolumeCategoryMelody$0(Lnet/minecraft/sounds/SoundSource;Ljava/util/function/BiConsumer;)V to mdd85188$melody$lambda$afterUpdateVolumeCategoryMelody$0$3 in melody.mixins.json:client.MixinSoundEngine from mod melody +[07мая2026 22:08:14.780] [Render thread/DEBUG] [mixin/]: Mixing client.music.SoundEngineMixin from ribbits.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.780] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopMaraca$12(Ljava/util/UUID;Lcom/yungnickyoung/minecraft/ribbits/client/sound/PlayerInstrumentSoundInstance;)Z to mdd85188$ribbits$lambda$ribbits$stopMaraca$12$4 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopMaraca$11(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Lcom/yungnickyoung/minecraft/ribbits/client/sound/PlayerInstrumentSoundInstance; to mdd85188$ribbits$lambda$ribbits$stopMaraca$11$5 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopMaraca$10(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Z to mdd85188$ribbits$lambda$ribbits$stopMaraca$10$6 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopRibbitsMusic$9(Ljava/util/UUID;Lcom/yungnickyoung/minecraft/ribbits/client/sound/RibbitInstrumentSoundInstance;)Z to mdd85188$ribbits$lambda$ribbits$stopRibbitsMusic$9$7 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopRibbitsMusic$8(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Lcom/yungnickyoung/minecraft/ribbits/client/sound/RibbitInstrumentSoundInstance; to mdd85188$ribbits$lambda$ribbits$stopRibbitsMusic$8$8 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$stopRibbitsMusic$7(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Z to mdd85188$ribbits$lambda$ribbits$stopRibbitsMusic$7$9 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$6(Lnet/minecraft/client/sounds/ChannelAccess$ChannelHandle;Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance;Lcom/mojang/blaze3d/audio/SoundBuffer;)V to mdd85188$ribbits$lambda$playInstrumentSound$6$a in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.781] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$5(Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance;Lcom/mojang/blaze3d/audio/SoundBuffer;Lcom/mojang/blaze3d/audio/Channel;)V to mdd85188$ribbits$lambda$playInstrumentSound$5$b in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.782] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$4(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Ljava/lang/Integer; to mdd85188$ribbits$lambda$playInstrumentSound$4$c in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.782] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$3(Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance;Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Z to mdd85188$ribbits$lambda$playInstrumentSound$3$d in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.782] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$2(Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance;Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance;)Z to mdd85188$ribbits$lambda$playInstrumentSound$2$e in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.782] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$1(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Lcom/yungnickyoung/minecraft/ribbits/client/sound/InstrumentSoundInstance; to mdd85188$ribbits$lambda$playInstrumentSound$1$f in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.782] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$playInstrumentSound$0(Lnet/minecraft/client/resources/sounds/TickableSoundInstance;)Z to mdd85188$ribbits$lambda$playInstrumentSound$0$10 in ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits +[07мая2026 22:08:14.796] [Render thread/DEBUG] [mixin/]: Mixing client.MixinSoundEngine from fancymenu.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.797] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundEngine from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:14.800] [Render thread/DEBUG] [mixin/]: Mixing MSoundSystem from presencefootsteps.mixin.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:14.802] [Render thread/DEBUG] [mixin/]: Mixing Sound.SoundEngineMixin from flerovium.mixins.json into net.minecraft.client.sounds.SoundEngine +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: audioimprovements.mixins.json:SoundEngineMixin from mod audioimprovements->@Inject::audioImprovements$calculateVolume(FLnet/minecraft/sounds/SoundSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onSoundPlay(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onSoundTick(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onSoundTick(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onSoundTick(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onStopAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onStopAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onStopAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: sound_physics_perfected.mixins.json:SoundSystemMixin from mod sound_physics_perfected->@Inject::onAudioEngineStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterUpdateVolumeCategoryMelody(Lnet/minecraft/sounds/SoundSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.137] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterUpdateVolumeCategoryMelody(Lnet/minecraft/sounds/SoundSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterUpdateVolumeCategoryMelody(Lnet/minecraft/sounds/SoundSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterReloadSoundEngineMelody(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterReloadSoundEngineMelody(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: melody.mixins.json:client.MixinSoundEngine from mod melody->@Inject::afterReloadSoundEngineMelody(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.music.SoundEngineMixin from mod ribbits->@Inject::ribbits$handleRibbitsOffsetSounds(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/sounds/WeighedSoundEvents;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/sounds/Sound;FFLnet/minecraft/sounds/SoundSource;FFLnet/minecraft/client/resources/sounds/SoundInstance$Attenuation;ZLnet/minecraft/world/phys/Vec3;ZZLjava/util/concurrent/CompletableFuture;Lnet/minecraft/client/sounds/ChannelAccess$ChannelHandle;)V does use it's CallbackInfo +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundEngine from mod fancymenu->@Inject::afterReloadSoundEngineFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundEngine from mod fancymenu->@Inject::afterReloadSoundEngineFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinSoundEngine from mod fancymenu->@Inject::afterReloadSoundEngineFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: presencefootsteps.mixin.json:MSoundSystem from mod presencefootsteps->@Inject::onGetAdjustedVolume(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.138] [Render thread/DEBUG] [mixin/]: flerovium.mixins.json:Sound.SoundEngineMixin from mod (unknown)->@Inject::onPlaySound(Lnet/minecraft/client/resources/sounds/SoundInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:15.222] [Render thread/DEBUG] [mixin/]: Mixing SoundBufferLibraryAccessor from ambientsounds.mixins.json into net.minecraft.client.sounds.SoundBufferLibrary +[07мая2026 22:08:15.255] [Render thread/DEBUG] [mixin/]: Mixing font_atlas_resizing.MixinGlyphAtlasTexture from immediatelyfast-common.mixins.json into net.minecraft.client.gui.font.FontTexture +[07мая2026 22:08:15.255] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:font_atlas_resizing.MixinGlyphAtlasTexture from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.261] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:font_atlas_resizing.MixinGlyphAtlasTexture from mod immediatelyfast->@Inject::checkFontAtlasResizing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.261] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:font_atlas_resizing.MixinGlyphAtlasTexture from mod immediatelyfast->@Inject::checkFontAtlasResizing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.261] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:font_atlas_resizing.MixinGlyphAtlasTexture from mod immediatelyfast->@Inject::checkFontAtlasResizing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.265] [Render thread/DEBUG] [mixin/]: Mixing features.render.gui.font.BakedGlyphMixin from sodium-common.mixins.json into net.minecraft.client.gui.font.glyphs.BakedGlyph +[07мая2026 22:08:15.265] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.296] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium->@Inject::drawFast(ZFFLorg/joml/Matrix4f;Lcom/mojang/blaze3d/vertex/VertexConsumer;FFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:15.318] [Render thread/DEBUG] [mixin/]: Mixing core.MixinNeoForgeRenderTypes from immediatelyfast-neoforge.mixins.json into net.neoforged.neoforge.client.NeoForgeRenderTypes$Internal +[07мая2026 22:08:15.346] [Render thread/DEBUG] [mixin/]: Mixing StringSplitterAccessor from creativecore.mixins.json into net.minecraft.client.StringSplitter +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:short_grass had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@4f62f243 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:tall_grass had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@1d083ad4 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:fern had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@12817403 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:large_fern had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@4dab4f4a and will not use per-vertex coloring +[07мая2026 22:08:15.395] [Render thread/INFO] [Sodium/]: Block natures_spirit:lotus_stem had its color provider replaced with net.hibiscus.naturespirit.client.NSClient$$Lambda/0x000001d684debbe0@db43b3a and will not use per-vertex coloring +[07мая2026 22:08:15.397] [Render thread/INFO] [Sodium/]: Block minecraft:water_cauldron had its color provider replaced with net.mehvahdjukaar.amendments.AmendmentsClient$$Lambda/0x000001d684dee658@732efe14 and will not use per-vertex coloring +[07мая2026 22:08:15.446] [Render thread/DEBUG] [mixin/]: Mixing MixinSheets from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.Sheets +[07мая2026 22:08:15.446] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:15.449] [Render thread/DEBUG] [mixin/]: Mixing client.SheetsMixin from galosphere.mixins.json into net.minecraft.client.renderer.Sheets +[07мая2026 22:08:15.460] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris->@Inject::setSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.460] [Render thread/DEBUG] [mixin/]: galosphere.mixins.json:client.SheetsMixin from mod galosphere->@Inject::G$getDecoratedPotMaterial(Lnet/minecraft/resources/ResourceKey;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.470] [Render thread/DEBUG] [mixin/]: Mixing perf.dynamic_resources.BlockModelShaperMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.block.BlockModelShaper +[07мая2026 22:08:15.470] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$replaceModelMap$0(Lnet/minecraft/world/level/block/state/BlockState;)Lnet/minecraft/client/resources/model/BakedModel; to mdd85188$modernfix$lambda$replaceModelMap$0$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix +[07мая2026 22:08:15.480] [Render thread/DEBUG] [mixin/]: Mixing accessors.BlockModelShaperAccessor from moreculling.mixins.json into net.minecraft.client.renderer.block.BlockModelShaper +[07мая2026 22:08:15.480] [Render thread/DEBUG] [mixin/]: Mixing BlockModelsMixin from continuity.mixins.json into net.minecraft.client.renderer.block.BlockModelShaper +[07мая2026 22:08:15.492] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.492] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.492] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.492] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.492] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.493] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockModelShaperMixin from mod modernfix->@Inject::replaceModelMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.493] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:BlockModelsMixin from mod continuity->@Inject::continuity$onHeadSetModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.493] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:BlockModelsMixin from mod continuity->@Inject::continuity$onHeadSetModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.493] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:BlockModelsMixin from mod continuity->@Inject::continuity$onHeadSetModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.591] [Render thread/DEBUG] [mixin/]: Mixing mods.iris.MixinFullyBufferedMultiBufferSource from entity_texture_features.mixins.json into net.irisshaders.batchedentityrendering.impl.FullyBufferedMultiBufferSource +[07мая2026 22:08:15.591] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:mods.iris.MixinFullyBufferedMultiBufferSource from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:15.596] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:mods.iris.MixinFullyBufferedMultiBufferSource from mod entity_texture_features->@Inject::etf$injectIntoGetBufferReturn(Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.600] [Render thread/DEBUG] [mixin/]: Mixing SectionBufferBuilderPackAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.SectionBufferBuilderPack +[07мая2026 22:08:15.600] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:SectionBufferBuilderPackAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:15.607] [Render thread/DEBUG] [mixin/]: Mixing forge.net.minecraft.client.renderer.block.model.BlockModelMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.block.model.BlockModel +[07мая2026 22:08:15.607] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:forge.net.minecraft.client.renderer.block.model.BlockModelMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.608] [Render thread/DEBUG] [mixin/]: Mixing models.cullshape.BlockModel_cullShapeMixin from moreculling.mixins.json into net.minecraft.client.renderer.block.model.BlockModel +[07мая2026 22:08:15.780] [Render thread/DEBUG] [mixin/]: moreculling.mixins.json:models.cullshape.BlockModel_cullShapeMixin from mod moreculling->@Inject::moreculling$onBake(Lnet/minecraft/client/resources/model/ModelBaker;Lnet/minecraft/client/renderer/block/model/BlockModel;Ljava/util/function/Function;Lnet/minecraft/client/resources/model/ModelState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.785] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.block.model.FaceBakeryMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.block.model.FaceBakery +[07мая2026 22:08:15.785] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.block.model.FaceBakeryMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.788] [Render thread/DEBUG] [mixin/]: Mixing FaceBakeryMixin from polytone-common.mixins.json into net.minecraft.client.renderer.block.model.FaceBakery +[07мая2026 22:08:15.804] [Render thread/DEBUG] [mixin/]: Mixing models.cullshape.Deserializer_cullShapeMixin from moreculling.mixins.json into net.minecraft.client.renderer.block.model.BlockModel$Deserializer +[07мая2026 22:08:15.818] [Render thread/DEBUG] [mixin/]: moreculling.mixins.json:models.cullshape.Deserializer_cullShapeMixin from mod moreculling->@Inject::moreculling$onDeserialize(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.822] [Render thread/DEBUG] [mixin/]: Mixing BlockElementDeserializerMixin from polytone-common.mixins.json into net.minecraft.client.renderer.block.model.BlockElement$Deserializer +[07мая2026 22:08:15.846] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:BlockElementDeserializerMixin from mod polytone->@Inject::polytone$unRestrictAngles(Lcom/google/gson/JsonObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.846] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:BlockElementDeserializerMixin from mod polytone->@Inject::polytone$unRestrictRotation(Lcom/google/gson/JsonObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:15.854] [Render thread/DEBUG] [mixin/]: Mixing Item.ItemTransformMixin from flerovium.mixins.json into net.minecraft.client.renderer.block.model.ItemTransform +[07мая2026 22:08:15.907] [Render thread/DEBUG] [mixin/]: flerovium.mixins.json:Item.ItemTransformMixin from mod (unknown)->@Inject::init(Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.907] [Render thread/DEBUG] [mixin/]: flerovium.mixins.json:Item.ItemTransformMixin from mod (unknown)->@Inject::init(Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:15.907] [Render thread/DEBUG] [mixin/]: flerovium.mixins.json:Item.ItemTransformMixin from mod (unknown)->@Inject::init(Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/joml/Vector3f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:15.907] [Render thread/DEBUG] [mixin/]: flerovium.mixins.json:Item.ItemTransformMixin from mod (unknown)->@Inject::apply(ZLcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:15.912] [Render thread/DEBUG] [mixin/]: Mixing forge.net.minecraft.client.renderer.block.model.ItemTransformsDeserializerMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer +[07мая2026 22:08:15.912] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:forge.net.minecraft.client.renderer.block.model.ItemTransformsDeserializerMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.930] [Render thread/DEBUG] [mixin/]: Mixing perf.model_optimizations.TransformationMatrixMixin from modernfix-modernfix.mixins.json into com.mojang.math.Transformation +[07мая2026 22:08:15.933] [Render thread/DEBUG] [mixin/]: Mixing threading.math.MixinAffineTransformation from c2me-fixes-worldgen-threading-issues.mixins.json into com.mojang.math.Transformation +[07мая2026 22:08:15.937] [Render thread/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.math.MixinAffineTransformation from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:15.966] [Render thread/DEBUG] [mixin/]: Mixing OutlineBufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.OutlineBufferSource +[07мая2026 22:08:15.967] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:OutlineBufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:15.982] [Render thread/DEBUG] [mixin/]: Mixing mc.ModelBlockRendererMixin from colorwheel.neoforge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:15.983] [Render thread/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.ModelBlockRendererMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.983] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to mdd85188$colorwheel$lambda$new$0$0 in colorwheel.neoforge.mixins.json:mc.ModelBlockRendererMixin from mod colorwheel +[07мая2026 22:08:15.991] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.ModelBlockRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:15.991] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.992] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/NonTerrainBlockRenderContext; to mdd85188$sodium$lambda$new$0$1 in sodium-common.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium +[07мая2026 22:08:15.995] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.ModelBlockRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:15.995] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:15.997] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.block.ModelBlockRendererMixin from sodium-neoforge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:15.997] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.008] [Render thread/DEBUG] [mixin/]: Mixing renderers.ModelBlockRenderer_cullMixin from moreculling.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:16.010] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$moreculling$renderQuadsForFaces$0(Lnet/minecraft/core/Direction;Lnet/minecraft/core/Direction;)Z to mdd85188$moreculling$lambda$moreculling$renderQuadsForFaces$0$2 in moreculling.mixins.json:renderers.ModelBlockRenderer_cullMixin from mod moreculling +[07мая2026 22:08:16.051] [Render thread/DEBUG] [mixin/]: Mixing ModelRendererMixin from polytone.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:16.055] [Render thread/DEBUG] [mixin/]: Mixing ModelBlockRendererMixin from polytone-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:16.058] [Render thread/DEBUG] [mixin/]: Mixing foundation.copycat.multistate.ModelBlockRendererMixin from copycats-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:16.058] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.060] [Render thread/DEBUG] [mixin/]: Mixing ModelBlockRendererMixin from flywheel.impl.neoforge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[07мая2026 22:08:16.061] [Render thread/DEBUG] [mixin/]: flywheel.impl.neoforge.mixins.json:ModelBlockRendererMixin from mod flywheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: colorwheel.neoforge.mixins.json:mc.ModelBlockRendererMixin from mod colorwheel->@Inject::injectBeginEndBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium->@Inject::renderFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/client/resources/model/BakedModel;FFFIILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:ModelBlockRendererMixin from mod polytone->@Inject::polytone$modifyBiomeTexture(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:ModelBlockRendererMixin from mod polytone->@Inject::polytone$modifyBiomeTexture(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:ModelBlockRendererMixin from mod polytone->@Inject::polytone$modifyBiomeTexture(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::beforeColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::beforeColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::beforeColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::afterColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::afterColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.134] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.multistate.ModelBlockRendererMixin from mod copycats->@Inject::afterColor(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.135] [Render thread/DEBUG] [mixin/]: flywheel.impl.neoforge.mixins.json:ModelBlockRendererMixin from mod flywheel->@Inject::onTesselateBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.135] [Render thread/DEBUG] [mixin/]: flywheel.impl.neoforge.mixins.json:ModelBlockRendererMixin from mod flywheel->@Inject::onTesselateBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V has 0 override(s) in child classes +[07мая2026 22:08:16.135] [Render thread/DEBUG] [mixin/]: flywheel.impl.neoforge.mixins.json:ModelBlockRendererMixin from mod flywheel->@Inject::onTesselateBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.150] [Render thread/DEBUG] [mixin/]: Mixing ForgeModelBlockRendererAccessor from creativecore.forge.mixins.json into net.neoforged.neoforge.client.model.lighting.LightPipelineAwareModelBlockRenderer +[07мая2026 22:08:16.154] [Render thread/DEBUG] [mixin/]: Mixing QuadLighterMixin from creativecore.forge.mixins.json into net.neoforged.neoforge.client.model.lighting.QuadLighter +[07мая2026 22:08:16.165] [Render thread/DEBUG] [mixin/]: creativecore.forge.mixins.json:QuadLighterMixin from mod creativecore->@Inject::getColorMultiplierHook(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.177] [Render thread/DEBUG] [mixin/]: Mixing MixinAbstractBlockRenderContext from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext +[07мая2026 22:08:16.177] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.182] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.AbstractBlockRenderContextMixin from sodium-neoforge.mixins.json into net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext +[07мая2026 22:08:16.182] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.AbstractBlockRenderContextMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.189] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.189] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.189] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.190] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinAbstractBlockRenderContext from mod iris->@Inject::checkDirectionNeo(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.204] [Render thread/DEBUG] [mixin/]: Mixing FluidRendererMixin from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.renderer.block.LiquidBlockRenderer +[07мая2026 22:08:16.204] [Render thread/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:FluidRendererMixin from mod fabric_rendering_fluids_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.209] [Render thread/DEBUG] [mixin/]: Mixing LiquidBlockRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.block.LiquidBlockRenderer +[07мая2026 22:08:16.210] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:LiquidBlockRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.212] [Render thread/DEBUG] [mixin/]: Mixing foundation.copycat.LiquidBlockRendererMixin from copycats-common.mixins.json into net.minecraft.client.renderer.block.LiquidBlockRenderer +[07мая2026 22:08:16.213] [Render thread/DEBUG] [mixin/]: copycats-common.mixins.json:foundation.copycat.LiquidBlockRendererMixin from mod copycats: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.227] [Render thread/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:FluidRendererMixin from mod fabric_rendering_fluids_v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.227] [Render thread/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:FluidRendererMixin from mod fabric_rendering_fluids_v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.227] [Render thread/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:FluidRendererMixin from mod fabric_rendering_fluids_v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.227] [Render thread/DEBUG] [mixin/]: fabric-rendering-fluids-v1.mixins.json:FluidRendererMixin from mod fabric_rendering_fluids_v1->@Inject::onHeadRender(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.250] [Render thread/DEBUG] [mixin/]: Mixing firstPerson.ItemInHandRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.255] [Render thread/DEBUG] [mixin/]: Mixing MixinItemInHandRenderer from mixins.iris.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.255] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.257] [Render thread/DEBUG] [mixin/]: Mixing client.ItemInHandRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.259] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to mdd85188$punchy$lambda$static$0$0 in punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy +[07мая2026 22:08:16.313] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.ItemInHandRendererInvoker from punchy.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.314] [Render thread/DEBUG] [mixin/]: Mixing ItemInHandRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.314] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.315] [Render thread/DEBUG] [mixin/]: Mixing client.ItemInHandRendererMixin from galosphere.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.324] [Render thread/DEBUG] [mixin/]: Mixing ItemInHandRendererMixin from moonlight-common.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.324] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemInHandRendererMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.330] [Render thread/DEBUG] [mixin/]: Mixing client.maraca.ItemInHandRendererMixin from ribbits.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.331] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ItemInHandRendererMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.338] [Render thread/DEBUG] [mixin/]: Mixing client.HeldItemRendererMixin from ranged_weapon_api.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.338] [Render thread/DEBUG] [mixin/]: ranged_weapon_api.mixins.json:client.HeldItemRendererMixin from mod ranged_weapon_api: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.351] [Render thread/DEBUG] [mixin/]: Mixing client.ItemInHandRendererMixin from quark.mixins.json into net.minecraft.client.renderer.ItemInHandRenderer +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.ItemInHandRendererMixin from mod playeranimator->@Inject::disableDefaultItemIfNeeded(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:firstPerson.ItemInHandRendererMixin from mod playeranimator->@Inject::cancelItemRender(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris->@Inject::iris$skipTranslucentHands(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$renderFirstPersonModel(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$renderFirstPersonModel(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.468] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$renderFirstPersonModel(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$endHandRenderContext(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$endHandRenderContext(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$endHandRenderContext(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$cancelVanillaArms(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$lockUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.ItemInHandRendererMixin from mod punchy->@Inject::punchy$restoreUseDisplayBaseline(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArm(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArm(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArm(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArmEnd(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArmEnd(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandRendererMixin from mod notenoughanimations->@Inject::renderPlayerArmEnd(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFFLnet/minecraft/world/entity/HumanoidArm;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.469] [Render thread/DEBUG] [mixin/]: galosphere.mixins.json:client.ItemInHandRendererMixin from mod galosphere->@Inject::G$renderHandsWithItems(FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource$BufferSource;Lnet/minecraft/client/player/LocalPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: galosphere.mixins.json:client.ItemInHandRendererMixin from mod galosphere->@Inject::G$renderArmWithItem(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemInHandRendererMixin from mod moonlight->@Inject::moonlight$animateItem(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemInHandRendererMixin from mod moonlight->@Inject::moonlight$animateItem(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemInHandRendererMixin from mod moonlight->@Inject::moonlight$animateItem(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:ItemInHandRendererMixin from mod moonlight->@Inject::moonlight$renderSpecial(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.470] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.maraca.ItemInHandRendererMixin from mod ribbits->@Inject::ribbits$renderArmWithItem(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:16.487] [Render thread/DEBUG] [mixin/]: Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.client.mixins.json into net.minecraft.client.particle.ParticleEngine$MutableSpriteSet +[07мая2026 22:08:16.487] [Render thread/DEBUG] [mixin/]: fabric-particles-v1.client.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor from mod fabric_particles_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.487] [Render thread/DEBUG] [mixin/]: Mixing HackThatPreventsMissingSpritesFromCrashingMixin from polytone-common.mixins.json into net.minecraft.client.particle.ParticleEngine$MutableSpriteSet +[07мая2026 22:08:16.492] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:HackThatPreventsMissingSpritesFromCrashingMixin from mod polytone->@Inject::polytone$setNullSprite(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.492] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:HackThatPreventsMissingSpritesFromCrashingMixin from mod polytone->@Inject::polytone$setNullSprite(Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.495] [Render thread/DEBUG] [mixin/]: Mixing MixinStationaryItemParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.BlockMarker +[07мая2026 22:08:16.496] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.501] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.501] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.501] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.501] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$overrideParticleRenderType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.504] [Render thread/DEBUG] [mixin/]: Mixing InjectWaterBubbleParticle from particular.mixins.json into net.minecraft.client.particle.BubbleParticle +[07мая2026 22:08:16.504] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectWaterBubbleParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.513] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectWaterBubbleParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.513] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectWaterBubbleParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.513] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectWaterBubbleParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.516] [Render thread/DEBUG] [mixin/]: Mixing InjectBubbleColumnUpParticle from particular.mixins.json into net.minecraft.client.particle.BubbleColumnUpParticle +[07мая2026 22:08:16.516] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBubbleColumnUpParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.524] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBubbleColumnUpParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.524] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBubbleColumnUpParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.524] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBubbleColumnUpParticle from mod particular->@Inject::releaseBubbles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.528] [Render thread/DEBUG] [mixin/]: Mixing Particle.CampfireSmokeParticleMixin from flerovium.mixins.json into net.minecraft.client.particle.CampfireSmokeParticle +[07мая2026 22:08:16.537] [Render thread/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$4 for descriptor (DDD)V +[07мая2026 22:08:16.559] [Render thread/DEBUG] [mixin/]: Mixing DragonBreathParticleMixin from amendments-common.mixins.json into net.minecraft.client.particle.DragonBreathParticle +[07мая2026 22:08:16.560] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:DragonBreathParticleMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:16.570] [Render thread/DEBUG] [mixin/]: Mixing DripParticleMixin from particlerain.mixins.json into net.minecraft.client.particle.DripParticle +[07мая2026 22:08:16.574] [Render thread/DEBUG] [mixin/]: Mixing AccessorBlockLeakParticle from particular.mixins.json into net.minecraft.client.particle.DripParticle +[07мая2026 22:08:16.574] [Render thread/DEBUG] [mixin/]: particular.mixins.json:AccessorBlockLeakParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.574] [Render thread/DEBUG] [mixin/]: Mixing InjectBlockLeakParticle from particular.mixins.json into net.minecraft.client.particle.DripParticle +[07мая2026 22:08:16.575] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBlockLeakParticle from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.593] [Render thread/DEBUG] [mixin/]: particlerain.mixins.json:DripParticleMixin from mod particlerain->@Inject::createWaterHangParticle(Lnet/minecraft/core/particles/SimpleParticleType;Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.593] [Render thread/DEBUG] [mixin/]: particlerain.mixins.json:DripParticleMixin from mod particlerain->@Inject::createWaterFallParticle(Lnet/minecraft/core/particles/SimpleParticleType;Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.593] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectBlockLeakParticle from mod particular->@Inject::getBrightness(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:16.598] [Render thread/DEBUG] [mixin/]: Mixing InjectContinuousFalling from particular.mixins.json into net.minecraft.client.particle.DripParticle$FallAndLandParticle +[07мая2026 22:08:16.598] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectContinuousFalling from mod particular: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.613] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectContinuousFalling from mod particular->@Inject::addRipples(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:16.613] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectContinuousFalling from mod particular->@Inject::addRipples(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:16.613] [Render thread/DEBUG] [mixin/]: particular.mixins.json:InjectContinuousFalling from mod particular->@Inject::addRipples(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:16.649] [Render thread/DEBUG] [mixin/]: Mixing MixinFireworkSparkParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.FireworkParticles$SparkParticle +[07мая2026 22:08:16.649] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinFireworkSparkParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:16.685] [Render thread/DEBUG] [mixin/]: Mixing WaterDropParticleMixin from particlerain.mixins.json into net.minecraft.client.particle.WaterDropParticle +[07мая2026 22:08:17.125] [Render thread/DEBUG] [mixin/]: Mixing create.AirFlowParticleMixin from create_dragons_plus.mixins.json into com.simibubi.create.content.kinetics.fan.AirFlowParticle +[07мая2026 22:08:17.247] [Render thread/DEBUG] [mixin/]: Mixing SpriteLoaderMixin from continuity.mixins.json into net.minecraft.client.renderer.texture.SpriteLoader +[07мая2026 22:08:17.249] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$onReturnStitch$3(Ljava/util/Map;Lme/pepperbell/continuity/client/resource/SpriteLoaderStitchContext;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V to mdd85188$continuity$lambda$continuity$onReturnStitch$3$0 in continuity.mixins.json:SpriteLoaderMixin from mod continuity +[07мая2026 22:08:17.250] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$modifyFunction$2(Lme/pepperbell/continuity/client/resource/SpriteLoaderLoadContext$EmissiveControl;Ljava/util/function/Function;Ljava/util/List;)Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations; to mdd85188$continuity$lambda$continuity$modifyFunction$2$1 in continuity.mixins.json:SpriteLoaderMixin from mod continuity +[07мая2026 22:08:17.250] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$modifySupplier$1(Ljava/util/concurrent/CompletableFuture;Ljava/util/function/Supplier;)Ljava/util/List; to mdd85188$continuity$lambda$continuity$modifySupplier$1$2 in continuity.mixins.json:SpriteLoaderMixin from mod continuity +[07мая2026 22:08:17.250] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$modifySupplier$0(Ljava/util/concurrent/CompletableFuture;Lme/pepperbell/continuity/client/resource/SpriteLoaderLoadContext$EmissiveControl;Ljava/util/function/Supplier;)Ljava/util/List; to mdd85188$continuity$lambda$continuity$modifySupplier$0$3 in continuity.mixins.json:SpriteLoaderMixin from mod continuity +[07мая2026 22:08:17.286] [Render thread/DEBUG] [mixin/]: Mixing SpriteLoaderMixin from particlerain.mixins.json into net.minecraft.client.renderer.texture.SpriteLoader +[07мая2026 22:08:17.442] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:SpriteLoaderMixin from mod continuity->@Inject::continuity$onReturnStitch(Ljava/util/List;ILjava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:17.478] [Render thread/DEBUG] [mixin/]: Mixing map_atlas_generation.MixinMapRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.gui.MapRenderer +[07мая2026 22:08:17.478] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.480] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$createMapAtlasTexture$0(I)I to mdd85188$immediatelyfast$lambda$createMapAtlasTexture$0$0 in immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast +[07мая2026 22:08:17.529] [Render thread/DEBUG] [mixin/]: Mixing MapRendererMixin from moonlight-common.mixins.json into net.minecraft.client.gui.MapRenderer +[07мая2026 22:08:17.530] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:MapRendererMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::clearMapAtlasTextures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::clearMapAtlasTextures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::clearMapAtlasTextures(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::createMapAtlasTexture(Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::createMapAtlasTexture(Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:map_atlas_generation.MixinMapRenderer from mod immediatelyfast->@Inject::createMapAtlasTexture(Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:MapRendererMixin from mod moonlight->@Inject::render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;ZILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:MapRendererMixin from mod moonlight->@Inject::render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;ZILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:17.563] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:MapRendererMixin from mod moonlight->@Inject::render(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/level/saveddata/maps/MapId;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;ZILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:17.569] [Render thread/DEBUG] [mixin/]: Mixing LightTextureMixin from polytone-common.mixins.json into net.minecraft.client.renderer.LightTexture +[07мая2026 22:08:17.581] [Render thread/DEBUG] [mixin/]: Mixing impl.darkness.LightMapTexManagerMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.LightTexture +[07мая2026 22:08:17.581] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.LightMapTexManagerMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.582] [Render thread/DEBUG] [mixin/]: Mixing impl.darkness.accessors.LightTextureAccessor from mixins.sodiumextras.json into net.minecraft.client.renderer.LightTexture +[07мая2026 22:08:17.582] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.accessors.LightTextureAccessor from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.583] [Render thread/DEBUG] [mixin/]: Mixing LightTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[07мая2026 22:08:17.583] [Render thread/DEBUG] [mixin/]: mixins.iris.json:LightTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:17.584] [Render thread/DEBUG] [mixin/]: Mixing MixinLightTexture from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[07мая2026 22:08:17.584] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:17.615] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:LightTextureMixin from mod polytone->@Inject::polytone$modifyLightTexture(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:17.615] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:LightTextureMixin from mod polytone->@Inject::polytone$useGuiLightmap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:17.615] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.LightMapTexManagerMixin from mod sodiumextras->@Inject::inject$afterInit(Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/Minecraft;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.615] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.LightMapTexManagerMixin from mod sodiumextras->@Inject::inject$afterInit(Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/Minecraft;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:17.615] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.LightMapTexManagerMixin from mod sodiumextras->@Inject::inject$afterInit(Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/Minecraft;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:17.616] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.616] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:17.616] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:17.616] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::storeDarknessValue(Lnet/minecraft/world/entity/LivingEntity;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:17.620] [Render thread/INFO] [Iris/]: Hardware information: +[07мая2026 22:08:17.621] [Render thread/INFO] [Iris/]: CPU: 12x AMD Ryzen 5 5600X 6-Core Processor +[07мая2026 22:08:17.622] [Render thread/INFO] [Iris/]: GPU: NVIDIA GeForce RTX 3060/PCIe/SSE2 (Supports OpenGL 4.6.0 NVIDIA 596.36) +[07мая2026 22:08:17.622] [Render thread/INFO] [Iris/]: OS: Windows 10 (10.0) +[07мая2026 22:08:17.637] [Render thread/DEBUG] [mixin/]: Mixing fast_buffer_upload.MixinVertexBuffer from immediatelyfast-common.mixins.json into com.mojang.blaze3d.vertex.VertexBuffer +[07мая2026 22:08:17.637] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:fast_buffer_upload.MixinVertexBuffer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.645] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexBuffer from mixins.iris.json into com.mojang.blaze3d.vertex.VertexBuffer +[07мая2026 22:08:17.645] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:17.654] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::unbindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.654] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.654] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:17.654] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:17.660] [Render thread/DEBUG] [mixin/]: Mixing BufferRendererMixin from puffish_skills.mixins.json into com.mojang.blaze3d.vertex.BufferUploader +[07мая2026 22:08:17.660] [Render thread/DEBUG] [mixin/]: puffish_skills.mixins.json:BufferRendererMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.662] [Render thread/DEBUG] [mixin/]: Mixing hud_batching.compat.MixinBufferRenderer from immediatelyfast-common.mixins.json into com.mojang.blaze3d.vertex.BufferUploader +[07мая2026 22:08:17.662] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinBufferRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.666] [Render thread/DEBUG] [mixin/]: puffish_skills.mixins.json:BufferRendererMixin from mod puffish_skills->@Inject::injectBeforeDraw(Lcom/mojang/blaze3d/vertex/MeshData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/mojang/blaze3d/vertex/VertexBuffer;)V does use it's CallbackInfo +[07мая2026 22:08:17.667] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinBufferRenderer from mod immediatelyfast->@Inject::checkForDrawCallWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.667] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.compat.MixinBufferRenderer from mod immediatelyfast->@Inject::checkForDrawCallWhileBatching(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:17.672] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinBufferBuilder_SeparateAo from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.672] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinBufferBuilder_SeparateAo from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:17.674] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.674] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:17.724] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.BufferBuilderMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.724] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:core.render.immediate.consumer.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.733] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.733] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.741] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder from entity_texture_features.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.741] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinBufferBuilder from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:17.742] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$etf$initETFVertexConsumer$0(Lnet/minecraft/resources/ResourceLocation;)V to mdd85188$entity_texture_features$lambda$etf$initETFVertexConsumer$0$0 in entity_texture_features.mixins.json:MixinBufferBuilder from mod entity_texture_features +[07мая2026 22:08:17.748] [Render thread/DEBUG] [mixin/]: Mixing BufferBuilderAccessor from owo.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.748] [Render thread/DEBUG] [mixin/]: owo.mixins.json:BufferBuilderAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:17.749] [Render thread/DEBUG] [mixin/]: Mixing mc.BufferBuilderMixin from colorwheel.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.749] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.BufferBuilderMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.765] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.BufferBuilderAccessor from ponder-common.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.766] [Render thread/DEBUG] [mixin/]: ponder-common.mixins.json:client.accessor.BufferBuilderAccessor from mod ponder: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:17.766] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder_SegmentRendering from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[07мая2026 22:08:17.766] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.BufferBuilderMixin from mod colorwheel->@Inject::injectEmission(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.BufferBuilderMixin from mod colorwheel->@Inject::injectEmission(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:18.014] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:mc.BufferBuilderMixin from mod colorwheel->@Inject::injectEmission(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:18.025] [Render thread/DEBUG] [mixin/]: Mixing iris.IrisRenderingPipelineMixin from colorwheel.mixins.json into net.irisshaders.iris.pipeline.IrisRenderingPipeline +[07мая2026 22:08:18.025] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginLevelRendering(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginLevelRendering(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginLevelRendering(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginTranslucents(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginTranslucents(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::onBeginTranslucents(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::colorwheel$onDelete(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::colorwheel$onDelete(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.056] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.IrisRenderingPipelineMixin from mod colorwheel->@Inject::colorwheel$onDelete(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.072] [Render thread/DEBUG] [mixin/]: Mixing BuiltBufferMixin from puffish_skills.mixins.json into com.mojang.blaze3d.vertex.MeshData +[07мая2026 22:08:18.072] [Render thread/DEBUG] [mixin/]: puffish_skills.mixins.json:BuiltBufferMixin from mod puffish_skills: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.073] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.MeshDataMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.MeshData +[07мая2026 22:08:18.073] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.immediate.buffer_builder.sorting.MeshDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.102] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumWorldRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer +[07мая2026 22:08:18.102] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:18.102] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/irisshaders/iris/shadows/ShadowRenderer;Lnet/minecraft/client/renderer/RenderBuffers;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/Camera;DDDFZZ)I to mdd85188$iris$lambda$static$0$0 in mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris +[07мая2026 22:08:18.119] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris->@Inject::checkRenderShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/RenderBuffers;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;FLnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/client/player/LocalPlayer;Lcom/llamalad7/mixinextras/sugar/ref/LocalBooleanRef;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:18.126] [Render thread/DEBUG] [mixin/]: Mixing MixinShadowRenderer from mixins.iris.forge.json into net.irisshaders.iris.shadows.ShadowRenderer +[07мая2026 22:08:18.126] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:18.133] [Render thread/DEBUG] [mixin/]: Mixing core.compat.iris.MixinIris_ShadowRenderer from immediatelyfast-common.mixins.json into net.irisshaders.iris.shadows.ShadowRenderer +[07мая2026 22:08:18.134] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.iris.MixinIris_ShadowRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.136] [Render thread/DEBUG] [mixin/]: Mixing iris.ShadowRendererMixin from colorwheel.mixins.json into net.irisshaders.iris.shadows.ShadowRenderer +[07мая2026 22:08:18.136] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.iris.MixinIris_ShadowRenderer from mod immediatelyfast->@Inject::clearDataFromModsWhichRenderIntoTheWrongBuffer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.iris.MixinIris_ShadowRenderer from mod immediatelyfast->@Inject::clearDataFromModsWhichRenderIntoTheWrongBuffer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.iris.MixinIris_ShadowRenderer from mod immediatelyfast->@Inject::clearDataFromModsWhichRenderIntoTheWrongBuffer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectInit(Lnet/irisshaders/iris/pipeline/IrisRenderingPipeline;Lnet/irisshaders/iris/shaderpack/programs/ProgramSource;Lnet/irisshaders/iris/shaderpack/properties/PackDirectives;Lnet/irisshaders/iris/shadows/ShadowRenderTargets;Lnet/irisshaders/iris/shadows/ShadowCompositeRenderer;Lnet/irisshaders/iris/uniforms/custom/CustomUniforms;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectInit(Lnet/irisshaders/iris/pipeline/IrisRenderingPipeline;Lnet/irisshaders/iris/shaderpack/programs/ProgramSource;Lnet/irisshaders/iris/shaderpack/properties/PackDirectives;Lnet/irisshaders/iris/shadows/ShadowRenderTargets;Lnet/irisshaders/iris/shadows/ShadowCompositeRenderer;Lnet/irisshaders/iris/uniforms/custom/CustomUniforms;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.178] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectInit(Lnet/irisshaders/iris/pipeline/IrisRenderingPipeline;Lnet/irisshaders/iris/shaderpack/programs/ProgramSource;Lnet/irisshaders/iris/shaderpack/properties/PackDirectives;Lnet/irisshaders/iris/shadows/ShadowRenderTargets;Lnet/irisshaders/iris/shadows/ShadowCompositeRenderer;Lnet/irisshaders/iris/uniforms/custom/CustomUniforms;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadows(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadows(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadows(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadowsTranslucent(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadowsTranslucent(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.179] [Render thread/DEBUG] [mixin/]: colorwheel.mixins.json:iris.ShadowRendererMixin from mod colorwheel->@Inject::injectRenderShadowsTranslucent(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.231] [Render thread/DEBUG] [mixin/]: Mixing hud_batching.MixinLayeredDrawer from immediatelyfast-common.mixins.json into net.minecraft.client.gui.LayeredDraw +[07мая2026 22:08:18.231] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinLayeredDrawer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.237] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinLayeredDrawer from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.237] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinLayeredDrawer from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.237] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:hud_batching.MixinLayeredDrawer from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.241] [Render thread/DEBUG] [mixin/]: Mixing hud_batching.MixinGuiLayerManager from immediatelyfast-neoforge.mixins.json into net.neoforged.neoforge.client.gui.GuiLayerManager +[07мая2026 22:08:18.245] [Render thread/DEBUG] [mixin/]: Mixing GuiLayerManagerAccessor from gnetum.mixins.json into net.neoforged.neoforge.client.gui.GuiLayerManager +[07мая2026 22:08:18.245] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:GuiLayerManagerAccessor from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.246] [Render thread/DEBUG] [mixin/]: Mixing client.GuiLayerManagerMixin from controllable.neoforge.mixins.json into net.neoforged.neoforge.client.gui.GuiLayerManager +[07мая2026 22:08:18.253] [Render thread/DEBUG] [mixin/]: immediatelyfast-neoforge.mixins.json:hud_batching.MixinGuiLayerManager from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.254] [Render thread/DEBUG] [mixin/]: immediatelyfast-neoforge.mixins.json:hud_batching.MixinGuiLayerManager from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.254] [Render thread/DEBUG] [mixin/]: immediatelyfast-neoforge.mixins.json:hud_batching.MixinGuiLayerManager from mod immediatelyfast->@Inject::renderBatch(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.254] [Render thread/DEBUG] [mixin/]: controllable.neoforge.mixins.json:client.GuiLayerManagerMixin from mod controllable->@Inject::controllableBeforeRenderLayer(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.254] [Render thread/DEBUG] [mixin/]: controllable.neoforge.mixins.json:client.GuiLayerManagerMixin from mod controllable->@Inject::controllableBeforeRenderLayer(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.254] [Render thread/DEBUG] [mixin/]: controllable.neoforge.mixins.json:client.GuiLayerManagerMixin from mod controllable->@Inject::controllableBeforeRenderLayer(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.844] [Render thread/DEBUG] [mixin/]: Mixing client.RenderPingIconInject from watut.mixins.json into net.minecraft.client.gui.components.PlayerTabOverlay +[07мая2026 22:08:18.857] [Render thread/DEBUG] [mixin/]: Mixing BossHealthOverlayMixin from fancytoasts.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.857] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:BossHealthOverlayMixin from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:08:18.861] [Render thread/DEBUG] [mixin/]: Mixing compat.jade.BossHealthOverlayMixin from gnetum.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.861] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.862] [Render thread/DEBUG] [mixin/]: Mixing client.BossHealthOverlayMixin from aether.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.868] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.BossHealthOverlayAccessor from aether.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.868] [Render thread/DEBUG] [mixin/]: Mixing BossHealthOverlayMixin from bosses_of_mass_destruction-common.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.869] [Render thread/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:BossHealthOverlayMixin from mod bosses_of_mass_destruction: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.905] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinBossHealthOverlay from fancymenu.mixins.json into net.minecraft.client.gui.components.BossHealthOverlay +[07мая2026 22:08:18.906] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinBossHealthOverlay from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:BossHealthOverlayMixin from mod fancytoasts->@Inject::onRender(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$0(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$0(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$0(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$1(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$1(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: gnetum.mixins.json:compat.jade.BossHealthOverlayMixin from mod gnetum->@Inject::gnetum$render$1(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:18.958] [Render thread/DEBUG] [mixin/]: bosses_of_mass_destruction-common.mixins.json:BossHealthOverlayMixin from mod bosses_of_mass_destruction->@Inject::drawCustomBossBar(Lnet/minecraft/client/gui/GuiGraphics;IILnet/minecraft/world/BossEvent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:18.993] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkBorderRenderer from mixins.iris.json into net.minecraft.client.renderer.debug.ChunkBorderRenderer +[07мая2026 22:08:18.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChunkBorderRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:19.028] [Render thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/client/renderer/debug/ChunkBorderRenderer$Anonymous$c5b87388d8bb4f8f83cddf148f8ac102 (originally net/irisshaders/iris/mixin/MixinChunkBorderRenderer$1) +[07мая2026 22:08:19.061] [Render thread/DEBUG] [mixin/]: Mixing debug.MixinVillageDebugRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.debug.BrainDebugRenderer +[07мая2026 22:08:19.061] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinVillageDebugRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.070] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinVillageDebugRenderer from mod badoptimizations->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.080] [Render thread/DEBUG] [mixin/]: Mixing debug.MixinBeeDebugRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.debug.BeeDebugRenderer +[07мая2026 22:08:19.081] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinBeeDebugRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.092] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinBeeDebugRenderer from mod badoptimizations->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.107] [Render thread/DEBUG] [mixin/]: Mixing debug.MixinGameTestDebugRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.debug.GameTestDebugRenderer +[07мая2026 22:08:19.107] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinGameTestDebugRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.116] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinGameTestDebugRenderer from mod badoptimizations->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.118] [Render thread/DEBUG] [mixin/]: Mixing debug.MixinGameEventDebugRenderer from forge-badoptimizations.mixins.json into net.minecraft.client.renderer.debug.GameEventListenerRenderer +[07мая2026 22:08:19.119] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinGameEventDebugRenderer from mod badoptimizations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.128] [Render thread/DEBUG] [mixin/]: forge-badoptimizations.mixins.json:debug.MixinGameEventDebugRenderer from mod badoptimizations->@Inject::onInject(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.159] [Render thread/DEBUG] [ThreadTweak/]: IO worker replaced +[07мая2026 22:08:19.306] [Render thread/DEBUG] [mixin/]: Mixing GameTestHooksMixin from fabric-gametest-api-v1.mixins.json into net.neoforged.neoforge.gametest.GameTestHooks +[07мая2026 22:08:19.307] [Render thread/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:GameTestHooksMixin from mod fabric_gametest_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.310] [Render thread/DEBUG] [mixin/]: fabric-gametest-api-v1.mixins.json:GameTestHooksMixin from mod fabric_gametest_api_v1->@Inject::provideFabricTestNamespace(Ljava/lang/reflect/Method;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:19.327] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.AccessorMenuScreens from quark.mixins.json into net.minecraft.client.gui.screens.MenuScreens +[07мая2026 22:08:19.328] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Lnet/minecraft/world/inventory/MenuType;Lnet/minecraft/client/gui/screens/MenuScreens$ScreenConstructor;)V to invokeRegister$quark_$md$d85188$0 in quark.mixins.json:client.accessor.AccessorMenuScreens from mod quark +[07мая2026 22:08:19.335] [Render thread/DEBUG] [mixin/]: Mixing AnvilScreenMixin from bclib.mixins.client.json into net.minecraft.client.gui.screens.inventory.AnvilScreen +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_onSlotUpdate$5(Lnet/minecraft/client/gui/components/AbstractWidget;)V to mdd85188$bclib$lambda$be_onSlotUpdate$5$0 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_onSlotUpdate$4(Lnet/minecraft/client/gui/components/AbstractWidget;)V to mdd85188$bclib$lambda$be_onSlotUpdate$4$1 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_onSlotUpdate$3(Lnet/minecraft/client/gui/components/AbstractWidget;)V to mdd85188$bclib$lambda$be_onSlotUpdate$3$2 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_renderForeground$2(Lnet/minecraft/client/gui/GuiGraphics;IIFLnet/minecraft/client/gui/components/AbstractWidget;)V to mdd85188$bclib$lambda$be_renderForeground$2$3 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_subInit$1(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$bclib$lambda$be_subInit$1$4 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.337] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$be_subInit$0(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$bclib$lambda$be_subInit$0$5 in bclib.mixins.client.json:AnvilScreenMixin from mod bclib +[07мая2026 22:08:19.356] [Render thread/DEBUG] [mixin/]: Mixing client.AnvilScreenMixin from allurement.mixins.json into net.minecraft.client.gui.screens.inventory.AnvilScreen +[07мая2026 22:08:19.378] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_subInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_subInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_subInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_renderForeground(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.379] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:AnvilScreenMixin from mod bclib->@Inject::be_onSlotUpdate(Lnet/minecraft/world/inventory/AbstractContainerMenu;ILnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.393] [Render thread/DEBUG] [mixin/]: Mixing AbstractFurnaceScreenMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen +[07мая2026 22:08:19.393] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractFurnaceScreenMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.399] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractFurnaceScreenMixin from mod immersiveui->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.399] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractFurnaceScreenMixin from mod immersiveui->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.399] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:AbstractFurnaceScreenMixin from mod immersiveui->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.403] [Render thread/DEBUG] [mixin/]: Mixing RecipeBookWidgetMixin from emi.mixins.json into net.minecraft.client.gui.screens.recipebook.RecipeBookComponent +[07мая2026 22:08:19.403] [Render thread/DEBUG] [mixin/]: emi.mixins.json:RecipeBookWidgetMixin from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.406] [Render thread/DEBUG] [mixin/]: Mixing client.RecipeBookComponentAccessor from brewinandchewin.mixins.json into net.minecraft.client.gui.screens.recipebook.RecipeBookComponent +[07мая2026 22:08:19.406] [Render thread/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.RecipeBookComponentAccessor from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.406] [Render thread/DEBUG] [mixin/]: Mixing client.RecipeBookComponentAccessor from controllable.common.mixins.json into net.minecraft.client.gui.screens.recipebook.RecipeBookComponent +[07мая2026 22:08:19.412] [Render thread/DEBUG] [mixin/]: emi.mixins.json:RecipeBookWidgetMixin from mod emi->@Inject::toggleOpen(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.422] [Render thread/DEBUG] [mixin/]: Mixing EnchantmentScreenMixin from immersiveui-common.mixins.json into net.minecraft.client.gui.screens.inventory.EnchantmentScreen +[07мая2026 22:08:19.422] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentScreenMixin from mod immersiveui: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.437] [Render thread/DEBUG] [mixin/]: Mixing EnchantmentScreenMixin from item_descriptions.mixins.json into net.minecraft.client.gui.screens.inventory.EnchantmentScreen +[07мая2026 22:08:19.437] [Render thread/DEBUG] [mixin/]: item_descriptions.mixins.json:EnchantmentScreenMixin from mod item_descriptions: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.466] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentScreenMixin from mod immersiveui->@Inject::onMouseClicked(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:19.466] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentScreenMixin from mod immersiveui->@Inject::onMouseClicked(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:19.466] [Render thread/DEBUG] [mixin/]: immersiveui-common.mixins.json:EnchantmentScreenMixin from mod immersiveui->@Inject::onMouseClicked(DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:19.472] [Render thread/DEBUG] [mixin/]: Mixing GrindstoneScreenMixin from grindenchantments.mixins.json into net.minecraft.client.gui.screens.inventory.GrindstoneScreen +[07мая2026 22:08:19.495] [Render thread/DEBUG] [mixin/]: Mixing BookViewScreenMixin from supplementaries-common.mixins.json into net.minecraft.client.gui.screens.inventory.BookViewScreen +[07мая2026 22:08:19.495] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:BookViewScreenMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.504] [Render thread/DEBUG] [mixin/]: Mixing LoomScreenFlagMixin from supplementaries-common.mixins.json into net.minecraft.client.gui.screens.inventory.LoomScreen +[07мая2026 22:08:19.505] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomScreenFlagMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.517] [Render thread/DEBUG] [mixin/]: Mixing client.LoomScreenMixin from quark.mixins.json into net.minecraft.client.gui.screens.inventory.LoomScreen +[07мая2026 22:08:19.530] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomScreenFlagMixin from mod supplementaries->@Inject::supp$renderFlags(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.530] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomScreenFlagMixin from mod supplementaries->@Inject::supp$renderFlags(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.530] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:LoomScreenFlagMixin from mod supplementaries->@Inject::supp$renderFlags(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.539] [Render thread/DEBUG] [mixin/]: Mixing SmithingScreenMixin from polytone-common.mixins.json into net.minecraft.client.gui.screens.inventory.SmithingScreen +[07мая2026 22:08:19.543] [Render thread/DEBUG] [mixin/]: Mixing client.SmithingScreenMixin from aether.mixins.json into net.minecraft.client.gui.screens.inventory.SmithingScreen +[07мая2026 22:08:19.560] [Render thread/DEBUG] [mixin/]: aether.mixins.json:client.SmithingScreenMixin from mod aether->@Inject::updateArmorStandPreview(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.580] [Render thread/DEBUG] [mixin/]: Mixing CartographyTableScreenMixin from supplementaries-common.mixins.json into net.minecraft.client.gui.screens.inventory.CartographyTableScreen +[07мая2026 22:08:19.580] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableScreenMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.596] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableScreenMixin from mod supplementaries->@Inject::supp$animateSlots(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.596] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableScreenMixin from mod supplementaries->@Inject::supp$animateSlots(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.596] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:CartographyTableScreenMixin from mod supplementaries->@Inject::supp$animateSlots(Lnet/minecraft/client/gui/GuiGraphics;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.626] [Render thread/DEBUG] [mixin/]: Mixing ui.access.BaseOwoHandledScreenAccessor from owo.mixins.json into io.wispforest.owo.ui.base.BaseOwoHandledScreen +[07мая2026 22:08:19.626] [Render thread/DEBUG] [mixin/]: owo.mixins.json:ui.access.BaseOwoHandledScreenAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:19.676] [Render thread/DEBUG] [mixin/]: Mixing ImageButtonAccessor from balm.neoforge.mixins.json into net.minecraft.client.gui.components.ImageButton +[07мая2026 22:08:19.676] [Render thread/DEBUG] [mixin/]: Mixing client.MixinImageButton from fancymenu.mixins.json into net.minecraft.client.gui.components.ImageButton +[07мая2026 22:08:19.676] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinImageButton from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.699] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinImageButton from mod fancymenu->@Inject::afterRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.699] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinImageButton from mod fancymenu->@Inject::afterRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.699] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinImageButton from mod fancymenu->@Inject::afterRenderWidgetFancyMenu(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.719] [Render thread/DEBUG] [mixin/]: Mixing CurioInventoryScreenMixin from polytone.mixins.json into top.theillusivec4.curios.client.gui.CuriosScreen +[07мая2026 22:08:19.858] [Render thread/DEBUG] [mixin/]: Mixing PartDefinitionMixin from supplementaries-common.mixins.json into net.minecraft.client.model.geom.builders.PartDefinition +[07мая2026 22:08:19.858] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:PartDefinitionMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.859] [Render thread/DEBUG] [mixin/]: Mixing MixinModelPartData from entity_model_features.mixins.json into net.minecraft.client.model.geom.builders.PartDefinition +[07мая2026 22:08:19.859] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPartData from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.865] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:PartDefinitionMixin from mod supplementaries->@Inject::supp$onBakeRoot(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:19.865] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinModelPartData from mod entity_model_features->@Inject::emf$injectAnnouncerData(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:19.877] [Render thread/DEBUG] [mixin/]: Mixing ZombieMobRendererMixin from variantsandventures-common.mixins.json into net.minecraft.client.renderer.entity.MobRenderer +[07мая2026 22:08:19.880] [Render thread/DEBUG] [mixin/]: Mixing rendering.model.MixinVillagerModel from entity_model_features.mixins.json into net.minecraft.client.model.VillagerModel +[07мая2026 22:08:19.881] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinVillagerModel from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.882] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinVillagerModel from mod entity_model_features->@Inject::emf$assertLayerFactory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.882] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinVillagerModel from mod entity_model_features->@Inject::emf$assertLayerFactory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.882] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinVillagerModel from mod entity_model_features->@Inject::emf$assertLayerFactory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.885] [Render thread/DEBUG] [mixin/]: Mixing HeadFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.entity.layers.CustomHeadLayer +[07мая2026 22:08:19.885] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:HeadFeatureRendererMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.887] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinHeadFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.CustomHeadLayer +[07мая2026 22:08:19.887] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:HeadFeatureRendererMixin from mod fabric_rendering_v1->@Inject::disableRenderingForCustomArmor(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:19.891] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeadFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:19.900] [Render thread/DEBUG] [mixin/]: Mixing PlayerModelAccessor from playerAnimator-common.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.900] [Render thread/DEBUG] [mixin/]: Mixing PlayerEntityModelMixin from notenoughanimations.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.900] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: Mixing PlayerModelAccessor from notenoughanimations.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerModelAccessor from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.PlayerModelAccessor from aether.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinPlayerModel from fancymenu.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinPlayerModel from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:19.906] [Render thread/DEBUG] [mixin/]: Mixing client.SetupRotationsInject from watut.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:19.908] [Render thread/DEBUG] [mixin/]: Mixing PlayerModelMixin from playerAnimator-common.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:20.428] [Render thread/DEBUG] [mixin/]: Mixing MixinCapeModels from entity_model_features.mixins.json into net.minecraft.client.model.PlayerModel +[07мая2026 22:08:20.429] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinCapeModels from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations->@Inject::setupAnimHEAD(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations->@Inject::setupAnimEnd(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations->@Inject::setupAnimEnd(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityModelMixin from mod notenoughanimations->@Inject::setupAnimEnd(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: watut.mixins.json:client.SetupRotationsInject from mod watut->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: watut.mixins.json:client.SetupRotationsInject from mod watut->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: watut.mixins.json:client.SetupRotationsInject from mod watut->@Inject::setupAnim(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::initBendableStuff(Lnet/minecraft/client/model/geom/ModelPart;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::initBendableStuff(Lnet/minecraft/client/model/geom/ModelPart;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::initBendableStuff(Lnet/minecraft/client/model/geom/ModelPart;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setDefaultBeforeRender(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setDefaultBeforeRender(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setDefaultBeforeRender(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setEmote(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setEmote(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.798] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:PlayerModelMixin from mod playeranimator->@Inject::setEmote(Lnet/minecraft/world/entity/LivingEntity;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.799] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinCapeModels from mod entity_model_features->@Inject::setEmf$Model(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.799] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinCapeModels from mod entity_model_features->@Inject::setEmf$Model(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.799] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinCapeModels from mod entity_model_features->@Inject::setEmf$Model(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.799] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinCapeModels from mod entity_model_features->@Inject::emf$RenderCustomModelOnly(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:20.881] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.QuadrupedModelAccessor from aether.mixins.json into net.minecraft.client.model.QuadrupedModel +[07мая2026 22:08:20.890] [Render thread/DEBUG] [mixin/]: Mixing entity.AerwhaleModelMixin from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.entity.model.AerwhaleModel +[07мая2026 22:08:20.890] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:20.929] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleRenderer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.930] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.933] [Render thread/DEBUG] [mixin/]: Mixing entity.ClassicAerwhaleModelMixin from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.entity.model.ClassicAerwhaleModel +[07мая2026 22:08:20.933] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:20.951] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.951] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.951] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleModel(Lnet/minecraft/client/model/geom/ModelPart;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.951] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::AerwhaleRenderer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::setupAnim(Lcom/aetherteam/aether/entity/passive/Aerwhale;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::renderToBuffer(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::renderToBuffer(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:20.952] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.ClassicAerwhaleModelMixin from mod deep_aether->@Inject::renderToBuffer(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.034] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinEyesFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.EyesLayer +[07мая2026 22:08:21.034] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinEyesFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.035] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.feature.MixinEyeFeatureRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.layers.EyesLayer +[07мая2026 22:08:21.035] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinEyeFeatureRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:21.090] [Render thread/DEBUG] [mixin/]: Mixing FallingBlockEntityRendererMixin from continuity.mixins.json into net.minecraft.client.renderer.entity.FallingBlockRenderer +[07мая2026 22:08:21.094] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.095] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.095] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.095] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.095] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.095] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:FallingBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.215] [Render thread/DEBUG] [mixin/]: Mixing ZombieAbstractZombieRendererMixin from variantsandventures-common.mixins.json into net.minecraft.client.renderer.entity.AbstractZombieRenderer +[07мая2026 22:08:21.217] [Render thread/DEBUG] [mixin/]: Mixing ZombieHumanoidMobRendererMixin from variantsandventures-common.mixins.json into net.minecraft.client.renderer.entity.HumanoidMobRenderer +[07мая2026 22:08:21.218] [Render thread/DEBUG] [mixin/]: Mixing HumanoidMobRendererMixin from betterend.mixins.client.json into net.minecraft.client.renderer.entity.HumanoidMobRenderer +[07мая2026 22:08:21.221] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:HumanoidMobRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lnet/minecraft/client/model/HumanoidModel;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.221] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:HumanoidMobRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lnet/minecraft/client/model/HumanoidModel;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.221] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:HumanoidMobRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lnet/minecraft/client/model/HumanoidModel;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.223] [Render thread/DEBUG] [mixin/]: Mixing HeldItemMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.layers.ItemInHandLayer +[07мая2026 22:08:21.241] [Render thread/DEBUG] [mixin/]: Mixing ItemInHandLayerMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.entity.layers.ItemInHandLayer +[07мая2026 22:08:21.241] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandLayerMixin from mod notenoughanimations: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:21.244] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinHeldItemFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.ItemInHandLayer +[07мая2026 22:08:21.245] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::renderMixin(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::renderMixin(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::renderMixin(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::changeItemLocation(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::changeItemLocation(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:HeldItemMixin from mod playeranimator->@Inject::changeItemLocation(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandLayerMixin from mod notenoughanimations->@Inject::renderArmWithItem(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;Lnet/minecraft/world/entity/HumanoidArm;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$setHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$transforms(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$transforms(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$transforms(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.737] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinHeldItemFeatureRenderer from mod entity_model_features->@Inject::emf$unsetHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.744] [Render thread/DEBUG] [mixin/]: Mixing ArmorFeatureRendererMixin from playerAnimator-common.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.746] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHumanoidArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.746] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:21.752] [Render thread/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from mixins.iris.forge.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.752] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:21.757] [Render thread/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerMixin from accessories-forge.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.757] [Render thread/DEBUG] [mixin/]: accessories-forge.mixins.json:client.HumanoidArmorLayerMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.765] [Render thread/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerAccess from mowziesmobs.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.765] [Render thread/DEBUG] [mixin/]: Mixing ArmorFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.765] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:ArmorFeatureRendererMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.767] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.HumanoidArmorLayerAccessor from punchy.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.767] [Render thread/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerMixin from geckolib.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.768] [Render thread/DEBUG] [mixin/]: geckolib.mixins.json:client.HumanoidArmorLayerMixin from mod geckolib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.770] [Render thread/DEBUG] [mixin/]: Mixing entity.HumanoidArmorLayerMixin from deep_aether.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.770] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.HumanoidArmorLayerMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.779] [Render thread/DEBUG] [mixin/]: Mixing Client.HumanoidArmorLayerMixin from cataclysm.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.779] [Render thread/DEBUG] [mixin/]: cataclysm.mixins.json:Client.HumanoidArmorLayerMixin from mod cataclysm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.792] [Render thread/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from azurelibarmor.neo2.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.800] [Render thread/DEBUG] [mixin/]: Mixing supporters.HumanoidArmorLayerMixinNeoForge from ribbits_neoforge.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.800] [Render thread/DEBUG] [mixin/]: ribbits_neoforge.mixins.json:supporters.HumanoidArmorLayerMixinNeoForge from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.803] [Render thread/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerMixin from quark.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.805] [Render thread/DEBUG] [mixin/]: Mixing accessor.HumanoidArmorLayerAccessor from create.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.806] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method create$getArmorLocationCache()Ljava/util/Map; to getArmorLocationCache$create_$md$d85188$0 in create.mixins.json:accessor.HumanoidArmorLayerAccessor from mod create +[07мая2026 22:08:21.806] [Render thread/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerMixin from create.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[07мая2026 22:08:21.888] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ArmorFeatureRendererMixin from mod playeranimator->@Inject::initInject(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/resources/model/ModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.889] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ArmorFeatureRendererMixin from mod playeranimator->@Inject::initInject(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/resources/model/ModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.889] [Render thread/DEBUG] [mixin/]: playerAnimator-common.mixins.json:ArmorFeatureRendererMixin from mod playeranimator->@Inject::initInject(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/model/HumanoidModel;Lnet/minecraft/client/resources/model/ModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:21.892] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:21.893] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:ArmorFeatureRendererMixin from mod fabric_rendering_v1->@Inject::renderArmor(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.893] [Render thread/DEBUG] [mixin/]: cataclysm.mixins.json:Client.HumanoidArmorLayerMixin from mod cataclysm->@Inject::CMrenderArmorPiece(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.893] [Render thread/DEBUG] [mixin/]: azurelibarmor.neo2.mixins.json:MixinHumanoidArmorLayer from mod azurelibarmor->@Inject::azurelibArmor$renderAzurelibModel(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.894] [Render thread/DEBUG] [mixin/]: ribbits_neoforge.mixins.json:supporters.HumanoidArmorLayerMixinNeoForge from mod ribbits->@Inject::ribbits$dontRenderHelmetWhenWearingSupporterHat(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.894] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidArmorLayerMixin from mod quark->@Inject::quark$setColorRuneTargetStack(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:21.894] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidArmorLayerMixin from mod quark->@Inject::quark$setColorRuneTargetStack(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:21.895] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.HumanoidArmorLayerMixin from mod quark->@Inject::quark$setColorRuneTargetStack(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/client/model/HumanoidModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:21.895] [Render thread/DEBUG] [mixin/]: create.mixins.json:client.HumanoidArmorLayerMixin from mod create->@Inject::create$onRenderArmorPiece(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:21.924] [Render thread/DEBUG] [mixin/]: Mixing client.model.EntityRenderersMixin from accessories-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderers +[07мая2026 22:08:21.924] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.EntityRenderersMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.935] [Render thread/DEBUG] [mixin/]: Mixing EntityRenderersMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.entity.EntityRenderers +[07мая2026 22:08:21.935] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:EntityRenderersMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.942] [Render thread/DEBUG] [mixin/]: Mixing rendering.MixinEntityRenderers from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.EntityRenderers +[07мая2026 22:08:21.943] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinEntityRenderers from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.959] [Render thread/DEBUG] [mixin/]: Mixing client.variants.LlamaRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.LlamaRenderer +[07мая2026 22:08:21.962] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.LlamaRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/horse/Llama;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:21.966] [Render thread/DEBUG] [mixin/]: Mixing UndeadHorseRenderMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.entity.UndeadHorseRenderer +[07мая2026 22:08:21.966] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:UndeadHorseRenderMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:21.967] [Render thread/DEBUG] [mixin/]: Renaming synthetic method getShadowRadius(Lnet/minecraft/world/entity/LivingEntity;)F to mdd85188$supplementaries$getShadowRadius$0 in supplementaries-common.mixins.json:UndeadHorseRenderMixin from mod supplementaries +[07мая2026 22:08:21.967] [Render thread/DEBUG] [mixin/]: Renaming synthetic method shouldShowName(Lnet/minecraft/world/entity/LivingEntity;)Z to mdd85188$supplementaries$shouldShowName$1 in supplementaries-common.mixins.json:UndeadHorseRenderMixin from mod supplementaries +[07мая2026 22:08:21.967] [Render thread/DEBUG] [mixin/]: Renaming synthetic method getShadowRadius(Lnet/minecraft/world/entity/Entity;)F to mdd85188$supplementaries$getShadowRadius$2 in supplementaries-common.mixins.json:UndeadHorseRenderMixin from mod supplementaries +[07мая2026 22:08:21.967] [Render thread/DEBUG] [mixin/]: Renaming synthetic method shouldShowName(Lnet/minecraft/world/entity/Entity;)Z to mdd85188$supplementaries$shouldShowName$3 in supplementaries-common.mixins.json:UndeadHorseRenderMixin from mod supplementaries +[07мая2026 22:08:21.986] [Render thread/DEBUG] [mixin/]: Mixing client.variants.AllayRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.AllayRenderer +[07мая2026 22:08:21.994] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.AllayRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/allay/Allay;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:21.998] [Render thread/DEBUG] [mixin/]: Mixing client.variants.ArmadilloRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.ArmadilloRenderer +[07мая2026 22:08:22.006] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.ArmadilloRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/armadillo/Armadillo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.011] [Render thread/DEBUG] [mixin/]: Mixing StandArmorMixin from betternether.mixins.client.json into net.minecraft.client.renderer.entity.ArmorStandRenderer +[07мая2026 22:08:22.016] [Render thread/DEBUG] [mixin/]: Mixing ArmorStandRendererMixin from betterend.mixins.client.json into net.minecraft.client.renderer.entity.ArmorStandRenderer +[07мая2026 22:08:22.025] [Render thread/DEBUG] [mixin/]: betternether.mixins.client.json:StandArmorMixin from mod betternether->@Inject::onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.025] [Render thread/DEBUG] [mixin/]: betternether.mixins.client.json:StandArmorMixin from mod betternether->@Inject::onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.025] [Render thread/DEBUG] [mixin/]: betternether.mixins.client.json:StandArmorMixin from mod betternether->@Inject::onInit(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.026] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:ArmorStandRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.026] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:ArmorStandRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.026] [Render thread/DEBUG] [mixin/]: betterend.mixins.client.json:ArmorStandRendererMixin from mod betterend->@Inject::be_addCustomLayer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.027] [Render thread/DEBUG] [mixin/]: Mixing client.ArmorStandModelMixin from quark.mixins.json into net.minecraft.client.model.ArmorStandModel +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::resetModelPartVisibility(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::resetModelPartVisibility(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::resetModelPartVisibility(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::setModelPartsVisible(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::setModelPartsVisible(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.043] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ArmorStandModelMixin from mod quark->@Inject::setModelPartsVisible(Lnet/minecraft/world/entity/decoration/ArmorStand;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.046] [Render thread/DEBUG] [mixin/]: Mixing client.TippableArrowRendererMixin from aether.mixins.json into net.minecraft.client.renderer.entity.TippableArrowRenderer +[07мая2026 22:08:22.049] [Render thread/DEBUG] [mixin/]: Mixing rendering.arrows.MixinArrowRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.TippableArrowRenderer +[07мая2026 22:08:22.049] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinArrowRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.056] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.056] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.056] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.057] [Render thread/DEBUG] [mixin/]: Mixing rendering.arrows.MixinProjectileEntityRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.ArrowRenderer +[07мая2026 22:08:22.057] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinProjectileEntityRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.064] [Render thread/DEBUG] [mixin/]: Mixing client.render.ProjectileEntityRendererMixin from spell_engine.mixins.json into net.minecraft.client.renderer.entity.ArrowRenderer +[07мая2026 22:08:22.064] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ProjectileEntityRendererMixin from mod spell_engine: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.070] [Render thread/DEBUG] [mixin/]: Mixing client.ArrowRendererMixin from allurement.mixins.json into net.minecraft.client.renderer.entity.ArrowRenderer +[07мая2026 22:08:22.092] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinProjectileEntityRenderer from mod entity_model_features->@Inject::emf$cancelAndCEMRender(Lnet/minecraft/world/entity/projectile/AbstractArrow;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.092] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ProjectileEntityRendererMixin from mod spell_engine->@Inject::init_TAIL_SpellEngine(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.092] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ProjectileEntityRendererMixin from mod spell_engine->@Inject::init_TAIL_SpellEngine(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.092] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ProjectileEntityRendererMixin from mod spell_engine->@Inject::init_TAIL_SpellEngine(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.092] [Render thread/DEBUG] [mixin/]: spell_engine.mixins.json:client.render.ProjectileEntityRendererMixin from mod spell_engine->@Inject::render_HEAD_SpellEngine(Lnet/minecraft/world/entity/Entity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.100] [Render thread/DEBUG] [mixin/]: Mixing client.variants.BeeRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.BeeRenderer +[07мая2026 22:08:22.397] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.BeeRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Bee;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.429] [Render thread/DEBUG] [mixin/]: Mixing client.variants.ChickenRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.ChickenRenderer +[07мая2026 22:08:22.434] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.ChickenRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Chicken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.438] [Render thread/DEBUG] [mixin/]: Mixing client.variants.CowRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.CowRenderer +[07мая2026 22:08:22.440] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.CowRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Cow;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.445] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinCreeperChargeFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.CreeperPowerLayer +[07мая2026 22:08:22.445] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinCreeperChargeFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.452] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinCreeperChargeFeatureRenderer from mod entity_model_features->@Inject::emf$getTextureRedirect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.453] [Render thread/DEBUG] [mixin/]: Mixing client.EnergySwirlLayerMixin from bestylewither.mixins.json into net.minecraft.client.renderer.entity.layers.EnergySwirlLayer +[07мая2026 22:08:22.469] [Render thread/DEBUG] [mixin/]: Mixing client.variants.DolphinRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.DolphinRenderer +[07мая2026 22:08:22.478] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.DolphinRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Dolphin;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.482] [Render thread/DEBUG] [mixin/]: Mixing rendering.model.Mixin_EnderDragonFireball_Model from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.DragonFireballRenderer +[07мая2026 22:08:22.482] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.Mixin_EnderDragonFireball_Model from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.492] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.Mixin_EnderDragonFireball_Model from mod entity_model_features->@Inject::emf$createModel(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.492] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.Mixin_EnderDragonFireball_Model from mod entity_model_features->@Inject::emf$createModel(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.492] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.Mixin_EnderDragonFireball_Model from mod entity_model_features->@Inject::emf$createModel(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.492] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.Mixin_EnderDragonFireball_Model from mod entity_model_features->@Inject::emf$renderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.493] [Render thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/client/renderer/entity/DragonFireballRenderer$Anonymous$bb536e05a55c44d1bff6336a3bf9db50 (originally traben/entity_model_features/mixin/mixins/rendering/model/Mixin_EnderDragonFireball_Model$1) +[07мая2026 22:08:22.506] [Render thread/DEBUG] [mixin/]: Mixing bugfix.ender_dragon_leak.EnderDragonRendererMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[07мая2026 22:08:22.507] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEnderDragonRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[07мая2026 22:08:22.507] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:22.511] [Render thread/DEBUG] [mixin/]: Mixing rendering.MixinDragonRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[07мая2026 22:08:22.511] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.511] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.MixinEnderDragonEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[07мая2026 22:08:22.512] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEnderDragonEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:bugfix.ender_dragon_leak.EnderDragonRendererMixin from mod modernfix->@Inject::clearDragonEntityReference(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:bugfix.ender_dragon_leak.EnderDragonRendererMixin from mod modernfix->@Inject::clearDragonEntityReference(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:bugfix.ender_dragon_leak.EnderDragonRendererMixin from mod modernfix->@Inject::clearDragonEntityReference(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId(FFFFILcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.532] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinDragonRenderer from mod entity_model_features->@Inject::emf$allowMultiPartRender2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.535] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.MixinEndCrystalRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.EndCrystalRenderer +[07мая2026 22:08:22.536] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinEndCrystalRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:22.544] [Render thread/DEBUG] [mixin/]: Mixing XpOrbMixin from polytone-common.mixins.json into net.minecraft.client.renderer.entity.ExperienceOrbRenderer +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$startRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$startRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$startRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$endRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$endRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$endRenderOrb(Lnet/minecraft/world/entity/ExperienceOrb;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.553] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:XpOrbMixin from mod polytone->@Inject::polytone$changeColor(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;FFIIIFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.557] [Render thread/DEBUG] [mixin/]: Mixing MixinFishingHookRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer +[07мая2026 22:08:22.557] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:22.558] [Render thread/DEBUG] [mixin/]: Mixing FishingHookRendererMixin from polytone-common.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer +[07мая2026 22:08:22.563] [Render thread/DEBUG] [mixin/]: Mixing client.FishingHookRendererMixin from punchy.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer +[07мая2026 22:08:22.665] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.665] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.665] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.665] [Render thread/DEBUG] [mixin/]: polytone-common.mixins.json:FishingHookRendererMixin from mod polytone->@Inject::polytone$changeLineOffset(FFFLcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.667] [Render thread/DEBUG] [mixin/]: punchy.mixins.json:client.FishingHookRendererMixin from mod punchy->@Inject::punchy$useAnimatedGrip(Lnet/minecraft/world/entity/player/Player;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.677] [Render thread/DEBUG] [mixin/]: Mixing client.variants.FrogRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.FrogRenderer +[07мая2026 22:08:22.679] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.FrogRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/frog/Frog;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.686] [Render thread/DEBUG] [mixin/]: Mixing rendering.MixinItemFrameEntityRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.ItemFrameRenderer +[07мая2026 22:08:22.686] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.687] [Render thread/DEBUG] [mixin/]: Mixing entities.ItemFrameRenderer_cullMixin from moreculling.mixins.json into net.minecraft.client.renderer.entity.ItemFrameRenderer +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$setFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$setFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$setFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$unsetFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$unsetFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinItemFrameEntityRenderer from mod entity_model_features->@Inject::emf$unsetFrame(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.759] [Render thread/DEBUG] [mixin/]: moreculling.mixins.json:entities.ItemFrameRenderer_cullMixin from mod moreculling->@Inject::moreculling$optimizedRender(Lnet/minecraft/world/entity/decoration/ItemFrame;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.772] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHorseArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer +[07мая2026 22:08:22.772] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:22.775] [Render thread/DEBUG] [mixin/]: Mixing client.HorseArmorLayerMixin from allurement.mixins.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer +[07мая2026 22:08:22.778] [Render thread/DEBUG] [mixin/]: Mixing client.HorseArmorLayerMixin from universalenchants.common.mixins.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer +[07мая2026 22:08:22.778] [Render thread/DEBUG] [mixin/]: universalenchants.common.mixins.json:client.HorseArmorLayerMixin from mod universalenchants: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.789] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.792] [Render thread/DEBUG] [mixin/]: Mixing ZombieRendererMixin from variantsandventures-common.mixins.json into net.minecraft.client.renderer.entity.ZombieRenderer +[07мая2026 22:08:22.796] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.MixinIllusionerRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.IllusionerRenderer +[07мая2026 22:08:22.797] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$start(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$start(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$start(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:22.804] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinIllusionerRenderer from mod entity_texture_features->@Inject::etf$loop(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:22.807] [Render thread/DEBUG] [mixin/]: Mixing IronGolemRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.entity.IronGolemRenderer +[07мая2026 22:08:22.808] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:IronGolemRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.813] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:IronGolemRendererMixin from mod supplementaries->@Inject::supp$swag(Lnet/minecraft/world/entity/animal/IronGolem;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.814] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:IronGolemRendererMixin from mod supplementaries->@Inject::supp$swag(Lnet/minecraft/world/entity/animal/IronGolem;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:22.820] [Render thread/DEBUG] [mixin/]: Mixing ItemEntityRendererMixin from itemphysiclite.mixins.json into net.minecraft.client.renderer.entity.ItemEntityRenderer +[07мая2026 22:08:22.820] [Render thread/DEBUG] [mixin/]: itemphysiclite.mixins.json:ItemEntityRendererMixin from mod itemphysiclite: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:22.824] [Render thread/DEBUG] [mixin/]: Mixing Item.ItemEntityRenderMixin from flerovium.mixins.json into net.minecraft.client.renderer.entity.ItemEntityRenderer +[07мая2026 22:08:22.830] [Render thread/DEBUG] [mixin/]: itemphysiclite.mixins.json:ItemEntityRendererMixin from mod itemphysiclite->@Inject::onRender(Lnet/minecraft/world/entity/item/ItemEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:22.836] [Render thread/DEBUG] [mixin/]: Mixing MixinLightningBoltRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.LightningBoltRenderer +[07мая2026 22:08:22.836] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightningBoltRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:22.845] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.feature.MixinMooshroomMushroomFeatureRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.layers.MushroomCowMushroomLayer +[07мая2026 22:08:22.846] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinMooshroomMushroomFeatureRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:22.991] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinMooshroomMushroomFeatureRenderer from mod entity_texture_features->@Inject::etf$injected(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IZLnet/minecraft/world/level/block/state/BlockState;ILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:23.003] [Render thread/DEBUG] [mixin/]: Mixing renderers.PaintingRenderer_faceCullingMixin from moreculling.mixins.json into net.minecraft.client.renderer.entity.PaintingRenderer +[07мая2026 22:08:23.147] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.MixinPaintingEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.PaintingRenderer +[07мая2026 22:08:23.147] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPaintingEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:23.627] [Render thread/DEBUG] [mixin/]: moreculling.mixins.json:renderers.PaintingRenderer_faceCullingMixin from mod moreculling->@Inject::moreculling$cullFace(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/entity/decoration/Painting;IILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:23.627] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.MixinPaintingEntityRenderer from mod entity_texture_features->@Inject::etf$getSprites(Lnet/minecraft/world/entity/decoration/Painting;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:23.635] [Render thread/DEBUG] [mixin/]: Mixing client.ParrotRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.ParrotRenderer +[07мая2026 22:08:23.639] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ParrotRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Parrot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.641] [Render thread/DEBUG] [mixin/]: Mixing MixinParrotEntityModel from entity_model_features.mixins.json into net.minecraft.client.model.ParrotModel +[07мая2026 22:08:23.641] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot1(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot1(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot1(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot2(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot2(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.644] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinParrotEntityModel from mod entity_model_features->@Inject::emf$parrot2(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.646] [Render thread/DEBUG] [mixin/]: Mixing PhantomRendererMixin from deeperdarker.mixins.json into net.minecraft.client.renderer.entity.PhantomRenderer +[07мая2026 22:08:23.650] [Render thread/DEBUG] [mixin/]: deeperdarker.mixins.json:PhantomRendererMixin from mod deeperdarker->@Inject::getTextureLocation(Lnet/minecraft/world/entity/monster/Phantom;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.653] [Render thread/DEBUG] [mixin/]: Mixing client.variants.PigRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.PigRenderer +[07мая2026 22:08:23.656] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.PigRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Pig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.664] [Render thread/DEBUG] [mixin/]: Mixing client.RabbitRendererMixin from blueprint.mixins.json into net.minecraft.client.renderer.entity.RabbitRenderer +[07мая2026 22:08:23.668] [Render thread/DEBUG] [mixin/]: Mixing client.variants.RabbitRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.RabbitRenderer +[07мая2026 22:08:23.674] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.RabbitRendererMixin from mod blueprint->@Inject::getTextureLocation(Lnet/minecraft/world/entity/animal/Rabbit;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.674] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.RabbitRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/animal/Rabbit;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.676] [Render thread/DEBUG] [mixin/]: Mixing MixinRabbitEntityModel from xaerohud.mixins.json into net.minecraft.client.model.RabbitModel +[07мая2026 22:08:23.676] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinRabbitEntityModel from mod xaerominimap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.678] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinRabbitEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.678] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinRabbitEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.678] [Render thread/DEBUG] [mixin/]: xaerohud.mixins.json:MixinRabbitEntityModel from mod xaerominimap->@Inject::onRender(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.685] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.entity.layers.SheepFurLayerMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.renderer.entity.layers.SheepFurLayer +[07мая2026 22:08:23.685] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.entity.layers.SheepFurLayerMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.695] [Render thread/DEBUG] [mixin/]: Mixing client.variants.SlimeRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.SlimeRenderer +[07мая2026 22:08:23.697] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.variants.SlimeRendererMixin from mod quark->@Inject::overrideTexture(Lnet/minecraft/world/entity/monster/Slime;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.700] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinSlimeOverlayFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.SlimeOuterLayer +[07мая2026 22:08:23.700] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinSlimeOverlayFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.702] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinSlimeOverlayFeatureRenderer from mod entity_model_features->@Inject::emf$setLayerForOverrides(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.702] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinSlimeOverlayFeatureRenderer from mod entity_model_features->@Inject::emf$setLayerForOverrides(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.702] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinSlimeOverlayFeatureRenderer from mod entity_model_features->@Inject::emf$setLayerForOverrides(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.708] [Render thread/DEBUG] [mixin/]: Mixing rendering.arrows.MixinSpectralArrowRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.SpectralArrowRenderer +[07мая2026 22:08:23.708] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinSpectralArrowRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.713] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinSpectralArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.714] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinSpectralArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.714] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.arrows.MixinSpectralArrowRenderer from mod entity_model_features->@Inject::emf$findModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.721] [Render thread/DEBUG] [mixin/]: Mixing core.compat.MixinTextDisplayEntityRenderer from immediatelyfast-common.mixins.json into net.minecraft.client.renderer.entity.DisplayRenderer$TextDisplayRenderer +[07мая2026 22:08:23.722] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinTextDisplayEntityRenderer from mod immediatelyfast: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.726] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinTextDisplayEntityRenderer from mod immediatelyfast->@Inject::drawBackgroundImmediately(Lnet/minecraft/world/entity/Display$TextDisplay;Lnet/minecraft/world/entity/Display$TextDisplay$TextRenderState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.726] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinTextDisplayEntityRenderer from mod immediatelyfast->@Inject::drawBackgroundImmediately(Lnet/minecraft/world/entity/Display$TextDisplay;Lnet/minecraft/world/entity/Display$TextDisplay$TextRenderState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.726] [Render thread/DEBUG] [mixin/]: immediatelyfast-common.mixins.json:core.compat.MixinTextDisplayEntityRenderer from mod immediatelyfast->@Inject::drawBackgroundImmediately(Lnet/minecraft/world/entity/Display$TextDisplay;Lnet/minecraft/world/entity/Display$TextDisplay$TextRenderState;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.733] [Render thread/DEBUG] [mixin/]: Mixing client.ThrownTridentRendererMixin from quark.mixins.json into net.minecraft.client.renderer.entity.ThrownTridentRenderer +[07мая2026 22:08:23.734] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ThrownTridentRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/entity/projectile/ThrownTrident;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.734] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ThrownTridentRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/entity/projectile/ThrownTrident;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.734] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.ThrownTridentRendererMixin from mod quark->@Inject::setColorRuneTargetStack(Lnet/minecraft/world/entity/projectile/ThrownTrident;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.752] [Render thread/DEBUG] [mixin/]: Mixing entity.renderer.feature.MixinWardenExtraTextureParts from entity_texture_features.mixins.json into net.minecraft.client.renderer.entity.layers.WardenEmissiveLayer +[07мая2026 22:08:23.752] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinWardenExtraTextureParts from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:23.763] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinWardenExtraTextureParts from mod entity_texture_features->@Inject::etf$preventHiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.763] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinWardenExtraTextureParts from mod entity_texture_features->@Inject::etf$preventHiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.763] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.renderer.feature.MixinWardenExtraTextureParts from mod entity_texture_features->@Inject::etf$preventHiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.769] [Render thread/DEBUG] [mixin/]: Mixing client.WitherBossRendererMixin from bestylewither.mixins.json into net.minecraft.client.renderer.entity.WitherBossRenderer +[07мая2026 22:08:23.784] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossRendererMixin from mod bestylewither->@Inject::scaleInject(Lnet/minecraft/world/entity/boss/wither/WitherBoss;Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.784] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossRendererMixin from mod bestylewither->@Inject::scaleInject(Lnet/minecraft/world/entity/boss/wither/WitherBoss;Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.784] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossRendererMixin from mod bestylewither->@Inject::scaleInject(Lnet/minecraft/world/entity/boss/wither/WitherBoss;Lcom/mojang/blaze3d/vertex/PoseStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.784] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossRendererMixin from mod bestylewither->@Inject::getTextureLocationInject(Lnet/minecraft/world/entity/boss/wither/WitherBoss;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.784] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossRendererMixin from mod bestylewither->@Inject::getTextureLocationInject(Lnet/minecraft/world/entity/boss/wither/WitherBoss;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:23.787] [Render thread/DEBUG] [mixin/]: Mixing client.WitherBossModelMixin from bestylewither.mixins.json into net.minecraft.client.model.WitherBossModel +[07мая2026 22:08:23.807] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossModelMixin from mod bestylewither->@Inject::setupAnim(Lnet/minecraft/world/entity/boss/wither/WitherBoss;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.807] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossModelMixin from mod bestylewither->@Inject::setupAnim(Lnet/minecraft/world/entity/boss/wither/WitherBoss;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.807] [Render thread/DEBUG] [mixin/]: bestylewither.mixins.json:client.WitherBossModelMixin from mod bestylewither->@Inject::setupAnim(Lnet/minecraft/world/entity/boss/wither/WitherBoss;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.813] [Render thread/DEBUG] [mixin/]: Mixing rendering.model.MixinWolfEntityModel from entity_model_features.mixins.json into net.minecraft.client.model.WolfModel +[07мая2026 22:08:23.814] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$setAngles(Lnet/minecraft/world/entity/animal/Wolf;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$setAngles(Lnet/minecraft/world/entity/animal/Wolf;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$setAngles(Lnet/minecraft/world/entity/animal/Wolf;FFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$animateModel(Lnet/minecraft/world/entity/animal/Wolf;FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$animateModel(Lnet/minecraft/world/entity/animal/Wolf;FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.823] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.model.MixinWolfEntityModel from mod entity_model_features->@Inject::smf$animateModel(Lnet/minecraft/world/entity/animal/Wolf;FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.827] [Render thread/DEBUG] [mixin/]: Mixing client.WolfArmorLayerMixin from allurement.mixins.json into net.minecraft.client.renderer.entity.layers.WolfArmorLayer +[07мая2026 22:08:23.835] [Render thread/DEBUG] [mixin/]: Mixing rendering.feature.MixinWolfCollarFeatureRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.entity.layers.WolfCollarLayer +[07мая2026 22:08:23.835] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinWolfCollarFeatureRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.881] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinWolfCollarFeatureRenderer from mod entity_model_features->@Inject::setEmf$Model(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:23.881] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinWolfCollarFeatureRenderer from mod entity_model_features->@Inject::setEmf$Model(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:23.881] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.feature.MixinWolfCollarFeatureRenderer from mod entity_model_features->@Inject::setEmf$Model(Lnet/minecraft/client/renderer/entity/RenderLayerParent;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:23.930] [Render thread/DEBUG] [mixin/]: Mixing client.model.BlockEntityRenderersMixin from accessories-common.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderers +[07мая2026 22:08:23.930] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.model.BlockEntityRenderersMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.936] [Render thread/DEBUG] [mixin/]: Mixing MixinBlockEntityRendererFactories from entity_model_features.mixins.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderers +[07мая2026 22:08:23.936] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinBlockEntityRendererFactories from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:23.938] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$setEmf$Model$0(Ljava/util/function/BiConsumer;Lnet/minecraft/world/level/block/entity/BlockEntityType;Ljava/lang/Object;)V to mdd85188$entity_model_features$lambda$setEmf$Model$0$0 in entity_model_features.mixins.json:MixinBlockEntityRendererFactories from mod entity_model_features +[07мая2026 22:08:24.007] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:MixinBlockEntityRendererFactories from mod entity_model_features->@Inject::emf$clearMarker(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:24.011] [Render thread/DEBUG] [mixin/]: Mixing blockentity.SignRenderer_textMixin from moreculling.mixins.json into net.minecraft.client.renderer.blockentity.SignRenderer +[07мая2026 22:08:24.024] [Render thread/DEBUG] [mixin/]: Mixing client.TipsySignRendererMixin$TipsySignRenderMixin from brewinandchewin.mixins.json into net.minecraft.client.renderer.blockentity.SignRenderer +[07мая2026 22:08:24.024] [Render thread/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.TipsySignRendererMixin$TipsySignRenderMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.025] [Render thread/DEBUG] [mixin/]: Mixing SignRendererAccessor from amendments-common.mixins.json into net.minecraft.client.renderer.blockentity.SignRenderer +[07мая2026 22:08:24.025] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererAccessor from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.025] [Render thread/DEBUG] [mixin/]: Mixing SignRendererMixin from amendments-common.mixins.json into net.minecraft.client.renderer.blockentity.SignRenderer +[07мая2026 22:08:24.026] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$setSign(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.070] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$setSign(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.071] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$setSign(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.071] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$renderSignModel(Lcom/mojang/blaze3d/vertex/PoseStack;IILnet/minecraft/client/model/Model;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.071] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.071] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.071] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.077] [Render thread/DEBUG] [mixin/]: Mixing HangingSignRendererMixin from amendments-common.mixins.json into net.minecraft.client.renderer.blockentity.HangingSignRenderer +[07мая2026 22:08:24.077] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignRendererMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.103] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignRendererMixin from mod amendments->@Inject::renderEnhancedSign(Lnet/minecraft/world/level/block/entity/SignBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.103] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignRendererMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.103] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignRendererMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.103] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:HangingSignRendererMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.107] [Render thread/DEBUG] [mixin/]: Mixing PistonBlockEntityRendererMixin from continuity.mixins.json into net.minecraft.client.renderer.blockentity.PistonHeadRenderer +[07мая2026 22:08:24.111] [Render thread/DEBUG] [mixin/]: Mixing client.PistonTileEntityRendererMixin from quark.mixins.json into net.minecraft.client.renderer.blockentity.PistonHeadRenderer +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$beforeRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:PistonBlockEntityRendererMixin from mod continuity->@Inject::continuity$afterRenderModels(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.PistonTileEntityRendererMixin from mod quark->@Inject::renderPistonBlock(Lnet/minecraft/world/level/block/piston/PistonMovingBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.120] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.PistonTileEntityRendererMixin from mod quark->@Inject::renderPistonBlock(Lnet/minecraft/world/level/block/piston/PistonMovingBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.125] [Render thread/DEBUG] [mixin/]: Mixing blockentity.TheEndGatewayRenderer_beamMixin from moreculling.mixins.json into net.minecraft.client.renderer.blockentity.TheEndGatewayRenderer +[07мая2026 22:08:24.141] [Render thread/DEBUG] [mixin/]: Mixing shadows.MixinBeaconRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.BeaconRenderer +[07мая2026 22:08:24.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:24.144] [Render thread/DEBUG] [mixin/]: Mixing blockentity.BeaconRenderer_frustumMixin from moreculling.mixins.json into net.minecraft.client.renderer.blockentity.BeaconRenderer +[07мая2026 22:08:24.150] [Render thread/DEBUG] [mixin/]: Mixing client.BeaconTileEntityRendererMixin from quark.mixins.json into net.minecraft.client.renderer.blockentity.BeaconRenderer +[07мая2026 22:08:24.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris->@Inject::iris$noLightBeamInShadowPass(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/resources/ResourceLocation;FFJIIIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.161] [Render thread/DEBUG] [mixin/]: quark.mixins.json:client.BeaconTileEntityRendererMixin from mod quark->@Inject::render(Lnet/minecraft/world/level/block/entity/BeaconBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.165] [Render thread/DEBUG] [mixin/]: Mixing SkullBlockRendererMixin from supplementaries-common.mixins.json into net.minecraft.client.renderer.blockentity.SkullBlockRenderer +[07мая2026 22:08:24.165] [Render thread/DEBUG] [mixin/]: supplementaries-common.mixins.json:SkullBlockRendererMixin from mod supplementaries: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.169] [Render thread/DEBUG] [mixin/]: Mixing entity.block.MixinSkullBlockEntityRenderer from entity_texture_features.mixins.json into net.minecraft.client.renderer.blockentity.SkullBlockRenderer +[07мая2026 22:08:24.170] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:24.189] [Render thread/DEBUG] [mixin/]: Mixing SkullBlockRendererMixin from amendments-common.mixins.json into net.minecraft.client.renderer.blockentity.SkullBlockRenderer +[07мая2026 22:08:24.189] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockRendererMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.216] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markNotToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markNotToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markNotToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markAllowedToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markAllowedToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$markAllowedToChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$alterTexture(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$alterTexture(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;)V has 0 override(s) in child classes +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$alterTexture(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$renderFeatures(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;Lnet/minecraft/client/renderer/RenderType;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$renderFeatures(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;Lnet/minecraft/client/renderer/RenderType;)V has 0 override(s) in child classes +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:entity.block.MixinSkullBlockEntityRenderer from mod entity_texture_features->@Inject::etf$renderFeatures(Lnet/minecraft/world/level/block/entity/SkullBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FLnet/minecraft/world/level/block/state/BlockState;ZLnet/minecraft/core/Direction;IFLnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/client/model/SkullModelBase;Lnet/minecraft/client/renderer/RenderType;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.217] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SkullBlockRendererMixin from mod amendments->@Inject::amendments$addDragonEyes(Lnet/minecraft/core/Direction;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/model/SkullModelBase;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.221] [Render thread/DEBUG] [mixin/]: Mixing MixinBannerRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.blockentity.BannerRenderer +[07мая2026 22:08:24.221] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:24.222] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mdd85188$iris$lambda$iris$wrapBufferSource$0$0 in iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris +[07мая2026 22:08:24.226] [Render thread/DEBUG] [mixin/]: Mixing rendering.MixinBannerRenderer from entity_model_features.mixins.json into net.minecraft.client.renderer.blockentity.BannerRenderer +[07мая2026 22:08:24.226] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBannerRenderer from mod entity_model_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.235] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris->@Inject::iris$endRenderingCanvas(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/resources/model/Material;ZLnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/entity/BannerPatternLayers;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.236] [Render thread/DEBUG] [mixin/]: entity_model_features.mixins.json:rendering.MixinBannerRenderer from mod entity_model_features->@Inject::emf$injected(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.246] [Render thread/DEBUG] [mixin/]: Mixing BellRendererMixin from amendments-common.mixins.json into net.minecraft.client.renderer.blockentity.BellRenderer +[07мая2026 22:08:24.246] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.258] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:BellRendererMixin from mod amendments->@Inject::render(Lnet/minecraft/world/level/block/entity/BellBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.336] [Render thread/DEBUG] [mixin/]: Mixing entity.AerwhaleRendererMixin from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.entity.AerwhaleRenderer +[07мая2026 22:08:24.336] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleRendererMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.343] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleRendererMixin from mod deep_aether->@Inject::AerwhaleRenderer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.343] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleRendererMixin from mod deep_aether->@Inject::AerwhaleRenderer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.343] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.AerwhaleRendererMixin from mod deep_aether->@Inject::AerwhaleRenderer(Lnet/minecraft/client/renderer/entity/EntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.358] [Render thread/DEBUG] [mixin/]: Mixing entity.SliderRendererMixin from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.entity.SliderRenderer +[07мая2026 22:08:24.358] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.SliderRendererMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.377] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.SliderRendererMixin from mod deep_aether->@Inject::getTextureLocation(Lcom/aetherteam/aether/entity/monster/dungeon/boss/Slider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:24.379] [Render thread/DEBUG] [mixin/]: Mixing entity.SliderGlowLayerMixin from deep_aether.mixins.json into com.aetherteam.aether.client.renderer.entity.layers.SliderGlowLayer +[07мая2026 22:08:24.379] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.SliderGlowLayerMixin from mod deep_aether: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.386] [Render thread/DEBUG] [mixin/]: deep_aether.mixins.json:entity.SliderGlowLayerMixin from mod deep_aether->@Inject::renderType(Lcom/aetherteam/aether/entity/monster/dungeon/boss/Slider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:24.436] [Render thread/DEBUG] [mixin/]: Mixing client.TipsySignRendererMixin$TipsyCanvasSignRenderMixin from brewinandchewin.mixins.json into vectorwing.farmersdelight.client.renderer.CanvasSignRenderer +[07мая2026 22:08:24.436] [Render thread/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.TipsySignRendererMixin$TipsyCanvasSignRenderMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.437] [Render thread/DEBUG] [mixin/]: Mixing CompatFarmersDelightSignRendererMixin from amendments.mixins.json into vectorwing.farmersdelight.client.renderer.CanvasSignRenderer +[07мая2026 22:08:24.437] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureYaw(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::captureFace(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/SignText;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IIIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::resetYaw(Lnet/minecraft/world/level/block/entity/SignBlockEntity;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/client/model/Model;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::amendments$renderSignModel(Lcom/mojang/blaze3d/vertex/PoseStack;IILnet/minecraft/client/model/Model;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.457] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightSignRendererMixin from mod amendments->@Inject::amendments$signTranslate(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.461] [Render thread/DEBUG] [mixin/]: Mixing CompatFarmersDelightHangingCanvasMixin from amendments.mixins.json into vectorwing.farmersdelight.client.renderer.HangingCanvasSignRenderer +[07мая2026 22:08:24.461] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightHangingCanvasMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.473] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightHangingCanvasMixin from mod amendments->@Inject::amendments$renderSignWithText(Lnet/minecraft/world/level/block/entity/SignBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/SignBlock;Lnet/minecraft/client/renderer/blockentity/HangingSignRenderer$HangingSignModel;Lnet/minecraft/world/item/DyeColor;)V does use it's CallbackInfo +[07мая2026 22:08:24.473] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightHangingCanvasMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:24.473] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightHangingCanvasMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:24.473] [Render thread/DEBUG] [mixin/]: amendments.mixins.json:CompatFarmersDelightHangingCanvasMixin from mod amendments->@Inject::initEnhancedSign(Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:24.787] [Render thread/DEBUG] [mixin/]: Mixing ClientTextTooltipMixinAccessor from fancytoasts.mixins.json into net.minecraft.client.gui.screens.inventory.tooltip.ClientTextTooltip +[07мая2026 22:08:24.787] [Render thread/DEBUG] [mixin/]: fancytoasts.mixins.json:ClientTextTooltipMixinAccessor from mod fancytoasts: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:08:24.787] [Render thread/DEBUG] [mixin/]: Mixing accessor.OrderedTextTooltipComponentAccessor from emi.mixins.json into net.minecraft.client.gui.screens.inventory.tooltip.ClientTextTooltip +[07мая2026 22:08:24.788] [Render thread/DEBUG] [mixin/]: emi.mixins.json:accessor.OrderedTextTooltipComponentAccessor from mod emi: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.788] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getText()Lnet/minecraft/util/FormattedCharSequence; in net.minecraft.client.gui.screens.inventory.tooltip.ClientTextTooltip was not merged +[07мая2026 22:08:24.837] [Render thread/DEBUG] [mixin/]: Mixing client.accessor.I18nAccessor from aether.mixins.json into net.minecraft.client.resources.language.I18n +[07мая2026 22:08:24.837] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method aether$getLanguage()Lnet/minecraft/locale/Language; to getLanguage$aether_$md$d85188$0 in aether.mixins.json:client.accessor.I18nAccessor from mod aether +[07мая2026 22:08:24.991] [Render thread/DEBUG] [mixin/]: Mixing recipebook.RecipeBookManagerMixin from connector.mixins.json into net.neoforged.neoforge.client.RecipeBookManager +[07мая2026 22:08:24.992] [Render thread/DEBUG] [mixin/]: connector.mixins.json:recipebook.RecipeBookManagerMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:24.992] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$init$2(Lnet/minecraft/client/RecipeBookCategories;Ljava/util/List;)V to mdd85188$connector$lambda$init$2$0 in connector.mixins.json:recipebook.RecipeBookManagerMixin from mod connector +[07мая2026 22:08:24.993] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$init$1(Lnet/minecraft/client/RecipeBookCategories;)Ljava/util/List; to mdd85188$connector$lambda$init$1$1 in connector.mixins.json:recipebook.RecipeBookManagerMixin from mod connector +[07мая2026 22:08:24.993] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$init$0(Lnet/minecraft/client/RecipeBookCategories;Ljava/util/List;)Ljava/util/List; to mdd85188$connector$lambda$init$0$2 in connector.mixins.json:recipebook.RecipeBookManagerMixin from mod connector +[07мая2026 22:08:25.023] [Render thread/DEBUG] [mixin/]: connector.mixins.json:recipebook.RecipeBookManagerMixin from mod connector->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.107] [Render thread/DEBUG] [mixin/]: Mixing hud_batching.compat.appleskin.MixinAppleSkin_HUDOverlayHandler from immediatelyfast-neoforge.mixins.json into squeek.appleskin.client.HUDOverlayHandler +[07мая2026 22:08:25.116] [Render thread/DEBUG] [mixin/]: immediatelyfast-neoforge.mixins.json:hud_batching.compat.appleskin.MixinAppleSkin_HUDOverlayHandler from mod immediatelyfast->@Inject::forceDrawBatch(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.121] [Render thread/DEBUG] [mixin/]: Mixing client.integration.appleskin.HUDOverlayHandlerMixin from brewinandchewin.mixins.json into squeek.appleskin.client.HUDOverlayHandler$OffsetsCache +[07мая2026 22:08:25.121] [Render thread/DEBUG] [mixin/]: brewinandchewin.mixins.json:client.integration.appleskin.HUDOverlayHandlerMixin from mod brewinandchewin: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.260] [Render thread/DEBUG] [mixin/]: Mixing impl.darkness.DimensionEffectsMixin$EndMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.DimensionSpecialEffects$EndEffects +[07мая2026 22:08:25.261] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.DimensionEffectsMixin$EndMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.279] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.darkness.DimensionEffectsMixin$EndMixin from mod sodiumextras->@Inject::inject$brightFogColor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.437] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.worldselection.CreateWorldScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.439] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.worldselection.CreateWorldScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.439] [Render thread/DEBUG] [mixin/]: Mixing bugfix.extra_experimental_screen.CreateWorldScreenMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.441] [Render thread/DEBUG] [mixin/]: Mixing perf.dedicated_reload_executor.CreateWorldScreenMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.442] [Render thread/DEBUG] [mixin/]: Mixing client.CreateWorldScreenMixin from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.442] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:08:25.442] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onCreate$0()Z to mdd85188$cumulus_menus$lambda$onCreate$0$0 in cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus +[07мая2026 22:08:25.444] [Render thread/DEBUG] [mixin/]: Mixing CreateWorldScreenMixin from wover.preset.mixins.client.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.446] [Render thread/DEBUG] [mixin/]: Mixing MixinCreateWorldScreen from cherishedworlds.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.446] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinCreateWorldScreen from mod cherishedworlds: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.446] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$cherishedworlds$createNewWorld$0(Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;)V to mdd85188$cherishedworlds$lambda$cherishedworlds$createNewWorld$0$1 in cherishedworlds.mixins.json:MixinCreateWorldScreen from mod cherishedworlds +[07мая2026 22:08:25.447] [Render thread/DEBUG] [mixin/]: Mixing CreateWorldScreenMixin from fabric-resource-loader-v0.client.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.447] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.450] [Render thread/DEBUG] [mixin/]: Mixing client.MixinCreateWorldScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.450] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreateWorldScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.457] [Render thread/DEBUG] [mixin/]: Mixing world_folder.CreateWorldScreenMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.458] [Render thread/DEBUG] [mixin/]: Mixing world_registry.CreateWorldScreenMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.460] [Render thread/DEBUG] [mixin/]: Mixing create_new_world_folder.CreateWorldScreenMixin from wover.event.mixins.client.json into net.minecraft.client.gui.screens.worldselection.CreateWorldScreen +[07мая2026 22:08:25.460] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$wover_createNewWorld$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lorg/betterx/wover/events/api/types/CreatedNewWorldFolder;)V to mdd85188$wover$lambda$wover_createNewWorld$0$2 in wover.event.mixins.client.json:create_new_world_folder.CreateWorldScreenMixin from mod wover +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus->@Inject::onCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinCreateWorldScreen from mod cherishedworlds->@Inject::cherishedworlds$createNewWorld(Lnet/minecraft/world/level/storage/PrimaryLevelData$SpecialWorldProperty;Lnet/minecraft/core/LayeredRegistryAccess;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Optional;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinCreateWorldScreen from mod cherishedworlds->@Inject::cherishedworlds$createNewWorld(Lnet/minecraft/world/level/storage/PrimaryLevelData$SpecialWorldProperty;Lnet/minecraft/core/LayeredRegistryAccess;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Optional;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinCreateWorldScreen from mod cherishedworlds->@Inject::cherishedworlds$createNewWorld(Lnet/minecraft/world/level/storage/PrimaryLevelData$SpecialWorldProperty;Lnet/minecraft/core/LayeredRegistryAccess;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Optional;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreateWorldScreen from mod fancymenu->@Inject::head_render_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_captureStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_captureStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_captureStorage(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:25.489] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:world_registry.CreateWorldScreenMixin from mod wover->@Inject::wover_captureRegistry(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:25.490] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:create_new_world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_createNewWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.490] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:create_new_world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_createNewWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.490] [Render thread/DEBUG] [mixin/]: wover.event.mixins.client.json:create_new_world_folder.CreateWorldScreenMixin from mod wover->@Inject::wover_createNewWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.567] [Render thread/INFO] [net.minecraft.client.Minecraft/]: [FANCYMENU] Registering resource reload listener.. +[07мая2026 22:08:25.568] [Render thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/client/Minecraft$Anonymous$0b133a3650934a89977936a6e892857a (originally de/keksuccino/fancymenu/mixin/mixins/common/client/MixinMinecraft$1) +[07мая2026 22:08:25.584] [Render thread/DEBUG] [mixin/]: Mixing MixinChainedJsonException from mixins.iris.json into net.minecraft.server.ChainedJsonException +[07мая2026 22:08:25.584] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.588] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris->@Inject::iris$changeShaderParseException(Ljava/lang/Exception;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.591] [Render thread/DEBUG] [mixin/]: Mixing shader.ShaderProgramImportProcessorMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.renderer.ShaderInstance$1 +[07мая2026 22:08:25.592] [Render thread/DEBUG] [mixin/]: fabric-rendering-v1.mixins.json:shader.ShaderProgramImportProcessorMixin from mod fabric_rendering_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.599] [Render thread/DEBUG] [mixin/]: Mixing MixinUniform from mixins.iris.json into com.mojang.blaze3d.shaders.Uniform +[07мая2026 22:08:25.599] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.607] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris->@Inject::iris$glGetUniformLocation(ILjava/lang/CharSequence;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.615] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramType from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[07мая2026 22:08:25.615] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.620] [Render thread/DEBUG] [mixin/]: Mixing ProgramTypeAccessor from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[07мая2026 22:08:25.620] [Render thread/DEBUG] [mixin/]: mixins.iris.json:ProgramTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.620] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method createProgramType(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)Lcom/mojang/blaze3d/shaders/Program$Type; to createProgramType$iris_$md$d85188$0 in mixins.iris.json:ProgramTypeAccessor from mod iris +[07мая2026 22:08:25.629] [Render thread/DEBUG] [mixin/]: Mixing MixinProgram from mixins.iris.json into com.mojang.blaze3d.shaders.Program +[07мая2026 22:08:25.629] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.635] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris->@Inject::iris$causeException(Lcom/mojang/blaze3d/shaders/Program$Type;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;Lcom/mojang/blaze3d/preprocessor/GlslPreprocessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:25.641] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramManager from mixins.iris.json into com.mojang.blaze3d.shaders.ProgramManager +[07мая2026 22:08:25.641] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:25.650] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris->@Inject::iris$releaseGeometry(Lcom/mojang/blaze3d/shaders/Shader;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.699] [Render thread/DEBUG] [ThreadTweak/]: Main worker replaced +[07мая2026 22:08:25.699] [Render thread/DEBUG] [ThreadTweak/]: Initialized Worker-Main-1 +[07мая2026 22:08:25.848] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinRealmsNotificationsScreen from fancymenu.mixins.json into com.mojang.realmsclient.gui.screens.RealmsNotificationsScreen +[07мая2026 22:08:25.852] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.853] [Render thread/DEBUG] [mixin/]: Mixing client.MixinRealmsNotificationsScreen from fancymenu.mixins.json into com.mojang.realmsclient.gui.screens.RealmsNotificationsScreen +[07мая2026 22:08:25.853] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRealmsNotificationsScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.865] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_trialAvailable_FancyMenu()Z should be static as its target is +[07мая2026 22:08:25.865] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_hasUnreadNews_FancyMenu()Z should be static as its target is +[07мая2026 22:08:25.866] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_hasUnseenNotifications()Z should be static as its target is +[07мая2026 22:08:25.866] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRealmsNotificationsScreen from mod fancymenu->@Inject::onConstructFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.866] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRealmsNotificationsScreen from mod fancymenu->@Inject::onConstructFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:25.866] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinRealmsNotificationsScreen from mod fancymenu->@Inject::onConstructFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.877] [Render thread/DEBUG] [mixin/]: Mixing com.mojang.realmsclient.gui.screens.RealmsResetNormalWorldScreenMixin from mixins.redirected_neoforge_1.21.1.json into com.mojang.realmsclient.gui.screens.RealmsResetNormalWorldScreen +[07мая2026 22:08:25.878] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:com.mojang.realmsclient.gui.screens.RealmsResetNormalWorldScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.930] [Render thread/DEBUG] [mixin/]: Mixing feature.measure_time.ConnectScreenMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.screens.ConnectScreen +[07мая2026 22:08:25.932] [Render thread/DEBUG] [mixin/]: Mixing client.ConnectScreenMixin from cumulus_menus.mixins.json into net.minecraft.client.gui.screens.ConnectScreen +[07мая2026 22:08:25.932] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.ConnectScreenMixin from mod cumulus_menus: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62) +[07мая2026 22:08:25.938] [Render thread/DEBUG] [mixin/]: Mixing accessor.ConnectScreenAccessor from fabric-networking-api-v1.client.mixins.json into net.minecraft.client.gui.screens.ConnectScreen +[07мая2026 22:08:25.938] [Render thread/DEBUG] [mixin/]: fabric-networking-api-v1.client.mixins.json:accessor.ConnectScreenAccessor from mod fabric_networking_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.938] [Render thread/DEBUG] [mixin/]: Mixing client.IMixinConnectScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ConnectScreen +[07мая2026 22:08:25.938] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.IMixinConnectScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.939] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method invokeConstructFancyMenu(Lnet/minecraft/client/gui/screens/Screen;Lnet/minecraft/network/chat/Component;)Lnet/minecraft/client/gui/screens/ConnectScreen; to invokeConstructFancyMenu$fancymenu_$md$d85188$0 in fancymenu.mixins.json:client.IMixinConnectScreen from mod fancymenu +[07мая2026 22:08:25.939] [Render thread/DEBUG] [mixin/]: Mixing client.MixinConnectScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.ConnectScreen +[07мая2026 22:08:25.939] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.measure_time.ConnectScreenMixin from mod modernfix->@Inject::recordConnectStartTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.measure_time.ConnectScreenMixin from mod modernfix->@Inject::recordConnectStartTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:feature.measure_time.ConnectScreenMixin from mod modernfix->@Inject::recordConnectStartTime(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: cumulus_menus.mixins.json:client.ConnectScreenMixin from mod cumulus_menus->@Inject::startConnecting(Lnet/minecraft/client/gui/screens/Screen;Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/multiplayer/resolver/ServerAddress;Lnet/minecraft/client/multiplayer/ServerData;ZLnet/minecraft/client/multiplayer/TransferState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterInitFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterInitFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterInitFancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::onStartConnectingFancyMenu(Lnet/minecraft/client/gui/screens/Screen;Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/multiplayer/resolver/ServerAddress;Lnet/minecraft/client/multiplayer/ServerData;ZLnet/minecraft/client/multiplayer/TransferState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::onConnectFancyMenu(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/multiplayer/resolver/ServerAddress;Lnet/minecraft/client/multiplayer/ServerData;Lnet/minecraft/client/multiplayer/TransferState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterUpdateStatusFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterUpdateStatusFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:25.982] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinConnectScreen from mod fancymenu->@Inject::afterUpdateStatusFancyMenu(Lnet/minecraft/network/chat/Component;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:25.997] [Render thread/DEBUG] [mixin/]: Mixing client.MixinDisconnectedScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.DisconnectedScreen +[07мая2026 22:08:25.997] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDisconnectedScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.012] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDisconnectedScreen from mod fancymenu->@Inject::at_return_screen_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.012] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDisconnectedScreen from mod fancymenu->@Inject::at_return_screen_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.012] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinDisconnectedScreen from mod fancymenu->@Inject::at_return_screen_init_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.014] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.EditServerScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.EditServerScreen +[07мая2026 22:08:26.014] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.EditServerScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.014] [Render thread/DEBUG] [mixin/]: Mixing MixinEditServerScreen from cherishedworlds.mixins.json into net.minecraft.client.gui.screens.EditServerScreen +[07мая2026 22:08:26.014] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinEditServerScreen from mod cherishedworlds: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.020] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinEditServerScreen from mod cherishedworlds->@Inject::cherishedworlds$onAdd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.020] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinEditServerScreen from mod cherishedworlds->@Inject::cherishedworlds$onAdd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.020] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:MixinEditServerScreen from mod cherishedworlds->@Inject::cherishedworlds$onAdd(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.023] [Render thread/DEBUG] [mixin/]: Mixing impl.language.LanguageMixin from mixins.sodiumextras.json into net.minecraft.client.gui.screens.options.LanguageSelectScreen +[07мая2026 22:08:26.023] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.language.LanguageMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.033] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.OptionsScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.options.OptionsScreen +[07мая2026 22:08:26.033] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.OptionsScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.034] [Render thread/DEBUG] [mixin/]: Mixing OptionsScreenMixin from balm.neoforge.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[07мая2026 22:08:26.036] [Render thread/DEBUG] [mixin/]: Mixing MixinOptionsScreen from midnightlib.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[07мая2026 22:08:26.037] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.038] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$midnightlib$lambda$new$0$0 in midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib +[07мая2026 22:08:26.046] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.settings.OptionsScreenMixin from sodium-common.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[07мая2026 22:08:26.046] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.047] [Render thread/DEBUG] [mixin/]: Mixing OptionsScreenMixin from spyglass_improvements.common.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[07мая2026 22:08:26.048] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$addBedrockIfyButtonBelowSliders$0(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$spyglass_improvements$lambda$addBedrockIfyButtonBelowSliders$0$1 in spyglass_improvements.common.mixins.json:OptionsScreenMixin from mod spyglass_improvements +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElements(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElements(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElements(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElementsPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElementsPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.066] [Render thread/DEBUG] [mixin/]: balm.neoforge.mixins.json:OptionsScreenMixin from mod balm->@Inject::repositionElementsPost(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: midnightlib.mixins.json:MixinOptionsScreen from mod midnightlib->@Inject::midnightlib$onResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium->@Inject::open(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: spyglass_improvements.common.mixins.json:OptionsScreenMixin from mod spyglass_improvements->@Inject::addBedrockIfyButtonBelowSliders(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/GridLayout;Lnet/minecraft/client/gui/layouts/GridLayout$RowHelper;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: spyglass_improvements.common.mixins.json:OptionsScreenMixin from mod spyglass_improvements->@Inject::addBedrockIfyButtonBelowSliders(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/GridLayout;Lnet/minecraft/client/gui/layouts/GridLayout$RowHelper;)V has 0 override(s) in child classes +[07мая2026 22:08:26.067] [Render thread/DEBUG] [mixin/]: spyglass_improvements.common.mixins.json:OptionsScreenMixin from mod spyglass_improvements->@Inject::addBedrockIfyButtonBelowSliders(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/LinearLayout;Lnet/minecraft/client/gui/layouts/GridLayout;Lnet/minecraft/client/gui/layouts/GridLayout$RowHelper;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.079] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.SkinCustomizationScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.options.SkinCustomizationScreen +[07мая2026 22:08:26.079] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.SkinCustomizationScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.080] [Render thread/DEBUG] [mixin/]: Mixing client.SkinCustomizationScreenMixin from blueprint.mixins.json into net.minecraft.client.gui.screens.options.SkinCustomizationScreen +[07мая2026 22:08:26.080] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$addSlabfishOptions$1(Lnet/minecraft/network/chat/Style;)Lnet/minecraft/network/chat/Style; to mdd85188$blueprint$lambda$addSlabfishOptions$1$0 in blueprint.mixins.json:client.SkinCustomizationScreenMixin from mod blueprint +[07мая2026 22:08:26.080] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$addSlabfishOptions$0(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/gui/components/Button;)V to mdd85188$blueprint$lambda$addSlabfishOptions$0$1 in blueprint.mixins.json:client.SkinCustomizationScreenMixin from mod blueprint +[07мая2026 22:08:26.087] [Render thread/DEBUG] [mixin/]: Mixing client.supporters.SkinCustomizationScreenMixin from ribbits.mixins.json into net.minecraft.client.gui.screens.options.SkinCustomizationScreen +[07мая2026 22:08:26.087] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.SkinCustomizationScreenMixin from mod ribbits: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.087] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ribbits$addSupporterHatToggleOption$0(Lnet/minecraft/client/gui/components/CycleButton;Ljava/lang/Boolean;)V to mdd85188$ribbits$lambda$ribbits$addSupporterHatToggleOption$0$2 in ribbits.mixins.json:client.supporters.SkinCustomizationScreenMixin from mod ribbits +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.SkinCustomizationScreenMixin from mod blueprint->@Inject::addSlabfishOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.SkinCustomizationScreenMixin from mod blueprint->@Inject::addSlabfishOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V has 0 override(s) in child classes +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: blueprint.mixins.json:client.SkinCustomizationScreenMixin from mod blueprint->@Inject::addSlabfishOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.SkinCustomizationScreenMixin from mod ribbits->@Inject::ribbits$addSupporterHatToggleOption(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.SkinCustomizationScreenMixin from mod ribbits->@Inject::ribbits$addSupporterHatToggleOption(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V has 0 override(s) in child classes +[07мая2026 22:08:26.100] [Render thread/DEBUG] [mixin/]: ribbits.mixins.json:client.supporters.SkinCustomizationScreenMixin from mod ribbits->@Inject::ribbits$addSupporterHatToggleOption(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.102] [Render thread/DEBUG] [mixin/]: Mixing SoundsOptionsScreenMixin from sounds.mixins.json into net.minecraft.client.gui.screens.options.SoundOptionsScreen +[07мая2026 22:08:26.103] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$$add_sounds_button$0(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$sounds$lambda$$add_sounds_button$0$0 in sounds.mixins.json:SoundsOptionsScreenMixin from mod sounds +[07мая2026 22:08:26.119] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:SoundsOptionsScreenMixin from mod sounds->@Inject::$add_sounds_button(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.119] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:SoundsOptionsScreenMixin from mod sounds->@Inject::$add_sounds_button(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.119] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:SoundsOptionsScreenMixin from mod sounds->@Inject::$add_sounds_button(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.120] [Render thread/DEBUG] [mixin/]: Mixing gui.MixinVideoSettingsScreen from mixins.iris.json into net.minecraft.client.gui.screens.options.VideoSettingsScreen +[07мая2026 22:08:26.120] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinVideoSettingsScreen from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:26.121] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$addShaderPackScreenButton$1(Ljava/lang/Boolean;)V to mdd85188$iris$lambda$iris$addShaderPackScreenButton$1$0 in mixins.iris.json:gui.MixinVideoSettingsScreen from mod iris +[07мая2026 22:08:26.121] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$addShaderPackScreenButton$0(Lnet/minecraft/network/chat/Component;Ljava/lang/Boolean;)Lnet/minecraft/network/chat/Component; to mdd85188$iris$lambda$iris$addShaderPackScreenButton$0$1 in mixins.iris.json:gui.MixinVideoSettingsScreen from mod iris +[07мая2026 22:08:26.145] [Render thread/DEBUG] [mixin/]: Mixing AbstractSelectionListMixin from kubejs.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList +[07мая2026 22:08:26.148] [Render thread/DEBUG] [mixin/]: Mixing client.MixinAbstractSelectionList from fancymenu.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList +[07мая2026 22:08:26.148] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSelectionList from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.149] [Render thread/DEBUG] [mixin/]: Mixing AbstractSelectionListAccessor from yacl.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList +[07мая2026 22:08:26.149] [Render thread/DEBUG] [mixin/]: yacl.mixins.json:AbstractSelectionListAccessor from mod yet_another_config_lib_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.149] [Render thread/DEBUG] [mixin/]: Mixing AbstractSelectionListMixin from yacl.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList +[07мая2026 22:08:26.149] [Render thread/DEBUG] [mixin/]: yacl.mixins.json:AbstractSelectionListMixin from mod yet_another_config_lib_v3: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.152] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSelectionList from mod fancymenu->@Inject::before_blit_in_renderListBackground_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.153] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSelectionList from mod fancymenu->@Inject::before_blit_in_renderListBackground_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.153] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinAbstractSelectionList from mod fancymenu->@Inject::before_blit_in_renderListBackground_FancyMenu(Lnet/minecraft/client/gui/GuiGraphics;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.160] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.inventory.CommandBlockEditScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.inventory.CommandBlockEditScreen +[07мая2026 22:08:26.162] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.inventory.CommandBlockEditScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.175] [Render thread/DEBUG] [mixin/]: Mixing client.CreativeInventoryScreenMixin from accessories-common.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.175] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.175] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$1([Lio/wispforest/accessories/client/gui/components/ComponentUtils$OnCreativeTabChange;)Lio/wispforest/accessories/client/gui/components/ComponentUtils$OnCreativeTabChange; to mdd85188$accessories$lambda$new$1$0 in accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories +[07мая2026 22:08:26.176] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0([Lio/wispforest/accessories/client/gui/components/ComponentUtils$OnCreativeTabChange;Lnet/minecraft/world/item/CreativeModeTab;)V to mdd85188$accessories$lambda$new$0$1 in accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories +[07мая2026 22:08:26.184] [Render thread/DEBUG] [mixin/]: Mixing CreativeModeInventoryScreenMixin from polytone.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.185] [Render thread/DEBUG] [mixin/]: Mixing CreativeInventoryScreenMixin from fabric-item-group-api-v1.client.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.185] [Render thread/DEBUG] [mixin/]: fabric-item-group-api-v1.client.mixins.json:CreativeInventoryScreenMixin from mod fabric_item_group_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.188] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getPage$0(Lnet/minecraft/world/item/CreativeModeTab;Lnet/neoforged/neoforge/client/gui/CreativeTabsScreenPage;)Z to mdd85188$fabric_item_group_api_v1$lambda$getPage$0$2 in fabric-item-group-api-v1.client.mixins.json:CreativeInventoryScreenMixin from mod fabric_item_group_api_v1 +[07мая2026 22:08:26.209] [Render thread/DEBUG] [mixin/]: Mixing CreativeModeInventoryScreenMixin from kubejs.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.210] [Render thread/DEBUG] [mixin/]: Mixing itemgroup.CreativeInventoryScreenAccessor from owo.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.210] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenAccessor from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:26.210] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method owo$getSelectedTab()Lnet/minecraft/world/item/CreativeModeTab; to getSelectedTab$owo_$md$d85188$3 in owo.mixins.json:itemgroup.CreativeInventoryScreenAccessor from mod owo +[07мая2026 22:08:26.210] [Render thread/DEBUG] [mixin/]: Mixing itemgroup.CreativeInventoryScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.212] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:26.213] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$owo$createSelectAction$2(Lio/wispforest/owo/itemgroup/OwoItemGroup;ILio/wispforest/owo/itemgroup/gui/ItemGroupButtonWidget;)V to mdd85188$owo$lambda$owo$createSelectAction$2$4 in owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo +[07мая2026 22:08:26.214] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$setSelectedTab$1(Lio/wispforest/owo/itemgroup/gui/ItemGroupButton;Lio/wispforest/owo/itemgroup/gui/ItemGroupButtonWidget;)V to mdd85188$owo$lambda$setSelectedTab$1$5 in owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo +[07мая2026 22:08:26.214] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$setSelectedTab$0(Lnet/minecraft/client/gui/screens/inventory/CreativeModeInventoryScreen;Lnet/minecraft/client/gui/components/events/GuiEventListener;)V to mdd85188$owo$lambda$setSelectedTab$0$6 in owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo +[07мая2026 22:08:26.261] [Render thread/DEBUG] [mixin/]: Mixing ui.CreativeInventorySoundEffects from sounds.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.272] [Render thread/DEBUG] [mixin/]: Mixing client.MixinCreativeModeInventoryScreen from fancymenu.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.272] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreativeModeInventoryScreen from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.273] [Render thread/DEBUG] [mixin/]: Mixing itemgroup.MixinCreativeInventoryScreenMixin from owo.mixins.json into net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen +[07мая2026 22:08:26.273] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.MixinCreativeInventoryScreenMixin from mod owo: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::nukeCooldown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::nukeCooldown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::nukeCooldown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::adjustAccessoryButton(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::clearAccessoriesWithClearSlot(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::clearAccessoriesWithClearSlot(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: accessories-common.mixins.json:client.CreativeInventoryScreenMixin from mod accessories->@Inject::clearAccessoriesWithClearSlot(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::captureFeatures(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/flag/FeatureFlagSet;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::captureFeatures(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/flag/FeatureFlagSet;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::captureFeatures(Lnet/minecraft/client/player/LocalPlayer;Lnet/minecraft/world/flag/FeatureFlagSet;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.576] [Render thread/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$5 for descriptor (Lnet/minecraft/resources/ResourceLocation;IIII)V +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::renderOwoIcon(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZZIII)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::renderOwoIcon(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZZIII)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::renderOwoIcon(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZZIII)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::setSelectedTab(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::setSelectedTab(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::setSelectedTab(Lnet/minecraft/world/item/CreativeModeTab;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::render(Lnet/minecraft/client/gui/GuiGraphics;IIFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::disposeCursorAdapter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::disposeCursorAdapter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: owo.mixins.json:itemgroup.CreativeInventoryScreenMixin from mod owo->@Inject::disposeCursorAdapter(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$inventory_typing_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$inventory_typing_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$inventory_typing_sound_effect(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$pre_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$pre_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$pre_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$mass_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$mass_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$mass_item_delete_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$choose_item_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$choose_item_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: sounds.mixins.json:ui.CreativeInventorySoundEffects from mod sounds->@Inject::$choose_item_sound_effect(Lnet/minecraft/world/inventory/Slot;IILnet/minecraft/world/inventory/ClickType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.577] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreativeModeInventoryScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.578] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreativeModeInventoryScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.578] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinCreativeModeInventoryScreen from mod fancymenu->@Inject::before_render_FancyMenu(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.596] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.inventory.JigsawBlockEditScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.inventory.JigsawBlockEditScreen +[07мая2026 22:08:26.596] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.inventory.JigsawBlockEditScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.600] [Render thread/DEBUG] [mixin/]: Mixing SignEditScreenMixin from amendments-common.mixins.json into net.minecraft.client.gui.screens.inventory.SignEditScreen +[07мая2026 22:08:26.600] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignEditScreenMixin from mod amendments: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.605] [Render thread/DEBUG] [mixin/]: amendments-common.mixins.json:SignEditScreenMixin from mod amendments->@Inject::amendments$renderSignBlockModel(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:26.608] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.gui.screens.inventory.StructureBlockEditScreenMixin from mixins.redirected_neoforge_1.21.1.json into net.minecraft.client.gui.screens.inventory.StructureBlockEditScreen +[07мая2026 22:08:26.608] [Render thread/DEBUG] [mixin/]: mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.gui.screens.inventory.StructureBlockEditScreenMixin from mod redirected: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.609] [Render thread/DEBUG] [mixin/]: Mixing blocks.StructureBlockScreenMixin from repurposed_structures-common.mixins.json into net.minecraft.client.gui.screens.inventory.StructureBlockEditScreen +[07мая2026 22:08:26.611] [Render thread/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:blocks.StructureBlockScreenMixin from mod repurposed_structures->@Inject::repurposedstructures_makeFileNameLonger(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.611] [Render thread/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:blocks.StructureBlockScreenMixin from mod repurposed_structures->@Inject::repurposedstructures_makeFileNameLonger(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.611] [Render thread/DEBUG] [mixin/]: repurposed_structures-common.mixins.json:blocks.StructureBlockScreenMixin from mod repurposed_structures->@Inject::repurposedstructures_makeFileNameLonger(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.618] [Render thread/DEBUG] [mixin/]: Mixing MixinPackScreen from entity_texture_features.mixins.json into net.minecraft.client.gui.screens.packs.PackSelectionScreen +[07мая2026 22:08:26.618] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:26.618] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$etf$etfButton$0(Lnet/minecraft/client/gui/components/Button;)V to mdd85188$entity_texture_features$lambda$etf$etfButton$0$0 in entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButtonResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButtonResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButtonResize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:26.677] [Render thread/DEBUG] [mixin/]: entity_texture_features.mixins.json:MixinPackScreen from mod entity_texture_features->@Inject::etf$etfButton(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:26.695] [Render thread/DEBUG] [mixin/]: Mixing EditGameRulesScreenAccessor from fabric-game-rule-api-v1.client.mixins.json into net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen +[07мая2026 22:08:26.695] [Render thread/DEBUG] [mixin/]: fabric-game-rule-api-v1.client.mixins.json:EditGameRulesScreenAccessor from mod fabric_game_rule_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.706] [Render thread/DEBUG] [mixin/]: Mixing AccessorWorldSelectionScreen from cherishedworlds.mixins.json into net.minecraft.client.gui.screens.worldselection.SelectWorldScreen +[07мая2026 22:08:26.706] [Render thread/DEBUG] [mixin/]: cherishedworlds.mixins.json:AccessorWorldSelectionScreen from mod cherishedworlds: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.837] [Render thread/DEBUG] [mixin/]: Mixing client.MixinStringDecomposer from fancymenu.mixins.json into net.minecraft.util.StringDecomposer +[07мая2026 22:08:26.837] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinStringDecomposer from mod fancymenu: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:26.858] [Render thread/DEBUG] [mixin/]: fancymenu.mixins.json:client.MixinStringDecomposer from mod fancymenu->@Inject::beforeIterateFormattedFancyMenu(Ljava/lang/String;ILnet/minecraft/network/chat/Style;Lnet/minecraft/network/chat/Style;Lnet/minecraft/util/FormattedCharSink;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:29.823] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, KubeJS Virtual Resource Pack [Before Mods, assets], fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, file/coquet-0-9-1.zip, file/Freshly Detailed 4.0.zip, file/Cataclysm Reimagined v1.3.5 for NeoForge.zip, file/Create Touch-Ups v1.0.zip, file/BetterBetterX-v1.1-noStone.zip, file/waystones_1.21.1.zip, file/FTB-Vanilla-Like-1.0.zip, file/mod-descriptions-v8.1.zip, file/TerralithBiomesNames.zip, file/MandalasGUI+Dakmode_1.21.8_v2.5.zip, file/Mandala Utopia.zip, file/Reimagined Tweaks 11.zip, file/ShaderPanoramaFor1.21.zip, file/music-and-melody-1.21.5-v2.1.0.zip, file/Atmospheric Skies Fog 1.3.zip, file/FreshAnimations_v1.9.2.zip, file/FA+Details-v1.1.zip, file/FA+Spiders-v1.1.zip, file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip, KubeJS Virtual Resource Pack [Internal, assets], KubeJS Virtual Resource Pack [After Mods, assets], KubeJS File Resource Pack [assets], quark-emote-pack, KubeJS Virtual Resource Pack [Last, assets] +[07мая2026 22:08:29.838] [Render thread/DEBUG] [mixin/]: Mixing resources.NamespaceResourceManagerAccessor from repurposed_structures-common.mixins.json into net.minecraft.server.packs.resources.FallbackResourceManager +[07мая2026 22:08:29.838] [Render thread/DEBUG] [mixin/]: Mixing NamespaceResourceManagerMixin from continuity.mixins.json into net.minecraft.server.packs.resources.FallbackResourceManager +[07мая2026 22:08:29.838] [Render thread/DEBUG] [mixin/]: Mixing NamespaceResourceManagerMixin from mixson.mixins.json into net.minecraft.server.packs.resources.FallbackResourceManager +[07мая2026 22:08:29.842] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:NamespaceResourceManagerMixin from mod continuity->@Inject::continuity$onHeadGetMetadataPath(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:29.842] [Render thread/DEBUG] [mixin/]: continuity.mixins.json:NamespaceResourceManagerMixin from mod continuity->@Inject::continuity$onTailGetMetadataPath(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:29.944] [Render thread/INFO] [com.teamabnormals.blueprint.core.Blueprint/]: Successfully loaded 0 assets remolders! +[07мая2026 22:08:29.953] [Render thread/INFO] [de.keksuccino.fancymenu.customization.ScreenCustomization/]: [FANCYMENU] Initializing screen customization engine! Addons should NOT REGISTER TO REGISTRIES anymore now! +[07мая2026 22:08:29.969] [Worker-ResourceReload-0/INFO] [Moonlight/]: Resource cache state for CLIENT_RESOURCES: needs regeneration +[07мая2026 22:08:29.971] [Worker-ResourceReload-0/INFO] [Moonlight/]: Cleared cache pack resources at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\dynamic-resource-pack-cache\amendments-generated_pack in 1.118 ms +[07мая2026 22:08:29.972] [Worker-ResourceReload-0/INFO] [Moonlight/]: Starting runtime resource generation for pack type CLIENT_RESOURCES with generators [amendments:generated_pack, supplementaries:generated_pack, everycomp:dynamic_resources, moonlight:dynamic_resources] +[07мая2026 22:08:30.011] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [amendments:generated_pack], requested by strategy CACHED +[07мая2026 22:08:30.013] [Worker-ResourceReload-0/DEBUG] [Amendments/]: Scanning blocks for Amendments +[07мая2026 22:08:30.749] [Render thread/DEBUG] [de.keksuccino.fancymenu.customization.layout.editor.buddy.BuddyWidget/]: Creating new TamagotchiEasterEgg with screen size: 0x0 +[07мая2026 22:08:30.788] [Render thread/DEBUG] [de.keksuccino.fancymenu.customization.layout.editor.buddy.Buddy/]: Buddy created in hidden state, will peek in 95.5 seconds +[07мая2026 22:08:30.788] [Render thread/DEBUG] [de.keksuccino.fancymenu.customization.layout.editor.buddy.BuddyWidget/]: Delaying buddy state loading until screen size is properly set +[07мая2026 22:08:30.809] [Render thread/INFO] [de.keksuccino.fancymenu.FancyMenu/]: [FANCYMENU] Starting late client initialization phase.. +[07мая2026 22:08:30.939] [Render thread/INFO] [moreculling/]: Cached all modded block culling states +[07мая2026 22:08:30.939] [Render thread/INFO] [AdventureDungeons/]: This line is printed by the AdventureDungeons common mixin! +[07мая2026 22:08:30.940] [Render thread/INFO] [AdventureDungeons/]: MC Version: modified +[07мая2026 22:08:30.984] [Render thread/INFO] [SuperResolution/]: 显卡供应商 NVIDIA +[07мая2026 22:08:30.985] [Render thread/INFO] [SuperResolution/]: OpenGL版本 4.6 +[07мая2026 22:08:31.008] [Render thread/INFO] [SuperResolution/]: 支持DSA 使用 GL45OrEXTDirectStateAccessImpl +[07мая2026 22:08:31.035] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.038] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.243] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1460 +[07мая2026 22:08:31.243] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.243] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.245] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.246] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.246] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.249] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1528 +[07мая2026 22:08:31.249] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.249] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1528 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.250] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.250] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.254] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.255] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.330] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.331] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.332] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.334] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1528 bytes +[07мая2026 22:08:31.503] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.503] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.505] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1460 +[07мая2026 22:08:31.505] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.505] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.506] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.506] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.506] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.509] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=2356 +[07мая2026 22:08:31.509] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.509] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=2356 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.510] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.510] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.512] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.512] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.515] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 2356 bytes +[07мая2026 22:08:31.526] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.527] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.529] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1460 +[07мая2026 22:08:31.529] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.529] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.531] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.531] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.531] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.533] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1288 +[07мая2026 22:08:31.533] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.534] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1288 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.534] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.534] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.535] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.537] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.538] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1288 bytes +[07мая2026 22:08:31.545] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.547] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.550] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=1460 +[07мая2026 22:08:31.550] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.550] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.551] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.551] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.551] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 调用GlslangShaderCompiler编译SPIR-V +[07мая2026 22:08:31.554] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 编译SPIR-V结束,错误码=OK, 数据大小=4424 +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=4424 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.554] [Render thread/DEBUG] [SuperResolution-ShaderCompiler/]: 释放DirectBuffer完成 +[07мая2026 22:08:31.555] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.556] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.556] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.557] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.558] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.560] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 4424 bytes +[07мая2026 22:08:31.635] [Render thread/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Client-side modules initialized and ready to use! +[07мая2026 22:08:31.654] [Render thread/INFO] [KubeJS Client/]: Client resource reload complete! +[07мая2026 22:08:31.656] [Render thread/INFO] [com.cerbon.bosses_of_mass_destruction.util.BMDConstants/]: NeoForge only mixins are working for Bosses of Mass Destruction! +[07мая2026 22:08:31.657] [Render thread/INFO] [com.cerbon.bosses_of_mass_destruction.util.BMDConstants/]: Common mixins are working for Bosses of Mass Destruction on NeoForge! +[07мая2026 22:08:31.672] [Render thread/DEBUG] [me.decce.ixeris.core.Ixeris/]: Created raw input buffer of size 32 +[07мая2026 22:08:31.688] [Render thread/DEBUG] [FTB Library/]: tracking config ftblibrary-client, loaded from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ftblibrary-client.snbt +[07мая2026 22:08:31.694] [Render thread/DEBUG] [FTB Library/]: tracking config ftbquests-client, loaded from C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\ftbquests-client.snbt +[07мая2026 22:08:31.702] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: generic_dirt_message_screen +[07мая2026 22:08:31.704] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack amendments:generated_pack in 1.693 s +[07мая2026 22:08:31.738] [Render thread/DEBUG] [mixin/]: Mixing client.LogoRendererMixin from aether.mixins.json into net.minecraft.client.gui.components.LogoRenderer +[07мая2026 22:08:31.743] [Worker-ResourceReload-0/INFO] [Moonlight/]: Populated search tree for pack at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\dynamic-resource-pack-cache\amendments-generated_pack in 37.01 ms +[07мая2026 22:08:31.752] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [supplementaries:generated_pack], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:31.753] [Render thread/DEBUG] [ThreadTweak/]: Initialized IO-Worker-1 +[07мая2026 22:08:31.764] [Render thread/DEBUG] [mixin/]: Mixing impl.togglefog.FogMixin from mixins.sodiumextras.json into net.minecraft.client.renderer.FogRenderer +[07мая2026 22:08:31.765] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.togglefog.FogMixin from mod sodiumextras: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:31.765] [Render thread/DEBUG] [mixin/]: Mixing MixinFogRenderer from mixins.iris.json into net.minecraft.client.renderer.FogRenderer +[07мая2026 22:08:31.765] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:31.771] [Render thread/DEBUG] [mixin/]: Mixing FogRendererMixin from polytone-common.mixins.json into net.minecraft.client.renderer.FogRenderer +[07мая2026 22:08:31.774] [Render thread/DEBUG] [mixin/]: Mixing client.FogRendererMixin from galosphere.mixins.json into net.minecraft.client.renderer.FogRenderer +[07мая2026 22:08:31.780] [Render thread/DEBUG] [mixin/]: Mixing FogRendererMixin from bclib.mixins.client.json into net.minecraft.client.renderer.FogRenderer +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: mixins.sodiumextras.json:impl.togglefog.FogMixin from mod sodiumextras->@Inject::inject$fogDistance(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/material/FogType;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/client/renderer/FogRenderer$FogData;)V doesn't use it's CallbackInfo +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::iris$setupLegacyWaterFog(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::render(Lnet/minecraft/client/Camera;FLnet/minecraft/client/multiplayer/ClientLevel;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: galosphere.mixins.json:client.FogRendererMixin from mod galosphere->@Inject::G$setupFog(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/level/material/FogType;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/client/renderer/FogRenderer$FogData;)V doesn't use it's CallbackInfo +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:FogRendererMixin from mod bclib->@Inject::bclib_onRender(Lnet/minecraft/client/Camera;FLnet/minecraft/client/multiplayer/ClientLevel;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:31.802] [Render thread/DEBUG] [mixin/]: bclib.mixins.client.json:FogRendererMixin from mod bclib->@Inject::bclib_fogDensity(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:31.837] [Render thread/DEBUG] [mixin/]: Mixing LightingMixin from moonlight-common.mixins.json into com.mojang.blaze3d.platform.Lighting +[07мая2026 22:08:31.837] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:LightingMixin from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:31.841] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:LightingMixin from mod moonlight->@Inject::moonlight$messWithEntityRendererLighting(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:31.841] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:LightingMixin from mod moonlight->@Inject::moonlight$messEntityRendererLightingN(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:31.841] [Render thread/DEBUG] [mixin/]: moonlight-common.mixins.json:LightingMixin from mod moonlight->@Inject::moonlight$resetEntityRendererLightingGui(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:32.131] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack supplementaries:generated_pack in 378.0 ms +[07мая2026 22:08:32.211] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [everycomp:dynamic_resources], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:32.213] [Worker-ResourceReload-0/INFO] [Every Compat/]: Starting dynamic resources generation tasks: 58 in batches of 12 +[07мая2026 22:08:36.259] [Render thread/DEBUG] [mixin/]: Mixing world.raycast.ClipContextAccessor from lithium.mixins.json into net.minecraft.world.level.ClipContext +[07мая2026 22:08:36.815] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack everycomp:dynamic_resources in 4.604 s +[07мая2026 22:08:36.815] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [moonlight:dynamic_resources], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:36.842] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack moonlight:dynamic_resources in 27.39 ms +[07мая2026 22:08:36.842] [Worker-ResourceReload-0/INFO] [Moonlight/]: Finished runtime resources generation for 4 packs in a total of 6.871 s +[07мая2026 22:08:36.855] [Render thread/DEBUG] [mixin/]: Mixing feature.measure_time.SimpleReloadInstanceMixin from modernfix-modernfix.mixins.json into net.minecraft.server.packs.resources.SimpleReloadInstance +[07мая2026 22:08:36.857] [Render thread/DEBUG] [mixin/]: Mixing SimpleResourceReloadMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.packs.resources.SimpleReloadInstance +[07мая2026 22:08:36.857] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:SimpleResourceReloadMixin from mod fabric_resource_loader_v0: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:36.865] [Render thread/DEBUG] [mixin/]: fabric-resource-loader-v0.mixins.json:SimpleResourceReloadMixin from mod fabric_resource_loader_v0->@Inject::method_40087(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:36.968] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: Global NeoForge version check system disabled, no further processing. +[07мая2026 22:08:37.003] [Worker-ResourceReload-3/DEBUG] [mixin/]: Mixing LootDataTypeMixin from kubejs.mixins.json into net.minecraft.world.level.storage.loot.LootDataType +[07мая2026 22:08:37.033] [Worker-ResourceReload-3/DEBUG] [mixin/]: kubejs.mixins.json:LootDataTypeMixin from mod kubejs->@Inject::kjs$exportLootTable(Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:37.116] [Worker-ResourceReload-10/INFO] [com.tom.storagemod.StorageMod/]: Tom's Storage Setup starting +[07мая2026 22:08:37.262] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing kiwi.KiwiTierProviderMixin from smsn.mixins.json into snownee.kiwi.contributor.impl.KiwiTierProvider +[07мая2026 22:08:37.264] [Worker-ResourceReload-10/DEBUG] [mixin/]: smsn.mixins.json:kiwi.KiwiTierProviderMixin from mod smsn->@Inject::getPlayerTiers(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:37.322] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing kiwi.JsonTierProviderMixin from smsn.mixins.json into snownee.kiwi.contributor.impl.JsonTierProvider +[07мая2026 22:08:37.341] [Worker-ResourceReload-10/DEBUG] [mixin/]: smsn.mixins.json:kiwi.JsonTierProviderMixin from mod smsn->@Inject::refresh(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:37.434] [Worker-ResourceReload-5/DEBUG] [mixin/]: Mixing perf.compress_unihex_font.GlyphProviderTypeMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.font.providers.GlyphProviderType +[07мая2026 22:08:37.580] [Worker-ResourceReload-8/WARN] [Reliable Remover/]: Reliable Remover: Skipping invalid item ID 'betterend:thallasium_hammer_head'. +[07мая2026 22:08:37.580] [Worker-ResourceReload-8/WARN] [Reliable Remover/]: Reliable Remover: Skipping invalid item ID 'betterend:terminite_hammer_head'. +[07мая2026 22:08:37.606] [Worker-ResourceReload-8/INFO] [Reliable Remover/]: Loaded 256 reliable remover rules. +[07мая2026 22:08:37.618] [Worker-ResourceReload-8/INFO] [com.chunksending.ChunkSending/]: chunksending mod initialized +[07мая2026 22:08:37.624] [Worker-ResourceReload-8/INFO] [com.caveore.CaveOre/]: CaveOre initialized +[07мая2026 22:08:37.648] [Worker-ResourceReload-8/DEBUG] [mixin/]: Mixing common.accessor.StoredUserListAccessor from aether.mixins.json into net.minecraft.server.players.StoredUserList +[07мая2026 22:08:37.659] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.SimpleBakedModelAccessor from sodium-neoforge.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel +[07мая2026 22:08:37.659] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.SimpleBakedModelAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:37.661] [Render thread/DEBUG] [mixin/]: Mixing models.SimpleBakedModel_cacheMixin from moreculling.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel +[07мая2026 22:08:37.720] [Render thread/DEBUG] [mixin/]: Mixing SimpleBakedModelMixin from ferritecore.modelsides.mixin.json into net.minecraft.client.resources.model.SimpleBakedModel +[07мая2026 22:08:37.720] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:37.723] [Render thread/DEBUG] [mixin/]: Mixing Item.SimpleBakedModelMixin from flerovium.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:37.871] [Render thread/DEBUG] [mixin/]: ferritecore.modelsides.mixin.json:SimpleBakedModelMixin from mod ferritecore->@Inject::minimizeFaceLists(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.connectivity.Connectivity/]: Connectivity initialized +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.gpumemleakfix.Gpumemleakfix/]: gpumemleakfix mod initialized +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.structureessentials.StructureEssentials/]: structureessentials mod initialized +[07мая2026 22:08:37.885] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.885] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:37.907] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:37.907] [Render thread/DEBUG] [mixin/]: Mixing texture.pbr.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.908] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:37.912] [Render thread/DEBUG] [mixin/]: Mixing features.textures.SpriteContentsInvoker from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.912] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.SpriteContentsInvoker from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:37.912] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.912] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:37.925] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.925] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.upload.SpriteContentsAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:37.927] [Render thread/DEBUG] [mixin/]: Mixing features.textures.mipmaps.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:37.927] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.mipmaps.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.064] [Render thread/DEBUG] [mixin/]: Mixing features.textures.scan.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:38.064] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.scan.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.167] [Render thread/DEBUG] [mixin/]: Mixing accessors.SpriteContentsAccessor from moreculling.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:38.168] [Render thread/DEBUG] [mixin/]: Mixing SpriteContentsMixin from polytone-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:38.176] [Render thread/DEBUG] [mixin/]: Mixing client.SpriteContentsMixin from mindfuldarkness.common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[07мая2026 22:08:38.176] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.SpriteContentsMixin from mod mindfuldarkness: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.242] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris->@Inject::onReturnCreateTicker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.242] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.SpriteContentsMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/metadata/animation/FrameSize;Lcom/mojang/blaze3d/platform/NativeImage;Lnet/minecraft/server/packs/resources/ResourceMetadata;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.SpriteContentsMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/metadata/animation/FrameSize;Lcom/mojang/blaze3d/platform/NativeImage;Lnet/minecraft/server/packs/resources/ResourceMetadata;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:38.243] [Render thread/DEBUG] [mixin/]: mindfuldarkness.common.mixins.json:client.SpriteContentsMixin from mod mindfuldarkness->@Inject::init(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/metadata/animation/FrameSize;Lcom/mojang/blaze3d/platform/NativeImage;Lnet/minecraft/server/packs/resources/ResourceMetadata;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:38.314] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsFrameInfoAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[07мая2026 22:08:38.314] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsFrameInfoAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:38.314] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[07мая2026 22:08:38.314] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.314] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsFrameInfoAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[07мая2026 22:08:38.315] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.upload.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.320] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[07мая2026 22:08:38.320] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getIndex()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[07мая2026 22:08:38.320] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[07мая2026 22:08:38.323] [Worker-ResourceReload-8/DEBUG] [mixin/]: Mixing accessor.FluidInteractionRegistryAccessor from create.mixins.json into net.neoforged.neoforge.fluids.FluidInteractionRegistry +[07мая2026 22:08:38.324] [Worker-ResourceReload-8/DEBUG] [mixin/]: Renaming @Accessor method getInteractions()Ljava/util/Map; to getInteractions$create_$md$d85188$0 in create.mixins.json:accessor.FluidInteractionRegistryAccessor from mod create +[07мая2026 22:08:38.358] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing RegionTypeMixin from aeroblender.mixins.json into terrablender.api.RegionType +[07мая2026 22:08:38.358] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:RegionTypeMixin from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.358] [Worker-ResourceReload-10/DEBUG] [mixin/]: Renaming @Invoker method newVariant(Ljava/lang/String;I)Lterrablender/api/RegionType; to newVariant$aeroblender_$md$d85188$0 in aeroblender.mixins.json:RegionTypeMixin from mod aeroblender +[07мая2026 22:08:38.415] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:RegionTypeMixin from mod aeroblender->@Inject::addCustomVariant(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:38.416] [Render thread/DEBUG] [mixin/]: Mixing client.ItemOverridesMixin from connector.mixins.json into net.minecraft.client.renderer.block.model.ItemOverrides +[07мая2026 22:08:38.416] [Render thread/DEBUG] [mixin/]: connector.mixins.json:client.ItemOverridesMixin from mod connector: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.417] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectNullBakerModelTextureGetter$0(Lnet/minecraft/client/resources/model/Material;)Lnet/minecraft/client/renderer/texture/TextureAtlasSprite; to mdd85188$connector$lambda$redirectNullBakerModelTextureGetter$0$0 in connector.mixins.json:client.ItemOverridesMixin from mod connector +[07мая2026 22:08:38.469] [Render thread/DEBUG] [mixin/]: Mixing item.ItemOverridesAccessor from vanillin.mixins.json into net.minecraft.client.renderer.block.model.ItemOverrides +[07мая2026 22:08:38.472] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing RegionMixin from aeroblender.mixins.json into terrablender.api.Regions +[07мая2026 22:08:38.472] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:RegionMixin from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.542] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD +[07мая2026 22:08:38.542] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER +[07мая2026 22:08:38.542] [Worker-ResourceReload-4/DEBUG] [mixin/]: Mixing MixinCuriosApi from curios.neoforge.mixins.json into top.theillusivec4.curios.api.CuriosApi +[07мая2026 22:08:38.544] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region aether:the_aether to index 0 for type THE_AETHER +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_ferax to index 1 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_solaris to index 2 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_flava to index 3 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_mater to index 4 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_laeta to index 5 for type OVERWORLD +[07мая2026 22:08:38.686] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$registerCurio(Lnet/minecraft/world/item/Item;Ltop/theillusivec4/curios/api/type/capability/ICurioItem;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.686] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getSlots(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.686] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getEntitySlots(Lnet/minecraft/world/entity/EntityType;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getItemStackSlots(Lnet/minecraft/world/item/ItemStack;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getItemStackSlots(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getCurio(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getCuriosInventory(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$isStackValid(Ltop/theillusivec4/curios/api/SlotContext;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getAttributeModifiers(Ltop/theillusivec4/curios/api/SlotContext;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$addSlotModifier(Lcom/google/common/collect/Multimap;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;DLnet/minecraft/world/entity/ai/attributes/AttributeModifier$Operation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$addSlotModifier(Lnet/minecraft/world/item/ItemStack;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;DLnet/minecraft/world/entity/ai/attributes/AttributeModifier$Operation;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$addModifier(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/Holder;Lnet/minecraft/resources/ResourceLocation;DLnet/minecraft/world/entity/ai/attributes/AttributeModifier$Operation;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$registerCurioPredicate(Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Predicate;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getCurioPredicate(Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getCurioPredicates(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$testCurioPredicates(Ljava/util/Set;Ltop/theillusivec4/curios/api/SlotResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$getUuid(Ltop/theillusivec4/curios/api/SlotContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.687] [Worker-ResourceReload-4/DEBUG] [mixin/]: curios.neoforge.mixins.json:MixinCuriosApi from mod cclayer->@Inject::curios$broadcastCurioBreakEvent(Ltop/theillusivec4/curios/api/SlotContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:38.689] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing RuleCategoryMixin from aeroblender.mixins.json into terrablender.api.SurfaceRuleManager$RuleCategory +[07мая2026 22:08:38.689] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:RuleCategoryMixin from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.690] [Worker-ResourceReload-10/DEBUG] [mixin/]: Renaming @Invoker method newVariant(Ljava/lang/String;I)Lterrablender/api/SurfaceRuleManager$RuleCategory; to newVariant$aeroblender_$md$d85188$0 in aeroblender.mixins.json:RuleCategoryMixin from mod aeroblender +[07мая2026 22:08:38.694] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:RuleCategoryMixin from mod aeroblender->@Inject::addCustomVariant(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:38.715] [Worker-ResourceReload-1/INFO] [xaero.lib.XaeroLib/]: Loading XaeroLib common 1/2! +[07мая2026 22:08:38.740] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sugi_forest +[07мая2026 22:08:38.741] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: windswept_sugi_forest +[07мая2026 22:08:38.744] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_sugi_forest +[07мая2026 22:08:38.747] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: lavender_fields +[07мая2026 22:08:38.751] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: marsh +[07мая2026 22:08:38.753] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: bamboo_wetlands +[07мая2026 22:08:38.753] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: wisteria_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: redwood_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowy_redwood_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: aspen_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: maple_woodlands +[07мая2026 22:08:38.755] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: golden_wilds +[07мая2026 22:08:38.756] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.756] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: marigold_meadows +[07мая2026 22:08:38.756] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 9 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.757] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.757] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: fir_forest +[07мая2026 22:08:38.761] [Render thread/DEBUG] [mixin/]: Mixing SelfCustomBakedModel from moonlight.mixins.json into net.mehvahdjukaar.moonlight.api.client.model.CustomBakedModel +[07мая2026 22:08:38.762] [Render thread/DEBUG] [mixin/]: moonlight.mixins.json:SelfCustomBakedModel from mod moonlight: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.757] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowy_fir_forest +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: cypress_fields +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: carnation_fields +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: stratified_desert +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_dunes +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: lively_dunes +[07мая2026 22:08:38.765] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: drylands +[07мая2026 22:08:38.767] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: wooded_drylands +[07мая2026 22:08:38.769] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: xeric_plains +[07мая2026 22:08:38.769] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: cedar_thicket +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: white_cliffs +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: prairie +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: oak_savanna +[07мая2026 22:08:38.776] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: heather_fields +[07мая2026 22:08:38.777] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tundra +[07мая2026 22:08:38.777] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: alpine_clearings +[07мая2026 22:08:38.779] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: alpine_highlands +[07мая2026 22:08:38.781] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: coniferous_covert +[07мая2026 22:08:38.781] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: boreal_taiga +[07мая2026 22:08:38.782] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_shores +[07мая2026 22:08:38.793] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_woods +[07мая2026 22:08:38.794] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sparse_tropical_woods +[07мая2026 22:08:38.794] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_basin +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: arid_savanna +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: scorched_dunes +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: flowering_shrubland +[07мая2026 22:08:38.796] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: shrubland +[07мая2026 22:08:38.796] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: arid_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: shrubby_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: woody_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: red_peaks +[07мая2026 22:08:38.799] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: dusty_slopes +[07мая2026 22:08:38.799] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowcapped_red_peaks +[07мая2026 22:08:38.800] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sleeted_slopes +[07мая2026 22:08:38.801] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_highlands +[07мая2026 22:08:38.801] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: chaparral +[07мая2026 22:08:38.802] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: floral_ridges +[07мая2026 22:08:38.845] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing SurfaceRuleManagerAccessor from aeroblender.mixins.json into terrablender.api.SurfaceRuleManager +[07мая2026 22:08:38.846] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:SurfaceRuleManagerAccessor from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.846] [Worker-ResourceReload-10/DEBUG] [mixin/]: Renaming @Accessor method getSurfaceRules()Ljava/util/Map; to getSurfaceRules$aeroblender_$md$d85188$0 in aeroblender.mixins.json:SurfaceRuleManagerAccessor from mod aeroblender +[07мая2026 22:08:38.846] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing SurfaceRuleManagerMixin from aeroblender.mixins.json into terrablender.api.SurfaceRuleManager +[07мая2026 22:08:38.846] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:SurfaceRuleManagerMixin from mod aeroblender: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:38.849] [Worker-ResourceReload-10/DEBUG] [mixin/]: aeroblender.mixins.json:SurfaceRuleManagerMixin from mod aeroblender->@Inject::getDefaultSurfaceRules(Lterrablender/api/SurfaceRuleManager$RuleCategory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:38.892] [Worker-ResourceReload-6/INFO] [com.farsight.FarsightMod/]: farsight_view mod initialized +[07мая2026 22:08:38.902] [Worker-ResourceReload-6/INFO] [STDOUT/]: [toni.lib.TxniLib:onInitialize:75]: TxniLib onInitialize! +[07мая2026 22:08:38.914] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.915] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 11 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.915] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 12 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 8 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 9 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 3 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 8 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 9 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 7 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 8 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 5 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.925] [Worker-ResourceReload-8/INFO] [FTB Library/]: Setting game stages provider implementation to: KubeJS Stages +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 6 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.926] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [KubeJS Stages] as the active game stages implementation +[07мая2026 22:08:38.926] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 7 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.928] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.931] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 5 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.931] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 5 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.934] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 2 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.935] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 3 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.935] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.950] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [FALLBACK] as the active permissions implementation +[07мая2026 22:08:38.958] [Worker-ResourceReload-2/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[07мая2026 22:08:38.959] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 184 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 185 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 208 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 155 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 195 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 196 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 219 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.964] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File galosphere:sounds/block/pink_salt_pillar/emerge2.ogg does not exist, cannot add it to event galosphere:entity.pink_salt_pillar.emerge +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File galosphere:sounds/block/pink_salt_pillar/emerge3.ogg does not exist, cannot add it to event galosphere:entity.pink_salt_pillar.emerge +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.968] [Worker-ResourceReload-8/INFO] [FTB Library/]: Setting permissions currency implementation to: +[07мая2026 22:08:38.968] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [] as the active currency implementation +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 147 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 148 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 207 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.974] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 156 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 198 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 199 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 223 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 165 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 166 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 173 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.001] [Worker-ResourceReload-6/DEBUG] [mixin/]: Mixing CreateNBTProcessorsMixin from create_enchantment_industry.mixins.json into com.simibubi.create.foundation.CreateNBTProcessors +[07мая2026 22:08:39.002] [Worker-ResourceReload-6/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CreateNBTProcessorsMixin from mod create_enchantment_industry: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 209 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.981] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: [FTB Quests] recipe helper provider is [JEI] +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 210 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 233 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 158 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 159 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 201 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 202 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 226 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'tintBlock' value 'pale_moss_block' in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'connectBlocks' element 'pale_moss_block' at index 0 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.019] [Worker-ResourceReload-6/DEBUG] [mixin/]: create_enchantment_industry.mixins.json:CreateNBTProcessorsMixin from mod create_enchantment_industry->@Inject::clipboardProcessor$removePrintingTemplate(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:39.013] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 210 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.026] [Worker-ResourceReload-2/DEBUG] [mixin/]: Mixing perf.compress_unihex_font.UnihexProviderShortContentsMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.font.providers.UnihexProvider$ShortContents +[07мая2026 22:08:39.026] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.026] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 183 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 184 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 208 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.031] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.032] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 157 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.032] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 199 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 200 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 223 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/elysium.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/finality.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/otherworld.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/corrupt_barrens/mutagen.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.corrupt_barrens +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/corrupt_barrens/nebula.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.corrupt_barrens +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.default_end +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.magnia_fields +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/magnia_fields/flutters.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.magnia_fields +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.veiled_woodlands +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/veiled_woodlands/respite.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.veiled_woodlands +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 160 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 161 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 203 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.040] [Worker-ResourceReload-2/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compress_unihex_font.UnihexProviderShortContentsMixin from mod modernfix->@Inject::useCompactIfPossible(ILit/unimi/dsi/fastutil/bytes/ByteList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 204 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 228 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 166 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 167 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 209 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 210 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 234 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 147 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 148 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.043] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.043] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 207 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 164 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.063] [Render thread/DEBUG] [mixin/]: Mixing perf.dynamic_resources.BlockStateModelLoaderMixin from modernfix-modernfix.mixins.json into net.minecraft.client.resources.model.BlockStateModelLoader +[07мая2026 22:08:39.064] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$memoizePredicate$1(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/world/level/block/state/StateDefinition;Ljava/lang/String;)Ljava/util/function/Predicate; to mdd85188$modernfix$lambda$memoizePredicate$1$0 in modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockStateModelLoaderMixin from mod modernfix +[07мая2026 22:08:39.064] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$avoidMultipleParses$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/client/resources/model/BlockStateModelLoader$LoadedJson;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/block/model/BlockModelDefinition$Context;)Lnet/minecraft/client/renderer/block/model/BlockModelDefinition; to mdd85188$modernfix$lambda$avoidMultipleParses$0$1 in modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockStateModelLoaderMixin from mod modernfix +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 165 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.054] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File deep_aether:sounds/entity/eots/fight.ogg does not exist, cannot add it to event deep_aether:music.boss.eots +[07мая2026 22:08:39.091] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 207 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.092] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 208 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.092] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 232 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.095] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 164 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 165 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 207 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 208 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 232 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 154 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_carpet' in 'matchBlocks' element 'pale_moss_carpet' at index 155 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 156 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 161 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.101] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 196 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.105] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 197 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.105] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 220 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.106] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 144 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 145 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 182 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 202 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.108] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.110] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 153 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 193 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 194 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 214 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.117] [Render thread/DEBUG] [mixin/]: Mixing BlockStatesLoaderMixin from fabric-model-loading-api-v1.mixins.json into net.minecraft.client.resources.model.BlockStateModelLoader +[07мая2026 22:08:39.117] [Render thread/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:BlockStatesLoaderMixin from mod fabric_model_loading_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:39.124] [Render thread/DEBUG] [mixin/]: Mixing BlockStateModelLoaderMixin from betterend.mixins.client.json into net.minecraft.client.resources.model.BlockStateModelLoader +[07мая2026 22:08:39.250] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockStateModelLoaderMixin from mod modernfix->@Inject::makeModelGroupsSynchronized(Ljava/util/Map;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/client/resources/model/UnbakedModel;Lnet/minecraft/client/color/block/BlockColors;Ljava/util/function/BiConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[07мая2026 22:08:39.250] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockStateModelLoaderMixin from mod modernfix->@Inject::makeModelGroupsSynchronized(Ljava/util/Map;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/client/resources/model/UnbakedModel;Lnet/minecraft/client/color/block/BlockColors;Ljava/util/function/BiConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[07мая2026 22:08:39.250] [Render thread/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.dynamic_resources.BlockStateModelLoaderMixin from mod modernfix->@Inject::makeModelGroupsSynchronized(Ljava/util/Map;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/client/resources/model/UnbakedModel;Lnet/minecraft/client/color/block/BlockColors;Ljava/util/function/BiConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[07мая2026 22:08:39.251] [Render thread/DEBUG] [mixin/]: fabric-model-loading-api-v1.mixins.json:BlockStatesLoaderMixin from mod fabric_model_loading_api_v1->@Inject::onHeadLoadBlockStates(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/state/StateDefinition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:39.252] [Worker-ResourceReload-2/DEBUG] [mixin/]: Mixing perf.compress_unihex_font.UnihexProviderByteContentsMixin from modernfix-modernfix.mixins.json into net.minecraft.client.gui.font.providers.UnihexProvider$ByteContents +[07мая2026 22:08:39.255] [Worker-ResourceReload-2/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.compress_unihex_font.UnihexProviderByteContentsMixin from mod modernfix->@Inject::useCompactIfPossible(ILit/unimi/dsi/fastutil/bytes/ByteList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:39.335] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/horizon_afoot.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/horizon_afoot.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_flower_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_lush_caves +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_lush_caves +[07мая2026 22:08:39.421] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_dripstone_caves +[07мая2026 22:08:39.423] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_dripstone_caves +[07мая2026 22:08:39.423] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_cherry_groves +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_groves +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_sparse_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_bamboo_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/anemone.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_oceans +[07мая2026 22:08:39.378] [Worker-ResourceReload-0/WARN] [GeckoLib/]: Found animation file with improper file name format; animation files should end in .animation.json: 'paladins:animations/armor_idle.json' +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_oceans +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_frozen_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_frozen_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/anemone.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_warm_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_warm_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/dove.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.magmatic_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.magmatic_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.maple_forest +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.maple_forest +[07мая2026 22:08:39.425] [Worker-ResourceReload-0/WARN] [GeckoLib/]: Found animation file with improper file name format; animation files should end in .animation.json: 'wizards:animations/armor_idle.json' +[07мая2026 22:08:40.389] [Worker-ResourceReload-1/DEBUG] [mixin/]: Mixing AtlasLoaderMixin from continuity.mixins.json into net.minecraft.client.renderer.texture.atlas.SpriteSourceList +[07мая2026 22:08:40.390] [Worker-ResourceReload-1/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$afterLoadSources$1(Ljava/lang/String;Ljava/util/Map;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/Map;Ljava/util/Map;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/texture/atlas/SpriteSource$SpriteSupplier;)V to mdd85188$continuity$lambda$continuity$afterLoadSources$1$0 in continuity.mixins.json:AtlasLoaderMixin from mod continuity +[07мая2026 22:08:40.390] [Worker-ResourceReload-1/DEBUG] [mixin/]: Renaming synthetic method lambda$continuity$afterLoadSources$0(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;Lnet/minecraft/client/renderer/texture/atlas/SpriteResourceLoader;)Lnet/minecraft/client/renderer/texture/SpriteContents; to mdd85188$continuity$lambda$continuity$afterLoadSources$0$1 in continuity.mixins.json:AtlasLoaderMixin from mod continuity +[07мая2026 22:08:40.496] [Worker-ResourceReload-1/DEBUG] [mixin/]: Mixing client.SpriteSourceListMixin from galosphere.mixins.json into net.minecraft.client.renderer.texture.atlas.SpriteSourceList +[07мая2026 22:08:40.496] [Worker-ResourceReload-1/DEBUG] [mixin/]: Renaming synthetic method lambda$G$load$1(Lnet/orcinus/galosphere/mixin/PalettedPermutationsAccessor;)V to mdd85188$galosphere$lambda$G$load$1$2 in galosphere.mixins.json:client.SpriteSourceListMixin from mod galosphere +[07мая2026 22:08:40.496] [Worker-ResourceReload-1/DEBUG] [mixin/]: Renaming synthetic method lambda$G$load$0(Lnet/orcinus/galosphere/mixin/PalettedPermutationsAccessor;)Z to mdd85188$galosphere$lambda$G$load$0$3 in galosphere.mixins.json:client.SpriteSourceListMixin from mod galosphere +[07мая2026 22:08:40.502] [Worker-ResourceReload-1/DEBUG] [mixin/]: Mixing AtlasSetMixin from bclib.mixins.client.json into net.minecraft.client.renderer.texture.atlas.SpriteSourceList +[07мая2026 22:08:40.548] [Worker-ResourceReload-1/DEBUG] [mixin/]: continuity.mixins.json:AtlasLoaderMixin from mod continuity->@Inject::continuity$afterLoadSources(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[07мая2026 22:08:40.549] [Worker-ResourceReload-1/DEBUG] [mixin/]: continuity.mixins.json:AtlasLoaderMixin from mod continuity->@Inject::continuity$afterLoadSources(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[07мая2026 22:08:40.549] [Worker-ResourceReload-1/DEBUG] [mixin/]: continuity.mixins.json:AtlasLoaderMixin from mod continuity->@Inject::continuity$afterLoadSources(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[07мая2026 22:08:40.550] [Worker-ResourceReload-1/DEBUG] [mixin/]: galosphere.mixins.json:client.SpriteSourceListMixin from mod galosphere->@Inject::G$load(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:40.616] [Worker-ResourceReload-7/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[07мая2026 22:08:40.698] [Worker-ResourceReload-9/DEBUG] [mixin/]: Mixing perf.faster_texture_stitching.StitcherMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.texture.Stitcher +[07мая2026 22:08:40.699] [Worker-ResourceReload-9/DEBUG] [mixin/]: Renaming synthetic method lambda$stitchFast$0(Lnet/minecraft/client/renderer/texture/Stitcher$Holder;)Lnet/minecraft/client/renderer/texture/Stitcher$Entry; to mdd85188$modernfix$lambda$stitchFast$0$0 in modernfix-modernfix.mixins.json:perf.faster_texture_stitching.StitcherMixin from mod modernfix +[07мая2026 22:08:40.742] [Worker-ResourceReload-9/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_texture_stitching.StitcherMixin from mod modernfix->@Inject::stitchFast(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:40.742] [Worker-ResourceReload-9/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.faster_texture_stitching.StitcherMixin from mod modernfix->@Inject::gatherSpritesFast(Lnet/minecraft/client/renderer/texture/Stitcher$SpriteLoader;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[07мая2026 22:08:40.782] [Worker-ResourceReload-10/DEBUG] [mixin/]: Mixing features.textures.mipmaps.MipmapGeneratorMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.MipmapGenerator +[07мая2026 22:08:40.783] [Worker-ResourceReload-10/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.mipmaps.MipmapGeneratorMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:41.791] [Worker-ResourceReload-9/DEBUG] [mixin/]: Mixing texture.SpriteContentsAnimatedTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[07мая2026 22:08:41.793] [Worker-ResourceReload-9/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAnimatedTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[07мая2026 22:08:41.793] [Worker-ResourceReload-9/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.AnimatedTextureAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[07мая2026 22:08:41.793] [Worker-ResourceReload-9/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.tracking.AnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:41.794] [Worker-ResourceReload-9/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[07мая2026 22:08:41.794] [Worker-ResourceReload-9/DEBUG] [mixin/]: sodium-common.mixins.json:features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[07мая2026 22:08:41.794] [Worker-ResourceReload-9/DEBUG] [mixin/]: Mixing AnimatedTextureMixin from polytone-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[07мая2026 22:08:41.896] [Worker-ResourceReload-9/DEBUG] [mixin/]: polytone-common.mixins.json:AnimatedTextureMixin from mod polytone->@Inject::polytone$modifyTicker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:41.896] [Worker-ResourceReload-9/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[07мая2026 22:08:41.896] [Worker-ResourceReload-9/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[07мая2026 22:08:42.943] [Worker-ResourceReload-5/DEBUG] [mixin/]: Mixing VariantDeserializerMixin from polytone-common.mixins.json into net.minecraft.client.renderer.block.model.Variant$Deserializer +[07мая2026 22:08:43.034] [Worker-ResourceReload-5/DEBUG] [mixin/]: Mixing perf.model_optimizations.MultiVariantMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.block.model.MultiVariant +[07мая2026 22:08:43.119] [Worker-ResourceReload-5/DEBUG] [mixin/]: Mixing perf.model_optimizations.SelectorMixin from modernfix-modernfix.mixins.json into net.minecraft.client.renderer.block.model.multipart.Selector +[07мая2026 22:08:43.123] [Worker-ResourceReload-5/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.model_optimizations.SelectorMixin from mod modernfix->@Inject::useCachedPredicate(Lnet/minecraft/world/level/block/state/StateDefinition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[07мая2026 22:08:43.123] [Worker-ResourceReload-5/DEBUG] [mixin/]: modernfix-modernfix.mixins.json:perf.model_optimizations.SelectorMixin from mod modernfix->@Inject::storeCachedPredicate(Lnet/minecraft/world/level/block/state/StateDefinition;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable diff --git a/logs/kubejs/client.log b/logs/kubejs/client.log new file mode 100644 index 0000000..9b97209 --- /dev/null +++ b/logs/kubejs/client.log @@ -0,0 +1,13 @@ +[22:07:53] [INIT] KubeJS 2101.7.2-build.348; MC 2101 NeoForge +[22:07:53] [INIT] Loaded plugins: +[22:07:53] [INIT] - dev.latvian.mods.kubejs.plugin.builtin.BuiltinKubeJSPlugin +[22:07:53] [INIT] - dev.latvian.mods.kubejs.plugin.builtin.BuiltinKubeJSClientPlugin +[22:07:53] [INIT] - dev.latvian.mods.kubejs.integration.architectury.ArchitecturyIntegration +[22:07:53] [INIT] - dev.ftb.mods.ftbxmodcompat.neoforge.ftbquests.kubejs.FTBQuestsKubeJSPlugin +[22:07:53] [INIT] - dev.ftb.mods.ftbxmodcompat.neoforge.ftbteams.kubejs.FTBTeamsKubeJSPlugin +[22:07:53] [INIT] - qinomed.kubejsdelight.KubeJSDelightPlugin +[22:07:53] [INIT] - dev.latvian.mods.kubejs.create.KubeJSCreatePlugin +[22:07:53] [INFO] client_scripts:main.js#2: Hello, World! (Loaded client example script) +[22:07:53] [INFO] Loaded script client_scripts:main.js in 0.001 s +[22:07:53] [INFO] Loaded 1/1 KubeJS client scripts in 0.016 s with 0 errors and 0 warnings +[22:08:31] [INFO] Client resource reload complete! diff --git a/logs/kubejs/server.log b/logs/kubejs/server.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/kubejs/startup.log b/logs/kubejs/startup.log new file mode 100644 index 0000000..b18c923 --- /dev/null +++ b/logs/kubejs/startup.log @@ -0,0 +1,15 @@ +[22:07:52] [INIT] KubeJS 2101.7.2-build.348; MC 2101 NeoForge +[22:07:52] [INIT] Loaded plugins: +[22:07:52] [INIT] - dev.latvian.mods.kubejs.plugin.builtin.BuiltinKubeJSPlugin +[22:07:52] [INIT] - dev.latvian.mods.kubejs.plugin.builtin.BuiltinKubeJSClientPlugin +[22:07:52] [INIT] - dev.latvian.mods.kubejs.integration.architectury.ArchitecturyIntegration +[22:07:52] [INIT] - dev.ftb.mods.ftbxmodcompat.neoforge.ftbquests.kubejs.FTBQuestsKubeJSPlugin +[22:07:52] [INIT] - dev.ftb.mods.ftbxmodcompat.neoforge.ftbteams.kubejs.FTBTeamsKubeJSPlugin +[22:07:52] [INIT] - qinomed.kubejsdelight.KubeJSDelightPlugin +[22:07:52] [INIT] - dev.latvian.mods.kubejs.create.KubeJSCreatePlugin +[22:07:53] [INFO] startup_scripts:main.js#2: Hello, World! (Loaded startup example script) +[22:07:53] [INFO] Loaded script startup_scripts:main.js in 0.042 s +[22:07:53] [INFO] Loaded script startup_scripts:startup_changes.js in 0.0 s +[22:07:53] [INFO] Loaded 2/2 KubeJS startup scripts in 1.962 s with 0 errors and 0 warnings +[22:07:53] [INFO] Validated 0 files in kubejs/assets/ in 1ms +[22:07:53] [INFO] Validated 1 files in kubejs/data/ in 2ms diff --git a/logs/latest.log b/logs/latest.log new file mode 100644 index 0000000..ce4e45d --- /dev/null +++ b/logs/latest.log @@ -0,0 +1,2266 @@ +[22:06:09] [main/INFO]: ModLauncher running: args [--username, mrleo1nid, --version, Reimagined, --gameDir, C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined, --assetsDir, C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets, --assetIndex, 17, --uuid, bdd69dc782734e8dac915c56d5f6fce4, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530, --fml.neoForgeVersion, 21.1.228, --fml.fmlVersion, 4.0.42, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430, --launchTarget, forgeclient] +[22:06:09] [main/INFO]: JVM identified as Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 21+35-LTS-2513 +[22:06:09] [main/INFO]: ModLauncher 11.0.5+main.901c6ea8 starting: java version 21 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 +[22:06:11] [main/INFO]: Loading Ixeris coremod +[22:06:11] [main/INFO]: Attempting to transform org.lwjgl.glfw.GLFW +[22:06:12] [main/INFO]: Successfully transformed class org.lwjgl.glfw.GLFW in 767ms +[22:06:12] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow +[22:06:12] [main/INFO]: Trying GL version 4.6 +[22:06:13] [main/INFO]: Requested GL version 4.6 got version 4.6 +[22:06:13] [main/INFO]: Launching CrashAssistantApp (CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar) +[22:06:14] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 596.36, NVIDIA Corporation +[22:06:15] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/C:/Users/mrleo1nid/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar%23121!/ Service=ModLauncher Env=CLIENT +[22:06:16] [main/INFO]: Found mod file "client-1.21.1-20240808.144430-srg.jar" [locator: production client provider +net.neoforged:neoforge:21.1.228:client] +[22:06:16] [main/INFO]: Found mod file "neoforge-21.1.228-universal.jar" [locator: PathBasedLocator[name=neoforge, paths=[C:\Users\mrleo1nid\AppData\Roaming\.minecraft\libraries\net\neoforged\neoforge\21.1.228\neoforge-21.1.228-universal.jar]], reader: mod manifest] +[22:06:16] [main/INFO]: Found library file "~nonexistent" [locator: org.sinytra.connector.locator.ConnectorEarlyLocatorBootstrap@27329d2a] +[22:06:16] [main/INFO]: Found mod file "Ixeris-4.1.5+1.21.1-neoforge-mod.jar" [locator: me.decce.ixeris.neoforge.core.IxerisModLocator@6993c8df, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "abridged-2.0.1-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "accessories-neoforge-1.1.0-beta.53+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "adventuredungeons-neoforge-1.21-1.3.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "aether-1.21.1-1.5.10-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "aileron-1.21.1-neoforge-1.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "alltheleaks-1.1.7+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "allurement-1.21.1-5.0.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "alternate_current-mc1.21-1.9.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "amendments-1.21-2.0.15-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "another_furniture-neoforge-4.0.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "appleskin-neoforge-mc1.21-3.0.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "archers-neoforge-2.7.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "architectury-13.0.8-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "armordamagescale-1.21-3.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "armory-neoforge-1.3.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "arsenal-neoforge-1.4.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "auto_third_person-neo-1.21.1-2.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "azurelibarmor-neo-1.21.1-3.1.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BadOptimizations-2.4.1-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BagOfHolding-v21.1.2-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "baguettelib-1.21.1-NeoForge-1.1.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "balm-neoforge-1.21.1-21.0.56.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "bclib-21.0.20.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "bestylewither-neoforge-mc1.21.1-1.8.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "bettercombat-neoforge-2.3.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "betterdays-1.21.1-3.3.6.2-NEOFORGE.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "betterenchantingtable-1.2.2a-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BetterEnd-21.0.24.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "betterfpsdist-1.21-6.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BetterNether-21.0.19.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/WARN]: Skipping jar. File mods\biomespy-fabric-1.21.1-1.3.3.jar is a Fabric mod and cannot be loaded +[22:06:16] [main/INFO]: Found mod file "blueprint-1.21.1-8.0.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "boatload-1.21.1-6.0.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BOMD-NeoForge-1.21-1.3.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "BrewinAndChewin-neoforge-4.4.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "bundle-api-neoforge-1.1.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "caelus-neoforge-7.0.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "caveore-1.21.1-4.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "CerbonsAPI-NeoForge-1.21-1.3.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "cerulean-neoforge-1.0.0-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "charmofundying-neoforge-9.1.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "cherishedworlds-neoforge-10.1.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "chunksending-1.21-2.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "ClimateRivers-v21.1.3-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "cloth-config-15.0.140-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "clutterbestiary-1.1.2-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "colorwheel-neoforge-1.2.4+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "combat_roll-neoforge-2.0.6+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "comforts-neoforge-9.0.5+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:16] [main/INFO]: Found mod file "configured-neoforge-1.21.1-2.6.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found library file "ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "connectivity-1.21.1-7.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "continuity-3.0.0+1.21.neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "controllable-neoforge-1.21.1-0.25.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Controlling-neoforge-1.21.1-19.0.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "cookscollection-0.5.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "copycats-3.0.4+mc.1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "coroutil-neoforge-1.21.0-1.3.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "corpse-neoforge-1.21.1-1.1.13.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "countereds_terrain_slabs-2.1.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "create-1.21.1-6.0.10.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "create-central-kitchen-2.3.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "create-enchantment-industry-2.3.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "create-integrated-farming-1.2.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "CreateDragonsPlus-1.10.0b.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "CreeperOverhaul-neoforge-1.21.1-4.0.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "critical_strike-neoforge-1.0.4+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "crittersandcompanions-neoforge-1.21.1-2.3.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "cupboard-1.21-3.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "deep_aether-1.21.1-1.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "deeperdarker-neoforge-1.21.1-1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "despawntweaks-neoforge-1.0.0-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Ding-1.21-NeoForge-1.5.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-ancient-city-overhaul-v2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-jungle-temple-replacement-v1.2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-ocean-monument-replacement-v1.2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-stronghold-overhaul-v2.1.f [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-swamp-hut-overhaul-v2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "dungeons-and-taverns-v4.4.4 [NeoForge].jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "DungeonsArise-1.21.1-2.1.68-release.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "durability_tweaks-neoforge-1.0.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "e4mc-neoforge-6.1.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "easy_mob_spawn_control-1.1.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "effortless-1.21.1-3.4.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "elytraslot-neoforge-9.0.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "emi-1.1.22+1.21.1+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "emi_enchanting-0.1.2+1.21+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "emi_loot-0.7.9+1.21+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "endermanoverhaul-neoforge-1.21.1-2.0.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "endersdelight-1.2.0-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "enhancedbossbars-1.0.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "entity_model_features_1.21-neoforge-3.0.12.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "entity_texture_features_1.21-neoforge-7.0.9.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "entityculling-neoforge-1.9.5-mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "everycomp-1.21-2.11.30-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ExclusionsLib-1.1.0-NEO.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "explore_ruins_aether-1.0.0-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ExplorersCompass-1.21.1-3.0.3-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Explorify v1.6.4 f15-88.mod.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "FallingTree-1.21.1-1.21.1.11.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fancymenu_neoforge_3.8.1_MC_1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fancytoasts-neoforge-1.21.1-1.4.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "FarmersDelight-1.21.1-1.2.11a.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "farsight-1.21.1-4.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fastasyncworldsave-1.21-2.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fastboot-1.21.x-v1.3neo.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Feature-Recycler-neoforge-2.0.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ferritecore-7.0.3-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "flerovium-neoforge-1.21.1-1.0.18-all.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "framework-neoforge-1.21.1-0.13.11.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "friendsandfoes-neoforge-4.0.23+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ftb-library-neoforge-2101.1.31.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ftb-quests-neoforge-2101.1.22.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ftb-teams-neoforge-2101.1.9.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ftb-xmod-compat-neoforge-21.1.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "fzzy_config-0.7.6+1.21+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "gallery-1.21.1-2.0.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Galosphere-1.21.1-1.5.3-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "gazebo-neoforge-2.1.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "geckolib-neoforge-1.21.1-4.8.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "getittogetherdrops-neoforge-1.21.5-1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "gnetum-3.3.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "goblintraders-neoforge-1.21.1-1.11.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "golemoverhaul-neoforge-1.21.1-1.1.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "gpumemleakfix-1.21-1.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "grind-enchantments-4.0.1+neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "happy_ghast-3.0.0-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "hearthandharvest-1.21.1-1.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "Hearths v1.0.5.mod.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "HellishTrials-neoforge-1.0.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "hunger_tweaks-neoforge-1.0.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "iChunUtil-1.21-NeoForge-1.0.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "immersive_optimization-neoforge-1.21-0.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [main/INFO]: Found mod file "immersivelanterns-neoforge-1.0.6-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:17] [CrashAssistantApp process logger/INFO]: CrashAssistantApp process successfully started. +[22:06:18] [main/INFO]: Found mod file "ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "iris-neoforge-1.8.12+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "iris_shader_folder-1.2.5-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "item_descriptions-2.7.2+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Jade-1.21.1-NeoForge-15.10.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "jei-1.21.1-neoforge-19.27.0.340.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "jewelry-neoforge-2.3.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Kiwi-1.21.1-NeoForge-15.8.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "konkrete_neoforge_1.9.9_MC_1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found library file "kotlinforforge-5.11.0-all.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "kubejs-create-neoforge-2101.3.1-build.18.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "kubejs-neoforge-2101.7.2-build.348.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "kubejsdelight-1.21.1-1.1.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "L_Ender's Cataclysm 1.21.1-3.24.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "lionfishapi-2.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "lithium-neoforge-0.15.3+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "lithostitched-1.6.1-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "melody_neoforge_1.0.10_MC_1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "midnightlib-neoforge-1.9.2+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "misctweaks-1.3.0+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "modernfix-neoforge-5.27.3+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "modtabs-1.21.1-2.3.1-Neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "moonlight-1.21-2.29.20-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "moreculling-neoforge-1.21.1-1.0.7.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "MouseTweaks-neoforge-mc1.21-2.26.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "mowziesmobs-1.21.1-1.8.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "mru-1.0.19+LTS+1.21.1+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "MyNethersDelight-1.21.1-1.9.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "natures_delight-1.12-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "natures_spirit-2.2.5-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "NaturesCompass-1.21.1-3.0.3-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Necronomicon-NeoForge-1.6.0+1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "noisium-neoforge-2.7.0+mc1.21-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "notenoughanimations-neoforge-1.11.3-mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "OctoLib-NEOFORGE-0.6.1+1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "onlyhammersandexcavators-1.21.1-0.9.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "OverflowingBars-v21.1.1-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "paladins-neoforge-2.7.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "particular-1.21.1-NeoForge-1.1.7.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Paxi-1.21.1-NeoForge-5.1.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Ping-Wheel-1.12.1-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "player-animation-lib-forge-2.0.4+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "polytone-1.21-3.6.4-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Pretty Rain-1.21.1-NeoForge-1.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "ProPlacer-v21.1.1-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "puffish_skills-0.17.3-1.21-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "punchy-2.4.5-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Quark-4.1-476.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "QuarkPonders-1.5.1_NeoForge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "quick-pack-neoforge-1.2.0+1.21.10.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "ranged_weapon_api-neoforge-2.3.3+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "redirected-neoforge-1.0.0-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "reliable_remover-neoforge-1.21.1-2.2.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "reliable_replacer-neoforge-1.21.1-1.3.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "relics-neoforge-1.3.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "repurposed_structures-7.5.18+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "resourcefulconfig-neoforge-1.21-3.0.11.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "resourcefullib-neoforge-1.21-3.0.12.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "rhenium-1.0.0+neo.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "rhino-2101.2.7-build.81.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Ribbits-1.21.1-NeoForge-4.1.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "rogues-neoforge-2.7.0+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "RPGStructures_MageGuild_1.0.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "runes-neoforge-1.2.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "rusticdelight-neoforge-1.21-1.5.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sawmill-1.21-1.7.2-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "Searchables-neoforge-1.21.1-1.0.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "shield_api-neoforge-2.2.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "simplest_copper_gear-1.21.1-1.0.7.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "skill_tree-neoforge-1.4.4+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "smart_particles-21.8.10.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "smoothchunk-1.21-4.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "smoothmovement-1.21.1-2.7.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "smsn-neoforge-1.4.0-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "SnowRealMagic-1.21.1-NeoForge-12.2.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sodium-neoforge-0.6.13+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sodiumextras-neoforge-1.0.8-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "sounds-2.4.22+lts+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "spell_engine-neoforge-1.9.8+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "spell_power-neoforge-1.4.6+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "spyglass_improvements-1.5.7+mc1.21+neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:18] [main/INFO]: Found mod file "stackablepotions-1.21.1-NeoForge-1.0.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "stonezone-1.21-2.11.12-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "structure_layout_optimizer-neoforge-1.0.12.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "structure_pool_api-neoforge-1.2.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "structureessentials-1.21.1-4.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "structurify-neoforge-2.0.19+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "supplementaries-1.21-3.5.29-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "TerraBlender-neoforge-1.21.1-4.1.0.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "Terralith_1.21.x_v2.5.8.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "threadtweak-1.21.1-NeoForge-1.0.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "tide-neoforge-1.21.1-2.0.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "toms_storage-1.21-2.3.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "toms_storage_star_optimized-0.9.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "Too Many Entities 1.21.1 NeoForge v1.2.0.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "txnilib-neoforge-1.0.24-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "vanillin-neoforge-1.21.1-1.1.3.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "variantsandventures-neoforge-1.0.23+mc1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "wabbanode-companion-neoforge-1.21.1-1.0.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "walljump-1.21.1-1.3.5-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "watut-neoforge-1.21.0-1.2.7.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "waystones-neoforge-1.21.1-21.1.29.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "wizards-neoforge-2.7.1+1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "worldgen-patches-1.1.0-neoforge-1.21.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "worldweaver-21.0.19.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "wunderlib-21.0.10.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "xaerominimap-neoforge-1.21.1-25.3.10.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "xaeroworldmap-neoforge-1.21.1-1.40.11.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsApi-1.21.1-NeoForge-5.1.6.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "Zeta-1.1-39.jar" [locator: {mods folder locator at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods}, reader: mod manifest] +[22:06:19] [main/INFO]: Found mod file "crash_assistant-neoforge.jar" [parent: , locator: jarinjar, reader: mod manifest] +[22:06:23] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\CreateDragonsPlus-1.10.0b.jar and Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\moreculling-neoforge-1.21.1-1.0.7.jar. Using Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\CreateDragonsPlus-1.10.0b.jar +[22:06:23] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\QuarkPonders-1.5.1_NeoForge-1.21.1.jar and Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\vanillin-neoforge-1.21.1-1.1.3.jar. Using Nested Mod File in Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\QuarkPonders-1.5.1_NeoForge-1.21.1.jar +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: library:net.fabricmc.loader. Using Mod File: \~nonexistent +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: accessories. Using Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\accessories-neoforge-1.1.0-beta.53+1.21.1.jar +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: bundleapi. Using Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\bundle-api-neoforge-1.1.0.jar +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: midnightlib. Using Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\midnightlib-neoforge-1.9.2+1.21.1.jar +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: shield_api. Using Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\shield_api-neoforge-2.2.0.jar +[22:06:23] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: terrablender. Using Mod File: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\mods\TerraBlender-neoforge-1.21.1-4.1.0.8.jar +[22:06:23] [main/INFO]: Found 139 dependencies adding them to mods collection +[22:06:23] [main/INFO]: Found mod file "c2me-fixes-worldgen-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "kuma-api-neoforge-21.0.7+1.21.jar" [parent: balm-neoforge-1.21.1-21.0.56.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-renderer-api-v1-3.4.1+9125b6dc19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "ponder-neoforge-1.0.82+mc1.21.1.jar" [parent: create-1.21.1-6.0.10.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-rewrites-chunk-serializer-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-item-api-v1-11.2.0+0c57911319.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-rendering-fluids-v1-3.1.6+a51883b219.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "MixinSquared-0.3.3.jar" [parent: mixinsquared-neoforge-0.3.3.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-natives-math-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-fixes-general-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "netty-0.1.4.1.jar" [parent: owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-convention-tags-v1-2.1.5+7f945d5b19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "endec-0.1.8.1.jar" [parent: owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "kotlinx-coroutines-core-jvm-1.10.2.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-block-view-api-v2-1.0.11+e9036fd419.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-command-api-v2-2.2.28+36d727be19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-convention-tags-v2-2.11.1+87e5848019.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-data-attachment-api-v1-1.4.5+26d408aa19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "jctools-core-4.0.5.jar" [parent: farsight-1.21.1-4.5.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "tiny-config-3.1.0-neoforge.jar" [parent: critical_strike-neoforge-1.0.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "biolith-neoforge-3.0.10.jar" [parent: Quark-4.1-476.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-math-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kotlin-stdlib-jdk7-2.3.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-screen-api-v1-2.0.25+4228281319.jar" [parent: forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "reactive-streams-1.0.4.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "kotlin-stdlib-jdk8-2.3.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-base-mc1.21.1-0.3.0+alpha.0.90-all.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar" [parent: txnilib-neoforge-1.0.24-1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-fixes-worldgen-vanilla-bugs-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-content-registries-v0-8.0.19+5e0d320019.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kotlinx-serialization-json-jvm-1.9.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "bytecodecs-1.1.2.jar" [parent: resourcefullib-neoforge-1.21-3.0.12.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "greenhouseconfig_toml-1.1.0.jar" [parent: BrewinAndChewin-neoforge-4.4.2+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "exp4j-0.4.8.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "snakeyaml-2.2.jar" [parent: OctoLib-NEOFORGE-0.6.1+1.21.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found gamelibrary file "mixinextras-neoforge-0.5.3.jar" [parent: neoforge-21.1.228-universal.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-game-rule-api-v1-1.0.53+36d727be19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-api-lookup-api-v1-1.6.71+c290471319.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-fixes-chunkio-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-client-uncapvd-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found gamelibrary file "mixinsquared-neoforge-0.3.3.jar" [parent: alltheleaks-1.1.7+1.21.1-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "greenhouseconfig-2.2.3+1.21.1-neoforge.jar" [parent: BrewinAndChewin-neoforge-4.4.2+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "imageio-metadata-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "jcpp-1.4.14.jar" [parent: iris-neoforge-1.8.12+mc1.21.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-dfc-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kotlin-stdlib-2.3.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "EvalEx-3.0.1.jar" [parent: armordamagescale-1.21-3.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "tomlkt-jvm-0.3.7.jar" [parent: fzzy_config-0.7.6+1.21+neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-entity-events-v1-1.8.0+5ede667619.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kaleido-config-0.3.3+1.3.2.jar" [parent: e4mc-neoforge-6.1.0.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "resourceful-cosmetics-4j-1.0.3.jar" [parent: CreeperOverhaul-neoforge-1.21.1-4.0.6.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "cumulus_menus-1.21.1-2.0.7-neoforge.jar" [parent: aether-1.21.1-1.5.10-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "commonmark-0.21.0.jar" [parent: mru-1.0.19+LTS+1.21.1+neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "common-io-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-loot-api-v2-3.0.15+a3ee712d19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found gamelibrary file "mixinsquared-forge-0.1.1.jar" [parent: supplementaries-1.21-3.5.29-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-loot-api-v3-1.0.3+333dfad919.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "conditional-mixin-neoforge-0.6.4.jar" [parent: CreateDragonsPlus-1.10.0b.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "TRansition-1.0.12-1.21.1-neoforge-SNAPSHOT.jar" [parent: notenoughanimations-neoforge-1.11.3-mc1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-rendering-data-attachment-v1-0.3.49+73761d2e19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "reliable-recipes-1.12.0-1.21.1-neoforge.jar" [parent: reliable_remover-neoforge-1.21.1-2.2.4.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "imageio-webp-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "nitrogen_internals-1.21.1-1.1.25-neoforge.jar" [parent: aether-1.21.1-1.5.10-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kotlinx-serialization-core-jvm-1.9.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-networking-api-v1-4.3.0+30a980d919.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found gamelibrary file "Registrate-MC1.21-1.3.0+67.jar" [parent: create-1.21.1-6.0.10.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-rewrites-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "japng-0.5.3.jar" [parent: fancymenu_neoforge_3.8.1_MC_1.21.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-allocs-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-lifecycle-events-v1-2.6.0+e40d8add19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "imageio-core-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "asyncutil-0.1.0.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-client-tags-api-v1-1.1.15+e053909619.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-transfer-api-v1-5.4.3+a25cb45619.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-threading-lighting-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found gamelibrary file "mixinconstraints-1.1.0.jar" [parent: sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "jankson-0.1.5.1.jar" [parent: owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-model-loading-api-v1-2.1.0+6e8f52c719.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "net.neoforged.neoforge-coremods-21.1.228.jar" [parent: neoforge-21.1.228-universal.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "xaerolib-neoforge-1.21.1-1.1.0.jar" [parent: xaerominimap-neoforge-1.21.1-25.3.10.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "configlibtxf-7.2.8-neoforge.jar" [parent: walljump-1.21.1-1.3.5-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-screen-handler-api-v1-1.3.90+8dbc56dd19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-resource-loader-v0-1.3.1+4ea8954419.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "TRender-1.0.10-1.21.1-neoforge-SNAPSHOT.jar" [parent: entityculling-neoforge-1.9.5-mc1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "controllable-sdl-2.32.8-1.1.0.jar" [parent: controllable-neoforge-1.21.1-0.25.4.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-rendering-v1-5.1.0+1a09bd5a19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-renderer-indigo-1.7.1+9125b6dc19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "yabn-1.0.3.jar" [parent: resourcefullib-neoforge-1.21-3.0.12.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "lwjgl-vulkan-3.3.3.jar" [parent: super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "net.caffeinemc.sodium-neoforge-0.6.13+mc1.21.1-service.jar" [parent: sodium-neoforge-0.6.13+mc1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "kotlinx-coroutines-jdk8-1.10.2.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "rxjava-3.1.12.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "whitenoise-1.21.1-neoforge-2.0.7.jar" [parent: betterdays-1.21.1-3.3.6.2-NEOFORGE.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-particles-v1-4.0.2+824f924c19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "animated-gif-lib-for-java-animated-gif-lib-1.7.jar" [parent: fancymenu_neoforge_3.8.1_MC_1.21.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "mixson-neoforge-v1.4.0.jar" [parent: misctweaks-1.3.0+1.21.1-neoforge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-worldgen-vanilla-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "common-image-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-scheduling-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-transitive-access-wideners-v1-6.2.0+6c854b6f19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "jankson-1.2.3.jar" [parent: fzzy_config-0.7.6+1.21+neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "gson-0.1.5.1.jar" [parent: owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-api-base-0.4.42+d1308dedd1.jar" [parent: owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-blockrenderlayer-v1-1.1.52+c290471319.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "iteminteractions-neoforge-21.1.4.jar" [parent: BagOfHolding-v21.1.2-1.21.1-NeoForge.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-server-utils-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-block-api-v1-1.1.0+b0c22bb819.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "spectrelib-neoforge-0.17.2+1.21.jar" [parent: charmofundying-neoforge-9.1.0+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "thedarkcolour.kfflang-5.11.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found gamelibrary file "thedarkcolour.kfflib-5.11.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-resource-conditions-api-v1-4.3.0+5bdd099819.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "aeroblender-1.21.1-1.0.0-neoforge.jar" [parent: deep_aether-1.21.1-1.1.4.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "thedarkcolour.kffmod-5.11.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "gson-0.2.1.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "kotlin-reflect-2.3.0.jar" [parent: kotlinforforge-5.11.0-all.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "flywheel-neoforge-1.21.1-1.0.6-41.jar" [parent: QuarkPonders-1.5.1_NeoForge-1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-item-group-api-v1-4.1.7+e324903319.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "greenhouseconfig_night_config-1.1.0.jar" [parent: greenhouseconfig_toml-1.1.0.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-gametest-api-v1-2.0.5+29f188ce19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-notickvd-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "glsl-transformer-2.0.1.jar" [parent: iris-neoforge-1.8.12+mc1.21.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-biome-api-v1-13.0.31+1e62d33c19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-worldgen-general-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "codec-config-api-3.0.2+1.21.1.jar" [parent: grind-enchantments-4.0.1+neoforge-1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "c2me-opts-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar" [parent: c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "json-0.2.1.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-registry-sync-v0-5.3.1+f9aace1619.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-recipe-api-v1-5.0.15+59440bcc19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-object-builder-api-v1-15.2.1+cc242efd19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "Reflect-1.6.1+curseforge.jar" [parent: ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "TinyConfig-2.3.2.jar" [parent: hunger_tweaks-neoforge-1.0.1.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-sound-api-v1-1.0.23+10b84f8419.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-message-api-v1-6.0.14+6a754fce19.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found library file "tiny-java-server-1.0.0-build.33.jar" [parent: kubejs-neoforge-2101.7.2-build.348.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found library file "common-lang-3.12.0.jar" [parent: yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar, locator: jarinjar] +[22:06:23] [main/INFO]: Found mod file "fabric-data-generation-api-v1-20.2.34+a4c3605619.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:23] [main/INFO]: Found mod file "fabric-events-interaction-v0-0.7.13+86e0887119.jar" [parent: forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar, locator: jarinjar, reader: mod manifest] +[22:06:24] [main/INFO]: Fabric mod metadata not found in jar kotlinforforge.all, ignoring +[22:06:25] [main/INFO]: Dependency resolution found 3 candidates to load +[22:06:35] [main/INFO]: Found mod file "biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar" [locator: org.sinytra.connector.locator.ConnectorLocator@41b13f3d] +[22:06:35] [main/INFO]: Found mod file "continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar" [locator: org.sinytra.connector.locator.ConnectorLocator@41b13f3d] +[22:06:35] [main/INFO]: Found mod file "countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar" [locator: org.sinytra.connector.locator.ConnectorLocator@41b13f3d] +[22:06:35] [main/INFO]: Found 2 dependencies adding them to mods collection +[22:06:35] [main/INFO]: Found mod file "org.sinytra.connector-2.0.0-beta.14+1.21.1-mod.jar" [parent: , locator: org.sinytra.connector.locator.ConnectorLocator@41b13f3d, reader: mod manifest] +[22:06:35] [main/INFO]: Found gamelibrary file "runtime-1.0.0+1.21.1.jar" [parent: , locator: org.sinytra.connector.locator.ConnectorLocator@41b13f3d, reader: mod manifest] +[22:06:35] [main/INFO]: + Mod List: + Name Version (Mod Id) + + Abridged 2.0.1 (abridged) + Accessories 1.1.0-beta.53+1.21.1 (accessories) + AdventureDungeons 1.3.1 (adventuredungeons) + AeroBlender 1.0.0 (aeroblender) + Aileron 1.21.1-neoforge-1.1.4 (aileron) + All The Leaks 1.1.7+1.21.1-neoforge (alltheleaks) + Allurement 5.0.1 (allurement) + Alternate Current 1.9.0 (alternate_current) + AmbientSounds 6.3.4 (ambientsounds) + Amendments 1.21-2.0.15 (amendments) + Another Furniture 4.0.2 (another_furniture) + AppleSkin 3.0.8+mc1.21 (appleskin) + Archers (RPG Series) 2.7.0 (archers) + Architectury 13.0.8 (architectury) + armordamagescale mod 3.1 (armordamagescale) + Armory (RPG Series) 1.3.0 (armory_rpgs) + Arsenal (RPG Series) 1.4.2 (arsenal) + Audio Improvements 1.1 (audioimprovements) + Auto Third Person 2.2 (auto_third_person) + AzureLib Armor 3.1.2 (azurelibarmor) + BadOptimizations 2.4.1 (badoptimizations) + Bag Of Holding 21.1.2 (bagofholding) + BaguetteLib 1.1.6 (baguettelib) + Balm 21.0.56 (balm) + BCLib 21.0.20 (bclib) + BE Style Wither 1.8.0 (bestylewither) + Better Combat 2.3.2+1.21.1 (bettercombat) + Better Enchanting Table 1.2.2 (betterenchantingtable) + Better End 21.0.24 (betterend) + Better Nether 21.0.19 (betternether) + BetterDays 3.3.6.2 (betterdays) + betterfpsdist mod 6.0 (betterfpsdist) + Biolith 3.0.10 (biolith) + BiomeSpy 1.3.3 (biomespy) + Blueprint 8.0.8 (blueprint) + Boatload 6.0.2 (boatload) + Bosses of Mass Destruction 1.3.2 (bosses_of_mass_destruction) + Brewin' And Chewin' 4.4.2 (brewinandchewin) + BundleAPI 1.1.0 (bundleapi) + Caelus API 7.0.1+1.21.1 (caelus) + caveore mod 4.0 (caveore) + Cerbons API 1.3.0 (cerbons_api) + Certain Questing Additions 1.1.5 (certain_questing_additions) + Cerulean 1.0.0 (cerulean) + Charm of Undying 9.1.0+1.21.1 (charmofundying) + Chat Impressive Animation 1.5.0+mc1.21.5 (chatimpressiveanimation) + Cherished Worlds 10.1.1+1.21.1 (cherishedworlds) + chunksending mod 2.8 (chunksending) + Climate Rivers 21.1.3 (climaterivers) + Cloth Config v15 API 15.0.140 (cloth_config) + Clutter: Bestiary 1.1.2-NeoForge-1.21.1 (clutterbestiary) + Codec config API 3.0.2 (codecconfigapi) + Colorwheel 1.2.4+mc1.21.1 (colorwheel) + Combat Roll 2.0.6+1.21.1 (combat_roll) + Comforts 9.0.5+1.21.1 (comforts) + Concurrent Chunk Management Engine 0.3.0+alpha.0.90+1.21.1 (c2me) + Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.90+1.21.1 (c2me_base) + Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0+alpha.0.90+1.21.1 (c2me_client_uncapvd) + Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.90+1.21.1 (c2me_fixes_chunkio_threading_issues) + Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.90+1.21.1 (c2me_fixes_general_threading_issues) + Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.90+1.21.1 (c2me_fixes_worldgen_threading_issues) + Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.90+1.21.1 (c2me_fixes_worldgen_vanilla_bugs) + Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.90+1.21.1 (c2me_notickvd) + Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_chunkio) + Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_dfc) + Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_worldgen_general) + Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_math) + Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_allocs) + Concurrent Chunk Management Engine (Optimizations/Natives Math) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_natives_math) + Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_scheduling) + Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.90+1.21.1 (c2me_opts_worldgen_vanilla) + Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.90+1.21.1 (c2me_rewrites_chunkio) + Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.90+1.21.1 (c2me_rewrites_chunk_serializer) + Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.90+1.21.1 (c2me_rewrites_chunk_system) + Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.90+1.21.1 (c2me_server_utils) + Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.90+1.21.1 (c2me_threading_lighting) + conditional mixin 0.6.4 (conditional_mixin) + ConfigLib TXF 7.2.8-neoforge (configlibtxf) + Configured 2.6.3 (configured) + Configured Defaults 21.1.3 (configureddefaults) + Connectivity Mod 7.6 (connectivity) + Continuity 3.0.0_1.21.neoforge (continuity) + Controllable 0.25.4 (controllable) + Controlling 19.0.5 (controlling) + Convenient Effects 21.1.3 (convenienteffects) + Cooks Collection 0.5.4 (cookscollection) + CoroUtil 1.21.0-1.3.8 (coroutil) + Corpse 1.21.1-1.1.13 (corpse) + Corpse Curios Compatibility 3.1.3 (corpsecurioscompat) + Countered's Terrain Slabs 2.1.2 (terrainslabs) + Crash Assistant 1.11.0 (crash_assistant) + Create 6.0.10 (create) + Create: Central Kitchen 2.3.0 (create_central_kitchen) + Create: Copycats+ 3.0.4+mc.1.21.1-neoforge (copycats) + Create: Dragons Plus 1.10.0b (create_dragons_plus) + Create: Enchantment Industry 2.3.1 (create_enchantment_industry) + Create: Integrated Farming 1.2.2 (create_integrated_farming) + CreativeCore 2.13.35 (creativecore) + Creeper Overhaul 4.0.6 (creeperoverhaul) + Critical Strike 1.0.4+1.21.1 (critical_strike) + Critters and Companions 1.21.1-2.3.4 (crittersandcompanions) + Cumulus 2.0.7 (cumulus_menus) + Cupboard mod 3.5 (cupboard) + Curios Compatibility Layer 0.beta.28 (cclayer) + Decorative Blocks Reborn 6.0.1 (decorative_blocks) + Deep Aether 1.1.4 (deep_aether) + Deeper and Darker 1.4 (deeperdarker) + Despawn Tweaks 1.0.0 (despawntweaks) + Ding 1.5.0 (ding) + dried_ghast 1.0.0 (dried_ghast) + Dungeons and Taverns 1-v4.4.4 (mr_dungeons_andtaverns) + Dungeons and Taverns Ancient City Overhaul 1-v2 (mr_dungeons_andtavernsancientcityoverhaul) + Dungeons and Taverns Jungle Temple Replacement 1-v1.2 (mr_dungeons_andtavernsjungletemplereplacement) + Dungeons and Taverns Nether Fortress Overhaul 1-v2.4 (mr_dungeons_andtavernsnetherfortressoverhaul) + Dungeons and Taverns Ocean Monument Replacement 1-v1.2 (mr_dungeons_andtavernsoceanmonumentreplacement) + Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2 (mr_dungeons_andtavernspillageroutpostoverhaul) + Dungeons and Taverns Stronghold Overhaul 1-v2.1.f (mr_dungeons_andtavernsstrongholdoverhaul) + Dungeons and Taverns Swamp Hut Overhaul 1-v2 (mr_dungeons_andtavernsswamphutoverhaul) + Dungeons and Taverns Woodland Mansion Replacement 1-v1.2 (mr_dungeons_andtavernswoodlandmansionreplacement) + Durability Tweaks 1.0.2 (durability_tweaks) + e4mc 6.1.0 (e4mc) + Easy Mob Spawn Control 1.1.5 (easy_mob_spawn_control) + Effortless Structure 3.4.0 (effortless) + Elytra Slot 9.0.2+1.21.1 (elytraslot) + EMI 1.1.22+1.21.1+neoforge (emi) + EMI Enchanting 0.1.2+1.21+neoforge (emi_enchanting) + EMI Loot 0.7.9+1.21+neoforge (emi_loot) + Ender's Delight 1.2.0 (endersdelight) + Enderman Overhaul 2.0.3 (endermanoverhaul) + Enhanced Boss Bars 1.0.0 (enhancedbossbars) + Entity Model Features 3.0.12 (entity_model_features) + Entity Texture Features 7.0.9 (entity_texture_features) + EntityCulling 1.9.5 (entityculling) + Euphoria Patcher 1.8.6-r5.7.1-neoforge (euphoria_patcher) + Every Compat 1.21-2.11.30 (everycomp) + Exclusions Lib 1.1.0-NEO (exclusions_lib) + Explore Ruins Aether 1.0.0 (explore_ruins_aether) + Explorer's Compass 1.21.1-3.0.3-neoforge (explorerscompass) + Explorify 1.6.4 (explorify) + FallingTree 1.21.1.11 (fallingtree) + FancyMenu 3.8.1 (fancymenu) + FancyToasts 1.4.6 (fancytoasts) + Farmer's Delight 1.2.11a (farmersdelight) + Farsight mod 4.5 (farsight_view) + Fast IP Ping 1.0.8 (fastipping) + fastasyncworldsave mod 2.6 (fastasyncworldsave) + FastBoot 1.3.0 (fastboot) + Feature Recycler 2.0.0 (featurerecycler) + Ferrite Core 7.0.3 (ferritecore) + Flerovium 1.0.18 (flerovium) + Flywheel 1.0.6-41 (flywheel) + Forgified Fabric API 0.116.7+2.2.4+1.21.1 (fabric_api) + Forgified Fabric API Base 0.4.42+d1308dedd1 (fabric_api_base) + Forgified Fabric API Lookup API (v1) 1.6.71+c290471319 (fabric_api_lookup_api_v1) + Forgified Fabric Biome API (v1) 13.0.31+1e62d33c19 (fabric_biome_api_v1) + Forgified Fabric Block API (v1) 1.1.0+b0c22bb819 (fabric_block_api_v1) + Forgified Fabric BlockRenderLayer Registration (v1) 1.1.52+c290471319 (fabric_blockrenderlayer_v1) + Forgified Fabric BlockView API (v2) 1.0.11+e9036fd419 (fabric_block_view_api_v2) + Forgified Fabric Client Tags 1.1.15+e053909619 (fabric_client_tags_api_v1) + Forgified Fabric Command API (v2) 2.2.28+36d727be19 (fabric_command_api_v2) + Forgified Fabric Content Registries (v0) 8.0.19+5e0d320019 (fabric_content_registries_v0) + Forgified Fabric Convention Tags 2.1.5+7f945d5b19 (fabric_convention_tags_v1) + Forgified Fabric Convention Tags (v2) 2.11.1+87e5848019 (fabric_convention_tags_v2) + Forgified Fabric Data Attachment API (v1) 1.4.5+26d408aa19 (fabric_data_attachment_api_v1) + Forgified Fabric Data Generation API (v1) 20.2.34+a4c3605619 (fabric_data_generation_api_v1) + Forgified Fabric Entity Events (v1) 1.8.0+5ede667619 (fabric_entity_events_v1) + Forgified Fabric Events Interaction (v0) 0.7.13+86e0887119 (fabric_events_interaction_v0) + Forgified Fabric Game Rule API (v1) 1.0.53+36d727be19 (fabric_game_rule_api_v1) + Forgified Fabric Game Test API (v1) 2.0.5+29f188ce19 (fabric_gametest_api_v1) + Forgified Fabric Item API (v1) 11.2.0+0c57911319 (fabric_item_api_v1) + Forgified Fabric Item Group API (v1) 4.1.7+e324903319 (fabric_item_group_api_v1) + Forgified Fabric Key Binding API (v1) 1.0.47+62cc7ce119 (fabric_key_binding_api_v1) + Forgified Fabric Lifecycle Events (v1) 2.6.0+e40d8add19 (fabric_lifecycle_events_v1) + Forgified Fabric Loot API (v2) 3.0.15+a3ee712d19 (fabric_loot_api_v2) + Forgified Fabric Loot API (v3) 1.0.3+333dfad919 (fabric_loot_api_v3) + Forgified Fabric Message API (v1) 6.0.14+6a754fce19 (fabric_message_api_v1) + Forgified Fabric Model Loading API (v1) 2.1.0+6e8f52c719 (fabric_model_loading_api_v1) + Forgified Fabric Networking API (v1) 4.3.0+30a980d919 (fabric_networking_api_v1) + Forgified Fabric Object Builder API (v1) 15.2.1+cc242efd19 (fabric_object_builder_api_v1) + Forgified Fabric Particles (v1) 4.0.2+824f924c19 (fabric_particles_v1) + Forgified Fabric Recipe API (v1) 5.0.15+59440bcc19 (fabric_recipe_api_v1) + Forgified Fabric Registry Sync (v0) 5.3.1+f9aace1619 (fabric_registry_sync_v0) + Forgified Fabric Renderer - Indigo 1.7.1+9125b6dc19 (fabric_renderer_indigo) + Forgified Fabric Renderer API (v1) 3.4.1+9125b6dc19 (fabric_renderer_api_v1) + Forgified Fabric Rendering (v1) 5.1.0+1a09bd5a19 (fabric_rendering_v1) + Forgified Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19 (fabric_rendering_data_attachment_v1) + Forgified Fabric Rendering Fluids (v1) 3.1.6+a51883b219 (fabric_rendering_fluids_v1) + Forgified Fabric Resource Conditions API (v1) 4.3.0+5bdd099819 (fabric_resource_conditions_api_v1) + Forgified Fabric Resource Loader (v0) 1.3.1+4ea8954419 (fabric_resource_loader_v0) + Forgified Fabric Screen API (v1) 2.0.25+4228281319 (fabric_screen_api_v1) + Forgified Fabric Screen Handler API (v1) 1.3.90+8dbc56dd19 (fabric_screen_handler_api_v1) + Forgified Fabric Sound API (v1) 1.0.23+10b84f8419 (fabric_sound_api_v1) + Forgified Fabric Transfer API (v1) 5.4.3+a25cb45619 (fabric_transfer_api_v1) + Forgified Fabric Transitive Access Wideners (v1) 6.2.0+6c854b6f19 (fabric_transitive_access_wideners_v1) + Framework 0.13.11 (framework) + Friends&Foes 4.0.23 (friendsandfoes) + FTB Library 2101.1.31 (ftblibrary) + FTB Quests 2101.1.22 (ftbquests) + FTB Teams 2101.1.9 (ftbteams) + FTB XMod Compat 21.1.8 (ftbxmodcompat) + Fzzy Config 0.7.6+1.21+neoforge (fzzy_config) + Gallery 2.0.0 (gallery) + Galosphere 1.5.3 (galosphere) + Gazebos (RPG Series) 2.1.0 (gazebo) + GeckoLib 4 4.8.4 (geckolib) + Get It Together, Drops! 1.4 (getittogetherdrops) + Gnetum 3.3.1 (gnetum) + Goblin Traders 1.11.2 (goblintraders) + Golem Overhaul 1.1.0 (golemoverhaul) + Gpu memory leak fix 1.8 (gpumemleakfix) + Greenhouse Config 2.2.3+1.21.1 (greenhouseconfig) + Greenhouse Config - Night Config 1.1.0 (greenhouseconfig_night_config) + Greenhouse Config - TOML 1.1.0 (greenhouseconfig_toml) + Grind Enchantments 4.0.1+neoforge-1.21.1 (grindenchantments) + Hearth and Harvest 1.1.4 (hearthandharvest) + Hearths 1.0.5 (hearths) + Hellish Trials 1.0.5 (hellish_trials) + Hunger Tweaks 1.0.1 (hunger_tweaks) + iChunUtil 1.0.3 (ichunutil) + ImmediatelyFast 1.6.10+1.21.1 (immediatelyfast) + Immersive Lanterns 1.0.6 (immersivelanterns) + Immersive Optimization 0.1.4 (immersive_optimization) + ImmersiveUI 0.3.3 (immersiveui) + Iris 1.8.12-snapshot+mc1.21.1-local (iris) + Iris Shader Folder 1.2.5-neoforge (iris_shader_folder) + Item Descriptions 2.7.2+1.21.1 (item_descriptions) + Item Interactions 21.1.4 (iteminteractions) + ItemPhysicLite 1.6.8 (itemphysiclite) + Ixeris 4.1.5+1.21.1-neoforge (ixeris) + Jade 15.10.5+neoforge (jade) + Jewelry (RPG Series) 2.3.2 (jewelry) + Just Enough Items 19.27.0.340 (jei) + Kiwi Library 15.8.3+neoforge (kiwi) + Konkrete 1.9.9 (konkrete) + Kotlin For Forge 5.11.0 (kotlinforforge) + KubeJS 2101.7.2-build.348 (kubejs) + KubeJS Create 2101.3.1-build.18 (kubejs_create) + KubeJSDelight 1.1.5 (kubejsdelight) + KumaAPI 21.0.7 (kuma_api) + L_Ender's Cataclysm 1.21.1 3.24 (cataclysm) + lionfishapi 2.6 (lionfishapi) + Lithium 0.15.3+mc1.21.1 (lithium) + Lithostitched 1.6.1 (lithostitched) + M.R.U 1.0.19+LTS+1.21.1+neoforge (mru) + Mages Guild (RPG Structures) 1.0.4 (rpgstructures_mages_guild) + Medieval Buildings [The End Edition] 1.0.4 (medievalend) + Medieval Buildings [The Nether Edition] 1.0.2 (medieval_nether) + Melody 1.0.10 (melody) + MidnightLib 1.9.2 (midnightlib) + Mindful Darkness 21.1.0 (mindfuldarkness) + Minecraft 1.21.1 (minecraft) + MiscTweaks 1.3.0 (misctweaks) + Mixson 1.4.0 (mixson) + Mod Tabs 1.21.1-2.3.1-Neoforge (modtabs) + ModernFix 5.27.3+mc1.21.1 (modernfix) + Moonlight Lib 1.21-2.29.20 (moonlight) + More Culling 1.0.7 (moreculling) + Mouse Tweaks 2.26.1 (mousetweaks) + Mowzie's Mobs 1.8.1 (mowziesmobs) + My Nether's Delight 1.9 (mynethersdelight) + Nature's Compass 1.21.1-3.0.2-neoforge (naturescompass) + Nature's Delight 1.12-1.21.1 (natures_delight) + Nature's Spirit 2.2.5-1.21.1 (natures_spirit) + Necronomicon 1.6.0 (necronomicon) + NeoForge 21.1.228 (neoforge) + Nitrogen 1.1.25 (nitrogen_internals) + No Creeper Explosion 1.0.0 (nocreeperexplosion) + Noisium 2.7.0+mc1.21-1.21.1 (noisium) + Not Enough Recipe Book 0.4.3 (nerb) + NotEnoughAnimations 1.11.3 (notenoughanimations) + OctoLib 0.6.1 (octolib) + OnlyHammersAndExcavators 1.21.1-0.9 (onlyhammersandexcavators) + Overflowing Bars 21.1.1 (overflowingbars) + oωo 0.12.15.5-beta.1+1.21 (owo) + Paladins & Priests (RPG Series) 2.7.1 (paladins) + Particular 1.1.7 (particular) + Paxi 1.21.1-NeoForge-5.1.3 (paxi) + Pick Up Notifier 21.1.1 (pickupnotifier) + Ping Wheel 1.12.1 (pingwheel) + Player Animator 2.0.4+1.21.1 (playeranimator) + Polytone 1.21-3.6.4 (polytone) + Ponder 1.0.82+mc1.21.1 (ponder) + Presence Footsteps (NeoForge) 1.21.1-1.12.0-beta.1 (presencefootsteps) + Pretty Rain 1.1.4 (particlerain) + Pro Placer 21.1.1 (proplacer) + Pufferfish's Skills 0.17.3 (puffish_skills) + Punchy 1.21.1 (punchy) + Puzzles Lib 21.1.39 (puzzleslib) + Quark 4.1-476 (quark) + QuarkPonders 1.5.1 (quark_ponders) + quick-pack 1.2.0 (quick_pack) + RangedWeaponAPI 2.3.3+1.21.1 (ranged_weapon_api) + Redirected 1.0.0 (redirected) + Reese's Sodium Options 1.8.3+mc1.21.4 (reeses_sodium_options) + Reliable Recipes 1.12.0 (reliable_recipes) + Reliable Remover 2.2.4 (reliable_remover) + Reliable Replacer 1.3.0 (reliable_replacer) + Relics (RPG Series) 1.3.0 (relics_rpgs) + Repurposed Structures 7.5.18+1.21.1-neoforge (repurposed_structures) + Resourceful Lib 3.0.12 (resourcefullib) + Resourcefulconfig 3.0.11 (resourcefulconfig) + Rhenium 1.0.0 (rhenium) + Rhino 2101.2.7-build.81 (rhino) + Ribbits 1.21.1-NeoForge-4.1.6 (ribbits) + Rogues & Warriors (RPG Series) 2.7.0 (rogues) + Runes 1.2.1+1.21.1 (runes) + Rustic Delight 1.5.3 (rusticdelight) + Save My Shit Network 1.4.0-1.21.1 (smsn) + Searchables 1.0.2 (searchables) + ShieldAPI 2.2.0 (shield_api) + Simplest Copper Gear 1.0.7 (simplest_copper_gear) + Sinytra Connector 2.0.0-beta.14+1.21.1 (connector) + Skill Tree (RPG Series) 1.4.4 (skill_tree_rpgs) + Smart Particles 21.8.10 (smart_particles) + Smoothchunk mod 4.1 (smoothchunk) + smoothmovement mod 2.7 (smoothmovement) + Snow! Real Magic! 12.2.1+neoforge (snowrealmagic) + Sodium 0.6.13+mc1.21.1 (sodium) + Sodium Dynamic Lights 1.0.9 (sodiumdynamiclights) + Sodium Extras 1.0.7 (sodiumextras) + Sodium Options API 1.0.10 (sodiumoptionsapi) + Sound Physics Perfected 1.17.0-alpha (sound_physics_perfected) + Sounds 2.4.22+lts (sounds) + SpectreLib 0.17.2+1.21 (spectrelib) + Spell Engine 1.9.8 (spell_engine) + Spell Power Attribute 1.4.6+1.21.1 (spell_power) + Spyglass Improvements 1.5.7 (spyglass_improvements) + Stackable Potions 1.0.0 (stackablepotions) + Stone Zone 1.21-2.11.12 (stonezone) + Structure Essentials mod 4.8 (structureessentials) + Structure Layout Optimizer 1.0.12 (structure_layout_optimizer) + Structure Pool API 1.2.1+1.21.1 (structure_pool_api) + Structurify 2.0.19 (structurify) + Super Resolution 0.8.0-alpha.1 (super_resolution) + Supplementaries 1.21-3.5.29 (supplementaries) + TerraBlender 4.1.0.8 (terrablender) + Terralith 2.5.8 (terralith) + The Aether 1.5.10 (aether) + ThreadTweak 1.0.0 (threadtweak) + Tide 2.0.3 (tide) + Tiny Config 3.1.0 (tiny_config) + Tom's Simple Storage Mod 2.3.2 (toms_storage) + Toms Storage Star Optimized 0.9.1 (toms_storage_star_optimized) + Too Many Entities 1.2.0 (too_many_entities) + TRansition 1.0.12 (transition) + TRender 1.0.10 (trender) + TxniLib 1.0.24 (txnilib) + Universal Bone Meal 21.1.0 (universalbonemeal) + Universal Enchants 21.1.6 (universalenchants) + Universal Sawmill 1.21-1.7.1 (sawmill) + Vanillin 1.1.3 (vanillin) + Variants&Ventures 1.0.23 (variantsandventures) + Wabbanode Companion 1.21.1-1.0.1 (wabbanodecompanion) + Wall-Jump TXF 1.21.1-1.3.5-neoforge (walljump) + Waystones 21.1.29 (waystones) + What Are They Up To 1.21.0-1.2.7 (watut) + When Dungeons Arise 2.1.68 (dungeons_arise) + WhiteNoise 2.0.7 (whitenoise) + Wizards (RPG Series) 2.7.1 (wizards) + Worldgen Patches 1.1.0 (worldgen_patches) + WorldWeaver 21.0.19 (wover) + WunderLib 21.0.10 (wunderlib) + Xaero's Minimap 25.3.10 (xaerominimap) + Xaero's World Map 1.40.11 (xaeroworldmap) + XaeroLib 1.1.0 (xaerolib) + YetAnotherConfigLib 3.8.2+1.21.1-neoforge (yet_another_config_lib_v3) + YUNG's API 1.21.1-NeoForge-5.1.6 (yungsapi) + YUNG's Better Desert Temples 1.21.1-NeoForge-4.1.5 (betterdeserttemples) + YUNG's Better Dungeons 1.21.1-NeoForge-5.1.4 (betterdungeons) + YUNG's Better End Island 1.21.1-NeoForge-3.1.2 (betterendisland) + YUNG's Better Jungle Temples 1.21.1-NeoForge-3.1.2 (betterjungletemples) + YUNG's Better Mineshafts 1.21.1-NeoForge-5.1.1 (bettermineshafts) + YUNG's Better Nether Fortresses 1.21.1-NeoForge-3.1.5 (betterfortresses) + YUNG's Better Ocean Monuments 1.21.1-NeoForge-4.1.2 (betteroceanmonuments) + YUNG's Better Witch Huts 1.21.1-NeoForge-4.1.1 (betterwitchhuts) + Zeta 1.1-39 (zeta) +[22:06:36] [main/INFO]: Applying default files... +[22:06:36] [main/INFO]: Copied 'Reimagined\configureddefaults\iris.properties' to 'Reimagined\iris.properties' +[22:06:36] [main/INFO]: Copied 'Reimagined\configureddefaults\superresolution.json' to 'Reimagined\superresolution.json' +[22:06:36] [main/INFO]: Copied 'Reimagined\configureddefaults\super_resolution.toml' to 'Reimagined\super_resolution.toml' +[22:06:36] [main/INFO]: Setting new option: version:3955 +[22:06:36] [main/INFO]: Setting new option: ao:true +[22:06:36] [main/INFO]: Setting new option: biomeBlendRadius:2 +[22:06:36] [main/INFO]: Setting new option: enableVsync:false +[22:06:36] [main/INFO]: Setting new option: entityDistanceScaling:1.0 +[22:06:36] [main/INFO]: Setting new option: entityShadows:true +[22:06:36] [main/INFO]: Setting new option: forceUnicodeFont:false +[22:06:36] [main/INFO]: Setting new option: japaneseGlyphVariants:false +[22:06:36] [main/INFO]: Setting new option: fov:0.375 +[22:06:36] [main/INFO]: Setting new option: fovEffectScale:0.255309586391589 +[22:06:36] [main/INFO]: Setting new option: darknessEffectScale:1.0 +[22:06:36] [main/INFO]: Setting new option: glintSpeed:0.5 +[22:06:36] [main/INFO]: Setting new option: glintStrength:0.75 +[22:06:36] [main/INFO]: Setting new option: prioritizeChunkUpdates:0 +[22:06:36] [main/INFO]: Setting new option: fullscreen:true +[22:06:36] [main/INFO]: Setting new option: gamma:0.5 +[22:06:36] [main/INFO]: Setting new option: graphicsMode:1 +[22:06:36] [main/INFO]: Setting new option: guiScale:0 +[22:06:36] [main/INFO]: Setting new option: maxFps:260 +[22:06:36] [main/INFO]: Setting new option: mipmapLevels:4 +[22:06:36] [main/INFO]: Setting new option: narrator:0 +[22:06:36] [main/INFO]: Setting new option: particles:0 +[22:06:36] [main/INFO]: Setting new option: reducedDebugInfo:false +[22:06:36] [main/INFO]: Setting new option: renderClouds:"true" +[22:06:36] [main/INFO]: Setting new option: renderDistance:16 +[22:06:36] [main/INFO]: Setting new option: simulationDistance:8 +[22:06:36] [main/INFO]: Setting new option: screenEffectScale:1.0 +[22:06:36] [main/INFO]: Setting new option: soundDevice:"" +[22:06:36] [main/INFO]: Setting new option: autoJump:false +[22:06:36] [main/INFO]: Setting new option: operatorItemsTab:false +[22:06:36] [main/INFO]: Setting new option: autoSuggestions:true +[22:06:36] [main/INFO]: Setting new option: chatColors:true +[22:06:36] [main/INFO]: Setting new option: chatLinks:true +[22:06:36] [main/INFO]: Setting new option: chatLinksPrompt:true +[22:06:36] [main/INFO]: Setting new option: discrete_mouse_scroll:false +[22:06:36] [main/INFO]: Setting new option: invertYMouse:false +[22:06:36] [main/INFO]: Setting new option: realmsNotifications:true +[22:06:36] [main/INFO]: Setting new option: showSubtitles:false +[22:06:36] [main/INFO]: Setting new option: directionalAudio:false +[22:06:36] [main/INFO]: Setting new option: touchscreen:false +[22:06:36] [main/INFO]: Setting new option: bobView:true +[22:06:36] [main/INFO]: Setting new option: toggleCrouch:false +[22:06:36] [main/INFO]: Setting new option: toggleSprint:false +[22:06:36] [main/INFO]: Setting new option: darkMojangStudiosBackground:true +[22:06:36] [main/INFO]: Setting new option: hideLightningFlashes:false +[22:06:36] [main/INFO]: Setting new option: hideSplashTexts:false +[22:06:36] [main/INFO]: Setting new option: mouseSensitivity:0.2517605633802817 +[22:06:36] [main/INFO]: Setting new option: damageTiltStrength:1.0 +[22:06:36] [main/INFO]: Setting new option: highContrast:false +[22:06:36] [main/INFO]: Setting new option: narratorHotkey:true +[22:06:36] [main/INFO]: Setting new option: resourcePacks:["vanilla","fabric","mod_resources","moonlight:merged_pack","file/coquet-0-9-1.zip","file/Freshly Detailed 4.0.zip","file/Cataclysm Reimagined v1.3.5 for NeoForge.zip","file/Create Touch-Ups v1.0.zip","file/BetterBetterX-v1.1-noStone.zip","file/waystones_1.21.1.zip","file/FTB-Vanilla-Like-1.0.zip","file/mod-descriptions-v8.1.zip","file/TerralithBiomesNames.zip","file/MandalasGUI+Dakmode_1.21.8_v2.5.zip","file/Mandala Utopia.zip","file/Reimagined Tweaks 11.zip","file/ShaderPanoramaFor1.21.zip","file/music-and-melody-1.21.5-v2.1.0.zip","file/Atmospheric Skies Fog 1.3.zip","file/FreshAnimations_v1.9.2.zip","file/FA+Details-v1.1.zip","file/FA+Spiders-v1.1.zip","file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip"] +[22:06:36] [main/INFO]: Setting new option: incompatibleResourcePacks:["file/coquet-0-9-1.zip","file/FTB-Vanilla-Like-1.0.zip","file/TerralithBiomesNames.zip","file/MandalasGUI+Dakmode_1.21.8_v2.5.zip"] +[22:06:36] [main/INFO]: Setting new option: lastServer: +[22:06:36] [main/INFO]: Setting new option: chatVisibility:0 +[22:06:36] [main/INFO]: Setting new option: chatOpacity:1.0 +[22:06:36] [main/INFO]: Setting new option: chatLineSpacing:0.0 +[22:06:36] [main/INFO]: Setting new option: textBackgroundOpacity:0.5 +[22:06:36] [main/INFO]: Setting new option: backgroundForChatOnly:true +[22:06:36] [main/INFO]: Setting new option: hideServerAddress:false +[22:06:36] [main/INFO]: Setting new option: advancedItemTooltips:false +[22:06:36] [main/INFO]: Setting new option: pauseOnLostFocus:true +[22:06:36] [main/INFO]: Setting new option: overrideWidth:0 +[22:06:36] [main/INFO]: Setting new option: overrideHeight:0 +[22:06:36] [main/INFO]: Setting new option: chatHeightFocused:1.0 +[22:06:36] [main/INFO]: Setting new option: chatDelay:0.0 +[22:06:36] [main/INFO]: Setting new option: chatHeightUnfocused:0.4375 +[22:06:36] [main/INFO]: Setting new option: chatScale:1.0 +[22:06:36] [main/INFO]: Setting new option: chatWidth:1.0 +[22:06:36] [main/INFO]: Setting new option: notificationDisplayTime:1.0 +[22:06:36] [main/INFO]: Setting new option: useNativeTransport:true +[22:06:36] [main/INFO]: Setting new option: mainHand:"right" +[22:06:36] [main/INFO]: Setting new option: attackIndicator:1 +[22:06:36] [main/INFO]: Setting new option: tutorialStep:none +[22:06:36] [main/INFO]: Setting new option: mouseWheelSensitivity:1.0 +[22:06:36] [main/INFO]: Setting new option: rawMouseInput:true +[22:06:36] [main/INFO]: Setting new option: glDebugVerbosity:1 +[22:06:36] [main/INFO]: Setting new option: skipMultiplayerWarning:true +[22:06:36] [main/INFO]: Setting new option: hideMatchedNames:true +[22:06:36] [main/INFO]: Setting new option: joinedFirstServer:true +[22:06:36] [main/INFO]: Setting new option: hideBundleTutorial:false +[22:06:36] [main/INFO]: Setting new option: syncChunkWrites:true +[22:06:36] [main/INFO]: Setting new option: showAutosaveIndicator:false +[22:06:36] [main/INFO]: Setting new option: allowServerListing:true +[22:06:36] [main/INFO]: Setting new option: onlyShowSecureChat:false +[22:06:36] [main/INFO]: Setting new option: panoramaScrollSpeed:1.0 +[22:06:36] [main/INFO]: Setting new option: telemetryOptInExtra:false +[22:06:36] [main/INFO]: Setting new option: onboardAccessibility:false +[22:06:36] [main/INFO]: Setting new option: menuBackgroundBlurriness:5 +[22:06:36] [main/INFO]: Setting new option: key_key.attack:key.mouse.left +[22:06:36] [main/INFO]: Setting new option: key_key.use:key.mouse.right +[22:06:36] [main/INFO]: Setting new option: key_key.forward:key.keyboard.w +[22:06:36] [main/INFO]: Setting new option: key_key.left:key.keyboard.a +[22:06:36] [main/INFO]: Setting new option: key_key.back:key.keyboard.s +[22:06:36] [main/INFO]: Setting new option: key_key.right:key.keyboard.d +[22:06:36] [main/INFO]: Setting new option: key_key.jump:key.keyboard.space +[22:06:36] [main/INFO]: Setting new option: key_key.sneak:key.keyboard.left.control +[22:06:36] [main/INFO]: Setting new option: key_key.sprint:key.keyboard.left.shift +[22:06:36] [main/INFO]: Setting new option: key_key.drop:key.keyboard.q +[22:06:36] [main/INFO]: Setting new option: key_key.inventory:key.keyboard.e +[22:06:36] [main/INFO]: Setting new option: key_key.chat:key.keyboard.t +[22:06:36] [main/INFO]: Setting new option: key_key.playerlist:key.keyboard.p +[22:06:36] [main/INFO]: Setting new option: key_key.pickItem:key.mouse.middle +[22:06:36] [main/INFO]: Setting new option: key_key.command:key.keyboard.slash +[22:06:36] [main/INFO]: Setting new option: key_key.socialInteractions:key.keyboard.o +[22:06:36] [main/INFO]: Setting new option: key_key.screenshot:key.keyboard.f2 +[22:06:36] [main/INFO]: Setting new option: key_key.togglePerspective:key.keyboard.f5 +[22:06:36] [main/INFO]: Setting new option: key_key.smoothCamera:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.fullscreen:key.keyboard.f11 +[22:06:36] [main/INFO]: Setting new option: key_key.spectatorOutlines:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.swapOffhand:key.keyboard.f +[22:06:36] [main/INFO]: Setting new option: key_key.saveToolbarActivator:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.loadToolbarActivator:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.advancements:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.1:key.keyboard.1 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.2:key.keyboard.2 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.3:key.keyboard.3 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.4:key.keyboard.4 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.5:key.keyboard.5 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.6:key.keyboard.6 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.7:key.keyboard.7 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.8:key.keyboard.8 +[22:06:36] [main/INFO]: Setting new option: key_key.hotbar.9:key.keyboard.9 +[22:06:36] [main/INFO]: Setting new option: key_key.fancytoasts.config_menu:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.puffish_skills.open:key.keyboard.k +[22:06:36] [main/INFO]: Setting new option: key_key.aileron.smokestack_boost:key.keyboard.space +[22:06:36] [main/INFO]: Setting new option: key_key.modernfix.config:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_iris.keybind.reload:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_iris.keybind.toggleShaders:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_iris.keybind.shaderPackSelection:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_iris.keybind.wireframe:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_supplementaries.keybind.quiver:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_autothirdperson.toggle:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.corpse.death_history:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.settings.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.build_mode_radial.desc:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.passive_build_modifier.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.undo.desc:key.keyboard.left.bracket +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.redo.desc:key.keyboard.right.bracket +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.toggle_clipboard.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.toggle_pattern.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.toggle_replace.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.edit_clipboard.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.edit_pattern.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_left.desc:key.keyboard.left +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_right.desc:key.keyboard.right +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_forward.desc:key.keyboard.up +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_backward.desc:key.keyboard.down +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_up.desc:key.keyboard.page.up +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.move_down.desc:key.keyboard.page.down +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.rotate_x.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.rotate_y.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.rotate_z.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.mirror_x.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.mirror_y.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.effortless.mirror_z.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_accessories.key.open_accessories_screen:key.keyboard.g +[22:06:36] [main/INFO]: Setting new option: key_key.fast_placement:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.toms_storage.open_terminal:key.keyboard.y +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleOverlay:key.keyboard.o:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.focusSearch:key.keyboard.f:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.previousPage:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jei.nextPage:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jei.bookmark:key.keyboard.a +[22:06:36] [main/INFO]: Setting new option: key_key.jei.showRecipe:key.keyboard.r +[22:06:36] [main/INFO]: Setting new option: key_key.jei.showRecipe2:key.mouse.left +[22:06:36] [main/INFO]: Setting new option: key_key.jei.showUses:key.keyboard.u +[22:06:36] [main/INFO]: Setting new option: key_key.jei.showUses2:key.mouse.right +[22:06:36] [main/INFO]: Setting new option: key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT +[22:06:36] [main/INFO]: Setting new option: key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.clearSearchBar:key.mouse.right +[22:06:36] [main/INFO]: Setting new option: key_key.jei.previousSearch:key.keyboard.up +[22:06:36] [main/INFO]: Setting new option: key_key.jei.nextSearch:key.keyboard.down +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleCheatMode:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jei.cheatOneItem:key.mouse.left +[22:06:36] [main/INFO]: Setting new option: key_key.jei.cheatOneItem2:key.mouse.right +[22:06:36] [main/INFO]: Setting new option: key_key.jei.cheatItemStack:key.mouse.left:SHIFT +[22:06:36] [main/INFO]: Setting new option: key_key.jei.cheatItemStack2:key.mouse.middle +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleEditMode:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL +[22:06:36] [main/INFO]: Setting new option: key_key.jei.recipeBack:key.keyboard.backspace +[22:06:36] [main/INFO]: Setting new option: key_key.jei.previousRecipePage:key.keyboard.page.up +[22:06:36] [main/INFO]: Setting new option: key_key.jei.nextRecipePage:key.keyboard.page.down +[22:06:36] [main/INFO]: Setting new option: key_key.jei.previousCategory:key.keyboard.page.up:SHIFT +[22:06:36] [main/INFO]: Setting new option: key_key.jei.nextCategory:key.keyboard.page.down:SHIFT +[22:06:36] [main/INFO]: Setting new option: key_key.jei.closeRecipeGui:key.keyboard.escape +[22:06:36] [main/INFO]: Setting new option: key_key.jei.copy.recipe.id:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.autorun:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.back:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.camera_mode:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.transfer_insert:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.transfer_extract:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.shift_lock:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.no:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.yes:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.wave:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.salute:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.cheer:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.clap:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.think:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.point:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.shrug:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.headbang:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.weep:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.emote.facepalm:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.dance:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.dab:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.jet:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.change_hotbar:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.sort_player:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.sort_container:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.lock_rotation:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.narrator_readout:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.narrator_full_readout:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_quark.keybind.variant_selector:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.easy_mob_spawn_control.openmobcrontrolscreen:key.keyboard.k +[22:06:36] [main/INFO]: Setting new option: key_key.modtabs.tab_cycle:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.reliable_remover.emi_delete:key.keyboard.delete +[22:06:36] [main/INFO]: Setting new option: key_keybinds.bettercombat.feint:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.open_editor:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.open_config:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.toggle_context:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.cycle_kind:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.toggle_specificity:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.toggle_hand:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.cycle_mode:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.cycle_axis:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.axis_x:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.axis_y:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.axis_z:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.increase:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.decrease:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.save:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.reset:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.tuning.mirror:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.inspect:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.punchy.third_person_test:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.toggleVisualItemContents:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.toggleSelectedItemTooltips:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.toggleCarriedItemTooltips:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybinds.combat_roll.roll:key.keyboard.r +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_minimap_settings:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_minimap_server_profiles:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_zoom_in:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_zoom_out:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_new_waypoint:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_waypoints_key:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_enlarge_map:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_map:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_waypoints:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_slime:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_grid:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_instant_waypoint:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_switch_waypoint_set:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_display_all_sets:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_light_overlay:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_entity_radar:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_reverse_entity_radar:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_alternative_list_players:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_tracked_players_on_map:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_tracked_players_in_world:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gnetum.config.keyMapping:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.aether.open_accessories.desc:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.aether.gravitite_jump_ability.desc:key.keyboard.space +[22:06:36] [main/INFO]: Setting new option: key_key.aether.invisibility_toggle.desc:key.keyboard.i +[22:06:36] [main/INFO]: Setting new option: key_key.deep_aether.stratus_dash_ability.desc:key.keyboard.r +[22:06:36] [main/INFO]: Setting new option: key_key.deep_aether.slider_eye_ability:key.keyboard.x +[22:06:36] [main/INFO]: Setting new option: key_key.deep_aether.toggle_skyjade_transparency:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_open_map:key.keyboard.tab +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_open_settings:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_world_map_server_settings:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_map_zoom_in:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_map_zoom_out:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_quick_confirm:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_gui.xaero_toggle_dimension:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.cataclysm.ability:key.keyboard.c +[22:06:36] [main/INFO]: Setting new option: key_key.cataclysm.helmet_ability:key.keyboard.v +[22:06:36] [main/INFO]: Setting new option: key_key.cataclysm.chestplate_ability:key.keyboard.b +[22:06:36] [main/INFO]: Setting new option: key_key.cataclysm.boots_ability:key.keyboard.n +[22:06:36] [main/INFO]: Setting new option: key_key.spyglass-improvements.use:key.keyboard.z +[22:06:36] [main/INFO]: Setting new option: key_key.deeperdarker.boost:key.keyboard.b +[22:06:36] [main/INFO]: Setting new option: key_key.deeperdarker.transmit:key.keyboard.v +[22:06:36] [main/INFO]: Setting new option: key_key.super_resolution.open_config:key.keyboard.f6 +[22:06:36] [main/INFO]: Setting new option: key_key.golemoverhaul.netherite_golem_summon:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.ftbteams.open_gui:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.ftbquests.quests:key.keyboard.l +[22:06:36] [main/INFO]: Setting new option: key_key.too_many_entities.toggle_mod:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.bypass_spell_hotbar:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_1:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_2:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_3:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_4:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_5:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_6:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_7:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_8:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keybindings.spell_engine.spell_hotbar_9:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.kubejs.kubedex:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_key.pingwheel.ping_location:key.mouse.middle +[22:06:36] [main/INFO]: Setting new option: key_key.pingwheel.open_settings:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.configured.open_mod_list:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.walljump.walljump:key.keyboard.space +[22:06:36] [main/INFO]: Setting new option: key_key.jade.config:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jade.show_overlay:key.keyboard.left.control +[22:06:36] [main/INFO]: Setting new option: key_key.jade.toggle_liquid:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jade.show_recipes:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jade.show_uses:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jade.narrate:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.jade.show_details:key.keyboard.left.control +[22:06:36] [main/INFO]: Setting new option: key_key.ponder.ponder:key.keyboard.left.shift +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.toolmenu:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.toolbelt:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.rotate_menu:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.shift_modifier:key.keyboard.left.shift +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.ctrl_modifier:key.keyboard.left.control +[22:06:36] [main/INFO]: Setting new option: key_create.keyinfo.alt_modifier:key.keyboard.left.alt +[22:06:36] [main/INFO]: Setting new option: key_key.presencefootsteps.settings:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: key_key.entityculling.toggle:key.keyboard.unknown +[22:06:36] [main/INFO]: Setting new option: soundCategory_master:1.0 +[22:06:36] [main/INFO]: Setting new option: soundCategory_music:0.5017605633802817 +[22:06:36] [main/INFO]: Setting new option: soundCategory_record:0.5035211267605634 +[22:06:36] [main/INFO]: Setting new option: soundCategory_weather:0.5088028169014085 +[22:06:36] [main/INFO]: Setting new option: soundCategory_block:0.5070422535211268 +[22:06:36] [main/INFO]: Setting new option: soundCategory_hostile:0.5035211267605634 +[22:06:36] [main/INFO]: Setting new option: soundCategory_neutral:0.5035211267605634 +[22:06:36] [main/INFO]: Setting new option: soundCategory_player:0.5035211267605634 +[22:06:36] [main/INFO]: Setting new option: soundCategory_ambient:0.5088028169014085 +[22:06:36] [main/INFO]: Setting new option: soundCategory_voice:0.5035211267605634 +[22:06:36] [main/INFO]: Setting new option: modelPart_cape:true +[22:06:36] [main/INFO]: Setting new option: modelPart_jacket:true +[22:06:36] [main/INFO]: Setting new option: modelPart_left_sleeve:true +[22:06:36] [main/INFO]: Setting new option: modelPart_right_sleeve:true +[22:06:36] [main/INFO]: Setting new option: modelPart_left_pants_leg:true +[22:06:36] [main/INFO]: Setting new option: modelPart_right_pants_leg:true +[22:06:36] [main/INFO]: Setting new option: modelPart_hat:true +[22:06:37] [main/INFO]: Successfully made module authlib transformable +[22:06:37] [main/INFO]: Successfully made module brigadier transformable +[22:06:37] [main/INFO]: Loading coremod script-engine for [xaerominimap, xaeroworldmap] +[22:06:56] [main/INFO]: Compatibility level set to JAVA_21 +[22:06:56] [main/INFO]: Successfully loaded Mixin Connector [com.redsmods.sound_physics_perfected.MixinConnector] +[22:06:56] [main/INFO]: Launching target 'forgeclient' with arguments [--version, Reimagined, --gameDir, C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined, --assetsDir, C:\Users\mrleo1nid\AppData\Roaming\.minecraft\assets, --uuid, bdd69dc782734e8dac915c56d5f6fce4, --username, mrleo1nid, --assetIndex, 17, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530] +[22:06:56] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.threading_issues.mixin +[22:06:56] [main/WARN]: Reference map 'betterdungeons.refmap.json' for betterdungeons.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:56] [main/WARN]: Reference map 'variantsandventures.refmap.json' for variantsandventures-neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:56] [main/WARN]: Reference map 'variantsandventures.refmap.json' for variantsandventures-common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:56] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunk_serializer.mixin +[22:06:56] [main/INFO]: Disabling com.ishland.c2me.rewrites.chunk_serializer.mixin +[22:06:56] [main/INFO]: Initializing com.ishland.c2me.fixes.general.threading_issues.mixin +[22:06:57] [main/INFO]: Loaded configuration file for ModernFix 5.27.3+mc1.21.1: 88 options available, 8 override(s) found +[22:06:57] [main/WARN]: Option 'mixin.perf.release_protochunks' overriden (by mods [c2me]) to 'false' +[22:06:57] [main/WARN]: Option 'mixin.bugfix.paper_chunk_patches' overriden (by mods [c2me]) to 'false' +[22:06:57] [main/WARN]: Option 'mixin.perf.faster_item_rendering' overriden (by user configuration) to 'true' +[22:06:57] [main/WARN]: Option 'mixin.perf.dynamic_resources' overriden (by user configuration) to 'true' +[22:06:57] [main/WARN]: Option 'mixin.perf.cache_strongholds' overriden (by mods [c2me]) to 'false' +[22:06:57] [main/WARN]: Option 'mixin.perf.dynamic_entity_renderers' overriden (by user configuration) to 'true' +[22:06:57] [main/WARN]: Option 'mixin.bugfix.chunk_deadlock' overriden (by mods [c2me]) to 'false' +[22:06:57] [main/WARN]: Option 'mixin.perf.thread_priorities' overriden (by mods [threadtweak]) to 'false' +[22:06:57] [main/INFO]: Applying Nashorn fix +[22:06:57] [main/WARN]: Reference map 'modernfix.refmap.json' for modernfix-modernfix.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'yungsapi.refmap.json' for yungsapi.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'iris.refmap.json' for mixins.iris.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'iris.refmap.json' for mixins.iris.fantastic.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'iris.refmap.json' for mixins.iris.vertexformat.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'iris.refmap.json' for iris-batched-entity-rendering.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'iris.refmap.json' for mixins.iris.compat.sodium.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'mixins.medievalend.refmap.json' for mixins.medievalend.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'balm.refmap.json' for balm.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'snowrealmagic.refmap.json' for snowrealmagic.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.base.mixin +[22:06:57] [main/INFO]: Config defaultGlobalExecutorParallelismExpression changed from + max( + 1, + min( + if( is_windows, + (cpus / 1.6), + (cpus / 1.3) + ) - if(is_client, 1, 0), + ( ( mem_gb - (if(is_client, 1.2, 0.6)) ) / 0.6 ) + ) + ) + to 2 +[22:06:57] [main/INFO]: Global Executor Parallelism: 2 configured, 2 evaluated, 6 default evaluated +[22:06:57] [main/WARN]: Reference map 'crash_assistant.refmap.json' for crash_assistant.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterfortresses.refmap.json' for betterfortresses.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'fancytoasts.refmap.json' for fancytoasts.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'hearthandharvest.refmap.json' for hearthandharvest.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'reeses-sodium-options.refmap.json' for reeses-sodium-options.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.dfc.mixin +[22:06:57] [main/INFO]: Disabling com.ishland.c2me.opts.dfc.mixin +[22:06:57] [main/WARN]: Reference map 'searchables.refmap.json' for searchables.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'searchables.refmap.json' for searchables.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'threadtweak.refmap.json' for threadtweak.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '' for accessories-common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '' for accessories-forge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'cumulus_menus.refmap.json' for cumulus_menus.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'cumulus_menus.refmap.json' for cumulus_menus.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterendisland.refmap.json' for betterendisland.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'bettermineshafts.refmap.json' for bettermineshafts.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterjungletemples.refmap.json' for betterjungletemples.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'elytraslot.refmap.json' for elytraslot-integrations.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'kiwi.refmap.json' for kiwi.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'mowziesmobs.refmap.json' for mowziesmobs.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.threading.lighting.mixin +[22:06:57] [main/WARN]: Reference map 'structurify.refmap.json' for structurify-common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'structurify.refmap.json' for structurify-neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Option 'mixin.experimental.entity.block_caching.suffocation' requires 'mixin.util.block_tracking=true' but found 'false'. Setting 'mixin.experimental.entity.block_caching.suffocation=false'. +[22:06:57] [main/INFO]: Option 'mixin.experimental.entity.block_caching.block_support' requires 'mixin.util.block_tracking=true' but found 'false'. Setting 'mixin.experimental.entity.block_caching.block_support=false'. +[22:06:57] [main/INFO]: Option 'mixin.experimental.entity.block_caching.block_touching' requires 'mixin.util.block_tracking=true' but found 'false'. Setting 'mixin.experimental.entity.block_caching.block_touching=false'. +[22:06:57] [main/INFO]: Option 'mixin.experimental.entity.block_caching' requires 'mixin.util.block_tracking=true' but found 'false'. Setting 'mixin.experimental.entity.block_caching=false'. +[22:06:57] [main/INFO]: Loaded configuration file for Lithium: 148 options available, 0 override(s) found +[22:06:57] [main/WARN]: Reference map 'goblintraders.refmap.json' for goblintraders.common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'paxi.refmap.json' for paxi.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'paxi.refmap.json' for paxi_neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'fastasyncworldsave.refmap.json' for fastasyncworldsave.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'immersive_optimization.refmap.json' for immersive_optimization.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunksystem.mixin +[22:06:57] [main/WARN]: Mod 'super_resolution' attempted to override option 'mixin.features.render.gui.debug', which doesn't exist, ignoring +[22:06:57] [main/INFO]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found +[22:06:57] [main/WARN]: Reference map 'moreculling.refmap.json' for moreculling.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'adventuredungeons.refmap.json' for adventuredungeons.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.vanilla.mixin +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.scheduling.mixin +[22:06:57] [main/WARN]: Reference map 'smoothchunk.refmap.json' for smoothchunk.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'reliable_remover.refmap.json' for reliable_remover.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'itemphysiclite.mixin.refmap.json' for itemphysiclite.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'terrablender.refmap.json' for terrablender.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'terrablender.refmap.json' for terrablender_neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'aeroblender.refmap.json' for aeroblender.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'super_resolution.refmap.json' for super_resolution.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterfpsdist.refmap.json' for betterfpsdist.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '' for brewinandchewin.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'xaerominimap.refmap.json' for xaerohud.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'xaerominimap.refmap.json' for xaerominimap.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'smoothmovement.refmap.json' for smoothmovement.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.notickvd.mixin +[22:06:57] [main/WARN]: Reference map 'zeta.mixins.refmap.json' for zeta.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'zeta.mixins.refmap.json' for zeta_forge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'entityculling.refmap.mixins.json' for entityculling.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'curios.refmap.json' for curios.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'curios.refmap.json' for curios.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'gnetum.mixins.refmap.json' for gnetum.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'chunksending.refmap.json' for chunksending.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'mixins.medieval_nether.refmap.json' for mixins.medieval_nether.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'kuma_api.refmap.json' for kuma_api.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterwitchhuts.refmap.json' for betterwitchhuts.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'reliable_replacer.refmap.json' for reliable_replacer.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'caveore.refmap.json' for caveore.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'geckolib.refmap.json' for geckolib.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'aether.refmap.json' for aether.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'deep_aether.refmap.json' for deep_aether.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.natives_math.mixin +[22:06:57] [main/WARN]: Disabling com.ishland.c2me.opts.natives_math.mixin due to incompatible Java version, see debug logs for details +[22:06:57] [main/INFO]: Disabling com.ishland.c2me.opts.natives_math.mixin +[22:06:57] [main/WARN]: Reference map 'betteroceanmonuments.refmap.json' for betteroceanmonuments.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'connectivity.refmap.json' for connectivity.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'gpumemleakfix.refmap.json' for gpumemleakfix.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'nocreeperexplosion.refmap.json' for nocreeperexplosion.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'structureessentials.refmap.json' for structureessentials.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'xaeroworldmap.refmap.json' for xaeroworldmap.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'controlling.refmap.json' for controlling.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'controlling.refmap.json' for controlling.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.math.mixin +[22:06:57] [main/WARN]: Reference map 'quick-pack.refmap.json' for quick-pack.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'melody.refmap.json' for melody.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'melody.refmap.json' for melody.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.vanilla_bugs.mixin +[22:06:57] [main/WARN]: Reference map 'konkrete.refmap.json' for konkrete.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'konkrete.refmap.json' for konkrete.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'natures_spirit.refmap.json' for natures_spirit.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'ambientsounds.mixins.refmap.json' for ambientsounds.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'getittogetherdrops.refmap.json' for getittogetherdrops.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.fixes.chunkio.threading_issues.mixin +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.client.uncapvd.mixin +[22:06:57] [main/WARN]: Reference map 'lionfishapi.refmap.json' for lionfishapi.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'cataclysm.refmap.json' for cataclysm.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '' for mixins.immersivelanterns.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'cupboard.refmap.json' for cupboard.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'cherishedworlds.refmap.json' for cherishedworlds.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'reliable_recipes.refmap.json' for reliable_recipes.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunkio.mixin +[22:06:57] [main/WARN]: Reference map 'controllable.refmap.json' for controllable.common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'controllable.refmap.json' for controllable.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.allocs.mixin +[22:06:57] [main/WARN]: Reference map 'tide.refmap.json' for tide.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'particlerain.refmap.json' for particlerain.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'xaerolib.refmap.json' for xaerolib.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'Ping-Wheel-refmap.json' for pingwheel.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'waystones.refmap.json' for waystones.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'comforts.refmap.json' for comforts.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'decorative_blocks.refmap.json' for decorative_blocks.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'decorative_blocks.refmap.json' for decorative_blocks.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'particular.refmap.json' for particular.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'betterdeserttemples.refmap.json' for betterdeserttemples.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'farsight.refmap.json' for farsight.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'blueprint.refmap.json' for blueprint.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'boatload.refmap.json' for boatload.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'gallery.refmap.json' for gallery.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'allurement.refmap.json' for allurement.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'ichunutil.refmap.json' for ichunutil.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'ixeris.mixins.refmap.json' for ixeris.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'mixson.refmap.json' for mixson.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'friendsandfoes.refmap.json' for friendsandfoes-neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'friendsandfoes.refmap.json' for friendsandfoes-common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'onlyhammersandexcavators.refmap.json' for onlyhammersandexcavators.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'natures_delight.refmap.json' for natures_delight.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'creativecore.mixins.refmap.json' for creativecore.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'creativecore.mixins.refmap.json' for creativecore.forge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.server.utils.mixin +[22:06:57] [main/WARN]: Reference map 'ribbits.refmap.json' for ribbits.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'ribbits.refmap.json' for ribbits_neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'quark.mixins.refmap.json' for quark.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.general.mixin +[22:06:57] [main/INFO]: Initializing com.ishland.c2me.opts.chunkio.mixin +[22:06:57] [main/WARN]: Reference map 'fancymenu.refmap.json' for fancymenu.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'fancymenu.refmap.json' for fancymenu.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'watut.refmap.json' for watut.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.predicates.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.fastmap.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.mrl.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.dedupmultipart.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.blockstatecache.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.dedupbakedquad.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.threaddetec.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.modelsides.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.datacomponents.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '${refmap_target}refmap.json' for ferritecore.accessors.mixin.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'yet_another_config_lib_v3.refmap.json' for yacl.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'armordamagescale.refmap.json' for armordamagescale.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'charmofundying.refmap.json' for charmofundying.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'ponder.refmap.json' for ponder-common.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'certain_questing_additions-forge-1.20.1-forge-refmap.json' for certain_questing_additions.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/INFO]: Config version: 6 +[22:06:57] [main/INFO]: BadOptimizations config dump: +[22:06:57] [main/INFO]: enable_toast_optimizations: true +[22:06:57] [main/INFO]: ignore_mod_incompatibilities: false +[22:06:57] [main/INFO]: lightmap_time_change_needed_for_update: 80 +[22:06:57] [main/INFO]: enable_lightmap_caching: true +[22:06:57] [main/INFO]: enable_particle_manager_optimization: true +[22:06:57] [main/INFO]: enable_entity_renderer_caching: true +[22:06:57] [main/INFO]: log_config: true +[22:06:57] [main/INFO]: enable_remove_redundant_fov_calculations: true +[22:06:57] [main/INFO]: config_version: 6 +[22:06:57] [main/INFO]: enable_sky_angle_caching_in_worldrenderer: true +[22:06:57] [main/INFO]: enable_block_entity_renderer_caching: true +[22:06:57] [main/INFO]: skycolor_time_change_needed_for_update: 3 +[22:06:57] [main/INFO]: enable_entity_flag_caching: true +[22:06:57] [main/INFO]: ignore_mod_cache_hooks: false +[22:06:57] [main/INFO]: enable_debug_renderer_disable_if_not_needed: true +[22:06:57] [main/INFO]: enable_sky_color_caching: true +[22:06:57] [main/INFO]: enable_remove_tutorial_if_not_demo: true +[22:06:57] [main/INFO]: show_f3_text: true +[22:06:57] [main/INFO]: Disabling enable_lightmap_caching because mod "polytone" is incompatible with it (built-in) +[22:06:57] [main/INFO]: Disabling enable_sky_color_caching because mod "polytone" is incompatible with it (built-in) +[22:06:57] [main/WARN]: Reference map 'flerovium.refmap.json' for flerovium.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map 'quark.mixins.refmap.json' for quark_integrations.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Reference map '' for adapter.init.mixins.json could not be read. If this is a development environment you can ignore this message +[22:06:57] [main/WARN]: Error loading class: xaero/common/patreon/Patreon (java.lang.ClassNotFoundException: xaero.common.patreon.Patreon) +[22:06:57] [main/WARN]: @Mixin target xaero.common.patreon.Patreon was not found smsn.mixins.json:xaero.minimap.PatreonMixin from mod smsn +[22:06:57] [main/WARN]: Error loading class: xaero/map/patreon/Patreon (java.lang.ClassNotFoundException: xaero.map.patreon.Patreon) +[22:06:57] [main/WARN]: @Mixin target xaero.map.patreon.Patreon was not found smsn.mixins.json:xaero.world_map.PatreonMixin from mod smsn +[22:06:58] [main/WARN]: Error loading class: vazkii/quark/base/module/ModuleFinder (java.lang.ClassNotFoundException: vazkii.quark.base.module.ModuleFinder) +[22:06:58] [main/WARN]: Error loading class: com/portingdeadmods/cable_facades/events/GameClientEvents$2 (java.lang.ClassNotFoundException: com.portingdeadmods.cable_facades.events.GameClientEvents$2) +[22:06:58] [main/WARN]: Error loading class: com/direwolf20/justdirethings/client/renderers/OurRenderTypes (java.lang.ClassNotFoundException: com.direwolf20.justdirethings.client.renderers.OurRenderTypes) +[22:06:58] [main/WARN]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) +[22:06:58] [main/WARN]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) +[22:06:58] [main/WARN]: Error loading class: mekanism/client/render/lib/effect/BillboardingEffectRenderer (java.lang.ClassNotFoundException: mekanism.client.render.lib.effect.BillboardingEffectRenderer) +[22:06:58] [main/WARN]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) +[22:06:58] [main/WARN]: Error loading class: fuzs/diagonalblocks/world/phys/shapes/VoxelCollection (java.lang.ClassNotFoundException: fuzs.diagonalblocks.world.phys.shapes.VoxelCollection) +[22:06:58] [main/WARN]: @Mixin target fuzs.diagonalblocks.world.phys.shapes.VoxelCollection was not found snowrealmagic.mixins.json:diagonalblocks.VoxelCollectionAccess from mod snowrealmagic +[22:06:58] [main/WARN]: Error loading class: sereneseasons/season/RandomUpdateHandler (java.lang.ClassNotFoundException: sereneseasons.season.RandomUpdateHandler) +[22:06:58] [main/WARN]: @Mixin target sereneseasons.season.RandomUpdateHandler was not found snowrealmagic.mixins.json:sereneseasons.RandomUpdateHandlerMixin from mod snowrealmagic +[22:06:58] [main/WARN]: Error loading class: fuzs/diagonalblocks/client/handler/DiagonalModelHandler (java.lang.ClassNotFoundException: fuzs.diagonalblocks.client.handler.DiagonalModelHandler) +[22:06:58] [main/WARN]: @Mixin target fuzs.diagonalblocks.client.handler.DiagonalModelHandler was not found snowrealmagic.mixins.json:diagonalblocks.DiagonalModelHandlerMixin from mod snowrealmagic +[22:06:58] [main/WARN]: Error loading class: org/embeddedt/embeddium/impl/render/chunk/compile/pipeline/FluidRenderer (java.lang.ClassNotFoundException: org.embeddedt.embeddium.impl.render.chunk.compile.pipeline.FluidRenderer) +[22:06:59] [main/WARN]: Error loading class: net/p3pp3rf1y/sophisticatedcore/client/gui/StorageScreenBase (java.lang.ClassNotFoundException: net.p3pp3rf1y.sophisticatedcore.client.gui.StorageScreenBase) +[22:06:59] [main/WARN]: @Mixin target net.p3pp3rf1y.sophisticatedcore.client.gui.StorageScreenBase was not found immersiveui.mixins.json:StorageScreenBaseMixin from mod immersiveui +[22:06:59] [main/WARN]: Error loading class: ca/spottedleaf/starlight/common/thread/SchedulingUtil (java.lang.ClassNotFoundException: ca.spottedleaf.starlight.common.thread.SchedulingUtil) +[22:06:59] [main/WARN]: Force-disabling mixin 'features.render.world.sky.FogRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[22:06:59] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientLevelMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[22:06:59] [main/WARN]: Force-disabling mixin 'features.render.world.sky.LevelRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[22:06:59] [main/INFO]: Disabling config vanillaWorldGenOptimizations.useEndBiomeCache: Incompatible with biolith@3.0.10 (*) (defined in c2me) +[22:06:59] [main/WARN]: Error loading class: org/embeddedt/embeddium/impl/render/chunk/compile/pipeline/BlockRenderer (java.lang.ClassNotFoundException: org.embeddedt.embeddium.impl.render.chunk.compile.pipeline.BlockRenderer) +[22:06:59] [main/WARN]: Error loading class: fuzs/swordblockingmechanics/client/handler/FirstPersonRenderingHandler (java.lang.ClassNotFoundException: fuzs.swordblockingmechanics.client.handler.FirstPersonRenderingHandler) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.supplementaries.UntrackedIssue002 will be loaded as it matches versions: 1.21-3.5.29 in [1.21-3.5.0,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.supplementaries.UntrackedIssue001 will be loaded as it matches versions: 1.21-3.5.29 in [1.21-3.1.8,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.octolib.UntrackedIssue001 will be loaded as it matches versions: 0.6.1 in [0.5.0.1,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.OctoRenderManagerMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.neoforge.Issue1487 will be loaded as it matches versions: 21.1.228 in [21.,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.ServerPlayerMixin, main.PlayerListMixin, main.accessor.PlayerAdvancementsAccessor] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.neoforge.Issue1486 will be loaded as it matches versions: 21.1.228 in [21.,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue003 will be loaded as it matches versions: 1.21.1 in [1.21.1,1.21.1] +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.DebugSampleSubscriptionTrackerMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue002 will be loaded as it matches versions: 1.21.1 in 1.21.1 +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue001 will be loaded as it matches versions: 1.21.1 in 1.21.1 +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.EntityTickListMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.geckolib.UntrackedIssue001 will be loaded as it matches versions: 4.8.4 in * +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.SingletonGeoAnimatableMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.connectivity.UntrackedIssue001 will be loaded as it matches versions: 7.6 in [5.8,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.cclayer.UntrackedIssue001 will be loaded as it matches versions: 0.beta.28 in [0.beta.6,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.DeathWrapperEventsImplMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.watut.UntrackedIssue001 will be loaded as it matches versions: 1.21.0-1.2.7 in * +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.neoforge.UntrackedIssue001 will be loaded as it matches versions: 21.1.228 in [21.,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.MinecraftMixin2] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.mousetweaks.UntrackedIssue001 will be loaded as it matches versions: 2.26.1 in [2.26.1,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.minecraft.UntrackedIssue001 will be loaded as it matches versions: 1.21.1 in 1.21.1 +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.MinecraftMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.lionfishapi.UntrackedIssue001 will be loaded as it matches versions: 2.6 in [2.6,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.ModelAnimatorMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jei.UntrackedIssue004 will be loaded as it matches versions: 19.27.0.340 in [19.22.1.316,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jei.UntrackedIssue003 will be loaded as it matches versions: 19.27.0.340 in [19.8.4.113,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.RecipeTransferButtonMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jei.UntrackedIssue001 will be loaded as it matches versions: 19.27.0.340 in [19.19.5.232,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.accessor.RecipeTransferManagerAccessor] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jade.UntrackedIssue001 will be loaded as it matches versions: 15.10.5+neoforge in [15.1.8,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.ftblibrary.UntrackedIssue001 will be loaded as it matches versions: 2101.1.31 in [2101.1.1,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.accessor.BaseScreenAccessor] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.entity_texture_features.UntrackedIssue002 will be loaded as it matches versions: 7.0.9 in [7.0.0,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.emi_loot.UntrackedIssue001 will be loaded as it matches versions: 0.7.9+1.21+neoforge in [0.7.2,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.EmiLootEntityEmiStackMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.emi.UntrackedIssue001 will be loaded as it matches versions: 1.1.22+1.21.1+neoforge in [1.1.7,) +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.fix.client.mods.jei.FixCopyItemStack will be loaded as it matches versions: 19.27.0.340 in [19.19.6.235,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.SmithingCategoryExtensionMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.feature.common.mods.minecraft.SaveWithLoadedChunks will be loaded as it matches versions: 1.21.1 in 1.21.1 +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.feature.common.mods.minecraft.MemoryMonitor will be loaded as it matches versions: 1.21.1 in 1.21.1 +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.PlayerMixin, main.ChunkAccessMixin, main.LevelMixin, main.MinecraftServerMixin] +[22:06:59] [main/INFO]: Class dev.uncandango.alltheleaks.diag.common.mods.minecraft.LogSavedData will be loaded as it matches versions: 21.1.228 in [21.1,) +[22:06:59] [main/INFO]: Mixins added to allowed list: [main.SavedDataMixin] +[22:06:59] [main/WARN]: Error loading class: io/wispforest/cclayer/DeathWrapperEventsImpl (java.lang.ClassNotFoundException: io.wispforest.cclayer.DeathWrapperEventsImpl) +[22:06:59] [main/WARN]: @Mixin target io.wispforest.cclayer.DeathWrapperEventsImpl was not found alltheleaks.mixins.json:main.DeathWrapperEventsImplMixin from mod alltheleaks +[22:06:59] [main/WARN]: Error loading class: it/hurts/octostudios/octolib/modules/particles/OctoRenderManager (java.lang.ClassNotFoundException: it.hurts.octostudios.octolib.modules.particles.OctoRenderManager) +[22:06:59] [main/WARN]: @Mixin target it.hurts.octostudios.octolib.modules.particles.OctoRenderManager was not found alltheleaks.mixins.json:main.OctoRenderManagerMixin from mod alltheleaks +[22:06:59] [main/WARN]: Error loading class: fzzyhmstrs/emi_loot/util/EntityEmiStack (java.lang.ClassNotFoundException: fzzyhmstrs.emi_loot.util.EntityEmiStack) +[22:06:59] [main/WARN]: @Mixin target fzzyhmstrs.emi_loot.util.EntityEmiStack was not found alltheleaks.mixins.json:main.EmiLootEntityEmiStackMixin from mod alltheleaks +[22:06:59] [main/WARN]: Error loading class: mezz/jei/gui/recipes/RecipeTransferButton (java.lang.ClassNotFoundException: mezz.jei.gui.recipes.RecipeTransferButton) +[22:06:59] [main/WARN]: @Mixin target mezz.jei.gui.recipes.RecipeTransferButton was not found alltheleaks.mixins.json:main.RecipeTransferButtonMixin from mod alltheleaks +[22:06:59] [main/INFO]: 已禁用Mixin io.homo.superresolution.neoforge.mixin.compat.simpleclouds.ShaderSupportPipelineMixin +[22:06:59] [main/INFO]: 已启用Mixin io.homo.superresolution.neoforge.mixin.compat.iris.GlFramebufferMixin +[22:06:59] [main/INFO]: 已启用Mixin io.homo.superresolution.neoforge.mixin.compat.reesessodiumoptions.TabFrameMixin +[22:06:59] [main/INFO]: 已禁用Mixin io.homo.superresolution.neoforge.mixin.compat.simpleclouds.DefaultPipelineMixin +[22:06:59] [main/INFO]: 已启用Mixin io.homo.superresolution.neoforge.mixin.compat.sodium.SodiumOptionsGUIMixin +[22:06:59] [main/INFO]: 已启用Mixin io.homo.superresolution.neoforge.mixin.compat.sodiumoptionsapi.SodiumOptionsTabFrameMixin +[22:06:59] [main/INFO]: Loaded config for: betterfpsdist.json +[22:06:59] [main/WARN]: Error loading class: journeymap/client/event/handlers/HudOverlayHandler (java.lang.ClassNotFoundException: journeymap.client.event.handlers.HudOverlayHandler) +[22:07:00] [main/INFO]: Loaded config for: structureessentials.json +[22:07:00] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/ArrayLightDataCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.ArrayLightDataCache) +[22:07:00] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/flat/FlatLightPipeline (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.flat.FlatLightPipeline) +[22:07:00] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/LightDataAccess (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess) +[22:07:00] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/render/CustomizableModelPart (java.lang.ClassNotFoundException: dev.tr7zw.skinlayers.render.CustomizableModelPart) +[22:07:00] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) +[22:07:00] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net.caffeinemc.sodium.config.user.UserConfigCategories) +[22:07:00] [main/WARN]: Error loading class: net/vulkanmod/config/option/Options (java.lang.ClassNotFoundException: net.vulkanmod.config.option.Options) +[22:07:00] [main/WARN]: Error loading class: net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent/OverlayRecipeButton (java.lang.ClassNotFoundException: net.minecraft.client.gui.screens.recipebook.OverlayRecipeComponent.OverlayRecipeButton) +[22:07:00] [main/WARN]: @Mixin target net.minecraft.client.gui.screens.recipebook.OverlayRecipeComponent.OverlayRecipeButton was not found controllable.common.mixins.json:client.OverlayRecipeButtonAccessor from mod controllable +[22:07:00] [main/WARN]: Error loading class: com/bonker/stardewfishing/common/FishingHookLogic (java.lang.ClassNotFoundException: com.bonker.stardewfishing.common.FishingHookLogic) +[22:07:00] [main/WARN]: @Mixin target com.bonker.stardewfishing.common.FishingHookLogic was not found tide-neoforge.mixins.json:stardewfishing.FishingHookLogicMixin from mod tide +[22:07:00] [main/WARN]: Error loading class: me/jellysquid/mods/lithium/common/ai/pathing/PathNodeDefaults (java.lang.ClassNotFoundException: me.jellysquid.mods.lithium.common.ai.pathing.PathNodeDefaults) +[22:07:00] [main/WARN]: Error loading class: net/strobel/inventive_inventory/features/sorting/SortingHandler (java.lang.ClassNotFoundException: net.strobel.inventive_inventory.features.sorting.SortingHandler) +[22:07:00] [main/WARN]: Error loading class: de/rubixdev/inventorio/player/InventorioScreenHandler (java.lang.ClassNotFoundException: de.rubixdev.inventorio.player.InventorioScreenHandler) +[22:07:00] [main/WARN]: Error loading class: net/blay09/mods/trashslot/client/deletion/DefaultDeletionProvider (java.lang.ClassNotFoundException: net.blay09.mods.trashslot.client.deletion.DefaultDeletionProvider) +[22:07:01] [main/WARN]: Error loading class: noobanidus/mods/lootr/common/impl/LootrServiceRegistry (java.lang.ClassNotFoundException: noobanidus.mods.lootr.common.impl.LootrServiceRegistry) +[22:07:01] [main/WARN]: @Mixin target noobanidus.mods.lootr.common.impl.LootrServiceRegistry was not found quark_integrations.mixins.json:lootr.LootrServiceRegistryMixin from mod (unknown) +[22:07:01] [main/WARN]: Error loading class: it/hurts/octostudios/octolib/modules/particles/OctoRenderManager (java.lang.ClassNotFoundException: it.hurts.octostudios.octolib.modules.particles.OctoRenderManager) +[22:07:01] [main/WARN]: Error loading class: it/hurts/octostudios/octolib/modules/particles/OctoRenderManager (java.lang.ClassNotFoundException: it.hurts.octostudios.octolib.modules.particles.OctoRenderManager) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/ArrayLightDataCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.ArrayLightDataCache) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/ArrayLightDataCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.ArrayLightDataCache) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/flat/FlatLightPipeline (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.flat.FlatLightPipeline) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/flat/FlatLightPipeline (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.flat.FlatLightPipeline) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/LightDataAccess (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/light/data/LightDataAccess (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) +[22:07:02] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net.caffeinemc.sodium.config.user.UserConfigCategories) +[22:07:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) +[22:07:02] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net.caffeinemc.sodium.config.user.UserConfigCategories) +[22:07:02] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org.jetbrains.annotations.ApiStatus$Internal) +[22:07:02] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org.jetbrains.annotations.ApiStatus$Internal) +[22:07:02] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$ScheduledForRemoval (java.lang.ClassNotFoundException: org.jetbrains.annotations.ApiStatus$ScheduledForRemoval) +[22:07:02] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.3). +[07мая2026 22:07:05.610] [main/INFO] [ThreadTweak/]: ThreadTweak config initialized +[07мая2026 22:07:05.617] [main/INFO] [STDOUT/]: [com.euphoriapatches.euphoria_patcher.EuphoriaPatcher::55]: +Euphoria Patcher: +[07мая2026 22:07:06.869] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: [UPDATE CHECKER] The EuphoriaPatcher Mod is up to date +[07мая2026 22:07:07.033] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: Contacting alternate dimensions... +[07мая2026 22:07:07.059] [main/INFO] [euphoria_patcher/]: EuphoriaPatcher: EuphoriaPatches_1.8.6 is already installed. +[07мая2026 22:07:07.062] [main/INFO] [STDOUT/]: [com.euphoriapatches.euphoria_patcher.logging.EuphoriaLogger:log:128]: + +EuphoriaPatcher: Thank you for using Euphoria Patches - SpacEagle17 + + +[07мая2026 22:07:07.139] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method decoratedId in modernfix-modernfix.mixins.json:perf.tag_id_caching.TagOrElementLocationMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. +[07мая2026 22:07:09.101] [main/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions::handler$fnc000$crittersandcompanions$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. +[07мая2026 22:07:11.957] [pool-16-thread-1/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (1.096 min after launch) +[07мая2026 22:07:13.108] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 1681 milliseconds +[07мая2026 22:07:15.300] [pool-16-thread-1/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=2 on allurement.mixins.json:ItemEntityMixin from mod allurement::handler$jfl000$allurement$getItemEnchantability exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. +[07мая2026 22:07:17.249] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneWireBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Redirect::removeAllocation1()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:17.249] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.RedStoneWireBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Redirect::removeAllocation2()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:19.191] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_block.PistonBaseBlockMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:19.191] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonBaseBlockMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_block.PistonBaseBlockMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:20.203] [pool-16-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.world.level.block.piston.PistonStructureResolverMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by lithium.mixins.json:alloc.enum_values.piston_handler.PistonStructureResolverMixin from mod lithium->@Redirect::removeAllocation()[Lnet/minecraft/core/Direction; with priority 1000 +[07мая2026 22:07:23.508] [pool-16-thread-1/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method getTemperature in modernfix-modernfix.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. +[07мая2026 22:07:23.543] [pool-16-thread-1/WARN] [mixin/]: Method overwrite conflict for getTemperature in lithium.mixins.json:world.temperature_cache.BiomeMixin from mod lithium, previously written by org.embeddedt.modernfix.common.mixin.perf.remove_biome_temperature_cache.BiomeMixin. Skipping method. +[07мая2026 22:07:37.926] [pool-16-thread-1/INFO] [fzzy_config/]: Loaded config misctweaks:config in 1030ms +[07мая2026 22:07:40.322] [pool-16-thread-1/WARN] [mixin/]: Method overwrite conflict for clone in biomespy.mixins.json:compat.terrablender.ParameterListMixin from mod biomespy, previously written by terrablender.mixin.MixinParameterList. Skipping method. +[07мая2026 22:07:41.427] [pool-16-thread-1/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 29378 milliseconds +[07мая2026 22:07:41.718] [main/WARN] [mixin/]: @Redirect conflict. Skipping mixins.redirected_neoforge_1.21.1.json:net.minecraft.client.renderer.entity.ItemRendererMixin from mod redirected->@Redirect::redirectDirections()[Lnet/minecraft/core/Direction; with priority 10, already redirected by moreculling.mixins.json:renderers.ItemRenderer_faceCullingMixin from mod moreculling->@Redirect::moreculling$modifyDirections()[Lnet/minecraft/core/Direction; with priority 1100 +[07мая2026 22:07:41.901] [main/WARN] [mixin/]: Method overwrite conflict for getSelectionBox in onlyhammersandexcavators.mixins.json:LevelRendererHammerMixin from mod onlyhammersandexcavators, previously written by com.blocklegend001.onlyhammersandexcavators.mixin.LevelRendererExcavatorMixin. Skipping method. +[07мая2026 22:07:42.512] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/mrleo1nid/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-srg.jar%23481!/assets/.mcassetsroot' uses unexpected schema +[07мая2026 22:07:42.512] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/mrleo1nid/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-srg.jar%23481!/data/.mcassetsroot' uses unexpected schema +[07мая2026 22:07:42.576] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[07мая2026 22:07:42.593] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: mrleo1nid +[07мая2026 22:07:42.627] [Render thread/INFO] [terrainslabs/]: Initializing TerrainSlabs +[07мая2026 22:07:42.749] [Render thread/INFO] [terrainslabs/]: Registering Mod Blocks for terrainslabs +[07мая2026 22:07:42.759] [Render thread/INFO] [terrainslabs/]: Registering Mod Item Groups +[07мая2026 22:07:43.169] [Render thread/INFO] [Fancy Toasts/KeyBindingRegistry/]: Registered: key.fancytoasts.config_menu +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/vanilla.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/nature.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/og.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/modern.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/steamy.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/terracraft.png +[07мая2026 22:07:43.172] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/landspaper.png +[07мая2026 22:07:43.173] [Render thread/INFO] [Fancy Toasts/TextureRegistry/]: Registered: fancytoasts:textures/toast/neon.png +[07мая2026 22:07:43.177] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/standard +[07мая2026 22:07:43.178] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/playful +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/quirky +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/AnimationRegistry/]: Registered: fancytoasts:animations/toast/oldlike +[07мая2026 22:07:43.180] [Render thread/WARN] [Fancy Toasts/KeyBindingRegistry/]: key.fancytoasts.config_menu already exists, could not add +[07мая2026 22:07:43.180] [Render thread/INFO] [Fancy Toasts/KeyBindingRegistry/]: Returned extended keys +[07мая2026 22:07:43.184] [Render thread/INFO] [com.cupboard.Cupboard/]: Loaded config for: farsight.json +[07мая2026 22:07:43.356] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[07мая2026 22:07:43.547] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.6 +[07мая2026 22:07:43.591] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.5 +[07мая2026 22:07:43.618] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.3 +[07мая2026 22:07:43.665] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.2 +[07мая2026 22:07:43.710] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 添加可用OpenGL版本 4.1 +[07мая2026 22:07:43.711] [Render thread/INFO] [SuperResolution-GraphicsCapabilities/]: 最高OpenGL版本 4.6 +[07мая2026 22:07:43.840] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: NVIDIA Corporation +[07мая2026 22:07:43.841] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2 +[07мая2026 22:07:43.841] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6.0 NVIDIA 596.36 +[07мая2026 22:07:43.846] [Render thread/INFO] [Sodium-NvidiaWorkarounds/]: Modifying OpenGL context to apply workarounds for the NVIDIA graphics driver... +[07мая2026 22:07:43.967] [Render thread/INFO] [ImmediatelyFast/]: Initializing ImmediatelyFast 1.6.10+1.21.1 on NVIDIA GeForce RTX 3060/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 4.6.0 NVIDIA 596.36 +[07мая2026 22:07:43.967] [Render thread/INFO] [ImmediatelyFast/]: Found Iris 1.8.12-snapshot+mc1.21.1-local. Enabling compatibility. +[07мая2026 22:07:44.443] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[07мая2026 22:07:44.447] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[07мая2026 22:07:44.469] [Render thread/INFO] [Iris/]: Shaders are disabled because no valid shaderpack is selected +[07мая2026 22:07:44.469] [Render thread/INFO] [colorwheel/]: Is OIT supported: true +[07мая2026 22:07:44.947] [modloading-worker-0/INFO] [com.leclowndu93150.stackablepotions.StackablePotionsMain/]: Hello from StackablePotionsMain ! +[07мая2026 22:07:45.039] [modloading-worker-0/INFO] [biolith/]: Biolith for NeoForge is initializing... +[07мая2026 22:07:45.051] [modloading-worker-0/INFO] [biolith/]: Enabling Biolith's TerraBlender compatibility layer. +[07мая2026 22:07:45.091] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing VariantsAndVenturesConfig from 'config\variantsandventures.json' +[07мая2026 22:07:45.094] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.228, for MC 1.21.1 +[07мая2026 22:07:45.170] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for pickupnotifier:main +[07мая2026 22:07:45.313] [modloading-worker-0/INFO] [Auto Third Person/]: Auto Third Person initializing... +[07мая2026 22:07:45.362] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgePlatformHelper@27c522a4 for service interface net.bivrik.fancytoasts.platform.services.IPlatformHelper +[07мая2026 22:07:45.371] [modloading-worker-0/INFO] [iris_shader_folder/]: Hello from Iris Shader Folder Mod v1.2.5 +[07мая2026 22:07:45.372] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgeJadeHelper@1f0eb977 for service interface net.bivrik.fancytoasts.platform.services.IJadeHelper +[07мая2026 22:07:45.374] [modloading-worker-0/INFO] [Fancy Toasts/Services/]: Loaded net.bivrik.fancytoasts.platform.NeoForgeFTBQuestsHelper@2d6870c5 for service interface net.bivrik.fancytoasts.platform.services.IFTBQuestsHelper +[07мая2026 22:07:45.374] [modloading-worker-0/INFO] [Fancy Toasts/]: Initialization on NeoForge in a production environment +[07мая2026 22:07:45.431] [modloading-worker-0/INFO] [ChatImpressiveAnimation/]: Chat Impressive Animation is loaded! +[07мая2026 22:07:45.436] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for climaterivers:main +[07мая2026 22:07:45.456] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.457] [modloading-worker-0/INFO] [Fancy Toasts/]: ToastConfigData{path='./config/fancytoasts/toast.json', version='1', textureId='fancytoasts:textures/toast/vanilla.png', animationId='fancytoasts:animations/toast/standard', soundIds='{TASK=minecraft:entity.allay.ambient_with_item, GOAL=minecraft:entity.firework_rocket.twinkle_far, CHALLENGE=minecraft:ui.toast.challenge_complete}'} +[07мая2026 22:07:45.465] [modloading-worker-0/INFO] [betternether/]: =^..^= BetterNether Neoforged for 1.21 =^..^= +[07мая2026 22:07:45.479] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.479] [modloading-worker-0/INFO] [Fancy Toasts/]: GeneralConfigData{path='./config/fancytoasts/general.json', version='2', isJadeHiding='true', isBossBarHiding='true', areSoundsEnabled='true', taskVolume='1.0', goalVolume='1.0', challengeVolume='1.0', loopsStrength='1.0', loopsSpeed='1.0', pitchRandomness='0.05', animationSpeed='1.0', offsetX='0', offsetY='-50', toastAnchor='TOP', toastScreenBehavior='TRANSPARENT'} +[07мая2026 22:07:45.493] [modloading-worker-0/INFO] [Fancy Toasts/]: Successfully read config file with following content: +[07мая2026 22:07:45.493] [modloading-worker-0/INFO] [Fancy Toasts/]: ToastsFilteringData{path='./config/fancytoasts/toast_filtering.json', version='1', fancyAdvancementToastsEnabled='false', fancyQuestsToastsEnabled='true', advancementToastsEnabled='false', recipeToastsEnabled='false', systemToastsEnabled='false', tutorialToastsEnabled='false', typesToIgnore='{TASK=false, GOAL=false, CHALLENGE=false}', toastsToIgnore='[]'} +[07мая2026 22:07:45.499] [modloading-worker-0/INFO] [noisium/]: Loading Noisium. +[07мая2026 22:07:45.524] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for pickupnotifier:main +[07мая2026 22:07:45.526] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for climaterivers:main +[07мая2026 22:07:45.795] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for proplacer:main +[07мая2026 22:07:45.803] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for proplacer:main +[07мая2026 22:07:46.013] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for convenienteffects:main +[07мая2026 22:07:46.047] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for convenienteffects:main +[07мая2026 22:07:46.109] [modloading-worker-0/INFO] [STDOUT/]: [net.dnlayu.fastboot.FastBoot::9]: === FASTBOOT MOD LOADED SUCCESSFULLY === +[07мая2026 22:07:46.111] [modloading-worker-0/INFO] [STDOUT/]: [net.dnlayu.fastboot.FastBoot::10]: FastBoot mod is now active! +[07мая2026 22:07:46.202] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalbonemeal:main +[07мая2026 22:07:46.228] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for universalbonemeal:main +[07мая2026 22:07:46.382] [modloading-worker-0/INFO] [net.fabricmc.fabric.impl.client.indigo.Indigo/]: [Indigo] Different rendering plugin detected; not applying Indigo. +[07мая2026 22:07:46.409] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing Config from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\SoundPhysicsPerfected.json5' +[07мая2026 22:07:46.456] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for bagofholding:main +[07мая2026 22:07:46.507] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Better Enchanting Table mod initialized! +[07мая2026 22:07:46.509] [modloading-worker-0/ERROR] [com.example.betterenchantingtable.BetterEnchantingTable/]: 🔧 MIXIN: Failed to load TreasureEnchantmentMixin: com.example.betterenchantingtable.mixin.TreasureEnchantmentMixin +[07мая2026 22:07:46.518] [modloading-worker-0/INFO] [com.example.betterenchantingtable.config.SimpleConfig/]: Loaded config from: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\betterenchantingtable\betterenchantingtable.mixin.config.json +[07мая2026 22:07:46.525] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: [BetterEnchantingTableConfig] Loaded config successfully! +[07мая2026 22:07:46.526] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: boostByMaxLevel={1=8.5, 2=6.0, 3=5.0, 4=4.25, 5=3.75}, exclusive=[minecraft:mending, minecraft:vanishing_curse, minecraft:frost_walker, minecraft:binding_curse], excluded=[minecraft:wind_burst, minecraft:soul_speed, minecraft:swift_sneak] +[07мая2026 22:07:46.526] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Config loaded successfully +[07мая2026 22:07:46.544] [modloading-worker-0/INFO] [com.leclowndu93150.corpsecurioscompat.Main/]: Hello from Corpse Curios Compat! +[07мая2026 22:07:46.608] [modloading-worker-0/INFO] [shield_api/]: Shield API initialized! +[07мая2026 22:07:46.632] [modloading-worker-0/INFO] [com.example.betterenchantingtable.BetterEnchantingTable/]: Event handlers registered successfully +[07мая2026 22:07:46.676] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello NeoForge world! +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello from Common init on NeoForge! we are currently in a production environment! +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: The ID for diamonds is minecraft:diamond +[07мая2026 22:07:46.685] [modloading-worker-0/INFO] [AdventureDungeons/]: Hello to adventuredungeons +[07мая2026 22:07:46.760] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for bagofholding:main +[07мая2026 22:07:46.806] [modloading-worker-0/INFO] [net.morimori0317.bestylewither.BEStyleWither/]: Pre config loading completed +[07мая2026 22:07:46.812] [modloading-worker-0/INFO] [snownee.kiwi.Kiwi/INIT]: Processing 9 KiwiModule annotations +[07мая2026 22:07:46.975] [modloading-worker-0/INFO] [necronomicon/]: Necronomicon Initialized +[07мая2026 22:07:47.002] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize() +[07мая2026 22:07:47.014] [modloading-worker-0/INFO] [necronomicon/]: File exists, reading config for elocindev.necronomicon.NecronomiconConfig. +[07мая2026 22:07:47.014] [modloading-worker-0/INFO] [necronomicon/]: Config for elocindev.necronomicon.NecronomiconConfig read successfully. +[07мая2026 22:07:47.023] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized. +[07мая2026 22:07:47.040] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for iteminteractions:main +[07мая2026 22:07:47.045] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mindfuldarkness:main +[07мая2026 22:07:47.083] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for mindfuldarkness:main +[07мая2026 22:07:47.121] [modloading-worker-0/INFO] [zeta/]: Doing super early config setup for zeta +[07мая2026 22:07:47.139] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for iteminteractions:main +[07мая2026 22:07:47.240] [modloading-worker-0/INFO] [thedarkcolour.kotlinforforge.neoforge.test.KotlinForForge/]: Kotlin For Forge Enabled! +[07мая2026 22:07:47.493] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main +[07мая2026 22:07:47.501] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager... +[07мая2026 22:07:47.516] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for puzzleslib:main +[07мая2026 22:07:47.519] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager took 15.44 milliseconds +[07мая2026 22:07:47.539] [modloading-worker-0/INFO] [SRConfigAPI/]: Config file not found, creating new default at: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\super_resolution.toml +[07мая2026 22:07:47.883] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 开始提取依赖库文件 +[07мая2026 22:07:47.964] [modloading-worker-0/INFO] [No Creeper Explosion/]: Hello NeoForge world! +[07мая2026 22:07:47.970] [modloading-worker-0/INFO] [No Creeper Explosion/]: No Creeper Explosion initialized! +[07мая2026 22:07:47.981] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: libSuperResolution+win64.dll 提取成功 +[07мая2026 22:07:47.982] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 依赖库文件已提取到 C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined +[07мая2026 22:07:47.982] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 加载依赖库: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\libSuperResolution+win64.dll +[07мая2026 22:07:48.011] [modloading-worker-0/INFO] [SuperResolution-NativeLib/]: 依赖库版本: 20250708_152103 +[07мая2026 22:07:48.107] [modloading-worker-0/INFO] [de.keksuccino.melody.Melody/]: [MELODY] Loading v1.0.10 on NEOFORGE... +[07мая2026 22:07:48.315] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Registering common data for channel xaeroworldmap:main! +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Loading v1.9.9 in client-side mode on NEOFORGE! +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: --------------------------- +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: KONKRETE SHIPS AND USES THE FOLLOWING LIBRARIES: +[07мая2026 22:07:48.436] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Open Imaging Copyright © 2014 Dhyan Blum. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Open Imaging is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: JsonPath Copyright © 2017 Jayway. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: JsonPath is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Json-smart Copyright © netplex. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Json-smart is licensed under Apache-2.0. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Exp4j Copyright © Frank Asseg. +[07мая2026 22:07:48.437] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: Exp4j is licensed under Apache-2.0. https://github.com/fasseg/exp4j +[07мая2026 22:07:48.438] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: --------------------------- +[07мая2026 22:07:48.438] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Server-side modules initialized and ready to use! +[07мая2026 22:07:48.443] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Registering client data for channel xaeroworldmap:main! +[07мая2026 22:07:48.512] [modloading-worker-0/INFO] [Entity Texture Features/]: [ETF]: Modifying ETF Render State constructor because: for EMF +[07мая2026 22:07:48.513] [modloading-worker-0/INFO] [traben.entity_model_features.EMF/]: Loading Entity Model Features, PI = 3.1415927 and you can't convince me otherwise. +[07мая2026 22:07:48.617] [modloading-worker-0/INFO] [fzzy_config/]: Loaded config fzzy_config:keybinds in 163ms +[07мая2026 22:07:48.639] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading primary common config for channel xaeroworldmap:main! +[07мая2026 22:07:48.651] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading server config profiles for channel xaeroworldmap:main! +[07мая2026 22:07:48.667] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading primary client config for channel xaeroworldmap:main! +[07мая2026 22:07:48.673] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading client config profiles for channel xaeroworldmap:main! +[07мая2026 22:07:48.681] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Registering common data for channel xaerominimap:main! +[07мая2026 22:07:48.787] [modloading-worker-0/INFO] [Entity Texture Features/]: Loading Entity Texture Features, now compatible with Minecraft! +[07мая2026 22:07:48.830] [modloading-worker-0/INFO] [me.fallenbreath.fastipping.FastIpPingMod/]: ping & connect fast! +[07мая2026 22:07:48.906] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Registering client data for channel xaerominimap:main! +[07мая2026 22:07:48.980] [modloading-worker-0/INFO] [quark-zeta/]: Discovered 162 modules to load. +[07мая2026 22:07:49.007] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading primary common config for channel xaerominimap:main! +[07мая2026 22:07:49.013] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading server config profiles for channel xaerominimap:main! +[07мая2026 22:07:49.019] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading primary client config for channel xaerominimap:main! +[07мая2026 22:07:49.025] [modloading-worker-0/INFO] [xaero.common.HudMod/]: Loading client config profiles for channel xaerominimap:main! +[07мая2026 22:07:49.157] [modloading-worker-0/INFO] [me.juancarloscp52.spyglass_improvements.client.SpyglassImprovementsClient/]: Spyglass Improvements Client Initialized +[07мая2026 22:07:49.236] [modloading-worker-0/INFO] [fzzy_config/]: Loaded config :emi_loot_config in 241ms +[07мая2026 22:07:49.237] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json +[07мая2026 22:07:49.299] [modloading-worker-0/INFO] [Entity Texture Features/]: [ETF]: 6 new ETF Random Properties registered by entity_model_features +[07мая2026 22:07:49.364] [modloading-worker-0/INFO] [Tide/]: Initialized Tide on Neoforge 1.21.1 +[07мая2026 22:07:49.607] [modloading-worker-0/INFO] [owo/]: chyz: How could you do this to me, Blod. I loved you like a guy I don't know in real life :( +[07мая2026 22:07:49.644] [modloading-worker-0/INFO] [KubeJS/]: Loading vanilla registries... +[07мая2026 22:07:50.316] [modloading-worker-0/INFO] [KubeJS/]: Looking for KubeJS plugins... +[07мая2026 22:07:50.332] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejs +[07мая2026 22:07:50.564] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source ftbxmodcompat +[07мая2026 22:07:50.998] [modloading-worker-0/WARN] [KubeJS/]: Plugin dev.ftb.mods.ftbxmodcompat.neoforge.ftbchunks.kubejs.FTBChunksKubeJSPlugin does not have required mod 'ftbchunks' loaded, skipping +[07мая2026 22:07:51.000] [modloading-worker-0/WARN] [KubeJS/]: Plugin dev.ftb.mods.ftbxmodcompat.neoforge.ftbfiltersystem.kubejs.FFSKubeJSPlugin does not have required mod 'ftbfiltersystem' loaded, skipping +[07мая2026 22:07:51.001] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejsdelight +[07мая2026 22:07:51.007] [modloading-worker-0/INFO] [KubeJS/]: Found plugin source kubejs_create +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.008] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.door.CopycatDoorBlock +[07мая2026 22:07:51.090] [modloading-worker-0/INFO] [KubeJS/]: Done in 771.7 ms +[07мая2026 22:07:51.098] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.099] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatGlassFluidPipeBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.169] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlock +[07мая2026 22:07:51.476] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Registering common data for channel xaerolib:main! +[07мая2026 22:07:51.483] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Registering client data for channel xaerolib:main! +[07мая2026 22:07:51.486] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading primary common config for channel xaerolib:main! +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.488] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlock +[07мая2026 22:07:51.492] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading server config profiles for channel xaerolib:main! +[07мая2026 22:07:51.500] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading primary client config for channel xaerolib:main! +[07мая2026 22:07:51.506] [modloading-worker-0/INFO] [xaero.lib.XaeroLib/]: Loading client config profiles for channel xaerolib:main! +[07мая2026 22:07:51.541] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Init +[07мая2026 22:07:51.556] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Quests] Enabled KubeJS integration +[07мая2026 22:07:51.575] [modloading-worker-0/INFO] [bundleapi/]: Customized Bundles! +[07мая2026 22:07:51.576] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Loaded ServerConfig(defaultChannelMode=auto, playerTrackingEnabled=true, msToRegenerate=1000, rateLimit=5) +[07мая2026 22:07:51.616] [modloading-worker-0/INFO] [STDOUT/]: [dev.tr7zw.trender.gui.impl.client.LibGuiClient:onInitializeClient:34]: [LibGui] Initializing Client... +[07мая2026 22:07:51.619] [modloading-worker-0/INFO] [quark-zeta/]: Constructed 162 modules. +[07мая2026 22:07:51.699] [modloading-worker-0/INFO] [pingwheel/]: [Ping-Wheel] Loaded ClientConfig(pingVolume=100, pingDuration=7, pingDistance=2048, correctionPeriod=1.0, itemIconVisible=true, directionIndicatorVisible=true, playerInfoMode=hold, teamColorMode=full, pingSize=100, channel=, serverChannels={}, removeRadius=10, raycastDistance=1024, safeZoneLeft=5, safeZoneRight=5, safeZoneTop=5, safeZoneBottom=60) +[07мая2026 22:07:51.753] [modloading-worker-0/INFO] [quark-zeta/]: Doing super early config setup for quark +[07мая2026 22:07:51.877] [modloading-worker-0/INFO] [particular/]: I am quite particular about the effects I choose to add :3 +[07мая2026 22:07:52.114] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing FriendsAndFoesConfig from 'config\friendsandfoes.json' +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.155] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlock +[07мая2026 22:07:52.442] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.config.NeoForgeBalmConfig/]: Registering config for waystones:common (COMMON) with 34 properties. +[07мая2026 22:07:52.464] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.464] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.465] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.465] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.button.CopycatButtonBlock +[07мая2026 22:07:52.494] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing WorldSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\world.json' +[07мая2026 22:07:52.498] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalenchants:main +[07мая2026 22:07:52.502] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing EventSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\event.json' +[07мая2026 22:07:52.504] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing ChatSoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\chat.json' +[07мая2026 22:07:52.505] [modloading-worker-0/INFO] [de.keksuccino.fancymenu.FancyMenu/]: [FANCYMENU] Loading v3.8.1 in client-side mode on NEOFORGE! +[07мая2026 22:07:52.506] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing UISoundsConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\ui.json' +[07мая2026 22:07:52.510] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing ModConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\mod_utils.json' +[07мая2026 22:07:52.512] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Serializing class dev.imb11.sounds.config.ChatSoundsConfig to 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\sounds\chat.json' +[07мая2026 22:07:52.526] [modloading-worker-0/INFO] [coroutil/]: neo forge loader environment detected +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.539] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence.CopycatFenceBlock +[07мая2026 22:07:52.549] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Deserializing YACLConfig from 'C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\yacl.json5' +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.570] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fence_gate.CopycatFenceGateBlock +[07мая2026 22:07:52.579] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for universalenchants:main +[07мая2026 22:07:52.600] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for overflowingbars:main +[07мая2026 22:07:52.607] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing client components for overflowingbars:main +[07мая2026 22:07:52.636] [modloading-worker-0/INFO] [PFSolver/]: Presence Footsteps starting +[07мая2026 22:07:52.651] [modloading-worker-0/INFO] [STDOUT/]: [com.wabbanode.companion.client.WabbanodeCompanionClient:init:32]: Wabbanode is proudly partnered with this modpack, providing easy and affordable Minecraft server hosting at https://wabbanode.com +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.669] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.ladder.CopycatLadderBlock +[07мая2026 22:07:52.691] [modloading-worker-0/WARN] [mixin/]: Error loading class: it/hurts/octostudios/octolib/modules/particles/OctoRenderManager (java.lang.ClassNotFoundException: it.hurts.octostudios.octolib.modules.particles.OctoRenderManager) +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.708] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatPressurePlateBlock +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.733] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pressure_plate.CopycatWeightedPressurePlate +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.777] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.stairs.CopycatStairsBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.815] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.trapdoor.CopycatTrapdoorBlock +[07мая2026 22:07:52.819] [modloading-worker-0/INFO] [com.simibubi.create.Create/]: Create 6.0.10 initializing! Commit hash: ac0c444d9828da3453ae8cc65338e8de063286fb +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.849] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.wall.CopycatWallBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.903] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.940] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:52.976] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.009] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useWithoutItem in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.pane.CopycatPaneBlock +[07мая2026 22:07:53.037] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.CCCopycatBlockEntity +[07мая2026 22:07:53.046] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.foundation.copycat.multistate.MultiStateCopycatBlockEntity +[07мая2026 22:07:53.052] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.shaft.CopycatShaftBlockEntity +[07мая2026 22:07:53.059] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.multistate.MultiStateCopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.cogwheel.CopycatCogWheelBlockEntity +[07мая2026 22:07:53.062] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatFluidPipeBlockEntity +[07мая2026 22:07:53.066] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.fluid_pipe.CopycatStraightPipeBlockEntity +[07мая2026 22:07:53.070] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-neoforge.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.copycatsplus.copycats.content.copycat.sliding_door.CopycatSlidingDoorBlockEntity +[07мая2026 22:07:53.614] [modloading-worker-0/INFO] [KubeJS Startup/]: startup_scripts:main.js#2: Hello, World! (Loaded startup example script) +[07мая2026 22:07:53.615] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded script startup_scripts:main.js in 0.042 s +[07мая2026 22:07:53.616] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded script startup_scripts:startup_changes.js in 0.0 s +[07мая2026 22:07:53.618] [modloading-worker-0/INFO] [KubeJS Startup/]: Loaded 2/2 KubeJS startup scripts in 1.962 s with 0 errors and 0 warnings +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: client_scripts:main.js#2: Hello, World! (Loaded client example script) +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: Loaded script client_scripts:main.js in 0.001 s +[07мая2026 22:07:53.635] [modloading-worker-0/INFO] [KubeJS Client/]: Loaded 1/1 KubeJS client scripts in 0.016 s with 0 errors and 0 warnings +[07мая2026 22:07:53.639] [modloading-worker-0/INFO] [KubeJS Startup/]: Validated 0 files in kubejs/assets/ in 1ms +[07мая2026 22:07:53.641] [modloading-worker-0/INFO] [KubeJS Startup/]: Validated 1 files in kubejs/data/ in 2ms +[07мая2026 22:07:54.054] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-common.mixins.json:copycat.step.CopycatStepBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatStepBlock +[07мая2026 22:07:54.063] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method onLoad in copycats-common.mixins.json:foundation.copycat.CopycatBlockEntityMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatBlockEntity +[07мая2026 22:07:54.068] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method useItemOn in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.069] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method mirror in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:54.069] [modloading-worker-0/WARN] [mixin/]: Discarding @Unique public method rotate in copycats-common.mixins.json:copycat.panel.CopycatPanelBlockMixin from mod copycats because it already exists in com.simibubi.create.content.decoration.copycat.CopycatPanelBlock +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Quark Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Quark Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Quark @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Waystones Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded [StoneZone - Create Module] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Another Furniture @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Decorative Blocks Reborn @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Farmer's Delight @ everycomp ] +[07мая2026 22:07:55.131] [modloading-worker-0/INFO] [Every Compat/]: Loaded module[ Friends&Foes @ everycomp ] +[07мая2026 22:07:55.231] [modloading-sync-worker/INFO] [Tide/]: Registering fishing conditions +[07мая2026 22:07:55.235] [modloading-sync-worker/INFO] [Tide/]: Registering fishing modifiers +[07мая2026 22:07:55.251] [modloading-sync-worker/INFO] [wover-core/]: Processing wover.datapack.registry Entrypoints +[07мая2026 22:07:55.253] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.BiomeDatapackRegistryEntrypoint +[07мая2026 22:07:55.254] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.FeatureDatapackRegistryEntrypoint +[07мая2026 22:07:55.255] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.ItemDatapackRegistryEntrypoint +[07мая2026 22:07:55.256] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.StructureDatapackRegistryEntrypoint +[07мая2026 22:07:55.257] [modloading-sync-worker/INFO] [wover-core/]: - Processing Entrypoint: org.betterx.wover.entrypoint.SurfaceDatapackRegistryEntrypoint +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: Module [snowrealmagic:core] initialized +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: block: 11, block_entity_type: 2, loot_pool_entry_type: 1 +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:data] initialized +[07мая2026 22:07:55.377] [modloading-sync-worker/INFO] [snownee.kiwi.Kiwi/INIT]: recipe_serializer: 2, neoforge:condition_codecs: 2 +[07мая2026 22:07:55.985] [modloading-sync-worker/INFO] [fzzy_config/]: Loaded config misctweaks:client_config in 8ms +[07мая2026 22:07:56.307] [modloading-sync-worker/INFO] [STDERR/]: [net.spell_engine.api.config.ConfigUtil:modifiersFrom:43]: Failed to resolve EntityAttribute with id: +[07мая2026 22:07:56.308] [modloading-sync-worker/INFO] [STDERR/]: [net.spell_engine.api.config.ConfigUtil:modifiersFrom:43]: Failed to resolve EntityAttribute with id: +[07мая2026 22:08:01.026] [modloading-sync-worker/INFO] [Moonlight/]: Initialized block sets in 185ms +[07мая2026 22:08:01.054] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Quark Module]: registered 70 StoneType blocks +[07мая2026 22:08:01.056] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Quark Module]: registered 6 MudType blocks +[07мая2026 22:08:01.077] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Waystones Module]: registered 66 StoneType blocks +[07мая2026 22:08:03.901] [modloading-sync-worker/INFO] [Every Compat/]: [StoneZone - Create Module]: registered 1032 StoneType blocks +[07мая2026 22:08:05.719] [modloading-sync-worker/INFO] [Every Compat/]: module[ Another Furniture @ everycomp ]: registered 324 WoodType blocks +[07мая2026 22:08:06.628] [modloading-sync-worker/INFO] [Every Compat/]: module[ Decorative Blocks Reborn @ everycomp ]: registered 192 WoodType blocks +[07мая2026 22:08:06.666] [modloading-sync-worker/INFO] [Every Compat/]: module[ Farmer's Delight @ everycomp ]: registered 31 WoodType blocks +[07мая2026 22:08:06.673] [modloading-sync-worker/INFO] [Every Compat/]: module[ Friends&Foes @ everycomp ]: registered 49 WoodType blocks +[07мая2026 22:08:08.720] [modloading-sync-worker/INFO] [Every Compat/]: module[ Quark @ everycomp ]: registered 321 WoodType blocks +[07мая2026 22:08:09.004] [modloading-sync-worker/INFO] [Every Compat/]: module[ Quark @ everycomp ]: registered 92 LeavesType blocks +[07мая2026 22:08:09.036] [modloading-sync-worker/INFO] [Every Compat/]: module[ Create @ everycomp ]: registered 98 WoodType blocks +[07мая2026 22:08:10.567] [modloading-sync-worker/WARN] [betternether/]: Skip pig_statue POI registration: Block{betternether:pig_statue_respawner}[facing=east,top=false] is defined in more than one PoI type +[07мая2026 22:08:10.575] [modloading-sync-worker/WARN] [betterend/]: Skip eternal_portal POI registration: Block{betterend:end_portal_block}[axis=x,portal=0] is defined in more than one PoI type +[07мая2026 22:08:10.575] [modloading-sync-worker/WARN] [betterend/]: Skip eternal_portal_frame POI registration: Block{betterend:flavolite_runed_eternal}[active=false] is defined in more than one PoI type +[07мая2026 22:08:13.463] [modloading-sync-worker/INFO] [SodiumExtras/Config]: Updating config cache +[07мая2026 22:08:13.463] [modloading-sync-worker/INFO] [SodiumExtras/Config]: Cache updated successfully +[07мая2026 22:08:13.467] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config pickupnotifier\pickupnotifier-client.toml +[07мая2026 22:08:13.473] [modloading-sync-worker/INFO] [Auto Third Person/]: Cooking Auto Third Person config... +[07мая2026 22:08:13.473] [modloading-sync-worker/INFO] [Auto Third Person/]: ...done. +[07мая2026 22:08:13.481] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config proplacer-client.toml +[07мая2026 22:08:13.488] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config convenienteffects-client.toml +[07мая2026 22:08:13.492] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config bagofholding-client.toml +[07мая2026 22:08:13.496] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config iteminteractions-client.toml +[07мая2026 22:08:13.499] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config mindfuldarkness-client.toml +[07мая2026 22:08:13.551] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config overflowingbars-client.toml +[07мая2026 22:08:13.554] [modloading-sync-worker/WARN] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Configuration file C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\config\flywheel-client.toml is not correct. Correcting +[07мая2026 22:08:13.612] [modloading-sync-worker/INFO] [com.tom.storagemod.StorageMod/]: Loaded Tom's Simple Storage config file toms_storage-common.toml +[07мая2026 22:08:13.620] [modloading-sync-worker/INFO] [Puzzles Lib/]: Dispatching loading event for config convenienteffects-common.toml +[07мая2026 22:08:14.176] [Render thread/WARN] [net.minecraft.server.packs.repository.Pack/]: Pack mod/rpgstructures_mages_guild declared support for versions [48, 94] but declared main format is 16, defaulting to 16 +[07мая2026 22:08:14.423] [Render thread/INFO] [Moonlight/]: Merging 4 images using mode MIN_AREA_NO_UPSCALE +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:short_grass had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@4f62f243 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:tall_grass had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@1d083ad4 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:fern had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@12817403 and will not use per-vertex coloring +[07мая2026 22:08:15.388] [Render thread/INFO] [Sodium/]: Block minecraft:large_fern had its color provider replaced with com.aetherteam.aether.client.AetherColorResolvers$$Lambda/0x000001d684de9e80@4dab4f4a and will not use per-vertex coloring +[07мая2026 22:08:15.395] [Render thread/INFO] [Sodium/]: Block natures_spirit:lotus_stem had its color provider replaced with net.hibiscus.naturespirit.client.NSClient$$Lambda/0x000001d684debbe0@db43b3a and will not use per-vertex coloring +[07мая2026 22:08:15.397] [Render thread/INFO] [Sodium/]: Block minecraft:water_cauldron had its color provider replaced with net.mehvahdjukaar.amendments.AmendmentsClient$$Lambda/0x000001d684dee658@732efe14 and will not use per-vertex coloring +[07мая2026 22:08:17.620] [Render thread/INFO] [Iris/]: Hardware information: +[07мая2026 22:08:17.621] [Render thread/INFO] [Iris/]: CPU: 12x AMD Ryzen 5 5600X 6-Core Processor +[07мая2026 22:08:17.622] [Render thread/INFO] [Iris/]: GPU: NVIDIA GeForce RTX 3060/PCIe/SSE2 (Supports OpenGL 4.6.0 NVIDIA 596.36) +[07мая2026 22:08:17.622] [Render thread/INFO] [Iris/]: OS: Windows 10 (10.0) +[07мая2026 22:08:25.567] [Render thread/INFO] [net.minecraft.client.Minecraft/]: [FANCYMENU] Registering resource reload listener.. +[07мая2026 22:08:25.865] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_trialAvailable_FancyMenu()Z should be static as its target is +[07мая2026 22:08:25.865] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_hasUnreadNews_FancyMenu()Z should be static as its target is +[07мая2026 22:08:25.866] [Render thread/INFO] [mixin/]: fancymenu.mixins.json:client.IMixinRealmsNotificationsScreen from mod fancymenu->@Accessor[FIELD_GETTER]::get_hasUnseenNotifications()Z should be static as its target is +[07мая2026 22:08:29.823] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, KubeJS Virtual Resource Pack [Before Mods, assets], fabric, mod_resources, mod/sodium, mod/smsn, mod/betterdays, mod/c2me_fixes_worldgen_threading_issues, mod/betterdungeons, mod/stackablepotions, mod/runes, mod/sodiumextras, mod/variantsandventures, mod/playeranimator, mod/c2me_rewrites_chunk_serializer, mod/fabric_rendering_fluids_v1, mod/critical_strike, mod/worldgen_patches, mod/betternether, mod/aileron, mod/c2me_fixes_general_threading_issues, mod/featurerecycler, mod/mr_dungeons_andtavernsancientcityoverhaul, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix, mod/fabric_convention_tags_v2, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/yungsapi, mod/iris, mod/tiny_config, mod/biolith, mod/medievalend, mod/c2me, mod/pickupnotifier, mod/balm, mod/fabric_screen_api_v1, mod/snowrealmagic, mod/c2me_base, mod/structure_layout_optimizer, mod/crash_assistant, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/archers, mod/supplementaries, mod/auto_third_person, mod/corpse, mod/armory_rpgs, mod/immersiveui, mod/fabric_game_rule_api_v1, mod/repurposed_structures, mod/iris_shader_folder, mod/fancytoasts, mod/explorify, mod/hearthandharvest, mod/climaterivers, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables, mod/threadtweak, mod/mr_dungeons_andtaverns, mod/noisium, mod/effortless, mod/fabric_entity_events_v1, mod/exclusions_lib, mod/mr_dungeons_andtavernsjungletemplereplacement, mod/accessories, mod/cumulus_menus, mod/e4mc, mod/conditional_mixin, mod/transition, mod/betterendisland, mod/proplacer, mod/fabric_rendering_data_attachment_v1, mod/nitrogen_internals, mod/fallingtree, mod/toms_storage, mod/bettermineshafts, mod/despawntweaks, mod/betterjungletemples, mod/fabric_client_tags_api_v1, mod/elytraslot, mod/kiwi, mod/mowziesmobs, mod/convenienteffects, mod/puffish_skills, mod/c2me_threading_lighting, mod/grindenchantments, mod/abridged, mod/fastboot, mod/structurify, mod/fabric_model_loading_api_v1, mod/jei, mod/lithostitched, mod/universalbonemeal, mod/lithium, mod/configlibtxf, mod/fabric_screen_handler_api_v1, mod/flerovium, mod/audioimprovements, mod/goblintraders, mod/caelus, mod/paxi, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/sound_physics_perfected, mod/fastasyncworldsave, mod/immersive_optimization, mod/easy_mob_spawn_control, mod/naturescompass, mod/paladins, mod/bagofholding, mod/modtabs, mod/midnightlib, mod/skill_tree_rpgs, mod/c2me_rewrites_chunk_system, mod/whitenoise, mod/betterenchantingtable, mod/corpsecurioscompat, mod/shield_api, mod/moreculling, mod/fabric_particles_v1, mod/adventuredungeons, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/mr_dungeons_andtavernsswamphutoverhaul, mod/polytone, mod/bestylewither, mod/mr_dungeons_andtavernswoodlandmansionreplacement, mod/dungeons_arise, mod/hearths, mod/smoothchunk, mod/emi, mod/reliable_remover, mod/rhenium, mod/itemphysiclite, mod/fabric_api_base, mod/terrablender, mod/mousetweaks, mod/bettercombat, mod/necronomicon, mod/misctweaks, mod/punchy, mod/mindfuldarkness, mod/iteminteractions, mod/alltheleaks, mod/spectrelib, mod/fabric_block_api_v1, mod/ding, mod/fabric_resource_conditions_api_v1, mod/aeroblender, mod/super_resolution, mod/kotlinforforge, mod/betterfpsdist, mod/combat_roll, mod/brewinandchewin, mod/simplest_copper_gear, mod/notenoughanimations, mod/xaerominimap, mod/fabric_item_group_api_v1, mod/smoothmovement, mod/greenhouseconfig_night_config, mod/c2me_notickvd, mod/zeta, mod/entityculling, mod/smart_particles, mod/mr_dungeons_andtavernsstrongholdoverhaul, mod/fabric_registry_sync_v0, mod/continuity, mod/relics_rpgs, mod/immediatelyfast, mod/cclayer,curios, mod/fabric_recipe_api_v1, mod/appleskin, mod/fabric_object_builder_api_v1, mod/gnetum, mod/puzzleslib, mod/fabric_sound_api_v1, mod/enhancedbossbars, mod/fabric_message_api_v1, mod/chunksending, mod/betterend, mod/medieval_nether, mod/euphoria_patcher, mod/mr_dungeons_andtavernsnetherfortressoverhaul, mod/kuma_api, mod/fabric_renderer_api_v1, mod/betterwitchhuts, mod/reliable_replacer, mod/caveore, mod/wover, mod/geckolib, mod/crittersandcompanions, mod/rogues, mod/fabric_item_api_v1, mod/aether, mod/deep_aether, mod/galosphere, mod/durability_tweaks, mod/c2me_opts_natives_math, mod/betteroceanmonuments, mod/connectivity, mod/gpumemleakfix, mod/nocreeperexplosion, mod/structureessentials, mod/xaeroworldmap, mod/controlling, mod/cerulean, mod/fabric_data_attachment_api_v1, mod/redirected, mod/quark_ponders, mod/dried_ghast, mod/c2me_opts_math, mod/biomespy, mod/wunderlib, mod/quick_pack, mod/sodiumoptionsapi, mod/melody, mod/baguettelib, mod/connector, mod/explore_ruins_aether, mod/bclib, mod/fzzy_config, mod/emi_loot, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/fabric_content_registries_v0, mod/sodiumdynamiclights, mod/greenhouseconfig_toml, mod/konkrete, mod/natures_spirit, mod/farmersdelight, mod/mynethersdelight, mod/rusticdelight, mod/cookscollection, mod/entity_model_features, mod/entity_texture_features, mod/fastipping, mod/ambientsounds, mod/fabric_api_lookup_api_v1, mod/getittogetherdrops, mod/endersdelight, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/greenhouseconfig, mod/lionfishapi, mod/spell_power, mod/cataclysm, mod/cerbons_api, mod/spyglass_improvements, mod/mr_dungeons_andtavernspillageroutpostoverhaul, mod/resourcefullib, mod/deeperdarker, mod/architectury, mod/nerb, mod/too_many_entities, mod/clutterbestiary, mod/ftblibrary, mod/hellish_trials, mod/golemoverhaul, mod/wabbanodecompanion, mod/ftbteams, mod/ftbquests, mod/fabric_loot_api_v2, mod/immersivelanterns, mod/fabric_loot_api_v3, mod/cupboard, mod/cherishedworlds, mod/reliable_recipes, mod/mru, mod/fabric_networking_api_v1, mod/framework, mod/c2me_rewrites_chunkio, mod/controllable, mod/chatimpressiveanimation, mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/item_descriptions, mod/fabric_key_binding_api_v1, mod/wizards, mod/spell_engine, mod/tide, mod/fabric_transfer_api_v1, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/kubejsdelight, mod/stonezone, mod/owo, mod/terrainslabs, mod/amendments, mod/octolib, mod/copycats, mod/particlerain, mod/xaerolib, mod/pingwheel, mod/fabric_resource_loader_v0, mod/trender, mod/bundleapi, mod/waystones, mod/comforts, mod/alternate_current, mod/jewelry, mod/configured, mod/decorative_blocks, mod/particular, mod/betterdeserttemples, mod/explorerscompass, mod/toms_storage_star_optimized, mod/farsight_view, mod/walljump, mod/bosses_of_mass_destruction, mod/terralith, mod/blueprint, mod/boatload, mod/gallery, mod/allurement, mod/ichunutil, mod/txnilib, mod/ixeris, mod/hunger_tweaks, mod/mixson, mod/fabric_transitive_access_wideners_v1, mod/friendsandfoes, mod/rpgstructures_mages_guild, mod/arsenal, mod/gazebo, mod/mr_dungeons_andtavernsoceanmonumentreplacement, mod/onlyhammersandexcavators, mod/moonlight, mod/endermanoverhaul, mod/fabric_blockrenderlayer_v1, mod/natures_delight, mod/jade, mod/another_furniture, mod/creativecore, mod/c2me_server_utils, mod/sounds, mod/azurelibarmor, mod/ribbits, mod/ranged_weapon_api, mod/quark, mod/fabric_gametest_api_v1, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/universalenchants, mod/codecconfigapi, mod/c2me_opts_chunkio, mod/fancymenu, mod/coroutil, mod/watut, mod/emi_enchanting, mod/structure_pool_api, mod/creeperoverhaul, mod/ferritecore, mod/yet_another_config_lib_v3, mod/armordamagescale, mod/charmofundying, mod/colorwheel, mod/flywheel, mod/ponder, mod/create, mod/create_integrated_farming, mod/kubejs_create, mod/create_dragons_plus, mod/create_central_kitchen, mod/everycomp, mod/certain_questing_additions, mod/badoptimizations, mod/create_enchantment_industry, mod/fabric_data_generation_api_v1, mod/overflowingbars, mod/fabric_events_interaction_v0, mod/vanillin, mod/presencefootsteps, moonlight:merged_pack, file/coquet-0-9-1.zip, file/Freshly Detailed 4.0.zip, file/Cataclysm Reimagined v1.3.5 for NeoForge.zip, file/Create Touch-Ups v1.0.zip, file/BetterBetterX-v1.1-noStone.zip, file/waystones_1.21.1.zip, file/FTB-Vanilla-Like-1.0.zip, file/mod-descriptions-v8.1.zip, file/TerralithBiomesNames.zip, file/MandalasGUI+Dakmode_1.21.8_v2.5.zip, file/Mandala Utopia.zip, file/Reimagined Tweaks 11.zip, file/ShaderPanoramaFor1.21.zip, file/music-and-melody-1.21.5-v2.1.0.zip, file/Atmospheric Skies Fog 1.3.zip, file/FreshAnimations_v1.9.2.zip, file/FA+Details-v1.1.zip, file/FA+Spiders-v1.1.zip, file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip, KubeJS Virtual Resource Pack [Internal, assets], KubeJS Virtual Resource Pack [After Mods, assets], KubeJS File Resource Pack [assets], quark-emote-pack, KubeJS Virtual Resource Pack [Last, assets] +[07мая2026 22:08:29.944] [Render thread/INFO] [com.teamabnormals.blueprint.core.Blueprint/]: Successfully loaded 0 assets remolders! +[07мая2026 22:08:29.953] [Render thread/INFO] [de.keksuccino.fancymenu.customization.ScreenCustomization/]: [FANCYMENU] Initializing screen customization engine! Addons should NOT REGISTER TO REGISTRIES anymore now! +[07мая2026 22:08:29.969] [Worker-ResourceReload-0/INFO] [Moonlight/]: Resource cache state for CLIENT_RESOURCES: needs regeneration +[07мая2026 22:08:29.971] [Worker-ResourceReload-0/INFO] [Moonlight/]: Cleared cache pack resources at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\dynamic-resource-pack-cache\amendments-generated_pack in 1.118 ms +[07мая2026 22:08:29.972] [Worker-ResourceReload-0/INFO] [Moonlight/]: Starting runtime resource generation for pack type CLIENT_RESOURCES with generators [amendments:generated_pack, supplementaries:generated_pack, everycomp:dynamic_resources, moonlight:dynamic_resources] +[07мая2026 22:08:30.011] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [amendments:generated_pack], requested by strategy CACHED +[07мая2026 22:08:30.809] [Render thread/INFO] [de.keksuccino.fancymenu.FancyMenu/]: [FANCYMENU] Starting late client initialization phase.. +[07мая2026 22:08:30.939] [Render thread/INFO] [moreculling/]: Cached all modded block culling states +[07мая2026 22:08:30.939] [Render thread/INFO] [AdventureDungeons/]: This line is printed by the AdventureDungeons common mixin! +[07мая2026 22:08:30.940] [Render thread/INFO] [AdventureDungeons/]: MC Version: modified +[07мая2026 22:08:30.984] [Render thread/INFO] [SuperResolution/]: 显卡供应商 NVIDIA +[07мая2026 22:08:30.985] [Render thread/INFO] [SuperResolution/]: OpenGL版本 4.6 +[07мая2026 22:08:31.008] [Render thread/INFO] [SuperResolution/]: 支持DSA 使用 GL45OrEXTDirectStateAccessImpl +[07мая2026 22:08:31.035] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.243] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.243] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.245] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.249] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.249] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1528 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.250] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.254] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.255] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv +[07мая2026 22:08:31.330] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.331] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.332] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv +[07мая2026 22:08:31.334] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1528 bytes +[07мая2026 22:08:31.503] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.505] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.505] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.506] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.509] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.509] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=2356 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.510] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv +[07мая2026 22:08:31.511] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.512] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.512] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv +[07мая2026 22:08:31.515] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 2356 bytes +[07мая2026 22:08:31.526] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.529] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.529] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.531] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.533] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.534] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1288 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.534] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.535] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.536] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.537] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv +[07мая2026 22:08:31.538] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1288 bytes +[07мая2026 22:08:31.545] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 未找到缓存文件: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.550] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=VERTEX, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.550] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=1460 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.551] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 开始SPIR-V编译: 类型=FRAGMENT, API=ogl, 缓存路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 保存SPIR-V,大小=4424 bytes, 路径=C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.554] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: SPIR-V保存成功: C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\sr_shaderCache\motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.555] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.556] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv +[07мая2026 22:08:31.556] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 1460 bytes +[07мая2026 22:08:31.557] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 加载缓存二进制: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.558] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 成功加载SPIR-V缓存文件: motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv +[07мая2026 22:08:31.560] [Render thread/INFO] [SuperResolution-ShaderCompiler/]: 释放着色器代码内存 4424 bytes +[07мая2026 22:08:31.635] [Render thread/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Client-side modules initialized and ready to use! +[07мая2026 22:08:31.654] [Render thread/INFO] [KubeJS Client/]: Client resource reload complete! +[07мая2026 22:08:31.656] [Render thread/INFO] [com.cerbon.bosses_of_mass_destruction.util.BMDConstants/]: NeoForge only mixins are working for Bosses of Mass Destruction! +[07мая2026 22:08:31.657] [Render thread/INFO] [com.cerbon.bosses_of_mass_destruction.util.BMDConstants/]: Common mixins are working for Bosses of Mass Destruction on NeoForge! +[07мая2026 22:08:31.702] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: generic_dirt_message_screen +[07мая2026 22:08:31.704] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack amendments:generated_pack in 1.693 s +[07мая2026 22:08:31.743] [Worker-ResourceReload-0/INFO] [Moonlight/]: Populated search tree for pack at C:\Users\mrleo1nid\AppData\Roaming\.minecraft\versions\Reimagined\dynamic-resource-pack-cache\amendments-generated_pack in 37.01 ms +[07мая2026 22:08:31.752] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [supplementaries:generated_pack], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:32.131] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack supplementaries:generated_pack in 378.0 ms +[07мая2026 22:08:32.211] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [everycomp:dynamic_resources], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:32.213] [Worker-ResourceReload-0/INFO] [Every Compat/]: Starting dynamic resources generation tasks: 58 in batches of 12 +[07мая2026 22:08:36.815] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack everycomp:dynamic_resources in 4.604 s +[07мая2026 22:08:36.815] [Worker-ResourceReload-0/INFO] [Moonlight/]: Regenerating Dynamic CLIENT_RESOURCES Resources Provider [moonlight:dynamic_resources], requested by strategy REGEN_ON_EVERY_RELOAD +[07мая2026 22:08:36.842] [Worker-ResourceReload-0/INFO] [Moonlight/]: Generated runtime CLIENT_RESOURCES for pack moonlight:dynamic_resources in 27.39 ms +[07мая2026 22:08:36.842] [Worker-ResourceReload-0/INFO] [Moonlight/]: Finished runtime resources generation for 4 packs in a total of 6.871 s +[07мая2026 22:08:36.968] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: Global NeoForge version check system disabled, no further processing. +[07мая2026 22:08:37.116] [Worker-ResourceReload-10/INFO] [com.tom.storagemod.StorageMod/]: Tom's Storage Setup starting +[07мая2026 22:08:37.580] [Worker-ResourceReload-8/WARN] [Reliable Remover/]: Reliable Remover: Skipping invalid item ID 'betterend:thallasium_hammer_head'. +[07мая2026 22:08:37.580] [Worker-ResourceReload-8/WARN] [Reliable Remover/]: Reliable Remover: Skipping invalid item ID 'betterend:terminite_hammer_head'. +[07мая2026 22:08:37.606] [Worker-ResourceReload-8/INFO] [Reliable Remover/]: Loaded 256 reliable remover rules. +[07мая2026 22:08:37.618] [Worker-ResourceReload-8/INFO] [com.chunksending.ChunkSending/]: chunksending mod initialized +[07мая2026 22:08:37.624] [Worker-ResourceReload-8/INFO] [com.caveore.CaveOre/]: CaveOre initialized +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.connectivity.Connectivity/]: Connectivity initialized +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.gpumemleakfix.Gpumemleakfix/]: gpumemleakfix mod initialized +[07мая2026 22:08:37.880] [Worker-ResourceReload-10/INFO] [com.structureessentials.StructureEssentials/]: structureessentials mod initialized +[07мая2026 22:08:38.542] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD +[07мая2026 22:08:38.542] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER +[07мая2026 22:08:38.544] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region aether:the_aether to index 0 for type THE_AETHER +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_ferax to index 1 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_solaris to index 2 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_flava to index 3 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_mater to index 4 for type OVERWORLD +[07мая2026 22:08:38.545] [Worker-ResourceReload-10/INFO] [terrablender/]: Registered region natures_spirit:terra_laeta to index 5 for type OVERWORLD +[07мая2026 22:08:38.715] [Worker-ResourceReload-1/INFO] [xaero.lib.XaeroLib/]: Loading XaeroLib common 1/2! +[07мая2026 22:08:38.740] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sugi_forest +[07мая2026 22:08:38.741] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: windswept_sugi_forest +[07мая2026 22:08:38.744] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_sugi_forest +[07мая2026 22:08:38.747] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: lavender_fields +[07мая2026 22:08:38.751] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: marsh +[07мая2026 22:08:38.753] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: bamboo_wetlands +[07мая2026 22:08:38.753] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: wisteria_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: redwood_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowy_redwood_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: aspen_forest +[07мая2026 22:08:38.754] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: maple_woodlands +[07мая2026 22:08:38.755] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: golden_wilds +[07мая2026 22:08:38.756] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.756] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: marigold_meadows +[07мая2026 22:08:38.756] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 9 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.757] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/08_amber_moss/amber_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.757] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: fir_forest +[07мая2026 22:08:38.757] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowy_fir_forest +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: cypress_fields +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: carnation_fields +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: stratified_desert +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_dunes +[07мая2026 22:08:38.764] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: lively_dunes +[07мая2026 22:08:38.765] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: drylands +[07мая2026 22:08:38.767] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: wooded_drylands +[07мая2026 22:08:38.769] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: xeric_plains +[07мая2026 22:08:38.769] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: cedar_thicket +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: white_cliffs +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: prairie +[07мая2026 22:08:38.775] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: oak_savanna +[07мая2026 22:08:38.776] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: heather_fields +[07мая2026 22:08:38.777] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tundra +[07мая2026 22:08:38.777] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: alpine_clearings +[07мая2026 22:08:38.779] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: alpine_highlands +[07мая2026 22:08:38.781] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: coniferous_covert +[07мая2026 22:08:38.781] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: boreal_taiga +[07мая2026 22:08:38.782] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_shores +[07мая2026 22:08:38.793] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_woods +[07мая2026 22:08:38.794] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sparse_tropical_woods +[07мая2026 22:08:38.794] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: tropical_basin +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: arid_savanna +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: scorched_dunes +[07мая2026 22:08:38.795] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: flowering_shrubland +[07мая2026 22:08:38.796] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: shrubland +[07мая2026 22:08:38.796] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: arid_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: shrubby_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: woody_highlands +[07мая2026 22:08:38.798] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: red_peaks +[07мая2026 22:08:38.799] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: dusty_slopes +[07мая2026 22:08:38.799] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: snowcapped_red_peaks +[07мая2026 22:08:38.800] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: sleeted_slopes +[07мая2026 22:08:38.801] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: blooming_highlands +[07мая2026 22:08:38.801] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: chaparral +[07мая2026 22:08:38.802] [Worker-ResourceReload-10/INFO] [STDOUT/]: [net.hibiscus.naturespirit.registration.NSBiomes:register:68]: Registered Resource Key for biome: floral_ridges +[07мая2026 22:08:38.892] [Worker-ResourceReload-6/INFO] [com.farsight.FarsightMod/]: farsight_view mod initialized +[07мая2026 22:08:38.902] [Worker-ResourceReload-6/INFO] [STDOUT/]: [toni.lib.TxniLib:onInitialize:75]: TxniLib onInitialize! +[07мая2026 22:08:38.914] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.915] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 11 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.915] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 12 in file 'minecraft:optifine/ctm/_overlays/07_jungle_moss/jungle_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 8 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 9 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.917] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 10 in file 'minecraft:optifine/ctm/_overlays/06_end_moss/end_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 3 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 8 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.919] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 9 in file 'minecraft:optifine/ctm/_overlays/05_chorus_nylium/chorus_nylium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 7 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 8 in file 'minecraft:optifine/ctm/_overlays/04_crystal_moss/crystal_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 5 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.925] [Worker-ResourceReload-8/INFO] [FTB Library/]: Setting game stages provider implementation to: KubeJS Stages +[07мая2026 22:08:38.922] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 6 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.926] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [KubeJS Stages] as the active game stages implementation +[07мая2026 22:08:38.926] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 7 in file 'minecraft:optifine/ctm/_overlays/03_pink_moss/pink_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.928] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.931] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 5 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.931] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/02_shadow_grass/shadow_grass.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 5 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.933] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 6 in file 'minecraft:optifine/ctm/_overlays/01_end_mycelium/end_mycelium.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.934] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:ivis_phylium' in 'matchBlocks' element 'byg:ivis_phylium' at index 2 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.935] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:vermilion_sculk' in 'matchBlocks' element 'byg:vermilion_sculk' at index 3 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.935] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'byg:shulkren_phylium' in 'matchBlocks' element 'byg:shulkren_phylium' at index 4 in file 'minecraft:optifine/ctm/_overlays/00_cave_moss/cave_moss.properties' in pack 'mod/betterend' +[07мая2026 22:08:38.950] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [FALLBACK] as the active permissions implementation +[07мая2026 22:08:38.958] [Worker-ResourceReload-2/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[07мая2026 22:08:38.959] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 184 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 185 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.960] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 208 in file 'minecraft:optifine/ctm/overlays/red_sand/red_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 155 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 195 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 196 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.961] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 219 in file 'minecraft:optifine/ctm/overlays/rooted_dirt/rooted_dirt.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.964] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File galosphere:sounds/block/pink_salt_pillar/emerge2.ogg does not exist, cannot add it to event galosphere:entity.pink_salt_pillar.emerge +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File galosphere:sounds/block/pink_salt_pillar/emerge3.ogg does not exist, cannot add it to event galosphere:entity.pink_salt_pillar.emerge +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.crystal_canyons +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.lichen_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal1.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/hal4.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.967] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event galosphere:music.biome.pink_salt_caves +[07мая2026 22:08:38.968] [Worker-ResourceReload-8/INFO] [FTB Library/]: Setting permissions currency implementation to: +[07мая2026 22:08:38.968] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: Chose [] as the active currency implementation +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 147 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 148 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.973] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 207 in file 'minecraft:optifine/ctm/overlays/grass_block/grass_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.974] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 156 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 198 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 199 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 223 in file 'minecraft:optifine/ctm/overlays/soul_soil/soul_soil.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.975] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 165 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 166 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 173 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.976] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 209 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:38.981] [Worker-ResourceReload-8/INFO] [FTB XMod Compat/]: [FTB Quests] recipe helper provider is [JEI] +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 210 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 233 in file 'minecraft:optifine/ctm/overlays/sculk/sculk.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.008] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 158 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 159 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 201 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 202 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 226 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'tintBlock' value 'pale_moss_block' in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.009] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'connectBlocks' element 'pale_moss_block' at index 0 in file 'minecraft:optifine/ctm/overlays/pale_moss_block/pale_moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.010] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.013] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 210 in file 'minecraft:optifine/ctm/overlays/moss_block/moss_block.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.026] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.026] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 146 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 183 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 184 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.027] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 208 in file 'minecraft:optifine/ctm/overlays/sand/sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.031] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.032] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 157 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.032] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 199 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 200 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 223 in file 'minecraft:optifine/ctm/overlays/soul_sand/soul_sand.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/elysium.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/finality.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/celestial_grove/otherworld.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.celestial_grove +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/corrupt_barrens/mutagen.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.corrupt_barrens +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/corrupt_barrens/nebula.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.corrupt_barrens +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.default_end +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.magnia_fields +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/magnia_fields/flutters.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.magnia_fields +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/default_end/desolation.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.veiled_woodlands +[07мая2026 22:08:39.033] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File enderscape:sounds/music/biome/veiled_woodlands/respite.ogg does not exist, cannot add it to event enderscape:music.enderscape.biome.veiled_woodlands +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 160 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 161 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 203 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.033] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 204 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 228 in file 'minecraft:optifine/ctm/overlays/netherrack/netherrack.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.041] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 166 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 167 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 209 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 210 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 234 in file 'minecraft:optifine/ctm/overlays/warped_nylium/warped_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 147 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 148 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.042] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 185 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.043] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 186 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.043] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 207 in file 'minecraft:optifine/ctm/overlays/grass_block/40.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 164 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.044] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 165 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.054] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File deep_aether:sounds/entity/eots/fight.ogg does not exist, cannot add it to event deep_aether:music.boss.eots +[07мая2026 22:08:39.091] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 207 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.092] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 208 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.092] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 232 in file 'minecraft:optifine/ctm/overlays/mycelium/mycelium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.095] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 164 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 165 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 207 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 208 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.098] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 232 in file 'minecraft:optifine/ctm/overlays/crimson_nylium/crimson_nylium.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 35 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 154 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_carpet' in 'matchBlocks' element 'pale_moss_carpet' at index 155 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 156 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.100] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_moss_block' in 'matchBlocks' element 'pale_moss_block' at index 161 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.101] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 196 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.105] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 197 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.105] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 220 in file 'minecraft:optifine/ctm/overlays/snow/snow.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.106] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_log' in 'matchBlocks' element 'pale_oak_log' at index 144 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 145 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 182 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.107] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 202 in file 'minecraft:optifine/ctm/overlays/clay/clay.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.108] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:chiseled_resin_bricks' in 'matchBlocks' element 'chiseled_resin_bricks' at index 38 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.110] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:pale_oak_planks' in 'matchBlocks' element 'pale_oak_planks' at index 153 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_block' in 'matchBlocks' element 'resin_block' at index 193 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:resin_bricks' in 'matchBlocks' element 'resin_bricks' at index 194 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.111] [Worker-ResourceReload-5/WARN] [Continuity/]: Unknown block 'minecraft:stripped_pale_oak_log' in 'matchBlocks' element 'stripped_pale_oak_log' at index 214 in file 'minecraft:optifine/ctm/overlays/gravel/gravel.properties' in pack 'file/Reimagined Tweaks 11.zip' +[07мая2026 22:08:39.335] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/horizon_afoot.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/horizon_afoot.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_flower_forests +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_lush_caves +[07мая2026 22:08:39.382] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_lush_caves +[07мая2026 22:08:39.421] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_dripstone_caves +[07мая2026 22:08:39.423] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_dripstone_caves +[07мая2026 22:08:39.423] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_cherry_groves +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_groves +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_sparse_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_bamboo_jungles +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_snowy +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/anemone.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_oceans +[07мая2026 22:08:39.378] [Worker-ResourceReload-0/WARN] [GeckoLib/]: Found animation file with improper file name format; animation files should end in .animation.json: 'paladins:animations/armor_idle.json' +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_oceans +[07мая2026 22:08:39.424] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_frozen_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_frozen_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/anemone.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_warm_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.wilder_warm_oceans +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/dove.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/espial.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.mesoglea_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/dahlia.ogg does not exist, cannot add it to event wilderwild:music.overworld.magmatic_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.magmatic_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/molt.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/frozen_blocks.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/zhen/pressure.ogg does not exist, cannot add it to event wilderwild:music.overworld.frozen_caves +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/ludocrypt/serene_sonder.ogg does not exist, cannot add it to event wilderwild:music.overworld.maple_forest +[07мая2026 22:08:39.425] [Worker-ResourceReload-7/WARN] [net.minecraft.client.sounds.SoundManager/]: File wilderwild:sounds/music/pictochats/amber.ogg does not exist, cannot add it to event wilderwild:music.overworld.maple_forest +[07мая2026 22:08:39.425] [Worker-ResourceReload-0/WARN] [GeckoLib/]: Found animation file with improper file name format; animation files should end in .animation.json: 'wizards:animations/armor_idle.json' +[07мая2026 22:08:40.616] [Worker-ResourceReload-7/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading diff --git a/logs/modlist.txt b/logs/modlist.txt new file mode 100644 index 0000000..fee6065 --- /dev/null +++ b/logs/modlist.txt @@ -0,0 +1,521 @@ +Mods count: 291 + +jar name | mod id (isMCreator) | mixin configs +neoforge-21.1.228 (modloader) | neoforge | +abridged-2.0.1-neoforge-1.21.1.jar | abridged | +accessories-neoforge-1.1.0-beta.53+1.21.1.jar | accessories | accessories-forge.mixins.json, accessories-common.mixins.json +accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.jar | cclayer | curios.neoforge.mixins.json, curios.mixins.json +adventuredungeons-neoforge-1.21-1.3.1.jar | adventuredungeons | adventuredungeons.neoforge.mixins.json, adventuredungeons.mixins.json +aether-1.21.1-1.5.10-neoforge.jar | aether | aether.mixins.json + /META-INF/jarjar/cumulus_menus-1.21.1-2.0.7-neoforge.jar | cumulus_menus | cumulus_menus.mixins.json, cumulus_menus.neoforge.mixins.json + /META-INF/jarjar/accessories-neoforge-1.1.0-beta.48+1.21.1.jar | accessories | accessories-forge.mixins.json, accessories-common.mixins.json + /META-INF/jarjar/nitrogen_internals-1.21.1-1.1.25-neoforge.jar | nitrogen_internals | nitrogen_internals.mixins.json +aileron-1.21.1-neoforge-1.1.4.jar | aileron | aileron-common.mixins.json, aileron-neoforge.mixins.json + /META-INF/jars/midnightlib-1.6.9+1.21-neoforge.jar | midnightlib | midnightlib.mixins.json +alltheleaks-1.1.7+1.21.1-neoforge.jar | alltheleaks | alltheleaks.mixins.json +allurement-1.21.1-5.0.1.jar | allurement | allurement.mixins.json +alternate_current-mc1.21-1.9.0.jar | alternate_current | alternate-current.mixins.json +AmbientSounds_NEOFORGE_v6.3.4_mc1.21.1.jar | ambientsounds | ambientsounds.mixins.json +amendments-1.21-2.0.15-neoforge.jar | amendments | amendments-common.mixins.json, amendments.mixins.json +another_furniture-neoforge-4.0.2.jar | another_furniture | another_furniture.mixins.json, another_furniture.common.mixins.json +appleskin-neoforge-mc1.21-3.0.8.jar | appleskin | +archers-neoforge-2.7.0+1.21.1.jar | archers | archers.mixins.json +architectury-13.0.8-neoforge.jar | architectury | architectury.mixins.json, architectury-common.mixins.json +armordamagescale-1.21-3.1.jar | armordamagescale | armordamagescale.mixins.json + /META-INF/jarjar/EvalEx-3.0.1.jar | | +armory-neoforge-1.3.0+1.21.1.jar | armory_rpgs | armory_rpgs.mixins.json +arsenal-neoforge-1.4.2+1.21.1.jar | arsenal | arsenal.mixins.json + /META-INF/jars/shield-api-2.1.0-neoforge.jar | shield_api | shield_api.mixins.json +Audio Improvements v1.1 - NeoForge 1.21-1.21.3.jar | audioimprovements | audioimprovements.mixins.json +auto_third_person-neo-1.21.1-2.2.jar | auto_third_person | +azurelibarmor-neo-1.21.1-3.1.2.jar | azurelibarmor | azurelibarmor.mixins.json, azurelibarmor.neo.mixins.json, azurelibarmor.neo2.mixins.json +BadOptimizations-2.4.1-1.21.1.jar | badoptimizations | forge-badoptimizations.mixins.json, fabric-badoptimizations.mixins.json +BagOfHolding-v21.1.2-1.21.1-NeoForge.jar | bagofholding | bagofholding.common.mixins.json, bagofholding.neoforge.mixins.json + /META-INF/jars/iteminteractions-neoforge-21.1.4.jar | iteminteractions | iteminteractions.common.mixins.json, iteminteractions.neoforge.mixins.json +baguettelib-1.21.1-NeoForge-1.1.6.jar | baguettelib | baguettelib.mixins.json +balm-neoforge-1.21.1-21.0.56.jar | balm | balm.neoforge.mixins.json, balm.mixins.json + /META-INF/jarjar/kuma-api-neoforge-21.0.7+1.21.jar | kuma_api | kuma_api.neoforge.mixins.json, kuma_api.mixins.json +bclib-21.0.20.jar | bclib | bclib.mixins.client.json, bclib.mixins.common.json, ui.mixins.client.json +bestylewither-neoforge-mc1.21.1-1.8.0.jar | bestylewither | bestylewither.mixins.json +bettercombat-neoforge-2.3.2+1.21.1.jar | bettercombat | bettercombat.mixins.json + /META-INF/jars/tiny-config-3.1.0-neoforge.jar | tiny_config | tiny_config.mixins.json +betterdays-1.21.1-3.3.6.2-NEOFORGE.jar | betterdays | + /META-INF/jarjar/whitenoise-1.21.1-neoforge-2.0.7.jar | whitenoise | +betterenchantingtable-1.2.2a-1.21.1.jar | betterenchantingtable | +BetterEnd-21.0.24.jar | betterend | betterend.mixins.client.json, betterend.mixins.common.json +betterfpsdist-1.21-6.0.jar | betterfpsdist | betterfpsdist.mixins.json +BetterNether-21.0.19.jar | betternether | betternether.mixins.common.json, betternether.mixins.client.json +biomespy-fabric-1.21.1-1.3.3.jar | biomespy | biomespy.fabric.mixins.json, biomespy.mixins.json +blueprint-1.21.1-8.0.8.jar | blueprint | blueprint.mixins.json +boatload-1.21.1-6.0.2.jar | boatload | boatload.mixins.json +BOMD-NeoForge-1.21-1.3.2.jar | bosses_of_mass_destruction | bosses_of_mass_destruction-common.mixins.json, bosses_of_mass_destruction.mixins.json +BrewinAndChewin-neoforge-4.4.2+1.21.1.jar | brewinandchewin | brewinandchewin.neoforge.mixins.json, brewinandchewin.mixins.json + /META-INF/jarjar/greenhouseconfig-2.2.3+1.21.1-neoforge.jar | greenhouseconfig | + /META-INF/jarjar/greenhouseconfig_toml-1.1.0.jar | greenhouseconfig_toml | + /META-INF/jarjar/greenhouseconfig_night_config-1.1.0.jar | greenhouseconfig_night_config | +bundle-api-neoforge-1.1.0.jar | bundleapi | bundleapi.mixins.json +c2me-neoforge-mc1.21.1-0.3.0+alpha.0.90.jar | c2me | + /META-INF/jars/asyncutil-0.1.0.jar | | + /META-INF/jars/c2me-base-mc1.21.1-0.3.0+alpha.0.90-all.jar | c2me_base | c2me-base.mixins.json, c2me.mixins.json + /META-INF/jars/c2me-client-uncapvd-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_client_uncapvd | c2me-client-uncapvd.mixins.json + /META-INF/jars/c2me-fixes-chunkio-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_fixes_chunkio_threading_issues | c2me-fixes-chunkio-threading-issues.mixins.json + /META-INF/jars/c2me-fixes-general-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_fixes_general_threading_issues | c2me-fixes-general-threading-issues.mixins.json + /META-INF/jars/c2me-fixes-worldgen-threading-issues-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_fixes_worldgen_threading_issues | c2me-fixes-worldgen-threading-issues.mixins.json + /META-INF/jars/c2me-fixes-worldgen-vanilla-bugs-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_fixes_worldgen_vanilla_bugs | c2me-fixes-worldgen-vanilla-bugs.mixins.json + /META-INF/jars/c2me-notickvd-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_notickvd | c2me-notickvd.mixins.json + /META-INF/jars/c2me-opts-allocs-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_allocs | c2me-opts-allocs.mixins.json + /META-INF/jars/c2me-opts-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_chunkio | c2me-opts-chunkio.mixins.json + /META-INF/jars/c2me-opts-dfc-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_dfc | c2me-opts-dfc.mixins.json + /META-INF/jars/c2me-opts-math-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_math | c2me-opts-math.mixins.json + /META-INF/jars/c2me-opts-natives-math-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_natives_math | c2me-opts-natives-math.mixins.json + /META-INF/jars/c2me-opts-scheduling-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_scheduling | c2me-opts-scheduling.mixins.json + /META-INF/jars/c2me-opts-worldgen-general-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_worldgen_general | c2me-opts-worldgen-general.mixins.json + /META-INF/jars/c2me-opts-worldgen-vanilla-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_opts_worldgen_vanilla | c2me-opts-worldgen-vanilla.mixins.json + /META-INF/jars/c2me-rewrites-chunk-serializer-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_rewrites_chunk_serializer | c2me-rewrites-chunk-serializer.mixins.json + /META-INF/jars/c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_rewrites_chunk_system | c2me-rewrites-chunk-system.mixins.json + /META-INF/jars/c2me-rewrites-chunkio-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_rewrites_chunkio | c2me-rewrites-chunkio.mixins.json + /META-INF/jars/c2me-server-utils-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_server_utils | c2me-server-utils.mixins.json + /META-INF/jars/c2me-threading-lighting-mc1.21.1-0.3.0+alpha.0.90.jar | c2me_threading_lighting | c2me-threading-lighting.mixins.json + /META-INF/jars/exp4j-0.4.8.jar | | + /META-INF/jars/jctools-core-4.0.5.jar | | + /META-INF/jars/reactive-streams-1.0.4.jar | | + /META-INF/jars/rxjava-3.1.12.jar | | +caelus-neoforge-7.0.1+1.21.1.jar | caelus | caelus.mixins.json +caveore-1.21.1-4.0.jar | caveore | caveore.mixins.json +CerbonsAPI-NeoForge-1.21-1.3.0.jar | cerbons_api | cerbons_api.mixins.json, cerbons_api-common.mixins.json +certain_questing_additions-neoforge-1.1.5+mc1.21.1.jar | certain_questing_additions | certain_questing_additions.mixins.json +cerulean-neoforge-1.0.0-1.21.1.jar | cerulean | mixins.cerulean.json +charmofundying-neoforge-9.1.0+1.21.1.jar | charmofundying | charmofundying.mixins.json + /META-INF/jarjar/spectrelib-neoforge-0.17.2+1.21.jar | spectrelib | +ChatImpressiveAnimation-neoforge-1.5.0+mc1.21.5.jar | chatimpressiveanimation | chatimpressiveanimation.mixins.json +cherishedworlds-neoforge-10.1.1+1.21.1.jar | cherishedworlds | cherishedworlds.mixins.json +chunksending-1.21-2.8.jar | chunksending | chunksending.mixins.json +ClimateRivers-v21.1.3-1.21.1-NeoForge.jar | climaterivers | climaterivers.neoforge.mixins.json, climaterivers.common.mixins.json +cloth-config-15.0.140-neoforge.jar | cloth_config | +clutterbestiary-1.1.2-neoforge-1.21.1.jar | clutterbestiary | clutterbestiary.mixins.json, clutterbestiaryneoforge.mixins.json +colorwheel-neoforge-1.2.4+mc1.21.1.jar | colorwheel | colorwheel.mixins.json, colorwheel.neoforge.mixins.json +combat_roll-neoforge-2.0.6+1.21.1.jar | combat_roll | combat_roll.mixins.json +comforts-neoforge-9.0.5+1.21.1.jar | comforts | comforts.mixins.json + /META-INF/jarjar/spectrelib-neoforge-0.17.2+1.21.jar | spectrelib | +configured-neoforge-1.21.1-2.6.3.jar | configured | +ConfiguredDefaults-v21.1.3-1.21.1-NeoForge.jar | configureddefaults | configureddefaults.neoforge.mixins.json, configureddefaults.common.mixins.json +connectivity-1.21.1-7.6.jar | connectivity | connectivity.mixins.json +connector-2.0.0-beta.14+1.21.1-full.jar | | + /META-INF/jarjar/org.sinytra.connector-2.0.0-beta.14+1.21.1-mod.jar | connector | connector.mixins.json + /META-INF/jarjar/runtime-1.0.0+1.21.1.jar | | adapter.init.mixins.json +continuity-3.0.0+1.21.neoforge.jar | continuity | continuity.mixins.json +controllable-neoforge-1.21.1-0.25.4.jar | controllable | controllable.neoforge.mixins.json, controllable.common.mixins.json + /META-INF/jarjar/controllable-sdl-2.32.8-1.1.0.jar | | +Controlling-neoforge-1.21.1-19.0.5.jar | controlling | controlling.mixins.json, controlling.neoforge.mixins.json +ConvenientEffects-v21.1.3-1.21.1-NeoForge.jar | convenienteffects | convenienteffects.common.mixins.json, convenienteffects.neoforge.mixins.json +cookscollection-0.5.4.jar | cookscollection | +copycats-3.0.4+mc.1.21.1-neoforge.jar | copycats | copycats-common.mixins.json, copycats-neoforge.mixins.json +coroutil-neoforge-1.21.0-1.3.8.jar | coroutil | coroutil.mixins.json, coroutil_fabric.mixins.json +corpse-neoforge-1.21.1-1.1.13.jar | corpse | +corpsecurioscompat-1.21.1-NeoForge-3.1.3.jar | corpsecurioscompat | corpsecurioscompat.mixins.json +countereds_terrain_slabs-2.1.2.jar | terrainslabs | terrainslabs.mixins.json + /META-INF/jars/midnightlib-1.6.9+1.21-fabric.jar | midnightlib | midnightlib.mixins.json +CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar | crash_assistant | crash_assistant.mixins.json, crash_assistant.neoforge.mixins.json + /META-INF/jarjar/app.jar | | + /META-INF/jarjar/crash_assistant-neoforge.jar | crash_assistant | crash_assistant.mixins.json, crash_assistant.neoforge.mixins.json +create-1.21.1-6.0.10.jar | create | create.mixins.json + /META-INF/jarjar/flywheel-neoforge-1.21.1-1.0.6.jar | flywheel | flywheel.impl.mixins.json, flywheel.impl.neoforge.mixins.json, flywheel.backend.mixins.json + /META-INF/jarjar/ponder-neoforge-1.0.82+mc1.21.1.jar | ponder | ponder-common.mixins.json, ponder.mixins.json + /META-INF/jarjar/Registrate-MC1.21-1.3.0+67.jar | | +create-central-kitchen-2.3.0.jar | create_central_kitchen | create_central_kitchen.brewinandchewin.mixins.json, create_central_kitchen.minersdelight.mixins.json, create_central_kitchen.mixins.json, create_central_kitchen.dungeonsdelight.mixins.json, create_central_kitchen.mynethersdelight.mixins.json, create_central_kitchen.trailandtalesdelight.mixins.json, create_central_kitchen.extradelight.mixins.json, create_central_kitchen.farmersdelight.mixins.json, create_central_kitchen.twilightdelight.mixins.json, create_central_kitchen.endsdelight.mixins.json +create-enchantment-industry-2.3.1.jar | create_enchantment_industry | create_enchantment_industry.mixins.json +create-integrated-farming-1.2.2.jar | create_integrated_farming | create_integrated_farming.mixins.json, create_integrated_farming.createenchantablemachinery.mixins.json, create_integrated_farming.netherdepthsupgrade.mixins.json, create_integrated_farming.delightoflight.mixins.json +CreateDragonsPlus-1.10.0b.jar | create_dragons_plus | create_dragons_plus.simulated.mixins.json, create_dragons_plus.mixins.json + /META-INF/jarjar/conditional-mixin-neoforge-0.6.4.jar | conditional_mixin | +CreativeCore_NEOFORGE_v2.13.35_mc1.21.1.jar | creativecore | creativecore.mixins.json, creativecore.forge.mixins.json +CreeperOverhaul-neoforge-1.21.1-4.0.6.jar | creeperoverhaul | creeperoverhaul-common.mixins.json + /META-INF/jars/resourceful-cosmetics-4j-1.0.3.jar | | +critical_strike-neoforge-1.0.4+1.21.1.jar | critical_strike | critical_strike.mixins.json + /META-INF/jars/tiny-config-3.1.0-neoforge.jar | tiny_config | tiny_config.mixins.json +crittersandcompanions-neoforge-1.21.1-2.3.4.jar | crittersandcompanions | crittersandcompanions.mixins.json +cupboard-1.21-3.5.jar | cupboard | cupboard.mixins.json +DecorativeBlocks-Reborn-neoforge-1.21.1-6.0.1.jar | decorative_blocks | decorative_blocks.mixins.json, decorative_blocks.neoforge.mixins.json +deep_aether-1.21.1-1.1.4.jar | deep_aether | deep_aether.mixins.json + /META-INF/jarjar/aeroblender-1.21.1-1.0.0-neoforge.jar | aeroblender | aeroblender.mixins.json + /META-INF/jarjar/TerraBlender-neoforge-1.21.1-4.1.0.3.jar | terrablender | terrablender_neoforge.mixins.json, terrablender.mixins.json +deeperdarker-neoforge-1.21.1-1.4.jar | deeperdarker | deeperdarker.mixins.json +despawntweaks-neoforge-1.0.0-1.21.1.jar | despawntweaks | mixins.despawntweaks.json +Ding-1.21-NeoForge-1.5.0.jar | ding | +DnT-ancient-city-overhaul-v2 [NeoForge].jar | mr_dungeons_andtavernsancientcityoverhaul | +DnT-jungle-temple-replacement-v1.2 [NeoForge].jar | mr_dungeons_andtavernsjungletemplereplacement | +DnT-nether-fortress-overhaul-v2.4 [NeoForge].jar | mr_dungeons_andtavernsnetherfortressoverhaul | +DnT-ocean-monument-replacement-v1.2 [NeoForge].jar | mr_dungeons_andtavernsoceanmonumentreplacement | +DnT-pillager-outpost-overhaul-v2.2 [NeoForge].jar | mr_dungeons_andtavernspillageroutpostoverhaul | +DnT-stronghold-overhaul-v2.1.f [NeoForge].jar | mr_dungeons_andtavernsstrongholdoverhaul | +DnT-swamp-hut-overhaul-v2 [NeoForge].jar | mr_dungeons_andtavernsswamphutoverhaul | +DnT-woodland-mansion-replacement-v1.2 [NeoForge].jar | mr_dungeons_andtavernswoodlandmansionreplacement | +dungeons-and-taverns-v4.4.4 [NeoForge].jar | mr_dungeons_andtaverns | +DungeonsArise-1.21.1-2.1.68-release.jar | dungeons_arise | +durability_tweaks-neoforge-1.0.2.jar | durability_tweaks | durability_tweaks.mixins.json + /META-INF/jars/TinyConfig-2.3.2.jar | | +e4mc-neoforge-6.1.0.jar | e4mc | e4mc.mixins.json + /META-INF/jars/kaleido-config-0.3.3+1.3.2.jar | | +easy_mob_spawn_control-1.1.5.jar | easy_mob_spawn_control | easy_mob_spawn_control.mixins.json +effortless-1.21.1-3.4.0.jar | effortless | effortless.fabric.mixins.json +elytraslot-neoforge-9.0.2+1.21.1.jar | elytraslot | elytraslot-integrations.mixins.json +emi-1.1.22+1.21.1+neoforge.jar | emi | emi.mixins.json, emi-neoforge.mixins.json +emi_enchanting-0.1.2+1.21+neoforge.jar | emi_enchanting | +emi_loot-0.7.9+1.21+neoforge.jar | emi_loot | emi_loot.mixins.json +endermanoverhaul-neoforge-1.21.1-2.0.3.jar | endermanoverhaul | endermanoverhaul.mixins.json +endersdelight-1.2.0-1.21.1.jar | endersdelight | +enhancedbossbars-1.0.0.jar | enhancedbossbars | +entity_model_features_1.21-neoforge-3.0.12.jar | entity_model_features | entity_model_features.mixins.json +entity_texture_features_1.21-neoforge-7.0.9.jar | entity_texture_features | entity_texture_features.mixins.json +entityculling-neoforge-1.9.5-mc1.21.1.jar | entityculling | entityculling.mixins.json + /META-INF/jars/TRansition-1.0.11-1.21.1-neoforge-SNAPSHOT.jar | transition | transition.mixins.json + /META-INF/jars/TRender-1.0.10-1.21.1-neoforge-SNAPSHOT.jar | trender | trender.mixins.json +EuphoriaPatcher-1.8.6-r5.7.1-neoforge.jar | euphoria_patcher | euphoria_patcher.mixins.json +everycomp-1.21-2.11.30-neoforge.jar | everycomp | everycomp-common.mixins.json +ExclusionsLib-1.1.0-NEO.jar | exclusions_lib | +explore_ruins_aether-1.0.0-neoforge-1.21.1.jar | explore_ruins_aether (MCreator mod) | +ExplorersCompass-1.21.1-3.0.3-neoforge.jar | explorerscompass | +Explorify v1.6.4 f15-88.mod.jar | explorify | +FallingTree-1.21.1-1.21.1.11.jar | fallingtree | fallingtree.mixins.json +fancymenu_neoforge_3.8.1_MC_1.21.1.jar | fancymenu | fancymenu.mixins.json, fancymenu.neoforge.mixins.json + /META-INF/jarjar/japng-0.5.3.jar | | + /META-INF/jarjar/animated-gif-lib-for-java-animated-gif-lib-1.7.jar | | +fancytoasts-neoforge-1.21.1-1.4.6.jar | fancytoasts | fancytoasts.mixins.json +FarmersDelight-1.21.1-1.2.11a.jar | farmersdelight | farmersdelight.mixins.json +farsight-1.21.1-4.5.jar | farsight_view | farsight.mixins.json + /META-INF/jarjar/jctools-core-4.0.5.jar | | +fast-ip-ping-v1.0.8-mc1.21.1-neoforge.jar | fastipping | fastipping.mixins.json +fastasyncworldsave-1.21-2.6.jar | fastasyncworldsave | fastasyncworldsave.mixins.json +fastboot-1.21.x-v1.3neo.jar | fastboot | fastboot.mixins.json +Feature-Recycler-neoforge-2.0.0.jar | featurerecycler | featurerecycler-common.mixins.json +ferritecore-7.0.3-neoforge.jar | ferritecore | ferritecore.modelsides.mixin.json, ferritecore.mrl.mixin.json, ferritecore.dedupbakedquad.mixin.json, ferritecore.threaddetec.mixin.json, ferritecore.datacomponents.mixin.json, ferritecore.blockstatecache.mixin.json, ferritecore.dedupmultipart.mixin.json, ferritecore.accessors.mixin.json, ferritecore.fastmap.mixin.json, ferritecore.predicates.mixin.json +flerovium-neoforge-1.21.1-1.0.18-all.jar | flerovium | flerovium.mixins.json + /META-INF/jarjar/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | + /META-INF/jarjar/fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jarjar/fabric-renderer-api-v1-3.4.0+acb05a3919.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jarjar/fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar | fabric_rendering_data_attachment_v1 | fabric-rendering-data-attachment-v1.client.mixins.json, fabric-rendering-data-attachment-v1.mixins.json +forgified-fabric-api-0.116.7+2.2.4+1.21.1.jar | fabric_api | + /META-INF/jars/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | + /META-INF/jars/fabric-api-lookup-api-v1-1.6.71+c290471319.jar | fabric_api_lookup_api_v1 | fabric-api-lookup-api-v1.mixins.json + /META-INF/jars/fabric-biome-api-v1-13.0.31+1e62d33c19.jar | fabric_biome_api_v1 | fabric-biome-api-v1.mixins.json + /META-INF/jars/fabric-block-api-v1-1.1.0+b0c22bb819.jar | fabric_block_api_v1 | fabric-block-api-v1.mixins.json + /META-INF/jars/fabric-block-view-api-v2-1.0.11+e9036fd419.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jars/fabric-blockrenderlayer-v1-1.1.52+c290471319.jar | fabric_blockrenderlayer_v1 | fabric-blockrenderlayer-v1.mixins.json + /META-INF/jars/fabric-client-tags-api-v1-1.1.15+e053909619.jar | fabric_client_tags_api_v1 | + /META-INF/jars/fabric-command-api-v2-2.2.28+36d727be19.jar | fabric_command_api_v2 | fabric-command-api-v2.mixins.json, fabric-command-api-v2.client.mixins.json + /META-INF/jars/fabric-content-registries-v0-8.0.19+5e0d320019.jar | fabric_content_registries_v0 | fabric-content-registries-v0.mixins.json + /META-INF/jars/fabric-convention-tags-v1-2.1.5+7f945d5b19.jar | fabric_convention_tags_v1 | + /META-INF/jars/fabric-convention-tags-v2-2.11.1+87e5848019.jar | fabric_convention_tags_v2 | fabric-convention-tags-api-v2.mixins.json + /META-INF/jars/fabric-data-attachment-api-v1-1.4.5+26d408aa19.jar | fabric_data_attachment_api_v1 | fabric-data-attachment-api-v1.mixins.json, fabric-data-attachment-api-v1.client.mixins.json + /META-INF/jars/fabric-data-generation-api-v1-20.2.34+a4c3605619.jar | fabric_data_generation_api_v1 | fabric-data-generation-api-v1.mixins.json + /META-INF/jars/fabric-entity-events-v1-1.8.0+5ede667619.jar | fabric_entity_events_v1 | fabric-entity-events-v1.mixins.json + /META-INF/jars/fabric-events-interaction-v0-0.7.13+86e0887119.jar | fabric_events_interaction_v0 | fabric-events-interaction-v0.mixins.json, fabric-events-interaction-v0.client.mixins.json + /META-INF/jars/fabric-game-rule-api-v1-1.0.53+36d727be19.jar | fabric_game_rule_api_v1 | fabric-game-rule-api-v1.mixins.json, fabric-game-rule-api-v1.client.mixins.json + /META-INF/jars/fabric-gametest-api-v1-2.0.5+29f188ce19.jar | fabric_gametest_api_v1 | fabric-gametest-api-v1.mixins.json + /META-INF/jars/fabric-item-api-v1-11.2.0+0c57911319.jar | fabric_item_api_v1 | fabric-item-api-v1.client.mixins.json, fabric-item-api-v1.mixins.json + /META-INF/jars/fabric-item-group-api-v1-4.1.7+e324903319.jar | fabric_item_group_api_v1 | fabric-item-group-api-v1.client.mixins.json, fabric-item-group-api-v1.mixins.json + /META-INF/jars/fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar | fabric_key_binding_api_v1 | fabric-key-binding-api-v1.mixins.json + /META-INF/jars/fabric-lifecycle-events-v1-2.6.0+e40d8add19.jar | fabric_lifecycle_events_v1 | fabric-lifecycle-events-v1.client.mixins.json, fabric-lifecycle-events-v1.mixins.json + /META-INF/jars/fabric-loot-api-v2-3.0.15+a3ee712d19.jar | fabric_loot_api_v2 | fabric-loot-api-v2.mixins.json + /META-INF/jars/fabric-loot-api-v3-1.0.3+333dfad919.jar | fabric_loot_api_v3 | fabric-loot-api-v3.mixins.json + /META-INF/jars/fabric-message-api-v1-6.0.14+6a754fce19.jar | fabric_message_api_v1 | fabric-message-api-v1.client.mixins.json, fabric-message-api-v1.mixins.json + /META-INF/jars/fabric-model-loading-api-v1-2.1.0+6e8f52c719.jar | fabric_model_loading_api_v1 | fabric-model-loading-api-v1.mixins.json + /META-INF/jars/fabric-networking-api-v1-4.3.0+30a980d919.jar | fabric_networking_api_v1 | fabric-networking-api-v1.mixins.json, fabric-networking-api-v1.client.mixins.json + /META-INF/jars/fabric-object-builder-api-v1-15.2.1+cc242efd19.jar | fabric_object_builder_api_v1 | fabric-object-builder-v1.mixins.json + /META-INF/jars/fabric-particles-v1-4.0.2+824f924c19.jar | fabric_particles_v1 | fabric-particles-v1.client.mixins.json + /META-INF/jars/fabric-recipe-api-v1-5.0.15+59440bcc19.jar | fabric_recipe_api_v1 | fabric-recipe-api-v1.mixins.json + /META-INF/jars/fabric-registry-sync-v0-5.3.1+f9aace1619.jar | fabric_registry_sync_v0 | fabric-registry-sync-v0.mixins.json + /META-INF/jars/fabric-renderer-api-v1-3.4.1+9125b6dc19.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jars/fabric-renderer-indigo-1.7.1+9125b6dc19.jar | fabric_renderer_indigo | fabric-renderer-indigo.mixins.json + /META-INF/jars/fabric-rendering-data-attachment-v1-0.3.49+73761d2e19.jar | fabric_rendering_data_attachment_v1 | fabric-rendering-data-attachment-v1.client.mixins.json, fabric-rendering-data-attachment-v1.mixins.json + /META-INF/jars/fabric-rendering-fluids-v1-3.1.6+a51883b219.jar | fabric_rendering_fluids_v1 | fabric-rendering-fluids-v1.mixins.json + /META-INF/jars/fabric-rendering-v1-5.1.0+1a09bd5a19.jar | fabric_rendering_v1 | fabric-rendering-v1.mixins.json + /META-INF/jars/fabric-resource-conditions-api-v1-4.3.0+5bdd099819.jar | fabric_resource_conditions_api_v1 | fabric-resource-conditions-api-v1.mixins.json + /META-INF/jars/fabric-resource-loader-v0-1.3.1+4ea8954419.jar | fabric_resource_loader_v0 | fabric-resource-loader-v0.mixins.json, fabric-resource-loader-v0.client.mixins.json + /META-INF/jars/fabric-screen-api-v1-2.0.25+0ae1214819.jar | fabric_screen_api_v1 | fabric-screen-api-v1.mixins.json + /META-INF/jars/fabric-screen-handler-api-v1-1.3.90+8dbc56dd19.jar | fabric_screen_handler_api_v1 | fabric-screen-handler-api-v1.mixins.json + /META-INF/jars/fabric-sound-api-v1-1.0.23+10b84f8419.jar | fabric_sound_api_v1 | fabric-sound-api-v1.mixins.json + /META-INF/jars/fabric-transfer-api-v1-5.4.3+a25cb45619.jar | fabric_transfer_api_v1 | fabric-transfer-api-v1.mixins.json + /META-INF/jars/fabric-transitive-access-wideners-v1-6.2.0+6c854b6f19.jar | fabric_transitive_access_wideners_v1 | + /META-INF/jars/forgified-fabric-loader-2.5.68+0.18.4+1.21.1-full.jar | | +framework-neoforge-1.21.1-0.13.11.jar | framework | +friendsandfoes-neoforge-4.0.23+mc1.21.1.jar | friendsandfoes | friendsandfoes-common.mixins.json, friendsandfoes-neoforge.mixins.json +ftb-library-neoforge-2101.1.31.jar | ftblibrary | ftblibrary-common.mixins.json +ftb-quests-neoforge-2101.1.22.jar | ftbquests | ftbquests-common.mixins.json +ftb-teams-neoforge-2101.1.9.jar | ftbteams | +ftb-xmod-compat-neoforge-21.1.8.jar | ftbxmodcompat | +fzzy_config-0.7.6+1.21+neoforge.jar | fzzy_config | + /META-INF/jars/jankson-1.2.3.jar | | + /META-INF/jars/tomlkt-jvm-0.3.7.jar | | +gallery-1.21.1-2.0.0.jar | gallery | gallery.mixins.json +Galosphere-1.21.1-1.5.3-NeoForge.jar | galosphere | galosphere.mixins.json +gazebo-neoforge-2.1.0+1.21.1.jar | gazebo | gazebo.mixins.json +geckolib-neoforge-1.21.1-4.8.4.jar | geckolib | geckolib.mixins.json +getittogetherdrops-neoforge-1.21.5-1.4.jar | getittogetherdrops | getittogetherdrops.mixins.json +gnetum-3.3.1.jar | gnetum | gnetum.mixins.json +goblintraders-neoforge-1.21.1-1.11.2.jar | goblintraders | goblintraders.common.mixins.json +golemoverhaul-neoforge-1.21.1-1.1.0.jar | golemoverhaul | golemoverhaul.mixins.json +gpumemleakfix-1.21-1.8.jar | gpumemleakfix | gpumemleakfix.mixins.json +grind-enchantments-4.0.1+neoforge-1.21.1.jar | grindenchantments | grindenchantments.mixins.json + /META-INF/jarjar/codec-config-api-3.0.2+1.21.1.jar | codecconfigapi | codec-config-api.mixins.json +happy_ghast-3.0.0-neoforge-1.21.1.jar | dried_ghast | mixins.dried_ghast.json +hearthandharvest-1.21.1-1.1.4.jar | hearthandharvest | hearthandharvest.mixins.json +Hearths v1.0.5.mod.jar | hearths | +HellishTrials-neoforge-1.0.5.jar | hellish_trials | hellish_trials.mixins.json +hunger_tweaks-neoforge-1.0.1.jar | hunger_tweaks | hunger_tweaks.mixins.json + /META-INF/jars/TinyConfig-2.3.2.jar | | +iChunUtil-1.21-NeoForge-1.0.3.jar | ichunutil | ichunutil.mixins.json +ImmediatelyFast-NeoForge-1.6.10+1.21.1.jar | immediatelyfast | immediatelyfast-common.mixins.json, immediatelyfast-neoforge.mixins.json + /META-INF/jars/Reflect-1.6.1+curseforge.jar | | +immersive_optimization-neoforge-1.21-0.1.4.jar | immersive_optimization | immersive_optimization.mixins.json +immersivelanterns-neoforge-1.0.6-1.21.1.jar | immersivelanterns | mixins.immersivelanterns.json +ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar | immersiveui | immersiveui-common.mixins.json, immersiveui.mixins.json +iris-neoforge-1.8.12+mc1.21.1.jar | iris | mixins.iris.forge.json, mixins.iris.compat.sodium.json, mixins.iris.devenvironment.json, mixins.iris.fixes.maxfpscrash.json, iris-batched-entity-rendering.mixins.json, mixins.iris.json, mixins.iris.fantastic.json, mixins.iris.integrationtest.json, mixins.iris.vertexformat.json, mixins.iris.bettermipmaps.json, mixins.iris.compat.dh.json + /META-INF/jarjar/glsl-transformer-2.0.1.jar | | + /META-INF/jarjar/jcpp-1.4.14.jar | | + /META-INF/jarjar/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | + /META-INF/jarjar/fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jarjar/fabric-renderer-api-v1-3.4.0+acb05a3919.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jarjar/fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar | fabric_rendering_data_attachment_v1 | fabric-rendering-data-attachment-v1.client.mixins.json, fabric-rendering-data-attachment-v1.mixins.json +iris_shader_folder-1.2.5-neoforge.jar | iris_shader_folder | iris_shader_folder.mixins.json +item_descriptions-2.7.2+1.21.1-neoforge.jar | item_descriptions | item_descriptions.mixins.json + /META-INF/jarjar/kaleido-config-0.3.3+1.3.2.jar | | +ItemPhysicLite_NEOFORGE_v1.6.8_mc1.21.1.jar | itemphysiclite | itemphysiclite.mixins.json +Ixeris-4.1.5+1.21.1-neoforge.jar | ixeris_dummy | + /META-INF/jarjar/Ixeris-4.1.5+1.21.1-neoforge-mod.jar | ixeris | ixeris.mixins.json +Jade-1.21.1-NeoForge-15.10.5.jar | jade | jade.mixins.json +jei-1.21.1-neoforge-19.27.0.340.jar | jei | +jewelry-neoforge-2.3.2+1.21.1.jar | jewelry | jewelry.mixins.json +Kiwi-1.21.1-NeoForge-15.8.3.jar | kiwi | kiwi.mixins.json + /META-INF/jarjar/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | +konkrete_neoforge_1.9.9_MC_1.21.jar | konkrete | konkrete.mixins.json, konkrete.neoforge.mixins.json +kotlinforforge-5.11.0-all.jar | | + /META-INF/jarjar/kotlin-stdlib-jdk7-2.3.0.jar | | + /META-INF/jarjar/kotlin-reflect-2.3.0.jar | | + /META-INF/jarjar/kotlinx-serialization-json-jvm-1.9.0.jar | | + /META-INF/jarjar/thedarkcolour.kfflang-5.11.0.jar | | + /META-INF/jarjar/kotlin-stdlib-jdk8-2.3.0.jar | | + /META-INF/jarjar/thedarkcolour.kfflib-5.11.0.jar | | + /META-INF/jarjar/thedarkcolour.kffmod-5.11.0.jar | kotlinforforge | + /META-INF/jarjar/kotlin-stdlib-2.3.0.jar | | + /META-INF/jarjar/kotlinx-coroutines-core-jvm-1.10.2.jar | | + /META-INF/jarjar/kotlinx-coroutines-jdk8-1.10.2.jar | | + /META-INF/jarjar/kotlinx-serialization-core-jvm-1.9.0.jar | | +kubejs-create-neoforge-2101.3.1-build.18.jar | kubejs_create | kubejs_create.mixins.json +kubejs-neoforge-2101.7.2-build.348.jar | kubejs | kubejs.mixins.json + /META-INF/jarjar/tiny-java-server-1.0.0-build.33.jar | | + /META-INF/jarjar/animated-gif-lib-for-java-animated-gif-lib-1.7.jar | | +kubejsdelight-1.21.1-1.1.5.jar | kubejsdelight | kubejsdelight.mixins.json +L_Ender's Cataclysm 1.21.1-3.24.jar | cataclysm | cataclysm.mixins.json +lionfishapi-2.6.jar | lionfishapi | lionfishapi.mixins.json +lithium-neoforge-0.15.3+mc1.21.1.jar | lithium | lithium.mixins.json, lithium-neoforge.mixins.json +lithostitched-1.6.1-neoforge-1.21.1.jar | lithostitched | lithostitched.mixins.json, lithostitched.1211.mixins.json, lithostitched.neoforge.mixins.json +medieval_buildings_end_edition-1.21.1-1.0.4-neoforge.jar | medievalend | mixins.medievalend.json +medieval_buildings_nether_edition-1.21.1-1.0.2-neoforge.jar | medieval_nether | mixins.medieval_nether.json +melody_neoforge_1.0.10_MC_1.21.jar | melody | melody.neoforge.mixins.json, melody.mixins.json +midnightlib-neoforge-1.9.2+1.21.1.jar | midnightlib | midnightlib.mixins.json +MindfulDarkness-v21.1.0-1.21.1-NeoForge.jar | mindfuldarkness | mindfuldarkness.common.mixins.json, mindfuldarkness.neoforge.mixins.json +misctweaks-1.3.0+1.21.1-neoforge.jar | misctweaks | misctweaks.mixins.json + /META-INF/jarjar/mixson-neoforge-v1.4.0.jar | mixson | mixson.mixins.json +modernfix-neoforge-5.27.3+mc1.21.1.jar | modernfix | modernfix-modernfix.mixins.json +modtabs-1.21.1-2.3.1-Neoforge.jar | modtabs | +moonlight-1.21-2.29.20-neoforge.jar | moonlight | moonlight.mixins.json, moonlight-common.mixins.json +moreculling-neoforge-1.21.1-1.0.7.jar | moreculling | moreculling.mixins.json, moreculling.neoforge.mixins.json + /META-INF/jarjar/conditional-mixin-neoforge-0.6.3.jar | conditional_mixin | +MouseTweaks-neoforge-mc1.21-2.26.1.jar | mousetweaks | mousetweaks-fabric.mixins.json, mousetweaks.mixins.json +mowziesmobs-1.21.1-1.8.1.jar | mowziesmobs | mowziesmobs.mixins.json +mru-1.0.19+LTS+1.21.1+neoforge.jar | mru | + /META-INF/jarjar/commonmark-0.21.0.jar | | +MyNethersDelight-1.21.1-1.9.jar | mynethersdelight | mynethersdelight.mixins.json +natures_delight-1.12-1.21.1.jar | natures_delight | natures_delight.mixins.json +natures_spirit-2.2.5-1.21.1.jar | natures_spirit | natures_spirit.mixins.json +NaturesCompass-1.21.1-3.0.3-neoforge.jar | naturescompass | +Necronomicon-NeoForge-1.6.0+1.21.jar | necronomicon | necronomicon-common.mixins.json +nocreeperexplosion-1.21-1.21.5-1.0.0+neoforge.jar | nocreeperexplosion | nocreeperexplosion.mixins.json, nocreeperexplosion.neoforge.mixins.json +noisium-neoforge-2.7.0+mc1.21-1.21.1.jar | noisium | noisium-common.mixins.json +Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar | nerb | nerb-common.mixins.json +notenoughanimations-neoforge-1.11.3-mc1.21.1.jar | notenoughanimations | notenoughanimations.mixins.json + /META-INF/jars/TRansition-1.0.12-1.21.1-neoforge-SNAPSHOT.jar | transition | transition.mixins.json + /META-INF/jars/TRender-1.0.10-1.21.1-neoforge-SNAPSHOT.jar | trender | trender.mixins.json +OctoLib-NEOFORGE-0.6.1+1.21.jar | octolib | octolib-common.mixins.json + /META-INF/jars/snakeyaml-2.2.jar | | +onlyhammersandexcavators-1.21.1-0.9.jar | onlyhammersandexcavators | onlyhammersandexcavators.mixins.json +OverflowingBars-v21.1.1-1.21.1-NeoForge.jar | overflowingbars | overflowingbars.common.mixins.json, overflowingbars.neoforge.mixins.json +owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar | owo | owo.mixins.json + /META-INF/jars/endec-0.1.8.1.jar | | + /META-INF/jars/fabric-api-base-0.4.42+d1308dedd1.jar | fabric_api_base | + /META-INF/jars/gson-0.1.5.1.jar | | + /META-INF/jars/jankson-0.1.5.1.jar | | + /META-INF/jars/jankson-1.2.2.jar | | + /META-INF/jars/netty-0.1.4.1.jar | | +paladins-neoforge-2.7.1+1.21.1.jar | paladins | paladins.mixins.json + /META-INF/jars/shield-api-2.1.0-neoforge.jar | shield_api | shield_api.mixins.json +particular-1.21.1-NeoForge-1.1.7.jar | particular | particular.mixins.json +Paxi-1.21.1-NeoForge-5.1.3.jar | paxi | paxi.mixins.json, paxi_neoforge.mixins.json +PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar | pickupnotifier | pickupnotifier.common.mixins.json, pickupnotifier.neoforge.mixins.json +Ping-Wheel-1.12.1-neoforge-1.21.1.jar | pingwheel | pingwheel.mixins.json +player-animation-lib-forge-2.0.4+1.21.1.jar | playeranimator | playerAnimator-common.mixins.json +polytone-1.21-3.6.4-neoforge.jar | polytone | polytone.mixins.json, polytone-common.mixins.json + /META-INF/jars/exp4j-0.4.8.jar | | +PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForge.jar | presencefootsteps | presencefootsteps.mixin.json +Pretty Rain-1.21.1-NeoForge-1.1.4.jar | particlerain | particlerain.mixins.json +ProPlacer-v21.1.1-1.21.1-NeoForge.jar | proplacer | proplacer.neoforge.mixins.json, proplacer.common.mixins.json +puffish_skills-0.17.3-1.21-neoforge.jar | puffish_skills | puffish_skills.mixins.json +punchy-2.4.5-neoforge-1.21.1.jar | punchy | punchy.mixins.json, punchy.mixins.modefite.json, punchy.compat.mixins.json +PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar | puzzleslib | puzzleslib.common.mixins.json, puzzleslib.neoforge.mixins.json +Quark-4.1-476.jar | quark | quark.mixins.json, quark_integrations.mixins.json + /META-INF/jarjar/biolith-neoforge-3.0.10.jar | biolith | biolith.mixins.json, biolith.neoforge.mixins.json +QuarkPonders-1.5.1_NeoForge-1.21.1.jar | quark_ponders | + /META-INF/jarjar/flywheel-neoforge-1.21.1-1.0.6-41.jar | flywheel | flywheel.impl.mixins.json, flywheel.impl.neoforge.mixins.json, flywheel.backend.mixins.json + /META-INF/jarjar/ponder-neoforge-1.0.82+mc1.21.1.jar | ponder | ponder-common.mixins.json, ponder.mixins.json +quick-pack-neoforge-1.2.0+1.21.10.jar | quick_pack | quick-pack.mixins.json +ranged_weapon_api-neoforge-2.3.3+1.21.1.jar | ranged_weapon_api | ranged_weapon_api.mixins.json +redirected-neoforge-1.0.0-1.21.1.jar | redirected | mixins.redirected_forge_1.20.1.json, mixins.redirected_fabric_1.20.1.json, mixins.redirected_fabric_1.21.1.json, mixins.redirected_neoforge_1.21.1.json +reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar | reeses_sodium_options | reeses-sodium-options.mixins.json +reliable_remover-neoforge-1.21.1-2.2.4.jar | reliable_remover | reliable_remover.neoforge.mixins.json, reliable_remover.mixins.json + /META-INF/jarjar/reliable-recipes-1.12.0-1.21.1-neoforge.jar | reliable_recipes | reliable_recipes.mixins.json, reliable_recipes.neoforge.mixins.json +reliable_replacer-neoforge-1.21.1-1.3.0.jar | reliable_replacer | reliable_replacer.mixins.json, reliable_replacer.neoforge.mixins.json +relics-neoforge-1.3.0+1.21.1.jar | relics_rpgs | relics_rpgs.mixins.json +repurposed_structures-7.5.18+1.21.1-neoforge.jar | repurposed_structures | repurposed_structures-neoforge.mixins.json, repurposed_structures-common.mixins.json +resourcefulconfig-neoforge-1.21-3.0.11.jar | resourcefulconfig | resourcefulconfig.mixins.json +resourcefullib-neoforge-1.21-3.0.12.jar | resourcefullib | resourcefullib.mixins.json + /META-INF/jars/bytecodecs-1.1.2.jar | | + /META-INF/jars/yabn-1.0.3.jar | | +rhenium-1.0.0+neo.jar | rhenium | rhenium.mixins.json +rhino-2101.2.7-build.81.jar | rhino | +Ribbits-1.21.1-NeoForge-4.1.6.jar | ribbits | ribbits_neoforge.mixins.json, ribbits.mixins.json +rogues-neoforge-2.7.0+1.21.1.jar | rogues | rogues.mixins.json +RPGStructures_MageGuild_1.0.5.jar | rpgstructures_mages_guild | +runes-neoforge-1.2.1+1.21.1.jar | runes | runes.mixins.json + /META-INF/jars/bundle-api-1.1.0-neoforge.jar | bundleapi | bundleapi.mixins.json +rusticdelight-neoforge-1.21-1.5.3.jar | rusticdelight | +sawmill-1.21-1.7.2-neoforge.jar | sawmill | sawmill.mixins.json, sawmill-common.mixins.json +Searchables-neoforge-1.21.1-1.0.2.jar | searchables | searchables.neoforge.mixins.json, searchables.mixins.json +shield_api-neoforge-2.2.0.jar | shield_api | shield_api.mixins.json +simplest_copper_gear-1.21.1-1.0.7.jar | simplest_copper_gear | +skill_tree-neoforge-1.4.4+1.21.1.jar | skill_tree_rpgs | skill_tree_rpgs.mixins.json +smart_particles-21.8.10.jar | smart_particles | sp.mixins.json +smoothchunk-1.21-4.1.jar | smoothchunk | smoothchunk.mixins.json +smoothmovement-1.21.1-2.7.jar | smoothmovement | smoothmovement.mixins.json +smsn-neoforge-1.4.0-1.21.1.jar | smsn | smsn-common.mixins.json, smsn.mixins.json +SnowRealMagic-1.21.1-NeoForge-12.2.1.jar | snowrealmagic | snowrealmagic.mixins.json + /META-INF/jarjar/fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jarjar/fabric-game-rule-api-v1-1.0.53+36d727be19.jar | fabric_game_rule_api_v1 | fabric-game-rule-api-v1.mixins.json, fabric-game-rule-api-v1.client.mixins.json + /META-INF/jarjar/fabric-model-loading-api-v1-2.0.0+986ae77219.jar | fabric_model_loading_api_v1 | fabric-model-loading-api-v1.mixins.json + /META-INF/jarjar/fabric-renderer-api-v1-3.4.0+9c40919e19.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jarjar/fabric-renderer-indigo-1.7.0+acb05a3919.jar | fabric_renderer_indigo | fabric-renderer-indigo.mixins.json + /META-INF/jarjar/forgified-fabric-loader-2.5.29+0.16.0+1.21-full.jar | | +sodium-neoforge-0.6.13+mc1.21.1.jar | sodium | sodium-neoforge.mixins.json, sodium-common.mixins.json + /META-INF/jarjar/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | + /META-INF/jarjar/fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar | fabric_rendering_data_attachment_v1 | fabric-rendering-data-attachment-v1.client.mixins.json, fabric-rendering-data-attachment-v1.mixins.json + /META-INF/jarjar/fabric-renderer-api-v1-3.4.0+9c40919e19.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jarjar/fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jarjar/net.caffeinemc.sodium-neoforge-0.6.13+mc1.21.1-service.jar | | +sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar | sodiumdynamiclights | mixins.sodiumdynamiclights.json +sodiumextras-neoforge-1.0.8-1.21.1.jar | sodiumextras | mixins.sodiumextras.json +sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar | sodiumoptionsapi | mixins.sodiumoptionsapi.json +sound_physics_perfected-1.17.0-alpha+1.21.1-neoforge.jar | sound_physics_perfected | sound_physics_perfected.mixins.json + /META-INF/jars/mixinconstraints-1.1.0.jar | | +sounds-2.4.22+lts+1.21.1-neoforge.jar | sounds | sounds.mixins.json +spell_engine-neoforge-1.9.8+1.21.1.jar | spell_engine | spell_engine.mixins.json, spell_engine-neoforge.mixins.json + /META-INF/jars/tiny-config-3.1.0-neoforge.jar | tiny_config | tiny_config.mixins.json +spell_power-neoforge-1.4.6+1.21.1.jar | spell_power | spell_power.mixins.json + /META-INF/jars/tiny-config-3.1.0-neoforge.jar | tiny_config | tiny_config.mixins.json +spyglass_improvements-1.5.7+mc1.21+neoforge.jar | spyglass_improvements | spyglass_improvements.neoforge.mixins.json, spyglass_improvements.common.mixins.json +stackablepotions-1.21.1-NeoForge-1.0.0.jar | stackablepotions | stackablepotions.mixins.json +stonezone-1.21-2.11.12-neoforge.jar | stonezone | +structure_layout_optimizer-neoforge-1.0.12.jar | structure_layout_optimizer | structure_layout_optimizer.mixins.json +structure_pool_api-neoforge-1.2.1+1.21.1.jar | structure_pool_api | structure_pool.mixins.json +structureessentials-1.21.1-4.8.jar | structureessentials | structureessentials.mixins.json +structurify-neoforge-2.0.19+mc1.21.1.jar | structurify | structurify-neoforge.mixins.json, structurify-common.mixins.json +super_resolution-neoforge-1.21-1.21.1-0.8.0-alpha.1.jar | super_resolution | super_resolution.mixins.json, super_resolution-neoforge-compat.mixins.json, super_resolution-neoforge.mixins.json + /META-INF/jarjar/lwjgl-vulkan-3.3.3.jar | | +supplementaries-1.21-3.5.29-neoforge.jar | supplementaries | supplementaries-common.mixins.json, supplementaries.mixins.json +TerraBlender-neoforge-1.21.1-4.1.0.8.jar | terrablender | terrablender_neoforge.mixins.json, terrablender.mixins.json +Terralith_1.21.x_v2.5.8.jar | terralith | +threadtweak-1.21.1-NeoForge-1.0.0.jar | threadtweak | threadtweak.neoforge.mixins.json, threadtweak.mixins.json +tide-neoforge-1.21.1-2.0.3.jar | tide | tide.mixins.json, tide-neoforge.mixins.json +toms_storage-1.21-2.3.2.jar | toms_storage | +toms_storage_star_optimized-0.9.1.jar | toms_storage_star_optimized | toms_storage_star_optimized.mixins.json +Too Many Entities 1.21.1 NeoForge v1.2.0.jar | too_many_entities | too_many_entities-neoforge.mixins.json, too_many_entities.mixins.json +txnilib-neoforge-1.0.24-1.21.1.jar | txnilib | mixins.txnilib.json + /META-INF/jars/forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar | fabric_api | + /META-INF/jars/fabric-api-base-0.4.42+d1308ded19.jar | fabric_api_base | + /META-INF/jars/fabric-api-lookup-api-v1-1.6.70+c21168c319.jar | fabric_api_lookup_api_v1 | fabric-api-lookup-api-v1.mixins.json + /META-INF/jars/fabric-biome-api-v1-13.0.31+1e62d33c19.jar | fabric_biome_api_v1 | fabric-biome-api-v1.mixins.json + /META-INF/jars/fabric-block-api-v1-1.0.22+a6e994cd19.jar | fabric_block_api_v1 | fabric-block-api-v1.mixins.json + /META-INF/jars/fabric-block-view-api-v2-1.0.11+e9036fd419.jar | fabric_block_view_api_v2 | fabric-block-view-api-v2.client.mixins.json, fabric-block-view-api-v2.mixins.json + /META-INF/jars/fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar | fabric_blockrenderlayer_v1 | fabric-blockrenderlayer-v1.mixins.json + /META-INF/jars/fabric-client-tags-api-v1-1.1.15+e053909619.jar | fabric_client_tags_api_v1 | + /META-INF/jars/fabric-command-api-v2-2.2.28+36d727be19.jar | fabric_command_api_v2 | fabric-command-api-v2.mixins.json, fabric-command-api-v2.client.mixins.json + /META-INF/jars/fabric-content-registries-v0-8.0.18+0a0c14ff19.jar | fabric_content_registries_v0 | fabric-content-registries-v0.mixins.json + /META-INF/jars/fabric-convention-tags-v1-2.1.4+7f945d5b19.jar | fabric_convention_tags_v1 | + /META-INF/jars/fabric-convention-tags-v2-2.11.0+87e5848019.jar | fabric_convention_tags_v2 | fabric-convention-tags-api-v2.mixins.json + /META-INF/jars/fabric-data-attachment-api-v1-1.4.3+58235da019.jar | fabric_data_attachment_api_v1 | fabric-data-attachment-api-v1.mixins.json, fabric-data-attachment-api-v1.client.mixins.json + /META-INF/jars/fabric-data-generation-api-v1-20.2.28+2d91a6db19.jar | fabric_data_generation_api_v1 | fabric-data-generation-api-v1.mixins.json + /META-INF/jars/fabric-entity-events-v1-1.7.0+1af6e62419.jar | fabric_entity_events_v1 | fabric-entity-events-v1.mixins.json + /META-INF/jars/fabric-events-interaction-v0-0.7.13+7b71cc1619.jar | fabric_events_interaction_v0 | fabric-events-interaction-v0.client.mixins.json, fabric-events-interaction-v0.mixins.json + /META-INF/jars/fabric-game-rule-api-v1-1.0.53+36d727be19.jar | fabric_game_rule_api_v1 | fabric-game-rule-api-v1.mixins.json, fabric-game-rule-api-v1.client.mixins.json + /META-INF/jars/fabric-gametest-api-v1-2.0.5+29f188ce19.jar | fabric_gametest_api_v1 | fabric-gametest-api-v1.mixins.json + /META-INF/jars/fabric-item-api-v1-11.1.1+57cdfa8219.jar | fabric_item_api_v1 | fabric-item-api-v1.client.mixins.json, fabric-item-api-v1.mixins.json + /META-INF/jars/fabric-item-group-api-v1-4.1.7+e324903319.jar | fabric_item_group_api_v1 | fabric-item-group-api-v1.client.mixins.json, fabric-item-group-api-v1.mixins.json + /META-INF/jars/fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar | fabric_key_binding_api_v1 | fabric-key-binding-api-v1.mixins.json + /META-INF/jars/fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar | fabric_lifecycle_events_v1 | fabric-lifecycle-events-v1.client.mixins.json, fabric-lifecycle-events-v1.mixins.json + /META-INF/jars/fabric-loot-api-v2-3.0.15+a3ee712d19.jar | fabric_loot_api_v2 | fabric-loot-api-v2.mixins.json + /META-INF/jars/fabric-loot-api-v3-1.0.3+333dfad919.jar | fabric_loot_api_v3 | fabric-loot-api-v3.mixins.json + /META-INF/jars/fabric-message-api-v1-6.0.13+e053909619.jar | fabric_message_api_v1 | fabric-message-api-v1.client.mixins.json, fabric-message-api-v1.mixins.json + /META-INF/jars/fabric-model-loading-api-v1-2.0.0+986ae77219.jar | fabric_model_loading_api_v1 | fabric-model-loading-api-v1.mixins.json + /META-INF/jars/fabric-networking-api-v1-4.3.0+4f690eb619.jar | fabric_networking_api_v1 | fabric-networking-api-v1.mixins.json, fabric-networking-api-v1.client.mixins.json + /META-INF/jars/fabric-object-builder-api-v1-15.2.1+cc242efd19.jar | fabric_object_builder_api_v1 | fabric-object-builder-v1.mixins.json + /META-INF/jars/fabric-particles-v1-4.0.2+824f924c19.jar | fabric_particles_v1 | fabric-particles-v1.client.mixins.json + /META-INF/jars/fabric-recipe-api-v1-5.0.14+59440bcc19.jar | fabric_recipe_api_v1 | fabric-recipe-api-v1.mixins.json + /META-INF/jars/fabric-registry-sync-v0-5.2.0+867470b919.jar | fabric_registry_sync_v0 | fabric-registry-sync-v0.mixins.json + /META-INF/jars/fabric-renderer-api-v1-3.4.0+9c40919e19.jar | fabric_renderer_api_v1 | fabric-renderer-api-v1.debughud.mixins.json, fabric-renderer-api-v1.mixins.json + /META-INF/jars/fabric-renderer-indigo-1.7.0+4198af7119.jar | fabric_renderer_indigo | fabric-renderer-indigo.mixins.json + /META-INF/jars/fabric-rendering-data-attachment-v1-0.3.49+73761d2e19.jar | fabric_rendering_data_attachment_v1 | fabric-rendering-data-attachment-v1.client.mixins.json, fabric-rendering-data-attachment-v1.mixins.json + /META-INF/jars/fabric-rendering-fluids-v1-3.1.6+857185bc19.jar | fabric_rendering_fluids_v1 | fabric-rendering-fluids-v1.mixins.json + /META-INF/jars/fabric-rendering-v1-5.0.5+077ba95f19.jar | fabric_rendering_v1 | fabric-rendering-v1.mixins.json + /META-INF/jars/fabric-resource-conditions-api-v1-4.3.0+5bdd099819.jar | fabric_resource_conditions_api_v1 | fabric-resource-conditions-api-v1.mixins.json + /META-INF/jars/fabric-resource-loader-v0-1.3.1+4ea8954419.jar | fabric_resource_loader_v0 | fabric-resource-loader-v0.mixins.json, fabric-resource-loader-v0.client.mixins.json + /META-INF/jars/fabric-screen-api-v1-2.0.25+4228281319.jar | fabric_screen_api_v1 | fabric-screen-api-v1.mixins.json + /META-INF/jars/fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar | fabric_screen_handler_api_v1 | fabric-screen-handler-api-v1.mixins.json + /META-INF/jars/fabric-sound-api-v1-1.0.23+10b84f8419.jar | fabric_sound_api_v1 | fabric-sound-api-v1.mixins.json + /META-INF/jars/fabric-transfer-api-v1-5.4.2+a25cb45619.jar | fabric_transfer_api_v1 | fabric-transfer-api-v1.mixins.json + /META-INF/jars/fabric-transitive-access-wideners-v1-6.2.0+6c854b6f19.jar | fabric_transitive_access_wideners_v1 | + /META-INF/jars/forgified-fabric-loader-2.5.29+0.16.0+1.21-full.jar | | +UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar | universalbonemeal | universalbonemeal.neoforge.mixins.json, universalbonemeal.common.mixins.json +UniversalEnchants-v21.1.6-1.21.1-NeoForge.jar | universalenchants | universalenchants.neoforge.mixins.json, universalenchants.common.mixins.json +vanillin-neoforge-1.21.1-1.1.3.jar | vanillin | vanillin.mixins.json, vanillin.neoforge.mixins.json + /META-INF/jars/flywheel-neoforge-1.21.1-1.0.4.jar | flywheel | flywheel.impl.mixins.json, flywheel.backend.mixins.json +variantsandventures-neoforge-1.0.23+mc1.21.1.jar | variantsandventures | variantsandventures-common.mixins.json, variantsandventures-neoforge.mixins.json +wabbanode-companion-neoforge-1.21.1-1.0.1.jar | wabbanodecompanion | wabbanodecompanion.mixins.json +walljump-1.21.1-1.3.5-neoforge.jar | walljump | walljump.mixins.json + /META-INF/jarjar/configlibtxf-7.2.8-neoforge.jar | configlibtxf | +watut-neoforge-1.21.0-1.2.7.jar | watut | watut_fabric.mixins.json, watut.mixins.json +waystones-neoforge-1.21.1-21.1.29.jar | waystones | waystones.mixins.json, waystones.neoforge.mixins.json +wizards-neoforge-2.7.1+1.21.1.jar | wizards | wizards.mixins.json +worldgen-patches-1.1.0-neoforge-1.21.1.jar | worldgen_patches | worldgen_patches.mixins.json +worldweaver-21.0.19.jar | wover | wover.biome.mixins.common.json, wover.item.mixins.client.json, wover.item.mixins.common.json, wover.core.mixins.common.json, wover.surface.mixins.common.json, wover.datagen.mixins.common.json, wover.poi.mixins.common.json, wover.block.mixins.common.json, wover.common.mixins.common.json, wover.common.mixins.client.json, wover.math.mixins.common.json, wover.event.mixins.common.json, wover.event.mixins.client.json, wover.generator.mixins.client.json, wover.generator.mixins.common.json, wover.preset.mixins.client.json, wover.preset.mixins.common.json, wover.potion.mixins.common.json, wover.recipe.mixins.client.json, wover.recipe.mixins.common.json, wover.feature.mixins.common.json, wover.tag.mixins.common.json, wover.ui.mixins.client.json, wover.ui.mixins.common.json, wover.structure.mixins.common.json +wunderlib-21.0.10.jar | wunderlib | +xaerominimap-neoforge-1.21.1-25.3.10.jar | xaerominimap | xaerohud.neoforge.mixins.json, xaerohud.mixins.json, xaerominimap.neoforge.mixins.json, xaerominimap.mixins.json + /META-INF/jarjar/xaerolib-neoforge-1.21.1-1.1.0.jar | xaerolib | xaerolib.neoforge.mixins.json, xaerolib.mixins.json +xaeroworldmap-neoforge-1.21.1-1.40.11.jar | xaeroworldmap | xaeroworldmap.mixins.json, xaeroworldmap.neoforge.mixins.json + /META-INF/jarjar/xaerolib-neoforge-1.21.1-1.1.0.jar | xaerolib | xaerolib.neoforge.mixins.json, xaerolib.mixins.json +yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar | yet_another_config_lib_v3 | yacl.mixins.json, yacl-fabric.mixins.json + /META-INF/jarjar/common-image-3.12.0.jar | | + /META-INF/jarjar/common-io-3.12.0.jar | | + /META-INF/jarjar/common-lang-3.12.0.jar | | + /META-INF/jarjar/gson-0.2.1.jar | | + /META-INF/jarjar/imageio-core-3.12.0.jar | | + /META-INF/jarjar/imageio-metadata-3.12.0.jar | | + /META-INF/jarjar/imageio-webp-3.12.0.jar | | + /META-INF/jarjar/json-0.2.1.jar | | +YungsApi-1.21.1-NeoForge-5.1.6.jar | yungsapi | yungsapi.mixins.json, yungsapi_neoforge.mixins.json +YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar | betterdeserttemples | betterdeserttemples.mixins.json +YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar | betterdungeons | betterdungeons.mixins.json +YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar | betterendisland | betterendisland.mixins.json +YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar | betterjungletemples | betterjungletemples.mixins.json +YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar | bettermineshafts | bettermineshafts.mixins.json +YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar | betterfortresses | betterfortresses.mixins.json +YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar | betteroceanmonuments | betteroceanmonuments.mixins.json +YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar | betterwitchhuts | betterwitchhuts.mixins.json +Zeta-1.1-39.jar | zeta | zeta.mixins.json, zeta_forge.mixins.json diff --git a/logs/stderr_stream.log b/logs/stderr_stream.log new file mode 100644 index 0000000..3a791de --- /dev/null +++ b/logs/stderr_stream.log @@ -0,0 +1,5 @@ +----------------------------------------------------------------------------------- +DateTime: 07.05.2026 22:06:13:456 +03:00; PID: 226480 +This file contains the stderr stream of the Minecraft process logged to a file. +It does not include stdout or log (log4j) messages to avoid performance impact. +----------------------------------------------------------------------------------- diff --git a/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar b/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar new file mode 100644 index 0000000..601f04e Binary files /dev/null and b/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar differ diff --git a/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar.input b/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar.input new file mode 100644 index 0000000..e522396 --- /dev/null +++ b/mods/.connector/biomespy-fabric-1.21.1-1.3.3_mapped_moj_1.21.1.jar.input @@ -0,0 +1 @@ +2.0.0-beta.14+1.21.1,client,23a2423b0b233b3a44eacf15e5ea7c2ffd61c6c1df572562a4f98da5db0a8aa9 \ No newline at end of file diff --git a/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar b/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar new file mode 100644 index 0000000..b112826 Binary files /dev/null and b/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar differ diff --git a/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar.input b/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar.input new file mode 100644 index 0000000..86f2793 --- /dev/null +++ b/mods/.connector/continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.jar.input @@ -0,0 +1 @@ +2.0.0-beta.14+1.21.1,client,4cc0a4a09ae09c64bb567e42381652b700f9cade5067a75e83115662cc475f0a \ No newline at end of file diff --git a/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar b/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar new file mode 100644 index 0000000..9039ed9 Binary files /dev/null and b/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar differ diff --git a/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar.input b/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar.input new file mode 100644 index 0000000..e3a0dc2 --- /dev/null +++ b/mods/.connector/countereds_terrain_slabs-2.1.2_mapped_moj_1.21.1.jar.input @@ -0,0 +1 @@ +2.0.0-beta.14+1.21.1,client,830068d01ad34da38798eaf1b9dfa83870331c49807f1bf9b1591797e9b5b2eb \ No newline at end of file diff --git a/mods/.connector/patch_audit.txt b/mods/.connector/patch_audit.txt new file mode 100644 index 0000000..c7934cc --- /dev/null +++ b/mods/.connector/patch_audit.txt @@ -0,0 +1,21 @@ +==== Connector Mixin Patch Audit Summary ==== +Successful: 3 +Partial: 0 +Failed: 0 +Success rate: 100,00% Accuracy: 100,00% +============================================= + +Mixin method me/pepperbell/continuity/client/mixin/FallingBlockEntityRendererMixin continuity$beforeRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V + >> Using org.sinytra.adapter.patch.processor.PropertyProcessor + - Set property 'at' to: AtData{target=Lnet/minecraft/client/renderer/block/ModelBlockRenderer;tesselateBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;)V, value=INVOKE} + - Set property 'method' to: MethodQualifier[owner=Lnet/minecraft/client/renderer/entity/FallingBlockRenderer;, name=render, desc=(Lnet/minecraft/world/entity/item/FallingBlockEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;I)V] + +Mixin method me/pepperbell/continuity/client/mixin/AtlasLoaderMixin continuity$afterLoadSources(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;)V + >> Using org.sinytra.adapter.transform.preprocess.LocalCaptureUpgradeTransformer + - Upgrade captured locals + +Mixin method me/pepperbell/continuity/client/mixin/FallingBlockEntityRendererMixin continuity$afterRenderModel(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V + >> Using org.sinytra.adapter.patch.processor.PropertyProcessor + - Set property 'at' to: AtData{target=Lnet/minecraft/client/renderer/block/ModelBlockRenderer;tesselateBlock(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;)V, value=INVOKE, shift=AFTER} + - Set property 'method' to: MethodQualifier[owner=Lnet/minecraft/client/renderer/entity/FallingBlockRenderer;, name=render, desc=(Lnet/minecraft/world/entity/item/FallingBlockEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;I)V] + diff --git a/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar b/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar new file mode 100644 index 0000000..be924a0 Binary files /dev/null and b/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar differ diff --git a/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar.input b/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar.input new file mode 100644 index 0000000..08c61f0 --- /dev/null +++ b/mods/.connector/temp/countereds_terrain_slabs-2.1.2$midnightlib-1.6.9+1.21-fabric.jar.input @@ -0,0 +1 @@ +2.0.0-beta.14+1.21.1,client,c86e66fb3561ff18c8544c7c506c4e4fc8865b069ad45fc4f6d3677e688797f7 \ No newline at end of file diff --git a/natives/OpenAL.dll b/natives/OpenAL.dll new file mode 100644 index 0000000..74c849d Binary files /dev/null and b/natives/OpenAL.dll differ diff --git a/natives/glfw.dll b/natives/glfw.dll new file mode 100644 index 0000000..337216c Binary files /dev/null and b/natives/glfw.dll differ diff --git a/natives/jemalloc.dll b/natives/jemalloc.dll new file mode 100644 index 0000000..bc259af Binary files /dev/null and b/natives/jemalloc.dll differ diff --git a/natives/jna14724686192902094308.dll b/natives/jna14724686192902094308.dll new file mode 100644 index 0000000..b4cacd1 Binary files /dev/null and b/natives/jna14724686192902094308.dll differ diff --git a/natives/jna14724686192902094308.dll.x b/natives/jna14724686192902094308.dll.x new file mode 100644 index 0000000..e69de29 diff --git a/natives/lwjgl.dll b/natives/lwjgl.dll new file mode 100644 index 0000000..ae44114 Binary files /dev/null and b/natives/lwjgl.dll differ diff --git a/natives/lwjgl_opengl.dll b/natives/lwjgl_opengl.dll new file mode 100644 index 0000000..5efddd2 Binary files /dev/null and b/natives/lwjgl_opengl.dll differ diff --git a/natives/lwjgl_stb.dll b/natives/lwjgl_stb.dll new file mode 100644 index 0000000..339227f Binary files /dev/null and b/natives/lwjgl_stb.dll differ diff --git a/options.txt b/options.txt new file mode 100644 index 0000000..69a8e4d --- /dev/null +++ b/options.txt @@ -0,0 +1,346 @@ +lang:ru_ru +version:3955 +ao:true +biomeBlendRadius:2 +enableVsync:false +entityDistanceScaling:1.0 +entityShadows:true +forceUnicodeFont:false +japaneseGlyphVariants:false +fov:0.375 +fovEffectScale:0.255309586391589 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +prioritizeChunkUpdates:0 +fullscreen:true +gamma:0.5 +graphicsMode:1 +guiScale:0 +maxFps:260 +mipmapLevels:4 +narrator:0 +particles:0 +reducedDebugInfo:false +renderClouds:"true" +renderDistance:16 +simulationDistance:8 +screenEffectScale:1.0 +soundDevice:"" +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +showSubtitles:false +directionalAudio:false +touchscreen:false +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:true +hideLightningFlashes:false +hideSplashTexts:false +mouseSensitivity:0.2517605633802817 +damageTiltStrength:1.0 +highContrast:false +narratorHotkey:true +resourcePacks:["vanilla","fabric","mod_resources","moonlight:merged_pack","file/coquet-0-9-1.zip","file/Freshly Detailed 4.0.zip","file/Cataclysm Reimagined v1.3.5 for NeoForge.zip","file/Create Touch-Ups v1.0.zip","file/BetterBetterX-v1.1-noStone.zip","file/waystones_1.21.1.zip","file/FTB-Vanilla-Like-1.0.zip","file/mod-descriptions-v8.1.zip","file/TerralithBiomesNames.zip","file/MandalasGUI+Dakmode_1.21.8_v2.5.zip","file/Mandala Utopia.zip","file/Reimagined Tweaks 11.zip","file/ShaderPanoramaFor1.21.zip","file/music-and-melody-1.21.5-v2.1.0.zip","file/Atmospheric Skies Fog 1.3.zip","file/FreshAnimations_v1.9.2.zip","file/FA+Details-v1.1.zip","file/FA+Spiders-v1.1.zip","file/-1.21.2 Fresh Moves v3.1 (No Animated Eyes).zip"] +incompatibleResourcePacks:["file/coquet-0-9-1.zip","file/FTB-Vanilla-Like-1.0.zip","file/TerralithBiomesNames.zip","file/MandalasGUI+Dakmode_1.21.8_v2.5.zip"] +lastServer: +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:true +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:1.0 +chatDelay:0.0 +chatHeightUnfocused:0.4375 +chatScale:1.0 +chatWidth:1.0 +notificationDisplayTime:1.0 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:true +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:false +syncChunkWrites:true +showAutosaveIndicator:false +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +menuBackgroundBlurriness:5 +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.control +key_key.sprint:key.keyboard.left.shift +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.p +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.slash +key_key.socialInteractions:key.keyboard.o +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +key_key.smoothCamera:key.keyboard.unknown +key_key.fullscreen:key.keyboard.f11 +key_key.spectatorOutlines:key.keyboard.unknown +key_key.swapOffhand:key.keyboard.f +key_key.saveToolbarActivator:key.keyboard.unknown +key_key.loadToolbarActivator:key.keyboard.unknown +key_key.advancements:key.keyboard.unknown +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +key_key.hotbar.6:key.keyboard.6 +key_key.hotbar.7:key.keyboard.7 +key_key.hotbar.8:key.keyboard.8 +key_key.hotbar.9:key.keyboard.9 +key_key.fancytoasts.config_menu:key.keyboard.unknown +key_key.puffish_skills.open:key.keyboard.k +key_key.aileron.smokestack_boost:key.keyboard.space +key_key.modernfix.config:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.unknown +key_iris.keybind.shaderPackSelection:key.keyboard.unknown +key_iris.keybind.wireframe:key.keyboard.unknown +key_supplementaries.keybind.quiver:key.keyboard.unknown +key_autothirdperson.toggle:key.keyboard.unknown +key_key.corpse.death_history:key.keyboard.unknown +key_key.effortless.settings.desc:key.keyboard.unknown +key_key.effortless.build_mode_radial.desc:key.keyboard.left.alt +key_key.effortless.passive_build_modifier.desc:key.keyboard.unknown +key_key.effortless.undo.desc:key.keyboard.left.bracket +key_key.effortless.redo.desc:key.keyboard.right.bracket +key_key.effortless.toggle_clipboard.desc:key.keyboard.unknown +key_key.effortless.toggle_pattern.desc:key.keyboard.unknown +key_key.effortless.toggle_replace.desc:key.keyboard.unknown +key_key.effortless.edit_clipboard.desc:key.keyboard.unknown +key_key.effortless.edit_pattern.desc:key.keyboard.unknown +key_key.effortless.move_left.desc:key.keyboard.left +key_key.effortless.move_right.desc:key.keyboard.right +key_key.effortless.move_forward.desc:key.keyboard.up +key_key.effortless.move_backward.desc:key.keyboard.down +key_key.effortless.move_up.desc:key.keyboard.page.up +key_key.effortless.move_down.desc:key.keyboard.page.down +key_key.effortless.rotate_x.desc:key.keyboard.unknown +key_key.effortless.rotate_y.desc:key.keyboard.unknown +key_key.effortless.rotate_z.desc:key.keyboard.unknown +key_key.effortless.mirror_x.desc:key.keyboard.unknown +key_key.effortless.mirror_y.desc:key.keyboard.unknown +key_key.effortless.mirror_z.desc:key.keyboard.unknown +key_accessories.key.open_accessories_screen:key.keyboard.g +key_key.fast_placement:key.keyboard.unknown +key_key.toms_storage.open_terminal:key.keyboard.y +key_key.jei.toggleOverlay:key.keyboard.o:CONTROL +key_key.jei.focusSearch:key.keyboard.f:CONTROL +key_key.jei.previousPage:key.keyboard.unknown +key_key.jei.nextPage:key.keyboard.unknown +key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown +key_key.jei.bookmark:key.keyboard.a +key_key.jei.showRecipe:key.keyboard.r +key_key.jei.showRecipe2:key.mouse.left +key_key.jei.showUses:key.keyboard.u +key_key.jei.showUses2:key.mouse.right +key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT +key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL +key_key.jei.clearSearchBar:key.mouse.right +key_key.jei.previousSearch:key.keyboard.up +key_key.jei.nextSearch:key.keyboard.down +key_key.jei.toggleCheatMode:key.keyboard.unknown +key_key.jei.cheatOneItem:key.mouse.left +key_key.jei.cheatOneItem2:key.mouse.right +key_key.jei.cheatItemStack:key.mouse.left:SHIFT +key_key.jei.cheatItemStack2:key.mouse.middle +key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL +key_key.jei.toggleEditMode:key.keyboard.unknown +key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL +key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL +key_key.jei.recipeBack:key.keyboard.backspace +key_key.jei.previousRecipePage:key.keyboard.page.up +key_key.jei.nextRecipePage:key.keyboard.page.down +key_key.jei.previousCategory:key.keyboard.page.up:SHIFT +key_key.jei.nextCategory:key.keyboard.page.down:SHIFT +key_key.jei.closeRecipeGui:key.keyboard.escape +key_key.jei.copy.recipe.id:key.keyboard.unknown +key_quark.keybind.autorun:key.keyboard.unknown +key_quark.keybind.back:key.keyboard.unknown +key_quark.keybind.camera_mode:key.keyboard.unknown +key_quark.keybind.transfer_insert:key.keyboard.unknown +key_quark.keybind.transfer_extract:key.keyboard.unknown +key_quark.keybind.shift_lock:key.keyboard.unknown +key_quark.emote.no:key.keyboard.unknown +key_quark.emote.yes:key.keyboard.unknown +key_quark.emote.wave:key.keyboard.unknown +key_quark.emote.salute:key.keyboard.unknown +key_quark.emote.cheer:key.keyboard.unknown +key_quark.emote.clap:key.keyboard.unknown +key_quark.emote.think:key.keyboard.unknown +key_quark.emote.point:key.keyboard.unknown +key_quark.emote.shrug:key.keyboard.unknown +key_quark.emote.headbang:key.keyboard.unknown +key_quark.emote.weep:key.keyboard.unknown +key_quark.emote.facepalm:key.keyboard.unknown +key_quark.keybind.patreon_emote.dance:key.keyboard.unknown +key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown +key_quark.keybind.patreon_emote.dab:key.keyboard.unknown +key_quark.keybind.patreon_emote.jet:key.keyboard.unknown +key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown +key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown +key_quark.keybind.change_hotbar:key.keyboard.unknown +key_quark.keybind.sort_player:key.keyboard.unknown +key_quark.keybind.sort_container:key.keyboard.unknown +key_quark.keybind.lock_rotation:key.keyboard.unknown +key_quark.keybind.narrator_readout:key.keyboard.unknown +key_quark.keybind.narrator_full_readout:key.keyboard.unknown +key_quark.keybind.variant_selector:key.keyboard.unknown +key_key.easy_mob_spawn_control.openmobcrontrolscreen:key.keyboard.k +key_key.modtabs.tab_cycle:key.keyboard.unknown +key_key.reliable_remover.emi_delete:key.keyboard.delete +key_keybinds.bettercombat.feint:key.keyboard.unknown +key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown +key_key.punchy.tuning.open_editor:key.keyboard.unknown +key_key.punchy.open_config:key.keyboard.unknown +key_key.punchy.tuning.toggle_context:key.keyboard.unknown +key_key.punchy.tuning.cycle_kind:key.keyboard.unknown +key_key.punchy.tuning.toggle_specificity:key.keyboard.unknown +key_key.punchy.tuning.toggle_hand:key.keyboard.unknown +key_key.punchy.tuning.cycle_mode:key.keyboard.unknown +key_key.punchy.tuning.cycle_axis:key.keyboard.unknown +key_key.punchy.tuning.axis_x:key.keyboard.unknown +key_key.punchy.tuning.axis_y:key.keyboard.unknown +key_key.punchy.tuning.axis_z:key.keyboard.unknown +key_key.punchy.tuning.increase:key.keyboard.unknown +key_key.punchy.tuning.decrease:key.keyboard.unknown +key_key.punchy.tuning.save:key.keyboard.unknown +key_key.punchy.tuning.reset:key.keyboard.unknown +key_key.punchy.tuning.mirror:key.keyboard.unknown +key_key.punchy.inspect:key.keyboard.unknown +key_key.punchy.third_person_test:key.keyboard.unknown +key_key.toggleVisualItemContents:key.keyboard.unknown +key_key.toggleSelectedItemTooltips:key.keyboard.unknown +key_key.toggleCarriedItemTooltips:key.keyboard.unknown +key_keybinds.combat_roll.roll:key.keyboard.r +key_gui.xaero_minimap_settings:key.keyboard.unknown +key_gui.xaero_minimap_server_profiles:key.keyboard.unknown +key_gui.xaero_zoom_in:key.keyboard.unknown +key_gui.xaero_zoom_out:key.keyboard.unknown +key_gui.xaero_new_waypoint:key.keyboard.unknown +key_gui.xaero_waypoints_key:key.keyboard.unknown +key_gui.xaero_enlarge_map:key.keyboard.unknown +key_gui.xaero_toggle_map:key.keyboard.unknown +key_gui.xaero_toggle_waypoints:key.keyboard.unknown +key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown +key_gui.xaero_toggle_slime:key.keyboard.unknown +key_gui.xaero_toggle_grid:key.keyboard.unknown +key_gui.xaero_instant_waypoint:key.keyboard.unknown +key_gui.xaero_switch_waypoint_set:key.keyboard.unknown +key_gui.xaero_display_all_sets:key.keyboard.unknown +key_gui.xaero_toggle_light_overlay:key.keyboard.unknown +key_gui.xaero_toggle_entity_radar:key.keyboard.unknown +key_gui.xaero_reverse_entity_radar:key.keyboard.unknown +key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown +key_gui.xaero_alternative_list_players:key.keyboard.unknown +key_gui.xaero_toggle_tracked_players_on_map:key.keyboard.unknown +key_gui.xaero_toggle_tracked_players_in_world:key.keyboard.unknown +key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown +key_gnetum.config.keyMapping:key.keyboard.unknown +key_key.aether.open_accessories.desc:key.keyboard.unknown +key_key.aether.gravitite_jump_ability.desc:key.keyboard.space +key_key.aether.invisibility_toggle.desc:key.keyboard.i +key_key.deep_aether.stratus_dash_ability.desc:key.keyboard.r +key_key.deep_aether.slider_eye_ability:key.keyboard.x +key_key.deep_aether.toggle_skyjade_transparency:key.keyboard.unknown +key_gui.xaero_open_map:key.keyboard.tab +key_gui.xaero_open_settings:key.keyboard.unknown +key_gui.xaero_world_map_server_settings:key.keyboard.unknown +key_gui.xaero_map_zoom_in:key.keyboard.unknown +key_gui.xaero_map_zoom_out:key.keyboard.unknown +key_gui.xaero_quick_confirm:key.keyboard.unknown +key_gui.xaero_toggle_dimension:key.keyboard.unknown +key_key.cataclysm.ability:key.keyboard.c +key_key.cataclysm.helmet_ability:key.keyboard.v +key_key.cataclysm.chestplate_ability:key.keyboard.b +key_key.cataclysm.boots_ability:key.keyboard.n +key_key.spyglass-improvements.use:key.keyboard.z +key_key.deeperdarker.boost:key.keyboard.b +key_key.deeperdarker.transmit:key.keyboard.v +key_key.super_resolution.open_config:key.keyboard.f6 +key_key.golemoverhaul.netherite_golem_summon:key.keyboard.unknown +key_key.ftbteams.open_gui:key.keyboard.unknown +key_key.ftbquests.quests:key.keyboard.l +key_key.too_many_entities.toggle_mod:key.keyboard.unknown +key_keybindings.spell_engine.bypass_spell_hotbar:key.keyboard.left.alt +key_keybindings.spell_engine.spell_hotbar_1:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_2:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_3:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_4:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_5:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_6:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_7:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_8:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_9:key.keyboard.unknown +key_key.kubejs.kubedex:key.keyboard.unknown +key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt +key_key.pingwheel.ping_location:key.mouse.middle +key_key.pingwheel.open_settings:key.keyboard.unknown +key_key.configured.open_mod_list:key.keyboard.unknown +key_key.walljump.walljump:key.keyboard.space +key_key.jade.config:key.keyboard.unknown +key_key.jade.show_overlay:key.keyboard.left.control +key_key.jade.toggle_liquid:key.keyboard.unknown +key_key.jade.show_recipes:key.keyboard.unknown +key_key.jade.show_uses:key.keyboard.unknown +key_key.jade.narrate:key.keyboard.unknown +key_key.jade.show_details:key.keyboard.left.control +key_key.ponder.ponder:key.keyboard.left.shift +key_create.keyinfo.toolmenu:key.keyboard.left.alt +key_create.keyinfo.toolbelt:key.keyboard.left.alt +key_create.keyinfo.rotate_menu:key.keyboard.unknown +key_create.keyinfo.shift_modifier:key.keyboard.left.shift +key_create.keyinfo.ctrl_modifier:key.keyboard.left.control +key_create.keyinfo.alt_modifier:key.keyboard.left.alt +key_key.presencefootsteps.settings:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +soundCategory_master:1.0 +soundCategory_music:0.5017605633802817 +soundCategory_record:0.5035211267605634 +soundCategory_weather:0.5088028169014085 +soundCategory_block:0.5070422535211268 +soundCategory_hostile:0.5035211267605634 +soundCategory_neutral:0.5035211267605634 +soundCategory_player:0.5035211267605634 +soundCategory_ambient:0.5088028169014085 +soundCategory_voice:0.5035211267605634 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/replay_pid226480.log b/replay_pid226480.log new file mode 100644 index 0000000..bc35625 --- /dev/null +++ b/replay_pid226480.log @@ -0,0 +1,66578 @@ +version 2 +JvmtiExport can_access_local_variables 0 +JvmtiExport can_hotswap_or_post_breakpoint 0 +JvmtiExport can_post_on_exceptions 0 +# 500 ciObject found +instanceKlass net/minecraft/server/packs/PathPackResources +ciInstanceKlass java/lang/Cloneable 1 1 7 100 1 100 1 1 1 +instanceKlass net/minecraft/client/renderer/block/model/multipart/Selector$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/multipart/Selector +instanceKlass net/minecraft/client/renderer/block/model/multipart/MultiPart$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/multipart/MultiPart +instanceKlass nx/pingwheel/common/resource/ResourceConstants +instanceKlass net/minecraft/client/renderer/block/model/MultiVariant$Deserializer +instanceKlass umpaz/brewinandchewin/client/utility/BnCFluidItemDisplays +instanceKlass @bci com/mrcrayfish/framework/client/JsonDataManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ljava/util/List; 14 member ; # com/mrcrayfish/framework/client/JsonDataManager$$Lambda+0x000001d6853fa700 +instanceKlass net/minecraft/client/renderer/block/model/MultiVariant +instanceKlass com/mrcrayfish/framework/client/resources/IDataLoader +instanceKlass @bci dev/emi/emi/data/EmiData lambda$init$5 (Ljava/util/Map;Lcom/google/gson/JsonObject;Lnet/minecraft/resources/ResourceLocation;)V 42 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d6853fa2d0 +instanceKlass @bci dev/emi/emi/data/EmiData lambda$init$22 (Ljava/util/List;Lcom/google/gson/JsonObject;Lnet/minecraft/resources/ResourceLocation;)V 57 member ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d6853ffaa8 +instanceKlass dev/emi/emi/data/EmiRecipeCategoryProperties +instanceKlass @bci dev/emi/emi/data/TagExclusions add (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 5 argL0 ; # dev/emi/emi/data/TagExclusions$$Lambda+0x000001d6853ff460 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader lambda$reload$2 (Ljava/util/List;Ljava/lang/Void;)Ljava/util/List; 6 argL0 ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853ff228 +instanceKlass net/minecraft/client/renderer/block/model/Variant$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/Variant +instanceKlass net/minecraft/client/renderer/block/model/BlockModelDefinition$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/BlockModelDefinition +instanceKlass net/minecraft/client/renderer/block/model/BlockModelDefinition$Context +instanceKlass @bci net/minecraft/client/resources/model/BlockStateModelLoader (Ljava/util/Map;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/client/resources/model/UnbakedModel;Lnet/minecraft/client/color/block/BlockColors;Ljava/util/function/BiConsumer;)V 33 argL0 ; # net/minecraft/client/resources/model/BlockStateModelLoader$$Lambda+0x000001d6853fe4d0 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery (Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;)V 197 member ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d6853fe098 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery (Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;)V 127 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d6853fde80 +instanceKlass @bci dev/emi/emi/data/EmiDataLoader prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ljava/lang/Object; 15 argL0 ; # dev/emi/emi/data/EmiDataLoader$$Lambda+0x000001d6853fd1d0 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery (Lnet/minecraft/client/color/block/BlockColors;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/Map;Ljava/util/Map;)V 23 member ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d6853fcf90 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager mdd85188$modernfix$lambda$deferBlockModelLoad$3$4 (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/Map;)Ljava/util/concurrent/CompletionStage; 31 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853fcd30 +instanceKlass @bci dev/emi/emi/data/EmiTagExclusionsLoader prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ldev/emi/emi/data/TagExclusions; 11 argL0 ; # dev/emi/emi/data/EmiTagExclusionsLoader$$Lambda+0x000001d6853fcae8 +instanceKlass dev/emi/emi/data/TagExclusions +instanceKlass @bci dev/emi/emi/EmiPort findResources (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection; 3 member ; # dev/emi/emi/EmiPort$$Lambda+0x000001d6853fc670 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager mdd85188$modernfix$lambda$deferBlockModelLoad$3$4 (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/Map;)Ljava/util/concurrent/CompletionStage; 9 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853fc430 +instanceKlass @bci net/minecraft/client/renderer/block/model/BlockElement (Lorg/joml/Vector3f;Lorg/joml/Vector3f;Ljava/util/Map;Lnet/minecraft/client/renderer/block/model/BlockElementRotation;ZLnet/neoforged/neoforge/client/model/ExtraFaceData;)V 51 member ; # net/minecraft/client/renderer/block/model/BlockElement$$Lambda+0x000001d6853fc200 +instanceKlass net/minecraft/client/renderer/block/model/BlockElement$1 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f7d00 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f7ac8 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f7890 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f7658 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f7420 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData ()V 41 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f71e8 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData ()V 28 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f6fb0 +instanceKlass @bci net/neoforged/neoforge/client/model/ExtraFaceData ()V 23 argL0 ; # net/neoforged/neoforge/client/model/ExtraFaceData$$Lambda+0x000001d6853f6d78 +instanceKlass @bci dev/emi/emi/data/RecipeDefaultLoader prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ldev/emi/emi/data/RecipeDefaults; 11 argL0 ; # dev/emi/emi/data/RecipeDefaultLoader$$Lambda+0x000001d6853f6b30 +instanceKlass dev/emi/emi/data/RecipeDefaults +instanceKlass @bci net/mehvahdjukaar/polytone/block/BlockPropertiesManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/polytone/block/BlockPropertiesManager$Resources; 62 member ; # net/mehvahdjukaar/polytone/block/BlockPropertiesManager$$Lambda+0x000001d6853f62c0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper convertPaths (Ljava/util/Map;)Ljava/util/Map; 117 member ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f5e88 +instanceKlass net/mehvahdjukaar/polytone/utils/PropertiesUtils +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper ()V 32 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f5a70 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f57f8 +instanceKlass @cpi net/mehvahdjukaar/polytone/utils/LegacyHelper 1103 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6853f8000 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 171 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f55c0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f5388 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 129 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f5150 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4f18 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4ce0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4aa8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4870 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4638 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f4400 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f41c8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f3f90 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper ()V 21 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f3b50 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/LegacyHelper ()V 7 argL0 ; # net/mehvahdjukaar/polytone/utils/LegacyHelper$$Lambda+0x000001d6853f3928 +instanceKlass net/mehvahdjukaar/polytone/utils/LegacyHelper +instanceKlass @bci net/mehvahdjukaar/polytone/utils/SingleJsonOrPropertiesReloadListener prepare (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/Map; 246 member ; # net/mehvahdjukaar/polytone/utils/SingleJsonOrPropertiesReloadListener$$Lambda+0x000001d6853f32d0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CsvUtils parseCsv (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;)Ljava/util/Map; 12 member ; # net/mehvahdjukaar/polytone/utils/CsvUtils$$Lambda+0x000001d6853f2e78 +instanceKlass net/mehvahdjukaar/polytone/utils/CsvUtils +instanceKlass @bci net/mehvahdjukaar/polytone/utils/SingleJsonOrPropertiesReloadListener prepare (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/Map; 37 member ; # net/mehvahdjukaar/polytone/utils/SingleJsonOrPropertiesReloadListener$$Lambda+0x000001d6853f2a28 +instanceKlass @bci org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType ()V 43 argL0 ; # org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType$$Lambda+0x000001d6853f25a8 +instanceKlass @bci org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType ()V 25 argL0 ; # org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType$$Lambda+0x000001d6853f2318 +instanceKlass @bci org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType ()V 7 argL0 ; # org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType$$Lambda+0x000001d6853f2088 +instanceKlass net/minecraft/client/renderer/texture/SpriteTicker +instanceKlass net/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/animations/upload/SpriteContentsAnimatedTextureAccessor +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/animations/tracking/AnimatedTextureAccessor +instanceKlass net/irisshaders/iris/mixin/texture/SpriteContentsAnimatedTextureAccessor +instanceKlass net/minecraft/server/packs/resources/ResourceMetadata$2 +instanceKlass @bci net/minecraft/client/renderer/GameRenderer$1 lambda$prepare$2 (Ljava/util/Map;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V 23 member ; # net/minecraft/client/renderer/GameRenderer$1$$Lambda+0x000001d6853f0460 +instanceKlass @bci net/minecraft/client/renderer/GameRenderer$1 prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Lnet/minecraft/client/renderer/GameRenderer$ResourceCache; 26 member ; # net/minecraft/client/renderer/GameRenderer$1$$Lambda+0x000001d6853f0230 +instanceKlass @bci com/mojang/serialization/Codec$13 read (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # com/mojang/serialization/Codec$13$$Lambda+0x000001d6853e1550 +instanceKlass net/minecraft/client/renderer/GpuWarnlistManager$Preparations +instanceKlass @bci net/minecraft/client/renderer/GpuWarnlistManager compilePatterns (Lcom/google/gson/JsonArray;Ljava/util/List;)V 2 member ; # net/minecraft/client/renderer/GpuWarnlistManager$$Lambda+0x000001d6853f0000 +instanceKlass @bci net/minecraft/client/renderer/GameRenderer$1 prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Lnet/minecraft/client/renderer/GameRenderer$ResourceCache; 3 argL0 ; # net/minecraft/client/renderer/GameRenderer$1$$Lambda+0x000001d6853efb98 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader$Preparations waitForUpload ()Ljava/util/concurrent/CompletableFuture; 5 member ; # net/minecraft/client/renderer/texture/SpriteLoader$Preparations$$Lambda+0x000001d6853ef958 +instanceKlass @bci net/minecraft/client/particle/ParticleDescription fromJson (Lcom/google/gson/JsonObject;)Lnet/minecraft/client/particle/ParticleDescription; 37 argL0 ; # net/minecraft/client/particle/ParticleDescription$$Lambda+0x000001d6853ef720 +instanceKlass @bci net/minecraft/client/particle/ParticleDescription fromJson (Lcom/google/gson/JsonObject;)Lnet/minecraft/client/particle/ParticleDescription; 27 argL0 ; # net/minecraft/client/particle/ParticleDescription$$Lambda+0x000001d6853ef4e8 +instanceKlass net/minecraft/client/particle/ParticleDescription +instanceKlass @bci net/minecraft/client/particle/ParticleEngine lambda$reload$6 (Ljava/util/List;Ljava/util/concurrent/Executor;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V 15 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853ef0b8 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine lambda$reload$7 (Ljava/util/concurrent/Executor;Ljava/util/Map;)Ljava/util/concurrent/CompletionStage; 18 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853eec80 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$8 (Ljava/util/List;Ljava/util/Map;Ljava/lang/Void;)Lnet/minecraft/client/gui/font/FontManager$Preparation; 6 argL0 ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853eea48 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853edc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853ed800 +instanceKlass org/embeddedt/modernfix/textures/StbStitcher$LoadableSpriteInfo +instanceKlass org/lwjgl/system/StructBuffer$StructIterator +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853ee620 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853ed400 +instanceKlass @bci net/minecraft/client/renderer/texture/MipmapGenerator ()V 5 argL0 ; # net/minecraft/client/renderer/texture/MipmapGenerator$$Lambda+0x000001d6853ee3f8 +instanceKlass net/minecraft/client/renderer/texture/MipmapGenerator +instanceKlass org/lwjgl/stb/STBRectPack +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853ed000 +instanceKlass @bci org/embeddedt/modernfix/textures/StbStitcher setWrapper (Lorg/lwjgl/stb/STBRPRect;IIIIIZ)Lorg/lwjgl/stb/STBRPRect; 40 ; # java/lang/invoke/LambdaForm$MH+0x000001d6853ecc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853ec800 +instanceKlass net/irisshaders/iris/pbr/mipmap/CustomMipmapGenerator$Provider +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader lambda$stitch$2 (Ljava/util/Map;I)V 7 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853ebbf8 +instanceKlass me/pepperbell/continuity/client/resource/SpriteLoaderStitchContext +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6853ec400 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader stitch (Ljava/util/List;ILjava/util/concurrent/Executor;)Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations; 365 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853eb7e0 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader getStitchedSprites (Lnet/minecraft/client/renderer/texture/Stitcher;II)Ljava/util/Map; 15 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853eb5c0 +instanceKlass @cpi net/minecraft/client/renderer/texture/SpriteLoader 438 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6853ec000 +instanceKlass net/minecraft/client/renderer/texture/Stitcher$SpriteLoader +instanceKlass org/embeddedt/modernfix/textures/StbStitcher +instanceKlass net/minecraft/client/renderer/texture/Stitcher$Region +instanceKlass @bci net/minecraft/client/renderer/texture/Stitcher ()V 24 argL0 ; # net/minecraft/client/renderer/texture/Stitcher$$Lambda+0x000001d6853eab78 +instanceKlass @bci net/minecraft/client/renderer/texture/Stitcher ()V 14 argL0 ; # net/minecraft/client/renderer/texture/Stitcher$$Lambda+0x000001d6853ea940 +instanceKlass @bci net/minecraft/client/renderer/texture/Stitcher ()V 6 argL0 ; # net/minecraft/client/renderer/texture/Stitcher$$Lambda+0x000001d6853ea708 +instanceKlass net/minecraft/client/renderer/texture/Stitcher +instanceKlass @bci dev/isxander/yacl3/gui/image/YACLImageReloadListener lambda$prepare$2 (Lnet/minecraft/resources/ResourceLocation;)Z 9 member ; # dev/isxander/yacl3/gui/image/YACLImageReloadListener$$Lambda+0x000001d6853ea080 +instanceKlass @bci dev/isxander/yacl3/gui/image/ImageRendererManager ()V 120 argL0 ; # dev/isxander/yacl3/gui/image/ImageRendererManager$$Lambda+0x000001d6853e9e38 +instanceKlass @bci dev/isxander/yacl3/gui/image/ImageRendererManager ()V 0 argL0 ; # dev/isxander/yacl3/gui/image/ImageRendererManager$$Lambda+0x000001d6853e9828 +instanceKlass dev/isxander/yacl3/gui/image/ImageRendererManager +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations createPaletteMapping ([I[I)Ljava/util/function/IntUnaryOperator; 88 member ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d6853e93e8 +instanceKlass com/ibm/asyncutil/util/Combinators$2 +instanceKlass @bci dev/isxander/yacl3/gui/image/YACLImageReloadListener prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 3 argL0 ; # dev/isxander/yacl3/gui/image/YACLImageReloadListener$$Lambda+0x000001d6853e91a0 +instanceKlass @bci nx/pingwheel/common/resource/ResourceReloadListener reloadTextures (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 24 argL0 ; # nx/pingwheel/common/resource/ResourceReloadListener$$Lambda+0x000001d6853e8f78 +instanceKlass @bci nx/pingwheel/common/resource/ResourceReloadListener reloadTextures (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 16 member ; # nx/pingwheel/common/resource/ResourceReloadListener$$Lambda+0x000001d6853e8d38 +instanceKlass @bci nx/pingwheel/common/resource/ResourceReloadListener reloadTextures (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 1 member ; # nx/pingwheel/common/resource/ResourceReloadListener$$Lambda+0x000001d6853e8b18 +instanceKlass @bci xaero/lib/common/resource/ShaderResourceReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 10 member ; # xaero/lib/common/resource/ShaderResourceReloadListener$$Lambda+0x000001d6853e88f8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 77 member ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853e86c8 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader lambda$runSpriteSuppliers$5 (Ljava/util/List;)Ljava/util/List; 6 argL0 ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e8480 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 68 member ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853e8240 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 54 member ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853e8000 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader lambda$reload$1 (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Lnet/mehvahdjukaar/polytone/utils/PartialReloader;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853e7da8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CompoundReloader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 12 member ; # net/mehvahdjukaar/polytone/utils/CompoundReloader$$Lambda+0x000001d6853e7b68 +instanceKlass @bci fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener lambda$reload$2 (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage; 28 argL0 ; # fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener$$Lambda+0x000001d6853e7950 +# instanceKlass net/minecraft/server/packs/resources/ResourceMetadata$$Lambda+0x000001d6853e7720 +instanceKlass @bci net/minecraft/server/packs/resources/ResourceMetadata copySection (Lnet/minecraft/server/packs/resources/ResourceMetadata$Builder;Lnet/minecraft/server/packs/metadata/MetadataSectionSerializer;)V 9 member ; # net/minecraft/server/packs/resources/ResourceMetadata$$Lambda+0x000001d6853e74f0 +instanceKlass @bci fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener lambda$reload$2 (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage; 18 member ; # fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener$$Lambda+0x000001d6853e72b0 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader$$Lambda+0x000001d6853e7098 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader$$Lambda+0x000001d6853e6e80 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader loadSprite (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)Lnet/minecraft/client/renderer/texture/SpriteContents; 3 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader$$Lambda+0x000001d6853e6c68 +instanceKlass @bci fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 14 member ; # fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener$$Lambda+0x000001d6853e6a28 +instanceKlass net/caffeinemc/mods/sodium/client/util/color/ColorSRGB +instanceKlass @bci net/minecraft/client/resources/TextureAtlasHolder reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 47 member ; # net/minecraft/client/resources/TextureAtlasHolder$$Lambda+0x000001d6853e65f8 +instanceKlass @bci net/minecraft/client/resources/TextureAtlasHolder reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 36 member ; # net/minecraft/client/resources/TextureAtlasHolder$$Lambda+0x000001d6853e63b8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d6853e6168 +# instanceKlass net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d6853e5cb8 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteContents createAnimatedTexture (Lnet/minecraft/client/resources/metadata/animation/FrameSize;IILnet/minecraft/client/resources/metadata/animation/AnimationMetadataSection;)Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture; 297 member ; # net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d6853e5a68 +instanceKlass @bci net/minecraft/client/resources/TextureAtlasHolder reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 22 argL0 ; # net/minecraft/client/resources/TextureAtlasHolder$$Lambda+0x000001d6853e5830 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e55f8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e53c0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 103 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853e5190 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader runSpriteSuppliers (Lnet/minecraft/client/renderer/texture/atlas/SpriteResourceLoader;Ljava/util/List;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 28 argL0 ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e4f58 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e4d38 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e4b18 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader lambda$runSpriteSuppliers$4 (Lnet/minecraft/client/renderer/texture/atlas/SpriteResourceLoader;Ljava/util/concurrent/Executor;Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e48f8 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 88 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853e46b8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e4478 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 55 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853e4240 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853e4000 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader runSpriteSuppliers (Lnet/minecraft/client/renderer/texture/atlas/SpriteResourceLoader;Ljava/util/List;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 8 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853dfc50 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dfa18 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853df7e0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList list (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/List; 48 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853df5a8 +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/LazyLoadedImage +instanceKlass @bci net/minecraft/client/particle/ParticleEngine reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 28 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853df150 +# instanceKlass net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d6853def20 +# instanceKlass net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d6853deac0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister args$bea000$iris$modifyForEachAction (Lorg/spongepowered/asm/mixin/injection/invoke/arg/Args;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/texture/atlas/SpriteSource$Output;)V 13 member ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d6853decf0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 15 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d6853de8a0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations lambda$run$6 (Ljava/util/Map;Ljava/util/function/Supplier;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)V 6 member ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d6853de668 +# instanceKlass net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d6853de438 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister run (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/texture/atlas/SpriteSource$Output;)V 27 member ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d6853de208 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations run (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/texture/atlas/SpriteSource$Output;)V 28 member ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d6853ddfd8 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSource$Output$$Lambda+0x000001d6853ddb50 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager modifyReturnValue$fbk000$continuity$modifyReturnReload (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853dddb8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSource$Output add (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V 4 member ; # net/minecraft/client/renderer/texture/atlas/SpriteSource$Output$$Lambda+0x000001d6853dd680 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSource$Output$$Lambda+0x000001d6853dd8e8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations run (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/texture/atlas/SpriteSource$Output;)V 2 member ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d6853dd448 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 199 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853dd218 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dcfe8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList handler$gci000$galosphere$G$load (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 76 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dcdc0 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dcb90 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 188 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853dc950 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dc720 +# instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dc4f0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList list (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/List; 24 member ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dc2c0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList handler$gci000$galosphere$G$load (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 66 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dc078 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 174 argL0 ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853dbe40 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList handler$gci000$galosphere$G$load (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 56 member ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853dbc00 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSourceList handler$gci000$galosphere$G$load (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 38 member ; # net/minecraft/client/renderer/texture/atlas/SpriteSourceList$$Lambda+0x000001d6853db9b0 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 164 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853db770 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList$1 +instanceKlass org/betterx/bclib/client/textures/AtlasSetManager +# instanceKlass com/mojang/serialization/Decoder$$Lambda+0x000001d6853c3928 +# instanceKlass com/mojang/serialization/Decoder$$Lambda+0x000001d6853c36f0 +# instanceKlass com/mojang/serialization/Decoder$$Lambda+0x000001d6853c34b8 +# instanceKlass com/mojang/serialization/Decoder$$Lambda+0x000001d6853c3280 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 142 argL0 ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853daf08 +instanceKlass @bci com/mojang/serialization/Decoder parse (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # com/mojang/serialization/Decoder$$Lambda+0x000001d6853a7da0 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853daac8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853dace8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853da8a8 +# instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853da688 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader mdd85188$continuity$lambda$continuity$modifySupplier$1$2 (Ljava/util/concurrent/CompletableFuture;Ljava/util/function/Supplier;)Ljava/util/List; 9 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853da468 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader modify$fcc000$continuity$modifySupplier (Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 54 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853da248 +instanceKlass @bci net/minecraft/client/resources/model/AtlasSet lambda$scheduleLoad$2 (Lnet/minecraft/server/packs/resources/ResourceManager;ILjava/util/concurrent/Executor;Ljava/util/Map$Entry;)Ljava/util/concurrent/CompletableFuture; 32 member ; # net/minecraft/client/resources/model/AtlasSet$$Lambda+0x000001d6853da008 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceList +instanceKlass net/minecraft/client/resources/model/AtlasSet$StitchResult +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 235 member ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d6853d99b0 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader modify$fcc000$continuity$modifyFunction (Ljava/util/function/Function;)Ljava/util/function/Function; 32 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d9770 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader mdd85188$continuity$lambda$continuity$modifySupplier$0$3 (Ljava/util/concurrent/CompletableFuture;Lme/pepperbell/continuity/client/resource/SpriteLoaderLoadContext$EmissiveControl;Ljava/util/function/Supplier;)Ljava/util/List; 26 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d9550 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader loadAndStitch (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;ILjava/util/concurrent/Executor;Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture; 47 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d9310 +instanceKlass me/pepperbell/continuity/client/resource/AtlasLoaderLoadContext +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader mdd85188$continuity$lambda$continuity$modifySupplier$0$3 (Ljava/util/concurrent/CompletableFuture;Lme/pepperbell/continuity/client/resource/SpriteLoaderLoadContext$EmissiveControl;Ljava/util/function/Supplier;)Ljava/util/List; 9 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d8cf0 +instanceKlass me/pepperbell/continuity/client/resource/AtlasLoaderInitContext +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader loadAndStitch (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;ILjava/util/concurrent/Executor;Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture; 35 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d88b8 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader modify$fcc000$continuity$modifySupplier (Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 46 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d8698 +instanceKlass @bci me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl lambda$getExtraIdsFuture$1 (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/concurrent/CompletableFuture; 5 member ; # me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl$$Lambda+0x000001d6853d8458 +instanceKlass @bci me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl getExtraIdsFuture (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/concurrent/CompletableFuture; 6 member ; # me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl$$Lambda+0x000001d6853d8218 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 105 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d6853d8000 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader loadAndStitch (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;ILjava/util/concurrent/Executor;Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture; 9 member ; # net/minecraft/client/renderer/texture/SpriteLoader$$Lambda+0x000001d6853d7b98 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 100 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d6853d7980 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader create (Ljava/util/Collection;)Lnet/minecraft/client/renderer/texture/atlas/SpriteResourceLoader; 1 member ; # net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader$$Lambda+0x000001d6853d7318 +instanceKlass net/neoforged/neoforge/client/textures/SpriteContentsConstructor +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader +instanceKlass @bci net/minecraft/client/resources/model/AtlasSet scheduleLoad (Lnet/minecraft/server/packs/resources/ResourceManager;ILjava/util/concurrent/Executor;)Ljava/util/Map; 22 member ; # net/minecraft/client/resources/model/AtlasSet$$Lambda+0x000001d6853d6ce8 +instanceKlass @bci net/minecraft/client/resources/model/AtlasSet scheduleLoad (Lnet/minecraft/server/packs/resources/ResourceManager;ILjava/util/concurrent/Executor;)Ljava/util/Map; 14 argL0 ; # net/minecraft/client/resources/model/AtlasSet$$Lambda+0x000001d6853d6ab0 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager redirect$clj000$fabric_model_loading_api_v1$loadModelPluginData (Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 26 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853d6880 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager redirect$clj000$fabric_model_loading_api_v1$loadModelPluginData (Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 11 argL0 ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853d6658 +instanceKlass @bci net/minecraft/Util sequenceFailFast (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture; 14 member ; # net/minecraft/Util$$Lambda+0x000001d6853d6428 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 68 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853d61f8 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager redirect$zoa000$modernfix$deferBlockStateLoad (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 34 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853d5f98 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser compileSymbols ([C)Ljava/util/List; 364 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853d5d50 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager convertToMetadata (Lnet/minecraft/server/packs/resources/IoSupplier;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6853d5b30 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853d4fc8 +instanceKlass @bci software/bernie/geckolib/loading/json/typeadapter/BakedAnimationsAdapter buildKeyframeStack (Ljava/util/List;Z)Lsoftware/bernie/geckolib/animation/keyframe/KeyframeStack; 398 argL0 ; # software/bernie/geckolib/loading/json/typeadapter/BakedAnimationsAdapter$$Lambda+0x000001d6853d56a8 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser parseSymbols (Ljava/util/List;)Lsoftware/bernie/geckolib/loading/math/MathValue; 22 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853d5460 +instanceKlass software/bernie/geckolib/loading/math/value/Calculation +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultItemQueryValues ()V 47 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d4b60 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultItemQueryValues ()V 36 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d4948 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultItemQueryValues ()V 25 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d4730 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultItemQueryValues ()V 14 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d4518 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultItemQueryValues ()V 3 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d4300 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultMobQueryValues ()V 36 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d40e8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultMobQueryValues ()V 25 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3ed0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultMobQueryValues ()V 14 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3cb8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultMobQueryValues ()V 3 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3aa0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 201 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3888 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 190 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3670 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 179 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3458 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 168 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3240 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 157 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d3028 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 146 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d2e10 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 135 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d2bf8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 124 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d29e0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 113 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d27c8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 102 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d25b0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 91 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d2398 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 80 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d2180 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 69 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d1f68 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 58 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d1d50 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 47 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d1b38 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 36 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d1920 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 25 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d1708 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 14 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d14f0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultLivingEntityQueryValues ()V 3 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d12d8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 382 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d10c0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 371 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0ea8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 360 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0c90 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 349 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0a78 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 338 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0860 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 327 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0648 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 316 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0430 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 305 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0218 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 294 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853d0000 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 283 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cfcd0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 272 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cfab8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 262 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cf8a0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 252 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cf688 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 242 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cf470 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 232 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cf258 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 222 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cf040 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 212 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cee28 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 202 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cec10 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 192 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853ce9f8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 182 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853ce7e0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 172 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853ce5c8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 162 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853ce3b0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 152 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853ce198 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance lambda$new$4 (Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 13 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$$Lambda+0x000001d6853cdf78 +instanceKlass @bci net/neoforged/fml/ModLoader dispatchParallelEvent (Ljava/lang/String;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;Ljava/util/function/BiFunction;)V 40 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6853a77c0 +instanceKlass @bci team/creative/creativecore/common/gui/dialog/GuiDialogHandler ()V 5 argL0 ; # team/creative/creativecore/common/gui/dialog/GuiDialogHandler$$Lambda+0x000001d6853cdd50 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 142 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cd488 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 132 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cd270 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 122 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cd058 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 112 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cce40 +instanceKlass team/creative/creativecore/common/gui/dialog/GuiDialogHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 102 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cca28 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 92 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cc810 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 82 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cc5f8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 72 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cc3e0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 62 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cc1c8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 52 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cbfb0 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 125 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853cbd88 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 42 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cbb70 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 108 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853cb948 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 91 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853cb2f0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 32 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cb730 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 22 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853cb518 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 12 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853caeb0 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 74 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853cb0c8 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 57 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853cac88 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 40 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853caa60 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 23 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853ca838 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultEntityQueryValues ()V 2 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c9d60 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultBlockEntityQueryValues ()V 2 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c9b48 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 134 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c9930 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 124 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c9718 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 114 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c9500 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 104 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c92e8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 94 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c90d0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 84 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8eb8 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 74 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8ca0 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 64 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8a88 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 54 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8870 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 44 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8658 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 34 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c8440 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setActorVariable (Ljava/lang/String;Ljava/util/function/ToDoubleFunction;)V 5 member ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c0c00 +instanceKlass team/creative/creativecore/common/gui/sync/GuiSyncControl +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries setDefaultQueryValues ()V 24 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c1cf0 +instanceKlass @bci team/creative/creativecore/CreativeCoreGuiRegistry ()V 6 argL0 ; # team/creative/creativecore/CreativeCoreGuiRegistry$$Lambda+0x000001d6853c18c0 +instanceKlass @bci software/bernie/geckolib/loading/math/value/Variable set (D)V 5 member ; # software/bernie/geckolib/loading/math/value/Variable$$Lambda+0x000001d6853c16a8 +instanceKlass @bci software/bernie/geckolib/loading/math/value/Variable (Ljava/lang/String;D)V 3 member ; # software/bernie/geckolib/loading/math/value/Variable$$Lambda+0x000001d6853c1490 +instanceKlass @bci software/bernie/geckolib/loading/math/MolangQueries getVariableFor (Ljava/lang/String;)Lsoftware/bernie/geckolib/loading/math/value/Variable; 18 argL0 ; # software/bernie/geckolib/loading/math/MolangQueries$$Lambda+0x000001d6853c1258 +instanceKlass team/creative/creativecore/CreativeCoreGuiRegistry +instanceKlass software/bernie/geckolib/loading/math/MolangQueries +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853c69a0 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853c6768 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853c6288 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser compileSingleValue (Lcom/mojang/datafixers/util/Either;)Lsoftware/bernie/geckolib/loading/math/MathValue; 40 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853c6050 +instanceKlass team/creative/creativecore/common/config/field/ConfigFieldDynamic +instanceKlass team/creative/creativecore/common/config/api/CreativeConfig +instanceKlass team/creative/creativecore/common/config/core/ConfigEqualChecker +instanceKlass @bci team/creative/creativecore/common/config/holder/CreativeConfigRegistry ()V 10 argL0 ; # team/creative/creativecore/common/config/holder/CreativeConfigRegistry$$Lambda+0x000001d6853c54e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackResources$ResourceOutput;Lnet/minecraft/resources/ResourceLocation;)V 18 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources$$Lambda+0x000001d6853c4798 +instanceKlass team/creative/creativecore/common/config/holder/ConfigHolder +instanceKlass team/creative/creativecore/common/config/core/ICreativeRegistry +instanceKlass team/creative/creativecore/common/config/key/ConfigKey +instanceKlass team/creative/creativecore/common/config/event/ConfigEventHandler +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed batchParseOnlyEnabled (Ljava/util/Map;Lcom/mojang/serialization/Decoder;Lcom/mojang/serialization/DynamicOps;Ljava/lang/String;)Ljava/lang/Iterable; 26 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bed18 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed batchParseOnlyEnabled (Ljava/util/Map;Lcom/mojang/serialization/Decoder;Lcom/mojang/serialization/DynamicOps;Ljava/lang/String;)Ljava/lang/Iterable; 16 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bead0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed$SortedMap entrySet ()Ljava/util/Set; 16 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$SortedMap$$Lambda+0x000001d6853be8b8 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 96 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853be6a0 +instanceKlass net/mehvahdjukaar/polytone/utils/Parsed$SortedMap +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 83 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853bdf90 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 70 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853bdd78 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bd8c0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bd688 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 57 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853bd470 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 44 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853bd258 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bcda0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bcb68 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/VersionRange ()V 8 argL0 ; # net/mehvahdjukaar/polytone/utils/VersionRange$$Lambda+0x000001d6853bc930 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/VersionRange ()V 3 argL0 ; # net/mehvahdjukaar/polytone/utils/VersionRange$$Lambda+0x000001d6853bc6f8 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 31 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853bc4e0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bbe30 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Parsed ()V 21 argL0 ; # net/mehvahdjukaar/polytone/utils/Parsed$$Lambda+0x000001d6853bbbf8 +instanceKlass net/mehvahdjukaar/polytone/utils/Parsed +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853bb788 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853bb550 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride ()V 11 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853bb110 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853bae88 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 146 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853bac50 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853baa18 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853ba7e0 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853ba5a8 +instanceKlass @bci net/minecraft/client/resources/model/BlockStateModelLoader ()V 66 argL0 ; # net/minecraft/client/resources/model/BlockStateModelLoader$$Lambda+0x000001d6853ba390 +instanceKlass @bci net/minecraft/client/resources/model/BlockStateModelLoader ()V 61 argL0 ; # net/minecraft/client/resources/model/BlockStateModelLoader$$Lambda+0x000001d6853ba158 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853b9f20 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853b9ce8 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853b9ab0 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853b9878 +instanceKlass @bci net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride ()V 0 argL0 ; # net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$$Lambda+0x000001d6853b9640 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b9408 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b91d0 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride ()V 35 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b8d90 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 141 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b8b18 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 129 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b88e0 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b86a8 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b8470 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b8238 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b8000 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b0c70 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b0a38 +instanceKlass @bci net/mehvahdjukaar/polytone/item/ItemModelOverride ()V 24 argL0 ; # net/mehvahdjukaar/polytone/item/ItemModelOverride$$Lambda+0x000001d6853b0800 +instanceKlass net/minecraft/client/resources/model/BlockStateModelLoader +instanceKlass net/fabricmc/fabric/impl/client/model/loading/BlockStatesLoaderHooks +instanceKlass org/embeddedt/modernfix/duck/IBlockStateModelLoader +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 18 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6853b1480 +instanceKlass team/creative/creativecore/common/network/CanBeNull +instanceKlass @bci team/creative/creativecore/common/network/type/NetworkFieldTypes ()V 592 argL0 ; # team/creative/creativecore/common/network/type/NetworkFieldTypes$$Lambda+0x000001d6853b3bd0 +instanceKlass @bci team/creative/creativecore/common/network/type/NetworkFieldTypes ()V 577 argL0 ; # team/creative/creativecore/common/network/type/NetworkFieldTypes$$Lambda+0x000001d6853b3988 +instanceKlass team/creative/creativecore/common/util/filter/BiFilter +instanceKlass team/creative/creativecore/common/util/filter/Filter +instanceKlass org/embeddedt/modernfix/render/font/CompactUnihexContents$Bytes +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/FDIntegration$Common setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 2 member ; # plus/dragons/createcentralkitchen/integration/farmersdelight/FDIntegration$Common$$Lambda+0x000001d6853b3128 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Common setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 member ; # plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Common$$Lambda+0x000001d6853b2f08 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Common setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 2 member ; # plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Common$$Lambda+0x000001d6853b2ce8 +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDBlockSpoutingBehaviours register ()V 14 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDBlockSpoutingBehaviours$$Lambda+0x000001d6853b2ad0 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDBlockSpoutingBehaviours +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDHarvestBehaviors register ()V 16 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDHarvestBehaviors$$Lambda+0x000001d6853b26a8 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/farming/harvest/TomatoHarvestBehaviour +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDHarvestBehaviors register ()V 3 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDHarvestBehaviors$$Lambda+0x000001d6853b2240 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/farming/harvest/MushroomColonyHarvestBehaviour +instanceKlass plus/dragons/createintegratedfarming/api/harvester/CustomHarvestBehaviour +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDHarvestBehaviors +instanceKlass @bci plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDBlockSpoutingBehaviors register ()V 22 argL0 ; # plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDBlockSpoutingBehaviors$$Lambda+0x000001d6853b7760 +instanceKlass @bci team/creative/creativecore/common/network/type/NetworkFieldTypes ()V 523 argL0 ; # team/creative/creativecore/common/network/type/NetworkFieldTypes$$Lambda+0x000001d6853b7518 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b72f8 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser getOperatorFor (Ljava/lang/String;)Lsoftware/bernie/geckolib/loading/math/Operator; 5 member ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b70d8 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b6ea0 +instanceKlass @bci team/creative/creativecore/common/network/type/NetworkFieldTypes ()V 508 argL0 ; # team/creative/creativecore/common/network/type/NetworkFieldTypes$$Lambda+0x000001d6853b6a20 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser compileCalculation (Ljava/util/List;)Lsoftware/bernie/geckolib/loading/math/MathValue; 77 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b6c68 +instanceKlass com/simibubi/create/api/behaviour/spouting/BlockSpoutingBehaviour +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b65e0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser compileCalculation (Ljava/util/List;)Lsoftware/bernie/geckolib/loading/math/MathValue; 69 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b6398 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Utils sortedMap ()Ljava/util/Map; 4 argL0 ; # net/mehvahdjukaar/polytone/utils/Utils$$Lambda+0x000001d6853b4c90 +# instanceKlass software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b47f0 +instanceKlass @bci team/creative/creativecore/common/network/type/NetworkFieldTypes ()V 493 argL0 ; # team/creative/creativecore/common/network/type/NetworkFieldTypes$$Lambda+0x000001d6853b6150 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser compileSymbols ([C)Ljava/util/List; 320 member ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853b4a40 +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDBlockSpoutingBehaviors +instanceKlass @bci plus/dragons/createintegratedfarming/common/CIFCommon onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 11 argL0 ; # plus/dragons/createintegratedfarming/common/CIFCommon$$Lambda+0x000001d6853b50c8 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFRoostCapturables +instanceKlass team/creative/creativecore/common/util/math/vec/VecNf +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 235 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853afd30 +instanceKlass net/mehvahdjukaar/polytone/utils/Utils +instanceKlass @bci plus/dragons/createintegratedfarming/common/CIFCommon onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # plus/dragons/createintegratedfarming/common/CIFCommon$$Lambda+0x000001d6853af918 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 220 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853af700 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFBlockSpoutingBehaviours +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 206 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853af2e8 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 192 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853af0d0 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 178 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853aeeb8 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 164 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853aeca0 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 150 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853aea88 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 136 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ae870 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 122 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ae658 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 108 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ae440 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 94 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ae228 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 80 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ae010 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 66 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853addf8 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 52 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853adbe0 +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 38 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ad9c8 +instanceKlass @cpi software/bernie/geckolib/loading/math/Operator 334 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6853b0400 +instanceKlass @cpi software/bernie/geckolib/loading/math/Operator 349 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6853b0000 +instanceKlass me/pepperbell/continuity/client/util/MathUtil +instanceKlass software/bernie/geckolib/loading/math/Operator$Operation +instanceKlass @bci software/bernie/geckolib/loading/math/Operator ()V 21 argL0 ; # software/bernie/geckolib/loading/math/Operator$$Lambda+0x000001d6853ad3a8 +instanceKlass it/unimi/dsi/fastutil/chars/CharSpliterator +instanceKlass it/unimi/dsi/fastutil/chars/CharIterator +instanceKlass @bci net/minecraft/client/gui/font/FontManager finalizeProviderLoading (Ljava/util/List;Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;)V 68 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853ad0e8 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPCommon setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # plus/dragons/createdragonsplus/common/CDPCommon$$Lambda+0x000001d6853aced0 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPBlockFreezers +instanceKlass it/unimi/dsi/fastutil/ints/IntIterators$UnmodifiableIterator +instanceKlass org/embeddedt/modernfix/render/font/CompactUnihexContents +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 21 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d6853ac698 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 11 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d6853ac480 +instanceKlass org/embeddedt/modernfix/util/CacheUtil +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d6853abe48 +instanceKlass org/embeddedt/modernfix/render/font/CompactUnihexContents$Shorts +instanceKlass @bci com/simibubi/create/Create init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 7 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6853ab9e0 +instanceKlass it/unimi/dsi/fastutil/ints/IntOpenHashSet$SetIterator +instanceKlass @bci net/minecraft/client/resources/model/ModelManager redirect$zoa000$modernfix$deferBlockStateLoad (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853ab7a0 +instanceKlass @bci net/createmod/catnip/nbt/NBTProcessors itemProcessor (Ljava/lang/String;)Ljava/util/function/UnaryOperator; 1 member ; # net/createmod/catnip/nbt/NBTProcessors$$Lambda+0x000001d6853ab548 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager modify$zoa000$modernfix$deferBlockModelLoad (Ljava/util/function/Function;Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/function/Function; 1 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853ab308 +instanceKlass @bci com/simibubi/create/foundation/CreateNBTProcessors register ()V 20 argL0 ; # com/simibubi/create/foundation/CreateNBTProcessors$$Lambda+0x000001d6853ab0b8 +instanceKlass @bci net/createmod/catnip/nbt/NBTProcessors ()V 20 argL0 ; # net/createmod/catnip/nbt/NBTProcessors$$Lambda+0x000001d6853aac20 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager loadBlockModels (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 11 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853aa9e0 +instanceKlass @bci net/minecraft/client/gui/font/CodepointMap keySet ()Lit/unimi/dsi/fastutil/ints/IntSet; 10 member ; # net/minecraft/client/gui/font/CodepointMap$$Lambda+0x000001d6853aa7c0 +instanceKlass @bci net/minecraft/client/resources/model/ModelManager loadBlockModels (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 1 member ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d6853aa5a0 +instanceKlass net/minecraft/client/gui/font/CodepointMap$Output +instanceKlass team/creative/creativecore/common/util/math/vec/VecNd +instanceKlass @bci net/neoforged/neoforge/client/model/geometry/GeometryLoaderManager init ()V 37 argL0 ; # net/neoforged/neoforge/client/model/geometry/GeometryLoaderManager$$Lambda+0x000001d6853a9bb8 +instanceKlass net/createmod/catnip/nbt/NBTProcessors +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6853a9598 +instanceKlass team/creative/creativecore/client/render/model/CreativeModelLoader +instanceKlass net/emilsg/clutterbestiary/neoforge/entity/NeoForgeEntitySpawnConfigHandler +instanceKlass software/bernie/geckolib/animation/EasingType$CatmullRomEasing +instanceKlass @bci com/simibubi/create/foundation/CreateNBTProcessors register ()V 3 argL0 ; # com/simibubi/create/foundation/CreateNBTProcessors$$Lambda+0x000001d6853a8ce0 +instanceKlass com/simibubi/create/foundation/CreateNBTProcessors +instanceKlass dev/ftb/mods/ftbxmodcompat/ftbquests/filtering/ItemFilteringSetup +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 450 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a86a8 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 436 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a8470 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 422 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a8238 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 408 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a8000 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 394 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a3be8 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 380 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a39b0 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 366 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a3778 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 352 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a3540 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 338 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a3308 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 324 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a30d0 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 310 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a2e98 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 296 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a2c60 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 282 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a2a28 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 268 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a27f0 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteListIterator +instanceKlass it/unimi/dsi/fastutil/bytes/ByteBidirectionalIterator +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 254 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a25b8 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 240 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a2380 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 226 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a2148 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 212 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a1f10 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 198 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a1cd8 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 184 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a1aa0 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 170 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a1868 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 156 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a1630 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteSpliterator +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 131 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6853a1408 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 142 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a11d0 +instanceKlass net/mehvahdjukaar/amendments/client/model/ToolHookBakedModel +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 128 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a0ac0 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteIterator +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 114 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d6853a0650 +instanceKlass @bci com/simibubi/create/AllFluids registerFluidInteractions ()V 65 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d6853a0888 +instanceKlass @bci com/simibubi/create/AllFluids registerFluidInteractions ()V 27 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d6853a0418 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 104 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6853a0000 +instanceKlass net/mehvahdjukaar/amendments/client/model/HangingPotBakedModel +instanceKlass net/mehvahdjukaar/amendments/client/model/CauldronModelLoader +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 58 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d68539f568 +instanceKlass net/mehvahdjukaar/amendments/client/model/WallLanternBakedModel +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 34 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d68539ee78 +instanceKlass net/mehvahdjukaar/amendments/client/model/WaterloggedLilyModel +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 14 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d68539e778 +instanceKlass net/mehvahdjukaar/amendments/client/model/CarpetedBlockModel +instanceKlass com/mrcrayfish/framework/util/Utils +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/JarModelLoader +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 233 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68539dc20 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/RopeBuntingsBakedModel +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundConfigPacket ()V 16 argL0 ; # net/createmod/catnip/net/packets/ClientboundConfigPacket$$Lambda+0x000001d68539d0c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/BiFunction;)V 3 member ; # net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent$$Lambda+0x000001d68539ce70 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundConfigPacket ()V 11 argL0 ; # net/createmod/catnip/net/packets/ClientboundConfigPacket$$Lambda+0x000001d68539cc38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 216 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68539ca10 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundConfigPacket ()V 3 argL0 ; # net/createmod/catnip/net/packets/ClientboundConfigPacket$$Lambda+0x000001d68539c7d8 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/BookPileModel +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundSimpleActionPacket ()V 49 argL0 ; # net/createmod/catnip/net/packets/ClientboundSimpleActionPacket$$Lambda+0x000001d68539c0d0 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundSimpleActionPacket ()V 39 argL0 ; # net/createmod/catnip/net/packets/ClientboundSimpleActionPacket$$Lambda+0x000001d68539beb8 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundSimpleActionPacket ()V 16 argL0 ; # net/createmod/catnip/net/packets/ClientboundSimpleActionPacket$$Lambda+0x000001d68539b7c0 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundSimpleActionPacket ()V 11 argL0 ; # net/createmod/catnip/net/packets/ClientboundSimpleActionPacket$$Lambda+0x000001d68539b588 +instanceKlass @bci net/createmod/catnip/net/packets/ClientboundSimpleActionPacket ()V 3 argL0 ; # net/createmod/catnip/net/packets/ClientboundSimpleActionPacket$$Lambda+0x000001d68539b0f8 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/FaucetModelLoader +instanceKlass @bci net/createmod/catnip/net/packets/ServerboundConfigPacket ()V 24 argL0 ; # net/createmod/catnip/net/packets/ServerboundConfigPacket$$Lambda+0x000001d68539a7d0 +instanceKlass @bci net/createmod/catnip/net/packets/ServerboundConfigPacket ()V 19 argL0 ; # net/createmod/catnip/net/packets/ServerboundConfigPacket$$Lambda+0x000001d68539a370 +instanceKlass @bci net/createmod/catnip/net/packets/ServerboundConfigPacket ()V 11 argL0 ; # net/createmod/catnip/net/packets/ServerboundConfigPacket$$Lambda+0x000001d68539a138 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/AwningModelLoader +instanceKlass @bci net/createmod/catnip/net/packets/ServerboundConfigPacket ()V 3 argL0 ; # net/createmod/catnip/net/packets/ServerboundConfigPacket$$Lambda+0x000001d685399a78 +instanceKlass net/createmod/catnip/net/packets/ServerboundConfigPacket +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/GobletModelLoader +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 100 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d685394c70 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 86 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d685394a38 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 72 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d685394800 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 58 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d685395d20 +instanceKlass dev/ftb/mods/ftbxmodcompat/ftbquests/recipemod_common/BaseRecipeHelper +instanceKlass dev/ftb/mods/ftbxmodcompat/ftbquests/FTBQuestsSetup +instanceKlass software/bernie/geckolib/animation/keyframe/event/data/KeyFrameData +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)V 3 member ; # net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent$$Lambda+0x000001d685396230 +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/CustomGeometry +instanceKlass it/unimi/dsi/fastutil/bytes/ByteStack +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/currency/CurrencySetup$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 142 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685393550 +instanceKlass @bci dev/engine_room/flywheel/impl/LightSmoothnessArgument ()V 10 argL0 ; # dev/engine_room/flywheel/impl/LightSmoothnessArgument$$Lambda+0x000001d685393338 +instanceKlass @bci dev/engine_room/flywheel/impl/LightSmoothnessArgument ()V 4 argL0 ; # dev/engine_room/flywheel/impl/LightSmoothnessArgument$$Lambda+0x000001d685392cc0 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/SignPostBlockBakedModel +instanceKlass dev/ftb/mods/ftblibrary/integration/currency/CurrencyProvider +instanceKlass @bci dev/engine_room/flywheel/impl/DebugModeArgument ()V 10 argL0 ; # dev/engine_room/flywheel/impl/DebugModeArgument$$Lambda+0x000001d685391580 +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/currency/CurrencySetup +instanceKlass @bci dev/engine_room/flywheel/impl/DebugModeArgument ()V 4 argL0 ; # dev/engine_room/flywheel/impl/DebugModeArgument$$Lambda+0x000001d685390d08 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685394000 +instanceKlass @bci dev/engine_room/flywheel/backend/engine/uniform/DebugMode ()V 112 argL0 ; # dev/engine_room/flywheel/backend/engine/uniform/DebugMode$$Lambda+0x000001d6853908c0 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteList +instanceKlass team/creative/creativecore/common/network/type/NetworkFieldType +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 45 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d68538ea80 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 32 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d68538e848 +instanceKlass @bci software/bernie/geckolib/animation/EasingType ()V 16 argL0 ; # software/bernie/geckolib/animation/EasingType$$Lambda+0x000001d68538e610 +instanceKlass software/bernie/geckolib/animation/EasingType +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 122 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68538e1f0 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/RandomRotationModel +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/permissions/PermissionsSetup$1 +instanceKlass dev/ftb/mods/ftblibrary/integration/permissions/FallbackPermissionProvider +instanceKlass team/creative/creativecore/common/network/type/NetworkFieldTypes +instanceKlass @bci net/minecraft/commands/arguments/StringRepresentableArgument ()V 4 argL0 ; # net/minecraft/commands/arguments/StringRepresentableArgument$$Lambda+0x000001d68538d210 +instanceKlass team/creative/creativecore/common/network/CreativeNetworkField +instanceKlass team/creative/creativecore/common/network/CreativeNetworkPacket +instanceKlass @bci dev/engine_room/flywheel/impl/BackendArgument ()V 37 argL0 ; # dev/engine_room/flywheel/impl/BackendArgument$$Lambda+0x000001d68538c960 +instanceKlass @bci dev/engine_room/flywheel/impl/BackendArgument ()V 16 argL0 ; # dev/engine_room/flywheel/impl/BackendArgument$$Lambda+0x000001d68538c728 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 95 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68538c0d0 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/BlackboardBakedModel +instanceKlass dev/engine_room/flywheel/impl/BackendArgument +instanceKlass dev/ftb/mods/ftblibrary/integration/permissions/PermissionProvider +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/permissions/PermissionsSetup +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 368 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68538b148 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 355 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68538acb0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 342 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68538a818 +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/gamestages/neoforge/KubeJSStageProvider +instanceKlass dev/ftb/mods/ftblibrary/integration/stages/EntityTagStageProvider +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 329 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685389ec0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 316 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853895f8 +instanceKlass @bci com/mrcrayfish/configured/Configured onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/mrcrayfish/configured/Configured$$Lambda+0x000001d685389160 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 303 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685388f48 +instanceKlass com/mrcrayfish/configured/Bootstrap +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 290 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853888b0 +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/gamestages/neoforge/StagesSetupImpl +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 11 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d685388218 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 277 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685388000 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d685387c00 +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/gamestages/StagesSetup$1 +instanceKlass @bci team/creative/creativecore/CreativeCore init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 5 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d685387568 +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileCreatePacket$ServerHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 264 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685386cd8 +instanceKlass dev/ftb/mods/ftblibrary/integration/stages/StageProvider +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 216 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685386aa0 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 211 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685386878 +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileCreatePacket +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge onSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 25 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d6853861e0 +instanceKlass com/faboslav/friendsandfoes/common/network/packet/TotemEffectPacket$Handler +instanceKlass com/faboslav/friendsandfoes/common/network/packet/EntityAnimationsSyncPacket$Handler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 68 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685385818 +instanceKlass com/faboslav/friendsandfoes/common/network/packet/MoobloomVariantsSyncPacket$Handler +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/RopeKnotBlockBakedModel +instanceKlass dev/ftb/mods/ftbxmodcompat/generic/gamestages/StagesSetup +instanceKlass com/faboslav/friendsandfoes/common/network/MessageHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 251 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853847e8 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 238 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685384358 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 225 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685383ec0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 212 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685383a28 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 199 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685383350 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 186 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685382eb8 +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileDeletePacket$ClientHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 173 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853827f8 +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileDeletePacket$ServerHandler +instanceKlass @bci com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForge setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForge$$Lambda+0x000001d685382138 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 41 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685381f10 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 160 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685381cf8 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 180 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685381840 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/FlowerBoxBakedModel +instanceKlass @bci io/wispforest/accessories/api/events/OnDropCallback lambda$static$1 ([Lio/wispforest/accessories/api/events/OnDropCallback;)Lio/wispforest/accessories/api/events/OnDropCallback; 1 member ; # io/wispforest/accessories/api/events/OnDropCallback$$Lambda+0x000001d685381148 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 175 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685380f20 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 147 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685380d08 +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileDeletePacket +instanceKlass @bci io/wispforest/accessories/api/events/OnDropCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/OnDropCallback$$Lambda+0x000001d6853808c0 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary onSetup ()V 33 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d685380228 +instanceKlass xaero/lib/common/packet/config/profile/ServerboundConfigProfileRequestPacket$ServerHandler +instanceKlass dev/ftb/mods/ftblibrary/util/Lazy +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 134 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537ca80 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge onSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 member ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d68537dae8 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 150 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d68537d8b0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 121 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537d698 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 145 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d68537d470 +instanceKlass top/theillusivec4/curios/api/type/capability/ICuriosItemHandler +instanceKlass xaero/lib/common/packet/config/profile/ServerboundConfigProfileRequestPacket +instanceKlass top/theillusivec4/curios/compat/AccessoriesEventHooks$DeathWrapperEventsImpl +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 108 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537f5e0 +instanceKlass io/wispforest/accessories/api/events/OnDropCallback +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileInfoPacket$ClientHandler +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileInfoPacket$ServerHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 95 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537eb00 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 114 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d68537e648 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/text/RainbowTextColor ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/util/text/RainbowTextColor$$Lambda+0x000001d68537e430 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 82 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537e218 +instanceKlass @bci top/theillusivec4/curios/compat/AccessoriesEventHooks initAccessoriesEventHooks ()V 47 argL0 ; # top/theillusivec4/curios/compat/AccessoriesEventHooks$$Lambda+0x000001d68537e000 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 109 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d68537ba98 +instanceKlass @bci io/wispforest/accessories/api/events/AdjustAttributeModifierCallback lambda$static$2 ([Lio/wispforest/accessories/api/events/AdjustAttributeModifierCallback;)Lio/wispforest/accessories/api/events/AdjustAttributeModifierCallback; 1 member ; # io/wispforest/accessories/api/events/AdjustAttributeModifierCallback$$Lambda+0x000001d68537b878 +instanceKlass it/hurts/octostudios/nerb/common/compat/craftingmanager/impl/EMIEntry +instanceKlass io/wispforest/accessories/api/attributes/AccessoryAttributeBuilder +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileInfoPacket +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 69 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537b030 +instanceKlass it/hurts/octostudios/nerb/common/compat/craftingmanager/impl/JEIEntry +instanceKlass it/hurts/octostudios/nerb/common/compat/craftingmanager/impl/base/ICMEntry +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileEditPacket$ClientHandler +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 56 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d68537a558 +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectBlockSequenceItem +instanceKlass xaero/lib/common/packet/config/profile/ConfigProfileEditPacket$ServerHandler +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectFirstBlockSequenceItem +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocksCommon init ()V 53 member ; # lilypuree/decorative_blocks/DecorativeBlocksCommon$$Lambda+0x000001d685379e80 +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryValue +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 43 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685379c68 +instanceKlass lilypuree/decorative_blocks/CommonAPI +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryKey +instanceKlass @bci io/wispforest/accessories/api/events/AdjustAttributeModifierCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/AdjustAttributeModifierCallback$$Lambda+0x000001d6853795b0 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 30 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685379398 +instanceKlass lilypuree/decorative_blocks/DecorativeBlocksCommon +instanceKlass @bci me/pepperbell/continuity/client/resource/CtmPropertiesLoader load (Lme/pepperbell/continuity/api/client/CtmLoader;Ljava/util/Properties;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/PackResources;ILjava/lang/String;)V 99 argL0 ; # me/pepperbell/continuity/client/resource/CtmPropertiesLoader$$Lambda+0x000001d685378f60 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 17 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853788b8 +instanceKlass me/pepperbell/continuity/client/resource/ResourceRedirectHandler$RedirectInfo +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser lambda$static$0 (Ljava/util/concurrent/ConcurrentHashMap;)V 4 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d685378000 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 78 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685375d18 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 73 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685375af0 +instanceKlass io/wispforest/accessories/api/events/AdjustAttributeModifierCallback +instanceKlass @bci top/theillusivec4/curios/compat/AccessoriesEventHooks initAccessoriesEventHooks ()V 36 argL0 ; # top/theillusivec4/curios/compat/AccessoriesEventHooks$$Lambda+0x000001d685377d98 +instanceKlass @bci top/theillusivec4/curios/compat/AccessoriesEventHooks initAccessoriesEventHooks ()V 25 argL0 ; # top/theillusivec4/curios/compat/AccessoriesEventHooks$$Lambda+0x000001d685377b80 +instanceKlass @bci io/wispforest/accessories/api/events/ContainersChangeCallback lambda$static$1 ([Lio/wispforest/accessories/api/events/ContainersChangeCallback;)Lio/wispforest/accessories/api/events/ContainersChangeCallback; 1 member ; # io/wispforest/accessories/api/events/ContainersChangeCallback$$Lambda+0x000001d685377960 +instanceKlass @bci io/wispforest/accessories/api/events/ContainersChangeCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/ContainersChangeCallback$$Lambda+0x000001d685377728 +instanceKlass io/wispforest/accessories/api/events/ContainersChangeCallback +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLoaders (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent;)V 14 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685376ef8 +instanceKlass @bci top/theillusivec4/curios/compat/AccessoriesEventHooks initAccessoriesEventHooks ()V 14 argL0 ; # top/theillusivec4/curios/compat/AccessoriesEventHooks$$Lambda+0x000001d685376ce0 +instanceKlass @bci io/wispforest/accessories/api/events/CanEquipCallback lambda$static$2 ([Lio/wispforest/accessories/api/events/CanEquipCallback;)Lio/wispforest/accessories/api/events/CanEquipCallback; 1 member ; # io/wispforest/accessories/api/events/CanEquipCallback$$Lambda+0x000001d685376ac0 +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/ExtraModelData +instanceKlass xaero/lib/common/packet/config/ClientboundEnforcedConfigPacket$ClientHandler +instanceKlass @bci io/wispforest/accessories/api/events/CanEquipCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/CanEquipCallback$$Lambda+0x000001d685376468 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 735 member ; # me/pepperbell/continuity/client/properties/PropertiesParsingHelper$$Lambda+0x000001d685376218 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 112 argL0 ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d685376000 +instanceKlass io/wispforest/accessories/api/events/CanEquipCallback +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 718 argL0 ; # me/pepperbell/continuity/client/properties/PropertiesParsingHelper$$Lambda+0x000001d6853737f8 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 48 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d6853735c0 +instanceKlass net/mehvahdjukaar/supplementaries/client/block_models/FrameBlockBakedModel +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 43 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d6853728a0 +instanceKlass @bci top/theillusivec4/curios/compat/AccessoriesEventHooks initAccessoriesEventHooks ()V 3 argL0 ; # top/theillusivec4/curios/compat/AccessoriesEventHooks$$Lambda+0x000001d685372688 +instanceKlass xaero/lib/common/packet/config/AbstractConfigPacket +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/CustomBakedModel +instanceKlass @bci io/wispforest/accessories/api/events/CanUnequipCallback lambda$static$2 ([Lio/wispforest/accessories/api/events/CanUnequipCallback;)Lio/wispforest/accessories/api/events/CanUnequipCallback; 1 member ; # io/wispforest/accessories/api/events/CanUnequipCallback$$Lambda+0x000001d685371e28 +instanceKlass terrablender/api/SurfaceRuleManager +instanceKlass @bci io/wispforest/accessories/api/events/CanUnequipCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/CanUnequipCallback$$Lambda+0x000001d685371778 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 24 member ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d6853710e8 +instanceKlass io/wispforest/accessories/api/events/CanUnequipCallback +instanceKlass com/illusivesoulworks/comforts/common/ComfortsCommonEventsListener +instanceKlass io/github/razordevs/aeroblender/mixin/SurfaceRuleManagerAccessor +instanceKlass xaero/lib/common/packet/config/ConfigChannelPacket$ClientHandler +instanceKlass net/neoforged/neoforge/client/model/IDynamicBakedModel +instanceKlass @cpi net/minecraft/client/gui/font/providers/UnihexProvider$Definition 168 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685374000 +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$ReaderOutput +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 9 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68536bce8 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition loadData (Ljava/io/InputStream;)Lnet/minecraft/client/gui/font/providers/UnihexProvider; 4 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68536b8e0 +instanceKlass software/bernie/geckolib/loading/math/function/MathFunction +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$LineData +instanceKlass xaero/lib/common/packet/config/ConfigChannelPacket$ServerHandler +instanceKlass org/yaml/snakeyaml/util/EnumUtils +instanceKlass @bci net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats$Registrations commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 2 member ; # net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats$Registrations$$Lambda+0x000001d685367760 +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectNothing +instanceKlass @bci net/hibiscus/naturespirit/world/NSSurfaceRules makeRules ()Lnet/minecraft/world/level/levelgen/SurfaceRules$RuleSource; 2706 argL0 ; # net/hibiscus/naturespirit/world/NSSurfaceRules$$Lambda+0x000001d685367358 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource (Ljava/util/List;)V 19 member ; # net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource$$Lambda+0x000001d685367108 +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectBlockMappingSimpleValue +instanceKlass org/yaml/snakeyaml/emitter/ScalarAnalysis +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectBlockMappingKey +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectFirstBlockMappingKey +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentEnd +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentRoot +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentStart +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectFirstDocumentStart +instanceKlass org/yaml/snakeyaml/serializer/Serializer$1 +instanceKlass org/yaml/snakeyaml/emitter/Emitter$ExpectStreamStart +instanceKlass org/yaml/snakeyaml/emitter/EmitterState +instanceKlass org/yaml/snakeyaml/emitter/Emitter +instanceKlass org/yaml/snakeyaml/serializer/Serializer +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 12 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685366ed0 +instanceKlass @bci xaero/lib/common/packet/config/ConfigPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;I)I 7 argL0 ; # xaero/lib/common/packet/config/ConfigPacketRegister$$Lambda+0x000001d685366ca8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68536ac00 +instanceKlass top/theillusivec4/curios/compat/AccessoriesEventHooks +instanceKlass xaero/lib/common/packet/config/ConfigChannelPacket +instanceKlass software/bernie/geckolib/loading/math/function/MathFunction$Factory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68536a800 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$9 (Ljava/util/List;Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 56 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685366270 +instanceKlass xaero/lib/common/packet/config/ConfigPacketRegister +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$6 (Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685365e48 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 749 member ; # me/pepperbell/continuity/client/properties/PropertiesParsingHelper$$Lambda+0x000001d685365bf8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68536a400 +instanceKlass @bci software/bernie/geckolib/loading/math/MathParser ()V 45 argL0 ; # software/bernie/geckolib/loading/math/MathParser$$Lambda+0x000001d6853659d0 +instanceKlass @bci top/theillusivec4/curios/Curios setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 21 argL0 ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6853657b8 +instanceKlass top/theillusivec4/curios/server/command/CuriosSelectorOptions +instanceKlass xaero/lib/common/packet/ClientboundDimensionHandshakePacket$ClientHandler +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$9 (Ljava/util/List;Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 32 argL0 ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685365178 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 ; # java/lang/invoke/LambdaForm$MH+0x000001d68536a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685369c00 +instanceKlass software/bernie/geckolib/loading/math/MathParser +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685369800 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$9 (Ljava/util/List;Lcom/mojang/blaze3d/font/GlyphProvider$Conditional;Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 22 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685364d38 +instanceKlass @bci xaero/lib/common/packet/PacketRegister register ()V 51 argL0 ; # xaero/lib/common/packet/PacketRegister$$Lambda+0x000001d685364b00 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685369400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685369000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685368c00 +instanceKlass @bci xaero/lib/common/packet/PacketRegister register ()V 46 argL0 ; # xaero/lib/common/packet/PacketRegister$$Lambda+0x000001d6853648d8 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$BuilderResult lambda$resolve$2 (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/Optional; 41 member ; # net/minecraft/client/gui/font/FontManager$BuilderResult$$Lambda+0x000001d685364698 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685368800 +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/NestedModelLoader +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685368400 +instanceKlass xaero/lib/common/packet/ClientboundDimensionHandshakePacket +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685368000 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$resolveProviders$14 (Ljava/util/Map;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle;)V 17 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685364000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685363c00 +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleObjectImmutablePair +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685363800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685363400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685363000 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$BuilderResult lambda$resolve$1 (Ljava/util/concurrent/CompletableFuture;)Ljava/util/Optional; 8 member ; # net/minecraft/client/gui/font/FontManager$BuilderResult$$Lambda+0x000001d68535fc98 +instanceKlass xaero/lib/common/packet/ClientboundServerHandshakePacket$ClientHandler +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685362c00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addModelLoaderRegistration$10 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/ModelEvent$RegisterGeometryLoaders;)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68535f830 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685362800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685362400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685362000 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$BuilderResult resolve (Ljava/util/function/Function;)Ljava/util/Optional; 12 member ; # net/minecraft/client/gui/font/FontManager$BuilderResult$$Lambda+0x000001d68535f5f0 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 form names 22 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685361c00 +instanceKlass @bci xaero/lib/common/packet/PacketRegister register ()V 21 argL0 ; # xaero/lib/common/packet/PacketRegister$$Lambda+0x000001d68535f3b8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685361800 +instanceKlass net/neoforged/neoforge/client/model/SeparateTransformsModel$Loader +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685361400 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$BuilderResult resolve (Ljava/util/function/Function;)Ljava/util/Optional; 5 member ; # net/minecraft/client/gui/font/FontManager$BuilderResult$$Lambda+0x000001d68535ef60 +instanceKlass @bci xaero/lib/common/packet/PacketRegister register ()V 16 argL0 ; # xaero/lib/common/packet/PacketRegister$$Lambda+0x000001d68535ed38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685361000 +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleObjectPair +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685360c00 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$resolveProviders$14 (Ljava/util/Map;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle;)V 7 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d68535eaf8 +instanceKlass net/hibiscus/naturespirit/registration/NSBiomes +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685360800 +instanceKlass net/neoforged/neoforge/client/model/ItemLayerModel$Loader +instanceKlass @bci net/minecraft/util/DependencySorter visitDependenciesAndElement (Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/lang/Object;Ljava/util/function/BiConsumer;)V 23 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d68535e208 +instanceKlass me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource handler$hpa01a$c2me_opts_allocs$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 5 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource$$Lambda+0x000001d68535ddb0 +instanceKlass xaero/lib/common/packet/ClientboundServerHandshakePacket +instanceKlass @bci net/minecraft/util/DependencySorter orderByDependencies (Ljava/util/function/BiConsumer;)V 55 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d68535d978 +instanceKlass net/hibiscus/naturespirit/world/NSSurfaceRules +instanceKlass net/neoforged/neoforge/client/model/CompositeModel$Loader +instanceKlass @bci net/minecraft/util/DependencySorter lambda$orderByDependencies$5 (Lcom/google/common/collect/Multimap;Ljava/lang/Object;Lnet/minecraft/util/DependencySorter$Entry;)V 3 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d68535d330 +instanceKlass xaero/lib/common/packet/PacketRegister +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper ()V 0 argL0 ; # me/pepperbell/continuity/client/properties/PropertiesParsingHelper$$Lambda+0x000001d68535cee0 +instanceKlass @bci net/minecraft/util/DependencySorter orderByDependencies (Ljava/util/function/BiConsumer;)V 24 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d68535ca70 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685360400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685360000 +instanceKlass @bci net/minecraft/util/DependencySorter isCyclic (Lcom/google/common/collect/Multimap;Ljava/lang/Object;Ljava/lang/Object;)Z 28 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d68535c820 +instanceKlass top/theillusivec4/curios/api/CuriosApi +instanceKlass net/neoforged/neoforge/client/model/DynamicFluidContainerModel$Loader +instanceKlass me/pepperbell/continuity/client/properties/PropertiesParsingHelper +instanceKlass io/github/razordevs/aeroblender/aether/AetherRuleCategory +instanceKlass @bci net/minecraft/util/DependencySorter lambda$orderByDependencies$3 (Lcom/google/common/collect/Multimap;Ljava/lang/Object;Lnet/minecraft/util/DependencySorter$Entry;)V 3 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d6853539f8 +instanceKlass net/mehvahdjukaar/amendments/common/neoforge/FlowerPotHandlerImpl +instanceKlass net/neoforged/neoforge/client/model/ElementsModel$Loader +instanceKlass @bci net/minecraft/util/DependencySorter orderByDependencies (Ljava/util/function/BiConsumer;)V 9 member ; # net/minecraft/util/DependencySorter$$Lambda+0x000001d685352fa0 +instanceKlass it/hurts/octostudios/octolib/module/config/util/RepresenterExt$1 +instanceKlass it/hurts/octostudios/octolib/module/config/util/SchemeInjector$1 +instanceKlass @bci net/minecraft/client/gui/font/FontManager resolveProviders (Ljava/util/List;)Ljava/util/Map; 30 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685352508 +instanceKlass com/google/common/reflect/AbstractInvocationHandler +instanceKlass @bci net/neoforged/neoforge/client/model/EmptyModel ()V 20 argL0 ; # net/neoforged/neoforge/client/model/EmptyModel$$Lambda+0x000001d6853522f0 +instanceKlass @bci net/minecraft/client/gui/font/FontManager resolveProviders (Ljava/util/List;)Ljava/util/Map; 18 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853520c0 +instanceKlass @bci malte0811/ferritecore/impl/ModelSidesImpl ()V 15 argL0 ; # malte0811/ferritecore/impl/ModelSidesImpl$$Lambda+0x000001d685351e98 +instanceKlass net/minecraft/util/DependencySorter +instanceKlass malte0811/ferritecore/impl/ModelSidesImpl +instanceKlass net/mehvahdjukaar/amendments/common/FlowerPotHandler +instanceKlass @bci it/hurts/octostudios/octolib/module/config/util/ConstructorExt$ConstructEntry constructMapping (Lit/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry;Lorg/yaml/snakeyaml/nodes/MappingNode;)Lit/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry; 144 argL0 ; # it/hurts/octostudios/octolib/module/config/util/ConstructorExt$ConstructEntry$$Lambda+0x000001d685351250 +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseDocumentStart +instanceKlass org/yaml/snakeyaml/events/ImplicitTuple +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingValue +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingKey +instanceKlass org/yaml/snakeyaml/resolver/Resolver$1 +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingFirstKey +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseBlockNode +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseDocumentEnd +instanceKlass org/yaml/snakeyaml/scanner/SimpleKey +instanceKlass org/yaml/snakeyaml/scanner/Constant +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseImplicitDocumentStart +instanceKlass org/yaml/snakeyaml/comments/CommentEventsCollector +instanceKlass org/yaml/snakeyaml/parser/ParserImpl$ParseStreamStart +instanceKlass org/yaml/snakeyaml/parser/VersionTagsTuple +instanceKlass org/yaml/snakeyaml/error/Mark +instanceKlass org/yaml/snakeyaml/util/ArrayStack +instanceKlass org/yaml/snakeyaml/tokens/Token +instanceKlass org/yaml/snakeyaml/scanner/ScannerImpl +instanceKlass org/yaml/snakeyaml/events/Event +instanceKlass org/yaml/snakeyaml/parser/Production +instanceKlass org/yaml/snakeyaml/scanner/Scanner +instanceKlass org/yaml/snakeyaml/parser/ParserImpl +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d685351038 +instanceKlass @bci com/cerbon/cerbons_api/api/network/DelayedPacketRegistrationHandler registerQueuedPackets (Lcom/cerbon/cerbons_api/api/network/PacketRegistrationHandler;)V 27 member ; # com/cerbon/cerbons_api/api/network/DelayedPacketRegistrationHandler$$Lambda+0x000001d685350e08 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$10 (Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 60 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685350bc8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d6853509b0 +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 23 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d685350790 +instanceKlass org/yaml/snakeyaml/composer/Composer +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether registerFluidInteractions ()V 63 argL0 ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d685350558 +instanceKlass top/theillusivec4/curios/common/CuriosHelper +instanceKlass it/hurts/octostudios/octolib/module/config/loader/SolidConfigLoader +instanceKlass @bci net/neoforged/fml/DeferredWorkQueue lambda$enqueueWork$6 (Ljava/util/function/Supplier;Lnet/neoforged/fml/DeferredWorkQueue$TaskInfo;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/neoforged/fml/DeferredWorkQueue$$Lambda+0x000001d685300b50 +instanceKlass @bci net/neoforged/fml/DeferredWorkQueue enqueueWork (Lnet/neoforged/fml/ModContainer;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/neoforged/fml/DeferredWorkQueue$$Lambda+0x000001d685300910 +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 11 argL0 ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d68534cc40 +instanceKlass com/github/L_Ender/cataclysm/init/ModJigsaw +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation (Lnet/neoforged/neoforge/fluids/FluidInteractionRegistry$HasFluidInteraction;Lnet/minecraft/world/level/block/state/BlockState;)V 3 member ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation$$Lambda+0x000001d68534c800 +instanceKlass @bci me/pepperbell/continuity/client/resource/CtmPropertiesLoader loadAll (Lnet/minecraft/server/packs/PackResources;I)V 46 member ; # me/pepperbell/continuity/client/resource/CtmPropertiesLoader$$Lambda+0x000001d68534d888 +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d68534d670 +instanceKlass @bci com/soytutta/mynethersdelight/common/MNDCommonSetup init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/soytutta/mynethersdelight/common/MNDCommonSetup$$Lambda+0x000001d68534d458 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle listBuilders ()Ljava/util/stream/Stream; 9 argL0 ; # net/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle$$Lambda+0x000001d68534d220 +instanceKlass @bci com/phantomwing/rusticdelight/RusticDelight commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 2 member ; # com/phantomwing/rusticdelight/RusticDelight$$Lambda+0x000001d68534d000 +instanceKlass @bci vectorwing/farmersdelight/common/CommonSetup init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # vectorwing/farmersdelight/common/CommonSetup$$Lambda+0x000001d68534fdb0 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry ()V 62 argL0 ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$$Lambda+0x000001d68534fb98 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/util/ConstructorExt$ConstructEntry constructMapping (Lit/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry;Lorg/yaml/snakeyaml/nodes/MappingNode;)Lit/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry; 97 argL0 ; # it/hurts/octostudios/octolib/module/config/util/ConstructorExt$ConstructEntry$$Lambda+0x000001d68534f960 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$10 (Ljava/util/concurrent/Executor;Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 6 argL0 ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d68534f300 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry addInteraction (Lnet/neoforged/neoforge/fluids/FluidType;Lnet/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation;)V 4 argL0 ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$$Lambda+0x000001d68534f538 +instanceKlass net/minecraft/client/renderer/block/model/ItemOverrides +instanceKlass me/pepperbell/continuity/client/resource/CtmPropertiesLoader +instanceKlass terrablender/api/Regions +instanceKlass @bci org/embeddedt/modernfix/render/font/LazyGlyphProvider$Definition lambda$unpack$1 (Lnet/minecraft/client/gui/font/providers/GlyphProviderDefinition$Loader;)Lnet/minecraft/client/gui/font/providers/GlyphProviderDefinition$Loader; 1 member ; # org/embeddedt/modernfix/render/font/LazyGlyphProvider$Definition$$Lambda+0x000001d68534eab0 +instanceKlass @bci org/embeddedt/modernfix/render/font/LazyGlyphProvider$Definition unpack ()Lcom/mojang/datafixers/util/Either; 9 argL0 ; # org/embeddedt/modernfix/render/font/LazyGlyphProvider$Definition$$Lambda+0x000001d68534e678 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry ()V 36 argL0 ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$$Lambda+0x000001d68534e440 +instanceKlass net/minecraft/client/resources/LegacyStuffWrapper +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition unpack ()Lcom/mojang/datafixers/util/Either; 1 member ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68534bda0 +instanceKlass @bci com/teamabnormals/blueprint/core/endimator/EndimationLoader lambda$reload$1 (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/Map; 11 argL0 ; # com/teamabnormals/blueprint/core/endimator/EndimationLoader$$Lambda+0x000001d68534bb58 +instanceKlass it/hurts/octostudios/octolib/module/config/util/ConstructorExt$2 +instanceKlass dev/engine_room/vanillin/mixin/item/ItemOverridesAccessor +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation (Lnet/neoforged/neoforge/fluids/FluidInteractionRegistry$HasFluidInteraction;Ljava/util/function/Function;)V 3 member ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation$$Lambda+0x000001d68534b320 +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/CfgConstructor +instanceKlass net/neoforged/neoforge/fluids/FluidInteractionRegistry$FluidInteraction +instanceKlass io/github/razordevs/aeroblender/aether/AetherRegionType +# instanceKlass com/mojang/blaze3d/font/SpaceProvider$$Lambda+0x000001d68534aab0 +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider lambda$new$1 (Ljava/lang/Integer;Ljava/lang/Float;)V 9 member ; # com/mojang/blaze3d/font/SpaceProvider$$Lambda+0x000001d68534a400 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation (Lnet/neoforged/neoforge/fluids/FluidType;Ljava/util/function/Function;)V 2 member ; # net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation$$Lambda+0x000001d68534a1e0 +# instanceKlass com/mojang/blaze3d/font/SpaceProvider$$Lambda+0x000001d685349f60 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/util/ConstructorExt createDefinition (Ljava/lang/Class;)V 7 argL0 ; # it/hurts/octostudios/octolib/module/config/util/ConstructorExt$$Lambda+0x000001d685349d18 +instanceKlass net/neoforged/neoforge/fluids/FluidInteractionRegistry +instanceKlass com/mojang/blaze3d/font/GlyphInfo$SpaceGlyphInfo +instanceKlass com/simibubi/create/foundation/mixin/accessor/FluidInteractionRegistryAccessor +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/TypeProp +instanceKlass org/yaml/snakeyaml/nodes/NodeTuple +instanceKlass @bci it/hurts/octostudios/octolib/module/config/util/RepresenterExt parseStringToComment (Ljava/lang/String;Lorg/yaml/snakeyaml/comments/CommentType;)Ljava/util/List; 11 member ; # it/hurts/octostudios/octolib/module/config/util/RepresenterExt$$Lambda+0x000001d6853492f0 +instanceKlass org/yaml/snakeyaml/comments/CommentLine +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68534c000 +instanceKlass xaero/common/server/XaeroMinimapServer +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider (Ljava/util/Map;)V 23 member ; # com/mojang/blaze3d/font/SpaceProvider$$Lambda+0x000001d685348e98 +instanceKlass xaero/map/server/mods/SupportMinimapServer +instanceKlass @bci fuzs/mindfuldarkness/client/packs/resources/ForwardingResource (Lnet/minecraft/server/packs/resources/Resource;Lnet/minecraft/server/packs/resources/IoSupplier;)V 6 argL0 ; # fuzs/mindfuldarkness/client/packs/resources/ForwardingResource$$Lambda+0x000001d685348a70 +instanceKlass @bci fuzs/mindfuldarkness/client/packs/resources/ColorChangingResourceHandler getResource (Lnet/minecraft/resources/ResourceLocation;Ljava/util/Optional;)Ljava/util/Optional; 128 member ; # fuzs/mindfuldarkness/client/packs/resources/ColorChangingResourceHandler$$Lambda+0x000001d685348850 +instanceKlass org/yaml/snakeyaml/reader/StreamReader +instanceKlass xaero/map/server/mods/ftbteams/FTBTeamsSyncedPlayerTrackerSystem +instanceKlass xaero/map/server/radar/tracker/ISyncedPlayerTrackerSystem +instanceKlass @bci mod/azure/azurelibarmor/common/animation/parse/AzBakedAnimationsAdapter buildKeyframeStack (Ljava/util/List;Z)Lmod/azure/azurelibarmor/common/animation/controller/keyframe/AzKeyframeStack; 442 argL0 ; # mod/azure/azurelibarmor/common/animation/parse/AzBakedAnimationsAdapter$$Lambda+0x000001d6853481f0 +instanceKlass net/caffeinemc/mods/sodium/client/util/NativeImageHelper +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteContents (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/metadata/animation/FrameSize;Lcom/mojang/blaze3d/platform/NativeImage;Lnet/minecraft/server/packs/resources/ResourceMetadata;)V 112 member ; # net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d685347530 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteContents (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/resources/metadata/animation/FrameSize;Lcom/mojang/blaze3d/platform/NativeImage;Lnet/minecraft/server/packs/resources/ResourceMetadata;)V 92 argL0 ; # net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d685347318 +instanceKlass net/minecraft/client/renderer/texture/SpriteContents$FrameInfo +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/animations/upload/SpriteContentsFrameInfoAccessor +instanceKlass net/minecraft/client/sounds/SoundManager$Preparations$1 +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/animations/tracking/SpriteContentsFrameInfoAccessor +instanceKlass net/irisshaders/iris/mixin/texture/SpriteContentsFrameInfoAccessor +instanceKlass fuzs/mindfuldarkness/client/util/HSPConversionUtil +instanceKlass net/neoforged/neoforge/fluids/FluidInteractionRegistry$HasFluidInteraction +instanceKlass fuzs/mindfuldarkness/client/util/RGBBrightnessUtil +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether registerFluidInteractions ()V 26 argL0 ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d685345df0 +instanceKlass xaero/map/server/mods/ftbteams/SupportFTBTeamsServer +instanceKlass xaero/map/server/mods/SupportServerMods +instanceKlass mod/azure/azurelibarmor/core/math/Negative +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition load (Lnet/minecraft/server/packs/resources/ResourceManager;)Lcom/mojang/blaze3d/font/GlyphProvider; 83 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685345398 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition load (Lnet/minecraft/server/packs/resources/ResourceManager;)Lcom/mojang/blaze3d/font/GlyphProvider; 78 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685344da0 +instanceKlass @bci mod/azure/azurelibarmor/core/molang/MolangParser getVariable (Ljava/lang/String;)Lmod/azure/azurelibarmor/core/molang/LazyVariable; 4 argL0 ; # mod/azure/azurelibarmor/core/molang/MolangParser$$Lambda+0x000001d685344530 +instanceKlass mod/azure/azurelibarmor/core/math/Group +instanceKlass mod/azure/azurelibarmor/core/math/Operator +instanceKlass fuzs/mindfuldarkness/client/handler/ColorChangedAssetsManager +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider$Definition unpack ()Lcom/mojang/datafixers/util/Either; 1 member ; # com/mojang/blaze3d/font/SpaceProvider$Definition$$Lambda+0x000001d685341060 +instanceKlass mod/azure/azurelibarmor/core/keyframe/event/data/KeyFrameData +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeLoader +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$3 +instanceKlass mod/azure/azurelibarmor/common/animation/easing/bedrock_easings/BezierEasing +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 423 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533f4e0 +instanceKlass xaero/map/server/player/ServerPlayerTickHandler +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 409 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533f2a8 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 395 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533f070 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 381 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533ec30 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 367 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533e9f8 +instanceKlass xaero/map/message/basic/ClientboundRulesPacket$ClientHandler +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 353 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533e588 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 339 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533e350 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 325 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533e118 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 123 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533dee0 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 312 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533dca8 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteContents createAnimatedTexture (Lnet/minecraft/client/resources/metadata/animation/FrameSize;IILnet/minecraft/client/resources/metadata/animation/AnimationMetadataSection;)Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture; 36 member ; # net/minecraft/client/renderer/texture/SpriteContents$$Lambda+0x000001d68533da88 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 299 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533d850 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 118 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533d628 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 286 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533d3f0 +instanceKlass xaero/map/message/basic/ClientboundRulesPacket +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 273 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533cfb0 +instanceKlass net/minecraft/client/renderer/texture/SpriteContents +instanceKlass xaero/map/message/tracker/ClientboundPlayerTrackerResetPacket$Handler +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 260 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533c740 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 247 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533c508 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 96 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533c2d0 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 91 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533c0a8 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 234 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533be70 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 221 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533bc38 +instanceKlass xaero/map/message/tracker/ClientboundPlayerTrackerResetPacket +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 208 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533b7f8 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 195 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533b5c0 +instanceKlass xaero/map/message/tracker/ClientboundTrackedPlayerPacket$Handler +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 182 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533af58 +instanceKlass ca/fxco/moreculling/mixin/accessors/SpriteContentsAccessor +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/SpriteContentsExtension +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 169 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533ab28 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 69 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533a8f0 +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/animations/upload/SpriteContentsAccessor +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 156 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68533a4c0 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 64 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d68533a298 +instanceKlass net/caffeinemc/mods/sodium/client/render/texture/SpriteContentsExtension +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 143 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685339e68 +instanceKlass xaero/map/message/tracker/ClientboundTrackedPlayerPacket +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/ParameterizedProp +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 130 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685339828 +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/SpriteContentsInvoker +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 117 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d6853393f8 +instanceKlass net/irisshaders/iris/pbr/texture/SpriteContentsExtension +instanceKlass xaero/map/message/basic/HandshakePacket$ClientHandler +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 104 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685338d90 +instanceKlass net/irisshaders/iris/mixin/texture/SpriteContentsAccessor +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 91 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685338960 +instanceKlass xaero/map/message/basic/HandshakePacket$ServerHandler +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 77 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d685338000 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 78 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d6853384f0 +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 63 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d685335d10 +instanceKlass net/irisshaders/iris/pbr/SpriteContentsExtension +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 36 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d685335ad8 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 65 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d6853358a0 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 31 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d685335480 +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 49 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d685335238 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 52 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685335000 +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 35 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d685337c58 +instanceKlass xaero/map/message/basic/HandshakePacket +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 39 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685337818 +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 21 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d6853375d0 +instanceKlass @bci net/minecraft/client/gui/font/FontManager safeLoad (Lnet/minecraft/client/gui/font/FontManager$BuilderId;Lnet/minecraft/client/gui/font/providers/GlyphProviderDefinition$Loader;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853373b0 +# instanceKlass net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685337190 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$4 (Ljava/util/Map$Entry;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Lnet/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle; 119 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685336f60 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 26 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d685336d28 +instanceKlass @bci io/wispforest/accessories/api/slot/SlotBasedPredicate ofItem (Ljava/util/function/Predicate;)Lio/wispforest/accessories/api/slot/SlotBasedPredicate; 1 member ; # io/wispforest/accessories/api/slot/SlotBasedPredicate$$Lambda+0x000001d685336b08 +# instanceKlass net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853368d8 +instanceKlass xaero/map/message/LevelMapPropertiesConsumer +# instanceKlass net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6853366a8 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry register (Ljava/lang/String;Lmod/azure/azurelibarmor/common/animation/easing/AzEasingType;)Lmod/azure/azurelibarmor/common/animation/easing/AzEasingType; 7 member ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry$$Lambda+0x000001d685336230 +instanceKlass @bci net/minecraft/client/gui/font/FontManager lambda$prepare$4 (Ljava/util/Map$Entry;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Lnet/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle; 105 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685336000 +instanceKlass @bci com/aetherteam/aether/inventory/AetherAccessorySlots ()V 7 argL0 ; # com/aetherteam/aether/inventory/AetherAccessorySlots$$Lambda+0x000001d685333c20 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685334800 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingType ()V 5 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingType$$Lambda+0x000001d685333a08 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685334400 +instanceKlass @cpi net/minecraft/client/gui/font/FontManager 921 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685334000 +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 9 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d6853337d0 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingType ()V 0 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingType$$Lambda+0x000001d6853333b0 +# instanceKlass net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685333190 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition unpack ()Lcom/mojang/datafixers/util/Either; 1 member ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685332f70 +instanceKlass com/aetherteam/aether/inventory/AetherAccessorySlots +instanceKlass @bci xaero/map/message/WorldMapMessageRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 4 argL0 ; # xaero/map/message/WorldMapMessageRegister$$Lambda+0x000001d685332b28 +instanceKlass net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Loader +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry$1 +instanceKlass xaero/map/server/level/LevelMapProperties +instanceKlass net/minecraft/client/sounds/SoundManager$2 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager getResourceStack (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; 101 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d685331e80 +instanceKlass @bci com/mojang/serialization/MapDecoder$3 decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 15 member ; # com/mojang/serialization/MapDecoder$3$$Lambda+0x000001d6853006d0 +instanceKlass @bci net/minecraft/client/gui/font/FontManager loadResourceStack (Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; 71 argL0 ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d685331c48 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$FontDefinitionFile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/client/gui/font/FontManager$FontDefinitionFile$$Lambda+0x000001d685331a10 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$FontDefinitionFile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/client/gui/font/FontManager$FontDefinitionFile$$Lambda+0x000001d6853317d8 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional$$Lambda+0x000001d6853315b0 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional$$Lambda+0x000001d685331378 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional$$Lambda+0x000001d685331140 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition ()V 8 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$$Lambda+0x000001d685330f08 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition ()V 3 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$$Lambda+0x000001d685330cd0 +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderType ()V 99 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderType$$Lambda+0x000001d685330ab8 +instanceKlass @bci net/minecraft/client/gui/font/providers/ProviderReferenceDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/client/gui/font/providers/ProviderReferenceDefinition$$Lambda+0x000001d685330690 +instanceKlass @bci net/minecraft/client/gui/font/providers/ProviderReferenceDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/gui/font/providers/ProviderReferenceDefinition$$Lambda+0x000001d685330458 +instanceKlass @bci net/minecraft/client/gui/font/providers/ProviderReferenceDefinition ()V 0 argL0 ; # net/minecraft/client/gui/font/providers/ProviderReferenceDefinition$$Lambda+0x000001d685330220 +instanceKlass @bci com/aetherteam/aether/Aether commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 53 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d685330000 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry register (Ljava/lang/String;Ljava/util/function/Function;)Lmod/azure/azurelibarmor/common/animation/easing/AzEasingType; 6 member ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry$$Lambda+0x000001d68532fca8 +instanceKlass xaero/map/message/WorldMapMessageRegister +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry +instanceKlass @bci net/minecraft/server/players/StoredUserList save ()V 38 member ; # net/minecraft/server/players/StoredUserList$$Lambda+0x000001d68532f1e8 +instanceKlass net/minecraft/client/renderer/texture/TextureAtlasSprite$Ticker +instanceKlass @bci mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes ()V 2 argL0 ; # mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes$$Lambda+0x000001d68532edb8 +instanceKlass @bci org/embeddedt/modernfix/render/font/LazyGlyphProvider wrap (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 6 argL0 ; # org/embeddedt/modernfix/render/font/LazyGlyphProvider$$Lambda+0x000001d68532e988 +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/Prop +instanceKlass @bci net/minecraft/server/players/StoredUserList save ()V 22 argL0 ; # net/minecraft/server/players/StoredUserList$$Lambda+0x000001d68532e750 +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/IgnoreProp +instanceKlass xaero/common/server/mods/SupportWorldMapServer +instanceKlass @bci org/embeddedt/modernfix/render/font/LazyGlyphProvider wrap (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 1 argL0 ; # org/embeddedt/modernfix/render/font/LazyGlyphProvider$$Lambda+0x000001d68532df20 +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingType +instanceKlass org/embeddedt/modernfix/render/font/LazyGlyphProvider$Definition +instanceKlass mod/azure/azurelibarmor/common/animation/easing/AzEasingTypes +instanceKlass org/embeddedt/modernfix/render/font/LazyGlyphProvider +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/TypePropInherited +instanceKlass xaero/common/server/mods/ftbteams/FTBTeamsSyncedPlayerTrackerSystem +instanceKlass xaero/common/server/radar/tracker/ISyncedPlayerTrackerSystem +instanceKlass @bci it/hurts/octostudios/octolib/module/config/ConfigManager ()V 70 argL0 ; # it/hurts/octostudios/octolib/module/config/ConfigManager$$Lambda+0x000001d68532cce8 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/ConfigManager ()V 65 argL0 ; # it/hurts/octostudios/octolib/module/config/ConfigManager$$Lambda+0x000001d68532cad0 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68532c698 +instanceKlass xaero/common/server/mods/ftbteams/SupportFTBTeamsServer +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/registration/ObjectConfig +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68532c268 +instanceKlass xaero/common/server/player/ServerPlayerTickHandler +instanceKlass net/minecraft/client/resources/model/SimpleBakedModel +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange ()V 14 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d68532b618 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/ConfigManager ()V 55 argL0 ; # it/hurts/octostudios/octolib/module/config/ConfigManager$$Lambda+0x000001d68532b400 +instanceKlass xaero/hud/packet/basic/ClientboundRulesPacket$ClientHandler +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d68532af90 +instanceKlass mod/azure/azurelibarmor/core/molang/MolangQueries +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/registration/ConfigNameGetter +instanceKlass net/caffeinemc/mods/sodium/mixin/platform/neoforge/SimpleBakedModelAccessor +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d68532a768 +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 123 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d68532a530 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions$$Lambda+0x000001d68532a308 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions$$Lambda+0x000001d68532a0d0 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/ConfigManager ()V 50 argL0 ; # it/hurts/octostudios/octolib/module/config/ConfigManager$$Lambda+0x000001d685329eb8 +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/registration/AnnotationConfigFactory +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 118 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d685329858 +instanceKlass it/hurts/octostudios/octolib/module/config/annotation/registration/Config +instanceKlass xaero/hud/packet/basic/ClientboundRulesPacket +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions$$Lambda+0x000001d685329220 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions ()V 0 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions$$Lambda+0x000001d685328da8 +instanceKlass xaero/hud/packet/tracker/ClientboundPlayerTrackerResetPacket$Handler +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 96 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d6853286f0 +instanceKlass it/hurts/octostudios/octolib/module/config/util/ConfigEntryConverter +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 91 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d6853282a0 +instanceKlass net/minecraft/server/players/StoredUserList +instanceKlass xaero/hud/packet/tracker/ClientboundPlayerTrackerResetPacket +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/StoredUserListAccessor +instanceKlass xaero/hud/packet/tracker/ClientboundTrackedPlayerPacket$Handler +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 69 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d685323098 +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 64 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d685322e70 +instanceKlass xaero/hud/packet/tracker/ClientboundTrackedPlayerPacket +instanceKlass org/yaml/snakeyaml/resolver/ResolverTuple +instanceKlass org/yaml/snakeyaml/resolver/Resolver +instanceKlass org/yaml/snakeyaml/emitter/Emitable +instanceKlass org/yaml/snakeyaml/parser/Parser +instanceKlass @bci me/drex/quickpack/packs/FastFilePackResources lambda$listResources$4 (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;[B)V 28 member ; # me/drex/quickpack/packs/FastFilePackResources$$Lambda+0x000001d685322a40 +instanceKlass org/yaml/snakeyaml/Yaml +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d685322808 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d685322388 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange ()V 0 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange$$Lambda+0x000001d685322150 +instanceKlass it/hurts/octostudios/octolib/module/config/util/SchemeInjector +instanceKlass xaero/hud/packet/basic/HandshakePacket$ClientHandler +instanceKlass it/hurts/octostudios/octolib/module/config/util/RepresenterExt$RepresentEntry +instanceKlass xaero/hud/packet/basic/HandshakePacket$ServerHandler +instanceKlass it/hurts/octostudios/octolib/module/config/util/RepresenterExt$RepresentDeque +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 36 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d685320430 +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 31 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d685320208 +instanceKlass org/yaml/snakeyaml/representer/Representer$RepresentJavaBean +instanceKlass xaero/hud/packet/basic/HandshakePacket +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentEnum +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68531c400 +instanceKlass @bci net/minecraft/client/gui/font/providers/UnihexProvider$Definition ()V 0 argL0 ; # net/minecraft/client/gui/font/providers/UnihexProvider$Definition$$Lambda+0x000001d68531ca60 +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider +instanceKlass com/google/common/reflect/Reflection +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentDate +instanceKlass xaero/lib/common/packet/type/PacketType +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentArray +instanceKlass com/aetherteam/aether/command/SunAltarWhitelist +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentIterator +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentSet +instanceKlass xaero/hud/packet/LevelMapPropertiesConsumer +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$Definition +instanceKlass @bci com/evandev/reliable_replacer/ReliableReplacerMod commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/evandev/reliable_replacer/ReliableReplacerMod$$Lambda+0x000001d68531fa38 +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentMap +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 9 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d68531f5b8 +instanceKlass @bci xaero/hud/packet/MinimapPacketRegister register (Lxaero/lib/common/packet/IPacketHandler;)V 4 argL0 ; # xaero/hud/packet/MinimapPacketRegister$$Lambda+0x000001d68531f390 +instanceKlass xaero/common/server/level/LevelMapProperties +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentList +instanceKlass com/evandev/reliable_replacer/CommonClass +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentNumber +instanceKlass xaero/hud/packet/MinimapPacketRegister +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/mojang/blaze3d/font/SpaceProvider$Definition$$Lambda+0x000001d68531e448 +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentPrimitiveArray +instanceKlass com/evandev/reliable_recipes/api/ReliableRecipesAPI +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # com/mojang/blaze3d/font/SpaceProvider$Definition$$Lambda+0x000001d68531bc50 +instanceKlass @bci com/mojang/blaze3d/font/SpaceProvider$Definition ()V 0 argL0 ; # com/mojang/blaze3d/font/SpaceProvider$Definition$$Lambda+0x000001d68531ba18 +instanceKlass com/mojang/blaze3d/font/SpaceProvider +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentByteArray +instanceKlass xaero/common/HudCommonBase +instanceKlass xaero/common/server/mods/SupportServerMods +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentUuid +instanceKlass xaero/lib/common/packet/type/PacketTypeManager +instanceKlass @bci com/evandev/reliable_remover/CommonClass init ()V 137 argL0 ; # com/evandev/reliable_remover/CommonClass$$Lambda+0x000001d68531a3a0 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager load ()V 278 argL0 ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d68531a188 +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentBoolean +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentString +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685319f30 +instanceKlass org/yaml/snakeyaml/representer/SafeRepresenter$RepresentNull +instanceKlass @cpi net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition 376 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68531c000 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685319ab0 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685319630 +instanceKlass com/evandev/reliable_remover/config/ModConfig +instanceKlass xaero/lib/common/packet/type/PacketTypeManager$Builder +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift ()V 29 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift$$Lambda+0x000001d685318ff0 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift ()V 24 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift$$Lambda+0x000001d685318db8 +instanceKlass org/yaml/snakeyaml/representer/Represent +instanceKlass org/yaml/snakeyaml/serializer/NumberAnchorGenerator +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager isSimpleRule (Lcom/evandev/reliable_remover/data/RemovalRule;)Z 221 argL0 ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d6853184e0 +instanceKlass xaero/lib/common/packet/PacketHandlerFull +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685317bf0 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager validateRules (Ljava/util/Map;)V 97 argL0 ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d685317718 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685317298 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager validateRules (Ljava/util/Map;)V 73 member ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d685317048 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685316e10 +instanceKlass @bci com/evandev/reliable_remover/config/RuleParser addRule (Lcom/evandev/reliable_remover/data/RemovalRule;Ljava/util/Map;)V 19 argL0 ; # com/evandev/reliable_remover/config/RuleParser$$Lambda+0x000001d685316990 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition ()V 22 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685316758 +instanceKlass @bci net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition ()V 11 argL0 ; # net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$$Lambda+0x000001d685316520 +instanceKlass @bci com/evandev/reliable_remover/config/RuleParser$StringOrSetDeserializer deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/util/Set; 22 member ; # com/evandev/reliable_remover/config/RuleParser$StringOrSetDeserializer$$Lambda+0x000001d6853162f0 +instanceKlass net/neoforged/neoforge/client/model/geometry/GeometryLoaderManager +instanceKlass xaero/lib/common/packet/PacketHandlerNeoForge$Builder +instanceKlass com/evandev/reliable_remover/data/RemovalRule +instanceKlass xaero/lib/common/packet/PacketHandlerRegistry$Builder +instanceKlass org/yaml/snakeyaml/serializer/AnchorGenerator +instanceKlass xaero/lib/common/packet/PacketHandlerRegistry +instanceKlass xaero/common/server/core/XaeroMinimapServerCore +instanceKlass org/yaml/snakeyaml/DumperOptions +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 73 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d685313e00 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 60 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d685313be8 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 47 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d6853139d0 +instanceKlass com/evandev/reliable_remover/config/RuleParser$StringOrListDeserializer +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 34 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d685313590 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition ()V 44 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685313358 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 21 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d685313140 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685312cd8 +instanceKlass @bci com/teamabnormals/allurement/core/Allurement commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 4 argL0 ; # com/teamabnormals/allurement/core/Allurement$$Lambda+0x000001d685312ac0 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1 ()V 8 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$1$$Lambda+0x000001d685312668 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685312430 +instanceKlass com/evandev/reliable_remover/config/RuleParser$StringOrSetDeserializer +instanceKlass @bci com/teamabnormals/allurement/core/other/AllurementTrackedData ()V 33 argL0 ; # com/teamabnormals/allurement/core/other/AllurementTrackedData$$Lambda+0x000001d685311ff0 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685311db8 +instanceKlass it/hurts/octostudios/octolib/module/config/cfgbuilder/CompoundEntry$ScalarFactory +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/UVFaces$1 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d685310b88 +instanceKlass @bci com/teamabnormals/allurement/core/other/AllurementTrackedData ()V 3 argL0 ; # com/teamabnormals/allurement/core/other/AllurementTrackedData$$Lambda+0x000001d685310700 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d68530f6f8 +instanceKlass com/evandev/reliable_remover/config/RuleParser +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition ()V 36 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d68530f2c0 +instanceKlass software/bernie/geckolib/loading/json/raw/UVFaces$1 +instanceKlass com/teamabnormals/allurement/core/other/AllurementTrackedData +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition ()V 23 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d68530ea48 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/cfgbuilder/CfgTag ()V 13 argL0 ; # it/hurts/octostudios/octolib/module/config/cfgbuilder/CfgTag$$Lambda+0x000001d68530e3a0 +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition ()V 13 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d68530e168 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager load ()V 154 member ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d68530df38 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager load ()V 122 argL0 ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d68530dcf0 +instanceKlass @bci com/evandev/reliable_remover/config/RuleManager load ()V 112 argL0 ; # com/evandev/reliable_remover/config/RuleManager$$Lambda+0x000001d68530daa8 +instanceKlass it/hurts/octostudios/octolib/module/config/cfgbuilder/CfgTag +instanceKlass @bci net/minecraft/client/gui/font/providers/BitmapProvider$Definition ()V 8 argL0 ; # net/minecraft/client/gui/font/providers/BitmapProvider$Definition$$Lambda+0x000001d68530d628 +instanceKlass net/minecraft/client/gui/font/providers/BitmapProvider +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 50 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d68530d1b0 +instanceKlass @bci org/betterx/bclib/client/models/CustomModelBakery loadCustomModels (Lnet/minecraft/server/packs/resources/ResourceManager;)V 50 member ; # org/betterx/bclib/client/models/CustomModelBakery$$Lambda+0x000001d68530cd40 +instanceKlass @bci org/betterx/bclib/client/models/CustomModelBakery loadCustomModels (Lnet/minecraft/server/packs/resources/ResourceManager;)V 38 argL0 ; # org/betterx/bclib/client/models/CustomModelBakery$$Lambda+0x000001d68530caf8 +instanceKlass com/evandev/reliable_remover/config/RuleManager +instanceKlass @bci snownee/snow/CoreModule init (Lsnownee/kiwi/loader/event/InitEvent;)V 1 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d685307678 +instanceKlass @bci snownee/kiwi/contributor/ContributorsClient init (Lsnownee/kiwi/loader/event/InitEvent;)V 1 argL0 ; # snownee/kiwi/contributor/ContributorsClient$$Lambda+0x000001d685306828 +instanceKlass @bci snownee/kiwi/contributor/Contributors init (Lsnownee/kiwi/loader/event/InitEvent;)V 13 argL0 ; # snownee/kiwi/contributor/Contributors$$Lambda+0x000001d685306600 +instanceKlass org/yaml/snakeyaml/constructor/Constructor$ConstructSequence +instanceKlass com/evandev/reliable_remover/CommonClass +instanceKlass org/yaml/snakeyaml/constructor/Constructor$ConstructMapping +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders onClientSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d685304d58 +instanceKlass com/mrcrayfish/goblintraders/client/ClientBootstrap +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d6853044c0 +instanceKlass org/yaml/snakeyaml/constructor/Constructor$ConstructYamlObject +instanceKlass com/mrcrayfish/goblintraders/Bootstrap +instanceKlass org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlMap +instanceKlass org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlSeq +instanceKlass org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlSet +instanceKlass @bci org/violetmoon/zeta/world/generator/OreGenerator ()V 16 argL0 ; # org/violetmoon/zeta/world/generator/OreGenerator$$Lambda+0x000001d6852ffaf0 +instanceKlass @bci org/violetmoon/zeta/world/generator/OreGenerator ()V 8 argL0 ; # org/violetmoon/zeta/world/generator/OreGenerator$$Lambda+0x000001d6852ff8a8 +instanceKlass @bci org/violetmoon/zeta/world/generator/OreGenerator ()V 0 argL0 ; # org/violetmoon/zeta/world/generator/OreGenerator$$Lambda+0x000001d6852ff660 +instanceKlass org/yaml/snakeyaml/external/com/google/gdata/util/common/base/UnicodeEscaper +instanceKlass @bci org/violetmoon/quark/content/world/module/GlimmeringWealdModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 12 argL0 ; # org/violetmoon/quark/content/world/module/GlimmeringWealdModule$$Lambda+0x000001d6852ff448 +instanceKlass org/yaml/snakeyaml/external/com/google/gdata/util/common/base/Escaper +instanceKlass org/yaml/snakeyaml/util/UriEncoder +instanceKlass mod/azure/azurelibarmor/common/model/AzBoneSnapshot +instanceKlass @bci org/violetmoon/quark/content/automation/module/DispensersPlaceBlocksModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 18 member ; # org/violetmoon/quark/content/automation/module/DispensersPlaceBlocksModule$$Lambda+0x000001d6852fef58 +instanceKlass org/yaml/snakeyaml/internal/Logger +instanceKlass @bci net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional ()V 0 argL0 ; # net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional$$Lambda+0x000001d6852feae0 +instanceKlass net/minecraft/client/gui/font/providers/GlyphProviderDefinition +instanceKlass org/yaml/snakeyaml/constructor/AbstractConstruct +instanceKlass org/yaml/snakeyaml/constructor/Construct +instanceKlass mod/azure/azurelibarmor/core/math/functions/Function +instanceKlass @bci mod/azure/azurelibarmor/core/molang/LazyVariable (Ljava/lang/String;D)V 3 member ; # mod/azure/azurelibarmor/core/molang/LazyVariable$$Lambda+0x000001d6852fd268 +instanceKlass mod/azure/azurelibarmor/core/math/Constant +instanceKlass mod/azure/azurelibarmor/common/model/factory/primitive/VertexSet$1 +instanceKlass mod/azure/azurelibarmor/core/molang/expressions/MolangValue +instanceKlass mod/azure/azurelibarmor/common/model/factory/AzBakedModelFactory$1 +instanceKlass mod/azure/azurelibarmor/core/math/Variable +instanceKlass software/bernie/geckolib/loading/object/BakedModelFactory$1 +instanceKlass mod/azure/azurelibarmor/core/math/MathBuilder +instanceKlass it/unimi/dsi/fastutil/ints/IntIntPair +instanceKlass org/apache/commons/lang3/CharSequenceUtils +instanceKlass @bci org/violetmoon/quark/content/world/module/BlossomTreesModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 2 member ; # org/violetmoon/quark/content/world/module/BlossomTreesModule$$Lambda+0x000001d6852f9938 +instanceKlass @bci org/violetmoon/quark/content/world/module/BigStoneClustersModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 65 argL0 ; # org/violetmoon/quark/content/world/module/BigStoneClustersModule$$Lambda+0x000001d6852f9720 +instanceKlass @bci org/violetmoon/quark/content/world/module/BigStoneClustersModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 50 argL0 ; # org/violetmoon/quark/content/world/module/BigStoneClustersModule$$Lambda+0x000001d6852f9508 +instanceKlass @bci org/violetmoon/quark/content/world/module/BigStoneClustersModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 35 argL0 ; # org/violetmoon/quark/content/world/module/BigStoneClustersModule$$Lambda+0x000001d6852f92f0 +instanceKlass @bci org/violetmoon/quark/content/world/module/BigStoneClustersModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 20 argL0 ; # org/violetmoon/quark/content/world/module/BigStoneClustersModule$$Lambda+0x000001d6852f90d8 +instanceKlass org/violetmoon/zeta/world/generator/multichunk/ClusterShape$Provider +instanceKlass @bci org/violetmoon/quark/content/world/gen/BigStoneClusterGenerator (Lorg/violetmoon/quark/content/world/config/BigStoneClusterConfig;Lnet/minecraft/world/level/block/state/BlockState;Ljava/util/function/BooleanSupplier;)V 7 member ; # org/violetmoon/quark/content/world/gen/BigStoneClusterGenerator$$Lambda+0x000001d6852f8a70 +instanceKlass org/violetmoon/zeta/world/generator/multichunk/ClusterBasedGenerator$IGenerationContext +instanceKlass @bci org/violetmoon/quark/content/world/module/AncientWoodModule setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 1 argL0 ; # org/violetmoon/quark/content/world/module/AncientWoodModule$$Lambda+0x000001d6852f8660 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler setup (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 1 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6852f8448 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge lambda$new$0 (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d6852f8230 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge lambda$commonInit$3 (Ljava/util/function/Consumer;)V 4 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d6852f8000 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader init (Lio/wispforest/owo/network/OwoNetChannel;Ljava/util/function/Consumer;)V 11 member ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d6852f0400 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncAllLoaderDataPacket ()V 20 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncAllLoaderDataPacket$$Lambda+0x000001d6852f0c70 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncAllLoaderDataPacket ()V 10 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncAllLoaderDataPacket$$Lambda+0x000001d6852f0a38 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncLoaderDataPacket ()V 15 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncLoaderDataPacket$$Lambda+0x000001d6852f0800 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncLoaderDataPacket ()V 10 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncLoaderDataPacket$$Lambda+0x000001d6852f1d00 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge commonInit (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 6 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d6852f18d0 +instanceKlass @bci io/wispforest/accessories/networking/client/ScreenVariantPing ()V 30 argL0 ; # io/wispforest/accessories/networking/client/ScreenVariantPing$$Lambda+0x000001d6852f16a8 +instanceKlass @bci io/wispforest/accessories/networking/client/ScreenVariantPing ()V 20 argL0 ; # io/wispforest/accessories/networking/client/ScreenVariantPing$$Lambda+0x000001d6852f1470 +instanceKlass @bci io/wispforest/accessories/networking/client/ScreenVariantPing ()V 5 argL0 ; # io/wispforest/accessories/networking/client/ScreenVariantPing$$Lambda+0x000001d6852f1238 +instanceKlass @bci io/wispforest/accessories/networking/client/InvalidateEntityCache ()V 21 argL0 ; # io/wispforest/accessories/networking/client/InvalidateEntityCache$$Lambda+0x000001d6852f1000 +instanceKlass @bci io/wispforest/accessories/networking/client/InvalidateEntityCache ()V 11 argL0 ; # io/wispforest/accessories/networking/client/InvalidateEntityCache$$Lambda+0x000001d6852f3c08 +instanceKlass @bci io/wispforest/accessories/networking/client/AccessoryBreak ()V 45 argL0 ; # io/wispforest/accessories/networking/client/AccessoryBreak$$Lambda+0x000001d6852f37f0 +instanceKlass @bci io/wispforest/accessories/networking/client/AccessoryBreak ()V 35 argL0 ; # io/wispforest/accessories/networking/client/AccessoryBreak$$Lambda+0x000001d6852f35b8 +instanceKlass @bci io/wispforest/accessories/networking/client/AccessoryBreak ()V 20 argL0 ; # io/wispforest/accessories/networking/client/AccessoryBreak$$Lambda+0x000001d6852f3380 +instanceKlass @bci io/wispforest/accessories/networking/client/AccessoryBreak ()V 5 argL0 ; # io/wispforest/accessories/networking/client/AccessoryBreak$$Lambda+0x000001d6852f3148 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 129 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852f2f30 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 119 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852f2cf8 +instanceKlass @bci io/wispforest/accessories/api/slot/ExtraSlotTypeProperties ()V 94 argL0 ; # io/wispforest/accessories/api/slot/ExtraSlotTypeProperties$$Lambda+0x000001d6852f2ae0 +instanceKlass @bci io/wispforest/accessories/api/slot/ExtraSlotTypeProperties ()V 84 argL0 ; # io/wispforest/accessories/api/slot/ExtraSlotTypeProperties$$Lambda+0x000001d6852f28a8 +instanceKlass @bci io/wispforest/accessories/api/slot/ExtraSlotTypeProperties ()V 69 argL0 ; # io/wispforest/accessories/api/slot/ExtraSlotTypeProperties$$Lambda+0x000001d6852f2670 +instanceKlass @bci io/wispforest/accessories/api/slot/ExtraSlotTypeProperties ()V 54 argL0 ; # io/wispforest/accessories/api/slot/ExtraSlotTypeProperties$$Lambda+0x000001d6852f2438 +instanceKlass @bci io/wispforest/accessories/api/slot/ExtraSlotTypeProperties ()V 39 argL0 ; # io/wispforest/accessories/api/slot/ExtraSlotTypeProperties$$Lambda+0x000001d6852f2200 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 98 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852efc98 +instanceKlass mod/azure/azurelibarmor/common/util/client/RenderUtils +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 77 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852ef860 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 80 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ef648 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 70 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ef410 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 55 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ef1d8 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 43 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852eefa0 +instanceKlass mod/azure/azurelibarmor/common/model/AzBone +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 38 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ee938 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 20 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ee700 +instanceKlass @bci io/wispforest/accessories/impl/SlotGroupImpl ()V 5 argL0 ; # io/wispforest/accessories/impl/SlotGroupImpl$$Lambda+0x000001d6852ee4c8 +instanceKlass io/wispforest/accessories/api/slot/SlotGroup +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 56 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852ede18 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 40 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852edbe0 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$7 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 130 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ed9c8 +instanceKlass @cpi io/wispforest/accessories/impl/SlotTypeImpl 254 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852f0000 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$Function7 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 120 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ed790 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 108 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ed558 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 103 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ed320 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 90 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ecea8 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 70 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ecc70 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 55 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852eca38 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 40 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ec800 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 25 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ec5c8 +instanceKlass @bci io/wispforest/accessories/impl/SlotTypeImpl ()V 5 argL0 ; # io/wispforest/accessories/impl/SlotTypeImpl$$Lambda+0x000001d6852ec390 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils map (Ljava/util/function/IntFunction;Ljava/util/function/Function;Ljava/util/function/Function;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 10 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6852ebee8 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils map (Ljava/util/function/IntFunction;Ljava/util/function/Function;Ljava/util/function/Function;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 2 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6852ebcc8 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 10 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852eba90 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 5 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852eb858 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncData ()V 0 argL0 ; # io/wispforest/accessories/networking/client/SyncData$$Lambda+0x000001d6852eb640 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncContainerData ()V 85 argL0 ; # io/wispforest/accessories/networking/client/SyncContainerData$$Lambda+0x000001d6852eb220 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncContainerData ()V 75 argL0 ; # io/wispforest/accessories/networking/client/SyncContainerData$$Lambda+0x000001d6852eafe8 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncContainerData ()V 51 argL0 ; # io/wispforest/accessories/networking/client/SyncContainerData$$Lambda+0x000001d6852eadb0 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncContainerData ()V 27 argL0 ; # io/wispforest/accessories/networking/client/SyncContainerData$$Lambda+0x000001d6852eab78 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncContainerData ()V 6 argL0 ; # io/wispforest/accessories/networking/client/SyncContainerData$$Lambda+0x000001d6852ea940 +instanceKlass @bci net/minecraft/client/gui/font/FontManager$FontDefinitionFile ()V 0 argL0 ; # net/minecraft/client/gui/font/FontManager$FontDefinitionFile$$Lambda+0x000001d6852ea708 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel registerClientboundDeferred (Ljava/lang/Class;Lio/wispforest/endec/StructEndec;)V 3 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852ea0d8 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncEntireContainer ()V 30 argL0 ; # io/wispforest/accessories/networking/client/SyncEntireContainer$$Lambda+0x000001d6852e9eb0 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncEntireContainer ()V 20 argL0 ; # io/wispforest/accessories/networking/client/SyncEntireContainer$$Lambda+0x000001d6852e9c78 +instanceKlass @bci io/wispforest/accessories/endec/NbtMapCarrier ()V 8 argL0 ; # io/wispforest/accessories/endec/NbtMapCarrier$$Lambda+0x000001d6852e9a40 +instanceKlass @bci io/wispforest/accessories/endec/NbtMapCarrier ()V 3 argL0 ; # io/wispforest/accessories/endec/NbtMapCarrier$$Lambda+0x000001d6852e9600 +instanceKlass @bci io/wispforest/accessories/networking/client/SyncEntireContainer ()V 5 argL0 ; # io/wispforest/accessories/networking/client/SyncEntireContainer$$Lambda+0x000001d6852e8ab0 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/primitive/AzLoopType ()V 50 argL0 ; # mod/azure/azurelibarmor/common/animation/primitive/AzLoopType$$Lambda+0x000001d6852e8680 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/primitive/AzLoopType register (Ljava/lang/String;Lmod/azure/azurelibarmor/common/animation/primitive/AzLoopType;)Lmod/azure/azurelibarmor/common/animation/primitive/AzLoopType; 2 member ; # mod/azure/azurelibarmor/common/animation/primitive/AzLoopType$$Lambda+0x000001d6852e8450 +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking init ()V 84 argL0 ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852e8228 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/primitive/AzLoopType ()V 26 argL0 ; # mod/azure/azurelibarmor/common/animation/primitive/AzLoopType$$Lambda+0x000001d6852e8000 +instanceKlass io/wispforest/accessories/networking/holder/SyncHolderChange$1 +instanceKlass mod/azure/azurelibarmor/common/animation/primitive/AzLoopType$1 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/primitive/AzLoopType ()V 13 argL0 ; # mod/azure/azurelibarmor/common/animation/primitive/AzLoopType$$Lambda+0x000001d6852e3a08 +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking init ()V 65 argL0 ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852e37e0 +instanceKlass @bci io/wispforest/accessories/networking/server/MenuScroll ()V 30 argL0 ; # io/wispforest/accessories/networking/server/MenuScroll$$Lambda+0x000001d6852e31a8 +instanceKlass @bci io/wispforest/accessories/networking/server/MenuScroll ()V 20 argL0 ; # io/wispforest/accessories/networking/server/MenuScroll$$Lambda+0x000001d6852e2f70 +instanceKlass @bci io/wispforest/accessories/networking/server/MenuScroll ()V 5 argL0 ; # io/wispforest/accessories/networking/server/MenuScroll$$Lambda+0x000001d6852e2d38 +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking init ()V 46 argL0 ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852e2b10 +instanceKlass mod/azure/azurelibarmor/common/animation/controller/AzAbstractAnimationController +instanceKlass @bci io/wispforest/accessories/networking/server/SyncCosmeticToggle ()V 50 argL0 ; # io/wispforest/accessories/networking/server/SyncCosmeticToggle$$Lambda+0x000001d6852e2460 +instanceKlass @bci io/wispforest/accessories/networking/server/SyncCosmeticToggle ()V 40 argL0 ; # io/wispforest/accessories/networking/server/SyncCosmeticToggle$$Lambda+0x000001d6852e2228 +instanceKlass @bci org/betterx/bclib/client/models/CustomModelBakery loadCustomModels (Lnet/minecraft/server/packs/resources/ResourceManager;)V 20 member ; # org/betterx/bclib/client/models/CustomModelBakery$$Lambda+0x000001d6852e7bf0 +instanceKlass @bci io/wispforest/accessories/networking/server/SyncCosmeticToggle ()V 25 argL0 ; # io/wispforest/accessories/networking/server/SyncCosmeticToggle$$Lambda+0x000001d6852e79b8 +instanceKlass @bci io/wispforest/accessories/networking/server/SyncCosmeticToggle ()V 10 argL0 ; # io/wispforest/accessories/networking/server/SyncCosmeticToggle$$Lambda+0x000001d6852e7780 +instanceKlass @bci org/betterx/bclib/client/models/CustomModelBakery loadCustomModels (Lnet/minecraft/server/packs/resources/ResourceManager;)V 8 argL0 ; # org/betterx/bclib/client/models/CustomModelBakery$$Lambda+0x000001d6852e7538 +instanceKlass mod/azure/azurelibarmor/common/model/factory/AzBakedModelFactory +instanceKlass @bci net/minecraft/client/resources/SplashManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ljava/util/List; 53 argL0 ; # net/minecraft/client/resources/SplashManager$$Lambda+0x000001d6852e6ec0 +instanceKlass @bci snownee/kiwi/contributor/impl/KiwiTierProvider ()V 3 argL0 ; # snownee/kiwi/contributor/impl/KiwiTierProvider$$Lambda+0x000001d6852e6ca8 +instanceKlass me/pepperbell/continuity/client/resource/EmissiveSuffixLoader +instanceKlass mod/azure/azurelibarmor/common/animation/primitive/AzLoopType +instanceKlass @bci net/minecraft/client/resources/SplashManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;)Ljava/util/List; 43 argL0 ; # net/minecraft/client/resources/SplashManager$$Lambda+0x000001d6852e6678 +instanceKlass mod/azure/azurelibarmor/common/model/factory/registry/AzBakedModelFactoryRegistry +instanceKlass me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl$EmissiveControlImpl +instanceKlass software/bernie/geckolib/util/RenderUtil +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking init ()V 27 argL0 ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852e5488 +instanceKlass @bci me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)V 38 argL0 ; # me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$$Lambda+0x000001d6852e5250 +instanceKlass @bci io/wispforest/endec/StructEndec unit (Ljava/lang/Object;)Lio/wispforest/endec/StructEndec; 1 member ; # io/wispforest/endec/StructEndec$$Lambda+0x000001d6852d3a30 +instanceKlass me/pepperbell/continuity/client/resource/SpriteLoaderLoadContext$EmissiveControl +instanceKlass io/wispforest/owo/network/OwoNetChannel$1 +instanceKlass io/wispforest/owo/network/OwoNetChannel$IndexedEndec +instanceKlass snownee/kiwi/contributor/impl/JsonTierProvider +instanceKlass org/yaml/snakeyaml/TypeDescription +instanceKlass org/yaml/snakeyaml/nodes/Node +instanceKlass @bci it/hurts/octostudios/octolib/module/config/provider/ConfigProviderBase getDefault (I)Lit/hurts/octostudios/octolib/module/config/provider/ConfigProviderBase; 23 argL0 ; # it/hurts/octostudios/octolib/module/config/provider/ConfigProviderBase$$Lambda+0x000001d6852df608 +instanceKlass org/yaml/snakeyaml/nodes/Tag +instanceKlass org/yaml/snakeyaml/inspector/UnTrustedTagInspector +instanceKlass org/yaml/snakeyaml/inspector/TagInspector +instanceKlass org/yaml/snakeyaml/LoaderOptions +instanceKlass org/yaml/snakeyaml/util/PlatformFeatureDetector +instanceKlass me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$SpriteLoaderLoadContextImpl +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel registerServerbound (Ljava/lang/Class;Lio/wispforest/endec/StructEndec;Lio/wispforest/owo/network/OwoNetChannel$ChannelHandler;)V 4 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852df1b0 +instanceKlass me/pepperbell/continuity/client/resource/SpriteLoaderLoadContext +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking serverHandler (Ljava/util/function/BiConsumer;)Lio/wispforest/owo/network/OwoNetChannel$ChannelHandler; 1 member ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852ded98 +instanceKlass net/minecraft/client/sounds/SoundManager$Preparations +instanceKlass mod/azure/azurelibarmor/core/math/IValue +instanceKlass org/yaml/snakeyaml/introspector/Property +instanceKlass @bci me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)V 17 member ; # me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension$$Lambda+0x000001d6852de0d8 +instanceKlass mod/azure/azurelibarmor/common/animation/parse/AzBakedAnimationsAdapter +instanceKlass me/pepperbell/continuity/client/resource/CtmPropertiesLoader$LoadingResult +instanceKlass io/wispforest/owo/network/OwoNetChannel$ChannelHandler +instanceKlass dev/imb11/sounds/util/MixinStatics +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache lambda$loadModels$5 (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;)Lsoftware/bernie/geckolib/cache/object/BakedGeoModel; 17 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6852e1400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6852e1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6852e0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6852e0800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6852e0400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6852e0000 +instanceKlass @bci java/lang/runtime/SwitchBootstraps enumSwitch (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite; 133 member ; # java/lang/runtime/SwitchBootstraps$$Lambda+0x000001d682d70a98 +instanceKlass java/lang/constant/DirectMethodHandleDescImpl$1 +instanceKlass java/lang/constant/DirectMethodHandleDescImpl +instanceKlass java/lang/constant/DirectMethodHandleDesc +instanceKlass java/lang/constant/MethodHandleDesc$1 +instanceKlass java/lang/constant/MethodHandleDesc +instanceKlass java/lang/constant/MethodTypeDescImpl +instanceKlass java/lang/constant/MethodTypeDesc +instanceKlass java/lang/constant/ConstantDescs +instanceKlass @bci io/wispforest/accessories/networking/AccessoriesNetworking init ()V 8 argL0 ; # io/wispforest/accessories/networking/AccessoriesNetworking$$Lambda+0x000001d6852dcf40 +instanceKlass @bci io/wispforest/accessories/networking/server/ScreenOpen ()V 47 argL0 ; # io/wispforest/accessories/networking/server/ScreenOpen$$Lambda+0x000001d6852dcd28 +instanceKlass @bci io/wispforest/accessories/networking/server/ScreenOpen ()V 37 argL0 ; # io/wispforest/accessories/networking/server/ScreenOpen$$Lambda+0x000001d6852dcaf0 +instanceKlass java/lang/constant/ReferenceClassDescImpl +instanceKlass mod/azure/azurelibarmor/common/animation/parse/AzKeyframesAdapter +instanceKlass java/lang/constant/ConstantUtils +instanceKlass @bci snownee/kiwi/Kiwi init (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6852dc458 +instanceKlass snownee/kiwi/loader/event/ParallelEvent +instanceKlass org/yaml/snakeyaml/introspector/PropertyUtils +instanceKlass @bci java/lang/runtime/SwitchBootstraps enumSwitch (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite; 111 member ; # java/lang/runtime/SwitchBootstraps$$Lambda+0x000001d682d6e520 +instanceKlass @bci io/wispforest/accessories/networking/server/ScreenOpen ()V 20 argL0 ; # io/wispforest/accessories/networking/server/ScreenOpen$$Lambda+0x000001d6852dbbe8 +instanceKlass me/pepperbell/continuity/client/resource/BakedModelManagerReloadExtension +instanceKlass @bci io/wispforest/accessories/networking/server/ScreenOpen ()V 5 argL0 ; # io/wispforest/accessories/networking/server/ScreenOpen$$Lambda+0x000001d6852db788 +instanceKlass software/bernie/geckolib/util/JsonUtil +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/UVUnion deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/UVUnion$$Lambda+0x000001d6852dabb0 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/UVFaces deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/UVFaces$$Lambda+0x000001d6852d9e98 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/TextureMesh deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/TextureMesh$$Lambda+0x000001d6852d9a78 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/UVUnion deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/UVUnion$$Lambda+0x000001d6852d9450 +instanceKlass it/hurts/octostudios/octolib/module/config/cfgbuilder/ConfigEntry +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/PolysUnion deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/PolysUnion$$Lambda+0x000001d6852d8fc8 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/UVFaces deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/UVFaces$$Lambda+0x000001d6852d89a0 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/PolyMesh deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/PolyMesh$$Lambda+0x000001d6852d8788 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 292 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d7cd0 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 270 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d7a78 +instanceKlass io/wispforest/owo/network/neoforge/NeoOwoNetworking$PayloadHandler +instanceKlass @bci com/teamabnormals/blueprint/core/endimator/EndimationLoader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 26 member ; # com/teamabnormals/blueprint/core/endimator/EndimationLoader$$Lambda+0x000001d6852d7650 +instanceKlass @bci com/teamabnormals/blueprint/core/endimator/EndimationLoader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 17 member ; # com/teamabnormals/blueprint/core/endimator/EndimationLoader$$Lambda+0x000001d6852d7410 +instanceKlass @bci com/teamabnormals/blueprint/core/endimator/EndimationLoader reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 1 member ; # com/teamabnormals/blueprint/core/endimator/EndimationLoader$$Lambda+0x000001d6852d71f0 +instanceKlass @bci net/minecraft/client/gui/font/FontManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 36 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6852d6d18 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 236 argL0 ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d6ae0 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 231 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d68a0 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 219 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d6660 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 213 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d6420 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 200 argL0 ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d61e8 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 195 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d5fa8 +instanceKlass io/wispforest/endec/Endec$3 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/ModelProperties deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/ModelProperties$$Lambda+0x000001d6852d5b50 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/TextureMesh deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/TextureMesh$$Lambda+0x000001d6852d5938 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/PolysUnion deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/PolysUnion$$Lambda+0x000001d6852d5310 +instanceKlass @bci net/minecraft/client/gui/font/FontManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 25 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6852d4ec8 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 183 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d4a80 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/Model deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/Model$$Lambda+0x000001d6852d4868 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/PolyMesh deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/PolyMesh$$Lambda+0x000001d6852d4650 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 177 member ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852d4410 +instanceKlass @bci io/wispforest/endec/Endec map (Lio/wispforest/endec/Endec;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 44 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6852d0000 +instanceKlass @bci net/minecraft/client/gui/font/FontManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 99 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6852ccc30 +instanceKlass @bci io/wispforest/endec/Endec map (Lio/wispforest/endec/Endec;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 39 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6852cc400 +instanceKlass @bci io/wispforest/endec/Endec map (Lio/wispforest/endec/Endec;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 26 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6852cdda8 +instanceKlass @bci com/ibm/asyncutil/util/CompletedStage thenCombine (Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage; 15 member ; # com/ibm/asyncutil/util/CompletedStage$$Lambda+0x000001d6852cdb68 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/ModelProperties deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/ModelProperties$$Lambda+0x000001d6852cca18 +instanceKlass @bci io/wispforest/endec/Endec map (Lio/wispforest/endec/Endec;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 16 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6852cd930 +instanceKlass @bci io/wispforest/endec/Endec map (Lio/wispforest/endec/Endec;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 3 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6852cd6f8 +instanceKlass @bci com/ibm/asyncutil/util/Combinators collectImpl (Ljava/util/Iterator;Ljava/util/stream/Collector;)Ljava/util/concurrent/CompletionStage; 42 member ; # com/ibm/asyncutil/util/Combinators$$Lambda+0x000001d6852cd4c8 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/MinecraftGeometry deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/MinecraftGeometry$$Lambda+0x000001d6852cc800 +instanceKlass io/wispforest/owo/network/OwoHandshake +instanceKlass com/ibm/asyncutil/util/CompletedStage +instanceKlass org/yaml/snakeyaml/constructor/BaseConstructor +instanceKlass @bci snownee/kiwi/config/KiwiConfigManager refresh ()V 3 argL0 ; # snownee/kiwi/config/KiwiConfigManager$$Lambda+0x000001d6852cf7a8 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/Model deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/Model$$Lambda+0x000001d6852cf590 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/LocatorValue deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/LocatorValue$$Lambda+0x000001d6852cf378 +instanceKlass @bci com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 4 member ; # com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod$$Lambda+0x000001d6852cf148 +instanceKlass @bci com/tom/storagemod/StorageMod setup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 argL0 ; # com/tom/storagemod/StorageMod$$Lambda+0x000001d6852ceb20 +instanceKlass com/tom/storagemod/inventory/VanillaMultiblockInventories +instanceKlass @bci software/bernie/geckolib/loading/json/raw/MinecraftGeometry deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/MinecraftGeometry$$Lambda+0x000001d6852ce708 +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Z)V 79 argL0 ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852ce4e0 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/LocatorClass deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/LocatorClass$$Lambda+0x000001d6852ce2c8 +instanceKlass @bci com/tom/storagemod/api/MultiblockInventoryAPI lambda$static$1 ([Lcom/tom/storagemod/api/MultiblockInventoryAPI$MultiblockDetector;)Lcom/tom/storagemod/api/MultiblockInventoryAPI$MultiblockDetector; 1 member ; # com/tom/storagemod/api/MultiblockInventoryAPI$$Lambda+0x000001d6852cba98 +instanceKlass @bci io/wispforest/owo/util/ReflectionUtils lambda$getCallingClassName$0 (ILjava/util/stream/Stream;)Ljava/util/Optional; 8 argL0 ; # io/wispforest/owo/util/ReflectionUtils$$Lambda+0x000001d6852cb860 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/LocatorValue deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/LocatorValue$$Lambda+0x000001d6852cb440 +instanceKlass @bci com/tom/storagemod/api/EventHandler update ()V 10 member ; # com/tom/storagemod/api/EventHandler$$Lambda+0x000001d6852cb220 +instanceKlass @bci com/tom/storagemod/api/MultiblockInventoryAPI ()V 6 argL0 ; # com/tom/storagemod/api/MultiblockInventoryAPI$$Lambda+0x000001d6852cafe8 +instanceKlass com/tom/storagemod/api/MultiblockInventoryAPI$MultiblockDetector +instanceKlass @bci net/minecraft/world/level/storage/loot/LootDataType ()V 60 argL0 ; # net/minecraft/world/level/storage/loot/LootDataType$$Lambda+0x000001d6852ca7d0 +instanceKlass com/tom/storagemod/api/EventHandler +instanceKlass @bci net/minecraft/world/level/storage/loot/LootDataType createLootTableValidator ()Lnet/minecraft/world/level/storage/loot/LootDataType$Validator; 0 argL0 ; # net/minecraft/world/level/storage/loot/LootDataType$$Lambda+0x000001d6852ca3a0 +instanceKlass @bci io/wispforest/owo/util/ReflectionUtils getCallingClassName (I)Ljava/lang/String; 4 member ; # io/wispforest/owo/util/ReflectionUtils$$Lambda+0x000001d6852ca168 +instanceKlass com/tom/storagemod/api/MultiblockInventoryAPI +instanceKlass org/yaml/snakeyaml/representer/BaseRepresenter +instanceKlass @bci net/minecraft/world/level/storage/loot/LootDataType (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/LootDataType$Validator;)V 5 argL0 ; # net/minecraft/world/level/storage/loot/LootDataType$$Lambda+0x000001d6852c9d40 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/LocatorClass deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/LocatorClass$$Lambda+0x000001d6852c98d0 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/FaceUV deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/FaceUV$$Lambda+0x000001d6852c96b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootDataType createSimpleValidator ()Lnet/minecraft/world/level/storage/loot/LootDataType$Validator; 0 argL0 ; # net/minecraft/world/level/storage/loot/LootDataType$$Lambda+0x000001d6852c94a0 +instanceKlass com/ibm/asyncutil/util/StageSupport +instanceKlass net/minecraft/world/level/storage/loot/ValidationContext +instanceKlass io/wispforest/owo/util/OwoFreezer +instanceKlass @bci io/wispforest/owo/network/OwoNetChannel ()V 30 argL0 ; # io/wispforest/owo/network/OwoNetChannel$$Lambda+0x000001d6852c8a28 +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/Cube deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/Cube$$Lambda+0x000001d6852c8810 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/FaceUV deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/FaceUV$$Lambda+0x000001d6852c85f8 +instanceKlass io/wispforest/owo/network/OwoNetChannel$EnvironmentAccess +instanceKlass net/minecraft/world/level/storage/loot/LootDataType$Validator +instanceKlass io/wispforest/owo/network/OwoNetChannel +instanceKlass com/ibm/asyncutil/util/Combinators +instanceKlass @bci mod/azure/azurelibarmor/common/loading/json/raw/Bone deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # mod/azure/azurelibarmor/common/loading/json/raw/Bone$$Lambda+0x000001d6852c78d8 +instanceKlass it/hurts/octostudios/octolib/module/config/util/EntryInjector +instanceKlass @bci software/bernie/geckolib/loading/json/raw/Cube deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/Cube$$Lambda+0x000001d6852c72c0 +instanceKlass @bci software/bernie/geckolib/loading/json/raw/Bone deserializer ()Lcom/google/gson/JsonDeserializer; 0 argL0 ; # software/bernie/geckolib/loading/json/raw/Bone$$Lambda+0x000001d6852c6ea0 +instanceKlass @bci net/minecraft/client/gui/font/FontManager prepare (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 75 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d6852c6c80 +instanceKlass it/hurts/octostudios/octolib/module/config/provider/ConfigProviderBase +instanceKlass io/wispforest/accessories/networking/AccessoriesNetworking +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d6852c5f78 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest flowerSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d6852c5d60 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge onSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 member ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d6852c5b30 +instanceKlass mod/azure/azurelibarmor/common/loading/FileLoader +instanceKlass de/maxhenkel/corpse/corelib/death/DeathEvents +instanceKlass software/bernie/geckolib/loading/json/typeadapter/KeyFramesAdapter +instanceKlass software/bernie/geckolib/loading/FileLoader +instanceKlass de/maxhenkel/corpse/events/DeathEvents +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache lambda$loadResources$9 (Ljava/util/function/Function;Ljava/util/concurrent/Executor;Ljava/util/Map;)Ljava/util/Map; 49 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852c4a90 +instanceKlass @bci com/mojang/datafixers/util/Function8 lambda$curry4$7 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/datafixers/util/Function4; 6 member ; # com/mojang/datafixers/util/Function8$$Lambda+0x000001d6852a6ca0 +instanceKlass @cpi com/mojang/datafixers/util/Function8 173 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852c1000 +instanceKlass @bci com/mojang/datafixers/util/Function8 curry4 ()Lcom/mojang/datafixers/util/Function4; 1 member ; # com/mojang/datafixers/util/Function8$$Lambda+0x000001d6852a6a50 +# instanceKlass mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852c4870 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzResourceCache lambda$loadResources$3 (Ljava/util/function/Function;Ljava/util/concurrent/Executor;Ljava/util/Map;)Lit/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap; 49 member ; # mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852c4650 +instanceKlass @bci snownee/snow/util/ClientProxy lambda$onInitializeClient$6 (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # snownee/snow/util/ClientProxy$$Lambda+0x000001d6852c4438 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor lambda$registerLoadingHandlers$2 (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Lcom/google/common/collect/Multimap;Ljava/util/Set;Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 4 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d6852c4218 +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixForge commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 22 argL0 ; # org/embeddedt/modernfix/neoforge/init/ModernFixForge$$Lambda+0x000001d6852c4000 +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/objects/ObjectFloatPair +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatMap$Entry +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapIterator +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/CompostModuleNeoForge +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/PostLoadModuleNeoForge commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/PostLoadModuleNeoForge$$Lambda+0x000001d6852bfa70 +instanceKlass @bci org/violetmoon/zeta/util/handler/ToolInteractionHandler addModifiers (Lorg/violetmoon/zeta/event/load/ZCommonSetup;)V 1 argL0 ; # org/violetmoon/zeta/util/handler/ToolInteractionHandler$$Lambda+0x000001d6852bf858 +instanceKlass @bci org/violetmoon/zetaimplforge/config/ConfigEventDispatcher commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 2 member ; # org/violetmoon/zetaimplforge/config/ConfigEventDispatcher$$Lambda+0x000001d6852bf638 +instanceKlass @bci net/neoforged/fml/DeferredWorkQueue lambda$enqueueWork$4 (Ljava/lang/Runnable;Lnet/neoforged/fml/DeferredWorkQueue$TaskInfo;)Ljava/util/concurrent/CompletableFuture; 2 member ; # net/neoforged/fml/DeferredWorkQueue$$Lambda+0x000001d6852a5540 +instanceKlass @bci net/neoforged/fml/DeferredWorkQueue enqueueWork (Lnet/neoforged/fml/ModContainer;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/neoforged/fml/DeferredWorkQueue$$Lambda+0x000001d6852a5300 +instanceKlass @bci net/neoforged/neoforge/common/DeferredSpawnEggItem$CommonHandler onCommonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 1 argL0 ; # net/neoforged/neoforge/common/DeferredSpawnEggItem$CommonHandler$$Lambda+0x000001d6852bf420 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 159 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d6852bf1d8 +# instanceKlass net/neoforged/fml/DeferredWorkQueue$$Lambda+0x000001d6852a4980 +instanceKlass net/neoforged/fml/DeferredWorkQueue$TaskInfo +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings ()V 36 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852befa0 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 177 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852bed18 +instanceKlass @cpi dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings 311 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852c0000 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 165 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852beae0 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 142 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852be8a8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852be670 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 100 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852be438 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852be200 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData$$Lambda+0x000001d6852bdfc8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData$$Lambda+0x000001d6852bdd90 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset$$Lambda+0x000001d6852bdb68 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset$$Lambda+0x000001d6852bd930 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset$$Lambda+0x000001d6852bd6f8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset$$Lambda+0x000001d6852bd4c0 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData$$Lambda+0x000001d6852bd088 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData$$Lambda+0x000001d6852bce50 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData$$Lambda+0x000001d6852bcc18 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852bc7d8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bc590 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bc358 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bc120 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bbee8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bbcb0 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice$$Lambda+0x000001d6852bba78 +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixForge commonSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 12 argL0 ; # org/embeddedt/modernfix/neoforge/init/ModernFixForge$$Lambda+0x000001d6852bb860 +instanceKlass com/faboslav/variantsandventures/common/network/packet/SyncZombieIsShakingPacketFromServer$Handler +instanceKlass net/neoforged/fml/VersionChecker +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852bad80 +instanceKlass com/faboslav/variantsandventures/common/network/MessageHandler +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852bab48 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache lambda$loadAnimations$3 (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;)V 6 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852ba498 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings ()V 28 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings$$Lambda+0x000001d6852ba910 +# instanceKlass net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852ba278 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager execute (Ljava/lang/Runnable;)V 4 member ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852ba058 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager lambda$listPackResources$6 (Ljava/util/function/Predicate;Ljava/util/Map;Lnet/minecraft/server/packs/PackResources;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/IoSupplier;)V 69 argL0 ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6852ba6d8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight$$Lambda+0x000001d6852b9a28 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge onSetup (Lnet/neoforged/fml/event/lifecycle/FMLCommonSetupEvent;)V 13 member ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d6852b97f8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight$$Lambda+0x000001d6852b9390 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight$$Lambda+0x000001d6852b9158 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight ()V 14 argL0 ; # dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight$$Lambda+0x000001d6852b8f20 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager listPackResources (Lnet/minecraft/server/packs/resources/FallbackResourceManager$PackEntry;Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/Map;)V 28 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6852b8ad8 +instanceKlass betterdays/event/ServerEventListener +instanceKlass @bci net/minecraft/resources/FileToIdConverter listMatchingResourceStacks (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/Map; 6 member ; # net/minecraft/resources/FileToIdConverter$$Lambda+0x000001d6852b8650 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 40 argL0 ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852b8438 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 35 member ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852b8000 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 21 member ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852b7d10 +instanceKlass @bci me/drex/quickpack/packs/FastFilePackResources getResource (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/server/packs/resources/IoSupplier; 71 member ; # me/drex/quickpack/packs/FastFilePackResources$$Lambda+0x000001d6852b7af0 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager preload (Lnet/minecraft/resources/ResourceLocation;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 51 argL0 ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852b78d8 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager preload (Lnet/minecraft/resources/ResourceLocation;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 46 member ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d6852b76b8 +instanceKlass @bci net/minecraft/client/renderer/texture/PreloadedTexture getFuture ()Ljava/util/concurrent/CompletableFuture; 18 argL0 ; # net/minecraft/client/renderer/texture/PreloadedTexture$$Lambda+0x000001d6852b7480 +instanceKlass @bci net/neoforged/fml/ModLoader dispatchParallelEvent (Ljava/lang/String;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;Ljava/util/function/BiFunction;)V 17 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6852a4340 +instanceKlass @bci net/neoforged/neoforge/internal/CommonModLoader load (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V 11 argL0 ; # net/neoforged/neoforge/internal/CommonModLoader$$Lambda+0x000001d6852b7258 +instanceKlass @bci net/minecraft/client/renderer/texture/PreloadedTexture (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Ljava/util/concurrent/Executor;)V 8 member ; # net/minecraft/client/renderer/texture/PreloadedTexture$$Lambda+0x000001d6852b7038 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader onResourceReload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 33 member ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d6852b6e18 +instanceKlass @bci net/neoforged/neoforge/internal/CommonModLoader load (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V 0 argL0 ; # net/neoforged/neoforge/internal/CommonModLoader$$Lambda+0x000001d6852b6c00 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader startModLoading (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V 2 member ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d6852b69e0 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader onResourceReload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 21 member ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d6852b67a0 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader onResourceReload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 4 member ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d6852b6580 +instanceKlass @bci net/minecraft/server/packs/resources/ResourceManagerReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 13 member ; # net/minecraft/server/packs/resources/ResourceManagerReloadListener$$Lambda+0x000001d6852b6360 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance$1 wait (Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture; 31 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$1$$Lambda+0x000001d6852b6130 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance$1 wait (Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture; 9 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$1$$Lambda+0x000001d6852b5f10 +instanceKlass @bci net/minecraft/server/packs/resources/SimplePreparableReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 31 member ; # net/minecraft/server/packs/resources/SimplePreparableReloadListener$$Lambda+0x000001d6852b5ce0 +instanceKlass @bci net/minecraft/server/packs/resources/SimplePreparableReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 19 member ; # net/minecraft/server/packs/resources/SimplePreparableReloadListener$$Lambda+0x000001d6852b5aa0 +instanceKlass @bci net/minecraft/server/packs/resources/SimplePreparableReloadListener reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/minecraft/server/packs/resources/SimplePreparableReloadListener$$Lambda+0x000001d6852b5880 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzureLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 45 argL0 ; # mod/azure/azurelibarmor/common/cache/AzureLibCache$$Lambda+0x000001d6852b5658 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzureLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 37 member ; # mod/azure/azurelibarmor/common/cache/AzureLibCache$$Lambda+0x000001d6852b5418 +instanceKlass @bci mod/azure/azurelibarmor/common/model/cache/AzBakedModelCache loadModels (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/concurrent/CompletableFuture; 20 member ; # mod/azure/azurelibarmor/common/model/cache/AzBakedModelCache$$Lambda+0x000001d6852b51e8 +instanceKlass @bci mod/azure/azurelibarmor/common/model/cache/AzBakedModelCache loadModels (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/concurrent/CompletableFuture; 6 member ; # mod/azure/azurelibarmor/common/model/cache/AzBakedModelCache$$Lambda+0x000001d6852b4fa8 +instanceKlass mod/azure/azurelibarmor/common/model/AzBakedModel +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzResourceCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 25 member ; # mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852b4930 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzResourceCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 14 member ; # mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852b46f0 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzResourceCache lambda$loadResources$1 (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;)Ljava/util/Map; 2 argL0 ; # mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852b44a8 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzResourceCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 2 member ; # mod/azure/azurelibarmor/common/cache/AzResourceCache$$Lambda+0x000001d6852b4288 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/cache/AzBakedAnimationCache loadAnimations (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/concurrent/CompletableFuture; 20 member ; # mod/azure/azurelibarmor/common/animation/cache/AzBakedAnimationCache$$Lambda+0x000001d6852b4058 +instanceKlass @bci mod/azure/azurelibarmor/common/animation/cache/AzBakedAnimationCache loadAnimations (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/concurrent/CompletableFuture; 6 member ; # mod/azure/azurelibarmor/common/animation/cache/AzBakedAnimationCache$$Lambda+0x000001d6852b3e18 +instanceKlass mod/azure/azurelibarmor/common/cache/AzResourceCache +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 27 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources$$Lambda+0x000001d6852b35c8 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 85 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b3398 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 73 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b3158 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache lambda$loadResources$7 (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;)Ljava/util/Map; 2 argL0 ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b2f10 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 24 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b2ce0 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 13 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b2aa0 +instanceKlass software/bernie/geckolib/loading/math/MathValue +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadResources (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 2 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b2688 +instanceKlass software/bernie/geckolib/loading/json/typeadapter/BakedAnimationsAdapter +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadModels (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 5 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b2220 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 55 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b1ff0 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadAnimations (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 20 argL0 ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b1bd0 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadAnimations (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 12 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b19b0 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache loadAnimations (Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture; 0 argL0 ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b1798 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache reload (Lnet/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/minecraft/util/profiling/ProfilerFiller;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 34 member ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d6852b1568 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Lnet/minecraft/server/packs/resources/SimpleReloadInstance$StateFactory;Ljava/util/concurrent/CompletableFuture;)V 156 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$$Lambda+0x000001d6852b1140 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Lnet/minecraft/server/packs/resources/SimpleReloadInstance$StateFactory;Ljava/util/concurrent/CompletableFuture;)V 149 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$$Lambda+0x000001d6852b0f20 +instanceKlass net/minecraft/server/packs/resources/SimpleReloadInstance$1 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Lnet/minecraft/server/packs/resources/SimpleReloadInstance$StateFactory;Ljava/util/concurrent/CompletableFuture;)V 67 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$$Lambda+0x000001d6852b0ad8 +instanceKlass @bci net/minecraft/server/packs/resources/SimpleReloadInstance of (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;)Lnet/minecraft/server/packs/resources/SimpleReloadInstance; 9 member ; # net/minecraft/server/packs/resources/SimpleReloadInstance$$Lambda+0x000001d6852b08b8 +instanceKlass net/minecraft/server/packs/resources/SimpleReloadInstance$StateFactory +instanceKlass net/minecraft/server/packs/resources/SimpleReloadInstance +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient$MLDynamicClientResources regenerateDynamicAssets (Ljava/util/function/Consumer;)V 24 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$MLDynamicClientResources$$Lambda+0x000001d6852b0218 +instanceKlass @bci net/minecraft/client/sounds/MusicManager tick ()V 231 argL0 ; # net/minecraft/client/sounds/MusicManager$$Lambda+0x000001d6852b0000 +instanceKlass @bci de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper getInfoForAllMusicTracks ()Ljava/util/List; 33 argL0 ; # de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper$$Lambda+0x000001d6852ac400 +instanceKlass @bci de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper getMusicTrackMetadataString ()Ljava/lang/String; 43 member ; # de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper$$Lambda+0x000001d6852acc68 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Palette$ItrWrapper +instanceKlass de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper$MusicTrackInfo +instanceKlass de/keksuccino/fancymenu/customization/listener/listeners/helpers/MusicTrackInfoHelper +instanceKlass com/redsmods/sound_physics_perfected/OpenALEffectsHandler +instanceKlass com/redsmods/sound_physics_perfected/ReverbHelpers/ReverbSurfaceData +instanceKlass com/redsmods/sound_physics_perfected/storageclasses/SoundData +instanceKlass net/minecraft/world/level/ClipContext +instanceKlass net/caffeinemc/mods/lithium/mixin/world/raycast/ClipContextAccessor +instanceKlass com/redsmods/sound_physics_perfected/RaycastingHelper +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies lambda$static$9 (Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/every_compat/api/PaletteStrategy$PaletteAndAnimation; 6 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6852af110 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule lambda$static$4 (Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/every_compat/api/PaletteStrategy$PaletteAndAnimation; 6 argL0 ; # net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule$$Lambda+0x000001d6852aeee8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/McMetaFile toJson ()Lcom/google/gson/JsonObject; 93 member ; # net/mehvahdjukaar/moonlight/core/misc/McMetaFile$$Lambda+0x000001d6852aecc8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/McMetaFile cloneWithSize (II)Lnet/mehvahdjukaar/moonlight/core/misc/McMetaFile; 13 member ; # net/mehvahdjukaar/moonlight/core/misc/McMetaFile$$Lambda+0x000001d6852aeaa8 +instanceKlass net/minecraft/client/resources/metadata/animation/AnimationMetadataSection$FrameOutput +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette ofColors (Ljava/util/Collection;)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Palette; 10 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d6852ae678 +instanceKlass net/mehvahdjukaar/every_compat/common_classes/CompatChestTexture +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule generateChestTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 10 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6852ae248 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule lambda$new$32 (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;)V 7 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6852ae000 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper replaceLeavesTextures (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 78 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6852abcf8 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper replaceLeavesTextures (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 61 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6852abac0 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper replaceLeavesTextures (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 44 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6852ab888 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper replaceLeavesTextures (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 27 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6852ab650 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule lambda$static$36 (Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/every_compat/api/PaletteStrategy$PaletteAndAnimation; 6 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6852ab428 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceItemType (Ljava/lang/String;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852ab1d0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneModule lambda$addDynamicClientResources$1 (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 7 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneModule$$Lambda+0x000001d6852aafa0 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/TextureGenHelper generateDefault (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/Set;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;ZLjava/util/Map;)V 1023 argL0 ; # net/mehvahdjukaar/every_compat/misc/TextureGenHelper$$Lambda+0x000001d6852aad78 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardItemModels (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 252 member ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852aab48 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardItemModels (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 207 member ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852aa918 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardItemModels (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 143 argL0 ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852aa6d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils findAllResourcesInJsonRecursive (Lcom/google/gson/JsonElement;Ljava/util/function/Predicate;)Ljava/util/Set; 25 member ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d6852aa4a0 +instanceKlass net/mehvahdjukaar/stone_zone/misc/ResourcesUtils +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/TextureGenHelper generateDefault (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/Set;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;ZLjava/util/Map;)V 964 member ; # net/mehvahdjukaar/every_compat/misc/TextureGenHelper$$Lambda+0x000001d6852aa080 +# instanceKlass net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9e28 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeBlockStateTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 75 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9bd0 +# instanceKlass net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9978 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeBlockStateTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 66 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9720 +# instanceKlass net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a94c8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeBlockStateTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 57 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9270 +# instanceKlass net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a9018 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceFullGenericType (Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 146 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a8dd8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeBlockStateTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 26 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a8b80 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6852ac000 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardBlockFiles (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 175 member ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852a8950 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardBlockFiles (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 140 argL0 ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852a8708 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer IDReplaceType (Ljava/lang/String;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 2 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a84b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceBlockType (Ljava/lang/String;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a8258 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceGenericType (Ljava/lang/String;Ljava/lang/String;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 4 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a8000 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils addBuiltinModelTransformer (Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 7 member ; # net/mehvahdjukaar/every_compat/misc/ResourcesUtils$$Lambda+0x000001d6852a1400 +instanceKlass net/mehvahdjukaar/every_compat/misc/ResourcesUtils +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a1a00 +instanceKlass net/mehvahdjukaar/every_compat/misc/TextureGenHelper +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a3d98 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceWithTextureFromChild (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Predicate;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 5 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a3b40 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceWithTextureFromChild (Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a3900 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer replaceWithTextureFromChild (Ljava/lang/String;Ljava/lang/String;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 3 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a36b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeModelTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 35 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a3460 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet makeModelTransformer (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/minecraft/server/packs/resources/ResourceManager;)Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer; 25 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneEntrySet$$Lambda+0x000001d6852a3208 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer (Ljava/lang/String;Lnet/minecraft/server/packs/resources/ResourceManager;)V 16 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$$Lambda+0x000001d6852a2fb8 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer$TextModification +instanceKlass @bci net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler regenerateDynamicAssets (Ljava/util/function/Consumer;)V 119 member ; # net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler$$Lambda+0x000001d6852a2b68 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule addDynamicClientResources (Ljava/util/function/Consumer;)V 7 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6852a2910 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StoneZoneModule addDynamicClientResources (Ljava/util/function/Consumer;)V 7 member ; # net/mehvahdjukaar/stone_zone/api/StoneZoneModule$$Lambda+0x000001d6852a26b8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleModule addDynamicClientResources (Ljava/util/function/Consumer;)V 32 member ; # net/mehvahdjukaar/every_compat/api/SimpleModule$$Lambda+0x000001d6852a2460 +instanceKlass @bci net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler lambda$regenerateDynamicAssets$1 (Ljava/util/List;Lnet/mehvahdjukaar/every_compat/api/CompatModule;)V 7 member ; # net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler$$Lambda+0x000001d6852a2230 +instanceKlass @bci net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler regenerateDynamicAssets (Ljava/util/function/Consumer;)V 12 member ; # net/mehvahdjukaar/every_compat/dynamicpack/ClientDynamicResourcesHandler$$Lambda+0x000001d6852a2000 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies clearCache ()V 3 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d68529fd60 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper addOptional (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 21 member ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d68529fb30 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/TextureCache registerSpecialTextureForBlock (Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)V 4 argL0 ; # net/mehvahdjukaar/moonlight/api/client/TextureCache$$Lambda+0x000001d68529f8f8 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper addOptional (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 14 member ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d68529f6c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/GlobeManager recomputeCache ()V 262 member ; # net/mehvahdjukaar/supplementaries/client/GlobeManager$$Lambda+0x000001d68529f498 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModTextures ()V 1009 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModTextures$$Lambda+0x000001d68529e848 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModTextures ()V 995 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModTextures$$Lambda+0x000001d68529e630 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModTextures +instanceKlass it/unimi/dsi/fastutil/ints/IntIterators$IteratorWrapper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/SpriteUtils parsePaletteStrip (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;I)Ljava/util/List; 20 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/SpriteUtils$$Lambda+0x000001d68529dfa0 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/SpriteUtils 389 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852a1000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/GlobeManager refreshColorsAndTextures (Lnet/minecraft/server/packs/resources/ResourceManager;)V 12 argL0 ; # net/mehvahdjukaar/supplementaries/client/GlobeManager$$Lambda+0x000001d68529dd58 +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeManager$1 +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeRenderData +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeManager +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources lambda$addWaySignsAssets$8 (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Respriter;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/supplementaries/common/items/SignPostItem;)V 33 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68529d510 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addWaySignsAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 163 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68529d2e0 +instanceKlass it/hurts/octostudios/octolib/client/animation/TweenSystem$RenderThreadExecutor +instanceKlass @bci net/minecraft/client/MouseHandler lambda$setup$3 (JDD)V 9 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d68529cec0 +instanceKlass @bci io/homo/superresolution/common/minecraft/MinecraftRenderHandle callOnRenderTargets (Ljava/util/function/Consumer;)V 4 member ; # io/homo/superresolution/common/minecraft/MinecraftRenderHandle$$Lambda+0x000001d68529cc90 +instanceKlass @bci io/homo/superresolution/common/minecraft/MinecraftRenderHandle resize ()V 18 member ; # io/homo/superresolution/common/minecraft/MinecraftRenderHandle$$Lambda+0x000001d68529c828 +instanceKlass @bci net/minecraft/client/MouseHandler lambda$setup$3 (JDD)V 9 ; # java/lang/invoke/LambdaForm$MH+0x000001d6852a0c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6852a0800 +instanceKlass @bci net/minecraft/client/MouseHandler lambda$setup$3 (JDD)V 9 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852a0400 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CursorPosCallbackDispatcher onCallback (JDD)V 64 member ; # me/decce/ixeris/core/glfw/callback_dispatcher/CursorPosCallbackDispatcher$$Lambda+0x000001d685293bc0 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/WindowSizeCallbackDispatcher onCallback (JII)V 64 member ; # me/decce/ixeris/core/glfw/callback_dispatcher/WindowSizeCallbackDispatcher$$Lambda+0x000001d685293990 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher onCallback (JII)V 64 member ; # me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher$$Lambda+0x000001d685293760 +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapIterator +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwGetWindowMonitor$glfwGetWindowMonitor$CInject0 (JLme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 43 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d685292c38 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache (J)V 51 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache$$Lambda+0x000001d6852929b0 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache (J)V 38 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache$$Lambda+0x000001d685292728 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache (J)V 25 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowAttribCache$$Lambda+0x000001d6852924a0 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowContentScaleCache (J)V 22 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowContentScaleCache$$Lambda+0x000001d685292218 +instanceKlass @cpi me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowContentScaleCache 105 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6852a0000 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwFramebufferSizeCache registerCallback ()V 8 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwFramebufferSizeCache$$Lambda+0x000001d685291f90 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowSizeCache registerCallback ()V 8 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwWindowSizeCache$$Lambda+0x000001d685291d08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources lambda$addBoatTextures$16 (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Respriter;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/supplementaries/common/items/CannonBoatItem;)V 36 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68529c608 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwMouseButtonCache (J)V 10 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwMouseButtonCache$$Lambda+0x000001d685291a80 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addBoatTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 238 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68529c3d8 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/window/GlfwKeyCache (J)V 10 member ; # me/decce/ixeris/core/glfw/state_caching/window/GlfwKeyCache$$Lambda+0x000001d6852917f8 +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/GlfwCacheManager getWindowCache (J)Lme/decce/ixeris/core/glfw/state_caching/GlfwWindowCacheManager; 17 argL0 ; # me/decce/ixeris/core/glfw/state_caching/GlfwCacheManager$$Lambda+0x000001d6852915e0 +instanceKlass @bci net/raphimc/immediatelyfast/feature/core/BufferAllocatorPool onEndFrame ()V 64 argL0 ; # net/raphimc/immediatelyfast/feature/core/BufferAllocatorPool$$Lambda+0x000001d68529c190 +instanceKlass net/raphimc/immediatelyfast/feature/core/BufferAllocatorPool$Entry +instanceKlass net/raphimc/immediatelyfast/feature/core/BufferAllocatorPool +instanceKlass com/mrcrayfish/controllable/client/overlay/VirtualCursorOverlay +instanceKlass com/mrcrayfish/controllable/client/overlay/PaperDollPlayerOverlay +instanceKlass com/mrcrayfish/controllable/client/overlay/ActionHintOverlay +instanceKlass com/mrcrayfish/controllable/client/overlay/RecipeBookOverlay +instanceKlass com/mrcrayfish/controllable/client/overlay/TabNavigationOverlay +instanceKlass com/mrcrayfish/controllable/client/overlay/IOverlay +instanceKlass @bci com/mrcrayfish/controllable/client/overlay/OverlayRenderer ()V 0 argL0 ; # com/mrcrayfish/controllable/client/overlay/OverlayRenderer$$Lambda+0x000001d68529a9d8 +instanceKlass com/mrcrayfish/controllable/client/overlay/OverlayRenderer +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper done ()Ljava/util/concurrent/CompletableFuture; 4 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper$$Lambda+0x000001d68529a5a0 +instanceKlass org/lwjgl/opengl/ARBDirectStateAccess +instanceKlass @bci net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay render (Lnet/minecraft/client/gui/GuiGraphics;IIF)V 585 argL0 ; # net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay$$Lambda+0x000001d6852996f8 +instanceKlass net/irisshaders/iris/mixin/MixinGameRenderer$1 +instanceKlass @bci net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay render (Lnet/minecraft/client/gui/GuiGraphics;IIF)V 489 argL0 ; # net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay$$Lambda+0x000001d685298eb0 +instanceKlass net/mehvahdjukaar/supplementaries/dynamicpack/MojangNeedsToAddMoreCopper +instanceKlass net/irisshaders/iris/gl/blending/BlendModeStorage +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils lenientListOrSingleCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 13 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d685298878 +instanceKlass net/minecraft/client/gui/GuiGraphics$ScissorStack +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils lenientListOrSingleCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 8 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d685298420 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/MiscUtils ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/MiscUtils$$Lambda+0x000001d6852981f0 +instanceKlass @bci com/mojang/blaze3d/vertex/PoseStack ()V 19 argL0 ; # com/mojang/blaze3d/vertex/PoseStack$$Lambda+0x000001d685297a50 +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/MiscUtils +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addMissingFlagPatterns (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 161 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d685297630 +instanceKlass @bci net/ramixin/mixson/inline/Mixson runStandardEvents (Ljava/util/Map;)Ljava/util/Map; 228 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d685297408 +instanceKlass @bci net/ramixin/mixson/inline/Mixson beginEventProcessing (Lnet/ramixin/mixson/util/QuintFunction;Ljava/util/Map;Lnet/ramixin/mixson/inline/entries/EventEntry;Lnet/ramixin/mixson/inline/MixsonRuntime;Ljava/util/Set;)V 37 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d685297178 +instanceKlass @bci net/ramixin/mixson/inline/Mixson beginEventProcessing (Lnet/ramixin/mixson/util/QuintFunction;Ljava/util/Map;Lnet/ramixin/mixson/inline/entries/EventEntry;Lnet/ramixin/mixson/inline/MixsonRuntime;Ljava/util/Set;)V 27 member ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d685296f28 +instanceKlass @bci net/ramixin/mixson/inline/Mixson runStandardEvents (Ljava/util/Map;)Ljava/util/Map; 190 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d685296d10 +instanceKlass @bci net/minecraft/client/renderer/texture/TextureManager getTexture (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/texture/AbstractTexture; 30 argL0 ; # net/minecraft/client/renderer/texture/TextureManager$$Lambda+0x000001d685296af8 +instanceKlass net/ramixin/mixson/util/QuintFunction +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources getResource (Lnet/minecraft/resources/ResourceLocation;Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 14 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources$$Lambda+0x000001d6852966c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources getResource (Lnet/minecraft/resources/ResourceLocation;Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 8 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources$$Lambda+0x000001d685296480 +instanceKlass com/mojang/blaze3d/platform/Lighting +instanceKlass net/raphimc/immediatelyfast/feature/batching/BatchingBuffers +instanceKlass @bci it/hurts/octostudios/octolib/client/shake/ShakeSystem updateAll ()V 78 argL0 ; # it/hurts/octostudios/octolib/client/shake/ShakeSystem$$Lambda+0x000001d685295908 +instanceKlass it/hurts/octostudios/octolib/client/shake/ShakeData +instanceKlass it/hurts/octostudios/octolib/client/shake/ShakeSystem +instanceKlass net/irisshaders/iris/apiimpl/IrisApiV0ConfigImpl +instanceKlass net/irisshaders/iris/api/v0/IrisTextVertexSink +instanceKlass net/irisshaders/iris/api/v0/IrisApiConfig +instanceKlass net/irisshaders/iris/apiimpl/IrisApiV0Impl +instanceKlass net/irisshaders/iris/api/v0/IrisApiInternal +instanceKlass @bci net/minecraft/server/packs/PathPackResources listPath (Ljava/lang/String;Ljava/nio/file/Path;Ljava/util/List;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 30 member ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d685294810 +instanceKlass net/irisshaders/iris/api/v0/IrisApi +instanceKlass traben/entity_model_features/mod_compat/IrisShadowPassDetection +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addMissingFlagPatterns (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 3 argL0 ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528fd88 +instanceKlass net/irisshaders/iris/uniforms/SystemTimeUniforms$FrameCounter +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addTatteredBook (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 41 argL0 ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528f930 +instanceKlass net/irisshaders/iris/uniforms/SystemTimeUniforms$Timer +instanceKlass net/irisshaders/iris/uniforms/SystemTimeUniforms +instanceKlass net/irisshaders/iris/uniforms/CapturedRenderingState +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addTatteredBook (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 25 argL0 ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528f038 +instanceKlass com/mojang/blaze3d/Blaze3D +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils serializeModelOverride (Lnet/minecraft/client/renderer/block/model/ItemOverride;)Lcom/google/gson/JsonObject; 35 member ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d68528ec08 +instanceKlass net/minecraft/client/renderer/block/model/ItemOverride$Predicate +instanceKlass net/minecraft/client/renderer/FogRenderer$DarknessFogFunction +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps applyOverlay (Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;Z[Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;)V 129 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps$$Lambda+0x000001d68528e370 +instanceKlass net/minecraft/client/renderer/FogRenderer$BlindnessFogFunction +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils makeModelOverride (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Consumer;)Lcom/google/gson/JsonElement; 59 member ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d68528df00 +instanceKlass net/minecraft/client/renderer/FogRenderer$MobEffectFogFunction +instanceKlass net/minecraft/client/renderer/FogRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources lambda$addWaySignsAssets$6 (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Respriter;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/supplementaries/common/items/SignPostItem;)V 33 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528d318 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addRopeArrowModel (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 25 argL0 ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528d0f0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/RPUtils$OverrideAppender +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources lambda$addBoatTextures$14 (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Respriter;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Respriter;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/supplementaries/common/items/CannonBoatItem;)V 33 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528ccd8 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/ThrowingSupplier +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addWaySignsAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 77 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528c8b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addBoatTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 80 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528c680 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addWaySignsAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 43 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528c450 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapEntry +instanceKlass @bci it/unimi/dsi/fastutil/objects/Object2ObjectMap forEach (Ljava/util/function/BiConsumer;)V 8 member ; # it/unimi/dsi/fastutil/objects/Object2ObjectMap$$Lambda+0x000001d685267678 +instanceKlass @bci net/minecraft/client/Minecraft runTick (Z)V 298 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d68528c238 +instanceKlass @bci io/wispforest/owo/ui/event/ClientRenderCallback lambda$static$3 ([Lio/wispforest/owo/ui/event/ClientRenderCallback;)Lio/wispforest/owo/ui/event/ClientRenderCallback; 1 member ; # io/wispforest/owo/ui/event/ClientRenderCallback$$Lambda+0x000001d68528c018 +instanceKlass @bci io/wispforest/owo/ui/event/ClientRenderCallback ()V 15 argL0 ; # io/wispforest/owo/ui/event/ClientRenderCallback$$Lambda+0x000001d68528bde0 +instanceKlass @bci io/wispforest/owo/ui/event/ClientRenderCallback lambda$static$1 ([Lio/wispforest/owo/ui/event/ClientRenderCallback;)Lio/wispforest/owo/ui/event/ClientRenderCallback; 1 member ; # io/wispforest/owo/ui/event/ClientRenderCallback$$Lambda+0x000001d68528bbc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources addBoatTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 23 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528b990 +instanceKlass @bci io/wispforest/owo/ui/event/ClientRenderCallback ()V 2 argL0 ; # io/wispforest/owo/ui/event/ClientRenderCallback$$Lambda+0x000001d68528b758 +instanceKlass io/wispforest/owo/ui/event/ClientRenderCallback +instanceKlass @bci de/keksuccino/fancymenu/customization/element/elements/musiccontroller/MusicControllerHandler onClientTickPost (Lde/keksuccino/fancymenu/events/ticking/ClientTickEvent$Post;)V 32 argL0 ; # de/keksuccino/fancymenu/customization/element/elements/musiccontroller/MusicControllerHandler$$Lambda+0x000001d68528b148 +instanceKlass de/keksuccino/fancymenu/customization/element/elements/musiccontroller/MusicControllerHandler$ActiveController +instanceKlass @bci net/minecraft/client/sounds/ChannelAccess scheduleTick ()V 5 member ; # net/minecraft/client/sounds/ChannelAccess$$Lambda+0x000001d68528ad20 +instanceKlass @bci net/minecraft/client/sounds/SoundEngine tickNonPaused ()V 30 member ; # net/minecraft/client/sounds/SoundEngine$$Lambda+0x000001d68528aaf0 +instanceKlass @bci net/minecraft/client/sounds/SoundEngine tickNonPaused ()V 19 argL0 ; # net/minecraft/client/sounds/SoundEngine$$Lambda+0x000001d68528a8a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources regenerateDynamicAssets (Ljava/util/function/Consumer;)V 26 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528a650 +instanceKlass @bci net/minecraft/Util mdd85188$threadtweak$lambda$replIoWorker$1$0 (Ljava/util/concurrent/atomic/AtomicInteger;Ljava/lang/Runnable;)Ljava/lang/Thread; 57 argL0 ; # net/minecraft/Util$$Lambda+0x000001d68528a438 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources regenerateDynamicAssets (Ljava/util/function/Consumer;)V 14 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d68528a1e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources regenerateDynamicAssets (Ljava/util/function/Consumer;)V 2 member ; # net/mehvahdjukaar/supplementaries/dynamicpack/ModClientDynamicResources$$Lambda+0x000001d685289f88 +instanceKlass @bci net/minecraft/client/sounds/SoundEngine shouldChangeDevice ()Z 92 member ; # net/minecraft/client/sounds/SoundEngine$$Lambda+0x000001d685289d68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/BlackboardTextureManager ()V 12 argL0 ; # net/mehvahdjukaar/supplementaries/client/BlackboardTextureManager$$Lambda+0x000001d685289b50 +instanceKlass @bci com/aetherteam/cumulus/api/Menu$Properties ()V 5 argL0 ; # com/aetherteam/cumulus/api/Menu$Properties$$Lambda+0x000001d685289938 +instanceKlass net/mehvahdjukaar/supplementaries/client/BlackboardTextureManager +instanceKlass com/aetherteam/cumulus/api/Menu$Properties +instanceKlass @bci net/minecraft/client/gui/screens/TitleScreen (ZLnet/minecraft/client/gui/components/LogoRenderer;)V 35 argL0 ; # net/minecraft/client/gui/screens/TitleScreen$$Lambda+0x000001d685288ea8 +instanceKlass net/minecraft/client/gui/components/LogoRenderer +instanceKlass com/aetherteam/cumulus/api/Menus +instanceKlass com/aetherteam/cumulus/api/MenuHelper +instanceKlass com/aetherteam/cumulus/client/CumulusClient +instanceKlass @bci net/minecraft/client/Minecraft getSituationalMusic ()Lnet/minecraft/sounds/Music; 36 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685285aa8 +instanceKlass @bci net/minecraft/client/sounds/MusicManager tick ()V 84 argL0 ; # net/minecraft/client/sounds/MusicManager$$Lambda+0x000001d685285890 +instanceKlass @bci net/minecraft/client/Minecraft tick ()V 346 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685285670 +instanceKlass com/simibubi/create/foundation/block/BigOutlines +instanceKlass @bci it/hurts/octostudios/octolib/client/particle/ParticleSystem tick ()V 71 argL0 ; # it/hurts/octostudios/octolib/client/particle/ParticleSystem$$Lambda+0x000001d685285228 +instanceKlass @bci it/hurts/octostudios/octolib/client/particle/ParticleSystem tick ()V 53 argL0 ; # it/hurts/octostudios/octolib/client/particle/ParticleSystem$$Lambda+0x000001d685285000 +instanceKlass @bci it/hurts/octostudios/octolib/client/particle/ParticleSystem tick ()V 34 argL0 ; # it/hurts/octostudios/octolib/client/particle/ParticleSystem$$Lambda+0x000001d685287d78 +instanceKlass @bci it/hurts/octostudios/octolib/client/particle/ParticleSystem tick ()V 21 argL0 ; # it/hurts/octostudios/octolib/client/particle/ParticleSystem$$Lambda+0x000001d685287b50 +instanceKlass @bci it/hurts/octostudios/octolib/client/particle/ParticleSystem tick ()V 3 argL0 ; # it/hurts/octostudios/octolib/client/particle/ParticleSystem$$Lambda+0x000001d685287928 +instanceKlass it/hurts/octostudios/octolib/client/particle/ParticleSystem +instanceKlass de/keksuccino/fancymenu/util/threading/MainThreadTaskExecutor +instanceKlass net/spell_engine/client/gui/HudMessages +instanceKlass de/keksuccino/konkrete/command/ClientExecutor +instanceKlass com/euphoriapatches/euphoria_patcher/integration/iris/IrisReloadManager +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$7 ()Ljava/lang/Runnable; 0 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d685286878 +instanceKlass com/copycatsplus/copycats/compat/recipe_viewers/CopycatsEMI +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$8 ()V 26 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d685286430 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$6 ()Ljava/lang/Runnable; 0 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d685286218 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$8 ()V 15 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d685286000 +instanceKlass xaero/map/core/XaeroWorldMapCore +instanceKlass io/homo/superresolution/common/debug/PerformanceInfo +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources buildIndex ()V 73 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources$$Lambda+0x000001d685283958 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources buildIndex ()V 57 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/pack/FastSearchPathPackResources$$Lambda+0x000001d685283710 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink acceptSinks (Lnet/mehvahdjukaar/moonlight/api/resources/pack/IEditablePackResources;Ljava/util/Collection;)V 353 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink$$Lambda+0x000001d685283200 +instanceKlass @bci net/neoforged/neoforge/client/ClientHooks resizeGuiLayers (Lnet/minecraft/client/Minecraft;II)V 6 member ; # net/neoforged/neoforge/client/ClientHooks$$Lambda+0x000001d685282fd0 +instanceKlass de/keksuccino/fancymenu/customization/widget/WidgetLocatorHandler +instanceKlass org/lwjgl/system/windows/User32$Functions +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient onClientStarted (Lnet/minecraft/client/Minecraft;)V 24 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient$$Lambda+0x000001d6852824f0 +instanceKlass com/google/common/primitives/DoublesMethodsForWeb +instanceKlass org/lwjgl/system/windows/User32 +instanceKlass com/google/common/primitives/Longs$AsciiDigits +instanceKlass com/google/common/primitives/Longs +instanceKlass net/minecraft/nbt/IntArrayTag$1 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient lambda$onClientStarted$0 (Ldev/ftb/mods/ftblibrary/config/manager/ConfigManager;Ljava/lang/String;Ldev/ftb/mods/ftblibrary/config/manager/ConfigManager$TrackedConfig;)V 11 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient$$Lambda+0x000001d685281dd8 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient onClientStarted (Lnet/minecraft/client/Minecraft;)V 9 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient$$Lambda+0x000001d685281ba8 +instanceKlass @bci net/fabric_extras/ranged_weapon/client/ModelPredicateHelper registerCrossbowModelPredicates (Lnet/fabric_extras/ranged_weapon/api/CustomCrossbow;)V 75 member ; # net/fabric_extras/ranged_weapon/client/ModelPredicateHelper$$Lambda+0x000001d685281960 +instanceKlass @cpi net/fabric_extras/ranged_weapon/client/ModelPredicateHelper 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685284400 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties handler$ehl000$punchy$wrapUseProperties (Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 34 member ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d685281740 +instanceKlass @cpi net/minecraft/client/renderer/item/ItemProperties 723 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685284000 +instanceKlass @bci net/fabric_extras/ranged_weapon/client/ModelPredicateHelper registerBowModelPredicates (Lnet/minecraft/world/item/Item;)V 20 argL0 ; # net/fabric_extras/ranged_weapon/client/ModelPredicateHelper$$Lambda+0x000001d685281500 +instanceKlass @bci net/fabric_extras/ranged_weapon/client/ModelPredicateHelper registerBowModelPredicates (Lnet/minecraft/world/item/Item;)V 6 argL0 ; # net/fabric_extras/ranged_weapon/client/ModelPredicateHelper$$Lambda+0x000001d6852812c0 +instanceKlass net/fabric_extras/ranged_weapon/client/ModelPredicateHelper +instanceKlass @bci com/github/theredbrain/bundleapi/client/BundleAPIClient registerModelPredicateProviders (Lnet/minecraft/world/item/Item;)V 6 argL0 ; # com/github/theredbrain/bundleapi/client/BundleAPIClient$$Lambda+0x000001d685280e80 +instanceKlass com/github/theredbrain/bundleapi/client/BundleAPIClient +instanceKlass @bci net/fabric_extras/shield_api/client/ShieldAPIClient registerModelPredicateProviders (Lnet/minecraft/world/item/Item;)V 6 argL0 ; # net/fabric_extras/shield_api/client/ShieldAPIClient$$Lambda+0x000001d685280a40 +instanceKlass net/fabric_extras/shield_api/client/ShieldAPIClient +instanceKlass @bci me/decce/ixeris/core/input/win32/RawInputHandlerWin32 (J)V 121 member ; # me/decce/ixeris/core/input/win32/RawInputHandlerWin32$$Lambda+0x000001d6852662c0 +instanceKlass org/lwjgl/glfw/GLFWNativeWin32$Functions +instanceKlass org/lwjgl/glfw/GLFWNativeWin32 +instanceKlass me/decce/ixeris/workarounds/WindowMinimizedStateWorkaround +instanceKlass com/cerbon/cerbons_api/api/static_utilities/MiscUtils +instanceKlass com/cerbon/bosses_of_mass_destruction/util/BMDConstants +instanceKlass @bci net/minecraft/client/Minecraft handler$igj001$kubejs$kjs$init (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 1 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d68527bc00 +instanceKlass @bci de/keksuccino/konkrete/PostClientInitTaskExecutor executeAll ()V 3 argL0 ; # de/keksuccino/konkrete/PostClientInitTaskExecutor$$Lambda+0x000001d68527fc98 +instanceKlass de/keksuccino/konkrete/PostClientInitTaskExecutor +instanceKlass de/keksuccino/konkrete/localization/LocalizationPackage +instanceKlass de/keksuccino/konkrete/localization/Locals +instanceKlass @bci de/keksuccino/konkrete/sound/SoundHandler init ()V 41 argL0 ; # de/keksuccino/konkrete/sound/SoundHandler$$Lambda+0x000001d68527f448 +instanceKlass javax/sound/sampled/Control$Type +instanceKlass de/keksuccino/konkrete/sound/SoundHandler +instanceKlass net/minecraft/sounds/Musics +instanceKlass @bci io/homo/superresolution/api/utils/Requirement checkVulkanDeviceExtensions ()Z 9 argL0 ; # io/homo/superresolution/api/utils/Requirement$$Lambda+0x000001d68527ee00 +instanceKlass @bci io/homo/superresolution/api/utils/Requirement checkGLExtensions ()Z 9 argL0 ; # io/homo/superresolution/api/utils/Requirement$$Lambda+0x000001d68527ebb8 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$UniformBuffer (Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceAccess;Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceType;Ljava/util/function/Supplier;)V 4 argL0 ; # io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$UniformBuffer$$Lambda+0x000001d68527e770 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$UniformBuffer create (Lio/homo/superresolution/core/graphics/impl/buffer/IBuffer;)Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$UniformBuffer; 23 member ; # io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$UniformBuffer$$Lambda+0x000001d68527e550 +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineCopyTextureJob +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobBuilders$CopyTextureJobBuilder +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/GpuComputeJob +instanceKlass @bci io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource (Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceAccess;Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceType;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V 36 member ; # io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$$Lambda+0x000001d68527da40 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$SamplerTexture (Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceAccess;Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceType;Ljava/util/function/Supplier;)V 4 argL0 ; # io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$SamplerTexture$$Lambda+0x000001d68527d7f8 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$SamplerTexture create (Lio/homo/superresolution/core/graphics/impl/texture/ITexture;)Lio/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$SamplerTexture; 1 member ; # io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource$SamplerTexture$$Lambda+0x000001d68527cd78 +instanceKlass io/homo/superresolution/core/graphics/impl/framebuffer/FrameBufferTextureAdapter +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobBuilders$GpuComputeJobBuilder +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobBuilders +instanceKlass io/homo/superresolution/core/graphics/opengl/framebuffer/GlFrameBufferAttachment +instanceKlass io/homo/superresolution/core/graphics/opengl/framebuffer/GlFrameBuffer +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 ; # java/lang/invoke/LambdaForm$MH+0x000001d68527b800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68527b400 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68527b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68527ac00 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68527a800 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68527a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68527a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685279c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685279800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685279400 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685279000 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685278c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685278800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685278400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685278000 +instanceKlass io/homo/superresolution/core/graphics/opengl/texture/GlTexture2D +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureUsages +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureMipmapSettings +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureDescription$Builder +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureDescription +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/Pipeline +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/uniform/GlShaderUniforms$1 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/uniform/GlShaderUniforms (Lio/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram;Lio/homo/superresolution/core/graphics/impl/shader/ShaderDescription;)V 27 member ; # io/homo/superresolution/core/graphics/opengl/shader/uniform/GlShaderUniforms$$Lambda+0x000001d685275078 +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/IShaderUniformStorageTexture +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/IShaderUniformSamplerTexture +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/IShaderUniformBuffer +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/uniform/GlShaderBaseUniform +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/IShaderUniform +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram compile (Z)V 98 argL0 ; # io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram$$Lambda+0x000001d685273b00 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram compile (Z)V 63 member ; # io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram$$Lambda+0x000001d6852738d0 +instanceKlass io/homo/superresolution/core/graphics/shader/ShaderCompiler$ShaderBinary +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/GlShader$1 +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/GlShader +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram$1 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram compile (Z)V 46 member ; # io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram$$Lambda+0x000001d685272e38 +instanceKlass io/homo/superresolution/core/graphics/glslang/GlslangCompileShaderResult +instanceKlass io/homo/superresolution/core/graphics/shader/ShaderCompiler$1 +instanceKlass io/homo/superresolution/core/utils/Md5CaculateUtil +instanceKlass @bci io/homo/superresolution/core/graphics/shader/ShaderCompiler getOpenGLShaderProgramMd5 (Lio/homo/superresolution/core/graphics/impl/shader/IShaderProgram;)Ljava/lang/String; 105 argL0 ; # io/homo/superresolution/core/graphics/shader/ShaderCompiler$$Lambda+0x000001d685270448 +instanceKlass io/homo/superresolution/core/graphics/shader/ShaderCompiler +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram validateShaderTypes ()V 76 argL0 ; # io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram$$Lambda+0x000001d685270000 +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/ShaderUniforms +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram +instanceKlass io/homo/superresolution/core/graphics/impl/IDebuggableObject +instanceKlass io/homo/superresolution/core/graphics/opengl/OpenGLShaderFactory +instanceKlass io/homo/superresolution/core/utils/FileReadHelper +instanceKlass @bci io/homo/superresolution/core/graphics/impl/shader/ShaderDescription updateShaderSource ()V 25 argL0 ; # io/homo/superresolution/core/graphics/impl/shader/ShaderDescription$$Lambda+0x000001d68526ece0 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/shader/ShaderDescription updateShaderSource ()V 8 member ; # io/homo/superresolution/core/graphics/impl/shader/ShaderDescription$$Lambda+0x000001d68526eab0 +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/ShaderUniformDescription$Builder +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/ShaderUniformDescription +instanceKlass io/homo/superresolution/core/graphics/impl/shader/ShaderSource +instanceKlass io/homo/superresolution/core/graphics/impl/shader/ShaderDescription$Builder +instanceKlass io/homo/superresolution/core/graphics/impl/shader/ShaderDescription +instanceKlass io/homo/superresolution/core/graphics/opengl/buffer/GlBuffer$1 +instanceKlass io/homo/superresolution/core/graphics/opengl/dsa/GL45OrEXTDirectStateAccessImpl +instanceKlass io/homo/superresolution/core/graphics/opengl/buffer/GlBuffer +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/BufferDescription$Builder +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/BufferDescription +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/StructuredUniformBuffer +instanceKlass io/homo/superresolution/core/graphics/impl/IUniformStruct +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/StructuredUniformBuffer$Entry +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/UniformStructBuilder +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/IPipelineJob +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineJobResource +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/IBufferData +instanceKlass io/homo/superresolution/common/upscale/MotionVectorsGenerator +instanceKlass io/homo/superresolution/common/upscale/AlgorithmManager$AlgorithmParam +instanceKlass io/homo/superresolution/common/upscale/AlgorithmManager +instanceKlass io/homo/superresolution/common/minecraft/MinecraftWindow +instanceKlass io/homo/superresolution/core/utils/ColorUtil +instanceKlass io/homo/superresolution/common/minecraft/MinecraftRenderTargetWrapper +instanceKlass @bci io/homo/superresolution/core/graphics/GraphicsCapabilities detectGLExtensions ()Ljava/util/Set; 21 argL0 ; # io/homo/superresolution/core/graphics/GraphicsCapabilities$$Lambda+0x000001d685263b70 +instanceKlass @bci io/homo/superresolution/core/graphics/GraphicsCapabilities detectGLExtensions ()Ljava/util/Set; 11 argL0 ; # io/homo/superresolution/core/graphics/GraphicsCapabilities$$Lambda+0x000001d685263958 +instanceKlass io/homo/superresolution/core/graphics/impl/vertex/IVertexBuffer +instanceKlass io/homo/superresolution/core/graphics/impl/shader/IShaderProgram +instanceKlass io/homo/superresolution/core/graphics/impl/texture/ITexture +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/IBuffer +instanceKlass io/homo/superresolution/core/graphics/opengl/GlDevice +instanceKlass io/homo/superresolution/core/graphics/opengl/GlRenderState +instanceKlass io/homo/superresolution/core/graphics/system/IRenderState +instanceKlass io/homo/superresolution/core/graphics/impl/device/IDevice +instanceKlass io/homo/superresolution/core/graphics/opengl/GlRenderSystem +instanceKlass io/homo/superresolution/core/graphics/system/IRenderSystem +instanceKlass io/homo/superresolution/core/RenderSystems +instanceKlass io/homo/superresolution/core/graphics/opengl/GlState +instanceKlass @bci net/minecraft/client/Minecraft handler$dnj000$moreculling$onInit (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 19 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685260cf0 +instanceKlass @bci net/minecraft/client/Minecraft handler$dnj000$moreculling$onInit (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 3 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685260ac8 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/CustomTextureManager registerInMainRegistry ()V 4 argL0 ; # net/bivrik/fancytoasts/core/manager/CustomTextureManager$$Lambda+0x000001d6852608a0 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/CustomTextureManager onMinecraftInit (Lnet/minecraft/client/Minecraft;)V 24 member ; # net/bivrik/fancytoasts/core/manager/CustomTextureManager$$Lambda+0x000001d685260670 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/ToastManager onMinecraftInit (Lnet/minecraft/client/Minecraft;)V 60 member ; # net/bivrik/fancytoasts/core/manager/ToastManager$$Lambda+0x000001d685260440 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/EventManager subscribeToEvent (Ljava/lang/Class;Ljava/util/function/Consumer;)V 5 argL0 ; # net/bivrik/fancytoasts/core/manager/EventManager$$Lambda+0x000001d685260000 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/ToastManager onMinecraftInit (Lnet/minecraft/client/Minecraft;)V 48 member ; # net/bivrik/fancytoasts/core/manager/ToastManager$$Lambda+0x000001d68525bc10 +instanceKlass @bci net/bivrik/fancytoasts/core/Managers onMinecraftInit (Lnet/minecraft/client/Minecraft;)V 9 member ; # net/bivrik/fancytoasts/core/Managers$$Lambda+0x000001d68525b7d8 +instanceKlass @bci org/apache/commons/io/IOUtils toByteArray (Ljava/io/InputStream;)[B 20 member ; # org/apache/commons/io/IOUtils$$Lambda+0x000001d68525d800 +instanceKlass @bci org/apache/commons/io/function/IOConsumer ()V 0 argL0 ; # org/apache/commons/io/function/IOConsumer$$Lambda+0x000001d68525fd00 +instanceKlass @bci org/apache/commons/io/IOUtils toByteArray (Ljava/io/InputStream;)[B 14 argL0 ; # org/apache/commons/io/IOUtils$$Lambda+0x000001d68525fac8 +instanceKlass org/apache/commons/io/function/IOConsumer +instanceKlass @bci org/apache/commons/io/output/ThresholdingOutputStream ()V 0 argL0 ; # org/apache/commons/io/output/ThresholdingOutputStream$$Lambda+0x000001d68525f628 +instanceKlass org/apache/commons/io/function/IOFunction +instanceKlass @bci org/apache/commons/io/build/AbstractStreamBuilder ()V 47 member ; # org/apache/commons/io/build/AbstractStreamBuilder$$Lambda+0x000001d68525f1f0 +instanceKlass org/apache/commons/io/build/AbstractSupplier +instanceKlass net/irisshaders/iris/shaderpack/texture/TextureFilteringData +instanceKlass net/irisshaders/iris/shaderpack/texture/CustomTextureData +instanceKlass dev/kostromdan/mods/crash_assistant/common/utils/CurrentGPUDetector +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO +instanceKlass @bci de/keksuccino/fancymenu/customization/server/ServerCache init ()V 4 argL0 ; # de/keksuccino/fancymenu/customization/server/ServerCache$$Lambda+0x000001d68525aba8 +instanceKlass net/minecraft/network/protocol/status/ClientStatusPacketListener +instanceKlass net/minecraft/client/multiplayer/ServerStatusPinger +instanceKlass de/keksuccino/fancymenu/customization/server/ServerCache +instanceKlass de/keksuccino/fancymenu/customization/customlocals/CustomLocalsHandler +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/cursor/CursorHandler$CustomCursor +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/cursor/CursorHandler +instanceKlass de/keksuccino/fancymenu/util/CloseableUtils +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/theme/UIColorThemeSerializer +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/theme/UIColorThemeRegistry +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/theme/UIColorTheme +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/theme/themes/UIColorThemes +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement lambda$mojang$3 (II)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 2 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d68518a708 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 707 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68525d400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement mojang (II)Lnet/neoforged/fml/earlydisplay/RenderElement; 6 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d68518a4e0 +instanceKlass @bci net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay localvar$cga001$accessories$addEventHook (Ljava/util/function/Consumer;)Ljava/util/function/Consumer; 1 member ; # net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay$$Lambda+0x000001d6852588a0 +instanceKlass @bci net/minecraft/client/gui/screens/LoadingOverlay localvar$cfa000$accessories$addEventHook (Ljava/util/function/Consumer;)Ljava/util/function/Consumer; 1 member ; # net/minecraft/client/gui/screens/LoadingOverlay$$Lambda+0x000001d685258670 +instanceKlass @bci net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay newInstance (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Consumer;Lnet/neoforged/fml/earlydisplay/DisplayWindow;)Ljava/util/function/Supplier; 4 member ; # net/neoforged/neoforge/client/loading/NeoForgeLoadingOverlay$$Lambda+0x000001d685258450 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68525d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68525cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68525c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68525c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68525c000 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 2632 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685258220 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 2624 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685258000 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 2617 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d685257c48 +instanceKlass de/keksuccino/fancymenu/customization/listener/ListenerHandler +instanceKlass de/keksuccino/fancymenu/customization/listener/ListenerRegistry +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/widget/LayoutEditorWidgetRegistry +instanceKlass de/keksuccino/fancymenu/util/input/CharacterFilter +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/LayoutEditorScreen (Lnet/minecraft/client/gui/screens/Screen;Lde/keksuccino/fancymenu/customization/layout/Layout;)V 239 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/LayoutEditorScreen$$Lambda+0x000001d685256f90 +instanceKlass de/keksuccino/fancymenu/customization/layout/Layout$OrderedElementCollection +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/Layout serialize ()Lde/keksuccino/fancymenu/util/properties/PropertyContainerSet; 921 member ; # de/keksuccino/fancymenu/customization/layout/Layout$$Lambda+0x000001d685256778 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 165 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685256358 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 159 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685256138 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 153 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255f18 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 126 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255cf8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 120 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255ad8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 114 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d6852558c0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 88 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d6852556a0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 82 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255480 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 76 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255268 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 38 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685255050 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 33 member ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685254e30 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen initButtons ()V 27 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen$$Lambda+0x000001d685254c18 +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyGuiButton$ButtonNameSupplier +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyGuiButton +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/leveling/BuddyAchievement +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/leveling/LevelingManager +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1143 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852539a0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1135 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685253758 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1127 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685253540 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1074 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852532f8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1066 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852530b0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1058 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685252e98 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1050 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685252c80 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 1007 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685252a38 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 999 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852527f0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 991 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852525d8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 957 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685252390 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 945 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685252178 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 937 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685251f60 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 903 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685251d18 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 895 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685251b00 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 847 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852518b8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 839 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685251670 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 790 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685251428 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 782 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852511e0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 728 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250f98 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 720 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250d50 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 666 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250b08 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 658 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852508c0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 650 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d6852506a8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 596 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250460 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 588 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250248 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 535 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685250000 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 527 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d685242c00 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 519 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524fd88 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 466 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524fb40 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 458 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524f928 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 412 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524f6e0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 404 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524f4c8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 367 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524f280 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 311 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524f038 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 255 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524edf0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 203 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524eba8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 158 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524e960 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 150 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524e748 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 95 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524e500 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 50 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524e2b8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 42 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524e070 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates ()V 34 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates$$Lambda+0x000001d68524de58 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder (Ljava/lang/String;I)V 73 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder$$Lambda+0x000001d68524dc40 +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$WalkingSpeedSupplier +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder (Ljava/lang/String;I)V 64 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder$$Lambda+0x000001d68524d830 +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$DurationRandomizer +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder (Ljava/lang/String;I)V 33 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder$$Lambda+0x000001d68524d3f0 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder (Ljava/lang/String;I)V 24 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder$$Lambda+0x000001d68524d1a8 +instanceKlass @bci de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder (Ljava/lang/String;I)V 5 argL0 ; # de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder$$Lambda+0x000001d68524cf90 +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$AnimationSpeedSupplier +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationState$Builder +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/animation/AnimationStates +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/FancyMenuUiComponent +instanceKlass de/keksuccino/fancymenu/customization/element/anchor/ElementAnchorPoint +instanceKlass de/keksuccino/fancymenu/customization/element/anchor/ElementAnchorPoints +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/AnchorPointOverlay$AnchorPointArea +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/AnchorPointOverlay +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/LayoutEditorHistory +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/FocuslessContainerEventHandler +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/widget/AbstractLayoutEditorWidgetBuilder +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/widget/widgets/LayoutEditorWidgets +instanceKlass de/keksuccino/fancymenu/customization/world/LastWorldHandler +instanceKlass de/keksuccino/fancymenu/util/ListUtils +instanceKlass de/keksuccino/fancymenu/util/SerializationUtils +instanceKlass de/keksuccino/fancymenu/customization/loadingrequirement/internal/LoadingRequirementContainer +instanceKlass de/keksuccino/fancymenu/customization/element/HideableElement +instanceKlass de/keksuccino/fancymenu/customization/layout/LayoutBase +instanceKlass de/keksuccino/fancymenu/customization/layout/LayoutHandler +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette updateTolerance (F)V 134 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d68523fce0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette calculateAverage ()Lnet/mehvahdjukaar/moonlight/api/resources/textures/PaletteColor; 23 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d68523fac8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette calculateAverage ()Lnet/mehvahdjukaar/moonlight/api/resources/textures/PaletteColor; 13 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d68523f4b0 +instanceKlass de/keksuccino/fancymenu/customization/overlay/DebugOverlay +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685242800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685242400 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685242000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685241c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685241800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685241400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685241000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 form names 10 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685240c00 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d685240800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685240400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685240000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685219400 +instanceKlass @bci de/keksuccino/fancymenu/customization/overlay/CustomizationOverlay ()V 22 argL0 ; # de/keksuccino/fancymenu/customization/overlay/CustomizationOverlay$$Lambda+0x000001d68523ed50 +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/menubar/v2/MenuBar +instanceKlass de/keksuccino/fancymenu/customization/overlay/CustomizationOverlay +instanceKlass de/keksuccino/fancymenu/customization/customgui/CustomGui +instanceKlass de/keksuccino/fancymenu/LegacyHandler +instanceKlass de/keksuccino/fancymenu/customization/slideshow/ExternalTextureSlideshowRenderer +instanceKlass de/keksuccino/fancymenu/customization/slideshow/SlideshowHandler +instanceKlass de/keksuccino/fancymenu/customization/panorama/LocalTexturePanoramaRenderer +instanceKlass de/keksuccino/fancymenu/customization/panorama/PanoramaHandler +instanceKlass de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreenRegistry +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 130 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523cd78 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 122 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523cb60 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 97 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523c948 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 72 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523c730 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 47 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523c518 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 39 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523c300 +instanceKlass @bci de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens ()V 14 argL0 ; # de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens$$Lambda+0x000001d68523c0e8 +instanceKlass de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreenBuilder +instanceKlass de/keksuccino/fancymenu/customization/screen/dummyscreen/DummyScreens +instanceKlass de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/WidgetIdentificationContextRegistry +instanceKlass @bci de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/PauseScreenWidgetIdentificationContext ()V 5 argL0 ; # de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/PauseScreenWidgetIdentificationContext$$Lambda+0x000001d68523b898 +instanceKlass @bci de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/DeathScreenWidgetIdentificationContext ()V 5 argL0 ; # de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/DeathScreenWidgetIdentificationContext$$Lambda+0x000001d68523b680 +instanceKlass @bci de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/TitleScreenWidgetIdentificationContext ()V 5 argL0 ; # de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/TitleScreenWidgetIdentificationContext$$Lambda+0x000001d68523b468 +instanceKlass de/keksuccino/fancymenu/customization/widget/WidgetMeta +instanceKlass de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/WidgetIdentificationContext +instanceKlass de/keksuccino/fancymenu/customization/widget/identification/identificationcontext/contexts/WidgetIdentificationContexts +instanceKlass de/keksuccino/fancymenu/customization/variables/VariableHandler +instanceKlass de/keksuccino/fancymenu/customization/element/ElementRegistry +instanceKlass de/keksuccino/fancymenu/customization/element/elements/video/IVideoElement +instanceKlass de/keksuccino/fancymenu/customization/element/elements/animationcontroller/AnimationKeyframe +instanceKlass de/keksuccino/fancymenu/customization/element/elements/musiccontroller/MusicControllerHandler +instanceKlass de/keksuccino/fancymenu/util/resource/ResourceSupplier +instanceKlass de/keksuccino/fancymenu/util/file/ResourceFile +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Respriter$$Lambda+0x000001d68522a7d8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Respriter recolorWithAnimation (Ljava/util/List;Lnet/mehvahdjukaar/moonlight/core/misc/McMetaFile;)Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage; 110 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Respriter$$Lambda+0x000001d68522a068 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Respriter$FrameColorRemapper$1 +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/slider/FancyMenuWidget +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/IExtendedWidget +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Respriter$FrameColorRemapper +instanceKlass de/keksuccino/fancymenu/customization/element/ExecutableElement +instanceKlass de/keksuccino/fancymenu/customization/element/AbstractElement +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateSignBlockModels (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 470 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6852277b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils findFirstItemTextureLocation (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/item/Item;)Lnet/minecraft/resources/ResourceLocation; 2 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d685226b60 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateJukeboxAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 227 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6852266a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils findFirstBlockTextureLocation (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/resources/ResourceLocation; 2 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d685225f30 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateSignTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 164 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685224ab8 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateSignBlockModels (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 396 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6852245f0 +instanceKlass java/lang/FdLibm$Atan2 +instanceKlass java/lang/FdLibm$Cbrt +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d685223bc0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette lambda$fromAnimatedImage$2 (Ljava/util/List;Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;Lnet/mehvahdjukaar/moonlight/api/resources/textures/PixelContext;)V 90 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d685223988 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/PaletteColor +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Palette fromAnimatedImage (Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;F)Ljava/util/List; 92 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d685222fa8 +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Palette$$Lambda+0x000001d685222d78 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Palette +instanceKlass de/keksuccino/fancymenu/customization/element/ElementBuilder +instanceKlass de/keksuccino/fancymenu/customization/element/elements/Elements +instanceKlass de/keksuccino/fancymenu/customization/background/MenuBackgroundRegistry +instanceKlass de/keksuccino/fancymenu/customization/background/backgrounds/video/IVideoMenuBackground +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D flippedX (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;I)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 2 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D$$Lambda+0x000001d68521f970 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D 119 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685219000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D scale (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;FF)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D$$Lambda+0x000001d68521e838 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D clamp (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;II)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D$$Lambda+0x000001d68521e618 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D 132 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685218c00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D offset (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;FF)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D$$Lambda+0x000001d68521df80 +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D$$Lambda+0x000001d68521dd60 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685218800 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D 59 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685218400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/TextureImage frameSampler (I)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 2 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/TextureImage$$Lambda+0x000001d68521d8c8 +# instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureImage$$Lambda+0x000001d68521d6a8 +instanceKlass de/keksuccino/fancymenu/customization/background/MenuBackgroundBuilder +instanceKlass de/keksuccino/fancymenu/customization/background/backgrounds/MenuBackgrounds +instanceKlass de/keksuccino/fancymenu/customization/placeholder/PlaceholderRegistry +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Respriter +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps createRotated (Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;Lnet/minecraft/world/level/block/Rotation;)Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage; 25 member ; # net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps$$Lambda+0x000001d68521c208 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/PixelContext +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps +instanceKlass de/keksuccino/fancymenu/customization/placeholder/DeserializedPlaceholderString +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/TextureImage 338 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685218000 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 298 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685210e20 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 291 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685210be0 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 271 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685210000 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/SpriteUtils +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 264 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520f8d8 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 204 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520f690 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 188 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520f448 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 172 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520ef98 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/TextureCache add (Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;)V 4 argL0 ; # net/mehvahdjukaar/moonlight/api/client/TextureCache$$Lambda+0x000001d68520e158 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils findAllResourcesInJsonRecursive (Lcom/google/gson/JsonElement;)Ljava/util/Set; 1 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d68520df10 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink addSimilarJsonResource (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/StaticResource;Ljava/lang/String;Ljava/lang/String;)V 6 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink$$Lambda+0x000001d68520dcd0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink alreadyHasAssetAtLocation (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/resources/ResourceLocation;)Z 10 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink$$Lambda+0x000001d68520da80 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/RPUtils findFirstBlockTextureLocation (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Predicate;)Lnet/minecraft/resources/ResourceLocation; 80 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/RPUtils$$Lambda+0x000001d68520d368 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateFdSignTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 264 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520d148 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureImage +instanceKlass net/mehvahdjukaar/moonlight/api/misc/TriResult +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D +instanceKlass net/mehvahdjukaar/moonlight/api/client/TextureCache +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 156 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d68520a3b0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/RPUtils +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateFdSignTextures (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 170 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6852074f0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureCollager$Builder +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureCollager +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 62 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685201560 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator generateDoubleCakesAssets (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;)V 52 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d685200ec8 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/StaticResource +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider runGenerationPipeline (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker;)V 103 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851ff528 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider runGenerationPipeline (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker;)V 93 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851ff060 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider lambda$runGenerationPipeline$3 (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker$Task;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceGenTask;)Ljava/util/concurrent/CompletableFuture; 16 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851fe690 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider lambda$runGenerationPipeline$3 (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker$Task;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceGenTask;)Ljava/util/concurrent/CompletableFuture; 3 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851fdf60 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider runGenerationPipeline (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker;)V 69 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851efdb8 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 156 argL0 ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fd7f8 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 145 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fd5a0 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 133 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fd348 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 115 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fce68 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 86 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fcc10 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 57 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fc498 +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator regenerateDynamicAssets (Ljava/util/function/Consumer;)V 28 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6851fb828 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink +instanceKlass de/keksuccino/fancymenu/customization/placeholder/Placeholder +instanceKlass de/keksuccino/fancymenu/customization/placeholder/placeholders/Placeholders +instanceKlass de/keksuccino/fancymenu/customization/loadingrequirement/LoadingRequirementRegistry +instanceKlass de/keksuccino/konkrete/input/CharacterFilter +instanceKlass de/keksuccino/fancymenu/customization/loadingrequirement/LoadingRequirement +instanceKlass de/keksuccino/fancymenu/customization/loadingrequirement/requirements/LoadingRequirements +instanceKlass de/keksuccino/fancymenu/customization/action/ActionRegistry +instanceKlass de/keksuccino/fancymenu/customization/action/ActionInstance +instanceKlass de/keksuccino/fancymenu/customization/action/ValuePlaceholderHolder +instanceKlass de/keksuccino/fancymenu/customization/action/Executable +instanceKlass net/mehvahdjukaar/amendments/integration/FarmersDelightCompat +instanceKlass net/mehvahdjukaar/amendments/client/BlockScanner +instanceKlass net/mehvahdjukaar/amendments/client/WallLanternModelsManager +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider runGenerationPipeline (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/misc/IProgressTracker;)V 15 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider$$Lambda+0x000001d6851da168 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/ResourceGenTask +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/screen/InitialWidgetFocusScreen +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/FilteredResManager vanilla (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/server/packs/PackType;)Lnet/minecraft/server/packs/resources/ResourceManager; 2 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/FilteredResManager$$Lambda+0x000001d6851cdb78 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals lambda$init$2 (Lnet/mehvahdjukaar/moonlight/api/events/EarlyPackReloadEvent;)V 87 argL0 ; # net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals$$Lambda+0x000001d6851cd940 +instanceKlass net/mehvahdjukaar/moonlight/api/util/FilesHelper +instanceKlass de/keksuccino/fancymenu/customization/action/Action +instanceKlass de/keksuccino/fancymenu/customization/action/actions/Actions +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl getModVersion (Ljava/lang/String;)Ljava/lang/String; 7 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6851cc468 +instanceKlass @bci de/keksuccino/fancymenu/customization/layer/ScreenCustomizationLayerHandler init ()V 13 argL0 ; # de/keksuccino/fancymenu/customization/layer/ScreenCustomizationLayerHandler$$Lambda+0x000001d6851cc240 +instanceKlass de/keksuccino/fancymenu/customization/layer/ScreenCustomizationLayer +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy computeTokens (Ljava/util/Collection;)Ljava/util/List; 128 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6851cb000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851cac00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy computeTokens (Ljava/util/Collection;)Ljava/util/List; 128 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851ca800 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy computeTokens (Ljava/util/Collection;)Ljava/util/List; 128 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6851ca400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851ca000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c9400 +instanceKlass de/keksuccino/fancymenu/customization/layer/ScreenCustomizationLayerHandler +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy computeTokens (Ljava/util/Collection;)Ljava/util/List; 128 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851c9000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy computeTokens (Ljava/util/Collection;)Ljava/util/List; 128 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6851c8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c8000 +instanceKlass de/keksuccino/fancymenu/util/properties/RuntimePropertyContainer +instanceKlass net/mehvahdjukaar/moonlight/core/misc/neoforge/FilteredResManagerImpl +instanceKlass de/keksuccino/fancymenu/customization/element/ElementMemories +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals lambda$init$1 (Lnet/mehvahdjukaar/moonlight/api/events/EarlyPackReloadEvent;)V 121 member ; # net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals$$Lambda+0x000001d6851c39a0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/DynResourceGenerator +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 152 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c34f0 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 144 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c32d8 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 136 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c30c0 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 128 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2ea8 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 120 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2c90 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 112 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2a78 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 104 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2860 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 96 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2648 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 88 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2430 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 80 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2218 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 72 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c2000 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 64 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c7d70 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 56 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c7b58 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 48 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c7940 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 40 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c7728 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 32 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c7510 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 24 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c72f8 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 16 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c70e0 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 8 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c6ec8 +instanceKlass @bci de/keksuccino/fancymenu/customization/ScreenCustomization addDefaultScreenBlacklistRules ()V 0 argL0 ; # de/keksuccino/fancymenu/customization/ScreenCustomization$$Lambda+0x000001d6851c6cb0 +instanceKlass de/keksuccino/fancymenu/customization/ScreenCustomization$ScreenBlacklistRule +instanceKlass @bci net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl postEvent (Lnet/mehvahdjukaar/moonlight/api/events/SimpleEvent;Ljava/lang/Class;)V 47 member ; # net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl$$Lambda+0x000001d6851c6660 +instanceKlass @bci net/minecraft/client/telemetry/events/GameLoadTimesEvent beginStep (Lnet/minecraft/client/telemetry/TelemetryProperty;)V 3 member ; # net/minecraft/client/telemetry/events/GameLoadTimesEvent$$Lambda+0x000001d6851c6420 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper (Ljava/util/function/Supplier;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V 35 member ; # net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper$$Lambda+0x000001d6851c61e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper (Ljava/util/function/Supplier;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)V 16 member ; # net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper$$Lambda+0x000001d6851c5fc0 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/IProgressTracker$Tree +instanceKlass net/mehvahdjukaar/moonlight/api/misc/IProgressTracker$Task +instanceKlass net/mehvahdjukaar/moonlight/api/misc/IProgressTracker +instanceKlass net/mehvahdjukaar/moonlight/core/misc/ReloadInstanceWrapper +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager wrapOperation$jkn000$moonlight$clientDynamicPackEarlyReload (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;ZLcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Lnet/minecraft/server/packs/resources/ReloadInstance; 48 ; # java/lang/invoke/LambdaForm$MH+0x000001d6851c1400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6851c1000 +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager wrapOperation$jkn000$moonlight$clientDynamicPackEarlyReload (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;ZLcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Lnet/minecraft/server/packs/resources/ReloadInstance; 48 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851c0c00 +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager wrapOperation$jkn000$moonlight$clientDynamicPackEarlyReload (Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;ZLcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Lnet/minecraft/server/packs/resources/ReloadInstance; 48 member ; # net/minecraft/server/packs/resources/ReloadableResourceManager$$Lambda+0x000001d6851c5520 +instanceKlass @cpi net/minecraft/server/packs/resources/ReloadableResourceManager 375 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851c0800 +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager createReload (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;)Lnet/minecraft/server/packs/resources/ReloadInstance; 100 argL0 ; # net/minecraft/server/packs/resources/ReloadableResourceManager$$Lambda+0x000001d6851c4f28 +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader reloadRemolders (Lnet/minecraft/server/packs/resources/CloseableResourceManager;Ljava/util/concurrent/Executor;)V 129 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$$Lambda+0x000001d6851c4d10 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 20 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d6851c4ae0 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 85 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d6851c4898 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 9 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d6851c4668 +instanceKlass @bci me/drex/quickpack/packs/FastFilePackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 91 member ; # me/drex/quickpack/packs/FastFilePackResources$$Lambda+0x000001d6851c4438 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager listResources (Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map; 138 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6851c4208 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 30 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources$$Lambda+0x000001d6851bfcd0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 60 member ; # net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider$$Lambda+0x000001d6851bfa88 +instanceKlass @bci net/minecraft/server/packs/PathPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 20 member ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d6851bf858 +instanceKlass @bci net/minecraft/server/packs/PathPackResources listPath (Ljava/lang/String;Ljava/nio/file/Path;Ljava/util/List;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 11 argL0 ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d6851bf610 +instanceKlass @bci net/minecraft/server/packs/PathPackResources listResources (Lnet/minecraft/server/packs/PackType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;)V 9 member ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d6851bf3e0 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager listResources (Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map; 112 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6851bf198 +instanceKlass @cpi net/minecraft/server/packs/resources/FallbackResourceManager 333 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851c0400 +instanceKlass net/minecraft/server/packs/PackResources$ResourceOutput +instanceKlass @bci net/minecraft/resources/FileToIdConverter listMatchingResources (Lnet/minecraft/server/packs/resources/ResourceManager;)Ljava/util/Map; 6 member ; # net/minecraft/resources/FileToIdConverter$$Lambda+0x000001d6851bed50 +instanceKlass com/teamabnormals/blueprint/common/remolder/data/VariableDataVisitor +instanceKlass com/teamabnormals/blueprint/common/remolder/data/DataVisitor +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings$$Lambda+0x000001d6851be438 +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings$$Lambda+0x000001d6851be200 +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings ()V 25 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings$$Lambda+0x000001d6851bdfc8 +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings ()V 14 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings$$Lambda+0x000001d6851bdd90 +instanceKlass @bci com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings ()V 9 argL0 ; # com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings$$Lambda+0x000001d6851bdb58 +instanceKlass @bci fuzs/mindfuldarkness/client/packs/resources/ColorChangingResourceHandler compileValidPaths (Ljava/util/List;)Ljava/util/List; 120 member ; # fuzs/mindfuldarkness/client/packs/resources/ColorChangingResourceHandler$$Lambda+0x000001d6851bd318 +instanceKlass @bci net/ramixin/mixson/inline/Mixson runNamespaceEvents (Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; 432 member ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d6851bd0e8 +instanceKlass @bci net/ramixin/mixson/inline/Mixson runNamespaceEvents (Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/List; 407 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d6851bcec0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6851c0000 +instanceKlass @bci net/ramixin/mixson/inline/MixsonRuntime (Ljava/util/SortedMap;Ljava/util/SortedMap;)V 271 member ; # net/ramixin/mixson/inline/MixsonRuntime$$Lambda+0x000001d6851bca68 +instanceKlass java/util/AbstractMap$ViewCollection +instanceKlass @bci net/ramixin/mixson/inline/MixsonRuntime (Ljava/util/SortedMap;Ljava/util/SortedMap;)V 245 member ; # net/ramixin/mixson/inline/MixsonRuntime$$Lambda+0x000001d6851bc838 +instanceKlass @bci net/ramixin/mixson/inline/MixsonRuntime (Ljava/util/SortedMap;Ljava/util/SortedMap;)V 228 member ; # net/ramixin/mixson/inline/MixsonRuntime$$Lambda+0x000001d6851bc600 +instanceKlass net/ramixin/mixson/inline/entries/AbstractEntry +instanceKlass @bci net/ramixin/mixson/inline/MixsonRuntime (Ljava/util/SortedMap;Ljava/util/SortedMap;)V 206 argL0 ; # net/ramixin/mixson/inline/MixsonRuntime$$Lambda+0x000001d6851bbf88 +instanceKlass net/ramixin/mixson/inline/MixsonRuntime +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager createStackMetadataFinder (Lnet/minecraft/resources/ResourceLocation;I)Lnet/minecraft/server/packs/resources/IoSupplier; 3 member ; # net/minecraft/server/packs/resources/FallbackResourceManager$$Lambda+0x000001d6851bbb38 +instanceKlass @bci net/minecraft/server/packs/PathPackResources getResource (Lnet/minecraft/resources/ResourceLocation;Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 14 member ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d6851bb8f8 +instanceKlass @bci net/minecraft/server/packs/PathPackResources getResource (Lnet/minecraft/resources/ResourceLocation;Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 8 member ; # net/minecraft/server/packs/PathPackResources$$Lambda+0x000001d6851bb6b8 +instanceKlass com/teamabnormals/blueprint/common/remolder/RemolderLoader +instanceKlass @bci me/drex/quickpack/packs/FastFilePackResources getRootResource ([Ljava/lang/String;)Lnet/minecraft/server/packs/resources/IoSupplier; 24 member ; # me/drex/quickpack/packs/FastFilePackResources$$Lambda+0x000001d6851bb290 +instanceKlass net/minecraft/server/packs/resources/FallbackResourceManager +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/resources/NamespaceResourceManagerAccessor +instanceKlass @bci net/minecraft/server/packs/resources/ResourceFilterSection lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/server/packs/resources/ResourceFilterSection$$Lambda+0x000001d6851ba6b8 +instanceKlass @bci net/minecraft/server/packs/resources/ResourceFilterSection lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/server/packs/resources/ResourceFilterSection$$Lambda+0x000001d6851ba480 +instanceKlass @bci net/minecraft/server/packs/resources/ResourceFilterSection ()V 0 argL0 ; # net/minecraft/server/packs/resources/ResourceFilterSection$$Lambda+0x000001d6851ba248 +instanceKlass net/minecraft/server/packs/resources/ResourceFilterSection +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack getGenerated ()Ljava/util/Map; 45 argL0 ; # dev/latvian/mods/kubejs/script/data/KubeFileResourcePack$$Lambda+0x000001d6851b9de8 +instanceKlass @bci net/minecraft/server/packs/resources/MultiPackResourceManager close ()V 4 argL0 ; # net/minecraft/server/packs/resources/MultiPackResourceManager$$Lambda+0x000001d6851b9bc0 +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager lambda$createReload$0 (Ljava/util/List;)Ljava/lang/Object; 6 argL0 ; # net/minecraft/server/packs/resources/ReloadableResourceManager$$Lambda+0x000001d6851b9988 +instanceKlass com/mojang/logging/LogUtils$1ToString +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager createReload (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;)Lnet/minecraft/server/packs/resources/ReloadInstance; 7 member ; # net/minecraft/server/packs/resources/ReloadableResourceManager$$Lambda+0x000001d6851b9768 +instanceKlass @bci net/minecraft/client/ResourceLoadStateTracker startReload (Lnet/minecraft/client/ResourceLoadStateTracker$ReloadReason;Ljava/util/List;)V 54 argL0 ; # net/minecraft/client/ResourceLoadStateTracker$$Lambda+0x000001d6851b9530 +instanceKlass net/minecraft/client/ResourceLoadStateTracker$ReloadState +instanceKlass @bci net/minecraft/client/ResourceLoadStateTracker handler$kkd000$fancymenu$beforeStartReloadFancyMenu (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 18 argL0 ; # net/minecraft/client/ResourceLoadStateTracker$$Lambda+0x000001d6851b90f8 +instanceKlass de/keksuccino/fancymenu/util/MinecraftResourceReloadObserver +instanceKlass @bci dev/latvian/mods/kubejs/script/data/VirtualAssetPack flush ()V 9 member ; # dev/latvian/mods/kubejs/script/data/VirtualAssetPack$$Lambda+0x000001d6851b8a88 +instanceKlass dev/latvian/mods/kubejs/client/SoundsGenerator +instanceKlass @bci dev/latvian/mods/kubejs/script/data/GeneratedData json (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Ldev/latvian/mods/kubejs/script/data/GeneratedData; 37 member ; # dev/latvian/mods/kubejs/script/data/GeneratedData$$Lambda+0x000001d6851b8648 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/GeneratedData ()V 55 argL0 ; # dev/latvian/mods/kubejs/script/data/GeneratedData$$Lambda+0x000001d6851b8430 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/GeneratedData ()V 32 argL0 ; # dev/latvian/mods/kubejs/script/data/GeneratedData$$Lambda+0x000001d6851b8218 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/GeneratedData ()V 9 argL0 ; # dev/latvian/mods/kubejs/script/data/GeneratedData$$Lambda+0x000001d6851b8000 +instanceKlass @bci dev/latvian/mods/kubejs/generator/KubeResourceGenerator json (Lnet/minecraft/resources/ResourceLocation;Lcom/google/gson/JsonElement;)V 3 member ; # dev/latvian/mods/kubejs/generator/KubeResourceGenerator$$Lambda+0x000001d6851b4c70 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 883 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b4a38 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 855 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b4800 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 438 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b5bb8 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 288 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b5788 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 231 member ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b5548 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 199 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b7d98 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks inject0 (Ljava/util/List;)Ljava/util/List; 25 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b5000 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks lambda$new$2 (Ldev/latvian/mods/kubejs/script/data/GeneratedDataStage;)Ldev/latvian/mods/kubejs/script/data/VirtualAssetPack; 5 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b7b80 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks ()V 24 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b7948 +instanceKlass @bci dev/latvian/mods/kubejs/client/ClientAssetPacks ()V 12 argL0 ; # dev/latvian/mods/kubejs/client/ClientAssetPacks$$Lambda+0x000001d6851b7730 +instanceKlass dev/latvian/mods/kubejs/client/ClientAssetPacks +instanceKlass @bci me/drex/quickpack/packs/FastFilePackResources extractNamespace (Ljava/lang/String;)V 87 argL0 ; # me/drex/quickpack/packs/FastFilePackResources$$Lambda+0x000001d6851b72e8 +instanceKlass com/google/common/collect/Lists$ReverseList$1 +instanceKlass net/minecraft/server/packs/CompositePackResources +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository openAllSelected ()Ljava/util/List; 9 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d6851b6ae8 +instanceKlass de/keksuccino/fancymenu/customization/element/elements/animationcontroller/AnimationControllerHandler +instanceKlass de/keksuccino/fancymenu/customization/ScreenCustomizationEvents +instanceKlass de/keksuccino/fancymenu/customization/ScreenCustomization +instanceKlass @bci de/keksuccino/fancymenu/util/event/acara/EventHandler postEvent (Lde/keksuccino/fancymenu/util/event/acara/EventBase;)V 36 argL0 ; # de/keksuccino/fancymenu/util/event/acara/EventHandler$$Lambda+0x000001d6851b6000 +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizerHandler +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer ()V 40 argL0 ; # de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer$$Lambda+0x000001d6851b3bb0 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer ()V 32 argL0 ; # de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer$$Lambda+0x000001d6851b3998 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer ()V 24 argL0 ; # de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer$$Lambda+0x000001d6851b3780 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer ()V 16 argL0 ; # de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer$$Lambda+0x000001d6851b3568 +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer$ScrollableScreenBlacklistRule +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/screen/scrollnormalizer/ScrollScreenNormalizer +instanceKlass @bci net/minecraft/client/gui/narration/ScreenNarrationCollector collectNarrationText (Z)Ljava/lang/String; 25 member ; # net/minecraft/client/gui/narration/ScreenNarrationCollector$$Lambda+0x000001d6851b2f40 +instanceKlass net/minecraft/client/gui/narration/ScreenNarrationCollector$1 +instanceKlass @bci net/minecraft/client/gui/screens/Screen updateNarratedWidget (Lnet/minecraft/client/gui/narration/NarrationElementOutput;)V 19 argL0 ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851b28f8 +instanceKlass @bci net/minecraft/client/gui/screens/Screen updateNarratedWidget (Lnet/minecraft/client/gui/narration/NarrationElementOutput;)V 9 argL0 ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851b26b0 +instanceKlass @bci net/minecraft/client/gui/narration/ScreenNarrationCollector$Output add (Lnet/minecraft/client/gui/narration/NarratedElementType;Lnet/minecraft/client/gui/narration/NarrationThunk;)V 19 argL0 ; # net/minecraft/client/gui/narration/ScreenNarrationCollector$Output$$Lambda+0x000001d6851b2478 +instanceKlass net/minecraft/client/gui/narration/ScreenNarrationCollector$NarrationEntry +instanceKlass @bci net/minecraft/client/gui/narration/NarrationThunk from (Ljava/lang/String;)Lnet/minecraft/client/gui/narration/NarrationThunk; 5 argL0 ; # net/minecraft/client/gui/narration/NarrationThunk$$Lambda+0x000001d6851b2040 +instanceKlass @bci net/minecraft/client/gui/narration/NarrationThunk ()V 7 argL0 ; # net/minecraft/client/gui/narration/NarrationThunk$$Lambda+0x000001d6851b1e18 +instanceKlass net/minecraft/client/gui/narration/NarrationThunk +instanceKlass net/minecraft/client/gui/narration/ScreenNarrationCollector$Output +instanceKlass @bci net/minecraft/client/gui/screens/Screen runNarration (Z)V 5 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851b1770 +instanceKlass net/minecraft/client/gui/narration/NarrationElementOutput +instanceKlass @bci net/minecraft/client/gui/screens/Screen init (Lnet/minecraft/client/Minecraft;II)V 106 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851b1348 +instanceKlass @bci net/minecraft/client/gui/screens/Screen init (Lnet/minecraft/client/Minecraft;II)V 100 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851b1118 +instanceKlass @bci net/minecraft/client/gui/components/MultiLineLabel$2 getWidth ()I 13 argL0 ; # net/minecraft/client/gui/components/MultiLineLabel$2$$Lambda+0x000001d6851b0f00 +instanceKlass @bci net/minecraft/locale/Language$1 lambda$getVisualOrder$1 (Lnet/minecraft/network/chat/FormattedText;Lnet/minecraft/util/FormattedCharSink;)Z 2 member ; # net/minecraft/locale/Language$1$$Lambda+0x000001d6851b0ce0 +instanceKlass @bci net/minecraft/client/StringSplitter stringWidth (Lnet/minecraft/util/FormattedCharSequence;)F 11 member ; # net/minecraft/client/StringSplitter$$Lambda+0x000001d6851b0ac0 +instanceKlass @cpi net/minecraft/client/StringSplitter 110 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851b4000 +instanceKlass @bci net/minecraft/locale/Language$1 getVisualOrder (Lnet/minecraft/network/chat/FormattedText;)Lnet/minecraft/util/FormattedCharSequence; 1 member ; # net/minecraft/locale/Language$1$$Lambda+0x000001d6851b0698 +instanceKlass @bci net/minecraft/locale/Language getVisualOrder (Ljava/util/List;)Ljava/util/List; 7 member ; # net/minecraft/locale/Language$$Lambda+0x000001d6851b0458 +instanceKlass @bci net/minecraft/client/StringSplitter$FlatComponents getRemainder ()Lnet/minecraft/network/chat/FormattedText; 18 member ; # net/minecraft/client/StringSplitter$FlatComponents$$Lambda+0x000001d6851b0228 +instanceKlass net/minecraft/client/ComponentCollector +instanceKlass @bci net/minecraft/client/gui/font/FontSet getGlyphInfo (IZ)Lcom/mojang/blaze3d/font/GlyphInfo; 6 member ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d6851acc40 +instanceKlass net/minecraft/util/StringDecomposer +instanceKlass net/minecraft/client/StringSplitter$LineBreakFinder +instanceKlass @bci net/minecraft/client/StringSplitter$FlatComponents (Ljava/util/List;)V 16 argL0 ; # net/minecraft/client/StringSplitter$FlatComponents$$Lambda+0x000001d6851adda0 +instanceKlass net/minecraft/client/StringSplitter$FlatComponents +instanceKlass net/minecraft/client/StringSplitter$LineComponent +instanceKlass @bci net/minecraft/client/StringSplitter splitLines (Lnet/minecraft/network/chat/FormattedText;ILnet/minecraft/network/chat/Style;Ljava/util/function/BiConsumer;)V 8 member ; # net/minecraft/client/StringSplitter$$Lambda+0x000001d6851ad718 +instanceKlass @bci net/minecraft/client/StringSplitter splitLines (Lnet/minecraft/network/chat/FormattedText;ILnet/minecraft/network/chat/Style;)Ljava/util/List; 11 member ; # net/minecraft/client/StringSplitter$$Lambda+0x000001d6851ad4e8 +instanceKlass net/minecraft/client/gui/components/MultiLineLabel$2 +instanceKlass net/minecraft/client/gui/components/MultiLineLabel$1 +instanceKlass it/hurts/octostudios/nerb/common/compat/craftingmanager/CraftingManagerCompat +instanceKlass it/hurts/octostudios/nerb/common/config/compat/EMICompatConfig +instanceKlass it/hurts/octostudios/nerb/common/config/NERBConfig +instanceKlass it/hurts/octostudios/nerb/common/init/ConfigRegistry +instanceKlass net/minecraft/util/SingleKeyCache +instanceKlass @bci net/minecraft/client/gui/components/MultiLineTextWidget (IILnet/minecraft/network/chat/Component;Lnet/minecraft/client/gui/Font;)V 33 member ; # net/minecraft/client/gui/components/MultiLineTextWidget$$Lambda+0x000001d6851aba80 +instanceKlass net/minecraft/client/gui/components/MultiLineLabel +instanceKlass net/minecraft/client/gui/components/WidgetTooltipHolder +instanceKlass @bci net/minecraft/client/gui/screens/Screen init (Lnet/minecraft/client/Minecraft;II)V 57 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851a9cf0 +instanceKlass @bci net/minecraft/client/gui/screens/Screen init (Lnet/minecraft/client/Minecraft;II)V 51 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6851a9ac0 +instanceKlass @bci net/fabricmc/fabric/api/client/screen/v1/ScreenEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterInit;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterInit; 1 member ; # net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$$Lambda+0x000001d6851a98a0 +instanceKlass @bci net/fabricmc/fabric/api/client/screen/v1/ScreenEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$$Lambda+0x000001d6851a9668 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterInit +instanceKlass @bci net/fabricmc/fabric/api/client/screen/v1/ScreenEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeInit;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeInit; 1 member ; # net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$$Lambda+0x000001d6851a9060 +instanceKlass @cpi net/fabricmc/fabric/api/client/screen/v1/ScreenEvents 131 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851ac400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6851ac000 +instanceKlass @bci net/fabricmc/fabric/api/client/screen/v1/ScreenEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$$Lambda+0x000001d6851a8e28 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeInit +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterMouseScrollEvent$39 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseScroll;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseScroll; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a8620 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterMouseScrollEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a83e8 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseScroll +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeMouseScrollEvent$37 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseScroll;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseScroll; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a1c00 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 478 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a1800 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeMouseScrollEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a3cd0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseScroll +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAllowMouseScrollEvent$35 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseScroll;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseScroll; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a36c8 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 485 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a1400 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAllowMouseScrollEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a3490 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseScroll +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterMouseReleaseEvent$33 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a2e88 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterMouseReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a2c50 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeMouseReleaseEvent$31 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a2648 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeMouseReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a2410 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAllowMouseReleaseEvent$29 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a2000 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAllowMouseReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a7bb0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterMouseClickEvent$27 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseClick;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseClick; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a75a8 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterMouseClickEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a7370 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AfterMouseClick +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeMouseClickEvent$25 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseClick;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseClick; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a6d68 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 489 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a1000 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeMouseClickEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a6b30 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$BeforeMouseClick +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAllowMouseClickEvent$23 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseClick;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseClick; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a6528 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 496 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a0c00 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAllowMouseClickEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a62f0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenMouseEvents$AllowMouseClick +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterKeyReleaseEvent$21 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a5ce8 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterKeyReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a5ab0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeKeyReleaseEvent$19 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a54a8 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeKeyReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a5270 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAllowKeyReleaseEvent$17 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyRelease;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyRelease; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a4c68 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAllowKeyReleaseEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a4a30 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyRelease +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterKeyPressEvent$15 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyPress;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyPress; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a4428 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterKeyPressEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d6851a41f0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AfterKeyPress +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeKeyPressEvent$13 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyPress;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyPress; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519fa88 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 509 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a0800 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeKeyPressEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519f850 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$BeforeKeyPress +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAllowKeyPressEvent$11 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyPress;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyPress; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519f248 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 516 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a0400 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAllowKeyPressEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519f010 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenKeyboardEvents$AllowKeyPress +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterTickEvent$9 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterTick;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterTick; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519ea08 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterTickEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519e7d0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterTick +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeTickEvent$7 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeTick;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeTick; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519e1c8 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeTickEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519df90 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeTick +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createAfterRenderEvent$5 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterRender;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterRender; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519d988 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createAfterRenderEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519d750 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$AfterRender +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createBeforeRenderEvent$3 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeRender;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeRender; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519d148 +instanceKlass @cpi net/fabricmc/fabric/impl/client/screen/ScreenEventFactory 536 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6851a0000 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createBeforeRenderEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519cf10 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$BeforeRender +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory lambda$createRemoveEvent$1 ([Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$Remove;)Lnet/fabricmc/fabric/api/client/screen/v1/ScreenEvents$Remove; 1 member ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519c908 +instanceKlass @bci net/fabricmc/fabric/impl/client/screen/ScreenEventFactory createRemoveEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/client/screen/ScreenEventFactory$$Lambda+0x000001d68519c6d0 +instanceKlass net/fabricmc/fabric/api/client/screen/v1/ScreenEvents$Remove +instanceKlass net/fabricmc/fabric/impl/client/screen/ScreenEventFactory +instanceKlass com/mrcrayfish/controllable_sdl/jna/SdlNativeLibraryLoader +instanceKlass com/mrcrayfish/controllable/client/input/Controller +instanceKlass com/mrcrayfish/controllable/Controllable$1 +instanceKlass @bci com/mrcrayfish/controllable/client/RumbleHandler ()V 24 member ; # com/mrcrayfish/controllable/client/RumbleHandler$$Lambda+0x000001d68519a180 +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 154 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685199f48 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$EndRender +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 139 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685199b18 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartRender +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 124 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d6851996e8 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartLivingEntity +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 109 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d6851992b8 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$EndPlayer +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 94 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685198e88 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartPlayer +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 79 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685198a58 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$EndLevel +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 64 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685198628 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartLevel +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 49 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d6851981f8 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$EndServer +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 34 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685197cc8 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartServer +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 19 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685197898 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$EndClient +instanceKlass @bci com/mrcrayfish/framework/api/event/TickEvents ()V 4 argL0 ; # com/mrcrayfish/framework/api/event/TickEvents$$Lambda+0x000001d685197468 +instanceKlass com/mrcrayfish/framework/event/ITickEvent$StartClient +instanceKlass com/mrcrayfish/framework/event/ITickEvent +instanceKlass com/mrcrayfish/framework/api/event/TickEvents +instanceKlass com/mrcrayfish/controllable/client/RumbleHandler +instanceKlass com/mrcrayfish/controllable/client/ScrollingHandler +instanceKlass com/mrcrayfish/controllable/client/RadialMenu$AbstractRadialItem +instanceKlass com/mrcrayfish/controllable/client/RadialMenu +instanceKlass com/mrcrayfish/controllable/client/CameraHandler +instanceKlass com/mrcrayfish/controllable/client/InputProcessor +instanceKlass com/mrcrayfish/controllable/client/VirtualCursor +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1325 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685195228 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1297 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194ff0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1269 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194db8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1240 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194b80 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1212 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194948 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1184 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194710 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1156 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851944d8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1128 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851942a0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1100 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685194068 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1072 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685193e30 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1044 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685193bf8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 1016 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851939c0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 988 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685193788 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 959 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685193550 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 931 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685193318 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 903 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851930e0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 852 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685192ea8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 824 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685192c70 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 796 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685192a38 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 791 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685192800 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 763 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851925c8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 735 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685192148 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 730 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685191f10 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 702 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685191cd8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 673 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685191aa0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 644 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685191868 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 615 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685191630 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 586 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851913f8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 557 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851911c0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 528 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190f88 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 499 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190d50 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 470 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190b18 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 441 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851908e0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 412 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d6851906a8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 383 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190470 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 354 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190238 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 326 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d685190000 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 297 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518fc30 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 269 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518f9f8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 240 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518f7c0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 155 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518f330 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 127 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518f0f8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 99 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518eec0 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 71 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518ea60 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/ButtonBindings ()V 14 argL0 ; # com/mrcrayfish/controllable/client/binding/ButtonBindings$$Lambda+0x000001d68518e5f0 +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/action/context/Context +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/action/BindingOnTick +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/action/BindingReleased +instanceKlass com/mrcrayfish/controllable/client/binding/context/BindingContext +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/action/BindingMovementInput +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/action/BindingPressed +instanceKlass com/mrcrayfish/controllable/client/binding/handlers/ButtonHandler +instanceKlass com/mrcrayfish/controllable/client/binding/ButtonBindings +instanceKlass @bci com/mrcrayfish/controllable/client/binding/BindingRegistry ()V 54 argL0 ; # com/mrcrayfish/controllable/client/binding/BindingRegistry$$Lambda+0x000001d685186dd8 +instanceKlass @bci com/mrcrayfish/controllable/client/binding/BindingRegistry ()V 41 argL0 ; # com/mrcrayfish/controllable/client/binding/BindingRegistry$$Lambda+0x000001d685186ba0 +instanceKlass com/mrcrayfish/controllable/client/binding/ButtonBinding +instanceKlass com/mrcrayfish/controllable/client/binding/BindingRegistry +instanceKlass com/mrcrayfish/controllable/client/InputHandler +instanceKlass @bci com/mrcrayfish/controllable/Controllable ()V 0 argL0 ; # com/mrcrayfish/controllable/Controllable$$Lambda+0x000001d685185148 +instanceKlass com/mrcrayfish/controllable/client/input/AdaptiveControllerManager +instanceKlass com/mrcrayfish/controllable/Controllable +instanceKlass @bci net/minecraft/client/MouseHandler releaseMouse ()V 2 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d6851845a0 +instanceKlass de/keksuccino/konkrete/gui/content/handling/AdvancedWidgetsHandler +instanceKlass @bci de/keksuccino/fancymenu/customization/listener/AbstractListener notifyAllInstances ()V 4 argL0 ; # de/keksuccino/fancymenu/customization/listener/AbstractListener$$Lambda+0x000001d68517f788 +instanceKlass com/illusivesoulworks/cherishedworlds/mixin/core/AccessorWorldSelectionScreen +instanceKlass net/fabricmc/fabric/mixin/gamerule/client/EditGameRulesScreenAccessor +instanceKlass io/wispforest/owo/util/pond/OwoCreativeInventoryScreenExtensions +instanceKlass io/wispforest/owo/mixin/itemgroup/CreativeInventoryScreenAccessor +instanceKlass net/fabricmc/fabric/api/client/itemgroup/v1/FabricCreativeInventoryScreen +instanceKlass io/wispforest/accessories/client/gui/components/ComponentUtils$CreativeScreenExtension +instanceKlass @bci com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo invokeHandler (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/tree/InsnList;Lcom/llamalad7/mixinextras/injector/StackExtension;)V 98 member ; # com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo$$Lambda+0x000001d685174dd8 +instanceKlass @bci com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo invokeHandler (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/tree/InsnList;Lcom/llamalad7/mixinextras/injector/StackExtension;)V 91 member ; # com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo$$Lambda+0x000001d685174bb8 +instanceKlass @bci com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo invokeHandler (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/tree/InsnList;Lcom/llamalad7/mixinextras/injector/StackExtension;)V 84 member ; # com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo$$Lambda+0x000001d685174988 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 capture (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;Lcom/llamalad7/mixinextras/expression/impl/ast/expressions/Expression;Lcom/llamalad7/mixinextras/expression/impl/point/ExpressionContext;)V 86 member ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1$$Lambda+0x000001d685174758 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 capture (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;Lcom/llamalad7/mixinextras/expression/impl/ast/expressions/Expression;Lcom/llamalad7/mixinextras/expression/impl/point/ExpressionContext;)V 77 member ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1$$Lambda+0x000001d685174528 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool matchesMember (Ljava/lang/String;Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;)Z 57 member ; # com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool$$Lambda+0x000001d6851742d8 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 decorate (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;)V 5 argL0 ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1$$Lambda+0x000001d685173eb0 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 decorateInjectorSpecific (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;)V 5 argL0 ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1$$Lambda+0x000001d685173c78 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator matches (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;Lcom/llamalad7/mixinextras/expression/impl/point/ExpressionContext;)Z 325 member ; # com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator$$Lambda+0x000001d685173a48 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator matches (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;Lcom/llamalad7/mixinextras/expression/impl/point/ExpressionContext;)Z 318 member ; # com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator$$Lambda+0x000001d685173818 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$Expansion addExpansionStep (Lcom/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$InsnComponent;Ljava/util/function/Consumer;)V 5 argL0 ; # com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$Expansion$$Lambda+0x000001d6851735e0 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/flow/utils/InsnReference (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;)V 30 member ; # com/llamalad7/mixinextras/expression/impl/flow/utils/InsnReference$$Lambda+0x000001d6851733b0 +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/utils/InsnReference +instanceKlass com/llamalad7/mixinextras/expression/impl/point/ExpressionContext +instanceKlass com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander registerComponent (Lcom/llamalad7/mixinextras/expression/impl/flow/FlowValue;Lcom/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$InsnComponent;Lorg/objectweb/asm/tree/AbstractInsnNode;)V 13 member ; # com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$$Lambda+0x000001d685172268 +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$Expansion +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/FlowInterpreter$1 +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/Boxing +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/SplitNodeRemovalPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/LMFPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/CallTaggingPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/StringConcatPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/InstantiationPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$InsnComponent +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/flow/postprocessing/NewArrayPostProcessor (Lorg/objectweb/asm/tree/MethodNode;)V 6 member ; # com/llamalad7/mixinextras/expression/impl/flow/postprocessing/NewArrayPostProcessor$$Lambda+0x000001d68516fb90 +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/NewArrayPostProcessor +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/FlowPostProcessor$OutputSink +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/FlowValue +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint find (Ljava/lang/String;Lorg/objectweb/asm/tree/InsnList;Ljava/util/Collection;)Z 35 member ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$$Lambda+0x000001d68516e588 +instanceKlass com/llamalad7/mixinextras/expression/impl/ExpressionSource +instanceKlass com/llamalad7/mixinextras/expression/impl/utils/ComparisonInfo +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/dfa/DFAState$PredPrediction +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNodeImpl +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerIndexedCustomAction +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerActionExecutor +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/FlexibleHashMap$Entry +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/FlexibleHashMap +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/DoubleKeyMap +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LL1Analyzer +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CommonToken +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/WritableToken +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/MurmurHash +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ParserATNSimulator$1 +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/SemanticContext +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/DefaultErrorStrategy +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/BufferedTokenStream +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/ParseTreeListener +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/ErrorNode +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNode +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/ANTLRErrorStrategy +instanceKlass com/llamalad7/mixinextras/expression/impl/ExpressionParserFacade$1 +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerATNSimulator$SimState +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/AbstractEqualityComparator +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/EqualityComparator +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/Array2DHashSet +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/dfa/DFAState +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNConfigSet +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNConfig +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/IntegerList +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/Token +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CommonTokenFactory +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/TokenFactory +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/BaseErrorListener +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$1 +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer$1 +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer$Builder +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CharStreams +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/dfa/DFA +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerCustomAction +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerSkipAction +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNDeserializer$1 +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/Interval +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/IntervalSet +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/Pair +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/misc/IntSet +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATN +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNDeserializationOptions +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerAction +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNState +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/Transition +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNDeserializer +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/VocabularyImpl +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/PredictionContext +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/PredictionContextCache +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/RuntimeMetaData +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/Vocabulary +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNSimulator +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint parseExpressions ()Ljava/util/List; 17 argL0 ; # com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$$Lambda+0x000001d685157bd8 +instanceKlass com/llamalad7/mixinextras/expression/impl/ast/identifiers/TypeIdentifier +instanceKlass com/llamalad7/mixinextras/expression/impl/ast/identifiers/MemberIdentifier +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/ANTLRErrorListener +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/TokenStream +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/TokenSource +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/Recognizer +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CharStream +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/IntStream +instanceKlass com/llamalad7/mixinextras/expression/impl/ast/expressions/Expression +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/RuleContext +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/RuleNode +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/tree/ParseTree +instanceKlass com/llamalad7/mixinextras/expression/impl/ExpressionParserFacade +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/FieldDef +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/LocalDef +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool addMember (Ljava/lang/String;Lcom/llamalad7/mixinextras/expression/impl/pool/MemberDefinition;)V 5 argL0 ; # com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool$$Lambda+0x000001d685149300 +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/ArrayLengthDef +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/SimpleMemberDefinition +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool addType (Ljava/lang/String;Lcom/llamalad7/mixinextras/expression/impl/pool/TypeDefinition;)V 5 argL0 ; # com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool$$Lambda+0x000001d685148c78 +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/ExactTypeDef +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/MemberDefinition +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/TypeDefinition +instanceKlass com/llamalad7/mixinextras/expression/Definitions +instanceKlass com/llamalad7/mixinextras/expression/Definition +instanceKlass @bci com/llamalad7/mixinextras/lib/semver/Version isNumeric (Ljava/lang/String;)Z 15 argL0 ; # com/llamalad7/mixinextras/lib/semver/Version$$Lambda+0x000001d685148220 +instanceKlass @bci com/llamalad7/mixinextras/config/MixinExtrasConfig determineMinVersion ()Lcom/llamalad7/mixinextras/service/MixinExtrasVersion; 17 member ; # com/llamalad7/mixinextras/config/MixinExtrasConfig$$Lambda+0x000001d685148000 +instanceKlass com/llamalad7/mixinextras/config/MixinExtrasConfig +instanceKlass com/llamalad7/mixinextras/utils/ResourceUtils +instanceKlass com/llamalad7/mixinextras/lib/gson/internal/JsonReaderInternalAccess +instanceKlass @bci com/llamalad7/mixinextras/utils/MixinConfigUtils readMixinExtrasConfig (Ljava/lang/String;)Lcom/llamalad7/mixinextras/config/MixinExtrasConfig; 19 member ; # com/llamalad7/mixinextras/utils/MixinConfigUtils$$Lambda+0x000001d685146d40 +instanceKlass com/llamalad7/mixinextras/lib/gson/stream/JsonReader +instanceKlass com/llamalad7/mixinextras/utils/MixinConfigUtils$JsonProcessor +instanceKlass com/llamalad7/mixinextras/lib/apache/commons/mutable/MutableObject +instanceKlass com/llamalad7/mixinextras/utils/MixinConfigUtils +instanceKlass @bci com/llamalad7/mixinextras/versions/MixinVersionImpl_v0_8_6 getTargets (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)Ljava/util/Collection; 26 member ; # com/llamalad7/mixinextras/versions/MixinVersionImpl_v0_8_6$$Lambda+0x000001d685146260 +instanceKlass @bci com/llamalad7/mixinextras/utils/MixinInternals_v0_8_6 getTargets (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)Ljava/util/Collection; 23 argL0 ; # com/llamalad7/mixinextras/utils/MixinInternals_v0_8_6$$Lambda+0x000001d685146028 +instanceKlass com/llamalad7/mixinextras/utils/MixinInternals_v0_8_6 +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapperImpl prepare ()V 25 member ; # com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapperImpl$$Lambda+0x000001d685145c08 +instanceKlass com/llamalad7/mixinextras/expression/impl/ast/expressions/Expression$OutputSink +instanceKlass com/llamalad7/mixinextras/expression/impl/pool/IdentifierPool +instanceKlass com/llamalad7/mixinextras/expression/impl/ExpressionService +instanceKlass @bci com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapperInjectionInfo (Lorg/spongepowered/asm/mixin/transformer/MixinTargetContext;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/AnnotationNode;)V 1 argL0 ; # com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapperInjectionInfo$$Lambda+0x000001d685144d00 +instanceKlass dev/isxander/yacl3/mixin/AbstractSelectionListAccessor +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinConnectScreen +instanceKlass net/fabricmc/fabric/mixin/networking/client/accessor/ConnectScreenAccessor +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinRealmsNotificationsScreen +instanceKlass de/keksuccino/fancymenu/customization/screen/identifier/UniversalScreenIdentifierRegistry +instanceKlass de/keksuccino/fancymenu/util/properties/PropertyContainerSet +instanceKlass de/keksuccino/fancymenu/util/properties/PropertyContainer +instanceKlass de/keksuccino/konkrete/input/StringUtils +instanceKlass de/keksuccino/fancymenu/util/properties/PropertiesParser +instanceKlass de/keksuccino/fancymenu/customization/screen/identifier/ScreenIdentifierHandler$ScreenClasspathDatabase +instanceKlass de/keksuccino/fancymenu/customization/screen/identifier/ScreenIdentifierHandler +instanceKlass de/keksuccino/fancymenu/customization/listener/ListenerInstance +instanceKlass de/keksuccino/fancymenu/customization/listener/AbstractListener +instanceKlass de/keksuccino/fancymenu/customization/listener/listeners/Listeners +instanceKlass de/keksuccino/fancymenu/customization/customgui/CustomGuiHandler +instanceKlass de/keksuccino/fancymenu/util/rendering/RenderingUtils +instanceKlass punchy/client/state/InterfaceDelayState +instanceKlass net/minecraft/client/resources/metadata/texture/TextureMetadataSectionSerializer +instanceKlass net/minecraft/client/resources/metadata/texture/TextureMetadataSection +instanceKlass net/minecraft/client/renderer/texture/SimpleTexture$TextureImage +instanceKlass @bci net/minecraft/client/gui/screens/LoadingOverlay ()V 37 argL0 ; # net/minecraft/client/gui/screens/LoadingOverlay$$Lambda+0x000001d6851117c8 +instanceKlass net/minecraft/client/multiplayer/chat/report/AbuseReportSender +instanceKlass net/minecraft/client/multiplayer/chat/ChatLog +instanceKlass net/minecraft/client/multiplayer/chat/report/ReportEnvironment$Server +instanceKlass net/minecraft/client/multiplayer/chat/LoggedChatEvent +instanceKlass @bci net/minecraft/util/eventlog/EventLogDirectory$FileList prune (Ljava/time/LocalDate;I)Lnet/minecraft/util/eventlog/EventLogDirectory$FileList; 6 member ; # net/minecraft/util/eventlog/EventLogDirectory$FileList$$Lambda+0x000001d685110488 +instanceKlass @bci net/minecraft/util/eventlog/EventLogDirectory listFiles ()Lnet/minecraft/util/eventlog/EventLogDirectory$FileList; 34 argL0 ; # net/minecraft/util/eventlog/EventLogDirectory$$Lambda+0x000001d685110240 +instanceKlass @bci net/minecraft/util/eventlog/EventLogDirectory listFiles ()Lnet/minecraft/util/eventlog/EventLogDirectory$FileList; 24 member ; # net/minecraft/util/eventlog/EventLogDirectory$$Lambda+0x000001d685110000 +instanceKlass @bci net/minecraft/util/eventlog/EventLogDirectory listFiles ()Lnet/minecraft/util/eventlog/EventLogDirectory$FileList; 13 argL0 ; # net/minecraft/util/eventlog/EventLogDirectory$$Lambda+0x000001d685108c60 +instanceKlass net/minecraft/util/eventlog/EventLogDirectory$FileList +instanceKlass com/mojang/text2speech/Narrator$2 +instanceKlass com/mojang/text2speech/Narrator$1 +instanceKlass net/minecraft/util/eventlog/EventLogDirectory$File +instanceKlass org/embeddedt/modernfix/common/mixin/feature/suppress_narrator_stacktrace/GameNarratorMixin$1 +instanceKlass @bci net/minecraft/client/GameNarrator (Lnet/minecraft/client/Minecraft;)V 6 argL0 ; # net/minecraft/client/GameNarrator$$Lambda+0x000001d685109ad8 +instanceKlass net/minecraft/util/eventlog/EventLogDirectory +instanceKlass com/mojang/text2speech/Narrator +instanceKlass net/minecraft/client/multiplayer/ProfileKeyPairManager$1 +instanceKlass @bci net/minecraft/Util replWorker (Ljava/lang/String;)Ljava/util/concurrent/ExecutorService; 74 argL0 ; # net/minecraft/Util$$Lambda+0x000001d685109220 +instanceKlass @bci net/minecraft/Util replWorker (Ljava/lang/String;)Ljava/util/concurrent/ExecutorService; 69 member ; # net/minecraft/Util$$Lambda+0x000001d685109000 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryLogManager open (Ljava/nio/file/Path;)Ljava/util/concurrent/CompletableFuture; 1 member ; # net/minecraft/client/telemetry/TelemetryLogManager$$Lambda+0x000001d68510bd80 +instanceKlass net/minecraft/client/telemetry/TelemetryLogManager +instanceKlass @bci net/minecraft/client/telemetry/ClientTelemetryManager (Lnet/minecraft/client/Minecraft;Lcom/mojang/authlib/minecraft/UserApiService;Lnet/minecraft/client/User;)V 52 member ; # net/minecraft/client/telemetry/ClientTelemetryManager$$Lambda+0x000001d68510b920 +instanceKlass @bci net/minecraft/client/telemetry/ClientTelemetryManager (Lnet/minecraft/client/Minecraft;Lcom/mojang/authlib/minecraft/UserApiService;Lnet/minecraft/client/User;)V 38 member ; # net/minecraft/client/telemetry/ClientTelemetryManager$$Lambda+0x000001d68510b6f0 +instanceKlass net/minecraft/client/telemetry/TelemetryPropertyMap$Builder +instanceKlass net/minecraft/client/telemetry/TelemetryPropertyMap +instanceKlass @bci net/minecraft/client/telemetry/ClientTelemetryManager (Lnet/minecraft/client/Minecraft;Lcom/mojang/authlib/minecraft/UserApiService;Lnet/minecraft/client/User;)V 6 member ; # net/minecraft/client/telemetry/ClientTelemetryManager$$Lambda+0x000001d68510ac90 +instanceKlass net/minecraft/client/telemetry/TelemetryEventSender +instanceKlass @bci net/minecraft/client/telemetry/ClientTelemetryManager ()V 11 argL0 ; # net/minecraft/client/telemetry/ClientTelemetryManager$$Lambda+0x000001d68510a880 +instanceKlass @bci java/util/stream/MatchOps makeInt (Ljava/util/function/IntPredicate;Ljava/util/stream/MatchOps$MatchKind;)Ljava/util/stream/TerminalOp; 20 member ; # java/util/stream/MatchOps$$Lambda+0x000001d682d6a490 +instanceKlass @bci net/minecraft/util/StringUtil isBlank (Ljava/lang/String;)Z 17 argL0 ; # net/minecraft/util/StringUtil$$Lambda+0x000001d68510a638 +instanceKlass net/minecraft/util/StringUtil +instanceKlass com/mojang/blaze3d/preprocessor/GlslPreprocessor$Context +instanceKlass @bci net/minecraft/client/renderer/ShaderInstance handler$bgg000$iris$iriss$storeSkipNeo (Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 7 argL0 ; # net/minecraft/client/renderer/ShaderInstance$$Lambda+0x000001d68510a000 +instanceKlass com/mojang/blaze3d/shaders/ProgramManager +instanceKlass com/mojang/blaze3d/shaders/Program +instanceKlass @bci java/util/regex/Pattern VertWS ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001d682d69ff0 +instanceKlass @bci java/util/regex/Pattern HorizWS ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001d682d69d68 +instanceKlass net/irisshaders/iris/gl/program/IrisProgramTypes +instanceKlass net/irisshaders/iris/mixin/ProgramTypeAccessor +instanceKlass @bci net/minecraft/server/packs/resources/ResourceProvider getResourceOrThrow (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/server/packs/resources/Resource; 8 member ; # net/minecraft/server/packs/resources/ResourceProvider$$Lambda+0x000001d68510ef90 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources lambda$asProvider$7 (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/Optional; 12 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d68510ed50 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources getResource (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/server/packs/resources/IoSupplier; 16 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d68510eb10 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources getResource (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/server/packs/resources/IoSupplier; 10 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d68510e8d0 +instanceKlass net/irisshaders/iris/compat/SkipList +instanceKlass com/mojang/blaze3d/shaders/AbstractUniform +instanceKlass com/mojang/blaze3d/preprocessor/GlslPreprocessor +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources asProvider ()Lnet/minecraft/server/packs/resources/ResourceProvider; 1 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d68510d170 +instanceKlass @bci net/createmod/catnip/gui/UIRenderHelper ()V 125 argL0 ; # net/createmod/catnip/gui/UIRenderHelper$$Lambda+0x000001d68510cf38 +instanceKlass @bci net/createmod/catnip/gui/UIRenderHelper ()V 91 argL0 ; # net/createmod/catnip/gui/UIRenderHelper$$Lambda+0x000001d68510cd00 +instanceKlass @bci net/createmod/catnip/gui/UIRenderHelper ()V 57 argL0 ; # net/createmod/catnip/gui/UIRenderHelper$$Lambda+0x000001d68510cac8 +instanceKlass @bci net/createmod/catnip/gui/UIRenderHelper ()V 23 argL0 ; # net/createmod/catnip/gui/UIRenderHelper$$Lambda+0x000001d68510c890 +instanceKlass net/createmod/catnip/gui/UIRenderHelper +instanceKlass fuzs/pickupnotifier/client/util/TransparencyBuffer +instanceKlass de/keksuccino/konkrete/input/MouseInput +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetInputMode$glfwSetInputMode$CInject0 (JIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 15 ; # java/lang/invoke/LambdaForm$MH+0x000001d685108400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685108000 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetInputMode$glfwSetInputMode$CInject0 (JIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 15 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6850d6920 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwRawMouseMotionSupported$glfwRawMouseMotionSupported$CInject0 (Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 7 argL0 ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6850d6708 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager recomputeDerivedFields ()V 106 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager$$Lambda+0x000001d685105c00 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager recomputeDerivedFields ()V 71 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager$$Lambda+0x000001d685107cd0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$keyframeCodec$25 (Lnet/neoforged/neoforge/client/entity/animation/AnimationTarget;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685107a98 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$keyframeCodec$25 (Lnet/neoforged/neoforge/client/entity/animation/AnimationTarget;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685107860 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$keyframeCodec$25 (Lnet/neoforged/neoforge/client/entity/animation/AnimationTarget;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685107628 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser keyframeTargetToUnaryOp (Lnet/neoforged/neoforge/client/entity/animation/AnimationKeyframeTarget;)Ljava/util/function/UnaryOperator; 1 member ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d6851073d0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$keyframeCodec$25 (Lnet/neoforged/neoforge/client/entity/animation/AnimationTarget;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685107198 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser keyframeCodec (Lnet/neoforged/neoforge/client/entity/animation/AnimationTarget;)Lcom/mojang/serialization/Codec; 1 member ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106f58 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106d20 +instanceKlass @cpi net/neoforged/neoforge/client/entity/animation/json/AnimationParser 546 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685105800 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106ae8 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d6851068b0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106678 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106440 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$24 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685106208 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 78 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103d68 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103b40 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103908 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d6851036d0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 67 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103498 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 56 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103260 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 51 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685103028 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 29 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685102df0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 24 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685102bb8 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 8 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685102980 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationParser ()V 3 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationParser$$Lambda+0x000001d685102748 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager recomputeDerivedFields ()V 43 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager$$Lambda+0x000001d685102510 +instanceKlass net/neoforged/neoforge/client/entity/animation/json/AnimationParser +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager recomputeDerivedFields ()V 9 argL0 ; # net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager$$Lambda+0x000001d6851020d8 +instanceKlass @bci net/minecraft/client/animation/AnimationChannel$Interpolations ()V 8 argL0 ; # net/minecraft/client/animation/AnimationChannel$Interpolations$$Lambda+0x000001d685101ec0 +instanceKlass @bci net/minecraft/client/animation/AnimationChannel$Interpolations ()V 0 argL0 ; # net/minecraft/client/animation/AnimationChannel$Interpolations$$Lambda+0x000001d685101ca8 +instanceKlass @cpi net/minecraft/client/animation/AnimationChannel$Interpolations 98 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685105400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685105000 +instanceKlass net/minecraft/client/animation/AnimationChannel$Interpolation +instanceKlass net/minecraft/client/animation/AnimationChannel$Interpolations +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 58 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d6851012a0 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 53 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d685101088 +instanceKlass @cpi net/neoforged/neoforge/client/entity/animation/AnimationTarget 114 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685104c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685104800 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 35 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d685100e70 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 30 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d685100c58 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 12 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d685100a40 +instanceKlass @bci net/neoforged/neoforge/client/entity/animation/AnimationTarget ()V 7 argL0 ; # net/neoforged/neoforge/client/entity/animation/AnimationTarget$$Lambda+0x000001d685100828 +instanceKlass @cpi net/neoforged/neoforge/client/entity/animation/AnimationTarget 101 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d685104400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d685104000 +instanceKlass net/minecraft/client/animation/KeyframeAnimations +instanceKlass net/neoforged/neoforge/client/entity/animation/AnimationKeyframeTarget +instanceKlass @bci net/minecraft/client/animation/AnimationChannel$Targets ()V 16 argL0 ; # net/minecraft/client/animation/AnimationChannel$Targets$$Lambda+0x000001d685100218 +instanceKlass @bci net/minecraft/client/animation/AnimationChannel$Targets ()V 8 argL0 ; # net/minecraft/client/animation/AnimationChannel$Targets$$Lambda+0x000001d685100000 +instanceKlass @bci net/minecraft/client/animation/AnimationChannel$Targets ()V 0 argL0 ; # net/minecraft/client/animation/AnimationChannel$Targets$$Lambda+0x000001d6850ffd78 +instanceKlass net/minecraft/client/animation/AnimationChannel$Target +instanceKlass net/minecraft/client/animation/AnimationChannel$Targets +instanceKlass net/neoforged/neoforge/client/entity/animation/json/AnimationTypeManager +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerTransitionScreen (Lnet/neoforged/neoforge/client/event/RegisterDimensionTransitionScreenEvent;)V 17 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850fef40 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerTransitionScreen (Lnet/neoforged/neoforge/client/event/RegisterDimensionTransitionScreenEvent;)V 4 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850fed28 +instanceKlass @bci com/aetherteam/aether/client/AetherClient registerDimensionTransitionScreens (Lnet/neoforged/neoforge/client/event/RegisterDimensionTransitionScreenEvent;)V 17 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6850fe160 +instanceKlass @bci com/aetherteam/aether/client/AetherClient registerDimensionTransitionScreens (Lnet/neoforged/neoforge/client/event/RegisterDimensionTransitionScreenEvent;)V 4 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6850fdf48 +instanceKlass net/neoforged/neoforge/client/DimensionTransitionScreenManager$ReceivingLevelScreenFactory +instanceKlass net/neoforged/neoforge/client/DimensionTransitionScreenManager +instanceKlass com/simibubi/create/foundation/map/StationMapDecorationRenderer +instanceKlass net/neoforged/neoforge/client/gui/map/MapDecorationRendererManager +instanceKlass @bci net/neoforged/neoforge/client/PresetEditorManager lambda$init$1 (Ljava/util/Map;Ljava/util/Optional;Lnet/minecraft/client/gui/screens/worldselection/PresetEditor;)V 3 member ; # net/neoforged/neoforge/client/PresetEditorManager$$Lambda+0x000001d6850fcb50 +instanceKlass @bci net/neoforged/neoforge/client/PresetEditorManager init ()V 12 member ; # net/neoforged/neoforge/client/PresetEditorManager$$Lambda+0x000001d6850fc920 +instanceKlass @bci net/minecraft/client/gui/screens/worldselection/PresetEditor ()V 17 argL0 ; # net/minecraft/client/gui/screens/worldselection/PresetEditor$$Lambda+0x000001d6850fc708 +instanceKlass @bci net/minecraft/client/gui/screens/worldselection/PresetEditor ()V 6 argL0 ; # net/minecraft/client/gui/screens/worldselection/PresetEditor$$Lambda+0x000001d6850fc4f0 +instanceKlass net/neoforged/neoforge/client/PresetEditorManager +instanceKlass @bci net/neoforged/neoforge/client/ItemDecoratorHandler init ()V 31 member ; # net/neoforged/neoforge/client/ItemDecoratorHandler$$Lambda+0x000001d6850f9fb0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/items/ProjectileWeaponOverlayRenderer +instanceKlass @bci net/neoforged/neoforge/client/event/RegisterItemDecorationsEvent register (Lnet/minecraft/world/level/ItemLike;Lnet/neoforged/neoforge/client/IItemDecorator;)V 10 argL0 ; # net/neoforged/neoforge/client/event/RegisterItemDecorationsEvent$$Lambda+0x000001d6850f9918 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$4 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/items/SelectableItemOverlayRenderer +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addItemDecoratorsRegistration$12 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/RegisterItemDecorationsEvent;)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6850f92b0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$9 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterItemDecorationsEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6850f9080 +instanceKlass net/neoforged/neoforge/client/GlStateBackup +instanceKlass net/neoforged/neoforge/client/ItemDecoratorHandler +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks onRegisterColorResolvers (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$ColorResolvers;)V 9 member ; # net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks$$Lambda+0x000001d6850f8828 +instanceKlass net/fabricmc/fabric/impl/client/rendering/ColorResolverRegistryImpl +instanceKlass net/neoforged/neoforge/client/NamedRenderTypeManager +instanceKlass org/betterx/betterend/client/render/BetterEndSkyRenderer +instanceKlass @bci net/minecraft/client/renderer/DimensionSpecialEffects ()V 7 argL0 ; # net/minecraft/client/renderer/DimensionSpecialEffects$$Lambda+0x000001d6850f7618 +instanceKlass net/neoforged/neoforge/client/DimensionSpecialEffectsManager +instanceKlass vectorwing/farmersdelight/client/gui/HUDOverlays$BaseOverlay +instanceKlass @bci vectorwing/farmersdelight/client/gui/HUDOverlays register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 30 argL0 ; # vectorwing/farmersdelight/client/gui/HUDOverlays$$Lambda+0x000001d6850f68e0 +instanceKlass @bci vectorwing/farmersdelight/client/gui/HUDOverlays register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 11 argL0 ; # vectorwing/farmersdelight/client/gui/HUDOverlays$$Lambda+0x000001d6850f66c8 +instanceKlass vectorwing/farmersdelight/client/gui/HUDOverlays +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 26 argL0 ; # umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays$$Lambda+0x000001d6850f6088 +instanceKlass umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays$BaseOverlay +instanceKlass @bci fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient lambda$registerLoadingHandlers$1 (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 9 argL0 ; # fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient$$Lambda+0x000001d6850f5a20 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxHandlerClient ()V 0 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxHandlerClient$$Lambda+0x000001d6850f5808 +instanceKlass com/simibubi/create/content/equipment/toolbox/ToolboxHandlerClient +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerClientHandler ()V 0 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerClientHandler$$Lambda+0x000001d6850f45c0 +instanceKlass com/simibubi/create/content/redstone/link/controller/LinkedControllerClientHandler +instanceKlass @bci com/simibubi/create/content/equipment/blueprint/BlueprintOverlayRenderer ()V 0 argL0 ; # com/simibubi/create/content/equipment/blueprint/BlueprintOverlayRenderer$$Lambda+0x000001d6850f3820 +instanceKlass com/simibubi/create/content/equipment/blueprint/BlueprintOverlayRenderer +instanceKlass net/createmod/catnip/outliner/Outliner +instanceKlass @bci com/simibubi/create/content/equipment/goggles/GoggleOverlayRenderer ()V 0 argL0 ; # com/simibubi/create/content/equipment/goggles/GoggleOverlayRenderer$$Lambda+0x000001d6850f27f0 +instanceKlass com/simibubi/create/content/equipment/goggles/GoggleOverlayRenderer +instanceKlass com/simibubi/create/content/trains/track/TrackPlacementOverlay +instanceKlass @bci com/simibubi/create/content/trains/TrainHUD ()V 0 argL0 ; # com/simibubi/create/content/trains/TrainHUD$$Lambda+0x000001d6850f21b8 +instanceKlass com/simibubi/create/content/trains/TrainHUD +instanceKlass com/simibubi/create/content/equipment/armor/RemainingAirOverlay +instanceKlass com/chaosthedude/explorerscompass/client/ExplorersCompassOverlay +instanceKlass @bci net/spell_engine/neoforge/client/NeoForgeClientMod registerGuiOverlaysEvent (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 7 argL0 ; # net/spell_engine/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d6850f1960 +instanceKlass com/kyanite/deeperdarker/client/OthersidePortalOverlay +instanceKlass xaero/map/gui/CrosshairMessageOverlay +instanceKlass @bci io/github/razordevs/deep_aether/client/renderer/DAOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 8 argL0 ; # io/github/razordevs/deep_aether/client/renderer/DAOverlays$$Lambda+0x000001d6850f1308 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 109 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f10f0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 88 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0ed8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 72 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0cc0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 56 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0aa8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 40 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0890 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 24 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0678 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherOverlays registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 8 argL0 ; # com/aetherteam/aether/client/renderer/AetherOverlays$$Lambda+0x000001d6850f0460 +instanceKlass @bci squeek/appleskin/client/HUDOverlayHandler register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 109 argL0 ; # squeek/appleskin/client/HUDOverlayHandler$$Lambda+0x000001d6850f0238 +instanceKlass squeek/appleskin/client/HUDOverlayHandler$Overlay +instanceKlass @bci squeek/appleskin/client/HUDOverlayHandler register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 30 argL0 ; # squeek/appleskin/client/HUDOverlayHandler$$Lambda+0x000001d6850ee978 +instanceKlass @bci squeek/appleskin/client/HUDOverlayHandler register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 11 argL0 ; # squeek/appleskin/client/HUDOverlayHandler$$Lambda+0x000001d6850ee760 +instanceKlass squeek/appleskin/client/HUDOverlayHandler$HeldFoodCache +instanceKlass squeek/appleskin/client/HUDOverlayHandler$OffsetsCache +instanceKlass squeek/appleskin/client/HUDOverlayHandler +instanceKlass @bci xaero/common/events/ModClientEventsNeoForge registerOverlay (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 1 member ; # xaero/common/events/ModClientEventsNeoForge$$Lambda+0x000001d6850edf08 +instanceKlass com/chaosthedude/naturescompass/client/NaturesCompassOverlay +instanceKlass @bci com/tom/storagemod/StorageModClient registerOverlays (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent;)V 4 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6850edad0 +instanceKlass net/mehvahdjukaar/supplementaries/client/hud/SlimedOverlayHud +instanceKlass net/mehvahdjukaar/supplementaries/client/cannon/CannonChargeHud +instanceKlass @bci net/neoforged/neoforge/client/event/RegisterGuiLayersEvent register (Lnet/neoforged/neoforge/client/event/RegisterGuiLayersEvent$Ordering;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/gui/LayeredDraw$Layer;)V 114 member ; # net/neoforged/neoforge/client/event/RegisterGuiLayersEvent$$Lambda+0x000001d6850ed410 +instanceKlass net/mehvahdjukaar/supplementaries/client/hud/SelectableContainerItemHud$Holder +instanceKlass net/mehvahdjukaar/supplementaries/client/hud/SelectableContainerItemHud +instanceKlass @bci net/neoforged/neoforge/client/RecipeBookManager mdd85188$connector$lambda$init$2$0 (Lnet/minecraft/client/RecipeBookCategories;Ljava/util/List;)V 34 member ; # net/neoforged/neoforge/client/RecipeBookManager$$Lambda+0x000001d6850ec6b0 +instanceKlass @bci net/neoforged/neoforge/client/RecipeBookManager mdd85188$connector$lambda$init$2$0 (Lnet/minecraft/client/RecipeBookCategories;Ljava/util/List;)V 4 argL0 ; # net/neoforged/neoforge/client/RecipeBookManager$$Lambda+0x000001d6850ec478 +instanceKlass @bci net/neoforged/neoforge/client/RecipeBookManager handler$gmj004$connector$init (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 29 argL0 ; # net/neoforged/neoforge/client/RecipeBookManager$$Lambda+0x000001d6850ec250 +instanceKlass @bci net/neoforged/neoforge/client/RecipeBookManager handler$gmj004$connector$init (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 16 argL0 ; # net/neoforged/neoforge/client/RecipeBookManager$$Lambda+0x000001d6850ec028 +instanceKlass @bci vectorwing/farmersdelight/client/recipebook/RecipeCategories init (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 55 argL0 ; # vectorwing/farmersdelight/client/recipebook/RecipeCategories$$Lambda+0x000001d6850ebdf0 +instanceKlass vectorwing/farmersdelight/client/recipebook/RecipeCategories +instanceKlass @bci io/github/razordevs/deep_aether/init/DARecipeCategories registerRecipeCategories (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 93 argL0 ; # io/github/razordevs/deep_aether/init/DARecipeCategories$$Lambda+0x000001d6850eb9b8 +instanceKlass io/github/razordevs/deep_aether/init/DARecipeBookTypes +instanceKlass @bci io/github/razordevs/deep_aether/init/DARecipeCategories ()V 22 argL0 ; # io/github/razordevs/deep_aether/init/DARecipeCategories$$Lambda+0x000001d6850eb588 +instanceKlass @bci io/github/razordevs/deep_aether/init/DARecipeCategories ()V 11 argL0 ; # io/github/razordevs/deep_aether/init/DARecipeCategories$$Lambda+0x000001d6850eb358 +instanceKlass @bci io/github/razordevs/deep_aether/init/DARecipeCategories ()V 0 argL0 ; # io/github/razordevs/deep_aether/init/DARecipeCategories$$Lambda+0x000001d6850eb128 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories registerRecipeCategories (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 317 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850eaef0 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories registerRecipeCategories (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 238 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850eacb8 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories registerRecipeCategories (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 137 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850eaa80 +instanceKlass com/aetherteam/aether/inventory/AetherRecipeBookTypes +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 99 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850ea650 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 88 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850ea420 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 77 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850ea1f0 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 66 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e9fc0 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 55 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e9d90 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 44 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e9b60 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 33 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e9930 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 22 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e9700 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 11 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e94d0 +instanceKlass @bci com/aetherteam/aether/client/AetherRecipeCategories ()V 0 argL0 ; # com/aetherteam/aether/client/AetherRecipeCategories$$Lambda+0x000001d6850e92a0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge registerRecipeBooks (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 51 argL0 ; # umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge$$Lambda+0x000001d6850e9068 +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge registerRecipeBooks (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 39 argL0 ; # umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge$$Lambda+0x000001d6850e8e30 +instanceKlass umpaz/brewinandchewin/client/recipebook/BnCRecipeBookCategories +instanceKlass umpaz/brewinandchewin/common/BnCRecipeBookTypes +instanceKlass @bci alabaster/hearthandharvest/client/recipebook/RecipeCategories init (Lnet/neoforged/neoforge/client/event/RegisterRecipeBookCategoriesEvent;)V 55 argL0 ; # alabaster/hearthandharvest/client/recipebook/RecipeCategories$$Lambda+0x000001d6850e87f8 +instanceKlass alabaster/hearthandharvest/client/recipebook/RecipeCategories +instanceKlass @bci alabaster/hearthandharvest/common/EnumParameters ()V 84 argL0 ; # alabaster/hearthandharvest/common/EnumParameters$$Lambda+0x000001d6850e8000 +instanceKlass @bci alabaster/hearthandharvest/common/EnumParameters ()V 60 argL0 ; # alabaster/hearthandharvest/common/EnumParameters$$Lambda+0x000001d6850e7ca8 +instanceKlass @bci alabaster/hearthandharvest/common/EnumParameters ()V 36 argL0 ; # alabaster/hearthandharvest/common/EnumParameters$$Lambda+0x000001d6850e7a90 +instanceKlass @bci alabaster/hearthandharvest/common/EnumParameters ()V 12 argL0 ; # alabaster/hearthandharvest/common/EnumParameters$$Lambda+0x000001d6850e7878 +instanceKlass alabaster/hearthandharvest/common/EnumParameters +instanceKlass @bci vectorwing/farmersdelight/common/EnumParameters ()V 84 argL0 ; # vectorwing/farmersdelight/common/EnumParameters$$Lambda+0x000001d6850e7460 +instanceKlass @bci vectorwing/farmersdelight/common/EnumParameters ()V 60 argL0 ; # vectorwing/farmersdelight/common/EnumParameters$$Lambda+0x000001d6850e7248 +instanceKlass @bci vectorwing/farmersdelight/common/EnumParameters ()V 36 argL0 ; # vectorwing/farmersdelight/common/EnumParameters$$Lambda+0x000001d6850e7030 +instanceKlass @bci vectorwing/farmersdelight/common/EnumParameters ()V 12 argL0 ; # vectorwing/farmersdelight/common/EnumParameters$$Lambda+0x000001d6850e6e18 +instanceKlass vectorwing/farmersdelight/common/EnumParameters +instanceKlass @bci io/github/razordevs/deep_aether/DAEnumExtensions combiningSearchIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # io/github/razordevs/deep_aether/DAEnumExtensions$$Lambda+0x000001d6850e6a00 +instanceKlass @bci io/github/razordevs/deep_aether/DAEnumExtensions combiningMiscIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # io/github/razordevs/deep_aether/DAEnumExtensions$$Lambda+0x000001d6850e67e8 +instanceKlass @bci io/github/razordevs/deep_aether/DAEnumExtensions combiningFoodIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # io/github/razordevs/deep_aether/DAEnumExtensions$$Lambda+0x000001d6850e65d0 +instanceKlass io/github/razordevs/deep_aether/DAEnumExtensions +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge getSearchRecipeCategoryItemStacks (ILjava/lang/Class;)Ljava/lang/Object; 0 argL0 ; # umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge$$Lambda+0x000001d6850e61b8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge getMealsRecipeCategoryItemStacks (ILjava/lang/Class;)Ljava/lang/Object; 0 argL0 ; # umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge$$Lambda+0x000001d6850e5fa0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge getDrinksRecipeCategoryItemStacks (ILjava/lang/Class;)Ljava/lang/Object; 0 argL0 ; # umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge$$Lambda+0x000001d6850e5d88 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions incubationSearchIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e5b70 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions incubationMiscIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e5958 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions freezableSearchIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e5740 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions freezableMiscIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e5528 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions freezableBlocksIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e5310 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions enchantingSearchIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e50f8 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions enchantingRepairIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e4ee0 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions enchantingMiscIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e4cc8 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions enchantingFoodIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e4ab0 +instanceKlass @bci com/aetherteam/aether/AetherEnumExtensions enchantingBlocksIcon (ILjava/lang/Class;)Ljava/lang/Object; 20 argL0 ; # com/aetherteam/aether/AetherEnumExtensions$$Lambda+0x000001d6850e4898 +instanceKlass @bci net/minecraft/client/RecipeBookCategories (Ljava/lang/String;I[Lnet/minecraft/world/item/ItemStack;)V 16 member ; # net/minecraft/client/RecipeBookCategories$$Lambda+0x000001d6850e4678 +instanceKlass net/neoforged/neoforge/client/RecipeBookManager +instanceKlass @bci eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber registerKeyBinding (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 3 argL0 ; # eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber$$Lambda+0x000001d6850e4260 +instanceKlass @bci net/createmod/ponder/NeoForgePonderClient$ModBusClientEvents register (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 6 member ; # net/createmod/ponder/NeoForgePonderClient$ModBusClientEvents$$Lambda+0x000001d6850e3c00 +instanceKlass @bci snownee/jade/util/ClientProxy lambda$init$4 (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d6850e39d0 +instanceKlass com/mrcrayfish/configured/client/ClientHandler +instanceKlass @bci dev/latvian/mods/kubejs/client/KeybindRegistryKubeEvent build ()Ljava/util/List; 9 argL0 ; # dev/latvian/mods/kubejs/client/KeybindRegistryKubeEvent$$Lambda+0x000001d6850e3598 +instanceKlass dev/latvian/mods/kubejs/client/KeybindRegistryKubeEvent$Builder +instanceKlass dev/latvian/mods/kubejs/client/KeybindRegistryKubeEvent +instanceKlass it/unimi/dsi/fastutil/longs/Long2IntSortedMap$FastSortedEntrySet +instanceKlass it/unimi/dsi/fastutil/longs/Long2IntMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/longs/LongSortedSet +instanceKlass it/unimi/dsi/fastutil/longs/LongBidirectionalIterable +instanceKlass it/unimi/dsi/fastutil/objects/Reference2IntSortedMap$FastSortedEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/Reference2IntSortedMap +instanceKlass dev/latvian/mods/kubejs/client/highlight/HighlightRenderer +instanceKlass net/spell_engine/client/input/Keybindings +instanceKlass @bci net/fabricmc/fabric/impl/client/keybinding/KeyBindingRegistryImpl process (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # net/fabricmc/fabric/impl/client/keybinding/KeyBindingRegistryImpl$$Lambda+0x000001d6850e25a0 +instanceKlass @bci com/mrcrayfish/framework/api/event/InputEvents lambda$static$1 (Ljava/util/List;Ljava/util/function/Consumer;)V 2 member ; # com/mrcrayfish/framework/api/event/InputEvents$$Lambda+0x000001d6850e2370 +instanceKlass @bci com/mrcrayfish/framework/client/ClientFrameworkNeoForge registerKeyMappings (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 15 member ; # com/mrcrayfish/framework/client/ClientFrameworkNeoForge$$Lambda+0x000001d6850e2140 +instanceKlass @bci com/mrcrayfish/framework/api/event/InputEvents lambda$static$2 (Ljava/util/List;)Lcom/mrcrayfish/framework/event/IInputEvent$RegisterKeyMapping; 1 member ; # com/mrcrayfish/framework/api/event/InputEvents$$Lambda+0x000001d6850e1f10 +instanceKlass @bci com/mrcrayfish/framework/api/event/InputEvents ()V 34 argL0 ; # com/mrcrayfish/framework/api/event/InputEvents$$Lambda+0x000001d6850e1cd8 +instanceKlass com/mrcrayfish/framework/event/IInputEvent$Click +instanceKlass @bci com/mrcrayfish/framework/api/event/InputEvents ()V 19 argL0 ; # com/mrcrayfish/framework/api/event/InputEvents$$Lambda+0x000001d6850e18a8 +instanceKlass com/mrcrayfish/framework/event/IInputEvent$Key +instanceKlass @bci com/mrcrayfish/framework/api/event/InputEvents ()V 4 argL0 ; # com/mrcrayfish/framework/api/event/InputEvents$$Lambda+0x000001d6850e1478 +instanceKlass com/mrcrayfish/framework/event/IInputEvent$RegisterKeyMapping +instanceKlass com/mrcrayfish/framework/event/IInputEvent +instanceKlass com/mrcrayfish/framework/api/event/InputEvents +instanceKlass io/github/discusser/toomanyentities/client/TooManyEntitiesKeys +instanceKlass @bci dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl event (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl$$Lambda+0x000001d6850e0a58 +instanceKlass com/kyanite/deeperdarker/client/Keybinds +instanceKlass com/github/L_Ender/cataclysm/init/ModKeybind +instanceKlass @bci xaero/map/events/ModClientEventsNeoForge onRegisterKeyMappings (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 25 member ; # xaero/map/events/ModClientEventsNeoForge$$Lambda+0x000001d6850e0428 +instanceKlass xaero/map/controls/ControlsRegister +instanceKlass @bci net/blay09/mods/kuma/ManagedKeyMappingRegistry ()V 0 argL0 ; # net/blay09/mods/kuma/ManagedKeyMappingRegistry$$Lambda+0x000001d6850e0000 +instanceKlass net/blay09/mods/kuma/api/ManagedKeyMapping +instanceKlass net/blay09/mods/kuma/ManagedKeyMappingRegistry +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 191 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850df9d0 +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 136 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850decb0 +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 121 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850dea98 +instanceKlass xaero/lib/client/gui/widget/dropdown/IDropDownWidgetCallback +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 56 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850dd188 +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 41 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850dcf70 +instanceKlass @bci xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions ()V 26 argL0 ; # xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions$$Lambda+0x000001d6850dcd58 +instanceKlass xaero/hud/minimap/controls/key/function/MinimapKeyMappingFunctions +instanceKlass xaero/hud/minimap/controls/key/MinimapKeyMappings +instanceKlass xaero/hud/controls/key/function/KeyMappingFunction +instanceKlass xaero/hud/xminimap/controls/key/function/XMinimapKeyMappingFunctions +instanceKlass xaero/hud/controls/key/KeyMappingController +instanceKlass xaero/hud/xminimap/controls/key/XMinimapKeyMappings +instanceKlass @bci xaero/common/events/ModClientEventsNeoForge onRegisterKeyMappings (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 24 member ; # xaero/common/events/ModClientEventsNeoForge$$Lambda+0x000001d6850d8918 +instanceKlass xaero/hud/controls/key/KeyMappingControllerManager +instanceKlass @bci net/combat_roll/neoforge/client/CombatRollClientModNeoForge registerKeys (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # net/combat_roll/neoforge/client/CombatRollClientModNeoForge$$Lambda+0x000001d6850d8480 +instanceKlass net/combat_roll/client/Keybindings +instanceKlass @bci fuzs/puzzleslib/api/client/key/v1/KeyActivationHandler direct (Lfuzs/puzzleslib/api/client/key/v1/KeyActivationContext;)Lfuzs/puzzleslib/api/client/key/v1/KeyActivationHandler; 1 member ; # fuzs/puzzleslib/api/client/key/v1/KeyActivationHandler$$Lambda+0x000001d6850d8000 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient onRegisterKeyMappings (Lfuzs/puzzleslib/api/client/core/v1/context/KeyMappingsContext;)V 19 member ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d6850d1400 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient onRegisterKeyMappings (Lfuzs/puzzleslib/api/client/core/v1/context/KeyMappingsContext;)V 3 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d6850d1c90 +instanceKlass @bci fuzs/iteminteractions/impl/client/core/HeldActivationType getKeyMappingProviders ()Ljava/util/stream/Stream; 37 member ; # fuzs/iteminteractions/impl/client/core/HeldActivationType$$Lambda+0x000001d6850d1a50 +instanceKlass @bci fuzs/iteminteractions/impl/client/core/HeldActivationType getKeyMappingProviders ()Ljava/util/stream/Stream; 20 member ; # fuzs/iteminteractions/impl/client/core/HeldActivationType$$Lambda+0x000001d6850d1800 +instanceKlass @bci net/bettercombat/neoforge/client/NeoForgeClientMod registerKeys (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # net/bettercombat/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d6850d3d58 +instanceKlass net/bettercombat/client/Keybindings +instanceKlass com/evandev/reliable_remover/client/Keybinds +instanceKlass vodmordia/modtabs/client/keybinds/ModKeybinds +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 102 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d3540 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 94 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d3328 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 85 member ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d30f8 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 68 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2ee0 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 60 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2cc8 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 51 member ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2a98 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 36 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2880 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client provider (Ljava/lang/String;ZLjava/util/function/BooleanSupplier;)Lorg/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonProvider; 3 member ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2660 +instanceKlass @cpi org/violetmoon/quark/content/management/module/InventorySortingModule$Client 241 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6850d1000 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 28 argL0 ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2448 +instanceKlass @bci org/violetmoon/quark/content/management/module/InventorySortingModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 19 member ; # org/violetmoon/quark/content/management/module/InventorySortingModule$Client$$Lambda+0x000001d6850d2218 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 36 argL0 ; # org/violetmoon/quark/content/management/module/EasyTransferringModule$Client$$Lambda+0x000001d6850d2000 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 31 argL0 ; # org/violetmoon/quark/content/management/module/EasyTransferringModule$Client$$Lambda+0x000001d6850cfd80 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 26 argL0 ; # org/violetmoon/quark/content/management/module/EasyTransferringModule$Client$$Lambda+0x000001d6850cfb58 +instanceKlass org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonProviderHolder +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler ()V 25 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$$Lambda+0x000001d6850cf6f0 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler ()V 7 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$$Lambda+0x000001d6850cf4c0 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client addButton (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;ILjava/lang/String;Z)V 54 ; # java/lang/invoke/LambdaForm$MH+0x000001d6850d0c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6850d0800 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client addButton (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;ILjava/lang/String;Z)V 54 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6850d0400 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client addButton (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;ILjava/lang/String;Z)V 54 member ; # org/violetmoon/quark/content/management/module/EasyTransferringModule$Client$$Lambda+0x000001d6850cf2a0 +instanceKlass @cpi org/violetmoon/quark/content/management/module/EasyTransferringModule$Client 197 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6850d0000 +instanceKlass @bci org/violetmoon/quark/content/management/module/EasyTransferringModule$Client addButton (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;ILjava/lang/String;Z)V 42 member ; # org/violetmoon/quark/content/management/module/EasyTransferringModule$Client$$Lambda+0x000001d6850cdea8 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 58 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cdaa0 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 53 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cd888 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 35 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cd670 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 30 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cd458 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 12 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cd240 +instanceKlass @bci org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType ()V 7 argL0 ; # org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType$$Lambda+0x000001d6850cd028 +instanceKlass org/violetmoon/zeta/client/event/load/ZKeyMapping$1 +instanceKlass @bci org/violetmoon/quark/content/client/module/BackButtonKeybindModule$Client registerKeybinds (Lorg/violetmoon/zeta/client/event/load/ZKeyMapping;)V 7 argL0 ; # org/violetmoon/quark/content/client/module/BackButtonKeybindModule$Client$$Lambda+0x000001d6850ccbe0 +instanceKlass mezz/jei/common/input/keys/JeiMultiKeyMapping +instanceKlass mezz/jei/neoforge/input/NeoForgeJeiKeyMapping +instanceKlass mezz/jei/neoforge/input/ForgeJeiKeyMappingBuilder$1 +instanceKlass mezz/jei/common/input/keys/IJeiKeyMappingInternal +instanceKlass mezz/jei/common/input/keys/AbstractJeiKeyMappingBuilder +instanceKlass mezz/jei/common/input/keys/IJeiKeyMappingBuilder +instanceKlass mezz/jei/neoforge/input/ForgeJeiKeyMappingCategoryBuilder +instanceKlass net/minecraft/client/resources/language/I18n +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/I18nAccessor +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient lambda$register$0 (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 10 member ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d6850c81f8 +instanceKlass mezz/jei/api/runtime/IJeiKeyMapping +instanceKlass mezz/jei/gui/config/InternalKeyMappings +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/context/KeyMappingsContextNeoForgeImpl registerKeyActivationHandles (Lnet/minecraft/client/KeyMapping;Lfuzs/puzzleslib/api/client/key/v1/KeyActivationHandler;)V 14 member ; # fuzs/puzzleslib/neoforge/impl/client/core/context/KeyMappingsContextNeoForgeImpl$$Lambda+0x000001d6850c79f0 +instanceKlass fuzs/puzzleslib/api/client/key/v1/KeyActivationHandler +instanceKlass @bci fuzs/proplacer/client/handler/KeyBindingHandler onRegisterKeyMappings (Lfuzs/puzzleslib/api/client/core/v1/context/KeyMappingsContext;)V 4 argL0 ; # fuzs/proplacer/client/handler/KeyBindingHandler$$Lambda+0x000001d6850c7378 +instanceKlass fuzs/puzzleslib/neoforge/impl/client/key/NeoForgeKeyMappingHelper +instanceKlass dev/huskuraft/effortless/api/input/Key +instanceKlass dev/huskuraft/effortless/api/tag/RecordTag +instanceKlass dev/huskuraft/effortless/api/core/ItemStack +instanceKlass dev/huskuraft/effortless/api/core/StatType +instanceKlass dev/huskuraft/effortless/api/sound/Sound +instanceKlass dev/huskuraft/effortless/api/text/Text +instanceKlass dev/huskuraft/effortless/neoforge/platform/MinecraftContentFactory +instanceKlass dev/huskuraft/effortless/api/platform/ClientContentFactory +instanceKlass dev/huskuraft/effortless/api/platform/ContentFactory +instanceKlass dev/huskuraft/effortless/api/input/KeyBinding +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry onRegisterKeyMappings (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 13 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry$$Lambda+0x000001d6850c3f68 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addKeyBindRegistration$13 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6850c3d48 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$14 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6850c3b18 +instanceKlass @bci net/irisshaders/iris/platform/IrisForgeMod registerKeys (Lnet/neoforged/neoforge/client/event/RegisterKeyMappingsEvent;)V 9 member ; # net/irisshaders/iris/platform/IrisForgeMod$$Lambda+0x000001d6850c36a8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$10 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterEntitySpectatorShadersEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6850c3478 +instanceKlass net/neoforged/neoforge/client/EntitySpectatorShaderManager +instanceKlass @bci com/mrcrayfish/configured/client/ClientConfigured onRegisterTooltipComponentFactory (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # com/mrcrayfish/configured/client/ClientConfigured$$Lambda+0x000001d6850c2e20 +instanceKlass net/minecraft/client/gui/screens/inventory/tooltip/ClientTextTooltip +instanceKlass dev/emi/emi/mixin/accessor/OrderedTextTooltipComponentAccessor +instanceKlass net/bivrik/fancytoasts/client/gui/IClientTextTooltipAccessor +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerClientTooltipComponents (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d6850c2360 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents registerCustomTooltipRenderers (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d6850c2128 +instanceKlass vectorwing/farmersdelight/client/gui/CookingPotTooltip +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerTooltips (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 14 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d6850c1a90 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerTooltips (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d6850c1858 +instanceKlass @bci squeek/appleskin/client/TooltipOverlayHandler register (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # squeek/appleskin/client/TooltipOverlayHandler$$Lambda+0x000001d6850c1620 +instanceKlass squeek/appleskin/client/TooltipOverlayHandler$FoodTooltipRenderer +instanceKlass squeek/appleskin/client/TooltipOverlayHandler$FoodTooltip +instanceKlass squeek/appleskin/client/TooltipOverlayHandler +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerKegTooltipComponents (Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 3 argL0 ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d6850c06c8 +instanceKlass umpaz/brewinandchewin/client/gui/KegTooltip +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient onRegisterClientTooltipComponents (Lfuzs/puzzleslib/api/client/core/v1/context/ClientTooltipComponentsContext;)V 18 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d6850bfdb8 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient onRegisterClientTooltipComponents (Lfuzs/puzzleslib/api/client/core/v1/context/ClientTooltipComponentsContext;)V 4 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d6850bf978 +instanceKlass fuzs/iteminteractions/api/v1/client/tooltip/ExpandableClientContentsTooltip +instanceKlass org/violetmoon/quark/content/experimental/client/tooltip/VariantsComponent +instanceKlass @bci org/violetmoon/quark/content/tools/module/SeedPouchModule$Client registerClientTooltipComponentFactories (Lorg/violetmoon/zeta/client/event/load/ZTooltipComponents;)V 3 argL0 ; # org/violetmoon/quark/content/tools/module/SeedPouchModule$Client$$Lambda+0x000001d6850bebc8 +instanceKlass mezz/jei/library/gui/ingredients/TagContentTooltipComponent +instanceKlass mezz/jei/gui/overlay/bookmarks/PreviewTooltipComponent +instanceKlass mezz/jei/common/gui/IngredientsTooltipComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 88 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bd300 +instanceKlass net/mehvahdjukaar/supplementaries/client/tooltip/SherdTooltipComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 74 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bcc68 +instanceKlass net/mehvahdjukaar/supplementaries/client/tooltip/PaintingTooltipComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 60 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bc5d0 +instanceKlass net/mehvahdjukaar/supplementaries/client/tooltip/BannerPatternTooltipComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 46 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bbf38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 32 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bbd00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bbac8 +instanceKlass net/mehvahdjukaar/supplementaries/client/tooltip/SelectableContainerTooltip +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 4 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850bb638 +instanceKlass net/mehvahdjukaar/supplementaries/client/tooltip/BlackboardTooltipComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl registerTooltipComponent (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent;)V 3 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d6850bb1a8 +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/InventoryTooltipComponent +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addTooltipComponentRegistration$8 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6850bab28 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$5 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterClientTooltipComponentFactoriesEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6850ba908 +instanceKlass net/neoforged/neoforge/client/gui/ClientTooltipComponentManager +instanceKlass @bci net/mehvahdjukaar/every_compat/common_classes/CompatChestBlockRenderer register (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;Lnet/minecraft/world/level/block/entity/BlockEntityType;Ljava/lang/String;)V 3 member ; # net/mehvahdjukaar/every_compat/common_classes/CompatChestBlockRenderer$$Lambda+0x000001d6850ba2c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 1 member ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d6850b9e08 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$12 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b9ba8 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$11 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b9620 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$10 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b9098 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$9 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b8b10 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$8 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b8588 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$6 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b8000 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$4 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b7978 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$2 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b7718 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder lambda$registerRenderer$3 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 33 member ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d6850b74f8 +instanceKlass @bci com/simibubi/create/AllEntityTypes lambda$static$0 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6850b7298 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d6850b6a18 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 650 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5f90 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 630 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5d78 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 610 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5b60 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 590 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5948 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 570 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5730 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 550 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5518 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 530 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b5300 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 510 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b50e8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 490 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b4ed0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 470 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b4700 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 450 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b3f38 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 430 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b3770 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 410 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b3558 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 390 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b3340 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 370 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b3128 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 350 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2f10 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 330 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2cf8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 310 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2ae0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 290 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b28c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 270 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b26b0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 250 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2498 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 230 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2280 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 210 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b2068 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 190 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b1898 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 170 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b1680 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 150 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b1468 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 130 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0c90 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 110 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0a78 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 90 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0860 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 70 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0648 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 50 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0430 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 30 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0218 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d6850b0000 +instanceKlass tech/alexnijjar/endermanoverhaul/client/config/EndermanOverhaulClientConfig +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient lambda$initClient$1 (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 12 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d6850ae840 +instanceKlass net/mehvahdjukaar/moonlight/core/client/SpawnBoxBlockEntityRenderer +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 212 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850ae3a8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 192 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850add00 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 172 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850acf68 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 152 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850ac8c0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 132 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850abfc8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 112 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850ab920 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 92 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850ab008 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 72 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850aaad8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850aa1c0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 32 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850a98c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers registerEntityRenderers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent;)V 12 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850a9220 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers ()V 11 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850a8b78 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers ()V 3 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers$$Lambda+0x000001d6850a8960 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient onRegisterEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 13 member ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d6850a8740 +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent$Registrar +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d6850a8330 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d6850a7d70 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 118 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a7828 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 100 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a7610 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a73f8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a71e0 +instanceKlass com/teamabnormals/blueprint/client/renderer/block/BlueprintChestBlockEntityRenderer +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 46 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a6d40 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a6b28 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint rendererSetup (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6850a6910 +instanceKlass @bci lilypuree/decorative_blocks/events/ClientEventHandler onEntityRendererRegistry (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # lilypuree/decorative_blocks/events/ClientEventHandler$$Lambda+0x000001d6850a66f8 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod entityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d6850a61b8 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod entityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d6850a5fa0 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 241 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5d88 +instanceKlass net/mehvahdjukaar/amendments/integration/SuppCompat +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 203 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5b70 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 124 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5958 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 101 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5740 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 78 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5528 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 63 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a5310 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 48 member ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a50f8 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 12 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a4ee0 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 114 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a4cc8 +instanceKlass net/mehvahdjukaar/amendments/client/renderers/ToolHookTileRenderer +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 92 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a4828 +instanceKlass net/mehvahdjukaar/amendments/client/renderers/WallLanternBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 70 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a4380 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 48 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a3ed0 +instanceKlass net/mehvahdjukaar/amendments/client/renderers/SkullWithWaxTileRenderer +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 26 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a3790 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerTileRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 4 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6850a32f0 +instanceKlass net/mehvahdjukaar/amendments/client/renderers/JukeboxTileRenderer +instanceKlass dev/latvian/mods/kubejs/client/BlockEntityRendererRegistryKubeEvent +instanceKlass dev/latvian/mods/kubejs/client/EntityRendererRegistryKubeEvent +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d6850a28a0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 16 member ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d6850a2400 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 452 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850a21e8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 432 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850a1b30 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 412 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850a1478 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 392 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850a0dc0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 372 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850a0708 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 352 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509f768 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 332 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509f0b8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 312 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509ea00 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 292 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509e348 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 272 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509dc90 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 252 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509d5d8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 232 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509cf20 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 212 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509c868 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 192 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509c1b0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509b8a8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 152 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509b1f0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 132 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509ab30 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 112 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d68509a470 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 92 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d685099dc0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 72 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d6850994b0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 52 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d685098df0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d685097d40 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityRenders (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d685097b28 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 298 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685097220 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 280 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685097008 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 262 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685096df0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 244 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685096bd8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 226 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850969c0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 208 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850967a8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 190 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685096590 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685096378 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 154 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685096160 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 136 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685095f48 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 118 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685095d30 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 100 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685095b18 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685095900 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850956e8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 46 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d6850954d0 +instanceKlass com/kyanite/deeperdarker/client/render/CrystallizedAmberBlockRenderer +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685095038 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d685094e20 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 2062 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685094c08 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/Goddess_Statue_Renderer +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 2044 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685094760 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/Boss_Respawn_Spawn_Renderer +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 2026 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850942c0 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererAbyssal_Egg +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 2008 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685093e30 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererAltar_of_Abyss +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1990 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685093998 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1972 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685093780 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererAltar_of_Amethyst +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1954 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850932c0 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererMechanical_fusion_anvil +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1936 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685092e30 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererEMP +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1918 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850929a0 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/Cursed_Tombstone_Renderer +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1900 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685092508 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/Door_Of_Seal_Renderer +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1882 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685092060 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererAltar_of_Void +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1864 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685091bd0 +instanceKlass com/github/L_Ender/cataclysm/client/render/blockentity/RendererAltar_of_Fire +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1846 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685091728 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1828 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850911e0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1810 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685090c98 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1792 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685090a80 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1774 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685090540 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1756 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685090000 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1738 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508f9a8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1720 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508f460 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1702 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508eb40 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1684 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508e5f8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1666 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508e0b0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1648 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508d7a0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1630 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508d260 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1612 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508cbb0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1594 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508beb0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1576 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508b338 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1558 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68508a7a8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1540 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685089e88 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1522 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685089940 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1504 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685089400 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1486 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685088ec0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1468 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685088978 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1450 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685088760 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1432 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685088548 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1414 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685088000 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1396 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685087ab0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1378 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685087568 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1360 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685087350 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1342 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685086e08 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1324 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850868b8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1306 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685085d30 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1288 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685085678 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1270 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685084fc0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1252 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685084908 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1234 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685083b28 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1216 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685082e80 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1198 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685082568 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1180 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850818c0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1162 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685080f88 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1144 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685080540 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1126 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685080000 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1108 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507fa28 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1090 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507f4e8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1072 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507eaa0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1054 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507e190 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1036 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507d740 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1018 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507d1f8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1000 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507c558 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 982 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507bb10 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 964 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507b0c8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 946 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68507ab80 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 928 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685079ed8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 910 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685079230 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 892 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685078ce8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 874 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685077d10 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 856 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685077060 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 838 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685076b20 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 820 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850765e0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 802 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685076098 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 784 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685075198 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 766 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685074c48 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 748 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685074700 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 730 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850741b8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 712 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685073c60 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 694 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685073218 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 676 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850722f0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 658 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685071d98 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 640 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685071850 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 622 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685071308 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 604 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685070dc0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 586 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685070878 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 568 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685070338 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 550 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506fd68 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 532 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506f818 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 514 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506f2c8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 496 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506ed80 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 478 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506e838 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 460 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506e2f8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 442 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506ddb8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 424 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506d870 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 406 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506d658 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 388 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506d440 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 370 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506d228 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 352 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506d010 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 334 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506cdf8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 316 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506cbe0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 298 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506c698 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 280 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506c150 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 262 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506bc08 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 244 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68506a7f8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 226 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685069ee8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 208 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685068fe8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 190 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685068338 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685064da8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 154 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685064b90 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 136 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850655e8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 118 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685067678 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 100 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685067460 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685066f30 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850669e8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 46 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d6850664a0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685063980 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d685062bb0 +instanceKlass @bci com/axedgaming/endersdelight/EndersDelightClient onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # com/axedgaming/endersdelight/EndersDelightClient$$Lambda+0x000001d685061f08 +instanceKlass com/axedgaming/endersdelight/Client/renderer/EndstoneStoveRenderer +instanceKlass @bci com/soytutta/mynethersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # com/soytutta/mynethersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d685061a78 +instanceKlass com/soytutta/mynethersdelight/client/renderer/NetherStoveRenderer +instanceKlass @bci com/soytutta/mynethersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # com/soytutta/mynethersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d6850615e8 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 112 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d6850613d0 +instanceKlass vectorwing/farmersdelight/client/renderer/SkilletRenderer +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 92 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d685060f30 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 72 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d6850609e0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d685064000 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 52 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d6850604a8 +instanceKlass vectorwing/farmersdelight/client/renderer/CuttingBoardRenderer +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d685060000 +instanceKlass vectorwing/farmersdelight/client/renderer/StoveRenderer +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents onRegisterRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d68505fae8 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 72 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d68505f8d0 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 52 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d68505f6b8 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d68505f4a0 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d68505ef58 +instanceKlass net/hibiscus/naturespirit/client/render/PizzaBlockEntityRenderer +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntityRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 16 argL0 ; # org/betterx/bclib/registry/BaseBlockEntityRenders$$Lambda+0x000001d68505eac0 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntityRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 4 argL0 ; # org/betterx/bclib/registry/BaseBlockEntityRenders$$Lambda+0x000001d68505e588 +instanceKlass org/betterx/bclib/client/render/BaseChestBlockEntityRenderer +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/kleiders/driedghast/init/DriedGhastModEntityRenderers$$Lambda+0x000001d68505e0f0 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/kleiders/driedghast/init/DriedGhastModEntityRenderers$$Lambda+0x000001d68505da38 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 332 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505d128 +instanceKlass net/orcinus/galosphere/client/renderer/block/EchoAltarRenderer +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 312 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505cc90 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 292 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505ca78 +instanceKlass net/orcinus/galosphere/client/renderer/block/ShadowFrameRenderer +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 272 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505c5c8 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 252 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505c080 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 232 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505b9c8 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 212 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505b478 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 192 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505af30 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505a9f0 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 152 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d68505a340 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 132 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685059c88 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 112 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685059740 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 92 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685059090 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 72 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685058e78 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 52 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685058938 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685057dd8 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d685057bc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 316 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d6850579a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 298 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d6850572f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 280 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685056da8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 262 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685056858 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 244 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685056318 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 226 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055dd8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 208 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055bc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 190 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d6850559a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055790 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 154 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055578 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 136 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055360 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 118 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685055148 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 100 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685054a80 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685054368 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685053cb0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 46 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685053600 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685052f50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d685052658 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 766 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685051fa0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 748 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685051a60 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 730 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685051520 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 712 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685050fd8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 694 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685050a90 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 676 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685050548 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 658 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685050000 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 640 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504fa58 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 622 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504f518 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 604 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504efd8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 586 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504e778 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 568 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504e560 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 550 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504e020 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 532 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504dae0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 514 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504d8c8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 496 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504d6b0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 478 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504d000 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 460 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504cde8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 442 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504cbd0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 424 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504c508 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 406 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504be58 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 388 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504b520 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 370 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504abc8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 352 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d68504a2b8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 334 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850499a0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 316 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850492f0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 298 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850489a0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 280 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685047c50 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 262 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685047590 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 244 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685047378 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 226 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685046e40 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 208 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685046788 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 190 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850459e0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 172 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685044978 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 154 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850431c0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 136 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685042b00 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 118 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850421f8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 100 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685041b48 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685040fe8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685040b48 +instanceKlass com/aetherteam/aether/client/renderer/blockentity/ChestMimicRenderer +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 46 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d6850406b0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685040498 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d685040280 +instanceKlass com/aetherteam/aether/client/renderer/blockentity/SkyrootBedRenderer +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 232 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503fd10 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 210 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503faf8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 188 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503f8e0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 166 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503f6c8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 144 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503f4b0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 122 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503e7f0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 100 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503e5d8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 78 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503e3c0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 56 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503e1a8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 34 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503df90 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityRenderers (Lcom/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers;)V 12 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d68503dd78 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ClientEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 6 member ; # com/github/eterdelta/crittersandcompanions/ClientEvents$$Lambda+0x000001d68503d2f8 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/event/RegisterEntityRenderers +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntityRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # org/betterx/betterend/registry/EndBlockEntityRenders$$Lambda+0x000001d68503cee8 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntityRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 16 argL0 ; # org/betterx/betterend/registry/EndBlockEntityRenders$$Lambda+0x000001d68503ccd0 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntityRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 4 argL0 ; # org/betterx/betterend/registry/EndBlockEntityRenders$$Lambda+0x000001d68503cab8 +instanceKlass org/betterx/betterend/client/render/PedestalItemRenderer +instanceKlass org/betterx/betterend/registry/EndBlockEntityRenders +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 82 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d68503c408 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 67 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d68503bd38 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 52 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d68503b400 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 37 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d68503ad28 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 22 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d68503a3f0 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;Lnet/minecraft/world/entity/EntityType;Ljava/util/function/Function;)V 8 member ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d685039878 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 7 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d685039640 +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerBlockEntityRenderers (Ljava/util/function/BiConsumer;)V 4 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d685038d38 +instanceKlass umpaz/brewinandchewin/client/renderer/CoasterBlockEntityRenderer +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 6 member ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d685038888 +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/BlockEntityRendererRegistryImpl ()V 18 member ; # net/fabricmc/fabric/impl/client/rendering/BlockEntityRendererRegistryImpl$$Lambda+0x000001d685038658 +instanceKlass net/fabricmc/fabric/impl/client/rendering/BlockEntityRendererRegistryImpl +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks onRegisterEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 member ; # net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks$$Lambda+0x000001d685038228 +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/EntityRendererRegistryImpl ()V 10 argL0 ; # net/fabricmc/fabric/impl/client/rendering/EntityRendererRegistryImpl$$Lambda+0x000001d685038000 +instanceKlass net/fabricmc/fabric/impl/client/rendering/EntityRendererRegistryImpl +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks onRegisterEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 1 member ; # net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks$$Lambda+0x000001d685037a70 +instanceKlass @bci com/mrcrayfish/goblintraders/client/ClientHandler registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 28 argL0 ; # com/mrcrayfish/goblintraders/client/ClientHandler$$Lambda+0x000001d685037858 +instanceKlass @bci com/mrcrayfish/goblintraders/client/ClientHandler registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 10 argL0 ; # com/mrcrayfish/goblintraders/client/ClientHandler$$Lambda+0x000001d685037640 +instanceKlass @bci alabaster/hearthandharvest/client/event/ClientEventHandler registerBlockEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 32 argL0 ; # alabaster/hearthandharvest/client/event/ClientEventHandler$$Lambda+0x000001d685036f80 +instanceKlass alabaster/hearthandharvest/client/renderer/CrateRenderer +instanceKlass @bci alabaster/hearthandharvest/client/event/ClientEventHandler registerBlockEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 12 argL0 ; # alabaster/hearthandharvest/client/event/ClientEventHandler$$Lambda+0x000001d685036ae8 +instanceKlass alabaster/hearthandharvest/client/renderer/BottleRackRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 518 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685036650 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/SlidyBlockRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 496 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850361b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 474 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685035fa0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 452 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685035d88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 430 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685035b70 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/EndermanSkullBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 408 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850356d8 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/BubbleBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 386 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685035248 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/JarBoatTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 364 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685034db0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/BookPileBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 342 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685034918 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/StatueBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 320 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685034478 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/BlackboardBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 298 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685033fd8 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/HourGlassBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 276 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685033b48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 254 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685033930 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 232 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685033718 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/ItemShelfBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 210 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685033278 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/FlagBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 188 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685032de0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 166 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685032bc8 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/SignPostBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 144 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685032730 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/SpringLauncherArmBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 122 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685032298 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/CageBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 100 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685031b78 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/NoticeBoardBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 78 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850316d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 56 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6850314c0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/PedestalBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 34 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685031020 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerBlockEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 12 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685030e08 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/DoormatBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 374 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685030970 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 352 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685030758 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 330 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685030540 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 308 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d685030000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 286 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502fd98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 264 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502f850 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 242 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502f198 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 220 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502ef80 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 198 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502ed68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 176 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502e820 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 129 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502dca8 +instanceKlass net/mehvahdjukaar/supplementaries/integration/AmendmentsCompat +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 56 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502d890 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 34 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502d678 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent;)V 12 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68502d460 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addEntityRenderersRegistration$1 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68502cf00 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 266 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502cce8 +instanceKlass net/minecraft/client/renderer/blockentity/VaultRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 255 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502c850 +instanceKlass net/minecraft/client/renderer/blockentity/TrialSpawnerRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 244 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502c3b0 +instanceKlass net/minecraft/client/renderer/blockentity/DecoratedPotRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 233 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502bf10 +instanceKlass net/minecraft/client/renderer/blockentity/BrushableBlockRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 222 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502ba70 +instanceKlass net/minecraft/client/renderer/blockentity/CampfireRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 211 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502b5d8 +instanceKlass net/minecraft/client/renderer/blockentity/BellRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 200 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502b138 +instanceKlass net/minecraft/client/renderer/blockentity/ConduitRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 189 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502ac98 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 178 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502aa80 +instanceKlass net/minecraft/client/renderer/blockentity/ShulkerBoxRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 167 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502a5e0 +instanceKlass net/minecraft/client/renderer/blockentity/StructureBlockRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 156 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d68502a140 +instanceKlass net/minecraft/client/renderer/blockentity/BannerRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 145 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685029968 +instanceKlass net/minecraft/client/renderer/blockentity/SkullBlockRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 134 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d6850294c8 +instanceKlass net/minecraft/client/renderer/blockentity/BeaconRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 123 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685029018 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 112 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685028b58 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 101 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685028940 +instanceKlass net/minecraft/client/renderer/blockentity/LecternRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 90 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d6850284a0 +instanceKlass net/minecraft/client/renderer/blockentity/EnchantTableRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 79 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685028000 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 68 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685027ca8 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 57 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685027a90 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 46 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685027878 +instanceKlass net/minecraft/client/renderer/blockentity/PistonHeadRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 35 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d6850273d8 +instanceKlass net/minecraft/client/renderer/blockentity/SpawnerRenderer +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 24 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d685026f38 +instanceKlass @bci net/minecraft/client/renderer/blockentity/BlockEntityRenderers ()V 13 argL0 ; # net/minecraft/client/renderer/blockentity/BlockEntityRenderers$$Lambda+0x000001d6850267a8 +instanceKlass net/minecraft/client/renderer/blockentity/SignRenderer +instanceKlass net/mehvahdjukaar/amendments/mixins/SignRendererAccessor +instanceKlass net/minecraft/client/renderer/blockentity/BlockEntityRenderers +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/QuarkClientCompat registerEntityRenderers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent;)V 12 argL0 ; # net/mehvahdjukaar/supplementaries/integration/QuarkClientCompat$$Lambda+0x000001d685025c30 +instanceKlass org/violetmoon/quark/addons/oddities/client/render/be/TinyPotatoRenderer +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addBlockEntityRenderersRegistration$2 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d685025510 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$4 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 35 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6850252f0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$4 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d685024eb0 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 94 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685024a78 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 79 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685024168 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 64 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685023ab8 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 49 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685023408 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 37 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685022ec8 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 22 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685022818 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 7 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d685022158 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers init (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent;)V 72 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers$$Lambda+0x000001d685021848 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers init (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent;)V 52 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers$$Lambda+0x000001d685020dc8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers init (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent;)V 32 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers$$Lambda+0x000001d6850204a0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1449 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501fcc0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1438 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501faa8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1427 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501f008 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1416 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501edf0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1405 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501ebd8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1394 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501e528 +instanceKlass traben/entity_model_features/utils/IEMFWolfCollarHolder +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1383 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501d368 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1372 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501ce20 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1361 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501c750 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1350 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501bb28 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1339 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501aed8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1328 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501acc0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1317 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68501a608 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1306 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850199f0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1295 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850190d0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1284 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850187b0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1273 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685017cb0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1262 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850172d8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1251 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850160f8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1240 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685015bb8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1229 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850159a0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1218 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685015168 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1207 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685014c28 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1196 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850146c8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1185 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685013d18 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1174 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685013360 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1163 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685012c98 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1152 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685012a80 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1141 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685012868 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1130 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850122e0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1119 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850120c8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1108 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850114d0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1097 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850112b8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1086 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685010918 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1075 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685010700 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1064 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500fc88 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1053 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500fa70 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1042 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500f858 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1031 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500eeb8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1020 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500e970 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 1009 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500dd98 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 998 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500d168 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 987 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500c7c8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 976 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500be20 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 965 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500b4c8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 954 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500a548 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 943 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d68500a330 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 932 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685009958 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 921 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850092a0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 910 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685009088 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 899 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685008e70 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 888 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685008258 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 877 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685007448 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 866 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685006a80 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 855 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685005bc0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 844 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685005680 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 833 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685004fd0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 822 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685004db8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 811 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850044b0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 800 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685004298 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 789 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685004080 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 778 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850036c0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 767 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685003180 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 756 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685002f68 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 745 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685002a28 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 734 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850024e8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 723 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685001fa8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 712 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685001d90 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 701 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685001830 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 690 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d6850012f0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 679 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685000480 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 668 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d685000268 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 657 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fff838 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 646 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffecc8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 635 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffde58 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 624 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffdc40 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 613 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffd288 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 602 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffd070 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 591 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffc6a0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 580 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffc488 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 569 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffbcc0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 558 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffbaa8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 547 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffb108 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 536 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffaef0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 525 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ffa550 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 514 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff9938 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 503 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff93f8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 492 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff8eb8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 481 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff8ca0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 470 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff8a88 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 459 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff8870 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 448 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff8328 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 437 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff7dc0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 426 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff7ba8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 415 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff6df0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 404 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff68a8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 393 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff6690 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 382 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff6150 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 371 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff57b0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 360 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff4888 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 349 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff3a28 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 338 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff3810 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 327 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff2b10 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 316 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff2330 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 305 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff2118 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 294 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff1528 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 283 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff06b0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 272 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684ff0000 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 261 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fefcb8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 250 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fef318 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 239 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fee968 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 228 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fee750 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 217 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fee538 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 206 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fed490 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 195 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fed278 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 184 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fec360 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 173 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684febe18 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 162 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684feafa0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 151 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe9e08 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 140 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe9bf0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 129 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe9358 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 118 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe89b8 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 107 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe8000 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 96 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe7580 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 85 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe6bd0 +instanceKlass traben/entity_model_features/utils/IEMFCustomModelHolder +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 74 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe6128 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 63 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe52d0 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 52 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe4650 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 41 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe4120 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 27 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe3758 +instanceKlass @bci net/minecraft/client/renderer/entity/EntityRenderers ()V 19 argL0 ; # net/minecraft/client/renderer/entity/EntityRenderers$$Lambda+0x000001d684fe3540 +instanceKlass net/fabricmc/fabric/api/client/rendering/v1/LivingEntityFeatureRendererRegistrationCallback$RegistrationHelper +instanceKlass net/minecraft/client/renderer/entity/EntityRenderers +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers init (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent;)V 12 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers$$Lambda+0x000001d684fe0368 +instanceKlass com/simibubi/create/foundation/mixin/accessor/HumanoidArmorLayerAccessor +instanceKlass punchy/mixin/client/accessor/HumanoidArmorLayerAccessor +instanceKlass com/bobmowzie/mowziesmobs/mixin/client/HumanoidArmorLayerAccess +instanceKlass io/wispforest/accessories/api/client/ArmorRenderingExtension +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge onRegisterEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterRenderers;)V 13 member ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d684fde028 +instanceKlass com/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent$Registrar +instanceKlass @bci com/simibubi/create/compat/curios/CuriosRenderers onLayerRegister (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/simibubi/create/compat/curios/CuriosRenderers$$Lambda+0x000001d684fddc18 +instanceKlass com/simibubi/create/compat/curios/GogglesCurioRenderer +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d684fdd7d8 +instanceKlass @bci com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForgeClient registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForgeClient$$Lambda+0x000001d684fdd328 +instanceKlass com/starfish_studios/another_furniture/client/renderer/blockentity/ServiceBellButtonRenderer +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 124 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdce90 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 112 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdc990 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 100 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdc490 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 88 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdbf90 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 76 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdbd78 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 64 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdb878 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdb660 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 40 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdb160 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 28 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdaf48 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fdaa48 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers registerEntityLayers (Lcom/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent;)V 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers$$Lambda+0x000001d684fda548 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient onRegisterEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 13 member ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d684fda030 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 79 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d684fd9e18 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 51 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d684fd9948 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 87 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d684fd9478 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 59 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d684fd8f90 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadModelLayers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 31 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadModelLayers$$Lambda+0x000001d684fd8aa0 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes lambda$registerLayerDefinitions$7 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/resources/ResourceLocation;Lcom/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$BlueprintBoatType;)V 67 member ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d684fd8880 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes lambda$registerLayerDefinitions$7 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/resources/ResourceLocation;Lcom/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$BlueprintBoatType;)V 37 member ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d684fd8660 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 26 member ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d684fd8430 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod layerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d684fd8218 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod layerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d684fd8000 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod layerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d684fd7ac0 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod layerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d684fd78a8 +instanceKlass com/illusivesoulworks/comforts/client/renderer/BaseComfortsBlockEntityRenderer +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 74 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd7180 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 60 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd6f68 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 46 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd6d50 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 32 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd6b38 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 18 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd66a8 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 4 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684fd6490 +instanceKlass net/mehvahdjukaar/amendments/client/renderers/HangingSignRendererExtension +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerEntityModels (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 23 member ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d684fd6260 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 2024 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd6038 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 2019 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd5e20 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 2011 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd5be8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 2000 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd56b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1995 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd5498 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1987 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd5260 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1976 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd4d38 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1968 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd4b00 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1957 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd45c8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1952 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd43b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1944 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd4178 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1933 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd3c50 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1925 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd3a18 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1914 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd34e0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1909 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd32c8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1901 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd3090 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1890 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd2b68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1882 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd2930 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1871 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd2408 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1863 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd21d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1852 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd1ca8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1844 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd1a70 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1833 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd1548 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1825 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd1310 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1814 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0de8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1806 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0bb0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1795 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0688 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1787 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0450 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1776 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0238 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1768 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fd0000 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1757 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcf9d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1749 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcf798 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1738 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcf270 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1730 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcf038 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1719 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fceb00 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1714 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fce8e8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1706 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fce6b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1695 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fce188 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1687 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcdf50 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1676 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcda28 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1668 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcd7f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1657 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcd2b8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1652 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcd0a0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1644 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcce68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1633 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcc930 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1628 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcc718 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1620 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcc4e0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1609 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcbfa8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1604 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcbd90 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1596 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcbb58 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1585 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcb630 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1577 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcb3f8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1566 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcb1d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1561 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcafb8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1553 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcad80 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1542 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fcab68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1534 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fca930 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1523 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fca408 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1515 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fca1d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1504 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc9ca8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1496 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc9a70 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1485 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc9548 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1477 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc9310 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1466 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8de8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1458 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8bb0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1447 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8688 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1439 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8450 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1428 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8238 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1420 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc8000 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1409 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc7be8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1401 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc79b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1390 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc7798 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1382 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc7560 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1371 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc7038 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1363 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6e00 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1352 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6be8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1344 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc69b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1333 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6798 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1325 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6560 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1314 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6348 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1306 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc6110 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1295 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc5be8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1287 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc59b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1276 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc5798 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1268 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc5560 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1257 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc5038 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1249 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc4e00 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1238 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc48d8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1230 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc46a0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1219 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc4178 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1211 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc3f40 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1200 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc3a08 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1195 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc37f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1187 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc35b8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1176 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc3090 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1168 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc2e58 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1157 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc2c40 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1149 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc2a08 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1138 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc24e0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1130 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc22a8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1119 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc1d80 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1111 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc1b48 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1100 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc1620 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1092 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc13e8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1081 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc0ec0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1073 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc0c88 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1062 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc0760 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1054 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc0528 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1043 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fc0000 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1035 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbfd18 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1024 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbf7e0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1019 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbf5c8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1011 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbf390 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 1000 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbee58 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 995 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbe528 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 987 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbe2f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 976 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbddc8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 968 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbdb90 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 957 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbd668 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 949 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbd430 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 938 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbcf08 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 930 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbccd0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 919 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbc7a8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 911 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbc570 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 900 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbc048 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 892 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbbe10 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 881 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbb8e8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 873 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbb6b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 862 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbb188 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 854 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbaf50 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 843 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fbaa28 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 835 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fba7f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 824 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fba2c8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 816 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fba090 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 805 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb9b68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 797 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb9930 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 786 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb9408 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 778 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb91d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 767 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb8ca8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 759 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb8a70 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 748 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb8548 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 740 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb8310 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 729 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb7c88 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 721 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb7a50 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 710 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb7528 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 702 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb72f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 691 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb6dc8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 683 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb6b90 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 672 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb6668 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 664 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb6430 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 653 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb5f08 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 645 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb5cd0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 634 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb57a8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 626 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb5570 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 616 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb5048 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 608 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb4e10 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 598 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb48e8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 590 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb46b0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 580 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb4188 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 572 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb3f50 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 562 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb3a28 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 554 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb37f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 544 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb32c8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 536 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb3090 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 526 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb2b68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 518 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb2930 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 508 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb2718 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 500 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb24e0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 490 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb1fb8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 482 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb1d80 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 472 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb1858 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 464 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb1620 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 454 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb1408 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 446 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb11d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 436 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb0ca8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 428 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb0a70 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 418 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb0548 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 410 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fb0310 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 400 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fafdc0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 392 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fafb88 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 382 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faf970 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 374 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faf738 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 364 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faf210 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 356 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faefd8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 346 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faeab0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 338 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fae878 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 328 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fae350 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 320 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fae118 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 310 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fadbf0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 302 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fad9b8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 292 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fad490 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 284 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fad258 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 274 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684facd30 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 266 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684facaf8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 256 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fac5d0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 248 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fac398 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 238 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fabe70 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 230 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fabc38 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 220 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fab710 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 212 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fab4d8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 202 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faafb0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 194 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faad78 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 184 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faa850 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 176 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faa618 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 166 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684faa0f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 158 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa9eb8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 148 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa9ca0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 140 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa9a68 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 130 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa9540 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 122 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa9308 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 112 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8de0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 104 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8ba8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 94 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8680 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 86 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8448 +instanceKlass @bci com/li64/tide/registries/TideEntityModels registerCustomFish (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/client/model/geom/ModelLayerLocation;Ljava/util/function/Supplier;Lorg/apache/commons/lang3/function/TriFunction;)V 5 member ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8228 +instanceKlass @bci com/li64/tide/registries/TideEntityModels registerSimpleFish (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/client/model/geom/ModelLayerLocation;Ljava/util/function/Supplier;)V 4 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa8000 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 76 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa7750 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 68 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa7518 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 58 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa6ce0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 47 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa67a0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 36 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa62f0 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 25 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa5da8 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 14 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa5938 +instanceKlass @bci com/li64/tide/registries/TideEntityModels init ()V 3 argL0 ; # com/li64/tide/registries/TideEntityModels$$Lambda+0x000001d684fa5720 +instanceKlass com/li64/tide/registries/TideEntityModels +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 292 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa4d10 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 280 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa47e0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 268 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa42b0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 256 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa3d88 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 244 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa3880 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 232 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa3668 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 220 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa3450 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 208 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa2f30 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 196 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa2a08 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 184 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa24e0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 172 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa1fd8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 160 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa1aa8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 148 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa1290 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 136 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa0d68 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa0840 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684fa0318 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9fc80 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9f758 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9f220 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9ecf0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9e4e8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9dfe0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9dab8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9d580 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f9cd48 +instanceKlass net/emilsg/clutterbestiary/entity/client/layer/ModModelLayers +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 220 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f9c310 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 208 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f9be40 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 196 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f9b4a0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 184 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f9b288 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 172 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f9a680 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 160 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f99ce0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 148 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f99340 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 136 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f989a0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f98000 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f974c8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f96b28 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f96188 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f957e8 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f94990 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f94778 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f94560 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f94348 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f94130 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerClientEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerClientEvents$$Lambda+0x000001d684f93f18 +instanceKlass com/kyanite/deeperdarker/client/model/GloomslatePotModel +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 626 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f93b00 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 614 member ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f938e0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 601 member ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f936c0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 588 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f934a8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 576 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f93290 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 564 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f92d88 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 552 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f92880 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 540 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f92370 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 528 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f91e60 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 516 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f91958 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 504 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f91428 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 492 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f90f20 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 480 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f90a10 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 468 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f90508 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 456 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f90000 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 444 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8f968 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 432 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8f460 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 420 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8ef58 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 408 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8ea48 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 396 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8e538 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 384 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8e030 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 372 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8db08 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 360 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8d5e0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 348 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8d0b8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 336 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8cea0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 324 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8cc88 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 312 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8c780 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 300 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8c278 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 288 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8bd70 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 276 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8b868 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 264 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8b650 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 252 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8b438 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 240 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8b220 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 228 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8b008 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 216 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8adf0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 204 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8abd8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 192 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8a9c0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 180 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8a7a8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 168 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8a590 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 156 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8a378 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 144 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f8a160 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 132 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f89f48 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 120 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f89d30 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 108 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f89b18 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 96 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f89900 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 84 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f896e8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 72 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f894d0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 60 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f892b8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 48 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f890a0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 36 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f88e88 +instanceKlass @bci com/github/L_Ender/cataclysm/client/model/CMModelLayers register (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 24 argL0 ; # com/github/L_Ender/cataclysm/client/model/CMModelLayers$$Lambda+0x000001d684f88c70 +instanceKlass com/github/L_Ender/cataclysm/client/model/CMModelLayers +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 51 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684f886a0 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 37 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684f88488 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerEntityRenderLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684f88270 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntityRenders lambda$registerLayerDefinitions$2 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lorg/betterx/bclib/items/boat/BoatTypeOverride;)V 29 member ; # org/betterx/bclib/registry/BaseBlockEntityRenders$$Lambda+0x000001d684f87be0 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntityRenders lambda$registerLayerDefinitions$2 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lorg/betterx/bclib/items/boat/BoatTypeOverride;)V 10 member ; # org/betterx/bclib/registry/BaseBlockEntityRenders$$Lambda+0x000001d684f879c0 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntityRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 26 member ; # org/betterx/bclib/registry/BaseBlockEntityRenders$$Lambda+0x000001d684f87790 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f87578 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f870c8 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f86c18 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f86710 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f86208 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f85d00 +instanceKlass net/orcinus/galosphere/client/renderer/block/GildedBeadsRenderer +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f85868 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f85650 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f85148 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f84c40 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f84790 +instanceKlass net/orcinus/galosphere/init/GModelLayers +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 235 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f84078 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 207 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83e60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 160 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83c48 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 148 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83678 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 136 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83460 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83248 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f83030 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f82b80 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f826d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f82220 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f81d78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f81860 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f813b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f80ea8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f809a0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntityRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # io/github/razordevs/deep_aether/init/DAEntityRenderers$$Lambda+0x000001d684f80498 +instanceKlass io/github/razordevs/deep_aether/client/renderer/DAModelLayers +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 628 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7fc90 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 616 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7fa78 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 604 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7f4a8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 592 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7f290 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 580 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7f078 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 568 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ee60 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 556 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ec48 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 544 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ea30 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 532 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7e818 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 520 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7e600 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 508 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7e3e8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 496 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7e1d0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 484 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7dc00 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 472 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7d9e8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 460 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7d7d0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 448 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7d318 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 436 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ce58 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 424 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7cc40 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 412 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ca28 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 400 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7c810 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 388 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7c5f8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 376 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7c3e0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 364 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7bf30 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 352 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7ba88 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 340 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7b870 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 328 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7b298 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 316 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7b080 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 304 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7abd0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 292 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7a720 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 280 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7a508 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 268 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f7a058 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 256 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f79e40 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 244 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f79978 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 232 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f79760 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 220 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f79260 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 208 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f78da0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 196 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f788e8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 184 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f786d0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 172 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f784b8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 160 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f782a0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 148 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f77c90 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 136 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f77a78 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f77860 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f77320 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f77108 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f76ef0 +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/QuadrupedModelAccessor +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f764a8 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f76290 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f76078 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f75e60 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f75c48 +instanceKlass net/minecraft/client/renderer/blockentity/ChestRenderer +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f757b0 +instanceKlass @bci com/aetherteam/aether/client/renderer/AetherRenderers registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/aetherteam/aether/client/renderer/AetherRenderers$$Lambda+0x000001d684f75598 +instanceKlass net/minecraft/client/renderer/blockentity/BedRenderer +instanceKlass com/aetherteam/aether/client/renderer/AetherModelLayers +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityLayers (Ljava/util/function/BiConsumer;)V 18 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d684f74f00 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient registerEntityLayers (Ljava/util/function/BiConsumer;)V 4 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d684f74728 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient ()V 0 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient$$Lambda+0x000001d684f74278 +instanceKlass com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ClientEvents registerEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 6 member ; # com/github/eterdelta/crittersandcompanions/ClientEvents$$Lambda+0x000001d684f72770 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 136 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f72558 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 124 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f71f68 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 112 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f71998 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 100 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f713c8 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 88 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f711b0 +instanceKlass org/betterx/bclib/client/render/HumanoidArmorRenderer$CopyExtraState +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 76 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f709c8 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f704b0 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f70000 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f6fa78 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f6f5c8 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f6f3b0 +instanceKlass @bci org/betterx/betterend/registry/EndEntitiesRenders registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # org/betterx/betterend/registry/EndEntitiesRenders$$Lambda+0x000001d684f6eee0 +instanceKlass org/betterx/betterend/registry/EndEntitiesRenders +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks onRegisterLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 member ; # net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks$$Lambda+0x000001d684f6e818 +instanceKlass net/fabricmc/fabric/api/client/rendering/v1/EntityModelLayerRegistry$TexturedModelDataProvider +instanceKlass net/fabricmc/fabric/impl/client/rendering/EntityModelLayerImpl +instanceKlass @bci com/mrcrayfish/goblintraders/client/ClientHandler registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # com/mrcrayfish/goblintraders/client/ClientHandler$$Lambda+0x000001d684f6e208 +instanceKlass @bci com/mrcrayfish/goblintraders/client/ClientHandler registerEntityRenderers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/mrcrayfish/goblintraders/client/ClientHandler$$Lambda+0x000001d684f6dff0 +instanceKlass com/mrcrayfish/goblintraders/client/renderer/entity/GoblinModelLayers +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 192 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6d8a8 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 179 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6d690 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 166 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6d478 +instanceKlass org/violetmoon/quark/addons/oddities/client/model/BackpackModel +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler addArmorModel (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/minecraft/client/model/geom/ModelLayerLocation; 6 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6d050 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 153 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6ce38 +instanceKlass org/violetmoon/quark/content/mobs/client/model/ForgottenHatModel +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 140 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6ca00 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 135 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6c7e8 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 122 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6c5b0 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 117 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6c398 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 104 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6c160 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 99 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6bf48 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 86 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6ba78 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 81 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6b860 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 68 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6b388 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 63 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6b170 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 50 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6ac98 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 45 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6aa80 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 32 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6a5a8 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 27 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f6a080 +instanceKlass org/violetmoon/quark/base/client/handler/ModelHandler$Layer +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 14 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f69c40 +instanceKlass @bci org/violetmoon/quark/base/client/handler/ModelHandler initModels ()V 9 argL0 ; # org/violetmoon/quark/base/client/handler/ModelHandler$$Lambda+0x000001d684f69778 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/model/LayerHandler registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # com/bobmowzie/mowziesmobs/client/model/LayerHandler$$Lambda+0x000001d684f69560 +instanceKlass com/bobmowzie/mowziesmobs/client/render/block/GongRenderer +instanceKlass @bci com/bobmowzie/mowziesmobs/client/model/LayerHandler registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # com/bobmowzie/mowziesmobs/client/model/LayerHandler$$Lambda+0x000001d684f690c0 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest$ModEventBusEvents registerLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$ModEventBusEvents$$Lambda+0x000001d684f68ea8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 242 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f689a0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/BuntingBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 228 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f68508 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/WindVaneBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 214 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f67de0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/CannonBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 200 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f67bc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 186 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f679b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 172 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f67798 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 158 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f67580 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 144 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f66ed8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 130 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f66cc0 +instanceKlass dev/kosmx/playerAnim/impl/IPlayerModel +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinPlayerModel +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/PlayerModelAccessor +instanceKlass dev/tr7zw/notenoughanimations/mixins/PlayerModelAccessor +instanceKlass dev/kosmx/playerAnim/mixin/PlayerModelAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 116 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f657b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 102 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f65598 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 88 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f65380 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/entities/models/IRootModel +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 74 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f64b80 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 60 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f642e8 +instanceKlass net/minecraft/client/model/VillagerHeadModel +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 46 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f62b78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 32 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f62960 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/GlobeBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f624c0 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/ClockBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerModelLayers (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent;)V 4 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684f62028 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/tiles/BellowsBlockTileRenderer +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addModelLayerRegistration$6 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d684f61b88 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$7 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d684f61958 +instanceKlass @bci org/betterx/betternether/client/BetterNetherClient lambda$registerLayerDefinitions$4 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lorg/betterx/bclib/items/boat/BoatTypeOverride;)V 37 member ; # org/betterx/betternether/client/BetterNetherClient$$Lambda+0x000001d684f61518 +instanceKlass @bci org/betterx/betternether/client/BetterNetherClient lambda$registerLayerDefinitions$4 (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lnet/minecraft/client/model/geom/builders/LayerDefinition;Lorg/betterx/bclib/items/boat/BoatTypeOverride;)V 18 member ; # org/betterx/betternether/client/BetterNetherClient$$Lambda+0x000001d684f612f8 +instanceKlass @bci org/betterx/betternether/client/BetterNetherClient registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 26 member ; # org/betterx/betternether/client/BetterNetherClient$$Lambda+0x000001d684f610c8 +instanceKlass net/minecraft/client/model/geom/builders/MaterialDefinition +instanceKlass net/minecraft/client/model/geom/builders/UVPair +instanceKlass net/minecraft/client/model/geom/builders/CubeDeformation +instanceKlass net/minecraft/client/model/geom/builders/CubeDefinition +instanceKlass net/minecraft/client/model/geom/builders/CubeListBuilder +instanceKlass net/minecraft/client/model/geom/PartPose +instanceKlass net/minecraft/client/model/geom/builders/PartDefinition +instanceKlass net/minecraft/client/model/geom/builders/MeshDefinition +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 64 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5fc48 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 52 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5f720 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 40 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5f208 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 28 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5ecf0 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 16 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5e710 +instanceKlass @bci org/betterx/betternether/registry/EntityRenderRegistry registerLayerDefinitions (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 4 argL0 ; # org/betterx/betternether/registry/EntityRenderRegistry$$Lambda+0x000001d684f5e1e8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 160 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5dcc0 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 148 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5daa8 +instanceKlass com/faboslav/variantsandventures/common/util/LayerDefinitionFactory +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 136 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5d690 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 124 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5d478 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 112 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5d260 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 100 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5d048 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 88 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5ce30 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 76 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5cc18 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 64 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5ca00 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 52 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5c7e8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 40 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5c5d0 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 28 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5bfe8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 16 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5b638 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers registerEntityLayers (Lcom/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent;)V 4 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers$$Lambda+0x000001d684f5b420 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge onRegisterEntityLayers (Lnet/neoforged/neoforge/client/event/EntityRenderersEvent$RegisterLayerDefinitions;)V 13 member ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d684f5a688 +instanceKlass eu/ha3/presencefootsteps/sound/player/ImmediateSoundPlayer +instanceKlass eu/ha3/presencefootsteps/world/PFSolver +instanceKlass eu/ha3/presencefootsteps/sound/player/DelayedSoundPlayer +instanceKlass eu/ha3/presencefootsteps/sound/acoustics/AcousticsPlayer +instanceKlass eu/ha3/presencefootsteps/world/AbstractSubstrateLookup +instanceKlass @bci eu/ha3/presencefootsteps/world/HeuristicStateLookup ()V 5 argL0 ; # eu/ha3/presencefootsteps/world/HeuristicStateLookup$$Lambda+0x000001d684f58cc8 +instanceKlass eu/ha3/presencefootsteps/world/HeuristicStateLookup +instanceKlass eu/ha3/presencefootsteps/world/LocomotionLookup +instanceKlass @bci eu/ha3/presencefootsteps/config/JsonFile ()V 17 member ; # eu/ha3/presencefootsteps/config/JsonFile$$Lambda+0x000001d684f585f8 +instanceKlass eu/ha3/presencefootsteps/world/Index +instanceKlass eu/ha3/presencefootsteps/world/Lookup +instanceKlass eu/ha3/presencefootsteps/world/Loadable +instanceKlass eu/ha3/presencefootsteps/sound/acoustics/AcousticLibrary +instanceKlass eu/ha3/presencefootsteps/sound/player/SoundPlayer +instanceKlass eu/ha3/presencefootsteps/util/BlockReport$Reportable +instanceKlass eu/ha3/presencefootsteps/world/Solver +instanceKlass com/google/gson/internal/ConstructorConstructor$1 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion ()V 74 argL0 ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f56240 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion ()V 56 argL0 ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f56018 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion ()V 38 argL0 ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f55df0 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion (Ljava/lang/String;ILjava/util/function/BiFunction;)V 27 member ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f55bc0 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion ()V 20 argL0 ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f55998 +instanceKlass @bci eu/ha3/presencefootsteps/sound/generator/Locomotion (Ljava/lang/String;I)V 26 argL0 ; # eu/ha3/presencefootsteps/sound/generator/Locomotion$$Lambda+0x000001d684f55770 +instanceKlass eu/ha3/presencefootsteps/sound/generator/Modifier +instanceKlass eu/ha3/presencefootsteps/sound/generator/StepSoundGenerator +instanceKlass eu/ha3/presencefootsteps/config/VolumeOption$Adapter +instanceKlass eu/ha3/presencefootsteps/config/VolumeOption +instanceKlass @bci eu/ha3/presencefootsteps/config/JsonFile (Ljava/nio/file/Path;)V 17 member ; # eu/ha3/presencefootsteps/config/JsonFile$$Lambda+0x000001d684f54870 +instanceKlass eu/ha3/presencefootsteps/config/JsonFile +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f54170 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f53f38 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f53d00 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f53ac8 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f53890 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfo ()V 0 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfo$$Lambda+0x000001d684f53658 +instanceKlass @bci com/simibubi/create/content/trains/schedule/hat/TrainHatInfoReloadListener ()V 10 argL0 ; # com/simibubi/create/content/trains/schedule/hat/TrainHatInfoReloadListener$$Lambda+0x000001d684f53200 +instanceKlass com/simibubi/create/content/trains/schedule/hat/TrainHatInfoReloadListener +instanceKlass net/createmod/catnip/ghostblock/GhostBlocks +instanceKlass net/createmod/catnip/event/ClientResourceReloadListener +instanceKlass net/createmod/ponder/PonderClient +instanceKlass dev/engine_room/flywheel/backend/compile/FlwProgramsReloader +instanceKlass dev/isxander/yacl3/gui/image/YACLImageReloadListener +instanceKlass @bci snownee/jade/util/ClientProxy lambda$init$3 (Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 16 member ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d684f52028 +instanceKlass snownee/jade/api/JadeIds +instanceKlass @bci snownee/jade/impl/theme/ThemeHelper ()V 10 argL0 ; # snownee/jade/impl/theme/ThemeHelper$$Lambda+0x000001d684f51a08 +instanceKlass snownee/jade/util/JsonConfig +instanceKlass snownee/jade/api/theme/IThemeHelper +instanceKlass nx/pingwheel/common/resource/ResourceReloadListener +instanceKlass xaero/lib/common/resource/ShaderResourceReloadListener +instanceKlass @bci io/wispforest/owo/ui/parsing/UIModelLoader ()V 25 argL0 ; # io/wispforest/owo/ui/parsing/UIModelLoader$$Lambda+0x000001d684f50938 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIModelLoader ()V 15 argL0 ; # io/wispforest/owo/ui/parsing/UIModelLoader$$Lambda+0x000001d684f50710 +instanceKlass io/wispforest/owo/ui/parsing/UIModelLoader +instanceKlass @bci com/teamresourceful/resourcefullib/client/highlights/HighlightHandler ()V 28 argL0 ; # com/teamresourceful/resourcefullib/client/highlights/HighlightHandler$$Lambda+0x000001d684f50000 +instanceKlass @bci com/teamresourceful/resourcefullib/client/highlights/HighlightHandler ()V 23 argL0 ; # com/teamresourceful/resourcefullib/client/highlights/HighlightHandler$$Lambda+0x000001d684f40400 +instanceKlass fzzyhmstrs/emi_loot/client/ClientResourceData$EntityOffsetsReloadListener +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerReloadListeners (Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 6 member ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d684f4f798 +instanceKlass umpaz/brewinandchewin/client/utility/IdentifiableListener +instanceKlass @bci punchy/platform/NeoForgeClientPlatform onRegisterReloadListeners (Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 35 member ; # punchy/platform/NeoForgeClientPlatform$$Lambda+0x000001d684f4f348 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 188 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4f120 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 183 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4ef08 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 178 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4ecf0 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 153 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4eac8 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 148 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4e8b0 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 143 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4e698 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 118 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4e470 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 113 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4e258 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 108 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4e040 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 83 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4de18 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 78 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4dc00 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 73 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4d9e8 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 48 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4d7c0 +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 43 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4d5a8 +instanceKlass dev/emi/emi/data/EmiDataLoader$DataConsumer +instanceKlass @bci dev/emi/emi/data/EmiData init (Ljava/util/function/Consumer;)V 38 argL0 ; # dev/emi/emi/data/EmiData$$Lambda+0x000001d684f4d198 +instanceKlass dev/emi/emi/data/EmiData +instanceKlass @bci dev/emi/emi/platform/neoforge/EmiClientNeoForge registerResourceReloaders (Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 1 member ; # dev/emi/emi/platform/neoforge/EmiClientNeoForge$$Lambda+0x000001d684f4c550 +instanceKlass org/violetmoon/quark/content/client/resources/AttributeIconEntry$Serializer +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient createReloadListener ()Lnet/minecraft/server/packs/resources/ResourceManagerReloadListener; 0 argL0 ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d684f4b9f8 +instanceKlass mezz/jei/common/gui/elements/HighResolutionDrawable +instanceKlass mezz/jei/common/gui/elements/DrawableNineSliceTexture +instanceKlass mezz/jei/api/gui/drawable/IScalableDrawable +instanceKlass mezz/jei/common/gui/elements/DrawableSprite +instanceKlass mezz/jei/api/gui/drawable/IDrawableStatic +instanceKlass mezz/jei/common/gui/textures/Textures +instanceKlass mezz/jei/common/Constants +instanceKlass fuzs/puzzleslib/impl/core/resources/ForwardingReloadListener +instanceKlass fuzs/puzzleslib/api/core/v1/resources/NamedReloadListener +instanceKlass @bci fuzs/puzzleslib/api/core/v1/resources/ForwardingReloadListenerHelper fromReloadListener (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/minecraft/server/packs/resources/PreparableReloadListener; 2 member ; # fuzs/puzzleslib/api/core/v1/resources/ForwardingReloadListenerHelper$$Lambda+0x000001d684f49b50 +instanceKlass @bci fuzs/puzzleslib/api/core/v1/resources/ForwardingReloadListenerHelper fromReloadListener (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/PreparableReloadListener;)Lnet/minecraft/server/packs/resources/PreparableReloadListener; 2 member ; # fuzs/puzzleslib/api/core/v1/resources/ForwardingReloadListenerHelper$$Lambda+0x000001d684f49930 +instanceKlass fuzs/puzzleslib/api/core/v1/resources/ForwardingReloadListenerHelper +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigTranslationsManager onAddResourcePackReloadListeners (Ljava/util/function/BiConsumer;)V 6 argL0 ; # fuzs/puzzleslib/impl/config/ConfigTranslationsManager$$Lambda+0x000001d684f494e0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers lambda$registerLoadingHandlers$1 (Lfuzs/puzzleslib/api/client/event/v1/AddResourcePackReloadListenersCallback;Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 2 member ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d684f492b0 +instanceKlass net/neoforged/neoforge/client/model/obj/ObjLoader +instanceKlass @bci dev/kosmx/playerAnim/forge/ForgeClientEvent resourceLoadingListener (Lnet/neoforged/neoforge/client/event/RegisterClientReloadListenersEvent;)V 1 argL0 ; # dev/kosmx/playerAnim/forge/ForgeClientEvent$$Lambda+0x000001d684f43d20 +instanceKlass dev/kosmx/playerAnim/minecraftApi/PlayerAnimationRegistry +instanceKlass @bci com/tterrag/registrate/builders/MenuBuilder lambda$createEntry$2 (Lnet/minecraft/world/inventory/MenuType;Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory;Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 8 member ; # com/tterrag/registrate/builders/MenuBuilder$$Lambda+0x000001d684f47ce8 +instanceKlass @bci org/violetmoon/quark/content/automation/module/FeedingTroughModule$Client clientSetup (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 4 argL0 ; # org/violetmoon/quark/content/automation/module/FeedingTroughModule$Client$$Lambda+0x000001d684f41dd8 +instanceKlass team/creative/creativecore/client/CreativeCoreClient$2 +instanceKlass @bci com/teamabnormals/gallery/core/registry/GalleryMenuTypes registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/teamabnormals/gallery/core/registry/GalleryMenuTypes$$Lambda+0x000001d684f47888 +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadMenuTypes registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadMenuTypes$$Lambda+0x000001d684f47660 +instanceKlass @bci net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens registerScreenImmediate (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;Lnet/minecraft/world/inventory/MenuType;Lnet/blay09/mods/balm/api/client/screen/BalmScreenFactory;)V 8 member ; # net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens$$Lambda+0x000001d684f47430 +instanceKlass dev/latvian/mods/kubejs/client/MenuScreenRegistryKubeEvent +instanceKlass dev/latvian/mods/kubejs/client/ClientKubeEvent +instanceKlass @bci dev/latvian/mods/kubejs/client/KubeJSClientEventHandler registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # dev/latvian/mods/kubejs/client/KubeJSClientEventHandler$$Lambda+0x000001d684f46d30 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 4 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d684f45d80 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d684f44d88 +instanceKlass @bci top/theillusivec4/curios/Curios$ClientProxy registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # top/theillusivec4/curios/Curios$ClientProxy$$Lambda+0x000001d684f3fd18 +instanceKlass top/theillusivec4/curios/api/client/ICuriosScreen +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684f40000 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684f3eb00 +instanceKlass @bci com/baisylia/cookscollection/CooksCollection registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # com/baisylia/cookscollection/CooksCollection$$Lambda+0x000001d684f3db08 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d684f3cb50 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 12 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684f3b648 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684f3a698 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 82 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d684eecd20 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 64 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d684f37d10 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 46 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d684f36cb8 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 28 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d684f33ae0 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d684f2fd40 +instanceKlass net/blay09/mods/balm/mixin/ImageButtonAccessor +instanceKlass com/aetherteam/aether/client/gui/screen/inventory/RecipeBookBehavior +instanceKlass @bci org/betterx/betterend/registry/EndScreens register (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 4 argL0 ; # org/betterx/betterend/registry/EndScreens$$Lambda+0x000001d684f2cb88 +instanceKlass org/betterx/betterend/registry/EndScreens +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 4 argL0 ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d684f2b488 +instanceKlass @bci fuzs/bagofholding/client/BagOfHoldingClient onRegisterMenuScreens (Lfuzs/puzzleslib/api/client/core/v1/context/MenuScreensContext;)V 50 argL0 ; # fuzs/bagofholding/client/BagOfHoldingClient$$Lambda+0x000001d684f29f80 +instanceKlass @bci fuzs/bagofholding/client/BagOfHoldingClient onRegisterMenuScreens (Lfuzs/puzzleslib/api/client/core/v1/context/MenuScreensContext;)V 30 argL0 ; # fuzs/bagofholding/client/BagOfHoldingClient$$Lambda+0x000001d684f29d58 +instanceKlass @bci fuzs/bagofholding/client/BagOfHoldingClient onRegisterMenuScreens (Lfuzs/puzzleslib/api/client/core/v1/context/MenuScreensContext;)V 10 argL0 ; # fuzs/bagofholding/client/BagOfHoldingClient$$Lambda+0x000001d684f29b30 +instanceKlass @bci com/mrcrayfish/goblintraders/client/ClientHandler registerMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/mrcrayfish/goblintraders/client/ClientHandler$$Lambda+0x000001d684f27c60 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber onRegisterMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 46 argL0 ; # com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber$$Lambda+0x000001d684f27a38 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber onRegisterMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 28 argL0 ; # com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber$$Lambda+0x000001d684f27810 +instanceKlass com/bobmowzie/mowziesmobs/server/inventory/InventoryOneInput$ChangeListener +instanceKlass @bci com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber onRegisterMenuScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber$$Lambda+0x000001d684f26650 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 136 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f256a0 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 118 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f246d0 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 100 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1fcf0 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 82 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1fac8 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 64 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1f8a0 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 46 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1f678 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 28 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1e6a8 +instanceKlass @bci com/tom/storagemod/StorageModClient registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684f1d600 +instanceKlass com/tom/storagemod/inventory/StoredItemStack$IStoredItemStackComparator +instanceKlass com/tom/storagemod/screen/IScreen +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuTypes registerClientMenuConstructors (Lio/wispforest/accessories/menu/AccessoriesMenuTypes$MenuRegisterCallback;)V 18 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuTypes$$Lambda+0x000001d684f179e0 +instanceKlass io/wispforest/accessories/client/gui/components/AccessoriesContainingComponent +instanceKlass io/wispforest/owo/mixin/ui/access/BaseOwoHandledScreenAccessor +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuTypes registerClientMenuConstructors (Lio/wispforest/accessories/menu/AccessoriesMenuTypes$MenuRegisterCallback;)V 4 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuTypes$$Lambda+0x000001d684f146a0 +instanceKlass io/wispforest/accessories/client/gui/AccessoriesScreenBase +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge registerMenuType (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 6 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d684f13258 +instanceKlass io/wispforest/accessories/menu/AccessoriesMenuTypes$MenuRegisterCallback +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest registerScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d684f12e38 +instanceKlass @bci de/maxhenkel/corpse/Main onRegisterScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 28 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d684f0fd10 +instanceKlass @bci de/maxhenkel/corpse/Main onRegisterScreens (Lnet/neoforged/neoforge/client/event/RegisterMenuScreensEvent;)V 10 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d684f0fae8 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 279 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f0e8f8 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 268 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f0d940 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 257 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f0c980 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 246 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f07c70 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 235 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f07a48 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 224 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f07820 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 213 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f075f8 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 202 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f073d0 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 191 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f05db0 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 180 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f04e00 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 169 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f03e50 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 158 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f02948 +instanceKlass it/hurts/octostudios/octolib/client/particle/UIParticle +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 147 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f00fb0 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 136 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684f00d88 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 125 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684effd98 +instanceKlass net/minecraft/client/gui/screens/recipebook/RecipeBookComponent +instanceKlass com/mrcrayfish/controllable/mixin/client/RecipeBookComponentAccessor +instanceKlass umpaz/brewinandchewin/common/mixin/client/RecipeBookComponentAccessor +instanceKlass net/minecraft/client/gui/screens/recipebook/RecipeShownListener +instanceKlass net/minecraft/recipebook/PlaceRecipe +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 114 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef7028 +instanceKlass net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconButton +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 103 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef4cf0 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 92 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef2f10 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 81 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef1f60 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 70 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef0fb0 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 59 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684ef0d88 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 48 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684eedca8 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 37 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684eeda80 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 26 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684eed858 +instanceKlass @bci net/minecraft/client/gui/screens/MenuScreens ()V 15 argL0 ; # net/minecraft/client/gui/screens/MenuScreens$$Lambda+0x000001d684eed630 +instanceKlass net/minecraft/client/gui/screens/MenuScreens +instanceKlass org/violetmoon/quark/mixin/mixins/client/accessor/AccessorMenuScreens +instanceKlass @bci com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations$$Lambda+0x000001d684eed000 +instanceKlass @bci com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations$$Lambda+0x000001d684eefbf0 +instanceKlass @bci com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations$$Lambda+0x000001d684eef9b8 +instanceKlass @bci com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations$$Lambda+0x000001d684eef780 +instanceKlass @bci com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations ()V 6 argL0 ; # com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations$$Lambda+0x000001d684eef548 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSource$Output +instanceKlass @bci net/neoforged/neoforge/client/textures/NamespacedDirectoryLister lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/neoforged/neoforge/client/textures/NamespacedDirectoryLister$$Lambda+0x000001d684eef118 +instanceKlass @bci net/neoforged/neoforge/client/textures/NamespacedDirectoryLister lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/neoforged/neoforge/client/textures/NamespacedDirectoryLister$$Lambda+0x000001d684eeeee0 +instanceKlass @bci net/neoforged/neoforge/client/textures/NamespacedDirectoryLister lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/neoforged/neoforge/client/textures/NamespacedDirectoryLister$$Lambda+0x000001d684eeeca8 +instanceKlass @bci net/neoforged/neoforge/client/textures/NamespacedDirectoryLister lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/client/textures/NamespacedDirectoryLister$$Lambda+0x000001d684eeea70 +instanceKlass @bci net/neoforged/neoforge/client/textures/NamespacedDirectoryLister ()V 0 argL0 ; # net/neoforged/neoforge/client/textures/NamespacedDirectoryLister$$Lambda+0x000001d684eee838 +instanceKlass net/neoforged/neoforge/gametest/GameTestHolder +instanceKlass net/neoforged/neoforge/gametest/GameTestHooks +instanceKlass @bci net/createmod/catnip/animation/LerpedFloat$Chaser ()V 17 argL0 ; # net/createmod/catnip/animation/LerpedFloat$Chaser$$Lambda+0x000001d684eee000 +instanceKlass @bci net/createmod/catnip/animation/LerpedFloat$Chaser exp (D)Lnet/createmod/catnip/animation/LerpedFloat$Chaser; 1 member ; # net/createmod/catnip/animation/LerpedFloat$Chaser$$Lambda+0x000001d684eebda0 +instanceKlass @cpi net/createmod/catnip/animation/LerpedFloat$Chaser 27 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684eec400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684eec000 +instanceKlass @bci net/createmod/catnip/animation/LerpedFloat$Chaser ()V 0 argL0 ; # net/createmod/catnip/animation/LerpedFloat$Chaser$$Lambda+0x000001d684eebb88 +instanceKlass net/createmod/catnip/animation/LerpedFloat$Chaser +instanceKlass @bci com/simibubi/create/AllItems lambda$static$36 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684eeb248 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$306 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eeb030 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$301 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eeae18 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$296 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eeac00 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$291 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eea9e8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$265 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eea550 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$119 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eea338 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$113 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684eea120 +instanceKlass com/simibubi/create/content/kinetics/waterwheel/WaterWheelStructuralBlock$RenderProperties +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$69 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684ee9c88 +instanceKlass com/simibubi/create/foundation/block/render/ReducedDestroyEffects +instanceKlass com/simibubi/create/foundation/block/render/MultiPosDestructionHandler +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$56 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684ee9398 +instanceKlass com/kyanite/deeperdarker/client/render/GloomslatePotExtension +instanceKlass @bci com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer ()V 928 argL0 ; # com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer$$Lambda+0x000001d684ee8c20 +instanceKlass com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer$1 +instanceKlass @bci com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer ()V 917 argL0 ; # com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer$$Lambda+0x000001d684ee8700 +instanceKlass @bci com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer ()V 903 argL0 ; # com/github/L_Ender/cataclysm/client/render/CMItemstackRenderer$$Lambda+0x000001d684ee7cc8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/render/item/CustomArmorRenderProperties ()V 10 argL0 ; # com/github/L_Ender/cataclysm/client/render/item/CustomArmorRenderProperties$$Lambda+0x000001d684ee0778 +instanceKlass com/github/L_Ender/cataclysm/client/render/item/CustomArmorRenderProperties +instanceKlass vectorwing/farmersdelight/client/event/ClientSetupEvents$1 +instanceKlass @bci org/sinytra/connector/mod/compat/FluidHandlerCompatClient onRegisterClientExtensions (Lnet/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent;)V 4 member ; # org/sinytra/connector/mod/compat/FluidHandlerCompatClient$$Lambda+0x000001d684ede4b0 +instanceKlass net/orcinus/galosphere/events/ClientEvents$2 +instanceKlass net/orcinus/galosphere/events/ClientEvents$1 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent registerFluidType (Lnet/neoforged/neoforge/client/extensions/common/IClientFluidTypeExtensions;[Lnet/minecraft/core/Holder;)V 16 argL0 ; # net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent$$Lambda+0x000001d684edd900 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent registerFluidType (Lnet/neoforged/neoforge/client/extensions/common/IClientFluidTypeExtensions;[Lnet/minecraft/core/Holder;)V 6 argL0 ; # net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent$$Lambda+0x000001d684edd6c8 +instanceKlass io/github/razordevs/deep_aether/event/DAClientModBusEvents$1 +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$2 +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$1 +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$4 +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$3 +instanceKlass org/violetmoon/quark/content/building/module/VariantChestsModule$Client$2 +instanceKlass org/violetmoon/quark/content/building/module/VariantChestsModule$Client$1 +instanceKlass org/violetmoon/quark/addons/oddities/module/TinyPotatoModule$Client$1 +instanceKlass org/violetmoon/quark/content/mobs/module/ForgottenModule$Client$1 +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZRegisterClientExtension$1 +instanceKlass org/violetmoon/quark/addons/oddities/module/BackpackModule$Client$1 +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemSculptorStaff$ClientExtensions +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemUmvuthanaMask$ClientExtensions +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemGeomancerArmor$ClientExtensions +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemEarthrendGauntlet$ClientExtensions +instanceKlass software/bernie/geckolib/renderer/layer/GeoRenderLayersContainer +instanceKlass software/bernie/geckolib/animation/AnimationProcessor +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemSolVisage$ClientExtensions +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent registerItem (Lnet/neoforged/neoforge/client/extensions/common/IClientItemExtensions;[Lnet/minecraft/core/Holder;)V 16 argL0 ; # net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent$$Lambda+0x000001d684ed61b8 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent registerItem (Lnet/neoforged/neoforge/client/extensions/common/IClientItemExtensions;[Lnet/minecraft/core/Holder;)V 6 argL0 ; # net/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent$$Lambda+0x000001d684ed5f80 +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemWroughtHelm$ArmorRender +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$14 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$13 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$12 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$11 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$10 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$9 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$8 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$7 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$6 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$5 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$4 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$3 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$2 +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler$1 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/entities/models/LazyModelPart +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$6 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemRendererEvent$1 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl lambda$addItemRenderersRegistration$20 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent;)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d684ed20f0 +instanceKlass net/mehvahdjukaar/moonlight/api/client/ItemRenderExtension +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$23 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Ljava/util/List;Lnet/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d684ed1cc8 +instanceKlass fuzs/puzzleslib/api/client/init/v1/BuiltinItemRenderer +instanceKlass net/neoforged/neoforge/client/ClientNeoForgeMod$3 +instanceKlass @bci net/neoforged/neoforge/client/ClientNeoForgeMod onRegisterClientExtensions (Lnet/neoforged/neoforge/client/extensions/common/RegisterClientExtensionsEvent;)V 65 member ; # net/neoforged/neoforge/client/ClientNeoForgeMod$$Lambda+0x000001d684ed1358 +instanceKlass net/neoforged/neoforge/client/ClientNeoForgeMod$2 +instanceKlass net/neoforged/neoforge/client/ClientNeoForgeMod$1 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 2120 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684ed0a90 +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 220 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ed0870 +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 187 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ed0440 +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 154 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ed0220 +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 119 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ed0000 +instanceKlass com/mojang/realmsclient/gui/task/RepeatedDelayStrategy$2 +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 83 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ecf998 +instanceKlass com/mojang/realmsclient/gui/task/DataFetcher$Task +instanceKlass com/mojang/realmsclient/gui/task/RepeatedDelayStrategy$1 +instanceKlass com/mojang/realmsclient/gui/task/RepeatedDelayStrategy +instanceKlass @bci com/mojang/realmsclient/gui/RealmsDataFetcher (Lcom/mojang/realmsclient/client/RealmsClient;)V 50 member ; # com/mojang/realmsclient/gui/RealmsDataFetcher$$Lambda+0x000001d684ecf138 +instanceKlass com/mojang/realmsclient/util/RealmsPersistence$RealmsPersistenceData +instanceKlass com/mojang/realmsclient/util/RealmsPersistence +instanceKlass com/mojang/realmsclient/gui/RealmsNewsManager +instanceKlass @bci net/minecraft/Util replIoWorker ()Ljava/util/concurrent/ExecutorService; 10 member ; # net/minecraft/Util$$Lambda+0x000001d684ece6d8 +instanceKlass com/mojang/realmsclient/gui/task/DataFetcher +instanceKlass com/mojang/realmsclient/client/RealmsClientConfig +instanceKlass com/mojang/realmsclient/dto/GuardedSerializer +instanceKlass @bci com/mojang/realmsclient/client/RealmsClient ()V 17 argL0 ; # com/mojang/realmsclient/client/RealmsClient$$Lambda+0x000001d684ecdc78 +instanceKlass @bci com/mojang/realmsclient/client/RealmsClient ()V 9 argL0 ; # com/mojang/realmsclient/client/RealmsClient$$Lambda+0x000001d684ecd820 +instanceKlass com/mojang/realmsclient/client/RealmsError +instanceKlass com/mojang/realmsclient/dto/ReflectionBasedSerialization +instanceKlass com/mojang/realmsclient/client/RealmsClient +instanceKlass net/minecraft/client/renderer/debug/BreezeDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/LightSectionDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/GameEventListenerRenderer +instanceKlass net/minecraft/client/renderer/debug/GameTestDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/GoalSelectorDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/RaidDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/BeeDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/VillageSectionsDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/BrainDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/ChunkDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/SolidFaceRenderer +instanceKlass net/minecraft/client/renderer/debug/WorldGenAttemptRenderer +instanceKlass net/minecraft/client/renderer/debug/LightDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/StructureRenderer +instanceKlass net/minecraft/client/renderer/debug/NeighborsUpdateRenderer +instanceKlass net/minecraft/client/renderer/debug/SupportBlockRenderer +instanceKlass net/minecraft/client/renderer/debug/CollisionBoxRenderer +instanceKlass net/minecraft/client/renderer/debug/HeightMapRenderer +instanceKlass net/minecraft/client/renderer/debug/ChunkBorderRenderer$Anonymous$c5b87388d8bb4f8f83cddf148f8ac102 +instanceKlass net/minecraft/client/renderer/debug/ChunkBorderRenderer +instanceKlass net/minecraft/client/renderer/debug/WaterDebugRenderer +instanceKlass net/minecraft/client/renderer/debug/PathfindingRenderer +instanceKlass net/minecraft/client/renderer/debug/DebugRenderer$SimpleDebugRenderer +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 558 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8ee0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 547 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8cc0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 535 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8aa0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 519 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8880 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 507 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8660 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 495 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8440 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 483 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8220 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 471 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec8000 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 459 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7ca0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 447 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7a80 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 435 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7860 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 423 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7640 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 403 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7420 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 391 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec7200 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 379 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6fe0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 367 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6dc0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 355 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6ba0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 343 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6980 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 331 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6760 +instanceKlass @bci net/neoforged/neoforge/client/gui/GuiLayerManager add (Lnet/neoforged/neoforge/client/gui/GuiLayerManager;Ljava/util/function/BooleanSupplier;)Lnet/neoforged/neoforge/client/gui/GuiLayerManager; 39 member ; # net/neoforged/neoforge/client/gui/GuiLayerManager$$Lambda+0x000001d684ec6540 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 319 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6320 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 309 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec6100 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 297 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5ee0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 285 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5cc0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 273 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5aa0 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 261 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5880 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 241 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5660 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 229 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5440 +instanceKlass @bci net/minecraft/client/gui/Gui (Lnet/minecraft/client/Minecraft;)V 217 member ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec5220 +instanceKlass net/minecraft/client/gui/components/SubtitleOverlay +instanceKlass net/minecraft/network/protocol/game/ClientboundBossEventPacket$Handler +instanceKlass net/minecraft/client/gui/components/BossHealthOverlay +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinBossHealthOverlay +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/BossHealthOverlayAccessor +instanceKlass @bci net/minecraft/client/gui/components/PlayerTabOverlay ()V 149 argL0 ; # net/minecraft/client/gui/components/PlayerTabOverlay$$Lambda+0x000001d684ec4500 +instanceKlass @bci net/minecraft/client/gui/components/PlayerTabOverlay ()V 144 argL0 ; # net/minecraft/client/gui/components/PlayerTabOverlay$$Lambda+0x000001d684ec42c8 +instanceKlass @bci net/minecraft/client/gui/components/PlayerTabOverlay ()V 134 argL0 ; # net/minecraft/client/gui/components/PlayerTabOverlay$$Lambda+0x000001d684ec4090 +instanceKlass @bci net/minecraft/client/gui/components/PlayerTabOverlay ()V 126 argL0 ; # net/minecraft/client/gui/components/PlayerTabOverlay$$Lambda+0x000001d684ec3e78 +instanceKlass net/minecraft/client/multiplayer/PlayerInfo +instanceKlass net/minecraft/client/gui/components/PlayerTabOverlay +instanceKlass net/minecraft/client/gui/components/spectator/SpectatorGui +instanceKlass net/minecraft/client/gui/spectator/SpectatorMenuListener +instanceKlass @bci net/minecraft/client/gui/components/DebugScreenOverlay (Lnet/minecraft/client/Minecraft;)V 149 member ; # net/minecraft/client/gui/components/DebugScreenOverlay$$Lambda+0x000001d684ec2e70 +instanceKlass net/minecraft/client/gui/components/debugchart/AbstractDebugChart +instanceKlass net/minecraft/client/gui/components/DebugScreenOverlay$AllocationRateCalculator +instanceKlass net/minecraft/util/debugchart/AbstractSampleLogger +instanceKlass net/minecraft/util/debugchart/SampleLogger +instanceKlass @bci java/lang/management/ManagementFactory getPlatformMXBeans (Ljava/lang/Class;)Ljava/util/List; 35 member ; # java/lang/management/ManagementFactory$$Lambda+0x000001d682d69b28 +instanceKlass @bci java/lang/management/ManagementFactory$PlatformMBeanFinder findFirst (Ljava/lang/Class;)Lsun/management/spi/PlatformMBeanProvider$PlatformComponent; 19 member ; # java/lang/management/ManagementFactory$PlatformMBeanFinder$$Lambda+0x000001d682d698d8 +instanceKlass @bci forge/me/thosea/badoptimizations/utils/forge/PlatformMethodsImpl getVersion ()Ljava/lang/String; 8 argL0 ; # forge/me/thosea/badoptimizations/utils/forge/PlatformMethodsImpl$$Lambda+0x000001d684ec1388 +instanceKlass @bci net/minecraft/client/gui/components/DebugScreenOverlay ()V 9 argL0 ; # net/minecraft/client/gui/components/DebugScreenOverlay$$Lambda+0x000001d684ec1160 +instanceKlass net/minecraft/util/debugchart/SampleStorage +instanceKlass net/neoforged/neoforge/client/gui/GuiLayerManager +instanceKlass me/decce/gnetum/mixins/GuiLayerManagerAccessor +instanceKlass net/minecraft/client/gui/LayeredDraw +instanceKlass @bci net/minecraft/client/gui/Gui ()V 328 argL0 ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec06c8 +instanceKlass @bci net/minecraft/client/gui/Gui ()V 315 argL0 ; # net/minecraft/client/gui/Gui$$Lambda+0x000001d684ec0490 +instanceKlass @bci net/minecraft/client/KeyboardHandler setup (J)V 8 member ; # net/minecraft/client/KeyboardHandler$$Lambda+0x000001d684ec0000 +instanceKlass @bci net/minecraft/client/KeyboardHandler setup (J)V 2 member ; # net/minecraft/client/KeyboardHandler$$Lambda+0x000001d684ebdc00 +instanceKlass @cpi net/minecraft/client/KeyboardHandler 1140 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebd800 +instanceKlass @bci net/minecraft/client/MouseHandler setup (J)V 20 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d684ebfce8 +instanceKlass @cpi net/minecraft/client/MouseHandler 530 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebd400 +instanceKlass @bci net/minecraft/client/MouseHandler setup (J)V 14 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d684ebfa60 +instanceKlass @bci net/minecraft/client/MouseHandler setup (J)V 8 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d684ebf7d8 +instanceKlass @cpi net/minecraft/client/MouseHandler 514 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebd000 +instanceKlass @bci net/minecraft/client/MouseHandler setup (J)V 2 member ; # net/minecraft/client/MouseHandler$$Lambda+0x000001d684ebf550 +instanceKlass @cpi net/minecraft/client/MouseHandler 505 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebcc00 +instanceKlass @bci net/irisshaders/iris/shadows/ShadowRenderingState ()V 0 argL0 ; # net/irisshaders/iris/shadows/ShadowRenderingState$$Lambda+0x000001d684ebf0a8 +instanceKlass @cpi net/irisshaders/iris/shadows/ShadowRenderingState 65 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebc800 +instanceKlass net/irisshaders/iris/shaderpack/properties/PackShadowDirectives$SamplingSettings +instanceKlass net/irisshaders/iris/shadows/ShadowRenderingState +instanceKlass @bci net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer ()V 8 argL0 ; # net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer$$Lambda+0x000001d684ebbc20 +instanceKlass @cpi net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer 915 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ebc400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684ebc000 +instanceKlass net/irisshaders/iris/shadows/ShadowRenderer +instanceKlass dev/djefrey/colorwheel/accessors/ShadowRendererAccessor +instanceKlass net/irisshaders/iris/shadows/ShadowRenderingState$BlockEntityRenderFunction +instanceKlass net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer intConsumer (Ljava/nio/ByteBuffer;)Lit/unimi/dsi/fastutil/ints/IntConsumer; 37 member ; # com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer$$Lambda+0x000001d684ebb088 +instanceKlass com/mojang/blaze3d/systems/RenderSystem$1 +instanceKlass com/mojang/blaze3d/vertex/MeshData +instanceKlass net/puffish/skillsmod/access/BuiltBufferAccess +instanceKlass com/mojang/blaze3d/vertex/ByteBufferBuilder$Result +instanceKlass net/irisshaders/iris/pipeline/IrisRenderingPipeline +instanceKlass dev/djefrey/colorwheel/accessors/IrisRenderingPipelineAccessor +instanceKlass net/irisshaders/iris/pipeline/ShaderRenderingPipeline +instanceKlass net/irisshaders/iris/vertices/BufferBuilderPolygonView +instanceKlass com/mojang/blaze3d/vertex/BufferBuilder +instanceKlass net/irisshaders/batchedentityrendering/impl/BufferBuilderExt +instanceKlass net/createmod/ponder/mixin/client/accessor/BufferBuilderAccessor +instanceKlass dev/djefrey/colorwheel/ColorwheelBufferBuilder +instanceKlass io/wispforest/owo/mixin/BufferBuilderAccessor +instanceKlass traben/entity_texture_features/utils/ETFVertexConsumer +instanceKlass net/caffeinemc/mods/sodium/client/render/vertex/buffer/BufferBuilderExtension +instanceKlass net/caffeinemc/mods/sodium/api/vertex/buffer/VertexBufferWriter +instanceKlass net/irisshaders/iris/vertices/BlockSensitiveBufferBuilder +instanceKlass dev/engine_room/flywheel/backend/gl/GlStateTracker +instanceKlass com/mojang/blaze3d/vertex/BufferUploader +instanceKlass com/mojang/blaze3d/vertex/VertexBuffer +instanceKlass net/irisshaders/iris/helpers/VertexBufferHelper +instanceKlass net/minecraft/client/renderer/RunningTrimmedMean +instanceKlass net/minecraft/client/renderer/SectionOcclusionGraph +instanceKlass net/fabricmc/fabric/impl/client/rendering/WorldRenderContextImpl +instanceKlass @bci net/minecraft/client/Minecraft handler$dnb000$moreculling$onBlockRenderManagerInitialized (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 23 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684eb6940 +instanceKlass @bci net/minecraft/client/Minecraft handler$dnb000$moreculling$onBlockRenderManagerInitialized (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 11 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684eb66f0 +instanceKlass net/minecraft/client/renderer/LightTexture +instanceKlass net/irisshaders/iris/mixin/LightTextureAccessor +instanceKlass toni/sodiumextras/mixins/impl/darkness/accessors/LightTextureAccessor +instanceKlass net/minecraft/client/gui/MapRenderer +instanceKlass net/raphimc/immediatelyfast/injection/interfaces/IMapRenderer +instanceKlass @bci net/minecraft/client/renderer/texture/DynamicTexture (IIZ)V 54 argL0 ; # net/minecraft/client/renderer/texture/DynamicTexture$$Lambda+0x000001d684eb5738 +instanceKlass net/minecraft/client/renderer/texture/OverlayTexture +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiMetadataSection$$Lambda+0x000001d684eb52c8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiMetadataSection$$Lambda+0x000001d684eb5090 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiMetadataSection ()V 13 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiMetadataSection$$Lambda+0x000001d684eb4e58 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling ()V 8 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$$Lambda+0x000001d684eb4c20 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling ()V 3 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$$Lambda+0x000001d684eb49e8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Type ()V 60 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Type$$Lambda+0x000001d684eb47d0 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice ()V 8 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb43a8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb4170 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb3f38 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border ()V 46 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb3d00 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border ()V 41 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb3ac8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb3880 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb3648 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb3410 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb31d8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb2fa0 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border ()V 21 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb2d68 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border ()V 8 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb2b30 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border ()V 3 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border$$Lambda+0x000001d684eb28f8 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb24c0 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb2288 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice ()V 0 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$$Lambda+0x000001d684eb2050 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile$$Lambda+0x000001d684eb1c08 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile$$Lambda+0x000001d684eb19d0 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile$$Lambda+0x000001d684eb1798 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile ()V 0 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile$$Lambda+0x000001d684eb1560 +instanceKlass @bci net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Stretch ()V 0 argL0 ; # net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Stretch$$Lambda+0x000001d684eb1130 +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling +instanceKlass net/minecraft/client/renderer/texture/Stitcher$Entry +instanceKlass net/minecraft/client/renderer/texture/SpriteLoader +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 42 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d684eb0000 +instanceKlass @bci vectorwing/farmersdelight/client/event/ClientSetupEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 17 argL0 ; # vectorwing/farmersdelight/client/event/ClientSetupEvents$$Lambda+0x000001d684ea8c48 +instanceKlass vectorwing/farmersdelight/client/particle/StarParticle$Factory +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 640 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea8800 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 622 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea9d38 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 604 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea9b20 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 586 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea9908 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleRibbon$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 568 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea9000 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 550 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eabc70 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 532 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaba58 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleDecal$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 514 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eab160 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 496 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaaf48 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 478 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaad30 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 460 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaab18 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 442 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaa900 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 424 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaa6e8 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/AdvancedTerrainParticle$Factory +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 406 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eafca8 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 388 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eafa90 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 370 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaf878 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 352 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaf660 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 334 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaf448 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 316 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaf230 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 298 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaf018 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 280 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaee00 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 262 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaebe8 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 244 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eae9d0 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 226 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eae7b8 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 208 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eae5a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 190 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eae388 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 172 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eae170 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 154 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eadf58 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 136 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eadd40 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 118 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eadb28 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/util/AdvancedParticleBase$Factory +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ead238 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleRing$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 82 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684eaca08 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleOrb$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea7de8 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleCloud$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 46 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea79b0 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleSnowFlake$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea7188 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleVanillaCloudExtended$Provider +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d684ea6958 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleSparkle$Provider +instanceKlass @bci com/simibubi/create/content/equipment/bell/BasicParticleData lambda$getMetaFactory$1 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 2 member ; # com/simibubi/create/content/equipment/bell/BasicParticleData$$Lambda+0x000001d684ea6128 +instanceKlass @cpi com/simibubi/create/content/equipment/bell/BasicParticleData 97 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ea8000 +instanceKlass @bci com/simibubi/create/content/equipment/bell/BasicParticleData getMetaFactory ()Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration; 1 member ; # com/simibubi/create/content/equipment/bell/BasicParticleData$$Lambda+0x000001d684ea5f08 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData getFactory ()Lnet/minecraft/client/particle/ParticleProvider; 0 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684ea5cf0 +instanceKlass com/simibubi/create/content/trains/CubeParticle$Factory +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData getMetaFactory ()Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration; 0 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684ea5540 +instanceKlass com/simibubi/create/content/kinetics/steamEngine/SteamJetParticle$Factory +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData getMetaFactory ()Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration; 0 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684ea4cf0 +instanceKlass com/simibubi/create/foundation/particle/AirParticle$Factory +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData getMetaFactory ()Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration; 0 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684ea4498 +instanceKlass com/simibubi/create/content/kinetics/fan/AirFlowParticle$Factory +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData getMetaFactory ()Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration; 0 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684ea3c48 +instanceKlass com/simibubi/create/content/kinetics/base/RotationIndicatorParticle$Factory +instanceKlass @bci org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 16 argL0 ; # org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType$$Lambda+0x000001d684ea33f0 +instanceKlass @bci org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 4 argL0 ; # org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType$$Lambda+0x000001d684ea31d8 +instanceKlass org/violetmoon/quark/addons/oddities/client/particle/MagnetParticle$Provider +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d684ea29a0 +instanceKlass com/yungnickyoung/minecraft/ribbits/client/particle/RibbitSpellParticle$Factory +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 112 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea2168 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 92 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea1f50 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 72 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea1d38 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea1b20 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 32 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea1908 +instanceKlass tech/alexnijjar/endermanoverhaul/client/particles/EndermanParticle$Provider +instanceKlass @bci tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient onRegisterParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient$$Lambda+0x000001d684ea10d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes registerParticlesEvent (Lcom/faboslav/friendsandfoes/common/events/client/RegisterParticlesEvent;)V 32 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes$$Lambda+0x000001d684ea0e98 +instanceKlass com/faboslav/friendsandfoes/common/client/particle/IllusionTotemParticle$Factory +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$1 register (Lnet/minecraft/core/particles/ParticleType;Ljava/util/function/Function;)V 11 member ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$1$$Lambda+0x000001d684ea0640 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes registerParticlesEvent (Lcom/faboslav/friendsandfoes/common/events/client/RegisterParticlesEvent;)V 12 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes$$Lambda+0x000001d684ea0408 +instanceKlass com/faboslav/friendsandfoes/common/client/particle/FreezingTotemParticle$Factory +instanceKlass com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$1 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$110 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9f8c0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 572 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9f6a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$105 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9f470 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 552 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9f258 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$103 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9f020 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 532 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9ee08 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$98 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9ebd0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 512 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9e9b8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$94 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9e780 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 492 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9e568 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$88 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9e330 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 472 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9e118 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$86 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9dee0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 452 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9dcc8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$81 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9da90 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 432 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9d878 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$76 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9d640 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 412 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9d428 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$74 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9d1f0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 392 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9cfd8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$72 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9cda0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 372 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9cb88 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$70 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9c950 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 352 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9c738 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$68 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9c500 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 332 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9c2e8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$64 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9c0b0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 312 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9be98 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$62 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9bc60 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 292 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9ba48 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$57 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9b810 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 272 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9b5f8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$52 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9b3c0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 252 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9b1a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$48 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9af70 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 232 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9ad58 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$43 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9ab20 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 212 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9a908 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$39 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9a6d0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 192 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9a4b8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$34 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9a280 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 172 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e9a068 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$32 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e99e30 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 152 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e99c18 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$27 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e999e0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 132 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e997c8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$23 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e99590 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 112 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e99378 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$18 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e99140 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 92 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98f28 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$14 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98cf0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 72 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98ad8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$10 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e988a0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98688 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$7 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98450 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 32 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98238 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo lambda$registerParticleProviders$3 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 5 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e98000 +instanceKlass com/cerbon/cerbons_api/api/general/particle/SimpleParticleProvider +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo$$Lambda+0x000001d684e97b70 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 752 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e97958 +instanceKlass com/leclowndu93150/particular/particles/splashes/WaterSplashRingParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 732 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e97120 +instanceKlass com/leclowndu93150/particular/particles/splashes/WaterSplashFoamParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 712 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e968e0 +instanceKlass com/leclowndu93150/particular/particles/splashes/WaterSplashParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 692 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e960a0 +instanceKlass com/leclowndu93150/particular/particles/splashes/WaterSplashEmitterParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 672 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e95908 +instanceKlass com/leclowndu93150/particular/particles/CascadeParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 652 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e950d0 +instanceKlass com/leclowndu93150/particular/particles/WaterfallSprayParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 632 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e94898 +instanceKlass com/leclowndu93150/particular/particles/FireflyParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 612 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e94058 +instanceKlass com/leclowndu93150/particular/particles/CaveDustParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 592 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e93820 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 572 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e93608 +instanceKlass com/leclowndu93150/particular/particles/EnderBubbleParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 552 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e92dd0 +instanceKlass com/leclowndu93150/particular/particles/WaterRippleParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 532 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e92598 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 512 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e92380 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 492 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e92168 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 472 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e91f50 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 452 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e91d38 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 432 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e91b20 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 412 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e91908 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 392 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e916f0 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 372 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e914d8 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 352 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e912c0 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 332 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e910a8 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 312 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e90e90 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 292 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e90c78 +instanceKlass com/leclowndu93150/particular/particles/leaves/BigLeafParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 272 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e90430 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 252 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e90218 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 232 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e90000 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 212 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8fd80 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 192 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8fb68 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 172 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8f950 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 152 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8f738 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 132 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8f520 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 112 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8f308 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 92 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8f0f0 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 72 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8eed8 +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8ecc0 +instanceKlass com/leclowndu93150/particular/particles/leaves/ConiferLeafParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 32 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8e478 +instanceKlass com/leclowndu93150/particular/particles/leaves/SpinningLeafParticle$Factory +instanceKlass @bci com/leclowndu93150/particular/Particles registerFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d684e8dc30 +instanceKlass com/leclowndu93150/particular/particles/leaves/LeafParticle$Factory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 154 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8d3e8 +instanceKlass com/leclowndu93150/particlerain/particle/StreakParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 136 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8cb88 +instanceKlass com/leclowndu93150/particlerain/particle/RippleParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 118 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8c330 +instanceKlass com/leclowndu93150/particlerain/particle/GroundFogParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8bad0 +instanceKlass com/leclowndu93150/particlerain/particle/FogParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 82 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8b270 +instanceKlass com/leclowndu93150/particlerain/particle/ShrubParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8aa18 +instanceKlass com/leclowndu93150/particlerain/particle/DustParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 46 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e8a1b8 +instanceKlass com/leclowndu93150/particlerain/particle/DustMoteParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e89958 +instanceKlass com/leclowndu93150/particlerain/particle/SnowParticle$DefaultFactory +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d684e89100 +instanceKlass com/leclowndu93150/particlerain/particle/RainParticle$DefaultFactory +instanceKlass @bci net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider (Lnet/minecraft/client/particle/SpriteSet;)V 38 member ; # net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider$$Lambda+0x000001d684e88470 +instanceKlass @bci net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider (Lnet/minecraft/client/particle/SpriteSet;)V 24 member ; # net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider$$Lambda+0x000001d684e88238 +instanceKlass @bci net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider (Lnet/minecraft/client/particle/SpriteSet;)V 10 member ; # net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider$$Lambda+0x000001d684e88000 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 100 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684e87d68 +instanceKlass net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 78 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684e87530 +instanceKlass net/mehvahdjukaar/amendments/client/particles/FireballExplosionEmitterParticle$Provider +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 56 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684e86d98 +instanceKlass net/mehvahdjukaar/amendments/client/particles/FireballTrailParticle$Provider +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 34 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684e86560 +instanceKlass net/mehvahdjukaar/amendments/client/particles/ColoredSplashParticle$Provider +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 12 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684e85d28 +instanceKlass net/mehvahdjukaar/amendments/client/particles/BoilingParticle$Provider +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d684e854e8 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 16 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d684e84cc0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 4 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint$$Lambda+0x000001d684e84888 +instanceKlass net/spell_engine/client/particle/SpellUniversalParticle$MagicVariant +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 441 member ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e83a38 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$SignFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 389 member ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e835e8 +instanceKlass net/spell_engine/client/particle/SpellAreaParticle$Factory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 340 member ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e82da0 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 294 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e82b88 +instanceKlass net/spell_engine/client/particle/SpellSmokeParticle$CosySmokeFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 275 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e82350 +instanceKlass net/spell_engine/client/particle/SpellExplosionParticle$TemplateFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 256 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e81b18 +instanceKlass net/spell_engine/client/particle/ShiftedParticle$RootsFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 237 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e812e0 +instanceKlass net/spell_engine/client/particle/SpellSnowflakeParticle$DrippingBloodFactory +instanceKlass net/spell_engine/client/particle/UniversalSpellParticle$Opaque +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 218 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e80448 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 199 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e80230 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$WeaknessSmokeFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 180 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7fd00 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$SmokeFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 161 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7f8b8 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 142 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7f6a0 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$ColoredAnimatedFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 123 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7f028 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$FrostShard +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 104 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7ebe0 +instanceKlass net/spell_engine/client/particle/SpellSnowflakeParticle$FrostFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 85 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7e3a8 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 66 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7e190 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$MediumFlameFactory +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 47 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7dd48 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 28 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7db30 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$AnimatedFlameFactory +instanceKlass net/fabricmc/fabric/impl/client/particle/FabricSpriteProviderImpl +instanceKlass @bci net/fabricmc/fabric/impl/client/particle/ParticleFactoryRegistryImpl$DirectParticleFactoryRegistry register (Lnet/minecraft/core/particles/ParticleType;Lnet/fabricmc/fabric/api/client/particle/v1/ParticleFactoryRegistry$PendingParticleFactory;)V 7 member ; # net/fabricmc/fabric/impl/client/particle/ParticleFactoryRegistryImpl$DirectParticleFactoryRegistry$$Lambda+0x000001d684e7d478 +instanceKlass @bci net/spell_engine/client/SpellEngineClient registerParticleAppearances ()V 9 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d684e7d260 +instanceKlass net/spell_engine/client/particle/SpellFlameParticle$FlameFactory +instanceKlass net/fabricmc/fabric/api/client/particle/v1/ParticleFactoryRegistry$PendingParticleFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 792 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e7c830 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CursedAlgizParticle$AlgizFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 774 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e7bff8 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CursedMarkParticle$MarkFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 756 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e7b7b8 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Amethyst_Crush_Particle$CrashFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 738 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e7af80 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Circle_Particle$CircleFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 720 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e7a740 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Phantom_Emitter_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 702 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e79f08 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Dust_Blast_Particle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 684 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e796d0 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Desert_Glyph_Particle$GlyphFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 666 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e78e98 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 648 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e78c80 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 630 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e78a68 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CustomExplodeParticle$IgnisFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 612 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e78620 +instanceKlass com/github/L_Ender/cataclysm/client/particle/LightningExplodeParticle$FlareFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 594 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e77c18 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CustomExplodeParticle$FlareFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 576 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e773e0 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Rain_Fog_Particle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 558 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e76ba8 +instanceKlass com/github/L_Ender/cataclysm/client/particle/LightningStormParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 540 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e76370 +instanceKlass com/github/L_Ender/cataclysm/client/particle/FlameJetParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/Not_Spin_TrailParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/LightTrailParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 482 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e74f88 +instanceKlass com/github/L_Ender/cataclysm/client/particle/TrapFlameParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 464 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e74750 +instanceKlass com/github/L_Ender/cataclysm/client/particle/RainCloudParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 446 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e73f18 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Ignis_Soul_Swing_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 428 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e736d0 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Ignis_Swing_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 410 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e72a88 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Scylla_Swing_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 392 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e72248 +instanceKlass com/github/L_Ender/cataclysm/client/particle/ParryParticle$ParryFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 374 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e719c8 +instanceKlass com/github/L_Ender/cataclysm/client/particle/RoarParticle$RoarFactory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 356 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e71188 +instanceKlass com/github/L_Ender/cataclysm/client/particle/RingParticle$RingFactory +instanceKlass com/github/L_Ender/cataclysm/client/particle/AfterImageParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/Rising_Trail_Particle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/StormParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/Gathering_Water_Particle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/CircleLightningParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/SpinTrailParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/TrackLightningParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/SparkTrailParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/LightningParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/Shock_WaveParticle$Factory +instanceKlass com/github/L_Ender/cataclysm/client/particle/EM_PulseParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 118 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6c650 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Lightning_Zap_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6be10 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Custom_Poof_Particle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 82 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6b5d0 +instanceKlass com/github/L_Ender/cataclysm/client/particle/Phantom_Wing_FlameParticle$EmissiveProvider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6ad98 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CursedFlameParticle$SmallFlameProvider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 46 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6a950 +instanceKlass com/github/L_Ender/cataclysm/client/particle/CursedFlameParticle$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e6a118 +instanceKlass com/github/L_Ender/cataclysm/client/particle/SoulLavaParticle$Factory +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d684e698e0 +instanceKlass com/github/L_Ender/cataclysm/client/particle/SparkParticle$Factory +instanceKlass @bci com/axedgaming/endersdelight/EndersDelightClient registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/axedgaming/endersdelight/EndersDelightClient$$Lambda+0x000001d684e690a8 +instanceKlass com/axedgaming/endersdelight/Client/Particles/EndFlameParticleProvider +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 72 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e68870 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient lambda$registerParticles$22 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e68650 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e68438 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient lambda$registerParticles$20 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e68218 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 32 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e68000 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient lambda$registerParticles$18 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e67c98 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684e67a80 +instanceKlass @bci org/betterx/bclib/particles/ParticleFactoryRegistry onRegisterParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 7 member ; # org/betterx/bclib/particles/ParticleFactoryRegistry$$Lambda+0x000001d684e67850 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 234 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e67638 +instanceKlass net/orcinus/galosphere/client/particles/EchoCurseBreakParticle$Provider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 214 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e66e00 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 194 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e66be8 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 174 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e669d0 +instanceKlass net/orcinus/galosphere/client/particles/HoveringAshParticle$Provider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 154 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e66180 +instanceKlass net/orcinus/galosphere/client/particles/BerserkerSlamShockwave$Provider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 134 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e65948 +instanceKlass net/orcinus/galosphere/client/particles/providers/PinkSaltFallingDustProvider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 114 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e65500 +instanceKlass net/orcinus/galosphere/client/particles/SpectateOrbParticle$Provider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 94 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e64cd0 +instanceKlass net/orcinus/galosphere/client/particles/IndicatorParticle$Provider +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 74 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e64498 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 54 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e64280 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 34 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d684e64068 +instanceKlass net/orcinus/galosphere/client/particles/CrystalRainParticle$Provider +instanceKlass net/orcinus/galosphere/client/particles/providers/PalladiumBombParticleProvider +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 172 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e635f0 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 154 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e62dc8 +instanceKlass io/github/razordevs/deep_aether/client/particle/EOTSExplosionParticle$Provider +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents lambda$registerParticleFactories$11 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e62568 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 136 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e62350 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents lambda$registerParticleFactories$9 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e62130 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 118 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e61f18 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e61d00 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 82 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e61ae8 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e618d0 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 46 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e616b8 +instanceKlass io/github/razordevs/deep_aether/client/particle/LuckParticle$Provider +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e60e68 +instanceKlass io/github/razordevs/deep_aether/client/particle/MysticalParticle$Provider +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684e60618 +instanceKlass io/github/razordevs/deep_aether/client/particle/PoisonBubbles$Provider +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 154 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5fd18 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 136 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5fb00 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 118 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5f2c8 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5eaa0 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 82 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5e278 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5da50 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 46 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5ce18 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5c5f0 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 10 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d684e5bdc8 +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 136 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e5b5a0 +instanceKlass org/betterx/betterend/particle/SmaragdantParticle$SmaragdantParticleFactory +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 124 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e5ad50 +instanceKlass org/betterx/betterend/particle/FireflyParticle$FireflyParticleFactory +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 112 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e5a500 +instanceKlass org/betterx/betterend/particle/ParticleJungleSpore$FactoryJungleSpore +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e59cb0 +instanceKlass org/betterx/betterend/particle/ParticleTenaneaPetal$FactoryTenaneaPetal +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 88 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e59478 +instanceKlass org/betterx/betterend/particle/ParticleBlackSpore$FactoryBlackSpore +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 76 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e58c28 +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e58a10 +instanceKlass org/betterx/betterend/particle/ParticleSnowflake$FactorySnowflake +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e57cd0 +instanceKlass org/betterx/betterend/particle/ParticleGeyser$FactoryGeyser +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 40 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e57888 +instanceKlass org/betterx/betterend/particle/ParticleSulphur$FactorySulphur +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e57050 +instanceKlass org/betterx/betterend/particle/InfusionParticle$InfusionFactory +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 16 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e56818 +instanceKlass org/betterx/betterend/particle/PaticlePortalSphere$FactoryPortalSphere +instanceKlass @bci org/betterx/betterend/registry/EndParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 4 argL0 ; # org/betterx/betterend/registry/EndParticles$$Lambda+0x000001d684e55fc8 +instanceKlass org/betterx/betterend/particle/ParticleGlowingSphere$FactoryGlowingSphere +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 74 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e55778 +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 60 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e55560 +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 46 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e55348 +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 32 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e55130 +instanceKlass umpaz/brewinandchewin/client/particle/RagingParticle$Factory +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 18 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e548f8 +instanceKlass umpaz/brewinandchewin/client/particle/DrunkBubbleParticle$Factory +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerParticles (Ljava/util/function/BiConsumer;)V 4 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684e540c0 +instanceKlass vectorwing/farmersdelight/client/particle/SteamParticle$Factory +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerParticles (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 6 member ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d684e53870 +instanceKlass net/bettercombat/client/particle/SlashParticle$Provider +instanceKlass @bci net/bettercombat/neoforge/client/NeoForgeClientMod onRegisterParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 32 member ; # net/bettercombat/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d684e53020 +instanceKlass net/fabricmc/fabric/api/client/particle/v1/FabricSpriteProvider +instanceKlass net/fabricmc/fabric/impl/client/particle/ParticleFactoryRegistryImpl$DirectParticleFactoryRegistry +instanceKlass net/fabricmc/fabric/impl/client/particle/ParticleFactoryRegistryImpl$DeferredParticleFactoryRegistry +instanceKlass net/fabricmc/fabric/impl/client/particle/ParticleFactoryRegistryImpl +instanceKlass net/fabricmc/fabric/api/client/particle/v1/ParticleFactoryRegistry +instanceKlass @bci alabaster/hearthandharvest/client/event/ClientEventHandler registerParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # alabaster/hearthandharvest/client/event/ClientEventHandler$$Lambda+0x000001d684e52378 +instanceKlass alabaster/hearthandharvest/client/particle/DrippingSapParticle$Provider +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 562 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e51b40 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BombChargeParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Factory (Lnet/minecraft/client/particle/SpriteSet;)V 5 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Factory$$Lambda+0x000001d684e512f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 540 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e510d8 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 518 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e50c90 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/SugarParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 496 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e50448 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BubbleBlockParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 474 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e50000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 452 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4fa88 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/SudsParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 430 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4ee30 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/RotationTrailEmitter$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 408 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4e690 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/RotationTrailParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 386 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4de38 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/WindTrailParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 364 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4d5f8 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/StreamerParticle$DyeFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 342 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4d1b0 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/StreamerParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 320 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4c588 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/ConfettiParticle$DyeFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 298 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4c140 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/ConfettiParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 276 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4b908 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/StasisParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 254 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4b0b8 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/SlingshotParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 232 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4a880 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/FeatherParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 210 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e4a040 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/SparkleParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 188 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e49808 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BottlingXpParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 166 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e48fd0 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BombSmokeParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 144 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e48798 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BombExplosionEmitterParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 122 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e48000 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/BombExplosionParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 100 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e477a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 78 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e47358 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/FallingLiquidParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 56 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e46b10 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/DrippingLiquidParticle$Factory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 34 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e462c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$ParticleEventImpl register (Lnet/minecraft/core/particles/ParticleType;Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleFactory;)V 11 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$ParticleEventImpl$$Lambda+0x000001d684e460a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerParticles (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent;)V 12 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684e45e90 +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/SpeakerSoundParticle$Factory +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleFactory +instanceKlass @bci com/lodestar/aileron/client/neoforge/AileronClientParticlesImpl registerParticleFactories (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 12 argL0 ; # com/lodestar/aileron/client/neoforge/AileronClientParticlesImpl$$Lambda+0x000001d684e45010 +instanceKlass com/lodestar/aileron/particle/CustomCampfireParticle$CustomCampfireParticleProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 100 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e447d8 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianVanillaWeepLandProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 88 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e44390 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianVanillaWeepFallProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 76 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e43f48 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianVanillaWeepHangProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 64 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e43b00 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianWeepLandProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 52 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e436b8 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianWeepFallProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 40 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e43270 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianWeepHangProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 28 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e42e28 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianTearLandProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 16 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e425a8 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianTearFallProvider +instanceKlass @bci org/betterx/betternether/registry/NetherParticles registerProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 4 argL0 ; # org/betterx/betternether/registry/NetherParticles$$Lambda+0x000001d684e41d28 +instanceKlass org/betterx/betternether/particles/BNParticleProvider$ObsidianTearHangProvider +instanceKlass @bci net/critical_strike/neoforge/client/NeoForgeClientMod onRegisterParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 37 argL0 ; # net/critical_strike/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d684e414a8 +instanceKlass @bci net/critical_strike/neoforge/client/NeoForgeClientMod onRegisterParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 22 argL0 ; # net/critical_strike/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d684e41290 +instanceKlass net/critical_strike/client/particle/CriticalStrikeParticle$MagicVariant +instanceKlass @bci net/critical_strike/neoforge/client/NeoForgeClientMod onRegisterParticleProviders (Lnet/neoforged/neoforge/client/event/RegisterParticleProvidersEvent;)V 7 argL0 ; # net/critical_strike/neoforge/client/NeoForgeClientMod$$Lambda+0x000001d684e40a50 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1331 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e40838 +instanceKlass net/minecraft/client/particle/FlyStraightTowardsParticle$OminousSpawnProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1319 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e40000 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1307 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3c400 +instanceKlass net/minecraft/client/particle/TerrainParticle$DustPillarProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1281 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3ca30 +instanceKlass net/minecraft/client/particle/FlyTowardsPositionParticle$VaultConnectionProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1269 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3dc28 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1257 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3da10 +instanceKlass net/minecraft/client/particle/TrialSpawnerDetectionParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1245 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3fda0 +instanceKlass net/minecraft/client/particle/DustPlumeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1233 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3f958 +instanceKlass net/minecraft/client/particle/SuspendedTownParticle$EggCrackProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1221 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3f510 +instanceKlass net/minecraft/client/particle/ShriekParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1209 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3ecd8 +instanceKlass net/minecraft/client/particle/GlowParticle$ScrapeProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1197 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3e890 +instanceKlass net/minecraft/client/particle/GlowParticle$ElectricSparkProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1185 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3e448 +instanceKlass net/minecraft/client/particle/GlowParticle$WaxOffProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1173 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3e000 +instanceKlass net/minecraft/client/particle/GlowParticle$WaxOnProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1161 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3ba40 +instanceKlass net/minecraft/client/particle/GlowParticle$GlowSquidProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1149 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3b208 +instanceKlass net/minecraft/client/particle/SquidInkParticle$GlowInkProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1137 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3adc0 +instanceKlass net/minecraft/client/particle/VibrationSignalParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1125 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3a580 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1113 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3a368 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine lambda$registerProviders$1 (Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 1 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e3a148 +instanceKlass @cpi net/minecraft/client/particle/ParticleEngine 2389 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684e3c000 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1101 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e39f30 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1089 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e39d18 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1077 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e39b00 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1065 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e398e8 +instanceKlass net/minecraft/client/particle/FlameParticle$SmallFlameProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1053 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e394a0 +instanceKlass net/minecraft/client/particle/WhiteAshParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1041 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e38c68 +instanceKlass net/minecraft/client/particle/ReversePortalParticle$ReversePortalProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1029 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e38430 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1017 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e38218 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 1005 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e38000 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 993 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e37c50 +instanceKlass net/minecraft/client/particle/SuspendedParticle$WarpedSporeProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 981 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e37808 +instanceKlass net/minecraft/client/particle/SuspendedParticle$CrimsonSporeProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 969 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e373c0 +instanceKlass net/minecraft/client/particle/AshParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 957 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e36b88 +instanceKlass net/minecraft/client/particle/SuspendedParticle$SporeBlossomAirProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 945 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e36350 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 933 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e36138 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 921 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e35f20 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 909 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e35d08 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 897 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e35af0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 885 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e358d8 +instanceKlass net/minecraft/client/particle/SpellParticle$WitchProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 873 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e35490 +instanceKlass net/minecraft/client/particle/SplashParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 861 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e34c58 +instanceKlass net/minecraft/client/particle/SuspendedParticle$UnderwaterProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 849 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e34420 +instanceKlass net/minecraft/client/particle/SquidInkParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 837 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e33bd0 +instanceKlass net/minecraft/client/particle/TotemParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 825 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e33380 +instanceKlass net/minecraft/client/particle/AttackSweepParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 813 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e32b48 +instanceKlass net/minecraft/client/particle/SpitParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 801 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e32310 +instanceKlass net/minecraft/client/particle/SnowflakeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 789 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e31ad8 +instanceKlass net/minecraft/client/particle/PlayerCloudParticle$SneezeProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 777 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e31690 +instanceKlass net/minecraft/client/particle/WhiteSmokeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 765 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e30e58 +instanceKlass net/minecraft/client/particle/SmokeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 753 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e30a10 +instanceKlass net/minecraft/client/particle/WaterDropParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 741 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2fc28 +instanceKlass net/minecraft/client/particle/PortalParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 729 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2f7e0 +instanceKlass net/minecraft/client/particle/ExplodeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 717 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2efa8 +instanceKlass net/minecraft/client/particle/NoteParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 705 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2e770 +instanceKlass net/minecraft/client/particle/FlyTowardsPositionParticle$NautilusProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 693 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2e328 +instanceKlass net/minecraft/client/particle/SuspendedTownParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 681 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2dee0 +instanceKlass net/minecraft/client/particle/LavaParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 669 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2d6a8 +instanceKlass net/minecraft/client/particle/LargeSmokeParticle$Provider +instanceKlass net/minecraft/client/particle/BreakingItemParticle$SnowballProvider +instanceKlass net/minecraft/client/particle/BreakingItemParticle$CobwebProvider +instanceKlass net/minecraft/client/particle/BreakingItemParticle$SlimeProvider +instanceKlass net/minecraft/client/particle/BreakingItemParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 601 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2ba00 +instanceKlass net/minecraft/client/particle/SpellParticle$InstantProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 589 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2b5b8 +instanceKlass net/minecraft/client/particle/HeartParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 577 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2b170 +instanceKlass net/minecraft/client/particle/SuspendedTownParticle$HappyVillagerProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 565 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2ad28 +instanceKlass net/minecraft/client/particle/FireworkParticles$FlashProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 553 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2a4f0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 541 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e2a2d8 +instanceKlass net/minecraft/client/particle/SoulParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 529 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e29e90 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 517 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e29668 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 505 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e28e40 +instanceKlass net/minecraft/client/particle/SoulParticle$EmissiveProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 493 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e28608 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 481 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e283f0 +instanceKlass net/minecraft/client/particle/FlameParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 469 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e21a40 +instanceKlass net/minecraft/client/particle/WakeParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 457 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e23c68 +instanceKlass net/minecraft/client/particle/FireworkParticles$SparkProvider +instanceKlass net/minecraft/client/particle/GustSeedParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 408 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e232a0 +instanceKlass net/minecraft/client/particle/GustParticle$SmallProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 396 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e22e58 +instanceKlass net/minecraft/client/particle/GustParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 384 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e22620 +instanceKlass net/minecraft/client/particle/FallingDustParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 372 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e27dc8 +instanceKlass net/minecraft/client/particle/SonicBoomParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 360 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e27590 +instanceKlass net/minecraft/client/particle/HugeExplosionParticle$Provider +instanceKlass net/minecraft/client/particle/HugeExplosionSeedParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 334 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e26480 +instanceKlass net/minecraft/client/particle/SpellParticle$MobEffectProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 322 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e26038 +instanceKlass net/minecraft/client/particle/EndRodParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 310 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e253e0 +instanceKlass net/minecraft/client/particle/FlyTowardsPositionParticle$EnchantProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 298 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e24ba0 +instanceKlass net/minecraft/client/particle/CritParticle$MagicProvider +instanceKlass net/minecraft/client/particle/MobAppearanceParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 272 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1fc78 +instanceKlass net/minecraft/client/particle/SpellParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 260 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1f830 +instanceKlass net/minecraft/client/particle/DustColorTransitionParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 248 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1eff0 +instanceKlass net/minecraft/client/particle/DustParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 236 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1e3b8 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 224 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1e1a0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 212 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1df88 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 200 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1dd70 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine lambda$register$3 (Lnet/minecraft/client/particle/ParticleProvider$Sprite;Lnet/minecraft/client/particle/SpriteSet;)Lnet/minecraft/client/particle/ParticleProvider; 2 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1db50 +instanceKlass @cpi net/minecraft/client/particle/ParticleEngine 2363 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684e20800 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine register (Lnet/minecraft/core/particles/ParticleType;Lnet/minecraft/client/particle/ParticleProvider$Sprite;)V 3 member ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1d930 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 188 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1d718 +instanceKlass @cpi net/minecraft/client/particle/ParticleEngine 625 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684e20400 +instanceKlass @cpi com/simibubi/create/content/fluids/particle/FluidParticleData 199 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684e20000 +instanceKlass com/leclowndu93150/particular/mixin/AccessorBlockLeakParticle +instanceKlass net/minecraft/client/particle/ParticleProvider$Sprite +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 176 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1af90 +instanceKlass net/minecraft/client/particle/SuspendedTownParticle$DolphinSpeedProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 164 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1ab48 +instanceKlass net/minecraft/client/particle/DragonBreathParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 152 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e1a310 +instanceKlass net/minecraft/client/particle/CritParticle$DamageIndicatorProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 140 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e19ec8 +instanceKlass net/minecraft/client/particle/WaterCurrentDownParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 128 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e19690 +instanceKlass net/minecraft/client/particle/CritParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 116 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e18e58 +instanceKlass net/minecraft/client/particle/SuspendedTownParticle$ComposterFillProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 104 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e18620 +instanceKlass net/minecraft/client/particle/PlayerCloudParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 92 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e17dc8 +instanceKlass net/minecraft/client/particle/CampfireSmokeParticle$SignalProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 80 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e17980 +instanceKlass net/minecraft/client/particle/CampfireSmokeParticle$CosyProvider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 68 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e17140 +instanceKlass net/minecraft/client/particle/BubblePopParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 56 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e16908 +instanceKlass net/minecraft/client/particle/BubbleColumnUpParticle$Provider +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 44 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e160d0 +instanceKlass net/minecraft/client/particle/BubbleParticle$Provider +instanceKlass net/minecraft/client/particle/TerrainParticle$Provider +instanceKlass net/minecraft/client/particle/BlockMarker$Provider +instanceKlass net/minecraft/client/particle/ParticleEngine$MutableSpriteSet +instanceKlass net/fabricmc/fabric/mixin/client/particle/ParticleManagerAccessor$SimpleSpriteProviderAccessor +instanceKlass @bci net/minecraft/client/particle/ParticleEngine registerProviders ()V 4 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e14bf0 +instanceKlass net/minecraft/client/particle/HeartParticle$AngryVillagerProvider +instanceKlass net/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration +instanceKlass @bci net/minecraft/client/particle/ParticleEngine handler$gmh000$connector$onInit (Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/renderer/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 10 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e141a0 +instanceKlass @bci net/minecraft/client/particle/ParticleEngine handler$gmh000$connector$onInit (Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/renderer/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 5 argL0 ; # net/minecraft/client/particle/ParticleEngine$$Lambda+0x000001d684e13f88 +instanceKlass org/sinytra/connector/mod/compat/fieldtypes/RedirectingInt2ObjectMap +instanceKlass @bci net/neoforged/neoforge/client/ClientHooks makeParticleRenderTypeComparator (Ljava/util/List;)Ljava/util/Comparator; 17 member ; # net/neoforged/neoforge/client/ClientHooks$$Lambda+0x000001d684e13530 +instanceKlass @bci net/neoforged/neoforge/client/ClientHooks makeParticleRenderTypeComparator (Ljava/util/List;)Ljava/util/Comparator; 6 member ; # net/neoforged/neoforge/client/ClientHooks$$Lambda+0x000001d684e13310 +instanceKlass @bci net/minecraft/client/renderer/ItemInHandRenderer ()V 34 argL0 ; # net/minecraft/client/renderer/ItemInHandRenderer$$Lambda+0x000001d684e130f8 +instanceKlass net/minecraft/client/renderer/ItemInHandRenderer +instanceKlass punchy/mixin/client/accessor/ItemInHandRendererInvoker +instanceKlass net/caffeinemc/mods/sodium/api/util/ColorABGR +instanceKlass net/caffeinemc/mods/sodium/api/util/ColorU8 +instanceKlass net/minecraft/client/renderer/block/LiquidBlockRenderer +instanceKlass @bci net/neoforged/neoforge/client/model/lighting/LightPipelineAwareModelBlockRenderer (Lnet/minecraft/client/color/block/BlockColors;)V 20 member ; # net/neoforged/neoforge/client/model/lighting/LightPipelineAwareModelBlockRenderer$$Lambda+0x000001d684e117d8 +instanceKlass @bci net/neoforged/neoforge/client/model/lighting/LightPipelineAwareModelBlockRenderer (Lnet/minecraft/client/color/block/BlockColors;)V 7 member ; # net/neoforged/neoforge/client/model/lighting/LightPipelineAwareModelBlockRenderer$$Lambda+0x000001d684e115b8 +instanceKlass @bci net/minecraft/client/renderer/block/ModelBlockRenderer (Lnet/minecraft/client/color/block/BlockColors;)V 18 member ; # net/minecraft/client/renderer/block/ModelBlockRenderer$$Lambda+0x000001d684e11398 +instanceKlass @bci net/minecraft/client/renderer/block/ModelBlockRenderer (Lnet/minecraft/client/color/block/BlockColors;)V 5 argL0 ; # net/minecraft/client/renderer/block/ModelBlockRenderer$$Lambda+0x000001d684e0fc80 +instanceKlass @bci net/minecraft/client/renderer/block/ModelBlockRenderer ()V 6 argL0 ; # net/minecraft/client/renderer/block/ModelBlockRenderer$$Lambda+0x000001d684e0fa68 +instanceKlass it/unimi/dsi/fastutil/longs/AbstractLong2IntFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2IntSortedMap +instanceKlass net/minecraft/client/renderer/block/ModelBlockRenderer$Cache +instanceKlass net/neoforged/neoforge/client/model/lighting/QuadLighter +instanceKlass team/creative/creativecore/client/render/model/CreativeQuadLighter +instanceKlass team/creative/creativecore/mixin/ForgeModelBlockRendererAccessor +instanceKlass net/minecraft/client/renderer/block/ModelBlockRenderer +instanceKlass ca/fxco/moreculling/api/renderers/ExtendedBlockModelRenderer +instanceKlass net/irisshaders/batchedentityrendering/impl/BufferSegmentRenderer +instanceKlass net/irisshaders/batchedentityrendering/impl/SegmentedBufferBuilder +instanceKlass @bci de/odysseus/ithaka/digraph/MapDigraph getDefaultEdgeMapFactory (Ljava/util/Comparator;)Lde/odysseus/ithaka/digraph/MapDigraph$EdgeMapFactory; 1 member ; # de/odysseus/ithaka/digraph/MapDigraph$$Lambda+0x000001d684e0cda0 +instanceKlass de/odysseus/ithaka/digraph/MapDigraph$EdgeMapFactory +instanceKlass @bci de/odysseus/ithaka/digraph/MapDigraph getDefaultVertexMapFactory (Ljava/util/Comparator;)Lde/odysseus/ithaka/digraph/MapDigraph$VertexMapFactory; 1 member ; # de/odysseus/ithaka/digraph/MapDigraph$$Lambda+0x000001d684e0c988 +instanceKlass de/odysseus/ithaka/digraph/MapDigraph$VertexMapFactory +instanceKlass de/odysseus/ithaka/digraph/MapDigraph +instanceKlass de/odysseus/ithaka/digraph/Digraph +instanceKlass de/odysseus/ithaka/digraph/util/fas/AbstractFeedbackArcSetProvider +instanceKlass de/odysseus/ithaka/digraph/EdgeWeights +instanceKlass de/odysseus/ithaka/digraph/util/fas/FeedbackArcSetProvider +instanceKlass net/irisshaders/batchedentityrendering/impl/ordering/GraphTranslucencyRenderOrderManager +instanceKlass net/irisshaders/batchedentityrendering/impl/ordering/RenderOrderManager +instanceKlass net/minecraft/client/renderer/OutlineBufferSource +instanceKlass net/irisshaders/batchedentityrendering/mixin/OutlineBufferSourceAccessor +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectSortedMaps +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$21 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterRenderBuffersEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d684e0aba0 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 66 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e0a738 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 55 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e0a500 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 44 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e0a2c8 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 33 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e0a090 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 22 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e09e58 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 11 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e09c20 +instanceKlass @bci org/violetmoon/quark/content/tools/client/render/GlintRenderTypes ()V 0 argL0 ; # org/violetmoon/quark/content/tools/client/render/GlintRenderTypes$$Lambda+0x000001d684e099e8 +instanceKlass @bci net/minecraft/client/renderer/RenderBuffers lambda$new$1 (Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap;)V 170 member ; # net/minecraft/client/renderer/RenderBuffers$$Lambda+0x000001d684e094a8 +instanceKlass net/minecraft/client/renderer/block/model/ItemModelGenerator +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery ()V 349 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e09070 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery ()V 329 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e08e48 +instanceKlass net/neoforged/neoforge/client/model/geometry/BlockGeometryBakingContext$VisibilityData +instanceKlass net/neoforged/neoforge/client/model/geometry/BlockGeometryBakingContext +instanceKlass net/neoforged/neoforge/common/util/TransformationHelper$Deserializer +instanceKlass com/mojang/math/Transformation +instanceKlass net/neoforged/neoforge/common/extensions/ITransformationExtension +instanceKlass ca/fxco/moreculling/api/model/CullShapeElement$Deserializer +instanceKlass ca/fxco/moreculling/api/model/CullShapeElement +instanceKlass net/minecraft/client/renderer/block/model/ItemOverride$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/ItemOverride +instanceKlass net/minecraft/client/renderer/block/model/ItemTransforms$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/ItemTransforms +instanceKlass net/minecraft/client/renderer/block/model/ItemTransform$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/ItemTransform +instanceKlass net/minecraft/client/renderer/block/model/BlockFaceUV$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/BlockFaceUV +instanceKlass net/minecraft/client/renderer/block/model/BlockElementFace$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/BlockElement$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/BlockElement +instanceKlass net/minecraft/client/renderer/block/model/BlockModel$Deserializer +instanceKlass net/minecraft/client/renderer/block/model/FaceBakery +instanceKlass net/neoforged/neoforge/client/model/geometry/IGeometryBakingContext +instanceKlass net/minecraft/client/renderer/block/model/BlockModel +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery ()V 222 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e05f88 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery lambda$static$2 (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/resources/ResourceLocation; 1 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e05d38 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery ()V 190 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e05b00 +instanceKlass @bci net/minecraft/client/resources/model/ModelBakery ()V 158 argL0 ; # net/minecraft/client/resources/model/ModelBakery$$Lambda+0x000001d684e058e8 +instanceKlass @bci net/minecraft/client/renderer/RenderBuffers (I)V 34 member ; # net/minecraft/client/renderer/RenderBuffers$$Lambda+0x000001d684e056b8 +instanceKlass @bci net/minecraft/client/renderer/SectionBufferBuilderPack ()V 20 argL0 ; # net/minecraft/client/renderer/SectionBufferBuilderPack$$Lambda+0x000001d684e05490 +instanceKlass @bci net/minecraft/client/renderer/SectionBufferBuilderPack ()V 14 argL0 ; # net/minecraft/client/renderer/SectionBufferBuilderPack$$Lambda+0x000001d684e05278 +instanceKlass net/minecraft/client/renderer/SectionBufferBuilderPack +instanceKlass net/irisshaders/batchedentityrendering/mixin/SectionBufferBuilderPackAccessor +instanceKlass net/minecraft/client/renderer/SectionBufferBuilderPool +instanceKlass net/irisshaders/iris/layer/WrappingMultiBufferSource +instanceKlass net/irisshaders/batchedentityrendering/impl/Groupable +instanceKlass @bci net/neoforged/neoforge/client/model/RegistryAwareItemModelShaper handler$zob001$modernfix$replaceLocationMap (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 17 member ; # net/neoforged/neoforge/client/model/RegistryAwareItemModelShaper$$Lambda+0x000001d684e04000 +instanceKlass org/embeddedt/modernfix/util/ItemMesherMap +instanceKlass @bci net/neoforged/neoforge/client/model/RegistryAwareItemModelShaper (Lnet/minecraft/client/resources/model/ModelManager;)V 11 member ; # net/neoforged/neoforge/client/model/RegistryAwareItemModelShaper$$Lambda+0x000001d684dfb920 +instanceKlass @bci net/minecraft/client/renderer/ItemModelShaper handler$zno000$modernfix$replaceLocationMap (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 17 member ; # net/minecraft/client/renderer/ItemModelShaper$$Lambda+0x000001d684dfb6e0 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap$FastSortedEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap +instanceKlass @bci net/minecraft/client/renderer/ItemModelShaper (Lnet/minecraft/client/resources/model/ModelManager;)V 10 member ; # net/minecraft/client/renderer/ItemModelShaper$$Lambda+0x000001d684dfac58 +instanceKlass org/embeddedt/modernfix/dynamicresources/DynamicModelCache +instanceKlass @bci net/minecraft/client/renderer/entity/ItemRenderer (Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/client/resources/model/ModelManager;Lnet/minecraft/client/color/item/ItemColors;Lnet/minecraft/client/renderer/BlockEntityWithoutLevelRenderer;)V 17 member ; # net/minecraft/client/renderer/entity/ItemRenderer$$Lambda+0x000001d684dfa820 +instanceKlass net/caffeinemc/mods/sodium/client/render/frapi/render/AbstractRenderContext +instanceKlass net/fabricmc/fabric/api/renderer/v1/render/RenderContext +instanceKlass org/embeddedt/modernfix/render/SimpleItemModelView +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 1532 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dff938 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 1526 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dff718 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 1520 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dff4f8 +instanceKlass @bci net/minecraft/client/resources/model/AtlasSet (Ljava/util/Map;Lnet/minecraft/client/renderer/texture/TextureManager;)V 22 member ; # net/minecraft/client/resources/model/AtlasSet$$Lambda+0x000001d684dff080 +instanceKlass @bci net/minecraft/client/resources/model/AtlasSet (Ljava/util/Map;Lnet/minecraft/client/renderer/texture/TextureManager;)V 16 argL0 ; # net/minecraft/client/resources/model/AtlasSet$$Lambda+0x000001d684dfec28 +instanceKlass net/minecraft/client/resources/model/AtlasSet +instanceKlass com/kyanite/deeperdarker/client/render/GloomslatePotRenderer +instanceKlass @bci net/minecraft/client/renderer/block/BlockModelShaper handler$zoc000$modernfix$replaceModelMap (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 8 member ; # net/minecraft/client/renderer/block/BlockModelShaper$$Lambda+0x000001d684dfe530 +instanceKlass org/embeddedt/modernfix/util/DynamicMap +instanceKlass net/minecraft/client/renderer/block/BlockModelShaper +instanceKlass ca/fxco/moreculling/mixin/accessors/BlockModelShaperAccessor +instanceKlass @bci net/minecraft/client/resources/model/ModelManager (Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/client/color/block/BlockColors;I)V 5 argL0 ; # net/minecraft/client/resources/model/ModelManager$$Lambda+0x000001d684dfd7a0 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 530 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfd588 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 520 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfd350 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 507 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfd138 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 458 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfcf00 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 453 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfccc8 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 368 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfca90 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 343 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfc858 +instanceKlass @bci net/minecraft/client/renderer/Sheets ()V 313 argL0 ; # net/minecraft/client/renderer/Sheets$$Lambda+0x000001d684dfc620 +instanceKlass traben/entity_texture_features/features/ETFRenderContext +instanceKlass net/minecraft/client/renderer/Sheets +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils lambda$copyItemTint$1 (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/world/item/Item;)V 3 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684dfc000 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils copyItemTint (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;Ljava/util/Map;)V 2 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684df7be0 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils lambda$copyBlockTint$3 (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/world/level/block/Block;)V 3 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684df79c0 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils copyBlockTint (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;Ljava/util/Map;)V 2 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684df7790 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleModule registerItemColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;)V 5 member ; # net/mehvahdjukaar/every_compat/api/SimpleModule$$Lambda+0x000001d684df7560 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient registerItemColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;)V 1 member ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d684df7330 +instanceKlass @bci plus/dragons/createdragonsplus/client/color/SimpleItemColors lambda$singleLayer$1 (I)Lnet/minecraft/client/color/item/ItemColor; 1 member ; # plus/dragons/createdragonsplus/client/color/SimpleItemColors$$Lambda+0x000001d684df7118 +instanceKlass @cpi plus/dragons/createdragonsplus/client/color/SimpleItemColors 46 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684df8000 +instanceKlass @bci plus/dragons/createdragonsplus/client/color/SimpleItemColors singleLayer (I)Ljava/util/function/Supplier; 1 member ; # plus/dragons/createdragonsplus/client/color/SimpleItemColors$$Lambda+0x000001d684df6f00 +instanceKlass plus/dragons/createdragonsplus/client/color/SimpleItemColors +instanceKlass @bci com/simibubi/create/AllItems lambda$static$10 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684df6ae8 +instanceKlass com/simibubi/create/content/legacy/ChromaticCompoundColor +instanceKlass net/mehvahdjukaar/amendments/client/colors/CrossbowColor +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerItemColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;)V 1 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684df6490 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 138 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df6278 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 113 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df6060 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 85 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df5e48 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 57 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df5c30 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 29 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df5a18 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 1 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684df5800 +instanceKlass @bci org/betterx/bclib/client/BCLibClient onRegisterItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 42 member ; # org/betterx/bclib/client/BCLibClient$$Lambda+0x000001d684df55e0 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 26 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684df53c8 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 1 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684df51b0 +instanceKlass @bci com/aetherteam/aether/client/AetherColorResolvers registerItemColor (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 55 member ; # com/aetherteam/aether/client/AetherColorResolvers$$Lambda+0x000001d684df4f90 +instanceKlass @bci com/aetherteam/aether/client/AetherColorResolvers registerItemColor (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 1 argL0 ; # com/aetherteam/aether/client/AetherColorResolvers$$Lambda+0x000001d684df4d78 +instanceKlass @bci org/violetmoon/quark/content/building/module/ShearVinesModule$Client itemColors (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 6 member ; # org/violetmoon/quark/content/building/module/ShearVinesModule$Client$$Lambda+0x000001d684df4b38 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PathfinderMapsModule$Client registerItemColors (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 0 argL0 ; # org/violetmoon/quark/content/tools/module/PathfinderMapsModule$Client$$Lambda+0x000001d684df4920 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule$Client itemColorProviders (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$Client$$Lambda+0x000001d684df46e8 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule$Client lambda$itemColorHandlers$1 (Lnet/minecraft/world/item/Item;)Lnet/minecraft/client/color/item/ItemColor; 5 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$Client$$Lambda+0x000001d684df44b0 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule$Client itemColorHandlers (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$Client$$Lambda+0x000001d684df4278 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule$Client lambda$itemColorProviders$1 (Lnet/minecraft/world/item/Item;)Lnet/minecraft/client/color/item/ItemColor; 5 argL0 ; # org/violetmoon/quark/content/building/module/HedgesModule$Client$$Lambda+0x000001d684df4040 +instanceKlass @bci org/violetmoon/zetaimplforge/client/event/load/ForgeZAddItemColorHandlers registerNamed (Lorg/violetmoon/zeta/Zeta;Ljava/util/function/Function;[Ljava/lang/String;)V 33 member ; # org/violetmoon/zetaimplforge/client/event/load/ForgeZAddItemColorHandlers$$Lambda+0x000001d684df3e10 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule$Client itemColorProviders (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/building/module/HedgesModule$Client$$Lambda+0x000001d684df3bd8 +instanceKlass @bci org/violetmoon/quark/content/client/module/BucketsShowInhabitantsModule$Client registerItemColors (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 24 member ; # org/violetmoon/quark/content/client/module/BucketsShowInhabitantsModule$Client$$Lambda+0x000001d684df39b8 +instanceKlass org/violetmoon/quark/content/client/module/BucketsShowInhabitantsModule$Client$TropicalFishBucketColor +instanceKlass @bci org/violetmoon/quark/base/QuarkClient lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # org/violetmoon/quark/base/QuarkClient$$Lambda+0x000001d684df3578 +instanceKlass org/violetmoon/quark/integration/lootr/client/IClientLootrIntegration$Dummy +instanceKlass org/violetmoon/quark/integration/lootr/client/IClientLootrIntegration +instanceKlass @bci org/violetmoon/quark/base/QuarkClient ()V 45 argL0 ; # org/violetmoon/quark/base/QuarkClient$$Lambda+0x000001d684df2f48 +instanceKlass @bci org/violetmoon/quark/base/QuarkClient ()V 40 argL0 ; # org/violetmoon/quark/base/QuarkClient$$Lambda+0x000001d684df2d30 +instanceKlass org/violetmoon/zeta/client/config/ClientConfigManager +instanceKlass org/violetmoon/zeta/client/ClientRegistryExtension +instanceKlass org/violetmoon/zeta/client/ZetaClient +instanceKlass org/violetmoon/quark/base/QuarkClient +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/BackpackModule$Client registerItemColors (Lorg/violetmoon/zeta/client/event/load/ZAddItemColorHandlers;)V 0 argL0 ; # org/violetmoon/quark/addons/oddities/module/BackpackModule$Client$$Lambda+0x000001d684df1bd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerItemColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;)V 92 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684df19b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry registerItemColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent;)V 63 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d684df17a0 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$2 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$18 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d684df1338 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesItems registerItemColors (Lcom/faboslav/variantsandventures/common/events/item/RegisterItemColorEvent;)V 30 member ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesItems$$Lambda+0x000001d684df0ef0 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge onRegisterItemColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 13 member ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d684df0cc0 +instanceKlass @bci net/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler lambda$registerSpawnEggColors$1 (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;Lnet/neoforged/neoforge/common/DeferredSpawnEggItem;)V 2 member ; # net/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler$$Lambda+0x000001d684df0aa0 +instanceKlass @bci net/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler registerSpawnEggColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Item;)V 4 member ; # net/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler$$Lambda+0x000001d684df0870 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 306 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684df0658 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 287 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684df0440 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 202 member ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684df0220 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 181 member ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684df0000 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 115 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684decc30 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 96 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684deca18 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 71 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684dec800 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 52 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684dedce8 +instanceKlass @bci net/minecraft/client/color/item/ItemColors createDefault (Lnet/minecraft/client/color/block/BlockColors;)Lnet/minecraft/client/color/item/ItemColors; 9 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684dedad0 +instanceKlass @bci net/minecraft/client/color/item/ItemColors handler$gmf015$connector$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 6 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684ded898 +instanceKlass @bci net/minecraft/client/color/item/ItemColors handler$gmf015$connector$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 1 argL0 ; # net/minecraft/client/color/item/ItemColors$$Lambda+0x000001d684ded680 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils lambda$copyBlockTint$5 (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/minecraft/world/level/block/Block;)V 19 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684ded460 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ColoringUtils copyBlockTint (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent;Ljava/util/Map;)V 2 member ; # net/mehvahdjukaar/every_compat/misc/ColoringUtils$$Lambda+0x000001d684ded230 +instanceKlass net/mehvahdjukaar/every_compat/misc/ColoringUtils +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleModule registerBlockColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent;)V 5 member ; # net/mehvahdjukaar/every_compat/api/SimpleModule$$Lambda+0x000001d684ded000 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient registerBlockColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent;)V 1 member ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d684defd88 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$201 ()Lnet/minecraft/client/color/block/BlockColor; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684defb70 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$202 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684def958 +instanceKlass com/copycatsplus/copycats/foundation/copycat/multistate/IMultiStateCopycatBlock$WrappedBlockColor +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$14 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d684def520 +instanceKlass com/copycatsplus/copycats/foundation/copycat/ICopycatBlock$WrappedBlockColor +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$6 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d684def0e8 +instanceKlass com/simibubi/create/content/decoration/copycat/CopycatBlock$WrappedBlockColor +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$21 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684deecb0 +instanceKlass net/mehvahdjukaar/amendments/client/colors/SoftFluidColor +instanceKlass net/mehvahdjukaar/amendments/client/colors/BrewingStandColor +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient registerBlockColors (Lnet/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent;)V 138 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d684dee658 +instanceKlass net/mehvahdjukaar/amendments/client/colors/CarpetBlockColor +instanceKlass net/mehvahdjukaar/amendments/client/colors/MimicBlockColor +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 263 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684dee000 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 238 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684debbe0 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 213 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deb9c8 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 188 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deb7b0 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 163 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deb598 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 138 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deb380 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 110 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deb168 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 82 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deaf50 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 54 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684dead38 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 26 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684deab20 +instanceKlass @bci net/hibiscus/naturespirit/client/NSClient registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 1 argL0 ; # net/hibiscus/naturespirit/client/NSClient$$Lambda+0x000001d684dea908 +instanceKlass @bci org/betterx/bclib/client/BCLibClient onRegisterBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 42 member ; # org/betterx/bclib/client/BCLibClient$$Lambda+0x000001d684dea6e8 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 51 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684dea4d0 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 26 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684dea2b8 +instanceKlass @bci io/github/razordevs/deep_aether/event/DAClientModBusEvents registerBlockColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 1 argL0 ; # io/github/razordevs/deep_aether/event/DAClientModBusEvents$$Lambda+0x000001d684dea0a0 +instanceKlass @bci com/aetherteam/aether/client/AetherColorResolvers registerBlockColor (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 144 member ; # com/aetherteam/aether/client/AetherColorResolvers$$Lambda+0x000001d684de9e80 +instanceKlass @cpi plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDBlockSpoutingBehaviours 93 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684dec400 +instanceKlass @bci umpaz/brewinandchewin/client/BnCClientSetup registerColorHandlers (Ljava/util/function/BiConsumer;)V 1 argL0 ; # umpaz/brewinandchewin/client/BnCClientSetup$$Lambda+0x000001d684de9c68 +instanceKlass umpaz/brewinandchewin/client/BnCClientSetup +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents registerColorHandlers (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 6 member ; # umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents$$Lambda+0x000001d684de9a38 +instanceKlass @bci net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks ()V 0 argL0 ; # net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks$$Lambda+0x000001d684de9820 +instanceKlass @bci org/violetmoon/quark/content/building/module/ShearVinesModule$Client blockColors (Lorg/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers;)V 6 member ; # org/violetmoon/quark/content/building/module/ShearVinesModule$Client$$Lambda+0x000001d684de95e0 +instanceKlass org/violetmoon/quark/content/world/module/NewStoneTypesModule$Client$MyaliteColorHandler +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule$Client blockColorProviders (Lorg/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$Client$$Lambda+0x000001d684de9168 +instanceKlass @bci org/violetmoon/quark/content/building/module/MorePottedPlantsModule$Client registerColors (Lorg/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers;)V 62 member ; # org/violetmoon/quark/content/building/module/MorePottedPlantsModule$Client$$Lambda+0x000001d684de8f48 +instanceKlass @cpi net/mehvahdjukaar/every_compat/misc/ColoringUtils 107 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684dec000 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule$Client lambda$blockColorHandlers$0 (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/client/color/block/BlockColor; 8 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$Client$$Lambda+0x000001d684de8d10 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule$Client blockColorHandlers (Lorg/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$Client$$Lambda+0x000001d684de8ad8 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule$Client lambda$blockColorProviders$0 (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/client/color/block/BlockColor; 8 argL0 ; # org/violetmoon/quark/content/building/module/HedgesModule$Client$$Lambda+0x000001d684de88a0 +instanceKlass @bci org/violetmoon/zetaimplforge/client/event/load/ForgeZAddBlockColorHandlers registerNamed (Lorg/violetmoon/zeta/Zeta;Ljava/util/function/Function;[Ljava/lang/String;)V 33 member ; # org/violetmoon/zetaimplforge/client/event/load/ForgeZAddBlockColorHandlers$$Lambda+0x000001d684de8670 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule$Client blockColorProviders (Lorg/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers;)V 5 argL0 ; # org/violetmoon/quark/content/building/module/HedgesModule$Client$$Lambda+0x000001d684de8438 +instanceKlass @bci com/tom/storagemod/StorageModClient registerColors (Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 1 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d684de8220 +instanceKlass alabaster/hearthandharvest/common/utilities/BasinBlockColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/LunchBasketColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/FlowerBoxColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/GunpowderBlockColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/CogBlockColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/MimicBlockColor +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/DefaultWaterColor +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/renderers/color/TippedSpikesColor ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/client/renderers/color/TippedSpikesColor$$Lambda+0x000001d684de7560 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/renderers/color/TippedSpikesColor ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/client/renderers/color/TippedSpikesColor$$Lambda+0x000001d684de7348 +instanceKlass it/unimi/dsi/fastutil/ints/Int2IntMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/ints/AbstractInt2IntFunction +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/TippedSpikesColor +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$1 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor lambda$registerLoadingHandlers$16 (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Lnet/neoforged/neoforge/client/event/RegisterColorHandlersEvent$Block;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d684de6ca0 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 360 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684de6860 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 312 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684de6648 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 287 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684de6430 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 268 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684de6218 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 232 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684de6000 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 201 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddfd40 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 151 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddfb28 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 132 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddf910 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 113 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddf6f8 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 94 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddf4e0 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 57 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddf2c8 +instanceKlass @bci net/minecraft/client/color/block/BlockColors createDefault ()Lnet/minecraft/client/color/block/BlockColors; 9 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684ddf0b0 +instanceKlass org/sinytra/connector/mod/compat/fieldtypes/FieldTypeUtil +instanceKlass @bci net/minecraft/client/color/block/BlockColors handler$gmc014$connector$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 6 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684dde990 +instanceKlass @bci net/minecraft/client/color/block/BlockColors handler$gmc014$connector$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 1 argL0 ; # net/minecraft/client/color/block/BlockColors$$Lambda+0x000001d684dde778 +instanceKlass @bci net/minecraft/client/gui/font/FontManager createFontFilterFishy ()Lnet/minecraft/client/gui/Font; 5 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d684dde018 +instanceKlass @bci net/minecraft/client/gui/Font (Ljava/util/function/Function;Z)V 60 member ; # net/minecraft/client/gui/Font$$Lambda+0x000001d684ddddf8 +instanceKlass @cpi net/minecraft/client/gui/Font 101 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684de4000 +instanceKlass net/minecraft/client/StringSplitter$WidthProvider +instanceKlass net/minecraft/client/StringSplitter +instanceKlass team/creative/creativecore/mixin/StringSplitterAccessor +instanceKlass @bci net/minecraft/client/gui/font/FontManager createFont ()Lnet/minecraft/client/gui/Font; 5 member ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d684ddd518 +instanceKlass @bci net/minecraft/client/gui/font/FontSet selectProviders (Ljava/util/List;Ljava/util/Set;)Ljava/util/List; 127 member ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684ddd2c8 +instanceKlass @bci net/minecraft/client/gui/font/FontSet selectProviders (Ljava/util/List;Ljava/util/Set;)Ljava/util/List; 103 member ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684ddd008 +instanceKlass it/unimi/dsi/fastutil/ints/IntIterators$EmptyIterator +instanceKlass it/unimi/dsi/fastutil/ints/IntIterators +instanceKlass it/unimi/dsi/fastutil/ints/IntCollections$UnmodifiableCollection +instanceKlass it/unimi/dsi/fastutil/ints/IntSets +instanceKlass @bci net/minecraft/client/gui/font/FontSet resetTextures ()V 48 member ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684ddcdc8 +instanceKlass net/minecraft/client/gui/font/FontTexture$Node +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getTextPolygonOffset (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 19 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddc9a0 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getTextPolygonOffset (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 14 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddc788 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getTextSeeThrough (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 19 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddc570 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getTextSeeThrough (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 14 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddc358 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getText (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 19 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddc140 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal getText (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/RenderType; 14 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddbf28 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 158 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddbcf0 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 147 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddbab8 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 136 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddb880 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 125 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddb648 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 114 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddb410 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 103 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddb1d8 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 92 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddafa0 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 81 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddad68 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 70 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684ddab30 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 59 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dda8f8 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 48 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dda6c0 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 37 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dda488 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 26 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dda250 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 15 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dda018 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal ()V 4 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal$$Lambda+0x000001d684dd9e00 +instanceKlass net/neoforged/neoforge/client/NeoForgeRenderTypes$Internal +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 135 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd95b8 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 116 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd93a0 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 97 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd9188 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 79 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd8f70 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 61 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd8d58 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 43 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd8b40 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 25 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd8928 +instanceKlass @bci net/neoforged/neoforge/client/NeoForgeRenderTypes ()V 7 argL0 ; # net/neoforged/neoforge/client/NeoForgeRenderTypes$$Lambda+0x000001d684dd8710 +instanceKlass net/minecraft/client/gui/font/glyphs/SpecialGlyphs$1 +instanceKlass @bci net/minecraft/client/gui/font/FontSet resetTextures ()V 32 member ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684dd8000 +instanceKlass com/mojang/blaze3d/font/SheetGlyphInfo +instanceKlass @bci net/minecraft/client/gui/font/glyphs/SpecialGlyphs lambda$static$3 ()Lcom/mojang/blaze3d/platform/NativeImage; 8 argL0 ; # net/minecraft/client/gui/font/glyphs/SpecialGlyphs$$Lambda+0x000001d684dd4a18 +instanceKlass @bci net/minecraft/client/gui/font/glyphs/SpecialGlyphs ()V 25 argL0 ; # net/minecraft/client/gui/font/glyphs/SpecialGlyphs$$Lambda+0x000001d684dd4800 +instanceKlass @bci net/minecraft/client/gui/font/glyphs/SpecialGlyphs lambda$static$1 ()Lcom/mojang/blaze3d/platform/NativeImage; 3 argL0 ; # net/minecraft/client/gui/font/glyphs/SpecialGlyphs$$Lambda+0x000001d684dd5d28 +instanceKlass net/minecraft/client/gui/font/glyphs/SpecialGlyphs$PixelProvider +instanceKlass @bci net/minecraft/client/gui/font/glyphs/SpecialGlyphs ()V 7 argL0 ; # net/minecraft/client/gui/font/glyphs/SpecialGlyphs$$Lambda+0x000001d684dd5918 +instanceKlass @bci net/minecraft/client/gui/font/FontOption$Filter ()V 14 argL0 ; # net/minecraft/client/gui/font/FontOption$Filter$$Lambda+0x000001d684dd5450 +instanceKlass @bci net/minecraft/client/gui/font/FontOption$Filter ()V 9 argL0 ; # net/minecraft/client/gui/font/FontOption$Filter$$Lambda+0x000001d684dd5218 +instanceKlass @bci net/minecraft/client/gui/font/FontOption ()V 36 argL0 ; # net/minecraft/client/gui/font/FontOption$$Lambda+0x000001d684dd5000 +instanceKlass net/minecraft/client/gui/font/FontOption$Filter +instanceKlass net/minecraft/client/gui/font/AllMissingGlyphProvider +instanceKlass @bci net/minecraft/client/gui/font/FontManager (Lnet/minecraft/client/renderer/texture/TextureManager;)V 43 argL0 ; # net/minecraft/client/gui/font/FontManager$$Lambda+0x000001d684dd7228 +instanceKlass @bci net/minecraft/client/gui/font/FontSet (Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/resources/ResourceLocation;)V 49 argL0 ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684dd7010 +instanceKlass @bci net/minecraft/client/gui/font/FontSet (Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/resources/ResourceLocation;)V 44 argL0 ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684dd6c08 +instanceKlass @bci net/minecraft/client/gui/font/FontSet (Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/resources/ResourceLocation;)V 28 argL0 ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684dd65f8 +instanceKlass @bci net/minecraft/client/gui/font/FontSet (Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/resources/ResourceLocation;)V 23 argL0 ; # net/minecraft/client/gui/font/FontSet$$Lambda+0x000001d684dd61f0 +instanceKlass net/minecraft/client/gui/font/glyphs/BakedGlyph +instanceKlass net/minecraft/client/gui/font/CodepointMap +instanceKlass com/mojang/blaze3d/font/GlyphInfo +instanceKlass org/spongepowered/asm/mixin/injection/code/InsnListEx$1 +instanceKlass net/minecraft/client/gui/font/FontSet +instanceKlass net/minecraft/util/DependencySorter$Entry +instanceKlass com/mojang/blaze3d/font/GlyphProvider +instanceKlass @bci net/minecraft/client/sounds/SoundManager handler$kkg000$fancymenu$afterInitFancyMenu (Lnet/minecraft/client/Options;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 8 argL0 ; # net/minecraft/client/sounds/SoundManager$$Lambda+0x000001d684dd2ea8 +instanceKlass @cpi net/minecraft/client/sounds/SoundManager 752 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684dd4000 +instanceKlass net/minecraft/client/sounds/SoundEventListener +instanceKlass net/minecraft/client/sounds/FiniteAudioStream +instanceKlass net/minecraft/client/sounds/AudioStream +instanceKlass net/minecraft/client/sounds/SoundBufferLibrary +instanceKlass team/creative/ambientsounds/mixin/SoundBufferLibraryAccessor +instanceKlass net/minecraft/client/sounds/ChannelAccess +instanceKlass @bci net/minecraft/client/sounds/SoundEngineExecutor run ()V 9 member ; # net/minecraft/client/sounds/SoundEngineExecutor$$Lambda+0x000001d684dd1c08 +instanceKlass @bci net/minecraft/client/sounds/SoundEngineExecutor createThread ()Ljava/lang/Thread; 5 member ; # net/minecraft/client/sounds/SoundEngineExecutor$$Lambda+0x000001d684dd19e8 +instanceKlass org/lwjgl/openal/ALUtil +instanceKlass org/lwjgl/openal/AL$ICDStatic +instanceKlass org/lwjgl/openal/AL$ICD +instanceKlass org/lwjgl/openal/AL +instanceKlass @bci org/lwjgl/openal/ALC createCapabilities (JLjava/util/function/IntFunction;)Lorg/lwjgl/openal/ALCCapabilities; 550 argL0 ; # org/lwjgl/openal/ALC$$Lambda+0x000001d684dc6050 +instanceKlass org/lwjgl/openal/ALCCapabilities +instanceKlass org/lwjgl/openal/ALC$1 +instanceKlass org/lwjgl/openal/ALC$ICD +instanceKlass org/lwjgl/system/FunctionProviderLocal +instanceKlass org/lwjgl/openal/ALC +instanceKlass org/lwjgl/openal/ALC10 +instanceKlass com/mojang/blaze3d/audio/Listener +instanceKlass com/mojang/blaze3d/audio/Library$1 +instanceKlass com/mojang/blaze3d/audio/Library$ChannelPool +instanceKlass com/mojang/blaze3d/audio/Library +instanceKlass @bci net/minecraft/server/packs/resources/ResourceProvider fromMap (Ljava/util/Map;)Lnet/minecraft/server/packs/resources/ResourceProvider; 1 member ; # net/minecraft/server/packs/resources/ResourceProvider$$Lambda+0x000001d684dd0950 +instanceKlass net/minecraft/client/sounds/SoundEngine +instanceKlass com/yungnickyoung/minecraft/ribbits/mixin/interfaces/client/ISoundEngineDuck +instanceKlass de/keksuccino/melody/mixin/mixins/common/client/IMixinSoundEngine +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/SoundEngineAccessor +instanceKlass net/minecraft/client/resources/sounds/SoundEventRegistrationSerializer +instanceKlass net/minecraft/client/resources/sounds/SoundEventRegistration +instanceKlass net/minecraft/network/chat/Component$SerializerAdapter +instanceKlass net/minecraft/client/sounds/WeighedSoundEvents +instanceKlass net/minecraft/resources/FileToIdConverter +instanceKlass net/minecraft/client/resources/sounds/Sound +instanceKlass net/minecraft/client/sounds/Weighted +instanceKlass net/minecraft/util/ListAndDeque +instanceKlass net/minecraft/client/resources/SkinManager$TextureCache +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 1102 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dcabf8 +instanceKlass @bci net/minecraft/client/resources/language/LanguageInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/client/resources/language/LanguageInfo$$Lambda+0x000001d684dca9c0 +instanceKlass @bci net/minecraft/client/resources/language/LanguageInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/client/resources/language/LanguageInfo$$Lambda+0x000001d684dca788 +instanceKlass @bci net/minecraft/client/resources/language/LanguageInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/resources/language/LanguageInfo$$Lambda+0x000001d684dca550 +instanceKlass @bci net/minecraft/client/resources/language/LanguageInfo lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/resources/language/LanguageInfo$$Lambda+0x000001d684dca318 +instanceKlass @bci net/minecraft/client/resources/language/LanguageInfo ()V 0 argL0 ; # net/minecraft/client/resources/language/LanguageInfo$$Lambda+0x000001d684dca0e0 +instanceKlass org/apache/commons/codec/binary/Hex +instanceKlass org/apache/commons/codec/BinaryDecoder +instanceKlass org/apache/commons/codec/Decoder +instanceKlass org/apache/commons/codec/BinaryEncoder +instanceKlass org/apache/commons/codec/Encoder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684dcd800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684dcd400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684dcd000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684dccc00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684dcc800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684dcc400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684dcc000 +instanceKlass net/caffeinemc/mods/sodium/client/util/FileUtil +instanceKlass net/caffeinemc/mods/sodium/client/gui/options/TextProvider +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$DebugSettings +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$NotificationSettings +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$PerformanceSettings +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$AdvancedSettings +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$QualitySettings +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions +instanceKlass @bci net/minecraft/client/Minecraft handler$dmo001$sodium$loadConfig (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 9 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dc8238 +instanceKlass @bci net/minecraft/client/Minecraft handler$dfp000$lithium$loadConfig (Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 9 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d684dc8000 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository handler$dgn000$paxi$buildEnabledProfilesNeoForge (Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 33 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc3c70 +instanceKlass @bci net/minecraft/Util toMutableList ()Ljava/util/stream/Collector; 0 argL0 ; # net/minecraft/Util$$Lambda+0x000001d684dc3a58 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil refreshAutoEnabledPacks (Ljava/util/List;Ljava/util/Map;)V 257 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil$$Lambda+0x000001d684dc3820 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil refreshAutoEnabledPacks (Ljava/util/List;Ljava/util/Map;)V 54 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil$$Lambda+0x000001d684dc35e8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil refreshAutoEnabledPacks (Ljava/util/List;Ljava/util/Map;)V 32 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil$$Lambda+0x000001d684dc33a0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil refreshAutoEnabledPacks (Ljava/util/List;Ljava/util/Map;)V 11 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil$$Lambda+0x000001d684dc3168 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository rebuildSelected (Ljava/util/Collection;)Ljava/util/List; 80 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc2f30 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository getAvailablePacks (Ljava/util/Collection;)Ljava/util/stream/Stream; 25 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc2ce8 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository getAvailablePacks (Ljava/util/Collection;)Ljava/util/stream/Stream; 15 member ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc2aa8 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository handler$dgn000$paxi$removeDuplicatesInAvailableList (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 193 member ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc2878 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository handler$dgn000$paxi$removeDuplicatesInAvailableList (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 9 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684dc2630 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource toPaths (Ljava/util/List;)Ljava/util/List; 6 argL0 ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684dc23f8 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource loadPacksFromFiles ()Ljava/util/List; 340 argL0 ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684dc21c0 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource loadPacksFromFiles ()Ljava/util/List; 313 member ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684dc1f90 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource loadPacksFromFiles ()Ljava/util/List; 300 member ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684dc1d60 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource loadPacksFromFiles ()Ljava/util/List; 280 member ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684dc1b10 +instanceKlass com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$PackOrdering +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$5 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider close ()V 4 argL0 ; # net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider$$Lambda+0x000001d684dc14a0 +instanceKlass org/lwjgl/stb/STBImageWrite +instanceKlass org/lwjgl/stb/STBIWriteCallbackI +instanceKlass net/mehvahdjukaar/moonlight/core/pack/ImageMerger +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources getRootResource ([Ljava/lang/String;)Lnet/minecraft/server/packs/resources/IoSupplier; 30 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/InMemoryPackResources$$Lambda+0x000001d684dc0970 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/AbstractCachedEditableResources getRootResource ([Ljava/lang/String;)Lnet/minecraft/server/packs/resources/IoSupplier; 30 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/AbstractCachedEditableResources$$Lambda+0x000001d684dc0750 +instanceKlass net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider$1 +instanceKlass net/neoforged/neoforge/resource/EmptyPackResources$EmptyResourcesSupplier +instanceKlass dev/ftb/mods/ftblibrary/util/text/ExtendableTextColor +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$6 (Ljava/util/List;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; 2 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbfb08 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$7 (Ljava/util/List;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 137 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbf8c8 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$7 (Ljava/util/List;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 102 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbf678 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$7 (Ljava/util/List;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 18 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbf428 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$8 (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 36 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbf1e8 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$9 (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 55 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbefa8 +instanceKlass @bci net/minecraft/core/Registry lambda$referenceHolderWithLifecycle$6 (Lnet/minecraft/core/Holder$Reference;)Lcom/mojang/serialization/Lifecycle; 10 argL0 ; # net/minecraft/core/Registry$$Lambda+0x000001d684dbed70 +instanceKlass @bci net/minecraft/util/ExtraCodecs$4 apply (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/DataResult;)Lcom/mojang/serialization/DataResult; 11 member ; # net/minecraft/util/ExtraCodecs$4$$Lambda+0x000001d684dbeb30 +instanceKlass @bci net/minecraft/core/Registry lambda$referenceHolderWithLifecycle$4 (Lnet/minecraft/resources/ResourceLocation;)Lcom/mojang/serialization/DataResult; 17 member ; # net/minecraft/core/Registry$$Lambda+0x000001d684dbe910 +instanceKlass @bci net/minecraft/core/Registry lambda$referenceHolderWithLifecycle$4 (Lnet/minecraft/resources/ResourceLocation;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # net/minecraft/core/Registry$$Lambda+0x000001d684dbe6d8 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader readMeta (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;)Lnet/minecraft/server/packs/repository/Pack$Metadata; 122 member ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbe4a0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader readMeta (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;)Lnet/minecraft/server/packs/repository/Pack$Metadata; 86 member ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbe268 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader readMeta (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackLocationInfo;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;)Lnet/minecraft/server/packs/repository/Pack$Metadata; 50 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbe030 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader packFinder (Ljava/util/Map;Ljava/util/function/Consumer;Lnet/minecraft/server/packs/PackType;)V 171 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbddf8 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader packFinder (Ljava/util/Map;Ljava/util/function/Consumer;Lnet/minecraft/server/packs/PackType;)V 161 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbdbc0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader packFinder (Ljava/util/Map;Ljava/util/function/Consumer;Lnet/minecraft/server/packs/PackType;)V 110 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbd988 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$SetIterator +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader redirect$dmp000$sodium$changeSet (Ljava/util/Map;)Ljava/util/Set; 35 member ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbd758 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader redirect$dmp000$sodium$changeSet (Ljava/util/Map;)Ljava/util/Set; 19 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684dbd4c8 +instanceKlass org/violetmoon/quark/content/tweaks/module/EmotesModule$Client$1 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection overlaysForVersion (I)Ljava/util/List; 20 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$$Lambda+0x000001d684dbd060 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection overlaysForVersion (I)Ljava/util/List; 10 member ; # net/minecraft/server/packs/OverlayMetadataSection$$Lambda+0x000001d684dbce18 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs lambda$listWithoutEmpty$11 (Ljava/util/List;)Ljava/util/List; 16 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d684dbcbe0 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs lambda$listWithoutEmpty$11 (Ljava/util/List;)Ljava/util/List; 6 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d684dbc998 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps lambda$createConditionalCodec$1 (Ljava/util/Optional;)Ljava/util/Optional; 1 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$$Lambda+0x000001d684dbc760 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 46 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbc540 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$2 (Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; 1 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbc100 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder lambda$decode$9 (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 28 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbbec8 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 28 member ; # net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder$$Lambda+0x000001d684dbbc88 +instanceKlass @bci net/minecraft/server/packs/repository/FolderRepositorySource loadPacks (Ljava/util/function/Consumer;)V 17 member ; # net/minecraft/server/packs/repository/FolderRepositorySource$$Lambda+0x000001d684dbba58 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$27 (Ljava/util/function/BiFunction;Lcom/mojang/datafixers/util/Either;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d684dbb820 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$27 (Ljava/util/function/BiFunction;Lcom/mojang/datafixers/util/Either;)Lcom/mojang/serialization/DataResult; 2 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d684dbb5e0 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$21 (Ljava/util/function/BiFunction;Ljava/util/List;)Lcom/mojang/serialization/DataResult; 6 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d684dbb3a0 +instanceKlass @bci com/mojang/serialization/codecs/ListCodec$DecoderState accept (Ljava/lang/Object;)V 95 argL0 ; # com/mojang/serialization/codecs/ListCodec$DecoderState$$Lambda+0x000001d684dab0f0 +instanceKlass @bci com/mojang/serialization/codecs/ListCodec$DecoderState accept (Ljava/lang/Object;)V 82 member ; # com/mojang/serialization/codecs/ListCodec$DecoderState$$Lambda+0x000001d684daaec0 +instanceKlass @bci com/mojang/serialization/codecs/ListCodec$DecoderState accept (Ljava/lang/Object;)V 67 member ; # com/mojang/serialization/codecs/ListCodec$DecoderState$$Lambda+0x000001d684daac90 +instanceKlass @bci com/mojang/serialization/JsonOps getNumberValue (Lcom/google/gson/JsonElement;)Lcom/mojang/serialization/DataResult; 69 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d684daaa70 +instanceKlass @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;)Lnet/minecraft/server/packs/resources/IoSupplier; 2 member ; # net/minecraft/server/packs/resources/IoSupplier$$Lambda+0x000001d684dbb180 +instanceKlass team/creative/creativecore/mixin/FilePackResourcesAccessor +instanceKlass net/minecraft/server/packs/FilePackResources$SharedZipFileAccess +instanceKlass @bci net/minecraft/server/packs/repository/BuiltInPackSource listBundledPacks (Ljava/util/function/Consumer;)V 25 member ; # net/minecraft/server/packs/repository/BuiltInPackSource$$Lambda+0x000001d684dba828 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources listRawPaths (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Consumer;)V 22 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d684dba5f8 +instanceKlass @bci net/minecraft/server/packs/repository/BuiltInPackSource lambda$discoverPacksInPath$3 (Ljava/util/function/BiConsumer;Ljava/nio/file/Path;Lnet/minecraft/server/packs/repository/Pack$ResourcesSupplier;)V 7 member ; # net/minecraft/server/packs/repository/BuiltInPackSource$$Lambda+0x000001d684dba3b8 +instanceKlass net/minecraft/server/packs/FilePackResources$FileResourcesSupplier +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFSProvider$1 iterator ()Ljava/util/Iterator; 31 argL0 ; # net/minecraft/server/packs/linkfs/LinkFSProvider$1$$Lambda+0x000001d684db9f48 +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFSProvider$1 iterator ()Ljava/util/Iterator; 21 member ; # net/minecraft/server/packs/linkfs/LinkFSProvider$1$$Lambda+0x000001d684db9cf8 +instanceKlass net/minecraft/server/packs/linkfs/LinkFSProvider$1 +instanceKlass net/minecraft/server/packs/repository/PackDetector +instanceKlass @bci net/minecraft/server/packs/repository/BuiltInPackSource discoverPacksInPath (Ljava/nio/file/Path;Ljava/util/function/BiConsumer;)V 22 member ; # net/minecraft/server/packs/repository/BuiltInPackSource$$Lambda+0x000001d684db93d8 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResources listRawPaths (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Consumer;)V 11 member ; # net/minecraft/server/packs/VanillaPackResources$$Lambda+0x000001d684db91a8 +instanceKlass @bci net/minecraft/server/packs/repository/BuiltInPackSource populatePackList (Ljava/util/function/BiConsumer;)V 14 member ; # net/minecraft/server/packs/repository/BuiltInPackSource$$Lambda+0x000001d684db8f78 +instanceKlass @bci net/minecraft/server/packs/repository/BuiltInPackSource listBundledPacks (Ljava/util/function/Consumer;)V 15 member ; # net/minecraft/server/packs/repository/BuiltInPackSource$$Lambda+0x000001d684db8d48 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository lambda$discoverAvailable$2 (Ljava/util/Map;Lnet/minecraft/server/packs/repository/Pack;)V 5 member ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684db8b18 +instanceKlass net/minecraft/server/packs/repository/BuiltInPackSource$1 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository discoverAvailable ()Ljava/util/Map; 41 member ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684db86b0 +instanceKlass @bci net/minecraft/server/packs/repository/PackRepository reload ()V 9 argL0 ; # net/minecraft/server/packs/repository/PackRepository$$Lambda+0x000001d684db8478 +instanceKlass @bci net/neoforged/neoforge/internal/BrandingControl resourceManagerReloadListener ()Lnet/minecraft/server/packs/resources/ResourceManagerReloadListener; 0 argL0 ; # net/neoforged/neoforge/internal/BrandingControl$$Lambda+0x000001d684db8228 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader begin (Lnet/minecraft/client/Minecraft;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/packs/resources/ReloadableResourceManager;)V 87 argL0 ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d684db8000 +instanceKlass @bci net/minecraft/world/level/DataPackConfig addModPacks (Ljava/util/List;)V 11 member ; # net/minecraft/world/level/DataPackConfig$$Lambda+0x000001d684db7ca8 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$getPackNames$12 (Lnet/neoforged/neoforgespi/locating/IModFile;)Ljava/lang/String; 11 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db7a70 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$getPackNames$11 (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Z 11 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db7828 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader getPackNames (Lnet/minecraft/server/packs/PackType;)Ljava/util/List; 65 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db75f0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader getPackNames (Lnet/minecraft/server/packs/PackType;)Ljava/util/List; 55 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db73b8 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader getPackNames (Lnet/minecraft/server/packs/PackType;)Ljava/util/List; 45 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db7170 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader getPackNames (Lnet/minecraft/server/packs/PackType;)Ljava/util/List; 35 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db6f28 +instanceKlass @bci net/minecraft/world/level/DataPackConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/DataPackConfig$$Lambda+0x000001d684db6d00 +instanceKlass @bci net/minecraft/world/level/DataPackConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/DataPackConfig$$Lambda+0x000001d684db6ac8 +instanceKlass @bci net/minecraft/world/level/DataPackConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/DataPackConfig$$Lambda+0x000001d684db6890 +instanceKlass @bci net/minecraft/world/level/DataPackConfig ()V 18 argL0 ; # net/minecraft/world/level/DataPackConfig$$Lambda+0x000001d684db6658 +instanceKlass net/minecraft/world/level/DataPackConfig +instanceKlass @bci org/violetmoon/quark/base/Quark addPackFinders (Lnet/neoforged/neoforge/event/AddPackFindersEvent;)V 266 member ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d684db6218 +instanceKlass dev/latvian/mods/kubejs/client/KubeJSResourcePackFinder +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether setupCompatPack (Ljava/lang/String;Ljava/lang/String;Lnet/neoforged/neoforge/event/AddPackFindersEvent;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/repository/PackSource;Z)V 86 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d684db5dd8 +instanceKlass @bci com/aetherteam/aether/Aether setupTooltipsPack (Lnet/neoforged/neoforge/event/AddPackFindersEvent;)V 68 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d684db5bb8 +instanceKlass @bci com/aetherteam/aether/Aether setupColorblindPack (Lnet/neoforged/neoforge/event/AddPackFindersEvent;)V 68 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d684db5998 +instanceKlass @bci com/aetherteam/aether/Aether createCombinedPack (Lnet/neoforged/neoforge/event/AddPackFindersEvent;Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 153 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d684db5778 +instanceKlass @bci com/aetherteam/aether/client/CombinedPackResources buildNamespaceMap (Lnet/minecraft/server/packs/PackType;Ljava/util/List;)Ljava/util/Map; 106 argL0 ; # com/aetherteam/aether/client/CombinedPackResources$$Lambda+0x000001d684db5550 +instanceKlass @bci com/aetherteam/aether/client/CombinedPackResources buildNamespaceMap (Lnet/minecraft/server/packs/PackType;Ljava/util/List;)Ljava/util/Map; 78 argL0 ; # com/aetherteam/aether/client/CombinedPackResources$$Lambda+0x000001d684db5318 +instanceKlass @bci net/neoforged/neoforge/event/AddPackFindersEvent addPackFinders (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/network/chat/Component;Lnet/minecraft/server/packs/repository/PackSource;ZLnet/minecraft/server/packs/repository/Pack$Position;)V 152 member ; # net/neoforged/neoforge/event/AddPackFindersEvent$$Lambda+0x000001d684db4be0 +instanceKlass net/minecraft/server/packs/repository/BuiltInPackSource$2 +instanceKlass @bci net/neoforged/neoforge/event/AddPackFindersEvent addPackFinders (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/network/chat/Component;Lnet/minecraft/server/packs/repository/PackSource;ZLnet/minecraft/server/packs/repository/Pack$Position;)V 123 member ; # net/neoforged/neoforge/event/AddPackFindersEvent$$Lambda+0x000001d684db4768 +instanceKlass @bci net/neoforged/neoforge/event/AddPackFindersEvent addPackFinders (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/PackType;Lnet/minecraft/network/chat/Component;Lnet/minecraft/server/packs/repository/PackSource;ZLnet/minecraft/server/packs/repository/Pack$Position;)V 19 member ; # net/neoforged/neoforge/event/AddPackFindersEvent$$Lambda+0x000001d684db4548 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiPackSource decorateWithPaxiSource ()Ljava/util/function/UnaryOperator; 7 member ; # com/yungnickyoung/minecraft/paxi/PaxiPackSource$$Lambda+0x000001d684db42f0 +instanceKlass com/yungnickyoung/minecraft/paxi/PaxiPackSource +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiRepositorySource ()V 0 argL0 ; # com/yungnickyoung/minecraft/paxi/PaxiRepositorySource$$Lambda+0x000001d684db3ee0 +instanceKlass com/yungnickyoung/minecraft/paxi/PaxiNeoForge$1 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader populatePackRepository (Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/packs/PackType;Z)V 25 member ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db35f0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader buildPackFinder (Ljava/util/Map;Lnet/minecraft/server/packs/PackType;)Lnet/minecraft/server/packs/repository/RepositorySource; 2 member ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db33d0 +instanceKlass net/minecraft/server/packs/PathPackResources$PathResourcesSupplier +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$findResourcePacks$2 (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Z 11 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2f50 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 52 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2d38 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 47 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2af8 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 42 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db28c0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 37 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2688 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 27 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2450 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader findResourcePacks ()V 17 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db2208 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db1fd0 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db1d98 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db1b60 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db1928 +instanceKlass @bci net/neoforged/neoforge/resource/ResourcePackLoader ()V 24 argL0 ; # net/neoforged/neoforge/resource/ResourcePackLoader$$Lambda+0x000001d684db16f0 +instanceKlass net/neoforged/neoforge/resource/ResourcePackLoader +instanceKlass @bci net/minecraft/util/thread/BlockableEventLoop submitAsync (Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture; 11 member ; # net/minecraft/util/thread/BlockableEventLoop$$Lambda+0x000001d684db12b0 +instanceKlass @bci net/minecraft/util/thread/BlockableEventLoop submitAsync (Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture; 1 member ; # net/minecraft/util/thread/BlockableEventLoop$$Lambda+0x000001d684db1090 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$9 ()V 12 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d684db0e78 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle lambda$refreshItemVisibility$10 ()Ljava/lang/Runnable; 0 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d684db0c60 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle refreshItemVisibility ()V 3 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d684db0a48 +instanceKlass @bci net/createmod/catnip/config/ConfigBase onLoad ()V 16 argL0 ; # net/createmod/catnip/config/ConfigBase$$Lambda+0x000001d684db0820 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Blocks +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$ETC +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig +instanceKlass net/blay09/mods/balm/neoforge/world/BiomeModification +instanceKlass net/blay09/mods/waystones/worldgen/ModWorldGen$1 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig mapConfigListFromNeoForge (Lnet/blay09/mods/balm/api/config/schema/ConfiguredList;Ljava/util/List;)Ljava/util/List; 7 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d684da9b78 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig mapConfigSetFromNeoForge (Lnet/blay09/mods/balm/api/config/schema/ConfiguredSet;Ljava/util/List;)Ljava/util/Set; 7 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d684da9938 +instanceKlass @bci net/blay09/mods/balm/api/config/MutableLoadedConfig applyFrom (Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema;Lnet/blay09/mods/balm/api/config/LoadedConfig;)V 3 argL0 ; # net/blay09/mods/balm/api/config/MutableLoadedConfig$$Lambda+0x000001d684da96f0 +instanceKlass net/blay09/mods/balm/api/config/PropertyAwareConfig +instanceKlass @bci net/blay09/mods/balm/common/config/AbstractBalmConfig getActiveConfig (Ljava/lang/Class;)Ljava/lang/Object; 12 member ; # net/blay09/mods/balm/common/config/AbstractBalmConfig$$Lambda+0x000001d684da9220 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen matchesTag (Lnet/minecraft/tags/TagKey;)Lnet/blay09/mods/balm/api/world/BiomePredicate; 1 member ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d684da9000 +instanceKlass net/blay09/mods/balm/api/world/BiomePredicate +instanceKlass net/blay09/mods/waystones/tag/ModBiomeTags +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents fireEventHandlers (Lnet/blay09/mods/balm/api/event/EventPriority;Ljava/lang/Object;)V 25 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents$$Lambda+0x000001d684daf7d0 +instanceKlass @bci net/blay09/mods/balm/common/config/AbstractBalmConfig fireConfigLoadHandlers (Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema;Lnet/blay09/mods/balm/api/config/MutableLoadedConfig;)V 23 member ; # net/blay09/mods/balm/common/config/AbstractBalmConfig$$Lambda+0x000001d684daf5a0 +instanceKlass @bci com/baisylia/cookscollection/Config onLoad (Lnet/neoforged/fml/event/config/ModConfigEvent;)V 56 argL0 ; # com/baisylia/cookscollection/Config$$Lambda+0x000001d684daf0f0 +instanceKlass @bci io/github/catomon/easymobspawncontrol/CommonConfig parseConfig ()V 34 argL0 ; # io/github/catomon/easymobspawncontrol/CommonConfig$$Lambda+0x000001d684daeea8 +instanceKlass @bci com/tom/storagemod/Config load (Lnet/neoforged/fml/config/ModConfig;)V 343 argL0 ; # com/tom/storagemod/Config$$Lambda+0x000001d684daec60 +instanceKlass @bci com/tom/storagemod/Config load (Lnet/neoforged/fml/config/ModConfig;)V 333 member ; # com/tom/storagemod/Config$$Lambda+0x000001d684daea20 +instanceKlass @bci com/tom/storagemod/Config load (Lnet/neoforged/fml/config/ModConfig;)V 315 argL0 ; # com/tom/storagemod/Config$$Lambda+0x000001d684dae7d8 +instanceKlass @bci com/tom/storagemod/Config load (Lnet/neoforged/fml/config/ModConfig;)V 305 argL0 ; # com/tom/storagemod/Config$$Lambda+0x000001d684dae5a0 +instanceKlass com/telepathicgrunt/repurposedstructures/configs/RSMainModdedLootConfig +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/BlockEntityRenderHandlerImpl +instanceKlass net/caffeinemc/mods/sodium/api/blockentity/BlockEntityRenderHandler +instanceKlass @bci dev/engine_room/flywheel/impl/compat/SodiumCompat$Internals addPredicate (Lnet/minecraft/world/level/block/entity/BlockEntityType;)Ljava/lang/Object; 0 argL0 ; # dev/engine_room/flywheel/impl/compat/SodiumCompat$Internals$$Lambda+0x000001d684dadd60 +instanceKlass dev/engine_room/flywheel/impl/compat/SodiumCompat$Internals +instanceKlass dev/engine_room/flywheel/impl/compat/SodiumCompat +instanceKlass dev/engine_room/flywheel/impl/visualization/VisualizerRegistryImpl +instanceKlass dev/engine_room/flywheel/api/visualization/VisualizerRegistry +instanceKlass com/electronwill/nightconfig/core/io/IoUtils$OptionHolder +instanceKlass @bci com/electronwill/nightconfig/core/io/ConfigWriter write (Lcom/electronwill/nightconfig/core/UnmodifiableConfig;Ljava/nio/file/Path;Lcom/electronwill/nightconfig/core/io/WritingMode;Ljava/nio/charset/Charset;)V 202 member ; # com/electronwill/nightconfig/core/io/ConfigWriter$$Lambda+0x000001d684daa650 +instanceKlass com/electronwill/nightconfig/core/io/IoUtils$IoRunnable +instanceKlass com/electronwill/nightconfig/core/io/IoUtils +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec correct (Lcom/electronwill/nightconfig/core/CommentedConfig;)V 2 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$$Lambda+0x000001d684dad348 +instanceKlass org/apache/commons/io/FilenameUtils +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil lambda$static$5 (Ljava/util/HashMap;)V 53 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684dad110 +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil lambda$static$5 (Ljava/util/HashMap;)V 41 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684daced8 +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil lambda$static$5 (Ljava/util/HashMap;)V 28 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684dacca0 +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil lambda$static$5 (Ljava/util/HashMap;)V 15 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684daca68 +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil lambda$static$5 (Ljava/util/HashMap;)V 3 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684dac830 +instanceKlass @bci me/ichun/mods/ichunutil/common/util/StringUtil ()V 56 argL0 ; # me/ichun/mods/ichunutil/common/util/StringUtil$$Lambda+0x000001d684dac608 +instanceKlass me/ichun/mods/ichunutil/common/util/StringUtil +instanceKlass com/google/common/io/ByteArrayDataInput +instanceKlass com/google/common/io/ByteArrayDataOutput +instanceKlass com/google/common/io/ByteStreams +instanceKlass me/ichun/mods/ichunutil/client/gui/bns/Theme +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$GroundFogOptions +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$FogOptions +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$ShrubOptions +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$SandOptions +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$SnowOptions +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig$RainOptions +instanceKlass @bci fuzs/mindfuldarkness/config/ClientConfig afterConfigReload ()V 20 argL0 ; # fuzs/mindfuldarkness/config/ClientConfig$$Lambda+0x000001d684da7278 +instanceKlass @bci fuzs/mindfuldarkness/config/ClientConfig afterConfigReload ()V 10 argL0 ; # fuzs/mindfuldarkness/config/ClientConfig$$Lambda+0x000001d684da7030 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684da8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684da8800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684da8400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684da8000 +instanceKlass @bci fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;Ljava/util/List;Ljava/util/function/BiPredicate;[Ljava/lang/Class;)V 161 member ; # fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl$$Lambda+0x000001d684da6e10 +instanceKlass @bci fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;Ljava/util/List;Ljava/util/function/BiPredicate;[Ljava/lang/Class;)V 146 member ; # fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl$$Lambda+0x000001d684da6be0 +instanceKlass fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl$EntryHolder +instanceKlass fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl +instanceKlass @bci fuzs/puzzleslib/api/config/v3/serialization/ConfigDataSet from (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;Ljava/util/List;[Ljava/lang/Class;)Lfuzs/puzzleslib/api/config/v3/serialization/ConfigDataSet; 2 argL0 ; # fuzs/puzzleslib/api/config/v3/serialization/ConfigDataSet$$Lambda+0x000001d684da5f68 +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigDataHolderImpl onModConfig (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl$ModConfigEventType;Ljava/lang/String;Ljava/lang/Runnable;)V 48 argL0 ; # fuzs/puzzleslib/impl/config/ConfigDataHolderImpl$$Lambda+0x000001d684da5d40 +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigDataHolderImpl onModConfig (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl$ModConfigEventType;Ljava/lang/String;Ljava/lang/Runnable;)V 28 member ; # fuzs/puzzleslib/impl/config/ConfigDataHolderImpl$$Lambda+0x000001d684da5b20 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$NeoForgeConfigDataHolderImpl onModConfig (Lnet/neoforged/fml/config/ModConfig;Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl$ModConfigEventType;)V 18 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$NeoForgeConfigDataHolderImpl$$Lambda+0x000001d684da5900 +instanceKlass @bci net/neoforged/fml/config/ConfigTracker loadConfigs (Lnet/neoforged/fml/config/ModConfig$Type;Ljava/nio/file/Path;Ljava/nio/file/Path;)V 27 member ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d684c32f70 +instanceKlass @bci net/neoforged/neoforge/internal/CommonModLoader begin (Ljava/lang/Runnable;Z)V 32 argL0 ; # net/neoforged/neoforge/internal/CommonModLoader$$Lambda+0x000001d684da52b8 +instanceKlass @bci net/neoforged/neoforge/registries/IdMappingEvent (Ljava/util/Map;Z)V 18 member ; # net/neoforged/neoforge/registries/IdMappingEvent$$Lambda+0x000001d684da5088 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/processing/FanProcessingTypeRegistry init ()V 32 argL0 ; # com/simibubi/create/content/kinetics/fan/processing/FanProcessingTypeRegistry$$Lambda+0x000001d684da4df8 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/processing/FanProcessingTypeRegistry init ()V 19 member ; # com/simibubi/create/content/kinetics/fan/processing/FanProcessingTypeRegistry$$Lambda+0x000001d684da4bc8 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointType init ()V 32 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointType$$Lambda+0x000001d684da4938 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointType init ()V 19 member ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointType$$Lambda+0x000001d684da4708 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/DefaultAttributes validate ()V 46 argL0 ; # net/minecraft/world/entity/ai/attributes/DefaultAttributes$$Lambda+0x000001d684da44e0 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/DefaultAttributes validate ()V 36 member ; # net/minecraft/world/entity/ai/attributes/DefaultAttributes$$Lambda+0x000001d684da42a0 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/DefaultAttributes validate ()V 18 argL0 ; # net/minecraft/world/entity/ai/attributes/DefaultAttributes$$Lambda+0x000001d684da4058 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/DefaultAttributes validate ()V 8 argL0 ; # net/minecraft/world/entity/ai/attributes/DefaultAttributes$$Lambda+0x000001d684da3e10 +instanceKlass @bci net/minecraft/core/IdMapper iterator ()Ljava/util/Iterator; 9 argL0 ; # net/minecraft/core/IdMapper$$Lambda+0x000001d684da3b98 +instanceKlass org/embeddedt/modernfix/blockstate/BlockStateCacheHandler +instanceKlass @bci net/minecraft/world/level/levelgen/DebugLevelSource initValidStates ()V 12 argL0 ; # net/minecraft/world/level/levelgen/DebugLevelSource$$Lambda+0x000001d684da3160 +instanceKlass @bci net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$BlockCallbacks onBake (Lnet/minecraft/core/Registry;)V 41 argL0 ; # net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$BlockCallbacks$$Lambda+0x000001d684da2f38 +instanceKlass @bci net/neoforged/neoforge/registries/GameData freezeData ()V 31 argL0 ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d684da2d10 +instanceKlass @bci net/neoforged/neoforge/registries/GameData freezeData ()V 21 argL0 ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d684da2ac8 +instanceKlass com/simibubi/create/foundation/data/CreateRegistrate$1$1 +instanceKlass com/simibubi/create/AllFluids$TintedFluidType$1 +instanceKlass lilypuree/decorative_blocks/fluid/DBFluidType$1 +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientFluidTypeExtensions$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/LumiseneFluidRenderProperties ()V 50 argL0 ; # net/mehvahdjukaar/supplementaries/client/LumiseneFluidRenderProperties$$Lambda+0x000001d684da1a18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/LumiseneFluidRenderProperties ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/client/LumiseneFluidRenderProperties$$Lambda+0x000001d684da17f0 +instanceKlass net/mehvahdjukaar/supplementaries/client/LumiseneFluidRenderProperties +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager lambda$earlyInit$7 (Lnet/neoforged/neoforge/fluids/FluidType;)V 2 member ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684da0cb0 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager earlyInit ()V 69 argL0 ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684da0a88 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager lambda$earlyInit$5 (Lnet/minecraft/world/effect/MobEffect;)V 2 member ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684da0858 +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientMobEffectExtensions +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager earlyInit ()V 56 argL0 ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684da0438 +instanceKlass @bci net/mehvahdjukaar/every_compat/common_classes/CompatChestItem getRendererFactory ()Ljava/util/function/Supplier; 1 member ; # net/mehvahdjukaar/every_compat/common_classes/CompatChestItem$$Lambda+0x000001d684da0218 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonItemRenderer ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonItemRenderer$$Lambda+0x000001d684da0000 +instanceKlass @cpi com/simibubi/create/content/equipment/potatoCannon/PotatoCannonItemRenderer 220 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d98c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684d98800 +instanceKlass com/simibubi/create/foundation/item/render/CustomRenderedItems +instanceKlass com/simibubi/create/foundation/item/render/SimpleCustomRenderer +instanceKlass net/minecraft/world/level/block/entity/ChestLidController +instanceKlass tech/alexnijjar/endermanoverhaul/common/items/tools/CorruptedShieldItem$1 +instanceKlass tech/alexnijjar/endermanoverhaul/common/items/HoodItem$1 +instanceKlass @bci net/minecraft/world/item/Item$Anonymous$5f548ef6a9684b7fb6e230ed00418cb7 (Lnet/minecraft/world/item/Item;Lnet/mehvahdjukaar/moonlight/api/client/ICustomItemRendererProvider;)V 24 member ; # net/minecraft/world/item/Item$Anonymous$5f548ef6a9684b7fb6e230ed00418cb7$$Lambda+0x000001d684d9a800 +instanceKlass @bci net/mehvahdjukaar/stone_zone/misc/AllStonesItem getRendererFactory ()Ljava/util/function/Supplier; 0 argL0 ; # net/mehvahdjukaar/stone_zone/misc/AllStonesItem$$Lambda+0x000001d684d9a5e8 +instanceKlass net/minecraft/world/item/Item$Anonymous$5f548ef6a9684b7fb6e230ed00418cb7 +instanceKlass com/aetherteam/nitrogen/client/renderer/NitrogenRenderers$1 +instanceKlass @bci com/aetherteam/nitrogen/client/renderer/NitrogenRenderers ()V 0 argL0 ; # com/aetherteam/nitrogen/client/renderer/NitrogenRenderers$$Lambda+0x000001d684d9fb08 +instanceKlass com/aetherteam/nitrogen/client/renderer/NitrogenRenderers +instanceKlass org/betterx/betterend/item/CrystaliteElytra$1 +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientItemExtensions$1 +instanceKlass org/betterx/betterend/item/CrystaliteArmor$1 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager lambda$earlyInit$3 (Lnet/minecraft/world/item/Item;)V 2 member ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684d9eb98 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager earlyInit ()V 43 argL0 ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684d9e970 +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientBlockExtensions$1 +instanceKlass net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock$Anonymous$3200c155d1c541a9a38b821a9a815873 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager lambda$earlyInit$1 (Lnet/minecraft/world/level/block/Block;)V 2 member ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684d9e280 +instanceKlass @bci net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager earlyInit ()V 30 argL0 ; # net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager$$Lambda+0x000001d684d9e058 +instanceKlass net/neoforged/neoforge/client/extensions/common/ClientExtensionsManager +instanceKlass net/neoforged/neoforge/server/ServerLifecycleHooks +instanceKlass @bci net/neoforged/neoforge/common/CreativeModeTabRegistry setCreativeModeTabOrder (Ljava/util/List;)V 1 member ; # net/neoforged/neoforge/common/CreativeModeTabRegistry$$Lambda+0x000001d684d9d9d8 +instanceKlass @bci net/neoforged/neoforge/common/CreativeModeTabRegistry recalculateItemCreativeModeTabs ()V 79 argL0 ; # net/neoforged/neoforge/common/CreativeModeTabRegistry$$Lambda+0x000001d684d9d7a0 +instanceKlass @bci com/google/common/collect/AbstractMapBasedMultimap lambda$forEach$3 (Ljava/util/function/BiConsumer;Ljava/lang/Object;Ljava/util/Collection;)V 3 member ; # com/google/common/collect/AbstractMapBasedMultimap$$Lambda+0x000001d684c32d40 +instanceKlass @bci com/google/common/collect/AbstractMapBasedMultimap forEach (Ljava/util/function/BiConsumer;)V 10 member ; # com/google/common/collect/AbstractMapBasedMultimap$$Lambda+0x000001d684c32b10 +instanceKlass @bci net/neoforged/neoforge/common/CreativeModeTabRegistry recalculateItemCreativeModeTabs ()V 68 member ; # net/neoforged/neoforge/common/CreativeModeTabRegistry$$Lambda+0x000001d684d9d570 +instanceKlass @bci net/neoforged/neoforge/common/CreativeModeTabRegistry sortTabs ()V 132 member ; # net/neoforged/neoforge/common/CreativeModeTabRegistry$$Lambda+0x000001d684d9d340 +instanceKlass @bci net/neoforged/neoforge/common/CreativeModeTabRegistry sortTabs ()V 116 argL0 ; # net/neoforged/neoforge/common/CreativeModeTabRegistry$$Lambda+0x000001d684d9d0f8 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectArrayList$Spliterator +instanceKlass net/neoforged/neoforge/common/CreativeModeTabRegistry +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities addCabinetsBlockEntities (Lnet/neoforged/neoforge/event/BlockEntityTypeAddBlocksEvent;)V 232 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684d9cce0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$addExtraBEBlockStatesRegistration$24 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/event/BlockEntityTypeAddBlocksEvent;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d684d9cac0 +instanceKlass @bci net/neoforged/neoforge/event/BlockEntityTypeAddBlocksEvent ()V 6 member ; # net/neoforged/neoforge/event/BlockEntityTypeAddBlocksEvent$$Lambda+0x000001d684d9c880 +instanceKlass @bci net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate build ()Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate; 27 member ; # net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate$$Lambda+0x000001d684d9c660 +instanceKlass @bci net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate build ()Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate; 19 member ; # net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate$$Lambda+0x000001d684d9c440 +instanceKlass @cpi net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate 129 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d98400 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements fireSpawnPlacementEvent ()V 30 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684d9c218 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 403 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d9c000 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 377 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97da0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 351 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97b88 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 325 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97970 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 299 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97758 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 273 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97540 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 247 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97328 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 221 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d97110 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 195 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96ef8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 169 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96ce0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 143 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96ac8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 117 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d968b0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 91 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96698 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 65 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96480 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 39 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96268 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns getPredicate (Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType;Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate;)Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d96048 +instanceKlass @cpi tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns 199 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d98000 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns addSpawnRules (Ltech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar;)V 13 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$$Lambda+0x000001d684d95e30 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns +instanceKlass tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$1 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 569 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d957f0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 540 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d955d8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 511 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d953c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 482 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d951a8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 453 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94f90 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 424 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94d78 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 395 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94b60 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 366 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94948 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 337 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94730 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 308 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94518 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 279 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d94300 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 250 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d940e8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 221 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93ed0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 192 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93cb8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 163 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93aa0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 134 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93888 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 105 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93670 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 76 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93458 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 47 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93240 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes onRegisterSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 18 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684d93028 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 174 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d92e10 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 148 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d92bf8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 122 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d929e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 96 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d927c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 70 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d925b0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 44 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d92398 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 18 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d684d91f78 +instanceKlass com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$1 +instanceKlass @bci net/fabricmc/fabric/api/biome/v1/BiomeSelectors foundInOverworld ()Ljava/util/function/Predicate; 0 argL0 ; # net/fabricmc/fabric/api/biome/v1/BiomeSelectors$$Lambda+0x000001d684d91b08 +instanceKlass net/jewelry/worldgen/OreGeneration +instanceKlass @bci com/li64/tide/registries/entities/TideSpawnConfigs voidSpawnConfig (Ljava/lang/String;IIILnet/minecraft/tags/TagKey;)Lcom/li64/tide/registries/entities/TideSpawnConfigs$SpawnConfig; 14 argL0 ; # com/li64/tide/registries/entities/TideSpawnConfigs$$Lambda+0x000001d684d916f0 +instanceKlass @bci com/li64/tide/registries/entities/TideSpawnConfigs lavaSpawnConfig (Ljava/lang/String;IIILnet/minecraft/tags/TagKey;)Lcom/li64/tide/registries/entities/TideSpawnConfigs$SpawnConfig; 14 argL0 ; # com/li64/tide/registries/entities/TideSpawnConfigs$$Lambda+0x000001d684d914d8 +instanceKlass com/li64/tide/data/TideTags$Biomes +instanceKlass @bci com/li64/tide/registries/entities/TideSpawnConfigs waterSpawnConfig (Ljava/lang/String;IIILnet/minecraft/tags/TagKey;)Lcom/li64/tide/registries/entities/TideSpawnConfigs$SpawnConfig; 14 argL0 ; # com/li64/tide/registries/entities/TideSpawnConfigs$$Lambda+0x000001d684d910c0 +instanceKlass com/li64/tide/registries/entities/TideSpawnConfigs +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 1 member ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d684d90c90 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 124 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d684d90a78 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 97 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d684d90860 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 70 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d684d90648 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 43 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d684d90430 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 16 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d684d90218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 259 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d90000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 232 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d88400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 205 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d88c30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 178 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d88a18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 151 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d88800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 124 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d89c90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 97 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d89a78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 70 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d89860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 43 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d89648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684d89430 +instanceKlass @bci net/orcinus/galosphere/events/MobEvents registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 76 argL0 ; # net/orcinus/galosphere/events/MobEvents$$Lambda+0x000001d684d89218 +instanceKlass @bci net/orcinus/galosphere/events/MobEvents registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 47 argL0 ; # net/orcinus/galosphere/events/MobEvents$$Lambda+0x000001d684d89000 +instanceKlass @bci net/orcinus/galosphere/events/MobEvents registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 18 argL0 ; # net/orcinus/galosphere/events/MobEvents$$Lambda+0x000001d684d8bd50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities spawnPlacementRegisterEvent (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 97 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684d8bb38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities spawnPlacementRegisterEvent (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 70 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684d8b920 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities spawnPlacementRegisterEvent (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 43 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684d8b708 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities spawnPlacementRegisterEvent (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684d8b4f0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 340 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8b2d8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 313 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8b0c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 286 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8aea8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 259 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8ac90 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 232 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8aa78 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 205 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8a860 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 178 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8a648 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 151 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8a430 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 124 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8a218 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 97 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8a000 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 70 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8fd90 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 43 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8fb78 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 16 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684d8f960 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 205 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8f748 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 178 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8f530 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 151 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8f318 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 124 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8f100 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 97 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8eee8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 70 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8ecd0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 43 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8eab8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler registerSpawnPlacementTypes (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8e8a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler ()V 10 argL0 ; # com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler$$Lambda+0x000001d684d8e678 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest$ClientModEvents registerSpawnPlacements (Lnet/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent;)V 18 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$ClientModEvents$$Lambda+0x000001d684d8e460 +instanceKlass alabaster/hearthandharvest/common/entity/crow/CrowSpawnRules +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes registerEntitySpawnRestrictions (Lcom/faboslav/variantsandventures/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent;)V 18 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d684d8d7f0 +instanceKlass com/faboslav/variantsandventures/common/versions/VersionedSpawnPlacementType +instanceKlass com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$1 +instanceKlass net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$MergedSpawnPredicate +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements fireSpawnPlacementEvent ()V 8 member ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684d8cf78 +instanceKlass @bci net/neoforged/neoforge/common/CommonHooks handler$gld000$connector$allowAttributeMixins (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Map;)V 1 argL0 ; # net/neoforged/neoforge/common/CommonHooks$$Lambda+0x000001d684d8cd50 +instanceKlass @bci net/neoforged/neoforge/common/CommonHooks modifyAttributes ()V 33 argL0 ; # net/neoforged/neoforge/common/CommonHooks$$Lambda+0x000001d684d8cb28 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler lambda$registerEntityAttributes$4 (Ljava/util/List;Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;Lnet/minecraft/world/entity/EntityType;)V 19 member ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d8c8f8 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler lambda$registerEntityAttributes$4 (Ljava/util/List;Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;Lnet/minecraft/world/entity/EntityType;)V 7 member ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d8c6a8 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 77 member ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d8c478 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 55 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d8c240 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 45 member ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d8c000 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryEventHandler registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 28 member ; # dev/latvian/mods/kubejs/registry/RegistryEventHandler$$Lambda+0x000001d684d87d18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute lambda$modifyEntityAttributes$5 (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;Lnet/minecraft/world/entity/EntityType;)V 8 member ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d684d87ae8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute modifyEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 5 member ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d684d878b8 +instanceKlass @bci net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent add (Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/core/Holder;D)V 5 argL0 ; # net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent$$Lambda+0x000001d684d87680 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor lambda$registerLoadingHandlers$5 (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Lnet/neoforged/neoforge/event/entity/EntityAttributeModificationEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d684d87450 +instanceKlass @cpi fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor 253 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d88000 +instanceKlass @bci org/sinytra/connector/mod/compat/LazyEntityAttributes lambda$updateAttributeSuppliers$3 (Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;)V 14 member ; # org/sinytra/connector/mod/compat/LazyEntityAttributes$$Lambda+0x000001d684d86ff0 +instanceKlass @bci org/sinytra/connector/mod/compat/LazyEntityAttributes updateAttributeSuppliers (Ljava/util/Map;)V 1 argL0 ; # org/sinytra/connector/mod/compat/LazyEntityAttributes$$Lambda+0x000001d684d86dc8 +instanceKlass @bci net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent (Ljava/util/Map;)V 28 argL0 ; # net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent$$Lambda+0x000001d684d86b90 +instanceKlass @bci net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent (Ljava/util/Map;)V 18 argL0 ; # net/neoforged/neoforge/event/entity/EntityAttributeModificationEvent$$Lambda+0x000001d684d86948 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/utils/neoforge/PlatformUtilsImpl +instanceKlass tech/thatgravyboat/creeperoverhaul/common/utils/PlatformUtils +instanceKlass @bci com/faboslav/friendsandfoes/common/entity/GlareEntity ()V 13 argL0 ; # com/faboslav/friendsandfoes/common/entity/GlareEntity$$Lambda+0x000001d684d85ed0 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge onRegisterAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 8 member ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d684d85ca0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 4 member ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d684d85a70 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type ()V 63 argL0 ; # tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type$$Lambda+0x000001d684d85638 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type ()V 38 argL0 ; # tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type$$Lambda+0x000001d684d853f0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type ()V 13 argL0 ; # tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type$$Lambda+0x000001d684d851a8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/custom/JellyfishEntity ()V 11 argL0 ; # net/emilsg/clutterbestiary/entity/custom/JellyfishEntity$$Lambda+0x000001d684d84d18 +instanceKlass net/emilsg/clutterbestiary/util/ModItemTags +instanceKlass @bci com/github/L_Ender/cataclysm/entity/AnimationMonster/BossMonsters/The_Harbinger_Entity ()V 149 argL0 ; # com/github/L_Ender/cataclysm/entity/AnimationMonster/BossMonsters/The_Harbinger_Entity$$Lambda+0x000001d684d844a0 +instanceKlass com/github/L_Ender/lionfishapi/server/animation/Animation +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 305 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d84048 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 284 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d83e10 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 263 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d83bd8 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 242 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d839a0 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 221 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d83768 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 200 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d83530 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 179 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d832f8 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 158 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d830c0 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 138 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d82e88 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 118 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d82c50 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 98 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d82a18 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 78 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d827e0 +instanceKlass @bci io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController ()V 58 argL0 ; # io/github/razordevs/deep_aether/entity/living/boss/eots/EOTSController$$Lambda+0x000001d684d825a8 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit ()V 139 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit$$Lambda+0x000001d684d82370 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit ()V 119 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit$$Lambda+0x000001d684d82138 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit ()V 99 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit$$Lambda+0x000001d684d81f00 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit ()V 79 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/SunSpirit$$Lambda+0x000001d684d81cc8 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 158 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d81a90 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 138 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d81858 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 118 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d81620 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 98 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d813e8 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 78 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d811b0 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen ()V 58 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/ValkyrieQueen$$Lambda+0x000001d684d80f78 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/Slider ()V 150 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/Slider$$Lambda+0x000001d684d80d40 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/Slider ()V 130 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/Slider$$Lambda+0x000001d684d80b08 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/Slider ()V 110 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/Slider$$Lambda+0x000001d684d808d0 +instanceKlass @bci com/aetherteam/aether/entity/monster/dungeon/boss/Slider ()V 90 argL0 ; # com/aetherteam/aether/entity/monster/dungeon/boss/Slider$$Lambda+0x000001d684d80698 +instanceKlass @bci com/aetherteam/aether/entity/passive/Sheepuff ()V 56 argL0 ; # com/aetherteam/aether/entity/passive/Sheepuff$$Lambda+0x000001d684d80460 +instanceKlass @bci com/aetherteam/aether/entity/passive/Sheepuff ()V 51 argL0 ; # com/aetherteam/aether/entity/passive/Sheepuff$$Lambda+0x000001d684d80228 +instanceKlass @bci com/aetherteam/aether/entity/passive/Sheepuff ()V 31 argL0 ; # com/aetherteam/aether/entity/passive/Sheepuff$$Lambda+0x000001d684d80000 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge onAttributeCreation (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 6 member ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d684d7fda8 +instanceKlass @bci org/betterx/betterend/registry/EndEntities onRegisterAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 4 member ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d684d7fb78 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 280 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7f960 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 262 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7f3c8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 244 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7ee20 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 226 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7e878 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 208 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7e2e0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 190 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7dd38 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 172 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7d778 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 154 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7d1b8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 136 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7cfa0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 118 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7c9f8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 100 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7c450 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 82 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7bea8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7b900 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa ()V 46 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/elokosa/EntityElokosa$$Lambda+0x000001d684d7b368 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff ()V 43 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff$$Lambda+0x000001d684d7b150 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff ()V 25 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff$$Lambda+0x000001d684d7abb0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff ()V 7 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/bluff/EntityBluff$$Lambda+0x000001d684d7a998 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 219 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d7a780 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 201 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d7a568 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 183 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d7a350 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 165 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d7a138 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 147 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d79b90 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 129 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d795f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 111 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d79058 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 93 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d78aa0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 75 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d77db0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 57 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d77b98 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor ()V 39 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/sculptor/EntitySculptor$$Lambda+0x000001d684d77600 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 205 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d773e8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 187 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d76e50 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 169 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d76c38 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 151 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d766a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 133 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d76488 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 115 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d75ef0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 97 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d75958 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 79 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d753b8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 61 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d751a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 43 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d74f88 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 25 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d74d70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi ()V 7 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthi$$Lambda+0x000001d684d74b58 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 187 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d74940 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 169 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d743a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 151 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d73e08 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 133 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d73860 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 115 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d732b8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 97 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d730a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 79 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d72e88 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 61 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d72c70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 43 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d72a58 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 25 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d72120 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana ()V 7 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/EntityUmvuthana$$Lambda+0x000001d684d71b78 +instanceKlass com/bobmowzie/mowziesmobs/server/ability/AbilityType$IFactory +instanceKlass com/bobmowzie/mowziesmobs/server/ability/AbilityType +instanceKlass com/ilexiconn/llibrary/server/animation/Animation +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$addAttributeRegistration$12 (Ljava/util/function/Consumer;Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d684d71110 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor lambda$registerLoadingHandlers$4 (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d684d70ee0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge registerEntityAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 4 member ; # com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge$$Lambda+0x000001d684d70a90 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities onRegisterAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 4 member ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d684d70860 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectArrayMap$1 +instanceKlass @bci net/minecraft/world/entity/animal/Wolf ()V 44 argL0 ; # net/minecraft/world/entity/animal/Wolf$$Lambda+0x000001d684d70618 +instanceKlass net/morimori0317/bestylewither/explatform/neoforge/BSWExpectPlatformImpl +instanceKlass net/morimori0317/bestylewither/explatform/BSWExpectPlatform +instanceKlass @bci net/minecraft/world/entity/boss/wither/WitherBoss createAttributes ()Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder; 15 argL0 ; # net/minecraft/world/entity/boss/wither/WitherBoss$$Lambda+0x000001d684d70000 +instanceKlass @bci net/minecraft/world/entity/boss/wither/WitherBoss ()V 59 argL0 ; # net/minecraft/world/entity/boss/wither/WitherBoss$$Lambda+0x000001d684d6cc90 +instanceKlass @bci net/minecraft/world/entity/monster/Vindicator ()V 0 argL0 ; # net/minecraft/world/entity/monster/Vindicator$$Lambda+0x000001d684d6ca48 +instanceKlass @bci net/minecraft/world/entity/npc/Villager ()V 324 argL0 ; # net/minecraft/world/entity/npc/Villager$$Lambda+0x000001d684d6c800 +instanceKlass @bci net/minecraft/world/entity/npc/Villager ()V 316 argL0 ; # net/minecraft/world/entity/npc/Villager$$Lambda+0x000001d684d6dd60 +instanceKlass @bci net/minecraft/world/entity/npc/Villager ()V 308 argL0 ; # net/minecraft/world/entity/npc/Villager$$Lambda+0x000001d684d6db18 +instanceKlass @bci net/minecraft/world/entity/npc/Villager ()V 300 argL0 ; # net/minecraft/world/entity/npc/Villager$$Lambda+0x000001d684d6d8d0 +instanceKlass @bci net/minecraft/world/entity/animal/Turtle ()V 102 argL0 ; # net/minecraft/world/entity/animal/Turtle$$Lambda+0x000001d684d6d688 +instanceKlass @bci net/minecraft/world/entity/monster/Shulker ()V 61 argL0 ; # net/minecraft/world/entity/monster/Shulker$$Lambda+0x000001d684d6d470 +instanceKlass @bci net/minecraft/world/entity/animal/Sheep ()V 41 argL0 ; # net/minecraft/world/entity/animal/Sheep$$Lambda+0x000001d684d6d238 +instanceKlass @bci net/minecraft/world/entity/animal/Sheep ()V 36 argL0 ; # net/minecraft/world/entity/animal/Sheep$$Lambda+0x000001d684d6d000 +instanceKlass @bci net/minecraft/world/entity/animal/Sheep ()V 16 argL0 ; # net/minecraft/world/entity/animal/Sheep$$Lambda+0x000001d684d6fd38 +instanceKlass @bci net/minecraft/world/entity/monster/Ravager ()V 0 argL0 ; # net/minecraft/world/entity/monster/Ravager$$Lambda+0x000001d684d6faf0 +instanceKlass @bci net/minecraft/world/entity/player/Player createAttributes ()Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder; 0 argL0 ; # net/minecraft/world/entity/player/Player$$Lambda+0x000001d684d6f8d8 +instanceKlass @bci net/minecraft/world/entity/animal/Parrot ()V 24 argL0 ; # net/minecraft/world/entity/animal/Parrot$$Lambda+0x000001d684d6f6b0 +instanceKlass net/minecraft/world/entity/animal/Parrot$1 +instanceKlass @bci net/minecraft/world/entity/animal/Panda ()V 110 argL0 ; # net/minecraft/world/entity/animal/Panda$$Lambda+0x000001d684d6f210 +instanceKlass @bci net/minecraft/world/entity/animal/Fox ()V 68 argL0 ; # net/minecraft/world/entity/animal/Fox$$Lambda+0x000001d684d6efc8 +instanceKlass @bci net/minecraft/world/entity/animal/Fox ()V 60 argL0 ; # net/minecraft/world/entity/animal/Fox$$Lambda+0x000001d684d6ed80 +instanceKlass @bci net/minecraft/world/entity/animal/Fox ()V 52 argL0 ; # net/minecraft/world/entity/animal/Fox$$Lambda+0x000001d684d6eb38 +instanceKlass @bci net/minecraft/world/entity/animal/Fox ()V 44 argL0 ; # net/minecraft/world/entity/animal/Fox$$Lambda+0x000001d684d6e8f0 +instanceKlass @bci net/minecraft/world/entity/monster/breeze/Breeze ()V 0 argL0 ; # net/minecraft/world/entity/monster/breeze/Breeze$$Lambda+0x000001d684d6e6d8 +instanceKlass @bci net/minecraft/world/entity/raid/Raider ()V 19 argL0 ; # net/minecraft/world/entity/raid/Raider$$Lambda+0x000001d684d6e490 +instanceKlass @bci net/minecraft/world/entity/raid/Raider ()V 11 argL0 ; # net/minecraft/world/entity/raid/Raider$$Lambda+0x000001d684d6e248 +instanceKlass @bci net/minecraft/world/entity/animal/Dolphin ()V 48 argL0 ; # net/minecraft/world/entity/animal/Dolphin$$Lambda+0x000001d684d6e000 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 70 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6bcf0 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 59 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6bab8 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 48 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6b880 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 36 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6b668 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 24 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6b450 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 12 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6b238 +instanceKlass @bci net/minecraft/world/entity/animal/horse/AbstractHorse ()V 0 argL0 ; # net/minecraft/world/entity/animal/horse/AbstractHorse$$Lambda+0x000001d684d6b020 +instanceKlass @cpi net/minecraft/world/entity/animal/horse/AbstractHorse 1709 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d6c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684d6c000 +instanceKlass net/minecraft/util/TimeUtil +instanceKlass @bci net/minecraft/world/entity/decoration/ArmorStand ()V 196 argL0 ; # net/minecraft/world/entity/decoration/ArmorStand$$Lambda+0x000001d684d6abd8 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient of (Ljava/util/stream/Stream;)Lnet/minecraft/world/item/crafting/Ingredient; 11 argL0 ; # net/minecraft/world/item/crafting/Ingredient$$Lambda+0x000001d684d6a7b0 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient of (Ljava/util/stream/Stream;)Lnet/minecraft/world/item/crafting/Ingredient; 1 argL0 ; # net/minecraft/world/item/crafting/Ingredient$$Lambda+0x000001d684d6a568 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient of ([Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/item/crafting/Ingredient; 4 argL0 ; # net/minecraft/world/item/crafting/Ingredient$$Lambda+0x000001d684d6a330 +instanceKlass net/minecraft/world/entity/ai/attributes/DefaultAttributes +instanceKlass net/fabricmc/fabric/mixin/object/builder/DefaultAttributeRegistryAccessor +instanceKlass @bci net/minecraft/world/entity/monster/Zombie ()V 131 argL0 ; # net/minecraft/world/entity/monster/Zombie$$Lambda+0x000001d684d69cf0 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge onRegisterAttributes (Lnet/neoforged/neoforge/event/entity/EntityAttributeCreationEvent;)V 8 member ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d684d69ac0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$CapSlotReference ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$CapSlotReference$$Lambda+0x000001d684d69888 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$CapSlotReference ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$CapSlotReference$$Lambda+0x000001d684d69650 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio ()V 16 argL0 ; # net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio$$Lambda+0x000001d684d691e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio$$Lambda+0x000001d684d68fb0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio$$Lambda+0x000001d684d68d78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$EqSlot ()V 10 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$EqSlot$$Lambda+0x000001d684d686b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$EqSlot ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$EqSlot$$Lambda+0x000001d684d68480 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Inv ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Inv$$Lambda+0x000001d684d68000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Inv ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Inv$$Lambda+0x000001d684d67c78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Hand ()V 10 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Hand$$Lambda+0x000001d684d67800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Hand ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Hand$$Lambda+0x000001d684d675c8 +instanceKlass @bci net/blay09/mods/waystones/compat/RepurposedStructuresIntegration lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # net/blay09/mods/waystones/compat/RepurposedStructuresIntegration$$Lambda+0x000001d684d66ec0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry lambda$static$3 ()Ljava/util/function/Supplier; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry$$Lambda+0x000001d684d66ca8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry$$Lambda+0x000001d684d66a90 +instanceKlass com/github/L_Ender/cataclysm/world/CMMobSpawnStructureModifier +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$41 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d66638 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$41 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d66400 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$41 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d661c8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$41 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d65f90 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$41 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d65d58 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$42 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d658f8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$36 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d656d0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$36 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d65498 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$36 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d65260 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$37 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d64e00 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$34 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d64bd8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$34 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d649a0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$34 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d64768 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$34 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d64530 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$34 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d642f8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$35 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d63e98 +instanceKlass net/neoforged/neoforge/common/world/NoneStructureModifier +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient ()V 22 argL0 ; # dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient$$Lambda+0x000001d684d63a30 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient ()V 17 argL0 ; # dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient$$Lambda+0x000001d684d637f8 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient$$Lambda+0x000001d684d635c0 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient$$Lambda+0x000001d684d63388 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient ()V 0 argL0 ; # dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient$$Lambda+0x000001d684d63150 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/RegExIngredient ()V 19 argL0 ; # dev/latvian/mods/kubejs/ingredient/RegExIngredient$$Lambda+0x000001d684d62b10 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/RegExIngredient ()V 14 argL0 ; # dev/latvian/mods/kubejs/ingredient/RegExIngredient$$Lambda+0x000001d684d628d8 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/RegExIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/latvian/mods/kubejs/ingredient/RegExIngredient$$Lambda+0x000001d684d626a0 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/RegExIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/latvian/mods/kubejs/ingredient/RegExIngredient$$Lambda+0x000001d684d62468 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/RegExIngredient ()V 0 argL0 ; # dev/latvian/mods/kubejs/ingredient/RegExIngredient$$Lambda+0x000001d684d62230 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/NamespaceIngredient ()V 19 argL0 ; # dev/latvian/mods/kubejs/ingredient/NamespaceIngredient$$Lambda+0x000001d684d61bf0 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/NamespaceIngredient ()V 14 argL0 ; # dev/latvian/mods/kubejs/ingredient/NamespaceIngredient$$Lambda+0x000001d684d619b8 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/NamespaceIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/latvian/mods/kubejs/ingredient/NamespaceIngredient$$Lambda+0x000001d684d61780 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/NamespaceIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/latvian/mods/kubejs/ingredient/NamespaceIngredient$$Lambda+0x000001d684d61548 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/NamespaceIngredient ()V 0 argL0 ; # dev/latvian/mods/kubejs/ingredient/NamespaceIngredient$$Lambda+0x000001d684d61310 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient$$Lambda+0x000001d684d60cd0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient$$Lambda+0x000001d684d60a98 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient ()V 0 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient$$Lambda+0x000001d684d60860 +instanceKlass vectorwing/farmersdelight/common/crafting/ingredient/ItemAbilityIngredient +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d60238 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d60000 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 66 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5fce0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 53 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5faa8 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 48 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5f870 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 34 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5f638 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 29 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5f400 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 13 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5f1c8 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper ()V 8 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper$$Lambda+0x000001d684d5ef90 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl lambda$onRegister$1 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d684d5e9a0 +instanceKlass @bci net/neoforged/neoforge/common/crafting/BlockTagIngredient ()V 11 argL0 ; # net/neoforged/neoforge/common/crafting/BlockTagIngredient$$Lambda+0x000001d684d5e768 +instanceKlass @bci net/neoforged/neoforge/common/crafting/BlockTagIngredient ()V 6 argL0 ; # net/neoforged/neoforge/common/crafting/BlockTagIngredient$$Lambda+0x000001d684d5e530 +instanceKlass net/neoforged/neoforge/common/crafting/BlockTagIngredient +instanceKlass @bci net/neoforged/neoforge/common/crafting/IntersectionIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/crafting/IntersectionIngredient$$Lambda+0x000001d684d5df08 +instanceKlass @bci net/neoforged/neoforge/common/crafting/IntersectionIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/crafting/IntersectionIngredient$$Lambda+0x000001d684d5dcd0 +instanceKlass @bci net/neoforged/neoforge/common/crafting/IntersectionIngredient ()V 0 argL0 ; # net/neoforged/neoforge/common/crafting/IntersectionIngredient$$Lambda+0x000001d684d5da98 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DifferenceIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/neoforged/neoforge/common/crafting/DifferenceIngredient$$Lambda+0x000001d684d5d4b8 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DifferenceIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/neoforged/neoforge/common/crafting/DifferenceIngredient$$Lambda+0x000001d684d5d280 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DifferenceIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/crafting/DifferenceIngredient$$Lambda+0x000001d684d5d048 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DifferenceIngredient ()V 0 argL0 ; # net/neoforged/neoforge/common/crafting/DifferenceIngredient$$Lambda+0x000001d684d5ce10 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DataComponentIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/neoforged/neoforge/common/crafting/DataComponentIngredient$$Lambda+0x000001d684d5c820 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DataComponentIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/neoforged/neoforge/common/crafting/DataComponentIngredient$$Lambda+0x000001d684d5c5e8 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DataComponentIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/neoforged/neoforge/common/crafting/DataComponentIngredient$$Lambda+0x000001d684d5c3b0 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DataComponentIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/crafting/DataComponentIngredient$$Lambda+0x000001d684d5c178 +instanceKlass @bci net/neoforged/neoforge/common/crafting/DataComponentIngredient ()V 0 argL0 ; # net/neoforged/neoforge/common/crafting/DataComponentIngredient$$Lambda+0x000001d684d5bf40 +instanceKlass net/neoforged/neoforge/common/crafting/DataComponentIngredient +instanceKlass @bci net/neoforged/neoforge/common/crafting/CompoundIngredient ()V 25 argL0 ; # net/neoforged/neoforge/common/crafting/CompoundIngredient$$Lambda+0x000001d684d5b910 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CompoundIngredient ()V 20 argL0 ; # net/neoforged/neoforge/common/crafting/CompoundIngredient$$Lambda+0x000001d684d5b6d8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier$$Lambda+0x000001d684d5b0e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier$$Lambda+0x000001d684d5aeb0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier$$Lambda+0x000001d684d5ac78 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$ReplaceItemModifier$$Lambda+0x000001d684d5aa40 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier$$Lambda+0x000001d684d5a5e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier$$Lambda+0x000001d684d5a3a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$AddItemModifier$$Lambda+0x000001d684d5a170 +instanceKlass @bci com/teamabnormals/allurement/common/loot/AnimalArmorLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/teamabnormals/allurement/common/loot/AnimalArmorLootModifier$$Lambda+0x000001d684d59d00 +instanceKlass @bci com/teamabnormals/allurement/common/loot/AnimalArmorLootModifier ()V 0 argL0 ; # com/teamabnormals/allurement/common/loot/AnimalArmorLootModifier$$Lambda+0x000001d684d59ac8 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/AddItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/kyanite/deeperdarker/content/misc/AddItemModifier$$Lambda+0x000001d684d59648 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/AddItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # com/kyanite/deeperdarker/content/misc/AddItemModifier$$Lambda+0x000001d684d59410 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/AddItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # com/kyanite/deeperdarker/content/misc/AddItemModifier$$Lambda+0x000001d684d591d8 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/AddItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # com/kyanite/deeperdarker/content/misc/AddItemModifier$$Lambda+0x000001d684d58fa0 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/AddItemModifier ()V 0 argL0 ; # com/kyanite/deeperdarker/content/misc/AddItemModifier$$Lambda+0x000001d684d58d68 +instanceKlass @bci com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier$$Lambda+0x000001d684d588e0 +instanceKlass @bci com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier$$Lambda+0x000001d684d586a8 +instanceKlass @bci com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier$$Lambda+0x000001d684d58470 +instanceKlass @bci com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier$$Lambda+0x000001d684d58238 +instanceKlass @bci com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier ()V 0 argL0 ; # com/phantomwing/rusticdelight/loot/SquidsDropCalamariModifier$$Lambda+0x000001d684d58000 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d684d54c70 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d684d54a38 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d684d54800 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d684d55d30 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier lambda$static$1 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d684d55af8 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier$$Lambda+0x000001d684d558d0 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier$$Lambda+0x000001d684d55698 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier lambda$static$2 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier$$Lambda+0x000001d684d55460 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier$$Lambda+0x000001d684d55238 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier$$Lambda+0x000001d684d55000 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier lambda$static$2 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier$$Lambda+0x000001d684d57cd8 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier$$Lambda+0x000001d684d57ab0 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier$$Lambda+0x000001d684d57878 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier lambda$static$2 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier$$Lambda+0x000001d684d57640 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d684d573f8 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d684d571c0 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d684d56f88 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d684d56d50 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier lambda$static$4 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d684d56b18 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/AddItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/AddItemModifier$$Lambda+0x000001d684d568e0 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/AddItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/AddItemModifier$$Lambda+0x000001d684d566a8 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/AddItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/AddItemModifier$$Lambda+0x000001d684d56470 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/AddItemModifier lambda$static$3 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/AddItemModifier$$Lambda+0x000001d684d56238 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/ForgottenRuinsMapLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/ForgottenRuinsMapLootModifier$$Lambda+0x000001d684d56000 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/ForgottenRuinsMapLootModifier ()V 0 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/ForgottenRuinsMapLootModifier$$Lambda+0x000001d684d53c08 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/SterlingHorseArmorLootModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/SterlingHorseArmorLootModifier$$Lambda+0x000001d684d53798 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/SterlingHorseArmorLootModifier ()V 0 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/SterlingHorseArmorLootModifier$$Lambda+0x000001d684d53560 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier$$Lambda+0x000001d684d530f0 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier$$Lambda+0x000001d684d52eb8 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier$$Lambda+0x000001d684d52c80 +instanceKlass @bci net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier ()V 0 argL0 ; # net/orcinus/galosphere/util/loot_modifiers/PillagerPalladiumLootModifier$$Lambda+0x000001d684d52a48 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d684d525c8 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d684d52390 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d684d52158 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d684d51f20 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier lambda$static$4 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d684d51ce8 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d684d51aa0 +instanceKlass @cpi io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier 302 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d54000 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d684d51868 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d684d51630 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d684d513f8 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier lambda$static$4 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d684d511c0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/GlovesLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # com/aetherteam/aether/loot/modifiers/GlovesLootModifier$$Lambda+0x000001d684d50f88 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/GlovesLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/aetherteam/aether/loot/modifiers/GlovesLootModifier$$Lambda+0x000001d684d50d50 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/GlovesLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/aetherteam/aether/loot/modifiers/GlovesLootModifier$$Lambda+0x000001d684d50b18 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/GlovesLootModifier ()V 0 argL0 ; # com/aetherteam/aether/loot/modifiers/GlovesLootModifier$$Lambda+0x000001d684d508e0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/PigDropsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/modifiers/PigDropsModifier$$Lambda+0x000001d684d50470 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/PigDropsModifier ()V 0 argL0 ; # com/aetherteam/aether/loot/modifiers/PigDropsModifier$$Lambda+0x000001d684d50238 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/DoubleDropsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/modifiers/DoubleDropsModifier$$Lambda+0x000001d684d4fcd8 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/DoubleDropsModifier ()V 0 argL0 ; # com/aetherteam/aether/loot/modifiers/DoubleDropsModifier$$Lambda+0x000001d684d4faa0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier$$Lambda+0x000001d684d4f640 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier$$Lambda+0x000001d684d4f408 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier ()V 0 argL0 ; # com/aetherteam/aether/loot/modifiers/EnchantedGrassModifier$$Lambda+0x000001d684d4f1d0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/RemoveSeedsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/modifiers/RemoveSeedsModifier$$Lambda+0x000001d684d4ed60 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/RemoveSeedsModifier ()V 0 argL0 ; # com/aetherteam/aether/loot/modifiers/RemoveSeedsModifier$$Lambda+0x000001d684d4eb28 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/AddItemModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/github/eterdelta/crittersandcompanions/AddItemModifier$$Lambda+0x000001d684d4e6c8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/AddItemModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/github/eterdelta/crittersandcompanions/AddItemModifier$$Lambda+0x000001d684d4e490 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/AddItemModifier ()V 0 argL0 ; # com/github/eterdelta/crittersandcompanions/AddItemModifier$$Lambda+0x000001d684d4e258 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # com/github/eterdelta/crittersandcompanions/ReplaceItemModifier$$Lambda+0x000001d684d4dde8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/github/eterdelta/crittersandcompanions/ReplaceItemModifier$$Lambda+0x000001d684d4dbb0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ReplaceItemModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # com/github/eterdelta/crittersandcompanions/ReplaceItemModifier$$Lambda+0x000001d684d4d978 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/ReplaceItemModifier ()V 0 argL0 ; # com/github/eterdelta/crittersandcompanions/ReplaceItemModifier$$Lambda+0x000001d684d4d740 +instanceKlass @bci umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier$$Lambda+0x000001d684d4d2e0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier$$Lambda+0x000001d684d4d0a8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier ()V 8 argL0 ; # umpaz/brewinandchewin/neoforge/loot/modifier/BnCSlicingModifier$$Lambda+0x000001d684d4ce70 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4ca00 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4c7c8 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4c590 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4c358 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier ()V 26 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4c120 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier ()V 13 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4bee8 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier ()V 8 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddEntityDropsModifier$$Lambda+0x000001d684d4bcb0 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier$$Lambda+0x000001d684d4b650 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier$$Lambda+0x000001d684d4b418 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier$$Lambda+0x000001d684d4b1e0 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier ()V 0 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/AddDungeonLootModifier$$Lambda+0x000001d684d4afa8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier$$Lambda+0x000001d684d4ab38 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier lambda$static$1 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier$$Lambda+0x000001d684d4a900 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier$$Lambda+0x000001d684d4a6c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier lambda$static$1 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier$$Lambda+0x000001d684d4a490 +instanceKlass @bci com/lodestar/aileron/neoforge/AddLootTableModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/lodestar/aileron/neoforge/AddLootTableModifier$$Lambda+0x000001d684d4a268 +instanceKlass @bci com/lodestar/aileron/neoforge/AddLootTableModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/lodestar/aileron/neoforge/AddLootTableModifier$$Lambda+0x000001d684d4a030 +instanceKlass @bci net/neoforged/neoforge/common/loot/LootModifier codecStart (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P1; 11 argL0 ; # net/neoforged/neoforge/common/loot/LootModifier$$Lambda+0x000001d684d49df8 +instanceKlass @bci com/lodestar/aileron/neoforge/AddLootTableModifier lambda$static$2 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # com/lodestar/aileron/neoforge/AddLootTableModifier$$Lambda+0x000001d684d49bc0 +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocks onRegisterEvent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 41 argL0 ; # lilypuree/decorative_blocks/DecorativeBlocks$$Lambda+0x000001d684d49998 +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocks onRegisterEvent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 24 argL0 ; # lilypuree/decorative_blocks/DecorativeBlocks$$Lambda+0x000001d684d49770 +instanceKlass @bci org/sinytra/connector/mod/compat/FluidHandlerCompat lambda$onRegisterFluids$1 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/sinytra/connector/mod/compat/FluidHandlerCompat$$Lambda+0x000001d684d49540 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient ()V 19 argL0 ; # dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient$$Lambda+0x000001d684d49308 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient ()V 14 argL0 ; # dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient$$Lambda+0x000001d684d490d0 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient$$Lambda+0x000001d684d48e98 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient$$Lambda+0x000001d684d48c60 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient ()V 0 argL0 ; # dev/latvian/mods/kubejs/fluid/NamespaceFluidIngredient$$Lambda+0x000001d684d48a28 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/RegExFluidIngredient ()V 19 argL0 ; # dev/latvian/mods/kubejs/fluid/RegExFluidIngredient$$Lambda+0x000001d684d48470 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/RegExFluidIngredient ()V 14 argL0 ; # dev/latvian/mods/kubejs/fluid/RegExFluidIngredient$$Lambda+0x000001d684d48238 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/RegExFluidIngredient lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/latvian/mods/kubejs/fluid/RegExFluidIngredient$$Lambda+0x000001d684d48000 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/RegExFluidIngredient lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/latvian/mods/kubejs/fluid/RegExFluidIngredient$$Lambda+0x000001d684d47bc0 +instanceKlass @bci dev/latvian/mods/kubejs/util/RegExpKJS ()V 24 argL0 ; # dev/latvian/mods/kubejs/util/RegExpKJS$$Lambda+0x000001d684d47988 +instanceKlass @bci dev/latvian/mods/kubejs/util/RegExpKJS ()V 19 argL0 ; # dev/latvian/mods/kubejs/util/RegExpKJS$$Lambda+0x000001d684d47750 +instanceKlass @bci dev/latvian/mods/kubejs/util/RegExpKJS ()V 5 argL0 ; # dev/latvian/mods/kubejs/util/RegExpKJS$$Lambda+0x000001d684d47518 +instanceKlass @bci dev/latvian/mods/kubejs/util/RegExpKJS ()V 0 argL0 ; # dev/latvian/mods/kubejs/util/RegExpKJS$$Lambda+0x000001d684d472e0 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/RegExFluidIngredient ()V 0 argL0 ; # dev/latvian/mods/kubejs/fluid/RegExFluidIngredient$$Lambda+0x000001d684d470a8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient$$Lambda+0x000001d684d46af0 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient$$Lambda+0x000001d684d468b8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient ()V 0 argL0 ; # net/neoforged/neoforge/fluids/crafting/IntersectionFluidIngredient$$Lambda+0x000001d684d46680 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient$$Lambda+0x000001d684d460d8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient$$Lambda+0x000001d684d45ea0 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient$$Lambda+0x000001d684d45c68 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient ()V 0 argL0 ; # net/neoforged/neoforge/fluids/crafting/DifferenceFluidIngredient$$Lambda+0x000001d684d45a30 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient$$Lambda+0x000001d684d45478 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient$$Lambda+0x000001d684d45240 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient$$Lambda+0x000001d684d45008 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient$$Lambda+0x000001d684d44dd0 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient ()V 0 argL0 ; # net/neoforged/neoforge/fluids/crafting/DataComponentFluidIngredient$$Lambda+0x000001d684d44b98 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/CompoundFluidIngredient ()V 25 argL0 ; # net/neoforged/neoforge/fluids/crafting/CompoundFluidIngredient$$Lambda+0x000001d684d445c8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/CompoundFluidIngredient ()V 20 argL0 ; # net/neoforged/neoforge/fluids/crafting/CompoundFluidIngredient$$Lambda+0x000001d684d44390 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs mapWithAlternative (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 10 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d684d44158 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs mapWithAlternative (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 5 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d684d43f20 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/TagFluidIngredient ()V 11 argL0 ; # net/neoforged/neoforge/fluids/crafting/TagFluidIngredient$$Lambda+0x000001d684d43968 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/TagFluidIngredient ()V 6 argL0 ; # net/neoforged/neoforge/fluids/crafting/TagFluidIngredient$$Lambda+0x000001d684d43730 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/SingleFluidIngredient ()V 8 argL0 ; # net/neoforged/neoforge/fluids/crafting/SingleFluidIngredient$$Lambda+0x000001d684d434f8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/SingleFluidIngredient ()V 3 argL0 ; # net/neoforged/neoforge/fluids/crafting/SingleFluidIngredient$$Lambda+0x000001d684d432c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntityDataSerializers lambda$static$0 ()Lnet/minecraft/network/syncher/EntityDataSerializer; 3 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntityDataSerializers$$Lambda+0x000001d684d430a8 +instanceKlass com/github/L_Ender/cataclysm/util/CMByteBufCodecs$1 +instanceKlass com/github/L_Ender/cataclysm/util/CMByteBufCodecs +instanceKlass @bci net/orcinus/galosphere/entities/Mole$State ()V 96 argL0 ; # net/orcinus/galosphere/entities/Mole$State$$Lambda+0x000001d684d429d8 +instanceKlass @bci net/orcinus/galosphere/entities/Mole$State ()V 76 argL0 ; # net/orcinus/galosphere/entities/Mole$State$$Lambda+0x000001d684d427c0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$0 ()Lnet/minecraft/network/syncher/EntityDataSerializer; 3 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d684d42178 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade ()V 35 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41f40 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade ()V 30 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41d08 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade ()V 22 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41ad0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade ()V 14 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41898 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41660 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d41428 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d411f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d40fb8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade$$Lambda+0x000001d684d40d80 +instanceKlass de/maxhenkel/corpse/corelib/dataserializers/DataSerializerItemList$2 +instanceKlass de/maxhenkel/corpse/corelib/dataserializers/DataSerializerItemList$1 +instanceKlass de/maxhenkel/corpse/corelib/dataserializers/DataSerializerItemList +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition$$Lambda+0x000001d684d40238 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition$$Lambda+0x000001d684d40000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition$$Lambda+0x000001d684d3fc00 +instanceKlass com/teamabnormals/blueprint/core/annotations/ConfigKey +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition$$Lambda+0x000001d684d3f358 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition$$Lambda+0x000001d684d3f120 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition ()V 10 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition$$Lambda+0x000001d684d3eee8 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition$1 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition +instanceKlass @bci net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources lambda$registerResourceCondition$1 (Lcom/mojang/serialization/MapCodec;Lnet/minecraft/resources/ResourceLocation;)Lcom/mojang/serialization/MapCodec; 7 argL0 ; # net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources$$Lambda+0x000001d684d3de40 +instanceKlass net/blay09/mods/balm/api/resources/ResourceConditionContext +instanceKlass @bci net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources lambda$registerResourceCondition$1 (Lcom/mojang/serialization/MapCodec;Lnet/minecraft/resources/ResourceLocation;)Lcom/mojang/serialization/MapCodec; 2 member ; # net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources$$Lambda+0x000001d684d3da08 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition$$Lambda+0x000001d684d3d5b8 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition$$Lambda+0x000001d684d3d380 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition$$Lambda+0x000001d684d3d148 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition ()V 0 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition$$Lambda+0x000001d684d3cf10 +instanceKlass vectorwing/farmersdelight/common/crafting/condition/VanillaCrateEnabledCondition +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition lambda$createCodec$2 (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Predicate;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 member ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition$$Lambda+0x000001d684d3c878 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition lambda$createCodec$2 (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Predicate;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition$$Lambda+0x000001d684d3c640 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition createCodec (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Predicate;)Lcom/mojang/serialization/MapCodec; 8 member ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition$$Lambda+0x000001d684d3c400 +instanceKlass net/neoforged/neoforge/common/conditions/TrueCondition +instanceKlass @bci net/neoforged/neoforge/common/conditions/TagEmptyCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/neoforged/neoforge/common/conditions/TagEmptyCondition$$Lambda+0x000001d684d3bd80 +instanceKlass @bci net/neoforged/neoforge/common/conditions/TagEmptyCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/neoforged/neoforge/common/conditions/TagEmptyCondition$$Lambda+0x000001d684d3bb48 +instanceKlass @bci net/neoforged/neoforge/common/conditions/TagEmptyCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/neoforged/neoforge/common/conditions/TagEmptyCondition$$Lambda+0x000001d684d3b910 +instanceKlass @bci net/neoforged/neoforge/common/conditions/TagEmptyCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/neoforged/neoforge/common/conditions/TagEmptyCondition$$Lambda+0x000001d684d3b6d8 +instanceKlass @bci net/neoforged/neoforge/common/conditions/TagEmptyCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/TagEmptyCondition$$Lambda+0x000001d684d3b4a0 +instanceKlass @bci net/neoforged/neoforge/common/conditions/OrCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/conditions/OrCondition$$Lambda+0x000001d684d3b040 +instanceKlass @bci net/neoforged/neoforge/common/conditions/OrCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/conditions/OrCondition$$Lambda+0x000001d684d3ae08 +instanceKlass @bci net/neoforged/neoforge/common/conditions/OrCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/OrCondition$$Lambda+0x000001d684d3abd0 +instanceKlass @bci net/neoforged/neoforge/common/conditions/NotCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/conditions/NotCondition$$Lambda+0x000001d684d3a770 +instanceKlass @bci net/neoforged/neoforge/common/conditions/NotCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/conditions/NotCondition$$Lambda+0x000001d684d3a538 +instanceKlass @bci net/neoforged/neoforge/common/conditions/NotCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/NotCondition$$Lambda+0x000001d684d3a300 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ModLoadedCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/conditions/ModLoadedCondition$$Lambda+0x000001d684d39ea0 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ModLoadedCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/conditions/ModLoadedCondition$$Lambda+0x000001d684d39c68 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ModLoadedCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/ModLoadedCondition$$Lambda+0x000001d684d39a30 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ItemExistsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/conditions/ItemExistsCondition$$Lambda+0x000001d684d395d0 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ItemExistsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/conditions/ItemExistsCondition$$Lambda+0x000001d684d39398 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ItemExistsCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/ItemExistsCondition$$Lambda+0x000001d684d39160 +instanceKlass net/neoforged/neoforge/common/conditions/ItemExistsCondition +instanceKlass net/neoforged/neoforge/common/conditions/FalseCondition +instanceKlass @bci net/neoforged/neoforge/common/conditions/AndCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/conditions/AndCondition$$Lambda+0x000001d684d38ac8 +instanceKlass @bci net/neoforged/neoforge/common/conditions/AndCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/conditions/AndCondition$$Lambda+0x000001d684d38890 +instanceKlass @bci net/neoforged/neoforge/common/conditions/AndCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/conditions/AndCondition$$Lambda+0x000001d684d38658 +instanceKlass @bci org/sinytra/fabric/biome_api/FabricBiomeApiV1 lambda$static$1 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # org/sinytra/fabric/biome_api/FabricBiomeApiV1$$Lambda+0x000001d684d38440 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/worldgen/MobSpawnsBiomeModifier ()V 0 argL0 ; # com/faboslav/friendsandfoes/neoforge/worldgen/MobSpawnsBiomeModifier$$Lambda+0x000001d684d38000 +instanceKlass com/faboslav/friendsandfoes/neoforge/worldgen/MobSpawnsBiomeModifier +instanceKlass dev/architectury/registry/level/biome/forge/BiomeModificationsImpl$BiomeModifierImpl +instanceKlass com/github/L_Ender/cataclysm/world/CMMobSpawnBiomeModifier +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d37700 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d374c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d37290 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d37058 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d36e20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d36be8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d369b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers lambda$static$1 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d684d36550 +instanceKlass @bci org/violetmoon/zetaimplforge/world/ZetaBiomeModifier makeCodec ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # org/violetmoon/zetaimplforge/world/ZetaBiomeModifier$$Lambda+0x000001d684d36338 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/MobSpawnBiomeModifier makeCodec ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/MobSpawnBiomeModifier$$Lambda+0x000001d684d36120 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d35ed8 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d35ca0 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d35a68 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d35830 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d355f8 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier ()V 0 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier$$Lambda+0x000001d684d353c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier$$Lambda+0x000001d684d34f60 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier$$Lambda+0x000001d684d34d28 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier$$Lambda+0x000001d684d34af0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier$$Lambda+0x000001d684d348b8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier$$Lambda+0x000001d684d34680 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d34210 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d33fd8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$TEMPERATURE_RANGE ()V 84 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$TEMPERATURE_RANGE$$Lambda+0x000001d684d33db0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d33b98 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d334f0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d332b8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d33080 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$$Lambda+0x000001d684d32e48 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier$$Lambda+0x000001d684d329e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier$$Lambda+0x000001d684d327b0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier$$Lambda+0x000001d684d32578 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier$$Lambda+0x000001d684d32340 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier$$Lambda+0x000001d684d32108 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$29 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d31cb8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$29 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d31a80 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$29 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d31848 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$30 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d313e8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$27 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d311b0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$27 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30f78 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$27 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30d40 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$27 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30b08 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$28 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d306a8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30470 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30238 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d30000 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2fc38 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2fa00 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$25 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2f7c8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$26 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2f368 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2f130 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2eef8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2ecc0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2ea88 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$21 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2e628 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2e400 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2e1c8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2df90 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$19 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2db30 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$16 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2d908 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$16 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2d6d0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$16 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2d498 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$16 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2d260 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$16 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2d028 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$17 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2cbc8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2c990 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2c758 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2c520 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2c2e8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2c0b0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2be78 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$13 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2ba18 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2b7e0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2b5a8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2b370 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2b138 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$8 ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684d2acd8 +instanceKlass net/neoforged/neoforge/common/world/NoneBiomeModifier +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type$3 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type ()V 46 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type$$Lambda+0x000001d684d2a650 +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type$2 +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type$1 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartController (Lnet/minecraft/world/entity/vehicle/AbstractMinecart;)V 29 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartController$$Lambda+0x000001d684d29b48 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartController (Lnet/minecraft/world/entity/vehicle/AbstractMinecart;)V 17 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartController$$Lambda+0x000001d684d29930 +instanceKlass @bci com/simibubi/create/AllAttachmentTypes lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/simibubi/create/AllAttachmentTypes$$Lambda+0x000001d684d29438 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/attachment/BMDAttachments lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/attachment/BMDAttachments$$Lambda+0x000001d684d29220 +instanceKlass com/cerbon/cerbons_api/api/general/data/HistoricalData +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d684d28a08 +instanceKlass com/illusivesoulworks/comforts/common/capability/SleepDataImpl +instanceKlass com/illusivesoulworks/comforts/common/capability/ISleepData +instanceKlass com/mrcrayfish/framework/entity/sync/DataHolderSerializer +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d684d20c70 +instanceKlass com/mrcrayfish/framework/entity/sync/DataHolder +instanceKlass @bci com/kyanite/deeperdarker/content/DDDataAttachments lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDDataAttachments$$Lambda+0x000001d684d20800 +instanceKlass com/kyanite/deeperdarker/content/data/PlayerData +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry lambda$static$4 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d684d21aa8 +instanceKlass top/theillusivec4/curios/api/type/inventory/ICurioStacksHandler +instanceKlass top/theillusivec4/curios/common/capability/CurioInventory +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments lambda$static$5 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d684d21428 +instanceKlass com/github/L_Ender/cataclysm/Attachment/ParryAttachment +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments lambda$static$4 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d684d21000 +instanceKlass com/github/L_Ender/cataclysm/Attachment/TidalTentacleAttachment +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments lambda$static$3 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d684d23a48 +instanceKlass com/github/L_Ender/cataclysm/Attachment/RenderRushAttachment +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments lambda$static$2 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d684d235f8 +instanceKlass com/github/L_Ender/cataclysm/Attachment/ChargeAttachment +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d684d23168 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentRegistryImpl registerNeoTypes (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 13 member ; # net/fabricmc/fabric/impl/attachment/AttachmentRegistryImpl$$Lambda+0x000001d684d22f38 +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes lambda$static$5 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d684d22d20 +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes lambda$static$3 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d684d22b08 +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d684d228f0 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAAttachments lambda$static$2 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAAttachments$$Lambda+0x000001d684d226d8 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d22470 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d22238 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d22000 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d27cc8 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d27a90 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d27858 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d27620 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment ()V 0 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment$$Lambda+0x000001d684d273e8 +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAAttachments lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAAttachments$$Lambda+0x000001d684d271d0 +instanceKlass io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment +instanceKlass @bci com/aetherteam/aether/attachment/AetherTimeAttachment lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/aetherteam/aether/attachment/AetherTimeAttachment$$Lambda+0x000001d684d26a48 +instanceKlass @cpi com/aetherteam/aether/attachment/AetherTimeAttachment 315 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d20400 +instanceKlass @bci com/aetherteam/aether/attachment/AetherTimeAttachment lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/aetherteam/aether/attachment/AetherTimeAttachment$$Lambda+0x000001d684d26810 +instanceKlass @bci com/aetherteam/aether/attachment/AetherTimeAttachment lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/attachment/AetherTimeAttachment$$Lambda+0x000001d684d265d8 +instanceKlass @bci com/aetherteam/aether/attachment/AetherTimeAttachment lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/attachment/AetherTimeAttachment$$Lambda+0x000001d684d263a0 +instanceKlass @bci com/aetherteam/aether/attachment/AetherTimeAttachment ()V 4 argL0 ; # com/aetherteam/aether/attachment/AetherTimeAttachment$$Lambda+0x000001d684d26168 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$5 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d25f50 +instanceKlass com/aetherteam/aether/attachment/AetherTimeAttachment +instanceKlass @bci com/aetherteam/aether/attachment/DroppedItemAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/aetherteam/aether/attachment/DroppedItemAttachment$$Lambda+0x000001d684d255a0 +instanceKlass @bci com/aetherteam/aether/attachment/DroppedItemAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/attachment/DroppedItemAttachment$$Lambda+0x000001d684d25368 +instanceKlass @bci com/aetherteam/aether/attachment/DroppedItemAttachment ()V 0 argL0 ; # com/aetherteam/aether/attachment/DroppedItemAttachment$$Lambda+0x000001d684d25130 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$4 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d24f18 +instanceKlass com/aetherteam/aether/attachment/DroppedItemAttachment +instanceKlass @bci com/aetherteam/aether/attachment/LightningTrackerAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/aetherteam/aether/attachment/LightningTrackerAttachment$$Lambda+0x000001d684d24ac8 +instanceKlass @bci com/aetherteam/aether/attachment/LightningTrackerAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/attachment/LightningTrackerAttachment$$Lambda+0x000001d684d24890 +instanceKlass @bci com/aetherteam/aether/attachment/LightningTrackerAttachment ()V 0 argL0 ; # com/aetherteam/aether/attachment/LightningTrackerAttachment$$Lambda+0x000001d684d24658 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$3 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d24440 +instanceKlass com/aetherteam/aether/attachment/LightningTrackerAttachment +instanceKlass @bci com/aetherteam/aether/attachment/PhoenixArrowAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/aetherteam/aether/attachment/PhoenixArrowAttachment$$Lambda+0x000001d684d24000 +instanceKlass @bci com/aetherteam/aether/attachment/PhoenixArrowAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/attachment/PhoenixArrowAttachment$$Lambda+0x000001d684d1fd08 +instanceKlass @bci com/aetherteam/aether/attachment/PhoenixArrowAttachment lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/attachment/PhoenixArrowAttachment$$Lambda+0x000001d684d1fad0 +instanceKlass @bci com/aetherteam/aether/attachment/PhoenixArrowAttachment ()V 0 argL0 ; # com/aetherteam/aether/attachment/PhoenixArrowAttachment$$Lambda+0x000001d684d1f898 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$2 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d1f680 +instanceKlass com/aetherteam/aether/attachment/PhoenixArrowAttachment +instanceKlass @bci com/aetherteam/aether/attachment/MobAccessoryAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/aetherteam/aether/attachment/MobAccessoryAttachment$$Lambda+0x000001d684d1ef58 +instanceKlass @bci com/aetherteam/aether/attachment/MobAccessoryAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # com/aetherteam/aether/attachment/MobAccessoryAttachment$$Lambda+0x000001d684d1ed20 +instanceKlass @bci com/aetherteam/aether/attachment/MobAccessoryAttachment ()V 0 argL0 ; # com/aetherteam/aether/attachment/MobAccessoryAttachment$$Lambda+0x000001d684d1eae8 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d1e8d0 +instanceKlass com/aetherteam/aether/attachment/MobAccessoryAttachment +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 195 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1e400 +instanceKlass @cpi com/aetherteam/aether/attachment/AetherPlayerAttachment 1493 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684d20000 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1e1c8 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 164 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1df90 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 145 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1dd58 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1db20 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1d8e8 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1d6b0 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1d478 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1d240 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1d008 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment lambda$static$17 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1cdd0 +instanceKlass @bci com/aetherteam/aether/attachment/AetherPlayerAttachment ()V 132 argL0 ; # com/aetherteam/aether/attachment/AetherPlayerAttachment$$Lambda+0x000001d684d1cb98 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d684d1c980 +instanceKlass com/aetherteam/nitrogen/network/packet/SyncPacket +instanceKlass com/aetherteam/aether/attachment/AetherPlayerAttachment +instanceKlass com/aetherteam/nitrogen/attachment/INBTSynchable +instanceKlass @bci umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment$$Lambda+0x000001d684d1b9a0 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment$$Lambda+0x000001d684d1b768 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment$$Lambda+0x000001d684d1b530 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment ()V 8 argL0 ; # umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment$$Lambda+0x000001d684d1b2f8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCAttachments ()V 20 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCAttachments$$Lambda+0x000001d684d1b0e0 +instanceKlass umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment +instanceKlass @bci umpaz/brewinandchewin/common/attachment/RagingAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # umpaz/brewinandchewin/common/attachment/RagingAttachment$$Lambda+0x000001d684d1ac90 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/RagingAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/common/attachment/RagingAttachment$$Lambda+0x000001d684d1aa58 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/RagingAttachment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/attachment/RagingAttachment$$Lambda+0x000001d684d1a820 +instanceKlass @bci umpaz/brewinandchewin/common/attachment/RagingAttachment ()V 8 argL0 ; # umpaz/brewinandchewin/common/attachment/RagingAttachment$$Lambda+0x000001d684d1a5e8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCAttachments ()V 0 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCAttachments$$Lambda+0x000001d684d1a3d0 +instanceKlass umpaz/brewinandchewin/common/attachment/RagingAttachment +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentType defaultCopyHandler (Lnet/neoforged/neoforge/attachment/IAttachmentSerializer;)Lnet/neoforged/neoforge/attachment/IAttachmentCopyHandler; 4 argL0 ; # net/neoforged/neoforge/attachment/AttachmentType$$Lambda+0x000001d684d19f98 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder lambda$build$1 (Lnet/minecraft/resources/ResourceLocation;)Lnet/neoforged/neoforge/attachment/AttachmentType; 1 member ; # fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder$$Lambda+0x000001d684d19d78 +instanceKlass fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$1 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController lambda$registerCapability$1 (Ljava/util/function/Supplier;[Ljava/lang/Object;)Lnet/neoforged/neoforge/attachment/AttachmentType; 2 member ; # fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$$Lambda+0x000001d684d198f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler lambda$static$3 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d684d196d8 +instanceKlass com/bobmowzie/mowziesmobs/server/capability/AbilityData +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler lambda$static$2 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d684d19200 +instanceKlass com/bobmowzie/mowziesmobs/server/capability/PlayerData +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d684d18c60 +instanceKlass com/bobmowzie/mowziesmobs/server/capability/LivingData +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentType serializable (Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/attachment/AttachmentType$Builder; 1 member ; # net/neoforged/neoforge/attachment/AttachmentType$$Lambda+0x000001d684d187a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler lambda$static$0 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d684d18588 +instanceKlass com/bobmowzie/mowziesmobs/server/capability/FrozenData +instanceKlass net/neoforged/neoforge/attachment/AttachmentType$1 +instanceKlass @bci com/tom/storagemod/platform/Platform lambda$static$3 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # com/tom/storagemod/platform/Platform$$Lambda+0x000001d684d17cf8 +instanceKlass com/tom/storagemod/block/entity/BlockFilterAttachment +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$AntiquableAttachment ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$AntiquableAttachment$$Lambda+0x000001d684d17870 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$AntiquableAttachment ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$AntiquableAttachment$$Lambda+0x000001d684d17638 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler lambda$static$1 ()Lnet/neoforged/neoforge/attachment/AttachmentType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$$Lambda+0x000001d684d17420 +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$AntiquableAttachment +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/LivingEntityTamable ()V 15 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/LivingEntityTamable$$Lambda+0x000001d684d16fc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/LivingEntityTamable ()V 10 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/LivingEntityTamable$$Lambda+0x000001d684d16d90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$13 ()Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d684d16b78 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/data/LivingEntityTamable +instanceKlass net/neoforged/neoforge/attachment/AttachmentType$Builder$2 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl makeDataAttachmentBuilder (Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/attachment/AttachmentType$Builder; 27 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d684d164c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder syncWith (Lnet/minecraft/network/codec/StreamCodec;)Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder; 2 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder$$Lambda+0x000001d684d16278 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData ()V 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData$$Lambda+0x000001d684d16040 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData ()V 24 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData$$Lambda+0x000001d684d15e08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData$$Lambda+0x000001d684d15bd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData$$Lambda+0x000001d684d15998 +instanceKlass net/mehvahdjukaar/moonlight/core/misc/AttachmentBuilderImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$12 ()Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d684d15528 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/data/SlimedData +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/BundleProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/BundleProvider$$Lambda+0x000001d684d150c8 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/BundleProvider capacityMultiplierCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/BundleProvider$$Lambda+0x000001d684d14e90 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/BundleProvider ()V 0 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/BundleProvider$$Lambda+0x000001d684d14c58 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/EnderChestProvider ()V 21 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/EnderChestProvider$$Lambda+0x000001d684d14700 +instanceKlass fuzs/iteminteractions/api/v1/provider/impl/EnderChestProvider +instanceKlass fuzs/iteminteractions/api/v1/provider/impl/EmptyProvider +instanceKlass @bci fuzs/bagofholding/world/item/container/BagProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # fuzs/bagofholding/world/item/container/BagProvider$$Lambda+0x000001d684d13ed0 +instanceKlass @bci fuzs/bagofholding/world/item/container/BagProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # fuzs/bagofholding/world/item/container/BagProvider$$Lambda+0x000001d684d13c98 +instanceKlass @bci fuzs/bagofholding/world/item/BagType ()V 54 argL0 ; # fuzs/bagofholding/world/item/BagType$$Lambda+0x000001d684d13a80 +instanceKlass @bci fuzs/bagofholding/world/item/container/BagProvider ()V 0 argL0 ; # fuzs/bagofholding/world/item/container/BagProvider$$Lambda+0x000001d684d133d8 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d13160 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider equipmentSlotsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 16 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d12f28 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider interactionPermissionsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 16 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d12cf0 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$InteractionPermissions ()V 45 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$InteractionPermissions$$Lambda+0x000001d684d12ad8 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider filterContainerItemsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 17 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d12430 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/AbstractProvider disallowedItemsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 19 argL0 ; # fuzs/iteminteractions/api/v1/provider/AbstractProvider$$Lambda+0x000001d684d121f8 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/AbstractProvider backgroundColorCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # fuzs/iteminteractions/api/v1/provider/AbstractProvider$$Lambda+0x000001d684d11fc0 +instanceKlass @bci com/google/common/collect/CollectSpliterators$1 forEachRemaining (Ljava/util/function/Consumer;)V 9 member ; # com/google/common/collect/CollectSpliterators$1$$Lambda+0x000001d684c32430 +instanceKlass @bci fuzs/iteminteractions/api/v1/DyeBackedColor ()V 62 argL0 ; # fuzs/iteminteractions/api/v1/DyeBackedColor$$Lambda+0x000001d684d11d88 +instanceKlass com/google/common/collect/CollectSpliterators$1 +instanceKlass @bci com/google/common/collect/ImmutableMap keySpliterator ()Ljava/util/Spliterator; 7 argL0 ; # com/google/common/collect/ImmutableMap$$Lambda+0x000001d684c31f60 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableBiMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 27 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d684c30b90 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableBiMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 22 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d684c30950 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableBiMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 17 member ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d684c30720 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableBiMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 10 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d684c30508 +instanceKlass @bci fuzs/iteminteractions/api/v1/DyeBackedColor ()V 30 argL0 ; # fuzs/iteminteractions/api/v1/DyeBackedColor$$Lambda+0x000001d684d11b50 +instanceKlass @bci fuzs/iteminteractions/api/v1/DyeBackedColor ()V 8 argL0 ; # fuzs/iteminteractions/api/v1/DyeBackedColor$$Lambda+0x000001d684d11918 +instanceKlass @bci fuzs/iteminteractions/api/v1/DyeBackedColor ()V 3 argL0 ; # fuzs/iteminteractions/api/v1/DyeBackedColor$$Lambda+0x000001d684d116e0 +instanceKlass fuzs/iteminteractions/api/v1/DyeBackedColor +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider inventoryHeightCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d112a0 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider inventoryWidthCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d11068 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider ()V 0 argL0 ; # fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$$Lambda+0x000001d684d10e30 +instanceKlass fuzs/iteminteractions/api/v1/provider/AbstractProvider +instanceKlass fuzs/iteminteractions/api/v1/provider/TooltipProvider +instanceKlass @bci de/mschae23/grindenchantments/cost/CountEnchantmentsCostFunction ()V 28 argL0 ; # de/mschae23/grindenchantments/cost/CountEnchantmentsCostFunction$$Lambda+0x000001d684d10000 +instanceKlass @bci de/mschae23/grindenchantments/cost/CountEnchantmentsCostFunction ()V 10 argL0 ; # de/mschae23/grindenchantments/cost/CountEnchantmentsCostFunction$$Lambda+0x000001d684d0fd80 +instanceKlass de/mschae23/grindenchantments/cost/CountEnchantmentsCostFunction +instanceKlass @bci com/simibubi/create/content/contraptions/behaviour/dispenser/storage/DispenserMountedStorage ()V 0 argL0 ; # com/simibubi/create/content/contraptions/behaviour/dispenser/storage/DispenserMountedStorage$$Lambda+0x000001d684d0f910 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/chest/ChestMountedStorage ()V 0 argL0 ; # com/simibubi/create/api/contraption/storage/item/chest/ChestMountedStorage$$Lambda+0x000001d684d0f6d8 +instanceKlass @bci com/simibubi/create/content/logistics/depot/storage/DepotMountedStorage ()V 8 argL0 ; # com/simibubi/create/content/logistics/depot/storage/DepotMountedStorage$$Lambda+0x000001d684d0f4a0 +instanceKlass @bci com/simibubi/create/content/logistics/depot/storage/DepotMountedStorage ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/storage/DepotMountedStorage$$Lambda+0x000001d684d0f268 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxMountedStorage ()V 8 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxMountedStorage$$Lambda+0x000001d684d0f030 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxMountedStorage ()V 3 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxMountedStorage$$Lambda+0x000001d684d0edf8 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage ()V 8 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage$$Lambda+0x000001d684d0ebc0 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage ()V 3 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultMountedStorage$$Lambda+0x000001d684d0e988 +instanceKlass @bci com/simibubi/create/content/logistics/crate/CreativeCrateMountedStorage ()V 8 argL0 ; # com/simibubi/create/content/logistics/crate/CreativeCrateMountedStorage$$Lambda+0x000001d684d0e750 +instanceKlass @bci com/simibubi/create/content/logistics/crate/CreativeCrateMountedStorage ()V 3 argL0 ; # com/simibubi/create/content/logistics/crate/CreativeCrateMountedStorage$$Lambda+0x000001d684d0e518 +instanceKlass @bci com/simibubi/create/impl/contraption/storage/FallbackMountedStorage ()V 0 argL0 ; # com/simibubi/create/impl/contraption/storage/FallbackMountedStorage$$Lambda+0x000001d684d0e2e0 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage codec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 4 argL0 ; # com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage$$Lambda+0x000001d684d0e0a8 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage ()V 0 argL0 ; # com/simibubi/create/api/contraption/storage/item/simple/SimpleMountedStorage$$Lambda+0x000001d684d0de70 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage$$Lambda+0x000001d684d0d750 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage$$Lambda+0x000001d684d0d518 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage$$Lambda+0x000001d684d0d2e0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage ()V 0 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMountedStorage$$Lambda+0x000001d684d0d0a8 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/creative/CreativeFluidTankMountedStorage ()V 8 argL0 ; # com/simibubi/create/content/fluids/tank/storage/creative/CreativeFluidTankMountedStorage$$Lambda+0x000001d684d0ce70 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/creative/CreativeFluidTankMountedStorage ()V 3 argL0 ; # com/simibubi/create/content/fluids/tank/storage/creative/CreativeFluidTankMountedStorage$$Lambda+0x000001d684d0cc38 +instanceKlass @bci com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank$$Lambda+0x000001d684d0ca10 +instanceKlass @bci com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank$$Lambda+0x000001d684d0c7d8 +instanceKlass @bci com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank$$Lambda+0x000001d684d0c5a0 +instanceKlass @bci com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank ()V 0 argL0 ; # com/simibubi/create/content/fluids/tank/CreativeFluidTankBlockEntity$CreativeSmartFluidTank$$Lambda+0x000001d684d0c368 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage$$Lambda+0x000001d684d0c140 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage$$Lambda+0x000001d684d0bf08 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage$$Lambda+0x000001d684d0bcd0 +instanceKlass @bci com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage ()V 0 argL0 ; # com/simibubi/create/content/fluids/tank/storage/FluidTankMountedStorage$$Lambda+0x000001d684d0ba98 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes lambda$attribute$2 (Ljava/util/function/BiPredicate;Ljava/lang/String;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type; 6 member ; # plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes$$Lambda+0x000001d684d0b858 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes lambda$colorFanProcessing$4 (Ljava/util/Collection;Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute; 6 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d684d0b608 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes lambda$colorFanProcessing$5 (Ljava/util/Collection;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type; 5 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d684d0b3c8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes lambda$fanProcessing$0 (Ljava/util/function/Supplier;Ljava/lang/String;Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute; 19 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d684d0b178 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes lambda$fanProcessing$1 (Ljava/util/function/Supplier;Ljava/lang/String;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type; 6 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d684d0af38 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$10 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 11 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0ad20 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$10 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 6 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0aad8 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$7 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 6 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0a890 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$5 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 6 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0a648 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$3 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 6 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0a400 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides lambda$static$1 ()Lcom/aetherteam/aether/api/registers/AdvancementSoundOverride; 5 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d684d0a1b8 +instanceKlass @bci org/embeddedt/modernfix/dfu/DFUBlaster$CleanerThread run ()V 39 argL0 ; # org/embeddedt/modernfix/dfu/DFUBlaster$CleanerThread$$Lambda+0x000001d684d09f90 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/TransferEffects lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/TransferEffects$$Lambda+0x000001d684d09d68 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/TransferEffects lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/TransferEffects$$Lambda+0x000001d684d09b30 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/TransferEffects lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/TransferEffects$$Lambda+0x000001d684d098f8 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/TransferEffects ()V 0 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/TransferEffects$$Lambda+0x000001d684d096c0 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/Launch lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/Launch$$Lambda+0x000001d684d09220 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/Launch lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/Launch$$Lambda+0x000001d684d08fe8 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/Launch ()V 0 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/Launch$$Lambda+0x000001d684d08db0 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/RepairItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/RepairItem$$Lambda+0x000001d684d08910 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/RepairItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/RepairItem$$Lambda+0x000001d684d086d8 +instanceKlass @bci com/teamabnormals/allurement/common/enchantment/effects/RepairItem ()V 0 argL0 ; # com/teamabnormals/allurement/common/enchantment/effects/RepairItem$$Lambda+0x000001d684d084a0 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment$$Lambda+0x000001d684d08000 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment$$Lambda+0x000001d684d00400 +instanceKlass @bci com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment ()V 0 argL0 ; # com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment$$Lambda+0x000001d684d00cb8 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d00800 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d01d18 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d01ae0 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d018a8 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d01670 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d01438 +instanceKlass @bci com/soytutta/mynethersdelight/common/enchantment/PoachingData ()V 19 argL0 ; # com/soytutta/mynethersdelight/common/enchantment/PoachingData$$Lambda+0x000001d684d01200 +instanceKlass @bci org/betterx/betterend/registry/EndEnchantments onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndEnchantments$$Lambda+0x000001d684d03d18 +instanceKlass net/neoforged/neoforge/common/advancements/critereon/PiglinCurrencyItemPredicate +instanceKlass @bci net/neoforged/neoforge/common/advancements/critereon/ItemAbilityPredicate ()V 8 argL0 ; # net/neoforged/neoforge/common/advancements/critereon/ItemAbilityPredicate$$Lambda+0x000001d684d038c0 +instanceKlass @bci net/neoforged/neoforge/common/advancements/critereon/ItemAbilityPredicate ()V 3 argL0 ; # net/neoforged/neoforge/common/advancements/critereon/ItemAbilityPredicate$$Lambda+0x000001d684d03688 +instanceKlass net/neoforged/neoforge/common/advancements/critereon/SnowBootsEntityPredicate +instanceKlass net/neoforged/neoforge/common/advancements/critereon/PiglinNeutralArmorEntityPredicate +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$BuiltinTriggersQuickDeploy register ()V 8 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$BuiltinTriggersQuickDeploy$$Lambda+0x000001d684d02de0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 423 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d02b90 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 409 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d02940 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 395 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d026f0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 381 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d024a0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 367 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d02250 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 353 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d02000 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 339 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d07d50 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 325 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d07b00 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 311 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d078b0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 297 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d07660 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 283 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d07410 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 269 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d071c0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 255 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06f70 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 241 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06d20 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 227 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06ad0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 213 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06880 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 199 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06630 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 185 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d063e0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 171 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d06190 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 157 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d05f40 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 143 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d05cf0 +instanceKlass @bci plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance$$Lambda+0x000001d684d05ac8 +instanceKlass @bci plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance$$Lambda+0x000001d684d05890 +instanceKlass @bci plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance$$Lambda+0x000001d684d05658 +instanceKlass @bci plus/dragons/createdragonsplus/util/CDPCodecs ()V 13 argL0 ; # plus/dragons/createdragonsplus/util/CDPCodecs$$Lambda+0x000001d684d05420 +instanceKlass @bci plus/dragons/createdragonsplus/util/CDPCodecs ()V 8 argL0 ; # plus/dragons/createdragonsplus/util/CDPCodecs$$Lambda+0x000001d684d051e8 +instanceKlass plus/dragons/createdragonsplus/util/CDPCodecs +instanceKlass @bci plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance ()V 0 argL0 ; # plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance$$Lambda+0x000001d684d04db0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 129 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d04940 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 115 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d046f0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 101 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d044a0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 87 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d04250 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 73 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684d04000 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 59 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684cffc00 +instanceKlass plus/dragons/createdragonsplus/common/advancements/criterion/BuiltinTrigger +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$BuiltinTriggersQuickDeploy +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 45 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684cff538 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 31 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684cff2e8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements ()V 17 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements$$Lambda+0x000001d684cfec68 +instanceKlass plus/dragons/createdragonsplus/common/advancements/CDPAdvancement$Builder +instanceKlass plus/dragons/createdragonsplus/common/advancements/CDPAdvancement +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements +instanceKlass @bci plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger ()V 12 argL0 ; # plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$$Lambda+0x000001d684cfdc58 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllTriggers register ()V 3 argL0 ; # com/simibubi/create/foundation/advancement/AllTriggers$$Lambda+0x000001d684cfda30 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1431 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfd7e0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1417 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfd590 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1403 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfd340 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1389 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfd0f0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1375 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfcea0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1361 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfcc50 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1347 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfca00 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1333 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfc7b0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1319 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfc560 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1305 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfc310 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1291 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfc0c0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1277 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfbe70 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1263 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfbc20 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1249 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfb9d0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1235 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfb780 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1221 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfb530 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1207 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfb2e0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1193 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfb090 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1179 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfae40 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1165 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfabf0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1151 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfa9a0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1137 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfa750 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1123 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfa500 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1109 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfa2b0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1095 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cfa060 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1081 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9e10 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1067 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9bc0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1053 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9970 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1039 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9720 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1025 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf94d0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 1011 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9280 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 997 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf9030 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 983 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf8de0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 969 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf8b90 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 955 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf8940 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 941 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf86f0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 927 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf84a0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 913 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf8250 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 899 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf8000 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 885 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf7cc8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 871 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf7a78 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 857 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf7828 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 843 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf75d8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 829 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf7388 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 815 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf7138 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 801 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf6ee8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 787 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf6c98 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 773 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf6a48 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 759 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf67f8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 745 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf65a8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 731 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf6358 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 717 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf6108 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 703 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf5eb8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 689 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf5c68 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 675 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf5a18 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 661 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf57c8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 647 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf5578 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 633 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf5328 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 619 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf50d8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 605 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf4e88 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 591 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf4c38 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements lambda$static$40 (Lcom/simibubi/create/foundation/advancement/CreateAdvancement$Builder;)Lcom/simibubi/create/foundation/advancement/CreateAdvancement$Builder; 1 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf4a00 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 577 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf47b0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 563 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf4560 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 549 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf4310 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 535 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf40c0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 521 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf3e70 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 507 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf3c20 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 493 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf39d0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 479 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf3780 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 465 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf3530 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 451 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf32e0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 437 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf3090 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 423 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf2e40 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 409 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf2bf0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 395 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf29a0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 381 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf2750 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 367 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf2500 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 353 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf22b0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 339 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf2060 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 325 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1e10 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 311 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1bc0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 297 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1970 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 283 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1720 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 269 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf14d0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 255 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1280 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 241 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf1030 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 227 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf0de0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 213 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf0b90 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 199 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf0940 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 185 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf06f0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 171 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf04a0 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 157 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf0250 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 143 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cf0000 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 129 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cefc38 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 115 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cef9e8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 101 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cef798 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 87 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cef548 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 73 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cef2f8 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 59 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cef0a8 +instanceKlass @bci com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance$$Lambda+0x000001d684ceee70 +instanceKlass @bci com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance$$Lambda+0x000001d684ceec38 +instanceKlass @bci com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance ()V 0 argL0 ; # com/simibubi/create/foundation/advancement/SimpleCreateTrigger$Instance$$Lambda+0x000001d684ceea00 +instanceKlass com/simibubi/create/foundation/advancement/CriterionTriggerBase$Instance +instanceKlass com/simibubi/create/foundation/advancement/CriterionTriggerBase +instanceKlass com/simibubi/create/foundation/advancement/AllTriggers +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 45 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684cedc08 +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 31 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684ced9b8 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$$Lambda+0x000001d684ced780 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$$Lambda+0x000001d684ced548 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$$Lambda+0x000001d684ced310 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots$$Lambda+0x000001d684ced0d8 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots$$Lambda+0x000001d684cecea0 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots$$Lambda+0x000001d684cecc68 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots$$Lambda+0x000001d684ceca30 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots ()V 0 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots$$Lambda+0x000001d684cec7f8 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$$Lambda+0x000001d684cec3b8 +instanceKlass @bci net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance ()V 0 argL0 ; # net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$$Lambda+0x000001d684cec180 +instanceKlass @bci net/minecraft/advancements/AdvancementType ()V 60 argL0 ; # net/minecraft/advancements/AdvancementType$$Lambda+0x000001d684cebb30 +instanceKlass @bci net/minecraft/advancements/AdvancementRequirements$Strategy ()V 8 argL0 ; # net/minecraft/advancements/AdvancementRequirements$Strategy$$Lambda+0x000001d684ceb4e8 +instanceKlass @bci net/minecraft/advancements/AdvancementRequirements$Strategy ()V 0 argL0 ; # net/minecraft/advancements/AdvancementRequirements$Strategy$$Lambda+0x000001d684ceb2d0 +instanceKlass net/minecraft/advancements/AdvancementRequirements$Strategy +instanceKlass @bci net/minecraft/advancements/AdvancementRewards lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684ceac88 +instanceKlass @bci net/minecraft/advancements/AdvancementRewards lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684ceaa50 +instanceKlass @bci net/minecraft/commands/CacheableFunction ()V 8 argL0 ; # net/minecraft/commands/CacheableFunction$$Lambda+0x000001d684cea818 +instanceKlass @bci net/minecraft/commands/CacheableFunction ()V 3 argL0 ; # net/minecraft/commands/CacheableFunction$$Lambda+0x000001d684cea5e0 +instanceKlass net/minecraft/commands/CacheableFunction +instanceKlass @bci net/minecraft/advancements/AdvancementRewards lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684cea190 +instanceKlass @bci net/minecraft/advancements/AdvancementRewards lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684ce9f58 +instanceKlass @bci net/minecraft/advancements/AdvancementRewards lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684ce9d20 +instanceKlass @bci net/minecraft/advancements/AdvancementRewards ()V 0 argL0 ; # net/minecraft/advancements/AdvancementRewards$$Lambda+0x000001d684ce9ae8 +instanceKlass net/minecraft/advancements/Advancement$Builder +instanceKlass net/neoforged/neoforge/common/extensions/IAdvancementBuilderExtension +instanceKlass @bci com/simibubi/create/foundation/advancement/AllAdvancements ()V 17 argL0 ; # com/simibubi/create/foundation/advancement/AllAdvancements$$Lambda+0x000001d684ce9208 +instanceKlass com/simibubi/create/foundation/advancement/CreateAdvancement$Builder +instanceKlass com/simibubi/create/foundation/advancement/AllAdvancements +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 108 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce8b18 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 92 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce88e0 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 76 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce86a8 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 60 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce8470 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 44 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce8238 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 28 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce8000 +instanceKlass @bci com/li64/tide/data/TideCriteriaTriggers ()V 12 argL0 ; # com/li64/tide/data/TideCriteriaTriggers$$Lambda+0x000001d684ce7d20 +instanceKlass com/li64/tide/data/TideCriteriaTriggers +instanceKlass @bci org/betterx/betterend/advancements/BECriteria onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/advancements/BECriteria$$Lambda+0x000001d684ce6d18 +instanceKlass @bci net/minecraft/advancements/Criterion ()V 12 argL0 ; # net/minecraft/advancements/Criterion$$Lambda+0x000001d684ce6880 +instanceKlass @bci net/minecraft/advancements/Criterion ()V 7 argL0 ; # net/minecraft/advancements/Criterion$$Lambda+0x000001d684ce6648 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance$$Lambda+0x000001d684ce6410 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance$$Lambda+0x000001d684ce61d8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance ()V 0 argL0 ; # net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance$$Lambda+0x000001d684ce5fa0 +instanceKlass net/minecraft/advancements/critereon/SimpleCriterionTrigger$SimpleInstance +instanceKlass org/betterx/betternether/advancements/BNCriterion$TriggerWithID +instanceKlass @bci org/betterx/betternether/advancements/BNCriterion onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betternether/advancements/BNCriterion$$Lambda+0x000001d684ce5498 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 35 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs$$Lambda+0x000001d684ce5280 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 27 member ; # plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs$$Lambda+0x000001d684ce5060 +instanceKlass plus/dragons/createenchantmentindustry/util/CEILang +instanceKlass @bci net/mehvahdjukaar/every_compat/ECRegistry lambda$static$1 (Lnet/minecraft/world/item/CreativeModeTab$Builder;)V 1 argL0 ; # net/mehvahdjukaar/every_compat/ECRegistry$$Lambda+0x000001d684ce4c48 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 49 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs$$Lambda+0x000001d684ce4a30 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 41 member ; # plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs$$Lambda+0x000001d684ce4810 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 49 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs$$Lambda+0x000001d684ce45f8 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs base (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/item/CreativeModeTab; 41 member ; # plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs$$Lambda+0x000001d684ce43d8 +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 27 argL0 ; # com/simibubi/create/AllCreativeModeTabs$$Lambda+0x000001d684ce41c0 +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs$RegistrateDisplayItemsGenerator ()V 28 argL0 ; # com/simibubi/create/AllCreativeModeTabs$RegistrateDisplayItemsGenerator$$Lambda+0x000001d684ce3f78 +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs$RegistrateDisplayItemsGenerator ()V 4 argL0 ; # com/simibubi/create/AllCreativeModeTabs$RegistrateDisplayItemsGenerator$$Lambda+0x000001d684ce3d30 +instanceKlass com/simibubi/create/AllCreativeModeTabs$RegistrateDisplayItemsGenerator +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 24 argL0 ; # com/simibubi/create/AllCreativeModeTabs$$Lambda+0x000001d684ce38f0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModCreativeTabs lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 12 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModCreativeTabs$$Lambda+0x000001d684ce36d8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl$$Lambda+0x000001d684ce34c0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 3 argL0 ; # com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl$$Lambda+0x000001d684ce32a8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators$$Lambda+0x000001d684ce3090 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators$$Lambda+0x000001d684ce2e78 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 23 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups$$Lambda+0x000001d684ce2c60 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 15 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups$$Lambda+0x000001d684ce2a48 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDCreativeModeTabs lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 8 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDCreativeModeTabs$$Lambda+0x000001d684ce2830 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration getTab ()Lnet/minecraft/world/item/CreativeModeTab; 40 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d684ce2618 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration getTab ()Lnet/minecraft/world/item/CreativeModeTab; 10 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d684ce2400 +instanceKlass @bci net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems lambda$registerCreativeModeTab$2 (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/minecraft/world/item/CreativeModeTab; 40 member ; # net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$$Lambda+0x000001d684ce21e0 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 35 member ; # com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl$$Lambda+0x000001d684ce1fc0 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl lambda$static$0 ()Lnet/minecraft/world/item/CreativeModeTab; 36 member ; # com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl$$Lambda+0x000001d684ce1b80 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$registerCreativeModeTab$10 (Ljava/util/function/Consumer;Ljava/util/List;Ljava/util/List;Z)Lnet/minecraft/world/item/CreativeModeTab; 54 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d684ce1968 +instanceKlass @bci net/mehvahdjukaar/stone_zone/SZRegistry lambda$static$1 (Lnet/minecraft/world/item/CreativeModeTab$Builder;)V 1 argL0 ; # net/mehvahdjukaar/stone_zone/SZRegistry$$Lambda+0x000001d684ce1750 +instanceKlass @bci dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 20 argL0 ; # dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs$$Lambda+0x000001d684ce1538 +instanceKlass @bci dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 12 argL0 ; # dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs$$Lambda+0x000001d684ce1320 +instanceKlass @bci com/li64/tide/registries/TideItems getCreativeTab (Lnet/minecraft/world/item/CreativeModeTab$Builder;)Lnet/minecraft/world/item/CreativeModeTab$Builder; 18 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684ce1108 +instanceKlass @bci com/li64/tide/registries/TideItems getCreativeTab (Lnet/minecraft/world/item/CreativeModeTab$Builder;)Lnet/minecraft/world/item/CreativeModeTab$Builder; 10 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684ce0ef0 +instanceKlass @bci com/teamresourceful/resourcefullib/common/item/tabs/neoforge/ResourcefulCreativeModeTabImpl create (Lcom/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab;)Lnet/minecraft/world/item/CreativeModeTab; 64 member ; # com/teamresourceful/resourcefullib/common/item/tabs/neoforge/ResourcefulCreativeModeTabImpl$$Lambda+0x000001d684ce0cd0 +instanceKlass @bci com/teamresourceful/resourcefullib/common/item/tabs/neoforge/ResourcefulCreativeModeTabImpl create (Lcom/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab;)Lnet/minecraft/world/item/CreativeModeTab; 4 member ; # com/teamresourceful/resourcefullib/common/item/tabs/neoforge/ResourcefulCreativeModeTabImpl$$Lambda+0x000001d684ce0ab0 +instanceKlass com/teamresourceful/resourcefullib/common/item/tabs/neoforge/ResourcefulCreativeModeTabImpl +instanceKlass @bci com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab addRegistry (Lcom/teamresourceful/resourcefullib/common/registry/ResourcefulRegistry;)Lcom/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab; 2 member ; # com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab$$Lambda+0x000001d684ce0690 +instanceKlass @bci com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab setItemIcon (Ljava/util/function/Supplier;)Lcom/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab; 2 member ; # com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab$$Lambda+0x000001d684ce0470 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 14 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d684ce0258 +instanceKlass com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeModeTab +instanceKlass @bci dev/ftb/mods/ftblibrary/items/ModItems lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 15 argL0 ; # dev/ftb/mods/ftblibrary/items/ModItems$$Lambda+0x000001d684cdfde8 +instanceKlass @bci dev/architectury/registry/CreativeTabRegistry create (Lnet/minecraft/network/chat/Component;Ljava/util/function/Supplier;)Lnet/minecraft/world/item/CreativeModeTab; 2 member ; # dev/architectury/registry/CreativeTabRegistry$$Lambda+0x000001d684cdfbb8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModItemGroups lambda$register$1 ()Lnet/minecraft/world/item/CreativeModeTab; 5 argL0 ; # net/emilsg/clutterbestiary/util/ModItemGroups$$Lambda+0x000001d684cdf9a0 +instanceKlass @bci com/kyanite/deeperdarker/util/DDCreativeTab lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 12 argL0 ; # com/kyanite/deeperdarker/util/DDCreativeTab$$Lambda+0x000001d684cdf788 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup lambda$static$5 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d684cdf570 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup lambda$static$5 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d684cdf358 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 20 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d684cdf140 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 12 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d684cdef28 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 32 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs$$Lambda+0x000001d684cded10 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 24 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs$$Lambda+0x000001d684cdeaf8 +instanceKlass @bci com/baisylia/cookscollection/tab/ModCreativeModeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/baisylia/cookscollection/tab/ModCreativeModeTabs$$Lambda+0x000001d684cde8e0 +instanceKlass @bci com/baisylia/cookscollection/tab/ModCreativeModeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 3 argL0 ; # com/baisylia/cookscollection/tab/ModCreativeModeTabs$$Lambda+0x000001d684cde6c8 +instanceKlass @bci com/phantomwing/rusticdelight/ui/ModCreativeModTab lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/phantomwing/rusticdelight/ui/ModCreativeModTab$$Lambda+0x000001d684cde4b0 +instanceKlass @bci com/phantomwing/rusticdelight/ui/ModCreativeModTab lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 3 argL0 ; # com/phantomwing/rusticdelight/ui/ModCreativeModTab$$Lambda+0x000001d684cde298 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDCreativeTab lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDCreativeTab$$Lambda+0x000001d684cde080 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDCreativeTab lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 31 member ; # com/soytutta/mynethersdelight/common/registry/MNDCreativeTab$$Lambda+0x000001d684cdde60 +instanceKlass com/soytutta/mynethersdelight/common/utility/MNDTextUtils +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModCreativeTabs lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # vectorwing/farmersdelight/common/registry/ModCreativeTabs$$Lambda+0x000001d684cdda48 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModCreativeTabs lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # vectorwing/farmersdelight/common/registry/ModCreativeTabs$$Lambda+0x000001d684cdd830 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSItemGroups lambda$static$4 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # net/hibiscus/naturespirit/registration/NSItemGroups$$Lambda+0x000001d684cdd618 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSItemGroups lambda$static$4 ()Lnet/minecraft/world/item/CreativeModeTab; 3 argL0 ; # net/hibiscus/naturespirit/registration/NSItemGroups$$Lambda+0x000001d684cdd400 +instanceKlass @bci net/orcinus/galosphere/init/GCreativeModeTabs lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 33 argL0 ; # net/orcinus/galosphere/init/GCreativeModeTabs$$Lambda+0x000001d684cdd1e8 +instanceKlass @bci net/orcinus/galosphere/init/GCreativeModeTabs lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 17 member ; # net/orcinus/galosphere/init/GCreativeModeTabs$$Lambda+0x000001d684cdcfc8 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$29 ()Lnet/minecraft/world/item/CreativeModeTab; 36 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdcdb0 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$29 ()Lnet/minecraft/world/item/CreativeModeTab; 20 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdcb98 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$26 ()Lnet/minecraft/world/item/CreativeModeTab; 53 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdc980 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$26 ()Lnet/minecraft/world/item/CreativeModeTab; 37 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdc768 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$23 ()Lnet/minecraft/world/item/CreativeModeTab; 53 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdc550 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$23 ()Lnet/minecraft/world/item/CreativeModeTab; 37 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdc338 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$20 ()Lnet/minecraft/world/item/CreativeModeTab; 55 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdc120 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$20 ()Lnet/minecraft/world/item/CreativeModeTab; 38 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdbf08 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$17 ()Lnet/minecraft/world/item/CreativeModeTab; 56 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdbcf0 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$17 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdbad8 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$14 ()Lnet/minecraft/world/item/CreativeModeTab; 56 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdb8c0 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$14 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdb6a8 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$11 ()Lnet/minecraft/world/item/CreativeModeTab; 56 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdb490 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$11 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdb278 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$8 ()Lnet/minecraft/world/item/CreativeModeTab; 56 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdb060 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$8 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdae48 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$5 ()Lnet/minecraft/world/item/CreativeModeTab; 56 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdac30 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$5 ()Lnet/minecraft/world/item/CreativeModeTab; 39 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cdaa18 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 51 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cda800 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 34 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d684cda5e8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTab$Builder withTabsBefore ([Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/item/CreativeModeTab$Builder; 23 member ; # net/minecraft/world/item/CreativeModeTab$Builder$$Lambda+0x000001d684cda3b8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTab$Builder withTabsBefore ([Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/item/CreativeModeTab$Builder; 4 argL0 ; # net/minecraft/world/item/CreativeModeTab$Builder$$Lambda+0x000001d684cda180 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanions lambda$static$1 ()Lnet/minecraft/world/item/CreativeModeTab; 7 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanions$$Lambda+0x000001d684cd9f68 +instanceKlass @bci org/betterx/betterend/tab/CreativeTabs onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 38 argL0 ; # org/betterx/betterend/tab/CreativeTabs$$Lambda+0x000001d684cd9d50 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCCreativeTabsImpl init ()V 19 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCCreativeTabsImpl$$Lambda+0x000001d684cd9b38 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCCreativeTabsImpl init ()V 11 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCCreativeTabsImpl$$Lambda+0x000001d684cd9920 +instanceKlass umpaz/brewinandchewin/neoforge/registry/BnCCreativeTabsImpl +instanceKlass @bci com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler$$Lambda+0x000001d684cd9508 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 3 argL0 ; # com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler$$Lambda+0x000001d684cd92f0 +instanceKlass @bci com/tom/storagemod/platform/Platform lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # com/tom/storagemod/platform/Platform$$Lambda+0x000001d684cd90d8 +instanceKlass @bci com/tom/storagemod/platform/Platform lambda$static$2 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # com/tom/storagemod/platform/Platform$$Lambda+0x000001d684cd8ec0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs lambda$static$7 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d684cd8ca8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs lambda$static$7 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d684cd8a90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d684cd8878 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 11 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d684cd8660 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/CreativeModeTabModuleNeoForge buildCreativeTab (Lcom/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegisterField;)Lnet/minecraft/world/item/CreativeModeTab; 83 member ; # com/yungnickyoung/minecraft/yungsapi/module/CreativeModeTabModuleNeoForge$$Lambda+0x000001d684cd8440 +instanceKlass @bci org/betterx/wover/tabs/impl/CreativeTabManagerImpl registerAllTabs ()V 49 member ; # org/betterx/wover/tabs/impl/CreativeTabManagerImpl$$Lambda+0x000001d684cd8220 +instanceKlass @bci org/betterx/wover/tabs/impl/CreativeTabManagerImpl registerAllTabs ()V 33 member ; # org/betterx/wover/tabs/impl/CreativeTabManagerImpl$$Lambda+0x000001d684cd8000 +instanceKlass @bci org/betterx/bclib/behaviours/interfaces/BehaviourPlantLike ()V 0 argL0 ; # org/betterx/bclib/behaviours/interfaces/BehaviourPlantLike$$Lambda+0x000001d684cd7d70 +instanceKlass @bci org/betterx/wover/tabs/impl/CreativeTabManagerImpl process (Ljava/util/stream/Stream;)Lorg/betterx/wover/tabs/api/interfaces/CreativeTabsBuilderWithItems; 2 member ; # org/betterx/wover/tabs/impl/CreativeTabManagerImpl$$Lambda+0x000001d684cd7b40 +instanceKlass @bci org/betterx/wover/tabs/api/interfaces/CreativeTabPredicate ()V 8 argL0 ; # org/betterx/wover/tabs/api/interfaces/CreativeTabPredicate$$Lambda+0x000001d684cd7928 +instanceKlass @bci org/betterx/wover/tabs/api/interfaces/CreativeTabPredicate ()V 0 argL0 ; # org/betterx/wover/tabs/api/interfaces/CreativeTabPredicate$$Lambda+0x000001d684cd7710 +instanceKlass org/betterx/wover/tabs/impl/SimpleCreativeTabImpl +instanceKlass @bci org/betterx/betternether/tab/BECreativeTabs onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 38 argL0 ; # org/betterx/betternether/tab/BECreativeTabs$$Lambda+0x000001d684cd72e8 +instanceKlass @bci org/betterx/wover/tabs/impl/CreativeTabBuilderImpl (Lorg/betterx/wover/tabs/impl/CreativeTabManagerImpl;Ljava/lang/String;)V 5 argL0 ; # org/betterx/wover/tabs/impl/CreativeTabBuilderImpl$$Lambda+0x000001d684cd70d0 +instanceKlass org/betterx/wover/tabs/api/interfaces/CreativeTabPredicate +instanceKlass org/betterx/wover/tabs/impl/CreativeTabBuilderImpl +instanceKlass org/betterx/wover/tabs/api/interfaces/CreativeTabBuilder +instanceKlass org/betterx/wover/tabs/impl/CreativeTabManagerImpl +instanceKlass org/betterx/wover/tabs/api/interfaces/CreativeTabsBuilderWithItems +instanceKlass org/betterx/wover/tabs/api/interfaces/CreativeTabsBuilderWithTab +instanceKlass org/betterx/wover/tabs/api/interfaces/CreativeTabsBuilder +instanceKlass org/betterx/wover/tabs/api/CreativeTabs +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 23 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups$$Lambda+0x000001d684cd5df0 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups lambda$static$3 ()Lnet/minecraft/world/item/CreativeModeTab; 15 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups$$Lambda+0x000001d684cd5bd8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerStructurePoolElement$9 (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 1 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d684cd59b8 +instanceKlass @bci net/orcinus/galosphere/init/GStructurePoolElementTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 0 argL0 ; # net/orcinus/galosphere/init/GStructurePoolElementTypes$$Lambda+0x000001d684cd57a0 +instanceKlass @bci org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl lambda$register$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 28 member ; # org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl$$Lambda+0x000001d684cd5570 +instanceKlass @bci org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl createType (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 1 member ; # org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl$$Lambda+0x000001d684cd5350 +instanceKlass @bci org/betterx/wover/structure/impl/pools/SingleEndPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/structure/impl/pools/SingleEndPoolElement$$Lambda+0x000001d684cd5118 +instanceKlass @bci org/betterx/wover/structure/impl/pools/SingleEndPoolElement ()V 0 argL0 ; # org/betterx/wover/structure/impl/pools/SingleEndPoolElement$$Lambda+0x000001d684cd4ee0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler$$Lambda+0x000001d684cd4948 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler$$Lambda+0x000001d684cd4730 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d684cd4518 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d684cd4300 +instanceKlass @bci com/simibubi/create/AllStructureProcessorTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/simibubi/create/AllStructureProcessorTypes$$Lambda+0x000001d684cd40e8 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes$$Lambda+0x000001d684cd3ed0 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes$$Lambda+0x000001d684cd3cb8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes$$Lambda+0x000001d684cd3aa0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes$$Lambda+0x000001d684cd3888 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructureProcessor lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructureProcessor$$Lambda+0x000001d684cd3670 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/processor/DAStructureProcessor lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # io/github/razordevs/deep_aether/world/structure/processor/DAStructureProcessor$$Lambda+0x000001d684cd3458 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$13 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd3240 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$11 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd3028 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd2e10 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd2bf8 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd29e0 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd27c8 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d684cd25b0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$11 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd2398 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd2180 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd1f68 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd1d50 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd1b38 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d684cd1920 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$51 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd1708 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$49 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd14f0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$47 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd12d8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$45 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd10c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$43 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0ea8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$41 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0c90 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$39 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0a78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$37 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0860 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$35 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0648 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$33 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0430 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$31 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0218 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$29 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cd0000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$27 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684cccc30 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$25 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccca18 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$23 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccc800 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$21 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccdc90 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$19 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccda78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$17 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccd860 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$15 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccd648 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$13 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccd430 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$11 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccd218 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccd000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccfcf0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccfad8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccf8c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d684ccf6a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d684ccf490 +instanceKlass @bci org/betterx/wover/surface/impl/rules/SwitchRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # org/betterx/wover/surface/impl/rules/SwitchRuleSource$$Lambda+0x000001d684ccf268 +instanceKlass @bci org/betterx/wover/surface/impl/rules/SwitchRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # org/betterx/wover/surface/impl/rules/SwitchRuleSource$$Lambda+0x000001d684ccf030 +instanceKlass @bci org/betterx/wover/surface/impl/rules/SwitchRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/surface/impl/rules/SwitchRuleSource$$Lambda+0x000001d684ccedf8 +instanceKlass @bci org/betterx/wover/surface/api/noise/NumericProvider ()V 8 argL0 ; # org/betterx/wover/surface/api/noise/NumericProvider$$Lambda+0x000001d684ccebc0 +instanceKlass @bci org/betterx/wover/surface/impl/rules/SwitchRuleSource ()V 0 argL0 ; # org/betterx/wover/surface/impl/rules/SwitchRuleSource$$Lambda+0x000001d684cce988 +instanceKlass org/betterx/wover/surface/impl/rules/WoverSwitchRuleSource +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684cce238 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684cce000 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684ccbc50 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684ccba18 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684ccb7e0 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl ()V 0 argL0 ; # org/betterx/wover/surface/impl/conditions/RoughNoiseConditionImpl$$Lambda+0x000001d684ccb5a8 +instanceKlass org/betterx/wover/surface/impl/conditions/WoverRoughNoiseCondition +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 154 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684ccae18 +instanceKlass @cpi org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl 299 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ccc400 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 142 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684ccabe0 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cca9a8 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cca770 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cca538 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cca300 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cca0c8 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl ()V 6 argL0 ; # org/betterx/wover/surface/impl/conditions/VolumeThresholdConditionImpl$$Lambda+0x000001d684cc9e90 +instanceKlass org/betterx/wover/surface/api/conditions/VolumeThresholdCondition$Context +instanceKlass org/betterx/wover/surface/api/conditions/WoverVolumeNoiseCondition +instanceKlass org/betterx/wover/surface/api/conditions/VolumeThresholdCondition +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc8ff0 +instanceKlass @cpi org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl 253 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ccc000 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc8db8 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc8b80 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc8948 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc8710 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc84d8 +instanceKlass @bci org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl ()V 6 argL0 ; # org/betterx/wover/surface/impl/conditions/ThresholdConditionImpl$$Lambda+0x000001d684cc82a0 +instanceKlass org/betterx/wover/surface/api/conditions/WoverSurfaceNoiseCondition +instanceKlass org/betterx/wover/surface/api/conditions/NoiseCondition +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl lambda$onRegister$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl$$Lambda+0x000001d684cc18d0 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl$$Lambda+0x000001d684cc16a8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource$$Lambda+0x000001d684cc1470 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource$$Lambda+0x000001d684cc1238 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSource$$Lambda+0x000001d684cc1000 +instanceKlass org/betterx/betterend/mixin/common/BlueprintModdedBiomeSourceAccessor +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl$$Lambda+0x000001d684cc3818 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl$$Lambda+0x000001d684cc35f0 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc3398 +instanceKlass @cpi net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator 334 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684cc0800 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc3160 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc2f28 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc2cf0 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc2ab8 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc2880 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator ()V 0 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/PolyporeTreeDecorator$$Lambda+0x000001d684cc2648 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/SnowTreeDecorator ()V 0 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/SnowTreeDecorator$$Lambda+0x000001d684cc2210 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/OliveBranchTreeDecorator ()V 17 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/OliveBranchTreeDecorator$$Lambda+0x000001d684cc7d70 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/OliveBranchTreeDecorator ()V 12 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/OliveBranchTreeDecorator$$Lambda+0x000001d684cc7b38 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator$$Lambda+0x000001d684cc7700 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator$$Lambda+0x000001d684cc74c8 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator$$Lambda+0x000001d684cc7290 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator ()V 0 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/RedwoodBranchTreeDecorator$$Lambda+0x000001d684cc7058 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/CoconutTreeDecorator ()V 17 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/CoconutTreeDecorator$$Lambda+0x000001d684cc6c08 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/CoconutTreeDecorator ()V 12 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/CoconutTreeDecorator$$Lambda+0x000001d684cc69d0 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator$$Lambda+0x000001d684cc6598 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator$$Lambda+0x000001d684cc6360 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator$$Lambda+0x000001d684cc6128 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator ()V 0 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/MapleGroundTreeDecorator$$Lambda+0x000001d684cc5ef0 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc5a70 +instanceKlass @cpi net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator 261 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684cc0400 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc5838 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc5600 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc53c8 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc5190 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc4f58 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc4d20 +instanceKlass @bci net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator ()V 0 argL0 ; # net/hibiscus/naturespirit/world/tree_decorator/WisteriaVinesTreeDecorator$$Lambda+0x000001d684cc4ae8 +instanceKlass @bci com/aetherteam/aether/world/treedecorator/HolidayTreeDecorator ()V 15 argL0 ; # com/aetherteam/aether/world/treedecorator/HolidayTreeDecorator$$Lambda+0x000001d684cc4698 +instanceKlass @bci com/aetherteam/aether/world/treedecorator/HolidayTreeDecorator ()V 10 argL0 ; # com/aetherteam/aether/world/treedecorator/HolidayTreeDecorator$$Lambda+0x000001d684cc4460 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer$$Lambda+0x000001d684cc4000 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer$$Lambda+0x000001d684cbfc30 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootRootPlacer$$Lambda+0x000001d684cbf9f8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/RedwoodTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/trunk/RedwoodTrunkPlacer$$Lambda+0x000001d684cbf588 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/RedwoodTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/RedwoodTrunkPlacer$$Lambda+0x000001d684cbf350 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer$$Lambda+0x000001d684cbeea8 +instanceKlass @cpi net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer 325 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684cc0000 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer$$Lambda+0x000001d684cbec70 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer$$Lambda+0x000001d684cbea38 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer$$Lambda+0x000001d684cbe800 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/CoconutTrunkPlacer$$Lambda+0x000001d684cbe5c8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MahoganyTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/trunk/MahoganyTrunkPlacer$$Lambda+0x000001d684cbe148 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MahoganyTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/MahoganyTrunkPlacer$$Lambda+0x000001d684cbdf10 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbda58 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbd820 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbd5e8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbd3b0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbd178 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer ()V 19 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbcf40 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer ()V 6 argL0 ; # net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer$$Lambda+0x000001d684cbcd08 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbc848 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbc610 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbc3d8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbc1a0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbbf68 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer$$Lambda+0x000001d684cbbd30 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbb870 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbb638 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbb400 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbb1c8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbaf90 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/SaxaulTrunkPlacer$$Lambda+0x000001d684cbad58 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cba898 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cba660 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cba428 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cba1f0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cb9fb8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/PaloVerdeTrunkPlacer$$Lambda+0x000001d684cb9d80 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb98c0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb9688 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb9450 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb9218 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb8fe0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/OliveTrunkPlacer$$Lambda+0x000001d684cb8da8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb88e0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb86a8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb8470 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb8238 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb8000 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/SugiTrunkPlacer$$Lambda+0x000001d684cb4400 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/BushTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/trunk/BushTrunkPlacer$$Lambda+0x000001d684cb4a38 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/BushTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/BushTrunkPlacer$$Lambda+0x000001d684cb4800 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb5b18 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb58e0 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb56a8 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb5470 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb5238 +instanceKlass @bci net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/trunk/WisteriaTrunkPlacer$$Lambda+0x000001d684cb5000 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb7aa8 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb7870 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb7638 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb7400 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb71c8 +instanceKlass @bci net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer$$Lambda+0x000001d684cb6f90 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/ImprovedStraightTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/ImprovedStraightTrunkPlacer$$Lambda+0x000001d684cb6d58 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/ImprovedStraightTrunkPlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/ImprovedStraightTrunkPlacer$$Lambda+0x000001d684cb6b20 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/SunrootTunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/SunrootTunkPlacer$$Lambda+0x000001d684cb66a8 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/SunrootTunkPlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/SunrootTunkPlacer$$Lambda+0x000001d684cb6470 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/YagrootTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/YagrootTrunkPlacer$$Lambda+0x000001d684cb6238 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/YagrootTrunkPlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/YagrootTrunkPlacer$$Lambda+0x000001d684cb6000 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/TwinTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/TwinTrunkPlacer$$Lambda+0x000001d684cb3d10 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/TwinTrunkPlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/TwinTrunkPlacer$$Lambda+0x000001d684cb3ad8 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/CrystalTreeTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/world/trunkplacer/CrystalTreeTrunkPlacer$$Lambda+0x000001d684cb38a0 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/CrystalTreeTrunkPlacer ()V 0 argL0 ; # com/aetherteam/aether/world/trunkplacer/CrystalTreeTrunkPlacer$$Lambda+0x000001d684cb3668 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/GoldenOakTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/world/trunkplacer/GoldenOakTrunkPlacer$$Lambda+0x000001d684cb3430 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/GoldenOakTrunkPlacer ()V 0 argL0 ; # com/aetherteam/aether/world/trunkplacer/GoldenOakTrunkPlacer$$Lambda+0x000001d684cb31f8 +instanceKlass @bci com/aetherteam/nitrogen/world/trunkplacer/HookedTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/nitrogen/world/trunkplacer/HookedTrunkPlacer$$Lambda+0x000001d684cb2fc0 +instanceKlass @bci com/aetherteam/nitrogen/world/trunkplacer/HookedTrunkPlacer ()V 0 argL0 ; # com/aetherteam/nitrogen/world/trunkplacer/HookedTrunkPlacer$$Lambda+0x000001d684cb2d88 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer$$Lambda+0x000001d684cb2640 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer$$Lambda+0x000001d684cb2408 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer$$Lambda+0x000001d684cb21d0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/GroundedBushFoliagePlacer$$Lambda+0x000001d684cb1f98 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer$$Lambda+0x000001d684cb1b18 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer createCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer$$Lambda+0x000001d684cb18e0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/BirchFoliagePlacer$$Lambda+0x000001d684cb16a8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/CoconutFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/CoconutFoliagePlacer$$Lambda+0x000001d684cb1208 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/CoconutFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/CoconutFoliagePlacer$$Lambda+0x000001d684cb0fd0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer$$Lambda+0x000001d684cb0b30 +instanceKlass @cpi net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer 221 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684cb4000 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer$$Lambda+0x000001d684cb08f8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer$$Lambda+0x000001d684cb06c0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer$$Lambda+0x000001d684cb0488 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/MapleFoliagePlacer$$Lambda+0x000001d684cb0250 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer$$Lambda+0x000001d684cafcf0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer$$Lambda+0x000001d684cafab8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/CypressFoliagePlacer$$Lambda+0x000001d684caf880 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer$$Lambda+0x000001d684caf3e8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer$$Lambda+0x000001d684caf1b0 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/RedwoodFoliagePlacer$$Lambda+0x000001d684caef78 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer$$Lambda+0x000001d684caeab8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer$$Lambda+0x000001d684cae880 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/LarchFoliagePlacer$$Lambda+0x000001d684cae648 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer$$Lambda+0x000001d684cae188 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer$$Lambda+0x000001d684cadf50 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/FirFoliagePlacer$$Lambda+0x000001d684cadd18 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer$$Lambda+0x000001d684cad898 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer$$Lambda+0x000001d684cad660 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/AspenFoliagePlacer$$Lambda+0x000001d684cad428 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/SugiFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/SugiFoliagePlacer$$Lambda+0x000001d684cacfb8 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/SugiFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/SugiFoliagePlacer$$Lambda+0x000001d684cacd80 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/WisteriaFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/WisteriaFoliagePlacer$$Lambda+0x000001d684cac910 +instanceKlass @bci net/hibiscus/naturespirit/world/foliage_placer/WisteriaFoliagePlacer ()V 0 argL0 ; # net/hibiscus/naturespirit/world/foliage_placer/WisteriaFoliagePlacer$$Lambda+0x000001d684cac6d8 +instanceKlass @bci net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer$$Lambda+0x000001d684cac258 +instanceKlass @bci net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer$$Lambda+0x000001d684cac020 +instanceKlass @bci net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer$$Lambda+0x000001d684cabde8 +instanceKlass @bci net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer$$Lambda+0x000001d684cabbb0 +instanceKlass @bci net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/foliage/OpalFoliagePlacer$$Lambda+0x000001d684cab978 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer$$Lambda+0x000001d684cab740 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer$$Lambda+0x000001d684cab508 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/YagrootFoliagePlacer$$Lambda+0x000001d684cab2d0 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer$$Lambda+0x000001d684cab098 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer$$Lambda+0x000001d684caae60 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/RoserootFoliagePlacer$$Lambda+0x000001d684caac28 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer$$Lambda+0x000001d684caa9f0 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer$$Lambda+0x000001d684caa7b8 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer ()V 0 argL0 ; # com/aetherteam/aether/world/foliageplacer/GoldenOakFoliagePlacer$$Lambda+0x000001d684caa580 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer$$Lambda+0x000001d684caa348 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer$$Lambda+0x000001d684caa110 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer ()V 0 argL0 ; # com/aetherteam/aether/world/foliageplacer/HolidayFoliagePlacer$$Lambda+0x000001d684ca9ed8 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer$$Lambda+0x000001d684ca9ca0 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer$$Lambda+0x000001d684ca9a68 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer ()V 0 argL0 ; # com/aetherteam/aether/world/foliageplacer/CrystalFoliagePlacer$$Lambda+0x000001d684ca9830 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer$$Lambda+0x000001d684ca95f8 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer$$Lambda+0x000001d684ca93c0 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer ()V 0 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/HookedFoliagePlacer$$Lambda+0x000001d684ca9188 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer$$Lambda+0x000001d684ca8d08 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer$$Lambda+0x000001d684ca8ad0 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer ()V 0 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/AetherPineFoliagePlacer$$Lambda+0x000001d684ca8898 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/AllPlacementModifiers lambda$static$1 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/simibubi/create/infrastructure/worldgen/AllPlacementModifiers$$Lambda+0x000001d684ca8438 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerPlacementModifier$2 (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 1 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d684ca8218 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPlacementModifierTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPlacementModifierTypes$$Lambda+0x000001d684ca8000 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen lambda$initialize$7 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d684ca4400 +instanceKlass @bci com/phantomwing/rusticdelight/world/ModPlacementModifiers typeConvert (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 1 member ; # com/phantomwing/rusticdelight/world/ModPlacementModifiers$$Lambda+0x000001d684ca4c70 +instanceKlass @bci com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter$$Lambda+0x000001d684ca4a38 +instanceKlass @bci com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter$$Lambda+0x000001d684ca4800 +instanceKlass @bci com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter ()V 0 argL0 ; # com/phantomwing/rusticdelight/world/modifiers/ConfigurableRarityFilter$$Lambda+0x000001d684ca5d08 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModPlacementModifiers typeConvert (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 1 member ; # vectorwing/farmersdelight/common/registry/ModPlacementModifiers$$Lambda+0x000001d684ca58c8 +instanceKlass @bci vectorwing/farmersdelight/common/world/filter/BiomeTagFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # vectorwing/farmersdelight/common/world/filter/BiomeTagFilter$$Lambda+0x000001d684ca5690 +instanceKlass @bci vectorwing/farmersdelight/common/world/filter/BiomeTagFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # vectorwing/farmersdelight/common/world/filter/BiomeTagFilter$$Lambda+0x000001d684ca5458 +instanceKlass @bci vectorwing/farmersdelight/common/world/filter/BiomeTagFilter ()V 0 argL0 ; # vectorwing/farmersdelight/common/world/filter/BiomeTagFilter$$Lambda+0x000001d684ca5220 +instanceKlass @bci io/github/razordevs/deep_aether/world/placementmodifier/DAPlacementModifiers lambda$static$1 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # io/github/razordevs/deep_aether/world/placementmodifier/DAPlacementModifiers$$Lambda+0x000001d684ca7d90 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers lambda$static$7 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d684ca7b78 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers lambda$static$5 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d684ca7960 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers lambda$static$3 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d684ca7748 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers lambda$static$1 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d684ca7530 +instanceKlass @bci org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl lambda$register$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 28 member ; # org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl$$Lambda+0x000001d684ca7300 +instanceKlass @bci org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl lambda$register$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl$$Lambda+0x000001d684ca70d0 +instanceKlass @bci org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl$$Lambda+0x000001d684ca6ea8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements lambda$static$7 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d684ca6c90 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements lambda$static$5 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d684ca6a78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements lambda$static$3 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d684ca6860 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements lambda$static$1 ()Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d684ca6648 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d684ca6430 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d684ca6218 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d684ca6000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d684ca3d90 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/structure/BMDStructures lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$$Lambda+0x000001d684ca3b78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d684ca3960 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d684ca3748 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d684ca3530 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d684ca3318 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d684ca3100 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructureTypes lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructureTypes$$Lambda+0x000001d684ca2ee8 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructureTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructureTypes$$Lambda+0x000001d684ca2cd0 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d684ca2ab8 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d684ca28a0 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d684ca2688 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d684ca2470 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d684ca2258 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl lambda$register$6 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d684ca2028 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d684ca1e00 +instanceKlass @bci net/aurelj/dungeons_arise/WDAStructures explicitStructureTypeTyping (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/StructureType; 1 member ; # net/aurelj/dungeons_arise/WDAStructures$$Lambda+0x000001d684ca1be0 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 166 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca1948 +instanceKlass @cpi net/aurelj/dungeons_arise/structures/WDAGenericStructures 330 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ca4000 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 154 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca1710 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca14d8 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca12a0 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca1068 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca0e30 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca0bf8 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca09c0 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca0788 +instanceKlass @bci net/aurelj/dungeons_arise/structures/WDAGenericStructures ()V 0 argL0 ; # net/aurelj/dungeons_arise/structures/WDAGenericStructures$$Lambda+0x000001d684ca0550 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d684ca0000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d684c99c90 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d684c99a78 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d684c99860 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModStructures lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModStructures$$Lambda+0x000001d684c99648 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$17 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c99430 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$15 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c99218 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$13 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c99000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$11 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9bcc0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$9 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9baa8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$7 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9b890 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9b678 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9b460 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/StructureType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d684c9b248 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$StructureFactories ()V 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$StructureFactories$$Lambda+0x000001d684c9b030 +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/util/IStructurePiece +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/util/IPieceGenerator +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$StructureFactories +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/structures/TemplatePiece lambda$register$1 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 0 argL0 ; # org/betterx/bclib/api/v2/levelgen/structures/TemplatePiece$$Lambda+0x000001d684c9a458 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/structures/TemplatePiece register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/bclib/api/v2/levelgen/structures/TemplatePiece$$Lambda+0x000001d684c9a230 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl lambda$register$8 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d684c9a000 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 45 argL0 ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d684c9fc38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModStructurePieces lambda$static$0 ()Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModStructurePieces$$Lambda+0x000001d684c9fa20 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces lambda$static$4 ()Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d684c9f458 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructurePlacementType lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacementType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructurePlacementType$$Lambda+0x000001d684c9ee28 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePlacementType lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacementType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePlacementType$$Lambda+0x000001d684c9ec10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacementType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d684c9e9f8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684c98c00 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration$$Lambda+0x000001d684c9e7c0 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration$$Lambda+0x000001d684c9e588 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration$$Lambda+0x000001d684c9e350 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration$$Lambda+0x000001d684c9e118 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern ()V 11 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$$Lambda+0x000001d684c9dee0 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern ()V 6 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$$Lambda+0x000001d684c9dca8 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9da60 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9d828 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9d5f0 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9d3b8 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9d180 +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer ()V 0 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer$$Lambda+0x000001d684c9cf48 +instanceKlass com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer +instanceKlass com/simibubi/create/infrastructure/worldgen/LayerPattern +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration ()V 0 argL0 ; # com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration$$Lambda+0x000001d684c9c8f0 +instanceKlass com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684c98800 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c9c470 +instanceKlass @cpi com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration 160 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c98400 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c9c238 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c9c000 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c91d98 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c91b60 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c91928 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration ()V 0 argL0 ; # com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration$$Lambda+0x000001d684c916f0 +instanceKlass com/kyanite/deeperdarker/world/features/config/ColumnFeatureConfiguration +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c91238 +instanceKlass @cpi com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration 179 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c98000 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c91000 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c93d28 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c93af0 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c938b8 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c93680 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c93448 +instanceKlass @bci com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration ()V 0 argL0 ; # com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration$$Lambda+0x000001d684c93210 +instanceKlass com/kyanite/deeperdarker/world/features/config/VineFeatureConfiguration +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c92d50 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c92b18 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 105 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c928e0 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c926a8 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c92470 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c92238 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c92000 +instanceKlass @bci vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration ()V 0 argL0 ; # vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration$$Lambda+0x000001d684c97cb8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 129 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c97828 +instanceKlass @cpi net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig 163 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c90c00 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 117 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c975f0 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c973b8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c97180 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c96f48 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c96d10 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c96ad8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig ()V 0 argL0 ; # net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig$$Lambda+0x000001d684c968a0 +instanceKlass net/hibiscus/naturespirit/world/feature/HugeMushroomFeatureConfig +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 309 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c96380 +instanceKlass @cpi net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig 271 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c90800 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 297 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c96148 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 279 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c95f10 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 258 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c95cd8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 236 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c95aa0 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 214 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c95868 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 196 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c95630 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 175 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c953f8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 154 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c951c0 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94f88 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94d50 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94b18 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c948e0 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c946a8 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94470 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94238 +instanceKlass @bci net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig ()V 0 argL0 ; # net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig$$Lambda+0x000001d684c94000 +instanceKlass net/hibiscus/naturespirit/world/feature/TurnipRootFeatureConfig +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration$$Lambda+0x000001d684c8fa60 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration$$Lambda+0x000001d684c8f828 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration$$Lambda+0x000001d684c8f5f0 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration$$Lambda+0x000001d684c8f3b8 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8ef48 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8ed10 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8ead8 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8e8a0 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8e668 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig$$Lambda+0x000001d684c8e430 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig$$Lambda+0x000001d684c8dfd0 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig$$Lambda+0x000001d684c8dd98 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig$$Lambda+0x000001d684c8db60 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8d6d0 +instanceKlass @cpi net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig 181 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c90400 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8d498 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8d260 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8d028 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8cdf0 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8cbb8 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8c980 +instanceKlass @bci net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig$$Lambda+0x000001d684c8c748 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 160 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8c2a8 +instanceKlass @cpi io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c90000 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8c070 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8be38 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8bc00 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8b9c8 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8b790 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8b558 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8b320 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration$$Lambda+0x000001d684c8b0e8 +instanceKlass io/github/razordevs/deep_aether/world/feature/features/configuration/DAHugeMushroomFeatureConfiguration +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/ConfiguredBoulder$Config ()V 15 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/ConfiguredBoulder$Config$$Lambda+0x000001d684c8ac88 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/ConfiguredBoulder$Config ()V 10 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/ConfiguredBoulder$Config$$Lambda+0x000001d684c8aa50 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration$$Lambda+0x000001d684c8a600 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration$$Lambda+0x000001d684c8a3c8 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration$$Lambda+0x000001d684c8a190 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration$$Lambda+0x000001d684c89f58 +instanceKlass @bci net/minecraft/world/level/levelgen/XoroshiroRandomSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/XoroshiroRandomSource$$Lambda+0x000001d684c898f8 +instanceKlass @bci net/minecraft/world/level/levelgen/XoroshiroRandomSource ()V 3 argL0 ; # net/minecraft/world/level/levelgen/XoroshiroRandomSource$$Lambda+0x000001d684c896c0 +instanceKlass @bci net/minecraft/world/level/levelgen/Xoroshiro128PlusPlus ()V 8 argL0 ; # net/minecraft/world/level/levelgen/Xoroshiro128PlusPlus$$Lambda+0x000001d684c89488 +instanceKlass @bci net/minecraft/world/level/levelgen/Xoroshiro128PlusPlus ()V 3 argL0 ; # net/minecraft/world/level/levelgen/Xoroshiro128PlusPlus$$Lambda+0x000001d684c89250 +instanceKlass net/minecraft/world/level/levelgen/Xoroshiro128PlusPlus +instanceKlass com/ishland/c2me/base/mixin/access/IXoroshiro128PlusPlusRandomImpl +instanceKlass net/minecraft/world/level/levelgen/XoroshiroRandomSource +instanceKlass com/ishland/c2me/base/mixin/access/IXoroshiro128PlusPlusRandom +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c886a8 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c88470 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c88238 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c88000 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c80400 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration$$Lambda+0x000001d684c80c50 +instanceKlass @bci com/aetherteam/aether/world/configuration/AetherLakeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/aetherteam/aether/world/configuration/AetherLakeConfiguration$$Lambda+0x000001d684c80800 +instanceKlass @bci com/aetherteam/aether/world/configuration/AetherLakeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/configuration/AetherLakeConfiguration$$Lambda+0x000001d684c81d30 +instanceKlass @bci com/aetherteam/aether/world/configuration/AetherLakeConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/world/configuration/AetherLakeConfiguration$$Lambda+0x000001d684c81af8 +instanceKlass @bci com/aetherteam/aether/world/configuration/AetherLakeConfiguration ()V 0 argL0 ; # com/aetherteam/aether/world/configuration/AetherLakeConfiguration$$Lambda+0x000001d684c818c0 +instanceKlass @bci com/aetherteam/aether/world/configuration/AercloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/aetherteam/aether/world/configuration/AercloudConfiguration$$Lambda+0x000001d684c81470 +instanceKlass @bci com/aetherteam/aether/world/configuration/AercloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/configuration/AercloudConfiguration$$Lambda+0x000001d684c81238 +instanceKlass @bci com/aetherteam/aether/world/configuration/AercloudConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/world/configuration/AercloudConfiguration$$Lambda+0x000001d684c81000 +instanceKlass @bci com/aetherteam/aether/world/configuration/AercloudConfiguration ()V 0 argL0 ; # com/aetherteam/aether/world/configuration/AercloudConfiguration$$Lambda+0x000001d684c83ca0 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c83830 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c835f8 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c833c0 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c83188 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c82f50 +instanceKlass @bci com/aetherteam/aether/world/configuration/ShelfConfiguration ()V 0 argL0 ; # com/aetherteam/aether/world/configuration/ShelfConfiguration$$Lambda+0x000001d684c82d18 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl lambda$register$5 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d684c828c0 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d684c82698 +instanceKlass @bci org/betterx/betterend/registry/EndFeatures onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndFeatures$$Lambda+0x000001d684c82470 +instanceKlass @bci org/betterx/betterend/world/features/BiomeIslandFeature createSDFIsland ()Lorg/betterx/bclib/sdf/SDF; 68 argL0 ; # org/betterx/betterend/world/features/BiomeIslandFeature$$Lambda+0x000001d684c87670 +instanceKlass @bci org/betterx/betterend/world/features/BiomeIslandFeature createSDFIsland ()Lorg/betterx/bclib/sdf/SDF; 56 argL0 ; # org/betterx/betterend/world/features/BiomeIslandFeature$$Lambda+0x000001d684c87438 +instanceKlass @bci org/betterx/betterend/world/features/BiomeIslandFeature createSDFIsland ()Lorg/betterx/bclib/sdf/SDF; 21 argL0 ; # org/betterx/betterend/world/features/BiomeIslandFeature$$Lambda+0x000001d684c87200 +instanceKlass @bci org/betterx/betterend/world/features/terrain/SpireFeature ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/SpireFeature$$Lambda+0x000001d684c86918 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c85f90 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c85d58 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c85b20 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c858e8 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c856b0 +instanceKlass @bci org/betterx/betterend/world/features/terrain/IceStarFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/IceStarFeatureConfig$$Lambda+0x000001d684c85478 +instanceKlass org/betterx/betterend/world/features/terrain/IceStarFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7f400 +instanceKlass @cpi org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig 157 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c80000 +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7f1c8 +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7ef90 +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7ed58 +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7eb20 +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig$$Lambda+0x000001d684c7e8e8 +instanceKlass org/betterx/betterend/world/features/terrain/OreLayerFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/terrain/OreLayerFeature ()V 52 argL0 ; # org/betterx/betterend/world/features/terrain/OreLayerFeature$$Lambda+0x000001d684c7e480 +instanceKlass @bci org/betterx/betterend/world/features/bushes/TenaneaBushFeature ()V 6 argL0 ; # org/betterx/betterend/world/features/bushes/TenaneaBushFeature$$Lambda+0x000001d684c7d968 +instanceKlass @bci org/betterx/betterend/world/features/trees/JellyshroomFeature ()V 93 argL0 ; # org/betterx/betterend/world/features/trees/JellyshroomFeature$$Lambda+0x000001d684c7d088 +instanceKlass org/betterx/bclib/util/SplineHelper +instanceKlass @bci org/betterx/betterend/world/features/trees/MossyGlowshroomFeature ()V 526 argL0 ; # org/betterx/betterend/world/features/trees/MossyGlowshroomFeature$$Lambda+0x000001d684c7bcc8 +instanceKlass @bci org/betterx/betterend/world/features/trees/MossyGlowshroomFeature ()V 367 member ; # org/betterx/betterend/world/features/trees/MossyGlowshroomFeature$$Lambda+0x000001d684c7ba98 +instanceKlass @bci org/betterx/bclib/sdf/operator/SDFFlatWave ()V 11 member ; # org/betterx/bclib/sdf/operator/SDFFlatWave$$Lambda+0x000001d684c7aec0 +instanceKlass @bci org/betterx/bclib/sdf/SDF ()V 12 argL0 ; # org/betterx/bclib/sdf/SDF$$Lambda+0x000001d684c7a7c0 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig$$Lambda+0x000001d684c7a118 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig$$Lambda+0x000001d684c79ee0 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig$$Lambda+0x000001d684c79ca8 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig$$Lambda+0x000001d684c79a70 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeatureConfig$$Lambda+0x000001d684c79838 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushWithOuterFeature ()V 6 argL0 ; # org/betterx/betterend/world/features/bushes/BushWithOuterFeature$$Lambda+0x000001d684c793d8 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/betterend/world/features/bushes/BushFeatureConfig$$Lambda+0x000001d684c78d40 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/bushes/BushFeatureConfig$$Lambda+0x000001d684c78b08 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/bushes/BushFeatureConfig$$Lambda+0x000001d684c788d0 +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/bushes/BushFeatureConfig$$Lambda+0x000001d684c78698 +instanceKlass org/betterx/betterend/world/features/bushes/BushFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/bushes/BushFeature ()V 0 argL0 ; # org/betterx/betterend/world/features/bushes/BushFeature$$Lambda+0x000001d684c78238 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig$$Lambda+0x000001d684c76c88 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig$$Lambda+0x000001d684c76a50 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig$$Lambda+0x000001d684c76818 +instanceKlass org/betterx/betterend/world/features/terrain/ThinArchFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$$Lambda+0x000001d684c76190 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$$Lambda+0x000001d684c75f58 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig$SurfaceFunction ()V 26 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$SurfaceFunction$$Lambda+0x000001d684c75d40 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig$SurfaceFunction ()V 9 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$SurfaceFunction$$Lambda+0x000001d684c75918 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$$Lambda+0x000001d684c75460 +instanceKlass @bci org/betterx/betterend/world/features/terrain/ArchFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/ArchFeatureConfig$$Lambda+0x000001d684c75228 +instanceKlass org/betterx/betterend/world/features/terrain/ArchFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/DoublePlantFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/betterend/world/features/DoublePlantFeatureConfig$$Lambda+0x000001d684c74910 +instanceKlass @bci org/betterx/betterend/world/features/DoublePlantFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/DoublePlantFeatureConfig$$Lambda+0x000001d684c746d8 +instanceKlass @bci org/betterx/betterend/world/features/DoublePlantFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/DoublePlantFeatureConfig$$Lambda+0x000001d684c744a0 +instanceKlass @bci org/betterx/betterend/world/features/DoublePlantFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/DoublePlantFeatureConfig$$Lambda+0x000001d684c74268 +instanceKlass @bci org/betterx/betterend/world/features/DoublePlantFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/DoublePlantFeatureConfig$$Lambda+0x000001d684c74030 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c736d8 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c734a0 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c73268 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c73030 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c72df8 +instanceKlass @bci org/betterx/betterend/world/features/SinglePlantFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/SinglePlantFeatureConfig$$Lambda+0x000001d684c72bc0 +instanceKlass @bci org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig$$Lambda+0x000001d684c724d0 +instanceKlass @bci org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig$$Lambda+0x000001d684c72298 +instanceKlass @bci org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig$$Lambda+0x000001d684c72060 +instanceKlass @bci org/betterx/betterend/world/features/WallPlantFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/betterend/world/features/WallPlantFeatureConfig$$Lambda+0x000001d684c708d8 +instanceKlass @bci org/betterx/betterend/world/features/WallPlantFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/WallPlantFeatureConfig$$Lambda+0x000001d684c706a0 +instanceKlass @bci org/betterx/betterend/world/features/WallPlantFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/WallPlantFeatureConfig$$Lambda+0x000001d684c70468 +instanceKlass @bci org/betterx/betterend/world/features/WallPlantFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/WallPlantFeatureConfig$$Lambda+0x000001d684c70230 +instanceKlass @bci org/betterx/betterend/world/features/VineFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/betterend/world/features/VineFeatureConfig$$Lambda+0x000001d684c6f870 +instanceKlass @bci org/betterx/betterend/world/features/VineFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/VineFeatureConfig$$Lambda+0x000001d684c6f638 +instanceKlass @bci org/betterx/betterend/world/features/VineFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/VineFeatureConfig$$Lambda+0x000001d684c6f400 +instanceKlass @bci org/betterx/betterend/world/features/VineFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/VineFeatureConfig$$Lambda+0x000001d684c6f1c8 +instanceKlass @bci org/betterx/betterend/world/features/VineFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/VineFeatureConfig$$Lambda+0x000001d684c6ef90 +instanceKlass @bci org/betterx/betterend/world/features/ScatterFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/betterend/world/features/ScatterFeatureConfig$$Lambda+0x000001d684c6ed58 +instanceKlass @bci org/betterx/betterend/world/features/ScatterFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/ScatterFeatureConfig$$Lambda+0x000001d684c6eb20 +instanceKlass @bci org/betterx/betterend/world/features/ScatterFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/ScatterFeatureConfig$$Lambda+0x000001d684c6e8e8 +instanceKlass org/betterx/betterend/world/features/ScatterFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # org/betterx/betterend/world/features/BuildingListFeatureConfig$$Lambda+0x000001d684c6ddd0 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # org/betterx/betterend/world/features/BuildingListFeatureConfig$$Lambda+0x000001d684c6db98 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeatureConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # org/betterx/betterend/world/features/BuildingListFeatureConfig$$Lambda+0x000001d684c6d960 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeature$StructureInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/betterend/world/features/BuildingListFeature$StructureInfo$$Lambda+0x000001d684c6d728 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeature$StructureInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/BuildingListFeature$StructureInfo$$Lambda+0x000001d684c6d4f0 +instanceKlass @bci org/betterx/betterend/world/features/NBTFeature$TerrainMerge ()V 45 argL0 ; # org/betterx/betterend/world/features/NBTFeature$TerrainMerge$$Lambda+0x000001d684c6d2d8 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeature$StructureInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/BuildingListFeature$StructureInfo$$Lambda+0x000001d684c6cc30 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeature$StructureInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/BuildingListFeature$StructureInfo$$Lambda+0x000001d684c6c9f8 +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeature$StructureInfo ()V 0 argL0 ; # org/betterx/betterend/world/features/BuildingListFeature$StructureInfo$$Lambda+0x000001d684c6c7c0 +instanceKlass org/betterx/betterend/world/features/BuildingListFeature$StructureInfo +instanceKlass @bci org/betterx/betterend/world/features/BuildingListFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/BuildingListFeatureConfig$$Lambda+0x000001d684c6c380 +instanceKlass @bci org/betterx/betterend/world/features/NBTFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/betterend/world/features/NBTFeatureConfig$$Lambda+0x000001d684c6c148 +instanceKlass @bci org/betterx/betterend/world/features/NBTFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/NBTFeatureConfig$$Lambda+0x000001d684c6bf10 +instanceKlass @bci org/betterx/betterend/world/features/NBTFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/NBTFeatureConfig$$Lambda+0x000001d684c6bcd8 +instanceKlass org/betterx/betterend/world/features/NBTFeatureConfig +instanceKlass @bci org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig$$Lambda+0x000001d684c6ac28 +instanceKlass @bci org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig$$Lambda+0x000001d684c6a9f0 +instanceKlass @bci org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig$$Lambda+0x000001d684c6a7b8 +instanceKlass @bci org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig$$Lambda+0x000001d684c6a580 +instanceKlass @bci org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig ()V 0 argL0 ; # org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig$$Lambda+0x000001d684c6a348 +instanceKlass org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig +instanceKlass org/betterx/betterend/registry/EndFeatures +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c69a80 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c69848 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c69610 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c693d8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c691a0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c68f68 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c68d30 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c68af8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c688c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig$$Lambda+0x000001d684c68688 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig$$Lambda+0x000001d684c68238 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig$$Lambda+0x000001d684c68000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig$$Lambda+0x000001d684c67d70 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig$$Lambda+0x000001d684c67b38 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/MinecartConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig$$Lambda+0x000001d684c676e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig$$Lambda+0x000001d684c674b0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig$$Lambda+0x000001d684c67278 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig$$Lambda+0x000001d684c67040 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/OceanTemperatureRandomSelectorConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig$$Lambda+0x000001d684c66be0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig$$Lambda+0x000001d684c669a8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig$$Lambda+0x000001d684c66770 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig$$Lambda+0x000001d684c66538 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig$$Lambda+0x000001d684c66300 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/ConfigurableCoralConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig$$Lambda+0x000001d684c65ea0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig$$Lambda+0x000001d684c65c68 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig$$Lambda+0x000001d684c65a30 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureRangeConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig$$Lambda+0x000001d684c655e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig$$Lambda+0x000001d684c653b0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig$$Lambda+0x000001d684c65178 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig$$Lambda+0x000001d684c64f40 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndRangeConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/StructureVineBreakage ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/StructureVineBreakage$$Lambda+0x000001d684c64ad8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig ()V 8 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c648a0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c64658 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c64420 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c641e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c63fb0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c63d78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig$$Lambda+0x000001d684c63b40 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig$$Lambda+0x000001d684c63300 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig$$Lambda+0x000001d684c630c8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig$$Lambda+0x000001d684c62e90 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig$$Lambda+0x000001d684c62c58 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetAndLengthConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig$$Lambda+0x000001d684c62800 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig$$Lambda+0x000001d684c625c8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig$$Lambda+0x000001d684c62390 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig$$Lambda+0x000001d684c61f38 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig$$Lambda+0x000001d684c61d00 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig$$Lambda+0x000001d684c61ac8 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/StructureBreakage ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/StructureBreakage$$Lambda+0x000001d684c61660 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 162 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c613e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c611b0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 129 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60f78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60d40 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60b08 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c608d0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60698 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60460 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig$$Lambda+0x000001d684c60228 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/StructurePlaceSettings +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5dd40 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5db08 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5d8d0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5d698 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5d460 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig$$Lambda+0x000001d684c5d228 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig ()V 8 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5fd78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 331 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5faa0 +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig 329 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c5c800 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 319 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5f868 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 298 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5f630 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 246 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5f3f8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 215 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5f1c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 196 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5ef88 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 178 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5ed50 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 160 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5eb18 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5e8e0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5e6a8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5e470 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5e238 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5e000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5bbe8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig$$Lambda+0x000001d684c5b9b0 +instanceKlass com/telepathicgrunt/repurposedstructures/world/features/configs/NbtDungeonConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 171 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5b520 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config 356 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c5c400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 159 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5b2e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5b0b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5ae78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5ac40 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$PlacementEnvironment ()V 32 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$PlacementEnvironment$$Lambda+0x000001d684c5aa28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5a380 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c5a148 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c59f10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c59cd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config$$Lambda+0x000001d684c59aa0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 187 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c595f0 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config 281 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c5c000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 175 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c593b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData$$Lambda+0x000001d684c59190 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData$$Lambda+0x000001d684c58f58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData$$Lambda+0x000001d684c58d20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData$$Lambda+0x000001d684c58ae8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c586a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c58470 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c58238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c58000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c54c00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c55d70 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c55b38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config$$Lambda+0x000001d684c55900 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 136 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c55470 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config 205 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c54800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 124 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c55238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c55000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c57d68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c57b30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c578f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c576c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config$$Lambda+0x000001d684c57488 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c57028 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 252 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c56d50 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config 370 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c54400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 240 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c56b18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 221 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c568e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 202 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c566a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c56470 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 164 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c56238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 145 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c56000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c53c20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c539e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c537b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c53578 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c53340 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c53108 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c52ed0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 165 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c52c48 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState 183 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c54000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c52a10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c527d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c525a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c52368 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c52130 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c51ef8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c51cc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c51a88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState$$Lambda+0x000001d684c51850 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config$$Lambda+0x000001d684c51418 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$$Lambda+0x000001d684c50fb8 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$$Lambda+0x000001d684c50d80 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c50b18 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c508e0 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c506a8 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c50470 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c50238 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c50000 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c4c400 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape ()V 0 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape$$Lambda+0x000001d684c4cc40 +instanceKlass net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$$Lambda+0x000001d684c4c800 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$$Lambda+0x000001d684c4dd50 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig ()V 0 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$$Lambda+0x000001d684c4db18 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4d6a8 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4d470 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4d238 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4d000 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4fd60 +instanceKlass @bci net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig ()V 0 argL0 ; # net/hibiscus/naturespirit/world/carver/ReplaceableCaveCarverConfig$$Lambda+0x000001d684c4fb28 +instanceKlass @bci org/betterx/wover/block/impl/predicate/BlockPredicatesImpl createType (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType; 1 member ; # org/betterx/wover/block/impl/predicate/BlockPredicatesImpl$$Lambda+0x000001d684c4f6e0 +instanceKlass @bci net/athebyne/exclusions_lib/ExclusionsLib lambda$static$1 ()Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType; 0 argL0 ; # net/athebyne/exclusions_lib/ExclusionsLib$$Lambda+0x000001d684c4f4c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition$$Lambda+0x000001d684c4f290 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition$$Lambda+0x000001d684c4f058 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition$$Lambda+0x000001d684c4ee20 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition$$Lambda+0x000001d684c4e948 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition$$Lambda+0x000001d684c4e710 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition$$Lambda+0x000001d684c4e4d8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition$$Lambda+0x000001d684c4e000 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition$$Lambda+0x000001d684c4bd28 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition$$Lambda+0x000001d684c4baf0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition$$Lambda+0x000001d684c4b8b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition$$Lambda+0x000001d684c4b680 +instanceKlass net/mehvahdjukaar/moonlight/core/loot/OptionalPropertyCondition +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RaidCheckCondition ()V 19 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RaidCheckCondition$$Lambda+0x000001d684c4b190 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RaidCheckCondition ()V 14 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RaidCheckCondition$$Lambda+0x000001d684c4af58 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/loot/RaidCheckCondition +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c4aa50 +instanceKlass @cpi com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition 203 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c4c000 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c4a818 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c4a5e0 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c4a3a8 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c4a170 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c49f38 +instanceKlass @bci com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition ()V 0 argL0 ; # com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition$$Lambda+0x000001d684c49d00 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/loot/RandomDifficultyChanceCondition +instanceKlass fzzyhmstrs/emi_loot/server/condition/BlownUpByCreeperLootCondition +instanceKlass fzzyhmstrs/emi_loot/server/condition/MobSpawnedWithLootCondition +instanceKlass fzzyhmstrs/emi_loot/server/condition/KilledByWitherLootCondition +instanceKlass @bci com/aetherteam/aether/loot/conditions/ConfigEnabled lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/aetherteam/aether/loot/conditions/ConfigEnabled$$Lambda+0x000001d684c49008 +instanceKlass @bci com/aetherteam/aether/loot/conditions/ConfigEnabled lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/loot/conditions/ConfigEnabled$$Lambda+0x000001d684c48dd0 +instanceKlass @bci com/aetherteam/aether/loot/conditions/ConfigEnabled ()V 0 argL0 ; # com/aetherteam/aether/loot/conditions/ConfigEnabled$$Lambda+0x000001d684c48b98 +instanceKlass com/aetherteam/aether/loot/conditions/ConfigEnabled +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$$Lambda+0x000001d684c486a8 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$$Lambda+0x000001d684c48470 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$PropertyMatcher ()V 14 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$PropertyMatcher$$Lambda+0x000001d684c48238 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$PropertyMatcher ()V 9 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$PropertyMatcher$$Lambda+0x000001d684c48000 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ValueMatcher ()V 14 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ValueMatcher$$Lambda+0x000001d684c47cc0 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ValueMatcher ()V 9 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ValueMatcher$$Lambda+0x000001d684c47a88 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher$$Lambda+0x000001d684c47860 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher$$Lambda+0x000001d684c47628 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher$$Lambda+0x000001d684c473f0 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher ()V 0 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher$$Lambda+0x000001d684c471b8 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ExactMatcher ()V 8 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ExactMatcher$$Lambda+0x000001d684c46d60 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ExactMatcher ()V 3 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ExactMatcher$$Lambda+0x000001d684c46b28 +instanceKlass umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ValueMatcher +instanceKlass umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$PropertyMatcher +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition ()V 0 argL0 ; # umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$$Lambda+0x000001d684c462c8 +instanceKlass umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition$$Lambda+0x000001d684c45de8 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition$$Lambda+0x000001d684c45bb0 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition$$Lambda+0x000001d684c45978 +instanceKlass @bci umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition ()V 0 argL0 ; # umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition$$Lambda+0x000001d684c45740 +instanceKlass umpaz/brewinandchewin/common/loot/condition/AreaLocationCheckCondition +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase$$Lambda+0x000001d684c45250 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase$$Lambda+0x000001d684c45018 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase$$Lambda+0x000001d684c44de0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootConditionElokosaNightForm ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootConditionElokosaNightForm$$Lambda+0x000001d684c44928 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootConditionFrostmawHasCrystal ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootConditionFrostmawHasCrystal$$Lambda+0x000001d684c44478 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables$$Lambda+0x000001d684c43fa8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables$$Lambda+0x000001d684c43d70 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables$$Lambda+0x000001d684c43b38 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables$$Lambda+0x000001d684c43900 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables$$Lambda+0x000001d684c436c8 +instanceKlass com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/DetectRSLootTables +instanceKlass @bci net/neoforged/neoforge/common/loot/CanItemPerformAbility lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/loot/CanItemPerformAbility$$Lambda+0x000001d684c431d8 +instanceKlass @bci net/neoforged/neoforge/common/loot/CanItemPerformAbility lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/loot/CanItemPerformAbility$$Lambda+0x000001d684c42fa0 +instanceKlass @bci net/neoforged/neoforge/common/loot/CanItemPerformAbility ()V 0 argL0 ; # net/neoforged/neoforge/common/loot/CanItemPerformAbility$$Lambda+0x000001d684c42d68 +instanceKlass net/neoforged/neoforge/common/loot/CanItemPerformAbility +instanceKlass snownee/jade/mixin/CanItemPerformAbilityAccess +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod registerLootData (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 48 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684c42680 +instanceKlass @bci net/neoforged/neoforge/common/loot/LootTableIdCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/loot/LootTableIdCondition$$Lambda+0x000001d684c42448 +instanceKlass @bci net/neoforged/neoforge/common/loot/LootTableIdCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/loot/LootTableIdCondition$$Lambda+0x000001d684c42210 +instanceKlass @bci net/neoforged/neoforge/common/loot/LootTableIdCondition ()V 0 argL0 ; # net/neoforged/neoforge/common/loot/LootTableIdCondition$$Lambda+0x000001d684c41fd8 +instanceKlass net/neoforged/neoforge/common/loot/LootTableIdCondition +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod registerLootData (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 27 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684c41b08 +instanceKlass @bci com/li64/tide/data/loot/RandomizeFishLengthFunction ()V 0 argL0 ; # com/li64/tide/data/loot/RandomizeFishLengthFunction$$Lambda+0x000001d684c418f0 +instanceKlass com/li64/tide/data/loot/RandomizeFishLengthFunction +instanceKlass @bci com/li64/tide/data/loot/ApplyFishEntityLengthFunction ()V 0 argL0 ; # com/li64/tide/data/loot/ApplyFishEntityLengthFunction$$Lambda+0x000001d684c41448 +instanceKlass com/li64/tide/data/loot/ApplyFishEntityLengthFunction +instanceKlass com/li64/tide/registries/TideLootFunctions +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$$Lambda+0x000001d684c40d80 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$$Lambda+0x000001d684c40b48 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$$Lambda+0x000001d684c40910 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c406a8 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c40470 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c40238 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c40000 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3fd88 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3fb50 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3f918 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier ()V 43 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3f6e0 +instanceKlass top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$1 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier ()V 17 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3eeb8 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier ()V 12 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier$$Lambda+0x000001d684c3ec80 +instanceKlass @bci top/theillusivec4/curios/common/util/SetCurioAttributesFunction ()V 0 argL0 ; # top/theillusivec4/curios/common/util/SetCurioAttributesFunction$$Lambda+0x000001d684c3e840 +instanceKlass @bci vectorwing/farmersdelight/common/loot/function/SmokerCookFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # vectorwing/farmersdelight/common/loot/function/SmokerCookFunction$$Lambda+0x000001d684c3e350 +instanceKlass @bci vectorwing/farmersdelight/common/loot/function/SmokerCookFunction ()V 10 argL0 ; # vectorwing/farmersdelight/common/loot/function/SmokerCookFunction$$Lambda+0x000001d684c3e118 +instanceKlass @bci vectorwing/farmersdelight/common/loot/function/CopySkilletFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # vectorwing/farmersdelight/common/loot/function/CopySkilletFunction$$Lambda+0x000001d684c3dc28 +instanceKlass @bci vectorwing/farmersdelight/common/loot/function/CopySkilletFunction ()V 10 argL0 ; # vectorwing/farmersdelight/common/loot/function/CopySkilletFunction$$Lambda+0x000001d684c3d9f0 +instanceKlass fzzyhmstrs/emi_loot/server/function/OminousBannerLootFunction +instanceKlass fzzyhmstrs/emi_loot/server/function/SetAnyDamageLootFunction +instanceKlass @bci com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity$$Lambda+0x000001d684c3cfe0 +instanceKlass @bci com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity$$Lambda+0x000001d684c3cda8 +instanceKlass @bci com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity$$Lambda+0x000001d684c3cb70 +instanceKlass @bci net/minecraft/advancements/critereon/EntityTypePredicate ()V 11 argL0 ; # net/minecraft/advancements/critereon/EntityTypePredicate$$Lambda+0x000001d684c3c938 +instanceKlass @bci net/minecraft/advancements/critereon/EntityTypePredicate ()V 6 argL0 ; # net/minecraft/advancements/critereon/EntityTypePredicate$$Lambda+0x000001d684c3c700 +instanceKlass @bci com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity ()V 0 argL0 ; # com/aetherteam/aether/loot/functions/WhirlwindSpawnEntity$$Lambda+0x000001d684c3c2c0 +instanceKlass @bci com/aetherteam/aether/loot/functions/SpawnXP lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/functions/SpawnXP$$Lambda+0x000001d684c3bdd0 +instanceKlass @bci com/aetherteam/aether/loot/functions/SpawnXP ()V 0 argL0 ; # com/aetherteam/aether/loot/functions/SpawnXP$$Lambda+0x000001d684c3bb98 +instanceKlass @bci com/aetherteam/aether/loot/functions/SpawnTNT lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/functions/SpawnTNT$$Lambda+0x000001d684c3b6a8 +instanceKlass @bci com/aetherteam/aether/loot/functions/SpawnTNT ()V 0 argL0 ; # com/aetherteam/aether/loot/functions/SpawnTNT$$Lambda+0x000001d684c3b470 +instanceKlass @bci com/aetherteam/aether/loot/functions/DoubleDrops lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/aetherteam/aether/loot/functions/DoubleDrops$$Lambda+0x000001d684c3af80 +instanceKlass @bci com/aetherteam/aether/loot/functions/DoubleDrops ()V 0 argL0 ; # com/aetherteam/aether/loot/functions/DoubleDrops$$Lambda+0x000001d684c3ad48 +instanceKlass @bci umpaz/brewinandchewin/common/loot/function/BnCCopyMealFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # umpaz/brewinandchewin/common/loot/function/BnCCopyMealFunction$$Lambda+0x000001d684c3a858 +instanceKlass @bci umpaz/brewinandchewin/common/loot/function/BnCCopyMealFunction ()V 0 argL0 ; # umpaz/brewinandchewin/common/loot/function/BnCCopyMealFunction$$Lambda+0x000001d684c3a620 +instanceKlass @bci umpaz/brewinandchewin/common/loot/function/CopyDrinkFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # umpaz/brewinandchewin/common/loot/function/CopyDrinkFunction$$Lambda+0x000001d684c3a130 +instanceKlass @bci umpaz/brewinandchewin/common/loot/function/CopyDrinkFunction ()V 0 argL0 ; # umpaz/brewinandchewin/common/loot/function/CopyDrinkFunction$$Lambda+0x000001d684c39ef8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootFunctionGrottolDeathType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootFunctionGrottolDeathType$$Lambda+0x000001d684c39a08 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootFunctionGrottolDeathType ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootFunctionGrottolDeathType$$Lambda+0x000001d684c397d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry$$Lambda+0x000001d684c392c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry$$Lambda+0x000001d684c39088 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry$$Lambda+0x000001d684c38e50 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry$$Lambda+0x000001d684c38940 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry$$Lambda+0x000001d684c38708 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/loot/OptionalItemPoolEntry$$Lambda+0x000001d684c384d0 +instanceKlass @bci com/aetherteam/nitrogen/loot/entries/NitrogenLootPoolEntries lambda$static$0 ()Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryType; 4 argL0 ; # com/aetherteam/nitrogen/loot/entries/NitrogenLootPoolEntries$$Lambda+0x000001d684c38000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes lambda$static$9 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d684c37aa8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes lambda$static$7 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d684c37638 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes lambda$static$5 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d684c37420 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes lambda$static$3 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d684c37208 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d684c36d98 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$18 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c36b80 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$17 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c36700 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$16 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c36280 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$15 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c35e00 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$13 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c35be8 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$11 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c359d0 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$9 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c357b8 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$7 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c35340 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$5 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c34ed0 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$3 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c34cb8 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/sensing/SensorType; 4 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d684c34aa0 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/village/poi/PoiType; 32 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes$$Lambda+0x000001d684c34878 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/village/poi/PoiType; 27 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes$$Lambda+0x000001d684c34650 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/village/poi/PoiType; 22 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes$$Lambda+0x000001d684c34438 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes lambda$static$1 ()Lnet/minecraft/world/entity/ai/village/poi/PoiType; 12 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes$$Lambda+0x000001d684c34200 +instanceKlass net/fabricmc/fabric/api/object/builder/v1/world/poi/PointOfInterestHelper +instanceKlass it/unimi/dsi/fastutil/objects/ObjectArraySet$Spliterator +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceArraySet$1 +instanceKlass @bci net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$PoiTypeCallbacks onAdd (Lnet/minecraft/core/Registry;ILnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/entity/ai/village/poi/PoiType;)V 9 member ; # net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$PoiTypeCallbacks$$Lambda+0x000001d684c2fd70 +instanceKlass org/betterx/wover/poi/api/PoiManager +instanceKlass @bci org/betterx/betternether/registry/NetherPoiTypes register ()V 28 argL0 ; # org/betterx/betternether/registry/NetherPoiTypes$$Lambda+0x000001d684c2f928 +instanceKlass org/betterx/wover/poi/api/WoverPoiType +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions lambda$static$2 ()Lnet/minecraft/world/entity/npc/VillagerProfession; 11 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions$$Lambda+0x000001d684c2f4b8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions lambda$static$2 ()Lnet/minecraft/world/entity/npc/VillagerProfession; 6 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions$$Lambda+0x000001d684c2f270 +instanceKlass @bci net/jewelry/village/JewelryVillagers registerVillagers ()V 89 member ; # net/jewelry/village/JewelryVillagers$$Lambda+0x000001d684c2f040 +instanceKlass @bci net/jewelry/village/JewelryVillagers createProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 22 member ; # net/jewelry/village/JewelryVillagers$$Lambda+0x000001d684c2edf0 +instanceKlass @bci net/jewelry/village/JewelryVillagers createProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 16 member ; # net/jewelry/village/JewelryVillagers$$Lambda+0x000001d684c2eba0 +instanceKlass net/jewelry/village/JewelryVillagers +instanceKlass @bci net/wizards/villager/WizardVillagers lambda$register$6 (Ljava/util/List;)V 25 argL0 ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2e788 +instanceKlass @bci net/wizards/villager/WizardVillagers lambda$register$6 (Ljava/util/List;)V 13 argL0 ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2e570 +instanceKlass @bci net/wizards/villager/WizardVillagers lambda$register$6 (Ljava/util/List;)V 1 argL0 ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2e358 +instanceKlass @bci net/wizards/villager/WizardVillagers register ()V 442 argL0 ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2e130 +instanceKlass @bci net/wizards/villager/WizardVillagers register ()V 429 member ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2df00 +instanceKlass @bci net/wizards/villager/WizardVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 31 member ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2dcb0 +instanceKlass @bci net/wizards/villager/WizardVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 25 member ; # net/wizards/villager/WizardVillagers$$Lambda+0x000001d684c2da60 +instanceKlass net/wizards/villager/WizardVillagers +instanceKlass @bci net/rogues/village/RogueVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 37 argL0 ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2d648 +instanceKlass @bci net/rogues/village/RogueVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 25 argL0 ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2d430 +instanceKlass @bci net/rogues/village/RogueVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 13 argL0 ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2d218 +instanceKlass @bci net/rogues/village/RogueVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 1 argL0 ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2d000 +instanceKlass @bci net/rogues/village/RogueVillagers registerVillagers ()V 484 argL0 ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2cdd8 +instanceKlass @bci net/rogues/village/RogueVillagers registerVillagers ()V 471 member ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2cba8 +instanceKlass @bci net/rogues/village/RogueVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 31 member ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2c958 +instanceKlass @bci net/rogues/village/RogueVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 25 member ; # net/rogues/village/RogueVillagers$$Lambda+0x000001d684c2c708 +instanceKlass net/rogues/village/RogueVillagers +instanceKlass @bci net/paladins/village/PaladinVillagers lambda$registerVillagers$6 (Ljava/util/List;)V 25 argL0 ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2c2f0 +instanceKlass @bci net/paladins/village/PaladinVillagers lambda$registerVillagers$6 (Ljava/util/List;)V 13 argL0 ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2c0d8 +instanceKlass @bci net/paladins/village/PaladinVillagers lambda$registerVillagers$6 (Ljava/util/List;)V 1 argL0 ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2bec0 +instanceKlass @bci net/paladins/village/PaladinVillagers registerVillagers ()V 423 argL0 ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2bc98 +instanceKlass @bci net/paladins/village/PaladinVillagers registerVillagers ()V 410 member ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2ba68 +instanceKlass @bci net/runes/api/RuneItems get (Lnet/runes/api/RuneItems$RuneType;)Lnet/minecraft/world/item/Item; 9 member ; # net/runes/api/RuneItems$$Lambda+0x000001d684c2b818 +instanceKlass @bci net/paladins/village/PaladinVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 31 member ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2b5c8 +instanceKlass @bci net/paladins/village/PaladinVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 25 member ; # net/paladins/village/PaladinVillagers$$Lambda+0x000001d684c2b378 +instanceKlass net/paladins/village/PaladinVillagers +instanceKlass @bci net/archers/village/ArcherVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 37 argL0 ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c2af60 +instanceKlass @bci net/archers/village/ArcherVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 25 argL0 ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c2ad48 +instanceKlass @bci net/archers/village/ArcherVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 13 argL0 ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c2ab30 +instanceKlass @bci net/archers/village/ArcherVillagers lambda$registerVillagers$7 (Ljava/util/List;)V 1 argL0 ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c2a918 +instanceKlass @bci net/archers/village/ArcherVillagers registerVillagers ()V 308 argL0 ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c2a6f0 +instanceKlass @bci net/fabricmc/fabric/impl/object/builder/TradeOfferInternals registerVillagerOffers (Lnet/minecraft/world/entity/npc/VillagerProfession;ILnet/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$VillagerOffersAdder;)V 56 member ; # net/fabricmc/fabric/impl/object/builder/TradeOfferInternals$$Lambda+0x000001d684c2a4c0 +instanceKlass @bci net/fabricmc/fabric/impl/object/builder/TradeOfferInternals registerVillagerOffers (Lnet/minecraft/world/entity/npc/VillagerProfession;ILnet/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$VillagerOffersAdder;)V 41 argL0 ; # net/fabricmc/fabric/impl/object/builder/TradeOfferInternals$$Lambda+0x000001d684c2a288 +instanceKlass @bci net/fabricmc/fabric/impl/object/builder/TradeOfferInternals registerOffers (Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;ILjava/util/function/Consumer;)V 17 argL0 ; # net/fabricmc/fabric/impl/object/builder/TradeOfferInternals$$Lambda+0x000001d684c29dc0 +instanceKlass @bci net/fabricmc/fabric/impl/object/builder/TradeOfferInternals registerVillagerOffers (Lnet/minecraft/world/entity/npc/VillagerProfession;ILnet/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$VillagerOffersAdder;)V 29 member ; # net/fabricmc/fabric/impl/object/builder/TradeOfferInternals$$Lambda+0x000001d684c29b90 +instanceKlass @bci net/fabricmc/fabric/impl/object/builder/TradeOfferInternals registerVillagerOffers (Lnet/minecraft/world/entity/npc/VillagerProfession;ILnet/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$VillagerOffersAdder;)V 14 argL0 ; # net/fabricmc/fabric/impl/object/builder/TradeOfferInternals$$Lambda+0x000001d684c29958 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectMaps$1 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerTrades potionCost (Lnet/minecraft/core/Holder;)Lnet/minecraft/world/item/trading/ItemCost; 11 member ; # net/minecraft/world/entity/npc/VillagerTrades$$Lambda+0x000001d684c29700 +instanceKlass net/minecraft/core/component/DataComponentPredicate$Builder +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$FailureItemListing +instanceKlass net/minecraft/world/item/enchantment/providers/VanillaEnchantmentProviders +instanceKlass net/minecraft/world/item/enchantment/providers/TradeRebalanceEnchantmentProviders +instanceKlass @bci net/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade oneTradeInBiomes (Lnet/minecraft/world/entity/npc/VillagerTrades$ItemListing;[Lnet/minecraft/world/entity/npc/VillagerType;)Lnet/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade; 14 member ; # net/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade$$Lambda+0x000001d684c28c98 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade oneTradeInBiomes (Lnet/minecraft/world/entity/npc/VillagerTrades$ItemListing;[Lnet/minecraft/world/entity/npc/VillagerType;)Lnet/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade; 8 argL0 ; # net/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade$$Lambda+0x000001d684c28a60 +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$DyedArmorForEmeralds +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$TreasureMapForEmeralds +instanceKlass net/minecraft/tags/EnchantmentTags +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$TippedArrowForItemsAndEmeralds +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$EmeraldsForVillagerTypeItem +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$EnchantedItemForEmeralds +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$ItemsAndEmeraldsToItems +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$SuspiciousStewForEmerald +instanceKlass @bci net/minecraft/world/entity/npc/VillagerTrades ()V 3 argL0 ; # net/minecraft/world/entity/npc/VillagerTrades$$Lambda+0x000001d684c26e30 +instanceKlass net/minecraft/world/entity/npc/VillagerTrades +instanceKlass net/fabricmc/fabric/impl/object/builder/TradeOfferInternals +instanceKlass @bci net/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper registerVillagerOffers (Lnet/minecraft/world/entity/npc/VillagerProfession;ILjava/util/function/Consumer;)V 3 member ; # net/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$$Lambda+0x000001d684c26810 +instanceKlass net/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper$VillagerOffersAdder +instanceKlass net/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper +instanceKlass @bci net/archers/village/ArcherVillagers registerVillagers ()V 295 member ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c261e8 +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$EmeraldForItems +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$ItemsForEmeralds +instanceKlass @bci net/archers/village/ArcherVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 31 member ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c25b48 +instanceKlass @bci net/archers/village/ArcherVillagers registerProfession (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/entity/npc/VillagerProfession; 25 member ; # net/archers/village/ArcherVillagers$$Lambda+0x000001d684c258f8 +instanceKlass net/archers/village/ArcherVillagers +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod lambda$registerVillager$3 (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Supplier;)Lnet/minecraft/world/entity/npc/VillagerProfession; 12 member ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d684c254a8 +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod lambda$registerVillager$3 (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Supplier;)Lnet/minecraft/world/entity/npc/VillagerProfession; 6 member ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d684c25258 +instanceKlass @bci net/createmod/ponder/NeoForgePonder lambda$static$0 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 2 argL0 ; # net/createmod/ponder/NeoForgePonder$$Lambda+0x000001d684c25040 +instanceKlass net/createmod/catnip/net/ConfigPathArgument +instanceKlass @bci team/creative/creativecore/CreativeCore lambda$static$3 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 2 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d684c24bd0 +instanceKlass team/creative/creativecore/common/test/CreativeTestArgument +instanceKlass @bci team/creative/creativecore/CreativeCore lambda$static$2 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 3 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d684c24750 +instanceKlass team/creative/creativecore/common/util/argument/StringArrayArgumentType +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ArgumentTypes lambda$static$1 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 2 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ArgumentTypes$$Lambda+0x000001d684c242e0 +instanceKlass dev/ftb/mods/ftbquests/command/QuestObjectArgument +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ArgumentTypes lambda$static$0 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 2 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ArgumentTypes$$Lambda+0x000001d684c23e68 +instanceKlass dev/ftb/mods/ftbquests/command/ChangeProgressArgument +instanceKlass dev/ftb/mods/ftbteams/api/property/TeamPropertyArgument +instanceKlass dev/ftb/mods/ftbteams/data/TeamArgument +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry lambda$static$0 ()Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 2 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d684c23540 +instanceKlass top/theillusivec4/curios/server/command/CurioArgumentType +instanceKlass @bci org/betterx/bclib/commands/arguments/BCLibArguments lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 45 argL0 ; # org/betterx/bclib/commands/arguments/BCLibArguments$$Lambda+0x000001d684c230d0 +instanceKlass org/betterx/bclib/commands/arguments/Float3ArgumentInfo +instanceKlass org/betterx/bclib/commands/arguments/Float3ArgumentType +instanceKlass @bci org/betterx/bclib/commands/arguments/BCLibArguments lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 8 argL0 ; # org/betterx/bclib/commands/arguments/BCLibArguments$$Lambda+0x000001d684c22780 +instanceKlass @bci io/wispforest/accessories/commands/AccessoriesCommands registerCommandArgTypes ()V 26 argL0 ; # io/wispforest/accessories/commands/AccessoriesCommands$$Lambda+0x000001d684c222e0 +instanceKlass io/wispforest/accessories/commands/ResourceExtendedArgument +instanceKlass @bci io/wispforest/accessories/commands/RecordArgumentTypeInfo of (Ljava/util/function/Function;)Lio/wispforest/accessories/commands/RecordArgumentTypeInfo; 18 member ; # io/wispforest/accessories/commands/RecordArgumentTypeInfo$$Lambda+0x000001d684c21e50 +instanceKlass @bci io/wispforest/accessories/commands/RecordArgumentTypeInfo of (Ljava/util/function/Function;)Lio/wispforest/accessories/commands/RecordArgumentTypeInfo; 12 argL0 ; # io/wispforest/accessories/commands/RecordArgumentTypeInfo$$Lambda+0x000001d684c21c18 +instanceKlass io/wispforest/endec/StructEndec$1 +instanceKlass @bci io/wispforest/accessories/commands/RecordArgumentTypeInfo of (Ljava/util/function/Function;)Lio/wispforest/accessories/commands/RecordArgumentTypeInfo; 4 argL0 ; # io/wispforest/accessories/commands/RecordArgumentTypeInfo$$Lambda+0x000001d684c21a00 +instanceKlass @bci io/wispforest/accessories/commands/AccessoriesCommands registerCommandArgTypes ()V 7 argL0 ; # io/wispforest/accessories/commands/AccessoriesCommands$$Lambda+0x000001d684c21590 +instanceKlass io/wispforest/accessories/commands/SlotArgumentType +instanceKlass @bci io/wispforest/accessories/commands/AccessoriesCommands ()V 61 argL0 ; # io/wispforest/accessories/commands/AccessoriesCommands$$Lambda+0x000001d684c21138 +instanceKlass @bci io/wispforest/accessories/commands/AccessoriesCommands ()V 46 argL0 ; # io/wispforest/accessories/commands/AccessoriesCommands$$Lambda+0x000001d684c20f20 +instanceKlass com/mojang/brigadier/exceptions/Dynamic3CommandExceptionType$Function +instanceKlass com/mojang/brigadier/exceptions/Dynamic3CommandExceptionType +instanceKlass io/wispforest/accessories/commands/AccessoriesCommands +instanceKlass @bci org/sinytra/fabric/command_api/FabricCommandApiV2 lambda$onInitialize$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 22 member ; # org/sinytra/fabric/command_api/FabricCommandApiV2$$Lambda+0x000001d684c206e0 +instanceKlass @bci org/sinytra/fabric/command_api/FabricCommandApiV2 lambda$onInitialize$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 3 argL0 ; # org/sinytra/fabric/command_api/FabricCommandApiV2$$Lambda+0x000001d684c204b8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$static$1 ()Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 3 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684c1fdb8 +instanceKlass net/neoforged/neoforge/server/command/ModIdArgument +instanceKlass net/neoforged/neoforge/server/command/EnumArgument +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIRecipes lambda$static$1 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIRecipes$$Lambda+0x000001d684c1fb78 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams ()V 63 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1f560 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams ()V 52 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1f328 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1f100 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1eec8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 1 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1ecb0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams ()V 44 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1ea78 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams ()V 22 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1e840 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams ()V 17 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipeParams$$Lambda+0x000001d684c1e608 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIRecipes lambda$static$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIRecipes$$Lambda+0x000001d684c1e3f0 +instanceKlass plus/dragons/createenchantmentindustry/common/fluids/printer/PrintingRecipe$Serializer +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes lambda$static$3 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684c1d940 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes lambda$static$2 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684c1d370 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes lambda$static$1 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684c1cda0 +instanceKlass @bci plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams ()V 11 argL0 ; # plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams$$Lambda+0x000001d684c1c7f8 +instanceKlass @bci plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams$$Lambda+0x000001d684c1c5d0 +instanceKlass @bci plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams$$Lambda+0x000001d684c1c398 +instanceKlass @bci plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 1 argL0 ; # plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams$$Lambda+0x000001d684c1c180 +instanceKlass @bci plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams ()V 0 argL0 ; # plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipeParams$$Lambda+0x000001d684c1bf48 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes lambda$static$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684c1bd30 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringRecipe$Serializer +instanceKlass @bci com/simibubi/create/AllRecipeTypes lambda$static$2 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684c1b320 +instanceKlass @bci com/simibubi/create/AllRecipeTypes lambda$static$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684c1adb0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 65 member ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c1a7f8 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 59 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c1a5c0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 51 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c1a388 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 43 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c1a150 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 32 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c19f18 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 21 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c19ce0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 member ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c19a80 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c19848 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c19610 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c193d8 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedRecipe ()V 29 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedRecipe$$Lambda+0x000001d684c191a0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedRecipe ()V 24 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedRecipe$$Lambda+0x000001d684c18f68 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedRecipe ()V 8 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedRecipe$$Lambda+0x000001d684c18d30 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedRecipe ()V 3 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedRecipe$$Lambda+0x000001d684c18af8 +instanceKlass com/simibubi/create/content/processing/sequenced/SequencedRecipe +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c186a0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer lambda$new$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c18468 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer ()V 6 member ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer$$Lambda+0x000001d684c18228 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer ()V 27 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c18000 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer ()V 22 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c14400 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer ()V 14 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c14c60 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c14a38 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c14800 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c15d00 +instanceKlass @bci com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer ()V 0 argL0 ; # com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer$$Lambda+0x000001d684c15ac8 +instanceKlass @bci com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams ()V 11 argL0 ; # com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams$$Lambda+0x000001d684c158b0 +instanceKlass @bci com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams$$Lambda+0x000001d684c15688 +instanceKlass @bci com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams$$Lambda+0x000001d684c15450 +instanceKlass @bci com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 1 argL0 ; # com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams$$Lambda+0x000001d684c15238 +instanceKlass @bci com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams ()V 0 argL0 ; # com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipeParams$$Lambda+0x000001d684c15000 +instanceKlass com/simibubi/create/content/kinetics/deployer/ItemApplicationRecipe$Serializer +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipe streamCodec (Lcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 12 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipe$$Lambda+0x000001d684c17a08 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipe streamCodec (Lcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 7 member ; # com/simibubi/create/content/processing/recipe/ProcessingRecipe$$Lambda+0x000001d684c177c8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipe codec (Lcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 20 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipe$$Lambda+0x000001d684c17590 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipe codec (Lcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 12 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipe$$Lambda+0x000001d684c17358 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipe codec (Lcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 7 member ; # com/simibubi/create/content/processing/recipe/ProcessingRecipe$$Lambda+0x000001d684c17118 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams streamCodec (Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 6 member ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16ef8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams streamCodec (Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 0 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16ce0 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams ()V 11 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16ac8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams lambda$codec$3 (Ljava/util/function/Supplier;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 member ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16878 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams lambda$codec$3 (Ljava/util/function/Supplier;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16640 +instanceKlass @bci com/simibubi/create/content/processing/recipe/HeatCondition ()V 51 argL0 ; # com/simibubi/create/content/processing/recipe/HeatCondition$$Lambda+0x000001d684c16428 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams lambda$codec$3 (Ljava/util/function/Supplier;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c16000 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams lambda$codec$3 (Ljava/util/function/Supplier;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c13c80 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c13a38 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c13800 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c135c8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c13390 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$20 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c13158 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 115 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12f20 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12ce8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12ab0 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12878 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12640 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 87 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c12408 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 71 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c121d0 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 66 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c11f98 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 49 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c11d50 +instanceKlass @cpi com/simibubi/create/content/processing/recipe/ProcessingOutput 443 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c14000 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 44 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c11b18 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 36 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c118e0 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 28 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c116a8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingOutput ()V 20 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingOutput$$Lambda+0x000001d684c11470 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams lambda$codec$3 (Ljava/util/function/Supplier;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c11238 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams codec (Ljava/util/function/Supplier;)Lcom/mojang/serialization/MapCodec; 1 member ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c10ff8 +instanceKlass @bci com/simibubi/create/content/processing/recipe/ProcessingRecipeParams ()V 0 argL0 ; # com/simibubi/create/content/processing/recipe/ProcessingRecipeParams$$Lambda+0x000001d684c10de0 +instanceKlass com/simibubi/create/content/processing/recipe/StandardProcessingRecipe$Serializer +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/BiggerStreamCodecs$1 +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/BiggerStreamCodecs +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 91 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c10470 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 86 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c10238 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 78 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c10000 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 70 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0cc70 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 62 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0ca38 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 51 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0c800 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 38 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0dd90 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0db58 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0d920 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 149 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0d6a8 +instanceKlass @cpi net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer 256 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c0c400 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0d470 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0d238 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0d000 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0fd80 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0fb48 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe ()V 13 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$$Lambda+0x000001d684c0f910 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe ()V 8 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$$Lambda+0x000001d684c0f6d8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0f4a0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient ()V 39 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient$$Lambda+0x000001d684c0f268 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient ()V 34 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient$$Lambda+0x000001d684c0f030 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient ()V 18 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient$$Lambda+0x000001d684c0edf8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient ()V 13 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient$$Lambda+0x000001d684c0ebc0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient ()V 3 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient$$Lambda+0x000001d684c0e988 +instanceKlass net/mehvahdjukaar/amendments/common/recipe/SoftFluidIngredient +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0e548 +instanceKlass @bci net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer$$Lambda+0x000001d684c0e310 +instanceKlass net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 43 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0bd28 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 38 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0baf0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 30 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0b8b8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 22 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0b680 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 14 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0b448 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0b200 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0afc8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0ad90 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0ab58 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0a920 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS ()V 0 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0a6e8 +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$4 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 83 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c0a198 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 78 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09f60 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 70 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09d28 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 62 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09af0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 54 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c098b8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 46 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09680 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 38 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09448 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 30 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c09210 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 22 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c08fd8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 14 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c08da0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c08b08 +instanceKlass @cpi dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS 250 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684c0c000 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 171 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c088d0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 151 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c08698 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c08460 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder ()V 38 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c08238 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder ()V 33 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c08000 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder ()V 25 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c07d00 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c07ad8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c078a0 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter ()V 96 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c07678 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter ()V 91 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c07440 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter ()V 83 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c07208 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c06fe0 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c06da8 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c06b70 +instanceKlass @bci dev/latvian/mods/kubejs/util/SlotFilter ()V 69 argL0 ; # dev/latvian/mods/kubejs/util/SlotFilter$$Lambda+0x000001d684c06938 +instanceKlass dev/latvian/mods/kubejs/ingredient/WildcardIngredient +instanceKlass dev/latvian/mods/kubejs/ingredient/KubeJSIngredient +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c05770 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction ()V 31 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction$$Lambda+0x000001d684c05538 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction ()V 26 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction$$Lambda+0x000001d684c05300 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction ()V 10 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction$$Lambda+0x000001d684c050c8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction ()V 5 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction$$Lambda+0x000001d684c04e90 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType ()V 40 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType$$Lambda+0x000001d684c04c58 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType ()V 35 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType$$Lambda+0x000001d684c04a20 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType ()V 19 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType$$Lambda+0x000001d684c047e8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType ()V 14 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType$$Lambda+0x000001d684c045b0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType ()V 0 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType$$Lambda+0x000001d684c04388 +instanceKlass dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientAction +instanceKlass @bci dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder ()V 0 argL0 ; # dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder$$Lambda+0x000001d684c03d50 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c03910 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c036d8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c034a0 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c03268 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c03030 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c02df8 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS ()V 0 argL0 ; # dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS$$Lambda+0x000001d684c02bc0 +instanceKlass @bci com/li64/tide/data/TideRecipeSerializers ()V 6 argL0 ; # com/li64/tide/data/TideRecipeSerializers$$Lambda+0x000001d684c02558 +instanceKlass com/li64/tide/data/TideRecipeSerializers +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 124 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01de8 +instanceKlass com/teamresourceful/bytecodecs/utils/Functions$Function7 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 114 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01bb0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 101 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01978 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 88 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01740 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 75 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01508 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 59 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c012d0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 45 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684c01098 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec of (Lnet/minecraft/network/codec/StreamCodec;Ljava/util/function/Function;)Lcom/teamresourceful/bytecodecs/base/ByteCodec; 9 member ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d684c00b10 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec of (Lnet/minecraft/network/codec/StreamCodec;Ljava/util/function/Function;)Lcom/teamresourceful/bytecodecs/base/ByteCodec; 2 member ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d684c008e0 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec ofRegistry (Lnet/minecraft/network/codec/StreamCodec;)Lcom/teamresourceful/bytecodecs/base/ByteCodec; 1 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d684c006a8 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 207 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684c00470 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 202 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684c00238 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 188 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684c00000 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 183 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfc400 +instanceKlass com/teamresourceful/resourcefullib/common/bytecodecs/CompoundTagByteCodec +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 169 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfca38 +instanceKlass com/teamresourceful/bytecodecs/utils/Functions$Function3 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 159 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfc800 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 146 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfdd30 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 133 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfdaf8 +instanceKlass com/teamresourceful/bytecodecs/base/object/ObjectByteCodec +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 119 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfd8e0 +instanceKlass com/teamresourceful/bytecodecs/utils/Functions$Function2 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 109 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfd6a8 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 96 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfd470 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 80 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfd238 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 75 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfd000 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 59 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfbc78 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 54 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfba40 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 38 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfb808 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 33 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfb5d0 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs resourceKey (Lnet/minecraft/resources/ResourceKey;)Lcom/teamresourceful/bytecodecs/base/ByteCodec; 9 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfb398 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs resourceKey (Lnet/minecraft/resources/ResourceKey;)Lcom/teamresourceful/bytecodecs/base/ByteCodec; 4 member ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfb158 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 8 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bfaf20 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs ()V 3 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs$$Lambda+0x000001d684bface8 +instanceKlass com/teamresourceful/bytecodecs/base/WrappedByteCodec +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 19 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bfaab0 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec listOf ()Lcom/teamresourceful/bytecodecs/base/ByteCodec; 1 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d6835c3b60 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 168 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bfa838 +instanceKlass @cpi tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe 393 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684bfc000 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 156 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bfa600 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bfa3c8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bfa190 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bf9f58 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bf9d20 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bf9ae8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bf98b0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe ()V 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe$$Lambda+0x000001d684bf9678 +instanceKlass com/teamresourceful/resourcefullib/common/recipe/CodecRecipe +instanceKlass @bci com/kyanite/deeperdarker/content/DDRecipes lambda$static$1 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # com/kyanite/deeperdarker/content/DDRecipes$$Lambda+0x000001d684bf8f30 +instanceKlass @bci com/kyanite/deeperdarker/content/DDRecipes lambda$static$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # com/kyanite/deeperdarker/content/DDRecipes$$Lambda+0x000001d684bf89c0 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer ()V 16 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf8450 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer ()V 11 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf8238 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf8000 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf4400 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf4c70 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf4a38 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer ()V 0 argL0 ; # com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer$$Lambda+0x000001d684bf4800 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer ()V 16 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf5d30 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer ()V 11 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf5b18 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf58e0 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf56a8 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf5470 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf5238 +instanceKlass @bci com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer ()V 0 argL0 ; # com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer$$Lambda+0x000001d684bf5000 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer$$Lambda+0x000001d684bf7cd0 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer$$Lambda+0x000001d684bf7a98 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer$$Lambda+0x000001d684bf7860 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer$$Lambda+0x000001d684bf7628 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer ()V 8 argL0 ; # com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer$$Lambda+0x000001d684bf73f0 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/baisylia/cookscollection/recipe/OvenRecipe$Serializer$$Lambda+0x000001d684bf71b8 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # com/baisylia/cookscollection/recipe/OvenRecipe$Serializer$$Lambda+0x000001d684bf6f80 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/baisylia/cookscollection/recipe/OvenRecipe$Serializer$$Lambda+0x000001d684bf6d48 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/baisylia/cookscollection/recipe/OvenRecipe$Serializer$$Lambda+0x000001d684bf6b10 +instanceKlass @bci com/baisylia/cookscollection/recipe/OvenRecipe$Serializer ()V 0 argL0 ; # com/baisylia/cookscollection/recipe/OvenRecipe$Serializer$$Lambda+0x000001d684bf68d8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers lambda$static$1 ()Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer; 4 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d684bf66c0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers lambda$static$0 ()Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer; 4 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d684bf3cb8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf3a60 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf3828 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf35f0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf33b8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf3180 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult$$Lambda+0x000001d684bf2f58 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult$$Lambda+0x000001d684bf2d20 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult$$Lambda+0x000001d684bf2ae8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult ()V 14 argL0 ; # vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult$$Lambda+0x000001d684bf28b0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf2678 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf2440 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf2208 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf1fd0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf1d98 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer ()V 16 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf1b60 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer ()V 5 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf1948 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer ()V 0 argL0 ; # vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer$$Lambda+0x000001d684bf1730 +instanceKlass vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer ()V 16 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf11e0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer ()V 11 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0fc8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 162 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0d50 +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/GenericMobConfig 169 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684bf4000 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0b18 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf08e0 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf06a8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0470 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0238 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684bf0000 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684be8400 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684be8c70 +instanceKlass @bci vectorwing/farmersdelight/client/recipebook/CookingPotRecipeBookTab ()V 59 argL0 ; # vectorwing/farmersdelight/client/recipebook/CookingPotRecipeBookTab$$Lambda+0x000001d684be8a38 +instanceKlass @bci vectorwing/farmersdelight/client/recipebook/CookingPotRecipeBookTab ()V 54 argL0 ; # vectorwing/farmersdelight/client/recipebook/CookingPotRecipeBookTab$$Lambda+0x000001d684be8800 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684be98c8 +instanceKlass @bci vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer ()V 0 argL0 ; # vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer$$Lambda+0x000001d684be9690 +instanceKlass @bci org/betterx/bclib/recipes/BCLRecipeManager lambda$register$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/bclib/recipes/BCLRecipeManager$$Lambda+0x000001d684be9460 +instanceKlass @bci org/betterx/bclib/recipes/BCLRecipeManager register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/bclib/recipes/BCLRecipeManager$$Lambda+0x000001d684be9238 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer ()V 35 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684be9000 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer ()V 30 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684bebc80 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer ()V 22 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beba48 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer ()V 14 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beb810 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beb5d8 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beb3a0 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beb168 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beaf30 +instanceKlass @bci net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer ()V 0 argL0 ; # net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer$$Lambda+0x000001d684beacf8 +instanceKlass net/orcinus/galosphere/crafting/PreservedTransformRecipe +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers lambda$static$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 4 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d684bea760 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/GlowingSporesRecipe$Serializer ()V 1 argL0 ; # io/github/razordevs/deep_aether/recipe/GlowingSporesRecipe$Serializer$$Lambda+0x000001d684befcb8 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/GoldenSwetBallRecipe$Serializer ()V 1 argL0 ; # io/github/razordevs/deep_aether/recipe/GoldenSwetBallRecipe$Serializer$$Lambda+0x000001d684befaa0 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer ()V 24 member ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bef478 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer ()V 18 member ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bef258 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684beeff0 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684beedb8 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684beeb80 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bee948 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bee710 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bee4d8 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DABookCategory ()V 51 argL0 ; # io/github/razordevs/deep_aether/recipe/DABookCategory$$Lambda+0x000001d684bee2c0 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bede98 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer ()V 5 argL0 ; # io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer$$Lambda+0x000001d684bedc60 +instanceKlass io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer ()V 16 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bed720 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer ()V 11 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bed508 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bed2d0 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bed098 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bece60 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684becc28 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer ()V 0 argL0 ; # io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer$$Lambda+0x000001d684bec9f0 +instanceKlass io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe +instanceKlass @bci com/aetherteam/aether/recipe/recipes/ban/BlockBanRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/ban/BlockBanRecipe$Serializer$$Lambda+0x000001d684bec478 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/ban/ItemBanRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/ban/ItemBanRecipe$Serializer$$Lambda+0x000001d684bec218 +instanceKlass com/aetherteam/aether/recipe/serializer/PlacementBanRecipeSerializer$CookieBaker +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/PlacementConversionRecipe$Serializer ()V 6 argL0 ; # com/aetherteam/aether/recipe/recipes/block/PlacementConversionRecipe$Serializer$$Lambda+0x000001d684bec000 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/PlacementConversionRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/block/PlacementConversionRecipe$Serializer$$Lambda+0x000001d684be7be0 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/AccessoryFreezableRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/block/AccessoryFreezableRecipe$Serializer$$Lambda+0x000001d684be75e0 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/IcestoneFreezableRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/block/IcestoneFreezableRecipe$Serializer$$Lambda+0x000001d684be6ff0 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer lambda$new$0 (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 member ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be69c8 +instanceKlass @cpi com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer 255 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684be8000 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer lambda$new$0 (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be6790 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer lambda$new$0 (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be6558 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer lambda$new$0 (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be6320 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer lambda$new$0 (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be60e8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil ()V 29 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil$$Lambda+0x000001d684be5eb0 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil ()V 24 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil$$Lambda+0x000001d684be5c78 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil ()V 8 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil$$Lambda+0x000001d684be5a40 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil ()V 3 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil$$Lambda+0x000001d684be5808 +instanceKlass com/aetherteam/nitrogen/recipe/BlockStateRecipeUtil +instanceKlass @bci com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer (Lcom/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory;Lcom/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe$Factory;)V 12 member ; # com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$$Lambda+0x000001d684be53c8 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/SwetBallRecipe$Serializer ()V 6 argL0 ; # com/aetherteam/aether/recipe/recipes/block/SwetBallRecipe$Serializer$$Lambda+0x000001d684be51b0 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/SwetBallRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/block/SwetBallRecipe$Serializer$$Lambda+0x000001d684be4f98 +instanceKlass com/aetherteam/aether/recipe/serializer/BiomeParameterRecipeSerializer$Factory +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer (Lcom/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe$Factory;)V 30 member ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be4770 +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer (Lcom/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe$Factory;)V 24 member ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be4550 +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer lambda$new$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 member ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be4310 +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer lambda$new$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be40d8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer lambda$new$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be3ea0 +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer lambda$new$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be3c68 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient codec (Z)Lcom/mojang/serialization/Codec; 36 member ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be3a30 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient codec (Z)Lcom/mojang/serialization/Codec; 30 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be37f8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient codec (Z)Lcom/mojang/serialization/Codec; 12 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be35c0 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient codec (Z)Lcom/mojang/serialization/Codec; 7 member ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be3388 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$Value ()V 14 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$Value$$Lambda+0x000001d684be3150 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$Value ()V 9 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$Value$$Lambda+0x000001d684be2f18 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue$$Lambda+0x000001d684be2ce0 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue$$Lambda+0x000001d684be2aa8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue ()V 0 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue$$Lambda+0x000001d684be2870 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$BlockStateValue ()V 8 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$BlockStateValue$$Lambda+0x000001d684be2638 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient$BlockStateValue ()V 3 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$BlockStateValue$$Lambda+0x000001d684be2400 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair ()V 8 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$$Lambda+0x000001d684be21c8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair ()V 3 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$$Lambda+0x000001d684be1f90 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair$$Lambda+0x000001d684be1d68 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair$$Lambda+0x000001d684be1b30 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair$$Lambda+0x000001d684be18f8 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair ()V 0 argL0 ; # com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair$$Lambda+0x000001d684be16c0 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient ()V 18 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be0e60 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient ()V 13 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be0c48 +instanceKlass @bci com/aetherteam/nitrogen/recipe/BlockStateIngredient (Ljava/util/stream/Stream;)V 6 argL0 ; # com/aetherteam/nitrogen/recipe/BlockStateIngredient$$Lambda+0x000001d684be0a30 +instanceKlass com/aetherteam/nitrogen/recipe/BlockStateIngredient$Value +instanceKlass @bci com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer (Lcom/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe$Factory;)V 11 member ; # com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer$$Lambda+0x000001d684be0408 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/block/AmbrosiumRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/block/AmbrosiumRecipe$Serializer$$Lambda+0x000001d684bd8c00 +instanceKlass com/aetherteam/aether/recipe/recipes/block/MatchEventRecipe +instanceKlass com/aetherteam/nitrogen/recipe/BlockStateIngredient +instanceKlass com/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe$Factory +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/FreezingRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/item/FreezingRecipe$Serializer$$Lambda+0x000001d684bd97a0 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer (Lcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;I)V 31 member ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bd9220 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer (Lcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;I)V 25 member ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bd9000 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 member ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdbd88 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdbb50 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdb918 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdb6e0 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdb4a8 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdb270 +instanceKlass @bci com/aetherteam/aether/recipe/AetherBookCategory ()V 112 argL0 ; # com/aetherteam/aether/recipe/AetherBookCategory$$Lambda+0x000001d684bdb058 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer lambda$new$1 (ILcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bdac30 +instanceKlass @bci com/aetherteam/aether/recipe/serializer/AetherCookingSerializer (Lcom/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker;I)V 12 member ; # com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$$Lambda+0x000001d684bda9f0 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/EnchantingRecipe$Serializer ()V 1 argL0 ; # com/aetherteam/aether/recipe/recipes/item/EnchantingRecipe$Serializer$$Lambda+0x000001d684bda7d8 +instanceKlass com/aetherteam/aether/recipe/serializer/AetherCookingSerializer$CookieBaker +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer$$Lambda+0x000001d684bdfcf8 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer$$Lambda+0x000001d684bdfac0 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer$$Lambda+0x000001d684bdf888 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer$$Lambda+0x000001d684bdf650 +instanceKlass @bci com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer ()V 0 argL0 ; # com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer$$Lambda+0x000001d684bdf418 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer ()V 16 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bdeb40 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer ()V 11 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bde928 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bde6d0 +instanceKlass @cpi umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer 244 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684bd8400 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bde498 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bde260 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bde028 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bdddf0 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bddbb8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer ()V 0 argL0 ; # umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer$$Lambda+0x000001d684bdd980 +instanceKlass umpaz/brewinandchewin/common/crafting/CreatePotionPouringRecipe$Serializer +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer ()V 16 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdd1d0 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer ()V 11 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdcfb8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdcd50 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdcb18 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdc8e0 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdc6a8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdc470 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdc238 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bdc000 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer ()V 0 argL0 ; # umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer$$Lambda+0x000001d684bd7d30 +instanceKlass umpaz/brewinandchewin/common/crafting/KegPouringRecipe +instanceKlass umpaz/brewinandchewin/common/crafting/KegPouringRecipe$Serializer +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer ()V 16 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd7580 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer ()V 11 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd7368 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 192 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd70e0 +instanceKlass @cpi umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer 353 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684bd8000 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 180 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd6ea8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd6c70 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd6a38 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd6800 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd65c8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bd6390 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount ()V 38 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd6158 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount ()V 33 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd5f20 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount ()V 22 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd5ce8 +instanceKlass @bci umpaz/brewinandchewin/common/utility/BnCStreamCodecs pair (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 12 argL0 ; # umpaz/brewinandchewin/common/utility/BnCStreamCodecs$$Lambda+0x000001d684bd5ac0 +instanceKlass @bci umpaz/brewinandchewin/common/utility/BnCStreamCodecs pair (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 7 argL0 ; # umpaz/brewinandchewin/common/utility/BnCStreamCodecs$$Lambda+0x000001d684bd5888 +instanceKlass @bci umpaz/brewinandchewin/common/utility/BnCStreamCodecs pair (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # umpaz/brewinandchewin/common/utility/BnCStreamCodecs$$Lambda+0x000001d684bd5650 +instanceKlass umpaz/brewinandchewin/common/utility/BnCStreamCodecs$1 +instanceKlass umpaz/brewinandchewin/common/utility/BnCStreamCodecs +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount ()V 14 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd4f58 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd4d20 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd4ae8 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd48b0 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd4678 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bd4440 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients ()V 53 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$$Lambda+0x000001d684bd4208 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients ()V 48 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$$Lambda+0x000001d684bd3fd0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients ()V 20 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$$Lambda+0x000001d684bd3d98 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients ()V 15 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$$Lambda+0x000001d684bd3b60 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient ()V 29 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient$$Lambda+0x000001d684bd3928 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient ()V 24 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient$$Lambda+0x000001d684bd36f0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient ()V 8 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient$$Lambda+0x000001d684bd34b8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient ()V 3 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient$$Lambda+0x000001d684bd3280 +instanceKlass umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$NeoForgeIngredient +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag ()V 30 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd2e20 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag ()V 25 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd2be8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag ()V 17 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd29b0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd2788 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd2550 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd2318 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag ()V 0 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag$$Lambda+0x000001d684bd20e0 +instanceKlass umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Tag +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact ()V 19 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bd1c68 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact ()V 14 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bd1a30 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs ()V 16 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs$$Lambda+0x000001d684bd1808 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs ()V 11 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs$$Lambda+0x000001d684bd15d0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs ()V 3 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs$$Lambda+0x000001d684bd1398 +instanceKlass umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeStreamCodecs +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0f50 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0d18 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0ae0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd08a8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0670 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0438 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs ()V 0 argL0 ; # umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs$$Lambda+0x000001d684bd0200 +instanceKlass umpaz/brewinandchewin/neoforge/utility/BnCNeoForgeCodecs +instanceKlass umpaz/brewinandchewin/common/utility/AbstractedFluidStack +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bcfaa0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bcf868 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bcf630 +instanceKlass @bci umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact ()V 0 argL0 ; # umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact$$Lambda+0x000001d684bcf3f8 +instanceKlass umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients$Exact +instanceKlass umpaz/brewinandchewin/neoforge/utility/KegCompatibleFluidIngredients +instanceKlass umpaz/brewinandchewin/common/utility/AbstractedFluidIngredient +instanceKlass @bci umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount ()V 0 argL0 ; # umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount$$Lambda+0x000001d684bceb90 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bce750 +instanceKlass @bci umpaz/brewinandchewin/client/recipebook/FermentingBookCategory ()V 69 argL0 ; # umpaz/brewinandchewin/client/recipebook/FermentingBookCategory$$Lambda+0x000001d684bce538 +instanceKlass @bci umpaz/brewinandchewin/client/recipebook/FermentingBookCategory ()V 49 argL0 ; # umpaz/brewinandchewin/client/recipebook/FermentingBookCategory$$Lambda+0x000001d684bce320 +instanceKlass @bci umpaz/brewinandchewin/client/recipebook/FermentingBookCategory ()V 38 argL0 ; # umpaz/brewinandchewin/client/recipebook/FermentingBookCategory$$Lambda+0x000001d684bce108 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bcda60 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bcd828 +instanceKlass @bci umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer ()V 0 argL0 ; # umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer$$Lambda+0x000001d684bcd5f0 +instanceKlass umpaz/brewinandchewin/common/crafting/KegFermentingRecipe +instanceKlass umpaz/brewinandchewin/common/crafting/KegFermentingRecipe$Serializer +instanceKlass @bci fuzs/puzzleslib/impl/item/CopyComponentsRecipe lambda$registerSerializers$1 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 11 argL0 ; # fuzs/puzzleslib/impl/item/CopyComponentsRecipe$$Lambda+0x000001d684bcce60 +instanceKlass @bci fuzs/puzzleslib/impl/item/CopyComponentsRecipe lambda$registerSerializers$0 ()Lnet/minecraft/world/item/crafting/RecipeSerializer; 11 argL0 ; # fuzs/puzzleslib/impl/item/CopyComponentsRecipe$$Lambda+0x000001d684bcc898 +instanceKlass fuzs/puzzleslib/impl/item/CopyComponentsRecipe$Factory +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer ()V 16 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcbe80 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer ()V 11 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcbc68 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcba20 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcb7e8 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcb5b0 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcb378 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcb140 +instanceKlass @bci mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer ()V 0 argL0 ; # mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer$$Lambda+0x000001d684bcaf08 +instanceKlass mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 70 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bca948 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 65 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bca710 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 49 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bca4d8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 33 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bca2a0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 25 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bca068 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 14 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc9e30 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 136 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc9bd8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 124 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc99a0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc9768 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc9530 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc92f8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc90c0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc8e88 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc8c50 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc8a18 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc87e0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer ()V 0 argL0 ; # alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer$$Lambda+0x000001d684bc85a8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer ()V 16 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc8000 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer ()V 11 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc7c48 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc7a10 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc77d8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc75a0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc7368 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer ()V 0 argL0 ; # alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer$$Lambda+0x000001d684bc7130 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer ()V 16 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc6ba8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer ()V 11 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc6990 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc6738 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc6500 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc62c8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc6090 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc5e58 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc5c20 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc59e8 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc57b0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc5578 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc5340 +instanceKlass @bci alabaster/hearthandharvest/client/recipebook/CaskRecipeBookTab ()V 59 argL0 ; # alabaster/hearthandharvest/client/recipebook/CaskRecipeBookTab$$Lambda+0x000001d684bc5108 +instanceKlass @bci alabaster/hearthandharvest/client/recipebook/CaskRecipeBookTab ()V 54 argL0 ; # alabaster/hearthandharvest/client/recipebook/CaskRecipeBookTab$$Lambda+0x000001d684bc4ed0 +instanceKlass @bci alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer ()V 0 argL0 ; # alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer$$Lambda+0x000001d684bc4a58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc4820 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc45e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc43b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc4178 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc3f40 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc3d08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc3ad0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc3898 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer$$Lambda+0x000001d684bc3660 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc30d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc2e98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc2c60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc2a28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc27f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc25b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc2380 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc2148 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer$$Lambda+0x000001d684bc1f10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc1988 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc1750 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc1518 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bbfdd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc12e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc10a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer$$Lambda+0x000001d684bc0e70 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bc08e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bc06a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bc0470 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bc0238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bc0000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bbfba0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bbf968 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bbf730 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer$$Lambda+0x000001d684bbf4f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbef68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbed30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbeaf8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbe8c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbe688 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbe450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbe218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbdfe0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer$$Lambda+0x000001d684bbdda8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbd818 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbd5e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbd3a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbd170 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbcf38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbcd00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbcac8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbc890 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer$$Lambda+0x000001d684bbc658 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbc0c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbbe90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbbc58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbba20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbb7e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbb5b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbb378 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbb140 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer$$Lambda+0x000001d684bbaf08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 62 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bba948 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 57 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bba710 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 49 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bba4d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bba2a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bba068 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb9e30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb9bf8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb9990 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 120 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb9758 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb9520 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb92e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb90b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb8e78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb8c40 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer$$Lambda+0x000001d684bb8a08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb8470 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb8238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb8000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684ba4400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb7be0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb79a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb7770 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb7538 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer$$Lambda+0x000001d684bb7300 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 49 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb6d58 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 44 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb6b20 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 36 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb68e8 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 28 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb66b0 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 20 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb6478 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb6230 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb5ff8 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb5dc0 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb5b88 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer lambda$new$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb5950 +instanceKlass @bci net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer ()V 5 argL0 ; # net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer$$Lambda+0x000001d684bb5718 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModRecipeTypes$1 +instanceKlass com/github/L_Ender/cataclysm/init/ModRecipeTypes$1 +instanceKlass com/baisylia/cookscollection/recipe/ModRecipes$1 +instanceKlass vectorwing/farmersdelight/common/registry/ModRecipeTypes$1 +instanceKlass @bci org/betterx/bclib/recipes/BCLRecipeManager lambda$register$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/bclib/recipes/BCLRecipeManager$$Lambda+0x000001d684bb4cc8 +instanceKlass @bci org/betterx/bclib/recipes/BCLRecipeManager register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 45 argL0 ; # org/betterx/bclib/recipes/BCLRecipeManager$$Lambda+0x000001d684bb4aa0 +instanceKlass net/minecraft/world/item/crafting/RecipeType$2 +instanceKlass umpaz/brewinandchewin/common/registry/BnCRecipeTypes$1 +instanceKlass alabaster/hearthandharvest/common/registry/HHModRecipeTypes$1 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$1 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer ()V 16 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb4068 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer ()V 11 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb3e50 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb3c18 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb39e0 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb37a8 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb3570 +instanceKlass @bci net/runes/crafting/RuneCraftingRecipe$Serializer ()V 0 argL0 ; # net/runes/crafting/RuneCraftingRecipe$Serializer$$Lambda+0x000001d684bb3338 +instanceKlass net/runes/crafting/RuneCraftingRecipe +instanceKlass net/runes/crafting/RuneCraftingRecipe$Serializer +instanceKlass net/runes/crafting/RuneCrafting$1 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$13 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684bb29e8 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$12 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba4c30 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$11 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba4a18 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$10 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba4800 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$9 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684bae918 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$8 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684bad8e0 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$7 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684bac890 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$6 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684bab880 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$5 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba3d40 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$4 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba3b28 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$3 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba3910 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$2 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba7c70 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$1 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba36f8 +instanceKlass @bci com/tterrag/registrate/builders/MenuBuilder lambda$createEntry$3 (Lnet/minecraft/world/inventory/MenuType;)V 21 member ; # com/tterrag/registrate/builders/MenuBuilder$$Lambda+0x000001d684ba34c8 +instanceKlass @bci com/simibubi/create/AllMenuTypes lambda$static$0 ()Lcom/tterrag/registrate/builders/MenuBuilder$ScreenFactory; 0 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684ba32b0 +instanceKlass @bci com/tterrag/registrate/builders/MenuBuilder lambda$createEntry$4 (Lnet/minecraft/world/inventory/MenuType;)Ljava/lang/Runnable; 2 member ; # com/tterrag/registrate/builders/MenuBuilder$$Lambda+0x000001d684ba14a8 +instanceKlass @bci com/tterrag/registrate/builders/MenuBuilder createEntry ()Lnet/minecraft/world/inventory/MenuType; 26 member ; # com/tterrag/registrate/builders/MenuBuilder$$Lambda+0x000001d684ba1288 +instanceKlass @bci com/tterrag/registrate/builders/MenuBuilder createEntry ()Lnet/minecraft/world/inventory/MenuType; 12 member ; # com/tterrag/registrate/builders/MenuBuilder$$Lambda+0x000001d684ba1040 +instanceKlass @bci com/teamabnormals/gallery/core/registry/GalleryMenuTypes lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 4 argL0 ; # com/teamabnormals/gallery/core/registry/GalleryMenuTypes$$Lambda+0x000001d684ba0e28 +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadMenuTypes lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 4 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadMenuTypes$$Lambda+0x000001d684ba0c10 +instanceKlass @bci net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus lambda$registerMenu$1 (Lnet/blay09/mods/balm/api/menu/BalmMenuFactory;)Lnet/minecraft/world/inventory/MenuType; 5 member ; # net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus$$Lambda+0x000001d684ba0608 +instanceKlass @cpi net/minecraft/client/resources/model/AtlasSet 141 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684ba4000 +instanceKlass @bci dev/latvian/mods/kubejs/gui/KubeJSMenu ()V 0 argL0 ; # dev/latvian/mods/kubejs/gui/KubeJSMenu$$Lambda+0x000001d684ba03c8 +instanceKlass @bci com/li64/tide/client/gui/TideMenuTypes ()V 15 argL0 ; # com/li64/tide/client/gui/TideMenuTypes$$Lambda+0x000001d684b98800 +instanceKlass com/li64/tide/client/gui/TideMenuTypes +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper createMenuType (Ljava/util/function/BiFunction;)Lnet/minecraft/world/inventory/MenuType; 10 member ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d684b99b18 +instanceKlass @bci dev/architectury/registry/menu/forge/MenuRegistryImpl ofExtended (Ldev/architectury/registry/menu/MenuRegistry$ExtendedMenuTypeFactory;)Lnet/minecraft/world/inventory/MenuType; 6 member ; # dev/architectury/registry/menu/forge/MenuRegistryImpl$$Lambda+0x000001d684b998d0 +instanceKlass @cpi dev/architectury/registry/menu/forge/MenuRegistryImpl 110 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b98400 +instanceKlass dev/architectury/registry/menu/forge/MenuRegistryImpl +instanceKlass dev/architectury/registry/menu/MenuRegistry +instanceKlass @bci net/emilsg/clutterbestiary/menu/ModMenuTypes lambda$static$1 ()Lnet/minecraft/world/inventory/MenuType; 0 argL0 ; # net/emilsg/clutterbestiary/menu/ModMenuTypes$$Lambda+0x000001d684b9bd70 +instanceKlass dev/architectury/registry/menu/MenuRegistry$ExtendedMenuTypeFactory +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry lambda$static$1 ()Lnet/minecraft/world/inventory/MenuType; 0 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d684b9b938 +instanceKlass top/theillusivec4/curios/api/type/ICuriosMenu +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModMenu lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 4 argL0 ; # com/github/L_Ender/cataclysm/init/ModMenu$$Lambda+0x000001d684b9fde8 +instanceKlass @bci com/baisylia/cookscollection/block/entity/screen/ModMenus lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 0 argL0 ; # com/baisylia/cookscollection/block/entity/screen/ModMenus$$Lambda+0x000001d684b9a3d8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModMenuTypes lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModMenuTypes$$Lambda+0x000001d684b9fba8 +instanceKlass @bci net/orcinus/galosphere/init/GMenuTypes lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 4 argL0 ; # net/orcinus/galosphere/init/GMenuTypes$$Lambda+0x000001d684b9ee08 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAMenuTypes lambda$static$0 ()Lnet/minecraft/world/inventory/MenuType; 4 argL0 ; # io/github/razordevs/deep_aether/init/DAMenuTypes$$Lambda+0x000001d684b9da90 +instanceKlass @bci org/betterx/betterend/registry/EndMenuTypes registerSimple (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/BiFunction;)Lnet/minecraft/world/inventory/MenuType; 10 member ; # org/betterx/betterend/registry/EndMenuTypes$$Lambda+0x000001d684b9d870 +instanceKlass @bci org/betterx/betterend/registry/EndMenuTypes lambda$onRegister$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 8 argL0 ; # org/betterx/betterend/registry/EndMenuTypes$$Lambda+0x000001d684b9d648 +instanceKlass @bci org/betterx/betterend/registry/EndMenuTypes onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndMenuTypes$$Lambda+0x000001d684b9cc98 +instanceKlass @bci umpaz/brewinandchewin/neoforge/platform/BnCPlatformHelperNeoForge createMenuType (Lumpaz/brewinandchewin/common/utility/BnCMenuConstructor;)Lnet/minecraft/world/inventory/MenuType; 0 argL0 ; # umpaz/brewinandchewin/neoforge/platform/BnCPlatformHelperNeoForge$$Lambda+0x000001d684b9ca58 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCMenuTypes ()V 3 argL0 ; # umpaz/brewinandchewin/common/registry/BnCMenuTypes$$Lambda+0x000001d684b9c840 +instanceKlass umpaz/brewinandchewin/common/utility/BnCMenuConstructor +instanceKlass @bci fuzs/bagofholding/world/inventory/BagItemMenu createGoldenBagMenu ()Lnet/minecraft/world/inventory/MenuType$MenuSupplier; 0 argL0 ; # fuzs/bagofholding/world/inventory/BagItemMenu$$Lambda+0x000001d684b9c430 +instanceKlass @bci fuzs/bagofholding/world/inventory/BagItemMenu createIronBagMenu ()Lnet/minecraft/world/inventory/MenuType$MenuSupplier; 0 argL0 ; # fuzs/bagofholding/world/inventory/BagItemMenu$$Lambda+0x000001d684b9c218 +instanceKlass @bci fuzs/bagofholding/world/inventory/BagItemMenu createLeatherBagMenu ()Lnet/minecraft/world/inventory/MenuType$MenuSupplier; 0 argL0 ; # fuzs/bagofholding/world/inventory/BagItemMenu$$Lambda+0x000001d684b9c000 +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuTypes registerMenuType ()V 15 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuTypes$$Lambda+0x000001d684b974c8 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesInternalsImpl registerMenuType (Lnet/minecraft/resources/ResourceLocation;Lio/wispforest/endec/Endec;Lorg/apache/commons/lang3/function/TriFunction;)Lnet/minecraft/world/inventory/MenuType; 6 member ; # io/wispforest/accessories/neoforge/AccessoriesInternalsImpl$$Lambda+0x000001d684b960e8 +instanceKlass @cpi io/wispforest/accessories/neoforge/AccessoriesInternalsImpl 193 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b98000 +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuData ()V 35 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuData$$Lambda+0x000001d684b95ec0 +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuData ()V 25 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuData$$Lambda+0x000001d684b95c88 +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuData ()V 10 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuData$$Lambda+0x000001d684b95a50 +instanceKlass @bci io/wispforest/accessories/menu/AccessoriesMenuTypes registerMenuType ()V 2 argL0 ; # io/wispforest/accessories/menu/AccessoriesMenuTypes$$Lambda+0x000001d684b95828 +instanceKlass io/wispforest/accessories/menu/SlotTypeAccessible +instanceKlass io/wispforest/accessories/menu/AccessoriesMenuTypes +instanceKlass de/maxhenkel/corpse/gui/ITransferrable +instanceKlass de/maxhenkel/corpse/gui/CorpseContainerFactory +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$registerMenuType$5 (Lnet/mehvahdjukaar/moonlight/api/misc/TriFunction;)Lnet/minecraft/world/inventory/MenuType; 6 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d684b91990 +instanceKlass @bci net/runes/crafting/RuneCraftingScreenHandler ()V 4 argL0 ; # net/runes/crafting/RuneCraftingScreenHandler$$Lambda+0x000001d684b91778 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates lambda$static$5 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d684b91560 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates lambda$static$3 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d684b91348 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates lambda$static$1 ()Lnet/minecraft/world/level/levelgen/structure/templatesystem/RuleTestType; 0 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d684b91130 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/ItemOnlyEntrySet registerTiles (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 110 argL0 ; # net/mehvahdjukaar/every_compat/api/ItemOnlyEntrySet$$Lambda+0x000001d684b90f18 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleEntrySet$NewTileHolder createInstance ([Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 27 member ; # net/mehvahdjukaar/every_compat/api/SimpleEntrySet$NewTileHolder$$Lambda+0x000001d684b90cf8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleEntrySet registerTiles (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 30 argL0 ; # net/mehvahdjukaar/every_compat/api/SimpleEntrySet$$Lambda+0x000001d684b90ae0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d684b908c8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d684b90438 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d684b90220 +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl createBlockEntityType (Lcom/starfish_studios/another_furniture/registry/AFRegistry$BlockEntitySupplier;[Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 6 member ; # com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl$$Lambda+0x000001d684b90000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d684b8fd98 +instanceKlass com/starfish_studios/another_furniture/registry/AFRegistry$BlockEntitySupplier +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerBlockEntityType$28 (Ljava/util/function/BiFunction;[Ljava/util/function/Supplier;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 25 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d684b8f988 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerBlockEntityType$28 (Ljava/util/function/BiFunction;[Ljava/util/function/Supplier;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 15 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d684b8f750 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerBlockEntityType$28 (Ljava/util/function/BiFunction;[Ljava/util/function/Supplier;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 6 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d684b8f530 +instanceKlass @bci com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper collectBlocks (Ljava/lang/Class;)[Lnet/minecraft/world/level/block/Block; 24 argL0 ; # com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper$$Lambda+0x000001d684b8f318 +instanceKlass @bci com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper collectBlocks (Ljava/lang/Class;)[Lnet/minecraft/world/level/block/Block; 14 member ; # com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper$$Lambda+0x000001d684b8f0c8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d684b8eeb0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d684b8ec98 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d684b8ea80 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d684b8e868 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d684b8e650 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$11 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 29 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8e438 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$11 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 19 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8e200 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$11 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 3 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8dfd8 +instanceKlass @bci com/illusivesoulworks/comforts/platform/NeoForgeRegistryUtil createBlockEntityType (Ljava/util/function/BiFunction;[Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 6 member ; # com/illusivesoulworks/comforts/platform/NeoForgeRegistryUtil$$Lambda+0x000001d684b8ddb8 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$9 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 29 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8dba0 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$9 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 19 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8d968 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$9 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 3 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d684b8d740 +instanceKlass @bci net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities lambda$registerBlockEntity$0 (Ljava/util/function/Supplier;Lnet/blay09/mods/balm/api/block/entity/BalmBlockEntityFactory;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 16 member ; # net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities$$Lambda+0x000001d684b8d520 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 36 argL0 ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d684b8d308 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 26 argL0 ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d684b8d0d0 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 12 member ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d684b8ceb0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 30 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d684b8cc80 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 19 argL0 ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d684b8ca48 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder createEntry ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 9 argL0 ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d684b8c810 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/StructureCauldronHack lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/StructureCauldronHack$$Lambda+0x000001d684b8c5f8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$27 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8c3e0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$22 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8c1c8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$20 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8bfb0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$18 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8bd98 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$15 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8bb80 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$12 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 28 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8b968 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$12 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 18 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8b730 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$12 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8b518 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$8 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8b300 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$6 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8b0e8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d684b8a850 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleModule registerTiles (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 6 member ; # net/mehvahdjukaar/every_compat/api/SimpleModule$$Lambda+0x000001d684b8a620 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule lambda$new$6 (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 2 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d684b8a400 +instanceKlass @bci com/li64/tide/registries/TideBlockEntities ()V 102 argL0 ; # com/li64/tide/registries/TideBlockEntities$$Lambda+0x000001d684b87d18 +instanceKlass @bci com/li64/tide/registries/TideBlockEntities ()V 72 argL0 ; # com/li64/tide/registries/TideBlockEntities$$Lambda+0x000001d684b87b00 +instanceKlass @bci com/li64/tide/registries/TideBlockEntities ()V 42 argL0 ; # com/li64/tide/registries/TideBlockEntities$$Lambda+0x000001d684b878e8 +instanceKlass @bci com/li64/tide/registries/TideBlockEntities ()V 12 argL0 ; # com/li64/tide/registries/TideBlockEntities$$Lambda+0x000001d684b876d0 +instanceKlass com/li64/tide/registries/TideBlockEntities +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes lambda$register$1 (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Collection;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 17 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d684b85e40 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes lambda$register$1 (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Collection;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 7 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d684b85c08 +instanceKlass @bci net/emilsg/clutterbestiary/block/entity/ModBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/emilsg/clutterbestiary/block/entity/ModBlockEntityTypes$$Lambda+0x000001d684b859f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d684b857d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d684b855c0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d684b853a8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d684b85190 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d684b84f78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$13 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b84d60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$12 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b84b48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$11 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b84930 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$10 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b84718 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$9 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b84500 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$8 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b842e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$7 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b840d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$6 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b83eb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$5 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b83ca0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b83a88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b83338 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b83120 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b82f08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d684b82cf0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes$$Lambda+0x000001d684b82ad8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes$$Lambda+0x000001d684b828c0 +instanceKlass @bci com/baisylia/cookscollection/block/entity/ModBlockEntities lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/baisylia/cookscollection/block/entity/ModBlockEntities$$Lambda+0x000001d684b81608 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d684b80750 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d684b80538 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d684b7fda8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$7 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7eff0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$6 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7e1c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$5 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7d3f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7d1d8 +instanceKlass plus/dragons/createcentralkitchen/access/farmersdelight/SkilletBlockEntityAccess +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7bc98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7ba80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7b868 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d684b7b650 +instanceKlass plus/dragons/createcentralkitchen/access/farmersdelight/StoveBlockEntityAccess +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$125 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684b7a148 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 98 member ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b79f18 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 77 member ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b79ce8 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 56 member ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b79ab8 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 34 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b798a0 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 19 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b79688 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b78000 +instanceKlass org/betterx/bclib/blockentities/DynamicBlockEntityType$BlockEntitySupplier +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d684b76750 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$6 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b76538 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$5 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b76320 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b76108 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b75ef0 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b75cd8 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b75ac0 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d684b758a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d684b75690 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d684b74f30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d684b74d18 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$10 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b74b00 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$9 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b748e8 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$8 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b746d0 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$7 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b744b8 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$6 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b742a0 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$5 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b74088 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b73e70 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b73c58 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$2 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b73a40 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b73828 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d684b73610 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 161 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b733f8 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 119 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b731e0 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 77 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b72fc8 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities getPedestals ()[Lnet/minecraft/world/level/block/Block; 18 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b72db0 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities getPedestals ()[Lnet/minecraft/world/level/block/Block; 8 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b72b68 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 42 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b72950 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 0 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b72738 +instanceKlass @bci org/betterx/betterend/registry/EndBlockEntities register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndBlockEntities$$Lambda+0x000001d684b71fb0 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlockEntityTypes ()V 28 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlockEntityTypes$$Lambda+0x000001d684b71d98 +instanceKlass @bci umpaz/brewinandchewin/neoforge/platform/BnCPlatformHelperNeoForge supplyBlockEntity ()Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier; 0 argL0 ; # umpaz/brewinandchewin/neoforge/platform/BnCPlatformHelperNeoForge$$Lambda+0x000001d684b71b80 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/entity/BlockEntityHandler lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/block/entity/BlockEntityHandler$$Lambda+0x000001d684b71410 +instanceKlass @bci com/tom/storagemod/platform/GameObject$GameRegistryBE lambda$registerBE$1 (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;[Lcom/tom/storagemod/platform/GameObject;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 15 argL0 ; # com/tom/storagemod/platform/GameObject$GameRegistryBE$$Lambda+0x000001d684b711f8 +instanceKlass @bci com/tom/storagemod/platform/GameObject$GameRegistryBE lambda$registerBE$1 (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;[Lcom/tom/storagemod/platform/GameObject;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 5 argL0 ; # com/tom/storagemod/platform/GameObject$GameRegistryBE$$Lambda+0x000001d684b70fc0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities lambda$static$4 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684b70da8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 210 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684b70b90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities lambda$static$3 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 204 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684b70978 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities lambda$static$1 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684b70760 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d684b70548 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/QuarkCompat lambda$static$0 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/integration/QuarkCompat$$Lambda+0x000001d684b70000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$230 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6fd00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$226 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6fae8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$222 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6f8d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$211 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6f6b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$207 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6f4a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$205 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6f288 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$196 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6f070 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$194 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6ee58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$183 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6ec40 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$180 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6ea28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$177 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 8 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6e810 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$177 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6e5f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$161 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6e120 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$158 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6df08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$156 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6dcf0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$138 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6dad8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$129 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6d8c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$127 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6d6a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$123 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6d490 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$120 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6d278 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$116 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6d060 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$112 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6ce48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$110 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6cc30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$108 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6ca18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$95 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6c800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$93 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6c5e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$91 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6c3d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$89 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6c1b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$86 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6bfa0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$81 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6bd88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$78 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6bb70 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$59 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6b958 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$53 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6b740 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$50 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6b528 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$47 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6b310 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$44 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6b0f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$41 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6aee0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$36 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6acc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$34 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6aab0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$31 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6a898 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$31 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6a660 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$31 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6a448 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$29 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b6a230 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$29 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69ff8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$29 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69de0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$27 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69bc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$27 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69990 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSpliterators$SpliteratorFromIterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSpliterators$EmptySpliterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSpliterators +instanceKlass it/unimi/dsi/fastutil/Size64 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$27 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69778 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$25 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69560 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl newBlockEntityType (Lnet/mehvahdjukaar/moonlight/api/platform/PlatHelper$BlockEntitySupplier;[Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 6 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d684b69340 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$18 ()Lnet/minecraft/world/level/block/entity/BlockEntityType; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684b69128 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/PlatHelper$BlockEntitySupplier +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 68 argL0 ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68aa0 +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 43 argL0 ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68888 +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry getFurnaces ()[Lnet/minecraft/world/level/block/Block; 12 member ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68658 +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 25 argL0 ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68440 +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry lambda$register$0 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 0 argL0 ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68228 +instanceKlass @bci org/betterx/betternether/registry/BlockEntitiesRegistry register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/betternether/registry/BlockEntitiesRegistry$$Lambda+0x000001d684b68000 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 83 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b60c70 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 78 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b60a38 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b60800 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b61d50 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 64 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b61b18 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 51 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b618e0 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 46 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b616a8 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b61470 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b61238 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 32 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b61000 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 19 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b63d38 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 14 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b63b00 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b638c8 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b63690 +instanceKlass @bci com/simibubi/create/content/fluids/particle/FluidParticleData ()V 0 argL0 ; # com/simibubi/create/content/fluids/particle/FluidParticleData$$Lambda+0x000001d684b63458 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 59 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b631f0 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 54 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62fb8 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 46 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62d80 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 38 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62b48 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 30 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62910 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 22 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b626d8 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 14 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b624a0 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62238 +instanceKlass @cpi com/simibubi/create/content/trains/CubeParticleData 233 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b60400 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b62000 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b67bf8 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b679c0 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b67788 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b67550 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b67318 +instanceKlass @bci com/simibubi/create/content/trains/CubeParticleData ()V 0 argL0 ; # com/simibubi/create/content/trains/CubeParticleData$$Lambda+0x000001d684b670e0 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData ()V 19 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684b66ea8 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData ()V 14 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684b66c70 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684b66a38 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684b66800 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData ()V 0 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData$$Lambda+0x000001d684b665c8 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData ()V 27 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b663a0 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData ()V 22 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b66168 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData ()V 14 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b65f30 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b65d08 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b65ad0 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b65898 +instanceKlass @bci com/simibubi/create/foundation/particle/AirParticleData ()V 0 argL0 ; # com/simibubi/create/foundation/particle/AirParticleData$$Lambda+0x000001d684b65660 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData ()V 35 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b65428 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData ()V 30 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b651f0 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData ()V 22 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b64fb8 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData ()V 14 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b64d80 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b64b48 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b64910 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b646d8 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b644a0 +instanceKlass @bci com/simibubi/create/content/kinetics/fan/AirFlowParticleData ()V 0 argL0 ; # com/simibubi/create/content/kinetics/fan/AirFlowParticleData$$Lambda+0x000001d684b64268 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 59 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b64000 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 54 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5fbd8 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 46 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5f9a0 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 38 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5f768 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 30 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5f530 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 22 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5f2f8 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 14 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5f0c0 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5ee58 +instanceKlass @cpi com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData 249 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b60000 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5ec20 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5e9e8 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5e7b0 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5e578 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5e340 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5e108 +instanceKlass @bci com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData ()V 0 argL0 ; # com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData$$Lambda+0x000001d684b5ded0 +instanceKlass com/li64/tide/registries/TideParticleTypes +instanceKlass @bci org/betterx/betterend/particle/InfusionParticleType ()V 47 argL0 ; # org/betterx/betterend/particle/InfusionParticleType$$Lambda+0x000001d684b5da98 +instanceKlass @bci org/betterx/betterend/particle/InfusionParticleType ()V 42 argL0 ; # org/betterx/betterend/particle/InfusionParticleType$$Lambda+0x000001d684b5d860 +instanceKlass @bci org/betterx/betterend/particle/InfusionParticleType ()V 19 argL0 ; # org/betterx/betterend/particle/InfusionParticleType$$Lambda+0x000001d684b5d628 +instanceKlass @bci org/betterx/betterend/particle/InfusionParticleType ()V 14 argL0 ; # org/betterx/betterend/particle/InfusionParticleType$$Lambda+0x000001d684b5d3f0 +instanceKlass @bci org/betterx/betterend/particle/InfusionParticleType ()V 6 argL0 ; # org/betterx/betterend/particle/InfusionParticleType$$Lambda+0x000001d684b5d1b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/PlatHelper newParticle (Lcom/mojang/serialization/MapCodec;Lnet/minecraft/network/codec/StreamCodec;Z)Lnet/minecraft/core/particles/ParticleType; 7 member ; # net/mehvahdjukaar/moonlight/api/platform/PlatHelper$$Lambda+0x000001d684b5cd30 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/PlatHelper newParticle (Lcom/mojang/serialization/MapCodec;Lnet/minecraft/network/codec/StreamCodec;Z)Lnet/minecraft/core/particles/ParticleType; 1 member ; # net/mehvahdjukaar/moonlight/api/platform/PlatHelper$$Lambda+0x000001d684b5caf0 +instanceKlass org/betterx/bclib/particles/BCLParticleType +instanceKlass net/critical_strike/client/particle/TemplateParticleEffect$Appearance +instanceKlass @bci net/critical_strike/client/particle/TemplateParticleType (Z)V 7 member ; # net/critical_strike/client/particle/TemplateParticleType$$Lambda+0x000001d684b5c060 +instanceKlass net/critical_strike/fx/CriticalStrikeParticles +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule lambda$register$9 ()Lorg/violetmoon/zeta/potion/ZetaPotion; 32 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d684b5afb8 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule lambda$register$7 ()Lorg/violetmoon/zeta/potion/ZetaPotion; 31 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d684b5ada0 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule lambda$register$5 ()Lorg/violetmoon/zeta/potion/ZetaPotion; 31 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d684b5ab88 +instanceKlass @bci org/betterx/betterend/effects/EndPotions onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/effects/EndPotions$$Lambda+0x000001d684b5a960 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule lambda$getBoatType$9 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 47 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b5a740 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule lambda$getBoatType$9 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 40 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b5a520 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule lambda$getBoatType$9 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 33 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b5a300 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule lambda$getBoatType$9 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 27 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b5a0e0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule lambda$getBoatType$9 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 21 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b59ec0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule getBoatType (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/teamabnormals/boatload/core/api/BoatloadBoatType; 7 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684b59c80 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule makeWindow (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/simibubi/create/content/decoration/palettes/WindowBlock; 34 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d684b59a68 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule makeWindow (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/simibubi/create/content/decoration/palettes/WindowBlock; 26 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d684b59850 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule makeWindow (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/simibubi/create/content/decoration/palettes/WindowBlock; 18 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d684b59638 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule makeWindow (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lcom/simibubi/create/content/decoration/palettes/WindowBlock; 10 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d684b59420 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isLeavesBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;Ljava/lang/String;)Ljava/lang/Boolean; 142 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b591d0 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isLeavesBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;Ljava/lang/String;)Ljava/lang/Boolean; 102 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b58f80 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isLeavesBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType;Ljava/lang/String;)Ljava/lang/Boolean; 61 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b58d30 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule lambda$new$22 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lnet/minecraft/world/level/block/Block; 73 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684b58b10 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule lambda$new$18 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lnet/minecraft/world/level/block/Block; 5 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684b588f0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule lambda$new$2 (Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;)Lnet/minecraft/world/level/block/Block; 5 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684b586d0 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$1 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType detectVanillaWood ()Lnet/minecraft/world/level/block/state/properties/WoodType; 87 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$$Lambda+0x000001d684b58480 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule registerBlocks (Ljava/lang/Class;Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;Ljava/util/Collection;)V 8 member ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684b58250 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isWoodBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Ljava/lang/String;)Ljava/lang/Boolean; 142 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b58000 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isWoodBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Ljava/lang/String;)Ljava/lang/Boolean; 102 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b57d10 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/HardcodedBlockType isWoodBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Ljava/lang/String;)Ljava/lang/Boolean; 61 member ; # net/mehvahdjukaar/every_compat/misc/HardcodedBlockType$$Lambda+0x000001d684b57ac0 +instanceKlass net/mehvahdjukaar/every_compat/misc/HardcodedBlockType +instanceKlass @bci net/mehvahdjukaar/every_compat/configs/ModEntriesConfigs initEarlyButNotSuperEarly ()V 309 argL0 ; # net/mehvahdjukaar/every_compat/configs/ModEntriesConfigs$$Lambda+0x000001d684b57688 +instanceKlass @bci net/mehvahdjukaar/every_compat/configs/ModEntriesConfigs initEarlyButNotSuperEarly ()V 147 argL0 ; # net/mehvahdjukaar/every_compat/configs/ModEntriesConfigs$$Lambda+0x000001d684b57450 +instanceKlass net/mehvahdjukaar/every_compat/configs/ModEntriesConfigs +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 383 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b57038 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 373 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b56e00 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 351 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b56be8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 341 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b569b0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 319 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b56798 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock ()V 309 argL0 ; # net/mehvahdjukaar/amendments/common/block/DoubleCakeBlock$$Lambda+0x000001d684b56560 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl registerLateBlockAndItems (Lnet/neoforged/neoforge/registries/RegisterEvent;Ljava/util/Map;)V 127 argL0 ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d684b553d8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleEntrySet registerItems (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 7 member ; # net/mehvahdjukaar/every_compat/api/SimpleEntrySet$$Lambda+0x000001d684b551a8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleModule registerItems (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 6 member ; # net/mehvahdjukaar/every_compat/api/SimpleModule$$Lambda+0x000001d684b54f78 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule lambda$new$3 (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 3 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d684b54d48 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule lambda$new$4 (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 2 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d684b54b28 +instanceKlass dev/imb11/sounds/api/event/SoundDefinitionReplacementEvent +instanceKlass dev/imb11/sounds/dynamic/TagPairHelper +instanceKlass @bci net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType isMudBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/stone_zone/api/set/mud/MudType;Ljava/lang/String;)Ljava/lang/Boolean; 89 member ; # net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType$$Lambda+0x000001d684b53ea0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType isMudBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/stone_zone/api/set/mud/MudType;Ljava/lang/String;)Ljava/lang/Boolean; 49 member ; # net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType$$Lambda+0x000001d684b53c50 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule lambda$new$6 (Lnet/mehvahdjukaar/stone_zone/api/set/stone/StoneType;)Lnet/minecraft/world/level/block/Block; 5 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d684b53a30 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleEntrySet registerBlocks (Lnet/mehvahdjukaar/every_compat/api/SimpleModule;Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;Ljava/util/Collection;)V 318 argL0 ; # net/mehvahdjukaar/every_compat/api/SimpleEntrySet$$Lambda+0x000001d684b53818 +instanceKlass net/mehvahdjukaar/every_compat/misc/UtilityMisc +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule lambda$new$2 (Lnet/mehvahdjukaar/stone_zone/api/set/stone/StoneType;)Lnet/minecraft/world/level/block/Block; 5 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d684b533f8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType isStoneBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/stone_zone/api/set/stone/StoneType;Ljava/lang/String;)Ljava/lang/Boolean; 89 member ; # net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType$$Lambda+0x000001d684b531a8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType isStoneBlockAlreadyRegistered (Ljava/lang/String;Ljava/lang/String;Lnet/mehvahdjukaar/stone_zone/api/set/stone/StoneType;Ljava/lang/String;)Ljava/lang/Boolean; 49 member ; # net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType$$Lambda+0x000001d684b52f58 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule lambda$new$1 (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 2 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d684b52d38 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl registerLateBlockAndItems (Lnet/neoforged/neoforge/registries/RegisterEvent;Ljava/util/Map;)V 44 argL0 ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d684b52b10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/CannonBoatItem ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/CannonBoatItem$$Lambda+0x000001d684b528c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/MapRegistry iterator ()Ljava/util/Iterator; 9 argL0 ; # net/mehvahdjukaar/moonlight/api/misc/MapRegistry$$Lambda+0x000001d684b52650 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl lambda$addEvent$3 (Ljava/util/function/Consumer;Lnet/minecraft/core/Registry;)V 2 member ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d684b52420 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl registerLateBlockAndItems (Lnet/neoforged/neoforge/registries/RegisterEvent;Ljava/util/Map;)V 72 argL0 ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d684b521f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry finalizeAndFreeze ()V 41 argL0 ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b51fd0 +instanceKlass @bci com/google/common/collect/HashBiMap$Inverse forEach (Ljava/util/function/BiConsumer;)V 10 member ; # com/google/common/collect/HashBiMap$Inverse$$Lambda+0x000001d6843f6870 +instanceKlass @bci com/google/common/collect/Maps$KeySet forEach (Ljava/util/function/Consumer;)V 10 member ; # com/google/common/collect/Maps$KeySet$$Lambda+0x000001d6843f6640 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry finalizeAndFreeze ()V 27 argL0 ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b51da8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/BlockSetInternal initializeBlockSets ()V 78 argL0 ; # net/mehvahdjukaar/moonlight/core/set/BlockSetInternal$$Lambda+0x000001d684b51b80 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceSets +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder get ()Ljava/util/Optional; 83 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d684b51950 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder lambda$log$5 (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/level/block/Block; 10 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d684b51730 +instanceKlass net/mehvahdjukaar/moonlight/api/util/DummyBlockGetter +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/set/mud/MudType$Finder get ()Ljava/util/Optional; 57 member ; # net/mehvahdjukaar/stone_zone/api/set/mud/MudType$Finder$$Lambda+0x000001d684b510f8 +instanceKlass net/mehvahdjukaar/stone_zone/api/set/mud/VanillaMudTypes +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry buildAll ()V 111 member ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b50cc8 +instanceKlass net/mehvahdjukaar/stone_zone/misc/HardcodedBlockType +instanceKlass net/mehvahdjukaar/moonlight/core/CompatHandler +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder get ()Ljava/util/Optional; 57 member ; # net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder$$Lambda+0x000001d684b50698 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry lambda$buildAll$0 (Ljava/util/Optional;)V 2 member ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b50468 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry buildAll ()V 47 member ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b50238 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry buildAll ()V 36 argL0 ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d684b50000 +instanceKlass net/mehvahdjukaar/stone_zone/api/set/stone/VanillaStoneTypes +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/BlockSetInternal initializeBlockSets ()V 67 argL0 ; # net/mehvahdjukaar/moonlight/core/set/BlockSetInternal$$Lambda+0x000001d684b4ca18 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/BlockSetInternal getRegistries ()Ljava/util/Collection; 17 argL0 ; # net/mehvahdjukaar/moonlight/core/set/BlockSetInternal$$Lambda+0x000001d684b4c800 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/BlockSetInternal initializeBlockSets ()V 44 argL0 ; # net/mehvahdjukaar/moonlight/core/set/BlockSetInternal$$Lambda+0x000001d684b4dcc8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/BlockSetInternal initializeBlockSets ()V 23 argL0 ; # net/mehvahdjukaar/moonlight/core/set/BlockSetInternal$$Lambda+0x000001d684b4daa0 +instanceKlass @bci com/simibubi/create/foundation/item/ItemDescription useKey (Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;)V 7 member ; # com/simibubi/create/foundation/item/ItemDescription$$Lambda+0x000001d684b4d880 +instanceKlass plus/dragons/createdragonsplus/client/texture/CDPGuiTextures +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPItems$Tooltips +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 395 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4d240 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 378 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4d000 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 361 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4fc90 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 344 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4fa50 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 327 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4f810 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 310 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4f5d0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 293 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4f390 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 276 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4f150 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 259 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4ef10 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 242 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4ecd0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 222 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4eab8 +instanceKlass net/minecraft/client/renderer/item/CompassItemPropertyFunction$CompassWobble +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 198 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4e690 +instanceKlass net/minecraft/client/renderer/item/CompassItemPropertyFunction$CompassTarget +instanceKlass net/minecraft/client/renderer/item/CompassItemPropertyFunction +instanceKlass net/minecraft/client/renderer/item/ItemProperties$1 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 158 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4bc98 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 141 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4ba58 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 124 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4b818 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties register (Lnet/minecraft/world/item/Item;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/client/renderer/item/ItemPropertyFunction;)V 4 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4b5e0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 107 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4b3a0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 90 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4b188 +instanceKlass net/minecraft/data/models/ItemModelGenerators +instanceKlass com/simibubi/create/foundation/mixin/accessor/ItemModelGeneratorsAccessor +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 76 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4a8e0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 67 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4a6a0 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 52 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4a460 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 32 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b4a220 +instanceKlass @bci net/minecraft/client/renderer/item/ItemProperties ()V 24 argL0 ; # net/minecraft/client/renderer/item/ItemProperties$$Lambda+0x000001d684b49fe0 +instanceKlass @cpi com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsClient 308 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b4c400 +instanceKlass net/minecraft/client/renderer/item/ItemProperties +instanceKlass net/fabric_extras/ranged_weapon/mixin/ModelPredicateProviderRegistryInvoker +instanceKlass com/github/theredbrain/bundleapi/mixin/client/ModelPredicateProviderRegistryInvoker +instanceKlass net/spell_engine/mixin/client/render/ModelPredicateProviderRegistryAccessor +instanceKlass com/github/eterdelta/crittersandcompanions/mixin/ItemPropertiesAccessor +instanceKlass net/fabric_extras/shield_api/mixin/client/ModelPredicateProviderRegistryInvoker +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardOverrides registerModelOverridesClient (Lcom/simibubi/create/content/equipment/clipboard/ClipboardBlockItem;)V 4 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardOverrides$$Lambda+0x000001d684b491f0 +instanceKlass @cpi net/fabric_extras/ranged_weapon/client/ModelPredicateHelper 38 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684b4c000 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardBlockItem lambda$registerModelOverrides$3 ()Ljava/lang/Runnable; 1 member ; # com/simibubi/create/content/equipment/clipboard/ClipboardBlockItem$$Lambda+0x000001d684b48da8 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardBlockItem registerModelOverrides ()V 4 member ; # com/simibubi/create/content/equipment/clipboard/ClipboardBlockItem$$Lambda+0x000001d684b48b88 +instanceKlass com/simibubi/create/content/logistics/filter/FilterItemStack +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonItem ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonItem$$Lambda+0x000001d684b48000 +instanceKlass @bci com/simibubi/create/foundation/item/ItemDescription referKey (Lnet/minecraft/world/level/ItemLike;Ljava/util/function/Supplier;)V 7 member ; # com/simibubi/create/foundation/item/ItemDescription$$Lambda+0x000001d684b47c58 +instanceKlass @bci com/simibubi/create/AllItems lambda$static$19 (Lnet/minecraft/world/item/Item$Properties;)Lcom/simibubi/create/content/equipment/armor/BacktankItem$BacktankBlockItem; 21 member ; # com/simibubi/create/AllItems$$Lambda+0x000001d684b47830 +instanceKlass @bci com/simibubi/create/AllItems lambda$static$17 (Lnet/minecraft/world/item/Item$Properties;)Lcom/simibubi/create/content/equipment/armor/BacktankItem$BacktankBlockItem; 21 member ; # com/simibubi/create/AllItems$$Lambda+0x000001d684b47610 +instanceKlass @bci com/simibubi/create/AllItems lambda$static$15 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684b473b0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$itemModel$20 (Lnet/minecraft/world/item/Item;Ljava/util/function/Supplier;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684b46da8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$itemModel$21 (Ljava/util/function/Supplier;Lnet/minecraft/world/item/Item;)V 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684b46b88 +instanceKlass @bci com/simibubi/create/content/equipment/tool/AllToolMaterials ()V 19 argL0 ; # com/simibubi/create/content/equipment/tool/AllToolMaterials$$Lambda+0x000001d684b46780 +instanceKlass @bci com/simibubi/create/AllItems lambda$static$6 (Lnet/minecraft/world/item/Item$Properties;)Lnet/minecraft/world/item/Item$Properties; 26 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684b462d0 +instanceKlass com/simibubi/create/foundation/block/DyedBlockList$1 +instanceKlass @bci com/simibubi/create/foundation/item/TooltipModifier andThen (Lcom/simibubi/create/foundation/item/TooltipModifier;)Lcom/simibubi/create/foundation/item/TooltipModifier; 11 member ; # com/simibubi/create/foundation/item/TooltipModifier$$Lambda+0x000001d684b45e40 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/neoforge/ModItemsImpl +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 594 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b45838 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 562 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b45620 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 530 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b45408 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 498 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b451f0 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 466 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44fd8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 435 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44dc0 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 404 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44ba8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 373 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44990 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 343 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44778 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 314 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44560 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 285 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44348 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 254 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b44130 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 223 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b43f18 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 192 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b43d00 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 161 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b43ae8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 132 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b438d0 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 103 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b436b8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 74 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b434a0 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 45 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b43288 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials ()V 17 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials$$Lambda+0x000001d684b43070 +instanceKlass @bci net/arsenal/item/ArsenalShields register (Ljava/util/Map;)V 7 argL0 ; # net/arsenal/item/ArsenalShields$$Lambda+0x000001d684b42bc0 +instanceKlass @bci net/arsenal/item/ArsenalShields ()V 144 argL0 ; # net/arsenal/item/ArsenalShields$$Lambda+0x000001d684b429a8 +instanceKlass @bci net/arsenal/item/ArsenalShields ()V 88 argL0 ; # net/arsenal/item/ArsenalShields$$Lambda+0x000001d684b42790 +instanceKlass @bci net/arsenal/item/ArsenalShields ()V 32 argL0 ; # net/arsenal/item/ArsenalShields$$Lambda+0x000001d684b42578 +instanceKlass net/arsenal/item/ArsenalShields +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 267 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b42160 +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 217 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b41f48 +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 167 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b41d30 +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 117 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b41b18 +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 67 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b41900 +instanceKlass @bci net/arsenal/item/ArsenalBows ()V 17 argL0 ; # net/arsenal/item/ArsenalBows$$Lambda+0x000001d684b416e8 +instanceKlass net/arsenal/item/ArsenalBows +instanceKlass @bci net/arsenal/item/Group ()V 47 argL0 ; # net/arsenal/item/Group$$Lambda+0x000001d684b412d0 +instanceKlass net/arsenal/item/Group +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 2162 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40ea8 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 2100 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40c90 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 2051 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40a78 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 2002 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40860 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1953 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40648 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1904 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40430 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1855 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40218 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1788 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b40000 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1739 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b38c00 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1690 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39c90 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1623 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39a78 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1574 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39860 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1525 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39648 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1458 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39430 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1391 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39218 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1342 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b39000 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1293 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3bd50 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1226 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3bb38 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1177 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3b920 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1128 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3b708 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1061 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3b4f0 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 1012 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3b2d8 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 963 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3b0c0 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 902 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3aea8 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 841 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3ac90 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 760 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3aa78 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 672 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3a860 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 590 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3a648 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 508 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3a430 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 426 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3a218 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 344 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3a000 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 262 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3fc80 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 180 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3fa68 +instanceKlass net/arsenal/spell/ArsenalSpellGroups +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 113 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3f650 +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 64 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b3f438 +instanceKlass @bci net/arsenal/spell/ArsenalSpells cooldown_heal ()Lnet/arsenal/spell/ArsenalSpells$Entry; 23 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3edf0 +instanceKlass @bci net/arsenal/spell/ArsenalSpells guardian_heal ()Lnet/arsenal/spell/ArsenalSpells$Entry; 27 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3ebd8 +instanceKlass net/spell_engine/api/spell/Spell$ProjectileData$HitBox +instanceKlass net/arsenal/spell/ArsenalProjectiles +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Cooldown$Modify +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Cooldown +instanceKlass @bci net/arsenal/spell/ArsenalSpells rampaging_spell ()Lnet/arsenal/spell/ArsenalSpells$Entry; 29 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3dfa0 +instanceKlass @bci net/arsenal/spell/ArsenalSpells rampaging_ranged ()Lnet/arsenal/spell/ArsenalSpells$Entry; 59 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3dd78 +instanceKlass @bci net/arsenal/spell/ArsenalSpells rampaging_ranged ()Lnet/arsenal/spell/ArsenalSpells$Entry; 29 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3db58 +instanceKlass @bci net/arsenal/spell/ArsenalSpells rampaging_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 26 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3d938 +instanceKlass net/spell_engine/api/spell/Spell$ArrowPerks +instanceKlass net/spell_engine/api/spell/Spell$Delivery$ShootArrow +instanceKlass @bci net/arsenal/spell/ArsenalSpells guarding_shield ()Lnet/arsenal/spell/ArsenalSpells$Entry; 23 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3d308 +instanceKlass @bci net/arsenal/spell/ArsenalSpells sundering_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 23 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3d0e8 +instanceKlass @bci net/arsenal/spell/ArsenalSpells guarding_strike_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 23 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3cec8 +instanceKlass net/spell_engine/api/spell/Spell$Trigger$MeleeCondition +instanceKlass net/spell_engine/api/datagen/SpellBuilder$TargetConditions +instanceKlass @bci net/arsenal/spell/ArsenalSpells slowing_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 56 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3c898 +instanceKlass @bci net/arsenal/spell/ArsenalSpells slowing_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 23 member ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3c678 +instanceKlass @bci net/arsenal/spell/ArsenalSpells poison_cloud_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 42 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3c450 +instanceKlass @bci net/arsenal/spell/ArsenalSpells flame_cloud_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 42 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3c228 +instanceKlass @bci net/arsenal/spell/ArsenalSpells wither_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 39 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b3c000 +instanceKlass @bci net/arsenal/spell/ArsenalSpells exploding_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 42 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b37dc0 +instanceKlass @bci net/arsenal/spell/ArsenalSpells stunning_melee ()Lnet/arsenal/spell/ArsenalSpells$Entry; 42 argL0 ; # net/arsenal/spell/ArsenalSpells$$Lambda+0x000001d684b37b98 +instanceKlass net/arsenal/spell/ArsenalSpells +instanceKlass @bci net/arsenal/item/ArsenalWeapons ()V 17 argL0 ; # net/arsenal/item/ArsenalWeapons$$Lambda+0x000001d684b37148 +instanceKlass net/arsenal/item/ArsenalWeapons +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesJukeboxSongs +instanceKlass @bci com/teamabnormals/blueprint/common/item/BlueprintBoatItem ()V 3 argL0 ; # com/teamabnormals/blueprint/common/item/BlueprintBoatItem$$Lambda+0x000001d684b368b8 +instanceKlass @bci com/teamabnormals/boatload/common/item/BoatloadBoatItem ()V 3 argL0 ; # com/teamabnormals/boatload/common/item/BoatloadBoatItem$$Lambda+0x000001d684b36428 +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/structure_repair/VoidBlossomStructureRepair +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/structure_repair/ObsidilithStructureRepair +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/structure_repair/LichStructureRepair +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/structure_repair/GauntletStructureRepair +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/structure_repair/StructureRepair +instanceKlass com/cerbon/bosses_of_mass_destruction/item/BMDFoods +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/spawn/ISpawnPosition +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/spawn/IEntityProvider +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/spawn/ISpawnPredicate +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/spawn/IMobSpawner +instanceKlass org/apache/commons/lang3/RandomStringUtils +instanceKlass com/chaosthedude/explorerscompass/worker/SearchWorkerManager +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684b38800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684b38400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684b38000 +instanceKlass @bci net/jewelry/items/JewelryItems register (Lnet/jewelry/config/ItemConfig;)V 277 argL0 ; # net/jewelry/items/JewelryItems$$Lambda+0x000001d684b34b08 +instanceKlass @bci net/jewelry/compat/AccessoriesHelper lambda$registerFactory$1 (Lnet/jewelry/items/JewelryFactory$ItemArgs;)Lnet/minecraft/world/item/Item; 113 argL0 ; # net/jewelry/compat/AccessoriesHelper$$Lambda+0x000001d684b348f0 +instanceKlass net/jewelry/items/JewelryItems$Entry +instanceKlass net/jewelry/items/JewelryItems +instanceKlass @bci net/jewelry/items/Gems register ()V 50 argL0 ; # net/jewelry/items/Gems$$Lambda+0x000001d684b342d0 +instanceKlass net/jewelry/items/Gems +instanceKlass com/simibubi/create/content/kinetics/simpleRelays/CogwheelBlockItem$IntegratedLargeCogHelper +instanceKlass com/simibubi/create/content/kinetics/simpleRelays/CogwheelBlockItem$IntegratedSmallCogHelper +instanceKlass @bci com/copycatsplus/copycats/utility/neoforge/TooltipUtilsImpl sequential ([Lcom/simibubi/create/foundation/item/TooltipModifier;)Lcom/simibubi/create/foundation/item/TooltipModifier; 1 member ; # com/copycatsplus/copycats/utility/neoforge/TooltipUtilsImpl$$Lambda+0x000001d684b33778 +instanceKlass com/copycatsplus/copycats/utility/neoforge/TooltipUtilsImpl +instanceKlass com/copycatsplus/copycats/utility/TooltipUtils +instanceKlass com/simibubi/create/foundation/item/KineticStats +instanceKlass net/createmod/catnip/lang/FontHelper +instanceKlass com/simibubi/create/foundation/item/ItemDescription$Modifier +instanceKlass com/simibubi/create/foundation/item/TooltipModifier$1 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder lambda$new$2 (Lcom/tterrag/registrate/AbstractRegistrate;Lnet/minecraft/world/item/Item;)V 6 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d684b32268 +instanceKlass @bci net/mehvahdjukaar/amendments/common/item/DyeBottleItem ()V 19 argL0 ; # net/mehvahdjukaar/amendments/common/item/DyeBottleItem$$Lambda+0x000001d684b32050 +instanceKlass @bci net/mehvahdjukaar/amendments/common/item/DyeBottleItem ()V 14 argL0 ; # net/mehvahdjukaar/amendments/common/item/DyeBottleItem$$Lambda+0x000001d684b31e10 +instanceKlass @bci net/mehvahdjukaar/amendments/common/item/DyeBottleItem ()V 9 argL0 ; # net/mehvahdjukaar/amendments/common/item/DyeBottleItem$$Lambda+0x000001d684b31bd8 +instanceKlass @bci net/spell_engine/item/SpellEngineItems register ()V 70 argL0 ; # net/spell_engine/item/SpellEngineItems$$Lambda+0x000001d684b31700 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesItemHelper lambda$register$1 (Lnet/spell_engine/compat/SlotModCompat$SpellBookArgs;)Lnet/minecraft/world/item/Item; 16 member ; # net/spell_engine/compat/accessories/AccessoriesItemHelper$$Lambda+0x000001d684b314e0 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesItemHelper lambda$register$0 (Lnet/spell_engine/compat/SlotModCompat$SpellScrollArs;)Lnet/minecraft/world/item/Item; 16 member ; # net/spell_engine/compat/accessories/AccessoriesItemHelper$$Lambda+0x000001d684b312c0 +instanceKlass @bci net/spell_engine/item/SpellEngineItems$Group ()V 30 argL0 ; # net/spell_engine/item/SpellEngineItems$Group$$Lambda+0x000001d684b310a8 +instanceKlass net/spell_engine/item/SpellEngineItems$Group +instanceKlass @bci net/spell_engine/item/SpellEngineItems ()V 19 argL0 ; # net/spell_engine/item/SpellEngineItems$$Lambda+0x000001d684b30c90 +instanceKlass @bci net/spell_engine/item/SpellEngineItems ()V 4 argL0 ; # net/spell_engine/item/SpellEngineItems$$Lambda+0x000001d684b2fd20 +instanceKlass net/spell_engine/item/SpellEngineItems +instanceKlass @bci net/wizards/item/WizardArmors ()V 1311 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2f908 +instanceKlass @bci net/wizards/item/WizardArmors ()V 1136 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2f6f0 +instanceKlass @bci net/wizards/item/WizardArmors ()V 961 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2f4d8 +instanceKlass @bci net/wizards/item/WizardArmors ()V 786 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2f2c0 +instanceKlass @bci net/wizards/item/WizardArmors ()V 611 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2f0a8 +instanceKlass @bci net/wizards/item/WizardArmors ()V 436 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2ee90 +instanceKlass @bci net/wizards/item/WizardArmors ()V 205 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2ec78 +instanceKlass @bci net/wizards/item/WizardArmors ()V 171 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2dd48 +instanceKlass @bci net/wizards/item/WizardArmors ()V 145 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2db30 +instanceKlass @bci net/wizards/item/WizardArmors ()V 119 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2d918 +instanceKlass @bci net/wizards/item/WizardArmors ()V 0 argL0 ; # net/wizards/item/WizardArmors$$Lambda+0x000001d684b2d700 +instanceKlass net/wizards/item/WizardArmors +instanceKlass @bci net/wizards/item/WizardWeapons ingredient (Ljava/lang/String;ZLnet/minecraft/world/item/Item;)Ljava/util/function/Supplier; 10 member ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2d2e0 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 624 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2d0c8 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 578 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2ceb0 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 532 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2cc98 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 486 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2ca80 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 440 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2c868 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 394 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2c650 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 340 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2c438 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 294 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2c220 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 248 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2c008 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 202 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2bdf0 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 156 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2bbd8 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 110 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2b9c0 +instanceKlass @bci net/wizards/item/WizardWeapons ()V 64 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b2b7a8 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Release +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Fire +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Teleport$Forward +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Teleport +instanceKlass net/wizards/content/WizardSpells +instanceKlass @bci net/wizards/item/WizardWeapons ()V 18 argL0 ; # net/wizards/item/WizardWeapons$$Lambda+0x000001d684b29cf0 +instanceKlass net/wizards/item/WizardWeapons +instanceKlass net/wizards/item/WizardBooks +instanceKlass net/wizards/item/Group +instanceKlass @bci net/wizards/WizardsMod registerItems ()V 3 argL0 ; # net/wizards/WizardsMod$$Lambda+0x000001d684b294d8 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 38 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d684b292a8 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModItems lambda$static$1 ()Lnet/minecraft/world/item/SpawnEggItem; 11 member ; # com/mrcrayfish/goblintraders/core/ModItems$$Lambda+0x000001d684b29088 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModItems lambda$static$0 ()Lnet/minecraft/world/item/SpawnEggItem; 11 member ; # com/mrcrayfish/goblintraders/core/ModItems$$Lambda+0x000001d684b28e68 +instanceKlass com/mrcrayfish/goblintraders/Constants +instanceKlass @bci com/mrcrayfish/goblintraders/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/mrcrayfish/goblintraders/platform/Services$$Lambda+0x000001d684b28a48 +instanceKlass com/mrcrayfish/goblintraders/platform/NeoForgePlatformHelper +instanceKlass com/mrcrayfish/goblintraders/platform/services/IPlatformHelper +instanceKlass com/mrcrayfish/goblintraders/platform/Services +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/neoforge/ModItemsImpl +instanceKlass @bci dev/architectury/extensions/injected/InjectedRegistryEntryExtension arch$registryName ()Lnet/minecraft/resources/ResourceLocation; 11 argL0 ; # dev/architectury/extensions/injected/InjectedRegistryEntryExtension$$Lambda+0x000001d684b27a30 +instanceKlass @bci dev/architectury/registry/registries/Registrar listen (Ldev/architectury/registry/registries/RegistrySupplier;Ljava/util/function/Consumer;)V 8 member ; # dev/architectury/registry/registries/Registrar$$Lambda+0x000001d684b27800 +instanceKlass @bci dev/architectury/core/item/ArchitecturySpawnEggItem (Ldev/architectury/registry/registries/RegistrySupplier;IILnet/minecraft/world/item/Item$Properties;Lnet/minecraft/core/dispenser/DispenseItemBehavior;)V 36 member ; # dev/architectury/core/item/ArchitecturySpawnEggItem$$Lambda+0x000001d684b275d0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/ButterflyVariant ()V 472 argL0 ; # net/emilsg/clutterbestiary/entity/variants/ButterflyVariant$$Lambda+0x000001d684b27158 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/ButterflyVariant ()V 467 argL0 ; # net/emilsg/clutterbestiary/entity/variants/ButterflyVariant$$Lambda+0x000001d684b26f20 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/ButterflyVariant ()V 445 argL0 ; # net/emilsg/clutterbestiary/entity/variants/ButterflyVariant$$Lambda+0x000001d684b26ce8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/ButterflyVariant ()V 440 argL0 ; # net/emilsg/clutterbestiary/entity/variants/ButterflyVariant$$Lambda+0x000001d684b26ab0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant ()V 84 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant$$Lambda+0x000001d684b26440 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant ()V 79 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant$$Lambda+0x000001d684b26208 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant ()V 57 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant$$Lambda+0x000001d684b25fd0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant ()V 52 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant$$Lambda+0x000001d684b25d98 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant ()V 98 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant$$Lambda+0x000001d684b25708 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant ()V 93 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant$$Lambda+0x000001d684b254d0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant ()V 71 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant$$Lambda+0x000001d684b25298 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant ()V 66 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant$$Lambda+0x000001d684b25060 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant ()V 145 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant$$Lambda+0x000001d684b249d0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant ()V 140 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant$$Lambda+0x000001d684b24798 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant ()V 118 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant$$Lambda+0x000001d684b24560 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant ()V 113 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant$$Lambda+0x000001d684b24328 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant ()V 116 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant$$Lambda+0x000001d684b23c98 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant ()V 111 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant$$Lambda+0x000001d684b23a60 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant ()V 89 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant$$Lambda+0x000001d684b23828 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant ()V 84 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant$$Lambda+0x000001d684b235f0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant ()V 531 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant$$Lambda+0x000001d684b22f60 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant ()V 526 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant$$Lambda+0x000001d684b22d28 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant ()V 504 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant$$Lambda+0x000001d684b22af0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant ()V 499 argL0 ; # net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant$$Lambda+0x000001d684b228b8 +instanceKlass net/emilsg/clutterbestiary/entity/variants/BestiaryBasicVariant +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant ()V 80 argL0 ; # net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant$$Lambda+0x000001d684b21e38 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant ()V 75 argL0 ; # net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant$$Lambda+0x000001d684b21c00 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant ()V 53 argL0 ; # net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant$$Lambda+0x000001d684b219c8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant ()V 48 argL0 ; # net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant$$Lambda+0x000001d684b21790 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/SeahorseVariant ()V 104 argL0 ; # net/emilsg/clutterbestiary/entity/variants/SeahorseVariant$$Lambda+0x000001d684b21128 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/SeahorseVariant ()V 99 argL0 ; # net/emilsg/clutterbestiary/entity/variants/SeahorseVariant$$Lambda+0x000001d684b20ef0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/SeahorseVariant ()V 77 argL0 ; # net/emilsg/clutterbestiary/entity/variants/SeahorseVariant$$Lambda+0x000001d684b20cb8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/variants/SeahorseVariant ()V 72 argL0 ; # net/emilsg/clutterbestiary/entity/variants/SeahorseVariant$$Lambda+0x000001d684b20a80 +instanceKlass @bci dev/architectury/registry/CreativeTabRegistry lambda$append$4 (Lnet/minecraft/world/level/ItemLike;)Ljava/util/function/Supplier; 1 member ; # dev/architectury/registry/CreativeTabRegistry$$Lambda+0x000001d684b20000 +instanceKlass @bci dev/architectury/registry/CreativeTabRegistry append (Ldev/architectury/registry/registries/DeferredSupplier;[Lnet/minecraft/world/level/ItemLike;)V 5 argL0 ; # dev/architectury/registry/CreativeTabRegistry$$Lambda+0x000001d684b1fcf0 +instanceKlass @bci com/kyanite/deeperdarker/util/DDTiers ()V 49 argL0 ; # com/kyanite/deeperdarker/util/DDTiers$$Lambda+0x000001d684b1f8e8 +instanceKlass @bci com/kyanite/deeperdarker/util/DDTiers ()V 19 argL0 ; # com/kyanite/deeperdarker/util/DDTiers$$Lambda+0x000001d684b1f6d0 +instanceKlass com/kyanite/deeperdarker/util/DDTags$Blocks +instanceKlass @bci com/kyanite/deeperdarker/content/items/DDBoatItem ()V 3 argL0 ; # com/kyanite/deeperdarker/content/items/DDBoatItem$$Lambda+0x000001d684b1eff0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems lambda$static$7 ()Lnet/minecraft/world/item/Item; 37 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d684b1edd8 +instanceKlass com/github/L_Ender/cataclysm/init/ModTag +instanceKlass com/github/L_Ender/cataclysm/items/ModJukeboxSongs +instanceKlass @bci com/github/L_Ender/cataclysm/items/Cataclysm_Armor (Lnet/minecraft/core/Holder;Lnet/minecraft/world/item/ArmorItem$Type;Lnet/minecraft/world/item/Item$Properties;[Lcom/github/L_Ender/cataclysm/items/CuriosItem/AttributeContainer;)V 12 member ; # com/github/L_Ender/cataclysm/items/Cataclysm_Armor$$Lambda+0x000001d684b1e7a8 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Netherite_Effigy ()V 3 argL0 ; # com/github/L_Ender/cataclysm/items/Netherite_Effigy$$Lambda+0x000001d684b1e560 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Remnant_Skull ()V 3 argL0 ; # com/github/L_Ender/cataclysm/items/Remnant_Skull$$Lambda+0x000001d684b1e318 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Laser_Gatling ()V 0 argL0 ; # com/github/L_Ender/cataclysm/items/Laser_Gatling$$Lambda+0x000001d684b1e0d0 +instanceKlass @bci com/github/L_Ender/cataclysm/items/CuriosItem/CuriosItem withAttributes (Ljava/lang/String;[Lcom/github/L_Ender/cataclysm/items/CuriosItem/AttributeContainer;)Lcom/github/L_Ender/cataclysm/items/CuriosItem/CuriosItem; 8 member ; # com/github/L_Ender/cataclysm/items/CuriosItem/CuriosItem$$Lambda+0x000001d684b1c1f0 +instanceKlass @bci top/theillusivec4/curios/api/type/capability/ICurioItem ()V 0 argL0 ; # top/theillusivec4/curios/api/type/capability/ICurioItem$$Lambda+0x000001d684b1aff8 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Tooltier ()V 83 argL0 ; # com/github/L_Ender/cataclysm/items/Tooltier$$Lambda+0x000001d684b1a798 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Tooltier ()V 51 argL0 ; # com/github/L_Ender/cataclysm/items/Tooltier$$Lambda+0x000001d684b1a580 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Tooltier ()V 20 argL0 ; # com/github/L_Ender/cataclysm/items/Tooltier$$Lambda+0x000001d684b1a368 +instanceKlass com/github/L_Ender/cataclysm/items/Tooltier +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 642 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b19f50 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 610 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b19d38 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 578 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b19b20 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 569 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b19908 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 538 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b196f0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 529 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b194d8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 498 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b192c0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 350 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b190a8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 341 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b18e90 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 310 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b18c78 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 221 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b18a60 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 172 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b18848 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdFoods ()V 83 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdFoods$$Lambda+0x000001d684b18630 +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdFoods +instanceKlass @bci com/baisylia/cookscollection/item/ModFoods ()V 158 argL0 ; # com/baisylia/cookscollection/item/ModFoods$$Lambda+0x000001d684b18218 +instanceKlass @bci com/baisylia/cookscollection/item/ModFoods ()V 38 argL0 ; # com/baisylia/cookscollection/item/ModFoods$$Lambda+0x000001d684b18000 +instanceKlass com/baisylia/cookscollection/item/ModFoods +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1234 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b17b70 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1202 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b17958 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1170 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b17740 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1138 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b17528 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1106 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b17310 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1074 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b170f8 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1042 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16ee0 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 1010 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16cc8 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 817 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16ab0 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 786 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16898 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 755 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16680 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 724 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16468 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 693 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16250 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 640 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b16038 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 579 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b15e20 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 570 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b15c08 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 542 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b159f0 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 533 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b157d8 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 505 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b155c0 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 496 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b153a8 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 458 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b15190 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 449 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14f78 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 421 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14d60 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 412 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14b48 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 384 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14930 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 375 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14718 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 86 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b14500 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 51 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b142e8 +instanceKlass @bci com/phantomwing/rusticdelight/food/FoodValues ()V 16 argL0 ; # com/phantomwing/rusticdelight/food/FoodValues$$Lambda+0x000001d684b140d0 +instanceKlass com/phantomwing/rusticdelight/food/FoodValues +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1978 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13cb8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1969 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13aa0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1934 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13888 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1925 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13670 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1895 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13458 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1863 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13240 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1831 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b13028 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1765 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b12e10 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1756 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b12bf8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1747 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b129e0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1714 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b127c8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1682 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b125b0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1673 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b12398 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1641 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b12180 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1632 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b11f68 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1597 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b11d50 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1588 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b11b38 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1550 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b11920 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1541 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b11708 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1509 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b114f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1500 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b112d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1468 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b110c0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1433 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10ea8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1398 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10c90 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1322 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10a78 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1313 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10860 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1278 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10648 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1246 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10430 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1237 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10218 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1199 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b10000 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1168 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0fd88 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1107 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0fb70 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 1023 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0f958 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 990 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0f740 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 960 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0f528 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 951 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0f310 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 873 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0f0f8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 864 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0eee0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 786 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0ecc8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 731 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0eab0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 722 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0e898 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 689 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0e680 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 657 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0e468 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 573 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0e250 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 541 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0e038 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 510 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0de20 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 478 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0dc08 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 447 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0d9f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 438 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0d7d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 406 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0d5c0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 397 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0d3a8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 365 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0d190 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 333 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0cf78 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 324 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0cd60 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 269 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0cb48 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 238 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0c930 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 206 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0c718 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 168 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0c500 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 109 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0c2e8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 100 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0c0d0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 67 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0beb8 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 58 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0bca0 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 49 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0ba88 +instanceKlass @bci com/soytutta/mynethersdelight/common/utility/MNDFoodValues ()V 40 argL0 ; # com/soytutta/mynethersdelight/common/utility/MNDFoodValues$$Lambda+0x000001d684b0b870 +instanceKlass com/soytutta/mynethersdelight/common/utility/MNDFoodValues +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 2085 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0b458 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 2046 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0b240 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 2021 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0b028 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1996 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0ae10 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1942 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0abf8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1909 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0a9e0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1876 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0a7c8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1843 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0a5b0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1810 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0a398 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1777 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b0a180 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1744 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b09f68 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1711 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b09d50 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1678 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b09b38 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1646 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b09920 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1614 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b09708 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1582 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b094f0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1550 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b092d8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1518 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b090c0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1486 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08ea8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1453 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08c90 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1420 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08a78 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1387 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08860 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1354 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08648 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1321 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08430 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1289 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08218 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1257 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b08000 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1225 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07cb8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 1193 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07aa0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 859 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07888 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 828 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07670 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 796 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07458 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 761 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07240 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 729 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b07028 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 695 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b06e10 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 334 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b06bf8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 183 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b069e0 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 151 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b067c8 +instanceKlass @bci vectorwing/farmersdelight/common/FoodValues ()V 76 argL0 ; # vectorwing/farmersdelight/common/FoodValues$$Lambda+0x000001d684b065b0 +instanceKlass vectorwing/farmersdelight/common/FoodValues +instanceKlass @bci net/hibiscus/naturespirit/entity/NSBoatEntity$Type ()V 487 argL0 ; # net/hibiscus/naturespirit/entity/NSBoatEntity$Type$$Lambda+0x000001d684b06198 +instanceKlass @bci net/hibiscus/naturespirit/entity/NSBoatEntity$Type ()V 476 argL0 ; # net/hibiscus/naturespirit/entity/NSBoatEntity$Type$$Lambda+0x000001d684b05f80 +instanceKlass @bci net/hibiscus/naturespirit/items/NSBoatItem ()V 3 argL0 ; # net/hibiscus/naturespirit/items/NSBoatItem$$Lambda+0x000001d684b05b48 +instanceKlass net/orcinus/galosphere/init/GFoods +instanceKlass @bci net/orcinus/galosphere/items/SterlingArmorItem (Lnet/minecraft/world/item/ArmorItem$Type;Lnet/minecraft/world/item/Item$Properties;)V 12 member ; # net/orcinus/galosphere/items/SterlingArmorItem$$Lambda+0x000001d684b05710 +instanceKlass @bci net/orcinus/galosphere/init/GArmorMaterials ()V 29 argL0 ; # net/orcinus/galosphere/init/GArmorMaterials$$Lambda+0x000001d684b054f8 +instanceKlass @bci net/orcinus/galosphere/init/GArmorMaterials ()V 11 argL0 ; # net/orcinus/galosphere/init/GArmorMaterials$$Lambda+0x000001d684b052d0 +instanceKlass net/orcinus/galosphere/init/GArmorMaterials +instanceKlass net/orcinus/galosphere/init/GTrimPatterns +instanceKlass com/aetherteam/aether/data/resources/registries/AetherStructures +instanceKlass @bci io/github/razordevs/deep_aether/item/misc/DAFoods ()V 73 argL0 ; # io/github/razordevs/deep_aether/item/misc/DAFoods$$Lambda+0x000001d684b04ab8 +instanceKlass @bci io/github/razordevs/deep_aether/item/misc/DAFoods ()V 40 argL0 ; # io/github/razordevs/deep_aether/item/misc/DAFoods$$Lambda+0x000001d684b048a0 +instanceKlass io/github/razordevs/deep_aether/item/misc/DAFoods +instanceKlass io/github/razordevs/deep_aether/datagen/registry/DAJukeboxSongs +instanceKlass @bci io/github/razordevs/deep_aether/item/misc/DABoatItem ()V 3 argL0 ; # io/github/razordevs/deep_aether/item/misc/DABoatItem$$Lambda+0x000001d684b03e28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DATiers ()V 133 argL0 ; # io/github/razordevs/deep_aether/init/DATiers$$Lambda+0x000001d684b03a20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DATiers ()V 104 argL0 ; # io/github/razordevs/deep_aether/init/DATiers$$Lambda+0x000001d684b03808 +instanceKlass @bci io/github/razordevs/deep_aether/init/DATiers ()V 74 argL0 ; # io/github/razordevs/deep_aether/init/DATiers$$Lambda+0x000001d684b035f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DATiers ()V 47 argL0 ; # io/github/razordevs/deep_aether/init/DATiers$$Lambda+0x000001d684b033d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DATiers ()V 17 argL0 ; # io/github/razordevs/deep_aether/init/DATiers$$Lambda+0x000001d684b031c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$registerBlockItem$145 (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/minecraft/world/item/BlockItem; 400 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684b02d10 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$registerBlockItem$145 (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/minecraft/world/item/BlockItem; 305 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684b02af8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$registerBlockItem$145 (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/minecraft/world/item/BlockItem; 271 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684b02668 +instanceKlass @bci com/aetherteam/aether/item/miscellaneous/SkyrootBoatItem ()V 3 argL0 ; # com/aetherteam/aether/item/miscellaneous/SkyrootBoatItem$$Lambda+0x000001d684b02420 +instanceKlass com/aetherteam/aether/data/resources/registries/AetherJukeboxSongs +instanceKlass com/aetherteam/aether/block/dispenser/AetherDispenseBehaviors +instanceKlass @bci com/aetherteam/aether/item/food/AetherFoods ()V 114 argL0 ; # com/aetherteam/aether/item/food/AetherFoods$$Lambda+0x000001d684b01298 +instanceKlass com/aetherteam/aether/item/food/AetherFoods +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 345 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00c90 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 316 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00a78 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 286 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00860 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 256 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00648 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 225 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00430 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 194 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00218 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 163 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684b00000 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 133 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684af9c00 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 103 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684afbc40 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 73 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684afba28 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 44 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684afb810 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherItemTiers ()V 16 argL0 ; # com/aetherteam/aether/item/combat/AetherItemTiers$$Lambda+0x000001d684afb5f8 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 1175 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afb148 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 974 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afaf30 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 879 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afad18 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 628 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684affd30 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 377 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684affb18 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 250 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684aff900 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 149 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afe9d0 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 121 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afe7b8 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 93 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afe5a0 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 67 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afe388 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 41 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afe170 +instanceKlass @bci net/rogues/item/armor/RogueArmors ()V 15 argL0 ; # net/rogues/item/armor/RogueArmors$$Lambda+0x000001d684afdf58 +instanceKlass net/rogues/item/armor/RogueArmors +instanceKlass @bci net/rogues/item/RogueWeapons ingredient (Ljava/lang/String;ZLnet/minecraft/world/item/Item;)Ljava/util/function/Supplier; 10 member ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afdb38 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 392 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afd920 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 370 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afd708 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 348 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afd4f0 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 326 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afd2d8 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 304 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afd0c0 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 282 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afcea8 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 260 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afcc90 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 238 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afca78 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 216 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afc860 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 194 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afc648 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 172 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afc430 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 150 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afc218 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 128 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684afc000 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 106 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684af7c88 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 84 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684af7a70 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 62 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684af7858 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 40 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684af7640 +instanceKlass @bci net/rogues/item/RogueWeapons ()V 18 argL0 ; # net/rogues/item/RogueWeapons$$Lambda+0x000001d684af7428 +instanceKlass net/rogues/item/RogueWeapons +instanceKlass @bci net/rogues/block/CustomBlocks register ()V 75 argL0 ; # net/rogues/block/CustomBlocks$$Lambda+0x000001d684af7010 +instanceKlass net/rogues/block/CustomBlocks +instanceKlass net/rogues/item/Group +instanceKlass @bci net/rogues/RoguesMod registerItems ()V 3 argL0 ; # net/rogues/RoguesMod$$Lambda+0x000001d684af5948 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/item/DragonflyArmorItem (Lnet/minecraft/core/Holder;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/item/Item$Properties;)V 12 member ; # com/github/eterdelta/crittersandcompanions/item/DragonflyArmorItem$$Lambda+0x000001d684af5710 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684af9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684af9400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684af9000 +instanceKlass @bci net/relics_rpgs/item/RelicItems register (Ljava/util/Map;)V 145 argL0 ; # net/relics_rpgs/item/RelicItems$$Lambda+0x000001d684af54f8 +instanceKlass @bci net/relics_rpgs/item/Group ()V 47 argL0 ; # net/relics_rpgs/item/Group$$Lambda+0x000001d684af52e0 +instanceKlass net/relics_rpgs/item/Group +instanceKlass io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Builder +instanceKlass @bci net/relics_rpgs/spell/RelicSpells superior_use_zone_healing_taken ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af4c88 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells superior_use_zone_spell_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af4a68 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells superior_use_area_defense_health ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af4848 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells superior_use_area_attack_damage ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af4628 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_proc_defense_danger ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 30 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af4408 +instanceKlass @cpi net/relics_rpgs/spell/RelicSpells 1358 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684af8c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684af8800 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_perk_heal_danger ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 23 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af41f0 +instanceKlass @cpi net/arsenal/spell/ArsenalSpells 1610 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684af8400 +instanceKlass @cpi net/mehvahdjukaar/amendments/AmendmentsClient 549 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684af8000 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_proc_spell_trance ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af3fd0 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_proc_physical_trance ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af3db0 +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$StatusEffect$Remove +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates hasEffectOptimized (Lnet/minecraft/resources/ResourceLocation;)Lnet/spell_engine/api/entity/SpellEntityPredicates$Entry; 21 member ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af3528 +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates ()V 93 argL0 ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af32e0 +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates ()V 74 argL0 ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af3098 +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates ()V 55 argL0 ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af2e50 +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates ()V 36 argL0 ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af2c08 +instanceKlass @bci net/spell_engine/api/entity/SpellEntityPredicates ()V 17 argL0 ; # net/spell_engine/api/entity/SpellEntityPredicates$$Lambda+0x000001d684af27b8 +instanceKlass net/spell_engine/api/entity/SpellEntityPredicates +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Custom +instanceKlass net/spell_engine/api/spell/Spell$Delivery$StashEffect +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_perk_evasion_attack ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 23 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af1520 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_use_healing_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af1300 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_use_frost_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af10e0 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_use_fire_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0ec0 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_use_arcane_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0ca0 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_spell_haste ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0a80 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_spell_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0860 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Triggers +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_evasion ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0440 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_defense ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0220 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_ranged_damage ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684af0000 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_attack_speed ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aefc40 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells medium_proc_attack_damage ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aefa20 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_proc_frost_healing ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aef800 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_proc_arcane_fire ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aef5e0 +instanceKlass net/spell_engine/api/spell/Spell$Trigger$ImpactCondition +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_proc_crit_damage ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aef1b8 +instanceKlass net/spell_engine/api/spell/Spell$Trigger$SpellCondition +instanceKlass net/spell_engine/api/spell/Spell$Trigger +instanceKlass net/spell_engine/api/spell/Spell$Passive +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_proc_spell_crit ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aee120 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_spell_haste ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aedf00 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_spell_power ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aedce0 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_health ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 18 argL0 ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aedac8 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_ranged ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aed8a8 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_dex ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aed688 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells lesser_use_damage ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 24 member ; # net/relics_rpgs/spell/RelicSpells$$Lambda+0x000001d684aece30 +instanceKlass net/spell_engine/client/gui/SpellTooltip$DescriptionMutator +instanceKlass net/relics_rpgs/spell/RelicSpells +instanceKlass @bci net/relics_rpgs/item/RelicItems$Entry (ILjava/lang/String;Ljava/lang/String;Lnet/relics_rpgs/config/ItemConfig$Entry;)V 35 member ; # net/relics_rpgs/item/RelicItems$Entry$$Lambda+0x000001d684aec5f8 +instanceKlass net/relics_rpgs/item/RelicItems$Entry +instanceKlass net/relics_rpgs/item/RelicItems +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModToolTiers ()V 16 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModToolTiers$$Lambda+0x000001d684aebfd8 +instanceKlass net/teamsolar/simplest_copper_gear/util/ModTags$Blocks +instanceKlass net/neoforged/neoforge/common/SimpleTier +instanceKlass net/teamsolar/simplest_copper_gear/item/ModToolTiers +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 696 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeb738 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 657 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeb520 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 618 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeb308 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 579 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeb0f0 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 540 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeaed8 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 501 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeacc0 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 462 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aeaaa8 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 423 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aea890 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 384 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aea678 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 345 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aea460 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 306 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aea248 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 267 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684aea030 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 228 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684ae9e18 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 189 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684ae9c00 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 150 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684ae99e8 +instanceKlass umpaz/brewinandchewin/common/registry/BnCFoods +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCItems ()V 111 argL0 ; # umpaz/brewinandchewin/common/registry/BnCItems$$Lambda+0x000001d684ae95d0 +instanceKlass @bci umpaz/brewinandchewin/common/item/BoozeItem ()V 5 argL0 ; # umpaz/brewinandchewin/common/item/BoozeItem$$Lambda+0x000001d684ae93b8 +instanceKlass @bci umpaz/brewinandchewin/common/item/BoozeItem ()V 0 argL0 ; # umpaz/brewinandchewin/common/item/BoozeItem$$Lambda+0x000001d684ae91a0 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions ()V 27 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae8f78 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions ()V 22 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae8d40 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions ()V 14 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae8b08 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae88e0 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae86a8 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae8470 +instanceKlass @bci umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions ()V 0 argL0 ; # umpaz/brewinandchewin/client/particle/DrunkBubbleParticleOptions$$Lambda+0x000001d684ae8238 +instanceKlass @bci umpaz/brewinandchewin/client/particle/RagingParticleOptions createStreamCodec (Ljava/util/function/Function;)Lnet/minecraft/network/codec/StreamCodec; 3 argL0 ; # umpaz/brewinandchewin/client/particle/RagingParticleOptions$$Lambda+0x000001d684ae7910 +instanceKlass @bci umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne ()V 16 argL0 ; # umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne$$Lambda+0x000001d684ae76d8 +instanceKlass @bci umpaz/brewinandchewin/client/particle/RagingParticleOptions createCodec (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 2 member ; # umpaz/brewinandchewin/client/particle/RagingParticleOptions$$Lambda+0x000001d684ae7498 +instanceKlass @bci umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne ()V 5 argL0 ; # umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne$$Lambda+0x000001d684ae7260 +instanceKlass @bci umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne ()V 0 argL0 ; # umpaz/brewinandchewin/client/particle/RagingParticleOptions$StageOne$$Lambda+0x000001d684ae7028 +instanceKlass @bci net/skill_tree_rpgs/items/SkillItems register ()V 114 argL0 ; # net/skill_tree_rpgs/items/SkillItems$$Lambda+0x000001d684ae5d60 +instanceKlass @bci net/skill_tree_rpgs/items/SkillItems register ()V 35 argL0 ; # net/skill_tree_rpgs/items/SkillItems$$Lambda+0x000001d684ae5b28 +instanceKlass net/skill_tree_rpgs/items/SkillItems$Container +instanceKlass @bci net/skill_tree_rpgs/items/SkillItems ()V 38 argL0 ; # net/skill_tree_rpgs/items/SkillItems$$Lambda+0x000001d684ae54e0 +instanceKlass net/skill_tree_rpgs/items/SkillItems +instanceKlass @bci net/paladins/entity/PaladinEntities register ()V 60 argL0 ; # net/paladins/entity/PaladinEntities$$Lambda+0x000001d684adf7a0 +instanceKlass @bci net/paladins/entity/PaladinEntities register ()V 9 argL0 ; # net/paladins/entity/PaladinEntities$$Lambda+0x000001d684adf588 +instanceKlass net/spell_engine/api/entity/SpellEntity$Spawned +instanceKlass @bci net/paladins/item/armor/Armors ()V 914 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adf178 +instanceKlass @bci net/paladins/item/armor/Armors ()V 739 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adef60 +instanceKlass @bci net/paladins/item/armor/Armors ()V 620 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684aded48 +instanceKlass @bci net/paladins/item/armor/Armors ()V 463 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adde18 +instanceKlass @bci net/paladins/item/armor/Armors ()V 334 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684addc00 +instanceKlass @bci net/paladins/item/armor/Armors ()V 202 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684add9e8 +instanceKlass @bci net/paladins/item/armor/Armors ()V 178 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adcab8 +instanceKlass @bci net/paladins/item/armor/Armors ()V 152 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adc8a0 +instanceKlass @bci net/paladins/item/armor/Armors ()V 126 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adc688 +instanceKlass @bci net/paladins/item/armor/Armors ()V 100 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adc470 +instanceKlass @bci net/paladins/item/armor/Armors ()V 72 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adc258 +instanceKlass @bci net/paladins/item/armor/Armors ()V 44 argL0 ; # net/paladins/item/armor/Armors$$Lambda+0x000001d684adc040 +instanceKlass net/paladins/item/armor/Armors +instanceKlass @bci net/spell_engine/rpg_series/item/Shield register (Ljava/util/Map;Ljava/util/List;Lnet/minecraft/resources/ResourceKey;Lnet/spell_engine/rpg_series/item/Shield$ShieldFactory;)V 260 member ; # net/spell_engine/rpg_series/item/Shield$$Lambda+0x000001d684adbc20 +instanceKlass @bci net/fabric_extras/shield_api/item/CustomShieldItem buildModifiers (Ljava/util/List;)Ljava/util/function/Supplier; 1 member ; # net/fabric_extras/shield_api/item/CustomShieldItem$$Lambda+0x000001d684adb9e8 +instanceKlass net/spell_engine/rpg_series/item/Shield$1 +instanceKlass net/spell_engine/rpg_series/item/Shield +instanceKlass @bci net/paladins/item/PaladinShields register (Ljava/util/Map;)V 217 argL0 ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684adb3d0 +instanceKlass net/spell_engine/rpg_series/item/Shield$ShieldFactory +instanceKlass @bci net/paladins/item/PaladinShields ingredient (Ljava/lang/String;ZLnet/minecraft/world/item/Item;)Ljava/util/function/Supplier; 10 member ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684adafb8 +instanceKlass @bci net/paladins/item/PaladinShields ()V 101 argL0 ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684adada0 +instanceKlass @bci net/paladins/item/PaladinShields ()V 73 argL0 ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684adab88 +instanceKlass @bci net/paladins/item/PaladinShields ()V 45 argL0 ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684ada970 +instanceKlass net/spell_engine/rpg_series/item/Shield$Entry +instanceKlass net/spell_engine/rpg_series/item/Shields$1 +instanceKlass net/spell_engine/rpg_series/item/Shields +instanceKlass @bci net/paladins/item/PaladinShields ()V 17 argL0 ; # net/paladins/item/PaladinShields$$Lambda+0x000001d684ada150 +instanceKlass net/paladins/item/PaladinShields +instanceKlass @bci net/paladins/item/PaladinWeapons ingredient (Ljava/lang/String;ZLnet/minecraft/world/item/Item;)Ljava/util/function/Supplier; 10 member ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad9d30 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 570 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad9b18 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 533 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad9900 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 496 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad96e8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 459 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad94d0 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 422 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad92b8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 385 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad90a0 +instanceKlass net/paladins/entity/PaladinEntities +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Spawn +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Cloud$Spawn +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Cloud$ClientData +instanceKlass net/spell_engine/api/spell/Spell$EntityPlacement +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Cloud +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$StatusEffect$ApplyLimit +instanceKlass net/spell_engine/api/datagen/SpellBuilder$ImpactModifiers +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Meteor +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$StatusEffect +instanceKlass net/spell_engine/api/spell/Spell$Cost$Item +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Heal +instanceKlass net/paladins/content/PaladinSpells +instanceKlass @bci net/spell_engine/rpg_series/item/Weapons getFactory (Lnet/spell_engine/rpg_series/item/Equipment$WeaponType;)Lnet/spell_engine/rpg_series/item/Weapon$Factory; 114 argL0 ; # net/spell_engine/rpg_series/item/Weapons$$Lambda+0x000001d684ad5898 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 348 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad49e8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 326 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad47d0 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 304 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad45b8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 282 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad43a0 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 260 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad4188 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 238 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad3f70 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 216 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad3d58 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 194 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad3b40 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 172 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad3928 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 150 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad3710 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 128 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad34f8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 106 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad32e0 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 84 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad30c8 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 62 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad2eb0 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 40 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad2c98 +instanceKlass @bci net/spell_engine/rpg_series/item/Weapons getFactory (Lnet/spell_engine/rpg_series/item/Equipment$WeaponType;)Lnet/spell_engine/rpg_series/item/Weapon$Factory; 122 argL0 ; # net/spell_engine/rpg_series/item/Weapons$$Lambda+0x000001d684ad2a80 +instanceKlass @bci net/paladins/item/PaladinWeapons ()V 18 argL0 ; # net/paladins/item/PaladinWeapons$$Lambda+0x000001d684ad1bd0 +instanceKlass net/paladins/item/PaladinWeapons +instanceKlass net/paladins/item/PaladinBooks +instanceKlass @bci net/paladins/PaladinsMod registerItems ()V 3 argL0 ; # net/paladins/PaladinsMod$$Lambda+0x000001d684ad15b8 +instanceKlass org/violetmoon/zeta/registry/IZetaItemPropertiesFiller +instanceKlass @bci software/bernie/geckolib/util/GeckoLibUtil getSyncedSingletonAnimatableId (Lsoftware/bernie/geckolib/animatable/GeoAnimatable;)Ljava/lang/String; 8 member ; # software/bernie/geckolib/util/GeckoLibUtil$$Lambda+0x000001d684ad08b0 +instanceKlass @bci software/bernie/geckolib/animatable/SingletonGeoAnimatable registerSyncedAnimatable (Lsoftware/bernie/geckolib/animatable/GeoAnimatable;)V 1 argL0 ; # software/bernie/geckolib/animatable/SingletonGeoAnimatable$$Lambda+0x000001d684ad0698 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemGlowingJelly ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemGlowingJelly$$Lambda+0x000001d684ad0480 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemBlowgun ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemBlowgun$$Lambda+0x000001d684ad0238 +instanceKlass @bci software/bernie/geckolib/animatable/instance/AnimatableInstanceCache (Lsoftware/bernie/geckolib/animatable/GeoAnimatable;)V 11 member ; # software/bernie/geckolib/animatable/instance/AnimatableInstanceCache$$Lambda+0x000001d684ad0000 +instanceKlass software/bernie/geckolib/animatable/client/GeoRenderProvider +instanceKlass @bci software/bernie/geckolib/animation/Animation$LoopType ()V 54 argL0 ; # software/bernie/geckolib/animation/Animation$LoopType$$Lambda+0x000001d684acfa60 +instanceKlass @bci software/bernie/geckolib/animation/Animation$LoopType ()V 39 argL0 ; # software/bernie/geckolib/animation/Animation$LoopType$$Lambda+0x000001d684acf838 +instanceKlass @bci software/bernie/geckolib/animation/Animation$LoopType ()V 23 argL0 ; # software/bernie/geckolib/animation/Animation$LoopType$$Lambda+0x000001d684acf610 +instanceKlass @bci software/bernie/geckolib/animation/Animation$LoopType ()V 11 argL0 ; # software/bernie/geckolib/animation/Animation$LoopType$$Lambda+0x000001d684acf3e8 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation ()V 16 argL0 ; # software/bernie/geckolib/animation/RawAnimation$$Lambda+0x000001d684acefa8 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation ()V 11 argL0 ; # software/bernie/geckolib/animation/RawAnimation$$Lambda+0x000001d684aced70 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 39 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684aceb38 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 34 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684ace900 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 26 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684ace6c8 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 16 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684ace490 +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 11 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684ace258 +instanceKlass software/bernie/geckolib/animation/Animation$LoopType +instanceKlass @bci software/bernie/geckolib/animation/RawAnimation$Stage ()V 3 argL0 ; # software/bernie/geckolib/animation/RawAnimation$Stage$$Lambda+0x000001d684acde28 +instanceKlass software/bernie/geckolib/animation/RawAnimation +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$133 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acd5d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$131 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acd3c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$129 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acd1a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$127 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684accf90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$125 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684accd78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$123 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684accb60 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$121 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acc948 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$119 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acc730 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$117 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acc518 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems lambda$static$115 ()Lnet/minecraft/world/item/Item; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d684acc300 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 2136 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acc0e8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 2103 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acbed0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 2047 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acbcb8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1946 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acbaa0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1641 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acb888 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1449 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acb670 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1406 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acb458 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1362 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acb240 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1217 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acb028 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1208 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acae10 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1041 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684acabf8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 1010 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684aca9e0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 979 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684aca7c8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 948 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684aca5b0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 917 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684aca398 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 710 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684aca180 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 701 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac9f68 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 692 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac9d50 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 667 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac9b38 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 658 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac9920 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 649 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac9708 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 624 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac94f0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 615 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac92d8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 606 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac90c0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 580 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8ea8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 571 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8c90 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 562 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8a78 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 536 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8860 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 527 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8648 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 518 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8430 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 492 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8218 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 483 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac8000 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 474 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac7d30 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 449 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac7b18 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 440 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac7900 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 431 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac76e8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 406 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac74d0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 397 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac72b8 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 388 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac70a0 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 363 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6e88 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 354 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6c70 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 345 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6a58 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 320 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6840 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 311 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6628 +instanceKlass @bci alabaster/hearthandharvest/common/HHFoodValues ()V 302 argL0 ; # alabaster/hearthandharvest/common/HHFoodValues$$Lambda+0x000001d684ac6410 +instanceKlass alabaster/hearthandharvest/common/HHFoodValues +instanceKlass vectorwing/farmersdelight/common/registry/ModMaterials$1 +instanceKlass vectorwing/farmersdelight/common/registry/ModMaterials +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 1755 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5b78 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 1483 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5960 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 1217 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5748 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 1035 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5530 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 839 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5318 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 643 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac5100 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 447 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac4ee8 +instanceKlass @bci net/armory_rpgs/item/ArmorSets commonSettings (Lnet/minecraft/resources/ResourceLocation;)Lnet/spell_engine/rpg_series/item/Armor$ItemSettingsTweaker; 1 member ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac4ab0 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses glacier ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 17 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac4898 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses scarlet ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 17 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac4680 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses astral ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac4468 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses strider ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac4250 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses deathmantle ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac4038 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses destroyer ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac3e20 +instanceKlass @bci net/armory_rpgs/spell/SetBonuses avatar ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac3c08 +instanceKlass net/spell_engine/api/spell/Spell$Modifier +instanceKlass net/spell_engine/api/spell/Spell$Tooltip$LineOptions +instanceKlass net/spell_engine/api/spell/Spell$Tooltip +instanceKlass net/armory_rpgs/spell/ArmorySpells +instanceKlass @bci net/armory_rpgs/spell/SetBonuses justicar ()Lnet/armory_rpgs/spell/SetBonuses$Entry; 15 argL0 ; # net/armory_rpgs/spell/SetBonuses$$Lambda+0x000001d684ac2ba0 +instanceKlass net/armory_rpgs/spell/SetBonuses +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 251 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac2580 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 226 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac2368 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 198 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac2150 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 170 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac1f38 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 144 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac1d20 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 118 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac1b08 +instanceKlass @bci net/armory_rpgs/item/ArmorSets ()V 92 argL0 ; # net/armory_rpgs/item/ArmorSets$$Lambda+0x000001d684ac18f0 +instanceKlass net/armory_rpgs/item/ArmorSets +instanceKlass @bci net/armory_rpgs/item/SmtihingIngredients register ()V 58 argL0 ; # net/armory_rpgs/item/SmtihingIngredients$$Lambda+0x000001d684ac14d8 +instanceKlass @bci net/armory_rpgs/item/SmtihingIngredients$Entry of (Ljava/lang/String;Ljava/util/List;Lnet/armory_rpgs/item/SmtihingIngredients$Translations;)Lnet/armory_rpgs/item/SmtihingIngredients$Entry; 1 member ; # net/armory_rpgs/item/SmtihingIngredients$Entry$$Lambda+0x000001d684ac12a0 +instanceKlass net/armory_rpgs/item/SmtihingIngredients +instanceKlass @bci net/armory_rpgs/item/SmithingTemplates register ()V 58 argL0 ; # net/armory_rpgs/item/SmithingTemplates$$Lambda+0x000001d684abbc50 +instanceKlass @bci net/armory_rpgs/item/Group ()V 47 argL0 ; # net/armory_rpgs/item/Group$$Lambda+0x000001d684abba38 +instanceKlass net/armory_rpgs/item/Group +instanceKlass @bci net/armory_rpgs/item/SmithingTemplates$Entry of (Ljava/lang/String;Ljava/util/List;Lnet/armory_rpgs/item/SmithingTemplates$Translations;)Lnet/armory_rpgs/item/SmithingTemplates$Entry; 13 member ; # net/armory_rpgs/item/SmithingTemplates$Entry$$Lambda+0x000001d684abb600 +instanceKlass net/armory_rpgs/item/SmithingTemplates +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModTags ()V 433 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModTags$$Lambda+0x000001d684abf870 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModTags ()V 428 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModTags$$Lambda+0x000001d684abf638 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModTags +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SelectableContainerContent (Ljava/util/List;I)V 78 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SelectableContainerContent$$Lambda+0x000001d684abf1f0 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$IntValue getRaw (Lcom/electronwill/nightconfig/core/Config;Ljava/util/List;Ljava/util/function/Supplier;)Ljava/lang/Integer; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$IntValue$$Lambda+0x000001d684abeb98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/neoforge/ModFluidsImpl ()V 2 argL0 ; # net/mehvahdjukaar/supplementaries/reg/neoforge/ModFluidsImpl$$Lambda+0x000001d684abe980 +instanceKlass net/mehvahdjukaar/supplementaries/reg/neoforge/ModFluidsImpl +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684abac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684aba800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684aba400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684aba000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684ab9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684ab9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684ab9400 +instanceKlass @bci net/spell_engine/rpg_series/item/Armor$Set register (Lnet/minecraft/resources/ResourceKey;)V 50 member ; # net/spell_engine/rpg_series/item/Armor$Set$$Lambda+0x000001d684abd498 +instanceKlass net/minecraft/world/entity/EquipmentSlotGroup$1 +instanceKlass net/spell_engine/rpg_series/item/Armor$1 +instanceKlass @bci net/spell_engine/rpg_series/item/Armor$Set pieces ()Ljava/util/List; 35 argL0 ; # net/spell_engine/rpg_series/item/Armor$Set$$Lambda+0x000001d684abce50 +instanceKlass net/spell_engine/rpg_series/item/Armor +instanceKlass @bci net/archers/item/ArcherArmors ()V 323 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684abc658 +instanceKlass @bci net/archers/item/ArcherArmors ()V 196 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684abc440 +instanceKlass net/spell_engine/rpg_series/item/Armor$Set +instanceKlass @bci net/archers/item/ArcherArmors ()V 101 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684ab7cb0 +instanceKlass net/spell_engine/rpg_series/item/ConfigurableAttributes +instanceKlass net/spell_engine/rpg_series/item/Armor$Set$ItemFactory +instanceKlass @bci net/archers/item/ArcherArmors ()V 67 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684ab5c78 +instanceKlass @bci net/archers/item/ArcherArmors ()V 41 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684ab5a60 +instanceKlass @bci net/archers/item/ArcherArmors ()V 15 argL0 ; # net/archers/item/ArcherArmors$$Lambda+0x000001d684ab5848 +instanceKlass net/archers/item/ArcherArmors +instanceKlass @bci net/spell_engine/rpg_series/item/RangedWeapon register (Ljava/util/Map;Ljava/util/List;Lnet/minecraft/resources/ResourceKey;)V 206 member ; # net/spell_engine/rpg_series/item/RangedWeapon$$Lambda+0x000001d684ab5428 +instanceKlass net/spell_engine/rpg_series/item/RangedWeapon$1 +instanceKlass net/spell_engine/rpg_series/item/RangedWeapon +instanceKlass @bci net/spell_engine/rpg_series/item/Weapon register (Ljava/util/Map;Ljava/util/List;Lnet/minecraft/resources/ResourceKey;)V 222 member ; # net/spell_engine/rpg_series/item/Weapon$$Lambda+0x000001d684ab4e08 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684ab9000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684ab8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684ab8800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684ab8400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684ab8000 +instanceKlass net/spell_engine/rpg_series/item/Weapon +instanceKlass @bci net/archers/item/ArcherWeapons ingredient (Ljava/lang/String;ZLnet/minecraft/world/item/Item;)Ljava/util/function/Supplier; 10 member ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab49e8 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 323 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab47d0 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 301 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab45b8 +instanceKlass @bci net/spell_engine/rpg_series/item/RangedWeapons heavyCrossbow (Ljava/lang/String;Ljava/lang/String;Lnet/spell_engine/rpg_series/item/Equipment$Tier;Ljava/util/function/Supplier;)Lnet/spell_engine/rpg_series/item/RangedWeapon$Entry; 11 argL0 ; # net/spell_engine/rpg_series/item/RangedWeapons$$Lambda+0x000001d684ab43a0 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 279 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab4188 +instanceKlass @bci net/spell_engine/rpg_series/item/RangedWeapons rapidCrossbow (Ljava/lang/String;Ljava/lang/String;Lnet/spell_engine/rpg_series/item/Equipment$Tier;Ljava/util/function/Supplier;)Lnet/spell_engine/rpg_series/item/RangedWeapon$Entry; 9 argL0 ; # net/spell_engine/rpg_series/item/RangedWeapons$$Lambda+0x000001d684ab3f70 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 257 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab3008 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 235 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab2df0 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 213 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab2bd8 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 191 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab29c0 +instanceKlass @bci net/spell_engine/rpg_series/item/RangedWeapons shortBow (Ljava/lang/String;Ljava/lang/String;Lnet/spell_engine/rpg_series/item/Equipment$Tier;Ljava/util/function/Supplier;)Lnet/spell_engine/rpg_series/item/RangedWeapon$Entry; 10 argL0 ; # net/spell_engine/rpg_series/item/RangedWeapons$$Lambda+0x000001d684ab27a8 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 169 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab2590 +instanceKlass net/spell_engine/rpg_series/item/RangedWeapon$Entry +instanceKlass @bci net/spell_engine/rpg_series/item/RangedWeapons longBow (Ljava/lang/String;Ljava/lang/String;Lnet/spell_engine/rpg_series/item/Equipment$Tier;Ljava/util/function/Supplier;)Lnet/spell_engine/rpg_series/item/RangedWeapon$Entry; 11 argL0 ; # net/spell_engine/rpg_series/item/RangedWeapons$$Lambda+0x000001d684ab2170 +instanceKlass net/spell_engine/rpg_series/item/RangedWeapon$RangedFactory +instanceKlass net/spell_engine/rpg_series/item/RangedWeapons$DamageMap$Builder +instanceKlass net/spell_engine/rpg_series/item/RangedWeapons$DamageMap +instanceKlass net/spell_engine/rpg_series/item/RangedWeapons +instanceKlass @bci net/archers/item/ArcherWeapons ()V 147 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab1700 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 125 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab14e8 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 103 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab12d0 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 72 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab10b8 +instanceKlass @bci net/archers/item/ArcherWeapons ()V 50 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684ab0ea0 +instanceKlass net/spell_engine/rpg_series/item/Weapon$Entry +instanceKlass @bci net/spell_engine/rpg_series/item/Weapons getFactory (Lnet/spell_engine/rpg_series/item/Equipment$WeaponType;)Lnet/spell_engine/rpg_series/item/Weapon$Factory; 130 argL0 ; # net/spell_engine/rpg_series/item/Weapons$$Lambda+0x000001d684aafb00 +instanceKlass net/spell_engine/rpg_series/item/Weapon$Factory +instanceKlass net/spell_engine/rpg_series/item/Weapons$1 +instanceKlass net/spell_engine/rpg_series/item/Weapon$CustomMaterial +instanceKlass @bci net/archers/item/ArcherWeapons ()V 28 argL0 ; # net/archers/item/ArcherWeapons$$Lambda+0x000001d684aaf268 +instanceKlass net/archers/item/ArcherWeapons +instanceKlass @bci net/archers/item/Quivers register ()V 80 argL0 ; # net/archers/item/Quivers$$Lambda+0x000001d684aaee50 +instanceKlass @bci net/archers/item/Quivers ()V 10 argL0 ; # net/archers/item/Quivers$$Lambda+0x000001d684aaea10 +instanceKlass net/archers/item/Quivers +instanceKlass @bci net/archers/item/misc/Misc register ()V 50 argL0 ; # net/archers/item/misc/Misc$$Lambda+0x000001d684aae3f0 +instanceKlass net/archers/item/misc/AutoFireHook +instanceKlass net/archers/item/misc/Misc +instanceKlass @bci net/archers/ArchersMod registerItems ()V 3 argL0 ; # net/archers/ArchersMod$$Lambda+0x000001d684aacf40 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/item/RibbitSpawnEggItemNeoForge (Lnet/minecraft/world/entity/EntityType;Lcom/yungnickyoung/minecraft/ribbits/data/RibbitProfession;IILnet/minecraft/world/item/Item$Properties;)V 2 member ; # com/yungnickyoung/minecraft/ribbits/item/RibbitSpawnEggItemNeoForge$$Lambda+0x000001d684aacd20 +instanceKlass com/yungnickyoung/minecraft/ribbits/item/RibbitSpawnEggDispenseItemBehaviorNeoForge +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge lambda$registerItems$4 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 47 member ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d684aac8d0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge lambda$registerItems$4 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 36 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d684aac688 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge lambda$registerItems$4 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 18 member ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d684aac458 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge lambda$registerItems$4 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 4 member ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d684aac228 +instanceKlass @bci org/betterx/wover/item/api/ItemRegistry performRegistration (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/wover/item/api/ItemRegistry$$Lambda+0x000001d684aabff8 +instanceKlass org/betterx/betternether/integrations/VanillaExcavatorsIntegration +instanceKlass org/betterx/betternether/integrations/VanillaHammersIntegration +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 181 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aab770 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 167 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aab558 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 153 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aab340 +instanceKlass org/betterx/wover/complex/api/equipment/ArmorDescription$1 +instanceKlass @bci org/betterx/wover/complex/api/equipment/EquipmentSet add (Lorg/betterx/wover/complex/api/equipment/ArmorSlot;Lorg/betterx/wover/complex/api/equipment/EquipmentSet$ArmorFactory;Lorg/betterx/wover/complex/api/equipment/ArmorSlot$PropertiesBuilder;)V 23 member ; # org/betterx/wover/complex/api/equipment/EquipmentSet$$Lambda+0x000001d684aaaf20 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 139 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aaaaf0 +instanceKlass org/betterx/wover/complex/api/equipment/EquipmentSet$ArmorFactory +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 128 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa9b88 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 114 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa9970 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 95 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa7d68 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 81 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa7b50 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 67 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa6c38 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 53 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684aa5d20 +instanceKlass org/betterx/wover/complex/api/equipment/ToolDescription$1 +instanceKlass @bci org/betterx/wover/complex/api/equipment/EquipmentSet add (Lorg/betterx/wover/complex/api/equipment/ToolSlot;Lorg/betterx/wover/complex/api/equipment/EquipmentSet$ToolFactory;Lorg/betterx/wover/complex/api/equipment/ToolSlot$PropertiesBuilder;)V 23 member ; # org/betterx/wover/complex/api/equipment/EquipmentSet$$Lambda+0x000001d684aa4bf8 +instanceKlass org/betterx/wover/complex/api/equipment/ItemDescription +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 39 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684a97bf0 +instanceKlass org/betterx/wover/common/item/api/ItemWithCustomStack +instanceKlass org/betterx/wover/complex/api/equipment/EquipmentSet$ToolFactory +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 28 member ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684a977d8 +instanceKlass @bci org/betterx/betternether/items/complex/NetherSet (Ljava/lang/String;Lorg/betterx/wover/complex/api/equipment/ToolTier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ZLorg/betterx/wover/complex/api/equipment/EquipmentSet;)V 19 argL0 ; # org/betterx/betternether/items/complex/NetherSet$$Lambda+0x000001d684a975c0 +instanceKlass @bci org/betterx/betternether/items/materials/BNArmorMaterials ()V 154 argL0 ; # org/betterx/betternether/items/materials/BNArmorMaterials$$Lambda+0x000001d684a973a8 +instanceKlass @bci org/betterx/betternether/items/materials/BNArmorMaterials ()V 97 argL0 ; # org/betterx/betternether/items/materials/BNArmorMaterials$$Lambda+0x000001d684a97190 +instanceKlass @bci org/betterx/betternether/items/materials/BNArmorMaterials ()V 41 argL0 ; # org/betterx/betternether/items/materials/BNArmorMaterials$$Lambda+0x000001d684a96f78 +instanceKlass org/betterx/betternether/items/materials/BNArmorMaterials +instanceKlass org/betterx/betternether/items/materials/BNArmorTiers +instanceKlass org/betterx/betternether/items/materials/BNToolTiers +instanceKlass org/betterx/betternether/registry/NetherTemplates +instanceKlass @bci org/betterx/wover/item/api/ItemRegistry lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 9 member ; # org/betterx/wover/item/api/ItemRegistry$$Lambda+0x000001d684a962b0 +instanceKlass @bci org/betterx/wover/item/api/ItemRegistry onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/item/api/ItemRegistry$$Lambda+0x000001d684a96088 +instanceKlass @bci net/runes/crafting/RunePouches register ()V 80 argL0 ; # net/runes/crafting/RunePouches$$Lambda+0x000001d684a95e70 +instanceKlass net/minecraft/network/chat/ComponentUtils +instanceKlass com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Builder +instanceKlass net/runes/crafting/RunePouches +instanceKlass net/runes/api/RuneItems +instanceKlass @bci net/minecraft/world/entity/decoration/HangingEntity ()V 0 argL0 ; # net/minecraft/world/entity/decoration/HangingEntity$$Lambda+0x000001d684a94d98 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/custom/PufferfishCreeper ofPufferfish (Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType;)Lnet/minecraft/world/entity/EntityType$EntityFactory; 1 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/custom/PufferfishCreeper$$Lambda+0x000001d684a9fd20 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/custom/PufferfishCreeper ()V 9 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/custom/PufferfishCreeper$$Lambda+0x000001d684a9fad8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper ofPassive (Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType;)Lnet/minecraft/world/entity/EntityType$EntityFactory; 1 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper$$Lambda+0x000001d684a94b78 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper ofNeutral (Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType;)Lnet/minecraft/world/entity/EntityType$EntityFactory; 1 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper$$Lambda+0x000001d684a94958 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper of (Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType;)Lnet/minecraft/world/entity/EntityType$EntityFactory; 1 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/BaseCreeper$$Lambda+0x000001d684a90b90 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1756 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a90228 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1724 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a90000 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1646 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8fcc8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setFlopSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a8fa88 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1638 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8f870 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1630 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8f638 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1616 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8f410 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1599 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8f1d8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1573 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8efa0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1552 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8ed88 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1538 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8eb60 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1468 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8e948 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1436 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8e720 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1358 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8e508 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1326 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8e2d0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1321 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8e088 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1243 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8de70 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1125 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a8dc58 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1093 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7fd38 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1088 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7faf0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1080 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7f8c8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 1002 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7f6b0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 970 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7f488 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 892 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7f270 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 860 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7f048 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 782 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7ee30 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 750 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7ebf8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 745 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7e9b0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 663 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7e798 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 625 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a7e570 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 555 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a87d08 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 523 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a87ae0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 457 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a878c8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 425 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a876a0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 396 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a87488 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 330 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a87270 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 298 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a87048 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 269 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a86e30 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setShearedModel (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a86bf0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 203 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a869d8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setHitSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a86798 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 165 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a86570 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes ()V 88 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes$$Lambda+0x000001d684a07db8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setPrimeSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a07b78 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setHurtSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a07938 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setExplosionSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a076f8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setDeathSounds (Ljava/util/function/Supplier;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a074b8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setAnimation (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a07278 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setModel (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d6849e7bd0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setChargedTexture (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d6849e7990 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setGlowingTexture (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d6849e7750 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder setTexture (Lnet/minecraft/resources/ResourceLocation;)Ltech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder; 2 member ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d6849e7510 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 153 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d6849e72f8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 144 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a27d58 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 135 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a27b20 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 126 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a278e8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 117 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a276b0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 108 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a27478 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 99 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a57d00 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 90 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a57ac8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder ()V 76 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder$$Lambda+0x000001d684a578a0 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperAttributeBuilder +instanceKlass tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType$Builder +instanceKlass tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$31 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a376c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$30 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a3fd08 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$29 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a3faf0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$28 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a3f8d8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$27 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a3f6c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$26 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a6fda8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$25 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a6fb90 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$24 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a6f978 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$23 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a6f760 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$22 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a5fd08 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$21 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a5faf0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$20 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a5f8d8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$19 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a5f6c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$18 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a67c20 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$17 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a4f8d8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$16 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a4f6c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$15 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a47d10 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$14 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a47af8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a478e0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a476c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a2fdb0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a2f6d0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a1fd50 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a1fb38 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a1f920 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d6849f7d28 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a17d08 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a17af0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a178d8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a176c0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a0fcd8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684a0fac0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ffa58 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ff840 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ff628 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ff410 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849e70e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849e6ec8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ef898 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849ef680 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849e6570 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849e5e38 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849e5668 +instanceKlass com/faboslav/friendsandfoes/common/versions/VersionedEntityTypeResourceId +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d6849dfd30 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849df220 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849df008 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849dedf0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849debd8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849de9c0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849de7a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849dc3c0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849d7cf0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849cfc10 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d6849cf9f8 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 8 member ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d6849cf7d8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule lambda$new$8 (Lnet/mehvahdjukaar/moonlight/api/misc/Registrator;)V 2 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d6849cf5b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$registerInBatch$4 (Lnet/minecraft/core/Registry;Ljava/util/function/Consumer;Lnet/neoforged/neoforge/registries/RegisterEvent;)V 10 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6849cf388 +instanceKlass com/li64/tide/registries/TideEntityAttributes +instanceKlass org/embeddedt/modernfix/entity/AttributeInstanceTemplates$1 +instanceKlass org/embeddedt/modernfix/entity/AttributeInstanceTemplates +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder handler$zlc000$modernfix$deduplicateInstances (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 11 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder$$Lambda+0x000001d6849ced20 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder build ()Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier; 9 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder$$Lambda+0x000001d6849ceaf8 +instanceKlass @bci com/li64/tide/registries/TideEntityTypes buildFishEntity (Ljava/lang/String;Lcom/li64/tide/registries/TideFish$FishEntityData;)V 6 member ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d6849ce8b8 +instanceKlass @bci com/li64/tide/registries/TideEntityTypes init ()V 3 argL0 ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d6849ce690 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7589 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ce468 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7584 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ce250 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7576 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ce028 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7568 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cde00 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7508 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cdbd8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7503 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cd9c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7495 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cd798 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7487 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cd570 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7460 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cd338 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7414 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cc460 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7409 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cc248 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7401 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cc020 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7341 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cbdf8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7336 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cbbe0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7328 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cb9b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7241 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cb790 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7236 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cb578 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7228 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cb350 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7170 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cb128 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7165 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849caf10 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7157 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849cace8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7097 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849caac0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7092 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ca8a8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7084 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ca680 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7026 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ca458 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7021 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ca240 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 7013 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849ca018 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6953 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9df0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6948 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9bd8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6940 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c99b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6880 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9788 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6875 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9570 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6867 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9348 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6780 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c9120 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6775 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8f08 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6767 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8ce0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6750 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8aa8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6702 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8880 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6697 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8668 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6689 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8440 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6631 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8218 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6626 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c8000 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6618 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c7ce8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6560 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c7ac0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6555 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c78a8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6547 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c7680 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6508 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c7458 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6482 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849c7230 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6477 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bfbe0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6469 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bf768 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6452 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bf530 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6425 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bf308 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6401 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bf0e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6396 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849beec8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6388 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849beca0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6324 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bea78 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6298 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849be850 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6293 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849be638 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6285 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849be410 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6249 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849be1e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6223 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bdfc0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6218 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bdda8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6210 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bdb80 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6174 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bd958 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6150 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bd730 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6145 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bd518 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6137 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bd2f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6101 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bd0c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6077 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bcea0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6072 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bcc88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6064 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bca60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6028 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bc838 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 6004 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bc610 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5999 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bc3f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5991 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bc1d0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5955 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bbfa8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5929 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bbd80 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5924 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bbb68 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5916 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849bb940 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5880 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b7be0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5856 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b79b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5851 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b77a0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5843 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b7578 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5807 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b7350 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5783 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849b7128 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5778 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849afd80 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5770 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849afb58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5734 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849af930 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5708 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849af708 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5703 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849af4f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5695 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a7540 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5638 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a7318 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5633 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a7100 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5625 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6ed8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5617 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6cb0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5557 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6a88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5552 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6870 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5544 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6648 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5486 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6420 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5481 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a6208 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5473 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a5fe0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5415 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a5db8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5410 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a5ba0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5402 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a5720 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5342 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a54f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5337 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a52e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5329 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a50b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5269 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a4e90 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5264 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a4c78 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5256 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a4a50 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5196 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a4828 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5191 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a4610 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5183 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a43e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5123 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a41c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5118 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a3fa8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5110 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a3d80 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5052 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a3b58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5047 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849a3940 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 5039 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499fcf8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4979 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499fad0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4974 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499f8b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4966 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499f690 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4906 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499f468 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4901 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499f250 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4893 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499f028 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4837 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499ee00 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4832 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499ebe8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4824 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499e1b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4766 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499df88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4761 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499dd70 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4753 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499db48 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4745 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499d920 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4687 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499d6f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4682 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499d4e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4674 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499d2b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4666 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499d090 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4606 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499ce68 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4601 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68499cc50 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4593 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849990f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4533 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684998ec8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4528 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684998cb0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4520 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684997d60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4462 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684997b38 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4457 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684997920 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4449 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849976f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4429 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849974c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4381 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684997298 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4376 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684997080 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4368 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684996e58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4308 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684996c30 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4303 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684996a18 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4295 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849967f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4235 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849965c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4230 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849963b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4222 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684996188 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4162 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684995f60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4157 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684995d48 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4149 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684995b20 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4089 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849958f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4084 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849956e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4076 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849954b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4018 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684995290 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4013 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684995078 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 4005 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684994e50 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3945 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684994c28 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3940 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684994a10 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3932 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849947e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3872 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849945c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3867 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849943a8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3859 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684994180 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3799 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684993f58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3794 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684993d40 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3786 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684993b18 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3726 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849938f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3721 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498fd58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3713 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498fb30 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3655 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498f908 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3650 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498f6f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3642 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498f4c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3582 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498f2a0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3577 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498f088 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3569 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498ee60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3511 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498ec38 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3506 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498ea20 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3498 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498e7f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3440 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498e5d0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3435 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498e3b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3427 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498e190 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3369 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498df68 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3364 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498dd50 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3356 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498db28 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3296 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498d900 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3291 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498d6e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3283 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498d4c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3275 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498d298 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3217 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498d070 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3212 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498ce58 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3204 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498cc30 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3196 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498ca08 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3148 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498c7e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3143 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498c5c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3135 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498c3a0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3075 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498c178 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3070 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498bf60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 3062 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498bd38 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2975 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498bb10 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2970 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68498b8f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2962 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684987c88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2902 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684987a60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2897 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684987848 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2889 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684987620 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2829 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849873f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2824 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849871e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2816 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497fa20 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2756 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497f7f8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2751 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497f5e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2743 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497f158 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2683 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497ef30 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2678 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497ed18 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2670 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497eaf0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2610 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497e8c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2605 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497e6b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2597 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497e488 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2551 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497e260 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2546 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497e048 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2538 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497de20 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2478 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497dbf8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2473 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497d9e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2465 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497d7b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2445 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497d580 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2397 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497d358 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2392 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497d140 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2384 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497cf18 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2364 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497cce0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2316 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497cab8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2311 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497c8a0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2303 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497c678 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2243 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497c450 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2238 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497c238 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2230 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497c010 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2172 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497bde8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2167 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497bbd0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2159 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497b9a8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2099 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497b780 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2094 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497b568 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2086 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497b340 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2026 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497b118 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2021 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497af00 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 2013 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497acd8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1955 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497aab0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1950 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497a898 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1942 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497a670 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1882 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497a448 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1877 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497a230 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1869 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68497a008 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1811 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979de0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1806 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979bc8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1798 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849799a0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1740 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979778 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1735 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979560 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1727 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979338 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1669 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684979110 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1664 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978ef8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1656 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978cd0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1598 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978aa8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1593 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978890 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1585 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978668 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1527 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978440 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1522 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978228 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1514 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684978000 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1456 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684977c88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1451 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684977a70 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1443 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684977848 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1383 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684977620 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1378 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684977408 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1370 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849771e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1310 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496fd88 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1305 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496fb70 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1297 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496f948 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1239 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496f720 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1234 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496f508 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1226 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496f2e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1168 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496f0b8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1163 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496eea0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1155 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496ec78 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1095 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496ea50 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1090 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496e838 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1082 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496e610 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1022 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496e3e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1017 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496e1d0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 1009 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496dfa8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 951 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496dd80 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 946 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496db68 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 938 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496d940 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 878 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496d718 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 873 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496d500 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 865 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496d2d8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 807 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496d0b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 802 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496ce98 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 794 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496cc70 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 736 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496ca48 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 731 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496c830 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 723 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496c608 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 663 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496c3e0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 658 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496c1c8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 650 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496bfa0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 592 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496bd78 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 587 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496bb60 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 579 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d68496b938 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 521 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684967d28 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 516 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684967b10 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 508 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849678e8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 450 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849676c0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 445 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849674a8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 437 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684967280 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 379 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684967058 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 374 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684966e40 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 366 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684966c18 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 308 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849669f0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 303 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849667d8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 295 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849665b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 237 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684966388 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 232 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684966170 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 224 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684965f48 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 166 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684965d20 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 161 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684965b08 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 153 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849658e0 +instanceKlass @bci com/li64/tide/registries/TideFish$Builder createSpawningItems (Ljava/lang/String;Lcom/li64/tide/registries/TideFish$FishEntityData;)V 42 member ; # com/li64/tide/registries/TideFish$Builder$$Lambda+0x000001d6849656a0 +instanceKlass @bci com/li64/tide/registries/TideFish$Builder createSpawningItems (Ljava/lang/String;Lcom/li64/tide/registries/TideFish$FishEntityData;)V 24 member ; # com/li64/tide/registries/TideFish$Builder$$Lambda+0x000001d684965460 +instanceKlass @bci com/li64/tide/registries/TideFish$Builder createSpawningItems (Ljava/lang/String;Lcom/li64/tide/registries/TideFish$FishEntityData;)V 5 member ; # com/li64/tide/registries/TideFish$Builder$$Lambda+0x000001d684965220 +instanceKlass @bci com/li64/tide/registries/TideFish$FishEntityData of (Lnet/minecraft/world/entity/EntityType$EntityFactory;Ljava/util/function/Consumer;Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder;)Lcom/li64/tide/registries/TideFish$FishEntityData; 3 argL0 ; # com/li64/tide/registries/TideFish$FishEntityData$$Lambda+0x000001d684964ff8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 95 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684964bc8 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 90 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d6849649b0 +instanceKlass @bci com/li64/tide/registries/TideFish ()V 82 argL0 ; # com/li64/tide/registries/TideFish$$Lambda+0x000001d684964788 +instanceKlass com/li64/tide/data/fishing/FishData$Builder +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1330 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849641e8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1300 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963fb0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1270 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963d78 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1240 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963b40 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1210 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963908 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1180 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849636d0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1159 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963498 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1135 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963260 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1114 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684963028 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1100 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684962df0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1086 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684962bb8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1072 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684962980 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1058 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684962748 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1044 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495fda0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 1006 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495fb68 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 992 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495f930 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 959 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495f6f8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 922 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495f4c0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 908 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495f288 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 894 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495e390 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 880 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495d498 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 866 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495c5a0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 852 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68495b2c8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 811 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684957c38 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 786 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684957a00 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 772 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849577c8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 758 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684956900 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 744 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849566c8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 730 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684956490 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 716 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684956258 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 702 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684956020 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 688 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955de8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 674 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955bb0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 660 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955978 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 646 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955740 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 632 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955508 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 618 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849552d0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 604 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684955098 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 590 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684954e60 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 576 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684954c28 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 562 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849549f0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 548 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849547b8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 534 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684954580 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 520 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684954348 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 506 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684954110 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 492 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684953ed8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 478 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684953ca0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 464 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684953a68 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 427 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684953830 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 400 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684952968 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 373 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684952730 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 359 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849524f8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 345 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849522c0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 331 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684952088 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 317 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684951e50 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 303 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684951c18 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 289 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849519e0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 275 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d6849517a8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 261 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684951570 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 247 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684951338 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 233 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684951100 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 219 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684950ec8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 205 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d684950c90 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 191 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494fdb0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 177 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494fb78 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 163 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494f940 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 149 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494f708 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 135 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494f4d0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 121 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494f298 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 107 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494f060 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 93 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494ee28 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 79 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494ebf0 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 65 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494e9b8 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 51 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494e780 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 37 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494e548 +instanceKlass @bci com/li64/tide/registries/TideItems ()V 23 argL0 ; # com/li64/tide/registries/TideItems$$Lambda+0x000001d68494e310 +instanceKlass com/li64/tide/registries/items/TooltipItem +instanceKlass com/li64/tide/registries/TideItems +instanceKlass com/li64/tide/registries/TideFoods +instanceKlass @bci com/li64/tide/registries/TideFish$Builder (Ljava/lang/String;)V 16 argL0 ; # com/li64/tide/registries/TideFish$Builder$$Lambda+0x000001d6849474f8 +instanceKlass com/li64/tide/registries/TideFish$Builder +instanceKlass com/li64/tide/data/fishing/mediums/FishingMedium +instanceKlass com/li64/tide/registries/TideFish +instanceKlass @bci com/li64/tide/registries/TideEntityTypes ()V 137 argL0 ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d68493f638 +instanceKlass @bci com/li64/tide/registries/TideEntityTypes ()V 102 argL0 ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d68493f420 +instanceKlass @bci com/li64/tide/registries/TideEntityTypes ()V 62 argL0 ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d68493f208 +instanceKlass @bci com/li64/tide/registries/TideEntityTypes ()V 22 argL0 ; # com/li64/tide/registries/TideEntityTypes$$Lambda+0x000001d68493eff0 +instanceKlass com/li64/tide/registries/TideEntityTypes +instanceKlass @bci net/spell_engine/SpellEngineMod registerEntityTypes ()V 73 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d68493edd8 +instanceKlass @bci net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder build ()Lnet/minecraft/world/entity/EntityType; 15 argL0 ; # net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder$$Lambda+0x000001d68493caa8 +instanceKlass net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder +instanceKlass @bci net/spell_engine/SpellEngineMod registerEntityTypes ()V 14 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d68493c608 +instanceKlass net/spell_engine/client/render/FlyingSpellEntity +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModEntities lambda$build$1 (Ljava/util/function/Function;FFLjava/lang/String;)Lnet/minecraft/world/entity/EntityType; 1 member ; # com/mrcrayfish/goblintraders/core/ModEntities$$Lambda+0x000001d68493a180 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684939f68 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684939d50 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684939b38 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684939920 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684939708 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d6849394f0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d6849392d8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d6849390c0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684938ea8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684938c90 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684938a78 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d684938860 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$22 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684938648 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$21 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684938430 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$20 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684938218 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$19 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684938000 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$18 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684937bd8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$17 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d6849379c0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$16 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d6849377a8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$15 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684937590 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$14 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684937378 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684937160 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492fd80 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492fb68 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492f950 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492f738 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492f520 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492f308 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68492f0f0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927d90 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927b78 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927960 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927748 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927530 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d684927318 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d68491fbd8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d68491f9c0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d68491f7a8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d68491f590 +instanceKlass com/kyanite/deeperdarker/content/entities/goals/DisturbanceListener +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917db8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917ba0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917988 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917770 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917558 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684917340 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684907cf0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684907848 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d684907630 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$102 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68490fca8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$101 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684907418 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$100 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684907200 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$99 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684906fe8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$98 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684904780 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$97 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684900000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$96 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848fbee8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$95 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848f5370 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$94 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848efd80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$93 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848ebb58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$92 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684897a88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$91 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848d7d10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$90 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848dfaa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$89 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684896a18 +instanceKlass com/github/L_Ender/cataclysm/entity/etc/IShieldEntity +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$88 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684896568 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$87 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684896350 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$86 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68488ea08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$85 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68488e7f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$84 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68488e5d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$83 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68488e3c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$82 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848c7c20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$81 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848c6ba8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$80 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848af688 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$79 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848af1d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$78 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848aed60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$77 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848a6948 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$76 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848a6730 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$75 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848a6518 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$74 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848b7080 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$73 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848b6e68 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$72 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848b6c50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$71 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848b6a38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$70 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489fcf0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$69 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489fad8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$68 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489f8c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$67 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489f6a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$66 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489f490 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$65 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489f278 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$64 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489f060 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$63 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489ee48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$62 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489ec30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$61 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489ea18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$60 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489e800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$59 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489e5e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$58 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68489e3d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$57 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487fc30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$56 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487fa18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$55 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487f800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$54 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487f5e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$53 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487f3d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$52 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487f1b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$51 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487efa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$50 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487ed88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$49 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487eb70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$48 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487e958 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$47 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487e740 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$46 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68487e528 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$45 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684877c60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$44 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684877a48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$43 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684877830 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$42 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684877618 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$41 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684877400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$40 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848771e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$39 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684876fd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$38 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684876db8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$37 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684876ba0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$36 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684876988 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$35 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684876770 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$34 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486fce0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$33 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486fac8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$32 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486f8b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$31 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486f698 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$30 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486f480 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$29 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486f268 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$28 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68486f050 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$27 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684867428 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$26 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68484f738 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$25 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684857de0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$24 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68484e1f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$23 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848475e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$22 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684827440 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$21 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684826b08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$20 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68483edd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$19 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6848261b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$18 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684837380 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$17 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684825f98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$16 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68482f760 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$15 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847e7c70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$14 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847e7058 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684817db0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d68480ed30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847e61e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847e5fc8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847ffcd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684807d78 +instanceKlass com/github/L_Ender/cataclysm/entity/etc/IHoldEntity +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847f7b98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847f7980 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847f7768 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847f7550 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847ef138 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847cfda0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6847ce138 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d684796c28 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDEntityTypes$$Lambda+0x000001d6847bf738 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # vectorwing/farmersdelight/common/registry/ModEntityTypes$$Lambda+0x000001d6847bf520 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6847bf308 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6847bf0f0 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities lambda$register$1 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 0 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d6847b7c20 +instanceKlass @bci org/betterx/bclib/registry/BaseBlockEntities register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 45 argL0 ; # org/betterx/bclib/registry/BaseBlockEntities$$Lambda+0x000001d6847b79f8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847b77e0 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847b75c8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847c7c88 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847b73b0 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847b7198 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479fd88 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479fb70 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479f6d8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479f4c0 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479f2a8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479f090 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479ee78 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6847afd00 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68479e920 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6847a7ad0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6847a6f58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684787d50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684787b38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684787920 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d684787708 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6847874f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6847872d8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$37 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6847870c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$36 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786ea8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$35 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786c90 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$34 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786a78 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$33 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478fd20 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$32 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478fb08 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$31 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478f8f0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$30 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478f6d8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$29 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478f4c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$28 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478f2a8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$27 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478f090 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$26 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68478ee78 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$25 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786860 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$24 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786648 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$23 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786430 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$22 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68475fd70 +instanceKlass com/aetherteam/aether/entity/projectile/crystal/WeaknessDamage +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$21 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684786020 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$20 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68477fcc0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$19 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68477faa8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$18 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6846f7d98 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$17 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6846f7b80 +instanceKlass com/aetherteam/aether/entity/NpcDialogue +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$16 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68476fb00 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$15 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6846f6fc8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$14 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684767638 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684757768 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684757550 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68474f8c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68474f6a8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68474f490 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68474f278 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6846efb28 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6846ef910 +instanceKlass com/aetherteam/aether/data/resources/AetherMobCategory +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68473fc80 +instanceKlass io/github/razordevs/deep_aether/entity/AerwhaleSaddleable +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684727dd0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684727968 +instanceKlass com/aetherteam/aether/entity/WingedBird +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d684737a30 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68472fd68 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68472fb50 +instanceKlass com/aetherteam/aether/entity/NotGrounded +instanceKlass com/aetherteam/aether/entity/MountableMob +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d68471fdc0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d68471fba8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846eee48 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846ee528 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$6 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d68470f9d0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d68470f540 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846fee78 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846fea10 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d684707dc0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846fe598 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d6846e7500 +instanceKlass @bci org/betterx/betterend/registry/EndEntities setupSpawnRules ()V 100 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6846e6e40 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$onlyOnValidBlocks$10 ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 5 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d6846e6c28 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder onlyOnValidBlocks ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 3 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d6846e6a10 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$aboveGround$6 (I)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 6 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d6846e67f8 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder aboveGround (I)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 4 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d6846e65e0 +instanceKlass @bci org/betterx/betterend/registry/EndEntities onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6846d7c70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler earthSpikeBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d7a58 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler fissurePieceBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d7840 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler fissureBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d7628 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler cameraShakeBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d7410 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler blockSwapperTunnelingBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d71f8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler blockSwapperBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d6fe0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler fallingBlockBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d6dc8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler superNovaBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d6bb0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler poisonBallBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d6998 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler dartBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846dfcb8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler frozenControllerBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846dfaa0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler iceBallBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846df888 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler iceBreathBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846df670 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler axeAttackBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846df458 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler pillarPieceBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846df240 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler sculptorPillarBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846df028 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler pillarBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846dee10 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler boulderPlatformCrumblingBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846debf8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler boulderPlatformBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846de9e0 +instanceKlass com/bobmowzie/mowziesmobs/client/sound/IGeomancyRumbler +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler rockSlingBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d6780 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler boulderProjectileBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846d4248 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler solarBeamBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846cfd00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler sunstrikeBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846cfae8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$18 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846cd768 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler elokosaFollowerToHowlerBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846c7db0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$16 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846b7a50 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$15 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846b6e00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$14 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846b4ae0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$13 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846afdc8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$12 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d6846ac1a8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$11 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469fde0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$10 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469eae8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$9 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469d388 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$8 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469c7a8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$7 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469c590 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler umvuthanaCraneToPlayerBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68469bc00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler umvuthanaFollowerToPlayerBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68468fc38 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler umvuthanaFollowerToRaptorBuilder ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68468f7d8 +instanceKlass com/bobmowzie/mowziesmobs/server/ability/Ability +instanceKlass software/bernie/geckolib/animation/AnimationController +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d684685020 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d684680000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d68467c188 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # alabaster/hearthandharvest/common/registry/HHModEntities$$Lambda+0x000001d6846414d8 +instanceKlass @bci de/maxhenkel/corpse/corelib/CommonRegistry registerEntity (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/world/entity/MobCategory;Ljava/lang/Class;Ljava/util/function/Consumer;)Lnet/minecraft/world/entity/EntityType; 1 member ; # de/maxhenkel/corpse/corelib/CommonRegistry$$Lambda+0x000001d6846435c0 +instanceKlass @bci de/maxhenkel/corpse/Main createCorpseEntityType ()Lnet/minecraft/world/entity/EntityType; 10 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d684643398 +instanceKlass @bci net/minecraft/world/entity/EntityType (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;ZZZZLcom/google/common/collect/ImmutableSet;Lnet/minecraft/world/entity/EntityDimensions;FIILnet/minecraft/world/flag/FeatureFlagSet;)V 32 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d684643180 +instanceKlass @bci net/minecraft/world/entity/EntityType (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;ZZZZLcom/google/common/collect/ImmutableSet;Lnet/minecraft/world/entity/EntityDimensions;FIILnet/minecraft/world/flag/FeatureFlagSet;)V 27 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d684642f68 +instanceKlass @bci net/minecraft/world/entity/EntityType (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;ZZZZLcom/google/common/collect/ImmutableSet;Lnet/minecraft/world/entity/EntityDimensions;FIILnet/minecraft/world/flag/FeatureFlagSet;)V 22 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d684642d20 +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterEntityType$Builder +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule$$Lambda+0x000001d684642860 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$belowBrightness$16 (I)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 6 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d684642648 +instanceKlass @cpi org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder 620 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684640800 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder belowBrightness (I)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 8 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d684642430 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$notPeaceful$3 ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 5 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d684642218 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder notPeaceful ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 3 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d684642000 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder build (Lnet/minecraft/world/entity/SpawnPlacementType;Lnet/minecraft/world/level/levelgen/Heightmap$Types;)V 13 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d68466fbe0 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$maxNearby$21 (ILjava/lang/Class;I)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 8 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d68466f9c0 +instanceKlass @cpi org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder 607 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684640400 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 22 member ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d68466f7a0 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder lambda$belowMaxHeight$8 ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleEntry; 5 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d68466f588 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder belowMaxHeight ()Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 3 argL0 ; # org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$$Lambda+0x000001d68466f370 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 415 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d684667a90 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 346 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d6846675f8 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 277 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d6846673e0 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 212 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d68465f220 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 145 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d684657cd8 +instanceKlass org/betterx/betternether/entity/EntityFirefly$2 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 77 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d6846575e0 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder create (Lnet/minecraft/core/Holder;)Lnet/minecraft/world/entity/ai/attributes/AttributeInstance; 13 member ; # net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder$$Lambda+0x000001d68464f278 +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeSupplier +instanceKlass @bci org/betterx/betternether/registry/NetherEntities lambda$onRegister$3 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 0 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d68463fa00 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d68463f7d8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes lambda$static$3 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d68463f5c0 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes lambda$static$2 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d68463f3a8 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes lambda$static$1 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d684647db0 +instanceKlass com/faboslav/variantsandventures/common/versions/VersionedEntityTypeResourceId +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes lambda$static$0 ()Lnet/minecraft/world/entity/EntityType; 0 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d68463ea70 +instanceKlass @bci com/simibubi/create/content/decoration/encasing/EncasingRegistry addVariant (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)V 4 argL0 ; # com/simibubi/create/content/decoration/encasing/EncasingRegistry$$Lambda+0x000001d68463e5d8 +instanceKlass plus/dragons/createenchantmentindustry/common/fluids/lantern/ExperienceLanternMovementBehaviour +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 48 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463e090 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 34 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463de78 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 29 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463dc60 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 24 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463da48 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 19 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463d830 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$22 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 14 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463d618 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$11 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463d400 +instanceKlass plus/dragons/createdragonsplus/common/processing/blaze/BlazeMovementBehaviour +instanceKlass @bci plus/dragons/createdragonsplus/common/processing/blaze/BlazeBlock ()V 4 argL0 ; # plus/dragons/createdragonsplus/common/processing/blaze/BlazeBlock$$Lambda+0x000001d68463ce90 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$6 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463cc78 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceHatchBlock ()V 0 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceHatchBlock$$Lambda+0x000001d68463ca40 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$3 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d68463c828 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFluidType lambda$create$0 (Lorg/joml/Vector3f;Lnet/neoforged/neoforge/fluids/FluidType$Properties;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/neoforged/neoforge/fluids/FluidType; 9 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFluidType$$Lambda+0x000001d684637d40 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/hatch/FluidHatchBlock ()V 0 argL0 ; # plus/dragons/createdragonsplus/common/fluids/hatch/FluidHatchBlock$$Lambda+0x000001d684637b08 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dragonBreath/DragonBreathFluidType lambda$create$0 (ILorg/joml/Vector3f;Lnet/neoforged/neoforge/fluids/FluidType$Properties;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/neoforged/neoforge/fluids/FluidType; 10 argL0 ; # plus/dragons/createdragonsplus/common/fluids/dragonBreath/DragonBreathFluidType$$Lambda+0x000001d6846378f0 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dye/DyeFluidType lambda$create$0 (ILorg/joml/Vector3f;Lnet/minecraft/world/item/DyeColor;Lnet/neoforged/neoforge/fluids/FluidType$Properties;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/neoforged/neoforge/fluids/FluidType; 11 argL0 ; # plus/dragons/createdragonsplus/common/fluids/dye/DyeFluidType$$Lambda+0x000001d6846376d8 +instanceKlass @cpi plus/dragons/createdragonsplus/common/fluids/dragonBreath/DragonBreathFluidType 351 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684640000 +instanceKlass plus/dragons/createintegratedfarming/common/fishing/net/AbstractFishingNetContext +instanceKlass plus/dragons/createintegratedfarming/common/fishing/net/AbstractFishingNetMovementBehaviour +instanceKlass plus/dragons/createintegratedfarming/common/fishing/net/FishingNetBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs ()V 52 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs$$Lambda+0x000001d6846364d8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs ()V 31 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs$$Lambda+0x000001d6846362a0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs ()V 10 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs$$Lambda+0x000001d684636068 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassProperties (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 25 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684635c10 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassProperties (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 17 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6846359f8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassProperties (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 9 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6846357e0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassProperties (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6846355c8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$504 (Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Lnet/minecraft/world/level/block/Block;)V 1 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846353a8 +instanceKlass @bci com/simibubi/create/foundation/block/CreateCopperStairBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 8 argL0 ; # com/simibubi/create/foundation/block/CreateCopperStairBlock$$Lambda+0x000001d684635170 +instanceKlass @bci com/simibubi/create/foundation/block/CreateCopperStairBlock ()V 0 argL0 ; # com/simibubi/create/foundation/block/CreateCopperStairBlock$$Lambda+0x000001d684634f38 +instanceKlass @bci com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock$$Lambda+0x000001d684634d10 +instanceKlass @bci com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock$$Lambda+0x000001d684634ad8 +instanceKlass @bci com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock ()V 0 argL0 ; # com/simibubi/create/foundation/block/CreateWeatheringCopperStairBlock$$Lambda+0x000001d6846348a0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$501 (Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Lnet/minecraft/world/level/block/Block;)V 1 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684634680 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 48 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684634468 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 34 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684634250 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 29 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684634038 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 24 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684633e20 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 19 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684633c08 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$486 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 14 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846339f0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$441 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684633790 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$439 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684633138 +instanceKlass com/simibubi/create/content/decoration/copycat/CopycatPanelBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$437 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684632850 +instanceKlass @bci com/simibubi/create/content/decoration/copycat/CopycatStepBlock$PlacementHelper ()V 14 argL0 ; # com/simibubi/create/content/decoration/copycat/CopycatStepBlock$PlacementHelper$$Lambda+0x000001d684631e28 +instanceKlass @bci com/simibubi/create/content/decoration/copycat/CopycatStepBlock$PlacementHelper ()V 9 member ; # com/simibubi/create/content/decoration/copycat/CopycatStepBlock$PlacementHelper$$Lambda+0x000001d684631bd8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$432 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846316d0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$429 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684631470 +instanceKlass com/simibubi/create/content/decoration/girder/GirderPlacementHelper +instanceKlass com/simibubi/create/content/decoration/MetalLadderBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardBlock ()V 9 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardBlock$$Lambda+0x000001d6846306a8 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxBlock ()V 0 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxBlock$$Lambda+0x000001d684630470 +instanceKlass @bci com/simibubi/create/content/redstone/diodes/ToggleLatchBlock ()V 8 argL0 ; # com/simibubi/create/content/redstone/diodes/ToggleLatchBlock$$Lambda+0x000001d684630238 +instanceKlass @bci com/simibubi/create/content/decoration/placard/PlacardBlock ()V 6 argL0 ; # com/simibubi/create/content/decoration/placard/PlacardBlock$$Lambda+0x000001d684630000 +instanceKlass @bci com/simibubi/create/content/redstone/analogLever/AnalogLeverBlock ()V 0 argL0 ; # com/simibubi/create/content/redstone/analogLever/AnalogLeverBlock$$Lambda+0x000001d68462fd80 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$380 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462fb68 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$374 (Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462f950 +instanceKlass @bci com/simibubi/create/content/redstone/nixieTube/DoubleFaceAttachedBlock ()V 0 argL0 ; # com/simibubi/create/content/redstone/nixieTube/DoubleFaceAttachedBlock$$Lambda+0x000001d68462f2a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$370 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462f090 +instanceKlass com/simibubi/create/content/trains/display/FlapDisplayBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/DisplayLinkBlock ()V 6 argL0 ; # com/simibubi/create/content/redstone/displayLink/DisplayLinkBlock$$Lambda+0x000001d68462ebc8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$106 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68462e968 +instanceKlass com/simibubi/create/content/logistics/tableCloth/TableClothBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$347 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462e088 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBlock$$Lambda+0x000001d68462da58 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockTickerBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockTickerBlock$$Lambda+0x000001d68462d820 +instanceKlass @bci com/simibubi/create/content/logistics/packagerLink/PackagerLinkBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/packagerLink/PackagerLinkBlock$$Lambda+0x000001d68462d5e8 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock$$Lambda+0x000001d68462d3c0 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock$$Lambda+0x000001d68462d188 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlock$$Lambda+0x000001d68462cf50 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$113 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68462cd38 +instanceKlass @bci com/simibubi/create/content/logistics/itemHatch/ItemHatchBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/itemHatch/ItemHatchBlock$$Lambda+0x000001d68462cb00 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultBlock ()V 45 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultBlock$$Lambda+0x000001d68462c8e8 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultBlock ()V 40 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultBlock$$Lambda+0x000001d68462c6d0 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultBlock ()V 35 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultBlock$$Lambda+0x000001d68462c4b8 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultBlock ()V 30 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultBlock$$Lambda+0x000001d68462c2a0 +instanceKlass @bci com/simibubi/create/content/logistics/vault/ItemVaultBlock ()V 25 argL0 ; # com/simibubi/create/content/logistics/vault/ItemVaultBlock$$Lambda+0x000001d68462c088 +instanceKlass @bci com/simibubi/create/content/logistics/crate/CrateBlock ()V 0 argL0 ; # com/simibubi/create/content/logistics/crate/CrateBlock$$Lambda+0x000001d68462be50 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$315 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462bc38 +instanceKlass @bci com/simibubi/create/content/redstone/DirectedDirectionalBlock ()V 10 argL0 ; # com/simibubi/create/content/redstone/DirectedDirectionalBlock$$Lambda+0x000001d68462ba00 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$312 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462b7e8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$266 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68462aab8 +instanceKlass com/simibubi/create/content/kinetics/speedController/SpeedControllerBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$253 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684629bc8 +instanceKlass @bci com/simibubi/create/content/decoration/encasing/CasingConnectivity makeCasing (Lnet/minecraft/world/level/block/Block;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;)V 7 argL0 ; # com/simibubi/create/content/decoration/encasing/CasingConnectivity$$Lambda+0x000001d684629980 +instanceKlass com/simibubi/create/content/contraptions/bearing/SailBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/content/contraptions/actors/roller/RollerBlock ()V 13 argL0 ; # com/simibubi/create/content/contraptions/actors/roller/RollerBlock$$Lambda+0x000001d6846294b8 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/roller/RollerBlock$PlacementHelper ()V 14 argL0 ; # com/simibubi/create/content/contraptions/actors/roller/RollerBlock$PlacementHelper$$Lambda+0x000001d684629280 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/roller/RollerBlock$PlacementHelper ()V 9 member ; # com/simibubi/create/content/contraptions/actors/roller/RollerBlock$PlacementHelper$$Lambda+0x000001d684629030 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/plough/PloughBlock ()V 0 argL0 ; # com/simibubi/create/content/contraptions/actors/plough/PloughBlock$$Lambda+0x000001d684628b50 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/harvester/HarvesterBlock ()V 0 argL0 ; # com/simibubi/create/content/contraptions/actors/harvester/HarvesterBlock$$Lambda+0x000001d684628918 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactBlock ()V 21 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactBlock$$Lambda+0x000001d6846286e0 +instanceKlass @bci com/simibubi/create/content/redstone/diodes/BrassDiodeBlock ()V 16 argL0 ; # com/simibubi/create/content/redstone/diodes/BrassDiodeBlock$$Lambda+0x000001d6846284a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$224 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684628290 +instanceKlass com/simibubi/create/content/kinetics/deployer/DeployerBlock$PlacementHelper +instanceKlass com/simibubi/create/content/kinetics/saw/SawBlock$PlacementHelper +instanceKlass com/simibubi/create/content/kinetics/drill/DrillBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionControlsBlock ()V 0 argL0 ; # com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionControlsBlock$$Lambda+0x000001d684620800 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsBlock ()V 16 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsBlock$$Lambda+0x000001d684621cf0 +instanceKlass @bci com/simibubi/create/content/redstone/rail/ControllerRailBlock ()V 21 argL0 ; # com/simibubi/create/content/redstone/rail/ControllerRailBlock$$Lambda+0x000001d684621ab8 +instanceKlass @bci com/simibubi/create/content/contraptions/mounted/CartAssemblerBlock ()V 53 argL0 ; # com/simibubi/create/content/contraptions/mounted/CartAssemblerBlock$$Lambda+0x000001d684621880 +instanceKlass @bci com/simibubi/create/content/contraptions/mounted/CartAssembleRailType (Ljava/lang/String;ILcom/tterrag/registrate/util/entry/BlockEntry;)V 23 member ; # com/simibubi/create/content/contraptions/mounted/CartAssembleRailType$$Lambda+0x000001d684621660 +instanceKlass @bci com/simibubi/create/content/contraptions/mounted/CartAssembleRailType (Ljava/lang/String;ILcom/tterrag/registrate/util/entry/BlockEntry;)V 13 member ; # com/simibubi/create/content/contraptions/mounted/CartAssembleRailType$$Lambda+0x000001d684621440 +instanceKlass @bci com/simibubi/create/content/contraptions/mounted/CartAssembleRailType (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;)V 23 member ; # com/simibubi/create/content/contraptions/mounted/CartAssembleRailType$$Lambda+0x000001d684621220 +instanceKlass @bci com/simibubi/create/content/contraptions/mounted/CartAssembleRailType (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;)V 8 member ; # com/simibubi/create/content/contraptions/mounted/CartAssembleRailType$$Lambda+0x000001d684621000 +instanceKlass @bci com/simibubi/create/content/kinetics/gantry/GantryShaftBlock$PlacementHelper ()V 14 argL0 ; # com/simibubi/create/content/kinetics/gantry/GantryShaftBlock$PlacementHelper$$Lambda+0x000001d684623788 +instanceKlass @bci com/simibubi/create/content/kinetics/gantry/GantryShaftBlock$PlacementHelper ()V 9 member ; # com/simibubi/create/content/kinetics/gantry/GantryShaftBlock$PlacementHelper$$Lambda+0x000001d684623538 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684620400 +instanceKlass @bci com/simibubi/create/content/contraptions/piston/PistonExtensionPoleBlock$PlacementHelper ()V 14 argL0 ; # com/simibubi/create/content/contraptions/piston/PistonExtensionPoleBlock$PlacementHelper$$Lambda+0x000001d684623058 +instanceKlass @bci com/simibubi/create/content/contraptions/piston/PistonExtensionPoleBlock$PlacementHelper ()V 9 member ; # com/simibubi/create/content/contraptions/piston/PistonExtensionPoleBlock$PlacementHelper$$Lambda+0x000001d684622e08 +instanceKlass @bci com/simibubi/create/content/kinetics/steamEngine/SteamEngineBlock ()V 13 argL0 ; # com/simibubi/create/content/kinetics/steamEngine/SteamEngineBlock$$Lambda+0x000001d684627b88 +instanceKlass com/simibubi/create/content/kinetics/steamEngine/SteamEngineBlock$PlacementHelper +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$157 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684627698 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$154 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684627438 +instanceKlass @bci com/simibubi/create/content/fluids/tank/FluidTankBlock ()V 79 argL0 ; # com/simibubi/create/content/fluids/tank/FluidTankBlock$$Lambda+0x000001d6846267b8 +instanceKlass @bci com/simibubi/create/content/fluids/tank/FluidTankBlock ()V 74 argL0 ; # com/simibubi/create/content/fluids/tank/FluidTankBlock$$Lambda+0x000001d6846265a0 +instanceKlass @bci com/simibubi/create/content/fluids/tank/FluidTankBlock ()V 69 argL0 ; # com/simibubi/create/content/fluids/tank/FluidTankBlock$$Lambda+0x000001d684626388 +instanceKlass @bci com/simibubi/create/content/fluids/tank/FluidTankBlock ()V 64 argL0 ; # com/simibubi/create/content/fluids/tank/FluidTankBlock$$Lambda+0x000001d684626170 +instanceKlass @bci com/simibubi/create/content/fluids/tank/FluidTankBlock ()V 59 argL0 ; # com/simibubi/create/content/fluids/tank/FluidTankBlock$$Lambda+0x000001d684625f58 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$153 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 4 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846258d0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$147 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684625670 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$143 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684625410 +instanceKlass @bci com/simibubi/create/content/fluids/pipes/SmartFluidPipeBlock ()V 0 argL0 ; # com/simibubi/create/content/fluids/pipes/SmartFluidPipeBlock$$Lambda+0x000001d6846251d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$141 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684624f78 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$138 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684624d18 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$132 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684624ab8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$131 (Lcom/simibubi/create/content/fluids/pipes/EncasedPipeBlock;Lcom/simibubi/create/content/decoration/encasing/CasingConnectivity;)V 5 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684624870 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$127 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/fluids/pipes/EncasedPipeBlock; 13 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684624650 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$126 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846243f0 +instanceKlass @bci com/simibubi/create/content/kinetics/gauge/GaugeShaper make ()Lcom/simibubi/create/content/kinetics/gauge/GaugeShaper; 69 member ; # com/simibubi/create/content/kinetics/gauge/GaugeShaper$$Lambda+0x000001d68461f0e0 +instanceKlass com/simibubi/create/content/logistics/chute/ChuteShapes +instanceKlass @bci com/simibubi/create/AllShapes$Builder forHorizontalAxis ()Lnet/createmod/catnip/math/VoxelShaper; 1 argL0 ; # com/simibubi/create/AllShapes$Builder$$Lambda+0x000001d68461ecb8 +instanceKlass net/createmod/catnip/math/VoxelShaper$HorizontalRotationValues +instanceKlass @bci com/simibubi/create/AllShapes$Builder forHorizontal (Lnet/minecraft/core/Direction;)Lnet/createmod/catnip/math/VoxelShaper; 1 argL0 ; # com/simibubi/create/AllShapes$Builder$$Lambda+0x000001d68461e848 +instanceKlass @bci com/simibubi/create/AllShapes$Builder forAxis ()Lnet/createmod/catnip/math/VoxelShaper; 1 argL0 ; # com/simibubi/create/AllShapes$Builder$$Lambda+0x000001d68461e620 +instanceKlass @bci net/createmod/catnip/math/VoxelShaper rotatedCopy (Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/Vec3;)Lnet/minecraft/world/phys/shapes/VoxelShape; 44 member ; # net/createmod/catnip/math/VoxelShaper$$Lambda+0x000001d68461e400 +instanceKlass @cpi net/createmod/catnip/math/VoxelShaper 218 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684620000 +instanceKlass net/createmod/catnip/math/VoxelShaper$DefaultRotationValues +instanceKlass @bci com/simibubi/create/AllShapes$Builder forDirectional (Lnet/minecraft/core/Direction;)Lnet/createmod/catnip/math/VoxelShaper; 1 argL0 ; # com/simibubi/create/AllShapes$Builder$$Lambda+0x000001d68461df90 +instanceKlass com/simibubi/create/AllShapes$Builder +instanceKlass com/simibubi/create/AllShapes +instanceKlass net/createmod/catnip/math/VoxelShaper +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$116 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 24 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461d4c0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$116 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 16 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461d2a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$110 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 16 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461cc20 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$100 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461c598 +instanceKlass @bci com/simibubi/create/content/processing/burner/BlazeBurnerBlock ()V 11 argL0 ; # com/simibubi/create/content/processing/burner/BlazeBurnerBlock$$Lambda+0x000001d68461c360 +instanceKlass @bci com/simibubi/create/content/processing/burner/BlazeBurnerBlock$HeatLevel ()V 71 argL0 ; # com/simibubi/create/content/processing/burner/BlazeBurnerBlock$HeatLevel$$Lambda+0x000001d68461c148 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$96 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 7 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461bac0 +instanceKlass @bci com/simibubi/create/content/kinetics/crusher/CrushingWheelControllerBlock ()V 9 argL0 ; # com/simibubi/create/content/kinetics/crusher/CrushingWheelControllerBlock$$Lambda+0x000001d68461b888 +instanceKlass @bci com/simibubi/create/foundation/block/WrenchableDirectionalBlock ()V 0 argL0 ; # com/simibubi/create/foundation/block/WrenchableDirectionalBlock$$Lambda+0x000001d68461b650 +instanceKlass @bci com/simibubi/create/content/kinetics/waterwheel/WaterWheelStructuralBlock ()V 0 argL0 ; # com/simibubi/create/content/kinetics/waterwheel/WaterWheelStructuralBlock$$Lambda+0x000001d68461b418 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$54 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68461afb8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$36 (Lcom/simibubi/create/content/kinetics/gearbox/GearboxBlock;Lcom/simibubi/create/content/decoration/encasing/CasingConnectivity;)V 5 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684619c38 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$30 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedCogwheelBlock; 14 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684619a18 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$27 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedCogwheelBlock; 14 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846197f8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$23 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedCogwheelBlock; 14 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846195d8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedCogwheelBase$39 (Ljava/util/function/Supplier;Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedCogwheelBlock;Lcom/simibubi/create/content/decoration/encasing/CasingConnectivity;)V 11 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684619390 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$19 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedCogwheelBlock; 14 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684619170 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$16 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedShaftBlock; 13 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684618f50 +instanceKlass com/simibubi/create/content/decoration/encasing/CasingConnectivity$Entry +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedShaft$3 (Ljava/util/function/Supplier;Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedShaftBlock;Lcom/simibubi/create/content/decoration/encasing/CasingConnectivity;)V 11 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684618ae8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$casingConnectivity$14 (Lnet/minecraft/world/level/block/Block;Ljava/util/function/BiConsumer;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6846188c8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$casingConnectivity$15 (Ljava/util/function/BiConsumer;Lnet/minecraft/world/level/block/Block;)V 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6846186a8 +instanceKlass @bci com/tterrag/registrate/builders/Builder lambda$onRegisterAfter$4 (Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Ljava/lang/Object;)V 32 member ; # com/tterrag/registrate/builders/Builder$$Lambda+0x000001d684618488 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate registerCTBehviour (Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;)V 21 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684618220 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$connectedTextures$23 (Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684618000 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$connectedTextures$24 (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/Block;)V 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684617c70 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$13 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lcom/simibubi/create/content/kinetics/simpleRelays/encased/EncasedShaftBlock; 13 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684617a50 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$12 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6846177f0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$10 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684617590 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$8 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684617330 +instanceKlass @bci com/simibubi/create/content/schematics/table/SchematicTableBlock ()V 0 argL0 ; # com/simibubi/create/content/schematics/table/SchematicTableBlock$$Lambda+0x000001d6846170f8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/block/TinyCactusBlock ()V 22 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/block/TinyCactusBlock$$Lambda+0x000001d684616ee0 +instanceKlass @bci com/starfish_studios/another_furniture/block/DrawerBlock ()V 0 argL0 ; # com/starfish_studios/another_furniture/block/DrawerBlock$$Lambda+0x000001d684616ca8 +instanceKlass @bci com/starfish_studios/another_furniture/block/ServiceBellBlock ()V 0 argL0 ; # com/starfish_studios/another_furniture/block/ServiceBellBlock$$Lambda+0x000001d684615868 +instanceKlass @bci com/starfish_studios/another_furniture/block/FlowerBoxBlock ()V 0 argL0 ; # com/starfish_studios/another_furniture/block/FlowerBoxBlock$$Lambda+0x000001d684614b00 +instanceKlass @bci com/starfish_studios/another_furniture/block/ShelfBlock ()V 0 argL0 ; # com/starfish_studios/another_furniture/block/ShelfBlock$$Lambda+0x000001d684613d58 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks$Properties ()V 443 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$Properties$$Lambda+0x000001d684612fd0 +instanceKlass com/starfish_studios/another_furniture/registry/AFBlocks$Properties +instanceKlass com/starfish_studios/another_furniture/util/block/ShapeUtil$1 +instanceKlass @bci com/starfish_studios/another_furniture/util/block/ShapeUtil rotateShape (Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/core/Direction;)Lnet/minecraft/world/phys/shapes/VoxelShape; 14 member ; # com/starfish_studios/another_furniture/util/block/ShapeUtil$$Lambda+0x000001d6846129b0 +instanceKlass com/starfish_studios/another_furniture/util/block/ShapeUtil +instanceKlass @bci com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties ()V 90 argL0 ; # com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties$$Lambda+0x000001d684612568 +instanceKlass @bci com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties ()V 77 argL0 ; # com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties$$Lambda+0x000001d684612320 +instanceKlass @bci com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties ()V 54 argL0 ; # com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties$$Lambda+0x000001d6846120d8 +instanceKlass com/starfish_studios/another_furniture/block/properties/ModBlockStateProperties +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems lambda$static$2 ()Lvectorwing/farmersdelight/common/block/MushroomColonyBlock; 36 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d684610f70 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems lambda$static$2 ()Lvectorwing/farmersdelight/common/block/MushroomColonyBlock; 28 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d684610d58 +instanceKlass @bci com/faboslav/friendsandfoes/common/block/FriendsAndFoesOxidizable ()V 11 argL0 ; # com/faboslav/friendsandfoes/common/block/FriendsAndFoesOxidizable$$Lambda+0x000001d684610b28 +instanceKlass @bci com/faboslav/friendsandfoes/common/block/FriendsAndFoesOxidizable ()V 0 argL0 ; # com/faboslav/friendsandfoes/common/block/FriendsAndFoesOxidizable$$Lambda+0x000001d68460fcc8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 22 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d68460fab0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/custom/VoidBlossomSummonBlock ()V 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/custom/VoidBlossomSummonBlock$$Lambda+0x000001d68460f878 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$14 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d68460eb38 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/custom/LevitationBlock ()V 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/custom/LevitationBlock$$Lambda+0x000001d68460e900 +instanceKlass software/bernie/geckolib/animatable/GeoBlockEntity +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$12 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d68460d8f0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/custom/MonolithBlock ()V 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/custom/MonolithBlock$$Lambda+0x000001d68460d6b8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$10 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d68460c978 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/custom/MobWardBlock ()V 0 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/custom/MobWardBlock$$Lambda+0x000001d68460c4c0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$8 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d6845ffd20 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks lambda$static$2 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d6845ffb08 +instanceKlass com/cerbon/cerbons_api/api/general/event/IEvent +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/util/IEntity +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/util/IEntityStats +instanceKlass com/cerbon/cerbons_api/api/multipart_entities/entity/MultipartAwareEntity +instanceKlass com/cerbon/cerbons_api/api/multipart_entities/entity/MultipartEntity +instanceKlass @bci lilypuree/decorative_blocks/blocks/SeatBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # lilypuree/decorative_blocks/blocks/SeatBlock$$Lambda+0x000001d6845fb5e8 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SeatBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # lilypuree/decorative_blocks/blocks/SeatBlock$$Lambda+0x000001d6845fb3b0 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SeatBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/SeatBlock$$Lambda+0x000001d6845fb178 +instanceKlass lilypuree/decorative_blocks/blocks/SupportBlock$1 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SupportBlock getStateToShapeMap (Lnet/minecraft/world/level/block/state/StateDefinition;)Lcom/google/common/collect/ImmutableMap; 10 argL0 ; # lilypuree/decorative_blocks/blocks/SupportBlock$$Lambda+0x000001d6845fad40 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SupportBlock ()V 187 argL0 ; # lilypuree/decorative_blocks/blocks/SupportBlock$$Lambda+0x000001d6845fab18 +instanceKlass lilypuree/decorative_blocks/blocks/state/ModBlockProperties +instanceKlass @bci lilypuree/decorative_blocks/blocks/SupportBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # lilypuree/decorative_blocks/blocks/SupportBlock$$Lambda+0x000001d6845fa280 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SupportBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # lilypuree/decorative_blocks/blocks/SupportBlock$$Lambda+0x000001d6845fa048 +instanceKlass @bci lilypuree/decorative_blocks/blocks/SupportBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/SupportBlock$$Lambda+0x000001d6845f9e10 +instanceKlass @bci lilypuree/decorative_blocks/blocks/PalisadeBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # lilypuree/decorative_blocks/blocks/PalisadeBlock$$Lambda+0x000001d6845f9be8 +instanceKlass @bci lilypuree/decorative_blocks/blocks/PalisadeBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # lilypuree/decorative_blocks/blocks/PalisadeBlock$$Lambda+0x000001d6845f99b0 +instanceKlass @bci lilypuree/decorative_blocks/blocks/PalisadeBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/PalisadeBlock$$Lambda+0x000001d6845f9778 +instanceKlass @bci lilypuree/decorative_blocks/blocks/BeamBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # lilypuree/decorative_blocks/blocks/BeamBlock$$Lambda+0x000001d6845f9550 +instanceKlass @bci lilypuree/decorative_blocks/blocks/BeamBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # lilypuree/decorative_blocks/blocks/BeamBlock$$Lambda+0x000001d6845f9318 +instanceKlass @bci lilypuree/decorative_blocks/blocks/BeamBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/BeamBlock$$Lambda+0x000001d6845f90e0 +instanceKlass @bci lilypuree/decorative_blocks/blocks/PillarBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/PillarBlock$$Lambda+0x000001d6845f8ea8 +instanceKlass @bci lilypuree/decorative_blocks/blocks/BarPanelBlock ()V 0 argL0 ; # lilypuree/decorative_blocks/blocks/BarPanelBlock$$Lambda+0x000001d6845f7db8 +instanceKlass @bci net/jewelry/blocks/JewelryBlocks register ()V 75 argL0 ; # net/jewelry/blocks/JewelryBlocks$$Lambda+0x000001d6845f7ba0 +instanceKlass @bci net/jewelry/items/Group ()V 30 argL0 ; # net/jewelry/items/Group$$Lambda+0x000001d6845f7988 +instanceKlass net/jewelry/items/Group +instanceKlass net/jewelry/blocks/JewelryBlocks +instanceKlass @bci net/blay09/mods/waystones/block/SharestoneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/blay09/mods/waystones/block/SharestoneBlock$$Lambda+0x000001d6845f4a60 +instanceKlass @bci net/blay09/mods/waystones/block/SharestoneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/blay09/mods/waystones/block/SharestoneBlock$$Lambda+0x000001d6845f4828 +instanceKlass @bci net/blay09/mods/waystones/block/SharestoneBlock ()V 0 argL0 ; # net/blay09/mods/waystones/block/SharestoneBlock$$Lambda+0x000001d6845f45f0 +instanceKlass @bci net/blay09/mods/waystones/block/PortstoneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/blay09/mods/waystones/block/PortstoneBlock$$Lambda+0x000001d6845f43c8 +instanceKlass @bci net/blay09/mods/waystones/block/PortstoneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/blay09/mods/waystones/block/PortstoneBlock$$Lambda+0x000001d6845f4190 +instanceKlass @bci net/blay09/mods/waystones/block/PortstoneBlock ()V 0 argL0 ; # net/blay09/mods/waystones/block/PortstoneBlock$$Lambda+0x000001d6845f3f58 +instanceKlass @bci net/blay09/mods/waystones/block/WarpPlateBlock ()V 0 argL0 ; # net/blay09/mods/waystones/block/WarpPlateBlock$$Lambda+0x000001d6845f38b0 +instanceKlass @bci net/blay09/mods/waystones/block/WaystoneBlock ()V 0 argL0 ; # net/blay09/mods/waystones/block/WaystoneBlock$$Lambda+0x000001d6845f3678 +instanceKlass com/copycatsplus/copycats/content/copycat/flat_pane/CopycatFlatPaneBlock$PlacementHelper +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$100 (Lcom/copycatsplus/copycats/content/copycat/sliding_door/CopycatSlidingDoorBlock;)V 1 member ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f31c8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$94 (Lcom/copycatsplus/copycats/content/copycat/sliding_door/CopycatSlidingDoorBlock;)V 1 member ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f2fa8 +instanceKlass @bci com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock ()V 16 argL0 ; # com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock$$Lambda+0x000001d6845f2d90 +instanceKlass @bci com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock ()V 8 argL0 ; # com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock$$Lambda+0x000001d6845f2b78 +instanceKlass @bci com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock ()V 0 argL0 ; # com/simibubi/create/content/decoration/slidingDoor/SlidingDoorBlock$$Lambda+0x000001d6845f2960 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$87 (Lcom/copycatsplus/copycats/content/copycat/door/CopycatDoorBlock;)V 1 member ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f2740 +instanceKlass com/simibubi/create/impl/contraption/BlockMovementChecksImpl +instanceKlass com/simibubi/create/api/contraption/BlockMovementChecks +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$82 (Lcom/copycatsplus/copycats/content/copycat/door/CopycatDoorBlock;)V 1 member ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f2120 +instanceKlass com/simibubi/create/api/contraption/BlockMovementChecks$BrittleCheck +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$76 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f1c80 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$73 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845f1a20 +instanceKlass @bci com/simibubi/create/content/fluids/pipes/FluidPipeBlock ()V 24 argL0 ; # com/simibubi/create/content/fluids/pipes/FluidPipeBlock$$Lambda+0x000001d6845f17e8 +instanceKlass @bci com/copycatsplus/copycats/CCCustomModels lambda$createBlockModel$3 (Ljava/util/function/Function;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 2 member ; # com/copycatsplus/copycats/CCCustomModels$$Lambda+0x000001d6845f1580 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/shaft/CopycatShaftBlock$PlacementHelper ()V 6 argL0 ; # com/copycatsplus/copycats/content/copycat/shaft/CopycatShaftBlock$PlacementHelper$$Lambda+0x000001d6845f1348 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/shaft/CopycatShaftBlock$PlacementHelper ()V 1 argL0 ; # com/copycatsplus/copycats/content/copycat/shaft/CopycatShaftBlock$PlacementHelper$$Lambda+0x000001d6845f1100 +instanceKlass @bci com/simibubi/create/content/kinetics/simpleRelays/ShaftBlock$PlacementHelper ()V 6 argL0 ; # com/simibubi/create/content/kinetics/simpleRelays/ShaftBlock$PlacementHelper$$Lambda+0x000001d6845f0c20 +instanceKlass @bci com/simibubi/create/content/kinetics/simpleRelays/ShaftBlock$PlacementHelper ()V 1 argL0 ; # com/simibubi/create/content/kinetics/simpleRelays/ShaftBlock$PlacementHelper$$Lambda+0x000001d6845f09d8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/vertical_slope/CopycatVerticalSlopeBlock$PlacementHelper ()V 14 argL0 ; # com/copycatsplus/copycats/content/copycat/vertical_slope/CopycatVerticalSlopeBlock$PlacementHelper$$Lambda+0x000001d6845f04f8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/vertical_slope/CopycatVerticalSlopeBlock$PlacementHelper ()V 9 member ; # com/copycatsplus/copycats/content/copycat/vertical_slope/CopycatVerticalSlopeBlock$PlacementHelper$$Lambda+0x000001d6845f02a8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/slope/CopycatSlopeBlock$PlacementHelper ()V 14 argL0 ; # com/copycatsplus/copycats/content/copycat/slope/CopycatSlopeBlock$PlacementHelper$$Lambda+0x000001d6845efbc8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/slope/CopycatSlopeBlock$PlacementHelper ()V 9 member ; # com/copycatsplus/copycats/content/copycat/slope/CopycatSlopeBlock$PlacementHelper$$Lambda+0x000001d6845ef978 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/vertical_step/CopycatVerticalStepBlock$PlacementHelper ()V 14 argL0 ; # com/copycatsplus/copycats/content/copycat/vertical_step/CopycatVerticalStepBlock$PlacementHelper$$Lambda+0x000001d6845ef498 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/vertical_step/CopycatVerticalStepBlock$PlacementHelper ()V 9 member ; # com/copycatsplus/copycats/content/copycat/vertical_step/CopycatVerticalStepBlock$PlacementHelper$$Lambda+0x000001d6845ef248 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$58 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845eed88 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$54 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845eeb70 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$46 ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ee910 +instanceKlass com/copycatsplus/copycats/content/copycat/slab/CopycatSlabBlock$1 +instanceKlass com/copycatsplus/copycats/content/copycat/slab/CopycatSlabBlock$PlacementHelper +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$42 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ee060 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$38 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ede48 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$34 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845edc30 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$30 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845eda18 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/ladder/CopycatLadderBlock$PlacementHelper ()V 6 argL0 ; # com/copycatsplus/copycats/content/copycat/ladder/CopycatLadderBlock$PlacementHelper$$Lambda+0x000001d6845ed7e0 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/ladder/CopycatLadderBlock$PlacementHelper ()V 1 argL0 ; # com/copycatsplus/copycats/content/copycat/ladder/CopycatLadderBlock$PlacementHelper$$Lambda+0x000001d6845ed598 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$25 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ed0d8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/stacked_half_layer/CopycatStackedHalfLayerBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 53 argL0 ; # com/copycatsplus/copycats/content/copycat/stacked_half_layer/CopycatStackedHalfLayerBlock$$Lambda+0x000001d6845ecc98 +instanceKlass com/copycatsplus/copycats/content/copycat/vertical_half_layer/CopycatVerticalHalfLayerBlock$1 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/vertical_half_layer/CopycatVerticalHalfLayerBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 53 argL0 ; # com/copycatsplus/copycats/content/copycat/vertical_half_layer/CopycatVerticalHalfLayerBlock$$Lambda+0x000001d6845ec658 +instanceKlass com/copycatsplus/copycats/content/copycat/half_layer/CopycatHalfLayerBlock$1 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/half_layer/CopycatHalfLayerBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 65 argL0 ; # com/copycatsplus/copycats/content/copycat/half_layer/CopycatHalfLayerBlock$$Lambda+0x000001d6845ec018 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$18 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ebe00 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock storageProperties ()Ljava/util/Set; 20 argL0 ; # com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock$$Lambda+0x000001d6845eb9c0 +instanceKlass com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock$1 +instanceKlass com/copycatsplus/copycats/utility/MathUtils$1 +instanceKlass com/copycatsplus/copycats/utility/MathUtils +instanceKlass @bci com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 79 argL0 ; # com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock$$Lambda+0x000001d6845eaf98 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock storageProperties ()Ljava/util/Set; 32 argL0 ; # com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$$Lambda+0x000001d6845eab58 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 119 argL0 ; # com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$$Lambda+0x000001d6845ea920 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock ()V 204 argL0 ; # com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$$Lambda+0x000001d6845ea6e8 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock ()V 199 argL0 ; # com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$$Lambda+0x000001d6845ea4b0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$11 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845ea098 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$7 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6845e9e80 +instanceKlass malte0811/ferritecore/mixin/accessors/SubShapeAccess +instanceKlass com/google/common/math/DoubleMath +instanceKlass com/copycatsplus/copycats/utility/BlockFaceUtils$2 +instanceKlass @bci net/minecraft/world/phys/shapes/EntityCollisionContext ()V 11 argL0 ; # net/minecraft/world/phys/shapes/EntityCollisionContext$$Lambda+0x000001d6845e9540 +instanceKlass net/minecraft/world/phys/shapes/EntityCollisionContext +instanceKlass @bci com/copycatsplus/copycats/utility/BlockFaceUtils ()V 0 argL0 ; # com/copycatsplus/copycats/utility/BlockFaceUtils$$Lambda+0x000001d6845e8e38 +instanceKlass com/copycatsplus/copycats/utility/BlockFaceUtils +instanceKlass @bci com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock storageProperties ()Ljava/util/Set; 26 argL0 ; # com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock$$Lambda+0x000001d6845e7a90 +instanceKlass @bci com/copycatsplus/copycats/CCShapes lambda$static$20 (Ljava/lang/Integer;)Lcom/copycatsplus/copycats/CCShapes$MutableShape; 312 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e7878 +instanceKlass @bci com/copycatsplus/copycats/CCShapes lambda$static$20 (Ljava/lang/Integer;)Lcom/copycatsplus/copycats/CCShapes$MutableShape; 302 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e7658 +instanceKlass @bci com/copycatsplus/copycats/CCShapes lambda$static$20 (Ljava/lang/Integer;)Lcom/copycatsplus/copycats/CCShapes$MutableShape; 25 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e7440 +instanceKlass @bci com/copycatsplus/copycats/CCShapes lambda$static$20 (Ljava/lang/Integer;)Lcom/copycatsplus/copycats/CCShapes$MutableShape; 15 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e7220 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 977 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e6fe8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 713 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e6dd0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 703 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e6bb8 +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/MutableVec3 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 445 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e6410 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 435 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e61f8 +instanceKlass com/copycatsplus/copycats/CCShapes$1 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 415 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e5dd0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 395 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e5b98 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 378 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e5960 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 361 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e5728 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 344 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e54f0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 288 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e52b8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes forHorizontalAxes (Ljava/lang/Object;)Ljava/util/Map; 4 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e5078 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 268 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e4e40 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 248 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e4c08 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 231 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e49d0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes halves (Lnet/minecraft/world/level/block/state/properties/Half;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 1 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e47a0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes forHalves (Ljava/lang/Object;)Ljava/util/Map; 4 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e4560 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 211 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e4328 +instanceKlass @bci com/copycatsplus/copycats/CCShapes lambda$forAll$33 (Lnet/minecraft/world/level/block/state/properties/Property;Ljava/util/function/BiFunction;Ljava/lang/Comparable;)Ljava/util/Map; 3 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e40e8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes forAll (Lnet/minecraft/world/level/block/state/properties/Property;Lnet/minecraft/world/level/block/state/properties/Property;Ljava/util/function/BiFunction;)Ljava/util/Map; 14 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e3ea8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 197 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e3c80 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/half_panel/CopycatHalfPanelBlock$PlacementHelper ()V 14 argL0 ; # com/copycatsplus/copycats/content/copycat/half_panel/CopycatHalfPanelBlock$PlacementHelper$$Lambda+0x000001d6845e3a48 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/half_panel/CopycatHalfPanelBlock$PlacementHelper ()V 9 member ; # com/copycatsplus/copycats/content/copycat/half_panel/CopycatHalfPanelBlock$PlacementHelper$$Lambda+0x000001d6845e37f8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes ()V 177 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e3318 +instanceKlass @bci com/copycatsplus/copycats/CCShapes forHorizontalDirections (Ljava/lang/Object;)Ljava/util/Map; 4 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e30d8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes axes (Lnet/minecraft/core/Direction$Axis;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 18 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e2eb0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes axes (Lnet/minecraft/core/Direction$Axis;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 24 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e2c88 +instanceKlass @bci com/copycatsplus/copycats/CCShapes forAxes (Ljava/lang/Object;)Ljava/util/Map; 4 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e2a48 +instanceKlass @bci com/copycatsplus/copycats/CCShapes directions (Lnet/minecraft/core/Direction;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 37 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e2820 +instanceKlass @bci com/copycatsplus/copycats/CCShapes directions (Lnet/minecraft/core/Direction;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 24 argL0 ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e25f8 +instanceKlass @bci com/copycatsplus/copycats/CCShapes$MutableShape copy ()Lcom/copycatsplus/copycats/CCShapes$MutableShape; 43 argL0 ; # com/copycatsplus/copycats/CCShapes$MutableShape$$Lambda+0x000001d6845e23c0 +instanceKlass @bci com/copycatsplus/copycats/CCShapes$MutableShape copy ()Lcom/copycatsplus/copycats/CCShapes$MutableShape; 13 argL0 ; # com/copycatsplus/copycats/CCShapes$MutableShape$$Lambda+0x000001d6845e2188 +instanceKlass @bci com/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform ()V 0 argL0 ; # com/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform$$Lambda+0x000001d6845e1f60 +instanceKlass @bci com/copycatsplus/copycats/CCShapes directions (Lnet/minecraft/core/Direction;)Lcom/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform; 11 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e1d30 +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform +instanceKlass @bci com/copycatsplus/copycats/CCShapes forDirections (Ljava/lang/Object;)Ljava/util/Map; 4 member ; # com/copycatsplus/copycats/CCShapes$$Lambda+0x000001d6845e18f8 +instanceKlass com/copycatsplus/copycats/CCShapes$MutableShape +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/CopycatRenderContext +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/MutableAABB +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/AssemblyTransform$Transformable +instanceKlass com/copycatsplus/copycats/CCShapes +instanceKlass @bci com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 93 argL0 ; # com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock$$Lambda+0x000001d6845e0000 +instanceKlass net/createmod/catnip/placement/PlacementHelpers +instanceKlass @bci com/copycatsplus/copycats/content/copycat/beam/CopycatBeamBlock$PlacementHelper ()V 14 argL0 ; # com/copycatsplus/copycats/content/copycat/beam/CopycatBeamBlock$PlacementHelper$$Lambda+0x000001d6845dfbb0 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/beam/CopycatBeamBlock$PlacementHelper ()V 9 member ; # com/copycatsplus/copycats/content/copycat/beam/CopycatBeamBlock$PlacementHelper$$Lambda+0x000001d6845df960 +instanceKlass com/simibubi/create/foundation/placement/PoleHelper +instanceKlass @bci com/copycatsplus/copycats/CCCustomModels lambda$createBlockModel$1 (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 1 member ; # com/copycatsplus/copycats/CCCustomModels$$Lambda+0x000001d6845df1a8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$blockModel$17 (Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6845def88 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$blockModel$18 (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/Block;)V 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6845ded68 +instanceKlass com/copycatsplus/copycats/CCBlockStateProperties +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lambda$registerLayers$6 (Lnet/minecraft/world/level/block/Block;)V 9 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6845de058 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lambda$registerLayers$7 (Lnet/minecraft/world/level/block/Block;)Ljava/lang/Runnable; 2 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6845dde38 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder registerLayers (Lnet/minecraft/world/level/block/Block;)V 5 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6845ddc18 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$16 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 10 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6845dda00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 49 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d6845dd7e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 30 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d6845dd5d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 12 member ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d6845dd3b0 +instanceKlass @bci it/unimi/dsi/fastutil/ints/Int2ObjectMap forEach (Ljava/util/function/BiConsumer;)V 8 member ; # it/unimi/dsi/fastutil/ints/Int2ObjectMap$$Lambda+0x000001d68432db28 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock lambda$static$2 ()Ljava/util/Map; 56 member ; # net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock$$Lambda+0x000001d6845dd180 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock ()V 31 argL0 ; # net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock$$Lambda+0x000001d6845dcf68 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock ()V 17 argL0 ; # net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock$$Lambda+0x000001d6845dc0d0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/WallCandleSkullBlock$$Lambda+0x000001d6845dbe98 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/FloorCandleSkullBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/FloorCandleSkullBlock$$Lambda+0x000001d6845dbc60 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/AbstractCandleSkullBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/AbstractCandleSkullBlock$$Lambda+0x000001d6845dba48 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/ToolHookBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/ToolHookBlock$$Lambda+0x000001d6845d9578 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallLanternBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/amendments/common/block/WallLanternBlock$$Lambda+0x000001d6845d8000 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/WallLanternBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/WallLanternBlock$$Lambda+0x000001d6845d7db0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$17 ()Lnet/mehvahdjukaar/amendments/common/block/WallLanternBlock; 12 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6845d57a8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetSlabBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetSlabBlock$$Lambda+0x000001d6845d5590 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetSlabBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetSlabBlock$$Lambda+0x000001d6845d5358 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 8 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d5140 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 member ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d4f20 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock makeShapes ()[Lnet/minecraft/world/phys/shapes/VoxelShape; 16 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d4d08 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock makeShapes ()[Lnet/minecraft/world/phys/shapes/VoxelShape; 6 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d4af0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d48c8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d4690 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CarpetStairBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/CarpetStairBlock$$Lambda+0x000001d6845d4458 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock$$Lambda+0x000001d6845d3628 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock$$Lambda+0x000001d6845d33f0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/CeilingBannerBlock$$Lambda+0x000001d6845d31b8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/HangingFlowerPotBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/amendments/common/block/HangingFlowerPotBlock$$Lambda+0x000001d6845d2400 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/HangingFlowerPotBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/HangingFlowerPotBlock$$Lambda+0x000001d6845d21c8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/DyeCauldronBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/DyeCauldronBlock$$Lambda+0x000001d6845d13a0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/LiquidCauldronBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/amendments/common/block/LiquidCauldronBlock$$Lambda+0x000001d6845d1188 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/LiquidCauldronBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/LiquidCauldronBlock$$Lambda+0x000001d6845d0f50 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 145 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845cf1a0 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 120 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845cef68 +instanceKlass @bci com/li64/tide/registries/blocks/FishDisplayShape ()V 60 argL0 ; # com/li64/tide/registries/blocks/FishDisplayShape$$Lambda+0x000001d6845cde00 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 101 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845cd9d8 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 82 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845cba28 +instanceKlass @bci com/li64/tide/registries/blocks/PurpurCrateBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # com/li64/tide/registries/blocks/PurpurCrateBlock$$Lambda+0x000001d6845ca448 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 57 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845ca210 +instanceKlass @bci com/li64/tide/registries/blocks/ObsidianCrateBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # com/li64/tide/registries/blocks/ObsidianCrateBlock$$Lambda+0x000001d6845c9118 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 31 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845c8ee0 +instanceKlass @bci com/li64/tide/registries/blocks/WoodenCrateBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # com/li64/tide/registries/blocks/WoodenCrateBlock$$Lambda+0x000001d6845c7ca0 +instanceKlass @bci com/li64/tide/registries/TideBlocks ()V 12 argL0 ; # com/li64/tide/registries/TideBlocks$$Lambda+0x000001d6845c7a68 +instanceKlass com/li64/tide/registries/TideBlocks +instanceKlass @bci net/spell_engine/spellbinding/spellchoice/SpellChoiceScreenHandler ()V 4 argL0 ; # net/spell_engine/spellbinding/spellchoice/SpellChoiceScreenHandler$$Lambda+0x000001d6845c4690 +instanceKlass net/spell_engine/spellbinding/spellchoice/SpellChoiceFeature +instanceKlass @bci net/spell_engine/spellbinding/SpellBindRandomlyLootFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/spell_engine/spellbinding/SpellBindRandomlyLootFunction$$Lambda+0x000001d6845c39b0 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindRandomlyLootFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/spell_engine/spellbinding/SpellBindRandomlyLootFunction$$Lambda+0x000001d6845c3778 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindRandomlyLootFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/spell_engine/spellbinding/SpellBindRandomlyLootFunction$$Lambda+0x000001d6845c3540 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindRandomlyLootFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/spell_engine/spellbinding/SpellBindRandomlyLootFunction$$Lambda+0x000001d6845c3308 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindRandomlyLootFunction ()V 11 argL0 ; # net/spell_engine/spellbinding/SpellBindRandomlyLootFunction$$Lambda+0x000001d6845c30d0 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindingScreenHandler ()V 4 argL0 ; # net/spell_engine/spellbinding/SpellBindingScreenHandler$$Lambda+0x000001d6845c2bf8 +instanceKlass @bci net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityTypeBuilder build (Lcom/mojang/datafixers/types/Type;)Lnet/minecraft/world/level/block/entity/BlockEntityType; 9 member ; # net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityTypeBuilder$$Lambda+0x000001d6845c2258 +instanceKlass net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityTypeBuilder +instanceKlass @bci net/spell_engine/spellbinding/SpellBindingBlockEntity ()V 0 argL0 ; # net/spell_engine/spellbinding/SpellBindingBlockEntity$$Lambda+0x000001d6845c1e38 +instanceKlass net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityTypeBuilder$Factory +instanceKlass @bci net/spell_engine/spellbinding/SpellBindingBlock ()V 99 argL0 ; # net/spell_engine/spellbinding/SpellBindingBlock$$Lambda+0x000001d6845c1a08 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindingBlock ()V 81 argL0 ; # net/spell_engine/spellbinding/SpellBindingBlock$$Lambda+0x000001d6845bfd08 +instanceKlass @bci net/spell_engine/spellbinding/SpellBindingBlock ()V 71 argL0 ; # net/spell_engine/spellbinding/SpellBindingBlock$$Lambda+0x000001d6845bfac0 +instanceKlass net/spell_engine/spellbinding/SpellBinding +instanceKlass @bci dev/ftb/mods/ftbquests/block/TaskScreenBlock$Aux ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/TaskScreenBlock$Aux$$Lambda+0x000001d6845bf1a0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/DetectorBlock ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/DetectorBlock$$Lambda+0x000001d6845bef68 +instanceKlass @bci dev/ftb/mods/ftbquests/block/StageBarrierBlock ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/StageBarrierBlock$$Lambda+0x000001d6845bed30 +instanceKlass @bci dev/ftb/mods/ftbquests/block/QuestBarrierBlock ()V 71 argL0 ; # dev/ftb/mods/ftbquests/block/QuestBarrierBlock$$Lambda+0x000001d6845beb18 +instanceKlass @bci dev/ftb/mods/ftbquests/block/QuestBarrierBlock ()V 63 argL0 ; # dev/ftb/mods/ftbquests/block/QuestBarrierBlock$$Lambda+0x000001d6845be900 +instanceKlass @bci dev/ftb/mods/ftbquests/block/QuestBarrierBlock ()V 46 argL0 ; # dev/ftb/mods/ftbquests/block/QuestBarrierBlock$$Lambda+0x000001d6845be6e8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/QuestBarrierBlock ()V 38 argL0 ; # dev/ftb/mods/ftbquests/block/QuestBarrierBlock$$Lambda+0x000001d6845be4d0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/QuestBarrierBlock ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/QuestBarrierBlock$$Lambda+0x000001d6845be298 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock ()V 642 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock$$Lambda+0x000001d6845be058 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock ()V 481 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock$$Lambda+0x000001d6845bde18 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock ()V 320 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock$$Lambda+0x000001d6845bdbd8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock ()V 159 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock$$Lambda+0x000001d6845bd998 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock ()V 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/ClayGolemStatueBlock$$Lambda+0x000001d6845bd760 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModBlocks lambda$static$1 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModBlocks$$Lambda+0x000001d6845bd548 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock ()V 487 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock$$Lambda+0x000001d6845bd308 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock ()V 371 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock$$Lambda+0x000001d6845bd0c8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock ()V 255 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock$$Lambda+0x000001d6845bce88 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock ()V 139 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock$$Lambda+0x000001d6845bcc48 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock ()V 0 argL0 ; # tech/alexnijjar/golemoverhaul/common/blocks/CandleGolemBlock$$Lambda+0x000001d6845bca10 +instanceKlass net/emilsg/clutterbestiary/util/ModBlockTags +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/SculkJawBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/SculkJawBlock$$Lambda+0x000001d6845bb840 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/GloomslatePotBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/GloomslatePotBlock$$Lambda+0x000001d6845b7178 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/AncientVaseBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/AncientVaseBlock$$Lambda+0x000001d6845b5f50 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$160 ()Lnet/minecraft/world/level/block/Block; 12 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b5d38 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$158 ()Lnet/minecraft/world/level/block/Block; 7 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b5b20 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/IceLilyBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/IceLilyBlock$$Lambda+0x000001d6845b58e8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$156 ()Lcom/kyanite/deeperdarker/content/blocks/vegetation/GlowingVinesPlantBlock; 7 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b56d0 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingVinesPlantBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingVinesPlantBlock$$Lambda+0x000001d6845b5498 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingVinesBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingVinesBlock$$Lambda+0x000001d6845b5260 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingRootsPlantBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingRootsPlantBlock$$Lambda+0x000001d6845b5028 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingRootsBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingRootsBlock$$Lambda+0x000001d6845b4df0 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/SculkVinesPlantBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/SculkVinesPlantBlock$$Lambda+0x000001d6845b4bb8 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/SculkVinesBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/SculkVinesBlock$$Lambda+0x000001d6845b4980 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/SculkTendrilsPlantBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/SculkTendrilsPlantBlock$$Lambda+0x000001d6845b4748 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/SculkTendrilsBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/SculkTendrilsBlock$$Lambda+0x000001d6845b4510 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$147 ()Lnet/minecraft/world/level/block/Block; 12 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b42f8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$145 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b40e0 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GloomyGrassBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GloomyGrassBlock$$Lambda+0x000001d6845b3ea8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$143 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b3c90 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingGrassBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingGrassBlock$$Lambda+0x000001d6845b3a58 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$141 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b3840 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/vegetation/GlowingFlowersBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/vegetation/GlowingFlowersBlock$$Lambda+0x000001d6845b3608 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$136 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b33f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$127 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b31d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$119 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b2fc0 +instanceKlass @bci com/kyanite/deeperdarker/content/blocks/CrystallizedAmberBlock ()V 0 argL0 ; # com/kyanite/deeperdarker/content/blocks/CrystallizedAmberBlock$$Lambda+0x000001d6845b2d88 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$117 ()Lcom/kyanite/deeperdarker/content/blocks/GeyserBlock; 10 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b2030 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$112 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b1e18 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$110 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b1c00 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$108 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b19e8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$38 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845b17d0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845afc40 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks lambda$static$1 ()Lnet/minecraft/world/level/block/RotatedPillarBlock; 10 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6845afa08 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Ink_Mural_Block ()V 3 argL0 ; # com/github/L_Ender/cataclysm/blocks/Ink_Mural_Block$$Lambda+0x000001d6845af7e0 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Mural_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Mural_Block$$Lambda+0x000001d6845af5a8 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/FacingBlock ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/FacingBlock$$Lambda+0x000001d6845a7d60 +instanceKlass com/github/L_Ender/cataclysm/blocks/CMWoodTypes +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$69 ()Lnet/minecraft/world/level/block/Block; 30 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6845a7948 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$69 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6845a7730 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Abyssal_Egg_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Abyssal_Egg_Block$$Lambda+0x000001d6845a74f8 +instanceKlass com/github/L_Ender/cataclysm/entity/etc/IFollower +instanceKlass com/github/L_Ender/cataclysm/entity/etc/ISemiAquatic +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Door_of_Seal_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Door_of_Seal_Block$$Lambda+0x000001d68459fc58 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Statue_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Statue_Block$$Lambda+0x000001d68459fa20 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Mechanical_fusion_Anvil ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Mechanical_fusion_Anvil$$Lambda+0x000001d68459f7e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$57 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68459e580 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/EMP_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/EMP_Block$$Lambda+0x000001d68459e348 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Cursed_Tombstone_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Cursed_Tombstone_Block$$Lambda+0x000001d68459d5d8 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Boss_Respawn_Spawner_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Boss_Respawn_Spawner_Block$$Lambda+0x000001d68459c870 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$52 ()Lnet/minecraft/world/level/block/Block; 18 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68459bad8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$52 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68459b8c0 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Altar_Of_Abyss_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Altar_Of_Abyss_Block$$Lambda+0x000001d68459b688 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$49 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68459a8d0 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Altar_Of_Amethyst_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Altar_Of_Amethyst_Block$$Lambda+0x000001d68459a698 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$47 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d684599910 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Altar_Of_Void_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Altar_Of_Void_Block$$Lambda+0x000001d6845996d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$45 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d684597d60 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Altar_Of_Fire_Block ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Altar_Of_Fire_Block$$Lambda+0x000001d684597b28 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/Sandstone_Ignite_Trap ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/Sandstone_Ignite_Trap$$Lambda+0x000001d6845978f0 +instanceKlass @bci com/github/L_Ender/cataclysm/blocks/ObsidianExplosionTrapBricks ()V 0 argL0 ; # com/github/L_Ender/cataclysm/blocks/ObsidianExplosionTrapBricks$$Lambda+0x000001d684594870 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks getLightValueLit (I)Ljava/util/function/ToIntFunction; 1 member ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d684593b28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d684591808 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$15 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6845915f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$13 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6845913d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$11 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6845911c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks lambda$static$3 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d684590fa8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Blocks/Bush/VoidPepperBush ()V 0 argL0 ; # com/axedgaming/endersdelight/Common/Blocks/Bush/VoidPepperBush$$Lambda+0x000001d684590d70 +instanceKlass @bci com/axedgaming/endersdelight/Common/Blocks/EndstoneStoveBlock ()V 0 argL0 ; # com/axedgaming/endersdelight/Common/Blocks/EndstoneStoveBlock$$Lambda+0x000001d684590000 +instanceKlass @bci com/baisylia/cookscollection/block/custom/OvenBlock ()V 0 argL0 ; # com/baisylia/cookscollection/block/custom/OvenBlock$$Lambda+0x000001d68458fcf8 +instanceKlass com/baisylia/cookscollection/world/ModConfiguredFeatures +instanceKlass com/baisylia/cookscollection/world/tree/ModTreeGrowers +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks lambda$static$28 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68458ead8 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks lambda$static$26 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68458e8c0 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks lambda$static$24 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68458e6a8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock ()V 724 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock$$Lambda+0x000001d68458e468 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock ()V 536 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock$$Lambda+0x000001d68458e228 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock ()V 358 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock$$Lambda+0x000001d68458dfe8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock ()V 180 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/TrophyBlock$$Lambda+0x000001d68458dda8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock ()V 713 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock$$Lambda+0x000001d68458db68 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock ()V 525 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock$$Lambda+0x000001d68458d928 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock ()V 347 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock$$Lambda+0x000001d68458d6e8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock ()V 169 argL0 ; # com/soytutta/mynethersdelight/common/block/trophies/GoldenTrophyBlock$$Lambda+0x000001d68458d4a8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/feasts/StuffedHoglinBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/feasts/StuffedHoglinBlock$$Lambda+0x000001d68458d270 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$47 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458d058 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$44 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458ce40 +instanceKlass com/soytutta/mynethersdelight/common/block/utility/MNDWoodTypes +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 24 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458b258 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 30 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458b040 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$16 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458ae28 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/crops/PowderyFlowerBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/crops/PowderyFlowerBlock$$Lambda+0x000001d68458abf0 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/crops/PowderyCaneBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/crops/PowderyCaneBlock$$Lambda+0x000001d68458a9b8 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/crops/PowderyCannonBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/crops/PowderyCannonBlock$$Lambda+0x000001d68458a780 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/crops/PowderyCannonSaplingBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/crops/PowderyCannonSaplingBlock$$Lambda+0x000001d68458a548 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks FlameBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458a330 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks lambda$static$5 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68458a118 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks litBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d684589f00 +instanceKlass @bci com/soytutta/mynethersdelight/common/block/NetherStoveBlock ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/block/NetherStoveBlock$$Lambda+0x000001d684589cc8 +instanceKlass @bci vectorwing/farmersdelight/common/block/RiceBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/RiceBlock$$Lambda+0x000001d684589a90 +instanceKlass @bci vectorwing/farmersdelight/common/block/SandyShrubBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/SandyShrubBlock$$Lambda+0x000001d684589858 +instanceKlass @bci vectorwing/farmersdelight/common/block/MushroomColonyBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # vectorwing/farmersdelight/common/block/MushroomColonyBlock$$Lambda+0x000001d684589630 +instanceKlass @bci vectorwing/farmersdelight/common/block/MushroomColonyBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # vectorwing/farmersdelight/common/block/MushroomColonyBlock$$Lambda+0x000001d6845893f8 +instanceKlass @bci vectorwing/farmersdelight/common/block/MushroomColonyBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/MushroomColonyBlock$$Lambda+0x000001d6845891c0 +instanceKlass @bci vectorwing/farmersdelight/common/block/TatamiHalfMatBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/TatamiHalfMatBlock$$Lambda+0x000001d684588f88 +instanceKlass @bci vectorwing/farmersdelight/common/block/TatamiMatBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/TatamiMatBlock$$Lambda+0x000001d684588d50 +instanceKlass @bci vectorwing/farmersdelight/common/block/CuttingBoardBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/CuttingBoardBlock$$Lambda+0x000001d684588b18 +instanceKlass @bci vectorwing/farmersdelight/common/block/BasketBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/BasketBlock$$Lambda+0x000001d6845888e0 +instanceKlass @bci vectorwing/farmersdelight/common/block/SkilletBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/SkilletBlock$$Lambda+0x000001d6845886a8 +instanceKlass @bci vectorwing/farmersdelight/common/block/CookingPotBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/CookingPotBlock$$Lambda+0x000001d684588000 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks litBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d684587c68 +instanceKlass @bci vectorwing/farmersdelight/common/block/StoveBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/StoveBlock$$Lambda+0x000001d684587a30 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$230 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684587818 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$228 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684587600 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$226 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6845873e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$224 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6845871d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$222 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586fb8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$220 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586da0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$218 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586b88 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$216 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586970 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$214 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586758 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$212 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586540 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$210 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586328 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$208 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684586110 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$206 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684585ef8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$204 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684585ce0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$202 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684585ac8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$200 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6845858b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$198 ()Lnet/hibiscus/naturespirit/blocks/PaperLanternBlock; 27 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684585698 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createParticleLeaves$17 (Ljava/util/function/Supplier;I)Lnet/hibiscus/naturespirit/blocks/ParticleLeavesBlock; 65 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684585480 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createParticleLeaves$17 (Ljava/util/function/Supplier;I)Lnet/hibiscus/naturespirit/blocks/ParticleLeavesBlock; 48 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684585268 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createParticleLeaves$17 (Ljava/util/function/Supplier;I)Lnet/hibiscus/naturespirit/blocks/ParticleLeavesBlock; 40 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684585050 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createParticleLeaves$17 (Ljava/util/function/Supplier;I)Lnet/hibiscus/naturespirit/blocks/ParticleLeavesBlock; 32 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684584e38 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$18 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 59 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684584c20 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$18 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 42 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684584a08 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$18 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 34 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845847f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$18 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 26 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845845d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createPottedSapling$50 (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845843c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$19 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 59 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845841a8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$19 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 42 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684583f90 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$19 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 34 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684583d78 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createVinesLeavesBlock$19 (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/hibiscus/naturespirit/blocks/VinesLeavesBlock; 26 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684583b60 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$158 ()Lnet/minecraft/world/level/block/TrapDoorBlock; 39 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684583948 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$154 ()Lnet/minecraft/world/level/block/TrapDoorBlock; 39 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684583730 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$150 ()Lnet/minecraft/world/level/block/TrapDoorBlock; 39 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684583518 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$12 ()Lnet/minecraft/world/level/block/LeavesBlock; 65 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684583300 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$12 ()Lnet/minecraft/world/level/block/LeavesBlock; 48 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845830e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$12 ()Lnet/minecraft/world/level/block/LeavesBlock; 40 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582ed0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$12 ()Lnet/minecraft/world/level/block/LeavesBlock; 32 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582cb8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createPottedSapling$46 (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582aa0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createFrostableLeaves$14 ()Lnet/hibiscus/naturespirit/blocks/ProjectileLeavesBlock; 65 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582888 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createFrostableLeaves$14 ()Lnet/hibiscus/naturespirit/blocks/ProjectileLeavesBlock; 48 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582670 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createFrostableLeaves$14 ()Lnet/hibiscus/naturespirit/blocks/ProjectileLeavesBlock; 40 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582458 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createFrostableLeaves$14 ()Lnet/hibiscus/naturespirit/blocks/ProjectileLeavesBlock; 32 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582240 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$13 ()Lnet/minecraft/world/level/block/LeavesBlock; 65 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684582028 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$13 ()Lnet/minecraft/world/level/block/LeavesBlock; 48 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684581e10 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$13 ()Lnet/minecraft/world/level/block/LeavesBlock; 40 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d684581bf8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet lambda$createLeaves$13 ()Lnet/minecraft/world/level/block/LeavesBlock; 32 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845819e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet log (Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/RotatedPillarBlock; 9 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6845817a0 +instanceKlass @bci net/hibiscus/naturespirit/blocks/NSCauldronBehavior ()V 24 argL0 ; # net/hibiscus/naturespirit/blocks/NSCauldronBehavior$$Lambda+0x000001d684580a58 +instanceKlass @bci net/hibiscus/naturespirit/blocks/NSCauldronBehavior ()V 8 argL0 ; # net/hibiscus/naturespirit/blocks/NSCauldronBehavior$$Lambda+0x000001d684580840 +instanceKlass net/hibiscus/naturespirit/blocks/NSCauldronBehavior +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet lambda$registerFlower$5 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d684580430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$103 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684580218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$101 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d684580000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$99 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457fc68 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$97 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457fa50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$95 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457f838 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$93 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457f620 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$91 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457f408 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$89 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457f1f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$87 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457efd8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$85 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457edc0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$83 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457eba8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$81 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457e990 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$79 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457e778 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$77 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457e560 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$75 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457e348 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$73 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457e130 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$71 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457df18 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$69 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457dd00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$67 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457dae8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$64 ()Lnet/hibiscus/naturespirit/blocks/PolyporeBlock; 36 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457d8d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$64 ()Lnet/hibiscus/naturespirit/blocks/PolyporeBlock; 28 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457d6b8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$61 ()Lnet/hibiscus/naturespirit/blocks/ShiitakeMushroomPlantBlock; 36 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457d4a0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks lambda$static$61 ()Lnet/hibiscus/naturespirit/blocks/ShiitakeMushroomPlantBlock; 28 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68457d288 +instanceKlass @bci com/kleiders/driedghast/block/DriedGhastBlock ()V 28 argL0 ; # com/kleiders/driedghast/block/DriedGhastBlock$$Lambda+0x000001d68457d070 +instanceKlass @bci net/orcinus/galosphere/blocks/EchoAltarBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/EchoAltarBlock$$Lambda+0x000001d68457ce38 +instanceKlass net/orcinus/galosphere/init/GConfiguredFeatures +instanceKlass net/orcinus/galosphere/init/GTreeGrowers +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$registerPottedPlant$66 (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68457c390 +instanceKlass @bci net/orcinus/galosphere/blocks/GildedBeadsBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/GildedBeadsBlock$$Lambda+0x000001d68457c158 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSaltStrawBlock lambda$static$4 (Ljava/util/HashMap;)V 35 argL0 ; # net/orcinus/galosphere/blocks/PinkSaltStrawBlock$$Lambda+0x000001d68457bf20 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSaltStrawBlock lambda$static$4 (Ljava/util/HashMap;)V 26 argL0 ; # net/orcinus/galosphere/blocks/PinkSaltStrawBlock$$Lambda+0x000001d68457bcd8 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSaltStrawBlock lambda$static$4 (Ljava/util/HashMap;)V 10 argL0 ; # net/orcinus/galosphere/blocks/PinkSaltStrawBlock$$Lambda+0x000001d68457baa0 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSaltStrawBlock lambda$static$4 (Ljava/util/HashMap;)V 1 argL0 ; # net/orcinus/galosphere/blocks/PinkSaltStrawBlock$$Lambda+0x000001d68457b650 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSaltStrawBlock ()V 169 argL0 ; # net/orcinus/galosphere/blocks/PinkSaltStrawBlock$$Lambda+0x000001d68457b428 +instanceKlass @bci net/orcinus/galosphere/blocks/PinkSalt ()V 0 argL0 ; # net/orcinus/galosphere/blocks/PinkSalt$$Lambda+0x000001d68457ad88 +instanceKlass @bci net/orcinus/galosphere/blocks/GlowInkClumpsBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/GlowInkClumpsBlock$$Lambda+0x000001d68457ab50 +instanceKlass @bci net/orcinus/galosphere/blocks/LichenVinesBlock ()V 100 argL0 ; # net/orcinus/galosphere/blocks/LichenVinesBlock$$Lambda+0x000001d68457a928 +instanceKlass @bci net/orcinus/galosphere/blocks/LichenVinesBlock ()V 12 argL0 ; # net/orcinus/galosphere/blocks/LichenVinesBlock$$Lambda+0x000001d68457a6f0 +instanceKlass @bci net/orcinus/galosphere/blocks/CordycepsPlantBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/CordycepsPlantBlock$$Lambda+0x000001d68457a4b8 +instanceKlass @bci net/orcinus/galosphere/blocks/CordycepsBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/CordycepsBlock$$Lambda+0x000001d68457a280 +instanceKlass @bci net/orcinus/galosphere/blocks/LichenMushroomBlock ()V 28 argL0 ; # net/orcinus/galosphere/blocks/LichenMushroomBlock$$Lambda+0x000001d68457a048 +instanceKlass @bci net/orcinus/galosphere/blocks/LichenRootsBlock ()V 28 argL0 ; # net/orcinus/galosphere/blocks/LichenRootsBlock$$Lambda+0x000001d684579e10 +instanceKlass @bci net/orcinus/galosphere/blocks/MoleBurrowBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/MoleBurrowBlock$$Lambda+0x000001d684579bd8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$static$23 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6845799c0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$static$20 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6845797a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$static$17 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d684579590 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$static$14 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d684579378 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks lambda$static$11 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/Block; 4 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d684579160 +instanceKlass @bci net/orcinus/galosphere/blocks/ShadowFrameBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/ShadowFrameBlock$$Lambda+0x000001d684578f28 +instanceKlass @bci net/orcinus/galosphere/blocks/PalladiumDustBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/PalladiumDustBlock$$Lambda+0x000001d684578cf0 +instanceKlass @bci net/orcinus/galosphere/blocks/LightStandBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/LightStandBlock$$Lambda+0x000001d684578ab8 +instanceKlass @bci net/orcinus/galosphere/blocks/BurrowAnchorBlock ()V 0 argL0 ; # net/orcinus/galosphere/blocks/BurrowAnchorBlock$$Lambda+0x000001d684578880 +instanceKlass @bci io/github/razordevs/deep_aether/block/building/TotemBlock ()V 0 argL0 ; # io/github/razordevs/deep_aether/block/building/TotemBlock$$Lambda+0x000001d684578648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$334 ()Lnet/minecraft/world/level/block/Block; 47 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684578430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$334 ()Lnet/minecraft/world/level/block/Block; 39 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684578218 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$334 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684578000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$332 ()Lnet/minecraft/world/level/block/Block; 47 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684577d08 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$332 ()Lnet/minecraft/world/level/block/Block; 39 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684577af0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$332 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845778d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$330 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845776c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$302 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845774a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$300 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684577290 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$298 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684577078 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$296 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684576e60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$294 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684576c48 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$292 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684576a30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$290 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684576818 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$288 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684576600 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$286 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845763e8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$284 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845761d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$282 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684575fb8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$280 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684575da0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$278 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684575b88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$276 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684575970 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$274 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684575758 +instanceKlass io/github/razordevs/deep_aether/init/DABlockStateProperties +instanceKlass @bci io/github/razordevs/deep_aether/block/utility/CombinerBlock ()V 0 argL0 ; # io/github/razordevs/deep_aether/block/utility/CombinerBlock$$Lambda+0x000001d684575320 +instanceKlass @bci io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction ()V 26 argL0 ; # io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction$$Lambda+0x000001d684573f00 +instanceKlass @bci io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction ()V 18 argL0 ; # io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction$$Lambda+0x000001d684573ce8 +instanceKlass @bci io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction newInteractionMap (Ljava/lang/String;)Lnet/minecraft/core/cauldron/CauldronInteraction$InteractionMap; 9 argL0 ; # io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction$$Lambda+0x000001d684573ad0 +instanceKlass io/github/razordevs/deep_aether/block/behavior/DaCauldronInteraction +instanceKlass @bci io/github/razordevs/deep_aether/block/utility/PoisonCauldronBlock ()V 0 argL0 ; # io/github/razordevs/deep_aether/block/utility/PoisonCauldronBlock$$Lambda+0x000001d6845736a0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$257 ()Lnet/minecraft/world/level/block/Block; 20 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684573488 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$255 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684573270 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$252 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684573050 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$251 ()Lnet/minecraft/world/level/block/Block; 44 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684572e38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$251 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684572c18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$249 ()Lnet/minecraft/world/level/block/Block; 34 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684572a00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$249 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845727e8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$249 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845725c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$246 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845723b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$246 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684572190 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$244 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684571f78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$241 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684571d60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$235 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684571b48 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$235 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684571928 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$232 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684571710 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$229 ()Lnet/minecraft/world/level/block/Block; 29 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845714f8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$229 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845712d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$227 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845710b8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$226 ()Lnet/minecraft/world/level/block/Block; 34 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570ea0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$226 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570c88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$226 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570a68 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$223 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570850 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$223 ()Lnet/minecraft/world/level/block/Block; 12 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570630 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$221 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570418 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$218 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684570200 +instanceKlass io/github/razordevs/deep_aether/init/DABlocks$ItemReferences +instanceKlass io/github/razordevs/deep_aether/init/DABlocks$BlockReferences +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$212 ()Lnet/minecraft/world/level/block/Block; 37 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456fac8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$207 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456f8b0 +instanceKlass @bci io/github/razordevs/deep_aether/block/natural/GoldenVinesPlantBlock ()V 0 argL0 ; # io/github/razordevs/deep_aether/block/natural/GoldenVinesPlantBlock$$Lambda+0x000001d68456f678 +instanceKlass @bci io/github/razordevs/deep_aether/block/behavior/GoldenVines emission (I)Ljava/util/function/ToIntFunction; 1 member ; # io/github/razordevs/deep_aether/block/behavior/GoldenVines$$Lambda+0x000001d68456f460 +instanceKlass @bci io/github/razordevs/deep_aether/block/natural/GoldenVinesBlock ()V 0 argL0 ; # io/github/razordevs/deep_aether/block/natural/GoldenVinesBlock$$Lambda+0x000001d68456f228 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$192 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456f010 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$190 ()Lnet/minecraft/world/level/block/Block; 47 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456edf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$190 ()Lnet/minecraft/world/level/block/Block; 39 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456ebe0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$190 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456e9c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$189 ()Lnet/minecraft/world/level/block/Block; 47 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456e7b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$189 ()Lnet/minecraft/world/level/block/Block; 39 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456e598 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$189 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456e380 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$188 ()Lnet/minecraft/world/level/block/Block; 47 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456e168 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$188 ()Lnet/minecraft/world/level/block/Block; 39 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456df50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$188 ()Lnet/minecraft/world/level/block/Block; 31 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456dd38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$120 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456db20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$116 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456d908 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$97 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456d6f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$93 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456d4d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$74 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456d2c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$70 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456d0a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$48 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456ce90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$44 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456cc78 +instanceKlass io/github/razordevs/deep_aether/datagen/tags/DATags$Blocks +instanceKlass io/github/razordevs/deep_aether/datagen/registry/DAConfiguredFeatures +instanceKlass io/github/razordevs/deep_aether/world/feature/tree/DATreeGrower +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$30 ()Lnet/minecraft/world/level/block/Block; 49 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68456a128 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$30 ()Lnet/minecraft/world/level/block/Block; 41 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684569f10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$30 ()Lnet/minecraft/world/level/block/Block; 33 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684569cf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$30 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d684569ae0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845698c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks lambda$static$14 ()Lnet/minecraft/world/level/block/Block; 23 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6845696b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$142 ()Lnet/minecraft/world/level/block/Block; 45 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684567cd0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$142 ()Lnet/minecraft/world/level/block/Block; 37 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684567ab8 +instanceKlass @bci com/aetherteam/aether/block/utility/SunAltarBlock ()V 0 argL0 ; # com/aetherteam/aether/block/utility/SunAltarBlock$$Lambda+0x000001d684567880 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$137 ()Lnet/minecraft/world/level/block/SlabBlock; 23 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684567668 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$128 ()Lnet/minecraft/world/level/block/StairBlock; 28 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684567450 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$119 ()Lnet/minecraft/world/level/block/WallBlock; 38 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684567238 +instanceKlass @bci com/aetherteam/aether/block/miscellaneous/FacingPillarBlock ()V 0 argL0 ; # com/aetherteam/aether/block/miscellaneous/FacingPillarBlock$$Lambda+0x000001d684567000 +instanceKlass @bci com/aetherteam/aether/block/dungeon/TreasureChestBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 10 member ; # com/aetherteam/aether/block/dungeon/TreasureChestBlock$$Lambda+0x000001d684566de0 +instanceKlass @bci com/aetherteam/aether/block/dungeon/TreasureChestBlock ()V 0 argL0 ; # com/aetherteam/aether/block/dungeon/TreasureChestBlock$$Lambda+0x000001d684566ba8 +instanceKlass @bci com/aetherteam/aether/block/dungeon/ChestMimicBlock ()V 0 argL0 ; # com/aetherteam/aether/block/dungeon/ChestMimicBlock$$Lambda+0x000001d6845656a0 +instanceKlass @bci com/aetherteam/aether/block/dungeon/TreasureDoorwayBlock ()V 0 argL0 ; # com/aetherteam/aether/block/dungeon/TreasureDoorwayBlock$$Lambda+0x000001d6845610f8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$92 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560ed8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$91 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560cb8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$90 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560a98 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$89 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560878 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$88 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560658 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$87 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560438 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$86 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560220 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$86 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684560000 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$84 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455fd50 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$84 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455fb30 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$82 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455f918 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$82 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455f6f8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$80 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455f4e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$80 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455f2c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$78 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455f0a8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$78 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455ee88 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$76 ()Lnet/minecraft/world/level/block/Block; 17 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455ec70 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$76 ()Lnet/minecraft/world/level/block/Block; 12 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455ea50 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$74 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455e838 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$72 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455e620 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$70 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455e408 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$68 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455e1f0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$66 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455dfd8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$64 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455ddc0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$62 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455dba8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$60 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455d990 +instanceKlass com/aetherteam/aether/data/resources/registries/AetherConfiguredFeatures +instanceKlass com/aetherteam/aether/world/treegrower/AetherTreeGrowers +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$56 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455c818 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$54 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455c600 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$50 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455b8c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$48 ()Lnet/minecraft/world/level/block/FlowerPotBlock; 4 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455b6a8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$45 ()Lnet/minecraft/world/level/block/Block; 58 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455b490 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$45 ()Lnet/minecraft/world/level/block/Block; 50 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455b278 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$45 ()Lnet/minecraft/world/level/block/Block; 42 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455b060 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$45 ()Lnet/minecraft/world/level/block/Block; 34 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68455ae48 +instanceKlass @bci com/aetherteam/aether/block/natural/AetherBushBlock ()V 0 argL0 ; # com/aetherteam/aether/block/natural/AetherBushBlock$$Lambda+0x000001d68455ac10 +instanceKlass @bci com/aetherteam/aether/block/utility/IncubatorBlock ()V 0 argL0 ; # com/aetherteam/aether/block/utility/IncubatorBlock$$Lambda+0x000001d684559208 +instanceKlass @bci com/aetherteam/aether/block/utility/FreezerBlock ()V 0 argL0 ; # com/aetherteam/aether/block/utility/FreezerBlock$$Lambda+0x000001d684557d00 +instanceKlass @bci com/aetherteam/aether/block/utility/AltarBlock ()V 0 argL0 ; # com/aetherteam/aether/block/utility/AltarBlock$$Lambda+0x000001d684556618 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$32 ()Lnet/minecraft/world/level/block/Block; 38 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553aa0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$31 ()Lnet/minecraft/world/level/block/IronBarsBlock; 31 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553888 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$30 ()Lnet/minecraft/world/level/block/TransparentBlock; 72 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553670 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$30 ()Lnet/minecraft/world/level/block/TransparentBlock; 64 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553458 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$30 ()Lnet/minecraft/world/level/block/TransparentBlock; 56 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553240 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$30 ()Lnet/minecraft/world/level/block/TransparentBlock; 48 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684553028 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$30 ()Lnet/minecraft/world/level/block/TransparentBlock; 31 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684552e10 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 67 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684552bf8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 59 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845529e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 51 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845527c8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$21 ()Lnet/minecraft/world/level/block/Block; 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845525b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$20 ()Lnet/minecraft/world/level/block/Block; 67 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684552398 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$20 ()Lnet/minecraft/world/level/block/Block; 59 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684552180 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$20 ()Lnet/minecraft/world/level/block/Block; 51 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684551f68 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$20 ()Lnet/minecraft/world/level/block/Block; 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684551d50 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$19 ()Lnet/minecraft/world/level/block/Block; 67 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684551b38 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$19 ()Lnet/minecraft/world/level/block/Block; 59 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684551920 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$19 ()Lnet/minecraft/world/level/block/Block; 51 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684551708 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$19 ()Lnet/minecraft/world/level/block/Block; 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845514f0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 67 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845512d8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 59 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6845510c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 51 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550ea8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$18 ()Lnet/minecraft/world/level/block/Block; 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550c90 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 67 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550a78 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 59 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550860 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 51 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550648 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$17 ()Lnet/minecraft/world/level/block/Block; 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550430 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$16 ()Lnet/minecraft/world/level/block/Block; 64 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550218 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$16 ()Lnet/minecraft/world/level/block/Block; 56 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d684550000 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$16 ()Lnet/minecraft/world/level/block/Block; 48 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68450c400 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$16 ()Lnet/minecraft/world/level/block/Block; 40 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454fce0 +instanceKlass @bci com/aetherteam/aether/block/natural/IcestoneBlock ()V 0 argL0 ; # com/aetherteam/aether/block/natural/IcestoneBlock$$Lambda+0x000001d68454faa8 +instanceKlass com/aetherteam/aether/block/FreezingBlock +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$11 ()Lnet/minecraft/world/level/block/Block; 53 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454ead0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$11 ()Lnet/minecraft/world/level/block/Block; 45 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454e8b8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$11 ()Lnet/minecraft/world/level/block/Block; 37 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454e6a0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$10 ()Lnet/minecraft/world/level/block/Block; 53 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454e488 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$10 ()Lnet/minecraft/world/level/block/Block; 45 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454e270 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$10 ()Lnet/minecraft/world/level/block/Block; 37 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454e058 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$9 ()Lnet/minecraft/world/level/block/Block; 53 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454de40 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$9 ()Lnet/minecraft/world/level/block/Block; 45 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454dc28 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$9 ()Lnet/minecraft/world/level/block/Block; 37 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454da10 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$8 ()Lnet/minecraft/world/level/block/Block; 33 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454d7f8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$8 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454d5e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$7 ()Lnet/minecraft/world/level/block/Block; 36 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454d3c8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$7 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454d1b0 +instanceKlass com/aetherteam/aether/block/AetherBlockStateProperties +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks lambda$static$0 ()Lcom/aetherteam/aether/block/portal/AetherPortalBlock; 25 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68454cd98 +instanceKlass @bci org/betterx/bclib/api/v3/bonemeal/BonemealAPI addSpreadableFeatures (Lnet/minecraft/world/level/block/Block;Lorg/betterx/wover/feature/api/configured/ConfiguredFeatureKey;)V 11 member ; # org/betterx/bclib/api/v3/bonemeal/BonemealAPI$$Lambda+0x000001d68454c920 +instanceKlass org/betterx/bclib/api/v3/bonemeal/FeatureSpreader +instanceKlass org/betterx/wover/feature/api/Features +instanceKlass org/betterx/betterend/registry/features/EndConfiguredBonemealFeature +instanceKlass org/betterx/bclib/api/v3/bonemeal/BlockSpreader +instanceKlass org/betterx/bclib/api/v3/bonemeal/BonemealAPI +instanceKlass org/betterx/bclib/api/v3/bonemeal/BonemealBlockSpreader +instanceKlass org/betterx/betterend/util/BonemealPlants +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlocks ()V 184 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlocks$$Lambda+0x000001d68454b0c8 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlocks ()V 125 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlocks$$Lambda+0x000001d68454aeb0 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlocks ()V 104 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlocks$$Lambda+0x000001d68454ac98 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlocks ()V 83 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlocks$$Lambda+0x000001d68454aa80 +instanceKlass @bci umpaz/brewinandchewin/common/registry/BnCBlocks ()V 62 argL0 ; # umpaz/brewinandchewin/common/registry/BnCBlocks$$Lambda+0x000001d68454a868 +instanceKlass @bci umpaz/brewinandchewin/common/block/CoasterBlock ()V 0 argL0 ; # umpaz/brewinandchewin/common/block/CoasterBlock$$Lambda+0x000001d68454a650 +instanceKlass @bci umpaz/brewinandchewin/common/block/KegBlock ()V 0 argL0 ; # umpaz/brewinandchewin/common/block/KegBlock$$Lambda+0x000001d6845498c0 +instanceKlass @bci net/paladins/block/PaladinBlocks register ()V 40 argL0 ; # net/paladins/block/PaladinBlocks$$Lambda+0x000001d6845496a8 +instanceKlass net/paladins/item/Group +instanceKlass net/paladins/block/PaladinBlocks +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/GongBlock$GongPartBlock ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/block/GongBlock$GongPartBlock$$Lambda+0x000001d684546f60 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/GongBlock ()V 0 argL0 ; # com/bobmowzie/mowziesmobs/server/block/GongBlock$$Lambda+0x000001d684546d28 +instanceKlass @bci com/tom/storagemod/block/InventoryProxyBlock ()V 0 argL0 ; # com/tom/storagemod/block/InventoryProxyBlock$$Lambda+0x000001d684545fc0 +instanceKlass com/tom/storagemod/block/InventoryCableConnectorBlock$1 +instanceKlass @bci com/tom/storagemod/block/InventoryCableConnectorBlock ()V 48 argL0 ; # com/tom/storagemod/block/InventoryCableConnectorBlock$$Lambda+0x000001d6845451d8 +instanceKlass @bci com/tom/storagemod/block/FilingCabinetBlock ()V 0 argL0 ; # com/tom/storagemod/block/FilingCabinetBlock$$Lambda+0x000001d684544fa0 +instanceKlass @bci com/tom/storagemod/block/InventoryInterfaceBlock ()V 0 argL0 ; # com/tom/storagemod/block/InventoryInterfaceBlock$$Lambda+0x000001d684544d68 +instanceKlass @bci com/tom/storagemod/block/BasicInventoryHopperBlock ()V 0 argL0 ; # com/tom/storagemod/block/BasicInventoryHopperBlock$$Lambda+0x000001d684544b30 +instanceKlass @bci com/tom/storagemod/block/FramedInventoryCableBlock ()V 36 argL0 ; # com/tom/storagemod/block/FramedInventoryCableBlock$$Lambda+0x000001d6845448f8 +instanceKlass @bci com/tom/storagemod/block/InventoryCableBlock ()V 86 argL0 ; # com/tom/storagemod/block/InventoryCableBlock$$Lambda+0x000001d6845446c0 +instanceKlass @bci com/tom/storagemod/block/LevelEmitterBlock ()V 12 argL0 ; # com/tom/storagemod/block/LevelEmitterBlock$$Lambda+0x000001d684544488 +instanceKlass @bci com/tom/storagemod/block/PaintedTrimBlock ()V 0 argL0 ; # com/tom/storagemod/block/PaintedTrimBlock$$Lambda+0x000001d684544250 +instanceKlass @bci com/tom/storagemod/block/OpenCrateBlock ()V 0 argL0 ; # com/tom/storagemod/block/OpenCrateBlock$$Lambda+0x000001d684544018 +instanceKlass @bci com/tom/storagemod/block/CraftingTerminalBlock ()V 0 argL0 ; # com/tom/storagemod/block/CraftingTerminalBlock$$Lambda+0x000001d684543de0 +instanceKlass @bci com/tom/storagemod/block/AbstractStorageTerminalBlock ()V 21 argL0 ; # com/tom/storagemod/block/AbstractStorageTerminalBlock$$Lambda+0x000001d684543bc8 +instanceKlass @bci com/tom/storagemod/block/StorageTerminalBlock ()V 0 argL0 ; # com/tom/storagemod/block/StorageTerminalBlock$$Lambda+0x000001d684543990 +instanceKlass @bci com/tom/storagemod/block/InventoryConnectorBlock ()V 0 argL0 ; # com/tom/storagemod/block/InventoryConnectorBlock$$Lambda+0x000001d6845432e8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$139 ()Lnet/minecraft/world/level/block/Block; 22 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6845430d0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$94 ()Lnet/minecraft/world/level/block/Block; 22 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684542eb8 +instanceKlass @bci vectorwing/farmersdelight/common/block/BuddingBushBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/BuddingBushBlock$$Lambda+0x000001d684542810 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$71 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6845425f8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$71 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6845423e0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$68 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6845421c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$68 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541fb0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$65 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541d98 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$65 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541b80 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$62 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541968 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$62 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541750 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$59 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541538 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$59 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541320 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$56 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684541108 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$56 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d684540ef0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$53 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68453fdb8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$53 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68453fba0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$50 ()Lnet/minecraft/world/level/block/Block; 9 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68453f988 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks lambda$static$50 ()Lnet/minecraft/world/level/block/Block; 4 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68453f770 +instanceKlass @bci vectorwing/farmersdelight/common/block/CabinetBlock ()V 0 argL0 ; # vectorwing/farmersdelight/common/block/CabinetBlock$$Lambda+0x000001d68453e638 +instanceKlass @bci alabaster/hearthandharvest/common/block/JugBlock ()V 0 argL0 ; # alabaster/hearthandharvest/common/block/JugBlock$$Lambda+0x000001d68453e400 +instanceKlass @bci alabaster/hearthandharvest/common/block/CaskBlock ()V 0 argL0 ; # alabaster/hearthandharvest/common/block/CaskBlock$$Lambda+0x000001d68453d678 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl lambda$static$5 ()Lnet/minecraft/world/level/block/Block; 38 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d68453d460 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl lambda$static$5 ()Lnet/minecraft/world/level/block/Block; 27 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d68453d248 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$RopeChandelierBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V 26 member ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$RopeChandelierBlock$$Lambda+0x000001d68453d010 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$RopeChandelierBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V 13 member ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$RopeChandelierBlock$$Lambda+0x000001d68453cdd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl lambda$static$2 ()Lnet/minecraft/world/level/block/Block; 38 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d68453cbc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl lambda$static$2 ()Lnet/minecraft/world/level/block/Block; 27 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d68453c9a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BarnaclesBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BarnaclesBlock$$Lambda+0x000001d68453c4e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SpiderSkullBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SpiderSkullBlock$$Lambda+0x000001d68453c288 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/EndermanSkullBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/EndermanSkullBlock$$Lambda+0x000001d68453b3d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$220 ()Lnet/mehvahdjukaar/supplementaries/common/block/blocks/BubbleBlock; 47 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68453a550 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$220 ()Lnet/mehvahdjukaar/supplementaries/common/block/blocks/BubbleBlock; 39 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68453a338 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$220 ()Lnet/mehvahdjukaar/supplementaries/common/block/blocks/BubbleBlock; 31 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68453a120 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$213 ()Lnet/minecraft/world/level/block/Block; 50 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845393d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock ()V 36 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock$$Lambda+0x000001d684537c48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock ()V 28 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock$$Lambda+0x000001d684537a30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock$$Lambda+0x000001d684537808 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock$$Lambda+0x000001d6845375d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/AshLayerBlock$$Lambda+0x000001d684537398 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/UrnBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/UrnBlock$$Lambda+0x000001d684537160 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/CannonBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/CannonBlock$$Lambda+0x000001d684536f28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FirePitBlock (FLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FirePitBlock$$Lambda+0x000001d6845359d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock$$Lambda+0x000001d6845357c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock ()V 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock$$Lambda+0x000001d684535580 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock$$Lambda+0x000001d684535348 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlintBlock$$Lambda+0x000001d684535110 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/StatueBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/StatueBlock$$Lambda+0x000001d684534ef8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlowerBoxBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlowerBoxBlock$$Lambda+0x000001d6845339e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$192 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684532440 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$190 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684532228 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$188 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684532010 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$186 ()Lnet/minecraft/world/level/block/Block; 25 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684531df8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/MovingSlidyBlockSource ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/MovingSlidyBlockSource$$Lambda+0x000001d68450cc58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SlidyBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SlidyBlock$$Lambda+0x000001d68450ca20 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper lambda$registerBlockSet$39 (Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType;Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier;)Lnet/minecraft/world/level/block/Block; 19 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d68450c800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FrameBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FrameBlock$$Lambda+0x000001d68452fc28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$165 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68452ee18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$165 ()Lnet/minecraft/world/level/block/Block; 20 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68452ec00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$160 ()Lnet/minecraft/world/level/block/Block; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68452e9e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/JarBoatBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/JarBoatBlock$$Lambda+0x000001d68452d158 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FodderBlock ()V 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FodderBlock$$Lambda+0x000001d68452c418 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$152 ()Lnet/minecraft/world/level/block/Block; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68452c200 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/WildFlaxBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/WildFlaxBlock$$Lambda+0x000001d68452bfc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/PancakeBlock ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/PancakeBlock$$Lambda+0x000001d68452bdb0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/NetheriteTrapdoorBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 5 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/NetheriteTrapdoorBlock$$Lambda+0x000001d68452bb98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$136 ()Lnet/minecraft/world/level/block/Block; 21 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68452b980 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$132 ()Lnet/minecraft/world/level/block/Block; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684527d28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FaucetBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FaucetBlock$$Lambda+0x000001d684527b10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/CrystalDisplayBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/CrystalDisplayBlock$$Lambda+0x000001d6845278f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$122 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845276e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$118 ()Lnet/minecraft/world/level/block/Block; 19 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845274c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RedstoneIlluminatorBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RedstoneIlluminatorBlock$$Lambda+0x000001d684525fb8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$114 ()Lnet/minecraft/world/level/block/Block; 16 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684525da0 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock getShapesForExtension (Z)[Lnet/minecraft/world/phys/shapes/VoxelShape; 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock$$Lambda+0x000001d684523678 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock getShapesForExtension (Z)[Lnet/minecraft/world/phys/shapes/VoxelShape; 7 member ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock$$Lambda+0x000001d684523440 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SpringLauncherHeadBlock$$Lambda+0x000001d684523208 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$105 ()Lnet/minecraft/world/level/block/Block; 50 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684522ff0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$105 ()Lnet/minecraft/world/level/block/Block; 42 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684522dd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$105 ()Lnet/minecraft/world/level/block/Block; 34 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684522bc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$101 ()Lnet/minecraft/world/level/block/Block; 10 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845229a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RelayerBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RelayerBlock$$Lambda+0x000001d684522770 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$98 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68451fd90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$98 ()Lnet/minecraft/world/level/block/Block; 20 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68451fb78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock$$Lambda+0x000001d68451f950 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock$$Lambda+0x000001d68451f718 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RakedGravelBlock$$Lambda+0x000001d68451f4e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/HourGlassBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/HourGlassBlock$$Lambda+0x000001d68451f2c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/GobletBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/GobletBlock$$Lambda+0x000001d68451ddb8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$84 ()Lnet/minecraft/world/level/block/Block; 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d68451cfd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BambooSpikesBlock ()V 162 member ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BambooSpikesBlock$$Lambda+0x000001d68451cd98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/WickerFenceBlock ()V 120 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/WickerFenceBlock$$Lambda+0x000001d68451bff8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RopeBuntingBlock ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RopeBuntingBlock$$Lambda+0x000001d68451bdd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock$$Lambda+0x000001d6845194d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock$$Lambda+0x000001d684519298 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock$$Lambda+0x000001d684519060 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingCeilingBlock$$Lambda+0x000001d684518e28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock$$Lambda+0x000001d684518c00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock$$Lambda+0x000001d68450dcc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock$$Lambda+0x000001d68450da90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/BuntingWallBlock$$Lambda+0x000001d68450d858 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/blocks/AbstractRopeKnotBlock$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/RopeBlock ()V 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/RopeBlock$$Lambda+0x000001d68450d430 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/CandleHolderBlock (Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;Ljava/util/function/Function;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/CandleHolderBlock$$Lambda+0x000001d68450d218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/CandleHolderBlock (Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Function;)V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/CandleHolderBlock$$Lambda+0x000001d68450d000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$74 ()Lnet/minecraft/world/level/block/Block; 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684517d20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$68 ()Lnet/minecraft/world/level/block/Block; 32 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684517b08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$66 ()Lnet/minecraft/world/level/block/Block; 20 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845178f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$63 ()Lnet/minecraft/world/level/block/Block; 32 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d6845176d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SconceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;)V 7 member ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SconceBlock$$Lambda+0x000001d6845174a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SconceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;ILjava/util/function/Supplier;)V 3 member ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SconceBlock$$Lambda+0x000001d684517288 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry lambda$static$61 ()Lnet/minecraft/world/level/block/Block; 30 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d684517070 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IGlowable +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock$$Lambda+0x000001d684515380 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock$$Lambda+0x000001d684515148 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SackBlock$$Lambda+0x000001d684514f10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/JarBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/JarBlock$$Lambda+0x000001d684513a58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/CageBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/CageBlock$$Lambda+0x000001d684512468 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/mob_container/IMobContainerProvider +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/SafeBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/SafeBlock$$Lambda+0x000001d6845114f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/block/ModStairBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/block/ModStairBlock$$Lambda+0x000001d68450fd98 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/block/ModStairBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/api/block/ModStairBlock$$Lambda+0x000001d68450fb60 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/block/ModStairBlock ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/block/ModStairBlock$$Lambda+0x000001d68450f928 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IMapDisplay +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$PlanterRichBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;)V 7 member ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$PlanterRichBlock$$Lambda+0x000001d68450e228 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock$$Lambda+0x000001d68450e000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock$$Lambda+0x000001d68450bd20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock$$Lambda+0x000001d68450bae8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/FlagBlock$$Lambda+0x000001d68450b8b0 +instanceKlass net/mehvahdjukaar/moonlight/api/util/math/MthUtils$2 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/MthUtils rotateVoxelShape (Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/core/Direction;)Lnet/minecraft/world/phys/shapes/VoxelShape; 23 member ; # net/mehvahdjukaar/moonlight/api/util/math/MthUtils$$Lambda+0x000001d68450a8c8 +instanceKlass @cpi com/starfish_studios/another_furniture/util/block/ShapeUtil 43 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68450c000 +instanceKlass net/mehvahdjukaar/moonlight/api/util/math/MthUtils +instanceKlass @bci net/mehvahdjukaar/moonlight/api/block/MimicBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/mehvahdjukaar/moonlight/api/block/MimicBlock$$Lambda+0x000001d68450a4b0 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ITextHolderProvider +instanceKlass net/mehvahdjukaar/moonlight/api/block/IWaxable +instanceKlass net/mehvahdjukaar/moonlight/api/block/IOneUserInteractable +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/ConfettiLitterBlock ()V 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/ConfettiLitterBlock$$Lambda+0x000001d684507a58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/blocks/ConfettiLitterBlock ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/blocks/ConfettiLitterBlock$$Lambda+0x000001d684507820 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;I)V 33 argL0 ; # net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock$$Lambda+0x000001d684507608 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;I)V 23 member ; # net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock$$Lambda+0x000001d6845073e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock (Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;I)V 4 member ; # net/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock$$Lambda+0x000001d6845071d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModFluids lambda$static$1 ()Lnet/mehvahdjukaar/supplementaries/common/fluids/FlammableLiquidBlock; 40 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModFluids$$Lambda+0x000001d684506fb8 +instanceKlass @bci net/archers/block/ArcherBlocks register ()V 75 argL0 ; # net/archers/block/ArcherBlocks$$Lambda+0x000001d684506da0 +instanceKlass net/archers/item/Group +instanceKlass net/archers/block/ArcherBlocks +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule lambda$static$4 ()Lnet/minecraft/world/level/block/Block; 26 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d684506580 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/PlacedFeatureModule +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock$$Lambda+0x000001d684505f50 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock$$Lambda+0x000001d684505d18 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/block/SwampPlantBlock$$Lambda+0x000001d684505ae0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge lambda$registerBlocks$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 19 member ; # com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge$$Lambda+0x000001d6845058b0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge lambda$registerBlocks$2 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 8 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge$$Lambda+0x000001d684505668 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBlocks ()V 4285 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d684505450 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBlocks ()V 4257 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d684505238 +instanceKlass org/betterx/bclib/api/v3/bonemeal/BonemealAPI$FeatureProvider +instanceKlass @bci org/betterx/betternether/blocks/BlockPottedPlant ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockPottedPlant$$Lambda+0x000001d684504e28 +instanceKlass @bci org/betterx/betternether/blocks/BlockJellyfishMushroom ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockJellyfishMushroom$$Lambda+0x000001d684504c10 +instanceKlass @bci org/betterx/betternether/blocks/BlockLucisMushroom ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockLucisMushroom$$Lambda+0x000001d6845049f8 +instanceKlass @bci org/betterx/betternether/blocks/BlockNetherSakuraLeaves (Lnet/minecraft/world/level/block/Block;)V 12 argL0 ; # org/betterx/betternether/blocks/BlockNetherSakuraLeaves$$Lambda+0x000001d684504560 +instanceKlass org/betterx/betternether/MHelper$ThreadLocalRandomSource +instanceKlass org/betterx/betternether/MHelper +instanceKlass @bci org/betterx/betternether/blocks/BlockNetherSakuraSapling ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockNetherSakuraSapling$$Lambda+0x000001d684503e58 +instanceKlass @bci org/betterx/betternether/blocks/complex/NetherSakuraMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/NetherSakuraMaterial$$Lambda+0x000001d684503c40 +instanceKlass @bci org/betterx/betternether/blocks/BlockAnchorTreeVine getLuminance (Lnet/minecraft/world/level/block/state/BlockState;)I 7 argL0 ; # org/betterx/betternether/blocks/BlockAnchorTreeVine$$Lambda+0x000001d684502550 +instanceKlass @bci org/betterx/betternether/blocks/BlockAnchorTreeVine ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockAnchorTreeVine$$Lambda+0x000001d684502338 +instanceKlass @bci org/betterx/betternether/blocks/BlockAnchorTreeSapling ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockAnchorTreeSapling$$Lambda+0x000001d684502120 +instanceKlass @bci org/betterx/betternether/blocks/complex/AnchorTreeMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/AnchorTreeMaterial$$Lambda+0x000001d6844ffd90 +instanceKlass @bci org/betterx/betternether/blocks/BlockMushroomFirSapling ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockMushroomFirSapling$$Lambda+0x000001d6844fef90 +instanceKlass @bci org/betterx/betternether/blocks/complex/MushroomFirMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 15 argL0 ; # org/betterx/betternether/blocks/complex/MushroomFirMaterial$$Lambda+0x000001d6844fed78 +instanceKlass @bci org/betterx/betternether/blocks/complex/MushroomFirMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/MushroomFirMaterial$$Lambda+0x000001d6844fda38 +instanceKlass @bci org/betterx/betternether/blocks/BlockRubeusCone ()V 12 argL0 ; # org/betterx/betternether/blocks/BlockRubeusCone$$Lambda+0x000001d6844fc580 +instanceKlass @bci org/betterx/betternether/blocks/BlockRubeusSapling ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockRubeusSapling$$Lambda+0x000001d6844fc368 +instanceKlass @bci org/betterx/betternether/blocks/complex/RubeusMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/RubeusMaterial$$Lambda+0x000001d6844f9368 +instanceKlass @bci org/betterx/betternether/blocks/BlockChestOfDrawers ()V 0 argL0 ; # org/betterx/betternether/blocks/BlockChestOfDrawers$$Lambda+0x000001d6844f7378 +instanceKlass @bci org/betterx/betternether/blocks/BNBrewingStand ()V 14 argL0 ; # org/betterx/betternether/blocks/BNBrewingStand$$Lambda+0x000001d6844f4360 +instanceKlass @bci org/betterx/betternether/blocks/BlockCincinnasiteForge ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockCincinnasiteForge$$Lambda+0x000001d6844f2fb8 +instanceKlass @bci org/betterx/betternether/blocks/BlockCincinnasiteForge ()V 0 argL0 ; # org/betterx/betternether/blocks/BlockCincinnasiteForge$$Lambda+0x000001d6844f2d80 +instanceKlass org/betterx/betternether/blockentities/ChangebleCookTime +instanceKlass @bci org/betterx/betternether/blocks/BlockNetherFurnace (Lnet/minecraft/world/level/block/Block;)V 8 argL0 ; # org/betterx/betternether/blocks/BlockNetherFurnace$$Lambda+0x000001d6844f14a8 +instanceKlass @bci org/betterx/betternether/blocks/BlockNetherFurnace ()V 0 argL0 ; # org/betterx/betternether/blocks/BlockNetherFurnace$$Lambda+0x000001d6844efc70 +instanceKlass @bci org/betterx/betternether/blocks/BlockBase from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockBase; 11 argL0 ; # org/betterx/betternether/blocks/BlockBase$$Lambda+0x000001d6844efa38 +instanceKlass @bci org/betterx/betternether/blocks/BlockBase from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockBase; 6 argL0 ; # org/betterx/betternether/blocks/BlockBase$$Lambda+0x000001d6844ee910 +instanceKlass @bci org/betterx/betternether/blocks/BlockBase from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockBase; 1 argL0 ; # org/betterx/betternether/blocks/BlockBase$$Lambda+0x000001d6844ee6d8 +instanceKlass @bci org/betterx/betternether/recipes/RecipesHelper makeFireBowlRecipe (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/item/Item;Lnet/minecraft/world/level/block/Block;)V 24 member ; # org/betterx/betternether/recipes/RecipesHelper$$Lambda+0x000001d6844ed5a0 +instanceKlass @bci org/betterx/betternether/blocks/BlockFireBowl (Lnet/minecraft/world/level/block/Block;)V 8 argL0 ; # org/betterx/betternether/blocks/BlockFireBowl$$Lambda+0x000001d6844ed388 +instanceKlass @bci org/betterx/betternether/blocks/BlockFireBowl from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockFireBowl; 11 argL0 ; # org/betterx/betternether/blocks/BlockFireBowl$$Lambda+0x000001d6844ed150 +instanceKlass @bci org/betterx/betternether/blocks/BlockFireBowl from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockFireBowl; 6 argL0 ; # org/betterx/betternether/blocks/BlockFireBowl$$Lambda+0x000001d6844ecf18 +instanceKlass @bci org/betterx/betternether/blocks/BlockFireBowl from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/betternether/blocks/BlockFireBowl; 1 argL0 ; # org/betterx/betternether/blocks/BlockFireBowl$$Lambda+0x000001d6844ebdd8 +instanceKlass @bci org/betterx/betternether/blocks/BlockGeyser ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockGeyser$$Lambda+0x000001d6844eacb8 +instanceKlass elocindev/necronomicon/api/text/IAnimatedGradientName +instanceKlass elocindev/necronomicon/api/text/IGradientName +instanceKlass @bci org/betterx/betternether/blocks/BlockStatueRespawner ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockStatueRespawner$$Lambda+0x000001d6844ea6b0 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions ()V 52 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844ea488 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions ()V 47 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844ea250 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions ()V 39 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844ea018 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844e9df0 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844e9bb8 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844e9980 +instanceKlass @bci net/minecraft/core/particles/DustParticleOptions ()V 25 argL0 ; # net/minecraft/core/particles/DustParticleOptions$$Lambda+0x000001d6844e9748 +instanceKlass @bci net/minecraft/core/particles/ScalableParticleOptionsBase ()V 3 argL0 ; # net/minecraft/core/particles/ScalableParticleOptionsBase$$Lambda+0x000001d6844e9510 +instanceKlass @bci org/betterx/betternether/blocks/BlockWhisperingGourdLantern ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockWhisperingGourdLantern$$Lambda+0x000001d6844e92f8 +instanceKlass @bci org/betterx/betternether/blocks/BlockHookMushroom ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockHookMushroom$$Lambda+0x000001d6844e90e0 +instanceKlass @bci org/betterx/betternether/blocks/BlockNeonEquisetum ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockNeonEquisetum$$Lambda+0x000001d6844e8ec8 +instanceKlass @bci org/betterx/betternether/blocks/BlockMossCover ()V 4 argL0 ; # org/betterx/betternether/blocks/BlockMossCover$$Lambda+0x000001d6844e8c90 +instanceKlass @bci org/betterx/betternether/blocks/BlockLumabusVine getLuminance ()Ljava/util/function/ToIntFunction; 0 argL0 ; # org/betterx/betternether/blocks/BlockLumabusVine$$Lambda+0x000001d6844e8a78 +instanceKlass @bci org/betterx/betternether/blocks/BlockGoldenVine ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockGoldenVine$$Lambda+0x000001d6844e8860 +instanceKlass @bci org/betterx/betternether/blocks/BlockJellyfishMushroomSapling ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockJellyfishMushroomSapling$$Lambda+0x000001d6844e8648 +instanceKlass @bci org/betterx/betternether/blocks/BlockGiantLucis ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockGiantLucis$$Lambda+0x000001d6844e8430 +instanceKlass @bci org/betterx/betternether/blocks/BlockLucisSpore ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockLucisSpore$$Lambda+0x000001d6844e8218 +instanceKlass @bci org/betterx/betternether/blocks/materials/Materials makeNetherGrass (Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 4 argL0 ; # org/betterx/betternether/blocks/materials/Materials$$Lambda+0x000001d6844e8000 +instanceKlass @bci org/betterx/betternether/blocks/BaseBlockMold (Lnet/minecraft/world/level/material/MapColor;)V 2 argL0 ; # org/betterx/betternether/blocks/BaseBlockMold$$Lambda+0x000001d6844e7cc8 +instanceKlass @bci org/betterx/betternether/blocks/BlockObsidianGlass ()V 18 argL0 ; # org/betterx/betternether/blocks/BlockObsidianGlass$$Lambda+0x000001d6844e7ab0 +instanceKlass @bci org/betterx/betternether/blocks/BlockObsidianGlass ()V 10 argL0 ; # org/betterx/betternether/blocks/BlockObsidianGlass$$Lambda+0x000001d6844e7898 +instanceKlass @bci org/betterx/betternether/blocks/VanillaWeepingObsidianBlock ()V 7 argL0 ; # org/betterx/betternether/blocks/VanillaWeepingObsidianBlock$$Lambda+0x000001d6844e7680 +instanceKlass @bci org/betterx/betternether/blocks/BlueWeepingObsidianBlock ()V 7 argL0 ; # org/betterx/betternether/blocks/BlueWeepingObsidianBlock$$Lambda+0x000001d6844e7468 +instanceKlass @bci org/betterx/betternether/blocks/BNPane from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/betternether/blocks/BNPane; 26 member ; # org/betterx/betternether/blocks/BNPane$$Lambda+0x000001d6844e7230 +instanceKlass @bci org/betterx/betternether/blocks/BNPane from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/betternether/blocks/BNPane; 20 member ; # org/betterx/betternether/blocks/BNPane$$Lambda+0x000001d6844e6ff8 +instanceKlass @bci org/betterx/betternether/blocks/BNPane from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/betternether/blocks/BNPane; 14 member ; # org/betterx/betternether/blocks/BNPane$$Lambda+0x000001d6844e6dc0 +instanceKlass @bci org/betterx/betternether/blocks/BNPane from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/betternether/blocks/BNPane; 8 member ; # org/betterx/betternether/blocks/BNPane$$Lambda+0x000001d6844e6b88 +instanceKlass @bci org/betterx/betternether/blocks/BNPane from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/betternether/blocks/BNPane; 2 member ; # org/betterx/betternether/blocks/BNPane$$Lambda+0x000001d6844e6950 +instanceKlass org/betterx/betternether/blocks/complex/ColoredGlassMaterial +instanceKlass @bci org/betterx/bclib/blocks/BaseGlassBlock (Lnet/minecraft/world/level/block/Block;F)V 20 argL0 ; # org/betterx/bclib/blocks/BaseGlassBlock$$Lambda+0x000001d6844e6530 +instanceKlass @bci org/betterx/bclib/blocks/BaseGlassBlock (Lnet/minecraft/world/level/block/Block;F)V 12 argL0 ; # org/betterx/bclib/blocks/BaseGlassBlock$$Lambda+0x000001d6844e6318 +instanceKlass @bci org/betterx/betternether/blocks/RedstoneOreBlock litBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # org/betterx/betternether/blocks/RedstoneOreBlock$$Lambda+0x000001d6844e6100 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBlocks ()V 685 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844e5ee8 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBlocks ()V 596 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844e5cd0 +instanceKlass @bci org/betterx/betternether/blocks/BlockCincinnasiteLantern ()V 7 argL0 ; # org/betterx/betternether/blocks/BlockCincinnasiteLantern$$Lambda+0x000001d6844e2bc8 +instanceKlass @bci org/betterx/bclib/blocks/BasePressurePlateBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BasePressurePlateBlock; 12 argL0 ; # org/betterx/bclib/blocks/BasePressurePlateBlock$$Lambda+0x000001d6844e29a0 +instanceKlass @bci org/betterx/bclib/blocks/BasePressurePlateBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BasePressurePlateBlock; 7 argL0 ; # org/betterx/bclib/blocks/BasePressurePlateBlock$$Lambda+0x000001d6844e1818 +instanceKlass @bci org/betterx/bclib/blocks/BasePressurePlateBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BasePressurePlateBlock; 2 argL0 ; # org/betterx/bclib/blocks/BasePressurePlateBlock$$Lambda+0x000001d6844e15f0 +instanceKlass @bci org/betterx/bclib/blocks/BaseButtonBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BaseButtonBlock; 12 argL0 ; # org/betterx/bclib/blocks/BaseButtonBlock$$Lambda+0x000001d6844e13c8 +instanceKlass @bci org/betterx/bclib/blocks/BaseButtonBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BaseButtonBlock; 7 argL0 ; # org/betterx/bclib/blocks/BaseButtonBlock$$Lambda+0x000001d6844e0228 +instanceKlass @bci org/betterx/bclib/blocks/BaseButtonBlock from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/BlockSetType;)Lorg/betterx/bclib/blocks/BaseButtonBlock; 2 argL0 ; # org/betterx/bclib/blocks/BaseButtonBlock$$Lambda+0x000001d6844e0000 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBarStool (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/Block; 31 member ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844dfc98 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseBarStool from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseBarStool; 14 member ; # org/betterx/bclib/furniture/block/BaseBarStool$$Lambda+0x000001d6844dfa58 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseBarStool from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseBarStool; 8 member ; # org/betterx/bclib/furniture/block/BaseBarStool$$Lambda+0x000001d6844df818 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseBarStool from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseBarStool; 2 member ; # org/betterx/bclib/furniture/block/BaseBarStool$$Lambda+0x000001d6844df5d8 +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerChair (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/Block; 31 member ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844df390 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseChair from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseChair; 14 member ; # org/betterx/bclib/furniture/block/BaseChair$$Lambda+0x000001d6844df150 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseChair from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseChair; 8 member ; # org/betterx/bclib/furniture/block/BaseChair$$Lambda+0x000001d6844def10 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseChair from (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseChair; 2 member ; # org/betterx/bclib/furniture/block/BaseChair$$Lambda+0x000001d6844decd0 +instanceKlass org/betterx/betternether/recipes/RecipesHelper +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerTaburet (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/Block; 28 member ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844de888 +instanceKlass org/betterx/wover/recipe/api/RecipeBuilder$Templates +instanceKlass org/betterx/betternether/recipes/RecipesHelper$RecipeBuilder +instanceKlass @bci org/betterx/bclib/furniture/block/BaseTaburet from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseTaburet; 11 argL0 ; # org/betterx/bclib/furniture/block/BaseTaburet$$Lambda+0x000001d6844de200 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseTaburet from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseTaburet; 6 argL0 ; # org/betterx/bclib/furniture/block/BaseTaburet$$Lambda+0x000001d6844dd0b0 +instanceKlass @bci org/betterx/bclib/furniture/block/BaseTaburet from (Lnet/minecraft/world/level/block/Block;)Lorg/betterx/bclib/furniture/block/BaseTaburet; 1 argL0 ; # org/betterx/bclib/furniture/block/BaseTaburet$$Lambda+0x000001d6844dbf60 +instanceKlass @bci org/betterx/bclib/blocks/BaseSlabBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseSlabBlock; 20 member ; # org/betterx/bclib/blocks/BaseSlabBlock$$Lambda+0x000001d6844dbd28 +instanceKlass @bci org/betterx/bclib/blocks/BaseSlabBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseSlabBlock; 14 member ; # org/betterx/bclib/blocks/BaseSlabBlock$$Lambda+0x000001d6844dbaf0 +instanceKlass @bci org/betterx/bclib/blocks/BaseSlabBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseSlabBlock; 8 member ; # org/betterx/bclib/blocks/BaseSlabBlock$$Lambda+0x000001d6844db8b8 +instanceKlass @bci org/betterx/bclib/blocks/BaseSlabBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseSlabBlock; 2 member ; # org/betterx/bclib/blocks/BaseSlabBlock$$Lambda+0x000001d6844db680 +instanceKlass org/betterx/bclib/behaviours/BehaviourHelper +instanceKlass @bci org/betterx/bclib/blocks/BaseStairsBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseStairsBlock; 20 member ; # org/betterx/bclib/blocks/BaseStairsBlock$$Lambda+0x000001d6844db248 +instanceKlass @bci org/betterx/bclib/blocks/BaseStairsBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseStairsBlock; 14 member ; # org/betterx/bclib/blocks/BaseStairsBlock$$Lambda+0x000001d6844db010 +instanceKlass @bci org/betterx/bclib/blocks/BaseStairsBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseStairsBlock; 8 member ; # org/betterx/bclib/blocks/BaseStairsBlock$$Lambda+0x000001d6844dadd8 +instanceKlass @bci org/betterx/bclib/blocks/BaseStairsBlock from (Lnet/minecraft/world/level/block/Block;Z)Lorg/betterx/bclib/blocks/BaseStairsBlock; 2 member ; # org/betterx/bclib/blocks/BaseStairsBlock$$Lambda+0x000001d6844daba0 +instanceKlass org/betterx/wover/complex/api/equipment/ToolTier$Builder +instanceKlass @bci org/betterx/wover/complex/api/equipment/ToolTier ()V 8 argL0 ; # org/betterx/wover/complex/api/equipment/ToolTier$$Lambda+0x000001d6844da170 +instanceKlass @bci org/betterx/wover/complex/api/equipment/ToolTier ()V 0 argL0 ; # org/betterx/wover/complex/api/equipment/ToolTier$$Lambda+0x000001d6844d9f58 +instanceKlass org/betterx/wover/complex/api/equipment/ToolSlot$PropertiesBuilder +instanceKlass org/betterx/wover/complex/api/equipment/ToolTier +instanceKlass org/betterx/wover/complex/api/equipment/ToolTiers +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks registerBlocks ()V 149 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d6844d7478 +instanceKlass @bci org/betterx/betternether/blocks/complex/WartMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 17 argL0 ; # org/betterx/betternether/blocks/complex/WartMaterial$$Lambda+0x000001d6844d7260 +instanceKlass @bci org/betterx/betternether/blocks/complex/WartMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/WartMaterial$$Lambda+0x000001d6844d7048 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnSouldSand +instanceKlass @bci org/betterx/betternether/blocks/BlockWillowTorch ()V 8 argL0 ; # org/betterx/betternether/blocks/BlockWillowTorch$$Lambda+0x000001d6844d68a8 +instanceKlass @bci org/betterx/betternether/blocks/BlockWillowBranch getLuminance (Lnet/minecraft/world/level/block/state/BlockState;)I 7 argL0 ; # org/betterx/betternether/blocks/BlockWillowBranch$$Lambda+0x000001d6844d6670 +instanceKlass @bci org/betterx/betternether/blocks/BlockWillowBranch ()V 13 argL0 ; # org/betterx/betternether/blocks/BlockWillowBranch$$Lambda+0x000001d6844d6458 +instanceKlass @bci org/betterx/betternether/blocks/BlockWillowSapling ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockWillowSapling$$Lambda+0x000001d6844d6240 +instanceKlass @bci org/betterx/betternether/blocks/complex/WillowMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 41 argL0 ; # org/betterx/betternether/blocks/complex/WillowMaterial$$Lambda+0x000001d6844d6028 +instanceKlass @bci org/betterx/betternether/blocks/complex/WillowMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 28 argL0 ; # org/betterx/betternether/blocks/complex/WillowMaterial$$Lambda+0x000001d6844d4ef8 +instanceKlass @bci org/betterx/betternether/blocks/complex/WillowMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 15 argL0 ; # org/betterx/betternether/blocks/complex/WillowMaterial$$Lambda+0x000001d6844d3928 +instanceKlass @bci org/betterx/betternether/blocks/complex/slots/TrunkSlot create (Ljava/util/function/Supplier;)Lorg/betterx/betternether/blocks/complex/slots/TrunkSlot; 5 member ; # org/betterx/betternether/blocks/complex/slots/TrunkSlot$$Lambda+0x000001d6844d25f8 +instanceKlass @bci org/betterx/betternether/blocks/complex/WillowMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 4 argL0 ; # org/betterx/betternether/blocks/complex/WillowMaterial$$Lambda+0x000001d6844d23e0 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 480 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844d0860 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 457 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844d0648 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 434 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844d0430 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 411 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844d0218 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 388 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844d0000 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 365 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cfce8 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 342 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cfad0 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 319 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cf8b8 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 298 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cf6a0 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 277 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cf488 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 256 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cf270 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 235 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cf058 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 214 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cee40 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 193 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cec28 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 172 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cea10 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 151 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844ce7f8 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 130 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844ce5e0 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 109 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844ce3c8 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 89 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844ce1b0 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 69 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cdf98 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 49 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cdd80 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 29 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cdb68 +instanceKlass @bci org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape ()V 9 argL0 ; # org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape$$Lambda+0x000001d6844cd950 +instanceKlass org/betterx/betternether/blocks/BNBlockProperties +instanceKlass @bci org/betterx/betternether/blocks/BlockStalagnateSeed ()V 1 argL0 ; # org/betterx/betternether/blocks/BlockStalagnateSeed$$Lambda+0x000001d6844cbf08 +instanceKlass @bci org/betterx/bclib/complexmaterials/entry/SimpleBlockOnlyMaterialSlot getBlockEntry (Lorg/betterx/bclib/complexmaterials/ComplexMaterial;)Lorg/betterx/bclib/complexmaterials/entry/BlockEntry; 11 member ; # org/betterx/bclib/complexmaterials/entry/SimpleBlockOnlyMaterialSlot$$Lambda+0x000001d6844cbcd8 +instanceKlass @bci org/betterx/betternether/blocks/complex/StalagnateMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 34 argL0 ; # org/betterx/betternether/blocks/complex/StalagnateMaterial$$Lambda+0x000001d6844cb600 +instanceKlass @bci org/betterx/betternether/blocks/complex/StalagnateMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 21 argL0 ; # org/betterx/betternether/blocks/complex/StalagnateMaterial$$Lambda+0x000001d6844caf28 +instanceKlass @bci org/betterx/betternether/blocks/complex/slots/TrunkSlot createClimbable (Ljava/util/function/Supplier;)Lorg/betterx/betternether/blocks/complex/slots/TrunkSlot; 5 member ; # org/betterx/betternether/blocks/complex/slots/TrunkSlot$$Lambda+0x000001d6844c7db0 +instanceKlass @bci org/betterx/betternether/blocks/complex/StalagnateMaterial createMaterialSlots ()Lorg/betterx/bclib/complexmaterials/entry/SlotMap; 10 argL0 ; # org/betterx/betternether/blocks/complex/StalagnateMaterial$$Lambda+0x000001d6844c7b98 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/ChestBoat getItemEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;)Lorg/betterx/bclib/complexmaterials/entry/ItemEntry; 9 member ; # org/betterx/bclib/complexmaterials/set/wood/ChestBoat$$Lambda+0x000001d6844c6c78 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/Boat getItemEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;)Lorg/betterx/bclib/complexmaterials/entry/ItemEntry; 9 member ; # org/betterx/bclib/complexmaterials/set/wood/Boat$$Lambda+0x000001d6844c6a48 +instanceKlass org/betterx/betternether/blocks/complex/slots/NetherSlots +instanceKlass org/betterx/betternether/blocks/materials/Materials +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry lambda$performBlockRegistration$10 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;Ljava/util/Map$Entry;)V 52 member ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d6844bf3b0 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry performBlockRegistration (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 30 member ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d6844bf180 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/stone/Source addBlockEntry (Lorg/betterx/bclib/complexmaterials/StoneComplexMaterial;Ljava/util/function/Consumer;)V 12 member ; # org/betterx/bclib/complexmaterials/set/stone/Source$$Lambda+0x000001d6844bef50 +instanceKlass org/betterx/bclib/complexmaterials/set/stone/StoneSlots +instanceKlass @bci org/betterx/betterend/blocks/EndPortalBlock ()V 16 argL0 ; # org/betterx/betterend/blocks/EndPortalBlock$$Lambda+0x000001d6844bd6f0 +instanceKlass @bci org/betterx/betterend/blocks/EndStoneSmelter ()V 7 argL0 ; # org/betterx/betterend/blocks/EndStoneSmelter$$Lambda+0x000001d6844bb6c8 +instanceKlass @bci org/betterx/bclib/blocks/BaseBlockWithEntity$Stone ()V 0 argL0 ; # org/betterx/bclib/blocks/BaseBlockWithEntity$Stone$$Lambda+0x000001d6844bb490 +instanceKlass @bci org/betterx/betterend/registry/EndBlocks registerBlocks ()V 5087 argL0 ; # org/betterx/betterend/registry/EndBlocks$$Lambda+0x000001d6844ba048 +instanceKlass @bci org/betterx/betterend/blocks/BulbVineLanternBlock ()V 11 argL0 ; # org/betterx/betterend/blocks/BulbVineLanternBlock$$Lambda+0x000001d6844b9e30 +instanceKlass @bci org/betterx/betterend/blocks/RespawnObeliskBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/RespawnObeliskBlock$$Lambda+0x000001d6844b9c18 +instanceKlass @bci org/betterx/betterend/blocks/BuddingSmaragdantCrystalBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/BuddingSmaragdantCrystalBlock$$Lambda+0x000001d6844b9a00 +instanceKlass @bci org/betterx/betterend/blocks/basis/PedestalBlock getLuminance (Lnet/minecraft/world/level/block/state/BlockState;)Ljava/util/function/ToIntFunction; 10 member ; # org/betterx/betterend/blocks/basis/PedestalBlock$$Lambda+0x000001d6844b97e8 +instanceKlass org/betterx/betterend/complexmaterials/CrystalSubblocksMaterial +instanceKlass @bci org/betterx/betterend/blocks/SmaragdantCrystalBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/SmaragdantCrystalBlock$$Lambda+0x000001d6844b8430 +instanceKlass @bci org/betterx/betterend/blocks/SmaragdantCrystalShardBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/SmaragdantCrystalShardBlock$$Lambda+0x000001d6844b8218 +instanceKlass @bci org/betterx/betterend/blocks/AuroraCrystalBlock ()V 8 argL0 ; # org/betterx/betterend/blocks/AuroraCrystalBlock$$Lambda+0x000001d6844b8000 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createGlass ()Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 47 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844adc00 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createGlass ()Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 39 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844b7ca8 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createGlass ()Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 31 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844b7a90 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createGlass ()Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 23 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844b7878 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial makeOreless (Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;FFLnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)Lorg/betterx/betterend/complexmaterials/MetalMaterial; 14 argL0 ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844b7660 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D scale (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;FF)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 ; # java/lang/invoke/LambdaForm$MH+0x000001d6844ad800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6844ad400 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial makeOreless (Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;FFLnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)Lorg/betterx/betterend/complexmaterials/MetalMaterial; 9 member ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844b7440 +instanceKlass @cpi org/betterx/betterend/complexmaterials/MetalMaterial 776 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6844ad000 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial (Ljava/lang/String;ZLjava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)V 509 argL0 ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844b64d8 +instanceKlass @bci org/betterx/betterend/blocks/ChandelierBlock (Lnet/minecraft/world/level/block/Block;)V 5 argL0 ; # org/betterx/betterend/blocks/ChandelierBlock$$Lambda+0x000001d6844b5298 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial (Ljava/lang/String;ZLjava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)V 130 member ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844b5078 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial (Ljava/lang/String;ZLjava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)V 32 argL0 ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844afc18 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial makeNormal (Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)Lorg/betterx/betterend/complexmaterials/MetalMaterial; 12 argL0 ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844afa00 +instanceKlass @bci org/betterx/betterend/complexmaterials/MetalMaterial makeNormal (Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/item/Tier;Lorg/betterx/wover/complex/api/equipment/ArmorTier;ILnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/SmithingTemplateItem;)Lorg/betterx/betterend/complexmaterials/MetalMaterial; 7 member ; # org/betterx/betterend/complexmaterials/MetalMaterial$$Lambda+0x000001d6844af7e0 +instanceKlass org/betterx/betterend/complexmaterials/MetalMaterial +instanceKlass org/betterx/wover/item/api/smithing/SmithingTemplates$Builder +instanceKlass org/betterx/wover/item/api/smithing/SmithingTemplates +instanceKlass org/betterx/betterend/registry/EndTemplates +instanceKlass @bci org/betterx/betterend/registry/EndBlocks registerBlocks ()V 4610 argL0 ; # org/betterx/betterend/registry/EndBlocks$$Lambda+0x000001d6844abc00 +instanceKlass @bci org/betterx/betterend/registry/EndBlocks registerBlocks ()V 4582 argL0 ; # org/betterx/betterend/registry/EndBlocks$$Lambda+0x000001d6844ab9e8 +instanceKlass @bci org/betterx/betterend/blocks/FilaluxLanternBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/FilaluxLanternBlock$$Lambda+0x000001d6844ab7d0 +instanceKlass @bci org/betterx/betterend/blocks/FilaluxBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/FilaluxBlock$$Lambda+0x000001d6844ab598 +instanceKlass @bci org/betterx/betterend/blocks/basis/EndWallPlantBlock (Lnet/minecraft/world/level/material/MapColor;I)V 6 member ; # org/betterx/betterend/blocks/basis/EndWallPlantBlock$$Lambda+0x000001d6844ab380 +instanceKlass @bci org/betterx/bclib/blocks/WallMushroomBlock (I)V 10 member ; # org/betterx/bclib/blocks/WallMushroomBlock$$Lambda+0x000001d6844ab168 +instanceKlass @bci org/betterx/betterend/blocks/PondAnemoneBlock ()V 16 argL0 ; # org/betterx/betterend/blocks/PondAnemoneBlock$$Lambda+0x000001d6844aaf50 +instanceKlass @bci org/betterx/bclib/util/BlocksHelper ()V 18 argL0 ; # org/betterx/bclib/util/BlocksHelper$$Lambda+0x000001d6844aad38 +instanceKlass org/betterx/bclib/util/BlocksHelper +instanceKlass @bci org/betterx/betterend/complexmaterials/ColoredMaterial (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/level/block/Block;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Z)V 59 ; # java/lang/invoke/LambdaForm$MH+0x000001d6844acc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6844ac800 +instanceKlass @bci org/betterx/betterend/complexmaterials/ColoredMaterial (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/level/block/Block;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Z)V 59 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6844ac400 +instanceKlass @bci org/betterx/betterend/complexmaterials/ColoredMaterial (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/level/block/Block;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Z)V 59 member ; # org/betterx/betterend/complexmaterials/ColoredMaterial$$Lambda+0x000001d6844aa908 +instanceKlass @cpi org/betterx/betterend/complexmaterials/ColoredMaterial 366 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6844ac000 +instanceKlass @bci org/betterx/betterend/registry/EndBlocks registerBlocks ()V 3995 argL0 ; # org/betterx/betterend/registry/EndBlocks$$Lambda+0x000001d6844aa6d0 +instanceKlass org/betterx/betterend/complexmaterials/ColoredMaterial +instanceKlass @bci org/betterx/betterend/blocks/HydraluxBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/HydraluxBlock$$Lambda+0x000001d6844a9318 +instanceKlass @bci org/betterx/betterend/blocks/EndLilyBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/EndLilyBlock$$Lambda+0x000001d6844a9100 +instanceKlass @bci org/betterx/betterend/blocks/CavePumpkinBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/CavePumpkinBlock$$Lambda+0x000001d6844a8ee8 +instanceKlass @bci org/betterx/betterend/blocks/NeonCactusBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/NeonCactusBlock$$Lambda+0x000001d6844a8cd0 +instanceKlass @bci org/betterx/betterend/blocks/NeonCactusPlantBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/NeonCactusPlantBlock$$Lambda+0x000001d6844a8ab8 +instanceKlass @bci org/betterx/betterend/blocks/LargeAmaranitaBlock ()V 10 argL0 ; # org/betterx/betterend/blocks/LargeAmaranitaBlock$$Lambda+0x000001d6844a88a0 +instanceKlass @bci org/betterx/betterend/blocks/LumecornBlock ()V 9 argL0 ; # org/betterx/betterend/blocks/LumecornBlock$$Lambda+0x000001d6844a8688 +instanceKlass @bci org/betterx/betterend/blocks/BoluxMushroomBlock ()V 10 argL0 ; # org/betterx/betterend/blocks/BoluxMushroomBlock$$Lambda+0x000001d6844a8000 +instanceKlass @bci org/betterx/betterend/blocks/GlowingPillarLuminophorBlock ()V 12 argL0 ; # org/betterx/betterend/blocks/GlowingPillarLuminophorBlock$$Lambda+0x000001d684486400 +instanceKlass @bci org/betterx/betterend/blocks/GlowingPillarSeedBlock ()V 13 argL0 ; # org/betterx/betterend/blocks/GlowingPillarSeedBlock$$Lambda+0x000001d684486c50 +instanceKlass @bci org/betterx/betterend/blocks/BlueVineLanternBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/BlueVineLanternBlock$$Lambda+0x000001d684486a38 +instanceKlass @bci org/betterx/betterend/blocks/CrystalMossCoverBlock ()V 0 argL0 ; # org/betterx/betterend/blocks/CrystalMossCoverBlock$$Lambda+0x000001d684486800 +instanceKlass @bci org/betterx/betterend/blocks/FlammalixBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/FlammalixBlock$$Lambda+0x000001d6844a7db0 +instanceKlass @bci org/betterx/betterend/blocks/TwistedUmbrellaMossBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/TwistedUmbrellaMossBlock$$Lambda+0x000001d6844a7b98 +instanceKlass @bci org/betterx/betterend/blocks/GlowingMossBlock (I)V 8 member ; # org/betterx/betterend/blocks/GlowingMossBlock$$Lambda+0x000001d6844a7980 +instanceKlass @bci org/betterx/bclib/blocks/BaseDoublePlantBlock (I)V 11 member ; # org/betterx/bclib/blocks/BaseDoublePlantBlock$$Lambda+0x000001d6844a7768 +instanceKlass @bci org/betterx/betterend/blocks/UmbrellaMossBlock ()V 10 argL0 ; # org/betterx/betterend/blocks/UmbrellaMossBlock$$Lambda+0x000001d6844a7550 +instanceKlass @bci org/betterx/betterend/blocks/LucerniaSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/LucerniaSaplingBlock$$Lambda+0x000001d6844a6d98 +instanceKlass @bci org/betterx/betterend/blocks/UmbrellaTreeClusterBlock ()V 13 argL0 ; # org/betterx/betterend/blocks/UmbrellaTreeClusterBlock$$Lambda+0x000001d6844a6b80 +instanceKlass @bci org/betterx/betterend/blocks/UmbrellaTreeSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/UmbrellaTreeSaplingBlock$$Lambda+0x000001d6844a6968 +instanceKlass @bci org/betterx/betterend/blocks/HelixTreeSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/HelixTreeSaplingBlock$$Lambda+0x000001d6844a6750 +instanceKlass @bci org/betterx/bclib/blocks/BaseVineBlock (IZLjava/util/function/Function;)V 13 member ; # org/betterx/bclib/blocks/BaseVineBlock$$Lambda+0x000001d6844a6538 +instanceKlass @bci org/betterx/bclib/blocks/BaseVineBlock (IZ)V 3 argL0 ; # org/betterx/bclib/blocks/BaseVineBlock$$Lambda+0x000001d6844a6300 +instanceKlass @bci org/betterx/betterend/blocks/TenaneaSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/TenaneaSaplingBlock$$Lambda+0x000001d6844a60e8 +instanceKlass @bci org/betterx/betterend/blocks/DragonTreeSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/DragonTreeSaplingBlock$$Lambda+0x000001d6844a5ed0 +instanceKlass @bci org/betterx/betterend/blocks/LacugroveSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/LacugroveSaplingBlock$$Lambda+0x000001d6844a5cb8 +instanceKlass @bci org/betterx/betterend/blocks/EndLotusFlowerBlock ()V 7 argL0 ; # org/betterx/betterend/blocks/EndLotusFlowerBlock$$Lambda+0x000001d6844a5aa0 +instanceKlass org/betterx/bclib/blocks/BlockProperties +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createStaticLeaves (Lnet/minecraft/world/level/material/MapColor;Z)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 45 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844a5688 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createStaticLeaves (Lnet/minecraft/world/level/material/MapColor;Z)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 31 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844a5470 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createStaticLeaves (Lnet/minecraft/world/level/material/MapColor;Z)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 23 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844a5258 +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createStaticLeaves (Lnet/minecraft/world/level/material/MapColor;Z)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 15 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d6844a5040 +instanceKlass @bci org/betterx/betterend/blocks/PythadendronSaplingBlock ()V 1 argL0 ; # org/betterx/betterend/blocks/PythadendronSaplingBlock$$Lambda+0x000001d6844a4e28 +instanceKlass @bci org/betterx/bclib/complexmaterials/WoodenComplexMaterial initFlammable (Lorg/betterx/bclib/registry/FlammableBlockRegistry;)V 12 member ; # org/betterx/bclib/complexmaterials/WoodenComplexMaterial$$Lambda+0x000001d68449fc30 +instanceKlass @bci org/betterx/bclib/complexmaterials/WoodenComplexMaterial initFlammable (Lorg/betterx/bclib/registry/FlammableBlockRegistry;)V 1 member ; # org/betterx/bclib/complexmaterials/WoodenComplexMaterial$$Lambda+0x000001d68449fa00 +instanceKlass org/betterx/bclib/registry/FlammableBlockRegistry +instanceKlass @bci org/betterx/bclib/complexmaterials/ComplexMaterial init (Lorg/betterx/wover/block/api/BlockRegistry;Lorg/betterx/wover/item/api/ItemRegistry;)Lorg/betterx/bclib/complexmaterials/ComplexMaterial; 48 member ; # org/betterx/bclib/complexmaterials/ComplexMaterial$$Lambda+0x000001d68449f5d0 +instanceKlass @bci org/betterx/bclib/blocks/signs/BaseHangingSignBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/material/MapColor;ZLorg/betterx/bclib/blocks/signs/BaseHangingSignBlock$WallSignProvider;)V 24 member ; # org/betterx/bclib/blocks/signs/BaseHangingSignBlock$$Lambda+0x000001d68449e498 +instanceKlass @bci org/betterx/bclib/blocks/signs/BaseHangingSignBlock$Wood (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/material/MapColor;Z)V 6 argL0 ; # org/betterx/bclib/blocks/signs/BaseHangingSignBlock$Wood$$Lambda+0x000001d68449e280 +instanceKlass org/betterx/bclib/blocks/signs/BaseHangingSignBlock$WallSignProvider +instanceKlass @bci org/betterx/bclib/blocks/BaseChestBlock (Lnet/minecraft/world/level/block/Block;)V 8 argL0 ; # org/betterx/bclib/blocks/BaseChestBlock$$Lambda+0x000001d68449ce58 +instanceKlass @bci org/betterx/bclib/blocks/signs/BaseSignBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/material/MapColor;ZLorg/betterx/bclib/blocks/signs/BaseSignBlock$WallSignProvider;)V 24 member ; # org/betterx/bclib/blocks/signs/BaseSignBlock$$Lambda+0x000001d68449cc38 +instanceKlass @bci org/betterx/bclib/blocks/signs/BaseSignBlock$Wood (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/material/MapColor;Z)V 6 argL0 ; # org/betterx/bclib/blocks/signs/BaseSignBlock$Wood$$Lambda+0x000001d68449ca20 +instanceKlass org/betterx/bclib/blocks/signs/BaseSignBlock$WallSignProvider +instanceKlass @bci org/betterx/bclib/behaviours/BehaviourBuilders createTrapDoor (Lnet/minecraft/world/level/material/MapColor;Z)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 21 argL0 ; # org/betterx/bclib/behaviours/BehaviourBuilders$$Lambda+0x000001d68449b618 +instanceKlass @bci org/betterx/bclib/complexmaterials/ComplexMaterial init (Lorg/betterx/wover/block/api/BlockRegistry;Lorg/betterx/wover/item/api/ItemRegistry;)Lorg/betterx/bclib/complexmaterials/ComplexMaterial; 30 member ; # org/betterx/bclib/complexmaterials/ComplexMaterial$$Lambda+0x000001d68449b1a8 +instanceKlass @bci org/betterx/bclib/complexmaterials/ComplexMaterialSet initDefault (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lnet/minecraft/world/item/Item$Properties;)V 89 member ; # org/betterx/bclib/complexmaterials/ComplexMaterialSet$$Lambda+0x000001d68449af78 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/HangingSign addBlockEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;Ljava/util/function/Consumer;)V 26 member ; # org/betterx/bclib/complexmaterials/set/wood/HangingSign$$Lambda+0x000001d68449ab20 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/HangingSign addBlockEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;Ljava/util/function/Consumer;)V 9 member ; # org/betterx/bclib/complexmaterials/set/wood/HangingSign$$Lambda+0x000001d68449a8f0 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/Sign addBlockEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;Ljava/util/function/Consumer;)V 26 member ; # org/betterx/bclib/complexmaterials/set/wood/Sign$$Lambda+0x000001d68449a6c0 +instanceKlass @bci org/betterx/bclib/complexmaterials/set/wood/Sign addBlockEntry (Lorg/betterx/bclib/complexmaterials/WoodenComplexMaterial;Ljava/util/function/Consumer;)V 9 member ; # org/betterx/bclib/complexmaterials/set/wood/Sign$$Lambda+0x000001d68449a490 +instanceKlass @bci org/betterx/bclib/complexmaterials/entry/SimpleMaterialSlot getBlockEntry (Lorg/betterx/bclib/complexmaterials/ComplexMaterial;)Lorg/betterx/bclib/complexmaterials/entry/BlockEntry; 10 member ; # org/betterx/bclib/complexmaterials/entry/SimpleMaterialSlot$$Lambda+0x000001d68449a260 +instanceKlass @bci org/betterx/bclib/complexmaterials/ComplexMaterialSet initDefault (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lnet/minecraft/world/item/Item$Properties;)V 46 member ; # org/betterx/bclib/complexmaterials/ComplexMaterialSet$$Lambda+0x000001d68449a030 +instanceKlass org/betterx/bclib/complexmaterials/entry/ComplexMaterialEntry +instanceKlass org/betterx/bclib/complexmaterials/entry/SlotMap +instanceKlass @bci org/betterx/betterend/registry/EndItems registerEndDrink (Ljava/lang/String;IF)Lnet/minecraft/world/item/Item; 4 argL0 ; # org/betterx/betterend/registry/EndItems$$Lambda+0x000001d684499568 +instanceKlass @bci org/betterx/betterend/registry/EndItems registerEndFood (Ljava/lang/String;IF[Lnet/minecraft/world/effect/MobEffectInstance;)Lnet/minecraft/world/item/Item; 4 argL0 ; # org/betterx/betterend/registry/EndItems$$Lambda+0x000001d684499330 +instanceKlass @bci org/betterx/betterend/item/material/EndToolMaterial ()V 88 argL0 ; # org/betterx/betterend/item/material/EndToolMaterial$$Lambda+0x000001d684498f28 +instanceKlass @bci org/betterx/betterend/item/material/EndToolMaterial ()V 57 argL0 ; # org/betterx/betterend/item/material/EndToolMaterial$$Lambda+0x000001d684498d10 +instanceKlass @bci org/betterx/betterend/item/material/EndToolMaterial ()V 23 argL0 ; # org/betterx/betterend/item/material/EndToolMaterial$$Lambda+0x000001d684497cc0 +instanceKlass org/betterx/betterend/registry/EndAttributes +instanceKlass org/betterx/betterend/item/EndArmorItem$1 +instanceKlass org/betterx/wover/complex/api/equipment/ArmorTiers +instanceKlass org/betterx/wover/complex/api/equipment/ArmorTier$Builder +instanceKlass org/betterx/betterend/item/material/EndArmorTier +instanceKlass @bci org/betterx/wover/complex/api/equipment/ArmorSlot (Ljava/lang/String;IILjava/lang/String;Lnet/minecraft/world/item/ArmorItem$Type;Lnet/minecraft/data/recipes/RecipeCategory;)V 30 argL0 ; # org/betterx/wover/complex/api/equipment/ArmorSlot$$Lambda+0x000001d684496548 +instanceKlass org/betterx/wover/complex/api/equipment/ArmorTier +instanceKlass org/betterx/wover/complex/api/equipment/ArmorSlot$PropertiesBuilder +instanceKlass @bci org/betterx/betterend/item/material/EndArmorMaterial ()V 209 argL0 ; # org/betterx/betterend/item/material/EndArmorMaterial$$Lambda+0x000001d684495cd8 +instanceKlass @bci org/betterx/betterend/item/material/EndArmorMaterial ()V 152 argL0 ; # org/betterx/betterend/item/material/EndArmorMaterial$$Lambda+0x000001d684495ac0 +instanceKlass @bci org/betterx/betterend/item/material/EndArmorMaterial ()V 95 argL0 ; # org/betterx/betterend/item/material/EndArmorMaterial$$Lambda+0x000001d68448fbf0 +instanceKlass @bci org/betterx/betterend/item/material/EndArmorMaterial ()V 39 argL0 ; # org/betterx/betterend/item/material/EndArmorMaterial$$Lambda+0x000001d68448f9d8 +instanceKlass org/betterx/wover/item/api/armor/CustomArmorMaterial$Builder +instanceKlass org/betterx/wover/item/api/armor/CustomArmorMaterial +instanceKlass org/betterx/betterend/item/material/EndArmorMaterial +instanceKlass org/betterx/bclib/models/RecordItemModelProvider$1 +instanceKlass org/betterx/bclib/models/RecordItemModelProvider +instanceKlass org/betterx/bclib/items/BaseDiscItem +instanceKlass org/betterx/betterend/interfaces/BetterEndElytra +instanceKlass org/betterx/bclib/items/elytra/BCLElytraItem +instanceKlass org/betterx/betterend/interfaces/MultiModelItem +instanceKlass org/betterx/betterend/interfaces/MobEffectApplier +instanceKlass org/betterx/betterend/registry/EndItems +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684486000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684485c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684485800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684485400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684485000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684484c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684484800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684484400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684484000 +instanceKlass org/betterx/bclib/complexmaterials/BCLWoodTypeWrapper$Builder +instanceKlass org/betterx/bclib/complexmaterials/BCLWoodTypeWrapper +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourExplosionResistant +instanceKlass org/betterx/bclib/interfaces/tools/AxeCanStrip +instanceKlass org/betterx/bclib/complexmaterials/set/wood/WoodSlots +instanceKlass org/betterx/bclib/complexmaterials/entry/MaterialSlot +instanceKlass org/betterx/bclib/complexmaterials/ComplexMaterial +instanceKlass @bci org/betterx/betterend/blocks/basis/FurBlock (Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/Block;IIZ)V 9 member ; # org/betterx/betterend/blocks/basis/FurBlock$$Lambda+0x000001d6844578b0 +instanceKlass @bci org/betterx/betterend/blocks/GlowingHymenophoreBlock ()V 4 argL0 ; # org/betterx/betterend/blocks/GlowingHymenophoreBlock$$Lambda+0x000001d684457698 +instanceKlass @bci org/betterx/bclib/blocks/FeatureSaplingBlock (ILorg/betterx/bclib/blocks/FeatureSaplingBlock$FeatureSupplier;)V 11 member ; # org/betterx/bclib/blocks/FeatureSaplingBlock$$Lambda+0x000001d684457480 +instanceKlass @bci org/betterx/betterend/blocks/MossyGlowshroomSaplingBlock ()V 3 argL0 ; # org/betterx/betterend/blocks/MossyGlowshroomSaplingBlock$$Lambda+0x000001d684457268 +instanceKlass org/betterx/bclib/blocks/FeatureSaplingBlock$FeatureSupplier +instanceKlass org/betterx/bclib/behaviours/BehaviourBuilders +instanceKlass @bci org/betterx/betterend/blocks/RunedFlavolite (Z)V 42 argL0 ; # org/betterx/betterend/blocks/RunedFlavolite$$Lambda+0x000001d684456130 +instanceKlass org/betterx/betterend/complexmaterials/MaterialManager +instanceKlass @bci org/betterx/betterend/blocks/FlowerPotBlock (Lnet/minecraft/world/level/block/Block;)V 5 argL0 ; # org/betterx/betterend/blocks/FlowerPotBlock$$Lambda+0x000001d684455d18 +instanceKlass @bci org/betterx/bclib/blocks/BaseFurnaceBlock (Lnet/minecraft/world/level/block/Block;)V 5 argL0 ; # org/betterx/bclib/blocks/BaseFurnaceBlock$$Lambda+0x000001d684455b00 +instanceKlass @bci org/betterx/betterend/blocks/basis/StoneLanternBlock (Lnet/minecraft/world/level/block/Block;)V 5 argL0 ; # org/betterx/betterend/blocks/basis/StoneLanternBlock$$Lambda+0x000001d684454200 +instanceKlass @bci org/betterx/betterend/blocks/basis/PedestalBlock getLuminance (Lnet/minecraft/world/level/block/state/BlockState;)Ljava/util/function/ToIntFunction; 16 argL0 ; # org/betterx/betterend/blocks/basis/PedestalBlock$$Lambda+0x000001d684453fe8 +instanceKlass net/minecraft/data/models/model/ModelTemplate +instanceKlass net/minecraft/data/models/model/TextureSlot +instanceKlass org/betterx/betterend/client/models/EndModels +instanceKlass net/minecraft/data/models/blockstates/PropertyDispatch +instanceKlass org/betterx/betterend/complexmaterials/StoneMaterial +instanceKlass org/betterx/betterend/complexmaterials/MaterialManager$Material +instanceKlass org/betterx/betterend/complexmaterials/MaterialManager$MaterialRecipe +instanceKlass @bci org/betterx/bclib/blocks/BasePathBlock (Lnet/minecraft/world/level/block/Block;)V 5 argL0 ; # org/betterx/bclib/blocks/BasePathBlock$$Lambda+0x000001d684445da0 +instanceKlass net/minecraft/data/models/blockstates/BlockStateGenerator +instanceKlass org/betterx/wover/block/api/BlockProperties +instanceKlass org/betterx/bclib/client/sound/BlockSounds +instanceKlass @bci org/betterx/betterend/blocks/EndstoneDustBlock ()V 15 argL0 ; # org/betterx/betterend/blocks/EndstoneDustBlock$$Lambda+0x000001d684443f80 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry lambda$onRegister$12 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 22 member ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d684443d50 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d684443b28 +instanceKlass net/arsenal/spell/ArsenalEffects +instanceKlass net/spell_engine/api/effect/SpellEngineEffects +instanceKlass net/wizards/effect/WizardsEffects +instanceKlass xaero/map/effects/Effects +instanceKlass @bci xaero/map/events/ModCommonEventsNeoForge onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 45 argL0 ; # xaero/map/events/ModCommonEventsNeoForge$$Lambda+0x000001d684440420 +instanceKlass xaero/map/effects/EffectsRegister +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684438400 +instanceKlass @bci net/rogues/effect/RogueEffects register (Lnet/spell_engine/api/config/ConfigFile$Effects;)V 130 argL0 ; # net/rogues/effect/RogueEffects$$Lambda+0x000001d684439ca0 +instanceKlass @bci net/rogues/effect/RogueEffects register (Lnet/spell_engine/api/config/ConfigFile$Effects;)V 116 argL0 ; # net/rogues/effect/RogueEffects$$Lambda+0x000001d684439880 +instanceKlass @bci net/rogues/effect/RogueEffects register (Lnet/spell_engine/api/config/ConfigFile$Effects;)V 105 member ; # net/rogues/effect/RogueEffects$$Lambda+0x000001d684439660 +instanceKlass @bci net/rogues/effect/RogueEffects register (Lnet/spell_engine/api/config/ConfigFile$Effects;)V 85 argL0 ; # net/rogues/effect/RogueEffects$$Lambda+0x000001d684439448 +instanceKlass net/rogues/effect/RogueEffects +instanceKlass @bci org/betterx/betterend/effects/EndStatusEffects onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/effects/EndStatusEffects$$Lambda+0x000001d68443ad50 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1992 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443ab18 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1442 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443a8e0 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1369 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443a6a8 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1296 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443a470 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1223 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443a238 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 1079 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443a000 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 568 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443fc98 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 492 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443fa60 +instanceKlass @bci net/relics_rpgs/spell/RelicEffects ()V 274 argL0 ; # net/relics_rpgs/spell/RelicEffects$$Lambda+0x000001d68443f828 +instanceKlass @bci net/relics_rpgs/util/SpellSchoolUtil magicSchools (Ljava/util/List;)Ljava/util/List; 9 member ; # net/relics_rpgs/util/SpellSchoolUtil$$Lambda+0x000001d68443f5d8 +instanceKlass net/relics_rpgs/util/SpellSchoolUtil +instanceKlass net/relics_rpgs/spell/RelicEffects +instanceKlass xaero/common/effect/Effects +instanceKlass @bci xaero/common/events/ModCommonEventsNeoForge onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 45 argL0 ; # xaero/common/events/ModCommonEventsNeoForge$$Lambda+0x000001d68443d8c0 +instanceKlass xaero/common/effect/EffectsRegister +instanceKlass net/spell_engine/api/effect/InstantCast +instanceKlass @bci net/skill_tree_rpgs/effect/SkillEffects register (Lnet/spell_engine/api/config/ConfigFile$Effects;)V 159 argL0 ; # net/skill_tree_rpgs/effect/SkillEffects$$Lambda+0x000001d68443cc68 +instanceKlass net/spell_engine/api/tags/SpellEngineDamageTypeTags +instanceKlass net/spell_power/api/statuseffects/VulnerabilityEffect +instanceKlass net/skill_tree_rpgs/effect/SkillEffects +instanceKlass net/spell_engine/api/effect/Protection +instanceKlass @bci net/spell_engine/fx/SpellEngineParticles$MagicParticles get (Lnet/spell_engine/fx/SpellEngineParticles$MagicParticles$Shape;Lnet/spell_engine/fx/SpellEngineParticles$MagicParticles$Motion;)Lnet/spell_engine/fx/SpellEngineParticles$TemplateEntry; 20 argL0 ; # net/spell_engine/fx/SpellEngineParticles$MagicParticles$$Lambda+0x000001d6844367f8 +instanceKlass @bci net/spell_engine/fx/SpellEngineParticles$MagicParticles get (Lnet/spell_engine/fx/SpellEngineParticles$MagicParticles$Shape;Lnet/spell_engine/fx/SpellEngineParticles$MagicParticles$Motion;)Lnet/spell_engine/fx/SpellEngineParticles$TemplateEntry; 10 member ; # net/spell_engine/fx/SpellEngineParticles$MagicParticles$$Lambda+0x000001d6844365a8 +instanceKlass net/paladins/effect/PaladinEffects +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684438000 +instanceKlass net/spell_engine/api/config/ConfigUtil +instanceKlass net/spell_engine/api/effect/Effects +instanceKlass net/spell_engine/api/effect/Effects$Entry +instanceKlass net/archers/effect/ArcherEffects +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate$Registration register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 30 member ; # com/tterrag/registrate/AbstractRegistrate$Registration$$Lambda+0x000001d6844346e8 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate$Registration register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 member ; # com/tterrag/registrate/AbstractRegistrate$Registration$$Lambda+0x000001d6844344b8 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder lambda$new$4 (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/String;Ljava/lang/String;Lnet/neoforged/neoforge/fluids/BaseFlowingFluid$Properties;)V 13 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d684434298 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder lambda$new$4 (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/String;Ljava/lang/String;Lnet/neoforged/neoforge/fluids/BaseFlowingFluid$Properties;)V 3 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d684434078 +instanceKlass @bci com/simibubi/create/foundation/data/VirtualFluidBuilder asSupplier ()Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 1 member ; # com/simibubi/create/foundation/data/VirtualFluidBuilder$$Lambda+0x000001d684433e30 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder makeProperties ()Lnet/neoforged/neoforge/fluids/BaseFlowingFluid$Properties; 27 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d684433c10 +instanceKlass @bci net/neoforged/neoforge/common/SoundAction get (Ljava/lang/String;)Lnet/neoforged/neoforge/common/SoundAction; 4 argL0 ; # net/neoforged/neoforge/common/SoundAction$$Lambda+0x000001d6844339d8 +instanceKlass net/neoforged/neoforge/common/SoundActions +instanceKlass lilypuree/decorative_blocks/fluid/ForgeThatchFluid +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 464 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684433028 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 459 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684432e10 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 454 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684432bf8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 439 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844329e0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 434 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844327c8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 429 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844325b0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 414 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684432398 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 409 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684432180 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 404 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684431f68 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 389 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684431d50 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 384 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684431b38 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 379 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684431920 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 364 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684431708 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 359 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844314f0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 354 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844312d8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 339 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d6844310c0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 334 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430ea8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 329 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430c90 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 314 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430a78 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 309 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430860 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 304 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430648 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 289 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430430 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 284 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430218 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 279 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d684430000 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 264 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442fcc8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 259 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442fab0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 254 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442f898 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 239 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442f680 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 234 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442f468 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 229 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442f250 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 214 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442f038 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 209 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442ee20 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 204 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442ec08 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 189 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442e9f0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 184 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442e7d8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 179 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442e5c0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 164 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442e3a8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 159 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442e190 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 154 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442df78 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 139 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442dd60 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 134 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442db48 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 129 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442d930 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 114 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442d718 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 109 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442d500 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 104 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442d2e8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 89 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442d0d0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 84 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442ceb8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 79 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442cca0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 64 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442ca88 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 59 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442c870 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 54 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442c658 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 39 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442c440 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 34 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442c228 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 29 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442c010 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 14 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442bdf8 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 9 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442bbe0 +instanceKlass @bci umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl ()V 4 argL0 ; # umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl$$Lambda+0x000001d68442b9c8 +instanceKlass umpaz/brewinandchewin/neoforge/registry/BnCFluidsImpl +instanceKlass net/mehvahdjukaar/supplementaries/common/block/tiles/SignPostBlockTile$Sign +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$registerFluids$76 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 46 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684429088 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$registerFluids$76 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 38 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684428e68 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$registerFluids$76 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 25 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684428c48 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod lambda$registerFluids$76 (Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 12 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d684428a28 +instanceKlass net/arsenal/spell/ArsenalSounds +instanceKlass net/jewelry/util/SoundHelper +instanceKlass com/li64/tide/registries/TideSoundEvents +instanceKlass net/wizards/content/WizardsSounds$Entry +instanceKlass net/wizards/content/WizardsSounds +instanceKlass @bci com/mrcrayfish/framework/api/registry/RegistryEntry register (Lcom/mrcrayfish/framework/registry/RegisterConsumer;)V 22 member ; # com/mrcrayfish/framework/api/registry/RegistryEntry$$Lambda+0x000001d684428000 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge lambda$onRegister$1 (Lnet/neoforged/neoforge/registries/RegisterEvent;Lcom/mrcrayfish/framework/api/registry/RegistryEntry;)V 7 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d684427bc8 +instanceKlass com/mrcrayfish/framework/registry/RegisterConsumer +instanceKlass net/rogues/util/RogueSounds$Entry +instanceKlass net/rogues/util/RogueSounds +instanceKlass @bci org/betterx/betterend/registry/EndSounds register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 18 argL0 ; # org/betterx/betterend/registry/EndSounds$$Lambda+0x000001d6844273a0 +instanceKlass net/relics_rpgs/spell/RelicSounds +instanceKlass net/skill_tree_rpgs/skills/SkillSounds +instanceKlass net/paladins/content/PaladinSounds$Entry +instanceKlass net/paladins/content/PaladinSounds +instanceKlass net/armory_rpgs/spell/ArmorySounds +instanceKlass net/archers/content/ArcherSounds$Entry +instanceKlass net/archers/content/ArcherSounds +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/SoundEventModuleNeoForge buildSoundEvent (Lcom/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegisterField;)Lnet/minecraft/sounds/SoundEvent; 18 member ; # com/yungnickyoung/minecraft/yungsapi/module/SoundEventModuleNeoForge$$Lambda+0x000001d684425290 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge lambda$buildAutoRegistrar$4 (Ljava/util/List;Lorg/apache/logging/log4j/util/TriConsumer;Ljava/util/function/Function;Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 19 member ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d684425060 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge lambda$buildAutoRegistrar$4 (Ljava/util/List;Lorg/apache/logging/log4j/util/TriConsumer;Ljava/util/function/Function;Lnet/neoforged/neoforge/registries/RegisterEvent$RegisterHelper;)V 6 argL0 ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d684424e18 +instanceKlass net/critical_strike/fx/CriticalStrikeSounds$Entry +instanceKlass net/critical_strike/fx/CriticalStrikeSounds +instanceKlass net/runes/crafting/RuneCrafting +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials$$Lambda+0x000001d6844245f8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials$$Lambda+0x000001d6844243d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials$$Lambda+0x000001d6844241b8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 11 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials$$Lambda+0x000001d684423f90 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint registerSomethingForHolder (Lnet/minecraft/core/Registry;Ljava/lang/String;Ljava/lang/Object;)Lnet/minecraft/core/Holder; 16 member ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d684423d70 +instanceKlass @bci com/li64/tide/registries/TideArmorMaterials ()V 31 argL0 ; # com/li64/tide/registries/TideArmorMaterials$$Lambda+0x000001d684423b58 +instanceKlass @bci com/li64/tide/registries/TideArmorMaterials ()V 11 argL0 ; # com/li64/tide/registries/TideArmorMaterials$$Lambda+0x000001d684423930 +instanceKlass com/li64/tide/registries/TideArmorMaterials +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 12 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d684423518 +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials lambda$static$3 ()Lnet/minecraft/world/item/ArmorMaterial; 12 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d684423300 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$11 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d6844230e8 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$11 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422ec0 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422ca8 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422a80 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422868 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422640 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422428 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d684422200 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421fe8 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421dc0 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421ba8 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421980 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421768 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d684421540 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$20 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684421328 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$20 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684421100 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$17 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420ee8 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$17 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420cc0 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$14 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420aa8 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$14 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420880 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$11 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420668 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$11 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420440 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420228 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$8 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684420000 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684418c40 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$5 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684418a18 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684418800 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d684419cc0 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 29 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModArmorMaterials$$Lambda+0x000001d684419aa8 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModArmorMaterials lambda$static$2 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModArmorMaterials$$Lambda+0x000001d684419880 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$9 ()Lnet/minecraft/world/item/ArmorMaterial; 52 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d684419668 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$9 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d684419440 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$6 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d684419218 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$4 ()Lnet/minecraft/world/item/ArmorMaterial; 52 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d684419000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$4 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d68441bcb8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler lambda$static$1 ()Lnet/minecraft/world/item/ArmorMaterial; 13 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d68441ba90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/map/MLMapDecorationsComponent ()V 14 argL0 ; # net/mehvahdjukaar/moonlight/api/map/MLMapDecorationsComponent$$Lambda+0x000001d68441b858 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/map/MLMapDecorationsComponent ()V 9 argL0 ; # net/mehvahdjukaar/moonlight/api/map/MLMapDecorationsComponent$$Lambda+0x000001d68441b620 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker$$Lambda+0x000001d68441b3e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker ()V 5 argL0 ; # net/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker$$Lambda+0x000001d68441b1b0 +instanceKlass net/mehvahdjukaar/moonlight/api/map/decoration/MLMapMarker +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/PotionBottleType ()V 51 argL0 ; # net/mehvahdjukaar/moonlight/api/util/PotionBottleType$$Lambda+0x000001d68441ab28 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 65 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441a470 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 60 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441a238 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 49 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441a000 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 41 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441fc28 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 33 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441f9f0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441f7a8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441f570 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 65 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441f308 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 60 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441f0d0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 46 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441ee98 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 38 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441ec60 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 30 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441ea28 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 22 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441e7f0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 14 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441e5b8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441e350 +instanceKlass @cpi dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData 420 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684418400 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441e118 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441dee0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441dca8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441da70 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441d838 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441d600 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData$$Lambda+0x000001d68441d3c8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441cf88 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441cd50 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441cb18 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData ()V 19 argL0 ; # dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData$$Lambda+0x000001d68441c8e0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 79 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d68441c470 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 74 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d68441c238 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 66 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d68441c000 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 58 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417ca8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 50 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417a70 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 42 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417838 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 34 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417600 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417398 +instanceKlass @cpi dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData 204 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684418000 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684417160 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416f28 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416cf0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416ab8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416880 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416648 +instanceKlass @bci dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData ()V 20 argL0 ; # dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData$$Lambda+0x000001d684416410 +instanceKlass @bci dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistryProviderImpl$EventListener registerFor (Lnet/neoforged/neoforge/registries/RegisterEvent;Lnet/minecraft/resources/ResourceKey;Ldev/architectury/registry/registries/forge/RegistrarManagerImpl$Data;)V 6 member ; # dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistryProviderImpl$EventListener$$Lambda+0x000001d684415dd0 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter ()V 37 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684415ba8 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter ()V 32 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684415970 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter ()V 24 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684415738 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter ()V 14 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684415520 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d6844152f8 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d6844150c0 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684414e88 +instanceKlass @bci com/kyanite/deeperdarker/content/data/Transmitter ()V 0 argL0 ; # com/kyanite/deeperdarker/content/data/Transmitter$$Lambda+0x000001d684414c50 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker ()V 29 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d684414810 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker ()V 24 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d6844145d8 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker ()V 14 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d6844143c0 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d684414188 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d684413f50 +instanceKlass @bci com/kyanite/deeperdarker/content/data/TempleTracker ()V 0 argL0 ; # com/kyanite/deeperdarker/content/data/TempleTracker$$Lambda+0x000001d684413d18 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers ()V 71 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d6844138e8 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers ()V 66 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d6844136b0 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers ()V 58 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684413478 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers ()V 36 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684413240 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684413018 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684412de0 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684412ba8 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry ()V 35 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684412970 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry ()V 30 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684412738 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry ()V 22 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684412500 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry ()V 14 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d6844122c8 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684412090 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684411e58 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d684411c20 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d6844119e8 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers$Entry ()V 0 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$Entry$$Lambda+0x000001d6844117b0 +instanceKlass @bci top/theillusivec4/curios/api/CurioAttributeModifiers ()V 14 argL0 ; # top/theillusivec4/curios/api/CurioAttributeModifiers$$Lambda+0x000001d684411370 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent ()V 39 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410f40 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent ()V 34 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410d08 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent ()V 26 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410ad0 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d6844108a8 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410670 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410438 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent ()V 12 argL0 ; # com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent$$Lambda+0x000001d684410200 +instanceKlass @bci vectorwing/farmersdelight/common/item/component/ItemStackWrapper ()V 42 argL0 ; # vectorwing/farmersdelight/common/item/component/ItemStackWrapper$$Lambda+0x000001d68440fd48 +instanceKlass @bci vectorwing/farmersdelight/common/item/component/ItemStackWrapper ()V 37 argL0 ; # vectorwing/farmersdelight/common/item/component/ItemStackWrapper$$Lambda+0x000001d68440fb10 +instanceKlass @bci vectorwing/farmersdelight/common/item/component/ItemStackWrapper ()V 21 argL0 ; # vectorwing/farmersdelight/common/item/component/ItemStackWrapper$$Lambda+0x000001d68440f8d8 +instanceKlass @bci vectorwing/farmersdelight/common/item/component/ItemStackWrapper ()V 16 argL0 ; # vectorwing/farmersdelight/common/item/component/ItemStackWrapper$$Lambda+0x000001d68440f6a0 +instanceKlass vectorwing/farmersdelight/common/item/component/ItemStackWrapper +instanceKlass @bci net/orcinus/galosphere/items/components/MoleData ()V 29 argL0 ; # net/orcinus/galosphere/items/components/MoleData$$Lambda+0x000001d68440f258 +instanceKlass @bci net/orcinus/galosphere/items/components/MoleData ()V 24 argL0 ; # net/orcinus/galosphere/items/components/MoleData$$Lambda+0x000001d68440f020 +instanceKlass @bci net/orcinus/galosphere/items/components/MoleData ()V 8 argL0 ; # net/orcinus/galosphere/items/components/MoleData$$Lambda+0x000001d68440ede8 +instanceKlass @bci net/orcinus/galosphere/items/components/MoleData ()V 3 argL0 ; # net/orcinus/galosphere/items/components/MoleData$$Lambda+0x000001d68440ebb0 +instanceKlass @bci net/orcinus/galosphere/items/components/SterlingAttached ()V 19 argL0 ; # net/orcinus/galosphere/items/components/SterlingAttached$$Lambda+0x000001d68440e770 +instanceKlass @bci net/orcinus/galosphere/items/components/SterlingAttached ()V 14 argL0 ; # net/orcinus/galosphere/items/components/SterlingAttached$$Lambda+0x000001d68440e538 +instanceKlass @bci net/orcinus/galosphere/items/components/SterlingAttached lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/orcinus/galosphere/items/components/SterlingAttached$$Lambda+0x000001d68440e300 +instanceKlass @bci net/orcinus/galosphere/items/components/SterlingAttached lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/items/components/SterlingAttached$$Lambda+0x000001d68440e0c8 +instanceKlass @bci net/orcinus/galosphere/items/components/SterlingAttached ()V 0 argL0 ; # net/orcinus/galosphere/items/components/SterlingAttached$$Lambda+0x000001d68440de90 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker ()V 35 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440da50 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker ()V 30 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440d818 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker ()V 22 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440d5e0 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker ()V 14 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440d3a8 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440d170 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440cf38 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440cd00 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440cac8 +instanceKlass @bci net/orcinus/galosphere/items/components/EchobellTracker ()V 0 argL0 ; # net/orcinus/galosphere/items/components/EchobellTracker$$Lambda+0x000001d68440c890 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker ()V 27 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440c468 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker ()V 22 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440c230 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker ()V 14 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440bff8 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440bdd0 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440bb98 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440b960 +instanceKlass @bci net/orcinus/galosphere/items/components/MonstrometerTracker ()V 0 argL0 ; # net/orcinus/galosphere/items/components/MonstrometerTracker$$Lambda+0x000001d68440b728 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest ()V 27 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440b300 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest ()V 22 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440b0c8 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest ()V 14 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440ae90 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440ac68 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440aa30 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440a7f8 +instanceKlass @bci net/orcinus/galosphere/util/quests/IndexedQuest ()V 0 argL0 ; # net/orcinus/galosphere/util/quests/IndexedQuest$$Lambda+0x000001d68440a5c0 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound ()V 27 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d68440a190 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound ()V 22 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d684409f58 +instanceKlass net/orcinus/galosphere/util/GByteBufCodecs$1 +instanceKlass net/orcinus/galosphere/util/GByteBufCodecs +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound ()V 14 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d684409a60 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d684409838 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d684409600 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d6844093c8 +instanceKlass @bci net/orcinus/galosphere/items/components/SpectreBound ()V 0 argL0 ; # net/orcinus/galosphere/items/components/SpectreBound$$Lambda+0x000001d684409190 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf ()V 43 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684408d50 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf ()V 38 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684408b18 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf ()V 30 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d6844088e0 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf ()V 14 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d6844086a8 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684408470 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684408238 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684408000 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684404400 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/FloatyScarf ()V 0 argL0 ; # io/github/razordevs/deep_aether/item/component/FloatyScarf$$Lambda+0x000001d684404c40 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/MoaFodder ()V 19 argL0 ; # io/github/razordevs/deep_aether/item/component/MoaFodder$$Lambda+0x000001d684404800 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/MoaFodder ()V 14 argL0 ; # io/github/razordevs/deep_aether/item/component/MoaFodder$$Lambda+0x000001d684405d10 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/MoaFodder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # io/github/razordevs/deep_aether/item/component/MoaFodder$$Lambda+0x000001d684405ad8 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/MoaFodder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/item/component/MoaFodder$$Lambda+0x000001d6844058a0 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/MoaFodder ()V 0 argL0 ; # io/github/razordevs/deep_aether/item/component/MoaFodder$$Lambda+0x000001d684405668 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker ()V 37 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684405238 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker ()V 32 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684405000 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker ()V 24 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684407c90 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker ()V 14 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684407a78 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684407850 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d684407618 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d6844073e0 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DungeonTracker ()V 0 argL0 ; # io/github/razordevs/deep_aether/item/component/DungeonTracker$$Lambda+0x000001d6844071a8 +instanceKlass @bci com/aetherteam/aether/item/components/DungeonKind ()V 29 argL0 ; # com/aetherteam/aether/item/components/DungeonKind$$Lambda+0x000001d684406d68 +instanceKlass @bci com/aetherteam/aether/item/components/DungeonKind ()V 24 argL0 ; # com/aetherteam/aether/item/components/DungeonKind$$Lambda+0x000001d684406b30 +instanceKlass @bci com/aetherteam/aether/item/components/DungeonKind ()V 8 argL0 ; # com/aetherteam/aether/item/components/DungeonKind$$Lambda+0x000001d6844068f8 +instanceKlass @bci com/aetherteam/aether/item/components/DungeonKind ()V 3 argL0 ; # com/aetherteam/aether/item/components/DungeonKind$$Lambda+0x000001d6844066c0 +instanceKlass @bci org/violetmoon/zetaimplforge/registry/ForgeZetaRegistry onRegisterEvent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 118 member ; # org/violetmoon/zetaimplforge/registry/ForgeZetaRegistry$$Lambda+0x000001d684406288 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684406000 +instanceKlass @cpi com/tom/storagemod/components/ConfiguratorComponent 228 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684404000 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 140 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684403d10 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684403ad8 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d6844038a0 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684403668 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684403430 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d6844031f8 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684402fc0 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684402d88 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent ()V 24 argL0 ; # com/tom/storagemod/components/ConfiguratorComponent$$Lambda+0x000001d684402b50 +instanceKlass @bci com/tom/storagemod/components/TagFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/tom/storagemod/components/TagFilterComponent$$Lambda+0x000001d684402720 +instanceKlass @bci com/tom/storagemod/components/TagFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/tom/storagemod/components/TagFilterComponent$$Lambda+0x000001d6844024e8 +instanceKlass @bci com/tom/storagemod/components/TagFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/tom/storagemod/components/TagFilterComponent$$Lambda+0x000001d6844022b0 +instanceKlass @bci com/tom/storagemod/components/TagFilterComponent ()V 0 argL0 ; # com/tom/storagemod/components/TagFilterComponent$$Lambda+0x000001d684402078 +instanceKlass @bci com/tom/storagemod/components/SimpleItemFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # com/tom/storagemod/components/SimpleItemFilterComponent$$Lambda+0x000001d684401c38 +instanceKlass @bci com/tom/storagemod/components/SimpleItemFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/tom/storagemod/components/SimpleItemFilterComponent$$Lambda+0x000001d684401a00 +instanceKlass @bci com/tom/storagemod/components/SimpleItemFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/tom/storagemod/components/SimpleItemFilterComponent$$Lambda+0x000001d6844017c8 +instanceKlass @bci com/tom/storagemod/components/SimpleItemFilterComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/tom/storagemod/components/SimpleItemFilterComponent$$Lambda+0x000001d684401590 +instanceKlass @bci com/tom/storagemod/components/SimpleItemFilterComponent ()V 0 argL0 ; # com/tom/storagemod/components/SimpleItemFilterComponent$$Lambda+0x000001d684401358 +instanceKlass @bci com/tom/storagemod/components/WorldPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # com/tom/storagemod/components/WorldPos$$Lambda+0x000001d684400f28 +instanceKlass @bci com/tom/storagemod/components/WorldPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/tom/storagemod/components/WorldPos$$Lambda+0x000001d684400cf0 +instanceKlass @bci com/tom/storagemod/components/WorldPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/tom/storagemod/components/WorldPos$$Lambda+0x000001d684400ab8 +instanceKlass @bci com/tom/storagemod/components/WorldPos ()V 0 argL0 ; # com/tom/storagemod/components/WorldPos$$Lambda+0x000001d684400880 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemCosmeticOverride ()V 15 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemCosmeticOverride$$Lambda+0x000001d684400440 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemCosmeticOverride ()V 5 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemCosmeticOverride$$Lambda+0x000001d684400208 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 133 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843ffbb0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryCustomRendererComponent ()V 33 argL0 ; # io/wispforest/accessories/api/components/AccessoryCustomRendererComponent$$Lambda+0x000001d6843ff978 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryCustomRendererComponent ()V 23 argL0 ; # io/wispforest/accessories/api/components/AccessoryCustomRendererComponent$$Lambda+0x000001d6843ff740 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 117 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843ff2e8 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryStackSizeComponent ()V 46 argL0 ; # io/wispforest/accessories/api/components/AccessoryStackSizeComponent$$Lambda+0x000001d6843ff0c0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryStackSizeComponent ()V 32 argL0 ; # io/wispforest/accessories/api/components/AccessoryStackSizeComponent$$Lambda+0x000001d6843fee88 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryStackSizeComponent ()V 17 argL0 ; # io/wispforest/accessories/api/components/AccessoryStackSizeComponent$$Lambda+0x000001d6843fec50 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 101 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843fe800 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers ()V 55 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$$Lambda+0x000001d6843fe5d8 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers ()V 41 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$$Lambda+0x000001d6843fe3a0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers ()V 25 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$$Lambda+0x000001d6843fe168 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 86 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fdf50 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 72 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fdd18 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 56 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fdae0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 40 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fd8a8 +instanceKlass @bci io/wispforest/accessories/utils/AttributeUtils ()V 53 argL0 ; # io/wispforest/accessories/utils/AttributeUtils$$Lambda+0x000001d6843fd690 +instanceKlass @bci io/wispforest/accessories/utils/AttributeUtils ()V 43 argL0 ; # io/wispforest/accessories/utils/AttributeUtils$$Lambda+0x000001d6843fd458 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils forEnumStringRepresentable (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 34 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6843fd220 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils forEnumStringRepresentable (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 29 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6843fcfe0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils forEnumStringRepresentable (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 12 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6843fcda8 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils forEnumStringRepresentable (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d6843fcb68 +instanceKlass @bci io/wispforest/accessories/utils/AttributeUtils ()V 26 argL0 ; # io/wispforest/accessories/utils/AttributeUtils$$Lambda+0x000001d6843fc930 +instanceKlass @bci io/wispforest/accessories/utils/AttributeUtils ()V 11 argL0 ; # io/wispforest/accessories/utils/AttributeUtils$$Lambda+0x000001d6843fc6f8 +instanceKlass io/wispforest/accessories/utils/AttributeUtils +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 27 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fc2c0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 8 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fc098 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry ()V 3 argL0 ; # io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry$$Lambda+0x000001d6843fbe70 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 85 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843fb810 +instanceKlass @bci io/wispforest/accessories/api/components/AccessorySlotValidationComponent ()V 66 argL0 ; # io/wispforest/accessories/api/components/AccessorySlotValidationComponent$$Lambda+0x000001d6843fb5e8 +instanceKlass @bci io/wispforest/accessories/api/components/AccessorySlotValidationComponent ()V 56 argL0 ; # io/wispforest/accessories/api/components/AccessorySlotValidationComponent$$Lambda+0x000001d6843fb3d0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessorySlotValidationComponent ()V 51 argL0 ; # io/wispforest/accessories/api/components/AccessorySlotValidationComponent$$Lambda+0x000001d6843fb198 +instanceKlass @bci io/wispforest/accessories/api/components/AccessorySlotValidationComponent ()V 31 argL0 ; # io/wispforest/accessories/api/components/AccessorySlotValidationComponent$$Lambda+0x000001d6843faf80 +instanceKlass @bci io/wispforest/accessories/api/components/AccessorySlotValidationComponent ()V 26 argL0 ; # io/wispforest/accessories/api/components/AccessorySlotValidationComponent$$Lambda+0x000001d6843fad48 +instanceKlass @bci io/wispforest/endec/Endec setOf ()Lio/wispforest/endec/Endec; 11 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6835c3928 +instanceKlass @bci io/wispforest/endec/Endec setOf ()Lio/wispforest/endec/Endec; 6 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6835c36f0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 69 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843fa8f0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderTransformations ()V 53 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderTransformations$$Lambda+0x000001d6843fa6c8 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderTransformations ()V 43 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderTransformations$$Lambda+0x000001d6843fa490 +instanceKlass @bci io/wispforest/accessories/api/client/Transformation ()V 5 argL0 ; # io/wispforest/accessories/api/client/Transformation$$Lambda+0x000001d6843fa258 +instanceKlass @bci io/wispforest/accessories/api/client/Transformation ()V 0 argL0 ; # io/wispforest/accessories/api/client/Transformation$$Lambda+0x000001d6843fa020 +instanceKlass io/wispforest/accessories/api/client/Transformation +instanceKlass @bci io/wispforest/endec/impl/StructField (Ljava/lang/String;Lio/wispforest/endec/Endec;Ljava/util/function/Function;Ljava/lang/Object;)V 6 member ; # io/wispforest/endec/impl/StructField$$Lambda+0x000001d6835c34d0 +instanceKlass @bci io/wispforest/endec/Endec optionalFieldOf (Ljava/lang/String;Ljava/util/function/Function;Ljava/lang/Object;)Lio/wispforest/endec/impl/StructField; 17 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6835c3298 +instanceKlass @bci io/wispforest/endec/Endec optionalFieldOf (Ljava/lang/String;Ljava/util/function/Function;Ljava/lang/Object;)Lio/wispforest/endec/impl/StructField; 12 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d6835c3058 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderTransformations ()V 19 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderTransformations$$Lambda+0x000001d6843f9bf0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 53 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843f9798 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent ()V 52 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent$$Lambda+0x000001d6843f9570 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent ()V 42 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent$$Lambda+0x000001d6843f9358 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent ()V 37 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent$$Lambda+0x000001d6843f9120 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent ()V 22 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent$$Lambda+0x000001d6843f8f08 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent ()V 17 argL0 ; # io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent$$Lambda+0x000001d6843f8cd0 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 37 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843f8878 +instanceKlass io/wispforest/owo/serialization/CodecUtils$4 +instanceKlass io/wispforest/owo/serialization/CodecUtils$1 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryNestContainerContents ()V 36 argL0 ; # io/wispforest/accessories/api/components/AccessoryNestContainerContents$$Lambda+0x000001d6843f3d00 +instanceKlass @bci io/wispforest/accessories/api/components/AccessoryNestContainerContents ()V 26 argL0 ; # io/wispforest/accessories/api/components/AccessoryNestContainerContents$$Lambda+0x000001d6843f3ac8 +instanceKlass io/wispforest/accessories/api/components/AccessoryNestContainerContents +instanceKlass @bci io/wispforest/accessories/api/components/AccessoriesDataComponents ()V 21 argL0 ; # io/wispforest/accessories/api/components/AccessoriesDataComponents$$Lambda+0x000001d6843f3670 +instanceKlass io/wispforest/accessories/api/components/AccessoriesDataComponents +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate onRegisterLate (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 17 argL0 ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d6843f3248 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryObjectStorage of (Lnet/minecraft/resources/ResourceKey;)Ldev/latvian/mods/kubejs/registry/RegistryObjectStorage; 10 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryObjectStorage$$Lambda+0x000001d6843f3010 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryObjectStorage ()V 38 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryObjectStorage$$Lambda+0x000001d6843f2dd8 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryObjectStorage ()V 33 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryObjectStorage$$Lambda+0x000001d6843f2ba0 +instanceKlass dev/latvian/mods/kubejs/registry/RegistryObjectStorage +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler register (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Ldev/latvian/mods/rhino/type/TypeInfo;)V 5 argL0 ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$$Lambda+0x000001d6843f2728 +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler lambda$static$0 (Ljava/util/Map;)V 19 argL0 ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$$Lambda+0x000001d6843f2500 +instanceKlass @bci dev/latvian/mods/kubejs/create/KubeJSCreatePlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 26 argL0 ; # dev/latvian/mods/kubejs/create/KubeJSCreatePlugin$$Lambda+0x000001d6843f22e8 +instanceKlass @bci dev/latvian/mods/kubejs/create/KubeJSCreatePlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 8 argL0 ; # dev/latvian/mods/kubejs/create/KubeJSCreatePlugin$$Lambda+0x000001d6843f1d00 +instanceKlass @bci dev/latvian/mods/kubejs/create/KubeJSCreatePlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 4 argL0 ; # dev/latvian/mods/kubejs/create/KubeJSCreatePlugin$$Lambda+0x000001d6843f1708 +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 8 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d6843f14f0 +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 18 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d6843f0ec0 +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 26 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d6843efd58 +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 8 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d6843ef600 +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 4 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d6843edfe0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 304 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843eddc8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 288 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843edbb0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 272 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ed6d8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 256 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ed208 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 240 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ecd10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 224 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ec848 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 208 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ec368 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 192 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ebeb0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 176 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843eb9d0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 160 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843eb518 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 144 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843eabd0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 128 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843ea6e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 112 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e9db8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$2 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 30 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e9810 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$2 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 10 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e92e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 96 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e8db0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 82 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e8b98 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 230 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e7678 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 210 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e6fa8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 190 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e69a8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 170 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e63b8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 150 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e5dc8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 130 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e57d8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 110 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e4e10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 90 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e3b88 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 70 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e3568 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 50 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e2f48 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 30 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e2928 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$1 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 10 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e1f00 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 66 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e14c8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 52 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e12b0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 270 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e0c70 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 250 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843e0530 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 230 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843dfc10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 210 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843df4d8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 190 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843dcec0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 170 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843db3e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 150 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d9da8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 130 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d9628 +instanceKlass dev/latvian/mods/kubejs/block/custom/ButtonOrPressurePlateBuilder +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 110 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d7d28 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 90 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d75e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 70 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d6ea8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 50 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d6770 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 30 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d6038 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin lambda$registerBuilderTypes$0 (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback;)V 10 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d53e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 36 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d3df8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 22 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843d3be0 +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler of (Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Consumer;)V 10 argL0 ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$$Lambda+0x000001d6843d0698 +instanceKlass dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$Info +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistry addDefault (Lnet/minecraft/resources/ResourceKey;Ljava/lang/Class;Ldev/latvian/mods/kubejs/registry/BuilderFactory;)V 4 member ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistry$$Lambda+0x000001d6843d0000 +instanceKlass dev/latvian/mods/kubejs/registry/BuilderTypeRegistry$Callback +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerBuilderTypes (Ldev/latvian/mods/kubejs/registry/BuilderTypeRegistry;)V 6 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d6843cfab0 +instanceKlass dev/latvian/mods/kubejs/registry/BuilderFactory +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler lambda$static$0 (Ljava/util/Map;)V 10 argL0 ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$$Lambda+0x000001d6843cf3e8 +instanceKlass @bci dev/latvian/mods/kubejs/util/Lazy identityMap (Ljava/util/function/Consumer;)Ldev/latvian/mods/kubejs/util/Lazy; 1 member ; # dev/latvian/mods/kubejs/util/Lazy$$Lambda+0x000001d6843cf1c8 +instanceKlass @bci dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler ()V 0 argL0 ; # dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$$Lambda+0x000001d6843cefa0 +instanceKlass dev/latvian/mods/kubejs/registry/ServerRegistryRegistry +instanceKlass dev/latvian/mods/kubejs/registry/BuilderTypeRegistry +instanceKlass @bci com/simibubi/create/AllSoundEvents register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # com/simibubi/create/AllSoundEvents$$Lambda+0x000001d6843ce498 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround$$Lambda+0x000001d6843ce260 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround$$Lambda+0x000001d6843ce028 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround$$Lambda+0x000001d6843cddf0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop$$Lambda+0x000001d6843cd990 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop$$Lambda+0x000001d6843cd758 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop$$Lambda+0x000001d6843cd520 +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$CureZombieVillager ()V 54 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$CureZombieVillager$$Lambda+0x000001d6843cca70 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport$$Lambda+0x000001d6843cc1f8 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport$$Lambda+0x000001d6843cbfc0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport$$Lambda+0x000001d6843cbd88 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects$$Lambda+0x000001d6843cb940 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects$$Lambda+0x000001d6843cb708 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects$$Lambda+0x000001d6843cb4d0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects$$Lambda+0x000001d6843cb298 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843cae28 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843cabf0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843ca9b8 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843ca780 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843ca548 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect$$Lambda+0x000001d6843ca310 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire$$Lambda+0x000001d6843c9eb0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire$$Lambda+0x000001d6843c9c78 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire$$Lambda+0x000001d6843c9a40 +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity$$Lambda+0x000001d6843c93e8 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity$$Lambda+0x000001d6843c91b0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity$$Lambda+0x000001d6843c8f78 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion$$Lambda+0x000001d6843c8b28 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion$$Lambda+0x000001d6843c88f0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion$$Lambda+0x000001d6843c86b8 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion ()V 0 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion$$Lambda+0x000001d6843c8480 +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 116 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c4c78 +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 103 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c4a60 +instanceKlass com/simibubi/create/content/contraptions/render/ClientContraption +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 90 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c5aa0 +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 77 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c5888 +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 64 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c5670 +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/scrollValue/INamedIconOptions +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 51 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c5000 +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 38 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c75e0 +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 25 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c73c8 +instanceKlass com/simibubi/create/api/contraption/ContraptionType +instanceKlass @bci com/simibubi/create/AllContraptionTypes ()V 12 argL0 ; # com/simibubi/create/AllContraptionTypes$$Lambda+0x000001d6843c6fa8 +instanceKlass com/simibubi/create/AllContraptionTypes +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/BookCopyAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/BookAuthorAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/ItemNameAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/FluidContentsAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/ColorAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/ShulkerFillLevelAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/EnchantAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/AddedByAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/InItemGroupAttribute$Type +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/attributes/InTagAttribute$Type +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 258 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2ff8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 244 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2db0 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 230 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2b68 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 216 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2920 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 202 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c26d8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 188 member ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2488 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes singleton (Ljava/lang/String;Ljava/util/function/BiPredicate;)Lcom/simibubi/create/content/logistics/item/filter/attribute/ItemAttributeType; 7 member ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c2248 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 166 member ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1ff8 +instanceKlass @cpi com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes 562 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6843c4000 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 144 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1db0 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 130 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1b68 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 111 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1920 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 97 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c16d8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 83 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1490 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 69 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1248 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 55 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c1000 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 41 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c0db8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 28 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c0b70 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 15 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c0928 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes lambda$singleton$12 (Ljava/util/function/Predicate;Ljava/lang/String;Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type;)Lcom/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute; 6 member ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c06d8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes singleton (Ljava/lang/String;Ljava/util/function/Predicate;)Lcom/simibubi/create/content/logistics/item/filter/attribute/ItemAttributeType; 7 member ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c0498 +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes ()V 2 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes$$Lambda+0x000001d6843c0000 +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/AllItemAttributeTypes +instanceKlass com/simibubi/create/content/kinetics/fan/processing/AllFanProcessingTypes$SplashingType +instanceKlass com/simibubi/create/content/kinetics/fan/processing/AllFanProcessingTypes$SmokingType +instanceKlass com/simibubi/create/content/kinetics/fan/processing/AllFanProcessingTypes$HauntingType +instanceKlass com/simibubi/create/content/kinetics/fan/processing/AllFanProcessingTypes$BlastingType +instanceKlass com/simibubi/create/content/kinetics/fan/processing/AllFanProcessingTypes +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/AllArmInteractionPointTypes +instanceKlass @bci team/creative/creativecore/CreativeCore registerMenus (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d6843bad48 +instanceKlass @bci net/arsenal/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/arsenal/neoforge/NeoForgeMod$$Lambda+0x000001d6843bab20 +instanceKlass @bci net/arsenal/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/arsenal/neoforge/NeoForgeMod$$Lambda+0x000001d6843ba8f8 +instanceKlass @bci net/arsenal/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/arsenal/neoforge/NeoForgeMod$$Lambda+0x000001d6843ba6d0 +instanceKlass @bci net/arsenal/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/arsenal/neoforge/NeoForgeMod$$Lambda+0x000001d6843ba4a8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint registerOnEvent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d6843ba280 +instanceKlass @bci com/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry registerItems (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 26 argL0 ; # com/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry$$Lambda+0x000001d6843ba058 +instanceKlass @bci com/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry registerItems (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 9 argL0 ; # com/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry$$Lambda+0x000001d6843b9e30 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6843b9c08 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6843b99e0 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6843b97b8 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6843b9590 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6843b9368 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/CCCraftingConditions lambda$register$1 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 9 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/CCCraftingConditions$$Lambda+0x000001d6843b9140 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCatVariantsImpl onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 9 argL0 ; # com/copycatsplus/copycats/neoforge/CCCatVariantsImpl$$Lambda+0x000001d6843b8f18 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 148 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8cf0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 136 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8ac8 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 124 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b88a0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 112 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8678 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 100 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8450 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 88 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8228 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 76 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b8000 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 64 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b7bc8 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b79a0 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b7778 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b7550 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b7328 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6843b7100 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 76 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6ed8 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 64 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6cb0 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6a88 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6860 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6638 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b6410 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d6843b61e8 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6843b5fc0 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6843b5d98 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6843b5b70 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6843b5948 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6843b5720 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 8 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d6843b54f0 +instanceKlass @bci dev/architectury/registry/level/biome/forge/BiomeModificationsImpl lambda$init$1 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # dev/architectury/registry/level/biome/forge/BiomeModificationsImpl$$Lambda+0x000001d6843b52c8 +instanceKlass @bci org/betterx/bclib/util/BCLDataComponents register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/bclib/util/BCLDataComponents$$Lambda+0x000001d6843b50a0 +instanceKlass @bci org/betterx/bclib/commands/arguments/BCLibArguments register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/bclib/commands/arguments/BCLibArguments$$Lambda+0x000001d6843b4e78 +instanceKlass @bci org/sinytra/connector/mod/compat/FluidHandlerCompat onRegisterFluids (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/sinytra/connector/mod/compat/FluidHandlerCompat$$Lambda+0x000001d6843b4c50 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentModImpl lambda$new$0 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/fabricmc/fabric/impl/attachment/AttachmentModImpl$$Lambda+0x000001d6843b4a28 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d6843b4800 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d6843b45d8 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d6843b43b0 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d6843b4188 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d6843b3f60 +instanceKlass @bci org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl$$Lambda+0x000001d6843b3d38 +instanceKlass @bci org/betterx/wover/surface/impl/rules/MaterialRuleRegistryImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/wover/surface/impl/rules/MaterialRuleRegistryImpl$$Lambda+0x000001d6843b3b10 +instanceKlass org/betterx/wover/surface/api/rules/MaterialRuleManager +instanceKlass @bci org/betterx/wover/surface/impl/conditions/MaterialConditionRegistryImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/wover/surface/impl/conditions/MaterialConditionRegistryImpl$$Lambda+0x000001d6843afc78 +instanceKlass org/betterx/wover/surface/api/conditions/ConditionManager +instanceKlass @bci org/betterx/wover/block/impl/predicate/BlockPredicatesImpl register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/wover/block/impl/predicate/BlockPredicatesImpl$$Lambda+0x000001d6843af850 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 184 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6843af638 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 163 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6843a76e8 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 140 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6843a74d0 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 117 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d68439fd70 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 94 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d68439fb58 +instanceKlass @bci org/betterx/betterend/registry/EndEntities ()V 71 argL0 ; # org/betterx/betterend/registry/EndEntities$$Lambda+0x000001d6843979e8 +instanceKlass @bci net/relics_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/relics_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d684396f88 +instanceKlass @bci net/relics_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/relics_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d684396d60 +instanceKlass @bci net/relics_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/relics_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d684396b38 +instanceKlass @bci net/relics_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/relics_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d684396910 +instanceKlass @bci org/violetmoon/zeta/config/FlagCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/violetmoon/zeta/config/FlagCondition$$Lambda+0x000001d6843966e8 +instanceKlass @bci org/violetmoon/zeta/config/FlagCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/violetmoon/zeta/config/FlagCondition$$Lambda+0x000001d6843964b0 +instanceKlass @bci org/violetmoon/zeta/config/FlagCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/violetmoon/zeta/config/FlagCondition$$Lambda+0x000001d684396278 +instanceKlass @bci org/violetmoon/zeta/config/FlagCondition ()V 0 argL0 ; # org/violetmoon/zeta/config/FlagCondition$$Lambda+0x000001d684396040 +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 172 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684395e28 +instanceKlass umpaz/brewinandchewin/common/registry/BnCRecipeSerializers +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 160 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684395a10 +instanceKlass umpaz/brewinandchewin/common/registry/BnCRecipeTypes +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 148 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d6843955f8 +instanceKlass umpaz/brewinandchewin/common/registry/BnCParticleTypes +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 136 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684394768 +instanceKlass umpaz/brewinandchewin/common/registry/BnCMenuTypes +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 124 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684394350 +instanceKlass umpaz/brewinandchewin/neoforge/registry/BnCLootModifiers +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 112 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684393f38 +instanceKlass umpaz/brewinandchewin/common/registry/BnCLootFunctions +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 100 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684393b20 +instanceKlass umpaz/brewinandchewin/common/registry/BnCLootConditions +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 88 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684393708 +instanceKlass umpaz/brewinandchewin/common/registry/BnCItems +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 76 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684390000 +instanceKlass umpaz/brewinandchewin/common/registry/BnCEffects +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 64 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d68438fad0 +instanceKlass umpaz/brewinandchewin/neoforge/registry/BnCFluidTypes +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d68438f328 +instanceKlass umpaz/brewinandchewin/common/registry/BnCFluids +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d68438ef10 +instanceKlass umpaz/brewinandchewin/common/registry/BnCCreativeTabs +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d68438eaf8 +instanceKlass umpaz/brewinandchewin/common/registry/BnCBlockEntityTypes +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d68438e6e0 +instanceKlass umpaz/brewinandchewin/common/registry/BnCBlocks +instanceKlass @bci umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents registerContent (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents$$Lambda+0x000001d684386b78 +instanceKlass umpaz/brewinandchewin/neoforge/registry/BnCAttachments +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 107 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684386750 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 100 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684386500 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 83 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d6843862d8 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 76 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684386088 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 59 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684385e60 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 52 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684385c10 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 35 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d6843859e8 +instanceKlass @bci me/pajic/misctweaks/mixson/ResourceModifications init ()V 28 argL0 ; # me/pajic/misctweaks/mixson/ResourceModifications$$Lambda+0x000001d684385798 +instanceKlass me/pajic/misctweaks/mixson/ResourceModifications +instanceKlass @bci net/ramixin/mixson/inline/Mixson registerEvent (Lnet/ramixin/mixson/inline/MixsonCodec;ILnet/ramixin/mixson/util/ResourceLocator;Ljava/lang/String;Lnet/ramixin/mixson/inline/MixsonEvent;Z[Lnet/ramixin/mixson/inline/ResourceReference;)Ljava/util/UUID; 35 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d684385140 +instanceKlass net/ramixin/mixson/inline/BuiltResourceReference +instanceKlass net/ramixin/mixson/inline/MixsonEventBuilder +instanceKlass @bci me/pajic/misctweaks/mixson/ClientResourceModifications lambda$init$2 (Lnet/minecraft/resources/ResourceLocation;)V 27 argL0 ; # me/pajic/misctweaks/mixson/ClientResourceModifications$$Lambda+0x000001d684384648 +instanceKlass net/ramixin/mixson/inline/EventContext +instanceKlass net/ramixin/mixson/inline/MixsonEvent +instanceKlass @bci me/pajic/misctweaks/mixson/ClientResourceModifications lambda$init$2 (Lnet/minecraft/resources/ResourceLocation;)V 15 member ; # me/pajic/misctweaks/mixson/ClientResourceModifications$$Lambda+0x000001d684383f08 +instanceKlass net/ramixin/mixson/util/ResourceLocator +instanceKlass @bci me/pajic/misctweaks/mixson/ClientResourceModifications init ()V 31 argL0 ; # me/pajic/misctweaks/mixson/ClientResourceModifications$$Lambda+0x000001d684383ae8 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/ClientModifiable +instanceKlass @bci me/pajic/misctweaks/MiscTweaksClient ()V 8 argL0 ; # me/pajic/misctweaks/MiscTweaksClient$$Lambda+0x000001d684383490 +instanceKlass me/pajic/misctweaks/MiscTweaksClient +instanceKlass me/pajic/misctweaks/mixson/ClientResourceModifications +instanceKlass @bci net/bettercombat/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/bettercombat/neoforge/NeoForgeMod$$Lambda+0x000001d684382b20 +instanceKlass @bci net/skill_tree_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/skill_tree_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d6843828f8 +instanceKlass @bci net/skill_tree_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/skill_tree_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d6843826d0 +instanceKlass @bci net/skill_tree_rpgs/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/skill_tree_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d6843824a8 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 64 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d684382280 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d684382058 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d684381e30 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d684381c08 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d6843819e0 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d6843817b8 +instanceKlass @bci com/chaosthedude/naturescompass/registry/NaturesCompassRegistry register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 26 argL0 ; # com/chaosthedude/naturescompass/registry/NaturesCompassRegistry$$Lambda+0x000001d684381590 +instanceKlass @bci com/chaosthedude/naturescompass/registry/NaturesCompassRegistry register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 9 argL0 ; # com/chaosthedude/naturescompass/registry/NaturesCompassRegistry$$Lambda+0x000001d684381368 +instanceKlass @bci dev/worldgen/abridged/neoforge/AbridgedNeoforge lambda$new$3 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # dev/worldgen/abridged/neoforge/AbridgedNeoforge$$Lambda+0x000001d684381140 +instanceKlass @bci dev/worldgen/abridged/neoforge/AbridgedNeoforge lambda$new$3 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # dev/worldgen/abridged/neoforge/AbridgedNeoforge$$Lambda+0x000001d684380f18 +instanceKlass @bci dev/worldgen/abridged/neoforge/AbridgedNeoforge lambda$new$3 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # dev/worldgen/abridged/neoforge/AbridgedNeoforge$$Lambda+0x000001d684380cf0 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl onRegister (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 9 argL0 ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d684380ac8 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge registerStuff (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d6843808a0 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge registerStuff (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d684380678 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge registerStuff (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d684380450 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge registerStuff (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d684380228 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge registerStuff (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d684380000 +instanceKlass @bci net/armory/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/armory/neoforge/NeoForgeMod$$Lambda+0x000001d68437a400 +instanceKlass @bci net/armory/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/armory/neoforge/NeoForgeMod$$Lambda+0x000001d68437ac50 +instanceKlass @bci net/armory/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/armory/neoforge/NeoForgeMod$$Lambda+0x000001d68437aa28 +instanceKlass @bci net/armory/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/armory/neoforge/NeoForgeMod$$Lambda+0x000001d68437a800 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 64 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437bcf0 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437bac8 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437b8a0 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437b678 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437b450 +instanceKlass @bci net/archers/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d68437b228 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge registerBlocks (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge$$Lambda+0x000001d68437b000 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge registerItems (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d68437fd38 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge lambda$buildAutoRegistrar$5 (Lnet/minecraft/resources/ResourceKey;Ljava/util/List;Lorg/apache/logging/log4j/util/TriConsumer;Ljava/util/function/Function;Lnet/neoforged/neoforge/registries/RegisterEvent;)V 6 member ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d68437fb08 +instanceKlass @bci org/sinytra/fabric/command_api/FabricCommandApiV2 lambda$onInitialize$1 (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/sinytra/fabric/command_api/FabricCommandApiV2$$Lambda+0x000001d68437f8e0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod registerFluids (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 34 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68437f408 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod registerFluids (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 22 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68437f1e0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod registerFluids (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 10 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68437efb8 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister addEntries (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 104 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d68437ed98 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister addEntries (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 39 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d68437eb68 +instanceKlass @bci net/neoforged/neoforge/registries/RegisterEvent register (Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Consumer;)V 13 member ; # net/neoforged/neoforge/registries/RegisterEvent$$Lambda+0x000001d68437e938 +instanceKlass @bci org/betterx/betternether/registry/NetherEnchantments register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/betternether/registry/NetherEnchantments$$Lambda+0x000001d68437e710 +instanceKlass @bci org/betterx/betternether/registry/SoundsRegistry register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # org/betterx/betternether/registry/SoundsRegistry$$Lambda+0x000001d68437e4e8 +instanceKlass @bci net/critical_strike/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/critical_strike/neoforge/NeoForgeMod$$Lambda+0x000001d68437e2c0 +instanceKlass @bci net/critical_strike/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/critical_strike/neoforge/NeoForgeMod$$Lambda+0x000001d68437e098 +instanceKlass @bci net/runes/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 52 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d68437de70 +instanceKlass @bci net/runes/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 40 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d68437dc48 +instanceKlass @bci net/runes/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 28 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d68437da20 +instanceKlass @bci net/runes/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 16 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d68437d7f8 +instanceKlass @bci net/runes/neoforge/NeoForgeMod register (Lnet/neoforged/neoforge/registries/RegisterEvent;)V 4 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d68437d5d0 +instanceKlass @bci org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock (Lnet/minecraft/world/level/block/Block;Lorg/violetmoon/zeta/module/ZetaModule;)V 100 member ; # org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock$$Lambda+0x000001d68437d3b0 +instanceKlass @bci org/violetmoon/quark/content/building/module/VerticalSlabsModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 556 member ; # org/violetmoon/quark/content/building/module/VerticalSlabsModule$$Lambda+0x000001d68437d180 +instanceKlass @bci org/violetmoon/quark/content/building/module/VerticalSlabsModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 393 member ; # org/violetmoon/quark/content/building/module/VerticalSlabsModule$$Lambda+0x000001d68437cf50 +instanceKlass @bci org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock (Lnet/minecraft/world/level/block/Block;Lorg/violetmoon/zeta/module/ZetaModule;)V 28 argL0 ; # org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock$$Lambda+0x000001d68437cd18 +instanceKlass @bci org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock (Lnet/minecraft/world/level/block/Block;Lorg/violetmoon/zeta/module/ZetaModule;)V 2 member ; # org/violetmoon/quark/content/building/block/QuarkVerticalSlabBlock$$Lambda+0x000001d68437caf8 +instanceKlass @bci org/violetmoon/quark/content/building/module/VerticalSlabsModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 336 member ; # org/violetmoon/quark/content/building/module/VerticalSlabsModule$$Lambda+0x000001d68437c648 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 35 argL0 ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d68437c430 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 0 argL0 ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d68437c218 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 36 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$$Lambda+0x000001d68437c000 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule blossomCarpet (Lorg/violetmoon/quark/content/world/block/BlossomLeavesBlock;)V 11 member ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$$Lambda+0x000001d68436dd08 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 19 member ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$$Lambda+0x000001d68436dad8 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 8 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$$Lambda+0x000001d68436d8a0 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 110 argL0 ; # org/violetmoon/quark/content/building/module/HedgesModule$$Lambda+0x000001d68436d688 +instanceKlass @bci org/violetmoon/quark/content/building/module/HedgesModule postRegister (Lorg/violetmoon/zeta/event/load/ZRegister$Post;)V 64 member ; # org/violetmoon/quark/content/building/module/HedgesModule$$Lambda+0x000001d68436d468 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent hashCode ()I 1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68437a000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d684379c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684379800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684379400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684379000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684378c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684378800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684378400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d684378000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68436cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68436c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68436c400 +instanceKlass com/terraformersmc/biolith/impl/biome/DimensionBiomePlacement +instanceKlass com/terraformersmc/biolith/impl/biome/BiomeCoordinator +instanceKlass com/terraformersmc/biolith/api/biome/BiomePlacement +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 253 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377db8 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 248 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377ba0 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 243 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377988 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 211 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377770 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 179 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377558 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 147 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377340 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule add (Lorg/violetmoon/zeta/event/load/ZRegister;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;)V 162 member ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684377120 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule add (Lorg/violetmoon/zeta/event/load/ZRegister;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;)V 121 member ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684376f00 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule add (Lorg/violetmoon/zeta/event/load/ZRegister;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;)V 62 member ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684376ce0 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule add (Lorg/violetmoon/zeta/event/load/ZRegister;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;)V 15 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684376ac8 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule add (Lorg/violetmoon/zeta/event/load/ZRegister;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;)V 10 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d6843768b0 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreStoneVariantsModule expandVanillaStone (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/block/Block;Ljava/lang/String;)Lnet/minecraft/world/level/block/Block; 34 argL0 ; # org/violetmoon/quark/content/building/module/MoreStoneVariantsModule$$Lambda+0x000001d684376698 +instanceKlass org/violetmoon/zeta/block/ZetaBlockWrapper +instanceKlass @bci org/violetmoon/quark/content/mobs/module/WraithModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 133 argL0 ; # org/violetmoon/quark/content/mobs/module/WraithModule$$Lambda+0x000001d684375bf8 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/WraithModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 62 argL0 ; # org/violetmoon/quark/content/mobs/module/WraithModule$$Lambda+0x000001d6843759e0 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/WraithModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/content/mobs/module/WraithModule$$Lambda+0x000001d68436bdb8 +instanceKlass @bci org/violetmoon/quark/content/experimental/module/VariantSelectorModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 8 argL0 ; # org/violetmoon/quark/content/experimental/module/VariantSelectorModule$$Lambda+0x000001d68436bba0 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantFurnacesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 54 argL0 ; # org/violetmoon/quark/content/building/module/VariantFurnacesModule$$Lambda+0x000001d68436a810 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantFurnacesModule litBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # org/violetmoon/quark/content/building/module/VariantFurnacesModule$$Lambda+0x000001d68436a5f8 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 203 member ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d684368f30 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/TotemOfHoldingModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/addons/oddities/module/TotemOfHoldingModule$$Lambda+0x000001d684368a58 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/ToretoiseModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 67 argL0 ; # org/violetmoon/quark/content/mobs/module/ToretoiseModule$$Lambda+0x000001d684368840 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/ToretoiseModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/mobs/module/ToretoiseModule$$Lambda+0x000001d684368628 +instanceKlass @bci org/violetmoon/quark/content/tools/module/TorchArrowModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 23 argL0 ; # org/violetmoon/quark/content/tools/module/TorchArrowModule$$Lambda+0x000001d684368410 +instanceKlass @bci org/violetmoon/quark/content/tools/module/TorchArrowModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 12 argL0 ; # org/violetmoon/quark/content/tools/module/TorchArrowModule$$Lambda+0x000001d6843681f8 +instanceKlass @cpi org/violetmoon/quark/content/tools/module/TorchArrowModule 146 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68436c000 +instanceKlass org/violetmoon/zeta/item/ZetaArrowItem$Impl$ArrowProjectileCreator +instanceKlass @bci org/violetmoon/quark/content/tools/module/TorchArrowModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 7 argL0 ; # org/violetmoon/quark/content/tools/module/TorchArrowModule$$Lambda+0x000001d684367c58 +instanceKlass org/violetmoon/zeta/item/ZetaArrowItem$Impl$ArrowItemCreator +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/TinyPotatoModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/addons/oddities/module/TinyPotatoModule$$Lambda+0x000001d68435fa00 +instanceKlass @bci org/violetmoon/quark/content/building/module/StoolsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 118 argL0 ; # org/violetmoon/quark/content/building/module/StoolsModule$$Lambda+0x000001d68435f7e8 +instanceKlass net/caffeinemc/mods/lithium/common/shapes/VoxelShapeAlignedCuboidOffset$1 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/StonelingsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 111 argL0 ; # org/violetmoon/quark/content/mobs/module/StonelingsModule$$Lambda+0x000001d68435d598 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/StonelingsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 31 argL0 ; # org/violetmoon/quark/content/mobs/module/StonelingsModule$$Lambda+0x000001d68435d380 +instanceKlass @bci org/violetmoon/quark/content/world/block/MyaliteCrystalBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 27 argL0 ; # org/violetmoon/quark/content/world/block/MyaliteCrystalBlock$$Lambda+0x000001d68435c7b8 +instanceKlass @bci org/violetmoon/quark/content/tweaks/recipe/SlabToBlockRecipe ()V 4 argL0 ; # org/violetmoon/quark/content/tweaks/recipe/SlabToBlockRecipe$$Lambda+0x000001d68435c5a0 +instanceKlass @bci org/violetmoon/quark/content/tools/module/SkullPikesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/tools/module/SkullPikesModule$$Lambda+0x000001d68435c030 +instanceKlass org/violetmoon/zeta/util/Utils +instanceKlass @bci org/violetmoon/quark/content/mobs/module/ShibaModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 66 argL0 ; # org/violetmoon/quark/content/mobs/module/ShibaModule$$Lambda+0x000001d68435bc08 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/ShibaModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/mobs/module/ShibaModule$$Lambda+0x000001d68435b9f0 +instanceKlass @bci org/violetmoon/quark/content/building/block/RainbowLampBlock (Ljava/lang/String;ILorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;)V 30 argL0 ; # org/violetmoon/quark/content/building/block/RainbowLampBlock$$Lambda+0x000001d684356118 +instanceKlass @bci org/violetmoon/quark/content/automation/module/PistonsMoveTileEntitiesModule$ChestConnection ()V 10 argL0 ; # org/violetmoon/quark/content/automation/module/PistonsMoveTileEntitiesModule$ChestConnection$$Lambda+0x000001d684354dc8 +instanceKlass org/violetmoon/quark/content/automation/module/PistonsMoveTileEntitiesModule$ChestConnection +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/PipesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 22 argL0 ; # org/violetmoon/quark/addons/oddities/module/PipesModule$$Lambda+0x000001d684354970 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PickarangModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 51 argL0 ; # org/violetmoon/quark/content/tools/module/PickarangModule$$Lambda+0x000001d684353740 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PickarangModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 46 argL0 ; # org/violetmoon/quark/content/tools/module/PickarangModule$$Lambda+0x000001d684353528 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PickarangModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 41 argL0 ; # org/violetmoon/quark/content/tools/module/PickarangModule$$Lambda+0x000001d684353310 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PickarangModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/content/tools/module/PickarangModule$$Lambda+0x000001d684350000 +instanceKlass @bci org/violetmoon/quark/content/tools/module/PickarangModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 6 argL0 ; # org/violetmoon/quark/content/tools/module/PickarangModule$$Lambda+0x000001d68434fd88 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/InBiomeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/violetmoon/quark/content/tools/loot/InBiomeCondition$$Lambda+0x000001d68432c400 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/InBiomeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/violetmoon/quark/content/tools/loot/InBiomeCondition$$Lambda+0x000001d68432ccd8 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/InBiomeCondition ()V 0 argL0 ; # org/violetmoon/quark/content/tools/loot/InBiomeCondition$$Lambda+0x000001d68432caa0 +instanceKlass org/violetmoon/quark/content/tools/module/PathfinderMapsModule$TradeInfo +instanceKlass @bci org/violetmoon/quark/content/tools/module/ParrotEggsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/tools/module/ParrotEggsModule$$Lambda+0x000001d684346b58 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 91 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684344760 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 83 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684343400 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 58 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d6843431e8 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 34 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684342fd0 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule makeStone (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/block/Block;Ljava/lang/String;Lorg/violetmoon/quark/content/world/config/StoneTypeConfig;Lorg/violetmoon/quark/content/world/config/BigStoneClusterConfig;Ljava/util/function/BooleanSupplier;Lnet/minecraft/world/level/material/MapColor;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;)Lnet/minecraft/world/level/block/Block; 281 member ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684342db0 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule makeStone (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/block/Block;Ljava/lang/String;Lorg/violetmoon/quark/content/world/config/StoneTypeConfig;Lorg/violetmoon/quark/content/world/config/BigStoneClusterConfig;Ljava/util/function/BooleanSupplier;Lnet/minecraft/world/level/material/MapColor;Lorg/violetmoon/zeta/block/ZetaBlock$Constructor;)Lnet/minecraft/world/level/block/Block; 4 member ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684342b90 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule makeStone (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lorg/violetmoon/quark/content/world/config/StoneTypeConfig;Lorg/violetmoon/quark/content/world/config/BigStoneClusterConfig;Ljava/util/function/BooleanSupplier;Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/Block; 11 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684342978 +instanceKlass @bci org/violetmoon/quark/content/world/module/NewStoneTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 10 argL0 ; # org/violetmoon/quark/content/world/module/NewStoneTypesModule$$Lambda+0x000001d684342760 +instanceKlass @bci org/violetmoon/quark/content/building/module/MorePottedPlantsModule lambda$register$3 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # org/violetmoon/quark/content/building/module/MorePottedPlantsModule$$Lambda+0x000001d684342548 +instanceKlass @bci org/violetmoon/quark/content/building/module/MorePottedPlantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 285 argL0 ; # org/violetmoon/quark/content/building/module/MorePottedPlantsModule$$Lambda+0x000001d684342310 +instanceKlass @bci org/violetmoon/quark/content/building/module/MorePottedPlantsModule lambda$register$1 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # org/violetmoon/quark/content/building/module/MorePottedPlantsModule$$Lambda+0x000001d6843420f8 +instanceKlass @bci org/violetmoon/quark/content/building/module/MorePottedPlantsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 176 argL0 ; # org/violetmoon/quark/content/building/module/MorePottedPlantsModule$$Lambda+0x000001d684341ec0 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 163 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341ca0 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 144 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341a80 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 125 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341860 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 106 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341640 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 87 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341420 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 67 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d684341200 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 47 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d68433fd58 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 27 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d68433fb38 +instanceKlass @bci org/violetmoon/zeta/registry/VariantRegistry addWall (Lorg/violetmoon/zeta/block/IZetaBlock;Lnet/minecraft/resources/ResourceKey;)Lorg/violetmoon/zeta/block/IZetaBlock; 20 member ; # org/violetmoon/zeta/registry/VariantRegistry$$Lambda+0x000001d68433f918 +instanceKlass @bci org/violetmoon/quark/content/building/module/MoreBrickTypesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 8 member ; # org/violetmoon/quark/content/building/module/MoreBrickTypesModule$$Lambda+0x000001d68433f6f8 +instanceKlass @bci org/violetmoon/quark/content/world/module/MonsterBoxModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/content/world/module/MonsterBoxModule$$Lambda+0x000001d68433f4e0 +instanceKlass @bci org/violetmoon/quark/content/automation/module/MetalButtonsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 34 argL0 ; # org/violetmoon/quark/content/automation/module/MetalButtonsModule$$Lambda+0x000001d68433e788 +instanceKlass @bci org/violetmoon/quark/content/automation/module/MetalButtonsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 12 argL0 ; # org/violetmoon/quark/content/automation/module/MetalButtonsModule$$Lambda+0x000001d68433e570 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/MatrixEnchantingModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 39 argL0 ; # org/violetmoon/quark/addons/oddities/module/MatrixEnchantingModule$$Lambda+0x000001d68433d230 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/MatrixEnchantingModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/addons/oddities/module/MatrixEnchantingModule$$Lambda+0x000001d68433cff0 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/MagnetsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 74 argL0 ; # org/violetmoon/quark/addons/oddities/module/MagnetsModule$$Lambda+0x000001d684339cf0 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/MagnetsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 32 argL0 ; # org/violetmoon/quark/addons/oddities/module/MagnetsModule$$Lambda+0x000001d684339ad8 +instanceKlass org/violetmoon/zeta/util/handler/ToolInteractionHandler$BooleanPropertyWaxableBlock +instanceKlass @bci org/violetmoon/quark/addons/oddities/block/MagnetBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 18 argL0 ; # org/violetmoon/quark/addons/oddities/block/MagnetBlock$$Lambda+0x000001d6843396b8 +instanceKlass @bci org/violetmoon/quark/addons/oddities/block/MagnetBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 10 argL0 ; # org/violetmoon/quark/addons/oddities/block/MagnetBlock$$Lambda+0x000001d684337d38 +instanceKlass @bci org/violetmoon/quark/content/building/module/LeafCarpetModule carpetBlock (Lnet/minecraft/world/level/block/Block;)Lorg/violetmoon/quark/content/building/block/LeafCarpetBlock; 11 argL0 ; # org/violetmoon/quark/content/building/module/LeafCarpetModule$$Lambda+0x000001d684337b00 +instanceKlass @bci org/violetmoon/quark/content/building/block/BambooMatBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/resources/ResourceKey;)V 35 argL0 ; # org/violetmoon/quark/content/building/block/BambooMatBlock$$Lambda+0x000001d6843367e0 +instanceKlass @bci org/violetmoon/quark/content/building/block/PaperWallBlock (Lorg/violetmoon/zeta/block/IZetaBlock;Ljava/lang/String;)V 12 argL0 ; # org/violetmoon/quark/content/building/block/PaperWallBlock$$Lambda+0x000001d6843354c0 +instanceKlass @bci org/violetmoon/quark/content/building/block/PaperLanternBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;)V 18 argL0 ; # org/violetmoon/quark/content/building/block/PaperLanternBlock$$Lambda+0x000001d6843340a0 +instanceKlass @bci org/violetmoon/quark/content/building/module/JapanesePaletteModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 6 argL0 ; # org/violetmoon/quark/content/building/module/JapanesePaletteModule$$Lambda+0x000001d684332d80 +instanceKlass @bci org/violetmoon/quark/content/building/module/JapanesePaletteModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/building/module/JapanesePaletteModule$$Lambda+0x000001d684332b68 +instanceKlass @bci org/violetmoon/quark/content/building/module/IndustrialPaletteModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 24 argL0 ; # org/violetmoon/quark/content/building/module/IndustrialPaletteModule$$Lambda+0x000001d684332950 +instanceKlass @bci org/violetmoon/quark/content/building/module/IndustrialPaletteModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 18 argL0 ; # org/violetmoon/quark/content/building/module/IndustrialPaletteModule$$Lambda+0x000001d684332738 +instanceKlass @bci org/violetmoon/quark/content/building/block/HedgeBlock getHedgeAABBIndex (Lnet/minecraft/world/level/block/state/BlockState;)I 5 argL0 ; # org/violetmoon/quark/content/building/block/HedgeBlock$$Lambda+0x000001d684332520 +instanceKlass org/violetmoon/zeta/util/VanillaWoods +instanceKlass @bci org/violetmoon/quark/content/automation/module/GravisandModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 19 argL0 ; # org/violetmoon/quark/content/automation/module/GravisandModule$$Lambda+0x000001d68432bb48 +instanceKlass @bci org/violetmoon/quark/content/building/block/GrateBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 28 argL0 ; # org/violetmoon/quark/content/building/block/GrateBlock$$Lambda+0x000001d68432b930 +instanceKlass @bci org/violetmoon/quark/content/building/block/GrateBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 20 argL0 ; # org/violetmoon/quark/content/building/block/GrateBlock$$Lambda+0x000001d68432b718 +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleArrays$ArrayHashStrategy +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleArrays$Segment +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleArrays +instanceKlass it/unimi/dsi/fastutil/doubles/Double2ObjectMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleSet +instanceKlass it/unimi/dsi/fastutil/doubles/AbstractDouble2ObjectFunction +instanceKlass it/unimi/dsi/fastutil/doubles/Double2ObjectMap +instanceKlass it/unimi/dsi/fastutil/doubles/Double2ObjectFunction +instanceKlass org/violetmoon/zeta/util/handler/StructureBlockReplacementHandler +instanceKlass @bci org/violetmoon/quark/content/building/module/GoldBarsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 32 argL0 ; # org/violetmoon/quark/content/building/module/GoldBarsModule$$Lambda+0x000001d68432b300 +instanceKlass org/violetmoon/zeta/util/handler/StructureBlockReplacementHandler$StructureHolder +instanceKlass org/violetmoon/zeta/util/handler/StructureBlockReplacementHandler$StructureFunction +instanceKlass @bci org/violetmoon/quark/content/world/module/GlimmeringWealdModule lambda$register$3 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # org/violetmoon/quark/content/world/module/GlimmeringWealdModule$$Lambda+0x000001d68432ace8 +instanceKlass @bci org/violetmoon/quark/content/world/module/GlimmeringWealdModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 123 argL0 ; # org/violetmoon/quark/content/world/module/GlimmeringWealdModule$$Lambda+0x000001d68432aab0 +instanceKlass @bci org/violetmoon/quark/content/world/module/GlimmeringWealdModule lambda$register$1 (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 1 argL0 ; # org/violetmoon/quark/content/world/module/GlimmeringWealdModule$$Lambda+0x000001d68432a898 +instanceKlass @bci org/violetmoon/quark/content/world/module/GlimmeringWealdModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 96 argL0 ; # org/violetmoon/quark/content/world/module/GlimmeringWealdModule$$Lambda+0x000001d68432a660 +instanceKlass @bci org/violetmoon/quark/content/world/block/GlowLichenGrowthBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 16 argL0 ; # org/violetmoon/quark/content/world/block/GlowLichenGrowthBlock$$Lambda+0x000001d68432a448 +instanceKlass @bci org/violetmoon/quark/content/world/block/HugeGlowShroomBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Z)V 26 member ; # org/violetmoon/quark/content/world/block/HugeGlowShroomBlock$$Lambda+0x000001d68432a230 +instanceKlass @bci org/violetmoon/quark/content/world/block/HugeGlowShroomBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Z)V 17 member ; # org/violetmoon/quark/content/world/block/HugeGlowShroomBlock$$Lambda+0x000001d68432a018 +instanceKlass @cpi org/violetmoon/quark/content/world/block/HugeGlowShroomBlock 314 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68432c000 +instanceKlass @bci org/violetmoon/quark/content/world/block/HugeGlowShroomBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Z)V 8 member ; # org/violetmoon/quark/content/world/block/HugeGlowShroomBlock$$Lambda+0x000001d684329e00 +instanceKlass @bci org/violetmoon/quark/content/world/block/GlowShroomBlock (Lorg/violetmoon/zeta/module/ZetaModule;)V 14 argL0 ; # org/violetmoon/quark/content/world/block/GlowShroomBlock$$Lambda+0x000001d684329be8 +instanceKlass @bci org/violetmoon/quark/content/building/module/GlassItemFrameModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 93 argL0 ; # org/violetmoon/quark/content/building/module/GlassItemFrameModule$$Lambda+0x000001d684328840 +instanceKlass @bci org/violetmoon/quark/content/building/module/GlassItemFrameModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 75 argL0 ; # org/violetmoon/quark/content/building/module/GlassItemFrameModule$$Lambda+0x000001d684328628 +instanceKlass org/violetmoon/quark/base/util/TriFunction +instanceKlass @bci org/violetmoon/quark/content/building/module/GlassItemFrameModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/building/module/GlassItemFrameModule$$Lambda+0x000001d684328218 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/FoxhoundModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 69 argL0 ; # org/violetmoon/quark/content/mobs/module/FoxhoundModule$$Lambda+0x000001d684328000 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/FoxhoundModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/mobs/module/FoxhoundModule$$Lambda+0x000001d684327d30 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/ForgottenModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/content/mobs/module/ForgottenModule$$Lambda+0x000001d684323a18 +instanceKlass @bci org/violetmoon/quark/content/automation/module/FeedingTroughModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 123 argL0 ; # org/violetmoon/quark/content/automation/module/FeedingTroughModule$$Lambda+0x000001d6843237d8 +instanceKlass @bci org/violetmoon/quark/content/automation/module/FeedingTroughModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 38 argL0 ; # org/violetmoon/quark/content/automation/module/FeedingTroughModule$$Lambda+0x000001d6843235c0 +instanceKlass @bci org/violetmoon/quark/content/automation/block/FeedingTroughBlock ()V 26 argL0 ; # org/violetmoon/quark/content/automation/block/FeedingTroughBlock$$Lambda+0x000001d684322ed0 +instanceKlass @bci org/violetmoon/quark/content/automation/block/FeedingTroughBlock ()V 21 argL0 ; # org/violetmoon/quark/content/automation/block/FeedingTroughBlock$$Lambda+0x000001d684322cb8 +instanceKlass @bci org/violetmoon/quark/content/automation/block/FeedingTroughBlock ()V 16 argL0 ; # org/violetmoon/quark/content/automation/block/FeedingTroughBlock$$Lambda+0x000001d684322aa0 +instanceKlass @bci org/violetmoon/quark/content/automation/block/FeedingTroughBlock ()V 11 argL0 ; # org/violetmoon/quark/content/automation/block/FeedingTroughBlock$$Lambda+0x000001d684322888 +instanceKlass @bci org/violetmoon/quark/content/automation/block/FeedingTroughBlock ()V 6 argL0 ; # org/violetmoon/quark/content/automation/block/FeedingTroughBlock$$Lambda+0x000001d684322670 +instanceKlass @bci org/violetmoon/quark/content/management/module/ExpandedItemInteractionsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/management/module/ExpandedItemInteractionsModule$$Lambda+0x000001d684321230 +instanceKlass org/violetmoon/quark/api/ISortingLockedSlots +instanceKlass org/violetmoon/quark/api/IQuarkButtonAllowed +instanceKlass @bci org/violetmoon/quark/content/automation/module/EnderWatcherModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/content/automation/module/EnderWatcherModule$$Lambda+0x000001d68431fbe8 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/DyeableItemFramesModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/content/tweaks/module/DyeableItemFramesModule$$Lambda+0x000001d68431f9d0 +instanceKlass @bci org/violetmoon/quark/content/building/module/DuskboundBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 51 argL0 ; # org/violetmoon/quark/content/building/module/DuskboundBlocksModule$$Lambda+0x000001d68431f7b8 +instanceKlass @bci org/violetmoon/quark/content/tweaks/recipe/ElytraDuplicationRecipe ()V 4 argL0 ; # org/violetmoon/quark/content/tweaks/recipe/ElytraDuplicationRecipe$$Lambda+0x000001d68431f5a0 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/CrateModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 39 argL0 ; # org/violetmoon/quark/addons/oddities/module/CrateModule$$Lambda+0x000001d68431f028 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/CrateModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 11 argL0 ; # org/violetmoon/quark/addons/oddities/module/CrateModule$$Lambda+0x000001d68431ede8 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 399 member ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68431d148 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 381 member ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68431cf28 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 363 member ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68431cd08 +instanceKlass org/violetmoon/zeta/potion/IZetaPotion +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 298 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68431c398 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 281 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68431c180 +instanceKlass @bci org/violetmoon/zeta/world/EntitySpawnHandler addEgg (Lnet/minecraft/world/entity/EntityType;IILorg/violetmoon/zeta/module/ZetaModule;Ljava/util/function/BooleanSupplier;)V 5 member ; # org/violetmoon/zeta/world/EntitySpawnHandler$$Lambda+0x000001d68431bd00 +instanceKlass @bci net/neoforged/neoforge/common/DeferredSpawnEggItem ()V 20 argL0 ; # net/neoforged/neoforge/common/DeferredSpawnEggItem$$Lambda+0x000001d68431bae8 +instanceKlass @bci org/violetmoon/zeta/world/EntitySpawnHandler addEgg (Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/entity/EntityType;IILorg/violetmoon/zeta/config/type/EntitySpawnConfig;)V 13 member ; # org/violetmoon/zeta/world/EntitySpawnHandler$$Lambda+0x000001d68431a9d8 +instanceKlass org/violetmoon/zeta/world/EntitySpawnHandler$TrackedSpawnConfig +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1256 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d68431a5b0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1239 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d68431a398 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1222 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d68431a180 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1205 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684319f68 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1188 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684319d50 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1171 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684319b38 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1154 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684319920 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1137 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684319708 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1120 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843194f0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1103 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843192d8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1086 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843190c0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1069 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318ea8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1052 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318c90 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1035 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318a78 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1018 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318860 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 1001 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318648 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 984 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318430 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 967 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318218 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 950 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684318000 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 933 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684317d38 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 916 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684317b20 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 899 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684317908 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 882 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843176f0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 865 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843174d8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 848 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843172c0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 831 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843170a8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 814 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316e90 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 797 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316c78 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 780 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316a60 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 763 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316848 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 746 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316630 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 729 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316418 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 712 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684316200 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 695 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315fe8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 678 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315dd0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 661 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315bb8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 644 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843159a0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 627 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315788 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 610 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315570 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 593 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315358 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 576 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684315140 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 559 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684314f28 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 542 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684314d10 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 525 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684314af8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 508 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843148e0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 491 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843146c8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 474 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843144b0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 457 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684314298 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 440 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684314080 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 423 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684313e68 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 406 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684313c50 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 389 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684313a38 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 372 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684313820 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 355 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684313608 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 338 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843133f0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 321 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843131d8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 304 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312fc0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 287 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312da8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 270 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312b90 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 253 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312978 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 236 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312760 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 219 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312548 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 202 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312330 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 185 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684312118 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 168 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311f00 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 151 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311ce8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 134 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311ad0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 117 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843118b8 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 100 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d6843116a0 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 83 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311488 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 66 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311270 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 49 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684311058 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 32 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684310e40 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacements ()V 15 argL0 ; # net/minecraft/world/entity/SpawnPlacements$$Lambda+0x000001d684310a20 +instanceKlass net/minecraft/world/entity/SpawnPlacements +instanceKlass com/github/eterdelta/crittersandcompanions/mixin/SpawnPlacementsAccessor +instanceKlass org/violetmoon/zeta/mixin/mixins/InvokerSpawnPlacements +instanceKlass sun/net/www/protocol/http/HttpURLConnection$10 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 239 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d684310218 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 151 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d684310000 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 130 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d68430bff8 +instanceKlass @bci org/violetmoon/quark/content/world/module/CorundumModule add (Ljava/lang/String;ILnet/minecraft/world/level/material/MapColor;)V 139 member ; # org/violetmoon/quark/content/world/module/CorundumModule$$Lambda+0x000001d68430bda8 +instanceKlass @bci org/violetmoon/zeta/block/ZetaGlassBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;ZLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 32 argL0 ; # org/violetmoon/zeta/block/ZetaGlassBlock$$Lambda+0x000001d68430a7a0 +instanceKlass @bci org/violetmoon/zeta/block/ZetaGlassBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;ZLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 24 argL0 ; # org/violetmoon/zeta/block/ZetaGlassBlock$$Lambda+0x000001d68430a588 +instanceKlass @bci org/violetmoon/zeta/block/ZetaGlassBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;ZLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 16 argL0 ; # org/violetmoon/zeta/block/ZetaGlassBlock$$Lambda+0x000001d68430a370 +instanceKlass @bci org/violetmoon/zeta/block/ZetaGlassBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;ZLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 8 argL0 ; # org/violetmoon/zeta/block/ZetaGlassBlock$$Lambda+0x000001d68430a158 +instanceKlass @bci org/violetmoon/quark/content/world/block/CorundumBlock (Ljava/lang/String;ILorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;Z)V 24 argL0 ; # org/violetmoon/quark/content/world/block/CorundumBlock$$Lambda+0x000001d684309f40 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 706 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684309b38 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 642 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684309920 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 574 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684309708 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 563 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d6843094f0 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 513 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d6843092d8 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 481 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d6843090c0 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 451 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308ea8 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 421 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308c90 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule sack (Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;IZLjava/util/function/BooleanSupplier;)Lnet/minecraft/world/level/block/Block; 31 member ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308a78 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 391 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308860 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 361 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308648 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 331 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308430 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 301 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308218 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 271 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684308000 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 241 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684307da0 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 211 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684307b88 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 178 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684307970 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 146 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684307758 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 114 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684307540 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 81 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684306220 +instanceKlass @bci org/violetmoon/quark/content/building/module/CompressedBlocksModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 41 argL0 ; # org/violetmoon/quark/content/building/module/CompressedBlocksModule$$Lambda+0x000001d684306008 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer ()V 16 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684305df0 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer ()V 11 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684305bd8 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d6843059a0 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684305768 +instanceKlass @bci org/violetmoon/quark/content/tools/base/RuneColor lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # org/violetmoon/quark/content/tools/base/RuneColor$$Lambda+0x000001d684305530 +instanceKlass @bci org/violetmoon/quark/content/tools/base/RuneColor lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # org/violetmoon/quark/content/tools/base/RuneColor$$Lambda+0x000001d6843052f8 +instanceKlass @bci org/violetmoon/quark/content/tools/base/RuneColor ()V 0 argL0 ; # org/violetmoon/quark/content/tools/base/RuneColor$$Lambda+0x000001d6843050c0 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684304e88 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684304c50 +instanceKlass @bci org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer ()V 0 argL0 ; # org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer$$Lambda+0x000001d684304a18 +instanceKlass org/violetmoon/quark/content/tools/recipe/SmithingRuneRecipe$Serializer +instanceKlass @bci org/violetmoon/quark/content/automation/module/ChuteModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 36 argL0 ; # org/violetmoon/quark/content/automation/module/ChuteModule$$Lambda+0x000001d684304210 +instanceKlass @bci org/violetmoon/quark/content/automation/module/ChainsConnectBlocksModule$ChainConnection ()V 10 argL0 ; # org/violetmoon/quark/content/automation/module/ChainsConnectBlocksModule$ChainConnection$$Lambda+0x000001d6843030c8 +instanceKlass org/violetmoon/quark/content/automation/module/ChainsConnectBlocksModule$ChainConnection +instanceKlass org/violetmoon/zeta/api/IIndirectConnector +instanceKlass @bci org/violetmoon/quark/content/building/module/CelebratoryLampsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 46 argL0 ; # org/violetmoon/quark/content/building/module/CelebratoryLampsModule$$Lambda+0x000001d684302a78 +instanceKlass @bci org/violetmoon/quark/content/building/module/CelebratoryLampsModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 13 argL0 ; # org/violetmoon/quark/content/building/module/CelebratoryLampsModule$$Lambda+0x000001d684302860 +instanceKlass @bci org/violetmoon/quark/content/tools/module/BottledCloudModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 22 argL0 ; # org/violetmoon/quark/content/tools/module/BottledCloudModule$$Lambda+0x000001d684301540 +instanceKlass org/violetmoon/quark/content/world/module/BlossomTreesModule$BlossomTree +instanceKlass @bci org/violetmoon/zeta/registry/DyeablesRegistry register (Lnet/minecraft/world/item/Item;Lorg/violetmoon/zeta/module/ZetaModule;)V 8 member ; # org/violetmoon/zeta/registry/DyeablesRegistry$$Lambda+0x000001d6843005d8 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/BackpackModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 121 argL0 ; # org/violetmoon/quark/addons/oddities/module/BackpackModule$$Lambda+0x000001d6843003c0 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/BackpackModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 55 argL0 ; # org/violetmoon/quark/addons/oddities/module/BackpackModule$$Lambda+0x000001d6842ffd68 +instanceKlass @bci org/violetmoon/quark/addons/oddities/module/BackpackModule register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 34 argL0 ; # org/violetmoon/quark/addons/oddities/module/BackpackModule$$Lambda+0x000001d6842ff790 +instanceKlass @bci org/violetmoon/quark/addons/oddities/item/BackpackItem ()V 46 argL0 ; # org/violetmoon/quark/addons/oddities/item/BackpackItem$$Lambda+0x000001d6842ff578 +instanceKlass @bci org/violetmoon/quark/addons/oddities/item/BackpackItem ()V 31 argL0 ; # org/violetmoon/quark/addons/oddities/item/BackpackItem$$Lambda+0x000001d6842ff350 +instanceKlass @bci org/violetmoon/quark/content/world/feature/OffsetFancyFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # org/violetmoon/quark/content/world/feature/OffsetFancyFoliagePlacer$$Lambda+0x000001d6842febd8 +instanceKlass @bci org/violetmoon/quark/content/world/feature/OffsetFancyFoliagePlacer ()V 0 argL0 ; # org/violetmoon/quark/content/world/feature/OffsetFancyFoliagePlacer$$Lambda+0x000001d6842fe9a0 +instanceKlass @bci org/violetmoon/quark/content/world/feature/AncientTreeTopperDecorator ()V 0 argL0 ; # org/violetmoon/quark/content/world/feature/AncientTreeTopperDecorator$$Lambda+0x000001d6842fe540 +instanceKlass @bci org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer$$Lambda+0x000001d6842fe0d8 +instanceKlass @bci org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer$$Lambda+0x000001d6842fdea0 +instanceKlass @bci org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer$$Lambda+0x000001d6842fdc68 +instanceKlass @bci org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer ()V 0 argL0 ; # org/violetmoon/quark/content/world/feature/MultiFoliageStraightTrunkPlacer$$Lambda+0x000001d6842fda30 +instanceKlass org/violetmoon/zeta/advancement/AdvancementModifier +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta lambda$createPottedPlantRegistry$2 (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/Block;)V 8 member ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d6842fd110 +instanceKlass @bci org/violetmoon/zeta/registry/VariantRegistry addFlowerPot (Lnet/minecraft/world/level/block/Block;Ljava/lang/String;Ljava/util/function/Function;)Lnet/minecraft/world/level/block/FlowerPotBlock; 38 member ; # org/violetmoon/zeta/registry/VariantRegistry$$Lambda+0x000001d6842fcef0 +instanceKlass @bci org/violetmoon/zeta/registry/VariantRegistry addFlowerPot (Lnet/minecraft/world/level/block/Block;Ljava/lang/String;Ljava/util/function/Function;)Lnet/minecraft/world/level/block/FlowerPotBlock; 32 argL0 ; # org/violetmoon/zeta/registry/VariantRegistry$$Lambda+0x000001d6842fccd8 +instanceKlass com/google/common/base/Functions +instanceKlass @bci org/violetmoon/zeta/block/ZetaLeavesBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;)V 58 argL0 ; # org/violetmoon/zeta/block/ZetaLeavesBlock$$Lambda+0x000001d6842fcac0 +instanceKlass @bci org/violetmoon/zeta/block/ZetaLeavesBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;)V 41 argL0 ; # org/violetmoon/zeta/block/ZetaLeavesBlock$$Lambda+0x000001d6842fc8a8 +instanceKlass @bci org/violetmoon/zeta/block/ZetaLeavesBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;)V 33 argL0 ; # org/violetmoon/zeta/block/ZetaLeavesBlock$$Lambda+0x000001d6842fc690 +instanceKlass @bci org/violetmoon/zeta/block/ZetaLeavesBlock (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;)V 25 argL0 ; # org/violetmoon/zeta/block/ZetaLeavesBlock$$Lambda+0x000001d6842fc478 +instanceKlass @bci org/violetmoon/quark/base/item/boat/QuarkBoatItem ()V 3 argL0 ; # org/violetmoon/quark/base/item/boat/QuarkBoatItem$$Lambda+0x000001d6842fc230 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule makeChestBlocks (Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;)V 86 argL0 ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d6842fc018 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule makeChestBlocks (Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;)V 26 argL0 ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d6842faab0 +instanceKlass @bci org/violetmoon/quark/content/building/module/VariantChestsModule makeChestBlocksExternal (Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/SoundType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/BooleanSupplier;)V 28 member ; # org/violetmoon/quark/content/building/module/VariantChestsModule$$Lambda+0x000001d6842f9540 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 950 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f9328 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 919 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f9110 +instanceKlass @bci org/violetmoon/quark/content/building/block/WoodPostBlock (Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/block/Block;Ljava/lang/String;Lnet/minecraft/world/level/block/SoundType;)V 9 member ; # org/violetmoon/quark/content/building/block/WoodPostBlock$$Lambda+0x000001d6842f8ed0 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 888 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f8658 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 854 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f8440 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 826 member ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f8220 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties lootFrom (Ljava/util/function/Supplier;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 2 member ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d6842f8000 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 728 member ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f7c38 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 612 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f7a20 +instanceKlass @bci org/violetmoon/quark/base/util/BlockPropertyUtil copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 49 argL0 ; # org/violetmoon/quark/base/util/BlockPropertyUtil$$Lambda+0x000001d6842f7808 +instanceKlass @bci org/violetmoon/quark/base/util/BlockPropertyUtil copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 30 argL0 ; # org/violetmoon/quark/base/util/BlockPropertyUtil$$Lambda+0x000001d6842f75f0 +instanceKlass @bci org/violetmoon/quark/base/util/BlockPropertyUtil copyPropertySafe (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 12 member ; # org/violetmoon/quark/base/util/BlockPropertyUtil$$Lambda+0x000001d6842f73d0 +instanceKlass org/violetmoon/quark/base/util/BlockPropertyUtil +instanceKlass @bci org/violetmoon/zeta/registry/VariantRegistry addStairs (Lorg/violetmoon/zeta/block/IZetaBlock;Lnet/minecraft/resources/ResourceKey;)Lorg/violetmoon/zeta/block/IZetaBlock; 20 member ; # org/violetmoon/zeta/registry/VariantRegistry$$Lambda+0x000001d6842f6fb0 +instanceKlass @bci org/violetmoon/zeta/registry/VariantRegistry addSlab (Lorg/violetmoon/zeta/block/IZetaBlock;Lnet/minecraft/resources/ResourceKey;)Lorg/violetmoon/zeta/block/IZetaBlock; 20 member ; # org/violetmoon/zeta/registry/VariantRegistry$$Lambda+0x000001d6842f5b98 +instanceKlass org/violetmoon/zeta/registry/VariantRegistry$IVariantsShouldBeEmissive +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 433 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f3468 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler addWoodSet (Lorg/violetmoon/zeta/event/load/ZRegister;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/lang/String;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Z)Lorg/violetmoon/quark/base/handler/WoodSetHandler$WoodSet; 105 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f11e0 +instanceKlass @bci org/violetmoon/quark/content/building/block/HollowLogBlock (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;Lorg/violetmoon/zeta/module/ZetaModule;Z)V 7 argL0 ; # org/violetmoon/quark/content/building/block/HollowLogBlock$$Lambda+0x000001d6842f0b98 +instanceKlass @bci org/violetmoon/zeta/util/MiscUtil copyPropertySafe (Lnet/minecraft/world/level/block/state/BlockBehaviour;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 6 argL0 ; # org/violetmoon/zeta/util/MiscUtil$$Lambda+0x000001d6842f0980 +instanceKlass org/violetmoon/zeta/util/MiscUtil +instanceKlass @bci org/violetmoon/zeta/registry/ZetaRegistry registerBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/resources/ResourceLocation;Z)V 25 member ; # org/violetmoon/zeta/registry/ZetaRegistry$$Lambda+0x000001d6842f0560 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler log (Ljava/lang/String;Lorg/violetmoon/zeta/module/ZetaModule;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;)Lorg/violetmoon/zeta/block/ZetaPillarBlock; 11 member ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842f0320 +instanceKlass org/violetmoon/zeta/block/OldMaterials +instanceKlass org/violetmoon/zeta/block/ext/IZetaBlockExtensions$1 +instanceKlass org/violetmoon/zeta/registry/CreativeTabManager$DaisyChain +instanceKlass @bci org/violetmoon/quark/content/tools/loot/EnchantTome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # org/violetmoon/quark/content/tools/loot/EnchantTome$$Lambda+0x000001d6842ef978 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/EnchantTome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # org/violetmoon/quark/content/tools/loot/EnchantTome$$Lambda+0x000001d6842ef740 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/EnchantTome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # org/violetmoon/quark/content/tools/loot/EnchantTome$$Lambda+0x000001d6842ef508 +instanceKlass @bci org/violetmoon/quark/content/tools/loot/EnchantTome ()V 0 argL0 ; # org/violetmoon/quark/content/tools/loot/EnchantTome$$Lambda+0x000001d6842ef2d0 +instanceKlass @bci org/violetmoon/zeta/registry/CreativeTabManager getForTab (Lnet/minecraft/resources/ResourceKey;)Lorg/violetmoon/zeta/registry/CreativeTabManager$CreativeTabAdditions; 4 argL0 ; # org/violetmoon/zeta/registry/CreativeTabManager$$Lambda+0x000001d6842edf28 +instanceKlass org/violetmoon/zeta/registry/CreativeTabManager$CreativeTabAdditions +instanceKlass @bci org/violetmoon/zeta/util/BooleanSuppliers ()V 24 argL0 ; # org/violetmoon/zeta/util/BooleanSuppliers$$Lambda+0x000001d6842edb00 +instanceKlass @bci org/violetmoon/zeta/util/BooleanSuppliers ()V 16 argL0 ; # org/violetmoon/zeta/util/BooleanSuppliers$$Lambda+0x000001d6842ed8e8 +instanceKlass @bci org/violetmoon/zeta/util/BooleanSuppliers ()V 8 argL0 ; # org/violetmoon/zeta/util/BooleanSuppliers$$Lambda+0x000001d6842ed6d0 +instanceKlass @bci org/violetmoon/zeta/util/BooleanSuppliers ()V 0 argL0 ; # org/violetmoon/zeta/util/BooleanSuppliers$$Lambda+0x000001d6842ed4b8 +instanceKlass org/violetmoon/zeta/util/BooleanSuppliers +instanceKlass org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$1 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ecdb0 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ecb78 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ec940 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ec708 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ec4d0 +instanceKlass @bci org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer ()V 0 argL0 ; # org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer$$Lambda+0x000001d6842ec298 +instanceKlass org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe$Serializer +instanceKlass org/violetmoon/quark/content/building/recipe/MixedExclusionRecipe +instanceKlass org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer$1 +instanceKlass @bci org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer$$Lambda+0x000001d6842eb828 +instanceKlass @bci org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer$$Lambda+0x000001d6842eb5f0 +instanceKlass @bci org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer$$Lambda+0x000001d6842eb3b8 +instanceKlass @bci org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer ()V 0 argL0 ; # org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer$$Lambda+0x000001d6842eb180 +instanceKlass org/violetmoon/quark/base/recipe/ExclusionRecipe$Serializer +instanceKlass org/violetmoon/quark/base/recipe/ExclusionRecipe +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 547 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842ea9a0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 530 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842ea750 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 513 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842ea500 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 496 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842ea2b0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 479 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842ea060 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 462 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9e10 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 445 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9bc0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 428 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9970 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 411 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9720 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 394 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e94d0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 377 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9280 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 360 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e9030 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 343 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e8de0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 326 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e8b90 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 309 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e8940 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 293 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e86f0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 277 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e84a0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 261 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e8250 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 245 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e8000 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 229 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e7d40 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 213 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e7af0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 197 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e78a0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 181 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e7650 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 165 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e7400 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 149 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e71b0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 133 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e6f60 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 117 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e6d10 +instanceKlass org/violetmoon/quark/base/components/ItemWrapperComponent$1 +instanceKlass @bci org/violetmoon/quark/base/components/ItemWrapperComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/violetmoon/quark/base/components/ItemWrapperComponent$$Lambda+0x000001d6842e6818 +instanceKlass @bci org/violetmoon/quark/base/components/ItemWrapperComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/violetmoon/quark/base/components/ItemWrapperComponent$$Lambda+0x000001d6842e65e0 +instanceKlass @bci org/violetmoon/quark/base/components/ItemWrapperComponent ()V 0 argL0 ; # org/violetmoon/quark/base/components/ItemWrapperComponent$$Lambda+0x000001d6842e63a8 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 101 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5f50 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 85 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5d00 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 69 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5ab0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 53 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5860 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 37 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5610 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 21 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e53c0 +instanceKlass @bci org/violetmoon/quark/base/components/QuarkDataComponents ()V 5 argL0 ; # org/violetmoon/quark/base/components/QuarkDataComponents$$Lambda+0x000001d6842e5170 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 31 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842dfc98 +instanceKlass @bci org/violetmoon/quark/base/handler/WoodSetHandler register (Lorg/violetmoon/zeta/event/load/ZRegister;)V 0 argL0 ; # org/violetmoon/quark/base/handler/WoodSetHandler$$Lambda+0x000001d6842dfa80 +instanceKlass org/violetmoon/quark/base/item/boat/IQuarkBoat +instanceKlass org/violetmoon/zeta/registry/DyeablesRegistry$WashingInteraction +instanceKlass @bci org/violetmoon/zeta/config/SyncedFlagHandler setupFlagManager (Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 22 argL0 ; # org/violetmoon/zeta/config/SyncedFlagHandler$$Lambda+0x000001d6842df448 +instanceKlass @bci org/violetmoon/zeta/registry/ZetaRegistry register (Ljava/lang/Object;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceKey;)V 145 member ; # org/violetmoon/zeta/registry/ZetaRegistry$$Lambda+0x000001d6842df228 +instanceKlass @bci org/violetmoon/zeta/recipe/ZetaDyeRecipe (Lnet/minecraft/world/item/crafting/CraftingBookCategory;Lorg/violetmoon/zeta/registry/DyeablesRegistry;)V 17 member ; # org/violetmoon/zeta/recipe/ZetaDyeRecipe$$Lambda+0x000001d6842df008 +instanceKlass @bci net/neoforged/neoforge/registries/GameData redirect$zon000$modernfix$postWithProgressBar (Lnet/neoforged/bus/api/Event;)V 67 member ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d6842dea80 +instanceKlass @bci net/neoforged/neoforge/registries/GameData getRegistrationOrder ()Ljava/util/Set; 71 argL0 ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d6842de7f0 +instanceKlass @bci snownee/kiwi/Kiwi preInit ()V 1046 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842de5c0 +instanceKlass snownee/kiwi/loader/ClientPlatform +instanceKlass @bci snownee/kiwi/KiwiModuleContainer lambda$registerGameObjects$7 (Lnet/minecraft/client/renderer/RenderType;Ljava/util/Map;Lsnownee/kiwi/KiwiGO;)V 77 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842de180 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 225 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842ddf50 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 143 argL0 ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842ddd28 +instanceKlass snownee/kiwi/GroupSetting +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 131 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dd8e0 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 73 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dd6b0 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 156 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dd480 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer registerGameObjects (Lnet/minecraft/resources/ResourceKey;)V 40 argL0 ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dd258 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer addEntries ()V 63 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dd028 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer addEntries ()V 49 member ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dcdf8 +instanceKlass @bci snownee/kiwi/KiwiModuleContainer addEntries ()V 31 argL0 ; # snownee/kiwi/KiwiModuleContainer$$Lambda+0x000001d6842dcbc0 +instanceKlass @bci snownee/kiwi/Kiwi preInit ()V 917 argL0 ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842dc998 +instanceKlass @bci snownee/kiwi/recipe/EvalCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # snownee/kiwi/recipe/EvalCondition$$Lambda+0x000001d6842dc760 +instanceKlass @bci snownee/kiwi/recipe/EvalCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # snownee/kiwi/recipe/EvalCondition$$Lambda+0x000001d6842dc528 +instanceKlass @bci snownee/kiwi/recipe/EvalCondition ()V 0 argL0 ; # snownee/kiwi/recipe/EvalCondition$$Lambda+0x000001d6842dc2f0 +instanceKlass @bci snownee/kiwi/recipe/ModuleLoadedCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # snownee/kiwi/recipe/ModuleLoadedCondition$$Lambda+0x000001d6842dbe90 +instanceKlass @bci snownee/kiwi/recipe/ModuleLoadedCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # snownee/kiwi/recipe/ModuleLoadedCondition$$Lambda+0x000001d6842dbc58 +instanceKlass @bci snownee/kiwi/recipe/ModuleLoadedCondition ()V 0 argL0 ; # snownee/kiwi/recipe/ModuleLoadedCondition$$Lambda+0x000001d6842dba20 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer ()V 16 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842db5e0 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer ()V 11 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842db3c8 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842db170 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842daf38 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842dad00 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842daac8 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842da890 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842da658 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842da420 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842da1e8 +instanceKlass @bci snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer ()V 0 argL0 ; # snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer$$Lambda+0x000001d6842d9fb0 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer ()V 16 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d9a10 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer ()V 11 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d97f8 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d9590 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d9358 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d9120 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d8ee8 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d8cb0 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d8a78 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d8840 +instanceKlass @bci snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer ()V 0 argL0 ; # snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer$$Lambda+0x000001d6842d8608 +instanceKlass @bci snownee/snow/loot/NormalizeLoot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # snownee/snow/loot/NormalizeLoot$$Lambda+0x000001d6842d8000 +instanceKlass @bci snownee/snow/loot/NormalizeLoot ()V 0 argL0 ; # snownee/snow/loot/NormalizeLoot$$Lambda+0x000001d6842d3cd0 +instanceKlass @bci snownee/kiwi/block/entity/InheritanceBlockEntityType (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/lang/Class;Lcom/mojang/datafixers/types/Type;)V 7 member ; # snownee/kiwi/block/entity/InheritanceBlockEntityType$$Lambda+0x000001d6842d37f8 +instanceKlass snownee/kiwi/KiwiModule$RenderLayer +instanceKlass snownee/kiwi/KiwiModule$NoCategory +instanceKlass com/google/common/cache/LocalCache$StrongValueReference +instanceKlass com/google/common/util/concurrent/AbstractFuture$Failure +instanceKlass com/google/common/util/concurrent/AbstractFuture$Cancellation +instanceKlass com/google/common/util/concurrent/AbstractFuture$SetFuture +instanceKlass com/google/common/util/concurrent/Uninterruptibles +instanceKlass com/google/common/util/concurrent/AbstractFuture$Waiter +instanceKlass com/google/common/util/concurrent/AbstractFuture$Listener +instanceKlass com/google/common/util/concurrent/AbstractFuture$UnsafeAtomicHelper$1 +instanceKlass com/google/common/util/concurrent/AbstractFuture$AtomicHelper +instanceKlass com/google/common/util/concurrent/internal/InternalFutureFailureAccess +instanceKlass com/google/common/util/concurrent/AbstractFuture$Trusted +instanceKlass com/google/common/util/concurrent/ListenableFuture +instanceKlass @bci snownee/kiwi/RegistryLookup findRegistry (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceKey; 10 member ; # snownee/kiwi/RegistryLookup$$Lambda+0x000001d6842d2f98 +instanceKlass snownee/kiwi/KiwiModule$NoItem +instanceKlass snownee/kiwi/KiwiModule$Name +instanceKlass snownee/kiwi/KiwiModule$Category +instanceKlass @bci snownee/kiwi/Kiwi preInit ()V 838 argL0 ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842d22f0 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl makeSerializer (Lsnownee/kiwi/recipe/CustomIngredientSerializer;)Lnet/neoforged/neoforge/common/crafting/IngredientType; 32 argL0 ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d6842d20b8 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl makeSerializer (Lsnownee/kiwi/recipe/CustomIngredientSerializer;)Lnet/neoforged/neoforge/common/crafting/IngredientType; 27 argL0 ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d6842d1e80 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl makeSerializer (Lsnownee/kiwi/recipe/CustomIngredientSerializer;)Lnet/neoforged/neoforge/common/crafting/IngredientType; 12 argL0 ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d6842d1c48 +instanceKlass @bci snownee/kiwi/recipe/CustomIngredientImpl makeSerializer (Lsnownee/kiwi/recipe/CustomIngredientSerializer;)Lnet/neoforged/neoforge/common/crafting/IngredientType; 7 argL0 ; # snownee/kiwi/recipe/CustomIngredientImpl$$Lambda+0x000001d6842d1a10 +instanceKlass @bci snownee/kiwi/recipe/AlternativesIngredient$Serializer ()V 16 argL0 ; # snownee/kiwi/recipe/AlternativesIngredient$Serializer$$Lambda+0x000001d6842d17f8 +instanceKlass @bci snownee/kiwi/recipe/AlternativesIngredient$Serializer ()V 11 argL0 ; # snownee/kiwi/recipe/AlternativesIngredient$Serializer$$Lambda+0x000001d6842d15e0 +instanceKlass @bci snownee/kiwi/recipe/AlternativesIngredient$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # snownee/kiwi/recipe/AlternativesIngredient$Serializer$$Lambda+0x000001d6842d13a8 +instanceKlass @bci snownee/kiwi/recipe/AlternativesIngredient$Serializer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # snownee/kiwi/recipe/AlternativesIngredient$Serializer$$Lambda+0x000001d6842d1170 +instanceKlass @bci snownee/kiwi/recipe/AlternativesIngredient$Serializer ()V 0 argL0 ; # snownee/kiwi/recipe/AlternativesIngredient$Serializer$$Lambda+0x000001d6842d0f38 +instanceKlass snownee/kiwi/recipe/AlternativesIngredient$Serializer +instanceKlass snownee/kiwi/recipe/AlternativesIngredient +instanceKlass snownee/snow/convert/BlockConverter +instanceKlass snownee/snow/convert/BlockConverters +instanceKlass net/fabricmc/fabric/api/gamerule/v1/GameRuleRegistry +instanceKlass @bci snownee/snow/CoreModule ()V 226 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842c1b90 +instanceKlass @bci snownee/snow/CoreModule ()V 211 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cfc48 +instanceKlass @bci snownee/kiwi/AbstractModule blockEntity (Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Lcom/mojang/datafixers/types/Type;Ljava/lang/Class;)Lsnownee/kiwi/KiwiGO; 3 member ; # snownee/kiwi/AbstractModule$$Lambda+0x000001d6842cfa28 +instanceKlass @bci snownee/snow/CoreModule ()V 197 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cf810 +instanceKlass @bci snownee/snow/CoreModule ()V 186 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cf5f8 +instanceKlass @bci snownee/snow/CoreModule ()V 175 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cf3e0 +instanceKlass @bci snownee/snow/CoreModule ()V 164 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cf1c8 +instanceKlass @bci snownee/snow/CoreModule ()V 153 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842cefb0 +instanceKlass @bci snownee/snow/CoreModule ()V 142 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842ced98 +instanceKlass @bci snownee/snow/CoreModule ()V 131 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842ceb80 +instanceKlass @bci snownee/snow/CoreModule ()V 120 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842ce968 +instanceKlass @bci snownee/snow/CoreModule ()V 109 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842ce750 +instanceKlass @bci snownee/snow/CoreModule ()V 98 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842ce538 +instanceKlass @bci snownee/snow/CoreModule ()V 87 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842c3d10 +instanceKlass @bci snownee/snow/CoreModule ()V 76 argL0 ; # snownee/snow/CoreModule$$Lambda+0x000001d6842c3af8 +instanceKlass @bci snownee/kiwi/AbstractModule lambda$tag$4 (Ljava/util/stream/Stream;)Ljava/util/Optional; 11 argL0 ; # snownee/kiwi/AbstractModule$$Lambda+0x000001d6842c38b0 +instanceKlass @bci snownee/kiwi/AbstractModule lambda$tag$4 (Ljava/util/stream/Stream;)Ljava/util/Optional; 1 argL0 ; # snownee/kiwi/AbstractModule$$Lambda+0x000001d6842c3678 +instanceKlass @bci snownee/kiwi/AbstractModule tag (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;)Lnet/minecraft/tags/TagKey; 20 argL0 ; # snownee/kiwi/AbstractModule$$Lambda+0x000001d6842c3440 +instanceKlass snownee/snow/block/OptionalLayerSnowVariant +instanceKlass snownee/snow/block/WaterLoggableSnowVariant +instanceKlass snownee/kiwi/KiwiModule +instanceKlass snownee/kiwi/KiwiModule$ClientCompanion +instanceKlass snownee/kiwi/KiwiModuleContainer$RegistryEntryStore +instanceKlass snownee/kiwi/KiwiModuleContainer +instanceKlass snownee/kiwi/KiwiModules +instanceKlass snownee/kiwi/contributor/ITierProvider +instanceKlass snownee/kiwi/ModContext +instanceKlass @bci snownee/kiwi/Kiwi preInit ()V 245 argL0 ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842c5518 +instanceKlass snownee/kiwi/Kiwi$Info +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6842c0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6842c0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6842c0400 +instanceKlass org/apache/commons/lang3/reflect/MemberUtils +instanceKlass @bci org/apache/commons/lang3/ClassUtils toClass ([Ljava/lang/Object;)[Ljava/lang/Class; 23 member ; # org/apache/commons/lang3/ClassUtils$$Lambda+0x000001d684292e78 +instanceKlass @bci org/apache/commons/lang3/reflect/MethodUtils ()V 0 argL0 ; # org/apache/commons/lang3/reflect/MethodUtils$$Lambda+0x000001d684292c40 +instanceKlass org/apache/commons/lang3/reflect/MethodUtils +instanceKlass snownee/kiwi/LoadingContext +instanceKlass @bci snownee/kiwi/Kiwi lambda$preInit$1 (Ljava/util/Set;Lsnownee/kiwi/KiwiAnnotationData;Ljava/lang/String;)V 60 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842c4cc0 +instanceKlass @bci snownee/kiwi/data/DataModule ()V 36 argL0 ; # snownee/kiwi/data/DataModule$$Lambda+0x000001d6842c4aa8 +instanceKlass @bci snownee/kiwi/data/DataModule ()V 22 argL0 ; # snownee/kiwi/data/DataModule$$Lambda+0x000001d6842c4890 +instanceKlass @bci snownee/kiwi/data/DataModule ()V 11 argL0 ; # snownee/kiwi/data/DataModule$$Lambda+0x000001d6842c4678 +instanceKlass snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer +instanceKlass @bci snownee/kiwi/data/DataModule ()V 0 argL0 ; # snownee/kiwi/data/DataModule$$Lambda+0x000001d6842c4230 +instanceKlass snownee/kiwi/recipe/crafting/NoContainersShapedRecipe$Serializer +instanceKlass snownee/kiwi/KiwiGO +instanceKlass snownee/kiwi/AbstractModule +instanceKlass @bci snownee/kiwi/Kiwi preInit ()V 18 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d6842beca8 +instanceKlass @bci net/neoforged/neoforge/registries/GameData unfreezeData ()V 31 argL0 ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d6842bea80 +instanceKlass @bci net/neoforged/neoforge/registries/GameData unfreezeData ()V 21 argL0 ; # net/neoforged/neoforge/registries/GameData$$Lambda+0x000001d6842be838 +instanceKlass @bci net/neoforged/neoforge/registries/RegistryManager postNewRegistryEvent ()V 67 member ; # net/neoforged/neoforge/registries/RegistryManager$$Lambda+0x000001d6842be5e8 +instanceKlass @bci net/neoforged/fml/ModLoader postEvent (Lnet/neoforged/bus/api/Event;)V 50 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d684292810 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 325 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842be2f0 +instanceKlass @cpi com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType 458 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6842c0000 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 313 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842be0b8 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileBlockHitAction ()V 8 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileBlockHitAction$$Lambda+0x000001d6842bde80 +instanceKlass com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileBlockHitAction +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 294 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bda50 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 275 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bd818 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileEntityHitAction ()V 8 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileEntityHitAction$$Lambda+0x000001d6842bd5e0 +instanceKlass com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileEntityHitAction +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 256 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bd1b0 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileRenderMode ()V 8 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileRenderMode$$Lambda+0x000001d6842bc938 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 235 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bc700 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 214 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bc4c8 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 192 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bc290 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 170 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bc058 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bbe20 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bbbe8 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bb9b0 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bb778 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bb540 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bb308 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bb0d0 +instanceKlass @bci com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType ()V 0 argL0 ; # com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType$$Lambda+0x000001d6842bae98 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842bac60 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842baa28 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$ModdedBiomeProvider ()V 3 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$ModdedBiomeProvider$$Lambda+0x000001d6842ba7f0 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider$$Lambda+0x000001d6842ba5b8 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider$$Lambda+0x000001d6842ba380 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider ()V 0 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider$$Lambda+0x000001d6842ba148 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider$$Lambda+0x000001d6842b9ce0 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider$$Lambda+0x000001d6842b9aa8 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider ()V 0 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider$$Lambda+0x000001d6842b9870 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b93f8 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b91c0 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b8f88 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b8d60 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b8b28 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b88f0 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b86b8 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b8480 +instanceKlass @bci com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider ()V 0 argL0 ; # com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider$$Lambda+0x000001d6842b8248 +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil$MultiNoiseModdedBiomeProvider +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil$ModdedBiomeProvider +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842b1470 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842b1238 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842b1000 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842b3c60 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice$$Lambda+0x000001d6842b3a28 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b35b8 +instanceKlass @cpi com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry 416 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6842b0800 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b3380 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b3148 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b2f10 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter ()V 3 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter$$Lambda+0x000001d6842b2cd8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b2aa0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b2868 +instanceKlass @bci com/teamabnormals/blueprint/common/codec/NullableFieldCodec nullable (Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/lang/Object;)Lcom/mojang/serialization/MapCodec; 16 member ; # com/teamabnormals/blueprint/common/codec/NullableFieldCodec$$Lambda+0x000001d6842b2628 +instanceKlass @bci com/teamabnormals/blueprint/common/codec/NullableFieldCodec nullable (Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/lang/Object;)Lcom/mojang/serialization/MapCodec; 10 member ; # com/teamabnormals/blueprint/common/codec/NullableFieldCodec$$Lambda+0x000001d6842b23e8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b7c90 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b7a58 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b7820 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry$$Lambda+0x000001d6842b75e8 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit datapackRegistries (Lnet/neoforged/neoforge/registries/DataPackRegistryEvent$NewRegistry;)V 10 argL0 ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d6842b73c0 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 51 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b7168 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 46 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b6f30 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 38 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b6cf8 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 30 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b6ac0 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 22 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b6888 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 14 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b6650 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b63f8 +instanceKlass @cpi net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant 207 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6842b0400 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b61c0 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b5f88 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b5d50 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b5b18 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b58e0 +instanceKlass @bci net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant ()V 0 argL0 ; # net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant$$Lambda+0x000001d6842b56a8 +instanceKlass net/orcinus/galosphere/util/quests/MiningQuest$1 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4f98 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4d60 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4b28 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b48f0 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b46b8 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest ()V 11 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4480 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4238 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842b4000 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842afc40 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842afa08 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842af7d0 +instanceKlass @bci net/orcinus/galosphere/util/quests/MiningQuest ()V 0 argL0 ; # net/orcinus/galosphere/util/quests/MiningQuest$$Lambda+0x000001d6842af598 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842af148 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842aef10 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842aecd8 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842aeaa0 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842ae868 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant ()V 11 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842ae630 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842ae3e8 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842ae1b0 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842adf78 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842add40 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842adb08 +instanceKlass @bci net/orcinus/galosphere/entities/variants/SparkleVariant ()V 0 argL0 ; # net/orcinus/galosphere/entities/variants/SparkleVariant$$Lambda+0x000001d6842ad8d0 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ad450 +instanceKlass @cpi com/aetherteam/aether/api/registers/MoaType 193 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6842b0000 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ad218 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842acfe0 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842acda8 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842acb70 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ac938 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ac700 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ac4c8 +instanceKlass @bci com/aetherteam/aether/api/registers/MoaType ()V 0 argL0 ; # com/aetherteam/aether/api/registers/MoaType$$Lambda+0x000001d6842ac290 +instanceKlass com/aetherteam/aether/data/resources/registries/AetherMoaTypes +instanceKlass @bci org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl registerDatapackRegistries (Lnet/neoforged/neoforge/registries/DataPackRegistryEvent$NewRegistry;)V 7 member ; # org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl$$Lambda+0x000001d6842abc58 +instanceKlass org/betterx/wover/entrypoint/SurfaceDatapackRegistryEntrypoint +instanceKlass @bci org/betterx/wover/structure/impl/sets/StructureSetManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/structure/impl/sets/StructureSetManagerImpl$$Lambda+0x000001d6842ab810 +instanceKlass org/betterx/wover/structure/impl/sets/StructureSetManagerImpl +instanceKlass @bci org/betterx/wover/structure/impl/pools/StructurePoolManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/structure/impl/pools/StructurePoolManagerImpl$$Lambda+0x000001d6842ab3e8 +instanceKlass org/betterx/wover/structure/impl/pools/StructurePoolManagerImpl +instanceKlass org/betterx/wover/entrypoint/StructureDatapackRegistryEntrypoint +instanceKlass @bci org/betterx/wover/enchantment/impl/EnchantmentManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/enchantment/impl/EnchantmentManagerImpl$$Lambda+0x000001d6842aada0 +instanceKlass org/betterx/wover/entrypoint/ItemDatapackRegistryEntrypoint +instanceKlass @bci org/betterx/wover/feature/impl/placed/PlacedFeatureManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/feature/impl/placed/PlacedFeatureManagerImpl$$Lambda+0x000001d6842aa958 +instanceKlass org/betterx/wover/feature/impl/placed/PlacedFeatureManagerImpl +instanceKlass @bci org/betterx/wover/feature/impl/configured/FeatureConfiguratorImpl initialize ()V 14 argL0 ; # org/betterx/wover/feature/impl/configured/FeatureConfiguratorImpl$$Lambda+0x000001d6842aa530 +instanceKlass org/betterx/wover/entrypoint/FeatureDatapackRegistryEntrypoint +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeDataRegistryImpl initialize ()V 20 argL0 ; # org/betterx/wover/biome/impl/data/BiomeDataRegistryImpl$$Lambda+0x000001d6842aa0e8 +instanceKlass org/betterx/wover/entrypoint/BiomeDatapackRegistryEntrypoint +instanceKlass @bci org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl initEntrypoints ()V 27 argL0 ; # org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl$$Lambda+0x000001d6842a9ca0 +instanceKlass org/betterx/wover/core/api/registry/DatapackRegistryEntrypoint +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedRegistrations lambda$init$2 (Lnet/neoforged/neoforge/registries/DataPackRegistryEvent$NewRegistry;)V 4 member ; # dev/worldgen/lithostitched/registry/LithostitchedRegistrations$$Lambda+0x000001d6842a9878 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 170 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a95f0 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a93b8 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension$$Lambda+0x000001d6842a9190 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension$$Lambda+0x000001d6842a8f58 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension$$Lambda+0x000001d6842a8d20 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension ()V 0 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension$$Lambda+0x000001d6842a8ae8 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a86a8 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a8470 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a8238 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a8000 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a7c00 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a79c8 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a7790 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig ()V 9 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a7558 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig compactList (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 15 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a7320 +instanceKlass @bci dev/worldgen/abridged/worldgen/structure/BridgeConfig compactList (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 10 argL0 ; # dev/worldgen/abridged/worldgen/structure/BridgeConfig$$Lambda+0x000001d6842a70e8 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a6c98 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a6a60 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a6828 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a65f0 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a63b8 +instanceKlass @bci dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider ()V 0 argL0 ; # dev/worldgen/abridged/worldgen/stateprovider/GradientStateProvider$$Lambda+0x000001d6842a6180 +instanceKlass @bci dev/worldgen/abridged/registry/AbridgedRegistries ()V 19 argL0 ; # dev/worldgen/abridged/registry/AbridgedRegistries$$Lambda+0x000001d6842a5d30 +instanceKlass dev/worldgen/abridged/Abridged +instanceKlass @bci dev/worldgen/abridged/registry/AbridgedRegistries ()V 0 argL0 ; # dev/worldgen/abridged/registry/AbridgedRegistries$$Lambda+0x000001d6842a58f0 +instanceKlass dev/worldgen/abridged/registry/AbridgedRegistries +instanceKlass @bci net/neoforged/neoforge/common/world/StructureModifier ()V 8 argL0 ; # net/neoforged/neoforge/common/world/StructureModifier$$Lambda+0x000001d6842a5090 +instanceKlass @bci net/neoforged/neoforge/common/world/BiomeModifier ()V 8 argL0 ; # net/neoforged/neoforge/common/world/BiomeModifier$$Lambda+0x000001d6842a4c50 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/TemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/li64/tide/data/fishing/modifiers/types/TemperatureModifier$$Lambda+0x000001d6842a4a28 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/TemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/li64/tide/data/fishing/modifiers/types/TemperatureModifier$$Lambda+0x000001d6842a47f0 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/TemperatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/modifiers/types/TemperatureModifier$$Lambda+0x000001d6842a45b8 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/TemperatureModifier ()V 0 argL0 ; # com/li64/tide/data/fishing/modifiers/types/TemperatureModifier$$Lambda+0x000001d6842a4380 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/FishingModifierType register (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)Lcom/li64/tide/data/fishing/modifiers/FishingModifierType; 5 member ; # com/li64/tide/data/fishing/modifiers/FishingModifierType$$Lambda+0x000001d6842a3f40 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/ConditionalModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/li64/tide/data/fishing/modifiers/types/ConditionalModifier$$Lambda+0x000001d6842a3d18 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/ConditionalModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/li64/tide/data/fishing/modifiers/types/ConditionalModifier$$Lambda+0x000001d6842a3ae0 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/ConditionalModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/modifiers/types/ConditionalModifier$$Lambda+0x000001d6842a38a8 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/types/ConditionalModifier ()V 0 argL0 ; # com/li64/tide/data/fishing/modifiers/types/ConditionalModifier$$Lambda+0x000001d6842a3670 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/FishingModifier ()V 13 argL0 ; # com/li64/tide/data/fishing/modifiers/FishingModifier$$Lambda+0x000001d6842a3438 +instanceKlass @bci com/li64/tide/data/fishing/modifiers/FishingModifier ()V 8 argL0 ; # com/li64/tide/data/fishing/modifiers/FishingModifier$$Lambda+0x000001d6842a3200 +instanceKlass com/li64/tide/data/fishing/modifiers/FishingModifier +instanceKlass com/li64/tide/data/fishing/modifiers/FishingModifierType +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition$$Lambda+0x000001d6842a2998 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition$$Lambda+0x000001d6842a2760 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/EnchantmentsCondition$$Lambda+0x000001d6842a2528 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/SeasonsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/li64/tide/data/fishing/conditions/types/SeasonsCondition$$Lambda+0x000001d6842a20d0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/SeasonsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # com/li64/tide/data/fishing/conditions/types/SeasonsCondition$$Lambda+0x000001d6842a1e98 +instanceKlass @bci com/li64/tide/compat/seasons/Season ()V 66 argL0 ; # com/li64/tide/compat/seasons/Season$$Lambda+0x000001d6842a1c80 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/SeasonsCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/SeasonsCondition$$Lambda+0x000001d6842a15d8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition$$Lambda+0x000001d6842a1190 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition$$Lambda+0x000001d6842a0f58 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition$$Lambda+0x000001d6842a0d20 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/BlockNearbyCondition$$Lambda+0x000001d6842a0ae8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/OpenWaterCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/li64/tide/data/fishing/conditions/types/OpenWaterCondition$$Lambda+0x000001d6842a0688 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/OpenWaterCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/OpenWaterCondition$$Lambda+0x000001d6842a0450 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/OpenWaterCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/OpenWaterCondition$$Lambda+0x000001d6842a0218 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/WeatherCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/li64/tide/data/fishing/conditions/types/WeatherCondition$$Lambda+0x000001d68429fd50 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/WeatherCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/li64/tide/data/fishing/conditions/types/WeatherCondition$$Lambda+0x000001d68429fb18 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/WeatherType ()V 50 argL0 ; # com/li64/tide/data/fishing/conditions/types/WeatherType$$Lambda+0x000001d68429f8e0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/WeatherType ()V 45 argL0 ; # com/li64/tide/data/fishing/conditions/types/WeatherType$$Lambda+0x000001d68429f6c8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/WeatherCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/WeatherCondition$$Lambda+0x000001d68429f210 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition$$Lambda+0x000001d68429edb8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition$$Lambda+0x000001d68429eb80 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/MoonPhaseCondition$$Lambda+0x000001d68429e948 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/LuckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/li64/tide/data/fishing/conditions/types/LuckCondition$$Lambda+0x000001d68429e500 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/LuckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # com/li64/tide/data/fishing/conditions/types/LuckCondition$$Lambda+0x000001d68429e2c8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/LuckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # com/li64/tide/data/fishing/conditions/types/LuckCondition$$Lambda+0x000001d68429e090 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/LuckCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/LuckCondition$$Lambda+0x000001d68429de58 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/StructuresCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/li64/tide/data/fishing/conditions/types/StructuresCondition$$Lambda+0x000001d68429da00 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/StructuresCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/li64/tide/data/fishing/conditions/types/StructuresCondition$$Lambda+0x000001d68429d7c8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/StructuresCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/StructuresCondition$$Lambda+0x000001d68429d590 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DepthRangeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/li64/tide/data/fishing/conditions/types/DepthRangeCondition$$Lambda+0x000001d68429d148 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DepthRangeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/li64/tide/data/fishing/conditions/types/DepthRangeCondition$$Lambda+0x000001d68429cf10 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DepthRangeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/DepthRangeCondition$$Lambda+0x000001d68429ccd8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DepthRangeCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/DepthRangeCondition$$Lambda+0x000001d68429caa0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BelowCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/li64/tide/data/fishing/conditions/types/BelowCondition$$Lambda+0x000001d68429c608 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BelowCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/BelowCondition$$Lambda+0x000001d68429c3d0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BelowCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/BelowCondition$$Lambda+0x000001d68429c198 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/AboveCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/li64/tide/data/fishing/conditions/types/AboveCondition$$Lambda+0x000001d68429bd00 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/AboveCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/AboveCondition$$Lambda+0x000001d68429bac8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/AboveCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/AboveCondition$$Lambda+0x000001d68429b890 +instanceKlass com/li64/tide/data/fishing/conditions/types/DepthRangeHolder +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/FishingMediumCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/li64/tide/data/fishing/conditions/types/FishingMediumCondition$$Lambda+0x000001d68429b200 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/FishingMediumCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/FishingMediumCondition$$Lambda+0x000001d68429afc8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/FishingMediumCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/FishingMediumCondition$$Lambda+0x000001d68429ad90 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition$$Lambda+0x000001d68429a938 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition$$Lambda+0x000001d68429a700 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeRange$$Lambda+0x000001d68429a4d8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeRange$$Lambda+0x000001d68429a2a0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeRange$$Lambda+0x000001d68429a068 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeRange ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeRange$$Lambda+0x000001d684299e30 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/TimeOfDayCondition$$Lambda+0x000001d6842999f8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition$$Lambda+0x000001d6842995a0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition$$Lambda+0x000001d684299368 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/BiomeWhitelistCondition$$Lambda+0x000001d684299130 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DimensionsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/li64/tide/data/fishing/conditions/types/DimensionsCondition$$Lambda+0x000001d684298cd8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DimensionsCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/li64/tide/data/fishing/conditions/types/DimensionsCondition$$Lambda+0x000001d684298aa0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/DimensionsCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/DimensionsCondition$$Lambda+0x000001d684298868 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/SaltwaterCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/SaltwaterCondition$$Lambda+0x000001d684298428 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/FreshwaterCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/FreshwaterCondition$$Lambda+0x000001d684298000 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/NotCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/li64/tide/data/fishing/conditions/types/NotCondition$$Lambda+0x000001d684290c70 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/NotCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/NotCondition$$Lambda+0x000001d684290a38 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/NotCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/NotCondition$$Lambda+0x000001d684290800 +instanceKlass @bci com/li64/tide/data/fishing/conditions/FishingConditionType register (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)Lcom/li64/tide/data/fishing/conditions/FishingConditionType; 5 member ; # com/li64/tide/data/fishing/conditions/FishingConditionType$$Lambda+0x000001d684291b08 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EitherCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/li64/tide/data/fishing/conditions/types/EitherCondition$$Lambda+0x000001d6842918e0 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EitherCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/li64/tide/data/fishing/conditions/types/EitherCondition$$Lambda+0x000001d6842916a8 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EitherCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/li64/tide/data/fishing/conditions/types/EitherCondition$$Lambda+0x000001d684291470 +instanceKlass @bci com/li64/tide/data/fishing/conditions/types/EitherCondition ()V 0 argL0 ; # com/li64/tide/data/fishing/conditions/types/EitherCondition$$Lambda+0x000001d684291238 +instanceKlass @bci com/li64/tide/data/fishing/conditions/FishingCondition ()V 13 argL0 ; # com/li64/tide/data/fishing/conditions/FishingCondition$$Lambda+0x000001d684291000 +instanceKlass @bci com/li64/tide/data/fishing/conditions/FishingCondition ()V 8 argL0 ; # com/li64/tide/data/fishing/conditions/FishingCondition$$Lambda+0x000001d684297dc8 +instanceKlass com/li64/tide/data/fishing/conditions/FishingCondition +instanceKlass com/li64/tide/data/fishing/conditions/FishingConditionType +instanceKlass com/li64/tide/registries/TideRegistries +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge onRegisterNewRegistry (Lnet/neoforged/neoforge/registries/NewRegistryEvent;)V 11 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d684297368 +instanceKlass com/illusivesoulworks/comforts/common/ComfortsEvents +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec resetCaches (Ljava/lang/Iterable;)V 2 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$$Lambda+0x000001d684296f38 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec isCorrect (Lcom/electronwill/nightconfig/core/CommentedConfig;)Z 20 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$$Lambda+0x000001d684296d20 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigTracker lambda$read$5 (Ljava/nio/file/Path;Lcom/illusivesoulworks/spectrelib/config/SpectreConfig;)Lcom/electronwill/nightconfig/core/file/CommentedFileConfig; 28 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$$Lambda+0x000001d684296b00 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigTracker read (Ljava/nio/file/Path;)Ljava/util/function/Function; 2 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$$Lambda+0x000001d6842968c0 +instanceKlass @bci com/illusivesoulworks/spectrelib/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/illusivesoulworks/spectrelib/platform/Services$$Lambda+0x000001d6842966a0 +instanceKlass com/illusivesoulworks/spectrelib/platform/NeoForgeConfigHelper +instanceKlass com/illusivesoulworks/spectrelib/platform/services/IConfigHelper +instanceKlass com/illusivesoulworks/spectrelib/platform/Services +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigTracker loadGlobalConfigs ()V 21 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$$Lambda+0x000001d684295e28 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigEvents +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec resetCaches (Ljava/lang/Iterable;)V 2 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$$Lambda+0x000001d6842959f8 +instanceKlass @bci com/electronwill/nightconfig/core/utils/ObservedSet2 iterator ()Ljava/util/Iterator; 13 argL0 ; # com/electronwill/nightconfig/core/utils/ObservedSet2$$Lambda+0x000001d6842925d8 +instanceKlass @bci com/electronwill/nightconfig/core/utils/ObservedMap entrySet ()Ljava/util/Set; 51 member ; # com/electronwill/nightconfig/core/utils/ObservedMap$$Lambda+0x000001d684292398 +instanceKlass @bci com/electronwill/nightconfig/core/utils/ObservedMap entrySet ()Ljava/util/Set; 13 argL0 ; # com/electronwill/nightconfig/core/utils/ObservedMap$$Lambda+0x000001d683e17cd0 +instanceKlass @bci com/electronwill/nightconfig/core/utils/ObservedMap entrySet ()Ljava/util/Set; 7 argL0 ; # com/electronwill/nightconfig/core/utils/ObservedMap$$Lambda+0x000001d683e17a98 +instanceKlass @bci com/electronwill/nightconfig/core/utils/ObservedMap entrySet ()Ljava/util/Set; 1 member ; # com/electronwill/nightconfig/core/utils/ObservedMap$$Lambda+0x000001d683e17858 +instanceKlass @bci com/electronwill/nightconfig/core/file/AutosaveCommentedFileConfig valueMap ()Ljava/util/Map; 9 member ; # com/electronwill/nightconfig/core/file/AutosaveCommentedFileConfig$$Lambda+0x000001d683e173f8 +instanceKlass com/electronwill/nightconfig/core/utils/AbstractObserved +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec isCorrect (Lcom/electronwill/nightconfig/core/CommentedConfig;)Z 20 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$$Lambda+0x000001d6842957e0 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigTracker lambda$read$5 (Ljava/nio/file/Path;Ltechnology/roughness/whitenoise/config/WhiteNoiseConfig;)Lcom/electronwill/nightconfig/core/file/CommentedFileConfig; 28 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$$Lambda+0x000001d6842955c0 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigTracker read (Ljava/nio/file/Path;)Ljava/util/function/Function; 2 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$$Lambda+0x000001d684295380 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigTracker loadGlobalConfigs ()V 21 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$$Lambda+0x000001d684295150 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigEvents +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/NeoForgeCustomRegistry +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/CustomRegistryLookup +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/ResourcefulRegistriesImpl onRegisterForgeRegistries (Lnet/neoforged/neoforge/registries/NewRegistryEvent;)V 4 member ; # com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/ResourcefulRegistriesImpl$$Lambda+0x000001d684294868 +instanceKlass @bci net/neoforged/fml/ModLoader postEventWithWrapInModOrder (Lnet/neoforged/bus/api/Event;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)V 57 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d683e16cd0 +instanceKlass @bci net/neoforged/fml/ModLoader postEventWrapContainerInModOrder (Lnet/neoforged/bus/api/Event;)V 6 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d683e16aa8 +instanceKlass @bci net/neoforged/fml/ModLoader postEventWrapContainerInModOrder (Lnet/neoforged/bus/api/Event;)V 1 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d683e16880 +instanceKlass @bci net/neoforged/neoforge/internal/CommonModLoader begin (Ljava/lang/Runnable;Z)V 16 argL0 ; # net/neoforged/neoforge/internal/CommonModLoader$$Lambda+0x000001d684294650 +instanceKlass @bci net/neoforged/fml/ModLoader constructMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 35 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d683e16660 +instanceKlass @bci net/neoforged/fml/ModList completableFutureFromExceptionList (Ljava/util/List;)Ljava/util/concurrent/CompletionStage; 6 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d683e16418 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/ponder/FDPonderPlugin register ()V 17 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/ponder/FDPonderPlugin$$Lambda+0x000001d684294428 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/ponder/FDPonderPlugin register ()V 3 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/ponder/FDPonderPlugin$$Lambda+0x000001d684294200 +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/ponder/FDPonderPlugin +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/recipe/CuttingBoardRecipeConverters +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider register ()V 28 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider$$Lambda+0x000001d68428bab0 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider register ()V 17 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider$$Lambda+0x000001d68428b888 +instanceKlass vectorwing/farmersdelight/common/tag/ModTags +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider register ()V 6 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider$$Lambda+0x000001d68428b1d0 +instanceKlass net/minecraft/data/tags/TagsProvider$TagAppender +instanceKlass net/neoforged/neoforge/common/extensions/IIntrinsicHolderTagAppenderExtension +instanceKlass net/neoforged/neoforge/common/extensions/ITagAppenderExtension +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/data/FDTagsProvider +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes register ()V 36 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes$$Lambda+0x000001d68428a2a0 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes register ()V 25 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes$$Lambda+0x000001d68428fa28 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes register ()V 14 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes$$Lambda+0x000001d68428f358 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes register ()V 3 argL0 ; # plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes$$Lambda+0x000001d68428e9e8 +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/registry/FDArmInteractionPointTypes +instanceKlass @bci plus/dragons/createcentralkitchen/integration/brewinandchewin/ponder/BnCPonderPlugin register ()V 17 argL0 ; # plus/dragons/createcentralkitchen/integration/brewinandchewin/ponder/BnCPonderPlugin$$Lambda+0x000001d68428e108 +instanceKlass @bci plus/dragons/createcentralkitchen/integration/brewinandchewin/ponder/BnCPonderPlugin register ()V 3 argL0 ; # plus/dragons/createcentralkitchen/integration/brewinandchewin/ponder/BnCPonderPlugin$$Lambda+0x000001d68428dee0 +instanceKlass plus/dragons/createcentralkitchen/client/ponder/CCKPonderPlugin +instanceKlass plus/dragons/createcentralkitchen/integration/brewinandchewin/ponder/BnCPonderPlugin +instanceKlass plus/dragons/createcentralkitchen/data/CCKLang +instanceKlass @bci plus/dragons/createcentralkitchen/client/CCKClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 5 argL0 ; # plus/dragons/createcentralkitchen/client/CCKClient$$Lambda+0x000001d68428d648 +instanceKlass @bci plus/dragons/createcentralkitchen/config/CCKConfig (Lnet/neoforged/fml/ModContainer;)V 62 member ; # plus/dragons/createcentralkitchen/config/CCKConfig$$Lambda+0x000001d68428d418 +instanceKlass @bci plus/dragons/createcentralkitchen/config/CCKConfig (Lnet/neoforged/fml/ModContainer;)V 47 argL0 ; # plus/dragons/createcentralkitchen/config/CCKConfig$$Lambda+0x000001d68428d1e0 +instanceKlass @bci plus/dragons/createcentralkitchen/config/CCKConfig (Lnet/neoforged/fml/ModContainer;)V 26 member ; # plus/dragons/createcentralkitchen/config/CCKConfig$$Lambda+0x000001d68428cfb0 +instanceKlass @bci plus/dragons/createcentralkitchen/config/CCKConfig (Lnet/neoforged/fml/ModContainer;)V 11 argL0 ; # plus/dragons/createcentralkitchen/config/CCKConfig$$Lambda+0x000001d68428cd78 +instanceKlass @bci plus/dragons/createcentralkitchen/config/CCKCommonConfig ()V 7 argL0 ; # plus/dragons/createcentralkitchen/config/CCKCommonConfig$$Lambda+0x000001d68428c8f0 +instanceKlass plus/dragons/createcentralkitchen/config/CCKConfig +instanceKlass plus/dragons/createcentralkitchen/common/registry/CCKArmInteractionPointTypes +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/FDIntegration$Client +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/FDIntegration$Common +instanceKlass plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Client +instanceKlass plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration$Common +instanceKlass plus/dragons/createdragonsplus/common/recipe/RecipeConverter +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPLoots$TableInjections ()V 7 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPLoots$TableInjections$$Lambda+0x000001d684286bf0 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPLoots +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPLoots$TableInjections +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPFluids$Reactions +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge (Lnet/neoforged/bus/api/IEventBus;)V 54 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842838e8 +instanceKlass net/minecraft/data/recipes/ShapedRecipeBuilder +instanceKlass net/mehvahdjukaar/every_compat/neoforge/EveryCompatForgeClient +instanceKlass net/minecraft/data/BlockFamily +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 46 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d6842827c0 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 32 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d6842821b8 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 24 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d684281d50 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 16 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d684281b28 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 8 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d684281900 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatClient init ()V 0 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatClient$$Lambda+0x000001d6842816e8 +instanceKlass net/mehvahdjukaar/every_compat/EveryCompatClient +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 160 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d684280000 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 149 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427cc50 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 138 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427ca28 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 127 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427c800 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 116 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427dcf8 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 105 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427dad0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule onModInit ()V 5 member ; # net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule$$Lambda+0x000001d68427d8a0 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 94 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427d678 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 83 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427d450 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon initialize ()V 7 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68427d228 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 72 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427d000 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 163 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d68427fd28 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 61 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427fb00 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 158 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d68427f8e8 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 50 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427f6c0 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 39 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427f498 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 28 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427f270 +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 17 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427f048 +instanceKlass net/mehvahdjukaar/every_compat/misc/UtilityTag +instanceKlass @bci net/minecraft/data/recipes/RecipeProvider ()V 6 argL0 ; # net/minecraft/data/recipes/RecipeProvider$$Lambda+0x000001d68427ec20 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 31 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d68427e7a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 25 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/create/CreateModule$$Lambda+0x000001d68427e588 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 539 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427bd70 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 469 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427bb58 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 458 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427b940 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 125 argL0 ; # plus/dragons/createdragonsplus/common/CDPCommon$$Lambda+0x000001d68427b718 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 447 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427b500 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 436 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427b2e8 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 425 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427b0d0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 414 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427aeb8 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 403 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427aca0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 392 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427aa88 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 381 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427a870 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 370 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427a658 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 98 member ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d68427a428 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 359 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d68427a210 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 348 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684279ff8 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 83 argL0 ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d684279dc0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 337 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684279ba8 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 326 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684279760 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 62 member ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d684279978 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 315 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684279548 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 47 argL0 ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d684279310 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 304 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842790f8 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 293 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684278ee0 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 26 member ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d684278cb0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 282 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684278a98 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 271 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684278880 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPConfig (Lnet/neoforged/fml/ModContainer;)V 11 argL0 ; # plus/dragons/createdragonsplus/config/CDPConfig$$Lambda+0x000001d684278648 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 260 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684278430 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 249 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684278218 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPServerConfig ()V 7 argL0 ; # plus/dragons/createdragonsplus/config/CDPServerConfig$$Lambda+0x000001d684278000 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 238 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684274c88 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 227 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684274800 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 216 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684275d40 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 205 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684275b28 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 194 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842756a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 183 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684275488 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 173 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684275270 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 163 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684277dc0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 153 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684277ba8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule (Ljava/lang/String;)V 188 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684277968 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule (Ljava/lang/String;)V 182 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684277750 +instanceKlass @bci plus/dragons/createdragonsplus/config/FeaturesConfig$ConfigFeature ()V 8 argL0 ; # plus/dragons/createdragonsplus/config/FeaturesConfig$ConfigFeature$$Lambda+0x000001d6842771b8 +instanceKlass @bci plus/dragons/createdragonsplus/config/FeaturesConfig$ConfigFeature ()V 3 argL0 ; # plus/dragons/createdragonsplus/config/FeaturesConfig$ConfigFeature$$Lambda+0x000001d684276f80 +instanceKlass @bci plus/dragons/createdragonsplus/config/CDPCommonConfig ()V 7 argL0 ; # plus/dragons/createdragonsplus/config/CDPCommonConfig$$Lambda+0x000001d684276af0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule (Ljava/lang/String;)V 41 member ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684276000 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule (Ljava/lang/String;)V 35 argL0 ; # net/mehvahdjukaar/every_compat/modules/neoforge/abnormal/BoatLoadModule$$Lambda+0x000001d684273a80 +instanceKlass plus/dragons/createdragonsplus/config/CDPConfig +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 143 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684273330 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 133 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684273118 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 123 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684272f00 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 113 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684272ce8 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 103 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684272ad0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 93 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842728b8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPDataMaps register (Lnet/neoforged/bus/api/IEventBus;)V 3 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPDataMaps$$Lambda+0x000001d684272690 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 83 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684272478 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 73 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684272260 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPDataMaps +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 63 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684271e48 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 53 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d684271c30 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 43 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842717f8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes colorFanProcessing (Ljava/util/Collection;)Lnet/minecraft/core/Holder; 36 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d684271a10 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 33 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842715e0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItemAttributes fanProcessing (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/minecraft/core/Holder; 43 member ; # plus/dragons/createdragonsplus/common/registry/CDPItemAttributes$$Lambda+0x000001d6842713c0 +instanceKlass @bci net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge addModules ()V 23 argL0 ; # net/mehvahdjukaar/every_compat/neoforge/EveryCompatForge$$Lambda+0x000001d6842711a8 +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/ponder/FDPonderPlugin register ()V 17 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/ponder/FDPonderPlugin$$Lambda+0x000001d684270f80 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPItemAttributes +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/ponder/FDPonderPlugin register ()V 3 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/ponder/FDPonderPlugin$$Lambda+0x000001d684270b58 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/ponder/FDPonderPlugin +instanceKlass @bci plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDArmInteractionPointTypes register ()V 3 argL0 ; # plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDArmInteractionPointTypes$$Lambda+0x000001d684270740 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes ()V 62 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes$$Lambda+0x000001d684270528 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/ending/EndingFanProcessingType +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1086 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426fc18 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1043 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426fa00 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1032 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426f7e8 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDArmInteractionPointTypes +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1021 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426f3d0 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1011 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426f1b8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes ()V 46 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes$$Lambda+0x000001d68426efa0 +instanceKlass @bci plus/dragons/createintegratedfarming/integration/mynethersdelight/ponder/MNDPonderPlugin register ()V 17 argL0 ; # plus/dragons/createintegratedfarming/integration/mynethersdelight/ponder/MNDPonderPlugin$$Lambda+0x000001d68426ed78 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 1000 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426eb60 +instanceKlass net/createmod/ponder/api/registration/PonderTagRegistrationHelper +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 989 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426e750 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/sanding/SandingFanProcessingType +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 979 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68426e220 +instanceKlass @bci plus/dragons/createintegratedfarming/integration/mynethersdelight/ponder/MNDPonderPlugin register ()V 3 argL0 ; # plus/dragons/createintegratedfarming/integration/mynethersdelight/ponder/MNDPonderPlugin$$Lambda+0x000001d68426dff8 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/DynamicParticleFanProcessingType +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1495 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426dbd8 +instanceKlass net/createmod/ponder/api/registration/PonderSceneRegistrationHelper +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1487 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426d7a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1481 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426d588 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1363 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426d360 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer +instanceKlass plus/dragons/createintegratedfarming/client/ponder/CIFPonderPlugin +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes ()V 30 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes$$Lambda+0x000001d68426cc60 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/freezing/FreezingFanProcessingType +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/ponder/MNDPonderPlugin +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1352 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426c590 +instanceKlass @bci plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDArmInteractionPointTypes register ()V 3 argL0 ; # plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDArmInteractionPointTypes$$Lambda+0x000001d68426c378 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes lambda$static$1 ()Lcom/google/common/collect/ImmutableMap; 48 member ; # plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes$$Lambda+0x000001d68426c158 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1344 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426bf20 +instanceKlass plus/dragons/createdragonsplus/common/kinetics/fan/coloring/ColoringFanProcessingType +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1339 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426b7d0 +instanceKlass com/simibubi/create/content/kinetics/fan/processing/FanProcessingType +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1299 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426b3b0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1234 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68426af68 +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/registry/MNDArmInteractionPointTypes +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1225 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842697c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1219 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842695b0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder excludeBlockTypes (Ljava/lang/String;[Ljava/lang/String;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 69 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d684269360 +instanceKlass @bci plus/dragons/createintegratedfarming/client/CIFClient (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # plus/dragons/createintegratedfarming/client/CIFClient$$Lambda+0x000001d684267be8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1158 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842679c0 +instanceKlass net/mehvahdjukaar/every_compat/api/SimpleEntrySet$NewTileHolder +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes ()V 11 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes$$Lambda+0x000001d684267568 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/FDIntegration$Client +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1067 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684263d88 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPFanProcessingTypes +instanceKlass plus/dragons/createdragonsplus/common/behaviours/BehaviourProvider +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPConditions ()V 16 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPConditions$$Lambda+0x000001d684263778 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPConditions +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/registry/FDBlockEntities +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes ()V 63 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684263160 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes ()V 50 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684262f48 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes ()V 37 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684262d30 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPRecipes ()V 24 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPRecipes$$Lambda+0x000001d684262b18 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1058 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842628d8 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPRecipes +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 1052 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842624c0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 927 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684262280 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 921 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684262068 +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/FDIntegration$Common +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPCriterions ()V 16 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPCriterions$$Lambda+0x000001d684261c38 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 779 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842619f8 +instanceKlass plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 773 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684261590 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 665 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684261348 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 657 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684261108 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 651 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684260ef0 +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/MNDIntegration$Client +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPCriterions +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 505 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d6842608a8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 499 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684260690 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 359 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684260450 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs ()V 16 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs$$Lambda+0x000001d684260218 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 353 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684260000 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPCreativeModeTabs +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 224 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d684255a10 +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/MNDIntegration$Common +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 218 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68425fc40 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkSimpleEntrySet (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Function;Ljava/util/function/Supplier;Lnet/mehvahdjukaar/every_compat/api/TabAddMode;Lnet/mehvahdjukaar/every_compat/api/SimpleEntrySet$LootTableMode;Lorg/apache/commons/lang3/function/TriFunction;Lnet/mehvahdjukaar/every_compat/api/SimpleEntrySet$ITileHolder;Ljava/lang/Object;Ljava/util/function/BiFunction;Ljava/util/function/Consumer;ZZLjava/util/function/Predicate;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 50 member ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkSimpleEntrySet$$Lambda+0x000001d68425fa08 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerItemTags (Lplus/dragons/createdragonsplus/data/tag/ItemTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 29 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d68425f7b0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 176 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68425f378 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerItemTags (Lplus/dragons/createdragonsplus/data/tag/ItemTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 10 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d68425eee0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlockEntities ()V 26 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlockEntities$$Lambda+0x000001d68425e8b8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlockEntities ()V 5 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlockEntities$$Lambda+0x000001d68425e6a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 29 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68425d3e0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule (Ljava/lang/String;)V 24 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68425d1c8 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPBlockEntities +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/quark/QuarkModule ()V 0 argL0 ; # net/mehvahdjukaar/every_compat/modules/quark/QuarkModule$$Lambda+0x000001d68425cdb0 +instanceKlass @bci plus/dragons/createintegratedfarming/config/CIFConfig (Lnet/neoforged/fml/ModContainer;)V 26 member ; # plus/dragons/createintegratedfarming/config/CIFConfig$$Lambda+0x000001d68425cb80 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerBlockTags (Lplus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 29 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d68425c928 +instanceKlass @bci plus/dragons/createintegratedfarming/config/CIFConfig (Lnet/neoforged/fml/ModContainer;)V 11 argL0 ; # plus/dragons/createintegratedfarming/config/CIFConfig$$Lambda+0x000001d68425c6f0 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerBlockTags (Lplus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 10 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d68425c498 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlocks ()V 48 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlocks$$Lambda+0x000001d68425c258 +instanceKlass plus/dragons/createintegratedfarming/config/CIFServerConfig$Comments +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlocks ()V 31 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlocks$$Lambda+0x000001d68425abd8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlocks ()V 23 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlocks$$Lambda+0x000001d68425a998 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPBlocks ()V 15 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPBlocks$$Lambda+0x000001d68425a4c8 +instanceKlass plus/dragons/createintegratedfarming/config/CIFConfig +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFDataMaps register (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFDataMaps$$Lambda+0x000001d684253d40 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid$$Lambda+0x000001d684253b08 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid$$Lambda+0x000001d6842538d0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid$$Lambda+0x000001d684253698 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid$$Lambda+0x000001d684253230 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid ()V 0 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid$$Lambda+0x000001d684252ff8 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPBlocks +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerFluidTags (Lplus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 29 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d684251c48 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerFluidTags (Lplus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 10 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d6842519f0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem$$Lambda+0x000001d6842517b8 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem$$Lambda+0x000001d684251580 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem$$Lambda+0x000001d684250240 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 201 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684250000 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 162 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424cc78 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem$$Lambda+0x000001d68424ca40 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 139 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424c800 +instanceKlass @bci plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem ()V 0 argL0 ; # plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem$$Lambda+0x000001d68424fc38 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFDataMaps +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 103 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424f5c0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 95 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424f360 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 87 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424f110 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 79 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68424eec0 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dragonBreath/DragonBreathFluidType create ()Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory; 21 member ; # plus/dragons/createdragonsplus/common/fluids/dragonBreath/DragonBreathFluidType$$Lambda+0x000001d68424eca0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFArmInteractionPoints ()V 16 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFArmInteractionPoints$$Lambda+0x000001d68424ea88 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 968 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424e218 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 958 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424e000 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 947 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424bd60 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 936 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424b930 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 926 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424b718 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 915 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424b500 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 904 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424b2e8 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFArmInteractionPoints +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 893 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424aed0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule (Ljava/lang/String;)V 123 argL0 ; # net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule$$Lambda+0x000001d68424acb8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule (Ljava/lang/String;)V 23 argL0 ; # net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule$$Lambda+0x000001d68424aa80 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule (Ljava/lang/String;)V 18 argL0 ; # net/mehvahdjukaar/every_compat/modules/friendsandfoes/FriendsAndFoesModule$$Lambda+0x000001d68424a868 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlockEntities ()V 5 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlockEntities$$Lambda+0x000001d68424a328 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 882 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68424a110 +instanceKlass plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFood +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule (Ljava/lang/String;)V 348 argL0 ; # net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule$$Lambda+0x000001d684247d38 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 203 member ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684247af0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule (Ljava/lang/String;)V 183 argL0 ; # net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule$$Lambda+0x000001d6842478b8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule (Ljava/lang/String;)V 178 argL0 ; # net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule$$Lambda+0x000001d6842476a0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 186 member ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684247458 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 140 member ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684247218 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule ()V 0 argL0 ; # net/mehvahdjukaar/every_compat/modules/farmersdelight/FarmersDelightModule$$Lambda+0x000001d684247000 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 131 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684246dc0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 151 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d684246b60 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 132 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d6842465f0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 108 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d684246368 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 88 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d684246108 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 69 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d684245ec8 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFBlockEntities +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 45 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d684245a40 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 871 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d684245828 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems ()V 25 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPItems$$Lambda+0x000001d6842453a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 721 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684245600 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 187 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d684245160 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 605 member ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684244f20 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 179 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d684244c98 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 599 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684244a80 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPItems$CommonTags ()V 29 member ; # plus/dragons/createdragonsplus/common/registry/CDPItems$CommonTags$$Lambda+0x000001d684244850 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 171 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d6842445f0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 525 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d6842443c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 445 member ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684243f50 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 439 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684243b00 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 269 member ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d6842425a8 +instanceKlass plus/dragons/createintegratedfarming/common/ranching/roost/RoostCapturable +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 263 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684242198 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPItems +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 42 member ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684241d58 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule (Ljava/lang/String;)V 36 argL0 ; # net/mehvahdjukaar/every_compat/modules/decorative_blocks/DecorativeBlocksModule$$Lambda+0x000001d684241b40 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 97 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d6842418e0 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 83 member ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684241368 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 861 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d684240218 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 851 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d684240000 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 146 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d68423c400 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 74 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68423cc30 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 840 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423ca18 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 828 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423c800 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids dye (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/FluidEntry; 66 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d68423dd10 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 820 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423fc40 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 812 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423fa28 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 804 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423f810 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 796 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423f5f8 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 779 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423f3e0 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 768 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423f1c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 757 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423efb0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 129 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d68423ed70 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 746 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423eb58 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 121 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d68423e8d0 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 735 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d68423e6b8 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 113 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d68423e458 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dye/DyeFluidType create (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory; 23 member ; # plus/dragons/createdragonsplus/common/fluids/dye/DyeFluidType$$Lambda+0x000001d68423e238 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1557 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423e000 +instanceKlass @cpi plus/dragons/createdragonsplus/common/fluids/dye/DyeFluidType 115 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68423c000 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1552 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423bd58 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1397 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423bb20 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1392 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423b908 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1249 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423a338 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 1244 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d68423a120 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 985 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684239ee8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids ()V 29 argL0 ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$$Lambda+0x000001d684239cc0 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 980 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684239aa8 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 823 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684239870 +instanceKlass @bci plus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry getEntry (Lnet/minecraft/tags/TagKey;)Lplus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry$ProviderEntry; 6 member ; # plus/dragons/createdragonsplus/data/tag/IntrinsicTagRegistry$$Lambda+0x000001d684239630 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 818 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684239418 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dye/DyeColors ()V 142 argL0 ; # plus/dragons/createdragonsplus/common/fluids/dye/DyeColors$$Lambda+0x000001d6842391f0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 61 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d684238fa0 +instanceKlass @bci plus/dragons/createdragonsplus/common/fluids/dye/DyeColors ()V 5 argL0 ; # plus/dragons/createdragonsplus/common/fluids/dye/DyeColors$$Lambda+0x000001d684238d78 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 179 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684238b40 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 21 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d6842388b8 +instanceKlass plus/dragons/createdragonsplus/common/fluids/dye/DyeColors +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 174 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d6842384a0 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 13 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d684238260 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFBlocks ()V 5 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFBlocks$$Lambda+0x000001d684238000 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 47 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684232c00 +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule (Ljava/lang/String;)V 42 argL0 ; # net/mehvahdjukaar/every_compat/modules/another_furniture/AnotherFurnitureModule$$Lambda+0x000001d684237de8 +instanceKlass @bci plus/dragons/createdragonsplus/common/registry/CDPFluids$CommonTags ()V 32 member ; # plus/dragons/createdragonsplus/common/registry/CDPFluids$CommonTags$$Lambda+0x000001d684237bb8 +instanceKlass plus/dragons/createdragonsplus/data/tag/TagRegistry$ProviderEntry +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 724 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d684237028 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompatCommon addModules ()V 713 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompatCommon$$Lambda+0x000001d684236e10 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompat init ()V 36 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompat$$Lambda+0x000001d684236798 +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFBlocks +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompat init ()V 26 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompat$$Lambda+0x000001d684236380 +instanceKlass plus/dragons/createdragonsplus/common/registry/CDPFluids +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompat init ()V 18 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompat$$Lambda+0x000001d684235f58 +instanceKlass @bci net/mehvahdjukaar/every_compat/ECRegistry ()V 52 argL0 ; # net/mehvahdjukaar/every_compat/ECRegistry$$Lambda+0x000001d684235d30 +instanceKlass @bci net/mehvahdjukaar/every_compat/ECRegistry ()V 5 argL0 ; # net/mehvahdjukaar/every_compat/ECRegistry$$Lambda+0x000001d684235b18 +instanceKlass @bci plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs ()V 16 argL0 ; # plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs$$Lambda+0x000001d684234c50 +instanceKlass net/mehvahdjukaar/every_compat/ECRegistry +instanceKlass plus/dragons/createintegratedfarming/common/registry/CIFCreativeModeTabs +instanceKlass @bci net/mehvahdjukaar/every_compat/ECNetworking init ()V 0 argL0 ; # net/mehvahdjukaar/every_compat/ECNetworking$$Lambda+0x000001d684234628 +instanceKlass net/mehvahdjukaar/every_compat/ECNetworking +instanceKlass @bci plus/dragons/createintegratedfarming/common/CIFCommon ()V 17 argL0 ; # plus/dragons/createintegratedfarming/common/CIFCommon$$Lambda+0x000001d684234000 +instanceKlass com/simibubi/create/impl/registry/CreateRegistriesImpl +instanceKlass com/simibubi/create/impl/registry/CreateDataMapsImpl +instanceKlass com/simibubi/create/content/processing/burner/BlazeBurnerHandler +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointHandler +instanceKlass dev/latvian/mods/kubejs/gui/KubeJSGUI +instanceKlass dev/latvian/mods/kubejs/entity/EntityPotionEffectsJS +instanceKlass net/neoforged/neoforge/common/damagesource/DamageContainer +instanceKlass com/teamabnormals/blueprint/core/endimator/effects/EndimationEffectHandler +instanceKlass dev/latvian/mods/kubejs/entity/KubeRayTraceResult +instanceKlass net/neoforged/neoforge/common/SoundAction +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/IDataManager$DataEntry +instanceKlass net/minecraft/world/entity/Entity$1InterimCalculation +instanceKlass com/teamabnormals/blueprint/core/endimator/Endimatable$EndimatedState +instanceKlass net/minecraft/world/level/entity/EntityInLevelCallback +instanceKlass net/minecraft/world/entity/Entity$MoveFunction +instanceKlass net/minecraft/network/protocol/game/VecDeltaCodec +instanceKlass net/minecraft/world/entity/projectile/ProjectileDeflection +instanceKlass net/minecraft/world/damagesource/DamageSources +instanceKlass net/spell_power/mixin/DamageSourcesAccessor +instanceKlass net/spell_engine/api/event/CombatEvents$ItemUse +instanceKlass net/spell_engine/api/event/CombatEvents$EntityShieldBlock +instanceKlass net/spell_engine/api/event/CombatEvents$EntityDamageTaken +instanceKlass net/spell_engine/api/event/CombatEvents$EntityAttack +instanceKlass eu/ha3/presencefootsteps/sound/SoundEngine +instanceKlass net/minecraft/network/protocol/game/ClientboundAddEntityPacket +instanceKlass net/minecraft/world/entity/ai/targeting/TargetingConditions +instanceKlass net/minecraft/world/entity/ai/Brain +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/accessor/BrainAccessor +instanceKlass net/caffeinemc/mods/lithium/mixin/ai/useless_sensors/BrainAccessor +instanceKlass net/caffeinemc/mods/lithium/common/ai/MemoryModificationCounter +instanceKlass net/minecraft/BlockUtil$FoundRectangle +instanceKlass net/minecraft/world/damagesource/CombatTracker +instanceKlass net/minecraft/world/entity/ai/Brain$Provider +instanceKlass net/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerChunk$State +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeMap +instanceKlass javax/annotation/meta/TypeQualifier +instanceKlass dev/latvian/mods/kubejs/stages/Stages +instanceKlass net/spell_engine/internals/arrow/ArrowShootContext +instanceKlass net/spell_engine/internals/melee/Melee$ActiveAttack +instanceKlass net/spell_engine/internals/SpellCooldownManager +instanceKlass net/spell_engine/api/spell/Spell$Target$Beam +instanceKlass dev/latvian/mods/kubejs/player/KubeJSInventoryListener +instanceKlass dev/kosmx/playerAnim/core/impl/AnimationProcessor +instanceKlass dev/kosmx/playerAnim/api/layered/AnimationStack +instanceKlass net/minecraft/world/entity/player/Abilities +instanceKlass net/minecraft/network/syncher/SynchedEntityData$Builder +instanceKlass net/minecraft/world/food/FoodData +instanceKlass umpaz/brewinandchewin/common/access/FoodDataEntityAccess +instanceKlass dev/tr7zw/notenoughanimations/versionless/animations/DataHolder +instanceKlass net/minecraft/world/entity/monster/warden/WardenSpawnTracker +instanceKlass net/fabricmc/fabric/api/screenhandler/v1/ExtendedScreenHandlerFactory +instanceKlass net/minecraft/server/PlayerAdvancements +instanceKlass dev/uncandango/alltheleaks/mixin/core/main/accessor/PlayerAdvancementsAccessor +instanceKlass net/minecraft/network/chat/OutgoingChatMessage +instanceKlass net/minecraft/server/network/TextFilter +instanceKlass xaero/lib/common/player/ServerPlayerData +instanceKlass net/minecraft/world/scores/ScoreAccess +instanceKlass xaero/map/server/player/ServerPlayerData +instanceKlass xaero/common/server/player/ServerPlayerData +instanceKlass net/minecraft/server/level/ChunkTrackingView +instanceKlass net/minecraft/world/level/portal/DimensionTransition$PostDimensionTransition +instanceKlass com/ishland/c2me/base/mixin/access/ISyncedClientOptions +instanceKlass net/minecraft/world/item/ItemCooldowns +instanceKlass net/spell_engine/utils/ItemCooldownManagerExtension +instanceKlass net/minecraft/world/inventory/ContainerSynchronizer +instanceKlass net/minecraft/server/players/StoredUserEntry +instanceKlass com/simibubi/create/content/schematics/requirement/ItemRequirement +instanceKlass com/simibubi/create/foundation/advancement/CreateAdvancement +instanceKlass com/simibubi/create/compat/computercraft/events/KineticsChangeEvent +instanceKlass com/simibubi/create/content/kinetics/KineticNetwork +instanceKlass net/minecraft/world/level/storage/loot/LootParams +instanceKlass umpaz/brewinandchewin/common/access/LootParamsParamSetAccess +instanceKlass umpaz/brewinandchewin/common/mixin/LootParamsAccessor +instanceKlass com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionHandler +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorInteractionHandler ()V 4 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorInteractionHandler$$Lambda+0x000001d684216660 +instanceKlass com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorInteractionHandler +instanceKlass com/simibubi/create/content/equipment/zapper/ZapperInteractionHandler +instanceKlass com/simibubi/create/content/equipment/symmetryWand/SymmetryHandler +instanceKlass com/simibubi/create/content/equipment/bell/HauntedBellPulser +instanceKlass com/simibubi/create/content/equipment/wrench/WrenchEventHandler +instanceKlass com/simibubi/create/content/equipment/armor/NetheriteBacktankFirstPersonRenderer +instanceKlass com/simibubi/create/content/equipment/armor/CardboardArmorHandler +instanceKlass com/simibubi/create/foundation/utility/TickBasedCache +instanceKlass com/simibubi/create/content/equipment/armor/CardboardArmorHandlerClient +instanceKlass com/simibubi/create/content/equipment/armor/NetheriteDivingHandler +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardValueSettingsHandler +instanceKlass com/simibubi/create/content/equipment/extendoGrip/ExtendoGripRenderHandler +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripItem ()V 55 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripItem$$Lambda+0x000001d68420a5b8 +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripItem ()V 44 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripItem$$Lambda+0x000001d68420a388 +instanceKlass com/simibubi/create/content/redstone/link/LinkHandler +instanceKlass com/simibubi/create/content/logistics/depot/EjectorTargetHandler +instanceKlass com/simibubi/create/content/logistics/stockTicker/StockTickerInteractionHandler +instanceKlass com/simibubi/create/content/logistics/itemHatch/ItemHatchHandler +instanceKlass com/simibubi/create/content/logistics/box/PackageClientInteractionHandler +instanceKlass com/simibubi/create/content/trains/schedule/ScheduleItemEntityInteraction +instanceKlass com/mojang/blaze3d/vertex/PoseStack$Pose +instanceKlass com/simibubi/create/content/trains/track/TrackVoxelShapes +instanceKlass @bci com/simibubi/create/content/trains/track/TrackBlockOutline ()V 4 argL0 ; # com/simibubi/create/content/trains/track/TrackBlockOutline$$Lambda+0x000001d684208ec8 +instanceKlass net/createmod/catnip/data/WorldAttached +instanceKlass dev/engine_room/flywheel/lib/transform/TransformStack +instanceKlass dev/engine_room/flywheel/lib/transform/Transform +instanceKlass com/simibubi/create/content/trains/track/TrackBlockOutline +instanceKlass com/simibubi/create/content/fluids/FluidReactions +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartController +instanceKlass com/simibubi/create/content/contraptions/minecart/CouplingHandler +instanceKlass com/simibubi/create/content/contraptions/ContraptionHandlerClient +instanceKlass com/simibubi/create/content/contraptions/glue/SuperGlueHandler +instanceKlass com/simibubi/create/foundation/events/CommonEvents +instanceKlass net/neoforged/neoforge/client/gui/map/IMapDecorationRenderer +instanceKlass com/simibubi/create/foundation/events/CommonEvents$ModBusEvents +instanceKlass net/createmod/catnip/render/SuperRenderTypeBuffer +instanceKlass com/simibubi/create/foundation/events/ClientEvents +instanceKlass com/simibubi/create/foundation/events/InputEvents +instanceKlass com/simibubi/create/foundation/render/RenderTypes$Shaders +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/edgeInteraction/EdgeInteractionHandler +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/BehaviourType +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsInputHandler +instanceKlass net/minecraft/gametest/framework/GameTestGenerator +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestRegressions +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestProcessing +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestMisc +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestItems +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestFluids +instanceKlass com/simibubi/create/infrastructure/gametest/tests/TestContraptions +instanceKlass com/simibubi/create/infrastructure/gametest/CreateGameTests +instanceKlass net/createmod/catnip/registry/RegisteredObjectsHelper +instanceKlass com/simibubi/create/infrastructure/RemapHelper +instanceKlass com/simibubi/create/infrastructure/gui/OpenCreateMenuButton$OpenConfigButtonHandler +instanceKlass com/simibubi/create/compat/trainmap/TrainMapEvents +instanceKlass @bci com/simibubi/create/compat/pojav/PojavChecker ()V 16 argL0 ; # com/simibubi/create/compat/pojav/PojavChecker$$Lambda+0x000001d6841f1b90 +instanceKlass com/simibubi/create/compat/pojav/PojavChecker +instanceKlass @bci com/simibubi/create/compat/sodium/SodiumCompat init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/simibubi/create/compat/sodium/SodiumCompat$$Lambda+0x000001d6841f0440 +instanceKlass com/simibubi/create/compat/sodium/SodiumCompat +instanceKlass @bci com/simibubi/create/CreateClient lambda$onCtorClient$3 (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841f0220 +instanceKlass @bci com/simibubi/create/CreateClient onCtorClient (Lnet/neoforged/bus/api/IEventBus;)V 68 member ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841f0000 +instanceKlass com/simibubi/create/compat/ftb/FTBIntegration +instanceKlass @bci com/simibubi/create/CreateClient lambda$onCtorClient$1 (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841ecc50 +instanceKlass @bci com/simibubi/create/CreateClient onCtorClient (Lnet/neoforged/bus/api/IEventBus;)V 55 member ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841eca30 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ShootableGadgetRenderHandler registerListeners (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # com/simibubi/create/content/equipment/zapper/ShootableGadgetRenderHandler$$Lambda+0x000001d6841ec800 +instanceKlass @bci com/simibubi/create/foundation/model/ModelSwapper registerListeners (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # com/simibubi/create/foundation/model/ModelSwapper$$Lambda+0x000001d6841edc48 +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 569 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841eda30 +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 451 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841ed818 +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 437 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841efc98 +instanceKlass dev/engine_room/flywheel/api/layout/MatrixElementType +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 304 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841ef638 +instanceKlass dev/engine_room/flywheel/lib/transform/Affine +instanceKlass dev/engine_room/flywheel/lib/transform/Scale +instanceKlass dev/engine_room/flywheel/lib/transform/Rotate +instanceKlass dev/engine_room/flywheel/lib/transform/Translate +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 290 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841ebac0 +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 145 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841eb8a8 +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 131 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841eb378 +instanceKlass @cpi com/simibubi/create/foundation/render/AllInstanceTypes 362 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6841ec000 +instanceKlass dev/engine_room/flywheel/api/instance/InstanceWriter +instanceKlass dev/engine_room/flywheel/impl/layout/LayoutImpl +instanceKlass dev/engine_room/flywheel/api/layout/ScalarElementType +instanceKlass dev/engine_room/flywheel/api/layout/Layout$Element +instanceKlass dev/engine_room/flywheel/api/layout/VectorElementType +instanceKlass dev/engine_room/flywheel/api/layout/ElementType +instanceKlass dev/engine_room/flywheel/api/layout/Layout +instanceKlass dev/engine_room/flywheel/impl/layout/LayoutBuilderImpl +instanceKlass dev/engine_room/flywheel/lib/instance/SimpleInstanceType$Builder +instanceKlass dev/engine_room/flywheel/lib/instance/SimpleInstanceType +instanceKlass @bci com/simibubi/create/foundation/render/AllInstanceTypes ()V 0 argL0 ; # com/simibubi/create/foundation/render/AllInstanceTypes$$Lambda+0x000001d6841e8918 +instanceKlass dev/engine_room/flywheel/lib/instance/AbstractInstance +instanceKlass dev/engine_room/flywheel/lib/instance/FlatLit +instanceKlass dev/engine_room/flywheel/api/instance/InstanceHandle +instanceKlass dev/engine_room/flywheel/lib/instance/SimpleInstanceType$Factory +instanceKlass dev/engine_room/flywheel/api/instance/InstanceType +instanceKlass dev/engine_room/flywheel/api/layout/ValueRepr +instanceKlass com/simibubi/create/foundation/render/AllInstanceTypes +instanceKlass @bci com/simibubi/create/CreateClient onCtorClient (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841e5480 +instanceKlass @bci com/simibubi/create/CreateClient onCtorClient (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # com/simibubi/create/CreateClient$$Lambda+0x000001d6841e5258 +instanceKlass com/simibubi/create/foundation/ClientResourceReloadListener +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsClient +instanceKlass com/simibubi/create/content/equipment/bell/SoulPulseEffectHandler +instanceKlass com/simibubi/create/content/contraptions/glue/SuperGlueSelectionHandler +instanceKlass com/simibubi/create/content/schematics/client/SchematicAndQuillHandler +instanceKlass @bci net/createmod/catnip/animation/LerpedFloat angular ()Lnet/createmod/catnip/animation/LerpedFloat; 4 argL0 ; # net/createmod/catnip/animation/LerpedFloat$$Lambda+0x000001d6841e6000 +instanceKlass @cpi net/createmod/catnip/animation/LerpedFloat$Chaser 55 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6841e4400 +instanceKlass net/createmod/catnip/math/AngleHelper +instanceKlass @bci net/createmod/catnip/animation/LerpedFloat linear ()Lnet/createmod/catnip/animation/LerpedFloat; 4 argL0 ; # net/createmod/catnip/animation/LerpedFloat$$Lambda+0x000001d6841e3ae8 +instanceKlass @cpi net/createmod/catnip/animation/LerpedFloat 52 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6841e4000 +instanceKlass net/createmod/catnip/animation/LerpedFloat$Interpolator +instanceKlass net/createmod/catnip/animation/LerpedFloat +instanceKlass com/simibubi/create/content/schematics/client/SchematicTransformation +instanceKlass @bci net/minecraft/client/gui/screens/Screen (Lnet/minecraft/network/chat/Component;)V 111 member ; # net/minecraft/client/gui/screens/Screen$$Lambda+0x000001d6841e3198 +instanceKlass @bci net/minecraft/client/gui/narration/ScreenNarrationCollector ()V 13 argL0 ; # net/minecraft/client/gui/narration/ScreenNarrationCollector$$Lambda+0x000001d6841e2f60 +instanceKlass @bci net/minecraft/client/gui/narration/ScreenNarrationCollector ()V 5 argL0 ; # net/minecraft/client/gui/narration/ScreenNarrationCollector$$Lambda+0x000001d6841e2d28 +instanceKlass net/minecraft/client/gui/narration/ScreenNarrationCollector$EntryKey +instanceKlass net/minecraft/client/gui/narration/ScreenNarrationCollector +instanceKlass @bci com/simibubi/create/content/schematics/client/SchematicHandler ()V 42 member ; # com/simibubi/create/content/schematics/client/SchematicHandler$$Lambda+0x000001d6841e2498 +instanceKlass net/createmod/catnip/outliner/Outline$OutlineParams +instanceKlass net/createmod/catnip/outliner/Outline +instanceKlass com/simibubi/create/content/schematics/client/tools/SchematicToolBase +instanceKlass com/simibubi/create/content/schematics/client/tools/ISchematicTool +instanceKlass com/simibubi/create/content/schematics/client/SchematicHotbarSlotOverlay +instanceKlass com/simibubi/create/content/schematics/client/SchematicRenderer +instanceKlass net/createmod/catnip/levelWrappers/SchematicLevelAccessor +instanceKlass com/simibubi/create/content/schematics/client/SchematicHandler +instanceKlass @bci com/simibubi/create/content/schematics/client/ClientSchematicLoader refresh ()V 103 argL0 ; # com/simibubi/create/content/schematics/client/ClientSchematicLoader$$Lambda+0x000001d6841daee8 +instanceKlass @bci com/simibubi/create/content/schematics/client/ClientSchematicLoader refresh ()V 34 member ; # com/simibubi/create/content/schematics/client/ClientSchematicLoader$$Lambda+0x000001d6841dacb8 +instanceKlass @bci com/simibubi/create/content/schematics/client/ClientSchematicLoader refresh ()V 23 argL0 ; # com/simibubi/create/content/schematics/client/ClientSchematicLoader$$Lambda+0x000001d6841daa70 +instanceKlass com/simibubi/create/foundation/utility/FilesHelper +instanceKlass com/simibubi/create/foundation/utility/CreatePaths +instanceKlass com/simibubi/create/content/schematics/client/ClientSchematicLoader +instanceKlass com/simibubi/create/foundation/item/render/CustomItemModels +instanceKlass com/simibubi/create/foundation/block/render/CustomBlockModels +instanceKlass com/simibubi/create/foundation/model/ModelSwapper +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 239 member ; # com/simibubi/create/Create$$Lambda+0x000001d6841d9bd0 +instanceKlass @bci com/simibubi/create/compat/curios/Curios lambda$init$4 (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d99a8 +instanceKlass com/simibubi/create/compat/curios/CuriosRenderers +instanceKlass @bci com/simibubi/create/compat/curios/Curios lambda$init$5 (Lnet/neoforged/bus/api/IEventBus;)Ljava/lang/Runnable; 1 member ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d9588 +instanceKlass @bci com/simibubi/create/compat/curios/Curios init (Lnet/neoforged/bus/api/IEventBus;)V 31 member ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d9368 +instanceKlass @bci com/simibubi/create/content/equipment/armor/BacktankUtil ()V 10 argL0 ; # com/simibubi/create/content/equipment/armor/BacktankUtil$$Lambda+0x000001d6841d9130 +instanceKlass com/simibubi/create/content/equipment/armor/BacktankUtil +instanceKlass @bci com/simibubi/create/compat/curios/Curios init (Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d8cf8 +instanceKlass @bci com/simibubi/create/content/equipment/goggles/GogglesItem ()V 10 argL0 ; # com/simibubi/create/content/equipment/goggles/GogglesItem$$Lambda+0x000001d6841d8ab0 +instanceKlass @bci com/simibubi/create/compat/curios/Curios init (Lnet/neoforged/bus/api/IEventBus;)V 11 argL0 ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d8868 +instanceKlass @bci com/simibubi/create/compat/curios/Curios init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/simibubi/create/compat/curios/Curios$$Lambda+0x000001d6841d8640 +instanceKlass com/simibubi/create/compat/curios/Curios +instanceKlass @bci com/simibubi/create/Create lambda$onCtor$2 (Lnet/neoforged/bus/api/IEventBus;)Ljava/lang/Runnable; 1 member ; # com/simibubi/create/Create$$Lambda+0x000001d6841d8220 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 227 member ; # com/simibubi/create/Create$$Lambda+0x000001d6841d8000 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 213 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d7c90 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 202 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d7a68 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 188 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d7840 +instanceKlass com/simibubi/create/infrastructure/data/CreateDatagen +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 174 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d7418 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 163 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d71f0 +instanceKlass @bci com/simibubi/create/Create onCtor (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 152 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d6841d6fc8 +instanceKlass @bci com/simibubi/create/compat/computercraft/ComputerCraftProxy register ()V 11 argL0 ; # com/simibubi/create/compat/computercraft/ComputerCraftProxy$$Lambda+0x000001d6841d6db0 +instanceKlass @bci com/simibubi/create/compat/computercraft/ComputerCraftProxy register ()V 0 argL0 ; # com/simibubi/create/compat/computercraft/ComputerCraftProxy$$Lambda+0x000001d6841d6b78 +instanceKlass com/simibubi/create/compat/computercraft/ComputerCraftProxy +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle$Builder build ()Lcom/simibubi/create/content/trains/bogey/BogeyStyle; 65 argL0 ; # com/simibubi/create/content/trains/bogey/BogeyStyle$Builder$$Lambda+0x000001d6841d61e0 +instanceKlass @bci com/simibubi/create/AllBogeyStyles lambda$static$0 ()Lcom/simibubi/create/content/trains/bogey/BogeyStyle$SizeRenderer; 11 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d5fc8 +instanceKlass @bci com/simibubi/create/AllBogeyStyles lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d5928 +instanceKlass @bci com/simibubi/create/AllBogeyStyles lambda$static$2 ()Lcom/simibubi/create/content/trains/bogey/BogeyStyle$SizeRenderer; 11 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d5710 +instanceKlass com/simibubi/create/content/trains/bogey/StandardBogeyVisual +instanceKlass com/simibubi/create/content/trains/bogey/BogeyVisual +instanceKlass com/simibubi/create/content/trains/bogey/BogeyVisualizer +instanceKlass com/simibubi/create/content/trains/bogey/StandardBogeyRenderer +instanceKlass @bci com/simibubi/create/AllBogeyStyles lambda$static$3 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d47f8 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle lambda$new$1 (Ljava/util/Map;)V 13 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$$Lambda+0x000001d6841d43c0 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle lambda$new$2 (Ljava/util/Map;)Ljava/lang/Runnable; 2 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$$Lambda+0x000001d6841d41a0 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/network/chat/Component;Ljava/util/function/Supplier;Lnet/minecraft/core/particles/ParticleOptions;Lnet/minecraft/core/particles/ParticleOptions;Lnet/minecraft/nbt/CompoundTag;Ljava/util/Map;Ljava/util/Map;)V 55 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$$Lambda+0x000001d6841d3f80 +instanceKlass @bci com/simibubi/create/AllBogeyStyles ()V 70 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d3d68 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle$Builder lambda$size$1 (Lcom/simibubi/create/content/trains/bogey/BogeySizes$BogeySize;Ljava/util/function/Supplier;)Ljava/lang/Runnable; 3 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$Builder$$Lambda+0x000001d6841d3b48 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle$Builder size (Lcom/simibubi/create/content/trains/bogey/BogeySizes$BogeySize;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Lcom/simibubi/create/content/trains/bogey/BogeyStyle$Builder; 18 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$Builder$$Lambda+0x000001d6841d3928 +instanceKlass @bci com/simibubi/create/AllBogeyStyles ()V 56 argL0 ; # com/simibubi/create/AllBogeyStyles$$Lambda+0x000001d6841d3710 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeyStyle$Builder (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 37 member ; # com/simibubi/create/content/trains/bogey/BogeyStyle$Builder$$Lambda+0x000001d6841d34f0 +instanceKlass com/simibubi/create/content/trains/bogey/BogeyStyle +instanceKlass net/createmod/catnip/lang/LangBuilder +instanceKlass com/simibubi/create/content/trains/bogey/BogeyStyle$Builder +instanceKlass com/simibubi/create/content/trains/bogey/BogeyRenderer +instanceKlass com/simibubi/create/AllBogeyStyles +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes register (Lcom/simibubi/create/content/trains/bogey/BogeySizes$BogeySize;)V 75 argL0 ; # com/simibubi/create/content/trains/bogey/BogeySizes$$Lambda+0x000001d6841d25a0 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes register (Lcom/simibubi/create/content/trains/bogey/BogeySizes$BogeySize;)V 59 argL0 ; # com/simibubi/create/content/trains/bogey/BogeySizes$$Lambda+0x000001d6841d2368 +instanceKlass com/simibubi/create/content/trains/bogey/BogeySizes +instanceKlass @bci com/simibubi/create/AllSchematicStateFilters registerDefaults ()V 6 argL0 ; # com/simibubi/create/AllSchematicStateFilters$$Lambda+0x000001d6841d1d48 +instanceKlass com/simibubi/create/api/schematic/state/SchematicStateFilterRegistry$StateFilter +instanceKlass com/simibubi/create/api/schematic/state/SchematicStateFilterRegistry +instanceKlass com/simibubi/create/AllSchematicStateFilters +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/AllPackagePortTargetTypes ()V 32 argL0 ; # com/simibubi/create/content/logistics/packagePort/AllPackagePortTargetTypes$$Lambda+0x000001d6841d1538 +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortTarget$TrainStationFrogportTarget$Type +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/AllPackagePortTargetTypes ()V 16 argL0 ; # com/simibubi/create/content/logistics/packagePort/AllPackagePortTargetTypes$$Lambda+0x000001d6841d10f0 +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortTarget$ChainConveyorFrogportTarget$Type +instanceKlass com/simibubi/create/content/logistics/packagePort/AllPackagePortTargetTypes +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Lnet/neoforged/fml/ModLoadingContext;Lnet/neoforged/fml/ModContainer;)V 150 member ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841d0a90 +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Lnet/neoforged/fml/ModLoadingContext;Lnet/neoforged/fml/ModContainer;)V 131 member ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841d0860 +instanceKlass @bci com/simibubi/create/infrastructure/config/CStress registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 87 member ; # com/simibubi/create/infrastructure/config/CStress$$Lambda+0x000001d6841d0630 +instanceKlass @bci com/simibubi/create/infrastructure/config/CStress registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 36 member ; # com/simibubi/create/infrastructure/config/CStress$$Lambda+0x000001d6841d0400 +instanceKlass com/simibubi/create/infrastructure/config/CStress$Comments +instanceKlass com/simibubi/create/infrastructure/config/CTrains$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 224 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841cfd90 +instanceKlass com/simibubi/create/infrastructure/config/CEquipment$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 197 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841cf708 +instanceKlass com/simibubi/create/infrastructure/config/CSchematics$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 170 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841cf080 +instanceKlass com/simibubi/create/infrastructure/config/CLogistics$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 143 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841ce9f8 +instanceKlass com/google/common/base/Predicates$NotPredicate +instanceKlass @bci com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode ()V 73 member ; # com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode$$Lambda+0x000001d6841ce318 +instanceKlass @bci com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode ()V 47 member ; # com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode$$Lambda+0x000001d6841ce0c8 +instanceKlass com/simibubi/create/infrastructure/config/CFluids$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 116 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841cd9b0 +instanceKlass @bci com/simibubi/create/infrastructure/config/CKinetics ()V 1120 argL0 ; # com/simibubi/create/infrastructure/config/CKinetics$$Lambda+0x000001d6841cd2a0 +instanceKlass com/simibubi/create/infrastructure/config/CKinetics$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 89 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841ccaa8 +instanceKlass com/simibubi/create/infrastructure/config/CRecipes$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CServer ()V 62 argL0 ; # com/simibubi/create/infrastructure/config/CServer$$Lambda+0x000001d6841cbfa0 +instanceKlass com/simibubi/create/infrastructure/config/CServer$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Lnet/neoforged/fml/ModLoadingContext;Lnet/neoforged/fml/ModContainer;)V 34 argL0 ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841cb918 +instanceKlass com/simibubi/create/infrastructure/config/CWorldGen$Comments +instanceKlass com/simibubi/create/infrastructure/config/CCommon$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/CCommon ()V 7 argL0 ; # com/simibubi/create/infrastructure/config/CCommon$$Lambda+0x000001d6841cb090 +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Lnet/neoforged/fml/ModLoadingContext;Lnet/neoforged/fml/ModContainer;)V 17 argL0 ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841cac08 +instanceKlass com/simibubi/create/infrastructure/config/CClient$Comments +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Lnet/createmod/catnip/config/ConfigBase; 8 member ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841c9d18 +instanceKlass @bci com/simibubi/create/infrastructure/config/AllConfigs register (Lnet/neoforged/fml/ModLoadingContext;Lnet/neoforged/fml/ModContainer;)V 0 argL0 ; # com/simibubi/create/infrastructure/config/AllConfigs$$Lambda+0x000001d6841c9b00 +instanceKlass com/simibubi/create/infrastructure/config/AllConfigs +instanceKlass @bci com/simibubi/create/AllMapDecorationTypes ()V 16 argL0 ; # com/simibubi/create/AllMapDecorationTypes$$Lambda+0x000001d6841c8fb8 +instanceKlass com/simibubi/create/AllMapDecorationTypes +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 799 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c8b68 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 785 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c8918 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 771 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c86c8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 757 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c8478 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 743 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c8228 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData ()V 27 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c8000 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData ()V 22 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c7ce0 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData ()V 14 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c7aa8 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c7880 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c7648 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c7410 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData ()V 0 argL0 ; # com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData$$Lambda+0x000001d6841c71d8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 729 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c6d80 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 715 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c6b30 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 62 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c68c8 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 57 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c6690 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 46 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c6458 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 38 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c6220 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 30 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5fe8 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 22 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5db0 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 14 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5b78 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5910 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c56d8 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c54a0 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5268 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c5030 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c4df8 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c4bc0 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData ()V 0 argL0 ; # com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData$$Lambda+0x000001d6841c4988 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 701 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c4530 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 687 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c42e0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 673 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c4090 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 659 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c3e40 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList ()V 41 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c3c08 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList ()V 36 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c39d0 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList ()V 28 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c3798 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList ()V 20 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c3560 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c3328 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c30f0 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c2eb8 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c2c80 +instanceKlass @bci net/createmod/catnip/data/IntAttached lambda$codec$1 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d6841c2a58 +instanceKlass @bci net/createmod/catnip/data/IntAttached lambda$codec$1 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d6841c2820 +instanceKlass @bci net/createmod/catnip/data/IntAttached lambda$codec$1 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d6841c25e8 +instanceKlass @bci net/createmod/catnip/data/IntAttached codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d6841c23a8 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList ()V 0 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList$$Lambda+0x000001d6841c2170 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 645 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841c1d18 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 51 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c1ac0 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 46 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c1888 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 38 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c1650 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 30 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c1418 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 22 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c11e0 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 14 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0fa8 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0d50 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0b18 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c08e0 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c06a8 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0470 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0238 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData ()V 0 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData$$Lambda+0x000001d6841c0000 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 631 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bfab0 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions ()V 35 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bf878 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions ()V 30 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bf640 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions ()V 22 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bf408 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions ()V 14 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bf1d0 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bef98 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841bed60 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841beb28 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841be8f0 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions ()V 0 argL0 ; # com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions$$Lambda+0x000001d6841be6b8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 617 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841be268 +instanceKlass @bci com/simibubi/create/content/fluids/potion/PotionFluid$BottleType ()V 45 argL0 ; # com/simibubi/create/content/fluids/potion/PotionFluid$BottleType$$Lambda+0x000001d6841be050 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 603 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bd990 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 589 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bd740 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 575 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bd4f0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 561 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bd2a0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 547 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bd050 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly ()V 35 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bce18 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly ()V 30 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bcbe0 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly ()V 22 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bc9a8 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly ()V 14 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bc770 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bc538 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bc300 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bc0c8 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bbe90 +instanceKlass @bci com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly ()V 0 argL0 ; # com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly$$Lambda+0x000001d6841bbc58 +instanceKlass com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 533 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bb4d0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 519 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841bb280 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 52 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841bb048 +instanceKlass com/simibubi/create/foundation/item/ItemHelper +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 47 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841bac10 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 30 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841ba9e8 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 25 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841ba7b0 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 14 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841ba578 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841ba350 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841ba118 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841b9ee0 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots maxSizeCodec (I)Lcom/mojang/serialization/Codec; 4 member ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b9ca8 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots ()V 38 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b9a80 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots ()V 33 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b9848 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots ()V 25 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b9610 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots ()V 11 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b93f8 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b91d0 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b8f98 +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b8d60 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs boundedIntStr (I)Lcom/mojang/serialization/Codec; 4 member ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b8b28 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b88f0 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b86b8 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b8480 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld ()V 11 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b8248 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b8000 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b7cd8 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b7aa0 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b7868 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld validatedType (Ljava/lang/String;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 22 member ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b7628 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld validatedType (Ljava/lang/String;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 4 member ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b73e8 +instanceKlass @bci com/simibubi/create/foundation/fluid/FluidIngredientOld ()V 0 argL0 ; # com/simibubi/create/foundation/fluid/FluidIngredientOld$$Lambda+0x000001d6841b71b0 +instanceKlass com/simibubi/create/foundation/fluid/FluidIngredientOld +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b6d78 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b6b40 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs optionalFieldAlwaysWrite (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/Object;)Lcom/mojang/serialization/MapCodec; 13 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d6841b6908 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs optionalFieldAlwaysWrite (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/Object;)Lcom/mojang/serialization/MapCodec; 8 member ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d6841b66c8 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b6490 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient$1 ()V 27 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$1$$Lambda+0x000001d6841b6278 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient$1 ()V 11 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$1$$Lambda+0x000001d6841b6040 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient$1 ()V 6 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$1$$Lambda+0x000001d6841b5e08 +instanceKlass net/neoforged/neoforge/fluids/crafting/FluidIngredient$1 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient codec (Z)Lcom/mojang/serialization/Codec; 22 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b5910 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient codec (Z)Lcom/mojang/serialization/Codec; 17 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b56d8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient codec (Z)Lcom/mojang/serialization/Codec; 1 member ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b54c0 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient ()V 43 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b5288 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient makeMapCodec ()Lcom/mojang/serialization/MapCodec; 37 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b5050 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient makeMapCodec ()Lcom/mojang/serialization/MapCodec; 29 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b4e18 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient makeMapCodec ()Lcom/mojang/serialization/MapCodec; 24 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b4be0 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient makeMapCodec ()Lcom/mojang/serialization/MapCodec; 13 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b49a8 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient makeMapCodec ()Lcom/mojang/serialization/MapCodec; 8 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b4770 +instanceKlass @bci net/neoforged/neoforge/fluids/crafting/FluidIngredient ()V 3 argL0 ; # net/neoforged/neoforge/fluids/crafting/FluidIngredient$$Lambda+0x000001d6841b4538 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b3870 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 62 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b3638 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 51 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b3400 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs doubleRangeWithMessage (DDLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 7 member ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b31c0 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 36 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b2f88 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 21 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b2d70 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 8 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b2b38 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs ()V 3 argL0 ; # com/simibubi/create/foundation/codec/CreateCodecs$$Lambda+0x000001d6841b2900 +instanceKlass com/simibubi/create/foundation/codec/CreateCodecs +instanceKlass @bci com/simibubi/create/foundation/item/ItemSlots ()V 0 argL0 ; # com/simibubi/create/foundation/item/ItemSlots$$Lambda+0x000001d6841b24c8 +instanceKlass com/simibubi/create/foundation/item/ItemSlots +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxInventory ()V 0 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxInventory$$Lambda+0x000001d6841b2058 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 505 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b18b0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 491 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b1660 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 477 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b1410 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 463 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b11c0 +instanceKlass @bci com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent ()V 19 argL0 ; # com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent$$Lambda+0x000001d6841b0f88 +instanceKlass @bci com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent ()V 14 argL0 ; # com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent$$Lambda+0x000001d6841b0d50 +instanceKlass @bci com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent$$Lambda+0x000001d6841b0b18 +instanceKlass @bci com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent$$Lambda+0x000001d6841b08e0 +instanceKlass @bci com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent ()V 0 argL0 ; # com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent$$Lambda+0x000001d6841b06a8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 449 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b0250 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 435 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841b0000 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 421 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841afbd8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 407 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841af988 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 393 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841af738 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 379 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841af4e8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 365 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841af298 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 351 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841af048 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 337 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841aedf8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 323 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841aeba8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 309 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ae958 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 295 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ae708 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 281 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ae4b8 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 267 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ae268 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 43 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ae020 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 38 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841adde8 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 30 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841adbb0 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 22 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ad978 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 14 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ad740 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ad4f8 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ad2c0 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ad088 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ace50 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841acc18 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom ()V 0 argL0 ; # com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom$$Lambda+0x000001d6841ac9e0 +instanceKlass com/simibubi/create/content/trains/track/TrackPlacement +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 253 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ac388 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 239 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841ac138 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry ()V 27 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841abf10 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry ()V 22 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841abcd8 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry ()V 14 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841abaa0 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841ab878 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841ab640 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841ab408 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute ()V 37 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$$Lambda+0x000001d6841ab1d0 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute ()V 32 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$$Lambda+0x000001d6841aaf98 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute ()V 13 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$$Lambda+0x000001d6841aad60 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute ()V 8 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$$Lambda+0x000001d6841aab28 +instanceKlass @bci com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry ()V 0 argL0 ; # com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry$$Lambda+0x000001d6841aa8f0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 225 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841aa498 +instanceKlass @bci com/simibubi/create/content/logistics/filter/AttributeFilterWhitelistMode ()V 45 argL0 ; # com/simibubi/create/content/logistics/filter/AttributeFilterWhitelistMode$$Lambda+0x000001d6841aa280 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 211 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a9bc0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 197 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a9970 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 183 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a9720 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 169 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a94d0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 155 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a9280 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 141 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a9030 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 127 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a8de0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 113 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a8b90 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 99 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a8940 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 85 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a86f0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 71 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a84a0 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 57 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a8250 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 43 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a8000 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 29 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a4400 +instanceKlass @bci com/simibubi/create/AllDataComponents register (Ljava/lang/String;Ljava/util/function/UnaryOperator;)Lnet/minecraft/core/component/DataComponentType; 21 member ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a4c50 +instanceKlass @bci com/simibubi/create/AllDataComponents ()V 15 argL0 ; # com/simibubi/create/AllDataComponents$$Lambda+0x000001d6841a4a00 +instanceKlass com/simibubi/create/AllDataComponents +instanceKlass @bci com/simibubi/create/AllAttachmentTypes ()V 16 argL0 ; # com/simibubi/create/AllAttachmentTypes$$Lambda+0x000001d6841a5c78 +instanceKlass com/simibubi/create/AllAttachmentTypes +instanceKlass com/simibubi/create/foundation/recipe/AllIngredients +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/AllPlacementModifiers ()V 16 argL0 ; # com/simibubi/create/infrastructure/worldgen/AllPlacementModifiers$$Lambda+0x000001d6841a5660 +instanceKlass com/simibubi/create/infrastructure/worldgen/AllPlacementModifiers +instanceKlass @bci com/simibubi/create/infrastructure/worldgen/AllFeatures ()V 16 argL0 ; # com/simibubi/create/infrastructure/worldgen/AllFeatures$$Lambda+0x000001d6841a5248 +instanceKlass com/simibubi/create/infrastructure/worldgen/AllFeatures +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShopUpdatePacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShopUpdatePacket$$Lambda+0x000001d6841a7908 +instanceKlass @bci com/simibubi/create/content/logistics/tableCloth/ShopUpdatePacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/tableCloth/ShopUpdatePacket$$Lambda+0x000001d6841a76d0 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket ()V 16 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket$$Lambda+0x000001d6841a71e0 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket ()V 11 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket$$Lambda+0x000001d6841a6fa8 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket ()V 0 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket$$Lambda+0x000001d6841a6d90 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSyncPacket ()V 25 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSyncPacket$$Lambda+0x000001d6841a68d0 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSyncPacket ()V 20 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSyncPacket$$Lambda+0x000001d6841a6698 +instanceKlass @bci net/createmod/catnip/data/Pair streamCodec (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 12 argL0 ; # net/createmod/catnip/data/Pair$$Lambda+0x000001d6841a6470 +instanceKlass @bci net/createmod/catnip/data/Pair streamCodec (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 7 argL0 ; # net/createmod/catnip/data/Pair$$Lambda+0x000001d6841a6238 +instanceKlass @bci net/createmod/catnip/data/Pair streamCodec (Lnet/minecraft/network/codec/StreamCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/createmod/catnip/data/Pair$$Lambda+0x000001d6841a6000 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 97 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a3cb0 +instanceKlass @cpi com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry 281 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6841a4000 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 92 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a3a78 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 81 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a3840 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 73 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a3608 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 65 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a33d0 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 57 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a3198 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 49 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a2f60 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 41 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a2d28 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 33 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a26c0 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 25 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a2058 +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry ()V 8 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry$$Lambda+0x000001d6841a1e20 +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSync +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecBuilders$4 +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSync$TrainMapSyncEntry +instanceKlass @bci com/simibubi/create/compat/trainmap/TrainMapSyncPacket ()V 3 argL0 ; # com/simibubi/create/compat/trainmap/TrainMapSyncPacket$$Lambda+0x000001d6841a1508 +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSyncPacket +instanceKlass @bci com/simibubi/create/content/equipment/tool/KnockbackPacket ()V 16 argL0 ; # com/simibubi/create/content/equipment/tool/KnockbackPacket$$Lambda+0x000001d6841a1030 +instanceKlass @bci com/simibubi/create/content/equipment/tool/KnockbackPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/tool/KnockbackPacket$$Lambda+0x000001d6841a0df8 +instanceKlass @bci com/simibubi/create/content/equipment/tool/KnockbackPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/tool/KnockbackPacket$$Lambda+0x000001d6841a0bc0 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket$$Lambda+0x000001d6841a0708 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket$$Lambda+0x000001d6841a04d0 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket$$Lambda+0x000001d6841a0298 +instanceKlass @bci com/simibubi/create/content/logistics/packagerLink/WiFiEffectPacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/packagerLink/WiFiEffectPacket$$Lambda+0x000001d68419c400 +instanceKlass @bci com/simibubi/create/content/logistics/packagerLink/WiFiEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/packagerLink/WiFiEffectPacket$$Lambda+0x000001d68419ccd0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket ()V 24 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket$$Lambda+0x000001d68419c800 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket$$Lambda+0x000001d68419ddb0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket$$Lambda+0x000001d68419db78 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket$$Lambda+0x000001d68419d940 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket ()V 27 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket$$Lambda+0x000001d68419d470 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket ()V 22 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket$$Lambda+0x000001d68419d238 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket$$Lambda+0x000001d68419d000 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket$$Lambda+0x000001d68419fc18 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageDestroyPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/box/PackageDestroyPacket$$Lambda+0x000001d68419f758 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageDestroyPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/box/PackageDestroyPacket$$Lambda+0x000001d68419f520 +instanceKlass @bci com/simibubi/create/content/logistics/box/PackageDestroyPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/box/PackageDestroyPacket$$Lambda+0x000001d68419f2e8 +instanceKlass @bci com/simibubi/create/infrastructure/debugInfo/ServerDebugInfoPacket ()V 8 argL0 ; # com/simibubi/create/infrastructure/debugInfo/ServerDebugInfoPacket$$Lambda+0x000001d68419ee18 +instanceKlass @bci com/simibubi/create/infrastructure/debugInfo/ServerDebugInfoPacket ()V 3 argL0 ; # com/simibubi/create/infrastructure/debugInfo/ServerDebugInfoPacket$$Lambda+0x000001d68419ebe0 +instanceKlass @bci com/simibubi/create/compat/computercraft/AttachedComputerPacket ()V 16 argL0 ; # com/simibubi/create/compat/computercraft/AttachedComputerPacket$$Lambda+0x000001d68419e720 +instanceKlass @bci com/simibubi/create/compat/computercraft/AttachedComputerPacket ()V 11 argL0 ; # com/simibubi/create/compat/computercraft/AttachedComputerPacket$$Lambda+0x000001d68419e4e8 +instanceKlass @bci com/simibubi/create/compat/computercraft/AttachedComputerPacket ()V 3 argL0 ; # com/simibubi/create/compat/computercraft/AttachedComputerPacket$$Lambda+0x000001d68419e2b0 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$$Lambda+0x000001d68419bd78 +instanceKlass @cpi com/simibubi/create/content/contraptions/ContraptionColliderLockPacket 129 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68419c000 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$$Lambda+0x000001d68419bb40 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$$Lambda+0x000001d68419b908 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$$Lambda+0x000001d68419b6d0 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket$$Lambda+0x000001d68419b498 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket$$Lambda+0x000001d68419b260 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket$$Lambda+0x000001d68419b028 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket$$Lambda+0x000001d68419adf0 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket ()V 25 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$$Lambda+0x000001d68419a930 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket ()V 20 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$$Lambda+0x000001d68419a6f8 +instanceKlass @bci net/createmod/catnip/data/IntAttached streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 14 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d68419a4d0 +instanceKlass @bci net/createmod/catnip/data/IntAttached streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 9 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d68419a298 +instanceKlass @bci net/createmod/catnip/data/IntAttached streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 3 argL0 ; # net/createmod/catnip/data/IntAttached$$Lambda+0x000001d68419a060 +instanceKlass @bci net/createmod/catnip/data/Couple streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 12 argL0 ; # net/createmod/catnip/data/Couple$$Lambda+0x000001d684199bc0 +instanceKlass @bci net/createmod/catnip/data/Couple streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 7 argL0 ; # net/createmod/catnip/data/Couple$$Lambda+0x000001d684199988 +instanceKlass @bci net/createmod/catnip/data/Couple streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/createmod/catnip/data/Couple$$Lambda+0x000001d684199750 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$$Lambda+0x000001d684199518 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$ClientBoundRequest ()V 8 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$ClientBoundRequest$$Lambda+0x000001d6841992e0 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$ClientBoundRequest ()V 3 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$ClientBoundRequest$$Lambda+0x000001d6841990a8 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$ClientBoundRequest ()V 8 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$ClientBoundRequest$$Lambda+0x000001d684198bd8 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$ClientBoundRequest ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$ClientBoundRequest$$Lambda+0x000001d6841989a0 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$ClientBoundRequest ()V 8 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$ClientBoundRequest$$Lambda+0x000001d6841984d0 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$ClientBoundRequest ()V 3 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$ClientBoundRequest$$Lambda+0x000001d684198298 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$$Lambda+0x000001d684194400 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket ()V 6 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$$Lambda+0x000001d684194c60 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry ()V 16 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry$$Lambda+0x000001d684194a38 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry ()V 11 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry$$Lambda+0x000001d684194800 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry ()V 3 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry$$Lambda+0x000001d684195dc0 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionRelocationPacket ()V 8 argL0 ; # com/simibubi/create/content/contraptions/ContraptionRelocationPacket$$Lambda+0x000001d6841956f0 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionRelocationPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionRelocationPacket$$Lambda+0x000001d6841954b8 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainPromptPacket ()V 16 argL0 ; # com/simibubi/create/content/trains/entity/TrainPromptPacket$$Lambda+0x000001d684195000 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainPromptPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/entity/TrainPromptPacket$$Lambda+0x000001d684197d78 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainPromptPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/TrainPromptPacket$$Lambda+0x000001d684197b40 +instanceKlass @bci com/simibubi/create/content/trains/HonkPacket$Clientbound ()V 0 argL0 ; # com/simibubi/create/content/trains/HonkPacket$Clientbound$$Lambda+0x000001d684197680 +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket$Clientbound ()V 0 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$Clientbound$$Lambda+0x000001d684197190 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket$TrainEditReturnPacket ()V 0 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$TrainEditReturnPacket$$Lambda+0x000001d6841969d0 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/RemoveBlockEntityPacket ()V 8 argL0 ; # com/simibubi/create/foundation/blockEntity/RemoveBlockEntityPacket$$Lambda+0x000001d6841964e8 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/RemoveBlockEntityPacket ()V 3 argL0 ; # com/simibubi/create/foundation/blockEntity/RemoveBlockEntityPacket$$Lambda+0x000001d6841962b0 +instanceKlass @bci com/simibubi/create/content/trains/entity/RemoveTrainPacket ()V 8 argL0 ; # com/simibubi/create/content/trains/entity/RemoveTrainPacket$$Lambda+0x000001d684193dc8 +instanceKlass @bci com/simibubi/create/content/trains/entity/RemoveTrainPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/RemoveTrainPacket$$Lambda+0x000001d684193b90 +instanceKlass @bci com/simibubi/create/content/trains/entity/AddTrainPacket ()V 8 argL0 ; # com/simibubi/create/content/trains/entity/AddTrainPacket$$Lambda+0x000001d6841936c0 +instanceKlass @bci com/simibubi/create/content/trains/entity/AddTrainPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/AddTrainPacket$$Lambda+0x000001d684193488 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 73 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684193200 +instanceKlass @cpi com/simibubi/create/content/trains/entity/Train 2172 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684194000 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 68 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684192fc8 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 60 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684192d90 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainIconType ()V 8 argL0 ; # com/simibubi/create/content/trains/entity/TrainIconType$$Lambda+0x000001d684192b58 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainIconType ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/TrainIconType$$Lambda+0x000001d684192920 +instanceKlass com/simibubi/create/content/trains/entity/TrainIconType +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 52 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d6841924c0 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 44 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684192288 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 36 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684192050 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 25 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d684191e18 +instanceKlass @bci com/simibubi/create/content/trains/entity/Carriage ()V 27 argL0 ; # com/simibubi/create/content/trains/entity/Carriage$$Lambda+0x000001d684191be0 +instanceKlass @bci com/simibubi/create/content/trains/entity/Carriage ()V 22 argL0 ; # com/simibubi/create/content/trains/entity/Carriage$$Lambda+0x000001d6841919a8 +instanceKlass @bci com/simibubi/create/content/trains/entity/Carriage ()V 14 argL0 ; # com/simibubi/create/content/trains/entity/Carriage$$Lambda+0x000001d684191770 +instanceKlass @bci com/simibubi/create/content/trains/entity/Carriage ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/Carriage$$Lambda+0x000001d684191538 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageBogey ()V 24 argL0 ; # com/simibubi/create/content/trains/entity/CarriageBogey$$Lambda+0x000001d684191300 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageBogey ()V 19 argL0 ; # com/simibubi/create/content/trains/entity/CarriageBogey$$Lambda+0x000001d6841910c8 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageBogey ()V 11 argL0 ; # com/simibubi/create/content/trains/entity/CarriageBogey$$Lambda+0x000001d684190e90 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageBogey ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/CarriageBogey$$Lambda+0x000001d684190c58 +instanceKlass @bci com/simibubi/create/content/trains/bogey/AbstractBogeyBlock ()V 6 argL0 ; # com/simibubi/create/content/trains/bogey/AbstractBogeyBlock$$Lambda+0x000001d684190a20 +instanceKlass com/simibubi/create/content/trains/entity/CarriageBogey +instanceKlass com/simibubi/create/content/trains/entity/Carriage +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 14 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d6841902b0 +instanceKlass @bci com/simibubi/create/content/trains/entity/Train ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/Train$$Lambda+0x000001d68418cdc8 +instanceKlass com/simibubi/create/content/contraptions/MountedStorageManager +instanceKlass com/simibubi/create/content/trains/entity/Train +instanceKlass @bci com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket ()V 30 argL0 ; # com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket$$Lambda+0x000001d68418dd98 +instanceKlass @bci com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket ()V 25 argL0 ; # com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket$$Lambda+0x000001d68418db60 +instanceKlass @bci com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket ()V 17 argL0 ; # com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket$$Lambda+0x000001d68418d928 +instanceKlass @bci com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket ()V 6 argL0 ; # com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket$$Lambda+0x000001d68418d4b0 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphSyncPacket ()V 5 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphSyncPacket$$Lambda+0x000001d68418d000 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphSyncPacket ()V 0 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphSyncPacket$$Lambda+0x000001d68418fc88 +instanceKlass com/simibubi/create/content/trains/graph/TrackGraphPacket +instanceKlass @bci com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket ()V 16 argL0 ; # com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket$$Lambda+0x000001d68418f4e8 +instanceKlass @bci com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket ()V 11 argL0 ; # com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket$$Lambda+0x000001d68418f2b0 +instanceKlass @bci com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket ()V 3 argL0 ; # com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket$$Lambda+0x000001d68418f078 +instanceKlass @bci com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket ()V 24 argL0 ; # com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket$$Lambda+0x000001d68418eba8 +instanceKlass @bci com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket ()V 19 argL0 ; # com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket$$Lambda+0x000001d68418e970 +instanceKlass @bci com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket$$Lambda+0x000001d68418e738 +instanceKlass @bci com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket$$Lambda+0x000001d68418e500 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 48 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418e000 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 43 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418bc88 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 35 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418ba50 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 27 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418b818 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 19 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418b5e0 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418b3a8 +instanceKlass @bci com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket$$Lambda+0x000001d68418b170 +instanceKlass @bci com/simibubi/create/content/logistics/funnel/FunnelFlapPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/funnel/FunnelFlapPacket$$Lambda+0x000001d68418ace8 +instanceKlass @bci com/simibubi/create/content/logistics/funnel/FunnelFlapPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/funnel/FunnelFlapPacket$$Lambda+0x000001d68418aab0 +instanceKlass @bci com/simibubi/create/content/logistics/funnel/FunnelFlapPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/funnel/FunnelFlapPacket$$Lambda+0x000001d68418a878 +instanceKlass @bci com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket ()V 25 argL0 ; # com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket$$Lambda+0x000001d68418a398 +instanceKlass @bci com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket ()V 20 argL0 ; # com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket$$Lambda+0x000001d68418a160 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecBuilders$2 +instanceKlass @bci com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/tunnel/TunnelFlapPacket$$Lambda+0x000001d684189c60 +instanceKlass com/simibubi/create/foundation/networking/BlockEntityDataPacket +instanceKlass @bci com/simibubi/create/infrastructure/command/HighlightPacket ()V 8 argL0 ; # com/simibubi/create/infrastructure/command/HighlightPacket$$Lambda+0x000001d6841894c0 +instanceKlass @bci com/simibubi/create/infrastructure/command/HighlightPacket ()V 3 argL0 ; # com/simibubi/create/infrastructure/command/HighlightPacket$$Lambda+0x000001d684189288 +instanceKlass @bci com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket ()V 32 argL0 ; # com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket$$Lambda+0x000001d684188da8 +instanceKlass @cpi com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket 134 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68418c000 +instanceKlass @bci com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket ()V 27 argL0 ; # com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket$$Lambda+0x000001d684188b70 +instanceKlass @bci com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket$$Lambda+0x000001d684188938 +instanceKlass @bci com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket$$Lambda+0x000001d684188700 +instanceKlass @bci com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket$$Lambda+0x000001d6841884c8 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 46 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d684188000 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 41 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d684184c30 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage ()V 26 argL0 ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage$$Lambda+0x000001d684184a18 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage ()V 21 argL0 ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage$$Lambda+0x000001d684184800 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage ()V 8 argL0 ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage$$Lambda+0x000001d684185cf0 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage ()V 3 argL0 ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage$$Lambda+0x000001d684185ab8 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 27 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d6841858a0 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 22 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d684185668 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorage ()V 26 argL0 ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorage$$Lambda+0x000001d684185450 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorage ()V 21 argL0 ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorage$$Lambda+0x000001d684185238 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorage ()V 8 argL0 ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorage$$Lambda+0x000001d684185000 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorage ()V 3 argL0 ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorage$$Lambda+0x000001d684187c20 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 8 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d684187a08 +instanceKlass @bci com/simibubi/create/content/contraptions/MountedStorageSyncPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/MountedStorageSyncPacket$$Lambda+0x000001d6841877d0 +instanceKlass @bci com/simibubi/create/content/fluids/transfer/FluidSplashPacket ()V 16 argL0 ; # com/simibubi/create/content/fluids/transfer/FluidSplashPacket$$Lambda+0x000001d684187310 +instanceKlass @bci com/simibubi/create/content/fluids/transfer/FluidSplashPacket ()V 11 argL0 ; # com/simibubi/create/content/fluids/transfer/FluidSplashPacket$$Lambda+0x000001d6841870d8 +instanceKlass net/neoforged/neoforge/fluids/FluidStack$2 +instanceKlass net/neoforged/neoforge/fluids/FluidStack$1 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidStack ()V 43 argL0 ; # net/neoforged/neoforge/fluids/FluidStack$$Lambda+0x000001d684186920 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidStack ()V 38 argL0 ; # net/neoforged/neoforge/fluids/FluidStack$$Lambda+0x000001d6841866e8 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidStack ()V 21 argL0 ; # net/neoforged/neoforge/fluids/FluidStack$$Lambda+0x000001d6841864d0 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidStack ()V 8 argL0 ; # net/neoforged/neoforge/fluids/FluidStack$$Lambda+0x000001d684186298 +instanceKlass @bci com/simibubi/create/content/fluids/transfer/FluidSplashPacket ()V 3 argL0 ; # com/simibubi/create/content/fluids/transfer/FluidSplashPacket$$Lambda+0x000001d684183d88 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket$$Lambda+0x000001d684183b60 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket ()V 14 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket$$Lambda+0x000001d684183928 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket$$Lambda+0x000001d6841836f0 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket$$Lambda+0x000001d684183220 +instanceKlass @cpi com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket 188 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684184400 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket$$Lambda+0x000001d684182fe8 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket$$Lambda+0x000001d684182db0 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket$$Lambda+0x000001d684182b78 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket ()V 35 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket$$Lambda+0x000001d6841826a8 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 22 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684184000 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket ()V 30 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket$$Lambda+0x000001d684182470 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket ()V 22 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket$$Lambda+0x000001d684182238 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket ()V 8 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket$$Lambda+0x000001d684182020 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket$$Lambda+0x000001d684181de8 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/GlueEffectPacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/glue/GlueEffectPacket$$Lambda+0x000001d684181918 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/GlueEffectPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/glue/GlueEffectPacket$$Lambda+0x000001d6841816e0 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/GlueEffectPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/glue/GlueEffectPacket$$Lambda+0x000001d6841814a8 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/GlueEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/glue/GlueEffectPacket$$Lambda+0x000001d684181270 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket$$Lambda+0x000001d684180da0 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket$$Lambda+0x000001d684180b68 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket$$Lambda+0x000001d684180930 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket$$Lambda+0x000001d6841806f8 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket$$Lambda+0x000001d684180238 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket$$Lambda+0x000001d684180000 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 49 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684178c70 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 44 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684178a38 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 33 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684178800 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 22 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684179bb8 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 11 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684179980 +instanceKlass @bci com/simibubi/create/content/contraptions/StructureTransform ()V 3 argL0 ; # com/simibubi/create/content/contraptions/StructureTransform$$Lambda+0x000001d684179748 +instanceKlass com/simibubi/create/content/contraptions/StructureTransform +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket$$Lambda+0x000001d684179298 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 40 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417bd90 +instanceKlass @cpi com/simibubi/create/content/contraptions/ContraptionStallPacket 149 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684178400 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 35 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417bb58 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 27 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417b920 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417b6e8 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417b4b0 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionStallPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionStallPacket$$Lambda+0x000001d68417b278 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ZapperBeamPacket ()V 32 argL0 ; # com/simibubi/create/content/equipment/zapper/ZapperBeamPacket$$Lambda+0x000001d68417ada0 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ZapperBeamPacket ()V 27 argL0 ; # com/simibubi/create/content/equipment/zapper/ZapperBeamPacket$$Lambda+0x000001d68417ab68 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ZapperBeamPacket ()V 19 argL0 ; # com/simibubi/create/content/equipment/zapper/ZapperBeamPacket$$Lambda+0x000001d68417a930 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ZapperBeamPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/zapper/ZapperBeamPacket$$Lambda+0x000001d68417a6f8 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/ZapperBeamPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/zapper/ZapperBeamPacket$$Lambda+0x000001d68417a4c0 +instanceKlass com/simibubi/create/content/equipment/zapper/ShootableGadgetRenderHandler +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket ()V 19 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket$$Lambda+0x000001d68417f538 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket ()V 14 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket$$Lambda+0x000001d68417f300 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket$$Lambda+0x000001d68417f0c8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket$$Lambda+0x000001d68417ec08 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket ()V 14 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket$$Lambda+0x000001d68417e9d0 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryHidingPacket$$Lambda+0x000001d68417e798 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket$$Lambda+0x000001d68417e2b8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket$$Lambda+0x000001d68417e080 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperLockPacket$$Lambda+0x000001d68417de48 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket$$Lambda+0x000001d68417d968 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket$$Lambda+0x000001d68417d730 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryRefundPacket$$Lambda+0x000001d68417d4f8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket$$Lambda+0x000001d68417d018 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket$$Lambda+0x000001d68417cde0 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/StockKeeperCategoryEditPacket$$Lambda+0x000001d68417cba8 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket ()V 35 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket$$Lambda+0x000001d68417c6a8 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket ()V 30 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket$$Lambda+0x000001d68417c470 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket$$Lambda+0x000001d68417c238 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket$$Lambda+0x000001d68417c000 +instanceKlass @bci com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket$$Lambda+0x000001d684177bf0 +instanceKlass net/createmod/catnip/codecs/stream/CatnipLargerStreamCodecs$4 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 94 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d6841773d8 +instanceKlass @cpi com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket 377 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684178000 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 89 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d6841771a0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 81 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176f68 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 73 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176d30 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 65 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176af8 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 54 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d6841768c0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 46 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176688 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 38 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176450 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 30 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176218 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684176000 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684175dc8 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConfigurationPacket$$Lambda+0x000001d684175b90 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket ()V 24 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket$$Lambda+0x000001d684175698 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket$$Lambda+0x000001d684175460 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket$$Lambda+0x000001d684175228 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelConnectionPacket$$Lambda+0x000001d684174ff0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition ()V 27 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684174dc8 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition ()V 22 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684174b90 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition ()V 14 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684174958 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684174730 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d6841744f8 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBlock$PanelSlot ()V 66 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBlock$PanelSlot$$Lambda+0x000001d6841742e0 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684173eb8 +instanceKlass @bci com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition ()V 0 argL0 ; # com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition$$Lambda+0x000001d684173c80 +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSyncRequestPacket +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket ()V 24 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket$$Lambda+0x000001d6841732f8 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket$$Lambda+0x000001d6841730c0 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket$$Lambda+0x000001d684172e88 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortConfigurationPacket$$Lambda+0x000001d684172c50 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket ()V 35 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket$$Lambda+0x000001d684172750 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket ()V 30 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket$$Lambda+0x000001d684172518 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket ()V 22 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket$$Lambda+0x000001d6841722e0 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket ()V 14 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket$$Lambda+0x000001d6841720a8 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket$$Lambda+0x000001d684171e70 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket ()V 16 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket$$Lambda+0x000001d684171988 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket ()V 11 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket$$Lambda+0x000001d684171750 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ServerboundChainConveyorRidingPacket$$Lambda+0x000001d684171518 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket ()V 32 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket$$Lambda+0x000001d684171018 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket ()V 27 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket$$Lambda+0x000001d684170de0 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket ()V 19 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket$$Lambda+0x000001d684170ba8 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket ()V 11 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket$$Lambda+0x000001d684170970 +instanceKlass @bci com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/chainConveyor/ChainConveyorConnectionPacket$$Lambda+0x000001d684170738 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket ()V 32 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket$$Lambda+0x000001d684170238 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket ()V 27 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket$$Lambda+0x000001d684170000 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket$$Lambda+0x000001d68416c400 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket$$Lambda+0x000001d68416cc60 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts ()V 41 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416ca38 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts ()V 36 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416c800 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts ()V 25 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416dd30 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416daf8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416d8c0 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts ()V 8 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416d688 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416d460 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416d228 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry ()V 27 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416d000 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry ()V 22 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416fc88 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry ()V 14 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416fa50 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416f828 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416f5f0 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416f3b8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry ()V 0 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry$$Lambda+0x000001d68416f180 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416ed40 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrder ()V 22 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrder$$Lambda+0x000001d68416eb08 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrder ()V 17 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrder$$Lambda+0x000001d68416e8d0 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrder$$Lambda+0x000001d68416e698 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrder lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrder$$Lambda+0x000001d68416e460 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack ()V 27 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416e238 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack ()V 22 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416e000 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack ()V 14 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416bd48 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416bb20 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416b8e8 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416b6b0 +instanceKlass @bci com/simibubi/create/content/logistics/BigItemStack ()V 0 argL0 ; # com/simibubi/create/content/logistics/BigItemStack$$Lambda+0x000001d68416b478 +instanceKlass com/simibubi/create/content/logistics/BigItemStack +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrder ()V 0 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrder$$Lambda+0x000001d68416b028 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts ()V 0 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$$Lambda+0x000001d68416abe8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/PackageOrderRequestPacket$$Lambda+0x000001d68416a7a8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockRequestPacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockRequestPacket$$Lambda+0x000001d68416a2b8 +instanceKlass @bci com/simibubi/create/content/logistics/stockTicker/LogisticalStockRequestPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/stockTicker/LogisticalStockRequestPacket$$Lambda+0x000001d68416a080 +instanceKlass @bci com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket$$Lambda+0x000001d684169ba0 +instanceKlass @bci com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket$$Lambda+0x000001d684169968 +instanceKlass @bci com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket$$Lambda+0x000001d684169730 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest ()V 16 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest$$Lambda+0x000001d684169280 +instanceKlass @cpi com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest 130 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68416c000 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest ()V 11 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest$$Lambda+0x000001d684169048 +instanceKlass @bci com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest ()V 3 argL0 ; # com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest$$Lambda+0x000001d684168e10 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket ()V 30 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket$$Lambda+0x000001d6841686c8 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket ()V 25 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket$$Lambda+0x000001d684168490 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket ()V 14 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket$$Lambda+0x000001d684168258 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 103 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684168000 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 98 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684164400 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 87 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684164c70 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 79 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684164a38 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 71 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684164800 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 63 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684165d70 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684165b18 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d6841658e0 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d6841656a8 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684165470 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684165238 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684165000 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardContent ()V 49 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardContent$$Lambda+0x000001d684167cb0 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 43 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684167a68 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 38 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684167830 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 30 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d6841675f8 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 22 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d6841673c0 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 14 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684167188 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166f40 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166d08 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166ad0 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166898 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166660 +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEntry ()V 0 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEntry$$Lambda+0x000001d684166428 +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardEntry +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardOverrides$ClipboardType ()V 51 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardOverrides$ClipboardType$$Lambda+0x000001d684166000 +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardOverrides +instanceKlass @bci com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket$$Lambda+0x000001d684163758 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 70 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684163248 +instanceKlass @cpi com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket 237 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684164000 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 65 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684163010 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 57 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684162dd8 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 49 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684162ba0 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 41 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684162968 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 30 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684162730 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 19 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d6841624f8 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 11 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d6841622c0 +instanceKlass @bci com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket ()V 3 argL0 ; # com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsPacket$$Lambda+0x000001d684162088 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket$$Lambda+0x000001d684161ba0 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket$$Lambda+0x000001d684161968 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket$$Lambda+0x000001d684161730 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$RequestFloorList ()V 8 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$RequestFloorList$$Lambda+0x000001d684161278 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$RequestFloorList ()V 3 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$RequestFloorList$$Lambda+0x000001d684161040 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket ()V 35 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket$$Lambda+0x000001d6841608e0 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket ()V 30 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket$$Lambda+0x000001d6841606a8 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket ()V 22 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket$$Lambda+0x000001d684160470 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket ()V 12 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket$$Lambda+0x000001d684160238 +instanceKlass @bci com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/elevator/ElevatorContactEditPacket$$Lambda+0x000001d684160000 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRequestPacket ()V 8 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRequestPacket$$Lambda+0x000001d68415ca38 +instanceKlass @bci com/simibubi/create/content/trains/graph/TrackGraphRequestPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/graph/TrackGraphRequestPacket$$Lambda+0x000001d68415c800 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorAwardPacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorAwardPacket$$Lambda+0x000001d68415d960 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorAwardPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorAwardPacket$$Lambda+0x000001d68415d728 +instanceKlass @bci com/simibubi/create/content/kinetics/gauge/GaugeObservedPacket ()V 8 argL0 ; # com/simibubi/create/content/kinetics/gauge/GaugeObservedPacket$$Lambda+0x000001d68415d238 +instanceKlass @bci com/simibubi/create/content/kinetics/gauge/GaugeObservedPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/gauge/GaugeObservedPacket$$Lambda+0x000001d68415d000 +instanceKlass @bci com/simibubi/create/content/trains/HonkPacket codec (Ljava/util/function/BiFunction;)Lnet/minecraft/network/codec/StreamCodec; 11 argL0 ; # com/simibubi/create/content/trains/HonkPacket$$Lambda+0x000001d68415f948 +instanceKlass @bci com/simibubi/create/content/trains/HonkPacket codec (Ljava/util/function/BiFunction;)Lnet/minecraft/network/codec/StreamCodec; 3 argL0 ; # com/simibubi/create/content/trains/HonkPacket$$Lambda+0x000001d68415f710 +instanceKlass @bci com/simibubi/create/content/trains/HonkPacket$Serverbound ()V 0 argL0 ; # com/simibubi/create/content/trains/HonkPacket$Serverbound$$Lambda+0x000001d68415f4e8 +instanceKlass com/simibubi/create/content/trains/HonkPacket +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 30 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$$Lambda+0x000001d68415edd0 +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 22 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$$Lambda+0x000001d68415eb98 +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 14 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$$Lambda+0x000001d68415e960 +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 3 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$$Lambda+0x000001d68415e728 +instanceKlass @bci com/simibubi/create/content/trains/TrainHUDUpdatePacket$Serverbound ()V 0 argL0 ; # com/simibubi/create/content/trains/TrainHUDUpdatePacket$Serverbound$$Lambda+0x000001d68415e4e0 +instanceKlass @cpi com/simibubi/create/content/trains/TrainHUDUpdatePacket$Clientbound 127 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68415c400 +instanceKlass com/simibubi/create/content/trains/TrainHUDUpdatePacket +instanceKlass @bci com/simibubi/create/content/contraptions/TrainCollisionPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/TrainCollisionPacket$$Lambda+0x000001d68415bda0 +instanceKlass @bci com/simibubi/create/content/contraptions/TrainCollisionPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/TrainCollisionPacket$$Lambda+0x000001d68415bb68 +instanceKlass @bci com/simibubi/create/content/contraptions/TrainCollisionPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/TrainCollisionPacket$$Lambda+0x000001d68415b930 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket$$Lambda+0x000001d68415b488 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket$$Lambda+0x000001d68415b250 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket$$Lambda+0x000001d68415b018 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket$$Lambda+0x000001d68415ab68 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket$$Lambda+0x000001d68415a930 +instanceKlass @bci com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket$$Lambda+0x000001d68415a6f8 +instanceKlass @bci com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket ()V 16 argL0 ; # com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket$$Lambda+0x000001d68415a248 +instanceKlass @bci com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket ()V 11 argL0 ; # com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket$$Lambda+0x000001d68415a010 +instanceKlass @bci com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket ()V 3 argL0 ; # com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket$$Lambda+0x000001d684159dd8 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 40 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d684159900 +instanceKlass @cpi com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket 337 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68415c000 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 35 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d6841596c8 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 27 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d684159490 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 19 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d684159258 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d684159020 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackSelectionPacket$$Lambda+0x000001d684158de8 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket ()V 32 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket$$Lambda+0x000001d6841588e0 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket ()V 27 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket$$Lambda+0x000001d6841586a8 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket ()V 19 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket$$Lambda+0x000001d684158470 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket$$Lambda+0x000001d684158238 +instanceKlass @bci com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/track/CurvedTrackDestroyPacket$$Lambda+0x000001d684158000 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket ()V 24 argL0 ; # com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket$$Lambda+0x000001d684155bb8 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket ()V 19 argL0 ; # com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket$$Lambda+0x000001d684155980 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket ()V 11 argL0 ; # com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket$$Lambda+0x000001d684155748 +instanceKlass @bci com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket ()V 3 argL0 ; # com/simibubi/create/content/redstone/displayLink/DisplayLinkConfigurationPacket$$Lambda+0x000001d684155510 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 43 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d684155000 +instanceKlass @cpi com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket 216 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684154800 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 38 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d684157d38 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 30 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d684157b00 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 22 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d6841578c8 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 14 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d684157690 +instanceKlass @bci com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket ()V 6 argL0 ; # com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket$$Lambda+0x000001d684157458 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 51 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684156f68 +instanceKlass @cpi com/simibubi/create/content/trains/entity/TrainRelocationPacket 406 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684154400 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 46 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684156d30 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation ()V 27 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684156b08 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation ()V 22 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d6841568d0 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation ()V 14 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684156698 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684156470 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684156238 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684156000 +instanceKlass @bci com/simibubi/create/content/trains/track/BezierTrackPointLocation ()V 0 argL0 ; # com/simibubi/create/content/trains/track/BezierTrackPointLocation$$Lambda+0x000001d684153ce8 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 35 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d6841538a8 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 27 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684153670 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 19 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684153438 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684153200 +instanceKlass @bci com/simibubi/create/content/trains/entity/TrainRelocationPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/entity/TrainRelocationPacket$$Lambda+0x000001d684152fc8 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 30 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$$Lambda+0x000001d684152b08 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 22 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$$Lambda+0x000001d6841528d0 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 14 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$$Lambda+0x000001d684152698 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket codec (Lcom/mojang/datafixers/util/Function4;)Lnet/minecraft/network/codec/StreamCodec; 3 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$$Lambda+0x000001d684152460 +instanceKlass @bci com/simibubi/create/content/trains/station/TrainEditPacket$Serverbound ()V 0 argL0 ; # com/simibubi/create/content/trains/station/TrainEditPacket$Serverbound$$Lambda+0x000001d684152218 +instanceKlass com/simibubi/create/content/trains/station/TrainEditPacket +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 60 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684151ac0 +instanceKlass @cpi com/simibubi/create/content/trains/station/StationEditPacket 260 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684154000 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 55 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684151888 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 41 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684151650 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 30 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684150fe8 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 19 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684150db0 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 11 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684150b78 +instanceKlass @bci com/simibubi/create/content/trains/station/StationEditPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/station/StationEditPacket$$Lambda+0x000001d684150940 +instanceKlass @bci com/simibubi/create/content/trains/schedule/ScheduleEditPacket ()V 8 argL0 ; # com/simibubi/create/content/trains/schedule/ScheduleEditPacket$$Lambda+0x000001d684150450 +instanceKlass @bci com/simibubi/create/content/trains/schedule/ScheduleEditPacket ()V 3 argL0 ; # com/simibubi/create/content/trains/schedule/ScheduleEditPacket$$Lambda+0x000001d684150218 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 190 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684150000 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 180 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684148d30 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 170 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684148800 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 160 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684149a78 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 150 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684149538 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 140 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d684149000 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 130 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414b9d8 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 120 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414ade0 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 110 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414a898 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 100 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414a000 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 90 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414fa08 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 80 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414f4c8 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 70 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414ef80 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 60 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414ea58 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 27 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414e820 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 22 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414e5e8 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 14 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414e3b0 +instanceKlass @bci com/simibubi/create/content/trains/schedule/Schedule ()V 6 argL0 ; # com/simibubi/create/content/trains/schedule/Schedule$$Lambda+0x000001d68414e178 +instanceKlass @bci com/simibubi/create/content/trains/schedule/ScheduleEntry ()V 22 argL0 ; # com/simibubi/create/content/trains/schedule/ScheduleEntry$$Lambda+0x000001d68414df50 +instanceKlass @bci com/simibubi/create/content/trains/schedule/ScheduleEntry ()V 17 argL0 ; # com/simibubi/create/content/trains/schedule/ScheduleEntry$$Lambda+0x000001d68414dd18 +instanceKlass @bci com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition ()V 5 argL0 ; # com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition$$Lambda+0x000001d68414daf0 +instanceKlass @bci com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition ()V 0 argL0 ; # com/simibubi/create/content/trains/schedule/condition/ScheduleWaitCondition$$Lambda+0x000001d68414d8c8 +instanceKlass @bci com/simibubi/create/content/trains/schedule/ScheduleEntry ()V 3 argL0 ; # com/simibubi/create/content/trains/schedule/ScheduleEntry$$Lambda+0x000001d68414d378 +instanceKlass com/simibubi/create/foundation/codec/CreateStreamCodecs$1 +instanceKlass @bci com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction ()V 5 argL0 ; # com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction$$Lambda+0x000001d68414ce88 +instanceKlass @bci com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction ()V 0 argL0 ; # com/simibubi/create/content/trains/schedule/destination/ScheduleInstruction$$Lambda+0x000001d68414cc60 +instanceKlass com/simibubi/create/content/trains/schedule/ScheduleDataEntry +instanceKlass com/simibubi/create/content/trains/schedule/IScheduleInput +instanceKlass com/simibubi/create/content/trains/schedule/ScheduleEntry +instanceKlass com/simibubi/create/content/trains/schedule/Schedule +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxDisposeAllPacket ()V 8 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxDisposeAllPacket$$Lambda+0x000001d6841473f0 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxDisposeAllPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxDisposeAllPacket$$Lambda+0x000001d6841471b8 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket ()V 27 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket$$Lambda+0x000001d684146cf8 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket ()V 22 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket$$Lambda+0x000001d684146ac0 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket ()V 14 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket$$Lambda+0x000001d684146888 +instanceKlass @bci com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket ()V 6 argL0 ; # com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket$$Lambda+0x000001d684146650 +instanceKlass net/createmod/catnip/codecs/stream/CatnipLargerStreamCodecs$2 +instanceKlass net/createmod/catnip/codecs/stream/CatnipLargerStreamCodecs +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 64 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684145c90 +instanceKlass @cpi com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684148000 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 59 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684145a58 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions ()V 54 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions$$Lambda+0x000001d684145840 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 51 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684145198 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainTools ()V 102 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainTools$$Lambda+0x000001d684144f80 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 43 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d6841448d8 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 35 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d6841446a0 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 27 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684144468 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 19 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684144230 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainBrushes ()V 108 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainBrushes$$Lambda+0x000001d684144018 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/CylinderBrush ()V 68 member ; # com/simibubi/create/content/equipment/zapper/terrainzapper/CylinderBrush$$Lambda+0x000001d684143be0 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/CylinderBrush ()V 57 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/CylinderBrush$$Lambda+0x000001d6841439a8 +instanceKlass net/createmod/catnip/math/VecHelper +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/SphereBrush ()V 73 member ; # com/simibubi/create/content/equipment/zapper/terrainzapper/SphereBrush$$Lambda+0x000001d684143560 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/SphereBrush ()V 62 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/SphereBrush$$Lambda+0x000001d684143328 +instanceKlass com/simibubi/create/content/equipment/zapper/terrainzapper/Brush +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d684141fc8 +instanceKlass @bci com/simibubi/create/content/equipment/zapper/PlacementPatterns ()V 102 argL0 ; # com/simibubi/create/content/equipment/zapper/PlacementPatterns$$Lambda+0x000001d684141db0 +instanceKlass com/simibubi/create/foundation/gui/AllIcons +instanceKlass @bci com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/zapper/terrainzapper/ConfigureWorldshaperPacket$$Lambda+0x000001d6841414d0 +instanceKlass com/simibubi/create/content/equipment/zapper/ConfigureZapperPacket +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket ()V 16 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket$$Lambda+0x000001d684140d60 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket ()V 11 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket$$Lambda+0x000001d684140b28 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 43 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d6841408e0 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 38 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d6841406a8 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 30 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d684140470 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 22 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d684140238 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 14 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d684140000 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413c400 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413cc70 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413ca38 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413c800 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413dce0 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror ()V 0 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror$$Lambda+0x000001d68413daa8 +instanceKlass @bci com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket$$Lambda+0x000001d68413d000 +instanceKlass @bci com/simibubi/create/content/equipment/blueprint/BlueprintAssignCompleteRecipePacket ()V 8 argL0 ; # com/simibubi/create/content/equipment/blueprint/BlueprintAssignCompleteRecipePacket$$Lambda+0x000001d68413f960 +instanceKlass @bci com/simibubi/create/content/equipment/blueprint/BlueprintAssignCompleteRecipePacket ()V 3 argL0 ; # com/simibubi/create/content/equipment/blueprint/BlueprintAssignCompleteRecipePacket$$Lambda+0x000001d68413f728 +instanceKlass @bci com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket ()V 16 argL0 ; # com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket$$Lambda+0x000001d68413f278 +instanceKlass @bci com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket ()V 11 argL0 ; # com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket$$Lambda+0x000001d68413f040 +instanceKlass @bci com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket ()V 3 argL0 ; # com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket$$Lambda+0x000001d68413ee08 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerStopLecternPacket ()V 8 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerStopLecternPacket$$Lambda+0x000001d68413e948 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerStopLecternPacket ()V 3 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerStopLecternPacket$$Lambda+0x000001d68413e710 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket ()V 16 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket$$Lambda+0x000001d68413e238 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket ()V 11 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket$$Lambda+0x000001d68413e000 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket ()V 3 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerBindPacket$$Lambda+0x000001d68413bcf0 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket ()V 27 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket$$Lambda+0x000001d68413b808 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket ()V 22 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket$$Lambda+0x000001d68413b5d0 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket ()V 14 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket$$Lambda+0x000001d68413b398 +instanceKlass @bci com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket ()V 6 argL0 ; # com/simibubi/create/content/redstone/link/controller/LinkedControllerInputPacket$$Lambda+0x000001d68413b160 +instanceKlass com/simibubi/create/content/redstone/link/controller/LinkedControllerPacketBase +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorElytraPacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorElytraPacket$$Lambda+0x000001d68413a9c8 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorElytraPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorElytraPacket$$Lambda+0x000001d68413a790 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorTriggerPacket ()V 8 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorTriggerPacket$$Lambda+0x000001d68413a2d0 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorTriggerPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorTriggerPacket$$Lambda+0x000001d68413a098 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket ()V 32 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$$Lambda+0x000001d684139b98 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket ()V 27 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$$Lambda+0x000001d684139960 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$$Lambda+0x000001d684139728 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$$Lambda+0x000001d6841394f0 +instanceKlass @bci com/simibubi/create/content/logistics/depot/EjectorPlacementPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$$Lambda+0x000001d6841392b8 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 40 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d684138b18 +instanceKlass @cpi com/simibubi/create/content/schematics/packet/SchematicSyncPacket 231 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68413c000 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 35 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d6841388e0 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 27 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d6841386a8 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 19 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d684138470 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 11 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d684138238 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicSyncPacket ()V 3 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicSyncPacket$$Lambda+0x000001d684138000 +instanceKlass @bci com/simibubi/create/content/schematics/packet/InstantSchematicPacket ()V 24 argL0 ; # com/simibubi/create/content/schematics/packet/InstantSchematicPacket$$Lambda+0x000001d684134c70 +instanceKlass @bci com/simibubi/create/content/schematics/packet/InstantSchematicPacket ()V 19 argL0 ; # com/simibubi/create/content/schematics/packet/InstantSchematicPacket$$Lambda+0x000001d684134a38 +instanceKlass @bci com/simibubi/create/content/schematics/packet/InstantSchematicPacket ()V 11 argL0 ; # com/simibubi/create/content/schematics/packet/InstantSchematicPacket$$Lambda+0x000001d684134800 +instanceKlass @bci com/simibubi/create/content/schematics/packet/InstantSchematicPacket ()V 3 argL0 ; # com/simibubi/create/content/schematics/packet/InstantSchematicPacket$$Lambda+0x000001d684135ba0 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket ()V 16 argL0 ; # com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket$$Lambda+0x000001d6841356f0 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket$$Lambda+0x000001d6841354b8 +instanceKlass @bci com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket$$Lambda+0x000001d684135280 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket ()V 16 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$$Lambda+0x000001d684137d48 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket ()V 11 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$$Lambda+0x000001d684137b10 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$$Lambda+0x000001d6841378d8 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortTarget ()V 37 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortTarget$$Lambda+0x000001d6841376a0 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortTarget ()V 32 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortTarget$$Lambda+0x000001d684137468 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortTarget ()V 13 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortTarget$$Lambda+0x000001d684137230 +instanceKlass @bci com/simibubi/create/content/logistics/packagePort/PackagePortTarget ()V 8 argL0 ; # com/simibubi/create/content/logistics/packagePort/PackagePortTarget$$Lambda+0x000001d684136ff8 +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortTargetType +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortTarget +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket ()V 16 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$$Lambda+0x000001d6841366f8 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket ()V 11 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$$Lambda+0x000001d6841364c0 +instanceKlass @bci com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$$Lambda+0x000001d684136288 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ClientMotionPacket ()V 24 argL0 ; # com/simibubi/create/content/contraptions/sync/ClientMotionPacket$$Lambda+0x000001d684133d78 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ClientMotionPacket ()V 19 argL0 ; # com/simibubi/create/content/contraptions/sync/ClientMotionPacket$$Lambda+0x000001d684133b40 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ClientMotionPacket ()V 11 argL0 ; # com/simibubi/create/content/contraptions/sync/ClientMotionPacket$$Lambda+0x000001d684133908 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ClientMotionPacket ()V 3 argL0 ; # com/simibubi/create/content/contraptions/sync/ClientMotionPacket$$Lambda+0x000001d6841336d0 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket ()V 35 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket$$Lambda+0x000001d684133200 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket ()V 30 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket$$Lambda+0x000001d684132fc8 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket ()V 22 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket$$Lambda+0x000001d684132d90 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket ()V 14 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket$$Lambda+0x000001d684132b58 +instanceKlass @bci com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket ()V 6 argL0 ; # com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket$$Lambda+0x000001d684132920 +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket ()V 30 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket$$Lambda+0x000001d684132460 +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket ()V 25 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket$$Lambda+0x000001d684132228 +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket ()V 14 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket$$Lambda+0x000001d684131ff0 +instanceKlass @bci com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket ()V 6 argL0 ; # com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket$$Lambda+0x000001d684131db8 +instanceKlass @bci com/simibubi/create/content/logistics/filter/FilterScreenPacket ()V 19 argL0 ; # com/simibubi/create/content/logistics/filter/FilterScreenPacket$$Lambda+0x000001d684131908 +instanceKlass @bci com/simibubi/create/content/logistics/filter/FilterScreenPacket ()V 14 argL0 ; # com/simibubi/create/content/logistics/filter/FilterScreenPacket$$Lambda+0x000001d6841316d0 +instanceKlass @bci com/simibubi/create/content/logistics/filter/FilterScreenPacket ()V 3 argL0 ; # com/simibubi/create/content/logistics/filter/FilterScreenPacket$$Lambda+0x000001d684131498 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicUploadPacket ()V 43 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicUploadPacket$$Lambda+0x000001d6841304f8 +instanceKlass @cpi com/simibubi/create/content/schematics/packet/SchematicUploadPacket 200 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684134000 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicUploadPacket ()V 38 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicUploadPacket$$Lambda+0x000001d6841302c0 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$16 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicUploadPacket ()V 25 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicUploadPacket$$Lambda+0x000001d68412fb98 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicUploadPacket ()V 11 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicUploadPacket$$Lambda+0x000001d68412f960 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicUploadPacket ()V 3 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicUploadPacket$$Lambda+0x000001d68412f728 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicPlacePacket ()V 8 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicPlacePacket$$Lambda+0x000001d68412f268 +instanceKlass @bci com/simibubi/create/content/schematics/packet/SchematicPlacePacket ()V 3 argL0 ; # com/simibubi/create/content/schematics/packet/SchematicPlacePacket$$Lambda+0x000001d68412f030 +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket ()V 24 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket$$Lambda+0x000001d68412eb80 +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket ()V 19 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket$$Lambda+0x000001d68412e948 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateStreamCodecs lambda$vector$0 (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 0 argL0 ; # com/simibubi/create/foundation/codec/CreateStreamCodecs$$Lambda+0x000001d68412e730 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateStreamCodecs vector ()Lnet/minecraft/network/codec/StreamCodec$CodecOperation; 0 argL0 ; # com/simibubi/create/foundation/codec/CreateStreamCodecs$$Lambda+0x000001d68412e518 +instanceKlass com/simibubi/create/foundation/codec/CreateStreamCodecs +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/Instruction ()V 24 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/Instruction$$Lambda+0x000001d68412e0e8 +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/Instruction ()V 19 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/Instruction$$Lambda+0x000001d68412deb0 +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/Instruction ()V 11 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/Instruction$$Lambda+0x000001d68412dc78 +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/Instruction ()V 3 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/Instruction$$Lambda+0x000001d68412d850 +instanceKlass net/createmod/catnip/gui/TextureSheetSegment +instanceKlass net/createmod/catnip/render/BindableTexture +instanceKlass net/createmod/catnip/gui/element/ScreenElement +instanceKlass com/simibubi/create/content/kinetics/transmission/sequencer/Instruction +instanceKlass @bci com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket ()V 3 argL0 ; # com/simibubi/create/content/kinetics/transmission/sequencer/ConfigureSequencedGearshiftPacket$$Lambda+0x000001d68412bd08 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 40 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412b7f8 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 35 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412b5c0 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 27 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412b388 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 19 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412b150 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 11 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412af18 +instanceKlass @bci com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket ()V 3 argL0 ; # com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket$$Lambda+0x000001d68412ace0 +instanceKlass com/simibubi/create/foundation/networking/BlockEntityConfigurationPacket +instanceKlass @bci com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket ()V 16 argL0 ; # com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket$$Lambda+0x000001d68412a550 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket ()V 11 argL0 ; # com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket$$Lambda+0x000001d68412a318 +instanceKlass @bci com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket ()V 3 argL0 ; # com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket$$Lambda+0x000001d68412a0e0 +instanceKlass @bci com/simibubi/create/AllEntityDataSerializers ()V 26 argL0 ; # com/simibubi/create/AllEntityDataSerializers$$Lambda+0x000001d6841295b8 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageSyncDataSerializer ()V 5 argL0 ; # com/simibubi/create/content/trains/entity/CarriageSyncDataSerializer$$Lambda+0x000001d6841293a0 +instanceKlass @bci com/simibubi/create/content/trains/entity/CarriageSyncDataSerializer ()V 0 argL0 ; # com/simibubi/create/content/trains/entity/CarriageSyncDataSerializer$$Lambda+0x000001d684129188 +instanceKlass com/simibubi/create/content/trains/entity/CarriageSyncData +instanceKlass com/simibubi/create/content/trains/entity/CarriageSyncDataSerializer +instanceKlass com/simibubi/create/AllEntityDataSerializers +instanceKlass @bci com/simibubi/create/AllStructureProcessorTypes ()V 16 argL0 ; # com/simibubi/create/AllStructureProcessorTypes$$Lambda+0x000001d6841288d8 +instanceKlass com/simibubi/create/AllStructureProcessorTypes +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 230 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d6841282d0 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 211 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684127d30 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 192 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684127848 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 173 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684127360 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 154 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684126e78 +instanceKlass com/simibubi/create/content/equipment/bell/BasicParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 135 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d6841266c0 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 116 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d6841264a8 +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 97 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684126290 +instanceKlass com/simibubi/create/content/fluids/particle/FluidParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 79 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d6841259e8 +instanceKlass com/simibubi/create/content/trains/CubeParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 61 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684125550 +instanceKlass com/simibubi/create/content/kinetics/steamEngine/SteamJetParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 43 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684125070 +instanceKlass com/simibubi/create/foundation/particle/AirParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 25 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684124b90 +instanceKlass com/simibubi/create/content/kinetics/fan/AirFlowParticleData +instanceKlass @bci com/simibubi/create/AllParticleTypes$ParticleEntry (Ljava/lang/String;Ljava/util/function/Supplier;)V 20 member ; # com/simibubi/create/AllParticleTypes$ParticleEntry$$Lambda+0x000001d6841246a8 +instanceKlass com/simibubi/create/AllParticleTypes$ParticleEntry +instanceKlass @bci com/simibubi/create/AllParticleTypes ()V 7 argL0 ; # com/simibubi/create/AllParticleTypes$$Lambda+0x000001d684124280 +instanceKlass com/simibubi/create/content/kinetics/base/RotationIndicatorParticleData +instanceKlass com/simibubi/create/foundation/particle/ICustomParticleDataWithSprite +instanceKlass com/simibubi/create/foundation/particle/ICustomParticleData +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 400 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684123320 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 392 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d6841230d8 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 374 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684122ae0 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 369 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d6841228c8 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 348 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d6841226b0 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 343 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684122498 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 323 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684122280 +instanceKlass com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipeSerializer +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 303 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684121e30 +instanceKlass com/simibubi/create/content/kinetics/crafter/MechanicalCraftingRecipe$Serializer +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 283 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684121630 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 263 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684121030 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 243 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684120a58 +instanceKlass @bci com/simibubi/create/AllRecipeTypes (Ljava/lang/String;ILcom/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory;)V 4 member ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684120430 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 223 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d684120218 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 203 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411f460 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 183 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411ee90 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 163 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411e8c0 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 143 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411e2f0 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 123 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411dcb0 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 103 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411d6e8 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 84 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411d120 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 65 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411cb58 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 46 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411c590 +instanceKlass com/simibubi/create/content/processing/sequenced/IAssemblyRecipe +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 27 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411bd58 +instanceKlass @bci com/simibubi/create/AllRecipeTypes (Ljava/lang/String;ILjava/util/function/Supplier;)V 49 member ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411b428 +instanceKlass com/simibubi/create/AllRecipeTypes$Registers +instanceKlass @bci com/simibubi/create/AllRecipeTypes (Ljava/lang/String;ILcom/simibubi/create/content/processing/recipe/StandardProcessingRecipe$Factory;)V 4 member ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411b008 +instanceKlass @bci com/simibubi/create/AllRecipeTypes ()V 8 argL0 ; # com/simibubi/create/AllRecipeTypes$$Lambda+0x000001d68411adc8 +instanceKlass com/simibubi/create/content/processing/recipe/ProcessingRecipe +instanceKlass com/simibubi/create/content/processing/recipe/ProcessingRecipeParams +instanceKlass com/simibubi/create/content/processing/recipe/StandardProcessingRecipe$Factory +instanceKlass com/simibubi/create/content/processing/recipe/ProcessingRecipe$Factory +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5289 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684119860 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5256 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684119620 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5248 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841193e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5240 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684117dc8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5207 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684118240 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5199 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684118000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5191 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684117bb0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5158 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684116a18 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5150 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841167d8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5142 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841165c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5103 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841163a8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5046 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684116168 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5038 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684115f50 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 5005 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684115d10 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4997 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684115af8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4958 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841143c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4949 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684114180 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4941 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684113f68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4908 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684112600 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4888 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684111858 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4880 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684111618 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4872 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841113d8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4864 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841111c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4844 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684110240 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4826 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684110000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4818 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410fd10 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4798 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410fad0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4777 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410f8b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4757 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410e9b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4736 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410e798 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4716 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410d878 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4695 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410d660 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4675 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410ba80 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4648 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410b840 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4640 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410b628 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4620 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410a508 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4599 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68410a2f0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4579 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841093b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4557 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684109178 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4549 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684108f60 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4529 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684108000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4507 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684107ce8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4499 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684107ad0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4479 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684106b70 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4457 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684106930 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4449 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684106718 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4429 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684104850 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4408 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684104638 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4388 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841043f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4349 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6841041b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4341 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684103fa0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4321 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684102d98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4300 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684102b58 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4292 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684102940 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4272 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684101358 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4251 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684101140 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4231 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684100218 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4210 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684100000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4190 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fe008 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4169 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fddf0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4149 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fcbe0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4128 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fc9c8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4108 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fba38 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder displayTarget (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d6840fb7e0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder displaySource (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d6840fb588 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4066 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fb370 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4046 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fa428 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 4025 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840fa210 +instanceKlass com/simibubi/create/content/redstone/link/IRedstoneLinkable +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3992 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f8fa0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3972 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f7790 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3951 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f7578 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3931 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f63d8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3910 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f61c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3890 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f52b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3868 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f5070 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3860 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f4e58 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3840 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f3ef8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3819 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f3cb8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3811 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f3aa0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3791 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f29f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3770 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f27b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3762 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f25a0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3742 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f06c8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3721 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f0488 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3713 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840f0270 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3693 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840eed98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3671 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840eeb58 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3663 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ee940 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3643 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ed868 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3622 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ed628 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3614 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ed410 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3594 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ebcd0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3572 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840eba90 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3564 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840eb878 +instanceKlass plus/dragons/createcentralkitchen/client/burner/BlazeBurnerRenderOverride +instanceKlass plus/dragons/createcentralkitchen/client/burner/BlazeBurnerClientExtension +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3544 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ea6d0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3523 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ea4b8 +instanceKlass com/simibubi/create/foundation/blockEntity/ItemHandlerContainer +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3503 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e8b68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3482 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e8928 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3474 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e8710 +instanceKlass plus/dragons/createcentralkitchen/mixin/create/DeployerBlockEntityAccessor +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3454 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e6ac0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3433 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e6880 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3425 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e6668 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3405 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e5560 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3384 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e5320 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3376 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e5108 +instanceKlass com/simibubi/create/content/kinetics/press/PressingBehaviour$PressingBehaviourSpecifics +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3356 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e30d8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3334 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e2e98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3326 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e2c80 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3306 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e1b98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3284 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840e1958 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3276 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dfde8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3243 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dfbd0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3223 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dec78 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3201 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dea38 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3193 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840de820 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3173 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dd790 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3151 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dd550 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3143 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dd338 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3123 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dc278 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3101 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dc038 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3093 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dbe20 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3073 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dad90 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3051 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840dab50 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3043 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840da938 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3023 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840da6f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 3002 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840da4e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2982 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d9560 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2960 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d9320 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2952 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d9108 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2932 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d6fd8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2911 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d6d98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2903 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d6b80 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2883 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d5c18 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2862 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d59d8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2854 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d57c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2834 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d3b30 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2813 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d3918 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2793 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d2790 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2772 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d2578 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2752 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d17b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2731 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d1578 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2723 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d1360 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2703 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840d0000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2681 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cfc98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2673 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cfa80 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2653 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cdb38 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2632 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cd920 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2612 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cc780 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2590 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cc540 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2582 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cc328 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2537 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840cb440 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2504 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c9ce0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2484 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c7bc0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2462 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c7980 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2454 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c7768 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2434 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c70b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2412 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c6e78 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2404 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c6c60 +instanceKlass com/simibubi/create/content/redstone/thresholdSwitch/ThresholdSwitchObservable +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2384 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c5400 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2363 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c51c0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2355 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c4fa8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2335 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c3dc8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2314 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c3b88 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2306 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c3970 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2286 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c3730 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2265 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c34f0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2257 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c32d8 +instanceKlass com/simibubi/create/content/contraptions/bearing/IBearingBlockEntity +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2237 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c0af0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2209 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c08b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2201 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840c0698 +instanceKlass com/simibubi/create/content/contraptions/IControlContraption +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2168 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840bdc60 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2135 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840bccb0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2115 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840bb018 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2094 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840bae00 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2074 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b91e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2039 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b7c98 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2019 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b7a58 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 2002 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b7840 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1982 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b6840 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1960 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b6600 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1952 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b63e8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1932 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b5360 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1910 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b5120 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1902 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b4f08 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1882 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b3f68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1860 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b3d28 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1852 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b3b10 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1832 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b2b78 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1811 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b2960 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1778 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b1a70 +instanceKlass com/simibubi/create/api/packager/InventoryIdentifier +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1758 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b1100 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1737 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840b0ec0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1729 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840afde8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1709 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840af6f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1688 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840af4b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1680 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840af2a0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1660 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ad450 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1639 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ad210 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1631 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840acff8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1611 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840ac0e8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1590 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840abed0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1570 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840aac70 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1549 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840aaa58 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1529 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a9a68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1508 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a9820 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1503 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a95e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1495 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a93c8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1475 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a8f48 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1454 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a8d30 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1434 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a7c48 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1413 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a7a30 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1393 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a77f0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1372 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a75b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1364 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a7398 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1344 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a62f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1323 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a60e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1303 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a4ee8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1282 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a4cd0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1262 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a4a90 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1241 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a4850 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1233 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a4638 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1213 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a35b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1191 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a3370 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1183 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a3158 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1150 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a2f40 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1117 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a2d28 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1097 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a2ae8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1076 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a28d0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1056 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a1768 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1035 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a1528 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1027 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a1310 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 1007 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a0240 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 986 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840a0000 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 978 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684075400 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 958 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409ed68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 937 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409eb28 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 929 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409e910 +instanceKlass com/simibubi/create/content/contraptions/IDisplayAssemblyExceptions +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 909 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409cba0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 887 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409c960 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 879 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409c748 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 859 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409b6a8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 832 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409b468 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 824 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68409b250 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 804 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684099f78 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 774 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684099d38 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 766 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684097c68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 746 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684097a28 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 725 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840977e8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 717 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840975d0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 697 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684097390 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 675 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684097150 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 667 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684096f38 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 647 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684096cf8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 625 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684096ab8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 617 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840968a0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 597 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684095808 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 575 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840955c8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 567 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840953b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 534 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840934e8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 514 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840925e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 492 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840923a0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 484 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684092188 +instanceKlass com/simibubi/create/content/kinetics/fan/IAirCurrentSource +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 464 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684090e68 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 442 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408fd90 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 434 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408fb78 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 414 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408f938 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 386 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408f6f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 378 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408f4e0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 358 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408f2a0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 330 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408f060 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 322 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408ee48 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 302 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408ec08 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 262 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408e9c8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 254 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408e7b0 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 234 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408e570 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 212 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408e330 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 204 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408e118 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 184 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408c238 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 162 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408bff8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 154 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d68408bde0 +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/BlockEntityBehaviour +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/ValueSettingsBehaviour +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardCloneable +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 134 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684088d90 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 100 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684087c28 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 92 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684087a10 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 59 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840877f8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 40 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d6840875b8 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 19 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684087378 +instanceKlass @bci com/simibubi/create/AllBlockEntityTypes ()V 11 argL0 ; # com/simibubi/create/AllBlockEntityTypes$$Lambda+0x000001d684087160 +instanceKlass com/simibubi/create/AllBlockEntityTypes +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 299 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684085ef8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 291 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684085ca8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 278 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684085a68 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 273 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684085850 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 257 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684082340 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 244 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684082100 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 239 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684075c90 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 223 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684075a40 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 210 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684075800 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 205 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407fd38 +instanceKlass com/simibubi/create/api/equipment/potatoCannon/PotatoProjectileRenderMode +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 189 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407fae8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 175 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407f8a8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 170 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407f690 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 154 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407f440 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 140 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407f200 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 135 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407efe8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 119 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407cc68 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 107 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d68407ca28 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 102 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684077bf0 +instanceKlass com/simibubi/create/content/contraptions/Contraption +instanceKlass com/starfish_studios/another_furniture/mixin/neoforge/create/ContraptionMixin +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 86 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6840773a8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 73 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684077168 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 68 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684076f50 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 52 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684076d10 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 39 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684076ad0 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 34 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6840768b8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateEntityBuilder registerVisualizer ()V 7 member ; # com/simibubi/create/foundation/data/CreateEntityBuilder$$Lambda+0x000001d684076688 +instanceKlass @bci com/simibubi/create/foundation/data/CreateEntityBuilder lambda$visual$1 ()Ljava/lang/Runnable; 1 member ; # com/simibubi/create/foundation/data/CreateEntityBuilder$$Lambda+0x000001d684076468 +instanceKlass @bci com/simibubi/create/foundation/data/CreateEntityBuilder visual (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/util/function/Predicate;)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 11 member ; # com/simibubi/create/foundation/data/CreateEntityBuilder$$Lambda+0x000001d684076248 +instanceKlass @bci com/simibubi/create/foundation/data/CreateEntityBuilder visual (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Z)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 3 member ; # com/simibubi/create/foundation/data/CreateEntityBuilder$$Lambda+0x000001d684076000 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 18 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684073c90 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder registerRenderer ()V 7 member ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684073a60 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder lambda$renderer$2 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684073840 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder renderer (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/EntityBuilder; 20 member ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684073620 +instanceKlass @bci com/simibubi/create/AllEntityTypes register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lnet/minecraft/world/entity/MobCategory;IIZZLcom/tterrag/registrate/util/nullness/NonNullConsumer;)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 37 member ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6840733d0 +instanceKlass @cpi com/simibubi/create/AllEntityTypes 306 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684075000 +instanceKlass @bci com/simibubi/create/AllEntityTypes register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lnet/minecraft/world/entity/MobCategory;IIZZLcom/tterrag/registrate/util/nullness/NonNullConsumer;)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 22 ; # java/lang/invoke/LambdaForm$MH+0x000001d684074c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684074800 +instanceKlass @bci com/simibubi/create/AllEntityTypes register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lnet/minecraft/world/entity/MobCategory;IIZZLcom/tterrag/registrate/util/nullness/NonNullConsumer;)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 22 member ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684073180 +instanceKlass @cpi com/simibubi/create/AllEntityTypes 303 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684074400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d684074000 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder defaultLang ()Lcom/tterrag/registrate/builders/EntityBuilder; 1 argL0 ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684072f20 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)V 26 member ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684072cd8 +instanceKlass @bci com/tterrag/registrate/builders/EntityBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)V 13 argL0 ; # com/tterrag/registrate/builders/EntityBuilder$$Lambda+0x000001d684072a88 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate entity (Ljava/lang/Object;Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 8 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684072438 +instanceKlass @bci com/simibubi/create/AllEntityTypes contraption (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;IIZ)Lcom/simibubi/create/foundation/data/CreateEntityBuilder; 12 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d6840721e8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 7 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684071fa8 +instanceKlass @bci com/simibubi/create/AllEntityTypes ()V 2 argL0 ; # com/simibubi/create/AllEntityTypes$$Lambda+0x000001d684071d90 +instanceKlass com/simibubi/create/AllEntityTypes +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 241 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684071950 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 236 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684071738 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 223 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684070fa0 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 218 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684070d88 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 205 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684070218 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 200 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684070000 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 187 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406e908 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 182 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406e6f0 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 169 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406df90 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 164 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406dd78 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 151 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406ce80 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 146 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406cc68 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 133 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406c290 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 128 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406c078 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 115 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406a748 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 110 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406a530 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 97 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406a2f0 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 92 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d68406a0d8 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 79 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684069558 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 74 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684069340 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 61 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684068b80 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 56 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684068968 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 43 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684060400 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 38 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684060d80 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 25 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684061738 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 20 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684061520 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate menu (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/MenuBuilder$ForgeMenuFactory;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/MenuBuilder; 8 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d6840638d0 +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 7 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d6840632e0 +instanceKlass com/tterrag/registrate/builders/MenuBuilder$ScreenFactory +instanceKlass @bci com/simibubi/create/AllMenuTypes ()V 2 argL0 ; # com/simibubi/create/AllMenuTypes$$Lambda+0x000001d684062ed0 +instanceKlass com/tterrag/registrate/builders/MenuBuilder$ForgeMenuFactory +instanceKlass com/simibubi/create/AllMenuTypes +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$34 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684067a50 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$34 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684067810 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$31 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684067588 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$31 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684067348 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$28 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d6840670c0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$28 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684066e80 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$25 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684066bf8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$25 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d6840669b8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$22 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684066730 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate paletteStoneBlock (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;ZZ)Lcom/tterrag/registrate/builders/BlockBuilder; 31 argL0 ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6840664f0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$22 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d6840662b0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$19 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684066028 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$19 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684065de8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$16 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 13 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684065b60 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate paletteStoneBlock (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;ZZ)Lcom/tterrag/registrate/builders/BlockBuilder; 97 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684065918 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen naturalStoneTypeBlock (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d6840656d0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate paletteStoneBlock (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;ZZ)Lcom/tterrag/registrate/builders/BlockBuilder; 2 argL0 ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684065470 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$16 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 3 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684065230 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$13 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684064ff0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$11 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684064db0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$9 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684064b70 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$7 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d684064930 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$5 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d6840646f0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$3 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d6840644b0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PalettesVariantEntry (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)V 340 member ; # com/simibubi/create/content/decoration/palettes/PalettesVariantEntry$$Lambda+0x000001d684064258 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PalettesVariantEntry (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)V 322 member ; # com/simibubi/create/content/decoration/palettes/PalettesVariantEntry$$Lambda+0x000001d684064000 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern pillar (Ljava/lang/String;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$IBlockStateProvider; 26 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405fd08 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern lambda$static$2 (Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Ljava/util/function/Function; 6 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405fac8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern lambda$createCTBehaviour$7 (Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/function/Supplier; 2 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405f8a8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern cubeColumn (Ljava/lang/String;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$IBlockStateProvider; 26 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405f648 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern lambda$static$0 (Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Ljava/util/function/Function; 6 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405f408 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$Wall transformItem (Lcom/tterrag/registrate/builders/ItemBuilder;Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Lcom/tterrag/registrate/builders/ItemBuilder; 4 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$Wall$$Lambda+0x000001d68405f1c0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$Slab transformBlock (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$Slab$$Lambda+0x000001d68405ef80 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial transformItem (Lcom/tterrag/registrate/builders/ItemBuilder;Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Lcom/tterrag/registrate/builders/ItemBuilder; 10 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405ed50 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;Lcom/tterrag/registrate/util/entry/BlockEntry;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)Lcom/tterrag/registrate/builders/BlockBuilder; 86 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405eae8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial transformBlock (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405e8b8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;Lcom/tterrag/registrate/util/entry/BlockEntry;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)Lcom/tterrag/registrate/builders/BlockBuilder; 65 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405e650 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;Lcom/tterrag/registrate/util/entry/BlockEntry;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)Lcom/tterrag/registrate/builders/BlockBuilder; 54 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405e408 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;Lcom/tterrag/registrate/util/entry/BlockEntry;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)Lcom/tterrag/registrate/builders/BlockBuilder; 42 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405e1c0 +instanceKlass @cpi com/simibubi/create/content/decoration/palettes/PaletteBlockPartial 275 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684060000 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPartial create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;Lcom/tterrag/registrate/util/entry/BlockEntry;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)Lcom/tterrag/registrate/builders/BlockBuilder; 30 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPartial$$Lambda+0x000001d68405df58 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PalettesVariantEntry (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)V 223 member ; # com/simibubi/create/content/decoration/palettes/PalettesVariantEntry$$Lambda+0x000001d68405dd10 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PalettesVariantEntry (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)V 208 member ; # com/simibubi/create/content/decoration/palettes/PalettesVariantEntry$$Lambda+0x000001d68405dae0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern createCTBehaviour (Ljava/lang/String;)Ljava/util/Optional; 5 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405d8a0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PalettesVariantEntry (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes;)V 107 member ; # com/simibubi/create/content/decoration/palettes/PalettesVariantEntry$$Lambda+0x000001d68405d658 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern cubeAll (Ljava/lang/String;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$IBlockStateProvider; 14 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405d3f8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern lambda$create$5 (Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern;)Ljava/util/function/Function; 6 member ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405d1b8 +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$IBlockStateProvider +instanceKlass com/simibubi/create/content/decoration/palettes/PalettesVariantEntry +instanceKlass com/simibubi/create/AllTags +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes lambda$static$1 (Lcom/simibubi/create/foundation/data/CreateRegistrate;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405c978 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 304 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405c550 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 281 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405c318 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 258 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405c0e0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 235 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405bea8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 212 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405bc70 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 189 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405ba38 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 166 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405b800 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 143 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405b5c8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 120 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405b390 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 98 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405b158 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 76 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405af20 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 54 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405ace8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 32 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405aab0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes ()V 10 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes$$Lambda+0x000001d68405a878 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern ()V 203 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405a450 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern ()V 176 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d68405a1f0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern ()V 168 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d684059fa0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern ()V 144 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d684059d68 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern ()V 117 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d684059b18 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$PatternNameType;[Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPartial;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern; 66 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d6840598c8 +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$IPatternBlockStateGenerator +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$PatternNameType;[Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPartial;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern; 45 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d684059470 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/PaletteBlockPattern create (Ljava/lang/String;Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern$PatternNameType;[Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPartial;)Lcom/simibubi/create/content/decoration/palettes/PaletteBlockPattern; 31 argL0 ; # com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$$Lambda+0x000001d684059210 +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPartial +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPattern +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 667 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840577f8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$28 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840575e0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen connectedGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 4 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684057390 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 659 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684057178 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$27 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684056f60 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 638 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684056d48 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 633 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684056b30 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$25 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684056918 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 613 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684056700 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 608 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840564e8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$23 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840562d0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 495 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840560b8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen lambda$woodenWindowPane$27 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684055ea0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowPane (Lnet/minecraft/world/level/block/state/properties/WoodType;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 43 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684055c80 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowPane (Lnet/minecraft/world/level/block/state/properties/WoodType;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 2 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684055a68 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 445 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684055850 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen randomisedWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 79 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684055608 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen randomisedWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 64 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6840553c0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$20 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840551a8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 18 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684054f58 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen randomisedWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 50 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684054cf0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen randomisedWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 43 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684054a88 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen randomisedWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 29 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684054848 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 437 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684054630 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 431 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684054418 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$18 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684054200 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 414 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684053fe8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 408 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684053dd0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 403 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684053bb8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$15 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840539a0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen customWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 8 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684053740 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen customWindowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLjava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 1 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6840534d8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 386 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840532c0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 380 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840530a8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 375 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684052e90 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 370 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684052c78 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$12 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684052a60 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 259 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684052848 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 92 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684052600 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 80 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6840523c0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 72 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684052130 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 62 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051ea8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 54 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051c68 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 46 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051a20 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen lambda$woodenWindowBlock$0 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051808 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 27 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d6840515e8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen windowBlock (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Supplier;ZLcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 6 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051388 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 57 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684051168 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 40 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050f48 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 34 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050d28 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 24 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050ac8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 17 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050860 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen woodenWindowBlock (Lnet/minecraft/world/level/block/state/properties/WoodType;Lnet/minecraft/world/level/block/Block;)Lcom/tterrag/registrate/util/entry/BlockEntry; 2 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050648 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 218 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684050430 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 202 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684050218 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen lambda$framedGlassPane$26 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d684050000 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen connectedGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 134 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404fc10 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen connectedGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 121 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404f9c8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen getPaneModelProvider (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/function/Function; 6 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404f788 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen connectedGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 13 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404f568 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 39 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404f350 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 186 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404f138 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 124 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404eef0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 62 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404ecb0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 54 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404ea68 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 38 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404e7d8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen glassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/util/function/Supplier;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 29 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404e598 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$8 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404e380 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen standardGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 20 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404e130 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen standardGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 13 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404ded0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen standardGlassPane (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 2 member ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404dc88 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 170 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404da70 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 144 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404d858 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 131 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404d640 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 105 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404d400 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 62 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404d1c0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 54 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404cf80 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 46 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404cd40 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 38 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404cab8 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 30 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404c878 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen lambda$framedGlass$20 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404c660 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 22 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404c448 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen framedGlass (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/entry/BlockEntry; 4 argL0 ; # com/simibubi/create/foundation/data/WindowGen$$Lambda+0x000001d68404c1e8 +instanceKlass com/simibubi/create/foundation/data/WindowGen +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 118 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d68404a088 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 61 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684049e48 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 53 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684049c08 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 45 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840499c8 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840497b0 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 37 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684049598 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 29 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d684049358 +instanceKlass @bci com/simibubi/create/content/decoration/palettes/AllPaletteBlocks ()V 21 argL0 ; # com/simibubi/create/content/decoration/palettes/AllPaletteBlocks$$Lambda+0x000001d6840490f8 +instanceKlass com/simibubi/create/content/decoration/palettes/AllPaletteBlocks +instanceKlass @bci com/simibubi/create/AllFluids ()V 298 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684048288 +instanceKlass @bci com/simibubi/create/AllFluids ()V 281 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684048000 +instanceKlass @bci com/simibubi/create/AllFluids ()V 270 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684044ca0 +instanceKlass @bci com/simibubi/create/AllFluids ()V 262 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684044a50 +instanceKlass @bci com/simibubi/create/AllFluids ()V 254 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684044800 +instanceKlass @bci com/simibubi/create/AllFluids ()V 221 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684045bd8 +instanceKlass @bci com/simibubi/create/AllFluids ()V 167 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684045988 +instanceKlass @bci com/simibubi/create/AllFluids ()V 150 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684045700 +instanceKlass @bci com/simibubi/create/AllFluids ()V 139 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d6840454a0 +instanceKlass @bci com/simibubi/create/AllFluids ()V 118 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684045250 +instanceKlass @bci com/simibubi/create/AllFluids ()V 110 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684045000 +instanceKlass @bci com/simibubi/create/AllFluids$SolidRenderedPlaceableFluidType create (ILjava/util/function/Supplier;)Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory; 2 member ; # com/simibubi/create/AllFluids$SolidRenderedPlaceableFluidType$$Lambda+0x000001d684047c80 +instanceKlass @bci com/simibubi/create/AllFluids ()V 93 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d6840476b8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$virtualFluid$11 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;)Lcom/tterrag/registrate/builders/FluidBuilder; 53 argL0 ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684047458 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$virtualFluid$11 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;)Lcom/tterrag/registrate/builders/FluidBuilder; 48 argL0 ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d6840471f8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate lambda$virtualFluid$11 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;)Lcom/tterrag/registrate/builders/FluidBuilder; 43 argL0 ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684046fe0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate virtualFluid (Ljava/lang/String;)Lcom/tterrag/registrate/builders/FluidBuilder; 4 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684046d78 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate virtualFluid (Ljava/lang/String;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/FluidBuilder; 8 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d684046b10 +instanceKlass @bci com/simibubi/create/AllFluids ()V 31 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d6840468b0 +instanceKlass @bci com/simibubi/create/AllFluids ()V 26 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684046650 +instanceKlass @bci com/simibubi/create/AllFluids ()V 21 argL0 ; # com/simibubi/create/AllFluids$$Lambda+0x000001d684043798 +instanceKlass com/simibubi/create/AllFluids +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15554 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684042fa8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15549 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684042d68 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$StairVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 41 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$StairVariant$$Lambda+0x000001d684042b08 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$SlabVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 4 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$SlabVariant$$Lambda+0x000001d684041958 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$BlockVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 4 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$BlockVariant$$Lambda+0x000001d6840416f8 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$StairVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 48 member ; # com/simibubi/create/foundation/block/CopperBlockSet$StairVariant$$Lambda+0x000001d684041490 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$SlabVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 11 member ; # com/simibubi/create/foundation/block/CopperBlockSet$SlabVariant$$Lambda+0x000001d684041228 +instanceKlass com/simibubi/create/foundation/block/CopperRegistries +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 235 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d684040de0 +instanceKlass @cpi com/simibubi/create/foundation/block/CopperBlockSet 502 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684044400 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 216 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d684040b98 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 157 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d684040940 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 138 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d6840406f8 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 125 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d6840404b0 +instanceKlass @cpi com/simibubi/create/foundation/block/CopperBlockSet 482 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d684044000 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 112 member ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d684040268 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet$BlockVariant getFactory (Lcom/simibubi/create/foundation/block/CopperBlockSet;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 11 member ; # com/simibubi/create/foundation/block/CopperBlockSet$BlockVariant$$Lambda+0x000001d684040000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15522 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403fcd8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15517 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403fa98 +instanceKlass com/simibubi/create/foundation/block/CopperBlockSet$StairVariant +instanceKlass com/simibubi/create/foundation/block/CopperBlockSet$SlabVariant +instanceKlass com/simibubi/create/foundation/block/CopperBlockSet$BlockVariant +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet ()V 82 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d68403df80 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet ()V 65 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d68403dd68 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet ()V 48 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d68403db50 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet ()V 31 argL0 ; # com/simibubi/create/foundation/block/CopperBlockSet$$Lambda+0x000001d68403d938 +instanceKlass com/simibubi/create/foundation/block/CopperBlockSet$Variant +instanceKlass com/simibubi/create/foundation/block/CopperBlockSet +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15484 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403d2b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15458 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403d030 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15450 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403cdf0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15442 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403cb90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15419 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403c950 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15393 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403c6c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15385 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403c488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15377 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403c228 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15348 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403bfe8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15340 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403bda8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15323 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403bb20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15315 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403b8e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15307 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403b680 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15268 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403b3f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15216 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403b1b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15208 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403af30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15200 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403acf0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15192 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403aa90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15151 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403a850 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15127 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403a5c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15119 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403a388 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 15111 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68403a128 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14996 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039ea0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14988 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039c60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14980 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039a00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14863 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039778 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14855 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039538 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14847 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840392d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14812 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684039078 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$palettesIronBlock$120 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 50 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684038e38 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$palettesIronBlock$120 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 26 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684038bf8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$palettesIronBlock$120 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684038970 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$palettesIronBlock$120 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684038730 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers palettesIronBlock ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6840384a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14777 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684038248 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen simpleCubeAll (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d684038000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14680 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684037c20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14672 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840379e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14664 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684037780 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14556 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840374f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14548 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840372b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14540 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684037058 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14445 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684036dd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14437 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684036b90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14429 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684036930 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14328 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840366f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14311 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684036468 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14303 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684036228 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14295 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684035fc8 +instanceKlass @bci com/simibubi/create/foundation/data/TagGen tagBlockAndItem (Ljava/util/Map;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 1 member ; # com/simibubi/create/foundation/data/TagGen$$Lambda+0x000001d684035d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14194 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684035b20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14177 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684035898 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14169 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684035658 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14161 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840353f8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$460 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840351e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14141 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684034fc8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14127 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684034db0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14119 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840348b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14101 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684034678 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14093 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684034418 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14073 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684034190 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14053 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684033f30 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$trapdoor$24 (ZLcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 2 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684033cf0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers trapdoor (Z)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684033a68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14023 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840337e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14015 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840335a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 14007 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684033340 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13987 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684032108 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13967 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684031ea8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13947 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684031c20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13927 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840319c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13907 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684031738 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13887 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840314d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13867 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684031250 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 157 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684031008 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 116 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030dc8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$28 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030bb0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030998 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030758 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6840304d0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$slidingDoor$31 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030290 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers slidingDoor (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684030000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13847 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402fc08 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 118 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402f9b8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 107 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402f770 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 98 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402f528 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 48 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402f298 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 39 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402f058 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$447 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 31 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402edf0 +instanceKlass com/simibubi/create/content/contraptions/actors/seat/SeatMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13830 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402d900 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13806 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402d6e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13798 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402d4a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13780 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402d010 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13735 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402cdd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13718 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402cbb8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13701 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402c958 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13656 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402b4e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13639 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68402b2c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13622 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684027d30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13614 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684027ad0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13594 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684027890 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$434 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684027678 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13561 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684027460 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13553 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840271d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13545 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684026f98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13537 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684026d38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13511 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684026b20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13503 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840268e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13495 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840266a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13478 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684026418 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13470 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840261d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13462 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684025f78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13424 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684025d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13416 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684025b20 +instanceKlass com/simibubi/create/content/decoration/girder/GirderBlockStateGenerator +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13399 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684025698 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13391 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684025458 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13383 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840251f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13345 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684024fe0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13334 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684024d80 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13296 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684024b68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13285 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684024908 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 94 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6840246c8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 86 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684024480 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 76 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684024240 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 40 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684023310 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 28 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6840230c8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$57 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684022eb0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 19 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684022c98 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 11 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684022a08 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$scaffold$63 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 2 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6840227c8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers scaffold (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 8 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d684022538 +instanceKlass @bci com/simibubi/create/AllSpriteShifts populateMaps ()V 81 argL0 ; # com/simibubi/create/AllSpriteShifts$$Lambda+0x000001d684022310 +instanceKlass @bci com/simibubi/create/AllSpriteShifts vault (Ljava/lang/String;)Lnet/createmod/catnip/data/Couple; 8 member ; # com/simibubi/create/AllSpriteShifts$$Lambda+0x000001d6840220d0 +instanceKlass com/simibubi/create/foundation/block/connected/CTSpriteShifter +instanceKlass com/simibubi/create/foundation/block/connected/CTTypeRegistry +instanceKlass com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour$ContextRequirement$Builder +instanceKlass com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour$ContextRequirement +instanceKlass @bci net/createmod/catnip/render/StitchedSprite (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 21 argL0 ; # net/createmod/catnip/render/StitchedSprite$$Lambda+0x000001d68401fa68 +instanceKlass net/createmod/catnip/render/StitchedSprite +instanceKlass @bci net/createmod/catnip/render/SpriteShifter lambda$get$1 (Lnet/createmod/catnip/render/SpriteShiftEntry;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Ljava/lang/Runnable; 3 member ; # net/createmod/catnip/render/SpriteShifter$$Lambda+0x000001d68401f620 +instanceKlass @bci net/createmod/catnip/render/SpriteShifter get (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/createmod/catnip/render/SpriteShiftEntry; 53 member ; # net/createmod/catnip/render/SpriteShifter$$Lambda+0x000001d68401f400 +instanceKlass net/createmod/catnip/render/SpriteShifter +instanceKlass com/simibubi/create/foundation/block/connected/CTType +instanceKlass com/simibubi/create/AllSpriteShifts +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13247 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401ede8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13236 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401eb88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13216 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401d9d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13198 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401d7b8 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 104 member ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401d570 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 95 member ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401d328 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen barsBlockState (Ljava/lang/String;Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 2 member ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401d0e0 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 34 member ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401ce50 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 25 argL0 ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401cc10 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen lambda$createBars$1 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401c9f8 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 17 argL0 ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401c7e0 +instanceKlass @bci com/simibubi/create/foundation/data/MetalBarsGen createBars (Ljava/lang/String;ZLjava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 9 argL0 ; # com/simibubi/create/foundation/data/MetalBarsGen$$Lambda+0x000001d68401c580 +instanceKlass com/simibubi/create/foundation/data/MetalBarsGen +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13180 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401c168 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13153 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401bf50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13142 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401bcf0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13113 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401bad8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13102 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401b878 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 78 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401b630 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 69 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401b3e8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 35 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401b160 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 27 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401af18 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$49 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401ad00 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 18 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401aae8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401a858 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$ladder$54 (Lnet/minecraft/world/level/material/MapColor;Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401a618 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers ladder (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/world/level/material/MapColor;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 3 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68401a388 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13073 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68401a170 +instanceKlass com/tterrag/registrate/util/DataIngredient +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13062 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684019d08 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13026 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684017cc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13015 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684017a70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 13007 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684017830 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12999 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840175f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12991 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840173b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12958 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684017128 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12950 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684016ee8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12942 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684016c88 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 116 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684015378 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 107 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684015138 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 68 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840141d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 57 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013f90 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 48 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013d50 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$408 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013b38 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 40 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013920 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 32 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013690 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 23 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684013450 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$413 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 15 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d6840131e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12925 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684012fb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12863 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684012d70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12855 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684012ae8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12847 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684012888 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12802 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684011218 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12794 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d684010fb8 +instanceKlass com/simibubi/create/content/contraptions/behaviour/BellMovementBehaviour +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$100 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 61 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400faa0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$100 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 50 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400f860 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$96 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400f648 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$100 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 26 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400f430 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$100 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400f1a8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bell$100 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400ef68 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers bell ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400ece0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12749 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400ea58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12741 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400e7f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12715 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400c658 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12699 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400c418 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12691 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400c1b8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$backtank$94 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 39 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400bf70 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$backtank$92 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400bd58 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$backtank$94 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 18 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400bb40 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$backtank$94 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400b900 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers backtank (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d68400b670 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12665 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d68400b450 +instanceKlass @bci com/simibubi/create/AllItems ()V 3005 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d68400b1c8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2997 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d68400af68 +instanceKlass @bci com/simibubi/create/AllItems ()V 2977 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d6840093d8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2969 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684009178 +instanceKlass @bci com/simibubi/create/AllItems ()V 2949 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684008260 +instanceKlass @bci com/simibubi/create/AllItems ()V 2941 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684008000 +instanceKlass @bci com/simibubi/create/AllItems ()V 2921 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684007b80 +instanceKlass @bci com/simibubi/create/AllItems ()V 2913 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d684007920 +instanceKlass @bci com/simibubi/create/AllItems ()V 2887 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fffc98 +instanceKlass @bci com/simibubi/create/AllItems ()V 2867 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fffa38 +instanceKlass @bci com/simibubi/create/AllItems ()V 2847 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fff7d8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2821 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fff578 +instanceKlass com/simibubi/create/foundation/recipe/ItemCopyingRecipe$SupportsItemCopying +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packageItem (Lcom/simibubi/create/content/logistics/box/PackageStyles$PackageStyle;)Lcom/tterrag/registrate/builders/ItemBuilder; 59 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fff138 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packageItem (Lcom/simibubi/create/content/logistics/box/PackageStyles$PackageStyle;)Lcom/tterrag/registrate/builders/ItemBuilder; 33 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ffeeb0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packageItem (Lcom/simibubi/create/content/logistics/box/PackageStyles$PackageStyle;)Lcom/tterrag/registrate/builders/ItemBuilder; 25 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ffec48 +instanceKlass @bci com/simibubi/create/AllItems ()V 2698 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683ff7d88 +instanceKlass @bci com/simibubi/create/AllItems ()V 2666 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683ff8a20 +instanceKlass @bci com/simibubi/create/AllItems ()V 2658 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683ff7b28 +instanceKlass @bci com/simibubi/create/AllItems ()V 2632 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683ff4d00 +instanceKlass @bci com/simibubi/create/AllItems ()V 2624 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683ff4aa0 +instanceKlass com/simibubi/create/content/equipment/symmetryWand/mirror/SymmetryMirror +instanceKlass @bci com/simibubi/create/AllItems ()V 2585 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fef8e0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2577 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fef680 +instanceKlass @bci com/simibubi/create/AllItems ()V 2526 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fef180 +instanceKlass @bci com/simibubi/create/AllItems ()V 2518 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683feef20 +instanceKlass com/simibubi/create/content/equipment/zapper/ShootGadgetPacket +instanceKlass com/simibubi/create/foundation/item/CustomArmPoseItem +instanceKlass @bci com/simibubi/create/AllItems ()V 2492 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fed558 +instanceKlass @bci com/simibubi/create/AllItems ()V 2484 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fed2f8 +instanceKlass com/simibubi/create/foundation/gui/menu/IClearableMenu +instanceKlass @bci com/simibubi/create/AllItems ()V 2464 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fea9f0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2444 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fea790 +instanceKlass @bci com/simibubi/create/AllItems ()V 2424 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fea530 +instanceKlass @bci com/simibubi/create/AllItems ()V 2385 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe9618 +instanceKlass @bci com/simibubi/create/AllItems ()V 2377 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe93b8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2354 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe8260 +instanceKlass @bci com/simibubi/create/AllItems ()V 2330 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe8000 +instanceKlass @bci com/simibubi/create/AllItems ()V 2294 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe7c70 +instanceKlass com/simibubi/create/foundation/item/CustomUseEffectsItem +instanceKlass @bci com/simibubi/create/AllItems ()V 2274 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe6900 +instanceKlass @bci com/simibubi/create/AllItems ()V 2263 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe66b0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2233 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe6428 +instanceKlass @bci com/simibubi/create/AllItems ()V 2225 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe61c8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2205 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5f88 +instanceKlass @bci com/simibubi/create/AllItems ()V 2194 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5d38 +instanceKlass @bci com/simibubi/create/AllItems ()V 2164 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5ab0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2156 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5850 +instanceKlass @bci com/simibubi/create/AllItems ()V 2136 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5610 +instanceKlass @bci com/simibubi/create/AllItems ()V 2125 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe53c0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2095 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe5138 +instanceKlass @bci com/simibubi/create/AllItems ()V 2087 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe4ed8 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder clientExtension (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/ItemBuilder; 21 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fe4c98 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder registerClientExtension ()V 7 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fe4a68 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder lambda$clientExtension$8 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fe4848 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder clientExtension (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/ItemBuilder; 11 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fe4628 +instanceKlass @bci com/simibubi/create/AllItems ()V 2067 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe43e8 +instanceKlass @bci com/simibubi/create/AllItems ()V 2059 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe41a8 +instanceKlass com/simibubi/create/content/equipment/armor/TrimmableArmorModelGenerator +instanceKlass @bci com/simibubi/create/AllItems ()V 2048 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe3f58 +instanceKlass @bci com/simibubi/create/AllItems ()V 2018 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe3cd0 +instanceKlass @bci com/simibubi/create/AllItems ()V 2010 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe3a70 +instanceKlass @bci com/simibubi/create/AllItems ()V 1977 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe2af8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1969 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe2898 +instanceKlass @bci com/simibubi/create/AllItems ()V 1936 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe2610 +instanceKlass @bci com/simibubi/create/AllItems ()V 1928 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe23b0 +instanceKlass @bci com/simibubi/create/AllItems ()V 1895 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe1438 +instanceKlass @bci com/simibubi/create/AllItems ()V 1887 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe11d8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1854 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe0f50 +instanceKlass @bci com/simibubi/create/AllItems ()V 1846 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fe0cf0 +instanceKlass @bci com/simibubi/create/AllItems ()V 1797 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdfb48 +instanceKlass @bci com/simibubi/create/AllItems ()V 1767 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdf8e8 +instanceKlass com/simibubi/create/foundation/item/LayeredArmorItem +instanceKlass com/simibubi/create/foundation/item/CustomRenderedArmorItem +instanceKlass @bci com/simibubi/create/foundation/data/AssetLookup customGenericItemModel ([Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/AssetLookup$$Lambda+0x000001d683fde570 +instanceKlass @bci com/simibubi/create/AllItems ()V 1696 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fde310 +instanceKlass @bci com/simibubi/create/AllItems ()V 1676 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdc6e8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1668 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdc488 +instanceKlass @bci com/simibubi/create/AllItems ()V 1648 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdc248 +instanceKlass @bci com/simibubi/create/AllItems ()V 1640 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdbfe8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1620 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fdb070 +instanceKlass com/simibubi/create/foundation/networking/ISyncPersistentData +instanceKlass com/simibubi/create/api/schematic/requirement/SpecialEntityItemRequirement +instanceKlass @bci com/simibubi/create/AllItems ()V 1600 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd7ae0 +instanceKlass @bci com/simibubi/create/AllItems ()V 1567 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd6bc8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1559 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd6968 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate itemModel (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683fd5a80 +instanceKlass @bci com/simibubi/create/AllItems ()V 1527 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd5868 +instanceKlass @bci com/simibubi/create/AllItems ()V 1519 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd55e0 +instanceKlass @bci com/simibubi/create/AllItems ()V 1511 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd5380 +instanceKlass @bci com/simibubi/create/AllItems ()V 1469 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd4450 +instanceKlass @bci com/simibubi/create/AllItems ()V 1427 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd41f0 +instanceKlass @bci com/simibubi/create/AllItems ()V 1401 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd3280 +instanceKlass @bci com/simibubi/create/AllItems compatCrushedOre (Lcom/simibubi/create/foundation/data/recipe/CommonMetal;)Lcom/tterrag/registrate/util/entry/ItemEntry; 13 member ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd2308 +instanceKlass @bci com/simibubi/create/AllItems ()V 1070 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd13e8 +instanceKlass @bci com/simibubi/create/AllItems ()V 1049 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd1188 +instanceKlass @bci com/simibubi/create/AllItems ()V 945 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd0f00 +instanceKlass @bci com/simibubi/create/AllItems ()V 937 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fd0ca0 +instanceKlass @bci com/simibubi/create/AllItems ()V 917 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcfd10 +instanceKlass @bci com/simibubi/create/AllItems ()V 909 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcfab0 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder registerItemColor ()V 7 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fcdf40 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder lambda$color$5 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fcdd20 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder color (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/ItemBuilder; 11 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683fcdb00 +instanceKlass @bci com/simibubi/create/AllItems ()V 889 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcd8c0 +instanceKlass @bci com/simibubi/create/foundation/data/AssetLookup existingItemModel ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/AssetLookup$$Lambda+0x000001d683fcd680 +instanceKlass @bci com/simibubi/create/AllItems ()V 875 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcd3f8 +instanceKlass @bci com/simibubi/create/AllItems ()V 867 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcd198 +instanceKlass @bci com/simibubi/create/foundation/data/AssetLookup itemModelWithPartials ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/AssetLookup$$Lambda+0x000001d683fcc2b8 +instanceKlass @bci com/simibubi/create/AllItems ()V 729 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcc030 +instanceKlass @bci com/simibubi/create/AllItems ()V 721 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcbda8 +instanceKlass @bci com/simibubi/create/AllItems ()V 707 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fcbb48 +instanceKlass @bci com/simibubi/create/AllItems ()V 681 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fca9b0 +instanceKlass @bci com/simibubi/create/AllItems ()V 636 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fca750 +instanceKlass @bci com/simibubi/create/AllItems ()V 616 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc9838 +instanceKlass @bci com/simibubi/create/AllItems ()V 589 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc95d8 +instanceKlass @bci com/simibubi/create/AllItems ()V 569 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc9350 +instanceKlass @bci com/simibubi/create/AllItems ()V 542 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc90f0 +instanceKlass @bci com/simibubi/create/AllItems ()V 522 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8e68 +instanceKlass @bci com/simibubi/create/AllItems ()V 501 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8c08 +instanceKlass @bci com/simibubi/create/AllItems ()V 475 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8980 +instanceKlass @bci com/simibubi/create/AllItems ()V 445 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8720 +instanceKlass @bci com/simibubi/create/AllItems ()V 403 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8498 +instanceKlass @bci com/simibubi/create/AllItems ()V 395 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc8238 +instanceKlass @bci com/simibubi/create/api/data/datamaps/BlazeBurnerFuel lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/simibubi/create/api/data/datamaps/BlazeBurnerFuel$$Lambda+0x000001d683fc8000 +instanceKlass @bci com/simibubi/create/api/data/datamaps/BlazeBurnerFuel lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/simibubi/create/api/data/datamaps/BlazeBurnerFuel$$Lambda+0x000001d683fa8400 +instanceKlass @bci com/simibubi/create/api/data/datamaps/BlazeBurnerFuel ()V 21 argL0 ; # com/simibubi/create/api/data/datamaps/BlazeBurnerFuel$$Lambda+0x000001d683fc7da8 +instanceKlass @bci com/simibubi/create/api/data/datamaps/BlazeBurnerFuel ()V 8 argL0 ; # com/simibubi/create/api/data/datamaps/BlazeBurnerFuel$$Lambda+0x000001d683fc7b70 +instanceKlass @bci com/simibubi/create/api/data/datamaps/BlazeBurnerFuel ()V 3 argL0 ; # com/simibubi/create/api/data/datamaps/BlazeBurnerFuel$$Lambda+0x000001d683fc7938 +instanceKlass com/simibubi/create/api/registry/CreateDataMaps +instanceKlass @bci com/simibubi/create/AllItems ()V 334 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc72d8 +instanceKlass @bci com/simibubi/create/AllItems ()V 298 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc7078 +instanceKlass @bci com/simibubi/create/AllItems sequencedIngredient (Ljava/lang/String;)Lcom/tterrag/registrate/util/entry/ItemEntry; 4 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc6e18 +instanceKlass @bci com/tterrag/registrate/builders/Builder dataMap (Lnet/neoforged/neoforge/registries/datamaps/DataMapType;Ljava/lang/Object;)Lcom/tterrag/registrate/builders/Builder; 12 member ; # com/tterrag/registrate/builders/Builder$$Lambda+0x000001d683fc5f28 +instanceKlass @bci com/simibubi/create/AllItems ()V 211 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc5cc8 +instanceKlass @bci com/simibubi/create/AllItems ingredient (Ljava/lang/String;)Lcom/tterrag/registrate/util/entry/ItemEntry; 4 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc5a68 +instanceKlass @bci com/simibubi/create/AllItems taggedIngredient (Ljava/lang/String;[Lnet/minecraft/tags/TagKey;)Lcom/tterrag/registrate/util/entry/ItemEntry; 4 argL0 ; # com/simibubi/create/AllItems$$Lambda+0x000001d683fc5808 +instanceKlass com/simibubi/create/AllItems +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12649 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc53c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12641 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc5168 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12621 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3e18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12613 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3bd8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12596 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3998 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12588 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3738 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$398 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3520 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12540 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc3308 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12532 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc30c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12517 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc2c20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12509 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc29c0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$396 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc27a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12486 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc2590 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12478 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc2348 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12463 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fc1ea8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12455 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbfca8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12429 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbfa68 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$394 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbf850 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12418 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbf638 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12410 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbf3f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12379 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbf1b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12371 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbef50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12345 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbed10 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$392 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbeaf8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12334 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbe8e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12326 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbe698 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12295 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbe458 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12287 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbe1f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12261 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbdfb8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$390 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbdda0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12250 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbdb88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12242 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbd940 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12211 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbd240 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12203 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbcfe0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12180 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbae38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12147 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fbabb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12139 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fba970 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12131 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fba710 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12096 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb93f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12088 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb91b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12055 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb8f70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 12047 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa8c30 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$384 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa8a18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11999 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa8800 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11991 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb7d48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11942 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb7898 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11934 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb7658 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11926 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb73f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11894 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb61e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11886 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb5f60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11878 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb5d20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11870 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb5ac0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$376 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb49b8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 83 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb47a0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 75 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb4560 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 67 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb4318 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 43 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb4088 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 34 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb3e48 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$377 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 26 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb3be0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11853 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb39a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$371 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb3790 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11823 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb3578 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11815 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb3330 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11791 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb2e80 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11783 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb2c40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11775 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb29e0 +instanceKlass @bci com/simibubi/create/api/behaviour/display/DisplayTarget lambda$displayTarget$1 (Lcom/tterrag/registrate/util/entry/RegistryEntry;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/simibubi/create/api/behaviour/display/DisplayTarget$$Lambda+0x000001d683fb2788 +instanceKlass @bci com/simibubi/create/api/behaviour/display/DisplayTarget displayTarget (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/api/behaviour/display/DisplayTarget$$Lambda+0x000001d683fb24f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11725 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb22b8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$366 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb20a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11699 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fb1e88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11691 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fabd60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11683 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fabb20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11675 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fab8c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11630 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa9d38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11622 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fab680 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$363 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fab468 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11605 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fab250 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11597 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683faafc8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11589 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fafcb8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11581 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fafa58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11546 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683faee20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11538 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683faeb98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11523 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fae958 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11512 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fae6f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11477 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fae4b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11469 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fae230 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11454 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fadff0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11443 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fadd90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11408 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fadb50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11400 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fad8c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11385 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fad688 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11374 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fad428 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$352 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 49 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fad1e0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$352 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 40 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683facf50 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 146 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683facd10 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 122 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa7c40 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 86 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa7a00 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 75 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa77b0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 37 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa7598 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 29 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa7350 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$104 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa7138 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$tableCloth$110 (ZLcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 20 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa6f20 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers tableCloth (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Z)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 3 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683fa6c90 +instanceKlass @cpi com/simibubi/create/foundation/data/BuilderTransformers 1741 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683fa8000 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$352 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 24 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa6a50 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$352 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 15 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa67e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11357 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa55e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11333 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa53a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11325 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa5168 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11299 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa4240 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11291 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa4000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11274 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa3d78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11266 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa3af0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11258 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa38b0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$343 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa3698 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11250 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa3480 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11242 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa3220 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11197 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa1f10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11189 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683fa0fc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11172 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9fc70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11164 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9f9e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11156 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9f7a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11148 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9f548 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11122 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9f308 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11114 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9f0c8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$338 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9eeb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11106 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9ec98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11089 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9ea10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11081 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9e7d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11073 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9e570 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11028 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9d368 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 11020 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9c410 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10996 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9bf60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10988 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9bd20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10980 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9bac0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 106 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9a7c8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 97 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9a580 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 88 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9a340 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 77 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f9a0f0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 50 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f99ea8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 32 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f99c18 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 23 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f999d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$335 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 15 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f99770 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10963 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f98480 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10939 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f98240 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10931 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f98000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10923 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f97040 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$326 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f96e28 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10915 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f96c10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10898 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f96988 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10890 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f96700 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10882 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f964c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10874 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f96260 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10839 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f95040 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 68 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f93e40 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 57 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f93bf8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$115 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f937b8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 42 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f935a0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f93318 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f93090 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f92e08 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$packager$116 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f92bc8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packager ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f92940 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10810 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f926e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10762 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f914e0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$321 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f912c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10754 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f910b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10737 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8fbe8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10729 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8f9a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10721 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8f748 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10695 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8f508 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10669 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8e5e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10661 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8e130 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10644 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8dea8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10636 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8dc68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10628 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8da08 +instanceKlass com/simibubi/create/foundation/blockEntity/IMultiBlockEntityContainer$Inventory +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10596 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8b8d8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$crate$90 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 31 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f8b648 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$crate$90 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 19 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f8b400 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$crate$90 (Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f8b1c0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers crate (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f8af30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10576 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f8acd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10510 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f88bd8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10486 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f88728 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10478 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f884a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10470 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f88260 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10462 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f88000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10348 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f862a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10324 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f85df0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10316 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f85b68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10308 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f85928 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10300 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f856c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10274 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f828c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10224 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f823d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10216 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f82170 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 58 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f80f50 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 46 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f80d10 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 38 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7fd80 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 18 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7faf8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$75 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7f8e0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7f6c8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$beltTunnel$79 (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 2 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7f488 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers beltTunnel (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 18 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f7f1f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10154 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7ef70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10146 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7ed10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10126 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7daf8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10118 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7d8b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10100 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7d670 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10067 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7d3e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10059 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7d1a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$303 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7cf90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10051 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7cd78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 10043 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7cb18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9992 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7c8d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9984 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7c690 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9953 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7c450 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9920 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7c1c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9912 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7bf88 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$298 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7bd70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9904 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7bb58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9896 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7b8f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9876 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7a5f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9868 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f7a3a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9850 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f79f38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9817 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f79cb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9809 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f79a70 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$293 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f79858 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9801 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f79640 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9793 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f793e0 +instanceKlass @bci com/simibubi/create/content/logistics/funnel/FunnelGenerator itemModel (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 16 member ; # com/simibubi/create/content/logistics/funnel/FunnelGenerator$$Lambda+0x000001d683f79198 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9742 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f78f58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9734 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f78000 +instanceKlass com/simibubi/create/content/logistics/funnel/FunnelMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9703 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f77678 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9670 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f773f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9662 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f771b0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$288 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f76f98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9654 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f76d80 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9646 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f76b20 +instanceKlass com/simibubi/create/content/contraptions/actors/trainControls/ControlsMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9576 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f73378 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$285 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f73160 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9559 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6fdd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9551 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f72ed8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9543 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f72c98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9535 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f72a38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9506 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f727b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9498 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f72550 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 50 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f72300 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 42 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f720c0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 34 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f71e80 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f71bf8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f71970 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bogey$13 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f71730 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers bogey ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f714a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9469 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f71220 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9461 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f70fc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9380 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6fb90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9372 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6f908 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9364 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6f6c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9356 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6f468 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9312 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6f228 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9295 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6efa0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9287 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6ed60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9279 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6eb00 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackTargetingBlockItem ofType (Lcom/simibubi/create/content/trains/graph/EdgePointType;)Lcom/tterrag/registrate/util/nullness/NonNullBiFunction; 1 member ; # com/simibubi/create/content/trains/track/TrackTargetingBlockItem$$Lambda+0x000001d683f6d8f8 +instanceKlass @bci com/simibubi/create/content/trains/graph/EdgePointType ()V 47 argL0 ; # com/simibubi/create/content/trains/graph/EdgePointType$$Lambda+0x000001d683f6c9c0 +instanceKlass @bci com/simibubi/create/content/trains/graph/EdgePointType ()V 31 argL0 ; # com/simibubi/create/content/trains/graph/EdgePointType$$Lambda+0x000001d683f6c4c0 +instanceKlass com/simibubi/create/compat/computercraft/events/ComputerEvent +instanceKlass @bci com/simibubi/create/content/trains/graph/EdgePointType ()V 15 argL0 ; # com/simibubi/create/content/trains/graph/EdgePointType$$Lambda+0x000001d683f6baf0 +instanceKlass com/simibubi/create/content/trains/signal/TrackEdgePoint +instanceKlass com/simibubi/create/content/trains/graph/EdgePointType +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9211 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6ac20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9194 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6a998 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9186 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6a758 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9178 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f6a4f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9152 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f67308 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$layeredCasing$74 (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 45 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f670d8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$layeredCasing$74 (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 30 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f66eb8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$layeredCasing$74 (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 20 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f66c70 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$layeredCasing$74 (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f66a30 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers layeredCasing (Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f667a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9138 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f66588 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9133 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f66370 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9125 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f66110 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9099 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f65ed0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9091 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f65c48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9083 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f659e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9057 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f647d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 9033 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f64598 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8974 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f63638 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8953 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f631f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8945 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f62fb8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$263 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f62da0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8928 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f62b88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8920 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f62900 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8912 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f626c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8904 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f62458 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory lambda$build$9 ()Ljava/util/function/Supplier; 1 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f62238 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory build ()Lcom/simibubi/create/content/trains/track/TrackMaterial; 194 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f62018 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory lambda$build$7 ()Ljava/lang/Runnable; 1 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f61df8 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory build ()Lcom/simibubi/create/content/trains/track/TrackMaterial; 151 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f61bd8 +instanceKlass com/simibubi/create/content/logistics/box/PackageStyles +instanceKlass net/createmod/catnip/data/Iterate +instanceKlass com/simibubi/create/AllPartialModels +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory lambda$defaultModels$1 ()Ljava/lang/Runnable; 1 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f60000 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterialFactory defaultModels ()Lcom/simibubi/create/content/trains/track/TrackMaterialFactory; 4 member ; # com/simibubi/create/content/trains/track/TrackMaterialFactory$$Lambda+0x000001d683f5fd80 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterial ()V 23 argL0 ; # com/simibubi/create/content/trains/track/TrackMaterial$$Lambda+0x000001d683f5fb68 +instanceKlass @bci com/simibubi/create/content/trains/track/TrackMaterial$TrackType ()V 9 argL0 ; # com/simibubi/create/content/trains/track/TrackMaterial$TrackType$$Lambda+0x000001d683f5f950 +instanceKlass com/simibubi/create/content/trains/track/ITrackBlock +instanceKlass com/simibubi/create/content/trains/track/TrackMaterial$TrackType$TrackBlockFactory +instanceKlass com/simibubi/create/content/trains/track/TrackMaterial$TrackType +instanceKlass @bci com/simibubi/create/foundation/data/recipe/CommonMetal ()V 495 argL0 ; # com/simibubi/create/foundation/data/recipe/CommonMetal$$Lambda+0x000001d683f5cfd0 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 1112 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5c9b0 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 424 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5c788 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 383 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5c560 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 216 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5c338 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 157 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5c110 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 81 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5bee8 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods ()V 42 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5bcc0 +instanceKlass @bci com/simibubi/create/foundation/data/recipe/Mods (Ljava/lang/String;ILjava/lang/String;)V 4 argL0 ; # com/simibubi/create/foundation/data/recipe/Mods$$Lambda+0x000001d683f5ba98 +instanceKlass com/simibubi/create/foundation/data/recipe/Mods$Builder +instanceKlass com/simibubi/create/api/data/recipe/DatagenMod +instanceKlass com/simibubi/create/content/trains/track/TrackMaterialFactory +instanceKlass com/simibubi/create/content/trains/track/TrackMaterial +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8867 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f5a4a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8847 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f59550 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8830 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f592c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8822 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f59088 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8814 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f57cd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8741 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f57a48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8733 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f57808 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8725 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f575a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8668 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f562e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8660 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f560a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8652 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f55e48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8620 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f54bc8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8596 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f54718 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8563 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f54490 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8555 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f54250 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8547 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f53ff0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$255 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f52368 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8515 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f52150 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8501 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f51f38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8465 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f51a40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8457 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f51800 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8449 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f515a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8423 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f50288 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8409 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4fde8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8401 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f50000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8393 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4fb88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8361 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4f970 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8353 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4f6e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8345 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4f488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8319 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4f270 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8311 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4efe8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8303 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4ed88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8277 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4eb70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8269 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4e8e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8261 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4e688 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$casing$70 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 50 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4e458 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$casing$70 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 35 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4e238 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$casing$70 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 26 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4dff8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$casing$70 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4dd70 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$casing$70 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4db30 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers casing (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683f4d8a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8235 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4d688 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8227 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4d400 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8219 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4d1a0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$241 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 85 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4cf60 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$241 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 61 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4cd18 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$241 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 43 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4ca88 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$241 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 34 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4c848 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$241 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 26 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4c5e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8202 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4c3a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8178 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4c168 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8132 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4b1d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8124 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4af90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8116 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4ad30 +instanceKlass @bci com/simibubi/create/foundation/data/TagGen axeOnly ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/foundation/data/TagGen$$Lambda+0x000001d683f4aad0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8039 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4a848 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8031 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4a608 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 8023 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4a3a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7978 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f4a168 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$232 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f49240 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7970 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f49028 +instanceKlass com/simibubi/create/content/trains/entity/TravellingPoint +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7930 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f48240 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7922 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f48000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7914 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f47d28 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7837 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f41e58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7829 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f41c18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7821 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f419b8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$229 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f407c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7773 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f405a8 +instanceKlass com/simibubi/create/content/contraptions/actors/harvester/HarvesterMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7733 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f3fbd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7725 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f3f990 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7717 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f3f730 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7657 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f3d460 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7649 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f3d220 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7632 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f37d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7624 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f37b20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7616 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f378c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7555 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f37680 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7547 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f36730 +instanceKlass com/simibubi/create/content/redstone/contact/ContactMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7514 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f36180 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7506 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f35f40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7498 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f35ce0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7434 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f34bb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7417 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f34928 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7409 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f346e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7401 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f34488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7356 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f34248 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/FTBXModCompat init ()V 18 argL0 ; # dev/ftb/mods/ftbxmodcompat/FTBXModCompat$$Lambda+0x000001d683f33df0 +instanceKlass @bci dev/ftb/mods/ftblibrary/snbt/config/EnumValue write (Ldev/ftb/mods/ftblibrary/snbt/SNBTCompoundTag;)V 48 argL0 ; # dev/ftb/mods/ftblibrary/snbt/config/EnumValue$$Lambda+0x000001d683f33bb8 +instanceKlass net/minecraft/nbt/FloatTag$1 +instanceKlass net/minecraft/nbt/DoubleTag$1 +instanceKlass dev/ftb/mods/ftblibrary/snbt/SpecialTag +instanceKlass com/simibubi/create/content/kinetics/deployer/DeployerMovementBehaviour +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBTParser +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7289 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f323c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7281 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f32180 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7273 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f31f20 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManager registerStartupConfig (Ldev/ftb/mods/ftblibrary/snbt/config/SNBTConfig;Ljava/lang/String;)Ldev/ftb/mods/ftblibrary/snbt/config/SNBTConfig; 27 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManager$$Lambda+0x000001d683f31ce0 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$CurrencySelector ()V 25 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$CurrencySelector$$Lambda+0x000001d683f30860 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$CurrencySelector ()V 7 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$CurrencySelector$$Lambda+0x000001d683f30648 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector ()V 43 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector$$Lambda+0x000001d683f30000 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector ()V 25 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector$$Lambda+0x000001d683f2fc90 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector ()V 7 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector$$Lambda+0x000001d683f2fa78 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$218 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f2f430 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector ()V 61 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector$$Lambda+0x000001d683f2f218 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7225 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f2f000 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector ()V 43 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector$$Lambda+0x000001d683f27db0 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector ()V 25 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector$$Lambda+0x000001d683f27b98 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector ()V 7 argL0 ; # dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector$$Lambda+0x000001d683f27730 +instanceKlass dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7189 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f26d38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7165 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f26888 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$216 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f26670 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7157 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f26458 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7149 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f26218 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7141 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f25fb8 +instanceKlass dev/latvian/mods/kubejs/server/KubeJSServerEventHandler +instanceKlass com/simibubi/create/content/kinetics/base/BlockBreakingMovementBehaviour +instanceKlass dev/latvian/mods/kubejs/block/KubeJSBlockEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7049 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f1b5d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7041 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f1b390 +instanceKlass dev/latvian/mods/kubejs/player/KubeJSPlayerEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 7033 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f179d8 +instanceKlass @bci java/lang/reflect/Executable sharedToString (IZ[Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/String; 73 argL0 ; # java/lang/reflect/Executable$$Lambda+0x000001d682d68008 +instanceKlass dev/latvian/mods/kubejs/item/DynamicItemTooltipsKubeEvent +instanceKlass dev/latvian/mods/kubejs/client/KubeJSClientEventHandler +instanceKlass com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionControlsMovement +instanceKlass dev/latvian/mods/kubejs/level/KubeJSWorldEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6969 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f169a8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$212 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f16790 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6952 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f16578 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6944 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f162f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6936 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0fdc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6928 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f16090 +instanceKlass dev/latvian/mods/kubejs/registry/RegistryEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6896 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0f680 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$209 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0f468 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6888 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0f250 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6880 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0efc8 +instanceKlass dev/latvian/mods/kubejs/entity/KubeJSEntityEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6863 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0eb88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6855 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0e928 +instanceKlass dev/latvian/mods/kubejs/block/entity/BlockEntityInfo +instanceKlass dev/latvian/mods/kubejs/block/entity/BlockEntityAttachmentHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6829 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f0d238 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen radialChassis ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683f0cff8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6787 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f07c48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6779 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f07808 +instanceKlass dev/latvian/mods/kubejs/item/creativetab/CreativeTabCallback +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6771 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f073b0 +instanceKlass dev/latvian/mods/kubejs/KubeJSModEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6742 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f06f98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6703 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f06d10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6695 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f06ad0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6687 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f06870 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6652 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f06658 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen linearChassis ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683f061a8 +instanceKlass dev/latvian/mods/kubejs/item/KubeJSItemEventHandler +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6613 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f05d20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6605 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f05ae0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6597 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f05880 +instanceKlass dev/latvian/mods/kubejs/net/KubeJSNet +instanceKlass dev/latvian/mods/kubejs/event/EventResult +instanceKlass dev/latvian/mods/kubejs/event/KubeStartupEvent$1 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/AnyMatchRuleTest ()V 20 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/AnyMatchRuleTest$$Lambda+0x000001d683f02b18 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/AnyMatchRuleTest ()V 15 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/AnyMatchRuleTest$$Lambda+0x000001d683f028e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6577 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f02488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6569 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f02248 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/AllMatchRuleTest ()V 20 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/AllMatchRuleTest$$Lambda+0x000001d683f02010 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6561 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683f01db0 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/AllMatchRuleTest ()V 15 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/AllMatchRuleTest$$Lambda+0x000001d683f01b78 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/KubeJSRuleTests register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Ljava/util/function/Supplier; 12 member ; # dev/latvian/mods/kubejs/level/ruletest/KubeJSRuleTests$$Lambda+0x000001d683f01530 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/KubeJSRuleTests register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Ljava/util/function/Supplier; 1 member ; # dev/latvian/mods/kubejs/level/ruletest/KubeJSRuleTests$$Lambda+0x000001d683f00470 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/InvertRuleTest ()V 15 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/InvertRuleTest$$Lambda+0x000001d683f00238 +instanceKlass @bci dev/latvian/mods/kubejs/level/ruletest/InvertRuleTest ()V 10 argL0 ; # dev/latvian/mods/kubejs/level/ruletest/InvertRuleTest$$Lambda+0x000001d683f00000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6535 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef7a40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6511 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef7800 +instanceKlass dev/latvian/mods/kubejs/level/ruletest/KubeJSRuleTests +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$199 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683effb50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6503 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eff938 +instanceKlass @bci dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs ()V 16 argL0 ; # dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs$$Lambda+0x000001d683eff720 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6495 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eff4d8 +instanceKlass dev/latvian/mods/kubejs/item/creativetab/KubeJSCreativeTabs +instanceKlass @bci dev/latvian/mods/kubejs/holder/KubeJSHolderSets ()V 32 argL0 ; # dev/latvian/mods/kubejs/holder/KubeJSHolderSets$$Lambda+0x000001d683efeea0 +instanceKlass dev/latvian/mods/kubejs/holder/KubeJSHolderSets$2 +instanceKlass @bci dev/latvian/mods/kubejs/holder/KubeJSHolderSets ()V 16 argL0 ; # dev/latvian/mods/kubejs/holder/KubeJSHolderSets$$Lambda+0x000001d683efea58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6471 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683efe818 +instanceKlass dev/latvian/mods/kubejs/holder/KubeJSHolderSets$1 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6463 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683efe388 +instanceKlass dev/latvian/mods/kubejs/holder/KubeJSHolderSets +instanceKlass @bci dev/latvian/mods/kubejs/fluid/KubeJSFluidIngredients ()V 32 argL0 ; # dev/latvian/mods/kubejs/fluid/KubeJSFluidIngredients$$Lambda+0x000001d683efdf78 +instanceKlass @bci dev/latvian/mods/kubejs/fluid/KubeJSFluidIngredients ()V 16 argL0 ; # dev/latvian/mods/kubejs/fluid/KubeJSFluidIngredients$$Lambda+0x000001d683efdd60 +instanceKlass dev/latvian/mods/kubejs/fluid/KubeJSFluidIngredients +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/KubeJSIngredients ()V 64 argL0 ; # dev/latvian/mods/kubejs/ingredient/KubeJSIngredients$$Lambda+0x000001d683efc918 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/KubeJSIngredients ()V 48 argL0 ; # dev/latvian/mods/kubejs/ingredient/KubeJSIngredients$$Lambda+0x000001d683efc700 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/KubeJSIngredients ()V 32 argL0 ; # dev/latvian/mods/kubejs/ingredient/KubeJSIngredients$$Lambda+0x000001d683efc4e8 +instanceKlass @bci dev/latvian/mods/kubejs/ingredient/KubeJSIngredients ()V 16 argL0 ; # dev/latvian/mods/kubejs/ingredient/KubeJSIngredients$$Lambda+0x000001d683efc2d0 +instanceKlass dev/latvian/mods/kubejs/ingredient/KubeJSIngredients +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6434 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683efbe98 +instanceKlass @bci dev/latvian/mods/kubejs/gui/KubeJSMenus ()V 16 argL0 ; # dev/latvian/mods/kubejs/gui/KubeJSMenus$$Lambda+0x000001d683efbc80 +instanceKlass dev/latvian/mods/kubejs/gui/KubeJSMenus +instanceKlass @bci dev/latvian/mods/kubejs/recipe/KubeJSRecipeSerializers ()V 32 argL0 ; # dev/latvian/mods/kubejs/recipe/KubeJSRecipeSerializers$$Lambda+0x000001d683efab58 +instanceKlass dev/latvian/mods/kubejs/recipe/special/KubeJSCraftingRecipe +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$197 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683efa330 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6404 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683efa118 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen cartAssembler ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683ef9ed8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6381 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef9c50 +instanceKlass dev/latvian/mods/kubejs/recipe/special/ShapelessKubeJSRecipe$SerializerKJS +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6373 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef97e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6365 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef9580 +instanceKlass @bci dev/latvian/mods/kubejs/recipe/KubeJSRecipeSerializers ()V 16 argL0 ; # dev/latvian/mods/kubejs/recipe/KubeJSRecipeSerializers$$Lambda+0x000001d683ef9368 +instanceKlass dev/latvian/mods/kubejs/recipe/special/ShapedKubeJSRecipe$SerializerKJS +instanceKlass dev/latvian/mods/kubejs/recipe/KubeJSRecipeSerializers +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6305 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef3b10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6297 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef38d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6289 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef3670 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 ; # java/lang/invoke/LambdaForm$MH+0x000001d683ef7400 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683ef7000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef6c00 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ef6800 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683ef6400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef6000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef5c00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6269 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef23f0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef5800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef5400 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6232 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef21b0 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 form names 11 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ef5000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6224 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef1f50 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 457 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683ef4c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef4800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ef4000 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 41 argL0 ; # dev/latvian/mods/kubejs/script/data/KubeFileResourcePack$$Lambda+0x000001d683ef0db8 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 31 argL0 ; # dev/latvian/mods/kubejs/script/data/KubeFileResourcePack$$Lambda+0x000001d683ef0b70 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 21 argL0 ; # dev/latvian/mods/kubejs/script/data/KubeFileResourcePack$$Lambda+0x000001d683ef0938 +instanceKlass @bci dev/latvian/mods/kubejs/script/data/KubeFileResourcePack scanForInvalidFiles (Ljava/lang/String;Ljava/nio/file/Path;)V 11 argL0 ; # dev/latvian/mods/kubejs/script/data/KubeFileResourcePack$$Lambda+0x000001d683ef06f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6204 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef04b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6167 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ef0228 +instanceKlass @bci dev/latvian/mods/kubejs/KubeJS (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 341 argL0 ; # dev/latvian/mods/kubejs/KubeJS$$Lambda+0x000001d683ef0000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6159 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eefbf0 +instanceKlass @bci dev/latvian/mods/kubejs/client/KubeJSKeybinds triggerReload ()V 47 argL0 ; # dev/latvian/mods/kubejs/client/KubeJSKeybinds$$Lambda+0x000001d683eef9c8 +instanceKlass @bci dev/latvian/mods/kubejs/client/ScheduledClientEvent ()V 4 argL0 ; # dev/latvian/mods/kubejs/client/ScheduledClientEvent$$Lambda+0x000001d683eed228 +instanceKlass @bci dev/latvian/mods/kubejs/util/ScheduledEvents$ScheduledEvent ()V 0 argL0 ; # dev/latvian/mods/kubejs/util/ScheduledEvents$ScheduledEvent$$Lambda+0x000001d683eecfe0 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen horizontalAxisBlockProvider (Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683eecb78 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$191 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eec960 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6083 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eec748 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6075 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eec4c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6067 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eec238 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6059 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eebff8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 6051 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eebd98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5979 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eeaad8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5971 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eea878 +instanceKlass com/simibubi/create/content/contraptions/bearing/StabilizedBearingMovementBehaviour +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5883 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee9040 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5875 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee7bd0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bearing$86 (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 37 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ee7988 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bearing$86 (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 21 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ee7740 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bearing$86 (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ee74b8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$bearing$86 (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 2 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ee7278 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers bearing (Ljava/lang/String;Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 49 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ee6fe8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5800 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee6d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5783 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee6b00 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager reload ()V 146 argL0 ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d683ee4928 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5726 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee46e8 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 543 ; # java/lang/invoke/LambdaForm$MH+0x000001d683ee3c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683ee3800 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5709 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee4460 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 543 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ee3400 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5701 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ee4220 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 543 member ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d683ee4000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5693 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edfc00 +instanceKlass @cpi dev/latvian/mods/kubejs/script/ScriptManager 676 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ee3000 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 444 ; # java/lang/invoke/LambdaForm$MH+0x000001d683ee2c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683ee2800 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 444 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683ee2400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee2000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee1c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee1800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee1400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee0800 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen directionalAxisBlockProvider ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683ede978 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5646 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ede6f0 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 300 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683ee0400 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5638 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ede4b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ee0000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5630 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ede250 +instanceKlass dev/latvian/mods/kubejs/script/ConsoleLine$1 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5610 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edc6b0 +instanceKlass dev/latvian/mods/rhino/ScriptRuntime$NoSuchMethodShim +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5602 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edc248 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5585 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edbfc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5577 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edbd80 +instanceKlass dev/latvian/mods/rhino/Interpreter$CallFrame +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5569 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edb908 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5530 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edb680 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5522 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edb440 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5514 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683edb1e0 +instanceKlass dev/latvian/mods/rhino/ObjToIntMap$Iterator +instanceKlass dev/latvian/mods/rhino/InterpreterData +instanceKlass dev/latvian/mods/rhino/NodeTransformer +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5457 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed9958 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5449 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed96f8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$mechanicalPiston$81 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed92d0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$mechanicalPiston$82 (Lnet/minecraft/world/level/block/state/properties/PistonType;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 33 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed90b8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$mechanicalPiston$82 (Lnet/minecraft/world/level/block/state/properties/PistonType;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed8e70 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$mechanicalPiston$82 (Lnet/minecraft/world/level/block/state/properties/PistonType;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed89b8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$mechanicalPiston$82 (Lnet/minecraft/world/level/block/state/properties/PistonType;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed8778 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers mechanicalPiston (Lnet/minecraft/world/level/block/state/properties/PistonType;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ed84e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5392 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed8260 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5384 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed8000 +instanceKlass dev/latvian/mods/rhino/Script +instanceKlass dev/latvian/mods/rhino/Icode +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5364 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed57f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5340 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed5568 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5332 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed5328 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5324 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed50c8 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen whistleExtender ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683ed4e88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5289 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed4c00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5281 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed49c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5273 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed4760 +instanceKlass dev/latvian/mods/rhino/Node$NodeIterator +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5241 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed3078 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5217 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed2bc8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5209 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed2988 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5201 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed2728 +instanceKlass dev/latvian/mods/rhino/ObjToIntMap +instanceKlass dev/latvian/mods/rhino/TokenStream +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5145 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed1070 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5128 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed0e30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5120 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ed0bd0 +instanceKlass dev/latvian/mods/rhino/ast/IdeErrorReporter +instanceKlass com/simibubi/create/content/contraptions/render/ActorVisual +instanceKlass com/simibubi/create/content/contraptions/actors/psi/PortableStorageInterfaceMovement +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5056 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eca6f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5039 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec9ff8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5031 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec9db8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 5023 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec7d58 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4994 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec61d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$165 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec5fc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4986 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec5968 +instanceKlass @bci ru/hollowhorizon/additions/questing/neoforge/CertainQuestingAdditionsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 30 argL0 ; # ru/hollowhorizon/additions/questing/neoforge/CertainQuestingAdditionsNeoForge$$Lambda+0x000001d683ec5740 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4978 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec5500 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4961 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec4e68 +instanceKlass @bci ru/hollowhorizon/additions/questing/neoforge/CertainQuestingAdditionsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # ru/hollowhorizon/additions/questing/neoforge/CertainQuestingAdditionsNeoForge$$Lambda+0x000001d683ec4c40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4953 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec45b0 +instanceKlass dev/latvian/mods/rhino/ast/DestructuringForm +instanceKlass net/minecraft/nbt/StringTagVisitor +instanceKlass net/minecraft/nbt/TagVisitor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4930 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec1678 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$162 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec1038 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4922 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec09f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4905 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec0260 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4897 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ec0000 +instanceKlass net/minecraft/nbt/IntTag$Cache +instanceKlass net/minecraft/nbt/IntTag$1 +instanceKlass net/minecraft/nbt/ByteTag$Cache +instanceKlass net/minecraft/nbt/ByteTag$1 +instanceKlass net/minecraft/nbt/TagType$StaticSize +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$161 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb7d40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4837 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb7b28 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4829 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb78a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4821 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb7660 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4813 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb7400 +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBTBuilder +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4787 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb5be8 +instanceKlass dev/latvian/mods/rhino/Node +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4779 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb5600 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4771 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb53c0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$158 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb51a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4763 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb4f90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4737 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb4d78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4729 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb48d8 +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBT +instanceKlass dev/latvian/mods/rhino/Parser +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4686 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb4108 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4678 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb3ec8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4670 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb3c68 +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBTTagProperties +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4622 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb3820 +instanceKlass @bci dev/ftb/mods/ftblibrary/snbt/config/ConfigUtil loadDefaulted (Ldev/ftb/mods/ftblibrary/snbt/config/SNBTConfig;Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;)V 38 member ; # dev/ftb/mods/ftblibrary/snbt/config/ConfigUtil$$Lambda+0x000001d683eb3600 +instanceKlass dev/ftb/mods/ftblibrary/snbt/config/ConfigUtil +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$155 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb1de8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4614 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb1bd0 +instanceKlass com/simibubi/create/content/fluids/tank/FluidTankMovementBehavior +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4560 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb0fa0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4552 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb0d58 +instanceKlass ru/hollowhorizon/additions/questing/config/QuestAnimationsConfig +instanceKlass dev/latvian/mods/rhino/DefaultErrorReporter +instanceKlass ru/hollowhorizon/additions/questing/CertainQuestingAdditions +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4528 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb0458 +instanceKlass dev/latvian/mods/rhino/CompilerEnvirons +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4520 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eb0000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4512 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683eafba8 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 95 argL0 ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eaf980 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 84 argL0 ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eaf758 +instanceKlass com/simibubi/create/foundation/blockEntity/IMultiBlockEntityContainer$Fluid +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 68 argL0 ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eae380 +instanceKlass com/simibubi/create/foundation/blockEntity/IMultiBlockEntityContainer +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ClientSetup init (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ClientSetup$$Lambda+0x000001d683eadf60 +instanceKlass dev/ftb/mods/ftbquests/client/neoforge/ModelBakeEventHandler +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ClientSetup init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ClientSetup$$Lambda+0x000001d683ead888 +instanceKlass dev/ftb/mods/ftbquests/neoforge/ClientSetup +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSTeamData +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 42 member ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eacf70 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 29 argL0 ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eacd58 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 24 argL0 ; # dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge$$Lambda+0x000001d683eacb40 +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSWrapper +instanceKlass dev/ftb/mods/ftbquests/client/EnergyTaskClientData +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 130 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaabc8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 116 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaa9a8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 102 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaa788 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 88 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaa558 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 74 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaa338 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 60 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683eaa108 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 46 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683ea9ed8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 32 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683ea9ca8 +instanceKlass dev/ftb/mods/ftblibrary/api/sidebar/SidebarButtonCreatedEvent +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$151 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 52 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea9850 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 18 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683ea9620 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$151 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 24 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea9390 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler init ()V 4 member ; # dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler$$Lambda+0x000001d683ea9160 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$151 (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/entry/BlockEntry; 15 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea8ef8 +instanceKlass dev/ftb/mods/ftbquests/client/FTBQuestsClientEventHandler +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/wrapper/GLFWInputWrapper ()V 0 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/wrapper/GLFWInputWrapper$$Lambda+0x000001d683ea88d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4495 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea8698 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/GLFWInputWrapper +instanceKlass com/simibubi/create/foundation/block/DyedBlockList +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$valveHandle$65 (Lnet/minecraft/world/item/DyeColor;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 54 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ea78f8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$valveHandle$65 (Lnet/minecraft/world/item/DyeColor;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ea7478 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$valveHandle$65 (Lnet/minecraft/world/item/DyeColor;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ea6ff8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers valveHandle (Lnet/minecraft/world/item/DyeColor;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683ea6d68 +instanceKlass dev/ftb/mods/ftbquests/quest/theme/selector/ThemeSelector +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4446 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea68d0 +instanceKlass dev/ftb/mods/ftbquests/quest/theme/ThemeLoader +instanceKlass dev/ftb/mods/ftbquests/client/QuestFileCacheReloader +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClient init ()V 23 argL0 ; # dev/ftb/mods/ftbquests/client/FTBQuestsClient$$Lambda+0x000001d683ea61f8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/FTBQuestsClient init ()V 11 argL0 ; # dev/ftb/mods/ftbquests/client/FTBQuestsClient$$Lambda+0x000001d683ea5fe0 +instanceKlass @bci dev/ftb/mods/ftbquests/client/AutoPinTarget ()V 53 argL0 ; # dev/ftb/mods/ftbquests/client/AutoPinTarget$$Lambda+0x000001d683ea4630 +instanceKlass net/minecraft/client/gui/components/toasts/TutorialToast +instanceKlass @bci dev/ftb/mods/ftbquests/client/AutoPinTarget ()V 45 argL0 ; # dev/ftb/mods/ftbquests/client/AutoPinTarget$$Lambda+0x000001d683ea4180 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4408 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea3d78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4400 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea38f8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$144 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea36e0 +instanceKlass net/minecraft/client/gui/font/FontManager +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 137 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea3200 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4392 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea2fe8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 129 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea2db0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4375 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea2980 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 97 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea2758 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4367 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea24f8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 92 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea22d0 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 70 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea20a8 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 65 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea1e80 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 43 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea1c58 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 38 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea1a30 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 16 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea1808 +instanceKlass @bci dev/ftb/mods/ftbquests/client/NotificationStyle ()V 11 argL0 ; # dev/ftb/mods/ftbquests/client/NotificationStyle$$Lambda+0x000001d683ea15e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4329 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ea0000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4321 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9fa80 +instanceKlass dev/ftb/mods/ftbquests/client/FTBQuestsClientConfig +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4297 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9f3d8 +instanceKlass net/minecraft/client/gui/Gui +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4289 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9f198 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4281 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9eaf8 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuests lambda$new$2 ()Ljava/lang/Runnable; 0 argL0 ; # dev/ftb/mods/ftbquests/FTBQuests$$Lambda+0x000001d683e9e8e0 +instanceKlass com/simibubi/create/foundation/mixin/accessor/GuiAccessor +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinGui +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/GuiAccessor +instanceKlass me/decce/gnetum/mixins/GuiAccessor +instanceKlass dev/ftb/mods/ftbquests/client/FTBQuestsClient +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4231 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9c8c8 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuests ()V 60 argL0 ; # dev/ftb/mods/ftbquests/FTBQuests$$Lambda+0x000001d683e9c6b0 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen directionalBlockProviderIgnoresWaterlogged (Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683e9c470 +instanceKlass dev/ftb/mods/ftbquests/FTBQuests$TagReloadListener +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4207 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9bf90 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 265 argL0 ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e9bd68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4199 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9bb28 +instanceKlass dev/ftb/mods/ftbquests/quest/task/CustomTask$TaskSync +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4191 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e9b6c8 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 252 argL0 ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e9b4a0 +instanceKlass dev/ftb/mods/ftbquests/block/QuestBarrierBlock$TeleportTicker +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 239 argL0 ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e99f38 +instanceKlass dev/ftb/mods/ftbquests/util/DeferredInventoryDetection +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4171 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e99af8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4157 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e998e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4149 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e996a0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$135 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e99488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4132 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e99270 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4124 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e98fe8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4116 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e98da8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4108 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e98b48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4076 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e98908 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4062 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e986f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4048 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e984c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4034 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97dd8 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen encasedPipe ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683e98288 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4011 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e98000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 4003 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97b98 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3995 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97938 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3957 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97720 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen pipe ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683e974e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3934 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97258 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3926 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e97018 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3918 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e96db8 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 226 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e96b98 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 212 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e96978 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3870 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e96738 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 198 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e96518 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 184 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e962f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3853 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e96070 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 170 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e95e50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3845 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e95c08 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 156 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e959d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3827 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e95778 +instanceKlass dev/architectury/event/events/common/TickEvent$Player +instanceKlass @bci com/simibubi/create/content/decoration/bracket/BracketGenerator lambda$itemModel$1 (Ljava/lang/String;Lcom/tterrag/registrate/builders/ItemBuilder;)Ljava/lang/Object; 2 member ; # com/simibubi/create/content/decoration/bracket/BracketGenerator$$Lambda+0x000001d683e95148 +instanceKlass dev/architectury/event/events/common/TickEvent$ServerLevelTick +instanceKlass dev/architectury/event/events/common/TickEvent$LevelTick +instanceKlass @bci com/simibubi/create/content/decoration/bracket/BracketGenerator itemModel (Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 1 member ; # com/simibubi/create/content/decoration/bracket/BracketGenerator$$Lambda+0x000001d683e94710 +instanceKlass dev/architectury/event/events/common/TickEvent$Server +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3779 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e93ef8 +instanceKlass net/minecraft/client/renderer/debug/DebugRenderer +instanceKlass dev/architectury/event/events/common/TickEvent +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 142 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e92b90 +instanceKlass dev/architectury/event/events/common/EntityEvent$AnimalTame +instanceKlass dev/architectury/event/events/common/EntityEvent$EnterSection +instanceKlass dev/architectury/event/events/common/EntityEvent$Add +instanceKlass dev/architectury/event/events/common/EntityEvent$LivingCheckSpawn +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3762 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e91968 +instanceKlass dev/architectury/event/events/common/EntityEvent$LivingHurt +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3754 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e91338 +instanceKlass dev/architectury/event/events/common/EntityEvent$LivingDeath +instanceKlass dev/architectury/event/events/common/EntityEvent +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 128 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e908f0 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 114 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e906c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3736 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e90460 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 100 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e90230 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 86 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e90000 +instanceKlass dev/ftb/mods/ftbquests/events/ClearFileCacheEvent +instanceKlass @bci dev/ftb/mods/ftbquests/block/neoforge/TaskScreenBlockImpl blockEntityAuxProvider ()Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier; 0 argL0 ; # dev/ftb/mods/ftbquests/block/neoforge/TaskScreenBlockImpl$$Lambda+0x000001d683e8ebe8 +instanceKlass net/minecraft/client/particle/ParticleEngine +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3670 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8ce18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3637 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8cb90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3629 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8c950 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3621 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8c6f0 +instanceKlass net/createmod/ponder/mixin/client/accessor/ParticleEngineAccessor +instanceKlass net/mehvahdjukaar/polytone/mixins/neoforge/ParticleEngineAccessor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3555 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8c0b8 +instanceKlass net/fabricmc/fabric/mixin/client/particle/ParticleManagerAccessor +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes register (Ljava/lang/String;Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/Collection;)Ldev/architectury/registry/registries/RegistrySupplier; 6 member ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d683e8bca0 +instanceKlass @bci dev/ftb/mods/ftbquests/block/neoforge/TaskScreenBlockImpl blockEntityProvider ()Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier; 0 argL0 ; # dev/ftb/mods/ftbquests/block/neoforge/TaskScreenBlockImpl$$Lambda+0x000001d683e8b628 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3522 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8ad90 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3514 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e8ab50 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3506 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e89ca8 +instanceKlass dev/ftb/mods/ftbquests/block/entity/ITaskScreen +instanceKlass dev/ftb/mods/ftbquests/block/neoforge/TaskScreenBlockImpl +instanceKlass @bci dev/ftb/mods/ftbquests/block/TaskScreenBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # dev/ftb/mods/ftbquests/block/TaskScreenBlock$$Lambda+0x000001d683e869b8 +instanceKlass @bci dev/ftb/mods/ftbquests/block/TaskScreenBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # dev/ftb/mods/ftbquests/block/TaskScreenBlock$$Lambda+0x000001d683e86780 +instanceKlass @bci dev/ftb/mods/ftbquests/block/TaskScreenBlock ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/TaskScreenBlock$$Lambda+0x000001d683e86548 +instanceKlass @bci dev/ftb/mods/ftbquests/block/neoforge/LootCrateOpenerBlockImpl blockEntityProvider ()Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier; 0 argL0 ; # dev/ftb/mods/ftbquests/block/neoforge/LootCrateOpenerBlockImpl$$Lambda+0x000001d683e86330 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3458 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e84a18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3441 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e847d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$117 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e845c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3433 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e843a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3425 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e84120 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3417 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e83ee0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3409 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e83c80 +instanceKlass dev/ftb/mods/ftbquests/block/neoforge/LootCrateOpenerBlockImpl +instanceKlass @bci dev/ftb/mods/ftbquests/block/LootCrateOpenerBlock ()V 0 argL0 ; # dev/ftb/mods/ftbquests/block/LootCrateOpenerBlock$$Lambda+0x000001d683e83848 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes ()V 45 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d683e82648 +instanceKlass javax/annotation/CheckReturnValue +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3364 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e818d0 +instanceKlass dev/latvian/mods/kubejs/util/ScheduledEvents$ScheduledEvent +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes ()V 29 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d683e7fbb0 +instanceKlass dev/latvian/mods/kubejs/util/ScheduledEvents$Callback +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes register (Ljava/lang/String;Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/function/Supplier;)Ldev/architectury/registry/registries/RegistrySupplier; 6 member ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d683e7f798 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3356 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7f550 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes ()V 13 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes$$Lambda+0x000001d683e7f338 +instanceKlass net/bettercombat/api/WeaponAttributes$Attack +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3341 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7ecc8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$111 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7eab0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3333 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7d108 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3316 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7c330 +instanceKlass dev/ftb/mods/ftbquests/block/entity/IEditable +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3308 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7bef8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3300 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e7bc98 +instanceKlass com/mojang/blaze3d/systems/TimerQuery$FrameProfile +instanceKlass de/keksuccino/fancymenu/customization/background/MenuBackground +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/NavigatableWidget +instanceKlass de/keksuccino/fancymenu/customization/element/editor/AbstractEditorElement +instanceKlass dev/ftb/mods/ftbquests/registry/ModBlockEntityTypes +instanceKlass @bci dev/architectury/registry/forge/CreativeTabRegistryImpl modify (Ldev/architectury/registry/registries/DeferredSupplier;Ldev/architectury/registry/CreativeTabRegistry$ModifyTabCallback;)V 5 member ; # dev/architectury/registry/forge/CreativeTabRegistryImpl$$Lambda+0x000001d683e78a38 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems register ()V 33 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e78820 +instanceKlass dev/architectury/registry/CreativeTabRegistry$ModifyTabCallback +instanceKlass dev/architectury/registry/forge/CreativeTabRegistryImpl$TabKey +instanceKlass @bci dev/architectury/registry/forge/CreativeTabRegistryImpl ()V 44 argL0 ; # dev/architectury/registry/forge/CreativeTabRegistryImpl$$Lambda+0x000001d683e78000 +instanceKlass @bci dev/architectury/registry/forge/CreativeTabRegistryImpl lambda$static$0 (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/architectury/registry/forge/CreativeTabRegistryImpl$$Lambda+0x000001d683e58400 +instanceKlass @bci dev/architectury/registry/forge/CreativeTabRegistryImpl ()V 33 argL0 ; # dev/architectury/registry/forge/CreativeTabRegistryImpl$$Lambda+0x000001d683e77c30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3271 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e779f0 +instanceKlass dev/architectury/registry/CreativeTabOutput +instanceKlass dev/architectury/registry/forge/CreativeTabRegistryImpl +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3239 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e766a8 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems lambda$register$6 (Ldev/architectury/registry/registries/RegistrySupplier;)Ljava/util/function/Supplier; 1 member ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e76488 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3222 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e76200 +instanceKlass @bci dev/architectury/registry/CreativeTabRegistry appendStack (Ldev/architectury/registry/registries/DeferredSupplier;Ljava/util/stream/Stream;)V 2 member ; # dev/architectury/registry/CreativeTabRegistry$$Lambda+0x000001d683e75fd0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3214 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e75d90 +instanceKlass dev/architectury/registry/CreativeTabRegistry +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3206 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e75930 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems register ()V 17 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e756f8 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 194 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e743b0 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 180 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e74198 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 166 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e73f80 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 152 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e73d68 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems blockItem (Ljava/lang/String;Ljava/util/function/Supplier;)Ldev/architectury/registry/registries/RegistrySupplier; 5 member ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e73b48 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 114 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e73930 +instanceKlass net/minecraft/client/sounds/MusicManager +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinMusicManager +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorageType lambda$mountedItemStorage$2 (Lcom/tterrag/registrate/util/entry/RegistryEntry;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorageType$$Lambda+0x000001d683e72558 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorageType mountedItemStorage (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorageType$$Lambda+0x000001d683e722c8 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 100 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e720b0 +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 158 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e71e98 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 86 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e6fca0 +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 130 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e6f860 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 69 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e6f648 +instanceKlass com/mojang/blaze3d/systems/TimerQuery +instanceKlass net/minecraft/util/profiling/SingleTickProfiler +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 52 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e6da00 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder associateBlockTag (Lnet/minecraft/tags/TagKey;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 12 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683e6d7a8 +instanceKlass net/minecraft/client/gui/components/DebugScreenOverlay +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 102 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e6c618 +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 86 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e6c1d8 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 35 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e6bfc0 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate mountedFluidStorage (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683e6ac20 +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 73 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e6aa08 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModItems ()V 18 argL0 ; # dev/ftb/mods/ftbquests/registry/ModItems$$Lambda+0x000001d683e6a7f0 +instanceKlass dev/ftb/mods/ftbquests/registry/ModItems +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 60 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e68540 +instanceKlass com/simibubi/create/api/contraption/storage/SyncedMountedStorage +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 144 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e58a18 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 128 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e58800 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 112 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e67c48 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 96 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e67a30 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 80 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e67818 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 64 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e67600 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 48 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e673e8 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 32 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e671d0 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModBlocks ()V 16 argL0 ; # dev/ftb/mods/ftbquests/registry/ModBlocks$$Lambda+0x000001d683e66fb8 +instanceKlass net/minecraft/client/CommandHistory +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 47 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e64ba0 +instanceKlass net/minecraft/client/quickplay/QuickPlayLog +instanceKlass com/mojang/realmsclient/gui/RealmsDataFetcher +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 34 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e59c10 +instanceKlass net/minecraft/client/renderer/block/BlockRenderDispatcher +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 21 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e594f0 +instanceKlass dev/latvian/mods/kubejs/util/ScheduledEvents +instanceKlass dev/ftb/mods/ftbquests/registry/ModBlocks +instanceKlass net/minecraft/client/gui/screens/social/PlayerSocialManager +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 128 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5b2b0 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 112 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5b098 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 96 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5ae80 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 80 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5ac68 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 64 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5aa50 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 48 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5a838 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 32 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5a620 +instanceKlass @bci dev/ftb/mods/ftbquests/registry/ModDataComponents ()V 16 argL0 ; # dev/ftb/mods/ftbquests/registry/ModDataComponents$$Lambda+0x000001d683e5a408 +instanceKlass net/minecraft/client/multiplayer/chat/report/ReportingContext +instanceKlass dev/ftb/mods/ftbquests/registry/ModDataComponents +instanceKlass @bci com/simibubi/create/impl/contraption/storage/MountedItemStorageFallbackProvider onRegister (Ljava/lang/Runnable;)V 4 member ; # com/simibubi/create/impl/contraption/storage/MountedItemStorageFallbackProvider$$Lambda+0x000001d683e5fd78 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 60 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e5f508 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 46 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e5f2d8 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 32 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e5eea0 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 18 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e5ec80 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuestsEventHandler init ()V 4 member ; # dev/ftb/mods/ftbquests/FTBQuestsEventHandler$$Lambda+0x000001d683e5ea50 +instanceKlass @bci com/simibubi/create/api/contraption/storage/item/MountedItemStorageType ()V 11 argL0 ; # com/simibubi/create/api/contraption/storage/item/MountedItemStorageType$$Lambda+0x000001d683e5e838 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate mountedItemStorage (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683e5e3e0 +instanceKlass net/minecraft/server/level/progress/StoringChunkProgressListener +instanceKlass @bci com/simibubi/create/AllMountedStorageTypes ()V 8 argL0 ; # com/simibubi/create/AllMountedStorageTypes$$Lambda+0x000001d683e5dd10 +instanceKlass com/simibubi/create/api/contraption/storage/item/MountedItemStorage +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 874 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e5c208 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage$$Lambda+0x000001d683e57ce0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage$$Lambda+0x000001d683e57aa8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage$$Lambda+0x000001d683e57870 +instanceKlass com/simibubi/create/api/contraption/storage/item/MountedItemStorageType +instanceKlass net/minecraft/client/multiplayer/ProfileKeyPairManager +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 860 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e56bc0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage ()V 39 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage$$Lambda+0x000001d683e56780 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage 158 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683e58000 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage$$Lambda+0x000001d683e56548 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage$$Lambda+0x000001d683e56310 +instanceKlass @bci dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage$$Lambda+0x000001d683e560d8 +instanceKlass net/minecraft/client/telemetry/ClientTelemetryManager +instanceKlass com/simibubi/create/AllMountedStorageTypes +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3118 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e55818 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 846 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e55600 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage$$Lambda+0x000001d683e553d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3101 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e55150 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage$$Lambda+0x000001d683e54f18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3093 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e54cd8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage$$Lambda+0x000001d683e54aa0 +instanceKlass com/aetherteam/cumulus/mixin/mixins/common/accessor/IntegratedServerAccessor +instanceKlass org/embeddedt/modernfix/duck/suspend_integrated_server_during_load/IDeferrableIntegratedServer +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 832 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e53440 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3085 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e531e0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataChangedMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataChangedMessage$$Lambda+0x000001d683e52fb8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataChangedMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataChangedMessage$$Lambda+0x000001d683e52d80 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataChangedMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataChangedMessage$$Lambda+0x000001d683e52b48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3065 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e51618 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3057 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e513d8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$101 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e511c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 3006 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e50fa8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2989 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e50d20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2981 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4fd00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2973 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4faa0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2925 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4f860 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 818 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e4f648 +instanceKlass net/minecraft/client/gui/screens/worldselection/WorldOpenFlows +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage ()V 33 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage$$Lambda+0x000001d683e4f1e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage ()V 28 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage$$Lambda+0x000001d683e4efb0 +instanceKlass com/simibubi/create/content/processing/burner/BlazeBurnerMovementBehaviour +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage$$Lambda+0x000001d683e4eb38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2885 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4e390 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2877 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4e150 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$97 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4df38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2826 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4dd20 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 804 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e4db08 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2809 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4d880 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage$$Lambda+0x000001d683e4d658 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage$$Lambda+0x000001d683e4d420 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2801 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4d1e0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/translation/TranslationTable ()V 33 argL0 ; # dev/ftb/mods/ftbquests/quest/translation/TranslationTable$$Lambda+0x000001d683e4cfa8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2793 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4cd48 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/translation/TranslationTable ()V 28 argL0 ; # dev/ftb/mods/ftbquests/quest/translation/TranslationTable$$Lambda+0x000001d683e4cb10 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/translation/TranslationTable ()V 0 argL0 ; # dev/ftb/mods/ftbquests/quest/translation/TranslationTable$$Lambda+0x000001d683e4c8f8 +instanceKlass dev/ftb/mods/ftbquests/quest/translation/TranslationTable +instanceKlass com/simibubi/create/content/processing/basin/BasinMovementBehaviour +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage$$Lambda+0x000001d683e4c140 +instanceKlass net/minecraft/client/renderer/entity/EntityRenderDispatcher +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$95 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4b968 +instanceKlass com/simibubi/create/foundation/mixin/accessor/EntityRenderDispatcherAccessor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2729 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4b558 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 790 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e4b340 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2721 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e4b0f8 +instanceKlass org/violetmoon/quark/mixin/mixins/client/accessor/AccessorEntityRenderDispatcher +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 68 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e4acb8 +instanceKlass io/wispforest/owo/util/pond/OwoEntityRenderDispatcherExtension +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 63 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e4a660 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e4a448 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 36 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e4a210 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e49fd8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2697 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e49d50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient$$Lambda+0x000001d683e49b18 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2689 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e498d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2681 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e49438 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 776 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e48470 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTeamDataMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTeamDataMessage$$Lambda+0x000001d683e48238 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTeamDataMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTeamDataMessage$$Lambda+0x000001d683e48000 +instanceKlass dev/ftb/mods/ftbquests/quest/TeamData$1 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/TeamData ()V 8 argL0 ; # dev/ftb/mods/ftbquests/quest/TeamData$$Lambda+0x000001d683e47238 +instanceKlass it/unimi/dsi/fastutil/objects/Object2LongMap$Entry +instanceKlass @bci dev/ftb/mods/ftbquests/quest/TeamData ()V 0 argL0 ; # dev/ftb/mods/ftbquests/quest/TeamData$$Lambda+0x000001d683e46fa8 +instanceKlass it/unimi/dsi/fastutil/longs/Long2LongMap$Entry +instanceKlass net/minecraft/client/multiplayer/ServerData +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2652 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e45b40 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$93 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e45928 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2632 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e45710 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2624 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e454d0 +instanceKlass net/bettercombat/api/WeaponAttributes +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2607 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e45040 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2599 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e44e00 +instanceKlass it/unimi/dsi/fastutil/longs/Long2BooleanMap +instanceKlass net/minecraft/client/renderer/RenderBuffers +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2591 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e448b0 +instanceKlass net/irisshaders/batchedentityrendering/impl/DrawCallTrackingRenderBuffers +instanceKlass it/unimi/dsi/fastutil/longs/Long2BooleanFunction +instanceKlass net/irisshaders/batchedentityrendering/impl/RenderBuffersExt +instanceKlass net/irisshaders/batchedentityrendering/impl/MemoryTrackingRenderBuffers +instanceKlass it/unimi/dsi/fastutil/longs/Long2ByteMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2ByteFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2IntMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2IntFunction +instanceKlass dev/ftb/mods/ftbquests/quest/TeamData +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2562 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e42c60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2526 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e429d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2518 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e42798 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2510 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e42538 +instanceKlass net/minecraft/client/multiplayer/chat/ChatListener +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2490 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e40de8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 762 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e3fde8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncStructuresResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/SyncStructuresResponseMessage$$Lambda+0x000001d683e40bb0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2482 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e40928 +instanceKlass net/minecraft/client/GameNarrator +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncStructuresResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncStructuresResponseMessage$$Lambda+0x000001d683e404a0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2474 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e40240 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 748 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e3fbd0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage$$Lambda+0x000001d683e3f9a8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage$$Lambda+0x000001d683e3e7f0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage$$Lambda+0x000001d683e3e5b8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 734 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e3e160 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncQuestsMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/SyncQuestsMessage$$Lambda+0x000001d683e3df28 +instanceKlass com/teamabnormals/blueprint/client/screen/splash/SplashManagerAccessor +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncQuestsMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncQuestsMessage$$Lambda+0x000001d683e3d840 +instanceKlass dev/ftb/mods/ftbquests/quest/BaseQuestFile$1 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$87 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3d368 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2430 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3d150 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2422 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3cf10 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2405 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3cc88 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2397 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3ca48 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2389 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3c7c0 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/Tristate ()V 132 argL0 ; # dev/ftb/mods/ftblibrary/config/Tristate$$Lambda+0x000001d683e3c588 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2381 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3c328 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/Tristate ()V 124 argL0 ; # dev/ftb/mods/ftblibrary/config/Tristate$$Lambda+0x000001d683e3c0f0 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/Tristate ()V 116 argL0 ; # dev/ftb/mods/ftblibrary/config/Tristate$$Lambda+0x000001d683e3beb8 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/Tristate ()V 108 argL0 ; # dev/ftb/mods/ftblibrary/config/Tristate$$Lambda+0x000001d683e3bc80 +instanceKlass net/minecraft/client/resources/SkinManager +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2337 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e3a1b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2320 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e39f30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2312 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e399f0 +instanceKlass net/minecraft/client/color/block/BlockColors +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/BlockColorsAccessor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2304 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e39280 +instanceKlass fuzs/puzzleslib/neoforge/mixin/client/accessor/BlockColorsNeoForgeAccessor +instanceKlass org/violetmoon/zetaimplforge/mixin/mixins/client/AccessorBlockColors +instanceKlass net/mehvahdjukaar/polytone/mixins/neoforge/BlockColorsAccessor +instanceKlass net/caffeinemc/mods/sodium/client/model/color/interop/BlockColorsExtension +instanceKlass snownee/kiwi/mixin/forge/BlockColorsAccess +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2281 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e36d78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2246 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e36af0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2238 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e36890 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$cuckooClock$45 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683e36678 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$cuckooClock$46 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683e360b0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$cuckooClock$46 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683e35e70 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$cuckooClock$46 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683e35c30 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers cuckooClock ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683e359a8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2176 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e35720 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2168 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e354c0 +instanceKlass net/minecraft/client/resources/language/LanguageManager +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 720 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e33898 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncLockMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/SyncLockMessage$$Lambda+0x000001d683e33298 +instanceKlass com/yungnickyoung/minecraft/ribbits/mixin/interfaces/client/ISoundManagerDuck +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncLockMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncLockMessage$$Lambda+0x000001d683e32e68 +instanceKlass de/keksuccino/melody/mixin/mixins/common/client/IMixinSoundManager +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2133 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e327e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncLockMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncLockMessage$$Lambda+0x000001d683e32a38 +instanceKlass com/simibubi/create/foundation/block/ItemUseOverrides +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2070 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e32120 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2062 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e31ee0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2054 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e31c80 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 706 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e31a68 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncEditorPermissionMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/SyncEditorPermissionMessage$$Lambda+0x000001d683e31830 +instanceKlass net/minecraft/client/model/geom/EntityModelSet +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncEditorPermissionMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncEditorPermissionMessage$$Lambda+0x000001d683e301f8 +instanceKlass traben/entity_model_features/utils/IEMFUnmodifiedLayerRootGetter +instanceKlass io/wispforest/accessories/pond/ModelPartLoadingHelper +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2019 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2f7c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 2002 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2f538 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1994 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2f2f8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 692 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e2f0e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1986 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2ee80 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncEditingModeMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/SyncEditingModeMessage$$Lambda+0x000001d683e2ec58 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncEditingModeMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncEditingModeMessage$$Lambda+0x000001d683e2ea20 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncEditingModeMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncEditingModeMessage$$Lambda+0x000001d683e2e7e8 +instanceKlass net/minecraft/client/color/item/ItemColors +instanceKlass fuzs/puzzleslib/neoforge/mixin/client/accessor/ItemColorsNeoForgeAccessor +instanceKlass org/violetmoon/zetaimplforge/mixin/mixins/client/AccessorItemColors +instanceKlass net/mehvahdjukaar/polytone/mixins/neoforge/ItemColorsAccessor +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 678 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e2cc88 +instanceKlass net/caffeinemc/mods/sodium/client/model/color/interop/ItemColorsExtension +instanceKlass @bci dev/ftb/mods/ftbquests/net/ResetRewardMessage ()V 39 argL0 ; # dev/ftb/mods/ftbquests/net/ResetRewardMessage$$Lambda+0x000001d683e2c858 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ResetRewardMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/ResetRewardMessage$$Lambda+0x000001d683e2c620 +instanceKlass net/fabricmc/fabric/impl/client/rendering/ColorProviderRegistryImpl$ColorMapperHolder +instanceKlass @bci dev/ftb/mods/ftbquests/net/ResetRewardMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ResetRewardMessage$$Lambda+0x000001d683e2c1f0 +instanceKlass snownee/kiwi/mixin/forge/ItemColorsAccess +instanceKlass @bci dev/ftb/mods/ftbquests/net/ResetRewardMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ResetRewardMessage$$Lambda+0x000001d683e2bdc0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$75 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2a930 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 664 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e2a718 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1954 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2a500 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage$$Lambda+0x000001d683e2a2c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1914 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e2a040 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage 288 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683e1d400 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1906 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e29e00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1898 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e29ba0 +instanceKlass net/minecraft/client/renderer/texture/TextureManager +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage ()V 42 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage$$Lambda+0x000001d683e29670 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage$$Lambda+0x000001d683e29438 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage$$Lambda+0x000001d683e29200 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$73 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1dc30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1845 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1da18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 650 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e1d800 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen directionalBlockProvider (Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683e27d28 +instanceKlass @bci dev/ftb/mods/ftbquests/net/OpenQuestBookMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/OpenQuestBookMessage$$Lambda+0x000001d683e27af0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/OpenQuestBookMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/OpenQuestBookMessage$$Lambda+0x000001d683e278b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1830 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e27630 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1822 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e273f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1814 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e26f58 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 636 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e26d40 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage$$Lambda+0x000001d683e26b18 +instanceKlass net/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage$$Lambda+0x000001d683e26648 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage$$Lambda+0x000001d683e26410 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1779 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e24ef8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 622 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e24ce0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1771 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e24aa0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedMessage$$Lambda+0x000001d683e24878 +instanceKlass net/minecraft/util/SignatureValidator +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedMessage$$Lambda+0x000001d683e24448 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1763 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e24208 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectStartedMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectStartedMessage$$Lambda+0x000001d683e23b18 +instanceKlass net/minecraft/client/resources/TextureAtlasHolder +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1755 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e238d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1747 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e23438 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 608 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e23220 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage$$Lambda+0x000001d683e22ff8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage$$Lambda+0x000001d683e22dc0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage$$Lambda+0x000001d683e21c70 +instanceKlass com/simibubi/create/api/equipment/goggles/IProxyHoveringInformation +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinClientLanguage +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinClientLanguage +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 594 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e1fde0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedMessage$$Lambda+0x000001d683e21190 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1718 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e20f50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedMessage$$Lambda+0x000001d683e20d18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ObjectCompletedMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ObjectCompletedMessage$$Lambda+0x000001d683e1fba8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1688 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1f728 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 580 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e1f510 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1671 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1f288 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyRewardMessage ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyRewardMessage$$Lambda+0x000001d683e1f040 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1663 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1bbb8 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/NotifyRewardMessage 180 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683e1d000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1655 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e1b958 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyRewardMessage ()V 42 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyRewardMessage$$Lambda+0x000001d683e1b720 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyRewardMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyRewardMessage$$Lambda+0x000001d683e1b4e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyRewardMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyRewardMessage$$Lambda+0x000001d683e1b2b0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyRewardMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyRewardMessage$$Lambda+0x000001d683e1b078 +instanceKlass net/minecraft/server/packs/resources/ReloadInstance +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 566 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e1a820 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage ()V 39 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage$$Lambda+0x000001d683e1a5e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage$$Lambda+0x000001d683e1a3b0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage$$Lambda+0x000001d683e1a178 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage$$Lambda+0x000001d683e19f40 +instanceKlass @bci com/simibubi/create/api/stress/BlockStressValues setGeneratorSpeed (I)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/api/stress/BlockStressValues$$Lambda+0x000001d683e19ab0 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$64 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e19658 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 552 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e191b0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1600 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e18f98 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyCompletionMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyCompletionMessage$$Lambda+0x000001d683e18d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1592 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e18b20 +instanceKlass @bci dev/ftb/mods/ftbquests/net/NotifyCompletionMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/NotifyCompletionMessage$$Lambda+0x000001d683e188e8 +instanceKlass dev/latvian/mods/kubejs/util/MobEffectUtil +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1575 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e18228 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CopycatsClientImpl (Lnet/neoforged/fml/javafmlmod/FMLModContainer;Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # com/copycatsplus/copycats/neoforge/CopycatsClientImpl$$Lambda+0x000001d683e18000 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 538 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e13d08 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1567 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e13ac8 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/NativeEventWrapper +instanceKlass @bci net/createmod/catnip/render/SuperByteBufferCache registerCompartment (Lnet/createmod/catnip/render/SuperByteBufferCache$Compartment;J)V 19 argL0 ; # net/createmod/catnip/render/SuperByteBufferCache$$Lambda+0x000001d683e138b0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage$$Lambda+0x000001d683e13668 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1559 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e13408 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage ()V 42 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage$$Lambda+0x000001d683e131d0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage$$Lambda+0x000001d683e12f98 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage$$Lambda+0x000001d683e12d60 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage$$Lambda+0x000001d683e12b28 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 524 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e11698 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage$$Lambda+0x000001d683e11470 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage$$Lambda+0x000001d683e11238 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage$$Lambda+0x000001d683e11000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1530 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e10d78 +instanceKlass @bci com/simibubi/create/api/stress/BlockStressValues setGeneratorSpeed (IZ)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 2 member ; # com/simibubi/create/api/stress/BlockStressValues$$Lambda+0x000001d683e108f0 +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/kinetic/RendererReloadCache +instanceKlass @bci com/simibubi/create/infrastructure/config/CStress setCapacity (D)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/infrastructure/config/CStress$$Lambda+0x000001d683e10460 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 510 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e10248 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1494 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e10000 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage$$Lambda+0x000001d683e04c60 +instanceKlass net/createmod/catnip/render/SuperByteBufferCache$Compartment +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage$$Lambda+0x000001d683e04800 +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/kinetic/KineticCopycatRenderer +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage$$Lambda+0x000001d683e05af0 +instanceKlass net/minecraft/world/level/levelgen/structure/BoundingBox +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1454 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e05200 +instanceKlass com/copycatsplus/copycats/neoforge/CCKeysImpl +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1446 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e0fd20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1438 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e0fac0 +instanceKlass @bci com/copycatsplus/copycats/utility/LogicalSidedProvider ()V 9 argL0 ; # com/copycatsplus/copycats/utility/LogicalSidedProvider$$Lambda+0x000001d683e0f888 +instanceKlass @bci com/copycatsplus/copycats/utility/LogicalSidedProvider ()V 4 argL0 ; # com/copycatsplus/copycats/utility/LogicalSidedProvider$$Lambda+0x000001d683e0f650 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 496 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e0f438 +instanceKlass com/copycatsplus/copycats/utility/LogicalSidedProvider +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectResponseMessage$$Lambda+0x000001d683e0f000 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/mixin/accessor/BoundingBoxAccessor +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectResponseMessage$$Lambda+0x000001d683e0ebd0 +instanceKlass @bci com/copycatsplus/copycats/CopycatsClient init ()V 0 argL0 ; # com/copycatsplus/copycats/CopycatsClient$$Lambda+0x000001d683e0e9b8 +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/BoundingBoxAccessor +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectResponseMessage$$Lambda+0x000001d683e0e588 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/mixin/BoundingBoxAccessor +instanceKlass net/createmod/catnip/render/SuperByteBufferCache +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/BoundingBoxAccessor +instanceKlass com/yungnickyoung/minecraft/betterdungeons/mixin/accessor/BoundingBoxAccessor +instanceKlass com/copycatsplus/copycats/CopycatsClient +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 482 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e0b760 +instanceKlass @bci dev/ftb/mods/ftbquests/net/DeleteObjectResponseMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/DeleteObjectResponseMessage$$Lambda+0x000001d683e0b528 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CopycatsImpl (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 76 argL0 ; # com/copycatsplus/copycats/neoforge/CopycatsImpl$$Lambda+0x000001d683e0b310 +instanceKlass @bci dev/ftb/mods/ftbquests/net/DeleteObjectResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/DeleteObjectResponseMessage$$Lambda+0x000001d683e0b0d8 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CopycatsImpl (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 63 argL0 ; # com/copycatsplus/copycats/neoforge/CopycatsImpl$$Lambda+0x000001d683e0aeb0 +instanceKlass dev/latvian/mods/kubejs/util/RotationAxis$Func +instanceKlass @bci com/copycatsplus/copycats/neoforge/CopycatsImpl (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 49 argL0 ; # com/copycatsplus/copycats/neoforge/CopycatsImpl$$Lambda+0x000001d683e0a858 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1406 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e0a618 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 468 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e0a400 +instanceKlass com/copycatsplus/copycats/datagen/CCDatagen +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1369 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e09948 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CustomToastMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/CustomToastMessage$$Lambda+0x000001d683e09710 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CustomToastMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/CustomToastMessage$$Lambda+0x000001d683e094d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1361 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e09298 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1353 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e09038 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CopycatsImpl (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 35 member ; # com/copycatsplus/copycats/neoforge/CopycatsImpl$$Lambda+0x000001d683e07a00 +instanceKlass @bci com/copycatsplus/copycats/datagen/recipes/neoforge/CCCraftingConditions register (Lnet/neoforged/bus/api/IEventBus;)V 3 argL0 ; # com/copycatsplus/copycats/datagen/recipes/neoforge/CCCraftingConditions$$Lambda+0x000001d683e077d8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 454 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e075c0 +instanceKlass com/copycatsplus/copycats/datagen/recipes/neoforge/CCCraftingConditions +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateOtherTeamDataMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/CreateOtherTeamDataMessage$$Lambda+0x000001d683e07188 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateOtherTeamDataMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/CreateOtherTeamDataMessage$$Lambda+0x000001d683e06f50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataUpdate ()V 16 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataUpdate$$Lambda+0x000001d683e06d28 +instanceKlass @bci net/createmod/catnip/platform/NeoForgeNetworkHelper registerPackets (Lnet/createmod/catnip/net/base/CatnipPacketRegistry;)V 22 member ; # net/createmod/catnip/platform/NeoForgeNetworkHelper$$Lambda+0x000001d683e06af8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataUpdate ()V 11 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataUpdate$$Lambda+0x000001d683e068c0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TeamDataUpdate ()V 3 argL0 ; # dev/ftb/mods/ftbquests/net/TeamDataUpdate$$Lambda+0x000001d683e06688 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder clientExtension (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 21 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683e06000 +instanceKlass net/createmod/catnip/net/base/CatnipPacketRegistry +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder registerClientExtension ()V 7 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683e03b70 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 440 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683e03958 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lambda$clientExtension$18 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683e03358 +instanceKlass @bci com/copycatsplus/copycats/network/FillCopycatPacket ()V 30 argL0 ; # com/copycatsplus/copycats/network/FillCopycatPacket$$Lambda+0x000001d683e03120 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 69 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e02eb8 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder clientExtension (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 11 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683e02c98 +instanceKlass @bci com/copycatsplus/copycats/network/FillCopycatPacket ()V 25 argL0 ; # com/copycatsplus/copycats/network/FillCopycatPacket$$Lambda+0x000001d683e02a60 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage 280 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683e04000 +instanceKlass org/joml/Matrix4x3d +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1333 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e02820 +instanceKlass @bci com/copycatsplus/copycats/network/FillCopycatPacket ()V 11 argL0 ; # com/copycatsplus/copycats/network/FillCopycatPacket$$Lambda+0x000001d683e025e8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1319 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e023d0 +instanceKlass @bci com/copycatsplus/copycats/network/FillCopycatPacket ()V 3 argL0 ; # com/copycatsplus/copycats/network/FillCopycatPacket$$Lambda+0x000001d683e02198 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 64 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e01f60 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 53 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e01d28 +instanceKlass @bci com/simibubi/create/api/behaviour/display/DisplaySource lambda$displaySource$2 (Lcom/tterrag/registrate/util/entry/RegistryEntry;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/simibubi/create/api/behaviour/display/DisplaySource$$Lambda+0x000001d683e01ad0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 42 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e01610 +instanceKlass net/createmod/catnip/net/base/ServerboundPacketPayload +instanceKlass @bci com/simibubi/create/api/behaviour/display/DisplaySource displaySource (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/api/behaviour/display/DisplaySource$$Lambda+0x000001d683e01188 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e00f50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e00d18 +instanceKlass org/joml/Matrix4x3dc +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage$$Lambda+0x000001d683e00898 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1290 member ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683e00ad0 +instanceKlass com/simibubi/create/foundation/data/SpecialBlockStateGen +instanceKlass @bci com/copycatsplus/copycats/network/ConfigSyncPacket ()V 24 argL0 ; # com/copycatsplus/copycats/network/ConfigSyncPacket$$Lambda+0x000001d683dfc400 +instanceKlass @bci com/copycatsplus/copycats/network/ConfigSyncPacket ()V 19 argL0 ; # com/copycatsplus/copycats/network/ConfigSyncPacket$$Lambda+0x000001d683dfcc50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 426 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dfca38 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClearRepeatCooldownMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/ClearRepeatCooldownMessage$$Lambda+0x000001d683dfc800 +instanceKlass @bci com/copycatsplus/copycats/network/ConfigSyncPacket ()V 11 argL0 ; # com/copycatsplus/copycats/network/ConfigSyncPacket$$Lambda+0x000001d683dfdd50 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClearRepeatCooldownMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ClearRepeatCooldownMessage$$Lambda+0x000001d683dfdb18 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 180 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfd8c0 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 175 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfd688 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$53 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dfd238 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 167 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfd000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1266 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dffcd8 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 159 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dffaa0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1258 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dff818 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 151 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dff5e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1250 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dff380 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 143 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dff148 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 412 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dfbdd8 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 127 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfef10 +instanceKlass dev/ftb/mods/ftbquests/net/ClearDisplayCacheMessage +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 122 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfb960 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecBuilders$3 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 398 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dfb480 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage ()V 39 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage$$Lambda+0x000001d683dfb248 +instanceKlass @bci net/createmod/catnip/codecs/stream/CatnipStreamCodecs ()V 64 argL0 ; # net/createmod/catnip/codecs/stream/CatnipStreamCodecs$$Lambda+0x000001d683dfb010 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/ResetRewardMessage 158 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683dfc000 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecs$4 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage$$Lambda+0x000001d683dfab18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage$$Lambda+0x000001d683dfa8e0 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecs$3 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage$$Lambda+0x000001d683dfa3e8 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecs$2 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecs$1 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 384 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df9a10 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage$$Lambda+0x000001d683df97e8 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecs +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage$$Lambda+0x000001d683df93b8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage$$Lambda+0x000001d683df9180 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecBuilders$1 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 370 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683de18a0 +instanceKlass net/createmod/catnip/codecs/stream/CatnipStreamCodecBuilders +instanceKlass @bci dev/ftb/mods/ftbquests/net/TogglePinnedMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/TogglePinnedMessage$$Lambda+0x000001d683de1470 +instanceKlass @bci dev/ftb/mods/ftbquests/net/TogglePinnedMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/TogglePinnedMessage$$Lambda+0x000001d683de1238 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 356 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df7b40 +instanceKlass net/createmod/catnip/net/base/ClientboundPacketPayload +instanceKlass net/createmod/catnip/net/base/BasePacketPayload +instanceKlass org/joml/Quaterniond +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 342 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df7300 +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage$$Lambda+0x000001d683df70d8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage$$Lambda+0x000001d683df6ea0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage$$Lambda+0x000001d683df6c68 +instanceKlass net/createmod/catnip/net/base/BasePacketPayload$PacketTypeProvider +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 328 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df63c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1224 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df6180 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 68 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df5f38 +instanceKlass org/joml/Quaterniondc +instanceKlass @bci com/copycatsplus/copycats/config/CStress registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 87 member ; # com/copycatsplus/copycats/config/CStress$$Lambda+0x000001d683df5d08 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1213 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df5ac8 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient 289 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683de0c00 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1187 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df5840 +instanceKlass @bci com/copycatsplus/copycats/config/CStress registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 36 member ; # com/copycatsplus/copycats/config/CStress$$Lambda+0x000001d683df5610 +instanceKlass org/joml/AxisAngle4d +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 63 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df53d8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1179 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df5198 +instanceKlass com/copycatsplus/copycats/config/CStress$Comments +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1171 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df4d38 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df4b20 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 36 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df46e8 +instanceKlass com/copycatsplus/copycats/config/CServer$Comments +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df44b0 +instanceKlass @bci com/copycatsplus/copycats/config/CServer ()V 7 argL0 ; # com/copycatsplus/copycats/config/CServer$$Lambda+0x000001d683df4298 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer$$Lambda+0x000001d683df4060 +instanceKlass @bci com/copycatsplus/copycats/config/neoforge/CCConfigsImpl register ()V 38 argL0 ; # com/copycatsplus/copycats/config/neoforge/CCConfigsImpl$$Lambda+0x000001d683df3e48 +instanceKlass @bci com/copycatsplus/copycats/config/CFeatures registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 5 member ; # com/copycatsplus/copycats/config/CFeatures$$Lambda+0x000001d683df2700 +instanceKlass @bci com/copycatsplus/copycats/config/CCommon ()V 55 argL0 ; # com/copycatsplus/copycats/config/CCommon$$Lambda+0x000001d683df24e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 314 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df2038 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1139 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df1df8 +instanceKlass org/joml/Vector4d +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1113 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df1938 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1105 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df16f8 +instanceKlass @bci com/copycatsplus/copycats/config/CCommon ()V 28 argL0 ; # com/copycatsplus/copycats/config/CCommon$$Lambda+0x000001d683df14e0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 300 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683df12c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1097 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683df1068 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SubmitTaskMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/SubmitTaskMessage$$Lambda+0x000001d683defd28 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SubmitTaskMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/SubmitTaskMessage$$Lambda+0x000001d683def850 +instanceKlass com/copycatsplus/copycats/config/CCommon$Comments +instanceKlass @bci com/copycatsplus/copycats/config/neoforge/CCConfigsImpl register ()V 21 argL0 ; # com/copycatsplus/copycats/config/neoforge/CCConfigsImpl$$Lambda+0x000001d683def200 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 286 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683deefe8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SetCustomImageMessage ()V 41 argL0 ; # dev/ftb/mods/ftbquests/net/SetCustomImageMessage$$Lambda+0x000001d683deeb18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SetCustomImageMessage ()V 36 argL0 ; # dev/ftb/mods/ftbquests/net/SetCustomImageMessage$$Lambda+0x000001d683dee650 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SetCustomImageMessage ()V 28 argL0 ; # dev/ftb/mods/ftbquests/net/SetCustomImageMessage$$Lambda+0x000001d683dee418 +instanceKlass @bci dev/ftb/mods/ftbquests/net/SetCustomImageMessage ()V 20 argL0 ; # dev/ftb/mods/ftbquests/net/SetCustomImageMessage$$Lambda+0x000001d683dee1e0 +instanceKlass com/copycatsplus/copycats/config/CClient$Comments +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 272 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dedb88 +instanceKlass @bci com/copycatsplus/copycats/config/CCConfigs register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Lnet/createmod/catnip/config/ConfigBase; 8 member ; # com/copycatsplus/copycats/config/CCConfigs$$Lambda+0x000001d683ded948 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1065 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ded708 +instanceKlass @bci dev/ftb/mods/ftbquests/net/RequestTranslationTableMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/RequestTranslationTableMessage$$Lambda+0x000001d683ded4d0 +instanceKlass @bci com/copycatsplus/copycats/config/neoforge/CCConfigsImpl register ()V 4 argL0 ; # com/copycatsplus/copycats/config/neoforge/CCConfigsImpl$$Lambda+0x000001d683ded2b8 +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$43 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ded0a0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/RequestTranslationTableMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/RequestTranslationTableMessage$$Lambda+0x000001d683dece68 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1039 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dec9e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1031 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dec518 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1023 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dec2d8 +instanceKlass org/joml/Vector2dc +instanceKlass @bci com/simibubi/create/AllBlocks ()V 1015 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683debe78 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 258 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683debc60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 983 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683deb7e8 +instanceKlass com/copycatsplus/copycats/config/CCConfigs +instanceKlass @bci com/simibubi/create/AllBlocks lambda$static$40 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683deb3d0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 244 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683deb1b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 957 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683deafa0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemMessage$$Lambda+0x000001d683dead78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 949 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683deaaf0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemMessage$$Lambda+0x000001d683dea8b8 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCatVariantsImpl register ()V 3 argL0 ; # com/copycatsplus/copycats/neoforge/CCCatVariantsImpl$$Lambda+0x000001d683dea690 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ReorderItemMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ReorderItemMessage$$Lambda+0x000001d683dea458 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 941 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de9de0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 933 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de9b80 +instanceKlass net/createmod/catnip/data/Pair +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 230 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683de9728 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableMessage ()V 47 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableMessage$$Lambda+0x000001d683de3d58 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage 165 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683de0800 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableMessage ()V 42 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableMessage$$Lambda+0x000001d683de3b20 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableMessage ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableMessage$$Lambda+0x000001d683de38e8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableMessage$$Lambda+0x000001d683de36b0 +instanceKlass com/copycatsplus/copycats/CCCatVariants +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveMovableMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveMovableMessage$$Lambda+0x000001d683de3278 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 556 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683de7c08 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 529 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683de79f0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 216 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683de77d8 +instanceKlass dev/latvian/mods/kubejs/fluid/FluidWrapper$ReadFn +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterMessage$$Lambda+0x000001d683de73b8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterMessage$$Lambda+0x000001d683de6300 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterMessage$$Lambda+0x000001d683de53d0 +instanceKlass com/copycatsplus/copycats/mixin/copycat/sliding_door/SlidingDoorBlockEntityAccessor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 901 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de4d60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 887 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de4b38 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 873 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de4920 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 847 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de4698 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 202 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683de4480 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 839 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683de4000 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage$$Lambda+0x000001d683ddbda0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 831 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ddbb40 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage$$Lambda+0x000001d683ddb908 +instanceKlass @bci dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage$$Lambda+0x000001d683ddb6d0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 784 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ddb040 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 773 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683ddab40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 765 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dda8e0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedLargeCogwheel$36 (Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 13 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dda6c0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedLargeCogwheel$36 (Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 3 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dda4a8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedLargeCogwheel (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dda218 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 718 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dda000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 707 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd9d78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 699 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd9b18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 188 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dd96c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 664 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd94a8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2LongMap$FastEntrySet +instanceKlass @bci com/simibubi/create/AllBlocks ()V 638 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd9290 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 509 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dd9050 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 488 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dd8e38 +instanceKlass net/minecraft/core/particles/ScalableParticleOptionsBase +instanceKlass @bci com/simibubi/create/AllBlocks ()V 627 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd7730 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 619 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd7250 +instanceKlass net/mehvahdjukaar/polytone/mixins/accessor/DustParticleOptionAccessor +instanceKlass @bci com/simibubi/create/AllBlocks ()V 584 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd6e40 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedCogwheelBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 124 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5f40 +instanceKlass com/simibubi/create/foundation/item/render/PartialItemModelRenderer +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedCogwheelBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 106 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5ac8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedCogwheelBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 83 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5898 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedCogwheelBase$37 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5680 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedCogwheelBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lcom/tterrag/registrate/builders/BlockBuilder; 74 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5468 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedCogwheel$33 (Ljava/lang/String;Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 3 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd5250 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedCogwheel (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dd4fc0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 558 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd4da8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 547 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd4b20 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 539 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd48c0 +instanceKlass dev/latvian/mods/kubejs/util/FluidAmounts +instanceKlass @bci com/simibubi/create/AllBlocks ()V 492 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd40c0 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 468 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dd3e80 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 481 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd3bf8 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 447 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dd35b8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 473 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dd3118 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/DirectionWrapper +instanceKlass @bci com/simibubi/create/content/decoration/encasing/EncasingRegistry lambda$addVariantTo$2 (Ljava/util/function/Supplier;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/simibubi/create/content/decoration/encasing/EncasingRegistry$$Lambda+0x000001d683dd2cc8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 174 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dd2ab0 +instanceKlass java/util/stream/Nodes$IntArrayNode +instanceKlass @bci dev/ftb/mods/ftbquests/net/GiveItemToPlayerMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/GiveItemToPlayerMessage$$Lambda+0x000001d683dd1a40 +instanceKlass dev/latvian/mods/kubejs/util/NBTIOWrapper +instanceKlass @bci dev/ftb/mods/ftbquests/net/GiveItemToPlayerMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/GiveItemToPlayerMessage$$Lambda+0x000001d683dd0938 +instanceKlass @bci com/simibubi/create/content/decoration/encasing/EncasingRegistry addVariantTo (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/content/decoration/encasing/EncasingRegistry$$Lambda+0x000001d683dd06a8 +instanceKlass java/util/stream/Node$Builder$OfInt +instanceKlass com/simibubi/create/content/decoration/encasing/EncasingRegistry +instanceKlass @bci java/util/stream/IntPipeline toArray ()[I 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001d682d67298 +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/SleepingBlockEntity$1 +instanceKlass @bci net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer ()V 29 argL0 ; # net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer$$Lambda+0x000001d683dd0000 +instanceKlass @bci net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer ()V 19 argL0 ; # net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer$$Lambda+0x000001d683dcb258 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 160 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dcb040 +instanceKlass @bci net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer ()V 6 argL0 ; # net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer$$Lambda+0x000001d683dcae28 +instanceKlass dev/ftb/mods/ftbquests/net/ForceSaveMessage +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 146 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dca9d0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedShaft$6 (Ljava/util/function/Supplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 40 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dca788 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 427 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dca548 +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectMessage$$Lambda+0x000001d683dca320 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate casingConnectivity (Ljava/util/function/BiConsumer;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683dc9e88 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 399 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dca0e0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectMessage$$Lambda+0x000001d683dc99d8 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 391 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dc9548 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedShaft$6 (Ljava/util/function/Supplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc9318 +instanceKlass @bci dev/ftb/mods/ftbquests/net/EditObjectMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/EditObjectMessage$$Lambda+0x000001d683dc90e0 +instanceKlass com/simibubi/create/content/decoration/encasing/CasingConnectivity +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate connectedTextures (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683dc3878 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedShaft$6 (Ljava/util/function/Supplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc3658 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 27 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc3410 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc3188 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedBase (Lcom/tterrag/registrate/builders/BlockBuilder;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc2f48 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 132 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dc2d30 +instanceKlass plus/dragons/createenchantmentindustry/common/kinetics/deployer/DeployerExtension +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$encasedShaft$6 (Ljava/util/function/Supplier;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc2918 +instanceKlass @bci dev/ftb/mods/ftbquests/net/DeleteObjectMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/DeleteObjectMessage$$Lambda+0x000001d683dc26e0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers encasedShaft (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 member ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d683dc2450 +instanceKlass @bci dev/ftb/mods/ftbquests/net/DeleteObjectMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/DeleteObjectMessage$$Lambda+0x000001d683dc2218 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 426 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dc2000 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 371 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dc7b60 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 349 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dc7920 +instanceKlass @bci plus/dragons/createenchantmentindustry/client/CEIClient (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # plus/dragons/createenchantmentindustry/client/CEIClient$$Lambda+0x000001d683dc74a0 +instanceKlass net/createmod/catnip/render/SpriteShiftEntry +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 341 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dc7048 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 118 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dc6e30 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 67 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dc6bc8 +instanceKlass @bci dev/engine_room/flywheel/lib/model/baked/PartialModel of (Lnet/minecraft/resources/ResourceLocation;)Ldev/engine_room/flywheel/lib/model/baked/PartialModel; 4 argL0 ; # dev/engine_room/flywheel/lib/model/baked/PartialModel$$Lambda+0x000001d683dc6990 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/CreateTaskAtMessage 387 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683dc0400 +instanceKlass dev/engine_room/flywheel/lib/model/baked/PartialModel +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 62 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dc6550 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 415 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dc62c8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 51 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dc6090 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 407 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dc4e68 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 43 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dbfc40 +instanceKlass plus/dragons/createenchantmentindustry/client/model/CEIPartialModels +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 35 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dbf808 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 381 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbf5c8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 367 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbe568 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 27 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dbe330 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateTaskAtMessage ()V 19 argL0 ; # dev/ftb/mods/ftbquests/net/CreateTaskAtMessage$$Lambda+0x000001d683dbe0f8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 334 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbde70 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 326 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbdc30 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 318 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbd790 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 292 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbd550 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 278 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbd338 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 245 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbd0b0 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIConfig (Lnet/neoforged/fml/ModContainer;)V 62 member ; # plus/dragons/createenchantmentindustry/config/CEIConfig$$Lambda+0x000001d683dbce80 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 237 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbcc40 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 229 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbc9e0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 200 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683dbc7c8 +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 122 member ; # plus/dragons/createdragonsplus/config/StressConfig$$Lambda+0x000001d683dbc598 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 104 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683dbc380 +instanceKlass @bci com/simibubi/create/infrastructure/config/CStress setImpact (D)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/infrastructure/config/CStress$$Lambda+0x000001d683dbc0f8 +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 108 member ; # plus/dragons/createdragonsplus/config/StressConfig$$Lambda+0x000001d683dbbec8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 59 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683dbbc70 +instanceKlass com/simibubi/create/api/stress/BlockStressValues +instanceKlass @cpi dev/ftb/mods/ftbquests/net/CreateObjectMessage 342 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683db0800 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 54 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683dbb5b8 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 314 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683dbb3a0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 43 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683dbb168 +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 89 member ; # plus/dragons/createdragonsplus/config/StressConfig$$Lambda+0x000001d683dbaf38 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 35 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683dbad00 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 27 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683dbaac8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/QuestObjectType ()V 220 argL0 ; # dev/ftb/mods/ftbquests/quest/QuestObjectType$$Lambda+0x000001d683db9928 +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapEntry +instanceKlass @bci com/simibubi/create/AllBlocks ()V 167 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db96a0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/QuestObjectType ()V 212 argL0 ; # dev/ftb/mods/ftbquests/quest/QuestObjectType$$Lambda+0x000001d683db9458 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 159 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db9218 +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 243 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683db1dd8 +instanceKlass dev/ftb/mods/ftbquests/quest/QuestObjectType$1 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectDoublePair +instanceKlass @bci com/simibubi/create/AllBlocks ()V 151 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db1b78 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 128 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db1938 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder nameKey (Ljava/util/function/Function;)Ldev/ftb/mods/ftblibrary/config/NameMap$Builder; 2 member ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683db16f8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/QuestObjectType ()V 188 argL0 ; # dev/ftb/mods/ftbquests/quest/QuestObjectType$$Lambda+0x000001d683db14c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 111 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db1238 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/QuestObjectType ()V 180 argL0 ; # dev/ftb/mods/ftbquests/quest/QuestObjectType$$Lambda+0x000001d683db1000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 103 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db7c28 +instanceKlass com/copycatsplus/copycats/foundation/copycat/multistate/IMultiStateCopycatBlockEntity +instanceKlass @bci it/unimi/dsi/fastutil/objects/Object2DoubleMap forEach (Ljava/util/function/BiConsumer;)V 8 member ; # it/unimi/dsi/fastutil/objects/Object2DoubleMap$$Lambda+0x000001d683db25f0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 95 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db77d0 +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleMap$Entry +instanceKlass @bci dev/ftb/mods/ftbquests/net/CreateObjectMessage ()V 19 argL0 ; # dev/ftb/mods/ftbquests/net/CreateObjectMessage$$Lambda+0x000001d683db63a0 +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig registerAll (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 37 member ; # plus/dragons/createdragonsplus/config/StressConfig$$Lambda+0x000001d683db5f30 +instanceKlass plus/dragons/createdragonsplus/config/StressConfig$Comments +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 90 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683db5b18 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 56 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db58c0 +instanceKlass @cpi dev/ftb/mods/ftbquests/net/CopyQuestMessage 396 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683db0400 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIConfig (Lnet/neoforged/fml/ModContainer;)V 47 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIConfig$$Lambda+0x000001d683db5688 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 51 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db5450 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 63 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db5210 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIConfig (Lnet/neoforged/fml/ModContainer;)V 26 member ; # plus/dragons/createenchantmentindustry/config/CEIConfig$$Lambda+0x000001d683db4fe0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 43 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db4da8 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 55 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db4b68 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 35 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db4930 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 27 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db46f8 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIConfig (Lnet/neoforged/fml/ModContainer;)V 11 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIConfig$$Lambda+0x000001d683db44c0 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 38 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683db4238 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyQuestMessage ()V 19 argL0 ; # dev/ftb/mods/ftbquests/net/CopyQuestMessage$$Lambda+0x000001d683db4000 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 30 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683da8c90 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder validBlocks ([Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockEntityBuilder; 5 member ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d683da8a60 +instanceKlass @bci com/simibubi/create/AllBlocks ()V 22 argL0 ; # com/simibubi/create/AllBlocks$$Lambda+0x000001d683da8800 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes attribute (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiPredicate;)Lnet/minecraft/core/Holder; 43 member ; # plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes$$Lambda+0x000001d683da9b18 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate blockEntity (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockEntityBuilder$BlockEntityFactory;)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 6 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683da98b0 +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/SingletonItemAttribute$Type +instanceKlass @bci com/copycatsplus/copycats/CCBlockEntityTypes ()V 11 argL0 ; # com/copycatsplus/copycats/CCBlockEntityTypes$$Lambda+0x000001d683da9460 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes ()V 17 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes$$Lambda+0x000001d683da9218 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 76 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683da9000 +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyChapterImageMessage ()V 23 argL0 ; # dev/ftb/mods/ftbquests/net/CopyChapterImageMessage$$Lambda+0x000001d683daaf08 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIItemAttributes +instanceKlass @bci dev/ftb/mods/ftbquests/net/CopyChapterImageMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/CopyChapterImageMessage$$Lambda+0x000001d683daf9d8 +instanceKlass dev/ftb/mods/ftbquests/quest/ChapterImage$1 +instanceKlass @bci plus/dragons/createdragonsplus/common/registrate/builder/CustomStatBuilder lang (Ljava/lang/String;)Lplus/dragons/createdragonsplus/common/registrate/builder/CustomStatBuilder; 1 argL0 ; # plus/dragons/createdragonsplus/common/registrate/builder/CustomStatBuilder$$Lambda+0x000001d683daf4b8 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate customStat (Ljava/lang/String;Ljava/util/function/Supplier;)Lplus/dragons/createdragonsplus/common/registrate/builder/CustomStatBuilder; 5 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683daf250 +instanceKlass dev/ftb/mods/ftbquests/quest/ChapterImage +instanceKlass com/copycatsplus/copycats/CCBlockEntityTypes +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIStats create (Ljava/lang/String;)Lplus/dragons/createdragonsplus/common/registrate/builder/CustomStatBuilder; 5 member ; # plus/dragons/createenchantmentindustry/common/registry/CEIStats$$Lambda+0x000001d683da7518 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIStats +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl register (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl$$Lambda+0x000001d683da70f0 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl ()V 35 argL0 ; # com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl$$Lambda+0x000001d683da6ed8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIDataMaps register (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIDataMaps$$Lambda+0x000001d683da6c88 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl ()V 18 argL0 ; # com/copycatsplus/copycats/neoforge/CCCreativeTabsImpl$$Lambda+0x000001d683da6a70 +instanceKlass @bci com/copycatsplus/copycats/CCItems ()V 115 argL0 ; # com/copycatsplus/copycats/CCItems$$Lambda+0x000001d683da6810 +instanceKlass @bci plus/dragons/createenchantmentindustry/util/CEIIntIntPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # plus/dragons/createenchantmentindustry/util/CEIIntIntPair$$Lambda+0x000001d683da5530 +instanceKlass @bci plus/dragons/createenchantmentindustry/util/CEIIntIntPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # plus/dragons/createenchantmentindustry/util/CEIIntIntPair$$Lambda+0x000001d683da52f8 +instanceKlass @bci plus/dragons/createenchantmentindustry/util/CEIIntIntPair lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # plus/dragons/createenchantmentindustry/util/CEIIntIntPair$$Lambda+0x000001d683da50c0 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle registerDependent (Lcom/tterrag/registrate/util/entry/BlockEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d683da4e30 +instanceKlass @bci com/copycatsplus/copycats/CCItems ()V 11 argL0 ; # com/copycatsplus/copycats/CCItems$$Lambda+0x000001d683da4bd0 +instanceKlass @bci plus/dragons/createenchantmentindustry/util/CEIIntIntPair ()V 0 argL0 ; # plus/dragons/createenchantmentindustry/util/CEIIntIntPair$$Lambda+0x000001d683da4998 +instanceKlass com/copycatsplus/copycats/CCItems +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 62 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683da14f8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardMessage$$Lambda+0x000001d683da12d0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardMessage$$Lambda+0x000001d683da0af8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$102 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683da08e0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimRewardMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimRewardMessage$$Lambda+0x000001d683da06a8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683da0000 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6316 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d98c70 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d98a38 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d98800 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6290 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d9bd30 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 48 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683d9bb18 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d9b8e0 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage$$Lambda+0x000001d683d9b6b8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage$$Lambda+0x000001d683d9b480 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage$$Lambda+0x000001d683d9b248 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel ()V 21 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d9fd68 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel ()V 8 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d9e918 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 34 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683d9e700 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel ()V 3 argL0 ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel$$Lambda+0x000001d683d9e4c8 +instanceKlass dev/ftb/mods/ftbquests/net/ClaimAllRewardsMessage +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6182 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d9de40 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 20 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683d9dc28 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6171 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d9d9d8 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeProgressMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeProgressMessage$$Lambda+0x000001d683d9d7b0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$98 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d9d598 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeProgressMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeProgressMessage$$Lambda+0x000001d683d9d360 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIDataMaps +instanceKlass @bci dev/ftb/mods/ftbquests/util/ProgressChange ()V 32 argL0 ; # dev/ftb/mods/ftbquests/util/ProgressChange$$Lambda+0x000001d683d97a88 +instanceKlass @cpi dev/ftb/mods/ftbquests/util/ProgressChange 160 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683d98400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683d98000 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6083 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d97870 +instanceKlass @bci dev/ftb/mods/ftbquests/util/ProgressChange ()V 27 argL0 ; # dev/ftb/mods/ftbquests/util/ProgressChange$$Lambda+0x000001d683d97638 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 6047 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d973d8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIArmInterationPoints ()V 24 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIArmInterationPoints$$Lambda+0x000001d683d971c0 +instanceKlass @bci dev/ftb/mods/ftbquests/util/ProgressChange ()V 19 argL0 ; # dev/ftb/mods/ftbquests/util/ProgressChange$$Lambda+0x000001d683d96f88 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5939 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d968a0 +instanceKlass @bci dev/ftb/mods/ftbquests/util/ProgressChange ()V 11 argL0 ; # dev/ftb/mods/ftbquests/util/ProgressChange$$Lambda+0x000001d683d96668 +instanceKlass @bci dev/ftb/mods/ftbquests/util/ProgressChange ()V 3 argL0 ; # dev/ftb/mods/ftbquests/util/ProgressChange$$Lambda+0x000001d683d96430 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5928 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d951b0 +instanceKlass dev/ftb/mods/ftbquests/util/ProgressChange +instanceKlass @bci com/simibubi/create/api/behaviour/movement/MovementBehaviour movementBehaviour (Lcom/simibubi/create/api/behaviour/movement/MovementBehaviour;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/api/behaviour/movement/MovementBehaviour$$Lambda+0x000001d683d94b00 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate armInteractionPoint (Ljava/lang/String;Ljava/util/function/Supplier;)Lplus/dragons/createdragonsplus/common/registrate/builder/ArmInteractionPointBuilder; 5 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683d94898 +instanceKlass com/simibubi/create/content/decoration/slidingDoor/SlidingDoorMovementBehaviour +instanceKlass dev/latvian/mods/kubejs/registry/RegistryKubeEvent +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeProgressMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeProgressMessage$$Lambda+0x000001d683d93c60 +instanceKlass dev/latvian/mods/kubejs/registry/AdditionalObjectRegistry +instanceKlass dev/latvian/mods/kubejs/event/KubeStartupEvent +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIArmInterationPoints ()V 5 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIArmInterationPoints$$Lambda+0x000001d683d92420 +instanceKlass @bci dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler init ()V 6 argL0 ; # dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler$$Lambda+0x000001d683d91f68 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage ()V 31 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage$$Lambda+0x000001d683d91d40 +instanceKlass @cpi com/li64/tide/data/fishing/conditions/types/TimeRange 118 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683d78400 +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPoint +instanceKlass dev/latvian/mods/kubejs/block/predicate/BlockEntityPredicate +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$92 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d91658 +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage ()V 26 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage$$Lambda+0x000001d683d911e8 +instanceKlass dev/latvian/mods/kubejs/block/predicate/BlockIDPredicate +instanceKlass dev/latvian/mods/kubejs/block/predicate/BlockPredicate +instanceKlass @bci dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage ()V 18 argL0 ; # dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage$$Lambda+0x000001d683d78a18 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5840 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d78800 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5804 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d8f9d0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$89 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d8f5a0 +instanceKlass dev/latvian/mods/kubejs/util/JsonIO +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIArmInterationPoints +instanceKlass dev/ftb/mods/ftbquests/net/FTBQuestsNetHandler +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate registerEnchantmentTags (Lplus/dragons/createdragonsplus/data/tag/TagRegistry;)Lplus/dragons/createdragonsplus/common/CDPRegistrate; 10 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683d8db60 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 294 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d8d948 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5725 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d8d730 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 289 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d8d518 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5699 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d8cce8 +instanceKlass plus/dragons/createdragonsplus/data/tag/TagRegistry +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 272 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d8b800 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIEnchantments +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 267 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d8b3e8 +instanceKlass @bci dev/latvian/mods/rhino/CachedClassInfo getAccessibleMethods (Z)Ljava/util/List; 234 argL0 ; # dev/latvian/mods/rhino/CachedClassInfo$$Lambda+0x000001d683d8b1a0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIRecipes ()V 37 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIRecipes$$Lambda+0x000001d683d879a0 +instanceKlass @bci plus/dragons/createdragonsplus/common/recipe/RecipeTypeInfo (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/neoforged/neoforge/registries/DeferredRegister;Lnet/neoforged/neoforge/registries/DeferredRegister;)V 18 argL0 ; # plus/dragons/createdragonsplus/common/recipe/RecipeTypeInfo$$Lambda+0x000001d683d87768 +instanceKlass plus/dragons/createdragonsplus/common/recipe/RecipeTypeInfo +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 250 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d87308 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 245 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d86e98 +instanceKlass dev/latvian/mods/kubejs/util/CountingMap +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIRecipes ()V 24 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIRecipes$$Lambda+0x000001d683d86c80 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIRecipes +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 228 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d85558 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 223 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d85340 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs ()V 16 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs$$Lambda+0x000001d683d85108 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEICreativeModeTabs +instanceKlass dev/latvian/mods/kubejs/typings/Param +instanceKlass dev/latvian/mods/kubejs/typings/Info +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 205 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d82fe0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 206 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d82dc8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 201 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d82bb0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 192 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d82950 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/UtilsWrapper +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 157 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d82120 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 144 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d81ec0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 104 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d81c60 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 85 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d817c0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 184 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d81a48 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5620 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d81580 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 179 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d81368 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 77 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d81108 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5609 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7bdb0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 58 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d7b778 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$85 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7b560 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5579 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7b348 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 50 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d7b0e8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5543 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7ae88 +instanceKlass org/joml/Vector3d +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 162 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d7fcd0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 26 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d7f570 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 157 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d7f358 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIItems ()V 5 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIItems$$Lambda+0x000001d683d7f0f8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5435 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7eb10 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5424 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7e8c0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 141 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d7e6a8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$80 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d7d800 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 136 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d7d5e8 +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientBlockExtensions +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIItems +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5410 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d778f8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 116 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d76770 +instanceKlass @bci com/simibubi/create/api/behaviour/interaction/MovingInteractionBehaviour interactionBehaviour (Lcom/simibubi/create/api/behaviour/interaction/MovingInteractionBehaviour;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/api/behaviour/interaction/MovingInteractionBehaviour$$Lambda+0x000001d683d76518 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 237 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d76300 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 111 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d760e8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 91 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d75ed0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5358 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d75c70 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 86 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d75a58 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5338 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d74ad0 +instanceKlass org/joml/Vector3dc +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 66 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d748b8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$77 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d746a0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 61 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d74488 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5324 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d74050 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5316 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d736a0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5299 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d73220 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/KMath +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 212 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d72de8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 41 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d729b0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 204 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d72770 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 36 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d72558 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 196 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d72120 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$74 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d713f8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5220 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d70000 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5178 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d6fbc0 +instanceKlass jdk/internal/ValueBased +instanceKlass com/simibubi/create/AllBlocks +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 171 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d6f780 +instanceKlass @bci dev/ftb/mods/ftbquests/client/GuiProviders defaultRewardGuiProvider (Ldev/ftb/mods/ftbquests/quest/reward/RewardType$Provider;)Ldev/ftb/mods/ftbquests/quest/reward/RewardType$GuiProvider; 1 member ; # dev/ftb/mods/ftbquests/client/GuiProviders$$Lambda+0x000001d683d6f560 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 163 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d6f320 +instanceKlass dev/ftb/mods/ftbquests/quest/reward/RewardType$GuiProvider +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 155 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d6dcb8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes register (Lnet/minecraft/resources/ResourceLocation;Ldev/ftb/mods/ftbquests/quest/reward/RewardType$Provider;Ljava/util/function/Supplier;Z)Ldev/ftb/mods/ftbquests/quest/reward/RewardType; 7 member ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d6c088 +instanceKlass dev/ftb/mods/ftbquests/quest/reward/RewardType +instanceKlass @bci dev/latvian/mods/rhino/CachedClassInfo getAccessibleFields (Z)Ljava/util/List; 176 argL0 ; # dev/latvian/mods/rhino/CachedClassInfo$$Lambda+0x000001d683d6b900 +instanceKlass dev/latvian/mods/rhino/CachedFieldInfo$Accessible +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 20 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d6b4c8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/reward/RewardTypes ()V 15 argL0 ; # dev/ftb/mods/ftbquests/quest/reward/RewardTypes$$Lambda+0x000001d683d6b2b0 +instanceKlass net/neoforged/neoforge/fluids/capability/templates/FluidTank +instanceKlass net/neoforged/neoforge/fluids/IFluidTank +instanceKlass dev/latvian/mods/kubejs/script/ConsoleJS$VarFunc +instanceKlass dev/latvian/apps/tinyserver/http/HTTPRequest +instanceKlass dev/latvian/mods/kubejs/script/ConsoleLine +instanceKlass @bci com/simibubi/create/AllDisplayTargets ()V 71 argL0 ; # com/simibubi/create/AllDisplayTargets$$Lambda+0x000001d683d696d8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5102 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d69498 +instanceKlass dev/ftb/mods/ftbquests/quest/reward/RewardType$Provider +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$71 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 5 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d68240 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$71 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d679c8 +instanceKlass dev/ftb/mods/ftbquests/quest/reward/RewardTypes +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5088 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d667d0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 5031 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d65638 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 304 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d65420 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4955 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d651e0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 299 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d64fc8 +instanceKlass @bci com/simibubi/create/AllDisplayTargets ()V 58 argL0 ; # com/simibubi/create/AllDisplayTargets$$Lambda+0x000001d683d64db0 +instanceKlass dev/latvian/mods/kubejs/script/PlatformWrapper$ModInfo +instanceKlass com/simibubi/create/content/kinetics/simpleRelays/CogwheelBlockItem$DiagonalCogHelper +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 282 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d62760 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 277 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d62548 +instanceKlass @bci com/simibubi/create/AllDisplayTargets ()V 36 argL0 ; # com/simibubi/create/AllDisplayTargets$$Lambda+0x000001d683d62330 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder byBlockEntity (Lcom/simibubi/create/api/registry/SimpleRegistry;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 2 argL0 ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d60688 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate displayTarget (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683d60000 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 260 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d60268 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 255 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5fcb0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 130 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d5fa70 +instanceKlass @bci dev/latvian/mods/rhino/NativeJavaMap initMembers (Ldev/latvian/mods/rhino/Context;Ldev/latvian/mods/rhino/Scriptable;)V 13 member ; # dev/latvian/mods/rhino/NativeJavaMap$$Lambda+0x000001d683d5f850 +instanceKlass @bci com/simibubi/create/AllDisplayTargets ()V 11 argL0 ; # com/simibubi/create/AllDisplayTargets$$Lambda+0x000001d683d5f638 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 122 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d5f420 +instanceKlass @bci dev/latvian/mods/rhino/CachedMethodInfo getReturnType ()Ldev/latvian/mods/rhino/type/TypeInfo; 17 member ; # dev/latvian/mods/rhino/CachedMethodInfo$$Lambda+0x000001d683d5e440 +instanceKlass dev/latvian/mods/rhino/BeanProperty +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 238 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5e020 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 233 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5de08 +instanceKlass com/simibubi/create/AllDisplayTargets +instanceKlass @bci dev/latvian/mods/rhino/type/TypeConsolidator collect (Ljava/lang/Class;)Ljava/util/Map; 138 argL0 ; # dev/latvian/mods/rhino/type/TypeConsolidator$$Lambda+0x000001d683d5d368 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 216 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5c428 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$69 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 5 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d5c210 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 211 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5bdf8 +instanceKlass dev/latvian/mods/rhino/type/TypeConsolidator +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$69 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d5bbc0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4941 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d5b9a8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4884 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d5b508 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 438 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d5b2f0 +instanceKlass @bci dev/latvian/mods/rhino/type/TypeInfo of (Ljava/lang/reflect/TypeVariable;)Ldev/latvian/mods/rhino/type/VariableTypeInfo; 10 argL0 ; # dev/latvian/mods/rhino/type/TypeInfo$$Lambda+0x000001d683d5b0b8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 97 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d5ae78 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 194 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5ac60 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 421 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d5aa10 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 89 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d5a7f8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 189 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d5a5e0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 410 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d59fd8 +instanceKlass @bci dev/latvian/mods/rhino/CachedExecutableInfo getParameters ()Ldev/latvian/mods/rhino/CachedParameters; 26 member ; # dev/latvian/mods/rhino/CachedExecutableInfo$$Lambda+0x000001d683d59728 +instanceKlass com/simibubi/create/foundation/blockEntity/behaviour/ValueBoxTransform +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 393 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d56e68 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 172 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d56a60 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 167 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d565c0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 64 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d56380 +instanceKlass dev/latvian/mods/rhino/ObjArray +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 55 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d548f0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 379 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d546d8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 47 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d544c0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 150 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d542a8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 145 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d53e08 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 128 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d53bf0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 123 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d539d8 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 365 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d52940 +instanceKlass @bci java/util/ArrayDeque copyElements (Ljava/util/Collection;)V 2 member ; # java/util/ArrayDeque$$Lambda+0x000001d682d66c28 +instanceKlass dev/latvian/mods/rhino/CachedMethodInfo$Accessible +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 351 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d51c18 +instanceKlass dev/latvian/mods/rhino/util/RemapPrefixForJSRep +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 106 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d51390 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 337 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d51178 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 101 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d50f60 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder registerRenderer ()V 7 member ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d683d50aa8 +instanceKlass @bci com/copycatsplus/copycats/CCCustomModels createBlockModel (Ljava/util/function/Function;Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 2 member ; # com/copycatsplus/copycats/CCCustomModels$$Lambda+0x000001d683d50888 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder lambda$renderer$0 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d683d50218 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 323 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d50000 +instanceKlass java/io/ObjectOutput +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$67 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 5 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d4c400 +instanceKlass @bci com/tterrag/registrate/builders/BlockEntityBuilder renderer (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockEntityBuilder; 11 member ; # com/tterrag/registrate/builders/BlockEntityBuilder$$Lambda+0x000001d683d4ccc8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$67 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d4ca90 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 22 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d4dc88 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 84 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d4da70 +instanceKlass @bci dev/latvian/mods/rhino/CachedClassStorage get (Ljava/lang/Class;)Ldev/latvian/mods/rhino/CachedClassInfo; 21 member ; # dev/latvian/mods/rhino/CachedClassStorage$$Lambda+0x000001d683d4d830 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder registerVisualizer ()V 7 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d683d4d600 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 79 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d4d000 +instanceKlass tech/alexnijjar/golemoverhaul/client/neoforge/GolemOverhaulClientImpl +instanceKlass net/neoforged/neoforge/client/model/BakedModelWrapper +instanceKlass dev/latvian/mods/rhino/CachedClassInfo +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder lambda$visual$3 ()Ljava/lang/Runnable; 1 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d683d4f4e0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 309 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d4f2c8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 124 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d4f0b0 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 62 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d4ee98 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 57 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d4e290 +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder visual (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Ljava/util/function/Predicate;)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 11 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d683d4bda8 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 295 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d4b6f8 +instanceKlass dev/latvian/mods/rhino/CachedClassStorage +instanceKlass net/createmod/catnip/platform/NeoForgeNetworkHelper +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 113 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d4aff8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 102 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d4ade0 +instanceKlass dev/ftb/mods/ftbquests/quest/task/ISingleLongValueTask +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4805 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d49ff0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 281 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d49dd8 +instanceKlass net/createmod/catnip/platform/services/NetworkHelper +instanceKlass @bci com/copycatsplus/copycats/config/CStress setImpact (D)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/copycatsplus/copycats/config/CStress$$Lambda+0x000001d683d49958 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 41 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d49740 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 91 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d49528 +instanceKlass @cpi com/simibubi/create/infrastructure/config/CStress 230 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683d4c000 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 36 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d49310 +instanceKlass net/createmod/catnip/platform/NeoForgeHooksHelper +instanceKlass dev/latvian/mods/rhino/JavaMembers +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 267 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d478c8 +instanceKlass net/createmod/catnip/platform/services/ModHooksHelper +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 80 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d46aa8 +instanceKlass net/createmod/catnip/render/FluidRenderHelper +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4754 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d46848 +instanceKlass @bci dev/ftb/mods/ftbquests/client/GuiProviders defaultTaskGuiProvider (Ldev/ftb/mods/ftbquests/quest/task/TaskType$Provider;)Ldev/ftb/mods/ftbquests/quest/task/TaskType$GuiProvider; 1 member ; # dev/ftb/mods/ftbquests/client/GuiProviders$$Lambda+0x000001d683d46628 +instanceKlass dev/ftb/mods/ftbquests/quest/task/TaskType$GuiProvider +instanceKlass dev/latvian/mods/rhino/CustomFunction$Func +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 253 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d458d0 +instanceKlass dev/latvian/mods/rhino/NativeJavaObject +instanceKlass net/createmod/catnip/platform/NeoForgeFluidHelper +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 69 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d43680 +instanceKlass net/createmod/catnip/platform/services/ModFluidHelper +instanceKlass net/createmod/ponder/Ponder +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 239 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d3fad0 +instanceKlass @bci net/createmod/catnip/platform/CatnipServices load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # net/createmod/catnip/platform/CatnipServices$$Lambda+0x000001d683d3f8b0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 58 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d3d950 +instanceKlass dev/ftb/mods/ftbquests/client/GuiProviders +instanceKlass net/createmod/catnip/platform/NeoForgePlatformHelper +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 225 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d3b6e0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 47 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d3b240 +instanceKlass net/createmod/catnip/platform/services/PlatformHelper +instanceKlass net/createmod/catnip/platform/CatnipServices +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 211 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d3a470 +instanceKlass com/simibubi/create/content/decoration/encasing/EncasableBlock +instanceKlass @bci com/simibubi/create/foundation/data/CreateBlockEntityBuilder visual (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Z)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 3 member ; # com/simibubi/create/foundation/data/CreateBlockEntityBuilder$$Lambda+0x000001d683d3a030 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 36 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d39e18 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 13 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d39950 +instanceKlass dev/latvian/mods/rhino/JavaAdapter +instanceKlass net/blay09/mods/waystones/compat/Compat +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes register (Lnet/minecraft/resources/ResourceLocation;Ldev/ftb/mods/ftbquests/quest/task/TaskType$Provider;Ljava/util/function/Supplier;)Ldev/ftb/mods/ftbquests/quest/task/TaskType; 6 member ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d39000 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 197 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d389f0 +instanceKlass dev/ftb/mods/ftbquests/quest/task/TaskType +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents lambda$registerEvents$23 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d683d385b8 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate blockEntity (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BlockEntityBuilder$BlockEntityFactory;)Lcom/simibubi/create/foundation/data/CreateBlockEntityBuilder; 6 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683d37be0 +instanceKlass @bci net/blay09/mods/waystones/client/InventoryButtonGuiHandler initialize ()V 20 argL0 ; # net/blay09/mods/waystones/client/InventoryButtonGuiHandler$$Lambda+0x000001d683d37730 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities ()V 5 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities$$Lambda+0x000001d683d37518 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents lambda$registerEvents$15 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d683d372e8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 25 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d370d0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 183 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d36eb8 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 20 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d36ca0 +instanceKlass @bci net/blay09/mods/waystones/client/InventoryButtonGuiHandler initialize ()V 5 argL0 ; # net/blay09/mods/waystones/client/InventoryButtonGuiHandler$$Lambda+0x000001d683d36a78 +instanceKlass @bci dev/ftb/mods/ftbquests/quest/task/TaskTypes ()V 15 argL0 ; # dev/ftb/mods/ftbquests/quest/task/TaskTypes$$Lambda+0x000001d683d36048 +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 14 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d32d98 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 169 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d32b80 +instanceKlass net/blay09/mods/waystones/client/InventoryButtonGuiHandler +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$65 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d2faf8 +instanceKlass net/blay09/mods/waystones/client/ModModels +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 155 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d2de08 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4653 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d2d630 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 206 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d2d418 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4611 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d2d1b8 +instanceKlass @bci dev/architectury/registry/client/level/entity/forge/EntityRendererRegistryImpl ()V 12 argL0 ; # dev/architectury/registry/client/level/entity/forge/EntityRendererRegistryImpl$$Lambda+0x000001d683d2cd08 +instanceKlass dev/architectury/registry/client/level/entity/forge/EntityRendererRegistryImpl +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 141 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d2bb40 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 201 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d2b920 +instanceKlass dev/latvian/mods/rhino/ScriptRuntime$StringIdOrIndex +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 182 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d2b1e0 +instanceKlass dev/architectury/registry/client/level/entity/EntityRendererRegistry +instanceKlass dev/ftb/mods/ftblibrary/config/ConfigGroup +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerEntityRenderers ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d20ca0 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 127 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d21b88 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 177 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d21968 +instanceKlass software/bernie/geckolib/renderer/layer/GeoRenderLayer +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$64 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d21750 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 158 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d212f8 +instanceKlass dev/latvian/mods/rhino/Hashtable +instanceKlass net/createmod/ponder/api/VirtualBlockEntity +instanceKlass com/simibubi/create/foundation/utility/IInteractionChecker +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 153 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d27cd0 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 134 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d27ab8 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 113 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d26780 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4532 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d26568 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4496 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d25558 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 129 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d250a8 +instanceKlass net/minecraft/client/renderer/entity/EntityRendererProvider +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 110 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d24838 +instanceKlass dev/ftb/mods/ftbquests/quest/Excludable +instanceKlass @bci tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient registerKeyMappings ()V 9 argL0 ; # tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient$$Lambda+0x000001d683d24610 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 105 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d241f8 +instanceKlass dev/ftb/mods/ftbquests/quest/Movable +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 86 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1fd20 +instanceKlass tech/alexnijjar/golemoverhaul/common/constants/ConstantComponents +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 81 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1f710 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 90 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d1f4f8 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 62 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1de58 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 57 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1d960 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 38 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1d488 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 33 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1c9e8 +instanceKlass tech/alexnijjar/golemoverhaul/client/GolemOverhaulClient +instanceKlass @bci net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens registerScreen (Ljava/util/function/Supplier;Lnet/blay09/mods/balm/api/client/screen/BalmScreenFactory;)V 13 member ; # net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens$$Lambda+0x000001d683d1c5c8 +instanceKlass dev/ftb/mods/ftbquests/quest/task/TaskType$Provider +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$63 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d1c1b8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/events/ModEvents registerDispenserBehaviours ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/common/events/ModEvents$$Lambda+0x000001d683d1bfa0 +instanceKlass dev/latvian/mods/rhino/SymbolKey +instanceKlass dev/ftb/mods/ftbquests/quest/task/TaskTypes +instanceKlass net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens$Registrations +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/events/ModEvents registerHayGolemTramplePrevention ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/common/events/ModEvents$$Lambda+0x000001d683d1b770 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 64 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d1b558 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/events/ModEvents registerKelpGolemPlacementDetection ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/common/events/ModEvents$$Lambda+0x000001d683d1b108 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuests lambda$new$0 ()Ljava/util/function/Supplier; 0 argL0 ; # dev/ftb/mods/ftbquests/FTBQuests$$Lambda+0x000001d683d1aef0 +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 14 argL0 ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d1acd8 +instanceKlass dev/architectury/event/events/common/BlockEvent$FallingLand +instanceKlass dev/architectury/event/events/common/BlockEvent$Place +instanceKlass dev/ftb/mods/ftbquests/client/FTBQClientProxy +instanceKlass dev/latvian/mods/rhino/regexp/RENode +instanceKlass dev/architectury/event/events/common/BlockEvent$Break +instanceKlass com/simibubi/create/api/equipment/goggles/IHaveHoveringInformation +instanceKlass dev/ftb/mods/ftbquests/IQuestProxy +instanceKlass dev/latvian/mods/rhino/regexp/CompilerState +instanceKlass dev/architectury/event/events/common/BlockEvent +instanceKlass com/simibubi/create/api/equipment/goggles/IHaveGoggleInformation +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuests ()V 15 argL0 ; # dev/ftb/mods/ftbquests/FTBQuests$$Lambda+0x000001d683d18e70 +instanceKlass dev/latvian/mods/rhino/regexp/RECompiled +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/events/ModEvents registerShearInteractions ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/common/events/ModEvents$$Lambda+0x000001d683d18a50 +instanceKlass @bci dev/ftb/mods/ftbquests/FTBQuests ()V 10 argL0 ; # dev/ftb/mods/ftbquests/FTBQuests$$Lambda+0x000001d683d18838 +instanceKlass com/simibubi/create/api/equipment/goggles/IHaveCustomOverlayIcon +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder associate (Lnet/minecraft/world/level/block/entity/BlockEntityType;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 12 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d183e8 +instanceKlass dev/architectury/event/events/common/InteractionEvent$FarmlandTrample +instanceKlass dev/ftb/mods/ftbquests/api/FTBQuestsAPI +instanceKlass dev/architectury/event/events/common/InteractionEvent$InteractEntity +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 38 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d175d8 +instanceKlass dev/architectury/event/events/common/InteractionEvent$ClientRightClickAir +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4417 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d171c8 +instanceKlass dev/architectury/event/events/common/InteractionEvent$ClientLeftClickAir +instanceKlass dev/architectury/event/events/common/InteractionEvent$RightClickItem +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4381 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d138b0 +instanceKlass dev/architectury/event/events/common/InteractionEvent$RightClickBlock +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder associate (Lnet/minecraft/world/level/block/Block;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 12 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d13460 +instanceKlass com/tterrag/registrate/builders/BlockEntityBuilder$BlockEntityFactory +instanceKlass dev/architectury/event/events/common/InteractionEvent$LeftClickBlock +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIBlockEntities +instanceKlass dev/architectury/event/events/common/InteractionEvent +instanceKlass dev/ftb/mods/ftbquests/quest/QuestObjectBase +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder byBlockEntity (Lcom/simibubi/create/api/registry/SimpleRegistry$Multi;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 2 argL0 ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d11448 +instanceKlass tech/alexnijjar/golemoverhaul/common/events/ModEvents +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess of (Lcom/simibubi/create/api/registry/SimpleRegistry$Multi;Ljava/util/function/Function;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess; 17 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess$$Lambda+0x000001d683d0fca8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 683 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683d0fa68 +instanceKlass dev/ftb/mods/ftbquests/api/QuestFile +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$27 ()Ljava/util/function/Supplier; 0 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683d0f070 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess of (Lcom/simibubi/create/api/registry/SimpleRegistry$Multi;Ljava/util/function/Function;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess; 10 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess$$Lambda+0x000001d683d0ee40 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 675 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683d0ec28 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModRecipeSerializers ()V 16 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModRecipeSerializers$$Lambda+0x000001d683d0ea10 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 664 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683d0e7c0 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder byBlock (Lcom/simibubi/create/api/registry/SimpleRegistry$Multi;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 2 argL0 ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d0e588 +instanceKlass com/teamresourceful/resourcefullib/common/recipe/CodecRecipeSerializer +instanceKlass @bci com/tterrag/registrate/builders/Builder onRegisterAfter (Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/util/nullness/NonNullConsumer;)Lcom/tterrag/registrate/builders/Builder; 4 member ; # com/tterrag/registrate/builders/Builder$$Lambda+0x000001d683d0de30 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$62 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d0d050 +instanceKlass net/blay09/mods/balm/api/client/screen/BalmScreenFactory +instanceKlass @bci net/blay09/mods/waystones/client/ModScreens initialize (Lnet/blay09/mods/balm/api/client/screen/BalmScreens;)V 9 member ; # net/blay09/mods/waystones/client/ModScreens$$Lambda+0x000001d683d0cc38 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorageType lambda$mountedFluidStorage$1 (Lcom/tterrag/registrate/util/entry/RegistryEntry;Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorageType$$Lambda+0x000001d683d0c9e0 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModRecipeSerializers +instanceKlass net/blay09/mods/waystones/client/ModScreens +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModRecipeTypes register (Ljava/lang/String;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 5 member ; # tech/alexnijjar/golemoverhaul/common/registry/ModRecipeTypes$$Lambda+0x000001d683d0c188 +instanceKlass @bci com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorageType mountedFluidStorage (Lcom/tterrag/registrate/util/entry/RegistryEntry;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorageType$$Lambda+0x000001d683d0bef8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate displaySource (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 5 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683d0bc90 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModRecipeTypes +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 232 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d0b618 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess of (Lcom/simibubi/create/api/registry/SimpleRegistry;Ljava/util/function/Function;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess; 17 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess$$Lambda+0x000001d683d0b3e8 +instanceKlass @bci com/simibubi/create/AllDisplaySources ()V 12 argL0 ; # com/simibubi/create/AllDisplaySources$$Lambda+0x000001d683d0afb8 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 221 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d0b1d0 +instanceKlass dev/ftb/mods/ftbquests/integration/RecipeModHelper$NoOp +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4286 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d0a918 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 216 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d0ab30 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 250 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d0a700 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 205 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d0a2f8 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess of (Lcom/simibubi/create/api/registry/SimpleRegistry;Ljava/util/function/Function;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess; 10 member ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess$$Lambda+0x000001d683d0a0c8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 232 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d09eb0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4256 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d09c28 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 200 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d097d0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 214 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d095b8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4239 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683d09358 +instanceKlass dev/ftb/mods/ftbquests/integration/RecipeModHelper +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 196 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d08f48 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 189 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d08d30 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 184 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d08910 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 178 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d08500 +instanceKlass dev/ftb/mods/ftbquests/api/FTBQuestsAPI$API +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 173 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d07970 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 160 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d07758 +instanceKlass dev/ftb/mods/ftbquests/FTBQuests +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 142 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d06ae0 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 168 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d06640 +instanceKlass @bci com/simibubi/create/api/registry/registrate/SimpleBuilder byBlock (Lcom/simibubi/create/api/registry/SimpleRegistry;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 2 argL0 ; # com/simibubi/create/api/registry/registrate/SimpleBuilder$$Lambda+0x000001d683d05228 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 124 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d05010 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 157 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d04df8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 106 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d04be0 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 152 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d049c8 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ArgumentTypes ()V 32 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ArgumentTypes$$Lambda+0x000001d683d047b0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 88 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d04598 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate mountedFluidStorage (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/simibubi/create/api/registry/registrate/SimpleBuilder; 5 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683d04330 +instanceKlass @bci dev/ftb/mods/ftbquests/neoforge/ArgumentTypes ()V 16 argL0 ; # dev/ftb/mods/ftbquests/neoforge/ArgumentTypes$$Lambda+0x000001d683d04118 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 70 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d03cf8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 52 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d036c0 +instanceKlass dev/ftb/mods/ftbquests/neoforge/ArgumentTypes +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 34 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d02b20 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 141 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d02908 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents ()V 16 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683d026f0 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 136 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d01f18 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 174 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683d01d00 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModSoundEvents +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 125 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d018e8 +instanceKlass net/blay09/mods/waystones/client/render/PortstoneRenderer +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModParticleTypes +instanceKlass dev/architectury/registry/level/biome/BiomeModifications +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 120 member ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d00430 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 160 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683d00218 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 101 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683d00000 +instanceKlass @bci dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage ()V 42 argL0 ; # dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage$$Lambda+0x000001d683cfdd10 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes addSpawn (Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;Lnet/minecraft/tags/TagKey;III)V 11 member ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cfdae0 +instanceKlass net/blay09/mods/waystones/client/render/SharestoneRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage ()V 37 argL0 ; # dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage$$Lambda+0x000001d683cfd628 +instanceKlass dev/latvian/mods/rhino/NativeWith +instanceKlass @cpi tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes 286 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683cfcc00 +instanceKlass @bci dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage ()V 21 argL0 ; # dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage$$Lambda+0x000001d683cfd000 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIMountedStorageTypes ()V 5 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIMountedStorageTypes$$Lambda+0x000001d683cffc60 +instanceKlass com/simibubi/create/AllDisplaySources +instanceKlass dev/architectury/hooks/level/biome/BiomeProperties$Mutable +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$61 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cff410 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 96 member ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683cff1f0 +instanceKlass dev/architectury/hooks/level/biome/BiomeProperties +instanceKlass @bci net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers registerBlockEntityRenderer (Ljava/util/function/Supplier;Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider;)V 13 member ; # net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$$Lambda+0x000001d683cfe8a8 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 77 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683cfe458 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4144 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cfe000 +instanceKlass net/blay09/mods/waystones/client/render/WaystoneRenderer +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes addSpawn (Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;Lnet/minecraft/tags/TagKey;III)V 1 member ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cfb9f8 +instanceKlass com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorage +instanceKlass @bci com/simibubi/create/content/equipment/armor/AllArmorMaterials ()V 88 argL0 ; # com/simibubi/create/content/equipment/armor/AllArmorMaterials$$Lambda+0x000001d683cfb7e0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4118 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cfb098 +instanceKlass tech/alexnijjar/golemoverhaul/common/tags/ModBiomeTags +instanceKlass net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context +instanceKlass com/simibubi/create/api/contraption/storage/fluid/MountedFluidStorageType +instanceKlass @bci com/simibubi/create/content/equipment/armor/AllArmorMaterials register (Ljava/lang/String;[IILnet/minecraft/core/Holder;FFLjava/util/function/Supplier;Ljava/util/List;)Lnet/minecraft/core/Holder; 78 ; # java/lang/invoke/LambdaForm$MH+0x000001d683cfc800 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 145 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf9a88 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683cfc400 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 146 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cf9870 +instanceKlass @bci com/simibubi/create/content/equipment/armor/AllArmorMaterials register (Ljava/lang/String;[IILnet/minecraft/core/Holder;FFLjava/util/function/Supplier;Ljava/util/List;)Lnet/minecraft/core/Holder; 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683cfc000 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 128 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf9658 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 70 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf9410 +instanceKlass net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 65 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf7c20 +instanceKlass @bci com/simibubi/create/content/equipment/armor/AllArmorMaterials register (Ljava/lang/String;[IILnet/minecraft/core/Holder;FFLjava/util/function/Supplier;Ljava/util/List;)Lnet/minecraft/core/Holder; 78 member ; # com/simibubi/create/content/equipment/armor/AllArmorMaterials$$Lambda+0x000001d683cf7a00 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 111 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf77e8 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 55 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf75b0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 94 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf7398 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 72 member ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683cf7178 +instanceKlass @cpi com/simibubi/create/content/equipment/armor/AllArmorMaterials 200 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683cf5c00 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 50 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf6f40 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIMountedStorageTypes +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 77 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf6b28 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683cf5800 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 50 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683cf6910 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 34 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf66d8 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 29 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683cf64c0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 60 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf3de0 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf6288 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 635 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cf6000 +instanceKlass @bci com/simibubi/create/content/equipment/armor/AllArmorMaterials ()V 46 argL0 ; # com/simibubi/create/content/equipment/armor/AllArmorMaterials$$Lambda+0x000001d683cf3bc8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 43 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf39b0 +instanceKlass @bci dev/ftb/mods/ftbteams/net/CreatePartyMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/CreatePartyMessage$$Lambda+0x000001d683cf3778 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$60 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cf3560 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 627 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cf2d60 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 26 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf2b48 +instanceKlass com/simibubi/create/content/equipment/armor/AllArmorMaterials +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 619 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cf28e8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerSpawnPlacements ()V 9 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf2490 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 91 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cf2040 +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs ()V 32 argL0 ; # com/simibubi/create/AllCreativeModeTabs$$Lambda+0x000001d683cf1e28 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 4017 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cf1c10 +instanceKlass @bci com/simibubi/create/AllCreativeModeTabs ()V 16 argL0 ; # com/simibubi/create/AllCreativeModeTabs$$Lambda+0x000001d683cf1438 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 132 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cf0260 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3981 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cf0000 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SendMessageMessage ()V 23 argL0 ; # dev/ftb/mods/ftbteams/net/SendMessageMessage$$Lambda+0x000001d683ce7bc0 +instanceKlass com/simibubi/create/AllCreativeModeTabs +instanceKlass @bci dev/ftb/mods/ftbteams/net/SendMessageMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/SendMessageMessage$$Lambda+0x000001d683ce7788 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 580 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce6ca8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 528 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce6a68 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 118 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683ce6850 +instanceKlass @bci com/simibubi/create/AllSoundEvents ()V 636 member ; # com/simibubi/create/AllSoundEvents$$Lambda+0x000001d683ce6630 +instanceKlass @bci com/simibubi/create/AllSoundEvents ()V 567 member ; # com/simibubi/create/AllSoundEvents$$Lambda+0x000001d683ce6410 +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePropertiesRequestMessage ()V 23 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePropertiesRequestMessage$$Lambda+0x000001d683ce61d8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$59 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce5fc0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 520 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce5d38 +instanceKlass @bci com/simibubi/create/AllSoundEvents ()V 523 member ; # com/simibubi/create/AllSoundEvents$$Lambda+0x000001d683ce5b18 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3902 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce5900 +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePropertiesRequestMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePropertiesRequestMessage$$Lambda+0x000001d683ce54d8 +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$Registrations +instanceKlass @bci com/simibubi/create/AllSoundEvents$SoundEntryBuilder playExisting (Lnet/minecraft/core/Holder;)Lcom/simibubi/create/AllSoundEvents$SoundEntryBuilder; 7 member ; # com/simibubi/create/AllSoundEvents$SoundEntryBuilder$$Lambda+0x000001d683ce5080 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 512 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce4e40 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3862 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce4bb8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 504 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce4958 +instanceKlass dev/latvian/mods/rhino/Undefined$1 +instanceKlass @bci com/simibubi/create/AllSoundEvents ()V 66 member ; # com/simibubi/create/AllSoundEvents$$Lambda+0x000001d683ce4188 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3845 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce3f28 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$55 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce2e70 +instanceKlass @bci net/blay09/mods/waystones/client/ModRenderers initialize (Lnet/blay09/mods/balm/api/client/rendering/BalmRenderers;)V 8 argL0 ; # net/blay09/mods/waystones/client/ModRenderers$$Lambda+0x000001d683ce2c58 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 80 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683ce2838 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 104 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683ce2620 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 478 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce21a8 +instanceKlass net/blay09/mods/waystones/client/ModRenderers +instanceKlass @bci com/simibubi/create/AllSoundEvents$SoundEntryBuilder playExisting (Lnet/minecraft/sounds/SoundEvent;FF)Lcom/simibubi/create/AllSoundEvents$SoundEntryBuilder; 2 member ; # com/simibubi/create/AllSoundEvents$SoundEntryBuilder$$Lambda+0x000001d683ce1b50 +instanceKlass dev/latvian/mods/rhino/Undefined +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 467 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce1710 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3766 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce14f8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 431 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce0d70 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3713 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce0fc0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$12 ()Ljava/util/function/Supplier; 0 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce08b0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3696 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ce0650 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 90 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683ce0438 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 423 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ce0220 +instanceKlass dev/latvian/mods/rhino/NativeGlobal +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents lambda$registerEvents$45 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d683cdfc18 +instanceKlass com/simibubi/create/AllSoundEvents$SoundEntry +instanceKlass @bci dev/ftb/mods/ftbteams/net/ToggleChatResponseMessage ()V 8 argL0 ; # dev/ftb/mods/ftbteams/net/ToggleChatResponseMessage$$Lambda+0x000001d683cdf9e0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 406 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cdf758 +instanceKlass com/simibubi/create/AllSoundEvents$SoundEntryBuilder +instanceKlass @bci net/blay09/mods/waystones/client/ModClientEventHandlers initialize ()V 5 argL0 ; # net/blay09/mods/waystones/client/ModClientEventHandlers$$Lambda+0x000001d683cdf2d0 +instanceKlass @bci dev/ftb/mods/ftbteams/net/ToggleChatResponseMessage ()V 3 argL0 ; # dev/ftb/mods/ftbteams/net/ToggleChatResponseMessage$$Lambda+0x000001d683cddeb0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 398 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cddc70 +instanceKlass net/blay09/mods/waystones/handler/WarpStoneFOVHandler +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 390 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cdd5d8 +instanceKlass net/blay09/mods/waystones/client/ModClientEventHandlers +instanceKlass net/blay09/mods/waystones/client/requirement/CombinedRequirementRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 76 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cd8fc0 +instanceKlass com/simibubi/create/AllSoundEvents +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePresenceMessage ()V 23 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePresenceMessage$$Lambda+0x000001d683cd5af8 +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePresenceMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePresenceMessage$$Lambda+0x000001d683cd58c0 +instanceKlass com/simibubi/create/CreateBuildInfo +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 364 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd5240 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 353 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd5000 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 317 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd7d30 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks lambda$static$7 ()Ljava/util/function/Supplier; 0 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd7b18 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 309 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd7900 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 292 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd7678 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 284 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd7438 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 276 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cd71d8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 69 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cd6fc0 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 62 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cd3d98 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SendMessageResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbteams/net/SendMessageResponseMessage$$Lambda+0x000001d683cd2bb0 +instanceKlass net/blay09/mods/waystones/requirement/CombinedRequirement +instanceKlass @bci dev/ftb/mods/ftbteams/net/SendMessageResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/SendMessageResponseMessage$$Lambda+0x000001d683cd1748 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SendMessageResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/SendMessageResponseMessage$$Lambda+0x000001d683cd1510 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$51 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cd12f8 +instanceKlass dev/latvian/mods/rhino/MemberBox +instanceKlass net/blay09/mods/waystones/client/requirement/RefuseRequirementRenderer +instanceKlass net/blay09/mods/waystones/client/requirement/ItemRequirementRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 48 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cce608 +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage ()V 31 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage$$Lambda+0x000001d683cca928 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3601 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cca710 +instanceKlass @bci dev/latvian/mods/rhino/NativeError$ProtoProps ()V 24 argL0 ; # dev/latvian/mods/rhino/NativeError$ProtoProps$$Lambda+0x000001d683cca4b8 +instanceKlass net/blay09/mods/waystones/client/requirement/ExperiencePointsRequirementRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage$$Lambda+0x000001d683cca028 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 247 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cc9de8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3562 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cc9b88 +instanceKlass @bci dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage$$Lambda+0x000001d683cc9950 +instanceKlass @bci dev/latvian/mods/rhino/NativeError$ProtoProps ()V 16 argL0 ; # dev/latvian/mods/rhino/NativeError$ProtoProps$$Lambda+0x000001d683cc96f8 +instanceKlass net/createmod/ponder/NeoForgePonderClient$ModBusClientEvents +instanceKlass @bci dev/latvian/mods/rhino/NativeError$ProtoProps ()V 8 argL0 ; # dev/latvian/mods/rhino/NativeError$ProtoProps$$Lambda+0x000001d683cc94a0 +instanceKlass net/blay09/mods/waystones/client/requirement/ExperienceLevelRequirementRenderer +instanceKlass @bci dev/latvian/mods/rhino/NativeError$ProtoProps ()V 0 argL0 ; # dev/latvian/mods/rhino/NativeError$ProtoProps$$Lambda+0x000001d683cc7698 +instanceKlass net/blay09/mods/waystones/client/requirement/SoftCooldownRequirementRenderer +instanceKlass dev/latvian/mods/rhino/NativeError$ProtoProps +instanceKlass net/createmod/ponder/NeoForgePonder$Events +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 34 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683cc60f8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 239 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cc5eb8 +instanceKlass net/blay09/mods/waystones/client/requirement/CooldownRequirementRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage ()V 31 argL0 ; # dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage$$Lambda+0x000001d683cc5a30 +instanceKlass @bci dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage$$Lambda+0x000001d683cc57f8 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 222 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cc55b8 +instanceKlass @bci dev/latvian/mods/rhino/NativeError ()V 13 argL0 ; # dev/latvian/mods/rhino/NativeError$$Lambda+0x000001d683cc5360 +instanceKlass @bci dev/engine_room/vanillin/VanillinNeoForgeClient ()V 53 argL0 ; # dev/engine_room/vanillin/VanillinNeoForgeClient$$Lambda+0x000001d683cc5138 +instanceKlass net/createmod/ponder/NeoForgePonder$ModBusEvents +instanceKlass @bci dev/ftb/mods/ftbteams/data/PlayerPermissions ()V 24 argL0 ; # dev/ftb/mods/ftbteams/data/PlayerPermissions$$Lambda+0x000001d683cc4d00 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 214 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cc4aa0 +instanceKlass @bci dev/engine_room/vanillin/VanillinNeoForgeClient ()V 40 argL0 ; # dev/engine_room/vanillin/VanillinNeoForgeClient$$Lambda+0x000001d683cc4878 +instanceKlass @bci dev/ftb/mods/ftbteams/data/PlayerPermissions ()V 19 argL0 ; # dev/ftb/mods/ftbteams/data/PlayerPermissions$$Lambda+0x000001d683cc4640 +instanceKlass de/keksuccino/fancymenu/FancyMenuNeoForgeServerEvents +instanceKlass net/blay09/mods/waystones/client/requirement/RequirementRenderer +instanceKlass @bci dev/ftb/mods/ftbteams/data/PlayerPermissions ()V 11 argL0 ; # dev/ftb/mods/ftbteams/data/PlayerPermissions$$Lambda+0x000001d683cc4000 +instanceKlass @bci dev/latvian/mods/rhino/NativeError ()V 5 argL0 ; # dev/latvian/mods/rhino/NativeError$$Lambda+0x000001d683cbfcc8 +instanceKlass @bci dev/engine_room/vanillin/VanillinNeoForgeClient ()V 27 argL0 ; # dev/engine_room/vanillin/VanillinNeoForgeClient$$Lambda+0x000001d683cbfaa0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$50 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cbf888 +instanceKlass @bci dev/ftb/mods/ftbteams/data/PlayerPermissions ()V 3 argL0 ; # dev/ftb/mods/ftbteams/data/PlayerPermissions$$Lambda+0x000001d683cbf650 +instanceKlass net/blay09/mods/waystones/client/requirement/RequirementClientRegistry +instanceKlass net/blay09/mods/waystones/api/client/WaystonesClientAPI +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 58 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683cbd678 +instanceKlass net/blay09/mods/waystones/InternalClientMethodsImpl +instanceKlass @bci dev/engine_room/vanillin/config/ModOverrides sort (Ljava/util/List;)Ljava/util/Map; 6 argL0 ; # dev/engine_room/vanillin/config/ModOverrides$$Lambda+0x000001d683cbcfb0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3467 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cbcb28 +instanceKlass @bci dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage$$Lambda+0x000001d683cbc8f0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 191 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cbc6b0 +instanceKlass de/keksuccino/fancymenu/FancyMenuNeoForgeClientEvents +instanceKlass @bci net/blay09/mods/balm/api/client/BalmClientRuntime initializeMod (Ljava/lang/String;Lnet/blay09/mods/balm/api/BalmRuntimeLoadContext;Ljava/lang/Runnable;)V 4 member ; # net/blay09/mods/balm/api/client/BalmClientRuntime$$Lambda+0x000001d683cbc268 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3428 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683cbbe00 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamPropertyCollectionImpl ()V 5 argL0 ; # dev/ftb/mods/ftbteams/data/TeamPropertyCollectionImpl$$Lambda+0x000001d683cbbbe8 +instanceKlass net/neoforged/neoforge/client/event/RenderLevelStageEvent$Stage +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 174 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cb7b78 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamPropertyCollectionImpl ()V 0 argL0 ; # dev/ftb/mods/ftbteams/data/TeamPropertyCollectionImpl$$Lambda+0x000001d683cb7960 +instanceKlass net/blay09/mods/balm/client/BalmClientRegistrars +instanceKlass @bci de/keksuccino/fancymenu/networking/PacketsNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 22 argL0 ; # de/keksuccino/fancymenu/networking/PacketsNeoForge$$Lambda+0x000001d683cb74d0 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 166 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cb7290 +instanceKlass dev/latvian/mods/rhino/EmbeddedSlotMap$1 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 158 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cb6be0 +instanceKlass dev/ftb/mods/ftbteams/data/TeamPropertyCollectionImpl +instanceKlass de/keksuccino/fancymenu/networking/PacketHandler +instanceKlass net/createmod/ponder/NeoForgePonderClient$ClientEvents +instanceKlass @bci net/neoforged/fml/ModList forEachModFile (Ljava/util/function/Consumer;)V 9 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d683c3ae38 +instanceKlass dev/latvian/mods/rhino/IdScriptableObject$PrototypeValues +instanceKlass @bci de/keksuccino/fancymenu/networking/PacketsNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # de/keksuccino/fancymenu/networking/PacketsNeoForge$$Lambda+0x000001d683cb31d0 +instanceKlass @bci net/createmod/ponder/NeoForgePonderClient (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # net/createmod/ponder/NeoForgePonderClient$$Lambda+0x000001d683cb3610 +instanceKlass @bci net/blay09/mods/waystones/client/NeoForgeWaystonesClient (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # net/blay09/mods/waystones/client/NeoForgeWaystonesClient$$Lambda+0x000001d683cb33f8 +instanceKlass @bci dev/engine_room/vanillin/NeoForgeVanillinConfig modOverrides ()Ldev/engine_room/vanillin/config/ModOverrides; 21 member ; # dev/engine_room/vanillin/NeoForgeVanillinConfig$$Lambda+0x000001d683cb2fa0 +instanceKlass @bci de/keksuccino/fancymenu/networking/PacketsNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # de/keksuccino/fancymenu/networking/PacketsNeoForge$$Lambda+0x000001d683cb2d78 +instanceKlass net/blay09/mods/waystones/api/client/InternalClientMethods +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigEnum (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;Ljava/lang/Enum;[Ljava/lang/String;)V 5 member ; # net/createmod/catnip/config/ConfigBase$ConfigEnum$$Lambda+0x000001d683cb2738 +instanceKlass net/blay09/mods/waystones/client/WaystonesClient +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 138 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683cb22f8 +instanceKlass de/keksuccino/fancymenu/networking/PacketRegistry +instanceKlass dev/engine_room/vanillin/NeoForgeVanillinConfig +instanceKlass @bci net/blay09/mods/waystones/compat/RepurposedStructuresIntegration ()V 20 argL0 ; # net/blay09/mods/waystones/compat/RepurposedStructuresIntegration$$Lambda+0x000001d683cb1618 +instanceKlass @bci com/simibubi/create/foundation/data/ModelGen lambda$customItemModel$0 (Lcom/tterrag/registrate/builders/ItemBuilder;)Ljava/lang/Object; 1 argL0 ; # com/simibubi/create/foundation/data/ModelGen$$Lambda+0x000001d683cb13d8 +instanceKlass net/blay09/mods/waystones/compat/RepurposedStructuresIntegration +instanceKlass net/createmod/ponder/config/CClient$Comments +instanceKlass @bci com/simibubi/create/foundation/data/ModelGen customItemModel ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/foundation/data/ModelGen$$Lambda+0x000001d683cb0488 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 425 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683cb0240 +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen horizontalBlockProvider (Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683cb0000 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 414 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca1d40 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 354 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca1b18 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 87 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ca18d8 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals itemFrame (Lnet/minecraft/world/entity/EntityType;)Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 35 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca1690 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals itemFrame (Lnet/minecraft/world/entity/EntityType;)Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 24 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca1478 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 79 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ca1218 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 20 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683ca1000 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 47 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683ca3d40 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals itemFrame (Lnet/minecraft/world/entity/EntityType;)Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 4 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca3b18 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncMessageHistoryMessage ()V 31 argL0 ; # dev/ftb/mods/ftbteams/net/SyncMessageHistoryMessage$$Lambda+0x000001d683ca38e0 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 309 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca3698 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncMessageHistoryMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/SyncMessageHistoryMessage$$Lambda+0x000001d683ca3460 +instanceKlass @bci net/createmod/ponder/enums/PonderConfig register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Lnet/createmod/catnip/config/ConfigBase; 8 member ; # net/createmod/ponder/enums/PonderConfig$$Lambda+0x000001d683ca3220 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 53 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683ca2db8 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 248 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca2ff8 +instanceKlass @bci net/createmod/ponder/enums/PonderConfig registerConfigs ()Ljava/util/Set; 0 argL0 ; # net/createmod/ponder/enums/PonderConfig$$Lambda+0x000001d683ca2ba0 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamMessageImpl ()V 24 argL0 ; # dev/ftb/mods/ftbteams/data/TeamMessageImpl$$Lambda+0x000001d683ca2968 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals minecart (Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/client/model/geom/ModelLayerLocation;)Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 69 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683ca2720 +instanceKlass @cpi umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount 301 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ca0800 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals minecart (Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/client/model/geom/ModelLayerLocation;)Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 4 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683caf668 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamMessageImpl ()V 19 argL0 ; # dev/ftb/mods/ftbteams/data/TeamMessageImpl$$Lambda+0x000001d683caf1c0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$49 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683caed90 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamMessageImpl ()V 11 argL0 ; # dev/ftb/mods/ftbteams/data/TeamMessageImpl$$Lambda+0x000001d683caba58 +instanceKlass @bci dev/ftb/mods/ftbteams/data/TeamMessageImpl ()V 3 argL0 ; # dev/ftb/mods/ftbteams/data/TeamMessageImpl$$Lambda+0x000001d683ca7a58 +instanceKlass net/createmod/ponder/enums/PonderConfig +instanceKlass @bci com/simibubi/create/foundation/data/BlockStateGen axisBlockProvider (Z)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/BlockStateGen$$Lambda+0x000001d683ca6fd8 +instanceKlass net/minecraft/client/model/geom/ModelLayers +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3327 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ca6950 +instanceKlass @bci net/createmod/ponder/NeoForgePonder (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 5 argL0 ; # net/createmod/ponder/NeoForgePonder$$Lambda+0x000001d683ca6310 +instanceKlass net/fabricmc/fabric/mixin/client/rendering/EntityModelLayersAccessor +instanceKlass @bci net/blay09/mods/waystones/component/ModComponents initialize (Lnet/blay09/mods/balm/api/component/BalmComponents;)V 22 argL0 ; # net/blay09/mods/waystones/component/ModComponents$$Lambda+0x000001d683ca5f00 +instanceKlass @bci net/createmod/ponder/NeoForgePonder ()V 16 argL0 ; # net/createmod/ponder/NeoForgePonder$$Lambda+0x000001d683ca5ce8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3291 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683ca5a88 +instanceKlass com/simibubi/create/foundation/data/BlockStateGen +instanceKlass @bci net/blay09/mods/balm/neoforge/component/NeoForgeBalmComponents registerComponent (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 36 member ; # net/blay09/mods/balm/neoforge/component/NeoForgeBalmComponents$$Lambda+0x000001d683ca5450 +instanceKlass dev/latvian/mods/rhino/ScriptRuntime$DefaultMessageProvider +instanceKlass @bci net/blay09/mods/waystones/component/ModComponents initialize (Lnet/blay09/mods/balm/api/component/BalmComponents;)V 1 argL0 ; # net/blay09/mods/waystones/component/ModComponents$$Lambda+0x000001d683c9f650 +instanceKlass net/blay09/mods/waystones/component/ModComponents +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 143 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c9edb0 +instanceKlass dev/engine_room/flywheel/impl/compat/EmbeddiumCompat +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals$EntityBuilder build ()Ldev/engine_room/vanillin/config/EntityVisualizerBuilder; 52 member ; # dev/engine_room/vanillin/VanillaVisuals$EntityBuilder$$Lambda+0x000001d683c9e990 +instanceKlass @bci dev/engine_room/flywheel/backend/Backends ()V 55 argL0 ; # dev/engine_room/flywheel/backend/Backends$$Lambda+0x000001d683c9e778 +instanceKlass @bci dev/ftb/mods/ftbteams/net/FTBTeamsNet register ()V 6 argL0 ; # dev/ftb/mods/ftbteams/net/FTBTeamsNet$$Lambda+0x000001d683c9e350 +instanceKlass @bci net/blay09/mods/waystones/command/ModCommands initialize (Lnet/blay09/mods/balm/api/command/BalmCommands;)V 50 argL0 ; # net/blay09/mods/waystones/command/ModCommands$$Lambda+0x000001d683c9e128 +instanceKlass @cpi dev/engine_room/vanillin/VanillaVisuals$EntityBuilder 110 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683ca0000 +instanceKlass @bci dev/engine_room/flywheel/backend/Backends ()V 47 argL0 ; # dev/engine_room/flywheel/backend/Backends$$Lambda+0x000001d683c9d950 +instanceKlass @bci net/blay09/mods/balm/api/command/BalmCommands registerPermission (Lnet/minecraft/resources/ResourceLocation;I)V 5 member ; # net/blay09/mods/balm/api/command/BalmCommands$$Lambda+0x000001d683c9d718 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncTeamsMessage ()V 39 argL0 ; # dev/ftb/mods/ftbteams/net/SyncTeamsMessage$$Lambda+0x000001d683c9d4e0 +instanceKlass dev/engine_room/vanillin/compose/ComposableEntityVisual$Controller +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncTeamsMessage ()V 34 argL0 ; # dev/ftb/mods/ftbteams/net/SyncTeamsMessage$$Lambda+0x000001d683c9cce0 +instanceKlass @bci dev/engine_room/flywheel/backend/Backends ()V 39 argL0 ; # dev/engine_room/flywheel/backend/Backends$$Lambda+0x000001d683c9c0d0 +instanceKlass dev/latvian/mods/rhino/Wrapper +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$48 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c9bc88 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncTeamsMessage ()V 26 argL0 ; # dev/ftb/mods/ftbteams/net/SyncTeamsMessage$$Lambda+0x000001d683c9ba50 +instanceKlass net/blay09/mods/waystones/command/ModCommands +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 132 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c9b448 +instanceKlass @bci dev/ftb/mods/ftbteams/net/SyncTeamsMessage ()V 18 argL0 ; # dev/ftb/mods/ftbteams/net/SyncTeamsMessage$$Lambda+0x000001d683c9b210 +instanceKlass @bci dev/engine_room/flywheel/backend/Backends ()V 17 argL0 ; # dev/engine_room/flywheel/backend/Backends$$Lambda+0x000001d683c9aff8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 36 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c9ade0 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 46 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c9a5d8 +instanceKlass dev/engine_room/vanillin/compose/ConfiguredElementImpl +instanceKlass @bci dev/engine_room/flywheel/backend/Backends ()V 3 argL0 ; # dev/engine_room/flywheel/backend/Backends$$Lambda+0x000001d683c99f38 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 41 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c993e8 +instanceKlass dev/latvian/mods/rhino/ScriptRuntime$MessageProvider +instanceKlass dev/latvian/mods/rhino/ScriptRuntime +instanceKlass @bci dev/engine_room/vanillin/compose/VisualizationPredicate ()V 0 argL0 ; # dev/engine_room/vanillin/compose/VisualizationPredicate$$Lambda+0x000001d683c98dd8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3190 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c98948 +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 48 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c986e0 +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 43 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c98000 +instanceKlass dev/engine_room/flywheel/backend/engine/DrawManager +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3154 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c979f0 +instanceKlass dev/engine_room/vanillin/compose/VisualizationPredicate +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 35 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c975c0 +instanceKlass dev/engine_room/flywheel/backend/Backends +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 27 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c96f58 +instanceKlass dev/engine_room/vanillin/compose/ConfiguredElement +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 19 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c93110 +instanceKlass dev/engine_room/vanillin/compose/ConfiguredElementImpl$ConfiguredElementBuilder +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig setImpact (D)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 member ; # plus/dragons/createdragonsplus/config/StressConfig$$Lambda+0x000001d683c92c60 +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 11 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c915c0 +instanceKlass dev/latvian/mods/rhino/Kit +instanceKlass dev/engine_room/flywheel/backend/FlwBackend +instanceKlass @bci dev/ftb/mods/ftbteams/client/KnownClientPlayerNet ()V 3 argL0 ; # dev/ftb/mods/ftbteams/client/KnownClientPlayerNet$$Lambda+0x000001d683c90f88 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIServerConfig ()V 85 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIServerConfig$$Lambda+0x000001d683c90d70 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents lambda$registerEvents$17 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d683c90b40 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 64 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c90900 +instanceKlass dev/engine_room/flywheel/impl/FlwImplXplatImpl +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 170 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c8c400 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIServerConfig ()V 59 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIServerConfig$$Lambda+0x000001d683c8ca30 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 131 member ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c8c800 +instanceKlass dev/engine_room/flywheel/impl/FlwImplXplat +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 56 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c8daf0 +instanceKlass tech/alexnijjar/golemoverhaul/common/entities/IShearable +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$47 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c8d6e0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3053 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c8fd08 +instanceKlass dev/engine_room/flywheel/lib/util/ResourceUtil +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 118 member ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c8f5a0 +instanceKlass dev/ftb/mods/ftbteams/client/KnownClientPlayerNet +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 3045 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c8eed0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 25 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c8eac0 +instanceKlass dev/latvian/mods/rhino/util/ArrayValueProvider +instanceKlass @bci net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen registerPlacementModifier (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/blay09/mods/balm/api/DeferredObject; 36 member ; # net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen$$Lambda+0x000001d683c8e8a0 +instanceKlass @bci dev/engine_room/flywheel/impl/BackendManagerImpl ()V 11 argL0 ; # dev/engine_room/flywheel/impl/BackendManagerImpl$$Lambda+0x000001d683c8e450 +instanceKlass dev/latvian/mods/rhino/ErrorReporter +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigInt (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;III[Ljava/lang/String;)V 9 member ; # net/createmod/catnip/config/ConfigBase$ConfigInt$$Lambda+0x000001d683c8e000 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 96 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c8bd38 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 27 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c8bb20 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2996 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c8b8c0 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 22 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c8b238 +instanceKlass dev/latvian/mods/rhino/Evaluator +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 79 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c8b020 +instanceKlass dev/engine_room/flywheel/lib/visual/SimpleTickableVisual +instanceKlass @cpi net/createmod/catnip/config/ConfigBase$ConfigInt 35 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683c8c000 +instanceKlass dev/latvian/mods/rhino/GeneratedClassLoader +instanceKlass @bci dev/engine_room/flywheel/impl/BackendManagerImpl ()V 3 argL0 ; # dev/engine_room/flywheel/impl/BackendManagerImpl$$Lambda+0x000001d683c8abf0 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeam ()V 5 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeam$$Lambda+0x000001d683c8a7e0 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 64 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c89bc0 +instanceKlass dev/engine_room/flywheel/api/visual/TickableVisual +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeam ()V 0 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeam$$Lambda+0x000001d683c89580 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 49 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c89368 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$43 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c89150 +instanceKlass dev/engine_room/flywheel/impl/FlwImpl +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 34 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c88d38 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2917 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c888f0 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 48 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c88430 +instanceKlass @bci dev/latvian/mods/kubejs/create/KubeJSCreatePlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 3 argL0 ; # dev/latvian/mods/kubejs/create/KubeJSCreatePlugin$$Lambda+0x000001d683c881f0 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 19 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c84020 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 44 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c83e08 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2871 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c83b80 +instanceKlass dev/ftb/mods/ftbteams/api/property/TeamPropertyCollection +instanceKlass com/simibubi/create/content/processing/recipe/ProcessingOutput +instanceKlass @bci net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen registerFeature (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/blay09/mods/balm/api/DeferredObject; 36 member ; # net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen$$Lambda+0x000001d683c82dd8 +instanceKlass dev/engine_room/flywheel/impl/BackendManagerImpl +instanceKlass dev/ftb/mods/ftbteams/data/AbstractTeamBase +instanceKlass net/createmod/catnip/config/ui/ConfigAnnotations$ConfigAnnotation +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2854 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c82310 +instanceKlass @bci net/blay09/mods/waystones/worldgen/ModWorldGen initialize (Lnet/blay09/mods/balm/api/world/BalmWorldGen;)V 4 argL0 ; # net/blay09/mods/waystones/worldgen/ModWorldGen$$Lambda+0x000001d683c81ca8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$39 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c81628 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIServerConfig ()V 33 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIServerConfig$$Lambda+0x000001d683c81410 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2775 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c811f8 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerBackendEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c80fd0 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 40 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c80d90 +instanceKlass de/keksuccino/fancymenu/networking/PacketCodec +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2729 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c80668 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerBackendEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c80440 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 32 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c80200 +instanceKlass net/blay09/mods/waystones/worldgen/ModWorldGen +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerLibEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7fcb8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2712 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c7fa58 +instanceKlass @bci net/createmod/catnip/config/ConfigBase nested (ILjava/util/function/Supplier;[Ljava/lang/String;)Lnet/createmod/catnip/config/ConfigBase; 40 member ; # net/createmod/catnip/config/ConfigBase$$Lambda+0x000001d683c7f800 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerLibEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7f2f8 +instanceKlass de/keksuccino/fancymenu/networking/packets/Packets +instanceKlass dev/latvian/mods/kubejs/create/wrapper/KubeCreateOutput +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigGroup (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;I[Ljava/lang/String;)V 8 argL0 ; # net/createmod/catnip/config/ConfigBase$ConfigGroup$$Lambda+0x000001d683c7ecb0 +instanceKlass dev/engine_room/flywheel/lib/model/baked/PartialModelEventHandler +instanceKlass de/keksuccino/fancymenu/networking/PacketsNeoForge +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleMap$FastEntrySet +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerLibEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7ce08 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerLibEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7cbe0 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerLibEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7c9b8 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 78 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7c790 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 67 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7c568 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 56 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7c340 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7c118 +instanceKlass dev/engine_room/flywheel/impl/FlwCommands +instanceKlass net/blay09/mods/waystones/menu/ModMenus$9 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 24 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c7baa0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 14 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c7b888 +instanceKlass de/keksuccino/fancymenu/Compat +instanceKlass @bci qinomed/kubejsdelight/KubeJSDelightPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 3 argL0 ; # qinomed/kubejsdelight/KubeJSDelightPlugin$$Lambda+0x000001d683c7b448 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIKineticsConfig ()V 217 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIKineticsConfig$$Lambda+0x000001d683c7ad58 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$35 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c7ab40 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$8 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c7a3e8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2633 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c7a1d0 +instanceKlass qinomed/kubejsdelight/recipe/wrapper/ChanceResultWrapper +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c77878 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2574 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c77350 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$7 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c76ef0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2557 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c76880 +instanceKlass @bci dev/engine_room/flywheel/impl/FlywheelNeoForge registerImplEventListeners (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/engine_room/flywheel/impl/FlywheelNeoForge$$Lambda+0x000001d683c76658 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$6 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 16 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c75c08 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$31 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c759f0 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 8 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c757d8 +instanceKlass @bci dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl ()V 3 argL0 ; # dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl$$Lambda+0x000001d683c75398 +instanceKlass @bci de/keksuccino/fancymenu/platform/NeoForgePlatformHelper getLoadedMods ()Ljava/util/List; 15 member ; # de/keksuccino/fancymenu/platform/NeoForgePlatformHelper$$Lambda+0x000001d683c74ed0 +instanceKlass @bci dev/latvian/mods/kubejs/integration/architectury/ArchitecturyIntegration registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 3 argL0 ; # dev/latvian/mods/kubejs/integration/architectury/ArchitecturyIntegration$$Lambda+0x000001d683c74c90 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$5 +instanceKlass dev/ftb/mods/ftbteams/api/Team +instanceKlass dev/architectury/fluid/FluidStack +instanceKlass @bci dev/engine_room/flywheel/backend/compile/LightSmoothness ()V 66 argL0 ; # dev/engine_room/flywheel/backend/compile/LightSmoothness$$Lambda+0x000001d683c74160 +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigBool (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;Z[Ljava/lang/String;)V 5 member ; # net/createmod/catnip/config/ConfigBase$ConfigBool$$Lambda+0x000001d683c704f8 +instanceKlass de/keksuccino/fancymenu/util/auth/ModValidator +instanceKlass dev/ftb/mods/ftbteams/data/ClientTeamManagerImpl +instanceKlass dev/engine_room/vanillin/compose/VisualElement$Unit +instanceKlass net/blay09/mods/waystones/menu/ModMenus$4 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2478 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c61938 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 8 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c614a0 +instanceKlass @bci plus/dragons/createenchantmentindustry/config/CEIServerConfig ()V 7 argL0 ; # plus/dragons/createenchantmentindustry/config/CEIServerConfig$$Lambda+0x000001d683c61288 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2419 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c61000 +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventHandler$ListenerContainer +instanceKlass @cpi dev/engine_room/vanillin/VisualElements 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683c60800 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$3 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2402 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c63578 +instanceKlass dev/engine_room/flywheel/impl/NeoForgeFlwConfig$NeoForgeBackendConfig +instanceKlass @bci de/keksuccino/fancymenu/util/event/acara/EventHandler registerListenerMethods (Ljava/util/List;)V 27 member ; # de/keksuccino/fancymenu/util/event/acara/EventHandler$$Lambda+0x000001d683c6fc98 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$2 +instanceKlass @bci dev/engine_room/flywheel/impl/NeoForgeFlwConfig ()V 11 argL0 ; # dev/engine_room/flywheel/impl/NeoForgeFlwConfig$$Lambda+0x000001d683c6f828 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes registerAttributes ()V 3 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c6f178 +instanceKlass dev/engine_room/flywheel/impl/NeoForgeFlwConfig$ClientConfig +instanceKlass @bci net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus registerMenu (Lnet/minecraft/resources/ResourceLocation;Lnet/blay09/mods/balm/api/menu/BalmMenuFactory;)Lnet/blay09/mods/balm/api/DeferredObject; 41 member ; # net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus$$Lambda+0x000001d683c6ed50 +instanceKlass dev/ftb/mods/ftbteams/api/client/ClientTeamManager +instanceKlass @bci net/createmod/catnip/config/ConfigBase$CValue (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;Lnet/createmod/catnip/config/ConfigBase$IValueProvider;[Ljava/lang/String;)V 14 member ; # net/createmod/catnip/config/ConfigBase$CValue$$Lambda+0x000001d683c6e900 +instanceKlass dev/engine_room/flywheel/api/model/Model +instanceKlass dev/engine_room/flywheel/backend/BackendConfig +instanceKlass @bci net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus registerMenu (Lnet/minecraft/resources/ResourceLocation;Lnet/blay09/mods/balm/api/menu/BalmMenuFactory;)Lnet/blay09/mods/balm/api/DeferredObject; 17 member ; # net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus$$Lambda+0x000001d683c6e2f0 +instanceKlass dev/engine_room/flywheel/api/model/Mesh +instanceKlass dev/engine_room/flywheel/impl/NeoForgeFlwConfig +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventListener +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigFloat (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;FFF[Ljava/lang/String;)V 9 member ; # net/createmod/catnip/config/ConfigBase$ConfigFloat$$Lambda+0x000001d683c6cbb8 +instanceKlass net/blay09/mods/waystones/menu/ModMenus$1 +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$3 +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventHandler$AnalyzedMethod +instanceKlass net/createmod/catnip/config/ConfigBase$IValueProvider +instanceKlass dev/engine_room/flywheel/impl/FlwConfig +instanceKlass it/hurts/octostudios/octolib/event/LevelRenderEvents +instanceKlass net/createmod/catnip/config/ConfigBase$CValue +instanceKlass net/blay09/mods/balm/api/menu/BalmMenuFactory +instanceKlass net/blay09/mods/waystones/menu/ModMenus +instanceKlass net/createmod/catnip/config/ConfigBase +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 114 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c67188 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 109 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c66f50 +instanceKlass net/blay09/mods/waystones/item/ModItems$1 +instanceKlass de/keksuccino/fancymenu/Test +instanceKlass @bci it/hurts/octostudios/octolib/client/animation/TweenSystem init ()V 15 argL0 ; # it/hurts/octostudios/octolib/client/animation/TweenSystem$$Lambda+0x000001d683c66888 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 101 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c66650 +instanceKlass @bci dev/djefrey/colorwheel/neoforge/ClrwlNeoForge clientInit (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/djefrey/colorwheel/neoforge/ClrwlNeoForge$$Lambda+0x000001d683c66428 +instanceKlass dev/ftb/mods/ftbteams/net/FTBTeamsNet +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 93 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c65ff0 +instanceKlass @bci dev/engine_room/vanillin/VisualElements ()V 0 argL0 ; # dev/engine_room/vanillin/VisualElements$$Lambda+0x000001d683c65dd8 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 85 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c65ba0 +instanceKlass it/hurts/octostudios/octolib/client/animation/TweenSystem +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$27 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c65788 +instanceKlass dev/djefrey/colorwheel/neoforge/ClrwlCommandsNeoForge +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 77 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c65350 +instanceKlass @bci dev/ftb/mods/ftbteams/client/FTBTeamsClient init ()V 19 argL0 ; # dev/ftb/mods/ftbteams/client/FTBTeamsClient$$Lambda+0x000001d683c65138 +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventHandler +instanceKlass dev/engine_room/vanillin/elements/HitboxElement +instanceKlass @bci net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems registerCreativeModeTab (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 53 member ; # net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$$Lambda+0x000001d683c64a48 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 69 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c64810 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 245 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c645f8 +instanceKlass plus/dragons/createenchantmentindustry/config/CEIConfig +instanceKlass dev/architectury/event/events/client/ClientRawInputEvent$KeyPressed +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 61 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5fca0 +instanceKlass @bci net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems registerCreativeModeTab (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 29 member ; # net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$$Lambda+0x000001d683c5f890 +instanceKlass dev/architectury/event/events/client/ClientRawInputEvent$MouseClicked +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 53 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5f460 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 226 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5f248 +instanceKlass dev/architectury/event/events/client/ClientRawInputEvent$MouseScrolled +instanceKlass it/hurts/octostudios/octolib/module/post_effect/init/OctoLibPostEffects +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 185 argL0 ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5e810 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 164 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5e588 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 207 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5e370 +instanceKlass dev/architectury/event/events/client/ClientRawInputEvent +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 14 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683c5df38 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2301 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c5dd20 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 167 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5db00 +instanceKlass @cpi dev/latvian/mods/kubejs/util/NotificationToastData 313 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683c60000 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 188 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5d8e8 +instanceKlass @bci dev/ftb/mods/ftbteams/client/FTBTeamsClient init ()V 6 argL0 ; # dev/ftb/mods/ftbteams/client/FTBTeamsClient$$Lambda+0x000001d683c5d6d0 +instanceKlass dev/engine_room/vanillin/VisualElements +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIBlocks ()V 6 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIBlocks$$Lambda+0x000001d683c5d050 +instanceKlass @bci it/hurts/octostudios/octolib/OctoLibClient registerPostEffects ()V 0 argL0 ; # it/hurts/octostudios/octolib/OctoLibClient$$Lambda+0x000001d683c5ce38 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 148 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5d2b0 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5cc00 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters registerAll ()V 46 argL0 ; # de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters$$Lambda+0x000001d683c5c9e8 +instanceKlass @bci dev/djefrey/colorwheel/neoforge/ClrwlConfigNeoForge ()V 11 argL0 ; # dev/djefrey/colorwheel/neoforge/ClrwlConfigNeoForge$$Lambda+0x000001d683c5c7b0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2265 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c5c550 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 169 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5c338 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 129 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5c118 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5bee0 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters registerAll ()V 27 argL0 ; # de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters$$Lambda+0x000001d683c5bcc8 +instanceKlass dev/djefrey/colorwheel/neoforge/ClrwlConfigNeoForge$ClientConfig +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 150 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5b480 +instanceKlass dev/engine_room/vanillin/VanillaVisuals$EntityBuilder +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 111 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5b038 +instanceKlass it/hurts/octostudios/octolib/module/post_effect/PostEffect +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5abe0 +instanceKlass de/keksuccino/fancymenu/util/rendering/text/color/TextColorFormatterRegistry +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 93 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c5a7c0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 131 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c5a5a8 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c5a370 +instanceKlass dev/djefrey/colorwheel/neoforge/ClrwlConfigNeoForge +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams lambda$new$0 ()Ljava/lang/Runnable; 0 argL0 ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c59f00 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 75 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c58aa8 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c58870 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 112 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c58658 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 57 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c58438 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c58200 +instanceKlass dev/ftb/mods/ftbteams/client/FTBTeamsClient +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 93 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c57d98 +instanceKlass dev/djefrey/colorwheel/ClrwlConfig +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 38 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c56948 +instanceKlass @bci it/hurts/octostudios/octolib/OctoLibClient registerEvents ()V 16 argL0 ; # it/hurts/octostudios/octolib/OctoLibClient$$Lambda+0x000001d683c56730 +instanceKlass @bci de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters registerAll ()V 8 argL0 ; # de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters$$Lambda+0x000001d683c56518 +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c562e0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 74 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c55ed8 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 20 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c55cb8 +instanceKlass dev/architectury/event/events/client/ClientPlayerEvent$ClientPlayerRespawn +instanceKlass dev/djefrey/colorwheel/util/AccumulateTimer +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c55678 +instanceKlass de/keksuccino/fancymenu/util/rendering/DrawableColor +instanceKlass dev/architectury/event/events/client/ClientPlayerEvent$ClientPlayerQuit +instanceKlass @bci net/blay09/mods/balm/api/item/BalmItems registerItem (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 2 member ; # net/blay09/mods/balm/api/item/BalmItems$$Lambda+0x000001d683c54e00 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 55 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c549f8 +instanceKlass dev/architectury/event/events/client/ClientPlayerEvent$ClientPlayerJoin +instanceKlass dev/engine_room/flywheel/lib/visualization/SimpleEntityVisualizer +instanceKlass @bci dev/latvian/mods/kubejs/util/NotificationToastData ()V 39 argL0 ; # dev/latvian/mods/kubejs/util/NotificationToastData$$Lambda+0x000001d683c543a0 +instanceKlass @bci net/blay09/mods/waystones/item/ModItems initialize (Lnet/blay09/mods/balm/api/item/BalmItems;)V 2 member ; # net/blay09/mods/waystones/item/ModItems$$Lambda+0x000001d683c54180 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes ()V 36 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683c53f68 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceCollections$UnmodifiableCollection +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$26 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c53d50 +instanceKlass dev/architectury/event/events/client/ClientPlayerEvent +instanceKlass dev/latvian/mods/kubejs/color/SimpleColor +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 139 argL0 ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c536a0 +instanceKlass @bci it/hurts/octostudios/octolib/OctoLibClient registerEvents ()V 3 argL0 ; # it/hurts/octostudios/octolib/OctoLibClient$$Lambda+0x000001d683c4fc00 +instanceKlass @bci dev/engine_room/vanillin/config/EntityVisualizerBuilder apply (Z)Ldev/engine_room/flywheel/lib/visualization/SimpleEntityVisualizer; 18 argL0 ; # dev/engine_room/vanillin/config/EntityVisualizerBuilder$$Lambda+0x000001d683c4f9b8 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModEntityTypes +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 126 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c4f598 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 101 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c4f380 +instanceKlass it/hurts/octostudios/octolib/module/particle/OctoRenderManager +instanceKlass dev/architectury/event/events/common/ChatEvent$Received +instanceKlass dev/architectury/event/events/common/ChatEvent$Decorate +instanceKlass dev/engine_room/flywheel/api/instance/Instance +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 970 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c4c938 +instanceKlass dev/architectury/event/events/common/ChatEvent +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 934 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c4c508 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 919 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c4c2d0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 904 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c4c098 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 889 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c4be60 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIcon ()V 31 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIcon$$Lambda+0x000001d683c4bc28 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIcon ()V 26 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIcon$$Lambda+0x000001d683c4b9f0 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIcon ()V 10 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIcon$$Lambda+0x000001d683c4b7b8 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIcon ()V 5 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIcon$$Lambda+0x000001d683c4b580 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceCollections$SynchronizedCollection +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIconType ()V 40 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIconType$$Lambda+0x000001d683c4b348 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 281 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c4b130 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIconType ()V 35 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIconType$$Lambda+0x000001d683c4aef8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 262 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c4ace0 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 112 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c4aac0 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs ()V 37 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$$Lambda+0x000001d683c4a888 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 243 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c4a670 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 98 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c4a450 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs ()V 32 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$$Lambda+0x000001d683c4a218 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 224 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c4a000 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 84 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c49dd0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2186 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c49bb8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 205 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c496c0 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 70 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c49490 +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$2 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2146 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c48f48 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 186 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c47928 +instanceKlass de/keksuccino/fancymenu/util/rendering/text/color/TextColorFormatter +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIBlocks +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 56 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c474f8 +instanceKlass de/keksuccino/fancymenu/util/rendering/text/color/colors/TextColorFormatters +instanceKlass it/hurts/octostudios/octolib/OctoLibClient +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 167 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c46250 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2129 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c45ff0 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 42 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c45140 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 148 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c44298 +instanceKlass it/hurts/octostudios/octolib/neoforge/OctoLibNeoForgeClient +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs$1 +instanceKlass de/keksuccino/fancymenu/util/mcef/MCEFUtil +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceCollections +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 28 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c439a8 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 129 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c43790 +instanceKlass @bci it/hurts/octostudios/octolib/module/network/OctolibNetwork init ()V 48 argL0 ; # it/hurts/octostudios/octolib/module/network/OctolibNetwork$$Lambda+0x000001d683c428b8 +instanceKlass @bci dev/ftb/mods/ftbteams/FTBTeams ()V 14 member ; # dev/ftb/mods/ftbteams/FTBTeams$$Lambda+0x000001d683c419f8 +instanceKlass net/blay09/mods/waystones/api/trait/IAttunementItem +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 110 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c415e8 +instanceKlass @bci it/hurts/octostudios/octolib/module/chromatic_aberration/misc/S2CChromaticAberrationPacket ()V 15 argL0 ; # it/hurts/octostudios/octolib/module/chromatic_aberration/misc/S2CChromaticAberrationPacket$$Lambda+0x000001d683c413d0 +instanceKlass net/blay09/mods/waystones/api/trait/IFOVOnUse +instanceKlass net/blay09/mods/waystones/api/trait/IResetUseOnDamage +instanceKlass de/keksuccino/fancymenu/util/file/type/FileTypeRegistry +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 91 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c3c800 +instanceKlass @bci it/hurts/octostudios/octolib/module/chromatic_aberration/misc/S2CChromaticAberrationPacket ()V 10 argL0 ; # it/hurts/octostudios/octolib/module/chromatic_aberration/misc/S2CChromaticAberrationPacket$$Lambda+0x000001d683c3dc90 +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSStreamCodecs +instanceKlass dev/ftb/mods/ftbteams/api/FTBTeamsAPI +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 72 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c3f8f8 +instanceKlass net/blay09/mods/waystones/item/ModItems +instanceKlass dev/engine_room/flywheel/api/visual/EntityVisual +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 54 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c3ee58 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 976 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c3f2e8 +instanceKlass dev/engine_room/flywheel/lib/visualization/SimpleEntityVisualizer$Factory +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIconType ()V 19 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIconType$$Lambda+0x000001d683c3e648 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 971 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c3e430 +instanceKlass dev/engine_room/flywheel/api/visualization/EntityVisualizer +instanceKlass dev/ftb/mods/ftbteams/api/TeamMessage +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModItems ()V 36 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModItems$$Lambda+0x000001d683c3e218 +instanceKlass dev/engine_room/vanillin/config/EntityVisualizerBuilder +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 966 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c3e000 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIconType ()V 14 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIconType$$Lambda+0x000001d683c379b8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 961 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c37510 +instanceKlass @bci dev/latvian/mods/kubejs/client/icon/KubeIconType ()V 0 argL0 ; # dev/latvian/mods/kubejs/client/icon/KubeIconType$$Lambda+0x000001d683c372e8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 928 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c370d0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 923 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c36228 +instanceKlass @bci com/tterrag/registrate/builders/BuilderCallback accept (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/builders/Builder;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/util/entry/RegistryEntry; 7 member ; # com/tterrag/registrate/builders/BuilderCallback$$Lambda+0x000001d683c35330 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 918 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c35118 +instanceKlass @bci it/hurts/octostudios/octolib/module/network/OctolibNetwork init ()V 34 argL0 ; # it/hurts/octostudios/octolib/module/network/OctolibNetwork$$Lambda+0x000001d683c34cf8 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 97 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c34ae0 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModItems +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 913 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c346c8 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 82 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c344b0 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/UnholyAbominationPacket ()V 15 argL0 ; # it/hurts/octostudios/octolib/module/config/network/UnholyAbominationPacket$$Lambda+0x000001d683c34298 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 868 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c34080 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectCollections$SynchronizedCollection +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder register ()Lcom/tterrag/registrate/util/entry/FluidEntry; 137 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c33e38 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 92 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c33c20 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 863 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c33a08 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/UnholyAbominationPacket ()V 10 argL0 ; # it/hurts/octostudios/octolib/module/config/network/UnholyAbominationPacket$$Lambda+0x000001d683c337f0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModBlocks ()V 34 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModBlocks$$Lambda+0x000001d683c335d8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 858 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c333c0 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/registry/ModBlocks ()V 16 argL0 ; # tech/alexnijjar/golemoverhaul/common/registry/ModBlocks$$Lambda+0x000001d683c32b90 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 853 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c32978 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 820 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c324a8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 815 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2fbf0 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate generic (Ljava/lang/Object;Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/NoConfigBuilder; 8 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683c2f6e8 +instanceKlass dev/ftb/mods/ftbteams/api/property/TeamProperty +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 810 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2f4d0 +instanceKlass dev/latvian/mods/kubejs/client/icon/KubeIcon +instanceKlass dev/ftb/mods/ftbteams/api/TeamManager +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 805 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2eec8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 772 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2e910 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 767 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2e6f8 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 71 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c2e4e0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 762 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2e2c8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 757 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2e0b0 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 66 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c2de98 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 726 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2dc80 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 721 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2da68 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 716 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2d850 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 711 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2d638 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 680 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2d420 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 675 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2c500 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 670 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2c2e8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 665 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2c0d0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 634 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2beb8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 629 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2bca0 +instanceKlass @bci it/hurts/octostudios/octolib/module/network/OctolibNetwork init ()V 20 argL0 ; # it/hurts/octostudios/octolib/module/network/OctolibNetwork$$Lambda+0x000001d683c2ba88 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 624 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2b870 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPRegistrate accept (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/builders/Builder;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/util/entry/RegistryEntry; 43 member ; # plus/dragons/createdragonsplus/common/CDPRegistrate$$Lambda+0x000001d683c2b618 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 619 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2b1e8 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/TestScreenPacket ()V 15 argL0 ; # it/hurts/octostudios/octolib/module/config/network/TestScreenPacket$$Lambda+0x000001d683c2b400 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 588 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2adb0 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 63 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c2ab98 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/TestScreenPacket ()V 10 argL0 ; # it/hurts/octostudios/octolib/module/config/network/TestScreenPacket$$Lambda+0x000001d683c2a980 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids ()V 105 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d683c2a6f8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 583 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c2a4e0 +instanceKlass dev/ftb/mods/ftbteams/api/FTBTeamsAPI$API +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 578 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c29220 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 573 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c28678 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder lang (Ljava/lang/String;)Lcom/tterrag/registrate/builders/ItemBuilder; 1 argL0 ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683c28418 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$23 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c28200 +instanceKlass dev/ftb/mods/ftbteams/FTBTeams +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 540 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c19d98 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder bucket (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 76 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c19b50 +instanceKlass tech/alexnijjar/golemoverhaul/common/registry/ModBlocks +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 535 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c27848 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 854 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c27610 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 530 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c273f8 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectFunctions$SynchronizedFunction +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder bucket (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 67 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c27170 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 525 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c26f58 +instanceKlass @bci tech/alexnijjar/golemoverhaul/common/network/packets/ServerboundGolemSummonPacket$Type ()V 8 argL0 ; # tech/alexnijjar/golemoverhaul/common/network/packets/ServerboundGolemSummonPacket$Type$$Lambda+0x000001d683c26d40 +instanceKlass @bci dev/latvian/mods/kubejs/script/TypeWrapperRegistry registerAlias (Ljava/lang/Class;Ldev/latvian/mods/rhino/type/TypeInfo;Ljava/util/function/Function;)V 11 member ; # dev/latvian/mods/kubejs/script/TypeWrapperRegistry$$Lambda+0x000001d683c268e8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 486 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c266d0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 481 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c264b8 +instanceKlass @bci it/hurts/octostudios/octolib/module/network/OctolibNetwork init ()V 6 argL0 ; # it/hurts/octostudios/octolib/module/network/OctolibNetwork$$Lambda+0x000001d683c262a0 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 45 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c26088 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 811 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c25e48 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 476 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c25978 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder bucket (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 59 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c254f8 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 44 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c25760 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/SyncConfigPacket ()V 15 argL0 ; # it/hurts/octostudios/octolib/module/config/network/SyncConfigPacket$$Lambda+0x000001d683c252e0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 471 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c250c8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 799 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c24e88 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2050 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c24c70 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 25 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c24a58 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 40 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c24840 +instanceKlass @bci dev/ftb/mods/ftbteams/neoforge/ArgumentTypes ()V 32 argL0 ; # dev/ftb/mods/ftbteams/neoforge/ArgumentTypes$$Lambda+0x000001d683c24628 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 438 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c24410 +instanceKlass @bci it/hurts/octostudios/octolib/module/config/network/SyncConfigPacket ()V 10 argL0 ; # it/hurts/octostudios/octolib/module/config/network/SyncConfigPacket$$Lambda+0x000001d683c241f8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 787 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c23fb8 +instanceKlass tech/alexnijjar/golemoverhaul/common/network/packets/ServerboundGolemSummonPacket +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder bucket ()Lcom/tterrag/registrate/builders/ItemBuilder; 1 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c23b58 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 2024 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c238f8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 433 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c236e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 775 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c234a0 +instanceKlass net/spell_engine/neoforge/client/NeoForgeClientMod +instanceKlass dev/ftb/mods/ftbteams/api/property/TeamPropertyArgument$Info +instanceKlass dev/engine_room/vanillin/config/Configurator$ConfiguredVisual +instanceKlass it/hurts/octostudios/octolib/module/network/Packet +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 428 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c21870 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lang (Ljava/lang/String;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683c21610 +instanceKlass tech/alexnijjar/golemoverhaul/common/network/NetworkHandler +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/TextWrapper +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 89 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1bbd0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 423 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c1b9b8 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 80 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1b728 +instanceKlass @bci net/spell_engine/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 13 argL0 ; # net/spell_engine/neoforge/NeoForgeMod$$Lambda+0x000001d683c1b500 +instanceKlass @bci net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities registerBlockEntity (Lnet/minecraft/resources/ResourceLocation;Lnet/blay09/mods/balm/api/block/entity/BalmBlockEntityFactory;Ljava/util/function/Supplier;)Lnet/blay09/mods/balm/api/DeferredObject; 44 member ; # net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities$$Lambda+0x000001d683c1b2e0 +instanceKlass @bci dev/ftb/mods/ftbteams/neoforge/ArgumentTypes ()V 16 argL0 ; # dev/ftb/mods/ftbteams/neoforge/ArgumentTypes$$Lambda+0x000001d683c1b0c8 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesItemHelper register ()V 16 argL0 ; # net/spell_engine/compat/accessories/AccessoriesItemHelper$$Lambda+0x000001d683c1ae90 +instanceKlass @bci net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities registerBlockEntity (Lnet/minecraft/resources/ResourceLocation;Lnet/blay09/mods/balm/api/block/entity/BalmBlockEntityFactory;Ljava/util/function/Supplier;)Lnet/blay09/mods/balm/api/DeferredObject; 20 member ; # net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities$$Lambda+0x000001d683c1ac70 +instanceKlass dev/engine_room/flywheel/lib/visualization/SimpleBlockEntityVisualizer +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 70 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1a7c0 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/text/PlainText +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesItemHelper register ()V 8 argL0 ; # net/spell_engine/compat/accessories/AccessoriesItemHelper$$Lambda+0x000001d683c1a270 +instanceKlass dev/ftb/mods/ftbteams/data/TeamArgument$Info +instanceKlass tech/alexnijjar/golemoverhaul/common/config/info/GolemOverhaulConfigInfo +instanceKlass it/hurts/octostudios/octolib/module/network/OctolibNetwork +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 62 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1f738 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 19 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c1f520 +instanceKlass @bci dev/engine_room/vanillin/config/BlockEntityVisualizerBuilder apply (Z)Ldev/engine_room/flywheel/lib/visualization/SimpleBlockEntityVisualizer; 18 argL0 ; # dev/engine_room/vanillin/config/BlockEntityVisualizerBuilder$$Lambda+0x000001d683c1f0d0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$22 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c1eeb8 +instanceKlass @bci it/hurts/octostudios/octolib/OctoLib registerEvents ()V 3 argL0 ; # it/hurts/octostudios/octolib/OctoLib$$Lambda+0x000001d683c1eca0 +instanceKlass @bci dev/engine_room/vanillin/VanillaVisuals init ()V 6 argL0 ; # dev/engine_room/vanillin/VanillaVisuals$$Lambda+0x000001d683c1ea88 +instanceKlass @bci net/blay09/mods/waystones/block/entity/ModBlockEntities ()V 14 argL0 ; # net/blay09/mods/waystones/block/entity/ModBlockEntities$$Lambda+0x000001d683c1e870 +instanceKlass tech/alexnijjar/golemoverhaul/common/config/GolemOverhaulConfig +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 44 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1e450 +instanceKlass dev/engine_room/flywheel/api/material/Material +instanceKlass it/unimi/dsi/fastutil/objects/Object2ReferenceFunctions$SynchronizedFunction +instanceKlass it/hurts/octostudios/octolib/module/config/impl/OctoConfigBase +instanceKlass @bci net/spell_engine/compat/SlotModCompat ()V 0 argL0 ; # net/spell_engine/compat/SlotModCompat$$Lambda+0x000001d683c1db70 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 34 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1d718 +instanceKlass net/aurelj/HellishTrialsMain +instanceKlass tech/alexnijjar/golemoverhaul/GolemOverhaul +instanceKlass it/hurts/octostudios/octolib/module/config/provider/ConfigProvider +instanceKlass de/keksuccino/fancymenu/util/resource/resources/text/IText +instanceKlass dev/engine_room/flywheel/api/task/Plan +instanceKlass dev/ftb/mods/ftbteams/neoforge/ArgumentTypes +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder block ()Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c1c8f0 +instanceKlass net/spell_engine/compat/SlotModCompat +instanceKlass it/hurts/octostudios/octolib/module/config/ConfigManager +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1905 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c15a18 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 390 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c15800 +instanceKlass net/blay09/mods/balm/api/container/DefaultContainer +instanceKlass @bci dev/latvian/mods/kubejs/script/ConsoleJS flush (Z)V 96 member ; # dev/latvian/mods/kubejs/script/ConsoleJS$$Lambda+0x000001d683c175b0 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder source (Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/FluidBuilder; 11 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c17390 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 143 member ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683c17170 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1863 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c16f10 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 385 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c16cf8 +instanceKlass net/blay09/mods/balm/api/container/ImplementedContainer +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 129 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683c168d8 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesItemHelper register ()V 0 argL0 ; # net/spell_engine/compat/accessories/AccessoriesItemHelper$$Lambda+0x000001d683c166a0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 763 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c16460 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids ()V 75 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d683c16200 +instanceKlass com/wabbanode/companion/client/WabbanodeCompanionClient +instanceKlass de/keksuccino/fancymenu/util/resource/resources/video/IVideo +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 751 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c13da8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 352 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c11540 +instanceKlass dev/latvian/mods/kubejs/block/BlockTintFunction +instanceKlass com/wabbanode/companion/WabbanodeCompanion +instanceKlass dev/engine_room/flywheel/lib/visual/AbstractVisual +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder tag ([Lnet/minecraft/tags/TagKey;)Lcom/tterrag/registrate/builders/FluidBuilder; 40 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c10ca8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 347 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c0fc88 +instanceKlass @bci fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient registerModIntegrations ()V 23 member ; # fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient$$Lambda+0x000001d683c0f868 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 342 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c0e6f8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 739 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c0cb60 +instanceKlass @bci it/hurts/octostudios/octolib/OctoLib registerCommands ()V 3 argL0 ; # it/hurts/octostudios/octolib/OctoLib$$Lambda+0x000001d683c0ab78 +instanceKlass net/fabricmc/fabric/impl/event/interaction/InteractionEventHooks +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 337 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683c09990 +instanceKlass @bci fuzs/puzzleslib/api/core/v1/ModContainer toModList (Ljava/util/function/Supplier;)Ljava/util/Map; 22 argL0 ; # fuzs/puzzleslib/api/core/v1/ModContainer$$Lambda+0x000001d683c09758 +instanceKlass dev/latvian/mods/kubejs/item/ItemTintFunction +instanceKlass net/spell_engine/compat/accessories/AccessoriesItemHelper +instanceKlass @bci fuzs/puzzleslib/api/core/v1/ModContainer toModList (Ljava/util/function/Supplier;)Ljava/util/Map; 9 argL0 ; # fuzs/puzzleslib/api/core/v1/ModContainer$$Lambda+0x000001d683c09128 +instanceKlass it/hurts/octostudios/octolib/module/command/OctolibCommand +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids ()V 51 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d683c08cd8 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesCompat init ()Z 70 argL0 ; # net/spell_engine/compat/accessories/AccessoriesCompat$$Lambda+0x000001d683c08ac0 +instanceKlass @bci com/tterrag/registrate/util/nullness/NonNullConsumer andThen (Lcom/tterrag/registrate/util/nullness/NonNullConsumer;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 7 member ; # com/tterrag/registrate/util/nullness/NonNullConsumer$$Lambda+0x000001d683c08650 +instanceKlass @bci net/fabricmc/fabric/impl/event/interaction/client/InteractionEventsRouterClient onInitializeClient ()V 3 argL0 ; # net/fabricmc/fabric/impl/event/interaction/client/InteractionEventsRouterClient$$Lambda+0x000001d683c088a8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 727 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c08410 +instanceKlass net/blay09/mods/balm/api/provider/BalmProviderHolder +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$21 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c08000 +instanceKlass @bci io/wispforest/accessories/api/events/AccessoryChangeCallback lambda$static$1 ([Lio/wispforest/accessories/api/events/AccessoryChangeCallback;)Lio/wispforest/accessories/api/events/AccessoryChangeCallback; 1 member ; # io/wispforest/accessories/api/events/AccessoryChangeCallback$$Lambda+0x000001d683c07cd8 +instanceKlass dev/engine_room/flywheel/api/visual/LightUpdatedVisual +instanceKlass @bci net/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback lambda$static$1 ([Lnet/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback;)Lnet/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback; 1 member ; # net/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback$$Lambda+0x000001d683c078c0 +instanceKlass dev/engine_room/flywheel/api/visual/SectionTrackedVisual +instanceKlass @bci plus/dragons/createenchantmentindustry/common/registry/CEIFluids ()V 43 argL0 ; # plus/dragons/createenchantmentindustry/common/registry/CEIFluids$$Lambda+0x000001d683c07478 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/ParticleOptionsWrapper +instanceKlass it/hurts/octostudios/octolib/OctoLib +instanceKlass @bci net/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback ()V 2 argL0 ; # net/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback$$Lambda+0x000001d683c06c08 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder lang (Ljava/lang/String;)Lcom/tterrag/registrate/builders/FluidBuilder; 1 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c063d8 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/audio/wav/WavAudio +instanceKlass @bci io/wispforest/accessories/api/events/AccessoryChangeCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/AccessoryChangeCallback$$Lambda+0x000001d683c05d78 +instanceKlass dev/latvian/mods/kubejs/block/SoundTypeWrapper +instanceKlass net/fabricmc/fabric/api/event/client/player/ClientPickBlockGatherCallback +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder lang (Lcom/tterrag/registrate/util/nullness/NonNullFunction;Ljava/lang/String;)Lcom/tterrag/registrate/builders/AbstractBuilder; 3 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d683c04db0 +instanceKlass io/wispforest/accessories/api/events/AccessoryChangeCallback +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1744 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c049a0 +instanceKlass eu/ha3/presencefootsteps/PFDebugHud +instanceKlass @bci dev/architectury/registry/forge/ReloadListenerRegistryImpl ()V 9 argL0 ; # dev/architectury/registry/forge/ReloadListenerRegistryImpl$$Lambda+0x000001d683c04568 +instanceKlass net/fabricmc/fabric/impl/event/interaction/client/InteractionEventsRouterClient +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 705 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683c04108 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModContainer addChild (Lfuzs/puzzleslib/api/core/v1/ModContainer;)V 35 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModContainer$$Lambda+0x000001d683c03ed0 +instanceKlass @bci com/tterrag/registrate/providers/RegistrateLangProvider toEnglishName (Ljava/lang/String;)Ljava/lang/String; 15 argL0 ; # com/tterrag/registrate/providers/RegistrateLangProvider$$Lambda+0x000001d683c03c98 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1702 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683c03a38 +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesCompat init ()Z 50 argL0 ; # net/spell_engine/compat/accessories/AccessoriesCompat$$Lambda+0x000001d683c037f8 +instanceKlass dev/engine_room/flywheel/lib/visual/SimpleDynamicVisual +instanceKlass dev/architectury/registry/forge/ReloadListenerRegistryImpl +instanceKlass @bci net/spell_engine/compat/accessories/AccessoriesCompat init ()Z 37 argL0 ; # net/spell_engine/compat/accessories/AccessoriesCompat$$Lambda+0x000001d683c02f88 +instanceKlass @bci net/fabricmc/fabric/impl/event/interaction/InteractionEventsRouter onInitialize ()V 14 argL0 ; # net/fabricmc/fabric/impl/event/interaction/InteractionEventsRouter$$Lambda+0x000001d683c02d70 +instanceKlass dev/engine_room/flywheel/api/visual/DynamicVisual +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder defaultLang ()Lcom/tterrag/registrate/builders/FluidBuilder; 1 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c02918 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment getNeoForgeModContainers ()Ljava/util/stream/Stream; 26 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment$$Lambda+0x000001d683c026d8 +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Canceled;)Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Canceled; 1 member ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683c024b8 +instanceKlass @bci eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 44 argL0 ; # eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber$$Lambda+0x000001d683c02290 +instanceKlass net/spell_engine/compat/accessories/AccessoriesCompat +instanceKlass dev/architectury/registry/ReloadListenerRegistry +instanceKlass net/blay09/mods/balm/api/container/BalmContainerProvider +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment getNeoForgeModContainers ()Ljava/util/stream/Stream; 18 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment$$Lambda+0x000001d683c01a60 +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683c00480 +instanceKlass dev/engine_room/flywheel/api/visual/BlockEntityVisual +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)V 106 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683c00228 +instanceKlass @bci eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 31 argL0 ; # eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber$$Lambda+0x000001d683c00000 +instanceKlass dev/engine_room/flywheel/api/visual/Visual +instanceKlass it/unimi/dsi/fastutil/objects/Object2ReferenceMaps +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment getNeoForgeModContainers ()Ljava/util/stream/Stream; 8 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment$$Lambda+0x000001d683bf9bf0 +instanceKlass net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Canceled +instanceKlass @bci eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 20 argL0 ; # eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber$$Lambda+0x000001d683bfbbf0 +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$After;)Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$After; 1 member ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683bfb9d0 +instanceKlass dev/engine_room/flywheel/api/visualization/VisualizationContext +instanceKlass fuzs/puzzleslib/neoforge/impl/core/NeoForgeModContainer +instanceKlass dev/engine_room/flywheel/lib/visualization/SimpleBlockEntityVisualizer$Factory +instanceKlass net/blay09/mods/balm/api/block/entity/CustomRenderBoundingBox +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683bfac68 +instanceKlass @bci eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 9 argL0 ; # eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber$$Lambda+0x000001d683bfaa40 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 693 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bfa800 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)V 79 member ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683bfa5e0 +instanceKlass net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$After +instanceKlass dev/engine_room/flywheel/api/visualization/BlockEntityVisualizer +instanceKlass net/spell_engine/neoforge/compat/NeoForgeCompatFeatures +instanceKlass dev/engine_room/vanillin/config/BlockEntityVisualizerBuilder +instanceKlass dev/latvian/mods/kubejs/player/PlayerStatsJS +instanceKlass eu/ha3/presencefootsteps/events/NeoForgeEventSubscriber +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Before;)Lnet/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Before; 1 member ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683bff470 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ReferenceMap$FastEntrySet +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)V 18 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683bff220 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 304 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bff008 +instanceKlass net/blay09/mods/balm/api/block/entity/OnLoadHandler +instanceKlass @bci net/spell_engine/SpellEngineMod init ()V 108 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d683bfebf8 +instanceKlass @cpi net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents 112 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683bf9000 +instanceKlass @bci com/tterrag/registrate/builders/FluidBuilder create (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;)Lcom/tterrag/registrate/builders/FluidBuilder; 10 argL0 ; # com/tterrag/registrate/builders/FluidBuilder$$Lambda+0x000001d683bfe998 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 299 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bfe780 +instanceKlass @cpi org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder 603 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683bf8c00 +instanceKlass @bci net/spell_engine/internals/SpellEngineCommands register ()V 3 argL0 ; # net/spell_engine/internals/SpellEngineCommands$$Lambda+0x000001d683bfe568 +instanceKlass net/neoforged/neoforge/fluids/BaseFlowingFluid$Properties +instanceKlass @bci net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$$Lambda+0x000001d683bfe0f8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 294 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bfdee0 +instanceKlass @bci net/fabricmc/fabric/api/command/v2/CommandRegistrationCallback lambda$static$1 ([Lnet/fabricmc/fabric/api/command/v2/CommandRegistrationCallback;)Lnet/fabricmc/fabric/api/command/v2/CommandRegistrationCallback; 1 member ; # net/fabricmc/fabric/api/command/v2/CommandRegistrationCallback$$Lambda+0x000001d683bfdcc0 +instanceKlass @bci com/copycatsplus/copycats/datagen/CCLootGen lootForLayers (Lnet/minecraft/world/level/block/state/properties/IntegerProperty;)Ljava/util/function/BiConsumer; 1 member ; # com/copycatsplus/copycats/datagen/CCLootGen$$Lambda+0x000001d683bfda90 +instanceKlass dev/engine_room/vanillin/VanillinXplatImpl +instanceKlass net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents$Before +instanceKlass net/blay09/mods/balm/api/block/entity/BalmBlockEntityFactory +instanceKlass @bci net/fabricmc/fabric/api/command/v2/CommandRegistrationCallback ()V 2 argL0 ; # net/fabricmc/fabric/api/command/v2/CommandRegistrationCallback$$Lambda+0x000001d683bfd038 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2ReferenceFunction +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 289 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bfce20 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibraryClient init ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibraryClient$$Lambda+0x000001d683bfcbf8 +instanceKlass net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents +instanceKlass net/blay09/mods/waystones/block/entity/ModBlockEntities +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$20 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bfc3f0 +instanceKlass fuzs/puzzleslib/api/core/v1/ModContainer +instanceKlass dev/engine_room/vanillin/VanillinXplat +instanceKlass net/fabricmc/fabric/api/command/v2/CommandRegistrationCallback +instanceKlass com/starfish_studios/another_furniture/event/neoforge/BlockInteractionEventImpl +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibraryClient init ()V 13 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibraryClient$$Lambda+0x000001d683bf7908 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$SetScreen +instanceKlass dev/engine_room/vanillin/config/Configurator +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 234 member ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf6a98 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment lambda$new$0 ()Ljava/util/Map; 1 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment$$Lambda+0x000001d683bf6688 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ContainerScreenRenderForeground +instanceKlass net/spell_engine/internals/SpellEngineCommands +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ContainerScreenRenderBackground +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 227 member ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf5c88 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/audio/ogg/OggAudio +instanceKlass @bci fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient registerLoadingHandlers (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient$$Lambda+0x000001d683bf5168 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ScreenRenderPost +instanceKlass @bci net/fabricmc/fabric/impl/event/interaction/InteractionEventsRouter onInitialize ()V 3 argL0 ; # net/fabricmc/fabric/impl/event/interaction/InteractionEventsRouter$$Lambda+0x000001d683bf4d58 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ScreenRenderPre +instanceKlass @bci fuzs/overflowingbars/client/OverflowingBarsClient registerEventHandlers ()V 56 argL0 ; # fuzs/overflowingbars/client/OverflowingBarsClient$$Lambda+0x000001d683bf4568 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ScreenInitPost +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 176 member ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf3f58 +instanceKlass dev/engine_room/vanillin/compose/VisualElement +instanceKlass @bci net/fabricmc/fabric/api/event/player/AttackBlockCallback lambda$static$1 ([Lnet/fabricmc/fabric/api/event/player/AttackBlockCallback;)Lnet/fabricmc/fabric/api/event/player/AttackBlockCallback; 1 member ; # net/fabricmc/fabric/api/event/player/AttackBlockCallback$$Lambda+0x000001d683bf3b48 +instanceKlass com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForgeClient +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$ScreenInitPre +instanceKlass dev/engine_room/vanillin/VanillaVisuals +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1583 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bf3338 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 169 member ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf2f28 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$DebugText +instanceKlass @bci net/spell_engine/internals/target/EntityRelations ()V 17 argL0 ; # net/spell_engine/internals/target/EntityRelations$$Lambda+0x000001d683bf2788 +instanceKlass @bci fuzs/overflowingbars/client/OverflowingBarsClient registerEventHandlers ()V 40 argL0 ; # fuzs/overflowingbars/client/OverflowingBarsClient$$Lambda+0x000001d683bf2570 +instanceKlass @bci net/fabricmc/fabric/api/event/player/AttackBlockCallback ()V 2 argL0 ; # net/fabricmc/fabric/api/event/player/AttackBlockCallback$$Lambda+0x000001d683bf2338 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 681 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bf2120 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent$RenderHud +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 132 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf1b20 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1541 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bf18c0 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/RenderGuiLayerEvents$Before +instanceKlass @bci com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 48 member ; # com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForge$$Lambda+0x000001d683bf12a8 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate fluid (Ljava/lang/Object;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory;)Lcom/tterrag/registrate/builders/FluidBuilder; 10 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683bf1040 +instanceKlass net/fabricmc/fabric/api/event/player/AttackBlockCallback +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 127 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf0a28 +instanceKlass dev/architectury/event/events/client/ClientGuiEvent +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/RenderGuiLayerEvents +instanceKlass net/spell_engine/internals/target/EntityRelations +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl ()V 5 argL0 ; # com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl$$Lambda+0x000001d683bf0218 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 111 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bf0000 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient initClient ()V 3 argL0 ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient$$Lambda+0x000001d683befda8 +instanceKlass net/fabricmc/fabric/impl/event/interaction/InteractionEventsRouter +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 106 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bef780 +instanceKlass dev/architectury/event/events/client/ClientLifecycleEvent$ClientLevelState +instanceKlass com/starfish_studios/another_furniture/registry/neoforge/AFTabsImpl +instanceKlass dev/architectury/event/events/client/ClientLifecycleEvent$ClientState +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 90 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683beed88 +instanceKlass @bci plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFluidType create ()Lcom/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory; 14 member ; # plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFluidType$$Lambda+0x000001d683beeb68 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 173 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683bee938 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 669 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bee6f8 +instanceKlass @bci fuzs/overflowingbars/client/OverflowingBarsClient registerEventHandlers ()V 24 argL0 ; # fuzs/overflowingbars/client/OverflowingBarsClient$$Lambda+0x000001d683bee4e0 +instanceKlass dev/architectury/event/events/client/ClientLifecycleEvent +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 85 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683becd28 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 154 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683becaf8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 657 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bec8b8 +instanceKlass @bci net/spell_engine/compat/FTBTeamsCompat init ()V 15 argL0 ; # net/spell_engine/compat/FTBTeamsCompat$$Lambda+0x000001d683bec6a0 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 143 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683bec478 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 69 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bec260 +instanceKlass com/starfish_studios/another_furniture/integration/neoforge/create/SeatMovementBehavior +instanceKlass fuzs/overflowingbars/client/handler/GuiLayerHandler +instanceKlass dev/ftb/mods/ftblibrary/config/manager/ConfigManagerClient +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 135 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683beb910 +instanceKlass com/tterrag/registrate/builders/FluidBuilder$FluidTypeFactory +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 64 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683beb300 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 132 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683beb0d8 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/EntitySelectorWrapper +instanceKlass de/keksuccino/fancymenu/util/resource/resources/audio/ALAudio +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 116 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683beaca8 +instanceKlass net/createmod/catnip/theme/Color +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 48 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bea578 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 121 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683bea350 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 97 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683bea120 +instanceKlass com/starfish_studios/another_furniture/integration/neoforge/create/ShutterMovingBehavior +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 43 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683be9be8 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/CustomizeChatPanelCallback +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 110 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be97c8 +instanceKlass net/minecraft/commands/arguments/selector/EntitySelector +instanceKlass net/spell_engine/internals/target/EntityRelations$TeamMatcher +instanceKlass de/keksuccino/fancymenu/util/resource/resources/audio/IAudio +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary lambda$new$0 ()Ljava/lang/Runnable; 0 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683be9158 +instanceKlass @bci fuzs/overflowingbars/client/OverflowingBarsClient registerEventHandlers ()V 11 member ; # fuzs/overflowingbars/client/OverflowingBarsClient$$Lambda+0x000001d683be7bb0 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 27 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683be7998 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/audio/PlayableResourceWithAudio +instanceKlass com/corosus/watut/loader/neoforge/ClientEvents +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 99 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be7350 +instanceKlass net/spell_engine/compat/FTBTeamsCompat +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 22 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683be6f38 +instanceKlass @bci com/simibubi/create/impl/registry/TagProviderImpl onRegister (Ljava/lang/Runnable;)V 4 member ; # com/simibubi/create/impl/registry/TagProviderImpl$$Lambda+0x000001d683be6d08 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 88 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be6ae0 +instanceKlass fuzs/overflowingbars/client/gui/HealthBarRenderer +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 243 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683be66b0 +instanceKlass dev/ftb/mods/ftblibrary/FTBLibraryClient +instanceKlass @bci com/simibubi/create/impl/registry/SimpleRegistryImpl registerProvider (Lcom/simibubi/create/api/registry/SimpleRegistry$Provider;)V 48 member ; # com/simibubi/create/impl/registry/SimpleRegistryImpl$$Lambda+0x000001d683be6290 +instanceKlass @bci net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems registerItem (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 63 member ; # net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$$Lambda+0x000001d683be6070 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 77 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be5e48 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 89 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683be5c10 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 60 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683be59e0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 238 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683be57c8 +instanceKlass @bci com/simibubi/create/api/registry/SimpleRegistry$Provider forBlockTag (Lnet/minecraft/tags/TagKey;Ljava/lang/Object;)Lcom/simibubi/create/api/registry/SimpleRegistry$Provider; 5 argL0 ; # com/simibubi/create/api/registry/SimpleRegistry$Provider$$Lambda+0x000001d683be5590 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 72 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683be5358 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 66 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be5130 +instanceKlass @bci net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems registerItem (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 38 member ; # net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$$Lambda+0x000001d683be4f10 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 46 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683be4ce0 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 118 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683be4ac8 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 55 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683be4890 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 233 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683be4678 +instanceKlass @bci fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient (Lnet/neoforged/fml/ModContainer;)V 6 argL0 ; # fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient$$Lambda+0x000001d683be4460 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 55 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683be4238 +instanceKlass com/simibubi/create/impl/registry/TagProviderImpl +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 32 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683bdfc80 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$19 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bdfa68 +instanceKlass net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems$Registrations +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 38 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683bdf618 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683bdf3f0 +instanceKlass fuzs/overflowingbars/client/OverflowingBarsClient +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 228 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bdee28 +instanceKlass @bci com/corosus/watut/loader/neoforge/WatutModNeoForge (Lnet/neoforged/fml/ModContainer;)V 17 member ; # com/corosus/watut/loader/neoforge/WatutModNeoForge$$Lambda+0x000001d683bdebf8 +instanceKlass @bci dev/ftb/mods/ftblibrary/items/ModItems ()V 43 argL0 ; # dev/ftb/mods/ftblibrary/items/ModItems$$Lambda+0x000001d683bde9e0 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 21 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683bde7b8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ReferenceMap +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 33 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge$$Lambda+0x000001d683bde358 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat init ()V 13 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683bde110 +instanceKlass @bci dev/ftb/mods/ftblibrary/items/ModItems ()V 16 argL0 ; # dev/ftb/mods/ftblibrary/items/ModItems$$Lambda+0x000001d683bddef8 +instanceKlass @bci net/blay09/mods/balm/neoforge/block/NeoForgeBalmBlocks registerBlockItem (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 10 member ; # net/blay09/mods/balm/neoforge/block/NeoForgeBalmBlocks$$Lambda+0x000001d683bddcb8 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d683bdda90 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 645 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bdd850 +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat ()V 8 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683bdd628 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1456 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bdd410 +instanceKlass @bci net/blay09/mods/balm/api/block/BalmBlocks register (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 11 member ; # net/blay09/mods/balm/api/block/BalmBlocks$$Lambda+0x000001d683bdd1d0 +instanceKlass com/simibubi/create/api/registry/SimpleRegistry$Provider +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/fma/FmaTexture +instanceKlass com/corosus/watut/WatutNetworking +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 26 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d683bdc4e8 +instanceKlass dev/ftb/mods/ftblibrary/items/ModItems +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1439 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bdc060 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/DamageSourceWrapper +instanceKlass @bci net/spell_engine/compat/CriticalStrikeCompat ()V 0 argL0 ; # net/spell_engine/compat/CriticalStrikeCompat$$Lambda+0x000001d683bdbc18 +instanceKlass @bci net/blay09/mods/balm/neoforge/block/NeoForgeBalmBlocks registerBlock (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 36 member ; # net/blay09/mods/balm/neoforge/block/NeoForgeBalmBlocks$$Lambda+0x000001d683bdb9f8 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 15 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d683bdb7d0 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 102 member ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683bdb5b0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1422 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bdb350 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 633 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bdb110 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 88 member ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683bdaee0 +instanceKlass net/spell_engine/compat/CriticalStrikeCompat +instanceKlass @bci net/blay09/mods/balm/api/block/BalmBlocks registerBlock (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)Lnet/blay09/mods/balm/api/DeferredObject; 2 member ; # net/blay09/mods/balm/api/block/BalmBlocks$$Lambda+0x000001d683bdaaa0 +instanceKlass @bci net/neoforged/neoforge/fluids/FluidType ()V 0 argL0 ; # net/neoforged/neoforge/fluids/FluidType$$Lambda+0x000001d683bda888 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient$$Lambda+0x000001d683bda660 +instanceKlass fuzs/overflowingbars/config/ClientConfig$RowCountConfig +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 74 member ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683bda1f8 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 6 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bd9fe0 +instanceKlass dev/latvian/mods/kubejs/core/PlayerSelector +instanceKlass it/unimi/dsi/fastutil/objects/Object2ReferenceFunction +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoesClient init ()V 36 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoesClient$$Lambda+0x000001d683bd9980 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 118 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683bd9768 +instanceKlass @bci net/blay09/mods/waystones/block/ModBlocks initialize (Lnet/blay09/mods/balm/api/block/BalmBlocks;)V 1 argL0 ; # net/blay09/mods/waystones/block/ModBlocks$$Lambda+0x000001d683bd9550 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket$$Lambda+0x000001d683bd7a08 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityModelLayers +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket$$Lambda+0x000001d683bd59f8 +instanceKlass @bci net/spell_engine/compat/MeleeCompat init ()V 21 argL0 ; # net/spell_engine/compat/MeleeCompat$$Lambda+0x000001d683bd4450 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket$$Lambda+0x000001d683bd4218 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 621 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bd3fd8 +instanceKlass @bci net/spell_engine/compat/MeleeCompat init ()V 13 argL0 ; # net/spell_engine/compat/MeleeCompat$$Lambda+0x000001d683bd3da0 +instanceKlass fuzs/overflowingbars/config/ClientConfig$IconRowConfig +instanceKlass com/corosus/watut/config/Adjustment +instanceKlass @bci net/spell_engine/compat/MeleeCompat ()V 0 argL0 ; # net/spell_engine/compat/MeleeCompat$$Lambda+0x000001d683bd24f8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$16 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bd20e8 +instanceKlass com/simibubi/create/api/registry/SimpleRegistry$Multi +instanceKlass dev/latvian/mods/kubejs/item/ItemToolTiers +instanceKlass com/simibubi/create/impl/registry/SimpleRegistryImpl +instanceKlass fuzs/overflowingbars/config/ClientConfig +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoesClient init ()V 25 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoesClient$$Lambda+0x000001d683bd0418 +instanceKlass net/blay09/mods/waystones/block/ModBlocks +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 609 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bd0000 +instanceKlass @bci fuzs/overflowingbars/neoforge/OverflowingBarsNeoForge ()V 6 argL0 ; # fuzs/overflowingbars/neoforge/OverflowingBarsNeoForge$$Lambda+0x000001d683bcfc60 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 183 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bcfa48 +instanceKlass com/simibubi/create/api/registry/SimpleRegistry +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 178 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bcf1f8 +instanceKlass fuzs/overflowingbars/OverflowingBars +instanceKlass net/spell_engine/compat/MeleeCompat +instanceKlass com/corosus/watut/config/HeldItemArmAdjustment +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1327 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bce680 +instanceKlass @bci dev/architectury/networking/forge/NetworkManagerImpl$1 lambda$registerC2S$2 (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ldev/architectury/networking/NetworkManager$NetworkReceiver;Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # dev/architectury/networking/forge/NetworkManagerImpl$1$$Lambda+0x000001d683bce450 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 173 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bce238 +instanceKlass com/starfish_studios/another_furniture/integration/neoforge/create/CreateCompat +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1263 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bcddb0 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoesClient init ()V 14 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoesClient$$Lambda+0x000001d683bcdb88 +instanceKlass @bci net/blay09/mods/balm/api/network/SyncConfigMessage register (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/Function;Ljava/lang/Class;Ljava/util/function/Supplier;)V 39 member ; # net/blay09/mods/balm/api/network/SyncConfigMessage$$Lambda+0x000001d683bcd958 +instanceKlass @bci net/spell_engine/compat/CombatRollCompat init ()V 24 argL0 ; # net/spell_engine/compat/CombatRollCompat$$Lambda+0x000001d683bcd720 +instanceKlass @bci com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod$$Lambda+0x000001d683bcd0f8 +instanceKlass com/starfish_studios/another_furniture/integration/neoforge/IntegrationHandlerImpl +instanceKlass @bci dev/architectury/networking/forge/NetworkManagerImpl$1 registerC2S (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ldev/architectury/networking/NetworkManager$NetworkReceiver;)V 6 member ; # dev/architectury/networking/forge/NetworkManagerImpl$1$$Lambda+0x000001d683bcccc8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 168 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bccab0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1246 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bcc850 +instanceKlass @bci net/spell_engine/compat/CombatRollCompat init ()V 16 argL0 ; # net/spell_engine/compat/CombatRollCompat$$Lambda+0x000001d683bcc638 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 597 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bcc3f8 +instanceKlass @bci net/blay09/mods/balm/api/network/SyncConfigMessage register (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/Function;Ljava/lang/Class;Ljava/util/function/Supplier;)V 26 member ; # net/blay09/mods/balm/api/network/SyncConfigMessage$$Lambda+0x000001d683bcc1b8 +instanceKlass com/starfish_studios/another_furniture/integration/IntegrationHandler +instanceKlass @bci com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 24 member ; # com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod$$Lambda+0x000001d683bcb908 +instanceKlass com/corosus/watut/config/HeldItemArmAdjustmentLists +instanceKlass net/combat_roll/api/event/ServerSideRollEvents$PlayerStartRolling +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityRenderers +instanceKlass @bci dev/architectury/impl/NetworkAggregator registerC2SReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ljava/util/List;Ldev/architectury/networking/NetworkManager$NetworkReceiver;)V 69 member ; # dev/architectury/impl/NetworkAggregator$$Lambda+0x000001d683bcb0d8 +instanceKlass @bci net/blay09/mods/balm/api/network/SyncConfigMessage register (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/Function;Ljava/lang/Class;Ljava/util/function/Supplier;)V 18 argL0 ; # net/blay09/mods/balm/api/network/SyncConfigMessage$$Lambda+0x000001d683bcaeb0 +instanceKlass @bci com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 12 member ; # com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod$$Lambda+0x000001d683bcaa78 +instanceKlass plus/dragons/createenchantmentindustry/common/registry/CEIFluids +instanceKlass @bci net/blay09/mods/balm/api/network/SyncConfigMessage createDeepCopyFactory (Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 2 member ; # net/blay09/mods/balm/api/network/SyncConfigMessage$$Lambda+0x000001d683bca448 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/ApngTexture +instanceKlass com/starfish_studios/another_furniture/registry/AFBlockTags +instanceKlass dev/latvian/mods/kubejs/recipe/filter/RecipeFilter +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 104 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683bc99e0 +instanceKlass net/combat_roll/api/event/Event +instanceKlass @bci net/blay09/mods/balm/api/network/SyncConfigMessage register (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/Function;Ljava/lang/Class;Ljava/util/function/Supplier;)V 1 member ; # net/blay09/mods/balm/api/network/SyncConfigMessage$$Lambda+0x000001d683bc8460 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket$$Lambda+0x000001d683bc8238 +instanceKlass @bci com/illusivesoulworks/charmofundying/CharmOfUndyingConfig ()V 7 argL0 ; # com/illusivesoulworks/charmofundying/CharmOfUndyingConfig$$Lambda+0x000001d683bc8000 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 585 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bc79f0 +instanceKlass net/combat_roll/api/event/ServerSideRollEvents +instanceKlass com/corosus/watut/config/CustomArmCorrections +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket$$Lambda+0x000001d683bc73b8 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 376 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bc71a0 +instanceKlass com/starfish_studios/another_furniture/registry/AFItemTags +instanceKlass net/neoforged/neoforge/fluids/crafting/SizedFluidIngredient +instanceKlass com/illusivesoulworks/charmofundying/CharmOfUndyingConfig$Server +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket$$Lambda+0x000001d683bc68b0 +instanceKlass @bci net/spell_engine/compat/CombatRollCompat ()V 0 argL0 ; # net/spell_engine/compat/CombatRollCompat$$Lambda+0x000001d683bc6678 +instanceKlass dev/engine_room/flywheel/impl/registry/IdRegistryImpl +instanceKlass @bci forge/me/thosea/badoptimizations/forge/BadOptimizations$ClientInit init (Lnet/neoforged/fml/ModContainer;)V 3 argL0 ; # forge/me/thosea/badoptimizations/forge/BadOptimizations$ClientInit$$Lambda+0x000001d683bc6170 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 369 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bc5f38 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes ()V 41 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d683bc5d20 +instanceKlass com/illusivesoulworks/charmofundying/CharmOfUndyingConfig +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoesClient init ()V 3 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoesClient$$Lambda+0x000001d683bc56b8 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 354 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bc5490 +instanceKlass net/spell_engine/compat/CombatRollCompat +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes ()V 28 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d683bc46f0 +instanceKlass forge/me/thosea/badoptimizations/forge/BadOptimizations$ClientInit +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 349 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bc42b8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes ()V 15 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d683bc3e98 +instanceKlass com/illusivesoulworks/charmofundying/platform/NeoForgePlatform +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 344 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bc3a20 +instanceKlass @bci net/spell_engine/compat/container/CustomBundleCompat init ()V 3 argL0 ; # net/spell_engine/compat/container/CustomBundleCompat$$Lambda+0x000001d683bc3808 +instanceKlass dev/latvian/mods/kubejs/core/SizedFluidIngredientKJS +instanceKlass com/corosus/watut/config/ConfigClient +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlockEntityTypes ()V 2 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlockEntityTypes$$Lambda+0x000001d683bc3198 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 90 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683bc2f80 +instanceKlass net/blay09/mods/waystones/network/message/WarpPlateEjectEffectMessage +instanceKlass dev/engine_room/flywheel/api/visualization/VisualizationManager +instanceKlass net/spell_engine/compat/container/CustomBundleCompat +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage ()V 46 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage$$Lambda+0x000001d683bc2520 +instanceKlass dev/engine_room/flywheel/api/layout/LayoutBuilder +instanceKlass com/faboslav/friendsandfoes/common/FriendsAndFoesClient +instanceKlass com/illusivesoulworks/charmofundying/platform/services/IPlatform +instanceKlass com/starfish_studios/another_furniture/registry/AFBlockEntityTypes +instanceKlass dev/engine_room/flywheel/api/registry/IdRegistry +instanceKlass @bci fuzs/universalenchants/neoforge/client/UniversalEnchantsNeoForgeClient ()V 6 argL0 ; # fuzs/universalenchants/neoforge/client/UniversalEnchantsNeoForgeClient$$Lambda+0x000001d683bc1b18 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage ()V 41 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage$$Lambda+0x000001d683bc18e0 +instanceKlass com/illusivesoulworks/charmofundying/CharmOfUndyingConstants +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterParticlesEvent$Registrar +instanceKlass fuzs/universalenchants/client/UniversalEnchantsClient +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 133 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bc0ce0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 128 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bc0ac8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 123 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bc08b0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 118 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bc0698 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 573 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bc0458 +instanceKlass net/neoforged/neoforge/fluids/crafting/FluidIngredient +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/GifTexture +instanceKlass dev/engine_room/flywheel/impl/FlwApiLinkImpl +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge ()V 52 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683bbd688 +instanceKlass com/corosus/watut/config/ConfigServerControlledSyncedToClient +instanceKlass com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForgeClient +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 328 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bbd000 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage$$Lambda+0x000001d683bbfc48 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 323 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bbfa10 +instanceKlass @bci com/illusivesoulworks/charmofundying/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/illusivesoulworks/charmofundying/platform/Services$$Lambda+0x000001d683bbf7f0 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage$$Lambda+0x000001d683bbf378 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 318 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bbf150 +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl registerEntityType (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FF)Ljava/util/function/Supplier; 10 ; # java/lang/invoke/LambdaForm$MH+0x000001d683bbcc00 +instanceKlass @bci net/spell_engine/compat/container/ContainerCompat init ()V 3 argL0 ; # net/spell_engine/compat/container/ContainerCompat$$Lambda+0x000001d683bbecd8 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$15 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bbeac0 +instanceKlass com/illusivesoulworks/charmofundying/platform/NeoForgeClientPlatform +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683bbc800 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/init/FriendsAndFoesBiomeModifiers ()V 16 argL0 ; # com/faboslav/friendsandfoes/neoforge/init/FriendsAndFoesBiomeModifiers$$Lambda+0x000001d683bbe448 +instanceKlass net/spell_engine/compat/container/ContainerCompat$Resolver +instanceKlass dev/latvian/mods/kubejs/create/core/mixin/FluidIngredientStacksInvoker +instanceKlass net/blay09/mods/waystones/network/message/PlayerWaystoneCooldownsMessage +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl registerEntityType (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FF)Ljava/util/function/Supplier; 10 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683bbc400 +instanceKlass dev/latvian/mods/kubejs/core/FluidIngredientKJS +instanceKlass dev/engine_room/flywheel/api/internal/DependencyInjection +instanceKlass net/spell_engine/compat/container/ContainerCompat$Adapter +instanceKlass com/illusivesoulworks/charmofundying/platform/services/IClientPlatform +instanceKlass com/faboslav/friendsandfoes/neoforge/init/FriendsAndFoesBiomeModifiers +instanceKlass net/spell_engine/compat/container/ContainerCompat +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl registerEntityType (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FF)Ljava/util/function/Supplier; 10 member ; # com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl$$Lambda+0x000001d683bbad88 +instanceKlass de/keksuccino/fancymenu/util/resource/PlayableResource +instanceKlass com/corosus/watut/config/ConfigCommon +instanceKlass com/illusivesoulworks/charmofundying/platform/Services +instanceKlass dev/engine_room/flywheel/api/internal/FlwApiLink +instanceKlass @cpi com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl 140 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683bbc000 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 302 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bba0d8 +instanceKlass @bci dev/djefrey/colorwheel/ClrwlBackend ()V 17 argL0 ; # dev/djefrey/colorwheel/ClrwlBackend$$Lambda+0x000001d683bb7da0 +instanceKlass net/spell_engine/compat/CompatFeatures +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 297 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bb7968 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions ()V 30 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions$$Lambda+0x000001d683bb7750 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 292 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bb7528 +instanceKlass @bci dev/engine_room/flywheel/lib/backend/SimpleBackend$Builder priority (I)Ldev/engine_room/flywheel/lib/backend/SimpleBackend$Builder; 2 member ; # dev/engine_room/flywheel/lib/backend/SimpleBackend$Builder$$Lambda+0x000001d683bb7310 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFEntityTypes ()V 2 argL0 ; # com/starfish_studios/another_furniture/registry/AFEntityTypes$$Lambda+0x000001d683bb70f8 +instanceKlass @bci dev/djefrey/colorwheel/ClrwlBackend ()V 3 argL0 ; # dev/djefrey/colorwheel/ClrwlBackend$$Lambda+0x000001d683bb6ec0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes ()V 70 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d683bb6ca8 +instanceKlass net/blay09/mods/waystones/network/message/TeleportEffectMessage +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 76 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683bb6848 +instanceKlass @bci dev/engine_room/flywheel/lib/backend/SimpleBackend$Builder ()V 5 argL0 ; # dev/engine_room/flywheel/lib/backend/SimpleBackend$Builder$$Lambda+0x000001d683bb6630 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d683bb6418 +instanceKlass net/spell_engine/api/item/set/EquipmentSetFeature$1 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1151 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bb5fe0 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket$$Lambda+0x000001d683bb5db8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 87 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bb5ba0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d683bb5988 +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge ()V 44 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683bb5738 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket$$Lambda+0x000001d683bb5500 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 561 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683bb52c0 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Definition$$Lambda+0x000001d683bb5088 +instanceKlass dev/engine_room/flywheel/lib/backend/SimpleBackend$Builder +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 276 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bb4c58 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes$$Lambda+0x000001d683bb4a40 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 82 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bb4828 +instanceKlass com/illusivesoulworks/charmofundying/common/VanillaTotemEffectProvider +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket$$Lambda+0x000001d683bb43b0 +instanceKlass com/copycatsplus/copycats/CCTags +instanceKlass @bci com/corosus/coroutil/loader/neoforge/ConfigModNeoForge (Lnet/neoforged/fml/ModContainer;)V 87 member ; # com/corosus/coroutil/loader/neoforge/ConfigModNeoForge$$Lambda+0x000001d683bb3f80 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Definition$$Lambda+0x000001d683bb3a98 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 271 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bb3860 +instanceKlass com/illusivesoulworks/charmofundying/common/ITotemEffectProvider +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 77 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bb3450 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureTypes +instanceKlass @bci com/corosus/coroutil/loader/neoforge/ConfigModNeoForge (Lnet/neoforged/fml/ModContainer;)V 68 member ; # com/corosus/coroutil/loader/neoforge/ConfigModNeoForge$$Lambda+0x000001d683bb3020 +instanceKlass dev/latvian/mods/kubejs/fluid/FluidWrapper +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 266 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bb2c00 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Bonus lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Bonus$$Lambda+0x000001d683bb2788 +instanceKlass com/starfish_studios/another_furniture/registry/AFEntityTypes +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge ()V 36 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683bb2338 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStatusEffects ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStatusEffects$$Lambda+0x000001d683bb2120 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 72 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683bb1f08 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Bonus lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Bonus$$Lambda+0x000001d683bb1cd0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1103 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683bb1a70 +instanceKlass com/corosus/coroutil/loader/neoforge/ClientEvents +instanceKlass net/blay09/mods/waystones/network/message/SortingIndexMessage +instanceKlass dev/engine_room/flywheel/lib/backend/SimpleBackend +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFSoundEvents register (Ljava/lang/String;)Ljava/util/function/Supplier; 2 member ; # com/starfish_studios/another_furniture/registry/AFSoundEvents$$Lambda+0x000001d683bb11c8 +instanceKlass com/illusivesoulworks/charmofundying/common/TotemProviders$1 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Bonus lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Bonus$$Lambda+0x000001d683bb0d38 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesStatusEffects +instanceKlass @bci com/corosus/coroutil/loader/neoforge/ConfigModNeoForge (Lnet/neoforged/fml/ModContainer;)V 32 member ; # com/corosus/coroutil/loader/neoforge/ConfigModNeoForge$$Lambda+0x000001d683bb0238 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Bonus lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Bonus$$Lambda+0x000001d683bb0000 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/PngTexture +instanceKlass com/starfish_studios/another_furniture/registry/AFSoundEvents +instanceKlass dev/engine_room/flywheel/api/backend/Backend +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge ()V 28 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683baf5a8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 62 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683baf390 +instanceKlass com/illusivesoulworks/charmofundying/common/TotemProviders +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 250 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683baef68 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Bonus ()V 0 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Bonus$$Lambda+0x000001d683baed30 +instanceKlass @bci com/corosus/coroutil/loader/neoforge/ConfigModNeoForge (Lnet/neoforged/fml/ModContainer;)V 18 member ; # com/corosus/coroutil/loader/neoforge/ConfigModNeoForge$$Lambda+0x000001d683baeb00 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSoundEvents registerHolderSoundEvent (Ljava/lang/String;)Lcom/teamresourceful/resourcefullib/common/registry/HolderRegistryEntry; 5 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSoundEvents$$Lambda+0x000001d683bae8e0 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket$$Lambda+0x000001d683bad4c0 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 245 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683bad288 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFItems ()V 2 argL0 ; # com/starfish_studios/another_furniture/registry/AFItems$$Lambda+0x000001d683bad070 +instanceKlass dev/engine_room/flywheel/api/backend/Engine +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket$$Lambda+0x000001d683bac990 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSoundEvents registerSoundEvent (Ljava/lang/String;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 5 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSoundEvents$$Lambda+0x000001d683bac568 +instanceKlass dev/djefrey/colorwheel/ClrwlBackend +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 240 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683babee8 +instanceKlass com/illusivesoulworks/charmofundying/CharmOfUndyingCommonMod +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBTCompoundTag$1 +instanceKlass com/corosus/coroutil/util/ReflectionHelper +instanceKlass com/starfish_studios/another_furniture/registry/AFItems +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesSoundEvents +instanceKlass net/blay09/mods/waystones/network/message/KnownWaystonesMessage +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2425 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba9c30 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes ()V 88 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d683ba9a18 +instanceKlass @bci dev/isxander/yacl3/platform/PlatformEntrypoint (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # dev/isxander/yacl3/platform/PlatformEntrypoint$$Lambda+0x000001d683ba97f0 +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge registerEventHandlers (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683ba95c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes ()V 70 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d683ba93b0 +instanceKlass com/armordamagescale/config/CommonConfiguration +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2411 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba8f60 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 224 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683ba8d38 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket$$Lambda+0x000001d683ba8b00 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 100 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683ba88e8 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Definition$$Lambda+0x000001d683ba86b0 +instanceKlass @bci dev/isxander/yacl3/platform/YACLConfig ()V 15 argL0 ; # dev/isxander/yacl3/platform/YACLConfig$$Lambda+0x000001d683ba8478 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d683ba8260 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2397 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba5d10 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 219 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683ba5ad8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d683ba58c0 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 84 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683ba56a8 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/FileType (Lde/keksuccino/fancymenu/util/file/type/FileCodec;Ljava/lang/String;Lde/keksuccino/fancymenu/util/file/type/FileMediaType;[Ljava/lang/String;)V 36 member ; # de/keksuccino/fancymenu/util/file/type/FileType$$Lambda+0x000001d683ba5478 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Definition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Definition$$Lambda+0x000001d683ba5240 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 214 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683ba7d20 +instanceKlass com/corosus/modconfig/ConfigParams +instanceKlass dev/isxander/yacl3/platform/YACLConfig +instanceKlass net/neoforged/neoforge/fluids/FluidStack +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2383 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba7710 +instanceKlass fuzs/puzzleslib/api/event/v1/data/DefaultedInt +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes$$Lambda+0x000001d683ba6a60 +instanceKlass @bci net/spell_engine/api/item/set/EquipmentSet$Definition ()V 0 argL0 ; # net/spell_engine/api/item/set/EquipmentSet$Definition$$Lambda+0x000001d683ba6828 +instanceKlass com/corosus/modconfig/ConfigComment +instanceKlass net/spell_engine/api/item/set/EquipmentSet +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 36 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683ba6218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2369 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba6000 +instanceKlass net/blay09/mods/waystones/network/message/WaystoneRemovedMessage +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesSensorTypes +instanceKlass com/corosus/coroutil/util/OldUtil +instanceKlass malte0811/ferritecore/ModClientForge +instanceKlass net/fabric_extras/structure_pool/StructurePoolMod +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2355 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba3218 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 31 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683ba3000 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/LivingExperienceDropCallback +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2341 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba2bf0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 26 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683ba29d8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2327 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba27c0 +instanceKlass @bci de/keksuccino/fancymenu/util/file/type/types/FileTypes ()V 21 argL0 ; # de/keksuccino/fancymenu/util/file/type/types/FileTypes$$Lambda+0x000001d683ba25a8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2313 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba2390 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2299 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba2178 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2285 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba1f60 +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/JpegTexture +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2271 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba1988 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 48 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683ba1770 +instanceKlass @bci net/blay09/mods/balm/api/network/BalmNetworking registerClientboundPacket (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/BiConsumer;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)V 21 member ; # net/blay09/mods/balm/api/network/BalmNetworking$$Lambda+0x000001d683ba1550 +instanceKlass @bci net/fabric_extras/structure_pool/neoforge/NeoForgeMod ()V 10 member ; # net/fabric_extras/structure_pool/neoforge/NeoForgeMod$$Lambda+0x000001d683ba1320 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2257 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba1108 +instanceKlass @bci net/blay09/mods/balm/api/network/BalmNetworking registerClientboundPacket (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/BiConsumer;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)V 9 member ; # net/blay09/mods/balm/api/network/BalmNetworking$$Lambda+0x000001d683ba0ee8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncKnownServerRegistriesPacket ()V 23 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncKnownServerRegistriesPacket$$Lambda+0x000001d683ba0cb0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ba4400 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 68 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683ba0a98 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 198 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683ba0870 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2243 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ba0658 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/SyncKnownServerRegistriesPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/SyncKnownServerRegistriesPacket$$Lambda+0x000001d683ba0218 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683ba4000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions$$Lambda+0x000001d683ba0000 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/ShieldBlockCallback +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 193 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b9fa98 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b9e400 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries ()V 35 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$$Lambda+0x000001d683b9f870 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions$$Lambda+0x000001d683b9f658 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2229 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b9f440 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 55 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683b9f228 +instanceKlass @bci com/copycatsplus/copycats/datagen/CCLootGen lootForBytePanels ()Ljava/util/function/BiConsumer; 0 argL0 ; # com/copycatsplus/copycats/datagen/CCLootGen$$Lambda+0x000001d683b9f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b9dc00 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 188 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b9bce0 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries ()V 30 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$$Lambda+0x000001d683b9baa8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions$$Lambda+0x000001d683b9b890 +instanceKlass @cpi fuzs/universalenchants/UniversalEnchants 133 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683b9d400 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2215 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b9b678 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$14 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b9b460 +instanceKlass dev/imb11/sounds/loaders/neoforge/SoundsNeoForge$Events +instanceKlass net/blay09/mods/waystones/network/message/UpdateWaystoneMessage +instanceKlass @cpi tech/alexnijjar/golemoverhaul/common/events/ModEvents 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683b9cc00 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo ()V 24 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo$$Lambda+0x000001d683b9ade0 +instanceKlass dev/latvian/mods/kubejs/core/FluidStackKJS +instanceKlass com/corosus/modconfig/ModConfigData +instanceKlass de/keksuccino/fancymenu/util/ConsumingSupplier +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesPotions +instanceKlass fuzs/puzzleslib/api/event/v1/level/BlockEvents$FarmlandTrample +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2201 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b99f10 +instanceKlass net/spell_engine/api/item/set/EquipmentSetRegistry +instanceKlass de/keksuccino/fancymenu/util/resource/resources/texture/ITexture +instanceKlass fuzs/puzzleslib/api/event/v1/level/BlockEvents$DropExperience +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo ()V 19 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo$$Lambda+0x000001d683b996e8 +instanceKlass de/keksuccino/fancymenu/util/resource/RenderableResource +instanceKlass fuzs/puzzleslib/api/event/v1/level/BlockEvents$Break +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2187 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b990e0 +instanceKlass de/keksuccino/fancymenu/util/resource/Resource +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo ()V 11 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo$$Lambda+0x000001d683b98cb0 +instanceKlass @bci dev/imb11/sounds/loaders/neoforge/SoundsNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 22 argL0 ; # dev/imb11/sounds/loaders/neoforge/SoundsNeoForge$$Lambda+0x000001d683b98a98 +instanceKlass fuzs/puzzleslib/api/event/v1/level/BlockEvents +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 172 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b98438 +instanceKlass net/spell_engine/api/item/set/EquipmentSetFeature +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo ()V 3 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo$$Lambda+0x000001d683b98000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2173 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b97de8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesPointOfInterestTypes registerPoi (Ljava/lang/String;Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;II)Ljava/util/function/Supplier; 7 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesPointOfInterestTypes$$Lambda+0x000001d683b97bc8 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 167 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b97990 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 42 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683b97778 +instanceKlass @bci net/spell_engine/api/effect/StatusEffectClassification init ()V 39 argL0 ; # net/spell_engine/api/effect/StatusEffectClassification$$Lambda+0x000001d683b97560 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2159 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b97348 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 162 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b97120 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 1002 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b96d00 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesPointOfInterestTypes +instanceKlass fuzs/universalenchants/handler/BetterEnchantsHandler +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2145 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b964a8 +instanceKlass net/spell_engine/api/effect/StatusEffectClassification +instanceKlass net/blay09/mods/waystones/network/message/RequestManageWaystoneModifiersMessage +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 966 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b96000 +instanceKlass dev/latvian/mods/kubejs/recipe/match/FluidMatch +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2131 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b939e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes$$Lambda+0x000001d683b937c8 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries ()V 16 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$$Lambda+0x000001d683b93380 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2117 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b92f38 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes$$Lambda+0x000001d683b92d20 +instanceKlass org/quiltmc/parsers/json/JsonWriter +instanceKlass @bci dev/ftb/mods/ftblibrary/util/KnownServerRegistries ()V 11 argL0 ; # dev/ftb/mods/ftblibrary/util/KnownServerRegistries$$Lambda+0x000001d683b92688 +instanceKlass @bci net/spell_engine/internals/container/SpellContainerSource ()V 51 argL0 ; # net/spell_engine/internals/container/SpellContainerSource$$Lambda+0x000001d683b92448 +instanceKlass com/corosus/coroutil/util/MultiLoaderUtil +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2103 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b92010 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesParticleTypes +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/LivingHurtCallback +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 146 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b917c8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2089 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b90208 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 549 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b8dc00 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 141 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b8fd68 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 29 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683b8fb50 +instanceKlass @bci net/spell_engine/internals/container/SpellContainerSource ()V 37 argL0 ; # net/spell_engine/internals/container/SpellContainerSource$$Lambda+0x000001d683b8f910 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 340 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b8f6f8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2075 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b8f4e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 537 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b8f2a0 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 136 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b8ee50 +instanceKlass de/keksuccino/fancymenu/util/file/type/FileCodec +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/ComputeEnchantedLootBonusCallback +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 322 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b8ea40 +instanceKlass com/corosus/coroutil/util/CULog +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2061 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b8e628 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 16 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683b8e410 +instanceKlass dev/latvian/mods/kubejs/block/state/BlockStatePredicate +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 304 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b8e1f8 +instanceKlass net/blay09/mods/waystones/network/message/RequestEditWaystoneMessage +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/UseItemEvents$Finish +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2047 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b8b6d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 286 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b8b4b8 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/UseItemEvents$Stop +instanceKlass com/corosus/coroutil/config/ConfigCoroUtil +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/UseItemEvents$Tick +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2033 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b8ac50 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 268 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b8aa38 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/UseItemEvents$Start +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 120 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b8a618 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/UseItemEvents +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 250 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b89fc0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2019 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b89ac8 +instanceKlass @bci net/spell_engine/internals/container/SpellContainerSource$ItemEntry of (Ljava/lang/String;Lnet/spell_engine/internals/container/SpellContainerSource$ItemStackSource;)Lnet/spell_engine/internals/container/SpellContainerSource$ItemEntry; 4 member ; # net/spell_engine/internals/container/SpellContainerSource$ItemEntry$$Lambda+0x000001d683b898a8 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 115 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b89390 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 232 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b88ba8 +instanceKlass @bci fuzs/universalenchants/UniversalEnchants registerEventHandlers ()V 3 argL0 ; # fuzs/universalenchants/UniversalEnchants$$Lambda+0x000001d683b88990 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 2005 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b88228 +instanceKlass de/keksuccino/fancymenu/util/file/type/FileType +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 110 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b88000 +instanceKlass com/corosus/modconfig/CoroConfigRegistry +instanceKlass de/keksuccino/fancymenu/util/file/type/types/FileTypes +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 214 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b87920 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 525 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b876e0 +instanceKlass fuzs/universalenchants/handler/ItemCompatHandler +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1991 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b872c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 196 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b870b0 +instanceKlass net/spell_engine/internals/container/SpellContainerSource$DirtyChecker +instanceKlass net/blay09/mods/waystones/network/message/RemoveWaystoneMessage +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/SizedIngredientWrapper +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 34 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683b86860 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 178 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b86648 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1977 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b86228 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTPacket ()V 31 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTPacket$$Lambda+0x000001d683b86000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 160 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b83d28 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1963 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b83b10 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTPacket ()V 26 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTPacket$$Lambda+0x000001d683b838d8 +instanceKlass @bci com/copycatsplus/copycats/datagen/CCLootGen lootForBytes ()Ljava/util/function/BiConsumer; 0 argL0 ; # com/copycatsplus/copycats/datagen/CCLootGen$$Lambda+0x000001d683b836b0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 142 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b83498 +instanceKlass dev/imb11/sounds/util/ConfigSetters +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 94 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b83070 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1949 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b82e58 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditNBTPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/EditNBTPacket$$Lambda+0x000001d683b82c20 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 124 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b82a08 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 89 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b827d0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$13 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b825b8 +instanceKlass @bci de/keksuccino/fancymenu/util/WebUtils init ()V 4 argL0 ; # de/keksuccino/fancymenu/util/WebUtils$$Lambda+0x000001d683b823a0 +instanceKlass net/neoforged/neoforge/common/crafting/SizedIngredient +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 106 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b81e90 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1935 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b81c78 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 84 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b81a50 +instanceKlass com/corosus/modconfig/IConfigCategory +instanceKlass @bci net/spell_engine/internals/container/SpellContainerSource ()V 23 argL0 ; # net/spell_engine/internals/container/SpellContainerSource$$Lambda+0x000001d683b813d8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 88 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b811c0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 67 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b80f98 +instanceKlass dev/imb11/sounds/sound/context/ScreenHandlerSoundContext +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1921 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b80b48 +instanceKlass @bci fuzs/puzzleslib/api/init/v3/tags/TagFactory make (Ljava/lang/String;)Lfuzs/puzzleslib/api/init/v3/tags/TagFactory; 1 member ; # fuzs/puzzleslib/api/init/v3/tags/TagFactory$$Lambda+0x000001d683b80898 +instanceKlass de/keksuccino/fancymenu/util/WebUtils +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 70 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b80480 +instanceKlass net/blay09/mods/waystones/network/message/SortWaystoneMessage +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 54 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b7cc10 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1907 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7c9f8 +instanceKlass net/spell_engine/internals/container/SpellContainerSource$ItemStackSource +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b7dc78 +instanceKlass fuzs/puzzleslib/api/init/v3/tags/TagFactory +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b7d610 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1893 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7d3f8 +instanceKlass com/yungnickyoung/minecraft/ribbits/network/ClientPacketHandlerNeoForge +instanceKlass net/spell_engine/internals/container/SpellContainerSource$Source +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 865 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b7fbf8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 20 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683b7f9e0 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 68 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b7f7b8 +instanceKlass net/spell_engine/internals/container/SpellContainerSource +instanceKlass dev/latvian/mods/kubejs/core/SizedIngredientKJS +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes$$Lambda+0x000001d683b7f1a8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1879 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7ed20 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 63 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b7eae8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket ()V 49 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$$Lambda+0x000001d683b7e8a0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 829 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b7e640 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1865 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7e428 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesMemoryModuleTypes +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 58 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b7e000 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket ()V 44 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$$Lambda+0x000001d683b7bd08 +instanceKlass com/github/L_Ender/cataclysm/event/ServerEventHandler +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1851 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7b8f0 +instanceKlass fuzs/universalenchants/init/ModRegistry +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket ()V 36 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$$Lambda+0x000001d683b7b4b8 +instanceKlass net/blay09/mods/waystones/network/message/SelectWaystoneMessage +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups ()V 32 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups$$Lambda+0x000001d683b7b058 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1837 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b7ae40 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 513 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b7ac00 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket ()V 28 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$$Lambda+0x000001d683b7a9c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 731 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b7a5a8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket ()V 20 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$$Lambda+0x000001d683b7a370 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 501 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b7a130 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1823 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b79f18 +instanceKlass dev/imb11/sounds/sound/context/ItemStackSoundContext +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 726 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b786f8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 712 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b784e0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1809 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b782c8 +instanceKlass dev/ftb/mods/ftblibrary/util/NetworkHelper$1 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/IngredientWrapper +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 42 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b71ac8 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 41 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b718a0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 707 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b71668 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1795 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b71450 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 693 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b71238 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 37 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b71000 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 30 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b73dc0 +instanceKlass fuzs/universalenchants/config/ServerConfig +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 688 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b73718 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1781 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b73500 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 32 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b732d8 +instanceKlass dev/imb11/sounds/sound/context/RepeaterSoundContext +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 19 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b72a40 +instanceKlass @bci fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge ()V 6 argL0 ; # fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge$$Lambda+0x000001d683b72828 +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 58 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b72610 +instanceKlass com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDClientEventsNeo +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1767 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b721f8 +instanceKlass net/blay09/mods/waystones/api/Waystone +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 8 argL0 ; # com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient$$Lambda+0x000001d683b77c58 +instanceKlass fuzs/universalenchants/UniversalEnchants +instanceKlass net/blay09/mods/waystones/network/message/EditWaystoneMessage +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1753 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b76400 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1739 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b761e8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 674 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b75fd0 +instanceKlass dev/imb11/sounds/api/config/adapters/TagPairTypeAdapter +instanceKlass net/spell_engine/api/event/CombatEvents$EntityEvasion +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1725 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b75970 +instanceKlass com/yungnickyoung/minecraft/ribbits/client/supporters/RibbitOptionsJSON +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 669 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b75738 +instanceKlass @bci org/sinytra/fabric/biome_api/FabricBiomeApiV1 ()V 16 argL0 ; # org/sinytra/fabric/biome_api/FabricBiomeApiV1$$Lambda+0x000001d683b75310 +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 47 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b750f8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 655 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b74ee0 +instanceKlass @bci net/blay09/mods/balm/api/network/BalmNetworking registerServerboundPacket (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/BiConsumer;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)V 21 member ; # net/blay09/mods/balm/api/network/BalmNetworking$$Lambda+0x000001d683b74cc0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1711 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b74aa8 +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 36 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b74890 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 650 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b74658 +instanceKlass @bci net/blay09/mods/balm/api/network/BalmNetworking registerServerboundPacket (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Ljava/lang/Class;Ljava/util/function/BiConsumer;Ljava/util/function/Function;Ljava/util/function/BiConsumer;)V 9 member ; # net/blay09/mods/balm/api/network/BalmNetworking$$Lambda+0x000001d683b74438 +instanceKlass dev/imb11/sounds/api/config/TagPair +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1697 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b74000 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 489 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b6fcb0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 636 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6f890 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$12 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b6f678 +instanceKlass net/fabricmc/fabric/impl/gametest/FabricGameTestModInitializer +instanceKlass dev/ftb/mods/ftblibrary/util/NetworkHelper +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 477 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b6ed10 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 750 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b6eaf8 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 16 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b6e8d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 631 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6e698 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1683 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b6e480 +instanceKlass com/yungnickyoung/minecraft/ribbits/client/supporters/SupportersJSON +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 465 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b6e030 +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 11 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b6ddf8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 617 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6dbe0 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 691 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b6d958 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1669 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b6d740 +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerShieldBlock +instanceKlass @bci net/blay09/mods/waystones/network/ModNetworking initialize (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 6 argL0 ; # net/blay09/mods/waystones/network/ModNetworking$$Lambda+0x000001d683b6d320 +instanceKlass @bci dev/latvian/mods/kubejs/script/TypeWrapperRegistry register (Ljava/lang/Class;Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry$RegistriesFromFunction;)V 6 member ; # dev/latvian/mods/kubejs/script/TypeWrapperRegistry$$Lambda+0x000001d683b6d100 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 612 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6cec8 +instanceKlass com/github/L_Ender/cataclysm/config/CMClientConfig +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 25 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b6cab0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1655 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b6c898 +instanceKlass dev/imb11/sounds/config/adapters/InventoryConfiguredSoundTypeAdapter +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 674 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b6c3e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 453 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b6c1a8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 598 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6bf90 +instanceKlass net/fabric_extras/ranged_weapon/neoforge/client/NeoForgeClientMod +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 14 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b6bb78 +instanceKlass com/yungnickyoung/minecraft/ribbits/client/RibbitsCommonClient +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1641 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b6b760 +instanceKlass dev/latvian/mods/kubejs/script/TypeWrapperRegistry$RegistriesFromFunction +instanceKlass @bci com/github/L_Ender/cataclysm/config/ConfigHolder ()V 43 argL0 ; # com/github/L_Ender/cataclysm/config/ConfigHolder$$Lambda+0x000001d683b6b330 +instanceKlass net/blay09/mods/waystones/network/message/InventoryButtonMessage +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 593 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6b0f8 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/FTBLibraryNet register ()V 6 argL0 ; # dev/ftb/mods/ftblibrary/net/FTBLibraryNet$$Lambda+0x000001d683b6aa98 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$8 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b6a880 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 441 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b6a668 +instanceKlass @bci net/fabric_extras/ranged_weapon/neoforge/NeoForgeMod ()V 12 argL0 ; # net/fabric_extras/ranged_weapon/neoforge/NeoForgeMod$$Lambda+0x000001d683b6a440 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1627 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b6a228 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 579 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b6a010 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigPacket ()V 23 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigPacket$$Lambda+0x000001d683b69dd8 +instanceKlass com/github/L_Ender/cataclysm/config/ClientConfig +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/RibbitsNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 36 argL0 ; # com/yungnickyoung/minecraft/ribbits/RibbitsNeoForge$$Lambda+0x000001d683b699a8 +instanceKlass dev/imb11/sounds/config/adapters/HotbarConfiguredSoundTypeAdapter +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 574 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b692b0 +instanceKlass @bci dev/ftb/mods/ftblibrary/net/EditConfigPacket ()V 18 argL0 ; # dev/ftb/mods/ftblibrary/net/EditConfigPacket$$Lambda+0x000001d683b69078 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1613 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b68e60 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/BlockWrapper +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 560 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b68a48 +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerDamageTaken +instanceKlass com/yungnickyoung/minecraft/ribbits/supporters/SupporterEventsNeoForge +instanceKlass net/blay09/mods/waystones/network/ModNetworking +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1599 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b68000 +instanceKlass @bci net/spell_engine/internals/SpellTriggers init ()V 3 argL0 ; # net/spell_engine/internals/SpellTriggers$$Lambda+0x000001d683b67c88 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 555 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b67a50 +instanceKlass @bci mod/azure/azurelibarmor/neoforge/NeoForgeAzureLibMod (Lnet/neoforged/bus/api/IEventBus;)V 16 member ; # mod/azure/azurelibarmor/neoforge/NeoForgeAzureLibMod$$Lambda+0x000001d683b675e0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/RibbitsNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 23 argL0 ; # com/yungnickyoung/minecraft/ribbits/RibbitsNeoForge$$Lambda+0x000001d683b66f98 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 541 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b671c0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1585 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b66d80 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Spawning +instanceKlass dev/imb11/sounds/api/config/adapters/DynamicConfiguredSoundTypeAdapter +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 595 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b66718 +instanceKlass mod/azure/azurelibarmor/common/render/armor/compat/ShoulderSurfingCompat +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 536 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b662e0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/NetworkModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/NetworkModuleNeoForge$$Lambda+0x000001d683b660b8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1571 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b65ea0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents lambda$registerEvents$23 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d683b65c70 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 522 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b65a58 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 536 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b657d0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Spawning +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/NetworkModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/NetworkModuleNeoForge$$Lambda+0x000001d683b653a0 +instanceKlass @bci mod/azure/azurelibarmor/common/cache/AzureLibCache registerReloadListener ()V 40 argL0 ; # mod/azure/azurelibarmor/common/cache/AzureLibCache$$Lambda+0x000001d683b65178 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1557 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b64f60 +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerAttack +instanceKlass @bci net/blay09/mods/waystones/handler/ModEventHandlers initialize ()V 50 argL0 ; # net/blay09/mods/waystones/handler/ModEventHandlers$$Lambda+0x000001d683b64b40 +instanceKlass dev/ftb/mods/ftblibrary/net/FTBLibraryNet +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 517 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b64708 +instanceKlass dev/imb11/sounds/api/config/adapters/ConfiguredSoundTypeAdapter +instanceKlass net/spell_engine/api/event/CombatEvents +instanceKlass com/yungnickyoung/minecraft/ribbits/module/NetworkModuleNeoForge +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1543 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b63c48 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 519 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b639e8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 503 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b637d0 +instanceKlass net/blay09/mods/waystones/handler/WaystoneDebugHandler +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$CursedTombstone +instanceKlass mod/azure/azurelibarmor/common/cache/AzureLibCache +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 399 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b62f88 +instanceKlass @bci dev/ftb/mods/ftblibrary/FTBLibrary ()V 57 argL0 ; # dev/ftb/mods/ftblibrary/FTBLibrary$$Lambda+0x000001d683b62d70 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 498 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b62b38 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1529 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b62920 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 387 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b61598 +instanceKlass net/spell_engine/internals/SpellTriggers +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Blocks +instanceKlass @bci net/blay09/mods/waystones/handler/ModEventHandlers initialize ()V 35 argL0 ; # net/blay09/mods/waystones/handler/ModEventHandlers$$Lambda+0x000001d683b60f68 +instanceKlass @bci dev/imb11/sounds/config/utils/ConfigGroup lambda$load$1 (Ldev/isxander/yacl3/config/v2/api/ConfigClassHandler;)Ldev/isxander/yacl3/config/v2/api/ConfigSerializer; 45 argL0 ; # dev/imb11/sounds/config/utils/ConfigGroup$$Lambda+0x000001d683b60d18 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 484 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b60b00 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1515 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b608e8 +instanceKlass dev/ftb/mods/ftblibrary/FTBLibraryCommands +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder appendGsonBuilder (Ljava/util/function/UnaryOperator;)Ldev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder; 8 member ; # dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder$$Lambda+0x000001d683b60250 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 375 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b604a8 +instanceKlass @bci mod/azure/azurelibarmor/AzureLib ()V 13 argL0 ; # mod/azure/azurelibarmor/AzureLib$$Lambda+0x000001d683b60000 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Clawdian +instanceKlass net/blay09/mods/waystones/handler/WaystoneActivationStatHandler +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 479 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5f860 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/ConfigModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 26 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/ConfigModuleNeoForge$$Lambda+0x000001d683b5f638 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1501 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5f420 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 363 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b5f1e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 465 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5efc8 +instanceKlass @bci dev/imb11/sounds/config/utils/ConfigGroup lambda$load$1 (Ldev/isxander/yacl3/config/v2/api/ConfigClassHandler;)Ldev/isxander/yacl3/config/v2/api/ConfigSerializer; 33 argL0 ; # dev/imb11/sounds/config/utils/ConfigGroup$$Lambda+0x000001d683b5ed78 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/ConfigModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/ConfigModuleNeoForge$$Lambda+0x000001d683b5eb50 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Clawdian +instanceKlass mod/azure/azurelibarmor/neoforge/platform/NeoForgePlatformHelper +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1487 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5e268 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 460 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5e030 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/AABBWrapper +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 446 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5dc20 +instanceKlass @bci dev/imb11/sounds/config/utils/ConfigGroup load ()V 30 member ; # dev/imb11/sounds/config/utils/ConfigGroup$$Lambda+0x000001d683b5d9e0 +instanceKlass com/yungnickyoung/minecraft/ribbits/config/ConfigGeneralNeoForge +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1473 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5d5c0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Scylla +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents lambda$registerEvents$37 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d683b5d190 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 441 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5cf58 +instanceKlass @bci dev/imb11/sounds/config/SoundsConfig loadAll ()V 6 argL0 ; # dev/imb11/sounds/config/SoundsConfig$$Lambda+0x000001d683b5cd30 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1459 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5cb18 +instanceKlass com/yungnickyoung/minecraft/ribbits/config/RibbitsConfigNeoForge +instanceKlass mod/azure/azurelibarmor/common/platform/services/IPlatformHelper +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 427 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5c508 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 351 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b5c2c8 +instanceKlass @bci net/blay09/mods/waystones/handler/ModEventHandlers initialize ()V 20 argL0 ; # net/blay09/mods/waystones/handler/ModEventHandlers$$Lambda+0x000001d683b5c0a0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Scylla +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1445 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5bc80 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 422 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5ba48 +instanceKlass mod/azure/azurelibarmor/neoforge/platform/NeoForgeAzureLibNetwork +instanceKlass com/yungnickyoung/minecraft/ribbits/module/ConfigModuleNeoForge +instanceKlass dev/latvian/mods/kubejs/item/ItemEnchantmentsWrapper +instanceKlass net/blay09/mods/waystones/handler/WarpDamageResetHandler +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1431 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5aff0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 408 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5add8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Aptrgangr +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 403 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b5a490 +instanceKlass mod/azure/azurelibarmor/common/platform/services/AzureLibNetwork +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1417 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b5a080 +instanceKlass @bci dev/latvian/mods/kubejs/script/TypeWrapperRegistry registerEnumFromStringCodec (Ljava/lang/Class;Lcom/mojang/serialization/Codec;Ljava/lang/Enum;Z)V 7 member ; # dev/latvian/mods/kubejs/script/TypeWrapperRegistry$$Lambda+0x000001d683b59e38 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 389 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b59c20 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1403 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b59a08 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 384 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b597d0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1389 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b595b8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 329 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b59378 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 370 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b59160 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 317 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b58f20 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1375 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b58d08 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 365 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b58ad0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 305 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b58890 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1361 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b58678 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 293 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b58438 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems registerBeehive (Ljava/lang/String;Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 21 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b58218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1347 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b58000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems registerBeehive (Ljava/lang/String;Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 15 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b51c80 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 281 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b51a40 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1333 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b53de0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 269 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b51800 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1319 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b53bc8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 264 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b539b0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1305 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b53580 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 252 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b53340 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 231 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b53798 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 226 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b53108 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1291 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b52ef0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 247 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b52cd8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 212 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b52ac0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1277 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b528a8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 235 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b52668 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 207 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b52430 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1263 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b52218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1249 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b52000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems registerItem (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Supplier;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 6 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b57c98 +instanceKlass @bci mod/azure/azurelibarmor/common/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # mod/azure/azurelibarmor/common/platform/Services$$Lambda+0x000001d683b57a78 +instanceKlass dev/latvian/mods/kubejs/component/DataComponentWrapper +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 193 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b57668 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1235 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b57450 +instanceKlass @bci net/blay09/mods/waystones/handler/ModEventHandlers initialize ()V 5 argL0 ; # net/blay09/mods/waystones/handler/ModEventHandlers$$Lambda+0x000001d683b57228 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems ()V 188 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b56ff0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1221 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b56dd8 +instanceKlass mod/azure/azurelibarmor/neoforge/platform/NeoForgeAzureLibInitializer +instanceKlass net/blay09/mods/waystones/handler/LoginHandler +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Aptrgangr +instanceKlass @bci net/spell_engine/internals/delivery/SpellStashHelper init ()V 3 argL0 ; # net/spell_engine/internals/delivery/SpellStashHelper$$Lambda+0x000001d683b56598 +instanceKlass com/cerbon/bosses_of_mass_destruction/neoforge/event/BMDEventsNeo +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1207 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b56180 +instanceKlass dev/architectury/event/events/common/CommandRegistrationEvent +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b558c8 +instanceKlass mod/azure/azurelibarmor/common/platform/services/AzureLibInitializer +instanceKlass @bci com/copycatsplus/copycats/datagen/CCLootGen build ([Ljava/util/function/BiConsumer;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/copycatsplus/copycats/datagen/CCLootGen$$Lambda+0x000001d683b54e38 +instanceKlass net/blay09/mods/waystones/handler/ModEventHandlers +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1193 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b54a20 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Maledictus +instanceKlass net/spell_engine/internals/delivery/SpellStashHelper +instanceKlass @cpi dev/imb11/sounds/api/config/DynamicConfiguredSound 335 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683b50800 +instanceKlass dev/ftb/mods/ftblibrary/util/ModUtils +instanceKlass mod/azure/azurelibarmor/common/platform/Services +instanceKlass @bci net/blay09/mods/balm/neoforge/permission/NeoForgeBalmPermissions registerPermission (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;)V 20 member ; # net/blay09/mods/balm/neoforge/permission/NeoForgeBalmPermissions$$Lambda+0x000001d683b54000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1179 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4bd18 +instanceKlass @bci com/copycatsplus/copycats/datagen/CCLootGen lootForDirections ()Ljava/util/function/BiConsumer; 0 argL0 ; # com/copycatsplus/copycats/datagen/CCLootGen$$Lambda+0x000001d683b4baf0 +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4b8b8 +instanceKlass com/teamresourceful/resourcefullib/common/registry/ItemLikeResourcefulRegistry$ItemLikeEntry +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Maledictus +instanceKlass @bci net/blay09/mods/waystones/permission/ModPermissions initialize ()V 6 argL0 ; # net/blay09/mods/waystones/permission/ModPermissions$$Lambda+0x000001d683b4b280 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1165 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4b068 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore init ()V 68 member ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b4ae48 +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4ac10 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Wadjet +instanceKlass com/copycatsplus/copycats/datagen/CCLootGen +instanceKlass mod/azure/azurelibarmor/AzureLib +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems registerSpawnEgg (Ljava/lang/String;Ljava/util/function/Supplier;II)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 7 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems$$Lambda+0x000001d683b4a200 +instanceKlass net/blay09/mods/waystones/permission/ModPermissions +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1151 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4fd10 +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4fad8 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore init ()V 43 argL0 ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b4f8c0 +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/ModFlowingFluid$Properties +instanceKlass com/cerbon/bosses_of_mass_destruction/neoforge/event/NeoEvents +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4f040 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1137 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4ee28 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore init ()V 32 argL0 ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b4ec10 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Wadjet +instanceKlass com/teamresourceful/resourcefullib/common/registry/ItemLikeResourcefulRegistry +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManager$TrackedConfig ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManager$TrackedConfig$$Lambda+0x000001d683b4e568 +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4e330 +instanceKlass net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats$Registrations +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1123 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4df08 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore init ()V 21 argL0 ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b4dcf0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Kobolediator +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$4 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b4d8d8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/neoforge/attachment/BMDAttachments ()V 16 argL0 ; # com/cerbon/bosses_of_mass_destruction/neoforge/attachment/BMDAttachments$$Lambda+0x000001d683b4d6c0 +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4d488 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1109 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4d270 +instanceKlass @cpi dev/ftb/mods/ftblibrary/config/manager/ConfigManager$TrackedConfig 107 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683b49000 +instanceKlass @bci net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats registerCustomStat (Lnet/minecraft/resources/ResourceLocation;)V 17 member ; # net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats$$Lambda+0x000001d683b4d050 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Kobolediator +instanceKlass @bci dev/imb11/sounds/api/config/DynamicConfiguredSound ()V 0 argL0 ; # dev/imb11/sounds/api/config/DynamicConfiguredSound$$Lambda+0x000001d683b4cc10 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1095 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b4c9f8 +instanceKlass com/cerbon/bosses_of_mass_destruction/neoforge/attachment/BMDAttachments +instanceKlass dev/ftb/mods/ftblibrary/util/BooleanConsumer +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesItems +instanceKlass net/blay09/mods/waystones/stats/ModStats +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Koboleton +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1081 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b47a18 +instanceKlass net/spell_engine/rpg_series/loot/LootHelper$TagCache +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 100 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b473b0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 237 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b47198 +instanceKlass @bci net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources registerResourceCondition (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)V 18 member ; # net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources$$Lambda+0x000001d683b46f78 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 223 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b46d38 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Koboleton +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1067 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b46918 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/structure/BMDStructures ()V 113 argL0 ; # com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$$Lambda+0x000001d683b46700 +instanceKlass net/mehvahdjukaar/moonlight/api/client/neoforge/ForgeFluidTypeHelper +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 218 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b462e8 +instanceKlass @cpi dev/imb11/sounds/api/config/ConfiguredSound 796 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683b48400 +instanceKlass net/spell_engine/rpg_series/loot/LootHelper +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 211 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b45ea8 +instanceKlass tech/alexnijjar/endermanoverhaul/datagen/EndermanOverhaulDataGenerator +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 402 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b45a90 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$ModernRemnant +instanceKlass @bci net/blay09/mods/waystones/resources/ForceSpawnInVillagesCondition ()V 0 argL0 ; # net/blay09/mods/waystones/resources/ForceSpawnInVillagesCondition$$Lambda+0x000001d683b45678 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1053 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b45460 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 199 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b45248 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/structure/BMDStructures ()V 95 argL0 ; # com/cerbon/bosses_of_mass_destruction/structure/BMDStructures$$Lambda+0x000001d683b45030 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b44df8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 206 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b44be0 +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle register ([Lcom/copycatsplus/copycats/config/FeatureCategory;)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 1 member ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d683b44950 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 180 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b44738 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$ModernRemnant +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1039 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b44318 +instanceKlass net/blay09/mods/waystones/resources/ForceSpawnInVillagesCondition +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 194 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b43eb8 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b43c80 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForge (Lnet/neoforged/bus/api/IEventBus;)V 82 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForge$$Lambda+0x000001d683b43a68 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 161 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b43850 +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/StructureRegister +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$AncientRemnant +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 189 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b43228 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1025 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b43010 +instanceKlass net/blay09/mods/balm/api/resources/BalmResourceCondition +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 142 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b42c00 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForge (Lnet/neoforged/bus/api/IEventBus;)V 72 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForge$$Lambda+0x000001d683b429d8 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b425b0 +instanceKlass @bci dev/latvian/mods/kubejs/script/TypeWrapperRegistry register (Ljava/lang/Class;Ldev/latvian/mods/rhino/util/wrap/TypeWrapperValidator;Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry$ContextFromFunction;)V 7 member ; # dev/latvian/mods/kubejs/script/TypeWrapperRegistry$$Lambda+0x000001d683b42110 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig initializeConfigurationScreen (Lnet/neoforged/fml/ModContainer;)V 4 argL0 ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b41ef8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 123 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b41aa8 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForge (Lnet/neoforged/bus/api/IEventBus;)V 63 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForge$$Lambda+0x000001d683b41cc0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 1011 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b41890 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/EndermanOverhaul (Lnet/neoforged/bus/api/IEventBus;)V 91 argL0 ; # tech/alexnijjar/endermanoverhaul/EndermanOverhaul$$Lambda+0x000001d683b41668 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Ancient_Remnant +instanceKlass com/cerbon/bosses_of_mass_destruction/structure/BMDStructures +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 177 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b41020 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b40de8 +instanceKlass dev/ftb/mods/ftblibrary/math/Bits +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 104 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b409d0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 997 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b407b8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$BabyLeviathan +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 85 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b38c58 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 533 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b38a40 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 65 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b38800 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig addPropertyToSpec (Lnet/blay09/mods/balm/api/config/schema/ConfiguredProperty;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 272 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b39c28 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b39000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 983 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b3bcd0 +instanceKlass tech/alexnijjar/endermanoverhaul/client/EndermanOverhaulClient +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 66 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b3b190 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig addPropertyToSpec (Lnet/blay09/mods/balm/api/config/schema/ConfiguredProperty;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 265 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b3af70 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 514 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b3ad58 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$13 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b3ab40 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$BabyLeviathan +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 47 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b3a000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 969 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b3fd10 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 57 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b3faf8 +instanceKlass @bci dev/imb11/sounds/api/config/ConfiguredSound ()V 0 argL0 ; # dev/imb11/sounds/api/config/ConfiguredSound$$Lambda+0x000001d683b3f8c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 57 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient$$Lambda+0x000001d683b3f698 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 495 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b3f260 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineListAllowEmpty (Ljava/util/List;Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d683b3f478 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Leviathan +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes ()V 28 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes$$Lambda+0x000001d683b3ee48 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$12 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b3e508 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 41 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient$$Lambda+0x000001d683b3e2e0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 955 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b3e0c8 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig addPropertyToSpec (Lnet/blay09/mods/balm/api/config/schema/ConfiguredProperty;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 382 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b3de78 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 476 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b3dc60 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 49 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b3da48 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/EntitySerializers register (Ljava/lang/String;Lnet/minecraft/network/syncher/EntityDataSerializer;)V 5 member ; # com/faboslav/friendsandfoes/neoforge/platform/EntitySerializers$$Lambda+0x000001d683b3d2d0 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig addPropertyToSpec (Lnet/blay09/mods/balm/api/config/schema/ConfiguredProperty;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 375 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b3d0b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 28 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient$$Lambda+0x000001d683b3ce88 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/NBTWrapper +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 941 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b3ca78 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Leviathan +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 457 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b3c658 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$11 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b3c440 +instanceKlass @bci com/faboslav/friendsandfoes/common/entity/pose/FriendsAndFoesEntityPose ()V 222 argL0 ; # com/faboslav/friendsandfoes/common/entity/pose/FriendsAndFoesEntityPose$$Lambda+0x000001d683b3c228 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 15 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient$$Lambda+0x000001d683b3c000 +instanceKlass dev/isxander/yacl3/api/Option +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 927 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b37bf0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b38000 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 41 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b37758 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$AmethystCrab +instanceKlass @bci com/faboslav/friendsandfoes/common/entity/pose/FriendsAndFoesEntityPose ()V 202 argL0 ; # com/faboslav/friendsandfoes/common/entity/pose/FriendsAndFoesEntityPose$$Lambda+0x000001d683b37340 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 438 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b37128 +instanceKlass dev/imb11/sounds/api/config/ConfiguredSound +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig mapConfigCollectionToNeoForge (Ljava/util/Collection;)Ljava/util/List; 6 argL0 ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b36c88 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient$$Lambda+0x000001d683b36a60 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 913 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b36848 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$10 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b36630 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b35c00 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 419 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b36228 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/StringUtils ()V 172 argL0 ; # dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b36000 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 33 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b33c80 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Amethyst_Crab +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b35800 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 899 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b33860 +instanceKlass net/mehvahdjukaar/moonlight/neoforge/MoonlightForgeClient +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b35400 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 400 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b33208 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/StringUtils ()V 148 argL0 ; # dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b32fe0 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b32d58 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b35000 +instanceKlass dev/isxander/yacl3/api/controller/ControllerBuilder +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 885 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b32948 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Prowler +instanceKlass dev/imb11/mru/yacl/ConfigHelper +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 358 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b32278 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 381 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b32060 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/StringUtils ()V 120 argL0 ; # dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b31dd0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b34c00 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b31b90 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 340 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b31978 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityDataSerializers +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 871 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b31560 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b34800 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 362 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b31348 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b34400 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b31108 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Prowler +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 322 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b30ce8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b34000 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/StringUtils ()V 112 argL0 ; # dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b30a58 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge init ()V 5 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$$Lambda+0x000001d683b30840 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias$$Lambda+0x000001d683b30628 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 857 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b30410 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 343 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b301f8 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredResourceLocation +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 304 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2dc40 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$multiCopycat$15 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b2da00 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Harbinger +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ModIngredientTypes ()V 3 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ModIngredientTypes$$Lambda+0x000001d683b2fce8 +instanceKlass @bci dev/ftb/mods/ftblibrary/util/StringUtils ()V 104 argL0 ; # dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b2faa0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 843 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b2f888 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl multiCopycat ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683b2f600 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 286 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2f3e8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 324 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b2f1d0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 268 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2ed60 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredLong +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 829 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b2eb48 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 305 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b2e738 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2d400 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 172 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b2e520 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 366 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b2e2c0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/BlockTypeSwapIngredient$1 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Harbinger +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 250 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2bb08 +instanceKlass dev/ftb/mods/ftblibrary/util/StringUtils +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2d000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 815 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b2b6f0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 160 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b2b4b0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 286 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b2b298 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2cc00 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 232 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2b080 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredFloat +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$IgnitedRevenant +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2c800 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 801 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b2aa70 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 268 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b2a858 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 214 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b2a640 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias$$Lambda+0x000001d683b2a428 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b2c000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 787 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b29c20 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 196 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b29a08 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 250 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b297f0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias$$Lambda+0x000001d683b295d8 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredDouble +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Ignited_Revenant +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/BlockTypeSwapIngredient +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 178 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b28b30 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 773 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b286a0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 232 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b28488 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 160 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b28000 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesCriterias +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Ignis +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 759 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b25240 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 148 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b25000 +instanceKlass dev/isxander/yacl3/api/YetAnotherConfigLib$ConfigBackedBuilder +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 214 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b27d98 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 142 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b27b80 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig registerConfig (Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema;)V 86 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b27708 +instanceKlass com/copycatsplus/copycats/foundation/copycat/ICopycatBlockEntity +instanceKlass dev/imb11/sounds/config/utils/ConfigGroup +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 136 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b274c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 533 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b272b0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 745 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b26ea0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 124 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b26c88 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Ignis +instanceKlass dev/imb11/sounds/config/SoundsConfig +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 196 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b26668 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 528 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b26430 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 106 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b26218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 731 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b26000 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$NetheriteMinistrosity +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 514 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b238f8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 178 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b236e0 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig registerConfig (Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema;)V 72 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b234b0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ModIngredientTypes +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 88 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b23098 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 509 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b22e60 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 717 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b22c48 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 160 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b21fc0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers ()V 32 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$$Lambda+0x000001d683b22a30 +instanceKlass @bci net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig registerConfig (Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema;)V 23 member ; # net/blay09/mods/balm/neoforge/config/NeoForgeBalmConfig$$Lambda+0x000001d683b22810 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 70 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b225f8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 495 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b223e0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Netherite_Ministrosity +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b24c00 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 703 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b21da8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 52 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b21b90 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 490 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b21958 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b24800 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers ()V 16 argL0 ; # net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers$$Lambda+0x000001d683b21740 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder baseNameKey (Ljava/lang/String;)Ldev/ftb/mods/ftblibrary/config/NameMap$Builder; 3 member ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683b21500 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 476 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b212e8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b24400 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$NetheriteMonstrosity +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 34 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b20ed0 +instanceKlass com/simibubi/create/foundation/blockEntity/IMergeableBE +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 142 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b20ac0 +instanceKlass @bci dev/imb11/sounds/sound/CustomSounds register (Ljava/lang/String;)Ljava/util/function/Supplier; 12 member ; # dev/imb11/sounds/sound/CustomSounds$$Lambda+0x000001d683b208a0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 689 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b20688 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683b24000 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder (Ljava/lang/Object;Ljava/util/List;)V 33 argL0 ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683b20450 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 471 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b20218 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents ()V 16 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents$$Lambda+0x000001d683b20000 +instanceKlass net/mehvahdjukaar/moonlight/core/misc/neoforge/ModLootModifiers +instanceKlass com/simibubi/create/api/schematic/nbt/PartialSafeNBT +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 124 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b1f8c0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 675 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b1f6a8 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder (Ljava/lang/Object;Ljava/util/List;)V 24 argL0 ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683b1f470 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 457 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b1eee8 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Netherite_Monstrosity +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b1dc00 +instanceKlass com/simibubi/create/api/contraption/transformable/TransformableBlockEntity +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder (Ljava/lang/Object;Ljava/util/List;)V 15 member ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683b1e8a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 106 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b1e690 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 124 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b1e218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 661 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b1e000 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 452 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b1e458 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/MoonlightForge (Lnet/neoforged/bus/api/IEventBus;)V 21 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/MoonlightForge$$Lambda+0x000001d683b1bdc8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b1d800 +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModSoundEvents +instanceKlass com/simibubi/create/api/schematic/requirement/SpecialBlockEntityItemRequirement +instanceKlass @bci dev/ftb/mods/ftblibrary/config/NameMap$Builder (Ljava/lang/Object;Ljava/util/List;)V 5 argL0 ; # dev/ftb/mods/ftblibrary/config/NameMap$Builder$$Lambda+0x000001d683b1b798 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 438 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b1b580 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$EnderGolem +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b1d400 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 88 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b1b168 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 112 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b1af28 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredString +instanceKlass dev/imb11/sounds/sound/CustomSounds +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 647 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b1ab18 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b1cc00 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 106 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b1a700 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 433 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b1a4c8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 100 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b1a288 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 70 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b1a070 +instanceKlass dev/ftb/mods/ftblibrary/config/NameMap$Builder +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683b1c800 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$EnderGolem +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 633 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b19a48 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 88 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b19830 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 419 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b19618 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 88 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b193d8 +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition lambda$getCodec$1 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b17da0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 52 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b17b88 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 70 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b17970 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 414 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b17738 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/ListConfigProperty (Lnet/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder;Ljava/lang/Class;Ljava/util/List;)V 29 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/ListConfigProperty$$Lambda+0x000001d683b17520 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 619 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b17308 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$IgnoreMobGriefing +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition lambda$getCodec$1 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b16ec8 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/MiscWrappers +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 52 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b168a0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 400 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b16688 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 34 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b16ab8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 605 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b16470 +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition lambda$getCodec$1 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b16238 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b15400 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$RespawnerConfig +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 34 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b13de0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 395 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b16000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b15000 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/particle/BMDParticles ()V 16 argL0 ; # com/cerbon/bosses_of_mass_destruction/particle/BMDParticles$$Lambda+0x000001d683b139c0 +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition lambda$getCodec$1 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b133f0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 591 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b131d8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b14800 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes ()V 16 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes$$Lambda+0x000001d683b12fc0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 381 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b12da8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683b14400 +instanceKlass dev/ftb/mods/ftblibrary/config/NameMap +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$NatureHealConfig +instanceKlass @bci dev/imb11/sounds/api/TagList getCodec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 19 argL0 ; # dev/imb11/sounds/api/TagList$$Lambda+0x000001d683b124e0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 577 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b122c8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 376 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b12090 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 76 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b11c08 +instanceKlass @bci dev/imb11/sounds/api/TagList getCodec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 14 argL0 ; # dev/imb11/sounds/api/TagList$$Lambda+0x000001d683b119d0 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredList +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 362 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b115c0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 563 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b113a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 120 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683b11180 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 64 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b10cf8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 357 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b10ac0 +instanceKlass com/cerbon/bosses_of_mass_destruction/particle/BMDParticles +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 109 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683b10450 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$CapConfig +instanceKlass dev/imb11/sounds/api/TagList +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 549 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b0fae0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 52 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b0f8a0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 343 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0f688 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/BooleanConfigProperty ()V 11 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/BooleanConfigProperty$$Lambda+0x000001d683b0efc0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 535 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b0e950 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 338 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0ed88 +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModParticleTypes +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$CombatConfig +instanceKlass @bci dev/latvian/mods/kubejs/script/TypeWrapperRegistry register (Ljava/lang/Class;Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry$ContextFromFunction;)V 6 member ; # dev/latvian/mods/kubejs/script/TypeWrapperRegistry$$Lambda+0x000001d683b0eb68 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/BooleanConfigProperty ()V 6 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/BooleanConfigProperty$$Lambda+0x000001d683b0e310 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient initClient ()V 55 member ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d683b0e0e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 324 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0dec8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/sound/BMDSounds registerSoundEvent (Ljava/lang/String;)Lcom/cerbon/cerbons_api/api/registry/RegistryEntry; 12 member ; # com/cerbon/bosses_of_mass_destruction/sound/BMDSounds$$Lambda+0x000001d683b0dca8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 40 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b0da68 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 521 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b0d850 +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition lambda$getCodec$1 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b0d618 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 624 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b0d400 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$EnderGuardian +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient initClient ()V 41 member ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d683b0cfe0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 319 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0cda8 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore ()V 63 argL0 ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b0cb70 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 507 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b0c958 +instanceKlass com/copycatsplus/copycats/foundation/copycat/ICustomCTBlocking +instanceKlass @bci dev/imb11/sounds/api/SoundDefinition getCodec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 1 member ; # dev/imb11/sounds/api/SoundDefinition$$Lambda+0x000001d683b0c718 +instanceKlass @bci net/spell_engine/rpg_series/RPGSeriesCore ()V 24 argL0 ; # net/spell_engine/rpg_series/RPGSeriesCore$$Lambda+0x000001d683b0c170 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 606 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b0bb70 +instanceKlass dev/latvian/mods/kubejs/util/JsonUtils +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 305 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0b760 +instanceKlass com/cerbon/bosses_of_mass_destruction/sound/BMDSounds +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 587 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b0ac58 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 493 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b0ae70 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$EnderGuardian +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 300 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b0a818 +instanceKlass dev/imb11/sounds/api/SoundDefinition +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 178 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683b0a3c8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 9753 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683b0a188 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 568 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b09f70 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 286 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b09d58 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 479 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b09b40 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/VoidBlossomReviveS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/VoidBlossomReviveS2CPacket$$Lambda+0x000001d683b09928 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredBoolean +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 549 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b09518 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$3 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b09300 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 281 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b090c8 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$ETC +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 9573 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683b08c80 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 465 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b08a68 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient initClient ()V 24 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d683b08840 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 530 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b08628 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/VoidBlossomReviveS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/VoidBlossomReviveS2CPacket$$Lambda+0x000001d683b08410 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 267 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b081f8 +instanceKlass dev/latvian/mods/kubejs/script/TypeWrapperRegistry$ContextFromFunction +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 28 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b07c10 +instanceKlass @bci dev/ftb/mods/ftblibrary/snbt/SNBTUtils ()V 32 argL0 ; # dev/ftb/mods/ftblibrary/snbt/SNBTUtils$$Lambda+0x000001d683b079e8 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Mobs +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 451 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b075c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 511 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b073b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient initClient ()V 11 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d683b07198 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 262 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b06f60 +instanceKlass @bci dev/ftb/mods/ftblibrary/snbt/SNBTUtils ()V 13 argL0 ; # dev/ftb/mods/ftblibrary/snbt/SNBTUtils$$Lambda+0x000001d683b06d38 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/VoidBlossomReviveS2CPacket +instanceKlass dev/imb11/sounds/dynamic/DynamicSoundHelper +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 492 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b064d8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 437 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b062c0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 248 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b060a8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3803 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683b05e78 +instanceKlass dev/latvian/mods/kubejs/util/RegExpKJS +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidColors +instanceKlass @bci dev/ftb/mods/ftblibrary/snbt/SNBTUtils ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/snbt/SNBTUtils$$Lambda+0x000001d683b05810 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$AncientSpear +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 473 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b053f8 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/IntConfigProperty ()V 11 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/IntConfigProperty$$Lambda+0x000001d683b051c0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 243 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b04f88 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 423 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b04d70 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 271 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b04b58 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/IntConfigProperty ()V 6 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/IntConfigProperty$$Lambda+0x000001d683b04920 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 229 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b04708 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 454 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b044f0 +instanceKlass dev/ftb/mods/ftblibrary/snbt/SNBTUtils +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 161 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683b040c8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 409 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b03eb0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 224 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b03c78 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 435 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b03a60 +instanceKlass dev/imb11/mru/LoaderUtils +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 245 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683b03600 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$AncientSpear +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 210 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b031e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient initClient ()V 3 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d683b02c48 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3775 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683b02a18 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SpikeS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SpikeS2CPacket$$Lambda+0x000001d683b02800 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 416 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b025e8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 395 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b023d0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 16 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683b02190 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$LaserGatling +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 205 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b01d58 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 397 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b01b40 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SpikeS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SpikeS2CPacket$$Lambda+0x000001d683b01928 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 381 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b01710 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 191 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b014f8 +instanceKlass dev/imb11/sounds/SoundsClient +instanceKlass net/createmod/catnip/placement/IPlacementHelper +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredInt +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/UUIDWrapper +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 378 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683b00af8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight addGlobalDatapackLoader ()V 33 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683b00658 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 186 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683b00420 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$LaserGatling +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 367 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683b00000 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/SpikeS2CPacket +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 172 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683aff8f8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3749 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683aff428 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 359 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683aff210 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$WrathOfTheDesert +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 79 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683afedd8 +instanceKlass dev/latvian/mods/rhino/util/wrap/DirectTypeWrapperFactory +instanceKlass dev/imb11/sounds/sound/events/PotionEventHelper +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 353 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683afdfe8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 167 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683afddb0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 340 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683afdb98 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 66 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683afd6d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 153 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683afd4b8 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty (Lnet/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder;Ljava/lang/Enum;)V 56 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty$$Lambda+0x000001d683afd2a0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$WrathOfTheDesert +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 321 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683afcbf8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 339 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683afc9e0 +instanceKlass @bci net/blay09/mods/balm/api/config/LenientEnumCodecs createNameLookup ([Ljava/lang/Enum;Ljava/util/function/Function;)Ljava/util/function/Function; 33 member ; # net/blay09/mods/balm/api/config/LenientEnumCodecs$$Lambda+0x000001d683afc318 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 148 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683afc0e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 58 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683afbeb8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$CursedBow +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 302 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683afbaa0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 144 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683afa448 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 134 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683afa670 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3723 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683af9888 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 325 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af9670 +instanceKlass @bci net/blay09/mods/balm/api/config/LenientEnumCodecs createNameLookup ([Ljava/lang/Enum;Ljava/util/function/Function;)Ljava/util/function/Function; 12 member ; # net/blay09/mods/balm/api/config/LenientEnumCodecs$$Lambda+0x000001d683af9430 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 50 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683af9218 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 283 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af7c50 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendVec3S2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendVec3S2CPacket$$Lambda+0x000001d683af7a38 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 129 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af7800 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$CursedBow +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty (Lnet/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder;Ljava/lang/Enum;)V 42 member ; # net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty$$Lambda+0x000001d683af75e0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 311 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af73c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/Moonlight commonInit ()V 42 argL0 ; # net/mehvahdjukaar/moonlight/core/Moonlight$$Lambda+0x000001d683af71a0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 115 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af6f88 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 264 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af6d70 +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty (Lnet/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder;Ljava/lang/Enum;)V 15 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/EnumConfigProperty$$Lambda+0x000001d683af62a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendVec3S2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendVec3S2CPacket$$Lambda+0x000001d683af6090 +instanceKlass @bci dev/latvian/mods/rhino/util/wrap/TypeWrapperValidator ()V 0 argL0 ; # dev/latvian/mods/rhino/util/wrap/TypeWrapperValidator$$Lambda+0x000001d683af5e78 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 110 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af5c40 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 297 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af5a28 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 245 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af5810 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/fluid/SoftFluidInternal ()V 11 argL0 ; # net/mehvahdjukaar/moonlight/core/fluid/SoftFluidInternal$$Lambda+0x000001d683af55d8 +instanceKlass @bci team/creative/creativecore/client/CreativeCoreClient load (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # team/creative/creativecore/client/CreativeCoreClient$$Lambda+0x000001d683af53b0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Annihilator +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 96 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af4f98 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3697 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683af4d68 +instanceKlass dev/latvian/mods/rhino/util/wrap/TypeWrapperValidator +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 226 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af4958 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 283 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af4740 +instanceKlass @bci team/creative/creativecore/client/CreativeCoreClient load (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # team/creative/creativecore/client/CreativeCoreClient$$Lambda+0x000001d683af4518 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/SendVec3S2CPacket +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 91 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af3d60 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/fluid/SoftFluidInternal ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/fluid/SoftFluidInternal$$Lambda+0x000001d683af3b28 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 207 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af3910 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 77 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af36f8 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Annihilator +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 269 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af32d8 +instanceKlass @bci team/creative/creativecore/client/CreativeCoreClient load (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # team/creative/creativecore/client/CreativeCoreClient$$Lambda+0x000001d683af30b0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin registerTypeWrappers (Ldev/latvian/mods/kubejs/script/TypeWrapperRegistry;)V 4 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin$$Lambda+0x000001d683af2e98 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 188 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af2c80 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 72 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af2a48 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3675 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683af2818 +instanceKlass @bci team/creative/creativecore/client/CreativeCoreClient ()V 34 argL0 ; # team/creative/creativecore/client/CreativeCoreClient$$Lambda+0x000001d683af2600 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$MeatShredder +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 255 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af21e8 +instanceKlass net/mehvahdjukaar/moonlight/core/fluid/SoftFluidInternal +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 169 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af1dd0 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredEnum +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 127 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683af1ba8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 58 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af1798 +instanceKlass dev/latvian/mods/kubejs/util/registrypredicate/RegistryPredicate +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 150 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af1388 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 241 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af1170 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendParticleS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendParticleS2CPacket$$Lambda+0x000001d683af0f58 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 53 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683af0d20 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate accept (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/builders/Builder;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/util/entry/RegistryEntry; 43 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683af0ac8 +instanceKlass team/creative/creativecore/common/util/registry/LocatedHandlerRegistry +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$MeatShredder +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 131 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683af0448 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3651 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683af0218 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 227 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683af0000 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendParticleS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendParticleS2CPacket$$Lambda+0x000001d683aefdd0 +instanceKlass @bci net/blay09/mods/balm/api/config/PrimitiveConfigCodecs enumStreamCodec (Ljava/lang/Class;)Lnet/minecraft/network/codec/StreamCodec; 20 argL0 ; # net/blay09/mods/balm/api/config/PrimitiveConfigCodecs$$Lambda+0x000001d683aefbb8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 112 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683aef9a0 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager load (J)V 87 member ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d683aef780 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Astrape +instanceKlass @bci net/blay09/mods/balm/api/config/PrimitiveConfigCodecs enumStreamCodec (Ljava/lang/Class;)Lnet/minecraft/network/codec/StreamCodec; 0 argL0 ; # net/blay09/mods/balm/api/config/PrimitiveConfigCodecs$$Lambda+0x000001d683aef368 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 213 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683aef150 +instanceKlass @bci com/simibubi/create/foundation/data/AssetLookup customBlockItemModel ([Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 1 member ; # com/simibubi/create/foundation/data/AssetLookup$$Lambda+0x000001d683aeef08 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 93 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683aeecf0 +instanceKlass dev/latvian/mods/kubejs/script/RecordDefaultsRegistry +instanceKlass @bci net/blay09/mods/balm/api/config/schema/builder/SetConfigProperty (Lnet/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder;Ljava/lang/Class;Ljava/util/Set;)V 29 argL0 ; # net/blay09/mods/balm/api/config/schema/builder/SetConfigProperty$$Lambda+0x000001d683aee8e0 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/SendParticleS2CPacket +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 199 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683aee6c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 74 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683aee4b0 +instanceKlass net/mehvahdjukaar/moonlight/core/misc/VillagerAIInternal +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 185 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683aea190 +instanceKlass @bci net/blay09/mods/balm/api/config/LenientEnumCodecs$LenientEnumCodec ([Ljava/lang/Enum;Ljava/util/function/Function;Ljava/util/function/ToIntFunction;)V 16 member ; # net/blay09/mods/balm/api/config/LenientEnumCodecs$LenientEnumCodec$$Lambda+0x000001d683ae9f70 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 3626 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683aea3a8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 55 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683ae9b58 +instanceKlass team/creative/creativecore/client/CreativeCoreClient +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Astrape +instanceKlass dev/latvian/mods/kubejs/script/TypeWrapperRegistry +instanceKlass @bci net/blay09/mods/balm/api/config/LenientEnumCodecs$LenientEnumCodec ([Ljava/lang/Enum;Ljava/util/function/Function;Ljava/util/function/ToIntFunction;)V 5 argL0 ; # net/blay09/mods/balm/api/config/LenientEnumCodecs$LenientEnumCodec$$Lambda+0x000001d683ae9070 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 171 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae94a8 +instanceKlass com/simibubi/create/foundation/data/AssetLookup +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals init ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals$$Lambda+0x000001d683ae8e48 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes ()V 36 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes$$Lambda+0x000001d683ae8c30 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 110 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683ae8a08 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals init ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals$$Lambda+0x000001d683ae85c8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 157 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae87f0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Ceraunus +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 1852 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ae6bc8 +instanceKlass net/blay09/mods/balm/api/config/LenientEnumCodecs$LenientEnumCodec +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendDeltaMovementS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendDeltaMovementS2CPacket$$Lambda+0x000001d683ae69b0 +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModEntityTypes +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 143 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae5fe0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/SendDeltaMovementS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/SendDeltaMovementS2CPacket$$Lambda+0x000001d683ae5bc0 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 1322 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ae5700 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Ceraunus +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 129 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae52e0 +instanceKlass @bci net/blay09/mods/balm/api/config/LenientEnumCodecs createNameLookup ([Ljava/lang/Enum;Ljava/util/function/Function;)Ljava/util/function/Function; 41 member ; # net/blay09/mods/balm/api/config/LenientEnumCodecs$$Lambda+0x000001d683ae50a0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 710 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae4e88 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/SendDeltaMovementS2CPacket +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 1008 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ae4a38 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 115 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae4820 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$TidalClaws +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 63 member ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d683ae43f0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 691 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae41d8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 101 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae3fc0 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 34 member ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d683ae3d90 +instanceKlass @bci com/simibubi/create/foundation/data/ModelGen customItemModel ([Ljava/lang/String;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 1 member ; # com/simibubi/create/foundation/data/ModelGen$$Lambda+0x000001d683ae3b28 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 672 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae3910 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 692 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ae36e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 39 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683ae34c8 +instanceKlass net/blay09/mods/balm/api/config/LenientEnumCodecs +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$TidalClaws +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 87 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae2ea8 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 14 member ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d683ae2a60 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/commands/ModCommands init ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/commands/ModCommands$$Lambda+0x000001d683ae2c90 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 93 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683ae2838 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 653 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae2620 +instanceKlass dev/latvian/mods/rhino/util/wrap/TypeWrappers +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683ae21b0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Immolator +instanceKlass com/simibubi/create/foundation/data/ModelGen +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/PlaceS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/PlaceS2CPacket$$Lambda+0x000001d683ae1b98 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 73 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae1980 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 634 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae1768 +instanceKlass net/mehvahdjukaar/moonlight/core/commands/ModCommands +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks registerBlock (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Supplier;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 6 member ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683ae1348 +instanceKlass snownee/jade/util/ModIdentification +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 615 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae0ed8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 665 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ae0ca8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/PlaceS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/PlaceS2CPacket$$Lambda+0x000001d683ae0a90 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 59 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ae0878 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Immolator +instanceKlass @bci net/blay09/mods/balm/api/config/PrimitiveConfigCodecs enumCodec (Ljava/lang/Class;)Lcom/mojang/serialization/Codec; 6 member ; # net/blay09/mods/balm/api/config/PrimitiveConfigCodecs$$Lambda+0x000001d683ae0658 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 20 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683ae0440 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/network/ModNetworking init ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/network/ModNetworking$$Lambda+0x000001d683ae0218 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 596 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ae0000 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 45 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683adcc28 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks ()V 15 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks$$Lambda+0x000001d683adc800 +instanceKlass @bci dev/latvian/mods/rhino/ContextFactory ()V 6 member ; # dev/latvian/mods/rhino/ContextFactory$$Lambda+0x000001d683addce8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 577 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683add8c0 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/PlaceS2CPacket +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$SoulRender +instanceKlass net/blay09/mods/balm/api/config/PrimitiveConfigCodecs +instanceKlass net/mehvahdjukaar/moonlight/core/network/ModNetworking +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials$$Lambda+0x000001d683adfb70 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 31 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683adf958 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 558 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683adf090 +instanceKlass dev/ftb/mods/ftblibrary/snbt/config/BaseValue +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 634 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683adea30 +instanceKlass dev/ftb/mods/ftblibrary/config/FTBLibraryClientConfig +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 539 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ade620 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 17 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ade408 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$SoulRender +instanceKlass net/minecraft/client/gui/components/toasts/SystemToast$SystemToastId +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing$$Lambda+0x000001d683adbdc8 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesArmorMaterials +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 76 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683adb9a0 +instanceKlass @cpi net/fabricmc/fabric/api/event/player/PlayerBlockBreakEvents 105 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683adc000 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManager init ()V 35 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManager$$Lambda+0x000001d683adb540 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 520 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683adb328 +instanceKlass @bci com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl registerItem (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;)Ljava/util/function/Supplier; 8 argL0 ; # com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl$$Lambda+0x000001d683adae90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing$$Lambda+0x000001d683adac68 +instanceKlass dev/latvian/mods/rhino/ContextFactory +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ObsidilithReviveS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ObsidilithReviveS2CPacket$$Lambda+0x000001d683ada7f8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$SandstormInABottle +instanceKlass @bci dev/ftb/mods/ftblibrary/config/manager/ConfigManager init ()V 21 member ; # dev/ftb/mods/ftblibrary/config/manager/ConfigManager$$Lambda+0x000001d683ada3c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 501 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ada1b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing$$Lambda+0x000001d683ad9f78 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 160 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad99c8 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks registerBlock (Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 8 member ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ad95b0 +instanceKlass snownee/jade/api/Accessor +instanceKlass net/blay09/mods/balm/api/config/schema/builder/AbstractConfigProperty +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ObsidilithReviveS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ObsidilithReviveS2CPacket$$Lambda+0x000001d683ad91a8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 482 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad8cc0 +instanceKlass snownee/jade/api/ITooltip +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$SandstormInABottle +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 142 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad86a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing$$Lambda+0x000001d683ad8470 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 605 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ad8240 +instanceKlass snownee/jade/JadeClient +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 463 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad7bb8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 124 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad79a0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing$$Lambda+0x000001d683ad7768 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/ObsidilithReviveS2CPacket +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$VoidCore +instanceKlass @bci com/copycatsplus/copycats/foundation/tooltip/CopycatDescription register ([Lcom/copycatsplus/copycats/foundation/tooltip/CopycatCharacteristics;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/copycatsplus/copycats/foundation/tooltip/CopycatDescription$$Lambda+0x000001d683ad7100 +instanceKlass com/starfish_studios/another_furniture/registry/neoforge/AFRegistryImpl +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 444 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad6ce8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 106 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad6ad0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 425 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad68b8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 88 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad6458 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$VoidCore +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$Archetype +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 406 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad5e38 +instanceKlass com/copycatsplus/copycats/foundation/tooltip/CopycatDescription +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 70 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad5a10 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 59 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683ad57e8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 387 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad55d0 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 52 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad53b8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$VASW +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/StringUtilsWrapper +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/HealS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/HealS2CPacket$$Lambda+0x000001d683ad4da8 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredSet +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 368 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad4778 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 253 member ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad4990 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad4560 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/HealS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/HealS2CPacket$$Lambda+0x000001d683ad4158 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 349 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad3f40 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 220 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad3d28 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities$$Lambda+0x000001d683ad3b10 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$VoidAssaultShoulderWeapon +instanceKlass net/blay09/mods/balm/api/config/schema/NestedTypeHolder +instanceKlass net/mehvahdjukaar/moonlight/api/trades/NoOpListing +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 330 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad3060 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 204 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad2e38 +instanceKlass com/starfish_studios/another_furniture/registry/AFRegistry +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesActivities +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/HealS2CPacket +instanceKlass @bci com/copycatsplus/copycats/foundation/tooltip/CopycatCharacteristics ()V 67 member ; # com/copycatsplus/copycats/foundation/tooltip/CopycatCharacteristics$$Lambda+0x000001d683ad2608 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 311 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad23f0 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 190 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad21c8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults lambda$static$9 (Ljava/util/LinkedHashMap;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 42 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ad1f88 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$WASW +instanceKlass net/blay09/mods/balm/api/config/reflection/NestedType +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683ad1948 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 78 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683ad1718 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 292 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad1500 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 176 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad12d8 +instanceKlass net/blay09/mods/balm/api/config/reflection/Synced +instanceKlass @bci com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler addListener (Lcom/faboslav/friendsandfoes/common/events/base/CancellableEventHandler$CancellableFunctionOnlyReturn;)V 2 member ; # com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler$$Lambda+0x000001d683ad0ec0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683ad0a98 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 583 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ad0868 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 66 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683ad0638 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 273 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ad0420 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 161 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ad0000 +instanceKlass net/blay09/mods/balm/api/config/schema/ConfiguredProperty +instanceKlass com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler$CancellableFunction +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$WitherAssaultShoulderWeapon +instanceKlass dev/latvian/mods/kubejs/script/ScriptFile +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 42 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683acf748 +instanceKlass net/blay09/mods/balm/api/config/schema/builder/ConfigPropertyBuilder +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683acf2a8 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 136 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683acf090 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 254 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683acee78 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 54 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683acec48 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 146 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683acea20 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ChargedEnderPearlS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ChargedEnderPearlS2CPacket$$Lambda+0x000001d683ace808 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683ace5d0 +instanceKlass @bci com/starfish_studios/another_furniture/registry/AFBlocks ()V 3 argL0 ; # com/starfish_studios/another_furniture/registry/AFBlocks$$Lambda+0x000001d683ace3b8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 235 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ace1a0 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 42 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683acdf70 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 131 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683acdd48 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Brontes +instanceKlass com/faboslav/friendsandfoes/common/entity/event/IllusionerOnEntitySpawn +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683acd710 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 216 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683acd4f8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ChargedEnderPearlS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ChargedEnderPearlS2CPacket$$Lambda+0x000001d683acd2e0 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 114 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683acd0b8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 23 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683acce88 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 555 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683accc58 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing$$Lambda+0x000001d683acca20 +instanceKlass com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler$CancellableFunctionOnlyReturn +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 197 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683acc1a0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Brontes +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 97 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683acbd70 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 90 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683acbb20 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/ChargedEnderPearlS2CPacket +instanceKlass com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 178 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683acb290 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 84 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683acb068 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$VoidForge +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 82 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ac9a30 +instanceKlass net/blay09/mods/balm/api/config/reflection/Comment +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 159 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac9620 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 531 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ac93f0 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 71 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ac91c8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 140 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac8fb0 +instanceKlass net/blay09/mods/balm/api/config/schema/impl/ConfigCategoryImpl +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 74 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ac7990 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 25 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683ac7768 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 58 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ac7540 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$VoidForge +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder item (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 38 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683ac70f0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 121 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac6ed8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ChangeHitboxS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ChangeHitboxS2CPacket$$Lambda+0x000001d683ac6cc0 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ac5bb8 +instanceKlass @bci net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;Lnet/neoforged/api/distmarker/Dist;)V 9 member ; # net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge$$Lambda+0x000001d683ac5758 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 434 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ac5988 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 66 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ac5508 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 102 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac52f0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$InfernalForge +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/ChangeHitboxS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/ChangeHitboxS2CPacket$$Lambda+0x000001d683ac4cd0 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 32 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ac4aa8 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 83 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac3938 +instanceKlass @bci com/tterrag/registrate/util/nullness/NonNullBiConsumer noop ()Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer; 0 argL0 ; # com/tterrag/registrate/util/nullness/NonNullBiConsumer$$Lambda+0x000001d683ac36f8 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 58 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ac34a8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil buildSaplingList ()V 3 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683ac3280 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683ac3058 +instanceKlass net/blay09/mods/balm/api/config/schema/builder/ConfigCategory +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 64 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683ac2c48 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$InfernalForge +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 195 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683ac1860 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/ChangeHitboxS2CPacket +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 412 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ac1428 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate lambda$item$14 (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/builders/BuilderCallback;)Lcom/tterrag/registrate/builders/ItemBuilder; 10 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683ac11c0 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 50 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ac0f70 +instanceKlass @bci snownee/jade/util/ClientProxy init (Lnet/neoforged/bus/api/IEventBus;)V 3 argL0 ; # snownee/jade/util/ClientProxy$$Lambda+0x000001d683abdd40 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModItems ()V 45 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModItems$$Lambda+0x000001d683abdb28 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing 443 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683abc800 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 125 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683abd6b0 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$GauntletOfMaelstrom +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder defaultLang ()Lcom/tterrag/registrate/builders/ItemBuilder; 1 argL0 ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683abd250 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683abc400 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 42 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683abd000 +instanceKlass snownee/jade/api/ui/IElement +instanceKlass net/blay09/mods/balm/api/config/ExpectedType +instanceKlass com/teamresourceful/resourcefullib/common/registry/ResourcefulRegistryChild +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/BMDPackets registerPackets ()V 8 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/BMDPackets$$Lambda+0x000001d683abbc88 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesItemGroups +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 385 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683abb858 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 245 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683abb640 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 34 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683abb3f0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$GauntletOfMaelstrom +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder defaultModel ()Lcom/tterrag/registrate/builders/ItemBuilder; 1 argL0 ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683abafa8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683abad70 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/BlindnessS2CPacket ()V 15 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/BlindnessS2CPacket$$Lambda+0x000001d683aba908 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 234 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aba6f0 +instanceKlass @cpi net/spell_engine/rpg_series/config/Defaults 374 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683abc000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 165 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683ab9508 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 26 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ab92b8 +instanceKlass net/blay09/mods/balm/api/config/Comment +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$GauntletOfBulwark +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/packet/custom/BlindnessS2CPacket ()V 10 argL0 ; # com/cerbon/bosses_of_mass_destruction/packet/custom/BlindnessS2CPacket$$Lambda+0x000001d683ab8ca8 +instanceKlass snownee/jade/util/ClientProxy +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 223 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683ab7a18 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)V 44 member ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683ab77c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 160 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683ab7588 +instanceKlass @bci dev/latvian/mods/kubejs/util/ID ()V 18 argL0 ; # dev/latvian/mods/kubejs/util/ID$$Lambda+0x000001d683ab7338 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 212 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683ab7120 +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/custom/BlindnessS2CPacket +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 201 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683ab5940 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$GauntletOfBulwark +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 142 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683ab5708 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 345 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683ab54d8 +instanceKlass @bci com/tterrag/registrate/builders/ItemBuilder (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)V 13 argL0 ; # com/tterrag/registrate/builders/ItemBuilder$$Lambda+0x000001d683ab45f0 +instanceKlass net/blay09/mods/balm/api/config/Synced +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 190 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683ab3fd8 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$GauntletOfGuard +instanceKlass dev/latvian/mods/kubejs/script/ScriptFileInfo +instanceKlass @bci net/blay09/mods/balm/api/network/ConfigReflection schemaOf (Ljava/lang/Class;)Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema; 51 argL0 ; # net/blay09/mods/balm/api/network/ConfigReflection$$Lambda+0x000001d683aafd68 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 179 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aafb50 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 117 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aaf918 +instanceKlass net/spell_engine/api/tags/SpellTags +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 168 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aaf500 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate item (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 6 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683aaf298 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$GauntletOfGuard +instanceKlass com/cerbon/bosses_of_mass_destruction/packet/BMDPackets +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aacc30 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager collectScripts (Ldev/latvian/mods/kubejs/script/ScriptPack;Ljava/nio/file/Path;Ljava/lang/String;)V 42 argL0 ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d683aab918 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$BulwarkOfTheFlame +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 114 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683aab4f0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aab2b8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities ()V 93 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d683aaa110 +instanceKlass net/spell_engine/rpg_series/loot/LootConfig$Pool$Entry$SpellBind +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aa7dc8 +instanceKlass java/nio/file/FileTreeWalker$1 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$BulwarkOfTheFlame +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesVillagerProfessions +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities ()V 74 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d683aa6b18 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 157 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aa5950 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aa3bc8 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$ToolConfig +instanceKlass dev/latvian/mods/kubejs/script/ScriptPackInfo +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities ()V 55 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d683aa33b0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 146 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aa3198 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683aa1f08 +instanceKlass com/starfish_studios/another_furniture/util/block/TuckableBlock +instanceKlass com/starfish_studios/another_furniture/util/block/HammerableBlock +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$Incinerator +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModItems +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities ()V 36 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d683aa0408 +instanceKlass dev/latvian/mods/kubejs/script/ScriptPack +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 135 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683aa0620 +instanceKlass com/starfish_studios/another_furniture/registry/AFBlocks +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing$$Lambda+0x000001d683a9fc48 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 124 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9fa30 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities ()V 17 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities$$Lambda+0x000001d683a9f818 +instanceKlass com/teamresourceful/resourcefullib/common/registry/neoforge/NeoForgeHolderRegistryEntry +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 113 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9f380 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$Incinerator +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 102 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9ed70 +instanceKlass com/teamresourceful/resourcefullib/common/registry/HolderRegistryEntry +instanceKlass com/cerbon/bosses_of_mass_destruction/block/BMDBlockEntities +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager reload ()V 128 argL0 ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d683a9e2c8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 91 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9e0b0 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 103 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a9de88 +instanceKlass @bci snownee/jade/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # snownee/jade/util/CommonProxy$$Lambda+0x000001d683a9dc60 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$BloomStoneArmor +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 325 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683a9d830 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials ()V 16 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials$$Lambda+0x000001d683a9d618 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 80 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9d400 +instanceKlass @bci snownee/jade/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 31 argL0 ; # snownee/jade/util/CommonProxy$$Lambda+0x000001d683a9d1d8 +instanceKlass com/starfish_studios/another_furniture/AnotherFurniture +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesRecipes +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 69 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9cbc0 +instanceKlass @bci net/blay09/mods/waystones/api/WaystoneVisibility ()V 272 argL0 ; # net/blay09/mods/waystones/api/WaystoneVisibility$$Lambda+0x000001d683a9c7b8 +instanceKlass @bci dev/latvian/mods/kubejs/util/LogType ()V 89 argL0 ; # dev/latvian/mods/kubejs/util/LogType$$Lambda+0x000001d683a9c590 +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModArmorMaterials +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$BloomStoneArmor +instanceKlass @bci snownee/jade/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # snownee/jade/util/CommonProxy$$Lambda+0x000001d683a9bf58 +instanceKlass @bci net/blay09/mods/waystones/api/WaystoneVisibility ()V 252 argL0 ; # net/blay09/mods/waystones/api/WaystoneVisibility$$Lambda+0x000001d683a9bd40 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 58 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9bb28 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/custom/lich/LichKillCounter (Lcom/cerbon/bosses_of_mass_destruction/config/mob/LichConfig$SummonMechanic;)V 26 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/custom/lich/LichKillCounter$$Lambda+0x000001d683a9b8f0 +instanceKlass @bci dev/latvian/mods/kubejs/util/LogType ()V 69 argL0 ; # dev/latvian/mods/kubejs/util/LogType$$Lambda+0x000001d683a9b6c8 +instanceKlass @bci net/spell_engine/rpg_series/config/Defaults ()V 289 member ; # net/spell_engine/rpg_series/config/Defaults$$Lambda+0x000001d683a9b2a8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 47 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9ae88 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$BoneReptileArmor +instanceKlass @bci snownee/jade/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # snownee/jade/util/CommonProxy$$Lambda+0x000001d683a9aa58 +instanceKlass @bci dev/latvian/mods/kubejs/util/LogType ()V 49 argL0 ; # dev/latvian/mods/kubejs/util/LogType$$Lambda+0x000001d683a9a5f0 +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModBlocks ()V 16 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModBlocks$$Lambda+0x000001d683a9a3d8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 36 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a9a1c0 +instanceKlass @bci org/sinytra/fabric/blockrenderlayer/FabricBlockrenderlayerApiV1 onInitializeClient ()V 13 argL0 ; # org/sinytra/fabric/blockrenderlayer/FabricBlockrenderlayerApiV1$$Lambda+0x000001d683a99f98 +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/custom/lich/LichKillCounter +instanceKlass @bci dev/latvian/mods/kubejs/util/LogType ()V 29 argL0 ; # dev/latvian/mods/kubejs/util/LogType$$Lambda+0x000001d683a99b60 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder item (Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/ItemBuilder; 16 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683a998f8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 25 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a996e0 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 92 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a994b8 +instanceKlass @bci dev/latvian/mods/kubejs/util/LogType ()V 9 argL0 ; # dev/latvian/mods/kubejs/util/LogType$$Lambda+0x000001d683a98ea0 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$BoneReptileArmor +instanceKlass snownee/jade/api/IWailaClientRegistration +instanceKlass snownee/jade/api/platform/PlatformWailaClientRegistration +instanceKlass net/spell_engine/rpg_series/loot/LootConfig$Pool$Entry$Enchant +instanceKlass snownee/jade/api/IWailaCommonRegistration +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModBlocks +instanceKlass org/sinytra/fabric/blockrenderlayer/FabricBlockrenderlayerApiV1 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 14 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a97370 +instanceKlass snownee/jade/addon/universal/ItemIterator +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder item ()Lcom/tterrag/registrate/builders/ItemBuilder; 1 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d683a96c78 +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$CursiumArmor +instanceKlass snownee/jade/api/IJadeProvider +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModDataComponents register (Ljava/lang/String;Ljava/util/function/UnaryOperator;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 5 member ; # tech/alexnijjar/endermanoverhaul/common/registry/ModDataComponents$$Lambda+0x000001d683a96218 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 205 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a96000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/leaves/LeavesType$Finder leaves (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/set/leaves/LeavesType$Finder; 2 member ; # net/mehvahdjukaar/moonlight/api/set/leaves/LeavesType$Finder$$Lambda+0x000001d683a93c20 +instanceKlass net/spell_engine/rpg_series/loot/LootConfig$Pool$Entry +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/registry/ModDataComponents ()V 13 argL0 ; # tech/alexnijjar/endermanoverhaul/common/registry/ModDataComponents$$Lambda+0x000001d683a937b8 +instanceKlass @bci com/simibubi/create/foundation/data/CreateRegistrate blockModel (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/simibubi/create/foundation/data/CreateRegistrate$$Lambda+0x000001d683a93560 +instanceKlass @bci dev/architectury/registry/level/entity/forge/EntityAttributeRegistryImpl ()V 12 argL0 ; # dev/architectury/registry/level/entity/forge/EntityAttributeRegistryImpl$$Lambda+0x000001d683a93338 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 186 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a93120 +instanceKlass net/blay09/mods/balm/api/config/schema/builder/ConfigCategoryBuilder +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$CursiumArmor +instanceKlass net/blay09/mods/balm/api/config/schema/impl/ConfigSchemaImpl +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 81 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a92838 +instanceKlass tech/alexnijjar/endermanoverhaul/common/registry/ModDataComponents +instanceKlass @bci dev/latvian/mods/kubejs/create/events/CreateEvents ()V 45 argL0 ; # dev/latvian/mods/kubejs/create/events/CreateEvents$$Lambda+0x000001d683a92420 +instanceKlass @bci com/copycatsplus/copycats/CCCustomModels createBlockModel (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 1 member ; # com/copycatsplus/copycats/CCCustomModels$$Lambda+0x000001d683a92200 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 167 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a91fe8 +instanceKlass dev/architectury/registry/level/entity/forge/EntityAttributeRegistryImpl +instanceKlass net/spell_engine/rpg_series/loot/LootConfig$Pool +instanceKlass com/github/L_Ender/cataclysm/config/CMCommonConfig$IgnitiumArmor +instanceKlass @bci dev/latvian/mods/kubejs/create/events/CreateEvents ()V 29 argL0 ; # dev/latvian/mods/kubejs/create/events/CreateEvents$$Lambda+0x000001d683a91748 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 148 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a91048 +instanceKlass io/github/razordevs/deep_aether/block/behavior/DABlockInteractionBehavior +instanceKlass @bci dev/latvian/mods/kubejs/create/events/CreateEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/create/events/CreateEvents$$Lambda+0x000001d683a90c30 +instanceKlass com/copycatsplus/copycats/CCCustomModels +instanceKlass @bci tech/alexnijjar/endermanoverhaul/common/network/messages/ClientboundFlashScreenPacket$Type ()V 10 argL0 ; # tech/alexnijjar/endermanoverhaul/common/network/messages/ClientboundFlashScreenPacket$Type$$Lambda+0x000001d683a90818 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 129 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a90600 +instanceKlass dev/architectury/registry/level/entity/EntityAttributeRegistry +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$ArmorConfig +instanceKlass net/blay09/mods/balm/api/config/schema/ConfigSchemaBuilder +instanceKlass dev/latvian/mods/kubejs/create/events/CreateEvents +instanceKlass lilypuree/decorative_blocks/events/ClientEventHandler +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 110 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a8fc30 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 70 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a8fa08 +instanceKlass @bci net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry register ()V 3 argL0 ; # net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry$$Lambda+0x000001d683a8f7f0 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSEvents ()V 29 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSEvents$$Lambda+0x000001d683a8f320 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$IgnitiumArmor +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 91 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a8ec88 +instanceKlass net/emilsg/clutterbestiary/entity/CommonEntityAttributeRegistry +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesEntityTypes +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSEvents ()V 13 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSEvents$$Lambda+0x000001d683a8e670 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 72 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a8e208 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig$ToolsAndAbilities +instanceKlass net/spell_engine/rpg_series/loot/LootConfig +instanceKlass @bci io/github/razordevs/deep_aether/client/DeepAetherKeys ()V 43 argL0 ; # io/github/razordevs/deep_aether/client/DeepAetherKeys$$Lambda+0x000001d683a8ba18 +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSEvents +instanceKlass @bci net/emilsg/clutterbestiary/menu/ModMenuTypes ()V 16 argL0 ; # net/emilsg/clutterbestiary/menu/ModMenuTypes$$Lambda+0x000001d683a8b608 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$2 ()Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a8b3f0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 53 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a8b1d8 +instanceKlass net/blay09/mods/balm/api/config/Config +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents ()V 107 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents$$Lambda+0x000001d683a8adc8 +instanceKlass @bci com/github/L_Ender/cataclysm/config/ConfigHolder ()V 7 argL0 ; # com/github/L_Ender/cataclysm/config/ConfigHolder$$Lambda+0x000001d683a8ab90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes ()V 1041 argL0 ; # net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes$$Lambda+0x000001d683a8a978 +instanceKlass io/github/razordevs/deep_aether/client/DeepAetherKeys +instanceKlass tech/alexnijjar/endermanoverhaul/common/network/messages/ClientboundFlashScreenPacket +instanceKlass net/emilsg/clutterbestiary/menu/ModMenuTypes +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents ()V 85 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents$$Lambda+0x000001d683a89f38 +instanceKlass net/blay09/mods/balm/api/config/reflection/Config +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/entity/BMDEntities ()V 34 argL0 ; # com/cerbon/bosses_of_mass_destruction/entity/BMDEntities$$Lambda+0x000001d683a89b28 +instanceKlass com/github/L_Ender/cataclysm/config/CommonConfig +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes ()V 1021 argL0 ; # net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes$$Lambda+0x000001d683a89708 +instanceKlass @bci net/blay09/mods/balm/api/network/ConfigReflection schemaOf (Ljava/lang/Class;)Lnet/blay09/mods/balm/api/config/schema/BalmConfigSchema; 11 argL0 ; # net/blay09/mods/balm/api/network/ConfigReflection$$Lambda+0x000001d683a89288 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents ()V 63 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents$$Lambda+0x000001d683a89070 +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$LootTiers +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes ()V 1001 argL0 ; # net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes$$Lambda+0x000001d683a88a20 +instanceKlass tech/alexnijjar/endermanoverhaul/common/network/NetworkHandler +instanceKlass net/blay09/mods/balm/api/config/reflection/IgnoreConfig +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 349 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a88218 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents ()V 38 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents$$Lambda+0x000001d683a88000 +instanceKlass com/cerbon/bosses_of_mass_destruction/animation/IAnimationTimer +instanceKlass net/blay09/mods/balm/api/config/IgnoreConfig +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructurePlacementType ()V 13 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructurePlacementType$$Lambda+0x000001d683a81c70 +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/IOverlayOverride +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 59 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a81850 +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/ITextureProvider +instanceKlass @bci com/copycatsplus/copycats/CCBlocks onClient (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullConsumer; 4 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a81218 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents ()V 13 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents$$Lambda+0x000001d683a81000 +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/IRenderLight +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder childItem (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder; 3 member ; # net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder$$Lambda+0x000001d683a83be0 +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/util/animation/ICodeAnimations +instanceKlass io/github/razordevs/deep_aether/client/renderer/DAOverlays +instanceKlass lilypuree/decorative_blocks/events/EventHandler +instanceKlass @bci net/blay09/mods/balm/api/network/ConfigReflection getAllFields (Ljava/lang/Class;)Ljava/util/List; 7 argL0 ; # net/blay09/mods/balm/api/network/ConfigReflection$$Lambda+0x000001d683a82838 +instanceKlass software/bernie/geckolib/renderer/GeoRenderer +instanceKlass com/github/L_Ender/cataclysm/init/ModStructurePlacementType +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSEvents +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/Loader$1 +instanceKlass com/copycatsplus/copycats/utility/neoforge/PlatformEnvironmentImpl +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$BlueMap +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes ()V 251 argL0 ; # net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes$$Lambda+0x000001d683a86668 +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/IBoneLight +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/IRenderer +instanceKlass com/cerbon/bosses_of_mass_destruction/client/render/IRendererWithModel +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents ()V 73 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents$$Lambda+0x000001d683a7f620 +instanceKlass software/bernie/geckolib/model/GeoModel +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$LootThemes +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes ()V 229 argL0 ; # net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes$$Lambda+0x000001d683a7eb10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents ()V 51 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents$$Lambda+0x000001d683a7e8f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModMenu ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModMenu$$Lambda+0x000001d683a7e4a0 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$Compatibility +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder planks (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder; 2 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d683a7e080 +instanceKlass @bci dev/latvian/mods/kubejs/client/KubeJSKeybinds ()V 18 argL0 ; # dev/latvian/mods/kubejs/client/KubeJSKeybinds$$Lambda+0x000001d683a7de68 +instanceKlass com/cerbon/bosses_of_mass_destruction/entity/BMDEntities +instanceKlass com/faboslav/friendsandfoes/common/block/FriendsAndFoesOxidizable +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocks (Lnet/neoforged/bus/api/IEventBus;)V 48 member ; # lilypuree/decorative_blocks/DecorativeBlocks$$Lambda+0x000001d683a7d840 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$Client +instanceKlass dev/latvian/mods/kubejs/client/KubeJSKeybinds$KubeKey +instanceKlass com/github/L_Ender/cataclysm/init/ModMenu +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocks (Lnet/neoforged/bus/api/IEventBus;)V 36 argL0 ; # lilypuree/decorative_blocks/DecorativeBlocks$$Lambda+0x000001d683a786a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder log (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder; 2 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d683a78488 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$WorldGen +instanceKlass io/github/razordevs/deep_aether/event/DAClientGameBusEvents +instanceKlass tech/alexnijjar/endermanoverhaul/client/config/info/EndermanOverhaulConfigInfo +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesBlocks +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 144 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a77d48 +instanceKlass @bci lilypuree/decorative_blocks/DecorativeBlocks (Lnet/neoforged/bus/api/IEventBus;)V 25 member ; # lilypuree/decorative_blocks/DecorativeBlocks$$Lambda+0x000001d683a77b18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructureModifiers ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructureModifiers$$Lambda+0x000001d683a77900 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder (Lnet/minecraft/resources/ResourceLocation;)V 21 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d683a776e0 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$InventoryButton +instanceKlass @bci com/copycatsplus/copycats/config/FeatureToggle register ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/copycatsplus/copycats/config/FeatureToggle$$Lambda+0x000001d683a77250 +instanceKlass dev/latvian/mods/kubejs/client/KubeJSKeybinds +instanceKlass net/spell_engine/rpg_series/config/Defaults +instanceKlass @bci lilypuree/decorative_blocks/registration/DBItems ()V 238 member ; # lilypuree/decorative_blocks/registration/DBItems$$Lambda+0x000001d683a76c30 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$Teleports +instanceKlass com/github/L_Ender/cataclysm/init/ModStructureModifiers +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder (Lnet/minecraft/resources/ResourceLocation;)V 10 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$Finder$$Lambda+0x000001d683a76608 +instanceKlass tech/alexnijjar/endermanoverhaul/common/config/EndermanOverhaulConfig +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$General +instanceKlass com/copycatsplus/copycats/config/FeatureToggle +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBiomeModifiers ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModBiomeModifiers$$Lambda+0x000001d683a72f90 +instanceKlass net/blay09/mods/balm/api/config/schema/BalmConfigSchema +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents ()V 29 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents$$Lambda+0x000001d683a72688 +instanceKlass net/blay09/mods/balm/api/config/schema/builder/PropertyHolderBuilder +instanceKlass @bci lilypuree/decorative_blocks/registration/DBItems ()V 213 member ; # lilypuree/decorative_blocks/registration/DBItems$$Lambda+0x000001d683a72468 +instanceKlass com/github/L_Ender/cataclysm/init/ModBiomeModifiers +instanceKlass net/blay09/mods/balm/api/network/ConfigReflection +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents$$Lambda+0x000001d683a71e50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModRecipeTypes ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModRecipeTypes$$Lambda+0x000001d683a701f8 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/KeyBindEvents +instanceKlass com/blocklegend001/onlyhammersandexcavators/datagen/DataGenerators +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModRecipeTypes ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModRecipeTypes$$Lambda+0x000001d683a65848 +instanceKlass io/github/razordevs/deep_aether/event/DAClientModBusEvents +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 223 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a65430 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 317 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a65218 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 397 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a65000 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 65 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a67d68 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 207 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a67b50 +instanceKlass com/github/L_Ender/cataclysm/init/ModRecipeTypes +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 301 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a67738 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 378 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a67520 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$5 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a67308 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 185 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a670f0 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 48 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a66ec8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 285 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a66cb0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 359 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a66a98 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 57 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a66668 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 332 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a66880 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 163 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a66450 +instanceKlass @bci net/blay09/mods/waystones/config/WaystonesConfig initialize ()V 5 argL0 ; # net/blay09/mods/waystones/config/WaystonesConfig$$Lambda+0x000001d683a66218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModRecipeSerializers ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModRecipeSerializers$$Lambda+0x000001d683a66000 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 147 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6fc40 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 340 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a6fa28 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 269 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a6f810 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$4 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a6f5f8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 131 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6ef88 +instanceKlass com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe$Serializer +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 49 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a6eb40 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 253 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a6e6d8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 321 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a6e4c0 +instanceKlass net/blay09/mods/balm/api/network/SyncConfigMessage +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 115 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6e2a8 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$3 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a6de40 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 237 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a6dc28 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 302 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a6da10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 99 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6d7f8 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 41 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a6d5e0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 83 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6d168 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 37 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a6cf40 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 221 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a6cd28 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 283 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a6cb10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 67 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a6c400 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$2 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a6bfe8 +instanceKlass net/mehvahdjukaar/moonlight/api/integration/HardcodedBlockTypes +instanceKlass @bci lilypuree/decorative_blocks/registration/DBItems registerBlockItem (Ljava/lang/String;Llilypuree/decorative_blocks/registration/BlockWrapper;)Llilypuree/decorative_blocks/registration/ItemWrapper; 2 member ; # lilypuree/decorative_blocks/registration/DBItems$$Lambda+0x000001d683a6bdc8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 264 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a6b950 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModRecipeSerializers ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModRecipeSerializers$$Lambda+0x000001d683a63c70 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 205 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a63a58 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 51 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a635c0 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 33 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a633a8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 245 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a62d08 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 35 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a62848 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 189 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a62630 +instanceKlass com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe$Serializer +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a62178 +instanceKlass lilypuree/decorative_blocks/registration/DBItems +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents$$Lambda+0x000001d683a61d60 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 226 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a61b48 +instanceKlass net/spell_engine/rpg_series/RPGSeriesCore +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 173 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a61730 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 207 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a61518 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a612d8 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/ClientEvents +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 157 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a60ec8 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a60c88 +instanceKlass net/mehvahdjukaar/moonlight/api/set/leaves/VanillaLeavesTypes +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 188 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a60668 +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 158 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a60430 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 141 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a60218 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 169 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a60000 +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 134 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a5dc58 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl lambda$copycat$7 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a5da18 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 180 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5d800 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 125 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a5fcd0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 677 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683a5f7a0 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 110 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a5f358 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 150 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a5f140 +instanceKlass @bci com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl copycat ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl$$Lambda+0x000001d683a5eeb8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 164 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5eca0 +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 26 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a5ea78 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 109 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a5e860 +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 93 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a5e628 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 142 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5e410 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 131 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a5e1f8 +instanceKlass net/blay09/mods/balm/api/config/BalmConfigData +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 93 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a5bac0 +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 49 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a5b888 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 120 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5b670 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 649 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683a5b450 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 112 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a5b238 +instanceKlass com/copycatsplus/copycats/neoforge/CCBuilderTransformersImpl +instanceKlass @bci net/spell_engine/api/spell/ExternalSpellSchools init ()V 32 argL0 ; # net/spell_engine/api/spell/ExternalSpellSchools$$Lambda+0x000001d683a5ae00 +instanceKlass net/blay09/mods/waystones/config/WaystonesConfig +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 77 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a5a9e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 98 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5a7d0 +instanceKlass com/github/L_Ender/cataclysm/init/ModRecipeSerializers +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 93 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a5a3b8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 76 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a5a1a0 +instanceKlass @bci net/spell_engine/SpellEngineMod init ()V 70 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d683a59f88 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 61 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a59d70 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1343 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a59938 +instanceKlass net/mehvahdjukaar/moonlight/core/CommonConfigs +instanceKlass @bci com/faboslav/friendsandfoes/common/FriendsAndFoes init ()V 15 argL0 ; # com/faboslav/friendsandfoes/common/FriendsAndFoes$$Lambda+0x000001d683a59710 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 621 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683a594f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d683a592d8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 74 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a590c0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 54 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a58ea8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 45 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a58c90 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1332 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a58a58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d683a58638 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 32 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a58420 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 55 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a58000 +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$2 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents$$Lambda+0x000001d683a3dc80 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 29 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a3d850 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 36 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d683a3da68 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 593 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683a3d630 +instanceKlass com/copycatsplus/copycats/CCBuilderTransformers +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d683a3d218 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/item/ModItems ()V 13 argL0 ; # com/blocklegend001/onlyhammersandexcavators/item/ModItems$$Lambda+0x000001d683a3d000 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1321 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6826bd000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModAttribute ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModAttribute$$Lambda+0x000001d6826be478 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 118 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d6826be218 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDItems ()V 17 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDItems$$Lambda+0x000001d6826be000 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 315 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a57a90 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/modcompat/CuriosCompat ()V 7 argL0 ; # com/faboslav/friendsandfoes/neoforge/modcompat/CuriosCompat$$Lambda+0x000001d683a57868 +instanceKlass net/spell_engine/api/spell/event/SpellEvents$SpellCastEvent +instanceKlass com/faboslav/friendsandfoes/common/events/base/EventHandler +instanceKlass net/spell_engine/api/event/Event +instanceKlass com/github/L_Ender/cataclysm/init/ModAttribute +instanceKlass lilypuree/decorative_blocks/registration/DBNames +instanceKlass net/ramixin/mixson/inline/Mixson$ClientModEvents +instanceKlass net/spell_engine/api/event/StagedEvent +instanceKlass dev/latvian/mods/kubejs/recipe/viewer/RecipeViewerEntryType +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$3 +instanceKlass net/spell_engine/api/spell/event/SpellEvents +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/RecipeViewerEvents +instanceKlass com/faboslav/friendsandfoes/neoforge/modcompat/CuriosCompat +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 298 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a47cb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1752 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a47aa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1735 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a47888 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1718 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a47670 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1701 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3bcd8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1684 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3bac0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1667 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3b8a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1650 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3b690 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1633 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3b478 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1616 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3b260 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1599 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3b048 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1582 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3ae30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1565 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3ac18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1548 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3aa00 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 306 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a3a7e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1531 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3a5d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1514 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a3a1a0 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 295 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a3a3b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1497 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a39f88 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 283 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a39d70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1480 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a39b58 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 271 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a39940 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1463 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a39728 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 259 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a39510 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1446 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a392f8 +instanceKlass @bci lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes ()V 69 argL0 ; # lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes$$Lambda+0x000001d683a38ee0 +instanceKlass @bci org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking registerGlobalReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/fabricmc/fabric/api/networking/v1/ServerPlayNetworking$PlayPayloadHandler;)Z 29 argL0 ; # org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking$$Lambda+0x000001d683a38cb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1429 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a38aa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1412 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a38888 +instanceKlass @bci org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking registerGlobalReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/fabricmc/fabric/api/networking/v1/ServerPlayNetworking$PlayPayloadHandler;)Z 24 argL0 ; # org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking$$Lambda+0x000001d683a38650 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1310 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a38418 +instanceKlass io/github/razordevs/deep_aether/event/DAGeneralEvents +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 299 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a38000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1395 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a30c00 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/PlatformCompat setupPlatformModCompat ()V 7 argL0 ; # com/faboslav/friendsandfoes/neoforge/platform/PlatformCompat$$Lambda+0x000001d683a33b50 +instanceKlass net/ramixin/mixson/debug/MixsonCommand +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1378 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a37c90 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 277 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a37a78 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1299 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a37850 +instanceKlass com/blocklegend001/onlyhammersandexcavators/item/ModItems +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1361 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a37438 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 255 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a37220 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1286 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a36368 +instanceKlass com/faboslav/friendsandfoes/neoforge/platform/EntitySerializers +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1344 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a35f38 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 233 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a35d20 +instanceKlass com/cerbon/bosses_of_mass_destruction/item/BMDItems +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1327 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a34a68 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 211 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a34850 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 98 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a34610 +instanceKlass com/faboslav/friendsandfoes/common/platform/EntitySerializers +instanceKlass org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking +instanceKlass @bci net/ramixin/mixson/inline/Mixson (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 16 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d683a34000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1310 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2fd10 +instanceKlass com/faboslav/friendsandfoes/neoforge/platform/BiomeModifications +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 189 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2faf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1293 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2f6c8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 167 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2f4b0 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 225 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a2f298 +instanceKlass com/blocklegend001/onlyhammersandexcavators/event/ModEventsHammer +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1272 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2ee70 +instanceKlass com/faboslav/friendsandfoes/common/platform/BiomeModifications +instanceKlass com/copycatsplus/copycats/datagen/CCBlockStateGen +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1276 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2e860 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 142 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2e648 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes ()V 23 argL0 ; # com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes$$Lambda+0x000001d683a2e430 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 206 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a2e218 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1259 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2dff0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1259 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2ddd8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 123 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2dbc0 +instanceKlass @bci com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes ()V 5 argL0 ; # com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes$$Lambda+0x000001d683a2d9a8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1246 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2d780 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 187 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a2d568 +instanceKlass @bci com/simibubi/create/foundation/data/TagGen pickaxeOnly ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/foundation/data/TagGen$$Lambda+0x000001d683a2d308 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1242 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2d0f0 +instanceKlass @bci lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes ()V 49 argL0 ; # lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes$$Lambda+0x000001d683a2cec8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 104 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2ccb0 +instanceKlass @bci net/ramixin/mixson/util/MixsonUtil loadATPMixsonEntries (Ljava/lang/String;Ljava/lang/Runnable;)V 5 member ; # net/ramixin/mixson/util/MixsonUtil$$Lambda+0x000001d683a2ca80 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1233 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2c858 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes ()V 34 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes$$Lambda+0x000001d683a2c640 +instanceKlass com/blocklegend001/onlyhammersandexcavators/event/ModEventsExcavator +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayNetworking +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 168 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a2c028 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1225 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2be10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 88 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2bbf8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 281 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a2b9e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1220 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2b7b8 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes$$Lambda+0x000001d683a2b3b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1208 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2b198 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 72 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2af80 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 149 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a2ad68 +instanceKlass net/ramixin/mixson/util/MixsonUtil +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1207 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a2a708 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1191 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a2a4f0 +instanceKlass com/faboslav/friendsandfoes/common/init/FriendsAndFoesStructureProcessorTypes +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 56 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a2a0d8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 130 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a21cf0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1194 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a21ac8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 40 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a218b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1174 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a21698 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1181 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a21470 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 111 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a21258 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents ()V 24 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents$$Lambda+0x000001d683a23c60 +instanceKlass com/faboslav/friendsandfoes/neoforge/platform/ProcessorTypes +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1157 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a23830 +instanceKlass com/blocklegend001/onlyhammersandexcavators/ModConfigs +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1168 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a22000 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 92 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a27ca8 +instanceKlass @bci com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators ()V 16 argL0 ; # com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators$$Lambda+0x000001d683a27a90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1140 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a27878 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks lambda$static$1 ()Ljava/util/function/Supplier; 0 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a27398 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/PlayerEvents +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1155 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a26c50 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 247 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d683a26778 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 73 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a26560 +instanceKlass com/faboslav/friendsandfoes/common/platform/ProcessorTypes +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1123 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a26150 +instanceKlass @bci net/ramixin/mixson/inline/Mixson (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 argL0 ; # net/ramixin/mixson/inline/Mixson$$Lambda+0x000001d683a25f38 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 65 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a259c0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1142 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a25798 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayNetworking$Context +instanceKlass io/github/razordevs/deep_aether/init/DAEntityRenderers +instanceKlass com/faboslav/friendsandfoes/neoforge/platform/PlatformHelper +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1106 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a24f70 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 54 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a24d58 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 58 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a24b40 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 57 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a24638 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1129 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a24410 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 146 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a241f8 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayNetworking$PlayPayloadHandler +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1089 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a1fd38 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 35 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a1fb20 +instanceKlass com/faboslav/friendsandfoes/common/platform/PlatformHelper +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 53 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a1f710 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 121 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a1f4f8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1116 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a1f2d0 +instanceKlass @bci net/spell_engine/network/Packets$AttackAvailable ()V 28 argL0 ; # net/spell_engine/network/Packets$AttackAvailable$$Lambda+0x000001d683a1f0b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1072 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a1eea0 +instanceKlass @bci com/faboslav/friendsandfoes/common/platform/PlatformHooks load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/faboslav/friendsandfoes/common/platform/PlatformHooks$$Lambda+0x000001d683a1ec80 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/block/BMDBlocks ()V 16 argL0 ; # com/cerbon/bosses_of_mass_destruction/block/BMDBlocks$$Lambda+0x000001d683a1e638 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 48 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a1ea68 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 96 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a1e850 +instanceKlass @bci net/spell_engine/network/Packets$AttackAvailable ()V 23 argL0 ; # net/spell_engine/network/Packets$AttackAvailable$$Lambda+0x000001d683a1e420 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 49 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a1e1e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1103 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a1dfb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1055 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a1dda0 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 35 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a1db88 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 74 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a1d970 +instanceKlass com/faboslav/friendsandfoes/common/modcompat/ModCompat +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 41 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d683a1d518 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1084 member ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a19980 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1038 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a19768 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 30 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a19550 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 49 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a18218 +instanceKlass com/faboslav/friendsandfoes/neoforge/platform/PlatformCompat +instanceKlass net/gazebo/config/Default +instanceKlass @bci lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes ()V 29 argL0 ; # lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes$$Lambda+0x000001d683a17ad8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1021 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a178c0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1035 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a17698 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 25 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a17480 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents ()V 24 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents$$Lambda+0x000001d683a17268 +instanceKlass com/faboslav/friendsandfoes/common/platform/PlatformCompat +instanceKlass io/github/razordevs/deep_aether/init/DATabs +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1022 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a14e80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 1004 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a14c68 +instanceKlass net/gazebo/GazeboMod +instanceKlass com/faboslav/friendsandfoes/common/platform/PlatformHooks +instanceKlass net/ramixin/mixson/inline/MixsonCodec$1 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 987 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a12678 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/EntityEvents +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 1009 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a12258 +instanceKlass @bci net/spell_engine/network/Packets$SpellContainerSync ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellContainerSync$$Lambda+0x000001d683a111a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 970 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a10f88 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 996 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a0cc48 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 350 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a0ca30 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate accept (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/tterrag/registrate/builders/Builder;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/util/entry/RegistryEntry; 62 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683a0c800 +instanceKlass @bci net/spell_engine/network/Packets$SpellContainerSync ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellContainerSync$$Lambda+0x000001d683a0fd38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 953 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a0fb20 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 983 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a0f8f8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 328 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a0f6e0 +instanceKlass com/faboslav/friendsandfoes/common/modcompat/ModChecker +instanceKlass net/arsenal/neoforge/client/NeoForgeClientMod +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 970 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a0e218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 936 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a0e000 +instanceKlass net/ramixin/mixson/inline/MixsonCodec +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 303 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a0bbc8 +instanceKlass com/tterrag/registrate/util/DebugMarkers +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 957 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a097e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 919 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a095c8 +instanceKlass @bci net/arsenal/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/arsenal/neoforge/NeoForgeMod$$Lambda+0x000001d683a093a0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 281 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a09188 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 944 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a08f60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 902 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f9c30 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 12 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d6839f9a18 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 256 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d6839f9800 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 931 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839fbd70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 885 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fb960 +instanceKlass net/ramixin/mixson/util/ResourceExporter +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 231 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d6839fa8a8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 918 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839fa218 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 7 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d6839fa440 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 868 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fa000 +instanceKlass @bci lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes ()V 9 argL0 ; # lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes$$Lambda+0x000001d683a07db0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 209 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a07b98 +instanceKlass @bci net/spell_engine/network/Packets$SpellAnimation ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellAnimation$$Lambda+0x000001d683a07980 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 851 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a07368 +instanceKlass dev/latvian/mods/rhino/util/RemapForJS +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 905 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a07140 +instanceKlass com/tterrag/registrate/AbstractRegistrate$Registration +instanceKlass com/cerbon/bosses_of_mass_destruction/block/BMDBlocks +instanceKlass net/ramixin/mixson/util/ResourceSerializer +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 187 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a06b30 +instanceKlass @bci net/spell_engine/network/Packets$SpellAnimation ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellAnimation$$Lambda+0x000001d683a06918 +instanceKlass @bci net/ramixin/mixson/inline/MixsonCodecs ()V 2 argL0 ; # net/ramixin/mixson/inline/MixsonCodecs$$Lambda+0x000001d683a06700 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 834 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a064e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 165 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a062d0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 886 member ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683a060a0 +instanceKlass com/faboslav/friendsandfoes/common/tag/FriendsAndFoesTags +instanceKlass net/minecraft/server/packs/resources/Resource +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 817 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a05a30 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 140 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a04958 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 800 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a04500 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 115 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a042e8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 264 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683a040d0 +instanceKlass net/blay09/mods/waystones/api/WaystoneTypes +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f9400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 783 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d683a03cb8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 90 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d683a03aa0 +instanceKlass lilypuree/decorative_blocks/blocks/IWoodenBlock +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f9000 +instanceKlass com/cerbon/cerbons_api/neoforge/registry/NeoForgeRegistryEntry +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 766 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ffbd8 +instanceKlass net/fabricmc/fabric/impl/resource/loader/FabricResource +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 65 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d6839ff9c0 +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder register ()Lcom/tterrag/registrate/util/entry/RegistryEntry; 20 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d6839ff758 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 837 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839ff338 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 749 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ff120 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 40 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d6839fef08 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 825 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839feaa0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f8c00 +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder register ()Lcom/tterrag/registrate/util/entry/RegistryEntry; 14 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d6839fe858 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 732 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fe640 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents ()V 24 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents$$Lambda+0x000001d6839fe428 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f8800 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 813 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839fe200 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 715 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fdfe8 +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/item/BMDCreativeModeTabs ()V 16 argL0 ; # com/cerbon/bosses_of_mass_destruction/item/BMDCreativeModeTabs$$Lambda+0x000001d6839fddd0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f8400 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/BlockEvents +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder tag (Lcom/tterrag/registrate/providers/ProviderType;[Lnet/minecraft/tags/TagKey;)Lcom/tterrag/registrate/builders/AbstractBuilder; 17 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d6839fd990 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 698 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fd778 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 801 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839fd550 +instanceKlass @bci net/spell_engine/network/Packets$ParticleBatches ()V 30 argL0 ; # net/spell_engine/network/Packets$ParticleBatches$$Lambda+0x000001d6839fd338 +instanceKlass com/cerbon/cerbons_api/api/registry/RegistryEntries +instanceKlass net/ramixin/mixson/util/ResourceDeserializer +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 681 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fcd10 +instanceKlass @bci net/spell_engine/network/Packets$ParticleBatches ()V 25 argL0 ; # net/spell_engine/network/Packets$ParticleBatches$$Lambda+0x000001d6839fcaf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 664 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839fc8e0 +instanceKlass @bci com/simibubi/create/foundation/data/TagGen axeOrPickaxe ()Lcom/tterrag/registrate/util/nullness/NonNullFunction; 0 argL0 ; # com/simibubi/create/foundation/data/TagGen$$Lambda+0x000001d6839fc680 +instanceKlass net/ramixin/mixson/inline/MixsonCodecs +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$7 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 647 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f5ca8 +instanceKlass com/cerbon/cerbons_api/api/registry/RegistryEntry +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 348 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839f5898 +instanceKlass com/simibubi/create/foundation/data/TagGen +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 630 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f5480 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f8000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f4c00 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 326 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839f5268 +instanceKlass com/cerbon/cerbons_api/neoforge/registry/NeoForgeResourcefulRegistry +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f4800 +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$6 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 613 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f79b0 +instanceKlass @bci com/faboslav/friendsandfoes/common/config/FriendsAndFoesConfig ()V 16 argL0 ; # com/faboslav/friendsandfoes/common/config/FriendsAndFoesConfig$$Lambda+0x000001d6839f7530 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 304 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839f7318 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 596 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f7100 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6839f4400 +instanceKlass dev/latvian/mods/rhino/util/HideFromJS +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 288 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839f6cf0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 266 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839f6870 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 579 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839f6658 +instanceKlass @bci net/spell_engine/network/Packets$SpellMessage ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellMessage$$Lambda+0x000001d6839f6440 +instanceKlass com/cerbon/cerbons_api/neoforge/platform/NeoForgeMenuTypeHelper +instanceKlass com/faboslav/friendsandfoes/common/config/FriendsAndFoesConfig +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder registerBlockColor ()V 7 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839f3c20 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839f4000 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 789 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839f39f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 562 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ebcf8 +instanceKlass com/cerbon/cerbons_api/platform/services/IMenuTypeHelper +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 777 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839eb8d8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 250 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839eb6c0 +instanceKlass @bci net/spell_engine/network/Packets$SpellMessage ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellMessage$$Lambda+0x000001d6839eb4a8 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lambda$color$13 ()Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839eb288 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6839e9c00 +instanceKlass net/fabricmc/fabric/api/item/v1/CustomDamageHandler +instanceKlass net/arsenal/config/RangedConfigFile +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 225 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839eac70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 545 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839eaa58 +instanceKlass com/faboslav/friendsandfoes/common/FriendsAndFoes +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$5 +instanceKlass net/fabricmc/fabric/api/item/v1/EquipmentSlotProvider +instanceKlass net/arsenal/ArsenalMod +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 247 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6839ea000 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder color (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 11 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839ef9e0 +instanceKlass com/cerbon/cerbons_api/neoforge/platform/NeoForgeCapabilityHelper +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 203 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839ef5a8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e9800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 528 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ef150 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 181 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839eed40 +instanceKlass net/minecraft/world/level/CustomSpawner +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$4 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e9400 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 65 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839ee8b8 +instanceKlass dev/latvian/mods/kubejs/registry/BuilderBase +instanceKlass com/cerbon/cerbons_api/platform/services/ICapabilityHelper +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent$Registrar +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 511 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ed798 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 156 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839ed580 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e9000 +instanceKlass @bci net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter$$Lambda+0x000001d6839ed348 +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/LoaderNeoForge initClient (Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # me/ichun/mods/ichunutil/loader/neoforge/LoaderNeoForge$$Lambda+0x000001d6839ecef0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$20 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839eccd8 +instanceKlass @bci net/spell_engine/network/Packets$SpellCooldownSync ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellCooldownSync$$Lambda+0x000001d6839ecac0 +instanceKlass com/cerbon/cerbons_api/api/registry/ResourcefulRegistry +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 494 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ec6b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e8c00 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 131 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839ec498 +instanceKlass @bci net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter$$Lambda+0x000001d6839ec260 +instanceKlass @bci net/spell_engine/network/Packets$SpellCooldownSync ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellCooldownSync$$Lambda+0x000001d6839e7c38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e8800 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 57 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839e7a20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 477 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839e7808 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 109 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839e75f0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 765 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839e73c8 +instanceKlass @bci net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter$$Lambda+0x000001d6839e7190 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e8400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 460 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839e6f78 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 84 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839e6d60 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$19 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839e6b48 +instanceKlass com/cerbon/cerbons_api/neoforge/platform/NeoForgeRegistryHelper +instanceKlass @bci me/ichun/mods/ichunutil/client/core/ConfigClient registerGuiElementOverrides ()V 7 member ; # me/ichun/mods/ichunutil/client/core/ConfigClient$$Lambda+0x000001d6839e66f8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaultSerializer (Ljava/lang/Class;)V 2 member ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839e6278 +instanceKlass @bci net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter$$Lambda+0x000001d6839e6040 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6839e8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 443 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839e5bd0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 56 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839e59b8 +instanceKlass net/ramixin/mixson/util/ErrorMessageProvider +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 49 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839e5368 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 728 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839e5130 +instanceKlass @bci net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter ()V 0 argL0 ; # net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter$$Lambda+0x000001d6839e4ef8 +instanceKlass com/cerbon/cerbons_api/platform/services/IRegistryHelper +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 426 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839e4388 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 40 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839e4170 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 718 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839dfc50 +instanceKlass me/ichun/mods/ichunutil/client/gui/bns/window/WindowContextMenu$IContextMenu +instanceKlass com/cerbon/cerbons_api/util/Constants +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$18 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839dfa38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 409 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839df620 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents ()V 24 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents$$Lambda+0x000001d6839df408 +instanceKlass net/hunger_tweaks/config/Config +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 392 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839deba0 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 41 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839de988 +instanceKlass @bci com/cerbon/cerbons_api/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/cerbon/cerbons_api/platform/Services$$Lambda+0x000001d6839de768 +instanceKlass @bci net/spell_engine/network/Packets$SpellCooldown ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellCooldown$$Lambda+0x000001d6839dcfc0 +instanceKlass dev/latvian/mods/kubejs/item/ItemStackKey +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/ItemEvents +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 375 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839dc9a8 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder addLayer (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 26 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839dc750 +instanceKlass @bci net/spell_engine/network/Packets$SpellCooldown ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellCooldown$$Lambda+0x000001d6839dc538 +instanceKlass net/hunger_tweaks/HungerTweaksMod +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 708 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839dc100 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 358 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839dbee8 +instanceKlass com/cerbon/cerbons_api/neoforge/platform/NeoForgePlatformHelper +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$17 ()Ljava/util/function/Supplier; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839d8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 341 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839cc400 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/NetworkEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/NetworkEvents$$Lambda+0x000001d6839d7b48 +instanceKlass lilypuree/decorative_blocks/blocks/types/VanillaWoodTypes +instanceKlass @bci toni/lib/TxniLib (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # toni/lib/TxniLib$$Lambda+0x000001d6839d70b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 324 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d72e8 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder lambda$addLayer$3 (Ljava/util/function/Supplier;)Ljava/lang/Runnable; 1 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839d6e98 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/StructureCauldronHack ()V 41 argL0 ; # net/mehvahdjukaar/amendments/common/block/StructureCauldronHack$$Lambda+0x000001d6839d6c68 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 307 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d6a50 +instanceKlass @bci toni/lib/TxniLib (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # toni/lib/TxniLib$$Lambda+0x000001d6839d6820 +instanceKlass com/cerbon/cerbons_api/platform/services/IPlatformHelper +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/NetworkEvents +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 698 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839d5b10 +instanceKlass me/ichun/mods/ichunutil/client/gui/bns/Fragment +instanceKlass me/ichun/mods/ichunutil/client/gui/bns/constraint/Constrainable +instanceKlass com/tterrag/registrate/util/RegistrateDistExecutor +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/StructureCauldronHack ()V 21 argL0 ; # net/mehvahdjukaar/amendments/common/block/StructureCauldronHack$$Lambda+0x000001d6839d5500 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 290 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d52e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 137 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839d4ec8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 273 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d4cb0 +instanceKlass com/cerbon/cerbons_api/platform/Services +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder addLayer (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 4 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839d4890 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/StructureCauldronHack ()V 5 argL0 ; # net/mehvahdjukaar/amendments/common/block/StructureCauldronHack$$Lambda+0x000001d6839d4678 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 480 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839d4460 +instanceKlass @bci net/spell_engine/network/Packets$AttackFxBroadcast ()V 28 argL0 ; # net/spell_engine/network/Packets$AttackFxBroadcast$$Lambda+0x000001d6839d4248 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 75 member ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6839d4018 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 112 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839d3e00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 256 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d3be8 +instanceKlass @bci net/spell_engine/network/Packets$AttackFxBroadcast ()V 23 argL0 ; # net/spell_engine/network/Packets$AttackFxBroadcast$$Lambda+0x000001d6839d39d0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 90 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839d37b8 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 63 member ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6839d3588 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 688 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839d3350 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 239 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d3138 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 33 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839d2f20 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 68 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839d2d08 +instanceKlass me/ichun/mods/ichunutil/client/core/ResourceHelper +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 51 member ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6839d28d8 +instanceKlass com/cerbon/cerbons_api/api/registry/ResourcefulRegistries +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 222 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839d2078 +instanceKlass @bci com/tterrag/registrate/util/nullness/NonNullFunction andThen (Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/util/nullness/NonNullFunction; 7 member ; # com/tterrag/registrate/util/nullness/NonNullFunction$$Lambda+0x000001d6839d1e10 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 46 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839d10d0 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 39 member ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6839d0ea0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 205 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ccc30 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents ()V 24 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents$$Lambda+0x000001d6839cca18 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 230 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6839cc800 +instanceKlass com/cerbon/bosses_of_mass_destruction/item/BMDCreativeModeTabs +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 188 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839cfad0 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod init (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d6839cf8a8 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 25 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839cf620 +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType registryKey (Lnet/minecraft/resources/ResourceKey;Ljava/lang/Class;)Ldev/latvian/mods/kubejs/event/EventTargetType; 9 member ; # dev/latvian/mods/kubejs/event/EventTargetType$$Lambda+0x000001d6839cf400 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 466 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839cf1e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 678 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839cefa8 +instanceKlass @bci net/spell_engine/network/Packets$AttackPerform ()V 28 argL0 ; # net/spell_engine/network/Packets$AttackPerform$$Lambda+0x000001d6839cead0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 171 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ce8b8 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod init (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d6839ce690 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 668 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839ce458 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 17 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839ce218 +instanceKlass net/minecraft/world/InteractionResultHolder +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/LevelEvents +instanceKlass @bci net/spell_engine/network/Packets$AttackPerform ()V 23 argL0 ; # net/spell_engine/network/Packets$AttackPerform$$Lambda+0x000001d6839cabb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 154 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ca9a0 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod$$Lambda+0x000001d6839ca778 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 9 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839ca538 +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 137 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839ca0e8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 348 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c9ed0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 120 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839c97b8 +instanceKlass com/illusivesoulworks/comforts/ComfortsNeoForgeClientMod +instanceKlass net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 320 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c91a0 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder initialProperties (Lcom/tterrag/registrate/util/nullness/NonNullSupplier;)Lcom/tterrag/registrate/builders/BlockBuilder; 2 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839c8f58 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 658 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839c8aa8 +instanceKlass com/jahirtrap/walljump/WallJumpClient +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 103 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839c8890 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 304 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c8678 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/integration/configured/CustomConfigSelectScreen registerConfigScreen (Ljava/lang/String;Ljava/util/function/Function;)V 18 member ; # net/mehvahdjukaar/moonlight/api/integration/configured/CustomConfigSelectScreen$$Lambda+0x000001d6839c8000 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers lambda$copycat$22 (Lcom/tterrag/registrate/builders/BlockBuilder;)Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839b5c80 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 288 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839b5800 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 648 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839c7d20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 86 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839c7b08 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsCommonMod initConfig ()V 13 argL0 ; # com/illusivesoulworks/comforts/ComfortsCommonMod$$Lambda+0x000001d6839c78e0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 450 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839c7460 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 272 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c7248 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 643 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839c7030 +instanceKlass @bci com/jahirtrap/walljump/network/PacketHandler init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/jahirtrap/walljump/network/PacketHandler$$Lambda+0x000001d6839c6e08 +instanceKlass com/simibubi/create/foundation/data/SharedProperties +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 69 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839c69f0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 256 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c5dc8 +instanceKlass @bci net/spell_engine/network/Packets$SpellRequest ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellRequest$$Lambda+0x000001d6839c5bb0 +instanceKlass com/illusivesoulworks/spectrelib/SpectreConstants +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers copycat ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/simibubi/create/foundation/data/BuilderTransformers$$Lambda+0x000001d6839c45d0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 240 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839c43b8 +instanceKlass @bci net/spell_engine/network/Packets$SpellRequest ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellRequest$$Lambda+0x000001d6839bfd10 +instanceKlass com/jahirtrap/walljump/network/PacketHandler +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 52 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839bf8f8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 224 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839bf6e0 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigTracker track (Lcom/illusivesoulworks/spectrelib/config/SpectreConfig;)V 154 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$$Lambda+0x000001d6839bf4a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 35 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839bf290 +instanceKlass io/github/razordevs/deep_aether/item/gear/ArmorAbilityListener +instanceKlass net/blay09/mods/waystones/requirement/RefuseRequirement +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 199 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839be9c0 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigTracker track (Lcom/illusivesoulworks/spectrelib/config/SpectreConfig;)V 139 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$$Lambda+0x000001d6839be548 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntities ()V 18 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntities$$Lambda+0x000001d6839be330 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 174 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839be118 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 435 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839bdc80 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 149 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839bda68 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigTracker +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonArray$EntryIterator +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 133 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839bd0a8 +instanceKlass com/github/L_Ender/cataclysm/init/ModEntities +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 624 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839bbd30 +instanceKlass com/mrcrayfish/configured/api/IConfigValue +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 342 member ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839b7c28 +instanceKlass @bci dev/latvian/mods/kubejs/server/tag/TagKubeEvent ()V 0 argL0 ; # dev/latvian/mods/kubejs/server/tag/TagKubeEvent$$Lambda+0x000001d6839b7a10 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 619 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839b77f8 +instanceKlass dev/latvian/mods/kubejs/event/EventHandlerContainer +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 325 member ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839b73a0 +instanceKlass @bci net/spell_engine/network/Packets$SpellCastSync ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellCastSync$$Lambda+0x000001d6839b3cf8 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 227 argL0 ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839b3ac0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 419 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839b38a0 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 97 argL0 ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839b24c8 +instanceKlass @bci net/spell_engine/network/Packets$SpellCastSync ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellCastSync$$Lambda+0x000001d6839b22b0 +instanceKlass dev/latvian/mods/kubejs/event/EventExceptionHandler +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$1 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig textField (Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;Ljava/util/function/Function;Ljava/util/regex/Pattern;DDZ)V 22 member ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839aca50 +instanceKlass io/github/razordevs/deep_aether/item/gear/DaAbilityListener +instanceKlass dev/latvian/mods/kubejs/server/tag/TagKubeEvent +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 181 argL0 ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839ad668 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 224 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839ad450 +instanceKlass net/blay09/mods/waystones/requirement/DismountRequirement +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$CollapsibleObject +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 208 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839ab908 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 600 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839ab4d0 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 285 member ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839ab6e8 +instanceKlass net/minecraft/client/gui/components/Button$CreateNarration +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 403 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839ab0b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 192 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839aaea0 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/GeneralConfig +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 595 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839aa848 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig initClient (Ljava/lang/String;Ljava/lang/reflect/Field;Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;)V 270 argL0 ; # com/jahirtrap/configlib/TXFConfig$$Lambda+0x000001d6839aa610 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 176 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839aa3f8 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 388 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839aa1d8 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfig +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 581 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a9d58 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/VoidBlossomConfig +instanceKlass com/jahirtrap/configlib/TXFConfig$Hidden +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 160 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a9540 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 576 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a9328 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 105 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a9110 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 373 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839a8ef0 +instanceKlass com/jahirtrap/configlib/TXFConfig$Server +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 144 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a7a38 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 562 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a7820 +instanceKlass io/github/razordevs/deep_aether/item/gear/ToolAbilityListener +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 89 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a7408 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/GauntletConfig +instanceKlass com/mrcrayfish/configured/api/IConfigEntry +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 128 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a6df8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 557 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a6be0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 359 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d6839a69c0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 73 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a67a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 112 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a6590 +instanceKlass com/mrcrayfish/configured/impl/neoforge/NeoForgeConfig +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 543 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a5db8 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/ObsidilithConfig +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 57 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a4828 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 96 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a4610 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 538 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a41f0 +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 282 argL0 ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d6839a3fc8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 35 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a3b38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 80 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a3098 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/LichConfig$SummonMechanic +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigLoader +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents$$Lambda+0x000001d6839a2998 +instanceKlass io/github/razordevs/deep_aether/init/DARecipeCategories +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a2580 +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/LichConfig$Comet +instanceKlass com/jahirtrap/configlib/TXFConfig$Comment +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a1f70 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsConfig ()V 43 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsConfig$$Lambda+0x000001d6839a1d38 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/ServerEvents +instanceKlass com/jahirtrap/configlib/TXFConfig$Entry +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/LichConfig$Missile +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a1528 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 524 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a1310 +instanceKlass com/illusivesoulworks/comforts/common/ComfortsConfig$Common +instanceKlass com/mrcrayfish/configured/api/IModConfig +instanceKlass @bci io/github/razordevs/deep_aether/DeepAetherConfig ()V 79 argL0 ; # io/github/razordevs/deep_aether/DeepAetherConfig$$Lambda+0x000001d6839a0cd8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 519 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a0ac0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModTileentites ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModTileentites$$Lambda+0x000001d6839a08a8 +instanceKlass io/github/razordevs/deep_aether/DeepAetherConfig$Client +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 505 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839a0488 +instanceKlass com/github/L_Ender/cataclysm/init/ModTileentites +instanceKlass com/jahirtrap/configlib/TXFConfig$EntryInfo +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 500 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68399fdb8 +instanceKlass net/blay09/mods/waystones/requirement/ItemRequirement +instanceKlass com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructureProcessor ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructureProcessor$$Lambda+0x000001d68399f998 +instanceKlass com/github/L_Ender/cataclysm/init/ModStructureProcessor +instanceKlass com/cerbon/bosses_of_mass_destruction/config/mob/LichConfig +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 143 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d683997d78 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 70 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683997b40 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents ()V 67 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents$$Lambda+0x000001d683997928 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 65 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d6839976f0 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 54 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683996d48 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 49 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683996b10 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 486 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839968f8 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder build ()Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec; 72 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d6839966c8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 481 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839964b0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 344 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683996290 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 39 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683996058 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder build ()Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec; 36 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683995e28 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 468 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839959d0 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 34 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683995798 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder build ()Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec; 19 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683995548 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 463 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683995330 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineListAllowEmpty (Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$ConfigValue; 18 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d6839950e0 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonRegisterPayload ()V 26 argL0 ; # net/neoforged/neoforge/network/payload/CommonRegisterPayload$$Lambda+0x000001d683994ea8 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsConfig$Server (Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder;)V 310 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsConfig$Server$$Lambda+0x000001d683994a28 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 450 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683994810 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents ()V 45 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents$$Lambda+0x000001d6839945f8 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsConfig$Server (Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder;)V 305 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsConfig$Server$$Lambda+0x000001d6839943e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 445 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839941c8 +instanceKlass @bci io/github/razordevs/deep_aether/DeepAetherConfig ()V 43 argL0 ; # io/github/razordevs/deep_aether/DeepAetherConfig$$Lambda+0x000001d683993d50 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents ()V 29 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents$$Lambda+0x000001d683993b38 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 432 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683993920 +instanceKlass @bci com/mrcrayfish/configured/client/screen/ConfigScreen ()V 0 argL0 ; # com/mrcrayfish/configured/client/screen/ConfigScreen$$Lambda+0x000001d683993690 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 330 member ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683992100 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 213 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d68397bc60 +instanceKlass com/jahirtrap/configlib/TXFConfig$HiddenAnnotationExclusionStrategy +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 427 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397ba48 +instanceKlass io/github/razordevs/deep_aether/DeepAetherConfig$Common +instanceKlass dev/latvian/mods/rhino/ScriptableObject$Slot +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineInRange (Ljava/util/List;III)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$IntValue; 3 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d68397b1c8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 414 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397acf0 +instanceKlass dev/latvian/mods/rhino/EmbeddedSlotMap +instanceKlass @bci com/cerbon/bosses_of_mass_destruction/BossesOfMassDestruction init ()V 2 argL0 ; # com/cerbon/bosses_of_mass_destruction/BossesOfMassDestruction$$Lambda+0x000001d68397aad8 +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonVersionPayload ()V 39 argL0 ; # net/neoforged/neoforge/network/payload/CommonVersionPayload$$Lambda+0x000001d68397a450 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 409 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397a238 +instanceKlass @bci io/github/razordevs/deep_aether/DeepAetherConfig ()V 7 argL0 ; # io/github/razordevs/deep_aether/DeepAetherConfig$$Lambda+0x000001d68397a000 +instanceKlass com/simibubi/create/content/decoration/encasing/EncasedBlock +instanceKlass com/cerbon/bosses_of_mass_destruction/config/BMDConfig +instanceKlass @bci net/neoforged/neoforge/network/payload/CommonVersionPayload ()V 34 argL0 ; # net/neoforged/neoforge/network/payload/CommonVersionPayload$$Lambda+0x000001d68398e848 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 396 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68398e630 +instanceKlass io/github/razordevs/deep_aether/DeepAetherConfig$Server +instanceKlass com/simibubi/create/content/kinetics/simpleRelays/ICogWheel +instanceKlass com/simibubi/create/content/kinetics/base/IRotate +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 391 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68398d0b0 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/util/function/Supplier;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;Ljava/lang/Class;)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$EnumValue; 42 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d68398c5a8 +instanceKlass com/cerbon/bosses_of_mass_destruction/BossesOfMassDestruction +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$EnumValue; 3 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683987cc0 +instanceKlass net/blay09/mods/waystones/requirement/SoftCooldownRequirement +instanceKlass io/github/razordevs/deep_aether/DeepAetherConfig +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 243 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683987620 +instanceKlass com/jahirtrap/configlib/TXFConfig +instanceKlass dev/latvian/mods/rhino/SlotMapContainer +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/Collection;)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$EnumValue; 8 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683986420 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 210 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683986208 +instanceKlass com/simibubi/create/foundation/data/BuilderTransformers +instanceKlass io/github/razordevs/deep_aether/init/DAWoodTypes +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 177 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d683985bf0 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload ()V 42 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload$$Lambda+0x000001d6839859b8 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DADataComponentTypes ()V 48 argL0 ; # io/github/razordevs/deep_aether/item/component/DADataComponentTypes$$Lambda+0x000001d68397faf0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 139 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d68397f8d8 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload ()V 37 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload$$Lambda+0x000001d68397f6a0 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Range +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DADataComponentTypes ()V 32 argL0 ; # io/github/razordevs/deep_aether/item/component/DADataComponentTypes$$Lambda+0x000001d68397f1d8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 378 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397efc0 +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 98 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d68397eda8 +instanceKlass dev/latvian/mods/rhino/SlotMap +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload ()V 23 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload$$Lambda+0x000001d68397df60 +instanceKlass @bci com/farsight/FarsightMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # com/farsight/FarsightMod$$Lambda+0x000001d68397dd30 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 373 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397d108 +instanceKlass @bci io/github/razordevs/deep_aether/item/component/DADataComponentTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/item/component/DADataComponentTypes$$Lambda+0x000001d68397ceb8 +instanceKlass com/chaosthedude/explorerscompass/client/ExplorersCompassClient +instanceKlass @bci lilypuree/decorative_blocks/registration/DBBlocks ()V 55 argL0 ; # lilypuree/decorative_blocks/registration/DBBlocks$$Lambda+0x000001d68397caa0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 360 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397c888 +instanceKlass @bci com/farsight/FarsightMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/farsight/FarsightMod$$Lambda+0x000001d68397c418 +instanceKlass io/github/razordevs/deep_aether/item/component/DADataComponentTypes +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 355 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68397c000 +instanceKlass dev/latvian/mods/kubejs/event/IEventHandler +instanceKlass lilypuree/decorative_blocks/registration/DBBlocks +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 31 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModuleNeoForge$$Lambda+0x000001d6839779e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 342 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839777c8 +instanceKlass dev/latvian/mods/rhino/ScriptableObject$KeyComparator +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 337 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839770b8 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 18 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModuleNeoForge$$Lambda+0x000001d683976e90 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkPayload ()V 31 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkPayload$$Lambda+0x000001d683976c58 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/processor/DAStructureProcessor ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/structure/processor/DAStructureProcessor$$Lambda+0x000001d683976a40 +instanceKlass com/chaosthedude/explorerscompass/registry/ExplorersCompassRegistry +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkPayload ()V 26 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkPayload$$Lambda+0x000001d683976608 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 324 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839763f0 +instanceKlass io/github/razordevs/deep_aether/world/structure/processor/DAStructureProcessor +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder defineInRange (Ljava/util/List;DDD)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$DoubleValue; 3 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683975fd8 +instanceKlass @bci dev/latvian/mods/rhino/ScriptableObject ()V 16 argL0 ; # dev/latvian/mods/rhino/ScriptableObject$$Lambda+0x000001d683975d80 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 319 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683975b68 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 40 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d683975930 +instanceKlass dev/latvian/mods/rhino/WrappedExecutable +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder define (Ljava/util/List;Ljava/util/function/Supplier;)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$BooleanValue; 8 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d6839754f0 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/config/ConfigGeneralNeoForge +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials ()V 48 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d6839750d0 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 35 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d683974e98 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials ()V 32 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d683974888 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 196 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683970d48 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkChannel ()V 16 argL0 ; # net/neoforged/neoforge/network/registration/NetworkChannel$$Lambda+0x000001d683970b20 +instanceKlass @bci io/github/razordevs/deep_aether/item/gear/DAArmorMaterials ()V 16 argL0 ; # io/github/razordevs/deep_aether/item/gear/DAArmorMaterials$$Lambda+0x000001d683970468 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$ConfigValue +instanceKlass com/chaosthedude/explorerscompass/config/ConfigHandler$Client +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/config/BDTConfigNeoForge +instanceKlass dev/latvian/mods/rhino/UniqueTag +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkChannel ()V 11 argL0 ; # net/neoforged/neoforge/network/registration/NetworkChannel$$Lambda+0x000001d68396f950 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 193 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d68396f738 +instanceKlass io/github/razordevs/deep_aether/item/gear/DAArmorMaterials +instanceKlass com/mrcrayfish/configured/client/screen/IEditing +instanceKlass com/chaosthedude/explorerscompass/config/ConfigHandler$General +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 306 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68396ef20 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 171 member ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d68396ed00 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkChannel ()V 3 argL0 ; # net/neoforged/neoforge/network/registration/NetworkChannel$$Lambda+0x000001d68396eac8 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 301 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68396ad60 +instanceKlass com/chaosthedude/explorerscompass/config/ConfigHandler +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 148 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d68396a948 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 288 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68396a730 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder define (Ljava/util/List;Z)Lcom/illusivesoulworks/spectrelib/config/SpectreConfigSpec$BooleanValue; 3 member ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d68396a310 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/world/ItemFrameChances +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 283 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683969ee0 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 126 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d6839695c8 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes ()V 26 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes$$Lambda+0x000001d6839693b0 +instanceKlass @bci com/chaosthedude/explorerscompass/ExplorersCompass (Lnet/neoforged/fml/ModContainer;)V 39 member ; # com/chaosthedude/explorerscompass/ExplorersCompass$$Lambda+0x000001d683968f28 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 97 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d683968d10 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsConfig ()V 7 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsConfig$$Lambda+0x000001d683968ad8 +instanceKlass net/blay09/mods/waystones/requirement/CooldownRequirement +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 18 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d6839683e0 +instanceKlass @bci com/chaosthedude/explorerscompass/ExplorersCompass (Lnet/neoforged/fml/ModContainer;)V 24 member ; # com/chaosthedude/explorerscompass/ExplorersCompass$$Lambda+0x000001d68395d498 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 92 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d68395d6c8 +instanceKlass com/illusivesoulworks/comforts/common/ComfortsConfig$Server +instanceKlass @bci com/chaosthedude/explorerscompass/ExplorersCompass (Lnet/neoforged/fml/ModContainer;)V 9 member ; # com/chaosthedude/explorerscompass/ExplorersCompass$$Lambda+0x000001d6839677e8 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 87 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d6839675d0 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 10 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d6839673b8 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 82 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d68395fb38 +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 5 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d68395f920 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes register (Ljava/lang/String;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;)Lnet/neoforged/neoforge/registries/DeferredHolder; 11 member ; # io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes$$Lambda+0x000001d68395f700 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$BuilderContext +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/world/ArmorStandChances +instanceKlass @bci net/neoforged/neoforge/network/registration/NetworkPayloadSetup ()V 0 argL0 ; # net/neoforged/neoforge/network/registration/NetworkPayloadSetup$$Lambda+0x000001d68395ec10 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes ()V 13 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes$$Lambda+0x000001d68395e9f8 +instanceKlass dev/latvian/mods/rhino/Symbol +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 270 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68395e3e0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 265 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68395b8b0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 252 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839579b0 +instanceKlass dev/latvian/mods/rhino/CachedMemberInfo +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 247 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683956678 +instanceKlass @bci lilypuree/decorative_blocks/platform/NeoForgePlatformHelper register (Lnet/minecraft/core/Registry;Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 4 argL0 ; # lilypuree/decorative_blocks/platform/NeoForgePlatformHelper$$Lambda+0x000001d683956440 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModuleNeoForge +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 234 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683956028 +instanceKlass @bci com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder ()V 5 argL0 ; # com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder$$Lambda+0x000001d683955e10 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 229 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683955bf8 +instanceKlass @bci lilypuree/decorative_blocks/registration/Registration ()V 28 argL0 ; # lilypuree/decorative_blocks/registration/Registration$$Lambda+0x000001d6839559e0 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 216 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683955328 +instanceKlass com/leclowndu93150/particular/Main$ClientEvents +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 211 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683954790 +instanceKlass io/github/razordevs/deep_aether/world/structure/DAStructurePieceTypes +instanceKlass lilypuree/decorative_blocks/Constants +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 198 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683953d98 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/NeoForgeProcessorProvider +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 60 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d683953920 +instanceKlass @bci lilypuree/decorative_blocks/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # lilypuree/decorative_blocks/platform/Services$$Lambda+0x000001d683953700 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 193 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d6839534e8 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructureTypes ()V 32 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructureTypes$$Lambda+0x000001d6839532d0 +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder lang (Lcom/tterrag/registrate/util/nullness/NonNullFunction;Lcom/tterrag/registrate/util/nullness/NonNullBiFunction;)Lcom/tterrag/registrate/builders/AbstractBuilder; 6 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d683953088 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 55 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d683952e50 +instanceKlass @bci io/github/razordevs/deep_aether/world/structure/DAStructureTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/structure/DAStructureTypes$$Lambda+0x000001d683952c38 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 180 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683952a20 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/IProcessorProvider +instanceKlass com/mrcrayfish/configured/client/screen/ILabelProvider +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 175 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683951778 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent ()V 37 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent$$Lambda+0x000001d683951530 +instanceKlass @bci com/leclowndu93150/particular/Main (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 44 argL0 ; # com/leclowndu93150/particular/Main$$Lambda+0x000001d683951308 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/NeoForgeModulesLoader +instanceKlass @bci com/tterrag/registrate/builders/AbstractBuilder lang (Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/AbstractBuilder; 3 member ; # com/tterrag/registrate/builders/AbstractBuilder$$Lambda+0x000001d683950850 +instanceKlass io/github/razordevs/deep_aether/world/structure/DAStructureTypes +instanceKlass @bci com/leclowndu93150/particular/Main (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 33 member ; # com/leclowndu93150/particular/Main$$Lambda+0x000001d683941ca8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 130 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d683941898 +instanceKlass dev/latvian/mods/rhino/util/DataObject +instanceKlass net/blay09/mods/waystones/requirement/ExperiencePointsRequirement +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/IModulesLoader +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent ()V 32 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent$$Lambda+0x000001d6839411f8 +instanceKlass com/tterrag/registrate/util/nullness/NonNullBiFunction +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder defaultLang ()Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6839439a0 +instanceKlass @bci com/leclowndu93150/particular/Particles registerParticle (Ljava/lang/String;Z)Ljava/util/function/Supplier; 5 member ; # com/leclowndu93150/particular/Particles$$Lambda+0x000001d683943788 +instanceKlass @bci io/github/razordevs/deep_aether/world/placementmodifier/DAPlacementModifiers ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/placementmodifier/DAPlacementModifiers$$Lambda+0x000001d683943570 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent ()V 24 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent$$Lambda+0x000001d683942f58 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterdeserttemples/services/Services$$Lambda+0x000001d68394fd60 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder loot (Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;)Lcom/tterrag/registrate/builders/BlockBuilder; 5 member ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d68394f920 +instanceKlass lilypuree/decorative_blocks/fluid/ThatchBlock +instanceKlass io/github/razordevs/deep_aether/world/placementmodifier/DAPlacementModifiers +instanceKlass com/leclowndu93150/particular/Particles +instanceKlass net/neoforged/neoforge/network/codec/NeoForgeStreamCodecs$3 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/NeoForgePlatformHelper +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAAttachments ()V 32 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAAttachments$$Lambda+0x000001d68394e6d8 +instanceKlass lilypuree/decorative_blocks/platform/NeoForgePlatformHelper +instanceKlass @bci com/leclowndu93150/particular/ParticularConfig register (Lnet/neoforged/fml/ModContainer;)V 22 argL0 ; # com/leclowndu93150/particular/ParticularConfig$$Lambda+0x000001d68394dd28 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder defaultLoot ()Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d68394dae8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 117 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68394d8d0 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$ValueSpec +instanceKlass @bci io/github/razordevs/deep_aether/networking/attachment/DAAttachments ()V 16 argL0 ; # io/github/razordevs/deep_aether/networking/attachment/DAAttachments$$Lambda+0x000001d68394d470 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 162 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68394d258 +instanceKlass @bci com/leclowndu93150/particular/ParticularConfig$CommonConfig (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 813 argL0 ; # com/leclowndu93150/particular/ParticularConfig$CommonConfig$$Lambda+0x000001d68394c8b8 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/IPlatformHelper +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent ()V 11 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent$$Lambda+0x000001d68394c488 +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigSpec$Builder +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 157 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68394be00 +instanceKlass io/github/razordevs/deep_aether/networking/attachment/DAAttachments +instanceKlass @bci net/mehvahdjukaar/amendments/neoforge/AmendmentsForge (Lnet/neoforged/bus/api/IEventBus;)V 75 argL0 ; # net/mehvahdjukaar/amendments/neoforge/AmendmentsForge$$Lambda+0x000001d68394b9c8 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/services/Services +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent ()V 3 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent$$Lambda+0x000001d683947c80 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 144 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683947868 +instanceKlass @bci com/leclowndu93150/particular/ParticularConfig$CommonConfig (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 450 argL0 ; # com/leclowndu93150/particular/ParticularConfig$CommonConfig$$Lambda+0x000001d683947620 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 139 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683947408 +instanceKlass @bci io/github/razordevs/deep_aether/advancement/DAAdvancementTriggers ()V 32 argL0 ; # io/github/razordevs/deep_aether/advancement/DAAdvancementTriggers$$Lambda+0x000001d6839471f0 +instanceKlass lilypuree/decorative_blocks/platform/services/IPlatformHelper +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 179 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683946bd8 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModule$General +instanceKlass @bci io/github/razordevs/deep_aether/advancement/DAAdvancementTriggers ()V 16 argL0 ; # io/github/razordevs/deep_aether/advancement/DAAdvancementTriggers$$Lambda+0x000001d6839465c0 +instanceKlass @bci com/leclowndu93150/particular/ParticularConfig ()V 7 argL0 ; # com/leclowndu93150/particular/ParticularConfig$$Lambda+0x000001d683946388 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/module/ConfigModule +instanceKlass lilypuree/decorative_blocks/platform/Services +instanceKlass com/leclowndu93150/particular/ParticularConfig$CommonConfig +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/BetterDesertTemplesCommon +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 126 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68393ec60 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents ()V 13 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents$$Lambda+0x000001d68393ea48 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 121 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68393e170 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 41 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d68393df58 +instanceKlass com/leclowndu93150/particular/ParticularConfig +instanceKlass lilypuree/decorative_blocks/registration/Registration +instanceKlass io/github/razordevs/deep_aether/advancement/DAAdvancementTriggers +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 108 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68393d478 +instanceKlass dev/latvian/mods/kubejs/event/EventGroup +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures registerPieceType (Ljava/lang/String;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;)Lnet/neoforged/neoforge/registries/DeferredHolder; 11 member ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68393cc08 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 103 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68393c378 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAMenuTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAMenuTypes$$Lambda+0x000001d68393a9f8 +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 33 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d68393a7e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 104 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68393a5c8 +instanceKlass net/minecraft/data/loot/BlockLootSubProvider +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 28 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d6839397f8 +instanceKlass io/github/razordevs/deep_aether/init/DAMenuTypes +instanceKlass @bci nx/pingwheel/neoforge/NeoClient (Lnet/neoforged/bus/api/IEventBus;)V 35 argL0 ; # nx/pingwheel/neoforge/NeoClient$$Lambda+0x000001d6839389f0 +instanceKlass com/mrcrayfish/configured/client/ClientConfigured +instanceKlass @bci net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload ()V 23 argL0 ; # net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload$$Lambda+0x000001d683927de8 +instanceKlass @bci nx/pingwheel/neoforge/NeoClient (Lnet/neoforged/bus/api/IEventBus;)V 20 argL0 ; # nx/pingwheel/neoforge/NeoClient$$Lambda+0x000001d683937d10 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers ()V 80 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d683927bd0 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 90 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683927008 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/event/StartupEvents +instanceKlass lilypuree/decorative_blocks/registration/DBTags$Fluids +instanceKlass jdk/internal/misc/VirtualThreads +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers ()V 64 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d68392f960 +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 85 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d68392f748 +instanceKlass @bci dev/latvian/mods/kubejs/event/EventGroups lambda$static$1 ()Ldev/latvian/mods/kubejs/event/EventGroups; 16 member ; # dev/latvian/mods/kubejs/event/EventGroups$$Lambda+0x000001d68392f518 +instanceKlass lilypuree/decorative_blocks/registration/DBTags$Items +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$9 +instanceKlass @bci dev/latvian/mods/kubejs/event/EventGroups ()V 0 argL0 ; # dev/latvian/mods/kubejs/event/EventGroups$$Lambda+0x000001d683926778 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers ()V 48 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d683926560 +instanceKlass jdk/internal/misc/Blocker$ForkJoinPools +instanceKlass @bci nx/pingwheel/neoforge/platform/PlatformContextServiceImpl registerKeyMapping (Lnet/minecraft/client/KeyMapping;)V 4 member ; # nx/pingwheel/neoforge/platform/PlatformContextServiceImpl$$Lambda+0x000001d683926330 +instanceKlass @bci net/neoforged/neoforge/network/payload/MinecraftUnregisterPayload ()V 29 argL0 ; # net/neoforged/neoforge/network/payload/MinecraftUnregisterPayload$$Lambda+0x000001d6839260f8 +instanceKlass lilypuree/decorative_blocks/registration/DBTags$Blocks +instanceKlass @bci net/neoforged/neoforge/network/payload/MinecraftUnregisterPayload ()V 24 argL0 ; # net/neoforged/neoforge/network/payload/MinecraftUnregisterPayload$$Lambda+0x000001d683925858 +instanceKlass nx/pingwheel/common/resource/LanguageUtils +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers ()V 32 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d683925418 +instanceKlass lilypuree/decorative_blocks/registration/DBTags +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 72 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683925000 +instanceKlass dev/latvian/mods/kubejs/event/EventGroupRegistry +instanceKlass @bci net/blay09/mods/waystones/requirement/RequirementRegistry registerDefaults ()V 67 argL0 ; # net/blay09/mods/waystones/requirement/RequirementRegistry$$Lambda+0x000001d683924730 +instanceKlass io/github/razordevs/deep_aether/recipe/combiner/CombinerRecipe$Serializer +instanceKlass net/blay09/mods/waystones/requirement/ExperienceLevelRequirement +instanceKlass jdk/internal/misc/CarrierThread$1 +instanceKlass @bci net/neoforged/neoforge/network/payload/MinecraftRegisterPayload ()V 29 argL0 ; # net/neoforged/neoforge/network/payload/MinecraftRegisterPayload$$Lambda+0x000001d68391bdc8 +instanceKlass @bci java/lang/VirtualThread lambda$createDefaultScheduler$1 (Ljava/util/concurrent/ForkJoinPool;)Ljava/util/concurrent/ForkJoinWorkerThread; 1 member ; # java/lang/VirtualThread$$Lambda+0x000001d682d64838 +instanceKlass nx/pingwheel/common/util/InputUtils +instanceKlass @bci net/neoforged/neoforge/network/payload/MinecraftRegisterPayload ()V 24 argL0 ; # net/neoforged/neoforge/network/payload/MinecraftRegisterPayload$$Lambda+0x000001d68391b990 +instanceKlass com/mrcrayfish/configured/client/NeoForgeClientEvents +instanceKlass @bci java/lang/VirtualThread (Ljava/util/concurrent/Executor;Ljava/lang/String;ILjava/lang/Runnable;)V 71 member ; # java/lang/VirtualThread$$Lambda+0x000001d682d64360 +instanceKlass @bci net/neoforged/neoforge/network/payload/DinnerboneProtocolUtils ()V 11 argL0 ; # net/neoforged/neoforge/network/payload/DinnerboneProtocolUtils$$Lambda+0x000001d68391b578 +instanceKlass org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType$1 +instanceKlass java/lang/VirtualThread$VThreadContinuation$1 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeSerializers ()V 16 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeSerializers$$Lambda+0x000001d68391b130 +instanceKlass net/blay09/mods/waystones/api/requirement/WarpRequirementsContext +instanceKlass net/fabricmc/fabric/api/datagen/v1/loot/FabricBlockLootTableGenerator +instanceKlass @bci net/neoforged/neoforge/network/payload/DinnerboneProtocolUtils ()V 6 argL0 ; # net/neoforged/neoforge/network/payload/DinnerboneProtocolUtils$$Lambda+0x000001d68391ab28 +instanceKlass io/github/razordevs/deep_aether/recipe/poison/PoisonRecipe$Serializer +instanceKlass @bci org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType ()V 0 argL0 ; # org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType$$Lambda+0x000001d68391a4e0 +instanceKlass java/lang/Thread$Constants$1 +instanceKlass net/fabricmc/fabric/mixin/datagen/loot/BlockLootTableGeneratorAccessor +instanceKlass net/neoforged/neoforge/network/payload/DinnerboneProtocolUtils +instanceKlass @bci java/lang/VirtualThread createDelayedTaskScheduler ()Ljava/util/concurrent/ScheduledExecutorService; 22 argL0 ; # java/lang/VirtualThread$$Lambda+0x000001d682d63668 +instanceKlass com/simibubi/create/foundation/mixin/accessor/BlockLootSubProviderAccessor +instanceKlass @bci java/lang/VirtualThread lambda$createDefaultScheduler$4 (Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;)Ljava/util/concurrent/ForkJoinPool; 118 argL0 ; # java/lang/VirtualThread$$Lambda+0x000001d682d63420 +instanceKlass org/violetmoon/quark/addons/oddities/client/particle/MagnetParticleRenderType +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/BlockLootAccessor +instanceKlass com/github/L_Ender/cataclysm/entity/etc/IHomeEntity +instanceKlass @bci java/lang/VirtualThread lambda$createDefaultScheduler$4 (Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;)Ljava/util/concurrent/ForkJoinPool; 95 argL0 ; # java/lang/VirtualThread$$Lambda+0x000001d682d63208 +instanceKlass com/illusivesoulworks/comforts/common/ComfortsConfig +instanceKlass net/blay09/mods/waystones/requirement/ItemRequirementType +instanceKlass io/github/razordevs/deep_aether/recipe/DARecipeSerializers +instanceKlass @bci java/lang/VirtualThread createDefaultScheduler ()Ljava/util/concurrent/ForkJoinPool; 7 member ; # java/lang/VirtualThread$$Lambda+0x000001d682d62fe8 +instanceKlass com/github/L_Ender/lionfishapi/server/animation/IAnimatedEntity +instanceKlass @bci java/lang/VirtualThread createDefaultScheduler ()Ljava/util/concurrent/ForkJoinPool; 0 argL0 ; # java/lang/VirtualThread$$Lambda+0x000001d682d62dd0 +instanceKlass @bci nx/pingwheel/common/CommonClient onInit ()V 38 member ; # nx/pingwheel/common/CommonClient$$Lambda+0x000001d683918828 +instanceKlass jdk/internal/vm/ContinuationSupport +instanceKlass @bci dev/latvian/mods/kubejs/script/ConsoleJS resetFile ()V 39 member ; # dev/latvian/mods/kubejs/script/ConsoleJS$$Lambda+0x000001d683918608 +instanceKlass net/neoforged/neoforge/network/registration/NetworkRegistry +instanceKlass dev/latvian/apps/tinyserver/ws/EmptyWSHandler +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 162 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6839181f0 +instanceKlass dev/latvian/apps/tinyserver/ws/WSHandler +instanceKlass org/violetmoon/quark/base/Quark$RegisterBrewing +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeTypes ()V 64 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeTypes$$Lambda+0x000001d683917cb0 +instanceKlass net/blay09/mods/waystones/requirement/SoftCooldownRequirementType +instanceKlass dev/architectury/registry/menu/ExtendedMenuProvider +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeTypes ()V 48 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeTypes$$Lambda+0x000001d683917860 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeTypes ()V 32 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeTypes$$Lambda+0x000001d683917218 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 164 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d683917000 +instanceKlass @bci nx/pingwheel/common/CommonClient onInit ()V 24 member ; # nx/pingwheel/common/CommonClient$$Lambda+0x000001d683913dd0 +instanceKlass @bci io/github/razordevs/deep_aether/recipe/DARecipeTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/recipe/DARecipeTypes$$Lambda+0x000001d683913958 +instanceKlass net/blay09/mods/waystones/requirement/CooldownRequirementType +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 146 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d683913508 +instanceKlass net/mehvahdjukaar/amendments/neoforge/ClientEvents +instanceKlass dev/latvian/apps/tinyserver/http/response/HTTPResponse +instanceKlass org/violetmoon/quark/datagen/QuarkDatagen +instanceKlass io/github/razordevs/deep_aether/recipe/DARecipeTypes +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$7 (Lcom/illusivesoulworks/comforts/common/registry/RegistryObject;)V 13 member ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d683912908 +instanceKlass net/blay09/mods/waystones/requirement/ExperienceLevelRequirementType +instanceKlass @bci io/github/razordevs/deep_aether/init/DAPotions ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAPotions$$Lambda+0x000001d683912018 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 91 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d683910ee8 +instanceKlass io/github/razordevs/deep_aether/init/DAPotions +instanceKlass net/blay09/mods/waystones/api/requirement/WarpRequirement +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 75 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d6839108d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAMobEffects ()V 32 argL0 ; # io/github/razordevs/deep_aether/init/DAMobEffects$$Lambda+0x000001d683910468 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 131 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d683910240 +instanceKlass @bci nx/pingwheel/common/CommonClient onInit ()V 10 member ; # nx/pingwheel/common/CommonClient$$Lambda+0x000001d68390cc20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 59 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68390dca0 +instanceKlass net/blay09/mods/waystones/requirement/ExperiencePointsRequirementType +instanceKlass @bci nx/pingwheel/common/platform/IPlatformClientEventService ()V 8 argL0 ; # nx/pingwheel/common/platform/IPlatformClientEventService$$Lambda+0x000001d68390d850 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 43 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68390d638 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$5 (Lcom/illusivesoulworks/comforts/common/registry/RegistryObject;)V 13 member ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d68390d418 +instanceKlass org/violetmoon/quark/catnip/animation/AnimationTickHolder$EventListener +instanceKlass @bci io/github/razordevs/deep_aether/init/DAMobEffects ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAMobEffects$$Lambda+0x000001d68390d000 +instanceKlass @bci net/mehvahdjukaar/amendments/neoforge/AmendmentsForge (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # net/mehvahdjukaar/amendments/neoforge/AmendmentsForge$$Lambda+0x000001d68390fc18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModStructures ()V 27 argL0 ; # com/github/L_Ender/cataclysm/init/ModStructures$$Lambda+0x000001d68390f7a8 +instanceKlass nx/pingwheel/neoforge/platform/PlatformClientEventServiceImpl +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addExtraPOIStatesRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d68390e620 +instanceKlass com/github/L_Ender/cataclysm/init/ModStructures +instanceKlass net/blay09/mods/waystones/api/requirement/ConditionResolver +instanceKlass net/blay09/mods/waystones/api/requirement/VariableResolver +instanceKlass net/blay09/mods/waystones/api/requirement/RequirementFunction +instanceKlass net/blay09/mods/waystones/api/requirement/WarpRequirementModifierFunction +instanceKlass dev/latvian/apps/tinyserver/ws/WSSession +instanceKlass dev/latvian/apps/tinyserver/http/HTTPUpgrade +instanceKlass com/mrcrayfish/configured/network/NeoForgeNetwork +instanceKlass net/blay09/mods/waystones/api/requirement/ParameterSerializer +instanceKlass nx/pingwheel/common/platform/IPlatformClientEventService +instanceKlass net/blay09/mods/waystones/api/requirement/RequirementType +instanceKlass io/github/razordevs/deep_aether/init/DAMobEffects +instanceKlass org/violetmoon/quark/content/automation/module/FeedingTroughModule$Client +instanceKlass @bci org/violetmoon/quark/base/Quark (Lnet/neoforged/bus/api/IEventBus;)V 84 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d6838fe240 +instanceKlass @bci org/violetmoon/quark/base/Quark (Lnet/neoforged/bus/api/IEventBus;)V 73 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d6838fe018 +instanceKlass @bci org/violetmoon/quark/base/proxy/ClientProxy start ()V 104 argL0 ; # org/violetmoon/quark/base/proxy/ClientProxy$$Lambda+0x000001d6838fde00 +instanceKlass @bci org/violetmoon/zeta/event/bus/ZetaEventBus unsubscribe (Ljava/lang/Object;)Lorg/violetmoon/zeta/event/bus/ZetaEventBus; 52 member ; # org/violetmoon/zeta/event/bus/ZetaEventBus$$Lambda+0x000001d6838fdbd0 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper guessGuiOverlayFromClassName (Ljava/lang/Class;Ljava/lang/Class;)Lnet/minecraft/resources/ResourceLocation; 16 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d6838fd990 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 ; # java/lang/invoke/LambdaForm$MH+0x000001d68390c000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68390bc00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68390b800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68390b400 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 form names 21 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68390b000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68390ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68390a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68390a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68390a000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 26 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683909c00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL10 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683909800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683909400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683909000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 28 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683908c00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL9 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683908800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683908400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683908000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 30 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683903c00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL8 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683903800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683903400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683903000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 32 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683902c00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL7 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683902800 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL7 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683902400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683902000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683901c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683901800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683901400 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 38 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683901000 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683900c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683900800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 706 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fd778 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683900400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 689 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fd560 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683900000 +instanceKlass @bci com/mrcrayfish/configured/Configured (Lnet/neoforged/bus/api/IEventBus;)V 32 member ; # com/mrcrayfish/configured/Configured$$Lambda+0x000001d6838fd330 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 672 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fd118 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 40 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838fbc00 +instanceKlass @bci com/mrcrayfish/configured/Configured (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # com/mrcrayfish/configured/Configured$$Lambda+0x000001d6838fcee8 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6838fb800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 655 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fccd0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838fb400 +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838fb000 +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier ()V 0 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAFishingLootModifier$$Lambda+0x000001d6838fc8a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 638 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fc688 +instanceKlass @bci com/mrcrayfish/configured/Configured (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/mrcrayfish/configured/Configured$$Lambda+0x000001d6838fc458 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838fac00 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 42 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838fa800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 621 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838fc240 +instanceKlass java/awt/image/WritableRenderedImage +instanceKlass java/awt/image/RenderedImage +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 604 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f7c08 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6838fa400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f9800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 587 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f79f0 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 81 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f77c8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f9400 +instanceKlass net/jewelry/neoforge/client/NeoForgeClientMod +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 form names 44 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838f9000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 570 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f7000 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 115 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f6dd8 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$ExtraPOIStatesEvent +instanceKlass dev/latvian/apps/tinyserver/HTTPServer +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6838f8c00 +instanceKlass dev/latvian/apps/tinyserver/ServerRegistry +instanceKlass @bci io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier ()V 0 argL0 ; # io/github/razordevs/deep_aether/datagen/loot/modifiers/DAAddDungeonLootModifier$$Lambda+0x000001d6838f69b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 553 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f6798 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 24 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6838f6570 +instanceKlass net/fabricmc/fabric/mixin/networking/accessor/NetworkRegistryAccessor +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f8800 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$3 (Lnet/minecraft/world/item/DyeColor;)V 48 member ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f6158 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f8400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 536 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f5f40 +instanceKlass @bci net/jewelry/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 13 argL0 ; # net/jewelry/neoforge/NeoForgeMod$$Lambda+0x000001d6838f5d18 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838f8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 519 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f58c0 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry lambda$static$3 (Lnet/minecraft/world/item/DyeColor;)V 17 member ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f56a0 +instanceKlass dev/latvian/mods/kubejs/web/local/KubeJSWeb +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 502 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f5288 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 73 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f5060 +instanceKlass @bci org/sinytra/fabric/networking_api/NeoNetworkRegistrar getOrRegisterNativeHandler (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;)Lorg/sinytra/fabric/networking_api/NeoNetworkRegistrar$NeoPayloadHandler; 10 member ; # org/sinytra/fabric/networking_api/NeoNetworkRegistrar$$Lambda+0x000001d6838f4e20 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 99 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f4bf8 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 65 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f49b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 485 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f4798 +instanceKlass nx/pingwheel/common/core/GameContext +instanceKlass net/emilsg/clutterbestiary/animation_handling/HandledEntityAnimations +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 468 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f4380 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 52 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f4158 +instanceKlass org/sinytra/fabric/networking_api/NeoNetworkRegistrar$NeoPayloadHandler +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 80 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f3af0 +instanceKlass io/github/razordevs/deep_aether/datagen/loot/modifiers/DAGlobalLootModifiers +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 44 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f36c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 451 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f34b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 434 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f3298 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 36 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f3080 +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgeRegistryProvider$Provider$1 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 144 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838f2bf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 417 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f29e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl addCommonSetupAsync (Ljava/lang/Runnable;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6838f27b0 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 128 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838f2390 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 400 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f1f88 +instanceKlass @bci net/mehvahdjukaar/amendments/Amendments init ()V 28 argL0 ; # net/mehvahdjukaar/amendments/Amendments$$Lambda+0x000001d6838f1d70 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 112 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838f1918 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 384 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f1700 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 78 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838f14d8 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 96 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838f12c0 +instanceKlass @bci com/illusivesoulworks/comforts/common/ComfortsRegistry ()V 62 argL0 ; # com/illusivesoulworks/comforts/common/ComfortsRegistry$$Lambda+0x000001d6838f10a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 368 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f0e90 +instanceKlass @bci org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking registerGlobalReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationNetworking$ConfigurationPacketHandler;)Z 29 argL0 ; # org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking$$Lambda+0x000001d6838f0c68 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 70 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838f0a40 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 80 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838f0828 +instanceKlass net/jewelry/config/ItemConfig$AttributeModifier +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 352 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838f0408 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 145 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6838f0000 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 62 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838efdb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 336 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838efba0 +instanceKlass org/apache/commons/lang3/function/TriConsumer +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 54 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838ef738 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 320 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838ef2e8 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 46 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838ef0c0 +instanceKlass @bci org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking registerGlobalReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationNetworking$ConfigurationPacketHandler;)Z 24 argL0 ; # org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking$$Lambda+0x000001d6838eee88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 304 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838edd20 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 38 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838ed8f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 288 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838ed6d8 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 30 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838ed280 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 272 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838ed068 +instanceKlass nx/pingwheel/common/config/ClientConfig +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 64 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838ecb00 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 22 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838ec8d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 256 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838ec6c0 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 48 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838ec4a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 240 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e8a78 +instanceKlass net/jewelry/config/ItemConfig$Item +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient init ()V 14 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838e8650 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 32 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838e8438 +instanceKlass @bci org/sinytra/fabric/networking_api/NeoNetworkRegistrar ()V 5 argL0 ; # org/sinytra/fabric/networking_api/NeoNetworkRegistrar$$Lambda+0x000001d6838e8220 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager reload ()V 18 member ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d6838e8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 224 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e7d58 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/DAFeatures ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/feature/DAFeatures$$Lambda+0x000001d6838e7b40 +instanceKlass com/illusivesoulworks/comforts/common/registry/RegistryObject +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 208 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e74d8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper ()V 51 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper$$Lambda+0x000001d6838e72c0 +instanceKlass @bci org/sinytra/fabric/networking_api/NeoNetworkRegistrar ()V 0 argL0 ; # org/sinytra/fabric/networking_api/NeoNetworkRegistrar$$Lambda+0x000001d6838e70a8 +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgeRegistryProvider$Provider +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 192 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e66a8 +instanceKlass @bci dev/latvian/mods/kubejs/util/Lazy map (Ljava/util/function/Consumer;)Ldev/latvian/mods/kubejs/util/Lazy; 1 member ; # dev/latvian/mods/kubejs/util/Lazy$$Lambda+0x000001d6838e6488 +instanceKlass net/jewelry/config/ItemConfig +instanceKlass @bci net/mehvahdjukaar/amendments/client/ClientResourceGenerator gatherSupportedNamespaces ()Ljava/util/Collection; 43 member ; # net/mehvahdjukaar/amendments/client/ClientResourceGenerator$$Lambda+0x000001d6838e5b60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 176 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e5948 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper ()V 40 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper$$Lambda+0x000001d6838e5720 +instanceKlass org/sinytra/fabric/networking_api/NeoNetworkRegistrar +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 160 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e52c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl getInstalledMods ()Ljava/util/List; 21 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6838e5080 +instanceKlass net/jewelry/config/Default +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 144 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e4c68 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper ()V 29 argL0 ; # dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper$$Lambda+0x000001d6838e4a50 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl getInstalledMods ()Ljava/util/List; 11 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6838e4818 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper$1 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 128 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e41c8 +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgePlatformHelper +instanceKlass net/jewelry/JewelryMod +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 112 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838e0000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 96 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838df810 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/ItemWrapper +instanceKlass @bci net/jewelry/items/JewelryFactory ()V 0 argL0 ; # net/jewelry/items/JewelryFactory$$Lambda+0x000001d6838df3e0 +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient ()V 503 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838def68 +instanceKlass com/illusivesoulworks/comforts/platform/services/IPlatformHelper +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 80 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838deb58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838dda68 +instanceKlass net/blay09/mods/waystones/api/WaystonesAPI +instanceKlass net/jewelry/items/JewelryFactory +instanceKlass @bci net/mehvahdjukaar/amendments/AmendmentsClient ()V 38 argL0 ; # net/mehvahdjukaar/amendments/AmendmentsClient$$Lambda+0x000001d6838dd438 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838dd220 +instanceKlass org/sinytra/fabric/networking_api/NeoCommonNetworking +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgeRegistryProvider +instanceKlass io/github/razordevs/deep_aether/world/feature/DAFeatures +instanceKlass @bci net/jewelry/compat/AccessoriesHelper registerFactory ()V 0 argL0 ; # net/jewelry/compat/AccessoriesHelper$$Lambda+0x000001d6838dc9b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838dc7a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModParticle ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModParticle$$Lambda+0x000001d6838dc260 +instanceKlass nx/pingwheel/common/CommonClient +instanceKlass com/illusivesoulworks/comforts/platform/services/IRegistryFactory +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes ()V 64 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes$$Lambda+0x000001d6838dba10 +instanceKlass org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes ()V 48 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes$$Lambda+0x000001d6838dab78 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes ()V 32 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes$$Lambda+0x000001d6838da530 +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgeRegistryUtil +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes$$Lambda+0x000001d6838d9c58 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 128 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6838d9828 +instanceKlass com/illusivesoulworks/comforts/platform/services/IRegistryUtil +instanceKlass org/violetmoon/quark/content/tools/config/PickarangType$PickarangConstructor +instanceKlass net/mehvahdjukaar/amendments/AmendmentsClient +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationNetworking +instanceKlass io/github/razordevs/deep_aether/world/feature/tree/trunk/DaTrunkPlacerTypes +instanceKlass net/jewelry/compat/AccessoriesHelper +instanceKlass com/illusivesoulworks/comforts/ComfortsConstants +instanceKlass net/blay09/mods/waystones/api/WaystoneTeleportContext +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/DARootPlacers ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/DARootPlacers$$Lambda+0x000001d6838d5a88 +instanceKlass io/github/razordevs/deep_aether/world/feature/tree/decorators/DARootPlacers +instanceKlass @bci net/mehvahdjukaar/amendments/configs/ClientConfigs ()V 916 argL0 ; # net/mehvahdjukaar/amendments/configs/ClientConfigs$$Lambda+0x000001d6838d5670 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$5 (Lorg/violetmoon/zeta/module/ZetaModule;Lorg/violetmoon/zeta/config/SectionDefinition$Builder;)V 63 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d6838d5440 +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper readInto (Lorg/violetmoon/zeta/config/SectionDefinition$Builder;Ljava/lang/Object;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/util/List;Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 594 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d6838d5210 +instanceKlass @bci net/mehvahdjukaar/amendments/configs/ClientConfigs ()V 891 argL0 ; # net/mehvahdjukaar/amendments/configs/ClientConfigs$$Lambda+0x000001d6838d4ff8 +instanceKlass @bci net/mehvahdjukaar/amendments/configs/ClientConfigs ()V 612 argL0 ; # net/mehvahdjukaar/amendments/configs/ClientConfigs$$Lambda+0x000001d6838d4dc8 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$6 (Lorg/violetmoon/zeta/module/ZetaCategory;Lorg/violetmoon/zeta/module/ZetaModuleManager;Lorg/violetmoon/zeta/config/SectionDefinition$Builder;)V 79 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d6838d4b98 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 139 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838d4920 +instanceKlass @cpi net/mehvahdjukaar/amendments/common/PendulumAnimation$Config 224 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838c9c00 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$6 (Lorg/violetmoon/zeta/module/ZetaCategory;Lorg/violetmoon/zeta/module/ZetaModuleManager;Lorg/violetmoon/zeta/config/SectionDefinition$Builder;)V 61 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d6838d46f0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838d44b8 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager (Lorg/violetmoon/zeta/Zeta;Ljava/lang/Object;)V 252 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d6838d4288 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838d4050 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838d3e18 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$2 (Lorg/violetmoon/zeta/module/ZetaModuleManager;Lorg/violetmoon/zeta/config/SectionDefinition$Builder;)V 47 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d6838d3be8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838d39b0 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager modulesInCategory (Lorg/violetmoon/zeta/module/ZetaCategory;)Ljava/util/List; 5 argL0 ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6838cbda8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838cbb70 +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper readInto (Lorg/violetmoon/zeta/config/SectionDefinition$Builder;Ljava/lang/Object;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/util/List;Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 442 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d6838cb940 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838cb708 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/DAFoliagePlacers ()V 32 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/DAFoliagePlacers$$Lambda+0x000001d6838cb4f0 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/foliage/DAFoliagePlacers ()V 16 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/foliage/DAFoliagePlacers$$Lambda+0x000001d6838cb2d8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838cb0a0 +instanceKlass @bci com/illusivesoulworks/comforts/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/illusivesoulworks/comforts/platform/Services$$Lambda+0x000001d6838cae80 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 70 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d6838cac68 +instanceKlass net/jewelry/compat/AccessoriesCompat +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper readInto (Lorg/violetmoon/zeta/config/SectionDefinition$Builder;Ljava/lang/Object;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/util/List;Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 427 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d6838ca838 +instanceKlass io/github/razordevs/deep_aether/world/feature/tree/foliage/DAFoliagePlacers +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config ()V 15 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838ca400 +instanceKlass net/blay09/mods/waystones/InternalMethodsImpl +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationNetworking$Context +instanceKlass com/illusivesoulworks/comforts/platform/NeoForgeSleepEvents +instanceKlass net/jewelry/neoforge/compat/CompatFeatures +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationNetworking$ConfigurationPacketHandler +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptManager reload ()V 0 argL0 ; # dev/latvian/mods/kubejs/script/ScriptManager$$Lambda+0x000001d6838ce568 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes ()V 48 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d6838ce350 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 59 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d6838cdf20 +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs doubleRangeWithMessage (DDLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 7 ; # java/lang/invoke/LambdaForm$MH+0x000001d6838c9800 +instanceKlass com/github/L_Ender/cataclysm/init/ModParticle +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes ()V 32 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d6838cdb08 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 111 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6838cd8f0 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins createClassFilter (Ldev/latvian/mods/kubejs/script/ScriptType;)Ldev/latvian/mods/kubejs/plugin/ClassFilter; 10 argL0 ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d6838cd6c8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6838c9400 +instanceKlass @bci net/spell_engine/network/ServerNetwork init ()V 48 argL0 ; # net/spell_engine/network/ServerNetwork$$Lambda+0x000001d6838cd4b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlockEntityTypes ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DABlockEntityTypes$$Lambda+0x000001d6838cd298 +instanceKlass nx/pingwheel/neoforge/NeoClient +instanceKlass @bci com/simibubi/create/foundation/codec/CreateCodecs doubleRangeWithMessage (DDLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 7 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838c8c00 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/EmotesModule$Client onReady (Lorg/violetmoon/zeta/event/load/ZModulesReady;)V 46 member ; # org/violetmoon/quark/content/tweaks/module/EmotesModule$Client$$Lambda+0x000001d6838cce70 +instanceKlass com/illusivesoulworks/comforts/platform/services/ISleepEvents +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Disconnect;)Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Disconnect; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d6838cca58 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ByteMap$FastEntrySet +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config floatRangeMinExclusiveWithMessage (DDLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 7 member ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838cc818 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2276 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838cc600 +instanceKlass alternate/current/AlternateCurrentMod$ModEvents +instanceKlass io/github/razordevs/deep_aether/init/DABlockEntityTypes +instanceKlass com/illusivesoulworks/comforts/platform/Services +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d6838c7d08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2259 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c7af0 +instanceKlass @cpi com/simibubi/create/foundation/codec/CreateCodecs 321 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838c8800 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d6838c78c0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6838c8400 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingTrunkVineDecorator ()V 0 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingTrunkVineDecorator$$Lambda+0x000001d6838c74b8 +instanceKlass com/tterrag/registrate/providers/loot/RegistrateLootTables +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Disconnect +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6838c8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2242 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c72a0 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain (Lnet/neoforged/bus/api/IEventBus;)V 16 member ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d6838c6a20 +instanceKlass dev/tr7zw/trender/gui/impl/LibGuiCommon +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2225 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c6388 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Configure;)Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Configure; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d6838c6168 +instanceKlass com/illusivesoulworks/comforts/common/registry/RegistryProvider +instanceKlass @bci net/mehvahdjukaar/amendments/common/PendulumAnimation$Config ()V 4 argL0 ; # net/mehvahdjukaar/amendments/common/PendulumAnimation$Config$$Lambda+0x000001d6838c58b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2208 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c5698 +instanceKlass @bci nx/pingwheel/neoforge/platform/PlatformClientEventServiceImpl$LeaveServerEventHandler toString ()Ljava/lang/String; 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6838acc00 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d6838c51e0 +instanceKlass @bci dev/tr7zw/transition/loader/ModLoaderUtil registerConfigScreen (Ljava/util/function/Function;)V 13 member ; # dev/tr7zw/transition/loader/ModLoaderUtil$$Lambda+0x000001d6838c4d78 +instanceKlass net/mehvahdjukaar/amendments/common/SwingAnimation +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2191 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c46c8 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Configure;)Lnet/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Configure; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d6838c4240 +instanceKlass @bci dev/tr7zw/trender/gui/impl/client/LibGuiClient onInitializeClient ()V 21 argL0 ; # dev/tr7zw/trender/gui/impl/client/LibGuiClient$$Lambda+0x000001d6838c4008 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2174 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838c2e48 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/WraithModule ()V 186 argL0 ; # org/violetmoon/quark/content/mobs/module/WraithModule$$Lambda+0x000001d6838c2c00 +instanceKlass @bci com/tterrag/registrate/builders/Builder setData (Lcom/tterrag/registrate/providers/ProviderType;Lcom/tterrag/registrate/util/nullness/NonNullBiConsumer;)Lcom/tterrag/registrate/builders/Builder; 10 member ; # com/tterrag/registrate/builders/Builder$$Lambda+0x000001d6838c2728 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingVineDecorator ()V 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingVineDecorator$$Lambda+0x000001d6838bfce8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2157 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838bfad0 +instanceKlass net/blay09/mods/balm/common/config/ConfigLocalization +instanceKlass @cpi com/tterrag/registrate/util/nullness/NonNullConsumer 53 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6838ac400 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingVineDecorator ()V 12 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/GlowingVineDecorator$$Lambda+0x000001d6838bf440 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2140 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838bf228 +instanceKlass dev/tr7zw/transition/loader/ModLoaderUtil +instanceKlass com/tterrag/registrate/util/nullness/NonNullConsumer +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2123 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838be7b8 +instanceKlass net/emilsg/clutterbestiary/animation_handling/IndexedAnimationState +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2106 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838be198 +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder defaultBlockstate ()Lcom/tterrag/registrate/builders/BlockBuilder; 1 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6838bdf58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2089 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838bdd40 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeMod (Ljava/lang/String;Lnet/blay09/mods/balm/api/BalmRuntimeLoadContext;Ljava/lang/Runnable;)V 4 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6838bdb10 +instanceKlass @bci nx/pingwheel/common/CommonServer onInit ()V 26 member ; # nx/pingwheel/common/CommonServer$$Lambda+0x000001d6838bcbd0 +instanceKlass @bci net/mehvahdjukaar/amendments/configs/ClientConfigs ()V 564 argL0 ; # net/mehvahdjukaar/amendments/configs/ClientConfigs$$Lambda+0x000001d6838b7018 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2072 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b6e00 +instanceKlass com/tterrag/registrate/providers/DataGenContext +instanceKlass @bci nx/pingwheel/common/platform/IPlatformServerEventService ()V 8 argL0 ; # nx/pingwheel/common/platform/IPlatformServerEventService$$Lambda+0x000001d6838b69a8 +instanceKlass net/blay09/mods/balm/core/BalmRegistrars +instanceKlass com/illusivesoulworks/comforts/common/ComfortsRegistry +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2055 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b6110 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/SunrootHangerDecorator ()V 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/SunrootHangerDecorator$$Lambda+0x000001d6838b5ed8 +instanceKlass nx/pingwheel/neoforge/platform/PlatformServerEventServiceImpl +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2038 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b5858 +instanceKlass net/fabricmc/fabric/api/networking/v1/FabricServerConfigurationNetworkHandler +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/SunrootHangerDecorator ()V 12 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/SunrootHangerDecorator$$Lambda+0x000001d6838b5420 +instanceKlass net/mehvahdjukaar/amendments/common/PendulumAnimation$Config +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2021 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b5010 +instanceKlass nx/pingwheel/common/platform/IPlatformServerEventService +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 2004 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b4c00 +instanceKlass com/tterrag/registrate/util/nullness/NonNullBiConsumer +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1987 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b45d8 +instanceKlass @bci dev/tr7zw/trender/gui/impl/client/LibGuiClient ()V 12 argL0 ; # dev/tr7zw/trender/gui/impl/client/LibGuiClient$$Lambda+0x000001d6838b43c0 +instanceKlass nx/pingwheel/common/util/RateLimiter +instanceKlass dev/tr7zw/trender/gui/impl/client/config/LibGuiConfig +instanceKlass com/illusivesoulworks/comforts/ComfortsCommonMod +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1970 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b3b90 +instanceKlass @bci com/tterrag/registrate/util/nullness/NonNullUnaryOperator identity ()Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 0 argL0 ; # com/tterrag/registrate/util/nullness/NonNullUnaryOperator$$Lambda+0x000001d6838b3908 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1953 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b36f0 +instanceKlass dev/tr7zw/trender/gui/impl/client/CottonScreenImpl +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1936 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838b1628 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod ()V 62 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6838b1410 +instanceKlass com/tterrag/registrate/util/nullness/NonNullUnaryOperator +instanceKlass nx/pingwheel/common/core/ServerCore +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1919 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838afb70 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod ()V 45 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6838af958 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootVineDecorator ()V 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootVineDecorator$$Lambda+0x000001d6838af720 +instanceKlass @bci net/blay09/mods/waystones/NeoForgeWaystones (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # net/blay09/mods/waystones/NeoForgeWaystones$$Lambda+0x000001d6838af508 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1902 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838af2f0 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSPlugin init ()V 16 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSPlugin$$Lambda+0x000001d6838af0c8 +instanceKlass com/tterrag/registrate/util/entry/LazyRegistryEntry +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootVineDecorator ()V 12 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/YagrootVineDecorator$$Lambda+0x000001d6838aec40 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1885 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838ae830 +instanceKlass @bci com/illusivesoulworks/comforts/ComfortsNeoForgeMod ()V 28 argL0 ; # com/illusivesoulworks/comforts/ComfortsNeoForgeMod$$Lambda+0x000001d6838ae618 +instanceKlass net/blay09/mods/waystones/api/InternalMethods +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSPlugin init ()V 3 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSPlugin$$Lambda+0x000001d6838ae000 +instanceKlass org/violetmoon/zeta/block/ext/CustomWeatheringCopper +instanceKlass dev/tr7zw/trender/gui/GuiDescription +instanceKlass dev/tr7zw/trender/gui/impl/Proxy +instanceKlass @bci com/tterrag/registrate/builders/BlockBuilder create (Lcom/tterrag/registrate/AbstractRegistrate;Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/builders/BuilderCallback;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 10 argL0 ; # com/tterrag/registrate/builders/BlockBuilder$$Lambda+0x000001d6838ab800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1868 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838ab5e8 +instanceKlass dev/ftb/mods/ftbteams/api/event/ClientTeamPropertiesChangedEvent +instanceKlass net/blay09/mods/waystones/Waystones +instanceKlass dev/tr7zw/trender/gui/impl/client/LibGuiClient +instanceKlass net/mehvahdjukaar/amendments/integration/CompatHandler +instanceKlass nx/pingwheel/common/integration/ModContext +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1851 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838aa798 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1834 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838aa580 +instanceKlass com/github/theredbrain/neoforge/client/NeoForgeClientMod +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1817 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a9b38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1800 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a9920 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1783 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a9708 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1766 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a94f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1749 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a92d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1732 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a90c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1715 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8ea8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1698 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8c90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1681 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8a78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1664 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1647 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1630 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1613 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1596 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1579 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7de0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1562 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7bc8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1545 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a79b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1528 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7798 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1511 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7580 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1494 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7368 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1477 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a7150 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1460 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a6f38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1443 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a6d20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1426 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a6b08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1409 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a68f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1392 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a66d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1375 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a64c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1358 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a62a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1341 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a6090 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1324 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5e78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1307 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5c60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1290 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5a48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1273 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5830 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1256 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5618 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1239 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a5400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1222 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a51e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1205 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4fd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1188 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4db8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1171 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4ba0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1154 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4988 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1137 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4770 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1120 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4558 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1103 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4340 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1086 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a4128 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1069 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3f10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1052 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3cf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1035 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3ae0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1018 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a38c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 1001 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a36b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 984 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3498 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 967 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3280 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 950 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a3068 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 933 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a2e50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 916 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a2c38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 899 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a2a20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 882 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a2808 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 865 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a25f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 848 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a23d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 831 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a21c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 814 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1fa8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 797 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1d90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 780 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1b78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 763 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1960 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 746 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1748 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 729 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1530 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 86 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d6838a1318 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 712 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a1100 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 695 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a0ee8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1839 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d6838a0cb0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1834 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d6838a0a98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 678 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a0880 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1719 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d6838a0648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 661 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a0430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 644 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838a0218 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1714 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d6838a0000 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1613 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389bdb0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 627 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389bb98 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1608 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389b980 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 610 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389b768 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 593 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389b550 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1491 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389b318 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 576 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389aee8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1486 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389b100 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1382 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389acb0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 559 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389aa98 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1377 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389a880 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 542 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389a668 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 525 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389a450 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1300 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389a218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 508 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389a000 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1295 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389fc28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 491 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389fa10 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1192 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389f5c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 474 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389f7f8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1187 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389f3a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 457 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389f190 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1059 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389ef58 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate entry (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/Builder; 2 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d68389ed28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 440 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389eb10 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 1054 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389e8f8 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate block (Ljava/lang/Object;Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullFunction;)Lcom/tterrag/registrate/builders/BlockBuilder; 6 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d68389e690 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 423 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389e478 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 951 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389e240 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 946 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389e028 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 406 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389d9b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 870 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389d780 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 389 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389d568 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 865 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389d350 +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigInt (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;III[Ljava/lang/String;)V 9 ; # java/lang/invoke/LambdaForm$MH+0x000001d683899c00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 372 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389d138 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 762 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389cf00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683899800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 355 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389cce8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 757 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389cad0 +instanceKlass @bci nx/pingwheel/common/config/ServerConfig toString ()Ljava/lang/String; 19 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683899000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 338 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68389c8b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 641 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68389c680 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683898800 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 94 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d68389c468 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/DADecoratorType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/DADecoratorType$$Lambda+0x000001d68389c248 +instanceKlass @bci net/mehvahdjukaar/amendments/configs/ClientConfigs ()V 147 argL0 ; # net/mehvahdjukaar/amendments/configs/ClientConfigs$$Lambda+0x000001d68389c000 +instanceKlass @bci nx/pingwheel/common/config/ServerConfig toString ()Ljava/lang/String; 19 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683898400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 321 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683897a08 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 636 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683897c20 +instanceKlass org/violetmoon/quark/content/experimental/config/VariantsConfig +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator ()V 53 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator$$Lambda+0x000001d683897578 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 533 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683897340 +instanceKlass @bci nx/pingwheel/common/config/ServerConfig toString ()Ljava/lang/String; 19 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683893800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 304 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683896f38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683893400 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 528 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683896910 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator ()V 43 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator$$Lambda+0x000001d6838966c8 +instanceKlass com/baisylia/cookscollection/CooksCollection$ClientModEvents +instanceKlass xaero/lib/client/event/ModClientEventsNeoForge +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 287 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683896098 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL3 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683893000 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator ()V 17 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator$$Lambda+0x000001d683895e60 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 452 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683895c28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 270 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838957d0 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$$Lambda+0x000001d683895598 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683892c00 +instanceKlass @bci io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator ()V 12 argL0 ; # io/github/razordevs/deep_aether/world/feature/tree/decorators/FlowerDecorator$$Lambda+0x000001d683894f50 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 447 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683894d38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683892400 +instanceKlass net/mehvahdjukaar/amendments/configs/ClientConfigs +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 253 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683894470 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents$Configure +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 346 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68388fc40 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683891c00 +instanceKlass com/baisylia/cookscollection/datagen/DataGenerators +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 236 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68388f568 +instanceKlass @bci nx/pingwheel/common/config/ServerConfig toString ()Ljava/lang/String; 19 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683891800 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 341 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68388f140 +instanceKlass com/tterrag/registrate/builders/BuilderCallback +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerConfigurationConnectionEvents +instanceKlass @bci nx/pingwheel/common/config/ServerConfig toString ()Ljava/lang/String; 19 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d683891000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 219 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68388e4b8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/network/ModNetwork init ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/network/ModNetwork$$Lambda+0x000001d68388e290 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 216 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68388e058 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683890c00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 202 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68388db00 +instanceKlass @bci com/baisylia/cookscollection/Config ()V 81 argL0 ; # com/baisylia/cookscollection/Config$$Lambda+0x000001d68388d8b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 211 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d68388d6a0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683890800 +instanceKlass net/mehvahdjukaar/amendments/common/network/ModNetwork +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 185 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68388cc28 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683890000 +instanceKlass @bci com/copycatsplus/copycats/CCBlocks ()V 12 argL0 ; # com/copycatsplus/copycats/CCBlocks$$Lambda+0x000001d68388c9c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder requiresFromMap (Ljava/util/Map;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 2 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d68388c778 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 168 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68388c560 +instanceKlass com/baisylia/cookscollection/Config +instanceKlass @bci net/spell_engine/network/Packets$Ack ()V 28 argL0 ; # net/spell_engine/network/Packets$Ack$$Lambda+0x000001d683887cc0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry init ()V 8 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683887a98 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 110 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683887860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 151 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683887648 +instanceKlass @bci net/spell_engine/network/Packets$Ack ()V 23 argL0 ; # net/spell_engine/network/Packets$Ack$$Lambda+0x000001d683886680 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 134 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683886468 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 105 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683886250 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 117 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683885c38 +instanceKlass @bci com/baisylia/cookscollection/CooksCollection (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 67 member ; # com/baisylia/cookscollection/CooksCollection$$Lambda+0x000001d6838854c8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 32 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683885050 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 100 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683884e38 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 645 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683884c20 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule (Ljava/lang/String;)V 27 argL0 ; # net/mehvahdjukaar/stone_zone/modules/neoforge/create/CreateModule$$Lambda+0x000001d683884600 +instanceKlass @bci com/baisylia/cookscollection/CooksCollection (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 55 member ; # com/baisylia/cookscollection/CooksCollection$$Lambda+0x000001d6838843d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 83 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d6838841b8 +instanceKlass @bci io/github/razordevs/deep_aether/fluids/DAFluidTypes register (Ljava/lang/String;Lnet/neoforged/neoforge/fluids/FluidType$Properties;)Lnet/minecraft/core/Holder; 5 member ; # io/github/razordevs/deep_aether/fluids/DAFluidTypes$$Lambda+0x000001d683883f98 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 631 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683883d80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 66 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683883b68 +instanceKlass dev/ftb/mods/ftbteams/api/event/TeamCollectPropertiesEvent +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 617 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683883550 +instanceKlass nx/pingwheel/common/compat/LegacyMigrationHandler +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 49 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d683882290 +instanceKlass @bci net/spell_engine/network/Packets$SpellRegistrySync ()V 28 argL0 ; # net/spell_engine/network/Packets$SpellRegistrySync$$Lambda+0x000001d68387bd20 +instanceKlass net/neoforged/neoforge/fluids/FluidType$Properties +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68387b900 +instanceKlass @bci net/spell_engine/network/Packets$SpellRegistrySync ()V 23 argL0 ; # net/spell_engine/network/Packets$SpellRegistrySync$$Lambda+0x000001d68387a658 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 603 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68387a440 +instanceKlass @bci com/baisylia/cookscollection/client/ModSounds ()V 48 argL0 ; # com/baisylia/cookscollection/client/ModSounds$$Lambda+0x000001d68387a000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModBlocks ()V 15 argL0 ; # com/github/L_Ender/cataclysm/init/ModBlocks$$Lambda+0x000001d68387eb68 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 589 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68387e950 +instanceKlass @bci com/baisylia/cookscollection/client/ModSounds ()V 32 argL0 ; # com/baisylia/cookscollection/client/ModSounds$$Lambda+0x000001d68387d5e8 +instanceKlass nx/pingwheel/common/config/ConfigHandler +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 575 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68387cf70 +instanceKlass @bci com/baisylia/cookscollection/client/ModSounds ()V 16 argL0 ; # com/baisylia/cookscollection/client/ModSounds$$Lambda+0x000001d68387cd58 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 561 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68387c410 +instanceKlass com/baisylia/cookscollection/client/ModSounds +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 547 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683876b40 +instanceKlass @bci net/spell_engine/network/Packets$ConfigSync ()V 28 argL0 ; # net/spell_engine/network/Packets$ConfigSync$$Lambda+0x000001d683876928 +instanceKlass nx/pingwheel/common/config/ServerConfig +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 533 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683876490 +instanceKlass @bci net/spell_engine/network/Packets$ConfigSync ()V 23 argL0 ; # net/spell_engine/network/Packets$ConfigSync$$Lambda+0x000001d683876278 +instanceKlass @bci com/baisylia/cookscollection/recipe/ModRecipes ()V 75 argL0 ; # com/baisylia/cookscollection/recipe/ModRecipes$$Lambda+0x000001d683876060 +instanceKlass io/github/razordevs/deep_aether/fluids/DAFluidTypes +instanceKlass net/spell_engine/network/Packets +instanceKlass dev/ftb/mods/ftbteams/api/event/TeamEvent +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 519 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6838748a0 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 77 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683874688 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAFluids ()V 32 argL0 ; # io/github/razordevs/deep_aether/init/DAFluids$$Lambda+0x000001d683872110 +instanceKlass com/baisylia/cookscollection/recipe/OvenShapedRecipe$Serializer +instanceKlass nx/pingwheel/common/config/IConfig +instanceKlass dev/ftb/mods/ftbxmodcompat/FTBXModCompat +instanceKlass org/violetmoon/quark/content/building/module/VariantChestsModule$IVariantChest +instanceKlass xaero/lib/common/player/ServerPlayerTickHandler +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 76 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386e4e8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 66 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386e2d0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 56 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386e0b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 46 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386dea0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 36 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386dc88 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 26 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d68386da70 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 16 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d683867db0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge addModules ()V 6 argL0 ; # net/mehvahdjukaar/stone_zone/neoforge/StoneZoneForge$$Lambda+0x000001d683867b98 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/SimpleEntrySet$Builder defaultRecipe ()Lnet/mehvahdjukaar/every_compat/api/SimpleEntrySet$Builder; 5 member ; # net/mehvahdjukaar/every_compat/api/SimpleEntrySet$Builder$$Lambda+0x000001d683867978 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 480 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683867760 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder setTabKey (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 10 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d683867540 +instanceKlass @bci com/baisylia/cookscollection/recipe/ModRecipes ()V 59 argL0 ; # com/baisylia/cookscollection/recipe/ModRecipes$$Lambda+0x000001d683866f48 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin init ()V 55 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin$$Lambda+0x000001d683866b30 +instanceKlass xaero/lib/common/event/CommonEvents +instanceKlass @bci dev/architectury/event/EventFactory createConsumerLoop (Ljava/lang/Class;)Ldev/architectury/event/Event; 0 argL0 ; # dev/architectury/event/EventFactory$$Lambda+0x000001d683866220 +instanceKlass com/baisylia/cookscollection/recipe/OvenRecipe$Serializer +instanceKlass @bci io/github/razordevs/deep_aether/init/DAFluids ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAFluids$$Lambda+0x000001d6838659b8 +instanceKlass dev/ftb/mods/ftbquests/api/event/CustomFilterDisplayItemsEvent +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 466 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6838643f8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/waystones/WaystonesModule (Ljava/lang/String;)V 29 argL0 ; # net/mehvahdjukaar/stone_zone/modules/waystones/WaystonesModule$$Lambda+0x000001d683863230 +instanceKlass net/fabricmc/fabric/impl/networking/PayloadTypeRegistryImpl +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin init ()V 42 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin$$Lambda+0x000001d683861e80 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 452 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68385fde8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/waystones/WaystonesModule (Ljava/lang/String;)V 24 argL0 ; # net/mehvahdjukaar/stone_zone/modules/waystones/WaystonesModule$$Lambda+0x000001d68385fbd0 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectStartedEvent ()V 92 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectStartedEvent$$Lambda+0x000001d68385f9b8 +instanceKlass @bci com/baisylia/cookscollection/recipe/ModRecipes ()V 43 argL0 ; # com/baisylia/cookscollection/recipe/ModRecipes$$Lambda+0x000001d68385f7a0 +instanceKlass @bci xaero/lib/XaeroLibNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 38 member ; # xaero/lib/XaeroLibNeoForge$$Lambda+0x000001d68385f570 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectStartedEvent ()V 79 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectStartedEvent$$Lambda+0x000001d68385f358 +instanceKlass @bci com/baisylia/cookscollection/recipe/ModRecipes ()V 27 argL0 ; # com/baisylia/cookscollection/recipe/ModRecipes$$Lambda+0x000001d68385e2a0 +instanceKlass @bci xaero/lib/XaeroLibNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 26 member ; # xaero/lib/XaeroLibNeoForge$$Lambda+0x000001d68385d0b0 +instanceKlass net/fabricmc/fabric/api/networking/v1/PayloadTypeRegistry +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectStartedEvent ()V 66 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectStartedEvent$$Lambda+0x000001d68385bce0 +instanceKlass @bci xaero/lib/XaeroLibNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 14 member ; # xaero/lib/XaeroLibNeoForge$$Lambda+0x000001d6838593f0 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectStartedEvent ()V 53 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectStartedEvent$$Lambda+0x000001d683859838 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 60 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d683859620 +instanceKlass com/baisylia/cookscollection/recipe/ModRecipes +instanceKlass net/spell_engine/network/ServerNetwork +instanceKlass com/simibubi/create/foundation/block/IHaveBigOutline +instanceKlass @bci nx/pingwheel/neoforge/platform/PlatformContextServiceImpl getSelfModVersion ()Ljava/lang/String; 8 argL0 ; # nx/pingwheel/neoforge/platform/PlatformContextServiceImpl$$Lambda+0x000001d683856718 +instanceKlass @bci xaero/lib/XaeroLibNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # xaero/lib/XaeroLibNeoForge$$Lambda+0x000001d6838564e8 +instanceKlass @bci com/baisylia/cookscollection/block/entity/screen/ModMenus ()V 16 argL0 ; # com/baisylia/cookscollection/block/entity/screen/ModMenus$$Lambda+0x000001d6838562d0 +instanceKlass @bci nx/pingwheel/common/platform/IPlatformContextService ()V 8 argL0 ; # nx/pingwheel/common/platform/IPlatformContextService$$Lambda+0x000001d683855ec8 +instanceKlass @bci xaero/lib/common/permission/LibPermissionNodes ()V 40 argL0 ; # xaero/lib/common/permission/LibPermissionNodes$$Lambda+0x000001d683855a70 +instanceKlass nx/pingwheel/neoforge/platform/PlatformContextServiceImpl +instanceKlass com/baisylia/cookscollection/block/entity/screen/ModMenus +instanceKlass xaero/lib/common/permission/LibPermissionNodes +instanceKlass io/github/razordevs/deep_aether/init/DAFluids +instanceKlass @bci com/baisylia/cookscollection/block/entity/ModBlockEntities ()V 16 argL0 ; # com/baisylia/cookscollection/block/entity/ModBlockEntities$$Lambda+0x000001d683851290 +instanceKlass com/baisylia/cookscollection/block/entity/ModBlockEntities +instanceKlass nx/pingwheel/common/platform/IPlatformContextService +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 438 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384f8b8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 424 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384f6a0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 410 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384f488 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 396 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384f270 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry lambda$static$10 ()Ljava/util/Map; 50 member ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384f050 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 379 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384ee38 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 114 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384ec20 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 368 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384ea08 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 101 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384e7f0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 354 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384e5d8 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 88 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384e3c0 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 75 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384e1a8 +instanceKlass @bci net/spell_engine/internals/container/SpellAssignments init ()V 3 argL0 ; # net/spell_engine/internals/container/SpellAssignments$$Lambda+0x000001d68384df90 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 62 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384dd78 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 340 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384db60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DASounds register (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # io/github/razordevs/deep_aether/init/DASounds$$Lambda+0x000001d68384d940 +instanceKlass net/spell_engine/internals/container/SpellAssignments +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 49 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384d728 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 326 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384d310 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 178 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68384d0f8 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 36 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384c040 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin init ()V 29 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin$$Lambda+0x000001d68384be28 +instanceKlass io/github/razordevs/deep_aether/init/DASounds +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 272 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d68384b9e8 +instanceKlass nx/pingwheel/common/Global +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 312 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68384a730 +instanceKlass xaero/lib/client/config/option/ui/LibConfigOptionUIRegister +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectCompletedEvent ()V 92 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectCompletedEvent$$Lambda+0x000001d68384a318 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 23 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68384a100 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 266 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d683847c70 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 309 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683847a58 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectCompletedEvent ()V 79 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectCompletedEvent$$Lambda+0x000001d683847840 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks registerBlockItem (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)V 5 member ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d683841a20 +instanceKlass xaero/lib/client/config/primary/option/LibPrimaryClientConfigOptions +instanceKlass nx/pingwheel/common/CommonServer +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 152 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d6838413c0 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectCompletedEvent ()V 66 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectCompletedEvent$$Lambda+0x000001d6838411a8 +instanceKlass @bci net/minecraft/resources/RegistryDataLoader ()V 691 argL0 ; # net/minecraft/resources/RegistryDataLoader$$Lambda+0x000001d683840000 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 146 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d68383ea08 +instanceKlass @bci dev/ftb/mods/ftbquests/events/ObjectCompletedEvent ()V 53 argL0 ; # dev/ftb/mods/ftbquests/events/ObjectCompletedEvent$$Lambda+0x000001d68383e7f0 +instanceKlass @bci com/baisylia/cookscollection/block/ModBlocks ()V 10 argL0 ; # com/baisylia/cookscollection/block/ModBlocks$$Lambda+0x000001d68383e5d8 +instanceKlass xaero/lib/common/config/option/LibProfiledConfigOptions +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 37 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d68383ba60 +instanceKlass net/neoforged/neoforge/registries/DataPackRegistriesHooks +instanceKlass com/copycatsplus/copycats/foundation/copycat/multistate/IMultiStateCopycatBlock +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 32 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d683837c40 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies ()V 22 argL0 ; # net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies$$Lambda+0x000001d683836570 +instanceKlass xaero/lib/common/config/primary/option/LibPrimaryCommonConfigOptions +instanceKlass org/sinytra/connector/mod/mixin/registries/DataPackRegistriesHooksAccessor +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies ()V 11 argL0 ; # net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies$$Lambda+0x000001d683808c98 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies ()V 0 argL0 ; # net/mehvahdjukaar/stone_zone/api/StonePaletteStrategies$$Lambda+0x000001d683808800 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 29 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d68382f758 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule (Ljava/lang/String;)V 24 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkMudModule$$Lambda+0x000001d68382f540 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 21 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d68382f328 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 16 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d68382f110 +instanceKlass @bci xaero/lib/XaeroLib ()V 38 argL0 ; # xaero/lib/XaeroLib$$Lambda+0x000001d68382ec88 +instanceKlass xaero/lib/client/config/channel/register/handler/LibChannelClientRegistryHandler +instanceKlass xaero/lib/common/config/channel/register/handler/LibChannelCommonRegistryHandler +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentProvider ()V 8 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentProvider$$Lambda+0x000001d68382bed8 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset$$Lambda+0x000001d68382bcb0 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset$$Lambda+0x000001d68382ba78 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset$$Lambda+0x000001d68382b840 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset ()V 0 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset$$Lambda+0x000001d683827ca8 +instanceKlass @bci net/minecraft/world/level/levelgen/presets/WorldPreset ()V 8 argL0 ; # net/minecraft/world/level/levelgen/presets/WorldPreset$$Lambda+0x000001d683827a70 +instanceKlass @bci net/minecraft/world/level/levelgen/presets/WorldPreset lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/levelgen/presets/WorldPreset$$Lambda+0x000001d683827838 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 5 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d683827620 +instanceKlass @bci net/minecraft/world/level/levelgen/presets/WorldPreset lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/presets/WorldPreset$$Lambda+0x000001d6838273e8 +instanceKlass @bci nx/pingwheel/neoforge/NeoMain ()V 0 argL0 ; # nx/pingwheel/neoforge/NeoMain$$Lambda+0x000001d6838271d0 +instanceKlass @bci net/minecraft/world/level/levelgen/presets/WorldPreset ()V 0 argL0 ; # net/minecraft/world/level/levelgen/presets/WorldPreset$$Lambda+0x000001d683826d70 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 298 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683826508 +instanceKlass com/baisylia/cookscollection/block/ModBlocks +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 284 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683825eb8 +instanceKlass dev/ftb/mods/ftbquests/events/ObjectProgressEvent +instanceKlass @bci net/minecraft/network/chat/ChatType ()V 27 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d683825a58 +instanceKlass @bci net/minecraft/network/chat/ChatType ()V 22 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d6838254f8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 43 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6838252e0 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 270 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6838250c8 +instanceKlass @bci net/minecraft/network/chat/ChatType ()V 14 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d683824e90 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 141 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d683823b70 +instanceKlass com/simibubi/create/foundation/block/ProperWaterloggedBlock +instanceKlass @bci net/minecraft/network/chat/ChatType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d683822868 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 256 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683821548 +instanceKlass xaero/lib/common/compat/prometheus/PrometheusCompat +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 125 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d683821108 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 295 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683820ef0 +instanceKlass nx/pingwheel/common/network/IPacket +instanceKlass @bci net/minecraft/network/chat/ChatType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d68381fd08 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 279 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68381f8f8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 218 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d68381f460 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 109 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68381f248 +instanceKlass @bci net/minecraft/network/chat/ChatType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d68381e130 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 263 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68381df18 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 93 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68381da88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 247 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68381d870 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration ()V 43 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d68381d638 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin init ()V 16 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin$$Lambda+0x000001d68381d420 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration ()V 38 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d68381d1e8 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 77 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68381cfd0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 231 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68381c990 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration ()V 30 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d68381cba8 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 180 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d683809d80 +instanceKlass dev/ftb/mods/ftbquests/events/CustomRewardEvent +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration ()V 14 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d6838096f0 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 61 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d683809288 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 85 member ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d683817db0 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d683817b78 +instanceKlass xaero/lib/common/compat/ModCompatibility +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 213 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683816608 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 71 member ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d6838163d8 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 45 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68380bcb0 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d68380ba78 +instanceKlass @bci dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin init ()V 3 argL0 ; # dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin$$Lambda+0x000001d68380b860 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 57 member ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d68380b630 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 29 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68380b418 +instanceKlass com/simibubi/create/content/fluids/pipes/IAxisPipe +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d68380afe8 +instanceKlass dev/architectury/event/EventResult +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 43 member ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d68380f808 +instanceKlass @bci com/baisylia/cookscollection/item/ModItems ()V 13 argL0 ; # com/baisylia/cookscollection/item/ModItems$$Lambda+0x000001d68380f5f0 +instanceKlass com/simibubi/create/content/equipment/wrench/IWrenchableWithBracket +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 100 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d68380ed98 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 86 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d6838077f0 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 33 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d6838073c8 +instanceKlass xaero/lib/client/event/ClientEvents +instanceKlass com/baisylia/cookscollection/item/ModItems +instanceKlass net/mehvahdjukaar/every_compat/configs/ECConfigs +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 69 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d683806b50 +instanceKlass com/github/L_Ender/cataclysm/init/ModBlocks +instanceKlass com/simibubi/create/api/schematic/requirement/SpecialBlockItemRequirement +instanceKlass dev/architectury/annotations/ForgeEvent +instanceKlass dev/architectury/annotations/ForgeEventCancellable +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 52 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d683805838 +instanceKlass net/hibiscus/naturesdelight/NaturesDelightClient +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 31 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d6838042d8 +instanceKlass com/leclowndu93150/particlerain/ParticleRainConfig +instanceKlass @bci dev/architectury/event/EventFactory createEventActorLoop (Ljava/lang/Class;)Ldev/architectury/event/Event; 0 argL0 ; # dev/architectury/event/EventFactory$$Lambda+0x000001d6838040a0 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration$Parameter ()V 10 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$Parameter$$Lambda+0x000001d683803c88 +instanceKlass dev/architectury/event/EventActor +instanceKlass net/minecraft/network/chat/ChatTypeDecoration$Parameter$Selector +instanceKlass @bci com/baisylia/cookscollection/tab/ModCreativeModeTabs ()V 16 argL0 ; # com/baisylia/cookscollection/tab/ModCreativeModeTabs$$Lambda+0x000001d683803680 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelight ()V 73 argL0 ; # net/hibiscus/naturesdelight/NaturesDelight$$Lambda+0x000001d683803458 +instanceKlass com/baisylia/cookscollection/tab/ModCreativeModeTabs +instanceKlass net/hibiscus/naturesdelight/NaturesDelightVillageStructures +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelight ()V 60 member ; # net/hibiscus/naturesdelight/NaturesDelight$$Lambda+0x000001d683802e28 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelight ()V 48 member ; # net/hibiscus/naturesdelight/NaturesDelight$$Lambda+0x000001d683802bf8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 942 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838029e0 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 928 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838027c8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 914 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838025b0 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 900 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683802398 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 886 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683802180 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 872 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683801f68 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 858 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683801d50 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 844 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683801b38 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 830 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683801920 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 816 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683801708 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 802 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838014f0 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 788 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838012d8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 774 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6838010c0 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 760 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800ea8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 746 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800c90 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 732 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800a78 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 718 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800860 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 704 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800648 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 690 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800430 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 676 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800218 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 662 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d683800000 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 648 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fbc90 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 634 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fba78 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 620 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fb860 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 606 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fb648 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 592 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fb430 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 578 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fb218 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 564 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837fb000 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 550 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ffc80 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 536 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ffa68 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837fac00 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 522 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ff850 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 508 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f7d00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837fa800 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 494 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f7ae8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 480 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f78d0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6837fa400 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 466 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f76b8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 446 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f74a0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837fa000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f9c00 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 418 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f7288 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f9400 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 380 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f7070 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f9000 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 362 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f6e58 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6837f8400 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 333 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f6c40 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 315 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f6a28 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 286 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f6810 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 268 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f65f8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 239 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f63e0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 120 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f61c8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 225 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f5fb0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 109 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f5d98 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 207 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f5b80 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 98 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f5968 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 166 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6837f5750 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 178 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f5538 +instanceKlass @bci com/baisylia/cookscollection/CooksCollection (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/baisylia/cookscollection/CooksCollection$$Lambda+0x000001d6837f5308 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 87 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f50f0 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 160 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f4ed8 +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 26 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6837f4cc0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 76 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f4aa8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 131 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f4890 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 219 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837f4678 +instanceKlass net/mehvahdjukaar/amendments/common/recipe/CauldronRecipe$Serializer +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 203 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837f4230 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 65 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f4018 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 91 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f3e00 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 187 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837f3be8 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 77 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837f39d0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 54 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f37b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 192 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837f35a0 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 171 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837f3108 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 43 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837f2038 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 155 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837f08a8 +instanceKlass dev/ftb/mods/ftbquests/events/CustomTaskEvent +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 32 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837efd18 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 139 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837efb00 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 123 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837ef238 +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/CopycatModelCore +instanceKlass com/copycatsplus/copycats/foundation/copycat/model/assembly/CopycatModelPart +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 176 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837ef020 +instanceKlass @bci dev/latvian/mods/kubejs/KubeJS (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 284 argL0 ; # dev/latvian/mods/kubejs/KubeJS$$Lambda+0x000001d6837eeba0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 21 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837ee988 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 107 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837ee770 +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 63 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ee558 +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 53 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6837ee330 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d6837ee0f8 +instanceKlass com/simibubi/create/foundation/block/IBE +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 91 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837ec780 +instanceKlass net/mehvahdjukaar/every_compat/api/PaletteStrategies$Cached +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 49 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ec340 +instanceKlass com/google/common/base/Stopwatch$1 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 75 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837ec128 +instanceKlass @bci net/minecraft/network/chat/ChatTypeDecoration ()V 0 argL0 ; # net/minecraft/network/chat/ChatTypeDecoration$$Lambda+0x000001d6837ebcf8 +instanceKlass com/copycatsplus/copycats/foundation/copycat/ICopycatBlock +instanceKlass com/simibubi/create/api/contraption/transformable/TransformableBlock +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 35 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837ebae0 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 59 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837e7be8 +instanceKlass com/copycatsplus/copycats/foundation/copycat/IStateType +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 160 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837e58f8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/PaletteStrategies ()V 10 argL0 ; # net/mehvahdjukaar/every_compat/api/PaletteStrategies$$Lambda+0x000001d6837e52f0 +instanceKlass com/simibubi/create/content/equipment/wrench/IWrenchable +instanceKlass @bci net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems ()V 21 argL0 ; # net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems$$Lambda+0x000001d6837e4e78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 193 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6837e48a0 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 43 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837e4688 +instanceKlass dev/latvian/mods/kubejs/create/KubeJSCreatePlugin +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRegistry ()V 27 argL0 ; # com/leclowndu93150/particlerain/ParticleRegistry$$Lambda+0x000001d6837d9ce8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 144 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837dbdb0 +instanceKlass com/phantomwing/rusticdelight/datagen/DataGenerators +instanceKlass net/hibiscus/naturesdelight/NaturesDelightBlocksAndItems +instanceKlass com/leclowndu93150/particlerain/ParticleRegistry +instanceKlass net/mehvahdjukaar/every_compat/api/PaletteStrategy +instanceKlass @bci net/minecraft/network/chat/ChatType ()V 0 argL0 ; # net/minecraft/network/chat/ChatType$$Lambda+0x000001d6837dc000 +instanceKlass @bci com/leclowndu93150/particlerain/ParticleRainClient ()V 6 argL0 ; # com/leclowndu93150/particlerain/ParticleRainClient$$Lambda+0x000001d6837d3c50 +instanceKlass @bci net/minecraft/resources/RegistryDataLoader$RegistryData (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Z)V 4 argL0 ; # net/minecraft/resources/RegistryDataLoader$RegistryData$$Lambda+0x000001d6837d3a28 +instanceKlass @bci net/minecraft/resources/RegistryDataLoader ()V 22 argL0 ; # net/minecraft/resources/RegistryDataLoader$$Lambda+0x000001d6837d3600 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 128 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837d33e8 +instanceKlass org/violetmoon/zeta/client/AlikeColorHandler +instanceKlass @bci net/mehvahdjukaar/amendments/reg/ModRegistry ()V 36 argL0 ; # net/mehvahdjukaar/amendments/reg/ModRegistry$$Lambda+0x000001d6837d2f88 +instanceKlass net/mehvahdjukaar/every_compat/api/PaletteStrategies +instanceKlass net/fabricmc/fabric/api/event/registry/DynamicRegistryView +instanceKlass net/minecraft/resources/RegistryDataLoader +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 112 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837d2000 +instanceKlass net/hibiscus/naturespirit/util/NSEvents +instanceKlass qinomed/kubejsdelight/KubeJSDelightPlugin +instanceKlass com/simibubi/create/api/behaviour/movement/MovementBehaviour +instanceKlass com/mrcrayfish/framework/client/ClientFrameworkNeoForge +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 96 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837cf4e0 +instanceKlass com/phantomwing/rusticdelight/event/ModEvents +instanceKlass com/aetherteam/aether/entity/AetherBossMob +instanceKlass net/mehvahdjukaar/every_compat/api/TextureInfo$Builder +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 80 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837ce858 +instanceKlass com/simibubi/create/api/behaviour/interaction/MovingInteractionBehaviour +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbteams/kubejs/FTBTeamsKubeJSPlugin +instanceKlass com/aetherteam/nitrogen/entity/BossMob +instanceKlass net/neoforged/neoforge/client/model/geometry/SimpleUnbakedGeometry +instanceKlass com/tterrag/registrate/util/nullness/NonNullFunction +instanceKlass com/copycatsplus/copycats/CCBlocks +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/ftbquests/kubejs/FTBQuestsKubeJSPlugin +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837cac40 +instanceKlass com/phantomwing/rusticdelight/RusticDelight$ClientModEvents +instanceKlass @bci com/phantomwing/rusticdelight/world/ModPlacementModifiers ()V 21 argL0 ; # com/phantomwing/rusticdelight/world/ModPlacementModifiers$$Lambda+0x000001d6837ca200 +instanceKlass org/violetmoon/quark/api/ITrowelable +instanceKlass org/violetmoon/quark/api/IUsageTickerOverride +instanceKlass com/phantomwing/rusticdelight/world/ModPlacementModifiers +instanceKlass net/neoforged/neoforge/client/model/geometry/IUnbakedGeometry +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837c7760 +instanceKlass com/mrcrayfish/framework/client/model/geometry/OpenModelGeometry$Loader +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 287 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837bfa98 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 281 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837bf880 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 242 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837bf638 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 156 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837bf400 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 151 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837bf1e8 +instanceKlass @bci net/mehvahdjukaar/every_compat/EveryCompat trackChildType (Ljava/lang/Class;Ljava/lang/String;)V 4 argL0 ; # net/mehvahdjukaar/every_compat/EveryCompat$$Lambda+0x000001d6837befb0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkEntrySet (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Function;Ljava/util/function/Supplier;Lnet/mehvahdjukaar/every_compat/api/TabAddMode;Lnet/mehvahdjukaar/every_compat/api/SimpleEntrySet$LootTableMode;Lorg/apache/commons/lang3/function/TriFunction;Lnet/mehvahdjukaar/every_compat/api/SimpleEntrySet$ITileHolder;Ljava/lang/Object;Ljava/util/function/BiFunction;Ljava/util/function/Consumer;ZZLjava/util/function/Predicate;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 56 member ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkEntrySet$$Lambda+0x000001d6837bed78 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 110 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d6837beb30 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder addRecipe (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 5 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d6837be910 +instanceKlass com/mrcrayfish/framework/event/NeoForgeEvents +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837bd248 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder setTabKey (Lnet/minecraft/resources/ResourceKey;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 2 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d6837bd028 +instanceKlass dev/latvian/mods/kubejs/integration/architectury/ArchitecturyIntegration +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder addTag (Lnet/minecraft/resources/ResourceLocation;[Lnet/minecraft/resources/ResourceKey;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 5 argL0 ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d6837bc960 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder requiresChildren ([Ljava/lang/String;)Lnet/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder; 2 member ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d6837babe8 +instanceKlass @bci com/phantomwing/rusticdelight/ui/ModCreativeModTab ()V 16 argL0 ; # com/phantomwing/rusticdelight/ui/ModCreativeModTab$$Lambda+0x000001d6837ba9d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEffect ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModEffect$$Lambda+0x000001d6837b9688 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSClientPlugin +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 175 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d6837b8dd8 +instanceKlass com/phantomwing/rusticdelight/ui/ModCreativeModTab +instanceKlass net/fabricmc/fabric/api/event/registry/DynamicRegistries +instanceKlass net/hibiscus/naturespirit/client/NSClient +instanceKlass @bci dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl lambda$static$1 (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl$$Lambda+0x000001d6837ad218 +instanceKlass @bci com/phantomwing/rusticdelight/loot/LootModifierManager ()V 16 argL0 ; # com/phantomwing/rusticdelight/loot/LootModifierManager$$Lambda+0x000001d6837ad000 +instanceKlass com/github/L_Ender/cataclysm/init/ModEffect +instanceKlass @bci dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl ()V 12 argL0 ; # dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl$$Lambda+0x000001d6837b71a8 +instanceKlass com/phantomwing/rusticdelight/loot/LootModifierManager +instanceKlass dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager ()V 79 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d6837b4af0 +instanceKlass com/copycatsplus/copycats/CCCreativeTabs +instanceKlass @bci com/mrcrayfish/framework/api/event/ClientConnectionEvents ()V 19 argL0 ; # com/mrcrayfish/framework/api/event/ClientConnectionEvents$$Lambda+0x000001d6837b42b0 +instanceKlass com/mrcrayfish/framework/event/IClientConnectionEvent$LoggingOut +instanceKlass dev/architectury/registry/level/entity/SpawnPlacementsRegistry +instanceKlass @bci net/emilsg/clutterbestiary/util/ModUtil registerSpawnRestrictions ()V 9 argL0 ; # net/emilsg/clutterbestiary/util/ModUtil$$Lambda+0x000001d6837b3ca0 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier ()V 64 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d6837b3a88 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier ()V 48 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d6837b3870 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/BuiltinKubeJSPlugin +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier ()V 32 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d6837b31c8 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;)V 55 argL0 ; # net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder$$Lambda+0x000001d6837b2f80 +instanceKlass @bci com/github/L_Ender/cataclysm/items/Armortier ()V 16 argL0 ; # com/github/L_Ender/cataclysm/items/Armortier$$Lambda+0x000001d6837b2d68 +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 80 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837b2b30 +instanceKlass @bci com/mrcrayfish/framework/api/event/ClientConnectionEvents ()V 4 argL0 ; # com/mrcrayfish/framework/api/event/ClientConnectionEvents$$Lambda+0x000001d6837b26b8 +instanceKlass com/github/L_Ender/cataclysm/items/Armortier +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 75 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837b1bd0 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader getStitchedSprites (Lnet/minecraft/client/renderer/texture/Stitcher;II)Ljava/util/Map; 15 ; # java/lang/invoke/LambdaForm$MH+0x000001d6837ac800 +instanceKlass com/mrcrayfish/framework/event/IClientConnectionEvent$LoggingIn +instanceKlass net/hibiscus/naturespirit/config/NSConfig +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 59 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837b12c8 +instanceKlass com/mrcrayfish/framework/event/IClientConnectionEvent +instanceKlass @bci com/phantomwing/rusticdelight/potions/ModPotions register (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/core/Holder;II)Lnet/minecraft/core/Holder; 9 member ; # com/phantomwing/rusticdelight/potions/ModPotions$$Lambda+0x000001d6837afb58 +instanceKlass net/mehvahdjukaar/every_compat/api/SimpleEntrySet$ITileHolder +instanceKlass org/violetmoon/quark/api/IEnchantmentInfluencer +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 54 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837ae428 +instanceKlass @cpi com/phantomwing/rusticdelight/potions/ModPotions 116 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6837ac400 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 190 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d6837ae000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6837ac000 +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 38 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837abb68 +instanceKlass @bci net/spell_engine/api/spell/registry/SpellRegistry ()V 33 argL0 ; # net/spell_engine/api/spell/registry/SpellRegistry$$Lambda+0x000001d6837a8000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSCriteria ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSCriteria$$Lambda+0x000001d6837a7d30 +instanceKlass net/spell_engine/api/spell/registry/SpellRegistry +instanceKlass @bci com/phantomwing/rusticdelight/potions/ModPotions register (Ljava/lang/String;Lnet/minecraft/core/Holder;I)Lnet/minecraft/core/Holder; 7 member ; # com/phantomwing/rusticdelight/potions/ModPotions$$Lambda+0x000001d6837a7350 +instanceKlass com/mrcrayfish/framework/api/event/ClientConnectionEvents +instanceKlass com/phantomwing/rusticdelight/potions/ModPotions +instanceKlass net/hibiscus/naturespirit/registration/NSCriteria +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1109 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a68b8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1095 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a66a0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1081 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a6488 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1067 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a6270 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1053 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a6058 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1039 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a5e40 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1025 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a5c28 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 1011 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a5a10 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 997 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a57f8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 983 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a55e0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 969 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a53c8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 955 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a51b0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 941 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4f98 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 927 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4d80 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 913 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4b68 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 899 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4950 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 885 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4738 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 871 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4520 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 857 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a4308 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 843 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a40f0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 817 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3ed8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 791 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3cc0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 765 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3aa8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 739 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3890 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 713 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3678 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 687 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3460 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 673 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3248 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 659 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a3030 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 645 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a2e18 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 631 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a2c00 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 617 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a29e8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 591 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a27d0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems registerBlockWithTab (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/minecraft/world/item/Item$Properties;)Lnet/neoforged/neoforge/registries/DeferredItem; 13 member ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a25b0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 565 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a2398 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 551 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a2180 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 537 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a1f68 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 523 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a1d50 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 509 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a1b38 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 495 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a1920 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 481 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a1708 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 467 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a14f0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 453 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a12d8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 439 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a10c0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 425 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0ea8 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 411 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0c90 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 397 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0a78 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 383 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0860 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 369 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0648 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 355 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0430 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 341 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0218 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 327 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d6837a0000 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 313 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379dc00 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 299 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379fd50 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 285 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379fb38 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 271 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379f920 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 257 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379f708 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 243 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379f4f0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 229 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379f2d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4826 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379f0c0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 215 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379eea8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4809 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379ec90 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 201 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379ea78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4792 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379e860 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 187 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379e648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4775 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379e430 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 173 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379e218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4758 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379e000 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 159 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379bdb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4741 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379bba0 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 145 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379b988 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4724 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379b770 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68379d800 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins loadFromFile (Ljava/util/stream/Stream;Ljava/lang/String;Z)V 62 member ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d68379b540 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4707 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379b328 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68379d400 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins loadFromFile (Ljava/util/stream/Stream;Ljava/lang/String;Z)V 51 member ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d68379b0d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4690 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379aec0 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 169 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d68379ac90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4673 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379aa78 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 131 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379a860 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68379d000 +instanceKlass dev/latvian/mods/kubejs/plugin/KubeJSPlugin +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 157 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d68379a438 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4656 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68379a220 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems ()V 117 argL0 ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d68379a008 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68379cc00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4639 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683799df0 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 145 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d683799bc0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68379c800 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager ()V 67 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d683799990 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4622 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683799778 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68379c400 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager ()V 55 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d683799548 +instanceKlass @bci com/phantomwing/rusticdelight/item/ModItems registerBlockWithTab (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredItem; 12 member ; # com/phantomwing/rusticdelight/item/ModItems$$Lambda+0x000001d683799328 +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 133 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d683798ee0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4605 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683799110 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;FF)Lnet/neoforged/neoforge/registries/DeferredHolder; 8 member ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683798cc0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68379c000 +instanceKlass @bci com/mrcrayfish/framework/api/event/ServerEvents ()V 49 argL0 ; # com/mrcrayfish/framework/api/event/ServerEvents$$Lambda+0x000001d683798a88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4588 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683798870 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 425 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683798658 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 155 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683798440 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSVillagers ()V 64 argL0 ; # net/hibiscus/naturespirit/registration/NSVillagers$$Lambda+0x000001d683798228 +instanceKlass @bci com/tterrag/registrate/util/OneTimeEventReceiver addModListener (Lcom/tterrag/registrate/AbstractRegistrate;Lnet/neoforged/bus/api/EventPriority;Ljava/lang/Class;Ljava/util/function/Consumer;)V 197 argL0 ; # com/tterrag/registrate/util/OneTimeEventReceiver$$Lambda+0x000001d683798000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4571 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683797ca0 +instanceKlass com/mrcrayfish/framework/event/IServerEvent$Stopped +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 408 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683797890 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSVillagers ()V 48 argL0 ; # net/hibiscus/naturespirit/registration/NSVillagers$$Lambda+0x000001d683797428 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4554 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683797210 +instanceKlass com/tterrag/registrate/util/OneTimeEventReceiver +instanceKlass @bci net/hibiscus/naturespirit/registration/NSVillagers ()V 32 argL0 ; # net/hibiscus/naturespirit/registration/NSVillagers$$Lambda+0x000001d683796db8 +instanceKlass @bci com/mrcrayfish/framework/api/event/ServerEvents ()V 34 argL0 ; # com/mrcrayfish/framework/api/event/ServerEvents$$Lambda+0x000001d683796778 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 391 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683796560 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4537 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683795f48 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSVillagers ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSVillagers$$Lambda+0x000001d683795950 +instanceKlass net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet$Builder +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4520 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683795738 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 374 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d6837951f0 +instanceKlass com/mrcrayfish/framework/event/IServerEvent$Stopping +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4503 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683793b80 +instanceKlass net/hibiscus/naturespirit/registration/NSVillagers +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 357 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68378fad8 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins loadFromFile (Ljava/util/stream/Stream;Ljava/lang/String;Z)V 34 member ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d68378f898 +instanceKlass @bci com/mrcrayfish/framework/api/event/ServerEvents ()V 19 argL0 ; # com/mrcrayfish/framework/api/event/ServerEvents$$Lambda+0x000001d68378f660 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4486 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68378f448 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 340 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68378efa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4469 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68378ed88 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins loadFromFile (Ljava/util/stream/Stream;Ljava/lang/String;Z)V 22 argL0 ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d68378eb40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 870 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68378e928 +instanceKlass com/mrcrayfish/framework/event/IServerEvent$Started +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4452 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68378e518 +instanceKlass @bci dev/latvian/mods/kubejs/plugin/KubeJSPlugins loadFromFile (Ljava/util/stream/Stream;Ljava/lang/String;Z)V 12 argL0 ; # dev/latvian/mods/kubejs/plugin/KubeJSPlugins$$Lambda+0x000001d68378e2e0 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 323 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68378e0c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4435 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68378ccb0 +instanceKlass net/mehvahdjukaar/moonlight/api/block/IRecolorable +instanceKlass @bci com/mrcrayfish/framework/api/event/ServerEvents ()V 4 argL0 ; # com/mrcrayfish/framework/api/event/ServerEvents$$Lambda+0x000001d68378b908 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 306 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683787bf8 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate registerEventListeners (Lnet/neoforged/bus/api/IEventBus;)Lcom/tterrag/registrate/AbstractRegistrate; 61 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d6837853f8 +instanceKlass dev/latvian/mods/kubejs/util/ModResourceBindings$BindingProvider +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4418 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837851e0 +instanceKlass dev/latvian/mods/kubejs/util/ModResourceBindings +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 289 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683784db0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4401 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683784b98 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate registerEventListeners (Lnet/neoforged/bus/api/IEventBus;)Lcom/tterrag/registrate/AbstractRegistrate; 45 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d683784968 +instanceKlass com/mrcrayfish/framework/event/IServerEvent$Starting +instanceKlass com/mrcrayfish/framework/event/IServerEvent +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683778c00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4384 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377baa0 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 272 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68377b888 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 853 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68377b670 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate registerEventListeners (Lnet/neoforged/bus/api/IEventBus;)Lcom/tterrag/registrate/AbstractRegistrate; 20 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d68377b440 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4367 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377b228 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 255 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68377fce0 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate registerEventListeners (Lnet/neoforged/bus/api/IEventBus;)Lcom/tterrag/registrate/AbstractRegistrate; 13 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d68377fab0 +instanceKlass com/mrcrayfish/framework/api/event/FrameworkEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4350 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377f660 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 238 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68377f240 +instanceKlass dev/latvian/mods/kubejs/plugin/KubeJSPlugins +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 221 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68377cfe8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4333 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377cdd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4316 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377c830 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 205 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68377c618 +instanceKlass com/mrcrayfish/framework/api/event/ServerEvents +instanceKlass net/mehvahdjukaar/amendments/reg/ModRegistry +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 189 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683777de8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4299 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68377c000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 836 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d683777bd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4282 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837779b8 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 173 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d6837777a0 +instanceKlass net/minecraft/world/entity/SpawnPlacementTypes$1 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4265 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683777120 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 157 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683776f08 +instanceKlass @bci dev/latvian/mods/kubejs/KubeJS (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 201 argL0 ; # dev/latvian/mods/kubejs/KubeJS$$Lambda+0x000001d683776cd0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4248 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683776ab8 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 141 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d6837768a0 +instanceKlass @bci dev/latvian/mods/kubejs/KubeJS (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 191 argL0 ; # dev/latvian/mods/kubejs/KubeJS$$Lambda+0x000001d683776668 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4231 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683776450 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacementTypes ()V 16 argL0 ; # net/minecraft/world/entity/SpawnPlacementTypes$$Lambda+0x000001d683776228 +instanceKlass @bci net/minecraft/world/entity/SpawnPlacementTypes ()V 8 argL0 ; # net/minecraft/world/entity/SpawnPlacementTypes$$Lambda+0x000001d683776000 +instanceKlass net/neoforged/neoforge/common/world/StructureModifier +instanceKlass @bci net/minecraft/world/entity/SpawnPlacementTypes ()V 0 argL0 ; # net/minecraft/world/entity/SpawnPlacementTypes$$Lambda+0x000001d683773980 +instanceKlass net/neoforged/neoforge/common/LenientUnboundedMapCodec +instanceKlass net/minecraft/world/entity/SpawnPlacementTypes +instanceKlass net/emilsg/clutterbestiary/util/ModUtil +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/neoforge/CodecUtilsImpl +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl correct (Lcom/electronwill/nightconfig/core/UnmodifiableConfig;)V 42 argL0 ; # com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl$$Lambda+0x000001d683772960 +instanceKlass @bci net/mehvahdjukaar/amendments/configs/CommonConfigs ()V 383 argL0 ; # net/mehvahdjukaar/amendments/configs/CommonConfigs$$Lambda+0x000001d683772730 +instanceKlass @bci net/emilsg/clutterbestiary/sound/ModSoundEvents registerSoundEvent (Ljava/lang/String;)Ldev/architectury/registry/registries/RegistrySupplier; 5 member ; # net/emilsg/clutterbestiary/sound/ModSoundEvents$$Lambda+0x000001d683772320 +instanceKlass net/minecraft/world/level/levelgen/presets/WorldPreset +instanceKlass net/emilsg/clutterbestiary/sound/ModSoundEvents +instanceKlass net/mehvahdjukaar/amendments/configs/CommonConfigs +instanceKlass com/mrcrayfish/framework/api/FrameworkAPI +instanceKlass org/betterx/wover/preset/mixin/WorldPresetAccessor +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 312 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d683770fa0 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec defineRestrictedEnum (Ljava/util/List;Ljava/lang/Class;Ljava/util/Collection;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Supplier;)V 8 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6837261a0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 299 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d683770d88 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 286 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d6837703d0 +instanceKlass net/mehvahdjukaar/every_compat/api/AbstractSimpleEntrySet +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 273 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376f918 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 260 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376f700 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 247 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376f4e8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 234 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376f2d0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 221 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376f0b8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 208 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376eea0 +instanceKlass @bci com/mrcrayfish/framework/api/config/EnumProperty getAllowedValuesString ()Ljava/lang/String; 11 argL0 ; # com/mrcrayfish/framework/api/config/EnumProperty$$Lambda+0x000001d68376ec68 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 195 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376ea50 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 182 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376e838 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 168 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376e620 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 154 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376e408 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 140 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376e1f0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 126 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376dfd8 +instanceKlass org/violetmoon/zetaimplforge/item/IForgeItemItemExtensions +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 112 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376dac0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 98 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376d8a8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 84 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376d108 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 70 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376ccb8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 56 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376caa0 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 42 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376c888 +instanceKlass org/violetmoon/quark/content/tools/config/PickarangType +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 28 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376c1b8 +instanceKlass @bci net/emilsg/clutterbestiary/entity/ModEntityTypes ()V 14 argL0 ; # net/emilsg/clutterbestiary/entity/ModEntityTypes$$Lambda+0x000001d68376ba40 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl load (Ljava/nio/file/Path;Z)V 95 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl$$Lambda+0x000001d68376b820 +instanceKlass net/mehvahdjukaar/amendments/Amendments +instanceKlass net/emilsg/clutterbestiary/entity/ModEntityTypes +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 109 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68376a5d0 +instanceKlass net/spell_engine/config/ServerConfig +instanceKlass com/mrcrayfish/framework/config/ConfigWatcher +instanceKlass net/mehvahdjukaar/moonlight/api/block/ISoftFluidTankProvider +instanceKlass @bci net/emilsg/clutterbestiary/block/entity/ModBlockEntityTypes ()V 16 argL0 ; # net/emilsg/clutterbestiary/block/entity/ModBlockEntityTypes$$Lambda+0x000001d683755c40 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager$ValueProxy +instanceKlass @bci net/spell_engine/SpellEngineMod init ()V 2 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d683755800 +instanceKlass net/emilsg/clutterbestiary/block/entity/ModBlockEntityTypes +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 854 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683757708 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 840 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837574f0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 826 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837572d8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 812 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837570c0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 798 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756ea8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 784 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756c90 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 770 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756a78 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 756 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756860 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 742 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756648 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 728 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756430 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 714 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756218 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 700 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683756000 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 686 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767c90 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 672 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767a78 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 658 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767860 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 644 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767648 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 630 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767430 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 616 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683767218 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 602 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375fcf0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 588 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375fad8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 574 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375f8c0 +instanceKlass @bci dev/latvian/mods/rhino/type/TypeInfo of (Ljava/lang/Class;)Ldev/latvian/mods/rhino/type/TypeInfo; 119 argL0 ; # dev/latvian/mods/rhino/type/TypeInfo$$Lambda+0x000001d68375f688 +instanceKlass @bci io/wispforest/owo/client/OwoClient (Lnet/neoforged/bus/api/IEventBus;)V 141 argL0 ; # io/wispforest/owo/client/OwoClient$$Lambda+0x000001d68375f460 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 560 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375f248 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl lambda$load$1 (Ljava/nio/file/Path;)V 21 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl$$Lambda+0x000001d68375f018 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType register (Lnet/minecraft/resources/ResourceKey;Ldev/latvian/mods/rhino/type/TypeInfo;)V 45 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$$Lambda+0x000001d68375ede0 +instanceKlass @bci io/wispforest/owo/client/OwoClient (Lnet/neoforged/bus/api/IEventBus;)V 119 argL0 ; # io/wispforest/owo/client/OwoClient$$Lambda+0x000001d68375ebb8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 546 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375e9a0 +instanceKlass @bci net/spell_engine/SpellEngineMod ()V 64 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d68375e768 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec isCorrect (Lcom/electronwill/nightconfig/core/Config;)Z 12 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d683725f60 +instanceKlass @bci io/wispforest/owo/client/screens/ScreenInternals$Client init ()V 3 argL0 ; # io/wispforest/owo/client/screens/ScreenInternals$Client$$Lambda+0x000001d68375e540 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 532 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375e328 +instanceKlass io/wispforest/owo/client/screens/ScreenInternals +instanceKlass net/spell_engine/api/tags/SpellEngineItemTags +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 518 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375dd10 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/JavaWrapper +instanceKlass com/kyanite/deeperdarker/DeeperDarkerClientEvents +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 504 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375d498 +instanceKlass net/spell_engine/utils/PatternMatching +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 490 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375d080 +instanceKlass io/wispforest/owo/client/screens/ScreenInternals$Client +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 29 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d68375cc48 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 476 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68375ca30 +instanceKlass @bci net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule (Ljava/lang/String;)V 24 argL0 ; # net/mehvahdjukaar/stone_zone/modules/quark/QuarkModule$$Lambda+0x000001d68375c818 +instanceKlass @bci io/wispforest/owo/client/OwoClient (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # io/wispforest/owo/client/OwoClient$$Lambda+0x000001d683753be8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 462 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837539d0 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType$Scanner processClass (Ljava/util/stream/Stream;)V 31 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$Lambda+0x000001d6837537a8 +instanceKlass com/mrcrayfish/framework/util/ConfigHelper +instanceKlass @bci net/mehvahdjukaar/every_compat/modules/EveryCompatModule memor (Ljava/lang/String;Lnet/minecraft/core/Registry;)Ljava/util/function/Supplier; 3 member ; # net/mehvahdjukaar/every_compat/modules/EveryCompatModule$$Lambda+0x000001d683753370 +instanceKlass net/spell_engine/api/spell/Spell$Delivery$ShootProjectile$DirectionOffset +instanceKlass @bci io/wispforest/owo/itemgroup/json/OwoItemGroupLoader initItemGroupCallback ()V 3 argL0 ; # io/wispforest/owo/itemgroup/json/OwoItemGroupLoader$$Lambda+0x000001d683752d68 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType$Scanner processClass (Ljava/util/stream/Stream;)V 21 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$Lambda+0x000001d683752b30 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 448 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683752918 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 99 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d6837526e8 +instanceKlass @bci io/wispforest/owo/moddata/ModDataLoader load (Lio/wispforest/owo/moddata/ModDataConsumer;)V 77 member ; # io/wispforest/owo/moddata/ModDataLoader$$Lambda+0x000001d6837524b8 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType$Scanner processClass (Ljava/util/stream/Stream;)V 11 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$Lambda+0x000001d683752280 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 434 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683751e78 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683755400 +# instanceKlass dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$InjectedInvoker+0x000001d683755000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerInBatch (Lnet/minecraft/core/Registry;Ljava/util/function/Consumer;)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d683751a08 +instanceKlass @bci dev/latvian/mods/kubejs/script/KubeJSBackgroundThread run ()V 7 argL0 ; # dev/latvian/mods/kubejs/script/KubeJSBackgroundThread$$Lambda+0x000001d6837517f0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 420 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837515d8 +instanceKlass @bci io/wispforest/owo/moddata/ModDataLoader load (Lio/wispforest/owo/moddata/ModDataConsumer;)V 45 member ; # io/wispforest/owo/moddata/ModDataLoader$$Lambda+0x000001d6837513a8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683754800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 819 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d683751190 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683754400 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 406 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683750f78 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 86 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d683750b58 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType$Scanner processClass (Ljava/util/stream/Stream;)V 1 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$Lambda+0x000001d6837506b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4214 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837504a0 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 73 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d68374dcf0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 392 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68374d660 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 125 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68374d878 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4197 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68374d448 +instanceKlass @bci net/mehvahdjukaar/every_compat/api/CompatModule (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 60 member ; # net/mehvahdjukaar/every_compat/api/CompatModule$$Lambda+0x000001d68374d218 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 378 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68374d000 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 109 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68374fc30 +instanceKlass net/spell_engine/api/spell/Spell$ProjectileModel +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4180 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68374f810 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4163 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68374f2e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 802 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68374f0d0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 364 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68374bdd0 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 93 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68374bbb8 +instanceKlass net/spell_engine/api/spell/Spell$ProjectileData$Client +instanceKlass org/violetmoon/zeta/util/handler/FuelHandler$ICustomWoodFuelValue +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4146 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68374b5a0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 350 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68374b388 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 77 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d68374b170 +instanceKlass dev/latvian/mods/kubejs/script/PlatformWrapper +instanceKlass net/spell_engine/api/spell/Spell$ProjectileData$Perks +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4129 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68374a8e8 +instanceKlass @bci io/wispforest/owo/moddata/ModDataLoader load (Lio/wispforest/owo/moddata/ModDataConsumer;)V 16 member ; # io/wispforest/owo/moddata/ModDataLoader$$Lambda+0x000001d68374a458 +instanceKlass net/mehvahdjukaar/every_compat/api/EntrySet +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 61 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683741c98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4112 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683741a80 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 336 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683741868 +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 45 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683741650 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4095 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683741438 +instanceKlass io/wispforest/owo/moddata/ModDataLoader +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager createFrameworkConfig (Ljava/nio/file/Path;Ljava/lang/String;CLjava/lang/String;)Lcom/electronwill/nightconfig/core/CommentedConfig; 67 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d683741218 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 322 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683741000 +instanceKlass net/spell_engine/api/spell/Spell$ProjectileData +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 29 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683743b70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4078 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683743958 +instanceKlass @bci dev/latvian/mods/kubejs/util/Tristate ()V 91 argL0 ; # dev/latvian/mods/kubejs/util/Tristate$$Lambda+0x000001d683743740 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 308 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683743528 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl load (Ljava/nio/file/Path;Z)V 58 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl$$Lambda+0x000001d683742fe0 +instanceKlass @bci dev/latvian/mods/kubejs/util/Tristate ()V 86 argL0 ; # dev/latvian/mods/kubejs/util/Tristate$$Lambda+0x000001d683742dc8 +instanceKlass net/spell_engine/api/spell/Spell$LaunchProperties +instanceKlass @bci com/phantomwing/rusticdelight/block/ModBlocks ()V 13 argL0 ; # com/phantomwing/rusticdelight/block/ModBlocks$$Lambda+0x000001d683742888 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4061 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683742450 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 294 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683742238 +instanceKlass @bci dev/latvian/mods/kubejs/util/Tristate ()V 73 argL0 ; # dev/latvian/mods/kubejs/util/Tristate$$Lambda+0x000001d683742000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$Builder;)Lnet/neoforged/neoforge/registries/DeferredHolder; 6 member ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683747be0 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager createComments (Lcom/electronwill/nightconfig/core/ConfigSpec;Ljava/util/Map;)Lcom/electronwill/nightconfig/core/CommentedConfig; 17 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d6837479b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4044 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683747798 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 785 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68373fc08 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 280 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68373f9f0 +instanceKlass @bci dev/latvian/mods/kubejs/util/Tristate ()V 68 argL0 ; # dev/latvian/mods/kubejs/util/Tristate$$Lambda+0x000001d68373f7b8 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec correct (Lcom/electronwill/nightconfig/core/Config;Lcom/electronwill/nightconfig/core/ConfigSpec$CorrectionListener;)I 61 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d683705d80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4027 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68373f5a0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 64 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68373f388 +instanceKlass org/violetmoon/zeta/block/ZetaBlock$Constructor +instanceKlass net/spell_engine/api/spell/Spell$Delivery$ShootProjectile +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 266 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68373dc38 +instanceKlass @bci com/mrcrayfish/framework/api/config/DoubleProperty defineSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 30 member ; # com/mrcrayfish/framework/api/config/DoubleProperty$$Lambda+0x000001d68373d9e8 +instanceKlass io/wispforest/owo/itemgroup/json/OwoItemGroupLoader +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 4010 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68373d340 +instanceKlass net/neoforged/neoforge/event/entity/living/ArmorHurtEvent$ArmorEntry +instanceKlass org/violetmoon/zeta/config/type/OrePocketConfig +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 252 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68373bae8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3993 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68373b8d0 +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Disrupt +instanceKlass @bci com/mrcrayfish/framework/api/config/IntProperty defineSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 30 member ; # com/mrcrayfish/framework/api/config/IntProperty$$Lambda+0x000001d68373a5c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3976 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68373a188 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 238 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683739f70 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager createSpec (Ljava/util/Set;)Lcom/electronwill/nightconfig/core/ConfigSpec; 21 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d683739d40 +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Melee +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3959 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683739920 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 224 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683739708 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 768 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6837394f0 +instanceKlass org/violetmoon/quark/content/world/config/StoneTypeConfig +instanceKlass com/phantomwing/rusticdelight/block/ModBlocks +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager createSpec (Ljava/util/Set;)Lcom/electronwill/nightconfig/core/ConfigSpec; 4 argL0 ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d683738eb0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 167 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683738c98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3942 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683738a80 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Deliver +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 210 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683738668 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper$$Lambda+0x000001d683738430 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 159 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683738218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3925 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683738000 +instanceKlass com/kyanite/deeperdarker/DeeperDarkerEvents +instanceKlass @bci io/wispforest/owo/shader/BlurProgram ()V 18 member ; # io/wispforest/owo/shader/BlurProgram$$Lambda+0x000001d683737870 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper$$Lambda+0x000001d683737638 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 143 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683737420 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 196 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683737208 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager$FrameworkConfigImpl +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3908 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683736de8 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper$$Lambda+0x000001d683733040 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 133 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683732e28 +instanceKlass @bci io/wispforest/owo/ui/event/WindowResizeCallback lambda$static$1 ([Lio/wispforest/owo/ui/event/WindowResizeCallback;)Lio/wispforest/owo/ui/event/WindowResizeCallback; 1 member ; # io/wispforest/owo/ui/event/WindowResizeCallback$$Lambda+0x000001d683732c08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3891 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837329f0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 182 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837327d8 +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Melee$HitBox +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 122 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683731728 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper$$Lambda+0x000001d6837314f0 +instanceKlass @bci io/wispforest/owo/ui/event/WindowResizeCallback ()V 2 argL0 ; # io/wispforest/owo/ui/event/WindowResizeCallback$$Lambda+0x000001d6837312b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3874 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837310a0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 168 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683730e88 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 114 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683728a38 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper ()V 0 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper$$Lambda+0x000001d683728800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 751 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d683729c60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3857 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683729a48 +instanceKlass io/wispforest/owo/ui/event/WindowResizeCallback +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Melee$Attack +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 106 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683729430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 50 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d683729218 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 154 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683729000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3840 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372b0a0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 90 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372ac50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 34 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68372aa38 +instanceKlass com/phantomwing/rusticdelight/item/ModItems +instanceKlass net/spell_engine/api/spell/Spell$AreaImpact$ExtraRadius +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 140 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68372a418 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3823 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372a000 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 80 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372fd00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities ()V 18 argL0 ; # io/github/razordevs/deep_aether/init/DAEntities$$Lambda+0x000001d68372f8c0 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 126 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68372f6a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3806 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372f490 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 70 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372f278 +instanceKlass net/spell_engine/api/spell/Spell$AreaImpact +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarkerConfig ()V 7 argL0 ; # com/kyanite/deeperdarker/DeeperDarkerConfig$$Lambda+0x000001d68372ee30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3789 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372ec18 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 112 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68372ea00 +instanceKlass io/github/razordevs/deep_aether/init/DAEntities +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 60 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372e5e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3772 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372e3d0 +instanceKlass com/kyanite/deeperdarker/DeeperDarkerConfig +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 50 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372dfb0 +instanceKlass @bci io/wispforest/owo/shader/GlProgram (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;)V 19 member ; # io/wispforest/owo/shader/GlProgram$$Lambda+0x000001d68372dd80 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 734 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68372db68 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 98 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68372d950 +instanceKlass net/spell_engine/api/spell/Spell$Target$Aim +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3755 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372d538 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 40 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372d320 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3738 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372d108 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 84 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68372cef0 +instanceKlass @bci io/wispforest/owo/shader/GlProgram (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;)V 13 member ; # io/wispforest/owo/shader/GlProgram$$Lambda+0x000001d68372ccb0 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Target +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 30 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d68372c660 +instanceKlass @bci com/phantomwing/rusticdelight/RusticDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 38 argL0 ; # com/phantomwing/rusticdelight/RusticDelight$$Lambda+0x000001d68372c448 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 191 member ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d68372c218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3721 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68372c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683728000 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 70 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68371cc00 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 179 member ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d6837239e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3704 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837237c8 +instanceKlass com/phantomwing/rusticdelight/Configuration +instanceKlass io/wispforest/owo/shader/GlProgram +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 160 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d683723190 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2DoubleFunction +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 56 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683722f78 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 167 member ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d683722d48 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Impacts +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3687 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683722930 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 144 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d683722718 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 155 member ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d6837224e8 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 42 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d6837222d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3670 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837220b8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 128 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d683721ea0 +instanceKlass @bci com/phantomwing/rusticdelight/RusticDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/phantomwing/rusticdelight/RusticDelight$$Lambda+0x000001d683721c70 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 143 member ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d683721a40 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 28 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d683721828 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3653 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683721610 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 112 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d6837213f8 +instanceKlass net/mehvahdjukaar/every_compat/configs/UnsafeDisablerConfigs +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 717 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d683720fe0 +instanceKlass @bci com/kyanite/deeperdarker/DeeperDarker (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 131 argL0 ; # com/kyanite/deeperdarker/DeeperDarker$$Lambda+0x000001d683720db8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3636 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68371dc60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 96 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d68371da48 +instanceKlass @bci net/emilsg/clutterbestiary/item/ModItems ()V 14 argL0 ; # net/emilsg/clutterbestiary/item/ModItems$$Lambda+0x000001d68371d638 +instanceKlass net/minecraft/client/gui/screens/inventory/tooltip/ClientTooltipPositioner +instanceKlass io/wispforest/owo/moddata/ModDataConsumer +instanceKlass @bci io/wispforest/owo/Owo (Lnet/neoforged/bus/api/IEventBus;)V 26 argL0 ; # io/wispforest/owo/Owo$$Lambda+0x000001d68371d218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3619 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68371d000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDLootModifiers ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDLootModifiers$$Lambda+0x000001d68371fd78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 80 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d68371fb60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3602 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68371f710 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 64 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d68371f4f8 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager$PropertyData +instanceKlass net/mehvahdjukaar/every_compat/api/EveryCompatAPI +instanceKlass io/wispforest/owo/network/neoforge/NeoOwoNetworking +instanceKlass com/kyanite/deeperdarker/content/DDLootModifiers +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 48 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d68371afc8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3585 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68371adb0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 32 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d683719a70 +instanceKlass @bci com/kyanite/deeperdarker/world/otherside/OthersideDimension ()V 52 argL0 ; # com/kyanite/deeperdarker/world/otherside/OthersideDimension$$Lambda+0x000001d683717d48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3568 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683717b30 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 700 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d683717710 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAParticles ()V 16 argL0 ; # io/github/razordevs/deep_aether/init/DAParticles$$Lambda+0x000001d6837174f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3551 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837172e0 +instanceKlass java/text/FieldPosition$Delegate +instanceKlass com/kyanite/deeperdarker/world/otherside/OthersideDimension +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3534 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683715268 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZoneCommon addModules ()V 20 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZoneCommon$$Lambda+0x000001d683715050 +instanceKlass io/github/razordevs/deep_aether/init/DAParticles +instanceKlass com/soytutta/mynethersdelight/common/events/CommonEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3517 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683714a38 +instanceKlass io/wispforest/owo/util/Wisdom +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$ConfigScanData lambda$scan$1 (Ljava/util/Stack;Ljava/lang/Object;Ljava/lang/reflect/Field;)V 16 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$ConfigScanData$$Lambda+0x000001d683714608 +instanceKlass com/kyanite/deeperdarker/world/structures/CustomStructures +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4339 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683711ff8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3500 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683712210 +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Damage +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3483 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683710f50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4325 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683710d38 +instanceKlass @bci io/wispforest/owo/Owo (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # io/wispforest/owo/Owo$$Lambda+0x000001d68370f9b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3466 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68370f7a0 +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4311 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68370f380 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 683 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d68370f168 +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleMaps +instanceKlass @bci io/wispforest/owo/ops/LootOps registerListener ()V 3 argL0 ; # io/wispforest/owo/ops/LootOps$$Lambda+0x000001d68370ef40 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/MapWashingModule ()V 6 member ; # org/violetmoon/quark/content/tweaks/module/MapWashingModule$$Lambda+0x000001d68370ed20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3449 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68370eb08 +instanceKlass @bci net/mehvahdjukaar/stone_zone/StoneZone init ()V 27 argL0 ; # net/mehvahdjukaar/stone_zone/StoneZone$$Lambda+0x000001d68370e8f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4297 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68370e6d8 +instanceKlass net/spell_engine/api/spell/Spell$Impact +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3432 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68370e2b8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/set/mud/MudType$Finder (Lnet/minecraft/resources/ResourceLocation;)V 10 member ; # net/mehvahdjukaar/stone_zone/api/set/mud/MudType$Finder$$Lambda+0x000001d68370e098 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4283 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68370de80 +instanceKlass com/mrcrayfish/framework/api/config/ConfigProperty +instanceKlass io/wispforest/owo/ops/LootOps +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3415 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68370ba80 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4269 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68370b868 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager$ConfigScanData scan (Ljava/util/Stack;Ljava/lang/Object;)V 15 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$ConfigScanData$$Lambda+0x000001d68370b130 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3398 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68370af18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4255 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68370ad00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3381 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683709dd8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4241 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683707d10 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager$ConfigScanData +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3364 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6837078d0 +instanceKlass net/spell_engine/api/spell/Spell$Target$Area +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4227 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6837074b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3347 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683706608 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4213 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6837063f0 +instanceKlass net/emilsg/clutterbestiary/item/ModItems +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3330 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683703cf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4199 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683703ae0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3313 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683702540 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4185 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683702328 +instanceKlass @bci com/mrcrayfish/framework/config/FrameworkConfigManager ()V 33 member ; # com/mrcrayfish/framework/config/FrameworkConfigManager$$Lambda+0x000001d6837020f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3296 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683701ee0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4171 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683701cc8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4154 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6837016d0 +instanceKlass com/mrcrayfish/controllable/Config$Client$Options$Advanced +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4140 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683701278 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3279 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683700e58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4126 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683700c40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4112 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683700a28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3262 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683700810 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4098 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683700408 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/neoforge/PicklePlayer +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3245 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836fcc00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4084 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fda28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3228 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836fd810 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4070 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fd408 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3211 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836fd1f0 +instanceKlass @bci net/emilsg/clutterbestiary/block/ModBlocks ()V 52 argL0 ; # net/emilsg/clutterbestiary/block/ModBlocks$$Lambda+0x000001d6836ffd40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4056 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ffb28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3194 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ff910 +instanceKlass @bci com/mrcrayfish/framework/api/config/EnumProperty (Ljava/lang/Enum;Ljava/util/Set;)V 3 member ; # com/mrcrayfish/framework/api/config/EnumProperty$$Lambda+0x000001d6836ff6e0 +instanceKlass @bci net/emilsg/clutterbestiary/block/ModBlocks ()V 39 argL0 ; # net/emilsg/clutterbestiary/block/ModBlocks$$Lambda+0x000001d6836ff2d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4042 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ff0c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3177 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836feea8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatMaps +instanceKlass @bci net/emilsg/clutterbestiary/block/ModBlocks ()V 26 argL0 ; # net/emilsg/clutterbestiary/block/ModBlocks$$Lambda+0x000001d6836fea50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4028 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fe838 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3160 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836fe620 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4014 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fe218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3143 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836fe000 +instanceKlass @bci net/emilsg/clutterbestiary/block/ModBlocks ()V 13 argL0 ; # net/emilsg/clutterbestiary/block/ModBlocks$$Lambda+0x000001d6836fbda0 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 112 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836fbb88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 4000 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fb730 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3986 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836fa1b0 +instanceKlass net/emilsg/clutterbestiary/block/ICutoutRenderable +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3972 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f9b58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3958 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f9940 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 96 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836f9158 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3126 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f8d00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3109 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f8ae8 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2LongFunction +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3944 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f8698 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3092 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f8480 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3930 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f8268 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3075 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f7c10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3916 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f6200 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3058 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f5fe8 +instanceKlass com/mrcrayfish/controllable/client/settings/SettingEnum +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3902 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f5970 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 80 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836f5758 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3041 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f5540 +instanceKlass com/mrcrayfish/controllable/Config$Client$Options +instanceKlass com/soytutta/mynethersdelight/common/item/HotCreamConeItem$StriderFoodEvent +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3888 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f47a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3024 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f4588 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder childBlock (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder; 3 member ; # net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder$$Lambda+0x000001d6836f4368 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3874 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f2dd8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 3007 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f2718 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder stone (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder; 2 member ; # net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder$$Lambda+0x000001d6836f2288 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 553 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836f1c40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3860 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836f17c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2990 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836f1370 +instanceKlass @bci net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder (Lnet/minecraft/resources/ResourceLocation;)V 10 member ; # net/mehvahdjukaar/stone_zone/api/set/stone/StoneType$Finder$$Lambda+0x000001d6836f1150 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3846 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e9cd8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2973 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e9ac0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3832 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e9458 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2956 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e9240 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3818 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836eba08 +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinderBuilder +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2939 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836eb550 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks registerBlockItemDisabled (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)V 5 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836eb330 +instanceKlass net/spell_engine/client/particle/TemplateParticleEffect$Appearance +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2922 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836eaf10 +instanceKlass net/emilsg/clutterbestiary/block/ModBlocks +instanceKlass @bci net/spell_engine/client/particle/TemplateParticleType (Z)V 7 member ; # net/spell_engine/client/particle/TemplateParticleType$$Lambda+0x000001d6836efcf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2905 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836efae0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2888 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ef8c8 +instanceKlass com/mrcrayfish/controllable/Config$Client +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 64 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836ef250 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl$1 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2871 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ef038 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3804 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ee838 +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/SupplementariesForgeClient +instanceKlass com/mrcrayfish/controllable/Config +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2854 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ee018 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3790 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836edbc8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2LongMaps +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2837 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ec878 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3773 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ec660 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeConfigHelper lambda$getAllFrameworkConfigs$2 (Ljava/util/List;Lnet/neoforged/neoforgespi/language/ModFileScanData$AnnotationData;)V 47 member ; # com/mrcrayfish/framework/platform/NeoForgeConfigHelper$$Lambda+0x000001d6836ec430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3756 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ec218 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3739 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ec000 +instanceKlass @bci dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Ldev/architectury/registry/registries/RegistrySupplier; 60 member ; # dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl$$Lambda+0x000001d6836e7a90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3722 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e7878 +instanceKlass net/mehvahdjukaar/stone_zone/api/intergration/CompatStoneType +instanceKlass it/unimi/dsi/fastutil/objects/Object2LongMap +instanceKlass @bci dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Ldev/architectury/registry/registries/RegistrySupplier; 48 member ; # dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl$$Lambda+0x000001d6836e7458 +instanceKlass org/violetmoon/zeta/api/ICollateralMover +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3705 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e6c68 +instanceKlass @bci dev/architectury/registry/registries/forge/RegistrarManagerImpl$Data register (Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceLocation;Lorg/apache/commons/lang3/mutable/Mutable;Ljava/util/function/Supplier;)V 15 member ; # dev/architectury/registry/registries/forge/RegistrarManagerImpl$Data$$Lambda+0x000001d6836e6808 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2820 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e65f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3688 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e61d0 +instanceKlass com/soytutta/mynethersdelight/core/data/MNDDataGenerators +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3671 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e5aa8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2803 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e5890 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl init ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$$Lambda+0x000001d6836e5678 +instanceKlass @bci dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Ldev/architectury/registry/registries/RegistrySupplier; 8 argL0 ; # dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl$$Lambda+0x000001d6836e4e20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3654 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e49c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2786 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e47b0 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 48 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836e4598 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDEnchantmentComponents ()V 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDEnchantmentComponents$$Lambda+0x000001d6836e4380 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3637 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e4168 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2769 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e3f50 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/fire_behaviors/IFireItemBehaviorRegistry +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 536 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836e3900 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3620 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e36e8 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDEnchantmentComponents +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2752 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e3098 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistrarImpl +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl +instanceKlass net/mehvahdjukaar/moonlight/api/util/INamedSupplier$1 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3603 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e26b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2735 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e2210 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/loot/RemplaceLootModifier$$Lambda+0x000001d6836e1b58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3586 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e1940 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2718 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e1728 +instanceKlass net/spell_engine/fx/SpellEngineParticles +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/INamedSupplier memoize (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/mehvahdjukaar/moonlight/api/util/INamedSupplier; 6 member ; # net/mehvahdjukaar/moonlight/api/util/INamedSupplier$$Lambda+0x000001d6836e12f0 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 32 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836e10d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2701 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e0ec0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3569 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e0ca8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2684 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e0840 +instanceKlass @bci com/kyanite/deeperdarker/world/DDFeatures ()V 16 argL0 ; # com/kyanite/deeperdarker/world/DDFeatures$$Lambda+0x000001d6836e0628 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3552 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836e0410 +instanceKlass net/mehvahdjukaar/moonlight/api/util/INamedSupplier +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2667 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836e0000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3535 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836dd400 +instanceKlass net/spell_engine/api/spell/fx/Sound +instanceKlass com/kyanite/deeperdarker/world/DDFeatures +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2650 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836dfbf8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry makeFutureHolder (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/util/INamedSupplier; 3 member ; # net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry$$Lambda+0x000001d6836df9d8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2LongFunction +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3521 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836df7c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2633 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836df5a8 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper ()V 26 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6836df360 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3504 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836df148 +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials ()V 78 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d6836def30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2616 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ded18 +instanceKlass @bci com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier ()V 0 argL0 ; # com/soytutta/mynethersdelight/common/loot/MNDEspecialLootModifier$$Lambda+0x000001d6836deae8 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper ()V 18 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6836de8a0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3487 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836de688 +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials ()V 62 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d6836de470 +instanceKlass @bci com/mrcrayfish/framework/api/config/IntProperty (ILcom/mrcrayfish/framework/api/config/validate/Validator;)V 6 member ; # com/mrcrayfish/framework/api/config/IntProperty$$Lambda+0x000001d6836de248 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper ()V 10 argL0 ; # net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper$$Lambda+0x000001d6836de000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2599 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836dbc18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3473 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836dba00 +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials ()V 43 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d6836db7d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2582 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836db388 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 508 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836db170 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3459 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836daf58 +instanceKlass @bci com/kyanite/deeperdarker/util/DDArmorMaterials ()V 20 argL0 ; # com/kyanite/deeperdarker/util/DDArmorMaterials$$Lambda+0x000001d6836dad30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2565 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836dab18 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 491 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836da900 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3445 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d9290 +instanceKlass net/mehvahdjukaar/every_compat/misc/CompatSpritesHelper +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2548 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d8e78 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 474 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d8a58 +instanceKlass net/spell_engine/fx/SpellEngineSounds$Entry +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3431 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d8640 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$Data +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2531 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d8428 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 457 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d8000 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDLootModifiers +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3417 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d5a18 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2514 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d5800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 440 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d7c78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3403 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d6860 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEnchantments ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDEnchantments$$Lambda+0x000001d6836d6648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2497 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d6430 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBiomeFeatures ()V 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBiomeFeatures$$Lambda+0x000001d6836d6218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 423 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d6000 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistryProviderImpl$EventListener +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3389 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d3ae8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2480 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d38d0 +instanceKlass com/mrcrayfish/framework/api/config/validate/Validator +instanceKlass com/kyanite/deeperdarker/content/DDEnchantments +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 406 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d32c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3375 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d2be0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2463 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d29c8 +instanceKlass net/spell_engine/fx/SpellEngineSounds +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 389 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d25b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3358 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d2398 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2446 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d2180 +instanceKlass org/violetmoon/quark/base/config/type/ConvulsionMatrixConfig +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 372 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d1d18 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDBiomeFeatures +instanceKlass @bci net/spell_engine/api/spell/fx/PlayerAnimation ()V 0 argL0 ; # net/spell_engine/api/spell/fx/PlayerAnimation$$Lambda+0x000001d6836d18e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3344 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d16c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2429 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d14b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 355 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d1298 +instanceKlass @bci com/kyanite/deeperdarker/content/DDRecipes ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDRecipes$$Lambda+0x000001d6836d1080 +instanceKlass dev/architectury/registry/registries/RegistrarBuilder +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3330 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836d0c70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2412 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836d0860 +instanceKlass dev/architectury/registry/registries/Registrar +instanceKlass net/spell_engine/api/spell/fx/PlayerAnimation +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDCreativeTab ()V 18 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDCreativeTab$$Lambda+0x000001d6836d0430 +instanceKlass @bci com/kyanite/deeperdarker/content/DDRecipes ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDRecipes$$Lambda+0x000001d6836d0218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 338 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836d0000 +instanceKlass com/mrcrayfish/goblintraders/Config$Entities$Goblin$Trades$Trade +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2395 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c9c70 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistryProviderImpl +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3316 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c9800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 310 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836cfc78 +instanceKlass com/kyanite/deeperdarker/content/DDRecipes +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDCreativeTab +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2378 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836cf660 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3302 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836cf448 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 293 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836cf230 +instanceKlass org/violetmoon/quark/base/config/type/ConvulsionMatrixConfig$Params +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2361 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836cee00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3288 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836cebe8 +instanceKlass com/mrcrayfish/goblintraders/trades/IRaritySettings +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 276 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836ce7d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDPotions ()V 48 argL0 ; # com/kyanite/deeperdarker/content/DDPotions$$Lambda+0x000001d6836ce5c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2344 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ce3a8 +instanceKlass com/mrcrayfish/goblintraders/Config$Entities$Goblin$Trades +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3274 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836cdf80 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDEntityTypes ()V 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDEntityTypes$$Lambda+0x000001d6836cdb70 +instanceKlass dev/architectury/registry/registries/RegistrarManager$RegistryProvider +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 259 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836cd958 +instanceKlass @bci com/kyanite/deeperdarker/content/DDPotions ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDPotions$$Lambda+0x000001d6836cd740 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Casting +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2327 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836cd328 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3260 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836cd110 +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl +instanceKlass net/mehvahdjukaar/every_compat/misc/SpriteExtra$Builder +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 242 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836ccaf0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDPotions ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDPotions$$Lambda+0x000001d6836cc8d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2310 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836cc6c0 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDEntityTypes +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3246 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836cc2a8 +instanceKlass com/mrcrayfish/goblintraders/Config$Entities$Goblin +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 225 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c4c08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2293 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c49f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3232 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c5c88 +instanceKlass com/kyanite/deeperdarker/content/DDPotions +instanceKlass @bci dev/architectury/registry/registries/RegistrarManager get (Ljava/lang/String;)Ldev/architectury/registry/registries/RegistrarManager; 4 argL0 ; # dev/architectury/registry/registries/RegistrarManager$$Lambda+0x000001d6836c5850 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 208 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c5638 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes ()V 48 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d6836c5420 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2276 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c5208 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3218 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c7b80 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes ()V 32 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d6836c7968 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2259 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c7750 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 180 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c7538 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3204 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c6218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEffects ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDEffects$$Lambda+0x000001d6836c6000 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes ()V 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes$$Lambda+0x000001d6836c3d58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2242 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c3b40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 163 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c3928 +instanceKlass com/mrcrayfish/goblintraders/spawner/IGoblinData +instanceKlass @bci com/kyanite/deeperdarker/content/DDEffects ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDEffects$$Lambda+0x000001d6836c3518 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3190 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c3300 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2225 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c30e8 +instanceKlass net/minecraft/world/damagesource/DamageTypes +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 146 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c2cd8 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDBlockEntityTypes +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3176 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836c28c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2208 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836c1058 +instanceKlass @bci com/mrcrayfish/framework/api/config/AbstractProperty (Ljava/lang/Object;Lcom/mrcrayfish/framework/api/config/validate/Validator;)V 3 member ; # com/mrcrayfish/framework/api/config/AbstractProperty$$Lambda+0x000001d6836c0e28 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 129 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836c0c10 +instanceKlass dev/architectury/registry/registries/DeferredRegister$Entry +instanceKlass com/kyanite/deeperdarker/content/DDEffects +instanceKlass net/mehvahdjukaar/stone_zone/misc/CompatSpritesHelper +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3162 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b8400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2191 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b8c40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 112 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836b8800 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDEffects ()V 32 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDEffects$$Lambda+0x000001d6836b9c78 +instanceKlass net/spell_engine/api/spell/ExternalSpellSchools +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 208 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b9860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2174 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b9648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3148 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b9430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 96 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836b9218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 192 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b9000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2157 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836bb7e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3134 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836bb338 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 80 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836bb120 +instanceKlass com/mrcrayfish/framework/api/config/AbstractProperty +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerCreativeModeTab (Lnet/minecraft/resources/ResourceLocation;ZLjava/util/List;Ljava/util/List;Ljava/util/function/Consumer;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 6 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6836bac70 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 176 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836baa58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2140 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ba840 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3120 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ba628 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 64 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836ba410 +instanceKlass dev/architectury/impl/RegistrySupplierImpl +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDEffects ()V 16 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDEffects$$Lambda+0x000001d6836ba000 +instanceKlass net/mehvahdjukaar/supplementaries/common/events/neoforge/ClientEventsForge +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 160 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836bfa40 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2123 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836befb8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3106 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836bf828 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 48 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836bf610 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntMaps +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 144 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836bf3f8 +instanceKlass @bci net/mehvahdjukaar/stone_zone/SZRegistry ()V 52 argL0 ; # net/mehvahdjukaar/stone_zone/SZRegistry$$Lambda+0x000001d6836bf1d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 32 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836beda0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3092 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836beb88 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 128 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836be970 +instanceKlass org/violetmoon/quark/api/ICrawlSpaceBlock +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2106 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836be130 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSWorldGen ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSWorldGen$$Lambda+0x000001d6836bdae8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3078 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836bd8d0 +instanceKlass @bci net/mehvahdjukaar/stone_zone/SZRegistry ()V 5 argL0 ; # net/mehvahdjukaar/stone_zone/SZRegistry$$Lambda+0x000001d6836bd6b8 +instanceKlass net/spell_engine/api/datagen/SpellBuilder$Cost +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 112 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836bd2a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2089 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836bd088 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3064 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836bce70 +instanceKlass org/violetmoon/zeta/block/SimpleFluidloggedBlock +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 96 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836bca60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2072 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836bc848 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3050 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836bc630 +instanceKlass net/hibiscus/naturespirit/registration/NSWorldGen +instanceKlass @bci net/emilsg/clutterbestiary/util/ModItemGroups register ()V 5 argL0 ; # net/emilsg/clutterbestiary/util/ModItemGroups$$Lambda+0x000001d6836bc418 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 80 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836bc000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2055 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b7ce0 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager$IMapEntry +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3036 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b78d0 +instanceKlass net/spell_engine/api/spell/Spell$Learn +instanceKlass @bci dev/architectury/registry/registries/DeferredRegister create (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Ldev/architectury/registry/registries/DeferredRegister; 1 member ; # dev/architectury/registry/registries/DeferredRegister$$Lambda+0x000001d6836b7498 +instanceKlass it/unimi/dsi/fastutil/shorts/ShortCollection +instanceKlass it/unimi/dsi/fastutil/shorts/ShortIterable +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 64 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b65d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addItemRenderersRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6836b63a0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3022 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b6188 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2038 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b5f70 +instanceKlass net/spell_engine/api/spell/fx/ParticleBatch +instanceKlass dev/architectury/registry/registries/RegistrarManager +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 48 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b56f0 +instanceKlass net/mehvahdjukaar/moonlight/api/client/ICustomItemRendererProvider +instanceKlass @bci net/hibiscus/naturespirit/registration/NSSounds registerReference (Ljava/lang/String;)Ljava/util/function/Supplier; 5 member ; # net/hibiscus/naturespirit/registration/NSSounds$$Lambda+0x000001d6836b4e98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 135 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6836b52d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 3008 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b50b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2021 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b4a80 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDEffects +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b4868 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2994 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b4650 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 2004 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b4438 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6836b8000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDEntities ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDEntities$$Lambda+0x000001d6836b4220 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemRendererEvent +instanceKlass net/mehvahdjukaar/stone_zone/SZRegistry +instanceKlass net/hibiscus/naturespirit/registration/NSSounds +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 817 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836b3a10 +instanceKlass com/mrcrayfish/goblintraders/Config$Entities +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2980 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b37f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1987 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b33d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 800 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836b31c0 +instanceKlass com/kyanite/deeperdarker/content/DDEntities +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2966 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b2da8 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2ShortFunction +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1970 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b2b90 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 783 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836b2978 +instanceKlass com/mrcrayfish/goblintraders/Config +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addShaderRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6836b2548 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSStatTypes ()V 32 argL0 ; # net/hibiscus/naturespirit/registration/NSStatTypes$$Lambda+0x000001d6836b2330 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2952 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b2118 +instanceKlass dev/architectury/registry/registries/RegistrySupplier +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1953 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b1d08 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 766 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836b18f8 +instanceKlass dev/architectury/registry/registries/DeferredSupplier +instanceKlass dev/architectury/utils/OptionalSupplier +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2935 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b14e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSStatTypes ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSStatTypes$$Lambda+0x000001d6836b12d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 127 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6836b10a8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDDataAttachments ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDDataAttachments$$Lambda+0x000001d6836b0e90 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeConfigHelper getAllFrameworkConfigs ()Ljava/util/List; 57 member ; # com/mrcrayfish/framework/platform/NeoForgeConfigHelper$$Lambda+0x000001d6836b0c60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1936 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b0a48 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 749 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836b0830 +instanceKlass net/spell_engine/api/spell/Spell$Active$Cast +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2918 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836b0410 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1919 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836b01f8 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ShaderEvent +instanceKlass net/spell_engine/api/spell/Spell$Active +instanceKlass net/hibiscus/naturespirit/registration/NSStatTypes +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 732 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836af660 +instanceKlass dev/architectury/registry/registries/DeferredRegister +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2901 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836af448 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1902 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836aeff8 +instanceKlass com/kyanite/deeperdarker/content/DDDataAttachments +instanceKlass net/spell_engine/api/spell/Spell$Cost$Cooldown +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2884 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ae9d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 715 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836ae7c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSItemGroups ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSItemGroups$$Lambda+0x000001d6836ae5a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1885 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ae390 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addKeyBindRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6836ae160 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities ()V 80 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d6836adf48 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2870 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836add30 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 698 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836adb18 +instanceKlass net/spell_engine/api/spell/Spell$Cost +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1868 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ad6f8 +instanceKlass net/hibiscus/naturespirit/registration/NSItemGroups +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities ()V 64 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d6836ad0a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 119 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6836ace80 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2856 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836acc68 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 681 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836aca50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1851 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ac648 +instanceKlass net/mehvahdjukaar/stone_zone/configs/UnsafeDisablerConfigs +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities ()V 48 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d6836ac230 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2842 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ac018 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 664 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836abbc0 +instanceKlass net/emilsg/clutterbestiary/util/ModItemGroups +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$KeyBindEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1834 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836ab5b0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d6836ab398 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2828 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836ab180 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes ()V 62 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6836aaf68 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 647 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836aad50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1817 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836aab38 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlockEntities ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDBlockEntities$$Lambda+0x000001d6836a9790 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2814 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836a9578 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addItemDecoratorsRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6836a9348 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes ()V 46 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6836a9130 +instanceKlass net/spell_engine/api/spell/Spell$Delivery +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 630 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836a7a48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1800 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836a7830 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ShortMaps +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2797 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836a7618 +instanceKlass net/emilsg/clutterbestiary/config/ModConfigEntry +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 111 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6836a71b8 +instanceKlass net/mehvahdjukaar/stone_zone/configs/SZConfigs +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes ()V 30 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6836a6bb0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 613 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836a6998 +instanceKlass com/kyanite/deeperdarker/content/DDBlockEntities +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1783 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836a53c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2780 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836a4f70 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 596 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836a4d58 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSEntityTypes ()V 11 argL0 ; # net/hibiscus/naturespirit/registration/NSEntityTypes$$Lambda+0x000001d6836a4b40 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemDecoratorEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1766 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836a4730 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2766 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836a4518 +instanceKlass @bci com/kyanite/deeperdarker/util/DDCreativeTab ()V 18 argL0 ; # com/kyanite/deeperdarker/util/DDCreativeTab$$Lambda+0x000001d6836a4300 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 579 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836a40e8 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeConfigHelper getAllFrameworkConfigs ()Ljava/util/List; 31 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeConfigHelper$$Lambda+0x000001d6836a2d98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1749 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836a2b80 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2752 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836a2968 +instanceKlass net/spell_engine/api/spell/Spell$Target +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addModelLoaderRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d6836a2530 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 562 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836a2318 +instanceKlass net/emilsg/clutterbestiary/config/Configs +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeConfigHelper getAllFrameworkConfigs ()Ljava/util/List; 21 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeConfigHelper$$Lambda+0x000001d68369fb28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1732 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68369f910 +instanceKlass com/kyanite/deeperdarker/util/DDCreativeTab +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2738 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68369f4f8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ShortMap +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 103 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68369f2d0 +instanceKlass net/spell_engine/api/spell/Spell$Release +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 545 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68369eeb0 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeConfigHelper getAllFrameworkConfigs ()Ljava/util/List; 11 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeConfigHelper$$Lambda+0x000001d68369ec78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1715 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68369ea60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2724 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68369e848 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 528 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68369e630 +instanceKlass @bci net/emilsg/clutterbestiary/config/ModConfigManager ()V 122 argL0 ; # net/emilsg/clutterbestiary/config/ModConfigManager$$Lambda+0x000001d68369e3f8 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLoaderEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1698 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68369ddf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2710 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68369dbe0 +instanceKlass com/google/common/collect/MultimapBuilder$ArrayListSupplier +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 511 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68369c680 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2267 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68369c468 +instanceKlass com/mrcrayfish/framework/config/FrameworkConfigManager +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1681 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68369c010 +instanceKlass @bci net/emilsg/clutterbestiary/config/ModConfigManager ()V 106 argL0 ; # net/emilsg/clutterbestiary/config/ModConfigManager$$Lambda+0x000001d68369bbc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2696 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68369bdf8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 494 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68369b9a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1664 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68369b790 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2682 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68369b578 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 477 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68369b360 +instanceKlass @bci net/emilsg/clutterbestiary/config/ModConfigManager ()V 89 argL0 ; # net/emilsg/clutterbestiary/config/ModConfigManager$$Lambda+0x000001d68369b128 +instanceKlass net/spell_engine/api/spell/Spell +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1647 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683693ab0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2668 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683693898 +instanceKlass net/hibiscus/naturespirit/registration/NSEntityTypes +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 460 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683693480 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1630 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683693268 +instanceKlass @bci net/emilsg/clutterbestiary/config/ModConfigManager ()V 72 argL0 ; # net/emilsg/clutterbestiary/config/ModConfigManager$$Lambda+0x000001d683693030 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2654 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683692e18 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 443 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683692c00 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1613 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836929e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSDataComponents ()V 16 argL0 ; # net/hibiscus/naturespirit/registration/NSDataComponents$$Lambda+0x000001d6836927d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2640 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836925b8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 426 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836923a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1596 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683692188 +instanceKlass @bci net/emilsg/clutterbestiary/config/ModConfigManager ()V 55 argL0 ; # net/emilsg/clutterbestiary/config/ModConfigManager$$Lambda+0x000001d683691f50 +instanceKlass net/spell_engine/api/datagen/SpellBuilder +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2626 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683690c78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1579 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683690a60 +instanceKlass net/hibiscus/naturespirit/registration/NSDataComponents +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 409 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683690648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2612 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683690430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1562 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683690218 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 392 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683690000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 95 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68368fdb8 +instanceKlass net/emilsg/clutterbestiary/config/ModConfigManager +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2598 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68368f9a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1545 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68368f598 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 375 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68368f380 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6088 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68368f168 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2584 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68368ef50 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addSpecialModelRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68368ed20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1528 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68368eb08 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 358 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68368e8f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2250 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68368e6d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6074 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68368e4c0 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ShortFunction +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2570 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68368e2a8 +instanceKlass net/spell_engine/rpg_series/datagen/WeaponSkills +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 87 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68368de80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1511 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68368dc68 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 341 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68368c630 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2236 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68368c848 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6060 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68368c418 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2556 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68368c200 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1494 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68368ae20 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2191 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68368ac08 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 324 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68368a9f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2542 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68368a7d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6046 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68368a5c0 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$SpecialModelEvent +instanceKlass net/emilsg/clutterbestiary/ClutterBestiary +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1477 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683689fb0 +instanceKlass @bci com/mrcrayfish/framework/Registration lambda$init$2 (Lcom/mrcrayfish/framework/api/registry/RegistryEntry;)V 10 argL0 ; # com/mrcrayfish/framework/Registration$$Lambda+0x000001d683689d78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2174 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683689b60 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 307 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683689948 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2528 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683689730 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6032 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683689518 +instanceKlass com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 290 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683689300 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1460 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836890e8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2160 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683688ed0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2514 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683688cb8 +instanceKlass @bci com/mrcrayfish/framework/Registration init ()V 10 argL0 ; # com/mrcrayfish/framework/Registration$$Lambda+0x000001d683688a90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addModelLayerRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d683688860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6018 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683688648 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 273 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683688430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1443 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683688218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2143 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683688000 +instanceKlass com/google/common/collect/MultimapBuilder +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2500 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683687c48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 79 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683687a20 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 122 member ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6836877e0 +instanceKlass @bci io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 31 argL0 ; # io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge$$Lambda+0x000001d6836875c8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 6004 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836873b0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 256 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683687198 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1426 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683686f80 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2126 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683686d68 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2486 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683686b50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5990 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683686938 +instanceKlass @bci io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge$$Lambda+0x000001d683686708 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 239 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836864f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1409 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836862d8 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ModelLayerEvent +instanceKlass org/violetmoon/zeta/registry/IZetaBlockColorProvider +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2472 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683685cd0 +instanceKlass org/violetmoon/zeta/registry/IZetaItemColorProvider +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5976 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683684998 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 222 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683684780 +instanceKlass net/spell_engine/rpg_series/item/Weapons$SpellPowerMap$Builder +instanceKlass @bci io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge$$Lambda+0x000001d683684300 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1392 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836840e8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2458 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683683ed0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5962 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683683cb8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addParticleRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d683683a88 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 205 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683683870 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1375 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836832b0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2444 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683683098 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 71 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683682e70 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5948 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683682c58 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 188 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683682a40 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1358 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683682480 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2430 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683682268 +instanceKlass @bci it/hurts/octostudios/nerb/common/NERB init ()V 16 argL0 ; # it/hurts/octostudios/nerb/common/NERB$$Lambda+0x000001d683682050 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 171 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683681e38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5934 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683681c20 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ParticleEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1341 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683681810 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2416 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683681408 +instanceKlass dev/architectury/event/events/common/PlayerEvent$AttackEntity +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 154 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836811f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5920 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683680fd8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1324 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683680dc0 +instanceKlass @bci dev/architectury/event/EventFactory createCompoundEventResult (Ljava/lang/Class;)Ldev/architectury/event/Event; 1 member ; # dev/architectury/event/EventFactory$$Lambda+0x000001d683680b80 +instanceKlass net/spell_engine/rpg_series/item/Weapons$SpellPowerMap +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2402 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683680430 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 137 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683680218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2109 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683680000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5906 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68367f8e8 +instanceKlass dev/architectury/event/events/common/PlayerEvent$FillBucket +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addItemColorsRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68367f0a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1307 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68367e838 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 120 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68367e108 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2388 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68367def0 +instanceKlass dev/architectury/event/events/common/PlayerEvent$CloseMenu +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5892 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68367d8f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 63 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68367d6c8 +instanceKlass dev/architectury/event/events/common/PlayerEvent$OpenMenu +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1290 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68367d2b8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 103 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d68367d0a0 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModEntities ()V 18 argL0 ; # com/mrcrayfish/goblintraders/core/ModEntities$$Lambda+0x000001d68367cc78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2374 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68367c870 +instanceKlass dev/architectury/event/events/common/PlayerEvent$DropItem +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5878 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683677ae8 +instanceKlass dev/architectury/event/events/common/PlayerEvent$ChangeDimension +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1273 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836772a8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 86 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683676ea0 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PickupItem +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2360 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683676a90 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$ItemColorEvent +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5864 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683676380 +instanceKlass @bci dev/architectury/event/EventFactory createEventResult (Ljava/lang/Class;)Ldev/architectury/event/Event; 1 member ; # dev/architectury/event/EventFactory$$Lambda+0x000001d683676140 +instanceKlass net/mehvahdjukaar/every_compat/api/CompatModule +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 69 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683675f28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1256 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683675d10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2346 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683675af8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5850 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836754f8 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PickupItemPredicate +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 52 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d6836750c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1239 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836752e0 +instanceKlass dev/architectury/event/events/common/PlayerEvent$SmeltItem +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2332 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683674858 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addBlockColorsRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d683674628 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1222 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683674410 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 35 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683674008 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5836 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683673df0 +instanceKlass dev/architectury/event/events/common/PlayerEvent$CraftItem +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2318 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836739e0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2092 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836735d8 +instanceKlass net/spell_engine/rpg_series/item/Weapons$DamageMap$Builder +instanceKlass dev/architectury/event/events/common/PlayerEvent$PlayerClone +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 55 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683672f68 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1205 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683672b50 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDBlocks ()V 18 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDBlocks$$Lambda+0x000001d683672738 +instanceKlass net/mehvahdjukaar/every_compat/EveryCompat +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5822 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683672330 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PlayerAdvancement +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2304 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683671f20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1188 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683671d08 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PlayerRespawn +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5808 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68366e988 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockColorEvent +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2290 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68366e388 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PlayerQuit +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1171 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68366a588 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5794 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68366a180 +instanceKlass dev/architectury/event/events/common/PlayerEvent$PlayerJoin +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2276 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683669d70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1154 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683669b58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683668a70 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5780 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683668858 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2262 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683668640 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1137 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683668428 +instanceKlass dev/architectury/event/events/common/PlayerEvent +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addEntityRenderersRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d683668000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5766 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683660c00 +instanceKlass net/spell_engine/rpg_series/item/Weapons$DamageMap +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2248 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683663a60 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2075 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683663848 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1120 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683663630 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 39 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683663408 +instanceKlass @bci org/violetmoon/quark/content/automation/module/FeedingTroughModule ()V 32 argL0 ; # org/violetmoon/quark/content/automation/module/FeedingTroughModule$$Lambda+0x000001d6836631f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5752 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683662fd8 +instanceKlass @bci it/hurts/octostudios/nerb/common/NERB init ()V 3 argL0 ; # it/hurts/octostudios/nerb/common/NERB$$Lambda+0x000001d683667c68 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2234 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683667a50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;FF)Lnet/neoforged/neoforge/registries/DeferredHolder; 8 ; # java/lang/invoke/LambdaForm$MH+0x000001d683660800 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1103 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683667838 +instanceKlass dev/architectury/event/events/common/LifecycleEvent$ServerLevelState +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5738 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683667048 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2220 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683666e30 +instanceKlass dev/architectury/event/events/common/LifecycleEvent$LevelState +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$EntityRendererEvent +instanceKlass net/spell_engine/rpg_series/item/Weapons +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683660400 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1086 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836656d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5724 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683664218 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2206 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683664000 +instanceKlass dev/architectury/event/events/common/LifecycleEvent$ServerState +instanceKlass @bci io/github/razordevs/deep_aether/init/DAEntities register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;FF)Lnet/neoforged/neoforge/registries/DeferredHolder; 8 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683660000 +instanceKlass dev/architectury/event/events/common/LifecycleEvent$InstanceState +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1069 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68365e828 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5710 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68365e610 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2192 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68365e3f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 25 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68365e1e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1052 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68365dfc8 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModEntities build (Ljava/lang/String;Ljava/util/function/Function;FF)Lcom/mrcrayfish/framework/api/registry/RegistryEntry; 8 member ; # com/mrcrayfish/goblintraders/core/ModEntities$$Lambda+0x000001d68365dda8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5696 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68365db90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2178 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68365d978 +instanceKlass dev/architectury/event/events/common/LifecycleEvent +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1035 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68365c5b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addClientReloadListener (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68365c380 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5682 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68365c168 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2061 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68365bf50 +instanceKlass @cpi io/github/razordevs/deep_aether/init/DAEntities 444 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683640c00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2164 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68365bd38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1018 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68365b8f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d68365b6e0 +instanceKlass it/hurts/octostudios/nerb/common/NERB +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683640800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5668 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68365b2c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2150 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68365a0f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 1001 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683659ed8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry init ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d683657c70 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5654 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683657a58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2136 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683657840 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ByteMaps +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 984 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683657628 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModEntities ()V 2 argL0 ; # com/mrcrayfish/goblintraders/core/ModEntities$$Lambda+0x000001d6836573f0 +instanceKlass @bci dev/architectury/neoforge/ArchitecturyNeoForge ()V 24 argL0 ; # dev/architectury/neoforge/ArchitecturyNeoForge$$Lambda+0x000001d6836571d8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addTooltipComponentRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d683656d90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5640 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683656fc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2122 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683655cb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 967 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683655878 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5626 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683655660 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl initClient ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d683655438 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2108 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683654368 +instanceKlass @bci dev/architectury/networking/forge/NetworkManagerImpl$1 lambda$registerS2C$5 (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ldev/architectury/networking/NetworkManager$NetworkReceiver;Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # dev/architectury/networking/forge/NetworkManagerImpl$1$$Lambda+0x000001d683654138 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 950 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683653f20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2094 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683653d08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5612 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683653af0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2044 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836538d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 933 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836536c0 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$TooltipComponentEvent +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5598 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683653070 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2080 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683652e58 +instanceKlass @bci dev/architectury/networking/forge/NetworkManagerImpl$1 registerS2C (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ldev/architectury/networking/NetworkManager$NetworkReceiver;)V 6 member ; # dev/architectury/networking/forge/NetworkManagerImpl$1$$Lambda+0x000001d683652c28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 916 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683652a10 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5584 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683651390 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl initClient ()V 37 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d683651168 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2066 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683650f50 +instanceKlass org/sinytra/fabric/transfer_api/compat/FluidStorageFluidHandler +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 899 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68364faa8 +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$WeaponType +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5570 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68364f690 +instanceKlass @bci dev/architectury/impl/NetworkAggregator registerS2CReceiver (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lnet/minecraft/network/codec/StreamCodec;Ljava/util/List;Ldev/architectury/networking/NetworkManager$NetworkReceiver;)V 69 member ; # dev/architectury/impl/NetworkAggregator$$Lambda+0x000001d68364f470 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2052 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68364f258 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 882 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68364f040 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5556 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68364d610 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2038 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68364d3f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 865 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68364d1e0 +instanceKlass @bci dev/architectury/impl/NetworkAggregator$BufCustomPacketPayload streamCodec (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;)Lnet/minecraft/network/codec/StreamCodec; 9 argL0 ; # dev/architectury/impl/NetworkAggregator$BufCustomPacketPayload$$Lambda+0x000001d68364cfa8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5542 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68364b9f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2024 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68364b7d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 848 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68364b5c0 +instanceKlass @bci dev/architectury/impl/NetworkAggregator$BufCustomPacketPayload streamCodec (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;)Lnet/minecraft/network/codec/StreamCodec; 4 member ; # dev/architectury/impl/NetworkAggregator$BufCustomPacketPayload$$Lambda+0x000001d68364b380 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5528 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68364af28 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2030 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68364ad10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 2010 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68364aaf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 831 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68364a660 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl initClient ()V 24 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d68364a438 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5514 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683649fe0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1996 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683649dc8 +instanceKlass net/fabricmc/fabric/api/lookup/v1/block/BlockApiLookup$BlockApiProvider +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 814 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683641960 +instanceKlass net/fabricmc/fabric/api/transfer/v1/context/ContainerItemContext +instanceKlass net/minecraft/client/resources/sounds/AbstractSoundInstance +instanceKlass net/spell_engine/config/FallbackConfig$CompatGroup$Specifier +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5500 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683643d20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1982 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683643b08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 797 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683643338 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5486 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683647c60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1968 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683647a48 +instanceKlass dev/latvian/mods/kubejs/util/RecordDefaults +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 780 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836473d8 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainers forWeapon (Lnet/spell_engine/api/spell/container/SpellContainer$ContentType;Ljava/util/List;)Lnet/spell_engine/api/spell/container/SpellContainer; 6 argL0 ; # net/spell_engine/api/spell/container/SpellContainers$$Lambda+0x000001d683646298 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1954 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683645e00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5472 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683645be8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 763 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836459d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1940 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683644648 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 2013 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683644430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 746 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683644218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5458 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683644000 +instanceKlass net/spell_engine/api/spell/container/SpellContainers +instanceKlass dev/architectury/networking/forge/NetworkManagerImpl$1 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1926 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68363f7f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5444 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68363f380 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 729 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68363f168 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl initClient ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d68363ef40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1912 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68363ed28 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5430 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68363eb10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 712 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68363e8f8 +instanceKlass org/betterx/betterend/mixin/client/AbstractSoundInstanceAccessor +instanceKlass net/fabricmc/fabric/api/transfer/v1/storage/Storage +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addBlockEntityRenderersRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68363d178 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1898 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68363cf60 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5416 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68363cd48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 695 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68363cb30 +instanceKlass net/spell_engine/config/FallbackConfig$CompatGroup +instanceKlass net/minecraft/data/PackOutput$PathProvider +instanceKlass org/betterx/betternether/mixin/client/AbstractSoundInstanceAccessor +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1884 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68363b248 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl initClient ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d68363b020 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 678 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68363ae08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5402 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68363b460 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5388 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68363a590 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1870 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68363a378 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 661 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68363a160 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper$BlockEntityRendererEvent +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5374 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683639d50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1856 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683639b38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 644 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683639920 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5360 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683639708 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1839 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836394f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 627 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836392d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1822 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836390c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 610 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683638ea8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5346 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683638c90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1805 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683638a78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 593 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683638860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5332 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683638648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1788 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683638430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 576 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683638218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5318 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683638000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1774 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683637db8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 559 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683637ba0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5304 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683637988 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1760 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683637770 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5290 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683637558 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 542 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683637340 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1746 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683637128 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5276 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683636f10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 525 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683636cf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1732 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683636ae0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5262 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836368c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1718 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836366b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 508 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683636498 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5248 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683636280 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1704 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683636068 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 491 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683635e50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5234 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683635c38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1690 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683635a20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 474 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683635808 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5220 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836355f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1676 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836353d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1999 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836351c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 457 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683634fa8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1662 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683634d90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5206 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683634b78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1985 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683634960 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 440 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683634748 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1648 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683634530 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5192 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683634318 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1971 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683634100 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 423 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683633ee8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1631 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683633cd0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5178 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683633ab8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1957 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836338a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 406 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683633688 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1614 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683633470 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5164 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683633258 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1943 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683633040 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 389 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683632e28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1600 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683632c10 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5150 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836329f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 372 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d6836327e0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1929 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836325c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1586 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836323b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5136 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683632198 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1915 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683631f80 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 355 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683631d68 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1569 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683631b50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5122 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683631938 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1901 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683631720 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 338 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683631508 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1555 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836312f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5108 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836310d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1887 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683630ec0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 321 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683630ca8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1541 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683630a90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5094 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683630878 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1873 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683630660 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 304 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683630448 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1524 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683630230 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl$$Lambda+0x000001d683630000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5080 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362fc40 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1859 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362fa28 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 287 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362f810 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1507 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362f5f8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 270 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362f3e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5066 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362f1c8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1845 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362dbe8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1490 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362d9d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 253 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362d7b8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5052 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362d5a0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1831 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362d388 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1473 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362d170 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5038 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362cf58 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 236 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362cd40 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1817 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362cb28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1459 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362c910 +instanceKlass net/spell_engine/config/FallbackConfig +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 219 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362c4e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5024 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362c2d0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1803 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362c0b8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1445 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362bea0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 202 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362b628 +instanceKlass @bci org/sinytra/fabric/transfer_api/TransferApiNeoCompat ()V 10 argL0 ; # org/sinytra/fabric/transfer_api/TransferApiNeoCompat$$Lambda+0x000001d68362b410 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 5010 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362b1f8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1789 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362afe0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1431 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362adc8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 185 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68362abb0 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IKeyLockable +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1775 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68362a7a0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4996 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68362a588 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1417 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68362a370 +instanceKlass dev/architectury/networking/forge/NetworkManagerImpl +instanceKlass org/sinytra/fabric/transfer_api/TransferApiNeoCompat +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 168 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683629d58 +instanceKlass @bci net/spell_engine/SpellEngineMod ()V 25 argL0 ; # net/spell_engine/SpellEngineMod$$Lambda+0x000001d683629b20 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4982 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683629908 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1403 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836296f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1761 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836294d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 151 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683628218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4968 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683628000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1747 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68361cc00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1389 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683627dd0 +instanceKlass net/mehvahdjukaar/moonlight/api/block/IOwnerProtected +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 134 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683626ab8 +instanceKlass net/minecraft/server/level/ServerEntity +instanceKlass net/spell_engine/api/tags/SpellEngineEntityTags +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4954 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683626648 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1733 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683626230 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1375 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683626018 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 117 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683625e00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4940 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683625be8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1719 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836259d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1361 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836257b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 100 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68361daa0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4926 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68361d888 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1705 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68361d670 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1347 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68361d218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 83 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68361d000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4912 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68361fdc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1333 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68361fba8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1691 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68361f990 +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/QuarkClientCompatImpl +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 66 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68361f578 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1316 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68361e218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4898 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68361e000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1677 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68361bc08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 49 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d68361b9f0 +instanceKlass net/minecraft/data/CachedOutput +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1299 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683617838 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4884 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683617620 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683617408 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1285 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683616308 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4870 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836160f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModItems ()V 15 argL0 ; # com/github/L_Ender/cataclysm/init/ModItems$$Lambda+0x000001d683615038 +instanceKlass @bci com/li64/tide/datagen/forge/NeoforgeDataGenerator ()V 10 argL0 ; # com/li64/tide/datagen/forge/NeoforgeDataGenerator$$Lambda+0x000001d683614e20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1271 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683614c08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4856 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836149f0 +instanceKlass @bci cc/cassian/item_descriptions/client/neoforge/ItemDescriptionsNeoForge registerModsPage ()V 41 argL0 ; # cc/cassian/item_descriptions/client/neoforge/ItemDescriptionsNeoForge$$Lambda+0x000001d6836147d8 +instanceKlass net/mehvahdjukaar/supplementaries/integration/QuarkClientCompat +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModEntityDataSerializers ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModEntityDataSerializers$$Lambda+0x000001d6836143c0 +instanceKlass net/spell_engine/api/spell/Spell$Impact$Modifier +instanceKlass org/violetmoon/quark/content/tweaks/client/screen/NotButton +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4842 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683613da0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1254 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683613b88 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDBlocks +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1663 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360fb20 +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/CompatHandlerClientImpl +instanceKlass cc/cassian/item_descriptions/client/helpers/ModStyle +instanceKlass com/github/L_Ender/cataclysm/init/ModEntityDataSerializers +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4828 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360f308 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1240 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360f0f0 +instanceKlass net/minecraft/tags/EntityTypeTags +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1649 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360ece0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4814 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360eac8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1226 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360e8b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4800 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360e698 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1209 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360e480 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1635 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360e268 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1192 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360e050 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4786 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360de38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1175 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360dc20 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1621 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360da08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4772 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360d7f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1158 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360d5d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1607 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360d3c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4758 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360d1a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1144 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360cf90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1593 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360cd78 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4744 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360cb60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1130 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360c948 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1579 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360c730 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4730 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360c518 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1116 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360c300 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1565 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360c0e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4716 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360bed0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1102 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360bcb8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1551 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360baa0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1088 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360b888 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4702 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360b670 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1537 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360b458 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1074 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360b240 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1523 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360b028 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4688 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360ae10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1060 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360abf8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1509 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360a9e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1046 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360a7c8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4674 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68360a5b0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1495 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68360a398 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1032 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68360a180 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4660 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683609f68 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1481 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683609d50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1018 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683609b38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4646 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683609920 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1467 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683609708 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 1001 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836094f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4632 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836092d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1453 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836090c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 984 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683608ea8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4618 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683608c90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1439 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683608a78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 970 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683608860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4604 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683608648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 956 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683608218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1425 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683608430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4590 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683608000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1411 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683607da0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 939 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683607b88 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1397 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683607970 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 925 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683607758 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4576 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683607540 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1383 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683607328 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 911 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683607110 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4562 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683606ef8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1369 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683606ce0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 894 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683606ac8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4548 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836068b0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1820 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683606698 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1355 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683606480 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 877 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683606268 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4534 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683606050 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1341 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683605e38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 863 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683605c20 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1803 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683605a08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4520 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836057f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1786 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6836055d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1327 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836053c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 846 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836051a8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4506 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683604f90 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1769 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683604d78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1313 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683604b60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 829 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683604948 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4492 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683604730 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1752 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683604518 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 815 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683604300 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1299 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836040e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4478 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683603ed0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1735 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683603cb8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1285 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683603aa0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 798 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683603888 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4464 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683603670 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1271 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683603458 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 784 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683603240 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1718 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683603028 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1257 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683602e10 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4450 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683602bf8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1701 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6836029e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 770 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6836027c8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1243 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836025b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4436 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683602398 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 756 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683602180 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1684 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683601f68 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1229 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683601d50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4422 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683601b38 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1667 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683601920 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 742 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683601708 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1215 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6836014f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4408 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6836012d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1650 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6836010c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 728 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683600ea8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1201 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683600c90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4394 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683600a78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1633 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683600860 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 714 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d683600648 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1187 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d683600430 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1616 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d683600218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4380 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683600000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1173 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f9400 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 700 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fbd50 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1599 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fbb38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4366 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fb920 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1159 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fb708 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 686 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fb4f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1582 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fb2d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4352 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fb0c0 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods lambda$getTransformers$6 (Lorg/objectweb/asm/tree/ClassNode;)V 9 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d6835f9800 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1145 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835faea8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 672 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fac90 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1565 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835faa78 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4338 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fa860 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1131 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fa648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 658 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fa430 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1548 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fa218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4324 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fa000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1117 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ffcb8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 641 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ffaa0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1531 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ff888 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4310 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ff670 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1103 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ff458 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1514 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ff240 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4296 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ff028 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 624 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fee10 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1089 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835febf8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1497 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fe9e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 610 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fe7c8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4282 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fe5b0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1075 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fe398 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1480 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fe180 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 596 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fdf68 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4268 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fdd50 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1061 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fdb38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 579 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fd920 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1463 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fd708 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4254 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fd4f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1047 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fd2d8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1446 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fd0c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 565 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fcea8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1033 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fcc90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4240 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fca78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1429 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fc860 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 551 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835fc648 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1019 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835fc430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4226 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835fc218 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1412 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835fc000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 537 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f5c90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 1005 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f5a78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1395 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f5860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4212 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f5648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 523 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f5430 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1378 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f5218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4198 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f5000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 991 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f7d50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 506 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f7b38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4184 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f7920 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1361 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f7708 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 977 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f74f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 489 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f72d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4170 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f70c0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1344 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f6ea8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 963 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f6c90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 472 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f6a78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1327 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f6860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4156 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f6648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 455 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f6430 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 949 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f6218 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1310 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f6000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4142 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f3d58 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 935 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f3b40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 441 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f3928 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1293 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f3710 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4128 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f34f8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 921 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f32e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataComponents ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataComponents$$Lambda+0x000001d6835f30c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 427 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f2eb0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1276 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f2c98 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4114 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f2a80 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 907 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f2868 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataComponents ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataComponents$$Lambda+0x000001d6835f2650 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 413 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f2438 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1259 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f2220 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4100 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f2008 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 893 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f1df0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataComponents ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataComponents$$Lambda+0x000001d6835f1bd8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 399 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f19c0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1242 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f17a8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4086 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f12a0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataComponents ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataComponents$$Lambda+0x000001d6835f1088 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 879 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f0e70 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 385 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f0c58 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1225 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835f0a40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4072 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835f0620 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 371 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835f0218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 865 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835f0000 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1208 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e4c00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4058 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e5a48 +instanceKlass com/github/L_Ender/cataclysm/init/ModDataComponents +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 357 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835e5630 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 851 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e5418 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1191 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e5200 +instanceKlass cc/cassian/item_descriptions/client/helpers/ModHelpers +instanceKlass net/mehvahdjukaar/supplementaries/integration/CompatHandlerClient +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4044 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835efb78 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 343 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ef960 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 837 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ef748 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1174 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ef328 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4030 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ef110 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 329 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835eeef8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry ()V 390 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6835eecc8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 823 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835eeab0 +instanceKlass dev/architectury/networking/transformers/PacketTransformer$1 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1157 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ee460 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4016 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ee248 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments ()V 80 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d6835ee030 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 315 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ede18 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 809 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835edc00 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1140 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ed9e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 4002 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ed5d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments ()V 64 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d6835ed3c0 +instanceKlass aurelienribon/tweenengine/TweenAccessor +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 301 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ed1a8 +instanceKlass net/mehvahdjukaar/moonlight/api/client/util/RenderUtil +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 795 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ecd90 +instanceKlass dev/architectury/networking/transformers/PacketTransformer +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1123 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ec980 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments ()V 48 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d6835ec768 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3988 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ec550 +instanceKlass com/li64/tide/loaders/neoforge/NeoforgeClientEntrypoint +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 287 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ec138 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 781 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ebf20 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1106 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ebd08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments ()V 32 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d6835ebaf0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3974 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835eb8d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 273 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835eb6c0 +instanceKlass @bci dev/architectury/impl/NetworkAggregator ()V 0 argL0 ; # dev/architectury/impl/NetworkAggregator$$Lambda+0x000001d6835eb490 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 767 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835eb278 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1089 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835eb060 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModDataAttachments ()V 16 argL0 ; # com/github/L_Ender/cataclysm/init/ModDataAttachments$$Lambda+0x000001d6835eae48 +instanceKlass net/spell_engine/api/tags/SpellEngineEntityTags$Vulnerability +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3960 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835eaa30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 259 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ea818 +instanceKlass dev/architectury/impl/NetworkAggregator$Adaptor +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 753 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ea408 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1072 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ea1f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3946 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e7cf8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 242 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835e7ae0 +instanceKlass com/github/L_Ender/cataclysm/init/ModDataAttachments +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 739 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e76c8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1055 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e74b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3932 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e7298 +instanceKlass dev/architectury/impl/NetworkAggregator +instanceKlass net/spell_engine/api/spell/Spell$TargetCondition +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 225 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835e6c78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 725 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e6a60 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1038 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e6848 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3918 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e6630 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 211 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835e6418 +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 119 argL0 ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d6835e6000 +instanceKlass com/mrcrayfish/goblintraders/core/ModEntities +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 711 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e3b38 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1021 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e36e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3904 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e34c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks registerBurnableBlockItem (ILjava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)V 6 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835e32a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry ()V 91 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6835e3090 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 697 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e2e78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 1004 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e2c60 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3890 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e2a48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry ()V 76 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6835e2830 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModItems ()V 21 argL0 ; # com/mrcrayfish/goblintraders/core/ModItems$$Lambda+0x000001d6835e2618 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 683 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e2400 +instanceKlass net/spell_engine/api/spell/Spell$Impact$TargetModifier +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 987 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e1fe0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3876 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e1dc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ClientRegistry ()V 61 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ClientRegistry$$Lambda+0x000001d6835e0ea0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 970 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e0858 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 669 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e0c88 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModItems ()V 5 argL0 ; # com/mrcrayfish/goblintraders/core/ModItems$$Lambda+0x000001d6835e0a70 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3862 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835e0640 +instanceKlass net/spell_engine/config/WeaknessConfig +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 655 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835e0218 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 953 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835e0000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3848 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835d9c90 +instanceKlass net/mehvahdjukaar/moonlight/api/client/CoreShaderContainer +instanceKlass com/mrcrayfish/goblintraders/core/ModItems +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 197 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835db908 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 641 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835db6f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 936 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835db4d8 +instanceKlass net/spell_engine/api/spell/weakness/SpellSchoolWeakness +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3834 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835db0c0 +instanceKlass @bci dev/architectury/networking/SpawnEntityPacket$Client register ()V 9 argL0 ; # dev/architectury/networking/SpawnEntityPacket$Client$$Lambda+0x000001d6835daea8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 627 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835dac90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 180 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835dfcd0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 919 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835dfab8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3820 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835df8a0 +instanceKlass @bci com/mrcrayfish/framework/api/registry/RegistryEntry menuType (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/BiFunction;)Lcom/mrcrayfish/framework/api/registry/RegistryEntry; 9 member ; # com/mrcrayfish/framework/api/registry/RegistryEntry$$Lambda+0x000001d6835df680 +instanceKlass dev/architectury/networking/NetworkManager$PacketContext +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 610 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835df270 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 166 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835df058 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 902 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835dee40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3806 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835dec28 +instanceKlass dev/architectury/networking/NetworkManager$NetworkReceiver +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 593 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835dd918 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 152 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835dd700 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 885 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835dd4e8 +instanceKlass net/spell_engine/SpellEngineMod +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModMenuTypes ()V 5 argL0 ; # com/mrcrayfish/goblintraders/core/ModMenuTypes$$Lambda+0x000001d6835dd0c0 +instanceKlass @bci dev/architectury/networking/SpawnEntityPacket ()V 28 argL0 ; # dev/architectury/networking/SpawnEntityPacket$$Lambda+0x000001d6835dcea8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3792 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835dc000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 138 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835c9c30 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 576 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c9a18 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 868 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c9800 +instanceKlass @bci dev/architectury/networking/SpawnEntityPacket ()V 23 argL0 ; # dev/architectury/networking/SpawnEntityPacket$$Lambda+0x000001d6835d7d08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3778 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835d6e60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 124 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835d5890 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 559 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835d5678 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 851 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835d5460 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/ArrayParser +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3764 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835d4028 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 110 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835d3ba0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 834 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835d3988 +instanceKlass com/li64/tide/loaders/neoforge/NeoforgeEventHandler +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 542 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835d3330 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 96 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835d2480 +instanceKlass com/mrcrayfish/goblintraders/core/ModMenuTypes +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 817 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835d1be0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 528 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835d1df8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 82 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835cbdc0 +instanceKlass com/mrcrayfish/goblintraders/core/ModPotions +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 514 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835cb790 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 800 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cb9a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 68 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835cb578 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModSounds lambda$build$1 (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/function/Supplier; 1 member ; # com/mrcrayfish/goblintraders/core/ModSounds$$Lambda+0x000001d6835cb0e0 +instanceKlass net/wizards/neoforge/client/NeoForgeClientMod +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 783 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cacc8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 500 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835caab0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 54 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ca898 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 766 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ca680 +instanceKlass @bci com/mrcrayfish/goblintraders/core/ModSounds build (Ljava/lang/String;)Lcom/mrcrayfish/framework/api/registry/RegistryEntry; 4 argL0 ; # com/mrcrayfish/goblintraders/core/ModSounds$$Lambda+0x000001d6835ca448 +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 23 member ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6835ca218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 486 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835ca000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 40 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835cfd70 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/SectionTreeNode$1 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3724 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835cfb58 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 749 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cf940 +instanceKlass @bci net/wizards/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/wizards/neoforge/NeoForgeMod$$Lambda+0x000001d6835cf718 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 472 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835cf288 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 26 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835cf070 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 732 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cee58 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 458 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835cec40 +instanceKlass com/mrcrayfish/goblintraders/core/ModSounds +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3674 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ce828 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks registerBlockItem (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)V 5 member ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d6835ce398 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 715 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ce180 +instanceKlass dev/architectury/networking/SpawnEntityPacket +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 444 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835cce80 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3650 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ccc68 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 698 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cca50 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1921 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835cc838 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 430 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835cc620 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3636 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835cc408 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 681 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835cc1f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1904 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c7cf8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/builders/SectionBuilderImpl metadata (Lfolk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType;Ljava/util/function/Consumer;)Lfolk/sisby/kaleido/lib/quiltconfig/api/Config$SectionBuilder; 7 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/builders/SectionBuilderImpl$$Lambda+0x000001d6835c04b0 +instanceKlass com/mrcrayfish/framework/registry/VanillaRegistryProxy +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 416 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c73f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3622 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835c6fa0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 664 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c6d88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1887 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c6b70 +instanceKlass net/mehvahdjukaar/moonlight/api/item/IItemDecoratorRenderer +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 402 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c6760 +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/CustomModelLoader +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3608 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835c6350 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 647 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c6138 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1870 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c5f20 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 353 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c5d08 +instanceKlass dev/architectury/networking/transformers/PacketSink +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 630 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c58f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3568 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835c56e0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1853 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c54c8 +instanceKlass dev/architectury/networking/NetworkManager +instanceKlass it/unimi/dsi/fastutil/bytes/ByteArrays$ArrayHashStrategy +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 336 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c4ea8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 613 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c4c90 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems registerTRItem (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredItem; 34 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c4a78 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3518 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835c4860 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 319 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835c4648 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 596 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835c4430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1836 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835c4218 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/builders/SectionBuilderImpl +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3494 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835c4000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 302 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835bfd90 +instanceKlass @bci com/mrcrayfish/framework/api/registry/CustomStatRegistryEntry (Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/stats/StatFormatter;)V 4 member ; # com/mrcrayfish/framework/api/registry/CustomStatRegistryEntry$$Lambda+0x000001d6835bfb70 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 579 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835bec88 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems registerPYMItem (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredItem; 34 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835bea70 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteArrays$Segment +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 285 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835be528 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 562 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835be310 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1822 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835be0f8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 268 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835bd250 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 545 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835bce30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1808 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835bcc18 +instanceKlass net/wizards/config/TweaksConfig +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 528 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835bc5c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1791 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835bc3a8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/builders/ReflectiveConfigCreator createField (Lfolk/sisby/kaleido/lib/quiltconfig/api/Config$SectionBuilder;Ljava/lang/Object;Ljava/lang/reflect/Field;)V 523 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/builders/ReflectiveConfigCreator$$Lambda+0x000001d6835c0000 +instanceKlass com/mrcrayfish/framework/api/registry/WrappedRegistry +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 511 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835bb758 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1774 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835bb0c8 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteArrays +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3480 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835baeb0 +instanceKlass net/wizards/config/Default +instanceKlass com/kyanite/deeperdarker/world/DDConfiguredFeatures +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 494 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ba898 +instanceKlass @bci org/sinytra/fabric/key_binding_api/FabricKeyBindingApiV1 onInitializeClient ()V 13 argL0 ; # org/sinytra/fabric/key_binding_api/FabricKeyBindingApiV1$$Lambda+0x000001d6835ba670 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1757 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835ba458 +instanceKlass com/mrcrayfish/goblintraders/util/Utils +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3442 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835ba040 +instanceKlass @bci dev/architectury/neoforge/ArchitecturyNeoForge lambda$new$0 ()Ljava/lang/Runnable; 0 argL0 ; # dev/architectury/neoforge/ArchitecturyNeoForge$$Lambda+0x000001d6835b9e28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1740 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b98e0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 477 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b8a30 +instanceKlass net/fabricmc/fabric/impl/client/keybinding/KeyBindingRegistryImpl +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/SerialName +instanceKlass dev/architectury/networking/SpawnEntityPacket$Client +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 229 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b8418 +instanceKlass net/wizards/WizardsMod +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1723 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b8000 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 460 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b7c60 +instanceKlass com/mrcrayfish/goblintraders/core/ModStats +instanceKlass com/github/L_Ender/cataclysm/items/RangeTool +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 215 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b6720 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1706 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b6508 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 443 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b62f0 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$SerialNameProcessor process (Lfolk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName;Lfolk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataContainerBuilder;)V 5 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$SerialNameProcessor$$Lambda+0x000001d6834b7b00 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 426 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b60d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 201 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b5ec0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1689 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b5ca8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1672 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b5a90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 187 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b5878 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 409 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b5660 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1655 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b5230 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 392 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b5448 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 173 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b5018 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 375 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b4e00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1638 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b4be8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 159 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b49d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1621 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b47b8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 358 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b45a0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 145 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b4388 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1604 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b4170 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 341 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b3f58 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 131 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b3d40 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 113 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b3b18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1587 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b3900 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 324 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b36e8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/values/ValueListImpl +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 117 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b34d0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1570 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b32b8 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 98 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b3090 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 307 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b2e78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 103 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b2c60 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 83 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b2a38 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1553 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b2820 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 290 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b2608 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 89 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b23f0 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 68 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b21c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1536 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b1fb0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 273 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b1d98 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 75 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b1b80 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 53 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b1958 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1519 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b1740 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 256 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b1528 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 61 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d6835b1310 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 38 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b10e8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1502 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b0ed0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 239 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b0cb8 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Items registerSimpleBlockItem (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Item$Properties;)Lnet/neoforged/neoforge/registries/DeferredItem; 4 member ; # net/neoforged/neoforge/registries/DeferredRegister$Items$$Lambda+0x000001d6835b0a78 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 25 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835b0860 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1485 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b0648 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 222 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835b0430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1468 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835b0218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1426 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835b0000 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 14 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835ac400 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 205 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835acc30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1451 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835aca18 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1409 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835ac800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3428 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835adc78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 188 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ada60 +instanceKlass @bci net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl onInitializeClient ()V 3 argL0 ; # net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl$$Lambda+0x000001d6835ad848 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1434 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835ad630 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1392 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835ad418 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 171 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ad200 +instanceKlass dev/architectury/utils/EnvExecutor +instanceKlass org/sinytra/fabric/key_binding_api/FabricKeyBindingApiV1 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1417 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835abc28 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Unload;)Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Unload; 1 member ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$$Lambda+0x000001d6835aba08 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1375 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835ab7f0 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 154 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835ab5d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1400 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835ab3c0 +instanceKlass net/minecraft/client/renderer/item/ClampedItemPropertyFunction +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1358 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835aafb0 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$$Lambda+0x000001d6835aad78 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 137 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835aab60 +instanceKlass net/minecraft/client/gui/screens/MenuScreens$ScreenConstructor +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 97 member ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835aa738 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1383 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835aa520 +instanceKlass @bci dev/architectury/neoforge/ArchitecturyNeoForge ()V 13 argL0 ; # dev/architectury/neoforge/ArchitecturyNeoForge$$Lambda+0x000001d6835aa118 +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Unload +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1341 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a9d08 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 120 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a9af0 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 78 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a96b0 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ClientRegistry +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1366 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a8448 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Load;)Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Load; 1 member ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$$Lambda+0x000001d6835a8228 +instanceKlass @bci dev/architectury/registry/level/biome/forge/BiomeModificationsImpl lambda$init$2 (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/architectury/registry/level/biome/forge/BiomeModificationsImpl$$Lambda+0x000001d6835a8000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1324 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a4c18 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 103 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a4a00 +instanceKlass fzzyhmstrs/emi_loot/neoforge/events/EMILootClientGameEvents +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1349 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a5c98 +instanceKlass com/mrcrayfish/framework/util/ReflectionUtils +instanceKlass @bci dev/architectury/registry/level/biome/forge/BiomeModificationsImpl init ()V 2 argL0 ; # dev/architectury/registry/level/biome/forge/BiomeModificationsImpl$$Lambda+0x000001d6835a5870 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$$Lambda+0x000001d6835a5638 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1307 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a5420 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 86 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a5208 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1332 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a7ae8 +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents$Load +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 69 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a6a48 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1290 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a6830 +instanceKlass dev/architectury/registry/level/biome/BiomeModifications$BiomeContext +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1315 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a6218 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 52 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a6000 +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientChunkEvents +instanceKlass dev/architectury/registry/level/biome/forge/BiomeModificationsImpl +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1273 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a3938 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 68 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a3700 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1298 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a34e8 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 35 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a32d0 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 58 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a3088 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1256 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a2e70 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1281 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a2a50 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 48 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a2808 +instanceKlass @bci com/soytutta/mynethersdelight/common/registry/MNDItems ()V 18 argL0 ; # com/soytutta/mynethersdelight/common/registry/MNDItems$$Lambda+0x000001d6835a25f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1239 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a23d8 +instanceKlass it/unimi/dsi/fastutil/bytes/ByteCollection +instanceKlass it/unimi/dsi/fastutil/bytes/ByteIterable +instanceKlass fzzyhmstrs/emi_loot/neoforge/events/EMILootClientModEvents +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/SupplementariesForge (Lnet/neoforged/bus/api/IEventBus;)V 42 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/SupplementariesForge$$Lambda+0x000001d6835a1fc0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1264 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a1da8 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 38 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a1b60 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1222 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835a1948 +instanceKlass net/fabricmc/fabric/impl/client/event/lifecycle/ClientLifecycleEventsImpl +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1247 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835a1310 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl addListener (Ljava/util/function/Consumer;Ljava/lang/Class;)V 7 member ; # net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl$$Lambda+0x000001d6835a10e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3414 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835a0ec8 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 28 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d6835a0c90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1097 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68359bdd8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1230 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68359aeb0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3400 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68359aa90 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1080 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68359a878 +instanceKlass @bci com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper getRegistryObjects (Ljava/lang/Class;)Ljava/util/List; 18 argL0 ; # com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper$$Lambda+0x000001d68359a640 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1213 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683599508 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3386 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835992f0 +instanceKlass com/mrcrayfish/framework/api/registry/RegistryEntry +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1063 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683598e98 +instanceKlass dev/architectury/event/forge/EventHandlerImplCommon$ModBasedEventHandler +instanceKlass fzzyhmstrs/emi_loot/neoforge/events/EMILootGameEvents +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1196 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683593968 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3372 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683597d78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1046 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683597b60 +instanceKlass it/unimi/dsi/fastutil/ints/AbstractInt2ByteFunction +instanceKlass @bci dev/architectury/event/forge/EventHandlerImpl registerCommon ()V 12 argL0 ; # dev/architectury/event/forge/EventHandlerImpl$$Lambda+0x000001d683597938 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 244 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683597710 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1179 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835974f8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1029 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835972e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3332 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835970c8 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 229 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683596ea0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1162 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683596a80 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 1012 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683595bd0 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 122 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d6835959a0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3282 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68358dd10 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/ReflectiveConfig$Section +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 214 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68358fd40 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1145 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68358fb28 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 995 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68358f910 +instanceKlass net/mehvahdjukaar/moonlight/api/entity/VillagerAIHooks +instanceKlass @bci fzzyhmstrs/emi_loot/networking/ArchaeologyLootPayload ()V 20 argL0 ; # fzzyhmstrs/emi_loot/networking/ArchaeologyLootPayload$$Lambda+0x000001d68358f4f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3258 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68358f2e0 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 199 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68358f0b8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1128 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68358eea0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 978 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68358ec88 +instanceKlass com/soytutta/mynethersdelight/common/registry/MNDItems +instanceKlass @bci fzzyhmstrs/emi_loot/networking/ArchaeologyLootPayload ()V 15 argL0 ; # fzzyhmstrs/emi_loot/networking/ArchaeologyLootPayload$$Lambda+0x000001d68358e870 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3244 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68358e658 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 184 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68358e430 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1111 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68358e218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 961 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68358e000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff$$Lambda+0x000001d68358bc30 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3230 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68358ba18 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 169 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68358b7f0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1094 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68358b5d8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 944 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68358b3c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff ()V 23 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff$$Lambda+0x000001d68358a2a8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3216 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683589df0 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 154 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683589bc8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1077 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835899b0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 927 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683589798 +instanceKlass @bci com/soytutta/mynethersdelight/MyNethersDelight (Lnet/neoforged/bus/api/IEventBus;)V 25 argL0 ; # com/soytutta/mynethersdelight/MyNethersDelight$$Lambda+0x000001d683589570 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 139 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683589348 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1060 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683589130 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff$$Lambda+0x000001d683588f18 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3176 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683588d00 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 910 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683588ae8 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 124 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d6835888c0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1043 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835886a8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 893 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683588490 +instanceKlass com/soytutta/mynethersdelight/client/event/ClientSetupEvents +instanceKlass cc/cassian/item_descriptions/client/neoforge/NeoforgePlatformImpl +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSandySapling (Lnet/minecraft/world/level/block/grower/TreeGrower;)Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683588000 +instanceKlass net/minecraft/world/entity/ai/behavior/BehaviorControl +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 109 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683583d60 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1026 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683583b48 +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/VillagerScareStuff +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 876 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683583730 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 100 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d683583500 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 94 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d6835832d8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 1009 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835830c0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 859 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683582ea8 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/GameplayLootPayload ()V 20 argL0 ; # fzzyhmstrs/emi_loot/networking/GameplayLootPayload$$Lambda+0x000001d683582c90 +instanceKlass @bci com/soytutta/mynethersdelight/MyNethersDelight (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # com/soytutta/mynethersdelight/MyNethersDelight$$Lambda+0x000001d683586e40 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 79 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683586c18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 992 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683586a00 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 842 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835867e8 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/GameplayLootPayload ()V 15 argL0 ; # fzzyhmstrs/emi_loot/networking/GameplayLootPayload$$Lambda+0x000001d6835865d0 +instanceKlass cc/cassian/item_descriptions/client/Platform +instanceKlass com/mrcrayfish/framework/api/config/FrameworkConfig +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 64 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683585fb8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 975 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683585da0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 825 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683585b88 +instanceKlass com/soytutta/mynethersdelight/common/MNDCommonSetup +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 49 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683585760 +instanceKlass cc/cassian/item_descriptions/client/ModClient +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 958 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683585348 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createStrippedBundle ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683584ee8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 808 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683584cd0 +instanceKlass com/mrcrayfish/framework/platform/NeoForgeConfigHelper +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 941 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683584868 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 36 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683584650 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createBundle ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683584430 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 791 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683584218 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 924 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683584000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 774 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68357ec00 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createStrippedJoshuaLog ()Lnet/neoforged/neoforge/registries/DeferredBlock; 10 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68357f000 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Unload;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Unload; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$$Lambda+0x000001d68357bd40 +instanceKlass @bci traben/entity_model_features/EMF init ()V 171 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d68357bb28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 907 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68357b910 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 757 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68357b6f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createJoshuaLog ()Lnet/neoforged/neoforge/registries/DeferredBlock; 5 argL0 ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68357b4e0 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$$Lambda+0x000001d68357b2a8 +instanceKlass com/mrcrayfish/framework/platform/services/IConfigHelper +instanceKlass @bci traben/entity_model_features/EMF init ()V 142 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d68357ae98 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 78 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d68357ac68 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 890 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68357aa50 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 740 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68357a838 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ByteMap +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Unload +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3126 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68357a238 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/MobLootPayload ()V 20 argL0 ; # fzzyhmstrs/emi_loot/networking/MobLootPayload$$Lambda+0x000001d68357a020 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 873 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683579e08 +instanceKlass com/mrcrayfish/framework/platform/NeoForgeEntityHelper +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Load;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Load; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$$Lambda+0x000001d683579788 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3102 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683579570 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ByteFunction +instanceKlass @bci fzzyhmstrs/emi_loot/networking/MobLootPayload ()V 15 argL0 ; # fzzyhmstrs/emi_loot/networking/MobLootPayload$$Lambda+0x000001d683578668 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 856 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683578450 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$$Lambda+0x000001d683578218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3062 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683578000 +instanceKlass com/mrcrayfish/framework/platform/services/IEntityHelper +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 839 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683573cf0 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 1063 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683573ac8 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents$Load +instanceKlass com/mrcrayfish/framework/api/registry/RegistryContainer +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 3012 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683573090 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 822 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683572e78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 723 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683572c60 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerWorldEvents +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 805 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835725f8 +instanceKlass com/mrcrayfish/framework/platform/NeoForgeRegistrationHelper +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 706 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683572158 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 788 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683571f40 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 689 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683571d28 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createParticleLeaves (Ljava/lang/String;Ljava/util/function/Supplier;I)Lnet/neoforged/neoforge/registries/DeferredBlock; 14 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683571b08 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 771 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835718f0 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 56 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d6835716c0 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 1045 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683571498 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 25 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d683571280 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 672 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683571068 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 754 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683570e50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSParticleTypes ()V 52 argL0 ; # net/hibiscus/naturespirit/registration/NSParticleTypes$$Lambda+0x000001d68356bc90 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/BlockLootPayload ()V 20 argL0 ; # fzzyhmstrs/emi_loot/networking/BlockLootPayload$$Lambda+0x000001d68356ba78 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 655 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68356b860 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 14 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68356b648 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 737 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68356b430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSParticleTypes ()V 39 argL0 ; # net/hibiscus/naturespirit/registration/NSParticleTypes$$Lambda+0x000001d68356b218 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/BlockLootPayload ()V 15 argL0 ; # fzzyhmstrs/emi_loot/networking/BlockLootPayload$$Lambda+0x000001d68356b000 +instanceKlass vectorwing/farmersdelight/client/event/TooltipEvents +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 638 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68356fb28 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 720 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68356f910 +instanceKlass @bci net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl onInitialize ()V 3 argL0 ; # net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl$$Lambda+0x000001d68356f6f8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSParticleTypes ()V 26 argL0 ; # net/hibiscus/naturespirit/registration/NSParticleTypes$$Lambda+0x000001d68356e5b8 +instanceKlass com/mrcrayfish/framework/platform/services/IRegistrationHelper +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 621 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68356df58 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 703 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68356dd40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSParticleTypes ()V 13 argL0 ; # net/hibiscus/naturespirit/registration/NSParticleTypes$$Lambda+0x000001d68356db28 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 604 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68356d6d0 +instanceKlass net/fabricmc/fabric/impl/event/lifecycle/LifecycleEventsImpl +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 686 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68356c610 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 587 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68356c3f8 +instanceKlass com/mrcrayfish/framework/api/network/FrameworkNetworkBuilder +instanceKlass net/hibiscus/naturespirit/registration/NSParticleTypes +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 669 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683563dd8 +instanceKlass vectorwing/farmersdelight/common/block/CuttingBoardBlock$ToolCarvingEvent +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 652 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835639c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2962 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683562ab8 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 34 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d683562888 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 635 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683562670 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 1027 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683562448 +instanceKlass com/mrcrayfish/framework/platform/NeoForgeNetworkHelper +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2898 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683562000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 618 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683567d20 +instanceKlass fzzyhmstrs/emi_loot/client/ClientLootTablesReceiver +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 601 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683567908 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 570 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683566a58 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVinesLeavesBlock (Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 13 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683566838 +instanceKlass com/mrcrayfish/framework/platform/services/INetworkHelper +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 584 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683566620 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 553 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683565530 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 567 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683565318 +instanceKlass net/mehvahdjukaar/supplementaries/common/events/neoforge/ServerEventsForge +instanceKlass @bci com/mrcrayfish/framework/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/mrcrayfish/framework/platform/Services$$Lambda+0x000001d68355bce8 +instanceKlass @bci fzzyhmstrs/emi_loot/networking/ChestLootPayload ()V 20 argL0 ; # fzzyhmstrs/emi_loot/networking/ChestLootPayload$$Lambda+0x000001d68355ac80 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVinesPlant (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68355aa60 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 536 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68355a848 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 550 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68355a630 +instanceKlass top/theillusivec4/curios/api/type/capability/ICurioItem +instanceKlass @bci fzzyhmstrs/emi_loot/networking/ChestLootPayload ()V 15 argL0 ; # fzzyhmstrs/emi_loot/networking/ChestLootPayload$$Lambda+0x000001d68355a220 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVines (Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68355a000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 519 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68355fdd0 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 1009 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68355fba8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 533 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68355f990 +instanceKlass com/mrcrayfish/framework/platform/NeoForgePlatformHelper +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 502 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68355f508 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 262 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68355f2e8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 516 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68355f0d0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 429 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68355ec78 +instanceKlass com/mrcrayfish/controllable/ControllableMod +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2848 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68355e860 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 499 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68355e648 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Items registerSimpleItem (Ljava/lang/String;Lnet/minecraft/world/item/Item$Properties;)Lnet/neoforged/neoforge/registries/DeferredItem; 2 argL0 ; # net/neoforged/neoforge/registries/DeferredRegister$Items$$Lambda+0x000001d68355d510 +instanceKlass com/mrcrayfish/framework/platform/services/IPlatformHelper +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2798 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68355d100 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 482 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68355cee8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 267 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68355c000 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createPottedSapling (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683553d30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 465 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683553b18 +instanceKlass com/mrcrayfish/framework/platform/Services +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 250 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683553700 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 448 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d6835534e8 +instanceKlass vectorwing/farmersdelight/common/block/entity/Basket +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSapling (Ljava/lang/String;Lnet/minecraft/world/level/block/grower/TreeGrower;)Lnet/neoforged/neoforge/registries/DeferredBlock; 12 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683552638 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler init (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$$Lambda+0x000001d683552218 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 233 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683552000 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 991 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683557d60 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/impl/NetworkApiImpl$S2CRegistration +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 431 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683557940 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 216 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683557728 +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler ()V 18 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler$$Lambda+0x000001d6835567c0 +instanceKlass @bci com/mrcrayfish/framework/Registration ()V 7 argL0 ; # com/mrcrayfish/framework/Registration$$Lambda+0x000001d683556598 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 414 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683556380 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVinesLeavesBlock (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 14 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683556160 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 199 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683555f48 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 973 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683555d20 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 397 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683555900 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 182 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d6835556e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVinesPlant (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6835554c8 +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/CapabilityHandler +instanceKlass com/mrcrayfish/framework/Registration +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 380 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683554eb0 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Items registerItem (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/item/Item$Properties;)Lnet/neoforged/neoforge/registries/DeferredItem; 4 member ; # net/neoforged/neoforge/registries/DeferredRegister$Items$$Lambda+0x000001d683554000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 363 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68354bb48 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Items registerSimpleItem (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredItem; 2 argL0 ; # net/neoforged/neoforge/registries/DeferredRegister$Items$$Lambda+0x000001d68354b910 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 346 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68354b6f8 +instanceKlass net/neoforged/neoforge/client/gui/VanillaGuiLayers +instanceKlass net/fabricmc/fabric/api/transfer/v1/transaction/TransactionContext +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot onInitialize ()V 12 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d68354a608 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 117 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68354a1f8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 329 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68354fda8 +instanceKlass com/mrcrayfish/framework/api/event/IFrameworkEvent +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 954 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68354eec8 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 100 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68354ea40 +instanceKlass com/mrcrayfish/framework/FrameworkSetup +instanceKlass @bci com/mrcrayfish/controllable/client/ClientEvents ()V 7 argL0 ; # com/mrcrayfish/controllable/client/ClientEvents$$Lambda+0x000001d68354d988 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 312 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68354d770 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 83 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68354d558 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/api/ClientPlayNetworkContext +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 295 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68354d0f0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl registerOptionalTexturePack (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/network/chat/Component;Z)V 9 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68354ccd8 +instanceKlass com/github/L_Ender/cataclysm/items/ILeftClick +instanceKlass com/mrcrayfish/controllable/client/ClientEvents +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 66 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d68354c8c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 388 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d68354c6a0 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 66 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d68354c000 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 278 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683541d18 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 49 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683541b00 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 372 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6835418e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider add (Lnet/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider;)V 67 argL0 ; # net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider$$Lambda+0x000001d6835416a8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 261 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683541230 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 54 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d683541000 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683543108 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 356 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683547550 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/api/NetworkContext +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 935 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683547328 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 244 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683546f18 +instanceKlass @bci com/kyanite/deeperdarker/content/DDItems ()V 15 argL0 ; # com/kyanite/deeperdarker/content/DDItems$$Lambda+0x000001d683544f68 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 42 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d683544d38 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createVines (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 12 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683539d28 +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d683539af8 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/api/S2CPayloadHandler +instanceKlass me/fzzyhmstrs/fzzy_config/networking/api/PayloadHandler +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d68353a218 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/ClientConfigs ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/ClientConfigs$$Lambda+0x000001d68353a000 +instanceKlass org/violetmoon/quark/content/world/undergroundstyle/base/UndergroundStyle +instanceKlass fzzyhmstrs/emi_loot/networking/ClearPayload +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d68353cf10 +instanceKlass com/github/L_Ender/cataclysm/util/CustomTabBehavior +instanceKlass net/mehvahdjukaar/moonlight/core/ClientConfigs +instanceKlass @bci com/mrcrayfish/framework/FrameworkNeoForge ()V 18 argL0 ; # com/mrcrayfish/framework/FrameworkNeoForge$$Lambda+0x000001d683533de0 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 917 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683537b48 +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigFloat (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;FFF[Ljava/lang/String;)V 9 ; # java/lang/invoke/LambdaForm$MH+0x000001d683538000 +instanceKlass io/github/razordevs/deep_aether/item/gear/skyjade/SkyjadeWeapon +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 30 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d683537920 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683534800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683534400 +instanceKlass com/mrcrayfish/framework/registry/RegistryProxy +instanceKlass @bci net/createmod/catnip/config/ConfigBase$ConfigFloat (Lnet/createmod/catnip/config/ConfigBase;Ljava/lang/String;FFF[Ljava/lang/String;)V 9 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683534000 +instanceKlass @bci org/sinytra/fabric/networking_api/NetworkingEventHooks (Lnet/neoforged/bus/api/IEventBus;)V 31 argL0 ; # org/sinytra/fabric/networking_api/NetworkingEventHooks$$Lambda+0x000001d683531e70 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/pack/DynamicClientResourceProvider (Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/moonlight/api/resources/pack/PackGenerationStrategy;)V 36 member ; # net/mehvahdjukaar/moonlight/api/resources/pack/DynamicClientResourceProvider$$Lambda+0x000001d683531c40 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 340 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683531a20 +instanceKlass fzzyhmstrs/emi_loot/neoforge/util/BlockRendererImpl +instanceKlass @bci toni/lib/config/ConfigBase$ConfigFloat (Ltoni/lib/config/ConfigBase;Ljava/lang/String;FFF[Ljava/lang/String;)V 9 member ; # toni/lib/config/ConfigBase$ConfigFloat$$Lambda+0x000001d68352f7a8 +instanceKlass @bci org/sinytra/fabric/networking_api/NetworkingEventHooks (Lnet/neoforged/bus/api/IEventBus;)V 18 argL0 ; # org/sinytra/fabric/networking_api/NetworkingEventHooks$$Lambda+0x000001d68352f580 +instanceKlass com/github/L_Ender/cataclysm/items/LayerArmorPostRender +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2748 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68352ef18 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 227 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68352ed00 +instanceKlass com/kyanite/deeperdarker/content/DDItems +instanceKlass net/caffeinemc/mods/lithium/api/inventory/LithiumDefaultedList +instanceKlass @cpi net/createmod/catnip/config/ConfigBase$ConfigFloat 35 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683520800 +instanceKlass @bci org/sinytra/fabric/networking_api/NetworkingEventHooks (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # org/sinytra/fabric/networking_api/NetworkingEventHooks$$Lambda+0x000001d68352e6e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2724 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68352e4c8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 210 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68352e2b0 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/SearchTrie$TrieNode +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 899 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68352dc28 +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge ()V 91 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d68352cab0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2710 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68352c660 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 193 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68352c448 +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge ()V 75 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d68352c230 +instanceKlass @bci com/illusivesoulworks/cherishedworlds/CherishedWorldsNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/illusivesoulworks/cherishedworlds/CherishedWorldsNeoForgeMod$$Lambda+0x000001d68352b2f0 +instanceKlass @bci com/kyanite/deeperdarker/content/DDBlocks ()V 47 argL0 ; # com/kyanite/deeperdarker/content/DDBlocks$$Lambda+0x000001d68352b0d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2696 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68352aec0 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 176 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68352aca8 +instanceKlass @bci toni/immersivelanterns/foundation/config/AllConfigs register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Ltoni/lib/config/ConfigBase; 8 member ; # toni/immersivelanterns/foundation/config/AllConfigs$$Lambda+0x000001d68352a818 +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge ()V 59 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d683523cf0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2682 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683523638 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 159 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683523420 +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge ()V 43 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d683527a78 +instanceKlass @bci toni/immersivelanterns/foundation/config/AllConfigs register (Ljava/util/function/BiConsumer;)V 0 argL0 ; # toni/immersivelanterns/foundation/config/AllConfigs$$Lambda+0x000001d683527860 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/SearchTrie +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2668 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683526f70 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 142 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683526b28 +instanceKlass @bci com/cupboard/Cupboard (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 89 member ; # com/cupboard/Cupboard$$Lambda+0x000001d683526d40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2654 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683515d10 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 125 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683515af8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 881 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6835158d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2640 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683515470 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 108 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d683515258 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2626 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68351eea0 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 862 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68351f0b8 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 91 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68351ec88 +instanceKlass toni/immersivelanterns/foundation/config/AllConfigs +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2612 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68351e870 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 74 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68351d6b0 +instanceKlass com/cupboard/event/EventHandler +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2598 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68351bf00 +instanceKlass @bci io/github/razordevs/deep_aether/init/DAItems ()V 57 argL0 ; # io/github/razordevs/deep_aether/init/DAItems$$Lambda+0x000001d68351bce8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2584 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68351b680 +instanceKlass @bci toni/immersivelanterns/ImmersiveLanterns (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 29 member ; # toni/immersivelanterns/ImmersiveLanterns$$Lambda+0x000001d68351b450 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2570 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68351afe8 +instanceKlass @bci toni/immersivelanterns/ImmersiveLanterns (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # toni/immersivelanterns/ImmersiveLanterns$$Lambda+0x000001d68351adb8 +instanceKlass vectorwing/farmersdelight/common/crafting/CookingPotRecipe +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 844 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6835176f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2556 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6835174d8 +instanceKlass @bci toni/immersivelanterns/ImmersiveLanterns (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # toni/immersivelanterns/ImmersiveLanterns$$Lambda+0x000001d683516610 +instanceKlass net/peanuuutz/tomlkt/TomlInteger +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2542 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683516000 +instanceKlass com/github/L_Ender/cataclysm/items/KeybindUsingArmor +instanceKlass net/peanuuutz/tomlkt/TomlLiteralString +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2528 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683511980 +instanceKlass @bci net/fabricmc/fabric/impl/loot/v2/LootInitializer onInitialize ()V 25 argL0 ; # net/fabricmc/fabric/impl/loot/v2/LootInitializer$$Lambda+0x000001d683511768 +instanceKlass net/peanuuutz/tomlkt/TomlMultilineString +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2514 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683510890 +instanceKlass top/theillusivec4/curios/api/type/util/IIconHelper +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 826 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683510470 +instanceKlass @bci net/fabricmc/fabric/impl/loot/v2/LootInitializer onInitialize ()V 14 argL0 ; # net/fabricmc/fabric/impl/loot/v2/LootInitializer$$Lambda+0x000001d683510258 +instanceKlass net/peanuuutz/tomlkt/TomlBlockArray +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2500 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68350fd68 +instanceKlass net/peanuuutz/tomlkt/TomlInline +instanceKlass top/theillusivec4/curios/Curios$ClientProxy +instanceKlass dev/architectury/event/events/common/ChatEvent$ChatComponent +instanceKlass dev/architectury/event/events/common/LootEvent$LootTableModificationContext +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Desc +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2486 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68350cb48 +instanceKlass @bci net/fabricmc/fabric/impl/loot/v2/LootInitializer onInitialize ()V 3 argL0 ; # net/fabricmc/fabric/impl/loot/v2/LootInitializer$$Lambda+0x000001d68350c930 +instanceKlass dev/architectury/event/forge/EventHandlerImplCommon +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2472 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68350c2b8 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Integer +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Loaded;)Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Loaded; 1 member ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d68350bea0 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/LiteralString +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2461 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683509c28 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/MultilineString +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d683508618 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 808 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6835083f0 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/BlockArray +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/IDebugDumpable +instanceKlass @bci top/theillusivec4/curios/common/CuriosConfig$Common (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 21 argL0 ; # top/theillusivec4/curios/common/CuriosConfig$Common$$Lambda+0x000001d6834e9400 +instanceKlass net/fabricmc/fabric/api/loot/v3/LootTableEvents$Loaded +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaicSlab ()Lnet/neoforged/neoforge/registries/DeferredBlock; 31 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d683507a28 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Inline +instanceKlass @bci top/theillusivec4/curios/common/CuriosConfig ()V 43 argL0 ; # top/theillusivec4/curios/common/CuriosConfig$$Lambda+0x000001d6835075f8 +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Modify;)Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Modify; 1 member ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d683506680 +instanceKlass net/peanuuutz/tomlkt/TomlComment +instanceKlass net/minecraft/world/level/storage/loot/LootTable$Builder +instanceKlass top/theillusivec4/curios/common/CuriosConfig$Common +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/ConfigDeprecated +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 790 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834fee48 +instanceKlass org/violetmoon/quark/content/client/module/CameraModule$DatePredicate +instanceKlass @bci top/theillusivec4/curios/common/CuriosConfig ()V 7 argL0 ; # top/theillusivec4/curios/common/CuriosConfig$$Lambda+0x000001d6834f7d80 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaicSlab ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834f7b60 +instanceKlass com/github/L_Ender/cataclysm/init/ModItems +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaicStairs ()Lnet/neoforged/neoforge/registries/DeferredBlock; 31 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834f74a8 +instanceKlass top/theillusivec4/curios/common/CuriosConfig$Server +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 167 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d6834f7068 +instanceKlass net/fabricmc/fabric/api/loot/v3/FabricLootTableBuilder +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 772 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834f6a48 +instanceKlass net/mehvahdjukaar/supplementaries/api/ICatchableMob +instanceKlass top/theillusivec4/curios/common/CuriosConfig +instanceKlass net/fabricmc/fabric/api/loot/v2/FabricLootTableBuilder +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaicStairs ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834f1b88 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaic ()Lnet/neoforged/neoforge/registries/DeferredBlock; 31 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834ebb90 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 754 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834efc88 +instanceKlass @bci top/theillusivec4/curios/client/CuriosClientConfig ()V 7 argL0 ; # top/theillusivec4/curios/client/CuriosClientConfig$$Lambda+0x000001d6834efa50 +instanceKlass org/betterx/betternether/mixin/common/LootTableBuilderAccessor +instanceKlass vectorwing/farmersdelight/common/block/entity/HeatableBlockEntity +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl deserializeFromToml$fzzy_config (Ljava/lang/Object;Lnet/peanuuutz/tomlkt/TomlElement;Lme/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Mutable;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 814 member ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6834ee250 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 159 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834ee028 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 146 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834e7d00 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 133 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834e7ad8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 120 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834e78b0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 107 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834e7688 +instanceKlass dev/architectury/event/forge/EventHandlerImplClient$ModBasedEventHandler +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$Setter$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$Setter$$Lambda$0 +instanceKlass kotlin/reflect/KMutableProperty1$Setter +instanceKlass @bci dev/architectury/event/forge/EventHandlerImpl registerClient ()V 12 argL0 ; # dev/architectury/event/forge/EventHandlerImpl$$Lambda+0x000001d6834e6340 +instanceKlass kotlin/reflect/jvm/KCallablesJvm +instanceKlass kotlin/reflect/jvm/internal/RuntimeTypeMapperKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/RuntimeTypeMapperKt +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 153 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d6834dfc28 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 94 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834dfa00 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 81 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834df7d8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 68 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834df5b0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 55 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834df388 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createMosaic ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834df168 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createLeaves ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834def48 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 42 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834ded20 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createBlockSetType ()Ljava/util/function/Supplier; 31 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834deae8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 29 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834de8c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2424 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6834de6a8 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 16 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834de480 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 1234 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834de260 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientEvent ClientEvent ()V 3 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientEvent$$Lambda+0x000001d6834de038 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 1211 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834dde18 +instanceKlass @bci com/github/L_Ender/lionfishapi/client/model/tools/AdvancedEntityModel updateDefaultPose ()V 4 argL0 ; # com/github/L_Ender/lionfishapi/client/model/tools/AdvancedEntityModel$$Lambda+0x000001d6834ddbf0 +instanceKlass org/violetmoon/quark/content/world/config/BlossomTreeConfig +instanceKlass top/theillusivec4/curios/client/CuriosClientConfig$Client +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d6834d8fe8 +instanceKlass com/github/L_Ender/lionfishapi/client/model/tools/LionfishModelRenderUtils$PositionTextureVertex +instanceKlass io/github/razordevs/deep_aether/item/gear/skyjade/SkyjadeAccessory +instanceKlass net/fabricmc/fabric/api/loot/v3/LootTableEvents$Modify +instanceKlass top/theillusivec4/curios/client/CuriosClientConfig +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/NonSync +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createHangingSignItem ()Lnet/neoforged/neoforge/registries/DeferredItem; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d6320 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSignItem ()Lnet/neoforged/neoforge/registries/DeferredItem; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d6100 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createWallHangingSign ()Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d5ee0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createHangingSign ()Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d5cc0 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 88 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d5a90 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createWallSign ()Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d5870 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSign ()Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d5650 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 74 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d5420 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createTrapDoor ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d5200 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 60 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d4fd0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createDoor ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d4db0 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 46 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d4b80 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createButton ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d4960 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 34 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d4730 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createPressurePlate ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834d4510 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 22 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834d4000 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createFenceGate ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cdd50 +instanceKlass @bci top/theillusivec4/curios/Curios (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 10 member ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834cd900 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createFence ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cdb30 +instanceKlass @bci org/violetmoon/quark/content/world/module/BigStoneClustersModule ()V 262 argL0 ; # org/violetmoon/quark/content/world/module/BigStoneClustersModule$$Lambda+0x000001d6834cd6b8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSlab ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cd498 +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 148 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834cd280 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createStairs ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cfd88 +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 132 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834cfb70 +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Replace;)Lnet/fabricmc/fabric/api/loot/v3/LootTableEvents$Replace; 1 member ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d6834cf950 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createPlanks ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cf540 +instanceKlass com/github/L_Ender/lionfishapi/client/model/tools/LionfishModelRenderUtils$TexturedQuad +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 116 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834ceee0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createPottedSapling (Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834cb070 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 736 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834cae48 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createSapling (Lnet/minecraft/world/level/block/grower/TreeGrower;)Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834c9ce0 +instanceKlass com/github/L_Ender/lionfishapi/client/model/tools/LionfishModelRenderUtils$ModelBox +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 139 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d6834c5b10 +instanceKlass @bci net/fabricmc/fabric/api/loot/v3/LootTableEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/loot/v3/LootTableEvents$$Lambda+0x000001d6834c58d8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createFrostableLeaves ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834c5000 +instanceKlass net/fabricmc/fabric/api/loot/v3/LootTableEvents$Replace +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode$WhenMappings +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 100 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834c35c0 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createLeaves (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredBlock; 12 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834c27f8 +instanceKlass net/fabricmc/fabric/api/loot/v3/LootTableEvents +instanceKlass org/violetmoon/zeta/config/type/ClusterSizeConfig$Builder +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 84 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834c2180 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 718 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834c1c78 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createStrippedWood ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834bfc50 +instanceKlass @bci top/theillusivec4/curios/common/CuriosRegistry ()V 68 argL0 ; # top/theillusivec4/curios/common/CuriosRegistry$$Lambda+0x000001d6834bed58 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createWood ()Lnet/neoforged/neoforge/registries/DeferredBlock; 6 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834beb38 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl addServerReloadListener (Ljava/util/function/Function;Lnet/minecraft/resources/ResourceLocation;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6834bcbb8 +instanceKlass net/fabricmc/fabric/impl/loot/v2/LootInitializer +instanceKlass dev/architectury/event/events/client/ClientTooltipEvent$ColorContext +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createStrippedLog ()Lnet/neoforged/neoforge/registries/DeferredBlock; 11 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834ba698 +instanceKlass dev/architectury/event/events/client/ClientTooltipEvent$PositionContext +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 126 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d6834ba268 +instanceKlass top/theillusivec4/curios/common/CuriosRegistry +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayType +instanceKlass dev/architectury/hooks/client/screen/ScreenAccess +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createLog ()Lnet/neoforged/neoforge/registries/DeferredBlock; 6 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834b8000 +instanceKlass dev/architectury/event/forge/EventHandlerImplClient +instanceKlass net/mehvahdjukaar/moonlight/api/platform/network/Message +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet registerWood ()V 10 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834b1ad0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$43 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/WoodSet createBlockSetType ()Ljava/util/function/Supplier; 61 member ; # net/hibiscus/naturespirit/registration/sets/WoodSet$$Lambda+0x000001d6834b08e8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$42 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$41 +instanceKlass net/hibiscus/naturespirit/datagen/NSConfiguredFeatures +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 700 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834b0228 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$40 +instanceKlass @bci top/theillusivec4/curios/Curios ()V 0 argL0 ; # top/theillusivec4/curios/Curios$$Lambda+0x000001d6834afa18 +instanceKlass org/violetmoon/zeta/config/type/ClusterSizeConfig +instanceKlass @bci com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 36 argL0 ; # com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForge$$Lambda+0x000001d6834af7f0 +instanceKlass io/github/razordevs/deep_aether/item/gear/skyjade/SkyjadeTool +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$39 +instanceKlass @bci com/github/L_Ender/lionfishapi/client/model/tools/BasicEntityModel ()V 1 argL0 ; # com/github/L_Ender/lionfishapi/client/model/tools/BasicEntityModel$$Lambda+0x000001d6834acfe8 +instanceKlass net/neoforged/neoforge/capabilities/ICapabilityProvider +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$38 +instanceKlass com/teamresourceful/resourcefullib/common/ApiProxy$Storage +instanceKlass top/theillusivec4/curios/api/type/ISlotType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$37 +instanceKlass top/theillusivec4/curios/api/type/util/ISlotHelper +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$36 +instanceKlass vectorwing/farmersdelight/common/event/CommonEvents +instanceKlass com/teamresourceful/resourcefullib/neoforge/NeoForgeClientApiProxy +instanceKlass top/theillusivec4/curios/api/type/util/ICuriosHelper +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$35 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2371 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6834a3c60 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 682 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834a2a78 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$34 +instanceKlass io/github/razordevs/deep_aether/init/DAItems +instanceKlass @bci com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 41 argL0 ; # com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient$$Lambda+0x000001d6834a1418 +instanceKlass com/github/L_Ender/lionfishapi/client/model/tools/BasicModelPart +instanceKlass me/juancarloscp52/spyglass_improvements/client/Settings +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$33 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$32 +instanceKlass @bci com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 30 argL0 ; # com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient$$Lambda+0x000001d683494c00 +instanceKlass vectorwing/farmersdelight/common/event/CommonModBusEvents +instanceKlass org/violetmoon/zeta/client/extensions/IZetaClientItemExtensions +instanceKlass me/juancarloscp52/spyglass_improvements/client/SpyglassImprovementsClient +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerDataPackRegistry (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)V 6 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d68349eb50 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$31 +instanceKlass @bci com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient$$Lambda+0x000001d68349e308 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$30 +instanceKlass @bci io/github/razordevs/deep_aether/init/DABlocks ()V 12 argL0 ; # io/github/razordevs/deep_aether/init/DABlocks$$Lambda+0x000001d68349e0f0 +instanceKlass @bci com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 6 argL0 ; # com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient$$Lambda+0x000001d68349cf58 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 663 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68349b9f0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$29 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 46 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68349b430 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68349a038 +instanceKlass com/teamresourceful/resourcefullib/neoforge/NeoForgeResourcePackHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 33 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d683495cd8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$27 +instanceKlass dev/architectury/event/forge/EventHandlerImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 25 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d683495650 +instanceKlass @bci io/wispforest/accessories/api/client/AccessoriesRendererRegistry ()V 25 argL0 ; # io/wispforest/accessories/api/client/AccessoriesRendererRegistry$$Lambda+0x000001d683495438 +instanceKlass com/kyanite/deeperdarker/content/DDBlocks +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$26 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d683495000 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$25 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d683493af8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 644 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834938d0 +instanceKlass vectorwing/farmersdelight/common/event/VillagerEvents +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$24 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$23 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType 190 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683494000 +instanceKlass io/wispforest/accessories/api/client/AccessoriesRendererRegistry$BundleAccessoryRenderer +instanceKlass com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForgeClient +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$22 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68348fc18 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$21 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68348e8f8 +instanceKlass dev/architectury/event/EventHandler +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$20 +instanceKlass @bci com/kyanite/deeperdarker/content/DDDataComponents ()V 32 argL0 ; # com/kyanite/deeperdarker/content/DDDataComponents$$Lambda+0x000001d68348d4e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68348d2b0 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner$LambdaGatherer accept (Lorg/objectweb/asm/tree/MethodNode;)V 21 member ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$LambdaGatherer$$Lambda+0x000001d682f2f420 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$19 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 625 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68348c090 +instanceKlass io/wispforest/accessories/api/client/AccessoriesRendererRegistry +instanceKlass vectorwing/farmersdelight/common/item/DogFoodItem$DogFoodEvent +instanceKlass @bci com/kyanite/deeperdarker/content/DDDataComponents ()V 16 argL0 ; # com/kyanite/deeperdarker/content/DDDataComponents$$Lambda+0x000001d68347bc70 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68347ba38 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner$LambdaGatherer accept (Lorg/objectweb/asm/tree/MethodNode;)V 10 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$LambdaGatherer$$Lambda+0x000001d682f2f1d8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$17 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType$$Lambda+0x000001d68347b800 +instanceKlass com/kyanite/deeperdarker/content/DDDataComponents +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$16 +instanceKlass com/teamresourceful/resourcefullib/common/utils/files/GlobalStorage +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$15 +instanceKlass @bci com/kyanite/deeperdarker/content/DDSounds register (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/kyanite/deeperdarker/content/DDSounds$$Lambda+0x000001d68347b198 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$14 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 606 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683477da8 +instanceKlass vectorwing/farmersdelight/common/item/enchantment/BackstabbingEnchantment$BackstabbingEvent +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$13 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$12 +instanceKlass com/kyanite/deeperdarker/content/DDSounds +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$11 +instanceKlass com/teamresourceful/resourcefullib/ResourcefulLib +instanceKlass com/cerbon/cerbons_api/neoforge/event/NeoForgeEvents +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$10 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$9 +instanceKlass com/teamresourceful/resourcefullib/common/ApiProxy +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedFunctionEnhancementInfo +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/SignatureBuildingComponents$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/TypeEnhancementInfo +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder$FunctionEnhancementBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedEnhancementInfoKt +instanceKlass @bci net/spell_power/SpellPowerMod init ()V 20 argL0 ; # net/spell_power/SpellPowerMod$$Lambda+0x000001d683476f50 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Disconnect;)Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Disconnect; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d683473c10 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d6834739d8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 588 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834737b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/placeable_book/PlaceableBookManager ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/placeable_book/PlaceableBookManager$$Lambda+0x000001d683472378 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Disconnect +instanceKlass com/github/L_Ender/cataclysm/client/event/ClientEvent +instanceKlass @bci top/theillusivec4/curios/api/client/CuriosRendererRegistry register (Lnet/minecraft/world/item/Item;Ljava/util/function/Supplier;)V 2 member ; # top/theillusivec4/curios/api/client/CuriosRendererRegistry$$Lambda+0x000001d68346da98 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/MethodSignatureBuildingUtilsKt +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Join;)Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Join; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d68346d878 +instanceKlass vectorwing/farmersdelight/common/item/HorseFeedItem$HorseFeedEvent +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/NewTypeVariableConstructor +instanceKlass io/wispforest/accessories/api/client/AccessoryRenderer +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d68346d000 +instanceKlass net/minecraft/world/inventory/MerchantContainer +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JvmTypeFactoryImpl$WhenMappings +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Join +instanceKlass net/mehvahdjukaar/supplementaries/common/block/placeable_book/PlaceableBookManager +instanceKlass top/theillusivec4/curios/api/client/CuriosRendererRegistry +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 569 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68346ae48 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKindExtractor$Companion +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Init;)Lnet/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Init; 1 member ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d683469c90 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKindExtractor +instanceKlass net/minecraft/server/network/ServerCommonPacketListenerImpl +instanceKlass io/wispforest/owo/mixin/ServerCommonNetworkHandlerAccessor +instanceKlass @bci me/juancarloscp52/spyglass_improvements/neoforge/client/integratons/CuriosIntegration registerRenderer ()V 4 member ; # me/juancarloscp52/spyglass_improvements/neoforge/client/integratons/CuriosIntegration$$Lambda+0x000001d68345efc0 +instanceKlass net/fabricmc/fabric/mixin/networking/accessor/ServerCommonNetworkHandlerAccessor +instanceKlass vectorwing/farmersdelight/common/item/KnifeItem$KnifeEvents +instanceKlass top/theillusivec4/curios/api/client/ICurioRenderer +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeSignatureMappingKt +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/FunctionTypesKt +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$ALWAYS_NULL$1 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/FunctionsKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DescriptorBasedTypeSignatureMappingKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingConfigurationImpl +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingConfiguration +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JvmTypeFactoryImpl +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JvmTypeFactory +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/MethodSignatureMappingKt +instanceKlass kotlin/reflect/jvm/internal/impl/util/CheckResult +instanceKlass kotlin/reflect/jvm/internal/impl/util/Checks$3 +instanceKlass kotlin/reflect/jvm/internal/impl/util/ReturnsCheck$ReturnsUnit$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/util/OperatorChecks$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/util/Checks$4 +instanceKlass kotlin/reflect/jvm/internal/impl/util/ReturnsCheck$ReturnsInt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/util/OperatorChecks$$Lambda$1 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 78 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68345c450 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 67 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68345c228 +instanceKlass kotlin/reflect/jvm/internal/impl/util/ReturnsCheck$ReturnsBoolean$$Lambda$0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 56 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d68345c000 +instanceKlass net/minecraft/world/item/trading/MerchantOffer +instanceKlass kotlin/reflect/jvm/internal/impl/util/ReturnsCheck +instanceKlass @bci xaero/common/PlatformContextNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 31 member ; # xaero/common/PlatformContextNeoForge$$Lambda+0x000001d683454a28 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 550 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683454800 +instanceKlass @bci com/cerbon/cerbons_api/neoforge/CerbonsAPINeoForge (Lnet/neoforged/bus/api/IEventBus;)V 9 member ; # com/cerbon/cerbons_api/neoforge/CerbonsAPINeoForge$$Lambda+0x000001d683455cd0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d683455aa8 +instanceKlass @bci xaero/common/PlatformContextNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # xaero/common/PlatformContextNeoForge$$Lambda+0x000001d683455878 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d683455650 +instanceKlass net/mehvahdjukaar/moonlight/api/util/DispenserHelper +instanceKlass @bci xaero/common/PlatformContextNeoForge registerEvents (Lnet/neoforged/bus/api/IEventBus;)V 7 member ; # xaero/common/PlatformContextNeoForge$$Lambda+0x000001d683456ea0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d683453be0 +instanceKlass me/juancarloscp52/spyglass_improvements/neoforge/client/integratons/CuriosIntegration +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 532 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683453778 +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d683453550 +instanceKlass vectorwing/farmersdelight/common/item/SkilletItem$SkilletEvents +instanceKlass xaero/common/config/LegacyCommonConfigIO +instanceKlass @bci com/github/L_Ender/cataclysm/client/event/ClientSetup ClientSetupevent (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/github/L_Ender/cataclysm/client/event/ClientSetup$$Lambda+0x000001d683451120 +instanceKlass net/hibiscus/naturespirit/registration/sets/WoodSet +instanceKlass kotlin/reflect/jvm/internal/impl/util/IsKPropertyCheck +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/block/dispenser/DispenserBehaviorsManager init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/block/dispenser/DispenserBehaviorsManager$$Lambda+0x000001d68344fdb8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 514 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68344fb90 +instanceKlass vectorwing/farmersdelight/data/DataGenerators +instanceKlass xaero/common/config/LegacyCommonConfigInit +instanceKlass @bci me/juancarloscp52/spyglass_improvements/neoforge/client/SpyglassImprovementsClientNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 8 member ; # me/juancarloscp52/spyglass_improvements/neoforge/client/SpyglassImprovementsClientNeoForge$$Lambda+0x000001d68344f558 +instanceKlass com/cerbon/cerbons_api/api/network/DelayedPacketRegistrationHandler +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorMerchantOffer +instanceKlass com/ishland/c2me/notickvd/common/IRenderDistanceOverride +instanceKlass net/mehvahdjukaar/moonlight/api/util/DispenserHelper$Event +instanceKlass org/violetmoon/quark/content/experimental/hax/PseudoAccessorMerchantOffer +instanceKlass kotlin/reflect/jvm/internal/impl/util/NoDefaultAndVarargsCheck +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorServerGamePacketListener +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/entities/MerchantOfferAccessor +instanceKlass kotlin/reflect/jvm/internal/impl/util/OperatorChecks$$Lambda$0 +instanceKlass me/juancarloscp52/spyglass_improvements/client/integrations/IEquipmentIntegration +instanceKlass kotlin/reflect/jvm/internal/impl/util/Checks$2 +instanceKlass kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck +instanceKlass kotlin/reflect/jvm/internal/impl/util/MemberKindCheck +instanceKlass kotlin/reflect/jvm/internal/impl/util/Check +instanceKlass kotlin/reflect/jvm/internal/impl/util/OperatorNameConventions +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2347 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68344c648 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2333 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68344c430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2319 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68344c218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2305 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68344c000 +instanceKlass kotlin/reflect/jvm/internal/impl/util/Checks +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2291 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68343cc00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2277 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683447d40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2263 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683447b28 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2249 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683447910 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 495 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834476e8 +instanceKlass kotlin/reflect/jvm/internal/impl/util/AbstractModifierChecks +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/ServerGamePacketListenerImplAccessor +instanceKlass @bci vectorwing/farmersdelight/FarmersDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 208 argL0 ; # vectorwing/farmersdelight/FarmersDelight$$Lambda+0x000001d6834463a0 +instanceKlass net/minecraft/server/network/ServerPlayerConnection +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet createRotatable (Ljava/lang/String;Lcom/google/common/base/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 4 member ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683445838 +instanceKlass com/axedgaming/endersdelight/Common/Effects/EnderPhasingHandler +instanceKlass @bci xaero/hud/minimap/info/InfoDisplayIO encode (Lxaero/hud/minimap/common/config/info/config/InfoDisplayManagerConfigData;)Ljava/lang/String; 44 member ; # xaero/hud/minimap/info/InfoDisplayIO$$Lambda+0x000001d683444d80 +instanceKlass org/violetmoon/quark/content/tools/base/RuneColor +instanceKlass com/github/L_Ender/cataclysm/client/event/ClientSetup +instanceKlass vectorwing/farmersdelight/common/world/VillageStructures +instanceKlass net/minecraft/network/protocol/game/ServerGamePacketListener +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 13 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d6834442b0 +instanceKlass @bci xaero/hud/minimap/info/InfoDisplayIO encode (Lxaero/hud/minimap/common/config/info/config/InfoDisplayManagerConfigData;)Ljava/lang/String; 20 member ; # xaero/hud/minimap/info/InfoDisplayIO$$Lambda+0x000001d683443a18 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 686 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d6834435a8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 476 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683443380 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/fire_behaviors/IFireItemBehavior +instanceKlass com/cerbon/cerbons_api/api/network/Network +instanceKlass @bci com/axedgaming/endersdelight/EndersDelightClient (Lnet/neoforged/fml/ModContainer;)V 7 argL0 ; # com/axedgaming/endersdelight/EndersDelightClient$$Lambda+0x000001d6834419a0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$MethodSignatureData +instanceKlass net/neoforged/neoforge/common/extensions/IServerGamePacketListenerExtension +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 594 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683441108 +instanceKlass @bci com/cerbon/cerbons_api/packet/CerbonsApiPacketHandler register ()V 8 argL0 ; # com/cerbon/cerbons_api/packet/CerbonsApiPacketHandler$$Lambda+0x000001d68343dd60 +instanceKlass vectorwing/farmersdelight/common/world/WildCropGeneration +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 565 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d68343faf8 +instanceKlass com/axedgaming/endersdelight/Config +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModAdvancements ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModAdvancements$$Lambda+0x000001d68343f6e0 +instanceKlass xaero/hud/minimap/common/config/info/config/InfoDisplayConfigData +instanceKlass net/mehvahdjukaar/supplementaries/common/block/dispenser/DispenserBehaviorsManager +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 473 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d68343e000 +instanceKlass @bci org/violetmoon/quark/content/tools/module/AncientTomesModule generateDefaultEnchantmentList ()Ljava/util/List; 163 argL0 ; # org/violetmoon/quark/content/tools/module/AncientTomesModule$$Lambda+0x000001d68343bc50 +instanceKlass net/minecraft/network/protocol/ping/ServerPingPacketListener +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/SignaturePropagator$PropagatedSignature +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 381 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d68343b5c8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 458 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68343b3a0 +instanceKlass @bci xaero/hud/minimap/info/InfoDisplayIO decode (Ljava/lang/String;)Lxaero/hud/minimap/common/config/info/config/InfoDisplayManagerConfigData; 23 member ; # xaero/hud/minimap/info/InfoDisplayIO$$Lambda+0x000001d68343b170 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdEffects ()V 16 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdEffects$$Lambda+0x000001d68343a0b8 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler$Patch$1 +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemCondition$Builder +instanceKlass vectorwing/farmersdelight/common/registry/ModAdvancements +instanceKlass net/minecraft/world/item/enchantment/Enchantments +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 88 argL0 ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d683438f50 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaMethodDescriptor$2 +instanceKlass @bci com/cerbon/cerbons_api/packet/custom/MultipartEntityInteractionC2SPacket ()V 15 argL0 ; # com/cerbon/cerbons_api/packet/custom/MultipartEntityInteractionC2SPacket$$Lambda+0x000001d683437c68 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModIngredientTypes ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModIngredientTypes$$Lambda+0x000001d683437a50 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaMethodDescriptor$1 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 296 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683437618 +instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$2 +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 77 argL0 ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d6834373f0 +instanceKlass @bci com/cerbon/cerbons_api/packet/custom/MultipartEntityInteractionC2SPacket ()V 10 argL0 ; # com/cerbon/cerbons_api/packet/custom/MultipartEntityInteractionC2SPacket$$Lambda+0x000001d6834371d8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 440 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683436fb0 +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdEffects +instanceKlass vectorwing/farmersdelight/common/registry/ModIngredientTypes +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor$UserDataKey +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 211 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683436980 +instanceKlass com/github/L_Ender/cataclysm/config/ConfigHolder +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdParticles ()V 16 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdParticles$$Lambda+0x000001d683436328 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet createWall (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 8 member ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d6834360f0 +instanceKlass com/cerbon/cerbons_api/packet/custom/MultipartEntityInteractionC2SPacket +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModConditionCodecs ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModConditionCodecs$$Lambda+0x000001d683435cc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler ()V 9 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler$$Lambda+0x000001d683435848 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 112 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683435618 +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdParticles +instanceKlass com/google/gson/internal/UnsafeAllocator +instanceKlass vectorwing/farmersdelight/common/registry/ModConditionCodecs +instanceKlass org/violetmoon/zeta/config/type/DimensionConfig +instanceKlass io/github/razordevs/deep_aether/block/behavior/GoldenVines +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 66 member ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d683434bb8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 83 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683434988 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes ()V 32 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes$$Lambda+0x000001d683434770 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet createSlab (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 8 member ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683434320 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup ()V 35 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d683434558 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 422 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6834340f8 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier ()V 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/PastrySlicingModifier$$Lambda+0x000001d683433ec8 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler$LightData +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaLoadingKt +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModGroup ()V 18 argL0 ; # com/github/L_Ender/cataclysm/init/ModGroup$$Lambda+0x000001d6834339b8 +instanceKlass com/cerbon/cerbons_api/packet/CerbonsApiPacketHandler +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes ()V 16 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes$$Lambda+0x000001d683433598 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet createStairs (Ljava/lang/String;Lnet/neoforged/neoforge/registries/DeferredBlock;)Lnet/neoforged/neoforge/registries/DeferredBlock; 8 member ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683433170 +instanceKlass com/cerbon/cerbons_api/CerbonsAPI +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet createBasic (Ljava/lang/String;Lcom/google/common/base/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 4 member ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d683431348 +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdBlockEntityTypes +instanceKlass com/github/L_Ender/cataclysm/init/ModGroup +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/StoneSet registerStone ()V 29 argL0 ; # net/hibiscus/naturespirit/registration/sets/StoneSet$$Lambda+0x000001d68342ed48 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs ()V 16 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs$$Lambda+0x000001d68342eb30 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 404 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68342d6b0 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/LargeConfigValueIOCodec loadValueFromFile (Ljava/nio/file/Path;I)Ljava/lang/String; 68 member ; # xaero/lib/common/config/option/value/io/serialization/LargeConfigValueIOCodec$$Lambda+0x000001d68342d250 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier ()V 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/FDAddTableLootModifier$$Lambda+0x000001d68342d480 +instanceKlass com/cerbon/cerbons_api/api/network/PacketRegistrationHandler +instanceKlass com/cerbon/cerbons_api/api/network/IPacketRegistrar +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdCreativeTabs +instanceKlass com/cerbon/cerbons_api/api/network/INetworkHandler +instanceKlass net/hibiscus/naturespirit/registration/sets/StoneSet +instanceKlass org/violetmoon/zeta/registry/CreativeTabManager$AppendsUniquely +instanceKlass xaero/lib/common/config/io/util/ConfigIOUtils +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 643 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683429b68 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 632 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683429950 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 620 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683429738 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 609 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683429520 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 597 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683429308 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 586 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6834290f0 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 574 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683428ed8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 567 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683428c90 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 562 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683428a78 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2188 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683428860 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 550 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683428648 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2174 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683428430 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 539 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683428218 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 526 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683428000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2160 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683424c30 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 527 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683424a18 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 509 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683424800 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2146 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683425c90 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 516 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683425a78 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 492 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683425860 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2132 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683425648 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 504 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683425430 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 475 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683425218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2118 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683425000 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 458 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683427d98 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 493 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683427b80 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2104 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683427968 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 441 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683427750 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 481 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683427538 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2090 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683427320 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 424 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683427108 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 470 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683426ef0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2076 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683426cd8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 386 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683426ab0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 407 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683426898 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 458 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683426218 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 390 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683426000 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier ()V 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/ReplaceItemModifier$$Lambda+0x000001d683422fa8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 447 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683422d90 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 373 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683422918 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 435 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6834224a8 +instanceKlass org/violetmoon/zeta/util/Hint +instanceKlass net/minecraft/client/resources/sounds/TickableSoundInstance +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 356 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68341da50 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 424 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68341d838 +instanceKlass org/violetmoon/zeta/module/ModuleInstance +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 18 member ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d68341d410 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/ConvertFrom +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 339 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68341d000 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler$Patch$1 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 412 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68341fb00 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2062 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68341f8e8 +instanceKlass @bci com/github/L_Ender/cataclysm/Cataclysm (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/github/L_Ender/cataclysm/Cataclysm$$Lambda+0x000001d68341f6b8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 322 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68341e4c8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 405 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68341e280 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2045 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68341baa0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 305 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68341b888 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 400 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68341a720 +instanceKlass @bci vectorwing/farmersdelight/common/loot/modifier/AddItemModifier ()V 0 argL0 ; # vectorwing/farmersdelight/common/loot/modifier/AddItemModifier$$Lambda+0x000001d68341a2a8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 288 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68341a090 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 388 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683419e78 +instanceKlass @bci net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$$Lambda+0x000001d683411aa0 +instanceKlass com/github/L_Ender/cataclysm/ServerProxy +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 271 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683411450 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 377 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683411000 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager constructAndSetup (Lorg/violetmoon/zeta/module/TentativeModule;)Lorg/violetmoon/zeta/module/ZetaModule; 148 argL0 ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d683413d28 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents$Init +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 254 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683417b50 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 365 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683417938 +instanceKlass net/fabricmc/fabric/api/networking/v1/ServerPlayConnectionEvents +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 237 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683416568 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 354 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683416350 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModule setEnabled (Lorg/violetmoon/zeta/Zeta;Z)V 64 member ; # org/violetmoon/zeta/module/ZetaModule$$Lambda+0x000001d683416100 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 367 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683415ed8 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot$EmiLootConfig ()V 248 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$EmiLootConfig$$Lambda+0x000001d683415cb0 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 221 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683415a98 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 342 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683415880 +instanceKlass com/github/L_Ender/lionfishapi/client/event/ClientSetUp$ForgeEvents +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot$EmiLootConfig ()V 243 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$EmiLootConfig$$Lambda+0x000001d683414218 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 205 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683414000 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 331 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68340fde8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler$$Lambda+0x000001d68340fbd0 +instanceKlass vectorwing/farmersdelight/common/registry/ModLootModifiers +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 189 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68340de10 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Companion any ()Lme/fzzyhmstrs/fzzy_config/entry/EntryChecker; 9 argL0 ; # me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Companion$$Lambda+0x000001d68340d798 +instanceKlass org/violetmoon/zeta/client/config/definition/ClientDefinitionExt +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 319 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68340d580 +instanceKlass org/betterx/betterend/client/BetterEndClient +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 173 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d68340bd30 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModLootFunctions ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModLootFunctions$$Lambda+0x000001d68340bb18 +instanceKlass org/violetmoon/quark/base/config/type/RGBColorConfig +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 311 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d68340b670 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Companion any ()Lme/fzzyhmstrs/fzzy_config/entry/EntryChecker; 4 argL0 ; # me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Companion$$Lambda+0x000001d68340b458 +instanceKlass com/github/L_Ender/lionfishapi/client/event/ClientSetUp +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 2008 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68340b040 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 157 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683409ec0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModLootFunctions ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModLootFunctions$$Lambda+0x000001d683407dc0 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 306 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683407b78 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler$ColorData +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 141 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683407960 +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Impl +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 301 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683407500 +instanceKlass org/betterx/wover/entrypoint/client/ModMenuEntryPoint +instanceKlass @bci com/github/L_Ender/lionfishapi/LionfishAPI (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/github/L_Ender/lionfishapi/LionfishAPI$$Lambda+0x000001d6834070d0 +instanceKlass vectorwing/farmersdelight/common/registry/ModLootFunctions +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 125 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683403ca8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 289 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683403a90 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 109 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683402978 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeModifiers ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeModifiers$$Lambda+0x000001d683402760 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 282 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683402518 +instanceKlass io/github/razordevs/deep_aether/init/DABlocks +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryChecker$Companion +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 93 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683402100 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 277 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683401ee8 +instanceKlass org/violetmoon/zeta/client/config/definition/IConfigDefinitionProvider +instanceKlass house/greenhouse/greenhouseconfig/impl/client/GreenhouseConfigNeoForgeClient$ModEvents +instanceKlass @bci org/betterx/betterend/BetterEnd initialize ()V 91 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d6834016d8 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 77 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d6834014c0 +instanceKlass vectorwing/farmersdelight/common/registry/ModBiomeModifiers +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 349 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683401098 +instanceKlass org/betterx/wover/entrypoint/client/LibWoverBlockClient +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 265 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683400c80 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1994 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683400a68 +instanceKlass @bci de/ambertation/wunderlib/network/PacketHandler (Lnet/minecraft/resources/ResourceLocation;Lde/ambertation/wunderlib/network/NetworkPayload$NetworkPayloadFactory;)V 28 member ; # de/ambertation/wunderlib/network/PacketHandler$$Lambda+0x000001d683400848 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 61 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683400630 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 254 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d683400418 +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedChoice$Companion +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 45 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d683400000 +instanceKlass @bci de/ambertation/wunderlib/network/PacketHandler (Lnet/minecraft/resources/ResourceLocation;Lde/ambertation/wunderlib/network/NetworkPayload$NetworkPayloadFactory;)V 17 argL0 ; # de/ambertation/wunderlib/network/PacketHandler$$Lambda+0x000001d6833ffd80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModPlacementModifiers ()V 21 argL0 ; # vectorwing/farmersdelight/common/registry/ModPlacementModifiers$$Lambda+0x000001d6833ffb68 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 242 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ff950 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 29 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d6833ff4e8 +instanceKlass @bci org/betterx/betterend/network/RitualUpdate ()V 4 argL0 ; # org/betterx/betterend/network/RitualUpdate$$Lambda+0x000001d6833ff2d0 +instanceKlass org/betterx/wover/entrypoint/client/LibWoverCommonClient +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 231 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833feeb8 +instanceKlass vectorwing/farmersdelight/common/registry/ModPlacementModifiers +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdItems ()V 13 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdItems$$Lambda+0x000001d6833fbb98 +instanceKlass house/greenhouse/greenhouseconfig/impl/client/GreenhouseConfigNeoForgeClient$GameEvents +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 220 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833fb750 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 330 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833fb528 +instanceKlass de/ambertation/wunderlib/network/NetworkPayload$NetworkPayloadFactory +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 212 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833fa488 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModCreativeTabs ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModCreativeTabs$$Lambda+0x000001d6833f9ad8 +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdItems +instanceKlass org/betterx/wover/entrypoint/client/LibWoverEventsClient +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 42 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d6833f9240 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 203 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f8ff8 +instanceKlass de/ambertation/wunderlib/network/NetworkPayload +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 198 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f8430 +instanceKlass vectorwing/farmersdelight/common/registry/ModCreativeTabs +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 30 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d6833f8000 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 188 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f5c90 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1980 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833f5a78 +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 18 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d6833f5848 +instanceKlass net/minecraft/client/gui/screens/worldselection/PresetEditor +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 180 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f5438 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 312 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833f5000 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler +instanceKlass @bci io/github/razordevs/deep_aether/DeepAether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 6 member ; # io/github/razordevs/deep_aether/DeepAether$$Lambda+0x000001d6833f7820 +instanceKlass de/ambertation/wunderlib/network/PacketHandler +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 173 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f64b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeFeatures ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeFeatures$$Lambda+0x000001d6833f6298 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 168 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f3cb0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBiomeFeatures ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModBiomeFeatures$$Lambda+0x000001d6833f3a98 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 152 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f2f58 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1966 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833f2b00 +instanceKlass org/betterx/wover/entrypoint/client/LibWoverWorldGeneratorClient +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 136 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f2478 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 165 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833f2050 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 294 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833f1e28 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1952 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833f1c10 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6833f4000 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 126 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f1760 +instanceKlass vectorwing/farmersdelight/common/registry/ModBiomeFeatures +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_data/WeatheredHandler ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_data/WeatheredHandler$$Lambda+0x000001d6833f1348 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 120 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833f0ef0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers ()V 64 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d6833ef928 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 112 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ef710 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 125 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833eeff0 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 105 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833eeac0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers ()V 48 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d6833ee8a8 +instanceKlass org/betterx/wover/entrypoint/client/LibWoverUiClient +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 275 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833ee050 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 109 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833ee490 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 100 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ee278 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d6833ede38 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 88 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ed548 +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 93 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833ed960 +instanceKlass org/betterx/wover/generator/impl/biomesource/end/BiomeDeciderImpl +instanceKlass vectorwing/farmersdelight/common/crafting/CuttingBoardRecipe$Serializer +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 77 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833ed100 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 81 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833eceb8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1938 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833eca50 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl initialize ()V 31 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl$$Lambda+0x000001d6833ec838 +instanceKlass house/greenhouse/greenhouseconfig/impl/GreenhouseConfigNeoForge$ModEvents +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 61 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833ec420 +instanceKlass @bci org/betterx/betterend/world/generator/EndLandBiomeDecider ()V 1 argL0 ; # org/betterx/betterend/world/generator/EndLandBiomeDecider$$Lambda+0x000001d6833ec208 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 76 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ebff0 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl initialize ()V 17 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl$$Lambda+0x000001d6833ebdc8 +instanceKlass org/betterx/wover/generator/api/biomesource/end/BiomeDecider$BiomePredicate +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 45 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833eb9b8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 64 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833eb7a0 +instanceKlass fzzyhmstrs/emi_loot/EMILoot$DirectDrops +instanceKlass org/betterx/wover/events/api/types/OnDimensionLoad +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 29 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833e9f88 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 57 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e9d40 +instanceKlass org/betterx/wover/events/api/ChainableSubscriber +instanceKlass io/github/razordevs/deep_aether/mixin/AetherSkyRenderEffectsAccessor +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/WeatheredHandler +instanceKlass @bci com/axedgaming/endersdelight/Common/Registries/EdBlocks ()V 13 argL0 ; # com/axedgaming/endersdelight/Common/Registries/EdBlocks$$Lambda+0x000001d6833e9730 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 52 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e9518 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 257 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833e90c0 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl initialize ()V 3 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl$$Lambda+0x000001d6833e8ea8 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 40 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e7de0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeSerializers ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeSerializers$$Lambda+0x000001d6833e7bc8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1898 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833e79b0 +instanceKlass house/greenhouse/greenhouseconfig/impl/GreenhouseConfigNeoForge$GameEvents +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 33 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e66c0 +instanceKlass org/betterx/bclib/api/v2/ModIntegrationAPI +instanceKlass org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGeneratorImpl +instanceKlass vectorwing/farmersdelight/common/crafting/CookingPotRecipe$Serializer +instanceKlass @bci net/mehvahdjukaar/moonlight/core/map/MapDataInternal registerCustomMapSavedData (Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type;)Lnet/mehvahdjukaar/moonlight/api/map/CustomMapData$Type; 40 member ; # net/mehvahdjukaar/moonlight/core/map/MapDataInternal$$Lambda+0x000001d6833e3c50 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 28 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e3a38 +instanceKlass @bci com/ishland/c2me/client/uncapvd/common/UncapVDInitializer (Lnet/neoforged/bus/api/IEventBus;)V 13 argL0 ; # com/ishland/c2me/client/uncapvd/common/UncapVDInitializer$$Lambda+0x000001d6833e28e8 +instanceKlass net/minecraft/client/renderer/DimensionSpecialEffects +instanceKlass fzzyhmstrs/emi_loot/EMILootAgnos +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 16 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833e1310 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 238 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833e10e8 +instanceKlass com/ishland/c2me/client/uncapvd/common/ClientExtNetworking +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 9 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833ddd78 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl initialize ()V 36 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl$$Lambda+0x000001d6833dd958 +instanceKlass @bci xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 4 argL0 ; # xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors$$Lambda+0x000001d6833dd740 +instanceKlass fzzyhmstrs/emi_loot/EMILoot$LogUntranslatedTables +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator$$Lambda+0x000001d6833df990 +instanceKlass vectorwing/farmersdelight/common/registry/ModRecipeSerializers +instanceKlass com/axedgaming/endersdelight/Common/Registries/EdBlocks +instanceKlass xaero/hud/minimap/config/option/value/redirect/MinimapConfigOptionClientRedirectors +instanceKlass fzzyhmstrs/emi_loot/EMILoot$CompactLoot +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator$$Lambda+0x000001d6833def58 +instanceKlass net/fabricmc/fabric/mixin/client/rendering/DimensionEffectsAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_data/DepthDataHandler ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_data/DepthDataHandler$$Lambda+0x000001d6833ded40 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeTypes ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeTypes$$Lambda+0x000001d6833de878 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1884 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833de660 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString$Companion fromList (Ljava/util/List;)Lme/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString; 44 member ; # me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString$Companion$$Lambda+0x000001d6833de440 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 219 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833de218 +instanceKlass @bci bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsClient (Lnet/neoforged/fml/ModContainer;)V 7 argL0 ; # bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsClient$$Lambda+0x000001d6833de000 +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator$$Lambda+0x000001d6833dbbc0 +instanceKlass @bci com/axedgaming/endersdelight/EndersDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/axedgaming/endersdelight/EndersDelight$$Lambda+0x000001d6833db990 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModRecipeTypes ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModRecipeTypes$$Lambda+0x000001d6833db778 +instanceKlass net/neoforged/neoforge/client/extensions/IDimensionSpecialEffectsExtension +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString$Companion fromList (Ljava/util/List;)Lme/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString; 38 member ; # me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString$Companion$$Lambda+0x000001d6833db528 +instanceKlass @bci bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsConfig ()V 7 argL0 ; # bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsConfig$$Lambda+0x000001d6833dab90 +instanceKlass me/fzzyhmstrs/fzzy_config/util/AllowableStrings$Companion +instanceKlass @bci org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator ()V 42 argL0 ; # org/betterx/wover/generator/impl/chunkgenerator/WoverChunkGenerator$$Lambda+0x000001d6833d9470 +instanceKlass vectorwing/farmersdelight/common/registry/ModRecipeTypes +instanceKlass net/mehvahdjukaar/moonlight/api/map/CustomMapData$DirtyCounter +instanceKlass org/betterx/betterend/integration/EndBiomeIntegration +instanceKlass bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsConfig +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModMenuTypes ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModMenuTypes$$Lambda+0x000001d6833d8c60 +instanceKlass vectorwing/farmersdelight/common/registry/ModMenuTypes +instanceKlass net/orcinus/galosphere/datagen/GDataGenerator +instanceKlass @bci org/betterx/wover/core/impl/registry/DatapackLoadElementImpl getWatchers (Lnet/minecraft/resources/ResourceKey;)Lorg/betterx/wover/util/PriorityLinkedList; 6 argL0 ; # org/betterx/wover/core/impl/registry/DatapackLoadElementImpl$$Lambda+0x000001d6833d8628 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl initialize ()V 85 argL0 ; # org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl$$Lambda+0x000001d6833d8410 +instanceKlass org/betterx/wover/core/api/registry/OnElementLoad +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl initialize ()V 71 argL0 ; # org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl$$Lambda+0x000001d6833d8000 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 124 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d5c50 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource$$Lambda+0x000001d6833d5a28 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 112 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d5800 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 100 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d7c68 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource$$Lambda+0x000001d6833d7a30 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 88 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d7808 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 76 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d75e0 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 239 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d7358 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 64 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d7130 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 137 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d6f18 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 52 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d6cf0 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 227 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d6ab8 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 40 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d6890 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 120 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d6678 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 197 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d6440 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 28 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d6218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 103 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d6000 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 167 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d3d30 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 86 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d3b18 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 16 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d38f0 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d36b8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 69 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d34a0 +instanceKlass @bci xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 4 argL0 ; # xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers$$Lambda+0x000001d6833d3278 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d3040 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 52 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d2e28 +instanceKlass org/betterx/bclib/integration/ModIntegration +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 35 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d2960 +instanceKlass xaero/hud/minimap/config/listener/handler/MinimapConfigOptionClientHandlers +instanceKlass @bci net/fabricmc/fabric/impl/lookup/ApiLookupImpl onInitialize ()V 3 argL0 ; # net/fabricmc/fabric/impl/lookup/ApiLookupImpl$$Lambda+0x000001d6833d2548 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d2310 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlockEntityTypes ()V 18 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlockEntityTypes$$Lambda+0x000001d6833d20f8 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d1c48 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 200 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833d17a8 +instanceKlass net/mehvahdjukaar/moonlight/api/map/CustomMapData$Simple +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d1288 +instanceKlass net/fabricmc/fabric/impl/lookup/entity/EntityApiLookupImpl +instanceKlass vectorwing/farmersdelight/common/registry/ModBlockEntityTypes +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1870 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833d08f0 +instanceKlass me/fzzyhmstrs/fzzy_config/util/AllowableStrings +instanceKlass com/aetherteam/aether/client/renderer/level/AetherRenderEffects +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig ()V 437 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$$Lambda+0x000001d6833d0258 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1856 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833c5c00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModEntityTypes ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModEntityTypes$$Lambda+0x000001d6833cfda0 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 154 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833cf900 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeGeneratorType ()V 36 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeGeneratorType$$Lambda+0x000001d6833cf6e8 +instanceKlass @bci xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes ()V 26 argL0 ; # xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes$$Lambda+0x000001d6833cf4d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1819 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833cf2b8 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 143 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833ceea0 +instanceKlass org/betterx/betterend/integration/Integrations +instanceKlass net/mehvahdjukaar/moonlight/api/map/CustomMapData +instanceKlass @bci xaero/lib/client/config/option/ui/factory/StandardViewEnforcedConditions ()V 4 argL0 ; # xaero/lib/client/config/option/ui/factory/StandardViewEnforcedConditions$$Lambda+0x000001d6833ce890 +instanceKlass vectorwing/farmersdelight/common/registry/ModEntityTypes +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1805 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833ce478 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 181 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833ce250 +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryChecker +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 132 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833cd938 +instanceKlass net/fabricmc/fabric/api/lookup/v1/entity/EntityApiLookup +instanceKlass @bci vectorwing/farmersdelight/common/utility/RegistryUtils$EnchantmentEffectComponents registerComponentType (Ljava/lang/String;Ljava/util/function/UnaryOperator;)Lnet/neoforged/neoforge/registries/DeferredHolder; 3 member ; # vectorwing/farmersdelight/common/utility/RegistryUtils$EnchantmentEffectComponents$$Lambda+0x000001d6833cd520 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1791 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833cd308 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 121 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833cd0e0 +instanceKlass xaero/lib/client/config/option/ui/factory/StandardViewEnforcedConditions +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModDataComponents ()V 85 argL0 ; # vectorwing/farmersdelight/common/registry/ModDataComponents$$Lambda+0x000001d6833ccc90 +instanceKlass @bci org/betterx/betterend/BetterEnd initialize ()V 47 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d6833cca68 +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedString$Companion +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1777 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833cc650 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType ()V 66 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType$$Lambda+0x000001d6833cc1f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModDataComponents ()V 69 argL0 ; # vectorwing/farmersdelight/common/registry/ModDataComponents$$Lambda+0x000001d6833cbd28 +instanceKlass org/betterx/betterend/api/BetterEndPlugin +instanceKlass @bci xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes ()V 3 argL0 ; # xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes$$Lambda+0x000001d6833cb728 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$17 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$AfterSave;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$AfterSave; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833cb508 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType ()V 49 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType$$Lambda+0x000001d6833cb2f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModDataComponents ()V 53 argL0 ; # vectorwing/farmersdelight/common/registry/ModDataComponents$$Lambda+0x000001d6833c7c48 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 164 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833c3c60 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 106 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833c3a28 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType ()V 29 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType$$Lambda+0x000001d6833c3810 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModDataComponents ()V 37 argL0 ; # vectorwing/farmersdelight/common/registry/ModDataComponents$$Lambda+0x000001d6833bfc30 +instanceKlass @bci org/betterx/betterend/commands/CommandRegistry register ()V 3 argL0 ; # org/betterx/betterend/commands/CommandRegistry$$Lambda+0x000001d6833bf818 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$AfterSave +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModDataComponents ()V 21 argL0 ; # vectorwing/farmersdelight/common/registry/ModDataComponents$$Lambda+0x000001d6833bf3d0 +instanceKlass net/minecraft/client/renderer/entity/EntityRendererProvider$Context +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$15 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$BeforeSave;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$BeforeSave; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833bcc48 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType ()V 9 argL0 ; # org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType$$Lambda+0x000001d6833bca30 +instanceKlass xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes +instanceKlass @bci org/betterx/betterend/commands/CommandRegistry ()V 8 argL0 ; # org/betterx/betterend/commands/CommandRegistry$$Lambda+0x000001d6833bc5f8 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 93 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833bb760 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/DepthDataHandler +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$BeforeSave +instanceKlass org/betterx/betterend/commands/CommandRegistry +instanceKlass xaero/hud/minimap/config/option/ui/MinimapConfigOptionUIRegister +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 147 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833b8000 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$13 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$EndDataPackReload;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$EndDataPackReload; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833b7a10 +instanceKlass vectorwing/farmersdelight/common/utility/RegistryUtils +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 80 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833b7380 +instanceKlass @bci xaero/hud/minimap/config/primary/option/MinimapPrimaryClientConfigOptions ()V 81 argL0 ; # xaero/hud/minimap/config/primary/option/MinimapPrimaryClientConfigOptions$$Lambda+0x000001d6833b7158 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$EndDataPackReload +instanceKlass net/mehvahdjukaar/supplementaries/common/events/overrides/InteractEventsHandler +instanceKlass vectorwing/farmersdelight/common/registry/ModDataComponents +instanceKlass org/betterx/wover/generator/api/biomesource/end/WoverEndConfig +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$11 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$StartDataPackReload;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$StartDataPackReload; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833b5e60 +instanceKlass xaero/hud/minimap/config/primary/option/MinimapPrimaryClientConfigOptions +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 67 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833b5558 +instanceKlass net/orcinus/galosphere/client/tooltip/PreservedComponent +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 131 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833b4cd0 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$StartDataPackReload +instanceKlass xaero/hud/minimap/common/config/option/value/redirect/MinimapConfigOptionServerRedirectors +instanceKlass xaero/hud/minimap/common/config/server/listener/handler/MinimapConfigOptionServerHandlers +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2485 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b4010 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2471 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b3df8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2457 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b3be0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2443 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b39c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2429 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b37b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2415 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b3598 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2401 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b3380 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2387 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b3168 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2373 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b2f50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2359 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b2d38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2345 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b2b20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2331 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b2908 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2317 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b26f0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 2040 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b24b8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2303 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b22a0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 2017 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b2068 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2289 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b1e50 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1994 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b1c18 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1971 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b19e0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1948 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b17a8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2275 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b1590 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1924 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b1358 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2261 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b1140 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1901 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b0f08 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2247 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b0cf0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1878 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b0ab8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2233 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b08a0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1855 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b0668 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2219 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b0450 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1833 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833b0218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2205 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833b0000 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1811 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833afc38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2191 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833afa20 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1789 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833af7e8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2177 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833af5d0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1767 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833af398 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2163 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833af180 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1745 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833aef48 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2149 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833aed30 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1723 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833aeaf8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2135 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833ae8e0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1701 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ae6a8 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource$$Lambda+0x000001d6833ae470 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2121 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833ae258 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1679 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ae020 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource ()V 0 argL0 ; # org/betterx/wover/generator/impl/biomesource/end/WoverEndBiomeSource$$Lambda+0x000001d6833adde8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1657 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833adbb0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2107 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833ad998 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1635 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ad760 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 7024 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833ad538 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2093 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833ad320 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1613 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ad0e8 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource$$Lambda+0x000001d6833acec0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1763 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833acca8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2079 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833aca90 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1591 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ac858 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource$$Lambda+0x000001d6833ac620 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2065 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833ac408 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6971 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833ac1e0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1569 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833abfa8 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833abd60 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2051 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833abb48 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1547 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833ab910 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833aa760 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6580 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833aa538 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2037 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833aa320 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1525 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833aa0e8 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833a9eb0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1503 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a9c78 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2023 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a9a60 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 114 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833a9838 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6381 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a9610 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addLootTableInjects (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6833a93e0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1481 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a91a8 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833a8f70 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 2009 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a8d58 +instanceKlass @bci org/betterx/betterend/util/LootTableUtil init ()V 3 argL0 ; # org/betterx/betterend/util/LootTableUtil$$Lambda+0x000001d6833a8b30 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$9 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$SyncDataPackContents;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$SyncDataPackContents; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833a8910 +instanceKlass @bci net/orcinus/galosphere/events/ClientEvents ()V 0 argL0 ; # net/orcinus/galosphere/events/ClientEvents$$Lambda+0x000001d6833a86d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/LootTablesInjects init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/LootTablesInjects$$Lambda+0x000001d6833a84b0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1459 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a8000 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833a4400 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1995 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a4ca0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6370 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a4a58 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 54 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833a5da0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1437 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a5930 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig ()V 133 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$$Lambda+0x000001d6833a5b68 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1981 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a5718 +instanceKlass org/betterx/wover/loot/api/LootTableManager +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$LootInjectEvent +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$SyncDataPackContents +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1415 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a7958 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6154 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a7730 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType ()V 66 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType$$Lambda+0x000001d6833a7518 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1967 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a7300 +instanceKlass net/minecraft/client/gui/screens/inventory/tooltip/ClientTooltipComponent +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1393 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a6ce0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1953 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a6ac8 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType ()V 49 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType$$Lambda+0x000001d6833a68b0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6143 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a6668 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1371 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a6430 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1939 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a6218 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType ()V 29 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType$$Lambda+0x000001d6833a6000 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1349 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a3cd8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1925 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a3ac0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 6054 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a3898 +instanceKlass net/mehvahdjukaar/supplementaries/reg/LootTablesInjects +instanceKlass @bci org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType ()V 9 argL0 ; # org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType$$Lambda+0x000001d6833a3480 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1911 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a3268 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1327 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a3030 +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType 121 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6833a4000 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1897 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a2e18 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1305 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a2be0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5974 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a29b8 +instanceKlass org/betterx/wover/generator/api/biomesource/WoverBiomePicker +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1883 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a2578 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1283 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a2340 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 97 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d6833a2118 +instanceKlass org/betterx/betterend/util/LootTableUtil +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1749 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833a1d00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1869 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a1ae8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1261 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a18b0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5785 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833a1688 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$7 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopped;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopped; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833a1468 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1735 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833a0fd8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1855 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833a0dc0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1239 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833a0b88 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 41 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d6833a0000 +instanceKlass com/aetherteam/aether/client/renderer/AetherRenderers +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1841 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339f7b0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1217 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68339f578 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5711 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68339f350 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopped +instanceKlass @bci org/betterx/betterend/config/Configs ()V 14 argL0 ; # org/betterx/betterend/config/Configs$$Lambda+0x000001d68339ed50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1827 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339e8a8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1195 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68339d740 +instanceKlass net/orcinus/galosphere/events/ClientEvents +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopping;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopping; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d68339d320 +instanceKlass org/betterx/wover/generator/api/map/MapBuilderFunction +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1813 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339cf10 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5382 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68339cce8 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 81 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68339cac0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModCreativeTabs init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModCreativeTabs$$Lambda+0x000001d68339c898 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1173 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68339c660 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d68339c1a0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1799 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339bf88 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1151 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68339bb60 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStopping +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5302 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68339b4c0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1785 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339b2a8 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarted;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarted; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d68339aba0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1129 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68339a968 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModCreativeTabs +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1771 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68339a208 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1107 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683399dd0 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d683399b98 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5234 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683399970 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1757 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683399758 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1085 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683399330 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 110 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d683399108 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarted +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1743 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683398cf8 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarting;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarting; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d683398ad8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1063 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833988a0 +instanceKlass org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 66 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683398440 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5123 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683398218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1729 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683398000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1721 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683391c70 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$$Lambda+0x000001d683391a38 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1041 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683391800 +instanceKlass com/aetherteam/aether/client/renderer/AetherOverlays +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1707 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683393980 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1715 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683393768 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 1019 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683393338 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents$ServerStarting +instanceKlass org/betterx/betterend/world/generator/LayerOptions +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5043 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683392f08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1693 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683392cf0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 997 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683392ab8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1701 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833928a0 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 975 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683392218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1687 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683392000 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 5032 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833978e0 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource$$Lambda+0x000001d6833976a8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 953 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683397470 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1673 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683396330 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 931 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833960f8 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource ()V 0 argL0 ; # org/betterx/wover/generator/impl/biomesource/nether/WoverNetherBiomeSource$$Lambda+0x000001d683395ec0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4683 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683395c98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1659 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683395a80 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 909 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833952f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1645 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683394cf0 +instanceKlass org/betterx/wover/generator/api/client/biomesource/client/BiomeSourceConfigPanel +instanceKlass org/betterx/wover/generator/api/map/BiomeMap +instanceKlass org/betterx/wover/common/generator/api/biomesource/BiomeSourceConfig +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 887 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683394ab8 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4462 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683394890 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1631 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683394678 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 865 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683394440 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1617 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683394228 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 77 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d683394000 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 843 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338fd70 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4260 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68338fb28 +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 51 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68338f900 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1603 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338f6e8 +instanceKlass net/fabricmc/fabric/impl/lookup/ApiLookupImpl +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 99 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68338f2a0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 821 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338ede8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d68338ebd0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1589 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338e9b8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet registerFlower ()V 72 member ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d68338e798 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4249 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68338e570 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 799 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338e040 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 88 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68338de18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 58 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d68338dc00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1575 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338d9e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet registerFlower ()V 102 member ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d68338d7c8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 777 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338d590 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d68338d378 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1561 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338d160 +instanceKlass com/aetherteam/aether/client/AetherRecipeCategories +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4238 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68338cd48 +instanceKlass net/orcinus/galosphere/events/MiscEvents +instanceKlass team/creative/ambientsounds/AmbientSoundsConfig +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 755 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338c490 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 36 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d68338b140 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1547 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338af28 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 733 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68338acf0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 4053 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68338a848 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 25 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d68338a3e0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1533 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68338a1c8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 711 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683389f90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d683389d78 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 77 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d683389b50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1519 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683389938 +instanceKlass @bci traben/entity_texture_features/ETF start ()V 193 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d683389318 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 689 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833890e0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 3887 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683388eb8 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet registerFlower ()V 131 member ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d683388c98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers init ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers$$Lambda+0x000001d683388a80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1505 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683388868 +instanceKlass @bci traben/entity_texture_features/ETF start ()V 171 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d683388650 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 667 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683388418 +instanceKlass @bci org/betterx/betterend/config/Configs ()V 0 argL0 ; # org/betterx/betterend/config/Configs$$Lambda+0x000001d683388000 +instanceKlass com/aetherteam/aether/client/AetherKeys +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet registerFlower ()V 42 member ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d683385a18 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1491 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683385800 +instanceKlass @bci traben/entity_texture_features/config/ETFConfigWarning$Simple (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Runnable;)V 11 member ; # traben/entity_texture_features/config/ETFConfigWarning$Simple$$Lambda+0x000001d683387be8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 645 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833879b0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 3719 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683387788 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_markers/ModMapMarkers +instanceKlass org/betterx/wover/util/ResourceLocationSet$WildcardResourceLocation +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1477 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683386ee8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 623 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683383be0 +instanceKlass @bci traben/entity_texture_features/ETF start ()V 116 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d6833839c8 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 66 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d6833837a0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1463 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683383588 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 601 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683383350 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 3634 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683383128 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 55 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d683382f00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1449 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683382ce8 +instanceKlass org/betterx/betterend/config/Configs +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 579 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683382628 +instanceKlass org/betterx/wover/core/api/IntegrationCore +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 36 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d683381fc0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1435 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683381da8 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 557 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683381b70 +instanceKlass com/aetherteam/aether/client/AetherColorResolvers +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 3548 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683381748 +instanceKlass @bci net/hibiscus/naturespirit/registration/sets/FlowerSet registerFlower ()V 12 argL0 ; # net/hibiscus/naturespirit/registration/sets/FlowerSet$$Lambda+0x000001d683381530 +instanceKlass org/betterx/betterend/world/generator/GeneratorOptions +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1421 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683381118 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 535 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683380ee0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 139 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d683380ad8 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 91 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d6833808c0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1407 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683380460 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 513 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683380000 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 3377 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683380238 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 77 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d68337b7f8 +instanceKlass traben/entity_texture_features/config/ETFConfigWarning +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1393 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337b1b8 +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68337af90 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 491 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68337ad58 +instanceKlass org/betterx/wover/structure/api/builders/JigsawBuilder +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2715 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68337a938 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1379 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337a000 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 469 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68337fbf8 +instanceKlass net/hibiscus/naturespirit/registration/sets/FlowerSet +instanceKlass @bci traben/entity_texture_features/features/property_reading/properties/RandomProperties ()V 21 argL0 ; # traben/entity_texture_features/features/property_reading/properties/RandomProperties$$Lambda+0x000001d68337f758 +instanceKlass net/minecraft/tags/WorldPresetTags +instanceKlass @bci com/aetherteam/aether/client/AetherClient eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 33 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68337f530 +instanceKlass traben/entity_texture_features/config/ETFConfigWarnings +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1365 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337eee0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2704 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68337ecc8 +instanceKlass org/betterx/wover/preset/api/WorldPresetTags +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 447 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68337e890 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 302 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d68337e678 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/MenuListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/MenuListener$$Lambda+0x000001d68337e450 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1351 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337e238 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 425 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68337dd88 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 58 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d68337db70 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2624 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68337d948 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1337 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337d730 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 403 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68337d2b0 +instanceKlass com/aetherteam/aether/client/event/listeners/MenuListener +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1323 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68337c698 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 123 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d68337c480 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 381 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683377db8 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2483 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683377b70 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/LevelClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/LevelClientListener$$Lambda+0x000001d683377948 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1309 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683377730 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1181 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683376f88 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 359 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683376d50 +instanceKlass @bci traben/entity_texture_features/ETF start ()V 74 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d6833766c8 +instanceKlass org/betterx/wover/common/generator/api/chunkgenerator/EnforceableChunkGenerator +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1295 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833764b0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2472 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683376288 +instanceKlass com/aetherteam/aether/client/event/listeners/LevelClientListener +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 336 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683375c58 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1167 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683375a40 +instanceKlass org/betterx/wover/common/generator/api/chunkgenerator/RestorableBiomeSource +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1281 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683375158 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 314 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683374f20 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1153 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683374d08 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 272 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683374af0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2461 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833748d8 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/GuiListener listen (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/aetherteam/aether/client/event/listeners/GuiListener$$Lambda+0x000001d6833746b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1267 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683374498 +instanceKlass traben/entity_texture_features/features/property_reading/properties/RandomProperties +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 292 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683374060 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1139 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683373e48 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1253 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683373c30 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/GuiListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/client/event/listeners/GuiListener$$Lambda+0x000001d68336fca0 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 269 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336fa68 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1125 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68336f3d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 107 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d68336f1b8 +instanceKlass org/betterx/wover/common/generator/api/biomesource/MergeableBiomeSource +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1239 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68336e0f8 +instanceKlass org/betterx/wover/common/generator/api/biomesource/BiomeSourceWithSeed +instanceKlass org/betterx/wover/common/generator/api/biomesource/BiomeSourceWithNoiseRelatedSettings +instanceKlass org/betterx/wover/common/generator/api/biomesource/ReloadableBiomeSource +instanceKlass @bci com/aetherteam/aether/client/event/listeners/GuiListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/client/event/listeners/GuiListener$$Lambda+0x000001d68336db70 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 246 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336d938 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1111 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68336d528 +instanceKlass org/betterx/wover/generator/api/client/biomesource/client/BiomeSourceWithConfigScreen +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1225 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68336cb20 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/GuiListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/event/listeners/GuiListener$$Lambda+0x000001d68336c8f8 +instanceKlass traben/entity_texture_features/ETFApi +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 225 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336c4c0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2176 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68336c298 +instanceKlass org/betterx/wover/common/generator/api/biomesource/BiomeSourceWithConfig +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1097 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68336be88 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1211 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68336bc70 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/GuiListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/GuiListener$$Lambda+0x000001d68336ba48 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 204 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336b5d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1083 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68336b3b8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1197 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68336b1a0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 2091 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68336ad00 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 183 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336aac8 +instanceKlass org/betterx/wover/generator/impl/preset/PresetRegistryImpl +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1069 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68336a6b0 +instanceKlass com/aetherteam/aether/client/event/listeners/GuiListener +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1183 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68336a298 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 162 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d68336a060 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1055 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683369e48 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1169 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683369c30 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 147 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833699f8 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 1900 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833697b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1041 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683369598 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1155 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683369380 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 137 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683369158 +instanceKlass @bci traben/entity_texture_features/ETF start ()V 4 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d683368f40 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1027 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683368ab0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1141 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683368898 +instanceKlass @bci traben/entity_texture_features/ETFInit ()V 19 member ; # traben/entity_texture_features/ETFInit$$Lambda+0x000001d683368450 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 933 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683368670 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/DimensionClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/client/event/listeners/DimensionClientListener$$Lambda+0x000001d683368228 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 131 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683368000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 1013 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683365400 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1127 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683365c50 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 125 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683365a28 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/DimensionClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/event/listeners/DimensionClientListener$$Lambda+0x000001d683365800 +instanceKlass org/betterx/wover/preset/api/context/WorldPresetBootstrapContext +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 999 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833677f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1113 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833675e0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 848 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833673b8 +instanceKlass @bci traben/entity_model_features/EMF init ()V 118 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d683367190 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 93 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683366f60 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/DimensionClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/DimensionClientListener$$Lambda+0x000001d683366d38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 985 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683366b20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1099 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683366908 +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 67 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d6833666e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 971 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683366000 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 837 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683363d68 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1085 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683363b50 +instanceKlass com/aetherteam/aether/client/event/listeners/DimensionClientListener +instanceKlass @bci fzzyhmstrs/emi_loot/util/TextKey ()V 59 argL0 ; # fzzyhmstrs/emi_loot/util/TextKey$$Lambda+0x000001d683363718 +instanceKlass net/orcinus/galosphere/api/Spectatable +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1071 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683363308 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 957 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833630f0 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 653 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683362ec8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 943 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683362cb0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1057 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683362a98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 91 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d683362880 +instanceKlass net/orcinus/galosphere/api/BottlePickable +instanceKlass fzzyhmstrs/emi_loot/util/LText +instanceKlass @bci traben/entity_model_features/EMF init ()V 103 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d683362260 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 929 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683362048 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/AudioListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/client/event/listeners/AudioListener$$Lambda+0x000001d683361e20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1043 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683361c08 +instanceKlass org/betterx/wover/preset/api/event/OnBootstrapWorldPresets +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 242 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d6833617f8 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 585 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d6833610f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 915 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683360ed8 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/AudioListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/event/listeners/AudioListener$$Lambda+0x000001d683360cb0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1029 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683360a98 +instanceKlass org/betterx/wover/preset/api/WorldPresetManager +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 901 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683360440 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1015 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683360228 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/AudioListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/AudioListener$$Lambda+0x000001d683360000 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 472 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683359a38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 1001 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335bdb8 +instanceKlass com/aetherteam/aether/client/event/listeners/AudioListener +instanceKlass net/orcinus/galosphere/events/MobEvents +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 987 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335a870 +instanceKlass @bci traben/entity_model_features/EMF init ()V 88 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d68335a440 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 212 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d68335a228 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d68335a000 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 973 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335fc20 +instanceKlass xaero/hud/minimap/common/config/MinimapConfigConstants +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 959 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335f5c8 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener$$Lambda+0x000001d68335f060 +instanceKlass org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 72 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d68335ec48 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 945 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335ea30 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener$$Lambda+0x000001d68335e808 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 182 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d68335e5f0 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs ()V 29 argL0 ; # xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs$$Lambda+0x000001d68335e3b8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 931 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335df28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 56 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d68335dd10 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 887 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68335d6c8 +instanceKlass @bci traben/entity_model_features/EMF init ()V 73 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d68335d8e0 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener$$Lambda+0x000001d68335d4a0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 917 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335d288 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 873 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68335cdf0 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs ()V 24 argL0 ; # xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs$$Lambda+0x000001d68335cbb8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 903 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68335c660 +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/GalleonStructure$Type +instanceKlass com/aetherteam/aether/client/event/listeners/capability/AetherPlayerClientListener +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs ()V 9 argL0 ; # xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs$$Lambda+0x000001d683357ca8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 889 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683356b60 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 152 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683356948 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 40 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d683356730 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 875 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833562a0 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs ()V 4 argL0 ; # xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs$$Lambda+0x000001d683356068 +instanceKlass @bci traben/entity_model_features/EMF init ()V 58 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d683355e40 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 861 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833559b0 +instanceKlass @bci com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener$$Lambda+0x000001d683355788 +instanceKlass com/mojang/realmsclient/dto/ValueObject +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 32 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d683355360 +instanceKlass net/orcinus/galosphere/init/GNetwork +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 847 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683354990 +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignStructure$Type +instanceKlass @bci com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener$$Lambda+0x000001d683354300 +instanceKlass xaero/hud/minimap/common/config/option/value/type/sync/serialization/MinimapValueSyncCodecs +instanceKlass org/betterx/wover/generator/impl/biomesource/BiomeSourceManagerImpl +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 833 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683353ce8 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 122 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683353ad0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d683353638 +instanceKlass com/aetherteam/aether/client/event/listeners/abilities/AccessoryAbilityClientListener +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 819 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683353220 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 859 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683353008 +instanceKlass net/orcinus/galosphere/config/GalosphereConfig +instanceKlass traben/entity_texture_features/features/property_reading/properties/RandomProperties$RandomPropertyFactory$1 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 805 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683352720 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 845 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683352508 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModWorldgen ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModWorldgen$$Lambda+0x000001d683351e10 +instanceKlass @bci net/orcinus/galosphere/Galosphere (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 217 argL0 ; # net/orcinus/galosphere/Galosphere$$Lambda+0x000001d683351be8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 791 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833519d0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 831 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683351558 +instanceKlass @bci com/aetherteam/aether/client/AetherClient clientInit (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d683351330 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs ()V 33 argL0 ; # xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs$$Lambda+0x000001d6833510f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 777 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683350c70 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 817 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683350a58 +instanceKlass net/orcinus/galosphere/init/GRegistries +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 763 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683350000 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs ()V 28 argL0 ; # xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs$$Lambda+0x000001d683348c38 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 803 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683348800 +instanceKlass @bci traben/entity_model_features/EMF init ()V 43 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d683349d38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 749 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683349b20 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 789 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833496b0 +instanceKlass xaero/hud/minimap/common/config/info/config/InfoDisplayManagerConfigData +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 176 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683349498 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 735 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683349000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 775 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334bad8 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 160 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d68334b648 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 721 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68334b430 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 761 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334b218 +instanceKlass org/betterx/bclib/sdf/SDF +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 144 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d68334adb0 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldGenerator (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverWorldGenerator$$Lambda+0x000001d68334a928 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 707 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68334a710 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs ()V 9 argL0 ; # xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs$$Lambda+0x000001d68334a000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 747 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334fbe0 +instanceKlass @bci com/aetherteam/aether/client/AetherClient clientInit (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68334f9b8 +instanceKlass traben/entity_texture_features/features/property_reading/properties/RandomProperty +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 128 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d68334f558 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 693 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68334f100 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 733 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334eee8 +instanceKlass @bci com/aetherteam/aether/client/AetherClient clientInit (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/client/AetherClient$$Lambda+0x000001d68334ecc0 +instanceKlass @bci xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs ()V 4 argL0 ; # xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs$$Lambda+0x000001d68334e858 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 112 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d68334e300 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 679 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68334e0e8 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModWorldgen +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 719 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334dcd0 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 96 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d68334cdf0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 665 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68334c958 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 705 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68334c740 +instanceKlass com/aetherteam/aether/client/AetherClient +instanceKlass org/betterx/wover/entrypoint/LibWoverWorldGenerator +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 80 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683347c98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 651 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683347a80 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 691 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683347868 +instanceKlass xaero/hud/minimap/common/config/option/value/type/io/serialization/MinimapValueIOCodecs +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 160 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d6833473f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 637 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833471d8 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 64 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683346fc0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 677 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683346da8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 623 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683346760 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing 319 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683348000 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 48 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683346548 +instanceKlass @bci org/betterx/wover/biome/impl/modification/BiomeModificationRegistryImpl initialize ()V 31 argL0 ; # org/betterx/wover/biome/impl/modification/BiomeModificationRegistryImpl$$Lambda+0x000001d683346330 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d6833460f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 609 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683345ee0 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 32 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683345cc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d683343ff0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 595 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683344440 +instanceKlass @bci net/orcinus/galosphere/init/GSensorTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GSensorTypes$$Lambda+0x000001d683344228 +instanceKlass xaero/map/events/ModCommonEvents +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 581 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683343798 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d683343560 +instanceKlass net/orcinus/galosphere/init/GSensorTypes +instanceKlass traben/entity_texture_features/features/property_reading/properties/RandomProperties$RandomPropertyFactory +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 567 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683342ae8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d6833428b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 553 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683342698 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d683342460 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 539 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683342248 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d683342010 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 421 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683341df8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 525 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683341be0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d6833419a8 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/ancient_cities/EchoAltarProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/ancient_cities/EchoAltarProcessor$$Lambda+0x000001d683341790 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 103 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683341578 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 511 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683341360 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing$$Lambda+0x000001d683341128 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 497 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683340c98 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor$$Lambda+0x000001d683340a60 +instanceKlass @bci com/aetherteam/aether/AetherConfig ()V 115 argL0 ; # com/aetherteam/aether/AetherConfig$$Lambda+0x000001d683340828 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 483 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683340610 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor$$Lambda+0x000001d68333ac20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 469 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68333aa08 +instanceKlass com/aetherteam/aether/AetherConfig$Client +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/MultipleCandleProcessor$$Lambda+0x000001d68333bc68 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 663 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68333ba50 +instanceKlass xaero/hud/minimap/common/config/option/value/type/MinimapConfigValueTypes +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 455 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68333b638 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 649 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68333b420 +instanceKlass org/betterx/wover/events/api/types/OnMinecraftServerReady +instanceKlass @bci org/betterx/wover/biome/impl/modification/BiomeModificationRegistryImpl initialize ()V 20 argL0 ; # org/betterx/wover/biome/impl/modification/BiomeModificationRegistryImpl$$Lambda+0x000001d68333b000 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntSortedMap$FastSortedEntrySet +instanceKlass @bci com/aetherteam/aether/AetherConfig ()V 79 argL0 ; # com/aetherteam/aether/AetherConfig$$Lambda+0x000001d68333f9c8 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 84 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d68333f7b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 441 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68333f598 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 302 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d68333f370 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 635 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68333f158 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d68333ec98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 427 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68333ea80 +instanceKlass com/aetherteam/aether/AetherConfig$Common +instanceKlass fzzyhmstrs/emi_loot/EMILoot$DebugMode +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 621 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68333e460 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 413 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68333e248 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d68333e010 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor$$Lambda+0x000001d68333ddd8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 607 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68333d7f0 +instanceKlass @bci xaero/hud/minimap/common/config/util/MinimapConfigUtils getUIScaleDisplayGetter (IIDZ)Ljava/util/function/BiFunction; 5 ; # java/lang/invoke/LambdaForm$MH+0x000001d683339800 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d68333d340 +instanceKlass @bci fzzyhmstrs/emi_loot/EMILoot ()V 31 argL0 ; # fzzyhmstrs/emi_loot/EMILoot$$Lambda+0x000001d68333d128 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 399 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683337de8 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor$$Lambda+0x000001d68333c2b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 259 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68333c000 +instanceKlass com/aetherteam/aether/data/resources/registries/AetherDimensions +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683339000 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d6833379b0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 593 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683337798 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 385 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683337580 +instanceKlass @bci xaero/hud/minimap/common/config/util/MinimapConfigUtils getUIScaleDisplayGetter (IIDZ)Ljava/util/function/BiFunction; 5 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683338c00 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor$$Lambda+0x000001d683337348 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing 382 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683338400 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683336d88 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 579 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683336b70 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 371 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683336958 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 65 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683336740 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification ()V 11 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683336508 +instanceKlass @bci xaero/hud/minimap/common/config/util/MinimapConfigUtils getUIScaleDisplayGetter (IIDZ)Ljava/util/function/BiFunction; 5 member ; # xaero/hud/minimap/common/config/util/MinimapConfigUtils$$Lambda+0x000001d6833362e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 247 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d6833360a8 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor$$Lambda+0x000001d683335e70 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 357 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833359d8 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor$$Lambda+0x000001d6833357a0 +instanceKlass @bci com/aetherteam/aether/AetherConfig$Server (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 465 argL0 ; # com/aetherteam/aether/AetherConfig$Server$$Lambda+0x000001d683335558 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683335310 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntSortedMap +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 222 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d6833350d8 +instanceKlass @cpi xaero/hud/minimap/common/config/util/MinimapConfigUtils 131 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683338000 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 343 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683333f08 +instanceKlass @bci com/aetherteam/aether/AetherConfig$Server (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 460 argL0 ; # com/aetherteam/aether/AetherConfig$Server$$Lambda+0x000001d683333928 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 197 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d6833336f0 +instanceKlass @bci xaero/map/WorldMapNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # xaero/map/WorldMapNeoForge$$Lambda+0x000001d683333220 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 329 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683332d88 +instanceKlass org/betterx/wover/biome/impl/modification/BiomeModificationImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 175 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d6833328e0 +instanceKlass xaero/hud/minimap/common/config/util/MinimapConfigUtils +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 315 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833324c8 +instanceKlass @bci com/aetherteam/aether/AetherConfig ()V 43 argL0 ; # com/aetherteam/aether/AetherConfig$$Lambda+0x000001d683332290 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d683332058 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 301 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683331c50 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d683331780 +instanceKlass com/aetherteam/aether/AetherConfig$Server +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 287 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683331120 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/RawOreProcessor ()V 14 argL0 ; # net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/RawOreProcessor$$Lambda+0x000001d683330ef8 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 46 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683330ce0 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683330aa8 +instanceKlass @bci xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions ()V 100 argL0 ; # xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions$$Lambda+0x000001d683330880 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d683330648 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 565 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683330430 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 273 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683330218 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/RawOreProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/RawOreProcessor$$Lambda+0x000001d683330000 +instanceKlass @bci xaero/map/WorldMapNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 24 member ; # xaero/map/WorldMapNeoForge$$Lambda+0x000001d68332fcf8 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d68332fac0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332f888 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 259 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332f3f8 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d68332f1c0 +instanceKlass @bci com/aetherteam/aether/AetherConfig ()V 7 argL0 ; # com/aetherteam/aether/AetherConfig$$Lambda+0x000001d68332ef88 +instanceKlass @bci xaero/map/WorldMapNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 12 member ; # xaero/map/WorldMapNeoForge$$Lambda+0x000001d68332ed58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332da40 +instanceKlass xaero/hud/minimap/common/config/option/MinimapProfiledConfigOptions +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 245 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332d3b8 +instanceKlass fzzyhmstrs/emi_loot/server/LootSender +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332ccf8 +instanceKlass fzzyhmstrs/emi_loot/server/LootBuilder +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 231 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332c8e8 +instanceKlass com/aetherteam/aether/AetherConfig$Startup +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332be28 +instanceKlass xaero/map/common/config/LegacyCommonConfigIO +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 217 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332b9f8 +instanceKlass fzzyhmstrs/emi_loot/parser/LootTableParser +instanceKlass com/aetherteam/aether/AetherConfig +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/NoWaterloggedProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/NoWaterloggedProcessor$$Lambda+0x000001d68332b3d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing ()V 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332b1a0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 203 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332af88 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 551 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68332ad70 +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 27 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d68332ab58 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing ()V 18 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d68332a920 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 189 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d68332a708 +instanceKlass xaero/hud/minimap/common/config/primary/option/MinimapPrimaryCommonConfigOptions +instanceKlass com/aetherteam/aether/block/AetherWoodTypes +instanceKlass xaero/map/common/config/LegacyCommonConfigInit +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing ()V 13 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing$$Lambda+0x000001d683329c50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 175 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683328898 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683328660 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 137 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683328438 +instanceKlass @bci net/orcinus/galosphere/init/GStructureProcessorTypes register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Ljava/util/function/Supplier; 12 member ; # net/orcinus/galosphere/init/GStructureProcessorTypes$$Lambda+0x000001d683328218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 161 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683328000 +instanceKlass @bci org/betterx/wover/biome/api/modification/BiomeModification ()V 0 argL0 ; # org/betterx/wover/biome/api/modification/BiomeModification$$Lambda+0x000001d683327610 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 126 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d6833273e8 +instanceKlass @bci net/orcinus/galosphere/init/GStructureProcessorTypes register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Ljava/util/function/Supplier; 1 member ; # net/orcinus/galosphere/init/GStructureProcessorTypes$$Lambda+0x000001d6833271c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 147 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683326be0 +instanceKlass @bci net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/MainRoomProcessor ()V 0 argL0 ; # net/orcinus/galosphere/world/gen/processors/pink_salt_shrine/MainRoomProcessor$$Lambda+0x000001d683326750 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 115 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683326528 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 133 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683326310 +instanceKlass org/betterx/wover/biome/api/modification/BiomeModification +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 119 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683325f00 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 104 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683325a60 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 537 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683325848 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 105 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833253b8 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 93 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683325190 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 82 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683324cf0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 91 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683323af8 +instanceKlass net/orcinus/galosphere/init/GStructureProcessorTypes +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 71 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d6833236d0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 77 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683323240 +instanceKlass org/betterx/wover/biome/api/modification/BiomeModificationRegistry +instanceKlass @bci org/betterx/betterend/registry/EndStructures ()V 8 argL0 ; # org/betterx/betterend/registry/EndStructures$$Lambda+0x000001d683322e28 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 60 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d683322c00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 63 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d6833229e8 +instanceKlass @bci net/orcinus/galosphere/init/GStructurePoolElementTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GStructurePoolElementTypes$$Lambda+0x000001d6833227d0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 49 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683322338 +instanceKlass com/aetherteam/aether/data/ReloadListeners +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/PresentItemListing ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/PresentItemListing$$Lambda+0x000001d683321f00 +instanceKlass org/betterx/wover/biome/impl/modification/BiomeModificationRegistryImpl +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 35 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683321ae8 +instanceKlass net/orcinus/galosphere/init/GStructurePoolElementTypes +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/PresentItemListing ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/PresentItemListing$$Lambda+0x000001d6833212f0 +instanceKlass @bci com/aetherteam/aether/Aether eventSetup (Lnet/neoforged/bus/api/IEventBus;)V 49 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d6833210c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModItems ()V 21 argL0 ; # vectorwing/farmersdelight/common/registry/ModItems$$Lambda+0x000001d683320878 +instanceKlass @bci net/orcinus/galosphere/init/GRecipeSerializers ()V 16 argL0 ; # net/orcinus/galosphere/init/GRecipeSerializers$$Lambda+0x000001d683320660 +instanceKlass com/aetherteam/aether/command/AetherCommands +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 523 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683320248 +instanceKlass net/orcinus/galosphere/crafting/PreservedTransformRecipe$Serializer +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 509 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68331f918 +instanceKlass @bci com/aetherteam/aether/event/listeners/RecipeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 51 argL0 ; # com/aetherteam/aether/event/listeners/RecipeListener$$Lambda+0x000001d68331f6f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 495 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68331e808 +instanceKlass org/betterx/wover/biome/impl/modification/predicates/Always +instanceKlass org/betterx/betterend/registry/EndStructures +instanceKlass @bci xaero/lib/common/config/profile/ConfigProfileManager iterator ()Ljava/util/Iterator; 18 member ; # xaero/lib/common/config/profile/ConfigProfileManager$$Lambda+0x000001d68331be48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331bbd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 141 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331b720 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d68331b4d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331b2a0 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer ()V 27 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d68331b088 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331ae50 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d68331ac18 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer ()V 22 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d68331aa00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331a7c8 +instanceKlass @bci xaero/lib/common/config/profile/io/ConfigProfileManagerIO load (Ljava/nio/file/Path;I)V 24 member ; # xaero/lib/common/config/profile/io/ConfigProfileManagerIO$$Lambda+0x000001d68331a598 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d68331a360 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d68331a128 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683319ed0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d683319c98 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d683319a60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d683319828 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d6833195f0 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d6833193b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing$$Lambda+0x000001d683319180 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683318f48 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/ConfigIs ()V 0 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/ConfigIs$$Lambda+0x000001d683318d10 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683318ad8 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683318658 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 481 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683318218 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 467 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683318000 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$15 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683310ca8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 453 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683310a90 +instanceKlass xaero/lib/common/util/IOUtils +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer ()V 11 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683313768 +instanceKlass net/orcinus/galosphere/init/GRecipeSerializers +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 205 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683317c28 +instanceKlass traben/entity_model_features/models/animation/EMFAnimationEntityContext +instanceKlass @cpi org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer 353 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683310400 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 193 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d6833177f0 +instanceKlass @bci xaero/lib/common/config/io/serialization/cfg/AConfigCfgSerializer deserialize (Ljava/lang/String;ZLjava/lang/String;Ljava/nio/file/Path;)Lxaero/lib/common/config/Config; 38 member ; # xaero/lib/common/config/io/serialization/cfg/AConfigCfgSerializer$$Lambda+0x000001d6833175c0 +instanceKlass @bci xaero/lib/common/config/io/ConfigIO load (Ljava/nio/file/Path;I)Lxaero/lib/common/config/Config; 110 member ; # xaero/lib/common/config/io/ConfigIO$$Lambda+0x000001d683317390 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 168 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683317158 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683316f20 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 202 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683316d08 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 439 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683316af0 +instanceKlass @bci net/orcinus/galosphere/init/GTrunkPlacers ()V 16 argL0 ; # net/orcinus/galosphere/init/GTrunkPlacers$$Lambda+0x000001d6833168d8 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d6833166a0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 425 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683316488 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 194 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683316250 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 411 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683316038 +instanceKlass net/orcinus/galosphere/init/GTrunkPlacers +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasConfiguredFeature ()V 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasConfiguredFeature$$Lambda+0x000001d683315c00 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 189 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6833159b8 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d683315780 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d683315508 +instanceKlass @bci com/aetherteam/aether/event/listeners/RecipeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # com/aetherteam/aether/event/listeners/RecipeListener$$Lambda+0x000001d6833152e0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 397 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6833150c8 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 184 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683314eb0 +instanceKlass @bci fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge ()V 27 argL0 ; # fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge$$Lambda+0x000001d683314000 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasConfiguredFeature ()V 6 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasConfiguredFeature$$Lambda+0x000001d6832fdc50 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing 327 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683310000 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 383 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832fda38 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d6832fd800 +instanceKlass @bci net/orcinus/galosphere/init/GParticleTypes registerParticle (Ljava/lang/String;Z)Ljava/util/function/Supplier; 5 member ; # net/orcinus/galosphere/init/GParticleTypes$$Lambda+0x000001d68330fb48 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 172 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d68330f6d0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6832fd400 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 369 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68330e7a8 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 164 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d68330e570 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d68330e338 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d68330e100 +instanceKlass net/orcinus/galosphere/init/GParticleTypes +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 355 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68330cdb0 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 159 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d68330cb68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d68330c930 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d68330ba60 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 341 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d68330b848 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 154 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d68330b630 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient registerClient ()V 38 member ; # me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient$$Lambda+0x000001d68330b400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d68330b1c8 +instanceKlass @bci net/orcinus/galosphere/init/GPotions ()V 64 argL0 ; # net/orcinus/galosphere/init/GPotions$$Lambda+0x000001d683309968 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 142 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683309750 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 327 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d683309538 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient registerClient ()V 24 member ; # me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient$$Lambda+0x000001d6833090e0 +instanceKlass @bci com/aetherteam/aether/event/listeners/RecipeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/RecipeListener$$Lambda+0x000001d683309310 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$CatalystSlot ()V 138 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$CatalystSlot$$Lambda+0x000001d683308ec8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d683308c90 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasPlacedFeature ()V 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasPlacedFeature$$Lambda+0x000001d683307bb8 +instanceKlass @bci net/orcinus/galosphere/init/GPotions ()V 48 argL0 ; # net/orcinus/galosphere/init/GPotions$$Lambda+0x000001d6833079a0 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 134 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683307768 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d6833068a0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient registerClient ()V 10 member ; # me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient$$Lambda+0x000001d683306480 +instanceKlass @bci net/orcinus/galosphere/init/GPotions ()V 32 argL0 ; # net/orcinus/galosphere/init/GPotions$$Lambda+0x000001d6833052e8 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasPlacedFeature ()V 6 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasPlacedFeature$$Lambda+0x000001d6833050b0 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 129 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683304e68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d6833034b8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextType ()V 599 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextType$$Lambda+0x000001d683303260 +instanceKlass @bci net/orcinus/galosphere/init/GPotions ()V 16 argL0 ; # net/orcinus/galosphere/init/GPotions$$Lambda+0x000001d683302338 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 124 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683302120 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d683301ee8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextType ()V 578 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextType$$Lambda+0x000001d683301c90 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 112 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d683301850 +instanceKlass @bci org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer ()V 0 argL0 ; # org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer$$Lambda+0x000001d6833013a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing$$Lambda+0x000001d683301168 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextType ()V 557 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextType$$Lambda+0x000001d683300f10 +instanceKlass net/orcinus/galosphere/init/GPotions +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 104 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832ffce0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextType ()V 536 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextType$$Lambda+0x000001d6832ffa88 +instanceKlass vectorwing/farmersdelight/common/registry/ModItems +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 99 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832ff640 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextType ()V 515 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextType$$Lambda+0x000001d6832fef20 +instanceKlass org/betterx/betterend/recipe/builders/InfusionRecipe$Serializer +instanceKlass @bci net/orcinus/galosphere/init/GMapDecorationTypes register (Ljava/lang/String;Ljava/lang/String;ZIZZ)Lnet/minecraft/core/Holder; 11 ; # java/lang/invoke/LambdaForm$MH+0x000001d6832fd000 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 94 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832fead8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 313 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832fe8c0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6832fcc00 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasStructure ()V 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasStructure$$Lambda+0x000001d6832fe688 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 82 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832fe470 +instanceKlass @cpi me/fzzyhmstrs/fzzy_config/screen/context/ContextType 396 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6832fc800 +instanceKlass @cpi com/simibubi/create/content/redstone/thresholdSwitch/ConfigureThresholdSwitchPacket 146 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6832fc400 +instanceKlass @bci com/aetherteam/aether/event/listeners/RecipeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/RecipeListener$$Lambda+0x000001d6832fbdd8 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasStructure ()V 6 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasStructure$$Lambda+0x000001d6832fe238 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 74 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832fe000 +instanceKlass @bci net/orcinus/galosphere/init/GMapDecorationTypes register (Ljava/lang/String;Ljava/lang/String;ZIZZ)Lnet/minecraft/core/Holder; 11 member ; # net/orcinus/galosphere/init/GMapDecorationTypes$$Lambda+0x000001d6832fa9c0 +instanceKlass @bci com/aetherteam/aether/event/listeners/RecipeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/RecipeListener$$Lambda+0x000001d6832f9670 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 69 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f9428 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModParticleTypes ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModParticleTypes$$Lambda+0x000001d6832f8cd0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6832fc000 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 64 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f8890 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModParticleTypes ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModParticleTypes$$Lambda+0x000001d6832f8678 +instanceKlass com/aetherteam/aether/event/listeners/RecipeListener +instanceKlass net/orcinus/galosphere/init/GMapDecorationTypes +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 52 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f7d68 +instanceKlass vectorwing/farmersdelight/common/registry/ModParticleTypes +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 44 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f7930 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextType$Companion$WhenMappings +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/ModVillagerTrades +instanceKlass @bci net/orcinus/galosphere/init/GMobEffects ()V 32 argL0 ; # net/orcinus/galosphere/init/GMobEffects$$Lambda+0x000001d6832f7318 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 39 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f6ed8 +instanceKlass org/betterx/betterend/recipe/builders/InfusionRecipe$Builder +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModEffects ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModEffects$$Lambda+0x000001d6832f6cc0 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Spawns ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Spawns$$Lambda+0x000001d6832f6a88 +instanceKlass org/betterx/betterend/recipe/builders/InfusionRecipe +instanceKlass @bci net/orcinus/galosphere/init/GMobEffects ()V 16 argL0 ; # net/orcinus/galosphere/init/GMobEffects$$Lambda+0x000001d6832f6560 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 299 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832f6348 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 34 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832f6130 +instanceKlass @bci com/aetherteam/aether/event/listeners/PerkListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/PerkListener$$Lambda+0x000001d6832f5f08 +instanceKlass net/mehvahdjukaar/supplementaries/reg/neoforge/ModCommandsImpl +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Spawns ()V 3 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Spawns$$Lambda+0x000001d6832f5ad0 +instanceKlass net/minecraft/client/model/geom/ModelPart +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 285 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832f4fb8 +instanceKlass dev/engine_room/flywheel/impl/mixin/ModelPartAccessor +instanceKlass com/aetherteam/aether/event/listeners/PerkListener +instanceKlass net/orcinus/galosphere/init/GMobEffects +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 271 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832f4530 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addCommandRegistration (Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$CommandRegistration;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6832f4300 +instanceKlass com/faboslav/friendsandfoes/common/mixin/ModelPartAccessor +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModEffects ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModEffects$$Lambda+0x000001d6832f3ef0 +instanceKlass com/teamabnormals/blueprint/core/endimator/EndimatablePart +instanceKlass toni/immersivelanterns/foundation/mixin/ModelPartAccessor +instanceKlass traben/entity_model_features/models/IEMFModelNameContainer +instanceKlass traben/entity_model_features/utils/IEMFTextureSizeSupplier +instanceKlass @bci net/orcinus/galosphere/init/GMenuTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GMenuTypes$$Lambda+0x000001d6832f32d0 +instanceKlass punchy/mixin/client/accessor/ModelPartAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModCommands init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModCommands$$Lambda+0x000001d6832f2ec0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedKeybind$Companion deserializeKey (Lnet/peanuuutz/tomlkt/TomlElement;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 177 member ; # me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedKeybind$Companion$$Lambda+0x000001d6832f2c68 +instanceKlass punchy/client/access/TransformablePart +instanceKlass xaero/lib/common/config/option/value/redirect/OptionValueRedirector$Builder +instanceKlass io/wispforest/accessories/mixin/client/ModelPartAccessor +instanceKlass @bci com/aetherteam/aether/event/listeners/ItemListener listen (Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # com/aetherteam/aether/event/listeners/ItemListener$$Lambda+0x000001d6832f1f78 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$CommandRegistration +instanceKlass net/mehvahdjukaar/supplementaries/client/IModelPartExtension +instanceKlass net/orcinus/galosphere/init/GMenuTypes +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedKeybind$Companion$WhenMappings +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModCommands +instanceKlass com/aetherteam/aether/event/listeners/ItemListener +instanceKlass vectorwing/farmersdelight/common/registry/ModEffects +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2143 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832efb88 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2126 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ef970 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2109 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ef758 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2092 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ef540 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2075 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ef328 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2058 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ef110 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2041 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eeef8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2024 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eece0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 2007 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eeac8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1990 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ee8b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1973 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ee698 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1956 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ee480 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1939 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ee268 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1922 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ee050 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1905 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ede38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1888 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832edc20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1871 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eda08 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1854 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ed7f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1837 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ed5d8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1820 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ed3c0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1803 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ed1a8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1786 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ecf90 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1769 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ecd78 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1752 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ecb60 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1735 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ec948 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1718 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ec730 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1701 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ec518 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1684 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ec300 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1667 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ec0e8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1650 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ebed0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1633 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ebcb8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1616 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ebaa0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1599 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eb888 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1582 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eb670 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1565 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eb458 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1548 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eb240 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1531 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eb028 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1514 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eae10 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1497 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832eabf8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1480 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ea9e0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1463 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ea7c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1446 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ea5b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1429 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ea398 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 384 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832ea180 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1412 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e9f68 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 368 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e9d50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1395 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e9b38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1378 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e9920 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 352 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e9708 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1361 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e94f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1344 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e92d8 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 336 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e90c0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1327 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8ea8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1310 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8c90 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1293 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8a78 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1276 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8860 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 320 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e8648 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1259 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8430 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 304 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e8218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1242 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e8000 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 288 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e7d28 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1225 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e7b10 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 272 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e78f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1208 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e76e0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1191 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e74c8 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 256 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e72b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1174 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e7098 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 240 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e6e80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1157 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e6c68 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 224 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e6a50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1140 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e6838 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 208 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e6620 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1123 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e6408 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 192 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e61f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1106 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e5fd8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1089 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e5dc0 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 176 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e5ba8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1072 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e5990 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 160 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e5778 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 144 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e5348 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1055 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e5560 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion mapDataResult (Lcom/mojang/serialization/DataResult;Ljava/lang/Object;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 23 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion$$Lambda+0x000001d6832e5108 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1038 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e4ef0 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 128 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e4cd8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion mapDataResult (Lcom/mojang/serialization/DataResult;Ljava/lang/Object;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 18 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion$$Lambda+0x000001d6832e4ab8 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 112 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e48a0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion mapDataResult (Lcom/mojang/serialization/DataResult;Ljava/lang/Object;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 12 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion$$Lambda+0x000001d6832e4660 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1021 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e4448 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 96 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e4230 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion mapDataResult (Lcom/mojang/serialization/DataResult;Ljava/lang/Object;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 7 argL0 ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion$$Lambda+0x000001d6832e4018 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 1004 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e3e00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 987 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e3be8 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 80 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e39d0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 970 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e37b8 +instanceKlass @bci org/betterx/betterend/effects/EndPotions register ()V 3 argL0 ; # org/betterx/betterend/effects/EndPotions$$Lambda+0x000001d6832e35a0 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 64 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e3388 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/LocationPathContains ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/LocationPathContains$$Lambda+0x000001d6832e3150 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 953 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e2f38 +instanceKlass net/minecraft/world/item/alchemy/PotionBrewing$Builder +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 48 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e2a90 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/LocationPathContains ()V 3 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/LocationPathContains$$Lambda+0x000001d6832e2858 +instanceKlass kotlin/jvm/internal/Lambda +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 135 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832e2640 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEnchantments ()V 38 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEnchantments$$Lambda+0x000001d6832e2428 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 32 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e2210 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 936 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e1ff8 +instanceKlass @bci io/wispforest/accessories/api/events/OnDeathCallback lambda$static$1 ([Lio/wispforest/accessories/api/events/OnDeathCallback;)Lio/wispforest/accessories/api/events/OnDeathCallback; 1 member ; # io/wispforest/accessories/api/events/OnDeathCallback$$Lambda+0x000001d6832e1dd8 +instanceKlass @bci net/orcinus/galosphere/init/GMemoryModuleTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GMemoryModuleTypes$$Lambda+0x000001d6832e1bc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEnchantments ()V 19 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEnchantments$$Lambda+0x000001d6832e19a8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 919 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e1790 +instanceKlass net/fabricmc/fabric/api/registry/FabricBrewingRecipeRegistryBuilder +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 257 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832e1350 +instanceKlass @bci io/wispforest/accessories/api/events/OnDeathCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/OnDeathCallback$$Lambda+0x000001d6832e0f20 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 902 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e0a88 +instanceKlass net/orcinus/galosphere/init/GMemoryModuleTypes +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 885 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832e0200 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModEnchantments +instanceKlass io/wispforest/accessories/api/events/OnDeathCallback +instanceKlass me/fzzyhmstrs/fzzy_config/util/TomlOps$Companion +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 868 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832de9a8 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 22 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832de790 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 851 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832de578 +instanceKlass xaero/lib/common/config/util/ConfigConstants +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 834 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832de160 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 817 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ddce8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 800 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832ddad0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 783 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dd8b8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 766 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dd6a0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 749 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dd488 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 732 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dd270 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 715 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dd058 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 698 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dce40 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 681 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dcc28 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 664 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dca10 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 647 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dc7f8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 630 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dc5e0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 613 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dc3c8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 596 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dc1b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 579 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dbf98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 562 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dbd80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 545 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dbb68 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 528 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832db950 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 511 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832db738 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 494 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832db520 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 477 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832db308 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 460 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832db0f0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 443 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832daed8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 426 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832dacc0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 409 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832daaa8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 392 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832da890 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 375 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832da678 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 358 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832da460 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 341 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832da248 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 324 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832da030 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 307 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d9e18 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 290 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d9c00 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 273 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d99e8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 256 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d97d0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 239 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d95b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerParticle (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;Lnet/minecraft/network/codec/StreamCodec;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 3 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6832d9398 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 222 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d9180 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 205 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d8f68 +instanceKlass me/fzzyhmstrs/fzzy_config/util/TomlOps +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d88a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d8668 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 188 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d8450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d8218 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 171 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d8000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d7c80 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 154 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d7a68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d7830 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 137 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d7618 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 122 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832d71d8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 120 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d7400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d6fa0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 103 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d6d88 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 14 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832d6b50 +instanceKlass @bci net/orcinus/galosphere/init/GLootModifiers ()V 48 argL0 ; # net/orcinus/galosphere/init/GLootModifiers$$Lambda+0x000001d6832d6938 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 243 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832d6720 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 86 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d62d0 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 9 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832d6088 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d5e50 +instanceKlass @bci net/orcinus/galosphere/init/GLootModifiers ()V 32 argL0 ; # net/orcinus/galosphere/init/GLootModifiers$$Lambda+0x000001d6832d5c38 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 69 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d5a20 +instanceKlass @bci xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors registerAll (Lxaero/lib/client/config/option/value/redirect/ClientOptionValueRedirectorManager;)V 4 argL0 ; # xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors$$Lambda+0x000001d6832d5808 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/IsNamespace ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/IsNamespace$$Lambda+0x000001d6832d55d0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 52 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d4450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d4218 +instanceKlass @bci net/orcinus/galosphere/init/GLootModifiers ()V 16 argL0 ; # net/orcinus/galosphere/init/GLootModifiers$$Lambda+0x000001d6832d4000 +instanceKlass xaero/map/config/option/value/redirect/WorldMapConfigOptionClientRedirectors +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/IsNamespace ()V 3 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/IsNamespace$$Lambda+0x000001d6832d3bc8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 35 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d39b0 +instanceKlass org/betterx/wover/potions/api/OnBootstrapPotions +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 111 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832d3590 +instanceKlass org/betterx/wover/potions/impl/PotionManagerImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options$$Lambda+0x000001d6832d2ec8 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModBlocks ()V 18 argL0 ; # vectorwing/farmersdelight/common/registry/ModBlocks$$Lambda+0x000001d6832d2cb0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSRegistryHelper registerTallPlantBlock (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 8 member ; # net/hibiscus/naturespirit/registration/NSRegistryHelper$$Lambda+0x000001d6832d2a90 +instanceKlass net/orcinus/galosphere/init/GLootModifiers +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 229 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832d1788 +instanceKlass org/betterx/wover/potions/api/PotionManager +instanceKlass @bci net/orcinus/galosphere/init/GFoliagePlacerTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GFoliagePlacerTypes$$Lambda+0x000001d6832d1128 +instanceKlass net/orcinus/galosphere/init/GFoliagePlacerTypes +instanceKlass org/betterx/betterend/registry/EndTags +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 100 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cc708 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 89 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cc4e0 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 78 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cc2b8 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 67 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cc090 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 56 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cbe68 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cbc40 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cba18 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cb7f0 +instanceKlass @bci org/betterx/betterend/registry/EndBiomes register ()V 144 argL0 ; # org/betterx/betterend/registry/EndBiomes$$Lambda+0x000001d6832cb5d8 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832cb138 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 160 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832cac98 +instanceKlass @bci org/betterx/betterend/world/biome/cave/LushSmaragdantCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/LushSmaragdantCaveBiome$$Lambda+0x000001d6832ca9c0 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 148 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832ca798 +instanceKlass @bci com/aetherteam/aether/event/listeners/EntityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/EntityListener$$Lambda+0x000001d6832ca570 +instanceKlass traben/entity_model_features/EMFManager +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 136 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832ca100 +instanceKlass @bci org/betterx/betterend/world/biome/cave/LushSmaragdantCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/LushSmaragdantCaveBiome$$Lambda+0x000001d6832c9e28 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 215 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c9c10 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 176 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c99f8 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 124 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c97d0 +instanceKlass com/aetherteam/aether/event/listeners/EntityListener +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/InDimension ()V 50 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/InDimension$$Lambda+0x000001d6832c9398 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 201 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c8f68 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 112 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c7c88 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 160 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c7a70 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/InDimension ()V 45 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/InDimension$$Lambda+0x000001d6832c74f0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 187 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c72d8 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 100 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c70b0 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 144 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c6e98 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 88 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c6a28 +instanceKlass @bci net/minecraft/world/level/dimension/LevelStem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/dimension/LevelStem$$Lambda+0x000001d6832c65e8 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 173 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c6810 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 128 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c63d0 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 76 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c4d68 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 112 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c4b50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 159 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c4938 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModParticles ()V 137 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModParticles$$Lambda+0x000001d6832c4700 +instanceKlass @bci net/minecraft/world/level/dimension/LevelStem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/dimension/LevelStem$$Lambda+0x000001d6832c44c8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$AnnotationsContainer +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 64 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c42a0 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 96 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c4088 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModParticles ()V 132 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModParticles$$Lambda+0x000001d6832c3e50 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 145 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c3c38 +instanceKlass @bci org/betterx/betterend/world/biome/cave/LushAuroraCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/LushAuroraCaveBiome$$Lambda+0x000001d6832c3960 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 52 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c2898 +instanceKlass @bci net/minecraft/world/level/dimension/LevelStem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/dimension/LevelStem$$Lambda+0x000001d6832c2660 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 80 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c2448 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 111 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832c2220 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 131 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832c2008 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerParticle (Lnet/minecraft/resources/ResourceLocation;ZLjava/util/function/Function;Ljava/util/function/Function;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 4 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6832c1de8 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 40 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832c1bc0 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 64 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832c19a8 +instanceKlass @bci org/betterx/betterend/world/biome/cave/LushAuroraCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/LushAuroraCaveBiome$$Lambda+0x000001d6832c1448 +instanceKlass @bci net/minecraft/world/level/dimension/LevelStem ()V 0 argL0 ; # net/minecraft/world/level/dimension/LevelStem$$Lambda+0x000001d6832c0288 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 117 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832bfc78 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 28 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832bfa50 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 48 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832bf610 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 103 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832be418 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModParticles ()V 111 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModParticles$$Lambda+0x000001d6832be1e0 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 16 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832bdfb8 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 32 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832bdda0 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 89 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832bd840 +instanceKlass traben/entity_texture_features/utils/ETFUtils2 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModParticles ()V 106 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModParticles$$Lambda+0x000001d6832bc498 +instanceKlass @bci xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 4 argL0 ; # xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers$$Lambda+0x000001d6832bc270 +instanceKlass @bci net/orcinus/galosphere/init/GFeatures ()V 16 argL0 ; # net/orcinus/galosphere/init/GFeatures$$Lambda+0x000001d6832bbe10 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 75 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832bb9d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerParticle (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 1 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6832ba8f8 +instanceKlass xaero/map/config/listener/handler/WorldMapConfigOptionClientHandlers +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 61 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832ba2a8 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 100 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832b8f88 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 47 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832b7908 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModParticles +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 89 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832b6da0 +instanceKlass @bci org/betterx/betterend/world/biome/cave/JadeCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/JadeCaveBiome$$Lambda+0x000001d6832b6890 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSRegistryHelper registerBlock (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 8 member ; # net/hibiscus/naturespirit/registration/NSRegistryHelper$$Lambda+0x000001d6832b6670 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasTag ()V 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasTag$$Lambda+0x000001d6832b61f0 +instanceKlass @bci org/betterx/betterend/world/biome/cave/JadeCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/JadeCaveBiome$$Lambda+0x000001d6832b5058 +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Comment +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/HasTag ()V 6 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/HasTag$$Lambda+0x000001d6832b47a0 +instanceKlass net/hibiscus/naturespirit/registration/NSRegistryHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addAttributeRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6832b34b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6832b1638 +instanceKlass @bci xaero/lib/client/config/listener/handler/BuiltInConfigOptionClientHandlers registerAll (Lxaero/lib/client/config/listener/ClientConfigChangeListener;)V 5 member ; # xaero/lib/client/config/listener/handler/BuiltInConfigOptionClientHandlers$$Lambda+0x000001d6832b11e0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationAndConstantLoader$loadAnnotationsAndInitializers$1$MemberAnnotationVisitor +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 78 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832acc38 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$AttributeEvent +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 67 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832afc58 +instanceKlass xaero/lib/client/config/listener/handler/BuiltInConfigOptionClientHandlers +instanceKlass net/orcinus/galosphere/init/GFeatures +instanceKlass @bci traben/entity_model_features/EMF init ()V 2 argL0 ; # traben/entity_model_features/EMF$$Lambda+0x000001d6832af640 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 56 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832af418 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 297 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6832af200 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBlocks ()V 33 argL0 ; # net/hibiscus/naturespirit/registration/NSBlocks$$Lambda+0x000001d6832aefe8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MethodAnnotationVisitor +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptySmaragdantCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/EmptySmaragdantCaveBiome$$Lambda+0x000001d6832abbe8 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/IsBiome ()V 11 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/IsBiome$$Lambda+0x000001d6832ab9b0 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832ab788 +instanceKlass traben/entity_model_features/EMF +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 224 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832ab370 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/IsBiome ()V 6 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/IsBiome$$Lambda+0x000001d6832ab138 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/SignatureSerializer +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptySmaragdantCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/EmptySmaragdantCaveBiome$$Lambda+0x000001d6832aae60 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832a9880 +instanceKlass @bci xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories getOpenScreenFactory (Lxaero/lib/client/config/option/ui/factory/ICustomOptionEditScreenFactory;Lxaero/lib/client/config/option/ui/factory/ViewEnforcedCondition;)Lxaero/lib/client/config/option/ui/factory/IConfigOptionWidgetFactory; 2 member ; # xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories$$Lambda+0x000001d6832a9660 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 208 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a9448 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 192 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a9008 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832a7ca8 +instanceKlass @cpi xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories 480 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6832ac000 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationAndConstantLoader$loadAnnotationsAndInitializers$1 +instanceKlass xaero/lib/client/config/option/ui/factory/ViewEnforcedCondition +instanceKlass @bci traben/entity_model_features/EMFInit ()V 19 member ; # traben/entity_model_features/EMFInit$$Lambda+0x000001d6832a7528 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 176 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a70c8 +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832a6ea0 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 160 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a3b60 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerDataAttachment (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Ljava/lang/Class;)Lnet/mehvahdjukaar/moonlight/api/misc/IAttachmentType; 27 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6832a3940 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MemberVisitor +instanceKlass @bci com/aetherteam/aether/event/listeners/DimensionListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/DimensionListener$$Lambda+0x000001d6832a3498 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 144 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a3280 +instanceKlass @bci xaero/map/config/option/ui/type/WorldMapConfigOptionUITypes ()V 3 argL0 ; # xaero/map/config/option/ui/type/WorldMapConfigOptionUITypes$$Lambda+0x000001d6832a20d8 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Or ()V 13 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Or$$Lambda+0x000001d6832a1ea0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 278 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6832a1c88 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 128 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a1a70 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptyEndCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/EmptyEndCaveBiome$$Lambda+0x000001d6832a1798 +instanceKlass @cpi xaero/hud/minimap/config/option/ui/type/MinimapConfigOptionUITypes 106 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6832a4800 +instanceKlass com/aetherteam/aether/event/listeners/DimensionListener +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Or ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Or$$Lambda+0x000001d6832a1360 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 112 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832a1148 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$AttachmentBuilder +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6832a4000 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptyEndCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/EmptyEndCaveBiome$$Lambda+0x000001d68329fca8 +instanceKlass xaero/lib/client/config/option/ui/factory/ICustomOptionEditScreenFactory +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 96 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68329f898 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature$Companion +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 80 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68329d418 +instanceKlass xaero/map/config/option/ui/type/WorldMapConfigOptionUITypes +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerPOI (Lnet/minecraft/resources/ResourceLocation;II[Ljava/util/function/Supplier;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 4 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d68329cff8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 64 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68329bbf8 +instanceKlass org/betterx/bclib/api/v2/dataexchange/Connector +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 48 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d68329b578 +instanceKlass xaero/map/config/option/ui/WorldMapConfigOptionUIRegister +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature +instanceKlass vectorwing/farmersdelight/common/block/state/CanvasSign +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$11 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683299028 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 32 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d683298e10 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/And ()V 13 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/And$$Lambda+0x000001d683298bd8 +instanceKlass @bci net/orcinus/galosphere/init/GEntityTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GEntityTypes$$Lambda+0x000001d6832989c0 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/And ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/And$$Lambda+0x000001d683298788 +instanceKlass @bci xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories getStringEditFactory ()Lxaero/lib/client/config/option/ui/factory/IConfigOptionWidgetFactory; 0 argL0 ; # xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories$$Lambda+0x000001d683298570 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptyAuroraCaveBiome ()V 20 argL0 ; # org/betterx/betterend/world/biome/cave/EmptyAuroraCaveBiome$$Lambda+0x000001d683298298 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoaderKt +instanceKlass net/orcinus/galosphere/init/GEntityTypes +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherTimeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherTimeListener$$Lambda+0x000001d68328c800 +instanceKlass org/betterx/bclib/api/v2/dataexchange/DataHandlerDescriptor +instanceKlass @bci xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories getIndexedSliderFactory ()Lxaero/lib/client/config/option/ui/factory/IConfigOptionWidgetFactory; 0 argL0 ; # xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories$$Lambda+0x000001d68328ddd0 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EmptyAuroraCaveBiome ()V 0 argL0 ; # org/betterx/betterend/world/biome/cave/EmptyAuroraCaveBiome$$Lambda+0x000001d683297808 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherTimeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherTimeListener$$Lambda+0x000001d68328dba8 +instanceKlass xaero/lib/client/config/option/ui/type/ConfigOptionUIType +instanceKlass @bci net/orcinus/galosphere/init/GEntityDataSerializers ()V 32 argL0 ; # net/orcinus/galosphere/init/GEntityDataSerializers$$Lambda+0x000001d68328d788 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherTimeListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherTimeListener$$Lambda+0x000001d68328d560 +instanceKlass @bci net/orcinus/galosphere/init/GEntityDataSerializers ()V 16 argL0 ; # net/orcinus/galosphere/init/GEntityDataSerializers$$Lambda+0x000001d68328d348 +instanceKlass @bci xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories getIndexedCycleButtonFactory ()Lxaero/lib/client/config/option/ui/factory/IConfigOptionWidgetFactory; 0 argL0 ; # xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories$$Lambda+0x000001d68328eea0 +instanceKlass com/aetherteam/aether/event/listeners/capability/AetherTimeListener +instanceKlass net/orcinus/galosphere/init/GEntityDataSerializers +instanceKlass @cpi xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories 470 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68328c000 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Not ()V 8 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Not$$Lambda+0x000001d68328a5b8 +instanceKlass xaero/lib/client/config/option/ui/factory/IConfigOptionWidgetFactory +instanceKlass @bci net/orcinus/galosphere/init/GEnchantmentEffectComponents ()V 64 argL0 ; # net/orcinus/galosphere/init/GEnchantmentEffectComponents$$Lambda+0x000001d683288f90 +instanceKlass @bci org/betterx/wover/biome/impl/modification/predicates/Not ()V 3 argL0 ; # org/betterx/wover/biome/impl/modification/predicates/Not$$Lambda+0x000001d683287b68 +instanceKlass org/betterx/bclib/api/v2/dataexchange/handler/DataExchange +instanceKlass @bci net/orcinus/galosphere/init/GEnchantmentEffectComponents ()V 48 argL0 ; # net/orcinus/galosphere/init/GEnchantmentEffectComponents$$Lambda+0x000001d683285608 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 59 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d6832853e0 +instanceKlass org/betterx/bclib/api/v2/dataexchange/handler/DataExchangeClientEvents +instanceKlass @bci org/betterx/wover/biome/api/modification/predicates/BiomePredicate ()V 8 argL0 ; # org/betterx/wover/biome/api/modification/predicates/BiomePredicate$$Lambda+0x000001d683284558 +instanceKlass @bci net/orcinus/galosphere/init/GEnchantmentEffectComponents ()V 32 argL0 ; # net/orcinus/galosphere/init/GEnchantmentEffectComponents$$Lambda+0x000001d683284340 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 48 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d68327cc40 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d68327ca18 +instanceKlass kotlin/reflect/jvm/internal/KDeclarationContainerImpl$FunctionJvmDescriptor +instanceKlass @bci net/orcinus/galosphere/init/GEnchantmentEffectComponents ()V 16 argL0 ; # net/orcinus/galosphere/init/GEnchantmentEffectComponents$$Lambda+0x000001d68327c800 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeNetworkCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 102 member ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68327f2d8 +instanceKlass xaero/lib/client/gui/IScreenBase +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d68327bdc0 +instanceKlass xaero/lib/client/gui/widget/dropdown/IDropDownContainer +instanceKlass @cpi org/betterx/betterend/world/biome/cave/EndCaveBiome 397 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68327c000 +instanceKlass net/orcinus/galosphere/init/GEnchantmentEffectComponents +instanceKlass xaero/lib/client/gui/widget/online/WidgetScreen +instanceKlass vectorwing/farmersdelight/common/registry/ModBlocks +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d68327a470 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeNetworkCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 93 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68327a038 +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes ()V 48 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d683278ec0 +instanceKlass @bci com/aetherteam/aether/event/listeners/capability/AetherPlayerListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/capability/AetherPlayerListener$$Lambda+0x000001d683273c80 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeNetworkCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 68 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d683273a48 +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes ()V 32 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d683273830 +instanceKlass org/betterx/wover/biome/api/modification/predicates/BiomePredicate +instanceKlass xaero/lib/client/config/option/ui/factory/StandardConfigWidgetFactories +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeNetworkCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 43 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d683273200 +instanceKlass com/aetherteam/aether/event/listeners/capability/AetherPlayerListener +instanceKlass @bci net/orcinus/galosphere/init/GAttachmentTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GAttachmentTypes$$Lambda+0x000001d683271c10 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 208 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d6832719f8 +instanceKlass org/betterx/bclib/api/v2/spawning/SpawnRuleEntry +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeNetworkCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 17 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d6832706c8 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/MemberComparator$NameAndTypeMemberComparator +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 192 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d6832704b0 +instanceKlass net/orcinus/galosphere/init/GAttachmentTypes +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome ()V 27 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68326fc98 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 176 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68326ebe0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 160 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68326e730 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener$$Lambda+0x000001d68326d668 +instanceKlass @bci net/orcinus/galosphere/init/GDecoratedPotPatterns register (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/minecraft/resources/ResourceKey; 16 member ; # net/orcinus/galosphere/init/GDecoratedPotPatterns$$Lambda+0x000001d68326d448 +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 29 ; # java/lang/invoke/LambdaForm$MH+0x000001d683264c00 +instanceKlass org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 144 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68326cf88 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener$$Lambda+0x000001d68326be10 +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 29 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683264800 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 128 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68326bbf8 +instanceKlass net/orcinus/galosphere/init/GDecoratedPotPatterns +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 112 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68326a890 +instanceKlass net/mehvahdjukaar/moonlight/api/entity/IControllableVehicle +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 29 member ; # org/betterx/wover/biome/api/data/BiomeData$$Lambda+0x000001d68326a408 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 96 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d683269158 +instanceKlass xaero/lib/client/config/option/ui/type/ConfigOptionUIType$Builder +instanceKlass net/mehvahdjukaar/supplementaries/common/block/cannon/CannonAccess +instanceKlass @cpi org/betterx/wover/biome/api/data/BiomeData 541 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683264400 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener$$Lambda+0x000001d683267bc8 +instanceKlass @bci net/orcinus/galosphere/init/GCriteriaTriggers register (Ljava/lang/String;)Ljava/util/function/Supplier; 1 argL0 ; # net/orcinus/galosphere/init/GCriteriaTriggers$$Lambda+0x000001d6832679b0 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 80 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d683267798 +instanceKlass org/betterx/wover/biome/api/modification/predicates/BiomePredicateRegistry +instanceKlass @bci org/betterx/wover/generator/api/biomesource/WoverBiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 45 member ; # org/betterx/wover/generator/api/biomesource/WoverBiomeData$$Lambda+0x000001d683266418 +instanceKlass xaero/lib/client/config/option/ui/type/BuiltInConfigOptionUITypes +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 64 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d683266000 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener$$Lambda+0x000001d683263d00 +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/WoverBiomeData 485 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683264000 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 48 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d6832629e8 +instanceKlass xaero/lib/client/config/option/ui/BuiltInConfigOptionUIRegister +instanceKlass com/aetherteam/aether/event/listeners/abilities/WeaponAbilityListener +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 93 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d683260f50 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 32 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68325bdc8 +instanceKlass org/betterx/wover/biome/impl/modification/predicates/BiomePredicateRegistryImpl +instanceKlass @bci net/orcinus/galosphere/init/GCriteriaTriggers ()V 13 argL0 ; # net/orcinus/galosphere/init/GCriteriaTriggers$$Lambda+0x000001d68325b9b0 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 68 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68325b778 +instanceKlass @bci vectorwing/farmersdelight/common/registry/ModSounds ()V 16 argL0 ; # vectorwing/farmersdelight/common/registry/ModSounds$$Lambda+0x000001d68325b560 +instanceKlass @bci xaero/map/config/primary/option/WorldMapPrimaryClientConfigOptions ()V 425 argL0 ; # xaero/map/config/primary/option/WorldMapPrimaryClientConfigOptions$$Lambda+0x000001d68325b338 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 43 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68325aea0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 237 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68325fdb0 +instanceKlass @bci org/betterx/wover/biome/impl/BiomeManagerImpl initialize ()V 77 argL0 ; # org/betterx/wover/biome/impl/BiomeManagerImpl$$Lambda+0x000001d68325fb98 +instanceKlass vectorwing/farmersdelight/common/registry/ModSounds +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener$$Lambda+0x000001d68325f770 +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome simpleCaveBiomeCodec (Lcom/mojang/datafixers/util/Function13;)Lcom/mojang/serialization/MapCodec; 17 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68325f538 +instanceKlass @bci xaero/map/config/primary/option/WorldMapPrimaryClientConfigOptions ()V 40 argL0 ; # xaero/map/config/primary/option/WorldMapPrimaryClientConfigOptions$$Lambda+0x000001d68325f310 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig ()V 230 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig$$Lambda+0x000001d68325f0c0 +instanceKlass org/betterx/wover/tag/api/event/OnBoostrapTags +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$10 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68325ecb0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig ()V 199 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig$$Lambda+0x000001d68325e838 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener$$Lambda+0x000001d68325ea88 +instanceKlass net/hibiscus/naturespirit/registration/NSBlocks +instanceKlass @bci org/betterx/wover/biome/impl/BiomeManagerImpl initialize ()V 55 argL0 ; # org/betterx/wover/biome/impl/BiomeManagerImpl$$Lambda+0x000001d68325e620 +instanceKlass net/orcinus/galosphere/init/GCriteriaTriggers +instanceKlass @bci org/betterx/betterend/world/biome/cave/EndCaveBiome ()V 16 argL0 ; # org/betterx/betterend/world/biome/cave/EndCaveBiome$$Lambda+0x000001d68325e148 +instanceKlass xaero/map/config/primary/option/WorldMapPrimaryClientConfigOptions +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener$$Lambda+0x000001d68325dd20 +instanceKlass @bci org/betterx/wover/biome/impl/BiomeManagerImpl initialize ()V 40 argL0 ; # org/betterx/wover/biome/impl/BiomeManagerImpl$$Lambda+0x000001d68325d908 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/FzzyKeybindCompound +instanceKlass @bci vectorwing/farmersdelight/common/Configuration ()V 364 argL0 ; # vectorwing/farmersdelight/common/Configuration$$Lambda+0x000001d68325d438 +instanceKlass @cpi org/betterx/betterend/world/biome/cave/LushSmaragdantCaveBiome 143 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683258c00 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener$$Lambda+0x000001d68325d210 +instanceKlass @bci org/betterx/wover/biome/impl/BiomeManagerImpl initialize ()V 25 argL0 ; # org/betterx/wover/biome/impl/BiomeManagerImpl$$Lambda+0x000001d68325cff8 +instanceKlass @bci org/betterx/bclib/util/WeightedList lambda$listCodec$0 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/bclib/util/WeightedList$$Lambda+0x000001d68325cb38 +instanceKlass @bci net/orcinus/galosphere/init/GCreativeModeTabs ()V 18 argL0 ; # net/orcinus/galosphere/init/GCreativeModeTabs$$Lambda+0x000001d68325c698 +instanceKlass @bci vectorwing/farmersdelight/common/Configuration ()V 155 argL0 ; # vectorwing/farmersdelight/common/Configuration$$Lambda+0x000001d68325c450 +instanceKlass @bci xaero/lib/client/config/primary/option/BuiltInPrimaryClientConfigOptions ()V 73 argL0 ; # xaero/lib/client/config/primary/option/BuiltInPrimaryClientConfigOptions$$Lambda+0x000001d68325c228 +instanceKlass @bci org/betterx/wover/biome/impl/BiomeManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/biome/impl/BiomeManagerImpl$$Lambda+0x000001d68325c000 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener$$Lambda+0x000001d683255ac8 +instanceKlass @bci org/betterx/bclib/util/WeightedList lambda$listCodec$0 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # org/betterx/bclib/util/WeightedList$$Lambda+0x000001d683255890 +instanceKlass @bci xaero/lib/client/config/primary/option/BuiltInPrimaryClientConfigOptions ()V 29 argL0 ; # xaero/lib/client/config/primary/option/BuiltInPrimaryClientConfigOptions$$Lambda+0x000001d683255648 +instanceKlass @bci org/betterx/bclib/util/Pair lambda$pairCodec$2 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # org/betterx/bclib/util/Pair$$Lambda+0x000001d683255420 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d6832551e8 +instanceKlass net/orcinus/galosphere/init/GCreativeModeTabs +instanceKlass vectorwing/farmersdelight/common/Configuration +instanceKlass com/aetherteam/aether/event/listeners/abilities/ToolAbilityListener +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d6832549b0 +instanceKlass @bci org/betterx/bclib/util/Pair lambda$pairCodec$2 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # org/betterx/bclib/util/Pair$$Lambda+0x000001d683254778 +instanceKlass xaero/lib/client/config/primary/option/BuiltInPrimaryClientConfigOptions +instanceKlass org/betterx/bclib/client/models/CustomModelBakery +instanceKlass @bci vectorwing/farmersdelight/FarmersDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 25 argL0 ; # vectorwing/farmersdelight/FarmersDelight$$Lambda+0x000001d683254130 +instanceKlass @bci org/betterx/bclib/util/Pair lambda$pairCodec$2 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # org/betterx/bclib/util/Pair$$Lambda+0x000001d683253ef8 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 112 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d683253ce0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d683253aa8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig ()V 145 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig$$Lambda+0x000001d6832535e0 +instanceKlass vectorwing/farmersdelight/client/event/ClientSetupEvents +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 96 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d6832531c8 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener$$Lambda+0x000001d683252fa0 +instanceKlass @bci org/betterx/bclib/util/Pair pairCodec (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 4 member ; # org/betterx/bclib/util/Pair$$Lambda+0x000001d683252d60 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d683252b28 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 80 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d683252910 +instanceKlass xaero/map/common/config/option/value/redirect/WorldMapConfigOptionServerRedirectors +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/FzzyKeybind$Builder +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener$$Lambda+0x000001d6832522e0 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 64 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d683251e40 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer ()V 69 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d683251c08 +instanceKlass org/betterx/bclib/util/Pair +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener$$Lambda+0x000001d6832517d8 +instanceKlass xaero/map/common/config/listener/handler/WorldMapConfigOptionServerHandlers +instanceKlass @bci net/hibiscus/naturespirit/NatureSpirit ()V 16 member ; # net/hibiscus/naturespirit/NatureSpirit$$Lambda+0x000001d6832513a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 48 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d683251190 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener$$Lambda+0x000001d683250f68 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d683250d30 +instanceKlass @bci xaero/lib/common/config/server/listener/handler/BuiltInConfigOptionServerHandlers registerAll (Lxaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener;Lxaero/lib/common/config/channel/ConfigChannel;)V 18 member ; # xaero/lib/common/config/server/listener/handler/BuiltInConfigOptionServerHandlers$$Lambda+0x000001d683250b00 +instanceKlass @bci vectorwing/farmersdelight/FarmersDelight (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 5 argL0 ; # vectorwing/farmersdelight/FarmersDelight$$Lambda+0x000001d6832508d8 +instanceKlass org/betterx/bclib/client/BCLibClient +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 32 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d683250200 +instanceKlass com/aetherteam/aether/event/listeners/abilities/ArmorAbilityListener +instanceKlass @bci xaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener register (Lxaero/lib/common/config/option/ConfigOption;Ljava/util/function/Consumer;)V 5 argL0 ; # xaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener$$Lambda+0x000001d683249cd8 +instanceKlass vectorwing/farmersdelight/common/CommonSetup +instanceKlass @bci net/orcinus/galosphere/init/GBlockEntityTypes ()V 16 argL0 ; # net/orcinus/galosphere/init/GBlockEntityTypes$$Lambda+0x000001d6832498c0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d683249688 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 223 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683249470 +instanceKlass @bci org/betterx/bclib/util/WeightedList listCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 3 member ; # org/betterx/bclib/util/WeightedList$$Lambda+0x000001d683249230 +instanceKlass @bci xaero/lib/common/config/server/listener/handler/BuiltInConfigOptionServerHandlers registerAll (Lxaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener;Lxaero/lib/common/config/channel/ConfigChannel;)V 5 member ; # xaero/lib/common/config/server/listener/handler/BuiltInConfigOptionServerHandlers$$Lambda+0x000001d683249000 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d68324aec8 +instanceKlass net/orcinus/galosphere/init/GBlockEntityTypes +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener$$Lambda+0x000001d68324a878 +instanceKlass terrablender/api/Region +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$9 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68324a660 +instanceKlass xaero/lib/common/config/server/listener/handler/BuiltInConfigOptionServerHandlers +instanceKlass org/betterx/bclib/util/WeightedList +instanceKlass org/betterx/bclib/particles/ParticleFactoryRegistry$PendingParticleFactory +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener$$Lambda+0x000001d68324fc48 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d68324fa10 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4490 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68324eff0 +instanceKlass org/betterx/bclib/particles/ParticleFactoryRegistry +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 2386 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d68324ebc0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/EveryLayer ()V 58 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/EveryLayer$$Lambda+0x000001d68324e738 +instanceKlass de/keksuccino/konkrete/platform/NeoForgeCompatibilityLayer +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4482 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68324e320 +instanceKlass de/keksuccino/konkrete/platform/services/IPlatformCompatibilityLayer +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 1650 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d683243858 +instanceKlass @bci de/keksuccino/konkrete/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # de/keksuccino/konkrete/platform/Services$$Lambda+0x000001d683243400 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4462 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683243620 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener$$Lambda+0x000001d683247cf0 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 1477 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d683247ac8 +instanceKlass de/keksuccino/konkrete/platform/NeoForgePlatformHelper +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener$$Lambda+0x000001d6832475f0 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 1353 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d683247080 +instanceKlass @bci com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener listen (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener$$Lambda+0x000001d683246ac8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/TriState ()V 74 argL0 ; # me/fzzyhmstrs/fzzy_config/util/TriState$$Lambda+0x000001d6832468b0 +instanceKlass org/betterx/bclib/registry/BaseBlockEntityRenders +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 209 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683246498 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 1268 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d683245ff0 +instanceKlass com/aetherteam/aether/event/listeners/abilities/AccessoryAbilityListener +instanceKlass me/fzzyhmstrs/fzzy_config/util/TriState$Companion +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$8 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683244af8 +instanceKlass de/keksuccino/konkrete/platform/services/IPlatformHelper +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d683244698 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 1186 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d6832441f0 +instanceKlass de/keksuccino/konkrete/platform/Services +instanceKlass @bci com/aetherteam/aether/item/components/AetherDataComponents ()V 32 argL0 ; # com/aetherteam/aether/item/components/AetherDataComponents$$Lambda+0x000001d68323f690 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d68323f1d8 +instanceKlass @bci xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder build ()Lxaero/lib/common/config/option/value/type/ConfigValueType; 99 member ; # xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder$$Lambda+0x000001d68323ecd8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4429 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68323eaa0 +instanceKlass org/betterx/bclib/registry/FuelRegistry +instanceKlass @bci com/aetherteam/aether/item/components/AetherDataComponents ()V 16 argL0 ; # com/aetherteam/aether/item/components/AetherDataComponents$$Lambda+0x000001d68323e680 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/FzzyKeybindSimple +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4421 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68323e1c0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 140 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d68323dfa8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4385 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68323dd70 +instanceKlass @bci toni/sodiumdynamiclights/SodiumDynamicLights (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 60 member ; # toni/sodiumdynamiclights/SodiumDynamicLights$$Lambda+0x000001d68323db40 +instanceKlass @bci xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder build ()Lxaero/lib/common/config/option/value/type/ConfigValueType; 93 member ; # xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder$$Lambda+0x000001d68323d670 +instanceKlass com/aetherteam/aether/item/components/AetherDataComponents +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4377 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68323ce40 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 123 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d68323a9e0 +instanceKlass @bci com/aetherteam/aether/advancement/AetherAdvancementTriggers ()V 32 argL0 ; # com/aetherteam/aether/advancement/AetherAdvancementTriggers$$Lambda+0x000001d68323a5d8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4344 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68323a3a0 +instanceKlass @bci org/betterx/bclib/config/Configs ()V 14 argL0 ; # org/betterx/bclib/config/Configs$$Lambda+0x000001d68323a188 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 103 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683239f70 +instanceKlass @bci xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder build ()Lxaero/lib/common/config/option/value/type/ConfigValueType; 74 member ; # xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder$$Lambda+0x000001d683239d30 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4336 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683239690 +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function11;)Lcom/mojang/serialization/MapCodec; 25 member ; # org/betterx/wover/biome/api/data/BiomeData$$Lambda+0x000001d6832391f0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4303 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683238d78 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 84 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683238b60 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4295 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683238458 +instanceKlass @bci xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder build ()Lxaero/lib/common/config/option/value/type/ConfigValueType; 66 member ; # xaero/lib/common/config/option/value/type/CollectionConfigValueType$Builder$$Lambda+0x000001d683238218 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 65 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683238000 +instanceKlass @bci org/betterx/wover/generator/api/biomesource/WoverBiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function11;)Lcom/mojang/serialization/MapCodec; 35 member ; # org/betterx/wover/generator/api/biomesource/WoverBiomeData$$Lambda+0x000001d683233a70 +instanceKlass @bci com/aetherteam/aether/advancement/AetherAdvancementTriggers ()V 16 argL0 ; # com/aetherteam/aether/advancement/AetherAdvancementTriggers$$Lambda+0x000001d683233858 +instanceKlass toni/sodiumdynamiclights/DynamicLightsConfig +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4262 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6832333e0 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/FzzyKeybind +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4254 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683232fb0 +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/WoverBiomeData 473 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683231c00 +instanceKlass @bci org/betterx/bclib/config/Configs ()V 0 argL0 ; # org/betterx/bclib/config/Configs$$Lambda+0x000001d683232d98 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 46 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683232920 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4221 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6832326e8 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome ()V 47 argL0 ; # org/betterx/betterend/world/biome/EndBiome$$Lambda+0x000001d683232430 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 27 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683232000 +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedKeybind$Companion +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4204 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683237b48 +instanceKlass @cpi org/betterx/betterend/world/biome/EndBiome 206 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683231800 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4181 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683237460 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome ()V 39 argL0 ; # org/betterx/betterend/world/biome/EndBiome$$Lambda+0x000001d683236f80 +instanceKlass com/aetherteam/aether/advancement/AetherAdvancementTriggers +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation ()V 8 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation$$Lambda+0x000001d683236b68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 195 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6832366d0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4154 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683236498 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 98 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d683236280 +instanceKlass @cpi org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation 139 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683231400 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 96 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d683235de0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4146 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683235ba8 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 90 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d683235990 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$7 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683235778 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683230c00 +instanceKlass org/betterx/bclib/config/Configs +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 80 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d683235360 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 82 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d683235148 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4084 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683234f10 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 64 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d683234cf8 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 74 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d683234ae0 +instanceKlass org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$PropagationFunction +instanceKlass @bci net/orcinus/galosphere/init/GBlocks registerPottedPlant (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 2 member ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683234418 +instanceKlass net/fabricmc/fabric/api/registry/TillableBlockRegistry +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 48 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d683234000 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 66 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322fc48 +instanceKlass @bci org/betterx/bclib/BCLibPatch register ()V 0 argL0 ; # org/betterx/bclib/BCLibPatch$$Lambda+0x000001d68322fa30 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4040 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68322f578 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 32 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d68322f120 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 58 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322ef08 +instanceKlass @bci com/aetherteam/aether/attachment/AetherDataAttachments ()V 16 argL0 ; # com/aetherteam/aether/attachment/AetherDataAttachments$$Lambda+0x000001d68322e2d8 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 50 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322e0c0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d68322d9a0 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 42 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322d788 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 181 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68322d570 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 111 ; # java/lang/invoke/LambdaForm$MH+0x000001d683230400 +instanceKlass org/betterx/bclib/BCLibPatch +instanceKlass com/aetherteam/aether/attachment/AetherDataAttachments +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683230000 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 34 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322c098 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d68322be60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$6 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68322bc48 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 111 member ; # xaero/lib/common/config/option/SteppedConfigOption$Builder$$Lambda+0x000001d68322ba00 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 26 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322b7e8 +instanceKlass org/betterx/bclib/api/v3/tag/BCLBlockTags +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides ()V 113 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d68322b150 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d68322af18 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 18 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322ad00 +instanceKlass @cpi xaero/lib/common/config/option/SteppedConfigOption$Builder 274 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683225800 +instanceKlass com/teamabnormals/allurement/core/other/AllurementEvents +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides ()V 97 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d68322a8e8 +instanceKlass @bci org/betterx/bclib/commands/CommandRegistry register ()V 3 argL0 ; # org/betterx/bclib/commands/CommandRegistry$$Lambda+0x000001d68322a6c0 +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome$Config ()V 10 argL0 ; # org/betterx/betterend/world/biome/EndBiome$Config$$Lambda+0x000001d68322a4a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 4020 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68322a270 +instanceKlass net/fabricmc/fabric/impl/content/registry/FuelRegistryImpl +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d683227a18 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 92 ; # java/lang/invoke/LambdaForm$MH+0x000001d683225400 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides ()V 81 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d683227800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683225000 +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides ()V 65 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d683227368 +instanceKlass org/betterx/betterend/world/biome/EndBiome$DefaultSurfaceMaterialProvider +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d683226ec0 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 92 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683224c00 +instanceKlass org/betterx/bclib/commands/CommandRegistry +instanceKlass @bci com/aetherteam/aether/api/AetherAdvancementSoundOverrides ()V 49 argL0 ; # com/aetherteam/aether/api/AetherAdvancementSoundOverrides$$Lambda+0x000001d683223b88 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextType$Relevant +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 92 member ; # xaero/lib/common/config/option/SteppedConfigOption$Builder$$Lambda+0x000001d683223778 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$$Lambda+0x000001d683223540 +instanceKlass @cpi xaero/lib/common/config/option/SteppedConfigOption$Builder 268 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683224800 +instanceKlass org/betterx/betterend/world/biome/EndBiome$Config +instanceKlass @bci com/teamabnormals/allurement/core/AllurementConfig ()V 43 argL0 ; # com/teamabnormals/allurement/core/AllurementConfig$$Lambda+0x000001d683222c38 +instanceKlass net/fabricmc/fabric/api/registry/FuelRegistry +instanceKlass xaero/lib/common/util/MathUtils +instanceKlass net/fabricmc/fabric/api/util/Item2ObjectMap +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3988 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683222160 +instanceKlass com/teamabnormals/allurement/core/AllurementConfig$Client +instanceKlass @bci org/betterx/betterend/world/biome/EndBiome ()V 17 argL0 ; # org/betterx/betterend/world/biome/EndBiome$$Lambda+0x000001d683220f78 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d683220d30 +instanceKlass @cpi org/betterx/bclib/interfaces/SurfaceMaterialProvider 225 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683224400 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer ()V 16 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d683220b18 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer ()V 11 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d683220900 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d6832206c8 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d683220470 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d683220238 +instanceKlass @cpi org/betterx/bclib/recipes/AlloyingRecipe$Serializer 287 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683224000 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d683220000 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d68321c400 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321cc60 +instanceKlass @bci org/betterx/bclib/interfaces/SurfaceMaterialProvider ()V 0 argL0 ; # org/betterx/bclib/interfaces/SurfaceMaterialProvider$$Lambda+0x000001d68321ca28 +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedRegistrations init (Lnet/neoforged/bus/api/IEventBus;)V 20 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedRegistrations$$Lambda+0x000001d68321c800 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321dbc8 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321d990 +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedRegistrations init (Lnet/neoforged/bus/api/IEventBus;)V 9 member ; # dev/worldgen/lithostitched/registry/LithostitchedRegistrations$$Lambda+0x000001d68321d760 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/InBiome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/InBiome$$Lambda+0x000001d68321d238 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321d000 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/InBiome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/InBiome$$Lambda+0x000001d68321fd20 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/ConfigApi registerAndLoadNoGuiConfig (Ljava/util/function/Supplier;Lme/fzzyhmstrs/fzzy_config/api/RegisterType;)Lme/fzzyhmstrs/fzzy_config/config/Config; 16 member ; # me/fzzyhmstrs/fzzy_config/api/ConfigApi$$Lambda+0x000001d68321fb00 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder setDefault ()Lxaero/lib/common/config/option/SteppedConfigOption$Builder; 38 argL0 ; # xaero/lib/common/config/option/SteppedConfigOption$Builder$$Lambda+0x000001d68321f8d8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d68321f3e0 +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321e218 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig ()V 11 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig$$Lambda+0x000001d68321e000 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/InBiome lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/InBiome$$Lambda+0x000001d68321bc38 +instanceKlass @bci com/teamabnormals/allurement/core/AllurementConfig ()V 7 argL0 ; # com/teamabnormals/allurement/core/AllurementConfig$$Lambda+0x000001d68321ba00 +instanceKlass com/aetherteam/aether/api/AetherAdvancementSoundOverrides +instanceKlass @cpi dev/ftb/mods/ftbteams/client/KnownClientPlayerNet 151 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68321c000 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d68321b5c8 +instanceKlass me/fzzyhmstrs/fzzy_config/impl/config/KeybindsConfig$Companion +instanceKlass @bci org/betterx/bclib/recipes/AlloyingRecipe$Serializer ()V 0 argL0 ; # org/betterx/bclib/recipes/AlloyingRecipe$Serializer$$Lambda+0x000001d68321b190 +instanceKlass org/betterx/bclib/interfaces/SurfaceMaterialProvider +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/InBiome ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/InBiome$$Lambda+0x000001d68321ad60 +instanceKlass com/teamabnormals/allurement/core/AllurementConfig$Common +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d68321a920 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 167 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68321a708 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d683219ff8 +instanceKlass org/betterx/bclib/recipes/AlloyingRecipe$Serializer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$5 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683219868 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d683219410 +instanceKlass com/teamabnormals/allurement/core/AllurementConfig +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3971 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683218ad0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d683218898 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 167 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683218680 +instanceKlass @bci com/teamabnormals/allurement/core/Allurement (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 53 member ; # com/teamabnormals/allurement/core/Allurement$$Lambda+0x000001d683218450 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3963 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683218238 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d683218000 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 151 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683217d30 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3940 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6832178c0 +instanceKlass @bci com/teamabnormals/allurement/core/Allurement (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 41 member ; # com/teamabnormals/allurement/core/Allurement$$Lambda+0x000001d683217690 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially$$Lambda+0x000001d683217240 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 135 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683217478 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 119 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683216b98 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 261 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683216db0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Extend lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Extend$$Lambda+0x000001d683216970 +instanceKlass org/betterx/bclib/recipes/AlloyingRecipe +instanceKlass org/betterx/betterend/world/biome/EndBiomeBuilder$BiomeFactory +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 245 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683216000 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 102 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683215de8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Extend lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Extend$$Lambda+0x000001d6832122c0 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 229 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d6832120a8 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 85 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683211e90 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 213 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d6832119f8 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 68 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d6832117e0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Extend lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Extend$$Lambda+0x000001d6832115a8 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 197 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683211390 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 285 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d683211168 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 51 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683210f50 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 181 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683210ab8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Extend ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Extend$$Lambda+0x000001d683210880 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 34 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683210668 +instanceKlass org/betterx/betterend/registry/EndBiomes +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 165 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683210218 +instanceKlass @bci com/aetherteam/aether/item/AetherCreativeTabs ()V 17 argL0 ; # com/aetherteam/aether/item/AetherCreativeTabs$$Lambda+0x000001d683210000 +instanceKlass org/betterx/wover/tag/impl/TagManagerImpl$2 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320ca48 +instanceKlass @bci xaero/lib/common/config/option/RangeConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/RangeConfigOption; 29 member ; # xaero/lib/common/config/option/RangeConfigOption$Builder$$Lambda+0x000001d68320c800 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/screen/context/ContextInput ()V 59 argL0 ; # me/fzzyhmstrs/fzzy_config/screen/context/ContextInput$$Lambda+0x000001d68320dd78 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 152 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d68320db28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 153 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68320d6f8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3911 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68320d4c0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320d288 +instanceKlass @cpi xaero/lib/common/config/option/RangeConfigOption$Builder 191 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68320c400 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3891 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68320fb70 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 139 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d68320fda8 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextInput$Companion +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320f738 +instanceKlass com/aetherteam/aether/item/AetherCreativeTabs +instanceKlass @bci xaero/lib/common/config/option/RangeConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/RangeConfigOption; 1 argL0 ; # xaero/lib/common/config/option/RangeConfigOption$Builder$$Lambda+0x000001d68320f320 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer ()V 16 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d68320f108 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$4 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68320eef0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3861 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68320ecd8 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 126 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d68320ea88 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320e850 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/OffsetProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/OffsetProvider$$Lambda+0x000001d68320e618 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3853 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68320e000 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 113 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d68320b858 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer ()V 11 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d68320bcc0 +instanceKlass @bci xaero/map/common/config/option/WorldMapProfiledConfigOptions ()V 91 argL0 ; # xaero/map/common/config/option/WorldMapProfiledConfigOptions$$Lambda+0x000001d68320b630 +instanceKlass org/betterx/betterend/registry/EndPortals$PortalInfo +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320b1e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 139 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68320baa8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/OffsetProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/OffsetProvider$$Lambda+0x000001d68320ad28 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 100 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d68320a838 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d68320a370 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$3 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68320a158 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 87 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683209d18 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d683209ab0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully$$Lambda+0x000001d683209878 +instanceKlass xaero/map/common/config/WorldMapConfigConstants +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider codec (II)Lcom/mojang/serialization/Codec; 5 member ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d683209640 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 74 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d6832084a0 +instanceKlass @cpi org/betterx/bclib/recipes/AnvilRecipe$Serializer 249 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68320c000 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 61 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683208000 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextType$Companion +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d6831f5d18 +instanceKlass org/betterx/bclib/util/JsonFactory +instanceKlass @bci com/aetherteam/aether/AetherGameEvents ()V 16 argL0 ; # com/aetherteam/aether/AetherGameEvents$$Lambda+0x000001d6831f56a0 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d6831f5468 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 48 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d6831f5218 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3836 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831f5000 +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d683207d18 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3789 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6832056f8 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects register (Ljava/lang/String;Ljava/util/function/UnaryOperator;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d6832054d8 +instanceKlass com/aetherteam/aether/AetherGameEvents +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d6832050a0 +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d683204e68 +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects ()V 35 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects$$Lambda+0x000001d683204c18 +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d683204768 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d683204530 +instanceKlass @bci com/aetherteam/aether/client/AetherSoundEvents registerHolder (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/aetherteam/aether/client/AetherSoundEvents$$Lambda+0x000001d683204310 +instanceKlass @bci org/betterx/wover/math/api/valueproviders/Vec3iProvider ()V 0 argL0 ; # org/betterx/wover/math/api/valueproviders/Vec3iProvider$$Lambda+0x000001d6832040d8 +instanceKlass com/teamabnormals/allurement/core/registry/AllurementEnchantmentEffects +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d6832026b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 125 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683202ae8 +instanceKlass org/betterx/betterend/registry/EndPortals +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d683202458 +instanceKlass org/betterx/wover/math/api/valueproviders/Vec3iProvider +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d683202000 +instanceKlass @bci com/aetherteam/aether/client/AetherSoundEvents register (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/aetherteam/aether/client/AetherSoundEvents$$Lambda+0x000001d683201de0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$2 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683201bc8 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d683201990 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d683201758 +instanceKlass xaero/map/common/config/option/WorldMapProfiledConfigOptions +instanceKlass @bci org/betterx/bclib/util/ItemUtil codecIngredientWithNBT (Z)Lcom/mojang/serialization/Codec; 36 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831f7b20 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d6831f7d58 +instanceKlass com/aetherteam/aether/client/AetherSoundEvents +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementConditions ()V 16 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementConditions$$Lambda+0x000001d6831f7708 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d6831f74d0 +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextType +instanceKlass @bci org/betterx/betterend/world/surface/UmbraSurfaceNoiseCondition ()V 25 argL0 ; # org/betterx/betterend/world/surface/UmbraSurfaceNoiseCondition$$Lambda+0x000001d6831ffd70 +instanceKlass @bci org/betterx/bclib/util/ItemUtil codecIngredientWithNBT (Z)Lcom/mojang/serialization/Codec; 30 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831ffb38 +instanceKlass @bci xaero/lib/common/config/option/BuiltInProfiledConfigOptions ()V 62 argL0 ; # xaero/lib/common/config/option/BuiltInProfiledConfigOptions$$Lambda+0x000001d6831ff910 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d6831ff6d8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/OffsetProvider ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/OffsetProvider$$Lambda+0x000001d6831ff4a0 +instanceKlass @bci org/betterx/betterend/world/surface/UmbraSurfaceNoiseCondition ()V 20 argL0 ; # org/betterx/betterend/world/surface/UmbraSurfaceNoiseCondition$$Lambda+0x000001d6831ff268 +instanceKlass com/teamabnormals/allurement/core/registry/AllurementConditions +instanceKlass @bci xaero/lib/common/config/option/BuiltInProfiledConfigOptions ()V 40 argL0 ; # xaero/lib/common/config/option/BuiltInProfiledConfigOptions$$Lambda+0x000001d6831fee20 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement$$Lambda+0x000001d6831febe8 +instanceKlass @bci org/betterx/bclib/util/ItemUtil codecIngredientWithNBT (Z)Lcom/mojang/serialization/Codec; 12 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831fe9b0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/AetherLootModifiers ()V 80 argL0 ; # com/aetherteam/aether/loot/modifiers/AetherLootModifiers$$Lambda+0x000001d6831fe798 +instanceKlass org/betterx/betterend/world/surface/UmbraSurfaceNoiseCondition +instanceKlass @bci com/teamabnormals/allurement/core/registry/AllurementLootModifiers ()V 16 argL0 ; # com/teamabnormals/allurement/core/registry/AllurementLootModifiers$$Lambda+0x000001d6831fe350 +instanceKlass @bci org/betterx/bclib/util/ItemUtil codecIngredientWithNBT (Z)Lcom/mojang/serialization/Codec; 7 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831fdf00 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/AetherLootModifiers ()V 64 argL0 ; # com/aetherteam/aether/loot/modifiers/AetherLootModifiers$$Lambda+0x000001d6831fdce8 +instanceKlass xaero/lib/common/config/option/BuiltInProfiledConfigOptions +instanceKlass @bci com/aetherteam/aether/loot/modifiers/AetherLootModifiers ()V 48 argL0 ; # com/aetherteam/aether/loot/modifiers/AetherLootModifiers$$Lambda+0x000001d6831fd688 +instanceKlass com/teamabnormals/allurement/core/registry/AllurementLootModifiers +instanceKlass @bci org/betterx/bclib/util/ItemUtil ()V 48 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831fcfb0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/AetherLootModifiers ()V 32 argL0 ; # com/aetherteam/aether/loot/modifiers/AetherLootModifiers$$Lambda+0x000001d6831fcb08 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/NetworkEventsClient +instanceKlass @bci org/betterx/betterend/world/surface/SplitNoiseCondition ()V 25 argL0 ; # org/betterx/betterend/world/surface/SplitNoiseCondition$$Lambda+0x000001d6831fc6d0 +instanceKlass @bci com/aetherteam/aether/loot/modifiers/AetherLootModifiers ()V 16 argL0 ; # com/aetherteam/aether/loot/modifiers/AetherLootModifiers$$Lambda+0x000001d6831fc4b8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Offset lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Offset$$Lambda+0x000001d6831fc280 +instanceKlass @bci org/betterx/bclib/util/ItemUtil ()V 43 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831f3da8 +instanceKlass @bci org/betterx/betterend/world/surface/SplitNoiseCondition ()V 20 argL0 ; # org/betterx/betterend/world/surface/SplitNoiseCondition$$Lambda+0x000001d6831f38e0 +instanceKlass @bci xaero/lib/common/config/option/IndexedConfigOption$Builder buildInternally ()Lxaero/lib/common/config/option/IndexedConfigOption; 49 member ; # xaero/lib/common/config/option/IndexedConfigOption$Builder$$Lambda+0x000001d6831f3690 +instanceKlass com/aetherteam/aether/loot/modifiers/AetherLootModifiers +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Offset lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Offset$$Lambda+0x000001d6831f3458 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3751 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831f3040 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831f2e08 +instanceKlass @bci xaero/lib/common/config/option/BooleanConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/BooleanConfigOption; 13 argL0 ; # xaero/lib/common/config/option/BooleanConfigOption$Builder$$Lambda+0x000001d6831f2bf0 +instanceKlass org/betterx/betterend/world/surface/SplitNoiseCondition +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3740 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831f2780 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831f2310 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Offset ()V 6 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Offset$$Lambda+0x000001d6831f2548 +instanceKlass @bci xaero/lib/common/config/option/BooleanConfigOption$Builder setDefault ()Lxaero/lib/common/config/option/BooleanConfigOption$Builder; 6 argL0 ; # xaero/lib/common/config/option/BooleanConfigOption$Builder$$Lambda+0x000001d6831f20e8 +instanceKlass @bci com/aetherteam/aether/loot/conditions/AetherLootConditions ()V 16 argL0 ; # com/aetherteam/aether/loot/conditions/AetherLootConditions$$Lambda+0x000001d6831f1ed0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831f1c78 +instanceKlass @bci org/betterx/bclib/util/ItemUtil ()V 23 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831f1a40 +instanceKlass com/teamabnormals/gallery/core/other/GalleryClientCompat +instanceKlass @cpi dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully 280 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6831f4000 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831f1150 +instanceKlass com/aetherteam/aether/loot/conditions/AetherLootConditions +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831e8c00 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831e9bd8 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831e99a0 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831e9218 +instanceKlass @bci com/aetherteam/aether/loot/functions/AetherLootFunctions ()V 64 argL0 ; # com/aetherteam/aether/loot/functions/AetherLootFunctions$$Lambda+0x000001d6831e9000 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831ebcb0 +instanceKlass @bci com/aetherteam/aether/loot/functions/AetherLootFunctions ()V 48 argL0 ; # com/aetherteam/aether/loot/functions/AetherLootFunctions$$Lambda+0x000001d6831eba98 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831eb860 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831eb628 +instanceKlass @bci org/betterx/bclib/util/ItemUtil ()V 12 argL0 ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831eb3f0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Is lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Is$$Lambda+0x000001d6831eaf40 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831ead08 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap$$Lambda+0x000001d6831eaae0 +instanceKlass @bci com/aetherteam/aether/loot/functions/AetherLootFunctions ()V 32 argL0 ; # com/aetherteam/aether/loot/functions/AetherLootFunctions$$Lambda+0x000001d6831ea8c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 111 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6831ea6b0 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$codecItemStackWithNBT$5 (Ljava/util/function/Function;Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831ea470 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap$$Lambda+0x000001d6831ea000 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3708 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831ea238 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Is lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Is$$Lambda+0x000001d6831efbd8 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831ef9a0 +instanceKlass @bci com/aetherteam/aether/loot/functions/AetherLootFunctions ()V 16 argL0 ; # com/aetherteam/aether/loot/functions/AetherLootFunctions$$Lambda+0x000001d6831ef788 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3676 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831ef2d0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap$$Lambda+0x000001d6831ef098 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/platform/impl/PlatformUtils registerCommands (Lnet/neoforged/bus/api/IEventBus;)V 17 argL0 ; # me/fzzyhmstrs/fzzy_config/util/platform/impl/PlatformUtils$$Lambda+0x000001d6831eee70 +instanceKlass @bci org/betterx/betterend/world/surface/VerticalBandNoiseCondition ()V 25 argL0 ; # org/betterx/betterend/world/surface/VerticalBandNoiseCondition$$Lambda+0x000001d6831eec38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$1 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6831eea20 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3644 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831ee7e8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Is lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Is$$Lambda+0x000001d6831ee5b0 +instanceKlass com/aetherteam/aether/loot/functions/AetherLootFunctions +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 126 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831edc88 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$codecItemStackWithNBT$5 (Ljava/util/function/Function;Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831ed7b8 +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/RegistrarImpl$Companion +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 109 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831ed0f8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Is ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Is$$Lambda+0x000001d6831ecec0 +instanceKlass com/teamabnormals/gallery/core/other/GalleryEvents +instanceKlass net/minecraft/world/level/levelgen/Noises +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 176 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831e77c8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 89 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831e7590 +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$codecItemStackWithNBT$5 (Ljava/util/function/Function;Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831e7350 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 69 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831e7118 +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/RegistrarImpl +instanceKlass xaero/map/common/config/primary/option/WorldMapPrimaryCommonConfigOptions +instanceKlass @bci org/betterx/bclib/util/ItemUtil lambda$codecItemStackWithNBT$5 (Ljava/util/function/Function;Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831e6218 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 49 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831e5fe0 +instanceKlass org/betterx/betterend/world/surface/VerticalBandNoiseCondition +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3612 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e56c8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 29 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831e5490 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3580 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e5258 +instanceKlass @bci org/betterx/bclib/util/ItemUtil codecItemStackWithNBT (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 2 member ; # org/betterx/bclib/util/ItemUtil$$Lambda+0x000001d6831e4d88 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter ()V 9 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter$$Lambda+0x000001d6831e4b50 +instanceKlass @bci com/teamabnormals/gallery/core/GalleryConfig ()V 43 argL0 ; # com/teamabnormals/gallery/core/GalleryConfig$$Lambda+0x000001d6831e4918 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3548 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e46e0 +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/Registrar +instanceKlass xaero/lib/common/permission/system/PermissionSystemRegistry$Builder +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3516 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e3e30 +instanceKlass com/teamabnormals/gallery/core/GalleryConfig$Client +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3484 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e37f0 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 160 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831e3360 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsBasin lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsBasin$$Lambda+0x000001d6831e3138 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3452 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e2f00 +instanceKlass org/betterx/bclib/util/ItemUtil +instanceKlass xaero/lib/common/permission/system/PermissionSystemRegistry +instanceKlass @bci com/teamabnormals/gallery/core/GalleryConfig ()V 7 argL0 ; # com/teamabnormals/gallery/core/GalleryConfig$$Lambda+0x000001d6831e2850 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 105 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831e2620 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3420 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e2190 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsBasin lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsBasin$$Lambda+0x000001d6831e1c38 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 91 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831e14d0 +instanceKlass com/teamabnormals/gallery/core/GalleryConfig$Common +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3388 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e1090 +instanceKlass com/aetherteam/aether/recipe/recipes/ban/AbstractPlacementBanRecipe +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3356 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e0870 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsBasin lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsBasin$$Lambda+0x000001d6831e0638 +instanceKlass org/betterx/betterend/noise/OpenSimplexNoise +instanceKlass xaero/lib/common/permission/system/IPermissionSystem +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3324 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831e0000 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/impl/NetworkApiImpl +instanceKlass com/teamabnormals/gallery/core/GalleryConfig +instanceKlass com/aetherteam/aether/recipe/serializer/PlacementBanRecipeSerializer +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3292 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831df628 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsBasin ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsBasin$$Lambda+0x000001d6831def28 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3260 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831de810 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3228 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831de5d8 +instanceKlass xaero/lib/common/permission/ModPermissionRegistry$Builder +instanceKlass @bci com/teamabnormals/gallery/core/Gallery (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 25 member ; # com/teamabnormals/gallery/core/Gallery$$Lambda+0x000001d6831de1a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3196 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831ddf70 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap$$Lambda+0x000001d6831ddab0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3164 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831dd5f0 +instanceKlass @bci com/teamabnormals/gallery/core/registry/GalleryMenuTypes ()V 16 argL0 ; # com/teamabnormals/gallery/core/registry/GalleryMenuTypes$$Lambda+0x000001d6831dd1b8 +instanceKlass @bci xaero/lib/common/permission/PermissionRegistry computeMod (Ljava/lang/String;)Lxaero/lib/common/permission/ModPermissionRegistry; 5 argL0 ; # xaero/lib/common/permission/PermissionRegistry$$Lambda+0x000001d6831dcf80 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d6831dcd48 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3132 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831dcb10 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/ParameterMap +instanceKlass me/fzzyhmstrs/fzzy_config/networking/api/NetworkApi +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3100 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831dc4d8 +instanceKlass com/teamabnormals/gallery/core/registry/GalleryMenuTypes +instanceKlass xaero/lib/common/permission/ModPermissionRegistry +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 144 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831dbe60 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3068 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831dbc28 +instanceKlass @bci org/betterx/bclib/recipes/AnvilRecipe$Serializer ()V 0 argL0 ; # org/betterx/bclib/recipes/AnvilRecipe$Serializer$$Lambda+0x000001d6831db9f0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 77 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831d1db0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3036 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d1b78 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 63 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831d1470 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 3004 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d1238 +instanceKlass @bci org/betterx/betterend/world/surface/SulphuricSurfaceNoiseCondition ()V 25 argL0 ; # org/betterx/betterend/world/surface/SulphuricSurfaceNoiseCondition$$Lambda+0x000001d6831d1000 +instanceKlass @bci com/teamabnormals/gallery/core/Gallery (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/teamabnormals/gallery/core/Gallery$$Lambda+0x000001d6831d3c58 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/All ()V 10 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/All$$Lambda+0x000001d6831d3a40 +instanceKlass org/betterx/bclib/recipes/AnvilRecipe$Serializer +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 128 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831d35f8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2972 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d33c0 +instanceKlass @bci org/betterx/betterend/world/surface/SulphuricSurfaceNoiseCondition ()V 20 argL0 ; # org/betterx/betterend/world/surface/SulphuricSurfaceNoiseCondition$$Lambda+0x000001d6831d3188 +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/RegistryBuilderImpl$Companion +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2940 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d2888 +instanceKlass xaero/lib/common/permission/PermissionRegistry$Builder +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831d2450 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 112 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831d2238 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2908 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d2000 +instanceKlass org/betterx/betterend/world/surface/SulphuricSurfaceNoiseCondition +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831d77b8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2876 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d72f0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831d6be8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2844 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d69b0 +instanceKlass xaero/lib/common/permission/PermissionRegistry +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/RegistryBuilderImpl +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2812 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d62e0 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 96 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831d60c8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout$$Lambda+0x000001d6831d5e90 +instanceKlass org/betterx/bclib/recipes/BCLRecipeManager$1 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2780 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831d5a50 +instanceKlass com/teamabnormals/boatload/core/other/BoatloadModelLayers +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831d55f8 +instanceKlass org/betterx/betterend/registry/EndNumericProviders +instanceKlass @bci net/minecraft/world/item/crafting/Recipe ()V 46 argL0 ; # net/minecraft/world/item/crafting/Recipe$$Lambda+0x000001d6831d51c0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831cf9d0 +instanceKlass com/aetherteam/nitrogen/recipe/recipes/AbstractBlockStateRecipe +instanceKlass @bci net/minecraft/world/item/crafting/Recipe ()V 41 argL0 ; # net/minecraft/world/item/crafting/Recipe$$Lambda+0x000001d6831cf798 +instanceKlass @bci org/betterx/betterend/registry/EndBlocks getBlockRegistry ()Lorg/betterx/wover/block/api/BlockRegistry; 18 argL0 ; # org/betterx/betterend/registry/EndBlocks$$Lambda+0x000001d6831cf1a8 +instanceKlass @bci xaero/lib/common/config/primary/option/BuiltInPrimaryCommonConfigOptions ()V 73 argL0 ; # xaero/lib/common/config/primary/option/BuiltInPrimaryCommonConfigOptions$$Lambda+0x000001d6831cef80 +instanceKlass @bci net/minecraft/world/item/crafting/Recipe ()V 13 argL0 ; # net/minecraft/world/item/crafting/Recipe$$Lambda+0x000001d6831ced48 +instanceKlass com/aetherteam/nitrogen/recipe/recipes/BlockStateRecipe +instanceKlass @bci org/betterx/wover/block/api/predicate/IsFullShape lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # org/betterx/wover/block/api/predicate/IsFullShape$$Lambda+0x000001d6831ce690 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2748 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831ce458 +instanceKlass @bci net/minecraft/world/item/crafting/Recipe ()V 8 argL0 ; # net/minecraft/world/item/crafting/Recipe$$Lambda+0x000001d6831ce220 +instanceKlass @bci org/betterx/wover/block/api/predicate/IsFullShape lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # org/betterx/wover/block/api/predicate/IsFullShape$$Lambda+0x000001d6831cdd90 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2716 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831cdb58 +instanceKlass @bci com/teamabnormals/boatload/core/Boatload (Lnet/neoforged/bus/api/IEventBus;)V 54 member ; # com/teamabnormals/boatload/core/Boatload$$Lambda+0x000001d6831cd6d0 +instanceKlass xaero/lib/common/config/util/ConfigUtils +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2684 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831cd298 +instanceKlass org/betterx/bclib/recipes/AnvilRecipe$Builder +instanceKlass org/betterx/wover/recipe/api/BaseUnlockableRecipeBuilder +instanceKlass @bci org/betterx/wover/block/api/predicate/IsFullShape ()V 10 argL0 ; # org/betterx/wover/block/api/predicate/IsFullShape$$Lambda+0x000001d6831cbc80 +instanceKlass @bci com/teamabnormals/boatload/core/Boatload (Lnet/neoforged/bus/api/IEventBus;)V 42 member ; # com/teamabnormals/boatload/core/Boatload$$Lambda+0x000001d6831cba50 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/ISpyglassMob +instanceKlass org/betterx/wover/recipe/api/BaseRecipeBuilder +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831ca170 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/LevelGenEvents register ()V 68 argL0 ; # org/betterx/bclib/api/v2/levelgen/LevelGenEvents$$Lambda+0x000001d6831c9f58 +instanceKlass @bci com/teamabnormals/boatload/core/Boatload (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # com/teamabnormals/boatload/core/Boatload$$Lambda+0x000001d6831c7dc0 +instanceKlass @bci xaero/lib/common/config/primary/option/BuiltInPrimaryCommonConfigOptions ()V 29 argL0 ; # xaero/lib/common/config/primary/option/BuiltInPrimaryCommonConfigOptions$$Lambda+0x000001d6831c6c08 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831c69d0 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/LevelGenEvents register ()V 51 argL0 ; # org/betterx/bclib/api/v2/levelgen/LevelGenEvents$$Lambda+0x000001d6831c67b8 +instanceKlass org/betterx/wover/block/api/predicate/IsFullShape +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadMenuTypes ()V 16 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadMenuTypes$$Lambda+0x000001d6831c6088 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/LevelGenEvents register ()V 34 argL0 ; # org/betterx/bclib/api/v2/levelgen/LevelGenEvents$$Lambda+0x000001d6831c5bf0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2652 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831c57a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 97 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6831c59d8 +instanceKlass xaero/lib/common/config/primary/option/BuiltInPrimaryCommonConfigOptions +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831c43e8 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 80 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831c41d0 +instanceKlass com/teamabnormals/boatload/core/registry/BoatloadMenuTypes +instanceKlass org/betterx/wover/events/api/types/client/BeforeClientLoadScreen$ContinueWith +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2620 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831c3ba0 +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/RegistryBuilder +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831c27f0 +instanceKlass org/betterx/wover/events/api/types/client/BeforeClientLoadScreen +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 70 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6831c23e0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate matchesFluids (Lnet/minecraft/core/Vec3i;Ljava/util/List;)Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicate; 5 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate$$Lambda+0x000001d6831c21a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2588 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831c1000 +instanceKlass com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831c0718 +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadEntityTypes ()V 49 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadEntityTypes$$Lambda+0x000001d6831c0950 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2556 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831c0000 +instanceKlass org/betterx/wover/block/api/predicate/BlockPredicates +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints$$Lambda+0x000001d6831beb68 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2524 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831be930 +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadEntityTypes ()V 41 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadEntityTypes$$Lambda+0x000001d6831be718 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 49 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831be4e8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2492 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831be070 +instanceKlass xaero/lib/common/config/channel/ConfigChannelCommonInit +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831bd7b8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 33 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831b7db8 +instanceKlass xaero/lib/common/config/channel/register/ConfigChannelRegistry$Builder +instanceKlass org/betterx/wover/events/impl/client/ClientWorldLifecycleImpl +instanceKlass @bci me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 17 member ; # me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge$$Lambda+0x000001d6831b7398 +instanceKlass net/mehvahdjukaar/moonlight/api/entity/IExtraClientSpawnData +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831b6ed8 +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/neoforge/SelfEntitySpawnDataMixin +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 64 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831b6cc0 +instanceKlass org/betterx/wover/events/api/client/ClientWorldLifecycle +instanceKlass xaero/lib/common/config/channel/register/ConfigChannelRegistry +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831b5768 +instanceKlass me/fzzyhmstrs/fzzy_config/networking/NetworkEvents +instanceKlass com/aetherteam/aether/recipe/recipes/item/IncubationRecipe$Serializer +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2475 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831b4170 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/LevelGenEvents register ()V 17 argL0 ; # org/betterx/bclib/api/v2/levelgen/LevelGenEvents$$Lambda+0x000001d6831b3f58 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831b3ac0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2449 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831b3888 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831b2290 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/FindInDirection ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/FindInDirection$$Lambda+0x000001d6831b1158 +instanceKlass @cpi dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType 248 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683184c00 +# instanceKlass xaero/lib/common/permission/config/channel/ConfigChannelPermissionNode$Builder$$Lambda+0x000001d6831afa30 +instanceKlass org/betterx/bclib/interfaces/AlloyingRecipeWorkstation +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadEntityTypes ()V 25 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadEntityTypes$$Lambda+0x000001d6831aeae8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831ae8b0 +instanceKlass @bci xaero/lib/common/permission/config/channel/ConfigChannelPermissionNode$Builder build (Ljava/util/Set;)Lxaero/lib/common/permission/config/channel/ConfigChannelPermissionNode; 50 member ; # xaero/lib/common/permission/config/channel/ConfigChannelPermissionNode$Builder$$Lambda+0x000001d6831ae400 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831adfa8 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 48 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831add90 +instanceKlass @bci com/teamabnormals/boatload/core/registry/BoatloadEntityTypes ()V 17 argL0 ; # com/teamabnormals/boatload/core/registry/BoatloadEntityTypes$$Lambda+0x000001d6831adb78 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831ad940 +# instanceKlass xaero/lib/common/config/option/ConfigOption$Builder$$Lambda+0x000001d6831a7cd0 +instanceKlass @bci xaero/lib/common/config/option/ConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/ConfigOption; 37 argL0 ; # xaero/lib/common/config/option/ConfigOption$Builder$$Lambda+0x000001d6831a7aa8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831a7628 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 32 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d6831a64e8 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs getString (I)Lxaero/lib/common/config/option/value/io/serialization/ConfigValueIOCodec; 9 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d6831a62b0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831a6098 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs getString (I)Lxaero/lib/common/config/option/value/io/serialization/ConfigValueIOCodec; 4 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d6831a5978 +instanceKlass com/aetherteam/aether/recipe/serializer/AetherCookingSerializer +instanceKlass com/mojang/brigadier/suggestion/SuggestionsBuilder +instanceKlass xaero/lib/common/config/option/value/type/ConfigValueType +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Merge lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Merge$$Lambda+0x000001d6831a28f0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d6831a16c0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2423 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831a14a8 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 89 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d6831a0ff8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Merge lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Merge$$Lambda+0x000001d68319fd30 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2412 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68319f870 +instanceKlass org/betterx/wover/events/api/types/CreatedNewWorldFolder +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d68319ca38 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 84 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d68319c800 +instanceKlass @bci org/betterx/bclib/api/v2/levelgen/LevelGenEvents register ()V 3 argL0 ; # org/betterx/bclib/api/v2/levelgen/LevelGenEvents$$Lambda+0x000001d68319b640 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Merge ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Merge$$Lambda+0x000001d68319b408 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeSerializers ()V 16 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeSerializers$$Lambda+0x000001d683197d98 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/SimplexNoiseType$$Lambda+0x000001d683197b60 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 69 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683197928 +instanceKlass org/betterx/bclib/api/v2/levelgen/LevelGenEvents +instanceKlass com/aetherteam/aether/recipe/recipes/item/AltarRepairRecipe$Serializer +instanceKlass com/leclowndu93150/baguettelib/gui/ScreenTextureBuilder +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 64 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683195978 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 49 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683194820 +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 64 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d683194378 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Debug lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Debug$$Lambda+0x000001d683192fa0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 43 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d683192d88 +instanceKlass com/aetherteam/aether/recipe/AetherRecipeSerializers +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 44 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683191978 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType$$Lambda+0x000001d683191370 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Debug lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Debug$$Lambda+0x000001d683191138 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2377 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683190f00 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 160 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d683185c70 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType$$Lambda+0x000001d683185a38 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Debug ()V 12 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Debug$$Lambda+0x000001d683185000 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 144 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d68318fdc0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType$$Lambda+0x000001d68318ec58 +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableHammer +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 128 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d68318e848 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/PerlinNoiseType$$Lambda+0x000001d68318d6e8 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 112 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d68318c3b0 +instanceKlass org/betterx/bclib/interfaces/Fuel +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 51 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d683183dc0 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 96 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d683183ba8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2348 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831834d8 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 80 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d6831832c0 +instanceKlass org/betterx/bclib/recipes/BCLRecipeManager +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2334 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683182e88 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 64 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d683182c70 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d683182a18 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d6831818c0 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 48 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d6831816a8 +instanceKlass @cpi org/betterx/wover/feature/api/placed/modifiers/NoiseFilter 230 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683184400 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 29 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683180f60 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 32 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d683180d48 +instanceKlass com/teamabnormals/boatload/core/registry/BoatloadEntityTypes +instanceKlass @cpi dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType 222 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683184000 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 106 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d68317fda0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 100 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d68317fb68 +instanceKlass @bci com/aetherteam/aether/recipe/AetherRecipeTypes ()V 16 argL0 ; # com/aetherteam/aether/recipe/AetherRecipeTypes$$Lambda+0x000001d68317f950 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 24 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d68317f718 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d68317f4e0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d68317f2a8 +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 38 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d68317e0f0 +instanceKlass com/aetherteam/aether/recipe/AetherRecipeTypes +instanceKlass com/leclowndu93150/baguettelib/example/ExampleScreenTextureUsage +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d68317bd28 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$BlueprintBoatType +instanceKlass org/betterx/bclib/registry/BaseBlockEntities +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 112 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d68317b200 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d68317ad50 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d68317ab38 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 96 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d68317a920 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d68317a4f8 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 80 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d68317a2e0 +instanceKlass net/orcinus/galosphere/api/Cordyceps +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 96 member ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d683179e30 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 64 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d683179c18 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes ()V 31 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d683179a00 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/NoiseFilter ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/NoiseFilter$$Lambda+0x000001d6831797c8 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 48 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d6831795b0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d683179378 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes ()V 26 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d683178000 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2293 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683177bb8 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 32 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d683177790 +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 25 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d683177568 +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 9 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683177140 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes ()V 21 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes$$Lambda+0x000001d683176d08 +instanceKlass @bci com/aetherteam/aether/world/processor/AetherStructureProcessors ()V 16 argL0 ; # com/aetherteam/aether/world/processor/AetherStructureProcessors$$Lambda+0x000001d6831768b0 +instanceKlass org/betterx/bclib/util/BCLDataComponents +instanceKlass @bci xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs ()V 4 argL0 ; # xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs$$Lambda+0x000001d683175510 +instanceKlass com/aetherteam/aether/world/processor/AetherStructureProcessors +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d683173bf0 +instanceKlass net/minecraft/client/model/WaterPatchModel +instanceKlass net/minecraft/nbt/NumericTag +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsNextTo lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsNextTo$$Lambda+0x000001d683171d38 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsNextTo lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsNextTo$$Lambda+0x000001d683171b00 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2258 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831718c8 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsNextTo lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsNextTo$$Lambda+0x000001d683171690 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 195 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683171478 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d683171240 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerEntityType (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/entity/EntityType$Builder;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 3 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d683171020 +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d68316fcf0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/IsNextTo ()V 0 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/IsNextTo$$Lambda+0x000001d68316fab8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d68316f880 +instanceKlass org/betterx/bclib/commands/arguments/BCLibArguments +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$$Lambda+0x000001d68316df78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities lambda$static$0 ()Lnet/minecraft/world/entity/EntityType$Builder; 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68316dd60 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 82 member ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d68316d910 +instanceKlass @bci org/betterx/bclib/BCLib initialize (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # org/betterx/bclib/BCLib$$Lambda+0x000001d68316ca48 +instanceKlass xaero/lib/common/config/option/value/sync/serialization/ConfigValueSyncCodec +instanceKlass com/leclowndu93150/baguettelib/network/NetworkManager$PacketRegistration +instanceKlass org/betterx/bclib/api/v2/dataexchange/PacketSender +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnEndStoneOrTrees +instanceKlass org/betterx/bclib/api/v2/dataexchange/BCLibNetwork +instanceKlass @bci org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl register (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;Z)Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 1 member ; # org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl$$Lambda+0x000001d683169560 +instanceKlass @bci org/sinytra/connector/mod/ConnectorModClient (Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # org/sinytra/connector/mod/ConnectorModClient$$Lambda+0x000001d683169338 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Stencil lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Stencil$$Lambda+0x000001d683169110 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Stencil lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Stencil$$Lambda+0x000001d683168ed8 +instanceKlass @bci org/sinytra/connector/mod/ConnectorModClient (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # org/sinytra/connector/mod/ConnectorModClient$$Lambda+0x000001d683168cb0 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Stencil lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Stencil$$Lambda+0x000001d683168a78 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2214 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683168840 +instanceKlass @bci org/betterx/wover/feature/api/placed/modifiers/Stencil ()V 2207 argL0 ; # org/betterx/wover/feature/api/placed/modifiers/Stencil$$Lambda+0x000001d683168608 +instanceKlass @bci org/sinytra/connector/mod/ConnectorMod (Lnet/neoforged/bus/api/IEventBus;)V 47 argL0 ; # org/sinytra/connector/mod/ConnectorMod$$Lambda+0x000001d6831683e0 +instanceKlass org/sinytra/connector/mod/compat/LazyEntityAttributes +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d683166830 +instanceKlass xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs +instanceKlass com/leclowndu93150/baguettelib/network/PacketBuilder$1 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d683163a48 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d6831632c8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2197 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683162e18 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d683162be0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d6831618c8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2171 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683161690 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 67 argL0 ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d683160238 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d683160000 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverFeature (Lnet/neoforged/bus/api/IEventBus;)V 27 argL0 ; # org/betterx/wover/entrypoint/LibWoverFeature$$Lambda+0x000001d683151400 +instanceKlass com/leclowndu93150/baguettelib/network/SimplePacketHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand$$Lambda+0x000001d683151a28 +instanceKlass @bci org/sinytra/connector/mod/compat/FluidHandlerCompat init (Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # org/sinytra/connector/mod/compat/FluidHandlerCompat$$Lambda+0x000001d683151800 +instanceKlass @bci com/leclowndu93150/baguettelib/example/ExamplePacket ()V 33 argL0 ; # com/leclowndu93150/baguettelib/example/ExamplePacket$$Lambda+0x000001d68315ee90 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverFeature (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # org/betterx/wover/entrypoint/LibWoverFeature$$Lambda+0x000001d68315ec68 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintBoatTypes +instanceKlass @bci org/sinytra/connector/mod/compat/FluidHandlerCompat initFabricFluidTypes ()V 66 argL0 ; # org/sinytra/connector/mod/compat/FluidHandlerCompat$$Lambda+0x000001d68315e608 +instanceKlass @bci com/leclowndu93150/baguettelib/example/ExamplePacket ()V 28 argL0 ; # com/leclowndu93150/baguettelib/example/ExamplePacket$$Lambda+0x000001d68315e3d0 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 77 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d68315e198 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 182 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68315df80 +instanceKlass org/betterx/wover/feature/impl/placed/modifiers/PlacementModifiersImpl +instanceKlass @bci com/leclowndu93150/baguettelib/example/ExamplePacket ()V 20 argL0 ; # com/leclowndu93150/baguettelib/example/ExamplePacket$$Lambda+0x000001d68315caa8 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 72 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d68315c870 +instanceKlass org/sinytra/connector/mod/compat/FluidHandlerCompat +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 55 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d68315c088 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2136 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68315be50 +instanceKlass com/leclowndu93150/baguettelib/network/PacketCodecs +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 29 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68315a9e8 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 50 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d68315a7b0 +instanceKlass @bci com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper createBoatAndChestBoatItem (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lcom/mojang/datafixers/util/Pair; 66 member ; # com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper$$Lambda+0x000001d68315a590 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl initialize ()V 14 argL0 ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d6831593e0 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 30 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d6831591a8 +instanceKlass @bci com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper createBoatAndChestBoatItem (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lcom/mojang/datafixers/util/Pair; 50 member ; # com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper$$Lambda+0x000001d683158f88 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand$$Lambda+0x000001d683153d18 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 169 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683152fa0 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverStructure (Lnet/neoforged/bus/api/IEventBus;)V 27 argL0 ; # org/betterx/wover/entrypoint/LibWoverStructure$$Lambda+0x000001d683152d78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities regEntity (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FFIZI)Ljava/util/function/Supplier; 16 ; # java/lang/invoke/LambdaForm$MH+0x000001d683151000 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 25 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d683152b40 +instanceKlass @bci com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper createBoatAndChestBoatItem (Ljava/lang/String;Lnet/minecraft/world/level/block/Block;)Lcom/mojang/datafixers/util/Pair; 26 member ; # com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper$$Lambda+0x000001d683152920 +instanceKlass @bci org/sinytra/connector/mod/ConnectorMod (Lnet/neoforged/bus/api/IEventBus;)V 20 argL0 ; # org/sinytra/connector/mod/ConnectorMod$$Lambda+0x000001d6831526f8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand$$Lambda+0x000001d6831524c0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683150c00 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverStructure (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # org/betterx/wover/entrypoint/LibWoverStructure$$Lambda+0x000001d683152000 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand$$Lambda+0x000001d6831574a0 +instanceKlass @bci com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper createLargeBoat (Ljava/lang/String;Lcom/teamabnormals/boatload/core/api/BoatloadBoatType;)Lnet/neoforged/neoforge/registries/DeferredItem; 9 member ; # com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper$$Lambda+0x000001d6831576d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities regEntity (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FFIZI)Ljava/util/function/Supplier; 16 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683150800 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 9 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d683157078 +instanceKlass org/sinytra/connector/mod/compat/FluidHandlerCompatClient +instanceKlass org/betterx/wover/structure/impl/pools/StructurePoolElementTypeManagerImpl +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand$$Lambda+0x000001d683155b60 +instanceKlass @bci com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper createFurnaceBoat (Ljava/lang/String;Lcom/teamabnormals/boatload/core/api/BoatloadBoatType;)Lnet/neoforged/neoforge/registries/DeferredItem; 9 member ; # com/teamabnormals/boatload/core/registry/helper/BoatloadItemSubRegistryHelper$$Lambda+0x000001d683155700 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities regEntity (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;FFIZI)Ljava/util/function/Supplier; 16 member ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d6831554e0 +instanceKlass @bci xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs ()V 4 argL0 ; # xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs$$Lambda+0x000001d6831552a8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand$$Lambda+0x000001d683155070 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 156 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683154e58 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 440 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683154c40 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/reg/ModEntities 165 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683150400 +instanceKlass @bci org/sinytra/connector/mod/ConnectorMod (Lnet/neoforged/bus/api/IEventBus;)V 9 argL0 ; # org/sinytra/connector/mod/ConnectorMod$$Lambda+0x000001d683154a18 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 435 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683154800 +instanceKlass com/leclowndu93150/baguettelib/network/PacketHandler +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683150000 +instanceKlass xaero/lib/common/config/option/value/io/serialization/ConfigValueIOCodec +instanceKlass com/leclowndu93150/baguettelib/network/PacketBuilder +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 430 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314f978 +instanceKlass @bci org/betterx/wover/surface/impl/SurfaceRuleRegistryImpl initialize ()V 28 argL0 ; # org/betterx/wover/surface/impl/SurfaceRuleRegistryImpl$$Lambda+0x000001d68314f760 +instanceKlass @bci com/leobeliik/quark_ponders/QuarkPonders (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 20 argL0 ; # com/leobeliik/quark_ponders/QuarkPonders$$Lambda+0x000001d68314f538 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 425 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314f320 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModEntities ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModEntities$$Lambda+0x000001d68314e080 +instanceKlass @bci com/leobeliik/quark_ponders/QuarkPonders (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 11 argL0 ; # com/leobeliik/quark_ponders/QuarkPonders$$Lambda+0x000001d68314de68 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 143 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68314dc50 +instanceKlass org/betterx/wover/surface/impl/SurfaceRuleUtil +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 420 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314d838 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2107 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68314d620 +instanceKlass xaero/lib/common/config/option/value/io/serialization/BuiltInConfigValueIOCodecs +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 398 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314cf68 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 197 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68314c940 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2093 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68314c4c8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand$$Lambda+0x000001d68314c290 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 393 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314c078 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 192 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68314abc0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2064 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68314add8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 388 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68314a9a8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand$$Lambda+0x000001d68314a770 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2050 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683148460 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 130 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683148248 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 67 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683148000 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand$$Lambda+0x000001d683147da8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 383 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683147b90 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2021 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683147978 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 62 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d6831474e8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand$$Lambda+0x000001d6831472b0 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 378 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683147098 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 2007 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683146e60 +instanceKlass @bci com/leclowndu93150/baguettelib/network/NetworkManager create (Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;)Lcom/leclowndu93150/baguettelib/network/NetworkManager; 27 member ; # com/leclowndu93150/baguettelib/network/NetworkManager$$Lambda+0x000001d683146c30 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 36 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683145848 +instanceKlass @bci org/betterx/wover/surface/impl/SurfaceRuleRegistryImpl initialize ()V 17 argL0 ; # org/betterx/wover/surface/impl/SurfaceRuleRegistryImpl$$Lambda+0x000001d683145620 +instanceKlass xaero/lib/common/config/option/value/type/ConfigValueType$Builder +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1969 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683144b60 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand$$Lambda+0x000001d683144928 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 356 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683144710 +instanceKlass @bci com/leobeliik/quark_ponders/Config Oddities ()V 31 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683143c70 +instanceKlass com/leclowndu93150/baguettelib/network/PacketContext +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1931 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683143a38 +instanceKlass @bci org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl$$Lambda+0x000001d683143800 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 351 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831435e8 +instanceKlass com/leclowndu93150/baguettelib/network/NetworkManager +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1911 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683143180 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 177 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683142d10 +instanceKlass @bci org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl$$Lambda+0x000001d683142ad8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 346 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831428c0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1873 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683142688 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 172 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683141370 +instanceKlass @bci org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl$$Lambda+0x000001d683141138 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 341 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683140f20 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1835 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683140ce8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 146 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683140aa0 +instanceKlass xaero/lib/common/config/option/value/type/BuiltInConfigValueTypes +instanceKlass org/betterx/bclib/interfaces/SurvivesOnWater +instanceKlass @bci org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl$$Lambda+0x000001d683140668 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 336 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683140450 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 117 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683140238 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1797 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683140000 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 141 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68313fbf0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition$$Lambda+0x000001d68313f9b8 +instanceKlass @bci org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl ()V 0 argL0 ; # org/betterx/wover/surface/impl/AssignedSurfaceRuleImpl$$Lambda+0x000001d68313f780 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 316 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68313f568 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1759 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68313f330 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 115 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68313ee60 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModEntities +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1721 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68313d730 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition$$Lambda+0x000001d68313d4f8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 311 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68313d2e0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tweaks ()V 110 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68313d0c8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 306 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68313cc40 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1683 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68313ca08 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition ()V 19 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition$$Lambda+0x000001d68313c7d0 +instanceKlass xaero/lib/common/config/option/ConfigOption$Builder +instanceKlass org/betterx/wover/surface/api/AssignedSurfaceRule +instanceKlass @bci com/leobeliik/quark_ponders/Config Tools ()V 38 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68313b898 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1663 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68313b660 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib isModInFolder (Ljava/lang/String;)Z 81 member ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d68313b410 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 301 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68313b1f8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1643 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68313afc0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Tools ()V 33 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68313ada8 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib isModInFolder (Ljava/lang/String;)Z 70 argL0 ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d68313a910 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 296 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68313a6f8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1623 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831395c0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Mobs ()V 88 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683139378 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 133 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d683139150 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 276 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683138f38 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib isModInFolder (Ljava/lang/String;)Z 60 argL0 ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d683138cf0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1585 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683138ab8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Mobs ()V 83 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d6831388a0 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 104 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683138688 +instanceKlass @bci com/leclowndu93150/baguettelib/Baguettelib isModInFolder (Ljava/lang/String;)Z 50 argL0 ; # com/leclowndu93150/baguettelib/Baguettelib$$Lambda+0x000001d683138450 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 271 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683138238 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1547 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683138000 +instanceKlass @bci com/leobeliik/quark_ponders/Config Mobs ()V 42 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683136d18 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 266 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683136888 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1509 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683135ab8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Mobs ()V 37 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d6831358a0 +instanceKlass org/betterx/wover/surface/api/SurfaceRuleRegistry +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 261 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683135488 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition$$Lambda+0x000001d683135250 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1471 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683135018 +# instanceKlass xaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions$Builder$$Lambda+0x000001d683134df8 +instanceKlass @bci xaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions$Builder build ()Lxaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions; 49 member ; # xaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions$Builder$$Lambda+0x000001d683134bd8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 252 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683134990 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1433 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683134758 +instanceKlass de/keksuccino/melody/platform/NeoForgeCompatibilityLayer +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 256 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683134340 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition$$Lambda+0x000001d683134108 +instanceKlass xaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions +instanceKlass de/keksuccino/melody/platform/services/IPlatformCompatibilityLayer +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 247 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683133868 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1395 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683133630 +instanceKlass @bci de/keksuccino/melody/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # de/keksuccino/melody/platform/Services$$Lambda+0x000001d683133410 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 236 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831331f8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition$$Lambda+0x000001d683131ec8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1375 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831317d0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 110 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683131a08 +instanceKlass org/betterx/wover/surface/impl/SurfaceRuleRegistryImpl +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 91 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d6831313b8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 231 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831311a0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1355 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683130d70 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnSulphuricRock +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 105 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683130b58 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 226 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683130940 +instanceKlass de/keksuccino/melody/platform/NeoForgePlatformHelper +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourWaterPlantSapling +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1335 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683130000 +instanceKlass net/minecraft/network/chat/CommonComponents +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 76 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68312f618 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 221 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68312f400 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1297 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68312ef40 +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 71 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68312ed28 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 216 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68312eb10 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1259 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68312e8d8 +instanceKlass @bci org/betterx/wover/surface/impl/numeric/NetherNoiseCondition ()V 25 argL0 ; # org/betterx/wover/surface/impl/numeric/NetherNoiseCondition$$Lambda+0x000001d68312e6a0 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 78 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68312d460 +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 42 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68312d218 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 196 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68312d000 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1221 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68312cdc8 +instanceKlass @bci org/betterx/wover/surface/impl/numeric/NetherNoiseCondition ()V 20 argL0 ; # org/betterx/wover/surface/impl/numeric/NetherNoiseCondition$$Lambda+0x000001d68312cb90 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1201 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68312c958 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition$$Lambda+0x000001d68312c720 +instanceKlass @bci com/leobeliik/quark_ponders/Config Building ()V 37 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68312c508 +instanceKlass de/keksuccino/melody/platform/services/IPlatformHelper +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 117 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d68312c0c8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 191 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68312c2f0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 408 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68312ad98 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition$$Lambda+0x000001d68312ab60 +instanceKlass org/betterx/wover/surface/impl/numeric/NetherNoiseCondition +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 186 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68312a718 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition$$Lambda+0x000001d683129a98 +instanceKlass de/keksuccino/melody/platform/Services +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 181 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683129448 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 403 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683127ca8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 176 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683127a90 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 374 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683127848 +instanceKlass @bci org/betterx/wover/surface/impl/numeric/RandomIntProvider ()V 15 argL0 ; # org/betterx/wover/surface/impl/numeric/RandomIntProvider$$Lambda+0x000001d6831273b0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 369 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683127198 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1163 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683126f60 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 156 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683126d48 +instanceKlass de/keksuccino/melody/Melody +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 337 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683126900 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 151 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831266e8 +instanceKlass @bci org/betterx/wover/surface/impl/numeric/RandomIntProvider ()V 10 argL0 ; # org/betterx/wover/surface/impl/numeric/RandomIntProvider$$Lambda+0x000001d6831264b0 +instanceKlass xaero/lib/common/permission/PermissionNode +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1143 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683126050 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 65 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d683124e28 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 332 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683124c10 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 146 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831249f8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1126 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831247e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 101 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d6831245b8 +instanceKlass @bci toni/sodiumoptionsapi/SodiumOptionsAPI (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # toni/sodiumoptionsapi/SodiumOptionsAPI$$Lambda+0x000001d683124388 +instanceKlass org/betterx/wover/surface/impl/numeric/RandomIntProvider +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 303 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683123c80 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 141 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683123a68 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1100 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831235a0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition$$Lambda+0x000001d683122fb8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 298 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683121e88 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 136 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683121c70 +instanceKlass @bci toni/sodiumoptionsapi/SodiumOptionsAPI (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # toni/sodiumoptionsapi/SodiumOptionsAPI$$Lambda+0x000001d683121a40 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1083 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683121828 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition$$Lambda+0x000001d683120fe8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 266 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683120da0 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 116 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683120b88 +instanceKlass xaero/lib/common/permission/PermissionNode$Builder +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1057 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683120708 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 261 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683120000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition$$Lambda+0x000001d68311bbd0 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 111 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68311b9b8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1040 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68311b7a0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 232 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68311b558 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 106 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68311b340 +instanceKlass org/betterx/wover/surface/impl/numeric/NumericProviderRegistryImpl +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 1014 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68311aca8 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 52 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68311aa90 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 227 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68311a878 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 101 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68311a660 +instanceKlass de/ambertation/wunderlib/WunderLibClient +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 997 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68311a248 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 198 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68311a000 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 96 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68311fd50 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverSurface (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # org/betterx/wover/entrypoint/LibWoverSurface$$Lambda+0x000001d68311fb28 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 85 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d68311f900 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 971 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68311f2a8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 193 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68311f090 +instanceKlass @bci de/ambertation/wunderlib/WunderLib (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # de/ambertation/wunderlib/WunderLib$$Lambda+0x000001d68311ee68 +instanceKlass org/betterx/wover/surface/impl/rules/MaterialRuleRegistryImpl +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 164 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68311e7a8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 954 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68311e590 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683118800 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 159 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683113cd0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 928 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683113a98 +instanceKlass net/neoforged/neoforge/common/world/PieceBeardifierModifier +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683118400 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/internal/TagFilledCondition ()V 18 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/internal/TagFilledCondition$$Lambda+0x000001d683113668 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentModImpl (Lnet/neoforged/bus/api/IEventBus;)V 7 argL0 ; # net/fabricmc/fabric/impl/attachment/AttachmentModImpl$$Lambda+0x000001d6831131c8 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 130 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683112f80 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverSurface (Lnet/neoforged/bus/api/IEventBus;)V 32 argL0 ; # org/betterx/wover/entrypoint/LibWoverSurface$$Lambda+0x000001d683112d58 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683118000 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 890 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683112b20 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/condition/internal/TagFilledCondition ()V 13 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/condition/internal/TagFilledCondition$$Lambda+0x000001d6831128e8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 852 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6831126b0 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 125 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683112498 +instanceKlass net/fabricmc/fabric/impl/attachment/client/AttachmentSyncClient +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d683111c00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 69 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d683117c30 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourWaterPlant +instanceKlass org/betterx/wover/surface/impl/conditions/MaterialConditionRegistryImpl +instanceKlass xaero/lib/common/config/channel/ConfigChannel +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 826 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683117370 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 96 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683117128 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683111800 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 812 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683116c90 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint onInitialize ()V 25 argL0 ; # net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint$$Lambda+0x000001d683116a78 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 91 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683116860 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 53 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d6831154a8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683111400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683111000 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint onInitialize ()V 14 argL0 ; # net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint$$Lambda+0x000001d683115290 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 62 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d683115048 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 39 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68310fd00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683110c00 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverSurface (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverSurface$$Lambda+0x000001d68310f850 +instanceKlass @bci com/leobeliik/quark_ponders/Config Automation ()V 57 argL0 ; # com/leobeliik/quark_ponders/Config$$Lambda+0x000001d68310f638 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683110800 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterPlayerChange;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterPlayerChange; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$$Lambda+0x000001d68310f418 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/ReferenceRule ()V 18 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/ReferenceRule$$Lambda+0x000001d68310ee00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683110400 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$$Lambda+0x000001d68310d8f8 +instanceKlass com/leobeliik/quark_ponders/Config +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/ReferenceRule ()V 13 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/ReferenceRule$$Lambda+0x000001d68310c368 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d683110000 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterPlayerChange +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterEntityChange;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterEntityChange; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$$Lambda+0x000001d68310bb68 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 26 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d68310b950 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnEndStone +instanceKlass @bci org/betterx/wover/preset/impl/flat/FlatLevelPresetManagerImpl initialize ()V 3 argL0 ; # org/betterx/wover/preset/impl/flat/FlatLevelPresetManagerImpl$$Lambda+0x000001d68310b728 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$$Lambda+0x000001d68310b018 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 76 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d68310ae00 +instanceKlass org/betterx/wover/preset/impl/flat/FlatLevelPresetManagerImpl +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents$AfterEntityChange +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 37 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d6831092e8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 71 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831090d0 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerEntityWorldChangeEvents +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 66 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6831013e0 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 61 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683102728 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/BandlandsRule ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/BandlandsRule$$Lambda+0x000001d6831024f0 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetsManagerImpl initialize ()V 3 argL0 ; # org/betterx/wover/preset/impl/WorldPresetsManagerImpl$$Lambda+0x000001d683107dc8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 777 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d683107b90 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 56 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683107978 +instanceKlass @bci net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint onInitialize ()V 3 argL0 ; # net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint$$Lambda+0x000001d683107760 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/BandlandsRule ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/BandlandsRule$$Lambda+0x000001d683107528 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 36 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683107310 +instanceKlass net/minecraft/world/level/levelgen/presets/WorldPresets +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 68 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d683106ef8 +instanceKlass net/createmod/ponder/api/registration/PonderPlugin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d683106ad8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 31 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683106660 +instanceKlass @bci toni/redirected/Redirected (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # toni/redirected/Redirected$$Lambda+0x000001d683106200 +instanceKlass @cpi net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents 207 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683100c00 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 26 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683105d70 +instanceKlass @cpi net/spell_engine/SpellEngineMod 214 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683100800 +instanceKlass @bci toni/redirected/Redirected (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # toni/redirected/Redirected$$Lambda+0x000001d683105b40 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 21 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d683104280 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents lambda$static$9 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$MobConversion;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$MobConversion; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830ffdb8 +instanceKlass @bci com/teamabnormals/boatload/core/api/BoatloadBoatType ()V 16 argL0 ; # com/teamabnormals/boatload/core/api/BoatloadBoatType$$Lambda+0x000001d6830ffba0 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents ()V 54 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830ff968 +instanceKlass org/betterx/wover/preset/impl/WorldPresetsManagerImpl +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$MobConversion +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/TransientMergedRule ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/TransientMergedRule$$Lambda+0x000001d6830fe248 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModMenuTypes ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModMenuTypes$$Lambda+0x000001d6830fe020 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents lambda$static$7 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDeath;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDeath; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830fc9f8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/surface/rule/TransientMergedRule ()V 3 argL0 ; # dev/worldgen/lithostitched/worldgen/surface/rule/TransientMergedRule$$Lambda+0x000001d6830fc7c0 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents ()V 41 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830fc158 +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes register (Ljava/lang/String;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;)Lnet/neoforged/neoforge/registries/DeferredHolder; 11 member ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d6830fbf38 +instanceKlass @bci toni/cerulean/Cerulean (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 43 argL0 ; # toni/cerulean/Cerulean$$Lambda+0x000001d6830fb950 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDeath +instanceKlass @bci com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes ()V 13 argL0 ; # com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes$$Lambda+0x000001d6830fa0d8 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDeath;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDeath; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f99b0 +instanceKlass @bci toni/cerulean/foundation/config/AllConfigs register (Ljava/util/function/BiConsumer;)V 40 argL0 ; # toni/cerulean/foundation/config/AllConfigs$$Lambda+0x000001d6830f9798 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 725 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830f9560 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f8f68 +instanceKlass xaero/lib/common/config/server/ServerConfigManager +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDeath +instanceKlass org/betterx/wover/util/SortedLinkedList$Iterator +instanceKlass net/mehvahdjukaar/moonlight/api/misc/IContainerProvider +instanceKlass @bci toni/cerulean/foundation/config/AllConfigs register (Ljava/util/function/BiConsumer;)V 23 argL0 ; # toni/cerulean/foundation/config/AllConfigs$$Lambda+0x000001d6830f8000 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDamage;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDamage; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f7a58 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom$$Lambda+0x000001d6830f7840 +instanceKlass com/teamabnormals/boatload/core/registry/BoatloadItems +instanceKlass @cpi net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents 161 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6830f4c00 +instanceKlass org/betterx/wover/util/PriorityLinkedList$PriorityLinkedListIterator +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom$$Lambda+0x000001d6830f6f28 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6830f4800 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModMenuTypes +instanceKlass com/aetherteam/aether/world/structurepiece/AetherStructurePieceTypes +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f6678 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom$$Lambda+0x000001d6830f6440 +instanceKlass @bci org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl isRegistered (Lnet/minecraft/resources/ResourceLocation;)Z 17 member ; # org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl$$Lambda+0x000001d6830f61f0 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AfterDamage +instanceKlass @bci toni/lib/config/ConfigBase$ConfigGroup (Ltoni/lib/config/ConfigBase;Ljava/lang/String;I[Ljava/lang/String;)V 8 argL0 ; # toni/lib/config/ConfigBase$ConfigGroup$$Lambda+0x000001d6830f3a50 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom$$Lambda+0x000001d6830f3818 +instanceKlass @bci org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl isRegistered (Lnet/minecraft/resources/ResourceLocation;)Z 6 argL0 ; # org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl$$Lambda+0x000001d6830f35d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 158 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830f33b8 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDamage;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDamage; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f2f10 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes ()V 80 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d6830f2cf8 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$$Lambda+0x000001d6830f1768 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes ()V 64 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d6830f1550 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 681 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830f1318 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents$AllowDamage +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes ()V 48 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d6830e9aa8 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/SafeRecipe$Serializer +instanceKlass @bci toni/cerulean/foundation/config/AllConfigs register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Ltoni/lib/config/ConfigBase; 8 member ; # toni/cerulean/foundation/config/AllConfigs$$Lambda+0x000001d6830e9638 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes ()V 32 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d6830e9200 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents +instanceKlass @bci toni/cerulean/foundation/config/AllConfigs register (Ljava/util/function/BiConsumer;)V 6 argL0 ; # toni/cerulean/foundation/config/AllConfigs$$Lambda+0x000001d6830efc78 +instanceKlass @bci com/aetherteam/aether/world/structure/AetherStructureTypes ()V 16 argL0 ; # com/aetherteam/aether/world/structure/AetherStructureTypes$$Lambda+0x000001d6830ef870 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll$$Lambda+0x000001d6830ef658 +instanceKlass xaero/lib/common/config/server/ServerConfigManager$Builder +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 640 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830eefd8 +instanceKlass com/aetherteam/aether/world/structure/AetherStructureTypes +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll$$Lambda+0x000001d6830ed840 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 599 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830ed608 +instanceKlass @bci org/betterx/wover/util/PriorityLinkedList ()V 9 argL0 ; # org/betterx/wover/util/PriorityLinkedList$$Lambda+0x000001d6830ed378 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 145 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830ed160 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll$$Lambda+0x000001d6830ecf28 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 558 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830eccf0 +instanceKlass @bci com/aetherteam/aether/world/AetherPoi ()V 16 argL0 ; # com/aetherteam/aether/world/AetherPoi$$Lambda+0x000001d6830ecad8 +instanceKlass org/betterx/wover/util/PriorityLinkedList$Entry +instanceKlass toni/lib/utils/PlatformUtils +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 532 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830ec000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll$$Lambda+0x000001d6830e7c68 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents lambda$static$9 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AllowDeath;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AllowDeath; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830e7a48 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 500 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830e7810 +instanceKlass com/aetherteam/aether/world/AetherPoi +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/ItemLoreRecipe$Serializer +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 474 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830e71c8 +instanceKlass @cpi net/fabricmc/fabric/api/entity/event/v1/ServerLivingEntityEvents 157 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6830e8400 +instanceKlass @bci com/teamabnormals/boatload/core/other/BoatloadTrackedData ()V 3 argL0 ; # com/teamabnormals/boatload/core/other/BoatloadTrackedData$$Lambda+0x000001d6830e6fb0 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoRegistryImpl initialize ()V 6 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoRegistryImpl$$Lambda+0x000001d6830e5a88 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6830e8000 +instanceKlass toni/cerulean/foundation/config/AllConfigs +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 442 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830e5650 +instanceKlass @bci com/aetherteam/aether/world/treedecorator/AetherTreeDecoratorTypes ()V 16 argL0 ; # com/aetherteam/aether/world/treedecorator/AetherTreeDecoratorTypes$$Lambda+0x000001d6830e51b8 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 54 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830e4f80 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830e4d38 +instanceKlass com/teamabnormals/boatload/core/other/BoatloadTrackedData +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnEndBone +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AllowDeath +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830e4098 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 132 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830e3e80 +instanceKlass com/aetherteam/aether/world/treedecorator/AetherTreeDecoratorTypes +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents lambda$static$7 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Leave;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Leave; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830e37d8 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830dfbf8 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 41 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830df9c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/True ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/True$$Lambda+0x000001d6830df7a8 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830df570 +instanceKlass @bci toni/cerulean/Cerulean (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 32 member ; # toni/cerulean/Cerulean$$Lambda+0x000001d6830df340 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/AetherTrunkPlacerTypes ()V 32 argL0 ; # com/aetherteam/aether/world/trunkplacer/AetherTrunkPlacerTypes$$Lambda+0x000001d6830dd568 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/TrappedPresentRecipe$Serializer +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Leave +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Join;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Join; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830dcb10 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830dc8d8 +instanceKlass @bci com/aetherteam/aether/world/trunkplacer/AetherTrunkPlacerTypes ()V 16 argL0 ; # com/aetherteam/aether/world/trunkplacer/AetherTrunkPlacerTypes$$Lambda+0x000001d6830dc6c0 +instanceKlass @bci toni/cerulean/Cerulean (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 21 member ; # toni/cerulean/Cerulean$$Lambda+0x000001d6830db800 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830db5c8 +instanceKlass org/betterx/wover/util/PriorityLinkedList +instanceKlass com/aetherteam/aether/world/trunkplacer/AetherTrunkPlacerTypes +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$Join +instanceKlass @bci toni/cerulean/Cerulean (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 9 member ; # toni/cerulean/Cerulean$$Lambda+0x000001d6830da518 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 119 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830da300 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/RandomChance ()V 17 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/RandomChance$$Lambda+0x000001d6830da0c8 +instanceKlass xaero/lib/common/config/sync/CommonConfigChannelSynchronizer +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AfterRespawn;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AfterRespawn; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830d9c70 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers ()V 64 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d6830d9a58 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/RandomChance ()V 12 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/RandomChance$$Lambda+0x000001d6830d9820 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830d95e8 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers ()V 48 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d6830d0c00 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$AfterRespawn +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/ConfettiDyeRecipe$Serializer +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnEndMoss +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers ()V 32 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d6830d1458 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 401 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d1220 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$CopyFrom;)Lnet/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$CopyFrom; 1 member ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830d1000 +instanceKlass @bci com/teamabnormals/boatload/core/Boatload ()V 2 argL0 ; # com/teamabnormals/boatload/core/Boatload$$Lambda+0x000001d6830d3be0 +instanceKlass @bci com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers ()V 16 argL0 ; # com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers$$Lambda+0x000001d6830d39c8 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 360 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d3790 +instanceKlass @bci net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$$Lambda+0x000001d6830d2480 +instanceKlass java/nio/file/FileChannelLinesSpliterator$1 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 319 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d7c58 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents$CopyFrom +instanceKlass @bci toni/cerulean/util/Config load ()V 65 member ; # toni/cerulean/util/Config$$Lambda+0x000001d6830d7630 +instanceKlass com/aetherteam/aether/world/placementmodifier/AetherPlacementModifiers +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 299 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d7418 +instanceKlass @bci org/betterx/wover/preset/impl/WorldPresetInfoImpl ()V 0 argL0 ; # org/betterx/wover/preset/impl/WorldPresetInfoImpl$$Lambda+0x000001d6830d6fc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 106 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830d7200 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Position lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Position$$Lambda+0x000001d6830d6da0 +instanceKlass net/fabricmc/fabric/api/entity/event/v1/ServerPlayerEvents +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 273 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d6968 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes ()V 48 argL0 ; # com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes$$Lambda+0x000001d6830d6750 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Position lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Position$$Lambda+0x000001d6830d6518 +instanceKlass java/util/stream/Streams$1 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 253 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d50b8 +instanceKlass org/betterx/wover/preset/impl/WorldPresetInfoImpl +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes ()V 32 argL0 ; # com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes$$Lambda+0x000001d6830d48c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Position$PosAnchor ()V 36 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Position$PosAnchor$$Lambda+0x000001d6830d46a8 +instanceKlass @bci java/nio/file/Files createFileChannelLinesStream (Ljava/nio/channels/FileChannel;Ljava/nio/charset/Charset;)Ljava/util/stream/Stream; 53 member ; # java/nio/file/Files$$Lambda+0x000001d682d606d0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 227 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830d4470 +instanceKlass @bci com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes ()V 16 argL0 ; # com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes$$Lambda+0x000001d6830cfde8 +instanceKlass com/teamabnormals/blueprint/client/RewardHandler$RewardProperties +instanceKlass java/nio/file/FileChannelLinesSpliterator +instanceKlass com/aetherteam/aether/world/foliageplacer/AetherFoliagePlacerTypes +instanceKlass xaero/lib/common/config/sync/CommonConfigChannelSynchronizer$Builder +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 93 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830cd0e0 +instanceKlass net/fabricmc/fabric/impl/attachment/AttachmentEntrypoint +instanceKlass toni/cerulean/util/Config +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Position lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Position$$Lambda+0x000001d6830cca80 +instanceKlass org/betterx/wover/preset/api/WorldPresetInfo +instanceKlass @bci com/aetherteam/aether/world/feature/AetherFeatures ()V 64 argL0 ; # com/aetherteam/aether/world/feature/AetherFeatures$$Lambda+0x000001d6830cc670 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Position ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Position$$Lambda+0x000001d6830cb4b0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 186 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830cb278 +instanceKlass @bci com/aetherteam/aether/world/feature/AetherFeatures ()V 48 argL0 ; # com/aetherteam/aether/world/feature/AetherFeatures$$Lambda+0x000001d6830cb060 +instanceKlass @bci org/violetmoon/zeta/module/ZetaCategory unknownCategory (Ljava/lang/String;)Lorg/violetmoon/zeta/module/ZetaCategory; 5 argL0 ; # org/violetmoon/zeta/module/ZetaCategory$$Lambda+0x000001d6830cae48 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/SoapClearRecipe$Serializer +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldPreset (Lnet/neoforged/bus/api/IEventBus;)V 32 argL0 ; # org/betterx/wover/entrypoint/LibWoverWorldPreset$$Lambda+0x000001d6830caa00 +instanceKlass toni/cerulean/Common +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 151 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830ca5c8 +instanceKlass @bci com/aetherteam/aether/world/feature/AetherFeatures ()V 32 argL0 ; # com/aetherteam/aether/world/feature/AetherFeatures$$Lambda+0x000001d6830c92f0 +instanceKlass @bci io/homo/superresolution/neoforge/compat/sodium/SodiumOptionScreen register ()V 3 argL0 ; # io/homo/superresolution/neoforge/compat/sodium/SodiumOptionScreen$$Lambda+0x000001d6830c90d8 +instanceKlass org/betterx/wover/events/api/types/OnBootstrapRegistry +instanceKlass java/lang/constant/ClassDesc +instanceKlass @bci toni/sodiumoptionsapi/api/OptionGUIConstruction lambda$static$1 ([Ltoni/sodiumoptionsapi/api/OptionGUIConstruction;)Ltoni/sodiumoptionsapi/api/OptionGUIConstruction; 1 member ; # toni/sodiumoptionsapi/api/OptionGUIConstruction$$Lambda+0x000001d6830c75d8 +instanceKlass @bci com/aetherteam/aether/world/feature/AetherFeatures ()V 16 argL0 ; # com/aetherteam/aether/world/feature/AetherFeatures$$Lambda+0x000001d6830c73c0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 113 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830c7188 +instanceKlass @bci toni/sodiumoptionsapi/api/OptionGUIConstruction ()V 2 argL0 ; # toni/sodiumoptionsapi/api/OptionGUIConstruction$$Lambda+0x000001d6830c6f50 +instanceKlass java/io/ObjectStreamConstants +instanceKlass xaero/lib/common/config/profile/io/ConfigProfileManagerIO +instanceKlass java/io/ObjectInput +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 80 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830c68f8 +instanceKlass org/betterx/wover/preset/impl/WorldPresetInfoRegistryImpl +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 93 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830c62d0 +instanceKlass @bci com/blamejared/controlling/Controlling (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/blamejared/controlling/Controlling$$Lambda+0x000001d6830c60a0 +instanceKlass toni/sodiumoptionsapi/api/OptionGUIConstruction +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 76 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830c5c90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Not ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Not$$Lambda+0x000001d6830c4770 +instanceKlass com/teamabnormals/blueprint/client/screen/shaking/ShakeSource +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 44 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830c40c8 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/TatteredBookRecipe$Serializer +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/Not ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/Not$$Lambda+0x000001d6830c3c60 +instanceKlass net/caffeinemc/mods/sodium/client/gui/options/storage/OptionStorage +instanceKlass net/caffeinemc/mods/sodium/client/gui/options/control/Control +instanceKlass org/betterx/wover/preset/api/WorldPresetInfoRegistry +instanceKlass net/caffeinemc/mods/sodium/client/gui/options/Option +instanceKlass umpaz/brewinandchewin/data/BnCDataGenerators +instanceKlass io/homo/superresolution/neoforge/compat/sodium/SodiumOptionScreen +instanceKlass org/violetmoon/zeta/module/TentativeModule$1 +instanceKlass com/aetherteam/aether/world/feature/AetherFeatures +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager getCategory (Ljava/lang/String;)Lorg/violetmoon/zeta/module/ZetaCategory; 19 argL0 ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830bd218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 67 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830bd000 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 144 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830bbac0 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager lambda$load$2 (Lorg/violetmoon/zeta/module/ZetaLoadModuleAnnotationData;)Lorg/violetmoon/zeta/module/TentativeModule; 2 member ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830bb880 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverWorldPreset (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverWorldPreset$$Lambda+0x000001d6830bb650 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 128 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830bb438 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks$$Lambda+0x000001d6830bb200 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/WeatheredMapRecipe$Serializer +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 112 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830ba8e8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks$$Lambda+0x000001d6830b93d0 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 96 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b91b8 +instanceKlass io/homo/superresolution/core/graphics/interop/GlVkInteropManager +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType ()V 46 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType$$Lambda+0x000001d6830b7c88 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 80 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b7a70 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks register (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/neoforged/neoforge/registries/DeferredBlock; 9 member ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830b7830 +instanceKlass org/betterx/wover/entrypoint/LibWoverWorldPreset +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType ()V 29 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType$$Lambda+0x000001d6830b7208 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 64 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b6db0 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks registerNoTabBlock (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Lnet/neoforged/neoforge/registries/DeferredBlock; 6 member ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d6830b6b90 +instanceKlass io/homo/superresolution/core/graphics/glslang/GlslangShaderCompiler +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType ()V 9 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType$$Lambda+0x000001d6830b6540 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 54 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d6830b6778 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 48 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b6328 +instanceKlass com/teamabnormals/blueprint/core/util/modification/ObjectModifier +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverRecipe (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverRecipe$$Lambda+0x000001d6830b4ec0 +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 32 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b4ca8 +instanceKlass xaero/lib/common/config/profile/io/ConfigProfileManagerIO$Builder +instanceKlass @bci com/aetherteam/aether/client/particle/AetherParticleTypes ()V 16 argL0 ; # com/aetherteam/aether/client/particle/AetherParticleTypes$$Lambda+0x000001d6830b3ee8 +instanceKlass io/homo/superresolution/core/SuperResolutionNative +instanceKlass @bci net/orcinus/galosphere/init/GSoundEvents register (Ljava/lang/String;)Ljava/util/function/Supplier; 5 member ; # net/orcinus/galosphere/init/GSoundEvents$$Lambda+0x000001d6830b27f8 +instanceKlass org/betterx/betterend/interfaces/survives/SurvicesOnPallidium +instanceKlass @bci xaero/map/WorldMap ()V 114 argL0 ; # xaero/map/WorldMap$$Lambda+0x000001d6830b25e0 +instanceKlass @bci net/orcinus/galosphere/init/GSoundEvents registerHolder (Ljava/lang/String;)Lnet/minecraft/core/Holder; 5 member ; # net/orcinus/galosphere/init/GSoundEvents$$Lambda+0x000001d6830b23c0 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager load (Lorg/violetmoon/zeta/module/ModuleFinder;)V 39 argL0 ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830b2188 +instanceKlass com/aetherteam/aether/client/particle/AetherParticleTypes +instanceKlass xaero/map/config/channel/register/handler/WorldMapChannelClientRegistryHandler +instanceKlass org/betterx/wover/entrypoint/LibWoverRecipe +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager load (Lorg/violetmoon/zeta/module/ModuleFinder;)V 31 argL0 ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830af948 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager load (Lorg/violetmoon/zeta/module/ModuleFinder;)V 21 member ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830aeff8 +instanceKlass @bci org/betterx/wover/poi/impl/PoiManagerImpl registerAll ()V 183 argL0 ; # org/betterx/wover/poi/impl/PoiManagerImpl$$Lambda+0x000001d6830aede0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/chunk/ChunkGeneratorModificationManager ()V 22 member ; # com/teamabnormals/blueprint/common/world/modification/chunk/ChunkGeneratorModificationManager$$Lambda+0x000001d6830aebb0 +instanceKlass xaero/map/common/config/channel/register/handler/WorldMapChannelCommonRegistryHandler +instanceKlass net/minecraft/core/LayeredRegistryAccess +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager load (Lorg/violetmoon/zeta/module/ModuleFinder;)V 10 member ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d6830ae290 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks$$Lambda+0x000001d6830aa6b8 +instanceKlass xaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener$Builder +instanceKlass @bci xaero/map/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # xaero/map/platform/Services$$Lambda+0x000001d6830aa048 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks$$Lambda+0x000001d6830a9e10 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks ()V 13 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks$$Lambda+0x000001d6830a8b00 +instanceKlass xaero/map/platform/services/NeoForgePlatformHelper +instanceKlass org/betterx/wover/events/api/types/BeforeCreatingLevels +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 112 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a8238 +instanceKlass xaero/map/platform/services/IPlatformHelper +instanceKlass @bci org/violetmoon/zetaimplforge/module/ModFileScanDataModuleFinder get ()Ljava/util/stream/Stream; 22 argL0 ; # org/violetmoon/zetaimplforge/module/ModFileScanDataModuleFinder$$Lambda+0x000001d6830a79c8 +instanceKlass xaero/lib/client/config/ClientConfigManager +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 96 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a75a8 +instanceKlass org/betterx/wover/poi/impl/PoiManagerImpl +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 80 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a7190 +instanceKlass xaero/map/platform/Services +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/AnyOf ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/AnyOf$$Lambda+0x000001d6830a6758 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 64 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a6540 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/AnyOf ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/AnyOf$$Lambda+0x000001d6830a6308 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 48 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a60f0 +instanceKlass xaero/map/radar/tracker/system/PlayerTrackerSystemManager +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 32 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a5a88 +instanceKlass @bci com/aetherteam/aether/item/combat/AetherArmorMaterials ()V 16 argL0 ; # com/aetherteam/aether/item/combat/AetherArmorMaterials$$Lambda+0x000001d6830a5648 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverBlock (Lnet/neoforged/bus/api/IEventBus;)V 20 argL0 ; # org/betterx/wover/entrypoint/LibWoverBlock$$Lambda+0x000001d6830a5420 +instanceKlass xaero/map/server/WorldMapServer +instanceKlass org/betterx/wover/block/impl/predicate/BlockPredicatesImpl +instanceKlass com/aetherteam/aether/item/combat/AetherArmorMaterials +instanceKlass xaero/lib/common/config/option/value/redirect/OptionValueRedirector +instanceKlass @bci org/violetmoon/zetaimplforge/module/ModFileScanDataModuleFinder get ()Ljava/util/stream/Stream; 12 argL0 ; # org/violetmoon/zetaimplforge/module/ModFileScanDataModuleFinder$$Lambda+0x000001d6830a4350 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/AllOf ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/AllOf$$Lambda+0x000001d6830a3ee0 +instanceKlass xaero/map/WorldMapClientOnly +instanceKlass org/violetmoon/quark/base/config/QuarkGeneralConfig$ChestOffsets +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverBlock (Lnet/neoforged/bus/api/IEventBus;)V 11 argL0 ; # org/betterx/wover/entrypoint/LibWoverBlock$$Lambda+0x000001d6830a3668 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/condition/AllOf ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/condition/AllOf$$Lambda+0x000001d6830a3430 +instanceKlass xaero/map/events/ModClientEvents +instanceKlass xaero/lib/common/config/option/value/redirect/OptionValueRedirectorManager$Builder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d6830a2970 +instanceKlass @bci org/violetmoon/quark/base/handler/SimilarBlockTypeHandler getBasicShulkerBoxes ()Ljava/util/List; 111 argL0 ; # org/violetmoon/quark/base/handler/SimilarBlockTypeHandler$$Lambda+0x000001d6830a24a0 +instanceKlass @bci com/aetherteam/aether/effect/AetherEffects ()V 32 argL0 ; # com/aetherteam/aether/effect/AetherEffects$$Lambda+0x000001d6830a2288 +instanceKlass @bci org/violetmoon/quark/base/handler/SimilarBlockTypeHandler getBasicShulkerBoxes ()Ljava/util/List; 101 member ; # org/violetmoon/quark/base/handler/SimilarBlockTypeHandler$$Lambda+0x000001d6830a1e58 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d6830a1c10 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition$$Lambda+0x000001d6830a19d8 +instanceKlass xaero/map/events/ClientEvents +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d6830a0ee0 +instanceKlass net/orcinus/galosphere/init/GSoundEvents +instanceKlass org/betterx/wover/entrypoint/LibWoverBlock +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition$$Lambda+0x000001d6830a08a8 +instanceKlass org/violetmoon/quark/base/handler/SimilarBlockTypeHandler +instanceKlass @bci com/aetherteam/aether/effect/AetherEffects ()V 16 argL0 ; # com/aetherteam/aether/effect/AetherEffects$$Lambda+0x000001d6830a0238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d6830a0000 +instanceKlass xaero/map/events/CommonEvents +instanceKlass xaero/lib/client/config/sync/profile/SyncedConfigProfileInfoManager +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition$$Lambda+0x000001d68308ca18 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverItem (Lnet/neoforged/bus/api/IEventBus;)V 29 argL0 ; # org/betterx/wover/entrypoint/LibWoverItem$$Lambda+0x000001d68308c800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d68309fc40 +instanceKlass @bci net/orcinus/galosphere/init/GBlocks ()V 12 argL0 ; # net/orcinus/galosphere/init/GBlocks$$Lambda+0x000001d68309fa08 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d68309ee50 +instanceKlass xaero/map/MapWriter +instanceKlass org/violetmoon/quark/base/config/QuarkGeneralConfig +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/SetBlockProcessor$$Lambda+0x000001d68309e590 +instanceKlass xaero/lib/client/config/sync/profile/SyncedConfigProfileInfoManager$Builder +instanceKlass com/aetherteam/aether/effect/AetherEffects +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverItem (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverItem$$Lambda+0x000001d68309d5b0 +instanceKlass org/violetmoon/zeta/module/ZetaLoadModule +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/BiomeStructureCondition ()V 18 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/BiomeStructureCondition$$Lambda+0x000001d68309d180 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes ()V 65 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d68309be98 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/BiomeStructureCondition ()V 13 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/BiomeStructureCondition$$Lambda+0x000001d68309bc60 +instanceKlass org/violetmoon/zetaimplforge/module/ModFileScanDataModuleFinder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ScheduleTickProcessor ()V 21 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ScheduleTickProcessor$$Lambda+0x000001d68309b430 +instanceKlass org/betterx/wover/entrypoint/LibWoverItem +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ScheduleTickProcessor ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ScheduleTickProcessor$$Lambda+0x000001d68309a778 +instanceKlass @bci org/violetmoon/zeta/module/ZetaCategory (Ljava/lang/String;Lnet/minecraft/world/item/Item;Ljava/lang/String;)V 3 member ; # org/violetmoon/zeta/module/ZetaCategory$$Lambda+0x000001d6830990e8 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverTag (Lnet/neoforged/bus/api/IEventBus;)V 74 argL0 ; # org/betterx/wover/entrypoint/LibWoverTag$$Lambda+0x000001d683097aa8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 41 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d683097688 +instanceKlass xaero/map/mods/SupportMods +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/OrStructureCondition ()V 20 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/OrStructureCondition$$Lambda+0x000001d6830971d8 +instanceKlass net/orcinus/galosphere/blocks/PinkSalt +instanceKlass org/betterx/wover/tag/api/predefined/ToolTags +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/OrStructureCondition ()V 15 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/OrStructureCondition$$Lambda+0x000001d683095c38 +instanceKlass @bci org/violetmoon/quark/catnip/net/base/CatnipPacketRegistry registerAllPackets ()V 39 member ; # org/violetmoon/quark/catnip/net/base/CatnipPacketRegistry$$Lambda+0x000001d683094968 +instanceKlass xaero/map/radar/tracker/system/IPlayerTrackerSystem +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/DiscardInputProcessor ()V 21 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/DiscardInputProcessor$$Lambda+0x000001d683094558 +instanceKlass xaero/lib/client/config/ClientConfigProfileSwitchHandler +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/AddChargeRecipe$Serializer +instanceKlass @bci com/structureessentials/StructureEssentials (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 20 member ; # com/structureessentials/StructureEssentials$$Lambda+0x000001d68308fc30 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/DiscardInputProcessor ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/DiscardInputProcessor$$Lambda+0x000001d68308fa18 +instanceKlass org/betterx/wover/tag/api/predefined/MineableTags +instanceKlass @bci com/structureessentials/StructureEssentials (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/structureessentials/StructureEssentials$$Lambda+0x000001d68308f5e8 +instanceKlass xaero/lib/client/config/ClientConfigProfileSwitchHandler$Builder +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnJungleMossOrMycelium +instanceKlass org/violetmoon/quark/catnip/net/base/CatnipPacketRegistry +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes ()V 52 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d68308b600 +instanceKlass org/betterx/wover/tag/api/predefined/CommonPoiTags +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnRutiscus +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/AndStructureCondition ()V 20 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/AndStructureCondition$$Lambda+0x000001d68308b1c8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d68308afb0 +instanceKlass xaero/lib/common/config/profile/ConfigProfileManager$ConfigListener +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/AndStructureCondition ()V 15 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/AndStructureCondition$$Lambda+0x000001d683087cb0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 28 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d683087a98 +instanceKlass net/orcinus/galosphere/init/GBlocks +instanceKlass org/betterx/wover/tag/api/predefined/CommonBlockTags +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d683086cc8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d683085370 +instanceKlass xaero/lib/common/config/profile/ConfigProfileManager +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemS2CMessage ()V 24 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemS2CMessage$$Lambda+0x000001d683084ba0 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes ()V 39 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d683084988 +instanceKlass org/betterx/wover/tag/api/predefined/CommonBiomeTags +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d683084550 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d6830833a0 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverTag (Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # org/betterx/wover/entrypoint/LibWoverTag$$Lambda+0x000001d683083188 +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemS2CMessage ()V 19 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemS2CMessage$$Lambda+0x000001d683082f50 +instanceKlass me/talilon/minecraft/nocreeperexplosion/event/NeoForgeExplosionHandler +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnJungleMoss +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 656 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830817b8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/NotStructureCondition ()V 15 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/NotStructureCondition$$Lambda+0x000001d683081580 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition ()V 35 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition$$Lambda+0x000001d683080f88 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 642 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683074400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerSpecialRecipe (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d683074d60 +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemS2CMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemS2CMessage$$Lambda+0x000001d68307fc48 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/condition/NotStructureCondition ()V 10 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/condition/NotStructureCondition$$Lambda+0x000001d68307fa10 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter$Condition ()V 3 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter$Condition$$Lambda+0x000001d68307eb70 +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemS2CMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemS2CMessage$$Lambda+0x000001d68307e938 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 15 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d68307e720 +instanceKlass xaero/lib/common/config/profile/ConfigProfileManager$Builder +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnAmberMoss +instanceKlass me/talilon/minecraft/nocreeperexplosion/CommonClass +instanceKlass org/betterx/bclib/interfaces/CustomColorProvider +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition$$Lambda+0x000001d683079168 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnPinkMoss +instanceKlass xaero/lib/client/config/ClientConfigManager$Builder +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition$$Lambda+0x000001d683077bf0 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverTag (Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # org/betterx/wover/entrypoint/LibWoverTag$$Lambda+0x000001d6830779d8 +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter$Condition +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnShadowGrass +instanceKlass dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition +instanceKlass me/talilon/minecraft/nocreeperexplosion/Constants +instanceKlass @bci com/gpumemleakfix/Gpumemleakfix (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 18 member ; # com/gpumemleakfix/Gpumemleakfix$$Lambda+0x000001d683073818 +instanceKlass @bci com/gpumemleakfix/Gpumemleakfix (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/gpumemleakfix/Gpumemleakfix$$Lambda+0x000001d6830735e8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 628 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830733b0 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 614 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683073178 +instanceKlass @bci com/connectivity/Connectivity (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 42 member ; # com/connectivity/Connectivity$$Lambda+0x000001d683072f48 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 600 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683072d10 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 586 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683072ad8 +instanceKlass @bci org/violetmoon/quark/base/network/message/UpdateTridentMessage ()V 16 argL0 ; # org/violetmoon/quark/base/network/message/UpdateTridentMessage$$Lambda+0x000001d6830728b0 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 572 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683072678 +instanceKlass @bci com/connectivity/Connectivity (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 30 member ; # com/connectivity/Connectivity$$Lambda+0x000001d683072448 +instanceKlass @bci org/violetmoon/quark/base/network/message/UpdateTridentMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/UpdateTridentMessage$$Lambda+0x000001d683072210 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 558 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68306fdb8 +instanceKlass @bci org/violetmoon/quark/base/network/message/UpdateTridentMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/UpdateTridentMessage$$Lambda+0x000001d68306fb80 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 544 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68306f948 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRecipes ()V 2 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRecipes$$Lambda+0x000001d68306f730 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 530 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68306f4f8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d68306f2c0 +instanceKlass com/connectivity/event/EventHandler +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 516 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68306ebf0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor ()V 9 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ConditionProcessor$$Lambda+0x000001d68306e9b8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter$$Lambda+0x000001d68306e790 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/crafting/SusRecipe$Serializer +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter$$Lambda+0x000001d68306e098 +instanceKlass xaero/lib/common/config/single/io/SingleConfigManagerIO +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnMossOrDust +instanceKlass @bci com/connectivity/Connectivity (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/connectivity/Connectivity$$Lambda+0x000001d68306c900 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoEmoteMessage ()V 24 argL0 ; # org/violetmoon/quark/base/network/message/DoEmoteMessage$$Lambda+0x000001d68306c6c8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter$$Lambda+0x000001d68306c490 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes ()V 26 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d68306c278 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoEmoteMessage ()V 19 argL0 ; # org/violetmoon/quark/base/network/message/DoEmoteMessage$$Lambda+0x000001d68306a360 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter$$Lambda+0x000001d683068f68 +instanceKlass umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge$RegistryEvents +instanceKlass com/connectivity/config/CommonConfiguration +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModRecipes +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 502 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830672d8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor$$Lambda+0x000001d6830670c0 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoEmoteMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/DoEmoteMessage$$Lambda+0x000001d683066e88 +instanceKlass xaero/lib/common/config/io/ConfigIO +instanceKlass org/betterx/wover/datagen/impl/WoverDataGenEntryPointImpl +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor$$Lambda+0x000001d6830665d8 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoEmoteMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/DoEmoteMessage$$Lambda+0x000001d6830653d0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor$$Lambda+0x000001d683065198 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist ()V 63 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist$$Lambda+0x000001d683064f60 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModuleNeoForge$$Lambda+0x000001d683064d38 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ReferenceStructureProcessor$$Lambda+0x000001d6830628f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist ()V 58 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist$$Lambda+0x000001d6830613f8 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverTag (Lnet/neoforged/bus/api/IEventBus;)V 29 argL0 ; # org/betterx/wover/entrypoint/LibWoverTag$$Lambda+0x000001d683060228 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModuleNeoForge$$Lambda+0x000001d683060000 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes register (Ljava/lang/String;Lnet/minecraft/world/inventory/MenuType$MenuSupplier;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d68305eca0 +instanceKlass xaero/lib/common/config/io/ConfigIO$Builder +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist ()V 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist$$Lambda+0x000001d68305c3c8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter$$Lambda+0x000001d68305c1a0 +instanceKlass @bci com/aetherteam/aether/inventory/menu/AetherMenuTypes ()V 13 argL0 ; # com/aetherteam/aether/inventory/menu/AetherMenuTypes$$Lambda+0x000001d68305bf88 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/config/ConfigGeneralForge +instanceKlass org/sinytra/connector/mod/mixin/recipebook/RecipeBookCategoriesAccessor +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourWaterPlantSeed +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter$$Lambda+0x000001d68305b518 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourWaterPlantLike +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist$$Lambda+0x000001d68305ae60 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter$$Lambda+0x000001d68305a868 +instanceKlass @bci org/violetmoon/quark/base/network/message/experimental/PlaceVariantRestoreMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/experimental/PlaceVariantRestoreMessage$$Lambda+0x000001d68305a630 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter$$Lambda+0x000001d683059f18 +instanceKlass xaero/lib/common/config/single/io/SingleConfigManagerIO$Builder +instanceKlass org/betterx/wover/datagen/api/WoverTagProvider +instanceKlass @bci org/violetmoon/quark/base/network/message/experimental/PlaceVariantRestoreMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/experimental/PlaceVariantRestoreMessage$$Lambda+0x000001d683059598 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor$$Lambda+0x000001d683058cd0 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/config/BOMConfigForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor$$Lambda+0x000001d683057790 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d683057330 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 488 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683055f70 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor$$Lambda+0x000001d683055d38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d683055900 +instanceKlass umpaz/brewinandchewin/neoforge/client/BnCRecipeBookNeoForge +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModuleNeoForge +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 474 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683054360 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d683054128 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnChorusNylium +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/BlockSwapStructureProcessor$$Lambda+0x000001d683053cf8 +instanceKlass xaero/lib/common/config/Config$Builder +instanceKlass com/aetherteam/aether/inventory/menu/AetherMenuTypes +instanceKlass org/violetmoon/quark/catnip/net/base/ClientboundPacketPayload +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d6830534a0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter$$Lambda+0x000001d6830520f8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 460 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683051ec0 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourShearablePlant +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 446 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683051c88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d6830517c8 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter$$Lambda+0x000001d683051590 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/services/NeoForgeModulesLoader +instanceKlass @bci org/violetmoon/quark/base/network/message/experimental/PlaceVariantUpdateMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/experimental/PlaceVariantUpdateMessage$$Lambda+0x000001d683051138 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 432 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683050f00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d68304fda0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter$$Lambda+0x000001d68304fb68 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 176 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68304f950 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/services/IModulesLoader +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 418 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68304f520 +instanceKlass @bci org/violetmoon/quark/base/network/message/experimental/PlaceVariantUpdateMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/experimental/PlaceVariantUpdateMessage$$Lambda+0x000001d68304e3e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/QuiverContent$$Lambda+0x000001d68304e1b0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter$$Lambda+0x000001d68304df78 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 160 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68304dd60 +instanceKlass org/betterx/wover/datagen/api/WoverAutoProvider$WithRedirect +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betteroceanmonuments/services/Services$$Lambda+0x000001d68304d708 +instanceKlass org/betterx/wover/datagen/api/WoverAutoProvider +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor ()V 32 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d68304d0b8 +instanceKlass xaero/lib/common/config/io/serialization/cfg/AConfigCfgSerializer +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 144 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68304cea0 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 128 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68304b880 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d683047d60 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/services/NeoForgePlatformHelper +instanceKlass org/betterx/wover/datagen/api/WoverDataProvider +instanceKlass xaero/lib/common/config/io/serialization/cfg/AConfigCfgSerializer$Builder +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 112 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d6830472b0 +instanceKlass org/betterx/wover/datagen/api/PackBuilder$ProviderFactory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d683043c80 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 96 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d683042dd8 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverTag (Lnet/neoforged/bus/api/IEventBus;)V 19 member ; # org/betterx/wover/entrypoint/LibWoverTag$$Lambda+0x000001d683041bb0 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings ()V 17 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings$$Lambda+0x000001d683041978 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/services/IPlatformHelper +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 80 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d683041568 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings$$Lambda+0x000001d683041340 +instanceKlass org/betterx/betterend/interfaces/PottablePlant +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/ScrollCrateMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/oddities/ScrollCrateMessage$$Lambda+0x000001d683041108 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/services/Services +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 404 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683040ad8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent ()V 52 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d6830408a0 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 64 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d683040238 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnMossOrMycelium +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings$$Lambda+0x000001d683040000 +instanceKlass org/betterx/wover/datagen/impl/PackBuilderImpl +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 390 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68303fb10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d68303f8d8 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/ScrollCrateMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/oddities/ScrollCrateMessage$$Lambda+0x000001d68303f6a0 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 48 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68303f488 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter$$Lambda+0x000001d68303f260 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 376 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68303edf8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent ()V 39 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d68303dbd8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings$$Lambda+0x000001d68303d9a0 +instanceKlass org/betterx/wover/datagen/api/WoverDataGenEntryPoint +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 362 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68303d538 +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 32 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68303d320 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModule$General +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter$$Lambda+0x000001d68303bf20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent ()V 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d68303bce8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/enums/RandomMode ()V 36 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/enums/RandomMode$$Lambda+0x000001d68303bad0 +instanceKlass xaero/lib/common/config/single/SingleConfigManager +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/module/ConfigModule +instanceKlass @bci com/aetherteam/aether/blockentity/AetherBlockEntityTypes ()V 16 argL0 ; # com/aetherteam/aether/blockentity/AetherBlockEntityTypes$$Lambda+0x000001d68303b460 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d68303b228 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 348 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68303aff0 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter$$Lambda+0x000001d68303adb8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 334 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68303a710 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/BetterOceanMonumentsCommon +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d683038f20 +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter ()V 0 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter$$Lambda+0x000001d683039158 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 320 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683031ce0 +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient$ModEvents +instanceKlass com/aetherteam/aether/blockentity/AetherBlockEntityTypes +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 306 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830316a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d683031470 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 292 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683031238 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings$$Lambda+0x000001d683031000 +instanceKlass @bci com/aetherteam/aether/entity/ai/attribute/AetherAttributes ()V 16 argL0 ; # com/aetherteam/aether/entity/ai/attribute/AetherAttributes$$Lambda+0x000001d683033cc8 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage ()V 32 argL0 ; # org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage$$Lambda+0x000001d683033a80 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 278 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683032698 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourIce +instanceKlass net/tinyconfig/versioning/Versionable +instanceKlass xaero/lib/common/config/single/SingleConfigManager$Builder +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d683032000 +instanceKlass com/aetherteam/aether/entity/ai/attribute/AetherAttributes +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 264 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830377b0 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSnow +instanceKlass net/tinyconfig/FabricHelper +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage ()V 27 argL0 ; # org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage$$Lambda+0x000001d683036480 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent ()V 17 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/LunchBaskedContent$$Lambda+0x000001d683036248 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 250 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683036010 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 637 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683035df8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 236 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683034ca0 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage ()V 19 argL0 ; # org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage$$Lambda+0x000001d683034798 +instanceKlass net/tinyconfig/PlatformHelper +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 621 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683034580 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/SelectableContainerContent$Mut +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 222 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68302fcd0 +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter$Replacer +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 605 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68302e8b8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d68302e680 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage$$Lambda+0x000001d68302d530 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 208 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68302d2f8 +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletter +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 7 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d68302d0c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 589 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68302cea8 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/SelectableContainerContent +instanceKlass net/tinyconfig/ConfigManager$Builder +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 194 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68302c740 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor ()V 21 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/ApplyRandomStructureProcessor$$Lambda+0x000001d68302b0d8 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage$$Lambda+0x000001d68302aea0 +instanceKlass xaero/lib/common/config/option/ConfigOptionManager$Builder +instanceKlass @bci com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterManager ()V 40 argL0 ; # com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterManager$$Lambda+0x000001d68302aa60 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 573 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68302a848 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 180 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683029690 +instanceKlass @bci org/betterx/wover/config/impl/CachedConfig ()V 0 argL0 ; # org/betterx/wover/config/impl/CachedConfig$$Lambda+0x000001d683029478 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 557 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683029260 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 166 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683029028 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 541 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683028b80 +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterManager$ActiveData +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 152 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830284c0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 525 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6830282a8 +instanceKlass net/durability_tweaks/config/Config +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 509 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683026d68 +instanceKlass com/teamabnormals/blueprint/core/util/registry/BasicRegistry +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 493 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683025898 +instanceKlass xaero/lib/client/config/option/ui/ConfigOptionUITypeManager +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor$$Lambda+0x000001d6830242a8 +instanceKlass net/tinyconfig/ConfigManager +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 477 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683024090 +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/HandleBackpackMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/oddities/HandleBackpackMessage$$Lambda+0x000001d683022ec0 +instanceKlass org/betterx/wover/entrypoint/LibWoverUi +instanceKlass org/betterx/bclib/interfaces/PostInitable +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor$$Lambda+0x000001d683022a88 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 138 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683022658 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 460 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683022440 +instanceKlass umpaz/brewinandchewin/neoforge/client/integration/IntoxicationAppleSkinCompatNeoForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor$$Lambda+0x000001d683022008 +instanceKlass @bci org/betterx/wover/state/impl/WorldStateImpl ensureStaticallyLoaded ()V 55 member ; # org/betterx/wover/state/impl/WorldStateImpl$$Lambda+0x000001d683021de8 +instanceKlass xaero/lib/client/config/option/ui/ConfigOptionUITypeManager$Builder +instanceKlass @bci org/violetmoon/quark/base/network/message/oddities/HandleBackpackMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/oddities/HandleBackpackMessage$$Lambda+0x000001d6830219b0 +instanceKlass io/homo/superresolution/core/NativeLibManager$NativeLib +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 124 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683021570 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 443 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683021358 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/processor/UnboundReferenceProcessor$$Lambda+0x000001d683021120 +instanceKlass @bci org/betterx/wover/state/impl/WorldStateImpl ensureStaticallyLoaded ()V 31 member ; # org/betterx/wover/state/impl/WorldStateImpl$$Lambda+0x000001d683020f00 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 110 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68301fca8 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 426 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68301fa90 +instanceKlass umpaz/brewinandchewin/neoforge/client/TipsyEffects +instanceKlass @bci xaero/lib/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # xaero/lib/platform/Services$$Lambda+0x000001d68301f670 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 80 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d68301f438 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 409 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68301efe0 +instanceKlass net/durability_tweaks/DurabilityTweaksMod +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/TruePlacementCondition ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/TruePlacementCondition$$Lambda+0x000001d68301ebc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 75 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d68301e710 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 392 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68301e4f8 +instanceKlass io/homo/superresolution/core/NativeLibManager +instanceKlass org/betterx/wover/events/api/types/OnRegistryReady +instanceKlass xaero/lib/common/reflection/util/ObfuscatedReflectionNeoForge +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/client/neoforge/CreepersForgeClient init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # tech/thatgravyboat/creeperoverhaul/client/neoforge/CreepersForgeClient$$Lambda+0x000001d68301cbe0 +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/TruePlacementCondition +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 375 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683019538 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 51 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d683019300 +instanceKlass org/betterx/wover/state/impl/WorldStateImpl +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterManager +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 67 member ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683017d98 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 358 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683017b80 +instanceKlass @bci org/violetmoon/quark/base/network/message/ScrollOnBundleMessage ()V 32 argL0 ; # org/violetmoon/quark/base/network/message/ScrollOnBundleMessage$$Lambda+0x000001d683016ab0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 341 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683016898 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 55 argL0 ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683016670 +instanceKlass org/betterx/betterend/interfaces/survives/SurvivesOnBrimstone +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 46 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d683016438 +instanceKlass xaero/lib/client/graphics/util/RenderHelperNeoForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition$$Lambda+0x000001d683016000 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 324 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683013de0 +instanceKlass @cpi org/violetmoon/quark/base/network/message/ScrollOnBundleMessage 129 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d683014800 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683013bb8 +instanceKlass xaero/lib/client/controls/util/KeyMappingHelperNeoForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition$$Lambda+0x000001d683013750 +instanceKlass @bci org/betterx/wover/state/impl/WorldDatapackConfigImpl initialize ()V 19 argL0 ; # org/betterx/wover/state/impl/WorldDatapackConfigImpl$$Lambda+0x000001d683013538 +instanceKlass @bci org/violetmoon/quark/base/network/message/ScrollOnBundleMessage ()V 27 argL0 ; # org/violetmoon/quark/base/network/message/ScrollOnBundleMessage$$Lambda+0x000001d683013110 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 307 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683011ff8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 96 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683011dc0 +instanceKlass org/betterx/wover/events/api/types/OnResourceLoad +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition$$Lambda+0x000001d683010850 +instanceKlass tech/thatgravyboat/creeperoverhaul/client/neoforge/CreepersForgeClient +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 290 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683010438 +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/ColorHelper +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 82 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683010000 +instanceKlass @bci org/betterx/wover/state/impl/WorldDatapackConfigImpl initialize ()V 3 argL0 ; # org/betterx/wover/state/impl/WorldDatapackConfigImpl$$Lambda+0x000001d68300dc40 +instanceKlass @bci org/violetmoon/quark/base/network/message/ScrollOnBundleMessage ()V 19 argL0 ; # org/violetmoon/quark/base/network/message/ScrollOnBundleMessage$$Lambda+0x000001d68300da08 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition$$Lambda+0x000001d68300fcb8 +instanceKlass xaero/lib/common/compat/PlatformModCompatibility +instanceKlass xaero/lib/client/controls/util/IKeyMappingHelper +instanceKlass xaero/lib/common/reflection/util/IObfuscatedReflection +instanceKlass xaero/lib/client/graphics/util/IPlatformRenderHelper +instanceKlass xaero/lib/common/packet/IPacketHandler +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 273 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68300e990 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 68 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68300e758 +instanceKlass @bci io/homo/superresolution/common/SuperResolution ()V 48 member ; # io/homo/superresolution/common/SuperResolution$$Lambda+0x000001d68300e528 +instanceKlass xaero/lib/platform/services/PlatformHelperNeoForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition$$Lambda+0x000001d68300e000 +instanceKlass @bci org/violetmoon/quark/base/network/message/ScrollOnBundleMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/ScrollOnBundleMessage$$Lambda+0x000001d68300bc18 +instanceKlass org/betterx/wover/state/impl/WorldDatapackConfigImpl +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 256 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d68300b7f8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 54 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d68300b5c0 +instanceKlass dev/architectury/event/events/client/ClientTickEvent$ClientLevel +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 33 member ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683009f80 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 239 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683009d68 +instanceKlass @bci org/violetmoon/quark/base/network/message/ScrollOnBundleMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/ScrollOnBundleMessage$$Lambda+0x000001d683009b30 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 40 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830098f8 +instanceKlass umpaz/brewinandchewin/neoforge/event/BnCCommonEvents +instanceKlass dev/architectury/event/EventFactory$EventImpl +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 222 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683009028 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 21 member ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683007c90 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 26 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683007a58 +instanceKlass net/minecraft/client/renderer/texture/TextureAtlasSprite +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 205 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6830074e0 +instanceKlass net/mehvahdjukaar/moonlight/api/util/math/colors/ColorSpaces +instanceKlass @bci net/orcinus/galosphere/init/GItems register (Ljava/lang/String;Ljava/util/function/Function;)Lnet/neoforged/neoforge/registries/DeferredItem; 5 member ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d6830061a8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/forge/CreepersForge (Lnet/neoforged/bus/api/IEventBus;)V 9 member ; # tech/thatgravyboat/creeperoverhaul/forge/CreepersForge$$Lambda+0x000001d683005cf8 +instanceKlass @bci org/betterx/wover/state/impl/WorldConfigImpl initialize ()V 3 argL0 ; # org/betterx/wover/state/impl/WorldConfigImpl$$Lambda+0x000001d683005ae0 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 188 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d6830058c8 +instanceKlass @bci net/orcinus/galosphere/init/GItems ()V 12 argL0 ; # net/orcinus/galosphere/init/GItems$$Lambda+0x000001d683004798 +instanceKlass xaero/lib/platform/services/IPlatformHelper +instanceKlass net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess +instanceKlass @bci dev/architectury/event/EventFactory createLoop (Ljava/lang/Class;)Ldev/architectury/event/Event; 1 member ; # dev/architectury/event/EventFactory$$Lambda+0x000001d683004050 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 171 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683003e38 +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays init (Lnet/neoforged/bus/api/IEventBus;)V 17 argL0 ; # umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays$$Lambda+0x000001d683002d00 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 154 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d683001ba8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition$$Lambda+0x000001d682fffa68 +instanceKlass dev/architectury/event/Event +instanceKlass xaero/lib/platform/Services +instanceKlass @bci umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays init (Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays$$Lambda+0x000001d682ffd800 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 137 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682ffc6a8 +instanceKlass dev/architectury/event/EventFactory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition$$Lambda+0x000001d682ffc270 +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemC2SMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemC2SMessage$$Lambda+0x000001d682ffc038 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 120 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682ffa238 +instanceKlass @bci xaero/minimap/XaeroMinimap createConfigClientRegistryHandlerSupplier ()Ljava/util/function/Supplier; 0 argL0 ; # xaero/minimap/XaeroMinimap$$Lambda+0x000001d682ff9390 +instanceKlass umpaz/brewinandchewin/neoforge/client/gui/BnCHUDOverlays +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition$$Lambda+0x000001d682ff8f58 +instanceKlass @bci org/violetmoon/quark/base/network/message/ShareItemC2SMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/ShareItemC2SMessage$$Lambda+0x000001d682ff7c88 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 103 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682ff7a70 +instanceKlass @bci com/teamresourceful/resourcefullib/common/network/base/NetworkHandle handle (Ljava/util/function/BiConsumer;)Ljava/util/function/Function; 1 member ; # com/teamresourceful/resourcefullib/common/network/base/NetworkHandle$$Lambda+0x000001d682ff7830 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition$$Lambda+0x000001d682ff6968 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 86 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682ff54e0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket ()V 23 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket$$Lambda+0x000001d682ff52b8 +instanceKlass xaero/hud/config/channel/register/HudModConfigClientRegistryHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition$$Lambda+0x000001d682ff3238 +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 69 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682ff2088 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket ()V 13 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket$$Lambda+0x000001d682ff0ef8 +instanceKlass net/minecraft/world/level/levelgen/DensityFunction$Visitor +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 52 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682feef08 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket ()V 8 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket$$Lambda+0x000001d682feead8 +instanceKlass org/betterx/betterend/interfaces/PottableTerrain +instanceKlass xaero/lib/client/config/channel/register/handler/IConfigChannelClientRegistryHandler +instanceKlass me/pepperbell/continuity/client/mixinterface/SpriteExtension +instanceKlass net/orcinus/galosphere/api/SterlingAttachable +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 35 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682fed360 +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/modifier/PotionTintTextureModifier ()V 8 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/modifier/PotionTintTextureModifier$$Lambda+0x000001d682feb4e0 +instanceKlass ca/fxco/moreculling/api/sprite/SpriteOpacity +instanceKlass com/teamresourceful/resourcefullib/common/network/base/ServerboundPacketType +instanceKlass @bci com/aetherteam/aether/entity/AetherEntityTypes ()V 18 argL0 ; # com/aetherteam/aether/entity/AetherEntityTypes$$Lambda+0x000001d682fe9f90 +instanceKlass xaero/lib/common/config/listener/handler/HandlerBasedConfigChangeListener +instanceKlass xaero/lib/common/config/listener/IConfigChangeListener +instanceKlass org/betterx/betterend/registry/EndBlocks +instanceKlass dev/architectury/event/events/client/ClientTickEvent$Client +instanceKlass umpaz/brewinandchewin/client/renderer/texture/modifier/PotionTintTextureModifier +instanceKlass xaero/hud/common/config/channel/register/HudModConfigCommonRegistryHandler +instanceKlass org/violetmoon/quark/base/network/message/SetLockProfileMessage$1 +instanceKlass net/orcinus/galosphere/init/GItems +instanceKlass com/aetherteam/aether/entity/AetherEntityTypes +instanceKlass dev/architectury/event/events/client/ClientTickEvent +instanceKlass me/ichun/mods/ichunutil/mixin/LevelStorageAccessAccessorMixin +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/TextureAtlasSpriteExtension +instanceKlass @bci net/orcinus/galosphere/init/GAttributes ()V 16 argL0 ; # net/orcinus/galosphere/init/GAttributes$$Lambda+0x000001d682fe7110 +instanceKlass net/orcinus/galosphere/init/GAttributes +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 176 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe6cf8 +instanceKlass net/minecraft/client/resources/model/ModelManager +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 160 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe67a0 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 144 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe6588 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 128 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe6370 +instanceKlass @bci org/violetmoon/quark/base/network/message/SetLockProfileMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/SetLockProfileMessage$$Lambda+0x000001d682fe6138 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 112 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe5f20 +instanceKlass @bci org/violetmoon/quark/base/network/message/SetLockProfileMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/SetLockProfileMessage$$Lambda+0x000001d682fe5ce8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition$$Lambda+0x000001d682fe5ac0 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 96 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe58a8 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 91 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe5680 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition$$Lambda+0x000001d682fe5448 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 80 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe5230 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile ()V 16 argL0 ; # org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile$$Lambda+0x000001d682fe5008 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 78 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe4de0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition$$Lambda+0x000001d682fe4ba8 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 64 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe4990 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec to (Lcom/teamresourceful/bytecodecs/base/ByteCodec;Ljava/util/function/Function;)Lnet/minecraft/network/codec/StreamCodec; 9 member ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d682fe4770 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile ()V 11 argL0 ; # org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile$$Lambda+0x000001d682fe4538 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 65 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe4308 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 48 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe40f0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition$$Lambda+0x000001d682fe3eb8 +instanceKlass @bci dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl lambda$static$0 (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl$$Lambda+0x000001d682fe3c90 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec to (Lcom/teamresourceful/bytecodecs/base/ByteCodec;Ljava/util/function/Function;)Lnet/minecraft/network/codec/StreamCodec; 2 member ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d682fe3a70 +instanceKlass @bci org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile ()V 3 argL0 ; # org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile$$Lambda+0x000001d682fe3620 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 32 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe3858 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 53 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe33f0 +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/modifier/GrassTintTextureModifier ()V 8 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/modifier/GrassTintTextureModifier$$Lambda+0x000001d682fe2f90 +instanceKlass @bci dev/architectury/platform/hooks/EventBusesHooks whenAvailable (Ljava/lang/String;Ljava/util/function/Consumer;)V 5 member ; # dev/architectury/platform/hooks/EventBusesHooks$$Lambda+0x000001d682fe2d70 +instanceKlass @bci net/orcinus/galosphere/init/GDataComponents ()V 16 argL0 ; # net/orcinus/galosphere/init/GDataComponents$$Lambda+0x000001d682fe28d0 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 197 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fe26a8 +instanceKlass @bci com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec toRegistry (Lcom/teamresourceful/bytecodecs/base/ByteCodec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec$$Lambda+0x000001d682fe2470 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 41 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe2240 +instanceKlass xaero/lib/common/permission/config/channel/BuiltInConfigChannelPermissions$Builder +instanceKlass umpaz/brewinandchewin/client/renderer/texture/modifier/GrassTintTextureModifier +instanceKlass @bci dev/architectury/platform/hooks/EventBusesHooks getModEventBus (Ljava/lang/String;)Ljava/util/Optional; 7 argL0 ; # dev/architectury/platform/hooks/EventBusesHooks$$Lambda+0x000001d682fe1bb0 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 29 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe16b8 +instanceKlass net/orcinus/galosphere/init/GDataComponents +instanceKlass net/mehvahdjukaar/moonlight/api/util/math/colors/BaseColor +instanceKlass org/betterx/betterend/tab/CreativeTabs +instanceKlass com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs +instanceKlass org/violetmoon/quark/mixin/mixins/client/accessor/AccessorModelManager +instanceKlass org/betterx/wover/events/api/types/OnFolderReady +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 17 member ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fe0830 +instanceKlass dev/emi/emi/mixin/accessor/BakedModelManagerAccessor +instanceKlass dev/architectury/platform/hooks/EventBusesHooks +instanceKlass org/betterx/wover/entrypoint/LibWoverEvents +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/NotPlacementCondition ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/NotPlacementCondition$$Lambda+0x000001d682fe0000 +instanceKlass net/fabricmc/fabric/api/client/model/loading/v1/FabricBakedModelManager +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/modifier/GlintTextureModifier ()V 8 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/modifier/GlintTextureModifier$$Lambda+0x000001d682fdba48 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 184 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fdb820 +instanceKlass @bci com/aetherteam/aether/Aether (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 5 argL0 ; # com/aetherteam/aether/Aether$$Lambda+0x000001d682fdb5f8 +instanceKlass org/embeddedt/modernfix/duck/IExtendedModelManager +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/NotPlacementCondition ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/NotPlacementCondition$$Lambda+0x000001d682fdaf40 +instanceKlass org/betterx/wover/entrypoint/LibWoverDatagen +instanceKlass xaero/lib/common/config/option/value/redirect/OptionValueRedirectorManager +instanceKlass umpaz/brewinandchewin/client/renderer/texture/modifier/GlintTextureModifier +instanceKlass @bci net/orcinus/galosphere/Galosphere (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 10 member ; # net/orcinus/galosphere/Galosphere$$Lambda+0x000001d682fda240 +instanceKlass @bci dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl ()V 24 argL0 ; # dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl$$Lambda+0x000001d682fda470 +instanceKlass org/betterx/betterend/advancements/BECriteria +instanceKlass xaero/lib/common/config/io/serialization/IConfigSerializer +instanceKlass xaero/lib/common/config/option/ConfigOptionManager +instanceKlass org/betterx/wover/entrypoint/LibWoverMath +instanceKlass com/aetherteam/aether/data/AetherData +instanceKlass xaero/lib/common/config/channel/ConfigChannel$Builder +instanceKlass dev/architectury/registry/client/keymappings/forge/KeyMappingRegistryImpl +instanceKlass com/aetherteam/aether/client/TriviaGenerator +instanceKlass dev/architectury/registry/client/keymappings/KeyMappingRegistry +instanceKlass net/rogues/neoforge/client/NeoForgeClientMod +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher onCallback (JZ)V 60 ; # java/lang/invoke/LambdaForm$MH+0x000001d682fd9400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682fd9000 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher onCallback (JZ)V 60 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fd8c00 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher onCallback (JZ)V 60 member ; # me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher$$Lambda+0x000001d682f2c240 +instanceKlass @bci net/rogues/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/rogues/neoforge/NeoForgeMod$$Lambda+0x000001d682fde218 +instanceKlass @bci org/betterx/wover/entrypoint/LibWoverCore (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # org/betterx/wover/entrypoint/LibWoverCore$$Lambda+0x000001d682fddff0 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 171 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fdddc8 +instanceKlass org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers ()V 51 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers$$Lambda+0x000001d682fdd708 +instanceKlass org/betterx/betterend/effects/EndPotions +instanceKlass io/homo/superresolution/common/SuperResolution +instanceKlass com/teamresourceful/resourcefullib/common/bytecodecs/StreamCodecByteCodec +instanceKlass net/fabricmc/fabric/api/item/v1/DefaultItemComponentEvents$ModifyContext +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers ()V 46 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers$$Lambda+0x000001d682fdcca0 +instanceKlass xaero/hud/minimap/info/InfoDisplayIO +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition$$Lambda+0x000001d682fdc868 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 158 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fdc640 +instanceKlass @bci org/violetmoon/quark/base/network/message/ChangeHotbarMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/ChangeHotbarMessage$$Lambda+0x000001d682fdc408 +instanceKlass net/minecraft/client/renderer/block/model/ItemOverrides$BakedOverride +instanceKlass umpaz/brewinandchewin/client/renderer/texture/modifier/TextureModifier +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition$$Lambda+0x000001d682fd7d08 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682fd8400 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 19 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d682fd7af0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition$$Lambda+0x000001d682fd78b8 +instanceKlass org/betterx/betterend/effects/EndStatusEffects +instanceKlass @bci org/violetmoon/quark/base/network/message/ChangeHotbarMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/ChangeHotbarMessage$$Lambda+0x000001d682fd7480 +instanceKlass net/minecraft/client/resources/model/ModelBakery$TextureGetter +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers ()V 36 member ; # umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers$$Lambda+0x000001d682fd7048 +instanceKlass net/minecraft/client/resources/model/ModelBakery +instanceKlass @bci io/homo/superresolution/neoforge/SuperResolutionNeoForge (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # io/homo/superresolution/neoforge/SuperResolutionNeoForge$$Lambda+0x000001d682fd6ac0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition$$Lambda+0x000001d682fd6888 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d682fd6648 +instanceKlass net/fabricmc/fabric/impl/client/model/loading/ModelLoaderHooks +instanceKlass @bci umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers ()V 23 argL0 ; # umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers$$Lambda+0x000001d682fd6218 +instanceKlass net/fabricmc/fabric/impl/item/DefaultItemComponentImpl +instanceKlass net/rogues/config/TweaksConfig +instanceKlass me/pepperbell/continuity/client/mixinterface/ModelLoaderExtension +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 145 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fd5538 +instanceKlass org/betterx/wover/entrypoint/LibWoverCommon +instanceKlass xaero/lib/common/config/profile/IConfigProfileInfo +instanceKlass @bci io/homo/superresolution/api/event/AlgorithmRegisterEvent lambda$static$1 ([Lio/homo/superresolution/api/event/AlgorithmRegisterEvent;)Lio/homo/superresolution/api/event/AlgorithmRegisterEvent; 1 member ; # io/homo/superresolution/api/event/AlgorithmRegisterEvent$$Lambda+0x000001d682fd5118 +instanceKlass umpaz/brewinandchewin/common/mixin/client/ModelBakeryAccessor +instanceKlass xaero/lib/common/config/Config +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors ()V 9 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors$$Lambda+0x000001d682fd4028 +instanceKlass net/blay09/mods/balm/mixin/ModelBakeryAccessor +instanceKlass xaero/hud/minimap/radar/category/EntityRadarCategoryManager +instanceKlass net/rogues/config/Default +instanceKlass umpaz/brewinandchewin/client/renderer/texture/BnCTextureModifiers +instanceKlass org/embeddedt/modernfix/common/mixin/perf/dynamic_resources/ctm/CTMModelBakeryAccessor +instanceKlass org/betterx/betterend/registry/EndEnchantments +instanceKlass io/homo/superresolution/api/event/Event +instanceKlass org/betterx/wover/ui/api/VersionChecker +instanceKlass org/embeddedt/modernfix/duck/IExtendedModelBakery +instanceKlass net/fabricmc/fabric/impl/client/item/ClientItemEventHooks +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/ConfettiColors +instanceKlass net/rogues/RoguesMod +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 132 member ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fd2060 +instanceKlass com/teamresourceful/resourcefullib/common/network/defaults/AbstractPacketType +instanceKlass @bci org/violetmoon/quark/base/network/message/RequestEmoteMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/RequestEmoteMessage$$Lambda+0x000001d682fd1bb0 +instanceKlass io/homo/superresolution/api/event/EventFactory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/InBiomePlacementCondition ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/InBiomePlacementCondition$$Lambda+0x000001d682fd1778 +instanceKlass umpaz/brewinandchewin/client/BrewinAndChewinClient +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 118 member ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fd1348 +instanceKlass @bci com/caveore/CaveOre (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/caveore/CaveOre$$Lambda+0x000001d682fd1118 +instanceKlass @bci org/violetmoon/quark/base/network/message/RequestEmoteMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/RequestEmoteMessage$$Lambda+0x000001d682fd0ee0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/InBiomePlacementCondition ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/InBiomePlacementCondition$$Lambda+0x000001d682fd0ca8 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 104 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fd0a80 +instanceKlass @bci io/homo/superresolution/api/event/AlgorithmRegisterEvent ()V 2 argL0 ; # io/homo/superresolution/api/event/AlgorithmRegisterEvent$$Lambda+0x000001d682fd0848 +instanceKlass org/betterx/wover/core/impl/registry/ModCoreImpl +instanceKlass umpaz/brewinandchewin/neoforge/client/platform/BnCClientPlatfomHelperNeoForge +instanceKlass @bci com/evandev/reliable_replacer/client/ClientConfigSetup register (Lnet/neoforged/fml/ModContainer;)V 16 argL0 ; # com/evandev/reliable_replacer/client/ClientConfigSetup$$Lambda+0x000001d682fd0000 +instanceKlass org/betterx/betterend/registry/EndBlockEntities +instanceKlass io/homo/superresolution/api/event/AlgorithmRegisterEvent +instanceKlass com/caveore/config/CommonConfiguration +instanceKlass com/evandev/reliable_replacer/Constants +instanceKlass mezz/jei/library/recipes/RecipeSerializers +instanceKlass io/homo/superresolution/api/registry/AlgorithmRegistry +instanceKlass umpaz/brewinandchewin/platform/client/BnCClientPlatformHelper +instanceKlass java/awt/AWTEvent$1 +instanceKlass sun/awt/AWTAccessor$AWTEventAccessor +instanceKlass sun/awt/AppContext$PostShutdownEventRunnable +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 111 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcd470 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 106 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcd238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 98 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcd000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 90 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcfca8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData byteMatrixStream (I)Lnet/minecraft/network/codec/StreamCodec; 10 member ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcfa70 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData byteMatrixStream (I)Lnet/minecraft/network/codec/StreamCodec; 4 member ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcf838 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcf600 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcf3c8 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 192 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fcf190 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcef58 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 184 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fced10 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 176 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fcead8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fce8a0 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 168 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fce668 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 74 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fce430 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 160 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fce218 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 362 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682fce000 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 152 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fcbbb8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 58 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcb980 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 144 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fcb738 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 53 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fcb500 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 404 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fcaca8 +instanceKlass @bci io/homo/superresolution/api/config/values/list/StringListValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 20 member ; # io/homo/superresolution/api/config/values/list/StringListValue$$Lambda+0x000001d682fcaa58 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 136 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fca820 +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/end/WoverEndConfig 301 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fcc000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 43 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fca5e8 +instanceKlass @bci org/violetmoon/quark/base/network/message/HarvestMessage ()V 37 argL0 ; # org/violetmoon/quark/base/network/message/HarvestMessage$$Lambda+0x000001d682fca3c0 +instanceKlass @bci io/homo/superresolution/api/config/values/list/StringListValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 14 member ; # io/homo/superresolution/api/config/values/list/StringListValue$$Lambda+0x000001d682fca1a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData ()V 38 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fc9f68 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 128 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fc9d20 +instanceKlass @bci io/homo/superresolution/api/config/values/single/EnumValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 10 member ; # io/homo/superresolution/api/config/values/single/EnumValue$$Lambda+0x000001d682fc9ad0 +instanceKlass @bci org/violetmoon/quark/base/network/message/HarvestMessage ()V 32 argL0 ; # org/violetmoon/quark/base/network/message/HarvestMessage$$Lambda+0x000001d682fc9898 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 392 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc9660 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 120 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fc9418 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 344 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc91e0 +instanceKlass @bci org/violetmoon/quark/base/network/message/HarvestMessage ()V 24 argL0 ; # org/violetmoon/quark/base/network/message/HarvestMessage$$Lambda+0x000001d682fc8fa8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData byteMatrix (I)Lcom/mojang/serialization/Codec; 10 member ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fc8d70 +instanceKlass @bci com/teamresourceful/resourcefullib/common/network/base/NetworkHandle handle (Ljava/util/function/Consumer;)Ljava/util/function/Function; 1 member ; # com/teamresourceful/resourcefullib/common/network/base/NetworkHandle$$Lambda+0x000001d682fc8b30 +instanceKlass @bci io/homo/superresolution/api/config/values/single/StringValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 10 member ; # io/homo/superresolution/api/config/values/single/StringValue$$Lambda+0x000001d682fc88e0 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 296 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc8470 +instanceKlass @bci org/violetmoon/quark/base/network/message/HarvestMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/HarvestMessage$$Lambda+0x000001d682fc86a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData byteMatrix (I)Lcom/mojang/serialization/Codec; 4 member ; # net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData$$Lambda+0x000001d682fc8238 +instanceKlass @bci org/violetmoon/quark/base/network/message/HarvestMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/HarvestMessage$$Lambda+0x000001d682fc8000 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 248 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc7c88 +instanceKlass @bci io/homo/superresolution/api/config/values/single/FloatValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 10 member ; # io/homo/superresolution/api/config/values/single/FloatValue$$Lambda+0x000001d682fc7a38 +instanceKlass @bci xaero/hud/category/serialization/data/ObjectCategoryData$Builder buildSubCategories ()Ljava/util/List; 38 argL0 ; # xaero/hud/category/serialization/data/ObjectCategoryData$Builder$$Lambda+0x000001d682fc7358 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/BlackboardData +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fc7580 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 200 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc7120 +instanceKlass @bci xaero/hud/category/serialization/data/ObjectCategoryData$Builder buildSubCategories ()Ljava/util/List; 33 argL0 ; # xaero/hud/category/serialization/data/ObjectCategoryData$Builder$$Lambda+0x000001d682fc6c70 +instanceKlass @bci io/homo/superresolution/api/config/values/single/BooleanValue fillSpec (Lcom/electronwill/nightconfig/core/ConfigSpec;)V 10 member ; # io/homo/superresolution/api/config/values/single/BooleanValue$$Lambda+0x000001d682fc6a20 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fc67e8 +instanceKlass @bci xaero/hud/category/serialization/data/ObjectCategoryData$Builder buildSubCategories ()Ljava/util/List; 28 member ; # xaero/hud/category/serialization/data/ObjectCategoryData$Builder$$Lambda+0x000001d682fc65c8 +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient register ()V 69 argL0 ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fc63b0 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc6178 +instanceKlass @bci io/homo/superresolution/api/config/ModConfigSpec fillSpec ()V 30 member ; # io/homo/superresolution/api/config/ModConfigSpec$$Lambda+0x000001d682fc5f48 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fc5d10 +instanceKlass @bci xaero/hud/category/serialization/data/ObjectCategoryData$Builder buildSubCategories ()Ljava/util/List; 9 argL0 ; # xaero/hud/category/serialization/data/ObjectCategoryData$Builder$$Lambda+0x000001d682fc5ad8 +instanceKlass @bci com/evandev/reliable_replacer/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/evandev/reliable_replacer/platform/Services$$Lambda+0x000001d682fc5690 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 91 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fc58b0 +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModuleNeoForge$$Lambda+0x000001d682fc5468 +instanceKlass @bci io/homo/superresolution/api/config/ModConfigSpec fillSpec ()V 10 member ; # io/homo/superresolution/api/config/ModConfigSpec$$Lambda+0x000001d682fc5238 +instanceKlass mezz/jei/library/plugins/vanilla/crafting/JeiShapedRecipe$Serializer +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc4dd0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fc4b98 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 92 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fc4960 +instanceKlass org/betterx/betterend/registry/EndMenuTypes +instanceKlass @bci io/homo/superresolution/api/config/ModConfigSpecBuilder build ()Lio/homo/superresolution/api/config/ModConfigSpec; 67 member ; # io/homo/superresolution/api/config/ModConfigSpecBuilder$$Lambda+0x000001d682fc42d8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fc40a0 +instanceKlass com/evandev/reliable_replacer/platform/NeoForgePlatformHelper +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModuleNeoForge$$Lambda+0x000001d682fc3c08 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc39d0 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoubleDoorMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/DoubleDoorMessage$$Lambda+0x000001d682fc3798 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 84 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fc3560 +instanceKlass com/teamresourceful/resourcefullib/common/network/base/NetworkHandle +instanceKlass net/minecraft/client/renderer/block/model/ItemOverrides$PropertyMatcher +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$RangeType ()V 36 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$RangeType$$Lambda+0x000001d682fc2d58 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 76 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fc2b40 +instanceKlass @bci org/violetmoon/quark/base/network/message/DoubleDoorMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/DoubleDoorMessage$$Lambda+0x000001d682fc2908 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client ()V 40 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$$Lambda+0x000001d682fc26d0 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/config/ConfigGeneralNeoForge +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 78 member ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fc20a8 +instanceKlass com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintPalettedPermutations +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 64 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fc1748 +instanceKlass com/evandev/reliable_replacer/platform/services/IPlatformHelper +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Client$DisplaySettings ()V 51 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Client$DisplaySettings$$Lambda+0x000001d682fc1338 +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient register ()V 36 argL0 ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fc1110 +instanceKlass io/homo/superresolution/api/config/ModConfigSpec +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/config/BWHConfigNeoForge +instanceKlass xaero/hud/category/rule/ObjectCategoryRule +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient register ()V 22 member ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fc03f0 +instanceKlass com/evandev/reliable_replacer/platform/Services +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$$Lambda+0x000001d682fbc400 +instanceKlass org/betterx/betterend/registry/EndPoiTypes +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket ()V 48 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket$$Lambda+0x000001d682fbdd28 +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient register ()V 7 member ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fbdaf8 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModuleNeoForge +instanceKlass xaero/hud/category/ObjectCategory +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket ()V 38 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket$$Lambda+0x000001d682fbd478 +instanceKlass @bci mezz/jei/neoforge/startup/StartEventObserver register (Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 31 member ; # mezz/jei/neoforge/startup/StartEventObserver$$Lambda+0x000001d682fbd000 +instanceKlass com/evandev/reliable_replacer/client/ClientConfigSetup +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket ()V 33 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket$$Lambda+0x000001d682fbfa98 +instanceKlass @bci mezz/jei/neoforge/startup/StartEventObserver register (Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 19 member ; # mezz/jei/neoforge/startup/StartEventObserver$$Lambda+0x000001d682fbf868 +instanceKlass @bci org/violetmoon/quark/base/network/message/InventoryTransferMessage ()V 16 argL0 ; # org/violetmoon/quark/base/network/message/InventoryTransferMessage$$Lambda+0x000001d682fbf640 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/services/NeoForgeModulesLoader +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 176 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fbeaf0 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 51 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fbe680 +instanceKlass xaero/hud/category/ObjectCategory$Builder +instanceKlass @bci mezz/jei/neoforge/startup/StartEventObserver lambda$register$0 (Lmezz/jei/neoforge/events/PermanentEventSubscriptions;Ljava/lang/Class;)V 3 member ; # mezz/jei/neoforge/startup/StartEventObserver$$Lambda+0x000001d682fbe450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$$Lambda+0x000001d682fbe218 +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 168 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fbe000 +instanceKlass @bci com/evandev/reliable_replacer/ReliableReplacerMod (Lnet/neoforged/bus/api/IEventBus;)V 46 member ; # com/evandev/reliable_replacer/ReliableReplacerMod$$Lambda+0x000001d682fbbd88 +instanceKlass @bci com/teamabnormals/blueprint/core/api/BlueprintTrims ()V 25 argL0 ; # com/teamabnormals/blueprint/core/api/BlueprintTrims$$Lambda+0x000001d682fbbb60 +instanceKlass @bci org/violetmoon/quark/base/network/message/InventoryTransferMessage ()V 11 argL0 ; # org/violetmoon/quark/base/network/message/InventoryTransferMessage$$Lambda+0x000001d682fbb928 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/services/IModulesLoader +instanceKlass org/betterx/betterend/registry/EndParticles +instanceKlass @bci mezz/jei/neoforge/startup/StartEventObserver register (Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 5 member ; # mezz/jei/neoforge/startup/StartEventObserver$$Lambda+0x000001d682fbb060 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$$Lambda+0x000001d682fbae28 +instanceKlass @bci com/evandev/reliable_replacer/ReliableReplacerMod (Lnet/neoforged/bus/api/IEventBus;)V 34 member ; # com/evandev/reliable_replacer/ReliableReplacerMod$$Lambda+0x000001d682fbabf8 +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterwitchhuts/services/Services$$Lambda+0x000001d682fba9d8 +instanceKlass @bci org/violetmoon/quark/base/network/message/InventoryTransferMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/InventoryTransferMessage$$Lambda+0x000001d682fba7a0 +instanceKlass @bci com/evandev/reliable_replacer/ReliableReplacerMod (Lnet/neoforged/bus/api/IEventBus;)V 22 member ; # com/evandev/reliable_replacer/ReliableReplacerMod$$Lambda+0x000001d682fba380 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fba138 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$$Lambda+0x000001d682fb9f00 +instanceKlass @bci com/teamabnormals/blueprint/core/other/BlueprintDataMaps$ModdedBiomeSliceSizeEntry ()V 8 argL0 ; # com/teamabnormals/blueprint/core/other/BlueprintDataMaps$ModdedBiomeSliceSizeEntry$$Lambda+0x000001d682fb9a88 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/services/NeoForgePlatformHelper +instanceKlass @bci com/evandev/reliable_replacer/ReliableReplacerMod (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/evandev/reliable_replacer/ReliableReplacerMod$$Lambda+0x000001d682fb9618 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fb93e0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket ()V 14 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket$$Lambda+0x000001d682fb91a8 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 38 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fb8d00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$$Lambda+0x000001d682fb8ac8 +instanceKlass @bci com/teamabnormals/blueprint/core/other/BlueprintDataMaps$ModdedBiomeSliceSizeEntry ()V 3 argL0 ; # com/teamabnormals/blueprint/core/other/BlueprintDataMaps$ModdedBiomeSliceSizeEntry$$Lambda+0x000001d682fb8890 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fb8658 +instanceKlass house/greenhouse/greenhouseconfig/impl/GreenhouseConfigHolderRegistry +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient (Lmezz/jei/neoforge/network/NetworkHandler;Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 65 member ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fb8238 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket ()V 9 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket$$Lambda+0x000001d682fb8000 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/services/IPlatformHelper +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 25 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fb0c30 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fb0800 +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 70 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb3d38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb3b10 +instanceKlass @bci mezz/jei/neoforge/JustEnoughItemsClient (Lmezz/jei/neoforge/network/NetworkHandler;Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 53 member ; # mezz/jei/neoforge/JustEnoughItemsClient$$Lambda+0x000001d682fb38f0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fb36b8 +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 57 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb3200 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/services/Services +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb2dc8 +instanceKlass org/betterx/betterend/registry/EndEntities +instanceKlass house/greenhouse/greenhouseconfig/impl/GreenhouseConfigHolderImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb2460 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition$$Lambda+0x000001d682fb2228 +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb2000 +instanceKlass mezz/jei/neoforge/startup/StartEventObserver +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb79c8 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModule$General +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 31 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb7150 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/module/ConfigModule +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb6d10 +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 102 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fb6af8 +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 18 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb68d0 +instanceKlass com/teamabnormals/blueprint/core/other/BlueprintDataMaps +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 94 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fb64b8 +instanceKlass @bci org/betterx/betterend/BetterEnd (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # org/betterx/betterend/BetterEnd$$Lambda+0x000001d682fb6290 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb6058 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/BetterWitchHutsCommon +instanceKlass @bci net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI (Lnet/neoforged/bus/api/IEventBus;)V 5 argL0 ; # net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI$$Lambda+0x000001d682fb59a0 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 68 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fb5788 +instanceKlass @bci org/violetmoon/quark/base/network/message/SortInventoryMessage ()V 8 argL0 ; # org/violetmoon/quark/base/network/message/SortInventoryMessage$$Lambda+0x000001d682fb5550 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb5318 +instanceKlass org/betterx/betterend/registry/EndSounds +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 8 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fb4f00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb4cc8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/AllOfPlacementCondition ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/AllOfPlacementCondition$$Lambda+0x000001d682fb4a90 +instanceKlass @bci org/violetmoon/quark/base/network/message/SortInventoryMessage ()V 3 argL0 ; # org/violetmoon/quark/base/network/message/SortInventoryMessage$$Lambda+0x000001d682fb4858 +instanceKlass mezz/jei/core/util/TimeUtil +instanceKlass xaero/common/misc/MapFactory +instanceKlass @bci punchy/client/PunchyClient init ()V 50 argL0 ; # punchy/client/PunchyClient$$Lambda+0x000001d682fb4238 +instanceKlass @bci fuzs/puzzleslib/impl/client/PuzzlesLibClient registerEventHandlers ()V 3 argL0 ; # fuzs/puzzleslib/impl/client/PuzzlesLibClient$$Lambda+0x000001d682fadcc8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/AllOfPlacementCondition ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/AllOfPlacementCondition$$Lambda+0x000001d682fada90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet$$Lambda+0x000001d682fb4000 +instanceKlass @bci xaero/hud/minimap/radar/category/EntityRadarCategoryConstants ()V 0 argL0 ; # xaero/hud/minimap/radar/category/EntityRadarCategoryConstants$$Lambda+0x000001d682fad878 +instanceKlass @bci house/greenhouse/greenhouseconfig/api/GreenhouseConfigHolder$Builder networkSynchronized (Lnet/minecraft/network/codec/StreamCodec;)Lhouse/greenhouse/greenhouseconfig/api/GreenhouseConfigHolder$Builder; 2 member ; # house/greenhouse/greenhouseconfig/api/GreenhouseConfigHolder$Builder$$Lambda+0x000001d682fad638 +instanceKlass @bci punchy/client/PunchyClient init ()V 37 argL0 ; # punchy/client/PunchyClient$$Lambda+0x000001d682fad1f8 +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 52 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fad420 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 221 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7f868 +instanceKlass xaero/common/misc/ListFactory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/AnyOfPlacementCondition ()V 20 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/AnyOfPlacementCondition$$Lambda+0x000001d682fafc28 +instanceKlass @bci io/homo/superresolution/api/utils/Requirement isFalse (Ljava/util/function/Supplier;)Lio/homo/superresolution/api/utils/Requirement; 5 member ; # io/homo/superresolution/api/utils/Requirement$$Lambda+0x000001d682fafa08 +instanceKlass @bci com/chunksending/ChunkSending (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/chunksending/ChunkSending$$Lambda+0x000001d682faf5c0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/PuzzlesLibNeoForgeClient ()V 6 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/PuzzlesLibNeoForgeClient$$Lambda+0x000001d682faf7f0 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 216 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7f640 +instanceKlass com/teamabnormals/blueprint/core/other/BlueprintEvents +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementcondition/AnyOfPlacementCondition ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/placementcondition/AnyOfPlacementCondition$$Lambda+0x000001d682faece8 +instanceKlass @bci io/homo/superresolution/common/upscale/AlgorithmDescriptions ()V 44 argL0 ; # io/homo/superresolution/common/upscale/AlgorithmDescriptions$$Lambda+0x000001d682fae5b0 +instanceKlass xaero/hud/minimap/radar/category/EntityRadarCategoryConstants +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 201 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7f408 +instanceKlass punchy/compat/SwordBlockingMechanicsCompat +instanceKlass fuzs/puzzleslib/impl/client/PuzzlesLibClient +instanceKlass house/greenhouse/greenhouseconfig/api/GreenhouseConfigHolder$Builder +instanceKlass com/chunksending/config/CommonConfiguration +instanceKlass io/homo/superresolution/core/graphics/opengl/dsa/IGlDirectStateAccess +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 196 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7f1e0 +instanceKlass org/violetmoon/quark/catnip/net/base/ServerboundPacketPayload +instanceKlass io/homo/superresolution/core/graphics/opengl/Gl +instanceKlass org/violetmoon/quark/catnip/net/base/BasePacketPayload +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 545 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fac800 +instanceKlass xaero/hud/minimap/radar/category/EntityRadarCategoryManager$Builder +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 181 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7efa8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$$Lambda+0x000001d682fa9848 +instanceKlass @bci net/spell_engine/client/SpellEngineClient ()V 26 argL0 ; # net/spell_engine/client/SpellEngineClient$$Lambda+0x000001d682fa9378 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 176 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7ed80 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure ()V 19 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure$$Lambda+0x000001d682fa9160 +instanceKlass org/betterx/wover/generator/api/biomesource/end/BiomeDecider +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 531 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fac000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure$$Lambda+0x000001d682fa8cd0 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 161 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7eb48 +instanceKlass net/spell_engine/config/HudConfig$1 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure$$Lambda+0x000001d682fa8430 +instanceKlass @bci fuzs/puzzleslib/impl/PuzzlesLibMod registerEventHandlers ()V 12 argL0 ; # fuzs/puzzleslib/impl/PuzzlesLibMod$$Lambda+0x000001d682fa8218 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 113 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682fa8000 +instanceKlass com/nakuring/enhancedbossbars/BossBars +instanceKlass net/spell_engine/config/HudConfig$Part +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 156 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7e920 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 8 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure$$Lambda+0x000001d682fa59f8 +instanceKlass org/violetmoon/quark/catnip/net/base/BasePacketPayload$PacketTypeProvider +instanceKlass fuzs/puzzleslib/impl/core/EventHandlerProvider +instanceKlass xaero/common/events/ClientEventsListener +instanceKlass mezz/jei/library/load/PluginCallerTimerRunnable +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 521 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fa5000 +instanceKlass io/homo/superresolution/api/utils/Requirement +instanceKlass org/violetmoon/quark/base/capability/CapabilityHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 258 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682fa71c0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682fa4c00 +instanceKlass house/greenhouse/greenhouseconfig/api/GreenhouseConfigHolder +instanceKlass fuzs/puzzleslib/neoforge/impl/core/NeoForgeAbstractions +instanceKlass net/minecraft/world/phys/Vec2 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 141 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7e6e8 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig 409 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fa4800 +instanceKlass @bci mezz/jei/library/load/PluginCallerTimer ()V 16 member ; # mezz/jei/library/load/PluginCallerTimer$$Lambda+0x000001d682fa3818 +instanceKlass com/teamabnormals/blueprint/core/api/IChestBlock +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682fa4400 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 136 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7e4c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 246 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682fa33e8 +instanceKlass org/violetmoon/quark/base/handler/QuarkRemapHandler +instanceKlass mezz/jei/library/load/PluginCallerTimer +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 507 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682fa4000 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 95 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682fa2d98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner ()V 74 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682fa2b60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 224 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682fa2928 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 121 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7e288 +instanceKlass @bci xaero/hud/minimap/common/radar/category/EntityRadarCategorySerializers$Builder build ()Lxaero/hud/minimap/common/radar/category/EntityRadarCategorySerializers; 25 argL0 ; # xaero/hud/minimap/common/radar/category/EntityRadarCategorySerializers$Builder$$Lambda+0x000001d682fa2490 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner ()V 69 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682fa2258 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 202 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682fa1da0 +instanceKlass net/minecraft/world/BossEvent +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 116 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7e060 +instanceKlass xaero/hud/minimap/common/radar/category/EntityRadarCategorySerializers +instanceKlass org/violetmoon/quark/base/components/QuarkDataComponents +instanceKlass com/nakuring/enhancedbossbars/CustomBarRenderer +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 177 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682fa0000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner ()V 58 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f9fc88 +instanceKlass house/greenhouse/greenhouseconfig/nightconfig/NightConfigElement +instanceKlass com/teamresourceful/bytecodecs/utils/ByteBufUtils +instanceKlass house/greenhouse/greenhouseconfig/nightconfig/shade/core/UnmodifiableConfig +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter ()V 35 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9f420 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner ()V 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f9f1e8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter ()V 30 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9efb0 +instanceKlass fuzs/puzzleslib/api/core/v1/CommonAbstractions +instanceKlass net/spell_engine/client/gui/HudElement +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 77 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f9e990 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9e768 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 101 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7dc28 +instanceKlass house/greenhouse/greenhouseconfig/toml/TomlLang +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f9e300 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9dbd8 +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext registerEventHandlers ()V 40 argL0 ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d682f9d9c0 +instanceKlass xaero/hud/category/serialization/data/ObjectCategoryData$Builder +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 96 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7da00 +instanceKlass org/violetmoon/quark/base/handler/WoodSetHandler$WoodSet +instanceKlass net/spell_engine/config/HudConfig$CastBar +instanceKlass me/decce/gnetum/GnetumConfigScreenFactory +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9c008 +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext registerEventHandlers ()V 16 argL0 ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d682f9bdf0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f9bbb8 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 81 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7d7c8 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common ()V 54 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f9b980 +instanceKlass @bci me/decce/gnetum/Gnetum (Lnet/neoforged/fml/javafmlmod/FMLModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 47 member ; # me/decce/gnetum/Gnetum$$Lambda+0x000001d682f9b538 +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext registerEventHandlers ()V 3 argL0 ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d682f9b768 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter ()V 10 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter$$Lambda+0x000001d682f9b300 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 76 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7d5a0 +instanceKlass @bci com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper createBlockEntity (Ljava/lang/String;Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/lang/Class;)Lnet/neoforged/neoforge/registries/DeferredHolder; 7 member ; # com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper$$Lambda+0x000001d682f9a228 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common ()V 49 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f99ff0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f98f00 +instanceKlass @bci me/decce/gnetum/Gnetum (Lnet/neoforged/fml/javafmlmod/FMLModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 33 member ; # me/decce/gnetum/Gnetum$$Lambda+0x000001d682f98cd0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/PuzzlesLibNeoForge ()V 6 argL0 ; # fuzs/puzzleslib/neoforge/impl/PuzzlesLibNeoForge$$Lambda+0x000001d682f98ab8 +instanceKlass net/spell_engine/config/HudConfig +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common ()V 41 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f98668 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 61 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7d368 +instanceKlass @bci me/decce/gnetum/Gnetum (Lnet/neoforged/fml/javafmlmod/FMLModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 19 member ; # me/decce/gnetum/Gnetum$$Lambda+0x000001d682f98238 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common ()V 33 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f98000 +instanceKlass io/homo/superresolution/api/AbstractAlgorithm +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f96928 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 56 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7d140 +instanceKlass @bci squeek/appleskin/AppleSkin (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 83 argL0 ; # squeek/appleskin/AppleSkin$$Lambda+0x000001d682f96710 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f964d8 +instanceKlass @bci me/decce/gnetum/Gnetum (Lnet/neoforged/fml/javafmlmod/FMLModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 5 argL0 ; # me/decce/gnetum/Gnetum$$Lambda+0x000001d682f962b0 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 41 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7cf08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner$$Lambda+0x000001d682f95138 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer ()V 44 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f93fd0 +instanceKlass net/spell_engine/client/particle/TemplateParticleEffect +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 36 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7cce0 +instanceKlass squeek/appleskin/ModConfig +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer ()V 39 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f93700 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f934c8 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 59 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f932b0 +instanceKlass net/spell_engine/api/effect/CustomParticleStatusEffect$Spawner +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer ()V 31 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f91cc8 +instanceKlass @bci squeek/appleskin/AppleSkin (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 51 member ; # squeek/appleskin/AppleSkin$$Lambda+0x000001d682f91a98 +instanceKlass io/homo/superresolution/core/impl/Resizable +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 21 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7caa8 +instanceKlass net/spell_engine/client/SpellEngineClient +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f91478 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f90000 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/SafeOwner +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f80a30 +instanceKlass @bci com/teamresourceful/bytecodecs/base/ByteCodec ()V 16 argL0 ; # com/teamresourceful/bytecodecs/base/ByteCodec$$Lambda+0x000001d682f7c880 +instanceKlass @bci squeek/appleskin/AppleSkin (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 39 member ; # squeek/appleskin/AppleSkin$$Lambda+0x000001d682f80800 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f8fd58 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/structure/SurfaceSnap ()V 38 argL0 ; # dev/worldgen/lithostitched/api/worldgen/structure/SurfaceSnap$$Lambda+0x000001d682f8efd8 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f8db78 +instanceKlass @bci squeek/appleskin/AppleSkin (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 27 member ; # squeek/appleskin/AppleSkin$$Lambda+0x000001d682f8d948 +instanceKlass dev/emi/emi/api/EmiEntrypoint +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f8d518 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 43 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f8d110 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common ()V 19 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$$Lambda+0x000001d682f8cc58 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer$$Lambda+0x000001d682f8ca18 +instanceKlass @bci squeek/appleskin/AppleSkin (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # squeek/appleskin/AppleSkin$$Lambda+0x000001d682f8b5c8 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 38 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f8acb8 +instanceKlass io/homo/superresolution/api/registry/AlgorithmDescription +instanceKlass xaero/hud/category/serialization/data/ObjectCategoryDataNbtSerializer$Builder +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook ()V 30 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook$$Lambda+0x000001d682f89408 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient$Serializer +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook ()V 25 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook$$Lambda+0x000001d682f81c10 +instanceKlass punchy/compat/SpellEngineCompat +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f83a28 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook$$Lambda+0x000001d682f837f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress ()V 49 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f835b8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f83380 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress ()V 44 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f83148 +instanceKlass net/relics_rpgs/neoforge/client/NeoForgeClientMod +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress ()V 36 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f87ae0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f878a8 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook$$Lambda+0x000001d682f87670 +instanceKlass @bci com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper createBlockEntity (Ljava/lang/String;Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredHolder; 7 member ; # com/teamabnormals/blueprint/core/util/registry/BlockEntitySubRegistryHelper$$Lambda+0x000001d682f87230 +instanceKlass io/homo/superresolution/common/upscale/AlgorithmDescriptions +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress ()V 28 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f86df8 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/CustomDataIngredient +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f86958 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f85548 +instanceKlass @bci net/relics_rpgs/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 13 argL0 ; # net/relics_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d682f85320 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 22 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f85108 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook ()V 11 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook$$Lambda+0x000001d682f7bd48 +instanceKlass @bci punchy/compat/BetterCombatCompat initialize ()V 168 argL0 ; # punchy/compat/BetterCombatCompat$$Lambda+0x000001d682f7bb30 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f7b6e0 +instanceKlass net/bettercombat/api/client/BetterCombatClientEvents$PlayerAttackHit +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes ()V 17 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes$$Lambda+0x000001d682f7ae98 +instanceKlass xaero/hud/category/serialization/data/ObjectCategoryDataSerializer$Builder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f7aa50 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f7a818 +instanceKlass @bci io/homo/superresolution/common/config/special/SGSR2SpecialConfig (Lio/homo/superresolution/api/config/ModConfigSpecBuilder;)V 14 argL0 ; # io/homo/superresolution/common/config/special/SGSR2SpecialConfig$$Lambda+0x000001d682f7a600 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f80000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f7a1c8 +instanceKlass com/teamresourceful/bytecodecs/base/ByteCodec +instanceKlass org/violetmoon/quark/base/handler/QuarkSounds +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer ()V 44 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f79da0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f79928 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig$$Lambda+0x000001d682f794d0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer ()V 39 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f786d8 +instanceKlass dev/emi/emi/platform/EmiAgnos +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer ()V 31 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f78208 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f71c30 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f71800 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg ()V 68 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f73c08 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f739d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress$$Lambda+0x000001d682f73798 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg ()V 63 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f730e0 +instanceKlass xaero/hud/category/serialization/data/ObjectCategoryData +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintBlockEntityTypes +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f72860 +instanceKlass net/spell_engine/api/spell/event/SpellHandlers +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer$$Lambda+0x000001d682f72420 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/PresentAddress +instanceKlass org/violetmoon/quark/base/client/config/QButtonHandler +instanceKlass @bci io/homo/superresolution/common/config/special/FSR2SpecialConfig (Lio/homo/superresolution/api/config/ModConfigSpecBuilder;)V 32 argL0 ; # io/homo/superresolution/common/config/special/FSR2SpecialConfig$$Lambda+0x000001d682f778e8 +instanceKlass @bci punchy/compat/BetterCombatCompat initialize ()V 86 argL0 ; # punchy/compat/BetterCombatCompat$$Lambda+0x000001d682f776d0 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient$Serializer +instanceKlass dev/emi/emi/api/stack/EmiStack +instanceKlass @bci io/homo/superresolution/common/config/special/FSR2SpecialConfig (Lio/homo/superresolution/api/config/ModConfigSpecBuilder;)V 14 argL0 ; # io/homo/superresolution/common/config/special/FSR2SpecialConfig$$Lambda+0x000001d682f76b38 +instanceKlass net/bettercombat/api/client/BetterCombatClientEvents$PlayerAttackStart +instanceKlass dev/emi/emi/jemi/JemiUtil +instanceKlass net/relics_rpgs/spell/RelicMechanics$1 +instanceKlass net/bettercombat/config/ClientConfig +instanceKlass org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonProvider +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawStructure$$Lambda+0x000001d682f75a88 +instanceKlass net/bettercombat/client/BetterCombatClientMod +instanceKlass com/teamresourceful/resourcefullib/common/network/base/ClientboundPacketType +instanceKlass com/teamresourceful/resourcefullib/common/network/base/PacketType +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/ComponentsIngredient +instanceKlass net/spell_engine/api/spell/event/SpellHandlers$CustomImpact +instanceKlass mezz/jei/library/load/PluginCaller +instanceKlass house/greenhouse/greenhouseconfig/impl/codec/OrderCorrectedRecordCodec +instanceKlass net/relics_rpgs/spell/RelicMechanics +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 441 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f74470 +instanceKlass @cpi umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg 382 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682f70c00 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 429 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f74238 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 381 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f74000 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 333 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6fc68 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 285 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6fa30 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 237 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6f7f8 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 189 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6f5c0 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 141 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6f388 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d682f70800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f70400 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d682f70000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6d000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure ()V 19 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure$$Lambda+0x000001d682f6f170 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 73 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f6ef48 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure$$Lambda+0x000001d682f6ed10 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d682f6cc00 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 65 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f6eaf8 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer ()V 44 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6e8d0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer ()V 39 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6e698 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure ()V 3 argL0 ; # dev/worldgen/lithostitched/worldgen/structure/DelegatingStructure$$Lambda+0x000001d682f6e460 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6c400 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer ()V 31 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6e228 +instanceKlass @bci dev/worldgen/lithostitched/ClocheHacks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/ClocheHacks$$Lambda+0x000001d682f6e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682f6c000 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6bd98 +instanceKlass @bci dev/worldgen/lithostitched/ClocheHacks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/ClocheHacks$$Lambda+0x000001d682f6bb60 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6b928 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6b6f0 +instanceKlass @bci dev/worldgen/lithostitched/ClocheHacks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/ClocheHacks$$Lambda+0x000001d682f6b4b8 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f6b280 +instanceKlass @bci dev/worldgen/lithostitched/ClocheHacks ()V 0 argL0 ; # dev/worldgen/lithostitched/ClocheHacks$$Lambda+0x000001d682f6abf0 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f6b048 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer$$Lambda+0x000001d682f68838 +instanceKlass net/bettercombat/api/event/Publisher +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg ()V 49 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg$$Lambda+0x000001d682f683f8 +instanceKlass dev/worldgen/lithostitched/ClocheHacks +instanceKlass com/teamresourceful/resourcefullib/common/network/Packet +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 43 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f64400 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient$Serializer +instanceKlass @bci mezz/jei/library/startup/JeiStarter (Lmezz/jei/library/startup/StartData;)V 339 member ; # mezz/jei/library/startup/JeiStarter$$Lambda+0x000001d682f65c68 +instanceKlass net/bettercombat/api/client/BetterCombatClientEvents +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 38 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f65640 +instanceKlass xaero/hud/category/serialization/data/ObjectCategoryDataSerializer +instanceKlass @bci com/teamresourceful/resourcefullib/common/network/neoforge/NeoForgeNetworking (Lnet/minecraft/resources/ResourceLocation;IZ)V 59 member ; # com/teamresourceful/resourcefullib/common/network/neoforge/NeoForgeNetworking$$Lambda+0x000001d682f677c8 +instanceKlass @bci mezz/jei/library/config/RecipeCategorySortingConfig (Ljava/nio/file/Path;)V 5 argL0 ; # mezz/jei/library/config/RecipeCategorySortingConfig$$Lambda+0x000001d682f67590 +instanceKlass dev/worldgen/lithostitched/worldgen/structure/DelegatingConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f67150 +instanceKlass xaero/hud/minimap/common/radar/category/EntityRadarCategorySerializers$Builder +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 117 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f66d38 +instanceKlass mezz/jei/common/config/sorting/serializers/SortingSerializers$1 +instanceKlass @bci io/homo/superresolution/common/config/special/FSR1SpecialConfig (Lio/homo/superresolution/api/config/ModConfigSpecBuilder;)V 12 argL0 ; # io/homo/superresolution/common/config/special/FSR1SpecialConfig$$Lambda+0x000001d682f668f0 +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 97 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f666d8 +instanceKlass punchy/compat/BetterCombatCompat +instanceKlass com/teamresourceful/resourcefullib/common/network/neoforge/NeoForgeNetworking +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/DifferenceIngredient +instanceKlass org/violetmoon/quark/base/client/handler/InventoryButtonHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f63b58 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 49 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f63930 +instanceKlass net/relics_rpgs/config/ItemConfig$Entry +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 86 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f634f8 +instanceKlass mezz/jei/common/config/sorting/serializers/ISortingSerializer +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 41 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f62ec8 +instanceKlass mezz/jei/common/config/sorting/serializers/SortingSerializers +instanceKlass io/homo/superresolution/common/config/special/SpecialConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f62530 +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 66 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f62108 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient ()V 29 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient$$Lambda+0x000001d682f617b8 +instanceKlass xaero/lib/common/config/option/ConfigOption +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 61 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f61580 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 18 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient$$Lambda+0x000001d682f61150 +instanceKlass xaero/common/minimap/radar/tracker/system/IPlayerTrackerSystem +instanceKlass net/relics_rpgs/config/ItemConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f60d00 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 13 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AnyIngredient$$Lambda+0x000001d682f60678 +instanceKlass mezz/jei/common/config/sorting/SortingConfig +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 40 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f60228 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView 280 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682f64000 +instanceKlass com/teamresourceful/resourcefullib/common/network/neoforge/NetworkImpl +instanceKlass io/homo/superresolution/common/config/special/SpecialConfigs +instanceKlass net/relics_rpgs/RelicsMod +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f5cae8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries$$Lambda+0x000001d682f5c640 +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 35 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f5c408 +instanceKlass net/minecraft/client/gui/Font +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 301 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f5be88 +instanceKlass @bci net/relics_rpgs/item/RelicFactory ()V 0 argL0 ; # net/relics_rpgs/item/RelicFactory$$Lambda+0x000001d682f5bc50 +instanceKlass xaero/hud/minimap/player/tracker/system/RenderedPlayerTrackerManager +instanceKlass com/teamresourceful/resourcefullib/common/network/Network +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f5b5c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries$$Lambda+0x000001d682f5b398 +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 14 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f5b160 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 283 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f5af48 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries$$Lambda+0x000001d682f5ad10 +instanceKlass net/relics_rpgs/item/RelicFactory +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 265 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f5a708 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f5a4d0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient$Serializer (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/MapCodec;)V 33 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient$Serializer$$Lambda+0x000001d682f5a298 +instanceKlass @bci umpaz/brewinandchewin/common/utility/FluidUnit ()V 9 argL0 ; # umpaz/brewinandchewin/common/utility/FluidUnit$$Lambda+0x000001d682f5a060 +instanceKlass xaero/hud/minimap/player/tracker/system/RenderedPlayerTrackerManager$Builder +instanceKlass @bci net/relics_rpgs/compat/AccessoriesHelper registerFactory ()V 0 argL0 ; # net/relics_rpgs/compat/AccessoriesHelper$$Lambda+0x000001d682f599e8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries$$Lambda+0x000001d682f59598 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 247 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f597d0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient ()V 29 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient$$Lambda+0x000001d682f59360 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f59128 +instanceKlass @bci com/teamabnormals/blueprint/core/util/registry/EntitySubRegistryHelper createEntity (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;Ljava/util/function/Consumer;)Lnet/neoforged/neoforge/registries/DeferredHolder; 11 member ; # com/teamabnormals/blueprint/core/util/registry/EntitySubRegistryHelper$$Lambda+0x000001d682f58f08 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 229 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f58cf0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries$$Lambda+0x000001d682f58ab8 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 211 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f58208 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 25 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f57cf0 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient$Serializer +instanceKlass xaero/common/PlatformContextLoaderClientOnly +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer$MobData ()V 13 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer$MobData$$Lambda+0x000001d682f57858 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 193 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f57128 +instanceKlass xaero/common/minimap/write/MinimapWriter +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes ()V 17 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes$$Lambda+0x000001d682f56c28 +instanceKlass com/teamresourceful/resourcefullib/common/network/base/Networking +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 175 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f56818 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer$MobData ()V 2 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer$MobData$$Lambda+0x000001d682f565e0 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 18 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient$$Lambda+0x000001d682f563a8 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer +instanceKlass punchy/client/animation/PoseHandler +instanceKlass @bci io/homo/superresolution/api/config/values/list/StringListValue (Ljava/util/List;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/util/function/Predicate;)V 4 argL0 ; # io/homo/superresolution/api/config/values/list/StringListValue$$Lambda+0x000001d682f55b40 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/MapCodec; 13 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/builtin/AllIngredient$$Lambda+0x000001d682f55908 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/network/NetworkHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SqrtDensityFunction ()V 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SqrtDensityFunction$$Lambda+0x000001d682f50b30 +instanceKlass net/relics_rpgs/compat/AccessoriesHelper +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient +instanceKlass com/simibubi/create/foundation/mixin/accessor/FontAccessor +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModSounds registerSound (Ljava/lang/String;)Ljava/util/function/Supplier; 5 member ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModSounds$$Lambda+0x000001d682f48c30 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SqrtDensityFunction ()V 10 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SqrtDensityFunction$$Lambda+0x000001d682f489f8 +instanceKlass snownee/jade/gui/JadeFont +instanceKlass net/relics_rpgs/compat/AccessoriesCompat +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IAntiquable +instanceKlass xaero/common/PlatformContextLoaderCommon +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModSounds +instanceKlass punchy/client/animation/PunchyAnimationManager +instanceKlass net/neoforged/neoforge/client/extensions/IFontExtension +instanceKlass net/relics_rpgs/neoforge/compat/CompatFeatures +instanceKlass com/teamabnormals/blueprint/client/renderer/HasBlueprintBoatType +instanceKlass xaero/common/events/ModClientEvents +instanceKlass xaero/common/events/ModCommonEvents +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SinDensityFunction ()V 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SinDensityFunction$$Lambda+0x000001d682f4a838 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SinDensityFunction ()V 10 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SinDensityFunction$$Lambda+0x000001d682f4fd20 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientInit +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 316 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4f8e8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 297 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4f6d0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 278 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4f4b8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 259 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4f2a0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 240 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4f088 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 221 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4ee70 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 202 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4ec58 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 183 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4ea40 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 164 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4e828 +instanceKlass @bci team/creative/creativecore/CreativeForgeLoader registerClient (Lteam/creative/creativecore/client/ClientLoader;)V 33 member ; # team/creative/creativecore/CreativeForgeLoader$$Lambda+0x000001d682f4e5f8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 145 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4e3e0 +instanceKlass @bci team/creative/creativecore/CreativeForgeLoader registerClient (Lteam/creative/creativecore/client/ClientLoader;)V 19 member ; # team/creative/creativecore/CreativeForgeLoader$$Lambda+0x000001d682f4e1b0 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 126 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4df98 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 141 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d682f4dd80 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 107 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4db68 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 125 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d682f4d950 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 88 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4d738 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 91 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d682f4d510 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 70 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4d2f8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 52 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4d0e0 +instanceKlass @bci team/creative/creativecore/CreativeCore ()V 67 argL0 ; # team/creative/creativecore/CreativeCore$$Lambda+0x000001d682f4ceb8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 34 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4cca0 +instanceKlass @bci net/fabricmc/fabric/impl/registry/sync/FabricRegistryInit onInitialize ()V 13 argL0 ; # net/fabricmc/fabric/impl/registry/sync/FabricRegistryInit$$Lambda+0x000001d682f4ca78 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModItems ()V 16 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModItems$$Lambda+0x000001d682f4c860 +instanceKlass @bci team/creative/creativecore/common/gui/creator/GuiCreator$GuiCreatorBlock ()V 1 argL0 ; # team/creative/creativecore/common/gui/creator/GuiCreator$GuiCreatorBlock$$Lambda+0x000001d682f4c638 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root ()V 48 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f4c400 +instanceKlass net/fabricmc/fabric/impl/registry/sync/DynamicRegistriesImpl +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintEntityTypes +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root ()V 43 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f47c30 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModItems +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f47560 +instanceKlass xaero/common/events/ClientEvents +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root ()V 35 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f47328 +instanceKlass @bci team/creative/creativecore/common/gui/creator/GuiCreator$GuiCreatorItem ()V 1 argL0 ; # team/creative/creativecore/common/gui/creator/GuiCreator$GuiCreatorItem$$Lambda+0x000001d682f46eb8 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root ()V 27 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f46c80 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 160 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f46a38 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f46800 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f465c8 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 152 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f463b0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f46178 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModCreativeTabs ()V 16 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModCreativeTabs$$Lambda+0x000001d682f45f60 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/mob_container/MobContainer$MobData +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 134 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f458d8 +instanceKlass net/fabricmc/fabric/impl/registry/sync/FabricRegistryInit +instanceKlass org/violetmoon/quark/base/client/handler/ClientUtil +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f45280 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 146 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f45048 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModCreativeTabs +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f44998 +instanceKlass team/creative/creativecore/common/gui/IScaleableGuiScreen +instanceKlass xaero/common/mods/SupportMods +instanceKlass team/creative/creativecore/common/gui/integration/IGuiIntegratedParent +instanceKlass java/lang/SafeVarargs +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction$$Lambda+0x000001d682f425b0 +instanceKlass xaero/common/events/CommonEvents +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 286 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f42398 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f41ec8 +instanceKlass mezz/jei/common/config/IngredientGridConfig +instanceKlass com/teamabnormals/blueprint/core/util/DataUtil$CustomNoteBlockInstrument +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 268 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f41618 +instanceKlass org/violetmoon/quark/base/handler/WoodSetHandler +instanceKlass @bci team/creative/creativecore/common/network/CreativeNetwork (ILorg/apache/logging/log4j/Logger;Lnet/minecraft/resources/ResourceLocation;)V 71 member ; # team/creative/creativecore/common/network/CreativeNetwork$$Lambda+0x000001d682f40f78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView$$Lambda+0x000001d682f40a88 +instanceKlass punchy/config/PunchyConfig$Data +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 116 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f40668 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f40430 +instanceKlass @bci sp/SPMod (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # sp/SPMod$$Lambda+0x000001d682f40218 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 250 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f40000 +instanceKlass xaero/common/PlatformContext +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 232 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3f848 +instanceKlass xaero/hud/controls/ControlsRegister +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/MobContainerView +instanceKlass punchy/config/PunchyConfig +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 214 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3ed90 +instanceKlass team/creative/creativecore/common/network/CreativeNetwork +instanceKlass sp/SPConfig +instanceKlass house/greenhouse/greenhouseconfig/impl/codec/CommentedCodec +instanceKlass net/minecraft/server/ReloadableServerResources +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 196 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3d5f8 +instanceKlass xaero/hud/HudSession +instanceKlass mezz/jei/common/config/IngredientFilterConfig +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 178 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3ccc8 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 99 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f3ca80 +instanceKlass xaero/common/HudClientOnlyBase +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 160 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3c658 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 91 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f3b780 +instanceKlass house/greenhouse/greenhouseconfig/api/lang/CommentedValue +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 142 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3b148 +instanceKlass xaero/common/gui/GuiHelper +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$$Lambda+0x000001d682f3ace8 +instanceKlass @bci io/homo/superresolution/api/config/values/single/StringValue (Ljava/util/List;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/util/function/Predicate;)V 10 member ; # io/homo/superresolution/api/config/values/single/StringValue$$Lambda+0x000001d682f3aa98 +instanceKlass org/violetmoon/quark/base/handler/WoodSetHandler$Client +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 124 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f3a680 +instanceKlass @bci dev/tr7zw/entityculling/EntityCullingBootstrap ()V 13 argL0 ; # dev/tr7zw/entityculling/EntityCullingBootstrap$$Lambda+0x000001d682f3a468 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$$Lambda+0x000001d682f3a230 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 106 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f39da0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection$$Lambda+0x000001d682f39358 +instanceKlass org/violetmoon/quark/base/handler/ContributorRewardHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView ()V 29 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView$$Lambda+0x000001d682f38f20 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 88 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f38ac8 +instanceKlass @bci team/creative/creativecore/common/util/player/PlayerSelector ()V 101 argL0 ; # team/creative/creativecore/common/util/player/PlayerSelector$$Lambda+0x000001d682f388b0 +instanceKlass @bci com/ishland/c2me/notickvd/common/NoTickVDInitializer (Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # com/ishland/c2me/notickvd/common/NoTickVDInitializer$$Lambda+0x000001d682f38688 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView ()V 24 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView$$Lambda+0x000001d682f38450 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection$$Lambda+0x000001d682f38218 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 70 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f38000 +instanceKlass @bci punchy/client/input/AnimationKeybinds register ()V 74 argL0 ; # punchy/client/input/AnimationKeybinds$$Lambda+0x000001d682f30c00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView$$Lambda+0x000001d682f31d20 +instanceKlass house/greenhouse/greenhouseconfig/api/util/DefaultFieldUtil +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection$$Lambda+0x000001d682f31248 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 76 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f31000 +instanceKlass com/ishland/c2me/notickvd/common/ServerExtNetworking +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 52 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f33a08 +instanceKlass team/creative/creativecore/common/config/premade/KeyConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView$$Lambda+0x000001d682f33350 +instanceKlass @bci io/homo/superresolution/api/config/values/single/FloatValue (Ljava/util/List;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/util/function/Predicate;)V 10 member ; # io/homo/superresolution/api/config/values/single/FloatValue$$Lambda+0x000001d682f33100 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection$$Lambda+0x000001d682f32ec8 +instanceKlass punchy/client/input/AnimationKeybinds +instanceKlass xaero/hud/minimap/element/render/MinimapElementRenderer +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 34 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f32840 +instanceKlass @bci umpaz/brewinandchewin/common/BnCConfiguration$Common$Root ()V 13 argL0 ; # umpaz/brewinandchewin/common/BnCConfiguration$Common$Root$$Lambda+0x000001d682f32608 +instanceKlass org/violetmoon/quark/base/handler/ContributorRewardHandler$Client +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities ()V 16 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities$$Lambda+0x000001d682f32000 +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$2 +instanceKlass @bci punchy/client/tuning/TuningKeybinds register ()V 447 argL0 ; # punchy/client/tuning/TuningKeybinds$$Lambda+0x000001d682f37068 +instanceKlass @bci com/smoothmovement/SmoothMovement (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 38 member ; # com/smoothmovement/SmoothMovement$$Lambda+0x000001d682f37290 +instanceKlass xaero/hud/minimap/player/tracker/system/IRenderedPlayerTracker +instanceKlass dev/latvian/mods/kubejs/core/ReloadableServerResourcesKJS +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModEntities +instanceKlass com/smoothmovement/Compat +instanceKlass xaero/hud/minimap/Minimap +instanceKlass com/simibubi/create/foundation/mixin/accessor/AgeableListModelAccessor +instanceKlass net/mehvahdjukaar/supplementaries/mixins/AgeableListAccessor +instanceKlass mezz/jei/common/config/file/serializers/EnumSerializer +instanceKlass xaero/lib/common/config/channel/register/handler/IConfigChannelCommonRegistryHandler +instanceKlass net/teamsolar/simplest_copper_gear/datagen/DataGenerators +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$$Lambda+0x000001d682f2ba50 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$$Lambda+0x000001d682f2b818 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$$Lambda+0x000001d682f2b5e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack ()V 35 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2b3a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack ()V 30 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2b170 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack ()V 22 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2af38 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack ()V 14 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2ad00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2aac8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2a890 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2a658 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682f2a420 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 282 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f2a158 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/fluids/SoftFluid 546 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682f30400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 270 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f29f20 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 251 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f29ce8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 226 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f29ab0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList ()V 11 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$$Lambda+0x000001d682f29878 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList ()V 6 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$$Lambda+0x000001d682f29640 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f293e8 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category 277 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682f30000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f291b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f28f78 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f28d40 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f28b08 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f288d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category ()V 11 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f28698 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 371 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682f28480 +instanceKlass @bci com/electronwill/nightconfig/core/file/FileWatcher$FsWatcher watchDirectory (Ljava/nio/file/Path;Ljava/util/concurrent/CompletableFuture;)Lcom/electronwill/nightconfig/core/file/FileWatcher$WatchedDirectory; 8 member ; # com/electronwill/nightconfig/core/file/FileWatcher$FsWatcher$$Lambda+0x000001d682f2c000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category$$Lambda+0x000001d682f28250 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 352 member ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682f28000 +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$WatchedDirectory +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 57 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f24c98 +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList$Category +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModBlocks ()V 34 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModBlocks$$Lambda+0x000001d682f25cb0 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 49 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f25a98 +instanceKlass net/teamsolar/simplest_copper_gear/SimplestCopperGear$ClientModEvents +instanceKlass house/greenhouse/greenhouseconfig/api/lang/ConfigLang +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/registry/ModBlocks ()V 16 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/registry/ModBlocks$$Lambda+0x000001d682f25488 +instanceKlass @bci io/homo/superresolution/api/config/values/single/BooleanValue (Ljava/util/List;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/util/function/Predicate;)V 10 member ; # io/homo/superresolution/api/config/values/single/BooleanValue$$Lambda+0x000001d682f25238 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$$Lambda+0x000001d682f25000 +instanceKlass @bci team/creative/creativecore/common/util/ingredient/CreativeIngredient ()V 89 argL0 ; # team/creative/creativecore/common/util/ingredient/CreativeIngredient$$Lambda+0x000001d682f27a98 +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$1 +instanceKlass @bci net/teamsolar/simplest_copper_gear/SimplestCopperGear (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 35 member ; # net/teamsolar/simplest_copper_gear/SimplestCopperGear$$Lambda+0x000001d682f27868 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$$Lambda+0x000001d682f27630 +instanceKlass mezz/jei/common/config/file/serializers/IntegerSerializer +instanceKlass io/homo/superresolution/api/config/ConfigValue +instanceKlass dev/tr7zw/transition/loader/ModLoaderEventUtil$5 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$$Lambda+0x000001d682f237e0 +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModArmorMaterials ()V 16 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModArmorMaterials$$Lambda+0x000001d682f231d8 +instanceKlass dev/kosmx/playerAnim/impl/IMutableModel +instanceKlass com/teamabnormals/blueprint/core/util/DataUtil$AlternativeDispenseBehavior +instanceKlass dev/tr7zw/transition/loader/ModLoaderEventUtil +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/FluidContainerList +instanceKlass net/minecraft/client/model/HeadedModel +instanceKlass net/minecraft/client/model/ArmedModel +instanceKlass net/teamsolar/simplest_copper_gear/item/ModArmorMaterials +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModBlocks +instanceKlass umpaz/brewinandchewin/common/utility/KegRecipeWrapper +instanceKlass umpaz/brewinandchewin/common/block/entity/container/SidedKegWrapper +instanceKlass umpaz/brewinandchewin/common/container/AbstractedItemHandler +instanceKlass umpaz/brewinandchewin/common/container/AbstractedFluidTank +instanceKlass @bci dev/tr7zw/notenoughanimations/NEABootstrap ()V 13 argL0 ; # dev/tr7zw/notenoughanimations/NEABootstrap$$Lambda+0x000001d682f1fcb8 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 160 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1fa88 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 148 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1f858 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 136 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1f628 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 124 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1f3f8 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 112 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1f1c8 +instanceKlass @bci io/homo/superresolution/api/config/ModConfigSpecBuilder defineBoolean (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;)Lio/homo/superresolution/api/config/values/single/BooleanValue; 4 argL0 ; # io/homo/superresolution/api/config/ModConfigSpecBuilder$$Lambda+0x000001d682f1ef80 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 96 member ; # net/puffish/skillsmod/main/NeoForgeMain$$Lambda+0x000001d682f1ed50 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 31 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f1eb38 +instanceKlass @bci io/homo/superresolution/common/config/SuperResolutionConfig ()V 21 argL0 ; # io/homo/superresolution/common/config/SuperResolutionConfig$$Lambda+0x000001d682f1e920 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1e708 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 276 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1e4d0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 264 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1e298 +instanceKlass io/homo/superresolution/api/config/ModConfigSpecBuilder +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 259 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1da78 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 254 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1d840 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 242 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1d608 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 237 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1d3c0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 232 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1d188 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 220 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1cf50 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 215 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1cd08 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 203 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1cad0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 198 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1c888 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 186 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1c650 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 181 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1c408 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction$$Lambda+0x000001d682f1c1d0 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry registerOptionalBooleanFunction (Ljava/lang/String;Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory;Ljava/util/function/Function;)V 24 argL0 ; # net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry$$Lambda+0x000001d682f1bf98 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction$$Lambda+0x000001d682f1bd60 +instanceKlass @bci net/puffish/skillsmod/api/calculation/operation/OperationFactory optional ()Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory; 1 member ; # net/puffish/skillsmod/api/calculation/operation/OperationFactory$$Lambda+0x000001d682f1bb10 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction$$Lambda+0x000001d682f1b8d8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction$$Lambda+0x000001d682f1b6a0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 169 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1b468 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction$$Lambda+0x000001d682f1b230 +instanceKlass umpaz/brewinandchewin/neoforge/platform/BnCPlatformHelperNeoForge +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 164 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1ab28 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 152 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1a638 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 200 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f1a400 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 147 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f1a1b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 34 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec$$Lambda+0x000001d682f19f80 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 135 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f19b58 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 141 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f19940 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 29 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec$$Lambda+0x000001d682f194c8 +instanceKlass @bci team/creative/creativecore/common/util/ingredient/CreativeIngredient ()V 77 argL0 ; # team/creative/creativecore/common/util/ingredient/CreativeIngredient$$Lambda+0x000001d682f19290 +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/info/ParsedInfo of (Ljava/lang/Class;Ljava/lang/String;)Lcom/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigInfo; 48 member ; # com/teamresourceful/resourcefulconfig/common/info/ParsedInfo$$Lambda+0x000001d682f19070 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 125 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f18e58 +instanceKlass @bci com/teamabnormals/blueprint/core/BlueprintConfig ()V 43 argL0 ; # com/teamabnormals/blueprint/core/BlueprintConfig$$Lambda+0x000001d682f18c20 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/FloorDensityFunction ()V 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/FloorDensityFunction$$Lambda+0x000001d682f189e8 +instanceKlass mezz/jei/common/config/ClientConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 130 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f18490 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 4 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec$$Lambda+0x000001d682f18000 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/FloorDensityFunction ()V 10 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/FloorDensityFunction$$Lambda+0x000001d682f17bd8 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 109 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f179c0 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigInfo$Provider +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 102 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f17590 +instanceKlass com/teamabnormals/blueprint/core/BlueprintConfig$Common +instanceKlass com/teamresourceful/resourcefulconfig/common/info/ConfigInfoLoader +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 93 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f16d30 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 77 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f16800 +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/LenientHolderSetCodec +instanceKlass com/teamabnormals/blueprint/core/BlueprintConfig$SlabfishSettings +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 77 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f159b0 +instanceKlass net/minecraft/client/model/Model +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 52 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f152c8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/CosDensityFunction ()V 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/CosDensityFunction$$Lambda+0x000001d682f15090 +instanceKlass @bci com/teamabnormals/blueprint/core/BlueprintConfig ()V 7 argL0 ; # com/teamabnormals/blueprint/core/BlueprintConfig$$Lambda+0x000001d682f14e58 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 61 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f14c40 +instanceKlass @bci team/creative/creativecore/common/util/ingredient/CreativeIngredient ()V 65 argL0 ; # team/creative/creativecore/common/util/ingredient/CreativeIngredient$$Lambda+0x000001d682f14a08 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource ()V 28 argL0 ; # net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$$Lambda+0x000001d682f14518 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/CosDensityFunction ()V 10 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/CosDensityFunction$$Lambda+0x000001d682f140f0 +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 45 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f13ed8 +instanceKlass com/teamabnormals/blueprint/core/BlueprintConfig$Client +instanceKlass traben/entity_model_features/models/IEMFModel +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 29 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f12f28 +instanceKlass umpaz/brewinandchewin/platform/BnCPlatformHelper +instanceKlass io/wispforest/accessories/pond/ModelRootAccess +instanceKlass @bci net/teamsolar/simplest_copper_gear/item/ModItems ()V 13 argL0 ; # net/teamsolar/simplest_copper_gear/item/ModItems$$Lambda+0x000001d682f12730 +instanceKlass com/teamabnormals/blueprint/core/BlueprintConfig +instanceKlass com/teamresourceful/resourcefulconfig/api/types/ResourcefulConfigCategory +instanceKlass net/teamsolar/simplest_copper_gear/item/ModItems +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 175 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f11cc0 +instanceKlass @bci net/teamsolar/simplest_copper_gear/SimplestCopperGear (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # net/teamsolar/simplest_copper_gear/SimplestCopperGear$$Lambda+0x000001d682f11a90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider ()V 25 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f11858 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider ()V 20 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f11620 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f113f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f111c0 +instanceKlass @bci thedarkcolour/kotlinforforge/neoforge/AutoKotlinEventBusSubscriber ()V 42 argL0 ; # thedarkcolour/kotlinforforge/neoforge/AutoKotlinEventBusSubscriber$$Lambda+0x000001d682bd3cd8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f10f88 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils optionalRegistryCodec (Lnet/minecraft/core/Registry;Ljava/lang/Object;)Lcom/mojang/serialization/Codec; 16 member ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d682f10d48 +instanceKlass thedarkcolour/kotlinforforge/neoforge/AutoKotlinEventBusSubscriber +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils optionalRegistryCodec (Lnet/minecraft/core/Registry;Ljava/lang/Object;)Lcom/mojang/serialization/Codec; 5 member ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d682f10b08 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f108e0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f106a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f10470 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils ()V 21 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f10238 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f10000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils ()V 3 argL0 ; # net/mehvahdjukaar/moonlight/api/util/Utils$$Lambda+0x000001d682f0fc38 +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmFlexibleTypeUpperBound$Companion +instanceKlass net/mehvahdjukaar/moonlight/api/util/Utils +instanceKlass punchy/client/tuning/TuningKeybinds +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmFlexibleTypeUpperBound +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 375 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0f608 +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPropertyExtension$Companion +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/CeilDensityFunction ()V 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/CeilDensityFunction$$Lambda+0x000001d682f0f3d0 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 363 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0f1a0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/CeilDensityFunction ()V 10 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/CeilDensityFunction$$Lambda+0x000001d682f0ef68 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 348 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0ed38 +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPropertyExtension +instanceKlass @bci me/ichun/mods/ding/loader/neoforge/LoaderNeoForge initClient (Lnet/neoforged/bus/api/IEventBus;)V 42 argL0 ; # me/ichun/mods/ding/loader/neoforge/LoaderNeoForge$$Lambda+0x000001d682f0eb20 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 333 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0e8f0 +instanceKlass @bci me/ichun/mods/ding/loader/neoforge/EventHandlerClientNeoForge ()V 12 member ; # me/ichun/mods/ding/loader/neoforge/EventHandlerClientNeoForge$$Lambda+0x000001d682f0e4a0 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/TransformerDensityFunction +instanceKlass @bci team/creative/creativecore/common/util/ingredient/CreativeIngredient ()V 53 argL0 ; # team/creative/creativecore/common/util/ingredient/CreativeIngredient$$Lambda+0x000001d682f0dc78 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 321 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0da48 +instanceKlass mezz/jei/common/config/IIngredientGridConfig +instanceKlass mezz/jei/common/config/IIngredientFilterConfig +instanceKlass mezz/jei/common/config/IClientConfig +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 309 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0cdf0 +instanceKlass me/ichun/mods/ding/common/core/EventHandlerClient +instanceKlass mezz/jei/common/config/JeiClientConfigs +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintDataPackRegistries +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/Category +instanceKlass org/violetmoon/quark/base/client/handler/ModelHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/AxisDensityFunction ()V 13 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/AxisDensityFunction$$Lambda+0x000001d682f0bac8 +instanceKlass @bci punchy/client/tuning/TuningEditorKeybinds register ()V 72 argL0 ; # punchy/client/tuning/TuningEditorKeybinds$$Lambda+0x000001d682f0b6b0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/AxisDensityFunction ()V 8 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/AxisDensityFunction$$Lambda+0x000001d682f0b478 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource$$Lambda+0x000001d682f0add0 +instanceKlass @bci team/creative/creativecore/common/util/ingredient/CreativeIngredient ()V 41 argL0 ; # team/creative/creativecore/common/util/ingredient/CreativeIngredient$$Lambda+0x000001d682f0ab98 +instanceKlass @bci punchy/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # punchy/platform/Services$$Lambda+0x000001d682f0a978 +instanceKlass tech/thatgravyboat/creeperoverhaul/common/config/SpawningConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource$$Lambda+0x000001d682f0a540 +instanceKlass @bci mezz/jei/common/config/file/serializers/ListSerializer deserialize (Ljava/lang/String;)Lmezz/jei/common/config/file/serializers/DeserializeResult; 107 member ; # mezz/jei/common/config/file/serializers/ListSerializer$$Lambda+0x000001d682f0a310 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 298 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f0a0e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/FoodProvider ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/FoodProvider$$Lambda+0x000001d682f09bf8 +instanceKlass punchy/platform/NeoForgePlatformHelper +instanceKlass @bci mezz/jei/common/config/file/serializers/ListSerializer deserialize (Ljava/lang/String;)Lmezz/jei/common/config/file/serializers/DeserializeResult; 96 member ; # mezz/jei/common/config/file/serializers/ListSerializer$$Lambda+0x000001d682f09778 +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge registerListeners (Lnet/neoforged/bus/api/IEventBus;)V 14 member ; # me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge$$Lambda+0x000001d682f09548 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource$$Lambda+0x000001d682f09310 +instanceKlass com/teamabnormals/blueprint/client/renderer/texture/atlas/BlueprintSpriteSources +instanceKlass tech/thatgravyboat/creeperoverhaul/common/config/CreepersConfig +instanceKlass @bci mezz/jei/common/config/file/serializers/ListSerializer deserialize (Ljava/lang/String;)Lmezz/jei/common/config/file/serializers/DeserializeResult; 77 argL0 ; # mezz/jei/common/config/file/serializers/ListSerializer$$Lambda+0x000001d682f08cc8 +instanceKlass io/homo/superresolution/common/platform/OS +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge registerListeners (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge$$Lambda+0x000001d682f08888 +instanceKlass @bci org/violetmoon/quark/base/Quark lambda$new$0 ()Ljava/util/function/Supplier; 0 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682f08448 +instanceKlass punchy/platform/services/IPlatformHelper +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 287 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f04400 +instanceKlass @bci mezz/jei/common/config/file/serializers/ListSerializer deserialize (Ljava/lang/String;)Lmezz/jei/common/config/file/serializers/DeserializeResult; 67 argL0 ; # mezz/jei/common/config/file/serializers/ListSerializer$$Lambda+0x000001d682f04a48 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events getCurrentEvent ()Ltech/thatgravyboat/creeperoverhaul/common/utils/Events; 6 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f04800 +instanceKlass me/ichun/mods/ichunutil/client/key/KeyBind +instanceKlass punchy/platform/Services +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/FoodProvider +instanceKlass net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditions +instanceKlass com/teamabnormals/blueprint/client/BlueprintShaders +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 97 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f07330 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 136 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682f03bb8 +instanceKlass io/homo/superresolution/common/config/SuperResolutionConfig +instanceKlass mezz/jei/library/config/serializers/ColorNameSerializer +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 79 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f03528 +instanceKlass @cpi dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction 272 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682f04000 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 61 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f02760 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 318 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682f02518 +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge init ()V 857 member ; # me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge$$Lambda+0x000001d682f022f8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 276 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f020d0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 124 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682f01e98 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 43 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f01c80 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 102 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682f01a48 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682f01810 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 265 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682f015e8 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 25 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f013d0 +instanceKlass org/violetmoon/zeta/module/ModuleFinder +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 303 member ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682f01180 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682f00f48 +instanceKlass punchy/client/tuning/TuningEditorKeybinds +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$TintMethod ()V 45 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$TintMethod$$Lambda+0x000001d682f00938 +instanceKlass @bci tech/thatgravyboat/creeperoverhaul/common/utils/Events ()V 7 argL0 ; # tech/thatgravyboat/creeperoverhaul/common/utils/Events$$Lambda+0x000001d682f004f8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition$$Lambda+0x000001d682f00710 +instanceKlass mezz/jei/common/config/file/serializers/ListSerializer +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682ef8a30 +instanceKlass org/violetmoon/quark/base/proxy/CommonProxy +instanceKlass team/creative/creativecore/common/util/type/list/Pair +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition$$Lambda+0x000001d682ef98a8 +instanceKlass com/teamabnormals/blueprint/client/RewardHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682ef9470 +instanceKlass me/ichun/mods/ichunutil/common/config/ConfigBase$Category$Entry +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition$$Lambda+0x000001d682efb998 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efb780 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682efb548 +instanceKlass punchy/client/state/WakeUpStateMachine +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition$$Lambda+0x000001d682efb108 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 205 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efaed0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction$$Lambda+0x000001d682efac98 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682efaa60 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 180 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efa208 +instanceKlass punchy/client/state/TriggerableStateMachine +instanceKlass @bci me/ichun/mods/ichunutil/common/config/ConfigBase compile ()V 386 member ; # me/ichun/mods/ichunutil/common/config/ConfigBase$$Lambda+0x000001d682effd48 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 280 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682eff848 +instanceKlass tech/thatgravyboat/creeperoverhaul/Creepers +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682eff410 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 254 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682eff1e8 +instanceKlass @bci me/ichun/mods/ichunutil/common/config/ConfigBase compile ()V 366 member ; # me/ichun/mods/ichunutil/common/config/ConfigBase$$Lambda+0x000001d682efeb70 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 155 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efedc0 +instanceKlass team/creative/creativecore/common/util/math/matrix/IntMatrix3 +instanceKlass @bci io/github/razordevs/aeroblender/AeroBlenderConfig ()V 7 argL0 ; # io/github/razordevs/aeroblender/AeroBlenderConfig$$Lambda+0x000001d682efe4f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682efe080 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 130 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efde48 +instanceKlass me/ichun/mods/ichunutil/common/config/ConfigBase$Category +instanceKlass io/github/razordevs/aeroblender/AeroBlenderConfig$Common +instanceKlass tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns$Registrar +instanceKlass mezz/jei/library/config/ColorNameConfig +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682efd148 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition$$Lambda+0x000001d682efcf10 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 105 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682efccd8 +instanceKlass @bci org/violetmoon/quark/base/Quark (Lnet/neoforged/bus/api/IEventBus;)V 33 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682efcac0 +instanceKlass punchy/client/state/InspectStateMachine +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition$$Lambda+0x000001d682efc680 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682efc448 +instanceKlass @bci mezz/jei/common/config/file/ConfigValue lambda$setFromSerializedValue$1 (Ljava/lang/Object;)V 18 member ; # mezz/jei/common/config/file/ConfigValue$$Lambda+0x000001d682efc218 +instanceKlass @bci org/violetmoon/quark/base/Quark (Lnet/neoforged/bus/api/IEventBus;)V 28 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682efc000 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682ef4c70 +instanceKlass io/github/razordevs/aeroblender/AeroBlenderConfig +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition$$Lambda+0x000001d682ef4a38 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682ef4800 +instanceKlass @bci org/violetmoon/quark/content/mobs/module/CrabsModule ()V 69 argL0 ; # org/violetmoon/quark/content/mobs/module/CrabsModule$$Lambda+0x000001d682ef5be0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682ef59a8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 243 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ef5780 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/OriginalMarkerDensityFunction +instanceKlass mezz/jei/common/config/file/IConfigListener +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid ()V 69 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682ef5000 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$$Lambda+0x000001d682ef7b98 +instanceKlass punchy/client/state/FallingStateMachine +instanceKlass java/util/TreeMap$TreeMapSpliterator +instanceKlass @bci fuzs/iteminteractions/neoforge/impl/client/ItemInteractionsNeoForgeClient ()V 22 argL0 ; # fuzs/iteminteractions/neoforge/impl/client/ItemInteractionsNeoForgeClient$$Lambda+0x000001d682ef7738 +instanceKlass com/teamabnormals/blueprint/core/util/item/CreativeModeTabContentsPopulator +instanceKlass org/violetmoon/zeta/config/type/StrictBiomeConfig +instanceKlass com/github/eterdelta/crittersandcompanions/ClientEvents +instanceKlass @bci mezz/jei/library/config/serializers/ChatFormattingSerializer deserialize (Ljava/lang/String;)Lmezz/jei/common/config/file/serializers/DeserializeResult; 73 member ; # mezz/jei/library/config/serializers/ChatFormattingSerializer$$Lambda+0x000001d682ef6c68 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/WrappedMarkerDensityFunction +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid ()V 56 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682ef66e0 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MarkerFunction +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 232 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ef3b40 +instanceKlass mezz/jei/core/util/function/CachedFunction +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 198 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ef36e0 +instanceKlass org/violetmoon/zeta/config/type/BiomeTagConfig +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition$$Lambda+0x000001d682ef3268 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid ()V 51 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$$Lambda+0x000001d682ef3030 +instanceKlass com/teamabnormals/blueprint/core/api/BlueprintTrims +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MergedDensityFunction ()V 8 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MergedDensityFunction$$Lambda+0x000001d682ef2990 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 185 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ef2540 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition$$Lambda+0x000001d682ef2308 +instanceKlass @bci mezz/jei/library/config/ModIdFormatConfig (Lmezz/jei/common/config/file/IConfigSchemaBuilder;)V 34 argL0 ; # mezz/jei/library/config/ModIdFormatConfig$$Lambda+0x000001d682ef1ab0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity ()V 91 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity$$Lambda+0x000001d682ef1878 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MergedDensityFunction ()V 3 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MergedDensityFunction$$Lambda+0x000001d682ef1640 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition$$Lambda+0x000001d682ef1408 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 172 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ef0fb0 +instanceKlass software/bernie/geckolib/event/GeoRenderEvent +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity ()V 86 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity$$Lambda+0x000001d682ef0b80 +instanceKlass mezz/jei/core/util/function/CachedSupplierTransformer +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition$$Lambda+0x000001d682ef0720 +instanceKlass fuzs/puzzleslib/api/event/v1/data/DefaultedFloat +instanceKlass org/violetmoon/zeta/config/type/CompoundBiomeConfig +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity ()V 66 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity$$Lambda+0x000001d682ee9cb0 +instanceKlass team/creative/creativecore/common/util/math/matrix/IntMatrix3c +instanceKlass mezz/jei/library/config/serializers/ChatFormattingSerializer$ChatFormattingValueSerializer +instanceKlass punchy/client/state/HandEquipStateMachine +instanceKlass team/creative/creativecore/common/config/premade/ToggleableConfig +instanceKlass fuzs/puzzleslib/api/event/v1/level/PlayLevelSoundEvents$AtEntity +instanceKlass fuzs/puzzleslib/api/event/v1/level/PlayLevelSoundEvents$AtPosition +instanceKlass me/ichun/mods/ichunutil/common/config/annotations/CategoryDivider +instanceKlass com/github/eterdelta/crittersandcompanions/ClientEvents$ForgeEvents +instanceKlass fuzs/puzzleslib/api/event/v1/level/PlayLevelSoundEvents +instanceKlass me/ichun/mods/ichunutil/common/config/annotations/Prop +instanceKlass org/violetmoon/zeta/item/IZetaItem +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eeef48 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 233 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eeed10 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 228 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eeeac8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 223 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eee890 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 211 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eee658 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 206 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eee410 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 201 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eee1d8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 189 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eedfa0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition$$Lambda+0x000001d682eedd68 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 184 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eedb20 +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluid +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition$$Lambda+0x000001d682eed630 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 172 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eed3f8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682eed1e0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition$$Lambda+0x000001d682eecfa8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 167 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eecd60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682eecb28 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 156 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682eec8f0 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 159 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682eec6d8 +instanceKlass mezz/jei/library/config/serializers/ChatFormattingSerializer +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 232 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682eec000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682ee4c60 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 151 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee4a18 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 146 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ee4800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682ee5c90 +instanceKlass team/creative/creativecore/common/config/premade/MobEffectConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 140 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee5848 +instanceKlass punchy/client/state/MovementStateMachine$SneakSpringState +instanceKlass org/violetmoon/zeta/config/type/IBiomeConfig +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 221 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee5220 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 131 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ee7d38 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682ee7b00 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 135 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee78b8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 209 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee7688 +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge ()V 30 argL0 ; # me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge$$Lambda+0x000001d682ee6fb8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition$$Lambda+0x000001d682ee6d80 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/LimitedPoolElement$$Lambda+0x000001d682ee6b48 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 124 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee6910 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 116 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ee66f8 +instanceKlass mezz/jei/api/runtime/config/IJeiConfigListValueSerializer +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 197 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee3d18 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition$$Lambda+0x000001d682ee3868 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 119 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee3620 +instanceKlass team/creative/creativecore/common/network/CreativePacket +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenKeyboardEvents$BeforeKeyPress +instanceKlass @bci me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge ()V 17 argL0 ; # me/ichun/mods/ichunutil/loader/neoforge/config/ConfigHandlerNeoForge$$Lambda+0x000001d682ee3200 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack$$Lambda+0x000001d682ee2fc8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 185 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee2b30 +instanceKlass team/creative/creativecore/common/gui/sync/GuiSync +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 108 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee24b8 +instanceKlass com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$ForgeEvents +instanceKlass mezz/jei/library/config/ModIdFormatConfig +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 168 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee1e68 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition$$Lambda+0x000001d682ee1c30 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenKeyboardEvents +instanceKlass punchy/client/state/MovementStateMachine +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 103 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee17e8 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 142 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ee12e0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682ee10c8 +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack +instanceKlass me/ichun/mods/ichunutil/common/config/ConfigHandler +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 76 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682ee0450 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintLootConditions ()V 32 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintLootConditions$$Lambda+0x000001d682ee0238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682ee0000 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 61 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d682eddce8 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 98 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682eddad0 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintLootConditions ()V 16 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintLootConditions$$Lambda+0x000001d682edd8b8 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypePermission ()V 5 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypePermission$$Lambda+0x000001d682edd690 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 52 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682edd458 +instanceKlass @bci mezz/jei/common/config/file/ConfigSchema register (Lmezz/jei/common/config/file/FileWatcher;Lmezz/jei/common/config/ConfigManager;)V 28 member ; # mezz/jei/common/config/file/ConfigSchema$$Lambda+0x000001d682edd238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682edd000 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 49 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d682edfc30 +instanceKlass @bci org/violetmoon/zetaimplforge/world/ZetaBiomeModifier registerBiomeModifier (Lnet/neoforged/bus/api/IEventBus;)V 21 argL0 ; # org/violetmoon/zetaimplforge/world/ZetaBiomeModifier$$Lambda+0x000001d682edfa18 +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 142 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682edcc00 +instanceKlass @bci mezz/jei/common/config/file/ConfigValue setFromSerializedValue (Ljava/lang/String;)Ljava/util/List; 18 member ; # mezz/jei/common/config/file/ConfigValue$$Lambda+0x000001d682edf130 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource ()V 28 argL0 ; # net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$$Lambda+0x000001d682edeef8 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintLootConditions +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682edeac0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682edc800 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 27 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d682ede898 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition$$Lambda+0x000001d682ede660 +instanceKlass org/violetmoon/zetaimplforge/world/ZetaBiomeModifier +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents$BeforeMouseDrag +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682ede000 +instanceKlass mezz/jei/common/config/file/serializers/DeserializeResult +instanceKlass punchy/client/state/FireStateMachine +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 16 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge$$Lambda+0x000001d682edb970 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintConditionCodecs ()V 16 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintConditionCodecs$$Lambda+0x000001d682edb758 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition$$Lambda+0x000001d682edb520 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 80 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682edb100 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/legacy/GuaranteedPoolElement$$Lambda+0x000001d682edaec8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition$$Lambda+0x000001d682edac90 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork register (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork$$Lambda+0x000001d682edaa68 +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 128 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682edc400 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintConditionCodecs +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682edc000 +instanceKlass com/github/eterdelta/crittersandcompanions/api/CACColors +instanceKlass punchy/client/state/ClimbStateMachine +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents$BeforeMouseScroll +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules ()V 24 member ; # com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$$Lambda+0x000001d682ed9ba8 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 62 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ed9580 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/CACPacketHandler ()V 44 argL0 ; # com/github/eterdelta/crittersandcompanions/network/CACPacketHandler$$Lambda+0x000001d682ed9358 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$TransientMergedRuleSource ()V 8 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$TransientMergedRuleSource$$Lambda+0x000001d682ed9120 +instanceKlass mezz/jei/common/config/file/ConfigSerializer +instanceKlass team/creative/creativecore/common/util/registry/NamedHandlerRegistry +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement ()V 19 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement$$Lambda+0x000001d682ed8868 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 44 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ed8650 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$TransientMergedRuleSource ()V 3 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$TransientMergedRuleSource$$Lambda+0x000001d682ed8418 +instanceKlass org/violetmoon/zeta/config/SyncedFlagHandler +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundSilkLeashStatePacket ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundSilkLeashStatePacket$$Lambda+0x000001d682ed8000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement$$Lambda+0x000001d682ed4c00 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition$$Lambda+0x000001d682ed5d08 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents$BeforeMouseRelease +instanceKlass @bci me/ichun/mods/ichunutil/common/config/ConfigBase ()V 7 argL0 ; # me/ichun/mods/ichunutil/common/config/ConfigBase$$Lambda+0x000001d682ed58e8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundSilkLeashStatePacket ()V 16 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundSilkLeashStatePacket$$Lambda+0x000001d682ed5238 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition$$Lambda+0x000001d682ed5450 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement ()V 3 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingPoolElement$$Lambda+0x000001d682ed5000 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 26 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ed7cd0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed7a98 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition$$Lambda+0x000001d682ed7860 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed7648 +instanceKlass fuzs/iteminteractions/impl/client/handler/MouseDraggingHandler +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper createForgeConsumer (Ljava/lang/invoke/MethodHandle;Ljava/util/function/Function;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/function/Consumer; 41 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682ed71d0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 184 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed6cf8 +instanceKlass @bci mezz/jei/common/config/file/ConfigSchema (Ljava/nio/file/Path;Ljava/util/List;)V 43 member ; # mezz/jei/common/config/file/ConfigSchema$$Lambda+0x000001d682ed6ab8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 333 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed6880 +instanceKlass punchy/client/state/CrawlStateMachine +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig 404 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682ed4800 +instanceKlass org/violetmoon/zeta/world/generator/Generator +instanceKlass mezz/jei/common/config/file/ConfigCategory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 172 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed3528 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 321 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed32f0 +instanceKlass team/creative/creativecore/common/gui/sync/GuiSyncHolder +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 309 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed2ca0 +instanceKlass @bci fuzs/iteminteractions/impl/client/ItemInteractionsClient registerHandlers ()V 8 argL0 ; # fuzs/iteminteractions/impl/client/ItemInteractionsClient$$Lambda+0x000001d682ed2a88 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed2850 +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPlacementModifierTypes ()V 16 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPlacementModifierTypes$$Lambda+0x000001d682ed2638 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 304 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed23f0 +instanceKlass mezz/jei/api/runtime/config/IJeiConfigCategory +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682ed4400 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed1dd0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition$$Lambda+0x000001d682ed1b98 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 299 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed1720 +instanceKlass net/minecraft/world/level/levelgen/feature/FeaturePlaceContext +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682ed4000 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintPlacementModifierTypes +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/CACPacketHandler ()V 25 argL0 ; # com/github/eterdelta/crittersandcompanions/network/CACPacketHandler$$Lambda+0x000001d682ed0c30 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ed09f8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition$$Lambda+0x000001d682ed07c0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 287 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ed0588 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ecfc40 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition$$Lambda+0x000001d682ecfa08 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 282 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ecf7c0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket ()V 48 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket$$Lambda+0x000001d682ecf598 +instanceKlass fuzs/iteminteractions/impl/client/handler/ClientInputActionHandler +instanceKlass @bci com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes ()V 16 argL0 ; # com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes$$Lambda+0x000001d682ecf180 +instanceKlass mezz/jei/common/util/DelayedExecutor +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682eced28 +instanceKlass me/ichun/mods/ichunutil/common/entity/EntityPersistentDataHandler +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 277 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ece8f8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket ()V 43 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket$$Lambda+0x000001d682ece6c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$$Lambda+0x000001d682ece488 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ece028 +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintPoiTypes +instanceKlass punchy/client/state/SwimmingStateMachine +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 265 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ecd7a8 +instanceKlass org/violetmoon/zeta/world/WorldGenHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ecd370 +instanceKlass mezz/jei/common/util/IDelayedExecutor +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket ()V 35 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket$$Lambda+0x000001d682eccf40 +instanceKlass mezz/jei/common/util/DeduplicatingRunner +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682ecbb98 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents$BeforeMouseClick +instanceKlass me/ichun/mods/ichunutil/common/core/EventHandlerServer +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank$1 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/MatchesPredicate$Serializer +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket ()V 5 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket$$Lambda+0x000001d682ecb030 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 260 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ecab70 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig$$Lambda+0x000001d682eca938 +instanceKlass team/creative/creativecore/common/config/premade/SelectableConfig +instanceKlass @bci fuzs/iteminteractions/neoforge/impl/client/ItemInteractionsNeoForgeClient ()V 6 argL0 ; # fuzs/iteminteractions/neoforge/impl/client/ItemInteractionsNeoForgeClient$$Lambda+0x000001d682eca498 +instanceKlass me/ichun/mods/ichunutil/client/core/EventHandlerClient +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket ()V 0 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket$$Lambda+0x000001d682eca008 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 248 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec9dd0 +instanceKlass net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType$1 +instanceKlass fuzs/iteminteractions/impl/client/ItemInteractionsClient +instanceKlass me/ichun/mods/ichunutil/loader/neoforge/LoaderDelegateNeoForge +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/ContainsPredicate$Serializer +instanceKlass mezz/jei/common/config/file/ConfigSchema +instanceKlass org/violetmoon/zeta/util/handler/ToolInteractionHandler +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidTank +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 243 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec8450 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/conditions/TrueResourceCondition ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/conditions/TrueResourceCondition$$Lambda+0x000001d682ec8238 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 231 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec8000 +instanceKlass team/creative/creativecore/common/config/premade/registry/RegistryTagListConfig +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/LessThanPredicate$Serializer +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/TrueResourceCondition +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 226 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec74a8 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 81 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ec76f0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 214 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec7270 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 68 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ec7058 +instanceKlass mezz/jei/core/util/WeakList +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 209 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec6bf0 +instanceKlass net/fabricmc/fabric/impl/resource/conditions/DefaultResourceConditionTypes +instanceKlass org/violetmoon/zeta/util/handler/RecipeCrawlHandler +instanceKlass fuzs/puzzleslib/api/event/v1/server/AddDataPackReloadListenersCallback +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 197 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec63c0 +instanceKlass me/ichun/mods/ichunutil/loader/LoaderDelegate +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/LessThanOrEqualPredicate$Serializer +instanceKlass team/creative/creativecore/common/config/premade/registry/RegistryTagConfig +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 55 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ec5b60 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 192 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec5918 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork$1 +instanceKlass mezz/jei/api/runtime/config/IJeiConfigValueSerializer$IDeserializeResult +instanceKlass net/fabricmc/fabric/impl/resource/conditions/ResourceConditionsImpl +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 180 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec52a8 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 42 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ec4e78 +instanceKlass mezz/jei/common/config/file/serializers/BooleanSerializer +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/AfterChangeDimensionCallback +instanceKlass punchy/client/state/ConsumeStateMachine +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager onReload ()V 33 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682ec3ce0 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/GreaterThanPredicate$Serializer +instanceKlass me/ichun/mods/ichunutil/client/gui/bns/Rectangle +instanceKlass team/creative/creativecore/common/config/premade/registry/RegistryObjectListConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 175 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec1d78 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 29 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ec1b60 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork createSender (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$TypeAndCodec;Ljava/util/function/Consumer;)Lcom/github/eterdelta/crittersandcompanions/platform/service/INetwork$Sender; 5 member ; # com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork$$Lambda+0x000001d682ec1930 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$12 (Lorg/violetmoon/zeta/Zeta;Lorg/violetmoon/zeta/config/IZetaConfigInternals;)V 52 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682ec1710 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 163 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ec14d8 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerNetworkEvents$LoggedOut +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerNetworkEvents$LoggedIn +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$12 (Lorg/violetmoon/zeta/Zeta;Lorg/violetmoon/zeta/config/IZetaConfigInternals;)V 37 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682ec0eb8 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/GreaterThanOrEqualPredicate$Serializer +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerNetworkEvents +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/CACPacketHandler ()V 6 argL0 ; # com/github/eterdelta/crittersandcompanions/network/CACPacketHandler$$Lambda+0x000001d682ec0588 +instanceKlass mezz/jei/common/config/file/ConfigValue +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 158 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682eb9cb8 +instanceKlass me/ichun/mods/ichunutil/common/config/ConfigBase +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$12 (Lorg/violetmoon/zeta/Zeta;Lorg/violetmoon/zeta/config/IZetaConfigInternals;)V 21 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682eb9a88 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 107 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682eb9870 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 16 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682eb9658 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 130 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682eb9420 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenEvents$AfterRender +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket ()V 32 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket$$Lambda+0x000001d682eb9000 +instanceKlass team/creative/creativecore/common/config/premade/registry/RegistryObjectConfig +instanceKlass punchy/client/state/TridentStateMachine +instanceKlass fuzs/puzzleslib/api/event/v1/server/SyncDataPackContentsCallback +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager lambda$new$12 (Lorg/violetmoon/zeta/Zeta;Lorg/violetmoon/zeta/config/IZetaConfigInternals;)V 6 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682ebb788 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 92 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682ebb188 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 105 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ebaf50 +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 72 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682ebad20 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions registerEventHandlers ()V 3 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682ebab08 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig ()V 23 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682eba8d0 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager onReload ()V 13 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682eba6a0 +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 180 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682eb8c00 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket ()V 27 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket$$Lambda+0x000001d682eba468 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682eba230 +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 60 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682eba000 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 124 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682ebfc98 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682eb8800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682ebfa60 +instanceKlass fuzs/iteminteractions/impl/handler/EnderChestSyncHandler +instanceKlass punchy/client/state/ShieldStateMachine +instanceKlass @bci com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket ()V 19 argL0 ; # com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket$$Lambda+0x000001d682ebf418 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ebf1e0 +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 48 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682ebefb0 +instanceKlass mezz/jei/api/runtime/config/IJeiConfigValue +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$ControlMessage +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682ebeb80 +instanceKlass fuzs/mindfuldarkness/client/handler/FontColorHandler +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682ebe020 +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/SoftFluidTankView +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$$Lambda+0x000001d682ebdb78 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682ebd940 +instanceKlass com/teamabnormals/blueprint/core/util/DataUtil +instanceKlass mezz/jei/api/runtime/config/IJeiConfigValueSerializer +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 22 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682ebd0e8 +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$NamedDaemonThreadFactory +instanceKlass mezz/jei/common/config/file/ConfigCategoryBuilder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682ebca38 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/ContainerEvents$Close +instanceKlass team/creative/creativecore/common/gui/flow/GuiFlow +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/ContainerEvents$Open +instanceKlass punchy/client/state/SpearStateMachine +instanceKlass @bci com/illusivesoulworks/spectrelib/SpectreNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 8 member ; # com/illusivesoulworks/spectrelib/SpectreNeoForgeMod$$Lambda+0x000001d682eb7ca0 +instanceKlass team/creative/creativecore/common/config/premade/SoundConfig +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs compactWeightedList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 18 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682eb7850 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenEvents$BeforeRender +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/ContainerEvents +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 77 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682eb7240 +instanceKlass @bci dev/worldgen/lithostitched/api/util/WeightedList nonEmptyCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 17 argL0 ; # dev/worldgen/lithostitched/api/util/WeightedList$$Lambda+0x000001d682eb7008 +instanceKlass @cpi fuzs/mindfuldarkness/client/MindfulDarknessClient 146 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682eb8000 +instanceKlass @bci fuzs/puzzleslib/impl/attachment/DataAttachmentTypeImpl (Lfuzs/puzzleslib/impl/attachment/AttachmentTypeAdapter;Ljava/util/Map;Ljava/util/function/BiConsumer;)V 26 argL0 ; # fuzs/puzzleslib/impl/attachment/DataAttachmentTypeImpl$$Lambda+0x000001d682eb6de0 +instanceKlass @bci dev/worldgen/lithostitched/api/util/WeightedList nonEmptyCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 12 argL0 ; # dev/worldgen/lithostitched/api/util/WeightedList$$Lambda+0x000001d682eb6ba8 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 101 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682eb6758 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682eb2c00 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig$$Lambda+0x000001d682eb6520 +instanceKlass mezz/jei/common/config/DebugConfig +instanceKlass @bci com/electronwill/nightconfig/core/file/FileWatcher addOrPutWatch (Ljava/nio/file/Path;Ljava/lang/Runnable;Lcom/electronwill/nightconfig/core/file/FileWatcher$ControlMessageKind;Ljava/util/concurrent/CompletableFuture;)V 123 member ; # com/electronwill/nightconfig/core/file/FileWatcher$$Lambda+0x000001d682eb3000 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents$AfterMouseClick +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModComponents register (Ljava/lang/String;Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;Z)Ljava/util/function/Supplier; 7 member ; # net/mehvahdjukaar/supplementaries/reg/ModComponents$$Lambda+0x000001d682eb5f00 +instanceKlass fuzs/puzzleslib/impl/attachment/DataAttachmentTypeImpl +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration ()V 78 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682eb5888 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenMouseEvents +instanceKlass mezz/jei/common/config/file/IConfigCategoryBuilder +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$FsWatcher +instanceKlass @cpi com/phantomwing/rusticdelight/potions/ModPotions 111 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682eb1c00 +instanceKlass mezz/jei/common/config/file/IConfigSchema +instanceKlass com/github/eterdelta/crittersandcompanions/network/CACPacketHandler +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 251 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eb4c58 +instanceKlass mezz/jei/api/runtime/config/IJeiConfigFile +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModComponents +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 62 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682eb4450 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/IConfigPredicate +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 241 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eb4238 +instanceKlass mezz/jei/common/config/file/ConfigSchemaBuilder +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 381 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eafca8 +instanceKlass punchy/client/state/CrossbowStateMachine +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/EqualsPredicate$Serializer +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 363 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eaf3f8 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 49 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682eaf1e0 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 230 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eaefc8 +instanceKlass fuzs/puzzleslib/api/event/v1/data/DefaultedValue +instanceKlass mezz/jei/common/config/ConfigManager +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 345 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eae748 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 220 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eae530 +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$CanonicalPath +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addExtraBEBlockStatesRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d682eae300 +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682eae0d0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682eadeb8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils initDynamicRegistry ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682eadc90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 194 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682eada18 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 327 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ead800 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 209 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ead5e8 +instanceKlass punchy/client/state/BowStateMachine +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/TrackedData +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 163 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682eacf70 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 182 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682eacd38 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 36 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682eacb20 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 309 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eac908 +instanceKlass @bci mezz/jei/common/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # mezz/jei/common/platform/Services$$Lambda+0x000001d682eac6e8 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$ExtraBEStatesEvent +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder build (Lnet/minecraft/resources/ResourceLocation;)Lfuzs/puzzleslib/api/attachment/v4/DataAttachmentType; 39 member ; # fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder$$Lambda+0x000001d682eac0b8 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 199 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eabea0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682eabc68 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 137 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682eaba50 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 151 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682eab818 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 291 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eab600 +instanceKlass fuzs/mindfuldarkness/client/handler/DaytimeMenuHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils initDynamicRegistry ()V 15 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682eab1d8 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 188 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682eaafc0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 128 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682eaad88 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 146 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682eaab40 +instanceKlass punchy/client/state/AttackStateMachine +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder build (Lnet/minecraft/resources/ResourceLocation;)Lfuzs/puzzleslib/api/attachment/v4/DataAttachmentType; 24 member ; # fuzs/puzzleslib/neoforge/impl/attachment/builder/NeoForgeDataAttachmentBuilder$$Lambda+0x000001d682eaa510 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 273 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682eaa2f8 +instanceKlass mezz/jei/neoforge/platform/ModHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl addEvent (Lnet/neoforged/bus/api/IEventBus;Ljava/lang/String;Lnet/minecraft/core/Registry;Ljava/util/function/Consumer;)V 15 member ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d682ea9ea0 +instanceKlass net/neoforged/fml/config/ConfigWatcher +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682ea9c68 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 141 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea97f0 +instanceKlass dev/uncandango/alltheleaks/events/ClientEvents +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 178 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ea95d8 +instanceKlass @bci fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$EntityBuilder defaultValue (Lnet/minecraft/world/entity/EntityType;Ljava/lang/Object;)Lfuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$EntityBuilder; 2 member ; # fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$EntityBuilder$$Lambda+0x000001d682ea9388 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 255 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea9170 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682ea8f38 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 18 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682ea8d20 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl getOrAddQueue (Lnet/neoforged/bus/api/IEventBus;Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Ljava/util/List; 19 argL0 ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d682ea8ae8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 129 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea88b0 +instanceKlass @bci com/electronwill/nightconfig/core/file/FileWatcher (Ljava/time/Duration;)V 2 argL0 ; # com/electronwill/nightconfig/core/file/FileWatcher$$Lambda+0x000001d682ca7320 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682ea8678 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 167 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ea8460 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 124 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea8218 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 237 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea8000 +instanceKlass @cpi fuzs/mindfuldarkness/client/MindfulDarknessClient 89 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682ea5400 +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/TrackedData$Builder +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl lambda$getOrAddQueue$7 (Lnet/neoforged/bus/api/IEventBus;Ljava/lang/String;)Ljava/util/Map; 9 member ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d682ea5a18 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 121 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682ea5800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682ea7bc0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 119 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea7988 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682ea5000 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl getOrAddQueue (Lnet/neoforged/bus/api/IEventBus;Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Ljava/util/List; 5 member ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d682ea7748 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 219 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea7530 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 157 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ea7318 +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenEvents$AfterInit +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WellConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WellConfig$$Lambda+0x000001d682ea6ee8 +instanceKlass mezz/jei/neoforge/platform/IngredientHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl addDynamicRegistration (Ljava/lang/String;Ljava/util/function/Consumer;Lnet/minecraft/core/Registry;)V 8 member ; # net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl$$Lambda+0x000001d682ea6a78 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 146 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ea6860 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 108 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea6628 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 201 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea6410 +instanceKlass fuzs/puzzleslib/api/attachment/v4/DataAttachmentType +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenEvents +instanceKlass @bci com/teamabnormals/blueprint/core/Blueprint ()V 32 argL0 ; # com/teamabnormals/blueprint/core/Blueprint$$Lambda+0x000001d682ea6000 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 103 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea39c0 +instanceKlass fuzs/puzzleslib/impl/attachment/AttachmentTypeAdapter +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 136 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682ea3580 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 183 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea3368 +instanceKlass net/mehvahdjukaar/moonlight/core/set/neoforge/BlockSetInternalImpl +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 76 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea2f30 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 105 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682ea2730 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 165 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea1d88 +instanceKlass fuzs/puzzleslib/impl/attachment/builder/DataAttachmentBuilder +instanceKlass punchy/client/state/UseItemStateMachine +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 52 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea12a8 +instanceKlass @bci fuzs/mindfuldarkness/client/MindfulDarknessClient registerEventHandlers ()V 3 argL0 ; # fuzs/mindfuldarkness/client/MindfulDarknessClient$$Lambda+0x000001d682ea1090 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 147 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682ea0e78 +instanceKlass mezz/jei/neoforge/platform/ScreenHelper +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource ()V 28 argL0 ; # net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$$Lambda+0x000001d682ea09a0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 129 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9fd78 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 38 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682e9fb60 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 111 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9f6f0 +instanceKlass fuzs/mindfuldarkness/client/handler/DaytimeSwitcherHandler +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeConveration registerTypeCreator (Ljava/lang/Class;Ljava/util/function/Supplier;)V 5 member ; # team/creative/creativecore/common/config/converation/ConfigTypeConveration$$Lambda+0x000001d682e9f0a8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 93 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9ec58 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 89 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e9ea40 +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlockSetAPI +instanceKlass team/creative/creativecore/common/config/field/ConfigField +instanceKlass @bci net/neoforged/fml/config/ConfigTracker openConfig (Lnet/neoforged/fml/config/ModConfig;Ljava/nio/file/Path;Ljava/nio/file/Path;)V 85 argL0 ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d682ca6c88 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 75 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9e430 +instanceKlass mezz/jei/common/input/keys/IJeiKeyMappingCategoryBuilder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WeightedSelectorConfig ()V 21 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WeightedSelectorConfig$$Lambda+0x000001d682e9e1f8 +instanceKlass @bci team/creative/creativecore/common/config/converation/ConfigTypeNumber init ()V 28 argL0 ; # team/creative/creativecore/common/config/converation/ConfigTypeNumber$$Lambda+0x000001d682e9bd68 +instanceKlass @bci org/violetmoon/zetaimplforge/config/ForgeBackedConfig addValue (Lorg/violetmoon/zeta/config/ValueDefinition;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 43 member ; # org/violetmoon/zetaimplforge/config/ForgeBackedConfig$$Lambda+0x000001d682e9bb18 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 57 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9b900 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/WeightedSelectorConfig ()V 16 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/WeightedSelectorConfig$$Lambda+0x000001d682e9b478 +instanceKlass mezz/jei/neoforge/platform/InputHelper +instanceKlass @bci org/violetmoon/zetaimplforge/config/ForgeBackedConfig addValue (Lorg/violetmoon/zeta/config/ValueDefinition;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 75 member ; # org/violetmoon/zetaimplforge/config/ForgeBackedConfig$$Lambda+0x000001d682e9afe8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 39 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e9abb0 +instanceKlass team/creative/creativecore/common/util/text/IComponentMap +instanceKlass @bci org/violetmoon/zetaimplforge/config/ForgeBackedConfig addValue (Lorg/violetmoon/zeta/config/ValueDefinition;Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 64 member ; # org/violetmoon/zetaimplforge/config/ForgeBackedConfig$$Lambda+0x000001d682e9a798 +instanceKlass fuzs/puzzleslib/impl/attachment/builder/EntityDataAttachmentBuilder +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 73 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e99ea0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACSounds ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACSounds$$Lambda+0x000001d682e99c88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils initDynamicRegistry ()V 2 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682e99a60 +instanceKlass @bci fuzs/mindfuldarkness/neoforge/client/MindfulDarknessNeoForgeClient ()V 6 argL0 ; # fuzs/mindfuldarkness/neoforge/client/MindfulDarknessNeoForgeClient$$Lambda+0x000001d682e995a8 +instanceKlass org/violetmoon/zetaimplforge/config/ForgeBackedConfig +instanceKlass @bci java/lang/reflect/Executable sharedToString (IZ[Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/String; 29 argL0 ; # java/lang/reflect/Executable$$Lambda+0x000001d682d5dcf8 +instanceKlass punchy/client/state/SweatStateMachine +instanceKlass team/creative/creativecore/common/config/converation/ConfigTypeNumber +instanceKlass com/github/eterdelta/crittersandcompanions/registry/CACSounds +instanceKlass mezz/jei/neoforge/platform/ConfigHelper +instanceKlass net/mehvahdjukaar/moonlight/api/misc/Registrator +instanceKlass fuzs/mindfuldarkness/client/MindfulDarknessClient +instanceKlass net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 548 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97a80 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 529 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97868 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 510 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97650 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 491 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97438 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 472 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97220 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 453 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e97008 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 434 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e96df0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 415 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e96bd8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 396 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e969c0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 377 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e967a8 +instanceKlass @bci org/violetmoon/zeta/config/SectionDefinition finish ()V 34 argL0 ; # org/violetmoon/zeta/config/SectionDefinition$$Lambda+0x000001d682e96580 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 358 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e96368 +instanceKlass @bci org/violetmoon/zeta/config/SectionDefinition finish ()V 20 member ; # org/violetmoon/zeta/config/SectionDefinition$$Lambda+0x000001d682e96138 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 339 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e95f20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference ()V 46 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e95ce8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 320 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e95ad0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e95878 +instanceKlass com/google/common/collect/Iterators$ConcatenatedIterator +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference ()V 41 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e95640 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 301 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e95428 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e951f0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 282 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e94fd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference lambda$static$5 ()Lnet/minecraft/core/Registry; 81 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e94dc0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e94b88 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 263 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e94970 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 57 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e94758 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference lambda$static$5 ()Lnet/minecraft/core/Registry; 64 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e94540 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e94308 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference lambda$static$5 ()Lnet/minecraft/core/Registry; 47 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e940f0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 244 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e93ed8 +instanceKlass mezz/jei/neoforge/platform/RecipeHelper +instanceKlass @bci org/violetmoon/zeta/config/SectionDefinition finish ()V 4 argL0 ; # org/violetmoon/zeta/config/SectionDefinition$$Lambda+0x000001d682e93a20 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e937e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference lambda$static$5 ()Lnet/minecraft/core/Registry; 30 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e935d0 +instanceKlass @bci dev/uncandango/alltheleaks/events/CommonEvents ()V 46 argL0 ; # dev/uncandango/alltheleaks/events/CommonEvents$$Lambda+0x000001d682e93380 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 225 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e93168 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/HealExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/HealExperienceSource$$Lambda+0x000001d682e92f50 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e92d18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference lambda$static$5 ()Lnet/minecraft/core/Registry; 13 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e92b00 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager (Lorg/violetmoon/zeta/Zeta;Ljava/lang/Object;)V 292 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682e928d0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/HealExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/HealExperienceSource$$Lambda+0x000001d682e92698 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig$$Lambda+0x000001d682e92460 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 206 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e92248 +instanceKlass @bci fuzs/mindfuldarkness/neoforge/MindfulDarknessNeoForge ()V 22 argL0 ; # fuzs/mindfuldarkness/neoforge/MindfulDarknessNeoForge$$Lambda+0x000001d682e91ff8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/SlotReference ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/SlotReference$$Lambda+0x000001d682e91de0 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 41 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e91970 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager (Lorg/violetmoon/zeta/Zeta;Ljava/lang/Object;)V 274 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682e91750 +instanceKlass punchy/client/state/MudStateMachine +instanceKlass fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$EntityBuilder +instanceKlass dev/uncandango/alltheleaks/events/CommonEvents +instanceKlass team/creative/creativecore/common/config/converation/ConfigTypeConveration$1 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/HealExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/HealExperienceSource$$Lambda+0x000001d682e8f6a0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 187 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e8f020 +instanceKlass @bci org/violetmoon/zeta/module/ZetaModuleManager getInhabitedCategories ()Ljava/util/List; 15 member ; # org/violetmoon/zeta/module/ZetaModuleManager$$Lambda+0x000001d682e8edd0 +instanceKlass mezz/jei/neoforge/platform/RenderHelper +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 168 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e8e668 +instanceKlass org/violetmoon/zeta/module/ZetaCategory +instanceKlass fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$RegistryBuilder +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 149 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e8b978 +instanceKlass fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry$Builder +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 25 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e8b138 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 130 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e8af20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/CuriosCompat init ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/integration/CuriosCompat$$Lambda+0x000001d682e8ad08 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 111 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e8a8b8 +instanceKlass punchy/client/state/MiningStateMachine +instanceKlass fuzs/puzzleslib/neoforge/impl/attachment/NeoForgeDataAttachmentRegistryImpl +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 93 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e89da8 +instanceKlass net/mehvahdjukaar/supplementaries/integration/CuriosCompat +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager (Lorg/violetmoon/zeta/Zeta;Ljava/lang/Object;)V 198 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682e89978 +instanceKlass mezz/jei/neoforge/platform/FluidHelper +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/SelectConfig ()V 55 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/SelectConfig$$Lambda+0x000001d682e893c8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 75 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e891b0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/SelectConfig ()V 50 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/SelectConfig$$Lambda+0x000001d682e88ce0 +instanceKlass fuzs/puzzleslib/api/attachment/v4/DataAttachmentRegistry +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 170 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e888c8 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 57 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e886b0 +instanceKlass dev/uncandango/alltheleaks/mixin/UpdateableLevel$Manager +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 39 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e88298 +instanceKlass com/mojang/serialization/codecs/PairCodec +instanceKlass @bci fuzs/iteminteractions/impl/init/ModRegistry ()V 79 argL0 ; # fuzs/iteminteractions/impl/init/ModRegistry$$Lambda+0x000001d682e85da8 +instanceKlass java/text/DecimalFormat$DigitArrays +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource$$Lambda+0x000001d682e858f0 +instanceKlass java/text/DecimalFormat$FastPathData +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACItems ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACItems$$Lambda+0x000001d682e85450 +instanceKlass @bci fuzs/iteminteractions/impl/init/ModRegistry ()V 58 argL0 ; # fuzs/iteminteractions/impl/init/ModRegistry$$Lambda+0x000001d682e85238 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource$$Lambda+0x000001d682e85000 +instanceKlass @bci fuzs/iteminteractions/impl/init/ModRegistry ()V 37 argL0 ; # fuzs/iteminteractions/impl/init/ModRegistry$$Lambda+0x000001d682e87a90 +instanceKlass dev/uncandango/alltheleaks/mixin/UpdateablePlayer$Manager +instanceKlass @bci com/github/eterdelta/crittersandcompanions/platform/ForgeRegistryHelper$ItemHelper (Ljava/lang/String;)V 20 member ; # com/github/eterdelta/crittersandcompanions/platform/ForgeRegistryHelper$ItemHelper$$Lambda+0x000001d682e87660 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource$$Lambda+0x000001d682e871d0 +instanceKlass @bci fuzs/iteminteractions/impl/init/ModRegistry ()V 16 argL0 ; # fuzs/iteminteractions/impl/init/ModRegistry$$Lambda+0x000001d682e86fb8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource$$Lambda+0x000001d682e86d80 +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper readInto (Lorg/violetmoon/zeta/config/SectionDefinition$Builder;Ljava/lang/Object;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/util/List;Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 481 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d682e86928 +instanceKlass fuzs/iteminteractions/impl/init/ModRegistry +instanceKlass dev/uncandango/alltheleaks/mixin/UpdateableServerPlayer$Manager +instanceKlass mezz/jei/common/platform/IPlatformFluidHelperInternal +instanceKlass com/teamabnormals/blueprint/core/util/registry/AbstractSubRegistryHelper +instanceKlass punchy/client/PunchyClient +instanceKlass @bci org/violetmoon/zeta/config/Definition$Builder comment (Ljava/util/List;)Lorg/violetmoon/zeta/config/Definition$Builder; 35 member ; # org/violetmoon/zeta/config/Definition$Builder$$Lambda+0x000001d682e83338 +instanceKlass @bci org/violetmoon/zeta/config/Definition$Builder comment (Ljava/util/List;)Lorg/violetmoon/zeta/config/Definition$Builder; 16 argL0 ; # org/violetmoon/zeta/config/Definition$Builder$$Lambda+0x000001d682e821c8 +instanceKlass @bci org/violetmoon/zeta/config/Definition$Builder comment (Ljava/util/List;)Lorg/violetmoon/zeta/config/Definition$Builder; 6 argL0 ; # org/violetmoon/zeta/config/Definition$Builder$$Lambda+0x000001d682e810c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 152 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e80ea8 +instanceKlass @bci mezz/jei/neoforge/platform/PlatformHelper ()V 9 argL0 ; # mezz/jei/neoforge/platform/PlatformHelper$$Lambda+0x000001d682e80c90 +instanceKlass @bci punchy/platform/NeoForgeClientPlatform init (Lnet/neoforged/bus/api/IEventBus;)V 38 argL0 ; # punchy/platform/NeoForgeClientPlatform$$Lambda+0x000001d682e7b2b0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$$Lambda+0x000001d682e7ae68 +instanceKlass dev/latvian/mods/kubejs/item/ItemStackSet +instanceKlass @bci fuzs/mindfuldarkness/config/DaytimeButtonScreens ()V 133 argL0 ; # fuzs/mindfuldarkness/config/DaytimeButtonScreens$$Lambda+0x000001d682e7a358 +instanceKlass mezz/jei/neoforge/platform/ItemStackHelper +instanceKlass com/github/eterdelta/crittersandcompanions/registry/CACItems +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper readInto (Lorg/violetmoon/zeta/config/SectionDefinition$Builder;Ljava/lang/Object;Lorg/violetmoon/zeta/module/ZetaModule;Ljava/util/List;Lorg/violetmoon/zeta/config/ConfigFlagManager;)V 465 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d682e79cd8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$$Lambda+0x000001d682e79aa0 +instanceKlass @bci punchy/platform/NeoForgeClientPlatform init (Lnet/neoforged/bus/api/IEventBus;)V 25 argL0 ; # punchy/platform/NeoForgeClientPlatform$$Lambda+0x000001d682e79878 +instanceKlass @bci fuzs/mindfuldarkness/config/DaytimeButtonScreens ()V 74 argL0 ; # fuzs/mindfuldarkness/config/DaytimeButtonScreens$$Lambda+0x000001d682e79630 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target$$Lambda+0x000001d682e79408 +instanceKlass @bci punchy/platform/NeoForgeClientPlatform init (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # punchy/platform/NeoForgeClientPlatform$$Lambda+0x000001d682e78f90 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 134 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e78d78 +instanceKlass @bci fuzs/mindfuldarkness/config/DaytimeButtonScreens ()V 27 argL0 ; # fuzs/mindfuldarkness/config/DaytimeButtonScreens$$Lambda+0x000001d682e78b30 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 201 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e78918 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target$$Lambda+0x000001d682e78480 +instanceKlass com/teamabnormals/blueprint/core/util/registry/ISubRegistryHelper +instanceKlass @bci punchy/platform/NeoForgeClientPlatform init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # punchy/platform/NeoForgeClientPlatform$$Lambda+0x000001d682e75d50 +instanceKlass mezz/jei/core/util/function/LazySupplier +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target$$Lambda+0x000001d682e758f0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682e74c00 +instanceKlass com/teamabnormals/blueprint/core/util/registry/RegistryHelper +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 183 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e75478 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target$$Lambda+0x000001d682e75000 +instanceKlass punchy/platform/NeoForgeClientPlatform +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource$$Lambda+0x000001d682e77b08 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 165 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e778f0 +instanceKlass mezz/jei/common/platform/IPlatformRecipeHelper +instanceKlass mezz/jei/common/platform/IPlatformItemStackHelper +instanceKlass @bci fuzs/iteminteractions/neoforge/impl/ItemInteractionsNeoForge ()V 6 argL0 ; # fuzs/iteminteractions/neoforge/impl/ItemInteractionsNeoForge$$Lambda+0x000001d682e772e8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource$$Lambda+0x000001d682e76eb8 +instanceKlass mezz/jei/common/platform/IPlatformRenderHelper +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 147 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e76ca0 +instanceKlass snownee/kiwi/recipe/CustomIngredient +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 116 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e76490 +instanceKlass mezz/jei/common/platform/IPlatformInputHelper +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper restrict (Lorg/violetmoon/zeta/config/Config$Min;Lorg/violetmoon/zeta/config/Config$Max;Lorg/violetmoon/zeta/config/Config$Condition;)Ljava/util/function/Predicate; 82 ; # java/lang/invoke/LambdaForm$MH+0x000001d682e74800 +instanceKlass mezz/jei/common/platform/IPlatformConfigHelper +instanceKlass snownee/kiwi/recipe/CustomIngredientSerializer +instanceKlass mezz/jei/common/platform/IPlatformModHelper +instanceKlass @bci yalter/mousetweaks/neoforge/MouseTweaksNeo ()V 36 argL0 ; # yalter/mousetweaks/neoforge/MouseTweaksNeo$$Lambda+0x000001d682e73538 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 129 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e73750 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource$$Lambda+0x000001d682e73078 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682e74400 +instanceKlass mezz/jei/common/platform/IPlatformIngredientHelper +instanceKlass fuzs/mindfuldarkness/config/ClientConfig +instanceKlass punchy/platform/services/IClientPlatform +instanceKlass mezz/jei/common/platform/IPlatformScreenHelper +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper restrict (Lorg/violetmoon/zeta/config/Config$Min;Lorg/violetmoon/zeta/config/Config$Max;Lorg/violetmoon/zeta/config/Config$Condition;)Ljava/util/function/Predicate; 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e74000 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 111 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e72838 +instanceKlass mezz/jei/neoforge/platform/PlatformHelper +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource$$Lambda+0x000001d682e72318 +instanceKlass @bci org/violetmoon/zeta/config/ConfigObjectMapper restrict (Lorg/violetmoon/zeta/config/Config$Min;Lorg/violetmoon/zeta/config/Config$Max;Lorg/violetmoon/zeta/config/Config$Condition;)Ljava/util/function/Predicate; 82 member ; # org/violetmoon/zeta/config/ConfigObjectMapper$$Lambda+0x000001d682e71748 +instanceKlass @bci punchy/neoforge/PunchyNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 18 argL0 ; # punchy/neoforge/PunchyNeoForge$$Lambda+0x000001d682e71170 +instanceKlass com/teamabnormals/blueprint/core/endimator/EndimationLoader +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$$Lambda+0x000001d682e70d08 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 93 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e70af0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 98 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e706d0 +instanceKlass @cpi org/violetmoon/zeta/config/ConfigObjectMapper 497 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e68c00 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/OreConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$$Lambda+0x000001d682e70498 +instanceKlass org/violetmoon/zeta/config/Config$Condition +instanceKlass @bci fuzs/mindfuldarkness/neoforge/MindfulDarknessNeoForge ()V 6 argL0 ; # fuzs/mindfuldarkness/neoforge/MindfulDarknessNeoForge$$Lambda+0x000001d682e69218 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 75 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e69000 +instanceKlass org/violetmoon/zeta/config/Config$Max +instanceKlass com/simibubi/create/api/behaviour/display/DisplaySource +instanceKlass org/violetmoon/zeta/config/Config$Min +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 57 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e6a538 +instanceKlass fuzs/mindfuldarkness/MindfulDarkness +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 39 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e6a000 +instanceKlass mezz/jei/common/platform/IPlatformHelper +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACEntities ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACEntities$$Lambda+0x000001d682e6e870 +instanceKlass team/creative/creativecore/common/util/ingredient/CreativeIngredient +instanceKlass elocindev/necronomicon/api/NecUtilsAPI +instanceKlass @bci snownee/kiwi/customization/CustomizationHooks ()V 39 argL0 ; # snownee/kiwi/customization/CustomizationHooks$$Lambda+0x000001d682e6e208 +instanceKlass org/violetmoon/zeta/config/Config +instanceKlass mezz/jei/common/platform/Services +instanceKlass com/github/eterdelta/crittersandcompanions/registry/CACEntities +instanceKlass yalter/mousetweaks/neoforge/ClientHelper +instanceKlass me/pajic/misctweaks/platform/neoforge/NeoforgeClientEventSubscriber +instanceKlass org/violetmoon/zeta/config/Config$RootComment +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e67cf0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 186 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e67ab8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry registerNumberFunction (Ljava/lang/String;Ljava/util/function/Function;)V 13 member ; # net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry$$Lambda+0x000001d682e63c30 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 241 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e67800 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig 270 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e67000 +instanceKlass @bci net/mehvahdjukaar/polytone/neoforge/PolytoneForge (Lnet/neoforged/bus/api/IEventBus;)V 75 member ; # net/mehvahdjukaar/polytone/neoforge/PolytoneForge$$Lambda+0x000001d682e63a00 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 174 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e637c8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 229 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e63590 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 162 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e63358 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 207 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e63120 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 157 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e62ed8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 152 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e62ca0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 186 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e62a68 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 140 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e62830 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 166 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e625f8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 135 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e623b0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 144 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e62178 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 130 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e61f40 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e61d08 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 118 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e61ad0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e61898 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 113 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e61650 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e61418 +instanceKlass org/violetmoon/zeta/config/ConfigObjectMapper +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e60fe0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 101 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e60da8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 96 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e60b60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e60928 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 84 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e606f0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e604b8 +instanceKlass @bci mezz/jei/library/startup/JeiStarter (Lmezz/jei/library/startup/StartData;)V 49 argL0 ; # mezz/jei/library/startup/JeiStarter$$Lambda+0x000001d682e60000 +instanceKlass @bci net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl addSpecialModelRegistration (Ljava/util/function/Consumer;)V 1 member ; # net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl$$Lambda+0x000001d682e5dd38 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 79 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e5daf0 +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 1043 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682e5d8c0 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACBlocks ()V 39 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACBlocks$$Lambda+0x000001d682e5d6a8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig$$Lambda+0x000001d682e5d1f0 +instanceKlass com/teamabnormals/blueprint/core/api/conditions/config/IConfigPredicateSerializer +instanceKlass @bci net/mehvahdjukaar/polytone/Polytone init (ZZZ)V 180 argL0 ; # net/mehvahdjukaar/polytone/Polytone$$Lambda+0x000001d682e5f5d8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 52 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e5f3a0 +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 1029 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682e5f170 +instanceKlass mezz/jei/library/load/PluginHelper +instanceKlass @bci com/github/eterdelta/crittersandcompanions/registry/CACBlocks ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/registry/CACBlocks$$Lambda+0x000001d682e5eb18 +instanceKlass @bci net/mcreator/exploreruinsaether/ExploreRuinsAetherMod (Lnet/neoforged/bus/api/IEventBus;)V 15 member ; # net/mcreator/exploreruinsaether/ExploreRuinsAetherMod$$Lambda+0x000001d682e5e428 +instanceKlass @bci org/violetmoon/zeta/config/ConfigManager (Lorg/violetmoon/zeta/Zeta;Ljava/lang/Object;)V 183 member ; # org/violetmoon/zeta/config/ConfigManager$$Lambda+0x000001d682e5e1f8 +instanceKlass elocindev/necronomicon/config/NestedConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource ()V 28 argL0 ; # net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$$Lambda+0x000001d682e5bd70 +instanceKlass net/mehvahdjukaar/polytone/PlatStuff$SpecialModelEvent +instanceKlass @bci net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl registerShaders (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Ljava/util/function/Consumer;)V 3 member ; # net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl$$Lambda+0x000001d682e58518 +instanceKlass elocindev/necronomicon/config/Comments +instanceKlass com/github/eterdelta/crittersandcompanions/registry/CACBlocks +instanceKlass @bci net/mehvahdjukaar/polytone/PolytoneRenderTypes init ()V 8 argL0 ; # net/mehvahdjukaar/polytone/PolytoneRenderTypes$$Lambda+0x000001d682e55608 +instanceKlass snownee/kiwi/loader/ClientInitializer +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 80 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e551f0 +instanceKlass @bci net/mehvahdjukaar/polytone/PolytoneRenderTypes$DeferredBufferSource ()V 1 argL0 ; # net/mehvahdjukaar/polytone/PolytoneRenderTypes$DeferredBufferSource$$Lambda+0x000001d682e571f8 +instanceKlass elocindev/necronomicon/config/Comment +instanceKlass org/violetmoon/zeta/config/Definition +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeRegistryHelper$1 +instanceKlass mezz/jei/common/config/file/FileWatcher +instanceKlass org/violetmoon/zeta/config/Definition$Builder +instanceKlass @bci com/github/eterdelta/crittersandcompanions/CrittersAndCompanions ()V 21 argL0 ; # com/github/eterdelta/crittersandcompanions/CrittersAndCompanions$$Lambda+0x000001d682e53330 +instanceKlass @bci team/creative/creativecore/common/util/player/PlayerSelector ()V 84 member ; # team/creative/creativecore/common/util/player/PlayerSelector$$Lambda+0x000001d682e52dc0 +instanceKlass yalter/mousetweaks/Config +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 62 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e52748 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 246 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e524b0 +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 971 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682e52280 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/RegistryEntry +instanceKlass elocindev/necronomicon/config/NecConfig +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e51a48 +instanceKlass com/kleiders/driedghast/init/DriedGhastModEntityRenderers +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeRegistryHelper +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 959 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682e511c0 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig 311 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e54000 +instanceKlass mezz/jei/api/recipe/IRecipeManager +instanceKlass mezz/jei/api/runtime/IEditModeConfig +instanceKlass mezz/jei/api/helpers/IJeiHelpers +instanceKlass mezz/jei/library/config/IModIdFormatConfig +instanceKlass mezz/jei/library/config/EditModeConfig$ISerializer +instanceKlass mezz/jei/api/helpers/ICodecHelper +instanceKlass elocindev/necronomicon/NecronomiconConfig$ExampleColorConfig +instanceKlass mezz/jei/api/recipe/IFocusFactory +instanceKlass mezz/jei/api/helpers/IColorHelper +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 234 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4ca38 +instanceKlass mezz/jei/common/config/IJeiClientConfigs +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource ()V 130 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e4c800 +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 947 member ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682e4db10 +instanceKlass mezz/jei/common/config/file/IConfigSchemaBuilder +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 206 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4d8d8 +instanceKlass @bci snownee/kiwi/config/NeoClothConfigIntegration init ()V 91 member ; # snownee/kiwi/config/NeoClothConfigIntegration$$Lambda+0x000001d682e4d6a8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource ()V 105 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e4d470 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 187 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4d238 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e4d000 +instanceKlass @bci snownee/kiwi/config/KiwiConfigManager getModHandlersWithScreen (Ljava/lang/String;Lsnownee/kiwi/config/ConfigLibAttributes;)Ljava/util/List; 10 member ; # snownee/kiwi/config/KiwiConfigManager$$Lambda+0x000001d682e4fc18 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 160 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4f9e0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e4f7a8 +instanceKlass @bci snownee/kiwi/config/ClothConfigIntegration ()V 7 argL0 ; # snownee/kiwi/config/ClothConfigIntegration$$Lambda+0x000001d682e4f570 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 129 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4f338 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$$Lambda+0x000001d682e4f100 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4eec8 +instanceKlass mezz/jei/library/startup/JeiStarter +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4e880 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 44 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e4e460 +instanceKlass @bci com/github/eterdelta/crittersandcompanions/platform/ForgeConfigs ()V 7 argL0 ; # com/github/eterdelta/crittersandcompanions/platform/ForgeConfigs$$Lambda+0x000001d682e4e000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4bd18 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4b8b0 +instanceKlass com/github/eterdelta/crittersandcompanions/config/CACCommonConfig +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig ()V 59 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig$$Lambda+0x000001d682e4af50 +instanceKlass net/minecraft/client/renderer/MultiBufferSource$BufferSource +instanceKlass com/kleiders/driedghast/procedures/ControlGhastProcedure +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e4a1f0 +instanceKlass yalter/mousetweaks/Logger +instanceKlass @bci org/violetmoon/zeta/config/FlagLootCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # org/violetmoon/zeta/config/FlagLootCondition$$Lambda+0x000001d682e49bb0 +instanceKlass elocindev/necronomicon/config/ConfigBuilder +instanceKlass @bci org/violetmoon/zeta/config/FlagLootCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/violetmoon/zeta/config/FlagLootCondition$$Lambda+0x000001d682e49328 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeConfigs +instanceKlass com/simibubi/create/api/behaviour/display/DisplayTarget +instanceKlass dev/worldgen/lithostitched/api/util/WeightedList$Flat +instanceKlass @bci org/violetmoon/zeta/config/FlagLootCondition ()V 0 argL0 ; # org/violetmoon/zeta/config/FlagLootCondition$$Lambda+0x000001d682e48000 +instanceKlass yalter/mousetweaks/IGuiScreenHandler +instanceKlass com/kleiders/driedghast/init/DriedGhastModTabs +instanceKlass yalter/mousetweaks/Main +instanceKlass @bci plus/dragons/createenchantmentindustry/common/CEICommon ()V 9 argL0 ; # plus/dragons/createenchantmentindustry/common/CEICommon$$Lambda+0x000001d682e47318 +instanceKlass @bci dev/worldgen/lithostitched/api/util/WeightedList (Ljava/util/List;)V 14 argL0 ; # dev/worldgen/lithostitched/api/util/WeightedList$$Lambda+0x000001d682e47100 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/service/IConfigs +instanceKlass elocindev/necronomicon/api/config/v1/NecConfigAPI +instanceKlass com/github/eterdelta/crittersandcompanions/platform/service/INetwork$Sender +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModEntities ()V 56 argL0 ; # com/kleiders/driedghast/init/DriedGhastModEntities$$Lambda+0x000001d682e45dd0 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeNetwork +instanceKlass dev/worldgen/lithostitched/api/util/WeightedList$Builder +instanceKlass xaero/common/core/IBufferSource +instanceKlass plus/dragons/createenchantmentindustry/integration/jei/category/CEIJeiPlugin +instanceKlass elocindev/necronomicon/NecronomiconConfig +instanceKlass net/irisshaders/batchedentityrendering/mixin/BufferSourceAccessor +instanceKlass @bci plus/dragons/createcentralkitchen/common/CCKCommon ()V 17 argL0 ; # plus/dragons/createcentralkitchen/common/CCKCommon$$Lambda+0x000001d682e43c70 +instanceKlass @bci io/wispforest/accessories/client/AccessoriesClient initConfigStuff ()V 36 argL0 ; # io/wispforest/accessories/client/AccessoriesClient$$Lambda+0x000001d682e40218 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource$$Lambda+0x000001d682e40000 +instanceKlass @bci io/wispforest/accessories/client/AccessoriesClient initConfigStuff ()V 22 argL0 ; # io/wispforest/accessories/client/AccessoriesClient$$Lambda+0x000001d682e3fa48 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource ()V 29 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource$$Lambda+0x000001d682e3f810 +instanceKlass plus/dragons/createcentralkitchen/integration/jei/CCKJeiPlugin +instanceKlass snownee/kiwi/config/ClothConfigIntegration +instanceKlass org/violetmoon/zeta/config/ConfigFlagManager +instanceKlass io/wispforest/owo/config/ui/ConfigScreenProviders +instanceKlass terrablender/core/TerraBlender +instanceKlass com/github/eterdelta/crittersandcompanions/platform/service/INetwork +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl$$Lambda+0x000001d682e3dfa8 +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute +instanceKlass @bci terrablender/core/TerraBlenderNeoForge ()V 10 argL0 ; # terrablender/core/TerraBlenderNeoForge$$Lambda+0x000001d682e3db88 +instanceKlass terrablender/handler/InitializationHandler +instanceKlass @bci terrablender/config/Config addNumber (Ljava/lang/String;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/String;)Ljava/lang/Number; 8 member ; # terrablender/config/Config$$Lambda+0x000001d682e3d738 +instanceKlass @bci io/wispforest/accessories/compat/config/client/ExtendedConfigScreen buildFunc (Lio/wispforest/owo/config/ConfigWrapper;Ljava/util/function/BiConsumer;)Ljava/util/function/Function; 2 member ; # io/wispforest/accessories/compat/config/client/ExtendedConfigScreen$$Lambda+0x000001d682e3d4f8 +instanceKlass org/violetmoon/zeta/config/ConfigManager +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 177 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682e3d070 +instanceKlass @bci com/electronwill/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 16 argL0 ; # com/electronwill/nightconfig/core/Config$$Lambda+0x000001d682ca5fa0 +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 166 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682e3ce38 +instanceKlass team/creative/creativecore/common/util/registry/NamedTypeRegistry +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 155 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682e3c758 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 266 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e3c520 +instanceKlass @bci snownee/kiwi/config/NeoClothConfigIntegration init ()V 29 argL0 ; # snownee/kiwi/config/NeoClothConfigIntegration$$Lambda+0x000001d682e3c308 +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/create/PresentRecipientAttribute$Type +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModEntities register (Ljava/lang/String;Lnet/minecraft/world/entity/EntityType$Builder;)Lnet/neoforged/neoforge/registries/DeferredHolder; 6 member ; # com/kleiders/driedghast/init/DriedGhastModEntities$$Lambda+0x000001d682e3bc60 +instanceKlass @bci snownee/kiwi/config/NeoClothConfigIntegration init ()V 8 argL0 ; # snownee/kiwi/config/NeoClothConfigIntegration$$Lambda+0x000001d682e3ba28 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgeEvents +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPCommon ()V 20 argL0 ; # plus/dragons/createdragonsplus/common/CDPCommon$$Lambda+0x000001d682e3ae80 +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/ItemAttributeType +instanceKlass terrablender/config/Config +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder setUpdateInterval (I)Lnet/minecraft/world/entity/EntityType$Builder; 2 member ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d682e39928 +instanceKlass snownee/kiwi/config/NeoClothConfigIntegration +instanceKlass com/github/eterdelta/crittersandcompanions/platform/service/IEvents +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 255 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e39100 +instanceKlass @bci plus/dragons/createdragonsplus/common/CDPCommon ()V 9 argL0 ; # plus/dragons/createdragonsplus/common/CDPCommon$$Lambda+0x000001d682e38ec8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e38cb0 +instanceKlass org/violetmoon/zeta/config/ZetaGeneralConfig +instanceKlass @bci com/github/eterdelta/crittersandcompanions/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 12 member ; # com/github/eterdelta/crittersandcompanions/platform/Services$$Lambda+0x000001d682e38890 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$$Lambda+0x000001d682e38668 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder setTrackingRange (I)Lnet/minecraft/world/entity/EntityType$Builder; 2 member ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d682e38450 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 244 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e38218 +instanceKlass @bci net/mehvahdjukaar/polytone/PolytoneRenderTypes ()V 51 argL0 ; # net/mehvahdjukaar/polytone/PolytoneRenderTypes$$Lambda+0x000001d682e38000 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 158 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e37c10 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$$Lambda+0x000001d682e379d8 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder setShouldReceiveVelocityUpdates (Z)Lnet/minecraft/world/entity/EntityType$Builder; 2 member ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d682e374f0 +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/CreateCompatImpl +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 153 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e36e30 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 116 member ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e36a08 +instanceKlass @bci net/mehvahdjukaar/polytone/PolytoneRenderTypes ()V 21 argL0 ; # net/mehvahdjukaar/polytone/PolytoneRenderTypes$$Lambda+0x000001d682e365b8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$$Lambda+0x000001d682e367d0 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/RegistryHelper +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModEntities ()V 13 argL0 ; # com/kleiders/driedghast/init/DriedGhastModEntities$$Lambda+0x000001d682e35610 +instanceKlass team/creative/creativecore/common/config/converation/ConfigTypeConveration +instanceKlass com/github/eterdelta/crittersandcompanions/platform/ForgePlatformHelper +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 148 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e35188 +instanceKlass @bci net/mehvahdjukaar/polytone/PolytoneRenderTypes ()V 16 argL0 ; # net/mehvahdjukaar/polytone/PolytoneRenderTypes$$Lambda+0x000001d682e34f70 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$$Lambda+0x000001d682e34d38 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 97 argL0 ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e34480 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 137 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e34248 +instanceKlass net/minecraft/client/particle/ParticleRenderType$6 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 132 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e33dd0 +instanceKlass org/violetmoon/zeta/registry/CreativeTabManager +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e33788 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/service/IPlatformHelper +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 127 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e33358 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e33120 +instanceKlass net/minecraft/client/particle/ParticleRenderType$5 +instanceKlass com/github/eterdelta/crittersandcompanions/platform/Services +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e32600 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 116 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e323c8 +instanceKlass team/creative/creativecore/common/util/player/PlayerSelector +instanceKlass net/mehvahdjukaar/supplementaries/integration/CreateCompat +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e31900 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 111 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e31438 +instanceKlass net/minecraft/client/particle/ParticleRenderType$4 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e30d50 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 100 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e30b18 +instanceKlass com/github/eterdelta/crittersandcompanions/CrittersAndCompanions +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/QuarkCompat ()V 28 argL0 ; # net/mehvahdjukaar/supplementaries/integration/QuarkCompat$$Lambda+0x000001d682e30700 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/OffsetPlacement$$Lambda+0x000001d682e30000 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 95 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e2fd20 +instanceKlass snownee/kiwi/config/ConfigUI$Slider +instanceKlass team/creative/creativecore/common/config/group/Usergroup +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/QuarkCompat ()V 2 argL0 ; # net/mehvahdjukaar/supplementaries/integration/QuarkCompat$$Lambda+0x000001d682e2f700 +instanceKlass net/minecraft/client/particle/ParticleRenderType$3 +instanceKlass @bci net/puffish/skillsmod/api/calculation/operation/OperationFactory andThen (Ljava/util/function/Function;)Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory; 2 member ; # net/puffish/skillsmod/api/calculation/operation/OperationFactory$$Lambda+0x000001d682e2f280 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 233 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e2f048 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 83 argL0 ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e2ee20 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 222 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e2e9b8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry registerBooleanFunction (Ljava/lang/String;Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory;Ljava/util/function/Function;)V 19 argL0 ; # net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry$$Lambda+0x000001d682e2a9e8 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 211 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e2a7b0 +instanceKlass net/minecraft/client/particle/ParticleRenderType$2 +instanceKlass @bci net/minecraft/server/packs/resources/ReloadableResourceManager registerReloadListener (Lnet/minecraft/server/packs/resources/PreparableReloadListener;)V 3 member ; # net/minecraft/server/packs/resources/ReloadableResourceManager$$Lambda+0x000001d682e2a360 +instanceKlass @bci com/evandev/reliable_recipes/ReliableRecipesMod$1 onConstructMod (Lnet/neoforged/fml/event/lifecycle/FMLConstructModEvent;)V 6 member ; # com/evandev/reliable_recipes/ReliableRecipesMod$1$$Lambda+0x000001d682e29f18 +instanceKlass @bci software/bernie/geckolib/cache/GeckoLibCache registerReloadListener ()V 26 argL0 ; # software/bernie/geckolib/cache/GeckoLibCache$$Lambda+0x000001d682e28cf0 +instanceKlass @bci net/puffish/skillsmod/api/calculation/operation/OperationFactory compose (Ljava/util/function/Function;)Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory; 2 member ; # net/puffish/skillsmod/api/calculation/operation/OperationFactory$$Lambda+0x000001d682e28aa0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e28638 +instanceKlass team/creative/creativecore/CreativeCoreConfig +instanceKlass net/minecraft/server/packs/resources/PreparableReloadListener$PreparationBarrier +instanceKlass net/minecraft/client/particle/ParticleRenderType$1 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 105 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e27ce0 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 84 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e27aa8 +instanceKlass java/lang/invoke/ConstantBootstraps +instanceKlass software/bernie/geckolib/cache/GeckoLibCache +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 66 member ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e27428 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 79 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e26000 +instanceKlass team/creative/creativecore/common/loader/ForgeLoaderUtils +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement 260 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e24800 +instanceKlass net/mehvahdjukaar/polytone/PolytoneRenderTypes$1 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e23028 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 47 member ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e22c08 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e229d0 +instanceKlass net/puffish/skillsmod/calculation/operation/LegacyOperationRegistry +instanceKlass com/evandev/reliable_recipes/client/ClientEvents +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta start ()V 30 member ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682e22138 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e21f00 +instanceKlass net/minecraft/client/particle/ParticleRenderType +instanceKlass team/creative/creativecore/CreativeForgeLoader +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e21558 +instanceKlass snownee/kiwi/config/KiwiConfig$PerformanceImpact +instanceKlass org/violetmoon/quark/api/IRuneColorProvider +instanceKlass org/violetmoon/zetaimplforge/config/ConfigEventDispatcher +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e14a38 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 52 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e14800 +instanceKlass com/kleiders/driedghast/init/DriedGhastModEntities +instanceKlass software/bernie/geckolib/GeckoLibClient +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/NoiseSlopePlacement$$Lambda+0x000001d682e15570 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSources ()V 90 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSources$$Lambda+0x000001d682e15338 +instanceKlass plus/dragons/createdragonsplus/integration/jei/CDPJeiPlugin +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource ()V 28 argL0 ; # net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$$Lambda+0x000001d682e1fce0 +instanceKlass @bci software/bernie/geckolib/GeckoLibConstants ()V 13 argL0 ; # software/bernie/geckolib/GeckoLibConstants$$Lambda+0x000001d682e1f8a0 +instanceKlass snownee/kiwi/config/KiwiConfig$Listens +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSources ()V 85 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSources$$Lambda+0x000001d682e1f228 +instanceKlass snownee/kiwi/config/KiwiConfig$Listen +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 294 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e1db10 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSources ()V 69 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSources$$Lambda+0x000001d682e1d678 +instanceKlass @bci software/bernie/geckolib/GeckoLibServices load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # software/bernie/geckolib/GeckoLibServices$$Lambda+0x000001d682e1c038 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectNothing +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems block (Lnet/neoforged/neoforge/registries/DeferredHolder;)Lnet/neoforged/neoforge/registries/DeferredItem; 11 member ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e1a968 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/SpriteSources ()V 64 argL0 ; # net/minecraft/client/renderer/texture/atlas/SpriteSources$$Lambda+0x000001d682e1a730 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 269 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e19300 +instanceKlass org/violetmoon/zeta/api/IAdvancementModifier +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d682e17b58 +instanceKlass software/bernie/geckolib/platform/GeckoLibNeoForge +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d682e176f0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement ()V 26 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement$$Lambda+0x000001d682e174d8 +instanceKlass mezz/jei/api/recipe/transfer/IUniversalRecipeTransferHandler +instanceKlass com/simibubi/create/foundation/recipe/IRecipeTypeInfo +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d682e16c90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement$$Lambda+0x000001d682e13d48 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$1 +instanceKlass com/simibubi/create/compat/jei/CreateJEI +instanceKlass software/bernie/geckolib/service/GeckoLibPlatform +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 253 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e131a8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d682e12f70 +instanceKlass net/minecraft/world/entity/SpawnPlacements$SpawnPredicate +instanceKlass @bci dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/placementmodifier/ConditionPlacement$$Lambda+0x000001d682e12480 +instanceKlass org/violetmoon/zeta/block/IZetaBlock +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectBlockMappingSimpleValue +instanceKlass software/bernie/geckolib/GeckoLibServices +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations ()V 6 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$$Lambda+0x000001d682e11560 +instanceKlass net/minecraft/world/entity/SpawnPlacementType +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/ScalarAnalysis +instanceKlass team/creative/creativecore/common/gui/GuiControl +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations +instanceKlass @bci net/puffish/skillsmod/experience/source/ExperienceSourceRegistry register (Lnet/minecraft/resources/ResourceLocation;Lnet/puffish/skillsmod/api/experience/source/ExperienceSourceFactory;)V 5 member ; # net/puffish/skillsmod/experience/source/ExperienceSourceRegistry$$Lambda+0x000001d682e0ec58 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 237 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e0ea40 +instanceKlass com/evandev/reliable_recipes/ReliableRecipesMod$1 +instanceKlass org/violetmoon/zeta/config/type/EntitySpawnConfig +instanceKlass software/bernie/geckolib/GeckoLibConstants +instanceKlass @bci dev/worldgen/lithostitched/worldgen/stateprovider/RandomBlockProvider ()V 15 argL0 ; # dev/worldgen/lithostitched/worldgen/stateprovider/RandomBlockProvider$$Lambda+0x000001d682e0dfd8 +instanceKlass net/puffish/skillsmod/experience/source/ExperienceSourceRegistry +instanceKlass team/creative/creativecore/common/gui/IGuiParent +instanceKlass org/violetmoon/zeta/config/type/IConfigType +instanceKlass @bci dev/worldgen/lithostitched/worldgen/stateprovider/RandomBlockProvider ()V 10 argL0 ; # dev/worldgen/lithostitched/worldgen/stateprovider/RandomBlockProvider$$Lambda+0x000001d682e0cd18 +instanceKlass @bci com/evandev/reliable_recipes/ReliableRecipesMod (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # com/evandev/reliable_recipes/ReliableRecipesMod$$Lambda+0x000001d682e0caf0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectBlockMappingKey +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 221 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e0c6b0 +instanceKlass com/evandev/reliable_recipes/CommonClass +instanceKlass org/violetmoon/zeta/module/IDisableable +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource register ()V 3 argL0 ; # net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource$$Lambda+0x000001d682e0c0a0 +instanceKlass @bci software/bernie/geckolib/network/GeckoLibNetworkingNeoForge init (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # software/bernie/geckolib/network/GeckoLibNetworkingNeoForge$$Lambda+0x000001d682e0bc60 +instanceKlass net/orcinus/galosphere/mixin/PalettedPermutationsAccessor +instanceKlass io/wispforest/accessories/mixin/client/owo/DiscreteSliderComponentAccessor +instanceKlass net/puffish/skillsmod/api/experience/source/ExperienceSourceConfigContext +instanceKlass team/creative/creativecore/common/config/holder/ICreativeConfigHolder +instanceKlass team/creative/creativecore/common/config/api/IConfigObject +instanceKlass team/creative/creativecore/common/config/api/ICreativeConfig +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectFirstBlockMappingKey +instanceKlass @bci com/evandev/reliable_remover/client/ClientSetup init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 5 argL0 ; # com/evandev/reliable_remover/client/ClientSetup$$Lambda+0x000001d682e09d68 +instanceKlass net/puffish/skillsmod/api/experience/source/ExperienceSourceFactory +instanceKlass software/bernie/geckolib/network/packet/MultiloaderPacket +instanceKlass @bci com/evandev/reliable_remover/client/ClientConfigSetup register (Lnet/neoforged/fml/ModContainer;)V 16 argL0 ; # com/evandev/reliable_remover/client/ClientConfigSetup$$Lambda+0x000001d682e09958 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 205 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e09740 +instanceKlass com/evandev/reliable_remover/Constants +instanceKlass org/apache/commons/lang3/text/WordUtils +instanceKlass @bci dev/worldgen/lithostitched/worldgen/stateprovider/WeightedProvider ()V 18 argL0 ; # dev/worldgen/lithostitched/worldgen/stateprovider/WeightedProvider$$Lambda+0x000001d682e08470 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource ()V 80 argL0 ; # net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource$$Lambda+0x000001d682e08238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/stateprovider/WeightedProvider ()V 13 argL0 ; # dev/worldgen/lithostitched/worldgen/stateprovider/WeightedProvider$$Lambda+0x000001d682e08000 +instanceKlass software/bernie/geckolib/network/GeckoLibNetworkingNeoForge +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource ()V 55 argL0 ; # net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource$$Lambda+0x000001d682e01bd0 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper guessPriorityFromClassName (Ljava/lang/Class;)Lnet/neoforged/bus/api/EventPriority; 4 argL0 ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682e01998 +instanceKlass @bci dev/worldgen/lithostitched/api/util/WeightedList codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 14 argL0 ; # dev/worldgen/lithostitched/api/util/WeightedList$$Lambda+0x000001d682e01760 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 200 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e01528 +instanceKlass org/violetmoon/quark/integration/jei/InfluenceEntry +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682e01000 +instanceKlass @bci com/evandev/reliable_remover/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/evandev/reliable_remover/platform/Services$$Lambda+0x000001d682e03c30 +instanceKlass @bci dev/worldgen/lithostitched/api/util/WeightedList codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 9 argL0 ; # dev/worldgen/lithostitched/api/util/WeightedList$$Lambda+0x000001d682e039f8 +instanceKlass @bci net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource ()V 30 argL0 ; # net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource$$Lambda+0x000001d682e037c0 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 189 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e03588 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper createForgeConsumer (Ljava/lang/invoke/MethodHandle;Ljava/util/function/Function;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/function/Consumer; 49 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682e03358 +instanceKlass @cpi net/minecraft/client/renderer/texture/atlas/sources/Unstitcher 259 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e00800 +instanceKlass @bci dev/worldgen/lithostitched/api/util/Weighted lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/lithostitched/api/util/Weighted$$Lambda+0x000001d682e03130 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 178 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e02ef8 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 189 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e02ce0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentEnd +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682e02880 +instanceKlass software/bernie/geckolib/service/GeckoLibNetworking +instanceKlass com/evandev/reliable_remover/platform/NeoForgePlatformHelper +instanceKlass @bci dev/worldgen/lithostitched/api/util/Weighted lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # dev/worldgen/lithostitched/api/util/Weighted$$Lambda+0x000001d682e07b90 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 167 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e07958 +instanceKlass team/creative/creativecore/common/gui/creator/GuiCreator +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682e07508 +instanceKlass team/creative/creativecore/common/loader/ILoaderUtils +instanceKlass @bci org/violetmoon/quark/base/Quark lambda$static$5 ()Ljava/util/function/Supplier; 0 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682e06eb8 +instanceKlass @bci dev/worldgen/lithostitched/api/util/Weighted lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 2 argL0 ; # dev/worldgen/lithostitched/api/util/Weighted$$Lambda+0x000001d682e06a88 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 156 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e06850 +instanceKlass team/creative/creativecore/ICreativeLoader +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentRoot +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682e06080 +instanceKlass @bci dev/worldgen/lithostitched/api/util/Weighted codec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/Codec; 1 member ; # dev/worldgen/lithostitched/api/util/Weighted$$Lambda+0x000001d682e051b0 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 145 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e04f78 +instanceKlass org/violetmoon/quark/integration/lootr/ILootrIntegration$Dummy +instanceKlass com/evandev/reliable_remover/platform/services/IPlatformHelper +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 173 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682e04908 +instanceKlass org/violetmoon/quark/integration/lootr/ILootrIntegration +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 134 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682e046d0 +instanceKlass @bci cn/star/rhenium/Rhenium (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 19 member ; # cn/star/rhenium/Rhenium$$Lambda+0x000001d682e044a0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682e04000 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectDocumentStart +instanceKlass com/evandev/reliable_remover/platform/Services +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 123 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dff370 +instanceKlass @bci cn/star/rhenium/Rhenium (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 5 argL0 ; # cn/star/rhenium/Rhenium$$Lambda+0x000001d682dff148 +instanceKlass @cpi org/betterx/betterend/world/surface/VerticalBandNoiseCondition 214 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682e00400 +instanceKlass @bci org/violetmoon/zeta/event/bus/ZetaEventBus subscribe (Ljava/lang/Object;)Lorg/violetmoon/zeta/event/bus/ZetaEventBus; 52 member ; # org/violetmoon/zeta/event/bus/ZetaEventBus$$Lambda+0x000001d682dfe288 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682dfe050 +instanceKlass @bci org/violetmoon/quark/base/Quark ()V 82 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682dfde38 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 157 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682dfdc20 +instanceKlass cn/star/rhenium/Config +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682dfd0b0 +instanceKlass @bci org/violetmoon/zeta/event/bus/ZetaEventBus streamAnnotatedMethods (Ljava/lang/Class;Z)Ljava/util/stream/Stream; 63 member ; # org/violetmoon/zeta/event/bus/ZetaEventBus$$Lambda+0x000001d682dfce60 +instanceKlass com/evandev/reliable_remover/client/ClientConfigSetup +instanceKlass @bci org/violetmoon/quark/base/Quark ()V 77 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682dfca48 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectFirstDocumentStart +instanceKlass org/violetmoon/zeta/registry/IZetaBlockItemProvider +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682dfc3f0 +instanceKlass @bci org/violetmoon/quark/base/Quark lambda$static$3 ()Ljava/util/function/Supplier; 0 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682dfc1d8 +instanceKlass net/puffish/skillsmod/api/experience/source/ExperienceSource +instanceKlass dev/worldgen/lithostitched/api/util/WeightedList$Selector +instanceKlass org/violetmoon/zeta/module/ZetaModule +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682dfaca8 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 112 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dfaa70 +instanceKlass dev/worldgen/lithostitched/api/util/WeightedList +instanceKlass com/evandev/reliable_remover/client/ClientSetup +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 141 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682dfa450 +instanceKlass @bci ca/fxco/moreculling/MoreCullingNeoforge (Lnet/neoforged/fml/ModContainer;)V 10 argL0 ; # ca/fxco/moreculling/MoreCullingNeoforge$$Lambda+0x000001d682dfa238 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/serializer/Serializer$1 +instanceKlass org/violetmoon/quark/integration/claim/IClaimIntegration$Dummy +instanceKlass com/bobmowzie/mowziesmobs/client/ClientEventBusSubscriber +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 101 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682df99a0 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682df9768 +instanceKlass org/violetmoon/quark/integration/claim/IClaimIntegration +instanceKlass net/puffish/skillsmod/experience/source/BuiltinExperienceSources +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region ()V 0 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region$$Lambda+0x000001d682df9138 +instanceKlass ca/fxco/moreculling/config/ConfigUpdater +instanceKlass @bci com/evandev/reliable_remover/ReliableRemoverMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 33 argL0 ; # com/evandev/reliable_remover/ReliableRemoverMod$$Lambda+0x000001d682df7c20 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyItemTagCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyItemTagCondition$$Lambda+0x000001d682df79d8 +instanceKlass @bci com/evandev/reliable_remover/ReliableRemoverMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 20 member ; # com/evandev/reliable_remover/ReliableRemoverMod$$Lambda+0x000001d682df7000 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 125 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682df3da0 +instanceKlass @bci org/violetmoon/quark/base/Quark ()V 57 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682df3980 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyItemTagCondition +instanceKlass net/mehvahdjukaar/supplementaries/integration/QuarkCompat +instanceKlass @bci com/evandev/reliable_remover/ReliableRemoverMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/evandev/reliable_remover/ReliableRemoverMod$$Lambda+0x000001d682df32f8 +instanceKlass @bci org/violetmoon/quark/base/Quark ()V 52 argL0 ; # org/violetmoon/quark/base/Quark$$Lambda+0x000001d682df30e0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter$ExpectStreamStart +instanceKlass org/violetmoon/zeta/util/zetalist/ZetaList +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapEntry +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 109 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682df1de8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyEntityTypeTagCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyEntityTypeTagCondition$$Lambda+0x000001d682df1988 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682df1750 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/EmitterState +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyEntityTypeTagCondition +instanceKlass org/violetmoon/zeta/event/bus/PlayEvent +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitter +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/Unstitcher ()V 6 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$$Lambda+0x000001d682dedcd8 +instanceKlass org/violetmoon/zeta/event/bus/LoadEvent +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate ()V 19 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate$$Lambda+0x000001d682ded8c8 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 93 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682ded6b0 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 90 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682ded238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate$$Lambda+0x000001d682ded000 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSource$SpriteSupplier +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/Unstitcher +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyDamageTypeTagCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyDamageTypeTagCondition$$Lambda+0x000001d682def3f8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate ()V 3 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate$$Lambda+0x000001d682debd38 +instanceKlass org/violetmoon/zeta/client/event/play/ZEarlyRender +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 77 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682deb4c0 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyDamageTypeTagCondition +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/serializer/Serializer +instanceKlass org/violetmoon/zeta/client/event/play/ZScreenshot +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 362 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682dea9c8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 357 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682de9b00 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate$$Lambda+0x000001d682de98e8 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 61 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682de96d0 +instanceKlass dev/emi/emi/data/EmiResourceReloadListener +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyBlockTagCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyBlockTagCondition$$Lambda+0x000001d682de9290 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 79 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682de9058 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SourceFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SourceFilter$$Lambda+0x000001d682de8e20 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/OptRegSupplier (Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceLocation;)V 21 member ; # net/mehvahdjukaar/moonlight/api/misc/OptRegSupplier$$Lambda+0x000001d682de8be8 +instanceKlass @bci snownee/kiwi/config/ConfigHandler getEndMap (Ljava/util/Map;Ljava/util/List;)Ljava/util/Map; 27 argL0 ; # snownee/kiwi/config/ConfigHandler$$Lambda+0x000001d682de89b0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate$$Lambda+0x000001d682de7dd8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SourceFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SourceFilter$$Lambda+0x000001d682de75e0 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/legacy/LegacyBlockTagCondition +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate$$Lambda+0x000001d682de64a8 +instanceKlass @bci net/minecraft/util/ResourceLocationPattern lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/util/ResourceLocationPattern$$Lambda+0x000001d682de55f0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderGuiOverlay$Post +instanceKlass com/bobmowzie/mowziesmobs/client/render/entity/player/GeckoPlayer +instanceKlass dev/emi/emi/platform/neoforge/EmiClientNeoForge +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate$$Lambda+0x000001d682de4c98 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 342 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682de4a60 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/OptRegSupplier (Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceLocation;)V 7 member ; # net/mehvahdjukaar/moonlight/api/misc/OptRegSupplier$$Lambda+0x000001d682de4828 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 45 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682de4610 +instanceKlass @bci net/minecraft/util/ResourceLocationPattern lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/ResourceLocationPattern$$Lambda+0x000001d682de43d8 +instanceKlass com/bobmowzie/mowziesmobs/client/ClientEventHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate$$Lambda+0x000001d682de3fa0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseDocumentContent +instanceKlass @bci net/minecraft/util/ResourceLocationPattern lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/ResourceLocationPattern$$Lambda+0x000001d682de3b40 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 337 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682de3908 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/WorldCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/WorldCondition$$Lambda+0x000001d682de36c0 +instanceKlass @bci net/minecraft/util/ResourceLocationPattern ()V 0 argL0 ; # net/minecraft/util/ResourceLocationPattern$$Lambda+0x000001d682de27f8 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 68 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682de2350 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/OptRegSupplier +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/WriterContext +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 29 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682de1a90 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/WorldCondition +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 57 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682de1368 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZRenderGuiOverlay +instanceKlass net/minecraft/util/ResourceLocationPattern +instanceKlass @bci dev/emi/emi/platform/neoforge/EmiNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 44 member ; # dev/emi/emi/platform/neoforge/EmiNeoForge$$Lambda+0x000001d682de0c90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$$Lambda+0x000001d682ddd000 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModItems ()V 13 argL0 ; # com/kleiders/driedghast/init/DriedGhastModItems$$Lambda+0x000001d682ddf7e8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/TagCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/TagCondition$$Lambda+0x000001d682ddf5a0 +instanceKlass @bci dev/emi/emi/platform/neoforge/EmiNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # dev/emi/emi/platform/neoforge/EmiNeoForge$$Lambda+0x000001d682ddf370 +instanceKlass org/violetmoon/quark/integration/jei/QuarkJeiPlugin +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$$Lambda+0x000001d682ddf148 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderGuiOverlay$Pre +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderGuiOverlay +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SourceFilter ()V 0 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SourceFilter$$Lambda+0x000001d682ddeb20 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$$Lambda+0x000001d682dde8e8 +instanceKlass com/kleiders/driedghast/init/DriedGhastModItems +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/TagCondition +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 322 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682dde000 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ObjectValueWriter +instanceKlass dev/emi/emi/EmiPort +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange ()V 34 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682ddb968 +instanceKlass com/bobmowzie/mowziesmobs/client/model/LayerHandler +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/SourceFilter +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange ()V 29 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682ddb2f8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 317 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682ddb0c0 +instanceKlass @bci com/kleiders/driedghast/init/DriedGhastModBlocks ()V 13 argL0 ; # com/kleiders/driedghast/init/DriedGhastModBlocks$$Lambda+0x000001d682ddaea8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682ddaa30 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/SwitchOperation register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/SwitchOperation$$Lambda+0x000001d682dda7e8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682dda338 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d682dda110 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 46 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dd9ed8 +instanceKlass net/mehvahdjukaar/supplementaries/integration/CompatObjects +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Render$Pre +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/SwitchOperation +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d682dd9608 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682dd93d0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 302 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682dd9198 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d682dd1b98 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange ()V 9 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange$$Lambda+0x000001d682dd1960 +instanceKlass snownee/jade/compat/JEICompat +instanceKlass com/bobmowzie/mowziesmobs/datagen/DataGenerators +instanceKlass snownee/kiwi/config/KiwiConfig$Range +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 297 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682dd1000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d682dd3d38 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister ()V 0 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister$$Lambda+0x000001d682dd38b8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ArrayValueWriter +instanceKlass snownee/kiwi/config/KiwiConfig$GameRestart +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl ()V 5 argL0 ; # net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl$$Lambda+0x000001d682dd2440 +instanceKlass snownee/kiwi/config/KiwiConfig$LevelRestart +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/StatValueOperation register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/StatValueOperation$$Lambda+0x000001d682dd2000 +instanceKlass snownee/kiwi/config/ConfigHandler$Value +instanceKlass lilypuree/decorative_blocks/compat/jei/DecorativeBlocksJEIPlugin +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/StatValueOperation +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/DirectoryLister +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Render$Post +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Render +instanceKlass com/kleiders/driedghast/init/DriedGhastModBlocks +instanceKlass com/bobmowzie/mowziesmobs/server/message/NetworkHandler$1 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$$Lambda+0x000001d682dcfb00 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$$Lambda+0x000001d682dcf8c8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/StatTypeCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/StatTypeCondition$$Lambda+0x000001d682dcefe0 +instanceKlass com/bobmowzie/mowziesmobs/server/message/NetworkHandler +instanceKlass @bci com/kleiders/driedghast/DriedGhastMod (Lnet/neoforged/bus/api/IEventBus;)V 15 member ; # com/kleiders/driedghast/DriedGhastMod$$Lambda+0x000001d682dcf228 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/MapValueWriter +instanceKlass dev/emi/emi/network/EmiNetwork +instanceKlass net/mehvahdjukaar/supplementaries/integration/neoforge/DecoBlocksCompatImpl +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/StatTypeCondition +instanceKlass snownee/kiwi/config/KiwiConfig$Translation +instanceKlass com/mrcrayfish/configured/impl/jei/ConfiguredJeiPlugin +instanceKlass snownee/kiwi/config/KiwiConfig$AdvancedPath +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseButtonPressed$Pre +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ValueWriters +instanceKlass snownee/kiwi/config/KiwiConfig$Path +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SingleFile lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SingleFile$$Lambda+0x000001d682dccf10 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SingleFile lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SingleFile$$Lambda+0x000001d682dcccd8 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SingleFile lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SingleFile$$Lambda+0x000001d682dccaa0 +instanceKlass @bci dev/emi/emi/platform/neoforge/EmiNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 18 argL0 ; # dev/emi/emi/platform/neoforge/EmiNeoForge$$Lambda+0x000001d682dcc878 +instanceKlass @bci net/minecraft/client/renderer/texture/atlas/sources/SingleFile ()V 6 argL0 ; # net/minecraft/client/renderer/texture/atlas/sources/SingleFile$$Lambda+0x000001d682dcc640 +instanceKlass @bci dev/emi/emi/platform/neoforge/EmiNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # dev/emi/emi/platform/neoforge/EmiNeoForge$$Lambda+0x000001d682dcc418 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate$$Lambda+0x000001d682dcc200 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate$$Lambda+0x000001d682dcbda0 +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/SingleFile +instanceKlass dev/emi/emi/platform/neoforge/EmiPacketHandler +instanceKlass net/mehvahdjukaar/supplementaries/integration/DecoBlocksCompat +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate$$Lambda+0x000001d682dcb768 +instanceKlass @bci com/copycatsplus/copycats/Copycats ()V 23 argL0 ; # com/copycatsplus/copycats/Copycats$$Lambda+0x000001d682dcb530 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/blockpredicate/BlockStatePredicate$$Lambda+0x000001d682dcb2f8 +instanceKlass @bci com/bobmowzie/mowziesmobs/MMClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 63 argL0 ; # com/bobmowzie/mowziesmobs/MMClient$$Lambda+0x000001d682dcb0d0 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/StatCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/StatCondition$$Lambda+0x000001d682dcae88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 59 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dcac70 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 35 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dca310 +instanceKlass com/smoothchunk/config/CommonConfiguration +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 42 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc9a50 +instanceKlass dev/emi/emi/platform/EmiMain +instanceKlass com/bobmowzie/mowziesmobs/server/ability/AbilityClientEventHandler +instanceKlass com/copycatsplus/copycats/compat/recipe_viewers/CopycatsJEI +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 24 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dc8c60 +instanceKlass snownee/kiwi/config/ConfigUI$Hide +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/StatCondition +instanceKlass snownee/kiwi/KiwiModule$Skip +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc81f8 +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$Excluded +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseButtonPressed$Post +instanceKlass @bci com/bobmowzie/mowziesmobs/MMClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 50 argL0 ; # com/bobmowzie/mowziesmobs/MMClient$$Lambda+0x000001d682dc1d58 +instanceKlass @bci snownee/kiwi/config/KiwiConfigManager init ()V 3 argL0 ; # snownee/kiwi/config/KiwiConfigManager$$Lambda+0x000001d682dc1b20 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseButtonPressed +instanceKlass @bci net/aurelj/dungeons_arise/WDAStructures ()V 16 argL0 ; # net/aurelj/dungeons_arise/WDAStructures$$Lambda+0x000001d682dc1710 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 21 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc14f8 +instanceKlass com/bobmowzie/mowziesmobs/client/render/entity/FrozenRenderHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource ()V 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource$$Lambda+0x000001d682dc3a80 +instanceKlass net/aurelj/dungeons_arise/WDAStructures +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseScrolled$Pre +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 16 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc28a8 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/ScoreboardOperation register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/ScoreboardOperation$$Lambda+0x000001d682dc2660 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource$$Lambda+0x000001d682dc2000 +instanceKlass mezz/jei/api/recipe/advanced/IRecipeManagerPlugin +instanceKlass net/morimori0317/bestylewither/neoforge/handler/CommonHandlerNeoForge +instanceKlass dev/ftb/mods/ftbxmodcompat/ftbquests/jei/FTBQuestsJEIIntegration +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 11 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc7710 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/ScoreboardOperation +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/internal/InjectorBiomeSource$$Lambda+0x000001d682dc7280 +instanceKlass @bci net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat ()V 6 argL0 ; # net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat$$Lambda+0x000001d682dc6b18 +instanceKlass @bci com/bobmowzie/mowziesmobs/MMClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 37 member ; # com/bobmowzie/mowziesmobs/MMClient$$Lambda+0x000001d682dc6638 +instanceKlass net/morimori0317/bestylewither/neoforge/networking/BSWPacketsNeoForge +instanceKlass eu/midnightdust/core/MidnightLib$MidnightLibBusEvents +instanceKlass @bci snownee/kiwi/customization/network/SSyncPlaceCountPacket$Handler ()V 8 argL0 ; # snownee/kiwi/customization/network/SSyncPlaceCountPacket$Handler$$Lambda+0x000001d682dbfc08 +instanceKlass @bci com/bobmowzie/mowziesmobs/MMClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 25 member ; # com/bobmowzie/mowziesmobs/MMClient$$Lambda+0x000001d682dbf9d8 +instanceKlass @bci io/wispforest/owo/ui/parsing/UIParsing ()V 13 argL0 ; # io/wispforest/owo/ui/parsing/UIParsing$$Lambda+0x000001d682dbf530 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/ItemStackCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/ItemStackCondition$$Lambda+0x000001d682dbf0c8 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseScrolled$Post +instanceKlass net/morimori0317/bestylewither/BEStyleWither +instanceKlass @bci com/bobmowzie/mowziesmobs/MMClient (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 13 argL0 ; # com/bobmowzie/mowziesmobs/MMClient$$Lambda+0x000001d682dbd900 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$MouseScrolled +instanceKlass @bci snownee/kiwi/customization/network/SSyncPlaceCountPacket$Handler ()V 3 argL0 ; # snownee/kiwi/customization/network/SSyncPlaceCountPacket$Handler$$Lambda+0x000001d682dbd2c8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Keys$Key +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/ItemStackCondition +instanceKlass mezz/jei/api/runtime/config/IJeiConfigManager +instanceKlass mezz/jei/api/registration/IIngredientAliasRegistration +instanceKlass snownee/kiwi/customization/network/SSyncPlaceCountPacket$Handler +instanceKlass eu/midnightdust/core/MidnightLib$MidnightLibEvents +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/InlineTableValueReader +instanceKlass net/morimori0317/bestylewither/config/DefaultBESConfig +instanceKlass com/bobmowzie/mowziesmobs/client/ClientLayerRegistry +instanceKlass mezz/jei/api/registration/IModIngredientRegistration +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$KeyPressed$Pre +instanceKlass @bci snownee/kiwi/customization/network/SItemPopTimePacket$Handler ()V 16 argL0 ; # snownee/kiwi/customization/network/SItemPopTimePacket$Handler$$Lambda+0x000001d682db7d20 +instanceKlass @bci net/morimori0317/bestylewither/neoforge/BESConfigNeoForge ()V 16 argL0 ; # net/morimori0317/bestylewither/neoforge/BESConfigNeoForge$$Lambda+0x000001d682db7af0 +instanceKlass @bci snownee/kiwi/customization/network/SItemPopTimePacket$Handler ()V 11 argL0 ; # snownee/kiwi/customization/network/SItemPopTimePacket$Handler$$Lambda+0x000001d682db78b8 +instanceKlass @bci snownee/kiwi/customization/network/SItemPopTimePacket$Handler ()V 3 argL0 ; # snownee/kiwi/customization/network/SItemPopTimePacket$Handler$$Lambda+0x000001d682db7680 +instanceKlass net/morimori0317/bestylewither/neoforge/BESConfigNeoForge +instanceKlass snownee/kiwi/customization/network/SItemPopTimePacket$Handler +instanceKlass mezz/jei/api/registration/IExtraIngredientRegistration +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/ItemCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/ItemCondition$$Lambda+0x000001d682db6b80 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/TruePredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/TruePredicate$$Lambda+0x000001d682db6968 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ArrayValueReader +instanceKlass mezz/jei/api/registration/IRecipeCatalystRegistration +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/ItemCondition +instanceKlass net/mehvahdjukaar/supplementaries/integration/FarmersDelightCompat +instanceKlass com/bobmowzie/mowziesmobs/client/MMModels +instanceKlass net/morimori0317/bestylewither/config/BESConfig +instanceKlass io/wispforest/owo/ui/base/BaseComponent +instanceKlass mezz/jei/api/registration/IGuiHandlerRegistration +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/BooleanValueReaderWriter +instanceKlass mezz/jei/api/registration/ISubtypeRegistration +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 43 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682db0460 +instanceKlass @cpi snownee/kiwi/customization/network/CConvertItemPacket$Handler 594 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682db4000 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 38 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682db0228 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 54 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682db0000 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 49 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682dafc88 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 38 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682dafa70 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 33 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682daf838 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 19 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682daf610 +instanceKlass @bci fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient ()V 30 argL0 ; # fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient$$Lambda+0x000001d682daf3c0 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 14 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682daf188 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Entry ()V 3 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Entry$$Lambda+0x000001d682daef50 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initVistaComponentDefaults (Ljavax/swing/UIDefaults;)V 842 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d5d4d8 +instanceKlass fuzs/puzzleslib/api/client/data/v2/AbstractModelProvider +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initVistaComponentDefaults (Ljavax/swing/UIDefaults;)V 809 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d5d2c0 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 30 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682dae5e8 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate$$Lambda+0x000001d682dae3b0 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$SkinIcon +instanceKlass mezz/jei/api/registration/IRecipeRegistration +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/NumberValueReaderWriter +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 19 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682dadd10 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$KeyPressed$Post +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3130 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682dadaf8 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate$$Lambda+0x000001d682dad6c8 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$KeyPressed +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate$$Lambda+0x000001d682dad298 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/EntityTypeCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/EntityTypeCondition$$Lambda+0x000001d682dad050 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3116 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682dace38 +instanceKlass mezz/jei/api/runtime/IJeiRuntime +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 11 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682daca08 +instanceKlass javax/swing/BorderFactory +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Client +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3102 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682dac0f0 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Init$Pre +instanceKlass mezz/jei/api/registration/IAdvancedRegistration +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/EntityTypeCondition +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Action ()V 65 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Action$$Lambda+0x000001d682dab668 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initVistaComponentDefaults (Ljavax/swing/UIDefaults;)V 762 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d5c710 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Action ()V 45 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Action$$Lambda+0x000001d682dab450 +instanceKlass mezz/jei/api/registration/IRecipeCategoryRegistration +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3088 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682dab040 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$1 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Elokosa +instanceKlass mezz/jei/api/registration/IModInfoRegistration +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3074 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682da97e8 +instanceKlass @bci snownee/kiwi/customization/network/CConvertItemPacket$Handler ()V 3 argL0 ; # snownee/kiwi/customization/network/CConvertItemPacket$Handler$$Lambda+0x000001d682da95b0 +instanceKlass mezz/jei/api/registration/IRuntimeRegistration +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/EntityCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/EntityCondition$$Lambda+0x000001d682da8ed0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3060 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682da8cb8 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/NotPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/worldgen/lithostitched/impl/predicate/NotPredicate$$Lambda+0x000001d682da8878 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Bluff +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/DateValueReaderWriter +instanceKlass mezz/jei/api/registration/IRecipeTransferRegistration +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Init$Post +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Init +instanceKlass snownee/kiwi/customization/network/CConvertItemPacket$Handler +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/NotPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/predicate/NotPredicate$$Lambda+0x000001d682da3ae8 +instanceKlass mezz/jei/api/registration/IVanillaCategoryExtensionRegistration +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/EntityCondition +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/NotPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/NotPredicate$$Lambda+0x000001d682da2de8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Foliaath +instanceKlass mezz/jei/api/ingredients/subtypes/IIngredientSubtypeInterpreter +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3046 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682da2000 +instanceKlass dev/latvian/mods/kubejs/integration/jei/KubeJSJEIPlugin +instanceKlass @bci fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient ()V 22 argL0 ; # fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient$$Lambda+0x000001d682da7598 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$CharacterTyped$Post +instanceKlass net/minecraft/tags/BiomeTags +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/LiteralStringValueReader +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory$RadioButtonMenuItemIcon +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/EffectOperation register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/EffectOperation$$Lambda+0x000001d682da5d30 +instanceKlass javax/swing/plaf/basic/BasicIconFactory$CheckBoxMenuItemIcon +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3032 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682da5688 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Naga +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/EffectOperation +instanceKlass @bci fuzs/bagofholding/client/BagOfHoldingClient registerHandlers ()V 3 argL0 ; # fuzs/bagofholding/client/BagOfHoldingClient$$Lambda+0x000001d682da4de0 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate$$Lambda+0x000001d682da4ba8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/MultilineLiteralStringValueReader +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3018 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682da4760 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate$$Lambda+0x000001d682da4528 +instanceKlass @cpi net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents 221 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682da0400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682da0000 +instanceKlass com/bobmowzie/mowziesmobs/datagen/StructureSetHandler +instanceKlass io/wispforest/accessories/pond/owo/MutableBoundingArea +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate$$Lambda+0x000001d682d9f528 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 3004 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d9f310 +instanceKlass com/mrcrayfish/controllable/util/Utils +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/MultilineStringValueReader +instanceKlass javax/swing/plaf/basic/BasicIconFactory$MenuItemCheckIcon +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/DamageTypeCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/DamageTypeCondition$$Lambda+0x000001d682d9ec98 +instanceKlass io/wispforest/accessories/pond/owo/ExclusiveBoundingArea +instanceKlass fuzs/bagofholding/client/handler/SlotOverlayHandler +instanceKlass javax/swing/plaf/basic/BasicIconFactory +instanceKlass javax/swing/MenuElement +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/DamageTypeCondition +instanceKlass com/mrcrayfish/controllable/integration/ControllableJeiPlugin +instanceKlass io/wispforest/accessories/pond/owo/InclusiveBoundingArea +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ValueReaders +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ContainerScreenEvents$Foreground +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Umvuthana +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$CharacterTyped$Pre +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ContainerScreenEvents$Background +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$CharacterTyped +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon +instanceKlass tech/alexnijjar/golemoverhaul/client/compat/jei/GolemOverhaulJeiPlugin +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory$MenuItemCheckIcon +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory$VistaMenuItemCheckIconFactory +instanceKlass sun/swing/MenuItemCheckIconFactory +instanceKlass net/neoforged/neoforge/client/ClientHooks +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification register ()V 59 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification$$Lambda+0x000001d682d9a688 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/ui/resource/SelectItemStackScreen ()V 7 argL0 ; # dev/ftb/mods/ftblibrary/config/ui/resource/SelectItemStackScreen$$Lambda+0x000001d682d9a460 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification register ()V 35 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification$$Lambda+0x000001d682d9a228 +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 65 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d99fe0 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification$$Lambda+0x000001d682d99898 +instanceKlass dev/ftb/mods/ftblibrary/config/ui/resource/SearchModeIndex +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/LoaderPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # dev/worldgen/lithostitched/impl/predicate/LoaderPredicate$$Lambda+0x000001d682d99438 +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 60 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d99200 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2990 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d98fe8 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/LoaderPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/predicate/LoaderPredicate$$Lambda+0x000001d682d97c60 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/StringValueReaderWriter +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/DamageSourceClassification +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ContainerScreenEvents +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 49 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d973c8 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/LoaderPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/LoaderPredicate$$Lambda+0x000001d682d96ed0 +instanceKlass @bci dev/ftb/mods/ftblibrary/config/ui/resource/ResourceSelectorScreen ()V 0 argL0 ; # dev/ftb/mods/ftblibrary/config/ui/resource/ResourceSelectorScreen$$Lambda+0x000001d682d96cb8 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZScreen +instanceKlass javax/swing/UIDefaults$1 +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 44 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d96858 +instanceKlass @bci fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient ()V 6 argL0 ; # fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient$$Lambda+0x000001d682d96640 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/BlockStateCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/BlockStateCondition$$Lambda+0x000001d682d963f8 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 860 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d549e8 +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 36 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d95f98 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Lantern +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 855 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d547d0 +instanceKlass fuzs/bagofholding/client/BagOfHoldingClient +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 832 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d545b8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ValueWriter +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/BlockStateCondition +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 28 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d94c80 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2976 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d944b8 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 827 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d543a0 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen$Opening +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/ValueReader +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$SpawnConfig +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 14 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d93ca8 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$2 +instanceKlass org/violetmoon/zeta/client/event/play/ZScreen +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2962 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d93898 +instanceKlass @bci snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler ()V 0 argL0 ; # snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler$$Lambda+0x000001d682d93490 +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 57 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682d93240 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 276 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d53f60 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate$$Lambda+0x000001d682d93008 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 269 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d53d48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2948 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d92958 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Grottol +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate$$Lambda+0x000001d682d92518 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 262 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d53b30 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderTooltip$GatherComponents$Low +instanceKlass snownee/kiwi/customization/network/CApplyBuilderRulePacket$Handler +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/BlockCondition register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/BlockCondition$$Lambda+0x000001d682d91e90 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 255 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d53918 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate$$Lambda+0x000001d682d91a10 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZRenderTooltip +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Identifier +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 248 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d53700 +instanceKlass fuzs/iteminteractions/api/v1/data/AbstractItemContentsProvider +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 241 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d534e8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Sculptor +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/BlockCondition +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 234 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d532d0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderTooltip$GatherComponents +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 227 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d530b8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$FerrousWroughtnaut +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 220 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52ea0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderTooltip +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 186 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52c88 +instanceKlass dev/ftb/mods/ftblibrary/ui/IFocusableWidget +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 161 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d8cb00 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 179 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52a70 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Umvuthi +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 169 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52858 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Keys +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AllOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AllOfPredicate$$Lambda+0x000001d682d8bd38 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 156 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d8bb00 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 155 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52640 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AllOfPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AllOfPredicate$$Lambda+0x000001d682d8ae80 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 148 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52428 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$CombatConfig +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 141 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d52210 +instanceKlass @bci dev/worldgen/lithostitched/impl/predicate/AllOfPredicate ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/predicate/AllOfPredicate$$Lambda+0x000001d682d8a2c0 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 134 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d51ff8 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 127 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d51de0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderPlayer$Pre +instanceKlass net/puffish/skillsmod/calculation/LegacyBuiltinPrototypes +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 120 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d51bc8 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 23 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d519b0 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel getLazyValueDefaults ()[Ljava/lang/Object; 7 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d51798 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$ActiveWindowsIcon +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 5280 member ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d51118 +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory$FrameButtonIcon +instanceKlass com/sun/java/swing/plaf/windows/WindowsIconFactory +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d897f0 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 4325 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d50ab8 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$LazyWindowsIcon +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d895b8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d89380 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 315 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d89168 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 298 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d88d40 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 277 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d88b08 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 256 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d888d0 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 235 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d88698 +instanceKlass @bci net/puffish/skillsmod/calculation/operation/builtin/AttributeOperation register ()V 11 argL0 ; # net/puffish/skillsmod/calculation/operation/builtin/AttributeOperation$$Lambda+0x000001d682d88450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2934 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d88238 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 214 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d88000 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 869 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d84c00 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 193 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d85d78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2920 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d85b60 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 844 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d85928 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 172 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d856f0 +instanceKlass java/util/EventListenerProxy +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2906 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d854d8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 151 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d852a0 +instanceKlass io/wispforest/owo/ui/parsing/UIParsing +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeInstance +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2892 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d87bb8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 130 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d87980 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2878 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d87768 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 143 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d87530 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 109 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d872f8 +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 49 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682d86e80 +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 50 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d870d0 +instanceKlass net/minecraft/world/level/levelgen/structure/BuiltinStructureSets +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 89 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d86a50 +instanceKlass com/sun/java/swing/plaf/windows/XPStyle$Skin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2864 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d83ca8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 138 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d83a70 +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 45 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d83838 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Context +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 69 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d833f0 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$XPColorValue$XPColorValueKey +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2850 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d82f70 +instanceKlass dev/ftb/mods/ftblibrary/ui/PopupMenu +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 29 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d828d8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 49 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d826a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2836 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d82200 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/IdentifierConverter +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Frostmaw (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 62 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d682d84800 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZRenderPlayer +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 29 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d818f0 +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 19 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d816b8 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSources +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d84400 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget ()V 9 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget$$Lambda+0x000001d682d81068 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2822 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d812a0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d84000 +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 14 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d80718 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d3cc00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2808 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d3d6b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d3c800 +instanceKlass net/fabricmc/fabric/mixin/client/rendering/AtlasSourceManagerAccessor +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 819 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d3d000 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Results$Errors +instanceKlass @bci snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler ()V 0 argL0 ; # snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler$$Lambda+0x000001d682d3faa0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2794 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d3f888 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d3c400 +instanceKlass com/sun/java/swing/plaf/windows/WindowsLookAndFeel$XPValue +instanceKlass dev/ftb/mods/ftblibrary/ui/Widget +instanceKlass dev/ftb/mods/ftblibrary/ui/IScreenWrapper +instanceKlass dev/ftb/mods/ftblibrary/ui/IOpenableScreen +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 794 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d3e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682d3c000 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderPlayer$Post +instanceKlass @bci net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource$$Lambda+0x000001d682d3bb98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2780 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d3b980 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderPlayer +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 144 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d3b550 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 769 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d3b318 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d3b0e0 +instanceKlass snownee/kiwi/contributor/network/SSyncCosmeticPacket$Handler +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$BiomeConfig +instanceKlass sun/swing/plaf/DesktopProperty +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2766 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d3aa78 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 744 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d3a828 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 125 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d3a5f0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d3a3b8 +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 127 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d3a170 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource$$Lambda+0x000001d682d39f38 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$GenerationConfig +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 41 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682d39ae0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2752 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d398c8 +instanceKlass @bci net/puffish/skillsmod/api/calculation/operation/OperationFactory createOptional (Lnet/puffish/skillsmod/api/calculation/operation/Operation;)Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory; 1 member ; # net/puffish/skillsmod/api/calculation/operation/OperationFactory$$Lambda+0x000001d682d39678 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d39440 +instanceKlass com/sun/java/swing/plaf/windows/WindowsTreeUI$ExpandedIcon +instanceKlass dev/uncandango/alltheleaks/mixin/core/main/accessor/BaseScreenAccessor +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 120 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d39010 +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 110 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d38dc8 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 29 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d4ce40 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 719 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d38b78 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier$$Lambda+0x000001d682d38940 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource$$Lambda+0x000001d682d384c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2738 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d382b0 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Frostmaw +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 22 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d4cc28 +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 93 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d37ae0 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 694 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d37400 +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 16 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d4ca10 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Container +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2724 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d36d80 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Results +instanceKlass @bci com/sun/java/swing/plaf/windows/WindowsLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 10 argL0 ; # com/sun/java/swing/plaf/windows/WindowsLookAndFeel$$Lambda+0x000001d682d4c7f8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource ()V 0 argL0 ; # net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource$$Lambda+0x000001d682d366d8 +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 76 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d36490 +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 33 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682d36240 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 669 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d36008 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2710 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d35df0 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Mobs +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 59 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d359a0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderLiving$PreHighest +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 644 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d352c0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 107 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d35088 +instanceKlass @bci snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler ()V 23 argL0 ; # snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler$$Lambda+0x000001d682d34e50 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2696 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d34c38 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 10900 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4c5e0 +instanceKlass net/mehvahdjukaar/polytone/utils/GenericDirectorySpriteSource +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 42 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d347b8 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 619 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d34580 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 10882 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4c3c8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$ElokosaPaw +instanceKlass @bci snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler ()V 18 argL0 ; # snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler$$Lambda+0x000001d682d34140 +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 25 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682d33ef0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2682 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d33cd8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 102 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d33aa0 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 594 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d33868 +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 48 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d33650 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/TomlParser +instanceKlass @bci snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler ()V 8 argL0 ; # snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler$$Lambda+0x000001d682d33218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2668 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d33000 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 569 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d32dc8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$SculptorStaff +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 2622 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4c1b0 +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSource +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 2604 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4bf98 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZRenderLiving +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d32538 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 544 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d32300 +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 40 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d31eb0 +instanceKlass @bci snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler ()V 3 argL0 ; # snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler$$Lambda+0x000001d682d31a30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2654 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d31818 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 2586 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4bd80 +instanceKlass fuzs/puzzleslib/neoforge/api/data/v2/AbstractBuiltInDataProvider +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 2568 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4bb68 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 519 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d30f20 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d31158 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$EarthrendGauntlet +instanceKlass @bci net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl addClientReloadListener (Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceLocation;)V 1 member ; # net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl$$Lambda+0x000001d682d308d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2640 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d30b00 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 494 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d30698 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d30460 +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 32 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d30248 +instanceKlass javax/swing/UIDefaults$LazyInputMap +instanceKlass snownee/kiwi/contributor/network/CSetCosmeticPacket$Handler +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 789 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4b728 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2626 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d28a38 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 469 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d28800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d29c68 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderLiving$PostLowest +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Blowgun +instanceKlass net/neoforged/neoforge/client/ColorResolverManager +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 730 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4b510 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderLiving +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 444 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d29238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d29000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2612 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2bcb8 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 723 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4b2f8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Toml +instanceKlass io/wispforest/owo/config/ui/OptionComponents +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 671 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4b0e0 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 419 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2b5a0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier ()V 13 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier$$Lambda+0x000001d682d2b138 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 664 member ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4aec8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2598 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2af20 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$NagaFangDagger +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 394 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2a8a0 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 655 member ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4acb0 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 642 member ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4aa98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2584 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2a200 +instanceKlass net/mehvahdjukaar/polytone/neoforge/PlatStuffImpl +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderContainerScreen$Foreground +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 369 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2fbc0 +instanceKlass @bci fuzs/bagofholding/BagOfHolding registerEventHandlers ()V 3 argL0 ; # fuzs/bagofholding/BagOfHolding$$Lambda+0x000001d682d2f760 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 344 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2f528 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Spear +instanceKlass @bci fuzs/puzzleslib/impl/capability/EntityCapabilityKeyImpl initialize ()V 4 member ; # fuzs/puzzleslib/impl/capability/EntityCapabilityKeyImpl$$Lambda+0x000001d682d2eed0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2570 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2ecb8 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 319 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2e850 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 611 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4a648 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$GeomancerArmor +instanceKlass @cpi fuzs/puzzleslib/impl/capability/EntityCapabilityKeyImpl 173 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682d28400 +instanceKlass snownee/kiwi/KiwiCommonConfig +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 604 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4a430 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2526 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2e020 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 294 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2dde8 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 597 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4a218 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerCopyEvents$Respawn +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 590 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d4a000 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 269 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2d9b8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$UmvuthanaMask +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2512 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2d598 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerCopyEvents$Copy +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 583 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d49de8 +instanceKlass snownee/kiwi/KiwiClientConfig +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 244 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d2cf68 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 576 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d49bd0 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerCopyEvents +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2498 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d2cb50 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$IceCrystal +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d2c6f0 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 569 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d499b8 +instanceKlass @bci net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;)V 6 member ; # net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl$$Lambda+0x000001d682d2c258 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZRenderContainerScreen +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 562 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d497a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2484 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d27a48 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d27810 +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 24 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d275f8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$SolVisage +instanceKlass javax/swing/plaf/basic/BasicLookAndFeel$2 +instanceKlass @bci net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl createFunction (Lnet/puffish/skillsmod/api/calculation/prototype/Prototype;Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory;)Ljava/util/function/Function; 2 member ; # net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl$$Lambda+0x000001d682d271b0 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 545 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d49368 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type ()V 66 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type$$Lambda+0x000001d682d26f98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2470 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d26d80 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/DatePolicy +instanceKlass @bci sun/swing/SwingUtilities2 makeIcon (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Z)Ljava/lang/Object; 4 ; # java/lang/invoke/LambdaForm$MH+0x000001d682d28000 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type ()V 49 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type$$Lambda+0x000001d682d264e0 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderContainerScreen$Background +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 16 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d260d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2456 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d25eb8 +instanceKlass @bci net/puffish/skillsmod/api/calculation/operation/OperationFactory create (Ljava/util/function/Function;)Lnet/puffish/skillsmod/api/calculation/operation/OperationFactory; 1 member ; # net/puffish/skillsmod/api/calculation/operation/OperationFactory$$Lambda+0x000001d682d25c68 +instanceKlass org/violetmoon/zeta/client/event/play/ZRenderContainerScreen +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$ToolConfig +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type ()V 29 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type$$Lambda+0x000001d682d25620 +instanceKlass @bci sun/swing/SwingUtilities2 makeIcon (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Z)Ljava/lang/Object; 4 member ; # sun/swing/SwingUtilities2$$Lambda+0x000001d682d49148 +instanceKlass net/puffish/skillsmod/api/calculation/operation/OperationConfigContext +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2442 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d24d98 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 398 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d48f30 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/IndentationPolicy +instanceKlass @bci dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type ()V 9 argL0 ; # dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type$$Lambda+0x000001d682d24938 +instanceKlass net/puffish/skillsmod/api/calculation/operation/OperationFactory +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 391 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d48d18 +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 8 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d24528 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$AxeOfAThousandMetals +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockSet ([Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType;Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier;Ljava/lang/String;)Ljava/util/EnumMap; 110 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682d23c88 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 384 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d48b00 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 377 member ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d488e0 +instanceKlass net/mehvahdjukaar/polytone/PlatStuff +instanceKlass @bci io/wispforest/owo/config/ui/OptionComponentFactory ()V 0 argL0 ; # io/wispforest/owo/config/ui/OptionComponentFactory$$Lambda+0x000001d682d233f8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$ArmorConfig +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockSet ([Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType;Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier;Ljava/lang/String;)Ljava/util/EnumMap; 96 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682d22fd0 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/TomlWriter +instanceKlass javax/swing/border/AbstractBorder +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$WroughtHelm +instanceKlass org/violetmoon/zeta/client/event/play/ZInputUpdate +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntry +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockSet ([Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Ljava/util/EnumMap; 44 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682d21ca0 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 349 member ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47f90 +instanceKlass @bci net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes ()V 219 argL0 ; # net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes$$Lambda+0x000001d682d21810 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$SunsBlessing +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 340 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47d78 +instanceKlass io/wispforest/owo/ui/parsing/UIModel +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockSet ([Lnet/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)Ljava/util/EnumMap; 33 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682d20f50 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 333 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47b60 +instanceKlass org/violetmoon/zeta/client/event/play/ZInput$Key +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseFlowSequenceFirstEntry +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d208f8 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$ToolsAndAbilities +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 326 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47948 +instanceKlass me/shedaniel/autoconfig/serializer/Toml4jConfigSerializer +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType ()V 61 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType$$Lambda+0x000001d682d18a38 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 319 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47730 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d18800 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 312 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d47518 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Common +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType ()V 43 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType$$Lambda+0x000001d682d198e0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d196a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType ()V 25 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType$$Lambda+0x000001d682d19480 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler ()V 63 argL0 ; # com/bobmowzie/mowziesmobs/server/config/ConfigHandler$$Lambda+0x000001d682d19238 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d19000 +instanceKlass javax/swing/UIDefaults$ActiveValue +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 47 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d46f00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler ()V 47 argL0 ; # com/bobmowzie/mowziesmobs/server/config/ConfigHandler$$Lambda+0x000001d682d1bce0 +instanceKlass @bci snownee/snow/network/SSnowLandEffectPacket$Handler ()V 24 argL0 ; # snownee/snow/network/SSnowLandEffectPacket$Handler$$Lambda+0x000001d682d1baa8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController registerCapability (Ljava/lang/Class;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Predicate;Lfuzs/puzzleslib/neoforge/impl/capability/data/NeoForgeCapabilityKey$Factory;)Lfuzs/puzzleslib/api/capability/v3/data/CapabilityKey; 19 member ; # fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$$Lambda+0x000001d682d1b640 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier$$Lambda+0x000001d682d1b160 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZInput +instanceKlass @bci net/mehvahdjukaar/polytone/Polytone init (ZZZ)V 149 argL0 ; # net/mehvahdjukaar/polytone/Polytone$$Lambda+0x000001d682d1ad38 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 40 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d46ce8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler ()V 31 argL0 ; # com/bobmowzie/mowziesmobs/server/config/ConfigHandler$$Lambda+0x000001d682d1aaf0 +instanceKlass net/minecraft/world/TickRateManager +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 33 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d46ad0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType (Ljava/lang/String;ILjava/util/function/Function;)V 8 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType$$Lambda+0x000001d682d1a660 +instanceKlass @bci snownee/snow/network/SSnowLandEffectPacket$Handler ()V 19 argL0 ; # snownee/snow/network/SSnowLandEffectPacket$Handler$$Lambda+0x000001d682d1a238 +instanceKlass @bci ca/fxco/moreculling/MoreCulling init ()V 2 argL0 ; # ca/fxco/moreculling/MoreCulling$$Lambda+0x000001d682d1fdd8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler ()V 20 argL0 ; # com/bobmowzie/mowziesmobs/server/config/ConfigHandler$$Lambda+0x000001d682d1fb90 +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 26 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d468b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType ()V 7 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType$$Lambda+0x000001d682d1f958 +instanceKlass net/mehvahdjukaar/polytone/utils/CompoundReloader +instanceKlass @bci javax/swing/plaf/basic/BasicLookAndFeel initComponentDefaults (Ljavax/swing/UIDefaults;)V 19 argL0 ; # javax/swing/plaf/basic/BasicLookAndFeel$$Lambda+0x000001d682d466a0 +instanceKlass org/violetmoon/zeta/client/event/play/ZInput$MouseButton +instanceKlass fuzs/puzzleslib/impl/capability/GlobalCapabilityRegister +instanceKlass @bci snownee/snow/network/SSnowLandEffectPacket$Handler ()V 11 argL0 ; # snownee/snow/network/SSnowLandEffectPacket$Handler$$Lambda+0x000001d682d1e898 +instanceKlass javax/swing/UIDefaults$LazyValue +instanceKlass org/violetmoon/zeta/client/event/play/ZInput +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2384 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d1e030 +instanceKlass io/wispforest/owo/config/ui/OptionComponentFactory +instanceKlass @bci snownee/snow/network/SSnowLandEffectPacket$Handler ()V 3 argL0 ; # snownee/snow/network/SSnowLandEffectPacket$Handler$$Lambda+0x000001d682d1d990 +instanceKlass javax/swing/plaf/UIResource +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2370 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d1d540 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController registerEntityCapability (Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;Ljava/lang/Class;)Lfuzs/puzzleslib/api/capability/v3/data/EntityCapabilityKey$Mutable; 17 argL0 ; # fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$$Lambda+0x000001d682d1d300 +instanceKlass @bci java/awt/SystemColor ()V 643 argL0 ; # java/awt/SystemColor$$Lambda+0x000001d682d45de0 +instanceKlass snownee/snow/network/SSnowLandEffectPacket$Handler +instanceKlass sun/awt/AWTAccessor$SystemColorAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2356 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d1cea0 +instanceKlass @bci com/bobmowzie/mowziesmobs/MMCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 274 argL0 ; # com/bobmowzie/mowziesmobs/MMCommon$$Lambda+0x000001d682d1cc78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2342 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d1c868 +instanceKlass net/mehvahdjukaar/polytone/tabs/ItemToTabEvent +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d13c58 +instanceKlass ca/fxco/moreculling/config/MoreCullingConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2328 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d13818 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d13370 +instanceKlass @bci net/alexmega/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # net/alexmega/platform/Services$$Lambda+0x000001d682d13150 +instanceKlass com/sun/java/swing/plaf/windows/WindowsRootPaneUI$AltProcessor +instanceKlass fuzs/puzzleslib/neoforge/impl/capability/data/NeoForgeCapabilityKey +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d17960 +instanceKlass ca/fxco/moreculling/MoreCulling +instanceKlass net/alexmega/platform/NeoForgePlatformHelper +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition ()V 35 argL0 ; # dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition$$Lambda+0x000001d682d17058 +instanceKlass javax/swing/plaf/ComponentUI +instanceKlass @bci io/wispforest/owo/config/ui/ConfigScreen ()V 25 argL0 ; # io/wispforest/owo/config/ui/ConfigScreen$$Lambda+0x000001d682d16e10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2314 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d16bf8 +instanceKlass org/violetmoon/zeta/client/event/play/ZHighlightBlock +instanceKlass javax/swing/JComponent$2 +instanceKlass net/alexmega/platform/services/IPlatformHelper +instanceKlass javax/swing/JComponent$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2300 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d16140 +instanceKlass net/minecraft/client/renderer/PanoramaRenderer +instanceKlass @bci snownee/kiwi/network/KNetworking registerPlayHandler (Lnet/minecraft/network/protocol/common/custom/CustomPacketPayload$Type;Lsnownee/kiwi/network/PlayPacketHandler;Lsnownee/kiwi/network/KiwiPacket$Direction;)V 24 member ; # snownee/kiwi/network/KNetworking$$Lambda+0x000001d682d15cf8 +instanceKlass sun/swing/SwingAccessor$JComponentAccessor +instanceKlass net/alexmega/platform/Services +instanceKlass fuzs/puzzleslib/impl/capability/EntityCapabilityKeyImpl +instanceKlass java/awt/Container$1 +instanceKlass sun/awt/AWTAccessor$ContainerAccessor +instanceKlass @bci snownee/snow/network/SLavaSmokeEffectPacket$Handler ()V 8 argL0 ; # snownee/snow/network/SLavaSmokeEffectPacket$Handler$$Lambda+0x000001d682d147c0 +instanceKlass java/awt/geom/Dimension2D +instanceKlass @bci snownee/snow/network/SLavaSmokeEffectPacket$Handler ()V 3 argL0 ; # snownee/snow/network/SLavaSmokeEffectPacket$Handler$$Lambda+0x000001d682d0bd58 +instanceKlass java/awt/LightweightDispatcher +instanceKlass java/awt/event/AWTEventListener +instanceKlass net/alexmega/CommonClass +instanceKlass snownee/snow/network/SLavaSmokeEffectPacket$Handler +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition$$Lambda+0x000001d682d0b490 +instanceKlass fuzs/puzzleslib/api/capability/v3/data/EntityCapabilityKey$Mutable +instanceKlass net/minecraft/client/renderer/CubeMap +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition$$Lambda+0x000001d682d0ae90 +instanceKlass com/bobmowzie/mowziesmobs/server/ability/AbilityCommonEventHandler +instanceKlass net/alexmega/Constants +instanceKlass snownee/kiwi/network/PlayPacketHandler +instanceKlass com/simibubi/create/content/trains/station/StationMapData +instanceKlass fuzs/puzzleslib/neoforge/impl/capability/data/NeoForgeCapabilityKey$Factory +instanceKlass net/mehvahdjukaar/supplementaries/common/block/blocks/IFrameBlock +instanceKlass net/mehvahdjukaar/moonlight/api/map/ExpandedMapData +instanceKlass dev/worldgen/lithostitched/api/worldgen/placementcondition/PlacementCondition +instanceKlass javax/swing/UIManager$2 +instanceKlass javax/swing/KeyStroke$1 +instanceKlass sun/swing/SwingAccessor$KeyStrokeAccessor +instanceKlass ca/fxco/moreculling/api/map/MapOpacity +instanceKlass java/awt/AWTKeyStroke +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController registerEntityCapability (Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;Ljava/lang/Class;)Lfuzs/puzzleslib/api/capability/v3/data/EntityCapabilityKey$Mutable; 12 member ; # fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$$Lambda+0x000001d682d0f4d8 +instanceKlass @bci fuzs/bagofholding/init/ModRegistry ()V 189 argL0 ; # fuzs/bagofholding/init/ModRegistry$$Lambda+0x000001d682d0f2c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d0f088 +instanceKlass java/awt/FocusTraversalPolicy +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d0ebe8 +instanceKlass fuzs/puzzleslib/api/capability/v3/data/CapabilityComponent +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d0e758 +instanceKlass fuzs/puzzleslib/api/core/v1/utility/NbtSerializable +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier$$Lambda+0x000001d682d0dee0 +instanceKlass org/violetmoon/zeta/client/event/play/ZGatherTooltipComponents +instanceKlass java/awt/DefaultKeyboardFocusManager$2 +instanceKlass java/awt/DefaultKeyboardFocusManager$1 +instanceKlass sun/awt/AWTAccessor$DefaultKeyboardFocusManagerAccessor +instanceKlass net/fabricmc/fabric/impl/client/particle/ClientParticleEventHooks +instanceKlass java/awt/KeyboardFocusManager$1 +instanceKlass sun/awt/AWTAccessor$KeyboardFocusManagerAccessor +instanceKlass java/awt/KeyboardFocusManager +instanceKlass java/awt/KeyEventPostProcessor +instanceKlass java/awt/KeyEventDispatcher +instanceKlass sun/awt/PaintEventDispatcher +instanceKlass sun/awt/SunDisplayChanger +instanceKlass sun/java2d/SurfaceManagerFactory +instanceKlass sun/java2d/windows/WindowsFlags$1 +instanceKlass sun/java2d/windows/WindowsFlags +instanceKlass java/awt/GraphicsEnvironment$LocalGE +instanceKlass javax/swing/RepaintManager$1 +instanceKlass sun/swing/SwingAccessor$RepaintManagerAccessor +instanceKlass javax/swing/RepaintManager$DisplayChangedHandler +instanceKlass javax/swing/RepaintManager +instanceKlass javax/swing/UIManager$1 +instanceKlass sun/swing/ImageCache +instanceKlass java/awt/image/MultiResolutionImage +instanceKlass sun/swing/CachedPainter +instanceKlass com/sun/java/swing/plaf/windows/XPStyle +instanceKlass sun/swing/DefaultLookup +instanceKlass sun/swing/SwingAccessor +instanceKlass @bci javax/swing/UIDefaults ()V 10 argL0 ; # javax/swing/UIDefaults$$Lambda+0x000001d6819bc350 +instanceKlass sun/swing/SwingAccessor$UIDefaultsAccessor +instanceKlass javax/swing/UIManager$LAFState +instanceKlass sun/swing/SwingUtilities2$LSBCacheEntry +instanceKlass sun/awt/SunHints$Value +instanceKlass java/awt/RenderingHints$Key +instanceKlass sun/awt/SunHints +instanceKlass java/awt/font/FontRenderContext +instanceKlass sun/swing/SwingUtilities2 +instanceKlass sun/swing/StringUIClientPropertyKey +instanceKlass javax/swing/UIClientPropertyKey +instanceKlass javax/swing/LookAndFeel +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2286 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0ca78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2272 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0c860 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2258 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0c648 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2244 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0c430 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2230 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0c218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2216 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d0c000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2202 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07de0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2188 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07bc8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2174 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d079b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2160 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07798 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2146 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07580 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2132 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07368 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2118 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d07150 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2104 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d06f38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2090 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d06d20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2076 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d06b08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2062 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d068f0 +instanceKlass javax/swing/SwingUtilities +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2048 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d066d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2034 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d064c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2020 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d062a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 2006 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d06090 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1992 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d05e78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1978 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d05c60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d059f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1964 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d057e0 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier 373 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682d01c00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1950 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d055c8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d05390 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1936 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d05178 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d04f40 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d04d08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1922 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d04af0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d048b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1908 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682d046a0 +instanceKlass java/awt/RenderingHints +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682d04468 +instanceKlass @bci com/example/betterenchantingtable/BetterEnchantingTable (Lnet/neoforged/bus/api/IEventBus;)V 173 member ; # com/example/betterenchantingtable/BetterEnchantingTable$$Lambda+0x000001d682d04238 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 33 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682d04000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1894 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cfbd18 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682cfbae0 +instanceKlass sun/awt/PostEventQueue +instanceKlass sun/awt/MostRecentKeyValue +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier$$Lambda+0x000001d682cfb8a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1880 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cfb690 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 28 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682cfb458 +instanceKlass java/awt/Queue +instanceKlass net/fabricmc/fabric/api/renderer/v1/material/RenderMaterial +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1866 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cfabc8 +instanceKlass java/awt/EventQueue$3 +instanceKlass io/wispforest/owo/ui/util/CommandOpenedScreen +instanceKlass org/violetmoon/zeta/client/event/play/ZClientTick$Start +instanceKlass java/awt/EventQueue$2 +instanceKlass sun/awt/AWTAccessor$EventQueueAccessor +instanceKlass com/example/betterenchantingtable/TreasureEnchantmentHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1852 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cff730 +instanceKlass java/awt/EventQueue$1 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 15 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682cfef18 +instanceKlass net/caffeinemc/mods/sodium/client/render/frapi/material/MaterialViewImpl +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController (Ljava/lang/String;)V 28 member ; # fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController$$Lambda+0x000001d682cfea68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1838 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cfdc78 +instanceKlass net/minecraft/world/ticks/LevelTickAccess +instanceKlass java/awt/EventQueue +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModClientProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 10 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModClientProxy$$Lambda+0x000001d682cfc9c8 +instanceKlass net/minecraft/world/ticks/TickAccess +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1824 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf7a70 +instanceKlass fuzs/puzzleslib/neoforge/impl/capability/NeoForgeCapabilityController +instanceKlass dev/ftb/mods/ftblibrary/icon/CustomIconItem +instanceKlass sun/awt/AppContext$1 +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZClientTick +instanceKlass snownee/kiwi/network/KiwiPacket +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1810 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf69a0 +instanceKlass sun/awt/AppContext$2 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier ()V 8 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cf61f8 +instanceKlass org/violetmoon/zeta/client/event/play/ZClientTick$End +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1796 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf3c30 +instanceKlass org/violetmoon/zeta/client/event/play/ZClientTick +instanceKlass sun/awt/AppContext$3 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 878 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cf32f0 +instanceKlass sun/awt/AppContext$6 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cf3098 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1782 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf2e80 +instanceKlass sun/awt/AppContext$GetAppContextLock +instanceKlass @bci fuzs/bagofholding/init/ModRegistry ()V 131 argL0 ; # fuzs/bagofholding/init/ModRegistry$$Lambda+0x000001d682cf2a20 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier 306 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682cf4c00 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 873 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cf27e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1768 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf25d0 +instanceKlass sun/awt/AppContext +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cf2398 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cf1f60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1754 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf1b40 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cf1908 +instanceKlass com/example/betterenchantingtable/BetterEnchantingTable$BlockEventHandler +instanceKlass java/awt/Toolkit$DesktopPropertyChangeSupport$1 +instanceKlass net/fabricmc/fabric/api/renderer/v1/mesh/MeshBuilder +instanceKlass net/fabricmc/fabric/api/renderer/v1/material/MaterialFinder +instanceKlass net/fabricmc/fabric/api/renderer/v1/material/MaterialView +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cf10d0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 858 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cf0e98 +instanceKlass net/caffeinemc/mods/sodium/client/render/frapi/SodiumRenderer +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cf0a08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1740 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cf07f0 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cf0000 +instanceKlass snownee/kiwi/util/KUtil +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cdbc38 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 853 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cdba00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1726 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cdb7e8 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider ()V 55 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cdb5b0 +instanceKlass sun/awt/windows/WDesktopProperties$WinPlaySound +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cdaf10 +instanceKlass net/fabricmc/fabric/impl/renderer/RendererAccessImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1712 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cda8c0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier$$Lambda+0x000001d682cda688 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider ()V 42 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cda450 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 838 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cda218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1698 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cda000 +instanceKlass net/minecraft/world/inventory/ContainerLevelAccess +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 833 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cef5d0 +instanceKlass @bci fuzs/iteminteractions/api/v1/provider/ItemContentsProvider ()V 37 argL0 ; # fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$$Lambda+0x000001d682cef398 +instanceKlass net/fabricmc/fabric/api/renderer/v1/RendererAccess +instanceKlass java/awt/font/JavaAWTFontAccessImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1684 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ceef88 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Color4I ()V 88 argL0 ; # dev/ftb/mods/ftblibrary/icon/Color4I$$Lambda+0x000001d682ceeb50 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1670 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cee2e0 +instanceKlass @bci net/caffeinemc/mods/sodium/neoforge/SodiumForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 7 argL0 ; # net/caffeinemc/mods/sodium/neoforge/SodiumForgeMod$$Lambda+0x000001d682cee0c8 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Color4I ()V 68 argL0 ; # dev/ftb/mods/ftblibrary/icon/Color4I$$Lambda+0x000001d682cedea0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 818 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ced7b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1656 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ced5a0 +instanceKlass sun/font/AttributeValues +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 813 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ced028 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1642 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cece10 +instanceKlass net/fabric_extras/neoforge/client/NeoForgeClientMod +instanceKlass net/minecraft/world/item/enchantment/ItemEnchantments$Mutable +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1628 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ce7d80 +instanceKlass fuzs/puzzleslib/neoforge/impl/init/NeoForgeRegistryFactory +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Color4I ()V 48 argL0 ; # dev/ftb/mods/ftblibrary/icon/Color4I$$Lambda+0x000001d682ce7900 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682ce76b8 +instanceKlass @bci io/wispforest/accessories/client/AccessoriesClient initConfigStuff ()V 5 argL0 ; # io/wispforest/accessories/client/AccessoriesClient$$Lambda+0x000001d682ce7490 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 798 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ce7258 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682ce7020 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1614 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ce6e08 +instanceKlass snownee/snow/SnowRealMagic +instanceKlass net/fabric_extras/shield_api/ShieldAPI +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682ce6490 +instanceKlass io/wispforest/accessories/compat/config/client/ExtendedConfigScreen$FactoryRegister +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 793 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ce6060 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682ce5c18 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Color4I ()V 28 argL0 ; # dev/ftb/mods/ftblibrary/icon/Color4I$$Lambda+0x000001d682ce59f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1600 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ce57d8 +instanceKlass @bci io/wispforest/accessories/client/AccessoriesClient lambda$static$1 ([Lio/wispforest/accessories/client/AccessoriesClient$WindowResizeCallback;)Lio/wispforest/accessories/client/AccessoriesClient$WindowResizeCallback; 1 member ; # io/wispforest/accessories/client/AccessoriesClient$$Lambda+0x000001d682ce4f68 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682ce4d30 +instanceKlass fuzs/iteminteractions/impl/config/ServerConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1586 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cdfaf8 +instanceKlass com/example/betterenchantingtable/EnchantingHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier$$Lambda+0x000001d682cdf6a8 +instanceKlass com/leclowndu93150/corpsecurioscompat/event/DeathEventHandler +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 778 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cdf080 +instanceKlass @bci io/wispforest/accessories/client/AccessoriesClient ()V 15 argL0 ; # io/wispforest/accessories/client/AccessoriesClient$$Lambda+0x000001d682cdee48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1572 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cde600 +instanceKlass com/ishland/c2me/base/common/scheduler/ISyncLoadManager +instanceKlass com/bobmowzie/mowziesmobs/server/entity/ILinkedEntity +instanceKlass com/ishland/c2me/base/mixin/access/IServerChunkManager +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 773 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cdda40 +instanceKlass io/wispforest/accessories/client/AccessoriesClient$WindowResizeCallback +instanceKlass snownee/kiwi/network/PayloadContext +instanceKlass snownee/kiwi/network/KNetworking +instanceKlass net/neoforged/neoforge/common/extensions/IServerChunkCacheExtension +instanceKlass dev/ftb/mods/ftblibrary/FTBLibrary +instanceKlass io/wispforest/owo/config/ui/component/OptionValueProvider +instanceKlass io/wispforest/owo/ui/core/ParentComponent +instanceKlass @bci fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler ()V 54 argL0 ; # fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler$$Lambda+0x000001d682cd7260 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 758 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cd6e30 +instanceKlass @bci fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler ()V 41 argL0 ; # fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler$$Lambda+0x000001d682cd6248 +instanceKlass io/wispforest/owo/ui/util/DisposableScreen +instanceKlass com/leclowndu93150/corpsecurioscompat/event/TickHandler +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 753 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cd5250 +instanceKlass @bci fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler ()V 28 argL0 ; # fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler$$Lambda+0x000001d682cd4c18 +instanceKlass snownee/snow/client/SnowClientConfig +instanceKlass com/bobmowzie/mowziesmobs/client/particle/util/ParticleRotation +instanceKlass dev/ftb/mods/ftblibrary/config/ui/resource/SelectableResource +instanceKlass java/awt/geom/AffineTransform +instanceKlass sun/font/FontAccess +instanceKlass java/awt/Font +instanceKlass sun/awt/windows/ThemeReader +instanceKlass sun/awt/windows/WDesktopProperties +instanceKlass sun/awt/HeadlessToolkit$1 +instanceKlass java/awt/peer/KeyboardFocusManagerPeer +instanceKlass @bci sun/awt/windows/WToolkit ()V 142 argL0 ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3ba8 +instanceKlass @bci sun/awt/windows/WToolkit lambda$registerShutdownHook$2 ()Ljava/lang/Void; 8 member ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3988 +instanceKlass @bci sun/awt/windows/WToolkit registerShutdownHook ()V 1 member ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3768 +instanceKlass @bci sun/awt/windows/WToolkit run ()V 0 argL0 ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3550 +instanceKlass @bci sun/awt/windows/WToolkit ()V 93 member ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3330 +instanceKlass @bci sun/awt/windows/WToolkit ()V 68 argL0 ; # sun/awt/windows/WToolkit$$Lambda+0x000001d6819b3118 +instanceKlass @bci sun/awt/AWTAutoShutdown activateBlockerThread ()V 1 member ; # sun/awt/AWTAutoShutdown$$Lambda+0x000001d6819b2ef8 +instanceKlass sun/awt/AWTAutoShutdown +instanceKlass sun/awt/util/ThreadGroupUtils +instanceKlass @bci sun/java2d/Disposer ()V 104 argL0 ; # sun/java2d/Disposer$$Lambda+0x000001d6819b28c0 +instanceKlass sun/java2d/Disposer$1 +instanceKlass sun/java2d/Disposer +instanceKlass sun/awt/windows/WToolkit$ToolkitDisposer +instanceKlass sun/java2d/DisposerRecord +instanceKlass sun/awt/util/PerformanceLogger$TimeData +instanceKlass sun/awt/util/PerformanceLogger +instanceKlass sun/awt/SunToolkit$ModalityListenerList +instanceKlass sun/awt/ModalityListener +instanceKlass java/beans/ChangeListenerMap +instanceKlass java/beans/PropertyChangeSupport +instanceKlass javax/swing/event/EventListenerList +instanceKlass sun/awt/windows/WDesktopPeer +instanceKlass java/awt/peer/DesktopPeer +instanceKlass java/awt/Component$DummyRequestFocusController +instanceKlass sun/awt/RequestFocusController +instanceKlass java/awt/Component$1 +instanceKlass sun/awt/AWTAccessor$ComponentAccessor +instanceKlass java/awt/Component$AWTTreeLock +instanceKlass sun/awt/DisplayChangedListener +instanceKlass sun/awt/image/SurfaceManager +instanceKlass sun/awt/image/SurfaceManager$ImageAccessor +instanceKlass java/awt/ImageCapabilities +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1558 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd39b0 +instanceKlass java/awt/Image +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1544 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd3798 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1530 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd3580 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1516 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd3368 +instanceKlass sun/java2d/DestSurfaceProvider +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1502 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd3150 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1488 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd2f38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1474 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd2d20 +instanceKlass sun/java2d/loops/RenderCache$Entry +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1460 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd2b08 +instanceKlass sun/java2d/loops/RenderCache +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1446 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd28f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1432 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd26d8 +instanceKlass sun/java2d/pipe/DrawImage +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1418 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd24c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1404 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd22a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1390 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd2090 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1376 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1e78 +instanceKlass sun/java2d/pipe/GeneralCompositePipe +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1362 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1c60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1348 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1a48 +instanceKlass sun/java2d/pipe/SpanShapeRenderer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1334 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1830 +instanceKlass sun/java2d/pipe/AlphaPaintPipe +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1320 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1618 +instanceKlass io/wispforest/accessories/client/AccessoriesClient +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1306 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd1200 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 70 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cd0fe8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1292 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cd0dd0 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 54 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cd0848 +instanceKlass sun/java2d/pipe/AAShapePipe +instanceKlass dev/ftb/mods/ftblibrary/config/ConfigValue +instanceKlass @bci fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler ()V 2 argL0 ; # fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler$$Lambda+0x000001d682cd0000 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 49 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc9cd8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1278 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cc9ac0 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 41 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc9888 +instanceKlass snownee/kiwi/config/KiwiConfigManager +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 738 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cc9248 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/util/ParticleComponent$AnimData +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682cc9000 +instanceKlass fuzs/iteminteractions/impl/client/handler/KeyBindingTogglesHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1264 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682ccbbe0 +instanceKlass sun/java2d/pipe/RegionIterator +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 33 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682ccb9a8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682ccb770 +instanceKlass net/minecraft/world/level/chunk/ChunkSource +instanceKlass sun/java2d/pipe/Region +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 733 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ccb538 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 25 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682ccb050 +instanceKlass sun/java2d/pipe/SpanClipRenderer +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682ccfc00 +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 68 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc7c00 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc79b8 +instanceKlass fuzs/iteminteractions/impl/client/core/KeyMappingProvider +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682cc7128 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc6ac0 +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 54 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc6890 +instanceKlass fuzs/iteminteractions/impl/client/core/HeldActivationType +instanceKlass fuzs/iteminteractions/impl/config/ClientConfig +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682cc61c0 +instanceKlass com/bobmowzie/mowziesmobs/server/ServerEventHandler +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc5b48 +instanceKlass net/minecraft/world/level/entity/LevelCallback +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 42 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc5918 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier$$Lambda+0x000001d682cc54e8 +instanceKlass snownee/kiwi/config/ConfigHandler +instanceKlass net/minecraft/world/level/entity/EntityPersistentStorage +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc4c18 +instanceKlass org/violetmoon/zeta/event/play/ZRecipeCrawl +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc47e8 +instanceKlass sun/java2d/pipe/PixelToShapeConverter +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions ()V 67 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682cc45d0 +instanceKlass org/violetmoon/quark/api/IMagnetTracker +instanceKlass com/example/betterenchantingtable/BookshelfLinkHandler +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc3f80 +instanceKlass net/minecraft/world/level/storage/WritableLevelData +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc3d50 +instanceKlass sun/java2d/pipe/AlphaColorPipe +instanceKlass sun/java2d/pipe/CompositePipe +instanceKlass @bci io/wispforest/accessories/neoforge/client/AccessoriesClientForge (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # io/wispforest/accessories/neoforge/client/AccessoriesClientForge$$Lambda+0x000001d682cc34b8 +instanceKlass fuzs/iteminteractions/impl/network/S2CSyncItemContentsProviders +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZSkipAttributeTooltip +instanceKlass sun/font/FontUtilities$1 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 202 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cc2728 +instanceKlass net/puffish/skillsmod/api/calculation/prototype/PrototypeOperation +instanceKlass sun/font/FontUtilities +instanceKlass net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent ()V 11 argL0 ; # com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$$Lambda+0x000001d682cc2298 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 190 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cc2070 +instanceKlass org/violetmoon/zeta/event/play/ZSkipAttributeTooltip +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions ()V 54 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682cc1c60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cc1a18 +instanceKlass sun/java2d/pipe/GlyphListPipe +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 708 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cc17e0 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 177 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cc15b0 +instanceKlass com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerBuntings (Ljava/lang/String;)Ljava/util/Map; 146 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682cc1190 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cc0f58 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 163 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cbfd68 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cbfb30 +instanceKlass sun/java2d/pipe/OutlineTextRenderer +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 703 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cbf8f8 +instanceKlass com/google/common/base/Platform$JdkPatternCompiler +instanceKlass dev/ftb/mods/ftblibrary/icon/Icon$1 +instanceKlass fuzs/iteminteractions/impl/network/client/C2SEnderChestContentMessage +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cbf170 +instanceKlass @bci com/leclowndu93150/corpsecurioscompat/Config ()V 31 argL0 ; # com/leclowndu93150/corpsecurioscompat/Config$$Lambda+0x000001d682cbef28 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 149 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cbecf8 +instanceKlass net/puffish/skillsmod/api/calculation/prototype/Prototype +instanceKlass com/example/betterenchantingtable/BetterEnchantingTableConfig +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cbe400 +instanceKlass com/google/common/base/PatternCompiler +instanceKlass sun/java2d/ReentrantContextProvider +instanceKlass com/google/common/base/Platform +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier$$Lambda+0x000001d682cbdfb0 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions ()V 41 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682cbdd98 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Icon ()V 29 argL0 ; # dev/ftb/mods/ftblibrary/icon/Icon$$Lambda+0x000001d682cbdb60 +instanceKlass com/leclowndu93150/corpsecurioscompat/Config +instanceKlass org/violetmoon/zeta/event/play/ZLevelTick$Start +instanceKlass net/puffish/skillsmod/api/calculation/prototype/BuiltinPrototypes +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerBuntings (Ljava/lang/String;)Ljava/util/Map; 99 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682cbd348 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 688 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cbd110 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Icon ()V 24 argL0 ; # dev/ftb/mods/ftblibrary/icon/Icon$$Lambda+0x000001d682cbced8 +instanceKlass sun/java2d/marlin/FloatMath +instanceKlass @bci com/bobmowzie/mowziesmobs/MMCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 231 argL0 ; # com/bobmowzie/mowziesmobs/MMCommon$$Lambda+0x000001d682cbccb0 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 135 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cbca80 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Icon ()V 8 argL0 ; # dev/ftb/mods/ftblibrary/icon/Icon$$Lambda+0x000001d682cbc600 +instanceKlass sun/java2d/marlin/MarlinProperties +instanceKlass @bci com/bobmowzie/mowziesmobs/MMCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 220 argL0 ; # com/bobmowzie/mowziesmobs/MMCommon$$Lambda+0x000001d682cbc1c8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 683 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cbbf90 +instanceKlass @bci dev/ftb/mods/ftblibrary/icon/Icon ()V 3 argL0 ; # dev/ftb/mods/ftblibrary/icon/Icon$$Lambda+0x000001d682cbbd58 +instanceKlass fuzs/iteminteractions/impl/network/S2CEnderChestSlotMessage +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerBuntings (Ljava/lang/String;)Ljava/util/Map; 76 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682cbb680 +instanceKlass sun/java2d/marlin/MarlinConst +instanceKlass com/bobmowzie/mowziesmobs/server/world/spawn/SpawnHandler +instanceKlass com/google/common/base/Strings +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZLevelTick +instanceKlass @bci technology/roughness/whitenoise/config/ConfigHandler ()V 7 argL0 ; # technology/roughness/whitenoise/config/ConfigHandler$$Lambda+0x000001d682cbab38 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions ()V 28 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682cba368 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1231 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cba150 +instanceKlass dev/ftb/mods/ftblibrary/icon/IResourceIcon +instanceKlass sun/java2d/pipe/RenderingEngine +instanceKlass technology/roughness/whitenoise/config/ConfigHandler$Client +instanceKlass com/example/betterenchantingtable/config/SimpleConfig$ConfigData +instanceKlass org/violetmoon/zeta/event/play/ZLevelTick$End +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 121 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cb9128 +instanceKlass org/violetmoon/zeta/event/play/ZLevelTick +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1217 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cb8d18 +instanceKlass sun/java2d/pipe/LoopPipe +instanceKlass @bci com/bobmowzie/mowziesmobs/MMCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 209 member ; # com/bobmowzie/mowziesmobs/MMCommon$$Lambda+0x000001d682cb8ae8 +instanceKlass sun/java2d/pipe/LoopBasedPipe +instanceKlass sun/java2d/pipe/ParallelogramPipe +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb8890 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 107 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cb8450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1203 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cb8000 +instanceKlass @bci com/bobmowzie/mowziesmobs/MMCommon (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 197 member ; # com/bobmowzie/mowziesmobs/MMCommon$$Lambda+0x000001d682cb7d18 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb8218 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 93 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cb7ae8 +instanceKlass fuzs/iteminteractions/impl/network/S2CEnderChestContentMessage +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb7620 +instanceKlass snownee/snow/SnowCommonConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler$$Lambda+0x000001d682cb7208 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1189 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cb6ff0 +instanceKlass net/puffish/skillsmod/calculation/operation/builtin/AttributeOperation +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb6b50 +instanceKlass technology/roughness/whitenoise/config/ConfigHandler +instanceKlass sun/java2d/pipe/NullPipe +instanceKlass sun/java2d/pipe/DrawImagePipe +instanceKlass com/example/betterenchantingtable/config/SimpleConfig +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1175 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682cb6080 +instanceKlass sun/java2d/pipe/TextPipe +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb5e48 +instanceKlass @bci fuzs/puzzleslib/api/network/v3/NetworkHandler$Builder registerLegacyServerbound (Ljava/lang/Class;Ljava/util/function/Supplier;)Lfuzs/puzzleslib/api/network/v3/NetworkHandler$Builder; 3 member ; # fuzs/puzzleslib/api/network/v3/NetworkHandler$Builder$$Lambda+0x000001d682cb5c28 +instanceKlass sun/java2d/pipe/ShapeDrawPipe +instanceKlass sun/java2d/pipe/PixelFillPipe +instanceKlass com/bobmowzie/mowziesmobs/server/creativetab/CreativeTabHandler +instanceKlass sun/java2d/pipe/PixelDrawPipe +instanceKlass net/puffish/skillsmod/api/calculation/operation/Operation +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb5068 +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 72 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682cb4e38 +instanceKlass @bci fuzs/iteminteractions/impl/ItemInteractions ()V 15 argL0 ; # fuzs/iteminteractions/impl/ItemInteractions$$Lambda+0x000001d682cb4c20 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZAnimalTame +instanceKlass sun/java2d/StateTrackableDelegate$2 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 79 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cb30a0 +instanceKlass net/puffish/skillsmod/calculation/operation/BuiltinOperations +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier$$Lambda+0x000001d682cb2a28 +instanceKlass sun/java2d/StateTrackableDelegate +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 60 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682cb1850 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler ()V 69 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d682cb1360 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZAnimalTame +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 65 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cb0d28 +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 48 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682cb0770 +instanceKlass @bci net/puffish/skillsmod/reward/builtin/TagReward register ()V 3 argL0 ; # net/puffish/skillsmod/reward/builtin/TagReward$$Lambda+0x000001d682cb0558 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler ()V 53 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d682cb0340 +instanceKlass fuzs/iteminteractions/impl/network/client/C2SContainerClientInputMessage +instanceKlass sun/java2d/cmm/ProfileDeferralInfo +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 51 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682caaa48 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZAddReloadListener +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682cabd70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler ()V 37 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d682cabb58 +instanceKlass net/puffish/skillsmod/reward/builtin/TagReward +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 37 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682cab6f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/capability/DataHandler ()V 21 argL0 ; # com/bobmowzie/mowziesmobs/server/capability/DataHandler$$Lambda+0x000001d682cab4d8 +instanceKlass dev/ftb/mods/ftblibrary/icon/Icon +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 22 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682cab000 +instanceKlass java/awt/color/ICC_Profile$BuiltInProfile +instanceKlass com/mojang/brigadier/Command +instanceKlass @bci java/awt/color/ICC_Profile ()V 0 argL0 ; # java/awt/color/ICC_Profile$$Lambda+0x000001d6819a5a90 +instanceKlass org/violetmoon/zeta/event/load/ZAddReloadListener +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 25 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682caf9e0 +instanceKlass @bci technology/roughness/whitenoise/WhiteNoiseNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 8 member ; # technology/roughness/whitenoise/WhiteNoiseNeoForge$$Lambda+0x000001d682caf5a8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 648 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682caf370 +instanceKlass sun/java2d/cmm/Profile +instanceKlass com/bobmowzie/mowziesmobs/server/capability/DataHandler +instanceKlass fuzs/iteminteractions/impl/ItemInteractions +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge (Lnet/neoforged/bus/api/IEventBus;)V 13 member ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d682caec20 +instanceKlass @bci net/puffish/skillsmod/reward/builtin/ScoreboardReward register ()V 3 argL0 ; # net/puffish/skillsmod/reward/builtin/ScoreboardReward$$Lambda+0x000001d682caea08 +instanceKlass sun/awt/AWTAccessor$ICC_ProfileAccessor +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 643 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cae7d0 +instanceKlass @bci io/wispforest/accessories/menu/ArmorSlotTypes init ()V 54 argL0 ; # io/wispforest/accessories/menu/ArmorSlotTypes$$Lambda+0x000001d682cae590 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 96 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682cae378 +instanceKlass java/awt/color/ICC_Profile +instanceKlass net/puffish/skillsmod/reward/builtin/ScoreboardReward +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682cadef8 +instanceKlass net/skill_tree_rpgs/neoforge/client/NeoForgeClientMod +instanceKlass @bci io/wispforest/accessories/menu/ArmorSlotTypes init ()V 43 argL0 ; # io/wispforest/accessories/menu/ArmorSlotTypes$$Lambda+0x000001d682cad880 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682cad648 +instanceKlass org/violetmoon/zeta/event/play/ZServerTick$End +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682ca8c00 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 628 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cacd28 +instanceKlass @bci io/wispforest/accessories/menu/ArmorSlotTypes init ()V 32 argL0 ; # io/wispforest/accessories/menu/ArmorSlotTypes$$Lambda+0x000001d682cac8b0 +instanceKlass @bci net/skill_tree_rpgs/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/skill_tree_rpgs/neoforge/NeoForgeMod$$Lambda+0x000001d682cac688 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682cacaf0 +instanceKlass java/awt/color/ColorSpace$BuiltInSpace +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682cac450 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 80 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682cac000 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 623 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682cac218 +instanceKlass java/awt/color/ColorSpace +instanceKlass @bci io/wispforest/accessories/menu/ArmorSlotTypes init ()V 21 argL0 ; # io/wispforest/accessories/menu/ArmorSlotTypes$$Lambda+0x000001d682ca3cb0 +instanceKlass @bci net/puffish/skillsmod/reward/builtin/PointsReward register ()V 3 argL0 ; # net/puffish/skillsmod/reward/builtin/PointsReward$$Lambda+0x000001d682ca3a98 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682ca35e8 +instanceKlass dev/ftb/mods/ftblibrary/icon/Drawable +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier$$Lambda+0x000001d682ca2d08 +instanceKlass @bci io/wispforest/accessories/api/AccessoriesAPI ()V 105 argL0 ; # io/wispforest/accessories/api/AccessoriesAPI$$Lambda+0x000001d682ca2af0 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZServerTick +instanceKlass net/puffish/skillsmod/reward/builtin/PointsReward +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapIterator +instanceKlass @bci net/skill_tree_rpgs/node/ConditionalAttributeReward register ()V 3 argL0 ; # net/skill_tree_rpgs/node/ConditionalAttributeReward$$Lambda+0x000001d682ca2218 +instanceKlass vodmordia/modtabs/client/events/ClientNeoForgeEvents +instanceKlass java/awt/image/ColorModel$1RGBdefault +instanceKlass org/violetmoon/zeta/event/play/ZServerTick$Start +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682ca19a8 +instanceKlass fuzs/iteminteractions/api/v1/provider/ItemContentsProvider +instanceKlass net/skill_tree_rpgs/node/ConditionalAttributeReward +instanceKlass @bci io/wispforest/accessories/api/AccessoriesAPI ()V 94 argL0 ; # io/wispforest/accessories/api/AccessoriesAPI$$Lambda+0x000001d682ca1598 +instanceKlass org/violetmoon/zeta/event/play/ZServerTick +instanceKlass dev/ftb/mods/ftblibrary/icon/Icons +instanceKlass java/awt/image/ColorModel$1 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZFurnaceFuelBurnTime +instanceKlass @bci io/wispforest/accessories/api/AccessoriesAPI ()V 83 argL0 ; # io/wispforest/accessories/api/AccessoriesAPI$$Lambda+0x000001d682ca0668 +instanceKlass java/awt/image/ColorModel +instanceKlass dev/ftb/mods/ftblibrary/config/ui/resource/ResourceSearchMode$SearchMode +instanceKlass org/violetmoon/zeta/event/play/ZFurnaceFuelBurnTime +instanceKlass @bci fuzs/bagofholding/init/ModRegistry ()V 97 argL0 ; # fuzs/bagofholding/init/ModRegistry$$Lambda+0x000001d682ca0000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 48 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682c99400 +instanceKlass @bci net/puffish/skillsmod/reward/builtin/CommandReward register ()V 3 argL0 ; # net/puffish/skillsmod/reward/builtin/CommandReward$$Lambda+0x000001d682c99c50 +instanceKlass @bci net/skill_tree_rpgs/node/SpellContainerReward register ()V 3 argL0 ; # net/skill_tree_rpgs/node/SpellContainerReward$$Lambda+0x000001d682c99a38 +instanceKlass java/beans/SimpleBeanInfo +instanceKlass org/violetmoon/zetaimplforge/event/play/loading/ForgeZWandererTrades +instanceKlass @bci fuzs/bagofholding/init/ModRegistry ()V 79 argL0 ; # fuzs/bagofholding/init/ModRegistry$$Lambda+0x000001d682c9bc30 +instanceKlass @bci io/wispforest/accessories/api/AccessoriesAPI ()V 72 argL0 ; # io/wispforest/accessories/api/AccessoriesAPI$$Lambda+0x000001d682c9ba18 +instanceKlass net/skill_tree_rpgs/node/SpellContainerReward +instanceKlass net/puffish/skillsmod/reward/builtin/CommandReward +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/NoOpModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/NoOpModifier$$Lambda+0x000001d682c9b130 +instanceKlass org/violetmoon/zeta/event/play/loading/ZWandererTrades +instanceKlass @bci fuzs/puzzleslib/api/init/v3/registry/RegistryManager registerMenuType (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/minecraft/core/Holder$Reference; 6 member ; # fuzs/puzzleslib/api/init/v3/registry/RegistryManager$$Lambda+0x000001d682c9ad18 +instanceKlass java/beans/Transient +instanceKlass org/violetmoon/zetaimplforge/event/play/loading/ForgeZVillagerTrades +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682c9a688 +instanceKlass dev/ftb/mods/ftblibrary/integration/JEIIntegration$1 +instanceKlass @bci io/wispforest/accessories/api/AccessoriesAPI ()V 61 argL0 ; # io/wispforest/accessories/api/AccessoriesAPI$$Lambda+0x000001d682c9a218 +instanceKlass @bci fuzs/bagofholding/init/ModRegistry ()V 61 argL0 ; # fuzs/bagofholding/init/ModRegistry$$Lambda+0x000001d682c9a000 +instanceKlass jdk/internal/vm/annotation/IntrinsicCandidate +instanceKlass org/violetmoon/zeta/event/play/loading/ZVillagerTrades +instanceKlass java/beans/BeanProperty +instanceKlass @bci com/sun/beans/introspect/PropertyInfo get (Ljava/lang/Class;)Ljava/util/Map; 440 argL0 ; # com/sun/beans/introspect/PropertyInfo$$Lambda+0x000001d6819a1828 +instanceKlass fuzs/puzzleslib/api/capability/v3/data/EntityCapabilityKey +instanceKlass fuzs/puzzleslib/api/capability/v3/data/CapabilityKey +instanceKlass io/wispforest/accessories/api/data/AccessoriesBaseData +instanceKlass @bci net/puffish/skillsmod/reward/RewardRegistry register (Lnet/minecraft/resources/ResourceLocation;Lnet/puffish/skillsmod/api/reward/RewardFactory;)V 6 member ; # net/puffish/skillsmod/reward/RewardRegistry$$Lambda+0x000001d682c9f2e8 +instanceKlass com/sun/beans/WildcardTypeImpl +instanceKlass fuzs/bagofholding/init/ModRegistry +instanceKlass dev/ftb/mods/ftblibrary/config/ui/resource/ResourceSearchMode +instanceKlass net/skill_tree_rpgs/SkillTreeMod +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c9e8a8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler$$Lambda+0x000001d682c9e410 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c9e1d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerCandleHolders (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;)Ljava/util/Map; 114 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c9dfb8 +instanceKlass net/puffish/skillsmod/reward/RewardRegistry +instanceKlass @bci fuzs/puzzleslib/impl/item/CopyComponentsRecipe registerSerializers (Ljava/util/function/BiConsumer;)V 16 argL0 ; # fuzs/puzzleslib/impl/item/CopyComponentsRecipe$$Lambda+0x000001d682c9dba0 +instanceKlass com/sun/beans/introspect/PropertyInfo +instanceKlass io/wispforest/accessories/api/data/AccessoriesTags +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c9d508 +instanceKlass dev/ftb/mods/ftblibrary/integration/JEIIntegration +instanceKlass @bci fuzs/puzzleslib/impl/item/CopyComponentsRecipe registerSerializers (Ljava/util/function/BiConsumer;)V 3 argL0 ; # fuzs/puzzleslib/impl/item/CopyComponentsRecipe$$Lambda+0x000001d682c9cd28 +instanceKlass @bci com/sun/beans/introspect/EventSetInfo get (Ljava/lang/Class;)Ljava/util/Map; 314 argL0 ; # com/sun/beans/introspect/EventSetInfo$$Lambda+0x000001d6819a04e0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c9c640 +instanceKlass org/violetmoon/zeta/event/play/loading/ZLootTableLoad +instanceKlass net/puffish/skillsmod/api/SkillsAPI +instanceKlass com/sun/beans/introspect/EventSetInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerCandleHolders (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;)Ljava/util/Map; 36 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c979b8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c97780 +instanceKlass com/bobmowzie/mowziesmobs/server/advancement/AdvancementHandler +instanceKlass fuzs/puzzleslib/impl/item/CopyComponentsRecipe +instanceKlass @bci java/lang/reflect/Executable sharedToGenericString (IZ)Ljava/lang/String; 193 argL0 ; # java/lang/reflect/Executable$$Lambda+0x000001d68199fa90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier$$Lambda+0x000001d682c96ca0 +instanceKlass io/wispforest/accessories/api/AccessoriesAPI$2 +instanceKlass sun/awt/image/PixelConverter +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZRightClickItem +instanceKlass com/sun/beans/WeakCache +instanceKlass sun/java2d/loops/SurfaceType +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootTableHandler ()V 227 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootTableHandler$$Lambda+0x000001d682c95838 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerCandleHolders (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/Map; 1 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c95600 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerContent (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;)V 68 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682c953d0 +instanceKlass net/minecraft/client/model/geom/builders/LayerDefinition +instanceKlass com/kyanite/deeperdarker/plugins/JEIPlugin +instanceKlass com/sun/beans/TypeResolver +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootTableHandler ()V 211 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootTableHandler$$Lambda+0x000001d682c947b8 +instanceKlass io/wispforest/accessories/api/AccessoriesAPI$1 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/CreativeModeTabContextNeoForgeImpl registerCreativeModeTab (Lfuzs/puzzleslib/api/item/v2/CreativeModeTabConfigurator;)V 54 member ; # fuzs/puzzleslib/neoforge/impl/core/context/CreativeModeTabContextNeoForgeImpl$$Lambda+0x000001d682c93db8 +instanceKlass java/beans/MethodRef +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootTableHandler ()V 195 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootTableHandler$$Lambda+0x000001d682c93948 +instanceKlass org/betterx/betternether/mixin/client/TexturedModelDataMixin +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZRightClickItem +instanceKlass com/github/L_Ender/cataclysm/crafting/AltarOfAmethystRecipe +instanceKlass @bci fuzs/puzzleslib/impl/item/CreativeModeTabConfiguratorImpl configure (Lnet/minecraft/world/item/CreativeModeTab$Builder;)V 102 member ; # fuzs/puzzleslib/impl/item/CreativeModeTabConfiguratorImpl$$Lambda+0x000001d682c92b78 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/loot/LootTableHandler ()V 179 argL0 ; # com/bobmowzie/mowziesmobs/server/loot/LootTableHandler$$Lambda+0x000001d682c92708 +instanceKlass com/sun/beans/introspect/MethodInfo$MethodOrder +instanceKlass org/betterx/bclib/items/boat/BoatTypeOverride +instanceKlass com/sun/beans/introspect/MethodInfo +instanceKlass @bci fuzs/bagofholding/BagOfHolding onRegisterCreativeModeTabs (Lfuzs/puzzleslib/api/core/v1/context/CreativeModeTabContext;)V 16 argL0 ; # fuzs/bagofholding/BagOfHolding$$Lambda+0x000001d682c90f30 +instanceKlass io/wispforest/accessories/api/AccessoryNest +instanceKlass @bci net/puffish/skillsmod/reward/builtin/AttributeReward register ()V 3 argL0 ; # net/puffish/skillsmod/reward/builtin/AttributeReward$$Lambda+0x000001d682c90b20 +instanceKlass com/bobmowzie/mowziesmobs/server/loot/LootTableHandler +instanceKlass com/sun/beans/util/Cache$Ref +instanceKlass sun/java2d/SurfaceData +instanceKlass @bci fuzs/bagofholding/BagOfHolding onRegisterCreativeModeTabs (Lfuzs/puzzleslib/api/core/v1/context/CreativeModeTabContext;)V 6 argL0 ; # fuzs/bagofholding/BagOfHolding$$Lambda+0x000001d682c90258 +instanceKlass sun/java2d/Surface +instanceKlass net/puffish/skillsmod/api/util/Result +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZRightClickBlock$Low +instanceKlass sun/java2d/StateTrackable +instanceKlass sun/java2d/DisposerTarget +instanceKlass com/sun/beans/util/Cache$CacheEntry +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c8f660 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1120 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c8f1f0 +instanceKlass @bci fuzs/puzzleslib/impl/item/CreativeModeTabConfiguratorImpl (Lnet/minecraft/resources/ResourceLocation;)V 5 argL0 ; # fuzs/puzzleslib/impl/item/CreativeModeTabConfiguratorImpl$$Lambda+0x000001d682c8e8d0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/BiomeModifiersHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/world/BiomeModifiersHandler$$Lambda+0x000001d682c8e6b8 +instanceKlass net/puffish/skillsmod/api/reward/RewardConfigContext +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c8e288 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZRightClickBlock +instanceKlass com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipe +instanceKlass net/puffish/skillsmod/api/reward/RewardFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1106 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c8d7a8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c8ce68 +instanceKlass fuzs/puzzleslib/impl/item/CreativeModeTabConfiguratorImpl +instanceKlass com/bobmowzie/mowziesmobs/server/world/MobSpawnBiomeModifier +instanceKlass net/puffish/skillsmod/reward/builtin/AttributeReward +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1092 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c8c350 +instanceKlass vodmordia/modtabs/api/tabs_menu/TabBase +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$InjectionType ()V 36 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$InjectionType$$Lambda+0x000001d682c8c138 +instanceKlass vodmordia/modtabs/ModTabs$ClientModEvents +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1078 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c8bb30 +instanceKlass sun/awt/windows/WToolkit$1 +instanceKlass com/sun/beans/util/Cache +instanceKlass com/bobmowzie/mowziesmobs/server/world/BiomeModifiersHandler +instanceKlass com/sun/beans/introspect/ClassInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1064 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c8b498 +instanceKlass javax/swing/SwingContainer +instanceKlass net/puffish/skillsmod/api/reward/Reward +instanceKlass com/github/L_Ender/cataclysm/crafting/WeaponfusionRecipeInterface +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/PotionTypeHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/PotionTypeHandler$$Lambda+0x000001d682c89a10 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZRightClickBlock +instanceKlass java/beans/JavaBean +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c895e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1050 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c893c8 +instanceKlass @bci vodmordia/modtabs/ModTabs (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 20 member ; # vodmordia/modtabs/ModTabs$$Lambda+0x000001d682c89198 +instanceKlass sun/awt/WeakIdentityHashMap +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/PotionTypeHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/PotionTypeHandler$$Lambda+0x000001d682c88f80 +instanceKlass net/puffish/skillsmod/reward/BuiltinRewards +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c88b48 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1036 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c88930 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c88200 +instanceKlass com/bobmowzie/mowziesmobs/server/potion/PotionTypeHandler +instanceKlass org/betterx/betternether/client/BetterNetherClient +instanceKlass com/github/L_Ender/cataclysm/jei/LEnderCataclysmJEIPlugin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1022 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c85af8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$$Lambda+0x000001d682c85680 +instanceKlass com/sun/beans/finder/ClassFinder +instanceKlass net/puffish/skillsmod/commands/arguments/SkillArgumentType$Serializer +instanceKlass java/beans/BeanInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 1008 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c851f8 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerInteract$RightClickItem +instanceKlass fuzs/puzzleslib/api/item/v2/CreativeModeTabConfigurator +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 128 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c87b58 +instanceKlass sun/awt/KeyboardFocusManagerPeerProvider +instanceKlass vodmordia/modtabs/integration/ModIntegrationManager +instanceKlass sun/awt/InputMethodSupport +instanceKlass sun/awt/ComponentFactory +instanceKlass com/sun/beans/finder/InstanceFinder +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 994 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c870d8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 112 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c86bc8 +instanceKlass com/axedgaming/endersdelight/Plugin/JEI/JEIPlugin +instanceKlass net/puffish/skillsmod/commands/arguments/SkillArgumentType +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 980 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c86420 +instanceKlass java/beans/WeakIdentityMap +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 96 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c83dd8 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerInteract$RightClickBlock +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c84000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 966 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c839c8 +instanceKlass java/beans/ThreadGroupContext +instanceKlass com/baisylia/cookscollection/recipe/OvenShapedRecipe +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 80 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c82d68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 952 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c82b50 +instanceKlass java/beans/Introspector$1 +instanceKlass fuzs/bagofholding/config/ServerConfig +instanceKlass net/minecraft/client/model/geom/ModelLayerLocation +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c824d0 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain$ServerRegistrarImpl registerArgumentType (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/Class;Lnet/minecraft/commands/synchronization/ArgumentTypeInfo;)V 19 member ; # net/puffish/skillsmod/main/NeoForgeMain$ServerRegistrarImpl$$Lambda+0x000001d682c822b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 938 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c82098 +instanceKlass sun/awt/PlatformGraphicsInfo +instanceKlass fuzs/bagofholding/config/ClientConfig +instanceKlass java/beans/Introspector +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c81810 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerInteract$EntityInteract +instanceKlass @bci fuzs/bagofholding/BagOfHolding ()V 15 argL0 ; # fuzs/bagofholding/BagOfHolding$$Lambda+0x000001d682c81400 +instanceKlass net/puffish/skillsmod/commands/arguments/CategoryArgumentType$Serializer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 924 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c80f78 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c80d60 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs compactList (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 7 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c80b28 +instanceKlass io/wispforest/accessories/api/AccessoriesAPI +instanceKlass org/betterx/betternether/registry/EntityRenderRegistry +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c7cc00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 910 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7daf8 +instanceKlass fuzs/bagofholding/network/S2CLockSlotMessage +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 48 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c7d658 +instanceKlass java/util/TreeMap$NavigableSubMap$SubMapIterator +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c7d420 +instanceKlass sun/awt/OSInfo$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 896 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7fcc8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c7c800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c7fa90 +instanceKlass sun/awt/OSInfo$WindowsVersion +instanceKlass net/puffish/skillsmod/commands/arguments/CategoryArgumentType +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerInteract$EntityInteractSpecific +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c7f200 +instanceKlass com/baisylia/cookscollection/integration/OvenShapedRecipeCategory +instanceKlass sun/awt/OSInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 882 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7ec90 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier$$Lambda+0x000001d682c7ea58 +instanceKlass @bci fuzs/bagofholding/neoforge/BagOfHoldingNeoForge ()V 9 argL0 ; # fuzs/bagofholding/neoforge/BagOfHoldingNeoForge$$Lambda+0x000001d682c7e840 +instanceKlass javax/swing/UIManager$LookAndFeelInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 868 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7e208 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZPlayerInteract +instanceKlass javax/swing/UIManager +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseDocumentStart +instanceKlass fuzs/bagofholding/BagOfHolding +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 854 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7b020 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/potion/EffectHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/potion/EffectHandler$$Lambda+0x000001d682c7ae08 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerInteract +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 840 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c7a9f8 +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 157 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d682c7a7c0 +instanceKlass com/baisylia/cookscollection/recipe/OvenRecipe +instanceKlass @bci org/betterx/betternether/Patcher register ()V 16 argL0 ; # org/betterx/betternether/Patcher$$Lambda+0x000001d682c7a098 +instanceKlass net/puffish/skillsmod/server/setup/SkillsArgumentTypes +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 488 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c79a40 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 826 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c79408 +instanceKlass @bci fuzs/bagofholding/neoforge/init/NeoForgeModRegistry ()V 49 argL0 ; # fuzs/bagofholding/neoforge/init/NeoForgeModRegistry$$Lambda+0x000001d682c791f0 +instanceKlass net/paladins/neoforge/client/NeoForgeClientMod +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 812 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c78680 +instanceKlass com/mojang/brigadier/builder/ArgumentBuilder +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 483 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c78448 +instanceKlass vodmordia/modtabs/config/ModTabsConfig$CommentText +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c78000 +instanceKlass net/puffish/skillsmod/SkillsMod$EventListener +instanceKlass @bci fuzs/bagofholding/neoforge/init/NeoForgeModRegistry ()V 31 argL0 ; # fuzs/bagofholding/neoforge/init/NeoForgeModRegistry$$Lambda+0x000001d682c779c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 798 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c775c0 +instanceKlass @bci org/betterx/betternether/Patcher register ()V 8 argL0 ; # org/betterx/betternether/Patcher$$Lambda+0x000001d682c773a8 +instanceKlass com/bobmowzie/mowziesmobs/server/potion/EffectHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c76d38 +instanceKlass @bci net/paladins/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/paladins/neoforge/NeoForgeMod$$Lambda+0x000001d682c76b10 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseFlowMappingValue +instanceKlass fuzs/puzzleslib/impl/init/LazyHolder$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 784 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c76048 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c75e10 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerTick$End +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c757b0 +instanceKlass @bci fuzs/puzzleslib/impl/init/LazyHolder (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;)V 15 member ; # fuzs/puzzleslib/impl/init/LazyHolder$$Lambda+0x000001d682c75590 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 770 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c75378 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c75140 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/init/NeoForgeRegistryManager getHolderReference (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;Ljava/util/function/Supplier;Z)Lnet/minecraft/core/Holder$Reference; 46 member ; # fuzs/puzzleslib/neoforge/impl/init/NeoForgeRegistryManager$$Lambda+0x000001d682c74f20 +instanceKlass @bci org/betterx/bclib/api/v2/datafixer/Patch (Lorg/betterx/wover/core/api/ModCore;Lde/ambertation/wunderlib/utils/Version;Z)V 82 member ; # org/betterx/bclib/api/v2/datafixer/Patch$$Lambda+0x000001d682c74cd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 756 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c74ab8 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier$$Lambda+0x000001d682c74880 +instanceKlass @bci org/betterx/bclib/api/v2/datafixer/Patch (Lorg/betterx/wover/core/api/ModCore;Lde/ambertation/wunderlib/utils/Version;Z)V 71 member ; # org/betterx/bclib/api/v2/datafixer/Patch$$Lambda+0x000001d682c74630 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 742 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c74418 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 468 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c73f98 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 728 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c73d80 +instanceKlass de/ambertation/wunderlib/utils/ColorUtilARGB32 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeMain$ServerRegistrarImpl registerInPacket (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Lnet/puffish/skillsmod/server/network/ServerPacketHandler;)V 21 member ; # net/puffish/skillsmod/main/NeoForgeMain$ServerRegistrarImpl$$Lambda+0x000001d682c73950 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/nodes/NodeTuple +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 463 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c73510 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 714 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c732f8 +instanceKlass @bci net/puffish/skillsmod/SkillsMod setup (Ljava/nio/file/Path;Lnet/puffish/skillsmod/server/setup/ServerRegistrar;Lnet/puffish/skillsmod/server/event/ServerEventReceiver;Lnet/puffish/skillsmod/server/network/ServerPacketSender;Lnet/puffish/skillsmod/server/setup/ServerPlatform;)V 75 member ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682c730d8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 102 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c72ec0 +instanceKlass net/puffish/skillsmod/server/network/ServerPacketHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 700 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c72680 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 86 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c72468 +instanceKlass @bci net/puffish/skillsmod/SkillsMod setup (Ljava/nio/file/Path;Lnet/puffish/skillsmod/server/setup/ServerRegistrar;Lnet/puffish/skillsmod/server/event/ServerEventReceiver;Lnet/puffish/skillsmod/server/network/ServerPacketSender;Lnet/puffish/skillsmod/server/setup/ServerPlatform;)V 62 argL0 ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682c71ff8 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZPlayerTick +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 70 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c71538 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 686 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c71990 +instanceKlass @bci io/wispforest/accessories/menu/ArmorSlotTypes init ()V 10 argL0 ; # io/wispforest/accessories/menu/ArmorSlotTypes$$Lambda+0x000001d682c71750 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c712f0 +instanceKlass @bci org/betterx/wover/core/api/Logger create (Lorg/betterx/wover/core/api/ModCore;)Lorg/betterx/wover/core/api/Logger; 7 argL0 ; # org/betterx/wover/core/api/Logger$$Lambda+0x000001d682c710b8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseFlowMappingKey +instanceKlass net/puffish/skillsmod/server/network/packets/in/SkillClickInPacket +instanceKlass io/wispforest/accessories/api/slot/SlotType +instanceKlass mezz/jei/api/gui/drawable/IDrawable +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 51 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c70670 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c70218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 672 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c70000 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerTick$Start +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c65a40 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerTick +instanceKlass io/wispforest/accessories/api/slot/EntityBasedPredicate +instanceKlass net/spell_engine/api/config/ShieldConfig +instanceKlass @bci net/puffish/skillsmod/SkillsMod (Ljava/nio/file/Path;Lnet/puffish/skillsmod/server/network/ServerPacketSender;Lnet/puffish/skillsmod/server/setup/ServerPlatform;Lnet/puffish/skillsmod/server/setup/SkillsGameRules;)V 25 argL0 ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682c65218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 658 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c65000 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseFlowMappingFirstKey +instanceKlass com/baisylia/cookscollection/integration/OvenRecipeCategory +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/init/NeoForgeRegistryManager getHolderReference (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;Ljava/util/function/Supplier;Z)Lnet/minecraft/core/Holder$Reference; 22 member ; # fuzs/puzzleslib/neoforge/impl/init/NeoForgeRegistryManager$$Lambda+0x000001d682c6f6a0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c6eab0 +instanceKlass @bci io/wispforest/accessories/api/slot/UniqueSlotHandling lambda$static$1 ([Lio/wispforest/accessories/api/slot/UniqueSlotHandling$RegistrationCallback;)Lio/wispforest/accessories/api/slot/UniqueSlotHandling$RegistrationCallback; 1 member ; # io/wispforest/accessories/api/slot/UniqueSlotHandling$$Lambda+0x000001d682c6e608 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 644 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c6e3f0 +instanceKlass net/puffish/skillsmod/util/ChangeListener +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c6dfa0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c6d148 +instanceKlass io/wispforest/accessories/api/slot/UniqueSlotHandling$UniqueSlotBuilderFactory +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayer$LoggedOut +instanceKlass @bci io/wispforest/accessories/api/slot/UniqueSlotHandling ()V 8 argL0 ; # io/wispforest/accessories/api/slot/UniqueSlotHandling$$Lambda+0x000001d682c670e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 630 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c66ed0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryValue +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs ()V 47 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c66a70 +instanceKlass @bci fuzs/bagofholding/neoforge/init/NeoForgeModRegistry ()V 13 argL0 ; # fuzs/bagofholding/neoforge/init/NeoForgeModRegistry$$Lambda+0x000001d682c63d00 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 616 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c62750 +instanceKlass net/puffish/skillsmod/util/PrefixedLogger +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c64400 +instanceKlass org/betterx/bclib/client/gui/screens/AtomicProgressListener +instanceKlass io/wispforest/accessories/api/slot/UniqueSlotHandling$UniqueSlotBuilder +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayer$LoggedIn +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c61d20 +instanceKlass io/wispforest/accessories/api/slot/UniqueSlotHandling +instanceKlass io/github/catomon/easymobspawncontrol/ClientEventHandler +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c64000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils regBlockItem (Ljava/lang/String;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Item$Properties;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 6 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c5fb68 +instanceKlass com/baisylia/cookscollection/integration/JEICooksCollectionPlugin +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c5eed8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c5dc00 +instanceKlass org/betterx/bclib/api/v2/datafixer/DataFixerAPI +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryKey +instanceKlass fuzs/bagofholding/neoforge/init/NeoForgeModRegistry +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c5d800 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c5e678 +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (IIILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 18 argL0 ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c5e460 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 602 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c5e248 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZPlayerDestroyItem +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (IIILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 12 member ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c5bdb0 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/LithostitchedCodecs ()V 27 argL0 ; # dev/worldgen/lithostitched/worldgen/LithostitchedCodecs$$Lambda+0x000001d682c5bb78 +instanceKlass @bci com/redsmods/sound_physics_perfected/SoundPhysicsPerfected ()V 18 argL0 ; # com/redsmods/sound_physics_perfected/SoundPhysicsPerfected$$Lambda+0x000001d682c5b960 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 33 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c5a7f8 +instanceKlass io/github/catomon/easymobspawncontrol/CommonEventHandler +instanceKlass com/soytutta/mynethersdelight/integration/jei/JEIPlugin +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (IIILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 6 member ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c5a0b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c5d000 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayerDestroyItem +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/events/ImplicitTuple +instanceKlass dev/worldgen/lithostitched/worldgen/LithostitchedCodecs +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c5cc00 +instanceKlass io/wispforest/accessories/menu/ArmorSlotTypes$1 +instanceKlass @bci net/minecraft/world/level/GameRules ()V 855 argL0 ; # net/minecraft/world/level/GameRules$$Lambda+0x000001d682c59048 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682c5c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682c5c000 +instanceKlass vectorwing/farmersdelight/integration/jei/JEIPlugin +instanceKlass io/wispforest/accessories/api/slot/SlotBasedPredicate +instanceKlass @bci net/minecraft/world/level/GameRules ()V 493 argL0 ; # net/minecraft/world/level/GameRules$$Lambda+0x000001d682c58660 +instanceKlass io/github/catomon/easymobspawncontrol/HandleServerAboutToStart +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingValue +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c58000 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayer$Clone +instanceKlass net/paladins/config/TweaksConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler ()V 15 argL0 ; # com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler$$Lambda+0x000001d682c518b8 +instanceKlass io/wispforest/accessories/menu/ArmorSlotTypes +instanceKlass @bci net/minecraft/world/level/GameRules ()V 370 argL0 ; # net/minecraft/world/level/GameRules$$Lambda+0x000001d682c51458 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c51220 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerAwnings (Ljava/lang/String;)Ljava/util/Map; 109 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c51000 +instanceKlass net/spell_engine/api/config/ConfigFile$Shields +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier$$Lambda+0x000001d682c533d8 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/player/ForgeZPlayer +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingKey +instanceKlass @bci net/minecraft/world/level/GameRules ()V 267 argL0 ; # net/minecraft/world/level/GameRules$$Lambda+0x000001d682c52950 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerAwnings (Ljava/lang/String;)Ljava/util/Map; 84 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c52730 +instanceKlass net/paladins/config/Default +instanceKlass io/github/razordevs/deep_aether/recipe/jei/DAJEIPlugin +instanceKlass io/github/catomon/easymobspawncontrol/KeyInputHandler +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (ILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 16 argL0 ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c56fe8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerAwnings (Ljava/lang/String;)Ljava/util/Map; 29 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c56dc8 +instanceKlass net/paladins/PaladinsMod +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayer$BreakSpeed +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (ILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 10 member ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c56798 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerAwnings (Ljava/lang/String;)Ljava/util/Map; 9 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c56580 +instanceKlass @bci io/github/catomon/easymobspawncontrol/Keybindings ()V 0 argL0 ; # io/github/catomon/easymobspawncontrol/Keybindings$$Lambda+0x000001d682c56368 +instanceKlass io/wispforest/accessories/api/slot/UniqueSlotHandling$RegistrationCallback +instanceKlass @bci org/betterx/betternether/Patcher register ()V 0 argL0 ; # org/betterx/betternether/Patcher$$Lambda+0x000001d682c55f58 +instanceKlass org/violetmoon/zeta/event/play/entity/player/ZPlayer +instanceKlass com/aetherteam/aether/integration/jei/AetherJEIPlugin +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/resolver/Resolver$1 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 569 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c55618 +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (ILjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 4 argL0 ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c55400 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseBlockMappingFirstKey +instanceKlass io/github/catomon/easymobspawncontrol/Keybindings +instanceKlass @bci io/wispforest/accessories/Accessories init ()V 6 argL0 ; # io/wispforest/accessories/Accessories$$Lambda+0x000001d682c54b60 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 555 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c546b8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c54000 +instanceKlass org/betterx/bclib/api/v2/datafixer/Patch +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/FloatField +instanceKlass @bci net/minecraft/world/level/GameRules$IntegerValue create (I)Lnet/minecraft/world/level/GameRules$Type; 1 argL0 ; # net/minecraft/world/level/GameRules$IntegerValue$$Lambda+0x000001d682c4fcf0 +instanceKlass @bci io/wispforest/accessories/api/events/AllowEntityModificationCallback lambda$static$1 ([Lio/wispforest/accessories/api/events/AllowEntityModificationCallback;)Lio/wispforest/accessories/api/events/AllowEntityModificationCallback; 1 member ; # io/wispforest/accessories/api/events/AllowEntityModificationCallback$$Lambda+0x000001d682c4fad0 +instanceKlass @cpi com/simibubi/create/content/contraptions/StructureTransform 461 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682c4c800 +instanceKlass io/wispforest/accessories/api/slot/SlotReference +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c4f6a0 +instanceKlass org/betterx/betterend/integration/jei/InfusionDisplay +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseBlockNode +instanceKlass com/bobmowzie/mowziesmobs/server/inventory/ContainerHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c4b808 +instanceKlass net/minecraft/client/renderer/item/ItemPropertyFunction +instanceKlass net/minecraft/client/gui/LayeredDraw$Layer +instanceKlass org/violetmoon/zeta/event/play/ZPlayNoteBlock +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c4b1e0 +instanceKlass org/betterx/bclib/recipes/AnvilRecipe +instanceKlass io/github/catomon/easymobspawncontrol/RegisterCommands +instanceKlass com/redsmods/sound_physics_perfected/config/Config$StringControllerFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 550 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c4a838 +instanceKlass com/chaosthedude/naturescompass/client/NaturesCompassClient +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 115 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c49fc8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseDocumentEnd +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 388 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c49d90 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c49b58 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/ListGroup$ControllerFactory +instanceKlass @bci io/wispforest/accessories/api/events/AllowEntityModificationCallback ()V 2 argL0 ; # io/wispforest/accessories/api/events/AllowEntityModificationCallback$$Lambda+0x000001d682c49728 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c494f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 102 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c492d8 +instanceKlass com/redsmods/sound_physics_perfected/config/Config$StringValueFactory +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 383 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c45900 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier$$Lambda+0x000001d682c456c8 +instanceKlass io/wispforest/accessories/api/events/AllowEntityModificationCallback +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/ListGroup$ValueFactory +instanceKlass com/chaosthedude/naturescompass/registry/NaturesCompassRegistry +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZMobSpawnEvent$CheckSpawn$Lowest +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/scanner/SimpleKey +instanceKlass io/github/catomon/easymobspawncontrol/ServerEventsHandler +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/ListGroup +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 370 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c43a98 +instanceKlass net/fabricmc/fabric/mixin/gamerule/GameRulesIntRuleAccessor +instanceKlass io/wispforest/accessories/neoforge/AccessoriesInternalsImpl +instanceKlass org/betterx/betternether/Patcher +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 365 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c43010 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 89 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c42df8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 76 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c42990 +instanceKlass io/github/catomon/easymobspawncontrol/network/NetworkHandler +instanceKlass org/betterx/wover/state/impl/WorldConfigImpl +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/EnumCycler +instanceKlass @bci net/minecraft/world/level/GameRules ()V 6 argL0 ; # net/minecraft/world/level/GameRules$$Lambda+0x000001d682c41ca8 +instanceKlass org/betterx/bclib/interfaces/UnknownReceipBookCategory +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/scanner/Constant +instanceKlass com/chaosthedude/naturescompass/config/ConfigHandler$Client +instanceKlass @bci io/github/catomon/easymobspawncontrol/ModClient (Lnet/neoforged/fml/ModContainer;)V 7 argL0 ; # io/github/catomon/easymobspawncontrol/ModClient$$Lambda+0x000001d682c40fe0 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZMobSpawnEvent$CheckSpawn +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 536 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c40bd0 +instanceKlass org/betterx/betterend/integration/jei/AlloyingDisplay +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c3fbd0 +instanceKlass org/violetmoon/zeta/event/bus/Resultable +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c3f7a0 +instanceKlass com/chaosthedude/naturescompass/config/ConfigHandler$General +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 352 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c37ad0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerPresents (Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/util/Map; 119 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c378b0 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lio/wispforest/endec/Endec;)V 64 member ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c37680 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/FloatSlider +instanceKlass @bci net/minecraft/world/level/GameRules$BooleanValue create (ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 16 argL0 ; # net/minecraft/world/level/GameRules$BooleanValue$$Lambda+0x000001d682c37270 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c36e48 +instanceKlass @bci io/github/catomon/easymobspawncontrol/CommonConfig ()V 211 argL0 ; # io/github/catomon/easymobspawncontrol/CommonConfig$$Lambda+0x000001d682c369c0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 347 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c36788 +instanceKlass com/chaosthedude/naturescompass/config/ConfigHandler +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c36350 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader biMapEndec (Ljava/util/function/Function;Ljava/util/function/Function;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 9 member ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c36130 +instanceKlass net/minecraft/world/level/GameRules$Key +instanceKlass @bci io/github/catomon/easymobspawncontrol/CommonConfig ()V 178 argL0 ; # io/github/catomon/easymobspawncontrol/CommonConfig$$Lambda+0x000001d682c35cd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerPresents (Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/util/Map; 93 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c35ab0 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c35438 +instanceKlass org/betterx/betterend/integration/jei/JEIPlugin +instanceKlass @bci io/github/catomon/easymobspawncontrol/CommonConfig ()V 85 argL0 ; # io/github/catomon/easymobspawncontrol/CommonConfig$$Lambda+0x000001d682c34ec0 +instanceKlass @bci com/chaosthedude/naturescompass/NaturesCompass (Lnet/neoforged/fml/ModContainer;)V 43 member ; # com/chaosthedude/naturescompass/NaturesCompass$$Lambda+0x000001d682c34c90 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZMobSpawnEvent +instanceKlass org/betterx/wover/state/api/WorldConfig +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/CustomDescription +instanceKlass @bci io/github/catomon/easymobspawncontrol/CommonConfig ()V 61 argL0 ; # io/github/catomon/easymobspawncontrol/CommonConfig$$Lambda+0x000001d682c341a8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c33f60 +instanceKlass @bci com/chaosthedude/naturescompass/NaturesCompass (Lnet/neoforged/fml/ModContainer;)V 28 member ; # com/chaosthedude/naturescompass/NaturesCompass$$Lambda+0x000001d682c33d30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerPresents (Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/util/Map; 34 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c33b10 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader biMapEndec (Ljava/util/function/Function;Ljava/util/function/Function;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/Endec; 2 member ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c336a0 +instanceKlass net/fabricmc/fabric/impl/gamerule/RuleKeyExtensions +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c33468 +instanceKlass @bci com/chaosthedude/naturescompass/NaturesCompass (Lnet/neoforged/fml/ModContainer;)V 13 member ; # com/chaosthedude/naturescompass/NaturesCompass$$Lambda+0x000001d682c33040 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZMobSpawnEvent +instanceKlass io/github/catomon/easymobspawncontrol/CommonConfig +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c325b0 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/FormatTranslation +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerPresents (Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/util/Map; 10 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c32198 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 334 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c31f60 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c31d28 +instanceKlass @bci com/chaosthedude/naturescompass/NaturesCompass ()V 11 argL0 ; # com/chaosthedude/naturescompass/NaturesCompass$$Lambda+0x000001d682c318e8 +instanceKlass @bci org/betterx/wover/config/impl/ConfigsImpl saveConfigs ()V 8 argL0 ; # org/betterx/wover/config/impl/ConfigsImpl$$Lambda+0x000001d682c31b00 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lio/wispforest/endec/Endec;)V 39 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c316b0 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 329 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c31478 +instanceKlass top/theillusivec4/curios/common/integration/jei/CuriosJeiPlugin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 522 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c31250 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c30ce8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseImplicitDocumentStart +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lio/wispforest/endec/Endec;)V 34 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c30430 +instanceKlass net/minecraft/world/level/GameRules$VisitorCaller +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData$$Lambda+0x000001d682c2c400 +instanceKlass @bci org/betterx/betternether/registry/features/configured/NetherVegetation registerLifecycleHook ()V 3 argL0 ; # org/betterx/betternether/registry/features/configured/NetherVegetation$$Lambda+0x000001d682c2cc48 +instanceKlass @bci io/wispforest/accessories/utils/ManagedEndecDataLoader (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;Lio/wispforest/endec/Endec;)V 25 argL0 ; # io/wispforest/accessories/utils/ManagedEndecDataLoader$$Lambda+0x000001d682c2ca20 +instanceKlass @bci net/minecraft/world/level/GameRules$BooleanValue create (ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 10 member ; # net/minecraft/world/level/GameRules$BooleanValue$$Lambda+0x000001d682c2dd40 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/IntField +instanceKlass org/violetmoon/zeta/integration/ZetaJeiPlugin +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 310 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c2f768 +instanceKlass @bci net/minecraft/world/level/GameRules$BooleanValue create (ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/level/GameRules$Type; 4 argL0 ; # net/minecraft/world/level/GameRules$BooleanValue$$Lambda+0x000001d682c2f348 +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 288 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c2eac8 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 96 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c2e8b0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 63 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c2e698 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingTick +instanceKlass net/minecraft/world/level/GameRules$Type +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 260 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c2e000 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingFall +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 239 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c27bb0 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 86 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c277a8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 517 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c27580 +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 218 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c27348 +instanceKlass net/conczin/immersive_optimization/NeoForgeBusEvents +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c26cc8 +instanceKlass @bci net/minecraft/world/level/GameRules$BooleanValue create (Z)Lnet/minecraft/world/level/GameRules$Type; 1 argL0 ; # net/minecraft/world/level/GameRules$BooleanValue$$Lambda+0x000001d682c26aa0 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 81 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c26868 +instanceKlass umpaz/brewinandchewin/BrewinAndChewin +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingFall +instanceKlass net/minecraft/world/level/GameRules +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c25e58 +instanceKlass net/conczin/immersive_optimization/CommonClass +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 192 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c25358 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 308 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c24ee0 +instanceKlass dev/latvian/mods/kubejs/core/GameRulesKJS +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c24ab0 +instanceKlass org/betterx/wover/feature/api/configured/configurators/WithConfiguration +instanceKlass org/betterx/wover/feature/api/configured/configurators/NetherForrestVegetation +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsMultiPlaceRandomSelect +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsPillar +instanceKlass @bci com/fastasyncworldsave/FastAsyncWorldSave (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # com/fastasyncworldsave/FastAsyncWorldSave$$Lambda+0x000001d682c22778 +instanceKlass umpaz/brewinandchewin/integration/jei/JEIPlugin +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsOre +instanceKlass @bci dev/worldgen/lithostitched/api/predicate/LoadPredicate ()V 8 argL0 ; # dev/worldgen/lithostitched/api/predicate/LoadPredicate$$Lambda+0x000001d682c22210 +instanceKlass net/fabricmc/fabric/impl/client/indigo/Indigo$1 +instanceKlass org/betterx/wover/feature/api/configured/configurators/WithTemplates +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 303 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c21be0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/comments/CommentEventsCollector +instanceKlass org/betterx/wover/feature/api/configured/configurators/WeightedBlockPatch +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 64 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c215a0 +instanceKlass @bci com/redsmods/sound_physics_perfected/config/Config ()V 19 argL0 ; # com/redsmods/sound_physics_perfected/config/Config$$Lambda+0x000001d682c21170 +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsRandomSelect +instanceKlass @bci net/fabricmc/fabric/impl/client/indigo/Indigo ()V 163 argL0 ; # net/fabricmc/fabric/impl/client/indigo/Indigo$$Lambda+0x000001d682c20f38 +instanceKlass net/puffish/skillsmod/mixin/GameRulesInvoker +instanceKlass com/fastasyncworldsave/FastAsyncWorldSave$1 +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsBlockColumn +instanceKlass dev/worldgen/lithostitched/api/predicate/LoadPredicate +instanceKlass org/betterx/wover/feature/api/configured/configurators/FacingBlock +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 59 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c20000 +instanceKlass org/betterx/wover/feature/api/configured/configurators/WeightedBlock +instanceKlass org/betterx/wover/feature/api/configured/configurators/BaseWeightedBlock +instanceKlass net/fabricmc/fabric/mixin/gamerule/GameRulesAccessor +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingDrops$Lowest +instanceKlass com/redsmods/sound_physics_perfected/config/Config +instanceKlass org/betterx/wover/feature/api/configured/configurators/RandomPatch +instanceKlass org/betterx/wover/feature/api/configured/configurators/BasePatch +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 41 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c1a0d8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 290 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c19ea0 +instanceKlass org/betterx/wover/feature/api/configured/configurators/ForSimpleBlock +instanceKlass org/betterx/wover/feature/api/configured/configurators/AsSequence +instanceKlass org/betterx/wover/feature/api/configured/configurators/FeatureConfigurator +instanceKlass net/fabricmc/fabric/api/renderer/v1/Renderer +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 79 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c18000 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 36 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c17858 +instanceKlass com/bobmowzie/mowziesmobs/server/entity/LeaderSunstrikeImmune +instanceKlass org/betterx/wover/feature/impl/configured/InlineBuilderImpl +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 285 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682c17110 +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 66 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c16ee8 +instanceKlass @bci io/wispforest/endec/Endec mapOf ()Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682bd2e68 +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 55 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c16cc0 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingDrops +instanceKlass @bci io/wispforest/endec/Endec mapOf ()Lio/wispforest/endec/Endec; 1 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682bd2c48 +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 44 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c167d8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier$$Lambda+0x000001d682c165a0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl$ParseStreamStart +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 33 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c16150 +instanceKlass net/fabricmc/fabric/impl/client/indigo/Indigo +instanceKlass dev/uncandango/alltheleaks/plugins/ATLJeiPlugin +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IWeakContainer +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingDrops +instanceKlass @bci com/illusivesoulworks/caelus/CaelusNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 35 member ; # com/illusivesoulworks/caelus/CaelusNeoForgeMod$$Lambda+0x000001d682c155e0 +instanceKlass io/wispforest/endec/format/gson/GsonEndec +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/VersionTagsTuple +instanceKlass org/betterx/wover/feature/impl/configured/FeatureConfiguratorImpl +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingDeath$Lowest +instanceKlass com/evandev/reliable_remover/compat/ReliableRemoverJeiPlugin +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingDeath +instanceKlass @bci io/wispforest/endec/Endec optionalFieldOf (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Supplier;)Lio/wispforest/endec/impl/StructField; 17 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682bd26d0 +instanceKlass com/ishland/c2me/opts/scheduling/common/ServerMidTickTask +instanceKlass @bci io/wispforest/endec/Endec optionalFieldOf (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Supplier;)Lio/wispforest/endec/impl/StructField; 12 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682bd2490 +instanceKlass net/createmod/ponder/mixin/accessor/MinecraftServerAccessor +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 22 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c107f0 +instanceKlass me/ichun/mods/ichunutil/mixin/MinecraftServerAccessorMixin +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingDeath +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/error/Mark +instanceKlass net/fabricmc/fabric/impl/resource/loader/FabricOriginalKnownPacksGetter +instanceKlass @bci com/illusivesoulworks/caelus/CaelusNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 21 member ; # com/illusivesoulworks/caelus/CaelusNeoForgeMod$$Lambda+0x000001d682c0fc80 +instanceKlass @bci org/sinytra/fabric/rendering/generated/FabricRenderingV1 onInitializeClient ()V 11 argL0 ; # org/sinytra/fabric/rendering/generated/FabricRenderingV1$$Lambda+0x000001d682c0fa58 +instanceKlass dev/latvian/mods/kubejs/core/MinecraftServerKJS +instanceKlass @bci dev/emi/emi/jemi/JemiPlugin ()V 6 argL0 ; # dev/emi/emi/jemi/JemiPlugin$$Lambda+0x000001d682c0f810 +instanceKlass @bci com/yungnickyoung/minecraft/paxi/PaxiNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 122 argL0 ; # com/yungnickyoung/minecraft/paxi/PaxiNeoForge$$Lambda+0x000001d682c0f3f0 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 18 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c0f1d8 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/NeoforgeModifierHolder +instanceKlass @bci com/illusivesoulworks/caelus/CaelusNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 9 member ; # com/illusivesoulworks/caelus/CaelusNeoForgeMod$$Lambda+0x000001d682c0eae8 +instanceKlass mezz/jei/api/ingredients/IIngredientTypeWithSubtypes +instanceKlass net/fabricmc/fabric/impl/client/rendering/ClientRenderingEventHooks +instanceKlass @bci com/yungnickyoung/minecraft/paxi/module/ConfigModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 26 argL0 ; # com/yungnickyoung/minecraft/paxi/module/ConfigModuleNeoForge$$Lambda+0x000001d682c0e4c8 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/CustomDataRenderer ()V 13 argL0 ; # io/wispforest/accessories/api/client/rendering/CustomDataRenderer$$Lambda+0x000001d682c0e290 +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/internal/CompileRawTemplatesModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/internal/CompileRawTemplatesModifier$$Lambda+0x000001d682c0e078 +instanceKlass com/illusivesoulworks/caelus/platform/services/CaelusNeoForgeRegistry$Provider$1 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingConversion$Post +instanceKlass @bci com/yungnickyoung/minecraft/paxi/module/ConfigModuleNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/paxi/module/ConfigModuleNeoForge$$Lambda+0x000001d682c0d548 +instanceKlass io/wispforest/endec/Endec$2 +instanceKlass mezz/jei/api/runtime/IIngredientFilter +instanceKlass mezz/jei/api/runtime/IRecipesGui +instanceKlass mezz/jei/api/runtime/IBookmarkOverlay +instanceKlass mezz/jei/api/runtime/IIngredientListOverlay +instanceKlass com/yungnickyoung/minecraft/paxi/config/ConfigGeneralNeoForge +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 50 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c0b480 +instanceKlass @bci com/illusivesoulworks/caelus/common/CaelusApiImpl ()V 26 argL0 ; # com/illusivesoulworks/caelus/common/CaelusApiImpl$$Lambda+0x000001d682c0aa50 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/util/ArrayStack +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 503 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682c0a3c0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler registerStructurePieceType (Ljava/lang/String;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c09c80 +instanceKlass @bci io/wispforest/accessories/api/client/rendering/RenderingFunction ()V 5 argL0 ; # io/wispforest/accessories/api/client/rendering/RenderingFunction$$Lambda+0x000001d682c09a48 +instanceKlass dev/emi/emi/api/recipe/EmiCraftingRecipe +instanceKlass com/yungnickyoung/minecraft/paxi/config/PaxiConfigNeoForge +instanceKlass mezz/jei/api/gui/builder/IRecipeLayoutBuilder +instanceKlass com/illusivesoulworks/caelus/common/registry/RegistryObject +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerFlags (Ljava/lang/String;)Ljava/util/Map; 75 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c08ad0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 37 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c08668 +instanceKlass org/sinytra/fabric/rendering/generated/FabricRenderingV1 +instanceKlass xaero/map/server/IMinecraftServer +instanceKlass com/illusivesoulworks/caelus/platform/services/CaelusNeoForgeRegistry$Provider +instanceKlass dev/emi/emi/api/recipe/EmiRecipeCategory +instanceKlass org/betterx/wover/feature/api/configured/ConfiguredFeatureKey +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/MinecraftServerAccessor +instanceKlass @bci io/wispforest/accessories/api/client/rendering/RenderingFunction ()V 0 argL0 ; # io/wispforest/accessories/api/client/rendering/RenderingFunction$$Lambda+0x000001d682c077f0 +instanceKlass dev/emi/emi/api/stack/EmiIngredient +instanceKlass dev/emi/emi/api/render/EmiRenderable +instanceKlass dev/worldgen/lithostitched/impl/LithostitchedVersion +instanceKlass xaero/common/server/IMinecraftServer +instanceKlass org/betterx/wover/feature/api/configured/ConfiguredFeatureManager$InlineBuilder +instanceKlass com/yungnickyoung/minecraft/paxi/module/ConfigModuleNeoForge +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingConversion$Pre +instanceKlass dev/emi/emi/api/stack/serializer/EmiIngredientSerializer +instanceKlass dev/emi/emi/api/EmiDragDropHandler +instanceKlass com/aetherteam/cumulus/mixin/mixins/common/accessor/MinecraftServerAccessor +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier$$Lambda+0x000001d682c036f8 +instanceKlass dev/emi/emi/jemi/JemiPlugin +instanceKlass org/embeddedt/modernfix/duck/ITimeTrackingServer +instanceKlass org/betterx/wover/feature/api/configured/ConfiguredFeatureManager +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingConversion +instanceKlass net/minecraft/world/level/chunk/storage/ChunkIOErrorReporter +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier$$Lambda+0x000001d682c024a0 +instanceKlass com/yungnickyoung/minecraft/paxi/module/ConfigModule +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils registerFlags (Ljava/lang/String;)Ljava/util/Map; 51 member ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682c019f0 +instanceKlass com/illusivesoulworks/caelus/platform/services/CaelusNeoForge +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 261 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682c00c48 +instanceKlass net/minecraft/server/ServerInfo +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler ()V 24 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler$$Lambda+0x000001d682c00838 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingConversion +instanceKlass cn/star/toms_storage_star_optimized/opt/NetworkDirtyEvents +instanceKlass com/yungnickyoung/minecraft/paxi/PaxiCommon +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 249 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bff978 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 232 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bff520 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/BlocksColorAPI ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/set/BlocksColorAPI$$Lambda+0x000001d682bff308 +instanceKlass com/illusivesoulworks/caelus/platform/services/ICaelusPlatform +instanceKlass com/bobmowzie/mowziesmobs/server/world/feature/structure/StructureTypeHandler +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 228 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bfe898 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 227 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bfe440 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/tokens/Token +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlocksColorAPI +instanceKlass com/illusivesoulworks/caelus/CaelusConstants +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 209 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bfb708 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/scanner/ScannerImpl +instanceKlass io/wispforest/accessories/api/client/rendering/RenderingFunction +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 191 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bfb0a8 +instanceKlass @bci com/illusivesoulworks/caelus/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/illusivesoulworks/caelus/platform/Services$$Lambda+0x000001d682bfac00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 96 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bfa9e8 +instanceKlass @bci org/betterx/betternether/registry/NetherFeatures register ()V 419 argL0 ; # org/betterx/betternether/registry/NetherFeatures$$Lambda+0x000001d682bfa7d0 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 173 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bfa598 +instanceKlass com/tom/storagemod/ServerEvents +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 80 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bfa180 +instanceKlass @cpi org/betterx/betterend/registry/EndBiomes 478 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682bfc400 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf9f48 +instanceKlass com/illusivesoulworks/caelus/platform/services/CaelusNeoForgeRegistry +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bf9b00 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf98c8 +instanceKlass dev/emi/emi/api/EmiPlugin +instanceKlass @bci com/tom/storagemod/Content ()V 746 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf92b0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 48 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bf9098 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZLivingChangeTarget +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf8c68 +instanceKlass com/illusivesoulworks/caelus/platform/services/IRegistryFactory +instanceKlass de/mschae23/grindenchantments/GrindEnchantmentsClient$ClientGameEvents +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bf8658 +instanceKlass @bci com/tom/storagemod/Content ()V 729 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf8440 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf8000 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 214 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bf4c00 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler$$Lambda+0x000001d682bf5db8 +instanceKlass com/illusivesoulworks/caelus/platform/Services +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 470 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf59a0 +instanceKlass @bci com/tom/storagemod/Content ()V 712 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf5788 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf5550 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 209 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bf7c50 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf7a18 +instanceKlass com/bobmowzie/mowziesmobs/server/world/feature/structure/processor/ProcessorHandler +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 456 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf7600 +instanceKlass @bci com/tom/storagemod/Content ()V 695 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf73e8 +instanceKlass mezz/jei/gui/plugins/JeiGuiPlugin +instanceKlass org/betterx/wover/events/api/types/OnServerLevelReady +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf66a0 +instanceKlass de/mschae23/grindenchantments/GrindEnchantmentsClient$ClientModEvents +instanceKlass com/illusivesoulworks/caelus/common/registry/RegistryProvider +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 442 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf3d90 +instanceKlass org/betterx/wover/util/SortedLinkedList$Node +instanceKlass @bci com/tom/storagemod/Content ()V 678 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf3728 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler$$Lambda+0x000001d682bf3510 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf32d8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf2ea8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 428 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf2c90 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler$$Lambda+0x000001d682bf2a78 +instanceKlass mezz/jei/api/recipe/category/extensions/IRecipeCategoryDecorator +instanceKlass @bci com/tom/storagemod/Content ()V 661 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf2668 +instanceKlass mezz/jei/api/recipe/advanced/IRecipeButtonControllerFactory +instanceKlass mezz/jei/api/recipe/advanced/ISimpleRecipeManagerPlugin +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects$$Lambda+0x000001d682bf2238 +instanceKlass mezz/jei/library/plugins/debug/JeiDebugPlugin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 399 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf1ce8 +instanceKlass @bci org/betterx/wover/events/impl/types/ResourcesReadyEventImpl (Ljava/lang/String;)V 9 member ; # org/betterx/wover/events/impl/types/ResourcesReadyEventImpl$$Lambda+0x000001d682bf1ac8 +instanceKlass com/bobmowzie/mowziesmobs/server/world/feature/structure/jigsaw/JigsawHandler +instanceKlass com/illusivesoulworks/caelus/api/CaelusApi +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZEquipmentChange +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 385 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf0aa0 +instanceKlass org/betterx/wover/events/api/types/BeforeLoadingResources +instanceKlass @bci com/tom/storagemod/Content ()V 648 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bf0450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 371 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bf0238 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 196 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bf0000 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerRibbon (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 4 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bedc88 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 191 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bed800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 357 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682befd18 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerDecal (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 4 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bef720 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 343 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bef038 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerTerrain (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 4 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682beee00 +instanceKlass de/mschae23/grindenchantments/GrindEnchantmentsMod$CommonModEvents +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler registerAdvanced (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 4 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bee550 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 329 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bee338 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 96 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bebd30 +instanceKlass mezz/jei/library/plugins/jei/JeiInternalPlugin +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier$$Lambda+0x000001d682beabd0 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 80 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bea9b8 +instanceKlass org/violetmoon/zeta/event/play/ZItemTooltip +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier$$Lambda+0x000001d682bea588 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682bea370 +instanceKlass @bci com/tom/storagemod/Content ()V 634 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682be9a38 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 48 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682be9820 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682be9188 +instanceKlass org/betterx/wover/events/impl/WorldLifecycleImpl +instanceKlass mezz/jei/api/gui/handlers/IGlobalGuiHandler +instanceKlass @bci com/tom/storagemod/Content ()V 620 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682be8490 +instanceKlass @bci com/bobmowzie/mowziesmobs/client/particle/ParticleHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/client/particle/ParticleHandler$$Lambda+0x000001d682be8278 +instanceKlass mezz/jei/api/ingredients/IIngredientHelper +instanceKlass com/mrcrayfish/goblintraders/client/ClientHandler +instanceKlass mezz/jei/api/ingredients/IIngredientRenderer +instanceKlass org/betterx/wover/events/api/WorldLifecycle +instanceKlass mezz/jei/api/helpers/IPlatformFluidHelper +instanceKlass mezz/jei/api/recipe/category/IRecipeCategory +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/events/Event +instanceKlass @bci com/tom/storagemod/Content ()V 606 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682be11f8 +instanceKlass net/mehvahdjukaar/moonlight/api/item/ILeftClickReact +instanceKlass mezz/jei/api/recipe/transfer/IRecipeTransferHandler +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/Production +instanceKlass mezz/jei/api/recipe/category/extensions/vanilla/smithing/ISmithingCategoryExtension +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/scanner/Scanner +instanceKlass mezz/jei/api/recipe/category/extensions/vanilla/crafting/ICraftingCategoryExtension +instanceKlass mezz/jei/api/recipe/category/extensions/IRecipeCategoryExtension +instanceKlass @bci com/tom/storagemod/Content ()V 592 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682be2a30 +instanceKlass io/wispforest/accessories/compat/config/SlotAmountModifier +instanceKlass @bci io/wispforest/endec/format/jankson/JanksonDeserializer$Struct field (Ljava/lang/String;Lio/wispforest/endec/SerializationContext;Lio/wispforest/endec/Endec;)Ljava/lang/Object; 43 member ; # io/wispforest/endec/format/jankson/JanksonDeserializer$Struct$$Lambda+0x000001d682bd1e98 +instanceKlass @bci io/wispforest/endec/format/jankson/JanksonDeserializer$Struct field (Ljava/lang/String;Lio/wispforest/endec/SerializationContext;Lio/wispforest/endec/Endec;)Ljava/lang/Object; 35 member ; # io/wispforest/endec/format/jankson/JanksonDeserializer$Struct$$Lambda+0x000001d682bd1c78 +instanceKlass io/wispforest/endec/temp/OptionalFieldFlag +instanceKlass io/wispforest/endec/format/jankson/JanksonDeserializer$Struct +instanceKlass @bci io/wispforest/endec/SerializationContext withAttributes ([Lio/wispforest/endec/SerializationAttribute$Instance;)Lio/wispforest/endec/SerializationContext; 10 member ; # io/wispforest/endec/SerializationContext$$Lambda+0x000001d682bd1610 +instanceKlass @bci io/wispforest/endec/util/RecursiveDeserializer (Ljava/lang/Object;)V 29 member ; # io/wispforest/endec/util/RecursiveDeserializer$$Lambda+0x000001d682bd1200 +instanceKlass @bci io/wispforest/accessories/Accessories lambda$static$0 (Lblue/endless/jankson/JsonElement;Lblue/endless/jankson/api/Marshaller;)Lorg/joml/Vector2i; 3 argL0 ; # io/wispforest/accessories/Accessories$$Lambda+0x000001d682be2230 +instanceKlass @bci de/mschae23/grindenchantments/GrindEnchantmentsMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 24 member ; # de/mschae23/grindenchantments/GrindEnchantmentsMod$$Lambda+0x000001d682be2000 +instanceKlass @bci de/mschae23/grindenchantments/GrindEnchantmentsMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 12 member ; # de/mschae23/grindenchantments/GrindEnchantmentsMod$$Lambda+0x000001d682be7d70 +instanceKlass io/wispforest/endec/Deserializer$Struct +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier$$Lambda+0x000001d682be7b48 +instanceKlass io/wispforest/endec/Deserializer$Sequence +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 101 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be7930 +instanceKlass io/wispforest/endec/Deserializer$Map +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier$$Lambda+0x000001d682be76f8 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 85 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be74e0 +instanceKlass mezz/jei/library/plugins/vanilla/VanillaPlugin +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682be6f50 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 69 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be6d38 +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders (Lnet/neoforged/bus/api/IEventBus;)V 56 member ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d682be6b08 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682be68d0 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 53 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be66b8 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682be6480 +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders (Lnet/neoforged/bus/api/IEventBus;)V 42 member ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d682be6250 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 37 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be6038 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682be5e00 +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders (Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d682be5bd0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 315 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682be59b8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/ParserImpl +instanceKlass @bci com/tom/storagemod/Content ()V 579 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682be5558 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 21 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682be5340 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682be5108 +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d682be4cc0 +instanceKlass org/betterx/betternether/world/structures/plants/LegacyStructureAnchorTree +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityTeleport +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate$$Lambda+0x000001d682bdf618 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunctionType ()V 5 argL0 ; # de/mschae23/grindenchantments/cost/CostFunctionType$$Lambda+0x000001d682bde528 +instanceKlass @bci com/mrcrayfish/goblintraders/GoblinTraders (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/mrcrayfish/goblintraders/GoblinTraders$$Lambda+0x000001d682bddd20 +instanceKlass @bci de/mschae23/config/api/ModConfig createCodec (ILjava/util/function/IntFunction;)Lcom/mojang/serialization/Codec; 12 argL0 ; # de/mschae23/config/api/ModConfig$$Lambda+0x000001d682bdd2e0 +instanceKlass com/bobmowzie/mowziesmobs/client/particle/ParticleHandler +instanceKlass @bci com/tom/storagemod/Content menu (Ljava/lang/String;Lnet/minecraft/world/inventory/MenuType$MenuSupplier;)Lcom/tom/storagemod/platform/GameObject; 5 member ; # com/tom/storagemod/Content$$Lambda+0x000001d682bdcec0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/entity/BlockEntityHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/block/entity/BlockEntityHandler$$Lambda+0x000001d682bdcca8 +instanceKlass @bci de/mschae23/config/api/ModConfig createCodec (ILjava/util/function/IntFunction;)Lcom/mojang/serialization/Codec; 7 argL0 ; # de/mschae23/config/api/ModConfig$$Lambda+0x000001d682bdca70 +instanceKlass org/violetmoon/zeta/event/play/entity/ZEntityTeleport +instanceKlass mezz/jei/common/util/ErrorUtil +instanceKlass org/betterx/betternether/world/structures/IStructure +instanceKlass @bci de/mschae23/config/api/ModConfig$Type createCodec (ILjava/util/function/IntFunction;)Lcom/mojang/serialization/Codec; 16 argL0 ; # de/mschae23/config/api/ModConfig$Type$$Lambda+0x000001d682bdc248 +instanceKlass com/bobmowzie/mowziesmobs/server/block/entity/BlockEntityHandler +instanceKlass @bci com/tom/storagemod/Content ()V 566 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bdb9c8 +instanceKlass @bci de/mschae23/config/api/ModConfig$Type createCodec (ILjava/util/function/IntFunction;)Lcom/mojang/serialization/Codec; 11 member ; # de/mschae23/config/api/ModConfig$Type$$Lambda+0x000001d682bdb788 +instanceKlass @bci org/betterx/betternether/world/features/AnchorTreeFeature ()V 13 argL0 ; # org/betterx/betternether/world/features/AnchorTreeFeature$$Lambda+0x000001d682bdb570 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 246 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bdb338 +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier$$Lambda+0x000001d682bdb100 +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig ()V 44 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682bdaee8 +instanceKlass @bci namelessju/audioimprovements/neoforge/AudioImprovementsNeoForge (Lnet/neoforged/fml/ModContainer;)V 12 member ; # namelessju/audioimprovements/neoforge/AudioImprovementsNeoForge$$Lambda+0x000001d682bda718 +instanceKlass @bci dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier ()V 0 argL0 ; # dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier$$Lambda+0x000001d682bda268 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/composer/Composer +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 241 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd9bb8 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityMobGriefing +instanceKlass dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers +instanceKlass net/minecraft/world/inventory/DataSlot +instanceKlass @bci com/bobmowzie/mowziesmobs/server/sound/MMSounds create (Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # com/bobmowzie/mowziesmobs/server/sound/MMSounds$$Lambda+0x000001d682bd9130 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 231 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd8f08 +instanceKlass org/violetmoon/zeta/event/play/entity/ZEntityMobGriefing +instanceKlass @bci com/tom/storagemod/Content ()V 543 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bd88d0 +instanceKlass @bci org/betterx/betternether/world/features/OldWillowTree ()V 81 argL0 ; # org/betterx/betternether/world/features/OldWillowTree$$Lambda+0x000001d682bd86b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 301 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bd84a0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 212 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd8278 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityJoinLevel +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682bd7ab8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 287 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bd78a0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 202 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd7668 +instanceKlass com/bobmowzie/mowziesmobs/server/sound/MMSounds +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682bd70f8 +instanceKlass org/violetmoon/zeta/event/play/entity/ZEntityJoinLevel +instanceKlass net/minecraft/world/level/GameRules$Value +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 273 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bd6620 +instanceKlass com/tom/storagemod/inventory/PlatformInventoryAccess$BlockInventoryAccess +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 186 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd60b0 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityItemPickup +instanceKlass @bci dev/worldgen/lithostitched/impl/registry/LithostitchedRegistrar register (Lnet/minecraft/resources/ResourceKey;Ljava/util/Map;)V 69 member ; # dev/worldgen/lithostitched/impl/registry/LithostitchedRegistrar$$Lambda+0x000001d682bd5c10 +instanceKlass com/mojang/serialization/Codec$7 +instanceKlass mezz/jei/neoforge/events/RuntimeEventSubscriptions +instanceKlass com/tom/storagemod/inventory/PlatformInventoryAccess +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 259 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bd5368 +instanceKlass @bci dev/worldgen/lithostitched/impl/registry/LithostitchedRegistrar register (Lnet/minecraft/resources/ResourceKey;Ljava/util/Map;)V 5 member ; # dev/worldgen/lithostitched/impl/registry/LithostitchedRegistrar$$Lambda+0x000001d682bd5128 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/reader/StreamReader +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 173 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bd4c98 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d682bcfa60 +instanceKlass namelessju/audioimprovements/common/config/ConfigEntry +instanceKlass namelessju/audioimprovements/common/config/IJsonSavable +instanceKlass @bci org/betterx/betternether/world/features/LucisFeature ()V 16 argL0 ; # org/betterx/betternether/world/features/LucisFeature$$Lambda+0x000001d682bcf3e8 +instanceKlass org/violetmoon/zeta/event/play/entity/ZItemEntityPickup +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler ()V 48 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d682bcedb8 +instanceKlass @bci com/tom/storagemod/Content ()V 513 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bceba0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 168 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bce968 +instanceKlass @bci de/mschae23/grindenchantments/config/DedicatedServerConfig ()V 19 argL0 ; # de/mschae23/grindenchantments/config/DedicatedServerConfig$$Lambda+0x000001d682bce730 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 146 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bce4f8 +instanceKlass @bci org/betterx/betternether/world/features/LucisFeature ()V 8 argL0 ; # org/betterx/betternether/world/features/LucisFeature$$Lambda+0x000001d682bce078 +instanceKlass namelessju/audioimprovements/common/config/Config +instanceKlass @bci de/mschae23/grindenchantments/config/DedicatedServerConfig ()V 14 argL0 ; # de/mschae23/grindenchantments/config/DedicatedServerConfig$$Lambda+0x000001d682bcdbd8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler ()V 32 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d682bcd9c0 +instanceKlass mezz/jei/neoforge/plugins/neoforge/NeoForgeGuiPlugin +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 141 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bcd450 +instanceKlass @bci de/mschae23/grindenchantments/config/DedicatedServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # de/mschae23/grindenchantments/config/DedicatedServerConfig$$Lambda+0x000001d682bcd218 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$4 +instanceKlass @bci org/betterx/betternether/world/features/LucisFeature ()V 0 argL0 ; # org/betterx/betternether/world/features/LucisFeature$$Lambda+0x000001d682bcd000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 245 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bccde8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/MaterialHandler ()V 16 argL0 ; # com/bobmowzie/mowziesmobs/server/item/MaterialHandler$$Lambda+0x000001d682bccbd0 +instanceKlass @bci de/mschae23/grindenchantments/config/DedicatedServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/DedicatedServerConfig$$Lambda+0x000001d682bcc998 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region$$Lambda+0x000001d682bcc278 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 231 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bcc060 +instanceKlass com/bobmowzie/mowziesmobs/server/item/MaterialHandler +instanceKlass @bci de/mschae23/grindenchantments/config/DedicatedServerConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/DedicatedServerConfig$$Lambda+0x000001d682bcb7e0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function4;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/StructEndec; 30 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bcb5a0 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region$$Lambda+0x000001d682bcb368 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 217 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bcb150 +instanceKlass @bci com/tom/storagemod/Content ()V 489 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bcaf38 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region$$Lambda+0x000001d682bcab10 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 203 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bca6f8 +instanceKlass snownee/kiwi/customization/compat/jei/JEICompat +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region ()V 9 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region$$Lambda+0x000001d682bc9f10 +instanceKlass net/puffish/skillsmod/mixin/BooleanRuleInvoker +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function4;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/StructEndec; 18 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc9150 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 189 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bc8f38 +instanceKlass org/violetmoon/zeta/event/play/entity/ZEntityInteract +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 718 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc8208 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 175 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bc4a38 +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682bc4800 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityConstruct +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 702 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc7c18 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function4;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/StructEndec; 7 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc79e8 +instanceKlass @bci com/tom/storagemod/Content ()V 466 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bc75e0 +instanceKlass com/tom/storagemod/jei/JEIHandler$3 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 686 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc7188 +instanceKlass org/violetmoon/zeta/event/play/entity/ZEntityConstruct +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 154 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc6ad8 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682bc6890 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 670 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc6400 +instanceKlass com/tom/storagemod/util/IAutoFillTerminal$ISearchHandler +instanceKlass @bci sun/swing/SwingUtilities2 makeIcon (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Z)Ljava/lang/Object; 4 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682bc4000 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 149 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc3db0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/resolver/ResolverTuple +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 654 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc3990 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682bc3758 +instanceKlass @bci com/tom/storagemod/Content ()V 443 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bc3540 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FastNoiseConfig ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FastNoiseConfig$$Lambda+0x000001d682bc3308 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 638 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc30f0 +instanceKlass @bci fuzs/universalbonemeal/neoforge/client/UniversalBoneMealNeoForgeClient ()V 6 argL0 ; # fuzs/universalbonemeal/neoforge/client/UniversalBoneMealNeoForgeClient$$Lambda+0x000001d682bc2ed8 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682bc2ca0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 144 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc2a68 +instanceKlass mezz/jei/api/gui/handlers/IGhostIngredientHandler +instanceKlass @bci org/betterx/betternether/world/features/configs/NaturalTreeConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # org/betterx/betternether/world/features/configs/NaturalTreeConfiguration$$Lambda+0x000001d682bc2840 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 622 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc2628 +instanceKlass fuzs/universalbonemeal/client/UniversalBoneMealClient +instanceKlass com/tom/storagemod/jei/JEIHandler +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig$$Lambda+0x000001d682bc1d20 +instanceKlass dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FastNoiseConfig +instanceKlass @bci org/betterx/betternether/world/features/configs/NaturalTreeConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # org/betterx/betternether/world/features/configs/NaturalTreeConfiguration$$Lambda+0x000001d682bc18b8 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 139 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bc1680 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 606 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc1468 +instanceKlass net/puffish/skillsmod/main/NeoForgeMain$ServerPlatformImpl +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/resolver/Resolver +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig$$Lambda+0x000001d682bc0dd8 +instanceKlass @bci fuzs/universalbonemeal/neoforge/UniversalBoneMealNeoForge ()V 22 argL0 ; # fuzs/universalbonemeal/neoforge/UniversalBoneMealNeoForge$$Lambda+0x000001d682bc0b88 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 161 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bc0970 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZBonemeal +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 590 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bc0470 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig$$Lambda+0x000001d682bc0238 +instanceKlass @bci org/betterx/betternether/world/features/configs/NaturalTreeConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # org/betterx/betternether/world/features/configs/NaturalTreeConfiguration$$Lambda+0x000001d682bc0000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 147 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bbfbf0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 134 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bbf9d8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 574 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bbf510 +instanceKlass @bci com/tom/storagemod/Content ()V 420 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bbf100 +instanceKlass mezz/jei/api/gui/handlers/IGuiContainerHandler +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig$$Lambda+0x000001d682bbeec8 +instanceKlass net/puffish/skillsmod/main/NeoForgeMain$ServerPacketSenderImpl +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$$Lambda+0x000001d682bbea68 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 557 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bbe618 +instanceKlass @bci org/betterx/betternether/world/features/configs/NaturalTreeConfiguration ()V 0 argL0 ; # org/betterx/betternether/world/features/configs/NaturalTreeConfiguration$$Lambda+0x000001d682bbe830 +instanceKlass io/wispforest/accessories/compat/jei/AccessoriesClientJEIPlugin +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 133 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bbe0d0 +instanceKlass @bci fuzs/universalbonemeal/UniversalBoneMeal registerEventHandlers ()V 16 argL0 ; # fuzs/universalbonemeal/UniversalBoneMeal$$Lambda+0x000001d682bbdcc0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/emitter/Emitable +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/parser/Parser +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 540 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bbd3f0 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$Function4 +instanceKlass net/puffish/skillsmod/main/NeoForgeMain$ServerEventReceiverImpl +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 119 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bbcfb0 +instanceKlass dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/Yaml +instanceKlass fuzs/puzzleslib/api/event/v1/server/TagsUpdatedCallback +instanceKlass org/violetmoon/zeta/event/play/ZBonemeal +instanceKlass org/betterx/betternether/world/features/configs/NaturalTreeConfiguration +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 523 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bbbdb0 +instanceKlass io/wispforest/accessories/utils/AttributeStructEndecBuilder$1 +instanceKlass mezz/jei/api/ingredients/IIngredientType +instanceKlass org/violetmoon/zeta/event/bus/Cancellable +instanceKlass @bci fuzs/universalbonemeal/UniversalBoneMeal registerEventHandlers ()V 3 argL0 ; # fuzs/universalbonemeal/UniversalBoneMeal$$Lambda+0x000001d682bbb3d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/RegUtils ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/RegUtils$$Lambda+0x000001d682bbb1b8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 506 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bbafa0 +instanceKlass alabaster/hearthandharvest/integration/jei/JEIPlugin +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/template/TemplateList ()V 16 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/template/TemplateList$$Lambda+0x000001d682bbaa38 +instanceKlass net/puffish/skillsmod/main/NeoForgeMain$ServerRegistrarImpl +instanceKlass @bci com/tom/storagemod/Content ()V 397 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bba5b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 105 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bba3a0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 489 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bba188 +instanceKlass fuzs/universalbonemeal/handler/UseBoneMealHandler +instanceKlass @bci dev/worldgen/lithostitched/worldgen/modifier/template/TemplateList ()V 11 argL0 ; # dev/worldgen/lithostitched/worldgen/modifier/template/TemplateList$$Lambda+0x000001d682bb9ac8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 472 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb98b0 +instanceKlass io/wispforest/accessories/utils/AttributeStructEndecBuilder +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 91 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bb9478 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682bb9240 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 455 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb9028 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$ItemConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$ItemConfig$$Lambda+0x000001d682bb8608 +instanceKlass com/tom/storagemod/platform/NeoForgeMenu +instanceKlass mezz/jei/api/ingredients/subtypes/ISubtypeInterpreter +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 438 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb8000 +instanceKlass com/tom/storagemod/util/IAutoFillTerminal +instanceKlass net/mehvahdjukaar/supplementaries/integration/JEICompat +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$ItemConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$ItemConfig$$Lambda+0x000001d682bb77f8 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$3 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 421 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb6f48 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/UseBoneMealCallback +instanceKlass @bci de/mschae23/grindenchantments/config/FilterAction ()V 78 argL0 ; # de/mschae23/grindenchantments/config/FilterAction$$Lambda+0x000001d682bb6b38 +instanceKlass @bci fuzs/puzzleslib/api/init/v3/tags/BoundTagFactory make (Ljava/lang/String;)Lfuzs/puzzleslib/api/init/v3/tags/BoundTagFactory; 4 argL0 ; # fuzs/puzzleslib/api/init/v3/tags/BoundTagFactory$$Lambda+0x000001d682bb6900 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 404 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb66e8 +instanceKlass @bci com/tom/storagemod/Content ()V 374 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bb64d0 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterAction ()V 73 argL0 ; # de/mschae23/grindenchantments/config/FilterAction$$Lambda+0x000001d682bb62b8 +instanceKlass org/violetmoon/zeta/event/play/ZBlock$BlockToolModification +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands$$Lambda+0x000001d682bb5e98 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 387 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb5c80 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeClientMain (Lnet/neoforged/bus/api/IEventBus;)V 113 member ; # net/puffish/skillsmod/main/NeoForgeClientMain$$Lambda+0x000001d682bb5a50 +instanceKlass org/betterx/betternether/noise/OpenSimplexNoise +instanceKlass @bci de/mschae23/grindenchantments/config/FilterAction ()V 62 argL0 ; # de/mschae23/grindenchantments/config/FilterAction$$Lambda+0x000001d682bb5618 +instanceKlass io/wispforest/endec/StructEndec$2 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 104 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bb50a0 +instanceKlass fuzs/puzzleslib/api/init/v3/tags/BoundTagFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 74 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682bb4c80 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands$$Lambda+0x000001d682bb4830 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 370 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb4a68 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeClientMain (Lnet/neoforged/bus/api/IEventBus;)V 101 member ; # net/puffish/skillsmod/main/NeoForgeClientMain$$Lambda+0x000001d682bb4600 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterAction ()V 51 argL0 ; # de/mschae23/grindenchantments/config/FilterAction$$Lambda+0x000001d682bb43e8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 353 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb41d0 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/bandlands/Band ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/bandlands/Band$$Lambda+0x000001d682bb3d60 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 99 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bb3f98 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils structifyEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/StructEndec; 10 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bb3198 +instanceKlass com/tom/storagemod/util/TerminalSyncManager$InteractHandler +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeClientMain (Lnet/neoforged/bus/api/IEventBus;)V 85 member ; # net/puffish/skillsmod/main/NeoForgeClientMain$$Lambda+0x000001d682bb2f68 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 336 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb2d50 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils structifyEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/StructEndec; 5 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bb2b18 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/bandlands/Band ()V 0 argL0 ; # dev/worldgen/lithostitched/api/worldgen/bandlands/Band$$Lambda+0x000001d682bb2680 +instanceKlass net/puffish/skillsmod/client/SkillsClientMod$EventListener +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 319 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb1bb8 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$1 +instanceKlass dev/worldgen/lithostitched/api/worldgen/bandlands/Band +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 302 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb17a8 +instanceKlass org/violetmoon/zeta/event/play/ZBlock$EntityPlace +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 285 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb1398 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils wrappedEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/StructEndec; 12 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bb1160 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 268 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb0f48 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 86 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bb0d10 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 251 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb0af8 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands$$Lambda+0x000001d682bb08c0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils wrappedEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;)Lio/wispforest/endec/StructEndec; 2 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bb0688 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 81 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682bb0450 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 234 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bb0238 +instanceKlass @bci dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands ()V 0 argL0 ; # dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands$$Lambda+0x000001d682bb0000 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 239 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682bafc58 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/Object;)Lio/wispforest/endec/StructEndec; 28 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bafa18 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 217 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682baf800 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerWorldSavedData (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lnet/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType; 30 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682baf5e0 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 226 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682baf3a8 +instanceKlass @bci org/betterx/wover/feature/api/features/config/TemplateFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # org/betterx/wover/feature/api/features/config/TemplateFeatureConfig$$Lambda+0x000001d682baf170 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$ItemConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$ItemConfig$$Lambda+0x000001d682baef38 +instanceKlass dev/worldgen/lithostitched/impl/worldgen/bandlands/Bandlands +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/Constructor$ConstructSequence +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 200 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bae678 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZBlock +instanceKlass @bci org/betterx/wover/feature/api/features/config/TemplateFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # org/betterx/wover/feature/api/features/config/TemplateFeatureConfig$$Lambda+0x000001d682bae440 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig$ItemConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$ItemConfig$$Lambda+0x000001d682bae208 +instanceKlass net/mehvahdjukaar/sawmill/integration/jei/JEIPlugin +instanceKlass net/puffish/skillsmod/client/network/packets/in/NewPointInPacket +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType$Scope;)V 46 member ; # net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType$$Lambda+0x000001d682bad850 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 183 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bad638 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/Object;)Lio/wispforest/endec/StructEndec; 18 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bad3f8 +instanceKlass fuzs/universalbonemeal/init/ModRegistry +instanceKlass @bci org/betterx/wover/feature/impl/features/FeatureTemplateImpl lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/betterx/wover/feature/impl/features/FeatureTemplateImpl$$Lambda+0x000001d682bacfd0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 166 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bacbb0 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 212 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682bac990 +instanceKlass @bci org/betterx/wover/feature/impl/features/FeatureTemplateImpl lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # org/betterx/wover/feature/impl/features/FeatureTemplateImpl$$Lambda+0x000001d682bac758 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType$Scope;)V 40 member ; # net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType$$Lambda+0x000001d682bac538 +instanceKlass @bci com/tom/storagemod/Content ()V 345 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682bac320 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 149 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682bac108 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/Constructor$ConstructMapping +instanceKlass @bci dev/worldgen/lithostitched/LithostitchedNeoforge registerDynamicRegistry (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;)Ljava/util/function/Consumer; 2 member ; # dev/worldgen/lithostitched/LithostitchedNeoforge$$Lambda+0x000001d682babc90 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 199 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682baba58 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lio/wispforest/endec/impl/StructEndecBuilder$Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/Object;)Lio/wispforest/endec/StructEndec; 7 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682bab828 +instanceKlass org/violetmoon/zeta/event/play/ZBlock$Break +instanceKlass org/violetmoon/zeta/event/play/ZBlock +instanceKlass @bci org/betterx/wover/feature/impl/features/FeatureTemplateImpl lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/impl/features/FeatureTemplateImpl$$Lambda+0x000001d682bab200 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 132 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682baafe8 +instanceKlass mezz/jei/api/recipe/RecipeType +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 117 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682baaba8 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 68 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682baa970 +instanceKlass @bci org/betterx/wover/feature/impl/features/FeatureTemplateImpl ()V 0 argL0 ; # org/betterx/wover/feature/impl/features/FeatureTemplateImpl$$Lambda+0x000001d682baa738 +instanceKlass net/puffish/skillsmod/client/network/packets/in/OpenScreenInPacket +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 115 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682baa310 +instanceKlass dev/worldgen/lithostitched/impl/registry/LithostitchedRegistrar +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 112 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba9cd0 +instanceKlass fuzs/universalbonemeal/config/ServerConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 98 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682ba9888 +instanceKlass @bci com/tom/storagemod/Content ()V 321 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682ba9670 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 63 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ba9438 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 107 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba8fc8 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 185 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682ba8da8 +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682ba8b70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 81 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682ba8958 +instanceKlass @bci dev/worldgen/lithostitched/api/worldgen/modifier/WorldgenModifier ()V 8 argL0 ; # dev/worldgen/lithostitched/api/worldgen/modifier/WorldgenModifier$$Lambda+0x000001d682ba8720 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 50 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ba8248 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 102 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba7c88 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 172 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682ba7a50 +instanceKlass org/betterx/wover/structure/api/StructureNBT +instanceKlass @bci de/mschae23/grindenchantments/config/FilterConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/FilterConfig$$Lambda+0x000001d682ba75e0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 64 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682ba73c8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 47 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682ba6fc0 +instanceKlass org/betterx/betternether/integrations/jei/ForgeDisplay +instanceKlass dev/worldgen/lithostitched/api/worldgen/modifier/WorldgenModifier +instanceKlass net/puffish/skillsmod/client/network/packets/in/ShowToastInPacket +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$Function3 +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaPlayEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 45 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682ba6750 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/Constructor$ConstructYamlObject +instanceKlass @bci com/tom/storagemod/platform/GameObject$GameRegistryBE registerBE (Ljava/lang/String;Lnet/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier;[Lcom/tom/storagemod/platform/GameObject;)Lcom/tom/storagemod/platform/GameObject$GameObjectBlockEntity; 11 member ; # com/tom/storagemod/platform/GameObject$GameRegistryBE$$Lambda+0x000001d682ba62f8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/entity/EntityHandler ()V 18 argL0 ; # com/bobmowzie/mowziesmobs/server/entity/EntityHandler$$Lambda+0x000001d682ba5c98 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$2 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 158 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682ba5a78 +instanceKlass @bci fuzs/universalbonemeal/neoforge/UniversalBoneMealNeoForge ()V 6 argL0 ; # fuzs/universalbonemeal/neoforge/UniversalBoneMealNeoForge$$Lambda+0x000001d682ba5860 +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZBabyEntitySpawn +instanceKlass @bci dev/worldgen/lithostitched/LithostitchedNeoforge emptyConsumer ()Ljava/util/function/Consumer; 0 argL0 ; # dev/worldgen/lithostitched/LithostitchedNeoforge$$Lambda+0x000001d682ba51a8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlMap +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 145 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682ba4ad0 +instanceKlass com/bobmowzie/mowziesmobs/server/entity/EntityHandler +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 85 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba46a8 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType +instanceKlass fuzs/universalbonemeal/world/level/block/behavior/BoneMealBehavior +instanceKlass org/betterx/betternether/integrations/jei/JEIPlugin +instanceKlass @bci com/tom/storagemod/Content ()V 298 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682ba3b70 +instanceKlass fuzs/universalbonemeal/UniversalBoneMeal +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 75 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba3618 +instanceKlass net/puffish/skillsmod/client/network/packets/in/ExperienceUpdateInPacket +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 107 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba31d8 +instanceKlass dev/worldgen/lithostitched/registry/LithostitchedRegistrations +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlSeq +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 94 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba2b88 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZBabyEntitySpawn$Lowest +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 60 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba2758 +instanceKlass org/violetmoon/zeta/event/play/entity/living/ZBabyEntitySpawn +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 81 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba1dc0 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 42 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba1b88 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 68 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba1970 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 52 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba1758 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 37 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba1520 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 39 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba1308 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 26 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba10f0 +instanceKlass @bci io/wispforest/endec/Endec nullableOf ()Lio/wispforest/endec/Endec; 11 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682b66a08 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler registerBlockAndItem (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredHolder; 14 member ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ba0ed0 +instanceKlass @bci io/wispforest/endec/Endec nullableOf ()Lio/wispforest/endec/Endec; 6 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682b667d0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 870 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ba0cb8 +instanceKlass @bci io/wispforest/endec/Endec optionalOf ()Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682b665b0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 853 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ba0aa0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 836 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ba0888 +instanceKlass @bci io/wispforest/endec/Endec optionalOf ()Lio/wispforest/endec/Endec; 1 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682b66390 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerWorldSavedData (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;Z)Lnet/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType; 17 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682ba0668 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 819 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ba0450 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 16 argL0 ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682ba0000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 802 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ba0238 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerWorldSavedData (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;Z)Lnet/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType; 3 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682b8c400 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 785 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9fca8 +instanceKlass @bci io/wispforest/accessories/utils/EndecUtils ()V 11 member ; # io/wispforest/accessories/utils/EndecUtils$$Lambda+0x000001d682b9fa68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9f840 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 768 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9f628 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9f3f0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 751 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9f1d8 +instanceKlass @bci com/faboslav/structurify/neoforge/StructurifyNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 54 argL0 ; # com/faboslav/structurify/neoforge/StructurifyNeoForge$$Lambda+0x000001d682b9efb0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData ()V 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9ed78 +instanceKlass io/wispforest/accessories/utils/EndecUtils +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 734 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9e960 +instanceKlass @bci com/faboslav/structurify/neoforge/StructurifyNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 40 argL0 ; # com/faboslav/structurify/neoforge/StructurifyNeoForge$$Lambda+0x000001d682b9e738 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9e510 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 717 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9e2f8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9e0c0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 700 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9dea8 +instanceKlass @bci com/faboslav/structurify/neoforge/StructurifyNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 26 argL0 ; # com/faboslav/structurify/neoforge/StructurifyNeoForge$$Lambda+0x000001d682b9dc80 +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682b9da48 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 683 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9d830 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 131 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b9d610 +instanceKlass @bci de/mschae23/grindenchantments/cost/AverageCountCostFunction ()V 18 argL0 ; # de/mschae23/grindenchantments/cost/AverageCountCostFunction$$Lambda+0x000001d682b9d3d8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9d1a0 +instanceKlass @bci com/faboslav/structurify/neoforge/StructurifyNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 15 argL0 ; # com/faboslav/structurify/neoforge/StructurifyNeoForgeClient$$Lambda+0x000001d682b9cf78 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 118 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b9cd40 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 666 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9cb28 +instanceKlass @bci de/mschae23/grindenchantments/cost/AverageCountCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # de/mschae23/grindenchantments/cost/AverageCountCostFunction$$Lambda+0x000001d682b9c8f0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9c6b8 +instanceKlass @bci com/faboslav/structurify/neoforge/StructurifyNeoForgeClient init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # com/faboslav/structurify/neoforge/StructurifyNeoForgeClient$$Lambda+0x000001d682b9c490 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 649 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9c278 +instanceKlass @bci de/mschae23/grindenchantments/cost/AverageCountCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/cost/AverageCountCostFunction$$Lambda+0x000001d682b9c040 +instanceKlass net/puffish/skillsmod/client/network/packets/in/PointsUpdateInPacket +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9b9c0 +instanceKlass @bci de/mschae23/grindenchantments/cost/AverageCountCostFunction ()V 0 argL0 ; # de/mschae23/grindenchantments/cost/AverageCountCostFunction$$Lambda+0x000001d682b9b550 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 632 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b9b338 +instanceKlass com/faboslav/structurify/common/debug/StructurifyDebugRenderer +instanceKlass com/tom/storagemod/inventory/MultiInventoryAccess +instanceKlass org/betterx/wover/feature/api/features/config/TemplateFeatureConfig$FeatureTemplate +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 104 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b9aa00 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/SafeConstructor$ConstructYamlSet +instanceKlass cn/star/toms_storage_star_optimized/mixin/MultiInventoryAccessAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData$$Lambda+0x000001d682b9a168 +instanceKlass org/violetmoon/zeta/event/load/ZTagsUpdated +instanceKlass @bci org/betterx/wover/feature/api/features/config/TemplateFeatureConfig ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/TemplateFeatureConfig$$Lambda+0x000001d682b99d38 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 91 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b99710 +instanceKlass com/tom/storagemod/inventory/IInventoryAccess +instanceKlass com/tom/storagemod/inventory/IProxy +instanceKlass com/tom/storagemod/inventory/IChangeTrackerAccess +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModRegistry ()V 51 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModRegistry$$Lambda+0x000001d682b99028 +instanceKlass net/puffish/skillsmod/client/network/packets/in/SkillUpdateInPacket +instanceKlass org/violetmoon/zeta/event/play/ZAnvilUpdate$Lowest +instanceKlass org/betterx/wover/feature/api/features/config/TemplateFeatureConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 615 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b8c800 +instanceKlass org/violetmoon/zeta/event/play/ZAnvilUpdate$Highest +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 577 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b97870 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 120 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b973f8 +instanceKlass net/minecraft/world/level/saveddata/SavedData +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 560 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b96fb8 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 77 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b96928 +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b966e0 +instanceKlass @bci com/tom/storagemod/Content ()V 285 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b964c8 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZAnvilUpdate +instanceKlass com/faboslav/structurify/common/config/client/gui/StructurifyConfigScreen +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 64 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b95dc8 +instanceKlass blue/endless/jankson/JsonArray$EntryIterator +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b95b90 +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b95958 +instanceKlass net/puffish/skillsmod/client/network/packets/in/HideCategoryInPacket +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b954e0 +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b95068 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b94e30 +instanceKlass com/faboslav/structurify/common/StructurifyClient +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 543 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b94a18 +instanceKlass org/violetmoon/zeta/event/play/ZAnvilUpdate +instanceKlass @bci de/mschae23/grindenchantments/CodecUtils listOrSingle (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 10 argL0 ; # de/mschae23/grindenchantments/CodecUtils$$Lambda+0x000001d682b945e8 +instanceKlass @bci net/puffish/skillsmod/main/NeoForgeClientMain$ClientRegistrarImpl registerInPacket (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Function;Lnet/puffish/skillsmod/client/network/ClientPacketHandler;)V 21 member ; # net/puffish/skillsmod/main/NeoForgeClientMain$ClientRegistrarImpl$$Lambda+0x000001d682b941a0 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 111 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b943d0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 526 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b93f88 +instanceKlass dev/worldgen/lithostitched/Lithostitched +instanceKlass @bci de/mschae23/grindenchantments/CodecUtils listOrSingle (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 5 argL0 ; # de/mschae23/grindenchantments/CodecUtils$$Lambda+0x000001d682b92a70 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 509 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b92858 +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZAnvilRepair +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 94 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b92380 +instanceKlass com/faboslav/structurify/neoforge/StructurifyNeoForgeClient +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 50 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b91f60 +instanceKlass io/wispforest/accessories/compat/config/RenderSlotTarget +instanceKlass mezz/jei/api/IModPlugin +instanceKlass de/mschae23/grindenchantments/CodecUtils +instanceKlass net/puffish/skillsmod/client/network/ClientPacketHandler +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 89 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b8d870 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 37 argL0 ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b8d638 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 69 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b8d420 +instanceKlass @bci com/faboslav/structurify/common/Structurify init ()V 23 argL0 ; # com/faboslav/structurify/common/Structurify$$Lambda+0x000001d682b8d1f8 +instanceKlass blue/endless/jankson/magic/TypeMagic +instanceKlass org/violetmoon/zeta/event/play/ZAnvilRepair +instanceKlass dev/worldgen/lithostitched/api/registry/LithostitchedRegistries +instanceKlass net/puffish/skillsmod/client/config/ClientFrameConfig +instanceKlass org/violetmoon/zeta/event/bus/helpers/PlayerGetter +instanceKlass net/puffish/skillsmod/client/config/ClientIconConfig +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b8f2e0 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 49 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b8f518 +instanceKlass com/faboslav/structurify/common/registry/StructurifyRegistryUpdater +instanceKlass net/puffish/skillsmod/client/network/packets/in/ShowCategoryInPacket +instanceKlass org/violetmoon/zeta/event/bus/helpers/LivingGetter +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction$$Lambda+0x000001d682b8e8b8 +instanceKlass @bci de/mschae23/grindenchantments/config/ResetRepairCostConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/ResetRepairCostConfig$$Lambda+0x000001d682b8e448 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeZetaEventBus ()V 52 member ; # org/violetmoon/zetaimplforge/event/ForgeZetaEventBus$$Lambda+0x000001d682b8e000 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 29 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b8e230 +instanceKlass dev/worldgen/lithostitched/api/registry/LithostitchedBuiltInRegistries +instanceKlass com/tom/storagemod/item/ILeftClickListener +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction$$Lambda+0x000001d682b8b980 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$PlacePredicate ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$PlacePredicate$$Lambda+0x000001d682b8b768 +instanceKlass org/violetmoon/zeta/event/bus/IZetaPlayEvent +instanceKlass blue/endless/jankson/api/Escaper +instanceKlass mezz/jei/api/JeiPlugin +instanceKlass @bci com/tom/storagemod/Content ()V 271 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b8ad20 +instanceKlass @cpi org/betterx/wover/feature/api/features/config/PillarFeatureConfig$PlacePredicate 41 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682b8c000 +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZAddItemColorHandlers +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/SetChargesFunction$$Lambda+0x000001d682b8a698 +instanceKlass mezz/jei/neoforge/startup/ForgePluginFinder +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682b84c00 +instanceKlass blue/endless/jankson/annotation/Deserializer +instanceKlass org/betterx/wover/feature/api/features/config/PillarFeatureConfig$PlacePredicate +instanceKlass @bci com/faboslav/structurify/common/Structurify init ()V 12 argL0 ; # com/faboslav/structurify/common/Structurify$$Lambda+0x000001d682b89e38 +instanceKlass org/violetmoon/zeta/client/event/load/ZAddItemColorHandlers +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 492 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b89a28 +instanceKlass blue/endless/jankson/JsonGrammar$Builder +instanceKlass net/puffish/skillsmod/network/InPacket +instanceKlass mezz/jei/common/input/IInternalKeyMappings +instanceKlass mezz/jei/api/runtime/IJeiKeyMappings +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/inspector/UnTrustedTagInspector +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers ()V 9 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers$$Lambda+0x000001d682b87bc8 +instanceKlass mezz/jei/neoforge/JustEnoughItemsClient +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZAddBlockColorHandlers +instanceKlass @bci net/puffish/skillsmod/SkillsMod lambda$static$5 (Ljava/util/Collection;)Lnet/puffish/skillsmod/api/Events$SkillLock; 1 member ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682b87550 +instanceKlass com/faboslav/structurify/common/config/StructurifyConfigSerializer +instanceKlass @cpi org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers 219 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682b84800 +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682b87318 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/inspector/TagInspector +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682b84400 +instanceKlass @bci de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction ()V 18 argL0 ; # de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction$$Lambda+0x000001d682b86ee8 +instanceKlass @bci net/puffish/skillsmod/SkillsMod ()V 11 argL0 ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682b86cb0 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/LoaderOptions +instanceKlass org/betterx/wover/feature/api/features/config/PillarFeatureConfig$StateTransform +instanceKlass org/violetmoon/zeta/client/event/load/ZAddBlockColorHandlers +instanceKlass blue/endless/jankson/JsonGrammar +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction$$Lambda+0x000001d682b86430 +instanceKlass @bci de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction$$Lambda+0x000001d682b861f8 +instanceKlass net/puffish/skillsmod/api/Events$SkillLock +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 475 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b83bf8 +instanceKlass @bci com/mojang/datafixers/util/Function6 lambda$curry3$5 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/datafixers/util/Function3; 4 member ; # com/mojang/datafixers/util/Function6$$Lambda+0x000001d682a63458 +instanceKlass com/faboslav/structurify/common/events/base/EventHandler +instanceKlass mezz/jei/neoforge/JustEnoughItemsClientSafeRunner +instanceKlass @bci com/tom/storagemod/Content ()V 257 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b83138 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction$$Lambda+0x000001d682b82f00 +instanceKlass @bci de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction$$Lambda+0x000001d682b82cc8 +instanceKlass @bci net/puffish/skillsmod/SkillsMod lambda$static$2 (Ljava/util/Collection;)Lnet/puffish/skillsmod/api/Events$SkillUnlock; 1 member ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682b82aa8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 458 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b82890 +instanceKlass org/violetmoon/zeta/client/event/play/ZFirstClientTick +instanceKlass @bci de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction ()V 0 argL0 ; # de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction$$Lambda+0x000001d682b82460 +instanceKlass blue/endless/jankson/impl/POJODeserializer +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 441 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b82248 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction$$Lambda+0x000001d682b82010 +instanceKlass @cpi com/mojang/datafixers/util/Function6 132 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682b84000 +instanceKlass @bci mezz/jei/neoforge/network/NetworkHandler registerPacketHandlers (Lmezz/jei/neoforge/events/PermanentEventSubscriptions;)V 4 member ; # mezz/jei/neoforge/network/NetworkHandler$$Lambda+0x000001d682b81de0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 424 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b81978 +instanceKlass net/puffish/skillsmod/util/Event +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomArrowFunction$$Lambda+0x000001d682b810f8 +instanceKlass @bci com/mojang/datafixers/util/Function6 curry3 ()Lcom/mojang/datafixers/util/Function3; 1 member ; # com/mojang/datafixers/util/Function6$$Lambda+0x000001d682a63218 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 407 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b80ee0 +instanceKlass mezz/jei/neoforge/network/ConnectionToClient +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7c400 +instanceKlass @bci com/faboslav/structurify/common/modcompat/ModChecker setupModCompat ()V 22 argL0 ; # com/faboslav/structurify/common/modcompat/ModChecker$$Lambda+0x000001d682b7cc20 +instanceKlass org/violetmoon/zeta/client/event/load/ZRegisterClientReloadListener +instanceKlass mezz/jei/common/JeiFeatures +instanceKlass @bci net/puffish/skillsmod/SkillsMod ()V 0 argL0 ; # net/puffish/skillsmod/SkillsMod$$Lambda+0x000001d682b7dc90 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7fc18 +instanceKlass @bci com/faboslav/structurify/common/modcompat/ModChecker setupModCompat ()V 12 argL0 ; # com/faboslav/structurify/common/modcompat/ModChecker$$Lambda+0x000001d682b7f748 +instanceKlass @bci com/tom/storagemod/Content ()V 243 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b7f530 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7f2f8 +instanceKlass net/puffish/skillsmod/api/Events$SkillUnlock +instanceKlass dev/worldgen/lithostitched/impl/LithostitchedPlatform +instanceKlass mezz/jei/api/runtime/IJeiFeatures +instanceKlass com/faboslav/structurify/neoforge/platform/NeoForgePlatformResourcePackProvider +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/AbstractConstruct +instanceKlass @bci de/mschae23/grindenchantments/config/MoveConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # de/mschae23/grindenchantments/config/MoveConfig$$Lambda+0x000001d682b7e230 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7e458 +instanceKlass mezz/jei/common/config/IClientToggleState +instanceKlass com/faboslav/structurify/common/platform/PlatformResourcePackProvider +instanceKlass @bci blue/endless/jankson/impl/ElementParserContext consume (ILblue/endless/jankson/Jankson;)Z 269 member ; # blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682b65210 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7b848 +instanceKlass @bci de/mschae23/grindenchantments/config/MoveConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/mschae23/grindenchantments/config/MoveConfig$$Lambda+0x000001d682b7b610 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/Construct +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 147 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b7b1b0 +instanceKlass mezz/jei/common/Internal +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 390 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b7a6a8 +instanceKlass net/puffish/skillsmod/api/reward/RewardUpdateContext +instanceKlass com/faboslav/structurify/neoforge/platform/NeoForgePlatformHelper +instanceKlass @bci org/betterx/wover/feature/api/features/config/PillarFeatureConfig ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/PillarFeatureConfig$$Lambda+0x000001d682b7a248 +instanceKlass @bci de/mschae23/grindenchantments/config/MoveConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/MoveConfig$$Lambda+0x000001d682b7a010 +instanceKlass blue/endless/jankson/impl/NumberParserContext +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/MineshaftSupportConfig 198 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682b7c000 +instanceKlass com/tom/storagemod/util/IDataReceiver +instanceKlass org/violetmoon/zeta/client/event/load/ZTooltipComponents +instanceKlass @bci de/mschae23/grindenchantments/config/MoveConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/MoveConfig$$Lambda+0x000001d682b794b8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerLootFunction (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682b79298 +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b79060 +instanceKlass org/betterx/wover/feature/api/features/config/PillarFeatureConfig +instanceKlass com/tom/storagemod/inventory/filter/ItemFilter +instanceKlass com/faboslav/structurify/common/platform/PlatformHelper +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZRegisterLayerDefinitions +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b77160 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction$$Lambda+0x000001d682b76ab8 +instanceKlass com/tom/storagemod/inventory/filter/ItemPredicate +instanceKlass @bci blue/endless/jankson/impl/ElementParserContext consume (ILblue/endless/jankson/Jankson;)Z 163 member ; # blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682b64d80 +instanceKlass mezz/jei/neoforge/network/ConnectionToServer +instanceKlass @bci com/faboslav/structurify/common/platform/PlatformHooks load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/faboslav/structurify/common/platform/PlatformHooks$$Lambda+0x000001d682b76678 +instanceKlass org/violetmoon/zeta/client/event/load/ZRegisterLayerDefinitions +instanceKlass net/puffish/skillsmod/config/reader/ConfigReader +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b75b38 +instanceKlass com/faboslav/structurify/neoforge/platform/NeoForgePlatformCompat +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction$$Lambda+0x000001d682b756e8 +instanceKlass blue/endless/jankson/impl/ArrayParserContext +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b73f98 +instanceKlass mezz/jei/common/network/IConnectionToClient +instanceKlass com/faboslav/structurify/common/platform/PlatformCompat +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction$$Lambda+0x000001d682b73b68 +instanceKlass mezz/jei/common/network/IConnectionToServer +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682b73738 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 100 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b73308 +instanceKlass net/puffish/skillsmod/config/Config +instanceKlass net/puffish/skillsmod/network/OutPacket +instanceKlass net/puffish/skillsmod/api/config/ConfigContext +instanceKlass mezz/jei/neoforge/network/NetworkHandler +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 373 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b72ae8 +instanceKlass com/faboslav/structurify/common/platform/PlatformHooks +instanceKlass com/tom/storagemod/item/IItemFilter +instanceKlass @bci de/mschae23/grindenchantments/cost/CountLevelsCostFunction ()V 18 argL0 ; # de/mschae23/grindenchantments/cost/CountLevelsCostFunction$$Lambda+0x000001d682b72478 +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b72240 +instanceKlass net/puffish/skillsmod/server/event/ServerEventListener +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/loot/RandomEnchantFunction$$Lambda+0x000001d682b71c18 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/util/PlatformFeatureDetector +instanceKlass net/puffish/skillsmod/SkillsMod +instanceKlass org/violetmoon/zeta/client/event/load/ZRegisterClientExtension +instanceKlass @bci de/mschae23/grindenchantments/cost/CountLevelsCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # de/mschae23/grindenchantments/cost/CountLevelsCostFunction$$Lambda+0x000001d682b71288 +instanceKlass @bci blue/endless/jankson/impl/ElementParserContext consume (ILblue/endless/jankson/Jankson;)Z 114 member ; # blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682b648f0 +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b71050 +instanceKlass @bci com/tom/storagemod/Content ()V 229 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b70000 +instanceKlass @bci org/betterx/wover/feature/api/features/config/ConditionFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # org/betterx/wover/feature/api/features/config/ConditionFeatureConfig$$Lambda+0x000001d682b6fcb8 +instanceKlass @bci com/faboslav/structurify/common/modcompat/ModChecker setupModCompat ()V 2 argL0 ; # com/faboslav/structurify/common/modcompat/ModChecker$$Lambda+0x000001d682b6faa0 +instanceKlass @bci de/mschae23/grindenchantments/cost/CountLevelsCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/mschae23/grindenchantments/cost/CountLevelsCostFunction$$Lambda+0x000001d682b6f868 +instanceKlass @bci blue/endless/jankson/impl/ElementParserContext consume (ILblue/endless/jankson/Jankson;)Z 139 member ; # blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682b646c0 +instanceKlass @bci org/betterx/wover/feature/api/features/config/ConditionFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/betterx/wover/feature/api/features/config/ConditionFeatureConfig$$Lambda+0x000001d682b6f128 +instanceKlass @bci de/mschae23/grindenchantments/cost/CountLevelsCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/cost/CountLevelsCostFunction$$Lambda+0x000001d682b6eef0 +instanceKlass java/beans/FeatureDescriptor +instanceKlass @bci dev/worldgen/lithostitched/config/ConfigCodec ()V 0 argL0 ; # dev/worldgen/lithostitched/config/ConfigCodec$$Lambda+0x000001d682b6ecb8 +instanceKlass com/faboslav/structurify/common/modcompat/ModCompat +instanceKlass com/faboslav/structurify/common/modcompat/ModChecker +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/introspector/Property +instanceKlass blue/endless/jankson/JsonObject$Entry +instanceKlass @bci org/betterx/wover/feature/api/features/config/ConditionFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/feature/api/features/config/ConditionFeatureConfig$$Lambda+0x000001d682b6e198 +instanceKlass @bci de/mschae23/grindenchantments/cost/CountLevelsCostFunction ()V 0 argL0 ; # de/mschae23/grindenchantments/cost/CountLevelsCostFunction$$Lambda+0x000001d682b6df60 +instanceKlass org/violetmoon/zeta/client/event/load/ZModel$ModifyBakingResult +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/introspector/PropertyUtils +instanceKlass mezz/jei/neoforge/config/ServerConfig +instanceKlass @bci org/betterx/wover/feature/api/features/config/ConditionFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/feature/api/features/config/ConditionFeatureConfig$$Lambda+0x000001d682b6d6a0 +instanceKlass @bci org/betterx/wover/feature/api/features/config/ConditionFeatureConfig ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/ConditionFeatureConfig$$Lambda+0x000001d682b6c110 +instanceKlass mezz/jei/common/config/IServerConfig +instanceKlass @bci blue/endless/jankson/impl/ElementParserContext consume (ILblue/endless/jankson/Jankson;)Z 294 member ; # blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682b64490 +instanceKlass org/violetmoon/zeta/client/event/load/ZModel$BakingCompleted +instanceKlass org/betterx/wover/feature/api/features/config/ConditionFeatureConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 356 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b6b4b0 +instanceKlass mezz/jei/neoforge/events/PermanentEventSubscriptions +instanceKlass @bci com/tom/storagemod/Content ()V 216 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b6ae48 +instanceKlass blue/endless/jankson/impl/TokenParserContext +instanceKlass org/violetmoon/zeta/client/event/load/ZModel$RegisterAdditional +instanceKlass @bci de/mschae23/grindenchantments/cost/CountMinPowerCostFunction ()V 28 argL0 ; # de/mschae23/grindenchantments/cost/CountMinPowerCostFunction$$Lambda+0x000001d682b63d40 +instanceKlass dev/worldgen/lithostitched/config/ConfigHandler +instanceKlass @bci mezz/jei/common/util/Translator ()V 0 argL0 ; # mezz/jei/common/util/Translator$$Lambda+0x000001d682b63928 +instanceKlass @bci de/mschae23/grindenchantments/cost/CountMinPowerCostFunction ()V 10 argL0 ; # de/mschae23/grindenchantments/cost/CountMinPowerCostFunction$$Lambda+0x000001d682b63710 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 80 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b634d8 +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZModel +instanceKlass @bci blue/endless/jankson/impl/ObjectParserContext consume (ILblue/endless/jankson/Jankson;)Z 347 member ; # blue/endless/jankson/impl/ObjectParserContext$$Lambda+0x000001d682b64000 +instanceKlass com/faboslav/structurify/common/config/data/DebugData +instanceKlass mezz/jei/common/util/Translator +instanceKlass de/mschae23/grindenchantments/cost/CountMinPowerCostFunction +instanceKlass blue/endless/jankson/impl/AnnotatedElement +instanceKlass org/violetmoon/zeta/client/event/load/ZModel$RegisterGeometryLoaders +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 339 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b5f728 +instanceKlass org/violetmoon/zeta/client/event/load/ZModel +instanceKlass @bci org/betterx/wover/feature/api/features/config/SequenceFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # org/betterx/wover/feature/api/features/config/SequenceFeatureConfig$$Lambda+0x000001d682b5f2f8 +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientSessionManager (Ldev/huskuraft/effortless/EffortlessClient;)V 68 member ; # dev/huskuraft/effortless/EffortlessClientSessionManager$$Lambda+0x000001d682b5f0d8 +instanceKlass com/tom/storagemod/item/WirelessTerminal +instanceKlass @bci org/betterx/wover/feature/api/features/config/SequenceFeatureConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # org/betterx/wover/feature/api/features/config/SequenceFeatureConfig$$Lambda+0x000001d682b5ec58 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/UnicodeEscaper +instanceKlass mezz/jei/common/util/MinecraftLocaleSupplier +instanceKlass blue/endless/jankson/impl/ElementParserContext +instanceKlass dev/huskuraft/effortless/EffortlessClientSessionManager +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction ()V 18 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b5b938 +instanceKlass @bci org/betterx/wover/feature/api/features/config/SequenceFeatureConfig ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/SequenceFeatureConfig$$Lambda+0x000001d682b5b700 +instanceKlass @bci com/tom/storagemod/Content ()V 203 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b5b4e8 +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b5aff0 +instanceKlass org/betterx/wover/feature/api/features/config/SequenceFeatureConfig +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 322 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b57d88 +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b57b50 +instanceKlass @bci dev/worldgen/abridged/neoforge/AbridgedNeoforge (Lnet/neoforged/bus/api/IEventBus;)V 25 argL0 ; # dev/worldgen/abridged/neoforge/AbridgedNeoforge$$Lambda+0x000001d682b57928 +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b576f0 +instanceKlass @bci blue/endless/jankson/impl/ObjectParserContext consume (ILblue/endless/jankson/Jankson;)Z 260 member ; # blue/endless/jankson/impl/ObjectParserContext$$Lambda+0x000001d682a8f740 +instanceKlass org/violetmoon/zeta/client/event/load/ZKeyMapping +instanceKlass @bci dev/worldgen/abridged/neoforge/AbridgedNeoforge (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # dev/worldgen/abridged/neoforge/AbridgedNeoforge$$Lambda+0x000001d682b56640 +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b56408 +instanceKlass com/faboslav/structurify/common/config/StructurifyConfig +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 60 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b55540 +instanceKlass blue/endless/jankson/impl/StringParserContext +instanceKlass @bci de/mschae23/grindenchantments/cost/TransformCostFunction ()V 0 argL0 ; # de/mschae23/grindenchantments/cost/TransformCostFunction$$Lambda+0x000001d682b55100 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/Escaper +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/util/UriEncoder +instanceKlass @bci java/util/Map$Entry comparingByKey (Ljava/util/Comparator;)Ljava/util/Comparator; 6 member ; # java/util/Map$Entry$$Lambda+0x000001d6819943d0 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 305 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b539c0 +instanceKlass @bci com/tom/storagemod/Content ()V 190 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b537a8 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance$4 encode (Ljava/lang/Object;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/RecordBuilder;)Lcom/mojang/serialization/RecordBuilder; 37 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$4$$Lambda+0x000001d682a62fe8 +instanceKlass dev/huskuraft/effortless/building/config/universal/ClientConfigConfigSerializer +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 40 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b52128 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/nodes/Tag +instanceKlass blue/endless/jankson/Jankson$ParserFrame +instanceKlass org/violetmoon/zeta/client/event/load/ZClientSetup +instanceKlass @bci org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig$$Lambda+0x000001d682b4ed98 +instanceKlass @bci de/mschae23/grindenchantments/cost/FilterCostFunction ()V 18 argL0 ; # de/mschae23/grindenchantments/cost/FilterCostFunction$$Lambda+0x000001d682b4cd80 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig$$Lambda+0x000001d682b4c920 +instanceKlass @bci com/mojang/serialization/Codec$14 read (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # com/mojang/serialization/Codec$14$$Lambda+0x000001d682a62ae8 +instanceKlass @bci blue/endless/jankson/Jankson load (Ljava/io/InputStream;)Lblue/endless/jankson/JsonObject; 35 member ; # blue/endless/jankson/Jankson$$Lambda+0x000001d682a8f098 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 288 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b4b7b8 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PlaceBlockFeatureConfig blockStateCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # org/betterx/wover/feature/api/features/config/PlaceBlockFeatureConfig$$Lambda+0x000001d682b4b580 +instanceKlass @bci java/util/regex/Pattern asPredicate ()Ljava/util/function/Predicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x000001d681994180 +instanceKlass @bci org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig ()V 0 argL0 ; # org/betterx/wover/feature/api/features/config/PlaceFacingBlockConfig$$Lambda+0x000001d682b490e0 +instanceKlass snownee/kiwi/KiwiAnnotationData +instanceKlass @bci dev/worldgen/abridged/config/ConfigState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # dev/worldgen/abridged/config/ConfigState$$Lambda+0x000001d682b48c90 +instanceKlass org/violetmoon/zeta/client/event/load/ZAddModelLayers +instanceKlass @bci de/mschae23/grindenchantments/cost/FilterCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # de/mschae23/grindenchantments/cost/FilterCostFunction$$Lambda+0x000001d682b46878 +instanceKlass blue/endless/jankson/impl/ObjectParserContext +instanceKlass org/betterx/wover/feature/api/features/config/PlaceBlockFeatureConfig +instanceKlass @bci dev/worldgen/abridged/config/ConfigState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # dev/worldgen/abridged/config/ConfigState$$Lambda+0x000001d682b452f0 +instanceKlass com/faboslav/structurify/common/Structurify +instanceKlass @bci com/tom/storagemod/Content ()V 177 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b44ed8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/internal/Logger +instanceKlass @bci de/mschae23/grindenchantments/cost/FilterCostFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/cost/FilterCostFunction$$Lambda+0x000001d682b44a88 +instanceKlass dev/huskuraft/effortless/building/config/tag/ClientConfigTagSerializer +instanceKlass @bci dev/worldgen/abridged/config/ConfigState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # dev/worldgen/abridged/config/ConfigState$$Lambda+0x000001d682b43610 +instanceKlass @bci de/mschae23/grindenchantments/cost/FilterCostFunction ()V 0 argL0 ; # de/mschae23/grindenchantments/cost/FilterCostFunction$$Lambda+0x000001d682b433d8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 271 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b42248 +instanceKlass org/violetmoon/zeta/client/event/load/ZAddModels +instanceKlass net/mehvahdjukaar/moonlight/api/block/ISoftFluidConsumer +instanceKlass @bci dev/worldgen/abridged/config/ConfigState ()V 0 argL0 ; # dev/worldgen/abridged/config/ConfigState$$Lambda+0x000001d682b41c20 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/TypeDescription +instanceKlass dev/huskuraft/effortless/api/tag/TagSerializer +instanceKlass net/mehvahdjukaar/moonlight/api/block/IBeeGrowable +instanceKlass dev/worldgen/abridged/config/ConfigState +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$ScreenOptions_$UnHoveredOptions_ +instanceKlass dev/huskuraft/effortless/api/tag/TagEncoder +instanceKlass org/violetmoon/zeta/event/load/ZGatherHints +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 254 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b3ca50 +instanceKlass @bci org/betterx/wover/feature/impl/FeatureManagerImpl ()V 18 argL0 ; # org/betterx/wover/feature/impl/FeatureManagerImpl$$Lambda+0x000001d682b3c818 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper findZetaWrapper (Ljava/lang/Class;)Ljava/util/function/Function; 54 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682b3c5d8 +instanceKlass @bci de/mschae23/grindenchantments/config/DisenchantConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # de/mschae23/grindenchantments/config/DisenchantConfig$$Lambda+0x000001d682b3c3a0 +instanceKlass dev/huskuraft/effortless/api/tag/TagDecoder +instanceKlass @bci com/tom/storagemod/Content ()V 164 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b3b040 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents lambda$registerEvents$11 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b3abd8 +instanceKlass dev/worldgen/abridged/config/ConfigHandler +instanceKlass @bci de/mschae23/grindenchantments/config/DisenchantConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # de/mschae23/grindenchantments/config/DisenchantConfig$$Lambda+0x000001d682b3a7a0 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$UnHoveredOptions +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunction ()V 13 argL0 ; # de/mschae23/grindenchantments/cost/CostFunction$$Lambda+0x000001d682b386c0 +instanceKlass @bci net/blay09/mods/balm/neoforge/client/NeoForgeBalmClient ()V 18 argL0 ; # net/blay09/mods/balm/neoforge/client/NeoForgeBalmClient$$Lambda+0x000001d682b38498 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$ScreenOptions_$HoveredOptions_ +instanceKlass org/betterx/wover/entrypoint/LibWoverFeature +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 388 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b36670 +instanceKlass @bci de/mschae23/grindenchantments/cost/CostFunction ()V 8 argL0 ; # de/mschae23/grindenchantments/cost/CostFunction$$Lambda+0x000001d682b36438 +instanceKlass org/violetmoon/zeta/event/load/ZGatherAdditionalFlags +instanceKlass @bci fuzs/convenienteffects/client/ConvenientEffectsClient registerEventHandlers ()V 29 argL0 ; # fuzs/convenienteffects/client/ConvenientEffectsClient$$Lambda+0x000001d682b34470 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper findWrappedForgeEvent (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/function/Function; 49 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682b34038 +instanceKlass com/tom/storagemod/inventory/IInventoryLink +instanceKlass org/betterx/wover/feature/impl/FeatureManagerImpl +instanceKlass net/puffish/skillsmod/network/Packets +instanceKlass fuzs/puzzleslib/api/client/event/v1/renderer/RenderBlockOverlayCallback +instanceKlass de/mschae23/grindenchantments/cost/CostFunctionType +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$HoveredOptions +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 376 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b32250 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/Representer$RepresentJavaBean +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper findWrappedForgeEvent (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/function/Function; 2 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682b31dd8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 237 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b31bc0 +instanceKlass @bci fuzs/convenienteffects/client/ConvenientEffectsClient registerEventHandlers ()V 16 argL0 ; # fuzs/convenienteffects/client/ConvenientEffectsClient$$Lambda+0x000001d682b2cd68 +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 230 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b2fdc0 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$ScreenOptions_ +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper findForgeWrapper (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/function/Function; 71 member ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682b2f6e0 +instanceKlass @bci fuzs/convenienteffects/client/ConvenientEffectsClient registerEventHandlers ()V 3 argL0 ; # fuzs/convenienteffects/client/ConvenientEffectsClient$$Lambda+0x000001d682b2f4c8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentEnum +instanceKlass dev/huskuraft/effortless/api/events/render/RegisterShader$ShadersSink +instanceKlass dev/huskuraft/effortless/api/events/render/RegisterShader +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 209 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b2adf8 +instanceKlass @cpi fuzs/convenienteffects/client/ConvenientEffectsClient 44 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682b2c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682b2c000 +instanceKlass @bci net/puffish/skillsmod/client/SkillsClientMod setup (Lnet/puffish/skillsmod/client/setup/ClientRegistrar;Lnet/puffish/skillsmod/client/event/ClientEventReceiver;Lnet/puffish/skillsmod/client/keybinding/KeyBindingReceiver;Lnet/puffish/skillsmod/client/network/ClientPacketSender;)V 23 member ; # net/puffish/skillsmod/client/SkillsClientMod$$Lambda+0x000001d682b29b48 +instanceKlass dev/huskuraft/effortless/api/events/render/RenderWorld +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentDate +instanceKlass org/betterx/wover/feature/api/FeatureManager +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 364 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b28418 +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 188 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b281f8 +instanceKlass net/puffish/skillsmod/client/keybinding/KeyBindingHandler +instanceKlass fuzs/convenienteffects/client/handler/VanillaEffectsClientHandler +instanceKlass de/mschae23/grindenchantments/registry/GrindEnchantmentsRegistries +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 220 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b26790 +instanceKlass dev/huskuraft/effortless/api/events/render/RenderGui +instanceKlass net/puffish/skillsmod/client/data/ClientSkillScreenData +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentArray +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 167 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b25ab8 +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 146 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b24bb8 +instanceKlass org/violetmoon/zeta/event/load/ZLoadComplete +instanceKlass @bci de/mschae23/grindenchantments/config/DisenchantConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/mschae23/grindenchantments/config/DisenchantConfig$$Lambda+0x000001d682b238c0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 352 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b23690 +instanceKlass fuzs/puzzleslib/api/event/v1/data/MutableFloat +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentIterator +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$ScreenOptions +instanceKlass org/betterx/betternether/registry/features/configured/NetherVegetation +instanceKlass dev/huskuraft/effortless/api/events/lifecycle/ClientStart +instanceKlass @bci de/mschae23/grindenchantments/config/DisenchantConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/mschae23/grindenchantments/config/DisenchantConfig$$Lambda+0x000001d682b22648 +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 125 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b22428 +instanceKlass org/violetmoon/zeta/event/load/ZConfigChanged +instanceKlass @bci de/mschae23/grindenchantments/config/DisenchantConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/DisenchantConfig$$Lambda+0x000001d682b21da0 +instanceKlass @bci dev/huskuraft/effortless/api/events/EventFactory createEventResult (Ljava/lang/Class;)Ldev/huskuraft/effortless/api/events/Event; 1 member ; # dev/huskuraft/effortless/api/events/EventFactory$$Lambda+0x000001d682b20c58 +instanceKlass dev/huskuraft/effortless/api/events/EventResult +instanceKlass de/mschae23/grindenchantments/cost/CostFunction +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 340 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b20418 +instanceKlass org/violetmoon/zeta/event/load/ZRegister$Post +instanceKlass net/blay09/mods/balm/api/event/client/KeyInputEvent +instanceKlass @bci org/betterx/betternether/loot/BNLoot register ()V 3 argL0 ; # org/betterx/betternether/loot/BNLoot$$Lambda+0x000001d682b1fc78 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$ClientOptions +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 328 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b1f788 +instanceKlass @bci com/tom/storagemod/Content ()V 151 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b1f108 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentSet +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$GeneralClientOptions +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 203 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b1b8e8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentMap +instanceKlass net/puffish/skillsmod/client/event/ClientEventListener +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 186 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b18860 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 169 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b18648 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 152 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b18430 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 135 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b18218 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 118 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b18000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 101 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b17dd8 +instanceKlass net/puffish/skillsmod/client/SkillsClientMod +instanceKlass @bci de/mschae23/grindenchantments/config/ServerConfig ()V 0 argL0 ; # de/mschae23/grindenchantments/config/ServerConfig$$Lambda+0x000001d682b15c30 +instanceKlass org/violetmoon/zeta/event/load/ZRegister +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentList +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 316 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b153a0 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper registerWrapper (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Function;)V 41 argL0 ; # org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$$Lambda+0x000001d682b14ce8 +instanceKlass org/betterx/betternether/loot/BNLoot +instanceKlass dev/huskuraft/effortless/api/events/input/InteractionInput +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfig$Keys +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 104 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b133f8 +instanceKlass com/bobmowzie/mowziesmobs/server/item/UmvuthanaMask +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentNumber +instanceKlass @bci com/tom/storagemod/Content ()V 138 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682b12b80 +instanceKlass net/minecraft/client/Camera +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain$ClientPacketSenderImpl +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 304 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b11138 +instanceKlass @bci org/betterx/betternether/config/Config save ()V 3 argL0 ; # org/betterx/betternether/config/Config$$Lambda+0x000001d682b10f10 +instanceKlass io/wispforest/owo/ops/TextOps +instanceKlass org/violetmoon/zeta/event/load/ZModulesReady +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaLoadEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 28 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682b0fb10 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentPrimitiveArray +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain$KeyBindingReceiverImpl +instanceKlass org/betterx/betternether/config/Config +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaLoadEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 23 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682b0cac8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 84 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682b0c8b0 +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain$ClientEventReceiverImpl +instanceKlass de/mschae23/config/api/ModConfig +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 292 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b09050 +instanceKlass dev/huskuraft/effortless/api/events/input/KeyInput +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IAnalogRotatable +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain$ClientRegistrarImpl +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientManager (Ldev/huskuraft/effortless/EffortlessClient;)V 83 member ; # dev/huskuraft/effortless/EffortlessClientManager$$Lambda+0x000001d682b06718 +instanceKlass io/wispforest/owo/config/ConfigSynchronizer +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentByteArray +instanceKlass @bci fr/rakambda/fallingtree/neoforge/client/cloth/ClothConfigHook load (Lnet/neoforged/fml/ModContainer;)V 4 member ; # fr/rakambda/fallingtree/neoforge/client/cloth/ClothConfigHook$$Lambda+0x000001d682b060d0 +instanceKlass dev/huskuraft/effortless/api/events/input/KeyRegistry +instanceKlass org/violetmoon/zeta/event/load/ZEntityAttributeCreation +instanceKlass dev/huskuraft/effortless/api/events/input/RegisterKeys +instanceKlass com/tom/storagemod/block/IInventoryNode +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaLoadEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 10 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682b044e8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentUuid +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 280 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682b01bd8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 67 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682affd10 +instanceKlass dev/huskuraft/effortless/renderer/pattern/PatternRenderer +instanceKlass net/puffish/skillsmod/client/setup/ClientRegistrar +instanceKlass @bci com/tom/storagemod/Content ()V 125 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682aff6d8 +instanceKlass net/puffish/skillsmod/client/event/ClientEventReceiver +instanceKlass @bci org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy addKnownZetaLoadEvents (Lorg/violetmoon/zetaimplforge/event/ForgeEventsRemapper;)V 5 argL0 ; # org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy$$Lambda+0x000001d682aff2a8 +instanceKlass net/puffish/skillsmod/client/keybinding/KeyBindingReceiver +instanceKlass net/puffish/skillsmod/client/network/ClientPacketSender +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentBoolean +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain +instanceKlass @bci org/betterx/betternether/commands/CommandRegistry register ()V 3 argL0 ; # org/betterx/betternether/commands/CommandRegistry$$Lambda+0x000001d682afaed8 +instanceKlass me/shedaniel/clothconfig2/api/Expandable +instanceKlass com/lodestar/aileron/accessor/AileronCamera +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 268 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682af7b98 +instanceKlass @bci org/betterx/betternether/commands/CommandRegistry ()V 4 argL0 ; # org/betterx/betternether/commands/CommandRegistry$$Lambda+0x000001d682af7960 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentString +instanceKlass dev/kosmx/playerAnim/mixin/firstPerson/CameraAccessor +instanceKlass net/puffish/skillsmod/server/setup/ServerRegistrar +instanceKlass net/puffish/skillsmod/server/event/ServerEventReceiver +instanceKlass org/violetmoon/zeta/event/load/ZCommonSetup +instanceKlass net/puffish/skillsmod/server/network/ServerPacketSender +instanceKlass net/puffish/skillsmod/server/setup/ServerPlatform +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/SafeRepresenter$RepresentNull +instanceKlass net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Result +instanceKlass org/betterx/betternether/commands/CommandRegistry +instanceKlass io/wispforest/owo/config/Option +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeZetaEventBus ()V 19 member ; # org/violetmoon/zetaimplforge/event/ForgeZetaEventBus$$Lambda+0x000001d682af1f90 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 50 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682af0e48 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 256 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ae9ca0 +instanceKlass net/mehvahdjukaar/moonlight/api/block/IPistonMotionReact +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/compat/PistonReactQuarkMixin +instanceKlass org/violetmoon/zetaimplforge/event/ForgeEventsRemapper +instanceKlass org/violetmoon/quark/api/IMagnetMoveAction +instanceKlass fuzs/puzzleslib/api/client/event/v1/renderer/FogEvents$ComputeColor +instanceKlass dev/huskuraft/effortless/renderer/outliner/Outline +instanceKlass dev/huskuraft/effortless/renderer/outliner/OutlineRenderer +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper initializeOptions (Z)V 515 member ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682aea4c8 +instanceKlass fuzs/puzzleslib/api/client/event/v1/renderer/FogEvents$Render +instanceKlass fuzs/puzzleslib/api/client/event/v1/renderer/FogEvents +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 244 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682aece18 +instanceKlass io/wispforest/owo/util/Observable +instanceKlass me/shedaniel/clothconfig2/gui/widget/DynamicEntryListWidget$Entry +instanceKlass me/shedaniel/clothconfig2/api/DisableableWidget +instanceKlass me/shedaniel/clothconfig2/api/HideableWidget +instanceKlass @bci fuzs/convenienteffects/neoforge/client/ConvenientEffectsNeoForgeClient ()V 6 argL0 ; # fuzs/convenienteffects/neoforge/client/ConvenientEffectsNeoForgeClient$$Lambda+0x000001d682aec1f8 +instanceKlass @bci com/tom/storagemod/item/PaintedBlockItem make ()Ljava/util/function/Function; 0 argL0 ; # com/tom/storagemod/item/PaintedBlockItem$$Lambda+0x000001d682ae7c00 +instanceKlass me/shedaniel/clothconfig2/api/TickableWidget +instanceKlass @bci com/tom/storagemod/Content ()V 109 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682ae67f8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/item/ItemHandler ()V 33 argL0 ; # com/bobmowzie/mowziesmobs/server/item/ItemHandler$$Lambda+0x000001d682ae65e0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 232 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ae61b8 +instanceKlass fuzs/convenienteffects/client/ConvenientEffectsClient +instanceKlass me/shedaniel/clothconfig2/api/ValueHolder +instanceKlass org/betterx/betternether/BN +instanceKlass me/shedaniel/clothconfig2/api/ReferenceProvider +instanceKlass io/wispforest/owo/config/annotation/PredicateConstraint +instanceKlass net/minecraft/client/renderer/entity/layers/RenderLayer +instanceKlass dev/kosmx/playerAnim/impl/IUpperPartHelper +instanceKlass @bci dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer registerRenderers ()V 36 argL0 ; # dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer$$Lambda+0x000001d682ae3f10 +instanceKlass org/betterx/betternether/registry/BrewingRegistry +instanceKlass io/wispforest/owo/config/annotation/RegexConstraint +instanceKlass @bci fuzs/convenienteffects/ConvenientEffects registerEventHandlers ()V 16 argL0 ; # fuzs/convenienteffects/ConvenientEffects$$Lambda+0x000001d682ae2060 +instanceKlass dev/huskuraft/effortless/renderer/opertaion/children/BatchOperationRenderer +instanceKlass fr/rakambda/fallingtree/common/config/real/cloth/ClothHookBase +instanceKlass alabaster/hearthandharvest/client/event/ClientEventHandler +instanceKlass io/wispforest/owo/config/annotation/RangeConstraint +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/serializer/NumberAnchorGenerator +instanceKlass fuzs/puzzleslib/api/event/v1/data/MutableDouble +instanceKlass @bci dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer registerRenderers ()V 25 argL0 ; # dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer$$Lambda+0x000001d682ae0250 +instanceKlass @bci org/betterx/betternether/world/biomes/providers/NetherMushroomForestEdgeNumericProvider ()V 25 argL0 ; # org/betterx/betternether/world/biomes/providers/NetherMushroomForestEdgeNumericProvider$$Lambda+0x000001d682adfb90 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/living/LivingVisibilityCallback +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 220 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682add870 +instanceKlass io/wispforest/accessories/compat/config/client/Structured +instanceKlass software/bernie/geckolib/animatable/GeoItem +instanceKlass software/bernie/geckolib/animatable/SingletonGeoAnimatable +instanceKlass @bci dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer registerRenderers ()V 14 argL0 ; # dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer$$Lambda+0x000001d682add018 +instanceKlass @bci org/betterx/betternether/world/biomes/providers/NetherMushroomForestEdgeNumericProvider ()V 20 argL0 ; # org/betterx/betternether/world/biomes/providers/NetherMushroomForestEdgeNumericProvider$$Lambda+0x000001d682adcde0 +instanceKlass @bci fuzs/convenienteffects/ConvenientEffects registerEventHandlers ()V 3 argL0 ; # fuzs/convenienteffects/ConvenientEffects$$Lambda+0x000001d682adcbc8 +instanceKlass org/violetmoon/zeta/world/EntitySpawnHandler +instanceKlass org/betterx/betternether/world/biomes/providers/NetherMushroomForestEdgeNumericProvider +instanceKlass fuzs/convenienteffects/handler/VanillaEffectsHandler +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 208 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682adb7e8 +instanceKlass com/bobmowzie/mowziesmobs/server/item/ItemHandler +instanceKlass io/wispforest/owo/config/annotation/SectionHeader +instanceKlass @bci dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer registerRenderers ()V 3 argL0 ; # dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer$$Lambda+0x000001d682ada2e8 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/block/BlockHandler ()V 13 argL0 ; # com/bobmowzie/mowziesmobs/server/block/BlockHandler$$Lambda+0x000001d682ad9e78 +instanceKlass @bci org/betterx/betternether/world/biomes/providers/NetherGrasslandsNumericProvider ()V 25 argL0 ; # org/betterx/betternether/world/biomes/providers/NetherGrasslandsNumericProvider$$Lambda+0x000001d682ad99e8 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/EntityTickEvents$End +instanceKlass dev/huskuraft/effortless/renderer/opertaion/children/BlockOperationRenderer +instanceKlass fuzs/puzzleslib/api/event/v1/entity/EntityTickEvents$Start +instanceKlass @bci org/betterx/betternether/world/biomes/providers/NetherGrasslandsNumericProvider ()V 20 argL0 ; # org/betterx/betternether/world/biomes/providers/NetherGrasslandsNumericProvider$$Lambda+0x000001d682ad79e0 +instanceKlass org/violetmoon/zeta/util/handler/FuelHandler +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 196 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ad6658 +instanceKlass io/wispforest/owo/config/annotation/Expanded +instanceKlass @bci com/tom/storagemod/Content ()V 96 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682ad6248 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/EntityTickEvents +instanceKlass dev/huskuraft/effortless/renderer/opertaion/children/OperationRenderer +instanceKlass org/betterx/betternether/world/biomes/providers/NetherGrasslandsNumericProvider +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 184 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ad2ea8 +instanceKlass com/bobmowzie/mowziesmobs/server/block/BlockHandler +instanceKlass org/violetmoon/zeta/util/NameChanger +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/NumberEntry$IntegerEntry max ()Ljava/lang/Integer; 4 argL0 ; # fuzs/puzzleslib/impl/config/annotation/NumberEntry$IntegerEntry$$Lambda+0x000001d682ad2658 +instanceKlass org/betterx/wover/surface/api/noise/NumericProvider +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/NumberEntry$IntegerEntry min ()Ljava/lang/Integer; 4 argL0 ; # fuzs/puzzleslib/impl/config/annotation/NumberEntry$IntegerEntry$$Lambda+0x000001d682acfc80 +instanceKlass fr/rakambda/fallingtree/neoforge/network/FallingTreeConfigPacket +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/serializer/AnchorGenerator +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/DumperOptions +instanceKlass net/minecraft/CrashReportCategory +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 172 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ac7888 +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/NumberEntry$DoubleEntry max ()Ljava/lang/Double; 4 argL0 ; # fuzs/puzzleslib/impl/config/annotation/NumberEntry$DoubleEntry$$Lambda+0x000001d682ac7650 +instanceKlass org/betterx/wover/surface/api/noise/NumericProviderRegistry +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/NumberEntry$DoubleEntry min ()Ljava/lang/Double; 4 argL0 ; # fuzs/puzzleslib/impl/config/annotation/NumberEntry$DoubleEntry$$Lambda+0x000001d682ac7218 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta createItemExtensionFactory ()Lorg/violetmoon/zeta/item/ext/ItemExtensionFactory; 0 argL0 ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682ac6b48 +instanceKlass fr/rakambda/fallingtree/common/command/ToggleCommand +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 160 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ac6708 +instanceKlass org/violetmoon/zeta/item/ext/ItemExtensionFactory +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl ()V 74 argL0 ; # org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl$$Lambda+0x000001d682ac60e8 +instanceKlass @cpi fuzs/puzzleslib/impl/config/annotation/NumberEntry$DoubleEntry 77 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682abcc00 +instanceKlass dev/huskuraft/effortless/renderer/opertaion/children/OperationRenderer$RenderContext +instanceKlass dev/huskuraft/effortless/renderer/opertaion/OperationsRenderer +instanceKlass fr/rakambda/fallingtree/neoforge/event/ServerCommandRegistrationListener +instanceKlass @bci com/tom/storagemod/Content ()V 83 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682ac51a0 +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl ()V 50 argL0 ; # org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl$$Lambda+0x000001d682ac4d10 +instanceKlass io/wispforest/owo/config/annotation/Sync +instanceKlass @bci org/violetmoon/zeta/block/ext/BlockExtensionFactory ()V 0 argL0 ; # org/violetmoon/zeta/block/ext/BlockExtensionFactory$$Lambda+0x000001d682ac4430 +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl ()V 31 argL0 ; # org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl$$Lambda+0x000001d682ac48e0 +instanceKlass net/minecraft/network/protocol/game/ClientboundBlockEntityDataPacket +instanceKlass fr/rakambda/fallingtree/neoforge/client/event/PlayerLeaveListener +instanceKlass fuzs/puzzleslib/api/config/v3/Config$DoubleRange +instanceKlass io/wispforest/owo/config/annotation/RestartRequired +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 148 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682abfd60 +instanceKlass io/wispforest/owo/config/annotation/Nest +instanceKlass org/betterx/wover/core/api/registry/BuiltInRegistryManager +instanceKlass com/bobmowzie/mowziesmobs/server/entity/IntermittentAnimatableEntity +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta createBlockExtensionFactory ()Lorg/violetmoon/zeta/block/ext/BlockExtensionFactory; 0 argL0 ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682abb258 +instanceKlass org/violetmoon/zeta/block/ext/BlockExtensionFactory +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 136 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ab9850 +instanceKlass net/neoforged/neoforge/entity/IEntityWithComplexSpawn +instanceKlass alabaster/hearthandharvest/common/crafting/CaskRecipe +instanceKlass fuzs/puzzleslib/api/config/v3/Config$IntRange +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl ()V 17 argL0 ; # org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl$$Lambda+0x000001d682ab8f00 +instanceKlass @bci org/violetmoon/zetaimplforge/ForgeZeta createPottedPlantRegistry ()Lorg/violetmoon/zeta/registry/PottedPlantRegistry; 0 argL0 ; # org/violetmoon/zetaimplforge/ForgeZeta$$Lambda+0x000001d682ab8a90 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 124 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ab8860 +instanceKlass org/violetmoon/zeta/registry/PottedPlantRegistry +instanceKlass com/ilexiconn/llibrary/server/animation/IAnimatedEntity +instanceKlass fuzs/convenienteffects/config/ServerConfig +instanceKlass io/wispforest/owo/config/annotation/Modmenu +instanceKlass org/betterx/wover/biome/impl/data/BiomeCodecRegistryImpl +instanceKlass org/violetmoon/zeta/api/IMutableAdvancement +instanceKlass fuzs/convenienteffects/config/CommonConfig +instanceKlass org/violetmoon/zeta/advancement/AdvancementModifierRegistry +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/Represent +instanceKlass fr/rakambda/fallingtree/neoforge/event/LeafBreakingListener +instanceKlass net/neoforged/neoforge/items/wrapper/RecipeWrapper +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/nodes/Node +instanceKlass io/wispforest/owo/config/annotation/Config +instanceKlass @bci io/wispforest/accessories/Accessories lambda$static$2 (Lblue/endless/jankson/Jankson$Builder;)V 18 argL0 ; # io/wispforest/accessories/Accessories$$Lambda+0x000001d682ab4678 +instanceKlass @bci io/wispforest/accessories/Accessories lambda$static$2 (Lblue/endless/jankson/Jankson$Builder;)V 7 argL0 ; # io/wispforest/accessories/Accessories$$Lambda+0x000001d682ab4438 +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper (Ljava/lang/Class;Ljava/util/function/Consumer;)V 101 argL0 ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682ab41f8 +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper (Ljava/lang/Class;Ljava/util/function/Consumer;)V 89 argL0 ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682ab3fd0 +instanceKlass @bci com/tom/storagemod/Content blockWithItemNoTab (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Function;)Lcom/tom/storagemod/platform/GameObject; 12 member ; # com/tom/storagemod/Content$$Lambda+0x000001d682ab3db0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 112 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682ab3b80 +instanceKlass @bci com/tom/storagemod/item/PaintedBlockItem makeHidden ()Ljava/util/function/Function; 0 argL0 ; # com/tom/storagemod/item/PaintedBlockItem$$Lambda+0x000001d682ab3730 +instanceKlass org/violetmoon/zeta/registry/DyeablesRegistry +instanceKlass org/betterx/wover/biome/api/data/BiomeCodecRegistry +instanceKlass fuzs/convenienteffects/config/ClientConfig +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/representer/BaseRepresenter +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 100 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682aa96b8 +instanceKlass dev/latvian/mods/kubejs/core/RecipeHolderKJS +instanceKlass @bci org/betterx/betternether/world/NetherBiome ()V 0 argL0 ; # org/betterx/betternether/world/NetherBiome$$Lambda+0x000001d682aa9228 +instanceKlass @bci fuzs/convenienteffects/neoforge/ConvenientEffectsNeoForge ()V 6 argL0 ; # fuzs/convenienteffects/neoforge/ConvenientEffectsNeoForge$$Lambda+0x000001d682aabba0 +instanceKlass software/bernie/geckolib/animatable/instance/AnimatableInstanceCache +instanceKlass @bci com/tom/storagemod/Content ()V 67 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682aaac60 +instanceKlass fr/rakambda/fallingtree/common/wrapper/IServerLevel +instanceKlass software/bernie/geckolib/util/GeckoLibUtil +instanceKlass fr/rakambda/fallingtree/neoforge/common/wrapper/LevelWrapper +instanceKlass org/violetmoon/zeta/registry/RenderLayerRegistry +instanceKlass fr/rakambda/fallingtree/common/wrapper/ILevel +instanceKlass fuzs/convenienteffects/ConvenientEffects +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function9;)Lcom/mojang/serialization/MapCodec; 21 member ; # org/betterx/wover/biome/api/data/BiomeData$$Lambda+0x000001d682aafb38 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 88 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682aaf908 +instanceKlass fr/rakambda/fallingtree/common/wrapper/IBlockBreakEvent +instanceKlass dev/latvian/mods/kubejs/core/RecipeLikeKJS +instanceKlass fr/rakambda/fallingtree/common/wrapper/IPlayer +instanceKlass fr/rakambda/fallingtree/common/wrapper/IBlockPos +instanceKlass dev/huskuraft/effortless/api/gui/AbstractWidget +instanceKlass @bci org/violetmoon/zetaimplforge/registry/ForgeZetaRegistry (Lorg/violetmoon/zetaimplforge/ForgeZeta;)V 15 member ; # org/violetmoon/zetaimplforge/registry/ForgeZetaRegistry$$Lambda+0x000001d682aad260 +instanceKlass blue/endless/jankson/impl/serializer/DeserializerFunctionPool +instanceKlass @bci org/betterx/wover/generator/api/biomesource/WoverBiomeData codec (Lcom/mojang/datafixers/util/Function9;)Lcom/mojang/serialization/MapCodec; 33 member ; # org/betterx/wover/generator/api/biomesource/WoverBiomeData$$Lambda+0x000001d682aac458 +instanceKlass fr/rakambda/fallingtree/common/wrapper/IBlockState +instanceKlass fr/rakambda/fallingtree/neoforge/event/BlockBreakListener +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/WoverBiomeData 461 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682aa8000 +instanceKlass @bci com/illusivesoulworks/elytraslot/common/integration/deeperdarker/DeeperDarkerPlugin setup (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # com/illusivesoulworks/elytraslot/common/integration/deeperdarker/DeeperDarkerPlugin$$Lambda+0x000001d682aa7be0 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 148 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa6a68 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 76 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682aa6838 +instanceKlass software/bernie/geckolib/loading/object/BakedModelFactory$Builtin +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper (Ljava/lang/Class;Ljava/util/function/Consumer;)V 79 argL0 ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682aa55a0 +instanceKlass @bci com/illusivesoulworks/elytraslot/common/integration/deeperdarker/DeeperDarkerPlugin setup (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/illusivesoulworks/elytraslot/common/integration/deeperdarker/DeeperDarkerPlugin$$Lambda+0x000001d682aa5378 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 123 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa5140 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 64 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682aa4f10 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 98 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa4cd8 +instanceKlass org/violetmoon/zeta/module/ZetaModuleManager +instanceKlass com/illusivesoulworks/elytraslot/common/integration/deeperdarker/DeeperDarkerPlugin +instanceKlass blue/endless/jankson/api/DeserializerFunction +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 72 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa2988 +instanceKlass software/bernie/geckolib/cache/object/GeoBone +instanceKlass com/tom/storagemod/block/IConfiguratorHighlight +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper (Ljava/lang/Class;Ljava/util/function/Consumer;)V 67 argL0 ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682aa1488 +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 46 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa1058 +instanceKlass net/neoforged/neoforge/items/ItemStackHandler +instanceKlass com/simibubi/create/foundation/mixin/accessor/ItemStackHandlerAccessor +instanceKlass net/neoforged/neoforge/items/IItemHandlerModifiable +instanceKlass @bci org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes ()V 20 argL0 ; # org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes$$Lambda+0x000001d682aa0c28 +instanceKlass org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl +instanceKlass fr/rakambda/fallingtree/neoforge/FallingTreeUtils +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 487 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8e7e8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 52 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682a9edf8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 475 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8e5b0 +instanceKlass @bci com/illusivesoulworks/elytraslot/platform/NeoForgePlatform isModLoaded (Ljava/lang/String;)Z 4 argL0 ; # com/illusivesoulworks/elytraslot/platform/NeoForgePlatform$$Lambda+0x000001d682a9ebc0 +instanceKlass @bci com/tom/storagemod/Content ()V 54 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a9e9a8 +instanceKlass com/bobmowzie/mowziesmobs/client/model/tools/MowzieModelFactory +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 463 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8e378 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 37 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682a9e520 +instanceKlass org/betterx/wover/generator/impl/biomesource/WoverBiomeDataImpl$CodecAttributes +instanceKlass @bci com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod$$Lambda+0x000001d682a9cdf8 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/constructor/BaseConstructor +instanceKlass fr/rakambda/fallingtree/neoforge/network/NeoForgePacketHandler +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 451 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8e140 +instanceKlass net/blay09/mods/balm/api/event/client/ClientLevelTickHandler +instanceKlass snownee/kiwi/build/KiwiMetadataParser +instanceKlass @bci com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 24 member ; # com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod$$Lambda+0x000001d682a9ad68 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 439 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8df08 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 22 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682a9ab40 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 427 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8dcd0 +instanceKlass fr/rakambda/fallingtree/common/network/ClientPacketHandler +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 7 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents$$Lambda+0x000001d682a9a480 +instanceKlass @bci com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 12 member ; # com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod$$Lambda+0x000001d682a99fb8 +instanceKlass com/bobmowzie/mowziesmobs/server/ServerProxy +instanceKlass software/bernie/geckolib/loading/object/BakedModelFactory +instanceKlass @bci snownee/kiwi/Kiwi (Lnet/neoforged/bus/api/IEventBus;)V 70 argL0 ; # snownee/kiwi/Kiwi$$Lambda+0x000001d682a98aa8 +instanceKlass org/violetmoon/zeta/util/ZetaCommonProxy +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 415 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8da98 +instanceKlass net/blay09/mods/balm/api/event/client/ClientTickHandler +instanceKlass fr/rakambda/fallingtree/common/leaf/LeafBreakingHandler +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModuleNeoForge$$Lambda+0x000001d682a98250 +instanceKlass com/illusivesoulworks/elytraslot/common/SimpleCompatibilityProvider +instanceKlass @bci org/betterx/wover/generator/api/biomesource/WoverBiomeData ()V 0 argL0 ; # org/betterx/wover/generator/api/biomesource/WoverBiomeData$$Lambda+0x000001d682a91c88 +instanceKlass com/tom/storagemod/block/IPaintable +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 403 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8d860 +instanceKlass @cpi org/betterx/wover/generator/api/biomesource/WoverBiomeData 512 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682a90c00 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModuleNeoForge$$Lambda+0x000001d682a91438 +instanceKlass net/blay09/mods/balm/neoforge/event/NeoForgeBalmClientEvents +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 391 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8d628 +instanceKlass org/violetmoon/zeta/registry/VariantRegistry +instanceKlass dev/huskuraft/effortless/api/gui/Widget +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/datafixers/util/Function3;)Lcom/mojang/serialization/MapCodec; 10 member ; # org/betterx/wover/biome/api/data/BiomeData$$Lambda+0x000001d682a93cd8 +instanceKlass @bci com/tom/storagemod/Content ()V 41 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a938c8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 379 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8d3f0 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/config/ConfigGeneralNeoForge +instanceKlass fr/rakambda/fallingtree/common/network/PacketUtils +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 368 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8d1b8 +instanceKlass snownee/kiwi/RegistryLookup +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes ()V 69 argL0 ; # org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes$$Lambda+0x000001d682a92e60 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 357 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8cf80 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/config/BJTConfigNeoForge +instanceKlass dev/huskuraft/effortless/api/gui/InputHandler +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeGenerationDataContainer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # org/betterx/wover/biome/api/data/BiomeGenerationDataContainer$$Lambda+0x000001d682a92840 +instanceKlass dev/huskuraft/effortless/api/gui/Renderable +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 346 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8cd48 +instanceKlass fr/rakambda/fallingtree/common/tree/breaking/ITreeBreakingHandler +instanceKlass fr/rakambda/fallingtree/common/tree/IBreakAttemptResult +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeGenerationDataContainer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # org/betterx/wover/biome/api/data/BiomeGenerationDataContainer$$Lambda+0x000001d682a97c38 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 335 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8cb10 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModuleNeoForge +instanceKlass fr/rakambda/fallingtree/common/tree/TreeHandler +instanceKlass org/violetmoon/zeta/util/RegistryUtil +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeGenerationDataContainer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # org/betterx/wover/biome/api/data/BiomeGenerationDataContainer$$Lambda+0x000001d682a96260 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 324 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8c8d8 +instanceKlass com/illusivesoulworks/elytraslot/common/VanillaElytraProvider +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeGenerationDataContainer ()V 14 argL0 ; # org/betterx/wover/biome/api/data/BiomeGenerationDataContainer$$Lambda+0x000001d682a94ef8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 313 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8c6a0 +instanceKlass com/illusivesoulworks/elytraslot/common/IElytraProvider +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes ()V 44 argL0 ; # org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes$$Lambda+0x000001d682a94ac8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 302 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8c468 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/NeoForgeProcessorProvider +instanceKlass dev/huskuraft/effortless/renderer/tooltip/TooltipRenderer +instanceKlass @bci org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes ()V 19 argL0 ; # org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes$$Lambda+0x000001d682a94240 +instanceKlass org/betterx/wover/biome/impl/data/BiomeDataImpl +instanceKlass com/illusivesoulworks/elytraslot/ElytraSlotCommonMod$1 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/IProcessorProvider +instanceKlass @bci com/tom/storagemod/Content ()V 28 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a8bb68 +instanceKlass @bci toni/despawntweaks/foundation/config/CCommon ()V 100 argL0 ; # toni/despawntweaks/foundation/config/CCommon$$Lambda+0x000001d682a8b918 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/NeoForgeModulesLoader +instanceKlass alabaster/hearthandharvest/common/event/ChickenPlucking +instanceKlass @bci toni/despawntweaks/foundation/config/CCommon ()V 72 argL0 ; # toni/despawntweaks/foundation/config/CCommon$$Lambda+0x000001d682a8b068 +instanceKlass org/betterx/wover/biome/impl/data/BiomeDataImpl$CodecAttributes +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 291 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8c230 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/IModulesLoader +instanceKlass org/violetmoon/zeta/block/ext/IZetaBlockExtensions +instanceKlass com/illusivesoulworks/elytraslot/ElytraSlotCommonMod +instanceKlass org/violetmoon/zeta/item/ext/IZetaItemExtensions +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterjungletemples/services/Services$$Lambda+0x000001d682a8a458 +instanceKlass fr/rakambda/fallingtree/common/tree/builder/position/IPositionFetcher +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl registerSerializer (Ljava/lang/Class;Ljava/util/function/Function;)V 6 member ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a8c000 +instanceKlass @bci toni/lib/config/ConfigBase$CValue (Ltoni/lib/config/ConfigBase;Ljava/lang/String;Ltoni/lib/config/ConfigBase$IValueProvider;[Ljava/lang/String;)V 14 member ; # toni/lib/config/ConfigBase$CValue$$Lambda+0x000001d682a87af8 +instanceKlass org/violetmoon/zeta/event/bus/ZetaEventBus +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/NeoForgePlatformHelper +instanceKlass fr/rakambda/fallingtree/common/tree/builder/TreeBuilder +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData ()V 0 argL0 ; # org/betterx/wover/biome/api/data/BiomeData$$Lambda+0x000001d682a86038 +instanceKlass org/violetmoon/zeta/config/IZetaConfigInternals +instanceKlass dev/huskuraft/effortless/EffortlessClientManager +instanceKlass @bci toni/lib/config/ConfigBase$ConfigBool (Ltoni/lib/config/ConfigBase;Ljava/lang/String;Z[Ljava/lang/String;)V 5 member ; # toni/lib/config/ConfigBase$ConfigBool$$Lambda+0x000001d682a85550 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 280 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a78c00 +instanceKlass org/violetmoon/zeta/util/RaytracingUtil +instanceKlass top/theillusivec4/curios/api/type/capability/ICurio +instanceKlass org/violetmoon/zeta/registry/ZetaRegistry +instanceKlass alabaster/hearthandharvest/common/event/CleaverEvents +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/IPlatformHelper +instanceKlass toni/lib/config/ConfigBase$IValueProvider +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 269 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a79d18 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/services/Services +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 257 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a79ae0 +instanceKlass @bci com/tom/storagemod/Content ()V 15 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a82258 +instanceKlass org/violetmoon/zeta/event/bus/IZetaLoadEvent +instanceKlass toni/lib/config/ConfigBase$CValue +instanceKlass link/e4mc/PoisonPill +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 245 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a798a8 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModule$Compat +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModule$General +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 233 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a79670 +instanceKlass alabaster/hearthandharvest/common/event/CowMilking +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/InternalsHelper +instanceKlass org/violetmoon/zetaimplforge/mod/ZetaModCommonProxy +instanceKlass cn/star/toms_storage_star_optimized/api/TerminalDirtyState +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/ConfigModule +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 221 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a79238 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 209 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a79000 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/StringWriter writeBasic (Ljava/lang/String;Lfolk/sisby/kaleido/lib/nightconfig/core/io/CharacterOutput;)V 13 member ; # folk/sisby/kaleido/lib/nightconfig/toml/StringWriter$$Lambda+0x000001d682a7bc60 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 197 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7ba28 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/StringWriter +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 185 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7b5f0 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 173 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7b3b8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 161 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7b180 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/ValueWriter +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 150 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7ad48 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 139 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7ab10 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TableWriter$OrganizedTable +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 128 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7a6c8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 117 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7a490 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 106 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a7a258 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/utils/TransformingIterator +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 95 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a5bc68 +instanceKlass org/betterx/wover/biome/api/data/BiomeData +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 84 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a5ba30 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 24 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d682a5b7f8 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 73 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a5b5c0 +instanceKlass @bci toni/despawntweaks/foundation/config/AllConfigs register (Ljava/util/function/Supplier;Lnet/neoforged/fml/config/ModConfig$Type;)Ltoni/lib/config/ConfigBase; 8 member ; # toni/despawntweaks/foundation/config/AllConfigs$$Lambda+0x000001d682a7d640 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 19 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d682a5b388 +instanceKlass @bci toni/despawntweaks/foundation/config/AllConfigs register (Ljava/util/function/BiConsumer;)V 0 argL0 ; # toni/despawntweaks/foundation/config/AllConfigs$$Lambda+0x000001d682a7d428 +instanceKlass @bci blue/endless/jankson/impl/MarshallerImpl ()V 62 argL0 ; # blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682a5b150 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 14 member ; # folk/sisby/kaleido/lib/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d682a5af10 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/BetterJungleTemplesCommon +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/AbstractConfig$EntryWrapper +instanceKlass toni/lib/config/ConfigBase +instanceKlass blue/endless/jankson/impl/serializer/InternalDeserializerFunction +instanceKlass fr/rakambda/fallingtree/common/config/proxy/TreeProxyConfiguration +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientStructureBuilder (Ldev/huskuraft/effortless/EffortlessClient;)V 69 member ; # dev/huskuraft/effortless/EffortlessClientStructureBuilder$$Lambda+0x000001d682a73638 +instanceKlass net/blay09/mods/balm/api/DeferredObject +instanceKlass alabaster/hearthandharvest/common/event/DeprecationTooltipHandler +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModuleNeoForge$$Lambda+0x000001d682a72fd0 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModuleNeoForge$$Lambda+0x000001d682a779f0 +instanceKlass dev/huskuraft/effortless/api/events/lifecycle/ClientTick +instanceKlass org/violetmoon/zeta/Zeta +instanceKlass org/violetmoon/zeta/util/zetalist/IZeta +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/CommentedConfig$Entry +instanceKlass alabaster/hearthandharvest/common/event/FillSapCauldron +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/config/ConfigSpawnRatesNeoForge +instanceKlass dev/huskuraft/effortless/building/Option +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/UnmodifiableCommentedConfig$Entry +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/Config$Entry +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/UnmodifiableConfig$Entry +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/config/ConfigOresNeoForge +instanceKlass alabaster/hearthandharvest/common/event/GoatMilking +instanceKlass toni/despawntweaks/foundation/config/AllConfigs +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/config/BMConfigNeoForge +instanceKlass net/blay09/mods/balm/common/client/keymappings/CommonBalmKeyMappings +instanceKlass fr/rakambda/fallingtree/common/config/proxy/ToolProxyConfiguration +instanceKlass @bci com/tom/storagemod/Content item (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tom/storagemod/platform/GameObject; 5 member ; # com/tom/storagemod/Content$$Lambda+0x000001d682a6f528 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModuleNeoForge +instanceKlass @bci toni/despawntweaks/DespawnTweaks (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 36 member ; # toni/despawntweaks/DespawnTweaks$$Lambda+0x000001d682a6f0f8 +instanceKlass alabaster/hearthandharvest/common/event/PotionBrewingRecipesEvent +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ILavaAndWaterLoggable +instanceKlass @bci com/tom/storagemod/Content blockWithItem (Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/function/Function;)Lcom/tom/storagemod/platform/GameObject; 12 member ; # com/tom/storagemod/Content$$Lambda+0x000001d682a6eae0 +instanceKlass @bci toni/despawntweaks/DespawnTweaks (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 25 member ; # toni/despawntweaks/DespawnTweaks$$Lambda+0x000001d682a6e8b0 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/utils/TransformingCollection +instanceKlass @bci toni/despawntweaks/DespawnTweaks (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 13 member ; # toni/despawntweaks/DespawnTweaks$$Lambda+0x000001d682a6e680 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/services/NeoForgeModulesLoader +instanceKlass com/tom/storagemod/platform/GameObject +instanceKlass @bci toni/despawntweaks/foundation/DataComponentRegistry ()V 16 argL0 ; # toni/despawntweaks/foundation/DataComponentRegistry$$Lambda+0x000001d682a6e030 +instanceKlass net/neoforged/neoforge/common/BasicItemListing +instanceKlass fr/rakambda/fallingtree/common/config/proxy/ProxyConfiguration +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/services/IModulesLoader +instanceKlass blue/endless/jankson/impl/MarshallerImpl +instanceKlass @bci com/tom/storagemod/platform/Platform ()V 119 argL0 ; # com/tom/storagemod/platform/Platform$$Lambda+0x000001d682a6ca20 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/bettermineshafts/services/Services$$Lambda+0x000001d682a6c800 +instanceKlass toni/despawntweaks/foundation/DataComponentRegistry +instanceKlass @bci com/tom/storagemod/platform/Platform ()V 102 argL0 ; # com/tom/storagemod/platform/Platform$$Lambda+0x000001d682a6b490 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/services/NeoForgePlatformHelper +instanceKlass alabaster/hearthandharvest/common/event/VillagerEvents +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ISimpleBrushable +instanceKlass @bci fuzs/pickupnotifier/neoforge/client/PickUpNotifierNeoForgeClient registerEventHandlers (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # fuzs/pickupnotifier/neoforge/client/PickUpNotifierNeoForgeClient$$Lambda+0x000001d682a68d10 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/services/IPlatformHelper +instanceKlass @bci fuzs/pickupnotifier/client/PickUpNotifierClient registerEventHandlers ()V 74 member ; # fuzs/pickupnotifier/client/PickUpNotifierClient$$Lambda+0x000001d682a677f0 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/services/Services +instanceKlass @cpi fuzs/pickupnotifier/client/PickUpNotifierClient 106 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682a61800 +instanceKlass com/tom/storagemod/platform/GameObject$GameRegistry +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/ClientPlayerCopyCallback +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/ArrayWriter +instanceKlass @bci fuzs/pickupnotifier/client/PickUpNotifierClient registerEventHandlers ()V 53 member ; # fuzs/pickupnotifier/client/PickUpNotifierClient$$Lambda+0x000001d682a65478 +instanceKlass net/minecraft/client/multiplayer/MultiPlayerGameMode +instanceKlass com/tom/storagemod/platform/Platform +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TableWriter +instanceKlass alabaster/hearthandharvest/data/DataGenerators +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmTextures +instanceKlass @bci dev/huskuraft/effortless/EffortlessClientNetworkChannel (Ldev/huskuraft/effortless/EffortlessClient;Ljava/lang/String;)V 154 member ; # dev/huskuraft/effortless/EffortlessClientNetworkChannel$$Lambda+0x000001d682a5fa38 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModule$SpawnRates +instanceKlass org/betterx/wover/core/api/registry/DatapackRegistryBuilder +instanceKlass dev/huskuraft/effortless/EffortlessClientNetworkChannel$ClientPacketListener +instanceKlass net/neoforged/neoforge/attachment/AttachmentInternals +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModule$Ores +instanceKlass @bci com/tom/storagemod/Content blockWithItem (Ljava/lang/String;Ljava/util/function/Supplier;)Lcom/tom/storagemod/platform/GameObject; 2 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a51c08 +instanceKlass com/google/gson/annotations/Expose +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/WriterOutput +instanceKlass blue/endless/jankson/api/Marshaller +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/ConfigModule +instanceKlass alabaster/hearthandharvest/HearthAndHarvest$ClientModEvents +instanceKlass @bci com/tom/storagemod/Content ()V 2 argL0 ; # com/tom/storagemod/Content$$Lambda+0x000001d682a57bf0 +instanceKlass blue/endless/jankson/impl/ParserContext +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueList +instanceKlass fr/rakambda/fallingtree/common/config/real/ConfigLoader +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfigModel$UnHoveredOptions +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/BetterMineshaftsCommon +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueMap +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfigModel$HoveredOptions +instanceKlass org/betterx/wover/entrypoint/LibWoverSurface +instanceKlass @bci net/blay09/mods/balm/neoforge/client/NeoForgeBalmClientRuntime ()V 9 argL0 ; # net/blay09/mods/balm/neoforge/client/NeoForgeBalmClientRuntime$$Lambda+0x000001d682a56bc0 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer toNightConfigSerializable (Lfolk/sisby/kaleido/lib/quiltconfig/api/values/ValueKey;)Ljava/util/List; 15 member ; # folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer$$Lambda+0x000001d682a3f2a0 +instanceKlass com/tom/storagemod/util/IValidInfo +instanceKlass @bci fuzs/proplacer/neoforge/client/ProPlacerNeoForgeClient ()V 22 argL0 ; # fuzs/proplacer/neoforge/client/ProPlacerNeoForgeClient$$Lambda+0x000001d682a4f640 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer write (Lfolk/sisby/kaleido/lib/quiltconfig/api/Config;Lfolk/sisby/kaleido/lib/nightconfig/core/CommentedConfig;Ljava/lang/Iterable;)Lfolk/sisby/kaleido/lib/nightconfig/core/CommentedConfig; 221 member ; # folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer$$Lambda+0x000001d682a3f070 +instanceKlass cn/star/toms_storage_star_optimized/opt/INetworkDirtyReceiver +instanceKlass com/tom/storagemod/inventory/IInventoryConnectorReference +instanceKlass com/tom/storagemod/block/entity/IInventoryConnector +instanceKlass alabaster/hearthandharvest/HearthAndHarvest$ModEventBusEvents +instanceKlass org/betterx/wover/common/registry/api/CustomRegistryData$DataKey +instanceKlass com/tom/storagemod/util/TickerUtil$TickableServer +instanceKlass net/blay09/mods/balm/api/client/rendering/BalmModels +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer write (Lfolk/sisby/kaleido/lib/quiltconfig/api/Config;Lfolk/sisby/kaleido/lib/nightconfig/core/CommentedConfig;Ljava/lang/Iterable;)Lfolk/sisby/kaleido/lib/nightconfig/core/CommentedConfig; 148 member ; # folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer$$Lambda+0x000001d682a3ee40 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/SneakMode ()V 43 argL0 ; # fr/rakambda/fallingtree/common/config/enums/SneakMode$$Lambda+0x000001d682a4d1c0 +instanceKlass net/blay09/mods/balm/api/client/keymappings/BalmKeyMappings +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer createCommentedConfig ()Lfolk/sisby/kaleido/lib/nightconfig/core/CommentedConfig; 3 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer$$Lambda+0x000001d682a3ec28 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/SneakMode ()V 25 argL0 ; # fr/rakambda/fallingtree/common/config/enums/SneakMode$$Lambda+0x000001d682a4cd80 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/InMemoryCommentedFormat ()V 17 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/InMemoryCommentedFormat$$Lambda+0x000001d682a3e9e0 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/SneakMode ()V 7 argL0 ; # fr/rakambda/fallingtree/common/config/enums/SneakMode$$Lambda+0x000001d682a4cb38 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/InMemoryFormat ()V 25 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/InMemoryFormat$$Lambda+0x000001d682a3e798 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$ForgeEventInvoker register (Lfuzs/puzzleslib/api/event/v1/core/EventPhase;Ljava/lang/Object;Ljava/lang/Object;)V 67 member ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$ForgeEventInvoker$$Lambda+0x000001d682a4c908 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 253 member ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d682a4c498 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/InMemoryFormat ()V 0 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/InMemoryFormat$$Lambda+0x000001d682a3e550 +instanceKlass org/betterx/wover/entrypoint/LibWoverBiome +instanceKlass net/blay09/mods/balm/api/client/screen/BalmScreens +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IRopeConnection +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 220 argL0 ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d682a4ba40 +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 100 argL0 ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a4b620 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfigModel$ScreenOptions +instanceKlass net/blay09/mods/balm/api/client/rendering/BalmTextures +instanceKlass net/blay09/mods/balm/api/client/rendering/BalmRenderers +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/InMemoryFormat +instanceKlass fuzs/proplacer/client/handler/KeyBindingHandler +instanceKlass alabaster/hearthandharvest/common/worldgen/VillageCrops +instanceKlass org/betterx/wover/biome/impl/data/BiomeDataRegistryImpl +instanceKlass fr/rakambda/fallingtree/common/config/real/EnchantmentConfiguration +instanceKlass dev/huskuraft/effortless/api/renderer/VertexFormat +instanceKlass net/blay09/mods/balm/common/client/CommonBalmClientRuntime +instanceKlass dev/huskuraft/effortless/api/core/ResourceLocation +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfigModel$GeneralClientOptions +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 87 member ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a435a0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682a44c00 +instanceKlass @cpi fuzs/proplacer/client/ProPlacerClient 123 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682a44800 +instanceKlass org/violetmoon/quark/mixin/mixins/client/accessor/AccessorMultiPlayerGameMode +instanceKlass dev/huskuraft/effortless/api/input/KeyBindingOwner +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 66 member ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a42f90 +instanceKlass fr/rakambda/fallingtree/common/config/real/PlayerConfiguration +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/InMemoryCommentedFormat +instanceKlass io/wispforest/owo/util/ReflectionUtils +instanceKlass alabaster/hearthandharvest/common/event/RabbitLitters +instanceKlass fuzs/proplacer/mixin/client/accessor/MultiPlayerGameModeAccessor +instanceKlass com/tom/storagemod/block/NeoForgeBlock +instanceKlass net/neoforged/neoforge/client/BlockEntityRenderBoundsDebugRenderer +instanceKlass org/betterx/wover/biome/api/data/BiomeDataRegistry +instanceKlass com/tom/storagemod/block/IInventoryCable +instanceKlass alabaster/hearthandharvest/common/event/PigLitters +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/MarshallingUtils$ListCoercer +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/MarshallingUtils$MapCoercer +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/MarshallingUtils +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer deserialize (Lfolk/sisby/kaleido/lib/quiltconfig/api/Config;Ljava/io/InputStream;)V 123 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer$$Lambda+0x000001d682a3d750 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/MarshallingUtils$MapEntryConsumer +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/MarshallingUtils$ValueMapCreator +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/NullObject +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/utils/StringUtils +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/ImmutableIterable$1 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/ImmutableIterable +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias ()V 5 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias$$Lambda+0x000001d682a3c650 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/Aliases +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias$Builder +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias ()V 0 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias$$Lambda+0x000001d682a3c020 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention ()V 5 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention$$Lambda+0x000001d682a3be08 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention$Builder +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention ()V 0 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention$$Lambda+0x000001d682a3b9d0 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName ()V 5 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName$$Lambda+0x000001d682a3b7b8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName$Builder +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName ()V 0 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName$$Lambda+0x000001d682a3b380 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/SerializerUtils +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/CharsWrapper$1 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/StringParser +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/TomlParser setComment (Lfolk/sisby/kaleido/lib/nightconfig/core/io/CharsWrapper;)V 14 member ; # folk/sisby/kaleido/lib/nightconfig/toml/TomlParser$$Lambda+0x000001d682a3aaf0 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/ValueParser +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/CharsWrapper +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/Utils +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/Toml +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TableParser +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 73 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a39c50 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 68 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a39a28 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 63 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a39800 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 45 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a395e8 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 40 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a393c0 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 35 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a39198 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 17 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a38f80 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$MapPutAction +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 12 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a38b60 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$PutAction +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode ()V 7 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode$$Lambda+0x000001d682a37d58 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/AbstractConfig getWildcardMapCreator (Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 1 member ; # folk/sisby/kaleido/lib/nightconfig/core/AbstractConfig$$Lambda+0x000001d682a378f8 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/AbstractConfig +instanceKlass @bci io/wispforest/owo/config/ConfigWrapper (Ljava/lang/Class;Ljava/util/function/Consumer;)V 46 argL0 ; # io/wispforest/owo/config/ConfigWrapper$$Lambda+0x000001d682a313d8 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/CommentedConfig +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$5 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 16 argL0 ; # folk/sisby/kaleido/lib/nightconfig/core/Config$$Lambda+0x000001d682a35bd8 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/core/file/FormatDetector registerExtension (Ljava/lang/String;Lfolk/sisby/kaleido/lib/nightconfig/core/ConfigFormat;)V 5 member ; # folk/sisby/kaleido/lib/nightconfig/core/file/FormatDetector$$Lambda+0x000001d682a357b8 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/file/FormatDetector +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TomlFormat +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 367 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a311c0 +instanceKlass io/wispforest/endec/impl/StructEndecBuilder$Function5 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/utils/IntDeque +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 357 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30f88 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 341 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30d50 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/AbstractInput +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 325 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30b18 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 309 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a308e0 +instanceKlass @bci io/wispforest/endec/Endec forEnum (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 34 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a346b8 +instanceKlass @bci io/wispforest/endec/Endec forEnum (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 29 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a34478 +instanceKlass @bci io/wispforest/endec/Endec forEnum (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 12 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a34240 +instanceKlass @bci io/wispforest/endec/Endec forEnum (Ljava/lang/Class;)Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a34000 +instanceKlass io/wispforest/endec/impl/StructField +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 290 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a306a8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie$LeafItr +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 268 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30470 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 263 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30238 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 247 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a30000 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie leaves ()Ljava/lang/Iterable; 1 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie$$Lambda+0x000001d682a2b550 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 242 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2fdb0 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 232 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2fb88 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigImpl$1$1 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigImpl$1 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 205 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2f950 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/util/ConfigsImpl put (Ljava/lang/String;Lfolk/sisby/kaleido/lib/quiltconfig/api/Config;)V 88 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/impl/util/ConfigsImpl$$Lambda+0x000001d682a2ae70 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 200 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2f718 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/ConfigsImpl +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 186 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2f4e0 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 181 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2f2a8 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 176 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2f070 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 171 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2ee38 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie$1$1 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie$1 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 151 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2ec00 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 146 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2e9c8 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 141 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2e790 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 136 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2e558 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 119 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2e320 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueTreeNode$Section +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 114 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2e0e8 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 109 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2deb0 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 104 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2dc78 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/values/ValueKeyImpl$Itr +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lcom/mojang/datafixers/util/Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/Endec; 28 member ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2da38 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lcom/mojang/datafixers/util/Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/Endec; 18 member ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2d7f8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/values/ValueKeyImpl +instanceKlass @bci io/wispforest/endec/Endec validate (Ljava/util/function/Consumer;)Lio/wispforest/endec/Endec; 8 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a29bd8 +instanceKlass @bci io/wispforest/endec/Endec validate (Ljava/util/function/Consumer;)Lio/wispforest/endec/Endec; 2 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d682a29998 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs vectorEndec (Ljava/lang/String;Lio/wispforest/endec/Endec;Lcom/mojang/datafixers/util/Function3;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2d5c8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/StringIterator +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 87 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2d390 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 82 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2d158 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Processor +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 77 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2cf20 +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 72 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d682a2cce8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/builders/TrackedValueBuilderImpl metadata (Lfolk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType;Ljava/util/function/Consumer;)Lfolk/sisby/kaleido/lib/quiltconfig/api/values/TrackedValue$Builder; 7 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/builders/TrackedValueBuilderImpl$$Lambda+0x000001d682a290b8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$CommentProcessor process (Lfolk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment;Lfolk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataContainerBuilder;)V 33 member ; # folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$CommentProcessor$$Lambda+0x000001d682a28e88 +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils toEndec (Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;)Lio/wispforest/endec/Endec; 19 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a2cac8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType create (Ljava/util/function/Supplier;Ljava/util/function/Supplier;Z)Lfolk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType; 6 member ; # folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType$$Lambda+0x000001d682a28c48 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils toEndec (Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;)Lio/wispforest/endec/Endec; 12 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a2c8a8 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 85 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a2c470 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 80 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a2c248 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment ()V 5 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment$$Lambda+0x000001d682a28828 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 61 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a2c000 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/Comments +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 56 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a25d28 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment$Builder +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 37 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a25ae0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataType$Builder +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 32 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a258b8 +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment ()V 0 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment$$Lambda+0x000001d682a28000 +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils toEndecWithRegistries (Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;)Lio/wispforest/endec/Endec; 19 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a25698 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 13 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a25450 +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry ()V 50 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry$$Lambda+0x000001d682a25220 +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils toEndecWithRegistries (Lcom/mojang/serialization/Codec;Lnet/minecraft/network/codec/StreamCodec;)Lio/wispforest/endec/Endec; 12 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a25000 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$ChangeWarningProcessor +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DurabilityMode ()V 8 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DurabilityMode$$Lambda+0x000001d682a27d58 +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils decoderOfCodec (Lcom/mojang/serialization/Codec;)Lio/wispforest/endec/Endec$Decoder; 1 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a27b38 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/ChangeWarning +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry ()V 36 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry$$Lambda+0x000001d682a276c8 +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 45 member ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a274a8 +instanceKlass net/blay09/mods/balm/api/client/BalmClientRuntime +instanceKlass @bci io/wispforest/owo/serialization/CodecUtils encoderOfCodec (Lcom/mojang/serialization/Codec;)Lio/wispforest/endec/Endec$Encoder; 1 member ; # io/wispforest/owo/serialization/CodecUtils$$Lambda+0x000001d682a27090 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$DisplayNameConventionProcessor +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 24 argL0 ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a26e78 +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry ()V 22 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry$$Lambda+0x000001d682a26c48 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModSounds ()V 64 argL0 ; # alabaster/hearthandharvest/common/registry/HHModSounds$$Lambda+0x000001d682a267f8 +instanceKlass net/neoforged/neoforge/client/ClientHooks$ClientEvents +instanceKlass net/mehvahdjukaar/moonlight/api/block/IRotatable +instanceKlass org/betterx/wover/biome/impl/BiomeManagerImpl +instanceKlass com/tom/storagemod/Content +instanceKlass net/blay09/mods/balm/neoforge/client/NeoForgeBalmClientRuntimeFactory +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModSounds ()V 48 argL0 ; # alabaster/hearthandharvest/common/registry/HHModSounds$$Lambda+0x000001d682a23930 +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/ClientPlayerNetworkEvents$LoggedOut +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry ()V 8 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeClientEventRegistry$$Lambda+0x000001d682a23700 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/DisplayNameConvention +instanceKlass fuzs/proplacer/client/handler/ReachAroundPlacementHandler +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/ClientPlayerNetworkEvents$LoggedIn +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModSounds ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModSounds$$Lambda+0x000001d682a230f0 +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/ClientPlayerNetworkEvents +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$DisplayNameProcessor +instanceKlass net/blay09/mods/balm/api/client/BalmClientRuntimeFactory +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModSounds ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModSounds$$Lambda+0x000001d682a21b40 +instanceKlass dev/huskuraft/effortless/api/renderer/Renderer +instanceKlass net/blay09/mods/balm/api/client/BalmClientRuntimeSpi +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/DisplayName +instanceKlass fr/rakambda/fallingtree/common/config/real/ToolConfiguration +instanceKlass @bci fuzs/pickupnotifier/client/PickUpNotifierClient registerEventHandlers ()V 32 member ; # fuzs/pickupnotifier/client/PickUpNotifierClient$$Lambda+0x000001d682a20200 +instanceKlass alabaster/hearthandharvest/common/registry/HHModSounds +instanceKlass net/minecraft/commands/CommandSourceStack +instanceKlass com/tom/storagemod/network/OpenTerminalPacket +instanceKlass net/blay09/mods/balm/api/client/BalmClient +instanceKlass @cpi fuzs/pickupnotifier/client/PickUpNotifierClient 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682a14c00 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/NamingScheme +instanceKlass dev/huskuraft/effortless/api/platform/Client +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/NamingSchemeHelper +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/InteractionInputEvents$Pick +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModStructures ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModStructures$$Lambda+0x000001d682a1dda8 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/RenderGuiCallback +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/InteractionInputEvents$Use +instanceKlass @bci fuzs/pickupnotifier/client/PickUpNotifierClient registerEventHandlers ()V 11 member ; # fuzs/pickupnotifier/client/PickUpNotifierClient$$Lambda+0x000001d682a1d990 +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/InteractionInputEvents$Attack +instanceKlass alabaster/hearthandharvest/common/registry/HHModStructures +instanceKlass fuzs/puzzleslib/api/client/event/v1/entity/player/InteractionInputEvents +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$SerializedNameConventionProcessor +instanceKlass @bci fuzs/puzzleslib/impl/event/core/EventInvokerImpl lambda$softLookup$2 (Ljava/lang/Class;Ljava/util/function/Supplier;Lfuzs/puzzleslib/api/event/v1/core/EventPhase;Ljava/lang/Object;)V 24 member ; # fuzs/puzzleslib/impl/event/core/EventInvokerImpl$$Lambda+0x000001d682a1afe8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModStructurePieces ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModStructurePieces$$Lambda+0x000001d682a1add0 +instanceKlass @bci fuzs/proplacer/client/ProPlacerClient registerEventHandlers ()V 11 member ; # fuzs/proplacer/client/ProPlacerClient$$Lambda+0x000001d682a1abb0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedNameConvention +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalm$3 +instanceKlass alabaster/hearthandharvest/common/registry/HHModStructurePieces +instanceKlass com/tom/storagemod/network/NetworkHandler +instanceKlass net/mehvahdjukaar/moonlight/api/block/IWashable +instanceKlass @cpi fuzs/proplacer/client/ProPlacerClient 62 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682a14800 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$SerialNameProcessor +instanceKlass fuzs/puzzleslib/api/event/v1/core/EventResultHolder +instanceKlass dev/huskuraft/effortless/api/platform/ClientManager +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModRecipeTypes ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModRecipeTypes$$Lambda+0x000001d682a15478 +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalm$2 +instanceKlass dev/huskuraft/effortless/EffortlessClient +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModRecipeTypes ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModRecipeTypes$$Lambda+0x000001d682a17950 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/SerializedName +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/BreakOrder ()V 54 argL0 ; # fr/rakambda/fallingtree/common/config/enums/BreakOrder$$Lambda+0x000001d682a16668 +instanceKlass org/betterx/wover/biome/api/BiomeKey +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$MatchesProcessor +instanceKlass alabaster/hearthandharvest/common/registry/HHModRecipeTypes +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalm$1 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/BreakOrder ()V 33 argL0 ; # fr/rakambda/fallingtree/common/config/enums/BreakOrder$$Lambda+0x000001d682a13d38 +instanceKlass io/wispforest/owo/serialization/CodecUtils$6 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/BreakOrder ()V 7 argL0 ; # fr/rakambda/fallingtree/common/config/enums/BreakOrder$$Lambda+0x000001d682a13840 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Matches +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModRecipeSerializers ()V 48 argL0 ; # alabaster/hearthandharvest/common/registry/HHModRecipeSerializers$$Lambda+0x000001d682a13628 +instanceKlass net/mehvahdjukaar/moonlight/api/block/IOptionalEntityBlock +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$FloatRangeProcessor +instanceKlass net/neoforged/neoforge/capabilities/Capabilities$EnergyStorage +instanceKlass alabaster/hearthandharvest/common/crafting/ShapelessRemainderRecipe$Serializer +instanceKlass @bci com/tom/storagemod/Config ()V 53 argL0 ; # com/tom/storagemod/Config$$Lambda+0x000001d682a0f928 +instanceKlass net/neoforged/neoforge/energy/IEnergyStorage +instanceKlass org/betterx/wover/biome/api/builder/BiomeSurfaceRuleBuilder +instanceKlass org/betterx/wover/surface/impl/BaseSurfaceRuleBuilder +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/FloatRange +instanceKlass net/mehvahdjukaar/moonlight/api/item/IFirstPersonAnimationProvider +instanceKlass net/mehvahdjukaar/moonlight/api/item/IThirdPersonSpecialItemRenderer +instanceKlass net/mehvahdjukaar/moonlight/api/item/IThirdPersonAnimationProvider +instanceKlass fuzs/proplacer/client/handler/AbstractFastBlockHandler +instanceKlass dev/huskuraft/effortless/api/platform/ClientEntrance +instanceKlass com/tom/storagemod/Config$Server +instanceKlass org/betterx/wover/biome/api/builder/BiomeBuilder +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$IntegerRangeProcessor +instanceKlass net/neoforged/neoforge/capabilities/Capabilities$FluidHandler +instanceKlass dev/architectury/event/events/client/ClientCommandRegistrationEvent$ClientCommandSourceStack +instanceKlass net/neoforged/neoforge/common/extensions/ICommandSourceStackExtension +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/IntegerRange +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/Aliases$Processor +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/Aliases +instanceKlass io/wispforest/endec/util/RecursiveDeserializer +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$AliasProcessor +instanceKlass net/minecraft/commands/SharedSuggestionProvider +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Alias +instanceKlass @bci com/tom/storagemod/Config$Common (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 105 argL0 ; # com/tom/storagemod/Config$Common$$Lambda+0x000001d682a0b708 +instanceKlass @bci com/tom/storagemod/Config$Common (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 100 argL0 ; # com/tom/storagemod/Config$Common$$Lambda+0x000001d682a0b4f0 +instanceKlass @bci dev/huskuraft/effortless/EffortlessServerManager (Ldev/huskuraft/effortless/Effortless;)V 57 member ; # dev/huskuraft/effortless/EffortlessServerManager$$Lambda+0x000001d682a0b2d0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/Comments$Processor +instanceKlass @bci dev/huskuraft/effortless/EffortlessServerManager (Ldev/huskuraft/effortless/Effortless;)V 36 member ; # dev/huskuraft/effortless/EffortlessServerManager$$Lambda+0x000001d682a0ae68 +instanceKlass @bci com/tom/storagemod/Config$Common (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 72 argL0 ; # com/tom/storagemod/Config$Common$$Lambda+0x000001d682a0b088 +instanceKlass fuzs/pickupnotifier/client/handler/DrawEntriesHandler +instanceKlass @bci com/tom/storagemod/Config$Common (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 67 argL0 ; # com/tom/storagemod/Config$Common$$Lambda+0x000001d682a0a7d0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/Comments +instanceKlass @bci net/neoforged/neoforge/capabilities/ItemCapability ()V 4 argL0 ; # net/neoforged/neoforge/capabilities/ItemCapability$$Lambda+0x000001d682a0a5b8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModRecipeSerializers ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModRecipeSerializers$$Lambda+0x000001d682a0a3a0 +instanceKlass dev/huskuraft/effortless/EffortlessServerManager +instanceKlass @bci folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors register (Ljava/lang/Class;Lfolk/sisby/kaleido/lib/quiltconfig/api/annotations/ConfigFieldAnnotationProcessor;)V 4 argL0 ; # folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$$Lambda+0x000001d682a04218 +instanceKlass @bci com/tom/storagemod/Config ()V 17 argL0 ; # com/tom/storagemod/Config$$Lambda+0x000001d682a09d58 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$AttackEntity +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$UseEntityAt +instanceKlass alabaster/hearthandharvest/common/crafting/BottleCrateRecipe$Serializer +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$UseEntity +instanceKlass net/minecraft/commands/ExecutionCommandSource +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$UseItem +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors$CommentProcessor +instanceKlass com/tom/storagemod/Config$Common +instanceKlass @bci dev/huskuraft/effortless/EffortlessSessionManager (Ldev/huskuraft/effortless/Effortless;)V 105 member ; # dev/huskuraft/effortless/EffortlessSessionManager$$Lambda+0x000001d682a02c70 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$AttackBlock +instanceKlass fuzs/puzzleslib/api/client/event/v1/ClientTickEvents$End +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 97 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d682a01780 +# instanceKlass fuzs/puzzleslib/impl/event/core/EventInvokerImpl$$Lambda+0x000001d682a01550 +instanceKlass @bci fuzs/puzzleslib/impl/event/core/EventInvokerImpl softLookup (Ljava/lang/Class;Ljava/lang/Object;)Lfuzs/puzzleslib/api/event/v1/core/EventInvoker; 20 member ; # fuzs/puzzleslib/impl/event/core/EventInvokerImpl$$Lambda+0x000001d682a01320 +instanceKlass @bci dev/huskuraft/effortless/EffortlessSessionManager (Ldev/huskuraft/effortless/Effortless;)V 84 member ; # dev/huskuraft/effortless/EffortlessSessionManager$$Lambda+0x000001d682a01100 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 79 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d682a00238 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/ConfigFieldAnnotationProcessor +# instanceKlass fuzs/puzzleslib/impl/event/core/EventInvokerImpl$$Lambda+0x000001d682a00000 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/ConfigFieldAnnotationProcessors +instanceKlass @bci fuzs/puzzleslib/impl/event/core/EventInvokerImpl softLookup (Ljava/lang/Class;Ljava/lang/Object;)Lfuzs/puzzleslib/api/event/v1/core/EventInvoker; 9 member ; # fuzs/puzzleslib/impl/event/core/EventInvokerImpl$$Lambda+0x000001d6829f1400 +instanceKlass @bci dev/huskuraft/effortless/EffortlessSessionManager (Ldev/huskuraft/effortless/Effortless;)V 63 member ; # dev/huskuraft/effortless/EffortlessSessionManager$$Lambda+0x000001d6829f1c50 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 61 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d6829f1a18 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModRecipeSerializers ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModRecipeSerializers$$Lambda+0x000001d6829f1800 +instanceKlass @bci net/neoforged/neoforge/capabilities/EntityCapability ()V 4 argL0 ; # net/neoforged/neoforge/capabilities/EntityCapability$$Lambda+0x000001d6829ffd40 +instanceKlass @bci dev/huskuraft/effortless/EffortlessSessionManager (Ldev/huskuraft/effortless/Effortless;)V 42 member ; # dev/huskuraft/effortless/EffortlessSessionManager$$Lambda+0x000001d6829ffb20 +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 43 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d6829ff8e8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 95 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829ff6c0 +instanceKlass com/tom/storagemod/Config +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 25 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d6829ff260 +instanceKlass alabaster/hearthandharvest/common/crafting/CaskRecipe$Serializer +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModRegistry +instanceKlass dev/huskuraft/effortless/EffortlessSessionManager +instanceKlass @bci fr/rakambda/fallingtree/common/config/enums/DetectionMode ()V 7 argL0 ; # fr/rakambda/fallingtree/common/config/enums/DetectionMode$$Lambda+0x000001d6829fe990 +instanceKlass io/wispforest/endec/util/RecursiveSerializer +instanceKlass fr/rakambda/fallingtree/common/tree/Tree +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/annotations/Comment +instanceKlass fuzs/puzzleslib/api/client/event/v1/ModelEvents$CompleteModelLoading +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 78 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829fdb08 +instanceKlass @bci com/tom/storagemod/StorageMod (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 56 member ; # com/tom/storagemod/StorageMod$$Lambda+0x000001d6829fd8d8 +instanceKlass com/mojang/brigadier/context/CommandContext +instanceKlass net/neoforged/neoforge/capabilities/Capabilities +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/builders/TrackedValueBuilderImpl +instanceKlass fuzs/puzzleslib/api/client/event/v1/ModelEvents$AddAdditionalBakedModel +instanceKlass @bci com/tom/storagemod/StorageMod (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 44 member ; # com/tom/storagemod/StorageMod$$Lambda+0x000001d6829fd040 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 61 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829fce18 +instanceKlass alabaster/hearthandharvest/common/registry/HHModRecipeSerializers +instanceKlass dev/huskuraft/effortless/session/SessionManager +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 58 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829fc808 +instanceKlass net/neoforged/neoforge/capabilities/Capabilities$ItemHandler +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 45 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829fc3e0 +instanceKlass fuzs/puzzleslib/api/client/event/v1/ModelEvents$ModifyBakedModel +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModMenuTypes registerMenuType (Ljava/lang/String;Lnet/neoforged/neoforge/network/IContainerFactory;)Lnet/neoforged/neoforge/registries/DeferredHolder; 5 member ; # alabaster/hearthandharvest/common/registry/HHModMenuTypes$$Lambda+0x000001d6829fbfc8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/TrackedValue$Builder +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 44 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829fbda0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModFluids ()V 69 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModFluids$$Lambda+0x000001d6829fbb88 +instanceKlass dev/huskuraft/effortless/session/config/serializer/SessionConfigSerializer +instanceKlass @bci net/blay09/mods/balm/neoforge/NeoForgeBalm (Lnet/neoforged/bus/api/IEventBus;)V 44 member ; # net/blay09/mods/balm/neoforge/NeoForgeBalm$$Lambda+0x000001d6829fb6d0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModFluids ()V 52 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModFluids$$Lambda+0x000001d6829fb280 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModMenuTypes ()V 13 argL0 ; # alabaster/hearthandharvest/common/registry/HHModMenuTypes$$Lambda+0x000001d6829fb040 +instanceKlass fuzs/puzzleslib/api/client/event/v1/ModelEvents$ModifyUnbakedModel +instanceKlass com/mojang/blaze3d/vertex/PoseStack +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 27 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829fa928 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModFluids ()V 35 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModFluids$$Lambda+0x000001d6829fa710 +instanceKlass fuzs/puzzleslib/api/client/event/v1/gui/ScreenOpeningCallback +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers registerLoadingHandlers ()V 9 argL0 ; # fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers$$Lambda+0x000001d6829f3a88 +instanceKlass @bci net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen initializeBalmBiomeModifiers (Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen$$Lambda+0x000001d6829f3138 +instanceKlass org/betterx/wover/generator/api/biomesource/WoverBiomeBuilder +instanceKlass io/wispforest/endec/SelfDescribedDeserializer +instanceKlass dev/huskuraft/effortless/api/tag/Tag +instanceKlass fuzs/puzzleslib/api/client/event/v1/AddResourcePackReloadListenersCallback +instanceKlass io/wispforest/endec/SelfDescribedSerializer +instanceKlass dev/engine_room/flywheel/impl/extension/PoseStackExtension +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 34 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829f2928 +instanceKlass io/wispforest/owo/serialization/CodecUtils$5 +instanceKlass dev/engine_room/flywheel/impl/mixin/PoseStackAccessor +instanceKlass me/decce/gnetum/mixins/PoseStackAccessor +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 23 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829f7008 +instanceKlass dev/huskuraft/effortless/api/file/FileAdapter +instanceKlass org/embeddedt/modernfix/common/mixin/bugfix/entity_pose_stack/PoseStackAccessor +instanceKlass net/neoforged/neoforge/client/extensions/IPoseStackExtension +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/CompoundConfigValue +instanceKlass net/neoforged/neoforge/network/IContainerFactory +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ConfigSerializableObject +instanceKlass net/minecraft/client/resources/model/ModelBaker +instanceKlass net/neoforged/neoforge/client/extensions/IModelBakerExtension +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ComplexConfigValue +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/util/ConfigUtils +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie$Node +instanceKlass dev/huskuraft/effortless/api/nightconfig/core/Config +instanceKlass dev/huskuraft/effortless/api/nightconfig/core/UnmodifiableConfig +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/tree/Trie +instanceKlass io/wispforest/endec/StructEndec +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueKey +instanceKlass org/betterx/betternether/registry/NetherBiomes +instanceKlass com/google/common/collect/StandardTable$Row$1 +instanceKlass alabaster/hearthandharvest/common/registry/HHModMenuTypes +instanceKlass fuzs/puzzleslib/neoforge/impl/client/event/NeoForgeClientEventInvokers +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/builders/ConfigBuilderImpl +instanceKlass fr/rakambda/fallingtree/common/config/real/TreeConfiguration +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 12 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829f4608 +instanceKlass io/wispforest/owo/serialization/CodecUtils$CodecAdapter +instanceKlass @bci org/betterx/betternether/registry/NetherStructurePieces ()V 65 argL0 ; # org/betterx/betternether/registry/NetherStructurePieces$$Lambda+0x000001d6829f41f8 +instanceKlass fr/rakambda/fallingtree/common/config/IResettable +instanceKlass net/neoforged/neoforge/client/ParticleBoundsDebugRenderer +instanceKlass @bci com/tom/storagemod/StorageModClient preInit (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # com/tom/storagemod/StorageModClient$$Lambda+0x000001d6829efad0 +instanceKlass @bci org/betterx/betternether/registry/NetherStructurePieces ()V 46 argL0 ; # org/betterx/betternether/registry/NetherStructurePieces$$Lambda+0x000001d6829ef8b8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModDataComponents ()V 48 argL0 ; # alabaster/hearthandharvest/common/registry/HHModDataComponents$$Lambda+0x000001d6829ef668 +instanceKlass io/wispforest/owo/serialization/CodecUtils +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModDataComponents ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModDataComponents$$Lambda+0x000001d6829ef218 +instanceKlass com/tom/storagemod/StorageModClient +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModFluids ()V 18 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModFluids$$Lambda+0x000001d6829eea48 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$DataComponents registerComponentType (Ljava/lang/String;Ljava/util/function/UnaryOperator;)Lnet/neoforged/neoforge/registries/DeferredHolder; 3 member ; # net/neoforged/neoforge/registries/DeferredRegister$DataComponents$$Lambda+0x000001d6829ee828 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModDataComponents ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModDataComponents$$Lambda+0x000001d6829ee3e0 +instanceKlass fr/rakambda/fallingtree/common/config/IEnchantmentConfiguration +instanceKlass fr/rakambda/fallingtree/common/config/ITreeConfiguration +instanceKlass fr/rakambda/fallingtree/common/config/IToolConfiguration +instanceKlass fr/rakambda/fallingtree/common/config/IPlayerConfiguration +instanceKlass dev/huskuraft/effortless/api/config/ConfigSerializer +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/builders/ReflectiveConfigCreator +instanceKlass fr/rakambda/fallingtree/common/config/real/Configuration +instanceKlass @bci net/neoforged/neoforge/client/model/data/ModelDataManager ()V 0 argL0 ; # net/neoforged/neoforge/client/model/data/ModelDataManager$$Lambda+0x000001d6829ed430 +instanceKlass @bci org/betterx/betternether/registry/NetherStructurePieces ()V 27 argL0 ; # org/betterx/betternether/registry/NetherStructurePieces$$Lambda+0x000001d6829ecfa0 +instanceKlass @cpi net/neoforged/neoforge/client/model/data/ModelDataManager 339 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6829f0000 +instanceKlass net/neoforged/neoforge/client/model/data/ModelData +instanceKlass alabaster/hearthandharvest/common/registry/HHModDataComponents +instanceKlass @bci com/tom/storagemod/StorageMod (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # com/tom/storagemod/StorageMod$$Lambda+0x000001d6829e5698 +instanceKlass dev/huskuraft/effortless/api/file/FileStorage +instanceKlass @bci org/betterx/betternether/registry/NetherStructurePieces ()V 8 argL0 ; # org/betterx/betternether/registry/NetherStructurePieces$$Lambda+0x000001d6829e58c8 +instanceKlass net/caffeinemc/mods/sodium/client/services/SodiumModelData +instanceKlass folk/sisby/kaleido/lib/quiltconfig/impl/AbstractMetadataContainer +instanceKlass @bci com/tom/storagemod/StorageMod (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/tom/storagemod/StorageMod$$Lambda+0x000001d6829e5000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d6829e7a98 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModCreativeTabs ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModCreativeTabs$$Lambda+0x000001d6829e7880 +instanceKlass com/tom/storagemod/inventory/IInventoryAccess$IInventory +instanceKlass dev/huskuraft/effortless/api/file/Storage +instanceKlass net/neoforged/neoforge/client/model/data/ModelDataManager +instanceKlass org/betterx/betternether/registry/NetherStructurePieces +instanceKlass alabaster/hearthandharvest/common/registry/HHModCreativeTabs +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 29 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d6829e69d8 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents$UseBlock +instanceKlass fr/rakambda/fallingtree/common/wrapper/IItemStack +instanceKlass fr/rakambda/fallingtree/common/network/ServerPacketHandler +instanceKlass fr/rakambda/fallingtree/common/wrapper/IComponent +instanceKlass fr/rakambda/fallingtree/common/wrapper/IWrapper +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 24 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d6829e3cc0 +instanceKlass fuzs/puzzleslib/api/event/v1/entity/player/PlayerInteractEvents +instanceKlass @bci org/betterx/betternether/world/structures/templates/JungleTemples ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/JungleTemples$$Lambda+0x000001d6829e3680 +instanceKlass com/aetherteam/nitrogen/api/users/User +instanceKlass fr/rakambda/fallingtree/common/config/IConfiguration +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 8 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d6829e3448 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities ()V 64 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d6829e2d00 +instanceKlass fr/rakambda/fallingtree/common/FallingTreeCommon +instanceKlass @bci io/wispforest/owo/serialization/endec/MinecraftEndecs ()V 3 argL0 ; # io/wispforest/owo/serialization/endec/MinecraftEndecs$$Lambda+0x000001d6829e27c8 +instanceKlass @bci fuzs/proplacer/neoforge/client/ProPlacerNeoForgeClient ()V 6 argL0 ; # fuzs/proplacer/neoforge/client/ProPlacerNeoForgeClient$$Lambda+0x000001d6829e25b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities ()V 48 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d6829e2398 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 368 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829e2180 +instanceKlass @bci folk/sisby/kaleido/api/ReflectiveConfig create (Lfolk/sisby/kaleido/lib/quiltconfig/implementor_api/ConfigEnvironment;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lfolk/sisby/kaleido/api/ReflectiveConfig; 18 argL0 ; # folk/sisby/kaleido/api/ReflectiveConfig$$Lambda+0x000001d6829dddd8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d6829e1f68 +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 147 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829e1d48 +instanceKlass fuzs/proplacer/client/ProPlacerClient +instanceKlass @bci folk/sisby/kaleido/api/ReflectiveConfig create (Lfolk/sisby/kaleido/lib/quiltconfig/implementor_api/ConfigEnvironment;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Lfolk/sisby/kaleido/api/ReflectiveConfig; 12 argL0 ; # folk/sisby/kaleido/api/ReflectiveConfig$$Lambda+0x000001d6829ddbc0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlockEntities ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlockEntities$$Lambda+0x000001d6829e1438 +instanceKlass io/wispforest/owo/serialization/endec/MinecraftEndecs +instanceKlass dev/huskuraft/effortless/api/events/lifecycle/ServerStopped +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/Config$Builder +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 126 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829e0c30 +instanceKlass alabaster/hearthandharvest/common/registry/HHModBlockEntities +instanceKlass dev/huskuraft/effortless/api/events/lifecycle/ServerStarted +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluidRegistry +instanceKlass net/neoforged/neoforge/common/DeferredSpawnEggItem$ColorRegisterHandler +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/Config$SectionBuilder +instanceKlass @bci org/betterx/betternether/world/structures/templates/Altars ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/Altars$$Lambda+0x000001d6829e0000 +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 105 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829dcc18 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineList (Ljava/util/List;Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6829dc9f8 +instanceKlass net/minecraft/world/item/Item$TooltipContext +instanceKlass dev/huskuraft/effortless/api/events/player/PlayerLoggedOut +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/LimitedEntry$ListEntry getNewElementSupplier (Ljava/lang/reflect/Type;)Ljava/util/function/Supplier; 8 member ; # fuzs/puzzleslib/impl/config/annotation/LimitedEntry$ListEntry$$Lambda+0x000001d6829df8c8 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataContainerBuilder +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 84 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829df6a8 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 324 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829df490 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 645 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829df278 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/Config$Creator +instanceKlass dev/huskuraft/effortless/api/events/player/PlayerLoggedIn +instanceKlass com/aetherteam/nitrogen/event/listeners/TooltipListeners +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 628 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829dbca0 +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 63 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829db738 +instanceKlass fuzs/puzzleslib/api/config/v3/serialization/ConfigDataSet +instanceKlass net/neoforged/neoforge/common/DeferredSpawnEggItem$CommonHandler +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 611 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829db128 +instanceKlass dev/huskuraft/effortless/api/events/player/PlayerRespawn +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 153 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829d7a70 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 594 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829dab28 +instanceKlass @bci com/aetherteam/nitrogen/world/trunkplacer/NitrogenTrunkPlacerTypes ()V 16 argL0 ; # com/aetherteam/nitrogen/world/trunkplacer/NitrogenTrunkPlacerTypes$$Lambda+0x000001d6829da910 +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModFluids +instanceKlass @bci dev/huskuraft/effortless/EffortlessStructureBuilder (Ldev/huskuraft/effortless/Effortless;)V 42 member ; # dev/huskuraft/effortless/EffortlessStructureBuilder$$Lambda+0x000001d6829da4f0 +instanceKlass @bci org/betterx/betternether/world/structures/templates/Portals ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/Portals$$Lambda+0x000001d6829da2a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 577 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829da090 +instanceKlass dev/huskuraft/effortless/api/core/World +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 148 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829d7408 +instanceKlass com/aetherteam/nitrogen/world/trunkplacer/NitrogenTrunkPlacerTypes +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 856 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d9a80 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 560 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d9868 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 280 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829d9650 +instanceKlass @bci fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider toString (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;[Ljava/lang/Object;)Ljava/util/List; 40 argL0 ; # fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider$$Lambda+0x000001d6829d9418 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter ()V 37 argL0 ; # folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter$$Lambda+0x000001d6829d71c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 543 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d8fe0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 851 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d8dc8 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/NitrogenFoliagePlacerTypes ()V 32 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/NitrogenFoliagePlacerTypes$$Lambda+0x000001d6829d8bb0 +instanceKlass dev/huskuraft/effortless/api/core/Player +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl registerLoadingHandlers ()V 85 argL0 ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$$Lambda+0x000001d6829d8790 +instanceKlass @bci fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider toString (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;[Ljava/lang/Object;)Ljava/util/List; 30 argL0 ; # fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider$$Lambda+0x000001d6829d8548 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter ()V 28 argL0 ; # folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter$$Lambda+0x000001d6829d6f78 +instanceKlass net/blay09/mods/balm/neoforge/DeferredRegisters +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 132 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829d6d40 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 526 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d4400 +instanceKlass @bci fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider toString (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;[Ljava/lang/Object;)Ljava/util/List; 20 member ; # fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider$$Lambda+0x000001d6829d4c30 +instanceKlass @bci com/aetherteam/nitrogen/world/foliageplacer/NitrogenFoliagePlacerTypes ()V 16 argL0 ; # com/aetherteam/nitrogen/world/foliageplacer/NitrogenFoliagePlacerTypes$$Lambda+0x000001d6829d4a18 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 843 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d4800 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter ()V 19 argL0 ; # folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter$$Lambda+0x000001d6829d6af8 +instanceKlass fuzs/puzzleslib/api/event/v1/AddBlockEntityTypeBlocksCallback +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 509 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d5a80 +instanceKlass @bci fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider toString (Lfuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider;[Ljava/lang/Object;)Ljava/util/List; 4 argL0 ; # fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider$$Lambda+0x000001d6829d5858 +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 127 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829d68c0 +instanceKlass @bci folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter ()V 10 argL0 ; # folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter$$Lambda+0x000001d6829d6678 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 796 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d5640 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl registerLoadingHandlers ()V 66 argL0 ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$$Lambda+0x000001d6829d5418 +instanceKlass com/aetherteam/nitrogen/world/foliageplacer/NitrogenFoliagePlacerTypes +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 492 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d5000 +instanceKlass @bci net/blay09/mods/balm/common/config/ConfigSync registerEvents (Lnet/blay09/mods/balm/api/event/BalmEvents;)V 29 argL0 ; # net/blay09/mods/balm/common/config/ConfigSync$$Lambda+0x000001d6829d3dd8 +instanceKlass @bci fuzs/puzzleslib/api/init/v3/registry/RegistryHelper findBuiltInRegistry (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; 7 member ; # fuzs/puzzleslib/api/init/v3/registry/RegistryHelper$$Lambda+0x000001d6829d3bb8 +instanceKlass @bci org/betterx/betternether/world/structures/templates/Gardens ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/Gardens$$Lambda+0x000001d6829d3970 +instanceKlass dev/huskuraft/effortless/api/core/Entity +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 475 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d3320 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 791 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d3108 +instanceKlass net/neoforged/neoforge/common/MonsterRoomHooks +instanceKlass io/wispforest/endec/impl/AttributeEndecBuilder$1 +instanceKlass @bci com/aetherteam/nitrogen/world/biomemodifier/NitrogenBiomeModifierSerializers ()V 16 argL0 ; # com/aetherteam/nitrogen/world/biomemodifier/NitrogenBiomeModifierSerializers$$Lambda+0x000001d6829d2cf0 +instanceKlass fuzs/puzzleslib/api/event/v1/ComputeItemAttributeModifiersCallback +instanceKlass fuzs/puzzleslib/api/init/v3/registry/RegistryHelper +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 459 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d26e0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl registerLoadingHandlers ()V 47 argL0 ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$$Lambda+0x000001d6829d24b8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 786 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d22a0 +instanceKlass @bci net/blay09/mods/balm/common/config/ConfigSync registerEvents (Lnet/blay09/mods/balm/api/event/BalmEvents;)V 16 argL0 ; # net/blay09/mods/balm/common/config/ConfigSync$$Lambda+0x000001d6829d2078 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 236 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829d1e60 +instanceKlass dev/huskuraft/effortless/api/events/player/PlayerChangeWorld +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/CharacterOutput +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 443 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d1860 +instanceKlass com/aetherteam/nitrogen/world/biomemodifier/NitrogenBiomeModifierSerializers +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 105 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b7bc0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 781 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d1208 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TomlWriter +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 427 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d0bb0 +instanceKlass @bci com/aetherteam/nitrogen/loot/entries/NitrogenLootPoolEntries ()V 16 argL0 ; # com/aetherteam/nitrogen/loot/entries/NitrogenLootPoolEntries$$Lambda+0x000001d6829d0778 +instanceKlass dev/huskuraft/effortless/building/operation/OperationResult +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 100 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b76e8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 776 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829d0218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 411 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829d0000 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/ConfigModuleNeoForge$$Lambda+0x000001d6829c8400 +instanceKlass net/minecraft/network/protocol/configuration/ServerConfigurationPacketListener +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents lambda$registerEvents$27 (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;Lnet/blay09/mods/balm/api/event/EventPriority;)V 9 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6829c8800 +instanceKlass com/aetherteam/nitrogen/loot/entries/NitrogenLootPoolEntries +instanceKlass dev/huskuraft/effortless/building/StructureBuilder +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 395 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c9830 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 759 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829c9618 +instanceKlass fuzs/puzzleslib/api/event/v1/FinalizeItemComponentsCallback +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/ConfigModuleNeoForge$$Lambda+0x000001d6829c91f8 +instanceKlass net/neoforged/neoforge/common/extensions/IServerConfigurationPacketListenerExtension +instanceKlass io/wispforest/endec/impl/AttributeEndecBuilder +instanceKlass @bci org/betterx/betternether/world/structures/templates/Pillars ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/Pillars$$Lambda+0x000001d6829cbcf0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 379 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cbad8 +instanceKlass net/minecraft/network/protocol/common/ServerCommonPacketListener +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl registerLoadingHandlers ()V 28 argL0 ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$$Lambda+0x000001d6829cb6c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 754 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829cb4b0 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/NitrogenLootModifiers ()V 32 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/NitrogenLootModifiers$$Lambda+0x000001d6829cb298 +instanceKlass net/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents$1 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 363 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cae80 +instanceKlass net/neoforged/neoforge/common/extensions/IServerCommonPacketListenerExtension +instanceKlass com/yungnickyoung/minecraft/betterendisland/config/BEIConfigNeoForge +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 84 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b7298 +instanceKlass @bci net/blay09/mods/balm/common/config/ConfigSync registerEvents (Lnet/blay09/mods/balm/api/event/BalmEvents;)V 3 argL0 ; # net/blay09/mods/balm/common/config/ConfigSync$$Lambda+0x000001d6829caa58 +instanceKlass @bci com/aetherteam/nitrogen/loot/modifiers/NitrogenLootModifiers ()V 16 argL0 ; # com/aetherteam/nitrogen/loot/modifiers/NitrogenLootModifiers$$Lambda+0x000001d6829ca648 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 192 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829ca430 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 746 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829ca218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 347 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829ca000 +instanceKlass fuzs/puzzleslib/api/event/v1/RegistryEntryAddedCallback +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 79 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b7060 +instanceKlass net/minecraft/network/protocol/cookie/ServerCookiePacketListener +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 331 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cfb70 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 726 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829cf958 +instanceKlass com/aetherteam/nitrogen/loot/modifiers/NitrogenLootModifiers +instanceKlass com/yungnickyoung/minecraft/betterendisland/module/ConfigModuleNeoForge +instanceKlass net/minecraft/network/protocol/game/ServerPacketListener +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 315 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829ce9c8 +instanceKlass io/wispforest/endec/SerializationAttributes +instanceKlass net/blay09/mods/balm/neoforge/network/NeoForgeBalmNetworking$Registrations +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 721 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829ce3b0 +instanceKlass @bci com/aetherteam/nitrogen/Nitrogen (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 17 member ; # com/aetherteam/nitrogen/Nitrogen$$Lambda+0x000001d6829ce180 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 299 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cdf68 +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 60 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b6c28 +instanceKlass net/minecraft/network/ServerboundPacketListener +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSounds ()V 713 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSounds$$Lambda+0x000001d6829cdb58 +instanceKlass com/yungnickyoung/minecraft/betterendisland/services/NeoForgeModulesLoader +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 283 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cd720 +instanceKlass @bci com/aetherteam/nitrogen/Nitrogen (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;)V 5 argL0 ; # com/aetherteam/nitrogen/Nitrogen$$Lambda+0x000001d6829cd4f8 +instanceKlass @bci org/betterx/betternether/world/structures/templates/RespawnPoints ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/RespawnPoints$$Lambda+0x000001d6829cd2b0 +instanceKlass @bci fuzs/puzzleslib/impl/event/core/EventPhaseImpl$Ordering ()V 8 argL0 ; # fuzs/puzzleslib/impl/event/core/EventPhaseImpl$Ordering$$Lambda+0x000001d6829cd098 +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 55 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b69f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 267 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cce80 +instanceKlass com/yungnickyoung/minecraft/betterendisland/services/IModulesLoader +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/ConfigFormat +instanceKlass com/aetherteam/nitrogen/data/NitrogenDataGenerators +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/CharacterInput +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 39 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b63c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 251 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829cc870 +instanceKlass @bci fuzs/puzzleslib/impl/event/core/EventPhaseImpl$Ordering ()V 0 argL0 ; # fuzs/puzzleslib/impl/event/core/EventPhaseImpl$Ordering$$Lambda+0x000001d6829cc438 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 148 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829cc220 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterendisland/services/Services$$Lambda+0x000001d6829cc000 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/Config +instanceKlass net/blay09/mods/balm/api/network/MessageRegistration +instanceKlass fuzs/puzzleslib/api/config/v3/serialization/KeyedValueProvider +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 235 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c7810 +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 34 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b5d40 +instanceKlass net/neoforged/neoforge/network/ConfigurationInitialization +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModSounds +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 219 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c71f8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6829c8000 +instanceKlass com/yungnickyoung/minecraft/betterendisland/services/NeoForgePlatformHelper +instanceKlass @bci dev/huskuraft/effortless/EffortlessNetworkChannel (Ldev/huskuraft/effortless/Effortless;Ljava/lang/String;)V 154 member ; # dev/huskuraft/effortless/EffortlessNetworkChannel$$Lambda+0x000001d6829c6d98 +instanceKlass fuzs/puzzleslib/impl/event/core/EventPhaseImpl$Ordering +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 13 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b5858 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6829c3c00 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 203 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c6640 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/network/ModNetwork init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/network/ModNetwork$$Lambda+0x000001d6829c6418 +instanceKlass @bci net/blay09/mods/balm/common/config/ConfigSync registerNetworking (Lnet/blay09/mods/balm/api/network/BalmNetworking;)V 9 argL0 ; # net/blay09/mods/balm/common/config/ConfigSync$$Lambda+0x000001d6829c61f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 187 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c5fd8 +instanceKlass dev/huskuraft/effortless/api/events/EventFactory$EventImpl +instanceKlass com/yungnickyoung/minecraft/betterendisland/services/IPlatformHelper +instanceKlass @bci io/wispforest/endec/impl/BuiltInEndecs ()V 8 argL0 ; # io/wispforest/endec/impl/BuiltInEndecs$$Lambda+0x000001d6829b5620 +instanceKlass net/neoforged/neoforge/network/NetworkInitialization +instanceKlass org/betterx/betternether/registry/NetherTags +instanceKlass @bci net/blay09/mods/balm/api/network/ClientboundConfigPacket ()V 22 argL0 ; # net/blay09/mods/balm/api/network/ClientboundConfigPacket$$Lambda+0x000001d6829c5310 +instanceKlass net/mehvahdjukaar/supplementaries/common/network/ModNetwork +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 171 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c50f8 +instanceKlass fuzs/proplacer/config/ClientConfig +instanceKlass com/yungnickyoung/minecraft/betterendisland/services/Services +instanceKlass @bci io/wispforest/endec/Endec listOf ()Lio/wispforest/endec/Endec; 7 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d6829b5400 +instanceKlass @bci net/blay09/mods/balm/api/network/ClientboundConfigPacket ()V 17 argL0 ; # net/blay09/mods/balm/api/network/ClientboundConfigPacket$$Lambda+0x000001d6829c48a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 155 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c4690 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl addReloadableCommonSetup (Ljava/util/function/BiConsumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6829c4460 +instanceKlass folk/sisby/kaleido/lib/nightconfig/toml/TomlParser +instanceKlass @bci org/betterx/betternether/world/structures/templates/SpawnAltarLadder ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/SpawnAltarLadder$$Lambda+0x000001d6829c4218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 139 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829c4000 +instanceKlass @bci fuzs/proplacer/neoforge/ProPlacerNeoForge ()V 6 argL0 ; # fuzs/proplacer/neoforge/ProPlacerNeoForge$$Lambda+0x000001d6829bfda0 +instanceKlass @bci dev/huskuraft/effortless/api/events/EventFactory createLoop (Ljava/lang/Class;)Ldev/huskuraft/effortless/api/events/Event; 1 member ; # dev/huskuraft/effortless/api/events/EventFactory$$Lambda+0x000001d6829bf918 +instanceKlass @bci io/wispforest/endec/Endec listOf ()Lio/wispforest/endec/Endec; 1 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d6829b4c58 +instanceKlass com/yungnickyoung/minecraft/betterendisland/module/ConfigModule +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup init ()V 16 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829bf2b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 123 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829bf098 +instanceKlass fuzs/proplacer/ProPlacer +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 104 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829beb60 +instanceKlass dev/huskuraft/effortless/api/events/EventFactory +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup init ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829be748 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 107 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829be530 +instanceKlass com/yungnickyoung/minecraft/betterendisland/BetterEndIslandCommon +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 91 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829be118 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl addCommonSetup (Ljava/lang/Runnable;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6829bdee8 +instanceKlass io/wispforest/endec/impl/BuiltInEndecs +instanceKlass io/netty/channel/ChannelHandlerMask$Skip +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 75 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829bd988 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup init ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829bd770 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 59 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829bd238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 37 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829bd020 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 43 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829bce08 +instanceKlass dev/tr7zw/transition/sentry/SentryInstance +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 32 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829bc9e8 +instanceKlass @bci org/betterx/betternether/world/structures/templates/GhastHive ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/GhastHive$$Lambda+0x000001d6829bc7a0 +instanceKlass net/blay09/mods/balm/common/config/ConfigSync +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModFluids ()V 27 argL0 ; # alabaster/hearthandharvest/common/registry/HHModFluids$$Lambda+0x000001d6829bc128 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/cauldron/CauldronBehaviorsManager +instanceKlass dev/huskuraft/effortless/api/networking/NetworkRegistry +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 71 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829bb8e8 +instanceKlass @bci dev/huskuraft/effortless/api/events/EventHolder get (Ljava/lang/Class;)Ldev/huskuraft/effortless/api/events/Event; 5 argL0 ; # dev/huskuraft/effortless/api/events/EventHolder$$Lambda+0x000001d6829bae10 +instanceKlass @bci io/wispforest/endec/impl/ReflectiveEndecBuilder registerDefaults (Lio/wispforest/endec/impl/ReflectiveEndecBuilder;)V 165 argL0 ; # io/wispforest/endec/impl/ReflectiveEndecBuilder$$Lambda+0x000001d6829b4820 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerResourcePackSource (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/repository/RepositorySource;)V 9 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6829b90b0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 27 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829b8ca0 +instanceKlass dev/huskuraft/effortless/api/events/networking/RegisterNetwork +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/UnmodifiableCommentedConfig +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/UnmodifiableConfig +instanceKlass @bci io/wispforest/endec/impl/ReflectiveEndecBuilder registerDefaults (Lio/wispforest/endec/impl/ReflectiveEndecBuilder;)V 160 argL0 ; # io/wispforest/endec/impl/ReflectiveEndecBuilder$$Lambda+0x000001d6829b41f8 +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSnapshotSharePacket$Serializer +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829b1740 +instanceKlass @bci net/blay09/mods/balm/neoforge/NeoForgeBalmRuntime resourceReloadListeners (Ljava/lang/String;Ljava/util/function/Consumer;)V 4 member ; # net/blay09/mods/balm/neoforge/NeoForgeBalmRuntime$$Lambda+0x000001d6829b1510 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerResourcePack (Lnet/minecraft/server/packs/PackType;Ljava/util/function/Supplier;)V 7 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6829b0ca0 +instanceKlass dev/tr7zw/transition/sentry/SentryDataProviderImpl +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ConfigWriter +instanceKlass fuzs/puzzleslib/api/event/v1/core/EventPhase +instanceKlass @bci io/wispforest/endec/impl/ReflectiveEndecBuilder ()V 1 argL0 ; # io/wispforest/endec/impl/ReflectiveEndecBuilder$$Lambda+0x000001d68296fcb8 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 484 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6829af7e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerDynamicResourceProvider (Lnet/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider;)V 37 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6829af5c8 +instanceKlass io/netty/channel/ChannelPromise +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/FlowerPotUtils +instanceKlass @bci org/betterx/betternether/world/structures/templates/Pyramids ()V 0 argL0 ; # org/betterx/betternether/world/structures/templates/Pyramids$$Lambda+0x000001d6829aef00 +instanceKlass alabaster/hearthandharvest/common/registry/HHModFluids +instanceKlass io/netty/channel/ChannelFuture +instanceKlass net/blay09/mods/balm/server/packs/resources/BalmResourceReloadListenerRegistrar +instanceKlass net/mehvahdjukaar/moonlight/core/pack/DynamicResourcesInternals +instanceKlass io/wispforest/endec/impl/ReflectiveEndecBuilder +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 144 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829ae038 +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 17 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d6829ade20 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 38 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d6829adc08 +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ConfigParser +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 128 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829ad9f0 +instanceKlass @bci dev/tr7zw/transition/ClientTRansitionMod ()V 22 argL0 ; # dev/tr7zw/transition/ClientTRansitionMod$$Lambda+0x000001d6829ad7d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 112 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829ad358 +instanceKlass net/blay09/mods/balm/core/particles/BalmParticleTypeRegistration +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSnapshotCapturePacket$Serializer +instanceKlass dev/tr7zw/transition/config/TransitionConfig +instanceKlass net/blay09/mods/balm/core/particles/internal/AbstractBalmParticleTypeRegistrarImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 96 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829ab118 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 80 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829aac70 +instanceKlass net/mehvahdjukaar/moonlight/api/util/FastCachedWriter +instanceKlass dev/tr7zw/transition/config/ConfigManager +instanceKlass @bci fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper getOptionalActiveModEventBus ()Ljava/util/Optional; 17 argL0 ; # fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper$$Lambda+0x000001d6829a9740 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl registerType (Lnet/minecraft/resources/ResourceLocation;Lorg/betterx/wover/structure/api/StructureTypeKey$StructureFactory;Lcom/mojang/serialization/MapCodec;)Lorg/betterx/wover/structure/api/StructureTypeKey; 13 member ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d6829a92e0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 64 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829a90c8 +instanceKlass net/neoforged/neoforge/common/extensions/IPacketFlowExtension +instanceKlass @bci fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper getOptionalActiveModEventBus ()Ljava/util/Optional; 9 argL0 ; # fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper$$Lambda+0x000001d6829a7d98 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 48 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829a7930 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 466 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6829a74e0 +instanceKlass @bci org/betterx/wover/structure/api/StructureManager structure (Lnet/minecraft/resources/ResourceLocation;Lorg/betterx/wover/structure/api/StructureTypeKey$StructureFactory;)Lorg/betterx/wover/structure/api/StructureKey$Simple; 13 member ; # org/betterx/wover/structure/api/StructureManager$$Lambda+0x000001d6829a72a0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/serializers/TomlSerializer +instanceKlass @bci fuzs/puzzleslib/neoforge/api/event/v1/core/NeoForgeEventInvokerRegistry register (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/BiConsumer;)V 4 member ; # fuzs/puzzleslib/neoforge/api/event/v1/core/NeoForgeEventInvokerRegistry$$Lambda+0x000001d6829a7080 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829a6e68 +instanceKlass io/wispforest/accessories/compat/config/AccessoriesConfigModel +instanceKlass dev/tr7zw/transition/manager/ConfigScreenManager +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModPotions ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModPotions$$Lambda+0x000001d6829a6218 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/AbstractCachedEditableResources +instanceKlass net/blay09/mods/balm/core/particles/BalmParticleTypeRegistrar +instanceKlass org/betterx/wover/structure/api/builders/StructureBuilder +instanceKlass org/betterx/wover/structure/api/builders/BaseStructureBuilder +instanceKlass fuzs/puzzleslib/neoforge/api/event/v1/core/NeoForgeEventInvokerRegistry$NeoForgeEventContextConsumer +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerBuildTooltipPacket$Serializer +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl registerLoadingHandlers ()V 9 argL0 ; # fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$$Lambda+0x000001d68299fd20 +instanceKlass dev/tr7zw/transition/sentry/SentryDataProvider +instanceKlass alabaster/hearthandharvest/common/registry/HHModPotions +instanceKlass dev/tr7zw/transition/ClientTRansitionMod +instanceKlass io/netty/channel/ChannelInboundHandler +instanceKlass blue/endless/jankson/JsonElement +instanceKlass org/betterx/wover/structure/impl/StructureKeyImpl +instanceKlass fuzs/puzzleslib/api/event/v1/LoadCompleteCallback +instanceKlass io/wispforest/owo/network/OwoClientConnectionExtension +instanceKlass net/blay09/mods/balm/neoforge/core/internal/NeoForgeBalmRegistrar$Scoped +instanceKlass link/e4mc/DialtoneConnectionExtensions +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModParticleTypes ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModParticleTypes$$Lambda+0x000001d68299cfc8 +instanceKlass io/wispforest/owo/config/ConfigWrapper +instanceKlass io/wispforest/accessories/mixin/owo/ConfigWrapperAccessor +instanceKlass net/mehvahdjukaar/moonlight/api/block/ILightable +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/PostLoadModuleNeoForge init ()V 3 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/PostLoadModuleNeoForge$$Lambda+0x000001d68299a0e0 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/Serializer +instanceKlass alabaster/hearthandharvest/common/registry/HHModParticleTypes +instanceKlass folk/sisby/kaleido/api/KaleidoConfig +instanceKlass fuzs/puzzleslib/api/event/v1/server/RegisterPotionBrewingMixesCallback$Builder +instanceKlass fuzs/puzzleslib/api/event/v1/data/MutableValue +instanceKlass net/mehvahdjukaar/moonlight/api/block/IColored +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/PostLoadModuleNeoForge +instanceKlass net/blay09/mods/balm/stats/internal/AbstractBalmCustomStatRegistrarImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModEntities ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModEntities$$Lambda+0x000001d682998e38 +instanceKlass link/e4mc/neoforge/AgnosImpl +instanceKlass fuzs/puzzleslib/api/event/v1/data/MutableInt +instanceKlass alabaster/hearthandharvest/common/registry/HHModEntities +instanceKlass org/betterx/wover/legacy/api/LegacyHelper +instanceKlass traben/entity_texture_features/features/player/ETFPlayerSkinHolder +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerPermissionCheckPacket$Serializer +instanceKlass org/spongepowered/asm/mixin/injection/selectors/MemberMatcher +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl ()V 81 argL0 ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d6829970c8 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl createType (Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/StructureType; 1 member ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d682996ea8 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure lambda$simpleRandomCodec$0 (Lcom/mojang/datafixers/util/Function4;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure$$Lambda+0x000001d682996c70 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList lambda$buildCodec$1 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # org/betterx/wover/util/RandomizedWeightedList$$Lambda+0x000001d682996a38 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList lambda$buildCodec$1 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # org/betterx/wover/util/RandomizedWeightedList$$Lambda+0x000001d682996800 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList$WeightedEntry lambda$buildElementCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # org/betterx/wover/util/RandomizedWeightedList$WeightedEntry$$Lambda+0x000001d6829965d8 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList$WeightedEntry lambda$buildElementCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # org/betterx/wover/util/RandomizedWeightedList$WeightedEntry$$Lambda+0x000001d6829963a0 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList$WeightedEntry lambda$buildElementCodec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # org/betterx/wover/util/RandomizedWeightedList$WeightedEntry$$Lambda+0x000001d682996168 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList$WeightedEntry buildElementCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # org/betterx/wover/util/RandomizedWeightedList$WeightedEntry$$Lambda+0x000001d682995f28 +instanceKlass org/betterx/wover/util/RandomizedWeightedList$WeightedEntry +instanceKlass com/yungnickyoung/minecraft/ribbits/data/RibbitInstrument +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModEffects ()V 32 argL0 ; # alabaster/hearthandharvest/common/registry/HHModEffects$$Lambda+0x000001d682995698 +instanceKlass link/e4mc/Agnos +instanceKlass fuzs/puzzleslib/impl/event/core/EventInvokerImpl$EventInvokerLike +instanceKlass net/mehvahdjukaar/moonlight/api/item/additional_placements/AdditionalItemPlacement +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModEffects ()V 16 argL0 ; # alabaster/hearthandharvest/common/registry/HHModEffects$$Lambda+0x000001d682994a38 +instanceKlass alabaster/hearthandharvest/common/registry/HHModEffects +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3319 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682994200 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3305 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993fe8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3291 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993dd0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3277 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993bb8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3263 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829939a0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3249 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993788 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3235 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993570 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3221 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993358 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3207 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682993140 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3193 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682992f28 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3179 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682992d10 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3165 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682992af8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3151 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829928e0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3137 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829926c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3123 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829924b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3109 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682992298 +instanceKlass @bci org/betterx/wover/util/RandomizedWeightedList buildCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # org/betterx/wover/util/RandomizedWeightedList$$Lambda+0x000001d682992058 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3095 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682991e40 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3081 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682991c28 +instanceKlass fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3067 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682991798 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement$$Lambda+0x000001d682991570 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3053 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682991358 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement$$Lambda+0x000001d682991120 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3039 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682990f08 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement$$Lambda+0x000001d682990ab8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3025 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682990cf0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 3011 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829908a0 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement ()V 0 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement$$Lambda+0x000001d682990668 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueMap$TrackedBuilder +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/TrackedValue +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/values/ValueTreeNode +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2997 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682990450 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2983 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682990238 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure lambda$simpleRandomCodec$0 (Lcom/mojang/datafixers/util/Function4;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure$$Lambda+0x000001d682990000 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/implementor_api/ConfigEnvironment +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2969 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298fd30 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure lambda$simpleRandomCodec$0 (Lcom/mojang/datafixers/util/Function4;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure$$Lambda+0x000001d68298faf8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2955 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298f640 +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 186 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298f428 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2941 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298f210 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/ReflectiveConfig +instanceKlass net/mehvahdjukaar/supplementaries/reg/RegUtils +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 169 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298ec08 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2927 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298e9f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2913 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298e7d8 +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 149 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298e5c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2899 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298e3a8 +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 129 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298e190 +instanceKlass @bci io/wispforest/accessories/Accessories ()V 28 argL0 ; # io/wispforest/accessories/Accessories$$Lambda+0x000001d68298df68 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2885 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298dd50 +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/Config +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 109 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298db38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2871 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298d920 +instanceKlass blue/endless/jankson/Jankson$Builder +instanceKlass io/netty/channel/ChannelHandlerContext +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 90 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298d708 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2857 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298d4f0 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/RibbitInstrumentModule +instanceKlass io/netty/channel/ChannelOutboundInvoker +instanceKlass fuzs/puzzleslib/neoforge/api/event/v1/core/NeoForgeEventInvokerRegistry +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 71 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298cee0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2843 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298ccc8 +instanceKlass io/netty/channel/ChannelInboundInvoker +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 396 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d68298ca98 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/GlobalCachedStrategy +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 49 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298c648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2829 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298c1f8 +instanceKlass io/netty/util/AttributeMap +instanceKlass fuzs/puzzleslib/api/event/v1/core/EventInvokerRegistry +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2815 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298bbe8 +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 27 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298b9d0 +instanceKlass net/blay09/mods/balm/stats/BalmCustomStatRegistrar +instanceKlass io/netty/util/internal/MathUtil +instanceKlass tech/thatgravyboat/creeperoverhaul/mixin/LivingEntityRendererInvoker +instanceKlass me/ichun/mods/ichunutil/mixin/client/LivingEntityRendererAccessorMixin +instanceKlass com/yungnickyoung/minecraft/ribbits/data/RibbitUmbrellaType +instanceKlass io/wispforest/accessories/Accessories +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/LivingEntityRendererAccessor +instanceKlass punchy/mixin/client/accessor/LivingEntityRendererAccessor +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2801 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68298a350 +instanceKlass net/fabricmc/fabric/mixin/client/rendering/LivingEntityRendererAccessor +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/metadata/MetadataContainer +instanceKlass @bci org/betterx/wover/structure/api/structures/StructurePlacement ()V 8 argL0 ; # org/betterx/wover/structure/api/structures/StructurePlacement$$Lambda+0x000001d68298a138 +instanceKlass io/wispforest/accessories/mixin/client/LivingEntityRendererAccessor +instanceKlass @bci net/mehvahdjukaar/supplementaries/reg/ModSetup ()V 12 argL0 ; # net/mehvahdjukaar/supplementaries/reg/ModSetup$$Lambda+0x000001d682989b30 +instanceKlass net/minecraft/client/renderer/entity/RenderLayerParent +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2787 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682989918 +instanceKlass net/blay09/mods/balm/world/item/crafting/BalmRecipeSerializerRegistration +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2773 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682989300 +instanceKlass net/blay09/mods/balm/world/item/crafting/BalmRecipeTypeRegistration +instanceKlass net/mehvahdjukaar/supplementaries/reg/ModSetup +instanceKlass net/minecraft/network/VarInt +instanceKlass com/yungnickyoung/minecraft/ribbits/module/RibbitUmbrellaTypeModule +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerBuildPacket$Serializer +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2759 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682988690 +instanceKlass net/blay09/mods/balm/world/item/crafting/internal/BalmRecipeTypeRegistrarImpl +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/PackGenerationStrategy$2 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2745 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682988000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2731 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987d88 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/CompatModule +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2717 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987970 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2703 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987758 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2689 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987540 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2675 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987328 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2661 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682987110 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2647 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986ef8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2633 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986ce0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2619 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986ac8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2605 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829868b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2591 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986698 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2577 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986480 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2563 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986268 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2549 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682986050 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2535 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682985e38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2521 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682985c20 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2507 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682985a08 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2493 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829857f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2479 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829855d8 +instanceKlass org/spongepowered/asm/mixin/transformer/SyntheticClassInfo +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2465 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829853c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2451 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829851a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2437 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984f90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2423 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984d78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2409 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984b60 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2395 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984948 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2381 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984730 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2367 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984518 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2353 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682984300 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2339 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829840e8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2325 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983ed0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2311 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983cb8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2297 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983aa0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2283 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983888 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2269 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983670 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2255 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983458 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2241 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983240 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2227 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682983028 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2213 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682982e10 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2199 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682982bf8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2185 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829829e0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2171 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829827c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2157 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829825b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2143 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682982398 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2129 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682982180 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2115 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682981f68 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2101 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682981d50 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2087 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682981b38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2073 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682981920 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2059 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682981708 +instanceKlass io/netty/buffer/AbstractByteBufAllocator$1 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2045 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829814f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2031 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829812d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2017 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829810c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 2003 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980ea8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1989 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980c90 +instanceKlass io/netty/buffer/ByteBufUtil$2 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1975 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980a78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1961 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980860 +instanceKlass io/netty/buffer/PooledByteBufAllocatorMetric +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1947 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1933 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980430 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1919 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1905 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682980000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1891 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297bcb8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1877 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297baa0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1863 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297b888 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1849 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297b670 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1835 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297b458 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1821 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297b240 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1807 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297b028 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1793 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297ae10 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1779 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297abf8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1765 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297a9e0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1751 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297a7c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1737 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297a5b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1723 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297a398 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1709 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68297a180 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1695 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682979f68 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1681 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682979d50 +instanceKlass io/netty/buffer/PoolChunkList +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1667 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682979b38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1653 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682979920 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1639 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682979708 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1625 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829794f0 +instanceKlass io/netty/buffer/PoolChunkListMetric +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1611 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829792d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1597 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829790c0 +instanceKlass io/netty/buffer/PoolSubpage +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1583 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978ea8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1569 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978c90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1555 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978a78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1541 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978860 +instanceKlass io/netty/buffer/PoolSubpageMetric +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1527 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1513 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978430 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1499 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1485 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682978000 +instanceKlass io/netty/buffer/PoolThreadCache +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper invokeAllAutoRegisterMethods (Ljava/lang/String;)V 72 member ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d682970c60 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1471 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682970a48 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper invokeAllAutoRegisterMethods (Ljava/lang/String;)V 61 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d682970800 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1457 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971c90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1443 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971a78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1429 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971860 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1415 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1401 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971430 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1387 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1373 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682971000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1359 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682977c38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1345 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682977a20 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1331 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682977808 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1317 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829775f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1303 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829773d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1289 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829771c0 +instanceKlass io/netty/buffer/SizeClasses +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1275 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976fa8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1261 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976d90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1247 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976b78 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1233 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976960 +instanceKlass @bci io/wispforest/endec/Endec xmapWithContext (Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Lio/wispforest/endec/Endec; 9 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296d0d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1219 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976748 +instanceKlass @bci io/wispforest/endec/Endec xmapWithContext (Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;)Lio/wispforest/endec/Endec; 2 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296ceb8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1205 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976530 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1131 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682976318 +instanceKlass @bci io/wispforest/accessories/impl/InstanceEndec constructed (Ljava/util/function/Supplier;)Lio/wispforest/endec/Endec; 9 argL0 ; # io/wispforest/accessories/impl/InstanceEndec$$Lambda+0x000001d6829760f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1117 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682975ed8 +instanceKlass @bci io/wispforest/accessories/impl/InstanceEndec constructed (Ljava/util/function/Supplier;)Lio/wispforest/endec/Endec; 4 member ; # io/wispforest/accessories/impl/InstanceEndec$$Lambda+0x000001d682975ca8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1103 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682975a90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl addListener (Ljava/util/function/Consumer;Ljava/lang/Class;)V 32 member ; # net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl$$Lambda+0x000001d682975658 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1089 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682975440 +instanceKlass @bci io/wispforest/endec/Endec xmap (Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/Endec; 9 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296cc98 +instanceKlass fuzs/puzzleslib/impl/event/core/EventInvokerImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1075 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682975028 +instanceKlass link/e4mc/E4mcClient +instanceKlass @cpi io/wispforest/endec/Endec 977 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682970400 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1061 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682974740 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 354 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d682974510 +instanceKlass @bci io/wispforest/endec/Endec xmap (Ljava/util/function/Function;Ljava/util/function/Function;)Lio/wispforest/endec/Endec; 2 member ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296ca78 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/IEditablePackResources +instanceKlass net/minecraft/client/renderer/entity/EntityRenderer +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/EntityRendererAccessor +instanceKlass io/netty/buffer/PoolArenaMetric +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/PackGenerationStrategy$1 +instanceKlass dev/tr7zw/entityculling/access/EntityRendererInter +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1047 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296b738 +instanceKlass com/aetherteam/cumulus/mixin/mixins/client/accessor/EntityRendererAccessor +instanceKlass io/netty/buffer/SizeClassesMetric +instanceKlass net/blay09/mods/balm/world/item/crafting/BalmRecipeTypeRegistrar +instanceKlass @cpi io/wispforest/endec/Endec 974 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682970000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1033 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296b130 +instanceKlass @bci io/wispforest/owo/serialization/format/nbt/NbtEndec ()V 29 argL0 ; # io/wispforest/owo/serialization/format/nbt/NbtEndec$$Lambda+0x000001d68296aef8 +instanceKlass org/betterx/wover/structure/api/structures/StructurePlacement$PlacementFunction +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 1019 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296aae8 +instanceKlass @bci io/wispforest/owo/serialization/format/nbt/NbtEndec ()V 24 member ; # io/wispforest/owo/serialization/format/nbt/NbtEndec$$Lambda+0x000001d68296a8a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 979 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296a690 +instanceKlass @bci io/wispforest/endec/Endec ()V 181 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296c860 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 965 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296a478 +instanceKlass @bci io/wispforest/endec/Endec ()V 176 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296c648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 631 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296a260 +instanceKlass @bci io/wispforest/endec/Endec ()V 165 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296c430 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 617 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68296a048 +instanceKlass io/netty/buffer/PooledByteBufAllocator$1 +instanceKlass @bci io/wispforest/endec/Endec ()V 160 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296c218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 603 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682969e30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 589 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682969c18 +instanceKlass @bci io/wispforest/endec/Endec ()V 149 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d68296c000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 575 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682969a00 +instanceKlass @bci io/wispforest/endec/Endec ()V 144 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682963d50 +instanceKlass io/netty/util/NettyRuntime$AvailableProcessorsHolder +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 561 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829697e8 +instanceKlass @bci io/wispforest/endec/Endec ()V 133 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682963b38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 547 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829695d0 +instanceKlass io/netty/util/NettyRuntime +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 533 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829693b8 +instanceKlass @bci io/wispforest/endec/Endec ()V 128 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682963920 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 519 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829691a0 +instanceKlass @bci io/wispforest/endec/Endec ()V 117 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682963708 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 505 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682968f88 +instanceKlass @bci io/wispforest/endec/Endec ()V 112 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6829634f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 491 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682968d70 +instanceKlass @bci io/wispforest/endec/Endec ()V 101 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6829632d8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 477 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682968b58 +instanceKlass @bci fuzs/climaterivers/neoforge/client/ClimateRiversNeoForgeClient ()V 22 argL0 ; # fuzs/climaterivers/neoforge/client/ClimateRiversNeoForgeClient$$Lambda+0x000001d6829686c8 +instanceKlass @bci org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure simpleRandomCodec (Lcom/mojang/datafixers/util/Function4;)Lcom/mojang/serialization/MapCodec; 1 member ; # org/betterx/wover/structure/api/structures/nbt/RandomNbtStructure$$Lambda+0x000001d682968918 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 433 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829684b0 +instanceKlass @bci io/wispforest/endec/Endec ()V 96 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d6829630c0 +instanceKlass @bci net/blay09/mods/balm/common/BaseModule registerCommands (Lnet/blay09/mods/balm/api/command/BalmCommands;)V 1 argL0 ; # net/blay09/mods/balm/common/BaseModule$$Lambda+0x000001d682968000 +instanceKlass @bci org/betterx/wover/structure/impl/StructureManagerImpl ()V 49 argL0 ; # org/betterx/wover/structure/impl/StructureManagerImpl$$Lambda+0x000001d682960c00 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 419 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682961d20 +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 30 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d682961af8 +instanceKlass @bci io/wispforest/endec/Endec ()V 85 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962ea8 +instanceKlass org/betterx/wover/util/RandomizedWeightedList +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 405 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682961440 +instanceKlass fuzs/puzzleslib/api/client/data/v2/AbstractLanguageProvider +instanceKlass net/blay09/mods/balm/common/command/BalmCommand +instanceKlass @bci io/wispforest/endec/Endec ()V 80 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962c90 +instanceKlass fuzs/puzzleslib/api/event/v1/core/EventInvoker +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 391 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682967928 +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSettingsPacket$Serializer +instanceKlass @bci io/wispforest/endec/Endec ()V 69 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962a78 +instanceKlass com/aetherteam/cumulus/client/event/listeners/WorldPreviewListener +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 377 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682967050 +instanceKlass fuzs/puzzleslib/api/client/event/v1/ClientTickEvents$Start +instanceKlass @bci io/wispforest/endec/Endec ()V 64 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962860 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 363 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829666e8 +instanceKlass fuzs/puzzleslib/api/client/event/v1/ClientTickEvents +instanceKlass @bci net/blay09/mods/balm/common/CommonCapabilities initialize (Lnet/blay09/mods/balm/api/capability/BalmCapabilities;)V 107 argL0 ; # net/blay09/mods/balm/common/CommonCapabilities$$Lambda+0x000001d682965e48 +instanceKlass @bci io/wispforest/endec/Endec ()V 53 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962648 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 349 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682965c30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 335 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829657c0 +instanceKlass @bci io/wispforest/endec/Endec ()V 48 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962430 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682965590 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 233 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682965360 +instanceKlass net/mehvahdjukaar/supplementaries/common/events/ServerEvents +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 321 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682964f48 +instanceKlass @bci io/wispforest/endec/Endec ()V 37 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962218 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682964ad8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 218 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829648a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 307 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682964690 +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerCommandPacket$Serializer +instanceKlass @bci io/wispforest/endec/Endec ()V 32 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682962000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 293 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682964218 +instanceKlass @bci io/wispforest/endec/Endec ()V 21 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682683d18 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 279 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295fc08 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl addItemsToTabsRegistration (Ljava/util/function/Consumer;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d68295f9d8 +instanceKlass io/netty/util/CharsetUtil +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 265 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295f588 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper invokeAllAutoRegisterMethods (Ljava/lang/String;)V 39 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68295f340 +instanceKlass @bci io/wispforest/endec/Endec ()V 16 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682683b00 +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod init ()V 34 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d68295f118 +instanceKlass com/aetherteam/cumulus/client/event/listeners/MenuListener +instanceKlass @bci net/blay09/mods/balm/common/CommonCapabilities initialize (Lnet/blay09/mods/balm/api/capability/BalmCapabilities;)V 88 argL0 ; # net/blay09/mods/balm/common/CommonCapabilities$$Lambda+0x000001d68295ecf0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 251 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295ead8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper invokeAllAutoRegisterMethods (Ljava/lang/String;)V 29 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68295e8a0 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295e3f0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 206 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295e1c0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper invokeAllAutoRegisterMethods (Ljava/lang/String;)V 19 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68295df88 +instanceKlass io/wispforest/endec/Endec$1 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$ItemToTabEvent +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 237 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295db78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 22 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d68295d728 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/CommandModuleNeoForge processEntries ()V 3 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/CommandModuleNeoForge$$Lambda+0x000001d68295d500 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295d2d0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 194 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295d0a0 +instanceKlass dev/huskuraft/effortless/api/networking/ResponsiblePacket +instanceKlass @bci com/aetherteam/cumulus/CumulusNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 53 argL0 ; # com/aetherteam/cumulus/CumulusNeoForge$$Lambda+0x000001d68295cc90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 223 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295ca78 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295c848 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 182 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68295c618 +instanceKlass net/mehvahdjukaar/moonlight/api/ModSharedVariables +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 209 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68295c200 +instanceKlass @bci io/wispforest/endec/Endec ()V 5 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682683590 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/CommandModuleNeoForge +instanceKlass dev/huskuraft/effortless/networking/packets/session/SessionConfigPacket$Serializer +instanceKlass @bci com/aetherteam/cumulus/CumulusConfig ()V 7 argL0 ; # com/aetherteam/cumulus/CumulusConfig$$Lambda+0x000001d682951a88 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682951858 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 170 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682951628 +instanceKlass io/wispforest/endec/Deserializer +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 195 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682951410 +instanceKlass net/neoforged/neoforge/capabilities/IBlockCapabilityProvider +instanceKlass com/aetherteam/cumulus/CumulusConfig$Client +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 181 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682951000 +instanceKlass io/wispforest/endec/Endec$Decoder +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge processEntries ()V 30 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge$$Lambda+0x000001d682953ba8 +instanceKlass io/netty/util/ByteProcessor +instanceKlass @bci io/wispforest/endec/Endec ()V 0 argL0 ; # io/wispforest/endec/Endec$$Lambda+0x000001d682682f88 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 167 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682953558 +instanceKlass io/netty/util/concurrent/FastThreadLocal +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerSimpleRecipeCondition (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Predicate;)V 3 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d682953338 +instanceKlass io/wispforest/endec/SerializationContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 153 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682952f08 +instanceKlass com/aetherteam/cumulus/CumulusConfig +instanceKlass io/netty/buffer/ByteBufUtil +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod init ()V 26 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d682952ac0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 139 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829528a8 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682952678 +instanceKlass @bci com/aetherteam/cumulus/CumulusNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 30 member ; # com/aetherteam/cumulus/CumulusNeoForge$$Lambda+0x000001d682952448 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 158 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682952218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 125 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682952000 +instanceKlass dev/huskuraft/effortless/networking/packets/session/SessionPacket$Serializer +instanceKlass net/blay09/mods/balm/neoforge/ModBusEventRegisters +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829577b0 +instanceKlass @bci com/aetherteam/cumulus/CumulusNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # com/aetherteam/cumulus/CumulusNeoForge$$Lambda+0x000001d682957580 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 146 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682957350 +instanceKlass @bci net/mehvahdjukaar/sawmill/CommonConfigs ()V 172 argL0 ; # net/mehvahdjukaar/sawmill/CommonConfigs$$Lambda+0x000001d682957120 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 111 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682956f08 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge processEntries ()V 14 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge$$Lambda+0x000001d682956cf0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/ClientConfigs ()V 75 argL0 ; # net/mehvahdjukaar/supplementaries/configs/ClientConfigs$$Lambda+0x000001d682956ad8 +instanceKlass @bci com/aetherteam/cumulus/CumulusNeoForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/aetherteam/cumulus/CumulusNeoForge$$Lambda+0x000001d6829568a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 97 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682956690 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge$$Lambda+0x000001d682956458 +instanceKlass net/blay09/mods/balm/neoforge/capability/NeoForgeBalmCapabilities$Registrations +instanceKlass io/wispforest/endec/Endec$Encoder +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 83 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682955410 +instanceKlass com/aetherteam/cumulus/network/api/PayloadRegistration +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/PotionModuleNeoForge +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 69 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d6829548c8 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Items ()V 150 argL0 ; # net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Items$$Lambda+0x000001d682954698 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 55 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d682954480 +instanceKlass io/wispforest/endec/SerializationAttribute$Instance +instanceKlass io/wispforest/endec/SerializationAttribute +instanceKlass io/wispforest/owo/serialization/format/nbt/NbtEndec +instanceKlass net/mehvahdjukaar/sawmill/CommonConfigs +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 41 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68294f848 +instanceKlass com/telepathicgrunt/repurposedstructures/datagen/StructureNbtUpdaterDatagen +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68294f200 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/MobEffectModuleNeoForge processEntries ()V 14 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/MobEffectModuleNeoForge$$Lambda+0x000001d68294f630 +instanceKlass dev/huskuraft/effortless/EffortlessNetworkChannel$ServerPacketListener +instanceKlass @bci net/blay09/mods/balm/common/CommonCapabilities initialize (Lnet/blay09/mods/balm/api/capability/BalmCapabilities;)V 69 argL0 ; # net/blay09/mods/balm/common/CommonCapabilities$$Lambda+0x000001d68294ead0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/MobEffectModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/MobEffectModuleNeoForge$$Lambda+0x000001d68294e898 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModItems ()V 27 argL0 ; # alabaster/hearthandharvest/common/registry/HHModItems$$Lambda+0x000001d68294e680 +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Items +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 134 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68294e250 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682950800 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 115 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294e028 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682950400 +instanceKlass io/wispforest/endec/Endec +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/MobEffectModuleNeoForge +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 164 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294d9a8 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68294d778 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 119 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68294d548 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 104 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294d320 +instanceKlass org/betterx/wover/entrypoint/LibWoverStructure +instanceKlass @cpi net/mehvahdjukaar/sawmill/trades/LogStrippingListing 342 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682950000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 93 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294cef8 +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Tweaks +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68293c400 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/EntityDataSerializerModuleNeoForge +instanceKlass org/betterx/wover/structure/api/StructureTypeKey +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 82 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294b610 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294b3d8 +instanceKlass org/betterx/wover/structure/impl/StructureManagerImpl +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294afa0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 71 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294ad78 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294ab40 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 56 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d68294a918 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294a6e0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSGlobalLootModifier ()V 41 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSGlobalLootModifier$$Lambda+0x000001d68294a4c8 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d68294a290 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge processEntries ()V 25 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge$$Lambda+0x000001d68294a068 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d682949e30 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier ()V 0 argL0 ; # com/telepathicgrunt/repurposedstructures/misc/neoforge/lootmanager/StructureModdedLootImporterApplier$$Lambda+0x000001d682949c00 +instanceKlass dev/huskuraft/effortless/api/networking/NetworkChannel$PacketSet +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829497a8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 107 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682949578 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge$$Lambda+0x000001d682949340 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d682949108 +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference +instanceKlass net/blay09/mods/balm/common/CommonCapabilities +instanceKlass net/mehvahdjukaar/supplementaries/integration/CompatHandler +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/LogStrippingListing ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/trades/LogStrippingListing$$Lambda+0x000001d6829478c0 +instanceKlass org/betterx/wover/structure/api/StructureKey$RandomNbt +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/EntityTypeModuleNeoForge +instanceKlass org/betterx/wover/structure/api/StructureKey$Jigsaw +instanceKlass org/betterx/wover/structure/api/StructureKey$Simple +instanceKlass org/betterx/wover/structure/api/StructureKey +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$General +instanceKlass org/betterx/wover/structure/api/StructureManager +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ParticleTypeModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/ParticleTypeModuleNeoForge$$Lambda+0x000001d682943a60 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSGlobalLootModifier +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829427a8 +instanceKlass net/blay09/mods/balm/world/inventory/BalmMenuTypeRegistration +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 95 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682942578 +instanceKlass dev/huskuraft/effortless/api/networking/NetByteBufSerializer +instanceKlass dev/huskuraft/effortless/api/networking/NetByteBufWriter +instanceKlass net/blay09/mods/balm/world/inventory/internal/AbstractBalmMenuTypeRegistrarImpl +instanceKlass dev/huskuraft/effortless/api/networking/NetByteBufReader +instanceKlass dev/huskuraft/effortless/networking/packets/AllPacketListener +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/ParticleTypeModuleNeoForge +instanceKlass dev/huskuraft/effortless/api/networking/PacketListener +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers ()V 48 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers$$Lambda+0x000001d68293dc90 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers ()V 32 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers$$Lambda+0x000001d68293fba0 +instanceKlass net/minecraft/network/Utf8String +instanceKlass dev/huskuraft/effortless/api/networking/Packet +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ConfigBuilderImpl defineColor (Ljava/lang/String;I)Ljava/util/function/Supplier; 35 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ConfigBuilderImpl$$Lambda+0x000001d68293b9d8 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructurePlacementTypeModuleNeoForge +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers ()V 16 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers$$Lambda+0x000001d68293b5c0 +instanceKlass @bci org/betterx/betternether/registry/NetherStructures ()V 8 argL0 ; # org/betterx/betternether/registry/NetherStructures$$Lambda+0x000001d68293b3a8 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 300 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d68293b178 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68293a238 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 83 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68293a008 +instanceKlass @bci com/mojang/serialization/Encoder$2 encode (Ljava/lang/Object;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 16 member ; # com/mojang/serialization/Encoder$2$$Lambda+0x000001d68290aad8 +instanceKlass @bci net/neoforged/neoforge/network/payload/SplitPacketPayload ()V 25 argL0 ; # net/neoforged/neoforge/network/payload/SplitPacketPayload$$Lambda+0x000001d682939dd0 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructureProcessorTypeModuleNeoForge +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/neoforge/RSBiomeModifiers +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 206 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d682935800 +instanceKlass net/blay09/mods/balm/world/inventory/BalmMenuTypeRegistrar +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockEntityTypeModuleNeoForge processEntries ()V 18 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/BlockEntityTypeModuleNeoForge$$Lambda+0x000001d682936c88 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/ColorUtils lambda$static$0 (Ljava/lang/String;)Lcom/mojang/serialization/DataResult; 4 argL0 ; # net/mehvahdjukaar/moonlight/api/util/math/ColorUtils$$Lambda+0x000001d682936a50 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 153 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d682936470 +instanceKlass @bci net/neoforged/neoforge/network/payload/SplitPacketPayload ()V 20 argL0 ; # net/neoforged/neoforge/network/payload/SplitPacketPayload$$Lambda+0x000001d682936238 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 194 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d682936000 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockEntityTypeModuleNeoForge processEntries ()V 8 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/BlockEntityTypeModuleNeoForge$$Lambda+0x000001d682933820 +instanceKlass alabaster/hearthandharvest/common/registry/HHModItems +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeToWoodList ()V 32 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$$Lambda+0x000001d6829335e8 +instanceKlass net/neoforged/neoforge/network/codec/NeoForgeStreamCodecs$2 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/BlockEntityTypeModuleNeoForge +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829327c0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 71 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682932590 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/ColorUtils ()V 29 argL0 ; # net/mehvahdjukaar/moonlight/api/util/math/ColorUtils$$Lambda+0x000001d682932358 +instanceKlass net/blay09/mods/balm/world/entity/BalmEntityTypeRegistration +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeToWoodList ()V 27 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$$Lambda+0x000001d682931f28 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/ColorUtils ()V 24 argL0 ; # net/mehvahdjukaar/moonlight/api/util/math/ColorUtils$$Lambda+0x000001d682931ab8 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682931888 +instanceKlass net/blay09/mods/balm/world/entity/internal/AbstractBalmEntityTypeRegistrarImpl +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 59 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d682931420 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback$$Lambda+0x000001d6829311e8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge processEntries ()V 3 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge$$Lambda+0x000001d682930fc0 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge$1 ()V 5 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$1$$Lambda+0x000001d682930da8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/ColorUtils ()V 11 argL0 ; # net/mehvahdjukaar/moonlight/api/util/math/ColorUtils$$Lambda+0x000001d682930b70 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback$$Lambda+0x000001d682930938 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2558 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682930720 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829304f0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 47 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d6829302c0 +instanceKlass net/neoforged/neoforge/network/codec/NeoForgeStreamCodecs$1 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 142 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d682928c30 +instanceKlass org/betterx/wover/structure/api/StructureTypeKey$StructureFactory +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/math/ColorUtils ()V 6 argL0 ; # net/mehvahdjukaar/moonlight/api/util/math/ColorUtils$$Lambda+0x000001d682928800 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback$$Lambda+0x000001d682929cb0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2541 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682929a98 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge +instanceKlass io/wispforest/accessories/neoforge/AccessoriesForge$1 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2524 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682929000 +instanceKlass org/betterx/betternether/registry/NetherStructures +instanceKlass net/mehvahdjukaar/moonlight/api/util/math/ColorUtils +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 246 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d68292b500 +instanceKlass net/neoforged/neoforge/network/codec/NeoForgeStreamCodecs +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2507 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292b0e8 +instanceKlass @bci io/wispforest/accessories/neoforge/AccessoriesForge ()V 0 argL0 ; # io/wispforest/accessories/neoforge/AccessoriesForge$$Lambda+0x000001d68292aca0 +instanceKlass org/betterx/betternether/world/BNWorldGenerator +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2490 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292a880 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge processEntries ()V 3 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge$$Lambda+0x000001d68292a658 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292a428 +instanceKlass net/blay09/mods/balm/world/entity/BalmEntityTypeRegistrar +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 35 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292a000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2473 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292fc68 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 131 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d68292fa40 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities ()V 20 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d68292f828 +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292eef0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 23 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292ecc0 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/ItemModuleNeoForge +instanceKlass net/mehvahdjukaar/sawmill/trades/BiomeToWoodList +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2456 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292e6a0 +instanceKlass com/telepathicgrunt/repurposedstructures/events/lifecycle/ServerGoingToStopEvent +instanceKlass dev/huskuraft/effortless/api/events/Event +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292de38 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Ljava/util/Set;Ljava/util/Set;)V 11 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292dc08 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2439 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292d7f8 +instanceKlass net/blay09/mods/balm/world/item/BalmCreativeModeTabRegistration +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeEventRegistry ()V 22 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeEventRegistry$$Lambda+0x000001d68292d5c8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 120 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d68292d3a0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2422 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68292d188 +instanceKlass @bci org/betterx/betternether/registry/NetherEntities ()V 12 argL0 ; # org/betterx/betternether/registry/NetherEntities$$Lambda+0x000001d68292cf70 +instanceKlass io/wispforest/accessories/impl/AccessoriesHolderImpl +# instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292c6b0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 165 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d68292c478 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor construct (Lfuzs/puzzleslib/api/client/core/v1/ClientModConstructor;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;)V 8 member ; # fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor$$Lambda+0x000001d68292c248 +instanceKlass net/blay09/mods/balm/world/item/internal/AbstractBalmCreativeModeTabRegistrar +instanceKlass @bci dev/huskuraft/effortless/neoforge/events/NeoForgeEventRegistry ()V 8 member ; # dev/huskuraft/effortless/neoforge/events/NeoForgeEventRegistry$$Lambda+0x000001d682927d00 +instanceKlass io/wispforest/accessories/impl/InstanceEndec +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Particles +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2405 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829278e8 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 140 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d6829272b0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/CreativeModeTabModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/CreativeModeTabModuleNeoForge$$Lambda+0x000001d682927078 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2388 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682926e60 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/RenderTypesContext +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d682926a30 +instanceKlass dev/huskuraft/effortless/api/platform/Server +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/ItemModelPropertiesContext +instanceKlass dev/huskuraft/effortless/api/platform/PlatformReference +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/BuiltinModelItemRendererContext +instanceKlass io/netty/buffer/UnsafeByteBufUtil +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/RenderBuffersContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2371 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682925c00 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d6829259c8 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/CoreShadersContext +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d682925558 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/CreativeModeTabModuleNeoForge +instanceKlass io/wispforest/accessories/api/AccessoriesHolder +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 216 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d682924d38 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/ColorProvidersContext +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 109 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d682924918 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/KeyMappingsContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2354 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682924700 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d6829244c8 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/LivingEntityRenderLayersContext +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/SkullRenderersContext +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config 194 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682928000 +instanceKlass org/betterx/bclib/interfaces/SpawnRule +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/EntitySpectatorShaderContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2337 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682923618 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/ItemDecorationContext +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d6829231e8 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/AdditionalModelsContext +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/LayerDefinitionsContext +instanceKlass net/blay09/mods/balm/world/item/BalmCreativeModeTabRegistrar +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/ParticleProvidersContext +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d682922bc0 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/PlacementModifierTypeModuleNeoForge +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/ClientTooltipComponentsContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2320 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829221b0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d682921d80 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/BlockEntityRenderersContext +instanceKlass org/betterx/wover/enchantment/impl/EnchantmentKeyImpl +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/EntityRenderersContext +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d6829216e8 +instanceKlass fuzs/puzzleslib/api/client/core/v1/context/MenuScreensContext +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2303 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829212d8 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d6829210a0 +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientModConstructor +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d682920c68 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/FeatureModuleNeoForge +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2286 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682920850 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing$$Lambda+0x000001d682920420 +instanceKlass io/wispforest/accessories/impl/AccessoriesEventHandler$AddDataComponentCallback +instanceKlass @bci com/telepathicgrunt/repurposedstructures/RepurposedStructures init ()V 98 argL0 ; # com/telepathicgrunt/repurposedstructures/RepurposedStructures$$Lambda+0x000001d682920000 +instanceKlass net/blay09/mods/balm/world/item/BalmItemRegistration +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d68291dc30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2269 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291da18 +instanceKlass @bci net/athebyne/exclusions_lib/ExclusionsLib ()V 16 argL0 ; # net/athebyne/exclusions_lib/ExclusionsLib$$Lambda+0x000001d68291d800 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructureTypeModuleNeoForge +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d68291fa28 +instanceKlass org/betterx/wover/enchantment/impl/EnchantmentManagerImpl +instanceKlass net/blay09/mods/balm/world/item/internal/BalmItemRegistrarImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2252 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291f170 +instanceKlass com/telepathicgrunt/repurposedstructures/events/base/EventHandler +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d68291ed18 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2235 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291e890 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/CriteriaModuleNeoForge +instanceKlass dev/huskuraft/effortless/api/events/EventHolder +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d68291e230 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 198 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d68291e000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2218 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291bc80 +instanceKlass org/betterx/wover/enchantment/api/EnchantmentKey +instanceKlass org/betterx/wover/enchantment/api/EnchantmentManager +instanceKlass @bci net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config$$Lambda+0x000001d68291b448 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModuleForge +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2201 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291b030 +instanceKlass net/blay09/mods/balm/world/item/BalmItemRegistrar +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge buildSimpleRegistrar (Lnet/minecraft/resources/ResourceKey;Ljava/util/List;)Ljava/util/function/Consumer; 2 argL0 ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d68291a9b8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2184 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291a7a0 +instanceKlass net/mehvahdjukaar/moonlight/api/client/anim/SwingAnimation +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2167 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68291a348 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry ()V 50 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry$$Lambda+0x000001d68291a130 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructurePieceTypeModuleNeoForge +instanceKlass @bci org/betterx/betternether/config/Configs ()V 28 argL0 ; # org/betterx/betternether/config/Configs$$Lambda+0x000001d682919d18 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2150 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682919b00 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry ()V 32 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry$$Lambda+0x000001d6829198e8 +instanceKlass fuzs/puzzleslib/api/client/key/v1/KeyMappingHelper +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2133 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829194d8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge buildAutoRegistrar (Lnet/minecraft/resources/ResourceKey;Ljava/util/List;Ljava/util/function/Function;Lorg/apache/logging/log4j/util/TriConsumer;)Ljava/util/function/Consumer; 4 member ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d682919020 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/ItemListingManager registerSerializer (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)V 2 member ; # net/mehvahdjukaar/moonlight/api/trades/ItemListingManager$$Lambda+0x000001d682918e00 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/CustomRegistry$1 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2116 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682918738 +instanceKlass dev/huskuraft/effortless/api/platform/ServerManager +instanceKlass net/blay09/mods/balm/world/level/block/entity/BalmBlockEntityTypeRegistration +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge buildAutoRegistrar (Lnet/minecraft/resources/ResourceKey;Ljava/util/List;Ljava/util/function/Function;)Ljava/util/function/Consumer; 3 argL0 ; # com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge$$Lambda+0x000001d6829175e0 +instanceKlass @bci org/betterx/betternether/config/Configs ()V 14 argL0 ; # org/betterx/betternether/config/Configs$$Lambda+0x000001d6829170a8 +instanceKlass dev/huskuraft/effortless/api/networking/NetworkChannel +instanceKlass dev/huskuraft/effortless/api/networking/PacketChannel +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2099 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682916aa0 +instanceKlass net/blay09/mods/balm/world/level/block/entity/internal/AbstractBalmBlockEntityTypeRegistrarImpl +instanceKlass dev/huskuraft/effortless/api/networking/PacketReceiver +instanceKlass net/mehvahdjukaar/moonlight/api/misc/SidedInstance +instanceKlass dev/huskuraft/effortless/api/networking/ByteBufReceiver +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/ResourcefulRegistriesImpl$LateSupplier +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/SoundEventModuleNeoForge processEntries ()V 9 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/SoundEventModuleNeoForge$$Lambda+0x000001d682915fc8 +instanceKlass java/util/concurrent/atomic/AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl$1 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2082 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682915db0 +instanceKlass dev/huskuraft/effortless/api/networking/PacketSender +instanceKlass dev/huskuraft/effortless/api/networking/ByteBufSender +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2065 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829152c8 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/SoundEventModuleNeoForge +instanceKlass java/util/concurrent/atomic/AtomicIntegerFieldUpdater +instanceKlass fuzs/puzzleslib/impl/client/init/ItemDisplayOverridesImpl +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2048 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682914c38 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Blocks ()V 594 argL0 ; # net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Blocks$$Lambda+0x000001d682914a08 +instanceKlass dev/huskuraft/effortless/Effortless +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/ItemListingManager ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/ItemListingManager$$Lambda+0x000001d682914328 +instanceKlass net/mehvahdjukaar/moonlight/api/client/anim/PendulumAnimation$Config +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2031 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682913f10 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 189 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682913a08 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 162 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6829137d8 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 181 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d6829135c0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 2014 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829133a8 +instanceKlass fuzs/puzzleslib/api/client/init/v1/ItemModelDisplayOverrides +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 170 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682912f98 +instanceKlass net/blay09/mods/balm/world/level/block/entity/BalmBlockEntityTypeRegistrar +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1997 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682912980 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 162 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682912530 +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/NeoForgeClientFactories +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1980 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829120f0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 136 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682911c40 +instanceKlass @bci fuzs/climaterivers/neoforge/client/ClimateRiversNeoForgeClient ()V 6 argL0 ; # fuzs/climaterivers/neoforge/client/ClimateRiversNeoForgeClient$$Lambda+0x000001d682911a28 +instanceKlass @bci dev/huskuraft/effortless/api/platform/PlatformLoader findFirst ()Ldev/huskuraft/effortless/api/platform/PlatformLoader$Loader; 20 member ; # dev/huskuraft/effortless/api/platform/PlatformLoader$$Lambda+0x000001d682911808 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/CustomRegistry +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 128 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d6829113f8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1963 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829111e0 +instanceKlass io/netty/util/ResourceLeakDetectorFactory +instanceKlass net/blay09/mods/balm/world/level/block/BalmDiscriminatedBlockRegistration +instanceKlass fuzs/climaterivers/client/ClimateRiversClient +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 117 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682910410 +instanceKlass fuzs/puzzleslib/impl/client/core/ClientFactories +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1946 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682910000 +instanceKlass net/blay09/mods/balm/world/level/block/BalmBlockRegistration +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 109 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682908a40 +instanceKlass @bci fuzs/puzzleslib/neoforge/api/data/v2/core/DataProviderHelper registerDataProviders (Ljava/lang/String;Lnet/minecraft/core/RegistrySetBuilder;[Lfuzs/puzzleslib/neoforge/api/data/v2/core/NeoForgeDataProviderContext$Factory;)V 3 argL0 ; # fuzs/puzzleslib/neoforge/api/data/v2/core/DataProviderHelper$$Lambda+0x000001d682909d30 +instanceKlass net/blay09/mods/balm/world/level/block/internal/BalmBlockRegistrarImpl +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 98 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682909890 +instanceKlass @bci fuzs/puzzleslib/api/client/core/v1/ClientModConstructor construct (Ljava/lang/String;Ljava/util/function/Supplier;)V 47 member ; # fuzs/puzzleslib/api/client/core/v1/ClientModConstructor$$Lambda+0x000001d682909670 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1929 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682909218 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 90 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682909000 +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$Blocks +instanceKlass fuzs/puzzleslib/neoforge/api/data/v2/core/DataProviderHelper$Factory +instanceKlass net/fabricmc/fabric/impl/entity/event/EntityEventHooks +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSConditionsRegistry +instanceKlass dev/huskuraft/effortless/api/platform/PlatformLoader$1 +instanceKlass @bci fuzs/pickupnotifier/neoforge/client/PickUpNotifierNeoForgeClient (Lnet/neoforged/fml/ModContainer;)V 6 argL0 ; # fuzs/pickupnotifier/neoforge/client/PickUpNotifierNeoForgeClient$$Lambda+0x000001d68290f258 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1912 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68290f040 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/services/NeoForgePlatformHelper getGiantLilyPadBlock ()Ljava/util/function/Supplier; 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/services/NeoForgePlatformHelper$$Lambda+0x000001d68290ee28 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1895 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68290ea08 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 65 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d68290e7f0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePlacementType ()V 16 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePlacementType$$Lambda+0x000001d68290e5d8 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 132 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d68290e3a8 +instanceKlass fuzs/puzzleslib/neoforge/api/data/v2/core/DataProviderHelper +instanceKlass @bci net/mehvahdjukaar/supplementaries/Supplementaries commonInit ()V 9 argL0 ; # net/mehvahdjukaar/supplementaries/Supplementaries$$Lambda+0x000001d68290df90 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 57 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d68290dd78 +instanceKlass @bci dev/huskuraft/effortless/api/platform/PlatformLoader findFirst ()Ldev/huskuraft/effortless/api/platform/PlatformLoader$Loader; 4 argL0 ; # dev/huskuraft/effortless/api/platform/PlatformLoader$$Lambda+0x000001d68290db30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1878 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68290d918 +instanceKlass fuzs/pickupnotifier/client/PickUpNotifierClient +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 46 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d68290d350 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1861 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68290d138 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSStructurePlacementType +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs +instanceKlass net/blay09/mods/balm/world/level/block/BalmBlockRegistrar +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 38 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d68290c720 +instanceKlass io/netty/util/internal/ReferenceCountUpdater +instanceKlass fuzs/puzzleslib/api/client/core/v1/ClientModConstructor +instanceKlass @bci com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/javafmlmod/FMLModContainer;)V 46 argL0 ; # com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForge$$Lambda+0x000001d68290c1f8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1844 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682903c48 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 27 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682903730 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces ()V 63 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d682903518 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1827 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682903300 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 19 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d6829030e8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/javafmlmod/FMLModContainer;)V 33 argL0 ; # com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForge$$Lambda+0x000001d682902ec0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces ()V 45 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d6829029b8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1810 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6829027a0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 111 member ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d682902550 +instanceKlass de/ambertation/wunderlib/configs/AbstractConfig$Value +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682902088 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 207 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d682901df0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 96 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d682901bd8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForgeClient onClientInit (Lnet/neoforged/fml/ModContainer;)V 3 argL0 ; # com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForgeClient$$Lambda+0x000001d6829019c0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces ()V 27 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces$$Lambda+0x000001d6829017a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1793 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682901590 +instanceKlass @cpi net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing 382 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682908400 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/BlockModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/BlockModule$$Lambda+0x000001d682901378 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1776 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682901160 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder onConfigChange (Lnet/neoforged/fml/event/config/ModConfigEvent;)V 78 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d682900f38 +instanceKlass com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForgeClient +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682908000 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSStructurePieces +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1759 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682900900 +instanceKlass dev/huskuraft/effortless/api/platform/PlatformLoader$LazyIterator +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 195 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d682900468 +instanceKlass @bci fuzs/climaterivers/neoforge/ClimateRiversNeoForge ()V 30 argL0 ; # fuzs/climaterivers/neoforge/ClimateRiversNeoForge$$Lambda+0x000001d682900218 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1742 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d682900000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 493 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828ffbe0 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ConfigBuilderImpl$ValueWrapper +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/server/WebServer loadConfig ()Lcom/teamresourceful/resourcefulconfig/web/config/WebServerConfig; 98 argL0 ; # com/teamresourceful/resourcefulconfig/web/server/WebServer$$Lambda+0x000001d6828fe848 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1725 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828fe630 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 474 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828fe418 +instanceKlass net/mehvahdjukaar/moonlight/core/set/BlockSetInternal +instanceKlass net/blay09/mods/balm/core/component/BalmDataComponentTypeRegistration +instanceKlass net/blay09/mods/balm/core/BalmHolderRegistration +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/server/WebServer loadConfig ()Lcom/teamresourceful/resourcefulconfig/web/config/WebServerConfig; 93 argL0 ; # com/teamresourceful/resourcefulconfig/web/server/WebServer$$Lambda+0x000001d6828fae78 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs onRefresh ()V 37 member ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d6828fac28 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1708 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828faa10 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 455 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828fa7f8 +instanceKlass net/blay09/mods/balm/core/component/internal/BalmDataComponentTypeRegistrarImpl +instanceKlass net/neoforged/neoforge/common/data/ExistingFileHelper$IResourceType +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance$1 lambda$decode$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 12 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$1$$Lambda+0x000001d6828eb6b0 +instanceKlass @bci fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge registerEventHandlers (Lnet/neoforged/bus/api/IEventBus;)V 30 argL0 ; # fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge$$Lambda+0x000001d6828f9218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs onRefresh ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d6828f8fe8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1691 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f8dd0 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/BlockModule +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 436 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f8bb8 +instanceKlass io/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric +instanceKlass dev/huskuraft/effortless/api/platform/PlatformLoader +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1674 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f8000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 417 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f7c50 +instanceKlass @bci com/mojang/serialization/codecs/KeyDispatchCodec lambda$decode$4 (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 18 member ; # com/mojang/serialization/codecs/KeyDispatchCodec$$Lambda+0x000001d6828eb248 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec resetCaches (Lnet/neoforged/neoforge/common/ModConfigSpec$RestartType;)V 16 member ; # net/neoforged/neoforge/common/ModConfigSpec$$Lambda+0x000001d6828f77f8 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 96 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6828f75c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1657 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f73b0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 398 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f7198 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData ()V 35 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f6f60 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1640 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f6d48 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData ()V 30 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f6b10 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 379 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f68f8 +instanceKlass @bci com/mojang/serialization/codecs/KeyDispatchCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 40 member ; # com/mojang/serialization/codecs/KeyDispatchCodec$$Lambda+0x000001d6828eb008 +instanceKlass net/blay09/mods/balm/core/component/BalmDataComponentTypeRegistrar +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData ()V 22 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f62b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1623 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f64e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 360 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f6098 +instanceKlass @bci fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge registerEventHandlers (Lnet/neoforged/bus/api/IEventBus;)V 19 argL0 ; # fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge$$Lambda+0x000001d6828f5e70 +instanceKlass io/netty/util/internal/StringUtil +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator$$Lambda+0x000001d6828f5c38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1606 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f5a20 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData ()V 14 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f57e8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 341 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f55d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)V 20 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$$Lambda+0x000001d6828f5398 +instanceKlass @bci fuzs/climaterivers/neoforge/ClimateRiversNeoForge ()V 22 argL0 ; # fuzs/climaterivers/neoforge/ClimateRiversNeoForge$$Lambda+0x000001d6828f4f58 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator$$Lambda+0x000001d6828f4d20 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1589 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f4b08 +instanceKlass @bci fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge registerEventHandlers (Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge$$Lambda+0x000001d6828f48e0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f46a8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 322 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f4490 +instanceKlass dev/huskuraft/effortless/api/platform/Entrance +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodType (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)V 7 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodType$$Lambda+0x000001d6828f4060 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1572 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f3e48 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator ()V 0 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator$$Lambda+0x000001d6828f3c10 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f39d8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 303 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f37c0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f3360 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 284 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f3148 +instanceKlass net/mehvahdjukaar/moonlight/api/set/wood/VanillaWoodTypes +instanceKlass net/blay09/mods/balm/server/packs/resources/internal/NeoForgeBalmResourceConditionRegistrar +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1555 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f2690 +instanceKlass com/electronwill/nightconfig/core/utils/TransformingMapEntry +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f2458 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 265 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f2240 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1538 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f1b58 +instanceKlass io/github/steveplays28/noisium/Noisium +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/data/RibbitData ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/data/RibbitData$$Lambda+0x000001d6828f1720 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 246 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f1508 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodTypeRegistry ()V 48 member ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodTypeRegistry$$Lambda+0x000001d6828f12e8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1521 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f10d0 +instanceKlass @bci net/blay09/mods/balm/api/BalmRuntime initializeModule (Lnet/blay09/mods/balm/api/module/BalmModule;)V 42 member ; # net/blay09/mods/balm/api/BalmRuntime$$Lambda+0x000001d6828f0ea0 +instanceKlass org/betterx/wover/entrypoint/LibWoverCore +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 227 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f0a88 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1504 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828f0870 +instanceKlass com/yungnickyoung/minecraft/ribbits/data/RibbitData +instanceKlass @bci com/electronwill/nightconfig/core/utils/TransformingMap entrySet ()Ljava/util/Set; 15 member ; # com/electronwill/nightconfig/core/utils/TransformingMap$$Lambda+0x000001d6828e3828 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 208 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828f0420 +instanceKlass @bci net/bivrik/fancytoasts/FancyToasts (Lnet/neoforged/bus/api/IEventBus;)V 8 argL0 ; # net/bivrik/fancytoasts/FancyToasts$$Lambda+0x000001d6828f01f8 +instanceKlass net/blay09/mods/balm/server/packs/resources/BalmResourceConditionRegistrar +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1487 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d9400 +instanceKlass fuzs/puzzleslib/api/data/v2/core/RegistriesDataProvider +instanceKlass @bci net/mehvahdjukaar/moonlight/api/set/wood/WoodTypeRegistry ()V 20 argL0 ; # net/mehvahdjukaar/moonlight/api/set/wood/WoodTypeRegistry$$Lambda+0x000001d6828d9800 +instanceKlass fuzs/pickupnotifier/neoforge/handler/NeoForgeItemPickupHandler +instanceKlass @bci com/electronwill/nightconfig/core/utils/TransformingMap entrySet ()Ljava/util/Set; 8 member ; # com/electronwill/nightconfig/core/utils/TransformingMap$$Lambda+0x000001d6828dbc48 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 189 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828efbd0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828ef998 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1470 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ef780 +instanceKlass net/bivrik/fancytoasts/gui/NeoForgeConfigScreen +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 170 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828ef368 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828ef130 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1453 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828eed20 +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlockType$SetFinder +instanceKlass @bci com/electronwill/nightconfig/core/utils/TransformingMap entrySet ()Ljava/util/Set; 1 member ; # com/electronwill/nightconfig/core/utils/TransformingMap$$Lambda+0x000001d6828dba08 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 151 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828ee7a8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828ee570 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1436 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ee168 +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlockType +instanceKlass net/blay09/mods/balm/common/BaseModule +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 132 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828ed5d0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828ed398 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1419 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ed180 +instanceKlass org/betterx/wover/config/impl/ConfigsImpl +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 113 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828ecd68 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator ()V 26 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828ecb30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1402 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ec918 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 165 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828ec6e0 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/EntityDataSerializerModule +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec isCorrect (Lcom/electronwill/nightconfig/core/UnmodifiableCommentedConfig;)Z 19 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$$Lambda+0x000001d6828ec2c8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 94 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828e7d60 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator ()V 13 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828e7b28 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 412 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828e78f8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1385 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828e76e0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 140 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828e74a8 +instanceKlass @bci org/betterx/wover/config/api/Configs ()V 0 argL0 ; # org/betterx/wover/config/api/Configs$$Lambda+0x000001d6828e7290 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule$$Lambda+0x000001d6828e7078 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 75 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828e6e60 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator ()V 8 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator$$Lambda+0x000001d6828e6c28 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1368 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828e6a10 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828e67d8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 56 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828e65c0 +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e6140 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 152 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e5f08 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1351 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828e5cf0 +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeSupplier$Builder +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828e5888 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 37 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828e5400 +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e51c8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 129 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e4f90 +instanceKlass io/netty/buffer/ByteBufAllocatorMetric +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1334 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828e4af0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828e48b8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSProcessors ()V 18 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSProcessors$$Lambda+0x000001d6828e46a0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 400 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828e4470 +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e4238 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 106 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828e4000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1317 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828dfcf8 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 52 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828dfae0 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSProcessors +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1300 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828df6c8 +instanceKlass org/betterx/wover/config/api/Configs +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828df048 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 38 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828dee10 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 101 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828debd8 +instanceKlass @bci net/neoforged/fml/config/ConfigTracker readConfig (Ljava/nio/file/Path;)Lcom/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig; 23 member ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d6828c3ad8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1283 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828de9c0 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 33 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828de788 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 25 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828de550 +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$DataMapBuilder$$Lambda+0x000001d6828de2f8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1266 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828de0e0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$DataMapBuilder (Ljava/lang/String;Lnet/neoforged/neoforge/registries/datamaps/DataMapType;Ljava/util/function/Function;Ljava/util/function/Function;)V 26 member ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$DataMapBuilder$$Lambda+0x000001d6828dde88 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 17 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828ddc50 +instanceKlass @bci net/neoforged/fml/config/ConfigTracker readConfig (Ljava/nio/file/Path;)Lcom/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig; 12 argL0 ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d6828cbbe8 +instanceKlass @bci org/betterx/betternether/config/Configs ()V 0 argL0 ; # org/betterx/betternether/config/Configs$$Lambda+0x000001d6828dda38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1249 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828dd820 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828dd5e8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1232 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828dd3d0 +instanceKlass fuzs/puzzleslib/api/data/v2/core/DataProviderContext +instanceKlass @bci net/minecraft/world/item/trading/ItemCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828dcd38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6828d9000 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements ()V 70 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d6828dcb20 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 388 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828dc8f0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1215 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828dc6d8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6828d8c00 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828dc4a0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements ()V 52 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d6828dc000 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1198 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d7dd8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6828d8800 +instanceKlass io/netty/buffer/AbstractByteBufAllocator +instanceKlass de/ambertation/wunderlib/configs/AbstractConfig +instanceKlass @bci net/minecraft/world/item/trading/ItemCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828d7448 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6828d8400 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements ()V 34 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d6828d7230 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d6fe8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1181 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d6dd0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6828d8000 +instanceKlass @bci net/minecraft/world/item/trading/ItemCost ()V 0 argL0 ; # net/minecraft/world/item/trading/ItemCost$$Lambda+0x000001d6828d6b98 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPlacements ()V 16 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPlacements$$Lambda+0x000001d6828d6980 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder forceLoad ()V 34 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d6828d6530 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1164 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d6768 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d62f8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 376 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828d60c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1147 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d5eb0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/Validators ()V 8 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/Validators$$Lambda+0x000001d6828d5c78 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSPlacements +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder (Lnet/minecraft/resources/ResourceLocation;Lnet/neoforged/neoforge/common/ModConfigSpec;Lnet/mehvahdjukaar/moonlight/api/platform/configs/ConfigType;Ljava/lang/Runnable;Ljava/util/List;)V 152 member ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d6828d5450 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1130 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d5238 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/validators/Validators ()V 3 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/validators/Validators$$Lambda+0x000001d6828d4dc0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1113 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d4748 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 160 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d4530 +instanceKlass fuzs/puzzleslib/neoforge/api/data/v2/core/NeoForgeDataProviderContext$Factory +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 364 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828d4108 +instanceKlass com/teamresourceful/resourcefulconfig/web/config/validators/Validators +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828d3cd0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 81 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828d3a98 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1096 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d3880 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 142 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d3668 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder (Lnet/minecraft/resources/ResourceLocation;Lnet/neoforged/neoforge/common/ModConfigSpec;Lnet/mehvahdjukaar/moonlight/api/platform/configs/ConfigType;Ljava/lang/Runnable;Ljava/util/List;)V 138 member ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d6828d3248 +# instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828d3010 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 76 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828d2dd8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1079 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d2bc0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 124 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d2510 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d22d8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Waxable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Waxable$$Lambda+0x000001d6828d20a0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder (Lnet/minecraft/resources/ResourceLocation;Lnet/neoforged/neoforge/common/ModConfigSpec;Lnet/mehvahdjukaar/moonlight/api/platform/configs/ConfigType;Ljava/lang/Runnable;Ljava/util/List;)V 117 member ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d6828d1c10 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1062 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d19f8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 106 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d17e0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d15a8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Waxable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Waxable$$Lambda+0x000001d6828d1370 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1045 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d1158 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 88 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d0f40 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Waxable ()V 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Waxable$$Lambda+0x000001d6828d0d08 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d0ad0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828d0898 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 352 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828d0668 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1028 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828d0450 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 70 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828d0238 +instanceKlass @bci com/teamresourceful/resourcefulconfig/web/config/WebServerConfig ()V 0 argL0 ; # com/teamresourceful/resourcefulconfig/web/config/WebServerConfig$$Lambda+0x000001d6828d0000 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828cfd90 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Waxable ()V 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Waxable$$Lambda+0x000001d6828cfb58 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 1011 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828cf940 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 52 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828cf3f0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828ce910 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Waxable ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Waxable$$Lambda+0x000001d6828ce6d8 +instanceKlass com/teamresourceful/resourcefulconfig/web/config/validators/Validator +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 994 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ce2c8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 34 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828ce0b0 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing$$Lambda+0x000001d6828cd6b0 +instanceKlass fuzs/puzzleslib/impl/init/RegistryManagerImpl +instanceKlass io/netty/buffer/ByteBufAllocatorMetricProvider +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 977 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828cced8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSStructures ()V 16 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSStructures$$Lambda+0x000001d6828cccc0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 340 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828cca90 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/ModItemListing ()V 15 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/ModItemListing$$Lambda+0x000001d6828cc650 +instanceKlass org/betterx/betternether/config/Configs +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 960 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828cc238 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/trades/ModItemListing ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/api/trades/ModItemListing$$Lambda+0x000001d6828cc000 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSStructures +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 943 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828c75f8 +instanceKlass @bci org/betterx/wover/item/api/ItemRegistry hook (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # org/betterx/wover/item/api/ItemRegistry$$Lambda+0x000001d6828c73d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils remapNamespaceCodec (Lnet/minecraft/core/Registry;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 12 member ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6828c7190 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 926 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828c6f78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates ()V 63 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d6828c6d60 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ForgeConfigHolder$$Lambda+0x000001d6828c6b48 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType$$Lambda+0x000001d6828c6910 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry hook (Lnet/neoforged/bus/api/IEventBus;)V 14 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d6828c66e8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 612 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828c64d0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType$$Lambda+0x000001d6828c6298 +instanceKlass com/teamresourceful/resourcefulconfig/web/utils/WebServerUtils +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils remapNamespaceCodec (Lnet/minecraft/core/Registry;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 6 member ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6828c5e58 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates ()V 45 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d6828c5c40 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 328 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828c5a10 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 150 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828c57e8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType ()V 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType$$Lambda+0x000001d6828c55b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 595 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828c5398 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSPredicates ()V 27 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSPredicates$$Lambda+0x000001d6828c5180 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 317 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828c4d10 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType ()V 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType$$Lambda+0x000001d6828c4ad8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 578 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828c48c0 +instanceKlass org/betterx/betternether/tab/BECreativeTabs +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 74 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d6828c4000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 300 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828bfca0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType$$Lambda+0x000001d6828bfa68 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 561 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828bf850 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSPredicates +instanceKlass com/sun/net/httpserver/HttpHandler +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 283 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828bf438 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 137 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828bf210 +instanceKlass com/teamresourceful/resourcefulconfig/web/server/WebServer +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 544 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828bedf0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 316 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828bebc0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerStructurePoolElement (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)Ljava/util/function/Supplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6828be5a8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 585 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828be390 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 527 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828be178 +instanceKlass org/betterx/betternether/advancements/BNCriterion +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement$$Lambda+0x000001d6828bd8d8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 566 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828bd6c0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks ()V 549 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks$$Lambda+0x000001d6828bd4a8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 510 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828bd018 +instanceKlass com/google/gson/internal/ConstructorConstructor$17 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 547 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828bcba8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement$$Lambda+0x000001d6828bc758 +instanceKlass @bci fuzs/climaterivers/init/ModRegistry ()V 21 argL0 ; # fuzs/climaterivers/init/ModRegistry$$Lambda+0x000001d6828bc990 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks ()V 541 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks$$Lambda+0x000001d6828bc540 +instanceKlass io/netty/buffer/ByteBufAllocator +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 493 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828bc328 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency$$Lambda+0x000001d6828bbe90 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 304 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828bbc60 +instanceKlass io/netty/buffer/Unpooled +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 528 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828bba48 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 124 member ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828bb818 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement$$Lambda+0x000001d6828bb5e0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks ()V 533 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks$$Lambda+0x000001d6828bb3c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 476 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828bb1b0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency$$Lambda+0x000001d6828baf78 +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/config/Configurations addModConfigs (Ljava/lang/String;Ljava/lang/String;)V 5 argL0 ; # com/teamresourceful/resourcefulconfig/common/config/Configurations$$Lambda+0x000001d6828bad40 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency ()V 24 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency$$Lambda+0x000001d6828bab08 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 509 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828ba6c8 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 110 member ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828ba498 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement$$Lambda+0x000001d6828ba260 +instanceKlass fuzs/climaterivers/init/ModBiomes +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 459 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b9e48 +instanceKlass software/bernie/geckolib/constant/dataticket/DataTicket +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency ()V 11 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency$$Lambda+0x000001d6828b95b8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 490 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b93a0 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 96 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828b9178 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/SpawnBoxPoolElement$$Lambda+0x000001d6828b8f40 +instanceKlass net/bivrik/fancytoasts/client/config/JsonHelper$ResourceLocationAdapter +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 442 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b8ad8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency ()V 6 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency$$Lambda+0x000001d6828b8660 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 471 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b8448 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 425 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b8230 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 292 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828b8000 +instanceKlass org/betterx/betternether/registry/BlockEntitiesRegistry +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerStructurePiece (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6828b78e0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 452 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b76c8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 375 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b7270 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tweaks +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 433 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b2ea8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 251 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828b2c90 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 358 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b2a78 +instanceKlass net/bivrik/fancytoasts/client/config/JsonHelper +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 280 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828b2440 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 414 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b2228 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 341 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b2010 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/PackGenerationStrategy +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 395 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b19a8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Strippable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Strippable$$Lambda+0x000001d6828b1770 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 324 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b1558 +instanceKlass net/blay09/mods/balm/api/event/ChunkTrackingEvent +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 376 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828b0f00 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Strippable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Strippable$$Lambda+0x000001d6828b0ad8 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 83 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d6828b08b0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 307 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828b0698 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Strippable ()V 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Strippable$$Lambda+0x000001d6828afcf8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 357 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828afae0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 290 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828af688 +instanceKlass org/betterx/wover/feature/api/placed/BasePlacedFeatureKey +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule$$Lambda+0x000001d6828af470 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$General +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Strippable ()V 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Strippable$$Lambda+0x000001d6828aee40 +instanceKlass sun/nio/cs/ThreadLocalCoders$Cache +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 338 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828aec28 +instanceKlass @bci fuzs/climaterivers/init/ModRegistry ()V 10 argL0 ; # fuzs/climaterivers/init/ModRegistry$$Lambda+0x000001d6828aea10 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 273 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ae7f8 +instanceKlass sun/nio/cs/ThreadLocalCoders +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 268 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828ae5c8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Strippable ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Strippable$$Lambda+0x000001d6828ae148 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 319 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828adf30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 256 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828adad0 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/EntityTypeModule +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 300 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828ad6b8 +instanceKlass fuzs/climaterivers/init/ModPlacedFeatures +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 239 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828acc18 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockEntityType (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/BiFunction;[Ljava/util/function/Supplier;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 3 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6828ac600 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig$$Lambda+0x000001d6828ac3c8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 256 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828ac198 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 281 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828abd38 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 222 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828ab8d8 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig$$Lambda+0x000001d6828ab4a8 +instanceKlass net/minecraft/data/worldgen/BootstrapContext +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 224 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828ab280 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 262 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828ab068 +instanceKlass org/apache/commons/io/file/DeleteOption +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 205 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828aac60 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig$$Lambda+0x000001d6828aa318 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 243 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828aa100 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift$$Lambda+0x000001d6828a9ec8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 188 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a9ab8 +instanceKlass net/minecraft/core/RegistrySetBuilder$RegistryBootstrap +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift$$Lambda+0x000001d6828a9638 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig$$Lambda+0x000001d6828a9400 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 224 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a8d30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 171 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a8b18 +instanceKlass fuzs/climaterivers/init/ModRegistry +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift ()V 24 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift$$Lambda+0x000001d6828a86e0 +instanceKlass org/apache/commons/io/file/PathUtils +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 207 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828a8288 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig$$Lambda+0x000001d6828a7a10 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 205 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a7c48 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 154 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a77f8 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Tools +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 244 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828a73c8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift ()V 11 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift$$Lambda+0x000001d6828a7190 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 190 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d6828a6f78 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 186 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a6d60 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 137 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a6b48 +instanceKlass net/bivrik/fancytoasts/utility/file/FileHelper +instanceKlass @bci fuzs/climaterivers/neoforge/ClimateRiversNeoForge ()V 6 argL0 ; # fuzs/climaterivers/neoforge/ClimateRiversNeoForge$$Lambda+0x000001d6828a64b8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift ()V 6 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift$$Lambda+0x000001d6828a6280 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 167 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a5be8 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 120 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a5530 +instanceKlass java/lang/FdLibm$Atan +instanceKlass fuzs/climaterivers/ClimateRivers +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 148 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a4d70 +instanceKlass io/wispforest/endec/Serializer +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 103 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a4b58 +instanceKlass net/bivrik/fancytoasts/client/config/ConfigHandler +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 86 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a3510 +instanceKlass net/mehvahdjukaar/moonlight/api/client/IScreenProvider +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 232 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828a2e30 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 69 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a29d0 +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 52 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d6828a1eb8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 129 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828a1ca0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation$$Lambda+0x000001d6828a17e8 +instanceKlass com/wulian/chatimpressiveanimation/ChatImpressiveAnimation +instanceKlass net/bivrik/fancytoasts/client/config/data/ConfigData +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 35 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68289fb30 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation$$Lambda+0x000001d68289f8f8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation ()V 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation$$Lambda+0x000001d68289f280 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Building +instanceKlass @bci alabaster/hearthandharvest/common/registry/HHModBlocks ()V 18 argL0 ; # alabaster/hearthandharvest/common/registry/HHModBlocks$$Lambda+0x000001d68289ee30 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 220 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d68289ea00 +instanceKlass @bci com/wulian/chatimpressiveanimation/neoforge/ChatImpressiveAnimationClientNeoForge registerConfigScreen (Ljava/lang/String;Ljava/util/function/Function;)V 18 member ; # com/wulian/chatimpressiveanimation/neoforge/ChatImpressiveAnimationClientNeoForge$$Lambda+0x000001d68289e7e0 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/FeatureModule +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 173 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68289e3c8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation ()V 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation$$Lambda+0x000001d68289df48 +instanceKlass @bci com/wulian/chatimpressiveanimation/neoforge/ChatImpressiveAnimationClientNeoForge ()V 19 argL0 ; # com/wulian/chatimpressiveanimation/neoforge/ChatImpressiveAnimationClientNeoForge$$Lambda+0x000001d68289dd10 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 156 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68289d8a0 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/ItemModule ()V 116 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/ItemModule$$Lambda+0x000001d68289d440 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation$$Lambda+0x000001d68289d208 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 139 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68289cba8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 110 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d68289b820 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/services/NeoForgePlatformHelper getRibbitSpawnEggItem (Lcom/yungnickyoung/minecraft/ribbits/data/RibbitProfession;II)Ljava/util/function/Supplier; 3 member ; # com/yungnickyoung/minecraft/ribbits/services/NeoForgePlatformHelper$$Lambda+0x000001d68289b3f8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 208 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d68289b1c8 +instanceKlass net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper$ConfigObject +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 122 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68289ad80 +instanceKlass com/yungnickyoung/minecraft/ribbits/data/RibbitProfession +instanceKlass org/betterx/wover/feature/api/features/GrowableFeature +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$BoundedDiscrete +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable$$Lambda+0x000001d682897d48 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable$$Lambda+0x000001d682896c50 +instanceKlass @bci net/bivrik/fancytoasts/core/Managers onModInit ()V 8 argL0 ; # net/bivrik/fancytoasts/core/Managers$$Lambda+0x000001d682896a28 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable ()V 26 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable$$Lambda+0x000001d6828967f0 +instanceKlass org/betterx/betternether/registry/NetherFeatures +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 196 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828963c0 +instanceKlass @bci com/wulian/chatimpressiveanimation/config/ConfigUtil getConfig ()Lcom/wulian/chatimpressiveanimation/config/ModConfigs; 8 argL0 ; # com/wulian/chatimpressiveanimation/config/ConfigUtil$$Lambda+0x000001d6828961a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper defineObject (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Ljava/lang/String;Lcom/mojang/serialization/Codec;Lcom/google/common/base/Supplier;)Lnet/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper$ConfigObject; 16 argL0 ; # net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper$$Lambda+0x000001d682895f60 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 91 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d682895d48 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable ()V 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable$$Lambda+0x000001d682895b10 +instanceKlass net/bivrik/fancytoasts/core/manager/ToastManager +instanceKlass com/wulian/chatimpressiveanimation/config/ModConfigs +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable$$Lambda+0x000001d682895200 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper defineObject (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Ljava/lang/String;Lcom/mojang/serialization/Codec;Lcom/google/common/base/Supplier;)Lnet/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper$ConfigObject; 2 member ; # net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper$$Lambda+0x000001d682894fc8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerLootCondition (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682893ee8 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/RibbitProfessionModule +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 184 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682893618 +instanceKlass com/wulian/chatimpressiveanimation/config/ConfigUtil +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 105 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d682893200 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 70 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d682892fd8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 72 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d682889a98 +instanceKlass net/mehvahdjukaar/moonlight/core/databuddy/ConfigHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 89 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d682889880 +instanceKlass org/betterx/betternether/registry/NetherPoiTypes +instanceKlass com/yungnickyoung/minecraft/ribbits/services/NeoForgeSupporterHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerLootPoolEntry (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d682889220 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 172 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d68288b9d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 73 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68288b7b8 +instanceKlass @bci net/bivrik/fancytoasts/core/manager/CustomTextureManager ()V 21 argL0 ; # net/bivrik/fancytoasts/core/manager/CustomTextureManager$$Lambda+0x000001d68288b3a8 +instanceKlass com/connectivity/networkstats/INamedPacket +instanceKlass com/yungnickyoung/minecraft/ribbits/services/ISupporterHelper +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 57 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d68288a000 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/BlockPredicate ()V 8 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/BlockPredicate$$Lambda+0x000001d68288fcc8 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 53 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d68288fab0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/MoonlightRegistry ()V 57 argL0 ; # net/mehvahdjukaar/moonlight/api/MoonlightRegistry$$Lambda+0x000001d68288f638 +instanceKlass net/bettercombat/neoforge/NeoForgeEvents +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/ribbits/services/Services$$Lambda+0x000001d68288f218 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/BlockPredicate ()V 3 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/BlockPredicate$$Lambda+0x000001d68288efe0 +instanceKlass org/betterx/betternether/registry/NetherParticles +instanceKlass net/bivrik/fancytoasts/core/manager/CustomTextureManager +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob$$Lambda+0x000001d682887b40 +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/BlockPredicate +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob$$Lambda+0x000001d682887710 +instanceKlass io/netty/util/concurrent/Promise +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 160 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682885690 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 34 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d6828847a8 +instanceKlass io/netty/util/concurrent/Future +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 44 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d682884580 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob ()V 21 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob$$Lambda+0x000001d682884348 +instanceKlass com/yungnickyoung/minecraft/ribbits/services/NeoForgePlatformHelper +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Functional ()V 823 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Functional$$Lambda+0x000001d682882a30 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob$$Lambda+0x000001d6828827f8 +instanceKlass org/betterx/betternether/registry/NetherEntities +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ConfigBuilderImpl define (Ljava/lang/String;Ljava/util/List;Ljava/util/function/Predicate;)Ljava/util/function/Supplier; 25 member ; # net/mehvahdjukaar/moonlight/api/platform/configs/neoforge/ConfigBuilderImpl$$Lambda+0x000001d682880f08 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob ()V 3 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob$$Lambda+0x000001d68287fc10 +instanceKlass io/netty/channel/ChannelHandlerAdapter +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder define (Ljava/lang/String;Ljava/util/List;)Ljava/util/function/Supplier; 3 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder$$Lambda+0x000001d68287f9c8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/loader/Writer writeCategories (Ljava/util/LinkedHashMap;Lcom/teamresourceful/resourcefulconfig/common/jsonc/JsoncObject;)V 2 member ; # com/teamresourceful/resourcefulconfig/common/loader/Writer$$Lambda+0x000001d68287f798 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 148 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d68287f360 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/NeoForgeRegistryEntry +instanceKlass net/bettercombat/neoforge/client/NeoForgeClientEvents +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$$Lambda+0x000001d68287dd60 +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/loader/Writer getComments (Lcom/teamresourceful/resourcefulconfig/api/types/entries/ResourcefulConfigEntry;)Ljava/lang/String; 429 member ; # com/teamresourceful/resourcefulconfig/common/loader/Writer$$Lambda+0x000001d68287db30 +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs feature (Lnet/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder;Ljava/lang/String;Ljava/lang/String;Z)Ljava/util/function/Supplier; 42 member ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d68287d910 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/modinit/RSFeatures ()V 16 argL0 ; # com/telepathicgrunt/repurposedstructures/modinit/RSFeatures$$Lambda+0x000001d68287c818 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$$Lambda+0x000001d68287c5e0 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/entries/ResourcefulConfigObjectEntry +instanceKlass com/yungnickyoung/minecraft/ribbits/services/IPlatformHelper +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 31 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d68287af20 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$$Lambda+0x000001d68287ace8 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel$$Lambda+0x000001d68287aab0 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/RegistryEntries +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/loader/Writer writeEntries (Ljava/util/LinkedHashMap;Lcom/teamresourceful/resourcefulconfig/common/jsonc/JsoncObject;)Lcom/teamresourceful/resourcefulconfig/common/jsonc/JsoncObject; 2 member ; # com/teamresourceful/resourcefulconfig/common/loader/Writer$$Lambda+0x000001d68287a668 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel$$Lambda+0x000001d68287a430 +instanceKlass net/bivrik/fancytoasts/core/manager/CreditsManager +instanceKlass com/yungnickyoung/minecraft/ribbits/services/Services +instanceKlass @bci net/mehvahdjukaar/moonlight/api/misc/MapRegistry dispatch (Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 2 argL0 ; # net/mehvahdjukaar/moonlight/api/misc/MapRegistry$$Lambda+0x000001d682871cf0 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 136 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682871ac0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel ()V 21 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel$$Lambda+0x000001d682871888 +instanceKlass org/betterx/betternether/registry/NetherEnchantments +instanceKlass io/netty/channel/ChannelOutboundHandler +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$VerticalProvider ()V 17 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$VerticalProvider$$Lambda+0x000001d682871450 +instanceKlass com/teamresourceful/resourcefulconfig/common/jsonc/JsoncPrimitive +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/RegistryEntry +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel ()V 8 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel$$Lambda+0x000001d6828739a0 +instanceKlass net/bettercombat/neoforge/client/NeoForgeClientMod +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/ItemModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/ItemModule$$Lambda+0x000001d682873108 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Functional +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/NeoForgeResourcefulRegistry +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor$$Lambda+0x000001d682877b40 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel ()V 3 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel$$Lambda+0x000001d68286fc20 +instanceKlass @bci org/betterx/betternether/BetterNether (Lnet/neoforged/bus/api/IEventBus;)V 20 argL0 ; # org/betterx/betternether/BetterNether$$Lambda+0x000001d68286f9f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor$$Lambda+0x000001d68286f5d0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/assets/LangBuilder getReadableName (Ljava/lang/String;)Ljava/lang/String; 16 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/assets/LangBuilder$$Lambda+0x000001d68286f398 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 124 member ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d68286f168 +instanceKlass org/betterx/betternether/registry/SoundsRegistry +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor$$Lambda+0x000001d68286dea0 +instanceKlass net/bivrik/fancytoasts/core/manager/SplashManager +instanceKlass com/yungnickyoung/minecraft/ribbits/module/ItemModule +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor$$Lambda+0x000001d68286c658 +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/Writer +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/ResourcefulRegistries +instanceKlass net/mehvahdjukaar/moonlight/api/resources/assets/LangBuilder +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterParticleType simple ()Lcom/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterParticleType; 4 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterParticleType$$Lambda+0x000001d68286af28 +instanceKlass @bci org/betterx/betternether/registry/NetherItems getItemRegistry ()Lorg/betterx/wover/item/api/ItemRegistry; 18 argL0 ; # org/betterx/betternether/registry/NetherItems$$Lambda+0x000001d68286a8a8 +instanceKlass net/bivrik/fancytoasts/core/manager/KeyBindingManager +instanceKlass net/neoforged/neoforge/registries/datamaps/DataMapType$Builder +instanceKlass com/yungnickyoung/minecraft/ribbits/module/ParticleTypeModule +instanceKlass net/neoforged/neoforge/network/filters/DynamicChannelHandler +instanceKlass alabaster/hearthandharvest/common/registry/HHModBlocks +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 112 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682863a08 +instanceKlass io/netty/channel/ChannelHandler +instanceKlass net/bivrik/fancytoasts/core/manager/EventManager +instanceKlass net/neoforged/neoforge/registries/datamaps/DataMapType +instanceKlass org/betterx/bclib/interfaces/AirSelectionItem +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/Loader +instanceKlass org/betterx/wover/complex/api/equipment/EquipmentSet +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$SeaLevelAnchor ()V 15 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$SeaLevelAnchor$$Lambda+0x000001d682866810 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 97 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d6828665e8 +instanceKlass com/yungnickyoung/minecraft/ribbits/module/SoundModule +instanceKlass alabaster/hearthandharvest/Config +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Redstone +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$SeaLevelAnchor ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$SeaLevelAnchor$$Lambda+0x000001d682864c90 +instanceKlass net/blay09/mods/balm/api/event/EntityTickHandler +instanceKlass net/bivrik/fancytoasts/core/ITickableManager +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d68285b4b0 +instanceKlass com/google/common/collect/HashBiMap$Itr +instanceKlass @cpi umpaz/brewinandchewin/common/attachment/TipsyHeartsAttachment 127 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682860000 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d68285b278 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d68285b040 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable ()V 23 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d68285ae08 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable ()V 10 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d68285a990 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d68285a2f8 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$Anchor ()V 15 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$Anchor$$Lambda+0x000001d68285a0c0 +instanceKlass @bci net/neoforged/neoforge/registries/datamaps/builtin/Compostable ()V 5 argL0 ; # net/neoforged/neoforge/registries/datamaps/builtin/Compostable$$Lambda+0x000001d682859e88 +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/loader/Patcher getPatches (ILjava/util/function/Consumer;)Lit/unimi/dsi/fastutil/ints/Int2ObjectFunction; 22 member ; # com/teamresourceful/resourcefulconfig/common/loader/Patcher$$Lambda+0x000001d6828599b8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 82 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682859578 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d6828597a0 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$Anchor ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$Anchor$$Lambda+0x000001d682859340 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 48 member ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d682859110 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d682858cf8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 67 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682858ad0 +instanceKlass net/bivrik/fancytoasts/core/manager/ConfigManager +instanceKlass org/betterx/betternether/registry/NetherItems +instanceKlass @bci com/teamresourceful/resourcefulconfig/common/loader/Patcher getPatches (ILjava/util/function/Consumer;)Lit/unimi/dsi/fastutil/ints/Int2ObjectFunction; 11 member ; # com/teamresourceful/resourcefulconfig/common/loader/Patcher$$Lambda+0x000001d682858448 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d682858230 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 36 member ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d682858000 +instanceKlass net/blay09/mods/balm/api/event/ServerPlayerTickHandler +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d682851800 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 52 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682853790 +instanceKlass @cpi com/teamresourceful/resourcefulconfig/common/loader/Patcher 70 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682851000 +instanceKlass @bci alabaster/hearthandharvest/HearthAndHarvest (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 24 member ; # alabaster/hearthandharvest/HearthAndHarvest$$Lambda+0x000001d682853328 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule$$Lambda+0x000001d682852ed8 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 37 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682852830 +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/Patcher +instanceKlass net/neoforged/neoforge/server/command/ConfigCommand +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$DataMapBuilder +instanceKlass net/bivrik/fancytoasts/core/IManager +instanceKlass net/bivrik/fancytoasts/core/Managers +instanceKlass net/blay09/mods/balm/api/event/ServerLevelTickHandler +instanceKlass com/yungnickyoung/minecraft/ribbits/module/StructureProcessorTypeModule +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 22 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682856d70 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$VerticalProvider ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$VerticalProvider$$Lambda+0x000001d682856b58 +instanceKlass @bci net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents registerEvents (Lnet/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents;)V 7 argL0 ; # net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents$$Lambda+0x000001d682856710 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl (Ljava/lang/String;)V 51 argL0 ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$$Lambda+0x000001d6828564c8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab (Lcom/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder;)V 1 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$$Lambda+0x000001d6828562b0 +instanceKlass @bci net/neoforged/neoforge/client/ClientNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 35 argL0 ; # net/neoforged/neoforge/client/ClientNeoForgeMod$$Lambda+0x000001d6828559a8 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSFeatures +instanceKlass net/blay09/mods/balm/api/event/ServerTickHandler +instanceKlass @bci org/betterx/betternether/registry/NetherBlocks getBlockRegistry ()Lorg/betterx/wover/block/api/BlockRegistry; 18 argL0 ; # org/betterx/betternether/registry/NetherBlocks$$Lambda+0x000001d682855398 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$BlockConversionBuilder (Lnet/neoforged/neoforge/common/ItemAbility;Ljava/util/function/Predicate;)V 17 member ; # fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$BlockConversionBuilder$$Lambda+0x000001d682854f20 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/RibbitsCommon ()V 37 argL0 ; # com/yungnickyoung/minecraft/ribbits/RibbitsCommon$$Lambda+0x000001d682854d08 +instanceKlass @bci net/neoforged/neoforge/client/ClientNeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 24 argL0 ; # net/neoforged/neoforge/client/ClientNeoForgeMod$$Lambda+0x000001d682854900 +instanceKlass com/teamresourceful/resourcefulconfig/common/jsonc/JsoncObject +instanceKlass @bci org/betterx/wover/item/api/ItemRegistry forMod (Lorg/betterx/wover/core/api/ModCore;)Lorg/betterx/wover/item/api/ItemRegistry; 5 member ; # org/betterx/wover/item/api/ItemRegistry$$Lambda+0x000001d682854458 +instanceKlass @bci net/neoforged/neoforge/common/ItemAbilities of ([Lnet/neoforged/neoforge/common/ItemAbility;)Ljava/util/Set; 4 argL0 ; # net/neoforged/neoforge/common/ItemAbilities$$Lambda+0x000001d682854000 +instanceKlass @bci com/yungnickyoung/minecraft/ribbits/RibbitsCommon ()V 29 argL0 ; # com/yungnickyoung/minecraft/ribbits/RibbitsCommon$$Lambda+0x000001d68284dd60 +instanceKlass net/bivrik/fancytoasts/platform/NeoForgeFTBQuestsHelper +instanceKlass net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$VerticalProvider +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder ()V 21 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder$$Lambda+0x000001d68284d000 +instanceKlass net/neoforged/neoforge/common/ItemAbilities +instanceKlass net/blay09/mods/balm/api/event/TickType +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder ()V 12 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder$$Lambda+0x000001d68284f5d0 +instanceKlass com/telepathicgrunt/repurposedstructures/misc/lootmanager/StructureModdedLootImporter +instanceKlass org/betterx/wover/item/api/ItemRegistry +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$$Lambda+0x000001d68284ecd8 +instanceKlass com/teamresourceful/resourcefulconfig/common/jsonc/JsoncElement +instanceKlass net/bivrik/fancytoasts/platform/NeoForgeJadeHelper +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl$BlockConversionBuilder +instanceKlass @bci com/spaceagle17/iris_shader_folder/ConfigManager startConfigWatcher ()V 25 argL0 ; # com/spaceagle17/iris_shader_folder/ConfigManager$$Lambda+0x000001d68284e468 +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCreativeTab$Builder +instanceKlass @bci com/spaceagle17/iris_shader_folder/ConfigManager startConfigWatcher ()V 11 argL0 ; # com/spaceagle17/iris_shader_folder/ConfigManager$$Lambda+0x000001d68284bd20 +instanceKlass @bci org/apache/commons/io/IOUtils toString (Lorg/apache/commons/io/function/IOSupplier;Ljava/nio/charset/Charset;)Ljava/lang/String; 2 argL0 ; # org/apache/commons/io/IOUtils$$Lambda+0x000001d682845c70 +instanceKlass net/blay09/mods/balm/neoforge/event/NeoForgeBalmCommonEvents +instanceKlass @bci net/bivrik/fancytoasts/platform/Services ()V 28 argL0 ; # net/bivrik/fancytoasts/platform/Services$$Lambda+0x000001d68284b908 +instanceKlass @bci org/apache/commons/io/FileUtils readFileToString (Ljava/io/File;Ljava/nio/charset/Charset;)Ljava/lang/String; 1 member ; # org/apache/commons/io/FileUtils$$Lambda+0x000001d682845a40 +instanceKlass net/bivrik/fancytoasts/platform/services/IFTBQuestsHelper +instanceKlass com/telepathicgrunt/repurposedstructures/misc/lootmanager/EndRemasteredDedicatedLoot +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/GameplayContentContextNeoForgeImpl +instanceKlass org/apache/commons/io/function/IOSupplier +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerPlacementModifier (Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/serialization/MapCodec;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d68284ac40 +instanceKlass @bci net/bivrik/fancytoasts/platform/Services ()V 21 argL0 ; # net/bivrik/fancytoasts/platform/Services$$Lambda+0x000001d68284aa28 +instanceKlass @bci net/mehvahdjukaar/moonlight/neoforge/ConfigHacks ()V 4 argL0 ; # net/mehvahdjukaar/moonlight/neoforge/ConfigHacks$$Lambda+0x000001d68284a5c0 +instanceKlass net/bivrik/fancytoasts/platform/services/IJadeHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter$$Lambda+0x000001d68284a1a0 +instanceKlass com/telepathicgrunt/repurposedstructures/utils/neoforge/PlatformHooksImpl +instanceKlass com/yungnickyoung/minecraft/ribbits/module/ConfigModule +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter$$Lambda+0x000001d682849b58 +instanceKlass net/mehvahdjukaar/moonlight/neoforge/ConfigHacks +instanceKlass com/telepathicgrunt/repurposedstructures/utils/PlatformHooks +instanceKlass @bci net/bivrik/fancytoasts/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # net/bivrik/fancytoasts/platform/Services$$Lambda+0x000001d682849138 +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter$$Lambda+0x000001d682848f00 +instanceKlass org/apache/commons/io/filefilter/IOFileFilter +instanceKlass com/yungnickyoung/minecraft/ribbits/RibbitsCommon +instanceKlass org/apache/commons/io/file/PathFilter +instanceKlass @bci net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/worldgen/CaveFilter$$Lambda+0x000001d682848ac8 +instanceKlass net/bivrik/fancytoasts/platform/NeoForgePlatformHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl addListener (Ljava/util/function/Consumer;Ljava/lang/Class;)V 104 argL0 ; # net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl$$Lambda+0x000001d682848200 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/RSTags +instanceKlass com/spaceagle17/iris_shader_folder/ConfigManager +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructurePlacementTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructurePlacementTypeModule$$Lambda+0x000001d682844a40 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry forMod (Lorg/betterx/wover/core/api/ModCore;)Lorg/betterx/wover/block/api/BlockRegistry; 5 member ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d682844800 +instanceKlass net/mehvahdjukaar/moonlight/api/events/IDropItemOnDeathEvent +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 68 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682847ae8 +instanceKlass net/bivrik/fancytoasts/platform/services/IPlatformHelper +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/module/StructurePlacementTypeModule +instanceKlass net/mehvahdjukaar/moonlight/api/events/ILightningStruckBlockEvent +instanceKlass com/telepathicgrunt/repurposedstructures/RepurposedStructures +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry ()V 39 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d6828470c0 +instanceKlass org/apache/commons/io/FileUtils +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 53 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682846e90 +instanceKlass net/bettercombat/neoforge/network/NetworkEvents +instanceKlass net/bivrik/fancytoasts/platform/Services +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 200 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682846878 +instanceKlass net/mehvahdjukaar/moonlight/api/events/IFireConsumeBlockEvent +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry ()V 31 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d682846448 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 41 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682846218 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 192 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682846000 +instanceKlass net/mehvahdjukaar/moonlight/api/events/IVillagerBrainEvent +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry ()V 18 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d682843b70 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 29 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682843940 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 184 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682843728 +instanceKlass @bci org/betterx/wover/block/api/BlockRegistry ()V 10 argL0 ; # org/betterx/wover/block/api/BlockRegistry$$Lambda+0x000001d6828434f0 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 13 argL0 ; # com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge$$Lambda+0x000001d6828430a8 +instanceKlass net/mehvahdjukaar/moonlight/api/events/neoforge/MoonlightEventsHelperImpl +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 176 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682842c90 +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 80 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d682842a60 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 17 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682842830 +instanceKlass @bci com/spaceagle17/iris_shader_folder/IrisShaderFolder ()V 75 argL0 ; # com/spaceagle17/iris_shader_folder/IrisShaderFolder$$Lambda+0x000001d682842618 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 168 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682842400 +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 65 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d6828421d0 +instanceKlass org/betterx/wover/block/api/BlockRegistry +instanceKlass net/mehvahdjukaar/moonlight/api/MoonlightRegistry +instanceKlass @bci net/bettercombat/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/bettercombat/neoforge/NeoForgeMod$$Lambda+0x000001d682841b68 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/ResourcefulRegistry +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 160 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682841950 +instanceKlass @bci net/neoforged/neoforge/client/TagConventionLogWarningClient setupUntranslatedItemTagWarning (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # net/neoforged/neoforge/client/TagConventionLogWarningClient$$Lambda+0x000001d682841530 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor registerLoadingHandlers (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Lnet/neoforged/bus/api/IEventBus;Lcom/google/common/collect/Multimap;Ljava/util/Set;Ljava/util/Set;)V 5 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d682841300 +instanceKlass @bci net/bettercombat/logic/TargetHelper ()V 17 argL0 ; # net/bettercombat/logic/TargetHelper$$Lambda+0x000001d682840e80 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 152 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682840c68 +instanceKlass net/neoforged/neoforge/client/TagConventionLogWarningClient +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 144 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682840850 +instanceKlass net/mehvahdjukaar/moonlight/api/events/MoonlightEventsHelper +instanceKlass dev/architectury/platform/forge/PlatformImpl +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 136 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682824800 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder (Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/moonlight/api/platform/configs/ConfigType;)V 31 member ; # net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder$$Lambda+0x000001d68283fd90 +instanceKlass @bci net/bettercombat/compat/FTBTeamsCompat init ()V 10 argL0 ; # net/bettercombat/compat/FTBTeamsCompat$$Lambda+0x000001d68283fb78 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 128 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283f960 +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/ResourcefulRegistriesImpl +instanceKlass @bci net/neoforged/neoforge/client/ClientCommandHandler init ()V 3 argL0 ; # net/neoforged/neoforge/client/ClientCommandHandler$$Lambda+0x000001d68283f338 +instanceKlass net/mehvahdjukaar/moonlight/api/events/AfterLanguageLoadEvent +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 51 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d68283ecb0 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 120 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283eee0 +instanceKlass dev/architectury/platform/Platform +instanceKlass net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResources +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 112 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283e678 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor construct (Lfuzs/puzzleslib/api/core/v1/ModConstructor;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;)V 8 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor$$Lambda+0x000001d68283e008 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 104 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283dbd0 +instanceKlass it/hurts/octostudios/immersiveui/compat/DummySophisticatedCompat +instanceKlass net/bettercombat/logic/TargetHelper$TeamMatcher +instanceKlass com/telepathicgrunt/repurposedstructures/configs/neoforge/RSModdedLootConfig +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 96 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283d1a0 +instanceKlass net/blay09/mods/balm/core/BalmRegistrar$Scoped +instanceKlass fuzs/puzzleslib/api/core/v1/context/CompostableBlocksContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/GameplayContentContext +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 88 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283c570 +instanceKlass net/mehvahdjukaar/moonlight/api/trades/ModItemListing +instanceKlass fuzs/puzzleslib/api/core/v1/context/BlockInteractionsContext +instanceKlass net/blay09/mods/balm/neoforge/core/internal/NeoForgeBalmRegistrar +instanceKlass fuzs/puzzleslib/api/core/v1/context/FlammableBlocksContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/BiomeModificationsContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/FuelBurnTimesContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/CreativeModeTabContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/PackRepositorySourcesContext +instanceKlass it/hurts/octostudios/octolib/module/config/loader/IConfigFileLoader +instanceKlass net/mehvahdjukaar/moonlight/api/platform/configs/ModConfigHolder +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 80 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68283a838 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/configs/neoforge/RSConfigHandler setup (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 12 argL0 ; # com/telepathicgrunt/repurposedstructures/configs/neoforge/RSConfigHandler$$Lambda+0x000001d68283a418 +instanceKlass fuzs/puzzleslib/api/core/v1/context/BuildCreativeModeTabContentsContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/EntityAttributesModifyContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/EntityAttributesCreateContext +instanceKlass fuzs/puzzleslib/api/core/v1/context/SpawnPlacementsContext +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$ItemListing +instanceKlass it/hurts/octostudios/immersiveui/Config +instanceKlass fuzs/puzzleslib/neoforge/impl/core/NeoForgeModConstructor +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 72 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682839560 +instanceKlass @bci com/telepathicgrunt/repurposedstructures/configs/neoforge/RSConfigHandler setup (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 1 argL0 ; # com/telepathicgrunt/repurposedstructures/configs/neoforge/RSConfigHandler$$Lambda+0x000001d682839338 +instanceKlass net/bettercombat/neoforge/PlatformImpl +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 37 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d682838f08 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 64 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682837c28 +instanceKlass @bci net/blay09/mods/balm/neoforge/permission/NeoForgeBalmPermissions ()V 19 member ; # net/blay09/mods/balm/neoforge/permission/NeoForgeBalmPermissions$$Lambda+0x000001d6828379f8 +instanceKlass @bci net/mehvahdjukaar/sawmill/trades/CarpenterTrades ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/trades/CarpenterTrades$$Lambda+0x000001d6828368e0 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 56 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d6828366c8 +instanceKlass com/telepathicgrunt/repurposedstructures/configs/neoforge/RSConfigHandler +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 48 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d682835ea8 +instanceKlass net/blay09/mods/balm/api/permission/PermissionContext +instanceKlass net/mehvahdjukaar/sawmill/trades/CarpenterTrades +instanceKlass net/neoforged/neoforge/client/ClientCommandHandler +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d6828346c0 +instanceKlass net/blay09/mods/balm/common/permission/CommonBalmPermissions +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 23 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d682832ff8 +instanceKlass net/bettercombat/Platform +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68282fdd8 +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoImpl init ()V 9 member ; # agency/highlysuspect/autothirdperson/neo/NeoImpl$$Lambda+0x000001d68282fba8 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68282f990 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/network/neoforge/NetworkHelperImpl addNetworkRegistration (Ljava/util/function/Consumer;I)V 2 member ; # net/mehvahdjukaar/moonlight/api/platform/network/neoforge/NetworkHelperImpl$$Lambda+0x000001d68282f760 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68282f548 +instanceKlass net/armory/neoforge/client/NeoForgeClientMod +instanceKlass @bci com/electronwill/nightconfig/core/AbstractConfig entrySet ()Ljava/util/Set; 23 argL0 ; # com/electronwill/nightconfig/core/AbstractConfig$$Lambda+0x000001d682767cd8 +instanceKlass @bci agency/highlysuspect/autothirdperson/neo/NeoCookedConfig mkValidator (Lagency/highlysuspect/autothirdperson/config/ConfigProperty;)Ljava/util/function/Predicate; 1 member ; # agency/highlysuspect/autothirdperson/neo/NeoCookedConfig$$Lambda+0x000001d68282f0f8 +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68282eee0 +instanceKlass @bci com/electronwill/nightconfig/core/AbstractConfig entrySet ()Ljava/util/Set; 18 argL0 ; # com/electronwill/nightconfig/core/AbstractConfig$$Lambda+0x000001d682767aa0 +instanceKlass net/bettercombat/compat/FTBTeamsCompat +instanceKlass net/mehvahdjukaar/moonlight/api/platform/network/neoforge/NetworkHelperImpl +instanceKlass @bci com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule$$Lambda+0x000001d68282d9d0 +instanceKlass @bci net/armory/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/armory/neoforge/NeoForgeMod$$Lambda+0x000001d68282d7a8 +instanceKlass net/blay09/mods/balm/neoforge/particle/NeoForgeBalmParticles +instanceKlass @bci com/electronwill/nightconfig/core/AbstractConfig entrySet ()Ljava/util/Set; 13 argL0 ; # com/electronwill/nightconfig/core/AbstractConfig$$Lambda+0x000001d682767868 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder$$Lambda+0x000001d68282c438 +instanceKlass agency/highlysuspect/autothirdperson/neo/NeoCookedConfig$1 +instanceKlass net/neoforged/neoforge/client/internal/SelfTestClient +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder$$Lambda+0x000001d68282bdb8 +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigTranslationsManager addModConfig (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/neoforged/neoforge/common/ModConfigSpec;)V 28 member ; # fuzs/puzzleslib/impl/config/ConfigTranslationsManager$$Lambda+0x000001d68282bb78 +instanceKlass net/bettercombat/compat/CompatFeatures +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/module/StructureProcessorModule +instanceKlass net/blay09/mods/balm/common/proxy/ModProxyImpl$1 +instanceKlass net/bettercombat/api/client/AttackRangeExtensions +instanceKlass net/mehvahdjukaar/moonlight/api/platform/configs/ConfigBuilder +instanceKlass net/neoforged/neoforge/client/model/geometry/IGeometryLoader +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientFluidTypeExtensions +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigSchema$Visitor +instanceKlass fuzs/puzzleslib/impl/config/ConfigTranslationsManager +instanceKlass @bci net/bettercombat/BetterCombatMod init ()V 42 argL0 ; # net/bettercombat/BetterCombatMod$$Lambda+0x000001d682825630 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 72 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682825418 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/network/NetworkHelper +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 64 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682825000 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 56 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682826aa0 +instanceKlass agency/highlysuspect/autothirdperson/neo/NeoCookedConfig +instanceKlass net/blay09/mods/balm/common/compat/NoopTrinkets +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 48 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d6828263f8 +instanceKlass it/hurts/octostudios/immersiveui/compat/SophisticatedProxy +instanceKlass it/hurts/octostudios/immersiveui/ImmersiveUI +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682823ca0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl registerConfigurationScreen (Ljava/lang/String;)V 20 argL0 ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d682823a78 +instanceKlass @bci net/blay09/mods/balm/neoforge/compat/NeoForgeBalmModSupport (Lnet/blay09/mods/balm/api/BalmRuntime;)V 31 argL0 ; # net/blay09/mods/balm/neoforge/compat/NeoForgeBalmModSupport$$Lambda+0x000001d682823840 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682822718 +instanceKlass it/hurts/octostudios/octolib/module/config/impl/OctoConfig +instanceKlass @bci net/mehvahdjukaar/sawmill/NetworkStuff init ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/NetworkStuff$$Lambda+0x000001d6828222f8 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d6828220e0 +instanceKlass net/spell_engine/api/config/ConfigFile$Equipment +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/NeoForgeDataMaps +instanceKlass net/neoforged/fml/config/ModConfigs +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigSchema$Section +instanceKlass net/blay09/mods/balm/common/compat/TrinketsMultiplexer +instanceKlass @bci de/maxhenkel/corpse/Main (Lnet/neoforged/bus/api/IEventBus;)V 79 member ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d682821258 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682820e48 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSand +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableShovel +instanceKlass net/mehvahdjukaar/moonlight/api/platform/network/NetworkHelper$RegisterMessagesEvent +instanceKlass net/armory_rpgs/ArmoryMod +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d682820400 +instanceKlass @bci com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule$$Lambda+0x000001d68281fd90 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 429 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68281fb68 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl registerConfigurationScreen (Ljava/lang/String;)V 8 argL0 ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d68281ea58 +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigSchema +instanceKlass net/blay09/mods/balm/api/compat/trinkets/BalmModSupportTrinkets +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d68281e618 +instanceKlass net/mehvahdjukaar/sawmill/NetworkStuff +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 81 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d68281dff8 +instanceKlass @bci net/blay09/mods/balm/common/proxy/ModProxyImpl with (Ljava/lang/String;Ljava/lang/String;)Lnet/blay09/mods/balm/api/proxy/ModProxy; 12 member ; # net/blay09/mods/balm/common/proxy/ModProxyImpl$$Lambda+0x000001d68281dba8 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/module/StructureProcessorTypeModule +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 18 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d68281cda8 +instanceKlass @bci de/maxhenkel/corpse/Main (Lnet/neoforged/bus/api/IEventBus;)V 67 member ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d68281cb78 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl addClientSetup (Ljava/lang/Runnable;)V 4 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$$Lambda+0x000001d68281c948 +instanceKlass com/illusivesoulworks/cherishedworlds/mixin/core/AccessorJoinMultiplayerScreen +instanceKlass @bci de/maxhenkel/corpse/Main (Lnet/neoforged/bus/api/IEventBus;)V 55 member ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d68281c300 +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule$$Lambda+0x000001d68281c0e8 +instanceKlass agency/highlysuspect/autothirdperson/AutoThirdPerson$State +instanceKlass @bci net/mehvahdjukaar/supplementaries/configs/CommonConfigs ()V 10 argL0 ; # net/mehvahdjukaar/supplementaries/configs/CommonConfigs$$Lambda+0x000001d68281ac90 +instanceKlass net/blay09/mods/balm/common/proxy/ModProxyImpl$ModEntry +instanceKlass net/neoforged/neoforge/client/extensions/common/IClientItemExtensions +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule$$Lambda+0x000001d68281a678 +instanceKlass @bci de/maxhenkel/corpse/corelib/CommonRegistry registerConfig (Ljava/lang/String;Lnet/neoforged/fml/config/ModConfig$Type;Ljava/lang/Class;Z)Lde/maxhenkel/corpse/corelib/config/ConfigBase; 69 member ; # de/maxhenkel/corpse/corelib/CommonRegistry$$Lambda+0x000001d68281a458 +instanceKlass net/neoforged/neoforge/client/IItemDecorator +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule$$Lambda+0x000001d68281a048 +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule$$Lambda+0x000001d682819c30 +instanceKlass @bci net/blay09/mods/balm/common/CommonBalmRuntime modProxy ()Lnet/blay09/mods/balm/api/proxy/ModProxy; 5 member ; # net/blay09/mods/balm/common/CommonBalmRuntime$$Lambda+0x000001d6828199e0 +instanceKlass net/neoforged/neoforge/common/DataMapHooks +instanceKlass @bci com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule$$Lambda+0x000001d6828195c8 +instanceKlass de/maxhenkel/corpse/corelib/CommonRegistry +instanceKlass net/blay09/mods/balm/common/proxy/ModProxyImpl +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl +instanceKlass agency/highlysuspect/autothirdperson/TwentyOneOneAutoThirdPerson$1 +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/module/StructureProcessorTypeModule +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 70 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d682808c18 +instanceKlass net/bettercombat/logic/TargetHelper +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructurePlacementTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructurePlacementTypeModule$$Lambda+0x000001d682808800 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits (Ljava/util/Map;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V 197 member ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d6828172f0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 416 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6828161c0 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 59 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d6828144d8 +instanceKlass agency/highlysuspect/autothirdperson/config/StubConfig +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/StructurePlacementTypeModule +instanceKlass sun/security/provider/ByteArrayAccess$LE +instanceKlass com/teamresourceful/resourcefulconfig/common/utils/neoforge/ModUtilsImpl +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 56 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d682813800 +instanceKlass net/blay09/mods/balm/common/compat/hudinfo/CommonBalmModSupportHudInfo +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits ()V 26 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d682813180 +instanceKlass de/maxhenkel/corpse/corelib/config/ConfigBase +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 48 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d682812aa8 +instanceKlass com/teamresourceful/resourcefulconfig/common/utils/ModUtils +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonObject$1 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d682812420 +instanceKlass net/blay09/mods/balm/api/compat/hudinfo/BalmModSupportHudInfo +instanceKlass net/blay09/mods/balm/neoforge/compat/NeoForgeBalmModSupport +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d682809d68 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d682809b00 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 403 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6828098d8 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d682809428 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigButton +instanceKlass @bci de/maxhenkel/corpse/Main (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d682809000 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 390 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68280acc8 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d68280aab0 +instanceKlass @bci de/maxhenkel/corpse/Main (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d68280a880 +instanceKlass com/teamresourceful/resourcefulconfig/common/config/ParsingUtils +instanceKlass net/blay09/mods/balm/neoforge/component/NeoForgeBalmComponents +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 377 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68280a238 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 136 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d68280a000 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d68280fda0 +instanceKlass net/mehvahdjukaar/polytone/mixins/neoforge/BuildCreativeModeTabContentsEventAccessor +instanceKlass @bci de/maxhenkel/corpse/Main ()V 97 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d68280f990 +instanceKlass @bci com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule$$Lambda+0x000001d68280f778 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d68280e6f0 +instanceKlass @bci de/maxhenkel/corpse/Main ()V 69 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d68280e4d8 +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigProperties$PropertyBase +instanceKlass jdk/internal/vm/annotation/ForceInline +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 142 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d68280e028 +instanceKlass net/neoforged/neoforge/fluids/CauldronFluidContent +instanceKlass @bci de/maxhenkel/corpse/Main ()V 52 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d682807dd0 +instanceKlass net/blay09/mods/balm/neoforge/recipe/NeoForgeBalmRecipes +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d68280d9a8 +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/module/StructureProcessorTypeModule +instanceKlass @bci de/maxhenkel/corpse/Main ()V 24 argL0 ; # de/maxhenkel/corpse/Main$$Lambda+0x000001d6828079b8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 137 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d682807770 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/annotation/Deserializer +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d682806f00 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 80 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d682807138 +instanceKlass net/mehvahdjukaar/moonlight/api/platform/ClientHelper +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 48 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d682806cd8 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$SearchTerm +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 124 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d682806678 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d682806450 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d682805320 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Keybind +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 366 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682804118 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d682803ee0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 111 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d682803a08 +instanceKlass net/archers/neoforge/client/NeoForgeClientMod +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigProperties +instanceKlass net/blay09/mods/balm/common/CommonBalmLootTables +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 352 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682802d38 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 138 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d682802b08 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d6828028c0 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 72 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d682802680 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 106 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d682802438 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 341 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682802210 +instanceKlass @bci net/archers/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/archers/neoforge/NeoForgeMod$$Lambda+0x000001d682801fe8 +instanceKlass @bci net/blay09/mods/balm/neoforge/command/NeoForgeBalmCommands ()V 22 member ; # net/blay09/mods/balm/neoforge/command/NeoForgeBalmCommands$$Lambda+0x000001d682801ba0 +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d682800a70 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Regex +instanceKlass net/neoforged/neoforge/fluids/capability/IFluidHandlerItem +instanceKlass @bci net/archers/ArchersMod init ()V 91 argL0 ; # net/archers/ArchersMod$$Lambda+0x000001d6827fc400 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Separator +instanceKlass agency/highlysuspect/autothirdperson/config/ConfigProperty +instanceKlass net/neoforged/neoforge/fluids/capability/IFluidHandler +instanceKlass agency/highlysuspect/autothirdperson/AtpOpts +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d6827fdab8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 85 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827fd890 +instanceKlass net/minecraft/world/item/TooltipFlag +instanceKlass net/blay09/mods/balm/neoforge/command/NeoForgeBalmCommands +instanceKlass net/neoforged/neoforge/capabilities/CapabilityHooks +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d6827ffc18 +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillClient init ()V 0 argL0 ; # net/mehvahdjukaar/sawmill/SawmillClient$$Lambda+0x000001d6827ffa00 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 80 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827ff7b8 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 64 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827ff578 +instanceKlass agency/highlysuspect/autothirdperson/VersionCapabilities +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d6827fba88 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 26 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge$$Lambda+0x000001d6827fb860 +instanceKlass net/mehvahdjukaar/sawmill/SawmillClient +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Select +instanceKlass agency/highlysuspect/autothirdperson/VersionCapabilities$Builder +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Range +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter$$Lambda+0x000001d6827fa590 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 59 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827fa7c8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827fc000 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 37 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d6827fa128 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 54 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827f9cd8 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 56 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827f8a18 +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter +instanceKlass net/minecraft/client/gui/navigation/FocusNavigationEvent +instanceKlass agency/highlysuspect/autothirdperson/wrap/Vehicle +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Draggable +instanceKlass agency/highlysuspect/autothirdperson/wrap/MyLogger +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 33 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827f3d80 +instanceKlass agency/highlysuspect/autothirdperson/AutoThirdPerson$Reason +instanceKlass agency/highlysuspect/autothirdperson/config/CookedConfig +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod registerVillager (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 7 member ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d6827f2da8 +instanceKlass com/blamejared/controlling/mixin/AccessOptionsSubScreen +instanceKlass @bci net/neoforged/neoforge/common/TagConventionLogWarning setupLegacyTagWarning (Lnet/neoforged/bus/api/IEventBus;)V 1 argL0 ; # net/neoforged/neoforge/common/TagConventionLogWarning$$Lambda+0x000001d6827f26a8 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnSoulGroundOrFarmLand +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827f0800 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Multiline +instanceKlass agency/highlysuspect/autothirdperson/AutoThirdPerson +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonArray$Entry +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/utils/Credits ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/common/utils/Credits$$Lambda+0x000001d6827f7868 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option of (Ljava/lang/Class;)Lcom/teamresourceful/resourcefulconfig/api/types/options/Option; 10 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827f7640 +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod ()V 136 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d6827f7218 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 48 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827f6fd8 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 26 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d6827f6db0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option of (Ljava/lang/Class;)Lcom/teamresourceful/resourcefulconfig/api/types/options/Option; 5 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827f5b98 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 114 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d6827f5968 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerRecipeType (Lnet/minecraft/resources/ResourceLocation;)Ljava/util/function/Supplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6827f5748 +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/Credits +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ArrayParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 57 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ArrayParserContext$$Lambda+0x000001d6827f4c88 +instanceKlass @bci fuzs/pickupnotifier/config/ServerConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 28 member ; # fuzs/pickupnotifier/config/ServerConfig$$Lambda+0x000001d6827f4a58 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Slider +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option of (Ljava/lang/Class;Ljava/util/function/Predicate;)Lcom/teamresourceful/resourcefulconfig/api/types/options/Option; 6 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827f4638 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 162 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d6827f4218 +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod ()V 92 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d6827f4000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827f0400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827f0000 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 15 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d6827e9a48 +instanceKlass net/neoforged/neoforge/common/Tags$Biomes +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/Option ()V 12 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/Option$$Lambda+0x000001d6827e9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827e9400 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827ebba8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ArrayParserContext +instanceKlass net/blay09/mods/balm/neoforge/provider/NeoForgeBalmProviders +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6827e9000 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnSoulGround +instanceKlass net/mehvahdjukaar/sawmill/WoodcuttingRecipe$Serializer +instanceKlass net/minecraft/tags/FluidTags +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Color +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827e8c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827e8800 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/Option +instanceKlass @bci fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper getModContainer (Ljava/lang/String;)Lnet/neoforged/fml/ModContainer; 5 member ; # fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper$$Lambda+0x000001d6827eefd8 +instanceKlass net/neoforged/neoforge/common/Tags$Fluids +instanceKlass net/spell_engine/api/config/ArmorSetConfig$Piece +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 124 member ; # fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig$$Lambda+0x000001d6827ee980 +instanceKlass @bci com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge init (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/bus/api/IEventBus;)V 4 argL0 ; # com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge$$Lambda+0x000001d6827ee758 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 99 member ; # fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig$$Lambda+0x000001d6827ee528 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827ee2e8 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVenturesClient init ()V 25 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVenturesClient$$Lambda+0x000001d6827ee0c0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerSound (Lnet/minecraft/resources/ResourceLocation;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6827edc40 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 70 member ; # fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig$$Lambda+0x000001d6827ecaa0 +instanceKlass net/spell_engine/api/config/ArmorSetConfig +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 45 member ; # fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig$$Lambda+0x000001d6827ec000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerMenuType (Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/moonlight/api/misc/TriFunction;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 2 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6827d9ca0 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 16 member ; # fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig$$Lambda+0x000001d6827d9a70 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVenturesClient init ()V 14 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVenturesClient$$Lambda+0x000001d6827e7a40 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827e7800 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryData of (Lcom/teamresourceful/resourcefulconfig/api/types/options/AnnotationGetter;Ljava/lang/Class;)Lcom/teamresourceful/resourcefulconfig/api/types/options/EntryData; 65 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryData$$Lambda+0x000001d6827e75c8 +instanceKlass net/combat_roll/neoforge/client/ClientEventsNeoForge +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod ()V 39 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d6827e71a0 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$GeneralConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 106 member ; # fuzs/pickupnotifier/config/ClientConfig$GeneralConfig$$Lambda+0x000001d6827e6d80 +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesModelLayers +instanceKlass net/spell_engine/api/config/AttributeModifier +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$GeneralConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 81 member ; # fuzs/pickupnotifier/config/ClientConfig$GeneralConfig$$Lambda+0x000001d6827e5498 +instanceKlass net/minecraft/Optionull +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$GeneralConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 56 member ; # fuzs/pickupnotifier/config/ClientConfig$GeneralConfig$$Lambda+0x000001d6827e39e0 +instanceKlass net/neoforged/neoforge/common/Tags$Items +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$GeneralConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 31 member ; # fuzs/pickupnotifier/config/ClientConfig$GeneralConfig$$Lambda+0x000001d6827e3000 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/TriFunction +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/ConfigBuilder build (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/Class;Lfuzs/puzzleslib/api/config/v3/ConfigCore;)V 250 member ; # fuzs/puzzleslib/impl/config/annotation/ConfigBuilder$$Lambda+0x000001d6827e1c10 +instanceKlass net/neoforged/neoforge/common/Tags$EntityTypes +instanceKlass net/combat_roll/neoforge/client/CombatRollClientModNeoForge +instanceKlass net/blay09/mods/balm/neoforge/sound/NeoForgeBalmSounds +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827dbd10 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/RegHelper registerBlockWithItem (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Lnet/minecraft/world/item/Item$Properties;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 9 member ; # net/mehvahdjukaar/moonlight/api/platform/RegHelper$$Lambda+0x000001d6827dbaf0 +instanceKlass org/embeddedt/modernfix/neoforge/caps/ITrackingCapEvent +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 236 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827db8c0 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 206 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827dfbb0 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 177 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827df5e0 +instanceKlass @bci net/neoforged/neoforge/common/TagConventionLogWarning createMapEntry (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;Ljava/lang/String;[Lnet/minecraft/tags/TagKey;)Ljava/util/AbstractMap$SimpleEntry; 16 argL0 ; # net/neoforged/neoforge/common/TagConventionLogWarning$$Lambda+0x000001d6827df3a8 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 149 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827df178 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVenturesClient init ()V 3 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVenturesClient$$Lambda+0x000001d6827de980 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 120 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827de750 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryData of (Lcom/teamresourceful/resourcefulconfig/api/types/options/AnnotationGetter;Ljava/lang/Class;)Lcom/teamresourceful/resourcefulconfig/api/types/options/EntryData; 41 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryData$$Lambda+0x000001d6827de518 +instanceKlass net/spell_engine/api/config/WeaponConfig +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalmRegistries +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityRenderers +instanceKlass net/neoforged/neoforge/common/Tags$Blocks +instanceKlass net/bettercombat/config/ServerConfig +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/EntryData$Builder +instanceKlass @bci net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier ()V 0 argL0 ; # net/mehvahdjukaar/supplementaries/neoforge/ReplaceRopeByConfigModifier$$Lambda+0x000001d6827dd148 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 93 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827dcf18 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827dccd8 +instanceKlass @bci net/bettercombat/BetterCombatMod init ()V 8 argL0 ; # net/bettercombat/BetterCombatMod$$Lambda+0x000001d6827dcac0 +instanceKlass @bci net/blay09/mods/balm/neoforge/NeoForgeBalmHooks ()V 19 member ; # net/blay09/mods/balm/neoforge/NeoForgeBalmHooks$$Lambda+0x000001d6827dc890 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 68 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827dc660 +instanceKlass net/neoforged/neoforge/common/TagConventionLogWarning +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryData of (Ljava/lang/reflect/Field;Ljava/lang/Class;)Lcom/teamresourceful/resourcefulconfig/api/types/options/EntryData; 6 member ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryData$$Lambda+0x000001d6827d7970 +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 43 argL0 ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827d7728 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/AnnotationGetter +instanceKlass @bci fuzs/pickupnotifier/config/ClientConfig$DisplayConfig addToBuilder (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/api/config/v3/ValueCallback;)V 14 member ; # fuzs/pickupnotifier/config/ClientConfig$DisplayConfig$$Lambda+0x000001d6827d5b40 +instanceKlass @bci net/neoforged/neoforge/common/ItemAbility get (Ljava/lang/String;)Lnet/neoforged/neoforge/common/ItemAbility; 4 argL0 ; # net/neoforged/neoforge/common/ItemAbility$$Lambda+0x000001d6827d49e8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceKey;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 97 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6827d47c8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827d8000 +instanceKlass com/faboslav/variantsandventures/common/VariantsAndVenturesClient +instanceKlass @bci net/neoforged/neoforge/common/ItemAbility ()V 18 argL0 ; # net/neoforged/neoforge/common/ItemAbility$$Lambda+0x000001d6827d4188 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$EnumValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6827d3f68 +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalmHooks +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/LimitedEntry getValidator ()Ljava/util/function/Predicate; 15 member ; # fuzs/puzzleslib/impl/config/annotation/LimitedEntry$$Lambda+0x000001d6827d39e0 +instanceKlass @bci net/neoforged/neoforge/common/ItemAbility ()V 13 argL0 ; # net/neoforged/neoforge/common/ItemAbility$$Lambda+0x000001d6827d37a8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl lambda$register$1 (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;)Lnet/neoforged/neoforge/registries/DeferredRegister; 17 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6827d3578 +instanceKlass com/faboslav/variantsandventures/neoforge/VariantsAndVenturesClientNeoForge +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/LimitedEntry getAllEnumValues (Ljava/lang/Class;)Ljava/util/Set; 27 argL0 ; # fuzs/puzzleslib/impl/config/annotation/LimitedEntry$$Lambda+0x000001d6827d2050 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceKey;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 73 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6827d1bd0 +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/LimitedEntry getAllEnumValues (Ljava/lang/Class;)Ljava/util/Set; 17 argL0 ; # fuzs/puzzleslib/impl/config/annotation/LimitedEntry$$Lambda+0x000001d6827d1998 +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/LimitedEntry getAllEnumValues (Ljava/lang/Class;)Ljava/util/Set; 7 argL0 ; # fuzs/puzzleslib/impl/config/annotation/LimitedEntry$$Lambda+0x000001d6827d1760 +instanceKlass @bci betterdays/BetterDaysNeoForge (Lnet/neoforged/bus/api/IEventBus;)V 25 member ; # betterdays/BetterDaysNeoForge$$Lambda+0x000001d6827d1530 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827cdc00 +instanceKlass net/neoforged/neoforge/network/DualStackUtils +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl register (Lnet/minecraft/resources/ResourceLocation;Ljava/util/function/Supplier;Lnet/minecraft/resources/ResourceKey;)Lnet/mehvahdjukaar/moonlight/api/misc/RegSupplier; 47 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6827d10f8 +instanceKlass fuzs/puzzleslib/api/config/v3/Config$AllowedValues +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesSoundEvents registerSoundEvent (Ljava/lang/String;)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 5 member ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesSoundEvents$$Lambda+0x000001d6827cfc38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827cd800 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigObject +instanceKlass com/teamresourceful/resourcefulconfig/api/types/entries/Observable +instanceKlass @bci net/mehvahdjukaar/sawmill/SawmillMod ()V 23 argL0 ; # net/mehvahdjukaar/sawmill/SawmillMod$$Lambda+0x000001d6827cf3c0 +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesSoundEvents +instanceKlass net/archers/config/TweaksConfig +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigDataHolderImpl accept (Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue;Ljava/util/function/Consumer;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 10 member ; # fuzs/puzzleslib/impl/config/ConfigDataHolderImpl$$Lambda+0x000001d6827cbdd0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827ccc00 +instanceKlass net/blay09/mods/balm/api/config/MutableLoadedConfig +instanceKlass net/spell_engine/api/config/ConfigFile$Effects +instanceKlass betterdays/event/ClientEventListener +instanceKlass net/neoforged/neoforge/common/UsernameCache +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6827cc800 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups ()V 34 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups$$Lambda+0x000001d6827cb1b0 +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule$$Lambda+0x000001d6827caf70 +instanceKlass net/minecraft/server/network/ConfigurationTask +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/ValueEntry getValueCallback (Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue;Ljava/lang/Object;)Ljava/util/function/Consumer; 14 member ; # fuzs/puzzleslib/impl/config/annotation/ValueEntry$$Lambda+0x000001d6827cab48 +instanceKlass net/blay09/mods/balm/api/config/BalmConfigProperty +instanceKlass net/blay09/mods/balm/api/config/LoadedConfig +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827cc400 +instanceKlass net/fabric_extras/structure_pool/api/StructurePoolConfig$Entry$Structure +instanceKlass net/combat_roll/neoforge/network/NetworkEvents +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesBlocks +instanceKlass betterdays/BetterDaysClientNeoForge +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/ValueEntry defineValue (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/Object;)V 33 argL0 ; # fuzs/puzzleslib/impl/config/annotation/ValueEntry$$Lambda+0x000001d6827c9410 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827cc000 +instanceKlass net/blay09/mods/balm/common/config/AbstractBalmConfig +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6827c5400 +instanceKlass @bci betterdays/BetterDays initConfig ()V 24 argL0 ; # betterdays/BetterDays$$Lambda+0x000001d6827c5a30 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 318 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6827c5800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827c5000 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesItems registerSpawnEgg (Ljava/lang/String;Ljava/util/function/Supplier;II)Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry; 7 member ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesItems$$Lambda+0x000001d6827c7800 +instanceKlass net/fabric_extras/structure_pool/api/StructurePoolConfig$Entry +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827c4c00 +instanceKlass org/betterx/bclib/api/v3/bonemeal/BonemealNyliumLike +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 192 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827c6f50 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigTracker track (Ltechnology/roughness/whitenoise/config/WhiteNoiseConfig;)V 154 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$$Lambda+0x000001d6827c3c60 +instanceKlass @bci net/combat_roll/network/Packets$ConfigSync ()V 28 argL0 ; # net/combat_roll/network/Packets$ConfigSync$$Lambda+0x000001d6827c3a48 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6827c4800 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 173 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827c35e0 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes ()V 80 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d6827c33c8 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigTracker track (Ltechnology/roughness/whitenoise/config/WhiteNoiseConfig;)V 139 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$$Lambda+0x000001d6827c2f90 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827c4400 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 154 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827c2d48 +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes ()V 62 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d6827c1be0 +instanceKlass @bci net/combat_roll/network/Packets$ConfigSync ()V 23 argL0 ; # net/combat_roll/network/Packets$ConfigSync$$Lambda+0x000001d6827c0ac0 +instanceKlass net/fabric_extras/structure_pool/api/StructurePoolConfig +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes ()V 44 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d6827c06a0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 135 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827c0458 +instanceKlass net/combat_roll/network/Packets +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827c4000 +instanceKlass net/archers/config/ArchersItemConfig +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6827ba800 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 116 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bfc70 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigTracker +instanceKlass com/teamresourceful/resourcefullib/common/registry/neoforge/NeoForgeRegistryEntry +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 97 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bf588 +instanceKlass net/archers/config/Default +instanceKlass @bci com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes ()V 26 argL0 ; # com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes$$Lambda+0x000001d6827bef30 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 79 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bece8 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 61 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bdb98 +instanceKlass com/teamresourceful/resourcefullib/common/registry/RegistryEntries +instanceKlass net/bettercombat/config/TrailConfig +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 43 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bc648 +instanceKlass net/archers/ArchersMod +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 25 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827bc200 +instanceKlass net/mehvahdjukaar/sawmill/SawmillMod +instanceKlass com/teamresourceful/resourcefullib/common/registry/RegistryEntry +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/types/options/EntryType ()V 7 argL0 ; # com/teamresourceful/resourcefulconfig/api/types/options/EntryType$$Lambda+0x000001d6827b7b08 +instanceKlass com/teamresourceful/resourcefullib/common/registry/neoforge/NeoForgeResourcefulRegistry +instanceKlass net/combat_roll/network/ServerNetwork +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/ConfigEntry$ChildEntry defineValue (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/Object;)V 10 argL0 ; # fuzs/puzzleslib/impl/config/annotation/ConfigEntry$ChildEntry$$Lambda+0x000001d6827b6368 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion$$Lambda+0x000001d6827b5f50 +instanceKlass com/teamresourceful/resourcefullib/common/registry/neoforge/ResourcefulRegistriesImpl +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion$$Lambda+0x000001d6827b56e8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6827b8400 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfig +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion$$Lambda+0x000001d6827b5008 +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/StructurePieceTypeModule +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AlternateCriterion$$Lambda+0x000001d6827b4568 +instanceKlass com/teamresourceful/resourcefullib/common/registry/ResourcefulRegistry +instanceKlass com/teamresourceful/resourcefullib/common/registry/ResourcefulRegistries +instanceKlass @bci com/yungnickyoung/minecraft/bettermineshafts/module/StructureTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/bettermineshafts/module/StructureTypeModule$$Lambda+0x000001d6827b3218 +instanceKlass fuzs/puzzleslib/api/config/v3/Config +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/module/StructureTypeModule +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Comment +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 135 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d6827b24f0 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/annotation/SerializedName +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesItemGroups +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 31 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/ConfigModuleNeoForge$$Lambda+0x000001d6827ad670 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/magic/TypeMagic +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/Comment +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigLoader +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 18 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/ConfigModuleNeoForge$$Lambda+0x000001d6827aef08 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigEntry +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/NeighborCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/NeighborCriterion$$Lambda+0x000001d6827ae8a8 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/config/ConfigGeneralNeoForge +instanceKlass fuzs/puzzleslib/impl/config/annotation/ConfigEntry +instanceKlass com/yungnickyoung/minecraft/betterfortresses/config/BNFConfigNeoForge +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer addItem (Lnet/minecraft/world/item/Item;F)Lcom/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer; 58 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827abc58 +instanceKlass @cpi com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer 374 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6827ac000 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer addItem (Lnet/minecraft/world/item/Item;F)Lcom/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer; 48 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827aba20 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer addItem (Lnet/minecraft/world/item/Item;F)Lcom/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer; 10 member ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827ab7d0 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827ab3b8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827ab180 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827aad58 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder define (Ljava/util/List;Ljava/lang/Object;Ljava/util/function/Predicate;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue; 10 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d6827aab38 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry$$Lambda+0x000001d6827aa910 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder define (Ljava/util/List;Ljava/lang/Object;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue; 4 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d6827aa6c0 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion lambda$buildCodec$0 (Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$$Lambda+0x000001d6827aa488 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry$$Lambda+0x000001d6827aa250 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$BiomeTarget ()V 20 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$BiomeTarget$$Lambda+0x000001d6827aa018 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry$$Lambda+0x000001d6827a9de0 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$BiomeTarget ()V 15 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$BiomeTarget$$Lambda+0x000001d6827a9ba8 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry ()V 0 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry$$Lambda+0x000001d6827a9970 +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$Entry +instanceKlass fuzs/puzzleslib/impl/config/annotation/ConfigBuilder +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineList (Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue; 18 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d6827a8f28 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion buildCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 1 member ; # com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$$Lambda+0x000001d6827a8ce8 +instanceKlass net/blay09/mods/balm/neoforge/menu/NeoForgeBalmMenus +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineList (Ljava/util/List;Ljava/util/List;Ljava/util/function/Predicate;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue; 3 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d6827a8238 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/OriginalCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/OriginalCriterion$$Lambda+0x000001d6827a8000 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer ()V 0 argL0 ; # com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer$$Lambda+0x000001d6827a6b50 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/serializer/CommentSerializer +instanceKlass net/bettercombat/api/fx/TrailAppearance +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl lambda$bake$5 (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d6827a5e70 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigOption$Hidden +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigInfo$Gradient +instanceKlass com/google/common/collect/Synchronized$SynchronizedObject +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonGrammar$Builder +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineInRange (Ljava/util/List;DDD)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$DoubleValue; 3 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d6827a53e8 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 124 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d6827a4fb8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl bake (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/String;)V 27 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d6827a2af8 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnGravel +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonGrammar +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl lambda$bake$3 (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d6827a24c0 +instanceKlass com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl bake (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/String;)V 17 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d6827a0cb0 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigColorGradient +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/world/randomize/ItemRandomizer +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 113 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d6827a0648 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl lambda$bake$1 (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d6827a01f8 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigInfo$Color +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/serializer/DeserializerFunctionPool +instanceKlass com/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigLink +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl bake (Lfuzs/puzzleslib/impl/config/ConfigDataHolderImpl;Ljava/lang/String;)V 7 member ; # fuzs/puzzleslib/neoforge/impl/config/NeoForgeConfigHolderImpl$$Lambda+0x000001d68279f550 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/CommandModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/CommandModule$$Lambda+0x000001d68279e020 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/RatioCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/RatioCriterion$$Lambda+0x000001d68279dde8 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/network/NeoForgeNetworkHandler lambda$build$11 (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # fuzs/puzzleslib/neoforge/impl/network/NeoForgeNetworkHandler$$Lambda+0x000001d68279cb98 +instanceKlass com/yungnickyoung/minecraft/betterendisland/command/EndIslandCommand +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/POJODeserializer +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/RatioCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/RatioCriterion$$Lambda+0x000001d68279c358 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 102 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68279bf10 +instanceKlass com/google/common/collect/Synchronized +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/network/NeoForgeNetworkHandler build ()V 11 member ; # fuzs/puzzleslib/neoforge/impl/network/NeoForgeNetworkHandler$$Lambda+0x000001d68279bce0 +instanceKlass @bci fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper getOptionalModEventBus (Ljava/lang/String;)Ljava/util/Optional; 4 argL0 ; # fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper$$Lambda+0x000001d68279a878 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/RatioCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/RatioCriterion$$Lambda+0x000001d68279a640 +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesEntityTypes +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegisterCommand +instanceKlass net/neoforged/neoforge/common/NeoForgeEventHandler +instanceKlass fuzs/puzzleslib/neoforge/api/core/v1/NeoForgeModContainerHelper +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/RatioCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/RatioCriterion$$Lambda+0x000001d682799b98 +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/RatioTargets ()V 36 argL0 ; # com/terraformersmc/biolith/api/biome/sub/RatioTargets$$Lambda+0x000001d682799328 +instanceKlass @bci betterdays/config/ConfigHandler$Common ()V 30 argL0 ; # betterdays/config/ConfigHandler$Common$$Lambda+0x000001d6827990f0 +instanceKlass com/yungnickyoung/minecraft/betterendisland/module/CommandModule +instanceKlass @bci betterdays/config/ConfigHandler$Common ()V 22 argL0 ; # betterdays/config/ConfigHandler$Common$$Lambda+0x000001d682796738 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule$$Lambda+0x000001d682796330 +instanceKlass @bci betterdays/config/ConfigHandler ()V 23 argL0 ; # betterdays/config/ConfigHandler$$Lambda+0x000001d682795e78 +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext getFlagsToHandle (Ljava/util/Set;)Ljava/util/Set; 37 member ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d682795c48 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigColorValue +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext getFlagsToHandle (Ljava/util/Set;)Ljava/util/Set; 15 member ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d6827953c8 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule$$Lambda+0x000001d682795618 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/RatioCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/RatioCriterion$$Lambda+0x000001d682794258 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 91 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d682794030 +instanceKlass @bci fuzs/puzzleslib/api/config/v3/ConfigHolder getDirectoryNameFactory (Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/UnaryOperator; 2 member ; # fuzs/puzzleslib/api/config/v3/ConfigHolder$$Lambda+0x000001d682793b98 +instanceKlass @bci com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule$$Lambda+0x000001d682793980 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 293 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d6827932d0 +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/world/randomize/BlockStateRandomizer +instanceKlass com/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigColor +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 289 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682792c60 +instanceKlass com/yungnickyoung/minecraft/betterendisland/module/StructureProcessorTypeModule +instanceKlass com/faboslav/variantsandventures/common/entity/event/GelidOnSnowballHitEvent +instanceKlass com/google/common/collect/Tables$1 +instanceKlass net/bettercombat/particle/BetterCombatParticles +instanceKlass fuzs/pickupnotifier/config/ServerConfig +instanceKlass betterdays/config/ConfigHandler$Common +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/TokenParserContext +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 56 member ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d682791288 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder build ()Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec; 72 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682790000 +instanceKlass com/google/common/collect/RowSortedTable +instanceKlass com/google/common/collect/Table$Cell +instanceKlass @bci fuzs/puzzleslib/api/config/v3/ConfigHolder getDefaultNameFactory (Ljava/lang/String;)Ljava/util/function/UnaryOperator; 1 member ; # fuzs/puzzleslib/api/config/v3/ConfigHolder$$Lambda+0x000001d682784800 +instanceKlass net/neoforged/neoforge/common/VillagerTradingManager +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d682785a90 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder build ()Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec; 36 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682785860 +instanceKlass com/google/common/collect/Tables +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d682785250 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder build ()Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec; 19 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682785000 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineListAllowEmpty (Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue; 18 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d68278eb28 +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d68278e910 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 80 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68278e500 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnMagmaBlockOrSand +instanceKlass com/teamresourceful/resourcefulconfig/api/types/info/ResourcefulConfigInfo +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonObject$Entry +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d68278dee8 +instanceKlass @bci betterdays/config/ConfigHandler$Client getBlacklistDimensionsList ()Ljava/util/function/Supplier; 0 argL0 ; # betterdays/config/ConfigHandler$Client$$Lambda+0x000001d68278dae0 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/ValueCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/ValueCriterion$$Lambda+0x000001d68278d8a8 +instanceKlass com/faboslav/variantsandventures/common/entity/event/VerdantOnEntitySpawn +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d68278c438 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder define (Ljava/util/List;Ljava/util/function/Supplier;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$BooleanValue; 8 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d68278bda8 +instanceKlass com/google/common/base/Ascii +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule$$Lambda+0x000001d68278bb90 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 268 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext$$Lambda+0x000001d68278a428 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 69 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68278a210 +instanceKlass net/blay09/mods/balm/neoforge/event/NeoForgeBalmEvents +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder define (Ljava/util/List;Z)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$BooleanValue; 3 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682789b18 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/module/StructureProcessorTypeModule +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/NumberParserContext +instanceKlass com/faboslav/variantsandventures/common/entity/event/ThicketOnEntitySpawn +instanceKlass fuzs/pickupnotifier/config/ClientConfig$DisplayConfig +instanceKlass @bci net/neoforged/neoforge/registries/NeoForgeRegistriesSetup setup (Lnet/neoforged/bus/api/IEventBus;)V 32 argL0 ; # net/neoforged/neoforge/registries/NeoForgeRegistriesSetup$$Lambda+0x000001d682787b98 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion lambda$buildCodec$0 (Lcom/mojang/datafixers/util/Function3;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion$$Lambda+0x000001d682787960 +instanceKlass net/bettercombat/client/particle/TrailParticles +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Range +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePlacementTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePlacementTypeModule$$Lambda+0x000001d6827872d0 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 58 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d6827870b8 +instanceKlass @bci net/neoforged/neoforge/registries/NeoForgeRegistriesSetup setup (Lnet/neoforged/bus/api/IEventBus;)V 21 argL0 ; # net/neoforged/neoforge/registries/NeoForgeRegistriesSetup$$Lambda+0x000001d682786e90 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion lambda$buildCodec$0 (Lcom/mojang/datafixers/util/Function3;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion$$Lambda+0x000001d682786c58 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructurePlacementTypeModule +instanceKlass com/faboslav/variantsandventures/common/entity/event/BoggedOnEntitySpawn +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 310 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext$$Lambda+0x000001d682786438 +instanceKlass com/yungnickyoung/minecraft/yungsapi/io/JSON +instanceKlass net/bettercombat/config/FallbackConfig$CompatibilitySpecifier +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion lambda$buildCodec$0 (Lcom/mojang/datafixers/util/Function3;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion$$Lambda+0x000001d682786000 +instanceKlass net/blay09/mods/balm/neoforge/block/entity/NeoForgeBalmBlockEntities +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d682782a10 +instanceKlass @bci net/neoforged/bus/EventBus getListenerList (Ljava/lang/Class;)Lnet/neoforged/bus/ListenerList; 62 member ; # net/neoforged/bus/EventBus$$Lambda+0x000001d682764650 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 47 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d682782598 +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/BiomeParameterTargets ()V 128 argL0 ; # com/terraformersmc/biolith/api/biome/sub/BiomeParameterTargets$$Lambda+0x000001d682782380 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d682782168 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/AnnotatedElement +instanceKlass net/bettercombat/config/FallbackConfig +instanceKlass fuzs/pickupnotifier/config/ClientConfig$BehaviorConfig +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d682781448 +instanceKlass com/faboslav/variantsandventures/common/entity/event/StrayOnEntitySpawn +instanceKlass com/yungnickyoung/minecraft/betterfortresses/world/ItemFrameChances +instanceKlass @bci sun/reflect/annotation/AnnotationParser parseClassArray (ILjava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 10 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001d681991598 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion buildCodec (Lcom/mojang/datafixers/util/Function3;)Lcom/mojang/serialization/MapCodec; 1 member ; # com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion$$Lambda+0x000001d682770c00 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d68277fbb8 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineInRange (Ljava/util/List;III)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$IntValue; 3 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d68277e9a8 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 36 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68277e790 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d68277e578 +instanceKlass net/bettercombat/BetterCombatMod +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeConfig ()V 79 argL0 ; # net/neoforged/neoforge/common/NeoForgeConfig$$Lambda+0x000001d68277cf38 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ElementParserContext +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule$$Lambda+0x000001d68277c840 +instanceKlass com/faboslav/variantsandventures/common/entity/event/HuskOnEntitySpawn +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/DeviationCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/DeviationCriterion$$Lambda+0x000001d68277c408 +instanceKlass fuzs/pickupnotifier/config/ClientConfig$GeneralConfig +instanceKlass net/neoforged/neoforge/common/NeoForgeConfig$Server +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructurePoolElementTypeModule +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ConfigValue +instanceKlass @bci com/faboslav/variantsandventures/common/events/base/CancellableEventHandler addListener (Lcom/faboslav/variantsandventures/common/events/base/CancellableEventHandler$CancellableFunctionOnlyReturn;)V 2 member ; # com/faboslav/variantsandventures/common/events/base/CancellableEventHandler$$Lambda+0x000001d68277b450 +instanceKlass @bci net/bettercombat/neoforge/NeoForgeMod lambda$static$2 (Ljava/lang/String;)V 5 member ; # net/bettercombat/neoforge/NeoForgeMod$$Lambda+0x000001d68277b230 +instanceKlass com/faboslav/variantsandventures/common/events/base/CancellableEventHandler$CancellableFunction +instanceKlass @bci net/bettercombat/neoforge/NeoForgeMod ()V 14 argL0 ; # net/bettercombat/neoforge/NeoForgeMod$$Lambda+0x000001d68277a9b8 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/module/ConfigModuleNeoForge +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/module/StructureTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/yungsapi/module/StructureTypeModule$$Lambda+0x000001d68277a5a0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeConfig ()V 43 argL0 ; # net/neoforged/neoforge/common/NeoForgeConfig$$Lambda+0x000001d68277a368 +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 25 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68277a150 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 223 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext$$Lambda+0x000001d682779f20 +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/StructureTypeModule +instanceKlass net/bettercombat/utils/SoundHelper +instanceKlass @bci sun/reflect/annotation/AnnotationParser parseAnnotationArray (ILjava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 15 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001d681991378 +instanceKlass com/faboslav/variantsandventures/common/entity/event/GelidOnEntitySpawn +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/StringParserContext +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigInfo$Link +instanceKlass @bci fuzs/puzzleslib/impl/config/ConfigHolderImpl construct (Ljava/lang/Class;)Ljava/util/function/Supplier; 1 member ; # fuzs/puzzleslib/impl/config/ConfigHolderImpl$$Lambda+0x000001d682771d28 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule$$Lambda+0x000001d6827718a8 +instanceKlass fuzs/pickupnotifier/config/ClientConfig +instanceKlass com/faboslav/variantsandventures/common/events/base/CancellableEventHandler$CancellableFunctionOnlyReturn +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/ConfigInfo +instanceKlass com/terraformersmc/biolith/impl/biome/sub/AbstractParameterCriterion +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/NeoForgeProcessorProvider +instanceKlass fuzs/puzzleslib/api/config/v3/ConfigCore +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule$$Lambda+0x000001d682773678 +instanceKlass com/teamresourceful/resourcefulconfig/api/annotations/Config +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/util/function/Supplier;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;Ljava/lang/Class;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$EnumValue; 42 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682773248 +instanceKlass com/faboslav/variantsandventures/common/events/base/CancellableEventHandler +instanceKlass @bci me/shedaniel/clothconfig/ClothConfigForgeDemo registerModsPage ()V 5 argL0 ; # me/shedaniel/clothconfig/ClothConfigForgeDemo$$Lambda+0x000001d682777db8 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext consume (ILme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson;)Z 243 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext$$Lambda+0x000001d682777b88 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/IProcessorProvider +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$EnumValue; 3 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682777770 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/loader/ConfigParser lambda$static$1 ()Ljava/util/List; 28 argL0 ; # com/teamresourceful/resourcefulconfig/api/loader/ConfigParser$$Lambda+0x000001d6827774e0 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/NeoForgeModulesLoader +instanceKlass net/neoforged/neoforge/common/NeoForgeConfig$Common +instanceKlass me/shedaniel/clothconfig/ClothConfigForgeDemo +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/Collection;)Ltechnology/roughness/whitenoise/config/WhiteNoiseConfigSpec$EnumValue; 8 member ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d682776890 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeConfig ()V 7 argL0 ; # net/neoforged/neoforge/common/NeoForgeConfig$$Lambda+0x000001d682776658 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/CommentParserContext +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/IModulesLoader +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule$$Lambda+0x000001d682775b18 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNetherGround +instanceKlass @bci com/yungnickyoung/minecraft/betterfortresses/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterfortresses/services/Services$$Lambda+0x000001d6827758f8 +instanceKlass net/blay09/mods/balm/neoforge/world/BalmBiomeModifier +instanceKlass net/neoforged/neoforge/common/NeoForgeConfig$Client +instanceKlass com/teamresourceful/resourcefulconfig/api/types/entries/ResourcefulConfigFieldBackedValueEntry +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule$$Lambda+0x000001d68276f2a8 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/entries/ResourcefulConfigValueEntry +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion$$Lambda+0x000001d68276f070 +instanceKlass com/teamresourceful/resourcefulconfig/api/types/entries/ResourcefulConfigEntry +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/NeoForgePlatformHelper +instanceKlass com/teamresourceful/resourcefulconfig/api/types/ResourcefulConfig +instanceKlass net/neoforged/neoforge/common/world/BiomeModifier +instanceKlass net/neoforged/neoforge/common/NeoForgeConfig +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/JavaConfigParser +instanceKlass betterdays/common/Translations +instanceKlass fuzs/puzzleslib/impl/config/ConfigDataHolderImpl +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion$$Lambda+0x000001d68276dd28 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson$ParserFrame +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/IPlatformHelper +instanceKlass fuzs/puzzleslib/api/config/v3/ValueCallback +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion$$Lambda+0x000001d68276cb38 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnBoneBlocks +instanceKlass org/betterx/bclib/interfaces/SurvivesOnBlocks +instanceKlass com/lodestar/aileron/client/neoforge/AileronClientKeybindsImpl +instanceKlass net/blay09/mods/balm/world/level/biome/BiomeModificationBuilder +instanceKlass net/blay09/mods/balm/neoforge/world/NeoForgeBalmWorldGen +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 223 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68276beb0 +instanceKlass com/yungnickyoung/minecraft/betterfortresses/services/Services +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 14 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d68276bc88 +instanceKlass com/lodestar/aileron/client/AileronClientKeybinds +instanceKlass @bci betterdays/config/ConfigHandler$Client ()V 26 argL0 ; # betterdays/config/ConfigHandler$Client$$Lambda+0x000001d68276ae58 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson load (Ljava/io/InputStream;)Lme/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonObject; 19 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson$$Lambda+0x000001d68276ac28 +instanceKlass com/faboslav/variantsandventures/common/init/VariantsAndVenturesItems +instanceKlass com/yungnickyoung/minecraft/betterfortresses/module/ConfigModule$General +instanceKlass @bci betterdays/config/ConfigHandler ()V 7 argL0 ; # betterdays/config/ConfigHandler$$Lambda+0x000001d68276a3e0 +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/loader/ConfigParser lambda$static$1 ()Ljava/util/List; 19 member ; # com/teamresourceful/resourcefulconfig/api/loader/ConfigParser$$Lambda+0x000001d682769118 +instanceKlass com/lodestar/aileron/client/neoforge/AileronClientParticlesImpl +instanceKlass com/yungnickyoung/minecraft/betterfortresses/module/ConfigModule +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/loader/ConfigParser ()V 0 argL0 ; # com/teamresourceful/resourcefulconfig/api/loader/ConfigParser$$Lambda+0x000001d682768ae0 +instanceKlass fuzs/puzzleslib/api/config/v3/ConfigDataHolder +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 125 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682768478 +instanceKlass @bci net/blay09/mods/balm/neoforge/NeoForgeBalmRuntime ()V 9 argL0 ; # net/blay09/mods/balm/neoforge/NeoForgeBalmRuntime$$Lambda+0x000001d682768260 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ObjectParserContext +instanceKlass com/lodestar/aileron/client/AileronClientParticles +instanceKlass betterdays/config/ConfigHandler$Client +instanceKlass com/yungnickyoung/minecraft/betterfortresses/BetterFortressesCommon +instanceKlass fuzs/puzzleslib/impl/config/ConfigHolderImpl +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 113 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682761918 +instanceKlass com/teamresourceful/resourcefulconfig/api/loader/ConfigParser +instanceKlass @bci com/faboslav/variantsandventures/common/VariantsAndVentures initEvents ()V 3 argL0 ; # com/faboslav/variantsandventures/common/VariantsAndVentures$$Lambda+0x000001d6827616f0 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNetherSand +instanceKlass com/lodestar/aileron/client/neoforge/AileronClientNetworkingImpl +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion$$Lambda+0x000001d682763d00 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 101 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6827638b0 +instanceKlass com/faboslav/variantsandventures/common/events/base/EventHandler +instanceKlass com/lodestar/aileron/client/AileronClientNetworking +instanceKlass @bci com/teamresourceful/resourcefulconfig/api/loader/Configurator register (Ljava/lang/Class;)V 2 argL0 ; # com/teamresourceful/resourcefulconfig/api/loader/Configurator$$Lambda+0x000001d682763280 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion$$Lambda+0x000001d682763048 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$BuilderContext +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/StructurePieceTypeModule +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion$$Lambda+0x000001d68275e790 +instanceKlass com/teamresourceful/resourcefulconfig/api/patching/ConfigPatchEvent +instanceKlass com/lodestar/aileron/client/AileronClient +instanceKlass fuzs/puzzleslib/api/config/v3/ConfigHolder$Builder +instanceKlass net/blay09/mods/balm/api/proxy/SidedProxy$1 +instanceKlass @bci me/shedaniel/autoconfig/serializer/PartitioningSerializer$GlobalData ()V 24 argL0 ; # me/shedaniel/autoconfig/serializer/PartitioningSerializer$GlobalData$$Lambda+0x000001d68275d928 +instanceKlass fuzs/puzzleslib/impl/config/ConfigHolderRegistry +instanceKlass @bci com/lodestar/aileron/neoforge/AileronAccessoryCompatImpl register ()V 22 argL0 ; # com/lodestar/aileron/neoforge/AileronAccessoryCompatImpl$$Lambda+0x000001d68275d2e8 +instanceKlass @bci me/shedaniel/autoconfig/serializer/PartitioningSerializer$GlobalData ()V 14 argL0 ; # me/shedaniel/autoconfig/serializer/PartitioningSerializer$GlobalData$$Lambda+0x000001d68275cea0 +instanceKlass com/terraformersmc/biolith/api/biome/sub/CriterionTypes +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 89 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68275cc70 +instanceKlass @bci net/blay09/mods/balm/common/CommonBalmRuntime sidedProxy (Ljava/lang/String;Ljava/lang/String;)Lnet/blay09/mods/balm/api/proxy/SidedProxy; 5 member ; # net/blay09/mods/balm/common/CommonBalmRuntime$$Lambda+0x000001d68275ca50 +instanceKlass com/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegisterEntry +instanceKlass @bci com/lodestar/aileron/neoforge/AileronAccessoryCompatImpl register ()V 9 argL0 ; # com/lodestar/aileron/neoforge/AileronAccessoryCompatImpl$$Lambda+0x000001d68275c120 +instanceKlass telepathicgrunt/structure_layout_optimizer/SloConfig +instanceKlass dev/kostromdan/mods/crash_assistant/neoforge/CrashAssistantNeoForge$ClientModEvents +instanceKlass com/terraformersmc/biolith/api/biome/sub/CriterionType$1 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 487 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68275b5b8 +instanceKlass com/faboslav/variantsandventures/common/tag/VariantsAndVenturesTags +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 475 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68275af40 +instanceKlass com/teamresourceful/resourcefulconfig/api/loader/Configurator +instanceKlass org/betterx/betternether/world/features/DeferedSeedBlock +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 463 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68275a908 +instanceKlass @bci technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder ()V 5 argL0 ; # technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder$$Lambda+0x000001d68275a6f0 +instanceKlass dev/kostromdan/mods/crash_assistant/common/CrashAssistant +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/NotCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/NotCriterion$$Lambda+0x000001d68275a2b8 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 451 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682757d70 +instanceKlass net/blay09/mods/balm/api/proxy/SidedProxy +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$1 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 439 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682757718 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/NotCriterion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/NotCriterion$$Lambda+0x000001d6827574e0 +instanceKlass @bci snownee/snow/util/ClientProxy onInitializeClient (Lnet/neoforged/bus/api/IEventBus;)V 11 argL0 ; # snownee/snow/util/ClientProxy$$Lambda+0x000001d6827572b8 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 427 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682757080 +instanceKlass @bci fuzs/pickupnotifier/PickUpNotifier ()V 32 argL0 ; # fuzs/pickupnotifier/PickUpNotifier$$Lambda+0x000001d682756e68 +instanceKlass @bci com/terraformersmc/biolith/impl/biome/sub/NotCriterion ()V 0 argL0 ; # com/terraformersmc/biolith/impl/biome/sub/NotCriterion$$Lambda+0x000001d682756c30 +instanceKlass com/lodestar/aileron/neoforge/AileronAccessoryCompatImpl +instanceKlass @bci snownee/snow/util/ClientProxy onInitializeClient (Lnet/neoforged/bus/api/IEventBus;)V 0 argL0 ; # snownee/snow/util/ClientProxy$$Lambda+0x000001d682756818 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 415 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827563e8 +instanceKlass net/blay09/mods/balm/api/event/BalmEvents +instanceKlass net/blay09/mods/balm/api/resources/BalmResources +instanceKlass net/blay09/mods/balm/core/BalmRegistrar +instanceKlass net/blay09/mods/balm/api/permission/BalmPermissions +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 403 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827547a0 +instanceKlass net/blay09/mods/balm/api/particle/BalmParticles +instanceKlass net/blay09/mods/balm/api/compat/BalmModSupport +instanceKlass net/minecraft/client/resources/model/ModelState +instanceKlass net/neoforged/neoforge/client/extensions/ModelStateExtension +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/Criterion ()V 34 argL0 ; # com/terraformersmc/biolith/api/biome/sub/Criterion$$Lambda+0x000001d682752d68 +instanceKlass net/blay09/mods/balm/api/component/BalmComponents +instanceKlass fuzs/pickupnotifier/network/S2CTakeItemStackMessage +instanceKlass net/blay09/mods/balm/api/recipe/BalmRecipes +instanceKlass net/blay09/mods/balm/api/stats/BalmStats +instanceKlass net/minecraft/client/resources/model/UnbakedModel +instanceKlass ca/fxco/moreculling/mixin/models/cullshape/UnbakedModel_extendsMixin +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 391 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682751ec8 +instanceKlass net/blay09/mods/balm/api/loot/BalmLootTables +instanceKlass ca/fxco/moreculling/api/model/ExtendedUnbakedModel +instanceKlass net/blay09/mods/balm/api/command/BalmCommands +instanceKlass com/lodestar/aileron/AileronAccessoryCompat +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 379 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827516a0 +instanceKlass telepathicgrunt/structure_layout_optimizer/StructureLayoutOptimizerMod +instanceKlass net/blay09/mods/balm/api/provider/BalmProviders +instanceKlass snownee/snow/util/ClientProxy +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 368 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682750a38 +instanceKlass net/blay09/mods/balm/api/capability/BalmCapabilities +instanceKlass @bci fuzs/pickupnotifier/PickUpNotifier ()V 20 argL0 ; # fuzs/pickupnotifier/PickUpNotifier$$Lambda+0x000001d682750820 +instanceKlass net/blay09/mods/balm/api/entity/BalmEntities +instanceKlass net/blay09/mods/balm/api/sound/BalmSounds +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 357 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682750000 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 224 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682741cd8 +instanceKlass net/blay09/mods/balm/api/BalmRegistries +instanceKlass @bci com/ishland/c2me/base/C2MEBaseMod (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # com/ishland/c2me/base/C2MEBaseMod$$Lambda+0x000001d682741aa8 +instanceKlass net/blay09/mods/balm/api/BalmHooks +instanceKlass org/quiltmc/parsers/json/gson/GsonReader$1 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 346 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682741480 +instanceKlass net/blay09/mods/balm/api/config/BalmConfig +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 216 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682741268 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 77 member ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68274f978 +instanceKlass net/blay09/mods/balm/api/network/BalmNetworking +instanceKlass fuzs/puzzleslib/api/network/v2/MessageV2$MessageHandler +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 335 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68274f340 +instanceKlass net/blay09/mods/balm/api/menu/BalmMenus +instanceKlass net/blay09/mods/balm/api/block/BalmBlockEntities +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 208 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68274ed38 +instanceKlass net/blay09/mods/balm/api/block/BalmBlocks +instanceKlass com/lodestar/aileron/neoforge/AileronNetworkingImpl +instanceKlass net/blay09/mods/balm/api/item/BalmItems +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineList (Ljava/util/List;Ljava/util/List;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d68274e720 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 324 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68274e4e8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 65 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68274e2c0 +instanceKlass fuzs/pickupnotifier/network/S2CTakeItemMessage +instanceKlass net/blay09/mods/balm/api/world/BalmWorldGen +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 200 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68274d7c8 +instanceKlass net/blay09/mods/balm/common/NamespaceResolver +instanceKlass @bci org/embeddedt/modernfix/neoforge/ModernFixConfig ()V 10 argL0 ; # org/embeddedt/modernfix/neoforge/ModernFixConfig$$Lambda+0x000001d68274d580 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 56 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68274d368 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 313 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68274d130 +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/Criterion ()V 10 argL0 ; # com/terraformersmc/biolith/api/biome/sub/Criterion$$Lambda+0x000001d68274cef8 +instanceKlass @bci snownee/snow/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 39 argL0 ; # snownee/snow/util/CommonProxy$$Lambda+0x000001d68274cad8 +instanceKlass net/blay09/mods/balm/api/proxy/ModProxy +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 192 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68274c6c8 +instanceKlass net/blay09/mods/balm/api/proxy/PlatformProxy +instanceKlass net/blay09/mods/balm/api/module/BalmModule +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 46 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68274c0b0 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 302 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68274be78 +instanceKlass @bci snownee/snow/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 24 argL0 ; # snownee/snow/util/CommonProxy$$Lambda+0x000001d68274ba58 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourClimableVine +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/Criterion ()V 5 argL0 ; # com/terraformersmc/biolith/api/biome/sub/Criterion$$Lambda+0x000001d68274b5b8 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourVine +instanceKlass fuzs/puzzleslib/api/network/v2/WritableMessage +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 184 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68274afb0 +instanceKlass org/embeddedt/modernfix/neoforge/ModernFixConfig +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$ValueSpec +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/api/distmarker/Dist;Lnet/neoforged/fml/ModContainer;)V 36 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68274a6c8 +instanceKlass fuzs/puzzleslib/api/network/v2/MessageV2 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourClimable +instanceKlass @bci snownee/snow/util/CommonProxy (Lnet/neoforged/bus/api/IEventBus;)V 9 argL0 ; # snownee/snow/util/CommonProxy$$Lambda+0x000001d68274a0b0 +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigSpec$Builder +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 176 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682743d58 +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/CriterionType ()V 8 argL0 ; # com/terraformersmc/biolith/api/biome/sub/CriterionType$$Lambda+0x000001d682743b20 +instanceKlass net/blay09/mods/balm/common/CommonBalmRuntime +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 291 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827438e8 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 168 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d6827436d0 +instanceKlass net/neoforged/neoforge/common/util/SelfTest +instanceKlass @bci com/terraformersmc/biolith/api/biome/sub/CriterionType ()V 3 argL0 ; # com/terraformersmc/biolith/api/biome/sub/CriterionType$$Lambda+0x000001d682742200 +instanceKlass com/lodestar/aileron/AileronNetworking +instanceKlass org/quiltmc/parsers/json/JsonReader +instanceKlass snownee/kiwi/loader/Platform +instanceKlass fuzs/puzzleslib/api/network/v3/ServerboundMessage +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 160 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682747848 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl registerSerializer (Ljava/lang/Class;Ljava/util/function/Function;)V 6 member ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682746580 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 152 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682746368 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer loadSafely (Ljava/util/Map;)Ldev/isxander/yacl3/config/v2/api/ConfigSerializer$LoadResult; 84 argL0 ; # dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$$Lambda+0x000001d682746130 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 280 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68273fc60 +instanceKlass @bci com/lodestar/aileron/neoforge/AddLootTableModifier ()V 0 argL0 ; # com/lodestar/aileron/neoforge/AddLootTableModifier$$Lambda+0x000001d68273fa30 +instanceKlass @bci net/neoforged/neoforge/internal/versions/neoforge/NeoForgeVersion ()V 62 argL0 ; # net/neoforged/neoforge/internal/versions/neoforge/NeoForgeVersion$$Lambda+0x000001d68273f818 +instanceKlass com/terraformersmc/biolith/api/biome/sub/CriterionType +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 144 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68273f408 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer loadSafely (Ljava/util/Map;)Ldev/isxander/yacl3/config/v2/api/ConfigSerializer$LoadResult; 74 argL0 ; # dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$$Lambda+0x000001d68273f1c0 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 269 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68273eaa0 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnSoilOrLogs +instanceKlass fuzs/puzzleslib/impl/network/NetworkHandlerRegistryImpl +instanceKlass @bci net/neoforged/neoforge/common/loot/AddTableLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/neoforged/neoforge/common/loot/AddTableLootModifier$$Lambda+0x000001d68273e198 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 136 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68273df80 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 257 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68273dd48 +instanceKlass @bci net/neoforged/neoforge/internal/versions/neoforge/NeoForgeVersion ()V 11 argL0 ; # net/neoforged/neoforge/internal/versions/neoforge/NeoForgeVersion$$Lambda+0x000001d68273db30 +instanceKlass dev/isxander/yacl3/impl/utils/YACLConstants +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 128 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68273c680 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 245 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68273c448 +instanceKlass @bci net/neoforged/neoforge/common/loot/AddTableLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/neoforged/neoforge/common/loot/AddTableLootModifier$$Lambda+0x000001d68273c210 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 120 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68273ad70 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 233 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68273a8f8 +instanceKlass @bci net/neoforged/neoforge/common/loot/AddTableLootModifier lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/loot/AddTableLootModifier$$Lambda+0x000001d6827391e8 +instanceKlass net/neoforged/neoforge/internal/versions/neoforge/NeoForgeVersion +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 112 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682738fd0 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 221 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682737a58 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 104 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682737840 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 209 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682736688 +instanceKlass @bci net/neoforged/neoforge/common/loot/IGlobalLootModifier ()V 46 argL0 ; # net/neoforged/neoforge/common/loot/IGlobalLootModifier$$Lambda+0x000001d682736450 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl load ()Z 61 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d682736218 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 96 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682736000 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 197 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682733a48 +instanceKlass @bci net/neoforged/neoforge/common/loot/IGlobalLootModifier ()V 41 argL0 ; # net/neoforged/neoforge/common/loot/IGlobalLootModifier$$Lambda+0x000001d6827333f8 +instanceKlass fuzs/puzzleslib/api/network/v3/NetworkHandler$Builder +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl load ()Z 56 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d682732fc8 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNetherrackNyliumAndSculk +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 88 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682732db0 +instanceKlass com/terraformersmc/biolith/api/biome/sub/Criterion +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 185 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682732788 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl load ()Z 28 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d682732170 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 80 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682731d58 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl load ()Z 23 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d682731b20 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 173 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827316e8 +instanceKlass @bci net/neoforged/neoforge/common/loot/IGlobalLootModifier ()V 8 argL0 ; # net/neoforged/neoforge/common/loot/IGlobalLootModifier$$Lambda+0x000001d682730438 +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNetherrack +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl load ()Z 13 member ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d682730000 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 72 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682729c00 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 161 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68272bce0 +instanceKlass @bci net/neoforged/neoforge/common/loot/AddTableLootModifier ()V 0 argL0 ; # net/neoforged/neoforge/common/loot/AddTableLootModifier$$Lambda+0x000001d68272a610 +instanceKlass com/terraformersmc/biolith/impl/biome/sub/BiolithCriteria +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 64 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68272a000 +instanceKlass fuzs/puzzleslib/api/network/v3/codec/StreamCodecRegistry +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNylium +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 150 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68272fcb8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 1127 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68272f8a8 +instanceKlass dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$ItemTypeAdapter +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 56 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68272f440 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 139 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68272f208 +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionDynamicContext +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSapling +instanceKlass fuzs/puzzleslib/impl/network/NetworkHandlerRegistry +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 48 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d68272d948 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSaplingLike +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 128 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d68272d2f8 +instanceKlass @bci com/terraformersmc/biolith/impl/platform/NeoForgePlatformHelper registerCommandRegistrationCallback (Lorg/apache/commons/lang3/function/TriFunction;)V 4 member ; # com/terraformersmc/biolith/impl/platform/NeoForgePlatformHelper$$Lambda+0x000001d68272ced0 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 40 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682727ce0 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 117 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682727aa8 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 32 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682727890 +instanceKlass @bci com/terraformersmc/biolith/impl/commands/BiolithCommands init ()V 16 argL0 ; # com/terraformersmc/biolith/impl/commands/BiolithCommands$$Lambda+0x000001d682727668 +instanceKlass dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$ColorTypeAdapter +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 106 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682725ff8 +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionNode$PermissionResolver +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSeed +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourSeedLike +instanceKlass net/neoforged/neoforge/common/loot/LootModifier +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 24 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682725380 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 95 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682725148 +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionType +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 16 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682724a50 +instanceKlass com/mojang/brigadier/tree/CommandNode +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 84 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682724550 +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixClientForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 41 argL0 ; # org/embeddedt/modernfix/neoforge/init/ModernFixClientForge$$Lambda+0x000001d682724338 +instanceKlass net/neoforged/neoforge/common/loot/IGlobalLootModifier +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d682723118 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 73 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d682722a90 +instanceKlass dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$StyleTypeAdapter +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixClientForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 28 member ; # org/embeddedt/modernfix/neoforge/init/ModernFixClientForge$$Lambda+0x000001d682722610 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule$$Lambda+0x000001d6827223f8 +instanceKlass @bci me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl ()V 62 argL0 ; # me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl$$Lambda+0x000001d6827211b8 +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionTypes +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixClientForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 16 member ; # org/embeddedt/modernfix/neoforge/init/ModernFixClientForge$$Lambda+0x000001d68271fbe0 +instanceKlass net/blay09/mods/balm/api/BalmRuntime +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/StructureProcessorTypeModule +instanceKlass dev/isxander/yacl3/config/util/CodecSerializerAdapter +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/serializer/InternalDeserializerFunction +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionNode +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourPlant +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourPlantLike +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/MarshallerImpl +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalmRuntimeFactory +instanceKlass org/betterx/betternether/interfaces/SurvivesOnNetherMycelium +instanceKlass org/betterx/bclib/interfaces/SurvivesOnTags +instanceKlass com/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegisterFieldRouter +instanceKlass org/betterx/bclib/interfaces/SurvivesOnSpecialGround +instanceKlass org/betterx/bclib/interfaces/SurvivesOn +instanceKlass net/blay09/mods/balm/api/BalmRuntimeFactory +instanceKlass fuzs/puzzleslib/api/init/v3/registry/RegistryManager +instanceKlass com/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegisterField +instanceKlass fuzs/puzzleslib/api/core/v1/utility/EnvironmentAwareBuilder +instanceKlass net/blay09/mods/balm/api/BalmRuntimeSpi +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder (Ldev/isxander/yacl3/config/v2/api/ConfigClassHandler;)V 5 argL0 ; # dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder$$Lambda+0x000001d682717960 +instanceKlass com/lodestar/aileron/neoforge/AileronLootModifiersImpl +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 998 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6827161b0 +instanceKlass fuzs/puzzleslib/api/core/v1/utility/Buildable +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureTypeModule ()V 8 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureTypeModule$$Lambda+0x000001d682714a58 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourObsidianPortalFrame +instanceKlass com/lodestar/aileron/AileronLootModifiers +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourPortalFrame +instanceKlass net/blay09/mods/balm/api/Balm +instanceKlass fuzs/puzzleslib/api/capability/v3/CapabilityController +instanceKlass org/embeddedt/modernfix/ModernFixClient +instanceKlass betterdays/config/ConfigHandler +instanceKlass dev/isxander/yacl3/config/v2/impl/serializer/GsonConfigSerializer$Builder +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/StructureTypeModule ()V 0 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/StructureTypeModule$$Lambda+0x000001d6827135e0 +instanceKlass @bci com/lodestar/aileron/neoforge/AileronAttributesImpl registerAttribute (Ljava/lang/String;Lnet/minecraft/world/entity/ai/attributes/Attribute;)Lnet/minecraft/core/Holder; 5 member ; # com/lodestar/aileron/neoforge/AileronAttributesImpl$$Lambda+0x000001d6827133c0 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/StructureTypeModule +instanceKlass @bci fuzs/puzzleslib/impl/core/ModContext get (Ljava/lang/String;)Lfuzs/puzzleslib/impl/core/ModContext; 12 member ; # fuzs/puzzleslib/impl/core/ModContext$$Lambda+0x000001d68270fa40 +instanceKlass com/lodestar/aileron/neoforge/AileronAttributesImpl +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 99 member ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68270f420 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 981 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d68270e400 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 88 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68270cbc8 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourObsidian +instanceKlass org/embeddedt/modernfix/neoforge/init/ModernFixClientForge +instanceKlass fuzs/puzzleslib/api/data/v2/tags/AbstractTagAppender +instanceKlass fuzs/puzzleslib/impl/core/ProxyImpl +instanceKlass fuzs/puzzleslib/api/core/v1/Proxy +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourImmobile +instanceKlass com/lodestar/aileron/AileronAttributes +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 72 member ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68270bb20 +instanceKlass fuzs/puzzleslib/api/item/v2/ToolTypeHelper +instanceKlass fuzs/puzzleslib/api/init/v3/registry/RegistryFactory +instanceKlass dev/isxander/yacl3/config/v2/api/serializer/GsonConfigSerializerBuilder +instanceKlass technology/roughness/whitenoise/platform/NeoForgePlatform +instanceKlass org/apache/commons/lang3/function/TriFunction +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 61 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d68270ad10 +instanceKlass net/blay09/mods/balm/common/BalmLoadContexts +instanceKlass fuzs/puzzleslib/api/init/v3/GameRulesFactory +instanceKlass fuzs/puzzleslib/api/item/v2/crafting/CombinedIngredients +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourGlass +instanceKlass @bci com/lodestar/aileron/neoforge/AileronParticlesImpl ()V 16 argL0 ; # com/lodestar/aileron/neoforge/AileronParticlesImpl$$Lambda+0x000001d682709120 +instanceKlass fuzs/puzzleslib/impl/attachment/DataAttachmentRegistryImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/core/NeoForgeFactories +instanceKlass com/terraformersmc/biolith/impl/commands/BiolithCommands +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 964 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682701800 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/api/Marshaller +instanceKlass technology/roughness/whitenoise/platform/services/IPlatform +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 49 member ; # org/embeddedt/modernfix/neoforge/init/ModernFixForge$$Lambda+0x000001d682703560 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson$Builder +instanceKlass com/lodestar/aileron/neoforge/AileronParticlesImpl +instanceKlass technology/roughness/whitenoise/platform/NeoForgeClientPlatform +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 37 member ; # org/embeddedt/modernfix/neoforge/init/ModernFixForge$$Lambda+0x000001d682706838 +instanceKlass com/terraformersmc/biolith/impl/compat/BiolithCompat +instanceKlass technology/roughness/whitenoise/platform/services/IClientPlatform +instanceKlass net/blay09/mods/balm/api/energy/EnergyStorage +instanceKlass com/lodestar/aileron/AileronParticles +instanceKlass @bci org/embeddedt/modernfix/neoforge/init/ModernFixForge (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/bus/api/IEventBus;)V 25 member ; # org/embeddedt/modernfix/neoforge/init/ModernFixForge$$Lambda+0x000001d682704ee0 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/AutoGenField +instanceKlass net/minecraft/world/level/storage/LevelResource +instanceKlass fuzs/puzzleslib/impl/core/CommonFactories +instanceKlass @bci jdk/internal/reflect/MethodHandleFloatFieldAccessorImpl setFloat (Ljava/lang/Object;F)V 29 ; # java/lang/invoke/LambdaForm$MH+0x000001d682701400 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 935 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d682704490 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682700c00 +instanceKlass fuzs/puzzleslib/api/network/v3/ClientboundMessage +instanceKlass fuzs/puzzleslib/api/network/v3/MessageV3 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 918 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ff548 +instanceKlass fuzs/puzzleslib/impl/core/ModContext +instanceKlass com/terraformersmc/biolith/impl/config/BiolithGeneralConfig +instanceKlass @bci jdk/internal/reflect/MethodHandleDoubleFieldAccessorImpl setDouble (Ljava/lang/Object;D)V 29 ; # java/lang/invoke/LambdaForm$MH+0x000001d682700400 +instanceKlass technology/roughness/whitenoise/platform/NeoForgeConfigHelper +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/JsonElement +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 889 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826fe830 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682700000 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/ParserContext +instanceKlass net/blay09/mods/balm/api/fluid/FluidTank +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 872 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826fcfd8 +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/Jankson +instanceKlass dev/isxander/yacl3/config/v2/api/SerialField +instanceKlass technology/roughness/whitenoise/platform/services/IConfigHelper +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 843 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826fa630 +instanceKlass @bci com/terraformersmc/biolith/impl/BiolithInit ()V 30 argL0 ; # com/terraformersmc/biolith/impl/BiolithInit$$Lambda+0x000001d6826fa408 +instanceKlass com/google/gson/internal/ConstructorConstructor$3 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourWood +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableAxe +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 826 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f9ba8 +instanceKlass net/neoforged/neoforge/network/handling/IPayloadContext +instanceKlass technology/roughness/whitenoise/WhiteNoise +instanceKlass @bci com/terraformersmc/biolith/impl/BiolithInit ()V 17 argL0 ; # com/terraformersmc/biolith/impl/BiolithInit$$Lambda+0x000001d6826f9588 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 809 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f9118 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 792 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f0a28 +instanceKlass fuzs/puzzleslib/api/core/v1/utility/ResourceLocationHelper +instanceKlass @bci jdk/internal/reflect/MethodHandleFloatFieldAccessorImpl getFloat (Ljava/lang/Object;)F 11 ; # java/lang/invoke/LambdaForm$MH+0x000001d6826f0400 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 775 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f3768 +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 69 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826f2620 +instanceKlass @bci betterdays/registry/TimeEffectsRegistry ()V 100 argL0 ; # betterdays/registry/TimeEffectsRegistry$$Lambda+0x000001d6826f2218 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 758 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f2000 +instanceKlass @bci com/terraformersmc/biolith/impl/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/terraformersmc/biolith/impl/platform/Services$$Lambda+0x000001d6826f6c90 +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 27 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826f6460 +instanceKlass dev/isxander/yacl3/config/v2/api/FieldAccess +instanceKlass dev/isxander/yacl3/config/v2/api/ReadOnlyFieldAccess +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 741 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f6248 +instanceKlass @bci net/neoforged/neoforge/capabilities/CapabilityRegistry create (Lnet/minecraft/resources/ResourceLocation;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object; 43 member ; # net/neoforged/neoforge/capabilities/CapabilityRegistry$$Lambda+0x000001d6826f4218 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 724 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826f4000 +instanceKlass @bci fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge (Lnet/neoforged/fml/ModContainer;)V 6 argL0 ; # fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge$$Lambda+0x000001d6826efc30 +instanceKlass me/shedaniel/autoconfig/serializer/PartitioningSerializer$1 +instanceKlass net/neoforged/neoforge/registries/RegisterEvent$RegisterHelper +instanceKlass com/terraformersmc/biolith/impl/compat/TerraBlenderCompatNeoForge +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 695 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ee268 +instanceKlass @bci jdk/internal/reflect/MethodHandleDoubleFieldAccessorImpl getDouble (Ljava/lang/Object;)D 11 ; # java/lang/invoke/LambdaForm$MH+0x000001d6826f0000 +instanceKlass fuzs/puzzleslib/api/config/v3/ConfigHolder +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl discoverFields ()[Ldev/isxander/yacl3/config/v2/impl/ConfigFieldImpl; 152 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d6826ec8e0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 678 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ec6c8 +instanceKlass @bci betterdays/registry/TimeEffectsRegistry ()V 82 argL0 ; # betterdays/registry/TimeEffectsRegistry$$Lambda+0x000001d6826ec4b0 +instanceKlass fuzs/puzzleslib/api/network/v3/NetworkHandler +instanceKlass @bci com/jahirtrap/configlib/TXFConfig textField (Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;Ljava/util/function/Function;Ljava/util/regex/Pattern;DDZ)V 22 ; # java/lang/invoke/LambdaForm$MH+0x000001d6826e4c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6826e4800 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 661 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ea570 +instanceKlass com/terraformersmc/biolith/impl/compat/TerraBlenderCompat +instanceKlass @bci me/shedaniel/autoconfig/util/Utils toLinkedMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 7 argL0 ; # me/shedaniel/autoconfig/util/Utils$$Lambda+0x000001d6826ea160 +instanceKlass @bci com/jahirtrap/configlib/TXFConfig textField (Lcom/jahirtrap/configlib/TXFConfig$EntryInfo;Ljava/util/function/Function;Ljava/util/regex/Pattern;DDZ)V 22 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6826e4400 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl discoverFields ()[Ldev/isxander/yacl3/config/v2/impl/ConfigFieldImpl; 142 member ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d6826e9f20 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 644 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826e5c40 +instanceKlass @bci me/shedaniel/autoconfig/util/Utils toLinkedMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 2 argL0 ; # me/shedaniel/autoconfig/util/Utils$$Lambda+0x000001d6826e5a00 +instanceKlass fuzs/pickupnotifier/PickUpNotifier +instanceKlass com/terraformersmc/biolith/impl/platform/NeoForgePlatformHelper +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig textField (Leu/midnightdust/lib/config/EntryInfo;Ljava/util/function/Function;Ljava/util/regex/Pattern;DDZ)V 22 member ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826e5220 +instanceKlass @bci org/embeddedt/modernfix/platform/neoforge/ModernFixPlatformHooksImpl onServerCommandRegister (Ljava/util/function/Consumer;)V 4 member ; # org/embeddedt/modernfix/platform/neoforge/ModernFixPlatformHooksImpl$$Lambda+0x000001d6826e7c08 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 627 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826e79f0 +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigFieldImpl +instanceKlass fuzs/puzzleslib/api/core/v1/ModConstructor +instanceKlass @bci net/neoforged/neoforge/capabilities/BlockCapability ()V 4 argL0 ; # net/neoforged/neoforge/capabilities/BlockCapability$$Lambda+0x000001d6826e7558 +instanceKlass @bci me/shedaniel/autoconfig/serializer/PartitioningSerializer (Lme/shedaniel/autoconfig/annotation/Config;Ljava/lang/Class;Lme/shedaniel/autoconfig/serializer/ConfigSerializer$Factory;)V 24 member ; # me/shedaniel/autoconfig/serializer/PartitioningSerializer$$Lambda+0x000001d6826e7318 +instanceKlass @bci org/embeddedt/modernfix/ModernFix ()V 38 argL0 ; # org/embeddedt/modernfix/ModernFix$$Lambda+0x000001d6826e6ef8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 610 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826e3dc0 +instanceKlass @cpi com/jahirtrap/configlib/TXFConfig 788 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6826e4000 +instanceKlass @bci betterdays/registry/TimeEffectsRegistry ()V 64 argL0 ; # betterdays/registry/TimeEffectsRegistry$$Lambda+0x000001d6826e2cd0 +instanceKlass @bci me/shedaniel/autoconfig/serializer/PartitioningSerializer getModuleFields (Ljava/lang/Class;)Ljava/util/List; 7 argL0 ; # me/shedaniel/autoconfig/serializer/PartitioningSerializer$$Lambda+0x000001d6826e2a88 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 593 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826e2870 +instanceKlass net/neoforged/neoforge/capabilities/CapabilityRegistry$CapabilityConstructor +instanceKlass com/mojang/brigadier/CommandDispatcher +instanceKlass net/combat_roll/config/ServerConfig +instanceKlass org/sinytra/fabric/screen_api/ScreenEventHooks +instanceKlass com/terraformersmc/biolith/impl/platform/services/PlatformHelper +instanceKlass net/neoforged/neoforge/capabilities/CapabilityRegistry +instanceKlass org/betterx/bclib/api/v3/datagen/DropSelfLootProvider +instanceKlass org/betterx/wover/item/api/ItemTagProvider +instanceKlass org/betterx/wover/block/api/model/BlockModelProvider +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl discoverFields ()[Ldev/isxander/yacl3/config/v2/impl/ConfigFieldImpl; 130 member ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d6826ddb98 +instanceKlass com/terraformersmc/biolith/impl/platform/Services +instanceKlass @bci me/shedaniel/autoconfig/serializer/PartitioningSerializer wrap (Lme/shedaniel/autoconfig/serializer/ConfigSerializer$Factory;)Lme/shedaniel/autoconfig/serializer/ConfigSerializer$Factory; 1 member ; # me/shedaniel/autoconfig/serializer/PartitioningSerializer$$Lambda+0x000001d6826dc888 +instanceKlass fuzs/puzzleslib/api/core/v1/BaseModConstructor +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourMetal +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl discoverFields ()[Ldev/isxander/yacl3/config/v2/impl/ConfigFieldImpl; 119 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d6826db380 +instanceKlass me/shedaniel/autoconfig/serializer/PartitioningSerializer +instanceKlass @bci betterdays/registry/TimeEffectsRegistry ()V 46 argL0 ; # betterdays/registry/TimeEffectsRegistry$$Lambda+0x000001d6826d9fb0 +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 28 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/ConfigModuleNeoForge$$Lambda+0x000001d6826d8a10 +instanceKlass net/neoforged/neoforge/capabilities/BaseCapability +instanceKlass com/terraformersmc/biolith/impl/config/BiolithConfigManager +instanceKlass net/blay09/mods/balm/api/BalmRuntimeLoadContext +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourOre +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 564 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d8000 +instanceKlass org/betterx/wover/block/api/CustomBlockItemProvider +instanceKlass org/betterx/wover/block/api/BlockTagProvider +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/module/ConfigModuleNeoForge init (Lnet/neoforged/fml/ModContainer;)V 15 argL0 ; # com/yungnickyoung/minecraft/betterdungeons/module/ConfigModuleNeoForge$$Lambda+0x000001d6826d7bb8 +instanceKlass com/ishland/c2me/PreLaunchHandler +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 547 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d7540 +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/autoregister/AutoRegister +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/IntSlider +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 530 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d5a48 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 39 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d6826d5800 +instanceKlass com/terraformersmc/biolith/impl/Biolith +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 513 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d4358 +instanceKlass net/fabricmc/fabric/api/tag/convention/v2/ConventionalBiomeTags +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 29 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d6826d4120 +instanceKlass betterdays/platform/NeoForgeRegistryProvider$Provider$1 +instanceKlass @bci net/combat_roll/CombatRollMod init ()V 2 argL0 ; # net/combat_roll/CombatRollMod$$Lambda+0x000001d6826d3830 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 496 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d2588 +instanceKlass net/tiny_config/ExampleMod +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper collectAllAutoRegisterFieldsInPackage (Ljava/lang/String;)V 19 argL0 ; # com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper$$Lambda+0x000001d6826d2150 +instanceKlass @bci org/sinytra/fabric/command_api/client/FabricCommandApiV2Client onInitializeClient ()V 5 argL0 ; # org/sinytra/fabric/command_api/client/FabricCommandApiV2Client$$Lambda+0x000001d6826d1f28 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/config/ConfigSmallNetherDungeonsNeoForge +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 467 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826d1910 +instanceKlass org/betterx/wover/loot/api/BlockLootProvider +instanceKlass net/fabricmc/fabric/api/tag/convention/v1/ConventionalBiomeTags +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/DoubleSlider +instanceKlass @bci net/neoforged/fml/ModList getAllScanData ()Ljava/util/List; 52 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d6826b2a18 +instanceKlass me/shedaniel/autoconfig/serializer/JanksonConfigSerializer +instanceKlass @bci betterdays/registry/TimeEffectsRegistry ()V 28 argL0 ; # betterdays/registry/TimeEffectsRegistry$$Lambda+0x000001d6826d0ea0 +instanceKlass @bci net/irisshaders/iris/platform/IrisForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 19 argL0 ; # net/irisshaders/iris/platform/IrisForgeMod$$Lambda+0x000001d6826d0c88 +instanceKlass org/embeddedt/modernfix/command/ModernFixCommands +instanceKlass net/fabricmc/fabric/api/tag/convention/v2/ConventionalEnchantmentTags +instanceKlass net/neoforged/neoforge/registries/holdersets/NotHolderSet$Type +instanceKlass @bci net/neoforged/fml/ModList getAllScanData ()Ljava/util/List; 37 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d6826b27e0 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/config/ConfigSmallDungeonsNeoForge +instanceKlass @bci net/irisshaders/iris/platform/IrisForgeMod (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 6 member ; # net/irisshaders/iris/platform/IrisForgeMod$$Lambda+0x000001d6826c8400 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourLeaves +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourCompostable +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableShears +instanceKlass @bci net/neoforged/fml/ModList getAllScanData ()Ljava/util/List; 27 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d6826b2598 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder define (Ljava/util/List;Ljava/lang/Object;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 10 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6826c89f0 +instanceKlass org/sinytra/fabric/command_api/client/FabricCommandApiV2Client +instanceKlass @bci net/neoforged/fml/ModList getAllScanData ()Ljava/util/List; 17 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d6826b2360 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 450 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c9830 +instanceKlass net/fabricmc/fabric/api/tag/convention/v1/ConventionalEnchantmentTags +instanceKlass org/betterx/bclib/interfaces/RenderLayerProvider +instanceKlass me/shedaniel/autoconfig/serializer/PartitioningSerializer$GlobalData +instanceKlass betterdays/time/effects/AbstractTimeEffect +instanceKlass @bci org/embeddedt/modernfix/resources/ReloadExecutor createCustomResourceReloadExecutor ()Ljava/util/concurrent/ExecutorService; 29 argL0 ; # org/embeddedt/modernfix/resources/ReloadExecutor$$Lambda+0x000001d6826cb978 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder define (Ljava/util/List;Ljava/lang/Object;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 4 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6826cb728 +instanceKlass org/betterx/bclib/interfaces/RuntimeBlockModelProvider +instanceKlass org/betterx/bclib/interfaces/ItemModelProvider +instanceKlass @bci org/sinytra/fabric/command_api/FabricCommandApiV2 onInitialize ()V 28 argL0 ; # org/sinytra/fabric/command_api/FabricCommandApiV2$$Lambda+0x000001d6826caef0 +instanceKlass com/yungnickyoung/minecraft/yungsapi/autoregister/AutoRegistrationManager +instanceKlass net/neoforged/neoforge/registries/holdersets/OrHolderSet$Type +instanceKlass @bci org/embeddedt/modernfix/resources/ReloadExecutor createCustomResourceReloadExecutor ()Ljava/util/concurrent/ExecutorService; 24 member ; # org/embeddedt/modernfix/resources/ReloadExecutor$$Lambda+0x000001d6826cf980 +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/Boolean +instanceKlass com/yungnickyoung/minecraft/betterdungeons/config/ConfigZombieDungeonNeoForge +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableHoe +instanceKlass org/betterx/bclib/interfaces/tools/AddMineableSword +instanceKlass betterdays/time/effects/TimeEffect +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 433 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ccd80 +instanceKlass org/betterx/bclib/behaviours/interfaces/BehaviourStone +instanceKlass net/combat_roll/CombatRollMod +instanceKlass com/yungnickyoung/minecraft/betterdungeons/config/ConfigGeneralNeoForge +instanceKlass org/embeddedt/modernfix/resources/ReloadExecutor +instanceKlass org/betterx/bclib/behaviours/interfaces/BlockBehaviour +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinEditBox +instanceKlass @bci org/sinytra/fabric/command_api/FabricCommandApiV2 onInitialize ()V 13 argL0 ; # org/sinytra/fabric/command_api/FabricCommandApiV2$$Lambda+0x000001d6826c5428 +instanceKlass org/betterx/bclib/interfaces/tools/AddMineablePickaxe +instanceKlass net/neoforged/neoforge/registries/holdersets/AndHolderSet$Type +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/AutoGen +instanceKlass io/wispforest/owo/mixin/ui/access/TextFieldWidgetAccessor +instanceKlass org/betterx/bclib/interfaces/tools/HasMinableBehaviour +instanceKlass @bci net/combat_roll/neoforge/CombatRollModNeoForge lambda$static$1 (Ljava/lang/String;)V 5 member ; # net/combat_roll/neoforge/CombatRollModNeoForge$$Lambda+0x000001d6826c76e8 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/config/BDConfigNeoForge +instanceKlass io/wispforest/owo/ui/inject/GreedyInputComponent +instanceKlass betterdays/registry/RegistryObject +instanceKlass @bci net/combat_roll/neoforge/CombatRollModNeoForge ()V 14 argL0 ; # net/combat_roll/neoforge/CombatRollModNeoForge$$Lambda+0x000001d6826c6ed0 +instanceKlass net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags +instanceKlass org/sinytra/fabric/command_api/FabricCommandApiV2 +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinEditBox +instanceKlass betterdays/platform/NeoForgeRegistryProvider$Provider +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 416 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c3618 +instanceKlass org/betterx/betternether/client/IRenderTypeable +instanceKlass org/embeddedt/modernfix/ModernFix +instanceKlass net/fabricmc/fabric/impl/tag/convention/v2/TranslationConventionLogWarnings +instanceKlass com/blamejared/searchables/mixin/AccessEditBox +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModuleNeoForge +instanceKlass net/neoforged/neoforge/internal/NeoForgeBindings +instanceKlass org/betterx/betternether/registry/NetherBlocks +instanceKlass net/combat_roll/utils/SoundHelper +instanceKlass net/neoforged/neoforge/registries/holdersets/AnyHolderSet$Type +instanceKlass dev/isxander/yacl3/config/v2/api/SerialEntry +instanceKlass net/fabricmc/fabric/api/tag/convention/v1/ConventionalItemTags +instanceKlass dev/isxander/yacl3/config/ConfigEntry +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 399 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c1738 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 382 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c1520 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 365 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c1308 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 348 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c10f0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 331 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0ed8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 314 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0cc0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 297 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0aa8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 280 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0890 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister register (Lnet/neoforged/bus/api/IEventBus;)V 36 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d6826c0660 +instanceKlass @bci dev/kosmx/playerAnim/forge/ForgeClientEvent (Lnet/neoforged/bus/api/IEventBus;)V 18 member ; # dev/kosmx/playerAnim/forge/ForgeClientEvent$$Lambda+0x000001d6826c0430 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 263 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0218 +instanceKlass net/jodah/typetools/TypeResolver$Unknown +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 246 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826c0000 +instanceKlass @bci dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl detectOldAnnotation ([Ljava/lang/reflect/Field;)V 4 argL0 ; # dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$$Lambda+0x000001d6826bec00 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/services/NeoForgeModulesLoader +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 229 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826bfc40 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 212 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826bf808 +instanceKlass net/neoforged/fml/IBindingsProvider +# instanceKlass net/neoforged/bus/EventListenerFactory$$Lambda+0x000001d6826b1910 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/services/IModulesLoader +instanceKlass @bci net/neoforged/bus/EventListenerFactory getEventListenerFactory (Ljava/lang/reflect/Method;)Ljava/lang/invoke/MethodHandle; 4 argL0 ; # net/neoforged/bus/EventListenerFactory$$Lambda+0x000001d6826b1b48 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 195 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826bf208 +instanceKlass @bci net/neoforged/bus/LockHelper withHashMap ()Lnet/neoforged/bus/LockHelper; 4 argL0 ; # net/neoforged/bus/LockHelper$$Lambda+0x000001d6826b1500 +instanceKlass toni/sodiumextras/foundation/fps/DebugOverlayEvent$AverageQueue +instanceKlass @bci com/yungnickyoung/minecraft/betterdungeons/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/betterdungeons/services/Services$$Lambda+0x000001d6826bb8c8 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 178 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826bb6b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6826be800 +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 111 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826bb478 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 161 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826bb260 +instanceKlass dev/isxander/yacl3/platform/YACLPlatform$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6826bd800 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/services/NeoForgePlatformHelper +instanceKlass @bci org/betterx/wover/core/api/ModCore registerDatapackListener (Lnet/neoforged/bus/api/IEventBus;)V 2 member ; # org/betterx/wover/core/api/ModCore$$Lambda+0x000001d6826babf0 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 144 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826ba9d8 +instanceKlass toni/sodiumextras/foundation/fps/FPSDisplay +instanceKlass dev/isxander/yacl3/platform/YACLPlatform +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 272 member ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826ba360 +instanceKlass net/fabricmc/fabric/api/tag/convention/v2/ConventionalBlockTags +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 127 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826b9f48 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/services/IPlatformHelper +instanceKlass net/neoforged/bus/EventListenerFactory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6826bc800 +instanceKlass net/runes/neoforge/client/NeoForgeClientMod +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6826bc400 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 110 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826b9710 +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 255 member ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6826b94d0 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/services/Services +instanceKlass net/fabricmc/fabric/impl/tag/convention/TagRegistration +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6826bc000 +instanceKlass @bci net/runes/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/runes/neoforge/NeoForgeMod$$Lambda+0x000001d6826b8e90 +instanceKlass @bci net/neoforged/neoforge/common/NeoForgeMod ()V 93 argL0 ; # net/neoforged/neoforge/common/NeoForgeMod$$Lambda+0x000001d6826b8a80 +instanceKlass jdk/internal/access/JavaTemplateAccess +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/OptionAccess +instanceKlass dev/isxander/yacl3/api/OptionAddable +instanceKlass jdk/internal/access/JavaxCryptoSealedObjectAccess +instanceKlass jdk/internal/access/JavaObjectInputFilterAccess +instanceKlass dev/isxander/yacl3/config/v2/api/ConfigField +instanceKlass @bci net/runes/RunesMod init ()V 20 argL0 ; # net/runes/RunesMod$$Lambda+0x000001d6826b8478 +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/NeoForgeParticleTypeHelper +instanceKlass jdk/internal/access/JavaObjectInputStreamReadString +instanceKlass @bci net/neoforged/bus/EventBus checkSupertypes (Ljava/lang/Class;Ljava/lang/Class;)V 101 member ; # net/neoforged/bus/EventBus$$Lambda+0x000001d6826b0ec8 +instanceKlass jdk/internal/access/JavaBeansAccess +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister register (Lnet/neoforged/bus/api/IEventBus;)V 24 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d6826b79c8 +instanceKlass net/neoforged/neoforge/server/command/EnumArgument$Info +instanceKlass net/fabricmc/fabric/api/tag/convention/v1/ConventionalBlockTags +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl +instanceKlass @bci net/runes/RunesMod init ()V 6 argL0 ; # net/runes/RunesMod$$Lambda+0x000001d6826b7080 +instanceKlass toni/sodiumextras/foundation/fps/DebugOverlayEvent +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/IParticleTypeHelper +instanceKlass @bci betterdays/platform/NeoForgeRegistryProvider create (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;Z)Lbetterdays/registry/RegistryProvider; 70 member ; # betterdays/platform/NeoForgeRegistryProvider$$Lambda+0x000001d6826b6a58 +instanceKlass @bci net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl lambda$createModifyEvent$2 ([Lnet/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntries;)Lnet/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntries; 1 member ; # net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl$$Lambda+0x000001d6826b6838 +instanceKlass jdk/internal/access/JavaAWTFontAccess +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/NeoForgeBlockEntityTypeHelper +instanceKlass jdk/internal/access/JavaAWTAccess +instanceKlass @bci net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl createModifyEvent ()Lnet/fabricmc/fabric/api/event/Event; 2 argL0 ; # net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl$$Lambda+0x000001d6826b5df8 +instanceKlass jdk/internal/access/JavaNetHttpCookieAccess +instanceKlass jdk/internal/access/JavaUtilConcurrentTLRAccess +instanceKlass jdk/internal/access/JavaObjectInputStreamAccess +instanceKlass net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntries +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/IBlockEntityTypeHelper +instanceKlass net/neoforged/bus/api/SubscribeEvent +instanceKlass @bci net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl getOrCreateModifyEntriesEvent (Lnet/minecraft/resources/ResourceKey;)Lnet/fabricmc/fabric/api/event/Event; 4 argL0 ; # net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl$$Lambda+0x000001d6826b5160 +instanceKlass jdk/internal/access/JavaIOAccess +instanceKlass betterdays/platform/NeoForgeRegistryProvider +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/NeoForgeAutoRegisterHelper +instanceKlass net/jodah/typetools/TypeResolver$4 +instanceKlass @bci net/neoforged/fml/config/ConfigTracker trackConfig (Lnet/neoforged/fml/config/ModConfig;)V 106 argL0 ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d6826b0620 +instanceKlass @bci org/betterx/wover/core/api/DatapackActivationType ()V 15 member ; # org/betterx/wover/core/api/DatapackActivationType$$Lambda+0x000001d6826b4420 +instanceKlass net/fabricmc/fabric/impl/itemgroup/ItemGroupEventsImpl +instanceKlass net/fabricmc/fabric/impl/tag/convention/ConventionLogWarnings +instanceKlass betterdays/platform/services/IRegistryFactory +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec forEachValue (Ljava/lang/Iterable;Ljava/util/function/Consumer;)V 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$$Lambda+0x000001d6826afbf8 +instanceKlass com/lodestar/aileron/Aileron +instanceKlass net/jodah/typetools/TypeResolver$1 +instanceKlass net/critical_strike/client/particle/TemplateParticleEffect +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec validateSpec (Lnet/neoforged/fml/config/ModConfig;)V 16 member ; # net/neoforged/neoforge/common/ModConfigSpec$$Lambda+0x000001d6826aeef8 +instanceKlass net/critical_strike/neoforge/client/NeoForgeClientMod +instanceKlass betterdays/platform/NeoForgePlatform +instanceKlass @bci net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntriesAll;)Lnet/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntriesAll; 1 member ; # net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$$Lambda+0x000001d6826ae878 +instanceKlass dev/corgitaco/featurerecycler/FeatureRecycler +instanceKlass net/neoforged/fml/config/IConfigSpec$ILoadedConfig +instanceKlass net/jodah/typetools/TypeResolver$AccessMaker +instanceKlass @bci com/faboslav/variantsandventures/common/config/VariantsAndVenturesConfig ()V 15 argL0 ; # com/faboslav/variantsandventures/common/config/VariantsAndVenturesConfig$$Lambda+0x000001d6826ae440 +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/IAutoRegisterHelper +instanceKlass net/neoforged/fml/config/ModConfig +instanceKlass net/jodah/typetools/TypeResolver +instanceKlass @bci org/betterx/wover/core/api/ModCore create (Ljava/lang/String;)Lorg/betterx/wover/core/api/ModCore; 4 argL0 ; # org/betterx/wover/core/api/ModCore$$Lambda+0x000001d6826ae010 +instanceKlass net/fabricmc/fabric/api/itemgroup/v1/FabricItemGroupEntries +instanceKlass dev/isxander/yacl3/config/v2/api/ConfigSerializer +instanceKlass com/yungnickyoung/minecraft/yungsapi/YungsApiCommon +instanceKlass betterdays/platform/services/IPlatform +# instanceKlass net/neoforged/bus/ListenerList$$Lambda+0x000001d6826ab6b8 +# instanceKlass net/neoforged/bus/ListenerList$$Lambda+0x000001d6826ab4a0 +# instanceKlass net/neoforged/bus/ListenerList$$Lambda+0x000001d6826ab288 +instanceKlass @bci net/neoforged/bus/ListenerList buildCache ()V 108 argL0 ; # net/neoforged/bus/ListenerList$$Lambda+0x000001d6826ab070 +instanceKlass @bci net/neoforged/bus/EventBus addToListeners (Ljava/lang/Object;Ljava/lang/Class;Lnet/neoforged/bus/api/EventListener;Lnet/neoforged/bus/api/EventPriority;)V 43 argL0 ; # net/neoforged/bus/EventBus$$Lambda+0x000001d6826aae38 +instanceKlass @bci technology/roughness/whitenoise/platform/ServicesBase load (Lorg/slf4j/Logger;Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # technology/roughness/whitenoise/platform/ServicesBase$$Lambda+0x000001d6826ad488 +instanceKlass @bci com/yungnickyoung/minecraft/yungsapi/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/yungnickyoung/minecraft/yungsapi/services/Services$$Lambda+0x000001d6826ad268 +instanceKlass @bci net/neoforged/fml/config/ConfigTracker registerConfig (Lnet/neoforged/fml/config/ModConfig$Type;Lnet/neoforged/fml/config/IConfigSpec;Lnet/neoforged/fml/ModContainer;Ljava/lang/String;)Lnet/neoforged/fml/config/ModConfig; 8 argL0 ; # net/neoforged/fml/config/ConfigTracker$$Lambda+0x000001d6826aaa10 +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigClassHandlerImpl$BuilderImpl +instanceKlass betterdays/platform/NeoForgeClientPlatform +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/NeoForgePlatformHelper +instanceKlass betterdays/platform/services/IClientPlatform +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826aa7d0 +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826aa590 +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826aa350 +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826aa110 +instanceKlass @bci net/neoforged/bus/EventBus getListenerList (Ljava/lang/Class;)Lnet/neoforged/bus/ListenerList; 44 member ; # net/neoforged/bus/EventBus$$Lambda+0x000001d6826a9ed0 +instanceKlass net/neoforged/fml/config/ConfigTracker +instanceKlass dev/isxander/yacl3/config/v2/api/ConfigClassHandler$Builder +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/IPlatformHelper +instanceKlass technology/roughness/whitenoise/platform/ServicesBase +instanceKlass dev/isxander/yacl3/config/v2/api/ConfigClassHandler +instanceKlass net/neoforged/bus/ListenerList +instanceKlass com/yungnickyoung/minecraft/yungsapi/services/Services +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826a9810 +instanceKlass com/faboslav/variantsandventures/common/config/VariantsAndVenturesConfig +# instanceKlass net/neoforged/bus/EventBus$$Lambda+0x000001d6826a95c8 +instanceKlass @bci net/neoforged/bus/EventBus passNotGenericFilter (Z)Ljava/util/function/Predicate; 8 argL0 ; # net/neoforged/bus/EventBus$$Lambda+0x000001d6826a9380 +instanceKlass @bci org/sinytra/fabric/rendering_fluids/FabricRenderingFabricV1 onInitializeClient ()V 11 argL0 ; # org/sinytra/fabric/rendering_fluids/FabricRenderingFabricV1$$Lambda+0x000001d6826a78a0 +instanceKlass betterdays/registry/RegistryProvider +instanceKlass com/yungnickyoung/minecraft/yungsapi/api/YungAutoRegister +instanceKlass com/faboslav/variantsandventures/common/VariantsAndVentures +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModule$SmallNetherDungeon +instanceKlass @bci dev/kosmx/playerAnim/forge/ForgeClientEvent (Lnet/neoforged/bus/api/IEventBus;)V 6 member ; # dev/kosmx/playerAnim/forge/ForgeClientEvent$$Lambda+0x000001d6826a6e78 +instanceKlass @bci net/critical_strike/neoforge/NeoForgeMod (Lnet/neoforged/bus/api/IEventBus;)V 10 argL0 ; # net/critical_strike/neoforge/NeoForgeMod$$Lambda+0x000001d6826a6c50 +instanceKlass @bci net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$$Lambda+0x000001d6826a6a18 +instanceKlass @bci net/neoforged/fml/ModContainer registerExtensionPoint (Ljava/lang/Class;Lnet/neoforged/fml/IExtensionPoint;)V 6 member ; # net/neoforged/fml/ModContainer$$Lambda+0x000001d6826a8b00 +instanceKlass @bci net/neoforged/neoforge/common/NeoForge ()V 8 argL0 ; # net/neoforged/neoforge/common/NeoForge$$Lambda+0x000001d6826a6800 +instanceKlass net/fabricmc/fabric/impl/client/rendering/fluid/FluidRendererCompat +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModule$SmallDungeon +instanceKlass @bci net/neoforged/fml/ModLoader dispatchParallelTask (Ljava/lang/String;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;Ljava/util/function/Consumer;)V 73 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6826a88c8 +# instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d6826a8698 +instanceKlass technology/roughness/whitenoise/util/ResourceLocationHelper +# instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d6826a8468 +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber inject (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/Module;)V 100 member ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d6826a8238 +instanceKlass net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents$ModifyEntriesAll +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModule$ZombieDungeon +instanceKlass @bci dev/aika/smsn/neoforge/SMSNClientNeoForge (Lnet/neoforged/bus/api/IEventBus;Lnet/neoforged/fml/ModContainer;)V 7 argL0 ; # dev/aika/smsn/neoforge/SMSNClientNeoForge$$Lambda+0x000001d6826a57e0 +# instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d6826a8000 +instanceKlass toni/sodiumextras/foundation/fps/FpsHistory +# instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266fd18 +instanceKlass net/neoforged/neoforge/common/NeoForge +instanceKlass net/fabricmc/fabric/api/itemgroup/v1/ItemGroupEvents +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber inject (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/Module;)V 77 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266fae0 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModule$General +instanceKlass org/sinytra/fabric/rendering_fluids/FabricRenderingFabricV1 +# instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266f8a8 +instanceKlass @bci net/neoforged/fml/ModList gather (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture; 50 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266f668 +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber inject (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/Module;)V 72 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266f430 +instanceKlass @bci net/neoforged/fml/ModList gather (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture; 41 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266f208 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/module/ConfigModule +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent$Registrar +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber inject (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/Module;)V 62 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266efc0 +instanceKlass net/runes/RunesMod +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber inject (Lnet/neoforged/fml/ModContainer;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/Module;)V 31 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d68266ed78 +instanceKlass @bci net/neoforged/fml/ModList lambda$gather$4 (Ljava/util/List;[Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletableFuture;)V 20 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266eb48 +instanceKlass com/yungnickyoung/minecraft/betterdungeons/BetterDungeonsCommon +instanceKlass betterdays/registry/TimeEffectsRegistry +instanceKlass dev/aika/smsn/neoforge/compat/ClothConfigCompat +instanceKlass @bci net/neoforged/fml/ModList gather (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture; 27 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266e918 +instanceKlass betterdays/BetterDays +instanceKlass net/neoforged/neoforge/client/gui/IConfigScreenFactory +instanceKlass @bci net/neoforged/fml/ModLoader lambda$dispatchParallelTask$8 (Ljava/util/Map;Ljava/lang/String;Lnet/neoforged/fml/loading/progress/ProgressMeter;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;Lnet/neoforged/fml/ModContainer;)Ljava/util/concurrent/CompletableFuture; 54 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266e6e8 +instanceKlass @bci net/neoforged/fml/ModLoader lambda$dispatchParallelTask$8 (Ljava/util/Map;Ljava/lang/String;Lnet/neoforged/fml/loading/progress/ProgressMeter;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;Lnet/neoforged/fml/ModContainer;)Ljava/util/concurrent/CompletableFuture; 29 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266e4d0 +instanceKlass @bci net/neoforged/fml/ModLoader lambda$dispatchParallelTask$8 (Ljava/util/Map;Ljava/lang/String;Lnet/neoforged/fml/loading/progress/ProgressMeter;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;Lnet/neoforged/fml/ModContainer;)Ljava/util/concurrent/CompletableFuture; 19 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266e290 +instanceKlass @bci net/neoforged/fml/ModLoader dispatchParallelTask (Ljava/lang/String;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;Ljava/util/function/Consumer;)V 51 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266e050 +instanceKlass @bci net/neoforged/fml/ModLoader constructMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 17 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266de20 +instanceKlass net/neoforged/fml/DeferredWorkQueue +instanceKlass @bci net/neoforged/fml/ModList setLoadedMods (Ljava/util/List;)V 41 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266d9c8 +instanceKlass @bci net/neoforged/fml/ModList setLoadedMods (Ljava/util/List;)V 13 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68266d7a8 +instanceKlass eu/ha3/presencefootsteps/PresenceFootsteps +instanceKlass dev/engine_room/vanillin/VanillinNeoForgeClient +instanceKlass org/sinytra/fabric/events_interaction/generated/GeneratedEntryPoint +instanceKlass fuzs/overflowingbars/neoforge/client/OverflowingBarsNeoForgeClient +instanceKlass fuzs/overflowingbars/neoforge/OverflowingBarsNeoForge +instanceKlass org/sinytra/fabric/data_generation_api/generated/GeneratedEntryPoint +instanceKlass plus/dragons/createenchantmentindustry/client/CEIClient +instanceKlass plus/dragons/createenchantmentindustry/common/CEICommon +instanceKlass plus/dragons/createenchantmentindustry/data/CEIData +instanceKlass forge/me/thosea/badoptimizations/forge/BadOptimizations +instanceKlass ru/hollowhorizon/additions/questing/neoforge/CertainQuestingAdditionsNeoForge +instanceKlass net/mehvahdjukaar/every_compat/EveryCompatCommon +instanceKlass plus/dragons/createcentralkitchen/client/CCKClient +instanceKlass plus/dragons/createcentralkitchen/common/CCKCommon +instanceKlass plus/dragons/createcentralkitchen/integration/farmersdelight/FDIntegration +instanceKlass plus/dragons/createcentralkitchen/integration/brewinandchewin/BnCIntegration +instanceKlass plus/dragons/createcentralkitchen/integration/kelaidoscopecookery/KelaidoscopeCookeryIntegration +instanceKlass plus/dragons/createcentralkitchen/integration/extradelight/ExtraDelightIntegration +instanceKlass plus/dragons/createcentralkitchen/integration/minersdelight/MDIntegration +instanceKlass plus/dragons/createcentralkitchen/integration/dungeonsdelight/DungeonDelightIntegration +instanceKlass plus/dragons/createdragonsplus/common/CDPCommon +instanceKlass plus/dragons/createdragonsplus/data/CDPData +instanceKlass plus/dragons/createdragonsplus/client/CDPClient +instanceKlass plus/dragons/createdragonsplus/integration/simulated/SimulatedExtension +instanceKlass dev/latvian/mods/kubejs/create/KubeJSCreate +instanceKlass plus/dragons/createintegratedfarming/client/CIFClient +instanceKlass plus/dragons/createintegratedfarming/integration/farmersdelight/FDIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/netherdepthupgrade/NDUIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/mynethersdelight/MNDIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/mmlib/CornDelightIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/crabbersdelight/CrabbersDelightIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/untitledduck/UntitledDuckIntegration +instanceKlass plus/dragons/createintegratedfarming/integration/delightoflight/DelightOFlightIntegration +instanceKlass plus/dragons/createintegratedfarming/common/CIFCommon +instanceKlass plus/dragons/createintegratedfarming/data/CIFData +instanceKlass com/simibubi/create/CreateClient +instanceKlass net/createmod/ponder/NeoForgePonderClient +instanceKlass net/createmod/ponder/NeoForgePonder +instanceKlass dev/engine_room/flywheel/impl/FlywheelNeoForge +instanceKlass com/illusivesoulworks/charmofundying/CharmOfUndyingNeoForgeMod +instanceKlass com/armordamagescale/ArmorDamage +instanceKlass dev/isxander/yacl3/platform/PlatformEntrypoint +instanceKlass malte0811/ferritecore/ModMainForge +instanceKlass tech/thatgravyboat/creeperoverhaul/forge/CreepersForge +instanceKlass net/fabric_extras/structure_pool/neoforge/NeoForgeMod +instanceKlass fzzyhmstrs/emi_enchanting/EmiEnchanting +instanceKlass com/corosus/watut/WatutMod +instanceKlass com/corosus/modconfig/ConfigMod +instanceKlass de/keksuccino/fancymenu/FancyMenuNeoForge +instanceKlass fuzs/universalenchants/neoforge/client/UniversalEnchantsNeoForgeClient +instanceKlass fuzs/universalenchants/neoforge/UniversalEnchantsNeoForge +instanceKlass org/sinytra/fabric/biome_api/generated/GeneratedEntryPoint +instanceKlass org/sinytra/fabric/biome_api/FabricBiomeApiV1 +instanceKlass org/sinytra/fabric/gametest_api/generated/GeneratedEntryPoint +instanceKlass org/violetmoon/quark/base/Quark +instanceKlass net/fabric_extras/ranged_weapon/neoforge/NeoForgeMod +instanceKlass com/yungnickyoung/minecraft/ribbits/client/RibbitsNeoForgeClient +instanceKlass com/yungnickyoung/minecraft/ribbits/RibbitsNeoForge +instanceKlass mod/azure/azurelibarmor/neoforge/NeoForgeAzureLibMod +instanceKlass dev/imb11/sounds/loaders/neoforge/SoundsNeoForge +instanceKlass team/creative/creativecore/CreativeCore +instanceKlass com/starfish_studios/another_furniture/neoforge/AnotherFurnitureNeoForge +instanceKlass snownee/jade/util/CommonProxy +instanceKlass net/hibiscus/naturesdelight/NaturesDelight +instanceKlass org/sinytra/fabric/blockrenderlayer/generated/GeneratedEntryPoint +instanceKlass tech/alexnijjar/endermanoverhaul/EndermanOverhaul +instanceKlass net/mehvahdjukaar/moonlight/neoforge/MoonlightForge +instanceKlass com/blocklegend001/onlyhammersandexcavators/OnlyHammersAndExcavators +instanceKlass net/gazebo/neoforge/NeoForgeMod +instanceKlass net/arsenal/neoforge/NeoForgeMod +instanceKlass com/faboslav/friendsandfoes/neoforge/FriendsAndFoesNeoForge +instanceKlass net/ramixin/mixson/inline/Mixson +instanceKlass net/hunger_tweaks/neoforge/NeoForgeMod +instanceKlass me/decce/ixeris/neoforge/IxerisModNeoForge +instanceKlass toni/lib/TxniLib +instanceKlass me/ichun/mods/ichunutil/common/iChunUtil +instanceKlass com/teamabnormals/allurement/core/Allurement +instanceKlass com/teamabnormals/gallery/core/Gallery +instanceKlass com/teamabnormals/boatload/core/Boatload +instanceKlass com/teamabnormals/blueprint/core/Blueprint +instanceKlass com/cerbon/bosses_of_mass_destruction/neoforge/BossesOfMassDestructionNeo +instanceKlass com/jahirtrap/walljump/WallJumpMod +instanceKlass cn/star/toms_storage_star_optimized/TomsStorageStarOptimized +instanceKlass com/chaosthedude/explorerscompass/ExplorersCompass +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/BetterDesertTemplesNeoForge +instanceKlass com/leclowndu93150/particular/Main +instanceKlass lilypuree/decorative_blocks/DecorativeBlocks +instanceKlass com/mrcrayfish/configured/Configured +instanceKlass net/jewelry/neoforge/NeoForgeMod +instanceKlass alternate/current/AlternateCurrentMod +instanceKlass com/illusivesoulworks/comforts/ComfortsNeoForgeMod +instanceKlass net/blay09/mods/waystones/client/NeoForgeWaystonesClient +instanceKlass net/blay09/mods/waystones/NeoForgeWaystones +instanceKlass com/github/theredbrain/neoforge/NeoForgeMod +instanceKlass dev/tr7zw/trender/gui/impl/client/LibGuiBootstrap +instanceKlass org/sinytra/fabric/resource_loader/generated/GeneratedEntryPoint +instanceKlass nx/pingwheel/neoforge/NeoMain +instanceKlass xaero/lib/XaeroLib +instanceKlass com/leclowndu93150/particlerain/ParticleRainClient +instanceKlass com/copycatsplus/copycats/neoforge/CopycatsClientImpl +instanceKlass com/copycatsplus/copycats/neoforge/CopycatsImpl +instanceKlass it/hurts/octostudios/octolib/neoforge/OctoLibNeoForge +instanceKlass net/mehvahdjukaar/amendments/neoforge/AmendmentsForge +instanceKlass io/wispforest/owo/client/OwoClient +instanceKlass io/wispforest/owo/Owo +instanceKlass net/mehvahdjukaar/stone_zone/StoneZoneCommon +instanceKlass qinomed/kubejsdelight/KubeJSDelight +instanceKlass dev/ftb/mods/ftbxmodcompat/neoforge/FTBXModCompatNeoForge +instanceKlass org/sinytra/fabric/transfer_api/generated/GeneratedEntryPoint +instanceKlass net/spell_engine/neoforge/NeoForgeMod +instanceKlass net/wizards/neoforge/NeoForgeMod +instanceKlass org/sinytra/fabric/key_binding_api/generated/GeneratedEntryPoint +instanceKlass cc/cassian/item_descriptions/client/neoforge/ItemDescriptionsNeoForge +instanceKlass org/sinytra/fabric/lifecycle_events/generated/GeneratedEntryPoint +instanceKlass com/wulian/chatimpressiveanimation/neoforge/ChatImpressiveAnimationClientNeoForge +instanceKlass com/mrcrayfish/framework/FrameworkNeoForge +instanceKlass org/sinytra/fabric/networking_api/generated/GeneratedEntryPoint +instanceKlass org/sinytra/fabric/networking_api/NetworkingEventHooks +instanceKlass com/evandev/reliable_recipes/ReliableRecipesMod +instanceKlass com/illusivesoulworks/cherishedworlds/CherishedWorldsNeoForgeMod +instanceKlass org/sinytra/fabric/loot_api/generated/GeneratedEntryPoint +instanceKlass toni/immersivelanterns/ImmersiveLanterns +instanceKlass org/sinytra/fabric/loot_api_v2/generated/GeneratedEntryPoint +instanceKlass dev/ftb/mods/ftbquests/neoforge/FTBQuestsNeoForge +instanceKlass dev/ftb/mods/ftbteams/neoforge/FTBTeamsNeoForge +instanceKlass com/wabbanode/companion/neoforge/WabbanodeCompanionNeoForge +instanceKlass tech/alexnijjar/golemoverhaul/neoforge/GolemOverhaulNeoForge +instanceKlass net/aurelj/neoforge/HellishTrialsNeoForge +instanceKlass dev/ftb/mods/ftblibrary/neoforge/FTBLibraryNeoForge +instanceKlass net/emilsg/clutterbestiary/neoforge/ClutterBestiaryNeoForge +instanceKlass io/github/discusser/toomanyentities/neoforge/TooManyEntitiesForge +instanceKlass it/hurts/octostudios/nerb/neoforge/NERBNeoForge +instanceKlass dev/architectury/neoforge/ArchitecturyNeoForge +instanceKlass com/kyanite/deeperdarker/DeeperDarker +instanceKlass com/teamresourceful/resourcefullib/neoforge/ResourcefulLibNeoForge +instanceKlass me/juancarloscp52/spyglass_improvements/neoforge/client/SpyglassImprovementsClientNeoForge +instanceKlass com/cerbon/cerbons_api/neoforge/CerbonsAPINeoForge +instanceKlass com/github/L_Ender/cataclysm/Cataclysm +instanceKlass net/spell_power/neoforge/NeoForgeMod +instanceKlass com/github/L_Ender/lionfishapi/LionfishAPI +instanceKlass house/greenhouse/greenhouseconfig/impl/client/GreenhouseConfigNeoForgeClient +instanceKlass house/greenhouse/greenhouseconfig/impl/GreenhouseConfigNeoForge +instanceKlass com/ishland/c2me/client/uncapvd/common/UncapVDInitializer +instanceKlass com/axedgaming/endersdelight/EndersDelightClient +instanceKlass com/axedgaming/endersdelight/EndersDelight +instanceKlass bl4ckscor3/mod/getittogetherdrops/GetItTogetherDropsClient +instanceKlass bl4ckscor3/mod/getittogetherdrops/GetItTogetherDrops +instanceKlass org/sinytra/fabric/api_lookup_api/generated/GeneratedEntryPoint +instanceKlass team/creative/ambientsounds/AmbientSounds +instanceKlass me/fallenbreath/fastipping/FastIpPingMod +instanceKlass traben/entity_texture_features/ETFInit +instanceKlass traben/entity_model_features/EMFInit +instanceKlass com/baisylia/cookscollection/CooksCollection +instanceKlass com/phantomwing/rusticdelight/RusticDelight +instanceKlass com/soytutta/mynethersdelight/MyNethersDelight +instanceKlass vectorwing/farmersdelight/FarmersDelight +instanceKlass net/hibiscus/naturespirit/NatureSpirit +instanceKlass de/keksuccino/konkrete/KonkreteNeoForge +instanceKlass toni/sodiumdynamiclights/SodiumDynamicLights +instanceKlass org/sinytra/fabric/content_registries/generated/GeneratedEntryPoint +instanceKlass fzzyhmstrs/emi_loot/neoforge/EMILootNeoForge +instanceKlass me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForgeClient +instanceKlass me/fzzyhmstrs/fzzy_config/FzzyConfigNeoForge +instanceKlass org/betterx/bclib/BCLib +instanceKlass net/mcreator/exploreruinsaether/ExploreRuinsAetherMod +instanceKlass org/sinytra/connector/mod/ConnectorModClient +instanceKlass com/leclowndu93150/baguettelib/Baguettelib +instanceKlass de/keksuccino/melody/MelodyNeoForge +instanceKlass toni/sodiumoptionsapi/SodiumOptionsAPI +instanceKlass de/ambertation/wunderlib/WunderLib +instanceKlass com/kleiders/driedghast/DriedGhastMod +instanceKlass com/leobeliik/quark_ponders/QuarkPonders +instanceKlass toni/redirected/Redirected +instanceKlass net/fabricmc/fabric/impl/attachment/AttachmentModImpl +instanceKlass org/sinytra/fabric/data_attachment_api/generated/GeneratedEntryPoint +instanceKlass toni/cerulean/Cerulean +instanceKlass com/blamejared/controlling/Controlling +instanceKlass xaero/map/WorldMap +instanceKlass com/structureessentials/StructureEssentials +instanceKlass me/talilon/minecraft/nocreeperexplosion/NoCreeperExplosion +instanceKlass com/gpumemleakfix/Gpumemleakfix +instanceKlass com/connectivity/Connectivity +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/BetterOceanMonumentsNeoForge +instanceKlass net/durability_tweaks/neoforge/NeoForgeMod +instanceKlass net/orcinus/galosphere/Galosphere +instanceKlass io/github/razordevs/deep_aether/DeepAether +instanceKlass com/aetherteam/aether/Aether +instanceKlass org/sinytra/fabric/item_api/generated/GeneratedEntryPoint +instanceKlass net/rogues/neoforge/NeoForgeMod +instanceKlass com/github/eterdelta/crittersandcompanions/CrittersAndCompanionsForge +instanceKlass software/bernie/geckolib/GeckoLib +instanceKlass org/betterx/wover/entrypoint/Wover +instanceKlass com/caveore/CaveOre +instanceKlass com/evandev/reliable_replacer/ReliableReplacerMod +instanceKlass com/yungnickyoung/minecraft/betterwitchhuts/BetterWitchHutsNeoForge +instanceKlass org/sinytra/fabric/renderer_api/generated/GeneratedEntryPoint +instanceKlass net/blay09/mods/kuma/neoforge/NeoForgeKumaAPI +instanceKlass com/euphoriapatches/euphoria_patcher/neoforge/ClientEuphoriaPatcher +instanceKlass com/craftix/medieval_nether/MainEntrypointNeoforge +instanceKlass org/betterx/betterend/BetterEnd +instanceKlass com/chunksending/ChunkSending +instanceKlass org/sinytra/fabric/message_api/generated/GeneratedEntryPoint +instanceKlass com/nakuring/enhancedbossbars/EnhancedBossBars +instanceKlass org/sinytra/fabric/sound_api/generated/GeneratedEntryPoint +instanceKlass fuzs/puzzleslib/neoforge/impl/client/PuzzlesLibNeoForgeClient +instanceKlass fuzs/puzzleslib/neoforge/impl/PuzzlesLibNeoForge +instanceKlass org/sinytra/fabric/object_builder_api/generated/GeneratedEntryPoint +instanceKlass squeek/appleskin/AppleSkin +instanceKlass org/sinytra/fabric/recipe_api/generated/GeneratedEntryPoint +instanceKlass top/theillusivec4/curios/Curios +instanceKlass net/raphimc/immediatelyfast/neoforge/ImmediatelyFastNeoForge +instanceKlass net/relics_rpgs/neoforge/NeoForgeMod +instanceKlass org/sinytra/fabric/registry_sync/generated/GeneratedEntryPoint +instanceKlass sp/SPMod +instanceKlass dev/tr7zw/entityculling/EntityCullingBootstrap +instanceKlass org/violetmoon/zeta/mod/ZetaMod +instanceKlass com/ishland/c2me/notickvd/common/NoTickVDInitializer +instanceKlass com/smoothmovement/SmoothMovement +instanceKlass org/sinytra/fabric/item_group_api/generated/GeneratedEntryPoint +instanceKlass xaero/common/HudMod +instanceKlass xaero/common/IXaeroMinimap +instanceKlass dev/tr7zw/notenoughanimations/NEABootstrap +instanceKlass net/teamsolar/simplest_copper_gear/SimplestCopperGear +instanceKlass umpaz/brewinandchewin/neoforge/client/BrewinAndChewinNeoForgeClient +instanceKlass umpaz/brewinandchewin/neoforge/BrewinAndChewinNeoForge +instanceKlass net/combat_roll/neoforge/CombatRollModNeoForge +instanceKlass thedarkcolour/kotlinforforge/neoforge/test/KotlinForForge +instanceKlass thedarkcolour/kotlinforforge/neoforge/KotlinModLoadingContext$Companion +instanceKlass thedarkcolour/kotlinforforge/neoforge/KotlinModLoadingContext +instanceKlass @bci thedarkcolour/kotlinforforge/neoforge/KotlinModContainer (Lnet/neoforged/neoforgespi/language/IModInfo;Ljava/util/List;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)V 55 member ; # thedarkcolour/kotlinforforge/neoforge/KotlinModContainer$$Lambda+0x000001d682680448 +instanceKlass thedarkcolour/kotlinforforge/neoforge/LoggerKt +instanceKlass io/homo/superresolution/neoforge/SuperResolutionNeoForge +instanceKlass io/github/razordevs/aeroblender/Aeroblender +instanceKlass org/sinytra/fabric/resource_conditions_api/generated/GeneratedEntryPoint +instanceKlass me/ichun/mods/ding/common/Ding +instanceKlass org/sinytra/fabric/block_api/generated/GeneratedEntryPoint +instanceKlass com/illusivesoulworks/spectrelib/SpectreNeoForgeMod +instanceKlass fuzs/iteminteractions/neoforge/impl/client/ItemInteractionsNeoForgeClient +instanceKlass fuzs/iteminteractions/neoforge/impl/ItemInteractionsNeoForge +instanceKlass fuzs/mindfuldarkness/neoforge/client/MindfulDarknessNeoForgeClient +instanceKlass fuzs/mindfuldarkness/neoforge/MindfulDarknessNeoForge +instanceKlass punchy/neoforge/PunchyNeoForge +instanceKlass me/pajic/misctweaks/platform/neoforge/NeoforgeEntrypoint +instanceKlass elocindev/necronomicon/CommonInitializer +instanceKlass net/bettercombat/neoforge/NeoForgeMod +instanceKlass yalter/mousetweaks/neoforge/MouseTweaksNeo +instanceKlass terrablender/core/TerraBlenderNeoForge +instanceKlass org/sinytra/fabric/api_base/generated/GeneratedEntryPoint +instanceKlass team/creative/itemphysiclite/ItemPhysicLite +instanceKlass team/creative/creativecore/client/ClientLoader +instanceKlass cn/star/rhenium/Rhenium +instanceKlass com/evandev/reliable_remover/ReliableRemoverMod +instanceKlass dev/emi/emi/platform/neoforge/EmiNeoForge +instanceKlass com/smoothchunk/SmoothchunkMod +instanceKlass net/aurelj/dungeons_arise/DungeonsAriseMain +instanceKlass net/morimori0317/bestylewither/neoforge/BEStyleWitherNeoForge +instanceKlass net/mehvahdjukaar/polytone/neoforge/PolytoneForge +instanceKlass net/alexmega/adventuredungeons +instanceKlass org/sinytra/fabric/particles/generated/GeneratedEntryPoint +instanceKlass ca/fxco/moreculling/MoreCullingNeoforge +instanceKlass net/caffeinemc/mods/sodium/neoforge/SodiumForgeMod +instanceKlass net/fabric_extras/neoforge/NeoForgeMod +instanceKlass com/leclowndu93150/corpsecurioscompat/Main +instanceKlass com/example/betterenchantingtable/BetterEnchantingTable +instanceKlass com/example/betterenchantingtable/BetterEnchantingTableClient +instanceKlass technology/roughness/whitenoise/WhiteNoiseNeoForge +instanceKlass net/skill_tree_rpgs/neoforge/NeoForgeMod +instanceKlass eu/midnightdust/core/MidnightLib +instanceKlass vodmordia/modtabs/ModTabs +instanceKlass fuzs/bagofholding/neoforge/client/BagOfHoldingNeoForgeClient +instanceKlass fuzs/bagofholding/neoforge/BagOfHoldingNeoForge +instanceKlass net/paladins/neoforge/NeoForgeMod +instanceKlass com/chaosthedude/naturescompass/NaturesCompass +instanceKlass io/github/catomon/easymobspawncontrol/ModClient +instanceKlass io/github/catomon/easymobspawncontrol/ModCommon +instanceKlass net/conczin/immersive_optimization/ImmersiveOptimization +instanceKlass com/fastasyncworldsave/FastAsyncWorldSave +instanceKlass com/redsmods/sound_physics_perfected/SoundPhysicsPerfected +instanceKlass org/sinytra/fabric/renderer_indigo/generated/GeneratedEntryPoint +instanceKlass org/sinytra/fabric/rendering/generated/GeneratedEntryPoint +instanceKlass com/yungnickyoung/minecraft/paxi/PaxiNeoForge +instanceKlass com/illusivesoulworks/caelus/CaelusNeoForgeMod +instanceKlass com/mrcrayfish/goblintraders/GoblinTraders +instanceKlass namelessju/audioimprovements/common/AudioImprovements +instanceKlass org/sinytra/fabric/screen_handler_api/generated/GeneratedEntryPoint +instanceKlass com/jahirtrap/configlib/ConfigLibMod +instanceKlass net/caffeinemc/mods/lithium/neoforge/LithiumNeoForgeMod +instanceKlass fuzs/universalbonemeal/neoforge/client/UniversalBoneMealNeoForgeClient +instanceKlass fuzs/universalbonemeal/neoforge/UniversalBoneMealNeoForge +instanceKlass dev/worldgen/lithostitched/LithostitchedNeoforge +instanceKlass mezz/jei/neoforge/JustEnoughItems +instanceKlass org/sinytra/fabric/model_loading_api/generated/GeneratedEntryPoint +instanceKlass com/faboslav/structurify/neoforge/StructurifyNeoForge +instanceKlass net/dnlayu/fastboot/FastBoot +instanceKlass dev/worldgen/abridged/neoforge/AbridgedNeoforge +instanceKlass de/mschae23/grindenchantments/GrindEnchantmentsMod +instanceKlass net/puffish/skillsmod/main/NeoForgeMain +instanceKlass fuzs/convenienteffects/neoforge/client/ConvenientEffectsNeoForgeClient +instanceKlass fuzs/convenienteffects/neoforge/ConvenientEffectsNeoForge +instanceKlass com/bobmowzie/mowziesmobs/MMClient +instanceKlass com/bobmowzie/mowziesmobs/MMCommon +instanceKlass snownee/kiwi/customization/CustomizationHooks +instanceKlass snownee/kiwi/Kiwi +instanceKlass com/illusivesoulworks/elytraslot/ElytraSlotNeoForgeMod +instanceKlass org/sinytra/fabric/client_tags_api/generated/GeneratedEntryPoint +instanceKlass com/yungnickyoung/minecraft/betterjungletemples/BetterJungleTemplesNeoForge +instanceKlass toni/despawntweaks/DespawnTweaks +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/BetterMineshaftsNeoForge +instanceKlass com/tom/storagemod/StorageMod +instanceKlass fr/rakambda/fallingtree/neoforge/FallingTreeClient +instanceKlass fr/rakambda/fallingtree/neoforge/FallingTree +instanceKlass com/aetherteam/nitrogen/Nitrogen +instanceKlass org/sinytra/fabric/rendering_data_attachment_v1/generated/GeneratedEntryPoint +instanceKlass fuzs/proplacer/neoforge/client/ProPlacerNeoForgeClient +instanceKlass fuzs/proplacer/neoforge/ProPlacerNeoForge +instanceKlass com/yungnickyoung/minecraft/betterendisland/BetterEndIslandNeoForge +instanceKlass dev/tr7zw/transition/TRansitionBootstrap +instanceKlass me/fallenbreath/conditionalmixin/neoforge/ConditionalMixinNeoForge +instanceKlass link/e4mc/neoforge/E4mcClientNeoForge +instanceKlass com/aetherteam/cumulus/CumulusNeoForge +instanceKlass io/wispforest/accessories/neoforge/client/AccessoriesClientForge +instanceKlass io/wispforest/accessories/neoforge/AccessoriesForge +instanceKlass net/athebyne/exclusions_lib/ExclusionsLib +instanceKlass org/sinytra/fabric/entity_events/generated/GeneratedEntryPoint +instanceKlass dev/huskuraft/effortless/neoforge/platform/NeoForgeInitializer +instanceKlass io/github/steveplays28/noisium/neoforge/NoisiumNeoForge +instanceKlass com/leclowndu93150/threadtweak/ThreadTweak +instanceKlass com/blamejared/searchables/SearchablesNeoForge +instanceKlass com/teamresourceful/resourcefulconfig/neoforge/ResourcefulConfigNeoForge +instanceKlass fuzs/climaterivers/neoforge/client/ClimateRiversNeoForgeClient +instanceKlass fuzs/climaterivers/neoforge/ClimateRiversNeoForge +instanceKlass alabaster/hearthandharvest/HearthAndHarvest +instanceKlass net/bivrik/fancytoasts/FancyToasts +instanceKlass com/spaceagle17/iris_shader_folder/IrisShaderFolder +instanceKlass com/telepathicgrunt/repurposedstructures/neoforge/RepurposedStructuresNeoforge +instanceKlass org/sinytra/fabric/game_rule_api/generated/GeneratedEntryPoint +instanceKlass it/hurts/octostudios/immersiveui/neoforge/ImmersiveUINeoForge +instanceKlass net/armory/neoforge/NeoForgeMod +instanceKlass de/maxhenkel/corpse/Main +instanceKlass agency/highlysuspect/autothirdperson/neo/NeoEntrypoint +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/SupplementariesForge +instanceKlass net/archers/neoforge/NeoForgeMod +instanceKlass net/mehvahdjukaar/sawmill/neoforge/SawmillModImpl +instanceKlass me/shedaniel/clothconfig/ClothConfigForge +instanceKlass com/yungnickyoung/minecraft/betterfortresses/BetterFortressesNeoForge +instanceKlass dev/kostromdan/mods/crash_assistant/neoforge/CrashAssistantNeoForge +instanceKlass telepathicgrunt/structure_layout_optimizer/neoforge/entrypoints/Main +instanceKlass com/ishland/c2me/base/C2MEBaseMod +instanceKlass snownee/snow/util/CommonProxy +instanceKlass org/sinytra/fabric/screen_api/generated/GeneratedEntryPoint +instanceKlass net/blay09/mods/balm/neoforge/client/NeoForgeBalmClient +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeBalm +instanceKlass fuzs/pickupnotifier/neoforge/client/PickUpNotifierNeoForgeClient +instanceKlass fuzs/pickupnotifier/neoforge/PickUpNotifierNeoForge +instanceKlass com/ishland/c2me/C2MEMod +instanceKlass com/craftix/medievalend/MainEntrypointNeoforge +instanceKlass com/terraformersmc/biolith/impl/BiolithInit +instanceKlass net/tiny_config/neoforge/ExampleModNeoForge +instanceKlass com/yungnickyoung/minecraft/yungsapi/YungsApiNeoForge +instanceKlass org/sinytra/fabric/command_api/generated/GeneratedEntryPoint +instanceKlass org/sinytra/fabric/block_view_api/generated/GeneratedEntryPoint +instanceKlass org/sinytra/fabric/convention_tags/generated/GeneratedEntryPoint +instanceKlass org/embeddedt/modernfix/neoforge/init/ModernFixForge +instanceKlass net/neoforged/neoforge/client/ClientNeoForgeMod +instanceKlass net/neoforged/neoforge/common/NeoForgeMod +instanceKlass org/sinytra/fabric/convention_tags_v1/generated/GeneratedEntryPoint +instanceKlass dev/corgitaco/featurerecycler/neoforge/FeatureRecyclerNeoForge +instanceKlass com/lodestar/aileron/neoforge/AileronImpl +instanceKlass org/betterx/betternether/BetterNether +instanceKlass net/critical_strike/neoforge/NeoForgeMod +instanceKlass org/sinytra/fabric/rendering_fluids/generated/GeneratedEntryPoint +instanceKlass com/ishland/c2me/rewrites/chunk_serializer/TheMod +instanceKlass dev/kosmx/playerAnim/forge/ForgeClientEvent +instanceKlass com/faboslav/variantsandventures/neoforge/VariantsAndVenturesNeoForge +instanceKlass toni/sodiumextras/SodiumExtras +instanceKlass net/runes/neoforge/NeoForgeMod +instanceKlass com/leclowndu93150/stackablepotions/StackablePotionsMain +instanceKlass com/yungnickyoung/minecraft/betterdungeons/BetterDungeonsNeoForge +instanceKlass betterdays/BetterDaysNeoForge +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider validate (Lnet/neoforged/neoforgespi/locating/IModFile;Ljava/util/Collection;Lnet/neoforged/neoforgespi/IIssueReporting;)V 101 member ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d68266d578 +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider validate (Lnet/neoforged/neoforgespi/locating/IModFile;Ljava/util/Collection;Lnet/neoforged/neoforgespi/IIssueReporting;)V 89 member ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d68266d328 +instanceKlass @bci net/neoforged/fml/ModLoader lambda$buildMods$11 (Lnet/neoforged/neoforgespi/locating/IModFile;Lnet/neoforged/neoforgespi/language/IModLanguageLoader;Ljava/util/Set;)V 3 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266d110 +instanceKlass @bci net/neoforged/fml/ModLoader buildMods (Lnet/neoforged/neoforgespi/locating/IModFile;)Ljava/util/List; 54 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266cee0 +instanceKlass @bci net/neoforged/fml/ModLoader lambda$buildMods$10 (Lnet/neoforged/neoforgespi/locating/IModFile;Ljava/util/Map;Lnet/neoforged/neoforgespi/language/IModInfo;)Lnet/neoforged/fml/ModContainer; 18 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68266cca8 +instanceKlass dev/aika/smsn/neoforge/SMSNClientNeoForge +instanceKlass dev/aika/smsn/neoforge/SMSNNeoForge +instanceKlass @bci net/neoforged/bus/LockHelper withIdentityHashMap ()Lnet/neoforged/bus/LockHelper; 4 argL0 ; # net/neoforged/bus/LockHelper$$Lambda+0x000001d68266ca90 +instanceKlass net/neoforged/bus/LockHelper +instanceKlass net/neoforged/bus/IWrapperListener +instanceKlass net/neoforged/bus/EventBus +instanceKlass @bci net/neoforged/bus/api/BusBuilder markerType (Ljava/lang/Class;)Lnet/neoforged/bus/api/BusBuilder; 19 member ; # net/neoforged/bus/api/BusBuilder$$Lambda+0x000001d682667a08 +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLModContainer (Lnet/neoforged/neoforgespi/language/IModInfo;Ljava/util/List;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)V 29 member ; # net/neoforged/fml/javafmlmod/FMLModContainer$$Lambda+0x000001d6826677e8 +instanceKlass @cpi thedarkcolour/kotlinforforge/neoforge/KotlinModContainer 64 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682668000 +instanceKlass net/neoforged/bus/api/EventListener +instanceKlass net/neoforged/bus/api/IEventExceptionHandler +instanceKlass @bci net/neoforged/bus/BusBuilderImpl ()V 15 argL0 ; # net/neoforged/bus/BusBuilderImpl$$Lambda+0x000001d682666fe0 +instanceKlass net/neoforged/bus/api/IEventClassChecker +instanceKlass net/neoforged/bus/BusBuilderImpl +instanceKlass net/neoforged/bus/api/BusBuilder +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber getSides (Ljava/lang/Object;)Ljava/util/EnumSet; 29 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d682666780 +instanceKlass @bci net/neoforged/fml/javafmlmod/AutomaticEventSubscriber getSides (Ljava/lang/Object;)Ljava/util/EnumSet; 19 argL0 ; # net/neoforged/fml/javafmlmod/AutomaticEventSubscriber$$Lambda+0x000001d682666548 +instanceKlass net/neoforged/fml/common/EventBusSubscriber +instanceKlass net/neoforged/fml/javafmlmod/AutomaticEventSubscriber +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider loadMod (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)Lnet/neoforged/fml/ModContainer; 43 argL0 ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d682665f18 +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider loadMod (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)Lnet/neoforged/fml/ModContainer; 30 argL0 ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d682665d00 +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider loadMod (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)Lnet/neoforged/fml/ModContainer; 20 argL0 ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d682665ab8 +instanceKlass @bci net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider loadMod (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/ModFileScanData;Ljava/lang/ModuleLayer;)Lnet/neoforged/fml/ModContainer; 10 member ; # net/neoforged/fml/javafmlmod/FMLJavaModLanguageProvider$$Lambda+0x000001d682665868 +instanceKlass @bci net/neoforged/fml/ModLoader buildMods (Lnet/neoforged/neoforgespi/locating/IModFile;)Ljava/util/List; 36 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682665620 +instanceKlass @bci net/neoforged/fml/ModLoader buildMods (Lnet/neoforged/neoforgespi/locating/IModFile;)Ljava/util/List; 26 member ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6826653e0 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 360 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6826651b8 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 350 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682664f80 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 340 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682664d48 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 200 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682664b00 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 190 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d6826648c8 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 180 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682664690 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 164 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d682664470 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 142 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d682664238 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 137 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d682664000 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 127 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265bbd8 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 110 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265b9a0 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 100 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265b768 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 66 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265b528 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 28 member ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265b2e8 +instanceKlass @bci net/neoforged/fml/ModList (Ljava/util/List;Ljava/util/List;)V 11 argL0 ; # net/neoforged/fml/ModList$$Lambda+0x000001d68265b0b0 +instanceKlass @bci net/neoforged/fml/ModLoader gatherAndInitializeMods (Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)V 63 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68265ae78 +instanceKlass net/neoforged/neoforgespi/locating/ForgeFeature +instanceKlass @bci net/neoforged/fml/ModLoader ()V 52 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68265a548 +instanceKlass @bci net/neoforged/fml/ModLoader ()V 41 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68265a330 +instanceKlass @bci net/neoforged/fml/ModLoader ()V 30 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d68265a118 +instanceKlass @bci net/neoforged/fml/ModLoader ()V 19 argL0 ; # net/neoforged/fml/ModLoader$$Lambda+0x000001d682659f00 +instanceKlass net/neoforged/neoforgespi/locating/ForgeFeature$IFeatureTest +instanceKlass net/neoforged/fml/ModLoader +instanceKlass @bci net/neoforged/fml/ModWorkManager parallelExecutor ()Ljava/util/concurrent/Executor; 35 argL0 ; # net/neoforged/fml/ModWorkManager$$Lambda+0x000001d682659018 +instanceKlass net/neoforged/fml/Logging +instanceKlass @bci net/neoforged/fml/ModWorkManager ()V 6 argL0 ; # net/neoforged/fml/ModWorkManager$$Lambda+0x000001d682658c00 +instanceKlass net/neoforged/fml/ModWorkManager +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader begin (Lnet/minecraft/client/Minecraft;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/packs/resources/ReloadableResourceManager;)V 43 argL0 ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d682663b20 +instanceKlass @bci net/neoforged/neoforge/server/LanguageHook loadBuiltinLanguages ()V 136 argL0 ; # net/neoforged/neoforge/server/LanguageHook$$Lambda+0x000001d6826638f8 +instanceKlass @bci net/neoforged/neoforge/server/LanguageHook loadBuiltinLanguages ()V 131 argL0 ; # net/neoforged/neoforge/server/LanguageHook$$Lambda+0x000001d6826636d0 +instanceKlass @bci net/neoforged/neoforge/server/LanguageHook loadBuiltinLanguages ()V 51 argL0 ; # net/neoforged/neoforge/server/LanguageHook$$Lambda+0x000001d6826634a8 +instanceKlass @bci net/neoforged/neoforge/server/LanguageHook loadBuiltinLanguages ()V 46 argL0 ; # net/neoforged/neoforge/server/LanguageHook$$Lambda+0x000001d682663280 +instanceKlass @bci net/neoforged/neoforge/common/util/LogicalSidedProvider ()V 29 argL0 ; # net/neoforged/neoforge/common/util/LogicalSidedProvider$$Lambda+0x000001d682663048 +instanceKlass @bci net/neoforged/neoforge/common/util/LogicalSidedProvider ()V 24 argL0 ; # net/neoforged/neoforge/common/util/LogicalSidedProvider$$Lambda+0x000001d682662e10 +instanceKlass @bci net/neoforged/neoforge/common/util/LogicalSidedProvider ()V 9 argL0 ; # net/neoforged/neoforge/common/util/LogicalSidedProvider$$Lambda+0x000001d682662bd8 +instanceKlass @bci net/neoforged/neoforge/common/util/LogicalSidedProvider ()V 4 argL0 ; # net/neoforged/neoforge/common/util/LogicalSidedProvider$$Lambda+0x000001d6826629a0 +instanceKlass net/neoforged/neoforge/common/util/LogicalSidedProvider +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader begin (Lnet/minecraft/client/Minecraft;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/packs/resources/ReloadableResourceManager;)V 32 member ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d682662570 +instanceKlass @bci net/neoforged/neoforge/client/loading/ClientModLoader begin (Lnet/minecraft/client/Minecraft;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/packs/resources/ReloadableResourceManager;)V 7 argL0 ; # net/neoforged/neoforge/client/loading/ClientModLoader$$Lambda+0x000001d682662358 +instanceKlass me/pepperbell/continuity/client/resource/ResourceRedirectHandler +instanceKlass fuzs/mindfuldarkness/client/packs/resources/ColorChangingResourceHandler +instanceKlass @bci net/minecraft/server/packs/resources/MultiPackResourceManager (Lnet/minecraft/server/packs/PackType;Ljava/util/List;)V 27 member ; # net/minecraft/server/packs/resources/MultiPackResourceManager$$Lambda+0x000001d6826607d0 +instanceKlass net/minecraft/server/packs/resources/MultiPackResourceManager +instanceKlass com/teamabnormals/blueprint/common/remolder/RemoldableResourceManager +instanceKlass net/fabricmc/fabric/impl/resource/loader/FabricLifecycledResourceManager +instanceKlass me/pepperbell/continuity/client/mixinterface/LifecycledResourceManagerImplExtension +instanceKlass @bci net/minecraft/server/packs/resources/ResourceProvider ()V 0 argL0 ; # net/minecraft/server/packs/resources/ResourceProvider$$Lambda+0x000001d68265fb08 +instanceKlass net/minecraft/server/packs/resources/CloseableResourceManager +instanceKlass net/minecraft/server/packs/resources/ReloadableResourceManager +instanceKlass me/pepperbell/continuity/client/mixin/ReloadableResourceManagerImplAccessor +instanceKlass @bci com/mojang/blaze3d/pipeline/RenderTarget handler$bdi000$iris$onBindFramebuffer (ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 23 member ; # com/mojang/blaze3d/pipeline/RenderTarget$$Lambda+0x000001d68265f1d8 +instanceKlass @bci me/decce/gnetum/Gnetum ()V 16 argL0 ; # me/decce/gnetum/Gnetum$$Lambda+0x000001d68265eb90 +instanceKlass me/decce/gnetum/FpsCounter +instanceKlass me/decce/gnetum/Gnetum +instanceKlass me/decce/gnetum/gl/FramebufferTracker +instanceKlass @bci com/mojang/blaze3d/pipeline/RenderTarget (Z)V 10 argL0 ; # com/mojang/blaze3d/pipeline/RenderTarget$$Lambda+0x000001d68265cbe0 +instanceKlass io/homo/superresolution/core/graphics/impl/framebuffer/IBindableFrameBuffer +instanceKlass io/homo/superresolution/core/graphics/impl/framebuffer/IFrameBuffer +instanceKlass io/homo/superresolution/core/graphics/impl/GpuObject +instanceKlass io/homo/superresolution/core/impl/Destroyable +instanceKlass io/homo/superresolution/common/minecraft/MinecraftRenderHandle +instanceKlass com/mojang/blaze3d/pipeline/MainTarget$Dimension +instanceKlass dev/engine_room/flywheel/backend/compile/core/Compilation +instanceKlass dev/engine_room/flywheel/backend/gl/GlCompat +instanceKlass com/mojang/blaze3d/platform/GlUtil +instanceKlass dev/djefrey/colorwheel/util/GlCompat +instanceKlass net/irisshaders/iris/vertices/sodium/ModelToEntityVertexSerializer +instanceKlass net/irisshaders/iris/vertices/sodium/QuadViewEntity +instanceKlass net/irisshaders/iris/vertices/views/QuadView +instanceKlass net/irisshaders/iris/vertices/views/TriView +instanceKlass net/irisshaders/iris/vertices/views/PolygonView +instanceKlass net/irisshaders/iris/vertices/sodium/GlyphExtVertexSerializer +instanceKlass net/irisshaders/iris/vertices/sodium/IrisEntityToTerrainVertexSerializer +instanceKlass net/irisshaders/iris/vertices/sodium/EntityToTerrainVertexSerializer +instanceKlass net/irisshaders/iris/vertices/IrisVertexFormats +instanceKlass net/caffeinemc/mods/sodium/client/render/vertex/serializers/VertexSerializerRegistryImpl +instanceKlass net/caffeinemc/mods/sodium/api/vertex/serializer/VertexSerializerRegistry +instanceKlass net/mehvahdjukaar/moonlight/core/pack/MergedDynamicClientResourcesProvider +instanceKlass @bci net/mehvahdjukaar/moonlight/core/MoonlightClient ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/core/MoonlightClient$$Lambda+0x000001d682654d68 +instanceKlass net/mehvahdjukaar/moonlight/core/MoonlightClient +instanceKlass @bci net/minecraft/client/renderer/texture/DynamicTexture upload ()V 39 argL0 ; # net/minecraft/client/renderer/texture/DynamicTexture$$Lambda+0x000001d6826546d8 +instanceKlass @bci net/irisshaders/iris/pbr/TextureTracker ()V 10 argL0 ; # net/irisshaders/iris/pbr/TextureTracker$$Lambda+0x000001d682654090 +instanceKlass net/irisshaders/iris/pbr/TextureTracker +instanceKlass @bci net/minecraft/client/renderer/texture/AbstractTexture getId ()I 13 argL0 ; # net/minecraft/client/renderer/texture/AbstractTexture$$Lambda+0x000001d682653c50 +instanceKlass net/minecraft/util/FastColor$ABGR32 +instanceKlass @bci net/irisshaders/iris/pbr/texture/PBRTextureManager ()V 18 argL0 ; # net/irisshaders/iris/pbr/texture/PBRTextureManager$$Lambda+0x000001d682653408 +instanceKlass @bci net/irisshaders/iris/pbr/texture/PBRTextureManager ()V 10 argL0 ; # net/irisshaders/iris/pbr/texture/PBRTextureManager$$Lambda+0x000001d6826531f0 +instanceKlass net/irisshaders/iris/pbr/texture/PBRTextureManager$1 +instanceKlass net/irisshaders/iris/pbr/texture/PBRTextureManager$PBRTextureConsumerImpl +instanceKlass net/irisshaders/iris/pbr/loader/PBRTextureLoader$PBRTextureConsumer +instanceKlass net/irisshaders/iris/pbr/texture/PBRTextureHolder +instanceKlass net/irisshaders/iris/pbr/texture/PBRTextureManager +instanceKlass net/irisshaders/iris/gl/GlResource +instanceKlass net/irisshaders/iris/samplers/IrisSamplers +instanceKlass net/irisshaders/iris/gl/IrisRenderSystem$DSAUnsupported +instanceKlass net/irisshaders/iris/gl/sampler/SamplerLimits +instanceKlass net/irisshaders/iris/gl/IrisRenderSystem$DSAAccess +instanceKlass net/irisshaders/iris/gl/IrisRenderSystem +instanceKlass net/irisshaders/iris/gl/GLDebug$UnsupportedDebugState +instanceKlass net/irisshaders/iris/gl/GLDebug$DebugState +instanceKlass org/lwjgl/opengl/GLDebugMessageAMDCallbackI +instanceKlass org/lwjgl/opengl/GLDebugMessageARBCallbackI +instanceKlass net/irisshaders/iris/gl/GLDebug +instanceKlass org/lwjgl/system/MemoryManage$DebugAllocator$Allocation +instanceKlass org/lwjgl/system/MemoryUtil$MemoryAllocationReport +instanceKlass org/lwjgl/system/MemoryManage$DebugAllocator +instanceKlass @bci com/mojang/blaze3d/platform/DebugMemoryUntracker ()V 0 argL0 ; # com/mojang/blaze3d/platform/DebugMemoryUntracker$$Lambda+0x000001d6826506a8 +instanceKlass @bci com/mojang/blaze3d/platform/GlDebug enableDebugCallback (IZ)V 109 argL0 ; # com/mojang/blaze3d/platform/GlDebug$$Lambda+0x000001d682650480 +instanceKlass com/mojang/blaze3d/platform/DebugMemoryUntracker +instanceKlass @bci com/mojang/blaze3d/platform/GlDebug enableDebugCallback (IZ)V 101 argL0 ; # com/mojang/blaze3d/platform/GlDebug$$Lambda+0x000001d682650000 +instanceKlass @cpi com/mojang/blaze3d/platform/GlDebug 260 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68264dc00 +instanceKlass org/lwjgl/opengl/GLDebugMessageCallbackI +instanceKlass org/lwjgl/opengl/GL$ICDStatic$WriteOnce +instanceKlass org/lwjgl/opengl/KHRDebug +instanceKlass com/mojang/blaze3d/platform/GlDebug +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68264c000 +instanceKlass com/mojang/blaze3d/platform/ClipboardManager +instanceKlass net/minecraft/client/KeyboardHandler +instanceKlass me/juancarloscp52/spyglass_improvements/client/MouseEvents +instanceKlass net/minecraft/util/SmoothDouble +instanceKlass net/minecraft/client/MouseHandler +instanceKlass com/simibubi/create/foundation/mixin/accessor/MouseHandlerAccessor +instanceKlass team/creative/creativecore/mixin/MouseHandlerAccessor +instanceKlass me/decce/ixeris/mixins/MouseHandlerAccessor +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinMouseHandler +instanceKlass net/blay09/mods/balm/mixin/MouseHandlerAccessor +instanceKlass @bci com/mojang/blaze3d/platform/Window setIcon (Lnet/minecraft/server/packs/PackResources;Lcom/mojang/blaze3d/platform/IconSet;)V 283 argL0 ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d682649080 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowIcon$glfwSetWindowIcon$CInject0 (JLorg/lwjgl/glfw/GLFWImage$Buffer;Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 13 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825ee768 +instanceKlass com/mojang/blaze3d/platform/TextureUtil +instanceKlass com/mojang/blaze3d/platform/NativeImage +instanceKlass com/corosus/watut/mixin/client/NativeImageAccessor +instanceKlass com/leclowndu93150/particular/mixin/NativeImageAccessor +instanceKlass net/caffeinemc/mods/sodium/mixin/features/textures/NativeImageAccessor +instanceKlass @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; # net/minecraft/server/packs/resources/IoSupplier$$Lambda+0x000001d682603d20 +instanceKlass org/embeddedt/modernfix/resources/ICachingResourcePack +instanceKlass team/creative/creativecore/mixin/PathPackResourcesAccessor +instanceKlass @bci net/lenni0451/reflect/accessor/UnsafeAccess getReference (Ljava/lang/Object;J)Ljava/lang/Object; 21 ; # java/lang/invoke/LambdaForm$MH+0x000001d682645c00 +instanceKlass @bci net/lenni0451/reflect/stream/field/FieldStream by (Ljava/lang/String;)Lnet/lenni0451/reflect/stream/field/FieldWrapper; 7 member ; # net/lenni0451/reflect/stream/field/FieldStream$$Lambda+0x000001d682647d88 +# instanceKlass net/irisshaders/iris/vertices/ImmediateState$renderWithExtendedVertexFormat$FieldSetter+0x000001d682602f68 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeSetter$2 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 50 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682647b58 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeSetter$2 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 6 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682647938 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor makeSetter (Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/reflect/Field;)Ljava/lang/Object; 95 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682647708 +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanConsumer +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682645800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682645400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682645000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682644c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682644800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682644400 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 316 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d6826474f0 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 307 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d6826472d8 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 299 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d6826470c0 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 268 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646ea8 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 263 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646c90 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 258 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646a78 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 233 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646860 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 228 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646648 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 223 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646430 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 198 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646218 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 193 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682646000 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 188 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682643d60 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 163 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682643b48 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 158 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682643930 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 153 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682643718 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 128 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682643500 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 123 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d6826432e8 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 118 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d6826430d0 +instanceKlass java/lang/invoke/MethodHandleNatives$Constants +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 93 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642eb8 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 68 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642ca0 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 43 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642a88 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 18 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642870 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 13 member ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642650 +instanceKlass @bci net/lenni0451/reflect/Constructors ()V 0 argL0 ; # net/lenni0451/reflect/Constructors$$Lambda+0x000001d682642438 +instanceKlass net/lenni0451/reflect/Constructors +# instanceKlass net/irisshaders/iris/vertices/ImmediateState$isRenderingLevel$FieldGetter+0x000001d682602d50 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders defineAnonymousClass (Ljava/lang/Class;[B[Ljava/lang/String;)Ljava/lang/Class; 118 ; # java/lang/invoke/LambdaForm$MH+0x000001d682644000 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 68 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641dc0 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 63 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641ba8 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 38 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641990 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 33 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641778 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 8 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641560 +instanceKlass @bci net/lenni0451/reflect/Enums ()V 3 argL0 ; # net/lenni0451/reflect/Enums$$Lambda+0x000001d682641348 +instanceKlass net/lenni0451/reflect/Enums +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 110 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640a80 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 105 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640868 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 100 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640650 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 75 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640438 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 70 member ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640218 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 57 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682640000 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 32 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682637cb8 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 18 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682637aa0 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 13 member ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682637880 +instanceKlass @bci net/lenni0451/reflect/ClassLoaders ()V 0 argL0 ; # net/lenni0451/reflect/ClassLoaders$$Lambda+0x000001d682637668 +instanceKlass net/lenni0451/reflect/ClassLoaders +instanceKlass net/lenni0451/reflect/bytecode/impl/asm/ASMBuiltClass +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68263fc00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68263f800 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMMethodBuilder field (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/lenni0451/reflect/bytecode/builder/MethodBuilder; 56 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263f400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263f000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263ec00 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeSetter$2 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 50 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263e800 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeGetter$7 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 50 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682636fe0 +instanceKlass @cpi net/lenni0451/reflect/accessor/FieldAccessor 347 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68263e400 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMMethodBuilder insn (I)Lnet/lenni0451/reflect/bytecode/builder/MethodBuilder; 28 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263e000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68263d800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68263d400 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMMethodBuilder method (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lnet/lenni0451/reflect/bytecode/builder/MethodBuilder; 64 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263d000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263cc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68263c400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68263c000 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMMethodBuilder var (II)Lnet/lenni0451/reflect/bytecode/builder/MethodBuilder; 39 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263bc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263b800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68263b000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68263ac00 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMClassBuilder method (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/util/function/Consumer;)V 105 ; # java/lang/invoke/LambdaForm$MH+0x000001d68263a800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263a400 +instanceKlass net/lenni0451/reflect/bytecode/impl/asm/ASMMethodBuilder +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68263a000 +instanceKlass @bci net/lenni0451/reflect/accessor/AccessorUtils addConstructor (Lnet/lenni0451/reflect/bytecode/builder/BytecodeBuilder;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;Ljava/util/function/Supplier;Z)V 31 argL0 ; # net/lenni0451/reflect/accessor/AccessorUtils$$Lambda+0x000001d682636778 +instanceKlass net/lenni0451/reflect/bytecode/builder/MethodBuilder +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeGetter$7 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 6 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682636360 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder class_ (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/util/function/Consumer;)Lnet/lenni0451/reflect/bytecode/wrapper/BuiltClass; 124 member ; # net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder$$Lambda+0x000001d682636140 +instanceKlass net/lenni0451/reflect/bytecode/impl/asm/ASMClassBuilder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682639c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682639800 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder class_ (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/util/function/Consumer;)Lnet/lenni0451/reflect/bytecode/wrapper/BuiltClass; 116 ; # java/lang/invoke/LambdaForm$MH+0x000001d682639400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682639000 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder class_ (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/util/function/Consumer;)Lnet/lenni0451/reflect/bytecode/wrapper/BuiltClass; 94 ; # java/lang/invoke/LambdaForm$MH+0x000001d682638c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682638800 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager listResources (Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map; 112 ; # java/lang/invoke/LambdaForm$MH+0x000001d682638400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682638000 +instanceKlass @bci net/minecraft/server/packs/resources/FallbackResourceManager listResources (Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map; 112 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682633c00 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor makeGetter (Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/reflect/Field;)Ljava/lang/Object; 89 member ; # net/lenni0451/reflect/accessor/FieldAccessor$$Lambda+0x000001d682635cb0 +instanceKlass @cpi net/lenni0451/reflect/accessor/FieldAccessor 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682633800 +instanceKlass net/lenni0451/reflect/bytecode/builder/ClassBuilder +instanceKlass net/lenni0451/reflect/bytecode/BytecodeUtils +instanceKlass net/lenni0451/reflect/accessor/AccessorUtils +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682633400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682633000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682632c00 +instanceKlass @bci net/lenni0451/reflect/accessor/UnsafeAccess getInt (Ljava/lang/Object;J)I 21 ; # java/lang/invoke/LambdaForm$MH+0x000001d682632800 +instanceKlass @bci net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder ()V 157 argL0 ; # net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder$$Lambda+0x000001d682635490 +instanceKlass @bci net/lenni0451/reflect/stream/field/FieldStream filterType (Ljava/lang/Class;)Lnet/lenni0451/reflect/stream/field/FieldStream; 2 member ; # net/lenni0451/reflect/stream/field/FieldStream$$Lambda+0x000001d682635240 +instanceKlass @bci net/lenni0451/reflect/stream/field/FieldStream filterStatic (Z)Lnet/lenni0451/reflect/stream/field/FieldStream; 2 member ; # net/lenni0451/reflect/stream/field/FieldStream$$Lambda+0x000001d682634ff8 +instanceKlass net/lenni0451/reflect/stream/general/ModifierWrapper +instanceKlass net/lenni0451/reflect/stream/field/FieldWrapper +instanceKlass @bci net/lenni0451/reflect/Fields ()V 18 argL0 ; # net/lenni0451/reflect/Fields$$Lambda+0x000001d6826348e8 +instanceKlass @bci net/lenni0451/reflect/Fields ()V 13 member ; # net/lenni0451/reflect/Fields$$Lambda+0x000001d6826346c8 +instanceKlass @bci net/lenni0451/reflect/Fields ()V 0 argL0 ; # net/lenni0451/reflect/Fields$$Lambda+0x000001d6826344b0 +instanceKlass net/lenni0451/reflect/Fields +instanceKlass net/lenni0451/reflect/stream/field/FieldStream +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682632400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682632000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682631c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682631800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682631400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682631000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682630c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682630800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682630400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682630000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262fc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262f800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262f400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68262f000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262ec00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262e400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68262e000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262dc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262d400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68262d000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262cc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262c000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68262bc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262b800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262b000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68262ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262a800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68262a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68262a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682629c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682629800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682629400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682629000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682628c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682628800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682628400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682628000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682627c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682627800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682627400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682627000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682626c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682626800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682626400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682626000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682625c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682625800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682625400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682625000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682624c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682624800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682624400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682624000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682623c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682623800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682623400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682623000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682622c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682622800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682622400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682622000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682621c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682621800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682621400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682621000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682620c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682620800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682620400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682620000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261fc00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261f800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261f400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261ec00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261e800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261e400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261dc00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261d800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261d000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261cc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261c800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261c000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261b400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261b000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68261a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68261a400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68261a000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682619c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682619800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682619400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682619000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682618c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682618800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682618400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682618000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682617c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682617800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682617400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682617000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682616c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682616800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682616400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682616000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682615c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682615800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682615400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682615000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682614c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682614800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682614400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682614000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682613c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682613800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682613400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682613000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682612c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682612800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682612400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682612000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682611c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682611800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682611400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682611000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682610c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682610800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d682610400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682610000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 form names 6 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68260fc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260f800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68260f400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260f000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68260ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260e800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68260e400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68260e000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68260dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260d800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68260d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68260d000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68260cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68260c400 +instanceKlass net/lenni0451/reflect/accessor/UnsafeAccess +instanceKlass net/lenni0451/reflect/stream/RStream +instanceKlass net/lenni0451/reflect/bytecode/wrapper/BuiltClass +instanceKlass net/lenni0451/reflect/bytecode/impl/asm/ASMBuilder +instanceKlass @bci net/lenni0451/reflect/Classes ()V 45 member ; # net/lenni0451/reflect/Classes$$Lambda+0x000001d68260b478 +instanceKlass @bci net/lenni0451/reflect/Classes ()V 32 argL0 ; # net/lenni0451/reflect/Classes$$Lambda+0x000001d68260b260 +instanceKlass @bci net/lenni0451/reflect/Constructors getDeclaredConstructors (Ljava/lang/Class;)[Ljava/lang/reflect/Constructor; 22 ; # java/lang/invoke/LambdaForm$MH+0x000001d68260c000 +instanceKlass java/lang/Class$EnclosingMethodInfo +instanceKlass @bci net/lenni0451/reflect/Methods ()V 18 argL0 ; # net/lenni0451/reflect/Methods$$Lambda+0x000001d68260b048 +instanceKlass @bci net/lenni0451/reflect/Methods ()V 13 member ; # net/lenni0451/reflect/Methods$$Lambda+0x000001d68260ae28 +instanceKlass @bci net/lenni0451/reflect/Methods ()V 0 argL0 ; # net/lenni0451/reflect/Methods$$Lambda+0x000001d68260ac10 +instanceKlass net/lenni0451/reflect/Methods +instanceKlass @bci net/lenni0451/reflect/Classes ()V 18 argL0 ; # net/lenni0451/reflect/Classes$$Lambda+0x000001d68260a5a0 +instanceKlass @bci net/lenni0451/reflect/Classes ()V 13 member ; # net/lenni0451/reflect/Classes$$Lambda+0x000001d68260a380 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getInternalUnsafe$12 ()Ljava/lang/Object; 10 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d68260a168 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getInternalUnsafe$12 ()Ljava/lang/Object; 5 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682609f50 +instanceKlass net/lenni0451/reflect/utils/FieldInitializer$ThrowingFunction +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getInternalUnsafe$12 ()Ljava/lang/Object; 0 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682609b40 +instanceKlass @bci net/lenni0451/reflect/JavaBypass getInternalUnsafe ()Ljava/lang/Object; 5 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682609908 +instanceKlass @bci net/lenni0451/reflect/JavaBypass getInternalUnsafe ()Ljava/lang/Object; 0 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d6826096f0 +instanceKlass @bci net/lenni0451/reflect/JVMConstants ()V 39 argL0 ; # net/lenni0451/reflect/JVMConstants$$Lambda+0x000001d6826094d8 +instanceKlass @bci net/lenni0451/reflect/JVMConstants ()V 30 argL0 ; # net/lenni0451/reflect/JVMConstants$$Lambda+0x000001d6826092c0 +instanceKlass @bci net/lenni0451/reflect/JVMConstants ()V 22 argL0 ; # net/lenni0451/reflect/JVMConstants$$Lambda+0x000001d6826090a8 +instanceKlass net/lenni0451/reflect/JVMConstants +instanceKlass sun/reflect/ReflectionFactory$1 +instanceKlass sun/reflect/ReflectionFactory +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getTrustedLookup$7 ()Ljava/lang/invoke/MethodHandles$Lookup; 23 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682608c90 +instanceKlass @bci net/lenni0451/reflect/utils/FieldInitializer$ThrowingSupplier getFirst ([Lnet/lenni0451/reflect/utils/FieldInitializer$ThrowingSupplier;)Lnet/lenni0451/reflect/utils/FieldInitializer$ThrowingSupplier; 1 member ; # net/lenni0451/reflect/utils/FieldInitializer$ThrowingSupplier$$Lambda+0x000001d682608a70 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getTrustedLookup$7 ()Ljava/lang/invoke/MethodHandles$Lookup; 14 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682608858 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getTrustedLookup$7 ()Ljava/lang/invoke/MethodHandles$Lookup; 6 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682608640 +instanceKlass @bci net/lenni0451/reflect/JavaBypass getTrustedLookup ()Ljava/lang/invoke/MethodHandles$Lookup; 5 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682608218 +instanceKlass @bci net/lenni0451/reflect/JavaBypass getTrustedLookup ()Ljava/lang/invoke/MethodHandles$Lookup; 0 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682608000 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getUnsafe$2 ()Lsun/misc/Unsafe; 5 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d682601c00 +instanceKlass @bci net/lenni0451/reflect/JavaBypass lambda$getUnsafe$2 ()Lsun/misc/Unsafe; 0 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d6825f7ce8 +instanceKlass net/lenni0451/reflect/utils/FieldInitializer +instanceKlass @bci net/lenni0451/reflect/JavaBypass getUnsafe ()Lsun/misc/Unsafe; 5 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d6825f78b0 +instanceKlass @bci net/lenni0451/reflect/JavaBypass getUnsafe ()Lsun/misc/Unsafe; 0 argL0 ; # net/lenni0451/reflect/JavaBypass$$Lambda+0x000001d6825f7698 +instanceKlass net/lenni0451/reflect/JavaBypass +instanceKlass @bci net/lenni0451/reflect/Classes ()V 0 argL0 ; # net/lenni0451/reflect/Classes$$Lambda+0x000001d6825f7280 +instanceKlass net/lenni0451/reflect/utils/FieldInitializer$ThrowingSupplier +instanceKlass net/lenni0451/reflect/Classes +instanceKlass net/lenni0451/reflect/bytecode/builder/BytecodeBuilder +instanceKlass net/lenni0451/reflect/accessor/FieldAccessor +instanceKlass @bci net/irisshaders/iris/vertices/ImmediateState ()V 0 argL0 ; # net/irisshaders/iris/vertices/ImmediateState$$Lambda+0x000001d682602b38 +instanceKlass net/irisshaders/iris/vertices/ImmediateState +instanceKlass net/raphimc/immediatelyfast/compat/IrisCompat +instanceKlass @bci net/raphimc/immediatelyfast/ImmediatelyFast windowInit ()V 186 argL0 ; # net/raphimc/immediatelyfast/ImmediatelyFast$$Lambda+0x000001d682602510 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 609 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d682602288 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 595 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d682602000 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 581 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d682607c58 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 567 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6826079d0 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 553 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d682607748 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowMonitor$glfwSetWindowMonitor$CInject1 (JJIIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 24 ; # java/lang/invoke/LambdaForm$MH+0x000001d682601800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682601400 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowMonitor$glfwSetWindowMonitor$CInject1 (JJIIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 24 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682601000 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowMonitor$glfwSetWindowMonitor$CInject1 (JJIIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 24 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825ee358 +instanceKlass @cpi org/lwjgl/glfw/GLFW 3836 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682600c00 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder build ()Lnet/neoforged/neoforge/common/ModConfigSpec; 88 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682607518 +instanceKlass com/electronwill/nightconfig/core/Config$1 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder build ()Lnet/neoforged/neoforge/common/ModConfigSpec; 36 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6826072e8 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder build ()Lnet/neoforged/neoforge/common/ModConfigSpec; 19 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682607098 +instanceKlass @bci com/electronwill/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 8 argL0 ; # com/electronwill/nightconfig/core/Config$$Lambda+0x000001d6825edb18 +instanceKlass @bci toni/sodiumextras/EmbyConfig ()V 1077 argL0 ; # toni/sodiumextras/EmbyConfig$$Lambda+0x000001d682606c60 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineListAllowEmpty (Ljava/util/List;Ljava/util/List;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682606a40 +instanceKlass @bci toni/sodiumextras/EmbyConfig ()V 908 argL0 ; # toni/sodiumextras/EmbyConfig$$Lambda+0x000001d6826067f8 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineList (Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/util/function/Predicate;Lnet/neoforged/neoforge/common/ModConfigSpec$Range;)Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue; 20 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6826065a8 +instanceKlass @bci toni/sodiumextras/EmbyConfig ()V 552 argL0 ; # toni/sodiumextras/EmbyConfig$$Lambda+0x000001d682606360 +instanceKlass @bci toni/sodiumextras/EmbyConfig ()V 547 argL0 ; # toni/sodiumextras/EmbyConfig$$Lambda+0x000001d682606148 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineInRange (Ljava/util/List;DDD)Lnet/neoforged/neoforge/common/ModConfigSpec$DoubleValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682605c98 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder define (Ljava/util/List;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/common/ModConfigSpec$BooleanValue; 8 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682605670 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder define (Ljava/util/List;Z)Lnet/neoforged/neoforge/common/ModConfigSpec$BooleanValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6826051b8 +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$Range +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineInRange (Ljava/util/List;III)Lnet/neoforged/neoforge/common/ModConfigSpec$IntValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d682604a90 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$BuilderContext buildComment (Ljava/util/List;)Ljava/lang/String; 9 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$BuilderContext$$Lambda+0x000001d682604278 +instanceKlass java/util/LinkedList$LLSpliterator +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$ConfigValue +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/util/function/Supplier;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;Ljava/lang/Class;)Lnet/neoforged/neoforge/common/ModConfigSpec$EnumValue; 32 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6825ff9a0 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/function/Predicate;)Lnet/neoforged/neoforge/common/ModConfigSpec$EnumValue; 3 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6825ff780 +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder defineEnum (Ljava/util/List;Ljava/lang/Enum;Lcom/electronwill/nightconfig/core/EnumGetMethod;Ljava/util/Collection;)Lnet/neoforged/neoforge/common/ModConfigSpec$EnumValue; 8 member ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6825ff530 +instanceKlass com/google/common/base/Joiner +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$BuilderContext +instanceKlass @bci net/neoforged/neoforge/common/ModConfigSpec$Builder ()V 5 argL0 ; # net/neoforged/neoforge/common/ModConfigSpec$Builder$$Lambda+0x000001d6825fea78 +instanceKlass net/neoforged/neoforge/common/ModConfigSpec +instanceKlass net/neoforged/fml/config/IConfigSpec +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$ValueSpec +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$Builder +instanceKlass toni/sodiumextras/EmbyConfig +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowSizeLimits$glfwSetWindowSizeLimits$CInject0 (JIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 19 ; # java/lang/invoke/LambdaForm$MH+0x000001d682600800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682600400 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowSizeLimits$glfwSetWindowSizeLimits$CInject0 (JIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 19 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682600000 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowSizeLimits$glfwSetWindowSizeLimits$CInject0 (JIIIILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 19 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825ec9d0 +instanceKlass net/irisshaders/iris/pbr/TextureInfoCache$TextureInfo +instanceKlass net/irisshaders/iris/pbr/TextureInfoCache +instanceKlass org/lwjgl/opengl/GL11 +instanceKlass @bci com/mojang/blaze3d/platform/GlStateManager ()V 144 argL0 ; # com/mojang/blaze3d/platform/GlStateManager$$Lambda+0x000001d6825fc418 +instanceKlass com/mojang/blaze3d/platform/GlStateManager$ColorMask +instanceKlass @bci com/mojang/blaze3d/platform/GlStateManager ()V 106 argL0 ; # com/mojang/blaze3d/platform/GlStateManager$$Lambda+0x000001d6825fc000 +instanceKlass @bci com/mojang/blaze3d/platform/GlStateManager ()V 96 argL0 ; # com/mojang/blaze3d/platform/GlStateManager$$Lambda+0x000001d6825f3b08 +instanceKlass com/mojang/blaze3d/platform/GlStateManager$TextureState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$ScissorState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$StencilFunc +instanceKlass com/mojang/blaze3d/platform/GlStateManager$StencilState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$ColorLogicState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$CullState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$DepthState +instanceKlass com/mojang/blaze3d/platform/GlStateManager$BooleanState +instanceKlass net/irisshaders/iris/mixin/statelisteners/BooleanStateAccessor +instanceKlass net/irisshaders/iris/gl/BooleanStateExtended +instanceKlass com/mojang/blaze3d/platform/GlStateManager$BlendState +instanceKlass com/mojang/blaze3d/platform/GlStateManager +instanceKlass net/irisshaders/iris/mixin/GlStateManagerAccessor +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fbc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fb800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fb400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fb000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fa800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825fa400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6825fa000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f9400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f9000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f8000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f5c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6825f5800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6825f5400 +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/checks/ModuleScanner +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/workarounds/Workarounds +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/environment/probe/GraphicsAdapterProbe +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/environment/OsUtils +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/workarounds/nvidia/NvidiaWorkarounds +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/checks/BugChecks +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/checks/GraphicsDriverChecks +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/checks/PostLaunchChecks +instanceKlass org/lwjgl/opengl/WGL$Functions +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 351 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f1c60 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 345 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f1a30 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 339 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f1800 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 333 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f15d0 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow setupMinecraftWindow (Ljava/util/function/IntSupplier;Ljava/util/function/IntSupplier;Ljava/util/function/Supplier;Ljava/util/function/LongSupplier;)J 199 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6825ec3b0 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowTitle$glfwSetWindowTitle$CInject0 (JLjava/lang/CharSequence;Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 13 ; # java/lang/invoke/LambdaForm$MH+0x000001d6825f5000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6825f4c00 +instanceKlass @cpi dev/ftb/mods/ftbquests/quest/reward/RewardTypes 155 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825f4800 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwSetWindowTitle$glfwSetWindowTitle$CInject0 (JLjava/lang/CharSequence;Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 13 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825e7da8 +instanceKlass @cpi org/lwjgl/glfw/GLFW 3829 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825f4400 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 316 argL0 ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f13b8 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 294 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f1198 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 286 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f0f78 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 279 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f0d58 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 273 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f0b38 +instanceKlass @bci com/mojang/blaze3d/platform/Window setBootErrorCallback ()V 0 argL0 ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f08b8 +instanceKlass @bci com/mojang/blaze3d/platform/Window (Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;)V 11 member ; # com/mojang/blaze3d/platform/Window$$Lambda+0x000001d6825f0630 +instanceKlass @cpi com/mojang/blaze3d/platform/Window 92 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825f4000 +instanceKlass net/neoforged/neoforge/internal/BrandingControl +instanceKlass @bci net/minecraft/client/Minecraft checkModStatus ()Lnet/minecraft/util/ModCheck; 3 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d6825ebb20 +instanceKlass net/minecraft/client/ClientBrandRetriever +instanceKlass de/keksuccino/konkrete/math/MathUtils +instanceKlass de/keksuccino/fancymenu/util/AbstractOptions$Option +instanceKlass de/keksuccino/konkrete/config/ConfigEntry +instanceKlass de/keksuccino/konkrete/config/Config +instanceKlass de/keksuccino/fancymenu/util/AbstractOptions +instanceKlass de/keksuccino/fancymenu/util/ObjectUtils +instanceKlass @bci de/keksuccino/fancymenu/FancyMenu ()V 53 argL0 ; # de/keksuccino/fancymenu/FancyMenu$$Lambda+0x000001d6825e9e38 +instanceKlass de/keksuccino/konkrete/file/FileUtils +instanceKlass de/keksuccino/fancymenu/util/file/GameDirectoryUtils +instanceKlass de/keksuccino/fancymenu/platform/NeoForgeCompatibilityLayer +instanceKlass de/keksuccino/fancymenu/platform/services/IPlatformCompatibilityLayer +instanceKlass @bci de/keksuccino/fancymenu/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # de/keksuccino/fancymenu/platform/Services$$Lambda+0x000001d6825e9200 +instanceKlass de/keksuccino/fancymenu/platform/NeoForgePlatformHelper +instanceKlass de/keksuccino/fancymenu/platform/services/IPlatformHelper +instanceKlass de/keksuccino/fancymenu/platform/Services +instanceKlass de/keksuccino/fancymenu/FancyMenu +instanceKlass de/keksuccino/fancymenu/util/window/WindowHandler +instanceKlass com/mojang/blaze3d/platform/VideoMode +instanceKlass @bci com/mojang/blaze3d/platform/ScreenManager (Lcom/mojang/blaze3d/platform/MonitorCreator;)V 21 member ; # com/mojang/blaze3d/platform/ScreenManager$$Lambda+0x000001d6825e8218 +instanceKlass @bci net/minecraft/client/renderer/VirtualScreen (Lnet/minecraft/client/Minecraft;)V 14 argL0 ; # net/minecraft/client/renderer/VirtualScreen$$Lambda+0x000001d6825e8000 +instanceKlass com/mojang/blaze3d/platform/Monitor +instanceKlass com/mojang/blaze3d/platform/MonitorCreator +instanceKlass com/mojang/blaze3d/platform/ScreenManager +instanceKlass net/minecraft/client/renderer/VirtualScreen +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem initBackendSystem ()Lnet/minecraft/util/TimeSource$NanoTimeSource; 8 member ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6825e5800 +instanceKlass @bci java/util/function/BinaryOperator maxBy (Ljava/util/Comparator;)Ljava/util/function/BinaryOperator; 6 member ; # java/util/function/BinaryOperator$$Lambda+0x000001d68198de20 +instanceKlass @bci io/homo/superresolution/core/graphics/GraphicsCapabilities getHighestOpenGLVersion ()Lio/homo/superresolution/core/impl/Pair; 14 argL0 ; # io/homo/superresolution/core/graphics/GraphicsCapabilities$$Lambda+0x000001d6825dfba0 +instanceKlass @bci io/homo/superresolution/core/graphics/GraphicsCapabilities getHighestOpenGLVersion ()Lio/homo/superresolution/core/impl/Pair; 6 argL0 ; # io/homo/superresolution/core/graphics/GraphicsCapabilities$$Lambda+0x000001d6825df988 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwDestroyWindow$glfwDestroyWindow$CInject0 (JLme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 24 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825e7b90 +instanceKlass io/homo/superresolution/core/impl/Pair +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwGetWindowAttrib$glfwGetWindowAttrib$CInject0 (JILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 48 ; # java/lang/invoke/LambdaForm$MH+0x000001d6825e5000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6825e4c00 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwGetWindowAttrib$glfwGetWindowAttrib$CInject0 (JILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 48 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825e4800 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwGetWindowAttrib$glfwGetWindowAttrib$CInject0 (JILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 48 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825e7978 +instanceKlass @cpi org/lwjgl/glfw/GLFW 3355 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825e4400 +instanceKlass me/decce/ixeris/VersionCompatUtils +instanceKlass it/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2ReferenceMaps +instanceKlass @bci me/decce/ixeris/core/glfw/state_caching/global/GlfwMonitorCache ()V 30 member ; # me/decce/ixeris/core/glfw/state_caching/global/GlfwMonitorCache$$Lambda+0x000001d6825e31b8 +instanceKlass @cpi com/mojang/blaze3d/platform/ScreenManager 35 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825e4000 +instanceKlass it/unimi/dsi/fastutil/longs/LongCollections$SynchronizedCollection +instanceKlass it/unimi/dsi/fastutil/longs/LongLists +instanceKlass it/unimi/dsi/fastutil/longs/LongArrays$ArrayHashStrategy +instanceKlass it/unimi/dsi/fastutil/longs/LongArrays$Segment +instanceKlass it/unimi/dsi/fastutil/longs/LongArrays +instanceKlass it/unimi/dsi/fastutil/ints/Int2ReferenceFunctions$SynchronizedFunction +instanceKlass it/unimi/dsi/fastutil/ints/Int2ReferenceMaps +instanceKlass it/unimi/dsi/fastutil/ints/Int2ReferenceMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/ints/AbstractInt2ReferenceFunction +instanceKlass it/unimi/dsi/fastutil/ints/Int2ReferenceMap +instanceKlass it/unimi/dsi/fastutil/ints/Int2ReferenceFunction +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwCreateWindow$glfwCreateWindow$CInject0 (IILjava/lang/CharSequence;JJLme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 14 ; # java/lang/invoke/LambdaForm$MH+0x000001d6825d9000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6825d8c00 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwCreateWindow$glfwCreateWindow$CInject0 (IILjava/lang/CharSequence;JJLme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 14 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825d8800 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwCreateWindow$glfwCreateWindow$CInject0 (IILjava/lang/CharSequence;JJLme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 14 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825d2100 +instanceKlass @cpi org/lwjgl/glfw/GLFW 3445 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825d8400 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwWindowHint$glfwWindowHint$CInject0 (IILme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 13 member ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825d1ee8 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwDefaultWindowHints$glfwDefaultWindowHints$CInject0 (Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 11 argL0 ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825d1cd0 +instanceKlass @bci com/mojang/blaze3d/platform/GLX _initGlfw ()Ljava/util/function/LongSupplier; 28 argL0 ; # com/mojang/blaze3d/platform/GLX$$Lambda+0x000001d6825df358 +instanceKlass @bci org/lwjgl/glfw/GLFW ixeris$glfwInit$glfwInit$CInject1 (Lme/decce/ixeris/core/shadow/classtransform/InjectionCallback;)V 7 argL0 ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6825d1ab8 +instanceKlass @bci com/mojang/blaze3d/platform/GLX _initGlfw ()Ljava/util/function/LongSupplier; 13 member ; # com/mojang/blaze3d/platform/GLX$$Lambda+0x000001d6825df0d0 +instanceKlass com/mojang/blaze3d/platform/Window +instanceKlass me/decce/ixeris/mixins/workarounds/WindowAccessor +instanceKlass dev/latvian/mods/kubejs/core/WindowKJS +instanceKlass net/caffeinemc/mods/sodium/client/platform/NativeWindowHandle +instanceKlass toni/sodiumextras/mixins/impl/borderless/accessors/MainWindowAccessor +instanceKlass @bci com/mojang/blaze3d/platform/GLX _initGlfw ()Ljava/util/function/LongSupplier; 0 argL0 ; # com/mojang/blaze3d/platform/GLX$$Lambda+0x000001d6825de3f8 +instanceKlass com/mojang/blaze3d/platform/GLX +instanceKlass @bci net/minecraft/nbt/NbtOps createMap (Ljava/util/stream/Stream;)Lnet/minecraft/nbt/Tag; 10 member ; # net/minecraft/nbt/NbtOps$$Lambda+0x000001d6825ddfc8 +instanceKlass @bci com/mojang/serialization/DynamicOps createMap (Ljava/util/Map;)Ljava/lang/Object; 12 argL0 ; # com/mojang/serialization/DynamicOps$$Lambda+0x000001d6825d1880 +instanceKlass net/minecraft/nbt/EndTag$1 +instanceKlass net/minecraft/nbt/EndTag +instanceKlass @bci net/minecraft/client/player/inventory/Hotbar ()V 35 argL0 ; # net/minecraft/client/player/inventory/Hotbar$$Lambda+0x000001d6825dd848 +instanceKlass @bci net/minecraft/client/player/inventory/Hotbar ()V 30 argL0 ; # net/minecraft/client/player/inventory/Hotbar$$Lambda+0x000001d6825dd610 +instanceKlass @bci net/minecraft/client/player/inventory/Hotbar ()V 20 argL0 ; # net/minecraft/client/player/inventory/Hotbar$$Lambda+0x000001d6825dd3d8 +instanceKlass net/minecraft/client/player/inventory/Hotbar +instanceKlass net/minecraft/client/HotbarManager +instanceKlass net/minecraft/client/tutorial/BundleTutorial +instanceKlass dev/engine_room/flywheel/backend/engine/uniform/UniformWriter +instanceKlass dev/engine_room/flywheel/lib/memory/FlwMemoryTracker +instanceKlass jdk/internal/ref/CleanerImpl$InnocuousThreadFactory +instanceKlass dev/engine_room/flywheel/lib/memory/AbstractMemoryBlockImpl +instanceKlass dev/engine_room/flywheel/lib/memory/MemoryBlock +instanceKlass dev/engine_room/flywheel/lib/math/MoreMath +instanceKlass dev/engine_room/flywheel/backend/engine/uniform/UniformBuffer +instanceKlass dev/djefrey/colorwheel/engine/uniform/UniformWriter +instanceKlass dev/djefrey/colorwheel/ClrwlSafeFlwImpl +instanceKlass dev/djefrey/colorwheel/neoforge/ClrwlNeoForge +instanceKlass dev/djefrey/colorwheel/ClrwlSafeFlw +instanceKlass dev/djefrey/colorwheel/mod_compat/ClrwlModCompat +instanceKlass dev/djefrey/colorwheel/Colorwheel +instanceKlass net/minecraft/util/DelegateDataOutput +instanceKlass net/minecraft/nbt/NbtIo +instanceKlass net/minecraft/nbt/ListTag$1 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ResourcePackSourceTracker +instanceKlass @bci com/mojang/datafixers/util/Function10 lambda$curry5$9 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/datafixers/util/Function5; 8 member ; # com/mojang/datafixers/util/Function10$$Lambda+0x000001d6825d1620 +instanceKlass @cpi com/mojang/datafixers/util/Function10 214 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825d8000 +instanceKlass @bci com/mojang/datafixers/util/Function5 lambda$curry2$3 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/datafixers/util/Function3; 3 member ; # com/mojang/datafixers/util/Function5$$Lambda+0x000001d6825d13e0 +instanceKlass @bci com/mojang/datafixers/util/Function5 curry2 ()Ljava/util/function/BiFunction; 1 member ; # com/mojang/datafixers/util/Function5$$Lambda+0x000001d6825d11b0 +instanceKlass @bci com/mojang/datafixers/util/Function10 curry5 ()Lcom/mojang/datafixers/util/Function5; 1 member ; # com/mojang/datafixers/util/Function10$$Lambda+0x000001d6825d0f50 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents adjustArgs (Ljava/util/Optional;)[Ljava/lang/Object; 1 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d6825d4af0 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance$1 decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 20 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$1$$Lambda+0x000001d6825d0d10 +instanceKlass @bci com/mojang/serialization/codecs/FieldDecoder decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 17 member ; # com/mojang/serialization/codecs/FieldDecoder$$Lambda+0x000001d6825d0af0 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 96 member ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d6825d08d0 +instanceKlass @bci com/mojang/serialization/JsonOps getStringValue (Lcom/google/gson/JsonElement;)Lcom/mojang/serialization/DataResult; 43 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d6825d06b0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModNioResourcePack openFile (Ljava/lang/String;)Lnet/minecraft/server/packs/resources/IoSupplier; 22 member ; # net/fabricmc/fabric/impl/resource/loader/ModNioResourcePack$$Lambda+0x000001d6825d48d0 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl$1 +instanceKlass @bci net/minecraft/server/packs/metadata/MetadataSectionType$1 fromJson (Lcom/google/gson/JsonObject;)Ljava/lang/Object; 13 argL0 ; # net/minecraft/server/packs/metadata/MetadataSectionType$1$$Lambda+0x000001d6825d4238 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$3 (Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/network/chat/Component; 6 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825d4000 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$3 (Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/network/chat/Component; 1 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cfd80 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$5 (Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/network/chat/Component; 6 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cfb48 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$5 (Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/network/chat/Component; 1 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cf910 +instanceKlass @bci net/minecraft/server/packs/metadata/MetadataSectionType$1 toJson (Ljava/lang/Object;)Lcom/google/gson/JsonObject; 13 argL0 ; # net/minecraft/server/packs/metadata/MetadataSectionType$1$$Lambda+0x000001d6825cf6d8 +instanceKlass @bci com/mojang/serialization/RecordBuilder$AbstractBuilder build (Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 6 member ; # com/mojang/serialization/RecordBuilder$AbstractBuilder$$Lambda+0x000001d6825d0470 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance$6 encode (Ljava/lang/Object;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/RecordBuilder;)Lcom/mojang/serialization/RecordBuilder; 53 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$6$$Lambda+0x000001d6825d0230 +instanceKlass @bci com/mojang/serialization/RecordBuilder$AbstractStringBuilder add (Ljava/lang/String;Lcom/mojang/serialization/DataResult;)Lcom/mojang/serialization/RecordBuilder; 7 member ; # com/mojang/serialization/RecordBuilder$AbstractStringBuilder$$Lambda+0x000001d6825d0000 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec encode (Lcom/mojang/datafixers/util/Either;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 12 member ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d6825afbd0 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec encode (Lcom/mojang/datafixers/util/Either;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 4 member ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d6825af990 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 141 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cf4a0 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 136 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cf268 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$2 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cf030 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$2 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cedf8 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$2 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cebc0 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization lambda$createCodec$2 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 2 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825ce988 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 108 member ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825ce748 +instanceKlass net/minecraft/network/chat/ComponentSerialization$Anonymous$17293a4c81ff42dd8b255547649c65db +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization localvar$ihm000$owo$injectCustomTextTypesExplicit (Lcom/mojang/serialization/Codec;[Lnet/minecraft/util/StringRepresentable;)Lcom/mojang/serialization/Codec; 22 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cdf58 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization localvar$ihm000$owo$injectCustomTextTypesExplicit (Lcom/mojang/serialization/Codec;[Lnet/minecraft/util/StringRepresentable;)Lcom/mojang/serialization/Codec; 17 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cdd20 +instanceKlass @bci team/creative/creativecore/common/util/text/content/ContentItemStack lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # team/creative/creativecore/common/util/text/content/ContentItemStack$$Lambda+0x000001d6825cdae8 +instanceKlass @bci team/creative/creativecore/common/util/text/content/ContentItemStack lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # team/creative/creativecore/common/util/text/content/ContentItemStack$$Lambda+0x000001d6825cd8b0 +instanceKlass @bci team/creative/creativecore/common/util/text/content/ContentItemStack ()V 0 argL0 ; # team/creative/creativecore/common/util/text/content/ContentItemStack$$Lambda+0x000001d6825cd678 +instanceKlass team/creative/creativecore/common/util/text/content/AdvancedContent +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 97 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825ccfe8 +instanceKlass @bci net/skill_tree_rpgs/utils/ResolvableTextContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/skill_tree_rpgs/utils/ResolvableTextContent$$Lambda+0x000001d6825ccdb0 +instanceKlass @bci net/skill_tree_rpgs/utils/ResolvableTextContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/skill_tree_rpgs/utils/ResolvableTextContent$$Lambda+0x000001d6825ccb78 +instanceKlass @bci net/skill_tree_rpgs/utils/ResolvableTextContent ()V 0 argL0 ; # net/skill_tree_rpgs/utils/ResolvableTextContent$$Lambda+0x000001d6825cc940 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 55 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cc4c8 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 50 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cc290 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825cc048 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825cbe10 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createLegacyComponentMatcher ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/String;)Lcom/mojang/serialization/MapCodec; 40 member ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cbbf0 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization createLegacyComponentMatcher ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/String;)Lcom/mojang/serialization/MapCodec; 21 member ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d6825cb9b0 +instanceKlass @bci net/minecraft/network/chat/contents/DataSource ()V 27 argL0 ; # net/minecraft/network/chat/contents/DataSource$$Lambda+0x000001d6825cb778 +instanceKlass @bci net/minecraft/network/chat/contents/DataSource ()V 22 argL0 ; # net/minecraft/network/chat/contents/DataSource$$Lambda+0x000001d6825cb540 +instanceKlass @bci net/minecraft/network/chat/contents/StorageDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/network/chat/contents/StorageDataSource$$Lambda+0x000001d6825cb308 +instanceKlass @bci net/minecraft/network/chat/contents/StorageDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/StorageDataSource$$Lambda+0x000001d6825cb0d0 +instanceKlass @bci net/minecraft/network/chat/contents/StorageDataSource ()V 0 argL0 ; # net/minecraft/network/chat/contents/StorageDataSource$$Lambda+0x000001d6825cae98 +instanceKlass @bci net/minecraft/network/chat/contents/BlockDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/network/chat/contents/BlockDataSource$$Lambda+0x000001d6825caa38 +instanceKlass @bci net/minecraft/network/chat/contents/BlockDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/BlockDataSource$$Lambda+0x000001d6825ca800 +instanceKlass @bci net/minecraft/network/chat/contents/BlockDataSource ()V 0 argL0 ; # net/minecraft/network/chat/contents/BlockDataSource$$Lambda+0x000001d6825ca5c8 +instanceKlass @bci net/minecraft/network/chat/contents/EntityDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/network/chat/contents/EntityDataSource$$Lambda+0x000001d6825ca168 +instanceKlass @bci net/minecraft/network/chat/contents/EntityDataSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/EntityDataSource$$Lambda+0x000001d6825c9f30 +instanceKlass @bci net/minecraft/network/chat/contents/EntityDataSource ()V 0 argL0 ; # net/minecraft/network/chat/contents/EntityDataSource$$Lambda+0x000001d6825c9cf8 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825c9460 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825c9228 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825c8ff0 +instanceKlass @bci net/minecraft/network/chat/contents/NbtContents ()V 6 argL0 ; # net/minecraft/network/chat/contents/NbtContents$$Lambda+0x000001d6825c8db8 +instanceKlass net/minecraft/network/chat/contents/NbtContents +instanceKlass @bci net/minecraft/network/chat/contents/SelectorContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/network/chat/contents/SelectorContents$$Lambda+0x000001d6825c8918 +instanceKlass @bci net/minecraft/network/chat/contents/SelectorContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/network/chat/contents/SelectorContents$$Lambda+0x000001d6825c86e0 +instanceKlass @bci net/minecraft/network/chat/contents/SelectorContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/SelectorContents$$Lambda+0x000001d6825c84a8 +instanceKlass @bci net/minecraft/network/chat/contents/SelectorContents ()V 6 argL0 ; # net/minecraft/network/chat/contents/SelectorContents$$Lambda+0x000001d6825c8270 +instanceKlass net/minecraft/network/chat/contents/SelectorContents +instanceKlass @bci net/minecraft/network/chat/contents/ScoreContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/network/chat/contents/ScoreContents$$Lambda+0x000001d6825c0400 +instanceKlass @bci net/minecraft/network/chat/contents/ScoreContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/network/chat/contents/ScoreContents$$Lambda+0x000001d6825c0c70 +instanceKlass @bci net/minecraft/network/chat/contents/ScoreContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/ScoreContents$$Lambda+0x000001d6825c0a38 +instanceKlass @bci net/minecraft/network/chat/contents/ScoreContents ()V 0 argL0 ; # net/minecraft/network/chat/contents/ScoreContents$$Lambda+0x000001d6825c0800 +instanceKlass net/minecraft/network/chat/contents/ScoreContents +instanceKlass @bci net/minecraft/network/chat/contents/KeybindContents lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/network/chat/contents/KeybindContents$$Lambda+0x000001d6825c1ae0 +instanceKlass @bci net/minecraft/network/chat/contents/KeybindContents lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/KeybindContents$$Lambda+0x000001d6825c18a8 +instanceKlass @bci net/minecraft/network/chat/contents/KeybindContents ()V 0 argL0 ; # net/minecraft/network/chat/contents/KeybindContents$$Lambda+0x000001d6825c1670 +instanceKlass net/minecraft/network/chat/contents/KeybindContents +instanceKlass com/mojang/serialization/RecordBuilder$AbstractBuilder +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModNioResourcePack openFile (Ljava/lang/String;)Lnet/minecraft/server/packs/resources/IoSupplier; 41 member ; # net/fabricmc/fabric/impl/resource/loader/ModNioResourcePack$$Lambda+0x000001d6825c1000 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata ()V 20 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$$Lambda+0x000001d6825c37d8 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata ()V 15 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$$Lambda+0x000001d6825c35a0 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry$$Lambda+0x000001d6825c3378 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry$$Lambda+0x000001d6825c3140 +instanceKlass @bci net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition ()V 40 argL0 ; # net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition$$Lambda+0x000001d6825c2f08 +instanceKlass @bci net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition ()V 10 argL0 ; # net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition$$Lambda+0x000001d6825c2cd0 +instanceKlass @bci net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition ()V 5 argL0 ; # net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition$$Lambda+0x000001d6825c2a98 +instanceKlass @bci net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType ()V 8 argL0 ; # net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType$$Lambda+0x000001d6825c2860 +instanceKlass @bci net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType ()V 3 argL0 ; # net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType$$Lambda+0x000001d6825c2628 +instanceKlass net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditionType +instanceKlass net/fabricmc/fabric/api/resource/conditions/v1/ResourceCondition +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry$$Lambda+0x000001d6825c2000 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry$$Lambda+0x000001d6825c7d48 +instanceKlass @bci net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry ()V 0 argL0 ; # net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry$$Lambda+0x000001d6825c7b10 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$$Lambda+0x000001d6825c74c8 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$$Lambda+0x000001d6825c7290 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry$$Lambda+0x000001d6825c7068 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry$$Lambda+0x000001d6825c6e30 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry$$Lambda+0x000001d6825c6bf8 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry$$Lambda+0x000001d6825c69c0 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry ()V 0 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry$$Lambda+0x000001d6825c6788 +instanceKlass @bci net/minecraft/server/packs/OverlayMetadataSection ()V 8 argL0 ; # net/minecraft/server/packs/OverlayMetadataSection$$Lambda+0x000001d6825c6348 +instanceKlass @bci net/minecraft/server/packs/FeatureFlagsMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/server/packs/FeatureFlagsMetadataSection$$Lambda+0x000001d6825c5ad8 +instanceKlass @bci net/minecraft/server/packs/FeatureFlagsMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/server/packs/FeatureFlagsMetadataSection$$Lambda+0x000001d6825c58a0 +instanceKlass @bci net/minecraft/server/packs/FeatureFlagsMetadataSection ()V 0 argL0 ; # net/minecraft/server/packs/FeatureFlagsMetadataSection$$Lambda+0x000001d6825c5668 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil +instanceKlass @bci net/minecraft/server/packs/repository/Pack ()V 18 argL0 ; # net/minecraft/server/packs/repository/Pack$$Lambda+0x000001d6825c4d78 +instanceKlass @bci net/minecraft/server/packs/repository/Pack ()V 6 argL0 ; # net/minecraft/server/packs/repository/Pack$$Lambda+0x000001d6825c4b28 +instanceKlass @bci net/minecraft/client/Options handler$ipd001$fabric_resource_loader_v0$onLoad (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 220 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825c46d0 +instanceKlass net/minecraft/server/packs/repository/Pack +instanceKlass net/fabricmc/fabric/impl/resource/loader/FabricResourcePackProfile +instanceKlass net/neoforged/neoforge/forge/snapshots/ForgeSnapshotsMod +instanceKlass toni/redirected/utils/map/ClientMaps +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 686 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825bf188 +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 681 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825bef50 +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 351 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825bed10 +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 338 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825bead8 +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 313 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825be898 +instanceKlass @bci net/minecraft/client/Options processOptions (Lnet/minecraft/client/Options$FieldAccess;)V 300 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825be660 +instanceKlass @bci com/mojang/serialization/Codec lambda$stringResolver$5 (Ljava/util/function/Function;Ljava/lang/String;)Lcom/mojang/serialization/DataResult; 19 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d6825aebc8 +instanceKlass @bci com/mojang/serialization/Codec lambda$stringResolver$5 (Ljava/util/function/Function;Ljava/lang/String;)Lcom/mojang/serialization/DataResult; 10 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d6825ae990 +instanceKlass @bci com/mojang/serialization/Codec lambda$withAlternative$2 (Ljava/util/function/Function;Lcom/mojang/datafixers/util/Either;)Ljava/lang/Object; 1 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d6825ae758 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec lambda$decode$0 (Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; 1 argL0 ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d6825ae520 +instanceKlass @bci net/minecraft/client/OptionInstance$UnitDouble$1 validateValue (Ljava/lang/Object;)Ljava/util/Optional; 29 member ; # net/minecraft/client/OptionInstance$UnitDouble$1$$Lambda+0x000001d6825be420 +instanceKlass @bci net/minecraft/client/OptionInstance$IntRangeBase$1 validateValue (Ljava/lang/Object;)Ljava/util/Optional; 31 member ; # net/minecraft/client/OptionInstance$IntRangeBase$1$$Lambda+0x000001d6825be1e0 +instanceKlass @bci com/mojang/serialization/Codec$15 read (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # com/mojang/serialization/Codec$15$$Lambda+0x000001d6825ae2e8 +instanceKlass @cpi net/emilsg/clutterbestiary/config/ModConfigManager 371 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825c0000 +instanceKlass @bci net/minecraft/client/OptionInstance set (Ljava/lang/Object;)V 12 member ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d6825bdfc0 +instanceKlass @bci net/minecraft/client/Options$2 process (Ljava/lang/String;Lnet/minecraft/client/OptionInstance;)V 87 member ; # net/minecraft/client/Options$2$$Lambda+0x000001d6825bdd90 +instanceKlass @bci net/minecraft/client/Options$2 process (Ljava/lang/String;Lnet/minecraft/client/OptionInstance;)V 71 member ; # net/minecraft/client/Options$2$$Lambda+0x000001d6825bdb60 +instanceKlass net/minecraft/client/Options$2 +instanceKlass @bci net/minecraft/client/Options load (Z)V 162 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825bd6a8 +instanceKlass @bci com/mojang/datafixers/DataFixerUpper update (Lcom/mojang/datafixers/DSL$TypeReference;Lcom/mojang/serialization/Dynamic;II)Lcom/mojang/serialization/Dynamic; 56 member ; # com/mojang/datafixers/DataFixerUpper$$Lambda+0x000001d6825ae0b8 +instanceKlass @bci com/mojang/serialization/OptionalDynamic asNumber ()Lcom/mojang/serialization/DataResult; 1 argL0 ; # com/mojang/serialization/OptionalDynamic$$Lambda+0x000001d6825ade80 +instanceKlass @bci com/mojang/serialization/Dynamic lambda$get$11 (Ljava/lang/String;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 14 member ; # com/mojang/serialization/Dynamic$$Lambda+0x000001d6825adc60 +instanceKlass @bci umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer createRenamer (Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/UnaryOperator; 2 member ; # umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer$$Lambda+0x000001d6825bd450 +instanceKlass @bci umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer registerFixers ()Lcom/mojang/datafixers/DataFixer; 23 argL0 ; # umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer$$Lambda+0x000001d6825bd228 +instanceKlass @bci umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer registerFixers ()Lcom/mojang/datafixers/DataFixer; 12 argL0 ; # umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer$$Lambda+0x000001d6825bcd68 +instanceKlass @bci umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer ()V 8 argL0 ; # umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer$$Lambda+0x000001d6825bcb40 +instanceKlass @bci umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer ()V 0 argL0 ; # umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer$$Lambda+0x000001d6825bc918 +instanceKlass com/google/common/base/Splitter$5 +instanceKlass @bci net/minecraft/client/Options load (Z)V 40 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825bc4e0 +instanceKlass com/google/common/io/Files$2 +instanceKlass com/google/common/io/ByteSink +instanceKlass com/google/common/io/ByteSource +instanceKlass com/google/common/io/LineProcessor +instanceKlass com/google/common/io/Files +instanceKlass com/google/common/base/Charsets +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/TextIcons +instanceKlass dev/latvian/mods/kubejs/script/data/KubeFileResourcePack +instanceKlass dev/latvian/mods/kubejs/util/Lazy +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptType (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V 58 member ; # dev/latvian/mods/kubejs/script/ScriptType$$Lambda+0x000001d6825bb5c8 +instanceKlass dev/latvian/mods/kubejs/plugin/ClassFilter +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptType (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/nio/file/Path;)V 48 argL0 ; # dev/latvian/mods/kubejs/script/ScriptType$$Lambda+0x000001d6825bb180 +instanceKlass dev/latvian/mods/kubejs/client/EditorExt +instanceKlass @bci dev/latvian/mods/kubejs/script/ConsoleJS ()V 9 argL0 ; # dev/latvian/mods/kubejs/script/ConsoleJS$$Lambda+0x000001d6825baae8 +instanceKlass dev/latvian/apps/tinyserver/content/ResponseContent +instanceKlass dev/latvian/mods/kubejs/script/ConsoleJS +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptTypePredicate ()V 24 argL0 ; # dev/latvian/mods/kubejs/script/ScriptTypePredicate$$Lambda+0x000001d6825ba158 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptTypePredicate ()V 16 argL0 ; # dev/latvian/mods/kubejs/script/ScriptTypePredicate$$Lambda+0x000001d6825b9ed8 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptTypePredicate ()V 8 argL0 ; # dev/latvian/mods/kubejs/script/ScriptTypePredicate$$Lambda+0x000001d6825b9c58 +instanceKlass @bci dev/latvian/mods/kubejs/script/ScriptTypePredicate ()V 0 argL0 ; # dev/latvian/mods/kubejs/script/ScriptTypePredicate$$Lambda+0x000001d6825b99d8 +instanceKlass dev/latvian/mods/kubejs/script/ScriptTypePredicate +instanceKlass @bci dev/latvian/mods/kubejs/client/KubeJSClient ()V 64 argL0 ; # dev/latvian/mods/kubejs/client/KubeJSClient$$Lambda+0x000001d6825b9308 +instanceKlass dev/latvian/mods/kubejs/util/OpsContainer +instanceKlass net/minecraft/server/packs/AbstractPackResources +instanceKlass dev/latvian/mods/kubejs/script/data/ExportablePackResources +instanceKlass dev/latvian/mods/kubejs/generator/KubeAssetGenerator +instanceKlass dev/latvian/mods/kubejs/generator/KubeResourceGenerator +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType fromEnum (Ljava/lang/Class;)Ldev/latvian/mods/kubejs/event/EventTargetType; 14 member ; # dev/latvian/mods/kubejs/event/EventTargetType$$Lambda+0x000001d6825b7360 +instanceKlass @bci dev/latvian/mods/rhino/type/TypeInfo of (Ljava/lang/Class;)Ldev/latvian/mods/rhino/type/TypeInfo; 81 argL0 ; # dev/latvian/mods/rhino/type/TypeInfo$$Lambda+0x000001d6825b7128 +instanceKlass dev/latvian/mods/kubejs/util/Cast +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType ()V 51 argL0 ; # dev/latvian/mods/kubejs/event/EventTargetType$$Lambda+0x000001d6825b6d18 +instanceKlass @bci dev/latvian/mods/rhino/type/TypeInfo of (Ljava/lang/Class;)Ldev/latvian/mods/rhino/type/TypeInfo; 192 argL0 ; # dev/latvian/mods/rhino/type/TypeInfo$$Lambda+0x000001d6825b6ae0 +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType ()V 27 argL0 ; # dev/latvian/mods/kubejs/event/EventTargetType$$Lambda+0x000001d6825b68c8 +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType ()V 5 argL0 ; # dev/latvian/mods/kubejs/event/EventTargetType$$Lambda+0x000001d6825b66b0 +instanceKlass @bci dev/latvian/mods/kubejs/util/UtilsJS ()V 13 argL0 ; # dev/latvian/mods/kubejs/util/UtilsJS$$Lambda+0x000001d6825b6468 +instanceKlass dev/latvian/mods/kubejs/util/UtilsJS +instanceKlass @bci dev/latvian/mods/kubejs/event/EventTargetType$Transformer ()V 0 argL0 ; # dev/latvian/mods/kubejs/event/EventTargetType$Transformer$$Lambda+0x000001d6825b6050 +instanceKlass dev/latvian/mods/kubejs/event/EventTargetType$Transformer +instanceKlass dev/latvian/mods/kubejs/event/EventTargetType +instanceKlass @bci net/minecraft/client/Options handler$jbo01c$farsight_view$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 93 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825b49a8 +instanceKlass @bci net/minecraft/client/Options handler$jbo01c$farsight_view$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 63 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825b4790 +instanceKlass @bci net/minecraft/client/Options handler$jbo01c$farsight_view$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 41 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825b4568 +instanceKlass com/farsight/config/CommonConfiguration +instanceKlass com/farsight/FarsightMod +instanceKlass @bci net/minecraft/client/Options handler$jbo01c$farsight_view$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 11 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825b3838 +instanceKlass @bci net/bivrik/fancytoasts/core/Common ()V 111 argL0 ; # net/bivrik/fancytoasts/core/Common$$Lambda+0x000001d6825b3430 +instanceKlass @bci net/bivrik/fancytoasts/core/Common ()V 98 argL0 ; # net/bivrik/fancytoasts/core/Common$$Lambda+0x000001d6825b2f60 +instanceKlass @bci net/bivrik/fancytoasts/core/Common ()V 85 argL0 ; # net/bivrik/fancytoasts/core/Common$$Lambda+0x000001d6825b2a90 +instanceKlass net/bivrik/fancytoasts/client/registry/AnimationRegistry +instanceKlass @bci net/bivrik/fancytoasts/core/Common ()V 72 argL0 ; # net/bivrik/fancytoasts/core/Common$$Lambda+0x000001d6825b21b8 +instanceKlass net/bivrik/fancytoasts/client/toast/animation/FancyToastAnimation +instanceKlass net/bivrik/fancytoasts/utility/DefaultLocations$Animations +instanceKlass net/bivrik/fancytoasts/client/registry/TextureRegistry +instanceKlass net/bivrik/fancytoasts/client/toast/DisplayData +instanceKlass net/bivrik/fancytoasts/platform/utility/Components +instanceKlass net/bivrik/fancytoasts/platform/utility/ResourceLocations +instanceKlass net/bivrik/fancytoasts/utility/DefaultLocations$Textures +instanceKlass net/bivrik/fancytoasts/core/Debug +instanceKlass net/bivrik/fancytoasts/client/registry/KeyBindingRegistry +instanceKlass @bci net/bivrik/fancytoasts/core/Common registerKeyBindings ()V 4 argL0 ; # net/bivrik/fancytoasts/core/Common$$Lambda+0x000001d6825abd40 +instanceKlass net/bivrik/fancytoasts/utility/KeyBinding$keyExecutor +instanceKlass net/bivrik/fancytoasts/core/Common +instanceKlass @bci java/util/Map$Entry comparingByKey ()Ljava/util/Comparator; 0 argL0 ; # java/util/Map$Entry$$Lambda+0x000001d68198d718 +instanceKlass sun/util/cldr/CLDRBaseLocaleDataMetaInfo$TZCanonicalIDMapHolder +instanceKlass sun/util/resources/provider/NonBaseLocaleDataMetaInfo +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter createSupportedLocaleString (Ljava/lang/String;)Ljava/lang/String; 6 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001d68198c488 +instanceKlass sun/util/locale/provider/BaseLocaleDataMetaInfo +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getTimeZoneNameProvider ()Ljava/util/spi/TimeZoneNameProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001d68198c018 +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getTimeZoneNameProvider ()Ljava/util/spi/TimeZoneNameProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x000001d68198b988 +instanceKlass sun/util/locale/provider/TimeZoneNameUtility$TimeZoneNameGetter +instanceKlass sun/util/locale/provider/TimeZoneNameUtility +instanceKlass sun/nio/cs/Surrogate +instanceKlass sun/nio/cs/Surrogate$Parser +instanceKlass @bci net/irisshaders/iris/gui/option/IrisVideoSettings ()V 68 argL0 ; # net/irisshaders/iris/gui/option/IrisVideoSettings$$Lambda+0x000001d6825aacf8 +instanceKlass @bci net/irisshaders/iris/gui/option/IrisVideoSettings getOverriddenShadowDistance (I)I 7 member ; # net/irisshaders/iris/gui/option/IrisVideoSettings$$Lambda+0x000001d6825aaac0 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2IntMap$BasicEntry +instanceKlass @bci net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder build ()Lnet/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat; 95 argL0 ; # net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder$$Lambda+0x000001d6825aa8a8 +instanceKlass @bci net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder build ()Lnet/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat; 85 argL0 ; # net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder$$Lambda+0x000001d6825aa290 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObjectSpliterator +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectArrayMap$ValuesCollection$1 +instanceKlass net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttribute +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/DefaultChunkMeshAttributes +instanceKlass net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder +instanceKlass net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/CompactChunkVertex +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkMeshFormats +instanceKlass net/irisshaders/iris/shaderpack/materialmap/WorldRenderingSettings +instanceKlass net/irisshaders/iris/pipeline/VanillaRenderingPipeline +instanceKlass @bci net/irisshaders/iris/Iris getPipelineManager ()Lnet/irisshaders/iris/pipeline/PipelineManager; 10 argL0 ; # net/irisshaders/iris/Iris$$Lambda+0x000001d6825a8448 +instanceKlass net/irisshaders/iris/pipeline/PipelineManager +instanceKlass @bci net/irisshaders/iris/gui/option/IrisVideoSettings ()V 44 argL0 ; # net/irisshaders/iris/gui/option/IrisVideoSettings$$Lambda+0x000001d6825a8000 +instanceKlass @bci net/irisshaders/iris/gui/option/IrisVideoSettings ()V 39 argL0 ; # net/irisshaders/iris/gui/option/IrisVideoSettings$$Lambda+0x000001d6825a4c00 +instanceKlass net/irisshaders/iris/gui/option/IrisVideoSettings +instanceKlass net/irisshaders/iris/config/IrisConfig +instanceKlass net/irisshaders/iris/compat/dh/DHCompat +instanceKlass net/neoforged/fml/IExtensionPoint +instanceKlass net/irisshaders/iris/platform/IrisForgeMod +instanceKlass net/irisshaders/iris/UpdateChecker +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3473 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a7800 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3443 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a75e8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3421 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a73c0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3391 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a71a8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3321 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6f80 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3308 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6d48 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3303 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6b30 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3294 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a66a0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3265 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6470 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3248 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6238 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3243 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a6000 +instanceKlass @bci net/minecraft/client/NarratorStatus ()V 70 argL0 ; # net/minecraft/client/NarratorStatus$$Lambda+0x000001d6825a3d58 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3225 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825a3948 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3202 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a34e0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3186 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a32a8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3181 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a3070 +instanceKlass @bci net/minecraft/client/ParticleStatus ()V 54 argL0 ; # net/minecraft/client/ParticleStatus$$Lambda+0x000001d6825a2e58 +instanceKlass @bci net/minecraft/client/OptionInstance$ClampingLazyMaxIntRange codec ()Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/client/OptionInstance$ClampingLazyMaxIntRange$$Lambda+0x000001d6825a27b8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3143 member ; # net/minecraft/client/Options$$Lambda+0x000001d6825a2588 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3127 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a2370 +instanceKlass net/minecraft/client/OptionInstance$SliderableOrCyclableValueSet +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3117 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a1bd8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3095 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a19b0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3081 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a1798 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3059 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a1570 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3047 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a1358 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3022 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a1130 +instanceKlass @cpi net/minecraft/client/Options 1874 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825a4800 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 3008 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0f18 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2983 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0cf0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2969 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0ad8 +instanceKlass @bci net/minecraft/client/OptionInstance$UnitDouble$1 codec ()Lcom/mojang/serialization/Codec; 30 member ; # net/minecraft/client/OptionInstance$UnitDouble$1$$Lambda+0x000001d6825a0898 +instanceKlass @cpi net/minecraft/client/OptionInstance$UnitDouble$1 117 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825a4400 +instanceKlass @bci net/minecraft/client/OptionInstance$UnitDouble$1 codec ()Lcom/mojang/serialization/Codec; 16 member ; # net/minecraft/client/OptionInstance$UnitDouble$1$$Lambda+0x000001d6825a0658 +instanceKlass @cpi net/minecraft/client/OptionInstance$UnitDouble$1 74 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6825a4000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2944 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0430 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2932 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0218 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2927 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825a0000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2919 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259fd78 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2894 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259fb50 +instanceKlass net/minecraft/client/OptionInstance$UnitDouble$1 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2877 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259f698 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2872 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259f480 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2864 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259f268 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2839 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259f040 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2827 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259ee28 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2802 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259ec00 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2796 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259e9e8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2775 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259e7c0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2760 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259e588 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2755 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259e350 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 2736 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68259e138 +instanceKlass @bci org/apache/commons/lang3/ClassUtils ()V 472 argL0 ; # org/apache/commons/lang3/ClassUtils$$Lambda+0x000001d68258e750 +instanceKlass @bci org/apache/commons/lang3/ClassUtils ()V 467 argL0 ; # org/apache/commons/lang3/ClassUtils$$Lambda+0x000001d68258e518 +instanceKlass @bci org/apache/commons/lang3/ClassUtils ()V 327 argL0 ; # org/apache/commons/lang3/ClassUtils$$Lambda+0x000001d68258e2f0 +instanceKlass @bci org/apache/commons/lang3/ClassUtils ()V 0 argL0 ; # org/apache/commons/lang3/ClassUtils$$Lambda+0x000001d68258e060 +instanceKlass org/apache/commons/lang3/ClassUtils +instanceKlass org/apache/commons/lang3/ObjectUtils$Null +instanceKlass org/apache/commons/lang3/ObjectUtils +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1954 member ; # net/minecraft/client/Options$$Lambda+0x000001d68259c788 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1920 member ; # net/minecraft/client/Options$$Lambda+0x000001d68259c568 +instanceKlass @bci net/neoforged/neoforge/client/settings/KeyMappingLookup put (Lcom/mojang/blaze3d/platform/InputConstants$Key;Lnet/minecraft/client/KeyMapping;)V 20 argL0 ; # net/neoforged/neoforge/client/settings/KeyMappingLookup$$Lambda+0x000001d68259c330 +instanceKlass net/minecraft/client/KeyMapping$Anonymous$f79152dc40d649aab5a7870f499dc383 +instanceKlass net/neoforged/fml/util/ObfuscationReflectionHelper +instanceKlass @bci net/minecraft/client/KeyMapping ()V 25 argL0 ; # net/minecraft/client/KeyMapping$$Lambda+0x000001d68259afb8 +instanceKlass @bci com/mojang/blaze3d/platform/InputConstants$Type getOrCreate (I)Lcom/mojang/blaze3d/platform/InputConstants$Key; 6 member ; # com/mojang/blaze3d/platform/InputConstants$Type$$Lambda+0x000001d68259aae8 +instanceKlass @bci net/minecraft/util/LazyLoadedValue (Ljava/util/function/Supplier;)V 11 member ; # net/minecraft/util/LazyLoadedValue$$Lambda+0x000001d68259a8b0 +instanceKlass @bci com/mojang/blaze3d/platform/InputConstants$Key (Ljava/lang/String;Lcom/mojang/blaze3d/platform/InputConstants$Type;I)V 27 member ; # com/mojang/blaze3d/platform/InputConstants$Key$$Lambda+0x000001d68259a690 +instanceKlass net/minecraft/util/LazyLoadedValue +instanceKlass @bci com/mojang/blaze3d/platform/InputConstants$Type ()V 49 argL0 ; # com/mojang/blaze3d/platform/InputConstants$Type$$Lambda+0x000001d68259a068 +instanceKlass @bci com/mojang/blaze3d/platform/InputConstants$Type ()V 29 argL0 ; # com/mojang/blaze3d/platform/InputConstants$Type$$Lambda+0x000001d682599e40 +instanceKlass @bci com/mojang/blaze3d/platform/InputConstants$Type ()V 9 argL0 ; # com/mojang/blaze3d/platform/InputConstants$Type$$Lambda+0x000001d682599c18 +instanceKlass com/mojang/blaze3d/platform/InputConstants +instanceKlass com/mojang/blaze3d/platform/InputConstants$Key +instanceKlass com/blamejared/controlling/mixin/AccessInputConstantsKey +instanceKlass net/neoforged/neoforge/client/settings/KeyMappingLookup +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1746 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682590400 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1734 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682590c40 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1712 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682590a18 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1700 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682590800 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1667 member ; # net/minecraft/client/Options$$Lambda+0x000001d682591cc8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1639 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682591aa0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1627 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682591888 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1605 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682591660 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1599 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682591448 +instanceKlass @bci net/minecraft/client/Options createSoundSliderOptionInstance (Ljava/lang/String;Lnet/minecraft/sounds/SoundSource;)Lnet/minecraft/client/OptionInstance; 21 member ; # net/minecraft/client/Options$$Lambda+0x000001d682591218 +instanceKlass @bci net/minecraft/client/Options createSoundSliderOptionInstance (Ljava/lang/String;Lnet/minecraft/sounds/SoundSource;)Lnet/minecraft/client/OptionInstance; 8 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682591000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1570 member ; # net/minecraft/client/Options$$Lambda+0x000001d682593dd0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1536 member ; # net/minecraft/client/Options$$Lambda+0x000001d682593ba0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1474 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682593978 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1447 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682593750 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1420 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682593528 +instanceKlass @bci net/minecraft/client/OptionInstance createBoolean (Ljava/lang/String;Z)Lnet/minecraft/client/OptionInstance; 5 argL0 ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d682593300 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1333 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825930d8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1317 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592eb0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1288 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592c98 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1283 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592a80 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1266 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592868 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1244 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592640 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1224 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682592428 +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 109 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d682592000 +instanceKlass net/minecraft/client/tutorial/CompletedTutorialStepInstance +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 89 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d682597a70 +instanceKlass net/minecraft/client/tutorial/CraftPlanksTutorialStep +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 69 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d6825975a0 +instanceKlass net/minecraft/client/tutorial/OpenInventoryTutorialStep +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 49 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d6825970d0 +instanceKlass net/minecraft/client/tutorial/PunchTreeTutorialStepInstance +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 29 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d682596c00 +instanceKlass net/minecraft/client/tutorial/FindTreeTutorialStepInstance +instanceKlass @bci net/minecraft/client/tutorial/TutorialSteps ()V 9 argL0 ; # net/minecraft/client/tutorial/TutorialSteps$$Lambda+0x000001d682596730 +instanceKlass net/minecraft/client/tutorial/Tutorial +instanceKlass net/minecraft/client/gui/components/toasts/Toast +instanceKlass net/minecraft/client/tutorial/MovementTutorialStepInstance +instanceKlass net/minecraft/client/tutorial/TutorialStepInstance +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1185 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825959c0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1169 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682595788 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1164 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682595550 +instanceKlass @bci net/minecraft/client/AttackIndicatorStatus ()V 54 argL0 ; # net/minecraft/client/AttackIndicatorStatus$$Lambda+0x000001d682595338 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1121 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594cb0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1103 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594a98 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1081 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594870 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1060 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594658 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1055 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594440 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1040 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594228 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 1015 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682594000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 996 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258bc30 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 991 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258ba18 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 976 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258b800 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 954 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258b5d8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 942 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258b3c0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 920 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258b198 +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$1 run ()V 20 member ; # com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$1$$Lambda+0x000001d68258af68 +instanceKlass net/minecraft/client/gui/components/ChatComponent +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo fetch (Ljava/net/URL;Lcom/mojang/authlib/minecraft/client/MinecraftClient;)Ljava/util/Optional; 58 member ; # com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$$Lambda+0x000001d68258aa68 +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo parseList (Ljava/util/List;)Ljava/util/List; 14 argL0 ; # com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$$Lambda+0x000001d68258a830 +instanceKlass com/wulian/chatimpressiveanimation/mixin/ChatHudAccessor +# instanceKlass com/google/gson/internal/reflect/ReflectionHelper$RecordSupportedHelper$$InjectedInvoker+0x000001d682590000 +instanceKlass javax/annotation/Nonnull +instanceKlass javax/annotation/Nullable +instanceKlass org/apache/commons/io/Charsets +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 906 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68258a218 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 884 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682589ff0 +instanceKlass @bci org/apache/commons/io/IOUtils ()V 53 argL0 ; # org/apache/commons/io/IOUtils$$Lambda+0x000001d68258c000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 872 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682589dd8 +instanceKlass @bci org/apache/commons/io/IOUtils ()V 36 argL0 ; # org/apache/commons/io/IOUtils$$Lambda+0x000001d682537cf0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 850 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682589bb0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 838 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682589998 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 816 member ; # net/minecraft/client/Options$$Lambda+0x000001d682589768 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 721 member ; # net/minecraft/client/Options$$Lambda+0x000001d682589100 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 698 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588ed8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 686 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588cc0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 664 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588a98 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 650 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588880 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 628 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588658 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 609 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588440 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 584 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588218 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 572 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682588000 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 550 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682578400 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 538 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682578c60 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 516 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682578a38 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 500 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682578800 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 495 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682579d10 +instanceKlass @bci net/minecraft/world/entity/player/ChatVisiblity ()V 54 argL0 ; # net/minecraft/world/entity/player/ChatVisiblity$$Lambda+0x000001d682579af8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 443 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682579470 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 427 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682579238 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 422 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682579000 +instanceKlass @bci net/minecraft/client/PrioritizeChunkUpdates ()V 54 argL0 ; # net/minecraft/client/PrioritizeChunkUpdates$$Lambda+0x000001d682587cf0 +instanceKlass org/apache/commons/io/IOUtils +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 401 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825878e8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 382 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682587450 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 366 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682587228 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 350 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682586ff0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 345 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682586db8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 337 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682586ba0 +instanceKlass net/minecraft/client/OptionInstance$CycleableValueSet$ValueSetter +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 332 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682586790 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 311 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682586548 +instanceKlass @bci net/minecraft/client/GraphicsStatus ()V 54 argL0 ; # net/minecraft/client/GraphicsStatus$$Lambda+0x000001d682586330 +instanceKlass sun/net/www/http/KeepAliveStreamCleaner$2 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 290 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682585cb8 +instanceKlass sun/net/www/http/KeepAliveStreamCleaner$1 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 285 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682585aa0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 266 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682585608 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 252 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825853d0 +instanceKlass @bci net/minecraft/client/CloudStatus ()V 60 argL0 ; # net/minecraft/client/CloudStatus$$Lambda+0x000001d6825851b8 +instanceKlass @bci net/minecraft/client/OptionInstance forOptionEnum ()Lnet/minecraft/client/OptionInstance$CaptionBasedToString; 0 argL0 ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d682584b00 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 211 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825848d8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 190 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825846c0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 185 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d6825844a8 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 170 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682584290 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 148 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682584068 +instanceKlass net/minecraft/client/OptionInstance$IntRangeBase$1 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 127 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682583bb0 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 122 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d682583998 +instanceKlass net/minecraft/client/OptionInstance$IntRangeBase +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 107 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68257bb68 +instanceKlass @bci net/minecraft/client/OptionInstance$UnitDouble codec ()Lcom/mojang/serialization/Codec; 8 argL0 ; # net/minecraft/client/OptionInstance$UnitDouble$$Lambda+0x000001d68257b930 +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 80 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68257b708 +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/CustomizableSlider +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinAbstractSliderButton +instanceKlass net/minecraft/client/OptionInstance$SliderableValueSet +instanceKlass @bci net/minecraft/client/Options (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V 66 argL0 ; # net/minecraft/client/Options$$Lambda+0x000001d68257a680 +instanceKlass @bci net/minecraft/client/OptionInstance noTooltip ()Lnet/minecraft/client/OptionInstance$TooltipSupplier; 0 argL0 ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d68257a468 +instanceKlass @bci net/minecraft/client/OptionInstance (Ljava/lang/String;Lnet/minecraft/client/OptionInstance$TooltipSupplier;Lnet/minecraft/client/OptionInstance$CaptionBasedToString;Lnet/minecraft/client/OptionInstance$ValueSet;Lcom/mojang/serialization/Codec;Ljava/lang/Object;Ljava/util/function/Consumer;)V 20 member ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d68257a228 +instanceKlass @bci net/minecraft/client/OptionInstance createBoolean (Ljava/lang/String;Lnet/minecraft/client/OptionInstance$TooltipSupplier;Z)Lnet/minecraft/client/OptionInstance; 3 argL0 ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d68257a000 +instanceKlass @bci net/minecraft/client/OptionInstance cachedConstantTooltip (Lnet/minecraft/network/chat/Component;)Lnet/minecraft/client/OptionInstance$TooltipSupplier; 1 member ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d68257fc80 +instanceKlass net/minecraft/client/gui/components/Tooltip +instanceKlass traben/entity_texture_features/mixin/mixins/accessor/TooltipAccessor +instanceKlass net/minecraft/client/OptionInstance$TooltipSupplier +instanceKlass @bci net/minecraft/client/OptionInstance ()V 28 argL0 ; # net/minecraft/client/OptionInstance$$Lambda+0x000001d68257f428 +instanceKlass net/minecraft/client/OptionInstance$CaptionBasedToString +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/UniqueLabeledSwitchCycleButton +instanceKlass net/minecraft/client/OptionInstance$CycleableValueSet +instanceKlass net/minecraft/client/OptionInstance +instanceKlass com/ishland/c2me/client/uncapvd/mixin/ISimpleOption +instanceKlass dev/isxander/yacl3/mixin/OptionInstanceAccessor +instanceKlass io/homo/superresolution/common/mixin/core/accessor/OptionInstanceAccessor +instanceKlass net/minecraft/client/Options$FieldAccess +instanceKlass net/minecraft/client/Options$OptionAccess +instanceKlass net/minecraft/client/OptionInstance$ValueSet +instanceKlass net/minecraft/client/Options +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinOptions +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682578000 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 318 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577bb0 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 295 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577998 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 272 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577780 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 249 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577568 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 226 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577350 +instanceKlass @bci net/countered/terrainslabs/TerrainSlabsClient onInitializeClient ()V 203 argL0 ; # net/countered/terrainslabs/TerrainSlabsClient$$Lambda+0x000001d682577138 +instanceKlass net/fabricmc/fabric/impl/client/rendering/ColorProviderRegistryImpl +instanceKlass net/fabricmc/fabric/api/client/rendering/v1/ColorProviderRegistry +instanceKlass @bci net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl ()V 56 argL0 ; # net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl$$Lambda+0x000001d682576638 +instanceKlass @bci net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl ()V 48 argL0 ; # net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl$$Lambda+0x000001d682576410 +instanceKlass @bci net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl ()V 40 argL0 ; # net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl$$Lambda+0x000001d6825761e8 +instanceKlass net/fabricmc/fabric/impl/blockrenderlayer/BlockRenderLayerMapImpl +instanceKlass net/fabricmc/fabric/api/blockrenderlayer/v1/BlockRenderLayerMap +instanceKlass net/countered/terrainslabs/TerrainSlabsClient +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 789 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682575948 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 737 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682575730 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 696 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682575518 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 655 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682575300 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 614 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d6825750e8 +instanceKlass sun/security/rsa/MGF1 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 574 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682574b70 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 541 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d6825745b0 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 499 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682573db0 +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 464 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d6825735a0 +instanceKlass me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection$Provider +instanceKlass me/pepperbell/continuity/client/processor/simple/FixedSpriteProvider$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 423 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682572bc0 +instanceKlass me/pepperbell/continuity/client/processor/simple/RepeatSpriteProvider$Factory +instanceKlass me/pepperbell/continuity/client/properties/RepeatCtmProperties$Validator +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 383 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682572540 +instanceKlass me/pepperbell/continuity/client/processor/simple/RandomSpriteProvider$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 350 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682571d60 +instanceKlass me/pepperbell/continuity/client/util/RandomIndexProvider$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 316 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682571380 +instanceKlass me/pepperbell/continuity/client/processor/simple/VerticalHorizontalSpriteProvider$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 266 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682570f28 +instanceKlass java/security/spec/ECPublicKeySpec +instanceKlass me/pepperbell/continuity/client/processor/simple/HorizontalVerticalSpriteProvider$Factory +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHECredentials +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 216 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682570ad0 +instanceKlass me/pepperbell/continuity/client/processor/simple/VerticalSpriteProvider$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 176 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682570678 +instanceKlass me/pepperbell/continuity/client/processor/simple/HorizontalSpriteProvider$Factory +instanceKlass me/pepperbell/continuity/client/properties/TileAmountValidator$Exactly +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 127 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682570000 +instanceKlass me/pepperbell/continuity/client/processor/CompactCtmQuadProcessor$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 93 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d68256cb90 +instanceKlass me/pepperbell/continuity/client/ContinuityClient$1 +instanceKlass me/pepperbell/continuity/api/client/CachingPredicates +instanceKlass me/pepperbell/continuity/client/processor/BaseCachingPredicates$Factory +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient wrapWithOptifineOnlyCheck (Lme/pepperbell/continuity/api/client/CtmProperties$Factory;)Lme/pepperbell/continuity/api/client/CtmProperties$Factory; 1 member ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d68256d678 +instanceKlass @bci me/pepperbell/continuity/client/properties/TileAmountValidator wrapFactory (Lme/pepperbell/continuity/api/client/CtmProperties$Factory;Lme/pepperbell/continuity/client/properties/TileAmountValidator;)Lme/pepperbell/continuity/api/client/CtmProperties$Factory; 2 member ; # me/pepperbell/continuity/client/properties/TileAmountValidator$$Lambda+0x000001d68256d458 +instanceKlass @cpi me/pepperbell/continuity/client/properties/TileAmountValidator 37 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68256c400 +instanceKlass @bci me/pepperbell/continuity/client/properties/BaseCtmProperties wrapFactory (Lme/pepperbell/continuity/api/client/CtmProperties$Factory;)Lme/pepperbell/continuity/api/client/CtmProperties$Factory; 1 member ; # me/pepperbell/continuity/client/properties/BaseCtmProperties$$Lambda+0x000001d68256d238 +instanceKlass @bci net/minecraft/client/resources/model/Material ()V 8 argL0 ; # net/minecraft/client/resources/model/Material$$Lambda+0x000001d68256d000 +instanceKlass @bci net/minecraft/client/resources/model/Material ()V 0 argL0 ; # net/minecraft/client/resources/model/Material$$Lambda+0x000001d68256fd20 +instanceKlass net/minecraft/client/resources/model/Material +instanceKlass @bci net/minecraft/server/packs/resources/ResourceMetadata ()V 10 argL0 ; # net/minecraft/server/packs/resources/ResourceMetadata$$Lambda+0x000001d68256f8d0 +instanceKlass net/minecraft/server/packs/resources/IoSupplier +instanceKlass net/minecraft/server/packs/resources/ResourceMetadata$1 +instanceKlass net/minecraft/server/packs/resources/ResourceMetadata$Builder$1 +instanceKlass net/minecraft/client/resources/metadata/animation/AnimationFrame +instanceKlass @bci net/mehvahdjukaar/polytone/texture/IDeltaProvider$PresetProvider ()V 84 argL0 ; # net/mehvahdjukaar/polytone/texture/IDeltaProvider$PresetProvider$$Lambda+0x000001d68256ee48 +instanceKlass net/minecraft/client/resources/metadata/animation/AnimationMetadataSectionSerializer +instanceKlass net/mehvahdjukaar/polytone/texture/IDeltaProvider +instanceKlass net/minecraft/client/resources/metadata/animation/AnimationMetadataSection +instanceKlass net/mehvahdjukaar/polytone/texture/IDeltaProviderContext +instanceKlass net/irisshaders/iris/mixin/texture/AnimationMetadataSectionAccessor +instanceKlass net/minecraft/server/packs/resources/ResourceMetadata +instanceKlass net/minecraft/server/packs/resources/ResourceMetadata$Builder +instanceKlass net/minecraft/client/renderer/texture/MissingTextureAtlasSprite +instanceKlass me/pepperbell/continuity/client/util/TextureUtil +instanceKlass me/pepperbell/continuity/client/processor/simple/SpriteProvider +instanceKlass me/pepperbell/continuity/client/processor/simple/CtmSpriteProvider$Factory +instanceKlass me/pepperbell/continuity/api/client/QuadProcessor +instanceKlass me/pepperbell/continuity/client/processor/ProcessingPredicate +instanceKlass me/pepperbell/continuity/client/processor/AbstractQuadProcessorFactory +instanceKlass me/pepperbell/continuity/client/properties/TileAmountValidator$AtLeast +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 43 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d68256a080 +instanceKlass @cpi me/pepperbell/continuity/client/ContinuityClient 194 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68256c000 +instanceKlass me/pepperbell/continuity/client/processor/ConnectionPredicate +instanceKlass me/pepperbell/continuity/client/properties/BaseCtmProperties +instanceKlass me/pepperbell/continuity/api/client/CtmProperties +instanceKlass me/pepperbell/continuity/api/client/CtmProperties$Factory +instanceKlass me/pepperbell/continuity/impl/client/CtmLoaderRegistryImpl +instanceKlass me/pepperbell/continuity/api/client/CtmLoaderRegistry +instanceKlass net/minecraft/util/Tuple +instanceKlass net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator$1 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator ()V 28 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator$$Lambda+0x000001d682568248 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator ()V 20 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator$$Lambda+0x000001d682568000 +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator ()V 12 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator$$Lambda+0x000001d682563cb8 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ModResourcePackCreator +instanceKlass @bci cpw/mods/niofs/union/UnionPath checkArraysMatch ([Ljava/lang/String;[Ljava/lang/String;Z)Z 20 argL0 ; # cpw/mods/niofs/union/UnionPath$$Lambda+0x000001d682564000 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ModNioResourcePack +instanceKlass net/fabricmc/fabric/api/resource/ModResourcePack +instanceKlass @bci me/pepperbell/continuity/client/ContinuityClient onInitializeClient ()V 31 argL0 ; # me/pepperbell/continuity/client/ContinuityClient$$Lambda+0x000001d682562ee8 +instanceKlass me/pepperbell/continuity/client/resource/CustomBlockLayers$ReloadListener +instanceKlass @bci net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl get (Lnet/minecraft/server/packs/PackType;)Lnet/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl; 4 argL0 ; # net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl$$Lambda+0x000001d6825627d8 +instanceKlass net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl$ListenerFactory +instanceKlass net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl +instanceKlass net/fabricmc/fabric/api/resource/ResourceManagerHelper +instanceKlass net/fabricmc/fabric/api/resource/ResourceReloadListenerKeys +instanceKlass me/pepperbell/continuity/client/util/RenderUtil$ReloadListener +instanceKlass net/fabricmc/fabric/api/resource/SimpleSynchronousResourceReloadListener +instanceKlass net/fabricmc/fabric/impl/client/model/loading/ModelLoadingPluginManager +instanceKlass @bci me/pepperbell/continuity/client/resource/ModelWrappingHandler init ()V 0 argL0 ; # me/pepperbell/continuity/client/resource/ModelWrappingHandler$$Lambda+0x000001d6825616d8 +instanceKlass net/fabricmc/fabric/api/client/model/loading/v1/ModelLoadingPlugin$Context +instanceKlass net/fabricmc/fabric/api/client/model/loading/v1/ModelLoadingPlugin +instanceKlass me/pepperbell/continuity/client/resource/ModelWrappingHandler +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 87 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d682560eb0 +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 82 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d682560c98 +instanceKlass me/pepperbell/continuity/client/processor/overlay/SimpleOverlayQuadProcessor$OverlayEmitterPool +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 69 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d682560858 +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 64 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d682560640 +instanceKlass me/pepperbell/continuity/client/processor/overlay/StandardOverlayQuadProcessor$OverlayEmitterPool +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 51 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d682560210 +instanceKlass me/pepperbell/continuity/client/processor/CompactCtmQuadProcessor$VertexContainer +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 38 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d68255fbf0 +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 33 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d68255f9d8 +instanceKlass me/pepperbell/continuity/client/processor/BaseProcessingPredicate$BlockEntityNameCache +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 20 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d68255f598 +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 15 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d68255f380 +instanceKlass me/pepperbell/continuity/client/processor/BaseProcessingPredicate$BiomeCache +instanceKlass me/pepperbell/continuity/impl/client/ProcessingDataKeyImpl +instanceKlass @bci me/pepperbell/continuity/client/processor/ProcessingDataKeys ()V 2 argL0 ; # me/pepperbell/continuity/client/processor/ProcessingDataKeys$$Lambda+0x000001d68255ecf8 +instanceKlass me/pepperbell/continuity/client/processor/ProcessingDataKeys +instanceKlass @bci me/pepperbell/continuity/client/util/biome/BiomeHolderManager init ()V 3 argL0 ; # me/pepperbell/continuity/client/util/biome/BiomeHolderManager$$Lambda+0x000001d68255e8e0 +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Disconnect;)Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Disconnect; 1 member ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255e6c0 +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255e488 +instanceKlass net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Disconnect +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Join;)Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Join; 1 member ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255de80 +instanceKlass net/fabricmc/fabric/api/networking/v1/PacketSender +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255da50 +instanceKlass net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Join +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Init;)Lnet/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Init; 1 member ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255d448 +instanceKlass net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl +instanceKlass io/wispforest/owo/mixin/ClientCommonNetworkHandlerAccessor +instanceKlass net/emilsg/clutterbestiary/mixin/ClientCommonNetworkHandlerAccessor +instanceKlass net/createmod/ponder/mixin/client/accessor/ClientPacketListenerAccessor +instanceKlass dev/latvian/mods/kubejs/core/ClientPacketListenerKJS +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinClientPacketListener +instanceKlass xaero/map/core/IWorldMapClientPlayNetHandler +instanceKlass xaero/common/core/IXaeroMinimapClientPlayNetHandler +instanceKlass org/sinytra/fabric/networking_api/NeoListenableNetworkHandler +instanceKlass net/minecraft/network/TickablePacketListener +instanceKlass net/minecraft/network/protocol/game/ClientGamePacketListener +instanceKlass net/minecraft/network/protocol/common/ClientCommonPacketListener +instanceKlass net/neoforged/neoforge/common/extensions/IClientCommonPacketListenerExtension +instanceKlass net/neoforged/neoforge/common/extensions/ICommonPacketListener +instanceKlass net/minecraft/network/protocol/ping/ClientPongPacketListener +instanceKlass @bci net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$$Lambda+0x000001d68255a0c0 +instanceKlass net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents$Init +instanceKlass net/fabricmc/fabric/api/client/networking/v1/ClientPlayConnectionEvents +instanceKlass me/pepperbell/continuity/client/util/biome/BiomeHolderManager +instanceKlass @bci me/pepperbell/continuity/impl/client/ProcessingDataKeyRegistryImpl init ()V 4 member ; # me/pepperbell/continuity/impl/client/ProcessingDataKeyRegistryImpl$$Lambda+0x000001d6825596b8 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStopping;)Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStopping; 1 member ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$$Lambda+0x000001d682559498 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$$Lambda+0x000001d682559260 +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStopping +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStarted;)Lnet/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStarted; 1 member ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$$Lambda+0x000001d682558c58 +instanceKlass @bci net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$$Lambda+0x000001d682558a20 +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents$ClientStarted +instanceKlass net/fabricmc/fabric/api/client/event/lifecycle/v1/ClientLifecycleEvents +instanceKlass me/pepperbell/continuity/api/client/ProcessingDataKey +instanceKlass me/pepperbell/continuity/impl/client/ProcessingDataKeyRegistryImpl +instanceKlass me/pepperbell/continuity/api/client/ProcessingDataKeyRegistry +instanceKlass me/pepperbell/continuity/api/client/CachingPredicates$Factory +instanceKlass me/pepperbell/continuity/api/client/CtmLoader +instanceKlass me/pepperbell/continuity/client/properties/TileAmountValidator +instanceKlass me/pepperbell/continuity/api/client/QuadProcessor$Factory +instanceKlass me/pepperbell/continuity/client/processor/simple/SpriteProvider$Factory +instanceKlass me/pepperbell/continuity/client/ContinuityClient +instanceKlass @bci org/sinytra/connector/mod/ConnectorLoader load ()V 65 argL0 ; # org/sinytra/connector/mod/ConnectorLoader$$Lambda+0x000001d6825577a8 +instanceKlass net/fabricmc/api/ClientModInitializer +instanceKlass @bci net/countered/terrainslabs/callbacks/RegisterCallbacks registerSlabPlacementCallback ()V 3 argL0 ; # net/countered/terrainslabs/callbacks/RegisterCallbacks$$Lambda+0x000001d682557590 +instanceKlass @bci net/fabricmc/fabric/api/event/EventFactory createArrayBacked (Ljava/lang/Class;Ljava/lang/Object;Ljava/util/function/Function;)Lnet/fabricmc/fabric/api/event/Event; 3 member ; # net/fabricmc/fabric/api/event/EventFactory$$Lambda+0x000001d682557350 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents ()V 46 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682557118 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents ()V 41 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682556d10 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$LevelTypeChange +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents lambda$static$5 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Unload;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Unload; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d6825566b8 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents ()V 28 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682556480 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Unload +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Generate;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Generate; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682555e78 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682555c40 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Generate +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Load;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Load; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682555638 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$$Lambda+0x000001d682555400 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents$Load +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/ServerChunkEvents +instanceKlass @bci net/countered/terrainslabs/callbacks/RegisterCallbacks registerPlaceOnTopCallback ()V 3 argL0 ; # net/countered/terrainslabs/callbacks/RegisterCallbacks$$Lambda+0x000001d682554c00 +instanceKlass @bci net/fabricmc/fabric/api/event/player/UseBlockCallback lambda$static$1 ([Lnet/fabricmc/fabric/api/event/player/UseBlockCallback;)Lnet/fabricmc/fabric/api/event/player/UseBlockCallback; 1 member ; # net/fabricmc/fabric/api/event/player/UseBlockCallback$$Lambda+0x000001d6825549e0 +instanceKlass @cpi io/wispforest/accessories/api/events/OnDropCallback 47 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682540400 +instanceKlass @bci net/fabricmc/fabric/api/event/player/UseBlockCallback ()V 2 argL0 ; # net/fabricmc/fabric/api/event/player/UseBlockCallback$$Lambda+0x000001d6825547a8 +instanceKlass net/fabricmc/fabric/api/event/player/UseBlockCallback +instanceKlass net/countered/terrainslabs/callbacks/RegisterCallbacks +instanceKlass net/countered/terrainslabs/item/ShovelPathSlab +instanceKlass @bci net/countered/terrainslabs/item/ModItemGroups ()V 29 argL0 ; # net/countered/terrainslabs/item/ModItemGroups$$Lambda+0x000001d682553da8 +instanceKlass @bci net/countered/terrainslabs/item/ModItemGroups ()V 21 argL0 ; # net/countered/terrainslabs/item/ModItemGroups$$Lambda+0x000001d682553b90 +instanceKlass net/fabricmc/fabric/api/itemgroup/v1/FabricItemGroup +instanceKlass net/countered/terrainslabs/item/ModItemGroups +instanceKlass @bci net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl ()V 26 argL0 ; # net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl$$Lambda+0x000001d6825532b8 +instanceKlass @bci net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl ()V 16 argL0 ; # net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl$$Lambda+0x000001d6825530a0 +instanceKlass @bci net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl ()V 8 argL0 ; # net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl$$Lambda+0x000001d682552e88 +instanceKlass net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl$ModifierRecord +instanceKlass net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl +instanceKlass @bci net/fabricmc/fabric/api/biome/v1/BiomeModifications addFeature (Ljava/util/function/Predicate;Lnet/minecraft/world/level/levelgen/GenerationStep$Decoration;Lnet/minecraft/resources/ResourceKey;)V 13 member ; # net/fabricmc/fabric/api/biome/v1/BiomeModifications$$Lambda+0x000001d682552820 +instanceKlass net/fabricmc/fabric/api/biome/v1/BiomeModificationContext +instanceKlass net/fabricmc/fabric/api/biome/v1/BiomeModification +instanceKlass net/fabricmc/fabric/api/biome/v1/BiomeModifications +instanceKlass net/countered/terrainslabs/worldgen/feature/ModPlacedFeatures +instanceKlass @bci net/fabricmc/fabric/api/biome/v1/BiomeSelectors all ()Ljava/util/function/Predicate; 0 argL0 ; # net/fabricmc/fabric/api/biome/v1/BiomeSelectors$$Lambda+0x000001d682551998 +instanceKlass net/fabricmc/fabric/api/biome/v1/BiomeSelectionContext +instanceKlass net/fabricmc/fabric/api/biome/v1/BiomeSelectors +instanceKlass net/countered/terrainslabs/worldgen/slabfeature/ModSlabGeneration +instanceKlass net/countered/terrainslabs/worldgen/feature/ModAddedFeatures +instanceKlass @bci net/countered/terrainslabs/block/ModBlocksRegistry ()V 657 argL0 ; # net/countered/terrainslabs/block/ModBlocksRegistry$$Lambda+0x000001d68253fc88 +instanceKlass @bci net/countered/terrainslabs/block/customslabs/specialslabs/GravityAffectedSlab ()V 0 argL0 ; # net/countered/terrainslabs/block/customslabs/specialslabs/GravityAffectedSlab$$Lambda+0x000001d68253fa50 +instanceKlass @bci net/countered/terrainslabs/block/ModBlocksRegistry ()V 253 argL0 ; # net/countered/terrainslabs/block/ModBlocksRegistry$$Lambda+0x000001d68253f838 +instanceKlass @bci net/countered/terrainslabs/block/customslabs/soilslabs/PathSlab ()V 0 argL0 ; # net/countered/terrainslabs/block/customslabs/soilslabs/PathSlab$$Lambda+0x000001d68253f600 +instanceKlass @bci net/countered/terrainslabs/block/customslabs/soilslabs/PodzolSlab ()V 0 argL0 ; # net/countered/terrainslabs/block/customslabs/soilslabs/PodzolSlab$$Lambda+0x000001d68253f3c8 +instanceKlass @bci net/countered/terrainslabs/block/customslabs/soilslabs/MyceliumSlab ()V 0 argL0 ; # net/countered/terrainslabs/block/customslabs/soilslabs/MyceliumSlab$$Lambda+0x000001d68254fd50 +instanceKlass @bci net/countered/terrainslabs/block/customslabs/soilslabs/GrassSlab ()V 0 argL0 ; # net/countered/terrainslabs/block/customslabs/soilslabs/GrassSlab$$Lambda+0x000001d68254fb18 +instanceKlass @bci net/countered/terrainslabs/block/ModBlocksRegistry ()V 33 argL0 ; # net/countered/terrainslabs/block/ModBlocksRegistry$$Lambda+0x000001d682547d40 +instanceKlass net/countered/terrainslabs/block/ModBlocksRegistry +instanceKlass @bci net/countered/terrainslabs/persistence/SlabChunkAttachment lambda$static$1 (Lnet/fabricmc/fabric/api/attachment/v1/AttachmentRegistry$Builder;)V 12 argL0 ; # net/countered/terrainslabs/persistence/SlabChunkAttachment$$Lambda+0x000001d68253efb0 +instanceKlass @bci net/countered/terrainslabs/persistence/SlabChunkAttachment ()V 25 argL0 ; # net/countered/terrainslabs/persistence/SlabChunkAttachment$$Lambda+0x000001d68253ed88 +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentType defaultCopyHandler (Lnet/neoforged/neoforge/attachment/IAttachmentSerializer;)Lnet/neoforged/neoforge/attachment/IAttachmentCopyHandler; 11 member ; # net/neoforged/neoforge/attachment/AttachmentType$$Lambda+0x000001d68253e918 +instanceKlass net/neoforged/neoforge/attachment/IAttachmentCopyHandler +instanceKlass net/neoforged/neoforge/attachment/AttachmentType$Builder$1 +instanceKlass com/google/common/base/Predicates +instanceKlass net/neoforged/neoforge/attachment/AttachmentSyncHandler +instanceKlass net/neoforged/neoforge/attachment/AttachmentType$Builder +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentType builder (Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/attachment/AttachmentType$Builder; 1 member ; # net/neoforged/neoforge/attachment/AttachmentType$$Lambda+0x000001d68253de60 +instanceKlass @bci net/countered/terrainslabs/persistence/SlabChunkAttachment lambda$static$0 (Lnet/fabricmc/fabric/api/attachment/v1/AttachmentRegistry$Builder;)V 12 argL0 ; # net/countered/terrainslabs/persistence/SlabChunkAttachment$$Lambda+0x000001d68253dc48 +instanceKlass net/fabricmc/fabric/api/attachment/v1/AttachmentType +instanceKlass net/neoforged/neoforge/attachment/IAttachmentSerializer +instanceKlass net/fabricmc/fabric/impl/attachment/AttachmentRegistryImpl$BuilderImpl +instanceKlass net/fabricmc/fabric/impl/attachment/AttachmentRegistryImpl +instanceKlass net/fabricmc/fabric/api/attachment/v1/AttachmentRegistry +instanceKlass @bci net/countered/terrainslabs/persistence/SlabChunkAttachment ()V 7 argL0 ; # net/countered/terrainslabs/persistence/SlabChunkAttachment$$Lambda+0x000001d68253cfc8 +instanceKlass net/fabricmc/fabric/api/attachment/v1/AttachmentRegistry$Builder +instanceKlass net/countered/terrainslabs/persistence/SlabChunkAttachment +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig loadValuesFromJson ()V 35 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d68253c9a8 +instanceKlass @bci jdk/internal/reflect/MethodHandleIntegerFieldAccessorImpl setInt (Ljava/lang/Object;I)V 29 ; # java/lang/invoke/LambdaForm$MH+0x000001d682540000 +instanceKlass com/google/gson/internal/$Gson$Types$WildcardTypeImpl +instanceKlass com/google/gson/FieldAttributes +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 215 member ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d68253c788 +instanceKlass net/minecraft/client/gui/components/AbstractWidget +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/CustomizableWidget +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/UniqueWidget +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinAbstractWidget +instanceKlass it/hurts/octostudios/octolib/mixin/AbstractWidgetAccessor +instanceKlass io/wispforest/owo/mixin/ui/access/ClickableWidgetAccessor +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinAbstractWidget +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/AbstractWidgetAccessor +instanceKlass io/homo/superresolution/common/mixin/gui/AbstractWidgetAccessor +instanceKlass com/faboslav/structurify/common/mixin/AbstractWidgetInvoker +instanceKlass io/wispforest/accessories/pond/owo/ComponentExtension +instanceKlass io/wispforest/owo/ui/inject/ComponentStub +instanceKlass io/wispforest/owo/ui/core/Component +instanceKlass io/wispforest/owo/ui/core/PositionedRectangle +instanceKlass io/wispforest/owo/ui/core/Animatable +instanceKlass net/neoforged/neoforge/client/extensions/IAbstractWidgetExtension +instanceKlass net/minecraft/client/gui/narration/NarratableEntry +instanceKlass net/minecraft/client/gui/narration/NarrationSupplier +instanceKlass net/minecraft/client/gui/layouts/LayoutElement +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalDoubleRefImpl +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalDoubleRef +instanceKlass xaero/lib/client/gui/widget/IClickableWidget +instanceKlass xaero/lib/client/gui/widget/ITooltipHaver +instanceKlass io/wispforest/accessories/client/gui/AbstractButtonExtension +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinButton +instanceKlass io/wispforest/owo/mixin/ui/access/ButtonWidgetAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/ButtonAccessor +instanceKlass net/minecraft/client/gui/components/Button$OnPress +instanceKlass @bci eu/midnightdust/lib/config/MidnightConfig addClientEntry (Ljava/lang/reflect/Field;Leu/midnightdust/lib/config/EntryInfo;)V 200 argL0 ; # eu/midnightdust/lib/config/MidnightConfig$$Lambda+0x000001d6825336f8 +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Conditions +instanceKlass sun/reflect/annotation/AnnotationSupport +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Condition +instanceKlass eu/midnightdust/lib/config/EntryInfo +instanceKlass eu/midnightdust/lib/util/PlatformFunctions +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Hidden +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Server +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Comment +instanceKlass eu/midnightdust/lib/config/MidnightConfig$Entry +instanceKlass net/minecraft/resources/ResourceLocation$Serializer +instanceKlass eu/midnightdust/lib/config/MidnightConfig$1 +instanceKlass com/google/gson/ExclusionStrategy +instanceKlass eu/midnightdust/lib/config/MidnightConfig +instanceKlass net/countered/terrainslabs/TerrainSlabs +instanceKlass com/moepus/biomespy/BiomeSpyCommon +instanceKlass com/moepus/biomespy/Biomespy +instanceKlass net/fabricmc/loader/impl/util/DefaultLanguageAdapter +instanceKlass net/fabricmc/loader/impl/entrypoint/EntrypointContainerImpl +instanceKlass net/fabricmc/loader/api/entrypoint/EntrypointContainer +instanceKlass @bci org/sinytra/connector/mod/ConnectorLoader load ()V 41 argL0 ; # org/sinytra/connector/mod/ConnectorLoader$$Lambda+0x000001d68252e660 +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentSync ()V 37 argL0 ; # net/neoforged/neoforge/attachment/AttachmentSync$$Lambda+0x000001d68252e448 +instanceKlass @bci net/neoforged/neoforge/attachment/AttachmentSync ()V 23 argL0 ; # net/neoforged/neoforge/attachment/AttachmentSync$$Lambda+0x000001d68252e230 +instanceKlass @cpi net/neoforged/neoforge/attachment/AttachmentSync 583 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682530000 +instanceKlass net/neoforged/neoforge/attachment/AttachmentType +instanceKlass net/fabricmc/fabric/mixin/attachment/AttachmentTypeAccessor +instanceKlass net/neoforged/neoforge/network/payload/SyncAttachmentsPayload$Target +instanceKlass net/neoforged/neoforge/attachment/AttachmentSync +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$AttributeCallbacks +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistriesSetup +instanceKlass org/sinytra/connector/mod/mixin/registries/NeoForgeRegistriesSetupAccessor +instanceKlass net/minecraft/client/gui/components/toasts/ToastComponent +instanceKlass @bci net/minecraft/network/chat/contents/KeybindResolver ()V 0 argL0 ; # net/minecraft/network/chat/contents/KeybindResolver$$Lambda+0x000001d68252c5c8 +instanceKlass net/minecraft/network/chat/contents/KeybindResolver +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 625 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d68252c190 +instanceKlass net/neoforged/neoforge/client/settings/IKeyConflictContext +instanceKlass net/minecraft/client/KeyMapping +instanceKlass net/fabricmc/fabric/mixin/event/interaction/client/KeyBindingAccessor +instanceKlass net/spell_engine/mixin/client/control/KeybindingAccessor +instanceKlass net/fabricmc/fabric/mixin/client/keybinding/KeyBindingAccessor +instanceKlass me/juancarloscp52/spyglass_improvements/mixin/KeyBindingInvoker +instanceKlass com/blamejared/controlling/mixin/AccessKeyMapping +instanceKlass net/blay09/mods/kuma/mixin/KeyMappingAccessor +instanceKlass net/combat_roll/mixin/client/KeybindingAccessor +instanceKlass net/blay09/mods/balm/mixin/KeyMappingAccessor +instanceKlass net/neoforged/neoforge/client/extensions/IKeyMappingExtension +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 539 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d68252a768 +instanceKlass com/mojang/authlib/minecraft/UserApiService$1 +instanceKlass @bci net/minecraft/Util lambda$makeIoExecutor$4 (Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicInteger;ZLjava/lang/Runnable;)Ljava/lang/Thread; 33 argL0 ; # net/minecraft/Util$$Lambda+0x000001d682529a80 +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 510 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d682529860 +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService +instanceKlass @bci com/mojang/authlib/yggdrasil/ServicesKeySet lazy (Ljava/util/function/Supplier;)Lcom/mojang/authlib/yggdrasil/ServicesKeySet; 1 member ; # com/mojang/authlib/yggdrasil/ServicesKeySet$$Lambda+0x000001d682528678 +instanceKlass @bci com/mojang/authlib/yggdrasil/ServicesKeySet ()V 0 argL0 ; # com/mojang/authlib/yggdrasil/ServicesKeySet$$Lambda+0x000001d682528460 +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo get (Ljava/net/URL;Lcom/mojang/authlib/minecraft/client/MinecraftClient;)Lcom/mojang/authlib/yggdrasil/ServicesKeySet; 37 member ; # com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$$Lambda+0x000001d682528000 +instanceKlass com/mojang/authlib/yggdrasil/ServicesKeySet +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$1 +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo +instanceKlass com/mojang/authlib/yggdrasil/ServicesKeyInfo +instanceKlass com/mojang/authlib/yggdrasil/response/ProfileSearchResultsResponse$Serializer +instanceKlass com/mojang/authlib/GameProfile$Serializer +instanceKlass com/google/gson/internal/bind/TypeAdapters$30 +instanceKlass com/mojang/authlib/minecraft/client/ObjectMapper +instanceKlass com/mojang/authlib/minecraft/client/MinecraftClient +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilEnvironment fromString (Ljava/lang/String;)Ljava/util/Optional; 22 argL0 ; # com/mojang/authlib/yggdrasil/YggdrasilEnvironment$$Lambda+0x000001d682525e68 +instanceKlass @bci com/mojang/authlib/yggdrasil/YggdrasilEnvironment fromString (Ljava/lang/String;)Ljava/util/Optional; 7 member ; # com/mojang/authlib/yggdrasil/YggdrasilEnvironment$$Lambda+0x000001d682525c18 +instanceKlass com/mojang/authlib/EnvironmentParser +instanceKlass com/mojang/authlib/minecraft/UserApiService +instanceKlass com/mojang/authlib/minecraft/MinecraftSessionService +instanceKlass com/mojang/authlib/GameProfileRepository +instanceKlass com/mojang/authlib/HttpAuthenticationService +instanceKlass com/mojang/authlib/AuthenticationService +instanceKlass @bci net/minecraft/client/resources/server/DownloadedPackSource createRepositorySource ()Lnet/minecraft/server/packs/repository/RepositorySource; 1 member ; # net/minecraft/client/resources/server/DownloadedPackSource$$Lambda+0x000001d682524550 +instanceKlass net/minecraft/server/packs/repository/PackRepository +instanceKlass com/faboslav/structurify/common/mixin/ResourcePackManagerAccessor +instanceKlass net/minecraft/server/packs/repository/FolderRepositorySource +instanceKlass com/yungnickyoung/minecraft/paxi/mixin/accessor/FolderRepositorySourceAccessor +instanceKlass net/minecraft/client/resources/server/DownloadedPackSource$5 +instanceKlass @bci net/minecraft/client/resources/server/DownloadedPackSource createReloadConfig ()Lnet/minecraft/client/resources/server/PackReloadConfig; 1 member ; # net/minecraft/client/resources/server/DownloadedPackSource$$Lambda+0x000001d6825231f8 +instanceKlass net/minecraft/client/resources/server/PackReloadConfig +instanceKlass net/minecraft/client/resources/server/DownloadedPackSource$2 +instanceKlass com/google/common/hash/Hashing$Sha1Holder +instanceKlass net/minecraft/client/resources/server/DownloadedPackSource$4 +instanceKlass net/minecraft/client/resources/server/PackReloadConfig$Callbacks +instanceKlass net/minecraft/client/resources/server/ServerPackManager +instanceKlass @bci net/minecraft/client/resources/server/DownloadedPackSource (Lnet/minecraft/client/Minecraft;Ljava/nio/file/Path;Lnet/minecraft/client/main/GameConfig$UserData;)V 72 member ; # net/minecraft/client/resources/server/DownloadedPackSource$$Lambda+0x000001d682522538 +instanceKlass net/minecraft/server/packs/DownloadCacheCleaner +instanceKlass net/minecraft/util/eventlog/JsonEventLogReader +instanceKlass net/minecraft/util/eventlog/JsonEventLog +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d682521a30 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d6825217f8 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$FileInfoEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/server/packs/DownloadQueue$FileInfoEntry$$Lambda+0x000001d6825215d0 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$FileInfoEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/server/packs/DownloadQueue$FileInfoEntry$$Lambda+0x000001d682521398 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$FileInfoEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/server/packs/DownloadQueue$FileInfoEntry$$Lambda+0x000001d682521160 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$FileInfoEntry ()V 0 argL0 ; # net/minecraft/server/packs/DownloadQueue$FileInfoEntry$$Lambda+0x000001d682520f28 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d682520ae8 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d6825208b0 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d682520678 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d682520440 +instanceKlass @bci net/minecraft/server/packs/DownloadQueue$LogEntry ()V 0 argL0 ; # net/minecraft/server/packs/DownloadQueue$LogEntry$$Lambda+0x000001d682520208 +instanceKlass net/minecraft/FileUtil +instanceKlass net/minecraft/util/thread/StrictQueue$QueueStrictQueue +instanceKlass net/minecraft/util/thread/StrictQueue +instanceKlass net/minecraft/util/thread/ProcessorMailbox +instanceKlass net/minecraft/server/packs/DownloadQueue +instanceKlass net/minecraft/client/resources/server/DownloadedPackSource$1 +instanceKlass @bci net/minecraft/client/resources/server/DownloadedPackSource ()V 24 argL0 ; # net/minecraft/client/resources/server/DownloadedPackSource$$Lambda+0x000001d68251ef58 +instanceKlass net/minecraft/client/resources/server/PackDownloader +instanceKlass net/minecraft/util/HttpUtil$DownloadProgressListener +instanceKlass net/minecraft/client/resources/server/PackLoadFeedback +instanceKlass net/minecraft/client/resources/server/DownloadedPackSource +instanceKlass net/minecraft/server/packs/linkfs/PathContents$2 +instanceKlass net/minecraft/server/packs/linkfs/PathContents$1 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResourcesBuilder pushPathForType (Lnet/minecraft/server/packs/PackType;Ljava/nio/file/Path;)V 13 argL0 ; # net/minecraft/server/packs/VanillaPackResourcesBuilder$$Lambda+0x000001d68251e098 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResourcesBuilder pushJarResources ()Lnet/minecraft/server/packs/VanillaPackResourcesBuilder; 4 member ; # net/minecraft/server/packs/VanillaPackResourcesBuilder$$Lambda+0x000001d68251de68 +instanceKlass net/minecraft/server/packs/VanillaPackResources +instanceKlass team/creative/creativecore/mixin/VanillaPackResourcesAccessor +instanceKlass @bci net/minecraft/server/packs/VanillaPackResourcesBuilder ()V 14 argL0 ; # net/minecraft/server/packs/VanillaPackResourcesBuilder$$Lambda+0x000001d68251d748 +instanceKlass @bci net/minecraft/server/packs/VanillaPackResourcesBuilder ()V 6 argL0 ; # net/minecraft/server/packs/VanillaPackResourcesBuilder$$Lambda+0x000001d68251d520 +instanceKlass net/minecraft/server/packs/VanillaPackResourcesBuilder +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFileSystem buildPath (Lnet/minecraft/server/packs/linkfs/LinkFileSystem$DirectoryEntry;Lnet/minecraft/server/packs/linkfs/LinkFileSystem;Ljava/lang/String;Lnet/minecraft/server/packs/linkfs/LinkFSPath;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 58 member ; # net/minecraft/server/packs/linkfs/LinkFileSystem$$Lambda+0x000001d68251d0a8 +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFileSystem buildPath (Lnet/minecraft/server/packs/linkfs/LinkFileSystem$DirectoryEntry;Lnet/minecraft/server/packs/linkfs/LinkFileSystem;Ljava/lang/String;Lnet/minecraft/server/packs/linkfs/LinkFSPath;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 39 member ; # net/minecraft/server/packs/linkfs/LinkFileSystem$$Lambda+0x000001d68251cc70 +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFSPath ()V 20 argL0 ; # net/minecraft/server/packs/linkfs/LinkFSPath$$Lambda+0x000001d68251c830 +instanceKlass net/minecraft/server/packs/linkfs/DummyFileAttributes +instanceKlass net/minecraft/server/packs/linkfs/LinkFSPath +instanceKlass @bci net/minecraft/server/packs/linkfs/LinkFileSystem$Builder put (Ljava/util/List;Ljava/lang/String;Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFileSystem$Builder; 43 argL0 ; # net/minecraft/server/packs/linkfs/LinkFileSystem$Builder$$Lambda+0x000001d68251b940 +instanceKlass com/google/common/base/AbstractIterator$1 +instanceKlass net/minecraft/server/packs/linkfs/LinkFileSystem$Builder +instanceKlass net/minecraft/server/packs/linkfs/PathContents +instanceKlass net/minecraft/client/resources/IndexedAssetSource +instanceKlass @bci net/minecraft/server/packs/repository/PackSource decorateWithSource (Ljava/lang/String;)Ljava/util/function/UnaryOperator; 6 member ; # net/minecraft/server/packs/repository/PackSource$$Lambda+0x000001d68251a0a0 +instanceKlass net/minecraft/server/packs/repository/PackSource$1 +instanceKlass @bci java/util/function/UnaryOperator identity ()Ljava/util/function/UnaryOperator; 0 argL0 ; # java/util/function/UnaryOperator$$Lambda+0x000001d681987f48 +instanceKlass net/minecraft/server/packs/repository/PackSource +instanceKlass net/minecraft/server/packs/BuiltInMetadata +instanceKlass net/minecraft/server/packs/metadata/MetadataSectionType$1 +instanceKlass net/minecraft/server/packs/metadata/MetadataSectionType +instanceKlass @bci net/minecraft/server/packs/metadata/pack/PackMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/server/packs/metadata/pack/PackMetadataSection$$Lambda+0x000001d6825193c8 +instanceKlass @bci net/minecraft/server/packs/metadata/pack/PackMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/server/packs/metadata/pack/PackMetadataSection$$Lambda+0x000001d682519190 +instanceKlass @bci net/minecraft/server/packs/metadata/pack/PackMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/server/packs/metadata/pack/PackMetadataSection$$Lambda+0x000001d682518f58 +instanceKlass @bci net/minecraft/server/packs/metadata/pack/PackMetadataSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/server/packs/metadata/pack/PackMetadataSection$$Lambda+0x000001d682518d20 +instanceKlass @bci net/minecraft/server/packs/metadata/pack/PackMetadataSection ()V 0 argL0 ; # net/minecraft/server/packs/metadata/pack/PackMetadataSection$$Lambda+0x000001d682518ae8 +instanceKlass @bci net/minecraft/server/packs/repository/KnownPack ()V 24 argL0 ; # net/minecraft/server/packs/repository/KnownPack$$Lambda+0x000001d6825186a8 +instanceKlass @bci net/minecraft/server/packs/repository/KnownPack ()V 19 argL0 ; # net/minecraft/server/packs/repository/KnownPack$$Lambda+0x000001d682518470 +instanceKlass @bci net/minecraft/server/packs/repository/KnownPack ()V 11 argL0 ; # net/minecraft/server/packs/repository/KnownPack$$Lambda+0x000001d682518238 +instanceKlass @bci net/minecraft/server/packs/repository/KnownPack ()V 3 argL0 ; # net/minecraft/server/packs/repository/KnownPack$$Lambda+0x000001d682518000 +instanceKlass net/minecraft/server/packs/repository/BuiltInPackSource +instanceKlass net/minecraft/world/level/validation/DirectoryValidator +instanceKlass @bci net/minecraft/world/level/storage/LevelStorageSource ()V 12 argL0 ; # net/minecraft/world/level/storage/LevelStorageSource$$Lambda+0x000001d682517cb0 +instanceKlass net/minecraft/world/level/storage/FileNameDateFormatter +instanceKlass net/minecraft/nbt/StreamTagVisitor +instanceKlass net/minecraft/world/level/storage/WorldData +instanceKlass net/minecraft/world/level/storage/LevelSummary +instanceKlass net/minecraft/world/level/storage/LevelStorageSource +instanceKlass @bci me/decce/ixeris/core/threading/MainThreadDispatcher findNextTask ()Ljava/lang/Runnable; 20 argL0 ; # me/decce/ixeris/core/threading/MainThreadDispatcher$$Lambda+0x000001d682515000 +instanceKlass net/minecraft/client/ResourceLoadStateTracker +instanceKlass net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 222 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d682516000 +instanceKlass net/minecraft/util/profiling/ContinuousProfiler +instanceKlass net/minecraft/util/profiling/ProfileResults +instanceKlass net/minecraft/util/profiling/InactiveProfiler +instanceKlass net/minecraft/util/profiling/ProfileCollector +instanceKlass @bci net/minecraft/core/RegistryAccess$ImmutableRegistryAccess (Ljava/util/stream/Stream;)V 11 argL0 ; # net/minecraft/core/RegistryAccess$ImmutableRegistryAccess$$Lambda+0x000001d6825132a8 +instanceKlass @bci net/minecraft/core/RegistryAccess$ImmutableRegistryAccess (Ljava/util/stream/Stream;)V 6 argL0 ; # net/minecraft/core/RegistryAccess$ImmutableRegistryAccess$$Lambda+0x000001d682513070 +instanceKlass @bci net/minecraft/core/RegistryAccess freeze ()Lnet/minecraft/core/RegistryAccess$Frozen; 11 argL0 ; # net/minecraft/core/RegistryAccess$$Lambda+0x000001d682512e38 +instanceKlass @bci net/minecraft/core/RegistryAccess$ImmutableRegistryAccess registries ()Ljava/util/stream/Stream; 14 argL0 ; # net/minecraft/core/RegistryAccess$ImmutableRegistryAccess$$Lambda+0x000001d682512c00 +instanceKlass net/minecraft/core/RegistryAccess$ImmutableRegistryAccess +instanceKlass net/minecraft/core/RegistryAccess$Frozen +instanceKlass net/minecraft/core/HolderGetter$Provider +instanceKlass net/neoforged/neoforge/common/conditions/ICondition$IContext$2 +instanceKlass net/neoforged/neoforge/common/conditions/ICondition$IContext$1 +instanceKlass net/neoforged/neoforge/common/conditions/ICondition$IContext +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 169 argL0 ; # net/minecraft/client/Minecraft$$Lambda+0x000001d682511460 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d682511218 +instanceKlass @cpi net/minecraft/client/PeriodicNotificationManager 487 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682514000 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d682510fe0 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d682510da8 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d682510b70 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d682510938 +instanceKlass @bci net/minecraft/client/PeriodicNotificationManager ()V 3 argL0 ; # net/minecraft/client/PeriodicNotificationManager$$Lambda+0x000001d6825104f8 +instanceKlass net/neoforged/neoforge/resource/ContextAwareReloadListener +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/neoforge/ContextAwareReloadListenerAccessor +instanceKlass @bci net/minecraft/client/Minecraft (Lnet/minecraft/client/main/GameConfig;)V 132 member ; # net/minecraft/client/Minecraft$$Lambda+0x000001d68250f048 +instanceKlass @cpi net/minecraft/client/Minecraft 600 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824f4c00 +instanceKlass it/unimi/dsi/fastutil/floats/FloatUnaryOperator +instanceKlass net/minecraft/client/DeltaTracker$Timer +instanceKlass com/simibubi/create/foundation/mixin/accessor/TimerAccessor +instanceKlass net/createmod/ponder/mixin/accessor/TimerAccessor +instanceKlass com/mrcrayfish/controllable/mixin/client/TimerAccessor +instanceKlass it/unimi/dsi/fastutil/longs/LongArrayFIFOQueue +instanceKlass it/unimi/dsi/fastutil/longs/LongPriorityQueue +instanceKlass it/unimi/dsi/fastutil/PriorityQueue +instanceKlass net/minecraft/util/profiling/metrics/MetricSampler +instanceKlass net/minecraft/util/profiling/metrics/MetricsRegistry +instanceKlass de/keksuccino/fancymenu/customization/layer/ElementFactory +instanceKlass net/minecraft/network/protocol/login/ClientLoginPacketListener +instanceKlass net/minecraft/network/protocol/cookie/ClientCookiePacketListener +instanceKlass net/minecraft/network/ClientboundPacketListener +instanceKlass net/minecraft/network/PacketListener +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinLevelLoadingScreen +instanceKlass net/minecraft/client/multiplayer/ClientAdvancements$Listener +instanceKlass net/minecraft/advancements/AdvancementTree$Listener +instanceKlass io/wispforest/owo/mixin/ui/layers/HandledScreenAccessor +instanceKlass yalter/mousetweaks/mixin/AbstractContainerScreenAccessor +instanceKlass dev/emi/emi/mixin/accessor/HandledScreenAccessor +instanceKlass io/wispforest/accessories/pond/ContainerScreenExtension +instanceKlass io/wispforest/accessories/mixin/client/AbstractContainerScreenAccessor +instanceKlass it/hurts/octostudios/immersiveui/compat/ExtraScreenData +instanceKlass it/hurts/octostudios/immersiveui/mixin/AbstractContainerScreenAccessor +instanceKlass net/blay09/mods/balm/mixin/AbstractContainerScreenAccessor +instanceKlass net/minecraft/client/gui/screens/inventory/MenuAccess +instanceKlass net/minecraft/client/gui/screens/recipebook/RecipeUpdateListener +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinProgressScreen +instanceKlass net/minecraft/util/ProgressListener +instanceKlass net/minecraft/server/level/progress/ChunkProgressListener +instanceKlass net/minecraft/util/profiling/metrics/profiling/MetricsRecorder +instanceKlass net/minecraft/util/profiling/metrics/MetricsSamplerProvider +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/TitleScreenAccessor +instanceKlass com/aetherteam/cumulus/mixin/mixins/client/accessor/TitleScreenAccessor +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem ()V 266 argL0 ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6824fe0d8 +instanceKlass net/irisshaders/iris/gl/state/StateUpdateNotifiers +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem ()V 258 argL0 ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6824fdcc0 +instanceKlass net/irisshaders/iris/gl/state/ValueUpdateNotifier +instanceKlass @bci com/mojang/blaze3d/vertex/VertexSorting byDistance (Lcom/mojang/blaze3d/vertex/VertexSorting$DistanceFunction;)Lcom/mojang/blaze3d/vertex/VertexSorting; 1 member ; # com/mojang/blaze3d/vertex/VertexSorting$$Lambda+0x000001d6824fc718 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexSorting ()V 9 argL0 ; # com/mojang/blaze3d/vertex/VertexSorting$$Lambda+0x000001d6824fc500 +instanceKlass com/mojang/blaze3d/vertex/VertexSorting$DistanceFunction +instanceKlass net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters$AbstractVertexSorter +instanceKlass net/minecraft/world/level/chunk/LightChunkGetter +instanceKlass net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters +instanceKlass com/mojang/blaze3d/vertex/VertexSorting +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem ()V 77 argL0 ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6824fa9f8 +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinDynamicTexture +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem ()V 59 argL0 ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6824fa1b0 +instanceKlass @cpi fuzs/universalenchants/UniversalEnchants 70 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824f4800 +instanceKlass toni/sodiumextras/foundation/darkness/accessors/TextureAccess +instanceKlass @bci com/mojang/blaze3d/systems/RenderSystem ()V 41 argL0 ; # com/mojang/blaze3d/systems/RenderSystem$$Lambda+0x000001d6824f9778 +instanceKlass @cpi com/mojang/blaze3d/systems/RenderSystem 1267 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824f4400 +instanceKlass net/irisshaders/iris/gl/texture/TextureAccess +instanceKlass net/minecraft/client/DeltaTracker +instanceKlass it/unimi/dsi/fastutil/ints/IntConsumer +instanceKlass com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer$IndexGenerator +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinReceivingLevelScreen +instanceKlass com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinChatScreen +instanceKlass com/mojang/blaze3d/vertex/ByteBufferBuilder +instanceKlass net/irisshaders/batchedentityrendering/impl/MemoryTrackingBuffer +instanceKlass net/irisshaders/iris/vertices/MojangBufferAccessor +instanceKlass com/mojang/blaze3d/vertex/Tesselator +instanceKlass io/wispforest/owo/util/pond/OwoTessellatorExtension +instanceKlass com/google/common/collect/Queues +instanceKlass com/mojang/blaze3d/pipeline/RenderTarget +instanceKlass io/wispforest/accessories/pond/AccessoriesFrameBufferExtension +instanceKlass net/irisshaders/iris/targets/Blaze3dRenderTargetExt +instanceKlass com/mojang/blaze3d/systems/RenderSystem +instanceKlass net/createmod/ponder/mixin/client/accessor/RenderSystemAccessor +instanceKlass net/minecraft/server/packs/PackResources +instanceKlass net/neoforged/neoforge/common/extensions/IPackResourcesExtension +instanceKlass net/minecraft/util/profiling/ProfilerFiller +instanceKlass me/decce/ixeris/IxerisMod +instanceKlass me/decce/ixeris/RenderThreadUncaughtExceptionHandler +# instanceKlass me/decce/ixeris/RenderThreadStarter+0x000001d6824f4000 +instanceKlass me/decce/ixeris/RenderThreadStarter +instanceKlass me/decce/ixeris/IxerisMinecraftAccessorImpl +instanceKlass net/minecraft/DefaultUncaughtExceptionHandler +instanceKlass net/minecraft/client/main/GameConfig$GameData +instanceKlass net/minecraft/client/main/GameConfig$FolderData +instanceKlass com/mojang/blaze3d/platform/DisplayData +instanceKlass net/minecraft/client/main/GameConfig$UserData +instanceKlass net/minecraft/client/main/GameConfig +instanceKlass com/mojang/authlib/properties/PropertyMap$Serializer +instanceKlass @bci net/minecraft/client/User$Type ()V 57 argL0 ; # net/minecraft/client/User$Type$$Lambda+0x000001d6824f0670 +instanceKlass net/minecraft/client/User +instanceKlass @bci net/minecraft/server/Bootstrap validate ()V 4 argL0 ; # net/minecraft/server/Bootstrap$$Lambda+0x000001d6824e8400 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 1472 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e8c60 +instanceKlass net/fabricmc/fabric/api/client/rendering/v1/WorldRenderContext$BlockOutlineContext +instanceKlass net/caffeinemc/mods/sodium/client/render/viewport/frustum/Frustum +instanceKlass net/minecraft/client/renderer/culling/Frustum +instanceKlass net/caffeinemc/mods/sodium/client/render/viewport/ViewportProvider +instanceKlass net/fabricmc/fabric/api/client/rendering/v1/WorldRenderContext +instanceKlass dev/engine_room/flywheel/api/backend/RenderContext +instanceKlass net/irisshaders/batchedentityrendering/impl/WrappableRenderType +instanceKlass net/minecraft/client/renderer/LevelRenderer +instanceKlass com/simibubi/create/foundation/mixin/accessor/LevelRendererAccessor +instanceKlass dev/engine_room/flywheel/backend/mixin/LevelRendererAccessor +instanceKlass org/violetmoon/quark/mixin/mixins/client/accessor/AccessorLevelRenderer +instanceKlass org/betterx/bclib/interfaces/LevelRendererAccess +instanceKlass org/betterx/bclib/mixin/client/LevelRendererAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/LevelRendererAccessor +instanceKlass umpaz/brewinandchewin/common/mixin/client/LevelRendererAccessor +instanceKlass io/homo/superresolution/common/mixin/core/accessor/LevelRendererAccessor +instanceKlass ca/fxco/moreculling/mixin/accessors/LevelRendererAccessor +instanceKlass net/caffeinemc/mods/sodium/client/world/LevelRendererExtension +instanceKlass net/irisshaders/iris/shadows/CullingDataCache +instanceKlass net/irisshaders/iris/mixin/LevelRendererAccessor +instanceKlass toni/sodiumdynamiclights/accessor/WorldRendererAccessor +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard (Lcom/google/common/collect/ImmutableList;)V 25 argL0 ; # net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard$$Lambda+0x000001d6824ef680 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard (Lcom/google/common/collect/ImmutableList;)V 7 argL0 ; # net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard$$Lambda+0x000001d6824ef468 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard (Lcom/google/common/collect/ImmutableList;)V 2 member ; # net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard$$Lambda+0x000001d6824ef248 +instanceKlass org/apache/commons/lang3/tuple/Triple +instanceKlass net/minecraft/client/renderer/blockentity/TheEndPortalRenderer +instanceKlass net/minecraft/client/renderer/blockentity/BlockEntityRenderer +instanceKlass net/neoforged/neoforge/client/extensions/IBlockEntityRendererExtension +instanceKlass net/minecraft/client/renderer/RenderStateShard$MultiTextureStateShard$Builder +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 1025 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824ee780 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 951 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824ee548 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 940 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824ee310 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 929 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824ee0d8 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 918 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824edea0 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 856 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824edc68 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 845 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824eda30 +instanceKlass @bci net/minecraft/client/renderer/entity/ItemRenderer ()V 102 argL0 ; # net/minecraft/client/renderer/entity/ItemRenderer$$Lambda+0x000001d6824ed818 +instanceKlass com/moepus/flerovium/functions/DummyModel +instanceKlass @bci malte0811/ferritecore/impl/Deduplicator ()V 53 argL0 ; # malte0811/ferritecore/impl/Deduplicator$$Lambda+0x000001d6824ed1f0 +instanceKlass @bci malte0811/ferritecore/impl/Deduplicator ()V 48 argL0 ; # malte0811/ferritecore/impl/Deduplicator$$Lambda+0x000001d6824ecfd8 +instanceKlass malte0811/ferritecore/hash/LambdaBasedHash +instanceKlass malte0811/ferritecore/impl/Deduplicator +instanceKlass net/caffeinemc/mods/sodium/client/model/quad/ModelQuadView +instanceKlass net/minecraft/client/renderer/ItemModelShaper +instanceKlass net/minecraft/client/renderer/entity/ItemRenderer +instanceKlass net/createmod/ponder/mixin/client/accessor/ItemRendererAccessor +instanceKlass net/fabricmc/fabric/api/resource/IdentifiableResourceReloadListener +instanceKlass net/spell_engine/mixin/client/render/ItemRendererAccessor +instanceKlass punchy/mixin/client/accessor/ItemRendererInvoker +instanceKlass dev/emi/emi/mixin/accessor/ItemRendererAccessor +instanceKlass ca/fxco/moreculling/api/renderers/ExtendedItemRenderer +instanceKlass net/caffeinemc/mods/sodium/mixin/features/render/frapi/ItemRendererAccessor +instanceKlass net/minecraft/server/packs/resources/ResourceManagerReloadListener +instanceKlass com/bawnorton/mixinsquared/TargetHandler +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6824e8000 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 344 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e4b50 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 333 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e4918 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 322 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e46e0 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 311 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e44a8 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 300 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e4270 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 289 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e4048 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 278 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3e10 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 267 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3be8 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 256 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e39c0 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 245 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3788 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 234 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3550 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 223 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3328 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 212 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e3100 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 201 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e2ec8 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 190 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e2c90 +instanceKlass net/minecraft/Util$8 +instanceKlass @bci net/minecraft/client/renderer/RenderType ()V 179 argL0 ; # net/minecraft/client/renderer/RenderType$$Lambda+0x000001d6824e2810 +instanceKlass @bci net/minecraft/Util$9 apply (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 13 member ; # net/minecraft/Util$9$$Lambda+0x000001d6824e25d0 +instanceKlass @bci net/minecraft/client/renderer/RenderType$CompositeRenderType (Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;)V 55 member ; # net/minecraft/client/renderer/RenderType$CompositeRenderType$$Lambda+0x000001d6824e2390 +instanceKlass @bci net/minecraft/client/renderer/RenderType$CompositeRenderType (Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;)V 19 member ; # net/minecraft/client/renderer/RenderType$CompositeRenderType$$Lambda+0x000001d6824e1d40 +instanceKlass @bci net/minecraft/client/renderer/RenderType$CompositeRenderType (Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;)V 12 member ; # net/minecraft/client/renderer/RenderType$CompositeRenderType$$Lambda+0x000001d6824e1b20 +instanceKlass @bci net/minecraft/client/renderer/RenderType$CompositeRenderType ()V 0 argL0 ; # net/minecraft/client/renderer/RenderType$CompositeRenderType$$Lambda+0x000001d6824e18f8 +instanceKlass net/minecraft/client/renderer/RenderType$CompositeState$CompositeStateBuilder +instanceKlass net/minecraft/client/renderer/RenderType$CompositeState +instanceKlass net/irisshaders/batchedentityrendering/mixin/CompositeStateAccessor +instanceKlass net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatRegistryImpl +instanceKlass net/caffeinemc/mods/sodium/api/internal/DependencyInjection +instanceKlass net/caffeinemc/mods/sodium/api/vertex/format/VertexFormatRegistry +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormat (Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;I)V 46 argL0 ; # com/mojang/blaze3d/vertex/VertexFormat$$Lambda+0x000001d6824d9a50 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormat (Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;I)V 35 argL0 ; # com/mojang/blaze3d/vertex/VertexFormat$$Lambda+0x000001d6824d9838 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormatElement$Usage ()V 89 argL0 ; # com/mojang/blaze3d/vertex/VertexFormatElement$Usage$$Lambda+0x000001d6824d9430 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormatElement$Usage ()V 69 argL0 ; # com/mojang/blaze3d/vertex/VertexFormatElement$Usage$$Lambda+0x000001d6824d9218 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormatElement$Usage ()V 49 argL0 ; # com/mojang/blaze3d/vertex/VertexFormatElement$Usage$$Lambda+0x000001d6824d9000 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormatElement$Usage ()V 29 argL0 ; # com/mojang/blaze3d/vertex/VertexFormatElement$Usage$$Lambda+0x000001d6824dbd88 +instanceKlass @bci com/mojang/blaze3d/vertex/VertexFormatElement$Usage ()V 9 argL0 ; # com/mojang/blaze3d/vertex/VertexFormatElement$Usage$$Lambda+0x000001d6824dbb70 +instanceKlass @cpi com/mojang/blaze3d/vertex/VertexFormatElement$Usage 132 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824d8c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6824d8800 +instanceKlass com/mojang/blaze3d/vertex/VertexFormatElement$Usage$SetupState +instanceKlass com/mojang/blaze3d/vertex/VertexFormat$Builder +instanceKlass com/mojang/blaze3d/vertex/VertexFormat +instanceKlass net/caffeinemc/mods/sodium/api/vertex/format/VertexFormatExtensions +instanceKlass com/mojang/blaze3d/vertex/DefaultVertexFormat +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1497 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824da430 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1492 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824da218 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1474 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824da000 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1469 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dfd68 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$LineStateShard (Ljava/util/OptionalDouble;)V 10 member ; # net/minecraft/client/renderer/RenderStateShard$LineStateShard$$Lambda+0x000001d6824df910 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$LineStateShard (Ljava/util/OptionalDouble;)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$LineStateShard$$Lambda+0x000001d6824df6f0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1437 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824df2a0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1432 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824df088 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1414 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dee70 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1409 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dec58 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1391 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dea40 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1386 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824de828 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1368 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824de610 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1363 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824de3f8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1345 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824de1e0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1340 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ddfc8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1322 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dddb0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1317 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ddb98 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1299 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dd980 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1294 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dd768 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1276 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dd318 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1271 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dd100 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1253 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dcee8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1248 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dccd0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1230 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dcab8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1225 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824dc8a0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$WriteMaskStateShard (ZZ)V 12 member ; # net/minecraft/client/renderer/RenderStateShard$WriteMaskStateShard$$Lambda+0x000001d6824dc450 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$WriteMaskStateShard (ZZ)V 5 member ; # net/minecraft/client/renderer/RenderStateShard$WriteMaskStateShard$$Lambda+0x000001d6824dc238 +instanceKlass @cpi net/minecraft/client/renderer/RenderStateShard$WriteMaskStateShard 24 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824d8400 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$DepthTestStateShard (Ljava/lang/String;I)V 10 member ; # net/minecraft/client/renderer/RenderStateShard$DepthTestStateShard$$Lambda+0x000001d6824d7c40 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$DepthTestStateShard (Ljava/lang/String;I)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$DepthTestStateShard$$Lambda+0x000001d6824d7a28 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$CullStateShard (Z)V 10 member ; # net/minecraft/client/renderer/RenderStateShard$CullStateShard$$Lambda+0x000001d6824d75d8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$CullStateShard (Z)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$CullStateShard$$Lambda+0x000001d6824d73c0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$OverlayStateShard (Z)V 10 member ; # net/minecraft/client/renderer/RenderStateShard$OverlayStateShard$$Lambda+0x000001d6824d6f70 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$OverlayStateShard (Z)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$OverlayStateShard$$Lambda+0x000001d6824d6d58 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$LightmapStateShard (Z)V 10 member ; # net/minecraft/client/renderer/RenderStateShard$LightmapStateShard$$Lambda+0x000001d6824d6908 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$LightmapStateShard (Z)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$LightmapStateShard$$Lambda+0x000001d6824d66f0 +instanceKlass @cpi dev/ftb/mods/ftbquests/client/FTBQuestsClient 62 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824d8000 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1041 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d6068 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1036 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d5e50 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1018 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d5c38 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 1013 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d5a20 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 995 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d5808 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 990 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d55f0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard ()V 8 argL0 ; # net/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard$$Lambda+0x000001d6824d53d8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard ()V 3 argL0 ; # net/minecraft/client/renderer/RenderStateShard$EmptyTextureStateShard$$Lambda+0x000001d6824d51c0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$TextureStateShard (Lnet/minecraft/resources/ResourceLocation;ZZ)V 9 argL0 ; # net/minecraft/client/renderer/RenderStateShard$TextureStateShard$$Lambda+0x000001d6824d4fa8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$TextureStateShard (Lnet/minecraft/resources/ResourceLocation;ZZ)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$TextureStateShard$$Lambda+0x000001d6824d4d88 +instanceKlass io/wispforest/accessories/pond/ArmorSlotExtension +instanceKlass net/fabricmc/fabric/impl/renderer/SpriteFinderImpl$SpriteFinderAccess +instanceKlass net/caffeinemc/mods/sodium/mixin/core/render/texture/TextureAtlasAccessor +instanceKlass net/irisshaders/iris/pbr/texture/TextureAtlasExtension +instanceKlass net/irisshaders/iris/mixin/texture/TextureAtlasAccessor +instanceKlass net/minecraft/client/renderer/texture/Tickable +instanceKlass net/minecraft/client/renderer/texture/Dumpable +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 932 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d3240 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 917 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d3028 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 902 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d2e10 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 887 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d2bf8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 872 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d29e0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 857 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d27c8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 842 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d25b0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 827 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d2398 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 812 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d2180 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 797 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d1f68 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 782 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d1d50 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 767 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d1b38 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 752 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d1920 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 737 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d1708 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 722 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d14f0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 707 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d12d8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 692 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d10c0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 677 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0ea8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 662 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0c90 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 647 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0a78 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 632 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0860 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 617 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0648 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 602 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0430 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 587 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0218 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 572 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824d0000 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 557 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cfc18 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 542 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cfa00 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 527 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cf7e8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 512 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cf5d0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 497 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cf3b8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 482 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cf1a0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 467 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cef88 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 452 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ced70 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 437 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ceb58 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 422 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ce940 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 407 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ce728 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 392 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ce510 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 377 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ce2f8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 362 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ce0e0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 347 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cdec8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 332 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cdcb0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 317 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cda98 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 302 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cd880 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 287 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cd668 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 272 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cd450 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 257 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cd238 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 242 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cd020 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 227 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cce08 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 212 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824ccbf0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 197 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cc9d8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 182 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cc7c0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 167 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cc5a8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$ShaderStateShard (Ljava/util/function/Supplier;)V 9 argL0 ; # net/minecraft/client/renderer/RenderStateShard$ShaderStateShard$$Lambda+0x000001d6824cc390 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$ShaderStateShard (Ljava/util/function/Supplier;)V 4 member ; # net/minecraft/client/renderer/RenderStateShard$ShaderStateShard$$Lambda+0x000001d6824cc170 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 152 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824cbf58 +instanceKlass net/minecraft/client/renderer/ShaderInstance +instanceKlass io/wispforest/owo/mixin/shader/ShaderProgramAccessor +instanceKlass net/irisshaders/iris/mixinterface/ShaderInstanceInterface +instanceKlass com/mojang/blaze3d/shaders/Shader +instanceKlass net/minecraft/client/renderer/MultiBufferSource +instanceKlass net/minecraft/server/packs/metadata/MetadataSectionSerializer +instanceKlass net/minecraft/client/renderer/GameRenderer +instanceKlass net/createmod/ponder/mixin/client/accessor/GameRendererAccessor +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinGameRenderer +instanceKlass io/homo/superresolution/common/mixin/gui/GameRendererAccessor +instanceKlass net/irisshaders/iris/mixin/GameRendererAccessor +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$ShaderStateShard ()V 8 argL0 ; # net/minecraft/client/renderer/RenderStateShard$ShaderStateShard$$Lambda+0x000001d6824c9940 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard$ShaderStateShard ()V 3 argL0 ; # net/minecraft/client/renderer/RenderStateShard$ShaderStateShard$$Lambda+0x000001d6824c9728 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 127 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c92d8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 122 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c90c0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 104 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8ea8 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 99 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8c90 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 81 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8a78 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 76 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8860 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 58 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8648 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 53 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8430 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 35 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8218 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 30 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c8000 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 12 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c3dc0 +instanceKlass @bci net/minecraft/client/renderer/RenderStateShard ()V 7 argL0 ; # net/minecraft/client/renderer/RenderStateShard$$Lambda+0x000001d6824c3ba8 +instanceKlass traben/entity_texture_features/utils/ETFRenderLayerWithTexture +instanceKlass net/minecraft/client/renderer/RenderStateShard +instanceKlass net/irisshaders/batchedentityrendering/mixin/RenderStateShardAccessor +instanceKlass net/irisshaders/iris/mixin/rendertype/RenderStateShardAccessor +instanceKlass net/createmod/ponder/mixin/client/accessor/RenderTypeAccessor +instanceKlass net/puffish/skillsmod/access/RenderLayerAccess +instanceKlass net/irisshaders/batchedentityrendering/mixin/RenderTypeAccessor +instanceKlass net/irisshaders/batchedentityrendering/impl/BlendingStateHolder +instanceKlass net/irisshaders/iris/mixin/rendertype/RenderTypeAccessor +instanceKlass @bci net/minecraft/core/MappedRegistry freeze ()Lnet/minecraft/core/Registry; 142 member ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6824c13e0 +instanceKlass @bci net/minecraft/core/MappedRegistry freeze ()Lnet/minecraft/core/Registry; 38 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6824c11a8 +instanceKlass @bci net/minecraft/core/MappedRegistry freeze ()Lnet/minecraft/core/Registry; 28 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6824c0f60 +instanceKlass com/google/common/collect/Maps$13 +instanceKlass com/google/common/collect/Maps$9 +instanceKlass @bci net/minecraft/core/MappedRegistry entrySet ()Ljava/util/Set; 4 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6824c0d08 +instanceKlass @bci net/mehvahdjukaar/polytone/Polytone ()V 219 argL0 ; # net/mehvahdjukaar/polytone/Polytone$$Lambda+0x000001d6824c0af0 +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/HeartTypeAccessor +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticlesManager ()V 14 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticlesManager$$Lambda+0x000001d6824bb5b8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticlesManager ()V 9 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticlesManager$$Lambda+0x000001d6824bb380 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$21 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824bb148 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$21 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824baf10 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ModelResHelper ()V 8 argL0 ; # net/mehvahdjukaar/polytone/utils/ModelResHelper$$Lambda+0x000001d6824bacd8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ModelResHelper ()V 3 argL0 ; # net/mehvahdjukaar/polytone/utils/ModelResHelper$$Lambda+0x000001d6824baaa0 +instanceKlass net/mehvahdjukaar/polytone/utils/ModelResHelper +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType ()V 20 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824ba460 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/BiggerCodecs ap19 (Lcom/mojang/datafixers/kinds/Applicative;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/BiggerCodecs$$Lambda+0x000001d6824ba228 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 433 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824ba000 +instanceKlass @cpi net/mehvahdjukaar/polytone/particle/CustomParticleType 671 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824b8800 +instanceKlass net/mehvahdjukaar/polytone/utils/codec/BiggerCodecs$Function19 +instanceKlass net/mehvahdjukaar/polytone/utils/codec/BiggerCodecs +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 421 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824bf5f0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 398 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824bf3b8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 371 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824bf180 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 348 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824bef48 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 221 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824beca0 +instanceKlass @cpi net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter 344 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824b8400 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 209 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bea68 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 47 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec$$Lambda+0x000001d6824be830 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 42 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec$$Lambda+0x000001d6824be5f8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 21 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec$$Lambda+0x000001d6824be3c0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 11 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec$$Lambda+0x000001d6824be188 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec$$Lambda+0x000001d6824bdf50 +instanceKlass net/mehvahdjukaar/polytone/utils/codec/LenientHolderSetCodec +instanceKlass net/mehvahdjukaar/polytone/utils/codec/ForwardAwareRegistryFixedCodec +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 187 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bd1c0 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 164 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bcf88 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 142 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bcd50 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 120 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bcb18 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bc8e0 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bc6a8 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bc470 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bc238 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824bc000 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/CodecUtils forwardAwareByNameCodec (Lnet/minecraft/core/Registry;Ljava/lang/Object;)Lcom/mojang/serialization/Codec; 19 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/CodecUtils$$Lambda+0x000001d6824b7d88 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/CodecUtils forwardAwareByNameCodec (Lnet/minecraft/core/Registry;Ljava/lang/Object;)Lcom/mojang/serialization/Codec; 14 member ; # net/mehvahdjukaar/polytone/utils/codec/CodecUtils$$Lambda+0x000001d6824b7b48 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter ()V 21 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824b7910 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter ()V 8 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824b76d8 +instanceKlass @bci net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter ()V 3 argL0 ; # net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter$$Lambda+0x000001d6824b74a0 +instanceKlass net/mehvahdjukaar/polytone/particle/ParticleTickable +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 321 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b6e50 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap14 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d68248b098 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 263 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b6b68 +instanceKlass @cpi dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects 285 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824b8000 +instanceKlass com/mojang/datafixers/util/Function14 +instanceKlass com/mojang/datafixers/Products$P14 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 251 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b6930 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 232 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b66f8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 213 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b64c0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 194 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b6288 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 175 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b6050 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 156 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b5e18 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b5be0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b59a8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b5770 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b5538 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b5300 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b50c8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b4e90 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker lambda$static$14 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b4c58 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker ()V 0 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker$$Lambda+0x000001d6824b4a20 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 302 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b45e0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 283 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b43a8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 260 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b4170 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 237 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b3f38 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 214 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b3d00 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 195 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b3ac8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$LiquidAffinity ()V 45 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$LiquidAffinity$$Lambda+0x000001d6824b38b0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 173 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b3208 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b2fd0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b2d98 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b2b60 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b2928 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b26f0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b24b8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationMode ()V 126 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationMode$$Lambda+0x000001d6824b22a0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation$$Lambda+0x000001d6824b19e8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation$$Lambda+0x000001d6824b17b0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation$$Lambda+0x000001d6824b1578 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation$$Lambda+0x000001d6824b1340 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleContextExpression ()V 8 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleContextExpression$$Lambda+0x000001d6824b1108 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleContextExpression ()V 3 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleContextExpression$$Lambda+0x000001d6824b0ed0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation ()V 0 argL0 ; # net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation$$Lambda+0x000001d6824b0a60 +instanceKlass net/mehvahdjukaar/polytone/particle/RotationProvider +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType lambda$static$18 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824b0408 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType$RenderMode ()V 84 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$RenderMode$$Lambda+0x000001d6824b01f0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/CustomParticleType ()V 9 argL0 ; # net/mehvahdjukaar/polytone/particle/CustomParticleType$$Lambda+0x000001d6824addc0 +instanceKlass net/minecraft/client/particle/SpriteSet +instanceKlass com/leclowndu93150/particular/mixin/AccessorBillboardParticle +instanceKlass net/minecraft/client/particle/Particle +instanceKlass com/moepus/flerovium/mixins/Particle/ParticleAccessor +instanceKlass com/leclowndu93150/particular/mixin/AccessorParticle +instanceKlass sp/mixin/SPAccessor +instanceKlass net/mehvahdjukaar/polytone/mixins/accessor/ParticleAccessor +instanceKlass net/mehvahdjukaar/polytone/particle/CustomParticleType +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d6824aeea8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d6824aec70 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter ()V 8 argL0 ; # net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter$$Lambda+0x000001d6824aea38 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter$$Lambda+0x000001d6824ae810 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter$$Lambda+0x000001d6824ae5d8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter$$Lambda+0x000001d6824abcb8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter ()V 0 argL0 ; # net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter$$Lambda+0x000001d6824aba80 +instanceKlass net/mehvahdjukaar/polytone/colormap/BiomeCompoundColorGetter +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapsManager byNameCodec ()Lcom/mojang/serialization/Codec; 9 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapsManager$$Lambda+0x000001d6824ab5b0 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapsManager byNameCodec ()Lcom/mojang/serialization/Codec; 4 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapsManager$$Lambda+0x000001d6824ab378 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap ()V 19 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824ab140 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap ()V 14 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824aaf08 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 184 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824aac70 +instanceKlass @cpi net/mehvahdjukaar/polytone/colormap/Colormap 624 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824ac800 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 172 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824aaa38 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$$Lambda+0x000001d6824aa800 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$$Lambda+0x000001d6824aa5c8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$$Lambda+0x000001d6824aa390 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$$Lambda+0x000001d6824aa158 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$Exp ()V 8 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$Exp$$Lambda+0x000001d6824a9f20 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$Exp ()V 3 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$Exp$$Lambda+0x000001d6824a9ce8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression ()V 0 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression$$Lambda+0x000001d6824a9810 +instanceKlass net/mehvahdjukaar/polytone/colormap/ColormapColorModulatorExpression +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a93c0 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a9188 +instanceKlass @bci net/mehvahdjukaar/polytone/biome/BiomeIdMapper ()V 16 argL0 ; # net/mehvahdjukaar/polytone/biome/BiomeIdMapper$$Lambda+0x000001d6824a8f70 +instanceKlass @cpi com/mojang/blaze3d/vertex/VertexSorting 116 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824ac400 +instanceKlass @cpi com/mojang/blaze3d/font/SpaceProvider 104 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824ac000 +instanceKlass @bci net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom ()V 29 argL0 ; # net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom$$Lambda+0x000001d6824a8d38 +instanceKlass @bci net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom ()V 24 argL0 ; # net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom$$Lambda+0x000001d6824a8b00 +instanceKlass @bci net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom ()V 8 argL0 ; # net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom$$Lambda+0x000001d6824a88c8 +instanceKlass @bci net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom ()V 3 argL0 ; # net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom$$Lambda+0x000001d6824a8690 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a8238 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a8000 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a4c00 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a5bb8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a5980 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$7 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$6 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$5 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$4 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$3 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$2 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$1 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider ()V 74 argL0 ; # net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$$Lambda+0x000001d6824a7508 +instanceKlass @cpi net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider 117 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824a4800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6824a4400 +instanceKlass net/mehvahdjukaar/polytone/biome/BiomeIdMapper +instanceKlass net/mehvahdjukaar/polytone/utils/codec/ReferenceOrDirectCodec +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapExpressionProvider ()V 8 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapExpressionProvider$$Lambda+0x000001d6824a68f8 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapExpressionProvider ()V 3 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapExpressionProvider$$Lambda+0x000001d6824a66c0 +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a6000 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ColorUtils ()V 29 argL0 ; # net/mehvahdjukaar/polytone/utils/ColorUtils$$Lambda+0x000001d6824a3d20 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ColorUtils ()V 24 argL0 ; # net/mehvahdjukaar/polytone/utils/ColorUtils$$Lambda+0x000001d6824a3ae8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ColorUtils ()V 11 argL0 ; # net/mehvahdjukaar/polytone/utils/ColorUtils$$Lambda+0x000001d6824a38b0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ColorUtils ()V 6 argL0 ; # net/mehvahdjukaar/polytone/utils/ColorUtils$$Lambda+0x000001d6824a3678 +instanceKlass net/mehvahdjukaar/polytone/utils/ColorUtils +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/Colormap ()V 0 argL0 ; # net/mehvahdjukaar/polytone/colormap/Colormap$$Lambda+0x000001d6824a3240 +instanceKlass net/mehvahdjukaar/polytone/colormap/Colormap +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d6824a2d80 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d6824a2b48 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 186 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a28a0 +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function11;)Lcom/mojang/serialization/MapCodec; 25 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6824a4000 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 174 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a2668 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a2430 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a21f8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a1fc0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a1d88 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a1b50 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a1918 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a16e0 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a14a8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d6824a1270 +instanceKlass net/mehvahdjukaar/polytone/utils/exp/ExpressionDelegate$1 +instanceKlass net/mehvahdjukaar/polytone/utils/exp/IExpression$IVars +instanceKlass net/mehvahdjukaar/polytone/utils/exp/ExpressionDelegate +instanceKlass @bci net/mehvahdjukaar/polytone/utils/ExpressionUtils defOp ([Lnet/objecthunter/exp4j/operator/Operator;)[Lnet/objecthunter/exp4j/operator/Operator; 51 argL0 ; # net/mehvahdjukaar/polytone/utils/ExpressionUtils$$Lambda+0x000001d6824a09f0 +instanceKlass io/netty/util/internal/UnpaddedInternalThreadLocalMap +instanceKlass net/minecraft/world/level/levelgen/SingleThreadedRandomSource +instanceKlass com/ishland/c2me/base/mixin/access/ISimpleRandom +instanceKlass net/mehvahdjukaar/polytone/utils/ExpressionUtils +instanceKlass @bci net/mehvahdjukaar/polytone/block/BlockContextExpression ()V 8 argL0 ; # net/mehvahdjukaar/polytone/block/BlockContextExpression$$Lambda+0x000001d68249c9f8 +instanceKlass @bci net/mehvahdjukaar/polytone/block/BlockContextExpression ()V 3 argL0 ; # net/mehvahdjukaar/polytone/block/BlockContextExpression$$Lambda+0x000001d68249c7c0 +instanceKlass net/mehvahdjukaar/polytone/utils/exp/IExpression +instanceKlass net/mehvahdjukaar/polytone/utils/exp/PolytoneExpression +instanceKlass @bci net/mehvahdjukaar/polytone/particle/ParticleInitializer ()V 0 argL0 ; # net/mehvahdjukaar/polytone/particle/ParticleInitializer$$Lambda+0x000001d68249bae8 +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d68249b6a8 +instanceKlass net/mehvahdjukaar/polytone/utils/codec/ForwardAwareByNameCodec +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/CodecUtils ()V 33 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/CodecUtils$$Lambda+0x000001d68249aeb8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/codec/CodecUtils ()V 11 argL0 ; # net/mehvahdjukaar/polytone/utils/codec/CodecUtils$$Lambda+0x000001d68249ac80 +instanceKlass net/mehvahdjukaar/polytone/utils/codec/CodecUtils +instanceKlass @bci net/mehvahdjukaar/polytone/particle/SemiCustomParticleType ()V 0 argL0 ; # net/mehvahdjukaar/polytone/particle/SemiCustomParticleType$$Lambda+0x000001d68249a848 +instanceKlass net/mehvahdjukaar/polytone/particle/SemiCustomParticleType +instanceKlass net/mehvahdjukaar/polytone/particle/CustomParticleFactory +instanceKlass net/minecraft/client/particle/ParticleProvider +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanArrays$ArrayHashStrategy +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanArrays +instanceKlass @bci net/mehvahdjukaar/polytone/dimension/DimensionEffectsManager ()V 0 argL0 ; # net/mehvahdjukaar/polytone/dimension/DimensionEffectsManager$$Lambda+0x000001d682499d40 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets ()V 83 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$$Lambda+0x000001d682499608 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets ()V 78 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$$Lambda+0x000001d6824993d0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets ()V 57 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$$Lambda+0x000001d682499198 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets ()V 52 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$$Lambda+0x000001d682498f60 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry$$Lambda+0x000001d682498d38 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry$$Lambda+0x000001d682498b00 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry$$Lambda+0x000001d6824988c8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry ()V 0 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry$$Lambda+0x000001d682498690 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$RegexLocation ()V 8 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$RegexLocation$$Lambda+0x000001d682498238 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$RegexLocation ()V 3 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$RegexLocation$$Lambda+0x000001d682498000 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$TagLocation ()V 8 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$TagLocation$$Lambda+0x000001d682495ae8 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$TagLocation ()V 3 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$TagLocation$$Lambda+0x000001d6824958b0 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$SimpleLocation ()V 8 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$SimpleLocation$$Lambda+0x000001d682495458 +instanceKlass @bci net/mehvahdjukaar/polytone/utils/Targets$SimpleLocation ()V 3 argL0 ; # net/mehvahdjukaar/polytone/utils/Targets$SimpleLocation$$Lambda+0x000001d682495220 +instanceKlass net/mehvahdjukaar/polytone/utils/Targets$Entry +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapsManager ()V 40 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapsManager$$Lambda+0x000001d6824976c0 +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapsManager ()V 22 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapsManager$$Lambda+0x000001d6824974a8 +instanceKlass org/betterx/bclib/util/MHelper$ThreadLocalRandomSource +instanceKlass @bci de/ambertation/wunderlib/math/Float3 lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # de/ambertation/wunderlib/math/Float3$$Lambda+0x000001d682496d90 +instanceKlass @cpi io/wispforest/owo/serialization/endec/MinecraftEndecs 512 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682494c00 +instanceKlass @bci de/ambertation/wunderlib/math/Float3 lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # de/ambertation/wunderlib/math/Float3$$Lambda+0x000001d682496b58 +instanceKlass @bci de/ambertation/wunderlib/math/Float3 lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # de/ambertation/wunderlib/math/Float3$$Lambda+0x000001d682496920 +instanceKlass @bci de/ambertation/wunderlib/math/Float3 lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # de/ambertation/wunderlib/math/Float3$$Lambda+0x000001d6824966e8 +instanceKlass @bci de/ambertation/wunderlib/math/Float3 ()V 242 argL0 ; # de/ambertation/wunderlib/math/Float3$$Lambda+0x000001d6824964b0 +instanceKlass de/ambertation/wunderlib/math/Float3 +instanceKlass org/betterx/bclib/util/MHelper +instanceKlass @bci net/minecraft/client/renderer/BiomeColors buildOffsets ()[Ljava/awt/Point; 76 argL0 ; # net/minecraft/client/renderer/BiomeColors$$Lambda+0x000001d682493bc0 +instanceKlass java/awt/geom/Point2D +instanceKlass de/ambertation/wunderlib/ui/ColorHelper +instanceKlass org/betterx/ui/ColorUtil +instanceKlass @bci net/minecraft/client/renderer/BiomeColors ()V 16 argL0 ; # net/minecraft/client/renderer/BiomeColors$$Lambda+0x000001d6824935a8 +instanceKlass @bci net/minecraft/client/renderer/BiomeColors ()V 8 argL0 ; # net/minecraft/client/renderer/BiomeColors$$Lambda+0x000001d682493390 +instanceKlass @cpi net/minecraft/client/renderer/BiomeColors 124 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682494800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682494400 +instanceKlass @bci net/minecraft/client/renderer/BiomeColors ()V 0 argL0 ; # net/minecraft/client/renderer/BiomeColors$$Lambda+0x000001d682493178 +instanceKlass @cpi net/minecraft/client/renderer/BiomeColors 110 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682494000 +instanceKlass net/minecraft/client/renderer/BiomeColors +instanceKlass @bci net/mehvahdjukaar/polytone/colormap/ColormapsManager ()V 4 argL0 ; # net/mehvahdjukaar/polytone/colormap/ColormapsManager$$Lambda+0x000001d682492b08 +instanceKlass @cpi net/mehvahdjukaar/polytone/colormap/ColormapsManager 590 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682480c00 +instanceKlass @cpi net/mehvahdjukaar/every_compat/misc/ColoringUtils 150 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682480800 +instanceKlass net/minecraft/world/level/ColorResolver +instanceKlass net/mehvahdjukaar/polytone/colormap/IColorGetter +instanceKlass net/minecraft/client/color/item/ItemColor +instanceKlass net/mehvahdjukaar/polytone/utils/MapRegistry +instanceKlass @bci net/mehvahdjukaar/polytone/noise/NoiseManager lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/mehvahdjukaar/polytone/noise/NoiseManager$$Lambda+0x000001d68248f828 +instanceKlass @bci net/mehvahdjukaar/polytone/noise/NoiseManager lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/mehvahdjukaar/polytone/noise/NoiseManager$$Lambda+0x000001d68248f5f0 +instanceKlass @bci net/mehvahdjukaar/polytone/noise/NoiseManager lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/polytone/noise/NoiseManager$$Lambda+0x000001d68248f3b8 +instanceKlass @bci net/mehvahdjukaar/polytone/noise/NoiseManager ()V 0 argL0 ; # net/mehvahdjukaar/polytone/noise/NoiseManager$$Lambda+0x000001d68248f180 +instanceKlass com/smoothmovement/time/ClientLevelDeltaTime +instanceKlass com/yungnickyoung/minecraft/ribbits/mixin/mixins/client/accessor/ClientLevelAccessor +instanceKlass xaero/lib/client/level/IClientLevel +instanceKlass dev/latvian/mods/kubejs/core/ClientLevelKJS +instanceKlass net/spell_engine/utils/SoundPlayerWorld +instanceKlass org/betterx/bclib/interfaces/ClientLevelAccess +instanceKlass xaero/map/mcworld/IWorldMapClientWorld +instanceKlass xaero/common/minimap/mcworld/IXaeroMinimapClientWorld +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/map/ChunkTrackerHolder +instanceKlass net/caffeinemc/mods/sodium/client/world/BiomeSeedProvider +instanceKlass net/caffeinemc/mods/lithium/common/client/ClientWorldAccessor +instanceKlass net/mehvahdjukaar/polytone/item/ItemModelOverride +instanceKlass net/minecraft/client/color/block/BlockColor +instanceKlass net/mehvahdjukaar/polytone/utils/PartialReloader +instanceKlass net/mehvahdjukaar/polytone/Polytone +instanceKlass @bci net/neoforged/neoforge/registries/RegistrySnapshot (Lnet/minecraft/core/Registry;Z)V 64 member ; # net/neoforged/neoforge/registries/RegistrySnapshot$$Lambda+0x000001d682481ba0 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectSortedMaps +instanceKlass net/neoforged/neoforge/registries/RegistrySnapshot$1 +instanceKlass @bci net/neoforged/neoforge/registries/RegistrySnapshot ()V 0 argL0 ; # net/neoforged/neoforge/registries/RegistrySnapshot$$Lambda+0x000001d682481650 +instanceKlass net/neoforged/neoforge/registries/RegistrySnapshot +instanceKlass @bci org/apache/commons/lang3/Validate toSupplier (Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/function/Supplier; 2 member ; # org/apache/commons/lang3/Validate$$Lambda+0x000001d68243d900 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries wrapOperation$kpd000$create$ourRegistriesAreNotEmpty (Lnet/minecraft/core/Registry;Ljava/util/function/Consumer;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)V 1 member ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d682483c80 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries validate (Lnet/minecraft/core/Registry;)V 11 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d682483a68 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries validate (Lnet/minecraft/core/Registry;)V 2 member ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d682483838 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/SingleEnchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/item/enchantment/providers/SingleEnchantment$$Lambda+0x000001d682483610 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/SingleEnchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/providers/SingleEnchantment$$Lambda+0x000001d6824833d8 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/SingleEnchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/providers/SingleEnchantment$$Lambda+0x000001d6824831a0 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/SingleEnchantment ()V 0 argL0 ; # net/minecraft/world/item/enchantment/providers/SingleEnchantment$$Lambda+0x000001d682482f68 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty$$Lambda+0x000001d682482b08 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty$$Lambda+0x000001d6824828d0 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty$$Lambda+0x000001d682482698 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty$$Lambda+0x000001d682482460 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty ()V 0 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty$$Lambda+0x000001d682482228 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCost$$Lambda+0x000001d682487d68 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCost$$Lambda+0x000001d682487b30 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCost$$Lambda+0x000001d6824878f8 +instanceKlass @bci net/minecraft/world/item/enchantment/providers/EnchantmentsByCost ()V 0 argL0 ; # net/minecraft/world/item/enchantment/providers/EnchantmentsByCost$$Lambda+0x000001d6824876c0 +instanceKlass net/minecraft/world/item/enchantment/providers/EnchantmentProvider +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/SetValue$$Lambda+0x000001d682487068 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/SetValue$$Lambda+0x000001d682486e30 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetValue ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SetValue$$Lambda+0x000001d682486bf8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RemoveBinomial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/RemoveBinomial$$Lambda+0x000001d682486798 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RemoveBinomial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/RemoveBinomial$$Lambda+0x000001d682486560 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RemoveBinomial ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/RemoveBinomial$$Lambda+0x000001d682486328 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/MultiplyValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/MultiplyValue$$Lambda+0x000001d682485ec8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/MultiplyValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/MultiplyValue$$Lambda+0x000001d682485c90 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/MultiplyValue ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/MultiplyValue$$Lambda+0x000001d682485a58 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$ValueEffects ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$ValueEffects$$Lambda+0x000001d6824855f8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$ValueEffects ()V 3 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$ValueEffects$$Lambda+0x000001d6824853c0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AddValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/AddValue$$Lambda+0x000001d682484f60 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AddValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/AddValue$$Lambda+0x000001d682484d28 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AddValue ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/AddValue$$Lambda+0x000001d682484af0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$LocationBasedEffects ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$LocationBasedEffects$$Lambda+0x000001d682484690 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$LocationBasedEffects ()V 3 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$LocationBasedEffects$$Lambda+0x000001d682484458 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SummonEntityEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/item/enchantment/effects/SummonEntityEffect$$Lambda+0x000001d682484000 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SummonEntityEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/item/enchantment/effects/SummonEntityEffect$$Lambda+0x000001d68247fcc0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SummonEntityEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/effects/SummonEntityEffect$$Lambda+0x000001d68247fa88 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SummonEntityEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SummonEntityEffect$$Lambda+0x000001d68247f850 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247f380 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247f148 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247ef10 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247ecd8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource$$Lambda+0x000001d68247eab0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource$$Lambda+0x000001d68247e878 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource$$Lambda+0x000001d68247e640 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource$$Lambda+0x000001d68247e408 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247dfc8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247dd90 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247db58 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247d920 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247d6e8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247d4b0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247d278 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType ()V 46 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType$$Lambda+0x000001d68247d060 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType ()V 29 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType$$Lambda+0x000001d68247cc58 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType ()V 9 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType$$Lambda+0x000001d68247ca40 +instanceKlass @cpi net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType 107 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682480400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682480000 +instanceKlass net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType$CoordinateSource +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource$$Lambda+0x000001d68247c390 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247bf50 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$$Lambda+0x000001d68247bd18 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetBlockProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/item/enchantment/effects/SetBlockProperties$$Lambda+0x000001d68247b878 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetBlockProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/item/enchantment/effects/SetBlockProperties$$Lambda+0x000001d68247b640 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetBlockProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/item/enchantment/effects/SetBlockProperties$$Lambda+0x000001d68247b408 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetBlockProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/SetBlockProperties$$Lambda+0x000001d68247b1d0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/SetBlockProperties ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/SetBlockProperties$$Lambda+0x000001d68247af98 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RunFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/RunFunction$$Lambda+0x000001d68247aaf8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RunFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/RunFunction$$Lambda+0x000001d68247a8c0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/RunFunction ()V 6 argL0 ; # net/minecraft/world/item/enchantment/effects/RunFunction$$Lambda+0x000001d68247a688 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d68247a1b8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d682479f80 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d682479d48 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d682479b10 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d6824798d8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d6824796a0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d682479468 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceDisk ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceDisk$$Lambda+0x000001d682479230 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d682478d80 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d682478b48 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d682478910 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d6824786d8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d6824784a0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ReplaceBlock ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/ReplaceBlock$$Lambda+0x000001d682478268 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/PlaySoundEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/item/enchantment/effects/PlaySoundEffect$$Lambda+0x000001d682470c00 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/PlaySoundEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/item/enchantment/effects/PlaySoundEffect$$Lambda+0x000001d682471d80 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/PlaySoundEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/enchantment/effects/PlaySoundEffect$$Lambda+0x000001d682471b48 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/PlaySoundEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/PlaySoundEffect$$Lambda+0x000001d682471910 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/PlaySoundEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/PlaySoundEffect$$Lambda+0x000001d6824716d8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/Ignite lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/Ignite$$Lambda+0x000001d682471238 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/Ignite lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/Ignite$$Lambda+0x000001d682471000 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/Ignite ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/Ignite$$Lambda+0x000001d682473d68 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 228 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682473848 +instanceKlass @cpi net/minecraft/world/item/enchantment/effects/ExplodeEffect 400 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682470800 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 216 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682473610 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 197 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d6824733d8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 178 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d6824731a0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 159 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682472f68 +instanceKlass @bci net/minecraft/world/level/Level$ExplosionInteraction ()V 81 argL0 ; # net/minecraft/world/level/Level$ExplosionInteraction$$Lambda+0x000001d682472d50 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 140 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d6824726a8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 117 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682472470 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682472238 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682472000 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682477d30 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682477af8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d6824778c0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ExplodeEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/ExplodeEffect$$Lambda+0x000001d682477688 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageItem$$Lambda+0x000001d6824771e8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageItem$$Lambda+0x000001d682476fb0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageItem ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageItem$$Lambda+0x000001d682476d78 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageEntity lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageEntity$$Lambda+0x000001d6824768d8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageEntity lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageEntity$$Lambda+0x000001d6824766a0 +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d682476448 +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d682476210 +instanceKlass @bci net/minecraft/world/damagesource/DeathMessageType ()V 51 argL0 ; # net/minecraft/world/damagesource/DeathMessageType$$Lambda+0x000001d682475ff8 +instanceKlass @bci net/neoforged/neoforge/common/damagesource/IDeathMessageProvider ()V 0 argL0 ; # net/neoforged/neoforge/common/damagesource/IDeathMessageProvider$$Lambda+0x000001d682475bf0 +instanceKlass net/neoforged/neoforge/common/damagesource/IDeathMessageProvider +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d682475338 +instanceKlass @bci net/minecraft/world/damagesource/DamageEffects ()V 114 argL0 ; # net/minecraft/world/damagesource/DamageEffects$$Lambda+0x000001d682475120 +instanceKlass @bci net/minecraft/world/damagesource/DamageEffects (Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/sounds/SoundEvent;)V 6 member ; # net/minecraft/world/damagesource/DamageEffects$$Lambda+0x000001d682474d10 +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d682474858 +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d682474620 +instanceKlass @bci net/minecraft/world/damagesource/DamageScaling ()V 51 argL0 ; # net/minecraft/world/damagesource/DamageScaling$$Lambda+0x000001d682474408 +instanceKlass @bci net/neoforged/neoforge/common/damagesource/IScalingFunction ()V 0 argL0 ; # net/neoforged/neoforge/common/damagesource/IScalingFunction$$Lambda+0x000001d682474000 +instanceKlass @cpi net/neoforged/neoforge/common/damagesource/IScalingFunction 79 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682470400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682470000 +instanceKlass net/minecraft/world/damagesource/DamageSource +instanceKlass net/spell_engine/entity/DamageSourceExtension +instanceKlass net/puffish/skillsmod/access/DamageSourceAccess +instanceKlass net/critical_strike/api/CriticalDamageSource +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68246c400 +instanceKlass net/neoforged/neoforge/common/damagesource/IScalingFunction +instanceKlass @bci net/minecraft/world/damagesource/DamageType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d68246d678 +instanceKlass @bci net/minecraft/world/damagesource/DamageType ()V 0 argL0 ; # net/minecraft/world/damagesource/DamageType$$Lambda+0x000001d68246d440 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageEntity lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageEntity$$Lambda+0x000001d68246d000 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageEntity lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageEntity$$Lambda+0x000001d68246fd60 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageEntity ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageEntity$$Lambda+0x000001d68246fb28 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246f668 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246f430 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246f1f8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246efc0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246ed88 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246eb50 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/ApplyMobEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/ApplyMobEffect$$Lambda+0x000001d68246e918 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf codec (Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 3 member ; # net/minecraft/world/item/enchantment/effects/AllOf$$Lambda+0x000001d68246e470 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$EntityEffects ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$EntityEffects$$Lambda+0x000001d68246e238 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/AllOf$EntityEffects ()V 3 argL0 ; # net/minecraft/world/item/enchantment/effects/AllOf$EntityEffects$$Lambda+0x000001d68246e000 +instanceKlass net/minecraft/world/item/enchantment/effects/AllOf +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Lookup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Lookup$$Lambda+0x000001d68246b948 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Lookup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Lookup$$Lambda+0x000001d68246b710 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Lookup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Lookup$$Lambda+0x000001d68246b4d8 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Lookup ()V 0 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Lookup$$Lambda+0x000001d68246b2a0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Linear lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Linear$$Lambda+0x000001d68246ae50 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Linear lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Linear$$Lambda+0x000001d68246ac18 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Linear lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Linear$$Lambda+0x000001d68246a9e0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Linear ()V 0 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Linear$$Lambda+0x000001d68246a7a8 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared$$Lambda+0x000001d68246a350 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared$$Lambda+0x000001d68246a118 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared ()V 0 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared$$Lambda+0x000001d682469ee0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Fraction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Fraction$$Lambda+0x000001d682469cb8 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Fraction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Fraction$$Lambda+0x000001d682469a80 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Fraction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Fraction$$Lambda+0x000001d682469848 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Fraction ()V 0 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Fraction$$Lambda+0x000001d682469610 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped ()V 8 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d6824691b0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d682468f78 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D scale (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;FF)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68246c000 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d682468d40 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d682468b08 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d6824688d0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Clamped ()V 0 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Clamped$$Lambda+0x000001d682468698 +instanceKlass @bci net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate$$Lambda+0x000001d682468238 +instanceKlass @bci net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate$$Lambda+0x000001d682468000 +instanceKlass @bci net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate$$Lambda+0x000001d682467d78 +instanceKlass @bci net/minecraft/advancements/critereon/ItemTrimPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/ItemTrimPredicate$$Lambda+0x000001d682467900 +instanceKlass @bci net/minecraft/advancements/critereon/ItemTrimPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/ItemTrimPredicate$$Lambda+0x000001d6824676c8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemTrimPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemTrimPredicate$$Lambda+0x000001d682467490 +instanceKlass @bci net/minecraft/advancements/critereon/ItemTrimPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemTrimPredicate$$Lambda+0x000001d682467258 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$$Lambda+0x000001d682466dd0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$$Lambda+0x000001d682466b98 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682466940 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682466708 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d6824664d0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682466298 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682466060 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682465e28 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate$$Lambda+0x000001d682465bf0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$$Lambda+0x000001d682465768 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d6824652c8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d682465090 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d682464e58 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d682464c20 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d6824649e8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d6824647b0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate$PagePredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$PagePredicate$$Lambda+0x000001d682464578 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate$PagePredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$PagePredicate$$Lambda+0x000001d682464340 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWrittenBookPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemWrittenBookPredicate$$Lambda+0x000001d682463eb8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWritableBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/ItemWritableBookPredicate$$Lambda+0x000001d682463a30 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWritableBookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemWritableBookPredicate$$Lambda+0x000001d6824637f8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWritableBookPredicate$PagePredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ItemWritableBookPredicate$PagePredicate$$Lambda+0x000001d6824635c0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWritableBookPredicate$PagePredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/ItemWritableBookPredicate$PagePredicate$$Lambda+0x000001d682463388 +instanceKlass @bci net/minecraft/advancements/critereon/ItemWritableBookPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemWritableBookPredicate$$Lambda+0x000001d682462f00 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworksPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/ItemFireworksPredicate$$Lambda+0x000001d682462a88 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworksPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/ItemFireworksPredicate$$Lambda+0x000001d682462850 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworksPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemFireworksPredicate$$Lambda+0x000001d682462618 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworksPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemFireworksPredicate$$Lambda+0x000001d6824623e0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$$Lambda+0x000001d682461f58 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$$Lambda+0x000001d682461d20 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate$$Lambda+0x000001d682461ae8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate$$Lambda+0x000001d6824618b0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate$$Lambda+0x000001d682461678 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate$$Lambda+0x000001d682461440 +instanceKlass @bci net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate$$Lambda+0x000001d682461208 +instanceKlass @bci net/minecraft/advancements/critereon/ItemBundlePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/ItemBundlePredicate$$Lambda+0x000001d682460b30 +instanceKlass @bci net/minecraft/advancements/critereon/ItemBundlePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemBundlePredicate$$Lambda+0x000001d6824608f8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemBundlePredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemBundlePredicate$$Lambda+0x000001d6824606c0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemContainerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/ItemContainerPredicate$$Lambda+0x000001d682460238 +instanceKlass @bci net/minecraft/advancements/critereon/ItemContainerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemContainerPredicate$$Lambda+0x000001d682460000 +instanceKlass @bci net/minecraft/advancements/critereon/ItemContainerPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemContainerPredicate$$Lambda+0x000001d68245fba8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemCustomDataPredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ItemCustomDataPredicate$$Lambda+0x000001d68245f720 +instanceKlass @bci net/minecraft/advancements/critereon/ItemCustomDataPredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/ItemCustomDataPredicate$$Lambda+0x000001d68245f4e8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPotionsPredicate ()V 11 argL0 ; # net/minecraft/advancements/critereon/ItemPotionsPredicate$$Lambda+0x000001d68245f090 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPotionsPredicate ()V 6 argL0 ; # net/minecraft/advancements/critereon/ItemPotionsPredicate$$Lambda+0x000001d68245ee58 +instanceKlass @bci net/minecraft/advancements/critereon/ItemEnchantmentsPredicate$StoredEnchantments ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemEnchantmentsPredicate$StoredEnchantments$$Lambda+0x000001d68245e9d0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemEnchantmentsPredicate codec (Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/advancements/critereon/ItemEnchantmentsPredicate$$Lambda+0x000001d68245e508 +instanceKlass @bci net/minecraft/advancements/critereon/EnchantmentPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/EnchantmentPredicate$$Lambda+0x000001d68245e2e0 +instanceKlass @bci net/minecraft/advancements/critereon/EnchantmentPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/EnchantmentPredicate$$Lambda+0x000001d68245e0a8 +instanceKlass @bci net/minecraft/advancements/critereon/EnchantmentPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/EnchantmentPredicate$$Lambda+0x000001d68245de70 +instanceKlass @bci net/minecraft/advancements/critereon/EnchantmentPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/EnchantmentPredicate$$Lambda+0x000001d68245dc38 +instanceKlass @bci net/minecraft/advancements/critereon/ItemEnchantmentsPredicate$Enchantments ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemEnchantmentsPredicate$Enchantments$$Lambda+0x000001d68245d7f8 +instanceKlass net/minecraft/advancements/critereon/ItemEnchantmentsPredicate +instanceKlass fzzyhmstrs/emi_loot/mixins/EnchantmentsPredicateAccessor +instanceKlass @bci net/minecraft/advancements/critereon/ItemDamagePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/advancements/critereon/ItemDamagePredicate$$Lambda+0x000001d68245ceb8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemDamagePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/ItemDamagePredicate$$Lambda+0x000001d68245cc80 +instanceKlass @bci net/minecraft/advancements/critereon/ItemDamagePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemDamagePredicate$$Lambda+0x000001d68245ca48 +instanceKlass @bci net/minecraft/advancements/critereon/ItemDamagePredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemDamagePredicate$$Lambda+0x000001d68245c810 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 331 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245c388 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 311 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245c150 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 291 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245bf18 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType lambda$new$2 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 member ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType$$Lambda+0x000001d68245bcd8 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType lambda$new$2 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType$$Lambda+0x000001d68245baa0 +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType$Instance +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType (Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Function;)V 12 member ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType$$Lambda+0x000001d68245b628 +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicates$EntityHolderVariantPredicateType +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 271 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245b1e0 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 251 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245afa8 +instanceKlass @bci net/minecraft/world/entity/animal/TropicalFish$Pattern ()V 251 argL0 ; # net/minecraft/world/entity/animal/TropicalFish$Pattern$$Lambda+0x000001d68245ad90 +instanceKlass @bci net/minecraft/world/entity/animal/TropicalFish$Pattern ()V 240 argL0 ; # net/minecraft/world/entity/animal/TropicalFish$Pattern$$Lambda+0x000001d68245ab78 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 231 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d68245a0a0 +instanceKlass @bci net/minecraft/world/entity/animal/Parrot$Variant ()V 97 argL0 ; # net/minecraft/world/entity/animal/Parrot$Variant$$Lambda+0x000001d682459e88 +instanceKlass @bci net/minecraft/world/entity/animal/Parrot$Variant ()V 86 argL0 ; # net/minecraft/world/entity/animal/Parrot$Variant$$Lambda+0x000001d682459c70 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 211 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d6824595c8 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 186 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682459390 +instanceKlass @bci net/minecraft/util/ByIdMap continuous (Ljava/util/function/ToIntFunction;[Ljava/lang/Object;Lnet/minecraft/util/ByIdMap$OutOfBoundsStrategy;)Ljava/util/function/IntFunction; 82 member ; # net/minecraft/util/ByIdMap$$Lambda+0x000001d682459170 +instanceKlass @bci net/minecraft/world/entity/animal/horse/Llama$Variant ()V 81 argL0 ; # net/minecraft/world/entity/animal/horse/Llama$Variant$$Lambda+0x000001d682458f58 +instanceKlass @bci net/minecraft/world/entity/animal/horse/Llama$Variant ()V 70 argL0 ; # net/minecraft/world/entity/animal/horse/Llama$Variant$$Lambda+0x000001d682458d40 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 166 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682458888 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 146 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682458650 +instanceKlass @bci net/minecraft/world/entity/animal/Rabbit$Variant ()V 137 argL0 ; # net/minecraft/world/entity/animal/Rabbit$Variant$$Lambda+0x000001d682458438 +instanceKlass @bci net/minecraft/util/ByIdMap sparse (Ljava/util/function/ToIntFunction;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/function/IntFunction; 8 member ; # net/minecraft/util/ByIdMap$$Lambda+0x000001d682458218 +instanceKlass @bci net/minecraft/world/entity/animal/Rabbit$Variant ()V 120 argL0 ; # net/minecraft/world/entity/animal/Rabbit$Variant$$Lambda+0x000001d682458000 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 126 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682457760 +instanceKlass @bci net/minecraft/world/entity/animal/MushroomCow$MushroomType ()V 48 argL0 ; # net/minecraft/world/entity/animal/MushroomCow$MushroomType$$Lambda+0x000001d682457548 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 106 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682456ea0 +instanceKlass @bci net/minecraft/world/entity/animal/Fox$Type ()V 49 argL0 ; # net/minecraft/world/entity/animal/Fox$Type$$Lambda+0x000001d682456c88 +instanceKlass @bci net/minecraft/world/entity/animal/Fox$Type ()V 38 argL0 ; # net/minecraft/world/entity/animal/Fox$Type$$Lambda+0x000001d682456a70 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 86 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d6824563c8 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType lambda$new$2 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 member ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType$$Lambda+0x000001d682456188 +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType lambda$new$2 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType$$Lambda+0x000001d682455f50 +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType$Instance +instanceKlass fzzyhmstrs/emi_loot/mixins/VariantPredicateAccessor +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType (Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)V 12 member ; # net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType$$Lambda+0x000001d6824558c0 +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicates$EntityVariantPredicateType +instanceKlass @bci net/minecraft/advancements/critereon/EntitySubPredicates ()V 66 argL0 ; # net/minecraft/advancements/critereon/EntitySubPredicates$$Lambda+0x000001d682455478 +instanceKlass @bci net/minecraft/world/entity/animal/axolotl/Axolotl$Variant ()V 108 argL0 ; # net/minecraft/world/entity/animal/axolotl/Axolotl$Variant$$Lambda+0x000001d682455260 +instanceKlass @bci net/minecraft/world/entity/animal/axolotl/Axolotl$Variant ()V 91 argL0 ; # net/minecraft/world/entity/animal/axolotl/Axolotl$Variant$$Lambda+0x000001d682455048 +instanceKlass @bci net/minecraft/advancements/critereon/RaiderPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/advancements/critereon/RaiderPredicate$$Lambda+0x000001d6824549a8 +instanceKlass @bci net/minecraft/advancements/critereon/RaiderPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/advancements/critereon/RaiderPredicate$$Lambda+0x000001d682454770 +instanceKlass @bci net/minecraft/advancements/critereon/RaiderPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/advancements/critereon/RaiderPredicate$$Lambda+0x000001d682454538 +instanceKlass @bci net/minecraft/advancements/critereon/RaiderPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/RaiderPredicate$$Lambda+0x000001d682454300 +instanceKlass @bci net/minecraft/advancements/critereon/SlimePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/SlimePredicate$$Lambda+0x000001d682453ea8 +instanceKlass @bci net/minecraft/advancements/critereon/SlimePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/SlimePredicate$$Lambda+0x000001d682453c70 +instanceKlass @bci net/minecraft/advancements/critereon/SlimePredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/SlimePredicate$$Lambda+0x000001d682453a38 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 146 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d6824535a8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d682453370 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d682453138 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementPredicate ()V 14 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementPredicate$$Lambda+0x000001d682452f00 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementPredicate ()V 9 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementPredicate$$Lambda+0x000001d682452cc8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementCriterionsPredicate ()V 11 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementCriterionsPredicate$$Lambda+0x000001d682452a90 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementCriterionsPredicate ()V 6 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementCriterionsPredicate$$Lambda+0x000001d682452858 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementDonePredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementDonePredicate$$Lambda+0x000001d6824523b8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$AdvancementDonePredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$AdvancementDonePredicate$$Lambda+0x000001d682452180 +instanceKlass net/minecraft/advancements/critereon/PlayerPredicate$AdvancementPredicate +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d682451af0 +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanMaps +instanceKlass @bci net/minecraft/util/ExtraCodecs object2BooleanMap (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 12 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6824518b8 +instanceKlass @bci net/minecraft/util/ExtraCodecs object2BooleanMap (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 7 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d682451680 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d682451448 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$StatMatcher ()V 13 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$StatMatcher$$Lambda+0x000001d682451210 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate$StatMatcher ()V 8 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$StatMatcher$$Lambda+0x000001d682450fd8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d682450b98 +instanceKlass @bci net/minecraft/advancements/critereon/GameTypePredicate ()V 42 argL0 ; # net/minecraft/advancements/critereon/GameTypePredicate$$Lambda+0x000001d682450960 +instanceKlass @bci net/minecraft/advancements/critereon/GameTypePredicate ()V 37 argL0 ; # net/minecraft/advancements/critereon/GameTypePredicate$$Lambda+0x000001d682450728 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d6824502e8 +instanceKlass @bci net/minecraft/advancements/critereon/PlayerPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/PlayerPredicate$$Lambda+0x000001d68244fd58 +instanceKlass net/minecraft/stats/RecipeBook +instanceKlass net/minecraft/stats/StatsCounter +instanceKlass @bci net/minecraft/advancements/critereon/FishingHookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/advancements/critereon/FishingHookPredicate$$Lambda+0x000001d68244f1d8 +instanceKlass @bci net/minecraft/advancements/critereon/FishingHookPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/FishingHookPredicate$$Lambda+0x000001d68244efa0 +instanceKlass @bci net/minecraft/advancements/critereon/FishingHookPredicate ()V 13 argL0 ; # net/minecraft/advancements/critereon/FishingHookPredicate$$Lambda+0x000001d68244ed68 +instanceKlass @bci net/minecraft/advancements/critereon/LightningBoltPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/advancements/critereon/LightningBoltPredicate$$Lambda+0x000001d68244e918 +instanceKlass @bci net/minecraft/advancements/critereon/LightningBoltPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/LightningBoltPredicate$$Lambda+0x000001d68244e6e0 +instanceKlass @bci net/minecraft/advancements/critereon/LightningBoltPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/LightningBoltPredicate$$Lambda+0x000001d68244e4a8 +instanceKlass @bci net/minecraft/advancements/critereon/LightningBoltPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/LightningBoltPredicate$$Lambda+0x000001d68244e270 +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicate +instanceKlass @bci net/minecraft/network/chat/numbers/FixedFormat$1 ()V 34 argL0 ; # net/minecraft/network/chat/numbers/FixedFormat$1$$Lambda+0x000001d68244dc18 +instanceKlass @bci net/minecraft/network/chat/numbers/FixedFormat$1 ()V 29 argL0 ; # net/minecraft/network/chat/numbers/FixedFormat$1$$Lambda+0x000001d68244d9e0 +instanceKlass @bci net/minecraft/network/chat/numbers/FixedFormat$1 ()V 15 argL0 ; # net/minecraft/network/chat/numbers/FixedFormat$1$$Lambda+0x000001d68244d7a8 +instanceKlass @bci net/minecraft/network/chat/numbers/FixedFormat$1 ()V 10 argL0 ; # net/minecraft/network/chat/numbers/FixedFormat$1$$Lambda+0x000001d68244d570 +instanceKlass net/minecraft/network/chat/numbers/FixedFormat$1 +instanceKlass net/minecraft/network/chat/numbers/FixedFormat +instanceKlass @bci net/minecraft/network/chat/numbers/StyledFormat$1 ()V 27 argL0 ; # net/minecraft/network/chat/numbers/StyledFormat$1$$Lambda+0x000001d68244ced0 +instanceKlass @bci net/minecraft/network/chat/numbers/StyledFormat$1 ()V 22 argL0 ; # net/minecraft/network/chat/numbers/StyledFormat$1$$Lambda+0x000001d68244cc98 +instanceKlass @bci net/minecraft/network/chat/numbers/StyledFormat$1 ()V 8 argL0 ; # net/minecraft/network/chat/numbers/StyledFormat$1$$Lambda+0x000001d68244ca60 +instanceKlass @bci net/minecraft/network/chat/numbers/StyledFormat$1 ()V 3 argL0 ; # net/minecraft/network/chat/numbers/StyledFormat$1$$Lambda+0x000001d68244c828 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 185 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244c580 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 173 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244c348 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244c110 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244bed8 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244bca0 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244ba68 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244b830 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244b5f8 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244b3c0 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244b188 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244af50 +instanceKlass @bci net/minecraft/network/chat/Style$Serializer ()V 0 argL0 ; # net/minecraft/network/chat/Style$Serializer$$Lambda+0x000001d68244ad18 +instanceKlass net/minecraft/network/chat/Style$Serializer +instanceKlass net/minecraft/network/chat/numbers/StyledFormat$1 +instanceKlass net/minecraft/network/chat/numbers/StyledFormat +instanceKlass net/minecraft/network/chat/numbers/BlankFormat$1 +instanceKlass net/minecraft/network/chat/numbers/BlankFormat +instanceKlass @bci net/minecraft/network/chat/numbers/NumberFormatTypes ()V 62 argL0 ; # net/minecraft/network/chat/numbers/NumberFormatTypes$$Lambda+0x000001d68244a038 +instanceKlass @bci net/minecraft/network/chat/numbers/NumberFormatTypes ()V 46 argL0 ; # net/minecraft/network/chat/numbers/NumberFormatTypes$$Lambda+0x000001d682449e00 +instanceKlass @bci net/minecraft/network/chat/numbers/NumberFormatTypes ()V 41 argL0 ; # net/minecraft/network/chat/numbers/NumberFormatTypes$$Lambda+0x000001d682449bc8 +instanceKlass @bci net/minecraft/network/chat/numbers/NumberFormatTypes ()V 13 argL0 ; # net/minecraft/network/chat/numbers/NumberFormatTypes$$Lambda+0x000001d682449990 +instanceKlass @bci net/minecraft/network/chat/numbers/NumberFormatTypes ()V 8 argL0 ; # net/minecraft/network/chat/numbers/NumberFormatTypes$$Lambda+0x000001d682449758 +instanceKlass net/minecraft/network/chat/numbers/NumberFormat +instanceKlass net/minecraft/advancements/critereon/SimpleCriterionTrigger +instanceKlass net/minecraft/advancements/critereon/ImpossibleTrigger +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 595 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824429e8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 559 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824427d0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 548 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824425b8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 513 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824423a0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 505 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682442188 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 470 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682441f70 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 462 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682441d58 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 427 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682441b40 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 419 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682441928 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 384 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682441710 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 376 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824414f8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 341 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824412e0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 333 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d6824410c8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 283 member ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440ea8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 274 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440c90 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 229 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440a78 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 195 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440860 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 187 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440648 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 153 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440430 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 145 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440218 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 111 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d682440000 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 103 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d68243bcc0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 69 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d68243baa8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 61 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d68243b890 +instanceKlass net/minecraft/world/item/ItemStackLinkedSet$1 +instanceKlass net/minecraft/world/item/ItemStackLinkedSet +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 27 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d68243b238 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/world/item/CreativeModeTab; 19 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d68243b020 +instanceKlass @bci net/minecraft/world/item/CreativeModeTab$Builder (Lnet/minecraft/world/item/CreativeModeTab$Row;I)V 87 argL0 ; # net/minecraft/world/item/CreativeModeTab$Builder$$Lambda+0x000001d68243ade8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTab$Builder (Lnet/minecraft/world/item/CreativeModeTab$Row;I)V 12 argL0 ; # net/minecraft/world/item/CreativeModeTab$Builder$$Lambda+0x000001d68243a7a0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTab$Builder ()V 0 argL0 ; # net/minecraft/world/item/CreativeModeTab$Builder$$Lambda+0x000001d68243a588 +instanceKlass net/minecraft/world/item/CreativeModeTab$DisplayItemsGenerator +instanceKlass net/minecraft/world/item/CreativeModeTab$Builder +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Direct lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Direct$$Lambda+0x000001d682439890 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Direct lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Direct$$Lambda+0x000001d682439658 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Direct lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Direct$$Lambda+0x000001d682439420 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Direct ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Direct$$Lambda+0x000001d6824391e8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup$$Lambda+0x000001d682438d58 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup$$Lambda+0x000001d682438b20 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup$$Lambda+0x000001d6824388e8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Random lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Random$$Lambda+0x000001d682438470 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Random lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Random$$Lambda+0x000001d682438238 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Random lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Random$$Lambda+0x000001d682438000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/Random ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/Random$$Lambda+0x000001d682437d18 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/LegacySinglePoolElement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/LegacySinglePoolElement$$Lambda+0x000001d682437878 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/LegacySinglePoolElement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/LegacySinglePoolElement$$Lambda+0x000001d682437640 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/EmptyPoolElement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/EmptyPoolElement$$Lambda+0x000001d6824370a8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement$$Lambda+0x000001d682436e80 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement$$Lambda+0x000001d682436c48 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/FeaturePoolElement$$Lambda+0x000001d682436a10 +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/FeaturePoolElementAccessor +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/FeaturePoolElementAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/ListPoolElement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/ListPoolElement$$Lambda+0x000001d682436170 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/ListPoolElement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/ListPoolElement$$Lambda+0x000001d682435f38 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/ListPoolElement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/ListPoolElement$$Lambda+0x000001d682435d00 +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/ListPoolElementAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/ListPoolElementAccessor +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/ListPoolElementAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType; 5 member ; # net/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType$$Lambda+0x000001d682435250 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d682435008 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement overrideLiquidSettingsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d682434dd0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement projectionCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 8 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement$$Lambda+0x000001d682434b98 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$Projection ()V 53 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$Projection$$Lambda+0x000001d682434980 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement processorsCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d6824342d8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement templateCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d6824340a0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement ()V 24 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d682433e68 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d682433c30 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/SinglePoolElement$$Lambda+0x000001d6824339c8 +instanceKlass software/bernie/geckolib/animatable/GeoEntity +instanceKlass software/bernie/geckolib/animatable/GeoAnimatable +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorSinglePoolElement +instanceKlass net/blay09/mods/waystones/worldgen/WaystoneStructurePoolElement +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/SinglePoolElementAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/SinglePoolElementAccessor +instanceKlass com/faboslav/structurify/common/mixin/structure/pools/SinglePoolElementAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/SinglePoolElementAccessor +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/SinglePoolElementAccessor +instanceKlass @bci net/minecraft/world/level/block/BlockTypes ()V 8 argL0 ; # net/minecraft/world/level/block/BlockTypes$$Lambda+0x000001d68242f7c8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242f580 +instanceKlass @cpi net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient 197 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68242cc00 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242f348 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242f110 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242eed8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242eca0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient$$Lambda+0x000001d68242ea68 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Constant ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Constant$$Lambda+0x000001d68242e530 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Constant ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Constant$$Lambda+0x000001d68242e2f8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Spline ()V 24 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Spline$$Lambda+0x000001d68242bcc0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Spline ()V 19 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Spline$$Lambda+0x000001d68242ba88 +instanceKlass @bci net/minecraft/util/CubicSpline codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 42 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242b850 +instanceKlass @bci net/minecraft/util/CubicSpline codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 37 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242b618 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$5 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242b3f0 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$5 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242b1b8 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$5 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242af80 +instanceKlass @bci net/minecraft/util/CubicSpline codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 20 member ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242ad40 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$1 (Lorg/apache/commons/lang3/mutable/MutableObject;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242ab08 +instanceKlass @cpi net/minecraft/util/CubicSpline 398 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68242c800 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$1 (Lorg/apache/commons/lang3/mutable/MutableObject;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242a8d0 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$1 (Lorg/apache/commons/lang3/mutable/MutableObject;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242a698 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$1 (Lorg/apache/commons/lang3/mutable/MutableObject;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 member ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242a478 +instanceKlass @bci net/minecraft/util/CubicSpline lambda$codec$1 (Lorg/apache/commons/lang3/mutable/MutableObject;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d68242a240 +instanceKlass @bci net/minecraft/util/CubicSpline codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 9 member ; # net/minecraft/util/CubicSpline$$Lambda+0x000001d682429df8 +instanceKlass net/minecraft/util/CubicSpline +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate$$Lambda+0x000001d682429750 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate$$Lambda+0x000001d682429518 +instanceKlass net/minecraft/util/ToFloatFunction$1 +instanceKlass @bci net/minecraft/util/ToFloatFunction ()V 0 argL0 ; # net/minecraft/util/ToFloatFunction$$Lambda+0x000001d682428d98 +instanceKlass @cpi net/minecraft/util/ToFloatFunction 55 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68242c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68242c000 +instanceKlass it/unimi/dsi/fastutil/floats/Float2FloatFunction +instanceKlass net/minecraft/util/ToFloatFunction +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Clamp lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Clamp$$Lambda+0x000001d682428470 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Clamp lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Clamp$$Lambda+0x000001d682428238 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Clamp lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Clamp$$Lambda+0x000001d682428000 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Clamp lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Clamp$$Lambda+0x000001d682421d50 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Clamp ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Clamp$$Lambda+0x000001d682421b18 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity ()V 5 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity$$Lambda+0x000001d682423c18 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity$$Lambda+0x000001d6824239e0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Shift ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Shift$$Lambda+0x000001d682423490 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Shift ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Shift$$Lambda+0x000001d682423258 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftB ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftB$$Lambda+0x000001d682422cf8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftB ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftB$$Lambda+0x000001d682422ac0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftA ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftA$$Lambda+0x000001d682422560 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftA ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftA$$Lambda+0x000001d682422328 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d682427b58 +instanceKlass @cpi net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice 223 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682421400 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d682427920 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d6824276e8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d6824274b0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d682427278 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d682427040 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice$$Lambda+0x000001d682426e08 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d6824268e8 +instanceKlass @cpi net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise 250 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682421000 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d6824266b0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682426478 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682426240 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682426008 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682425dd0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682425b98 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise$$Lambda+0x000001d682425960 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$$Lambda+0x000001d682425470 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$$Lambda+0x000001d682425238 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper ()V 52 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper$$Lambda+0x000001d682425020 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper ()V 32 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper$$Lambda+0x000001d682424720 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper ()V 9 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper$$Lambda+0x000001d682424200 +instanceKlass @cpi net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper 92 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682420c00 +instanceKlass @cpi mod/azure/azurelibarmor/core/molang/LazyVariable 57 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682420800 +instanceKlass net/minecraft/world/level/levelgen/NoiseRouterData$QuantizedSpaghettiRarity +instanceKlass com/ishland/c2me/base/mixin/access/IDensityFunctionsCaveScaler +instanceKlass it/unimi/dsi/fastutil/doubles/Double2DoubleFunction +instanceKlass com/ishland/c2me/base/mixin/access/IDensityFunctionTypesWeirdScaledSamplerRarityValueMapper +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$$Lambda+0x000001d68241f5a8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$$Lambda+0x000001d68241f370 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$$Lambda+0x000001d68241f138 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$EndIslandDensityFunction +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Noise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Noise$$Lambda+0x000001d68241e6e8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Noise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Noise$$Lambda+0x000001d68241e4b0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Noise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Noise$$Lambda+0x000001d68241e278 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Noise lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Noise$$Lambda+0x000001d68241e040 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunction$NoiseHolder ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunction$NoiseHolder$$Lambda+0x000001d68241de08 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunction$NoiseHolder ()V 3 argL0 ; # net/minecraft/world/level/levelgen/DensityFunction$NoiseHolder$$Lambda+0x000001d68241dbd0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Noise ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Noise$$Lambda+0x000001d68241d790 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241d280 +instanceKlass @cpi net/minecraft/world/level/levelgen/synth/BlendedNoise 339 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682420400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682420000 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241d048 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241ce10 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241cbd8 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241c9a0 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241c768 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/BlendedNoise ()V 12 argL0 ; # net/minecraft/world/level/levelgen/synth/BlendedNoise$$Lambda+0x000001d68241c530 +instanceKlass net/minecraft/world/level/levelgen/synth/BlendedNoise +instanceKlass com/ishland/c2me/base/mixin/access/IInterpolatedNoiseSampler +instanceKlass @bci terrablender/worldgen/surface/NamespacedSurfaceRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # terrablender/worldgen/surface/NamespacedSurfaceRuleSource$$Lambda+0x000001d68241a798 +instanceKlass @bci terrablender/worldgen/surface/NamespacedSurfaceRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # terrablender/worldgen/surface/NamespacedSurfaceRuleSource$$Lambda+0x000001d68241a560 +instanceKlass @bci terrablender/worldgen/surface/NamespacedSurfaceRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # terrablender/worldgen/surface/NamespacedSurfaceRuleSource$$Lambda+0x000001d68241a328 +instanceKlass @bci terrablender/worldgen/surface/NamespacedSurfaceRuleSource ()V 0 argL0 ; # terrablender/worldgen/surface/NamespacedSurfaceRuleSource$$Lambda+0x000001d68241a0f0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource$$Lambda+0x000001d682419c68 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource$$Lambda+0x000001d682419a30 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource$$Lambda+0x000001d6824197f8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource$$Lambda+0x000001d6824195c0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$SequenceRule handler$hop019$c2me_opts_allocs$onInit (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 5 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$SequenceRule$$Lambda+0x000001d682419148 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource ()V 13 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource$$Lambda+0x000001d682418b00 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource$$Lambda+0x000001d6824188c8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource$$Lambda+0x000001d682418430 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource ()V 3 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource$$Lambda+0x000001d6824181f8 +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource$$Lambda+0x000001d682416b38 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource ()V 3 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource$$Lambda+0x000001d682416900 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource$$Lambda+0x000001d682415968 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource$$Lambda+0x000001d682415730 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource$$Lambda+0x000001d6824154f8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource$$Lambda+0x000001d6824152c0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource$$Lambda+0x000001d682415088 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource$$Lambda+0x000001d682414bf8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource$$Lambda+0x000001d6824149c0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource$$Lambda+0x000001d682414788 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource$$Lambda+0x000001d682414550 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource$$Lambda+0x000001d682414318 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource$$Lambda+0x000001d682413e80 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource$$Lambda+0x000001d682413c48 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource$$Lambda+0x000001d682413a10 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource$$Lambda+0x000001d6824137d8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource$$Lambda+0x000001d6824135a0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource$$Lambda+0x000001d682413108 +instanceKlass @cpi dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition 250 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68240cc00 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource$$Lambda+0x000001d682412ed0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource$$Lambda+0x000001d682412c98 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource$$Lambda+0x000001d682412a60 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource$$Lambda+0x000001d682412828 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682412380 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682412148 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682411f10 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682411cd8 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682411aa0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck ()V 0 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck$$Lambda+0x000001d682411868 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource ()V 23 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource$$Lambda+0x000001d6824113d0 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource ()V 18 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource$$Lambda+0x000001d682411198 +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$Condition +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$ConditionSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$ConditionSource$$Lambda+0x000001d682410b08 +instanceKlass @bci net/minecraft/world/level/levelgen/DebugLevelSource ()V 23 argL0 ; # net/minecraft/world/level/levelgen/DebugLevelSource$$Lambda+0x000001d6824108d0 +instanceKlass @bci net/minecraft/world/level/levelgen/DebugLevelSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/DebugLevelSource$$Lambda+0x000001d682410698 +instanceKlass @bci net/minecraft/world/level/levelgen/DebugLevelSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/DebugLevelSource$$Lambda+0x000001d682410460 +instanceKlass net/fabricmc/fabric/mixin/registry/sync/DebugChunkGeneratorAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/FlatLevelSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/world/level/levelgen/FlatLevelSource$$Lambda+0x000001d68240fa50 +instanceKlass @bci net/minecraft/world/level/levelgen/FlatLevelSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/FlatLevelSource$$Lambda+0x000001d68240f818 +instanceKlass @bci net/minecraft/core/Holder getRegisteredName ()Ljava/lang/String; 6 argL0 ; # net/minecraft/core/Holder$$Lambda+0x000001d68240f5e0 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings ()V 14 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240f3a8 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240f120 +instanceKlass @cpi net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings 615 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68240c800 +instanceKlass net/minecraft/data/worldgen/placement/PlacementUtils +instanceKlass net/minecraft/data/worldgen/placement/MiscOverworldPlacements +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240eae8 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240e8d0 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240e698 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240e460 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240e228 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLayerInfo lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLayerInfo$$Lambda+0x000001d68240e000 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLayerInfo lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLayerInfo$$Lambda+0x000001d68240bcd0 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLayerInfo lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLayerInfo$$Lambda+0x000001d68240ba98 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLayerInfo ()V 0 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLayerInfo$$Lambda+0x000001d68240b860 +instanceKlass net/minecraft/world/level/levelgen/flat/FlatLayerInfo +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240b410 +instanceKlass @bci net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings ()V 6 argL0 ; # net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings$$Lambda+0x000001d68240b1d8 +instanceKlass net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorSettings +instanceKlass @bci net/minecraft/world/level/levelgen/FlatLevelSource ()V 0 argL0 ; # net/minecraft/world/level/levelgen/FlatLevelSource$$Lambda+0x000001d68240ad50 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$$Lambda+0x000001d68240a6c0 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$$Lambda+0x000001d68240a488 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 219 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d68240a1d0 +instanceKlass @cpi net/minecraft/world/level/levelgen/NoiseGeneratorSettings 511 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68240c400 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 207 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682409f98 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 188 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682409d60 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 169 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682409b28 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d6824098f0 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d6824096b8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 112 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682409480 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682409248 +instanceKlass @bci net/minecraft/world/level/levelgen/SurfaceRules$RuleSource ()V 8 argL0 ; # net/minecraft/world/level/levelgen/SurfaceRules$RuleSource$$Lambda+0x000001d682409010 +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682408bd8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 155 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d6824088e0 +instanceKlass @cpi net/minecraft/world/level/levelgen/NoiseRouter 264 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68240c000 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d6824086a8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682408470 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682408238 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682408000 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682404c70 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682404a38 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682404800 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682405d50 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682405b18 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d6824058e0 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d6824056a8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682405470 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682405238 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682405000 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682407c70 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseRouter ()V 0 argL0 ; # net/minecraft/world/level/levelgen/NoiseRouter$$Lambda+0x000001d682407a38 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d6824075f8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d6824073c0 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682407188 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings create (IIII)Lnet/minecraft/world/level/levelgen/NoiseSettings; 23 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682406f60 +instanceKlass net/minecraft/core/QuartPos +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings ()V 8 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682406b28 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d6824068e0 +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetLengthRangeConfig 152 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682404400 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d6824066a8 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682406470 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682406238 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682406000 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseSettings ()V 0 argL0 ; # net/minecraft/world/level/levelgen/NoiseSettings$$Lambda+0x000001d682403c88 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseGeneratorSettings ()V 0 argL0 ; # net/minecraft/world/level/levelgen/NoiseGeneratorSettings$$Lambda+0x000001d682403850 +instanceKlass com/teamabnormals/blueprint/core/mixin/NoiseGeneratorSettingsMixin +instanceKlass org/betterx/wover/common/surface/api/SurfaceRuleProvider +instanceKlass org/betterx/betterend/interfaces/BETargetChecker +instanceKlass dev/worldgen/lithostitched/mixin/common/NoiseGeneratorSettingsAccessor +instanceKlass com/terraformersmc/biolith/impl/mixin/MixinChunkGeneratorSettings +instanceKlass terrablender/worldgen/IExtendedNoiseGeneratorSettings +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$$Lambda+0x000001d6824027a0 +instanceKlass @bci net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator ()V 0 argL0 ; # net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator$$Lambda+0x000001d682402568 +instanceKlass @bci net/minecraft/world/level/chunk/ChunkGenerator ()V 8 argL0 ; # net/minecraft/world/level/chunk/ChunkGenerator$$Lambda+0x000001d682402330 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker +instanceKlass net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction +instanceKlass net/minecraft/world/level/chunk/ChunkGenerator +instanceKlass com/ishland/c2me/base/mixin/access/IChunkGenerator +instanceKlass com/structureessentials/IGeneratorNearbyStructureHolder +instanceKlass org/betterx/wover/generator/impl/chunkgenerator/ConfiguredChunkGenerator +instanceKlass org/betterx/wover/biome/mixin/ChunkGeneratorAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/ChunkGeneratorAccessor +instanceKlass com/faboslav/structurify/common/api/StructurifyChunkGenerator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682404000 +instanceKlass org/betterx/wover/common/generator/api/biomesource/NoiseGeneratorSettingsProvider +instanceKlass org/betterx/wover/common/generator/api/chunkgenerator/RebuildableFeaturesPerStep +instanceKlass org/betterx/wover/common/surface/api/InjectableSurfaceRules +instanceKlass org/betterx/betterend/mixin/common/NoiseBasedChunkGeneratorAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/NoiseBasedChunkGeneratorAccessor +instanceKlass @bci net/minecraft/world/level/biome/TheEndBiomeSource mdd85188$fabric_biome_api_v1$lambda$modifyCodec$0$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/biome/TheEndBiomeSource$$Lambda+0x000001d6823f9d58 +instanceKlass @bci net/minecraft/world/level/biome/TheEndBiomeSource handler$kgm000$fabric_biome_api_v1$modifyCodec (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 0 argL0 ; # net/minecraft/world/level/biome/TheEndBiomeSource$$Lambda+0x000001d6823f9b20 +instanceKlass @bci net/minecraft/world/level/biome/TheEndBiomeSource ()V 11 argL0 ; # net/minecraft/world/level/biome/TheEndBiomeSource$$Lambda+0x000001d6823f9908 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder point (Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 11 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$$Lambda+0x000001d6823ef500 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder point (Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 5 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$$Lambda+0x000001d6823ef2c0 +instanceKlass @bci net/minecraft/world/level/biome/TheEndBiomeSource lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/biome/TheEndBiomeSource$$Lambda+0x000001d6823f96b0 +instanceKlass @bci net/minecraft/resources/RegistryOps retrieveElement (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 18 argL0 ; # net/minecraft/resources/RegistryOps$$Lambda+0x000001d6823f9478 +instanceKlass @bci net/minecraft/resources/RegistryOps retrieveElement (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 member ; # net/minecraft/resources/RegistryOps$$Lambda+0x000001d6823f9238 +instanceKlass @bci net/minecraft/world/level/biome/TheEndBiomeSource ()V 0 argL0 ; # net/minecraft/world/level/biome/TheEndBiomeSource$$Lambda+0x000001d6823f9000 +instanceKlass terrablender/worldgen/IExtendedTheEndBiomeSource +instanceKlass @bci net/minecraft/world/level/biome/CheckerboardColumnBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/biome/CheckerboardColumnBiomeSource$$Lambda+0x000001d6823fb708 +instanceKlass @bci net/minecraft/world/level/biome/CheckerboardColumnBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/biome/CheckerboardColumnBiomeSource$$Lambda+0x000001d6823fb4d0 +instanceKlass @bci net/minecraft/world/level/biome/CheckerboardColumnBiomeSource lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/CheckerboardColumnBiomeSource$$Lambda+0x000001d6823fb298 +instanceKlass @bci net/minecraft/world/level/biome/CheckerboardColumnBiomeSource ()V 0 argL0 ; # net/minecraft/world/level/biome/CheckerboardColumnBiomeSource$$Lambda+0x000001d6823fb060 +instanceKlass @bci dev/worldgen/lithostitched/util/CodecExtender extend (Lcom/mojang/serialization/MapCodec;Ljava/util/function/BiFunction;)Lcom/mojang/serialization/MapCodec; 19 argL0 ; # dev/worldgen/lithostitched/util/CodecExtender$$Lambda+0x000001d6823fab00 +instanceKlass @bci dev/worldgen/lithostitched/util/CodecExtender extend (Lcom/mojang/serialization/MapCodec;Ljava/util/function/BiFunction;)Lcom/mojang/serialization/MapCodec; 14 argL0 ; # dev/worldgen/lithostitched/util/CodecExtender$$Lambda+0x000001d6823fa8c8 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSource mdd85188$lithostitched$lambda$wrapCodec$1$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;Lcom/mojang/serialization/codecs/RecordCodecBuilder;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSource$$Lambda+0x000001d6823fa6a0 +instanceKlass @bci dev/worldgen/lithostitched/util/CodecExtender extend (Lcom/mojang/serialization/MapCodec;Ljava/util/function/BiFunction;)Lcom/mojang/serialization/MapCodec; 2 member ; # dev/worldgen/lithostitched/util/CodecExtender$$Lambda+0x000001d6823fa460 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSource redirect$clp000$lithostitched$wrapCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 6 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSource$$Lambda+0x000001d6823fa238 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSource ()V 65 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSource$$Lambda+0x000001d6823fa000 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSource ()V 60 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSource$$Lambda+0x000001d6823ffcb0 +instanceKlass @bci dev/worldgen/lithostitched/util/CodecExtender extend (Lcom/mojang/serialization/Codec;Ljava/util/function/BiFunction;)Lcom/mojang/serialization/Codec; 2 member ; # dev/worldgen/lithostitched/util/CodecExtender$$Lambda+0x000001d6823ffa90 +instanceKlass dev/worldgen/lithostitched/util/CodecExtender +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList redirect$cma000$lithostitched$wrapCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 4 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$$Lambda+0x000001d6823ff668 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$$Lambda+0x000001d6823ff440 +instanceKlass @bci net/minecraft/resources/RegistryOps retrieveGetter (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 9 argL0 ; # net/minecraft/resources/RegistryOps$$Lambda+0x000001d6823ff208 +instanceKlass @bci net/minecraft/resources/RegistryOps retrieveGetter (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 1 member ; # net/minecraft/resources/RegistryOps$$Lambda+0x000001d6823fefc8 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$$Lambda+0x000001d6823fed90 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset ()V 97 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$$Lambda+0x000001d6823feb58 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset ()V 92 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$$Lambda+0x000001d6823fe920 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset ()V 70 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$$Lambda+0x000001d6823fe6e8 +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset ()V 65 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$$Lambda+0x000001d6823fe4b0 +instanceKlass net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$2 +instanceKlass net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$1 +instanceKlass net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset$SourceProvider +instanceKlass @bci net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList ()V 0 argL0 ; # net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$$Lambda+0x000001d6823fd840 +instanceKlass net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList +instanceKlass org/betterx/wover/generator/mixin/biomesource/MultiNoiseBiomeSourceParameterListAccessor +instanceKlass dev/worldgen/lithostitched/duck/mnbs/MNBSPLDuck +instanceKlass dev/worldgen/lithostitched/mixin/common/mnbs/MNBSPLAccessor +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList codec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/Codec; 22 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823fcd80 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList codec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/Codec; 17 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823fcb48 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823fc920 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823fc6e8 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList lambda$codec$0 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823fc4b0 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 146 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823fc238 +instanceKlass @cpi net/minecraft/world/level/biome/Climate$ParameterPoint 288 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823f8c00 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 134 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823fc000 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 126 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f4c70 +instanceKlass @cpi net/minecraft/world/level/biome/Climate$ParameterPoint 265 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823f8800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6823f8400 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f4a38 +instanceKlass @cpi net/minecraft/world/level/biome/Climate$ParameterPoint 257 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823f8000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6823f4400 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f4800 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f5d50 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f5b18 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f58e0 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f56a8 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f5470 +instanceKlass @bci net/minecraft/world/level/biome/Climate$Parameter ()V 20 argL0 ; # net/minecraft/world/level/biome/Climate$Parameter$$Lambda+0x000001d6823f5238 +instanceKlass @bci net/minecraft/world/level/biome/Climate$Parameter ()V 15 argL0 ; # net/minecraft/world/level/biome/Climate$Parameter$$Lambda+0x000001d6823f5000 +instanceKlass @bci net/minecraft/world/level/biome/Climate$Parameter ()V 10 argL0 ; # net/minecraft/world/level/biome/Climate$Parameter$$Lambda+0x000001d6823f7d78 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterPoint ()V 0 argL0 ; # net/minecraft/world/level/biome/Climate$ParameterPoint$$Lambda+0x000001d6823f7940 +instanceKlass @bci net/minecraft/world/level/biome/Climate$ParameterList codec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/world/level/biome/Climate$ParameterList$$Lambda+0x000001d6823f74f8 +instanceKlass net/minecraft/world/level/biome/Climate +instanceKlass net/minecraft/world/level/biome/Climate$ParameterList +instanceKlass com/moepus/biomespy/compat/terrablender/IParameterListExtendedInfo +instanceKlass terrablender/worldgen/IExtendedParameterList +instanceKlass com/ishland/c2me/base/mixin/access/IMultiNoiseBiomeSource +instanceKlass com/moepus/biomespy/mixin/MultiNoiseBiomeSourceAccessor +instanceKlass terrablender/mixin/MultiNoiseBiomeSourceAccess +instanceKlass terrablender/worldgen/IExtendedMultiNoiseBiomeSource +instanceKlass dev/worldgen/lithostitched/mixin/common/MultiNoiseBiomeSourceAccessor +instanceKlass dev/worldgen/lithostitched/duck/mnbs/MNBSDuck +instanceKlass @bci net/minecraft/world/level/biome/FixedBiomeSource ()V 15 argL0 ; # net/minecraft/world/level/biome/FixedBiomeSource$$Lambda+0x000001d6823f39c0 +instanceKlass @bci net/minecraft/world/level/biome/FixedBiomeSource ()V 10 argL0 ; # net/minecraft/world/level/biome/FixedBiomeSource$$Lambda+0x000001d6823f3788 +instanceKlass net/minecraft/world/level/levelgen/synth/SimplexNoise +instanceKlass com/ishland/c2me/base/mixin/access/ISimplexNoiseSampler +instanceKlass it/unimi/dsi/fastutil/ints/IntRBTreeSet$Entry +instanceKlass net/minecraft/world/level/levelgen/synth/PerlinSimplexNoise +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f27b0 +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f2578 +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f2340 +instanceKlass @bci net/minecraft/world/level/biome/Biome ()V 11 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f2108 +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f1ec0 +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823f1c88 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f1a50 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 104 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f1818 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost$$Lambda+0x000001d6823f15f0 +instanceKlass @bci xaero/lib/common/config/option/SteppedConfigOption$Builder build (Ljava/util/List;)Lxaero/lib/common/config/option/SteppedConfigOption; 111 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823f4000 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost$$Lambda+0x000001d6823f13b8 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost$$Lambda+0x000001d6823f1180 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost ()V 0 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost$$Lambda+0x000001d6823f0f48 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f0b10 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 member ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f08e0 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f06a8 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings ()V 25 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$$Lambda+0x000001d6823f0470 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$Builder build ()Lnet/minecraft/world/level/biome/MobSpawnSettings; 27 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$Builder$$Lambda+0x000001d6823f0238 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$Builder build ()Lnet/minecraft/world/level/biome/MobSpawnSettings; 22 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$Builder$$Lambda+0x000001d6823f0000 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$Builder ()V 16 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$Builder$$Lambda+0x000001d6823ecc00 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$Builder ()V 11 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$Builder$$Lambda+0x000001d6823edd08 +instanceKlass net/minecraft/world/level/biome/MobSpawnSettings$Builder +instanceKlass fuzs/puzzleslib/neoforge/mixin/accessor/MobSpawnSettingsBuilderNeoForgeAccessor +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823ed690 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823ed468 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823ed230 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 member ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823ed000 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823ebc70 +instanceKlass com/mojang/serialization/Decoder$3 +instanceKlass @bci net/minecraft/Util prefix (Ljava/lang/String;Ljava/util/function/Consumer;)Ljava/util/function/Consumer; 2 member ; # net/minecraft/Util$$Lambda+0x000001d6823eba40 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 member ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823eb810 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/ConfiguredWorldCarver ()V 13 argL0 ; # net/minecraft/world/level/levelgen/carver/ConfiguredWorldCarver$$Lambda+0x000001d6823eb5d8 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/ConfiguredWorldCarver ()V 8 argL0 ; # net/minecraft/world/level/levelgen/carver/ConfiguredWorldCarver$$Lambda+0x000001d6823eb3a0 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings ()V 22 argL0 ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823eb168 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings (Ljava/util/Map;Ljava/util/List;)V 29 member ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823eaf30 +instanceKlass @bci net/minecraft/world/level/biome/BiomeGenerationSettings (Ljava/util/Map;Ljava/util/List;)V 16 member ; # net/minecraft/world/level/biome/BiomeGenerationSettings$$Lambda+0x000001d6823eacf8 +instanceKlass net/minecraft/world/level/biome/BiomeGenerationSettings +instanceKlass org/betterx/bclib/mixin/common/BiomeGenerationSettingsAccessor +instanceKlass org/betterx/wover/biome/mixin/BiomeGenerationSettingsAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/BiomeGenerationSettingsAccessor +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823ea1a8 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap12 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d6823ee000 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 226 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e9ee0 +instanceKlass @cpi net/minecraft/world/level/biome/BiomeSpecialEffects 282 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823ec800 +instanceKlass com/mojang/datafixers/util/Function12 +instanceKlass com/mojang/datafixers/Products$P12 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 214 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e9ca8 +instanceKlass @bci net/minecraft/sounds/Music lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e9a60 +instanceKlass @cpi com/simibubi/create/infrastructure/worldgen/LayerPattern$Layer 160 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823ec400 +instanceKlass @bci net/minecraft/sounds/Music lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e9828 +instanceKlass @bci net/minecraft/sounds/Music lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e95f0 +instanceKlass @bci net/minecraft/sounds/Music lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e93b8 +instanceKlass @bci net/minecraft/sounds/Music lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e9180 +instanceKlass @bci net/minecraft/sounds/Music ()V 0 argL0 ; # net/minecraft/sounds/Music$$Lambda+0x000001d6823e8f48 +instanceKlass net/minecraft/sounds/Music +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 195 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e8ae8 +instanceKlass @bci net/minecraft/world/level/biome/AmbientAdditionsSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/biome/AmbientAdditionsSettings$$Lambda+0x000001d6823e88c0 +instanceKlass @bci plus/dragons/createdragonsplus/config/StressConfig setImpact (D)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 2 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823ec000 +instanceKlass @bci net/minecraft/world/level/biome/AmbientAdditionsSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/AmbientAdditionsSettings$$Lambda+0x000001d6823e8688 +instanceKlass @bci net/minecraft/world/level/biome/AmbientAdditionsSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/AmbientAdditionsSettings$$Lambda+0x000001d6823e8450 +instanceKlass @bci net/minecraft/world/level/biome/AmbientAdditionsSettings ()V 0 argL0 ; # net/minecraft/world/level/biome/AmbientAdditionsSettings$$Lambda+0x000001d6823e8218 +instanceKlass net/minecraft/world/level/biome/AmbientAdditionsSettings +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 176 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e4c80 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e4a38 +instanceKlass @cpi net/minecraft/world/level/biome/AmbientMoodSettings 148 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823e4400 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e4800 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e5d40 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e5b08 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e58d0 +instanceKlass @bci net/minecraft/world/level/biome/AmbientMoodSettings ()V 0 argL0 ; # net/minecraft/world/level/biome/AmbientMoodSettings$$Lambda+0x000001d6823e5698 +instanceKlass net/minecraft/world/level/biome/AmbientMoodSettings +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 158 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e5238 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 140 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e5000 +instanceKlass @bci net/minecraft/world/level/biome/AmbientParticleSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/biome/AmbientParticleSettings$$Lambda+0x000001d6823e7dd0 +instanceKlass @bci net/minecraft/world/level/biome/AmbientParticleSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/AmbientParticleSettings$$Lambda+0x000001d6823e7b98 +instanceKlass @bci net/minecraft/world/level/biome/AmbientParticleSettings lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/AmbientParticleSettings$$Lambda+0x000001d6823e7960 +instanceKlass @bci net/minecraft/world/level/biome/AmbientParticleSettings ()V 0 argL0 ; # net/minecraft/world/level/biome/AmbientParticleSettings$$Lambda+0x000001d6823e7728 +instanceKlass net/minecraft/world/level/biome/AmbientParticleSettings +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 122 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e72d8 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier ()V 51 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier$$Lambda+0x000001d6823e70c0 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e6238 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e6000 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e3ca8 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e3a70 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e3838 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects lambda$static$12 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e3600 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSpecialEffects ()V 0 argL0 ; # net/minecraft/world/level/biome/BiomeSpecialEffects$$Lambda+0x000001d6823e33c8 +instanceKlass net/minecraft/world/level/biome/BiomeSpecialEffects +instanceKlass @bci net/minecraft/world/level/biome/Biome lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823e2f28 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e2ce0 +instanceKlass @cpi net/minecraft/world/level/biome/Biome$ClimateSettings 170 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823e4000 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e2aa8 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e2870 +instanceKlass @bci net/minecraft/world/level/biome/Biome$TemperatureModifier ()V 36 argL0 ; # net/minecraft/world/level/biome/Biome$TemperatureModifier$$Lambda+0x000001d6823e2658 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e1c58 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e1a20 +instanceKlass @bci net/minecraft/world/level/biome/Biome$ClimateSettings ()V 0 argL0 ; # net/minecraft/world/level/biome/Biome$ClimateSettings$$Lambda+0x000001d6823e17e8 +instanceKlass @bci net/minecraft/world/level/biome/Biome ()V 0 argL0 ; # net/minecraft/world/level/biome/Biome$$Lambda+0x000001d6823e15b0 +instanceKlass it/unimi/dsi/fastutil/longs/AbstractLong2FloatFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2FloatSortedMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2FloatMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2FloatFunction +instanceKlass @bci com/mojang/serialization/Codec dispatchStable (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 11 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d6823a4a30 +instanceKlass @bci com/mojang/serialization/Codec dispatchStable (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 5 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d6823a47f0 +instanceKlass @bci net/minecraft/world/level/biome/BiomeSource ()V 8 argL0 ; # net/minecraft/world/level/biome/BiomeSource$$Lambda+0x000001d6823e0660 +instanceKlass net/minecraft/world/level/biome/BiomeSource +instanceKlass terrablender/worldgen/IExtendedBiomeSource +instanceKlass dev/worldgen/lithostitched/mixin/common/BiomeSourceInvoker +instanceKlass com/terraformersmc/biolith/impl/biome/InterfaceBiomeSource +instanceKlass net/minecraft/world/level/biome/BiomeResolver +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 148 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dd6a8 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize 155 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823dc800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dd470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 105 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dd238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dd000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dfd18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823dfae0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/ThreeLayersFeatureSize$$Lambda+0x000001d6823df8a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize$$Lambda+0x000001d6823df660 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize minClippedHeightCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 26 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize$$Lambda+0x000001d6823df428 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize minClippedHeightCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize$$Lambda+0x000001d6823df1f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize minClippedHeightCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 13 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize$$Lambda+0x000001d6823defb8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize$$Lambda+0x000001d6823ded80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize$$Lambda+0x000001d6823deb48 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize$$Lambda+0x000001d6823de910 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/TwoLayersFeatureSize$$Lambda+0x000001d6823de6d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823de470 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator 300 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823dc400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823de238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823de000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823dbd50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823dbb18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823db8e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823db6a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AttachedToLeavesDecorator$$Lambda+0x000001d6823db470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AlterGroundDecorator ()V 15 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AlterGroundDecorator$$Lambda+0x000001d6823db020 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/AlterGroundDecorator ()V 10 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/AlterGroundDecorator$$Lambda+0x000001d6823dade8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator ()V 51 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator$$Lambda+0x000001d6823da9b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator ()V 41 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator$$Lambda+0x000001d6823da770 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator ()V 18 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator$$Lambda+0x000001d6823da538 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/BeehiveDecorator$$Lambda+0x000001d6823da300 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/CocoaDecorator ()V 17 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/CocoaDecorator$$Lambda+0x000001d6823d9eb8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/CocoaDecorator ()V 12 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/CocoaDecorator$$Lambda+0x000001d6823d9c80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/LeaveVineDecorator ()V 17 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/LeaveVineDecorator$$Lambda+0x000001d6823d9838 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/LeaveVineDecorator ()V 12 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/LeaveVineDecorator$$Lambda+0x000001d6823d9600 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/TrunkVineDecorator ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/TrunkVineDecorator$$Lambda+0x000001d6823d91d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer$$Lambda+0x000001d6823d8d80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer$$Lambda+0x000001d6823d8b48 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d88e0 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement 199 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823dc000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d86a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d8470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d8238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d8000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d5d10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d5ad8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement$$Lambda+0x000001d6823d58a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer rootPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer$$Lambda+0x000001d6823d5460 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement$$Lambda+0x000001d6823d5238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement$$Lambda+0x000001d6823d5000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement$$Lambda+0x000001d6823d7cf0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement$$Lambda+0x000001d6823d7ab8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer rootPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer$$Lambda+0x000001d6823d7678 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer rootPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer$$Lambda+0x000001d6823d7440 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacer$$Lambda+0x000001d6823d7208 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d6d50 +instanceKlass @cpi net/hibiscus/naturespirit/world/trunk/MapleTrunkPlacer 419 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823d4c00 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d6b18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d68e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d66a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d6470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer ()V 19 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d6238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer ()V 6 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/CherryTrunkPlacer$$Lambda+0x000001d6823d6000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d3c48 +instanceKlass @cpi net/hibiscus/naturespirit/world/trunk/GhafTrunkPlacer 405 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823d4800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d3a10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d37d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d35a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d3368 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/UpwardsBranchingTrunkPlacer$$Lambda+0x000001d6823d3130 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer$$Lambda+0x000001d6823d2ed8 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer 256 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823d4400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer$$Lambda+0x000001d6823d2ca0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer$$Lambda+0x000001d6823d2a68 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/BendingTrunkPlacer$$Lambda+0x000001d6823d2830 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/FancyTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/FancyTrunkPlacer$$Lambda+0x000001d6823d25f8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/FancyTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/FancyTrunkPlacer$$Lambda+0x000001d6823d23c0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/DarkOakTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/DarkOakTrunkPlacer$$Lambda+0x000001d6823d2188 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/DarkOakTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/DarkOakTrunkPlacer$$Lambda+0x000001d6823d1f50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/MegaJungleTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/MegaJungleTrunkPlacer$$Lambda+0x000001d6823d1d18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/MegaJungleTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/MegaJungleTrunkPlacer$$Lambda+0x000001d6823d1ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/GiantTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/GiantTrunkPlacer$$Lambda+0x000001d6823d18a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/GiantTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/GiantTrunkPlacer$$Lambda+0x000001d6823d1670 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/ForkingTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/ForkingTrunkPlacer$$Lambda+0x000001d6823d1438 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/ForkingTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/ForkingTrunkPlacer$$Lambda+0x000001d6823d1200 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/StraightTrunkPlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/StraightTrunkPlacer$$Lambda+0x000001d6823d0fc8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer trunkPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 56 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer$$Lambda+0x000001d6823d0d90 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer trunkPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 35 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer$$Lambda+0x000001d6823d0b58 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer trunkPlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer$$Lambda+0x000001d6823d0920 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/StraightTrunkPlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/StraightTrunkPlacer$$Lambda+0x000001d6823d06e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823d0470 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer 244 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823d4000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823d0238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823d0000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823cc400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823ccc70 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823cca38 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/CherryFoliagePlacer$$Lambda+0x000001d6823cc800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer$$Lambda+0x000001d6823cdd40 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer$$Lambda+0x000001d6823cdb08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer$$Lambda+0x000001d6823cd8d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/RandomSpreadFoliagePlacer$$Lambda+0x000001d6823cd698 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/DarkOakFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/DarkOakFoliagePlacer$$Lambda+0x000001d6823cd470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/DarkOakFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/DarkOakFoliagePlacer$$Lambda+0x000001d6823cd238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer$$Lambda+0x000001d6823cd000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer$$Lambda+0x000001d6823cfcc8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaPineFoliagePlacer$$Lambda+0x000001d6823cfa90 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer$$Lambda+0x000001d6823cf858 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer$$Lambda+0x000001d6823cf620 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/MegaJungleFoliagePlacer$$Lambda+0x000001d6823cf3e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FancyFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FancyFoliagePlacer$$Lambda+0x000001d6823cf1b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FancyFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FancyFoliagePlacer$$Lambda+0x000001d6823cef78 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/BushFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/BushFoliagePlacer$$Lambda+0x000001d6823ced40 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/BushFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/BushFoliagePlacer$$Lambda+0x000001d6823ceb08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/AcaciaFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/AcaciaFoliagePlacer$$Lambda+0x000001d6823ce8e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/AcaciaFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/AcaciaFoliagePlacer$$Lambda+0x000001d6823ce6a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer$$Lambda+0x000001d6823ce470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer$$Lambda+0x000001d6823ce238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/PineFoliagePlacer$$Lambda+0x000001d6823ce000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer$$Lambda+0x000001d6823cbc20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer$$Lambda+0x000001d6823cb9e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/SpruceFoliagePlacer$$Lambda+0x000001d6823cb7b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer$$Lambda+0x000001d6823cb578 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer blobParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer$$Lambda+0x000001d6823cb340 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer foliagePlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P2; 35 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer$$Lambda+0x000001d6823cb108 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer foliagePlacerParts (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P2; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer$$Lambda+0x000001d6823caed0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/BlobFoliagePlacer$$Lambda+0x000001d6823cac98 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider$$Lambda+0x000001d6823caa60 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider$$Lambda+0x000001d6823ca828 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider$$Lambda+0x000001d6823ca5f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider$$Lambda+0x000001d6823ca3b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RandomizedIntStateProvider$$Lambda+0x000001d6823ca180 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider ()V 28 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider$$Lambda+0x000001d6823c9f48 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider ()V 23 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider$$Lambda+0x000001d6823c9d10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider ()V 15 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider$$Lambda+0x000001d6823c9ad8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider ()V 10 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RotatedBlockProvider$$Lambda+0x000001d6823c98a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider$$Lambda+0x000001d6823c9410 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider 270 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823cc000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider$$Lambda+0x000001d6823c91d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider$$Lambda+0x000001d6823c8fa0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider$$Lambda+0x000001d6823c8d68 +instanceKlass @bci net/minecraft/util/InclusiveRange codec (Lcom/mojang/serialization/Codec;Ljava/lang/Comparable;Ljava/lang/Comparable;)Lcom/mojang/serialization/Codec; 6 member ; # net/minecraft/util/InclusiveRange$$Lambda+0x000001d6823c8b28 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 84 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c88e8 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 75 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c86a8 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 47 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c8468 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 38 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c8228 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$23 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c8000 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$23 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c1d68 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$intervalCodec$23 (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 8 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c1b30 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 29 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c18f0 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 14 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c16b0 +instanceKlass @bci net/minecraft/util/ExtraCodecs intervalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 5 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6823c1470 +instanceKlass @bci net/minecraft/util/InclusiveRange codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 15 argL0 ; # net/minecraft/util/InclusiveRange$$Lambda+0x000001d6823c1238 +instanceKlass @bci net/minecraft/util/InclusiveRange codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 10 argL0 ; # net/minecraft/util/InclusiveRange$$Lambda+0x000001d6823c1000 +instanceKlass @bci net/minecraft/util/InclusiveRange codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 5 argL0 ; # net/minecraft/util/InclusiveRange$$Lambda+0x000001d6823c3d08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/DualNoiseProvider$$Lambda+0x000001d6823c38c8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider$$Lambda+0x000001d6823c3440 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider 177 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823c0c00 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider noiseProviderCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P4; 17 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider$$Lambda+0x000001d6823c3208 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseProvider$$Lambda+0x000001d6823c2fd0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c2b18 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider 204 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823c0800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c28e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c26a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c2470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c2238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c2000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider noiseCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider$$Lambda+0x000001d6823c7d18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider noiseCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider$$Lambda+0x000001d6823c7ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters$$Lambda+0x000001d6823c78b8 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters$$Lambda+0x000001d6823c7680 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters$$Lambda+0x000001d6823c7448 +instanceKlass @bci net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters ()V 0 argL0 ; # net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters$$Lambda+0x000001d6823c7210 +instanceKlass net/minecraft/world/level/levelgen/synth/NormalNoise +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider noiseCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P3; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseBasedStateProvider$$Lambda+0x000001d6823c6ba8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/NoiseThresholdProvider$$Lambda+0x000001d6823c6970 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/WeightedStateProvider ()V 11 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/WeightedStateProvider$$Lambda+0x000001d6823c62f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/WeightedStateProvider ()V 6 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/WeightedStateProvider$$Lambda+0x000001d6823c60b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/SimpleStateProvider ()V 15 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/SimpleStateProvider$$Lambda+0x000001d6823c5e80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/SimpleStateProvider ()V 10 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/SimpleStateProvider$$Lambda+0x000001d6823c5c48 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/FixedPlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/level/levelgen/placement/FixedPlacement$$Lambda+0x000001d6823c5a10 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/FixedPlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/placement/FixedPlacement$$Lambda+0x000001d6823c57d8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/FixedPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/FixedPlacement$$Lambda+0x000001d6823c55a0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CarvingMaskPlacement ()V 15 argL0 ; # net/minecraft/world/level/levelgen/placement/CarvingMaskPlacement$$Lambda+0x000001d6823c5150 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CarvingMaskPlacement ()V 10 argL0 ; # net/minecraft/world/level/levelgen/placement/CarvingMaskPlacement$$Lambda+0x000001d6823c4f18 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement$$Lambda+0x000001d6823c4ad8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement$$Lambda+0x000001d6823c48a0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement$$Lambda+0x000001d6823c4668 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/RandomOffsetPlacement$$Lambda+0x000001d6823c4430 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/InSquarePlacement ()V 10 argL0 ; # net/minecraft/world/level/levelgen/placement/InSquarePlacement$$Lambda+0x000001d6823c4000 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightRangePlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightRangePlacement$$Lambda+0x000001d6823bfa88 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightRangePlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightRangePlacement$$Lambda+0x000001d6823bf850 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightRangePlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightRangePlacement$$Lambda+0x000001d6823bf618 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightmapPlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightmapPlacement$$Lambda+0x000001d6823bef78 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightmapPlacement lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightmapPlacement$$Lambda+0x000001d6823bed40 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/HeightmapPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/HeightmapPlacement$$Lambda+0x000001d6823beb08 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 81 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823be6a8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823be470 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823be238 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823be000 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823bddc8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/EnvironmentScanPlacement$$Lambda+0x000001d6823bdb90 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CountOnEveryLayerPlacement ()V 19 argL0 ; # net/minecraft/world/level/levelgen/placement/CountOnEveryLayerPlacement$$Lambda+0x000001d6823bd740 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CountOnEveryLayerPlacement ()V 14 argL0 ; # net/minecraft/world/level/levelgen/placement/CountOnEveryLayerPlacement$$Lambda+0x000001d6823bd508 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement$$Lambda+0x000001d6823bd0b8 +instanceKlass @cpi net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement 157 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823c0400 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement$$Lambda+0x000001d6823bce80 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement$$Lambda+0x000001d6823bcc48 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement$$Lambda+0x000001d6823bca10 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseThresholdCountPlacement$$Lambda+0x000001d6823bc7d8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement$$Lambda+0x000001d6823bc388 +instanceKlass @cpi net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823c0000 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement$$Lambda+0x000001d6823bc150 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement$$Lambda+0x000001d6823bbf18 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement$$Lambda+0x000001d6823bbce0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/NoiseBasedCountPlacement$$Lambda+0x000001d6823bbaa8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CountPlacement ()V 19 argL0 ; # net/minecraft/world/level/levelgen/placement/CountPlacement$$Lambda+0x000001d6823bb658 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CountPlacement ()V 14 argL0 ; # net/minecraft/world/level/levelgen/placement/CountPlacement$$Lambda+0x000001d6823bb420 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/BiomeFilter ()V 10 argL0 ; # net/minecraft/world/level/levelgen/placement/BiomeFilter$$Lambda+0x000001d6823badd0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter$$Lambda+0x000001d6823ba980 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter$$Lambda+0x000001d6823ba748 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceWaterDepthFilter$$Lambda+0x000001d6823ba510 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter$$Lambda+0x000001d6823ba0c0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter$$Lambda+0x000001d6823b9e88 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter$$Lambda+0x000001d6823b9c50 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter$$Lambda+0x000001d6823b9a18 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/SurfaceRelativeThresholdFilter$$Lambda+0x000001d6823b97e0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RarityFilter ()V 15 argL0 ; # net/minecraft/world/level/levelgen/placement/RarityFilter$$Lambda+0x000001d6823b9388 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/RarityFilter ()V 10 argL0 ; # net/minecraft/world/level/levelgen/placement/RarityFilter$$Lambda+0x000001d6823b9150 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacementModifierType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/placement/PlacementModifierType; 5 member ; # net/minecraft/world/level/levelgen/placement/PlacementModifierType$$Lambda+0x000001d6823b8d18 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/BlockPredicateFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/placement/BlockPredicateFilter$$Lambda+0x000001d6823b8ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/BlockPredicateFilter lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/placement/BlockPredicateFilter$$Lambda+0x000001d6823b88a8 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/BlockPredicateFilter ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/BlockPredicateFilter$$Lambda+0x000001d6823b8670 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionStructure$$Lambda+0x000001d6823b8000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/SwampHutStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/SwampHutStructure$$Lambda+0x000001d6823b1cf8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/StrongholdStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/StrongholdStructure$$Lambda+0x000001d6823b1790 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure$$Lambda+0x000001d6823b1238 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure$$Lambda+0x000001d6823b1000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/ShipwreckStructure$$Lambda+0x000001d6823b3bd8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$$Lambda+0x000001d6823b3680 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$$Lambda+0x000001d6823b3448 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 151 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b31c0 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup 211 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823b0800 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 139 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2f88 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2d50 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2b18 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b28e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b26a8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2470 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2238 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b2000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$VerticalPlacement ()V 96 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$VerticalPlacement$$Lambda+0x000001d6823b7cb0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup$$Lambda+0x000001d6823b7608 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure ()V 97 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$$Lambda+0x000001d6823b71c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$$Lambda+0x000001d6823b6c50 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure 220 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823b0400 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$$Lambda+0x000001d6823b6a18 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$$Lambda+0x000001d6823b67e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$$Lambda+0x000001d6823b65a8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$Type ()V 36 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$Type$$Lambda+0x000001d6823b6390 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$$Lambda+0x000001d6823b5ce8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/OceanMonumentStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/OceanMonumentStructure$$Lambda+0x000001d6823b5778 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure$$Lambda+0x000001d6823b5220 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure$$Lambda+0x000001d6823b4fe8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/NetherFossilStructure$$Lambda+0x000001d6823b4db0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$$Lambda+0x000001d6823b4858 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$$Lambda+0x000001d6823b4620 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type ()V 65 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type$$Lambda+0x000001d6823b4408 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type ()V 54 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type$$Lambda+0x000001d6823b41f0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$$Lambda+0x000001d6823afac8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JungleTempleStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JungleTempleStructure$$Lambda+0x000001d6823af560 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure ()V 23 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823aeff0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings ()V 13 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$$Lambda+0x000001d6823aedb8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$$Lambda+0x000001d6823aeb80 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry$$Lambda+0x000001d6823ae948 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry$$Lambda+0x000001d6823ae710 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry$$Lambda+0x000001d6823ae4d8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry$$Lambda+0x000001d6823ae2a0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry$$Lambda+0x000001d6823ae068 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 218 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ad9a0 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/structures/JigsawStructure 488 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823b0000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 206 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ad768 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 184 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ad530 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 162 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ad2f8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/alias/PoolAliasBinding ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/alias/PoolAliasBinding$$Lambda+0x000001d6823ad0c0 +instanceKlass net/minecraft/world/level/levelgen/structure/pools/alias/PoolAliasBinding +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823acc90 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823aca58 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ac820 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ac5e8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ac3b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823ac178 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823abf40 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool ()V 38 member ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823abd10 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823abae8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823ab8b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 member ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823ab690 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823ab478 +instanceKlass com/ishland/c2me/fixes/chunkio/threading_issues/common/SynchronizedCodec +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement ()V 16 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement$$Lambda+0x000001d6823aa998 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement ()V 11 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement$$Lambda+0x000001d6823aa760 +instanceKlass net/minecraft/world/level/levelgen/structure/pools/StructurePoolElementType +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823aa330 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 member ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823aa110 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool ()V 10 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$$Lambda+0x000001d6823a9ed8 +instanceKlass org/apache/commons/lang3/mutable/MutableObject +instanceKlass net/minecraft/world/level/levelgen/structure/pools/StructurePoolElement +instanceKlass net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool +instanceKlass net/fabric_extras/structure_pool/internal/StructurePoolExtension +instanceKlass net/fabric_extras/structure_pool/mixin/StructurePoolAccessor +instanceKlass com/faboslav/friendsandfoes/common/mixin/StructurePoolAccessor +instanceKlass net/blay09/mods/waystones/mixin/StructureTemplatePoolAccessor +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/StructureTemplatePoolAccessor +instanceKlass dev/worldgen/lithostitched/duck/StructurePoolAccess +instanceKlass dev/worldgen/lithostitched/mixin/common/StructureTemplatePoolAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/StructurePoolAccessor +instanceKlass telepathicgrunt/structure_layout_optimizer/mixins/StructureTemplatePoolAccessor +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/StructureTemplatePoolAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/JigsawStructure ()V 12 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$$Lambda+0x000001d6823a8218 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings ()V 36 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings$$Lambda+0x000001d6823a8000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding ()V 25 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a0a38 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding ()V 20 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a0800 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a1c90 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a1a58 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a1820 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pools/DimensionPadding ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pools/DimensionPadding$$Lambda+0x000001d6823a15e8 +instanceKlass net/mehvahdjukaar/moonlight/api/worldgen/ISpawnBoxStructure +instanceKlass net/mehvahdjukaar/moonlight/api/worldgen/ISpecialSpawnsStructure +instanceKlass dev/worldgen/lithostitched/mixin/common/JigsawStructureAccessor +instanceKlass com/faboslav/structurify/common/mixin/structure/jigsaw/JigsawStructureAccessor +instanceKlass com/faboslav/variantsandventures/common/mixin/JigsawStructureAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/IglooStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/IglooStructure$$Lambda+0x000001d6823a2f50 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/NetherFortressStructure ()V 92 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/NetherFortressStructure$$Lambda+0x000001d6823a29e8 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceArrayList$1 +instanceKlass net/caffeinemc/mods/lithium/common/util/collections/HashedReferenceList +instanceKlass net/minecraft/util/random/WeightedRandom +instanceKlass net/minecraft/world/level/levelgen/structure/StructurePieceAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/EndCityStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/EndCityStructure$$Lambda+0x000001d68239f478 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/DesertPyramidStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/DesertPyramidStructure$$Lambda+0x000001d68239ef10 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/StructureType; 5 member ; # net/minecraft/world/level/levelgen/structure/StructureType$$Lambda+0x000001d68239e680 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure settingsCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 3 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$$Lambda+0x000001d68239e448 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239e200 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239dfc8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239dd90 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239db58 +instanceKlass net/minecraft/util/StringRepresentable$1 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSpawnOverride lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$$Lambda+0x000001d68239d708 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSpawnOverride lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$$Lambda+0x000001d68239d4d0 +instanceKlass @bci net/minecraft/util/random/WeightedRandomList codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 11 argL0 ; # net/minecraft/util/random/WeightedRandomList$$Lambda+0x000001d68239d298 +instanceKlass @bci net/minecraft/util/random/WeightedRandomList codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/util/random/WeightedRandomList$$Lambda+0x000001d68239d060 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData ()V 8 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239ce28 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239cbe0 +instanceKlass @bci net/minecraft/client/renderer/texture/SpriteLoader getStitchedSprites (Lnet/minecraft/client/renderer/texture/Stitcher;II)Ljava/util/Map; 15 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6823a0000 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239c9a8 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239c770 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239c538 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239c300 +instanceKlass @bci net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData ()V 0 argL0 ; # net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData$$Lambda+0x000001d68239c0c8 +instanceKlass net/minecraft/world/level/biome/MobSpawnSettings +instanceKlass org/betterx/bclib/mixin/common/MobSpawnSettingsAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/MobSpawnSettingsAccessor +instanceKlass net/minecraft/util/random/WeightedEntry$IntrusiveBase +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSpawnOverride lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$$Lambda+0x000001d68239b3b8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$BoundingBoxType ()V 36 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$BoundingBoxType$$Lambda+0x000001d68239b1a0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSpawnOverride ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$$Lambda+0x000001d68239aaf8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239a6b8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure$StructureSettings ()V 26 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$StructureSettings$$Lambda+0x000001d68239a480 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/TerrainAdjustment ()V 81 argL0 ; # net/minecraft/world/level/levelgen/structure/TerrainAdjustment$$Lambda+0x000001d68239a268 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure simpleCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/minecraft/world/level/levelgen/structure/Structure$$Lambda+0x000001d682399bb8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/structures/BuriedTreasureStructure ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/structures/BuriedTreasureStructure$$Lambda+0x000001d682399980 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 770 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682399230 +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/PoolElementStructurePieceAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 756 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823987d8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 742 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682397c48 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 728 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682397a08 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 714 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682397418 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 700 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682396df8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 686 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823967d8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 672 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823961c0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 658 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682395ba8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 644 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682395590 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 630 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682394f78 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 616 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682394960 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 602 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682394348 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 588 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682393d30 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 574 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682393718 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 560 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682393100 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 546 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682392ae8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 532 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823924d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 518 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682391ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 504 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823914c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 490 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682390ec8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 476 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823908a8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 462 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682390288 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager +instanceKlass cn/star/rhenium/access/StructureTemplateManagerAccess +instanceKlass net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$StructureTemplateType +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 448 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238f0f0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 434 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238e510 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 420 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238def8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 406 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238d8e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 392 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238d2c0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 378 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238cca8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 364 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238c680 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 350 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238c068 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 336 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238ba50 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 322 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238b438 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 308 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238ae20 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 294 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d68238a430 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 280 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682389e08 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 266 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823897f0 +instanceKlass net/minecraft/world/level/levelgen/structure/StructurePiece$BlockSelector +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 252 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823889d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 238 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823883c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 224 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682380400 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 210 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682380800 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 196 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823819d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 182 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823813c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 168 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682383be8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 154 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823835e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 140 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682382fd8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 126 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823829d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 112 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d6823823c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 98 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682387d40 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 84 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682387738 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 70 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682387130 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 56 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682386ef0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 42 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682386158 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 28 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682385b50 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 14 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682385548 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$$Lambda+0x000001d682384f38 +instanceKlass net/minecraft/world/level/levelgen/structure/StructurePiece +instanceKlass com/ishland/c2me/base/mixin/access/IStructurePiece +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/StructurePieceAccessor +instanceKlass net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType$ContextlessType +instanceKlass net/minecraft/world/level/levelgen/structure/pieces/StructurePieceType +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237ca38 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement 250 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682380000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P9; 85 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237c800 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P9; 64 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237dbc8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P9; 42 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237d990 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P9; 20 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237d758 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/ConcentricRingsStructurePlacement$$Lambda+0x000001d68237d520 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacementType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacementType; 5 member ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacementType$$Lambda+0x000001d68237d000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d68237fce8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d68237fa60 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement 299 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68237c400 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d68237f828 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadType ()V 36 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadType$$Lambda+0x000001d68237f610 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d68237ef68 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d68237ed30 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement placementCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P5; 97 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d68237eaf8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone$$Lambda+0x000001d68237e8d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone$$Lambda+0x000001d68237e698 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone$$Lambda+0x000001d68237e460 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$$Lambda+0x000001d68237e238 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$$Lambda+0x000001d68237e000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$$Lambda+0x000001d68237bd08 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry$$Lambda+0x000001d68237bae0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry$$Lambda+0x000001d68237b8a8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry$$Lambda+0x000001d68237b670 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure ()V 13 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$$Lambda+0x000001d68237b438 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/Structure ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/Structure$$Lambda+0x000001d68237b200 +instanceKlass net/minecraft/world/level/levelgen/structure/StructureType +instanceKlass net/minecraft/world/level/levelgen/structure/Structure +instanceKlass com/faboslav/structurify/common/api/StructurifyStructure +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry$$Lambda+0x000001d68237a8a8 +instanceKlass com/faboslav/structurify/common/api/StructurifyStructureSelectionEntry +instanceKlass @bci net/minecraft/world/level/levelgen/structure/StructureSet ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/StructureSet$$Lambda+0x000001d68237a238 +instanceKlass dev/worldgen/lithostitched/mixin/common/StructureSetAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone$$Lambda+0x000001d682379bc8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement placementCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P5; 79 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682379788 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement placementCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P5; 61 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682379550 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement placementCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P5; 37 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682379318 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod ()V 86 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod$$Lambda+0x000001d682379100 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod ()V 69 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod$$Lambda+0x000001d682378cf8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod ()V 49 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod$$Lambda+0x000001d682378ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod ()V 29 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod$$Lambda+0x000001d6823788c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod ()V 9 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod$$Lambda+0x000001d6823786b0 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod 97 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68237c000 +instanceKlass net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReducer +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement placementCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P5; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682378000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/RandomSpreadStructurePlacement$$Lambda+0x000001d682371d88 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement ()V 13 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682371b50 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/placement/StructurePlacement ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$$Lambda+0x000001d682373cb8 +instanceKlass net/minecraft/world/level/levelgen/structure/placement/StructurePlacement +instanceKlass com/faboslav/structurify/common/api/StructurifyRandomSpreadStructurePlacement +instanceKlass com/faboslav/structurify/common/api/StructurifyStructurePlacement +instanceKlass com/faboslav/structurify/common/api/StructurifyWithStructureSet +instanceKlass net/minecraft/world/level/levelgen/structure/placement/StructurePlacementType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 149 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372f88 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration 186 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682371400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 137 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372d50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 117 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372b18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d6823728e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d6823726a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682372000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration$$Lambda+0x000001d682377ca0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 117 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d682377830 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 105 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d6823775f8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d6823773c0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d682377188 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d682376f50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration$$Lambda+0x000001d682376d18 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 204 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682376860 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration 209 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682371000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 192 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682376628 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 171 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d6823763f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d6823761b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682375f80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682375d48 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682375b10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d6823758d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d6823756a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682375468 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration$$Lambda+0x000001d682375230 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap11 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d682287a50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 237 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d682374d50 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration 213 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682370c00 +instanceKlass com/mojang/datafixers/util/Function11 +instanceKlass com/mojang/datafixers/Products$P11 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 225 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d682374b18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 204 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d6823748e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d6823746a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 163 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d682374470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d682374238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d682374000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236fc88 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236fa50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236f818 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236f5e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236f3a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration$$Lambda+0x000001d68236f170 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 323 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236ec70 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration 291 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682370800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 311 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236ea38 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 292 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236e800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 264 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236e5c8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 237 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236e390 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 211 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236e158 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 182 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236df20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 153 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236dce8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 124 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236dab0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236d878 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236d640 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236d408 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeCrackSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/world/level/levelgen/GeodeCrackSettings$$Lambda+0x000001d68236d1d0 +instanceKlass @cpi net/minecraft/world/level/levelgen/GeodeCrackSettings 136 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682370400 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeCrackSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/level/levelgen/GeodeCrackSettings$$Lambda+0x000001d68236cf98 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeCrackSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/GeodeCrackSettings$$Lambda+0x000001d68236cd60 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeCrackSettings lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/GeodeCrackSettings$$Lambda+0x000001d68236cb28 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeCrackSettings ()V 0 argL0 ; # net/minecraft/world/level/levelgen/GeodeCrackSettings$$Lambda+0x000001d68236c8f0 +instanceKlass net/minecraft/world/level/levelgen/GeodeCrackSettings +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236c4b8 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236c270 +instanceKlass @cpi net/minecraft/world/level/levelgen/GeodeLayerSettings 133 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682370000 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236c038 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236be00 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236bbc8 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236b990 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeLayerSettings ()V 12 argL0 ; # net/minecraft/world/level/levelgen/GeodeLayerSettings$$Lambda+0x000001d68236b758 +instanceKlass net/minecraft/world/level/levelgen/GeodeLayerSettings +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d68236b320 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 163 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236b098 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 151 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236ae60 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236ac28 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236a9f0 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236a7b8 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236a580 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236a348 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d68236a110 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d682369ed8 +instanceKlass @bci net/minecraft/world/level/levelgen/GeodeBlockSettings ()V 0 argL0 ; # net/minecraft/world/level/levelgen/GeodeBlockSettings$$Lambda+0x000001d682369ca0 +instanceKlass net/minecraft/world/level/levelgen/GeodeBlockSettings +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration$$Lambda+0x000001d682369860 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration +instanceKlass net/minecraft/world/level/levelgen/LegacyRandomSource +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration$$Lambda+0x000001d682368d40 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration$$Lambda+0x000001d682368b08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration$$Lambda+0x000001d6823688d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration$$Lambda+0x000001d682368698 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/RandomBooleanFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration ()V 18 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration$$Lambda+0x000001d682368238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration$$Lambda+0x000001d682368000 +instanceKlass @bci net/minecraft/util/ExtraCodecs nonEmptyHolderSet (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d682360c60 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration$$Lambda+0x000001d682360800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration$$Lambda+0x000001d682361d08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature$$Lambda+0x000001d682361ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature$$Lambda+0x000001d6823618a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature$$Lambda+0x000001d682361670 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature$$Lambda+0x000001d682361438 +instanceKlass net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 1 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration$$Lambda+0x000001d682361000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration$$Lambda+0x000001d682363cb0 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration$$Lambda+0x000001d682363860 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration$$Lambda+0x000001d682363628 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration$$Lambda+0x000001d6823633f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration$$Lambda+0x000001d6823631b8 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/LayerConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration$$Lambda+0x000001d682362d58 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration$$Lambda+0x000001d682362b20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration$$Lambda+0x000001d6823628e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration$$Lambda+0x000001d6823626b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration$$Lambda+0x000001d682362478 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/ReplaceSphereConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d682362000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d682367bf0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d6823679b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d682367780 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d682367548 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration$$Lambda+0x000001d682367310 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/DeltaFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration$$Lambda+0x000001d682366ea0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration$$Lambda+0x000001d682366c68 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration$$Lambda+0x000001d682366a30 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration$$Lambda+0x000001d6823667f8 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/ColumnFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig$$Lambda+0x000001d682366388 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig$$Lambda+0x000001d682366150 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig$$Lambda+0x000001d682365f18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig$$Lambda+0x000001d682365ce0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig$$Lambda+0x000001d682365aa8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig$$Lambda+0x000001d682365650 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig$$Lambda+0x000001d682365418 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig$$Lambda+0x000001d6823651e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig$$Lambda+0x000001d682364fa8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NetherForestVegetationConfig$$Lambda+0x000001d682364d70 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 120 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d6823648e0 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration 165 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682360400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d6823646a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d682364470 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d682364238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d682364000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d68235fd98 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d68235fb60 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration$$Lambda+0x000001d68235f928 +instanceKlass net/minecraft/world/level/levelgen/feature/HugeFungusConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration$$Lambda+0x000001d68235f4c8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration$$Lambda+0x000001d68235f290 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration$$Lambda+0x000001d68235f058 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/CountConfiguration ()V 19 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/CountConfiguration$$Lambda+0x000001d68235ebf8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/CountConfiguration ()V 14 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/CountConfiguration$$Lambda+0x000001d68235e9c0 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/CountConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration$$Lambda+0x000001d68235e568 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration$$Lambda+0x000001d68235e330 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration$$Lambda+0x000001d68235e0f8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration$$Lambda+0x000001d68235dec0 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/EndGatewayConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration$$Lambda+0x000001d68235da50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration$$Lambda+0x000001d68235d818 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration$$Lambda+0x000001d68235d5e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235d388 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike 230 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682360000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235d150 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235cf18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235cce0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235caa8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235c870 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike$$Lambda+0x000001d68235c638 +instanceKlass net/minecraft/world/level/levelgen/feature/SpikeFeature$EndSpike +instanceKlass com/yungnickyoung/minecraft/betterendisland/world/IEndSpike +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration$$Lambda+0x000001d68235bf98 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration$$Lambda+0x000001d68235bd60 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/SpikeConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/OreFeature (Lcom/mojang/serialization/Codec;)V 11 argL0 ; # net/minecraft/world/level/levelgen/feature/OreFeature$$Lambda+0x000001d68235b6e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$$Lambda+0x000001d68235b4b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$$Lambda+0x000001d68235b278 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$$Lambda+0x000001d68235b040 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$$Lambda+0x000001d68235ae08 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$$Lambda+0x000001d68235abd0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration$$Lambda+0x000001d68235a9a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration$$Lambda+0x000001d68235a770 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration$$Lambda+0x000001d68235a538 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration$$Lambda+0x000001d68235a300 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 82 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d682359e90 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d682359c58 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d682359a20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d6823597e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d6823595b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$$Lambda+0x000001d682359388 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$$Lambda+0x000001d682359150 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule$$Lambda+0x000001d682358f28 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule$$Lambda+0x000001d682358cf0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule$$Lambda+0x000001d682358ab8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule$$Lambda+0x000001d682358880 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$$Lambda+0x000001d682358440 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$$Lambda+0x000001d682358208 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration$$Lambda+0x000001d682355ca0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockStateConfiguration ()V 15 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockStateConfiguration$$Lambda+0x000001d682355840 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockStateConfiguration ()V 10 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockStateConfiguration$$Lambda+0x000001d682355608 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/BlockStateConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration$$Lambda+0x000001d682356fb0 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration 114 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682354c00 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration$$Lambda+0x000001d682356d78 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration$$Lambda+0x000001d682356b40 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration$$Lambda+0x000001d682356908 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration$$Lambda+0x000001d6823566d0 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/UnderwaterMagmaConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 210 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682356238 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration 361 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682354800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 198 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682356000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 176 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682353ce8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 146 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682353ab0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 120 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682353878 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 94 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682353640 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682353408 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d6823531d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682352f98 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682352d60 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration$$Lambda+0x000001d682352b28 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap13 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d682286cb0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 269 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682352618 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration 254 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682354400 +instanceKlass com/mojang/datafixers/util/Function13 +instanceKlass com/mojang/datafixers/Products$P13 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 257 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d6823523e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 239 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d6823521a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 218 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351f70 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 196 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351d38 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 178 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351b00 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 157 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d6823518c8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 136 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351690 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351458 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682351220 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682350fe8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682350db0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682350b78 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682350940 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration$$Lambda+0x000001d682350708 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 202 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d682350238 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration 234 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682354000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 190 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d682350000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 170 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234fc48 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234fa10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234f7d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 110 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234f5a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234f368 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234f130 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/CaveSurface ()V 44 argL0 ; # net/minecraft/world/level/levelgen/placement/CaveSurface$$Lambda+0x000001d68234ef18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234e870 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234e638 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234e400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration$$Lambda+0x000001d68234e1c8 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234dd58 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234db20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234d8e8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234d6b0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234d478 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer$$Lambda+0x000001d68234d250 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer$$Lambda+0x000001d68234d018 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer$$Lambda+0x000001d68234cde0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer$$Lambda+0x000001d68234cba8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$$Lambda+0x000001d68234c768 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration$$Lambda+0x000001d68234c308 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration$$Lambda+0x000001d68234c0d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration$$Lambda+0x000001d68234be98 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration$$Lambda+0x000001d68234bc60 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration$$Lambda+0x000001d68234ba28 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 108 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d68234b5a8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 96 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d68234b370 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 75 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d68234b138 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d68234af00 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor$$Lambda+0x000001d68234acd8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor$$Lambda+0x000001d68234aaa0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor$$Lambda+0x000001d68234a868 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor$$Lambda+0x000001d68234a630 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor ()V 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor$$Lambda+0x000001d68234a178 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor ()V 6 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor$$Lambda+0x000001d682349f40 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LavaSubmergedBlockProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LavaSubmergedBlockProcessor$$Lambda+0x000001d682349aa8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor$$Lambda+0x000001d682349608 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor$$Lambda+0x000001d6823493f0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor ()V 16 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor$$Lambda+0x000001d682347398 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor ()V 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor$$Lambda+0x000001d682347160 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/NopProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/NopProcessor$$Lambda+0x000001d682346cc8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor ()V 20 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor$$Lambda+0x000001d682346818 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor$$Lambda+0x000001d6823465e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682346388 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682346150 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifier ()V 13 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifier$$Lambda+0x000001d682345f18 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifier ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifier$$Lambda+0x000001d682345ce0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682345aa8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682345870 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682345638 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d682345400 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule ()V 6 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule$$Lambda+0x000001d6823451c8 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/JigsawReplacementProcessor ()V 6 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/JigsawReplacementProcessor$$Lambda+0x000001d682344b10 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor$$Lambda+0x000001d682344670 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor$$Lambda+0x000001d682344438 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor$$Lambda+0x000001d682344200 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor$$Lambda+0x000001d682343fc8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor$$Lambda+0x000001d682343b20 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor$$Lambda+0x000001d6823438e8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor$$Lambda+0x000001d6823436b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor$$Lambda+0x000001d682343478 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; 5 member ; # net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType$$Lambda+0x000001d682343258 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor ()V 35 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor$$Lambda+0x000001d682343020 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor ()V 30 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor$$Lambda+0x000001d682342de8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor ()V 8 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor$$Lambda+0x000001d682342bb0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor ()V 3 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor$$Lambda+0x000001d682342978 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType ()V 41 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType$$Lambda+0x000001d6823424c0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType ()V 36 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType$$Lambda+0x000001d682342288 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorList +instanceKlass dev/worldgen/lithostitched/mixin/common/StructureProcessorListAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType$$Lambda+0x000001d682341c28 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType ()V 10 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType$$Lambda+0x000001d6823419f0 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d6823415c0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d682341388 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration$$Lambda+0x000001d682341150 +instanceKlass net/minecraft/world/level/levelgen/feature/FossilFeatureConfiguration +instanceKlass @bci net/minecraft/world/level/block/state/predicate/BlockStatePredicate ()V 0 argL0 ; # net/minecraft/world/level/block/state/predicate/BlockStatePredicate$$Lambda+0x000001d682340ce0 +instanceKlass net/minecraft/world/level/block/state/predicate/BlockStatePredicate +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration$$Lambda+0x000001d682340460 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration$$Lambda+0x000001d682340228 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState$$Lambda+0x000001d682340000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState$$Lambda+0x000001d68233cc00 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState$$Lambda+0x000001d68233dd20 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState$$Lambda+0x000001d68233dae8 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/OreConfiguration$TargetBlockState +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration$$Lambda+0x000001d68233d480 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/ReplaceBlockConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233d000 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration 176 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68233c800 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233fcb8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233fa80 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233f848 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233f610 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233f3d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration$$Lambda+0x000001d68233f1a0 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/SpringConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockPileConfiguration ()V 15 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockPileConfiguration$$Lambda+0x000001d68233ed40 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/BlockPileConfiguration ()V 10 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/BlockPileConfiguration$$Lambda+0x000001d68233eb08 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/BlockPileConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233e698 +instanceKlass @cpi net/orcinus/galosphere/world/gen/trunks/OpalTrunkPlacer 295 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68233c400 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233e460 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacedFeature$$Lambda+0x000001d68233e238 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacedFeature$$Lambda+0x000001d68233e000 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacementModifier ()V 13 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacementModifier$$Lambda+0x000001d68233bd48 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacementModifier ()V 8 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacementModifier$$Lambda+0x000001d68233bb10 +instanceKlass net/minecraft/world/level/levelgen/placement/PlacementModifierType +instanceKlass net/minecraft/world/level/levelgen/placement/PlacementModifier +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacedFeature lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacedFeature$$Lambda+0x000001d68233b4d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/ConfiguredFeature ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/ConfiguredFeature$$Lambda+0x000001d68233b298 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/ConfiguredFeature ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/ConfiguredFeature$$Lambda+0x000001d68233b060 +instanceKlass @bci net/minecraft/world/level/levelgen/placement/PlacedFeature ()V 0 argL0 ; # net/minecraft/world/level/levelgen/placement/PlacedFeature$$Lambda+0x000001d68233ae28 +instanceKlass dev/worldgen/lithostitched/mixin/common/PlacedFeatureAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233a7d8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233a5a0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233a368 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration$$Lambda+0x000001d68233a130 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap10 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d682286678 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 204 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682339c60 +instanceKlass @cpi net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration 246 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68233c000 +instanceKlass com/mojang/datafixers/util/Function10 +instanceKlass com/mojang/datafixers/Products$P10 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 192 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682339a28 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 167 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d6823397f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 142 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d6823395b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecorator ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecorator$$Lambda+0x000001d682339380 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecorator ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecorator$$Lambda+0x000001d682339148 +instanceKlass net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecoratorType +instanceKlass net/minecraft/world/level/levelgen/feature/treedecorators/TreeDecorator +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682338af0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize$$Lambda+0x000001d6823388b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize$$Lambda+0x000001d682338680 +instanceKlass net/minecraft/world/level/levelgen/feature/featuresize/FeatureSizeType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682338238 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682338000 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer$$Lambda+0x000001d682337dc0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer$$Lambda+0x000001d682337b88 +instanceKlass net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacerType +instanceKlass net/minecraft/world/level/levelgen/feature/rootplacers/RootPlacer +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682337508 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer$$Lambda+0x000001d6823372d0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer$$Lambda+0x000001d682337098 +instanceKlass net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacerType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682336c50 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682336a18 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer$$Lambda+0x000001d6823367e0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer$$Lambda+0x000001d6823365a8 +instanceKlass net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacerType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d682336160 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProvider ()V 13 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProvider$$Lambda+0x000001d682335f28 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProvider ()V 8 argL0 ; # net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProvider$$Lambda+0x000001d682335cf0 +instanceKlass net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProviderType +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$$Lambda+0x000001d6823358a8 +instanceKlass net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer$FoliageSetter +instanceKlass @bci net/minecraft/world/level/levelgen/feature/Feature (Lcom/mojang/serialization/Codec;)V 19 argL0 ; # net/minecraft/world/level/levelgen/feature/Feature$$Lambda+0x000001d682335478 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/Feature (Lcom/mojang/serialization/Codec;)V 14 member ; # net/minecraft/world/level/levelgen/feature/Feature$$Lambda+0x000001d682335238 +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/features/DungeonFeatureAccessor +instanceKlass net/minecraft/world/level/levelgen/feature/Feature +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$$Lambda+0x000001d68232e378 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$$Lambda+0x000001d68232e140 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232ded8 +instanceKlass @cpi net/hibiscus/naturespirit/world/carver/ReplaceableRavineCarverConfig$Shape 167 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682329400 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232dca0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232da68 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232d830 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232d5f8 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232d3c0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232d188 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration$$Lambda+0x000001d68232cf50 +instanceKlass net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$CanyonShapeConfiguration +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$$Lambda+0x000001d68232cb10 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$$Lambda+0x000001d68232c8d8 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/carver/CanyonCarverConfiguration$$Lambda+0x000001d68232c6a0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/WorldCarver (Lcom/mojang/serialization/Codec;)V 29 argL0 ; # net/minecraft/world/level/levelgen/carver/WorldCarver$$Lambda+0x000001d68232c240 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/WorldCarver (Lcom/mojang/serialization/Codec;)V 24 member ; # net/minecraft/world/level/levelgen/carver/WorldCarver$$Lambda+0x000001d68232c000 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682327b40 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682327908 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider codec (FF)Lcom/mojang/serialization/Codec; 5 ; # java/lang/invoke/LambdaForm$MH+0x000001d682329000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d682328c00 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider codec (FF)Lcom/mojang/serialization/Codec; 5 member ; # net/minecraft/util/valueproviders/FloatProvider$$Lambda+0x000001d6823276d0 +instanceKlass @cpi net/minecraft/util/valueproviders/FloatProvider 35 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682328800 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682327498 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682327260 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682327028 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration$$Lambda+0x000001d682326df0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 121 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682326b88 +instanceKlass @cpi net/minecraft/world/level/levelgen/carver/CarverConfiguration 182 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682328400 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 109 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682326950 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682326718 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 123 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d6823264c0 +instanceKlass @bci net/lenni0451/reflect/accessor/FieldAccessor lambda$makeSetter$2 (Ljava/lang/Object;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;ZLjava/lang/String;Lnet/lenni0451/reflect/bytecode/builder/ClassBuilder;)V 50 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682328000 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 111 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d682326288 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d682326050 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d682325e18 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d682325be0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d6823259a8 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverDebugSettings ()V 35 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverDebugSettings$$Lambda+0x000001d682325770 +instanceKlass net/minecraft/world/level/levelgen/carver/CarverDebugSettings +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682325308 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d6823250d0 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682324e98 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration lambda$static$6 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682324c60 +instanceKlass @bci net/minecraft/world/level/levelgen/carver/CarverConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/carver/CarverConfiguration$$Lambda+0x000001d682324a28 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration$$Lambda+0x000001d6823247f0 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration$$Lambda+0x000001d6823245b8 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration$$Lambda+0x000001d682324380 +instanceKlass @bci net/minecraft/world/level/levelgen/feature/configurations/NoneFeatureConfiguration ()V 0 argL0 ; # net/minecraft/world/level/levelgen/feature/configurations/NoneFeatureConfiguration$$Lambda+0x000001d682324168 +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/NoneFeatureConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/ProbabilityFeatureConfiguration +instanceKlass net/minecraft/world/level/levelgen/DensityFunction$FunctionContext +instanceKlass net/minecraft/world/level/levelgen/WorldGenerationContext +instanceKlass net/minecraft/world/level/levelgen/carver/WorldCarver +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate$$Lambda+0x000001d6823226c0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate$$Lambda+0x000001d682322488 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate$$Lambda+0x000001d682322250 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/TrueBlockPredicate ()V 10 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/TrueBlockPredicate$$Lambda+0x000001d682321dc8 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/TrueBlockPredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/NotPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/NotPredicate$$Lambda+0x000001d682321910 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/NotPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/NotPredicate$$Lambda+0x000001d6823216d8 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/NotPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/NotPredicate$$Lambda+0x000001d6823214a0 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/NotPredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/AllOfPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/AllOfPredicate$$Lambda+0x000001d682320fe0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate lambda$codec$1 (Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate$$Lambda+0x000001d682320b20 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate matchesBlocks (Lnet/minecraft/core/Vec3i;Ljava/util/List;)Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicate; 5 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate$$Lambda+0x000001d6823208e8 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate ()V 13 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate$$Lambda+0x000001d6823206b0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate ()V 8 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate$$Lambda+0x000001d682320478 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate codec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate$$Lambda+0x000001d682320238 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/AnyOfPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/AnyOfPredicate$$Lambda+0x000001d682320000 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate$$Lambda+0x000001d68231f760 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate$$Lambda+0x000001d68231f528 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate$$Lambda+0x000001d68231f2f0 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate$$Lambda+0x000001d68231ee40 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate$$Lambda+0x000001d68231ec08 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate$$Lambda+0x000001d68231e9d0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate$$Lambda+0x000001d68231e798 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/ReplaceablePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/ReplaceablePredicate$$Lambda+0x000001d68231e2d8 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/ReplaceablePredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/ReplaceablePredicate$$Lambda+0x000001d68231e0a0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/SolidPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/SolidPredicate$$Lambda+0x000001d68231dbe0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/SolidPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/SolidPredicate$$Lambda+0x000001d68231d9a8 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate$$Lambda+0x000001d68231d4f8 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate$$Lambda+0x000001d68231d2c0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate$$Lambda+0x000001d68231d088 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate$$Lambda+0x000001d68231ce50 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate$$Lambda+0x000001d68231c9a0 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate$$Lambda+0x000001d68231c768 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingFluidsPredicate$$Lambda+0x000001d68231c530 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate$$Lambda+0x000001d68231c080 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate$$Lambda+0x000001d68231be48 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlockTagPredicate$$Lambda+0x000001d68231bc10 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType; 5 member ; # net/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType$$Lambda+0x000001d68231b768 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate$$Lambda+0x000001d68231b540 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate$$Lambda+0x000001d68231b308 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/StateTestingPredicate stateTestingCodec (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P1; 16 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/StateTestingPredicate$$Lambda+0x000001d68231b0d0 +instanceKlass @bci net/minecraft/core/Vec3i offsetCodec (I)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/core/Vec3i$$Lambda+0x000001d68231ae98 +instanceKlass @bci net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate ()V 0 argL0 ; # net/minecraft/world/level/levelgen/blockpredicates/MatchingBlocksPredicate$$Lambda+0x000001d68231ac60 +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/StateTestingPredicate +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/BlockPredicate +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/BlockPredicateType +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight$$Lambda+0x000001d68231a320 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight$$Lambda+0x000001d68231a0e8 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight ()V 0 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/WeightedListHeight$$Lambda+0x000001d682319eb0 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight$$Lambda+0x000001d682319a60 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight$$Lambda+0x000001d682319828 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight$$Lambda+0x000001d6823195f0 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight$$Lambda+0x000001d6823193b8 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight ()V 0 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/TrapezoidHeight$$Lambda+0x000001d682319180 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight$$Lambda+0x000001d682318d30 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight$$Lambda+0x000001d682318af8 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight$$Lambda+0x000001d6823188c0 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight$$Lambda+0x000001d682318688 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight ()V 0 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/VeryBiasedToBottomHeight$$Lambda+0x000001d682318450 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight$$Lambda+0x000001d682318000 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight$$Lambda+0x000001d682314400 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight$$Lambda+0x000001d682314c70 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight$$Lambda+0x000001d682314a38 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight ()V 0 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/BiasedToBottomHeight$$Lambda+0x000001d682314800 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/UniformHeight lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/UniformHeight$$Lambda+0x000001d682315ae0 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/UniformHeight lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/UniformHeight$$Lambda+0x000001d6823158a8 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/UniformHeight lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/UniformHeight$$Lambda+0x000001d682315670 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/UniformHeight ()V 0 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/UniformHeight$$Lambda+0x000001d682315438 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/HeightProviderType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/heightproviders/HeightProviderType; 5 member ; # net/minecraft/world/level/levelgen/heightproviders/HeightProviderType$$Lambda+0x000001d682315000 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/ConstantHeight ()V 29 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/ConstantHeight$$Lambda+0x000001d682317c98 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/ConstantHeight ()V 24 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/ConstantHeight$$Lambda+0x000001d682317a60 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/HeightProvider ()V 40 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/HeightProvider$$Lambda+0x000001d682317828 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/HeightProvider ()V 35 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/HeightProvider$$Lambda+0x000001d6823175f0 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/HeightProvider ()V 16 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/HeightProvider$$Lambda+0x000001d6823173b8 +instanceKlass @bci net/minecraft/world/level/levelgen/heightproviders/HeightProvider ()V 11 argL0 ; # net/minecraft/world/level/levelgen/heightproviders/HeightProvider$$Lambda+0x000001d682317180 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor ()V 20 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$$Lambda+0x000001d682316f48 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor ()V 15 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$$Lambda+0x000001d682316d10 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop ()V 21 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop$$Lambda+0x000001d682316ad8 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop ()V 16 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop$$Lambda+0x000001d6823168a0 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom ()V 21 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom$$Lambda+0x000001d682316450 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom ()V 16 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom$$Lambda+0x000001d682316218 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$Absolute ()V 21 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$Absolute$$Lambda+0x000001d682313cf0 +instanceKlass @bci net/minecraft/world/level/levelgen/VerticalAnchor$Absolute ()V 16 argL0 ; # net/minecraft/world/level/levelgen/VerticalAnchor$Absolute$$Lambda+0x000001d682313ab8 +instanceKlass net/minecraft/util/ExtraCodecs$5 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap15 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d682285aa0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 315 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823134e8 +instanceKlass @cpi net/minecraft/world/level/dimension/DimensionType 552 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682314000 +instanceKlass com/mojang/datafixers/util/Function15 +instanceKlass com/mojang/datafixers/Products$P15 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 303 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823132b0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d682313068 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d682312e30 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d682312bf8 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d6823129c0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d682312788 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType$MonsterSettings ()V 0 argL0 ; # net/minecraft/world/level/dimension/DimensionType$MonsterSettings$$Lambda+0x000001d682312550 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 292 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682312110 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 273 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682311ed8 +instanceKlass net/minecraft/world/level/dimension/BuiltinDimensionTypes +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 248 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682311aa0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 226 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682311868 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 203 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682311630 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 179 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823113f8 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 154 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823111c0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310f88 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310d50 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310b18 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823108e0 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d6823106a8 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310470 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310238 +instanceKlass @bci net/minecraft/world/level/dimension/DimensionType ()V 55 argL0 ; # net/minecraft/world/level/dimension/DimensionType$$Lambda+0x000001d682310000 +instanceKlass net/irisshaders/iris/mixin/DimensionTypeAccessor +instanceKlass net/minecraft/world/level/levelgen/VerticalAnchor +instanceKlass net/minecraft/world/level/levelgen/heightproviders/HeightProvider +instanceKlass net/minecraft/world/level/levelgen/heightproviders/HeightProviderType +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt ()V 8 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230b628 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230b3e0 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230b1a8 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230af70 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230ad38 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230ab00 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalInt ()V 0 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalInt$$Lambda+0x000001d68230a8c8 +instanceKlass @bci net/minecraft/util/valueproviders/WeightedListInt lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/util/valueproviders/WeightedListInt$$Lambda+0x000001d68230a470 +instanceKlass @bci net/minecraft/util/valueproviders/WeightedListInt lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/util/valueproviders/WeightedListInt$$Lambda+0x000001d68230a238 +instanceKlass @bci net/minecraft/util/random/SimpleWeightedRandomList wrappedCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 17 argL0 ; # net/minecraft/util/random/SimpleWeightedRandomList$$Lambda+0x000001d68230a000 +instanceKlass @bci net/minecraft/util/random/SimpleWeightedRandomList wrappedCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 12 argL0 ; # net/minecraft/util/random/SimpleWeightedRandomList$$Lambda+0x000001d68230fd18 +instanceKlass @bci net/minecraft/util/random/WeightedEntry$Wrapper lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/util/random/WeightedEntry$Wrapper$$Lambda+0x000001d68230faf0 +instanceKlass @bci net/minecraft/util/random/WeightedEntry$Wrapper lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/util/random/WeightedEntry$Wrapper$$Lambda+0x000001d68230f8b8 +instanceKlass @bci net/minecraft/util/random/Weight ()V 8 argL0 ; # net/minecraft/util/random/Weight$$Lambda+0x000001d68230f680 +instanceKlass @bci net/minecraft/util/random/Weight ()V 3 argL0 ; # net/minecraft/util/random/Weight$$Lambda+0x000001d68230f448 +instanceKlass net/minecraft/util/random/Weight +instanceKlass @bci net/minecraft/util/random/WeightedEntry$Wrapper lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/util/random/WeightedEntry$Wrapper$$Lambda+0x000001d68230f008 +instanceKlass @bci net/minecraft/util/random/WeightedEntry$Wrapper codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/util/random/WeightedEntry$Wrapper$$Lambda+0x000001d68230edc8 +instanceKlass net/minecraft/util/random/WeightedEntry +instanceKlass net/minecraft/util/random/WeightedRandomList +instanceKlass @bci net/minecraft/util/valueproviders/WeightedListInt ()V 0 argL0 ; # net/minecraft/util/valueproviders/WeightedListInt$$Lambda+0x000001d68230e330 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt ()V 8 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230e0f8 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230dec0 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230dc88 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230da50 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230d818 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedInt ()V 0 argL0 ; # net/minecraft/util/valueproviders/ClampedInt$$Lambda+0x000001d68230d5e0 +instanceKlass @bci net/minecraft/util/valueproviders/BiasedToBottomInt ()V 8 argL0 ; # net/minecraft/util/valueproviders/BiasedToBottomInt$$Lambda+0x000001d68230d180 +instanceKlass @bci net/minecraft/util/valueproviders/BiasedToBottomInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/util/valueproviders/BiasedToBottomInt$$Lambda+0x000001d68230cf58 +instanceKlass @bci net/minecraft/util/valueproviders/BiasedToBottomInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/BiasedToBottomInt$$Lambda+0x000001d68230cd20 +instanceKlass @bci net/minecraft/util/valueproviders/BiasedToBottomInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/BiasedToBottomInt$$Lambda+0x000001d68230cae8 +instanceKlass @bci net/minecraft/util/valueproviders/BiasedToBottomInt ()V 0 argL0 ; # net/minecraft/util/valueproviders/BiasedToBottomInt$$Lambda+0x000001d68230c8b0 +instanceKlass @bci net/minecraft/util/valueproviders/IntProviderType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/util/valueproviders/IntProviderType; 5 member ; # net/minecraft/util/valueproviders/IntProviderType$$Lambda+0x000001d68230c470 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat ()V 8 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d68230c238 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d68230c000 +instanceKlass @cpi com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs 436 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682309000 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d682307db0 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d682307b78 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d682307940 +instanceKlass @bci net/minecraft/util/valueproviders/TrapezoidFloat ()V 0 argL0 ; # net/minecraft/util/valueproviders/TrapezoidFloat$$Lambda+0x000001d682307708 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat ()V 8 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682307298 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682307050 +instanceKlass @cpi io/wispforest/accessories/utils/EndecUtils 944 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682308c00 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682306e18 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682306be0 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d6823069a8 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682306770 +instanceKlass @bci net/minecraft/util/valueproviders/ClampedNormalFloat ()V 0 argL0 ; # net/minecraft/util/valueproviders/ClampedNormalFloat$$Lambda+0x000001d682306538 +instanceKlass @bci net/minecraft/util/valueproviders/UniformFloat ()V 8 argL0 ; # net/minecraft/util/valueproviders/UniformFloat$$Lambda+0x000001d6823060c8 +instanceKlass @bci net/minecraft/util/valueproviders/UniformFloat lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/util/valueproviders/UniformFloat$$Lambda+0x000001d682305ea0 +instanceKlass @cpi com/li64/tide/data/fishing/modifiers/types/TemperatureModifier 130 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682308800 +instanceKlass @bci net/minecraft/util/valueproviders/UniformFloat lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/UniformFloat$$Lambda+0x000001d682305c68 +instanceKlass @bci net/minecraft/util/valueproviders/UniformFloat lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/UniformFloat$$Lambda+0x000001d682305a30 +instanceKlass @bci net/minecraft/util/valueproviders/UniformFloat ()V 0 argL0 ; # net/minecraft/util/valueproviders/UniformFloat$$Lambda+0x000001d6823057f8 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProviderType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/util/valueproviders/FloatProviderType; 5 member ; # net/minecraft/util/valueproviders/FloatProviderType$$Lambda+0x000001d6823053a0 +instanceKlass @bci net/minecraft/util/valueproviders/ConstantFloat ()V 26 argL0 ; # net/minecraft/util/valueproviders/ConstantFloat$$Lambda+0x000001d682305168 +instanceKlass @cpi com/aetherteam/aether/attachment/AetherPlayerAttachment 1473 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682308400 +instanceKlass @bci net/minecraft/util/valueproviders/ConstantFloat ()V 21 argL0 ; # net/minecraft/util/valueproviders/ConstantFloat$$Lambda+0x000001d682304f30 +instanceKlass @cpi net/minecraft/util/valueproviders/ConstantFloat 76 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682308000 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider ()V 40 argL0 ; # net/minecraft/util/valueproviders/FloatProvider$$Lambda+0x000001d682304cf8 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider ()V 35 argL0 ; # net/minecraft/util/valueproviders/FloatProvider$$Lambda+0x000001d682304ac0 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider ()V 16 argL0 ; # net/minecraft/util/valueproviders/FloatProvider$$Lambda+0x000001d682304888 +instanceKlass @bci net/minecraft/util/valueproviders/FloatProvider ()V 11 argL0 ; # net/minecraft/util/valueproviders/FloatProvider$$Lambda+0x000001d682304650 +instanceKlass net/minecraft/util/valueproviders/FloatProvider +instanceKlass net/minecraft/util/valueproviders/SampledFloat +instanceKlass net/minecraft/util/valueproviders/FloatProviderType +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck$$Lambda+0x000001d682303bb0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck$$Lambda+0x000001d682303978 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck$$Lambda+0x000001d682303740 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition$$Lambda+0x000001d682303288 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition$$Lambda+0x000001d682303050 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition$$Lambda+0x000001d682302e18 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition$$Lambda+0x000001d682302be0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/TimeCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/predicates/TimeCheck$$Lambda+0x000001d682302720 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/TimeCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/predicates/TimeCheck$$Lambda+0x000001d6823024e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/TimeCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/TimeCheck$$Lambda+0x000001d6823022b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/TimeCheck ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/TimeCheck$$Lambda+0x000001d682302078 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ConditionReference lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ConditionReference$$Lambda+0x000001d682301ba8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ConditionReference lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ConditionReference$$Lambda+0x000001d682301970 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/ConditionReference ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/predicates/ConditionReference$$Lambda+0x000001d682301738 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/WeatherCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/predicates/WeatherCheck$$Lambda+0x000001d682301278 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/WeatherCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/predicates/WeatherCheck$$Lambda+0x000001d682301040 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/WeatherCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/WeatherCheck$$Lambda+0x000001d682300e08 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/WeatherCheck ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/WeatherCheck$$Lambda+0x000001d682300bd0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d682300708 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6823004d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d682300298 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap9 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d682285468 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 183 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d682300000 +instanceKlass com/mojang/datafixers/util/Function9 +instanceKlass com/mojang/datafixers/Products$P9 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 171 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822ffc30 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 152 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822ff9f8 +instanceKlass @bci net/minecraft/advancements/critereon/FluidPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/advancements/critereon/FluidPredicate$$Lambda+0x000001d6822ff7d0 +instanceKlass @bci net/minecraft/advancements/critereon/FluidPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/FluidPredicate$$Lambda+0x000001d6822ff598 +instanceKlass @bci net/minecraft/advancements/critereon/FluidPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/FluidPredicate$$Lambda+0x000001d6822ff360 +instanceKlass @bci net/minecraft/advancements/critereon/FluidPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/FluidPredicate$$Lambda+0x000001d6822ff128 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fece8 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 114 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822feab0 +instanceKlass @bci net/minecraft/advancements/critereon/LightPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/advancements/critereon/LightPredicate$$Lambda+0x000001d6822fe878 +instanceKlass @bci net/minecraft/advancements/critereon/LightPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/LightPredicate$$Lambda+0x000001d6822fe640 +instanceKlass @bci net/minecraft/advancements/critereon/LightPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/LightPredicate$$Lambda+0x000001d6822fe408 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fdfc8 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fdd90 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fdb58 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fd920 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fd6e8 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate$$Lambda+0x000001d6822fd4b0 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate$$Lambda+0x000001d6822fd278 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate$$Lambda+0x000001d6822fd040 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate$$Lambda+0x000001d6822fce08 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds$Doubles ()V 19 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$Doubles$$Lambda+0x000001d6822fcbf0 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds$Doubles squareOpt (Ljava/util/Optional;)Ljava/util/Optional; 1 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$Doubles$$Lambda+0x000001d6822fc9b8 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate$$Lambda+0x000001d6822fc538 +instanceKlass @bci net/minecraft/advancements/critereon/LocationPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/LocationPredicate$$Lambda+0x000001d6822fc0f8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck ()V 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fbcb8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fba80 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fb848 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fb610 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fb3d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LocationCheck ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LocationCheck$$Lambda+0x000001d6822fb1a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition$$Lambda+0x000001d6822facd0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition$$Lambda+0x000001d6822faa98 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822fa850 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822fa618 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822fa3e0 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822fa1a8 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822f9f70 +instanceKlass @bci net/minecraft/advancements/critereon/TagPredicate lambda$codec$0 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/advancements/critereon/TagPredicate$$Lambda+0x000001d6822f9d48 +instanceKlass @bci net/minecraft/advancements/critereon/TagPredicate lambda$codec$0 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/advancements/critereon/TagPredicate$$Lambda+0x000001d6822f9b10 +instanceKlass @bci net/minecraft/advancements/critereon/TagPredicate lambda$codec$0 (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/advancements/critereon/TagPredicate$$Lambda+0x000001d6822f98d8 +instanceKlass @bci net/minecraft/advancements/critereon/TagPredicate codec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/advancements/critereon/TagPredicate$$Lambda+0x000001d6822f9698 +instanceKlass @bci net/minecraft/advancements/critereon/DamageSourcePredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/DamageSourcePredicate$$Lambda+0x000001d6822f9258 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition$$Lambda+0x000001d6822f8e18 +instanceKlass net/minecraft/world/level/storage/loot/predicates/ExplosionCondition +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition$$Lambda+0x000001d6822f86a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition$$Lambda+0x000001d6822f8470 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition$$Lambda+0x000001d6822f8238 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition$$Lambda+0x000001d6822f8000 +instanceKlass @bci org/betterx/wover/tag/impl/TagRegistryImpl$WithRegistry makeTag (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/tags/TagKey; 10 member ; # org/betterx/wover/tag/impl/TagRegistryImpl$WithRegistry$$Lambda+0x000001d6822f7928 +instanceKlass java/util/IdentityHashMap$IdentityHashMapSpliterator +instanceKlass de/ambertation/wunderlib/utils/Version +instanceKlass @bci org/betterx/wover/core/api/Logger create (Ljava/lang/String;)Lorg/betterx/wover/core/api/Logger; 4 argL0 ; # org/betterx/wover/core/api/Logger$$Lambda+0x000001d6822f74a0 +instanceKlass de/ambertation/wunderlib/general/Logger +instanceKlass @bci org/betterx/wover/core/api/ModCore create (Ljava/lang/String;Ljava/lang/String;)Lorg/betterx/wover/core/api/ModCore; 5 member ; # org/betterx/wover/core/api/ModCore$$Lambda+0x000001d6822f6da0 +instanceKlass net/minecraft/server/packs/repository/Pack$ResourcesSupplier +instanceKlass org/betterx/wover/core/api/ModCore +instanceKlass de/ambertation/wunderlib/utils/Version$ModVersionProvider +instanceKlass org/betterx/wover/events/api/Subscriber +instanceKlass org/betterx/wover/entrypoint/LibWoverTag +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl lambda$registerBiome$6 (Ljava/lang/String;)Lorg/betterx/wover/tag/impl/TagRegistryImpl; 5 argL0 ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f6168 +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl registerBiome ()Lorg/betterx/wover/tag/impl/BiomeTagRegistryImpl; 5 argL0 ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f5f30 +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl registerType (Lnet/minecraft/resources/ResourceKey;Ljava/lang/String;Lorg/betterx/wover/tag/api/TagRegistry$LocationProvider;)Lorg/betterx/wover/tag/impl/TagRegistryImpl; 6 member ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f5cf0 +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl registerType (Lnet/minecraft/resources/ResourceKey;)Lorg/betterx/wover/tag/impl/TagRegistryImpl; 6 member ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f5ad0 +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl registerItem ()Lorg/betterx/wover/tag/impl/TagRegistryImpl; 16 member ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f5890 +instanceKlass org/betterx/wover/tag/api/event/context/ItemTagBootstrapContext +instanceKlass org/betterx/wover/tag/api/builder/ItemTagBuilder +instanceKlass @bci org/betterx/wover/tag/impl/TagManagerImpl registerType (Lnet/minecraft/core/DefaultedRegistry;)Lorg/betterx/wover/tag/impl/TagRegistryImpl; 17 member ; # org/betterx/wover/tag/impl/TagManagerImpl$$Lambda+0x000001d6822f5260 +instanceKlass @bci org/betterx/wover/events/impl/AbstractEvent (Ljava/lang/String;)V 14 argL0 ; # org/betterx/wover/events/impl/AbstractEvent$$Lambda+0x000001d6822f4fd0 +instanceKlass org/betterx/wover/events/impl/AbstractEvent$Subscriber +instanceKlass org/betterx/wover/util/SortedLinkedList +instanceKlass org/betterx/wover/events/impl/AbstractEvent +instanceKlass @bci org/betterx/wover/tag/impl/TagRegistryImpl$WithRegistry (Lnet/minecraft/core/DefaultedRegistry;)V 17 member ; # org/betterx/wover/tag/impl/TagRegistryImpl$WithRegistry$$Lambda+0x000001d6822f4380 +instanceKlass org/betterx/wover/tag/api/TagRegistry$LocationProvider +instanceKlass org/betterx/wover/tag/api/event/context/TagBootstrapContext +instanceKlass org/betterx/wover/tag/api/builder/TagBuilder +instanceKlass org/betterx/wover/events/api/Event +instanceKlass org/betterx/wover/tag/impl/TagRegistryImpl +instanceKlass org/betterx/wover/tag/impl/TagManagerImpl +instanceKlass org/betterx/wover/tag/api/BiomeTagRegistry +instanceKlass org/betterx/wover/tag/api/TagRegistry +instanceKlass org/betterx/wover/tag/api/TagManager +instanceKlass org/betterx/wover/tag/api/predefined/CommonItemTags +instanceKlass net/minecraft/advancements/critereon/ItemPredicate$Builder +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/MatchTool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/predicates/MatchTool$$Lambda+0x000001d6822f1d78 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/MatchTool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/MatchTool$$Lambda+0x000001d6822f1b40 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/MatchTool ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/MatchTool$$Lambda+0x000001d6822f1908 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$$Lambda+0x000001d6822f1438 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$$Lambda+0x000001d6822f1210 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$$Lambda+0x000001d6822f0fd8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$$Lambda+0x000001d6822f0da0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$$Lambda+0x000001d6822f0b68 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition$$Lambda+0x000001d6822f06a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition$$Lambda+0x000001d6822f0470 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition$$Lambda+0x000001d6822f0238 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition$$Lambda+0x000001d6822f0000 +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemKilledByPlayerCondition +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition$$Lambda+0x000001d6822e8800 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition$$Lambda+0x000001d6822e9d60 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition$$Lambda+0x000001d6822e9b28 +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate ()V 20 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$$Lambda+0x000001d6822e98f0 +instanceKlass @bci net/minecraft/advancements/critereon/ContextAwarePredicate ()V 13 argL0 ; # net/minecraft/advancements/critereon/ContextAwarePredicate$$Lambda+0x000001d6822e96b8 +instanceKlass @bci net/minecraft/advancements/critereon/ContextAwarePredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ContextAwarePredicate$$Lambda+0x000001d6822e9480 +instanceKlass net/minecraft/advancements/critereon/ContextAwarePredicate +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorContextAwarePredicate +instanceKlass @bci net/minecraft/advancements/critereon/EntityPredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/EntityPredicate$$Lambda+0x000001d6822e9000 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition$$Lambda+0x000001d6822eb990 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 63 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition$$Lambda+0x000001d6822eb4c0 +instanceKlass @cpi net/neoforged/neoforge/client/entity/animation/json/AnimationParser 511 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822e8400 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition$$Lambda+0x000001d6822eb288 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition$$Lambda+0x000001d6822eb050 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition$$Lambda+0x000001d6822eae18 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition$$Lambda+0x000001d6822eabe0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition$$Lambda+0x000001d6822ea710 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition$$Lambda+0x000001d6822ea4d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition$$Lambda+0x000001d6822ea2a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition createInlineCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition$$Lambda+0x000001d6822efc90 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/AllOfCondition ()V 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/AllOfCondition$$Lambda+0x000001d6822efa58 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/AllOfCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/AllOfCondition$$Lambda+0x000001d6822ef820 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition lambda$createCodec$1 (Ljava/util/function/Function;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition$$Lambda+0x000001d6822ef318 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition createCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition$$Lambda+0x000001d6822ef0d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/AnyOfCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/AnyOfCondition$$Lambda+0x000001d6822eeea0 +instanceKlass net/minecraft/world/level/storage/loot/predicates/CompositeLootItemCondition +instanceKlass fzzyhmstrs/emi_loot/mixins/AlternativeLootConditionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition$$Lambda+0x000001d6822ee4d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition$$Lambda+0x000001d6822ee298 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition$$Lambda+0x000001d6822ee060 +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemConditions +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/EntryGroup ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/EntryGroup$$Lambda+0x000001d6822ed9b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/SequentialEntry ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/SequentialEntry$$Lambda+0x000001d6822ed500 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/CompositeEntryBase lambda$createCodec$1 (Lnet/minecraft/world/level/storage/loot/entries/CompositeEntryBase$CompositeEntryConstructor;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 member ; # net/minecraft/world/level/storage/loot/entries/CompositeEntryBase$$Lambda+0x000001d6822ed030 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/CompositeEntryBase lambda$createCodec$1 (Lnet/minecraft/world/level/storage/loot/entries/CompositeEntryBase$CompositeEntryConstructor;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/storage/loot/entries/CompositeEntryBase$$Lambda+0x000001d6822ecdf8 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/CompositeEntryBase createCodec (Lnet/minecraft/world/level/storage/loot/entries/CompositeEntryBase$CompositeEntryConstructor;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/minecraft/world/level/storage/loot/entries/CompositeEntryBase$$Lambda+0x000001d6822ecbb8 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/AlternativesEntry ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/AlternativesEntry$$Lambda+0x000001d6822ec9a0 +instanceKlass net/minecraft/world/level/storage/loot/entries/CompositeEntryBase$CompositeEntryConstructor +instanceKlass fzzyhmstrs/emi_loot/mixins/CombinedEntryAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/TagEntry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/storage/loot/entries/TagEntry$$Lambda+0x000001d6822ec000 +instanceKlass @cpi net/minecraft/world/level/storage/loot/entries/TagEntry 275 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822e8000 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/TagEntry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/storage/loot/entries/TagEntry$$Lambda+0x000001d6822e0c00 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/TagEntry lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/entries/TagEntry$$Lambda+0x000001d6822e1b98 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/TagEntry ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/TagEntry$$Lambda+0x000001d6822e1960 +instanceKlass fzzyhmstrs/emi_loot/mixins/TagEntryAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/DynamicLoot lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/storage/loot/entries/DynamicLoot$$Lambda+0x000001d6822e1238 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/DynamicLoot lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/entries/DynamicLoot$$Lambda+0x000001d6822e1000 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/DynamicLoot ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/DynamicLoot$$Lambda+0x000001d6822e3bf0 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/NestedLootTable lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/storage/loot/entries/NestedLootTable$$Lambda+0x000001d6822e36e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/NestedLootTable lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/entries/NestedLootTable$$Lambda+0x000001d6822e34a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 98 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e3260 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e3028 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs listWithoutEmpty (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d6822e2df0 +instanceKlass @bci net/neoforged/neoforge/common/util/NeoForgeExtraCodecs listWithoutEmpty (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 argL0 ; # net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$$Lambda+0x000001d6822e2bb8 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e2980 +instanceKlass @bci net/neoforged/neoforge/common/CommonHooks lootPoolsCodec (Ljava/util/function/BiConsumer;)Lcom/mojang/serialization/Codec; 12 member ; # net/neoforged/neoforge/common/CommonHooks$$Lambda+0x000001d6822e2740 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps createConditionalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 10 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$$Lambda+0x000001d6822e2508 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps createConditionalCodec (Lcom/mojang/serialization/Codec;Ljava/lang/String;)Lcom/mojang/serialization/Codec; 5 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$$Lambda+0x000001d6822e22d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue toString ()Ljava/lang/String; 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6822e0800 +instanceKlass @bci traben/entity_model_features/EMF randomQuip ()Ljava/lang/String; 149 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6822e0400 +instanceKlass @bci net/neoforged/neoforge/common/conditions/ConditionalOps retrieveContext ()Lcom/mojang/serialization/MapCodec; 0 argL0 ; # net/neoforged/neoforge/common/conditions/ConditionalOps$$Lambda+0x000001d6822e7da8 +instanceKlass net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalDecoder +instanceKlass @bci net/neoforged/neoforge/common/conditions/ICondition ()V 8 argL0 ; # net/neoforged/neoforge/common/conditions/ICondition$$Lambda+0x000001d6822e7b70 +instanceKlass net/neoforged/neoforge/common/conditions/ConditionalOps$ConditionalEncoder +instanceKlass net/minecraft/resources/RegistryOps$RegistryInfoLookup +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 147 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e6ec0 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 135 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e6c88 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 116 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e6a50 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e6818 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 71 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e65e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e63a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e6170 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootPool ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/LootPool$$Lambda+0x000001d6822e5f38 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e5d10 +instanceKlass net/minecraft/world/level/storage/loot/LootPool +instanceKlass net/fabricmc/fabric/mixin/loot/LootPoolAccessor +instanceKlass fzzyhmstrs/emi_loot/mixins/LootPoolAccessor +instanceKlass org/betterx/bclib/interfaces/LootPoolAccessor +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorLootPool +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e4fa8 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e4d70 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootTable ()V 34 argL0 ; # net/minecraft/world/level/storage/loot/LootTable$$Lambda+0x000001d6822e4b38 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemFunctions handler$flm000$wover$setupItemStack (Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 10 member ; # net/minecraft/world/level/storage/loot/functions/LootItemFunctions$$Lambda+0x000001d6822e4908 +instanceKlass net/minecraft/world/level/storage/loot/LootTable +instanceKlass net/fabricmc/fabric/mixin/loot/LootTableAccessor +instanceKlass fzzyhmstrs/emi_loot/mixins/LootTableAccessor +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorLootTable +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/NestedLootTable ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/NestedLootTable$$Lambda+0x000001d6822dfc48 +instanceKlass fzzyhmstrs/emi_loot/mixins/LootTableEntryAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootItem$$Lambda+0x000001d6822df520 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootItem lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootItem$$Lambda+0x000001d6822df2e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootItem ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootItem$$Lambda+0x000001d6822df0b0 +instanceKlass fzzyhmstrs/emi_loot/mixins/ItemEntryAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/EmptyLootItem lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/storage/loot/entries/EmptyLootItem$$Lambda+0x000001d6822de998 +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/NbtFeatureConfig 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822e0000 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer singletonFields (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P4; 76 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer$$Lambda+0x000001d6822de760 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction$$Lambda+0x000001d6822de538 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction$$Lambda+0x000001d6822de300 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomModelDataFunction$$Lambda+0x000001d6822de0c8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction$$Lambda+0x000001d6822ddbe8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction$$Lambda+0x000001d6822dd9b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction$$Lambda+0x000001d6822dd778 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetOminousBottleAmplifierLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dd078 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dce40 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 223 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dcc08 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 210 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dc9d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 205 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dc798 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 178 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dc560 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 173 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dc328 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 161 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dc110 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 142 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dbef8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 123 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dbce0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 104 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822dbac8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 86 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822db8b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 68 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822db698 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 50 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822db480 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 32 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822db268 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ToggleTooltips ()V 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/ToggleTooltips$$Lambda+0x000001d6822db050 +instanceKlass net/minecraft/world/level/storage/loot/functions/ToggleTooltips$TooltipWither +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction$$Lambda+0x000001d6822da570 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction$$Lambda+0x000001d6822da338 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction$$Lambda+0x000001d6822da100 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWritableBookPagesFunction$$Lambda+0x000001d6822d9ec8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction$$Lambda+0x000001d6822d99d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction$$Lambda+0x000001d6822d9798 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction$$Lambda+0x000001d6822d9560 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction ()V 16 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction$$Lambda+0x000001d6822d9328 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction ()V 3 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetWrittenBookPagesFunction$$Lambda+0x000001d6822d90f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction$$Lambda+0x000001d6822d8be8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction$$Lambda+0x000001d6822d89b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction$$Lambda+0x000001d6822d8778 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction$$Lambda+0x000001d6822d8540 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBookCoverFunction$$Lambda+0x000001d6822d8308 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetBookCoverLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 102 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d7ac8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 87 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d7890 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d7658 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d7420 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d71e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d6fb0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworkExplosionFunction$$Lambda+0x000001d6822d6d78 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetFireworkExplosionLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworksFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworksFunction$$Lambda+0x000001d6822d6620 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworksFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworksFunction$$Lambda+0x000001d6822d63e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworksFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworksFunction$$Lambda+0x000001d6822d61b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone lambda$codec$2 (Lcom/mojang/serialization/Codec;ILcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone$$Lambda+0x000001d6822d5f88 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone lambda$codec$2 (Lcom/mojang/serialization/Codec;ILcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone$$Lambda+0x000001d6822d5d50 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone lambda$codec$2 (Lcom/mojang/serialization/Codec;ILcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone$$Lambda+0x000001d6822d5b18 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone codec (Lcom/mojang/serialization/Codec;I)Lcom/mojang/serialization/Codec; 2 member ; # net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone$$Lambda+0x000001d6822d58d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetFireworksFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetFireworksFunction$$Lambda+0x000001d6822d5498 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetFireworksLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 76 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$$Lambda+0x000001d6822d4d80 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$$Lambda+0x000001d6822d4b48 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$$Lambda+0x000001d6822d4910 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$$Lambda+0x000001d6822d46d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$Source ()V 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$Source$$Lambda+0x000001d6822d44c0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$$Lambda+0x000001d6822d3e18 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SequenceFunction ()V 24 argL0 ; # net/minecraft/world/level/storage/loot/functions/SequenceFunction$$Lambda+0x000001d6822d3928 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SequenceFunction ()V 19 argL0 ; # net/minecraft/world/level/storage/loot/functions/SequenceFunction$$Lambda+0x000001d6822d36f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SequenceFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/level/storage/loot/functions/SequenceFunction$$Lambda+0x000001d6822d34b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SequenceFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/functions/SequenceFunction$$Lambda+0x000001d6822d3280 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SequenceFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SequenceFunction$$Lambda+0x000001d6822d3048 +instanceKlass net/minecraft/world/level/storage/loot/functions/SequenceFunction +instanceKlass fzzyhmstrs/emi_loot/mixins/AndLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FunctionReference lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/storage/loot/functions/FunctionReference$$Lambda+0x000001d6822d2970 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FunctionReference lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/storage/loot/functions/FunctionReference$$Lambda+0x000001d6822d2738 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FunctionReference ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/FunctionReference$$Lambda+0x000001d6822d2500 +instanceKlass fzzyhmstrs/emi_loot/mixins/ReferenceLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction$$Lambda+0x000001d6822d1e08 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction$$Lambda+0x000001d6822d1bd0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetInstrumentFunction$$Lambda+0x000001d6822d1998 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetInstrumentLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetPotionFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetPotionFunction$$Lambda+0x000001d6822d12a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetPotionFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetPotionFunction$$Lambda+0x000001d6822d1068 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetPotionFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetPotionFunction$$Lambda+0x000001d6822d0e30 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetPotionLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction$$Lambda+0x000001d6822d0728 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction$$Lambda+0x000001d6822d04f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction$$Lambda+0x000001d6822d02b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetBannerPatternFunction$$Lambda+0x000001d6822cfd58 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyBlockState$$Lambda+0x000001d6822cfb20 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyBlockState$$Lambda+0x000001d6822cf8e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyBlockState lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyBlockState$$Lambda+0x000001d6822cf6b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyBlockState ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyBlockState$$Lambda+0x000001d6822cf478 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$$Lambda+0x000001d6822cef88 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$$Lambda+0x000001d6822ced50 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation$$Lambda+0x000001d6822ceb18 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation$$Lambda+0x000001d6822ce8e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$MergeStrategy ()V 51 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$MergeStrategy$$Lambda+0x000001d6822ce6c8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation$$Lambda+0x000001d6822cd860 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation$$Lambda+0x000001d6822cd628 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation$$Lambda+0x000001d6822cd3f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$$Lambda+0x000001d6822ccfb0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider ()V 63 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822ccd78 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider ()V 58 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822ccb40 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822cc908 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822cc6d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider ()V 44 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822cc498 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider ()V 31 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822cc260 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider ()V 26 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$$Lambda+0x000001d6822cc028 +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$1 +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider$Getter +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/ContextNbtProvider +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider$$Lambda+0x000001d6822cb770 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider$$Lambda+0x000001d6822cb538 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider$$Lambda+0x000001d6822cb300 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders ()V 26 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders$$Lambda+0x000001d6822caeb8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders ()V 13 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders$$Lambda+0x000001d6822cac80 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders$$Lambda+0x000001d6822caa48 +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/NbtProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/NbtProviders +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$$Lambda+0x000001d6822ca210 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FillPlayerHead lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/storage/loot/functions/FillPlayerHead$$Lambda+0x000001d6822c9d30 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FillPlayerHead lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/storage/loot/functions/FillPlayerHead$$Lambda+0x000001d6822c9af8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FillPlayerHead ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/FillPlayerHead$$Lambda+0x000001d6822c98c0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetLoreFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetLoreFunction$$Lambda+0x000001d6822c93c0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetLoreFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetLoreFunction$$Lambda+0x000001d6822c9188 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetLoreFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetLoreFunction$$Lambda+0x000001d6822c8f50 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation codec (I)Lcom/mojang/serialization/MapCodec; 21 member ; # net/minecraft/world/level/storage/loot/functions/ListOperation$$Lambda+0x000001d6822c8d18 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation codec (I)Lcom/mojang/serialization/MapCodec; 10 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$$Lambda+0x000001d6822c8ae0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation codec (I)Lcom/mojang/serialization/MapCodec; 5 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$$Lambda+0x000001d6822c88a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$Type ()V 78 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$Type$$Lambda+0x000001d6822c8690 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$Append ()V 16 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$Append$$Lambda+0x000001d6822c8478 +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$Append +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$Insert lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$Insert$$Lambda+0x000001d6822c8000 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$Insert lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$Insert$$Lambda+0x000001d6822c4c68 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$Insert ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$Insert$$Lambda+0x000001d6822c4a30 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection$$Lambda+0x000001d6822c5d38 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection$$Lambda+0x000001d6822c5b00 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection$$Lambda+0x000001d6822c58c8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection$$Lambda+0x000001d6822c5690 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceAll ()V 10 argL0 ; # net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceAll$$Lambda+0x000001d6822c5240 +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceAll +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetLoreFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetLoreFunction$$Lambda+0x000001d6822c7740 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetLoreFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetLoreFunction$$Lambda+0x000001d6822c7508 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyExplosionDecay lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyExplosionDecay$$Lambda+0x000001d6822c7018 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyExplosionDecay ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyExplosionDecay$$Lambda+0x000001d6822c6de0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerLootTable lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerLootTable$$Lambda+0x000001d6822c68e0 +instanceKlass @cpi net/minecraft/world/level/storage/loot/functions/SetContainerLootTable 312 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822c4400 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerLootTable lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerLootTable$$Lambda+0x000001d6822c66a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerLootTable lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerLootTable$$Lambda+0x000001d6822c6470 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerLootTable lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerLootTable$$Lambda+0x000001d6822c6238 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerLootTable ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerLootTable$$Lambda+0x000001d6822c6000 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetLootTableLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c38d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c3698 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c3460 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 93 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c3228 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 82 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c2ff0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 77 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c2db8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 55 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c2b80 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 50 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c2948 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount ()V 25 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$$Lambda+0x000001d6822c2710 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount$$Lambda+0x000001d6822c24d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount$$Lambda+0x000001d6822c22a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount$$Lambda+0x000001d6822c2068 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$OreDrops ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$OreDrops$$Lambda+0x000001d6822c1c30 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount$$Lambda+0x000001d6822c17e8 +instanceKlass @cpi com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion 218 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822c4000 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount$$Lambda+0x000001d6822c15b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount$$Lambda+0x000001d6822c1378 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount$$Lambda+0x000001d6822c1140 +instanceKlass net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$Formula +instanceKlass fzzyhmstrs/emi_loot/mixins/ApplyBonusLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LimitCount lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/LimitCount$$Lambda+0x000001d6822c0238 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LimitCount lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/LimitCount$$Lambda+0x000001d6822c0000 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange ()V 25 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bfca0 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange ()V 20 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bfa68 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bf840 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bf608 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bf3d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/IntRange ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/IntRange$$Lambda+0x000001d6822bf198 +instanceKlass net/minecraft/world/level/storage/loot/IntRange +instanceKlass fzzyhmstrs/emi_loot/mixins/BoundedIntUnaryOperatorAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LimitCount ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/LimitCount$$Lambda+0x000001d6822beb18 +instanceKlass fzzyhmstrs/emi_loot/mixins/LimitCountLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FilteredFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/storage/loot/functions/FilteredFunction$$Lambda+0x000001d6822be410 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FilteredFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/FilteredFunction$$Lambda+0x000001d6822be1d8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FilteredFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/FilteredFunction$$Lambda+0x000001d6822bdfa0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/FilteredFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/FilteredFunction$$Lambda+0x000001d6822bdd68 +instanceKlass fzzyhmstrs/emi_loot/mixins/FilteredLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ModifyContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/storage/loot/functions/ModifyContainerContents$$Lambda+0x000001d6822bd650 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ModifyContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/ModifyContainerContents$$Lambda+0x000001d6822bd418 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ModifyContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/ModifyContainerContents$$Lambda+0x000001d6822bd1e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ModifyContainerContents ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ModifyContainerContents$$Lambda+0x000001d6822bcfa8 +instanceKlass fzzyhmstrs/emi_loot/mixins/ModifyContentsLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerContents$$Lambda+0x000001d6822bc8a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerContents$$Lambda+0x000001d6822bc668 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerContents lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerContents$$Lambda+0x000001d6822bc430 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetContainerContents ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetContainerContents$$Lambda+0x000001d6822bc1f8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyNameFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyNameFunction$$Lambda+0x000001d6822bbd18 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyNameFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyNameFunction$$Lambda+0x000001d6822bbae0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyNameFunction$NameSource ()V 78 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyNameFunction$NameSource$$Lambda+0x000001d6822bb8c8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/CopyNameFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/CopyNameFunction$$Lambda+0x000001d6822bb220 +instanceKlass fzzyhmstrs/emi_loot/mixins/CopyNameLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$$Lambda+0x000001d6822bab28 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$$Lambda+0x000001d6822ba8f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction ()V 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$$Lambda+0x000001d6822ba6b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$$Lambda+0x000001d6822ba480 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry$$Lambda+0x000001d6822ba258 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry$$Lambda+0x000001d6822ba020 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry$$Lambda+0x000001d6822b9de8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry$$Lambda+0x000001d6822b9bb0 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetStewEffectLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 147 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822b9260 +instanceKlass @cpi fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider 412 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822acc00 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 132 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822b9028 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/HolderRef +instanceKlass net/mehvahdjukaar/moonlight/api/misc/MapRegistry +instanceKlass @bci net/neoforged/fml/ModLoadingContext ()V 0 argL0 ; # net/neoforged/fml/ModLoadingContext$$Lambda+0x000001d682284e50 +instanceKlass net/neoforged/fml/ModLoadingContext +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6822b7938 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl ()V 3 argL0 ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$$Lambda+0x000001d6822b7700 +instanceKlass net/mehvahdjukaar/moonlight/core/misc/LoaderCondition +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge ()V 41 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$$Lambda+0x000001d6822b70b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 95 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b66b0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 90 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b6478 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 74 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b6240 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 69 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b6008 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils singleOrList (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 7 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5dd0 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 43 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5b98 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5970 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5738 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils lambda$static$9 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5500 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 21 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b52c8 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 8 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b5090 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils ()V 3 argL0 ; # net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils$$Lambda+0x000001d6822b4e58 +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/CodecUtils +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge ()V 10 argL0 ; # net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$$Lambda+0x000001d6822b4a20 +instanceKlass net/neoforged/neoforge/common/conditions/ICondition +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge +instanceKlass dev/architectury/event/forge/EventHandlerImplCommon$LevelEventAttachment +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl +instanceKlass net/mehvahdjukaar/moonlight/api/platform/PlatHelper +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerRegistry (Lnet/minecraft/resources/ResourceKey;Z)Lnet/minecraft/core/Registry; 33 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6822ad000 +instanceKlass net/neoforged/neoforge/registries/DeferredRegister$RegistryHolder +instanceKlass @bci net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl registerRegistry (Lnet/minecraft/resources/ResourceKey;Z)Lnet/minecraft/core/Registry; 16 member ; # net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$$Lambda+0x000001d6822af998 +instanceKlass @cpi net/minecraft/client/renderer/texture/SpriteLoader 520 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822ac800 +instanceKlass net/mehvahdjukaar/moonlight/api/misc/IAttachmentType +instanceKlass net/mehvahdjukaar/moonlight/api/misc/RegSupplier +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper +instanceKlass net/mehvahdjukaar/moonlight/api/set/BlockTypeRegistry +instanceKlass net/mehvahdjukaar/moonlight/api/util/DispenserHelper$AdditionalDispenserBehavior +instanceKlass net/minecraft/server/packs/repository/RepositorySource +instanceKlass net/mehvahdjukaar/moonlight/core/Moonlight +instanceKlass net/mehvahdjukaar/moonlight/core/map/MapDataInternal +instanceKlass net/mehvahdjukaar/moonlight/api/map/MapDataRegistry +instanceKlass @bci net/mehvahdjukaar/moonlight/api/map/decoration/MLMapDecorationType ()V 0 argL0 ; # net/mehvahdjukaar/moonlight/api/map/decoration/MLMapDecorationType$$Lambda+0x000001d6822ab580 +instanceKlass net/mehvahdjukaar/moonlight/api/map/decoration/MLMapDecorationType +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aac68 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aaa30 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aa7f8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aa5c0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction mdd85188$supplementaries$lambda$supp$modifyCodec$7$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aa388 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction handler$bmc000$supplementaries$supp$modifyCodec (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822aa150 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 128 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9ee8 +instanceKlass @cpi net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction 357 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6822ac400 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9cb0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9a78 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9840 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9608 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a93d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction ()V 12 argL0 ; # net/minecraft/world/level/storage/loot/functions/ExplorationMapFunction$$Lambda+0x000001d6822a9198 +instanceKlass net/minecraft/tags/StructureTags +instanceKlass fzzyhmstrs/emi_loot/mixins/ExplorationMapLootFunctionAccessor +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/IExplorationFunctionExtension +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6822ac000 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$$Lambda+0x000001d6822a8640 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$$Lambda+0x000001d6822a8408 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction$Target ()V 36 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$Target$$Lambda+0x000001d6822a81f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$$Lambda+0x000001d6822a7ae0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$$Lambda+0x000001d6822a78a8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetNameFunction ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetNameFunction$$Lambda+0x000001d6822a7670 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetNameLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$$Lambda+0x000001d6822a6f68 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$$Lambda+0x000001d6822a6d30 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$$Lambda+0x000001d6822a6af8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a68a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a6668 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a6430 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a61f8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a5fc0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a5d88 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier ()V 35 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a5b50 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier ()V 19 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a5918 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier ()V 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier$$Lambda+0x000001d6822a56e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetAttributesFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$$Lambda+0x000001d6822a52a0 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetAttributesLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction$$Lambda+0x000001d6822a4b98 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction$$Lambda+0x000001d6822a4960 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction$$Lambda+0x000001d6822a4728 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemDamageFunction$$Lambda+0x000001d6822a44f0 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetDamageLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction$$Lambda+0x000001d6822a3dc8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction$$Lambda+0x000001d6822a3b90 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction$$Lambda+0x000001d6822a3958 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction$$Lambda+0x000001d6822a3720 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantedCountIncreaseFunction$$Lambda+0x000001d6822a34e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SmeltItemFunction lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 5 argL0 ; # net/minecraft/world/level/storage/loot/functions/SmeltItemFunction$$Lambda+0x000001d6822a2fe8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SmeltItemFunction ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/SmeltItemFunction$$Lambda+0x000001d6822a2db0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetComponentsFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetComponentsFunction$$Lambda+0x000001d6822a28d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetComponentsFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetComponentsFunction$$Lambda+0x000001d6822a2698 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetComponentsFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetComponentsFunction$$Lambda+0x000001d6822a2460 +instanceKlass io/wispforest/owo/mixin/SetComponentsLootFunctionAccessor +instanceKlass fzzyhmstrs/emi_loot/mixins/SetComponentsLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction$$Lambda+0x000001d6822a1b70 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction$$Lambda+0x000001d6822a1938 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetCustomDataFunction$$Lambda+0x000001d6822a1700 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetCustomDataLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction$$Lambda+0x000001d6822a0ff8 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction$$Lambda+0x000001d6822a0dc0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction$$Lambda+0x000001d6822a0b88 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetEnchantmentsFunction$$Lambda+0x000001d6822a0950 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetEnchantmentsLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$$Lambda+0x000001d6822a0238 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 42 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$$Lambda+0x000001d6822a0000 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$$Lambda+0x000001d68229c400 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction ()V 6 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$$Lambda+0x000001d68229ccf0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction$$Lambda+0x000001d68229c800 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction$$Lambda+0x000001d68229ddc0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction$$Lambda+0x000001d68229db88 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/EnchantWithLevelsFunction$$Lambda+0x000001d68229d950 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemFunction$$Lambda+0x000001d68229d470 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemFunction lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemFunction$$Lambda+0x000001d68229d238 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemFunction$$Lambda+0x000001d68229d000 +instanceKlass fzzyhmstrs/emi_loot/mixins/SetItemLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemCountFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemCountFunction$$Lambda+0x000001d68229f890 +instanceKlass com/mojang/datafixers/Products +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemCountFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemCountFunction$$Lambda+0x000001d68229f658 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemCountFunction lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemCountFunction$$Lambda+0x000001d68229f420 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider$$Lambda+0x000001d68229f1e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider$$Lambda+0x000001d68229efb0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider$$Lambda+0x000001d68229ed78 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/StorageValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/StorageValue$$Lambda+0x000001d68229e8e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/StorageValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/StorageValue$$Lambda+0x000001d68229e6b0 +instanceKlass @bci net/minecraft/commands/arguments/NbtPathArgument$NbtPath ()V 8 argL0 ; # net/minecraft/commands/arguments/NbtPathArgument$NbtPath$$Lambda+0x000001d68229e478 +instanceKlass @bci net/minecraft/commands/arguments/NbtPathArgument$NbtPath ()V 3 argL0 ; # net/minecraft/commands/arguments/NbtPathArgument$NbtPath$$Lambda+0x000001d68229e240 +instanceKlass net/minecraft/commands/arguments/NbtPathArgument$NbtPath +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/StorageValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/StorageValue$$Lambda+0x000001d68229bd68 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/StorageValue ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/StorageValue$$Lambda+0x000001d68229bb30 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue$$Lambda+0x000001d68229b698 +instanceKlass @cpi dev/engine_room/vanillin/VisualElements 95 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68229c000 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue$$Lambda+0x000001d68229b460 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue$$Lambda+0x000001d68229b228 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue$$Lambda+0x000001d68229aff0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider ()V 19 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider$$Lambda+0x000001d68229adb8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider ()V 14 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider$$Lambda+0x000001d68229ab80 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider$$Lambda+0x000001d68229a948 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider$$Lambda+0x000001d68229a710 +instanceKlass @bci net/minecraft/world/level/storage/loot/LootContext$EntityTarget ()V 78 argL0 ; # net/minecraft/world/level/storage/loot/LootContext$EntityTarget$$Lambda+0x000001d68229a4f8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider$$Lambda+0x000001d682299e50 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider$$Lambda+0x000001d6822999e8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider$$Lambda+0x000001d6822997b0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider$$Lambda+0x000001d682299578 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders ()V 26 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders$$Lambda+0x000001d682299130 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders ()V 13 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders$$Lambda+0x000001d682298ef8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders$$Lambda+0x000001d682298cc0 +instanceKlass net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/score/ScoreboardNameProviders +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue$$Lambda+0x000001d682298488 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator$$Lambda+0x000001d682298000 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator$$Lambda+0x000001d682297dc0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator$$Lambda+0x000001d682297b88 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator$$Lambda+0x000001d682297950 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/UniformGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/UniformGenerator$$Lambda+0x000001d6822974d0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/UniformGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/UniformGenerator$$Lambda+0x000001d682297298 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/UniformGenerator lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/UniformGenerator$$Lambda+0x000001d682297060 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/UniformGenerator ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/UniformGenerator$$Lambda+0x000001d682296e28 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue ()V 19 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ConstantValue$$Lambda+0x000001d682296998 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue ()V 14 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ConstantValue$$Lambda+0x000001d682296760 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ConstantValue$$Lambda+0x000001d682296528 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ConstantValue$$Lambda+0x000001d6822962f0 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/ConstantValue ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/ConstantValue$$Lambda+0x000001d6822960b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/NumberProviders ()V 26 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/NumberProviders$$Lambda+0x000001d682295c40 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/NumberProviders ()V 13 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/NumberProviders$$Lambda+0x000001d682295a08 +instanceKlass @bci net/minecraft/world/level/storage/loot/providers/number/NumberProviders ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/providers/number/NumberProviders$$Lambda+0x000001d6822957d0 +instanceKlass net/minecraft/world/level/storage/loot/providers/number/NumberProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/number/NumberProviders +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction commonFields (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P1; 19 argL0 ; # net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$$Lambda+0x000001d682294f98 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/SetItemCountFunction ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/SetItemCountFunction$$Lambda+0x000001d682294d60 +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$Builder +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemFunction$Builder +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction +instanceKlass fzzyhmstrs/emi_loot/mixins/ConditionalLootFunctionAccessor +instanceKlass fzzyhmstrs/emi_loot/mixins/SetCountLootFunctionAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemFunctions ()V 37 argL0 ; # net/minecraft/world/level/storage/loot/functions/LootItemFunctions$$Lambda+0x000001d682293ac0 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemFunctions ()V 24 argL0 ; # net/minecraft/world/level/storage/loot/functions/LootItemFunctions$$Lambda+0x000001d682293888 +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemFunctions ()V 19 argL0 ; # net/minecraft/world/level/storage/loot/functions/LootItemFunctions$$Lambda+0x000001d682293650 +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemFunction +instanceKlass @bci net/minecraft/world/level/storage/loot/functions/LootItemFunctions ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/functions/LootItemFunctions$$Lambda+0x000001d682293028 +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemFunctions +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer commonFields (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P1; 19 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$$Lambda+0x000001d682292bf0 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer singletonFields (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P4; 37 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer$$Lambda+0x000001d6822929b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer singletonFields (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/Products$P4; 15 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer$$Lambda+0x000001d682292780 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/EmptyLootItem ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/EmptyLootItem$$Lambda+0x000001d682292548 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/ComposableEntryContainer ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/entries/ComposableEntryContainer$$Lambda+0x000001d682292310 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/ComposableEntryContainer ()V 0 argL0 ; # net/minecraft/world/level/storage/loot/entries/ComposableEntryContainer$$Lambda+0x000001d6822920d8 +instanceKlass net/minecraft/world/level/storage/loot/LootContext +instanceKlass umpaz/brewinandchewin/common/mixin/LootContextAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/resources/LootContextAccessor +instanceKlass net/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder +instanceKlass net/minecraft/world/level/storage/loot/predicates/ConditionUserBuilder +instanceKlass net/minecraft/world/level/storage/loot/functions/FunctionUserBuilder +instanceKlass net/minecraft/world/level/storage/loot/entries/LootPoolEntry +instanceKlass fzzyhmstrs/emi_loot/mixins/LeafEntryAccessor +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolEntries ()V 13 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolEntries$$Lambda+0x000001d682290238 +instanceKlass @bci net/minecraft/world/level/storage/loot/entries/LootPoolEntries ()V 8 argL0 ; # net/minecraft/world/level/storage/loot/entries/LootPoolEntries$$Lambda+0x000001d682290000 +instanceKlass net/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer +instanceKlass fzzyhmstrs/emi_loot/mixins/LootPoolEntryAccessor +instanceKlass net/minecraft/world/level/storage/loot/entries/ComposableEntryContainer +instanceKlass net/minecraft/world/level/storage/loot/entries/LootPoolEntries +instanceKlass @bci net/minecraft/world/entity/schedule/Timeline sortAndDeduplicateKeyframes ()V 13 member ; # net/minecraft/world/entity/schedule/Timeline$$Lambda+0x000001d68228f250 +instanceKlass net/minecraft/world/entity/schedule/Keyframe +instanceKlass @bci net/minecraft/world/entity/schedule/ScheduleBuilder lambda$build$1 (Lnet/minecraft/world/entity/schedule/ScheduleBuilder$ActivityTransition;)V 14 member ; # net/minecraft/world/entity/schedule/ScheduleBuilder$$Lambda+0x000001d68228ee10 +instanceKlass @bci net/minecraft/world/entity/schedule/Schedule getAllTimelinesExceptFor (Lnet/minecraft/world/entity/schedule/Activity;)Ljava/util/List; 25 argL0 ; # net/minecraft/world/entity/schedule/Schedule$$Lambda+0x000001d68228ebd8 +instanceKlass @bci net/minecraft/world/entity/schedule/Schedule getAllTimelinesExceptFor (Lnet/minecraft/world/entity/schedule/Activity;)Ljava/util/List; 15 member ; # net/minecraft/world/entity/schedule/Schedule$$Lambda+0x000001d68228e988 +instanceKlass @bci net/minecraft/world/entity/schedule/ScheduleBuilder build ()Lnet/minecraft/world/entity/schedule/Schedule; 54 member ; # net/minecraft/world/entity/schedule/ScheduleBuilder$$Lambda+0x000001d68228e758 +instanceKlass net/minecraft/world/entity/schedule/Timeline +instanceKlass @bci net/minecraft/world/entity/schedule/ScheduleBuilder build ()Lnet/minecraft/world/entity/schedule/Schedule; 39 member ; # net/minecraft/world/entity/schedule/ScheduleBuilder$$Lambda+0x000001d68228e300 +instanceKlass @bci net/minecraft/world/entity/schedule/ScheduleBuilder build ()Lnet/minecraft/world/entity/schedule/Schedule; 9 argL0 ; # net/minecraft/world/entity/schedule/ScheduleBuilder$$Lambda+0x000001d68228e0c8 +instanceKlass net/minecraft/world/entity/schedule/ScheduleBuilder$ActivityTransition +instanceKlass net/minecraft/world/entity/schedule/Activity +instanceKlass net/minecraft/world/entity/schedule/ScheduleBuilder +instanceKlass net/minecraft/world/entity/schedule/Schedule +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 347 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228d648 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 333 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228d1c8 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 319 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228cfb0 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 305 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228cb30 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 291 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228c6c8 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 277 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228c248 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 263 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228c030 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 249 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228be18 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 235 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228bc00 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 221 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228b9e8 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorTemptingSensor +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 207 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228b350 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 193 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228aed0 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 179 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228aa60 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 165 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228a5f0 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 151 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d68228a188 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 137 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682289d18 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 123 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682289890 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 109 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682289428 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 95 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682288fb8 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 81 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682288b50 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 67 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682288468 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 54 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682288000 +instanceKlass it/unimi/dsi/fastutil/longs/Long2LongMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2LongFunction +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 41 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682283a88 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 28 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682283620 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 15 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d6822831a8 +instanceKlass @bci net/minecraft/world/entity/ai/sensing/SensorType ()V 2 argL0 ; # net/minecraft/world/entity/ai/sensing/SensorType$$Lambda+0x000001d682282d38 +instanceKlass net/minecraft/world/entity/ai/sensing/Sensor +instanceKlass net/caffeinemc/mods/lithium/mixin/ai/useless_sensors/SensorAccessor +instanceKlass net/minecraft/world/entity/ai/sensing/SensorType +instanceKlass @bci net/minecraft/world/entity/ai/memory/ExpirableValue lambda$codec$3 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/entity/ai/memory/ExpirableValue$$Lambda+0x000001d682282268 +instanceKlass @bci net/minecraft/world/entity/ai/memory/ExpirableValue lambda$codec$3 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/entity/ai/memory/ExpirableValue$$Lambda+0x000001d682282030 +instanceKlass @bci net/minecraft/world/entity/ai/memory/ExpirableValue lambda$codec$3 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/entity/ai/memory/ExpirableValue$$Lambda+0x000001d682281df8 +instanceKlass @bci net/minecraft/world/entity/ai/memory/ExpirableValue codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/world/entity/ai/memory/ExpirableValue$$Lambda+0x000001d682281bb8 +instanceKlass @bci net/minecraft/world/entity/ai/memory/MemoryModuleType (Ljava/util/Optional;)V 6 argL0 ; # net/minecraft/world/entity/ai/memory/MemoryModuleType$$Lambda+0x000001d682281980 +instanceKlass net/minecraft/world/entity/ai/memory/ExpirableValue +instanceKlass net/minecraft/world/entity/ai/memory/MemoryModuleType +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$SetIterator +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiTypes registerBlockStates (Lnet/minecraft/core/Holder;Ljava/util/Set;)V 2 member ; # net/minecraft/world/entity/ai/village/poi/PoiTypes$$Lambda+0x000001d682281310 +instanceKlass org/sinytra/connector/mod/ConnectorLoader +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiTypes register (Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceKey;Ljava/util/Set;II)Lnet/minecraft/world/entity/ai/village/poi/PoiType; 50 argL0 ; # net/minecraft/world/entity/ai/village/poi/PoiTypes$$Lambda+0x000001d682280ef8 +instanceKlass @bci net/minecraft/core/Registry getHolderOrThrow (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder$Reference; 9 member ; # net/minecraft/core/Registry$$Lambda+0x000001d682280cd8 +instanceKlass net/neoforged/neoforge/common/world/poi/PoiStateSet +instanceKlass @bci net/minecraft/world/entity/npc/VillagerProfession register (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sounds/SoundEvent;)Lnet/minecraft/world/entity/npc/VillagerProfession; 8 member ; # net/minecraft/world/entity/npc/VillagerProfession$$Lambda+0x000001d6822806f0 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerProfession register (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sounds/SoundEvent;)Lnet/minecraft/world/entity/npc/VillagerProfession; 2 member ; # net/minecraft/world/entity/npc/VillagerProfession$$Lambda+0x000001d6822804a0 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerProfession register (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/sounds/SoundEvent;)Lnet/minecraft/world/entity/npc/VillagerProfession; 8 member ; # net/minecraft/world/entity/npc/VillagerProfession$$Lambda+0x000001d682280250 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerProfession register (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/sounds/SoundEvent;)Lnet/minecraft/world/entity/npc/VillagerProfession; 2 member ; # net/minecraft/world/entity/npc/VillagerProfession$$Lambda+0x000001d682280000 +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$PoiTypeCallbacks +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiTypes ()V 302 argL0 ; # net/minecraft/world/entity/ai/village/poi/PoiTypes$$Lambda+0x000001d68227f9e8 +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiTypes ()V 260 argL0 ; # net/minecraft/world/entity/ai/village/poi/PoiTypes$$Lambda+0x000001d68227f7a0 +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiTypes ()V 250 argL0 ; # net/minecraft/world/entity/ai/village/poi/PoiTypes$$Lambda+0x000001d68227f568 +instanceKlass @bci net/minecraft/world/entity/ai/village/poi/PoiType ()V 0 argL0 ; # net/minecraft/world/entity/ai/village/poi/PoiType$$Lambda+0x000001d68227f320 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerProfession ()V 0 argL0 ; # net/minecraft/world/entity/npc/VillagerProfession$$Lambda+0x000001d68227f0d8 +instanceKlass net/irisshaders/iris/uniforms/BiomeUniforms +instanceKlass net/minecraft/world/level/biome/Biomes +instanceKlass @bci net/minecraft/world/entity/npc/VillagerType ()V 59 argL0 ; # net/minecraft/world/entity/npc/VillagerType$$Lambda+0x000001d68227eab0 +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 1014 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227e898 +instanceKlass net/minecraft/gametest/framework/TestClassNameArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 995 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227e428 +instanceKlass net/minecraft/gametest/framework/TestFunctionArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 976 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227dfb8 +instanceKlass net/minecraft/commands/arguments/UuidArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 957 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227db28 +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 939 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227d690 +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 921 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227d1f8 +instanceKlass net/minecraft/commands/arguments/ResourceOrIdArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 903 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227cb20 +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 884 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227c6a0 +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 865 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227c220 +instanceKlass net/minecraft/commands/arguments/StringRepresentableArgument +instanceKlass net/minecraft/commands/arguments/ResourceKeyArgument$Info +instanceKlass net/minecraft/commands/arguments/ResourceKeyArgument +instanceKlass net/minecraft/commands/arguments/ResourceArgument$Info +instanceKlass net/minecraft/commands/arguments/ResourceArgument +instanceKlass net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Info +instanceKlass net/minecraft/commands/arguments/ResourceOrTagKeyArgument +instanceKlass net/minecraft/commands/arguments/ResourceOrTagArgument$Info +instanceKlass net/minecraft/commands/arguments/ResourceOrTagArgument +instanceKlass net/minecraft/commands/arguments/TimeArgument$Info +instanceKlass net/minecraft/commands/arguments/TimeArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 749 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68227a330 +instanceKlass net/minecraft/commands/arguments/GameModeArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 730 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682279ec0 +instanceKlass net/minecraft/commands/arguments/DimensionArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 711 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682279a50 +instanceKlass net/minecraft/commands/arguments/RangeArgument$Floats +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 693 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822795c8 +instanceKlass net/minecraft/commands/arguments/RangeArgument$Ints +instanceKlass net/minecraft/commands/arguments/RangeArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 675 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682278f48 +instanceKlass net/minecraft/commands/arguments/EntityAnchorArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 656 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682278ad8 +instanceKlass net/minecraft/commands/arguments/item/FunctionArgument$Result +instanceKlass net/minecraft/commands/arguments/item/FunctionArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 637 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682278470 +instanceKlass net/minecraft/commands/arguments/ResourceLocationArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 618 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682278000 +instanceKlass net/minecraft/commands/arguments/SlotsArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 599 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682277a68 +instanceKlass net/minecraft/commands/arguments/SlotArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 580 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822775f8 +instanceKlass net/minecraft/commands/arguments/TeamArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 561 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682277188 +instanceKlass net/minecraft/commands/arguments/coordinates/SwizzleArgument +instanceKlass net/minecraft/commands/arguments/ScoreHolderArgument$Info +instanceKlass net/minecraft/commands/arguments/ScoreHolderArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 525 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682276848 +instanceKlass net/minecraft/commands/arguments/ScoreboardSlotArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 506 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822763d8 +instanceKlass net/minecraft/commands/arguments/coordinates/RotationArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 487 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682275f68 +instanceKlass net/minecraft/commands/arguments/AngleArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 468 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682275ad8 +instanceKlass net/minecraft/commands/arguments/ParticleArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 449 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682275660 +instanceKlass net/minecraft/commands/arguments/OperationArgument$Operation +instanceKlass net/minecraft/commands/arguments/OperationArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 430 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682274ff8 +instanceKlass net/minecraft/commands/arguments/ObjectiveCriteriaArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 411 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682274b80 +instanceKlass net/minecraft/commands/arguments/ObjectiveArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 392 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682274710 +instanceKlass net/minecraft/commands/arguments/NbtPathArgument$Node +instanceKlass net/minecraft/commands/arguments/NbtPathArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 373 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822740a8 +instanceKlass net/minecraft/commands/arguments/NbtTagArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 354 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682273c38 +instanceKlass net/minecraft/commands/arguments/CompoundTagArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 335 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822737c8 +instanceKlass net/minecraft/commands/arguments/MessageArgument +instanceKlass net/minecraft/commands/arguments/SignedArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 316 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682273120 +instanceKlass net/minecraft/commands/arguments/StyleArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 297 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682272c88 +instanceKlass net/minecraft/commands/arguments/ComponentArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 278 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682272810 +instanceKlass net/minecraft/commands/arguments/ColorArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 259 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682272380 +instanceKlass net/minecraft/commands/arguments/item/ComponentPredicateParser$Context +instanceKlass net/minecraft/commands/arguments/item/ItemPredicateArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 240 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682271cf0 +instanceKlass net/minecraft/commands/arguments/item/ItemArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 221 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682271858 +instanceKlass net/minecraft/commands/arguments/blocks/BlockPredicateArgument$Result +instanceKlass net/minecraft/commands/arguments/blocks/BlockPredicateArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 203 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822711c8 +instanceKlass net/minecraft/commands/arguments/blocks/BlockStateArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 186 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682270d50 +instanceKlass net/minecraft/commands/arguments/coordinates/Vec2Argument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 169 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d6822708e0 +instanceKlass net/minecraft/commands/arguments/coordinates/Vec3Argument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 152 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682270470 +instanceKlass net/minecraft/commands/arguments/coordinates/ColumnPosArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 135 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d682270000 +instanceKlass net/minecraft/commands/arguments/coordinates/Coordinates +instanceKlass net/minecraft/commands/arguments/coordinates/BlockPosArgument +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 118 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68226f7c0 +instanceKlass net/minecraft/commands/arguments/GameProfileArgument$Result +instanceKlass net/minecraft/commands/arguments/GameProfileArgument +instanceKlass net/minecraft/commands/arguments/EntityArgument$Info +instanceKlass net/minecraft/commands/arguments/EntityArgument +instanceKlass net/minecraft/commands/synchronization/brigadier/StringArgumentSerializer +instanceKlass com/mojang/brigadier/arguments/StringArgumentType +instanceKlass net/minecraft/commands/synchronization/brigadier/LongArgumentInfo +instanceKlass com/mojang/brigadier/arguments/LongArgumentType +instanceKlass net/minecraft/commands/synchronization/brigadier/IntegerArgumentInfo +instanceKlass com/mojang/brigadier/arguments/IntegerArgumentType +instanceKlass net/minecraft/commands/synchronization/brigadier/DoubleArgumentInfo +instanceKlass com/mojang/brigadier/arguments/DoubleArgumentType +instanceKlass net/minecraft/commands/synchronization/brigadier/FloatArgumentInfo +instanceKlass com/mojang/brigadier/arguments/FloatArgumentType +instanceKlass net/minecraft/commands/synchronization/SingletonArgumentInfo$Template +instanceKlass @bci net/minecraft/commands/synchronization/SingletonArgumentInfo contextFree (Ljava/util/function/Supplier;)Lnet/minecraft/commands/synchronization/SingletonArgumentInfo; 5 member ; # net/minecraft/commands/synchronization/SingletonArgumentInfo$$Lambda+0x000001d68226cfb8 +instanceKlass net/minecraft/commands/CommandBuildContext +instanceKlass net/minecraft/commands/synchronization/ArgumentTypeInfo$Template +instanceKlass net/minecraft/commands/synchronization/SingletonArgumentInfo +instanceKlass @bci net/minecraft/commands/synchronization/ArgumentTypeInfos bootstrap (Lnet/minecraft/core/Registry;)Lnet/minecraft/commands/synchronization/ArgumentTypeInfo; 5 argL0 ; # net/minecraft/commands/synchronization/ArgumentTypeInfos$$Lambda+0x000001d68226c738 +instanceKlass com/mojang/brigadier/arguments/BoolArgumentType +instanceKlass com/mojang/brigadier/arguments/ArgumentType +instanceKlass net/minecraft/world/level/gameevent/EntityPositionSource$Type +instanceKlass net/minecraft/world/level/gameevent/BlockPositionSource$Type +instanceKlass net/minecraft/world/level/gameevent/PositionSourceType +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 446 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68226ba78 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer ()V 16 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226b508 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer ()V 11 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226b2f0 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226b0b8 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226ae80 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226ac48 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226aa10 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer ()V 0 argL0 ; # net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer$$Lambda+0x000001d68226a7d8 +instanceKlass net/minecraft/world/item/crafting/SmithingTrimRecipe +instanceKlass dev/emi/emi/mixin/accessor/SmithingTrimRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/SmithingTrimRecipe$Serializer +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer ()V 16 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269dd8 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer ()V 11 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269bc0 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269978 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269740 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269508 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d6822692d0 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682269098 +instanceKlass @bci net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer ()V 0 argL0 ; # net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer$$Lambda+0x000001d682268e60 +instanceKlass net/minecraft/world/item/crafting/SmithingTransformRecipe +instanceKlass dev/emi/emi/mixin/accessor/SmithingTransformRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/SmithingRecipe +instanceKlass net/minecraft/world/item/crafting/SmithingTransformRecipe$Serializer +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;)V 53 member ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682268238 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;)V 42 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682268000 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;)V 34 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682264c00 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;)V 26 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682265d40 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer lambda$new$3 (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 member ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682265b00 +instanceKlass @cpi com/aetherteam/nitrogen/recipe/serializer/BlockStateRecipeSerializer 243 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682264800 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer lambda$new$3 (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d6822658c8 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer lambda$new$3 (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682265690 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer lambda$new$3 (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682265458 +instanceKlass @bci net/minecraft/world/item/crafting/SingleItemRecipe$Serializer (Lnet/minecraft/world/item/crafting/SingleItemRecipe$Factory;)V 11 member ; # net/minecraft/world/item/crafting/SingleItemRecipe$Serializer$$Lambda+0x000001d682265218 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 393 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682265000 +instanceKlass net/minecraft/world/item/crafting/SingleItemRecipe +instanceKlass com/evandev/reliable_recipes/mixin/accessor/SingleItemRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/SingleItemRecipe$Factory +instanceKlass net/minecraft/world/item/crafting/SingleItemRecipe$Serializer +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 370 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682267040 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 347 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682266ad8 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 324 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682266570 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer (Lnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;I)V 31 member ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682266000 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer (Lnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;I)V 25 member ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682263d58 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 member ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682263ae8 +instanceKlass @cpi com/aetherteam/aether/recipe/serializer/AetherCookingSerializer 329 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682264400 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 125 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d6822638b0 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 99 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682263678 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682263440 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682263208 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682262fd0 +instanceKlass @bci net/minecraft/world/item/crafting/CookingBookCategory ()V 51 argL0 ; # net/minecraft/world/item/crafting/CookingBookCategory$$Lambda+0x000001d682262db8 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer lambda$new$6 (ILnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682262990 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCookingSerializer (Lnet/minecraft/world/item/crafting/AbstractCookingRecipe$Factory;I)V 12 member ; # net/minecraft/world/item/crafting/SimpleCookingSerializer$$Lambda+0x000001d682262750 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 300 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682262538 +instanceKlass @cpi com/simibubi/create/content/equipment/potatoCannon/PotatoCannonPacket 166 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682264000 +instanceKlass net/minecraft/world/item/crafting/AbstractCookingRecipe +instanceKlass com/evandev/reliable_recipes/mixin/accessor/AbstractCookingRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/AbstractCookingRecipe$Factory +instanceKlass net/minecraft/world/item/crafting/SimpleCookingSerializer +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 279 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d6822615c8 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 258 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682261050 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 237 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682260ae0 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 216 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682260570 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 196 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d682260000 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 176 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225cd70 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 156 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225c800 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 136 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225d8c8 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 116 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225d358 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 96 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225fbe0 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 76 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225f618 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 56 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225f0a8 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer (Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;)V 32 member ; # net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$$Lambda+0x000001d68225eb08 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer (Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;)V 21 argL0 ; # net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$$Lambda+0x000001d68225e8d0 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer lambda$new$0 (Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 member ; # net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$$Lambda+0x000001d68225e690 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer lambda$new$0 (Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$$Lambda+0x000001d68225e458 +instanceKlass @bci net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer (Lnet/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory;)V 6 member ; # net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$$Lambda+0x000001d68225e218 +instanceKlass @bci net/minecraft/world/item/crafting/RecipeSerializer ()V 36 argL0 ; # net/minecraft/world/item/crafting/RecipeSerializer$$Lambda+0x000001d68225e000 +instanceKlass net/minecraft/world/item/crafting/CustomRecipe +instanceKlass net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer$Factory +instanceKlass net/minecraft/world/item/crafting/SimpleCraftingRecipeSerializer +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer ()V 16 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225b260 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer ()V 11 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225b048 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225ae00 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225abc8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 83 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225a990 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225a758 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225a520 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225a2e8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer lambda$static$8 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d68225a0b0 +instanceKlass @bci net/minecraft/world/item/crafting/ShapelessRecipe$Serializer ()V 0 argL0 ; # net/minecraft/world/item/crafting/ShapelessRecipe$Serializer$$Lambda+0x000001d682259e78 +instanceKlass net/minecraft/world/item/crafting/ShapelessRecipe +instanceKlass com/evandev/reliable_recipes/mixin/accessor/ShapelessRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/ShapelessRecipe$Serializer +instanceKlass net/minecraft/network/codec/StreamCodec$1 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer ()V 16 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d682259200 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer ()V 11 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d682258fe8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 100 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d682258d90 +instanceKlass @cpi snownee/kiwi/recipe/crafting/KiwiShapelessRecipe$Serializer 239 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68225c000 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 88 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d682258b58 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d682258920 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d6822586e8 +instanceKlass net/minecraft/network/codec/StreamCodec$2 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern ()V 32 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$$Lambda+0x000001d682258218 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern ()V 27 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$$Lambda+0x000001d682258000 +instanceKlass net/minecraft/network/codec/StreamMemberEncoder +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern ()V 16 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$$Lambda+0x000001d682257b28 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern ()V 11 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$$Lambda+0x000001d6822578f0 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d6822576c8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d682257490 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data lambda$static$10 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d682257258 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient ()V 60 argL0 ; # net/minecraft/world/item/crafting/Ingredient$$Lambda+0x000001d682256a48 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientCodec (Z)Lcom/mojang/serialization/Codec; 25 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682256810 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientCodec (Z)Lcom/mojang/serialization/Codec; 20 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d6822565d8 +instanceKlass @bci org/sinytra/fabric/recipe_api/FabricRecipeApiV1 makeIngredientMapCodec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 26 argL0 ; # org/sinytra/fabric/recipe_api/FabricRecipeApiV1$$Lambda+0x000001d6822563a0 +instanceKlass @bci org/sinytra/fabric/recipe_api/FabricRecipeApiV1 makeIngredientMapCodec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 21 argL0 ; # org/sinytra/fabric/recipe_api/FabricRecipeApiV1$$Lambda+0x000001d682256168 +instanceKlass @bci org/sinytra/fabric/recipe_api/FabricRecipeApiV1 makeIngredientMapCodec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 10 argL0 ; # org/sinytra/fabric/recipe_api/FabricRecipeApiV1$$Lambda+0x000001d682255f30 +instanceKlass @bci org/sinytra/fabric/recipe_api/FabricRecipeApiV1 makeIngredientMapCodec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/MapCodec; 5 argL0 ; # org/sinytra/fabric/recipe_api/FabricRecipeApiV1$$Lambda+0x000001d682255cf8 +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientImpl ()V 18 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientImpl$$Lambda+0x000001d682255ac0 +instanceKlass net/fabricmc/fabric/api/recipe/v1/ingredient/CustomIngredientSerializer +instanceKlass @bci net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientImpl ()V 13 argL0 ; # net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientImpl$$Lambda+0x000001d682255690 +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/CustomIngredientImpl +instanceKlass @bci org/sinytra/fabric/recipe_api/FabricRecipeApiV1 ()V 16 argL0 ; # org/sinytra/fabric/recipe_api/FabricRecipeApiV1$$Lambda+0x000001d682255278 +instanceKlass org/sinytra/fabric/recipe_api/FabricRecipeApiV1 +instanceKlass net/fabricmc/api/ModInitializer +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientMapCodec ()Lcom/mojang/serialization/MapCodec; 37 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682254a38 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientMapCodec ()Lcom/mojang/serialization/MapCodec; 29 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682254800 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientMapCodec ()Lcom/mojang/serialization/MapCodec; 24 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d6822545c8 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$Value ()V 14 argL0 ; # net/minecraft/world/item/crafting/Ingredient$Value$$Lambda+0x000001d682254390 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$Value ()V 9 argL0 ; # net/minecraft/world/item/crafting/Ingredient$Value$$Lambda+0x000001d682254158 +instanceKlass net/neoforged/neoforge/common/util/NeoForgeExtraCodecs +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$TagValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/item/crafting/Ingredient$TagValue$$Lambda+0x000001d682253178 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$TagValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/crafting/Ingredient$TagValue$$Lambda+0x000001d682252f40 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$TagValue ()V 0 argL0 ; # net/minecraft/world/item/crafting/Ingredient$TagValue$$Lambda+0x000001d682252d08 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$ItemValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/crafting/Ingredient$ItemValue$$Lambda+0x000001d682252ad0 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$ItemValue lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/crafting/Ingredient$ItemValue$$Lambda+0x000001d682252898 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$ItemValue ()V 0 argL0 ; # net/minecraft/world/item/crafting/Ingredient$ItemValue$$Lambda+0x000001d682252660 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientMapCodec ()Lcom/mojang/serialization/MapCodec; 13 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682251fe8 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientMapCodec ()Lcom/mojang/serialization/MapCodec; 8 argL0 ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682251db0 +instanceKlass @bci net/neoforged/neoforge/common/crafting/CraftingHelper makeIngredientCodec (Z)Lcom/mojang/serialization/Codec; 1 member ; # net/neoforged/neoforge/common/crafting/CraftingHelper$$Lambda+0x000001d682251b98 +instanceKlass net/neoforged/neoforge/common/crafting/CraftingHelper +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$1 ()V 11 argL0 ; # net/minecraft/world/item/crafting/Ingredient$1$$Lambda+0x000001d682251760 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient$1 ()V 6 argL0 ; # net/minecraft/world/item/crafting/Ingredient$1$$Lambda+0x000001d682251528 +instanceKlass net/neoforged/neoforge/common/crafting/ICustomIngredient +instanceKlass dev/latvian/mods/kubejs/core/CustomIngredientKJS +instanceKlass net/minecraft/world/item/crafting/Ingredient$1 +instanceKlass @bci net/minecraft/world/item/crafting/Ingredient (Ljava/util/stream/Stream;)V 11 argL0 ; # net/minecraft/world/item/crafting/Ingredient$$Lambda+0x000001d682250a58 +instanceKlass net/minecraft/world/item/crafting/Ingredient$Value +instanceKlass @bci dev/latvian/mods/kubejs/item/ItemPredicate ()V 16 argL0 ; # dev/latvian/mods/kubejs/item/ItemPredicate$$Lambda+0x000001d682250338 +instanceKlass @bci dev/latvian/mods/kubejs/item/ItemPredicate ()V 8 argL0 ; # dev/latvian/mods/kubejs/item/ItemPredicate$$Lambda+0x000001d682250000 +instanceKlass net/fabricmc/fabric/api/recipe/v1/ingredient/CustomIngredient +instanceKlass dev/latvian/mods/rhino/IdFunctionCall +instanceKlass dev/latvian/mods/rhino/Function +instanceKlass dev/latvian/mods/rhino/Callable +instanceKlass dev/latvian/mods/rhino/ScriptableObject +instanceKlass dev/latvian/mods/rhino/ConstProperties +instanceKlass dev/latvian/mods/rhino/SymbolScriptable +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data ()V 45 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d68224df30 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data ()V 32 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d68224dcf8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data ()V 27 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d68224dac0 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipePattern$Data ()V 8 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipePattern$Data$$Lambda+0x000001d68224d888 +instanceKlass it/unimi/dsi/fastutil/chars/CharSet +instanceKlass it/unimi/dsi/fastutil/chars/CharCollection +instanceKlass it/unimi/dsi/fastutil/chars/CharIterable +instanceKlass net/minecraft/world/item/crafting/ShapedRecipePattern +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d68224d240 +instanceKlass @bci net/minecraft/world/item/crafting/CraftingBookCategory ()V 101 argL0 ; # net/minecraft/world/item/crafting/CraftingBookCategory$$Lambda+0x000001d68224d028 +instanceKlass @bci net/minecraft/world/item/crafting/CraftingBookCategory ()V 81 argL0 ; # net/minecraft/world/item/crafting/CraftingBookCategory$$Lambda+0x000001d68224ce10 +instanceKlass @bci net/minecraft/world/item/crafting/CraftingBookCategory ()V 70 argL0 ; # net/minecraft/world/item/crafting/CraftingBookCategory$$Lambda+0x000001d68224cbf8 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d68224c7d0 +instanceKlass @bci net/minecraft/world/item/crafting/ShapedRecipe$Serializer ()V 0 argL0 ; # net/minecraft/world/item/crafting/ShapedRecipe$Serializer$$Lambda+0x000001d68224c598 +instanceKlass net/minecraft/world/item/crafting/ShapedRecipe +instanceKlass com/simibubi/create/foundation/mixin/accessor/ShapedRecipeAccessor +instanceKlass com/evandev/reliable_recipes/mixin/accessor/ShapedRecipeAccessor +instanceKlass net/minecraft/world/item/crafting/CraftingRecipe +instanceKlass net/minecraft/world/item/crafting/Recipe +instanceKlass net/minecraft/world/item/crafting/ShapedRecipe$Serializer +instanceKlass net/minecraft/world/item/crafting/RecipeSerializer +instanceKlass net/minecraft/world/item/crafting/RecipeType$1 +instanceKlass net/minecraft/world/item/crafting/RecipeType +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 331 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68224ad48 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 317 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68224a770 +instanceKlass net/minecraft/world/inventory/ResultContainer +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 303 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682248dd8 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 289 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682248bc0 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 275 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d6822489a8 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 261 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d6822483c8 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 247 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682241dc8 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 233 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682241430 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 219 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682241218 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 205 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682241000 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 191 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682243190 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 177 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682242f78 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 163 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d6822425e0 +instanceKlass dev/emi/emi/mixin/accessor/CraftingResultSlotAccessor +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 149 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682247c18 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 135 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682246ec0 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 121 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682246520 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 107 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682245f48 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 93 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d682244f30 +instanceKlass net/minecraft/world/inventory/Slot +instanceKlass io/wispforest/owo/util/pond/OwoSlotExtension +instanceKlass io/wispforest/owo/mixin/ui/SlotAccessor +instanceKlass io/wispforest/accessories/mixin/SlotAccessor +instanceKlass net/blay09/mods/balm/mixin/SlotAccessor +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 80 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223f898 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 67 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223f680 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 54 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223f468 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 41 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223f250 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 28 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223f038 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 15 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223ee20 +instanceKlass @bci net/minecraft/world/inventory/MenuType ()V 2 argL0 ; # net/minecraft/world/inventory/MenuType$$Lambda+0x000001d68223ec08 +instanceKlass net/minecraft/world/entity/player/Inventory +instanceKlass net/minecraft/world/inventory/MenuType$MenuSupplier +instanceKlass net/minecraft/world/inventory/MenuType +instanceKlass dev/latvian/mods/kubejs/core/MenuTypeKJS +instanceKlass net/neoforged/neoforge/common/extensions/IMenuTypeExtension +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223d6d8 +instanceKlass @cpi net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest 263 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682240400 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223d4a0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223d268 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223d030 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223cdf8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223cbc0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AxisAlignedLinearPosTest$$Lambda+0x000001d68223c988 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 105 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223c528 +instanceKlass @cpi org/betterx/betterend/world/features/terrain/IceStarFeatureConfig 138 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682240000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 93 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223c2f0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223c0b8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223be80 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223bc48 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/LinearPosTest$$Lambda+0x000001d68223ba10 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType; 5 member ; # net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType$$Lambda+0x000001d68223b5e0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/PosAlwaysTrueTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/PosAlwaysTrueTest$$Lambda+0x000001d68223b3c8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTest ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTest$$Lambda+0x000001d68223b190 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTest ()V 10 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTest$$Lambda+0x000001d68223af58 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTest +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/PosRuleTestType +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot$$Lambda+0x000001d68223a708 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot$$Lambda+0x000001d68223a4d0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot ()V 6 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot$$Lambda+0x000001d68223a298 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendLoot +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic$$Lambda+0x000001d682239e28 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic$$Lambda+0x000001d682239bf0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic$$Lambda+0x000001d6822399b8 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/AppendStatic +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/Passthrough +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifierType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifierType; 5 member ; # net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifierType$$Lambda+0x000001d682239330 +instanceKlass @bci com/mojang/serialization/MapCodec unit (Ljava/lang/Object;)Lcom/mojang/serialization/MapCodec; 1 member ; # com/mojang/serialization/MapCodec$$Lambda+0x000001d6820cf368 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/Clear +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifier +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/rule/blockentity/RuleBlockEntityModifierType +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest$$Lambda+0x000001d682238ae8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest$$Lambda+0x000001d6822388b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest$$Lambda+0x000001d682238678 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockStateMatchTest$$Lambda+0x000001d682238440 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest$$Lambda+0x000001d682238000 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest$$Lambda+0x000001d682237d70 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest$$Lambda+0x000001d682237b38 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RandomBlockMatchTest$$Lambda+0x000001d682237900 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/TagMatchTest ()V 18 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/TagMatchTest$$Lambda+0x000001d6822374b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/TagMatchTest ()V 13 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/TagMatchTest$$Lambda+0x000001d682237278 +instanceKlass @bci net/minecraft/tags/TagKey codec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/tags/TagKey$$Lambda+0x000001d682237040 +instanceKlass @bci net/minecraft/tags/TagKey codec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/tags/TagKey$$Lambda+0x000001d682236e00 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockStateMatchTest ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockStateMatchTest$$Lambda+0x000001d6822369b0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockStateMatchTest ()V 10 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockStateMatchTest$$Lambda+0x000001d682236778 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockMatchTest ()V 20 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockMatchTest$$Lambda+0x000001d682236328 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/BlockMatchTest ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/BlockMatchTest$$Lambda+0x000001d6822360f0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RuleTestType register (Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/level/levelgen/structure/templatesystem/RuleTestType; 5 member ; # net/minecraft/world/level/levelgen/structure/templatesystem/RuleTestType$$Lambda+0x000001d682235cb8 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/AlwaysTrueTest ()V 0 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/AlwaysTrueTest$$Lambda+0x000001d682235aa0 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest ()V 15 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest$$Lambda+0x000001d682235868 +instanceKlass @bci net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest ()V 10 argL0 ; # net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest$$Lambda+0x000001d682235630 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/RuleTestType +instanceKlass net/minecraft/world/level/chunk/status/ChunkStatus +instanceKlass @bci net/minecraft/stats/Stat ()V 11 argL0 ; # net/minecraft/stats/Stat$$Lambda+0x000001d682234760 +instanceKlass @bci net/minecraft/stats/Stat ()V 6 argL0 ; # net/minecraft/stats/Stat$$Lambda+0x000001d682234528 +instanceKlass @bci net/minecraft/stats/StatType get (Ljava/lang/Object;Lnet/minecraft/stats/StatFormatter;)Lnet/minecraft/stats/Stat; 7 member ; # net/minecraft/stats/StatType$$Lambda+0x000001d6822340f8 +instanceKlass @bci net/minecraft/stats/StatFormatter ()V 58 argL0 ; # net/minecraft/stats/StatFormatter$$Lambda+0x000001d682233ee0 +instanceKlass @bci net/minecraft/stats/StatFormatter ()V 50 argL0 ; # net/minecraft/stats/StatFormatter$$Lambda+0x000001d682233cc8 +instanceKlass @bci net/minecraft/stats/StatFormatter ()V 42 argL0 ; # net/minecraft/stats/StatFormatter$$Lambda+0x000001d682233ab0 +instanceKlass @bci net/minecraft/stats/StatFormatter ()V 34 member ; # net/minecraft/stats/StatFormatter$$Lambda+0x000001d682233890 +instanceKlass @bci net/minecraft/stats/StatFormatter ()V 9 argL0 ; # net/minecraft/stats/StatFormatter$$Lambda+0x000001d682233668 +instanceKlass net/minecraft/stats/StatFormatter +instanceKlass @bci net/minecraft/stats/StatType (Lnet/minecraft/core/Registry;Lnet/minecraft/network/chat/Component;)V 41 argL0 ; # net/minecraft/stats/StatType$$Lambda+0x000001d682233238 +instanceKlass @bci net/minecraft/stats/StatType (Lnet/minecraft/core/Registry;Lnet/minecraft/network/chat/Component;)V 36 member ; # net/minecraft/stats/StatType$$Lambda+0x000001d682232ff8 +instanceKlass net/minecraft/stats/StatType +instanceKlass net/minecraft/stats/Stats +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1995 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682232730 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1968 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682232518 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1941 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682232300 +instanceKlass net/minecraft/world/inventory/ContainerListener +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1914 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822319d0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1881 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822317b8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1854 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822315a0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1827 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682231388 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1800 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682231170 +instanceKlass net/minecraft/world/level/gameevent/PositionSource +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1773 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682230f58 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1746 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682230d40 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1713 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682230b28 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1680 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682230910 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1653 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822306f8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1626 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822304e0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1599 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222fbe0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1572 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222f9c8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1545 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222f228 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1518 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222ea88 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1491 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222e5f8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1363 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222e3e0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1228 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222e1c8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1189 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222dad8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1162 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222d5b8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 1135 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222d3a0 +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/mixin/accessor/StructureProcessorAccessor +instanceKlass com/github/L_Ender/cataclysm/mixin/accessor/StructureProcessorAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/structures/StructureProcessorAccessor +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 895 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222c6a8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 868 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222c490 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 841 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222c278 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 814 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222c060 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 700 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222be48 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 673 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222b7e0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 646 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222b0c8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 619 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222aeb0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 592 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222ac98 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 565 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222a598 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 538 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d68222a380 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 368 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682229ec8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 198 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682229cb0 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 171 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682229a98 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 144 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682229880 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 117 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682229190 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 90 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682228f78 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 63 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682228ae8 +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 36 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d6822288d0 +instanceKlass net/minecraft/world/level/block/entity/ContainerOpenersCounter +instanceKlass com/leclowndu93150/particular/mixin/InvokerViewerCountManager +instanceKlass net/caffeinemc/mods/sodium/api/blockentity/BlockEntityRenderPredicate +instanceKlass net/minecraft/world/level/block/entity/BlockEntityType$Builder +instanceKlass net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityType$Builder +instanceKlass @bci net/minecraft/world/level/block/entity/BlockEntityType ()V 9 argL0 ; # net/minecraft/world/level/block/entity/BlockEntityType$$Lambda+0x000001d682227728 +instanceKlass it/hurts/octostudios/immersiveui/mixin/AbstractFurnaceMenuAccessor +instanceKlass net/minecraft/world/inventory/ContainerData +instanceKlass net/minecraft/world/level/block/entity/TickingBlockEntity +instanceKlass net/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries createContents ()V 3 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d682225e30 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 613 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d682225c18 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 587 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d682225a00 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 71 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d6822257e8 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 56 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d6822255d0 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 41 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d6822253b8 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction bootStrap ()V 15 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d6822251a0 +instanceKlass net/minecraft/world/level/block/ShulkerBoxBlock$1 +instanceKlass com/google/common/collect/FluentIterable +instanceKlass @bci net/minecraft/world/item/WindChargeItem createDispenseConfig ()Lnet/minecraft/world/item/ProjectileItem$DispenseConfig; 3 argL0 ; # net/minecraft/world/item/WindChargeItem$$Lambda+0x000001d6822221e0 +instanceKlass @bci net/minecraft/world/item/FireChargeItem createDispenseConfig ()Lnet/minecraft/world/item/ProjectileItem$DispenseConfig; 26 argL0 ; # net/minecraft/world/item/FireChargeItem$$Lambda+0x000001d682221fc8 +instanceKlass net/mehvahdjukaar/amendments/Dummy +instanceKlass @bci net/minecraft/world/item/FireworkRocketItem createDispenseConfig ()Lnet/minecraft/world/item/ProjectileItem$DispenseConfig; 3 argL0 ; # net/minecraft/world/item/FireworkRocketItem$$Lambda+0x000001d682221bb0 +instanceKlass @bci net/minecraft/world/item/ProjectileItem$DispenseConfig$Builder ()V 5 argL0 ; # net/minecraft/world/item/ProjectileItem$DispenseConfig$Builder$$Lambda+0x000001d682221998 +instanceKlass net/minecraft/world/item/ProjectileItem$PositionFunction +instanceKlass net/minecraft/world/item/ProjectileItem$DispenseConfig$Builder +instanceKlass com/simibubi/create/foundation/mixin/accessor/ProjectileDispenseBehaviorAccessor +instanceKlass @bci net/minecraft/core/dispenser/DispenseItemBehavior ()V 6 argL0 ; # net/minecraft/core/dispenser/DispenseItemBehavior$$Lambda+0x000001d682220ce0 +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/IMovingBlockSource +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 443 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682220678 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 438 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682220460 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 421 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682220218 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 416 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682220000 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 399 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221fd80 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 394 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221fb68 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 377 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221f920 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 372 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221f708 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 355 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221f4c0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 350 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221f2a8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 333 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221f060 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 328 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221ee48 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 311 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221ec00 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 306 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221e9e8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 289 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221e7a0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 284 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221e588 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 267 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221e340 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 262 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221e128 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 245 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221dee0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 240 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221dcc8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 223 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221da80 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 218 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221d868 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 201 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221d620 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 196 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221d408 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 179 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221d1c0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 174 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221cfa8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 159 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221cd60 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 154 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221cb48 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 139 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221c900 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 134 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221c6e8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 119 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221c4a0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 114 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221c288 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 99 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221c040 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 94 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221be28 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 79 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221bbe0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 74 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221b9c8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 59 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221b780 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 54 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221b568 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 39 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221b320 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 34 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221b108 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 19 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221acb8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions bootStrap ()V 14 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221aaa0 +instanceKlass net/minecraft/commands/arguments/selector/EntitySelectorParser +instanceKlass net/fabricmc/fabric/api/command/v2/FabricEntitySelectorReader +instanceKlass net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$Modifier +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions ()V 118 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d68221a050 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions ()V 103 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682219e18 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions ()V 88 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682219be0 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions ()V 25 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d6822199a8 +instanceKlass @bci net/minecraft/commands/arguments/selector/options/EntitySelectorOptions ()V 10 argL0 ; # net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$$Lambda+0x000001d682219770 +instanceKlass net/minecraft/world/scores/Scoreboard +instanceKlass net/minecraft/commands/arguments/selector/options/EntitySelectorOptions +instanceKlass me/pajic/misctweaks/platform/neoforge/NeoforgePlatform +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$walk$$inlined$sortedBy$1 +instanceKlass @bci kotlin/collections/ArraysKt___ArraysKt withIndex ([Ljava/lang/Object;)Ljava/lang/Iterable; 11 member ; # kotlin/collections/ArraysKt___ArraysKt$$Lambda+0x000001d682212100 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/updates/BaseUpdateManager applyKeys (Lme/fzzyhmstrs/fzzy_config/config/Config;)V 26 argL0 ; # me/fzzyhmstrs/fzzy_config/updates/BaseUpdateManager$$Lambda+0x000001d6822187c0 +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$WalkCallback +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$WalkAction +instanceKlass me/fzzyhmstrs/fzzy_config/util/TriStateProvider +instanceKlass me/fzzyhmstrs/fzzy_config/updates/BasicValidationProvider$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/updates/BaseUpdateManager +instanceKlass me/fzzyhmstrs/fzzy_config/updates/BasicValidationProvider +instanceKlass me/fzzyhmstrs/fzzy_config/updates/UpdateManager +instanceKlass me/fzzyhmstrs/fzzy_config/registry/ClientConfigRegistry$ClientConfigEntry +instanceKlass me/fzzyhmstrs/fzzy_config/registry/ClientConfigRegistry +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImplClient +instanceKlass me/fzzyhmstrs/fzzy_config/event/impl/EventApiImpl +instanceKlass me/fzzyhmstrs/fzzy_config/event/api/EventApi +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ThreadingUtils register (Lme/fzzyhmstrs/fzzy_config/config/ConfigEntry;)V 104 member ; # me/fzzyhmstrs/fzzy_config/util/ThreadingUtils$$Lambda+0x000001d682216aa0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ThreadingUtils register (Lme/fzzyhmstrs/fzzy_config/config/ConfigEntry;)V 99 member ; # me/fzzyhmstrs/fzzy_config/util/ThreadingUtils$$Lambda+0x000001d682216880 +instanceKlass java/util/concurrent/CountDownLatch +instanceKlass java/lang/ThreadBuilders$BaseThreadFactory +instanceKlass java/lang/ThreadBuilders +instanceKlass java/lang/ThreadBuilders$BaseThreadBuilder +instanceKlass java/lang/Thread$Builder$OfVirtual +instanceKlass java/lang/Thread$Builder +instanceKlass me/fzzyhmstrs/fzzy_config/util/ThreadingUtils +instanceKlass me/fzzyhmstrs/fzzy_config/registry/SyncedConfigRegistry$SyncedConfigEntry +instanceKlass me/fzzyhmstrs/fzzy_config/config/ConfigEntry +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectSortedMap$FastSortedEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectSortedMap +instanceKlass me/fzzyhmstrs/fzzy_config/registry/SyncedConfigRegistry +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl readOrCreateAndValidate$fzzy_config (Lkotlin/jvm/functions/Function0;Lme/fzzyhmstrs/fzzy_config/config/Config;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lme/fzzyhmstrs/fzzy_config/config/Config; 305 member ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d682216000 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl readOrCreateAndValidate$fzzy_config (Lkotlin/jvm/functions/Function0;Lme/fzzyhmstrs/fzzy_config/config/Config;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lme/fzzyhmstrs/fzzy_config/config/Config; 258 member ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6821df9a0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682215400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682215000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682214c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682214800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682214400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d682214000 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypesKt +instanceKlass sun/reflect/generics/tree/BooleanSignature +instanceKlass net/peanuuutz/tomlkt/TomlArrayBuilder +instanceKlass kotlin/reflect/jvm/internal/types/ReflectTypeSystemContext +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/JvmExtensionsKt +instanceKlass kotlin/sequences/TransformingIndexedSequence$iterator$1 +instanceKlass kotlin/sequences/TransformingIndexedSequence +instanceKlass kotlin/reflect/jvm/internal/ConvertFromMetadataKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromMetadataKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromMetadataKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$21 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromMetadataKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmVersion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Expression$ConstantValue$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$InvocationKind$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$EffectType$1 +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/ReadersKt$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Companion$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Version$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Version +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmVersionRequirement +instanceKlass kotlin/reflect/jvm/internal/ConvertFromJavaKt$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/ConvertFromJavaKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromJavaKt$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromJavaKt$$Lambda$5 +instanceKlass kotlin/ULong +instanceKlass kotlin/UInt +instanceKlass kotlin/UShort +instanceKlass kotlin/UByte +instanceKlass kotlin/comparisons/ComparisonsKt__ComparisonsKt +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$serializeToToml$$inlined$sortedBy$1 +instanceKlass kotlin/reflect/full/KClasses$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/ConvertFromJavaKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/GivenFunctionsMemberScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/types/AbstractKType +instanceKlass kotlin/jvm/internal/KTypeBase +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmEffectExpression +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/EnumFlagDelegate +instanceKlass kotlin/collections/AbstractList$IteratorImpl +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmPropertyAccessorAttributes +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/BooleanFlagDelegate +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/FlagDelegatesImplKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/FlagImpl +instanceKlass kotlin/reflect/jvm/internal/impl/km/Attributes +instanceKlass kotlin/reflect/jvm/internal/TypeParameterTable$Companion +instanceKlass kotlin/reflect/jvm/internal/TypeParameterTable +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmClassifier +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeExtension$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmFunctionExtension$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmFunctionExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/JvmMemberSignature +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/JvmMemberSignatureKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/ExtensionNodesKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmExtensionNodesKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmConstructorExtension$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmConstructorExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/ReadUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmExtensionType +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmClassExtension$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmClassExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/common/KmModuleFragment +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmTypeParameter +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmValueParameter +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmModuleFragmentExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeParameterExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmValueParameterExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmEnumEntryExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPackageExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmConstructorExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmFunctionExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeAliasExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPropertyExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmClassExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmExtension +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/WriteContext +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAliasOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmTypeAlias +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmProperty +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmPackage +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmFunction +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmEnumEntry +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/ReadContext +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmType +instanceKlass kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmMetadataExtensions +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/MetadataExtensions$Companion$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/MetadataExtensions$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/extensions/MetadataExtensions +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmClass +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmDeclarationContainer +instanceKlass kotlin/reflect/jvm/internal/impl/km/internal/ReadersKt +instanceKlass kotlin/reflect/jvm/internal/types/CapturedKTypeKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/types/CapturedKTypeKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/types/CapturedKTypeKt +instanceKlass kotlin/reflect/full/KClassifiers +instanceKlass kotlin/reflect/jvm/internal/StandardKTypes +instanceKlass kotlin/reflect/jvm/internal/SystemPropertiesKt +instanceKlass net/peanuuutz/tomlkt/TomlTableBuilder +instanceKlass kotlin/coroutines/Continuation +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/InlineClassManglingRulesKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKParameter$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$10 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKParameter +instanceKlass kotlin/reflect/jvm/internal/ReflectKParameter +instanceKlass kotlin/reflect/KParameter +instanceKlass kotlin/reflect/jvm/internal/JvmFunctionSignature$JavaConstructor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancement$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$ResolvedValueParameters +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java8ParameterNamesLoader$Cache +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java8ParameterNamesLoader +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmFlags +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/DescriptorsJvmAbiUtil +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/MemberDeserializer$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameter +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryCreator$Creator +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryCreator$CreatorContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeChecker$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContextKt$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContextKt +instanceKlass kotlin/reflect/jvm/internal/impl/utils/SmartList$SingletonIteratorBase +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/NewCapturedTypeKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ModalityUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerLiteralTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeCheckerState$SupertypesPolicy +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractNullabilityChecker +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/StubTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/typeUtil/TypeUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/AbstractReceiverValue +instanceKlass kotlin/reflect/jvm/internal/impl/types/typesApproximation/CapturedTypeApproximationKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/typesApproximation/CapturedTypeApproximationKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/FilteredAnnotations +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitutionKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeCapabilitiesKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitutor$2 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/Annotations$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/types/SpecialTypesKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/DynamicTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/DynamicTypesKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinTypeFactory$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeParameterDescriptor$2$1 +instanceKlass net/peanuuutz/tomlkt/internal/TomlElementSerializer +instanceKlass kotlinx/serialization/KSerializer +instanceKlass kotlinx/serialization/DeserializationStrategy +instanceKlass kotlinx/serialization/SerializationStrategy +instanceKlass kotlinx/serialization/Serializable +instanceKlass java/lang/FunctionalInterface +instanceKlass kotlin/sequences/EmptySequence +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/ValidatedField deserializeEntry (Lnet/peanuuutz/tomlkt/TomlElement;Ljava/lang/String;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 200 member ; # me/fzzyhmstrs/fzzy_config/validation/ValidatedField$$Lambda+0x000001d6821df0a0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/ValidatedField deserializeEntry (Lnet/peanuuutz/tomlkt/TomlElement;Ljava/lang/String;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 170 member ; # me/fzzyhmstrs/fzzy_config/validation/ValidatedField$$Lambda+0x000001d6821dee48 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/ValidatedField deserializeEntry (Lnet/peanuuutz/tomlkt/TomlElement;Ljava/lang/String;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 139 argL0 ; # me/fzzyhmstrs/fzzy_config/validation/ValidatedField$$Lambda+0x000001d6821debf8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/ValidatedField deserializeEntry (Lnet/peanuuutz/tomlkt/TomlElement;Ljava/lang/String;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 62 member ; # me/fzzyhmstrs/fzzy_config/validation/ValidatedField$$Lambda+0x000001d6821de9b8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl deserializeFromToml$fzzy_config (Ljava/lang/Object;Lnet/peanuuutz/tomlkt/TomlElement;Lme/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Mutable;B)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 567 member ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6821de760 +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryTransient +instanceKlass kotlin/reflect/jvm/internal/calls/CallerKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/InlineClassesUtilsKt +instanceKlass kotlin/reflect/jvm/internal/calls/ValueClassAwareCallerKt +instanceKlass kotlin/reflect/jvm/internal/calls/CallerImpl$Companion +instanceKlass kotlin/reflect/jvm/internal/calls/CallerImpl +instanceKlass kotlin/reflect/jvm/internal/calls/Caller +instanceKlass kotlin/reflect/jvm/internal/ReflectKCallableKt +instanceKlass kotlin/reflect/jvm/internal/DescriptorKPropertyKt +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$Getter$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$Getter$$Lambda$0 +instanceKlass kotlin/reflect/KProperty1$Getter +instanceKlass kotlin/reflect/jvm/ReflectJvmMapping +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/ClassMapperLite +instanceKlass kotlin/reflect/jvm/internal/DescriptorKFunction$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKFunction$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKFunction$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/JvmFunctionSignature +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmMemberSignature +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/ProtoBufUtilKt +instanceKlass kotlin/reflect/jvm/internal/ReflectKFunction +instanceKlass kotlin/reflect/jvm/internal/FunctionWithAllInvokes +instanceKlass kotlin/reflect/jvm/internal/JvmPropertySignature +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/ClassicBuiltinSpecialProperties +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS$VisitedWithSet +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS$Visited +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS$AbstractNodeHandler +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS$NodeHandler +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialBuiltinMembers$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyDescriptorImpl$CopyConfiguration +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialBuiltinMembers +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/DescriptorFactory +instanceKlass kotlin/sequences/DropSequence$iterator$1 +instanceKlass kotlin/sequences/TakeWhileSequence$iterator$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterUtilsKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterUtilsKt$$Lambda$1 +instanceKlass kotlin/sequences/TakeWhileSequence +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterUtilsKt$$Lambda$0 +instanceKlass kotlin/sequences/DropSequence +instanceKlass kotlin/sequences/DropTakeSequence +instanceKlass @bci kotlin/sequences/SequencesKt__SequencesKt generateSequence (Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence; 24 member ; # kotlin/sequences/SequencesKt__SequencesKt$$Lambda+0x000001d6821d7c50 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/ContextKt$$Lambda$1 +instanceKlass @bci net/minecraft/network/chat/HoverEvent ()V 20 argL0 ; # net/minecraft/network/chat/HoverEvent$$Lambda+0x000001d6821de0e0 +instanceKlass @bci net/minecraft/network/chat/HoverEvent ()V 15 argL0 ; # net/minecraft/network/chat/HoverEvent$$Lambda+0x000001d6821ddea8 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$TypedHoverEvent ()V 33 argL0 ; # net/minecraft/network/chat/HoverEvent$TypedHoverEvent$$Lambda+0x000001d6821ddc70 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$TypedHoverEvent ()V 28 argL0 ; # net/minecraft/network/chat/HoverEvent$TypedHoverEvent$$Lambda+0x000001d6821dda38 +instanceKlass @bci com/mojang/serialization/Codec dispatchMap (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 18 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d6820ccd78 +instanceKlass @bci com/mojang/serialization/Codec dispatchMap (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 7 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d6820ccb40 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$TypedHoverEvent ()V 10 argL0 ; # net/minecraft/network/chat/HoverEvent$TypedHoverEvent$$Lambda+0x000001d6821dd800 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$TypedHoverEvent ()V 5 argL0 ; # net/minecraft/network/chat/HoverEvent$TypedHoverEvent$$Lambda+0x000001d6821dd5c8 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action ()V 77 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821dd390 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action ()V 63 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821dd178 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action ()V 52 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821dcd70 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$EntityTooltipInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/minecraft/network/chat/HoverEvent$EntityTooltipInfo$$Lambda+0x000001d6821dcb38 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$EntityTooltipInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/network/chat/HoverEvent$EntityTooltipInfo$$Lambda+0x000001d6821dc900 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$EntityTooltipInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/network/chat/HoverEvent$EntityTooltipInfo$$Lambda+0x000001d6821dc6c8 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$EntityTooltipInfo lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/network/chat/HoverEvent$EntityTooltipInfo$$Lambda+0x000001d6821dc490 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$EntityTooltipInfo ()V 0 argL0 ; # net/minecraft/network/chat/HoverEvent$EntityTooltipInfo$$Lambda+0x000001d6821dc258 +instanceKlass net/minecraft/network/chat/HoverEvent$EntityTooltipInfo +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action ()V 31 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821dbe30 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$ItemStackInfo ()V 29 argL0 ; # net/minecraft/network/chat/HoverEvent$ItemStackInfo$$Lambda+0x000001d6821dbbf8 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$ItemStackInfo ()V 24 argL0 ; # net/minecraft/network/chat/HoverEvent$ItemStackInfo$$Lambda+0x000001d6821db9c0 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$ItemStackInfo ()V 8 argL0 ; # net/minecraft/network/chat/HoverEvent$ItemStackInfo$$Lambda+0x000001d6821db788 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$ItemStackInfo ()V 3 argL0 ; # net/minecraft/network/chat/HoverEvent$ItemStackInfo$$Lambda+0x000001d6821db550 +instanceKlass net/minecraft/network/chat/HoverEvent$ItemStackInfo +instanceKlass net/minecraft/network/chat/HoverEvent$Action$1 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action (Ljava/lang/String;ZLcom/mojang/serialization/Codec;Lnet/minecraft/network/chat/HoverEvent$LegacyConverter;)V 22 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821dab50 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action (Ljava/lang/String;ZLcom/mojang/serialization/Codec;Lnet/minecraft/network/chat/HoverEvent$LegacyConverter;)V 17 member ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821da910 +instanceKlass @bci net/minecraft/network/chat/HoverEvent$Action ()V 10 argL0 ; # net/minecraft/network/chat/HoverEvent$Action$$Lambda+0x000001d6821da6f8 +instanceKlass net/minecraft/resources/DelegatingOps +instanceKlass io/wispforest/owo/mixin/ForwardingDynamicOpsAccessor +instanceKlass io/wispforest/accessories/mixin/DelegatingOpsAccessor +instanceKlass io/wispforest/owo/mixin/RegistryOpsAccessor +instanceKlass io/wispforest/accessories/mixin/RegistryOpsAccessor +instanceKlass net/minecraft/network/chat/HoverEvent$LegacyConverter +instanceKlass net/minecraft/network/chat/HoverEvent$Action +instanceKlass net/minecraft/network/chat/HoverEvent +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/FcText tooltip (Lnet/minecraft/network/chat/MutableComponent;Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/MutableComponent; 15 member ; # me/fzzyhmstrs/fzzy_config/util/FcText$$Lambda+0x000001d6821d8ae8 +instanceKlass @bci net/minecraft/network/chat/ClickEvent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/network/chat/ClickEvent$$Lambda+0x000001d6821d88c0 +instanceKlass @bci net/minecraft/network/chat/ClickEvent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/network/chat/ClickEvent$$Lambda+0x000001d6821d8688 +instanceKlass @bci net/minecraft/network/chat/ClickEvent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/network/chat/ClickEvent$$Lambda+0x000001d6821d8450 +instanceKlass @bci net/minecraft/network/chat/ClickEvent$Action ()V 121 argL0 ; # net/minecraft/network/chat/ClickEvent$Action$$Lambda+0x000001d6821d8218 +instanceKlass @bci net/minecraft/network/chat/ClickEvent$Action ()V 102 argL0 ; # net/minecraft/network/chat/ClickEvent$Action$$Lambda+0x000001d6821d8000 +instanceKlass @bci net/minecraft/network/chat/ClickEvent ()V 0 argL0 ; # net/minecraft/network/chat/ClickEvent$$Lambda+0x000001d682117978 +instanceKlass net/minecraft/network/chat/ClickEvent +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/FcText command (Lnet/minecraft/network/chat/MutableComponent;Ljava/lang/String;)Lnet/minecraft/network/chat/MutableComponent; 15 member ; # me/fzzyhmstrs/fzzy_config/util/FcText$$Lambda+0x000001d682117498 +instanceKlass kotlin/jvm/internal/TypeIntrinsics +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractStrictEqualityTypeChecker +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/StrictEqualityTypeChecker +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancement$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/EnhancedTypeAnnotations +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/TypeEnhancementKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancement$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/JavaDescriptorUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$11 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$10 +instanceKlass kotlin/reflect/jvm/internal/impl/types/FlexibleTypeImpl$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Translation +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaWildcardType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaDescriptorVisibilities +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/UtilsKt +instanceKlass kotlin/jvm/internal/Ref$ObjectRef +instanceKlass kotlin/reflect/jvm/internal/impl/types/FlexibleTypesKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$7 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$6 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/VisibilityUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeWithEnhancement +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeWithEnhancementKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/IntersectionTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/IntersectionTypeConstructorMarker +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerValueTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/types/NotNullTypeParameter +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/DefinitelyNotNullTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/CustomTypeParameter +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContextContextualKt +instanceKlass kotlin/reflect/jvm/internal/impl/utils/SmartSet$ArrayIterator +instanceKlass kotlin/reflect/jvm/internal/impl/utils/SmartSet$SingletonIterator +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$OverrideCompatibilityInfo +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeChecker +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeCheckerState +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeCheckerStateKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtilTypeSystemContext +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryAnchor$Anchor +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinderKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$3 +instanceKlass me/fzzyhmstrs/fzzy_config/event/api/ServerUpdateContext +instanceKlass dev/latvian/mods/rhino/util/RemapPrefixForJS +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/MemberDeserializer$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/BuiltinSpecialPropertiesKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/BuiltinSpecialProperties +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaCallableMemberDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Visibilities +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/DescriptorResolverUtils$1$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/DisjointKeysUnionTypeSubstitution$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/DescriptorSubstitutor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/FunctionDescriptorImpl$CopyConfiguration +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$4 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$8 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$5 +instanceKlass kotlin/reflect/jvm/internal/impl/util/capitalizeDecapitalize/CapitalizeDecapitalizeKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JvmAbi +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/PropertiesConventionUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$Companion$NameAndSignature +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures +instanceKlass kotlin/reflect/jvm/internal/impl/utils/SmartSet$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/CloneableClassScope$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitClassReceiver +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ThisClassReceiver +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitReceiver +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/SimpleFunctionDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/name/CallableId$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/name/CallableId +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/SuspendFunctionTypeUtilKt +instanceKlass kotlin/sequences/GeneratorSequence$iterator$1 +instanceKlass @bci kotlin/sequences/SequencesKt__SequencesKt generateSequence (Lkotlin/jvm/functions/Function0;)Lkotlin/sequences/Sequence; 12 member ; # kotlin/sequences/SequencesKt__SequencesKt$$Lambda+0x000001d6821c67c8 +instanceKlass kotlin/sequences/GeneratorSequence +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$computeDescriptors$1$1 +# instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java16SealedRecordLoader$$InjectedInvoker+0x000001d6821c8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6821c8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6821c8000 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaClass$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/ClassDeclaredMemberIndex$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/ClassDeclaredMemberIndex +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/DeclaredMemberIndex +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$Settings +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/SignatureBuildingComponents +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsSignatures +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement$VersionKind$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement$Level$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/storage/SingleThreadValue +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeEnhancement$Result +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeEnhancement$SimpleResult +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/TypeComponentPositionKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/FlexibleTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinTypeKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/TypeEnhancementUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers +instanceKlass kotlin/reflect/jvm/internal/impl/types/RawType +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/util/TypeRegistry$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/util/AbstractArrayMapOwner$AbstractArrayMapAccessor +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeAttribute +instanceKlass kotlin/reflect/jvm/internal/KPackageImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/AnnotationsTypeAttributeKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotationDescriptor$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotationDescriptorImpl +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/constants/TypedArrayValue$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/constants/ConstantValueFactory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ValueParameterDescriptorImpl$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ValueParameterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinTypeFactory$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/SubstitutingScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructorImpl +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/CapturedTypeConstructorMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/CapturedTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructorKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/SubstitutingScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/SubstitutingScope +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitutor +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSubstitutorMarker +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptorKt +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeConstructorSubstitution$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitution$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitution +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeAliasDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$EnumEntryClassDescriptors$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$EnumEntryClassDescriptors$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$EnumEntryClassDescriptors +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/StaticScopeForKotlinEnum$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/StaticScopeForKotlinEnum$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeProjectionBase +instanceKlass kotlin/reflect/jvm/internal/impl/util/EmptyArrayMap$iterator$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/TypeDeserializer$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedTypeParameterDescriptor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeParameterDescriptor$2 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeParameterDescriptor$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeParameterMarker +instanceKlass kotlin/reflect/jvm/internal/impl/util/collectionUtils/ScopeUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/ProtoTypeTableUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedCallableMemberDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DescriptorWithContainerSource +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingStrategy +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/DescriptorResolverUtils +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor$visitArray$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializedPackageFragmentImpl$$Lambda$1 +instanceKlass kotlin/Triple +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/NameResolverImpl$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/Utf8 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializedPackageFragmentImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoBasedClassDataFinder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/NameResolverImpl +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$ArgumentOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$ArgumentOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedName$Kind$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTableOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/LazyStringList +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/ProtocolStringList +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTableOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragmentOrBuilder +instanceKlass kotlin/collections/IntIterator +instanceKlass kotlin/internal/ProgressionUtilKt +instanceKlass kotlin/ranges/IntRange$Companion +instanceKlass kotlin/ranges/IntProgression$Companion +instanceKlass kotlin/ranges/IntProgression +instanceKlass kotlin/ranges/OpenEndRange +instanceKlass kotlin/ranges/ClosedRange +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsBinaryVersion$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/builtins/ReadPackageFragmentKt +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsPackageFragmentImpl$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/BuiltInsPackageFragment +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$loadClassAnnotations$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedAnnotations +instanceKlass kotlin/annotation/MustBeDocumented +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/NullabilityQualifierWithMigrationStatus +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaDefaultQualifiers +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JvmAnnotationNamesKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaDefaultQualifiersKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/PossiblyExternalAnnotationDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotationDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation +instanceKlass kotlin/sequences/SequencesKt__SequencesKt$sequenceOf$1$1 +instanceKlass kotlin/sequences/FlatteningSequence$iterator$1 +instanceKlass @bci kotlin/sequences/SequencesKt__SequencesKt flatten$SequencesKt__SequencesKt (Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence; 21 argL0 ; # kotlin/sequences/SequencesKt__SequencesKt$$Lambda+0x000001d6821a9030 +instanceKlass kotlin/sequences/FlatteningSequence +instanceKlass @bci kotlin/sequences/SequencesKt__SequencesKt flatten (Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence; 7 argL0 ; # kotlin/sequences/SequencesKt__SequencesKt$$Lambda+0x000001d6821a8bf8 +instanceKlass kotlin/sequences/SequencesKt__SequencesKt$sequenceOf$$inlined$Sequence$1 +instanceKlass kotlin/collections/CollectionsKt___CollectionsKt$asSequence$$inlined$Sequence$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts$TypeAndDefaultQualifiers +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/SimpleClassicTypeSystemContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemTypeFactoryContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeCheckerProviderContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSystemCommonBackendContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeSystemOptimizationContext +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassMemberScope$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassMemberScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EntryIterator +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$Implementation +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassMemberScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoContainer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassTypeConstructor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionSpecificBehaviorKt +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoEnumFlagsUtilsKt$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoEnumFlagsUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$Argument$Projection$1 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ReturnValueStatus$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoEnumFlags$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$MemberKind$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ReturnValueStatus$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Class$Kind$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Modality$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Visibility$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$FlagField +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoEnumFlags +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverBase$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/NameResolverUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeserializedDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/MemberDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/TypeDeserializer$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/TypeDeserializer$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/TypeDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationContext +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/TypeTable +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer$ClassKey +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassData +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinarySourceElement +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerSource +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$Entry +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/FieldSet$1 +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite$Builder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverKt +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$Record$Operation$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$RecordOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/WireFormat +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/CodedInputStream +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypesOrBuilder +instanceKlass kotlin/collections/IndexedValue +instanceKlass kotlin/collections/IndexingIterator +instanceKlass @bci kotlin/collections/CollectionsKt___CollectionsKt withIndex (Ljava/lang/Iterable;)Ljava/lang/Iterable; 11 member ; # kotlin/collections/CollectionsKt___CollectionsKt$$Lambda+0x000001d6821970d0 +instanceKlass kotlin/collections/IndexingIterable +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverBase$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverBase +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/NameResolver +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/UtfEncodingKt +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/BitEncoding +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder$Result +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$CollectStringArrayAnnotationVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClassKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$AnnotationArrayArgumentVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$KotlinMetadataArgumentVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeAttributeTranslator$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeAttributesKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPrimitiveType +instanceKlass kotlin/reflect/jvm/internal/impl/types/ErasureTypeAttributes +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/types/JavaTypeAttributesKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/FakePureImplementationsProvider +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/JavaAnnotationMapper +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwnerKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType$Factory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner +instanceKlass kotlin/jvm/internal/SpreadBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$Supertypes +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindExclude +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaField +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember +instanceKlass kotlin/jvm/internal/ArrayIterator +instanceKlass kotlin/jvm/internal/ArrayIteratorKt +instanceKlass kotlin/sequences/TransformingSequence$iterator$1 +instanceKlass kotlin/sequences/FilteringSequence$iterator$1 +instanceKlass @bci kotlin/sequences/SequencesKt___SequencesKt filterNotNull (Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence; 7 argL0 ; # kotlin/sequences/SequencesKt___SequencesKt$$Lambda+0x000001d68218fc58 +instanceKlass kotlin/sequences/TransformingSequence +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaClass$$Lambda$1 +instanceKlass kotlin/sequences/FilteringSequence +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaClass$$Lambda$0 +instanceKlass kotlin/collections/ArraysKt___ArraysKt$asSequence$$inlined$Sequence$1 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope$Companion$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion$MaskToName +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/ResolutionScope$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/DeclarationDescriptorVisitorEmptyBodies +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$LazyJavaClassTypeConstructor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java16SealedRecordLoader$Cache +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java16SealedRecordLoader +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaTypeParameterResolver$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaTypeParameterResolver +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeSourceElementFactory$RuntimeSourceElement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaClassDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameterListOwner +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaNamedElement +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaModifierListOwner +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaModifierListOwner +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwner +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaClassFinder$Request +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$KotlinClassLookupResult +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectAnnotationSource +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectClassStructure +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$AnnotationArgumentVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$AnnotationVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass$Factory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectJavaClassFinderKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClassFinderKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$FindClassRequest +instanceKlass kotlin/reflect/jvm/internal/impl/incremental/UtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageFragment$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaAnnotations$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaAnnotations +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaAnnotationsKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageFragment$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/JvmPackageScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$8 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/JvmPackageScope +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageFragment$$Lambda$0 +instanceKlass kotlin/UnsafeLazyImpl +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/ContextKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/ContextKt +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$KeyWithComputation +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaPackageFragmentProvider$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaElement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPackage +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationOwner +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/JavaElement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaClassFinder$$Util +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentProviderKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/LazyScopeAdapter$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/LazyPackageViewDescriptorImpl$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/AbstractScopeAdapter +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/LazyPackageViewDescriptorImpl$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/LazyPackageViewDescriptorImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ResolutionAnchorProviderKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/FindClassInModuleKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/PackagePartScopeCache +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJava$Companion$ModuleData +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/CompositePackageFragmentProvider +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDependenciesImpl +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDependencies +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/functions/BuiltInFictitiousFunctionClassFactory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/deserialization/ClassDescriptorFactory +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/FlexibleTypeDeserializer$ThrowException +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ErrorReporter$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameter$Variance$1 +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameterOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsProtoBuf +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/SerializerExtensionProtocol +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AbstractAnnotationLoader +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializedClassDataFinder +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AbstractDeserializedPackageFragmentProvider$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsPackageFragmentProvider$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AbstractDeserializedPackageFragmentProvider +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/JavaDescriptorResolver +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/JvmEnumEntriesDeserializationSupport +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/EnumEntriesDeserializationSupport +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/ExtensionRegistryLite$ObjectIntPair +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTableOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ClassOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignatureOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignatureOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$AnnotationOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$Value$Type$1 +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/Internal$EnumLiteMap +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$ValueOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameterOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PropertyOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ContractOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTableOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$FunctionOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/Internal$EnumLite +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtensionDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$GeneratedExtension +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignatureOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/ByteString$ByteIterator +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/ByteString +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EmptySet$2 +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EmptySet$1 +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EmptySet +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/LazyFieldLite +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/FieldSet +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/AbstractParser +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/Parser +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/FieldSet$FieldDescriptorLite +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ConstructorOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/MessageLite +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/ExtensionRegistryLite +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmProtoBufUtil +instanceKlass kotlin/reflect/jvm/internal/impl/utils/WrappedValues$ThrowableWrapper +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinTypeFactory$EMPTY_REFINED_TYPE_FACTORY$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinTypeFactory +instanceKlass kotlin/reflect/jvm/internal/impl/util/ArrayMap +instanceKlass kotlin/reflect/jvm/internal/impl/util/TypeRegistry +instanceKlass kotlin/reflect/jvm/internal/impl/util/AbstractArrayMapOwner +instanceKlass kotlin/jvm/internal/CollectionToArray +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/FieldDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PropertySetterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PropertyGetterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorPropertyDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PropertyDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptorWithAccessors +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptor +instanceKlass kotlin/jvm/internal/StringCompanionObject +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorScope +instanceKlass kotlin/reflect/jvm/internal/impl/util/ModuleVisibilityHelper$EMPTY +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorVisibilities$12 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorVisibilities$11 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorVisibilities$10 +instanceKlass kotlin/reflect/jvm/internal/impl/util/ModuleVisibilityHelper +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorVisibility +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Visibility +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DescriptorVisibilities +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ReceiverValue +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor$CopyBuilder +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassConstructorDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ConstructorDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorModuleDescriptor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorModuleDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorUtils +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeProjection +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeArgumentMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeUtils +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractClassDescriptor$1$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/KotlinTypeRefinerKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/DescriptorUtils +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScopeImpl +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/ClassifierBasedTypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ReceiverParameterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ParameterDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ValueDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractClassDescriptor$3 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractClassDescriptor$2 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractClassDescriptor$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Modality$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeConstructor +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/scopes/ResolutionScope +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PackageViewDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/KeywordStringsGenerated +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/RenderingUtilsKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor$DefaultImpls +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererImpl$RenderDeclarationDescriptorVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorVisitor +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$10 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ClassifierNamePolicy$FULLY_QUALIFIED +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$9 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$8 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ClassifierNamePolicy$SHORT +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ExcludedTypeAnnotations +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$ValueParametersHandler$DEFAULT +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$ValueParametersHandler +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsImpl$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererModifier$Companion +instanceKlass kotlin/properties/ObservableProperty +instanceKlass kotlin/properties/ReadWriteProperty +instanceKlass kotlin/properties/ReadOnlyProperty +instanceKlass kotlin/properties/Delegates +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ClassifierNamePolicy$SOURCE_CODE_QUALIFIED +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ClassifierNamePolicy +instanceKlass kotlin/reflect/jvm/internal/DescriptorKMutableProperty1$$Lambda$0 +instanceKlass kotlin/reflect/KMutableProperty$Setter +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsImpl +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptions +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/SourceElement$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/SourceElement +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JavaToKotlinClassMapper +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsCustomizer +instanceKlass kotlin/reflect/jvm/internal/impl/storage/StorageKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JavaFlexibleTypeDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/FlexibleTypeDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/LocalClassifierTypeSettings$Default +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/LocalClassifierTypeSettings +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationComponents +instanceKlass kotlin/reflect/jvm/internal/impl/types/DefaultTypeAttributeTranslator +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeAttributeTranslator +instanceKlass kotlin/reflect/jvm/internal/impl/types/extensions/TypeAttributeTranslators +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ContractDeserializer$Companion$DEFAULT$1 +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ContractDeserializer$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ContractDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationConfiguration$Default +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationConfiguration +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/constants/ConstantValue +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AnnotationDeserializer +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationAndConstantLoader$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AnnotationAndConstantLoader +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AnnotationLoader +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImplKt +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/JavaClassDataFinder +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDataFinder +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeParameterErasureOptions +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser +instanceKlass kotlin/reflect/jvm/internal/impl/types/ErasureProjectionComputer +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/types/JavaTypeResolver +instanceKlass kotlin/InitializedLazyImpl +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/TypeParameterResolver$EMPTY +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/TypeParameterResolver +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaResolverContext +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaPackageFragmentProvider +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentProviderOptimized +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentProvider +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/CompositeSyntheticJavaPartsProvider +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/SyntheticJavaPartsProvider$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/SyntheticJavaPartsProvider +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJavaKt$makeLazyJavaPackageFragmentProvider$javaResolverComponents$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaModuleAnnotationsProvider +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaIncompatibilityRulesOverridabilityCondition$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaIncompatibilityRulesOverridabilityCondition +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/ErasedOverridabilityCondition +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptorWithTypeParameters +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassOrPackageFragmentDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/FieldOverridabilityCondition +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ExternalOverridabilityCondition +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/PropertyAccessorDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/VariableAccessorDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/MemberDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Substitutable +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithVisibility +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/KotlinTypeChecker$TypeConstructorEquality +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypePreparator +instanceKlass kotlin/reflect/jvm/internal/impl/types/AbstractTypeRefiner +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeCheckerImpl +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker +instanceKlass kotlin/reflect/jvm/internal/impl/types/checker/KotlinTypeChecker +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaClassesTracker$Default +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaClassesTracker +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/JavaResolverSettings$Default +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/JavaResolverSettings +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeEnhancement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancement +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes$ClassLookup +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes +instanceKlass kotlin/reflect/jvm/internal/impl/incremental/components/LookupTracker$DO_NOTHING +instanceKlass kotlin/reflect/jvm/internal/impl/incremental/components/LookupTracker +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/SupertypeLoopChecker$EMPTY +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/SupertypeLoopChecker +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$CacheWithNullableValuesBasedOnMemoizedFunction$1 +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/sam/SamConversionResolverImpl +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/sam/SamConversionResolver +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/JavaPropertyInitializerEvaluator$DoNothing +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/JavaPropertyInitializerEvaluator +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/JavaResolverCache$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/JavaResolverCache +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/SignaturePropagator$1 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/components/SignaturePropagator +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/JavaResolverComponents +instanceKlass kotlin/reflect/jvm/internal/impl/utils/WrappedValues$1 +instanceKlass kotlin/reflect/jvm/internal/impl/utils/WrappedValues +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/NullabilityAnnotationStates$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaTypeEnhancementState$Companion$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/Jsr305Settings$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/Jsr305Settings +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/NullabilityAnnotationStatesImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/ReportLevel$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/NullabilityAnnotationStatesImpl +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/NullabilityAnnotationStates +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationSettingsKt +instanceKlass kotlin/KotlinVersionCurrentValue +instanceKlass kotlin/KotlinVersion$Companion +instanceKlass kotlin/KotlinVersion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaTypeEnhancementState$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaTypeEnhancementState +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/PackagePartProvider$Empty +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/PackagePartProvider +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJavaKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/NotFoundClasses$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/NotFoundClasses$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/NotFoundClasses +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/SingleModuleClassResolver +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/ModuleClassResolver +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/MetadataVersion$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/BinaryVersion$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/deserialization/BinaryVersion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader$Kind$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$4 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDescriptorImpl$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDescriptorImpl$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageViewDescriptorFactory$Default +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ModuleCapability +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageViewDescriptorFactory$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageViewDescriptorFactory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/Annotations$Companion$EMPTY$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/Annotations$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/Annotations +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotatedImpl +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$MapBasedMemoizedFunction +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$3 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$2 +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$LockBasedLazyValue +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$1 +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/deserialization/PlatformDependentDeclarationFilter +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/deserialization/AdditionalClassPartsProvider +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeArgumentListMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/SimpleTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/RigidTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/types/KotlinType +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/KotlinTypeMarker +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorNonRoot +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithSource +instanceKlass kotlin/reflect/jvm/internal/impl/incremental/components/LookupLocation +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptor +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/annotations/Annotated +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Named +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns +instanceKlass kotlin/reflect/jvm/internal/impl/storage/DefaultSimpleLock +instanceKlass kotlin/reflect/jvm/internal/impl/storage/SimpleLock$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/storage/EmptySimpleLock +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$ExceptionHandlingStrategy$1 +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$ExceptionHandlingStrategy +instanceKlass kotlin/reflect/jvm/internal/impl/storage/MemoizedFunctionToNullable +instanceKlass kotlin/reflect/jvm/internal/impl/storage/CacheWithNotNullValues +instanceKlass kotlin/reflect/jvm/internal/impl/storage/CacheWithNullableValues +instanceKlass kotlin/reflect/jvm/internal/impl/storage/NotNullLazyValue +instanceKlass kotlin/reflect/jvm/internal/impl/storage/MemoizedFunctionToNotNull +instanceKlass kotlin/reflect/jvm/internal/impl/storage/NullableLazyValue +instanceKlass kotlin/reflect/jvm/internal/impl/storage/SimpleLock +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager +instanceKlass kotlin/reflect/jvm/internal/impl/storage/StorageManager +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeSourceElementFactory +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElementFactory +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeErrorReporter +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/ErrorReporter +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectJavaClassFinder +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JavaClassFinder +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJava$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJava +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClassFinder +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/KotlinMetadataFinder +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData +instanceKlass kotlin/reflect/jvm/internal/WeakClassLoaderBox +instanceKlass kotlin/reflect/jvm/internal/ModuleByClassLoaderKt +instanceKlass kotlin/reflect/jvm/internal/impl/name/SpecialNames +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/CompanionObjectMapping +instanceKlass kotlin/reflect/jvm/internal/impl/name/FqNamesUtilKt +instanceKlass kotlin/reflect/jvm/internal/impl/utils/CollectionsKt +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/StandardNames$FqNames +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JavaToKotlinClassMap$PlatformMutabilityMapping +instanceKlass kotlin/reflect/jvm/internal/impl/name/StandardClassIdsKt +instanceKlass kotlin/reflect/jvm/internal/impl/name/StandardClassIds +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JavaToKotlinClassMap +instanceKlass kotlin/jvm/functions/Function22 +instanceKlass kotlin/jvm/functions/Function21 +instanceKlass kotlin/jvm/functions/Function20 +instanceKlass kotlin/jvm/functions/Function19 +instanceKlass kotlin/jvm/functions/Function18 +instanceKlass kotlin/jvm/functions/Function17 +instanceKlass kotlin/jvm/functions/Function16 +instanceKlass kotlin/jvm/functions/Function15 +instanceKlass kotlin/jvm/functions/Function14 +instanceKlass kotlin/jvm/functions/Function13 +instanceKlass kotlin/jvm/functions/Function12 +instanceKlass kotlin/jvm/functions/Function11 +instanceKlass kotlin/jvm/functions/Function10 +instanceKlass kotlin/jvm/functions/Function9 +instanceKlass kotlin/jvm/functions/Function8 +instanceKlass kotlin/jvm/functions/Function7 +instanceKlass kotlin/jvm/functions/Function6 +instanceKlass kotlin/jvm/functions/Function5 +instanceKlass kotlin/jvm/functions/Function4 +instanceKlass kotlin/jvm/functions/Function3 +instanceKlass kotlin/TuplesKt +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectClassUtilKt +instanceKlass kotlin/reflect/jvm/internal/RuntimeTypeMapper +instanceKlass kotlin/reflect/jvm/internal/impl/utils/DFS$Neighbors +instanceKlass kotlin/reflect/full/KClasses +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/IgnoreVisibility +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/RequiresRestart +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/RequiresAction +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/StandardNames +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind +instanceKlass kotlin/reflect/jvm/internal/UtilKt +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$19 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$18 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$17 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$16 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$15 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$14 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$13 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$12 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$11 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$10 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$9 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$8 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$7 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Data$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Data$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty1$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty1$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$6 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$5 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/ReflectProperties$Val$1 +instanceKlass kotlin/reflect/jvm/internal/ReflectProperties$Val +instanceKlass kotlin/reflect/jvm/internal/ReflectProperties +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/DescriptorKProperty$Companion +instanceKlass kotlin/reflect/jvm/internal/DescriptorKCallable +instanceKlass kotlin/reflect/jvm/internal/ReflectKProperty +instanceKlass kotlin/reflect/jvm/internal/ReflectKCallable +instanceKlass kotlin/jvm/internal/CallableReference$NoReceiver +instanceKlass kotlin/reflect/KProperty$Getter +instanceKlass kotlin/reflect/KProperty$Accessor +instanceKlass kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Data +instanceKlass kotlin/collections/builders/MapBuilder$EntryRef +instanceKlass kotlin/jvm/internal/markers/KMutableMap$Entry +instanceKlass kotlin/collections/builders/MapBuilder$Itr +instanceKlass kotlin/jvm/internal/markers/KMutableIterator +instanceKlass kotlin/jvm/internal/markers/KMutableSet +instanceKlass kotlin/collections/ArrayAsCollection +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$SingleErrorEntry +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$CompoundErrorEntry +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl deserializeConfig$fzzy_config (Ljava/lang/Object;Ljava/lang/String;Lme/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Mutable;BLme/fzzyhmstrs/fzzy_config/api/FileType;)Lme/fzzyhmstrs/fzzy_config/util/ValidationResult; 188 member ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d682114f30 +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Builder +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$Errors +instanceKlass net/peanuuutz/tomlkt/TomlTable$Companion +instanceKlass kotlin/collections/builders/MapBuilder$Companion +instanceKlass kotlin/collections/builders/MapBuilder +instanceKlass kotlin/jvm/internal/markers/KMutableMap +instanceKlass net/peanuuutz/tomlkt/TomlArray$Companion +instanceKlass net/peanuuutz/tomlkt/internal/parser/TreeNodeKt +instanceKlass net/peanuuutz/tomlkt/TomlLiteral$Companion +instanceKlass net/peanuuutz/tomlkt/TomlElement$Companion +instanceKlass net/peanuuutz/tomlkt/TomlElementKt +instanceKlass kotlin/collections/builders/ListBuilderKt +instanceKlass kotlin/collections/builders/ListBuilder$Companion +instanceKlass kotlin/jvm/internal/markers/KMutableList +instanceKlass kotlin/jvm/internal/markers/KMutableCollection +instanceKlass kotlin/jvm/internal/markers/KMutableIterable +instanceKlass net/peanuuutz/tomlkt/internal/StringUtilsKt +instanceKlass net/peanuuutz/tomlkt/internal/parser/TreeNode +instanceKlass net/peanuuutz/tomlkt/internal/parser/TomlElementParser +instanceKlass net/peanuuutz/tomlkt/TomlStringReader +instanceKlass net/peanuuutz/tomlkt/TomlReader +instanceKlass kotlin/text/CharsKt__CharJVMKt +instanceKlass net/peanuuutz/tomlkt/TomlIndentation$Companion +instanceKlass net/peanuuutz/tomlkt/TomlIndentation +instanceKlass kotlin/collections/EmptyMap +instanceKlass kotlinx/serialization/modules/SerializersModule +instanceKlass kotlinx/serialization/modules/SerializersModuleKt +instanceKlass kotlinx/serialization/modules/SerializersModuleBuildersKt +instanceKlass net/peanuuutz/tomlkt/TomlConfig$Companion +instanceKlass net/peanuuutz/tomlkt/TomlConfig +instanceKlass net/peanuuutz/tomlkt/Toml +instanceKlass kotlinx/serialization/StringFormat +instanceKlass kotlinx/serialization/SerialFormat +instanceKlass kotlin/annotation/Retention +instanceKlass kotlin/Metadata +instanceKlass kotlin/annotation/Target +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Version +instanceKlass kotlin/jvm/JvmClassMappingKt +instanceKlass kotlin/text/StringsKt__AppendableKt +instanceKlass kotlin/io/CloseableKt +instanceKlass kotlin/io/LinesSequence$iterator$1 +instanceKlass kotlin/sequences/ConstrainedOnceSequence +instanceKlass kotlin/sequences/SequencesKt__SequenceBuilderKt +instanceKlass kotlin/io/LinesSequence +instanceKlass kotlin/sequences/Sequence +instanceKlass kotlin/io/TextStreamsKt +instanceKlass @bci kotlin/io/FilesKt__FileReadWriteKt readLines (Ljava/io/File;Ljava/nio/charset/Charset;)Ljava/util/List; 23 member ; # kotlin/io/FilesKt__FileReadWriteKt$$Lambda+0x000001d682112e00 +instanceKlass kotlin/Unit +instanceKlass kotlin/text/Charsets +instanceKlass kotlin/io/FilesKt__FilePathComponentsKt +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Mutable +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$EmptyErrorEntry +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$FileResult +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 203 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210fb58 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 195 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210f918 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 142 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210f6d8 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 134 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210f498 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 81 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210f258 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 73 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210f018 +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Type +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 20 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210ebd0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/FileType ()V 12 member ; # me/fzzyhmstrs/fzzy_config/api/FileType$$Lambda+0x000001d68210e990 +instanceKlass net/peanuuutz/tomlkt/TomlElement +instanceKlass kotlin/Pair +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/PlatformUtils +instanceKlass @bci me/pajic/misctweaks/config/ModConfig ()V 352 argL0 ; # me/pajic/misctweaks/config/ModConfig$$Lambda+0x000001d68210e338 +instanceKlass @bci me/pajic/misctweaks/config/ModConfig ()V 330 argL0 ; # me/pajic/misctweaks/config/ModConfig$$Lambda+0x000001d68210e120 +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider$Companion$NUMBER_STEP$1 +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider$Companion$WIDGET_WIDTH$1 +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider$Companion$WIDGET_TITLE$1 +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider$Type +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Provider +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion createEntryLogger (Lorg/slf4j/Logger;Lorg/slf4j/event/Level;)Ljava/util/function/BiConsumer; 75 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion$$Lambda+0x000001d68210c8d0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion createEntryLogger (Lorg/slf4j/Logger;Lorg/slf4j/event/Level;)Ljava/util/function/BiConsumer; 57 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion$$Lambda+0x000001d68210c6a0 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion createLogger (Lorg/slf4j/Logger;Lorg/slf4j/event/Level;Z)Ljava/util/function/Consumer; 23 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion$$Lambda+0x000001d68210c470 +instanceKlass @cpi me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion 119 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682110400 +instanceKlass @cpi com/simibubi/create/foundation/data/BlockStateGen 939 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d682110000 +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Entry +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion createEntryLogger (Lorg/slf4j/Logger;Lorg/slf4j/event/Level;)Ljava/util/function/BiConsumer; 66 member ; # me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion$$Lambda+0x000001d68210c048 +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion$WhenMappings +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/DevLogger +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/RegistrySupplier +instanceKlass me/fzzyhmstrs/fzzy_config/util/platform/impl/PlatformApiImpl +instanceKlass me/fzzyhmstrs/fzzy_config/util/PlatformApi +instanceKlass me/fzzyhmstrs/fzzy_config/FC +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$NonErrorEntry +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$ErrorEntry +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult$Companion +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedList (Ljava/util/List;Lme/fzzyhmstrs/fzzy_config/entry/Entry;)V 14 argL0 ; # me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedList$$Lambda+0x000001d68210a6a0 +instanceKlass me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedList$Companion +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$Companion ofRegistry (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/core/Registry;)Lme/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier; 30 member ; # me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$Companion$$Lambda+0x000001d682108780 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$Companion ofRegistry (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/core/Registry;)Lme/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier; 24 member ; # me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$Companion$$Lambda+0x000001d682107bc0 +instanceKlass me/pajic/misctweaks/ai/AnimalConfig +instanceKlass kotlin/collections/EmptyIterator +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedSet (Ljava/util/Set;Lme/fzzyhmstrs/fzzy_config/entry/Entry;)V 14 argL0 ; # me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedSet$$Lambda+0x000001d682106fe8 +instanceKlass kotlin/collections/EmptySet +instanceKlass kotlin/collections/SetsKt__SetsJVMKt +instanceKlass me/fzzyhmstrs/fzzy_config/validation/collection/ValidatedSet$Companion +instanceKlass me/pajic/misctweaks/sapling/TreeBiomePredicate +instanceKlass me/fzzyhmstrs/fzzy_config/validation/number/ValidatedNumber$Companion +instanceKlass kotlin/ranges/RangesKt__RangesKt +instanceKlass kotlin/collections/MapsKt__MapWithDefaultKt +instanceKlass @bci me/fzzyhmstrs/fzzy_config/util/AllowableIdentifiers (Ljava/util/function/Predicate;Ljava/util/function/Supplier;Z)V 33 member ; # me/fzzyhmstrs/fzzy_config/util/AllowableIdentifiers$$Lambda+0x000001d682102f78 +instanceKlass kotlin/collections/EmptyList +instanceKlass me/fzzyhmstrs/fzzy_config/util/function/ConstSupplier +instanceKlass me/fzzyhmstrs/fzzy_config/util/function/ConstPredicate +instanceKlass me/fzzyhmstrs/fzzy_config/util/function/FunctionSupplier +instanceKlass me/fzzyhmstrs/fzzy_config/util/AllowableIdentifiers$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/util/AllowableIdentifiers +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntrySuggester +instanceKlass me/fzzyhmstrs/fzzy_config/Fzzy_configKt +instanceKlass @bci me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier ()V 63 argL0 ; # me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$$Lambda+0x000001d682101e58 +instanceKlass me/fzzyhmstrs/fzzy_config/util/ValidationResult +instanceKlass me/fzzyhmstrs/fzzy_config/validation/minecraft/ValidatedIdentifier$Companion +instanceKlass me/fzzyhmstrs/fzzy_config/util/EnumTranslatable +instanceKlass me/pajic/misctweaks/sapling/TreeFeatureEntry +instanceKlass me/fzzyhmstrs/fzzy_config/validation/ValidatedField$Companion +instanceKlass net/minecraft/network/chat/contents/PlainTextContents$1 +instanceKlass @bci net/minecraft/network/chat/contents/PlainTextContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/network/chat/contents/PlainTextContents$$Lambda+0x000001d682100238 +instanceKlass @bci net/minecraft/network/chat/contents/PlainTextContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/network/chat/contents/PlainTextContents$$Lambda+0x000001d682100000 +instanceKlass @bci net/minecraft/network/chat/contents/PlainTextContents ()V 0 argL0 ; # net/minecraft/network/chat/contents/PlainTextContents$$Lambda+0x000001d6820efd80 +instanceKlass net/minecraft/network/chat/contents/PlainTextContents +instanceKlass me/fzzyhmstrs/fzzy_config/util/FcText +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Result +instanceKlass me/fzzyhmstrs/fzzy_config/util/Searcher$SearchContent +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable$Utils +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$WhenMappings +instanceKlass @bci me/fzzyhmstrs/fzzy_config/api/ConfigApi registerAndLoadConfig (Ljava/util/function/Supplier;Lme/fzzyhmstrs/fzzy_config/api/RegisterType;)Lme/fzzyhmstrs/fzzy_config/config/Config; 16 member ; # me/fzzyhmstrs/fzzy_config/api/ConfigApi$$Lambda+0x000001d6820eeca0 +instanceKlass me/fzzyhmstrs/fzzy_config/config/ConfigSection +instanceKlass kotlin/SafePublicationLazyImpl$Companion +instanceKlass kotlin/SafePublicationLazyImpl +instanceKlass kotlin/LazyKt__LazyJVMKt$WhenMappings +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$$Lambda$0 +instanceKlass kotlin/_Assertions +instanceKlass kotlin/reflect/jvm/internal/impl/name/ClassId$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/name/ClassId +instanceKlass kotlin/collections/ArraysUtilJVM +instanceKlass kotlin/collections/ArraysKt__ArraysJVMKt +instanceKlass kotlin/collections/CollectionsKt__CollectionsJVMKt +instanceKlass java/lang/Override +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/JvmClassName +instanceKlass kotlin/reflect/jvm/internal/impl/name/Name +instanceKlass kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe +instanceKlass kotlin/reflect/jvm/internal/impl/name/FqName$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/JvmAnnotationNames +instanceKlass kotlin/reflect/jvm/internal/impl/name/FqName +instanceKlass kotlin/reflect/jvm/internal/impl/SpecialJvmAnnotations +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$Companion +instanceKlass kotlin/text/Regex$Companion +instanceKlass kotlin/text/Regex +instanceKlass kotlin/jvm/internal/DefaultConstructorMarker +instanceKlass kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Companion +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeConstructorMarker +instanceKlass kotlin/reflect/jvm/internal/KTypeParameterOwnerImpl +instanceKlass kotlin/reflect/jvm/internal/CachesKt$$Lambda$4 +instanceKlass kotlin/reflect/jvm/internal/CachesKt$$Lambda$3 +instanceKlass kotlin/reflect/jvm/internal/CachesKt$$Lambda$2 +instanceKlass kotlin/reflect/jvm/internal/CachesKt$$Lambda$1 +instanceKlass kotlin/reflect/jvm/internal/CacheByClass +instanceKlass kotlin/Result$Failure +instanceKlass kotlin/Result$Companion +instanceKlass kotlin/Result +instanceKlass kotlin/reflect/jvm/internal/CacheByClassKt +instanceKlass kotlin/reflect/jvm/internal/CachesKt$$Lambda$0 +instanceKlass kotlin/reflect/jvm/internal/CachesKt +instanceKlass kotlin/reflect/jvm/internal/KDeclarationContainerImpl +instanceKlass kotlin/jvm/internal/ClassBasedDeclarationContainer +instanceKlass kotlin/jvm/internal/CallableReference +instanceKlass kotlin/jvm/internal/FunctionBase +instanceKlass kotlin/reflect/KMutableProperty2 +instanceKlass kotlin/reflect/KProperty2 +instanceKlass kotlin/jvm/functions/Function2 +instanceKlass kotlin/reflect/KMutableProperty0 +instanceKlass kotlin/reflect/KProperty0 +instanceKlass kotlin/reflect/KClass +instanceKlass kotlin/reflect/KDeclarationContainer +instanceKlass kotlin/reflect/KTypeParameter +instanceKlass kotlin/reflect/KMutableProperty1 +instanceKlass kotlin/reflect/KMutableProperty +instanceKlass kotlin/reflect/KProperty1 +instanceKlass kotlin/jvm/functions/Function1 +instanceKlass kotlin/reflect/KProperty +instanceKlass kotlin/reflect/KType +instanceKlass kotlin/reflect/KFunction +instanceKlass kotlin/reflect/KCallable +instanceKlass kotlin/reflect/KAnnotatedElement +instanceKlass kotlin/jvm/internal/ReflectionFactory +instanceKlass kotlin/reflect/KClassifier +instanceKlass kotlin/jvm/internal/Reflection +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl ()V 32 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6820ee628 +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl ()V 21 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6820ee410 +instanceKlass blue/endless/jankson/Jankson +instanceKlass kotlin/UNINITIALIZED_VALUE +instanceKlass kotlin/SynchronizedLazyImpl +instanceKlass kotlin/Lazy +instanceKlass kotlin/LazyKt__LazyJVMKt +instanceKlass @bci me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl ()V 10 argL0 ; # me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$$Lambda+0x000001d6820ee1f8 +instanceKlass kotlin/jvm/functions/Function0 +instanceKlass kotlin/Function +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl +instanceKlass me/fzzyhmstrs/fzzy_config/api/ConfigApi +instanceKlass kotlin/collections/AbstractList$Companion +instanceKlass kotlin/collections/AbstractCollection +instanceKlass kotlin/enums/EnumEntries +instanceKlass kotlin/jvm/internal/markers/KMappedMarker +instanceKlass kotlin/enums/EnumEntriesKt +instanceKlass kotlin/jvm/internal/Intrinsics +instanceKlass me/fzzyhmstrs/fzzy_config/api/ConfigApiJava +instanceKlass @bci me/pajic/misctweaks/MiscTweaks ()V 16 argL0 ; # me/pajic/misctweaks/MiscTweaks$$Lambda+0x000001d6820ed358 +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryDelegate +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntrySearcher +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryOpener +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryParent +instanceKlass me/fzzyhmstrs/fzzy_config/validation/ValidatedField +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryCreator +instanceKlass me/fzzyhmstrs/fzzy_config/util/TranslatableEntry +instanceKlass me/fzzyhmstrs/fzzy_config/updates/Updatable +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryKeyed +instanceKlass me/fzzyhmstrs/fzzy_config/entry/Entry +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryFlag +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryWidget +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryHandler +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryCorrector +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryValidator +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryDeserializer +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntrySerializer +instanceKlass me/fzzyhmstrs/fzzy_config/config/Config +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryAnchor +instanceKlass me/fzzyhmstrs/fzzy_config/util/Translatable +instanceKlass me/fzzyhmstrs/fzzy_config/util/Walkable +instanceKlass me/pajic/misctweaks/platform/Platform +instanceKlass me/pajic/misctweaks/MiscTweaks +instanceKlass net/minecraft/world/item/armortrim/TrimPatterns +instanceKlass @bci net/minecraft/world/item/HoneycombItem ()V 11 argL0 ; # net/minecraft/world/item/HoneycombItem$$Lambda+0x000001d6820e8dc0 +instanceKlass @bci net/minecraft/world/item/HoneycombItem ()V 0 argL0 ; # net/minecraft/world/item/HoneycombItem$$Lambda+0x000001d6820e8b90 +instanceKlass @bci net/minecraft/world/item/Items ()V 22720 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e8940 +instanceKlass @bci net/minecraft/world/item/Items ()V 22706 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e86f0 +instanceKlass @bci net/minecraft/world/item/Items ()V 22556 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e84a0 +instanceKlass @bci net/minecraft/world/item/Items ()V 22542 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e8250 +instanceKlass @bci net/minecraft/world/item/Items ()V 22528 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e8000 +instanceKlass net/minecraft/tags/InstrumentTags +instanceKlass net/minecraft/tags/BannerPatternTags +instanceKlass net/minecraft/world/item/JukeboxSongs +instanceKlass @bci net/mehvahdjukaar/supplementaries/common/items/ShulkerShellItem ()V 62 argL0 ; # net/mehvahdjukaar/supplementaries/common/items/ShulkerShellItem$$Lambda+0x000001d6820e77d0 +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/DynamicResourcesProvider +instanceKlass net/mehvahdjukaar/moonlight/api/resources/pack/SimplePackProvider +instanceKlass net/mehvahdjukaar/supplementaries/Supplementaries +instanceKlass @bci net/minecraft/world/item/Items ()V 21093 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e6578 +instanceKlass @bci net/minecraft/world/item/AnimalArmorItem$BodyType lambda$static$1 (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/resources/ResourceLocation; 1 argL0 ; # net/minecraft/world/item/AnimalArmorItem$BodyType$$Lambda+0x000001d6820e6328 +instanceKlass @bci net/minecraft/world/item/Items ()V 15894 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e1c30 +instanceKlass net/mehvahdjukaar/moonlight/api/MoonlightTags +instanceKlass @bci net/minecraft/world/item/Items ()V 15261 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d6820e17e0 +instanceKlass @bci com/li64/tide/data/rods/BaitContents ()V 52 argL0 ; # com/li64/tide/data/rods/BaitContents$$Lambda+0x000001d6820e15a8 +instanceKlass @bci com/li64/tide/data/rods/BaitContents ()V 47 argL0 ; # com/li64/tide/data/rods/BaitContents$$Lambda+0x000001d6820e1370 +instanceKlass @bci com/li64/tide/data/rods/BaitContents ()V 23 argL0 ; # com/li64/tide/data/rods/BaitContents$$Lambda+0x000001d6820e1138 +instanceKlass @bci com/li64/tide/data/rods/BaitContents ()V 18 argL0 ; # com/li64/tide/data/rods/BaitContents$$Lambda+0x000001d6820e0f00 +instanceKlass com/li64/tide/data/rods/BaitContents +instanceKlass @bci com/li64/tide/loaders/neoforge/NeoforgeEntrypoint registerSomething (Lnet/minecraft/core/Registry;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; 14 member ; # com/li64/tide/loaders/neoforge/NeoforgeEntrypoint$$Lambda+0x000001d6820e0ab8 +instanceKlass net/neoforged/neoforge/network/handling/IPayloadHandler +instanceKlass net/neoforged/neoforge/network/registration/PayloadRegistrar +instanceKlass com/li64/tide/loaders/neoforge/NeoforgeEntrypoint +instanceKlass com/li64/tide/data/item/TideDataComponents +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$PrefixText +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$EnumHandler +instanceKlass me/shedaniel/clothconfig2/gui/entries/SelectionListEntry$Translatable +instanceKlass com/li64/tide/TideConfig$General$VoidHeightEntry +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$RequiresRestart +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$Tooltip +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$TransitiveObject +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Category +instanceKlass com/li64/tide/TideConfig$Minigame +instanceKlass com/li64/tide/TideConfig$Journal +instanceKlass com/li64/tide/TideConfig$Items +instanceKlass com/li64/tide/TideConfig$General +instanceKlass me/shedaniel/autoconfig/util/neoforge/UtilsImpl +instanceKlass me/shedaniel/autoconfig/util/Utils +instanceKlass me/shedaniel/autoconfig/ConfigManager +instanceKlass me/shedaniel/autoconfig/gui/registry/api/GuiRegistryAccess +instanceKlass me/shedaniel/autoconfig/gui/registry/api/GuiTransformer +instanceKlass me/shedaniel/autoconfig/ConfigHolder +instanceKlass me/shedaniel/autoconfig/AutoConfig +instanceKlass @bci com/li64/tide/Tide setupConfig ()V 2 argL0 ; # com/li64/tide/Tide$$Lambda+0x000001d6820d8cb0 +instanceKlass me/shedaniel/autoconfig/serializer/GsonConfigSerializer +instanceKlass me/shedaniel/autoconfig/serializer/ConfigSerializer +instanceKlass me/shedaniel/autoconfig/annotation/Config +instanceKlass me/shedaniel/autoconfig/serializer/ConfigSerializer$Factory +instanceKlass com/li64/tide/TideConfig +instanceKlass me/shedaniel/autoconfig/ConfigData +instanceKlass @bci net/minecraft/world/entity/animal/TropicalFish$Variant ()V 8 argL0 ; # net/minecraft/world/entity/animal/TropicalFish$Variant$$Lambda+0x000001d6820d3c00 +instanceKlass @bci net/minecraft/world/entity/animal/TropicalFish$Variant ()V 3 argL0 ; # net/minecraft/world/entity/animal/TropicalFish$Variant$$Lambda+0x000001d6820d7ba8 +instanceKlass @bci net/minecraft/world/item/HoeItem changeIntoStateAndDropItem (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/ItemLike;)Ljava/util/function/Consumer; 2 member ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d7770 +instanceKlass @bci net/minecraft/world/item/HoeItem ()V 83 argL0 ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d7528 +instanceKlass @bci net/minecraft/world/item/HoeItem ()V 63 argL0 ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d72e0 +instanceKlass @bci net/minecraft/world/item/HoeItem ()V 43 argL0 ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d7098 +instanceKlass @bci net/minecraft/world/item/HoeItem ()V 23 argL0 ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d6e50 +instanceKlass dev/emi/emi/network/EmiPacket +instanceKlass dev/emi/emi/platform/EmiClient +instanceKlass @bci net/minecraft/world/item/HoeItem changeIntoState (Lnet/minecraft/world/level/block/state/BlockState;)Ljava/util/function/Consumer; 1 member ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d6828 +instanceKlass @bci net/minecraft/world/item/HoeItem ()V 3 argL0 ; # net/minecraft/world/item/HoeItem$$Lambda+0x000001d6820d65e0 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule forBlocks (Ljava/util/List;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/world/item/component/Tool$Rule; 10 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d6820d63a8 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 161 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5db0 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 131 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5b98 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 103 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5980 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 73 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5768 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 44 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5550 +instanceKlass @bci net/minecraft/world/item/Tiers (Ljava/lang/String;ILnet/minecraft/tags/TagKey;IFFILjava/util/function/Supplier;)V 43 member ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5318 +instanceKlass @bci net/minecraft/world/item/Tiers ()V 16 argL0 ; # net/minecraft/world/item/Tiers$$Lambda+0x000001d6820d5100 +instanceKlass net/minecraft/tags/BlockTags +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier hashCode ()I 1 argL2 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6820d3800 +instanceKlass net/minecraft/world/item/component/ItemAttributeModifiers$Builder +instanceKlass net/fabric_extras/ranged_weapon/internal/AttributeUtils +instanceKlass net/fabric_extras/ranged_weapon/internal/ScalingUtil +instanceKlass @bci net/minecraft/world/item/ProjectileWeaponItem ()V 11 argL0 ; # net/minecraft/world/item/ProjectileWeaponItem$$Lambda+0x000001d6820d4000 +instanceKlass @bci net/minecraft/world/item/ProjectileWeaponItem ()V 0 argL0 ; # net/minecraft/world/item/ProjectileWeaponItem$$Lambda+0x000001d6820cbc70 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes$BogeySize hashCode ()I 1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6820d3400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6820d3000 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes$BogeySize hashCode ()I 1 argL1 form names 5 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6820d2c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d2800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d2400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6820d2000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d1c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d1800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d1400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d0400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820d0000 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect (Lnet/minecraft/world/effect/MobEffectInstance;F)V 2 member ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d6820cba50 +instanceKlass @bci net/neoforged/neoforge/common/EffectCure get (Ljava/lang/String;)Lnet/neoforged/neoforge/common/EffectCure; 4 argL0 ; # net/neoforged/neoforge/common/EffectCure$$Lambda+0x000001d6820cb818 +instanceKlass @bci net/neoforged/neoforge/common/EffectCure ()V 39 argL0 ; # net/neoforged/neoforge/common/EffectCure$$Lambda+0x000001d6820cb5e0 +instanceKlass @bci net/neoforged/neoforge/common/EffectCure ()V 34 argL0 ; # net/neoforged/neoforge/common/EffectCure$$Lambda+0x000001d6820cb3a8 +instanceKlass @bci net/neoforged/neoforge/common/EffectCure ()V 18 argL0 ; # net/neoforged/neoforge/common/EffectCure$$Lambda+0x000001d6820cb170 +instanceKlass @bci net/neoforged/neoforge/common/EffectCure ()V 13 argL0 ; # net/neoforged/neoforge/common/EffectCure$$Lambda+0x000001d6820caf38 +instanceKlass net/neoforged/neoforge/common/EffectCure +instanceKlass net/neoforged/neoforge/common/EffectCures +instanceKlass net/minecraft/world/effect/MobEffectInstance$BlendState +instanceKlass mod/azure/azurelibarmor/common/animation/cache/AzIdentityRegistry +instanceKlass net/minecraft/core/component/DataComponentPatch$Builder +instanceKlass it/unimi/dsi/fastutil/objects/ObjectIterators$EmptyIterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectIterators +instanceKlass it/unimi/dsi/fastutil/objects/ObjectCollections$UnmodifiableCollection +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSets +instanceKlass io/wispforest/owo/ext/DerivedComponentMap +instanceKlass net/minecraft/world/food/FoodConstants +instanceKlass net/minecraft/world/food/FoodProperties$Builder +instanceKlass dev/architectury/extensions/injected/InjectedFoodPropertiesBuilderExtension +instanceKlass net/minecraft/world/food/Foods +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceObjectPair +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapIterator +instanceKlass @bci net/minecraft/world/item/AnimalArmorItem$BodyType ()V 28 argL0 ; # net/minecraft/world/item/AnimalArmorItem$BodyType$$Lambda+0x000001d6820c9148 +instanceKlass @bci net/minecraft/world/item/AnimalArmorItem$BodyType ()V 7 argL0 ; # net/minecraft/world/item/AnimalArmorItem$BodyType$$Lambda+0x000001d6820c8f10 +instanceKlass @bci net/minecraft/world/item/ArmorItem (Lnet/minecraft/core/Holder;Lnet/minecraft/world/item/ArmorItem$Type;Lnet/minecraft/world/item/Item$Properties;)V 25 member ; # net/minecraft/world/item/ArmorItem$$Lambda+0x000001d6820c8a98 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 354 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c8880 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 336 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c8658 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 313 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c8440 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 291 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c8218 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 268 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c8000 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 250 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c7400 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 227 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c7c40 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 209 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c7a18 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 186 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c7800 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 168 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c3db8 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 145 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c3ba0 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 127 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c3978 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 104 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c3760 +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 86 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c3538 +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6820c7000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c6c00 +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6820c6800 +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6820c6400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c6000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c5c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c5800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c5400 +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6820c5000 +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6820c4c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c4800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6820c4000 +instanceKlass @bci net/minecraft/world/item/ArmorMaterial$Layer resolveTexture (Z)Lnet/minecraft/resources/ResourceLocation; 6 member ; # net/minecraft/world/item/ArmorMaterial$Layer$$Lambda+0x000001d6820c32e0 +instanceKlass net/minecraft/world/item/ArmorMaterial$Layer +instanceKlass net/spell_engine/mixin/item/ArmorMaterialLayerAccessor +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 29 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c2cb0 +instanceKlass net/minecraft/world/item/crafting/Ingredient +instanceKlass dev/latvian/mods/kubejs/core/IngredientKJS +instanceKlass dev/latvian/mods/kubejs/item/ItemPredicate +instanceKlass com/evandev/reliable_recipes/mixin/accessor/IngredientAccessor +instanceKlass net/fabricmc/fabric/api/recipe/v1/ingredient/FabricIngredient +instanceKlass org/embeddedt/modernfix/neoforge/recipe/ExtendedIngredient +instanceKlass @bci net/minecraft/world/item/ArmorMaterials ()V 11 argL0 ; # net/minecraft/world/item/ArmorMaterials$$Lambda+0x000001d6820c1ae8 +instanceKlass @bci net/minecraft/world/item/ArmorItem$Type ()V 106 argL0 ; # net/minecraft/world/item/ArmorItem$Type$$Lambda+0x000001d6820c18d0 +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type ()V 276 argL0 ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d6820c14c8 +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type ()V 265 argL0 ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d6820c12b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1868 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0ea8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1851 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0c90 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1834 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0a78 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1820 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0860 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1806 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0648 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1792 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0430 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1778 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0218 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1764 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820c0000 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1750 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bfd98 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1736 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bfb80 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1722 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bf968 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1708 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bf750 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1694 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bf538 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1680 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bf320 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1666 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bf108 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1652 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820beef0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1638 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820becd8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1624 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820beac0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1610 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820be8a8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1596 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820be690 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1582 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820be478 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1568 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820be260 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1554 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820be048 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1540 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bde30 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1526 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bdc18 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1512 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bda00 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1498 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bd7e8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1484 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bd5d0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1470 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bd3b8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1456 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bd1a0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1442 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bcf88 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1428 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bcd70 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1414 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bcb58 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1400 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bc940 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1386 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bc728 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1372 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bc510 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1358 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bc2f8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1344 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bc0e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1330 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bbec8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1316 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bbcb0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1302 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820bba98 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1288 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820ba9e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1274 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820ba7c8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1260 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820ba5b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1246 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820ba398 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1232 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820ba180 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1218 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b9f68 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1204 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b9d50 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1190 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b9b38 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1176 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b9920 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1162 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b9708 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1148 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b94f0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1134 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b92d8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1120 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b90c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1106 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8ea8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1092 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8c90 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1078 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8a78 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1064 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8860 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1050 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8648 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1036 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8430 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1022 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8218 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 1008 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b8000 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 994 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7da0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 980 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7b88 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 966 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7970 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 952 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7758 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 938 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7540 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 924 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7328 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 910 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b7110 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 896 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6ef8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 882 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6ce0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 868 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6ac8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 854 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b68b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 840 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6698 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 826 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6480 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 809 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6268 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 792 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b6050 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 778 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b5e38 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 764 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b5c20 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 747 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b5a08 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 730 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b57f0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 716 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b55d8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 702 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b53c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 685 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b51a8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 668 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4f90 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 654 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4d78 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 640 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4b60 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 623 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4948 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 609 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4730 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 592 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4518 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 578 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b4300 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 564 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b40e8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 547 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3ed0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 533 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3cb8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 519 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3aa0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 505 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3888 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 491 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3670 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 477 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3458 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 463 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3240 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 449 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b3028 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 435 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b2e10 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 421 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b2bf8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 407 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b29e0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 393 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b27c8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 379 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b25b0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 365 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b2398 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 351 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b2180 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 337 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b1f68 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 323 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b1d50 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 309 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b1b38 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 295 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b1920 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 281 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b1708 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 267 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b14f0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 253 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b12d8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 239 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b10c0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 225 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0ea8 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 211 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0c90 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 197 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0a78 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 183 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0860 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 169 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0648 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 155 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0430 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 141 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0218 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 127 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820b0000 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 113 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820afd88 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 99 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820afb70 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 85 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820af958 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 71 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820af740 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 57 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820af528 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 43 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820af310 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks registerBlockItem (Lnet/neoforged/neoforge/registries/DeferredBlock;)Ljava/util/function/Supplier; 1 member ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820af0f0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2938 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820aeed8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2921 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820aecc0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2904 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820aeaa8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2887 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ae890 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2870 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ae678 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2853 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ae460 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2836 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ae248 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2819 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ae030 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2802 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ade18 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2785 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820adc00 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2768 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ad9e8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2751 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ad7d0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2734 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ad5b8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2717 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ad3a0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2700 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ad188 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2683 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820acf70 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2666 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820acd58 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2649 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820acb40 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2632 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ac928 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2615 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ac710 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2598 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820ac4f8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2581 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7da0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2564 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7b88 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2547 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7970 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2530 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7758 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2513 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7540 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2496 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7328 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2479 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a7110 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2462 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6ef8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2445 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6ce0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2428 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6ac8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2411 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a68b0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2394 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6698 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2377 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6480 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2360 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6268 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2343 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a6050 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2326 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a5e38 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2309 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a5c20 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2292 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a5a08 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2275 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a57f0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2258 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a55d8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2241 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a53c0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2224 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a51a8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2207 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4f90 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2190 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4d78 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2173 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4b60 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2156 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4948 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2139 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4730 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2122 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4518 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2105 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a4300 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2088 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a40e8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2071 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3ed0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2054 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3cb8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2037 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3aa0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2020 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3888 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 2003 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3670 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1986 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3458 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1969 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3240 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1952 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a3028 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1935 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a2e10 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1918 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a2bf8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1901 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a29e0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1884 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a27c8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1867 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a25b0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1850 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a2398 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1833 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a2180 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1816 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a1f68 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1799 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a1d50 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1782 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a1b38 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1765 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a1920 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1748 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a1708 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1731 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a14f0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1714 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a12d8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1697 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a10c0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1680 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0ea8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1663 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0c90 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1646 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0a78 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1629 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0860 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1612 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0648 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1595 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0430 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1578 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0218 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1561 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820a0000 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1544 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209fdc0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1527 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209fba8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1510 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209f990 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1493 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209f778 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1476 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209f560 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1459 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209f348 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1442 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209f130 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1425 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209ef18 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1408 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209ed00 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1391 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209eae8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1374 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209e8d0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1357 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209e6b8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1340 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209e4a0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1323 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209d5f8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1306 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209d3e0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1289 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209c518 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1272 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209b670 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1255 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209b458 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1238 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209b240 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1221 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209b028 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1204 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209ae10 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1187 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209abf8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1170 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209a9e0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1153 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209a7c8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1136 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209a5b0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1119 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209a398 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1102 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68209a180 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1085 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682099f68 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1068 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682099d50 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1051 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682099b38 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1034 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682099920 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1017 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682099708 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 1000 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820994f0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 983 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820992d8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 966 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820990c0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 949 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098ea8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 932 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098c90 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 915 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098a78 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 898 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098860 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 881 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098648 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 864 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098430 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 847 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098218 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 830 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682098000 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 813 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68201c400 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 796 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682097018 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 779 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682096e00 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 762 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682096be8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 745 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820969d0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 728 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208fc18 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 711 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208fa00 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 694 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208f7e8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 677 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208f5d0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 660 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208f3b8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 643 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208f1a0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 626 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208e2f0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 609 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208d440 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 592 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208c590 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 575 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208b6e0 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 558 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68208a830 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 541 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682089980 +instanceKlass com/aetherteam/aether/item/combat/abilities/weapon/GravititeWeapon +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 524 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682087a88 +instanceKlass com/aetherteam/aether/item/combat/abilities/weapon/ZaniteWeapon +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 507 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682087678 +instanceKlass com/aetherteam/aether/item/combat/abilities/weapon/HolystoneWeapon +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 490 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d6820865b0 +instanceKlass com/aetherteam/aether/item/combat/abilities/weapon/SkyrootWeapon +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 473 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682085508 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 456 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682084630 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 439 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682083758 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 422 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682082878 +instanceKlass com/aetherteam/aether/item/tools/abilities/ValkyrieTool +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 405 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68201cc30 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 388 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68201ca18 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 371 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68201c800 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 354 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68207f050 +instanceKlass com/aetherteam/aether/item/tools/abilities/GravititeTool +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 337 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077da8 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 320 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077b90 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 303 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077978 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 286 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077760 +instanceKlass com/aetherteam/aether/item/tools/abilities/ZaniteTool +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 269 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077350 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 252 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682077138 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 235 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682076240 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 218 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682075340 +instanceKlass com/aetherteam/aether/item/tools/abilities/HolystoneTool +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 201 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682074250 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 184 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d682073358 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 167 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68204fcd0 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Items register (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredItem; 3 member ; # net/neoforged/neoforge/registries/DeferredRegister$Items$$Lambda+0x000001d68204fa90 +instanceKlass @bci com/aetherteam/aether/item/AetherItems ()V 150 argL0 ; # com/aetherteam/aether/item/AetherItems$$Lambda+0x000001d68204f878 +instanceKlass com/aetherteam/aether/item/tools/abilities/SkyrootTool +instanceKlass io/wispforest/accessories/api/events/extra/PiglinNeutralInducer +instanceKlass com/aetherteam/aether/item/accessories/abilities/FreezingAccessory +instanceKlass com/aetherteam/aether/block/FreezingBehavior +instanceKlass com/aetherteam/aether/item/accessories/abilities/ZaniteAccessory +instanceKlass com/aetherteam/aether/item/miscellaneous/ConsumableItem +instanceKlass com/aetherteam/aether/item/materials/behavior/ItemUseConversion +instanceKlass io/wispforest/accessories/api/events/extra/AllowWalkingOnSnow +instanceKlass com/aetherteam/aether/item/accessories/abilities/SlowFallAccessory +instanceKlass com/aetherteam/aether/item/accessories/SlotIdentifierHolder +instanceKlass io/wispforest/accessories/api/Accessory +instanceKlass com/aetherteam/aether/item/AetherItems +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks register (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 2 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d6820478d0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 29 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d68202fd20 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister$Blocks register (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredBlock; 3 member ; # net/neoforged/neoforge/registries/DeferredRegister$Blocks$$Lambda+0x000001d68203fdb0 +instanceKlass @bci com/aetherteam/aether/block/AetherBlocks ()V 15 argL0 ; # com/aetherteam/aether/block/AetherBlocks$$Lambda+0x000001d682027dc0 +instanceKlass com/aetherteam/aether/block/MeltingBehavior +instanceKlass com/aetherteam/aether/block/construction/AerogelCulling +instanceKlass com/aetherteam/aether/block/FrictionCapped +instanceKlass com/aetherteam/aether/block/Floatable +instanceKlass com/aetherteam/aether/block/AetherBlocks +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;Ljava/lang/String;Z)V 46 argL0 ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d68201fb10 +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;Ljava/lang/String;Z)V 37 argL0 ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d68201f8f8 +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;Ljava/lang/String;Z)V 28 argL0 ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d68201f6e0 +instanceKlass @bci net/minecraft/world/entity/vehicle/Boat$Type (Ljava/lang/String;ILnet/minecraft/world/level/block/Block;Ljava/lang/String;Z)V 19 member ; # net/minecraft/world/entity/vehicle/Boat$Type$$Lambda+0x000001d68201f4c0 +instanceKlass @bci net/minecraft/world/item/BoatItem ()V 3 argL0 ; # net/minecraft/world/item/BoatItem$$Lambda+0x000001d68201eff8 +instanceKlass @bci java/util/function/Predicate and (Ljava/util/function/Predicate;)Ljava/util/function/Predicate; 7 member ; # java/util/function/Predicate$$Lambda+0x000001d6819846d8 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 51 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201edb0 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 40 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201eb68 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 32 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201e920 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 24 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201e6d8 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 16 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201e490 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 8 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201e248 +instanceKlass @bci net/minecraft/world/entity/EntitySelector ()V 0 argL0 ; # net/minecraft/world/entity/EntitySelector$$Lambda+0x000001d68201e000 +instanceKlass net/minecraft/world/entity/EntitySelector +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68201c000 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5951 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d68201b9a0 +instanceKlass @bci net/minecraft/world/entity/HumanoidArm ()V 53 argL0 ; # net/minecraft/world/entity/HumanoidArm$$Lambda+0x000001d682019330 +instanceKlass @bci net/minecraft/world/entity/HumanoidArm ()V 42 argL0 ; # net/minecraft/world/entity/HumanoidArm$$Lambda+0x000001d682019118 +instanceKlass net/minecraft/util/OptionEnum +instanceKlass @bci net/minecraft/util/ClassTreeIdRegistry ()V 12 argL0 ; # net/minecraft/util/ClassTreeIdRegistry$$Lambda+0x000001d682018460 +instanceKlass net/minecraft/util/ClassTreeIdRegistry +instanceKlass net/minecraft/network/syncher/SynchedEntityData +instanceKlass @bci net/minecraft/world/entity/animal/sniffer/Sniffer$State ()V 126 argL0 ; # net/minecraft/world/entity/animal/sniffer/Sniffer$State$$Lambda+0x000001d682017d18 +instanceKlass @bci net/minecraft/world/entity/animal/sniffer/Sniffer$State ()V 106 argL0 ; # net/minecraft/world/entity/animal/sniffer/Sniffer$State$$Lambda+0x000001d682017b00 +instanceKlass @bci net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState ()V 112 argL0 ; # net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState$$Lambda+0x000001d6820174b8 +instanceKlass @bci net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState ()V 92 argL0 ; # net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState$$Lambda+0x000001d6820172a0 +instanceKlass @bci net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState ()V 81 argL0 ; # net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState$$Lambda+0x000001d682017088 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant ()V 35 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015f18 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant ()V 30 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015ce0 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant ()V 22 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015aa8 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant ()V 14 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015870 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015638 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682015400 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d6820151c8 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682014f90 +instanceKlass @bci net/minecraft/world/entity/decoration/PaintingVariant ()V 0 argL0 ; # net/minecraft/world/entity/decoration/PaintingVariant$$Lambda+0x000001d682014d58 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 46 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682014b10 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 41 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d6820148d8 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 30 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d6820146a0 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 22 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682014468 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 14 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682014230 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682013fe8 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682013db0 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682013b78 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682013940 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d682013708 +instanceKlass @bci net/minecraft/world/entity/animal/WolfVariant ()V 0 argL0 ; # net/minecraft/world/entity/animal/WolfVariant$$Lambda+0x000001d6820134d0 +instanceKlass net/minecraft/world/entity/animal/WolfVariant +instanceKlass @bci net/minecraft/world/entity/Pose ()V 302 argL0 ; # net/minecraft/world/entity/Pose$$Lambda+0x000001d6820130b0 +instanceKlass @bci net/minecraft/world/entity/Pose ()V 282 argL0 ; # net/minecraft/world/entity/Pose$$Lambda+0x000001d682012e98 +instanceKlass net/minecraft/network/syncher/EntityDataSerializers$4 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData ()V 73 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682012570 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData ()V 68 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682012338 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData ()V 60 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682012100 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData ()V 49 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682011ec8 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682011c90 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682011a58 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682011820 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682011608 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d6820111c8 +instanceKlass com/mojang/serialization/MapCodec$8 +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682010fb0 +instanceKlass net/minecraft/world/entity/npc/VillagerType +instanceKlass @bci net/minecraft/world/entity/npc/VillagerData ()V 32 argL0 ; # net/minecraft/world/entity/npc/VillagerData$$Lambda+0x000001d682010b70 +instanceKlass net/minecraft/world/entity/npc/VillagerData +instanceKlass net/minecraft/network/syncher/EntityDataSerializers$3 +instanceKlass @bci net/minecraft/network/syncher/EntityDataSerializers ()V 215 argL0 ; # net/minecraft/network/syncher/EntityDataSerializers$$Lambda+0x000001d6820104d8 +instanceKlass @bci net/minecraft/network/syncher/EntityDataSerializers ()V 196 argL0 ; # net/minecraft/network/syncher/EntityDataSerializers$$Lambda+0x000001d6820102c0 +instanceKlass @bci net/minecraft/network/syncher/EntityDataSerializers ()V 168 argL0 ; # net/minecraft/network/syncher/EntityDataSerializers$$Lambda+0x000001d68200fd88 +instanceKlass net/minecraft/core/Rotations$1 +instanceKlass net/minecraft/core/Rotations +instanceKlass net/minecraft/network/syncher/EntityDataSerializers$2 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs idMapper (Lnet/minecraft/core/IdMap;)Lnet/minecraft/network/codec/StreamCodec; 17 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d68200f670 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs idMapper (Lnet/minecraft/core/IdMap;)Lnet/minecraft/network/codec/StreamCodec; 6 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d68200f450 +instanceKlass net/minecraft/network/syncher/EntityDataSerializers$1 +instanceKlass @bci net/minecraft/network/syncher/EntityDataSerializer forValueType (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/syncher/EntityDataSerializer; 1 member ; # net/minecraft/network/syncher/EntityDataSerializer$$Lambda+0x000001d68200efa8 +instanceKlass net/minecraft/network/syncher/EntityDataSerializer$ForValueType +instanceKlass net/minecraft/util/CrudeIncrementalIntIdentityHashBiMap +instanceKlass net/minecraft/network/syncher/EntityDataSerializer +instanceKlass net/minecraft/network/syncher/EntityDataSerializers +instanceKlass net/minecraft/world/scores/ScoreHolder$1 +instanceKlass net/minecraft/commands/CommandSource$1 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder createNothing (Lnet/minecraft/world/entity/MobCategory;)Lnet/minecraft/world/entity/EntityType$Builder; 4 argL0 ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d68200be30 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5841 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d68200bc18 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5783 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d682007cb8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5732 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d682007aa0 +instanceKlass com/faboslav/friendsandfoes/common/entity/ZombieHorseEntityAccess +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5674 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d682007438 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5626 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe7c00 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5562 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe79e8 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorWolf +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5524 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe6c18 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5462 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe6a00 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5412 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe67e8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5360 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ff7d98 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5318 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ff78d0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5258 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ff76b8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5218 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe60d0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5168 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe52a8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5128 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fe5090 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorMerchantMenu +instanceKlass net/minecraft/world/item/trading/Merchant +instanceKlass net/minecraft/world/entity/npc/Npc +instanceKlass net/fabricmc/fabric/mixin/content/registry/VillagerEntityAccessor +instanceKlass net/minecraft/world/entity/ReputationEventHandler +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5067 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fdfdd0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 5009 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fdc0c0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4970 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fd6bf8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4926 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fd69e0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4862 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fd67c8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4816 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fd2680 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4768 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fd2468 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4734 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e29c60 +instanceKlass net/minecraft/world/entity/Display$IntInterpolator +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4694 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e29850 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4657 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e29638 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4598 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa7da0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4558 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa7b88 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4506 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa7970 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4462 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa7758 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4416 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fc7db8 +instanceKlass net/minecraft/world/level/BaseSpawner +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/BaseSpawnerAccessor +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4378 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fc7708 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4325 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fc74f0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4267 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa72a0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4229 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fbfca0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4183 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa7088 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4132 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa6e70 +instanceKlass net/mehvahdjukaar/supplementaries/common/block/IConvertableHorse +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4086 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa6808 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4034 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa65f0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 4000 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa5f00 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3958 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fb7cc0 +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/entities/ShulkerEntityInvoker +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3906 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681faf700 +instanceKlass net/mehvahdjukaar/polytone/mixins/accessor/SheepAccessor +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3867 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681faf288 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3809 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa5ce8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3775 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681fa5ad0 +instanceKlass net/minecraft/world/entity/ai/control/JumpControl +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3736 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f978a0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3698 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f97430 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681e28c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681e28800 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3651 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f97218 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3598 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f8f538 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3540 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f879d8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3482 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f877c0 +instanceKlass net/minecraft/world/entity/monster/CrossbowAttackMob +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3436 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f873b0 +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/ZombifiedPiglinAccessor +instanceKlass io/wispforest/accessories/pond/ItemBasedSteerable +instanceKlass net/minecraft/world/entity/ItemSteerable +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3378 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2b9e0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3326 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2b0a0 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/IFluteParrot +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3292 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2a4e0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3252 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f6fbf0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3206 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f67db8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3155 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f67ba0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3103 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f67988 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3057 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f67770 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 3028 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f67558 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2979 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f5f1b0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2941 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2fd40 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2877 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2fb28 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2838 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2f178 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2789 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2ef60 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2755 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2ed48 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2721 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2eb30 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2677 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2e918 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2643 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f2e700 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2598 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f37de8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2564 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f37330 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2534 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f47dc0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2484 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f47ba8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2426 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f47470 +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/entity/IPharaohData +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2375 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f3fb70 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2329 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f3f958 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2284 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f3f268 +instanceKlass net/minecraft/world/entity/monster/hoglin/HoglinBase +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2232 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f27b50 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2186 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f27938 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2146 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f27720 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2102 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f27058 +instanceKlass com/simibubi/create/foundation/mixin/accessor/ItemFrameAccessor +instanceKlass dev/latvian/mods/kubejs/core/ItemFrameEntityKJS +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 2056 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f1fa60 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1995 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f1f848 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1949 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f17af8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1891 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f178e0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1814 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f16ea8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1776 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ed7aa0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1737 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ed7888 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1700 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681f0fc78 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1661 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ed73b0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1623 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681eff870 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1585 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681eff658 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1535 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681eff440 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/goals/ISuppEvoker +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1483 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ed6d48 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1431 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ee7ce8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1393 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ee7120 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1344 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681edfd78 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1305 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681edfb60 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1253 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ed68d8 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1215 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ecf778 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1157 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ecf560 +instanceKlass net/minecraft/world/entity/npc/VillagerDataHolder +instanceKlass com/faboslav/variantsandventures/common/api/ZombieApi +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1123 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ebf868 +instanceKlass net/mehvahdjukaar/amendments/common/entity/IVisualTransformationProvider +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1072 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681ebf458 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorAbstractChestedHorse +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1037 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e8e6b0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 1003 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681eaf8d8 +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/IPartyCreeper +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 951 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681eaf270 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 905 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e97d20 +instanceKlass net/minecraft/world/level/BaseCommandBlock +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 866 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e974f0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 802 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e9f488 +instanceKlass com/teamabnormals/blueprint/core/api/EggLayer +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 756 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e9f078 +instanceKlass com/simibubi/create/foundation/mixin/accessor/MinecartFurnaceAccessor +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 716 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e87d68 +instanceKlass net/minecraft/world/entity/vehicle/ContainerEntity +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 676 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e87958 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 624 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e7d308 +instanceKlass net/caffeinemc/mods/lithium/common/ai/non_poi_block_search/LithiumMoveToBlockGoal +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 584 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e73c20 +instanceKlass net/minecraft/world/entity/SlotAccess +instanceKlass net/minecraft/world/entity/OwnableEntity +instanceKlass net/minecraft/world/entity/HasCustomInventoryScreen +instanceKlass net/minecraft/world/ContainerListener +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalFloatRefImpl +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalFloatRef +instanceKlass net/minecraft/world/entity/Saddleable +instanceKlass net/minecraft/world/entity/PlayerRideableJumping +instanceKlass net/minecraft/world/entity/PlayerRideable +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 542 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e6a1f0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 502 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e5fda0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 456 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e5fb88 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 416 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e57c68 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 382 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e4fd38 +instanceKlass net/minecraft/world/entity/Display$GenericInterpolator +instanceKlass net/minecraft/world/entity/Display$FloatInterpolator +instanceKlass dev/tr7zw/entityculling/mixin/DisplayAccessor +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 345 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e4f538 +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/LookAtPlayerGoalAccessor +instanceKlass com/faboslav/friendsandfoes/common/entity/BlazeEntityAccess +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 305 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e4e0a0 +instanceKlass com/faboslav/friendsandfoes/common/mixin/BeeEntityAccessor +instanceKlass tech/alexnijjar/golemoverhaul/common/entities/AdditionalBeeData +instanceKlass tech/alexnijjar/golemoverhaul/mixins/common/BeeAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/BeeAccessor +instanceKlass net/minecraft/world/entity/animal/FlyingAnimal +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 266 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2fb58 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 226 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2f940 +instanceKlass net/minecraft/world/entity/ai/control/LookControl +instanceKlass net/minecraft/world/entity/LerpingModel +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 182 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e37d58 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 142 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2e5c0 +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 102 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e2e3a8 +instanceKlass net/minecraft/world/entity/ai/control/BodyRotationControl +instanceKlass net/minecraft/world/entity/ai/goal/Goal +instanceKlass net/minecraft/world/entity/SpawnGroupData +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 59 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e27248 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder build (Ljava/lang/String;)Lnet/minecraft/world/entity/EntityType; 18 argL0 ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d681e26dd8 +instanceKlass @bci net/minecraft/world/entity/EntityAttachments$Builder attach (Lnet/minecraft/world/entity/EntityAttachment;Lnet/minecraft/world/phys/Vec3;)Lnet/minecraft/world/entity/EntityAttachments$Builder; 5 argL0 ; # net/minecraft/world/entity/EntityAttachments$Builder$$Lambda+0x000001d681e26ba0 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)V 95 argL0 ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d681e26988 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)V 86 argL0 ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d681e26770 +instanceKlass @bci net/minecraft/world/entity/EntityType$Builder (Lnet/minecraft/world/entity/EntityType$EntityFactory;Lnet/minecraft/world/entity/MobCategory;)V 77 argL0 ; # net/minecraft/world/entity/EntityType$Builder$$Lambda+0x000001d681e26528 +instanceKlass @bci net/minecraft/world/entity/EntityAttachment$Fallback ()V 25 argL0 ; # net/minecraft/world/entity/EntityAttachment$Fallback$$Lambda+0x000001d681e26310 +instanceKlass @bci net/minecraft/world/entity/EntityAttachment$Fallback ()V 17 argL0 ; # net/minecraft/world/entity/EntityAttachment$Fallback$$Lambda+0x000001d681e260f8 +instanceKlass @bci net/minecraft/world/entity/EntityAttachment$Fallback ()V 9 argL0 ; # net/minecraft/world/entity/EntityAttachment$Fallback$$Lambda+0x000001d681e25ee0 +instanceKlass @cpi net/minecraft/world/entity/EntityAttachment$Fallback 58 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681e28400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681e28000 +instanceKlass net/minecraft/world/entity/EntityAttachment$Fallback +instanceKlass net/minecraft/world/entity/EntityAttachments$Builder +instanceKlass net/minecraft/world/entity/EntityAttachments +instanceKlass net/minecraft/world/entity/EntityType$Builder +instanceKlass net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder +instanceKlass net/fabricmc/fabric/impl/object/builder/FabricEntityTypeImpl$Builder +instanceKlass @bci net/minecraft/world/entity/EntityType ()V 9 argL0 ; # net/minecraft/world/entity/EntityType$$Lambda+0x000001d681e24948 +instanceKlass net/minecraft/world/level/gameevent/GameEventListener +instanceKlass net/minecraft/world/level/gameevent/vibrations/VibrationSystem$User +instanceKlass net/minecraft/world/entity/ai/control/MoveControl +instanceKlass net/minecraft/world/entity/ai/control/Control +instanceKlass net/minecraft/world/entity/ai/navigation/PathNavigation +instanceKlass net/neoforged/neoforge/event/entity/living/LivingChangeTargetEvent$ILivingTargetType +instanceKlass de/keksuccino/fancymenu/networking/Packet +instanceKlass io/wispforest/accessories/api/AccessoriesCapability +instanceKlass net/minecraft/client/resources/sounds/SoundInstance +instanceKlass net/fabricmc/fabric/api/client/sound/v1/FabricSoundInstance +instanceKlass it/unimi/dsi/fastutil/floats/FloatSet +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2DoubleFunction +instanceKlass net/minecraft/world/scores/Team +instanceKlass net/minecraft/world/entity/npc/InventoryCarrier +instanceKlass net/minecraft/world/entity/EntityType$EntityFactory +instanceKlass net/neoforged/neoforge/common/extensions/IAbstractMinecartExtension +instanceKlass @bci net/minecraft/world/item/Items ()V 7314 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e15670 +instanceKlass @bci net/minecraft/world/item/Items ()V 7228 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e15420 +instanceKlass @bci net/minecraft/world/item/Items ()V 7214 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e151d0 +instanceKlass @bci net/minecraft/world/item/Items ()V 7200 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e14f80 +instanceKlass @bci net/minecraft/world/item/Items ()V 3667 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e14d30 +instanceKlass @bci net/minecraft/world/item/Items ()V 2897 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e14ae0 +instanceKlass @bci net/minecraft/world/item/Items ()V 2865 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e14890 +instanceKlass @bci net/minecraft/world/item/Items ()V 2709 argL0 ; # net/minecraft/world/item/Items$$Lambda+0x000001d681e14640 +instanceKlass @bci net/minecraft/core/component/DataComponentMap$Builder$SimpleMap iterator ()Ljava/util/Iterator; 7 argL0 ; # net/minecraft/core/component/DataComponentMap$Builder$SimpleMap$$Lambda+0x000001d681e0e138 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$EntrySet$2 +instanceKlass org/betterx/bclib/items/boat/CustomBoatTypeOverride +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/BoatAccessor +instanceKlass punchy/client/render/BoatLidState +instanceKlass net/neoforged/neoforge/common/extensions/IBoatExtension +instanceKlass net/minecraft/world/entity/VariantHolder +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration +instanceKlass net/neoforged/neoforge/common/ItemAbility +instanceKlass dev/latvian/mods/kubejs/recipe/RecipeScriptContext +instanceKlass dev/latvian/mods/kubejs/recipe/component/RecipeValidationContext +instanceKlass dev/latvian/mods/kubejs/recipe/filter/RecipeMatchContext +instanceKlass dev/latvian/mods/kubejs/recipe/KubeRecipeContext +instanceKlass dev/latvian/mods/kubejs/recipe/RecipeLikeContext +instanceKlass dev/latvian/mods/kubejs/script/WithScriptContext +instanceKlass net/minecraft/world/item/context/UseOnContext +instanceKlass com/simibubi/create/foundation/mixin/accessor/UseOnContextAccessor +instanceKlass net/minecraft/world/level/Explosion +instanceKlass net/minecraft/world/level/block/entity/BlockEntityTicker +instanceKlass net/minecraft/world/level/storage/loot/LootParams$Builder +instanceKlass net/minecraft/world/phys/HitResult +instanceKlass net/minecraft/world/phys/shapes/CollisionContext +instanceKlass @bci net/neoforged/neoforge/common/CommonHooks ()V 73 argL0 ; # net/neoforged/neoforge/common/CommonHooks$$Lambda+0x000001d681e08260 +instanceKlass net/neoforged/neoforge/common/CommonHooks +instanceKlass snownee/kiwi/block/entity/BlockEntityDataListener +instanceKlass net/fabricmc/fabric/impl/item/FabricItemInternals +instanceKlass @bci net/minecraft/world/level/storage/loot/ContainerComponentManipulators ()V 92 argL0 ; # net/minecraft/world/level/storage/loot/ContainerComponentManipulators$$Lambda+0x000001d681dfcab0 +instanceKlass @bci net/minecraft/world/level/storage/loot/ContainerComponentManipulators ()V 87 argL0 ; # net/minecraft/world/level/storage/loot/ContainerComponentManipulators$$Lambda+0x000001d681dfc878 +instanceKlass @bci net/minecraft/world/level/storage/loot/ContainerComponentManipulators ()V 60 argL0 ; # net/minecraft/world/level/storage/loot/ContainerComponentManipulators$$Lambda+0x000001d681dfc640 +instanceKlass @bci net/minecraft/world/level/storage/loot/ContainerComponentManipulators ()V 55 argL0 ; # net/minecraft/world/level/storage/loot/ContainerComponentManipulators$$Lambda+0x000001d681dfc408 +instanceKlass net/minecraft/world/level/storage/loot/ContainerComponentManipulators$3 +instanceKlass net/minecraft/world/level/storage/loot/ContainerComponentManipulators$2 +instanceKlass net/minecraft/world/level/storage/loot/ContainerComponentManipulators$1 +instanceKlass net/minecraft/world/level/storage/loot/ContainerComponentManipulators +instanceKlass com/github/theredbrain/bundleapi/BundleAPI$1 +instanceKlass @bci com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate$$Lambda+0x000001d681dfb388 +instanceKlass @bci com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate$$Lambda+0x000001d681dfb150 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionPredicate lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 61 argL0 ; # net/minecraft/advancements/critereon/CollectionPredicate$$Lambda+0x000001d681dfaf18 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionPredicate lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/advancements/critereon/CollectionPredicate$$Lambda+0x000001d681dface0 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionPredicate lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/advancements/critereon/CollectionPredicate$$Lambda+0x000001d681dfaaa8 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 14 argL0 ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$$Lambda+0x000001d681dfa870 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$$Lambda+0x000001d681dfa638 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry$$Lambda+0x000001d681dfa410 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry$$Lambda+0x000001d681dfa1d8 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry$$Lambda+0x000001d681df9fa0 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry$$Lambda+0x000001d681df9d60 +instanceKlass net/minecraft/advancements/critereon/CollectionCountsPredicate +instanceKlass @bci net/minecraft/advancements/critereon/CollectionPredicate lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/advancements/critereon/CollectionPredicate$$Lambda+0x000001d681df9920 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionContentsPredicate codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 11 argL0 ; # net/minecraft/advancements/critereon/CollectionContentsPredicate$$Lambda+0x000001d681df96e8 +instanceKlass @bci net/minecraft/advancements/critereon/CollectionContentsPredicate codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/advancements/critereon/CollectionContentsPredicate$$Lambda+0x000001d681df94b0 +instanceKlass net/minecraft/advancements/critereon/CollectionContentsPredicate +instanceKlass @bci net/minecraft/advancements/critereon/CollectionPredicate codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/advancements/critereon/CollectionPredicate$$Lambda+0x000001d681df9270 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 89 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df8dd8 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df8ba0 +instanceKlass @bci net/minecraft/advancements/critereon/ItemSubPredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/ItemSubPredicate$$Lambda+0x000001d681df8968 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df8730 +instanceKlass @bci net/minecraft/core/component/DataComponentPredicate ()V 37 argL0 ; # net/minecraft/core/component/DataComponentPredicate$$Lambda+0x000001d681df84f8 +instanceKlass @bci net/minecraft/core/component/DataComponentPredicate ()V 32 argL0 ; # net/minecraft/core/component/DataComponentPredicate$$Lambda+0x000001d681df82c0 +instanceKlass net/minecraft/core/component/TypedDataComponent$1 +instanceKlass @bci net/minecraft/core/component/DataComponentPredicate ()V 8 argL0 ; # net/minecraft/core/component/DataComponentPredicate$$Lambda+0x000001d681df4c88 +instanceKlass @bci net/minecraft/core/component/DataComponentPredicate ()V 3 argL0 ; # net/minecraft/core/component/DataComponentPredicate$$Lambda+0x000001d681df4a50 +instanceKlass net/minecraft/core/component/DataComponentPredicate +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df5d58 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds createCodec (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;)Lcom/mojang/serialization/Codec; 22 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df5b20 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds createCodec (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;)Lcom/mojang/serialization/Codec; 17 member ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df58e0 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 member ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df56b0 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df5478 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds lambda$createCodec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df5240 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds createCodec (Lcom/mojang/serialization/Codec;Lnet/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory;)Lcom/mojang/serialization/Codec; 2 member ; # net/minecraft/advancements/critereon/MinMaxBounds$$Lambda+0x000001d681df5000 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds$Ints ()V 19 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$Ints$$Lambda+0x000001d681df7bf0 +instanceKlass net/minecraft/advancements/critereon/MinMaxBounds$BoundsFactory +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds$Ints squareOpt (Ljava/util/Optional;)Ljava/util/Optional; 1 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$Ints$$Lambda+0x000001d681df77c0 +instanceKlass @bci net/minecraft/advancements/critereon/MinMaxBounds$Ints (Ljava/util/Optional;Ljava/util/Optional;)V 4 argL0 ; # net/minecraft/advancements/critereon/MinMaxBounds$Ints$$Lambda+0x000001d681df7588 +instanceKlass net/minecraft/advancements/critereon/MinMaxBounds +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df6f10 +instanceKlass @bci net/minecraft/advancements/critereon/ItemPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/ItemPredicate$$Lambda+0x000001d681df6cd8 +instanceKlass toni/cerulean/iface/IItemPredicateMixin +instanceKlass @bci com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate ()V 0 argL0 ; # com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate$$Lambda+0x000001d681df6640 +instanceKlass net/minecraft/advancements/critereon/SingleComponentItemPredicate +instanceKlass net/minecraft/advancements/critereon/ItemSubPredicate +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent ()V 41 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df3d90 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent ()V 36 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df3b58 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent ()V 28 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df3920 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df36f8 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df34c0 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df3288 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent ()V 14 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$$Lambda+0x000001d681df3050 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content ()V 55 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content$$Lambda+0x000001d681df2e18 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content ()V 50 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content$$Lambda+0x000001d681df2be0 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content ()V 26 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content$$Lambda+0x000001d681df29a8 +instanceKlass @bci com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content ()V 21 argL0 ; # com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content$$Lambda+0x000001d681df2770 +instanceKlass net/minecraft/world/level/storage/loot/ContainerComponentManipulator +instanceKlass com/github/theredbrain/bundleapi/BundleAPI +instanceKlass @bci net/spell_engine/api/spell/SpellDataComponents ()V 61 argL0 ; # net/spell_engine/api/spell/SpellDataComponents$$Lambda+0x000001d681df1d18 +instanceKlass @bci net/spell_engine/api/spell/SpellDataComponents ()V 43 argL0 ; # net/spell_engine/api/spell/SpellDataComponents$$Lambda+0x000001d681df1ac8 +instanceKlass @bci net/spell_engine/api/spell/container/SpellChoice lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/spell_engine/api/spell/container/SpellChoice$$Lambda+0x000001d681df1890 +instanceKlass @bci net/spell_engine/api/spell/container/SpellChoice lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 13 argL0 ; # net/spell_engine/api/spell/container/SpellChoice$$Lambda+0x000001d681df1658 +instanceKlass @bci net/spell_engine/api/spell/container/SpellChoice ()V 0 argL0 ; # net/spell_engine/api/spell/container/SpellChoice$$Lambda+0x000001d681df1420 +instanceKlass @bci net/spell_engine/api/spell/SpellDataComponents ()V 25 argL0 ; # net/spell_engine/api/spell/SpellDataComponents$$Lambda+0x000001d681df0fc8 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer (Lnet/spell_engine/api/spell/container/SpellContainer$ContentType;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/util/List;I)V 73 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df0d90 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap7 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d681dec860 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 162 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df0b18 +instanceKlass @cpi net/spell_engine/api/spell/container/SpellContainer 334 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681df4000 +instanceKlass com/mojang/datafixers/util/Function7 +instanceKlass com/mojang/datafixers/Products$P7 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 150 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df08e0 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 127 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df06a8 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 100 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df0470 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df0238 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681df0000 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681debda0 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681debb68 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer$ContentType ()V 92 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$ContentType$$Lambda+0x000001d681deb930 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer$ContentType ()V 87 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$ContentType$$Lambda+0x000001d681deb6f8 +instanceKlass @bci net/spell_engine/api/spell/container/SpellContainer ()V 0 argL0 ; # net/spell_engine/api/spell/container/SpellContainer$$Lambda+0x000001d681deb090 +instanceKlass @bci net/spell_engine/api/spell/SpellDataComponents ()V 7 argL0 ; # net/spell_engine/api/spell/SpellDataComponents$$Lambda+0x000001d681deac38 +instanceKlass net/spell_engine/api/spell/SpellDataComponents +instanceKlass @bci net/bettercombat/api/component/BetterCombatDataComponents ()V 7 argL0 ; # net/bettercombat/api/component/BetterCombatDataComponents$$Lambda+0x000001d681dea7e8 +instanceKlass net/bettercombat/api/component/BetterCombatDataComponents +instanceKlass @bci net/archers/component/ArcherComponents ()V 7 argL0 ; # net/archers/component/ArcherComponents$$Lambda+0x000001d681dea398 +instanceKlass net/archers/component/ArcherComponents +instanceKlass it/unimi/dsi/fastutil/objects/AbstractReference2ObjectMap$BasicEntry +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectMap$Entry +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$EntrySet$1 +instanceKlass @bci net/minecraft/world/item/component/SeededContainerLoot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/item/component/SeededContainerLoot$$Lambda+0x000001d681de9ca8 +instanceKlass @bci net/minecraft/world/item/component/SeededContainerLoot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 36 argL0 ; # net/minecraft/world/item/component/SeededContainerLoot$$Lambda+0x000001d681de9a70 +instanceKlass @bci net/minecraft/world/item/component/SeededContainerLoot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/component/SeededContainerLoot$$Lambda+0x000001d681de9838 +instanceKlass @bci net/minecraft/world/item/component/SeededContainerLoot ()V 0 argL0 ; # net/minecraft/world/item/component/SeededContainerLoot$$Lambda+0x000001d681de9600 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 800 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de91a8 +instanceKlass @bci net/minecraft/world/LockCode ()V 20 argL0 ; # net/minecraft/world/LockCode$$Lambda+0x000001d681de8f70 +instanceKlass @bci net/minecraft/world/LockCode ()V 15 argL0 ; # net/minecraft/world/LockCode$$Lambda+0x000001d681de8d38 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 786 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de88e0 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant ()V 46 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de86a8 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant ()V 41 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de8470 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant ()V 33 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de8238 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant ()V 25 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de8000 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de7d08 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de7ad0 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de7898 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de7660 +instanceKlass @bci net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant ()V 0 argL0 ; # net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant$$Lambda+0x000001d681de7428 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 772 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de6fd0 +instanceKlass @bci net/minecraft/world/item/component/BlockItemStateProperties ()V 63 argL0 ; # net/minecraft/world/item/component/BlockItemStateProperties$$Lambda+0x000001d681de6d98 +instanceKlass @bci net/minecraft/world/item/component/BlockItemStateProperties ()V 58 argL0 ; # net/minecraft/world/item/component/BlockItemStateProperties$$Lambda+0x000001d681de6b60 +instanceKlass @bci net/minecraft/world/item/component/BlockItemStateProperties ()V 38 argL0 ; # net/minecraft/world/item/component/BlockItemStateProperties$$Lambda+0x000001d681de6948 +instanceKlass @bci net/minecraft/world/item/component/BlockItemStateProperties ()V 27 argL0 ; # net/minecraft/world/item/component/BlockItemStateProperties$$Lambda+0x000001d681de6710 +instanceKlass @bci net/minecraft/world/item/component/BlockItemStateProperties ()V 22 argL0 ; # net/minecraft/world/item/component/BlockItemStateProperties$$Lambda+0x000001d681de64d8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 758 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de6080 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents ()V 61 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$$Lambda+0x000001d681de5e48 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents ()V 56 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$$Lambda+0x000001d681de5c10 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents ()V 29 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$$Lambda+0x000001d681de59d8 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents ()V 24 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$$Lambda+0x000001d681de57a0 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents$Slot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$Slot$$Lambda+0x000001d681de5578 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents$Slot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$Slot$$Lambda+0x000001d681de5340 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents$Slot lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$Slot$$Lambda+0x000001d681de5108 +instanceKlass @bci net/minecraft/world/item/component/ItemContainerContents$Slot ()V 0 argL0 ; # net/minecraft/world/item/component/ItemContainerContents$Slot$$Lambda+0x000001d681de4ed0 +instanceKlass net/minecraft/world/item/component/ItemContainerContents +instanceKlass net/fabricmc/fabric/mixin/transfer/ContainerComponentAccessor +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 744 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de4660 +instanceKlass @bci net/minecraft/world/level/block/entity/PotDecorations ()V 74 argL0 ; # net/minecraft/world/level/block/entity/PotDecorations$$Lambda+0x000001d681de4428 +instanceKlass @bci net/minecraft/world/level/block/entity/PotDecorations ()V 69 argL0 ; # net/minecraft/world/level/block/entity/PotDecorations$$Lambda+0x000001d681de41f0 +instanceKlass @bci net/minecraft/world/level/block/entity/PotDecorations ()V 41 argL0 ; # net/minecraft/world/level/block/entity/PotDecorations$$Lambda+0x000001d681de3fb8 +instanceKlass @bci net/minecraft/world/level/block/entity/PotDecorations ()V 36 argL0 ; # net/minecraft/world/level/block/entity/PotDecorations$$Lambda+0x000001d681de3d80 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 730 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de3928 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 716 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de36d8 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers ()V 61 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$$Lambda+0x000001d681de34a0 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers ()V 56 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$$Lambda+0x000001d681de3268 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers ()V 32 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$$Lambda+0x000001d681de3030 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers ()V 27 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$$Lambda+0x000001d681de2df8 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer ()V 27 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de2bd0 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer ()V 22 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de2998 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer ()V 14 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de2760 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de2538 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de2300 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de20c8 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern ()V 27 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1ea0 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern ()V 22 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1c68 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern ()V 14 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1a30 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1808 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de15d0 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1398 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPattern ()V 0 argL0 ; # net/minecraft/world/level/block/entity/BannerPattern$$Lambda+0x000001d681de1160 +instanceKlass @bci net/minecraft/world/level/block/entity/BannerPatternLayers$Layer ()V 0 argL0 ; # net/minecraft/world/level/block/entity/BannerPatternLayers$Layer$$Lambda+0x000001d681de0d20 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 702 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de06c0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 688 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681de0470 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 74 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681de0238 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 69 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681de0000 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 61 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddc400 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 51 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddcc50 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 43 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddca18 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 33 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddc800 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 17 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681dddd20 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 69 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681dddae8 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddd8b0 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddd678 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddd440 +instanceKlass @bci net/minecraft/world/item/component/ResolvableProfile ()V 0 argL0 ; # net/minecraft/world/item/component/ResolvableProfile$$Lambda+0x000001d681ddd208 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 674 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681ddfcf0 +instanceKlass @bci net/minecraft/world/item/component/Fireworks ()V 38 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddfac8 +instanceKlass @bci net/minecraft/world/item/component/Fireworks ()V 33 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddf890 +instanceKlass @bci net/minecraft/world/item/component/Fireworks ()V 14 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddf658 +instanceKlass @bci net/minecraft/world/item/component/Fireworks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddf430 +instanceKlass @bci net/minecraft/world/item/component/Fireworks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddf1f8 +instanceKlass @bci net/minecraft/world/item/component/Fireworks lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681ddefc0 +instanceKlass @bci net/minecraft/world/item/component/Fireworks ()V 0 argL0 ; # net/minecraft/world/item/component/Fireworks$$Lambda+0x000001d681dded88 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 660 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681ddeb38 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 127 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dde8e0 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 122 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dde6a8 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 114 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dde470 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 106 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dde238 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 98 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dde000 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 90 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd7b98 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 74 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd7960 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 69 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd7728 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd74d0 +instanceKlass @cpi net/minecraft/world/item/component/FireworkExplosion 328 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681ddc000 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 101 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd7298 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 78 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd7060 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd6e28 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd6bf0 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd69b8 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 47 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd6780 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 34 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd6548 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion ()V 29 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$$Lambda+0x000001d681dd6310 +instanceKlass it/unimi/dsi/fastutil/ints/IntStack +instanceKlass it/unimi/dsi/fastutil/ints/IntSpliterator +instanceKlass @bci net/minecraft/Util createIndexLookup (Ljava/util/List;)Ljava/util/function/ToIntFunction; 19 member ; # net/minecraft/Util$$Lambda+0x000001d681dd60f0 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion$Shape ()V 117 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$Shape$$Lambda+0x000001d681dd5ed8 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion$Shape ()V 106 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$Shape$$Lambda+0x000001d681dd5cc0 +instanceKlass @bci net/minecraft/world/item/component/FireworkExplosion$Shape ()V 86 argL0 ; # net/minecraft/world/item/component/FireworkExplosion$Shape$$Lambda+0x000001d681dd5aa8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 646 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dd51c8 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker ()V 37 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd4fa0 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker ()V 32 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd4d68 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker ()V 24 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd4b30 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker ()V 14 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd4918 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 45 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd46f0 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd44b8 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dd4280 +instanceKlass @bci net/minecraft/core/GlobalPos ()V 39 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd4058 +instanceKlass @bci net/minecraft/core/GlobalPos ()V 34 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd3e20 +instanceKlass @bci net/minecraft/core/GlobalPos ()V 26 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd3be8 +instanceKlass @bci net/minecraft/core/GlobalPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd39c0 +instanceKlass @bci net/minecraft/core/GlobalPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd3788 +instanceKlass @bci net/minecraft/core/GlobalPos lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dd3550 +instanceKlass @bci net/minecraft/world/level/Level ()V 72 argL0 ; # net/minecraft/world/level/Level$$Lambda+0x000001d681dd3338 +instanceKlass dev/uncandango/alltheleaks/mixin/Trackable$1 +instanceKlass com/ishland/c2me/base/mixin/access/IWorldChunk +instanceKlass net/puffish/skillsmod/access/WorldChunkAccess +instanceKlass net/minecraft/world/level/chunk/ChunkAccess +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorChunkAccess +instanceKlass com/copycatsplus/copycats/mixin/foundation/copycat/ChunkAccessAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/ChunkAccessAccessor +instanceKlass com/evandev/reliable_replacer/api/IProcessedChunk +instanceKlass com/smoothchunk/world/IChunkTimeSave +instanceKlass net/minecraft/world/level/chunk/StructureAccess +instanceKlass net/minecraft/world/level/chunk/LightChunk +instanceKlass net/minecraft/world/level/storage/LevelData +instanceKlass com/evandev/reliable_replacer/api/IReplacementContext +instanceKlass net/minecraft/world/level/redstone/NeighborUpdater +instanceKlass net/minecraft/world/level/border/WorldBorder +instanceKlass dev/latvian/mods/kubejs/level/LevelBlock +instanceKlass dev/latvian/mods/kubejs/core/FireworkRocketEntityKJS +instanceKlass net/minecraft/world/entity/projectile/ItemSupplier +instanceKlass net/neoforged/neoforge/common/world/AuxiliaryLightManager +instanceKlass net/caffeinemc/mods/sodium/mixin/platform/neoforge/AuxiliaryLightManagerMixin +instanceKlass net/caffeinemc/mods/sodium/client/world/SodiumAuxiliaryLightManager +instanceKlass @bci net/minecraft/core/GlobalPos ()V 0 argL0 ; # net/minecraft/core/GlobalPos$$Lambda+0x000001d681dca5f0 +instanceKlass @bci net/minecraft/world/item/component/LodestoneTracker ()V 0 argL0 ; # net/minecraft/world/item/component/LodestoneTracker$$Lambda+0x000001d681dca1b0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 632 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc9d58 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 618 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc9b08 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable ()V 33 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc98e0 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable ()V 28 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc96a8 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable ()V 20 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc9470 +instanceKlass net/minecraft/network/codec/StreamCodec$7 +instanceKlass @bci net/minecraft/world/item/EitherHolder streamCodec (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 13 argL0 ; # net/minecraft/world/item/EitherHolder$$Lambda+0x000001d681dc8f80 +instanceKlass @bci net/minecraft/world/item/EitherHolder streamCodec (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 8 argL0 ; # net/minecraft/world/item/EitherHolder$$Lambda+0x000001d681dc8d48 +instanceKlass @bci net/minecraft/resources/ResourceKey streamCodec (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/network/codec/StreamCodec; 9 argL0 ; # net/minecraft/resources/ResourceKey$$Lambda+0x000001d681dc8b10 +instanceKlass @bci net/minecraft/resources/ResourceKey streamCodec (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/network/codec/StreamCodec; 4 member ; # net/minecraft/resources/ResourceKey$$Lambda+0x000001d681dc88d0 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc86a8 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc8470 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc8238 +instanceKlass @bci net/minecraft/world/item/EitherHolder codec (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 26 argL0 ; # net/minecraft/world/item/EitherHolder$$Lambda+0x000001d681dc8000 +instanceKlass @bci net/minecraft/world/item/EitherHolder codec (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 21 argL0 ; # net/minecraft/world/item/EitherHolder$$Lambda+0x000001d681dc4c40 +instanceKlass @bci net/minecraft/world/item/EitherHolder codec (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 5 argL0 ; # net/minecraft/world/item/EitherHolder$$Lambda+0x000001d681dc4a08 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 43 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc5d60 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 38 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc5b28 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 30 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc58f0 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 22 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc56b8 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 14 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc5480 +instanceKlass @bci net/minecraft/world/item/JukeboxSong lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc5238 +instanceKlass @cpi com/simibubi/create/content/kinetics/chainConveyor/ChainPackageInteractionPacket 294 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dc4400 +instanceKlass @bci net/minecraft/world/item/JukeboxSong lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc5000 +instanceKlass @bci net/minecraft/world/item/JukeboxSong lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc7cc0 +instanceKlass @bci net/minecraft/world/item/JukeboxSong lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc7a88 +instanceKlass @bci net/minecraft/world/item/JukeboxSong lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc7850 +instanceKlass @bci net/minecraft/world/item/JukeboxSong ()V 0 argL0 ; # net/minecraft/world/item/JukeboxSong$$Lambda+0x000001d681dc7618 +instanceKlass @bci net/minecraft/world/item/JukeboxPlayable ()V 0 argL0 ; # net/minecraft/world/item/JukeboxPlayable$$Lambda+0x000001d681dc71d8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 604 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc6d68 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 590 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc6b18 +instanceKlass @bci net/minecraft/world/item/Instrument ()V 35 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc68e0 +instanceKlass @bci net/minecraft/world/item/Instrument ()V 30 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc66a8 +instanceKlass @bci net/minecraft/world/item/Instrument ()V 22 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc6470 +instanceKlass @bci net/minecraft/world/item/Instrument ()V 14 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc6238 +instanceKlass @bci net/minecraft/world/item/Instrument lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc6000 +instanceKlass @cpi com/simibubi/create/infrastructure/worldgen/LayeredOreConfiguration 139 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dc4000 +instanceKlass @bci net/minecraft/world/item/Instrument lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc3cd0 +instanceKlass @bci net/minecraft/world/item/Instrument lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc3a98 +instanceKlass @bci net/minecraft/world/item/Instrument lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc3860 +instanceKlass @bci net/minecraft/world/item/Instrument ()V 0 argL0 ; # net/minecraft/world/item/Instrument$$Lambda+0x000001d681dc3628 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 576 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc33d8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 562 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc3188 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 548 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc2f38 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 534 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc2ce8 +instanceKlass @bci net/minecraft/world/item/component/DebugStickState ()V 34 argL0 ; # net/minecraft/world/item/component/DebugStickState$$Lambda+0x000001d681dc2ab0 +instanceKlass @bci net/minecraft/world/item/component/DebugStickState ()V 29 argL0 ; # net/minecraft/world/item/component/DebugStickState$$Lambda+0x000001d681dc2878 +instanceKlass @bci net/minecraft/world/item/component/DebugStickState ()V 21 argL0 ; # net/minecraft/world/item/component/DebugStickState$$Lambda+0x000001d681dc2640 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 520 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dc21e8 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim ()V 35 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1fb0 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim ()V 30 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1d78 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim ()V 22 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1b40 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim ()V 14 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1908 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 66 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc16d0 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1498 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dc1260 +instanceKlass net/minecraft/network/codec/StreamCodec$10 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 46 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc0d60 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 41 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc0b28 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 33 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc08f0 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 25 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc06b8 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 14 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc0480 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 85 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc0238 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dc0000 +instanceKlass com/mojang/serialization/MapCodec$7 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dbdd40 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dbdb08 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dbd8d0 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimPattern ()V 0 argL0 ; # net/minecraft/world/item/armortrim/TrimPattern$$Lambda+0x000001d681dbd698 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dbd258 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 68 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbd000 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 63 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbfc80 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 55 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbfa48 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 38 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbf830 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 33 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbf5f8 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 25 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbf3c0 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 14 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbf188 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 103 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbef30 +instanceKlass @cpi dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand 192 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dbc400 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 91 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbecf8 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 73 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbeac0 +instanceKlass com/bobmowzie/mowziesmobs/server/config/ConfigurableArmorMaterial +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbe470 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbe238 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbe000 +instanceKlass @bci net/minecraft/world/item/armortrim/TrimMaterial ()V 0 argL0 ; # net/minecraft/world/item/armortrim/TrimMaterial$$Lambda+0x000001d681dbbc68 +instanceKlass @bci net/minecraft/world/item/armortrim/ArmorTrim ()V 0 argL0 ; # net/minecraft/world/item/armortrim/ArmorTrim$$Lambda+0x000001d681dbb828 +instanceKlass net/minecraft/world/item/armortrim/ArmorTrim +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorArmorTrim +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 506 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dbb168 +instanceKlass net/minecraft/network/codec/StreamCodec$11 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 109 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dbac58 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 104 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dbaa20 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 96 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dba7e8 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 77 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dba5b0 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 69 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dba378 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 61 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681dba140 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap5 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d681cefce8 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 119 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9ee8 +instanceKlass @cpi net/minecraft/world/item/component/WrittenBookContent 427 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dbc000 +instanceKlass com/mojang/datafixers/util/Function5 +instanceKlass com/mojang/datafixers/Products$P5 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 107 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9cb0 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 84 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9a78 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9840 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9608 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 18 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db93d0 +instanceKlass @bci net/minecraft/world/item/component/WrittenBookContent ()V 42 argL0 ; # net/minecraft/world/item/component/WrittenBookContent$$Lambda+0x000001d681db9198 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 492 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db8d20 +instanceKlass @bci net/minecraft/world/item/component/WritableBookContent ()V 74 argL0 ; # net/minecraft/world/item/component/WritableBookContent$$Lambda+0x000001d681db8ae8 +instanceKlass @bci net/minecraft/world/item/component/WritableBookContent ()V 69 argL0 ; # net/minecraft/world/item/component/WritableBookContent$$Lambda+0x000001d681db88b0 +instanceKlass @bci net/minecraft/server/network/Filterable streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 22 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db8688 +instanceKlass @bci net/minecraft/server/network/Filterable streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 17 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db8450 +instanceKlass @bci net/minecraft/server/network/Filterable streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 7 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db8238 +instanceKlass @bci net/minecraft/server/network/Filterable streamCodec (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db8000 +instanceKlass @bci net/minecraft/world/item/component/WritableBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/item/component/WritableBookContent$$Lambda+0x000001d681db1400 +instanceKlass @bci net/minecraft/world/item/component/WritableBookContent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/component/WritableBookContent$$Lambda+0x000001d681db1c70 +instanceKlass @bci net/minecraft/world/item/component/WritableBookContent ()V 39 argL0 ; # net/minecraft/world/item/component/WritableBookContent$$Lambda+0x000001d681db1a38 +instanceKlass @bci net/minecraft/server/network/Filterable codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 16 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db1800 +instanceKlass @bci net/minecraft/server/network/Filterable codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 11 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db3c60 +instanceKlass @bci net/minecraft/server/network/Filterable lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db3a38 +instanceKlass @bci net/minecraft/server/network/Filterable lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db3800 +instanceKlass @bci net/minecraft/server/network/Filterable lambda$codec$0 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db35c8 +instanceKlass @bci net/minecraft/server/network/Filterable codec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 member ; # net/minecraft/server/network/Filterable$$Lambda+0x000001d681db3388 +instanceKlass net/minecraft/world/item/component/BookContent +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 478 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db2b10 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 464 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db28c0 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 114 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db2688 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 109 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db2450 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 93 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db2218 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 83 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db2000 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 75 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db7cb8 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 65 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db7aa0 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 51 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db7868 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 70 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db7630 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 58 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db73f8 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db71c0 +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db6f88 +instanceKlass net/minecraft/world/item/alchemy/Potion +instanceKlass com/yungnickyoung/minecraft/yungsapi/mixin/accessor/PotionAccessor +instanceKlass @bci net/minecraft/world/item/alchemy/PotionContents ()V 34 argL0 ; # net/minecraft/world/item/alchemy/PotionContents$$Lambda+0x000001d681db68d8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 450 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db6480 +instanceKlass @bci net/minecraft/world/item/component/BundleContents ()V 55 argL0 ; # net/minecraft/world/item/component/BundleContents$$Lambda+0x000001d681db6248 +instanceKlass @bci net/minecraft/world/item/component/BundleContents ()V 50 argL0 ; # net/minecraft/world/item/component/BundleContents$$Lambda+0x000001d681db6010 +instanceKlass @bci net/minecraft/world/item/component/BundleContents ()V 26 argL0 ; # net/minecraft/world/item/component/BundleContents$$Lambda+0x000001d681db5dd8 +instanceKlass @bci net/minecraft/world/item/component/BundleContents ()V 21 argL0 ; # net/minecraft/world/item/component/BundleContents$$Lambda+0x000001d681db5ba0 +instanceKlass net/minecraft/world/item/component/BundleContents +instanceKlass net/fabricmc/fabric/mixin/transfer/BundleContentsComponentAccessor +instanceKlass net/minecraft/world/inventory/tooltip/TooltipComponent +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 436 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db5358 +instanceKlass @bci net/minecraft/world/item/component/ChargedProjectiles ()V 55 argL0 ; # net/minecraft/world/item/component/ChargedProjectiles$$Lambda+0x000001d681db5120 +instanceKlass @bci net/minecraft/world/item/component/ChargedProjectiles ()V 50 argL0 ; # net/minecraft/world/item/component/ChargedProjectiles$$Lambda+0x000001d681db4ee8 +instanceKlass @bci net/minecraft/world/item/component/ChargedProjectiles ()V 26 argL0 ; # net/minecraft/world/item/component/ChargedProjectiles$$Lambda+0x000001d681db4cb0 +instanceKlass @bci net/minecraft/world/item/component/ChargedProjectiles ()V 21 argL0 ; # net/minecraft/world/item/component/ChargedProjectiles$$Lambda+0x000001d681db4a78 +instanceKlass net/minecraft/world/item/component/ChargedProjectiles +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 422 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681db4620 +instanceKlass @bci net/minecraft/world/item/component/MapPostProcessing ()V 54 argL0 ; # net/minecraft/world/item/component/MapPostProcessing$$Lambda+0x000001d681db4408 +instanceKlass @bci net/minecraft/world/item/component/MapPostProcessing ()V 34 argL0 ; # net/minecraft/world/item/component/MapPostProcessing$$Lambda+0x000001d681db41f0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 408 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dadb28 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance$7 toString ()Ljava/lang/String; 35 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681db1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681db0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681db0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681db0400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681db0000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681dacc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681dac800 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations ()V 27 argL0 ; # net/minecraft/world/item/component/MapDecorations$$Lambda+0x000001d681dad8f0 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations ()V 22 argL0 ; # net/minecraft/world/item/component/MapDecorations$$Lambda+0x000001d681dad6b8 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681dad470 +instanceKlass @cpi net/minecraft/world/item/component/MapDecorations$Entry 159 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dac400 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681dad238 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681dad000 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681dafc40 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681dafa08 +instanceKlass @bci net/minecraft/world/item/component/MapDecorations$Entry ()V 0 argL0 ; # net/minecraft/world/item/component/MapDecorations$Entry$$Lambda+0x000001d681daf5c8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 394 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681daef68 +instanceKlass @bci net/minecraft/world/level/saveddata/maps/MapId ()V 29 argL0 ; # net/minecraft/world/level/saveddata/maps/MapId$$Lambda+0x000001d681daed30 +instanceKlass @bci net/minecraft/world/level/saveddata/maps/MapId ()V 24 argL0 ; # net/minecraft/world/level/saveddata/maps/MapId$$Lambda+0x000001d681daeaf8 +instanceKlass @bci net/minecraft/world/level/saveddata/maps/MapId ()V 8 argL0 ; # net/minecraft/world/level/saveddata/maps/MapId$$Lambda+0x000001d681dae8c0 +instanceKlass @bci net/minecraft/world/level/saveddata/maps/MapId ()V 3 argL0 ; # net/minecraft/world/level/saveddata/maps/MapId$$Lambda+0x000001d681dae688 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 380 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dae238 +instanceKlass @bci net/minecraft/world/item/component/MapItemColor ()V 29 argL0 ; # net/minecraft/world/item/component/MapItemColor$$Lambda+0x000001d681dae000 +instanceKlass @bci net/minecraft/world/item/component/MapItemColor ()V 24 argL0 ; # net/minecraft/world/item/component/MapItemColor$$Lambda+0x000001d681dabdb0 +instanceKlass @bci net/minecraft/world/item/component/MapItemColor ()V 8 argL0 ; # net/minecraft/world/item/component/MapItemColor$$Lambda+0x000001d681dabb78 +instanceKlass @bci net/minecraft/world/item/component/MapItemColor ()V 3 argL0 ; # net/minecraft/world/item/component/MapItemColor$$Lambda+0x000001d681dab940 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 366 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681dab4f0 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor ()V 44 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681dab2c8 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor ()V 39 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681dab090 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor ()V 31 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daae58 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor ()V 17 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daac20 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daa9f8 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daa7c0 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daa588 +instanceKlass @bci net/minecraft/world/item/component/DyedItemColor ()V 0 argL0 ; # net/minecraft/world/item/component/DyedItemColor$$Lambda+0x000001d681daa350 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 352 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681da9ee8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 338 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681da9c98 +instanceKlass @bci net/minecraft/world/item/component/Tool ()V 43 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da9a60 +instanceKlass @bci net/minecraft/world/item/component/Tool ()V 38 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da9828 +instanceKlass @bci net/minecraft/world/item/component/Tool ()V 30 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da95f0 +instanceKlass @bci net/minecraft/world/item/component/Tool ()V 22 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da93b8 +instanceKlass @bci net/minecraft/world/item/component/Tool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da9180 +instanceKlass @cpi com/simibubi/create/AllBogeyStyles 154 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681dac000 +instanceKlass @bci net/minecraft/world/item/component/Tool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 60 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da8f48 +instanceKlass @bci net/minecraft/world/item/component/Tool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 38 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da8d10 +instanceKlass @bci net/minecraft/world/item/component/Tool lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da8ad8 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 58 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da88a0 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 53 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da8668 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 43 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da8450 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 35 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da8218 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 25 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da8000 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 17 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da4c70 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 64 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da4a38 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da4800 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da5d08 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da5ad0 +instanceKlass @bci net/minecraft/world/item/component/Tool$Rule ()V 0 argL0 ; # net/minecraft/world/item/component/Tool$Rule$$Lambda+0x000001d681da5898 +instanceKlass @bci net/minecraft/world/item/component/Tool ()V 0 argL0 ; # net/minecraft/world/item/component/Tool$$Lambda+0x000001d681da5458 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 324 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681da5000 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 310 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681da7d88 +instanceKlass net/minecraft/network/codec/StreamCodec$12 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 77 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da7868 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 72 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da7630 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 56 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da73f8 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 46 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da71e0 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 38 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6fa8 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 30 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6d70 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 22 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6b38 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 14 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6900 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap6 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d681cef460 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 130 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6698 +instanceKlass @cpi net/minecraft/world/food/FoodProperties 259 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681da4400 +instanceKlass com/mojang/datafixers/util/Function6 +instanceKlass com/mojang/datafixers/Products$P6 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 118 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da6460 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect ()V 27 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da6238 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect ()V 22 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da6000 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect ()V 14 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da3c38 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da3a10 +instanceKlass @bci net/relics_rpgs/spell/RelicSpells greater_proc_defense_danger ()Lnet/relics_rpgs/spell/RelicSpells$Entry; 30 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681da4000 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da37d8 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da35a0 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance ()V 33 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da3378 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance ()V 28 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da3140 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance ()V 20 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da2f08 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da2ce0 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da2aa8 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance$Details ()V 14 argL0 ; # net/minecraft/world/effect/MobEffectInstance$Details$$Lambda+0x000001d681da2858 +instanceKlass @bci com/mojang/serialization/MapCodec$RecursiveMapCodec (Ljava/lang/String;Ljava/util/function/Function;)V 12 member ; # com/mojang/serialization/MapCodec$RecursiveMapCodec$$Lambda+0x000001d681ceee28 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance$Details ()V 3 argL0 ; # net/minecraft/world/effect/MobEffectInstance$Details$$Lambda+0x000001d681da2620 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da21e0 +instanceKlass @bci net/minecraft/world/effect/MobEffectInstance ()V 6 argL0 ; # net/minecraft/world/effect/MobEffectInstance$$Lambda+0x000001d681da1fa8 +instanceKlass @bci net/minecraft/world/food/FoodProperties$PossibleEffect ()V 0 argL0 ; # net/minecraft/world/food/FoodProperties$PossibleEffect$$Lambda+0x000001d681da1d70 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 92 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681da1930 +instanceKlass net/minecraft/core/component/PatchedDataComponentMap +instanceKlass io/wispforest/owo/mixin/ext/ComponentMapImplAccessor +instanceKlass io/wispforest/accessories/pond/stack/PatchedDataComponentMapExtension +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 162 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681da0fd8 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs collection (Ljava/util/function/IntFunction;)Lnet/minecraft/network/codec/StreamCodec$CodecOperation; 1 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681da0db8 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 143 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681da0ba0 +instanceKlass net/caffeinemc/mods/lithium/mixin/block/hopper/NonNullListAccessor +instanceKlass net/minecraft/world/item/ItemStack$2 +instanceKlass net/minecraft/world/item/ItemStack$1 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 107 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9fb70 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 102 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9f938 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 86 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9f700 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 81 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9f4c8 +instanceKlass net/minecraft/util/ExtraCodecs$7 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 62 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9ecd8 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 46 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9eaa0 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 32 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9e888 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 21 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9e670 +instanceKlass @bci net/minecraft/world/item/ItemStack ()V 8 argL0 ; # net/minecraft/world/item/ItemStack$$Lambda+0x000001d681d9e438 +instanceKlass mod/azure/azurelibarmor/common/animation/AzAnimator +instanceKlass it/unimi/dsi/fastutil/ints/IntList +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681d9dd18 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 51 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681d9dae0 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681d9d8a8 +instanceKlass @bci net/minecraft/world/food/FoodProperties lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681d9d670 +instanceKlass @bci net/minecraft/world/food/FoodProperties ()V 0 argL0 ; # net/minecraft/world/food/FoodProperties$$Lambda+0x000001d681d9d438 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 296 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9cfe0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 282 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9cd90 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 268 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9cb40 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 254 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9c8f0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 240 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9c6a0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 226 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9c450 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 212 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9c200 +instanceKlass @bci net/minecraft/world/item/component/CustomModelData ()V 40 argL0 ; # net/minecraft/world/item/component/CustomModelData$$Lambda+0x000001d681d9bfc8 +instanceKlass @bci net/minecraft/world/item/component/CustomModelData ()V 35 argL0 ; # net/minecraft/world/item/component/CustomModelData$$Lambda+0x000001d681d9bd90 +instanceKlass @bci net/minecraft/world/item/component/CustomModelData ()V 19 argL0 ; # net/minecraft/world/item/component/CustomModelData$$Lambda+0x000001d681d9bb58 +instanceKlass @bci net/minecraft/world/item/component/CustomModelData ()V 14 argL0 ; # net/minecraft/world/item/component/CustomModelData$$Lambda+0x000001d681d9b920 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 198 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d9b4d0 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 92 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9b2a8 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 71 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9b080 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 66 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9ae48 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 58 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9ac10 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 36 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9a9d8 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9a7b0 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9a578 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d9a340 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry ()V 35 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d9a108 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry ()V 30 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d99ed0 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry ()V 22 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d99c98 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry ()V 14 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d99a60 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d99828 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d995f0 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 22 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d993b8 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d99180 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers$Entry ()V 0 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$Entry$$Lambda+0x000001d681d98f48 +instanceKlass @bci net/minecraft/world/item/component/ItemAttributeModifiers ()V 14 argL0 ; # net/minecraft/world/item/component/ItemAttributeModifiers$$Lambda+0x000001d681d98b08 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 184 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d986b0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 170 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d98460 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 68 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d98238 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 63 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d98000 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 55 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d97be8 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d979c0 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d97788 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 20 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d97550 +instanceKlass @bci net/minecraft/util/ExtraCodecs nonEmptyList (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681d97318 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 21 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d970e0 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 8 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d96ea8 +instanceKlass @bci net/minecraft/world/item/AdventureModePredicate ()V 3 argL0 ; # net/minecraft/world/item/AdventureModePredicate$$Lambda+0x000001d681d96c70 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate ()V 47 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d96a38 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate ()V 42 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d96800 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate ()V 31 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d965c8 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate ()V 20 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d96390 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$27 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d95e90 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d95c58 +instanceKlass @bci net/minecraft/advancements/critereon/NbtPredicate ()V 29 argL0 ; # net/minecraft/advancements/critereon/NbtPredicate$$Lambda+0x000001d681d95a20 +instanceKlass @bci net/minecraft/advancements/critereon/NbtPredicate ()V 24 argL0 ; # net/minecraft/advancements/critereon/NbtPredicate$$Lambda+0x000001d681d957e8 +instanceKlass @bci net/minecraft/advancements/critereon/NbtPredicate ()V 8 argL0 ; # net/minecraft/advancements/critereon/NbtPredicate$$Lambda+0x000001d681d955b0 +instanceKlass @bci net/minecraft/advancements/critereon/NbtPredicate ()V 3 argL0 ; # net/minecraft/advancements/critereon/NbtPredicate$$Lambda+0x000001d681d95378 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d94f38 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 62 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d94d00 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 57 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d94ac8 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher ()V 16 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher$$Lambda+0x000001d681d948a0 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher ()V 11 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher$$Lambda+0x000001d681d94668 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher ()V 3 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher$$Lambda+0x000001d681d94430 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 33 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d93ff0 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 28 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d93db8 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 14 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d93b80 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate ()V 9 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$$Lambda+0x000001d681d93948 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher ()V 41 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher$$Lambda+0x000001d681d93710 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher ()V 36 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher$$Lambda+0x000001d681d934d8 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$23 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher ()V 14 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher$$Lambda+0x000001d681d92fd8 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher ()V 9 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher$$Lambda+0x000001d681d92da0 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher ()V 33 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d92b78 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher ()V 28 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d92940 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher ()V 17 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d92708 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d924e0 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d922a8 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d92070 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher ()V 0 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher$$Lambda+0x000001d681d91e38 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher ()V 29 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher$$Lambda+0x000001d681d919e0 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher ()V 24 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher$$Lambda+0x000001d681d917a8 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher ()V 8 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher$$Lambda+0x000001d681d91570 +instanceKlass @bci net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher ()V 3 argL0 ; # net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher$$Lambda+0x000001d681d91338 +instanceKlass net/minecraft/advancements/critereon/StatePropertiesPredicate$ValueMatcher +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d90ae0 +instanceKlass @bci net/minecraft/advancements/critereon/BlockPredicate ()V 0 argL0 ; # net/minecraft/advancements/critereon/BlockPredicate$$Lambda+0x000001d681d908a8 +instanceKlass net/minecraft/world/item/AdventureModePredicate +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 156 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d90228 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 106 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d90000 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 101 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d88d00 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 93 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d88ac8 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$22 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 79 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d89d40 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 68 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d89b08 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d898e0 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d896a8 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d89470 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 51 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d89238 +instanceKlass @bci net/minecraft/world/item/enchantment/ItemEnchantments ()V 37 argL0 ; # net/minecraft/world/item/enchantment/ItemEnchantments$$Lambda+0x000001d681d89000 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 86 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d8bd38 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d8bb00 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 429 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8b8b0 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 415 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8b660 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 401 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8b410 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 387 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8b1c0 +instanceKlass @bci net/minecraft/world/item/CrossbowItem$ChargingSounds lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/item/CrossbowItem$ChargingSounds$$Lambda+0x000001d681d8af88 +instanceKlass @bci net/minecraft/world/item/CrossbowItem$ChargingSounds lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/CrossbowItem$ChargingSounds$$Lambda+0x000001d681d8ad50 +instanceKlass @bci net/minecraft/world/item/CrossbowItem$ChargingSounds lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/CrossbowItem$ChargingSounds$$Lambda+0x000001d681d8ab18 +instanceKlass @bci net/minecraft/world/item/CrossbowItem$ChargingSounds lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/CrossbowItem$ChargingSounds$$Lambda+0x000001d681d8a8e0 +instanceKlass @bci net/minecraft/world/item/CrossbowItem$ChargingSounds ()V 0 argL0 ; # net/minecraft/world/item/CrossbowItem$ChargingSounds$$Lambda+0x000001d681d8a6a8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 373 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8a250 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 359 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8a000 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 345 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8fd38 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 331 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8fae8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 317 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8f898 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 303 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8f648 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 289 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8f3f8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 275 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8f1a8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 261 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8ef58 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 247 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8ed08 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 233 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8eab8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 219 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8e868 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 205 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8e618 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 191 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8e3c8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 177 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8e178 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$equipmentDropsCodec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8df40 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$equipmentDropsCodec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 56 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8dd08 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$equipmentDropsCodec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8dad0 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$equipmentDropsCodec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 21 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8d898 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$equipmentDropsCodec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8d660 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect equipmentDropsCodec (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;)Lcom/mojang/serialization/Codec; 2 member ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d8d420 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 163 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d8d1d0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d8cf88 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 68 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d8cd50 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d8cb18 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue ()V 40 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$$Lambda+0x000001d681d8c8e0 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue ()V 35 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$$Lambda+0x000001d681d8c6a8 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Constant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Constant$$Lambda+0x000001d681d8c470 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Constant lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Constant$$Lambda+0x000001d681d8c238 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Constant ()V 21 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Constant$$Lambda+0x000001d681d8c000 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Constant ()V 8 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Constant$$Lambda+0x000001d681d87cc0 +instanceKlass @cpi net/neoforged/neoforge/client/entity/animation/json/AnimationParser 491 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681d88400 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue$Constant ()V 3 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$Constant$$Lambda+0x000001d681d87a88 +instanceKlass @cpi com/telepathicgrunt/repurposedstructures/world/features/configs/StructureTargetChanceConfig 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681d88000 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue ()V 13 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$$Lambda+0x000001d681d87630 +instanceKlass @bci net/minecraft/world/item/enchantment/LevelBasedValue ()V 8 argL0 ; # net/minecraft/world/item/enchantment/LevelBasedValue$$Lambda+0x000001d681d873f8 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d871c0 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d86f88 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect ()V 0 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect$$Lambda+0x000001d681d86d50 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentLocationBasedEffect ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentLocationBasedEffect$$Lambda+0x000001d681d86b18 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 149 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d86698 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 135 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d86448 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 121 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d861f8 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$codec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d85fb0 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$codec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d85d78 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$codec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d85b40 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$codec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d85908 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect lambda$codec$0 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d856d0 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentTarget ()V 51 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentTarget$$Lambda+0x000001d681d854b8 +instanceKlass @bci net/minecraft/world/item/enchantment/TargetedConditionalEffect codec (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;)Lcom/mojang/serialization/Codec; 2 member ; # net/minecraft/world/item/enchantment/TargetedConditionalEffect$$Lambda+0x000001d681d84e08 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentEntityEffect ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentEntityEffect$$Lambda+0x000001d681d849c8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 107 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d84778 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 93 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d84528 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 79 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d842d8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 65 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d84088 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 51 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d83e38 +instanceKlass @bci net/minecraft/world/item/enchantment/effects/DamageImmunity ()V 10 argL0 ; # net/minecraft/world/item/enchantment/effects/DamageImmunity$$Lambda+0x000001d681d83c20 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 37 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d837d0 +instanceKlass @bci net/minecraft/world/item/enchantment/ConditionalEffect lambda$codec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/world/item/enchantment/ConditionalEffect$$Lambda+0x000001d681d835a8 +instanceKlass @bci net/minecraft/world/item/enchantment/ConditionalEffect lambda$codec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/world/item/enchantment/ConditionalEffect$$Lambda+0x000001d681d83370 +instanceKlass @bci net/minecraft/world/item/enchantment/ConditionalEffect conditionCodec (Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/world/item/enchantment/ConditionalEffect$$Lambda+0x000001d681d83130 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemCondition ()V 28 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemCondition$$Lambda+0x000001d681d82f18 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemCondition ()V 15 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemCondition$$Lambda+0x000001d681d82ce0 +instanceKlass @bci net/minecraft/world/level/storage/loot/predicates/LootItemCondition ()V 10 argL0 ; # net/minecraft/world/level/storage/loot/predicates/LootItemCondition$$Lambda+0x000001d681d82aa8 +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemCondition +instanceKlass net/minecraft/world/level/storage/loot/LootContextUser +instanceKlass @bci net/minecraft/world/item/enchantment/ConditionalEffect lambda$codec$4 (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/item/enchantment/ConditionalEffect$$Lambda+0x000001d681d82278 +instanceKlass @bci net/minecraft/world/item/enchantment/ConditionalEffect codec (Lcom/mojang/serialization/Codec;Lnet/minecraft/world/level/storage/loot/parameters/LootContextParamSet;)Lcom/mojang/serialization/Codec; 2 member ; # net/minecraft/world/item/enchantment/ConditionalEffect$$Lambda+0x000001d681d82038 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 351 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d81c08 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 337 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d819e0 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 323 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d817b8 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 309 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d81590 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 295 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d81368 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 281 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d81140 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 267 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80f18 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 253 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80cf0 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 239 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80ac8 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 225 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d808a0 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 211 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80678 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 197 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80450 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 183 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80228 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 169 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d80000 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 155 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7c400 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 141 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7cc50 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 127 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7ca28 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 113 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7c800 +instanceKlass com/li64/tide/loaders/neoforge/NeoforgeNetworkPlatform +instanceKlass com/li64/tide/loaders/neoforge/NeoforgePlatform +instanceKlass com/li64/tide/loaders/NetworkPlatform +instanceKlass com/li64/tide/loaders/LoaderPlatform +instanceKlass com/li64/tide/Tide +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets handler$ido000$tide$register (Ljava/lang/String;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 10 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7d228 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 99 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7d000 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 85 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7fdc8 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 71 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7fba0 +instanceKlass net/minecraft/world/level/storage/loot/parameters/LootContextParam +instanceKlass net/minecraft/world/level/storage/loot/parameters/LootContextParams +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 57 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7f568 +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 43 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7f340 +instanceKlass net/minecraft/world/level/storage/loot/parameters/LootContextParamSet$Builder +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 27 member ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7eee0 +instanceKlass net/minecraft/world/level/storage/loot/parameters/LootContextParamSet +instanceKlass @bci net/minecraft/world/level/storage/loot/parameters/LootContextParamSets ()V 9 argL0 ; # net/minecraft/world/level/storage/loot/parameters/LootContextParamSets$$Lambda+0x000001d681d7ea78 +instanceKlass net/minecraft/world/level/storage/loot/parameters/LootContextParamSets +instanceKlass fzzyhmstrs/emi_loot/mixins/LootContextTypesAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/LootContextParamSetsAccessor +instanceKlass @bci net/minecraft/world/item/enchantment/effects/EnchantmentValueEffect ()V 8 argL0 ; # net/minecraft/world/item/enchantment/effects/EnchantmentValueEffect$$Lambda+0x000001d681d7e250 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 23 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d7e000 +instanceKlass @bci net/minecraft/core/component/DataComponentMap makeCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 argL0 ; # net/minecraft/core/component/DataComponentMap$$Lambda+0x000001d681d7bbf8 +instanceKlass @bci net/minecraft/world/item/enchantment/EnchantmentEffectComponents ()V 0 argL0 ; # net/minecraft/world/item/enchantment/EnchantmentEffectComponents$$Lambda+0x000001d681d7b9e0 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 52 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d7b7a8 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d7ac88 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance map (Ljava/util/function/Function;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 27 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d681cee798 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap8 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d681cee560 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 168 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d7aa00 +instanceKlass @cpi net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition 235 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681d7c000 +instanceKlass com/mojang/datafixers/util/Function8 +instanceKlass com/mojang/datafixers/Products$P8 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 156 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d7a7c8 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 241 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d7a5b0 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 227 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d7a398 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 210 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d7a180 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 172 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d79d48 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 69 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d79b00 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup (Ljava/lang/String;IILjava/lang/String;Lnet/minecraft/world/entity/EquipmentSlot;)V 8 member ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d798b0 +instanceKlass @bci net/minecraft/world/entity/EquipmentSlotGroup ()V 10 argL0 ; # net/minecraft/world/entity/EquipmentSlotGroup$$Lambda+0x000001d681d79668 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 133 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d791b0 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 115 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d78f78 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 97 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d78d40 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$Cost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$Cost$$Lambda+0x000001d681d78b18 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$Cost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$Cost$$Lambda+0x000001d681d788e0 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$Cost lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$Cost$$Lambda+0x000001d681d786a8 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$Cost ()V 0 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$Cost$$Lambda+0x000001d681d78470 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 79 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d78238 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 57 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d78000 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d77bb8 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d77980 +instanceKlass @bci net/minecraft/resources/HolderSetCodec (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Z)V 55 member ; # net/minecraft/resources/HolderSetCodec$$Lambda+0x000001d681d77740 +instanceKlass @bci net/minecraft/resources/HolderSetCodec (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Codec;Z)V 47 argL0 ; # net/minecraft/resources/HolderSetCodec$$Lambda+0x000001d681d77508 +instanceKlass net/neoforged/neoforge/registries/holdersets/HolderSetType +instanceKlass net/minecraft/core/HolderSet$ListBacked +instanceKlass com/evandev/reliable_recipes/mixin/accessor/HolderSetNamedAccessor +instanceKlass org/betterx/wover/biome/mixin/HolderSetNamedAccessor +instanceKlass net/neoforged/neoforge/registries/holdersets/ICustomHolderSet +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistries$Keys +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistries +instanceKlass @bci net/minecraft/tags/TagKey hashedCodec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/tags/TagKey$$Lambda+0x000001d681d75cd0 +instanceKlass @bci net/minecraft/tags/TagKey hashedCodec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/tags/TagKey$$Lambda+0x000001d681d75a90 +instanceKlass @bci net/minecraft/resources/HolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 38 argL0 ; # net/minecraft/resources/HolderSetCodec$$Lambda+0x000001d681d75858 +instanceKlass @bci net/minecraft/resources/HolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 33 argL0 ; # net/minecraft/resources/HolderSetCodec$$Lambda+0x000001d681d75620 +instanceKlass @bci net/minecraft/util/ExtraCodecs ensureHomogenous (Ljava/util/function/Function;)Ljava/util/function/Function; 1 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681d753e0 +instanceKlass @bci net/minecraft/resources/HolderSetCodec homogenousList (Lcom/mojang/serialization/Codec;Z)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/resources/HolderSetCodec$$Lambda+0x000001d681d751a8 +instanceKlass net/minecraft/resources/HolderSetCodec +instanceKlass net/minecraft/resources/RegistryFixedCodec +instanceKlass net/minecraft/core/RegistryCodecs +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition ()V 0 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition$$Lambda+0x000001d681d73fd8 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d73b98 +instanceKlass @bci net/minecraft/world/item/enchantment/Enchantment ()V 0 argL0 ; # net/minecraft/world/item/enchantment/Enchantment$$Lambda+0x000001d681d73960 +instanceKlass net/minecraft/world/item/enchantment/ItemEnchantments +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 142 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d732b0 +instanceKlass @bci net/minecraft/world/item/Rarity ()V 273 argL0 ; # net/minecraft/world/item/Rarity$$Lambda+0x000001d681d73098 +instanceKlass @bci net/minecraft/world/item/Rarity ()V 253 argL0 ; # net/minecraft/world/item/Rarity$$Lambda+0x000001d681d72e80 +instanceKlass @bci net/minecraft/util/StringRepresentable fromValues (Ljava/util/function/Supplier;)Lcom/mojang/serialization/Codec; 11 argL0 ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681d72c48 +instanceKlass @bci net/minecraft/world/item/Rarity ()V 242 argL0 ; # net/minecraft/world/item/Rarity$$Lambda+0x000001d681d72a30 +instanceKlass @bci com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity ()V 96 argL0 ; # com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity$$Lambda+0x000001d681d725f0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity ()V 60 argL0 ; # com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity$$Lambda+0x000001d681d723a0 +instanceKlass @bci com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity ()V 24 argL0 ; # com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity$$Lambda+0x000001d681d72150 +instanceKlass com/github/L_Ender/cataclysm/client/CustomRarity/CMRarity +instanceKlass com/aetherteam/aether/AetherEnumExtensions +instanceKlass @bci net/minecraft/world/item/Rarity (Ljava/lang/String;IILjava/lang/String;Lnet/minecraft/ChatFormatting;)V 26 member ; # net/minecraft/world/item/Rarity$$Lambda+0x000001d681d71af8 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 128 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d71628 +instanceKlass @bci net/minecraft/world/item/component/ItemLore ()V 80 argL0 ; # net/minecraft/world/item/component/ItemLore$$Lambda+0x000001d681d713f0 +instanceKlass @bci net/minecraft/world/item/component/ItemLore ()V 75 argL0 ; # net/minecraft/world/item/component/ItemLore$$Lambda+0x000001d681d711b8 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs lambda$list$12 (ILnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 0 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681d70fa0 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs list (I)Lnet/minecraft/network/codec/StreamCodec$CodecOperation; 1 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681d70d88 +instanceKlass @bci net/minecraft/world/item/component/ItemLore ()V 48 argL0 ; # net/minecraft/world/item/component/ItemLore$$Lambda+0x000001d681d70b50 +instanceKlass @bci net/minecraft/world/item/component/ItemLore ()V 43 argL0 ; # net/minecraft/world/item/component/ItemLore$$Lambda+0x000001d681d70918 +instanceKlass @bci net/minecraft/world/item/component/ItemLore (Ljava/util/List;)V 3 argL0 ; # net/minecraft/world/item/component/ItemLore$$Lambda+0x000001d681d706c0 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 114 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d70250 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 100 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d70000 +instanceKlass net/minecraft/util/EncoderCache$2 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 86 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d6f6f0 +instanceKlass net/minecraft/network/chat/Style$1 +instanceKlass @bci net/minecraft/world/item/component/Unbreakable ()V 19 argL0 ; # net/minecraft/world/item/component/Unbreakable$$Lambda+0x000001d681d6f2b8 +instanceKlass @bci net/minecraft/world/item/component/Unbreakable ()V 14 argL0 ; # net/minecraft/world/item/component/Unbreakable$$Lambda+0x000001d681d6f080 +instanceKlass @bci net/minecraft/world/item/component/Unbreakable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/item/component/Unbreakable$$Lambda+0x000001d681d6ee48 +instanceKlass @bci net/minecraft/world/item/component/Unbreakable lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/item/component/Unbreakable$$Lambda+0x000001d681d6ec10 +instanceKlass @bci net/minecraft/world/item/component/Unbreakable ()V 0 argL0 ; # net/minecraft/world/item/component/Unbreakable$$Lambda+0x000001d681d6e9d8 +instanceKlass net/minecraft/world/item/component/TooltipProvider +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 72 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d6e378 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 58 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d6e128 +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 44 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d6ded8 +instanceKlass @bci net/minecraft/util/ExtraCodecs intRange (II)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681d6dca0 +instanceKlass org/apache/commons/lang3/mutable/MutableBoolean +instanceKlass org/apache/commons/lang3/mutable/Mutable +instanceKlass dev/latvian/mods/kubejs/KubeJSPaths +instanceKlass dev/latvian/mods/kubejs/util/BaseProperties +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 30 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d6d380 +instanceKlass net/minecraft/core/component/DataComponentType$Builder$SimpleType +instanceKlass @bci net/minecraft/core/component/DataComponentType$Builder build ()Lnet/minecraft/core/component/DataComponentType; 5 member ; # net/minecraft/core/component/DataComponentType$Builder$$Lambda+0x000001d681d6cf08 +instanceKlass @bci net/minecraft/world/item/component/CustomData ()V 74 argL0 ; # net/minecraft/world/item/component/CustomData$$Lambda+0x000001d681d6ccd0 +instanceKlass @bci net/minecraft/world/item/component/CustomData ()V 69 argL0 ; # net/minecraft/world/item/component/CustomData$$Lambda+0x000001d681d6ca98 +instanceKlass @bci net/minecraft/world/item/component/CustomData ()V 53 argL0 ; # net/minecraft/world/item/component/CustomData$$Lambda+0x000001d681d6c860 +instanceKlass @bci net/minecraft/world/item/component/CustomData ()V 37 argL0 ; # net/minecraft/world/item/component/CustomData$$Lambda+0x000001d681d67c30 +instanceKlass @bci net/minecraft/world/item/component/CustomData ()V 32 argL0 ; # net/minecraft/world/item/component/CustomData$$Lambda+0x000001d681d679f8 +instanceKlass net/minecraft/world/item/component/CustomData +instanceKlass @bci net/minecraft/core/component/DataComponents ()V 16 argL0 ; # net/minecraft/core/component/DataComponents$$Lambda+0x000001d681d675a0 +instanceKlass net/minecraft/core/component/DataComponentType$Builder +instanceKlass io/wispforest/owo/serialization/OwoComponentTypeBuilder +instanceKlass net/minecraft/util/EncoderCache +instanceKlass org/embeddedt/modernfix/common/mixin/perf/encoder_cache_leak/EncoderCacheAccessor +instanceKlass @bci net/minecraft/world/item/Item (Lnet/minecraft/world/item/Item$Properties;)V 23 argL0 ; # net/minecraft/world/item/Item$$Lambda+0x000001d681d668f0 +instanceKlass com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper +instanceKlass net/minecraft/world/item/Item$Properties +instanceKlass net/fabric_extras/ranged_weapon/internal/RangedItemSettings +instanceKlass io/wispforest/owo/itemgroup/OwoItemSettingsExtension +instanceKlass dev/architectury/impl/ItemPropertiesExtensionImpl +instanceKlass dev/architectury/extensions/injected/InjectedItemPropertiesExtension +instanceKlass net/fabricmc/fabric/api/item/v1/FabricItem$Settings +instanceKlass net/neoforged/neoforge/common/extensions/IItemPropertiesExtensions +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$ItemCallbacks +instanceKlass dev/engine_room/flywheel/backend/mixin/AbstractClientPlayerAccessor +instanceKlass net/spell_engine/client/animation/AnimatablePlayer +instanceKlass net/spell_engine/client/sound/SpellCastingSound$Listener +instanceKlass net/combat_roll/client/animation/AnimatablePlayer +instanceKlass net/bettercombat/client/animation/PlayerAttackAnimatable +instanceKlass dev/latvian/mods/kubejs/core/LocalClientPlayerKJS +instanceKlass dev/latvian/mods/kubejs/core/ClientPlayerKJS +instanceKlass net/spell_engine/internals/casting/SpellCasterClient +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinLocalPlayer +instanceKlass net/combat_roll/internals/RollingEntity +instanceKlass io/wispforest/accessories/pond/CloseContainerTransfer +instanceKlass net/irisshaders/iris/mixinterface/LocalPlayerInterface +instanceKlass com/faboslav/friendsandfoes/common/mixin/SpawnEggItemAccessor +instanceKlass com/faboslav/variantsandventures/common/mixin/SpawnEggItemAccessor +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/items/MapItemAccessor +instanceKlass net/minecraft/world/item/SignApplicator +instanceKlass dev/architectury/extensions/injected/InjectedBucketItemExtension +instanceKlass dev/architectury/mixin/forge/neoforge/BucketItemAccessor +instanceKlass net/minecraft/world/item/DispensibleContainerItem +instanceKlass net/neoforged/neoforge/common/extensions/IDispensibleContainerItemExtension +instanceKlass net/fabricmc/fabric/mixin/content/registry/HoeItemAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/HoeItemAccessor +instanceKlass dev/emi/emi/mixin/accessor/HoeItemAccessor +instanceKlass net/fabricmc/fabric/mixin/content/registry/AxeItemAccessor +instanceKlass dev/emi/emi/mixin/accessor/AxeItemAccessor +instanceKlass dev/latvian/mods/kubejs/core/DiggerItemKJS +instanceKlass net/fabricmc/fabric/mixin/content/registry/ShovelItemAccessor +instanceKlass org/betterx/bclib/mixin/common/ShovelItemAccessor +instanceKlass dev/emi/emi/mixin/accessor/ShovelItemAccessor +instanceKlass net/minecraft/world/item/Tier +instanceKlass net/minecraft/world/item/ProjectileItem +instanceKlass net/fabric_extras/ranged_weapon/api/CustomRangedWeapon +instanceKlass net/spell_engine/mixin/item/RangedWeaponAccessor +instanceKlass punchy/mixin/client/accessor/BoatItemAccessor +instanceKlass punchy/mixin/client/accessor/MinecartItemAccessor +instanceKlass net/minecraft/world/item/Items +instanceKlass @bci net/minecraft/world/level/block/HeavyCoreBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HeavyCoreBlock$$Lambda+0x000001d681d12970 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40723 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d12758 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40709 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d12540 +instanceKlass @bci net/minecraft/world/level/block/VaultBlock ()V 0 argL0 ; # net/minecraft/world/level/block/VaultBlock$$Lambda+0x000001d681d12308 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40658 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d115a0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40638 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d11388 +instanceKlass @bci net/minecraft/world/level/block/TrialSpawnerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TrialSpawnerBlock$$Lambda+0x000001d681d0fd78 +instanceKlass net/minecraft/world/level/block/entity/trialspawner/TrialSpawner$StateAccessor +instanceKlass net/minecraft/world/item/crafting/RecipeCache +instanceKlass @bci net/minecraft/world/level/block/CrafterBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CrafterBlock$$Lambda+0x000001d681d07540 +instanceKlass net/minecraft/world/inventory/CraftingContainer +instanceKlass net/minecraft/world/item/crafting/RecipeInput +instanceKlass dev/latvian/mods/kubejs/core/mixin/RecipeInputMixin +instanceKlass dev/latvian/mods/kubejs/core/RecipeInputKJS +instanceKlass @bci net/minecraft/world/level/block/DecoratedPotBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DecoratedPotBlock$$Lambda+0x000001d681d06b28 +instanceKlass @bci net/minecraft/world/level/block/FrogspawnBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FrogspawnBlock$$Lambda+0x000001d681d05810 +instanceKlass com/li64/tide/data/FishLengthHolder +instanceKlass net/minecraft/world/entity/animal/Bucketable +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40428 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d019d0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40383 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d017b8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 40338 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d015a0 +instanceKlass @bci net/minecraft/world/level/block/InfestedRotatedPillarBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/block/InfestedRotatedPillarBlock$$Lambda+0x000001d681d01378 +instanceKlass @bci net/minecraft/world/level/block/InfestedRotatedPillarBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/minecraft/world/level/block/InfestedRotatedPillarBlock$$Lambda+0x000001d681d01140 +instanceKlass @bci net/minecraft/world/level/block/InfestedRotatedPillarBlock ()V 0 argL0 ; # net/minecraft/world/level/block/InfestedRotatedPillarBlock$$Lambda+0x000001d681d00f08 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 39594 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d00cf0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 39586 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d00ad8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 39578 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d008c0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 39570 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681d006a8 +instanceKlass @bci net/minecraft/world/level/block/MudBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MudBlock$$Lambda+0x000001d681d00470 +instanceKlass @bci net/minecraft/world/level/block/RootedDirtBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RootedDirtBlock$$Lambda+0x000001d681d00238 +instanceKlass @bci net/minecraft/world/level/block/HangingRootsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HangingRootsBlock$$Lambda+0x000001d681d00000 +instanceKlass @bci net/minecraft/world/level/block/SmallDripleafBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SmallDripleafBlock$$Lambda+0x000001d681cffc40 +instanceKlass @bci net/minecraft/world/level/block/BigDripleafBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 58 argL0 ; # net/minecraft/world/level/block/BigDripleafBlock$$Lambda+0x000001d681cffa08 +instanceKlass @bci net/minecraft/world/level/block/BigDripleafStemBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BigDripleafStemBlock$$Lambda+0x000001d681cff7d0 +instanceKlass @bci net/minecraft/world/level/block/BigDripleafBlock ()V 30 argL0 ; # net/minecraft/world/level/block/BigDripleafBlock$$Lambda+0x000001d681cff5a8 +instanceKlass @bci net/minecraft/world/level/block/BigDripleafBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BigDripleafBlock$$Lambda+0x000001d681cff370 +instanceKlass @bci net/minecraft/world/level/block/MossBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MossBlock$$Lambda+0x000001d681cff138 +instanceKlass net/minecraft/Util$9 +instanceKlass @bci net/minecraft/world/level/block/PinkPetalsBlock ()V 23 argL0 ; # net/minecraft/world/level/block/PinkPetalsBlock$$Lambda+0x000001d681cfecd8 +instanceKlass @bci net/minecraft/world/level/block/PinkPetalsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PinkPetalsBlock$$Lambda+0x000001d681cfeaa0 +instanceKlass @bci net/minecraft/world/level/block/AzaleaBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AzaleaBlock$$Lambda+0x000001d681cfe868 +instanceKlass @bci net/minecraft/world/level/block/SporeBlossomBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SporeBlossomBlock$$Lambda+0x000001d681cfe630 +instanceKlass @bci net/minecraft/world/level/block/CaveVinesPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CaveVinesPlantBlock$$Lambda+0x000001d681cfe3f8 +instanceKlass @bci net/minecraft/world/level/block/CaveVines emission (I)Ljava/util/function/ToIntFunction; 1 member ; # net/minecraft/world/level/block/CaveVines$$Lambda+0x000001d681cfe1e0 +instanceKlass @bci net/minecraft/world/level/block/CaveVinesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CaveVinesBlock$$Lambda+0x000001d681cfdfa8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38888 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cfdd90 +instanceKlass @bci net/minecraft/world/level/block/PointedDripstoneBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PointedDripstoneBlock$$Lambda+0x000001d681cfdb58 +instanceKlass @bci net/minecraft/world/level/block/LightningRodBlock ()V 72 argL0 ; # net/minecraft/world/level/block/LightningRodBlock$$Lambda+0x000001d681cfd930 +instanceKlass @bci net/minecraft/world/level/block/LightningRodBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LightningRodBlock$$Lambda+0x000001d681cfd6f8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38549 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf9590 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperBulbBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/WeatheringCopperBulbBlock$$Lambda+0x000001d681cf9368 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperBulbBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperBulbBlock$$Lambda+0x000001d681cf9130 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperBulbBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperBulbBlock$$Lambda+0x000001d681cf8ef8 +instanceKlass @bci net/minecraft/world/level/block/CopperBulbBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CopperBulbBlock$$Lambda+0x000001d681cf8cc0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38311 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf8aa8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38303 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf8890 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38295 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf8678 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38287 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf8460 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperGrateBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/WeatheringCopperGrateBlock$$Lambda+0x000001d681cf8238 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperGrateBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperGrateBlock$$Lambda+0x000001d681cf8000 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperGrateBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperGrateBlock$$Lambda+0x000001d681cf7db0 +instanceKlass @bci net/minecraft/world/level/block/WaterloggedTransparentBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WaterloggedTransparentBlock$$Lambda+0x000001d681cf7b78 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 38019 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf7960 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock$$Lambda+0x000001d681cf7728 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock$$Lambda+0x000001d681cf74f0 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock$$Lambda+0x000001d681cf72b8 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperTrapDoorBlock$$Lambda+0x000001d681cf7080 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/block/WeatheringCopperDoorBlock$$Lambda+0x000001d681cf6e48 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/block/WeatheringCopperDoorBlock$$Lambda+0x000001d681cf6c10 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperDoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperDoorBlock$$Lambda+0x000001d681cf69d8 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperDoorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperDoorBlock$$Lambda+0x000001d681cf67a0 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperSlabBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/WeatheringCopperSlabBlock$$Lambda+0x000001d681cf6578 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperSlabBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperSlabBlock$$Lambda+0x000001d681cf6340 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperSlabBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperSlabBlock$$Lambda+0x000001d681cf6108 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperStairBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 44 argL0 ; # net/minecraft/world/level/block/WeatheringCopperStairBlock$$Lambda+0x000001d681cf5ed0 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperStairBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/block/WeatheringCopperStairBlock$$Lambda+0x000001d681cf5c98 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperStairBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperStairBlock$$Lambda+0x000001d681cf5a60 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperStairBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperStairBlock$$Lambda+0x000001d681cf5828 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperFullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/WeatheringCopperFullBlock$$Lambda+0x000001d681cf5600 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperFullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopperFullBlock$$Lambda+0x000001d681cf53c8 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopper$WeatherState ()V 66 argL0 ; # net/minecraft/world/level/block/WeatheringCopper$WeatherState$$Lambda+0x000001d681cf51b0 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopperFullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopperFullBlock$$Lambda+0x000001d681cf4d88 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopper ()V 11 argL0 ; # net/minecraft/world/level/block/WeatheringCopper$$Lambda+0x000001d681cf4b58 +instanceKlass @bci net/minecraft/world/level/block/WeatheringCopper ()V 0 argL0 ; # net/minecraft/world/level/block/WeatheringCopper$$Lambda+0x000001d681cf4928 +instanceKlass @bci net/minecraft/world/level/block/SculkShriekerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SculkShriekerBlock$$Lambda+0x000001d681cf4470 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36596 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf36c8 +instanceKlass @bci net/minecraft/world/level/block/SculkCatalystBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SculkCatalystBlock$$Lambda+0x000001d681cf3490 +instanceKlass @bci net/minecraft/world/level/block/SculkVeinBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SculkVeinBlock$$Lambda+0x000001d681cf2478 +instanceKlass @bci net/minecraft/world/level/block/SculkBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SculkBlock$$Lambda+0x000001d681cf2240 +instanceKlass net/minecraft/world/level/block/SculkBehaviour$1 +instanceKlass @bci net/minecraft/world/level/block/CalibratedSculkSensorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CalibratedSculkSensorBlock$$Lambda+0x000001d681cf1d88 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36440 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf0fd8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36432 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cf0dc0 +instanceKlass @bci net/minecraft/world/level/block/SculkSensorBlock ()V 51 argL0 ; # net/minecraft/world/level/block/SculkSensorBlock$$Lambda+0x000001d681cf0b98 +instanceKlass @bci net/minecraft/world/level/block/SculkSensorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SculkSensorBlock$$Lambda+0x000001d681cebc10 +instanceKlass net/minecraft/world/level/gameevent/vibrations/VibrationSystem +instanceKlass net/minecraft/world/level/gameevent/GameEventListener$Provider +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36387 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ceb608 +instanceKlass @bci net/minecraft/world/level/block/PowderSnowBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PowderSnowBlock$$Lambda+0x000001d681ceb3d0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36339 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ceb1b8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36331 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ceafa0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36323 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cead88 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 36315 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ceab70 +instanceKlass @bci net/minecraft/world/level/block/TintedGlassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TintedGlassBlock$$Lambda+0x000001d681cea938 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 35856 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cea720 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 35814 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cea508 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 35772 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cea2f0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 35724 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cea0d8 +instanceKlass @bci net/minecraft/world/level/block/AmethystClusterBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/block/AmethystClusterBlock$$Lambda+0x000001d681ce9ea0 +instanceKlass @bci net/minecraft/world/level/block/AmethystClusterBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/block/AmethystClusterBlock$$Lambda+0x000001d681ce9c68 +instanceKlass @bci net/minecraft/world/level/block/AmethystClusterBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/AmethystClusterBlock$$Lambda+0x000001d681ce9a30 +instanceKlass @bci net/minecraft/world/level/block/AmethystClusterBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AmethystClusterBlock$$Lambda+0x000001d681ce97f8 +instanceKlass @bci net/minecraft/world/level/block/BuddingAmethystBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BuddingAmethystBlock$$Lambda+0x000001d681ce95c0 +instanceKlass @bci net/minecraft/world/level/block/AmethystBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AmethystBlock$$Lambda+0x000001d681ce9388 +instanceKlass @bci net/minecraft/world/level/block/CandleCakeBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/CandleCakeBlock$$Lambda+0x000001d681ce9160 +instanceKlass @bci net/minecraft/world/level/block/CandleCakeBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/CandleCakeBlock$$Lambda+0x000001d681ce8f28 +instanceKlass @bci net/minecraft/world/level/block/CandleCakeBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CandleCakeBlock$$Lambda+0x000001d681ce8cf0 +instanceKlass @bci net/minecraft/world/level/block/CandleBlock ()V 37 argL0 ; # net/minecraft/world/level/block/CandleBlock$$Lambda+0x000001d681ce8ad8 +instanceKlass @bci net/minecraft/world/level/block/CandleBlock ()V 29 argL0 ; # net/minecraft/world/level/block/CandleBlock$$Lambda+0x000001d681ce88c0 +instanceKlass @bci net/minecraft/world/level/block/CandleBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CandleBlock$$Lambda+0x000001d681ce8688 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 34218 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce8470 +instanceKlass @bci net/minecraft/world/level/block/RespawnAnchorBlock ()V 146 argL0 ; # net/minecraft/world/level/block/RespawnAnchorBlock$$Lambda+0x000001d681ce8238 +instanceKlass @bci net/minecraft/world/level/block/RespawnAnchorBlock ()V 122 argL0 ; # net/minecraft/world/level/block/RespawnAnchorBlock$$Lambda+0x000001d681ce8000 +instanceKlass @bci net/minecraft/world/level/block/RespawnAnchorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RespawnAnchorBlock$$Lambda+0x000001d681ce7bf8 +instanceKlass net/minecraft/world/level/ExplosionDamageCalculator +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 34167 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce7588 +instanceKlass @bci net/minecraft/world/level/block/CryingObsidianBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CryingObsidianBlock$$Lambda+0x000001d681ce7350 +instanceKlass @bci net/minecraft/world/level/block/HoneyBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HoneyBlock$$Lambda+0x000001d681ce7118 +instanceKlass @bci net/minecraft/world/level/block/BeehiveBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BeehiveBlock$$Lambda+0x000001d681ce6ee0 +instanceKlass @bci net/minecraft/world/level/block/TargetBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TargetBlock$$Lambda+0x000001d681ce6140 +instanceKlass @bci net/minecraft/world/level/block/ComposterBlock ()V 38 argL0 ; # net/minecraft/world/level/block/ComposterBlock$$Lambda+0x000001d681ce5f18 +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatMap$FastEntrySet +instanceKlass @bci net/minecraft/world/level/block/ComposterBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ComposterBlock$$Lambda+0x000001d681ce5ce0 +instanceKlass net/caffeinemc/mods/lithium/common/hopper/BlockStateOnlyInventory +instanceKlass net/minecraft/world/SimpleContainer +instanceKlass @bci net/minecraft/world/level/block/JigsawBlock ()V 0 argL0 ; # net/minecraft/world/level/block/JigsawBlock$$Lambda+0x000001d681ce4420 +instanceKlass @bci net/minecraft/world/level/block/StructureBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StructureBlock$$Lambda+0x000001d681ce3638 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 33234 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce27b8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 33180 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce25a0 +instanceKlass @bci net/minecraft/world/level/block/TwistingVinesPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TwistingVinesPlantBlock$$Lambda+0x000001d681ce2368 +instanceKlass @bci net/minecraft/world/level/block/TwistingVinesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TwistingVinesBlock$$Lambda+0x000001d681ce2130 +instanceKlass @bci net/minecraft/world/level/block/WeepingVinesPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeepingVinesPlantBlock$$Lambda+0x000001d681ce1ef8 +instanceKlass @bci net/minecraft/world/level/block/WeepingVinesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeepingVinesBlock$$Lambda+0x000001d681ce1cc0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 32510 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce1aa8 +instanceKlass @bci net/minecraft/world/level/block/NetherSproutsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NetherSproutsBlock$$Lambda+0x000001d681ce1870 +instanceKlass @bci net/minecraft/world/level/block/RootsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RootsBlock$$Lambda+0x000001d681ce1638 +instanceKlass @bci net/minecraft/world/level/block/FungusBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 54 argL0 ; # net/minecraft/world/level/block/FungusBlock$$Lambda+0x000001d681ce1400 +instanceKlass @bci net/minecraft/world/level/block/FungusBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 39 argL0 ; # net/minecraft/world/level/block/FungusBlock$$Lambda+0x000001d681ce11c8 +instanceKlass @bci net/minecraft/world/level/block/FungusBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/FungusBlock$$Lambda+0x000001d681ce0f90 +instanceKlass @bci net/minecraft/world/level/block/FungusBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FungusBlock$$Lambda+0x000001d681ce0d58 +instanceKlass @bci net/minecraft/world/level/block/NyliumBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NyliumBlock$$Lambda+0x000001d681ce0b20 +instanceKlass @bci net/minecraft/world/level/block/Blocks netherStem (Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/Block; 8 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ce08e0 +instanceKlass @bci net/minecraft/world/level/block/SweetBerryBushBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SweetBerryBushBlock$$Lambda+0x000001d681ce06a8 +instanceKlass @bci net/minecraft/world/level/block/CampfireBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/block/CampfireBlock$$Lambda+0x000001d681ce0470 +instanceKlass @bci net/minecraft/world/level/block/CampfireBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/block/CampfireBlock$$Lambda+0x000001d681ce0238 +instanceKlass @bci net/minecraft/world/level/block/CampfireBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/CampfireBlock$$Lambda+0x000001d681ce0000 +instanceKlass @bci net/minecraft/world/level/block/CampfireBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CampfireBlock$$Lambda+0x000001d681cdfcb0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 31742 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cdee88 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 31682 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cdec70 +instanceKlass @bci net/minecraft/world/level/block/LanternBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LanternBlock$$Lambda+0x000001d681cdea38 +instanceKlass @bci net/minecraft/world/level/block/BellBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BellBlock$$Lambda+0x000001d681cde800 +instanceKlass net/mehvahdjukaar/amendments/common/IBellConnection +instanceKlass @bci net/minecraft/world/level/block/StonecutterBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StonecutterBlock$$Lambda+0x000001d681cdd858 +instanceKlass @bci net/minecraft/world/level/block/SmithingTableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SmithingTableBlock$$Lambda+0x000001d681cdd110 +instanceKlass @bci net/minecraft/world/level/block/LecternBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LecternBlock$$Lambda+0x000001d681cdc9b0 +instanceKlass @bci net/minecraft/world/level/block/GrindstoneBlock ()V 0 argL0 ; # net/minecraft/world/level/block/GrindstoneBlock$$Lambda+0x000001d681cdb798 +instanceKlass @bci net/minecraft/world/level/block/FletchingTableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FletchingTableBlock$$Lambda+0x000001d681cdb078 +instanceKlass @bci net/minecraft/world/level/block/CartographyTableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CartographyTableBlock$$Lambda+0x000001d681cdae40 +instanceKlass @bci net/minecraft/world/level/block/BlastFurnaceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BlastFurnaceBlock$$Lambda+0x000001d681cd7d40 +instanceKlass @bci net/minecraft/world/level/block/SmokerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SmokerBlock$$Lambda+0x000001d681cd7b08 +instanceKlass @bci net/minecraft/world/level/block/BarrelBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BarrelBlock$$Lambda+0x000001d681cd78d0 +instanceKlass @bci net/minecraft/world/level/block/LoomBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LoomBlock$$Lambda+0x000001d681cd6390 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 31123 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cd5c50 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 31109 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cd5a38 +instanceKlass @bci net/minecraft/world/level/block/ScaffoldingBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ScaffoldingBlock$$Lambda+0x000001d681cd5800 +instanceKlass @bci net/minecraft/world/level/block/BubbleColumnBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BubbleColumnBlock$$Lambda+0x000001d681cd55c8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 30117 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cd53b0 +instanceKlass @bci net/minecraft/world/level/block/BambooStalkBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BambooStalkBlock$$Lambda+0x000001d681cd5178 +instanceKlass @bci net/minecraft/world/level/block/BambooSaplingBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BambooSaplingBlock$$Lambda+0x000001d681cd4f40 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 29979 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cd4d28 +instanceKlass @bci net/minecraft/world/level/block/ConduitBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ConduitBlock$$Lambda+0x000001d681cd4af0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 29873 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cd3d88 +instanceKlass @bci net/minecraft/world/level/block/SeaPickleBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SeaPickleBlock$$Lambda+0x000001d681cd3b50 +instanceKlass @bci net/minecraft/world/level/block/CoralWallFanBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/CoralWallFanBlock$$Lambda+0x000001d681cd3928 +instanceKlass @bci net/minecraft/world/level/block/CoralWallFanBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/CoralWallFanBlock$$Lambda+0x000001d681cc7d10 +instanceKlass @bci net/minecraft/world/level/block/CoralWallFanBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CoralWallFanBlock$$Lambda+0x000001d681cc7ad8 +instanceKlass @bci net/minecraft/world/level/block/BaseCoralWallFanBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BaseCoralWallFanBlock$$Lambda+0x000001d681cc78a0 +instanceKlass @bci net/minecraft/world/level/block/CoralFanBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/CoralFanBlock$$Lambda+0x000001d681cc7678 +instanceKlass @bci net/minecraft/world/level/block/CoralFanBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/CoralFanBlock$$Lambda+0x000001d681cc7440 +instanceKlass @bci net/minecraft/world/level/block/CoralFanBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CoralFanBlock$$Lambda+0x000001d681cc7208 +instanceKlass @bci net/minecraft/world/level/block/BaseCoralFanBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BaseCoralFanBlock$$Lambda+0x000001d681cc6fd0 +instanceKlass @bci net/minecraft/world/level/block/CoralPlantBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/CoralPlantBlock$$Lambda+0x000001d681cc6da8 +instanceKlass @bci net/minecraft/world/level/block/CoralPlantBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/CoralPlantBlock$$Lambda+0x000001d681cc6b70 +instanceKlass @bci net/minecraft/world/level/block/CoralPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CoralPlantBlock$$Lambda+0x000001d681ccfd38 +instanceKlass @bci net/minecraft/world/level/block/BaseCoralPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BaseCoralPlantBlock$$Lambda+0x000001d681ccfb00 +instanceKlass @bci net/minecraft/world/level/block/CoralBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/CoralBlock$$Lambda+0x000001d681ccf8d8 +instanceKlass @bci net/minecraft/world/level/block/CoralBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/CoralBlock$$Lambda+0x000001d681ccf6a0 +instanceKlass @bci net/minecraft/world/level/block/CoralBlock ()V 18 argL0 ; # net/minecraft/world/level/block/CoralBlock$$Lambda+0x000001d681ccf468 +instanceKlass @bci net/minecraft/world/level/block/SnifferEggBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SnifferEggBlock$$Lambda+0x000001d681ccf230 +instanceKlass @bci net/minecraft/world/level/block/TurtleEggBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TurtleEggBlock$$Lambda+0x000001d681cc6938 +instanceKlass @bci net/minecraft/world/level/block/KelpPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/KelpPlantBlock$$Lambda+0x000001d681cc2e98 +instanceKlass @bci net/minecraft/world/level/block/KelpBlock ()V 0 argL0 ; # net/minecraft/world/level/block/KelpBlock$$Lambda+0x000001d681cc2c60 +instanceKlass @bci net/minecraft/world/level/block/ConcretePowderBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/ConcretePowderBlock$$Lambda+0x000001d681cc2a38 +instanceKlass @bci net/minecraft/world/level/block/ConcretePowderBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/ConcretePowderBlock$$Lambda+0x000001d681cc2800 +instanceKlass @bci net/minecraft/world/level/block/ConcretePowderBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ConcretePowderBlock$$Lambda+0x000001d681cc25c8 +instanceKlass @bci net/minecraft/world/level/block/GlazedTerracottaBlock ()V 0 argL0 ; # net/minecraft/world/level/block/GlazedTerracottaBlock$$Lambda+0x000001d681cc2390 +instanceKlass @bci net/minecraft/world/level/block/ShulkerBoxBlock ()V 133 argL0 ; # net/minecraft/world/level/block/ShulkerBoxBlock$$Lambda+0x000001d681cc2168 +instanceKlass @bci net/minecraft/world/level/block/ShulkerBoxBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/world/level/block/ShulkerBoxBlock$$Lambda+0x000001d681cc1f40 +instanceKlass @bci net/minecraft/world/level/block/ShulkerBoxBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/minecraft/world/level/block/ShulkerBoxBlock$$Lambda+0x000001d681cc1d08 +instanceKlass @bci net/minecraft/world/level/block/ShulkerBoxBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ShulkerBoxBlock$$Lambda+0x000001d681cc1ad0 +instanceKlass net/orcinus/galosphere/util/PreservedShulkerBox +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25318 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cc0238 +instanceKlass @bci net/minecraft/world/level/block/ObserverBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ObserverBlock$$Lambda+0x000001d681cc0000 +instanceKlass @bci net/minecraft/world/level/block/StructureVoidBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StructureVoidBlock$$Lambda+0x000001d681cbfce8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25107 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbfad0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25099 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbf8b8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25091 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbf6a0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25077 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbf488 +instanceKlass @bci net/minecraft/world/level/block/MagmaBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MagmaBlock$$Lambda+0x000001d681cbf250 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25035 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbf038 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 25027 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbee20 +instanceKlass @bci net/minecraft/world/level/block/FrostedIceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FrostedIceBlock$$Lambda+0x000001d681cbebe8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24873 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbe9d0 +instanceKlass @bci net/minecraft/world/level/block/EndGatewayBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EndGatewayBlock$$Lambda+0x000001d681cbe798 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24837 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbda08 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24829 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbd7f0 +instanceKlass @bci net/minecraft/world/level/block/DirtPathBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DirtPathBlock$$Lambda+0x000001d681cbd5b8 +instanceKlass @bci net/minecraft/world/level/block/BeetrootBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BeetrootBlock$$Lambda+0x000001d681cbd380 +instanceKlass @bci net/minecraft/world/level/block/PitcherCropBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PitcherCropBlock$$Lambda+0x000001d681cbd148 +instanceKlass @bci net/minecraft/world/level/block/TorchflowerCropBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TorchflowerCropBlock$$Lambda+0x000001d681cbcf10 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24450 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbccf8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24436 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbcae0 +instanceKlass @bci net/minecraft/world/level/block/ChorusFlowerBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/ChorusFlowerBlock$$Lambda+0x000001d681cbc8b8 +instanceKlass @bci net/minecraft/world/level/block/ChorusFlowerBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/ChorusFlowerBlock$$Lambda+0x000001d681cbc680 +instanceKlass @bci net/minecraft/world/level/block/ChorusFlowerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ChorusFlowerBlock$$Lambda+0x000001d681cbc448 +instanceKlass @bci net/minecraft/world/level/block/ChorusPlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ChorusPlantBlock$$Lambda+0x000001d681cbc210 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 24321 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cbbff8 +instanceKlass @bci net/minecraft/world/level/block/EndRodBlock ()V 16 argL0 ; # net/minecraft/world/level/block/EndRodBlock$$Lambda+0x000001d681cbbdd0 +instanceKlass @bci net/minecraft/world/level/block/EndRodBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EndRodBlock$$Lambda+0x000001d681cbbb98 +instanceKlass @bci net/minecraft/world/level/block/WallBannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/block/WallBannerBlock$$Lambda+0x000001d681cbb970 +instanceKlass @bci net/minecraft/world/level/block/WallBannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/block/WallBannerBlock$$Lambda+0x000001d681cbb738 +instanceKlass @bci net/minecraft/world/level/block/WallBannerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallBannerBlock$$Lambda+0x000001d681cbb500 +instanceKlass @bci net/minecraft/world/level/block/BannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/block/BannerBlock$$Lambda+0x000001d681cbb2d8 +instanceKlass @bci net/minecraft/world/level/block/BannerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/block/BannerBlock$$Lambda+0x000001d681cbb0a0 +instanceKlass @bci net/minecraft/world/level/block/BannerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BannerBlock$$Lambda+0x000001d681cbae68 +instanceKlass @bci net/minecraft/world/level/block/TallFlowerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TallFlowerBlock$$Lambda+0x000001d681cba090 +instanceKlass @bci net/minecraft/world/level/block/WoolCarpetBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/block/WoolCarpetBlock$$Lambda+0x000001d681cb9e68 +instanceKlass @bci net/minecraft/world/level/block/WoolCarpetBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/block/WoolCarpetBlock$$Lambda+0x000001d681cb9c30 +instanceKlass @bci net/minecraft/world/level/block/WoolCarpetBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WoolCarpetBlock$$Lambda+0x000001d681cb99f8 +instanceKlass @bci net/minecraft/world/level/block/CarpetBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CarpetBlock$$Lambda+0x000001d681cb97c0 +instanceKlass @bci net/minecraft/world/level/block/HayBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HayBlock$$Lambda+0x000001d681cb9588 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 18715 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb9370 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 18707 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb9158 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 18353 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb8f40 +instanceKlass @bci net/minecraft/world/level/block/LightBlock ()V 23 argL0 ; # net/minecraft/world/level/block/LightBlock$$Lambda+0x000001d681cb8d28 +instanceKlass @bci net/minecraft/world/level/block/LightBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LightBlock$$Lambda+0x000001d681cb8af0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 18244 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb88d8 +instanceKlass @bci net/minecraft/world/level/block/Blocks waterloggedMapColor (Lnet/minecraft/world/level/material/MapColor;)Ljava/util/function/Function; 1 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb8698 +instanceKlass @bci net/minecraft/world/level/block/BarrierBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BarrierBlock$$Lambda+0x000001d681cb8460 +instanceKlass @bci net/minecraft/world/level/block/SlimeBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SlimeBlock$$Lambda+0x000001d681cb8228 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassPaneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/block/StainedGlassPaneBlock$$Lambda+0x000001d681cb8000 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassPaneBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/block/StainedGlassPaneBlock$$Lambda+0x000001d681cb7c30 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassPaneBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StainedGlassPaneBlock$$Lambda+0x000001d681cb79f8 +instanceKlass @bci net/minecraft/world/level/block/DropperBlock ()V 6 argL0 ; # net/minecraft/world/level/block/DropperBlock$$Lambda+0x000001d681cb77c0 +instanceKlass @bci net/minecraft/world/level/block/HopperBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HopperBlock$$Lambda+0x000001d681cb6270 +instanceKlass net/caffeinemc/mods/lithium/common/tracking/entity/SectionedEntityMovementListener +instanceKlass net/caffeinemc/mods/lithium/common/hopper/UpdateReceiver +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeListener +instanceKlass net/minecraft/world/level/block/entity/Hopper +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 16378 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681cb4358 +instanceKlass @bci net/minecraft/world/level/block/PoweredBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PoweredBlock$$Lambda+0x000001d681cb4120 +instanceKlass @bci net/minecraft/world/level/block/DaylightDetectorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DaylightDetectorBlock$$Lambda+0x000001d681cb3ee8 +instanceKlass @bci net/minecraft/world/level/block/ComparatorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ComparatorBlock$$Lambda+0x000001d681cb3188 +instanceKlass @bci net/minecraft/world/level/block/WeightedPressurePlateBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 48 argL0 ; # net/minecraft/world/level/block/WeightedPressurePlateBlock$$Lambda+0x000001d681cb2418 +instanceKlass @bci net/minecraft/world/level/block/WeightedPressurePlateBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 33 argL0 ; # net/minecraft/world/level/block/WeightedPressurePlateBlock$$Lambda+0x000001d681cb21e0 +instanceKlass @bci net/minecraft/world/level/block/WeightedPressurePlateBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/WeightedPressurePlateBlock$$Lambda+0x000001d681cb1fa8 +instanceKlass @bci net/minecraft/world/level/block/WeightedPressurePlateBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WeightedPressurePlateBlock$$Lambda+0x000001d681cb1d70 +instanceKlass @bci net/minecraft/world/level/block/TrappedChestBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/minecraft/world/level/block/TrappedChestBlock$$Lambda+0x000001d681cb1b58 +instanceKlass @bci net/minecraft/world/level/block/TrappedChestBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TrappedChestBlock$$Lambda+0x000001d681cb1920 +instanceKlass @bci net/minecraft/world/level/block/AnvilBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AnvilBlock$$Lambda+0x000001d681cafc38 +instanceKlass org/betterx/bclib/interfaces/AnvilScreenHandlerExtended +instanceKlass @bci net/minecraft/world/level/block/PiglinWallSkullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PiglinWallSkullBlock$$Lambda+0x000001d681caf2e8 +instanceKlass @bci net/minecraft/world/level/block/PlayerWallHeadBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PlayerWallHeadBlock$$Lambda+0x000001d681caf0b0 +instanceKlass @bci net/minecraft/world/level/block/PlayerHeadBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PlayerHeadBlock$$Lambda+0x000001d681caee78 +instanceKlass @bci net/minecraft/world/level/block/WitherWallSkullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WitherWallSkullBlock$$Lambda+0x000001d681caec40 +instanceKlass @bci net/minecraft/world/level/block/WitherSkullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WitherSkullBlock$$Lambda+0x000001d681caea08 +instanceKlass net/morimori0317/bestylewither/entity/BEWitherBoss +instanceKlass net/morimori0317/bestylewither/mixin/WitherBossAccessor +instanceKlass net/minecraft/world/entity/PowerableMob +instanceKlass @bci net/minecraft/world/level/block/WallSkullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/WallSkullBlock$$Lambda+0x000001d681caa8e8 +instanceKlass @bci net/minecraft/world/level/block/WallSkullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/WallSkullBlock$$Lambda+0x000001d681caa6b0 +instanceKlass @bci net/minecraft/world/level/block/WallSkullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallSkullBlock$$Lambda+0x000001d681caa478 +instanceKlass @bci net/minecraft/world/level/block/SkullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/SkullBlock$$Lambda+0x000001d681ca9bd8 +instanceKlass @bci net/minecraft/world/level/block/SkullBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/SkullBlock$$Lambda+0x000001d681ca99a0 +instanceKlass @bci net/minecraft/world/level/block/SkullBlock$Type ()V 23 member ; # net/minecraft/world/level/block/SkullBlock$Type$$Lambda+0x000001d681ca9760 +instanceKlass @bci net/minecraft/world/level/block/SkullBlock$Type ()V 10 argL0 ; # net/minecraft/world/level/block/SkullBlock$Type$$Lambda+0x000001d681ca9528 +instanceKlass @bci net/minecraft/world/level/block/SkullBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SkullBlock$$Lambda+0x000001d681ca92f0 +instanceKlass @bci net/minecraft/world/level/block/PotatoBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PotatoBlock$$Lambda+0x000001d681ca8458 +instanceKlass @bci net/minecraft/world/level/block/CarrotBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CarrotBlock$$Lambda+0x000001d681ca8220 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 48 member ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca8000 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 11 argL0 ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca7d28 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 17 member ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca7b08 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca78e0 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca76a8 +instanceKlass @bci net/minecraft/world/level/block/FlowerPotBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FlowerPotBlock$$Lambda+0x000001d681ca7470 +instanceKlass @bci net/minecraft/world/level/block/WallBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallBlock$$Lambda+0x000001d681ca7238 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14737 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca7020 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14726 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca6e08 +instanceKlass @bci net/minecraft/world/level/block/BeaconBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BeaconBlock$$Lambda+0x000001d681ca6bd0 +instanceKlass @bci net/minecraft/world/level/block/CommandBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/CommandBlock$$Lambda+0x000001d681ca5d78 +instanceKlass @bci net/minecraft/world/level/block/CommandBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/CommandBlock$$Lambda+0x000001d681ca5b40 +instanceKlass @bci net/minecraft/world/level/block/CommandBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CommandBlock$$Lambda+0x000001d681ca5908 +instanceKlass @bci net/minecraft/world/level/block/TripWireBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/TripWireBlock$$Lambda+0x000001d681ca4b68 +instanceKlass @bci net/minecraft/world/level/block/TripWireBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/TripWireBlock$$Lambda+0x000001d681ca4930 +instanceKlass @bci net/minecraft/world/level/block/TripWireBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TripWireBlock$$Lambda+0x000001d681ca46f8 +instanceKlass @bci net/minecraft/world/level/block/TripWireHookBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TripWireHookBlock$$Lambda+0x000001d681ca44c0 +instanceKlass @bci net/minecraft/world/level/block/EnderChestBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 2 argL0 ; # net/minecraft/world/level/block/EnderChestBlock$$Lambda+0x000001d681ca42a8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14481 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca4090 +instanceKlass @bci net/minecraft/world/level/block/EnderChestBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EnderChestBlock$$Lambda+0x000001d681ca3e58 +instanceKlass com/leclowndu93150/particular/mixin/AccessorEnderChestBlockEntity +instanceKlass @bci net/minecraft/world/level/block/CocoaBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CocoaBlock$$Lambda+0x000001d681ca29a0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14265 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca2788 +instanceKlass @bci net/minecraft/world/level/block/RedstoneLampBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RedstoneLampBlock$$Lambda+0x000001d681ca2550 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14209 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca2338 +instanceKlass @bci net/minecraft/world/level/block/DragonEggBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DragonEggBlock$$Lambda+0x000001d681ca2100 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14112 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca1ee8 +instanceKlass @bci net/minecraft/world/level/block/EndPortalFrameBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EndPortalFrameBlock$$Lambda+0x000001d681ca1cb0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 14049 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca1a98 +instanceKlass @bci net/minecraft/world/level/block/EndPortalBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EndPortalBlock$$Lambda+0x000001d681ca1860 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 13985 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681ca0b18 +instanceKlass @bci net/minecraft/world/level/block/LavaCauldronBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LavaCauldronBlock$$Lambda+0x000001d681ca08e0 +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/ModelDataKey +instanceKlass net/minecraft/network/protocol/Packet +instanceKlass net/minecraft/world/level/block/entity/BlockEntity$DataComponentInput +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2FloatFunction +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2FloatFunction +instanceKlass net/mehvahdjukaar/moonlight/api/client/model/IExtraModelDataProvider +instanceKlass net/mehvahdjukaar/amendments/reg/ModBlockProperties +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock$$Lambda+0x000001d681c9ed20 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock$$Lambda+0x000001d681c9eae8 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock$$Lambda+0x000001d681c9e8b0 +instanceKlass @bci net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock ()V 0 argL0 ; # net/mehvahdjukaar/amendments/common/block/BoilingWaterCauldronBlock$$Lambda+0x000001d681c9e678 +instanceKlass @bci net/minecraft/world/level/block/LayeredCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 46 argL0 ; # net/minecraft/world/level/block/LayeredCauldronBlock$$Lambda+0x000001d681c9e440 +instanceKlass @bci net/minecraft/world/level/block/LayeredCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/world/level/block/LayeredCauldronBlock$$Lambda+0x000001d681c9e208 +instanceKlass @bci net/minecraft/world/level/block/LayeredCauldronBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/LayeredCauldronBlock$$Lambda+0x000001d681c9dfd0 +instanceKlass @bci net/minecraft/world/level/block/LayeredCauldronBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LayeredCauldronBlock$$Lambda+0x000001d681c9dd98 +instanceKlass @bci net/minecraft/world/level/biome/Biome$Precipitation ()V 51 argL0 ; # net/minecraft/world/level/biome/Biome$Precipitation$$Lambda+0x000001d681c9db80 +instanceKlass net/minecraft/world/level/biome/Biome +instanceKlass com/leclowndu93150/particular/mixin/AccessorBiome +instanceKlass net/mehvahdjukaar/polytone/mixins/accessor/BiomeAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/BiomeAccessor +instanceKlass net/irisshaders/iris/mixinterface/ExtendedBiome +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 110 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9ca78 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 102 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9c860 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 94 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9c648 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 86 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9c430 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 78 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9c218 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 70 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c9c000 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction newInteractionMap (Ljava/lang/String;)Lnet/minecraft/core/cauldron/CauldronInteraction$InteractionMap; 9 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c97c88 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 23 member ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c97808 +instanceKlass @bci net/minecraft/core/cauldron/CauldronInteraction ()V 10 argL0 ; # net/minecraft/core/cauldron/CauldronInteraction$$Lambda+0x000001d681c975d0 +instanceKlass net/minecraft/core/cauldron/CauldronInteraction +instanceKlass @bci net/minecraft/world/level/block/CauldronBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CauldronBlock$$Lambda+0x000001d681c96f98 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 13878 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c96d80 +instanceKlass @bci net/minecraft/world/level/block/BrewingStandBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BrewingStandBlock$$Lambda+0x000001d681c96958 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 13827 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c95408 +instanceKlass @bci net/minecraft/world/level/block/EnchantingTableBlock ()V 50 argL0 ; # net/minecraft/world/level/block/EnchantingTableBlock$$Lambda+0x000001d681c951d0 +instanceKlass @bci net/minecraft/world/level/block/EnchantingTableBlock ()V 40 argL0 ; # net/minecraft/world/level/block/EnchantingTableBlock$$Lambda+0x000001d681c94f88 +instanceKlass @bci net/minecraft/core/BlockPos betweenClosed (IIIIII)Ljava/lang/Iterable; 42 ; # java/lang/invoke/LambdaForm$MH+0x000001d681c98c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681c98800 +instanceKlass @cpi io/github/razordevs/deep_aether/networking/attachment/DAPlayerAttachment 408 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c98400 +instanceKlass @bci net/minecraft/core/BlockPos betweenClosed (IIIIII)Ljava/lang/Iterable; 42 member ; # net/minecraft/core/BlockPos$$Lambda+0x000001d681c94ae8 +instanceKlass @cpi net/minecraft/core/BlockPos 481 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c98000 +instanceKlass net/minecraft/core/BlockPos$1 +instanceKlass @bci net/minecraft/core/BlockPos ()V 8 argL0 ; # net/minecraft/core/BlockPos$$Lambda+0x000001d681c945f0 +instanceKlass @bci net/minecraft/core/BlockPos ()V 3 argL0 ; # net/minecraft/core/BlockPos$$Lambda+0x000001d681c943b8 +instanceKlass @bci net/minecraft/world/level/block/EnchantingTableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EnchantingTableBlock$$Lambda+0x000001d681c94180 +instanceKlass @bci net/minecraft/world/level/block/NetherWartBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NetherWartBlock$$Lambda+0x000001d681c92ed8 +instanceKlass @bci net/minecraft/world/level/block/WaterlilyBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WaterlilyBlock$$Lambda+0x000001d681c92ca0 +instanceKlass @bci net/minecraft/world/level/block/MyceliumBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MyceliumBlock$$Lambda+0x000001d681c92a68 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock (Ljava/util/Optional;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/Optional;Ljava/util/Optional;)V 70 member ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c92848 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock (Ljava/util/Optional;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/Optional;Ljava/util/Optional;)V 52 member ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c92628 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c923e0 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 53 argL0 ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c921a8 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 34 argL0 ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c91f70 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock lambda$static$5 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c91d38 +instanceKlass @bci net/minecraft/world/level/block/FenceGateBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FenceGateBlock$$Lambda+0x000001d681c91b00 +instanceKlass net/minecraft/world/level/block/MultifaceSpreader$DefaultSpreaderConfig +instanceKlass net/minecraft/world/level/block/MultifaceSpreader$SpreadConfig +instanceKlass net/minecraft/world/level/block/MultifaceSpreader +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 114 member ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c906d8 +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 66 member ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c90488 +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 37 member ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c90238 +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 18 argL0 ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c90000 +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock hasAnyFace (Lnet/minecraft/world/level/block/state/BlockState;)Z 7 member ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c8fd30 +instanceKlass @bci net/minecraft/world/level/block/GlowLichenBlock emission (I)Ljava/util/function/ToIntFunction; 1 member ; # net/minecraft/world/level/block/GlowLichenBlock$$Lambda+0x000001d681c8fb18 +instanceKlass @bci net/minecraft/world/level/block/GlowLichenBlock ()V 0 argL0 ; # net/minecraft/world/level/block/GlowLichenBlock$$Lambda+0x000001d681c8f8e0 +instanceKlass @bci net/minecraft/world/level/block/MultifaceBlock ()V 119 argL0 ; # net/minecraft/world/level/block/MultifaceBlock$$Lambda+0x000001d681c8f6b8 +instanceKlass @bci net/minecraft/world/level/block/VineBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 98 argL0 ; # net/minecraft/world/level/block/VineBlock$$Lambda+0x000001d681c8f480 +instanceKlass @bci net/minecraft/world/level/block/VineBlock ()V 54 argL0 ; # net/minecraft/world/level/block/VineBlock$$Lambda+0x000001d681c8f238 +instanceKlass @bci net/minecraft/world/level/block/VineBlock ()V 0 argL0 ; # net/minecraft/world/level/block/VineBlock$$Lambda+0x000001d681c8f000 +instanceKlass @bci net/minecraft/world/level/block/StemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/block/StemBlock$$Lambda+0x000001d681c8edb8 +instanceKlass @bci net/minecraft/world/level/block/StemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/block/StemBlock$$Lambda+0x000001d681c8eb80 +instanceKlass @bci net/minecraft/world/level/block/StemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/block/StemBlock$$Lambda+0x000001d681c8e948 +instanceKlass @bci net/minecraft/world/level/block/StemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/StemBlock$$Lambda+0x000001d681c8e710 +instanceKlass @bci net/minecraft/world/level/block/StemBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StemBlock$$Lambda+0x000001d681c8e4d8 +instanceKlass net/minecraft/references/Items +instanceKlass @bci net/minecraft/world/level/block/AttachedStemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 74 argL0 ; # net/minecraft/world/level/block/AttachedStemBlock$$Lambda+0x000001d681c8e090 +instanceKlass @bci net/minecraft/world/level/block/AttachedStemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/level/block/AttachedStemBlock$$Lambda+0x000001d681c8de58 +instanceKlass @bci net/minecraft/world/level/block/AttachedStemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/minecraft/world/level/block/AttachedStemBlock$$Lambda+0x000001d681c8dc20 +instanceKlass @bci net/minecraft/world/level/block/AttachedStemBlock lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/AttachedStemBlock$$Lambda+0x000001d681c8d9e8 +instanceKlass @bci net/minecraft/world/level/block/AttachedStemBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AttachedStemBlock$$Lambda+0x000001d681c8d7b0 +instanceKlass @bci net/minecraft/world/level/block/PumpkinBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PumpkinBlock$$Lambda+0x000001d681c8d578 +instanceKlass net/minecraft/references/Blocks +instanceKlass @bci net/minecraft/world/level/block/ChainBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ChainBlock$$Lambda+0x000001d681c8d340 +instanceKlass @bci net/minecraft/world/level/block/IronBarsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/IronBarsBlock$$Lambda+0x000001d681c8d108 +instanceKlass @bci net/minecraft/world/level/block/HugeMushroomBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HugeMushroomBlock$$Lambda+0x000001d681c8ced0 +instanceKlass @bci net/minecraft/world/level/block/InfestedBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 32 argL0 ; # net/minecraft/world/level/block/InfestedBlock$$Lambda+0x000001d681c8cca8 +instanceKlass @bci net/minecraft/world/level/block/InfestedBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/InfestedBlock$$Lambda+0x000001d681c8ca70 +instanceKlass @bci net/minecraft/world/level/block/InfestedBlock ()V 0 argL0 ; # net/minecraft/world/level/block/InfestedBlock$$Lambda+0x000001d681c8c838 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12350 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8c620 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12296 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8c408 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12242 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8c1f0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12188 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8bfd8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12134 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8bdc0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12080 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8bba8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 12026 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c8b990 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11972 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7fbd8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11918 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7f9c0 +instanceKlass @bci net/minecraft/world/level/block/TrapDoorBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/TrapDoorBlock$$Lambda+0x000001d681c7f798 +instanceKlass @bci net/minecraft/world/level/block/TrapDoorBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/TrapDoorBlock$$Lambda+0x000001d681c7f560 +instanceKlass @bci net/minecraft/world/level/block/TrapDoorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TrapDoorBlock$$Lambda+0x000001d681c7f328 +instanceKlass @bci net/minecraft/world/level/block/Blocks stainedGlass (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/Block; 57 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7f110 +instanceKlass @bci net/minecraft/world/level/block/Blocks stainedGlass (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/Block; 49 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7eef8 +instanceKlass @bci net/minecraft/world/level/block/Blocks stainedGlass (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/Block; 41 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7ece0 +instanceKlass @bci net/minecraft/world/level/block/Blocks stainedGlass (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/Block; 33 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7eac8 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties mapColor (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 2 member ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681c7e888 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # net/minecraft/world/level/block/StainedGlassBlock$$Lambda+0x000001d681c7e660 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 9 argL0 ; # net/minecraft/world/level/block/StainedGlassBlock$$Lambda+0x000001d681c7e428 +instanceKlass @bci net/minecraft/world/level/block/StainedGlassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StainedGlassBlock$$Lambda+0x000001d681c7e1f0 +instanceKlass @bci net/minecraft/world/level/block/RepeaterBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RepeaterBlock$$Lambda+0x000001d681c7dfb8 +instanceKlass dev/imb11/sounds/api/context/DynamicSoundContext +instanceKlass @bci net/minecraft/world/level/block/CakeBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CakeBlock$$Lambda+0x000001d681c7db88 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11547 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7d970 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11539 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c7d758 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11490 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c87d30 +instanceKlass @bci net/minecraft/world/level/block/EquipableCarvedPumpkinBlock ()V 0 argL0 ; # net/minecraft/world/level/block/EquipableCarvedPumpkinBlock$$Lambda+0x000001d681c87af8 +instanceKlass @bci net/minecraft/world/level/block/CarvedPumpkinBlock ()V 33 argL0 ; # net/minecraft/world/level/block/CarvedPumpkinBlock$$Lambda+0x000001d681c878b0 +instanceKlass @bci net/minecraft/world/level/block/CarvedPumpkinBlock ()V 25 argL0 ; # net/minecraft/world/level/block/CarvedPumpkinBlock$$Lambda+0x000001d681c87668 +instanceKlass @bci net/minecraft/world/level/block/CarvedPumpkinBlock ()V 17 argL0 ; # net/minecraft/world/level/block/CarvedPumpkinBlock$$Lambda+0x000001d681c87420 +instanceKlass @bci net/minecraft/world/level/block/CarvedPumpkinBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CarvedPumpkinBlock$$Lambda+0x000001d681c871e8 +instanceKlass net/minecraft/world/entity/NeutralMob +instanceKlass net/minecraft/world/entity/monster/RangedAttackMob +instanceKlass net/minecraft/world/entity/Shearable +instanceKlass com/faboslav/friendsandfoes/common/entity/animation/AnimatedEntity +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11441 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c79530 +instanceKlass @bci net/minecraft/world/level/block/NetherPortalBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NetherPortalBlock$$Lambda+0x000001d681c792f8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11396 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c790e0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11388 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78ec8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11319 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78cb0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11271 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78a98 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11100 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78880 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11092 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78668 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11084 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78450 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 11076 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c78238 +instanceKlass @bci net/minecraft/world/level/block/SoulSandBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SoulSandBlock$$Lambda+0x000001d681c78000 +instanceKlass @bci net/minecraft/world/level/block/NetherrackBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NetherrackBlock$$Lambda+0x000001d681c77bf8 +instanceKlass @bci net/minecraft/world/level/block/CrossCollisionBlock getAABBIndex (Lnet/minecraft/world/level/block/state/BlockState;)I 5 argL0 ; # net/minecraft/world/level/block/CrossCollisionBlock$$Lambda+0x000001d681c779e0 +instanceKlass @bci net/minecraft/world/level/block/FenceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FenceBlock$$Lambda+0x000001d681c777a8 +instanceKlass @bci net/minecraft/world/level/block/CrossCollisionBlock ()V 43 argL0 ; # net/minecraft/world/level/block/CrossCollisionBlock$$Lambda+0x000001d681c77560 +instanceKlass @bci net/minecraft/world/level/block/JukeboxBlock ()V 0 argL0 ; # net/minecraft/world/level/block/JukeboxBlock$$Lambda+0x000001d681c77328 +instanceKlass net/mehvahdjukaar/amendments/common/IBetterJukebox +instanceKlass net/minecraft/world/ticks/ContainerSingleItem$BlockContainerSingleItem +instanceKlass net/minecraft/world/ticks/ContainerSingleItem +instanceKlass @bci net/minecraft/world/level/block/SugarCaneBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SugarCaneBlock$$Lambda+0x000001d681c75a88 +instanceKlass @bci net/minecraft/world/level/block/CactusBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CactusBlock$$Lambda+0x000001d681c75850 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 10698 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c75638 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 10690 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c75420 +instanceKlass @bci net/minecraft/world/level/block/IceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/IceBlock$$Lambda+0x000001d681c751e8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 10627 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c74fd0 +instanceKlass @bci net/minecraft/world/level/block/SnowLayerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SnowLayerBlock$$Lambda+0x000001d681c74d98 +instanceKlass @bci net/minecraft/world/level/block/ButtonBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/world/level/block/ButtonBlock$$Lambda+0x000001d681c74b60 +instanceKlass @bci net/minecraft/world/level/block/ButtonBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/level/block/ButtonBlock$$Lambda+0x000001d681c74928 +instanceKlass @bci net/minecraft/world/level/block/ButtonBlock lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/ButtonBlock$$Lambda+0x000001d681c746f0 +instanceKlass @bci net/minecraft/world/level/block/ButtonBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ButtonBlock$$Lambda+0x000001d681c744b8 +instanceKlass com/yungnickyoung/minecraft/betteroceanmonuments/mixin/accessor/ProjectileAccessor +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorAbstractArrow +instanceKlass net/fabric_extras/ranged_weapon/internal/ArrowExtension +instanceKlass net/spell_engine/internals/arrow/ArrowExtension +instanceKlass @bci java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService lambda$new$1 (Ljava/util/concurrent/ExecutorService;)V 10 member ; # java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService$$Lambda+0x000001d6819844b8 +instanceKlass @bci net/minecraft/world/level/block/RedstoneWallTorchBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RedstoneWallTorchBlock$$Lambda+0x000001d681c6f9b8 +instanceKlass @bci net/minecraft/world/level/block/RedstoneTorchBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RedstoneTorchBlock$$Lambda+0x000001d681c6f780 +instanceKlass @bci net/minecraft/world/level/block/RedStoneOreBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RedStoneOreBlock$$Lambda+0x000001d681c6f548 +instanceKlass @bci net/minecraft/world/level/block/PressurePlateBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/PressurePlateBlock$$Lambda+0x000001d681c6f320 +instanceKlass @bci net/minecraft/world/level/block/PressurePlateBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/PressurePlateBlock$$Lambda+0x000001d681c6f0e8 +instanceKlass @bci net/minecraft/world/level/block/PressurePlateBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PressurePlateBlock$$Lambda+0x000001d681c6eeb0 +instanceKlass net/minecraft/world/phys/AABB +instanceKlass @bci net/minecraft/world/level/block/LeverBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LeverBlock$$Lambda+0x000001d681c6e948 +instanceKlass @bci net/minecraft/world/level/block/WallHangingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/WallHangingSignBlock$$Lambda+0x000001d681c6e720 +instanceKlass @bci net/minecraft/world/level/block/WallHangingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/WallHangingSignBlock$$Lambda+0x000001d681c6e4e8 +instanceKlass @bci net/minecraft/world/level/block/WallHangingSignBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallHangingSignBlock$$Lambda+0x000001d681c6e2b0 +instanceKlass @bci net/minecraft/world/level/block/CeilingHangingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/CeilingHangingSignBlock$$Lambda+0x000001d681c6e088 +instanceKlass @bci net/minecraft/world/level/block/CeilingHangingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/CeilingHangingSignBlock$$Lambda+0x000001d681c6de50 +instanceKlass @bci net/minecraft/world/level/block/CeilingHangingSignBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CeilingHangingSignBlock$$Lambda+0x000001d681c6dc18 +instanceKlass net/mehvahdjukaar/amendments/common/ExtendedHangingSign +instanceKlass net/mehvahdjukaar/amendments/common/ISwingingTile +instanceKlass @bci net/minecraft/world/level/block/WallSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/WallSignBlock$$Lambda+0x000001d681c6c9f0 +instanceKlass @bci net/minecraft/world/level/block/WallSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/WallSignBlock$$Lambda+0x000001d681c6c7b8 +instanceKlass @bci net/minecraft/world/level/block/WallSignBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallSignBlock$$Lambda+0x000001d681c6c580 +instanceKlass @bci net/minecraft/world/level/block/RailBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RailBlock$$Lambda+0x000001d681c6c348 +instanceKlass @bci net/minecraft/world/level/block/LadderBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LadderBlock$$Lambda+0x000001d681c6c110 +instanceKlass @bci net/minecraft/world/level/block/DoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/DoorBlock$$Lambda+0x000001d681c6bee8 +instanceKlass @bci net/minecraft/world/level/block/DoorBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/DoorBlock$$Lambda+0x000001d681c6bcb0 +instanceKlass @bci net/minecraft/world/level/block/DoorBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DoorBlock$$Lambda+0x000001d681c6ba78 +instanceKlass @bci net/minecraft/world/level/block/StandingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/StandingSignBlock$$Lambda+0x000001d681c6b850 +instanceKlass @bci net/minecraft/world/level/block/StandingSignBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/StandingSignBlock$$Lambda+0x000001d681c6b618 +instanceKlass @bci net/minecraft/world/level/block/state/properties/BlockSetType ()V 23 member ; # net/minecraft/world/level/block/state/properties/BlockSetType$$Lambda+0x000001d681c6afa8 +instanceKlass @bci net/minecraft/world/level/block/state/properties/BlockSetType ()V 10 argL0 ; # net/minecraft/world/level/block/state/properties/BlockSetType$$Lambda+0x000001d681c6ad70 +instanceKlass @bci net/minecraft/world/level/block/state/properties/WoodType ()V 23 member ; # net/minecraft/world/level/block/state/properties/WoodType$$Lambda+0x000001d681c6a928 +instanceKlass @bci net/minecraft/world/level/block/state/properties/WoodType ()V 10 argL0 ; # net/minecraft/world/level/block/state/properties/WoodType$$Lambda+0x000001d681c6a6f0 +instanceKlass @bci net/minecraft/world/level/block/StandingSignBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StandingSignBlock$$Lambda+0x000001d681c6a280 +instanceKlass @bci net/minecraft/world/level/block/Blocks litBlockEmission (I)Ljava/util/function/ToIntFunction; 1 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c694a8 +instanceKlass @cpi net/minecraft/world/level/block/Blocks 1135 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c5c800 +instanceKlass @bci net/minecraft/world/level/block/FurnaceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FurnaceBlock$$Lambda+0x000001d681c67cc8 +instanceKlass snownee/jade/mixin/AbstractFurnaceBlockEntityAccess +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/AbstractFurnaceBlockEntityAccessor +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/SleepingBlockEntity +instanceKlass net/minecraft/world/inventory/StackedContentsCompatible +instanceKlass net/minecraft/world/inventory/RecipeCraftingHolder +instanceKlass net/minecraft/world/WorldlyContainer +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 7456 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c65a38 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 7448 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c65820 +instanceKlass @bci net/minecraft/world/level/block/FarmBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FarmBlock$$Lambda+0x000001d681c655e8 +instanceKlass @bci net/minecraft/world/level/block/CropBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CropBlock$$Lambda+0x000001d681c653b0 +instanceKlass @bci net/minecraft/world/level/block/CraftingTableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CraftingTableBlock$$Lambda+0x000001d681c65178 +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/CraftingMenuAccessor +instanceKlass io/wispforest/accessories/mixin/CraftingMenuAccessor +instanceKlass net/minecraft/world/inventory/AbstractContainerMenu +instanceKlass io/wispforest/owo/client/screens/OwoScreenHandler +instanceKlass io/wispforest/owo/util/pond/OwoScreenHandlerExtension +instanceKlass io/wispforest/owo/mixin/ScreenHandlerInvoker +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/AbstractContainerMenuAccessor +instanceKlass @bci net/minecraft/world/phys/Vec3 ()V 13 argL0 ; # net/minecraft/world/phys/Vec3$$Lambda+0x000001d681c63428 +instanceKlass @bci net/minecraft/world/phys/Vec3 ()V 8 argL0 ; # net/minecraft/world/phys/Vec3$$Lambda+0x000001d681c631f0 +instanceKlass @bci net/minecraft/world/level/block/RedStoneWireBlock ()V 347 argL0 ; # net/minecraft/world/level/block/RedStoneWireBlock$$Lambda+0x000001d681c62fc8 +instanceKlass @bci net/minecraft/world/level/block/RedStoneWireBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RedStoneWireBlock$$Lambda+0x000001d681c629b0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 7139 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c62798 +instanceKlass net/minecraft/world/level/block/entity/BlockEntityType +instanceKlass forge/me/thosea/badoptimizations/interfaces/BlockEntityTypeMethods +instanceKlass dev/engine_room/flywheel/impl/extension/BlockEntityTypeExtension +instanceKlass net/fabricmc/fabric/api/object/builder/v1/block/entity/FabricBlockEntityType +instanceKlass net/caffeinemc/mods/sodium/client/render/chunk/ExtendedBlockEntityType +instanceKlass net/neoforged/neoforge/mixins/BlockEntityTypeAccessor +instanceKlass net/minecraft/world/level/block/ChestBlock$2 +instanceKlass net/minecraft/world/level/block/ChestBlock$1 +instanceKlass @bci net/minecraft/world/level/block/ChestBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ChestBlock$$Lambda+0x000001d681c61350 +instanceKlass com/leclowndu93150/particular/mixin/AccessorChestBlockEntity +instanceKlass net/minecraft/world/level/block/entity/LidBlockEntity +instanceKlass net/minecraft/world/level/block/DoubleBlockCombiner$Combiner +instanceKlass @bci net/minecraft/world/level/block/StairBlock makeShapes (Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;)[Lnet/minecraft/world/phys/shapes/VoxelShape; 22 argL0 ; # net/minecraft/world/level/block/StairBlock$$Lambda+0x000001d681c5d680 +instanceKlass @bci net/minecraft/world/level/block/StairBlock makeShapes (Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;)[Lnet/minecraft/world/phys/shapes/VoxelShape; 12 member ; # net/minecraft/world/level/block/StairBlock$$Lambda+0x000001d681c5d460 +instanceKlass @cpi net/minecraft/world/level/block/StairBlock 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c5c400 +instanceKlass @bci net/minecraft/world/level/block/SlabBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SlabBlock$$Lambda+0x000001d681c5d228 +instanceKlass @bci net/minecraft/world/level/block/StairBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/StairBlock$$Lambda+0x000001d681c5d000 +instanceKlass @bci net/minecraft/world/level/block/StairBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/StairBlock$$Lambda+0x000001d681c5fc48 +instanceKlass @bci net/minecraft/world/level/block/StairBlock ()V 0 argL0 ; # net/minecraft/world/level/block/StairBlock$$Lambda+0x000001d681c5fa10 +instanceKlass @bci net/minecraft/world/level/block/SpawnerBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SpawnerBlock$$Lambda+0x000001d681c5f7d8 +instanceKlass net/minecraft/world/level/Spawner +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 7009 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c5e870 +instanceKlass @bci net/minecraft/world/level/block/SoulFireBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SoulFireBlock$$Lambda+0x000001d681c5e638 +instanceKlass @bci net/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl (Lnet/minecraft/world/level/block/Block;)V 40 member ; # net/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl$$Lambda+0x000001d681c5e418 +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents$TagsLoaded;)Lnet/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents$TagsLoaded; 1 member ; # net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents$$Lambda+0x000001d681c5e1f8 +instanceKlass net/minecraft/core/RegistryAccess +instanceKlass @bci net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents$$Lambda+0x000001d681c5bc50 +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents$TagsLoaded +instanceKlass net/fabricmc/fabric/api/event/lifecycle/v1/CommonLifecycleEvents +instanceKlass @bci net/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl getInstance (Lnet/minecraft/world/level/block/Block;)Lnet/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl; 28 argL0 ; # net/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl$$Lambda+0x000001d681c5b430 +instanceKlass net/fabricmc/fabric/api/registry/FlammableBlockRegistry$Entry +instanceKlass net/fabricmc/fabric/impl/content/registry/FlammableBlockRegistryImpl +instanceKlass net/fabricmc/fabric/api/registry/FlammableBlockRegistry +instanceKlass net/fabricmc/fabric/api/util/Block2ObjectMap +instanceKlass @bci net/minecraft/world/phys/shapes/NonOverlappingMerger forMergedIndexes (Lnet/minecraft/world/phys/shapes/IndexMerger$IndexConsumer;)Z 9 member ; # net/minecraft/world/phys/shapes/NonOverlappingMerger$$Lambda+0x000001d681c5a910 +instanceKlass @cpi net/minecraft/world/phys/shapes/NonOverlappingMerger 51 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c5c000 +instanceKlass @bci net/minecraft/world/level/block/FireBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 144 argL0 ; # net/minecraft/world/level/block/FireBlock$$Lambda+0x000001d681c5a6d8 +instanceKlass @bci net/minecraft/world/level/block/FireBlock (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 131 argL0 ; # net/minecraft/world/level/block/FireBlock$$Lambda+0x000001d681c5a490 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6955 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c5a278 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties dropsLike (Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 2 member ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681c5a058 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6895 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c59e40 +instanceKlass @bci net/minecraft/world/level/block/WallTorchBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/WallTorchBlock$$Lambda+0x000001d681c59c18 +instanceKlass @bci net/minecraft/world/level/block/WallTorchBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/WallTorchBlock$$Lambda+0x000001d681c599e0 +instanceKlass @bci net/minecraft/world/level/block/WallTorchBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WallTorchBlock$$Lambda+0x000001d681c597a8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6847 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c59590 +instanceKlass @bci net/minecraft/world/level/block/TorchBlock lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/TorchBlock$$Lambda+0x000001d681c59368 +instanceKlass @bci net/minecraft/world/level/block/TorchBlock lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/TorchBlock$$Lambda+0x000001d681c59130 +instanceKlass @bci net/minecraft/world/level/block/TorchBlock ()V 33 argL0 ; # net/minecraft/world/level/block/TorchBlock$$Lambda+0x000001d681c58ef8 +instanceKlass @bci net/minecraft/world/level/block/TorchBlock ()V 13 argL0 ; # net/minecraft/world/level/block/TorchBlock$$Lambda+0x000001d681c57c48 +instanceKlass @bci net/minecraft/world/level/block/TorchBlock ()V 8 argL0 ; # net/minecraft/world/level/block/TorchBlock$$Lambda+0x000001d681c57a10 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet ()V 10 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$$Lambda+0x000001d681c32ad0 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet ()V 5 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$$Lambda+0x000001d681c328a8 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet ()V 0 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$$Lambda+0x000001d681c32690 +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceSortedSet +instanceKlass @bci net/minecraft/world/level/block/ChiseledBookShelfBlock createBlockStateDefinition (Lnet/minecraft/world/level/block/state/StateDefinition$Builder;)V 24 member ; # net/minecraft/world/level/block/ChiseledBookShelfBlock$$Lambda+0x000001d681c577e0 +instanceKlass @bci net/minecraft/world/level/block/ChiseledBookShelfBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ChiseledBookShelfBlock$$Lambda+0x000001d681c575a8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6635 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c57390 +instanceKlass @bci net/minecraft/world/level/block/TntBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TntBlock$$Lambda+0x000001d681c57158 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6445 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c54e18 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6388 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c54c00 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 6380 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c549e8 +instanceKlass @bci net/minecraft/world/level/block/MushroomBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 30 argL0 ; # net/minecraft/world/level/block/MushroomBlock$$Lambda+0x000001d681c547c0 +instanceKlass @bci net/minecraft/world/level/block/MushroomBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 15 argL0 ; # net/minecraft/world/level/block/MushroomBlock$$Lambda+0x000001d681c54588 +instanceKlass @bci net/minecraft/resources/ResourceKey codec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/resources/ResourceKey$$Lambda+0x000001d681c54350 +instanceKlass @bci net/minecraft/resources/ResourceKey codec (Lnet/minecraft/resources/ResourceKey;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/resources/ResourceKey$$Lambda+0x000001d681c54110 +instanceKlass @bci net/minecraft/world/level/block/MushroomBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MushroomBlock$$Lambda+0x000001d681c53ed8 +instanceKlass @bci net/minecraft/world/level/block/WitherRoseBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/WitherRoseBlock$$Lambda+0x000001d681c53cb0 +instanceKlass @bci net/minecraft/world/level/block/WitherRoseBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/WitherRoseBlock$$Lambda+0x000001d681c53a78 +instanceKlass @bci net/minecraft/world/level/block/WitherRoseBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WitherRoseBlock$$Lambda+0x000001d681c53840 +instanceKlass net/fabric_extras/ranged_weapon/api/StatusEffects_RangedWeapon$Entry +instanceKlass net/fabric_extras/ranged_weapon/api/StatusEffects_RangedWeapon +instanceKlass net/critical_strike/internal/Config +instanceKlass net/critical_strike/CriticalStrikeMod +instanceKlass @bci net/minecraft/world/effect/MobEffects ()V 1052 argL0 ; # net/minecraft/world/effect/MobEffects$$Lambda+0x000001d681c4f070 +instanceKlass @bci net/minecraft/world/effect/MobEffects ()V 1022 argL0 ; # net/minecraft/world/effect/MobEffects$$Lambda+0x000001d681c47c80 +instanceKlass com/faboslav/friendsandfoes/common/mixin/MobAccessor +instanceKlass com/li64/tide/data/FreezableMob +instanceKlass net/morimori0317/bestylewither/mixin/MobAccessor +instanceKlass net/caffeinemc/mods/lithium/common/entity/NavigatingEntity +instanceKlass toni/despawntweaks/foundation/IDespawnTweaksMob +instanceKlass com/faboslav/variantsandventures/common/mixin/MobAccessor +instanceKlass net/minecraft/world/entity/Targeting +instanceKlass net/minecraft/world/entity/Leashable +instanceKlass net/minecraft/world/entity/EquipmentUser +instanceKlass org/betterx/betterend/interfaces/ISlime +instanceKlass net/minecraft/world/entity/monster/Enemy +instanceKlass @bci net/minecraft/world/effect/MobEffects ()V 995 argL0 ; # net/minecraft/world/effect/MobEffects$$Lambda+0x000001d681c34800 +instanceKlass @bci net/minecraft/world/effect/MobEffect (Lnet/minecraft/world/effect/MobEffectCategory;ILnet/minecraft/core/particles/ParticleOptions;)V 67 member ; # net/minecraft/world/effect/MobEffect$$Lambda+0x000001d681c35960 +instanceKlass net/minecraft/network/codec/StreamCodec$6 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1238 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c35470 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1233 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c35238 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs registry (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681c35000 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1214 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3fdc8 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1209 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3fb90 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1157 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3f958 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1152 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3f720 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1087 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3f4e8 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 1082 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3f2b0 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 537 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3f078 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 532 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3ee40 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 517 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3ec08 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 512 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3e9d0 +instanceKlass net/minecraft/core/particles/ItemParticleOption +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 417 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3e568 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 412 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3e330 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 337 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3e0f8 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 332 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3dec0 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 247 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3dc88 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 242 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3da50 +instanceKlass net/minecraft/core/particles/ColorParticleOption +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 177 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3d5d0 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 172 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3d398 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 157 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3d160 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 152 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3cf28 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 37 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3ccf0 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 32 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3cab8 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 17 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3c660 +instanceKlass @bci net/minecraft/core/particles/ParticleTypes ()V 12 argL0 ; # net/minecraft/core/particles/ParticleTypes$$Lambda+0x000001d681c3c428 +instanceKlass net/minecraft/core/particles/BlockParticleOption +instanceKlass net/minecraft/network/codec/StreamCodec$3 +instanceKlass @bci net/minecraft/core/particles/SimpleParticleType (Z)V 7 member ; # net/minecraft/core/particles/SimpleParticleType$$Lambda+0x000001d681c3bd10 +instanceKlass net/minecraft/core/particles/ParticleType +instanceKlass net/minecraft/core/particles/ParticleTypes +instanceKlass @bci net/fabricmc/fabric/impl/base/toposort/NodeSorting sort (Ljava/util/List;Ljava/lang/String;Ljava/util/Comparator;)Z 359 argL0 ; # net/fabricmc/fabric/impl/base/toposort/NodeSorting$$Lambda+0x000001d681c3aa30 +instanceKlass net/fabricmc/fabric/impl/base/toposort/NodeSorting$NodeScc +instanceKlass net/fabricmc/fabric/impl/base/toposort/NodeSorting +instanceKlass @bci net/fabricmc/fabric/impl/base/event/ArrayBackedEvent getOrCreatePhase (Lnet/minecraft/resources/ResourceLocation;Z)Lnet/fabricmc/fabric/impl/base/event/EventPhaseData; 70 argL0 ; # net/fabricmc/fabric/impl/base/event/ArrayBackedEvent$$Lambda+0x000001d681c3a3f0 +instanceKlass @bci net/spell_power/SpellPowerMod registerAttributes ()V 117 argL0 ; # net/spell_power/SpellPowerMod$$Lambda+0x000001d681c3a1d8 +instanceKlass @bci net/fabricmc/fabric/api/item/v1/EnchantmentEvents lambda$static$3 ([Lnet/fabricmc/fabric/api/item/v1/EnchantmentEvents$Modify;)Lnet/fabricmc/fabric/api/item/v1/EnchantmentEvents$Modify; 1 member ; # net/fabricmc/fabric/api/item/v1/EnchantmentEvents$$Lambda+0x000001d681c39fb8 +instanceKlass net/minecraft/world/item/enchantment/Enchantment$Builder +instanceKlass net/fabricmc/fabric/mixin/item/EnchantmentBuilderAccessor +instanceKlass @bci net/fabricmc/fabric/api/item/v1/EnchantmentEvents ()V 15 argL0 ; # net/fabricmc/fabric/api/item/v1/EnchantmentEvents$$Lambda+0x000001d681c396a0 +instanceKlass net/fabricmc/fabric/api/item/v1/EnchantmentEvents$Modify +instanceKlass @bci net/fabricmc/fabric/api/item/v1/EnchantmentEvents lambda$static$1 ([Lnet/fabricmc/fabric/api/item/v1/EnchantmentEvents$AllowEnchanting;)Lnet/fabricmc/fabric/api/item/v1/EnchantmentEvents$AllowEnchanting; 1 member ; # net/fabricmc/fabric/api/item/v1/EnchantmentEvents$$Lambda+0x000001d681c37dd0 +instanceKlass net/minecraft/world/item/ItemStack +instanceKlass org/violetmoon/quark/content/client/hax/PseudoAccessorItemStack +instanceKlass mod/azure/azurelibarmor/common/animation/AzAnimatorAccessor +instanceKlass dev/latvian/mods/kubejs/core/ItemStackKJS +instanceKlass dev/latvian/mods/kubejs/recipe/match/ItemMatch +instanceKlass dev/latvian/mods/kubejs/component/ItemComponentFunctions +instanceKlass dev/latvian/mods/kubejs/component/AttributeModifierFunctions +instanceKlass dev/latvian/mods/rhino/util/ToStringJS +instanceKlass net/spell_engine/mixin/client/ItemStackTooltipAccessor +instanceKlass toni/cerulean/iface/IItemStackMixin +instanceKlass net/fabricmc/fabric/api/item/v1/FabricItemStack +instanceKlass net/fabricmc/fabric/impl/item/ItemStackExtensions +instanceKlass net/bettercombat/logic/ItemStackNBTWeaponAttributes +instanceKlass net/caffeinemc/mods/lithium/mixin/util/accessors/ItemStackAccessor +instanceKlass io/wispforest/accessories/mixin/ItemStackAccessor +instanceKlass net/mehvahdjukaar/supplementaries/mixins/neoforge/ItemStackAccessor +instanceKlass org/sinytra/connector/mod/compat/ItemStackExtensions +instanceKlass net/neoforged/neoforge/common/extensions/IItemStackExtension +instanceKlass net/neoforged/neoforge/common/MutableDataComponentHolder +instanceKlass dev/latvian/mods/kubejs/component/MutableDataComponentHolderFunctions +instanceKlass net/minecraft/core/component/DataComponentHolder +instanceKlass net/neoforged/neoforge/common/extensions/IDataComponentHolderExtension +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681c34000 +instanceKlass net/fabricmc/fabric/impl/base/toposort/SortableNode +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry$Helper +instanceKlass net/fabricmc/fabric/api/event/Event +instanceKlass net/fabricmc/fabric/impl/base/event/EventFactoryImpl +instanceKlass net/fabricmc/fabric/api/event/EventFactory +instanceKlass @bci net/fabricmc/fabric/api/item/v1/EnchantmentEvents ()V 2 argL0 ; # net/fabricmc/fabric/api/item/v1/EnchantmentEvents$$Lambda+0x000001d681c2e1f0 +instanceKlass net/fabricmc/fabric/api/item/v1/EnchantmentEvents$AllowEnchanting +instanceKlass net/fabricmc/fabric/api/item/v1/EnchantmentEvents +instanceKlass @bci net/spell_power/api/SpellSchools configureSpellCritDamage (Lnet/spell_power/api/SpellSchool;)Lnet/spell_power/api/SpellSchool; 11 argL0 ; # net/spell_power/api/SpellSchools$$Lambda+0x000001d681c2b868 +instanceKlass @bci net/spell_power/api/SpellSchools configureSpellCritChance (Lnet/spell_power/api/SpellSchool;)Lnet/spell_power/api/SpellSchool; 11 argL0 ; # net/spell_power/api/SpellSchools$$Lambda+0x000001d681c2b630 +instanceKlass @bci net/spell_power/api/SpellSchools configureSpellHaste (Lnet/spell_power/api/SpellSchool;)Lnet/spell_power/api/SpellSchool; 11 argL0 ; # net/spell_power/api/SpellSchools$$Lambda+0x000001d681c2b3f8 +instanceKlass @bci net/spell_power/api/SpellSchool addSource (Lnet/spell_power/api/SpellSchool$Trait;Lnet/spell_power/api/SpellSchool$Source;)V 27 argL0 ; # net/spell_power/api/SpellSchool$$Lambda+0x000001d681c2b1e0 +instanceKlass @bci net/spell_power/api/SpellSchools configureAsMagic (Lnet/spell_power/api/SpellSchool;)Lnet/spell_power/api/SpellSchool; 12 member ; # net/spell_power/api/SpellSchools$$Lambda+0x000001d681c2afa0 +instanceKlass net/spell_power/api/SpellSchool +instanceKlass @bci net/spell_power/api/SpellSchools ()V 0 argL0 ; # net/spell_power/api/SpellSchools$$Lambda+0x000001d681c29a80 +instanceKlass net/spell_power/api/SpellSchools +instanceKlass net/spell_power/api/SpellResistance$Attributes$Entry +instanceKlass net/spell_power/api/SpellResistance$Attributes +instanceKlass net/spell_power/api/ModifierDefinitions +instanceKlass @bci jdk/internal/reflect/MethodHandleFloatFieldAccessorImpl getFloat (Ljava/lang/Object;)F 20 ; # java/lang/invoke/LambdaForm$MH+0x000001d681c2dc00 +instanceKlass net/tiny_config/versioning/Versionable +instanceKlass @bci jdk/internal/reflect/MethodHandleFloatFieldAccessorImpl setFloat (Ljava/lang/Object;F)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001d681c2d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681c2d400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681c2d000 +instanceKlass @cpi dev/huskuraft/effortless/EffortlessClientManager 180 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c2cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681c2c800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681c2c400 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes$BogeySize hashCode ()I 1 argL1 form names 3 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c2c000 +instanceKlass net/tiny_config/neoforge/PlatformImpl$NeoForgeUtil +instanceKlass net/tiny_config/Platform$Util +instanceKlass net/tiny_config/neoforge/PlatformImpl +instanceKlass net/tiny_config/Platform +instanceKlass net/spell_power/api/SpellPowerMechanics$Entry +instanceKlass net/spell_power/api/SpellPowerMechanics +instanceKlass @bci net/spell_power/SpellPowerMod ()V 25 argL0 ; # net/spell_power/SpellPowerMod$$Lambda+0x000001d681c21cb0 +instanceKlass net/tiny_config/ConfigManager$Builder +instanceKlass net/spell_power/config/AttributesConfig$EffectConfig +instanceKlass net/spell_power/config/AttributesConfig +instanceKlass net/tiny_config/ConfigManager +instanceKlass net/spell_power/SpellPowerMod +instanceKlass net/fabric_extras/ranged_weapon/api/AttributeModifierIDs +instanceKlass net/fabric_extras/ranged_weapon/internal/NeoAttribute +instanceKlass net/fabric_extras/ranged_weapon/neoforge/PlatformImpl$NeoForgeUtil +instanceKlass net/fabric_extras/ranged_weapon/Platform$Util +instanceKlass net/fabric_extras/ranged_weapon/neoforge/PlatformImpl +instanceKlass net/fabric_extras/ranged_weapon/Platform +instanceKlass net/fabric_extras/ranged_weapon/api/EntityAttributes_RangedWeapon$Entry +instanceKlass net/fabric_extras/ranged_weapon/api/EntityAttributes_RangedWeapon +instanceKlass net/fabric_extras/ranged_weapon/RangedWeaponMod +instanceKlass @bci net/spell_engine/api/entity/SpellEngineAttributes register ()V 3 argL0 ; # net/spell_engine/api/entity/SpellEngineAttributes$$Lambda+0x000001d681c22228 +instanceKlass net/spell_engine/api/entity/SpellEngineAttributes$Entry +instanceKlass net/spell_engine/api/entity/SpellEngineAttributes +instanceKlass @bci net/minecraft/world/entity/ai/attributes/Attributes handler$elh000$combat_roll$static_tail_combat_roll (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 3 argL0 ; # net/minecraft/world/entity/ai/attributes/Attributes$$Lambda+0x000001d681c27a68 +instanceKlass net/combat_roll/api/CombatRoll$Attributes$Entry +instanceKlass net/combat_roll/api/CombatRoll$Attributes +instanceKlass net/critical_strike/api/AttributeIdentifiers +instanceKlass net/minecraft/network/codec/StreamCodec$9 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier ()V 50 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26f68 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier ()V 45 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26d30 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier ()V 37 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26af8 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier ()V 29 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c268c0 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26688 +instanceKlass @cpi io/wispforest/accessories/utils/AttributeUtils 230 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c20400 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26450 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c26218 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c25fe0 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier ()V 6 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$$Lambda+0x000001d681c25da8 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation ()V 85 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation$$Lambda+0x000001d681c25b90 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation ()V 74 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation$$Lambda+0x000001d681c25978 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation ()V 54 argL0 ; # net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation$$Lambda+0x000001d681c25760 +instanceKlass net/critical_strike/api/CriticalStrikeAttributes$Entry +instanceKlass net/critical_strike/api/CriticalStrikeAttributes +instanceKlass @bci net/minecraft/network/chat/TextColor ()V 72 argL0 ; # net/minecraft/network/chat/TextColor$$Lambda+0x000001d681c24000 +instanceKlass @bci com/google/common/collect/ImmutableList spliterator ()Ljava/util/Spliterator; 8 member ; # com/google/common/collect/ImmutableList$$Lambda+0x000001d681bf3ba8 +instanceKlass @cpi net/minecraft/client/OptionInstance$IntRangeBase$1 73 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c20000 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 27 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681bf3970 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 22 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681bf3730 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 17 member ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681bf3500 +instanceKlass @bci com/google/common/collect/CollectCollectors toImmutableMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 10 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681bf32e8 +instanceKlass @bci net/minecraft/network/chat/TextColor ()V 40 argL0 ; # net/minecraft/network/chat/TextColor$$Lambda+0x000001d681c1fcd0 +instanceKlass @bci net/minecraft/network/chat/TextColor ()V 27 argL0 ; # net/minecraft/network/chat/TextColor$$Lambda+0x000001d681c1fa88 +instanceKlass @bci net/minecraft/network/chat/TextColor ()V 8 argL0 ; # net/minecraft/network/chat/TextColor$$Lambda+0x000001d681c1f850 +instanceKlass @bci net/minecraft/network/chat/TextColor ()V 3 argL0 ; # net/minecraft/network/chat/TextColor$$Lambda+0x000001d681c1f618 +instanceKlass net/minecraft/network/chat/TextColor +instanceKlass @bci net/neoforged/neoforge/common/extensions/IAttributeExtension ()V 9 argL0 ; # net/neoforged/neoforge/common/extensions/IAttributeExtension$$Lambda+0x000001d681c1f138 +instanceKlass @bci net/minecraft/world/effect/MobEffect (Lnet/minecraft/world/effect/MobEffectCategory;I)V 67 member ; # net/minecraft/world/effect/MobEffect$$Lambda+0x000001d681c1ef00 +instanceKlass net/minecraft/world/effect/MobEffectInstance +instanceKlass com/simibubi/create/foundation/mixin/accessor/MobEffectInstanceAccessor +instanceKlass @bci net/minecraft/ChatFormatting ()V 587 argL0 ; # net/minecraft/ChatFormatting$$Lambda+0x000001d681c1e5d0 +instanceKlass @bci net/minecraft/ChatFormatting ()V 582 argL0 ; # net/minecraft/ChatFormatting$$Lambda+0x000001d681c1e398 +instanceKlass @bci net/minecraft/util/StringRepresentable createNameLookup ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;)Ljava/util/function/Function; 35 member ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681c1e158 +instanceKlass @bci net/minecraft/util/StringRepresentable createNameLookup ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;)Ljava/util/function/Function; 17 argL0 ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681c1df20 +instanceKlass @bci net/minecraft/util/StringRepresentable createNameLookup ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;)Ljava/util/function/Function; 12 member ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681c1dce0 +instanceKlass @bci net/minecraft/ChatFormatting ()V 565 argL0 ; # net/minecraft/ChatFormatting$$Lambda+0x000001d681c1dac8 +instanceKlass @bci net/minecraft/world/level/block/FlowerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 19 argL0 ; # net/minecraft/world/level/block/FlowerBlock$$Lambda+0x000001d681c1d160 +instanceKlass @bci net/minecraft/world/level/block/FlowerBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # net/minecraft/world/level/block/FlowerBlock$$Lambda+0x000001d681c1cf28 +instanceKlass @bci net/minecraft/world/level/block/FlowerBlock ()V 13 argL0 ; # net/minecraft/world/level/block/FlowerBlock$$Lambda+0x000001d681c1ccf0 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects ()V 55 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$$Lambda+0x000001d681c1cab8 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects ()V 50 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$$Lambda+0x000001d681c1c880 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$21 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs lambda$list$11 (Lnet/minecraft/network/codec/StreamCodec;)Lnet/minecraft/network/codec/StreamCodec; 0 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681c1c3a0 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs list ()Lnet/minecraft/network/codec/StreamCodec$CodecOperation; 0 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681c1c188 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects ()V 26 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$$Lambda+0x000001d681c1bf50 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects ()V 21 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$$Lambda+0x000001d681c1bd18 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry ()V 27 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1baf0 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry ()V 22 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1b8b8 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry ()V 14 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1b680 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1b458 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 35 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1b220 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1afe8 +instanceKlass @bci net/minecraft/world/item/component/SuspiciousStewEffects$Entry ()V 0 argL0 ; # net/minecraft/world/item/component/SuspiciousStewEffects$Entry$$Lambda+0x000001d681c1adb0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 5553 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c1a788 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 5545 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c1a570 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 5537 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c1a358 +instanceKlass @bci net/minecraft/world/level/block/piston/MovingPistonBlock ()V 0 argL0 ; # net/minecraft/world/level/block/piston/MovingPistonBlock$$Lambda+0x000001d681c1a120 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorPistonMovingBlockEntity +instanceKlass net/mehvahdjukaar/moonlight/api/block/IBlockHolder +instanceKlass net/mehvahdjukaar/moonlight/core/misc/IExtendedPistonTile +instanceKlass net/minecraft/world/level/block/piston/PistonHeadBlock$1 +instanceKlass @bci net/minecraft/world/level/block/piston/PistonHeadBlock ()V 0 argL0 ; # net/minecraft/world/level/block/piston/PistonHeadBlock$$Lambda+0x000001d681c18af8 +instanceKlass @bci net/minecraft/world/level/block/TallSeagrassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TallSeagrassBlock$$Lambda+0x000001d681c188c0 +instanceKlass @bci net/minecraft/world/level/block/DoublePlantBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DoublePlantBlock$$Lambda+0x000001d681c18688 +instanceKlass @bci net/minecraft/world/level/block/SeagrassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SeagrassBlock$$Lambda+0x000001d681c18450 +instanceKlass @bci net/minecraft/world/level/block/DeadBushBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DeadBushBlock$$Lambda+0x000001d681c18218 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties offsetType (Lnet/minecraft/world/level/block/state/BlockBehaviour$OffsetType;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 54 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681c18000 +instanceKlass @bci net/minecraft/world/level/block/TallGrassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TallGrassBlock$$Lambda+0x000001d681c08400 +instanceKlass @bci net/minecraft/world/level/block/WebBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WebBlock$$Lambda+0x000001d681c08c40 +instanceKlass @bci net/minecraft/world/level/block/Blocks pistonBase (Z)Lnet/minecraft/world/level/block/Block; 26 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c08a28 +instanceKlass @bci net/minecraft/world/level/block/piston/PistonBaseBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/piston/PistonBaseBlock$$Lambda+0x000001d681c08800 +instanceKlass @bci net/minecraft/world/level/block/piston/PistonBaseBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/piston/PistonBaseBlock$$Lambda+0x000001d681c17cf8 +instanceKlass @bci net/minecraft/world/level/block/piston/PistonBaseBlock ()V 0 argL0 ; # net/minecraft/world/level/block/piston/PistonBaseBlock$$Lambda+0x000001d681c17ac0 +instanceKlass net/minecraft/world/level/block/piston/PistonStructureResolver +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorPistonStructureResolver +instanceKlass @bci net/minecraft/world/level/block/Blocks pistonBase (Z)Lnet/minecraft/world/level/block/Block; 0 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c171a0 +instanceKlass @bci net/minecraft/world/level/block/DetectorRailBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DetectorRailBlock$$Lambda+0x000001d681c16f68 +instanceKlass @bci net/minecraft/world/level/block/PoweredRailBlock ()V 0 argL0 ; # net/minecraft/world/level/block/PoweredRailBlock$$Lambda+0x000001d681c16d30 +instanceKlass @bci net/minecraft/world/level/block/Blocks bed (Lnet/minecraft/world/item/DyeColor;)Lnet/minecraft/world/level/block/Block; 9 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c16af0 +instanceKlass @bci net/minecraft/world/phys/shapes/Shapes or (Lnet/minecraft/world/phys/shapes/VoxelShape;[Lnet/minecraft/world/phys/shapes/VoxelShape;)Lnet/minecraft/world/phys/shapes/VoxelShape; 5 argL0 ; # net/minecraft/world/phys/shapes/Shapes$$Lambda+0x000001d681c15bf8 +instanceKlass @bci net/minecraft/world/level/block/BedBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 25 argL0 ; # net/minecraft/world/level/block/BedBlock$$Lambda+0x000001d681c159d0 +instanceKlass @bci net/minecraft/world/level/block/BedBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 10 argL0 ; # net/minecraft/world/level/block/BedBlock$$Lambda+0x000001d681c15798 +instanceKlass @bci net/minecraft/world/level/block/BedBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BedBlock$$Lambda+0x000001d681c15560 +instanceKlass @bci net/minecraft/world/level/block/NoteBlock ()V 0 argL0 ; # net/minecraft/world/level/block/NoteBlock$$Lambda+0x000001d681c147e8 +instanceKlass malte0811/ferritecore/fastmap/PropertyIndexer$1 +instanceKlass @bci net/minecraft/world/level/block/DispenserBlock ()V 46 argL0 ; # net/minecraft/world/level/block/DispenserBlock$$Lambda+0x000001d681c13cd8 +instanceKlass net/minecraft/core/dispenser/DefaultDispenseItemBehavior +instanceKlass @bci net/minecraft/world/level/block/DispenserBlock ()V 6 argL0 ; # net/minecraft/world/level/block/DispenserBlock$$Lambda+0x000001d681c099d8 +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorBaseContainerBlockEntity +instanceKlass net/fabricmc/fabric/impl/transfer/item/SpecialLogicInventory +instanceKlass net/minecraft/world/RandomizableContainer +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/accessor/DispenserBlockEntityAccessor +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeTracker +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeEmitter +instanceKlass net/caffeinemc/mods/lithium/api/inventory/LithiumInventory +instanceKlass net/minecraft/world/Container +instanceKlass dev/latvian/mods/kubejs/core/ContainerKJS +instanceKlass net/caffeinemc/mods/lithium/mixin/block/hopper/ContainerMixin +instanceKlass net/caffeinemc/mods/lithium/api/inventory/LithiumTransferConditionInventory +instanceKlass net/caffeinemc/mods/lithium/api/inventory/LithiumCooldownReceivingInventory +instanceKlass net/minecraft/world/Clearable +instanceKlass net/minecraft/core/dispenser/DispenseItemBehavior +instanceKlass net/minecraft/world/MenuProvider +instanceKlass net/fabricmc/fabric/api/screenhandler/v1/FabricScreenHandlerFactory +instanceKlass net/neoforged/neoforge/client/extensions/IMenuProviderExtension +instanceKlass net/minecraft/world/inventory/MenuConstructor +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3727 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0a430 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3719 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0a218 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3711 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0a000 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3703 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0fc40 +instanceKlass @bci net/minecraft/world/level/block/TransparentBlock ()V 0 argL0 ; # net/minecraft/world/level/block/TransparentBlock$$Lambda+0x000001d681c0fa08 +instanceKlass @bci net/minecraft/world/level/block/HalfTransparentBlock ()V 0 argL0 ; # net/minecraft/world/level/block/HalfTransparentBlock$$Lambda+0x000001d681c0f7d0 +instanceKlass @bci net/minecraft/world/level/block/WetSpongeBlock ()V 0 argL0 ; # net/minecraft/world/level/block/WetSpongeBlock$$Lambda+0x000001d681c0f598 +instanceKlass @bci net/minecraft/world/level/block/SpongeBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SpongeBlock$$Lambda+0x000001d681c0f360 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3551 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0f148 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3534 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0ef30 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3526 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0ed18 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3518 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0eb00 +instanceKlass @bci net/minecraft/world/level/block/MangroveLeavesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MangroveLeavesBlock$$Lambda+0x000001d681c0e8c8 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3452 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0e6b0 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3435 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0e498 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3427 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0e280 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 3419 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0e068 +instanceKlass @bci net/minecraft/world/level/block/CherryLeavesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/CherryLeavesBlock$$Lambda+0x000001d681c0de30 +instanceKlass @bci net/minecraft/world/level/block/Blocks leaves (Lnet/minecraft/world/level/block/SoundType;)Lnet/minecraft/world/level/block/Block; 62 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0dc18 +instanceKlass @bci net/minecraft/world/level/block/Blocks leaves (Lnet/minecraft/world/level/block/SoundType;)Lnet/minecraft/world/level/block/Block; 45 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0da00 +instanceKlass @bci net/minecraft/world/level/block/Blocks leaves (Lnet/minecraft/world/level/block/SoundType;)Lnet/minecraft/world/level/block/Block; 37 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0d7e8 +instanceKlass @bci net/minecraft/world/level/block/Blocks leaves (Lnet/minecraft/world/level/block/SoundType;)Lnet/minecraft/world/level/block/Block; 29 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0d5d0 +instanceKlass @bci net/minecraft/world/level/block/LeavesBlock ()V 0 argL0 ; # net/minecraft/world/level/block/LeavesBlock$$Lambda+0x000001d681c0d398 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 2383 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0d180 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 2375 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0cf68 +instanceKlass @bci net/minecraft/world/level/block/MangroveRootsBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MangroveRootsBlock$$Lambda+0x000001d681c0cd30 +instanceKlass @bci net/minecraft/world/level/block/Blocks log (Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/block/SoundType;)Lnet/minecraft/world/level/block/Block; 9 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0caf0 +instanceKlass @bci java/util/stream/IntPipeline min ()Ljava/util/OptionalInt; 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001d681983bf8 +instanceKlass @bci malte0811/ferritecore/fastmap/PropertyIndexer$EnumIndexer (Lnet/minecraft/world/level/block/state/properties/EnumProperty;)V 31 argL0 ; # malte0811/ferritecore/fastmap/PropertyIndexer$EnumIndexer$$Lambda+0x000001d681c0c8d8 +instanceKlass @bci net/minecraft/world/level/block/Blocks log (Lnet/minecraft/world/level/material/MapColor;Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/Block; 9 member ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681c0c698 +instanceKlass @bci net/minecraft/world/level/block/RotatedPillarBlock ()V 0 argL0 ; # net/minecraft/world/level/block/RotatedPillarBlock$$Lambda+0x000001d681c0c460 +instanceKlass @bci com/mojang/serialization/MapCodec flatXmap (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 11 member ; # com/mojang/serialization/MapCodec$$Lambda+0x000001d681bf30c8 +instanceKlass @bci net/minecraft/util/valueproviders/UniformInt ()V 8 argL0 ; # net/minecraft/util/valueproviders/UniformInt$$Lambda+0x000001d681c0c228 +instanceKlass @bci net/minecraft/util/valueproviders/UniformInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/util/valueproviders/UniformInt$$Lambda+0x000001d681c0c000 +instanceKlass @bci net/minecraft/util/valueproviders/UniformInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/valueproviders/UniformInt$$Lambda+0x000001d681c07be8 +instanceKlass @bci net/minecraft/util/valueproviders/UniformInt lambda$static$2 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/valueproviders/UniformInt$$Lambda+0x000001d681c079b0 +instanceKlass @bci net/minecraft/util/valueproviders/UniformInt ()V 0 argL0 ; # net/minecraft/util/valueproviders/UniformInt$$Lambda+0x000001d681c07778 +instanceKlass @bci net/minecraft/util/valueproviders/ConstantInt ()V 26 argL0 ; # net/minecraft/util/valueproviders/ConstantInt$$Lambda+0x000001d681c07540 +instanceKlass @bci net/minecraft/util/valueproviders/ConstantInt ()V 21 argL0 ; # net/minecraft/util/valueproviders/ConstantInt$$Lambda+0x000001d681c07308 +instanceKlass @bci net/minecraft/world/level/block/DropExperienceBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/world/level/block/DropExperienceBlock$$Lambda+0x000001d681c070e0 +instanceKlass @bci net/minecraft/world/level/block/DropExperienceBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 14 argL0 ; # net/minecraft/world/level/block/DropExperienceBlock$$Lambda+0x000001d681c06ea8 +instanceKlass @bci net/minecraft/util/valueproviders/IntProvider validateCodec (IILcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 3 member ; # net/minecraft/util/valueproviders/IntProvider$$Lambda+0x000001d681c06c70 +instanceKlass @cpi net/minecraft/util/valueproviders/IntProvider 43 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681c08000 +instanceKlass @bci net/minecraft/util/valueproviders/IntProvider ()V 40 argL0 ; # net/minecraft/util/valueproviders/IntProvider$$Lambda+0x000001d681c06a38 +instanceKlass @bci net/minecraft/util/valueproviders/IntProvider ()V 35 argL0 ; # net/minecraft/util/valueproviders/IntProvider$$Lambda+0x000001d681c06800 +instanceKlass @bci net/minecraft/util/valueproviders/IntProvider ()V 16 argL0 ; # net/minecraft/util/valueproviders/IntProvider$$Lambda+0x000001d681c065c8 +instanceKlass @bci net/minecraft/util/valueproviders/IntProvider ()V 11 argL0 ; # net/minecraft/util/valueproviders/IntProvider$$Lambda+0x000001d681c06390 +instanceKlass net/minecraft/util/valueproviders/IntProviderType +instanceKlass @bci net/minecraft/world/level/block/DropExperienceBlock ()V 0 argL0 ; # net/minecraft/world/level/block/DropExperienceBlock$$Lambda+0x000001d681c05f60 +instanceKlass @bci net/minecraft/world/level/block/BrushableBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 80 argL0 ; # net/minecraft/world/level/block/BrushableBlock$$Lambda+0x000001d681c05d18 +instanceKlass @bci net/minecraft/world/level/block/BrushableBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 65 argL0 ; # net/minecraft/world/level/block/BrushableBlock$$Lambda+0x000001d681c05ae0 +instanceKlass @bci net/minecraft/world/level/block/BrushableBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/world/level/block/BrushableBlock$$Lambda+0x000001d681c058a8 +instanceKlass @bci net/minecraft/world/level/block/BrushableBlock lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 17 argL0 ; # net/minecraft/world/level/block/BrushableBlock$$Lambda+0x000001d681c05670 +instanceKlass @bci net/minecraft/world/level/block/BrushableBlock ()V 0 argL0 ; # net/minecraft/world/level/block/BrushableBlock$$Lambda+0x000001d681c05438 +instanceKlass com/simibubi/create/foundation/mixin/accessor/FallingBlockEntityAccessor +instanceKlass net/orcinus/galosphere/api/Sifting +instanceKlass com/ishland/c2me/base/mixin/access/IBlockEntity +instanceKlass com/copycatsplus/copycats/mixin/foundation/copycat/BlockEntityAccessor +instanceKlass io/wispforest/owo/mixin/ui/access/BlockEntityAccessor +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/SetChangedHandlingBlockEntity +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/inventory_comparator_tracking/ComparatorTracker +instanceKlass net/caffeinemc/mods/lithium/common/world/blockentity/SupportCache +instanceKlass net/fabricmc/fabric/api/rendering/data/v1/RenderAttachmentBlockEntity +instanceKlass net/fabricmc/fabric/api/blockview/v2/RenderDataBlockEntity +instanceKlass net/neoforged/neoforge/common/extensions/IBlockEntityExtension +instanceKlass @bci net/minecraft/world/level/block/ColoredFallingBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/ColoredFallingBlock$$Lambda+0x000001d681c00470 +instanceKlass @bci net/minecraft/world/level/block/ColoredFallingBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/ColoredFallingBlock$$Lambda+0x000001d681c00238 +instanceKlass @bci net/minecraft/util/ColorRGBA ()V 8 argL0 ; # net/minecraft/util/ColorRGBA$$Lambda+0x000001d681c00000 +instanceKlass @bci net/minecraft/util/ColorRGBA ()V 3 argL0 ; # net/minecraft/util/ColorRGBA$$Lambda+0x000001d681bffca8 +instanceKlass @bci net/minecraft/world/level/block/ColoredFallingBlock ()V 0 argL0 ; # net/minecraft/world/level/block/ColoredFallingBlock$$Lambda+0x000001d681bff870 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 1543 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681bff658 +instanceKlass @bci net/minecraft/world/level/block/LiquidBlock lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/LiquidBlock$$Lambda+0x000001d681bff430 +instanceKlass @bci net/minecraft/world/level/block/LiquidBlock lambda$static$4 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/LiquidBlock$$Lambda+0x000001d681bff1f8 +instanceKlass @bci net/minecraft/world/level/block/LiquidBlock ()V 26 argL0 ; # net/minecraft/world/level/block/LiquidBlock$$Lambda+0x000001d681bfefc0 +instanceKlass @bci net/minecraft/world/level/block/LiquidBlock ()V 13 argL0 ; # net/minecraft/world/level/block/LiquidBlock$$Lambda+0x000001d681bfed88 +instanceKlass @bci net/minecraft/world/level/block/LiquidBlock ()V 8 argL0 ; # net/minecraft/world/level/block/LiquidBlock$$Lambda+0x000001d681bfeb50 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 1434 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681bfe938 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties offsetType (Lnet/minecraft/world/level/block/state/BlockBehaviour$OffsetType;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 46 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bfe720 +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour$OffsetFunction +instanceKlass @bci net/minecraft/world/level/block/MangrovePropaguleBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 27 argL0 ; # net/minecraft/world/level/block/MangrovePropaguleBlock$$Lambda+0x000001d681bfded0 +instanceKlass @bci net/minecraft/world/level/block/MangrovePropaguleBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/world/level/block/MangrovePropaguleBlock$$Lambda+0x000001d681bfdc98 +instanceKlass @bci net/minecraft/world/level/block/MangrovePropaguleBlock ()V 0 argL0 ; # net/minecraft/world/level/block/MangrovePropaguleBlock$$Lambda+0x000001d681bfda60 +instanceKlass @bci net/minecraft/world/level/block/SaplingBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 26 argL0 ; # net/minecraft/world/level/block/SaplingBlock$$Lambda+0x000001d681bfd838 +instanceKlass @bci net/minecraft/world/level/block/SaplingBlock lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/world/level/block/SaplingBlock$$Lambda+0x000001d681bfd600 +instanceKlass net/minecraft/data/worldgen/features/FeatureUtils +instanceKlass net/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacer +instanceKlass net/minecraft/world/level/levelgen/feature/foliageplacers/FoliagePlacer +instanceKlass net/minecraft/world/level/levelgen/feature/featuresize/FeatureSize +instanceKlass net/minecraft/world/level/levelgen/feature/stateproviders/BlockStateProvider +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/FeatureConfiguration +instanceKlass net/minecraft/data/worldgen/features/TreeFeatures +instanceKlass @bci net/minecraft/world/level/block/grower/TreeGrower ()V 23 member ; # net/minecraft/world/level/block/grower/TreeGrower$$Lambda+0x000001d681bf8ae8 +instanceKlass @bci net/minecraft/world/level/block/grower/TreeGrower ()V 10 argL0 ; # net/minecraft/world/level/block/grower/TreeGrower$$Lambda+0x000001d681bf88b0 +instanceKlass net/minecraft/world/level/block/grower/TreeGrower +instanceKlass @bci net/minecraft/world/level/block/SaplingBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SaplingBlock$$Lambda+0x000001d681bf8470 +instanceKlass @bci net/minecraft/world/level/block/GrassBlock ()V 0 argL0 ; # net/minecraft/world/level/block/GrassBlock$$Lambda+0x000001d681bf8238 +instanceKlass @bci net/minecraft/world/level/block/SnowyDirtBlock ()V 0 argL0 ; # net/minecraft/world/level/block/SnowyDirtBlock$$Lambda+0x000001d681bf8000 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 146 member ; # net/minecraft/world/level/block/state/BlockBehaviour$$Lambda+0x000001d681bf7d90 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties mapColor (Lnet/minecraft/world/level/material/MapColor;)Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties; 2 member ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bf7b50 +instanceKlass snownee/kiwi/item/ItemCategoryFiller +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorBlockItem +instanceKlass @bci net/minecraft/world/level/block/state/BlockState ()V 8 argL0 ; # net/minecraft/world/level/block/state/BlockState$$Lambda+0x000001d681bf5ae8 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase ()V 41 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$$Lambda+0x000001d681bf58c0 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase ()V 20 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$$Lambda+0x000001d681bf5698 +instanceKlass ca/fxco/moreculling/utils/DirectionUtils +instanceKlass @bci net/minecraft/core/MappedRegistry redirect$fkd000$wover$safeIterator (Ljava/util/Iterator;Lcom/google/common/base/Function;)Ljava/util/Iterator; 1 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d681bf5220 +instanceKlass @bci net/minecraft/core/MappedRegistry iterator ()Ljava/util/Iterator; 9 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d681bf4fc8 +instanceKlass malte0811/ferritecore/fastmap/table/NeighborTableBase +instanceKlass malte0811/ferritecore/impl/FastMapEntryMap +instanceKlass org/embeddedt/modernfix/blockstate/FakeStateMap$2$1 +instanceKlass @bci java/util/function/BinaryOperator minBy (Ljava/util/Comparator;)Ljava/util/function/BinaryOperator; 6 member ; # java/util/function/BinaryOperator$$Lambda+0x000001d6819839b0 +instanceKlass @bci malte0811/ferritecore/fastmap/PropertyIndexer makeIndexer (Lnet/minecraft/world/level/block/state/properties/Property;)Lmalte0811/ferritecore/fastmap/PropertyIndexer; 10 argL0 ; # malte0811/ferritecore/fastmap/PropertyIndexer$$Lambda+0x000001d681bef7d8 +instanceKlass malte0811/ferritecore/fastmap/PropertyIndexer +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$KeySet$1 +instanceKlass it/unimi/dsi/fastutil/ints/IntArrays$ArrayHashStrategy +instanceKlass it/unimi/dsi/fastutil/ints/IntArrays$Segment +instanceKlass it/unimi/dsi/fastutil/ints/IntArrays +instanceKlass malte0811/ferritecore/fastmap/FastMapKey +instanceKlass malte0811/ferritecore/fastmap/FastMap +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition lambda$new$2 (Lnet/minecraft/world/level/block/state/properties/Property;Ljava/util/List;)Ljava/util/stream/Stream; 11 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bedfe0 +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition (Ljava/util/function/Function;Ljava/lang/Object;Lnet/minecraft/world/level/block/state/StateDefinition$Factory;Ljava/util/Map;)V 174 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bedda0 +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition appendPropertyCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Supplier;Ljava/lang/String;Lnet/minecraft/world/level/block/state/properties/Property;)Lcom/mojang/serialization/MapCodec; 36 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bedb60 +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition appendPropertyCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Supplier;Ljava/lang/String;Lnet/minecraft/world/level/block/state/properties/Property;)Lcom/mojang/serialization/MapCodec; 30 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bed920 +instanceKlass com/mojang/serialization/MapCodec$6 +instanceKlass @bci com/mojang/datafixers/DataFixUtils consumerToFunction (Ljava/util/function/Consumer;)Ljava/util/function/UnaryOperator; 1 member ; # com/mojang/datafixers/DataFixUtils$$Lambda+0x000001d681be75e0 +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition appendPropertyCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Supplier;Ljava/lang/String;Lnet/minecraft/world/level/block/state/properties/Property;)Lcom/mojang/serialization/MapCodec; 18 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bed700 +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition appendPropertyCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Supplier;Ljava/lang/String;Lnet/minecraft/world/level/block/state/properties/Property;)Lcom/mojang/serialization/MapCodec; 11 argL0 ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681bed4d8 +instanceKlass @bci com/google/common/collect/ImmutableSortedMap fromEntries (Ljava/util/Comparator;Z[Ljava/util/Map$Entry;I)Lcom/google/common/collect/ImmutableSortedMap; 152 member ; # com/google/common/collect/ImmutableSortedMap$$Lambda+0x000001d681be6ce0 +instanceKlass @bci net/minecraft/world/level/material/FlowingFluid ()V 12 argL0 ; # net/minecraft/world/level/material/FlowingFluid$$Lambda+0x000001d681bed2c0 +instanceKlass it/unimi/dsi/fastutil/shorts/Short2BooleanMap +instanceKlass it/unimi/dsi/fastutil/shorts/Short2BooleanFunction +instanceKlass it/unimi/dsi/fastutil/shorts/Short2ObjectMap +instanceKlass it/unimi/dsi/fastutil/shorts/Short2ObjectFunction +instanceKlass malte0811/ferritecore/impl/StateHolderImpl +instanceKlass @bci net/minecraft/world/level/block/state/StateHolder codec (Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 9 member ; # net/minecraft/world/level/block/state/StateHolder$$Lambda+0x000001d681bec248 +instanceKlass @bci net/minecraft/world/level/block/state/StateHolder codec (Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 3 argL0 ; # net/minecraft/world/level/block/state/StateHolder$$Lambda+0x000001d681bec010 +instanceKlass @bci net/minecraft/world/level/material/FluidState ()V 8 argL0 ; # net/minecraft/world/level/material/FluidState$$Lambda+0x000001d681bebdd8 +instanceKlass @bci net/minecraft/world/level/material/Fluid ()V 56 argL0 ; # net/minecraft/world/level/material/Fluid$$Lambda+0x000001d681bebbc0 +instanceKlass @bci net/minecraft/world/level/material/Fluid ()V 51 argL0 ; # net/minecraft/world/level/material/Fluid$$Lambda+0x000001d681beb988 +instanceKlass net/neoforged/neoforge/common/extensions/IFluidStateExtension +instanceKlass @bci net/minecraft/core/component/DataComponentMap makeCodecFromMap (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/core/component/DataComponentMap$$Lambda+0x000001d681beb160 +instanceKlass @bci net/minecraft/core/component/DataComponentMap makeCodecFromMap (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 1 argL0 ; # net/minecraft/core/component/DataComponentMap$$Lambda+0x000001d681beaf28 +instanceKlass net/minecraft/core/component/DataComponentMap$Builder +instanceKlass net/fabric_extras/ranged_weapon/mixin/item/ComponentMapBuilderAccessor +instanceKlass dev/latvian/mods/kubejs/component/ComponentFunctions +instanceKlass net/fabricmc/fabric/api/item/v1/FabricComponentMapBuilder +instanceKlass net/neoforged/neoforge/common/extensions/IDataComponentMapBuilderExtensions +instanceKlass @bci net/minecraft/core/component/DataComponentType ()V 41 argL0 ; # net/minecraft/core/component/DataComponentType$$Lambda+0x000001d681bea240 +instanceKlass @bci net/minecraft/core/component/DataComponentType ()V 25 argL0 ; # net/minecraft/core/component/DataComponentType$$Lambda+0x000001d681bea008 +instanceKlass @bci net/minecraft/network/codec/StreamCodec$13 (Ljava/util/function/UnaryOperator;)V 15 member ; # net/minecraft/network/codec/StreamCodec$13$$Lambda+0x000001d681be9dd0 +instanceKlass net/minecraft/network/codec/StreamCodec$13 +instanceKlass @bci net/minecraft/core/component/DataComponentType ()V 11 argL0 ; # net/minecraft/core/component/DataComponentType$$Lambda+0x000001d681be98c8 +instanceKlass @bci com/mojang/serialization/Codec lazyInitialized (Ljava/util/function/Supplier;)Lcom/mojang/serialization/Codec; 9 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d681be43a8 +instanceKlass @bci net/minecraft/core/component/DataComponentType ()V 0 argL0 ; # net/minecraft/core/component/DataComponentType$$Lambda+0x000001d681be96b0 +instanceKlass net/minecraft/core/component/DataComponentMap$1 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 87 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be91a0 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 82 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8f68 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 74 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8d30 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8b08 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be88d0 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$1 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8698 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 57 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8460 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 46 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8238 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 41 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681be8000 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 33 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdfbc0 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$25 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs holderRegistry (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681bdf6c0 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 14 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdf488 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 49 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdf260 +instanceKlass net/fabricmc/fabric/impl/transfer/item/ItemVariantImpl +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 37 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdece8 +instanceKlass net/minecraft/core/component/DataComponentPatch$1 +instanceKlass @bci net/minecraft/core/component/DataComponentPatch ()V 29 argL0 ; # net/minecraft/core/component/DataComponentPatch$$Lambda+0x000001d681bde7f0 +instanceKlass @bci net/minecraft/core/component/DataComponentPatch ()V 24 argL0 ; # net/minecraft/core/component/DataComponentPatch$$Lambda+0x000001d681bde5b8 +instanceKlass @bci net/minecraft/core/component/DataComponentPatch ()V 16 argL0 ; # net/minecraft/core/component/DataComponentPatch$$Lambda+0x000001d681bde380 +instanceKlass @bci net/minecraft/core/component/DataComponentPatch$PatchKey ()V 8 argL0 ; # net/minecraft/core/component/DataComponentPatch$PatchKey$$Lambda+0x000001d681bde148 +instanceKlass @bci net/minecraft/core/component/DataComponentPatch$PatchKey ()V 3 argL0 ; # net/minecraft/core/component/DataComponentPatch$PatchKey$$Lambda+0x000001d681bddf10 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectMaps +instanceKlass net/minecraft/core/component/DataComponentPatch +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 16 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdd8c8 +instanceKlass net/fabricmc/fabric/api/transfer/v1/item/ItemVariant +instanceKlass @bci net/minecraft/core/Registry holderByNameCodec ()Lcom/mojang/serialization/Codec; 12 member ; # net/minecraft/core/Registry$$Lambda+0x000001d681bdd490 +instanceKlass @bci net/minecraft/core/Registry holderByNameCodec ()Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/core/Registry$$Lambda+0x000001d681bdd258 +instanceKlass @bci net/fabricmc/fabric/impl/transfer/VariantCodecs ()V 0 argL0 ; # net/fabricmc/fabric/impl/transfer/VariantCodecs$$Lambda+0x000001d681bdd020 +instanceKlass net/fabricmc/fabric/impl/transfer/VariantCodecs +instanceKlass net/minecraft/core/component/DataComponentMap +instanceKlass net/fabricmc/fabric/impl/transfer/fluid/FluidVariantImpl +instanceKlass net/fabricmc/fabric/api/transfer/v1/fluid/FluidVariant +instanceKlass net/fabricmc/fabric/api/transfer/v1/storage/TransferVariant +instanceKlass com/ishland/c2me/base/mixin/access/IFlowableFluid +instanceKlass com/simibubi/create/foundation/mixin/accessor/FlowingFluidAccessor +instanceKlass net/minecraft/world/level/material/Fluids +instanceKlass net/minecraft/world/level/block/state/StateHolder$1 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectMap$FastEntrySet +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition (Ljava/util/function/Function;Ljava/lang/Object;Lnet/minecraft/world/level/block/state/StateDefinition$Factory;Ljava/util/Map;)V 199 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681b8fdd0 +instanceKlass org/embeddedt/modernfix/blockstate/FakeStateMap +instanceKlass @bci net/minecraft/world/level/block/state/StateDefinition (Ljava/util/function/Function;Ljava/lang/Object;Lnet/minecraft/world/level/block/state/StateDefinition$Factory;Ljava/util/Map;)V 20 member ; # net/minecraft/world/level/block/state/StateDefinition$$Lambda+0x000001d681b8fbb0 +instanceKlass com/google/common/collect/Ordering +instanceKlass net/minecraft/world/level/block/state/StateDefinition +instanceKlass @bci net/minecraft/world/level/block/Block (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 39 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681b47dd0 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractReference2ObjectFunction +instanceKlass net/minecraft/world/level/block/state/StateDefinition$Factory +instanceKlass @bci net/minecraft/world/level/block/Block (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 34 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681b8f748 +instanceKlass net/minecraft/world/level/block/state/StateDefinition$Builder +instanceKlass @bci net/minecraft/core/MappedRegistry createIntrusiveHolder (Ljava/lang/Object;)Lnet/minecraft/core/Holder$Reference; 28 member ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d681b47978 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour (Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V 115 member ; # net/minecraft/world/level/block/state/BlockBehaviour$$Lambda+0x000001d681b47758 +instanceKlass net/minecraft/world/level/storage/loot/BuiltInLootTables +instanceKlass @bci net/minecraft/world/flag/FeatureFlagRegistry codec ()Lcom/mojang/serialization/Codec; 15 member ; # net/minecraft/world/flag/FeatureFlagRegistry$$Lambda+0x000001d681b979b8 +instanceKlass @bci net/minecraft/world/flag/FeatureFlagRegistry codec ()Lcom/mojang/serialization/Codec; 9 member ; # net/minecraft/world/flag/FeatureFlagRegistry$$Lambda+0x000001d681b97778 +instanceKlass net/minecraft/world/flag/FeatureFlagRegistry +instanceKlass net/minecraft/world/flag/FeatureFlagSet +instanceKlass @bci net/neoforged/neoforge/common/util/flag/FeatureFlagLoader loadModdedFlags (Lnet/minecraft/world/flag/FeatureFlagRegistry$Builder;)V 52 member ; # net/neoforged/neoforge/common/util/flag/FeatureFlagLoader$$Lambda+0x000001d681b07780 +instanceKlass @bci net/neoforged/neoforge/common/util/flag/FeatureFlagLoader lambda$loadModdedFlags$1 (Ljava/util/Map;Lnet/neoforged/neoforgespi/language/IModInfo;)V 22 member ; # net/neoforged/neoforge/common/util/flag/FeatureFlagLoader$$Lambda+0x000001d681b37c20 +instanceKlass @bci net/neoforged/neoforge/common/util/flag/FeatureFlagLoader loadModdedFlags (Lnet/minecraft/world/flag/FeatureFlagRegistry$Builder;)V 40 member ; # net/neoforged/neoforge/common/util/flag/FeatureFlagLoader$$Lambda+0x000001d681b379f0 +instanceKlass @bci net/neoforged/neoforge/common/util/flag/FeatureFlagLoader loadModdedFlags (Lnet/minecraft/world/flag/FeatureFlagRegistry$Builder;)V 29 argL0 ; # net/neoforged/neoforge/common/util/flag/FeatureFlagLoader$$Lambda+0x000001d681b377b8 +instanceKlass @bci net/neoforged/neoforge/common/util/flag/FeatureFlagLoader loadModdedFlags (Lnet/minecraft/world/flag/FeatureFlagRegistry$Builder;)V 19 argL0 ; # net/neoforged/neoforge/common/util/flag/FeatureFlagLoader$$Lambda+0x000001d681b6fbf8 +instanceKlass net/neoforged/neoforge/common/util/flag/FeatureFlagLoader +instanceKlass net/minecraft/world/flag/FeatureFlag +instanceKlass net/minecraft/world/flag/FeatureFlagUniverse +instanceKlass net/minecraft/world/flag/FeatureFlagRegistry$Builder +instanceKlass net/minecraft/world/flag/FeatureFlags +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 119 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bd7cd0 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 110 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bd7ab8 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 93 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bd78a0 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 84 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681b5fcb8 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 75 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681b5faa0 +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour$StateArgumentPredicate +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 26 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bcf980 +instanceKlass net/minecraft/world/level/block/SoundType +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 5 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681bc79e0 +instanceKlass @bci net/minecraft/world/level/block/AirBlock ()V 0 argL0 ; # net/minecraft/world/level/block/AirBlock$$Lambda+0x000001d681bb7d00 +instanceKlass @bci net/minecraft/world/level/block/Blocks ()V 0 argL0 ; # net/minecraft/world/level/block/Blocks$$Lambda+0x000001d681bb7ae8 +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour$StatePredicate +instanceKlass net/minecraft/world/level/block/CaveVines +instanceKlass net/minecraft/world/level/block/WeatheringCopper +instanceKlass org/violetmoon/zetaimplforge/mixin/mixins/WeatheringCopperMixin +instanceKlass net/minecraft/world/level/block/ChangeOverTimeBlock +instanceKlass net/minecraft/world/level/block/SculkBehaviour +instanceKlass org/betterx/bclib/mixin/common/ComposterBlockAccessor +instanceKlass net/minecraft/world/WorldlyContainerHolder +instanceKlass com/simibubi/create/foundation/mixin/accessor/ConcretePowderBlockAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/ConcretePowderBlockAccessor +instanceKlass net/minecraft/world/level/block/SkullBlock$Type +instanceKlass net/minecraft/world/level/block/BeaconBeamBlock +instanceKlass net/minecraft/world/level/block/GameMasterBlock +instanceKlass snownee/snow/mixin/FenceGateBlockAccess +instanceKlass net/minecraft/world/item/Equipable +instanceKlass net/minecraft/world/level/block/Portal +instanceKlass snownee/snow/mixin/IceBlockAccess +instanceKlass snownee/snow/block/SnowVariant +instanceKlass snownee/kiwi/block/IKiwiBlock +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681ad0400 +instanceKlass com/yungnickyoung/minecraft/ribbits/mixin/mixins/accessor/DoorBlockAccessor +instanceKlass com/simibubi/create/foundation/mixin/accessor/CropBlockAccessor +instanceKlass net/minecraft/world/level/block/SuspiciousEffectHolder +instanceKlass net/neoforged/neoforge/common/extensions/IBaseRailBlockExtension +instanceKlass com/simibubi/create/foundation/mixin/accessor/DispenserBlockAccessor +instanceKlass net/mehvahdjukaar/moonlight/core/mixins/accessor/DispenserBlockAccessor +instanceKlass sun/security/ssl/Alert$AlertConsumer +instanceKlass net/neoforged/neoforge/common/IShearable +instanceKlass ca/fxco/moreculling/api/block/LeavesCulling +instanceKlass net/minecraft/util/valueproviders/IntProvider +instanceKlass net/minecraft/world/level/block/EntityBlock +instanceKlass net/minecraft/world/level/block/Fallable +instanceKlass dev/architectury/extensions/injected/InjectedLiquidBlockExtension +instanceKlass dev/architectury/mixin/forge/neoforge/LiquidBlockAccessor +instanceKlass net/minecraft/world/level/block/SimpleWaterloggedBlock +instanceKlass net/minecraft/world/level/block/LiquidBlockContainer +instanceKlass net/minecraft/world/level/block/BucketPickup +instanceKlass net/neoforged/neoforge/common/extensions/IBucketPickupExtension +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/BushBlockAccessor +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/SpreadingSnowyDirtBlockAccessor +instanceKlass net/minecraft/world/level/block/BonemealableBlock +instanceKlass net/minecraft/world/level/block/Blocks +instanceKlass @bci com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl granularInject (Lcom/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$HandlerCallCallback;)V 118 member ; # com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl$$Lambda+0x000001d681ad5c00 +instanceKlass @bci com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl lambda$granularInject$1 (Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;)V 2 argL0 ; # com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl$$Lambda+0x000001d681ad59c8 +instanceKlass @bci com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl granularInject (Lcom/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$HandlerCallCallback;)V 101 member ; # com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperImpl$$Lambda+0x000001d681ad5798 +instanceKlass org/spongepowered/asm/mixin/injection/invoke/RedirectInjector$ConstructorRedirectData +instanceKlass org/spongepowered/include/com/google/common/primitives/Doubles +instanceKlass org/spongepowered/include/com/google/common/primitives/Floats +instanceKlass org/spongepowered/include/com/google/common/primitives/Longs +instanceKlass @bci com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperInjectionInfo (Lorg/spongepowered/asm/mixin/transformer/MixinTargetContext;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/AnnotationNode;)V 1 argL0 ; # com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperInjectionInfo$$Lambda+0x000001d681ad5580 +instanceKlass @bci net/minecraft/Util toMap ()Ljava/util/stream/Collector; 5 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681ad50e0 +instanceKlass @bci net/minecraft/Util toMap ()Ljava/util/stream/Collector; 0 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681ad4ea8 +instanceKlass @bci net/minecraft/world/level/block/FireBlock ()V 60 argL0 ; # net/minecraft/world/level/block/FireBlock$$Lambda+0x000001d681acfbc0 +instanceKlass java/util/EnumMap$EntryIterator$Entry +instanceKlass @bci net/minecraft/world/level/block/PipeBlock ()V 47 argL0 ; # net/minecraft/world/level/block/PipeBlock$$Lambda+0x000001d681acf998 +instanceKlass net/minecraft/world/level/block/entity/vault/VaultServerData +instanceKlass net/minecraft/world/level/block/entity/vault/VaultSharedData +instanceKlass @bci net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission ()V 24 argL0 ; # net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission$$Lambda+0x000001d681acdd28 +instanceKlass @bci net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission ()V 16 argL0 ; # net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission$$Lambda+0x000001d681acdb10 +instanceKlass @bci net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission ()V 8 argL0 ; # net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission$$Lambda+0x000001d681acd8f8 +instanceKlass @bci net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission ()V 0 argL0 ; # net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission$$Lambda+0x000001d681acd6e0 +instanceKlass @cpi net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents 228 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681ad0000 +instanceKlass net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState$ParticleEmission +instanceKlass net/minecraft/world/level/block/entity/trialspawner/TrialSpawner +instanceKlass net/neoforged/neoforge/common/extensions/IOwnedSpawner +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2898 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac8860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2882 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac8648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2866 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac8430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2850 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac8218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2834 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2818 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7da0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2802 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7b88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2786 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7970 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2770 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7758 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2754 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7540 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2738 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7328 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2722 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac7110 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2706 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6ef8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2690 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6ce0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2674 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6ac8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2658 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac68b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2642 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6698 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2626 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6480 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2610 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6268 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2594 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac6050 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2578 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac5e38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2562 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac5c20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2546 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac5a08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2530 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac57f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2514 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac55d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2498 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac53c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2482 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac51a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2466 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4f90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2450 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4d78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2434 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4b60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2418 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4948 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2402 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4730 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2386 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4518 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2370 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac4300 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2354 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac40e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2338 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3ed0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2322 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3cb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2306 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3aa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2290 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3888 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2274 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3670 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2258 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3458 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2242 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3240 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2226 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac3028 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2210 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac2e10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2194 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac2bf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2178 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac29e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2162 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac27c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2146 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac25b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2130 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac2398 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2114 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac2180 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2098 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac1f68 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2082 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac1d50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2066 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac1b38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2050 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac1920 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2034 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac1708 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2018 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac14f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 2002 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac12d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1986 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac10c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1970 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0ea8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1954 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0c90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1938 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0a78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1922 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1906 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1890 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1874 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1858 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ac0000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1842 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abfda0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1826 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abfb88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1810 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abf970 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1794 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abf758 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1778 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abf540 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1762 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abf328 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1746 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abf110 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1730 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abeef8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1714 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abece0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1698 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abeac8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1682 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abe8b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1666 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abe698 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1650 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abe480 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1634 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abe268 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1618 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abe050 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1602 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abde38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1586 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abdc20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1570 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abda08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1554 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abd7f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1538 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abd5d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1522 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abd3c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1506 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abd1a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1490 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abcf90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1474 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abcd78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1458 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abcb60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1442 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abc948 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1426 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abc730 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1410 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abc518 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1394 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abc300 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1378 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abc0e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1362 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abbed0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1346 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abbcb8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1330 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abbaa0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1314 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abb888 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1298 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abb670 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1282 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abb458 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1266 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abb240 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1250 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abb028 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1234 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681abae10 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1218 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ababf8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1202 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681aba9e0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1186 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681aba7c8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1170 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681aba5b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1154 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681aba398 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1138 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681aba180 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1122 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab9f68 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1105 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab9d50 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1088 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab9b38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1071 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab9920 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1054 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab9708 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1037 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab94f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1020 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab92d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 1003 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab90c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 986 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8ea8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 969 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8c90 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 952 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8a78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 935 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8860 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 918 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8648 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 901 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8430 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 884 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8218 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 867 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab8000 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 850 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7cb0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 833 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7a98 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 816 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7880 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 799 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7668 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 782 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7450 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 765 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7238 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 748 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab7020 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 731 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab6e08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 714 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab6bf0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 697 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab69d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 680 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab67c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 663 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab65a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 646 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab6390 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 629 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab6178 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 612 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab5f60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 595 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab5d48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 578 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab5b30 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 561 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab5918 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 544 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab5700 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 527 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab54e8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 510 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab52d0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 493 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab50b8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 476 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4ea0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 459 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4c88 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 442 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4a70 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 425 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4858 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 408 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4640 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 391 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4428 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 374 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab4210 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 357 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3ff8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 340 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3de0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 323 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3bc8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 306 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab39b0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 289 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3798 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 272 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3580 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 255 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3368 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 238 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab3150 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 221 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab2f38 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 204 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab2d20 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 187 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab2b08 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 170 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab28f0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 153 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab26d8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 136 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab24c0 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 119 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab22a8 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 102 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab2090 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 85 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab1e78 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 68 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab1c60 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 51 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab1a48 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 34 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab1830 +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister register (Ljava/lang/String;Ljava/util/function/Function;)Lnet/neoforged/neoforge/registries/DeferredHolder; 55 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d681ab1610 +instanceKlass net/neoforged/neoforge/registries/DeferredHolder +instanceKlass @bci net/neoforged/neoforge/registries/DeferredRegister register (Ljava/lang/String;Ljava/util/function/Supplier;)Lnet/neoforged/neoforge/registries/DeferredHolder; 3 member ; # net/neoforged/neoforge/registries/DeferredRegister$$Lambda+0x000001d681ab1040 +instanceKlass @bci com/github/L_Ender/cataclysm/init/ModSounds ()V 17 argL0 ; # com/github/L_Ender/cataclysm/init/ModSounds$$Lambda+0x000001d681ab0e28 +instanceKlass net/neoforged/neoforge/registries/DeferredRegister +instanceKlass com/github/L_Ender/cataclysm/init/ModSounds +instanceKlass @bci net/minecraft/sounds/SoundEvents registerGoatHornSoundVariants ()Lcom/google/common/collect/ImmutableList; 6 argL0 ; # net/minecraft/sounds/SoundEvents$$Lambda+0x000001d681aab3c8 +instanceKlass io/wispforest/endec/util/EndecBuffer +instanceKlass net/neoforged/neoforge/common/extensions/IFriendlyByteBufExtension +instanceKlass io/netty/buffer/ByteBuf +instanceKlass io/netty/buffer/ByteBufConvertible +instanceKlass io/netty/util/ReferenceCounted +instanceKlass net/minecraft/network/codec/ByteBufCodecs$26 +instanceKlass net/minecraft/network/codec/StreamCodec$8 +instanceKlass @bci net/minecraft/sounds/SoundEvent ()V 49 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa9c10 +instanceKlass @bci net/minecraft/sounds/SoundEvent ()V 44 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa99d8 +instanceKlass @bci net/minecraft/sounds/SoundEvent ()V 34 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa97c0 +instanceKlass @bci net/minecraft/sounds/SoundEvent ()V 26 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa9588 +instanceKlass @bci net/minecraft/sounds/SoundEvent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 41 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa9360 +instanceKlass @bci net/minecraft/sounds/SoundEvent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa9128 +instanceKlass @bci net/minecraft/sounds/SoundEvent lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa8ef0 +instanceKlass @bci net/minecraft/sounds/SoundEvent ()V 0 argL0 ; # net/minecraft/sounds/SoundEvent$$Lambda+0x000001d681aa8cb8 +instanceKlass net/minecraft/sounds/SoundEvent +instanceKlass net/minecraft/sounds/SoundEvents +instanceKlass net/minecraft/util/SegmentedAnglePrecision +instanceKlass net/minecraft/world/level/block/state/properties/RotationSegment +instanceKlass @bci net/minecraft/world/level/block/state/properties/BlockStateProperties ()V 640 argL0 ; # net/minecraft/world/level/block/state/properties/BlockStateProperties$$Lambda+0x000001d681aa6960 +instanceKlass @bci net/minecraft/core/FrontAndTop ()V 275 argL0 ; # net/minecraft/core/FrontAndTop$$Lambda+0x000001d681aa4c98 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectArrayList$1 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions doubleFunctionArgumentCodec (Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/minecraft/util/KeyDispatchDataCodec; 3 member ; # net/minecraft/world/level/levelgen/DensityFunctions$$Lambda+0x000001d681aa4208 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type (Ljava/lang/String;ILjava/lang/String;)V 18 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type$$Lambda+0x000001d681aa3fd0 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type (Ljava/lang/String;ILjava/lang/String;)V 13 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type$$Lambda+0x000001d681aa3d98 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type (Ljava/lang/String;ILjava/lang/String;)V 8 member ; # net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type$$Lambda+0x000001d681aa3b68 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type (Ljava/lang/String;ILjava/lang/String;)V 13 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type$$Lambda+0x000001d681aa32c8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type (Ljava/lang/String;ILjava/lang/String;)V 8 member ; # net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type$$Lambda+0x000001d681aa3088 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunction ()V 26 argL0 ; # net/minecraft/world/level/levelgen/DensityFunction$$Lambda+0x000001d681aa22c8 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunction ()V 21 argL0 ; # net/minecraft/world/level/levelgen/DensityFunction$$Lambda+0x000001d681aa2090 +instanceKlass net/minecraft/resources/RegistryFileCodec +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions ()V 50 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$$Lambda+0x000001d681aa1600 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions ()V 45 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$$Lambda+0x000001d681aa13c8 +instanceKlass @bci com/mojang/serialization/Codec checkRange (Ljava/lang/Number;Ljava/lang/Number;)Ljava/util/function/Function; 2 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d681a9b6f0 +instanceKlass @bci com/mojang/serialization/codecs/KeyDispatchCodec (Ljava/lang/String;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/Function;)V 9 member ; # com/mojang/serialization/codecs/KeyDispatchCodec$$Lambda+0x000001d681a9b4b0 +instanceKlass @bci com/mojang/serialization/Codec dispatch (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 14 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d681a9b278 +instanceKlass @bci com/mojang/serialization/Codec dispatch (Ljava/lang/String;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 3 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d681a9b040 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions ()V 8 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$$Lambda+0x000001d681aa1190 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type (Ljava/lang/String;ILjava/lang/String;)V 13 argL0 ; # net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type$$Lambda+0x000001d681aa0f58 +instanceKlass @bci net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type (Ljava/lang/String;ILjava/lang/String;)V 8 member ; # net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type$$Lambda+0x000001d681aa0d18 +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked +instanceKlass @bci net/minecraft/world/level/levelgen/GenerationStep$Decoration ()V 176 argL0 ; # net/minecraft/world/level/levelgen/GenerationStep$Decoration$$Lambda+0x000001d681aa0688 +instanceKlass @bci net/minecraft/world/level/block/Rotation ()V 78 argL0 ; # net/minecraft/world/level/block/Rotation$$Lambda+0x000001d681aa0000 +instanceKlass @bci net/minecraft/world/phys/shapes/VoxelShape forAllBoxes (Lnet/minecraft/world/phys/shapes/Shapes$DoubleLineConsumer;)V 34 member ; # net/minecraft/world/phys/shapes/VoxelShape$$Lambda+0x000001d681a9f610 +instanceKlass @cpi net/minecraft/world/phys/shapes/VoxelShape 213 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a9dc00 +instanceKlass net/minecraft/world/phys/shapes/DiscreteVoxelShape$IntLineConsumer +instanceKlass net/minecraft/world/phys/shapes/ArrayVoxelShape$1 +instanceKlass @bci net/minecraft/world/phys/shapes/VoxelShape optimize ()Lnet/minecraft/world/phys/shapes/VoxelShape; 13 member ; # net/minecraft/world/phys/shapes/VoxelShape$$Lambda+0x000001d681a9eff8 +instanceKlass @cpi net/minecraft/world/phys/shapes/VoxelShape 176 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a9d800 +instanceKlass net/minecraft/world/phys/shapes/Shapes$DoubleLineConsumer +instanceKlass net/minecraft/world/phys/shapes/DiscreteCubeMerger +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$1 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;I[I[ZIII)Z 31 ; # java/lang/invoke/LambdaForm$MH+0x000001d681a9d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681a9d000 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$1 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;I[I[ZIII)Z 31 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a9cc00 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$1 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/DiscreteVoxelShape;ILnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;I[I[ZIII)Z 31 member ; # net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape$$Lambda+0x000001d681a9e000 +instanceKlass @cpi net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape 294 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a9c800 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$2 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;[IIII)Z 27 ; # java/lang/invoke/LambdaForm$MH+0x000001d681a9c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681a9c000 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$2 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;[IIII)Z 27 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a90c00 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape lambda$join$2 (Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape;[IIII)Z 27 member ; # net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape$$Lambda+0x000001d681a91c58 +instanceKlass @cpi net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape 274 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a90800 +instanceKlass @bci net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape join (Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/IndexMerger;Lnet/minecraft/world/phys/shapes/BooleanOp;)Lnet/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape; 82 member ; # net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape$$Lambda+0x000001d681a91a38 +instanceKlass @cpi net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape 187 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a90400 +instanceKlass net/minecraft/world/phys/shapes/IndexMerger$IndexConsumer +instanceKlass net/minecraft/world/phys/shapes/IdenticalMerger +instanceKlass it/unimi/dsi/fastutil/doubles/AbstractDoubleIterator +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleArrayList$1 +instanceKlass net/caffeinemc/mods/lithium/common/shapes/pairs/LithiumDoublePairList +instanceKlass net/caffeinemc/mods/lithium/common/shapes/VoxelShapeAlignedCuboid$1 +instanceKlass net/caffeinemc/mods/lithium/common/shapes/VoxelShapeSimpleCube$1 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 120 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92ea8 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 112 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92c90 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 104 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92a78 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 96 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92860 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 88 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92648 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 80 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92430 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 72 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92218 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 64 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a92000 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 56 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a97bf0 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 48 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a979d8 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 40 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a977c0 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 32 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a975a8 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 24 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a97390 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 16 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a97178 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 8 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a96f60 +instanceKlass @bci net/minecraft/world/phys/shapes/BooleanOp ()V 0 argL0 ; # net/minecraft/world/phys/shapes/BooleanOp$$Lambda+0x000001d681a96d48 +instanceKlass net/minecraft/world/phys/shapes/BooleanOp +instanceKlass @bci net/minecraft/world/entity/animal/horse/Variant ()V 131 argL0 ; # net/minecraft/world/entity/animal/horse/Variant$$Lambda+0x000001d681a95578 +instanceKlass @bci net/minecraft/world/entity/animal/horse/Variant ()V 120 argL0 ; # net/minecraft/world/entity/animal/horse/Variant$$Lambda+0x000001d681a95360 +instanceKlass @bci net/minecraft/world/entity/animal/horse/Markings ()V 76 argL0 ; # net/minecraft/world/entity/animal/horse/Markings$$Lambda+0x000001d681a94cd8 +instanceKlass @bci net/minecraft/world/scores/criteria/ObjectiveCriteria$RenderType ()V 36 argL0 ; # net/minecraft/world/scores/criteria/ObjectiveCriteria$RenderType$$Lambda+0x000001d681a94690 +instanceKlass net/minecraft/world/scores/criteria/ObjectiveCriteria +instanceKlass @bci net/minecraft/world/entity/EquipmentSlot ()V 157 argL0 ; # net/minecraft/world/entity/EquipmentSlot$$Lambda+0x000001d681a8fcb0 +instanceKlass io/wispforest/accessories/AccessoriesInternals +instanceKlass @bci net/minecraft/world/level/GameType ()V 87 argL0 ; # net/minecraft/world/level/GameType$$Lambda+0x000001d681a8eb80 +instanceKlass @bci net/minecraft/world/level/GameType ()V 76 argL0 ; # net/minecraft/world/level/GameType$$Lambda+0x000001d681a8e968 +instanceKlass @bci net/minecraft/world/item/DyeColor ()V 572 argL0 ; # net/minecraft/world/item/DyeColor$$Lambda+0x000001d681a8e2e0 +instanceKlass @bci net/minecraft/world/item/DyeColor ()V 558 argL0 ; # net/minecraft/world/item/DyeColor$$Lambda+0x000001d681a8e0c8 +instanceKlass @bci net/minecraft/world/item/DyeColor ()V 536 argL0 ; # net/minecraft/world/item/DyeColor$$Lambda+0x000001d681a8de90 +instanceKlass @bci net/minecraft/world/item/DyeColor ()V 531 argL0 ; # net/minecraft/world/item/DyeColor$$Lambda+0x000001d681a8dc58 +instanceKlass @bci net/minecraft/util/ByIdMap continuous (Ljava/util/function/ToIntFunction;[Ljava/lang/Object;Lnet/minecraft/util/ByIdMap$OutOfBoundsStrategy;)Ljava/util/function/IntFunction; 60 member ; # net/minecraft/util/ByIdMap$$Lambda+0x000001d681a8da38 +instanceKlass @cpi net/minecraft/util/ByIdMap 152 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a90000 +instanceKlass @bci net/minecraft/world/item/DyeColor ()V 504 argL0 ; # net/minecraft/world/item/DyeColor$$Lambda+0x000001d681a8d820 +instanceKlass net/minecraft/util/FastColor$ARGB32 +instanceKlass net/fabricmc/fabric/mixin/tag/TagKeyMixin +instanceKlass net/fabricmc/fabric/api/tag/FabricTagKey +instanceKlass net/minecraft/tags/ItemTags +instanceKlass net/minecraft/world/level/material/MapColor +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodec (Lcom/mojang/serialization/Codec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681a8c200 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 293 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8bfc8 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 277 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8bd90 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 261 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8bb58 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 245 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8b920 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 229 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8b6e8 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 213 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8b4b0 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 197 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8b278 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 181 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8b040 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 153 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8ae08 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 148 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8abd0 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs stringResolverCodec (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 10 member ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8a990 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs stringResolverCodec (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 4 member ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8a750 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 134 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8a518 +instanceKlass dev/latvian/mods/kubejs/util/TimeJS +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 129 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a8a0e8 +instanceKlass @bci net/minecraft/core/Registry byNameCodec ()Lcom/mojang/serialization/Codec; 12 member ; # net/minecraft/core/Registry$$Lambda+0x000001d681a89ea8 +instanceKlass @bci net/minecraft/core/Registry byNameCodec ()Lcom/mojang/serialization/Codec; 6 argL0 ; # net/minecraft/core/Registry$$Lambda+0x000001d681a89c70 +instanceKlass com/mojang/serialization/Codec$4 +instanceKlass net/minecraft/util/ExtraCodecs$4 +instanceKlass @bci net/minecraft/core/Registry referenceHolderWithLifecycle ()Lcom/mojang/serialization/Codec; 22 member ; # net/minecraft/core/Registry$$Lambda+0x000001d681a897f8 +instanceKlass @bci net/minecraft/core/Registry referenceHolderWithLifecycle ()Lcom/mojang/serialization/Codec; 9 argL0 ; # net/minecraft/core/Registry$$Lambda+0x000001d681a895c0 +instanceKlass @bci net/minecraft/core/Registry referenceHolderWithLifecycle ()Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/core/Registry$$Lambda+0x000001d681a89380 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 97 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a89148 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 92 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a88f10 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 76 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a88cd8 +instanceKlass dev/latvian/mods/rhino/util/wrap/TypeWrapperFactory +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 71 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a886a8 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 55 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a88470 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 50 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a88238 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 29 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a88000 +instanceKlass dev/latvian/mods/kubejs/util/MutedError +instanceKlass dev/latvian/mods/kubejs/util/ID +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 24 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a83528 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 8 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a832f0 +instanceKlass @bci dev/latvian/mods/kubejs/codec/KubeJSCodecs ()V 3 argL0 ; # dev/latvian/mods/kubejs/codec/KubeJSCodecs$$Lambda+0x000001d681a830b8 +instanceKlass dev/latvian/mods/kubejs/codec/KubeJSCodecs +instanceKlass @bci dev/latvian/mods/kubejs/color/KubeColor ()V 5 argL0 ; # dev/latvian/mods/kubejs/color/KubeColor$$Lambda+0x000001d681a82c88 +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/ColorWrapper +instanceKlass @bci dev/latvian/mods/kubejs/color/KubeColor ()V 0 argL0 ; # dev/latvian/mods/kubejs/color/KubeColor$$Lambda+0x000001d681a82858 +instanceKlass dev/latvian/mods/kubejs/color/KubeColor +instanceKlass @bci net/minecraft/world/level/block/Mirror ()V 60 argL0 ; # net/minecraft/world/level/block/Mirror$$Lambda+0x000001d681a82140 +instanceKlass @bci com/mojang/math/OctahedralGroup lambda$static$4 (Lcom/mojang/math/OctahedralGroup;)Lcom/mojang/math/OctahedralGroup; 7 member ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a81d00 +instanceKlass @bci com/mojang/math/OctahedralGroup ()V 1194 argL0 ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a81ae8 +instanceKlass @bci com/mojang/math/OctahedralGroup ()V 1184 argL0 ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a818b0 +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanArrayList$1 +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanListIterator +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanBidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanSpliterator +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanIterator +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanStack +instanceKlass @bci com/mojang/math/OctahedralGroup lambda$static$2 ([[Lcom/mojang/math/OctahedralGroup;)V 11 argL0 ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a81678 +instanceKlass @bci com/mojang/math/OctahedralGroup lambda$static$2 ([[Lcom/mojang/math/OctahedralGroup;)V 6 argL0 ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a81440 +instanceKlass @bci com/mojang/math/OctahedralGroup ()V 1164 argL0 ; # com/mojang/math/OctahedralGroup$$Lambda+0x000001d681a81218 +instanceKlass com/mojang/math/OctahedralGroup$1 +instanceKlass org/joml/Runtime +instanceKlass org/joml/Math +instanceKlass @bci com/mojang/math/SymmetricGroup3 lambda$static$1 ([[Lcom/mojang/math/SymmetricGroup3;)V 93 member ; # com/mojang/math/SymmetricGroup3$$Lambda+0x000001d681a80608 +instanceKlass @bci com/mojang/math/SymmetricGroup3 ()V 114 argL0 ; # com/mojang/math/SymmetricGroup3$$Lambda+0x000001d681a803e0 +instanceKlass org/joml/Vector2i +instanceKlass org/joml/Vector2ic +instanceKlass org/joml/Vector2f +instanceKlass org/joml/Vector2fc +instanceKlass org/joml/Vector3i +instanceKlass org/joml/Vector3ic +instanceKlass org/joml/Vector4i +instanceKlass org/joml/Vector4ic +instanceKlass org/joml/Matrix2f +instanceKlass org/joml/Matrix2fc +instanceKlass org/joml/Matrix3x2f +instanceKlass org/joml/Matrix3x2fc +instanceKlass org/joml/Matrix3d +instanceKlass org/joml/Matrix3dc +instanceKlass org/joml/Matrix4x3f +instanceKlass org/joml/Matrix4x3fc +instanceKlass org/joml/Matrix4d +instanceKlass org/joml/Matrix4dc +instanceKlass org/joml/Options +instanceKlass org/joml/MemUtil +instanceKlass org/joml/Matrix3f +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanList +instanceKlass org/joml/Matrix3fc +instanceKlass @bci net/minecraft/world/Difficulty ()V 81 argL0 ; # net/minecraft/world/Difficulty$$Lambda+0x000001d681a72dc8 +instanceKlass @bci net/minecraft/world/Difficulty ()V 70 argL0 ; # net/minecraft/world/Difficulty$$Lambda+0x000001d681a72bb0 +instanceKlass @bci net/minecraft/world/entity/MobCategory ()V 272 argL0 ; # net/minecraft/world/entity/MobCategory$$Lambda+0x000001d681a72528 +instanceKlass com/faboslav/friendsandfoes/common/platform/CustomSpawnGroup +instanceKlass @bci net/minecraft/world/level/levelgen/Heightmap$Types ()V 136 argL0 ; # net/minecraft/world/level/levelgen/Heightmap$Types$$Lambda+0x000001d681a71c98 +instanceKlass @bci net/minecraft/world/level/levelgen/Heightmap$Types ()V 119 argL0 ; # net/minecraft/world/level/levelgen/Heightmap$Types$$Lambda+0x000001d681a71860 +instanceKlass @bci net/minecraft/world/level/levelgen/Heightmap$Types ()V 96 argL0 ; # net/minecraft/world/level/levelgen/Heightmap$Types$$Lambda+0x000001d681a71618 +instanceKlass @bci net/minecraft/world/level/levelgen/Heightmap ()V 14 argL0 ; # net/minecraft/world/level/levelgen/Heightmap$$Lambda+0x000001d681a713d0 +instanceKlass net/neoforged/bus/api/ICancellableEvent +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectMap +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ObjectFunction +instanceKlass @bci net/minecraft/world/level/levelgen/Heightmap ()V 6 argL0 ; # net/minecraft/world/level/levelgen/Heightmap$$Lambda+0x000001d681a70ef0 +instanceKlass net/minecraft/util/BitStorage +instanceKlass net/minecraft/world/level/levelgen/Heightmap +instanceKlass net/caffeinemc/mods/lithium/mixin/world/combined_heightmap_update/HeightmapAccessor +instanceKlass @bci net/minecraft/world/level/levelgen/GenerationStep$Carving ()V 36 argL0 ; # net/minecraft/world/level/levelgen/GenerationStep$Carving$$Lambda+0x000001d681a6f5c8 +instanceKlass net/minecraft/world/level/levelgen/GenerationStep +instanceKlass net/minecraft/world/phys/Vec3 +instanceKlass toni/redirected/utils/values/CommonValues +instanceKlass toni/redirected/utils/Utils +instanceKlass @bci net/minecraft/world/level/block/state/properties/BlockStateProperties ()V 434 argL0 ; # net/minecraft/world/level/block/state/properties/BlockStateProperties$$Lambda+0x000001d681a6d080 +instanceKlass @bci net/minecraft/world/level/block/state/properties/EnumProperty create (Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/world/level/block/state/properties/EnumProperty; 2 argL0 ; # net/minecraft/world/level/block/state/properties/EnumProperty$$Lambda+0x000001d681a6cb78 +instanceKlass @bci net/minecraft/world/level/block/state/properties/Property (Ljava/lang/String;Ljava/lang/Class;)V 44 argL0 ; # net/minecraft/world/level/block/state/properties/Property$$Lambda+0x000001d681a6c940 +instanceKlass @bci net/minecraft/world/level/block/state/properties/Property (Ljava/lang/String;Ljava/lang/Class;)V 39 member ; # net/minecraft/world/level/block/state/properties/Property$$Lambda+0x000001d681a6c700 +instanceKlass @bci net/minecraft/world/level/block/state/properties/Property (Ljava/lang/String;Ljava/lang/Class;)V 20 member ; # net/minecraft/world/level/block/state/properties/Property$$Lambda+0x000001d681a6c2b8 +instanceKlass @bci net/minecraft/world/level/block/state/properties/Property (Ljava/lang/String;Ljava/lang/Class;)V 14 member ; # net/minecraft/world/level/block/state/properties/Property$$Lambda+0x000001d681a6c078 +instanceKlass net/minecraft/world/level/block/state/properties/BlockStateProperties +instanceKlass @bci net/minecraft/world/level/block/FireBlock ()V 0 argL0 ; # net/minecraft/world/level/block/FireBlock$$Lambda+0x000001d681a6bc40 +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleListIterator +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleBidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleSpliterator +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleIterator +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleStack +instanceKlass @bci net/minecraft/world/phys/shapes/Shapes ()V 0 argL0 ; # net/minecraft/world/phys/shapes/Shapes$$Lambda+0x000001d681a6ada8 +instanceKlass net/minecraft/world/phys/shapes/IndexMerger +instanceKlass malte0811/ferritecore/mixin/accessors/SliceShapeAccess +instanceKlass net/caffeinemc/mods/lithium/common/shapes/VoxelShapeCaster +instanceKlass malte0811/ferritecore/mixin/accessors/ArrayVSAccess +instanceKlass com/cerbon/cerbons_api/mixin/multipart_entities/InvokerArrayVoxelShape +instanceKlass net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/collisions/empty_space/ArrayVoxelShapeInvoker +instanceKlass malte0811/ferritecore/mixin/accessors/BitSetDVSAccess +instanceKlass net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/collisions/empty_space/BitSetDiscreteVoxelShapeAccessor +instanceKlass net/minecraft/world/phys/shapes/DiscreteVoxelShape +instanceKlass malte0811/ferritecore/mixin/accessors/DiscreteVSAccess +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleList +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleCollection +instanceKlass it/unimi/dsi/fastutil/doubles/DoubleIterable +instanceKlass net/minecraft/world/phys/shapes/Shapes +instanceKlass @bci net/minecraft/world/level/block/Block ()V 81 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681a5bbc8 +instanceKlass net/caffeinemc/mods/lithium/common/util/collections/Object2BooleanCacheTable$Node +instanceKlass @bci net/minecraft/world/level/block/Block ()V 70 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681a5b588 +instanceKlass net/minecraft/world/phys/shapes/VoxelShape +instanceKlass malte0811/ferritecore/mixin/accessors/VoxelShapeAccess +instanceKlass team/creative/creativecore/mixin/VoxelShapeAccessor +instanceKlass com/copycatsplus/copycats/mixin/copycat/VoxelShapeAccessor +instanceKlass net/caffeinemc/mods/lithium/common/shapes/OffsetVoxelShapeCache +instanceKlass net/caffeinemc/mods/lithium/common/util/collections/Object2BooleanCacheTable +instanceKlass @bci net/minecraft/world/level/block/Block ()V 48 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681a5a608 +instanceKlass com/google/common/cache/LocalCache$AbstractReferenceEntry +instanceKlass com/google/common/cache/LocalCache$LoadingValueReference +instanceKlass com/google/common/cache/RemovalListener +instanceKlass com/google/common/cache/Weigher +instanceKlass com/google/common/cache/LocalCache$1 +instanceKlass com/google/common/cache/ReferenceEntry +instanceKlass com/google/common/cache/LocalCache$LocalManualCache +instanceKlass com/google/common/cache/LocalCache$ValueReference +instanceKlass com/google/common/cache/CacheBuilder$2 +instanceKlass com/google/common/cache/CacheStats +instanceKlass com/google/common/base/Suppliers$SupplierOfInstance +instanceKlass com/google/common/cache/CacheBuilder$1 +instanceKlass com/google/common/cache/AbstractCache$StatsCounter +instanceKlass com/google/common/cache/LoadingCache +instanceKlass com/google/common/cache/Cache +instanceKlass com/google/common/cache/CacheBuilder +instanceKlass com/google/common/primitives/IntsMethodsForWeb +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet ()V 10 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$$Lambda+0x000001d681a43950 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet ()V 5 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$$Lambda+0x000001d681a43728 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet ()V 0 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$$Lambda+0x000001d681a1bc20 +instanceKlass net/neoforged/neoforge/registries/NeoForgeRegistryCallbacks$BlockCallbacks +instanceKlass net/minecraft/core/IdMapper +instanceKlass org/betterx/bclib/mixin/common/IdMapperAccessor +instanceKlass net/neoforged/neoforge/registries/GameData +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour propertiesCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$$Lambda+0x000001d681a58f20 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour$Properties ()V 0 argL0 ; # net/minecraft/world/level/block/state/BlockBehaviour$Properties$$Lambda+0x000001d681a58d08 +instanceKlass @bci net/minecraft/world/level/block/state/BlockBehaviour simpleCodec (Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 1 member ; # net/minecraft/world/level/block/state/BlockBehaviour$$Lambda+0x000001d681a58ac8 +instanceKlass @bci net/minecraft/world/level/block/Block ()V 0 argL0 ; # net/minecraft/world/level/block/Block$$Lambda+0x000001d681a58890 +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour$Properties +instanceKlass eu/ha3/presencefootsteps/api/DerivedBlock$Settings +instanceKlass net/fabricmc/fabric/mixin/object/builder/AbstractBlockSettingsAccessor +instanceKlass com/bobmowzie/mowziesmobs/server/block/ICopiedBlockProperties +instanceKlass @bci net/minecraft/core/Direction ()V 348 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4cc60 +instanceKlass @bci net/minecraft/core/Direction ()V 335 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4ca48 +instanceKlass @bci net/minecraft/core/Direction ()V 325 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4c800 +instanceKlass @bci net/minecraft/core/Direction ()V 303 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4dd08 +instanceKlass @bci net/minecraft/core/Direction ()V 290 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4daf0 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$24 +instanceKlass @bci net/minecraft/core/Direction ()V 267 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a4d610 +instanceKlass @bci net/minecraft/util/ByIdMap continuous (Ljava/util/function/ToIntFunction;[Ljava/lang/Object;Lnet/minecraft/util/ByIdMap$OutOfBoundsStrategy;)Ljava/util/function/IntFunction; 71 member ; # net/minecraft/util/ByIdMap$$Lambda+0x000001d681a4d3f0 +instanceKlass net/minecraft/util/ByIdMap +instanceKlass @bci net/minecraft/core/Direction ()V 247 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a579f0 +instanceKlass @bci net/minecraft/core/Direction ()V 236 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a577b8 +instanceKlass @bci net/minecraft/core/Direction ()V 222 argL0 ; # net/minecraft/core/Direction$$Lambda+0x000001d681a575a0 +instanceKlass @bci net/minecraft/core/Vec3i ()V 8 argL0 ; # net/minecraft/core/Vec3i$$Lambda+0x000001d681a57368 +instanceKlass @bci net/minecraft/core/Vec3i ()V 3 argL0 ; # net/minecraft/core/Vec3i$$Lambda+0x000001d681a57130 +instanceKlass @bci net/minecraft/core/Direction$Axis ()V 57 argL0 ; # net/minecraft/core/Direction$Axis$$Lambda+0x000001d681a56f18 +instanceKlass net/mehvahdjukaar/moonlight/api/events/SimpleEvent +instanceKlass dev/latvian/mods/kubejs/core/ItemEntityKJS +instanceKlass io/github/razordevs/deep_aether/entity/PoisonItem +instanceKlass net/caffeinemc/mods/lithium/common/util/change_tracking/ChangePublisher +instanceKlass net/caffeinemc/mods/lithium/mixin/util/accessors/ItemEntityAccessor +instanceKlass net/minecraft/world/entity/TraceableEntity +instanceKlass com/simibubi/create/foundation/mixin/accessor/ServerLevelAccessor +instanceKlass org/violetmoon/quark/addons/oddities/magnetsystem/MagnetWorldInterface +instanceKlass com/faboslav/friendsandfoes/common/mixin/ServerWorldAccessor +instanceKlass com/teamabnormals/blueprint/common/world/storage/receiver/BlueprintServerLevel +instanceKlass com/yungnickyoung/minecraft/betterdeserttemples/world/state/ITempleStateCacheProvider +instanceKlass alternate/current/interfaces/mixin/IServerLevel +instanceKlass dev/latvian/mods/kubejs/core/ServerLevelKJS +instanceKlass net/spell_engine/utils/WorldScheduler +instanceKlass net/fabricmc/fabric/impl/lookup/block/ServerWorldCache +instanceKlass xaero/map/core/IWorldMapServerLevel +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/ServerLevelAccessor +instanceKlass net/conczin/immersive_optimization/mixin/ServerLevelAccessor +instanceKlass net/caffeinemc/mods/lithium/mixin/util/entity_movement_tracking/ServerLevelAccessor +instanceKlass net/caffeinemc/mods/lithium/mixin/util/accessors/ServerLevelAccessor +instanceKlass net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/spawning/ServerLevelAccessor +instanceKlass net/caffeinemc/mods/lithium/common/world/ServerWorldExtended +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/dispenser_minecart/ILevelEventRedirect +instanceKlass net/minecraft/world/level/WorldGenLevel +instanceKlass net/minecraft/world/level/ServerLevelAccessor +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681a4c000 +instanceKlass dev/engine_room/flywheel/impl/extension/LevelExtension +instanceKlass dev/latvian/mods/kubejs/core/LevelKJS +instanceKlass net/fabricmc/fabric/impl/event/lifecycle/LoadedChunksCache +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/LevelAccessor +instanceKlass net/caffeinemc/mods/lithium/common/world/LithiumData +instanceKlass net/caffeinemc/mods/lithium/common/world/blockentity/BlockEntityGetter +instanceKlass net/caffeinemc/mods/lithium/mixin/util/accessors/LevelAccessor +instanceKlass net/caffeinemc/mods/lithium/common/world/ChunkRandomSource +instanceKlass net/neoforged/neoforge/common/extensions/ILevelExtension +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/asm/MakeVolatile +instanceKlass @bci com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile lambda$transform$1 (Lorg/objectweb/asm/tree/FieldNode;)Z 27 argL0 ; # com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile$$Lambda+0x000001d681a48238 +instanceKlass @bci com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile lambda$transform$1 (Lorg/objectweb/asm/tree/FieldNode;)Z 17 argL0 ; # com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile$$Lambda+0x000001d681a48000 +instanceKlass @bci com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile transform (Lorg/objectweb/asm/tree/ClassNode;)V 20 member ; # com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile$$Lambda+0x000001d681a40400 +instanceKlass @bci com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile transform (Lorg/objectweb/asm/tree/ClassNode;)V 9 argL0 ; # com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile$$Lambda+0x000001d681a40c20 +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/asm/ASMTransformerMakeVolatile +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalLongRefImpl +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalLongRef +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2ByteFunction +instanceKlass it/unimi/dsi/fastutil/objects/Object2ByteSortedMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2ByteMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2ByteFunction +instanceKlass com/google/common/cache/CacheLoader +instanceKlass net/minecraft/world/level/LevelAccessor +instanceKlass net/minecraft/world/level/LevelTimeAccess +instanceKlass net/minecraft/world/level/CommonLevelAccessor +instanceKlass net/minecraft/world/level/LevelSimulatedRW +instanceKlass net/minecraft/world/level/LevelWriter +instanceKlass net/minecraft/world/level/LevelSimulatedReader +instanceKlass net/minecraft/world/level/EntityGetter +instanceKlass dev/latvian/mods/kubejs/core/EntityGetterKJS +instanceKlass dev/latvian/mods/kubejs/core/EntityCollectionKJS +instanceKlass net/neoforged/neoforge/common/extensions/IBlockStateExtension +instanceKlass net/fabricmc/fabric/mixin/block/IBlockStateExtensionMixin +instanceKlass net/fabricmc/fabric/api/block/v1/FabricBlockState +instanceKlass net/minecraft/world/level/block/state/StateHolder +instanceKlass com/ishland/c2me/base/mixin/access/IState +instanceKlass com/simibubi/create/foundation/mixin/accessor/StateHolderAccessor +instanceKlass malte0811/ferritecore/ducks/FastMapStateHolder +instanceKlass io/wispforest/accessories/mixin/StateHolderAccessor +instanceKlass malte0811/ferritecore/PlatformHooks +instanceKlass malte0811/ferritecore/IPlatformHooks +instanceKlass malte0811/ferritecore/util/Constants +instanceKlass dev/latvian/mods/kubejs/core/BlockStateKJS +instanceKlass ca/fxco/moreculling/api/blockstate/StateCullingShapeCache +instanceKlass ca/fxco/moreculling/api/blockstate/MoreStateCulling +instanceKlass org/embeddedt/modernfix/duck/IModelHoldingBlockState +instanceKlass org/embeddedt/modernfix/duck/IBlockState +instanceKlass @bci org/embeddedt/modernfix/core/ModernFixMixinPlugin applyBlockStateCacheScan (Lorg/objectweb/asm/tree/ClassNode;)V 862 member ; # org/embeddedt/modernfix/core/ModernFixMixinPlugin$$Lambda+0x000001d681a3e4f8 +instanceKlass @cpi com/simibubi/create/foundation/data/WindowGen 916 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681a40000 +instanceKlass @bci org/embeddedt/modernfix/core/ModernFixMixinPlugin applyBlockStateCacheScan (Lorg/objectweb/asm/tree/ClassNode;)V 842 member ; # org/embeddedt/modernfix/core/ModernFixMixinPlugin$$Lambda+0x000001d681a3e2c8 +instanceKlass net/minecraft/world/level/LevelReader +instanceKlass net/caffeinemc/mods/lithium/common/world/ChunkView +instanceKlass net/fabricmc/fabric/mixin/rendering/data/WorldViewMixin +instanceKlass net/fabricmc/fabric/api/rendering/data/v1/RenderAttachedBlockView +instanceKlass net/neoforged/neoforge/common/extensions/ILevelReaderExtension +instanceKlass net/minecraft/world/level/biome/BiomeManager$NoiseBiomeSource +instanceKlass net/minecraft/world/level/SignalGetter +instanceKlass net/minecraft/world/level/CollisionGetter +instanceKlass net/minecraft/world/level/BlockAndTintGetter +instanceKlass net/neoforged/neoforge/common/extensions/IBlockAndTintGetterExtension +instanceKlass net/minecraft/world/level/BlockGetter +instanceKlass net/fabricmc/fabric/mixin/blockview/BlockViewMixin +instanceKlass net/fabricmc/fabric/api/blockview/v2/FabricBlockView +instanceKlass net/neoforged/neoforge/common/extensions/IBlockGetterExtension +instanceKlass net/minecraft/world/level/LevelHeightAccessor +instanceKlass com/starfish_studios/another_furniture/mixin/neoforge/FireBlockAccessor +instanceKlass com/faboslav/friendsandfoes/neoforge/mixin/FireBlockAccessor +instanceKlass lilypuree/decorative_blocks/mixin/FireBlockInvoker +instanceKlass net/fabricmc/fabric/impl/content/registry/FireBlockHooks +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/FireBlockAccessor +instanceKlass net/mehvahdjukaar/supplementaries/mixins/neoforge/FireBlockAccessor +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalIntRefImpl +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalIntRef +instanceKlass @bci com/simibubi/create/api/registry/CreateBuiltInRegistries withIntrusiveHolders (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; 2 argL0 ; # com/simibubi/create/api/registry/CreateBuiltInRegistries$$Lambda+0x000001d681a39290 +instanceKlass @bci com/simibubi/create/api/registry/CreateBuiltInRegistries simple (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; 2 argL0 ; # com/simibubi/create/api/registry/CreateBuiltInRegistries$$Lambda+0x000001d681a39078 +instanceKlass @bci com/simibubi/create/api/registry/CreateBuiltInRegistries ()V 17 argL0 ; # com/simibubi/create/api/registry/CreateBuiltInRegistries$$Lambda+0x000001d681a38e60 +instanceKlass com/simibubi/create/content/kinetics/fan/processing/FanProcessingTypeRegistry +instanceKlass io/netty/util/ConstantPool +instanceKlass io/netty/util/AbstractConstant +instanceKlass io/netty/util/Constant +instanceKlass fuzs/puzzleslib/neoforge/mixin/accessor/NewRegistryEventNeoForgeAccessor +instanceKlass net/neoforged/fml/event/IModBusEvent +instanceKlass net/neoforged/bus/api/Event +instanceKlass net/neoforged/neoforge/registries/RegistryManager +instanceKlass net/fabricmc/fabric/mixin/registry/sync/RegistryManagerAccessor +instanceKlass net/neoforged/neoforge/registries/callback/ClearCallback +instanceKlass @bci net/neoforged/neoforge/registries/RegistryBuilder create ()Lnet/minecraft/core/Registry; 64 member ; # net/neoforged/neoforge/registries/RegistryBuilder$$Lambda+0x000001d681a37610 +instanceKlass @bci com/simibubi/create/api/registry/CreateBuiltInRegistries register (Lnet/minecraft/resources/ResourceKey;ZLjava/lang/Runnable;)Lnet/minecraft/core/Registry; 24 member ; # com/simibubi/create/api/registry/CreateBuiltInRegistries$$Lambda+0x000001d681a373f0 +instanceKlass net/neoforged/neoforge/registries/callback/BakeCallback +instanceKlass net/neoforged/neoforge/registries/RegistryBuilder +instanceKlass @bci com/simibubi/create/api/registry/CreateBuiltInRegistries ()V 3 argL0 ; # com/simibubi/create/api/registry/CreateBuiltInRegistries$$Lambda+0x000001d681a36d80 +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmInteractionPointType +instanceKlass dev/latvian/mods/kubejs/KubeJSCommon +instanceKlass dev/latvian/mods/kubejs/event/KubeEvent +instanceKlass dev/latvian/mods/kubejs/script/ScriptManager +instanceKlass dev/latvian/mods/kubejs/KubeJS +instanceKlass com/simibubi/create/infrastructure/command/ServerLagger +instanceKlass com/simibubi/create/content/logistics/packagerLink/GlobalLogisticsManager +instanceKlass com/simibubi/create/content/trains/display/GlobalTrainDisplayData +instanceKlass com/simibubi/create/content/trains/graph/TrackGraphSync +instanceKlass net/minecraft/network/protocol/common/custom/CustomPacketPayload +instanceKlass com/simibubi/create/content/trains/GlobalRailwayManager +instanceKlass com/simibubi/create/content/kinetics/TorquePropagator +instanceKlass com/simibubi/create/content/redstone/link/RedstoneLinkNetworkHandler +instanceKlass xaero/lib/common/player/IServerPlayer +instanceKlass dev/latvian/mods/kubejs/core/ServerPlayerKJS +instanceKlass xaero/map/server/player/IServerPlayer +instanceKlass xaero/common/server/player/IServerPlayer +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/IQuiverPlayer +instanceKlass net/minecraft/core/Vec3i +instanceKlass com/simibubi/create/content/schematics/ServerSchematicLoader +instanceKlass @bci com/simibubi/create/Create ()V 60 argL0 ; # com/simibubi/create/Create$$Lambda+0x000001d681a2ecd0 +instanceKlass net/minecraft/world/item/Item +instanceKlass dev/latvian/mods/kubejs/core/ItemKJS +instanceKlass dev/latvian/mods/kubejs/core/IngredientSupplierKJS +instanceKlass net/mehvahdjukaar/moonlight/core/misc/IExtendedItem +instanceKlass lilypuree/decorative_blocks/mixin/ItemAccessor +instanceKlass io/wispforest/owo/util/pond/OwoItemExtensions +instanceKlass io/wispforest/owo/ext/OwoItem +instanceKlass net/fabricmc/fabric/impl/transfer/item/ItemVariantCache +instanceKlass dev/ftb/mods/ftblibrary/core/ItemFTBL +instanceKlass dev/architectury/extensions/injected/InjectedItemExtension +instanceKlass net/fabricmc/fabric/impl/item/ItemExtensions +instanceKlass net/fabricmc/fabric/mixin/item/ItemAccessor +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorItem +instanceKlass punchy/compat/iris/IrisItemLightProviderCompat +instanceKlass net/mehvahdjukaar/polytone/item/IPolytoneItem +instanceKlass net/irisshaders/iris/api/v0/item/IrisItemLightProvider +instanceKlass net/neoforged/neoforge/common/extensions/IItemExtension +instanceKlass net/fabricmc/fabric/api/item/v1/FabricItem +instanceKlass com/simibubi/create/impl/registrate/CreateRegistrateRegistrationCallbackImpl +instanceKlass com/simibubi/create/api/registrate/CreateRegistrateRegistrationCallback +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate (Ljava/lang/String;)V 89 member ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d681a2b8a8 +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 212 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a2b660 +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 198 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a2b418 +instanceKlass net/neoforged/neoforge/common/data/LanguageProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 184 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a2ac00 +instanceKlass net/neoforged/neoforge/client/model/generators/ModelProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 170 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a29b98 +instanceKlass net/neoforged/neoforge/client/model/generators/BlockStateProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 156 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a28de8 +instanceKlass com/tterrag/registrate/providers/RegistrateGenericProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 142 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a28970 +instanceKlass net/minecraft/world/entity/EntityType +instanceKlass forge/me/thosea/badoptimizations/interfaces/EntityTypeMethods +instanceKlass dev/engine_room/flywheel/impl/extension/EntityTypeExtension +instanceKlass dev/latvian/mods/kubejs/core/EntityTypeKJS +instanceKlass dev/architectury/extensions/injected/InjectedEntityTypeExtension +instanceKlass toni/sodiumdynamiclights/accessor/DynamicLightHandlerHolder +instanceKlass net/fabricmc/fabric/impl/object/builder/FabricEntityTypeImpl +instanceKlass toni/sodiumextras/foundation/entitydistance/IWhitelistCheck +instanceKlass net/minecraft/world/level/entity/EntityTypeTest +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 122 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a271e0 +instanceKlass net/minecraft/world/level/material/Fluid +instanceKlass dev/latvian/mods/kubejs/core/FluidKJS +instanceKlass dev/latvian/mods/kubejs/fluid/FluidLike +instanceKlass dev/latvian/mods/kubejs/recipe/match/ReplacementMatch +instanceKlass com/teamabnormals/blueprint/core/mixin/FluidInvokerMixin +instanceKlass net/fabricmc/fabric/impl/transfer/fluid/FluidVariantCache +instanceKlass dev/architectury/extensions/injected/InjectedFluidExtension +instanceKlass net/neoforged/neoforge/common/extensions/IFluidExtension +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 102 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a25c78 +instanceKlass @bci com/tterrag/registrate/providers/ProviderType registerDynamicTag (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lcom/tterrag/registrate/providers/ProviderType; 4 member ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a25710 +instanceKlass @bci com/tterrag/registrate/providers/ProviderType registerIntrinsicTag (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;Ljava/util/function/Function;)Lcom/tterrag/registrate/providers/ProviderType; 5 member ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a251c0 +instanceKlass net/minecraft/data/tags/TagsProvider +instanceKlass fuzs/puzzleslib/neoforge/impl/data/FileHelperDataProvider +instanceKlass com/tterrag/registrate/providers/RegistrateTagsProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 72 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a24168 +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour +instanceKlass com/simibubi/create/foundation/mixin/accessor/BlockBehaviourAccessor +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorBlockBehavior +instanceKlass dev/imb11/sounds/mixin/accessors/BlockAccessor +instanceKlass dev/imb11/sounds/util/BlockAccessor +instanceKlass io/github/razordevs/deep_aether/block/misc/DisableSound +instanceKlass net/fabricmc/fabric/mixin/object/builder/AbstractBlockAccessor +instanceKlass org/violetmoon/zeta/mixin/mixins/InvokerBlockBehavior +instanceKlass net/caffeinemc/mods/lithium/common/block/entity/ShapeUpdateHandlingBlockBehaviour +instanceKlass com/yungnickyoung/minecraft/bettermineshafts/mixin/BlockBehaviourAccessor +instanceKlass snownee/snow/mixin/BlockBehaviourAccess +instanceKlass org/embeddedt/modernfix/common/mixin/perf/reduce_blockstate_cache_rebuilds/BlockBehaviourInvoker +instanceKlass ca/fxco/moreculling/api/block/MoreBlockCulling +instanceKlass eu/ha3/presencefootsteps/api/DerivedBlock +instanceKlass dev/latvian/mods/kubejs/core/BlockKJS +instanceKlass dev/latvian/mods/kubejs/recipe/match/Replaceable +instanceKlass dev/latvian/mods/kubejs/core/BlockBehaviourKJS +instanceKlass dev/latvian/mods/kubejs/core/BlockProviderKJS +instanceKlass dev/latvian/mods/kubejs/core/RegistryObjectKJS +instanceKlass dev/latvian/mods/kubejs/core/BlockBuilderProvider +instanceKlass dev/architectury/extensions/injected/InjectedBlockExtension +instanceKlass dev/architectury/extensions/injected/InjectedRegistryEntryExtension +instanceKlass org/betterx/wover/block/impl/BlockHolderBridge +instanceKlass org/violetmoon/zeta/mixin/mixins/AccessorBlock +instanceKlass snownee/snow/mixin/BlockAccess +instanceKlass net/neoforged/neoforge/common/extensions/IBlockExtension +instanceKlass net/fabricmc/fabric/mixin/block/IBlockExtensionMixin +instanceKlass net/fabricmc/fabric/api/block/v1/FabricBlock +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo transformHandler (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;)V 142 member ; # com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo$$Lambda+0x000001d681a1f2b0 +instanceKlass com/llamalad7/mixinextras/sugar/SugarBridge +instanceKlass com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo$ParameterWrapper +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/handlers/LocalHandlerTransformer transform (Lcom/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo;)V 45 member ; # com/llamalad7/mixinextras/sugar/impl/handlers/LocalHandlerTransformer$$Lambda+0x000001d681a1ec80 +instanceKlass com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo +instanceKlass java/time/Instant$1 +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 54 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a1e7e0 +instanceKlass net/minecraft/data/loot/LootTableSubProvider +instanceKlass net/minecraft/util/ProblemReporter +instanceKlass net/minecraft/data/loot/LootTableProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 41 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a1dca0 +instanceKlass com/tterrag/registrate/providers/RegistrateAdvancementProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 28 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a1d768 +instanceKlass net/minecraft/advancements/CriterionTriggerInstance +instanceKlass net/minecraft/data/recipes/RecipeBuilder +instanceKlass net/minecraft/data/recipes/RecipeProvider +instanceKlass net/minecraft/data/recipes/RecipeOutput +instanceKlass net/fabricmc/fabric/mixin/datagen/recipe/RecipeOutputMixin +instanceKlass net/fabricmc/fabric/api/datagen/v1/recipe/FabricRecipeExporter +instanceKlass net/neoforged/neoforge/common/extensions/IRecipeOutputExtension +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 15 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a1c270 +instanceKlass net/neoforged/neoforge/common/data/DataMapProvider$Builder +instanceKlass net/neoforged/neoforge/common/data/DataMapProvider +instanceKlass com/tterrag/registrate/providers/RegistrateDataProvider +instanceKlass @bci com/tterrag/registrate/providers/ProviderType ()V 2 argL0 ; # com/tterrag/registrate/providers/ProviderType$$Lambda+0x000001d681a173a0 +instanceKlass net/minecraft/data/registries/RegistriesDatapackGenerator +instanceKlass com/tterrag/registrate/providers/RegistrateLookupFillerProvider +instanceKlass com/tterrag/registrate/providers/RegistrateProvider +instanceKlass net/minecraft/data/PackOutput +instanceKlass com/tterrag/registrate/providers/ProviderType$SimpleServerDataFactory +instanceKlass com/tterrag/registrate/providers/ProviderType$DependencyAwareProviderType +instanceKlass com/tterrag/registrate/providers/ProviderType +instanceKlass net/minecraft/core/RegistrySetBuilder +instanceKlass com/tterrag/registrate/providers/DataProviderInitializer +instanceKlass @bci com/tterrag/registrate/util/nullness/NonNullSupplier lazy (Ljava/util/function/Supplier;)Lcom/tterrag/registrate/util/nullness/NonNullSupplier; 9 member ; # com/tterrag/registrate/util/nullness/NonNullSupplier$$Lambda+0x000001d681a15608 +instanceKlass @bci com/tterrag/registrate/AbstractRegistrate (Ljava/lang/String;)V 65 argL0 ; # com/tterrag/registrate/AbstractRegistrate$$Lambda+0x000001d681a153f0 +instanceKlass net/neoforged/neoforge/internal/CommonModLoader +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs ()V 157 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d681a14db8 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs ()V 149 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d681a14ba0 +instanceKlass @bci net/minecraft/world/item/CreativeModeTabs ()V 144 argL0 ; # net/minecraft/world/item/CreativeModeTabs$$Lambda+0x000001d681a14968 +instanceKlass net/minecraft/world/item/CreativeModeTab$Output +instanceKlass com/google/common/collect/HashBasedTable$Factory +instanceKlass com/google/common/collect/AbstractTable +instanceKlass net/neoforged/neoforge/client/model/generators/ModelFile +instanceKlass net/neoforged/neoforge/fluids/FluidType +instanceKlass net/minecraft/client/resources/model/BakedModel +instanceKlass net/fabricmc/fabric/mixin/renderer/client/BakedModelMixin +instanceKlass ca/fxco/moreculling/mixin/models/BakedModel_extendsMixin +instanceKlass ca/fxco/moreculling/api/model/BakedOpacity +instanceKlass net/fabricmc/fabric/api/renderer/v1/model/FabricBakedModel +instanceKlass net/neoforged/neoforge/client/extensions/IBakedModelExtension +instanceKlass com/tterrag/registrate/builders/AbstractBuilder +instanceKlass com/tterrag/registrate/builders/Builder +instanceKlass com/tterrag/registrate/util/nullness/NonNullSupplier +instanceKlass net/minecraft/data/DataProvider +instanceKlass com/google/common/collect/Table +instanceKlass com/tterrag/registrate/AbstractRegistrate +instanceKlass com/simibubi/create/foundation/item/TooltipModifier +instanceKlass com/simibubi/create/Create +instanceKlass com/simibubi/create/api/registry/CreateRegistries +instanceKlass com/simibubi/create/api/registry/CreateBuiltInRegistries +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1142 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0c800 +instanceKlass net/minecraft/world/item/enchantment/providers/EnchantmentProviderTypes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1128 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0da18 +instanceKlass net/minecraft/world/item/enchantment/effects/EnchantmentValueEffect +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1114 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0d608 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1100 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0d3f0 +instanceKlass net/minecraft/world/item/enchantment/effects/EnchantmentEntityEffect +instanceKlass net/minecraft/world/item/enchantment/effects/EnchantmentLocationBasedEffect +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1086 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0fc58 +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1072 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0f848 +instanceKlass net/minecraft/world/item/enchantment/EnchantmentEffectComponents +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1058 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0f438 +instanceKlass net/minecraft/world/level/saveddata/maps/MapDecorationTypes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1044 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0f020 +instanceKlass net/minecraft/advancements/critereon/ItemSubPredicates +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1030 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0ea00 +instanceKlass net/minecraft/core/HolderSet +instanceKlass net/neoforged/neoforge/common/extensions/IHolderSetExtension +instanceKlass net/minecraft/advancements/critereon/EntitySubPredicates +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1016 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0e1f8 +instanceKlass net/minecraft/core/component/DataComponentType +instanceKlass net/minecraft/core/component/DataComponents +instanceKlass org/embeddedt/modernfix/common/mixin/perf/encoder_cache_leak/DataComponentsAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributeModifierIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 74 argL0 ; # net/minecraft/util/datafix/fixes/AttributeModifierIdFix$$Lambda+0x000001d681a0b8d8 +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributeModifierIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 50 argL0 ; # net/minecraft/util/datafix/fixes/AttributeModifierIdFix$$Lambda+0x000001d681a0b6a0 +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributeModifierIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/AttributeModifierIdFix$$Lambda+0x000001d681a0b460 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsMenuBlurrinessFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/OptionsMenuBlurrinessFix$$Lambda+0x000001d681a0b220 +instanceKlass @bci net/minecraft/util/datafix/fixes/ProjectileStoredWeaponFix fixChoiceCap (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Ljava/util/function/Function; 8 member ; # net/minecraft/util/datafix/fixes/ProjectileStoredWeaponFix$$Lambda+0x000001d681a0afe0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681a0c000 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 1002 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0adc8 +instanceKlass net/minecraft/world/item/ArmorMaterials +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 988 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0a730 +instanceKlass net/minecraft/network/chat/numbers/NumberFormatType +instanceKlass net/minecraft/network/chat/numbers/NumberFormatTypes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 974 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a0a120 +instanceKlass net/minecraft/advancements/CriterionTrigger +instanceKlass net/minecraft/advancements/CriteriaTriggers +instanceKlass io/wispforest/accessories/mixin/CriteriaTriggersAccessor +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 960 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a09918 +instanceKlass net/minecraft/world/item/CreativeModeTab +instanceKlass io/wispforest/owo/mixin/itemgroup/ItemGroupAccessor +instanceKlass dev/latvian/mods/kubejs/core/CreativeModeTabKJS +instanceKlass net/mehvahdjukaar/polytone/mixins/neoforge/CreativeTabAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/EmptyItemInVillagerTradeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 argL0 ; # net/minecraft/util/datafix/fixes/EmptyItemInVillagerTradeFix$$Lambda+0x000001d681a08cf0 +instanceKlass @bci net/minecraft/util/datafix/fixes/BannerEntityCustomNameToOverrideComponentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 36 member ; # net/minecraft/util/datafix/fixes/BannerEntityCustomNameToOverrideComponentFix$$Lambda+0x000001d681a08ab0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackCustomNameToOverrideComponentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 44 member ; # net/minecraft/util/datafix/fixes/ItemStackCustomNameToOverrideComponentFix$$Lambda+0x000001d681a08870 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackComponentRemainderFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 26 member ; # net/minecraft/util/datafix/fixes/ItemStackComponentRemainderFix$$Lambda+0x000001d681a08630 +instanceKlass @bci com/mojang/datafixers/functions/Comp all (Lcom/mojang/datafixers/functions/PointFreeRule;)Ljava/util/Optional; 126 argL0 ; # com/mojang/datafixers/functions/Comp$$Lambda+0x000001d6819eee38 +instanceKlass @bci com/mojang/datafixers/functions/PointFreeRule$CompRewrite rewrite ([Lcom/mojang/datafixers/functions/PointFree;)Ljava/util/Optional; 136 argL0 ; # com/mojang/datafixers/functions/PointFreeRule$CompRewrite$$Lambda+0x000001d6819eec20 +instanceKlass @bci com/mojang/datafixers/functions/PointFreeRule$CompRewrite rewrite (Lcom/mojang/datafixers/functions/PointFree;)Ljava/util/Optional; 22 argL0 ; # com/mojang/datafixers/functions/PointFreeRule$CompRewrite$$Lambda+0x000001d6819ee9e8 +instanceKlass net/minecraft/world/level/ItemLike +instanceKlass net/minecraft/world/item/CreativeModeTabs +instanceKlass com/copycatsplus/copycats/mixin/feature_toggle/CreativeModeTabsAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackComponentizationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 24 argL0 ; # net/minecraft/util/datafix/fixes/ItemStackComponentizationFix$$Lambda+0x000001d681a08000 +instanceKlass @bci net/minecraft/util/datafix/fixes/ParticleUnflatteningFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 28 member ; # net/minecraft/util/datafix/fixes/ParticleUnflatteningFix$$Lambda+0x000001d681a07bc0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EmptyItemInHotbarFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 28 member ; # net/minecraft/util/datafix/fixes/EmptyItemInHotbarFix$$Lambda+0x000001d681a07980 +instanceKlass @bci net/minecraft/util/datafix/fixes/BeehiveFieldRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 90 member ; # net/minecraft/util/datafix/fixes/BeehiveFieldRenameFix$$Lambda+0x000001d681a07320 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 946 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a07768 +instanceKlass net/minecraft/world/level/block/entity/DecoratedPotPatterns +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 77 argL0 ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a06ed0 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 72 member ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a06c80 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix handler$kpp000$create$addFixers (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V 97 member ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a06a40 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 33 member ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a06800 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix addEntityRules (Ljava/util/List;)V 141 argL0 ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a065c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix createEntityFixer (Lcom/mojang/datafixers/DSL$TypeReference;Ljava/lang/String;Ljava/util/Map;)Lcom/mojang/datafixers/TypeRewriteRule; 53 member ; # net/minecraft/util/datafix/fixes/BlockPosFormatAndRenamesFix$$Lambda+0x000001d681a06388 +instanceKlass java/util/AbstractMap$1$1 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChestedHorsesInventoryZeroIndexingFix horseLikeInventoryIndexingFixer (Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/types/Type;Ljava/lang/String;)Lcom/mojang/datafixers/TypeRewriteRule; 43 member ; # net/minecraft/util/datafix/fixes/ChestedHorsesInventoryZeroIndexingFix$$Lambda+0x000001d681a06148 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 932 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a05f30 +instanceKlass net/minecraft/world/item/Instruments +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 918 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a05918 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 904 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a054f8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 890 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a050d8 +instanceKlass net/minecraft/world/level/levelgen/structure/pools/alias/PoolAliasBindings +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 876 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a04cc0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 862 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a04aa8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 848 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a04890 +instanceKlass net/minecraft/world/level/block/BlockTypes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 834 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a04478 +instanceKlass net/minecraft/world/level/levelgen/DensityFunction +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries handler$eem000$terrablender$registerSimple (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 22 member ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a03e60 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 820 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a03c48 +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$RuleSource +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 806 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a03838 +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$ConditionSource +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 792 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a03428 +instanceKlass net/minecraft/world/level/chunk/ChunkGenerators +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 778 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a03010 +instanceKlass net/minecraft/world/level/biome/BiomeSources +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 764 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a02bf8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 750 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a029e0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 736 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a027c8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 722 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a025b0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 708 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a02398 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 694 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a02180 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 680 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a01f68 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 666 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a01d50 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 652 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a01b38 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 638 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a01920 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 624 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a01708 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 610 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a014f0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 596 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a012d8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 582 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a010c0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 568 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00ea8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 554 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00c90 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 540 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00a78 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 526 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00860 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 512 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00648 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 498 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00430 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 484 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00218 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 470 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d681a00000 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 456 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819f4400 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 442 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819ffd38 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 428 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819ffb20 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 411 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819ff908 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 394 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819ff6f0 +instanceKlass org/betterx/wover/poi/api/PoiTypeExtension +instanceKlass net/minecraft/world/level/block/state/properties/Property +instanceKlass net/minecraft/world/entity/ai/village/poi/PoiTypes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 380 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fe9e0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 363 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fe7c8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 346 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fe5b0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 332 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fe398 +instanceKlass net/minecraft/commands/synchronization/ArgumentTypeInfo +instanceKlass net/minecraft/commands/synchronization/ArgumentTypeInfos +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 318 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fdd88 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 304 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fdb70 +instanceKlass net/minecraft/world/entity/ai/attributes/Attribute +instanceKlass net/neoforged/neoforge/common/extensions/IAttributeExtension +instanceKlass @bci com/mojang/datafixers/types/families/RecursiveTypeFamily fold (Lcom/mojang/datafixers/types/families/Algebra;Lcom/mojang/datafixers/types/families/RecursiveTypeFamily;)Ljava/util/function/IntFunction; 3 member ; # com/mojang/datafixers/types/families/RecursiveTypeFamily$$Lambda+0x000001d6819ee7c8 +instanceKlass com/mojang/datafixers/types/families/ListAlgebra +instanceKlass net/minecraft/world/entity/ai/attributes/Attributes +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 290 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fcd30 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 276 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fcb18 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 262 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fc900 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 248 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fc6e8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 234 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fc4d0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 220 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fc2b8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 206 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fc0a0 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 189 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fbe88 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 175 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fbc70 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 161 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fba58 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 147 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fb840 +instanceKlass net/minecraft/world/item/alchemy/Potions +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 133 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fb428 +instanceKlass com/mojang/datafixers/optics/IdAdapter +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 116 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fb210 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 99 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819faff8 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 82 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819fade0 +instanceKlass net/minecraft/core/particles/ParticleOptions +instanceKlass @bci net/minecraft/util/datafix/fixes/MapBannerBlockPosFormatFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/MapBannerBlockPosFormatFix$$Lambda+0x000001d6819f9508 +instanceKlass @bci net/minecraft/util/datafix/fixes/RenameEnchantmentsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 26 member ; # net/minecraft/util/datafix/fixes/RenameEnchantmentsFix$$Lambda+0x000001d6819f8a80 +instanceKlass @bci net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 94 member ; # net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix$$Lambda+0x000001d6819f8840 +instanceKlass @bci net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 65 member ; # net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix$$Lambda+0x000001d6819f4c20 +instanceKlass @bci net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 33 member ; # net/neoforged/neoforge/common/data/fixes/NeoForgeEntityLegacyAttributesFix$$Lambda+0x000001d6819f5c30 +instanceKlass net/minecraft/world/effect/MobEffect +instanceKlass net/spell_engine/api/effect/Synchronized +instanceKlass net/spell_engine/internals/delivery/SpellStash +instanceKlass net/spell_engine/api/effect/RemoveOnHit +instanceKlass net/spell_engine/api/effect/OnRemoval +instanceKlass net/spell_engine/api/effect/ActionImpairing +instanceKlass net/neoforged/neoforge/common/extensions/IMobEffectExtension +instanceKlass net/minecraft/world/flag/FeatureElement +instanceKlass @bci net/minecraft/util/datafix/ExtraDataFixUtils chainAllFilters ([Ljava/util/function/Function;)Ljava/util/function/Function; 1 member ; # net/minecraft/util/datafix/ExtraDataFixUtils$$Lambda+0x000001d6819f7338 +instanceKlass net/minecraft/util/datafix/ExtraDataFixUtils +instanceKlass @bci net/minecraft/util/datafix/fixes/FixProjectileStoredItem makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 64 argL0 ; # net/minecraft/util/datafix/fixes/FixProjectileStoredItem$$Lambda+0x000001d6819f6f20 +instanceKlass @bci net/minecraft/util/datafix/fixes/FixProjectileStoredItem makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 50 argL0 ; # net/minecraft/util/datafix/fixes/FixProjectileStoredItem$$Lambda+0x000001d6819f6d08 +instanceKlass @bci net/minecraft/util/datafix/fixes/FixProjectileStoredItem fixChoiceCap (Ljava/lang/String;Lnet/minecraft/util/datafix/fixes/FixProjectileStoredItem$SubFixer;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Ljava/util/function/Function; 15 member ; # net/minecraft/util/datafix/fixes/FixProjectileStoredItem$$Lambda+0x000001d6819f6ac8 +instanceKlass @bci net/minecraft/util/datafix/fixes/FixProjectileStoredItem makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 36 argL0 ; # net/minecraft/util/datafix/fixes/FixProjectileStoredItem$$Lambda+0x000001d6819f68b0 +instanceKlass net/minecraft/util/datafix/fixes/FixProjectileStoredItem$SubFixer +instanceKlass net/minecraft/world/effect/MobEffects +instanceKlass @bci net/minecraft/util/datafix/fixes/NamedEntityWriteReadFix fix (Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/NamedEntityWriteReadFix$$Lambda+0x000001d6819f6478 +instanceKlass @bci net/minecraft/util/datafix/fixes/NamedEntityWriteReadFix typePatcher (Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 4 argL0 ; # net/minecraft/util/datafix/fixes/NamedEntityWriteReadFix$$Lambda+0x000001d6819f6240 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobEffectIdFix itemStackFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 46 member ; # net/minecraft/util/datafix/fixes/MobEffectIdFix$$Lambda+0x000001d6819f6000 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobEffectIdFix playerFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 16 argL0 ; # net/minecraft/util/datafix/fixes/MobEffectIdFix$$Lambda+0x000001d6819f3bc8 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobEffectIdFix entityFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 17 member ; # net/minecraft/util/datafix/fixes/MobEffectIdFix$$Lambda+0x000001d6819f3988 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 68 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819f3770 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 51 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819f3558 +instanceKlass @bci net/minecraft/core/MappedRegistry register (ILnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;)Lnet/minecraft/core/Holder$Reference; 324 member ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6819f3328 +instanceKlass @cpi io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram 591 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6819f4000 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobEffectIdFix blockEntityFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 17 member ; # net/minecraft/util/datafix/fixes/MobEffectIdFix$$Lambda+0x000001d6819f30e8 +instanceKlass net/neoforged/neoforge/registries/callback/AddCallback +instanceKlass net/neoforged/neoforge/registries/callback/RegistryCallback +instanceKlass @bci net/minecraft/util/datafix/fixes/ScoreboardDisplaySlotFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/ScoreboardDisplaySlotFix$$Lambda+0x000001d6819f2ab8 +instanceKlass @bci net/minecraft/util/datafix/fixes/RandomSequenceSettingsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/RandomSequenceSettingsFix$$Lambda+0x000001d6819f2880 +instanceKlass @bci net/minecraft/util/datafix/fixes/LegacyDragonFightFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/LegacyDragonFightFix$$Lambda+0x000001d6819f2648 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkDeleteLightFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 33 member ; # net/minecraft/util/datafix/fixes/ChunkDeleteLightFix$$Lambda+0x000001d6819f1fd8 +instanceKlass @bci net/minecraft/util/datafix/fixes/RemapChunkStatusFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/RemapChunkStatusFix$$Lambda+0x000001d6819f1d98 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlendingDataFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 17 argL0 ; # net/minecraft/util/datafix/fixes/BlendingDataFix$$Lambda+0x000001d6819f1b60 +instanceKlass @bci net/minecraft/core/MappedRegistry register (ILnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;)Lnet/minecraft/core/Holder$Reference; 198 member ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6819f1920 +instanceKlass net/minecraft/core/Holder$Reference +instanceKlass io/wispforest/owo/mixin/registry/ReferenceAccessor +instanceKlass com/evandev/reliable_recipes/mixin/accessor/HolderReferenceAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/HolderReferenceAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/FeatureFlagRemoveFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/FeatureFlagRemoveFix$$Lambda+0x000001d6819f0d00 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockEntityRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 30 member ; # net/minecraft/util/datafix/fixes/BlockEntityRenameFix$$Lambda+0x000001d6819f0ac0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EffectDurationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 99 member ; # net/minecraft/util/datafix/fixes/EffectDurationFix$$Lambda+0x000001d6819f0880 +instanceKlass org/betterx/wover/core/impl/registry/DatapackLoadElementImpl +instanceKlass @bci net/minecraft/util/datafix/fixes/EffectDurationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 80 member ; # net/minecraft/util/datafix/fixes/EffectDurationFix$$Lambda+0x000001d6819f0440 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries internalRegister (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/WritableRegistry;Lnet/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap;)Lnet/minecraft/core/WritableRegistry; 20 member ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819f0220 +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries internalRegister (Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/WritableRegistry;Lnet/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap;)Lnet/minecraft/core/WritableRegistry; 1 member ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819f0000 +instanceKlass net/minecraft/core/DefaultedRegistry +instanceKlass @bci net/minecraft/core/registries/BuiltInRegistries ()V 37 argL0 ; # net/minecraft/core/registries/BuiltInRegistries$$Lambda+0x000001d6819eaf10 +instanceKlass net/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ReferenceMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/AbstractReference2ReferenceFunction +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ReferenceMap +instanceKlass it/unimi/dsi/fastutil/objects/Reference2ReferenceFunction +instanceKlass net/minecraft/core/MappedRegistry$1 +instanceKlass @bci net/minecraft/core/MappedRegistry (Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Lifecycle;Z)V 37 argL0 ; # net/minecraft/core/MappedRegistry$$Lambda+0x000001d6819e9c90 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2IntMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceSet +instanceKlass it/unimi/dsi/fastutil/objects/AbstractReference2IntFunction +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectArrayList ()V 26 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectArrayList$$Lambda+0x000001d6819da928 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectArrayList ()V 21 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectArrayList$$Lambda+0x000001d6819da700 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectArrayList ()V 16 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectArrayList$$Lambda+0x000001d6819da4e8 +instanceKlass @bci net/minecraft/util/datafix/fixes/EffectDurationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 55 member ; # net/minecraft/util/datafix/fixes/EffectDurationFix$$Lambda+0x000001d6819e9a50 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsAccessibilityOnboardFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsAccessibilityOnboardFix$$Lambda+0x000001d6819e9818 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsAmbientOcclusionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsAmbientOcclusionFix$$Lambda+0x000001d6819e95e0 +instanceKlass @bci dev/latvian/mods/kubejs/registry/RegistryType$Scanner ()V 0 argL0 ; # dev/latvian/mods/kubejs/registry/RegistryType$Scanner$$Lambda+0x000001d6819e93c8 +instanceKlass dev/latvian/mods/kubejs/registry/RegistryType$Scanner +instanceKlass @bci net/minecraft/resources/ResourceKey create (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/resources/ResourceKey; 12 argL0 ; # net/minecraft/resources/ResourceKey$$Lambda+0x000001d6819e8d88 +instanceKlass com/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakValueEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry$Helper +instanceKlass net/minecraft/resources/ResourceKey +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsProgrammerArtFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/OptionsProgrammerArtFix$$Lambda+0x000001d6819e86b8 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlendingDataRemoveFromNetherEndFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 argL0 ; # net/minecraft/util/datafix/fixes/BlendingDataRemoveFromNetherEndFix$$Lambda+0x000001d6819e8480 +instanceKlass @bci net/minecraft/util/datafix/fixes/CriteriaRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/CriteriaRenameFix$$Lambda+0x000001d6819e8240 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkDeleteIgnoredLightDataFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/ChunkDeleteIgnoredLightDataFix$$Lambda+0x000001d6819e8000 +instanceKlass @bci net/minecraft/util/datafix/fixes/StructuresBecomeConfiguredFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 28 member ; # net/minecraft/util/datafix/fixes/StructuresBecomeConfiguredFix$$Lambda+0x000001d6819e0c00 +instanceKlass @bci net/minecraft/util/datafix/fixes/StructureSettingsFlattenFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/StructureSettingsFlattenFix$$Lambda+0x000001d6819e1d40 +instanceKlass @bci net/minecraft/util/datafix/fixes/OverreachingTickFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/OverreachingTickFix$$Lambda+0x000001d6819e1b00 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkRenamesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 61 member ; # net/minecraft/util/datafix/fixes/ChunkRenamesFix$$Lambda+0x000001d6819e18c0 +instanceKlass net/minecraft/core/registries/Registries +instanceKlass @bci org/betterx/wover/biome/api/data/BiomeData codec (Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/serialization/codecs/RecordCodecBuilder;Lcom/mojang/datafixers/util/Function9;)Lcom/mojang/serialization/MapCodec; 21 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6819e0800 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkProtoTickListFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 119 member ; # net/minecraft/util/datafix/fixes/ChunkProtoTickListFix$$Lambda+0x000001d6819e1480 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsDisallowOldCustomWorldsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 33 member ; # net/minecraft/util/datafix/fixes/WorldGenSettingsDisallowOldCustomWorldsFix$$Lambda+0x000001d6819e1240 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkHeightAndBiomeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 87 member ; # net/minecraft/util/datafix/fixes/ChunkHeightAndBiomeFix$$Lambda+0x000001d6819e1000 +instanceKlass net/minecraft/core/HolderLookup$RegistryLookup +instanceKlass net/minecraft/core/HolderOwner +instanceKlass net/minecraft/core/HolderLookup +instanceKlass net/minecraft/core/HolderGetter +instanceKlass net/minecraft/core/Holder +instanceKlass net/neoforged/neoforge/common/extensions/IHolderExtension +instanceKlass net/neoforged/neoforge/registries/datamaps/IWithData +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsHeightAndBiomeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 45 member ; # net/minecraft/util/datafix/fixes/WorldGenSettingsHeightAndBiomeFix$$Lambda+0x000001d6819e7c40 +instanceKlass @bci net/minecraft/util/datafix/fixes/SpawnerDataFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 76 member ; # net/minecraft/util/datafix/fixes/SpawnerDataFix$$Lambda+0x000001d6819e7a00 +instanceKlass net/neoforged/neoforge/registries/BaseMappedRegistry +instanceKlass net/fabricmc/fabric/mixin/attachment/BaseMappedRegistryAccessor +instanceKlass net/fabricmc/fabric/mixin/registry/sync/BaseMappedRegistryAccessor +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6819e0400 +instanceKlass com/simibubi/create/foundation/mixin/accessor/MappedRegistryAccessor +instanceKlass io/wispforest/owo/util/pond/OwoSimpleRegistryExtensions +instanceKlass @bci net/minecraft/util/datafix/fixes/AbstractArrowPickupFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/AbstractArrowPickupFix$$Lambda+0x000001d6819e6fe0 +instanceKlass org/sinytra/connector/mod/mixin/registries/MappedRegistryAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/SavedDataFeaturePoolElementFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 argL0 ; # net/minecraft/util/datafix/fixes/SavedDataFeaturePoolElementFix$$Lambda+0x000001d6819e6bb0 +instanceKlass org/betterx/wover/common/registry/api/CustomRegistryData +instanceKlass @bci net/minecraft/util/datafix/fixes/AddFlagIfNotPresentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 19 member ; # net/minecraft/util/datafix/fixes/AddFlagIfNotPresentFix$$Lambda+0x000001d6819e6778 +instanceKlass net/fabricmc/fabric/mixin/registry/sync/MappedRegistryAccessor +instanceKlass dev/worldgen/lithostitched/mixin/common/MappedRegistryAccessor +instanceKlass net/neoforged/neoforge/mixins/MappedRegistryAccessor +instanceKlass @bci net/minecraft/util/datafix/fixes/CauldronRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/CauldronRenameFix$$Lambda+0x000001d6819e5f58 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsRenameFieldFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/OptionsRenameFieldFix$$Lambda+0x000001d6819e5d18 +instanceKlass @bci net/minecraft/util/datafix/fixes/MissingDimensionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 217 member ; # net/minecraft/util/datafix/fixes/MissingDimensionFix$$Lambda+0x000001d6819e5ad8 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$$Lambda+0x000001d6819e58a0 +instanceKlass @bci net/minecraft/util/datafix/fixes/LevelLegacyWorldGenSettingsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/LevelLegacyWorldGenSettingsFix$$Lambda+0x000001d6819e5668 +instanceKlass @bci net/minecraft/util/datafix/fixes/RedstoneWireConnectionsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/RedstoneWireConnectionsFix$$Lambda+0x000001d6819e5428 +instanceKlass @bci net/minecraft/util/datafix/fixes/BitStorageAlignFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 110 member ; # net/minecraft/util/datafix/fixes/BitStorageAlignFix$$Lambda+0x000001d6819e51e8 +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributesRename makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 98 member ; # net/minecraft/util/datafix/fixes/AttributesRename$$Lambda+0x000001d6819e4fa8 +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributesRename makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 66 member ; # net/minecraft/util/datafix/fixes/AttributesRename$$Lambda+0x000001d6819e4d68 +instanceKlass @bci net/minecraft/util/datafix/fixes/AttributesRename makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 31 member ; # net/minecraft/util/datafix/fixes/AttributesRename$$Lambda+0x000001d6819e4b28 +instanceKlass @bci net/minecraft/util/datafix/fixes/JigsawRotationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/JigsawRotationFix$$Lambda+0x000001d6819e48f0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 36 member ; # net/minecraft/util/datafix/fixes/ItemStackUUIDFix$$Lambda+0x000001d6819e46b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/SavedDataUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 argL0 ; # net/minecraft/util/datafix/fixes/SavedDataUUIDFix$$Lambda+0x000001d6819e4478 +instanceKlass @bci net/minecraft/util/datafix/fixes/LevelUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 member ; # net/minecraft/util/datafix/fixes/LevelUUIDFix$$Lambda+0x000001d6819e4238 +instanceKlass @bci net/minecraft/util/datafix/fixes/PlayerUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 argL0 ; # net/minecraft/util/datafix/fixes/PlayerUUIDFix$$Lambda+0x000001d6819e4000 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockEntityUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 member ; # net/minecraft/util/datafix/fixes/BlockEntityUUIDFix$$Lambda+0x000001d6819dfc80 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityUUIDFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 member ; # net/minecraft/util/datafix/fixes/EntityUUIDFix$$Lambda+0x000001d6819dfa40 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityProjectileOwnerFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/EntityProjectileOwnerFix$$Lambda+0x000001d6819df800 +instanceKlass @bci net/minecraft/util/datafix/fixes/WallPropertyFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/WallPropertyFix$$Lambda+0x000001d6819df5c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/FurnaceRecipeFix cap (Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6819e0000 +instanceKlass @bci net/minecraft/util/datafix/fixes/FurnaceRecipeFix cap (Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 171 member ; # net/minecraft/util/datafix/fixes/FurnaceRecipeFix$$Lambda+0x000001d6819df388 +instanceKlass @bci net/minecraft/util/datafix/fixes/ForcePoiRebuild makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 46 argL0 ; # net/minecraft/util/datafix/fixes/ForcePoiRebuild$$Lambda+0x000001d6819df150 +instanceKlass @bci net/minecraft/util/datafix/fixes/StructureReferenceCountFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 argL0 ; # net/minecraft/util/datafix/fixes/StructureReferenceCountFix$$Lambda+0x000001d6819def18 +instanceKlass @bci net/minecraft/util/datafix/fixes/AbstractPoiSectionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 49 member ; # net/minecraft/util/datafix/fixes/AbstractPoiSectionFix$$Lambda+0x000001d6819decd8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkBiomeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/ChunkBiomeFix$$Lambda+0x000001d6819dea98 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkLightRemoveFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 40 member ; # net/minecraft/util/datafix/fixes/ChunkLightRemoveFix$$Lambda+0x000001d6819de858 +instanceKlass @bci net/minecraft/util/datafix/fixes/VillagerRebuildLevelAndXpFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 86 member ; # net/minecraft/util/datafix/fixes/VillagerRebuildLevelAndXpFix$$Lambda+0x000001d6819de618 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackTagFix createFixer (Lcom/mojang/datafixers/types/Type;Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Ljava/util/function/UnaryOperator; 33 member ; # net/minecraft/util/datafix/fixes/ItemStackTagFix$$Lambda+0x000001d6819de3c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackTagFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/ItemStackTagFix$$Lambda+0x000001d6819de168 +instanceKlass @bci net/minecraft/util/datafix/fixes/ReorganizePoi makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 46 argL0 ; # net/minecraft/util/datafix/fixes/ReorganizePoi$$Lambda+0x000001d6819ddf30 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsAddTextBackgroundFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/OptionsAddTextBackgroundFix$$Lambda+0x000001d6819ddcf0 +instanceKlass @bci net/minecraft/util/datafix/fixes/MapIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/MapIdFix$$Lambda+0x000001d6819ddab8 +instanceKlass @bci net/minecraft/util/datafix/fixes/NewVillageFix cap (Lcom/mojang/datafixers/types/templates/CompoundList$CompoundListType;)Lcom/mojang/datafixers/TypeRewriteRule; 88 argL0 ; # net/minecraft/util/datafix/fixes/NewVillageFix$$Lambda+0x000001d6819dd880 +instanceKlass @bci net/minecraft/util/datafix/fixes/NewVillageFix cap (Lcom/mojang/datafixers/types/templates/CompoundList$CompoundListType;)Lcom/mojang/datafixers/TypeRewriteRule; 76 member ; # net/minecraft/util/datafix/fixes/NewVillageFix$$Lambda+0x000001d6819dd640 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkStatusFix2 makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 40 member ; # net/minecraft/util/datafix/fixes/ChunkStatusFix2$$Lambda+0x000001d6819dd400 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkStatusFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 40 member ; # net/minecraft/util/datafix/fixes/ChunkStatusFix$$Lambda+0x000001d6819dd1c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemLoreFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/ItemLoreFix$$Lambda+0x000001d6819dcf80 +instanceKlass @bci net/minecraft/util/datafix/fixes/TrappedChestBlockEntityFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 169 member ; # net/minecraft/util/datafix/fixes/TrappedChestBlockEntityFix$$Lambda+0x000001d6819dcd40 +instanceKlass @bci net/minecraft/util/datafix/fixes/ObjectiveRenderTypeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 argL0 ; # net/minecraft/util/datafix/fixes/ObjectiveRenderTypeFix$$Lambda+0x000001d6819dcb08 +instanceKlass @bci net/minecraft/util/datafix/fixes/TeamDisplayNameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 46 argL0 ; # net/minecraft/util/datafix/fixes/TeamDisplayNameFix$$Lambda+0x000001d6819dc8d0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ObjectiveDisplayNameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 argL0 ; # net/minecraft/util/datafix/fixes/ObjectiveDisplayNameFix$$Lambda+0x000001d6819dc698 +instanceKlass @bci net/minecraft/util/datafix/fixes/StatsRenameFix createCriteriaRule ()Lcom/mojang/datafixers/TypeRewriteRule; 118 member ; # net/minecraft/util/datafix/fixes/StatsRenameFix$$Lambda+0x000001d6819dc458 +instanceKlass @bci net/minecraft/util/datafix/fixes/StatsRenameFix createCriteriaRule ()Lcom/mojang/datafixers/TypeRewriteRule; 41 argL0 ; # net/minecraft/util/datafix/fixes/StatsRenameFix$$Lambda+0x000001d6819dc240 +instanceKlass @bci net/minecraft/util/datafix/fixes/StatsRenameFix createStatRule ()Lcom/mojang/datafixers/TypeRewriteRule; 63 member ; # net/minecraft/util/datafix/fixes/StatsRenameFix$$Lambda+0x000001d6819dc000 +instanceKlass @bci net/minecraft/util/datafix/fixes/LevelDataGeneratorOptionsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 26 member ; # net/minecraft/util/datafix/fixes/LevelDataGeneratorOptionsFix$$Lambda+0x000001d6819d7c00 +instanceKlass @bci net/minecraft/util/datafix/fixes/NamespacedTypeRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 63 member ; # net/minecraft/util/datafix/fixes/NamespacedTypeRenameFix$$Lambda+0x000001d6819d79c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/AdvancementsRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/AdvancementsRenameFix$$Lambda+0x000001d6819d7780 +instanceKlass @bci net/minecraft/util/datafix/fixes/LeavesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 82 member ; # net/minecraft/util/datafix/fixes/LeavesFix$$Lambda+0x000001d6819d7540 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackEnchantmentNamesFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 24 member ; # net/minecraft/util/datafix/fixes/ItemStackEnchantmentNamesFix$$Lambda+0x000001d6819d7300 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkStructuresTemplateRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 16 member ; # net/minecraft/util/datafix/fixes/ChunkStructuresTemplateRenameFix$$Lambda+0x000001d6819d70c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/IglooMetadataRemovalFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 15 argL0 ; # net/minecraft/util/datafix/fixes/IglooMetadataRemovalFix$$Lambda+0x000001d6819d6e88 +instanceKlass @bci net/minecraft/util/datafix/fixes/HeightmapRenamingFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 24 member ; # net/minecraft/util/datafix/fixes/HeightmapRenamingFix$$Lambda+0x000001d6819d6c48 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 117 member ; # net/minecraft/util/datafix/fixes/BlockRenameFix$$Lambda+0x000001d6819d6a08 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 86 member ; # net/minecraft/util/datafix/fixes/BlockRenameFix$$Lambda+0x000001d6819d67c8 +instanceKlass org/spongepowered/asm/util/ClassSignature$TypeVar +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 56 member ; # net/minecraft/util/datafix/fixes/BlockRenameFix$$Lambda+0x000001d6819d6588 +instanceKlass org/spongepowered/asm/util/ClassSignature$TokenHandle +instanceKlass net/minecraft/core/WritableRegistry +instanceKlass net/minecraft/core/Registry +instanceKlass net/neoforged/neoforge/registries/IRegistryExtension +instanceKlass net/minecraft/core/registries/BuiltInRegistries +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkToProtochunkFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 argL0 ; # net/minecraft/util/datafix/fixes/ChunkToProtochunkFix$$Lambda+0x000001d6819d5b68 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockEntityCustomNameToComponentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/BlockEntityCustomNameToComponentFix$$Lambda+0x000001d6819d5928 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemCustomNameToComponentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 24 member ; # net/minecraft/util/datafix/fixes/ItemCustomNameToComponentFix$$Lambda+0x000001d6819d56e8 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityCustomNameToComponentFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 23 member ; # net/minecraft/util/datafix/fixes/EntityCustomNameToComponentFix$$Lambda+0x000001d6819d54a8 +instanceKlass @bci net/minecraft/util/datafix/fixes/VillagerTradeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 74 member ; # net/minecraft/util/datafix/fixes/VillagerTradeFix$$Lambda+0x000001d6819d5268 +instanceKlass @bci net/minecraft/util/datafix/fixes/VillagerTradeFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 57 member ; # net/minecraft/util/datafix/fixes/VillagerTradeFix$$Lambda+0x000001d6819d5028 +instanceKlass @bci net/minecraft/util/datafix/fixes/StatsCounterFix makeObjectiveFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 28 member ; # net/minecraft/util/datafix/fixes/StatsCounterFix$$Lambda+0x000001d6819d4de8 +instanceKlass @bci net/minecraft/util/datafix/fixes/StatsCounterFix makeStatFixer ()Lcom/mojang/datafixers/TypeRewriteRule; 28 member ; # net/minecraft/util/datafix/fixes/StatsCounterFix$$Lambda+0x000001d6819d4ba8 +instanceKlass @bci net/minecraft/util/datafix/fixes/LevelFlatGeneratorInfoFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/LevelFlatGeneratorInfoFix$$Lambda+0x000001d6819d4968 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackSpawnEggFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 83 member ; # net/minecraft/util/datafix/fixes/ItemStackSpawnEggFix$$Lambda+0x000001d6819d4728 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemRemoveBlockEntityTagFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 60 member ; # net/minecraft/util/datafix/fixes/ItemRemoveBlockEntityTagFix$$Lambda+0x000001d6819d44e8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 44 member ; # net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix$$Lambda+0x000001d6819d42a8 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockNameFlatteningFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 92 argL0 ; # net/minecraft/util/datafix/fixes/BlockNameFlatteningFix$$Lambda+0x000001d6819d4070 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackMapIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 44 member ; # net/minecraft/util/datafix/fixes/ItemStackMapIdFix$$Lambda+0x000001d6819d3e30 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityBlockStateFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 93 member ; # net/minecraft/util/datafix/fixes/EntityBlockStateFix$$Lambda+0x000001d6819d3bf0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityBlockStateFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 63 member ; # net/minecraft/util/datafix/fixes/EntityBlockStateFix$$Lambda+0x000001d6819d39b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityBlockStateFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 18 member ; # net/minecraft/util/datafix/fixes/EntityBlockStateFix$$Lambda+0x000001d6819d3770 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityBlockStateFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 11 member ; # net/minecraft/util/datafix/fixes/EntityBlockStateFix$$Lambda+0x000001d6819d3530 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 29 member ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6819d32f0 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockStateStructureTemplateFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/BlockStateStructureTemplateFix$$Lambda+0x000001d6819d30b8 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsKeyTranslationFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsKeyTranslationFix$$Lambda+0x000001d6819d2e80 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsKeyLwjgl3Fix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsKeyLwjgl3Fix$$Lambda+0x000001d6819d2c48 +instanceKlass @bci net/minecraft/util/datafix/fixes/BedItemColorFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 34 member ; # net/minecraft/util/datafix/fixes/BedItemColorFix$$Lambda+0x000001d6819d2a08 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkBedBlockEntityInjecterFix cap (Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/templates/List$ListType;)Lcom/mojang/datafixers/TypeRewriteRule; 75 member ; # net/minecraft/util/datafix/fixes/ChunkBedBlockEntityInjecterFix$$Lambda+0x000001d6819d27c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkBedBlockEntityInjecterFix cap (Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/templates/List$ListType;)Lcom/mojang/datafixers/TypeRewriteRule; 49 argL0 ; # net/minecraft/util/datafix/fixes/ChunkBedBlockEntityInjecterFix$$Lambda+0x000001d6819d2590 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsLowerCaseLanguageFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsLowerCaseLanguageFix$$Lambda+0x000001d6819d2358 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemShulkerBoxColorFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 59 member ; # net/minecraft/util/datafix/fixes/ItemShulkerBoxColorFix$$Lambda+0x000001d6819d2118 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemWaterPotionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 44 member ; # net/minecraft/util/datafix/fixes/ItemWaterPotionFix$$Lambda+0x000001d6819d1ed8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemBannerColorFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 59 member ; # net/minecraft/util/datafix/fixes/ItemBannerColorFix$$Lambda+0x000001d6819d1c98 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 59 argL0 ; # net/minecraft/util/datafix/fixes/EntityIdFix$$Lambda+0x000001d6819d1a60 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockEntityIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 59 argL0 ; # net/minecraft/util/datafix/fixes/BlockEntityIdFix$$Lambda+0x000001d6819d1828 +instanceKlass @bci com/mojang/datafixers/DataFix convertUnchecked (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 4 argL0 ; # com/mojang/datafixers/DataFix$$Lambda+0x000001d6819cb688 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsForceVBOFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/OptionsForceVBOFix$$Lambda+0x000001d6819d15f0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 49 member ; # net/minecraft/util/datafix/fixes/ItemRenameFix$$Lambda+0x000001d6819d13b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/AddNewChoices cap (Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;)Lcom/mojang/datafixers/TypeRewriteRule; 32 member ; # net/minecraft/util/datafix/fixes/AddNewChoices$$Lambda+0x000001d6819d1170 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemWrittenBookPagesStrictJsonFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 24 member ; # net/minecraft/util/datafix/fixes/ItemWrittenBookPagesStrictJsonFix$$Lambda+0x000001d6819d0f30 +instanceKlass @bci net/minecraft/util/datafix/fixes/SimplestEntityRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 94 member ; # net/minecraft/util/datafix/fixes/SimplestEntityRenameFix$$Lambda+0x000001d6819d0cf0 +instanceKlass @bci net/minecraft/util/datafix/fixes/SimplestEntityRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 74 member ; # net/minecraft/util/datafix/fixes/SimplestEntityRenameFix$$Lambda+0x000001d6819d0ab0 +instanceKlass @bci com/mojang/datafixers/types/templates/RecursivePoint$RecursivePointType everywhere (Lcom/mojang/datafixers/TypeRewriteRule;Lcom/mojang/datafixers/functions/PointFreeRule;ZZ)Ljava/util/Optional; 17 argL0 ; # com/mojang/datafixers/types/templates/RecursivePoint$RecursivePointType$$Lambda+0x000001d6819cb450 +instanceKlass @bci org/embeddedt/modernfix/forge/classloading/ManifestCompactor lambda$compactManifests$1 (Ljava/util/Set;Ljava/lang/String;Ljava/util/jar/Attributes;)Ljava/util/jar/Attributes; 14 member ; # org/embeddedt/modernfix/forge/classloading/ManifestCompactor$$Lambda+0x000001d6819d0860 +instanceKlass @bci org/embeddedt/modernfix/forge/classloading/ManifestCompactor lambda$compactManifests$2 (Ljava/util/Map;Ljava/util/Set;Ljava/lang/String;)V 3 member ; # org/embeddedt/modernfix/forge/classloading/ManifestCompactor$$Lambda+0x000001d6819d0630 +instanceKlass @bci org/embeddedt/modernfix/forge/classloading/ManifestCompactor compactManifests ()V 119 member ; # org/embeddedt/modernfix/forge/classloading/ManifestCompactor$$Lambda+0x000001d6819d0400 +instanceKlass org/embeddedt/modernfix/forge/classloading/ManifestCompactor +instanceKlass org/embeddedt/modernfix/util/TimeFormatter$1 +instanceKlass org/embeddedt/modernfix/util/TimeFormatter +instanceKlass net/minecraft/world/level/GameRules$GameRuleTypeVisitor +instanceKlass net/minecraft/server/Bootstrap +instanceKlass com/mojang/datafixers/optics/Proj2 +instanceKlass com/mojang/datafixers/optics/Proj1 +instanceKlass com/mojang/datafixers/optics/Inj2 +instanceKlass com/mojang/datafixers/optics/Inj1 +instanceKlass @bci com/mojang/datafixers/types/Type lambda$rewrite$14 (Lcom/mojang/datafixers/functions/PointFreeRule;Lcom/mojang/datafixers/RewriteResult;)Ljava/util/Optional; 9 member ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819ca680 +instanceKlass @bci com/mojang/datafixers/View rewrite (Lcom/mojang/datafixers/functions/PointFreeRule;)Ljava/util/Optional; 10 argL0 ; # com/mojang/datafixers/View$$Lambda+0x000001d6819ca448 +instanceKlass @bci com/mojang/datafixers/types/Type rewrite (Lcom/mojang/datafixers/TypeRewriteRule;Lcom/mojang/datafixers/functions/PointFreeRule;)Ljava/util/Optional; 79 member ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819ca208 +instanceKlass com/mojang/datafixers/optics/ListTraversal +instanceKlass com/mojang/datafixers/optics/Traversal +instanceKlass com/mojang/datafixers/optics/Wander +instanceKlass com/mojang/datafixers/optics/ReForgetE +instanceKlass com/mojang/datafixers/optics/ReForgetP +instanceKlass com/mojang/datafixers/optics/PStore +instanceKlass com/mojang/datafixers/optics/ReForgetEP +instanceKlass com/mojang/datafixers/optics/Prism +instanceKlass net/neoforged/fml/loading/BackgroundWaiter +instanceKlass com/mojang/datafixers/optics/ReForgetC +instanceKlass @bci net/minecraft/client/main/Main main ([Ljava/lang/String;)V 642 argL0 ; # net/minecraft/client/main/Main$$Lambda+0x000001d68197faf8 +instanceKlass com/mojang/datafixers/optics/Lens +instanceKlass @bci net/minecraft/SystemReport appendToCrashReportString (Ljava/lang/StringBuilder;)V 33 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197f8c8 +instanceKlass @bci org/sinytra/connector/mod/CrashReportUpgrade lambda$registerCrashLogInfo$3 ()Ljava/lang/String; 151 member ; # org/sinytra/connector/mod/CrashReportUpgrade$$Lambda+0x000001d68197f698 +instanceKlass @bci org/sinytra/connector/mod/CrashReportUpgrade lambda$registerCrashLogInfo$3 ()Ljava/lang/String; 140 member ; # org/sinytra/connector/mod/CrashReportUpgrade$$Lambda+0x000001d68197f458 +instanceKlass com/mojang/datafixers/optics/Affine +instanceKlass org/sinytra/connector/mod/ConnectorMod +instanceKlass com/mojang/datafixers/optics/Adapter +instanceKlass @bci cpw/mods/modlauncher/TransformerAuditTrail getAuditString (Ljava/lang/String;)Ljava/lang/String; 21 argL0 ; # cpw/mods/modlauncher/TransformerAuditTrail$$Lambda+0x000001d6819ce2b0 +instanceKlass @bci cpw/mods/modlauncher/log/ExtraDataTextRenderer render (Ljava/lang/String;Ljava/lang/StringBuilder;Ljava/lang/String;)V 114 member ; # cpw/mods/modlauncher/log/ExtraDataTextRenderer$$Lambda+0x000001d6819ce070 +instanceKlass com/mojang/datafixers/optics/Optics +instanceKlass cpw/mods/modlauncher/log/ExtraDataTextRenderer$TransformerContext +instanceKlass org/apache/logging/log4j/core/impl/ThrowableProxyRenderer +instanceKlass joptsimple/internal/Strings +instanceKlass @bci cpw/mods/modlauncher/log/ExtraDataTextRenderer (Lorg/apache/logging/log4j/core/pattern/TextRenderer;)V 35 argL0 ; # cpw/mods/modlauncher/log/ExtraDataTextRenderer$$Lambda+0x000001d6819cd610 +instanceKlass @bci cpw/mods/modlauncher/log/ExtraDataTextRenderer (Lorg/apache/logging/log4j/core/pattern/TextRenderer;)V 27 argL0 ; # cpw/mods/modlauncher/log/ExtraDataTextRenderer$$Lambda+0x000001d6819cd3d8 +instanceKlass cpw/mods/modlauncher/log/ExtraDataTextRenderer +instanceKlass @bci jdk/internal/loader/BootLoader$PackageHelper findModule (Ljava/lang/String;)Ljava/lang/Module; 90 member ; # jdk/internal/loader/BootLoader$PackageHelper$$Lambda+0x000001d681981e70 +instanceKlass jdk/internal/loader/BootLoader$PackageHelper +instanceKlass org/apache/logging/log4j/core/impl/ExtendedClassInfo +instanceKlass org/apache/logging/log4j/core/impl/ThrowableProxyHelper$CacheEntry +instanceKlass org/apache/logging/log4j/core/impl/ExtendedStackTraceElement +instanceKlass org/apache/logging/log4j/core/impl/ThrowableProxyHelper +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 92 member ; # java/lang/SecurityManager$$Lambda+0x000001d681981a40 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 76 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681981808 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 66 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d6819815c0 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 47 member ; # java/lang/SecurityManager$$Lambda+0x000001d681981390 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 31 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681981158 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 21 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681980f10 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 59 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681980ce8 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 49 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681980ab0 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 39 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d681980878 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 29 member ; # java/lang/SecurityManager$$Lambda+0x000001d681980628 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 17 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001d6819803f0 +instanceKlass org/apache/logging/log4j/util/PrivateSecurityManagerStackTraceUtil +instanceKlass org/apache/logging/log4j/core/impl/ThrowableProxy +instanceKlass com/google/common/reflect/Invokable +instanceKlass net/neoforged/neoforge/logging/CrashReportExtender +instanceKlass com/google/common/reflect/TypeCapture +instanceKlass java/time/format/DateTimeFormatterBuilder$2 +instanceKlass java/time/LocalDate$1 +instanceKlass java/time/ZonedDateTime$1 +instanceKlass java/time/format/DateTimePrintContext +instanceKlass @bci net/minecraft/ReportType appendHeader (Ljava/lang/StringBuilder;Ljava/util/List;)V 27 member ; # net/minecraft/ReportType$$Lambda+0x000001d68197ebd0 +instanceKlass @bci net/neoforged/fml/CrashReportCallables getHeaders ()Ljava/util/stream/Stream; 18 argL0 ; # net/neoforged/fml/CrashReportCallables$$Lambda+0x000001d6819c5b70 +instanceKlass @bci net/neoforged/fml/CrashReportCallables getHeaders ()Ljava/util/stream/Stream; 8 argL0 ; # net/neoforged/fml/CrashReportCallables$$Lambda+0x000001d6819c5938 +instanceKlass com/mojang/datafixers/optics/profunctors/TraversalP$Mu +instanceKlass com/mojang/datafixers/optics/profunctors/AffineP$Mu +instanceKlass com/mojang/datafixers/optics/profunctors/Cocartesian$Mu +instanceKlass com/mojang/datafixers/optics/profunctors/Cartesian$Mu +instanceKlass com/mojang/datafixers/optics/profunctors/Profunctor$Mu +instanceKlass com/mojang/datafixers/kinds/Kind2$Mu +instanceKlass com/mojang/datafixers/kinds/K1 +instanceKlass @bci net/minecraft/Util getVmArguments ()Ljava/util/stream/Stream; 15 argL0 ; # net/minecraft/Util$$Lambda+0x000001d68197e780 +instanceKlass @bci net/minecraft/SystemReport ()V 103 argL0 ; # net/minecraft/SystemReport$$Lambda+0x000001d68197e568 +instanceKlass @bci net/minecraft/SystemReport putStorage ()V 32 argL0 ; # net/minecraft/SystemReport$$Lambda+0x000001d68197e350 +instanceKlass @bci com/mojang/datafixers/types/Type rewriteOrNop (Lcom/mojang/datafixers/TypeRewriteRule;)Lcom/mojang/datafixers/RewriteResult; 8 member ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819c4748 +instanceKlass @bci com/mojang/datafixers/TypeRewriteRule$Seq cap1 (Lcom/mojang/datafixers/TypeRewriteRule;Lcom/mojang/datafixers/RewriteResult;)Ljava/util/Optional; 14 member ; # com/mojang/datafixers/TypeRewriteRule$Seq$$Lambda+0x000001d6819c4508 +instanceKlass @bci net/minecraft/SystemReport putSpaceForProperty (Ljava/lang/String;)V 3 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197e130 +instanceKlass @bci net/minecraft/SystemReport putHardware (Loshi/SystemInfo;)V 48 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197df10 +instanceKlass @bci jdk/internal/reflect/MethodHandleLongFieldAccessorImpl setLong (Ljava/lang/Object;J)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001d6819c9000 +instanceKlass @bci net/lenni0451/reflect/accessor/UnsafeAccess objectFieldOffset (Ljava/lang/reflect/Field;)J 20 ; # java/lang/invoke/LambdaForm$MH+0x000001d6819c8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6819c8800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6819c8400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6819c8000 +instanceKlass @bci com/mojang/datafixers/types/Type rewrite (Lcom/mojang/datafixers/TypeRewriteRule;Lcom/mojang/datafixers/functions/PointFreeRule;)Ljava/util/Optional; 48 member ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819c42c8 +instanceKlass com/mojang/datafixers/TypeRewriteRule$All +instanceKlass com/mojang/datafixers/TypeRewriteRule$OrElse +instanceKlass @bci com/mojang/datafixers/types/Type everywhere (Lcom/mojang/datafixers/TypeRewriteRule;Lcom/mojang/datafixers/functions/PointFreeRule;ZZ)Ljava/util/Optional; 1 argL0 ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819c3a60 +instanceKlass @bci com/mojang/datafixers/DataFix writeFixAndRead (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;Ljava/util/function/Function;)Lcom/mojang/datafixers/TypeRewriteRule; 18 member ; # com/mojang/datafixers/DataFix$$Lambda+0x000001d6819c3820 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityRidingToPassengersFix cap (Lcom/mojang/datafixers/schemas/Schema;Lcom/mojang/datafixers/schemas/Schema;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/TypeRewriteRule; 173 member ; # net/minecraft/util/datafix/fixes/EntityRidingToPassengersFix$$Lambda+0x000001d68197dcd0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityRedundantChanceTagsFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/EntityRedundantChanceTagsFix$$Lambda+0x000001d68197da98 +instanceKlass com/mojang/datafixers/TypeRewriteRule$Seq +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityPaintingItemFrameDirectionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 80 member ; # net/minecraft/util/datafix/fixes/EntityPaintingItemFrameDirectionFix$$Lambda+0x000001d68197d858 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityPaintingItemFrameDirectionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 61 member ; # net/minecraft/util/datafix/fixes/EntityPaintingItemFrameDirectionFix$$Lambda+0x000001d68197d618 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityHealthFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # net/minecraft/util/datafix/fixes/EntityHealthFix$$Lambda+0x000001d68197d3d8 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityStringUuidFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 13 argL0 ; # net/minecraft/util/datafix/fixes/EntityStringUuidFix$$Lambda+0x000001d68197d1a0 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityRenameFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 32 member ; # net/minecraft/util/datafix/fixes/EntityRenameFix$$Lambda+0x000001d68197cf60 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobSpawnerEntityIdentifiersFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 27 member ; # net/minecraft/util/datafix/fixes/MobSpawnerEntityIdentifiersFix$$Lambda+0x000001d68197cd20 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemSpawnEggFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 104 member ; # net/minecraft/util/datafix/fixes/ItemSpawnEggFix$$Lambda+0x000001d68197cae0 +instanceKlass @bci com/mojang/datafixers/schemas/Schema getTypeRaw (Lcom/mojang/datafixers/DSL$TypeReference;)Lcom/mojang/datafixers/types/Type; 13 member ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d6819c33c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemPotionFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 44 member ; # net/minecraft/util/datafix/fixes/ItemPotionFix$$Lambda+0x000001d68197c8a0 +instanceKlass @bci com/mojang/datafixers/types/Type findFieldType (Ljava/lang/String;)Lcom/mojang/datafixers/types/Type; 6 member ; # com/mojang/datafixers/types/Type$$Lambda+0x000001d6819c31a0 +instanceKlass @bci com/mojang/datafixers/types/templates/Product$ProductType findFieldTypeOpt (Ljava/lang/String;)Ljava/util/Optional; 10 member ; # com/mojang/datafixers/types/templates/Product$ProductType$$Lambda+0x000001d6819c2f80 +instanceKlass @bci com/mojang/datafixers/types/templates/Sum$SumType findFieldTypeOpt (Ljava/lang/String;)Ljava/util/Optional; 10 member ; # com/mojang/datafixers/types/templates/Sum$SumType$$Lambda+0x000001d6819c2d60 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemIdFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 68 member ; # net/minecraft/util/datafix/fixes/ItemIdFix$$Lambda+0x000001d68197c660 +instanceKlass oshi/util/platform/windows/PerfDataUtil$PerfCounter +instanceKlass com/sun/jna/platform/win32/Pdh +instanceKlass oshi/util/platform/windows/PerfDataUtil +instanceKlass oshi/util/platform/windows/PerfCounterQueryHandler +instanceKlass oshi/util/platform/windows/PerfCounterQuery +instanceKlass oshi/util/platform/windows/PerfCounterQuery$PdhCounterProperty +instanceKlass oshi/driver/windows/perfmon/PerfmonDisabled +instanceKlass oshi/driver/windows/perfmon/PagingFile +instanceKlass @bci net/minecraft/SystemReport putVirtualMemory (Loshi/hardware/VirtualMemory;)V 44 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197c440 +instanceKlass @bci net/minecraft/SystemReport putVirtualMemory (Loshi/hardware/VirtualMemory;)V 31 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197c220 +instanceKlass @bci com/mojang/datafixers/DataFix fixTypeEverywhere (Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/RewriteResult;)Lcom/mojang/datafixers/TypeRewriteRule; 14 member ; # com/mojang/datafixers/DataFix$$Lambda+0x000001d68197b4f0 +instanceKlass @bci net/minecraft/SystemReport putVirtualMemory (Loshi/hardware/VirtualMemory;)V 18 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68197c000 +instanceKlass com/mojang/datafixers/TypeRewriteRule$Everywhere +instanceKlass com/mojang/datafixers/TypeRewriteRule$IfSame +instanceKlass com/mojang/datafixers/functions/Functions +instanceKlass com/mojang/datafixers/kinds/App2 +instanceKlass @bci com/mojang/datafixers/DataFix checked (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/types/Type;Ljava/util/function/Function;Ljava/util/BitSet;)Lcom/mojang/datafixers/RewriteResult; 11 member ; # com/mojang/datafixers/DataFix$$Lambda+0x000001d681979b40 +instanceKlass com/mojang/datafixers/DataFix$NamedFunctionWrapper +instanceKlass @bci net/minecraft/util/datafix/fixes/NamedEntityFix makeRule ()Lcom/mojang/datafixers/TypeRewriteRule; 52 member ; # net/minecraft/util/datafix/fixes/NamedEntityFix$$Lambda+0x000001d681977c40 +instanceKlass com/mojang/datafixers/Typed +instanceKlass com/mojang/datafixers/NamedChoiceFinder +instanceKlass @bci com/mojang/datafixers/schemas/Schema findChoiceType (Lcom/mojang/datafixers/DSL$TypeReference;)Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType; 12 argL0 ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d681979298 +instanceKlass @bci com/mojang/datafixers/types/templates/Product$ProductType findChoiceType (Ljava/lang/String;I)Ljava/util/Optional; 12 member ; # com/mojang/datafixers/types/templates/Product$ProductType$$Lambda+0x000001d681978df8 +instanceKlass @bci com/mojang/datafixers/types/templates/Sum$SumType findChoiceType (Ljava/lang/String;I)Ljava/util/Optional; 12 member ; # com/mojang/datafixers/types/templates/Sum$SumType$$Lambda+0x000001d681978bd8 +instanceKlass @bci com/mojang/datafixers/schemas/Schema getType (Lcom/mojang/datafixers/DSL$TypeReference;)Lcom/mojang/datafixers/types/Type; 39 argL0 ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d681978238 +instanceKlass @bci com/mojang/datafixers/DataFixUtils or (Ljava/util/Optional;Ljava/util/function/Supplier;)Ljava/util/Optional; 8 argL0 ; # com/mojang/datafixers/DataFixUtils$$Lambda+0x000001d681978000 +instanceKlass @bci com/mojang/datafixers/DataFixUtils or (Ljava/util/Optional;Ljava/util/function/Supplier;)Ljava/util/Optional; 26 argL0 ; # com/mojang/datafixers/DataFixUtils$$Lambda+0x000001d681977400 +instanceKlass com/sun/jna/platform/win32/Psapi +instanceKlass @bci com/mojang/datafixers/types/templates/Sum$SumType findCheckedType (I)Ljava/util/Optional; 10 member ; # com/mojang/datafixers/types/templates/Sum$SumType$$Lambda+0x000001d68195faf8 +instanceKlass @bci net/minecraft/SystemReport putVirtualMemory (Loshi/hardware/VirtualMemory;)V 5 member ; # net/minecraft/SystemReport$$Lambda+0x000001d681977a20 +instanceKlass @bci oshi/hardware/platform/windows/WindowsVirtualMemory (Loshi/hardware/platform/windows/WindowsGlobalMemory;)V 35 argL0 ; # oshi/hardware/platform/windows/WindowsVirtualMemory$$Lambda+0x000001d68195f8e0 +instanceKlass oshi/util/tuples/Pair +instanceKlass @bci oshi/hardware/platform/windows/WindowsVirtualMemory (Loshi/hardware/platform/windows/WindowsGlobalMemory;)V 20 argL0 ; # oshi/hardware/platform/windows/WindowsVirtualMemory$$Lambda+0x000001d68195f4c0 +instanceKlass @bci oshi/hardware/platform/windows/WindowsVirtualMemory (Loshi/hardware/platform/windows/WindowsGlobalMemory;)V 5 argL0 ; # oshi/hardware/platform/windows/WindowsVirtualMemory$$Lambda+0x000001d68195f2a8 +instanceKlass oshi/hardware/common/AbstractVirtualMemory +instanceKlass @bci net/minecraft/SystemReport putMemory (Loshi/hardware/GlobalMemory;)V 20 member ; # net/minecraft/SystemReport$$Lambda+0x000001d681977800 +instanceKlass @bci net/minecraft/SystemReport putPhysicalMemory (Ljava/util/List;)V 105 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195bdc0 +instanceKlass @bci net/minecraft/SystemReport putPhysicalMemory (Ljava/util/List;)V 82 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195bba0 +instanceKlass @bci net/minecraft/SystemReport putPhysicalMemory (Ljava/util/List;)V 64 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195b980 +instanceKlass oshi/hardware/PhysicalMemory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681977000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681976c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681976800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681976400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681976000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681975c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681975800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681975400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681975000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681974c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681974800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681974400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681974000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681973c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681973800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681973400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681973000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681972c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681972800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681972400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681972000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681971c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681971800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681971400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681971000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681970c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681970800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681970400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681970000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196fc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196f800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196f400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196e400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68196a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681969c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681969800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681969400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681969000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681968c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681968800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681968400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681968000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681967c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681967800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681967400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681967000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681966c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681966800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681966400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681966000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681965c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681965800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681965400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681965000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681964c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681964800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681964400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681964000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681963c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681963800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681963400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681963000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681962c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681962800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681962400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681962000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681961c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681961800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681961400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681961000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681960c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681960800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681960400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681960000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681959c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681959800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681959400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681959000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681958c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681958800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681958400 +instanceKlass com/mojang/datafixers/types/templates/Check$1 +instanceKlass oshi/driver/windows/wmi/Win32PhysicalMemory +instanceKlass @bci net/minecraft/SystemReport putMemory (Loshi/hardware/GlobalMemory;)V 6 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195b760 +instanceKlass @bci oshi/hardware/platform/windows/WindowsGlobalMemory ()V 21 member ; # oshi/hardware/platform/windows/WindowsGlobalMemory$$Lambda+0x000001d68195e060 +instanceKlass @bci oshi/hardware/platform/windows/WindowsGlobalMemory ()V 5 argL0 ; # oshi/hardware/platform/windows/WindowsGlobalMemory$$Lambda+0x000001d68195de48 +instanceKlass oshi/hardware/VirtualMemory +instanceKlass oshi/hardware/common/AbstractGlobalMemory +instanceKlass @bci net/minecraft/SystemReport putHardware (Loshi/SystemInfo;)V 36 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195b540 +instanceKlass @bci net/minecraft/SystemReport putGraphics (Ljava/util/List;)V 156 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195b320 +instanceKlass @bci net/minecraft/SystemReport putGraphics (Ljava/util/List;)V 133 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195b100 +instanceKlass @bci net/minecraft/SystemReport putGraphics (Ljava/util/List;)V 110 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195aee0 +instanceKlass @bci net/minecraft/SystemReport putGraphics (Ljava/util/List;)V 92 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195acc0 +instanceKlass @bci net/minecraft/SystemReport putGraphics (Ljava/util/List;)V 69 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195aaa0 +instanceKlass oshi/hardware/common/AbstractGraphicsCard +instanceKlass oshi/hardware/GraphicsCard +instanceKlass @bci net/minecraft/SystemReport putHardware (Loshi/SystemInfo;)V 23 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195a880 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 123 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195a660 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 110 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195a440 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 97 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195a220 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 84 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68195a000 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 71 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194bc50 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 53 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194ba30 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 35 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194b810 +instanceKlass @bci net/minecraft/SystemReport putProcessor (Loshi/hardware/CentralProcessor;)V 17 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194b5f0 +instanceKlass @bci com/mojang/datafixers/DataFixerUpper getRule (II)Lcom/mojang/datafixers/TypeRewriteRule; 26 member ; # com/mojang/datafixers/DataFixerUpper$$Lambda+0x000001d6819571f8 +instanceKlass @cpi com/mojang/datafixers/DataFixerUpper 336 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681958000 +instanceKlass com/mojang/datafixers/TypeRewriteRule +instanceKlass @bci com/mojang/datafixers/schemas/Schema getType (Lcom/mojang/datafixers/DSL$TypeReference;)Lcom/mojang/datafixers/types/Type; 13 member ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d68194fce8 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result lambda$optimize$1 (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;I)V 2 member ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194fab8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681956c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681956800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681956400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681956000 +instanceKlass @bci net/minecraft/SystemReport putHardware (Loshi/SystemInfo;)V 10 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194b3d0 +instanceKlass @bci net/minecraft/SystemReport ()V 92 member ; # net/minecraft/SystemReport$$Lambda+0x000001d68194b1b0 +instanceKlass @bci net/minecraft/SystemReport ()V 80 argL0 ; # net/minecraft/SystemReport$$Lambda+0x000001d68194af98 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 ; # java/lang/invoke/LambdaForm$MH+0x000001d681955c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681955800 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681955400 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL5 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681955000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681954c00 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 form names 10 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681954800 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681954400 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL4 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681954000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681953c00 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL4 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681953800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681953400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681953000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681952c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681952800 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 form names 16 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681952400 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681952000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681951c00 +instanceKlass @bci net/minecraft/SystemReport lambda$new$0 ()Ljava/lang/String; 52 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681951800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681951400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681951000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681950c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681950800 +instanceKlass @bci net/minecraft/SystemReport ()V 69 argL0 ; # net/minecraft/SystemReport$$Lambda+0x000001d68194ad80 +instanceKlass net/minecraft/SystemReport +instanceKlass com/simibubi/create/foundation/mixin/accessor/SystemReportAccessor +instanceKlass net/minecraft/util/MemoryReserve +instanceKlass net/minecraft/CrashReport +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 251 argL0 ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194f8a0 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 239 member ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194f670 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 220 argL0 ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194f458 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 193 member ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194f218 +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 125 ; # java/lang/invoke/LambdaForm$MH+0x000001d681950400 +instanceKlass @cpi com/simibubi/create/content/trains/station/TrainEditPacket$TrainEditReturnPacket 67 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681950000 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 159 member ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194eff8 +instanceKlass @bci com/mojang/datafixers/DataFixerBuilder$Result optimize (Ljava/util/Set;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; 28 argL0 ; # com/mojang/datafixers/DataFixerBuilder$Result$$Lambda+0x000001d68194edc0 +instanceKlass @bci java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService (Ljava/util/concurrent/ExecutorService;)V 6 member ; # java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService$$Lambda+0x000001d68187e418 +instanceKlass com/google/common/util/concurrent/ThreadFactoryBuilder$1 +instanceKlass com/google/common/util/concurrent/ThreadFactoryBuilder +instanceKlass org/embeddedt/modernfix/dfu/DFUBlaster +instanceKlass com/mojang/datafixers/DataFixerBuilder$Result +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectFunctions$SynchronizedFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectMaps +instanceKlass it/unimi/dsi/fastutil/ints/IntAVLTreeSet$SetIterator +instanceKlass it/unimi/dsi/fastutil/ints/IntListIterator +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$TreeIterator +instanceKlass @bci it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$1 (Lit/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap;)V 20 argL0 ; # it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$1$$Lambda+0x000001d68190f760 +instanceKlass it/unimi/dsi/fastutil/ints/IntComparators$OppositeImplicitComparator +instanceKlass it/unimi/dsi/fastutil/ints/IntComparators$NaturalImplicitComparator +instanceKlass it/unimi/dsi/fastutil/ints/IntComparator +instanceKlass it/unimi/dsi/fastutil/ints/IntComparators +instanceKlass @bci net/minecraft/util/datafix/schemas/V3938 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V3938$$Lambda+0x000001d681949da0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3938 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3938$$Lambda+0x000001d681949b80 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9573 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681949958 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3825 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3825$$Lambda+0x000001d6819494a0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9451 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681949278 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3818_5 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V3818_5$$Lambda+0x000001d681948dc0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9359 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681948b98 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3818_4 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V3818_4$$Lambda+0x000001d6819486e0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9331 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819484b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3818_3 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V3818_3$$Lambda+0x000001d681948000 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9297 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681947c20 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3818 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3818$$Lambda+0x000001d681947768 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9204 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681947540 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3816 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3816$$Lambda+0x000001d681947088 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 9171 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681946e60 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3808_2 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3808_2$$Lambda+0x000001d681946988 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8988 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681946760 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3808_1 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3808_1$$Lambda+0x000001d681946288 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8953 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681946060 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3808 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3808$$Lambda+0x000001d681945b88 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8918 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681945960 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3807 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3807$$Lambda+0x000001d6819454a8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8859 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681945280 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3799 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3799$$Lambda+0x000001d681944dc8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8669 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681944ba0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3689 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3689$$Lambda+0x000001d6819446e8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3689 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3689$$Lambda+0x000001d6819444c8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8563 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819442a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3685 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 37 member ; # net/minecraft/util/datafix/schemas/V3685$$Lambda+0x000001d681943de8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3685 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V3685$$Lambda+0x000001d681943bc8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3685 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3685$$Lambda+0x000001d6819439a8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8536 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681943780 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3683 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3683$$Lambda+0x000001d6819432c8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8509 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819430a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3682 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3682$$Lambda+0x000001d681942be8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8476 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819429c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/MobEffectIdFix ()V 7 argL0 ; # net/minecraft/util/datafix/fixes/MobEffectIdFix$$Lambda+0x000001d681942500 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3448 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3448$$Lambda+0x000001d6819422e0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8228 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819420b8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 8199 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681941be8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7794 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681941738 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7761 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681941278 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3327 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V3327$$Lambda+0x000001d681940dc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3327 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3327$$Lambda+0x000001d681940ba0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7728 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681940978 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3326 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3326$$Lambda+0x000001d6819404c0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7695 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681940298 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3325 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V3325$$Lambda+0x000001d68193fdc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3325 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3325$$Lambda+0x000001d68193fb80 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7662 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193f958 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3204 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3204$$Lambda+0x000001d68193f4a0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7525 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193f278 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3203 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3203$$Lambda+0x000001d68193edc0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7492 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193eb98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7459 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193e6d8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7394 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193e1f0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7359 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193df98 +instanceKlass @bci net/minecraft/util/datafix/fixes/FilteredBooksFix (Lcom/mojang/datafixers/schemas/Schema;)V 4 argL0 ; # net/minecraft/util/datafix/fixes/FilteredBooksFix$$Lambda+0x000001d68193dd50 +instanceKlass @bci net/minecraft/util/datafix/fixes/GoatHornIdFix (Lcom/mojang/datafixers/schemas/Schema;)V 4 argL0 ; # net/minecraft/util/datafix/fixes/GoatHornIdFix$$Lambda+0x000001d68193db08 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7185 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193d8e8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7169 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193d6c0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 7120 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193d468 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6987 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193d248 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6971 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193d020 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3083 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3083$$Lambda+0x000001d68193ce00 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6729 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193cbd8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3082 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3082$$Lambda+0x000001d68193c700 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6696 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193c4d8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3081 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3081$$Lambda+0x000001d68193c020 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6663 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193bdf8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3078 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V3078$$Lambda+0x000001d68193b940 +instanceKlass @bci net/minecraft/util/datafix/schemas/V3078 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V3078$$Lambda+0x000001d68193b720 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6592 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193b4f8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6534 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193b038 +instanceKlass @bci net/minecraft/util/datafix/fixes/StructuresBecomeConfiguredFix$Conversion unpack (Ljava/util/Map;)Ljava/util/Map; 46 member ; # net/minecraft/util/datafix/fixes/StructuresBecomeConfiguredFix$Conversion$$Lambda+0x000001d68193ab70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2842 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V2842$$Lambda+0x000001d68193a748 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6326 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68193a520 +instanceKlass net/minecraft/util/datafix/fixes/CavesAndCliffsRenames +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$6 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 33 argL0 ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681939c18 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$6 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 26 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d6819399f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$6 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 18 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d6819397d8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$6 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 10 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d6819395b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$7 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 33 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681939398 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$7 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 25 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681939178 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 lambda$registerTypes$7 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 17 argL0 ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681938f60 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 40 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681938d40 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 26 argL0 ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681938b28 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2832 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V2832$$Lambda+0x000001d681938908 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6199 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819386e0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2831 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V2831$$Lambda+0x000001d681938228 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 6172 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681938000 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5990 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681934cb8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2704 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2704$$Lambda+0x000001d681934800 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5957 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681935dd8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2688 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V2688$$Lambda+0x000001d681935900 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2688 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2688$$Lambda+0x000001d6819356e0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5250 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819354b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2686 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2686$$Lambda+0x000001d681935000 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5217 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681937d68 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2684 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 12 argL0 ; # net/minecraft/util/datafix/schemas/V2684$$Lambda+0x000001d6819378b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2684 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2684$$Lambda+0x000001d681937698 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5184 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681937470 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2571 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2571$$Lambda+0x000001d681936fb8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5071 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681936d90 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2568 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2568$$Lambda+0x000001d6819368d8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 5038 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819366b0 +instanceKlass net/minecraft/util/datafix/fixes/BiomeFix +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$4 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 40 argL0 ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681936000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$4 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 33 argL0 ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681933c88 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$4 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 26 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681933a68 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$4 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 18 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681933848 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$4 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 10 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681933628 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$5 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 33 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681933408 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$5 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 25 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d6819331e8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 lambda$registerTypes$5 (Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 17 argL0 ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681932fd0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2551 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V2551$$Lambda+0x000001d681932db0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 4879 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681932b88 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 59 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration$$Lambda+0x000001d6819326b8 +instanceKlass @cpi com/simibubi/create/content/kinetics/fan/AirFlowParticleData 202 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681934000 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration$$Lambda+0x000001d681932480 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 29 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration$$Lambda+0x000001d681932248 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration lambda$static$3 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration$$Lambda+0x000001d681932010 +instanceKlass @bci net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration ()V 0 argL0 ; # net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration$$Lambda+0x000001d681931dd8 +instanceKlass net/minecraft/util/datafix/fixes/WorldGenSettingsFix$StructureFeatureConfiguration +instanceKlass @bci net/minecraft/util/datafix/DataFixers createRenamerNoNamespace (Ljava/util/Map;)Ljava/util/function/UnaryOperator; 1 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681931b80 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2522 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2522$$Lambda+0x000001d681931960 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 4393 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681931738 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2519 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2519$$Lambda+0x000001d681931280 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 4360 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681931058 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2509 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 20 member ; # net/minecraft/util/datafix/schemas/V2509$$Lambda+0x000001d681930ba0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 4116 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681930978 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2505 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2505$$Lambda+0x000001d6819304c0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3995 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681930298 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2502 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2502$$Lambda+0x000001d681920400 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3910 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681920cb8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2501 registerFurnace (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V2501$$Lambda+0x000001d681920800 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3882 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681921bc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2100 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V2100$$Lambda+0x000001d681921708 +instanceKlass @bci net/minecraft/util/datafix/schemas/V2100 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V2100$$Lambda+0x000001d681923de0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3629 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6819214e0 +instanceKlass @bci net/minecraft/util/datafix/fixes/OminousBannerRenameFix (Lcom/mojang/datafixers/schemas/Schema;)V 4 argL0 ; # net/minecraft/util/datafix/fixes/OminousBannerRenameFix$$Lambda+0x000001d681921000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1931 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1931$$Lambda+0x000001d681923bc0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3401 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681923998 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1929 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V1929$$Lambda+0x000001d6819234c0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1929 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1929$$Lambda+0x000001d681923280 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3368 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681923058 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1928 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1928$$Lambda+0x000001d681922ba0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3322 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681922978 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1920 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1920$$Lambda+0x000001d6819224c0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3249 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681922298 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1909 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1909$$Lambda+0x000001d68192fd98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3094 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192fb70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1906 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 32 member ; # net/minecraft/util/datafix/schemas/V1906$$Lambda+0x000001d68192f698 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1906 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1906$$Lambda+0x000001d68192f478 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3061 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192f250 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1904 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1904$$Lambda+0x000001d68192ed98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 2988 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192eb70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1801 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1801$$Lambda+0x000001d68192e6b8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 2851 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192e490 +instanceKlass net/minecraft/util/datafix/fixes/DyeItemRenameFix +instanceKlass @bci net/minecraft/util/datafix/schemas/V1800 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V1800$$Lambda+0x000001d68192ddb8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1800 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1800$$Lambda+0x000001d68192db98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 2800 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192d970 +instanceKlass net/minecraft/util/datafix/fixes/RenamedCoralFansFix +instanceKlass net/minecraft/util/datafix/fixes/RecipesRenameningFix +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 2570 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d68192d0b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/LevelDataGeneratorOptionsFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/LevelDataGeneratorOptionsFix$$Lambda+0x000001d68192cbf0 +instanceKlass net/minecraft/util/datafix/fixes/RecipesFix +instanceKlass @bci net/minecraft/util/datafix/fixes/AdvancementsFix (Lcom/mojang/datafixers/schemas/Schema;Z)V 5 argL0 ; # net/minecraft/util/datafix/fixes/AdvancementsFix$$Lambda+0x000001d68192c7b8 +instanceKlass @bci net/minecraft/util/datafix/fixes/LeavesFix ()V 123 argL0 ; # net/minecraft/util/datafix/fixes/LeavesFix$$Lambda+0x000001d68192c590 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackEnchantmentNamesFix ()V 7 argL0 ; # net/minecraft/util/datafix/fixes/ItemStackEnchantmentNamesFix$$Lambda+0x000001d68192c368 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 2067 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681927c08 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1935 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681927748 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1902 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681927288 +instanceKlass net/minecraft/util/datafix/fixes/RenamedCoralFix +instanceKlass @bci net/minecraft/util/datafix/DataFixers createRenamer (Ljava/util/Map;)Ljava/util/function/UnaryOperator; 1 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681926b98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1797 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681926960 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1780 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681926208 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1470 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 67 member ; # net/minecraft/util/datafix/schemas/V1470$$Lambda+0x000001d681925fc8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1470 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1470$$Lambda+0x000001d681925da8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1719 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681925b80 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1466 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V1466$$Lambda+0x000001d6819256c8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1466 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 9 argL0 ; # net/minecraft/util/datafix/schemas/V1466$$Lambda+0x000001d6819254b0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1672 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d681925288 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityPaintingMotiveFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/EntityPaintingMotiveFix$$Lambda+0x000001d681924dc8 +instanceKlass org/apache/commons/lang3/ArrayUtils +instanceKlass dev/latvian/mods/kubejs/core/PlayerKJS +instanceKlass dev/latvian/mods/kubejs/core/WithAttachedData +instanceKlass dev/latvian/mods/kubejs/core/DataSenderKJS +instanceKlass com/illusivesoulworks/comforts/mixin/AccessorPlayer +instanceKlass com/li64/tide/data/TidePlayer +instanceKlass com/li64/tide/data/DoubleJumper +instanceKlass net/spell_engine/internals/container/SpellContainerSource$Owner +instanceKlass net/spell_engine/api/item/set/EquipmentSet$Owner +instanceKlass net/spell_engine/internals/casting/SpellBatcher +instanceKlass toni/immersivelanterns/foundation/IPlayerLanternDataAccessor +instanceKlass traben/entity_texture_features/features/player/ETFPlayerEntity +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/PlayerAccessor +instanceKlass com/github/eterdelta/crittersandcompanions/extension/IGrapplingState +instanceKlass com/github/eterdelta/crittersandcompanions/extension/IBubbleState +instanceKlass dev/tr7zw/notenoughanimations/access/PlayerData +instanceKlass net/combat_roll/mixin/PlayerEntityAccessor +instanceKlass dev/uncandango/alltheleaks/mixin/Trackable +instanceKlass punchy/mixin/client/accessor/PlayerFishingAccessor +instanceKlass net/bettercombat/mixin/player/PlayerEntityAccessor +instanceKlass io/wispforest/accessories/pond/DroppedStacksExtension +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/IQuiverEntity +instanceKlass net/mehvahdjukaar/supplementaries/mixins/PlayerAccessor +instanceKlass com/lodestar/aileron/accessor/AileronPlayer +instanceKlass net/critical_strike/internal/CriticalStriker +instanceKlass dev/kosmx/playerAnim/impl/IAnimatedPlayer +instanceKlass dev/kosmx/playerAnim/api/IPlayer +instanceKlass net/runes/crafting/RuneCrafter +instanceKlass net/bettercombat/api/EntityPlayer_BetterCombat +instanceKlass net/bettercombat/logic/PlayerAttackProperties +instanceKlass net/spell_engine/internals/casting/SpellCasterEntity +instanceKlass net/neoforged/neoforge/common/extensions/IPlayerExtension +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681920000 +instanceKlass net/neoforged/neoforge/attachment/AttachmentHolder +instanceKlass net/fabricmc/fabric/mixin/attachment/AttachmentHolderAccessor +instanceKlass net/neoforged/neoforge/attachment/IAttachmentHolder +instanceKlass net/fabricmc/fabric/mixin/attachment/IAttachmentHolderMixin +instanceKlass net/fabricmc/fabric/api/attachment/v1/AttachmentTarget +instanceKlass forge/me/thosea/badoptimizations/interfaces/EntityMethods +instanceKlass net/createmod/ponder/mixin/accessor/EntityAccessor +instanceKlass snownee/jade/mixin/EntityAccess +instanceKlass com/teamabnormals/blueprint/core/endimator/Endimatable +instanceKlass com/teamabnormals/blueprint/core/endimator/effects/EndimationEffectSource +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/IDataManager +instanceKlass net/spell_engine/api/entity/TwoWayCollisionChecker +instanceKlass net/spell_engine/api/effect/EntityImmunity +instanceKlass traben/entity_model_features/utils/EMFEntity +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/EntityAccessor +instanceKlass com/github/eterdelta/crittersandcompanions/mixin/EntityAccessor +instanceKlass org/betterx/betterend/portal/TravelingEntity +instanceKlass top/theillusivec4/curios/mixin/core/AccessorEntity +instanceKlass dev/tr7zw/entityculling/versionless/access/Cullable +instanceKlass team/creative/itemphysiclite/mixin/EntityAccessor +instanceKlass net/caffeinemc/mods/lithium/mixin/block/hopper/EntityAccessor +instanceKlass dev/tr7zw/transition/mixin/EntityAccessor +instanceKlass dev/tr7zw/transition/mc/extending/ExtensionHolder +instanceKlass com/telepathicgrunt/repurposedstructures/mixins/entities/EntityAccessor +instanceKlass net/mehvahdjukaar/supplementaries/mixins/EntityAccessor +instanceKlass net/blay09/mods/balm/api/entity/BalmEntity +instanceKlass net/minecraft/world/scores/ScoreHolder +instanceKlass net/minecraft/commands/CommandSource +instanceKlass net/minecraft/world/level/entity/EntityAccess +instanceKlass net/minecraft/world/Nameable +instanceKlass net/minecraft/network/syncher/SyncedDataHolder +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalBooleanRefImpl +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalBooleanRef +instanceKlass eu/ha3/presencefootsteps/sound/StepSoundSource +instanceKlass eu/ha3/presencefootsteps/mixins/ILivingEntity +instanceKlass com/simibubi/create/foundation/mixin/accessor/LivingEntityAccessor +instanceKlass org/violetmoon/quark/mixin/mixins/accessor/AccessorLivingEntity +instanceKlass net/fabric_extras/ranged_weapon/internal/RangedHasteEntity +instanceKlass com/faboslav/friendsandfoes/common/mixin/MannequinAccessor +instanceKlass com/leclowndu93150/particular/mixin/InvokerLivingEntity +instanceKlass dev/latvian/mods/kubejs/core/LivingEntityKJS +instanceKlass dev/latvian/mods/kubejs/core/EntityKJS +instanceKlass dev/latvian/mods/kubejs/script/ScriptTypeHolder +instanceKlass dev/latvian/mods/kubejs/core/WithPersistentData +instanceKlass net/spell_engine/client/beam/BeamEmitterEntity +instanceKlass net/spell_engine/api/entity/EvasionLogic$Evader +instanceKlass net/spell_engine/entity/ConfigurableKnockback +instanceKlass net/spell_engine/api/entity/LivingEntityImmunity$Owner +instanceKlass net/spell_engine/mixin/entity/LivingEntityAccessor +instanceKlass net/spell_engine/api/effect/Synchronized$Provider +instanceKlass net/spell_engine/api/effect/EntityActionsAllowed$ControlledEntity +instanceKlass net/wizards/effect/FrostShielded +instanceKlass com/soytutta/mynethersdelight/common/utility/EntityDropChanceAccessor +instanceKlass toni/sodiumdynamiclights/DynamicLightSource +instanceKlass net/orcinus/galosphere/api/HaliteCurse +instanceKlass com/aetherteam/aether/mixin/mixins/common/accessor/LivingEntityAccessor +instanceKlass com/github/eterdelta/crittersandcompanions/extension/ISilkLeashState +instanceKlass umpaz/brewinandchewin/common/mixin/LivingEntityAccessor +instanceKlass net/combat_roll/api/RollInvulnerable +instanceKlass net/bettercombat/logic/knockback/ConfigurableKnockback +instanceKlass net/bettercombat/mixin/player/LivingEntityAccessor +instanceKlass net/skill_tree_rpgs/attributes/ConditionalAttributeHolder +instanceKlass net/caffeinemc/mods/lithium/common/entity/EquipmentEntity$EquipmentTrackingEntity +instanceKlass net/caffeinemc/mods/lithium/common/entity/EquipmentEntity$TickableEnchantmentTrackingEntity +instanceKlass net/caffeinemc/mods/lithium/common/util/change_tracking/ChangeSubscriber$EnchantmentSubscriber +instanceKlass net/caffeinemc/mods/lithium/common/util/change_tracking/ChangeSubscriber$CountChangeSubscriber +instanceKlass net/caffeinemc/mods/lithium/common/util/change_tracking/ChangeSubscriber +instanceKlass net/caffeinemc/mods/lithium/common/entity/EquipmentEntity +instanceKlass net/caffeinemc/mods/lithium/common/entity/pushable/BlockCachingEntity +instanceKlass io/wispforest/accessories/pond/CosmeticArmorLookupTogglable +instanceKlass io/wispforest/accessories/pond/AccessoriesLivingEntityExtension +instanceKlass io/wispforest/accessories/pond/AccessoriesAPIAccess +instanceKlass io/wispforest/accessories/mixin/LivingEntityAccessor +instanceKlass net/mehvahdjukaar/supplementaries/mixins/LivingEntityAccessor +instanceKlass net/neoforged/neoforge/common/extensions/ILivingEntityExtension +instanceKlass net/neoforged/neoforge/common/extensions/IEntityExtension +instanceKlass net/neoforged/neoforge/common/util/INBTSerializable +instanceKlass net/minecraft/world/entity/Attackable +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper apply (Lorg/objectweb/asm/tree/ClassNode;Ljava/util/LinkedHashSet;)Lorg/objectweb/asm/tree/MethodNode; 277 member ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper$$Lambda+0x000001d68190b278 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper apply (Lorg/objectweb/asm/tree/ClassNode;Ljava/util/LinkedHashSet;)Lorg/objectweb/asm/tree/MethodNode; 229 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper$$Lambda+0x000001d68190b060 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper apply (Lorg/objectweb/asm/tree/ClassNode;Ljava/util/LinkedHashSet;)Lorg/objectweb/asm/tree/MethodNode; 219 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Wrapper$$Lambda+0x000001d68190ae28 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Vanilla changeDesc (Ljava/util/LinkedHashSet;)V 14 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Vanilla$$Lambda+0x000001d68190ac10 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Vanilla changeDesc (Ljava/util/LinkedHashSet;)V 4 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage$Vanilla$$Lambda+0x000001d68190a9d8 +instanceKlass org/spongepowered/include/com/google/common/primitives/Ints +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInheritanceTracker$1 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodApplicatorExtension offerWrapper (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/Type;Ljava/util/List;)V 28 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodApplicatorExtension$$Lambda+0x000001d68190a588 +instanceKlass com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodStage +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodApplicatorExtension offerWrapper (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/Type;Ljava/util/List;)V 7 argL0 ; # com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodApplicatorExtension$$Lambda+0x000001d681909f28 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68190c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68190c000 +instanceKlass net/minecraft/core/HolderLookup$Provider +instanceKlass net/neoforged/neoforge/common/extensions/IHolderLookupProviderExtension +instanceKlass net/neoforged/neoforge/items/IItemHandler +instanceKlass dev/latvian/mods/kubejs/core/InventoryKJS +instanceKlass top/theillusivec4/curios/mixin/CuriosUtilMixinHooks +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 515 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819090e0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 502 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908ec0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 488 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908ca8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 475 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908a88 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 461 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908870 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 448 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908658 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 435 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908440 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 422 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907de8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 409 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908220 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 395 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681908000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 381 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907bd0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 368 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819079b0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 347 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907798 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 334 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907578 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 320 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907358 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 306 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681907140 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 293 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681906f28 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 280 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681906d10 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 267 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681906af8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 254 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819068e0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 241 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819066c8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 228 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819064a8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 213 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681906288 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 204 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681906070 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 191 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681905e58 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 178 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681905c40 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 165 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681905a28 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 152 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681905808 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 138 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819055f0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 125 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819053d0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 111 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819051b0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 97 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681904f90 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 83 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681904d70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 69 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681904b50 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 54 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681904930 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 40 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681904710 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 26 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819044f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 argL0 ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819042e0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 94 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819040a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 80 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681903e60 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 42 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681903c20 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681903a00 +instanceKlass @bci com/simibubi/create/foundation/utility/DataFixerHelper ()V 393 argL0 ; # com/simibubi/create/foundation/utility/DataFixerHelper$$Lambda+0x000001d6819037c8 +instanceKlass com/simibubi/create/foundation/utility/DataFixerHelper +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 765 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681903180 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 743 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902f40 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 649 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902d00 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 627 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902ac0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 581 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902880 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 567 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902640 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 521 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681902400 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 459 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819021c0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 405 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901f80 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 383 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901d40 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 353 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901b00 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 333 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819018c0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 320 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901680 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 293 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901440 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 280 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681901200 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 246 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900fc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 233 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900d80 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 213 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900b40 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 165 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900900 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 117 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6819006c0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 90 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900480 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 70 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900240 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 29 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d681900000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6818f8400 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1460 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 9 member ; # net/minecraft/util/datafix/schemas/V1460$$Lambda+0x000001d6818fbc20 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1644 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818fb9f8 +instanceKlass @bci com/mojang/datafixers/DSL taggedChoiceType (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Ljava/util/Map;)Lcom/mojang/datafixers/types/Type; 13 argL0 ; # com/mojang/datafixers/DSL$$Lambda+0x000001d6818f8800 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectMaps$1 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectMaps +instanceKlass @bci com/mojang/datafixers/types/templates/TaggedChoice lambda$apply$1 (Lcom/mojang/datafixers/types/families/TypeFamily;I)Lcom/mojang/datafixers/types/Type; 13 member ; # com/mojang/datafixers/types/templates/TaggedChoice$$Lambda+0x000001d6818e35b8 +instanceKlass @bci com/mojang/datafixers/types/templates/TaggedChoice apply (Lcom/mojang/datafixers/types/families/TypeFamily;)Lcom/mojang/datafixers/types/families/TypeFamily; 2 member ; # com/mojang/datafixers/types/templates/TaggedChoice$$Lambda+0x000001d6818e3398 +instanceKlass @bci com/mojang/datafixers/types/templates/Hook apply (Lcom/mojang/datafixers/types/families/TypeFamily;)Lcom/mojang/datafixers/types/families/TypeFamily; 2 member ; # com/mojang/datafixers/types/templates/Hook$$Lambda+0x000001d6818e3178 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 44 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818fb538 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 createCriterionTypes (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 133 argL0 ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818fb320 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 createCriterionTypes (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 118 argL0 ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818fb108 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 createCriterionTypes (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 15 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818faee8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 createCriterionTypes (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 8 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818facc8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 createCriterionTypes (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 1 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818faaa8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 23 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818fa888 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_6 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 8 member ; # net/minecraft/util/datafix/schemas/V1451_6$$Lambda+0x000001d6818fa668 +instanceKlass net/minecraft/util/datafix/schemas/V1451_6$2 +instanceKlass net/minecraft/util/datafix/schemas/V1451_6$1 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1495 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818fa000 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackSpawnEggFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/ItemStackSpawnEggFix$$Lambda+0x000001d6818ff9a8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1224 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ff780 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix ()V 30 argL0 ; # net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix$$Lambda+0x000001d6818ff2b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/ItemStackTheFlatteningFix$$Lambda+0x000001d6818ff088 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_4 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 12 argL0 ; # net/minecraft/util/datafix/schemas/V1451_4$$Lambda+0x000001d6818fee70 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1181 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818fec48 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityBlockStateFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/EntityBlockStateFix$$Lambda+0x000001d6818fe788 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 203 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fe568 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 190 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fe348 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 177 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fe128 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 164 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fdf08 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 151 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fdce8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 138 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fdac8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 125 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fd8a8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 112 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fd688 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 99 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fd468 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 86 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fd248 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 73 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fd028 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_3 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 32 member ; # net/minecraft/util/datafix/schemas/V1451_3$$Lambda+0x000001d6818fcde8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1138 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818fcbc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_2 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1451_2$$Lambda+0x000001d6818fc6e8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1109 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818fc4c0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 231 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818fc000 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/ints/IntObjectPair +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapIterator +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 214 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f7d68 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 197 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f7b40 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix lambda$static$3 (Ljava/util/HashMap;)V 10 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6818f8000 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 176 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f7918 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 159 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f76f0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 142 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f74c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix ()V 125 argL0 ; # net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$$Lambda+0x000001d6818f72a0 +instanceKlass @bci com/mojang/serialization/OptionalDynamic asString ()Lcom/mojang/serialization/DataResult; 1 argL0 ; # com/mojang/serialization/OptionalDynamic$$Lambda+0x000001d6818e1e58 +instanceKlass @bci com/mojang/serialization/Dynamic get (Ljava/lang/String;)Lcom/mojang/serialization/OptionalDynamic; 23 member ; # com/mojang/serialization/Dynamic$$Lambda+0x000001d6818e1c18 +instanceKlass net/minecraft/nbt/NbtOps$1 +instanceKlass net/minecraft/nbt/StringTag$1 +instanceKlass net/minecraft/nbt/StringTag +instanceKlass com/mojang/brigadier/StringReader +instanceKlass @bci dev/latvian/mods/rhino/type/TypeInfo of (Ljava/lang/Class;)Ldev/latvian/mods/rhino/type/TypeInfo; 159 argL0 ; # dev/latvian/mods/rhino/type/TypeInfo$$Lambda+0x000001d6818f6158 +instanceKlass dev/latvian/mods/rhino/type/TypeUtils +instanceKlass dev/latvian/mods/rhino/Context +instanceKlass dev/latvian/mods/rhino/type/TypeInfoBase +instanceKlass dev/latvian/mods/rhino/type/NoTypeInfo +instanceKlass dev/latvian/mods/rhino/type/TypeInfo +instanceKlass net/minecraft/nbt/CompoundTag$1 +instanceKlass net/minecraft/nbt/TagType$VariableSize +instanceKlass @bci net/minecraft/nbt/CompoundTag ()V 8 argL0 ; # net/minecraft/nbt/CompoundTag$$Lambda+0x000001d6818f31e0 +instanceKlass @bci net/minecraft/nbt/CompoundTag ()V 3 argL0 ; # net/minecraft/nbt/CompoundTag$$Lambda+0x000001d6818f2fa8 +instanceKlass @bci net/minecraft/nbt/TagParser ()V 170 argL0 ; # net/minecraft/nbt/TagParser$$Lambda+0x000001d6818f2d70 +instanceKlass dev/latvian/mods/rhino/Scriptable +instanceKlass dev/latvian/mods/rhino/IdEnumerationIterator +instanceKlass net/minecraft/nbt/TagType +instanceKlass @bci net/minecraft/nbt/TagParser ()V 165 argL0 ; # net/minecraft/nbt/TagParser$$Lambda+0x000001d6818f22f0 +instanceKlass @bci net/minecraft/nbt/TagParser ()V 82 argL0 ; # net/minecraft/nbt/TagParser$$Lambda+0x000001d6818f20b8 +instanceKlass @bci net/minecraft/nbt/TagParser ()V 67 argL0 ; # net/minecraft/nbt/TagParser$$Lambda+0x000001d6818f1ea0 +instanceKlass @bci net/minecraft/nbt/TagParser ()V 52 argL0 ; # net/minecraft/nbt/TagParser$$Lambda+0x000001d6818f1c88 +instanceKlass net/minecraft/nbt/TagParser +instanceKlass net/minecraft/nbt/NbtOps +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockStateData ()V 52 argL0 ; # net/minecraft/util/datafix/fixes/BlockStateData$$Lambda+0x000001d6818f11e8 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockStateData ()V 31 argL0 ; # net/minecraft/util/datafix/fixes/BlockStateData$$Lambda+0x000001d6818f0fc0 +instanceKlass net/minecraft/util/datafix/fixes/BlockStateData +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451_1 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V1451_1$$Lambda+0x000001d6818f0ba0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1080 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818f0978 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1451 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V1451$$Lambda+0x000001d6818f04c0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 1046 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818f0298 +instanceKlass @bci net/minecraft/util/datafix/fixes/OptionsKeyLwjgl3Fix ()V 7 argL0 ; # net/minecraft/util/datafix/fixes/OptionsKeyLwjgl3Fix$$Lambda+0x000001d6818efd00 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1125 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 39 argL0 ; # net/minecraft/util/datafix/schemas/V1125$$Lambda+0x000001d6818efae8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1125 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 26 argL0 ; # net/minecraft/util/datafix/schemas/V1125$$Lambda+0x000001d6818ef8d0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1125 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V1125$$Lambda+0x000001d6818ef6b0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 926 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ef488 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1022 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 40 member ; # net/minecraft/util/datafix/schemas/V1022$$Lambda+0x000001d6818eefd0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1022 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 26 member ; # net/minecraft/util/datafix/schemas/V1022$$Lambda+0x000001d6818eedb0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V1022 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 12 argL0 ; # net/minecraft/util/datafix/schemas/V1022$$Lambda+0x000001d6818eeb98 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 893 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ee970 +instanceKlass @bci net/minecraft/util/datafix/DataFixers createRenamer (Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/UnaryOperator; 2 member ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ee480 +instanceKlass @bci net/minecraft/util/datafix/schemas/V808 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V808$$Lambda+0x000001d6818ee260 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 734 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ee038 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityIdFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/EntityIdFix$$Lambda+0x000001d6818edb78 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 27 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ed958 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ed738 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 743 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ed4f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 705 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ed2b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 683 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ed078 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 597 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ece38 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 583 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ecbf8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 537 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ec9b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 523 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ec778 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 477 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ec538 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 415 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ec2f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 361 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ec0b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 339 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ebe78 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 312 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ebc38 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 299 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eb9f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 279 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eb7b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 266 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eb578 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 232 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eb338 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 219 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eb0f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 199 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eaeb8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 165 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eac78 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerThrowableProjectile (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818eaa58 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 117 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ea818 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 90 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ea5d8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 70 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ea398 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 29 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818ea158 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818e9f38 +instanceKlass @bci net/minecraft/util/datafix/schemas/V705 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 9 member ; # net/minecraft/util/datafix/schemas/V705$$Lambda+0x000001d6818e9cf8 +instanceKlass net/minecraft/util/datafix/schemas/V705$1 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 654 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e98b0 +instanceKlass @bci net/minecraft/util/datafix/fixes/BlockEntityIdFix ()V 3 argL0 ; # net/minecraft/util/datafix/fixes/BlockEntityIdFix$$Lambda+0x000001d6818e93f0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 28 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e91d0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 14 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e8fb0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 147 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e8d70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 64 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e8b30 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 30 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e88f0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e86d0 +instanceKlass net/minecraft/util/datafix/schemas/V704$1 +instanceKlass @bci net/minecraft/util/datafix/schemas/V704 ()V 0 argL0 ; # net/minecraft/util/datafix/schemas/V704$$Lambda+0x000001d6818e8298 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 626 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e7d90 +instanceKlass @bci net/minecraft/util/datafix/schemas/V703 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 72 member ; # net/minecraft/util/datafix/schemas/V703$$Lambda+0x000001d6818e7b70 +instanceKlass @bci net/minecraft/util/datafix/schemas/V703 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 59 member ; # net/minecraft/util/datafix/schemas/V703$$Lambda+0x000001d6818e7950 +instanceKlass @bci net/minecraft/util/datafix/schemas/V703 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 46 member ; # net/minecraft/util/datafix/schemas/V703$$Lambda+0x000001d6818e7730 +instanceKlass @bci net/minecraft/util/datafix/schemas/V703 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 33 member ; # net/minecraft/util/datafix/schemas/V703$$Lambda+0x000001d6818e7510 +instanceKlass @bci net/minecraft/util/datafix/schemas/V703 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 20 member ; # net/minecraft/util/datafix/schemas/V703$$Lambda+0x000001d6818e72f0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 598 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e70c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/EntityZombieSplitFix (Lcom/mojang/datafixers/schemas/Schema;)V 10 member ; # net/minecraft/util/datafix/fixes/EntityZombieSplitFix$$Lambda+0x000001d6818e6bf8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V702 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 24 member ; # net/minecraft/util/datafix/schemas/V702$$Lambda+0x000001d6818e69d8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V702 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V702$$Lambda+0x000001d6818e6798 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 571 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e6570 +instanceKlass @bci net/minecraft/util/datafix/schemas/V701 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V701$$Lambda+0x000001d6818e60b8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 543 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e5e90 +instanceKlass @bci net/minecraft/util/datafix/schemas/V700 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V700$$Lambda+0x000001d6818e59d8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 515 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e57b0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 460 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e4dc0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V501 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 11 member ; # net/minecraft/util/datafix/schemas/V501$$Lambda+0x000001d6818e4ba0 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 413 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e4978 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 333 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818e44b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V135 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 27 member ; # net/minecraft/util/datafix/schemas/V135$$Lambda+0x000001d6818e4000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V135 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V135$$Lambda+0x000001d6818cfd78 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 305 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818cfb50 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 153 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818cf690 +instanceKlass @bci net/minecraft/util/datafix/schemas/V106 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V106$$Lambda+0x000001d6818cf1d8 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 126 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818cefb0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemSpawnEggFix ()V 6 argL0 ; # net/minecraft/util/datafix/fixes/ItemSpawnEggFix$$Lambda+0x000001d6818ceaf0 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemPotionFix ()V 6 argL0 ; # net/minecraft/util/datafix/fixes/ItemPotionFix$$Lambda+0x000001d6818ce8c8 +instanceKlass @bci net/minecraft/util/datafix/fixes/ItemIdFix ()V 7 argL0 ; # net/minecraft/util/datafix/fixes/ItemIdFix$$Lambda+0x000001d6818ce6a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V102 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V102$$Lambda+0x000001d6818ce480 +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 63 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ce258 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/ints/IntAVLTreeSet$Entry +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 39 argL0 ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cdda8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 26 argL0 ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cdb90 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 13 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cd970 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 267 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cd730 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 247 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cd4f0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 227 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cd2b0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 74 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cd070 +instanceKlass @bci net/minecraft/util/datafix/schemas/V100 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V100$$Lambda+0x000001d6818cce50 +instanceKlass @bci com/mojang/datafixers/functions/PointFreeRule$CompRewrite together ([Lcom/mojang/datafixers/functions/PointFreeRule$CompRewrite;)Lcom/mojang/datafixers/functions/PointFreeRule$CompRewrite; 1 member ; # com/mojang/datafixers/functions/PointFreeRule$CompRewrite$$Lambda+0x000001d6818dd000 +instanceKlass com/mojang/datafixers/functions/PointFree +instanceKlass com/mojang/datafixers/functions/PointFreeRule$CompRewrite +instanceKlass @bci com/mojang/datafixers/DataFixerUpper ()V 12 argL0 ; # com/mojang/datafixers/DataFixerUpper$$Lambda+0x000001d6818dba00 +instanceKlass com/mojang/datafixers/functions/PointFreeRule +instanceKlass com/mojang/datafixers/DataFixerUpper +instanceKlass com/mojang/datafixers/DataFixer +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 15 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818ccc28 +instanceKlass it/unimi/dsi/fastutil/ints/AbstractInt2ObjectMap$BasicEntry +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectMap$Entry +instanceKlass @bci com/mojang/datafixers/types/templates/CompoundList apply (Lcom/mojang/datafixers/types/families/TypeFamily;)Lcom/mojang/datafixers/types/families/TypeFamily; 2 member ; # com/mojang/datafixers/types/templates/CompoundList$$Lambda+0x000001d6818daa60 +instanceKlass com/mojang/datafixers/types/templates/RecursivePoint$1 +instanceKlass @bci com/mojang/datafixers/types/families/RecursiveTypeFamily lambda$apply$2 (I)Lcom/mojang/datafixers/types/templates/RecursivePoint$RecursivePointType; 8 member ; # com/mojang/datafixers/types/families/RecursiveTypeFamily$$Lambda+0x000001d6818da0d8 +instanceKlass @bci com/mojang/datafixers/types/families/RecursiveTypeFamily apply (I)Lcom/mojang/datafixers/types/templates/RecursivePoint$RecursivePointType; 18 member ; # com/mojang/datafixers/types/families/RecursiveTypeFamily$$Lambda+0x000001d6818d9c08 +instanceKlass com/mojang/datafixers/types/templates/List$1 +instanceKlass com/mojang/datafixers/types/templates/Sum$1 +instanceKlass com/mojang/datafixers/types/templates/Tag$1 +instanceKlass com/mojang/datafixers/types/templates/Product$1 +instanceKlass com/mojang/datafixers/types/templates/Const$1 +instanceKlass @bci com/mojang/datafixers/types/templates/Named apply (Lcom/mojang/datafixers/types/families/TypeFamily;)Lcom/mojang/datafixers/types/families/TypeFamily; 2 member ; # com/mojang/datafixers/types/templates/Named$$Lambda+0x000001d6818d8c30 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6818dcc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6818dc800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6818dc400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6818dc000 +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectFunctions$SynchronizedFunction +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectMaps +instanceKlass com/google/common/collect/MapMakerInternalMap$StrongValueEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueEntry$Helper +instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$1 +instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntryHelper +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakValueReference +instanceKlass com/google/common/collect/Interners$InternerImpl +instanceKlass com/google/common/collect/MapMaker +instanceKlass com/google/common/collect/Interner +instanceKlass com/google/common/collect/Interners$InternerBuilder +instanceKlass com/google/common/collect/Interners +instanceKlass com/mojang/datafixers/types/families/Algebra +instanceKlass com/mojang/datafixers/types/families/RecursiveTypeFamily +instanceKlass @bci com/mojang/datafixers/schemas/Schema buildTypes ()Ljava/util/Map; 93 argL0 ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d6818d2be0 +instanceKlass com/mojang/datafixers/types/templates/Hook$HookFunction$1 +instanceKlass @bci com/mojang/datafixers/DSL and (Ljava/util/List;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 78 argL0 ; # com/mojang/datafixers/DSL$$Lambda+0x000001d6818d2558 +instanceKlass @bci com/mojang/datafixers/DSL optionalFields ([Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 4 argL0 ; # com/mojang/datafixers/DSL$$Lambda+0x000001d6818d2320 +instanceKlass java/util/stream/ReduceOps$6ReducingSink +instanceKlass @bci java/util/stream/IntPipeline max ()Ljava/util/OptionalInt; 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001d68187d8e8 +instanceKlass @bci com/mojang/datafixers/types/templates/TaggedChoice (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;)V 38 argL0 ; # com/mojang/datafixers/types/templates/TaggedChoice$$Lambda+0x000001d6818d1cc8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapSpliterator +instanceKlass com/mojang/datafixers/types/templates/TaggedChoice +instanceKlass net/minecraft/util/datafix/schemas/NamespacedSchema$1 +instanceKlass com/mojang/datafixers/optics/Optic +instanceKlass @bci com/mojang/datafixers/util/Pair toMap ()Ljava/util/stream/Collector; 5 argL0 ; # com/mojang/datafixers/util/Pair$$Lambda+0x000001d6818c7460 +instanceKlass @bci com/mojang/datafixers/util/Pair toMap ()Ljava/util/stream/Collector; 0 argL0 ; # com/mojang/datafixers/util/Pair$$Lambda+0x000001d6818c7228 +instanceKlass @bci com/mojang/datafixers/DSL taggedChoiceLazy (Ljava/lang/String;Lcom/mojang/datafixers/types/Type;Ljava/util/Map;)Lcom/mojang/datafixers/types/templates/TaggedChoice; 13 argL0 ; # com/mojang/datafixers/DSL$$Lambda+0x000001d6818c6ff0 +instanceKlass com/mojang/datafixers/types/Type$TypeMatcher +instanceKlass com/mojang/datafixers/FieldFinder +instanceKlass com/mojang/datafixers/DSL$Instances +instanceKlass @bci com/mojang/datafixers/schemas/Schema resolveTemplate (Ljava/lang/String;)Lcom/mojang/datafixers/types/templates/TypeTemplate; 6 member ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d6818c61b0 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/objects/ObjectIntPair +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntMap$Entry +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 393 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cc188 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 380 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cbf68 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 366 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cbd50 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 353 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cbb30 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 339 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cb918 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 326 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cb700 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 313 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cb4e8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 300 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cb2d0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 287 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cb0b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 274 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818caea0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 261 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818cac80 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 247 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818caa60 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 233 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818ca848 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 220 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818ca630 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 207 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818ca418 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 194 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818ca200 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 181 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9fe8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 168 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9dd0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 155 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9bb8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 142 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c99a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 129 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9788 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 116 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9570 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 103 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9350 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 89 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c9130 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 75 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8f18 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 62 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8cf8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 48 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8ad8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 33 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c88b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 19 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8698 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerTypes (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V 5 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8480 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 174 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8240 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 72 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818c8000 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 34 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bfbd8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bf9b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 577 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bf778 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 555 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bf538 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 533 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bf2f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 359 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bf0b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerMob (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bee98 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 265 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bec58 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 251 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bea38 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 224 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818be7f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerMinecart (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818be5d8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 204 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818be3b8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 184 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818be178 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 171 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bdf38 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 144 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bdcf8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 124 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bdab8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 76 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bd878 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 63 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bd638 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 50 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bd3f8 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerThrowableProjectile (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V 4 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bd1d8 +instanceKlass @bci com/mojang/datafixers/schemas/Schema registerSimple (Ljava/util/Map;Ljava/lang/String;)V 3 argL0 ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d6818c5760 +instanceKlass com/mojang/datafixers/OpticFinder +instanceKlass com/mojang/datafixers/DSL +instanceKlass @bci com/mojang/datafixers/schemas/Schema register (Ljava/util/Map;Ljava/lang/String;Ljava/util/function/Function;)V 5 member ; # com/mojang/datafixers/schemas/Schema$$Lambda+0x000001d6818c42a0 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; 9 member ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bcf98 +instanceKlass net/minecraft/util/datafix/schemas/V99$1 +instanceKlass @bci net/minecraft/util/datafix/schemas/V99 ()V 9 argL0 ; # net/minecraft/util/datafix/schemas/V99$$Lambda+0x000001d6818bcb50 +instanceKlass com/mojang/datafixers/DataFixUtils +instanceKlass @bci net/minecraft/util/datafix/DataFixers addFixers (Lcom/mojang/datafixers/DataFixerBuilder;)V 3 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818bc928 +instanceKlass com/mojang/datafixers/types/templates/TypeTemplate +instanceKlass com/mojang/datafixers/types/templates/Hook$HookFunction +instanceKlass it/unimi/dsi/fastutil/ints/IntBidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/ints/IntIterator +instanceKlass it/unimi/dsi/fastutil/ints/IntSortedSet +instanceKlass it/unimi/dsi/fastutil/ints/IntBidirectionalIterable +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectSortedMap +instanceKlass com/mojang/datafixers/DataFixerBuilder +instanceKlass @bci net/minecraft/util/datafix/DataFixers ()V 8 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818bc468 +instanceKlass com/mojang/datafixers/types/Type +instanceKlass @bci net/minecraft/util/datafix/DataFixers ()V 0 argL0 ; # net/minecraft/util/datafix/DataFixers$$Lambda+0x000001d6818bbfa8 +instanceKlass com/mojang/datafixers/types/families/TypeFamily +instanceKlass com/mojang/datafixers/schemas/Schema +instanceKlass com/mojang/datafixers/DataFix +instanceKlass net/minecraft/util/datafix/DataFixers +instanceKlass net/minecraft/util/datafix/fixes/References$1 +instanceKlass com/mojang/datafixers/DSL$TypeReference +instanceKlass net/minecraft/util/datafix/fixes/References +instanceKlass umpaz/brewinandchewin/common/mixin/DataFixTypesAccessor +instanceKlass java/time/LocalTime$1 +instanceKlass java/time/format/Parsed +instanceKlass java/time/format/DateTimeParseContext +instanceKlass @bci java/time/ZonedDateTime parse (Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/ZonedDateTime; 10 argL0 ; # java/time/ZonedDateTime$$Lambda+0x000001d68187d278 +instanceKlass net/minecraft/world/level/storage/DataVersion +instanceKlass net/minecraft/DetectedVersion +instanceKlass net/minecraft/WorldVersion +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 404 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681896890 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 341 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681896658 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 294 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681896420 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 263 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d6818961e8 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 232 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681895fb0 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 201 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681895d78 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 186 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681895b40 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 171 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681895908 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapIterator +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapIterator +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapIterator +instanceKlass @bci net/neoforged/neoforge/common/util/InsertingContents ()V 26 argL0 ; # net/neoforged/neoforge/common/util/InsertingContents$$Lambda+0x000001d681895500 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance lambda$lift1$2 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 27 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d681898240 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance lambda$lift1$2 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 18 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d681898000 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance lift1 (Lcom/mojang/datafixers/kinds/App;)Ljava/util/function/Function; 2 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d68183fbb0 +instanceKlass @bci net/neoforged/neoforge/common/util/InsertingContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 23 argL0 ; # net/neoforged/neoforge/common/util/InsertingContents$$Lambda+0x000001d6818952c8 +instanceKlass com/mojang/datafixers/Products$P1 +instanceKlass @bci net/neoforged/neoforge/common/util/InsertingContents lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 11 argL0 ; # net/neoforged/neoforge/common/util/InsertingContents$$Lambda+0x000001d681895090 +instanceKlass @bci net/neoforged/neoforge/common/util/InsertingContents ()V 0 argL0 ; # net/neoforged/neoforge/common/util/InsertingContents$$Lambda+0x000001d681894e58 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents decompose ()V 84 member ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d6818949f0 +instanceKlass net/minecraft/server/packs/resources/ResourceManager +instanceKlass net/minecraft/server/packs/resources/ResourceProvider +instanceKlass net/neoforged/neoforge/server/LanguageHook +instanceKlass @bci net/minecraft/locale/Language loadDefault ()Lnet/minecraft/locale/Language; 31 member ; # net/minecraft/locale/Language$$Lambda+0x000001d6818941d0 +instanceKlass @bci net/minecraft/locale/Language loadDefault ()Lnet/minecraft/locale/Language; 10 member ; # net/minecraft/locale/Language$$Lambda+0x000001d681893fa0 +instanceKlass net/minecraft/locale/Language +instanceKlass @bci com/llamalad7/mixinextras/wrapper/WrapperInjectionInfo latePostInject ()V 21 member ; # com/llamalad7/mixinextras/wrapper/WrapperInjectionInfo$$Lambda+0x000001d6818938f8 +instanceKlass com/llamalad7/mixinextras/utils/ProxyUtils +instanceKlass @bci net/minecraft/network/chat/FormattedText getString ()Ljava/lang/String; 10 member ; # net/minecraft/network/chat/FormattedText$$Lambda+0x000001d6818934d8 +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2IntFunction +instanceKlass @bci traben/entity_texture_features/ETF config ()Ltraben/tconfig/TConfigHandler; 10 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d6818917a0 +instanceKlass net/minecraft/core/Position +instanceKlass net/minecraft/client/gui/components/AbstractSelectionList$Entry +instanceKlass traben/tconfig/TConfig +instanceKlass traben/tconfig/TConfigHandler +instanceKlass @bci traben/entity_texture_features/ETF ()V 17 argL0 ; # traben/entity_texture_features/ETF$$Lambda+0x000001d68188d008 +instanceKlass traben/entity_texture_features/utils/ETFEntity +instanceKlass traben/entity_texture_features/features/state/ETFEntityRenderState$ETFRenderStateInit +instanceKlass traben/entity_texture_features/features/state/ETFEntityRenderState +instanceKlass traben/entity_texture_features/ETF +instanceKlass @bci me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder ()V 0 argL0 ; # me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder$$Lambda+0x000001d68188a938 +instanceKlass me/pepperbell/continuity/client/util/BooleanState +instanceKlass me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder +instanceKlass @bci net/minecraft/util/FormattedCharSequence ()V 0 argL0 ; # net/minecraft/util/FormattedCharSequence$$Lambda+0x000001d68188a308 +instanceKlass net/minecraft/util/FormattedCharSink +instanceKlass @bci net/minecraft/resources/ResourceLocation ()V 50 argL0 ; # net/minecraft/resources/ResourceLocation$$Lambda+0x000001d681889ed8 +instanceKlass @bci net/minecraft/resources/ResourceLocation ()V 45 argL0 ; # net/minecraft/resources/ResourceLocation$$Lambda+0x000001d681889ca0 +instanceKlass com/mojang/serialization/Codec$1 +instanceKlass @bci net/minecraft/resources/ResourceLocation ()V 24 argL0 ; # net/minecraft/resources/ResourceLocation$$Lambda+0x000001d681889a68 +instanceKlass @bci net/minecraft/resources/ResourceLocation ()V 19 argL0 ; # net/minecraft/resources/ResourceLocation$$Lambda+0x000001d681889830 +instanceKlass com/mojang/brigadier/ImmutableStringReader +instanceKlass net/minecraft/network/chat/FormattedText$2 +instanceKlass net/minecraft/network/chat/FormattedText$1 +instanceKlass @bci com/mojang/serialization/Codec unit (Ljava/lang/Object;)Lcom/mojang/serialization/Codec; 1 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d68183d130 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 67 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d6818886a8 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 55 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d681888470 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d681888238 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents lambda$static$7 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d681888000 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents ()V 50 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d681887d30 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents ()V 37 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d681887af8 +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents ()V 32 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d6818878c0 +instanceKlass net/minecraft/network/chat/ComponentSerialization$1 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodec (Lcom/mojang/serialization/Codec;Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 11 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d6818870c8 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodec (Lcom/mojang/serialization/Codec;Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 5 member ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681886e88 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodecTrusted (Lcom/mojang/serialization/Codec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681886c70 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization ()V 51 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d681886a58 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodecWithRegistriesTrusted (Lcom/mojang/serialization/Codec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681886840 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$20 +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization ()V 26 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d681886360 +instanceKlass net/minecraft/network/codec/StreamCodec$CodecOperation +instanceKlass net/minecraft/network/codec/ByteBufCodecs$19 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs fromCodecWithRegistries (Lcom/mojang/serialization/Codec;)Lnet/minecraft/network/codec/StreamCodec; 1 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681885c88 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$15 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$14 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$13 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$12 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$11 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs ()V 142 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681884cb0 +instanceKlass net/minecraft/network/codec/StreamCodec$4 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs compoundTagCodec (Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 9 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d6818847c0 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs compoundTagCodec (Ljava/util/function/Supplier;)Lnet/minecraft/network/codec/StreamCodec; 4 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681884588 +instanceKlass net/minecraft/nbt/CompoundTag +instanceKlass com/ishland/c2me/base/mixin/access/INbtCompound +instanceKlass io/wispforest/endec/util/MapCarrier +instanceKlass dev/latvian/mods/rhino/util/CustomJavaToJsWrapper +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs ()V 131 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681883a28 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs ()V 120 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681883810 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$18 +instanceKlass @bci net/minecraft/network/codec/ByteBufCodecs ()V 109 argL0 ; # net/minecraft/network/codec/ByteBufCodecs$$Lambda+0x000001d681882e80 +instanceKlass net/minecraft/nbt/NbtAccounter +instanceKlass com/simibubi/create/foundation/mixin/accessor/NbtAccounterAccessor +instanceKlass com/connectivity/networkstats/IModifyAbleNbtAccounter +instanceKlass net/minecraft/network/codec/ByteBufCodecs$17 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$10 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$9 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$8 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$7 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$6 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$5 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$4 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$3 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$2 +instanceKlass net/minecraft/network/codec/ByteBufCodecs$1 +instanceKlass net/minecraft/core/IdMap +instanceKlass net/minecraft/nbt/Tag +instanceKlass net/minecraft/network/codec/ByteBufCodecs +instanceKlass @bci com/mojang/serialization/Codec$RecursiveCodec (Ljava/lang/String;Ljava/util/function/Function;)V 12 member ; # com/mojang/serialization/Codec$RecursiveCodec$$Lambda+0x000001d68183c7f0 +instanceKlass com/mojang/serialization/Codec$RecursiveCodec +instanceKlass @bci net/minecraft/network/chat/ComponentSerialization ()V 3 argL0 ; # net/minecraft/network/chat/ComponentSerialization$$Lambda+0x000001d68183bd80 +instanceKlass net/minecraft/network/chat/ComponentSerialization +instanceKlass org/spongepowered/asm/util/SignaturePrinter +instanceKlass @bci net/minecraft/network/chat/contents/TranslatableContents ()V 10 argL0 ; # net/minecraft/network/chat/contents/TranslatableContents$$Lambda+0x000001d68183b188 +instanceKlass net/minecraft/network/chat/contents/TranslatableContents +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 124 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183aa80 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 109 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183a868 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 94 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183a650 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 79 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183a438 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 64 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183a220 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 49 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d68183a008 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 34 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681839df0 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 19 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d681839bd8 +instanceKlass @bci net/minecraft/commands/BrigadierExceptions ()V 4 argL0 ; # net/minecraft/commands/BrigadierExceptions$$Lambda+0x000001d6818399c0 +instanceKlass net/minecraft/commands/BrigadierExceptions +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 434 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d6818393c8 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 362 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681839190 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 309 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681838f58 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 275 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681838d20 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 241 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681838ae8 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 207 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d6818388b0 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 192 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681838678 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 177 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681838440 +instanceKlass com/mojang/brigadier/LiteralMessage +instanceKlass com/mojang/brigadier/exceptions/SimpleCommandExceptionType +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 124 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681830c30 +instanceKlass com/mojang/brigadier/exceptions/DynamicCommandExceptionType +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 109 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681830800 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 94 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831c90 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 79 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831a78 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 64 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831860 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 49 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831648 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 34 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831430 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 19 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831218 +instanceKlass @bci com/mojang/brigadier/exceptions/BuiltInExceptions ()V 4 argL0 ; # com/mojang/brigadier/exceptions/BuiltInExceptions$$Lambda+0x000001d681831000 +instanceKlass com/mojang/brigadier/exceptions/Dynamic2CommandExceptionType$Function +instanceKlass com/mojang/brigadier/exceptions/Dynamic2CommandExceptionType +instanceKlass com/mojang/brigadier/exceptions/CommandExceptionType +instanceKlass com/mojang/brigadier/exceptions/BuiltInExceptions +instanceKlass javax/security/cert/Certificate +instanceKlass io/netty/util/AsciiString +instanceKlass io/netty/util/internal/EmptyArrays +instanceKlass org/apache/logging/log4j/message/TimestampMessage +instanceKlass org/apache/logging/log4j/message/AsynchronouslyFormattable +instanceKlass org/apache/logging/log4j/core/async/InternalAsyncUtil +instanceKlass org/slf4j/helpers/FormattingTuple +instanceKlass org/slf4j/helpers/NormalizedParameters +instanceKlass org/slf4j/helpers/MessageFormatter +instanceKlass io/netty/util/ResourceLeakTracker +instanceKlass io/netty/util/ResourceLeak +instanceKlass io/netty/util/ResourceLeakDetector +instanceKlass @bci net/minecraft/SharedConstants ()V 57 argL0 ; # net/minecraft/SharedConstants$$Lambda+0x000001d681837078 +instanceKlass com/mojang/brigadier/exceptions/BuiltInExceptionProvider +instanceKlass net/minecraft/SharedConstants +instanceKlass @bci net/minecraft/client/telemetry/events/GameLoadTimesEvent beginStep (Lnet/minecraft/client/telemetry/TelemetryProperty;Lcom/google/common/base/Stopwatch;)V 3 member ; # net/minecraft/client/telemetry/events/GameLoadTimesEvent$$Lambda+0x000001d681836a40 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty makeLong (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681836828 +instanceKlass @cpi net/minecraft/client/telemetry/TelemetryProperty 175 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681830400 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty gameLoadMeasurement (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681836610 +instanceKlass @bci net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement ()V 8 argL0 ; # net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement$$Lambda+0x000001d6818363d8 +instanceKlass @bci net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement ()V 3 argL0 ; # net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement$$Lambda+0x000001d6818361a0 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty longSamples (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 23 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681835d88 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty longSamples (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 10 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681835b50 +instanceKlass it/unimi/dsi/fastutil/longs/LongListIterator +instanceKlass it/unimi/dsi/fastutil/longs/LongBidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/longs/LongSpliterator +instanceKlass it/unimi/dsi/fastutil/longs/LongIterator +instanceKlass it/unimi/dsi/fastutil/longs/LongStack +instanceKlass it/unimi/dsi/fastutil/longs/LongList +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty integer (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681835938 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty ()V 196 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681835720 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty$GameMode ()V 88 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$GameMode$$Lambda+0x000001d681835508 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty ()V 176 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681834e80 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty ()V 144 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681834c68 +instanceKlass net/minecraft/util/ExtraCodecs$2 +instanceKlass @bci net/minecraft/util/ExtraCodecs idResolverCodec (Ljava/util/function/ToIntFunction;Ljava/util/function/IntFunction;I)Lcom/mojang/serialization/Codec; 11 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681834478 +instanceKlass @bci net/minecraft/util/ExtraCodecs idResolverCodec (Ljava/util/function/ToIntFunction;Ljava/util/function/IntFunction;I)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681834238 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 521 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681834000 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 505 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182bc80 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 500 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182ba48 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 484 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182b810 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$75 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 40 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182b5e8 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$75 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 28 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182b3b0 +instanceKlass com/google/common/collect/LinkedHashMultimap$ValueSetLink +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 470 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182b178 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$72 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182af50 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$72 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182ad18 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$72 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182aae0 +instanceKlass com/mojang/authlib/GameProfile +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 459 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182a688 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 446 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182a450 +instanceKlass @bci com/mojang/serialization/Codec string (II)Lcom/mojang/serialization/Codec; 5 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d68182c638 +instanceKlass @cpi org/betterx/wover/math/api/valueproviders/Vec3iProvider 163 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681830000 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 427 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68182a218 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 422 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681829fe0 +instanceKlass com/google/common/collect/ForwardingObject +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap3 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 51 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d681827b18 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap3 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 37 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d6818278d8 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$64 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 62 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681829a40 +instanceKlass com/mojang/datafixers/util/Function3 +instanceKlass com/mojang/datafixers/Products$P3 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$64 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 50 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681829808 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$64 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6818295d0 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$64 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681829398 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 386 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828f58 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 373 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828d20 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 368 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828ae8 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 357 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6818288b0 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 349 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828678 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 336 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828440 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 331 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681828000 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 315 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681823d60 +instanceKlass org/apache/commons/lang3/text/translate/CharSequenceTranslator +instanceKlass org/apache/commons/lang3/StringEscapeUtils +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 310 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681823b28 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 294 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6818238f0 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 289 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d6818236b8 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 270 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681823480 +instanceKlass @bci net/minecraft/util/ExtraCodecs temporalCodec (Ljava/time/format/DateTimeFormatter;)Lcom/mojang/serialization/Codec; 15 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681823240 +instanceKlass @bci net/minecraft/util/ExtraCodecs temporalCodec (Ljava/time/format/DateTimeFormatter;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681823000 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 251 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181fd08 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 246 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181fad0 +instanceKlass @bci net/minecraft/util/ExtraCodecs floatRangeMinExclusiveWithMessage (FFLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 6 ; # java/lang/invoke/LambdaForm$MH+0x000001d681822c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681822800 +instanceKlass @cpi net/orcinus/galosphere/world/gen/processors/decorations/ChiseledBookshelfProcessor 362 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681822400 +instanceKlass @bci net/minecraft/util/ExtraCodecs floatRangeMinExclusiveWithMessage (FFLjava/util/function/Function;)Lcom/mojang/serialization/Codec; 6 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181f890 +instanceKlass @cpi net/minecraft/util/ExtraCodecs 401 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681822000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681821c00 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 232 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181f658 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 217 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181f420 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D clamp (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;II)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 ; # java/lang/invoke/LambdaForm$MH+0x000001d681821800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681821400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D clamp (Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D;II)Lnet/mehvahdjukaar/moonlight/api/resources/textures/Sampler2D; 3 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681821000 +instanceKlass @bci net/minecraft/util/ExtraCodecs intRangeWithMessage (IILjava/util/function/Function;)Lcom/mojang/serialization/Codec; 6 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181f1e0 +instanceKlass @cpi net/minecraft/util/ExtraCodecs 363 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681820c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681820800 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 202 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181efa8 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 185 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181ed70 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 180 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181eb38 +instanceKlass com/google/common/primitives/UnsignedBytes +instanceKlass @bci com/mojang/serialization/Codec withAlternative (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 11 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d681826678 +instanceKlass @bci com/mojang/serialization/Codec withAlternative (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 6 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d681826438 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 166 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181e900 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 147 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181e6c8 +instanceKlass org/joml/Matrix4f +instanceKlass org/joml/Matrix4fc +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 142 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181e490 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 118 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181e258 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 113 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181e020 +instanceKlass org/joml/Vector4dc +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap2 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 40 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d68181bbb0 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap2 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 28 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d68181b970 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 43 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181ddf8 +instanceKlass @cpi io/wispforest/accessories/utils/EndecUtils 995 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681820400 +instanceKlass com/mojang/datafixers/Products$P2 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 31 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181dbc0 +instanceKlass @bci net/minecraft/util/ExtraCodecs lambda$static$13 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 12 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181d988 +instanceKlass org/joml/AxisAngle4f +instanceKlass @bci com/mojang/serialization/Codec fieldOf (Ljava/lang/String;)Lcom/mojang/serialization/MapCodec; 12 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d68181b248 +instanceKlass @cpi net/puffish/skillsmod/api/calculation/operation/OperationFactory 54 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681820000 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 96 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181d750 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 83 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181d518 +instanceKlass org/joml/Quaternionf +instanceKlass org/joml/Quaternionfc +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 78 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181d2e0 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 57 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181d0a8 +instanceKlass org/joml/Vector4f +instanceKlass org/joml/Vector4fc +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 52 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181ce70 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 31 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181cc38 +instanceKlass @bci net/minecraft/util/ExtraCodecs ()V 26 argL0 ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181ca00 +instanceKlass com/mojang/serialization/JavaOps +instanceKlass @bci net/minecraft/util/ExtraCodecs converter (Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/Codec; 10 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d68181c7c0 +instanceKlass @bci net/minecraft/util/ExtraCodecs converter (Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/Codec; 4 member ; # net/minecraft/util/ExtraCodecs$$Lambda+0x000001d681813c48 +instanceKlass com/mojang/serialization/DynamicLike +instanceKlass it/unimi/dsi/fastutil/floats/FloatList +instanceKlass it/unimi/dsi/fastutil/floats/FloatCollection +instanceKlass it/unimi/dsi/fastutil/floats/FloatIterable +instanceKlass net/minecraft/util/ExtraCodecs +instanceKlass @bci net/minecraft/util/StringRepresentable$StringRepresentableCodec ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;Ljava/util/function/ToIntFunction;)V 16 member ; # net/minecraft/util/StringRepresentable$StringRepresentableCodec$$Lambda+0x000001d681813448 +instanceKlass com/mojang/serialization/Encoder$2 +instanceKlass @bci com/mojang/serialization/Codec stringResolver (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 10 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d681811a40 +instanceKlass @bci com/mojang/serialization/Codec stringResolver (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec; 4 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d681811800 +instanceKlass @bci net/minecraft/util/StringRepresentable$StringRepresentableCodec ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;Ljava/util/function/ToIntFunction;)V 5 argL0 ; # net/minecraft/util/StringRepresentable$StringRepresentableCodec$$Lambda+0x000001d681813210 +instanceKlass @bci net/minecraft/util/StringRepresentable$EnumCodec ([Ljava/lang/Enum;Ljava/util/function/Function;)V 3 argL0 ; # net/minecraft/util/StringRepresentable$EnumCodec$$Lambda+0x000001d681812ff8 +instanceKlass net/minecraft/util/StringRepresentable$StringRepresentableCodec +instanceKlass @bci net/minecraft/util/StringRepresentable createNameLookup ([Lnet/minecraft/util/StringRepresentable;Ljava/util/function/Function;)Ljava/util/function/Function; 43 member ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681812238 +instanceKlass @bci net/minecraft/util/StringRepresentable fromEnum (Ljava/util/function/Supplier;)Lnet/minecraft/util/StringRepresentable$EnumCodec; 1 argL0 ; # net/minecraft/util/StringRepresentable$$Lambda+0x000001d681812000 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty$ServerType ()V 51 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$ServerType$$Lambda+0x000001d681817d88 +instanceKlass net/minecraft/util/StringRepresentable +instanceKlass dev/latvian/mods/rhino/util/RemappedEnumConstant +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty bool (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681816f30 +instanceKlass @cpi net/minecraft/client/telemetry/TelemetryProperty 121 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681811400 +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty uuid (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681816d18 +instanceKlass net/minecraft/core/UUIDUtil$1 +instanceKlass @bci com/mojang/serialization/Codec withAlternative (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 10 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d68180bd50 +instanceKlass @bci com/mojang/serialization/Codec withAlternative (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; 5 argL0 ; # com/mojang/serialization/Codec$$Lambda+0x000001d68180bb18 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 98 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681816820 +instanceKlass com/mojang/util/UndashedUuid +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 93 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d6818163e8 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 77 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d6818161b0 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 72 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815f78 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 56 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815d40 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 51 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815b08 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 32 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d6818158d0 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 27 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815698 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 8 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815460 +instanceKlass @bci net/minecraft/core/UUIDUtil ()V 3 argL0 ; # net/minecraft/core/UUIDUtil$$Lambda+0x000001d681815228 +instanceKlass net/minecraft/network/codec/StreamCodec +instanceKlass net/minecraft/network/codec/StreamEncoder +instanceKlass net/minecraft/network/codec/StreamDecoder +instanceKlass net/minecraft/core/UUIDUtil +instanceKlass @bci net/minecraft/client/telemetry/TelemetryProperty string (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/telemetry/TelemetryProperty; 5 argL0 ; # net/minecraft/client/telemetry/TelemetryProperty$$Lambda+0x000001d681814828 +instanceKlass com/mojang/authlib/minecraft/TelemetryPropertyContainer +instanceKlass net/minecraft/client/telemetry/TelemetryProperty$Exporter +instanceKlass net/minecraft/client/telemetry/events/GameLoadTimesEvent +instanceKlass @bci net/minecraft/server/Bootstrap handler$zma000$modernfix$printStartTime (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 34 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681811000 +instanceKlass @bci net/minecraft/server/Bootstrap handler$zma000$modernfix$printStartTime (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V 34 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681810c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681810800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681810400 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681810000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681808400 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/services/ShaderDetector hasEuphoriaFile (Ljava/nio/file/Path;)Z 20 argL0 ; # com/euphoriapatches/euphoria_patcher/services/ShaderDetector$$Lambda+0x000001d681808c68 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/services/ShaderDetector hasEuphoriaFile (Ljava/nio/file/Path;)Z 10 argL0 ; # com/euphoriapatches/euphoria_patcher/services/ShaderDetector$$Lambda+0x000001d681808a20 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/services/ShaderDetector checkForExistingPatchedShaders (Lcom/euphoriapatches/euphoria_patcher/services/ShaderDetector$ShaderInfo;)V 10 member ; # com/euphoriapatches/euphoria_patcher/services/ShaderDetector$$Lambda+0x000001d681808800 +instanceKlass com/euphoriapatches/euphoria_patcher/services/ShaderDetector$ShaderInfo +instanceKlass com/euphoriapatches/euphoria_patcher/services/ShaderPatchingService +instanceKlass com/euphoriapatches/euphoria_patcher/services/ShaderNamingService +instanceKlass java/util/concurrent/CompletionService +instanceKlass com/euphoriapatches/euphoria_patcher/services/ShaderValidator +instanceKlass com/euphoriapatches/euphoria_patcher/services/ShaderDetector +instanceKlass com/euphoriapatches/euphoria_patcher/util/ShaderVersionComparator +instanceKlass @bci com/euphoriapatches/euphoria_patcher/features/UpdateShaderConfig markAllEPSettingsFiles ()V 36 argL0 ; # com/euphoriapatches/euphoria_patcher/features/UpdateShaderConfig$$Lambda+0x000001d68180f930 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/features/UpdateShaderConfig ()V 10 argL0 ; # com/euphoriapatches/euphoria_patcher/features/UpdateShaderConfig$$Lambda+0x000001d68180f718 +instanceKlass com/euphoriapatches/euphoria_patcher/features/UpdateShaderConfig +instanceKlass com/euphoriapatches/euphoria_patcher/util/JsonUtilReader +instanceKlass net/irisshaders/iris/shaderpack/materialmap/NamespacedId +instanceKlass net/irisshaders/iris/IrisLogging +instanceKlass net/irisshaders/iris/pipeline/WorldRenderingPipeline +instanceKlass net/caffeinemc/mods/sodium/api/vertex/serializer/VertexSerializer +instanceKlass net/irisshaders/iris/gui/screen/HudHideable +instanceKlass org/spongepowered/include/com/google/common/io/Closer$SuppressingSuppressor +instanceKlass org/spongepowered/include/com/google/common/io/Closer$Suppressor +instanceKlass org/spongepowered/include/com/google/common/io/Closer +instanceKlass org/spongepowered/include/com/google/common/io/CharSink +instanceKlass org/spongepowered/include/com/google/common/io/ByteSink +instanceKlass org/spongepowered/include/com/google/common/io/ByteSource +instanceKlass org/spongepowered/include/com/google/common/io/LineProcessor +instanceKlass org/spongepowered/include/com/google/common/collect/TreeTraverser +instanceKlass org/spongepowered/include/com/google/common/io/Files +instanceKlass net/minecraft/client/gui/components/events/AbstractContainerEventHandler +instanceKlass net/minecraft/client/gui/components/events/ContainerEventHandler +instanceKlass net/minecraft/client/gui/components/events/GuiEventListener +instanceKlass net/minecraft/client/gui/components/TabOrderedElement +instanceKlass io/wispforest/owo/util/pond/OwoScreenExtension +instanceKlass net/createmod/ponder/mixin/client/accessor/ScreenAccessor +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/screen/CustomizableScreen +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinScreen +instanceKlass dev/tr7zw/trender/gui/impl/mixin/client/ScreenAccessor +instanceKlass io/wispforest/owo/mixin/ScreenAccessor +instanceKlass com/wabbanode/companion/mixin/client/ScreenAccessor +instanceKlass de/keksuccino/konkrete/mixin/mixins/client/IMixinScreen +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/ScreenAccessor +instanceKlass net/mehvahdjukaar/polytone/slotify/SlotifyScreen +instanceKlass com/aetherteam/cumulus/mixin/mixins/client/accessor/ScreenAccessor +instanceKlass org/spongepowered/asm/mixin/transformer/meta/MixinProxy +instanceKlass net/fabricmc/fabric/mixin/screen/ScreenAccessor +instanceKlass net/blay09/mods/balm/mixin/ScreenAccessor +instanceKlass net/fabricmc/fabric/impl/client/screen/ScreenExtensions +instanceKlass net/irisshaders/iris/Iris +instanceKlass com/euphoriapatches/euphoria_patcher/integration/ShaderLoader +instanceKlass com/euphoriapatches/euphoria_patcher/util/VersionComparator +instanceKlass sun/net/www/http/KeepAliveEntry +instanceKlass sun/net/www/http/KeepAliveCache$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/JsonParser +instanceKlass sun/net/www/http/Hurryable +instanceKlass sun/net/www/HeaderParser +instanceKlass sun/net/www/protocol/http/AuthCacheValue +instanceKlass sun/security/ssl/TransportContext$NotifyHandshake$1 +instanceKlass sun/security/ssl/TransportContext$NotifyHandshake +instanceKlass com/sun/crypto/provider/GaloisCounterMode$EncryptOp +instanceKlass sun/security/ssl/SSLBasicKeyDerivation$SecretSizeSpec +instanceKlass sun/security/ssl/SSLBasicKeyDerivation +instanceKlass sun/security/ssl/Finished$1 +instanceKlass sun/security/ssl/Finished$T13VerifyDataGenerator +instanceKlass sun/security/ssl/Finished$T12VerifyDataGenerator +instanceKlass sun/security/ssl/Finished$T10VerifyDataGenerator +instanceKlass sun/security/ssl/Finished$S30VerifyDataGenerator +instanceKlass sun/security/ssl/Finished$VerifyDataGenerator +instanceKlass sun/security/ssl/X509Authentication$X509Credentials +instanceKlass @bci sun/security/util/HostnameChecker hasIllegalWildcard (Ljava/lang/String;Z)Z 170 argL0 ; # sun/security/util/HostnameChecker$$Lambda+0x000001d6818773d0 +instanceKlass @bci sun/security/util/HostnameChecker hasIllegalWildcard (Ljava/lang/String;Z)Z 162 argL0 ; # sun/security/util/HostnameChecker$$Lambda+0x000001d681877188 +instanceKlass sun/security/util/DomainName$RegisteredDomainImpl +instanceKlass sun/security/util/DomainName$CommonMatch +instanceKlass sun/security/util/DomainName$Match +instanceKlass java/util/LinkedList$DescendingIterator +instanceKlass sun/security/util/DomainName$Rule +instanceKlass sun/security/util/DomainName$Rules$RuleSet +instanceKlass sun/security/util/DomainName$Rules$1 +instanceKlass @bci sun/security/util/DomainName$Rules getRules (Ljava/lang/String;)Lsun/security/util/DomainName$Rules; 19 member ; # sun/security/util/DomainName$Rules$$Lambda+0x000001d6818757d0 +instanceKlass sun/security/util/DomainName$Rules +instanceKlass sun/security/util/DomainName +instanceKlass sun/security/util/RegisteredDomain +instanceKlass sun/security/util/HostnameChecker +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681808000 +instanceKlass sun/security/util/AnchorCertificates$1 +instanceKlass sun/security/util/AnchorCertificates +instanceKlass sun/security/validator/SymantecTLSPolicy +instanceKlass sun/security/validator/CADistrustPolicy$2 +instanceKlass java/security/cert/PKIXCertPathValidatorResult +instanceKlass java/security/cert/CertPathValidatorResult +instanceKlass sun/security/util/math/IntegerModuloP$MultiplicativeInverser$Secp256R1Field +instanceKlass @bci sun/security/ec/ECDSASignature engineVerify ([B)Z 37 member ; # sun/security/ec/ECDSASignature$$Lambda+0x000001d681804e50 +instanceKlass @bci sun/security/ec/ECDSAOperations forParameters (Ljava/security/spec/ECParameterSpec;)Ljava/util/Optional; 7 member ; # sun/security/ec/ECDSAOperations$$Lambda+0x000001d681804c10 +instanceKlass sun/security/ec/ECDSAOperations +instanceKlass java/security/interfaces/DSAPublicKey +instanceKlass java/security/interfaces/DSAKey +instanceKlass sun/security/provider/certpath/CertPathConstraintsParameters +instanceKlass sun/security/provider/certpath/PKIXMasterCertPathValidator +instanceKlass sun/security/provider/certpath/PolicyNodeImpl +instanceKlass java/security/cert/PolicyNode +instanceKlass sun/security/util/DisabledAlgorithmConstraints$CertPathHolder +instanceKlass @bci sun/security/x509/X509CertImpl getFingerprint (Ljava/lang/String;Lsun/security/util/Debug;)Ljava/lang/String; 7 member ; # sun/security/x509/X509CertImpl$$Lambda+0x000001d681871738 +instanceKlass sun/security/util/UntrustedCertificates$1 +instanceKlass sun/security/util/UntrustedCertificates +instanceKlass java/security/cert/X509CertSelector +instanceKlass java/security/cert/CertSelector +instanceKlass sun/security/provider/certpath/PKIX$ValidatorParams +instanceKlass sun/security/provider/certpath/PKIX +instanceKlass java/security/cert/CertPathValidatorSpi +instanceKlass java/security/cert/CertPathValidator +instanceKlass java/security/cert/PKIXCertPathChecker +instanceKlass java/security/cert/CertPathChecker +instanceKlass java/security/Timestamp +instanceKlass sun/security/ssl/SSLAlgorithmConstraints$SupportedSignatureAlgorithmConstraints +instanceKlass java/security/cert/PKIXParameters +instanceKlass java/security/cert/CertPathParameters +instanceKlass sun/security/provider/certpath/CertPathHelper +instanceKlass java/security/cert/TrustAnchor +instanceKlass sun/security/validator/EndEntityChecker +instanceKlass sun/security/validator/Validator +instanceKlass javax/net/ssl/SSLEngine +instanceKlass sun/security/provider/certpath/CertId +instanceKlass sun/security/provider/certpath/OCSPResponse$SingleResponse +instanceKlass sun/security/provider/certpath/OCSP$RevocationStatus +instanceKlass sun/security/provider/certpath/ResponderId +instanceKlass sun/security/provider/certpath/OCSPResponse +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusResponse +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusResponseSpec +instanceKlass sun/security/ssl/CertificateMessage$CertificateEntry +instanceKlass sun/security/ssl/ServerNameExtension$SHServerNamesSpec +instanceKlass com/sun/crypto/provider/GaloisCounterMode$DecryptOp +instanceKlass com/sun/crypto/provider/GaloisCounterMode$GCMOperation +instanceKlass com/sun/crypto/provider/GHASH +instanceKlass com/sun/crypto/provider/GCM +instanceKlass com/sun/crypto/provider/GaloisCounterMode$GCMEngine +instanceKlass javax/crypto/spec/GCMParameterSpec +instanceKlass sun/security/ssl/ChangeCipherSpec$T13ChangeCipherSpecConsumer +instanceKlass sun/security/ssl/ChangeCipherSpec$T10ChangeCipherSpecProducer +instanceKlass sun/security/ssl/ChangeCipherSpec$T10ChangeCipherSpecConsumer +instanceKlass sun/security/ssl/ChangeCipherSpec +instanceKlass javax/crypto/spec/IvParameterSpec +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$T13TrafficKeyDerivation +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$1 +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$T13TrafficKeyDerivationGenerator +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$T12TrafficKeyDerivationGenerator +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$T10TrafficKeyDerivationGenerator +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$S30TrafficKeyDerivationGenerator +instanceKlass sun/security/ssl/SSLKeyDerivationGenerator +instanceKlass sun/security/ssl/SSLSecretDerivation +instanceKlass javax/crypto/MacSpi +instanceKlass javax/crypto/Mac +instanceKlass sun/security/ssl/HKDF +instanceKlass @bci javax/crypto/spec/SecretKeySpec ()V 0 argL0 ; # javax/crypto/spec/SecretKeySpec$$Lambda+0x000001d6818653d0 +instanceKlass jdk/internal/access/JavaxCryptoSpecAccess +instanceKlass javax/crypto/spec/SecretKeySpec +instanceKlass @bci sun/security/ec/XDHKeyAgreement engineDoPhase (Ljava/security/Key;Z)Ljava/security/Key; 70 argL0 ; # sun/security/ec/XDHKeyAgreement$$Lambda+0x000001d6818047a8 +instanceKlass @bci sun/security/ec/XDHKeyAgreement initImpl (Ljava/security/Key;)V 66 argL0 ; # sun/security/ec/XDHKeyAgreement$$Lambda+0x000001d681804590 +instanceKlass @bci sun/security/ec/XDHKeyAgreement initImpl (Ljava/security/Key;)V 38 argL0 ; # sun/security/ec/XDHKeyAgreement$$Lambda+0x000001d681804358 +instanceKlass @bci sun/security/ec/XDHKeyAgreement initImpl (Ljava/security/Key;)V 22 argL0 ; # sun/security/ec/XDHKeyAgreement$$Lambda+0x000001d681804120 +instanceKlass javax/crypto/KeyAgreementSpi +instanceKlass sun/security/ssl/KAKeyDerivation +instanceKlass sun/security/ssl/XDHKeyExchange$XDHEKAGenerator +instanceKlass sun/security/ssl/XDHKeyExchange +instanceKlass @bci sun/security/ec/XDHKeyFactory generatePublicImpl (Ljava/security/spec/KeySpec;)Ljava/security/PublicKey; 65 argL0 ; # sun/security/ec/XDHKeyFactory$$Lambda+0x000001d681803cb0 +instanceKlass @bci sun/security/ec/XDHKeyFactory generatePublicImpl (Ljava/security/spec/KeySpec;)Ljava/security/PublicKey; 51 argL0 ; # sun/security/ec/XDHKeyFactory$$Lambda+0x000001d681803a78 +instanceKlass java/security/spec/XECPublicKeySpec +instanceKlass sun/security/ssl/XDHKeyExchange$XDHECredentials +instanceKlass sun/security/ssl/NamedGroupCredentials +instanceKlass sun/security/ssl/KeyShareExtension$SHKeyShareSpec +instanceKlass sun/security/ssl/HandshakeHash$CloneableHash +instanceKlass sun/security/ssl/HandshakeHash$T13HandshakeHash +instanceKlass sun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsSpec +instanceKlass sun/security/ssl/TransportContext$1 +instanceKlass sun/security/ssl/Plaintext +instanceKlass sun/security/ssl/OutputRecord$T13PaddingHolder +instanceKlass sun/security/ssl/KeyShareExtension$CHKeyShareSpec +instanceKlass sun/security/util/math/IntegerModuloP$MultiplicativeInverser$Secp256R1 +instanceKlass sun/security/ec/ECOperations$PointMultiplier$Default +instanceKlass sun/security/ec/ECOperations$PointMultiplier$Secp256R1GeneratorMultiplier$P256 +instanceKlass sun/security/ec/ECOperations$PointMultiplier$Secp256R1GeneratorMultiplier +instanceKlass sun/security/ec/ECOperations$PointMultiplier +instanceKlass @bci sun/security/ec/ECPrivateKeyImpl calculatePublicKey ()Ljava/security/PublicKey; 9 argL0 ; # sun/security/ec/ECPrivateKeyImpl$$Lambda+0x000001d681801ba0 +instanceKlass sun/security/util/ArrayUtil +instanceKlass java/security/interfaces/ECPrivateKey +instanceKlass sun/security/ec/ECOperations +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHEPossession +instanceKlass sun/security/ssl/KeyShareExtension$KeyShareEntry +instanceKlass sun/security/ssl/XDHKeyExchange$1 +instanceKlass java/security/interfaces/XECPrivateKey +instanceKlass java/security/interfaces/XECPublicKey +instanceKlass java/security/KeyPair +instanceKlass sun/security/util/math/IntegerModuloP$MultiplicativeInverser$Default +instanceKlass sun/security/util/math/IntegerModuloP$MultiplicativeInverser +instanceKlass sun/security/util/math/MutableIntegerModuloP +instanceKlass sun/security/jca/JCAUtil$CachedSecureRandomHolder +instanceKlass sun/security/ec/XECOperations +instanceKlass sun/security/ec/XECParameters +instanceKlass @bci sun/security/ec/XDHKeyPairGenerator initialize (Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V 0 argL0 ; # sun/security/ec/XDHKeyPairGenerator$$Lambda+0x000001d681800968 +instanceKlass sun/security/ssl/XDHKeyExchange$XDHEPossession +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHEXDHKAGenerator +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHEKAGenerator +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHKAGenerator +instanceKlass sun/security/ssl/ECDHKeyExchange$ECDHEPossessionGenerator +instanceKlass sun/security/ssl/ECDHKeyExchange +instanceKlass sun/security/ssl/DHKeyExchange$DHEKAGenerator +instanceKlass sun/security/ssl/DHKeyExchange$DHEPossessionGenerator +instanceKlass sun/security/ssl/DHKeyExchange +instanceKlass sun/security/ssl/RSAKeyExchange$RSAKAGenerator +instanceKlass sun/security/ssl/RSAKeyExchange$EphemeralRSAPossessionGenerator +instanceKlass sun/security/ssl/RSAKeyExchange +instanceKlass sun/security/ssl/SSLKeyExchange$T13KeyAgreement +instanceKlass sun/security/ssl/SSLKeyAgreement +instanceKlass sun/security/ssl/SSLPossessionGenerator +instanceKlass sun/security/ssl/SSLKeyExchange +instanceKlass sun/security/ssl/SSLHandshakeBinding +instanceKlass sun/security/ssl/SSLKeyAgreementGenerator +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesSpec +instanceKlass sun/security/ssl/SupportedVersionsExtension$CHSupportedVersionsSpec +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$SignatureSchemesSpec +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$ExtendedMasterSecretSpec +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequestV2Spec +instanceKlass sun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec +instanceKlass sun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequest +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequestSpec +instanceKlass sun/security/ssl/ServerNameExtension$CHServerNamesSpec +instanceKlass sun/security/ssl/SSLExtension$SSLExtensionSpec +instanceKlass sun/security/ssl/SSLExtension$ClientExtensions +instanceKlass sun/security/ssl/PreSharedKeyExtension$SHPreSharedKeyStringizer +instanceKlass sun/security/ssl/PreSharedKeyExtension$SHPreSharedKeyAbsence +instanceKlass sun/security/ssl/PreSharedKeyExtension$SHPreSharedKeyConsumer +instanceKlass sun/security/ssl/PreSharedKeyExtension$SHPreSharedKeyProducer +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyStringizer +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyUpdate +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyOnLoadAbsence +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyConsumer +instanceKlass sun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyProducer +instanceKlass sun/security/ssl/PreSharedKeyExtension +instanceKlass sun/security/ssl/RenegoInfoExtension$RenegotiationInfoStringizer +instanceKlass sun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoAbsence +instanceKlass sun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoConsumer +instanceKlass sun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoProducer +instanceKlass sun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoAbsence +instanceKlass sun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoConsumer +instanceKlass sun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoProducer +instanceKlass sun/security/ssl/RenegoInfoExtension +instanceKlass sun/security/ssl/KeyShareExtension$HRRKeyShareStringizer +instanceKlass sun/security/ssl/KeyShareExtension$HRRKeyShareReproducer +instanceKlass sun/security/ssl/KeyShareExtension$HRRKeyShareConsumer +instanceKlass sun/security/ssl/KeyShareExtension$HRRKeyShareProducer +instanceKlass sun/security/ssl/KeyShareExtension$SHKeyShareStringizer +instanceKlass sun/security/ssl/KeyShareExtension$SHKeyShareAbsence +instanceKlass sun/security/ssl/KeyShareExtension$SHKeyShareConsumer +instanceKlass sun/security/ssl/KeyShareExtension$SHKeyShareProducer +instanceKlass sun/security/ssl/KeyShareExtension$CHKeyShareStringizer +instanceKlass sun/security/ssl/KeyShareExtension$CHKeyShareOnTradeAbsence +instanceKlass sun/security/ssl/KeyShareExtension$CHKeyShareConsumer +instanceKlass sun/security/ssl/KeyShareExtension$CHKeyShareProducer +instanceKlass sun/security/ssl/KeyShareExtension +instanceKlass sun/security/ssl/CertSignAlgsExtension$CertSignatureSchemesStringizer +instanceKlass sun/security/ssl/CertSignAlgsExtension$CRCertSignatureSchemesUpdate +instanceKlass sun/security/ssl/CertSignAlgsExtension$CRCertSignatureSchemesConsumer +instanceKlass sun/security/ssl/CertSignAlgsExtension$CRCertSignatureSchemesProducer +instanceKlass sun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesUpdate +instanceKlass sun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesConsumer +instanceKlass sun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesProducer +instanceKlass sun/security/ssl/CertSignAlgsExtension +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension$CertificateAuthoritiesStringizer +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension$CRCertificateAuthoritiesConsumer +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension$CRCertificateAuthoritiesProducer +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension$CHCertificateAuthoritiesConsumer +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension$CHCertificateAuthoritiesProducer +instanceKlass sun/security/ssl/CertificateAuthoritiesExtension +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesStringizer +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesOnTradeAbsence +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesOnLoadAbsence +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesProducer +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension +instanceKlass sun/security/ssl/CookieExtension$CookieStringizer +instanceKlass sun/security/ssl/CookieExtension$HRRCookieReproducer +instanceKlass sun/security/ssl/CookieExtension$HRRCookieConsumer +instanceKlass sun/security/ssl/CookieExtension$HRRCookieProducer +instanceKlass sun/security/ssl/CookieExtension$CHCookieUpdate +instanceKlass sun/security/ssl/CookieExtension$CHCookieConsumer +instanceKlass sun/security/ssl/CookieExtension$CHCookieProducer +instanceKlass sun/security/ssl/CookieExtension +instanceKlass sun/security/ssl/SupportedVersionsExtension$HRRSupportedVersionsReproducer +instanceKlass sun/security/ssl/SupportedVersionsExtension$HRRSupportedVersionsConsumer +instanceKlass sun/security/ssl/SupportedVersionsExtension$HRRSupportedVersionsProducer +instanceKlass sun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsStringizer +instanceKlass sun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsConsumer +instanceKlass sun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsProducer +instanceKlass sun/security/ssl/SupportedVersionsExtension$CHSupportedVersionsStringizer +instanceKlass sun/security/ssl/SupportedVersionsExtension$CHSupportedVersionsConsumer +instanceKlass sun/security/ssl/SupportedVersionsExtension$CHSupportedVersionsProducer +instanceKlass sun/security/ssl/SupportedVersionsExtension +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$SignatureSchemesStringizer +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CRSignatureSchemesUpdate +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CRSignatureSchemesAbsence +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CRSignatureSchemesConsumer +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CRSignatureSchemesProducer +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CHSignatureSchemesOnTradeAbsence +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CHSignatureSchemesUpdate +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CHSignatureSchemesOnLoadAbsence +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CHSignatureSchemesConsumer +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension$CHSignatureSchemesProducer +instanceKlass sun/security/ssl/SignatureAlgorithmsExtension +instanceKlass sun/security/ssl/SessionTicketExtension$SessionTicketStringizer +instanceKlass sun/security/ssl/SessionTicketExtension$T12SHSessionTicketConsumer +instanceKlass sun/security/ssl/SessionTicketExtension$T12SHSessionTicketProducer +instanceKlass sun/security/ssl/SessionTicketExtension$T12CHSessionTicketConsumer +instanceKlass sun/security/ssl/SessionTicketExtension$T12CHSessionTicketProducer +instanceKlass sun/security/ssl/SessionTicketExtension +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$ExtendedMasterSecretStringizer +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$SHExtendedMasterSecretAbsence +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$SHExtendedMasterSecretConsumer +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$SHExtendedMasterSecretProducer +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$CHExtendedMasterSecretAbsence +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$CHExtendedMasterSecretConsumer +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension$CHExtendedMasterSecretProducer +instanceKlass sun/security/ssl/ExtendedMasterSecretExtension +instanceKlass @bci sun/security/ssl/AlpnExtension ()V 100 argL0 ; # sun/security/ssl/AlpnExtension$$Lambda+0x000001d68184c958 +instanceKlass sun/security/ssl/AlpnExtension$AlpnStringizer +instanceKlass sun/security/ssl/AlpnExtension$SHAlpnAbsence +instanceKlass sun/security/ssl/AlpnExtension$SHAlpnConsumer +instanceKlass sun/security/ssl/AlpnExtension$SHAlpnProducer +instanceKlass sun/security/ssl/AlpnExtension$CHAlpnAbsence +instanceKlass sun/security/ssl/AlpnExtension$CHAlpnConsumer +instanceKlass sun/security/ssl/AlpnExtension$CHAlpnProducer +instanceKlass sun/security/ssl/AlpnExtension +instanceKlass sun/security/ssl/ECPointFormatsExtension$ECPointFormatsStringizer +instanceKlass sun/security/ssl/ECPointFormatsExtension$SHECPointFormatsConsumer +instanceKlass sun/security/ssl/ECPointFormatsExtension$CHECPointFormatsConsumer +instanceKlass sun/security/ssl/ECPointFormatsExtension$CHECPointFormatsProducer +instanceKlass sun/security/ssl/ECPointFormatsExtension +instanceKlass sun/security/ssl/SupportedGroupsExtension$EESupportedGroupsConsumer +instanceKlass sun/security/ssl/SupportedGroupsExtension$EESupportedGroupsProducer +instanceKlass sun/security/ssl/SupportedGroupsExtension$SupportedGroupsStringizer +instanceKlass sun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence +instanceKlass sun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsConsumer +instanceKlass sun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsProducer +instanceKlass sun/security/ssl/SupportedGroupsExtension +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRespStringizer +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequestsStringizer +instanceKlass sun/security/ssl/CertStatusExtension$SHCertStatusReqV2Consumer +instanceKlass sun/security/ssl/CertStatusExtension$SHCertStatusReqV2Producer +instanceKlass sun/security/ssl/CertStatusExtension$CHCertStatusReqV2Consumer +instanceKlass sun/security/ssl/CertStatusExtension$CHCertStatusReqV2Producer +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequestStringizer +instanceKlass sun/security/ssl/CertStatusExtension$CTCertStatusResponseConsumer +instanceKlass sun/security/ssl/CertStatusExtension$CTCertStatusResponseProducer +instanceKlass sun/security/ssl/CertStatusExtension$SHCertStatusReqConsumer +instanceKlass sun/security/ssl/CertStatusExtension$SHCertStatusReqProducer +instanceKlass sun/security/ssl/CertStatusExtension$CHCertStatusReqConsumer +instanceKlass sun/security/ssl/CertStatusExtension$CHCertStatusReqProducer +instanceKlass sun/security/ssl/CertStatusExtension +instanceKlass sun/security/ssl/MaxFragExtension$MaxFragLenStringizer +instanceKlass sun/security/ssl/MaxFragExtension$EEMaxFragmentLengthUpdate +instanceKlass sun/security/ssl/MaxFragExtension$EEMaxFragmentLengthConsumer +instanceKlass sun/security/ssl/MaxFragExtension$EEMaxFragmentLengthProducer +instanceKlass sun/security/ssl/MaxFragExtension$SHMaxFragmentLengthUpdate +instanceKlass sun/security/ssl/MaxFragExtension$SHMaxFragmentLengthConsumer +instanceKlass sun/security/ssl/MaxFragExtension$SHMaxFragmentLengthProducer +instanceKlass sun/security/ssl/MaxFragExtension$CHMaxFragmentLengthConsumer +instanceKlass sun/security/ssl/MaxFragExtension$CHMaxFragmentLengthProducer +instanceKlass sun/security/ssl/MaxFragExtension +instanceKlass sun/security/ssl/ServerNameExtension$EEServerNameConsumer +instanceKlass sun/security/ssl/ServerNameExtension$EEServerNameProducer +instanceKlass sun/security/ssl/ServerNameExtension$SHServerNamesStringizer +instanceKlass sun/security/ssl/ServerNameExtension$SHServerNameConsumer +instanceKlass sun/security/ssl/ServerNameExtension$SHServerNameProducer +instanceKlass sun/security/ssl/ServerNameExtension$CHServerNamesStringizer +instanceKlass sun/security/ssl/ServerNameExtension$CHServerNameConsumer +instanceKlass sun/security/ssl/SSLExtension$ExtensionConsumer +instanceKlass sun/security/ssl/ServerNameExtension$CHServerNameProducer +instanceKlass sun/security/ssl/ServerNameExtension +instanceKlass sun/security/ssl/SSLStringizer +instanceKlass sun/security/ssl/SSLExtensions +instanceKlass sun/security/ssl/SSLHandshake$HandshakeMessage +instanceKlass sun/security/ssl/RandomCookie +instanceKlass sun/security/ssl/SSLKeyDerivation +instanceKlass sun/security/ssl/SSLCredentials +instanceKlass sun/security/ssl/NamedGroupPossession +instanceKlass sun/security/ssl/SSLPossession +instanceKlass sun/security/ssl/HandshakeContext +instanceKlass sun/security/ssl/SSLConfiguration$1 +instanceKlass javax/net/ssl/SSLParameters +instanceKlass sun/nio/ch/ExtendedSocketOption$1 +instanceKlass sun/nio/ch/ExtendedSocketOption +instanceKlass sun/nio/ch/OptionKey +instanceKlass sun/nio/ch/SocketOptionRegistry$LazyInitialization +instanceKlass sun/nio/ch/SocketOptionRegistry$RegistryKey +instanceKlass sun/nio/ch/SocketOptionRegistry +instanceKlass java/net/StandardSocketOptions$StdSocketOption +instanceKlass java/net/StandardSocketOptions +instanceKlass jdk/internal/icu/impl/Trie2$UTrie2Header +instanceKlass jdk/internal/icu/impl/Trie2$1 +instanceKlass jdk/internal/icu/impl/Trie2$ValueMapper +instanceKlass jdk/internal/icu/impl/Trie2 +instanceKlass jdk/internal/icu/impl/UCharacterProperty$IsAcceptable +instanceKlass jdk/internal/icu/impl/UCharacterProperty$IntProperty +instanceKlass jdk/internal/icu/impl/UCharacterProperty +instanceKlass jdk/internal/icu/lang/UCharacter +instanceKlass jdk/internal/icu/impl/Trie +instanceKlass jdk/internal/icu/text/StringPrep$StringPrepTrieImpl +instanceKlass jdk/internal/icu/impl/Trie$DataManipulate +instanceKlass jdk/internal/icu/impl/StringPrepDataReader +instanceKlass jdk/internal/icu/text/StringPrep +instanceKlass java/net/IDN +instanceKlass javax/net/ssl/SNIServerName +instanceKlass sun/net/NetHooks +instanceKlass java/net/SocksSocketImpl$3 +instanceKlass @bci sun/nio/ch/NioSocketImpl closerFor (Ljava/io/FileDescriptor;Z)Ljava/lang/Runnable; 5 member ; # sun/nio/ch/NioSocketImpl$$Lambda+0x000001d6817fe5d8 +instanceKlass jdk/net/ExtendedSocketOptions$2 +instanceKlass jdk/net/ExtendedSocketOptions$PlatformSocketOptions +instanceKlass jdk/net/ExtendedSocketOptions$ExtSocketOption +instanceKlass java/net/SocketOption +instanceKlass jdk/net/ExtendedSocketOptions +instanceKlass sun/net/ext/ExtendedSocketOptions +instanceKlass sun/nio/ch/Net$1 +instanceKlass java/net/ProtocolFamily +instanceKlass sun/nio/ch/Net +instanceKlass java/net/InetSocketAddress$InetSocketAddressHolder +instanceKlass sun/security/ssl/SessionId +instanceKlass java/security/spec/MGF1ParameterSpec +instanceKlass sun/security/ec/ParametersMap$1 +instanceKlass @bci sun/security/ec/ed/EdDSAParameters ()V 268 argL0 ; # sun/security/ec/ed/EdDSAParameters$$Lambda+0x000001d6817bfdb8 +instanceKlass sun/security/ec/ed/EdDSAParameters$SHAKE256DigesterFactory +instanceKlass sun/security/ec/point/ProjectivePoint +instanceKlass @bci sun/security/ec/ed/EdDSAParameters ()V 117 argL0 ; # sun/security/ec/ed/EdDSAParameters$$Lambda+0x000001d6817bf410 +instanceKlass sun/security/ec/ed/EdDSAParameters$Digester +instanceKlass sun/security/ec/ed/EdDSAParameters$SHA512DigesterFactory +instanceKlass sun/security/ec/point/ExtendedHomogeneousPoint +instanceKlass sun/security/ec/point/AffinePoint +instanceKlass sun/security/util/math/intpoly/IntegerPolynomial$Limb +instanceKlass sun/security/util/math/SmallValue +instanceKlass sun/security/ec/point/MutablePoint +instanceKlass sun/security/ec/point/ImmutablePoint +instanceKlass sun/security/ec/point/Point +instanceKlass sun/security/util/math/intpoly/IntegerPolynomial$Element +instanceKlass sun/security/util/math/ImmutableIntegerModuloP +instanceKlass sun/security/util/math/IntegerModuloP +instanceKlass sun/security/util/math/intpoly/IntegerPolynomial +instanceKlass sun/security/ec/ParametersMap +instanceKlass sun/security/ec/ed/EdECOperations +instanceKlass sun/security/ec/ed/EdDSAParameters$DigesterFactory +instanceKlass sun/security/util/math/IntegerFieldModuloP +instanceKlass sun/security/ec/ed/EdDSAParameters +instanceKlass @bci sun/security/ec/ed/EdDSASignature (Ljava/security/spec/NamedParameterSpec;)V 27 argL0 ; # sun/security/ec/ed/EdDSASignature$$Lambda+0x000001d6817bd298 +instanceKlass java/security/spec/EdDSAParameterSpec +instanceKlass sun/security/ec/ed/EdDSASignature$MessageAccumulator +instanceKlass javax/net/ssl/ExtendedSSLSession +instanceKlass javax/net/ssl/SSLSession +instanceKlass javax/crypto/spec/DHParameterSpec +instanceKlass sun/security/ssl/PredefinedDHParameterSpecs$1 +instanceKlass sun/security/ssl/PredefinedDHParameterSpecs +instanceKlass com/sun/security/sasl/Provider$1 +instanceKlass @bci sun/security/provider/certpath/ldap/JdkLDAP ()V 15 member ; # sun/security/provider/certpath/ldap/JdkLDAP$$Lambda+0x000001d6817f64c8 +instanceKlass com/sun/security/sasl/gsskerb/JdkSASL$1 +instanceKlass org/jcp/xml/dsig/internal/dom/XMLDSigRI$2 +instanceKlass org/jcp/xml/dsig/internal/dom/XMLDSigRI$1 +instanceKlass @bci sun/security/pkcs11/SunPKCS11 register (Lsun/security/pkcs11/SunPKCS11$Descriptor;)V 27 argL0 ; # sun/security/pkcs11/SunPKCS11$$Lambda+0x000001d6817bad48 +instanceKlass sun/security/pkcs11/SunPKCS11$Descriptor +instanceKlass javax/security/auth/Subject +instanceKlass javax/security/auth/callback/CallbackHandler +instanceKlass sun/security/ssl/NamedGroup$SupportedGroups +instanceKlass sun/security/ssl/SSLConfiguration$CustomizedClientSignatureSchemes +instanceKlass javax/crypto/KeyGeneratorSpi +instanceKlass javax/crypto/KeyGenerator +instanceKlass sun/security/ssl/SSLConfiguration +instanceKlass sun/security/ssl/SSLCipher$SSLWriteCipher +instanceKlass sun/security/ssl/KeyUpdate$KeyUpdateProducer +instanceKlass sun/security/ssl/KeyUpdate$KeyUpdateConsumer +instanceKlass sun/security/ssl/KeyUpdate$KeyUpdateKickstartProducer +instanceKlass sun/security/ssl/KeyUpdate +instanceKlass sun/security/ssl/CertificateStatus$CertificateStatusAbsence +instanceKlass sun/security/ssl/HandshakeAbsence +instanceKlass sun/security/ssl/CertificateStatus$CertificateStatusProducer +instanceKlass sun/security/ssl/CertificateStatus$CertificateStatusConsumer +instanceKlass sun/security/ssl/CertificateStatus +instanceKlass sun/security/ssl/Finished$T13FinishedProducer +instanceKlass sun/security/ssl/Finished$T13FinishedConsumer +instanceKlass sun/security/ssl/Finished$T12FinishedProducer +instanceKlass sun/security/ssl/Finished$T12FinishedConsumer +instanceKlass sun/security/ssl/Finished +instanceKlass sun/security/ssl/ClientKeyExchange$ClientKeyExchangeProducer +instanceKlass sun/security/ssl/ClientKeyExchange$ClientKeyExchangeConsumer +instanceKlass sun/security/ssl/ClientKeyExchange +instanceKlass sun/security/ssl/CertificateVerify$T13CertificateVerifyProducer +instanceKlass sun/security/ssl/CertificateVerify$T13CertificateVerifyConsumer +instanceKlass sun/security/ssl/CertificateVerify$T12CertificateVerifyProducer +instanceKlass sun/security/ssl/CertificateVerify$T12CertificateVerifyConsumer +instanceKlass sun/security/ssl/CertificateVerify$T10CertificateVerifyProducer +instanceKlass sun/security/ssl/CertificateVerify$T10CertificateVerifyConsumer +instanceKlass sun/security/ssl/CertificateVerify$S30CertificateVerifyProducer +instanceKlass sun/security/ssl/CertificateVerify$S30CertificateVerifyConsumer +instanceKlass sun/security/ssl/CertificateVerify +instanceKlass sun/security/ssl/ServerHelloDone$ServerHelloDoneProducer +instanceKlass sun/security/ssl/ServerHelloDone$ServerHelloDoneConsumer +instanceKlass sun/security/ssl/ServerHelloDone +instanceKlass sun/security/ssl/CertificateRequest$T13CertificateRequestProducer +instanceKlass sun/security/ssl/CertificateRequest$T13CertificateRequestConsumer +instanceKlass sun/security/ssl/CertificateRequest$T12CertificateRequestProducer +instanceKlass sun/security/ssl/CertificateRequest$T12CertificateRequestConsumer +instanceKlass sun/security/ssl/CertificateRequest$T10CertificateRequestProducer +instanceKlass sun/security/ssl/CertificateRequest$T10CertificateRequestConsumer +instanceKlass sun/security/ssl/CertificateRequest +instanceKlass sun/security/ssl/ServerKeyExchange$ServerKeyExchangeProducer +instanceKlass sun/security/ssl/ServerKeyExchange$ServerKeyExchangeConsumer +instanceKlass sun/security/ssl/ServerKeyExchange +instanceKlass sun/security/ssl/CertificateMessage$T13CertificateProducer +instanceKlass sun/security/ssl/CertificateMessage$T13CertificateConsumer +instanceKlass sun/security/ssl/CertificateMessage$T12CertificateProducer +instanceKlass sun/security/ssl/CertificateMessage$T12CertificateConsumer +instanceKlass sun/security/ssl/CertificateMessage +instanceKlass sun/security/ssl/EncryptedExtensions$EncryptedExtensionsConsumer +instanceKlass sun/security/ssl/EncryptedExtensions$EncryptedExtensionsProducer +instanceKlass sun/security/ssl/EncryptedExtensions +instanceKlass sun/security/ssl/NewSessionTicket$T12NewSessionTicketProducer +instanceKlass sun/security/ssl/NewSessionTicket$T13NewSessionTicketProducer +instanceKlass sun/security/ssl/NewSessionTicket$T12NewSessionTicketConsumer +instanceKlass sun/security/ssl/NewSessionTicket$T13NewSessionTicketConsumer +instanceKlass sun/security/ssl/NewSessionTicket +instanceKlass sun/security/ssl/HelloVerifyRequest$HelloVerifyRequestProducer +instanceKlass sun/security/ssl/HelloVerifyRequest$HelloVerifyRequestConsumer +instanceKlass sun/security/ssl/HelloVerifyRequest +instanceKlass sun/security/ssl/ServerHello$T13HelloRetryRequestConsumer +instanceKlass sun/security/ssl/ServerHello$T13ServerHelloConsumer +instanceKlass sun/security/ssl/ServerHello$T12ServerHelloConsumer +instanceKlass sun/security/ssl/ServerHello$T13HelloRetryRequestReproducer +instanceKlass sun/security/ssl/ServerHello$T13HelloRetryRequestProducer +instanceKlass sun/security/ssl/ServerHello$T13ServerHelloProducer +instanceKlass sun/security/ssl/ServerHello$T12ServerHelloProducer +instanceKlass sun/security/ssl/ServerHello$ServerHelloConsumer +instanceKlass sun/security/ssl/ServerHello +instanceKlass sun/security/ssl/ClientHello$D13ClientHelloConsumer +instanceKlass sun/security/ssl/ClientHello$D12ClientHelloConsumer +instanceKlass sun/security/ssl/ClientHello$T13ClientHelloConsumer +instanceKlass sun/security/ssl/ClientHello$T12ClientHelloConsumer +instanceKlass sun/security/ssl/HandshakeConsumer +instanceKlass sun/security/ssl/ClientHello$ClientHelloProducer +instanceKlass sun/security/ssl/ClientHello$ClientHelloConsumer +instanceKlass sun/security/ssl/ClientHello$ClientHelloKickstartProducer +instanceKlass sun/security/ssl/ClientHello +instanceKlass sun/security/ssl/HelloRequest$HelloRequestProducer +instanceKlass sun/security/ssl/HelloRequest$HelloRequestConsumer +instanceKlass sun/security/ssl/HelloRequest$HelloRequestKickstartProducer +instanceKlass sun/security/ssl/SSLProducer +instanceKlass sun/security/ssl/HelloRequest +instanceKlass sun/security/ssl/HandshakeProducer +instanceKlass sun/security/ssl/SSLConsumer +instanceKlass sun/security/ssl/Authenticator$MacImpl +instanceKlass sun/security/ssl/Authenticator$MAC +instanceKlass sun/security/ssl/Authenticator +instanceKlass sun/security/ssl/SSLCipher$SSLReadCipher +instanceKlass sun/security/ssl/InputRecord +instanceKlass sun/security/ssl/SSLRecord +instanceKlass sun/security/ssl/Record +instanceKlass sun/security/ssl/TransportContext +instanceKlass sun/security/ssl/ConnectionContext +instanceKlass sun/security/ssl/HandshakeHash$CacheOnlyHash +instanceKlass sun/security/ssl/HandshakeHash$TranscriptHash +instanceKlass sun/security/ssl/HandshakeHash +instanceKlass java/net/SocksConsts +instanceKlass sun/net/PlatformSocketImpl +instanceKlass java/net/SocketImpl +instanceKlass java/net/SocketOptions +instanceKlass java/net/Socket +instanceKlass sun/security/ssl/SSLTransport +instanceKlass sun/net/www/http/KeepAliveKey +instanceKlass sun/net/NetworkClient$1 +instanceKlass sun/net/NetworkClient +instanceKlass javax/net/ssl/HandshakeCompletedListener +instanceKlass sun/net/spi/DefaultProxySelector$3 +instanceKlass sun/net/spi/DefaultProxySelector$NonProxyInfo +instanceKlass sun/net/spi/DefaultProxySelector$1 +instanceKlass java/net/Proxy +instanceKlass java/net/ProxySelector +instanceKlass sun/net/www/protocol/http/HttpURLConnection$7 +instanceKlass java/net/ResponseCache +instanceKlass sun/net/www/protocol/http/HttpURLConnection$3 +instanceKlass java/net/CookieHandler +instanceKlass sun/net/www/protocol/http/HttpURLConnection$2 +instanceKlass @bci sun/net/www/protocol/http/AuthCacheImpl getAuthCacheFor (Ljava/net/Authenticator;)Lsun/net/www/protocol/http/AuthCacheImpl; 4 argL0 ; # sun/net/www/protocol/http/AuthCacheImpl$$Lambda+0x000001d6817dff60 +instanceKlass sun/net/www/protocol/http/AuthCacheImpl +instanceKlass sun/net/www/protocol/http/AuthCache +instanceKlass sun/net/NetProperties$1 +instanceKlass sun/net/NetProperties +instanceKlass @bci sun/net/www/protocol/http/HttpURLConnection getNetProperty (Ljava/lang/String;)Ljava/lang/String; 1 member ; # sun/net/www/protocol/http/HttpURLConnection$$Lambda+0x000001d6817df4d0 +instanceKlass @bci sun/security/ssl/SSLContextImpl engineInit ([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V 57 argL0 ; # sun/security/ssl/SSLContextImpl$$Lambda+0x000001d6817de218 +instanceKlass javax/net/ssl/X509ExtendedKeyManager +instanceKlass javax/net/ssl/X509KeyManager +instanceKlass javax/net/ssl/KeyManager +instanceKlass javax/net/ssl/KeyManagerFactorySpi +instanceKlass @bci javax/net/ssl/KeyManagerFactory getDefaultAlgorithm ()Ljava/lang/String; 0 argL0 ; # javax/net/ssl/KeyManagerFactory$$Lambda+0x000001d6817dcec0 +instanceKlass javax/net/ssl/KeyManagerFactory +instanceKlass sun/security/ssl/SSLContextImpl$DefaultManagersHolder$1 +instanceKlass javax/net/ssl/X509ExtendedTrustManager +instanceKlass javax/net/ssl/X509TrustManager +instanceKlass javax/net/ssl/TrustManager +instanceKlass sun/security/validator/TrustStoreUtil +instanceKlass sun/security/x509/RFC822Name +instanceKlass java/security/interfaces/ECPublicKey +instanceKlass sun/security/pkcs12/PKCS12KeyStore$Entry +instanceKlass sun/security/util/IOUtils +instanceKlass sun/security/action/OpenFileInputStreamAction +instanceKlass @bci sun/security/util/KeyStoreDelegator (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)V 4 argL0 ; # sun/security/util/KeyStoreDelegator$$Lambda+0x000001d6817d9da8 +instanceKlass java/security/KeyStoreSpi +instanceKlass @bci java/security/KeyStore getDefaultType ()Ljava/lang/String; 0 argL0 ; # java/security/KeyStore$$Lambda+0x000001d6817d8ad8 +instanceKlass java/security/KeyStore +instanceKlass sun/security/ssl/TrustStoreManager$TrustStoreDescriptor$1 +instanceKlass sun/security/util/FilePaths +instanceKlass sun/security/ssl/TrustStoreManager$TrustStoreDescriptor +instanceKlass sun/security/ssl/TrustStoreManager$TrustAnchorManager +instanceKlass sun/security/ssl/TrustStoreManager +instanceKlass javax/net/ssl/TrustManagerFactorySpi +instanceKlass @bci javax/net/ssl/TrustManagerFactory getDefaultAlgorithm ()Ljava/lang/String; 0 argL0 ; # javax/net/ssl/TrustManagerFactory$$Lambda+0x000001d6817d7608 +instanceKlass javax/net/ssl/TrustManagerFactory +instanceKlass sun/security/ssl/SSLContextImpl$DefaultManagersHolder +instanceKlass sun/security/ssl/SSLSessionContextImpl +instanceKlass javax/net/ssl/SSLSessionContext +instanceKlass sun/security/ssl/EphemeralKeyManager$EphemeralKeyPair +instanceKlass sun/security/ssl/EphemeralKeyManager +instanceKlass sun/security/ssl/SSLContextImpl$CustomizedSSLProtocols +instanceKlass java/security/spec/NamedParameterSpec +instanceKlass sun/security/util/ECKeySizeParameterSpec +instanceKlass java/security/AlgorithmParametersSpi +instanceKlass java/security/AlgorithmParameters +instanceKlass sun/security/util/ECUtil +instanceKlass java/security/KeyPairGeneratorSpi +instanceKlass javax/crypto/KeyAgreement +instanceKlass sun/security/ssl/JsseJce$EcAvailability +instanceKlass sun/security/ssl/SSLAlgorithmDecomposer$1 +instanceKlass sun/security/ssl/Utilities +instanceKlass sun/security/ssl/JsseJce +instanceKlass sun/security/ssl/NamedGroup$XDHScheme +instanceKlass sun/security/ssl/NamedGroup$FFDHEScheme +instanceKlass sun/security/ssl/NamedGroup$ECDHEScheme +instanceKlass sun/security/ssl/NamedGroup$NamedGroupScheme +instanceKlass sun/security/ssl/SSLCipher$1 +instanceKlass sun/security/ssl/SSLCipher$T13CC20P1305WriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T12CC20P1305WriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T13CC20P1305ReadCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T12CC20P1305ReadCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T13GcmWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T13GcmReadCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T12GcmWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T12GcmReadCipherGenerator +instanceKlass com/sun/crypto/provider/AESConstants +instanceKlass java/util/Vector$1 +instanceKlass @bci javax/crypto/JceSecurityManager ()V 67 argL0 ; # javax/crypto/JceSecurityManager$$Lambda+0x000001d6817cecd8 +instanceKlass @bci javax/crypto/JceSecurityManager ()V 49 argL0 ; # javax/crypto/JceSecurityManager$$Lambda+0x000001d6817ceac0 +instanceKlass javax/crypto/JceSecurityManager +instanceKlass sun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T11BlockReadCipherGenerator +instanceKlass com/sun/crypto/provider/PKCS5Padding +instanceKlass com/sun/crypto/provider/Padding +instanceKlass com/sun/crypto/provider/FeedbackCipher +instanceKlass com/sun/crypto/provider/SymmetricCipher +instanceKlass com/sun/crypto/provider/DESConstants +instanceKlass com/sun/crypto/provider/CipherCore +instanceKlass sun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$T10BlockReadCipherGenerator +instanceKlass javax/crypto/CipherSpi +instanceKlass @bci javax/crypto/ProviderVerifier isTrustedModule ()Z 61 argL0 ; # javax/crypto/ProviderVerifier$$Lambda+0x000001d6817cc298 +instanceKlass javax/crypto/ProviderVerifier$1 +instanceKlass javax/crypto/ProviderVerifier +instanceKlass javax/crypto/JceSecurity$3 +instanceKlass javax/crypto/JceSecurity$2 +instanceKlass javax/crypto/CryptoPolicyParser$CryptoPermissionEntry +instanceKlass javax/crypto/CryptoPolicyParser$GrantEntry +instanceKlass javax/crypto/CryptoPolicyParser +instanceKlass javax/crypto/JceSecurity$1 +instanceKlass javax/crypto/JceSecurity +instanceKlass javax/crypto/Cipher$Transform +instanceKlass javax/crypto/Cipher +instanceKlass sun/security/ssl/SSLCipher$StreamWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$StreamReadCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$NullWriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$WriteCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$NullReadCipherGenerator +instanceKlass sun/security/ssl/SSLCipher$ReadCipherGenerator +instanceKlass sun/security/ssl/SSLAlgorithmConstraints +instanceKlass sun/security/ssl/SSLLogger +instanceKlass @bci sun/security/ssl/SunJSSE registerAlgorithms ()V 1 member ; # sun/security/ssl/SunJSSE$$Lambda+0x000001d6817c62b0 +instanceKlass sun/security/ec/SunEC$1 +instanceKlass sun/security/smartcardio/SunPCSC$1 +instanceKlass sun/security/mscapi/SunMSCAPI$2 +instanceKlass sun/security/mscapi/SunMSCAPI$1 +instanceKlass @bci sun/security/jgss/SunProvider ()V 15 member ; # sun/security/jgss/SunProvider$$Lambda+0x000001d6815eec48 +instanceKlass sun/security/jca/ProviderConfig$ProviderLoader +instanceKlass sun/security/jca/ProviderConfig$3 +instanceKlass javax/net/ssl/SSLContextSpi +instanceKlass javax/net/ssl/SSLContext +instanceKlass @bci javax/net/ssl/SSLSocketFactory getSecurityProperty (Ljava/lang/String;)Ljava/lang/String; 1 member ; # javax/net/ssl/SSLSocketFactory$$Lambda+0x000001d6817c4ea0 +instanceKlass javax/net/ssl/SSLSocketFactory$DefaultFactoryHolder +instanceKlass javax/net/SocketFactory +instanceKlass javax/net/ssl/HttpsURLConnection$DefaultHostnameVerifier +instanceKlass javax/net/ssl/HostnameVerifier +instanceKlass com/euphoriapatches/euphoria_patcher/util/UpdateChecker +instanceKlass net/caffeinemc/mods/sodium/client/console/Console +instanceKlass net/caffeinemc/mods/sodium/client/console/ConsoleSink +instanceKlass net/minecraft/util/FormattedCharSequence +instanceKlass net/minecraft/world/level/ChunkPos +instanceKlass net/minecraft/resources/ResourceLocation +instanceKlass dev/latvian/mods/rhino/util/SpecialEquality +instanceKlass net/minecraft/network/chat/contents/DataSource +instanceKlass net/minecraft/network/chat/FormattedText$ContentConsumer +instanceKlass net/minecraft/network/chat/Style +instanceKlass net/minecraft/network/chat/FormattedText$StyledContentConsumer +instanceKlass net/minecraft/network/chat/MutableComponent +instanceKlass dev/latvian/mods/kubejs/core/ComponentKJS +instanceKlass dev/latvian/mods/kubejs/util/WrappedJS +instanceKlass dev/latvian/mods/kubejs/util/WithCodec +instanceKlass dev/latvian/mods/kubejs/util/JsonSerializable +instanceKlass dev/latvian/mods/kubejs/util/NBTSerializable +instanceKlass net/minecraft/network/chat/ComponentContents +instanceKlass com/euphoriapatches/euphoria_patcher/integration/SodiumConsole +instanceKlass @bci com/euphoriapatches/euphoria_patcher/features/ModFolderVersionChecker existsNewerModInFolder ()Z 66 argL0 ; # com/euphoriapatches/euphoria_patcher/features/ModFolderVersionChecker$$Lambda+0x000001d6817af060 +instanceKlass com/euphoriapatches/euphoria_patcher/util/ModsDirectory +instanceKlass com/euphoriapatches/euphoria_patcher/features/ModFolderVersionChecker +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$34 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/Streams +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/LinkedTreeMap$Node +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/LinkedTreeMap$1 +instanceKlass com/euphoriapatches/euphoria_patcher/util/ShaderData$SaveData +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/Primitives +instanceKlass com/euphoriapatches/shadow/com/google/gson/annotations/SerializedName +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/ConstructorConstructor$3 +instanceKlass com/euphoriapatches/shadow/com/google/gson/annotations/JsonAdapter +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/JsonReaderInternalAccess +instanceKlass com/euphoriapatches/euphoria_patcher/util/ShaderData$PersistentShaderData +instanceKlass com/euphoriapatches/euphoria_patcher/util/HashUtils +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/MapTypeAdapterFactory +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/CollectionTypeAdapterFactory +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/ArrayTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/DateTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/NumberTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/ObjectTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$28 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$32 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$33 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$31 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters$30 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/TypeAdapters +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/JavaVersion +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/reflect/ReflectionAccessor +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/ObjectConstructor +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/ConstructorConstructor +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/$Gson$Types +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/$Gson$Preconditions +instanceKlass com/euphoriapatches/shadow/com/google/gson/reflect/TypeToken +instanceKlass com/euphoriapatches/shadow/com/google/gson/Gson +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/sql/SqlTimestampTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/sql/SqlTimeTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/sql/SqlDateTypeAdapter$1 +instanceKlass com/euphoriapatches/shadow/com/google/gson/stream/JsonReader +instanceKlass com/euphoriapatches/shadow/com/google/gson/stream/JsonWriter +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/sql/SqlTypesSupport +instanceKlass com/euphoriapatches/shadow/com/google/gson/TypeAdapter +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/Excluder +instanceKlass com/euphoriapatches/shadow/com/google/gson/TypeAdapterFactory +instanceKlass com/euphoriapatches/shadow/com/google/gson/ToNumberStrategy +instanceKlass com/euphoriapatches/shadow/com/google/gson/FieldNamingStrategy +instanceKlass com/euphoriapatches/shadow/com/google/gson/GsonBuilder +instanceKlass com/euphoriapatches/shadow/com/google/gson/JsonElement +instanceKlass com/euphoriapatches/euphoria_patcher/util/ShaderData +instanceKlass @bci com/euphoriapatches/euphoria_patcher/config/Config startConfigWatcher ()V 25 argL0 ; # com/euphoriapatches/euphoria_patcher/config/Config$$Lambda+0x000001d681799fa8 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/config/Config startConfigWatcher ()V 11 argL0 ; # com/euphoriapatches/euphoria_patcher/config/Config$$Lambda+0x000001d681799d90 +instanceKlass com/euphoriapatches/euphoria_patcher/config/Config$TypeMigration +instanceKlass com/euphoriapatches/euphoria_patcher/config/Config$1 +instanceKlass com/euphoriapatches/euphoria_patcher/config/ConfigEntry +instanceKlass com/euphoriapatches/euphoria_patcher/config/Config +instanceKlass com/euphoriapatches/euphoria_patcher/config/ConfigHandler +instanceKlass @bci java/awt/GraphicsEnvironment getHeadlessProperty ()Z 6 argL0 ; # java/awt/GraphicsEnvironment$$Lambda+0x000001d6817c3500 +instanceKlass java/awt/GraphicsEnvironment +instanceKlass java/awt/Insets +instanceKlass java/awt/Toolkit$1 +instanceKlass java/awt/Toolkit$2 +instanceKlass java/awt/Toolkit$4 +instanceKlass sun/awt/AWTAccessor +instanceKlass java/awt/Toolkit$3 +instanceKlass sun/awt/AWTAccessor$ToolkitAccessor +instanceKlass java/awt/Toolkit +instanceKlass java/awt/Color +instanceKlass java/awt/Paint +instanceKlass java/awt/Transparency +instanceKlass java/awt/event/MouseListener +instanceKlass java/awt/ItemSelectable +instanceKlass javax/swing/TransferHandler$HasGetTransferHandler +instanceKlass javax/accessibility/Accessible +instanceKlass javax/swing/SwingConstants +instanceKlass java/awt/Component +instanceKlass java/awt/MenuContainer +instanceKlass java/awt/image/ImageObserver +instanceKlass javax/swing/Icon +instanceKlass javax/swing/border/Border +instanceKlass java/awt/LayoutManager +instanceKlass com/euphoriapatches/euphoria_patcher/GUIScreen +instanceKlass com/euphoriapatches/euphoria_patcher/logging/EuphoriaLogger +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix mapSkull (Ljava/util/Map;ILjava/lang/String;Ljava/lang/String;)V 115 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681797800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681797400 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix mapSkull (Ljava/util/Map;ILjava/lang/String;Ljava/lang/String;)V 115 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681797000 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix mapSkull (Ljava/util/Map;ILjava/lang/String;Ljava/lang/String;)V 115 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681796c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681796800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681796400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681796000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681795c00 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 form names 16 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681795800 +instanceKlass @bci net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix mapSkull (Ljava/util/Map;ILjava/lang/String;Ljava/lang/String;)V 115 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681795400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681795000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681794c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681794800 +instanceKlass @bci com/euphoriapatches/euphoria_patcher/EuphoriaPatcher ()V 23 argL0 ; # com/euphoriapatches/euphoria_patcher/EuphoriaPatcher$$Lambda+0x000001d681793088 +instanceKlass com/euphoriapatches/euphoria_patcher/EuphoriaPatcher +instanceKlass net/caffeinemc/mods/lithium/common/util/math/CompactSineLUT +instanceKlass java/lang/FdLibm +instanceKlass java/lang/FdLibm$Asin +instanceKlass net/minecraft/world/level/levelgen/MarsagliaPolarGaussian +instanceKlass @bci net/minecraft/world/level/levelgen/RandomSupport generateUniqueSeed ()J 3 argL0 ; # net/minecraft/world/level/levelgen/RandomSupport$$Lambda+0x000001d6817927f8 +instanceKlass @cpi net/minecraft/world/level/levelgen/RandomSupport 95 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681794400 +instanceKlass com/google/common/hash/Hashing$Md5Holder +instanceKlass net/minecraft/world/level/levelgen/RandomSupport +instanceKlass net/minecraft/world/level/levelgen/PositionalRandomFactory +instanceKlass net/minecraft/world/level/levelgen/ThreadSafeLegacyRandomSource +instanceKlass net/minecraft/world/level/levelgen/BitRandomSource +instanceKlass net/minecraft/util/RandomSource +instanceKlass @bci net/minecraft/Util ()V 126 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681791a80 +instanceKlass @bci net/minecraft/Util ()V 112 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681791868 +instanceKlass @bci net/minecraft/Util ()V 97 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681791620 +instanceKlass @bci net/minecraft/Util ()V 59 argL0 ; # net/minecraft/Util$$Lambda+0x000001d6817913c8 +instanceKlass net/minecraft/util/TimeSource$NanoTimeSource +instanceKlass net/minecraft/util/TimeSource +instanceKlass @bci net/minecraft/Util makeIoExecutor (Ljava/lang/String;Z)Ljava/util/concurrent/ExecutorService; 12 member ; # net/minecraft/Util$$Lambda+0x000001d681790db8 +instanceKlass @cpi dev/ftb/mods/ftbquests/quest/reward/RewardTypes 48 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681794000 +instanceKlass @bci net/minecraft/Util makeExecutor (Ljava/lang/String;)Ljava/util/concurrent/ExecutorService; 48 argL0 ; # net/minecraft/Util$$Lambda+0x000001d681790ba0 +instanceKlass @bci net/minecraft/Util makeExecutor (Ljava/lang/String;)Ljava/util/concurrent/ExecutorService; 43 member ; # net/minecraft/Util$$Lambda+0x000001d681790980 +instanceKlass it/unimi/dsi/fastutil/objects/Reference2IntMap +instanceKlass it/unimi/dsi/fastutil/objects/Reference2IntFunction +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2IntFunction +instanceKlass it/unimi/dsi/fastutil/objects/ObjectList +instanceKlass net/minecraft/Util +instanceKlass @bci net/minecraft/util/Mth ()V 51 argL0 ; # net/minecraft/util/Mth$$Lambda+0x000001d68178dc50 +instanceKlass org/joml/Vector3f +instanceKlass org/joml/Vector3fc +instanceKlass net/minecraft/util/Mth +instanceKlass com/leclowndu93150/threadtweak/config/SmoothBootConfig$ThreadPriority +instanceKlass com/leclowndu93150/threadtweak/config/SmoothBootConfig$ThreadCount +instanceKlass com/leclowndu93150/threadtweak/config/SmoothBootConfig +instanceKlass com/leclowndu93150/threadtweak/config/ConfigHandler +instanceKlass com/leclowndu93150/threadtweak/SmoothBoot +instanceKlass com/euphoriapatches/euphoria_patcher/util/ModLoaderSpecifics +instanceKlass java/net/Authenticator +instanceKlass java/net/SocketAddress +instanceKlass net/minecraft/client/main/Main +instanceKlass org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable +instanceKlass @bci net/neoforged/fml/loading/targets/CommonLaunchHandler launchService ([Ljava/lang/String;Ljava/lang/ModuleLayer;)Lcpw/mods/modlauncher/api/ServiceRunner; 14 member ; # net/neoforged/fml/loading/targets/CommonLaunchHandler$$Lambda+0x000001d681783cb8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178b000 +instanceKlass org/apache/logging/log4j/core/appender/rolling/FileSize +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$TextField +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68178ac00 +instanceKlass @bci com/mojang/logging/LogQueues getOrCreateQueue (Ljava/lang/String;)Ljava/util/concurrent/BlockingQueue; 76 argL0 ; # com/mojang/logging/LogQueues$$Lambda+0x000001d681783458 +instanceKlass com/mojang/logging/LogQueues +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68178a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681789c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681789800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681789400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681789000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681788c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681788800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681788400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681788000 +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$PatternSelectorSerializer +instanceKlass net/minecrell/terminalconsole/util/LoggerNamePatternSelector$LoggerNameSelector +instanceKlass org/apache/logging/log4j/core/util/Patterns +instanceKlass org/apache/logging/log4j/core/pattern/NameAbbreviator$PatternAbbreviatorFragment +instanceKlass @bci net/neoforged/fml/loading/log4j/ForgeHighlight newInstance (Lorg/apache/logging/log4j/core/config/Configuration;[Ljava/lang/String;)Lorg/apache/logging/log4j/core/pattern/HighlightConverter; 52 argL0 ; # net/neoforged/fml/loading/log4j/ForgeHighlight$$Lambda+0x000001d6817870c0 +instanceKlass java/lang/ProcessBuilder$Redirect +instanceKlass org/jline/utils/ExecHelper +instanceKlass org/jline/utils/OSUtils +instanceKlass org/jline/terminal/impl/AbstractPty +instanceKlass org/jline/terminal/spi/Pty +instanceKlass org/jline/terminal/spi/JansiSupport +instanceKlass @bci org/jline/utils/Log log (Ljava/util/logging/Level;[Ljava/lang/Object;)V 3 member ; # org/jline/utils/Log$$Lambda+0x000001d681785230 +instanceKlass java/util/logging/LogRecord +instanceKlass org/jline/utils/Log +instanceKlass org/jline/terminal/spi/JnaSupport +instanceKlass org/jline/terminal/TerminalBuilder$TerminalBuilderSupport +instanceKlass org/jline/terminal/impl/NativeSignalHandler +instanceKlass org/jline/terminal/Terminal$SignalHandler +instanceKlass org/jline/terminal/TerminalBuilder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681782c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681782800 +instanceKlass org/jline/terminal/Terminal +instanceKlass org/jline/reader/LineReader +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681782400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681782000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681781c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681781800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681781400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681781000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681780c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681780800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681780400 +instanceKlass @bci jdk/internal/reflect/MethodHandleLongFieldAccessorImpl getLong (Ljava/lang/Object;)J 11 ; # java/lang/invoke/LambdaForm$MH+0x000001d681780000 +instanceKlass org/apache/logging/log4j/core/layout/PatternMatch$Builder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681778800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681778400 +instanceKlass org/w3c/dom/Comment +instanceKlass org/apache/logging/log4j/core/config/Configurator +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176fa48 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176f828 +instanceKlass org/apache/logging/log4j/core/net/UrlConnectionFactory +# instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68176f408 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176f1e8 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176efc8 +instanceKlass org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory$StatusMessage +instanceKlass @bci org/apache/logging/log4j/message/ParameterizedMessage ()V 6 argL0 ; # org/apache/logging/log4j/message/ParameterizedMessage$$Lambda+0x000001d68176eb58 +instanceKlass org/apache/logging/log4j/message/ParameterizedMessage +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176e6c0 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d68176e4a0 +instanceKlass org/apache/logging/log4j/core/impl/ContextAnchor +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow updateModuleReads (Ljava/lang/ModuleLayer;)V 51 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d68176e068 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow updateModuleReads (Ljava/lang/ModuleLayer;)V 41 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d68176de20 +instanceKlass net/minecraft/util/thread/BlockableEventLoop +instanceKlass net/minecraft/util/thread/ProcessorHandle +instanceKlass net/minecraft/util/profiling/metrics/ProfilerMeasured +instanceKlass com/simibubi/create/foundation/mixin/accessor/MinecraftAccessor +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinMinecraft +instanceKlass dev/latvian/mods/kubejs/core/MinecraftClientKJS +instanceKlass dev/latvian/mods/kubejs/core/MinecraftEnvironmentKJS +instanceKlass dev/latvian/mods/kubejs/core/MessageSenderKJS +instanceKlass net/fabricmc/fabric/mixin/networking/client/accessor/MinecraftClientAccessor +instanceKlass me/juancarloscp52/spyglass_improvements/mixin/MinecraftClientInvoker +instanceKlass traben/entity_model_features/mixin/mixins/accessor/MinecraftClientAccessor +instanceKlass xaero/map/core/IWorldMapMinecraftClient +instanceKlass com/aetherteam/aether/mixin/mixins/client/accessor/MinecraftAccessor +instanceKlass me/decce/gnetum/mixins/MinecraftAccessor +instanceKlass xaero/common/core/IXaeroMinimapMinecraftClient +instanceKlass io/homo/superresolution/common/mixin/core/accessor/MinecraftAccessor +instanceKlass net/bettercombat/api/MinecraftClient_BetterCombat +instanceKlass net/bettercombat/mixin/client/MinecraftClientAccessor +instanceKlass net/puffish/skillsmod/access/MinecraftClientAccess +instanceKlass fuzs/proplacer/mixin/client/accessor/MinecraftAccessor +instanceKlass com/aetherteam/cumulus/mixin/mixins/client/accessor/MinecraftAccessor +instanceKlass net/archers/client/util/ItemUseDelay +instanceKlass toni/sodiumextras/foundation/fps/accessors/IUsageGPU +instanceKlass net/spell_engine/client/input/MinecraftClientExtension +instanceKlass net/neoforged/neoforge/client/extensions/IMinecraftExtension +instanceKlass com/mojang/blaze3d/platform/WindowEventHandler +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension postApply (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;)V 32 argL0 ; # com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension$$Lambda+0x000001d68177d960 +instanceKlass com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo +instanceKlass com/llamalad7/mixinextras/expression/impl/utils/ExpressionASMUtils +instanceKlass com/llamalad7/mixinextras/injector/IntLikeBehaviour +instanceKlass org/violetmoon/zeta/mixin/plugin/DelegateInterfaceMixin +instanceKlass com/llamalad7/mixinextras/sugar/impl/ShareType +instanceKlass com/llamalad7/mixinextras/sugar/impl/ShareInfo$ShareId +instanceKlass @bci com/llamalad7/mixinextras/utils/TargetDecorations getOrPut (Lorg/spongepowered/asm/mixin/injection/struct/Target;Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object; 19 member ; # com/llamalad7/mixinextras/utils/TargetDecorations$$Lambda+0x000001d68177c8b0 +instanceKlass @bci com/llamalad7/mixinextras/utils/TargetDecorations getOrPut (Lorg/spongepowered/asm/mixin/injection/struct/Target;Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object; 4 argL0 ; # com/llamalad7/mixinextras/utils/TargetDecorations$$Lambda+0x000001d68177c678 +instanceKlass com/llamalad7/mixinextras/utils/TargetDecorations +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ShareInfo getOrCreate (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/objectweb/asm/tree/AnnotationNode;Lorg/objectweb/asm/Type;Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;Lcom/llamalad7/mixinextras/injector/StackExtension;)Lcom/llamalad7/mixinextras/sugar/impl/ShareInfo; 33 argL0 ; # com/llamalad7/mixinextras/sugar/impl/ShareInfo$$Lambda+0x000001d681773de8 +instanceKlass com/llamalad7/mixinextras/sugar/impl/ShareInfo +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension$Task +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension enqueuePostProcessing (Lcom/llamalad7/mixinextras/sugar/impl/SugarApplicator;Ljava/lang/Runnable;)V 13 argL0 ; # com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension$$Lambda+0x000001d681777c48 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/LocalSugarApplicator getOrCreateRef (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;ILjava/lang/String;Lcom/llamalad7/mixinextras/injector/StackExtension;)I 171 member ; # com/llamalad7/mixinextras/sugar/impl/LocalSugarApplicator$$Lambda+0x000001d681777a28 +instanceKlass @cpi com/llamalad7/mixinextras/sugar/impl/LocalSugarApplicator 95 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681778000 +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/LocalRefImpl +instanceKlass @bci com/llamalad7/mixinextras/utils/ClassGenUtils ()V 107 member ; # com/llamalad7/mixinextras/utils/ClassGenUtils$$Lambda+0x000001d681773bc8 +instanceKlass com/llamalad7/mixinextras/utils/ClassGenUtils$Definer +instanceKlass com/llamalad7/mixinextras/utils/ClassGenUtils +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/generated/GeneratedImplDummy +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 291 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d6817733a0 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 273 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d681773170 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 235 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d681772f40 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 194 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d681772d10 +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/LocalRefRuntime +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 151 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d6817728e0 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 113 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d6817726b0 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator generateClass (Lorg/objectweb/asm/tree/ClassNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 98 member ; # com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator$$Lambda+0x000001d681772480 +instanceKlass com/llamalad7/mixinextras/sugar/ref/LocalRef +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/LocalRefClassGenerator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681777400 +instanceKlass org/objectweb/asm/tree/analysis/BasicValue +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681777000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681776c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681776800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681776400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681776000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681775c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681775800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681775400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681775000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681774c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681774800 +instanceKlass dev/uncandango/alltheleaks/annotation/CompatibleHashes +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681774400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681774000 +instanceKlass net/minecraft/client/gui/GuiGraphics +instanceKlass dev/isxander/yacl3/gui/render/GuiRenderStateSink +instanceKlass de/keksuccino/fancymenu/mixin/mixins/common/client/IMixinGuiGraphics +instanceKlass dev/tr7zw/trender/gui/impl/mixin/client/DrawContextAccessor +instanceKlass io/wispforest/owo/mixin/ui/DrawContextInvoker +instanceKlass io/wispforest/owo/ui/util/MatrixStackTransformer +instanceKlass dev/emi/emi/mixin/accessor/DrawContextAccessor +instanceKlass io/wispforest/accessories/mixin/client/GuiGraphicsAccessor +instanceKlass net/neoforged/neoforge/client/extensions/IGuiGraphicsExtension +instanceKlass dev/emi/emi/mixinsupport/annotation/AdditionalField +instanceKlass dev/emi/emi/mixinsupport/annotation/InvokeTarget +instanceKlass dev/emi/emi/mixinsupport/annotation/StripConstructors +instanceKlass dev/emi/emi/mixinsupport/annotation/Extends +instanceKlass dev/emi/emi/mixinsupport/annotation/Transform +instanceKlass dev/emi/emi/mixinsupport/EmiMixinTransformation +instanceKlass org/spongepowered/asm/mixin/injection/struct/ArgOffsets +instanceKlass org/spongepowered/include/com/google/common/collect/Platform +instanceKlass @bci com/llamalad7/mixinextras/wrapper/WrapperInjectionInfo postInject ()V 20 member ; # com/llamalad7/mixinextras/wrapper/WrapperInjectionInfo$$Lambda+0x000001d681769a50 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/SugarWrapperImpl lambda$granularInject$1 (Lcom/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$HandlerCallCallback;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;Lorg/objectweb/asm/tree/MethodInsnNode;)V 12 argL0 ; # com/llamalad7/mixinextras/sugar/impl/SugarWrapperImpl$$Lambda+0x000001d681769818 +instanceKlass com/llamalad7/mixinextras/sugar/impl/SingleIterationList +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/SugarWrapperImpl granularInject (Lcom/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$HandlerCallCallback;)V 11 member ; # com/llamalad7/mixinextras/sugar/impl/SugarWrapperImpl$$Lambda+0x000001d681769000 +instanceKlass @bci com/llamalad7/mixinextras/wrapper/InjectorWrapperImpl doInject ()V 8 argL0 ; # com/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$$Lambda+0x000001d68176bc68 +instanceKlass com/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$HandlerCallCallback +instanceKlass com/llamalad7/mixinextras/sugar/impl/ref/LocalRefUtils +instanceKlass @bci com/llamalad7/mixinextras/injector/LateApplyingInjectorInfo wrap (Ljava/lang/Object;Lcom/llamalad7/mixinextras/injector/LateApplyingInjectorInfo;)Z 12 argL0 ; # com/llamalad7/mixinextras/injector/LateApplyingInjectorInfo$$Lambda+0x000001d68176b628 +instanceKlass com/llamalad7/mixinextras/lib/apache/commons/ClassUtils +instanceKlass com/llamalad7/mixinextras/sugar/impl/handlers/HandlerTransformer +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarParameter +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/SugarWrapperInjectionInfo (Lorg/spongepowered/asm/mixin/transformer/MixinTargetContext;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/AnnotationNode;)V 1 argL0 ; # com/llamalad7/mixinextras/sugar/impl/SugarWrapperInjectionInfo$$Lambda+0x000001d68176a6c8 +instanceKlass com/llamalad7/mixinextras/wrapper/InjectorWrapperImpl +instanceKlass com/llamalad7/mixinextras/wrapper/InjectorWrapperImpl$Factory +instanceKlass org/spongepowered/asm/mixin/injection/code/MethodSlice$InsnListSlice$SliceIterator +instanceKlass org/spongepowered/asm/mixin/injection/code/MethodSlice +instanceKlass org/spongepowered/asm/mixin/injection/invoke/RedirectInjector$Meta +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681768800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681768400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681768000 +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl isClassOwned (Ljava/lang/String;)Z 25 member ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d681765c78 +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl isClassOwned (Ljava/lang/String;)Z 9 argL0 ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d681765a40 +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl getAllClassNamesAtLeast (Ljava/lang/String;I)Ljava/util/Set; 41 member ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d681765800 +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl getAllClassNamesAtLeast (Ljava/lang/String;I)Ljava/util/Set; 29 argL0 ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d681767c30 +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl getAllClassNamesAtLeast (Ljava/lang/String;I)Ljava/util/Set; 19 member ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d6817679e8 +instanceKlass com/llamalad7/mixinextras/sugar/Share +instanceKlass com/llamalad7/mixinextras/sugar/Local +instanceKlass com/llamalad7/mixinextras/sugar/Cancellable +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarApplicator +instanceKlass com/mojang/blaze3d/vertex/VertexConsumer +instanceKlass net/neoforged/neoforge/client/extensions/IVertexConsumerExtension +instanceKlass net/irisshaders/iris/mixin/texture/SimpleTextureAccessor +instanceKlass org/spongepowered/asm/mixin/injection/selectors/TargetSelector$Result +instanceKlass net/minecraft/client/renderer/texture/AbstractTexture +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventBase +instanceKlass net/minecraft/client/gui/screens/Overlay +instanceKlass net/minecraft/client/gui/components/Renderable +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681765400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681765000 +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/common/debug/SMAPPool +instanceKlass @bci com/llamalad7/mixinextras/utils/OperationUtils$1 ([Lorg/objectweb/asm/Type;Z[Lorg/objectweb/asm/Type;Lcom/llamalad7/mixinextras/utils/OperationUtils$OperationContents;Lorg/objectweb/asm/Type;)V 226 ; # java/lang/invoke/LambdaForm$MH+0x000001d681764c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681764800 +instanceKlass @bci com/llamalad7/mixinextras/utils/OperationUtils$1 ([Lorg/objectweb/asm/Type;Z[Lorg/objectweb/asm/Type;Lcom/llamalad7/mixinextras/utils/OperationUtils$OperationContents;Lorg/objectweb/asm/Type;)V 226 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681764400 +instanceKlass @bci com/llamalad7/mixinextras/utils/OperationUtils$1 ([Lorg/objectweb/asm/Type;Z[Lorg/objectweb/asm/Type;Lcom/llamalad7/mixinextras/utils/OperationUtils$OperationContents;Lorg/objectweb/asm/Type;)V 226 member ; # com/llamalad7/mixinextras/utils/OperationUtils$1$$Lambda+0x000001d6817617d8 +instanceKlass @cpi com/llamalad7/mixinextras/utils/OperationUtils$1 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681764000 +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationRuntime +instanceKlass @bci com/llamalad7/mixinextras/utils/OperationUtils$1 ([Lorg/objectweb/asm/Type;Z[Lorg/objectweb/asm/Type;Lcom/llamalad7/mixinextras/utils/OperationUtils$OperationContents;Lorg/objectweb/asm/Type;)V 113 argL0 ; # com/llamalad7/mixinextras/utils/OperationUtils$1$$Lambda+0x000001d6817613a0 +instanceKlass @bci com/llamalad7/mixinextras/utils/OperationUtils$1 ([Lorg/objectweb/asm/Type;Z[Lorg/objectweb/asm/Type;Lcom/llamalad7/mixinextras/utils/OperationUtils$OperationContents;Lorg/objectweb/asm/Type;)V 38 argL0 ; # com/llamalad7/mixinextras/utils/OperationUtils$1$$Lambda+0x000001d681761188 +instanceKlass com/llamalad7/mixinextras/utils/UniquenessHelper +instanceKlass com/llamalad7/mixinextras/utils/OperationUtils +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector makeOperation (Lcom/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$OperationType;[Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/tree/InsnList;Z[Lorg/objectweb/asm/Type;)V 22 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d681760860 +instanceKlass com/llamalad7/mixinextras/utils/OperationUtils$OperationContents +instanceKlass com/llamalad7/mixinextras/lib/apache/commons/ArrayUtils +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector inject (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;)V 76 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d681760248 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector inject (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;)V 59 argL0 ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d681760000 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector inject (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;)V 49 argL0 ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175fc00 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector inject (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;)V 39 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175f9c0 +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/FlowPostProcessor +instanceKlass @bci com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension offerInjection (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;Lcom/llamalad7/mixinextras/injector/LateApplyingInjectorInfo;)V 59 member ; # com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension$$Lambda+0x000001d68175f378 +instanceKlass @bci com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension offerInjection (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;Lcom/llamalad7/mixinextras/injector/LateApplyingInjectorInfo;)V 45 member ; # com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension$$Lambda+0x000001d68175f158 +instanceKlass @bci com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension offerInjection (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;Lcom/llamalad7/mixinextras/injector/LateApplyingInjectorInfo;)V 4 argL0 ; # com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension$$Lambda+0x000001d68175ef20 +instanceKlass org/spongepowered/asm/mixin/Dynamic +instanceKlass org/spongepowered/asm/mixin/injection/struct/Target$Extension +instanceKlass org/spongepowered/asm/mixin/injection/Coerce +instanceKlass org/spongepowered/asm/mixin/injection/code/Injector$InjectorData +instanceKlass com/llamalad7/mixinextras/utils/InjectorUtils +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 105 argL0 ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175eb08 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 96 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175e6b0 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 86 argL0 ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175e498 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 78 argL0 ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175e048 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 70 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175dbf0 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 61 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175d9d0 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 52 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175d7b0 +instanceKlass @bci com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector (Lorg/spongepowered/asm/mixin/injection/struct/InjectionInfo;)V 43 member ; # com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$$Lambda+0x000001d68175d590 +instanceKlass com/llamalad7/mixinextras/injector/StackExtension +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$OperationConstructor +instanceKlass com/llamalad7/mixinextras/versions/MixinVersion +instanceKlass com/llamalad7/mixinextras/utils/CompatibilityHelper +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/Operation +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$OperationType +instanceKlass org/spongepowered/asm/mixin/injection/code/Injector$TargetNode +instanceKlass org/spongepowered/asm/mixin/injection/struct/IChainedDecoration +instanceKlass org/spongepowered/asm/mixin/injection/code/InjectorTarget +instanceKlass org/spongepowered/asm/mixin/injection/code/IInsnListEx +instanceKlass org/spongepowered/asm/mixin/injection/selectors/TargetSelectors$SelectedMethod +instanceKlass org/spongepowered/include/com/google/common/base/ExtraObjectsMethodsForWeb +instanceKlass org/spongepowered/asm/mixin/injection/Group +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68175a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681759c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681759800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681759400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681759000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681758c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681758800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681758400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681758000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681757c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681757800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681757400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681757000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681756c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681756800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681756400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681756000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681755c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681755800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681755400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681755000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681754c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681754800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681754400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681754000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681753c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681753800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681753400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681753000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681752c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681752800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681752400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681752000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681751c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681751800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681751400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681751000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681750c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681750800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681750400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681750000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174fc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174f800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174f400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174e400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68174a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681749c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681749800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681749400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681749000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681748c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681748800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681748400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681748000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681747c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681747800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681747400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681747000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681746c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681746800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681746400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681746000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681745c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681745800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681745400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681745000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681744c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681744800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681744400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681744000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681743c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681743800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681743400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681743000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681742c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681742800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681742400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681742000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681741c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681741800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681741400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681741000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681740c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681740800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681740400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681740000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68173a000 +instanceKlass org/spongepowered/asm/util/ConstraintParser$Constraint +instanceKlass org/spongepowered/asm/util/ConstraintParser +instanceKlass org/spongepowered/asm/mixin/SoftOverride +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681739c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681739800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681739400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681739000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681738c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681738800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681738400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681738000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681737c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681737800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681737400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681737000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681736c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681736800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681736400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681736000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681735c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681735800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681735400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681735000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681734c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681734800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681734400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681734000 +instanceKlass org/spongepowered/asm/util/Handles +instanceKlass org/spongepowered/asm/mixin/transformer/meta/MixinMerged +instanceKlass org/spongepowered/asm/util/Bytecode$DelegateInitialiser +instanceKlass org/spongepowered/asm/mixin/transformer/struct/Initialiser +instanceKlass org/spongepowered/asm/mixin/transformer/struct/InsnRange +instanceKlass org/spongepowered/include/com/google/common/collect/AbstractMapEntry +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$5 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;Lcom/bawnorton/mixinsquared/reflection/MixinInfoExtension;)V 76 member ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f39d8 +instanceKlass com/bawnorton/mixinsquared/reflection/StateExtension +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$3 (Lcom/bawnorton/mixinsquared/reflection/MixinInfoExtension;Ljava/util/List;Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V 103 member ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f3120 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$3 (Lcom/bawnorton/mixinsquared/reflection/MixinInfoExtension;Ljava/util/List;Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V 84 member ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f2ef0 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$5 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;Lcom/bawnorton/mixinsquared/reflection/MixinInfoExtension;)V 61 member ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f2cc0 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$5 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;Lcom/bawnorton/mixinsquared/reflection/MixinInfoExtension;)V 19 argL0 ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f2a88 +instanceKlass com/bawnorton/mixinsquared/reflection/MethodReference +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$6 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;)V 2 member ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f2650 +instanceKlass com/bawnorton/mixinsquared/reflection/MixinInfoExtension +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust lambda$preApply$7 (Lcom/bawnorton/mixinsquared/reflection/TargetClassContextExtension;)V 6 argL0 ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f2220 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust preApply (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;)V 1 argL0 ; # com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust$$Lambda+0x000001d6816f1ff8 +instanceKlass @bci com/bawnorton/mixinsquared/canceller/MixinCancellerRegistrar shouldCancel (Ljava/util/List;Ljava/lang/String;Ljava/util/function/Consumer;)Z 11 member ; # com/bawnorton/mixinsquared/canceller/MixinCancellerRegistrar$$Lambda+0x000001d6816f1da8 +instanceKlass @bci com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication lambda$preApply$2 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;)Z 41 member ; # com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication$$Lambda+0x000001d6816f1b78 +instanceKlass @bci com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication lambda$preApply$2 (Lorg/spongepowered/asm/mixin/extensibility/IMixinInfo;)Z 11 argL0 ; # com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication$$Lambda+0x000001d6816f1940 +instanceKlass @bci com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication lambda$preApply$3 (Lcom/bawnorton/mixinsquared/reflection/TargetClassContextExtension;)V 6 argL0 ; # com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication$$Lambda+0x000001d6816f16f8 +instanceKlass com/bawnorton/mixinsquared/reflection/FieldReference +instanceKlass @bci com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication preApply (Lorg/spongepowered/asm/mixin/transformer/ext/ITargetClassContext;)V 1 argL0 ; # com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication$$Lambda+0x000001d6816f12c8 +instanceKlass com/bawnorton/mixinsquared/reflection/TargetClassContextExtension +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarInjector +instanceKlass com/llamalad7/mixinextras/expression/Expressions +instanceKlass java/lang/annotation/Repeatable +instanceKlass com/llamalad7/mixinextras/utils/ASMUtils +instanceKlass com/llamalad7/mixinextras/expression/Expression +instanceKlass com/llamalad7/mixinextras/lib/apache/commons/tuple/Pair +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl initialize ()V 44 argL0 ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d68172de70 +instanceKlass com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapper +instanceKlass com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapper +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarWrapper +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl initialize ()V 30 argL0 ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d68172d660 +instanceKlass org/spongepowered/asm/mixin/struct/SourceMap$File +instanceKlass org/spongepowered/asm/mixin/struct/SourceMap$Stratum +instanceKlass @bci org/sinytra/connector/ConnectorEarlyLoader preLaunch ()V 24 argL0 ; # org/sinytra/connector/ConnectorEarlyLoader$$Lambda+0x000001d681729000 +instanceKlass net/fabricmc/loader/api/entrypoint/PreLaunchEntrypoint +instanceKlass org/sinytra/connector/mod/DummyTarget +instanceKlass java/text/DigitList$1 +instanceKlass org/spongepowered/asm/mixin/transformer/meta/MixinRenamed +instanceKlass org/spongepowered/asm/mixin/transformer/InterfaceInfo +instanceKlass org/spongepowered/asm/mixin/Implements +instanceKlass org/spongepowered/asm/util/LanguageFeatures +instanceKlass org/spongepowered/asm/util/Counter +instanceKlass org/spongepowered/include/com/google/common/primitives/Chars +instanceKlass org/spongepowered/asm/mixin/injection/Surrogate +instanceKlass org/spongepowered/asm/mixin/transformer/ActivityStack$Activity +instanceKlass org/spongepowered/asm/mixin/extensibility/IActivityContext$IActivity +instanceKlass java/util/concurrent/LinkedBlockingDeque$Node +instanceKlass com/moepus/flerovium/Config +instanceKlass @bci com/moepus/flerovium/ConfigParser ()V 0 argL0 ; # com/moepus/flerovium/ConfigParser$$Lambda+0x000001d68172d048 +instanceKlass com/moepus/flerovium/ConfigParser +instanceKlass com/moepus/flerovium/Flerovium +instanceKlass plus/dragons/createdragonsplus/mixin/util/RunDataMixinCondition +instanceKlass me/fallenbreath/conditionalmixin/api/mixin/ConditionTester +instanceKlass net/createmod/catnip/lang/Lang +instanceKlass de/keksuccino/konkrete/Konkrete +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681728000 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender getParameterIndexFromAnnotation (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)I 19 member ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d6817270d8 +instanceKlass @bci com/copycatsplus/copycats/compat/neoforge/ModsImpl getLoaded (Ljava/lang/String;)Z 18 member ; # com/copycatsplus/copycats/compat/neoforge/ModsImpl$$Lambda+0x000001d681724c00 +instanceKlass com/copycatsplus/copycats/compat/neoforge/ModsImpl +instanceKlass com/copycatsplus/copycats/CCLang +instanceKlass com/copycatsplus/copycats/foundation/annotation/ModMixin +instanceKlass @bci cpw/mods/modlauncher/ClassTransformer transform ([BLjava/lang/String;Ljava/lang/String;)[B 144 member ; # cpw/mods/modlauncher/ClassTransformer$$Lambda+0x000001d681726eb8 +instanceKlass @bci toni/immersivelanterns/foundation/ImmersiveLanternsMixinConfigPlugin isModLoaded (Ljava/lang/String;)Z 33 member ; # toni/immersivelanterns/foundation/ImmersiveLanternsMixinConfigPlugin$$Lambda+0x000001d681723700 +instanceKlass @bci toni/immersivelanterns/foundation/ImmersiveLanternsMixinConfigPlugin isModLoaded (Ljava/lang/String;)Z 17 argL0 ; # toni/immersivelanterns/foundation/ImmersiveLanternsMixinConfigPlugin$$Lambda+0x000001d6817234c8 +instanceKlass io/github/discusser/toomanyentities/neoforge/TooManyEntitiesImpl +instanceKlass net/minecraft/network/chat/Component +instanceKlass net/minecraft/network/chat/FormattedText +instanceKlass com/mojang/brigadier/Message +instanceKlass me/shedaniel/autoconfig/gui/registry/api/GuiProvider +instanceKlass io/github/discusser/toomanyentities/TooManyEntities +instanceKlass @bci io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin shouldApplyMixin (Ljava/lang/String;Ljava/lang/String;)Z 4 argL0 ; # io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin$$Lambda+0x000001d6817226d0 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender buildExtensionInfo (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Lnet/neoforged/fml/common/asm/ListGeneratorAdapter;Lorg/objectweb/asm/tree/FieldNode;II)V 34 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d681726c80 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender buildExtensionInfo (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Lnet/neoforged/fml/common/asm/ListGeneratorAdapter;Lorg/objectweb/asm/tree/FieldNode;II)V 19 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d681726a38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681724400 +instanceKlass org/objectweb/asm/commons/Method +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender getVanillaEntryCount (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)I 10 member ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d681726248 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender isAllowedConstructor (Lorg/objectweb/asm/tree/MethodNode;)Z 18 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d681726000 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 147 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171bbb0 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 137 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171b968 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 127 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171b720 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 108 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171b4d8 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 90 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171b290 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender processClass (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 79 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68171b048 +instanceKlass @bci org/sinytra/connector/service/hacks/LenientRuntimeEnumExtender processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 45 member ; # org/sinytra/connector/service/hacks/LenientRuntimeEnumExtender$$Lambda+0x000001d6815bfab0 +instanceKlass @cpi com/faboslav/friendsandfoes/common/events/base/CancellableEventHandler 130 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681724000 +instanceKlass com/moepus/biomespy/Constants +instanceKlass @bci com/moepus/biomespy/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/moepus/biomespy/platform/Services$$Lambda+0x000001d6817222b0 +instanceKlass com/moepus/biomespy/platform/FabricPlatformHelper +instanceKlass com/moepus/biomespy/platform/services/IPlatformHelper +instanceKlass com/moepus/biomespy/platform/Services +instanceKlass @bci com/structureessentials/config/CommonConfiguration deserialize (Lcom/google/gson/JsonObject;)V 392 member ; # com/structureessentials/config/CommonConfiguration$$Lambda+0x000001d681721a08 +instanceKlass com/structureessentials/config/CommonConfiguration +instanceKlass @bci fuzs/puzzleslib/api/core/v1/ServiceProviderHelper load (Ljava/lang/Class;)Ljava/lang/Object; 13 member ; # fuzs/puzzleslib/api/core/v1/ServiceProviderHelper$$Lambda+0x000001d6817215b0 +instanceKlass @bci fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment ()V 6 member ; # fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment$$Lambda+0x000001d681721378 +instanceKlass fuzs/puzzleslib/neoforge/impl/core/NeoForgeEnvironment +instanceKlass fuzs/puzzleslib/api/core/v1/ModLoaderEnvironment +instanceKlass fuzs/puzzleslib/impl/PuzzlesLib +instanceKlass xaero/hud/minimap/MinimapLogs +instanceKlass @bci xaero/common/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # xaero/common/platform/Services$$Lambda+0x000001d6817208c8 +instanceKlass xaero/common/platform/services/NeoForgePlatformHelper +instanceKlass xaero/common/platform/services/IPlatformHelper +instanceKlass xaero/common/platform/Services +instanceKlass com/cupboard/config/CommonConfiguration +instanceKlass com/cupboard/Cupboard +instanceKlass sun/nio/fs/WindowsWatchService$FileKey +instanceKlass sun/nio/fs/AbstractPoller$Request +instanceKlass java/nio/file/WatchEvent$Modifier +instanceKlass sun/nio/fs/AbstractPoller$1 +instanceKlass sun/nio/fs/AbstractPoller +instanceKlass java/nio/file/StandardWatchEventKinds$StdWatchEventKind +instanceKlass java/nio/file/WatchEvent$Kind +instanceKlass java/nio/file/StandardWatchEventKinds +instanceKlass sun/nio/fs/AbstractWatchKey$Event +instanceKlass java/nio/file/WatchEvent +instanceKlass sun/nio/fs/AbstractWatchKey +instanceKlass java/nio/file/WatchKey +instanceKlass sun/nio/fs/AbstractWatchService +instanceKlass java/nio/file/WatchService +instanceKlass com/betterfpsdist/config/CommonConfiguration +instanceKlass com/cupboard/config/CupboardConfig +instanceKlass com/cupboard/config/ICommonConfig +instanceKlass com/betterfpsdist/BetterfpsdistMod +instanceKlass @bci dev/uncandango/alltheleaks/config/ATLProperties save ()V 32 argL0 ; # dev/uncandango/alltheleaks/config/ATLProperties$$Lambda+0x000001d68171f2a8 +instanceKlass net/minecraft/util/GsonHelper +instanceKlass dev/uncandango/alltheleaks/config/ATLProperties +instanceKlass @bci dev/uncandango/alltheleaks/leaks/IssueManager generateCondition (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Ljava/util/function/Supplier; 6 member ; # dev/uncandango/alltheleaks/leaks/IssueManager$$Lambda+0x000001d68171ec80 +instanceKlass @bci dev/uncandango/alltheleaks/annotation/AnnotationHelper lambda$getDefaultValue$1 (Ljava/lang/Class;)Ljava/util/Map; 22 argL0 ; # dev/uncandango/alltheleaks/annotation/AnnotationHelper$$Lambda+0x000001d68171ea48 +instanceKlass @bci dev/uncandango/alltheleaks/annotation/AnnotationHelper lambda$getDefaultValue$1 (Ljava/lang/Class;)Ljava/util/Map; 17 argL0 ; # dev/uncandango/alltheleaks/annotation/AnnotationHelper$$Lambda+0x000001d68171e810 +instanceKlass @bci dev/uncandango/alltheleaks/annotation/AnnotationHelper lambda$getDefaultValue$1 (Ljava/lang/Class;)Ljava/util/Map; 7 argL0 ; # dev/uncandango/alltheleaks/annotation/AnnotationHelper$$Lambda+0x000001d68171e5c8 +instanceKlass @bci dev/uncandango/alltheleaks/annotation/AnnotationHelper getDefaultValue (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 4 argL0 ; # dev/uncandango/alltheleaks/annotation/AnnotationHelper$$Lambda+0x000001d68171e390 +instanceKlass dev/uncandango/alltheleaks/utils/ReflectionHelper +instanceKlass dev/uncandango/alltheleaks/annotation/AnnotationHelper +instanceKlass dev/uncandango/alltheleaks/AllTheLeaks +instanceKlass @bci dev/uncandango/alltheleaks/leaks/IssueManager getAllowedMixins ()Ljava/util/Set; 47 member ; # dev/uncandango/alltheleaks/leaks/IssueManager$$Lambda+0x000001d68171db60 +instanceKlass @bci net/neoforged/neoforgespi/language/ModFileScanData getAnnotatedBy (Ljava/lang/Class;Ljava/lang/annotation/ElementType;)Ljava/util/stream/Stream; 16 member ; # net/neoforged/neoforgespi/language/ModFileScanData$$Lambda+0x000001d68171adf8 +instanceKlass dev/uncandango/alltheleaks/annotation/Issue +instanceKlass dev/uncandango/alltheleaks/leaks/IssueManager +instanceKlass @bci net/bettercombat/mixin/BetterCombatMixinPlugin lambda$new$1 ()Ljava/lang/Boolean; 21 member ; # net/bettercombat/mixin/BetterCombatMixinPlugin$$Lambda+0x000001d68171d550 +instanceKlass dev/kosmx/playerAnim/api/layered/IAnimation +instanceKlass com/ishland/c2me/opts/worldgen/vanilla/common/Config +instanceKlass @bci me/fallenbreath/conditionalmixin/impl/SimpleRestrictionChecker checkConditions (Ljava/lang/String;Ljava/util/List;)Ljava/util/List; 172 argL0 ; # me/fallenbreath/conditionalmixin/impl/SimpleRestrictionChecker$$Lambda+0x000001d68171cf40 +instanceKlass @bci me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl getModVersionString (Ljava/lang/String;)Ljava/util/Optional; 20 argL0 ; # me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl$$Lambda+0x000001d68171cd08 +instanceKlass @bci me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl getModVersionString (Ljava/lang/String;)Ljava/util/Optional; 12 argL0 ; # me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl$$Lambda+0x000001d68171cad0 +instanceKlass @bci me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl getModVersionString (Ljava/lang/String;)Ljava/util/Optional; 4 argL0 ; # me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl$$Lambda+0x000001d68171c888 +instanceKlass me/fallenbreath/conditionalmixin/impl/SimpleRestrictionChecker$Result +instanceKlass @bci me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl getModFileInfo (Ljava/lang/String;)Ljava/util/Optional; 30 member ; # me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl$$Lambda+0x000001d68171c440 +instanceKlass @bci me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl getModFileInfo (Ljava/lang/String;)Ljava/util/Optional; 7 member ; # me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl$$Lambda+0x000001d68171c200 +instanceKlass me/fallenbreath/conditionalmixin/api/util/neoforge/VersionCheckerImpl +instanceKlass me/fallenbreath/conditionalmixin/api/util/VersionChecker +instanceKlass me/fallenbreath/conditionalmixin/impl/SimpleRestrictionChecker$1 +instanceKlass com/illusivesoulworks/elytraslot/platform/NeoForgeLoadingPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/services/ILoadingPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/NeoForgeClientPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/services/IClientPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/NeoForgePlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/services/IPlatform +instanceKlass com/illusivesoulworks/elytraslot/ElytraSlotConstants +instanceKlass @bci com/illusivesoulworks/elytraslot/platform/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # com/illusivesoulworks/elytraslot/platform/Services$$Lambda+0x000001d6817128e8 +instanceKlass com/illusivesoulworks/elytraslot/platform/NeoForgeElytraPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/services/IElytraPlatform +instanceKlass com/illusivesoulworks/elytraslot/platform/Services +instanceKlass io/wispforest/accessories/neoforge/AccessoriesLoaderInternalsImpl +instanceKlass io/wispforest/accessories/AccessoriesLoaderInternals +instanceKlass io/github/steveplays28/noisium/util/neoforge/ModUtilImpl +instanceKlass io/github/steveplays28/noisium/util/ModUtil +instanceKlass net/mehvahdjukaar/moonlight/api/misc/OptionalMixin +instanceKlass @bci org/sinytra/connector/ConnectorCoremods lambda$getTransformers$1 (Lorg/objectweb/asm/tree/ClassNode;)V 9 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d6815bf868 +instanceKlass net/irisshaders/iris/platform/IrisForgeHelpers +instanceKlass net/irisshaders/iris/platform/IrisPlatformHelpers +instanceKlass @bci org/sinytra/connector/ConnectorCoremods lambda$addOriginalSyntheticField$9 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/tree/ClassNode;)V 25 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d6815bf630 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods lambda$addOriginalSyntheticField$9 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/tree/ClassNode;)V 10 member ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d6815bf3e0 +instanceKlass dev/kosmx/playerAnim/impl/neoforge/HelperImpl +instanceKlass dev/kosmx/playerAnim/impl/Helper +instanceKlass org/spongepowered/asm/mixin/transformer/MixinPreProcessorStandard +instanceKlass @bci cpw/mods/modlauncher/TransformerClassWriter$SuperCollectingVisitor visit (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V 112 member ; # cpw/mods/modlauncher/TransformerClassWriter$SuperCollectingVisitor$$Lambda+0x000001d681719f10 +instanceKlass @bci cpw/mods/modlauncher/TransformerClassWriter computeHierarchyFromClass (Ljava/lang/String;Ljava/lang/Class;)V 133 member ; # cpw/mods/modlauncher/TransformerClassWriter$$Lambda+0x000001d681719ce0 +instanceKlass @bci net/neoforged/accesstransformer/ClassTarget apply (Lorg/objectweb/asm/tree/ClassNode;Lnet/neoforged/accesstransformer/AccessTransformer$Modifier;Lnet/neoforged/accesstransformer/AccessTransformer$FinalState;Ljava/util/Set;)V 46 member ; # net/neoforged/accesstransformer/ClassTarget$$Lambda+0x000001d681719ab0 +instanceKlass @bci net/neoforged/accesstransformer/ClassTarget apply (Lorg/objectweb/asm/tree/ClassNode;Lnet/neoforged/accesstransformer/AccessTransformer$Modifier;Lnet/neoforged/accesstransformer/AccessTransformer$FinalState;Ljava/util/Set;)V 34 member ; # net/neoforged/accesstransformer/ClassTarget$$Lambda+0x000001d681719860 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl lambda$transform$8 (Ljava/util/Set;Lorg/objectweb/asm/tree/MethodNode;)V 54 argL0 ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681719638 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl lambda$transform$8 (Ljava/util/Set;Lorg/objectweb/asm/tree/MethodNode;)V 44 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d6817193e8 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl lambda$transform$8 (Ljava/util/Set;Lorg/objectweb/asm/tree/MethodNode;)V 33 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d6817191a8 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl lambda$transform$8 (Ljava/util/Set;Lorg/objectweb/asm/tree/MethodNode;)V 16 argL0 ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681718f60 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 207 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681718d30 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 183 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681718b00 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 170 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d6817188b0 +instanceKlass @bci dev/aika/smsn/mixin/ModMixinManager getByMixinClass (Ljava/lang/String;)Ljava/util/Optional; 10 member ; # dev/aika/smsn/mixin/ModMixinManager$$Lambda+0x000001d681710dc0 +instanceKlass org/spongepowered/asm/mixin/transformer/MixinConfig$1 +instanceKlass @bci net/neoforged/accesstransformer/InnerClassTarget apply (Lorg/objectweb/asm/tree/ClassNode;Lnet/neoforged/accesstransformer/AccessTransformer$Modifier;Lnet/neoforged/accesstransformer/AccessTransformer$FinalState;Ljava/util/Set;)V 22 member ; # net/neoforged/accesstransformer/InnerClassTarget$$Lambda+0x000001d681718480 +instanceKlass @bci net/neoforged/accesstransformer/InnerClassTarget apply (Lorg/objectweb/asm/tree/ClassNode;Lnet/neoforged/accesstransformer/AccessTransformer$Modifier;Lnet/neoforged/accesstransformer/AccessTransformer$FinalState;Ljava/util/Set;)V 10 member ; # net/neoforged/accesstransformer/InnerClassTarget$$Lambda+0x000001d681718230 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 59 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681718000 +instanceKlass org/spongepowered/include/com/google/common/collect/TransformedIterator +instanceKlass org/spongepowered/include/com/google/common/collect/Lists +instanceKlass org/spongepowered/include/com/google/common/base/Functions +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 121 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681715e58 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformerEngineImpl transform (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;)Z 108 member ; # net/neoforged/accesstransformer/AccessTransformerEngineImpl$$Lambda+0x000001d681715c08 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList getTransformersForTarget (Lorg/objectweb/asm/Type;)Ljava/util/Map; 45 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d6817159d0 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList getTransformersForTarget (Lorg/objectweb/asm/Type;)Ljava/util/Map; 40 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d6817157b8 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList getTransformersForTarget (Lorg/objectweb/asm/Type;)Ljava/util/Map; 35 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d681715580 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList getTransformersForTarget (Lorg/objectweb/asm/Type;)Ljava/util/Map; 25 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d681715348 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList getTransformersForTarget (Lorg/objectweb/asm/Type;)Ljava/util/Map; 15 member ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d6817150f8 +instanceKlass org/spongepowered/asm/mixin/refmap/IClassReferenceMapper +instanceKlass org/spongepowered/asm/mixin/Pseudo +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInfo$SubType +instanceKlass com/llamalad7/mixinextras/platform/neoforge/MixinExtrasConfigPlugin +instanceKlass @bci com/bawnorton/mixinsquared/platform/forge/MixinCancellerLoader load ()V 3 argL0 ; # com/bawnorton/mixinsquared/platform/forge/MixinCancellerLoader$$Lambda+0x000001d681710918 +instanceKlass com/bawnorton/mixinsquared/platform/forge/MixinCancellerLoader +instanceKlass com/bawnorton/mixinsquared/adjuster/ExtensionAnnotationAdjust +instanceKlass com/bawnorton/mixinsquared/ext/ExtensionRegistrar +instanceKlass com/bawnorton/mixinsquared/canceller/ExtensionCancelApplication +instanceKlass com/bawnorton/mixinsquared/ext/MixinSquaredExtension +instanceKlass org/spongepowered/asm/util/asm/IAnnotatedElement +instanceKlass com/bawnorton/mixinsquared/reflection/AnnotatedMixinExtension +instanceKlass com/bawnorton/mixinsquared/selector/DynamicSelectorHandler +instanceKlass com/bawnorton/mixinsquared/MixinSquaredBootstrap +instanceKlass com/bawnorton/mixinsquared/platform/forge/MixinSquaredMixinConfigPlugin +instanceKlass org/sinytra/adapter/runtime/inject/ModifyInstanceofValue +instanceKlass org/sinytra/adapter/runtime/AdapterMixinPlugin +instanceKlass com/moepus/flerovium/MixinPlugin +instanceKlass eu/ha3/presencefootsteps/compat/PFMixinPlugin +instanceKlass @bci forge/me/thosea/badoptimizations/hook/CacheHooks ()V 70 member ; # forge/me/thosea/badoptimizations/hook/CacheHooks$$Lambda+0x000001d68170edf0 +instanceKlass forge/me/thosea/badoptimizations/hook/CacheHooks +instanceKlass forge/me/thosea/badoptimizations/config/ConfigOptimization +instanceKlass @bci forge/me/thosea/badoptimizations/config/ConfigLoadContext dumpConfig ()V 34 argL0 ; # forge/me/thosea/badoptimizations/config/ConfigLoadContext$$Lambda+0x000001d68170e5c0 +instanceKlass @bci forge/me/thosea/badoptimizations/config/ModIncompatibilities ()V 124 member ; # forge/me/thosea/badoptimizations/config/ModIncompatibilities$$Lambda+0x000001d68170e390 +instanceKlass @bci forge/me/thosea/badoptimizations/config/ModIncompatibilities getList (Ljava/lang/String;)Ljava/util/List; 5 argL0 ; # forge/me/thosea/badoptimizations/config/ModIncompatibilities$$Lambda+0x000001d68170df50 +instanceKlass forge/me/thosea/badoptimizations/config/ModIncompatibilities +instanceKlass forge/me/thosea/badoptimizations/config/ConfigLoadContext +instanceKlass forge/me/thosea/badoptimizations/config/Config +instanceKlass forge/me/thosea/badoptimizations/utils/forge/PlatformMethodsImpl +instanceKlass forge/me/thosea/badoptimizations/utils/PlatformMethods +instanceKlass forge/me/thosea/badoptimizations/mixin/BOMixinPlugin +instanceKlass com/simibubi/create/foundation/mixin/CreateMixinPlugin +instanceKlass dev/djefrey/colorwheel/neoforge/ClrwlNeoForgeXplat +instanceKlass dev/djefrey/colorwheel/ClrwlXplat +instanceKlass dev/djefrey/colorwheel/MixinPlugin +instanceKlass @bci malte0811/ferritecore/mixin/config/FerriteConfig$ConfigBuilder finish ()V 69 member ; # malte0811/ferritecore/mixin/config/FerriteConfig$ConfigBuilder$$Lambda+0x000001d68170a4f0 +instanceKlass malte0811/ferritecore/mixin/config/IPlatformConfigHooks$OverrideCallback +instanceKlass @bci malte0811/ferritecore/mixin/config/FerriteConfig$ConfigBuilder finish ()V 36 argL0 ; # malte0811/ferritecore/mixin/config/FerriteConfig$ConfigBuilder$$Lambda+0x000001d68170a0c0 +instanceKlass @bci malte0811/ferritecore/mixin/platform/ConfigFileHandler readAndUpdateConfig (Ljava/util/List;)V 172 member ; # malte0811/ferritecore/mixin/platform/ConfigFileHandler$$Lambda+0x000001d681709e70 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec lambda$correct$8 (Lcom/electronwill/nightconfig/core/ConfigSpec$CorrectionListener;Lcom/electronwill/nightconfig/core/Config;Lcom/electronwill/nightconfig/core/Config;)Ljava/lang/Integer; 30 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6816ff798 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec correct (Lcom/electronwill/nightconfig/core/Config;Lcom/electronwill/nightconfig/core/ConfigSpec$CorrectionListener;)I 14 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6816ff558 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec correct (Lcom/electronwill/nightconfig/core/Config;)I 2 argL0 ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6816ff340 +instanceKlass com/electronwill/nightconfig/core/ConfigSpec$CorrectionListener +instanceKlass malte0811/ferritecore/mixin/platform/ConfigFileHandler +instanceKlass malte0811/ferritecore/mixin/config/IPlatformConfigHooks +instanceKlass malte0811/ferritecore/mixin/config/FerriteConfig$Option +instanceKlass malte0811/ferritecore/mixin/config/FerriteConfig$ConfigBuilder +instanceKlass malte0811/ferritecore/mixin/config/FerriteConfig +instanceKlass @bci cpw/mods/cl/ModuleClassLoader getMaybeTransformedClassBytes (Ljava/lang/String;Ljava/lang/String;)[B 42 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681625d70 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader classNameToModuleName (Ljava/lang/String;)Ljava/lang/String; 28 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681625b38 +instanceKlass malte0811/ferritecore/mixin/config/FerriteMixinConfig +instanceKlass de/keksuccino/fancymenu/mixin/FMMixinPlugin +instanceKlass com/ishland/c2me/opts/chunkio/common/Config +instanceKlass com/ishland/c2me/opts/chunkio/ModuleEntryPoint +instanceKlass com/ishland/c2me/opts/worldgen/general/ModuleEntryPoint +instanceKlass com/ishland/c2me/server/utils/ModuleEntryPoint +instanceKlass @bci com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin ()V 24 argL0 ; # com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin$$Lambda+0x000001d681707dd0 +instanceKlass @bci com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin ()V 17 argL0 ; # com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin$$Lambda+0x000001d681707bb8 +instanceKlass @bci com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin ()V 10 argL0 ; # com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin$$Lambda+0x000001d6817079a0 +instanceKlass @bci com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin ()V 0 argL0 ; # com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin$$Lambda+0x000001d681707788 +instanceKlass com/starfish_studios/another_furniture/mixin/neoforge/ConditionalMixinPlugin +instanceKlass com/faboslav/friendsandfoes/common/mixin/plugin/FriendsAndFoesMixinPlugin +instanceKlass me/decce/ixeris/JavaHelper +instanceKlass me/decce/ixeris/IxerisMixinPlugin +instanceKlass dev/tr7zw/trender/gui/impl/LibGuiMixinPlugin +instanceKlass xaero/lib/mixin/plugin/MixinPlugin +instanceKlass com/copycatsplus/copycats/Copycats +instanceKlass com/copycatsplus/copycats/mixin/MixinPlugin +instanceKlass dev/latvian/mods/kubejs/KubeJSMixinPlugin +instanceKlass cc/cassian/item_descriptions/client/mixin/ItemDescriptionsMixinPlugin +instanceKlass com/ishland/c2me/opts/allocs/ModuleEntryPoint +instanceKlass com/mrcrayfish/framework/Constants +instanceKlass com/mrcrayfish/controllable/mixin/ControllableMixinPlugin +instanceKlass com/ishland/c2me/rewrites/chunkio/ModuleEntryPoint +instanceKlass com/evandev/reliable_recipes/mixin/ReliableRecipesMixinPlugin +instanceKlass toni/immersivelanterns/foundation/ImmersiveLanternsMixinConfigPlugin +instanceKlass @bci io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin ()V 26 argL0 ; # io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin$$Lambda+0x000001d6817048e0 +instanceKlass architectury_inject_too_many_entities_common_ceb9a02c78544092851d4a25de847649_5cc10a4c8e01bd7f66e4d6a949424876fcee103429e3fda3511ecf0a9c5001b4too_many_entitiescommon120devjar/PlatformMethods +instanceKlass @bci io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin ()V 0 argL0 ; # io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin$$Lambda+0x000001d6817044c8 +instanceKlass io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin +instanceKlass dev/architectury/plugin/forge/ArchitecturyMixinPlugin +instanceKlass com/ishland/c2me/client/uncapvd/common/Config +instanceKlass com/ishland/c2me/client/uncapvd/ModuleEntryPoint +instanceKlass com/ishland/c2me/fixes/chunkio/threading_issues/ModuleEntryPoint +instanceKlass traben/entity_texture_features/mixin/Plugin +instanceKlass traben/entity_model_features/mixin/Plugin +instanceKlass de/keksuccino/konkrete/mixin/KonkreteMixinPlugin +instanceKlass com/ishland/c2me/fixes/worldgen/vanilla_bugs/ModuleEntryPoint +instanceKlass net/neoforged/fml/CrashReportCallables$1 +instanceKlass @bci org/sinytra/connector/mod/CrashReportUpgrade registerCrashLogInfo ()V 10 argL0 ; # org/sinytra/connector/mod/CrashReportUpgrade$$Lambda+0x000001d681702e30 +instanceKlass net/neoforged/fml/ISystemReportExtender +instanceKlass net/neoforged/fml/CrashReportCallables +instanceKlass @bci org/sinytra/connector/mod/CrashReportUpgrade registerCrashLogInfo ()V 0 argL0 ; # org/sinytra/connector/mod/CrashReportUpgrade$$Lambda+0x000001d681702c18 +instanceKlass net/neoforged/fml/ICrashReportHeader +instanceKlass org/sinytra/connector/mod/CrashReportUpgrade +instanceKlass org/sinytra/connector/mod/ConnectorBootstrap +instanceKlass de/keksuccino/melody/mixin/MelodyMixinPlugin +instanceKlass com/moepus/biomespy/MixinPlugin +instanceKlass com/ishland/c2me/opts/math/ModuleEntryPoint +instanceKlass toni/redirected/mixin/MixinPlugin +instanceKlass xaero/map/mixin/plugin/MixinPlugin +instanceKlass com/structureessentials/mixin/MixinConfig +instanceKlass @bci com/connectivity/mixin/MixinConfig onLoad (Ljava/lang/String;)V 17 argL0 ; # com/connectivity/mixin/MixinConfig$$Lambda+0x000001d681701700 +instanceKlass com/connectivity/mixin/MixinConfig +instanceKlass com/aetherteam/aether/mixin/AetherMixinPlugin +instanceKlass com/euphoriapatches/euphoria_patcher/neoforge/mixin/EuphoriaMixinPlugin +instanceKlass fuzs/puzzleslib/neoforge/mixin/MixinConfigPluginNeoForgeImpl +instanceKlass fuzs/puzzleslib/api/core/v1/ServiceProviderHelper +instanceKlass fuzs/puzzleslib/mixin/MixinConfigPluginImpl +instanceKlass @bci net/raphimc/immediatelyfast/neoforge/PlatformCodeImpl checkModCompatibility ()V 14 argL0 ; # net/raphimc/immediatelyfast/neoforge/PlatformCodeImpl$$Lambda+0x000001d681700650 +instanceKlass @bci net/raphimc/immediatelyfast/ImmediatelyFast earlyInit ()V 109 argL0 ; # net/raphimc/immediatelyfast/ImmediatelyFast$$Lambda+0x000001d681700438 +instanceKlass @bci net/raphimc/immediatelyfast/neoforge/PlatformCodeImpl getModVersion (Ljava/lang/String;)Ljava/util/Optional; 16 argL0 ; # net/raphimc/immediatelyfast/neoforge/PlatformCodeImpl$$Lambda+0x000001d681700200 +instanceKlass net/neoforged/fml/ModList +instanceKlass net/raphimc/immediatelyfastapi/ImmediatelyFastApi +instanceKlass net/raphimc/immediatelyfast/apiimpl/RuntimeConfigAccessImpl +instanceKlass net/raphimc/immediatelyfast/apiimpl/ConfigAccessImpl +instanceKlass net/raphimc/immediatelyfast/apiimpl/BatchingAccessImpl +instanceKlass net/raphimc/immediatelyfastapi/ConfigAccess +instanceKlass net/raphimc/immediatelyfastapi/BatchingAccess +instanceKlass net/raphimc/immediatelyfast/apiimpl/ApiAccessImpl +instanceKlass net/raphimc/immediatelyfast/feature/core/ImmediatelyFastRuntimeConfig +instanceKlass net/raphimc/immediatelyfast/feature/core/ImmediatelyFastConfig +instanceKlass net/raphimc/immediatelyfast/neoforge/PlatformCodeImpl +instanceKlass net/raphimc/immediatelyfast/PlatformCode +instanceKlass net/minecraft/server/packs/resources/PreparableReloadListener +instanceKlass net/raphimc/immediatelyfastapi/ApiAccess +instanceKlass net/raphimc/immediatelyfast/ImmediatelyFast +instanceKlass net/raphimc/immediatelyfast/injection/ImmediatelyFastMixinPlugin +instanceKlass org/violetmoon/zeta/mixin/plugin/InterfaceDelegateMixinPlugin +instanceKlass io/netty/util/internal/shaded/org/jctools/queues/LinkedArrayQueueUtil +instanceKlass io/netty/util/internal/shaded/org/jctools/util/UnsafeRefArrayAccess +instanceKlass io/netty/util/internal/shaded/org/jctools/util/Pow2 +instanceKlass io/netty/util/internal/shaded/org/jctools/util/RangeUtil +instanceKlass io/netty/util/internal/shaded/org/jctools/util/UnsafeAccess +instanceKlass io/netty/util/internal/PlatformDependent$Mpsc$1 +instanceKlass io/netty/util/internal/PlatformDependent$Mpsc +instanceKlass com/ishland/flowsched/structs/DynamicPriorityQueue +instanceKlass @bci com/ishland/c2me/base/common/GlobalExecutors ()V 25 argL0 ; # com/ishland/c2me/base/common/GlobalExecutors$$Lambda+0x000001d6816f51d8 +instanceKlass com/ishland/flowsched/executor/Task +instanceKlass com/ishland/flowsched/executor/ExecutorManager +instanceKlass com/ishland/c2me/base/common/GlobalExecutors +instanceKlass com/ishland/c2me/notickvd/common/Config +instanceKlass com/ishland/c2me/notickvd/ModuleEntryPoint +instanceKlass xaero/common/mixin/plugin/MixinPlugin +instanceKlass umpaz/brewinandchewin/BnCMixinConfigPlugin +instanceKlass com/betterfpsdist/mixin/MixinConfig +instanceKlass io/homo/superresolution/common/platform/IrisPlatform +instanceKlass io/homo/superresolution/common/platform/Platform +instanceKlass io/homo/superresolution/neoforge/mixin/compat/CompatMixinPlugin +instanceKlass io/homo/superresolution/core/graphics/GraphicsCapabilities +instanceKlass io/homo/superresolution/common/mixin/MixinPlugin +instanceKlass dev/uncandango/alltheleaks/mixin/core/plugin/DebugThreadsStuck +instanceKlass com/bawnorton/mixinsquared/adjuster/MixinAnnotationAdjusterRegistrar +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 401 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816efb48 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 380 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ef5e0 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 359 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816eed30 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 338 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ee598 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 317 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816edde8 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 296 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ed760 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 275 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ecf50 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 254 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ec998 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 233 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ec118 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 212 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816eb980 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 191 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816eb1e8 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 170 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816ea508 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 149 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e9d58 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 128 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e9b40 +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/AtAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/SliceAnnotationNode +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 107 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e7c18 +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/ConstraintAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/MatchCountAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/MethodListAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/AtListAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/SliceListAnnotationNode +instanceKlass org/spongepowered/asm/mixin/injection/Slice +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 87 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e7028 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 67 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e6b28 +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 47 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e65f8 +instanceKlass org/spongepowered/asm/mixin/injection/Constant +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 27 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e6080 +instanceKlass org/spongepowered/asm/mixin/injection/At +instanceKlass @bci com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations ()V 7 argL0 ; # com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations$$Lambda+0x000001d6816e5ac0 +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/RemappableAnnotationNode +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$AdjustableAnnotationNodeFactory +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/type/MutableAnnotationNode +instanceKlass dev/uncandango/alltheleaks/mixinsq/ATLMixinAdjuster +instanceKlass com/bawnorton/mixinsquared/canceller/MixinCancellerRegistrar +instanceKlass net/neoforged/neoforge/common/util/Lazy +instanceKlass @bci dev/uncandango/alltheleaks/mixinsq/ATLMixinCanceller ()V 0 argL0 ; # dev/uncandango/alltheleaks/mixinsq/ATLMixinCanceller$$Lambda+0x000001d6816e27e0 +instanceKlass dev/uncandango/alltheleaks/mixinsq/ATLMixinCanceller +instanceKlass com/bawnorton/mixinsquared/api/MixinAnnotationAdjuster +instanceKlass com/bawnorton/mixinsquared/api/MixinCanceller +instanceKlass dev/uncandango/alltheleaks/mixin/core/plugin/ATLMixinPlugin +instanceKlass @bci net/bettercombat/mixin/BetterCombatMixinPlugin ()V 6 member ; # net/bettercombat/mixin/BetterCombatMixinPlugin$$Lambda+0x000001d6816e2120 +instanceKlass net/bettercombat/mixin/BetterCombatMixinPlugin +instanceKlass fzzyhmstrs/emi_loot/EMILoot +instanceKlass dev/emi/emi/api/recipe/EmiRecipe +instanceKlass com/evandev/reliable_remover/mixin/ReliableRemoverMixinPlugin +instanceKlass dev/emi/emi/mixinsupport/MixinPlaceholder +instanceKlass dev/emi/emi/mixinsupport/EmiMixinPlugin +instanceKlass @bci com/ishland/c2me/base/common/config/ConfigSystem$ConfigAccessor incompatibleMod (Ljava/lang/String;Ljava/lang/String;)Lcom/ishland/c2me/base/common/config/ConfigSystem$ConfigAccessor; 14 member ; # com/ishland/c2me/base/common/config/ConfigSystem$ConfigAccessor$$Lambda+0x000001d6816e0f60 +instanceKlass com/ishland/c2me/opts/scheduling/common/Config +instanceKlass com/ishland/c2me/opts/scheduling/ModuleEntryPoint +instanceKlass com/ishland/c2me/opts/worldgen/vanilla/ModuleEntryPoint +instanceKlass @bci me/fallenbreath/conditionalmixin/api/mixin/RestrictiveMixinConfigPlugin ()V 25 member ; # me/fallenbreath/conditionalmixin/api/mixin/RestrictiveMixinConfigPlugin$$Lambda+0x000001d6816e0000 +instanceKlass me/fallenbreath/conditionalmixin/api/mixin/RestrictionCheckFailureCallback +instanceKlass me/fallenbreath/conditionalmixin/impl/AnnotationCleanerImpl +instanceKlass me/fallenbreath/conditionalmixin/api/mixin/AnnotationCleaner +instanceKlass me/fallenbreath/conditionalmixin/api/annotation/Restriction +instanceKlass me/fallenbreath/conditionalmixin/impl/MemorizedRestrictionChecker +instanceKlass me/fallenbreath/conditionalmixin/impl/SimpleRestrictionChecker +instanceKlass me/fallenbreath/conditionalmixin/api/checker/RestrictionChecker +instanceKlass me/fallenbreath/conditionalmixin/api/checker/RestrictionCheckers +instanceKlass me/fallenbreath/conditionalmixin/api/mixin/RestrictiveMixinConfigPlugin +instanceKlass @bci net/caffeinemc/mods/sodium/client/data/config/MixinConfig getOptionOverrideCount ()I 14 argL0 ; # net/caffeinemc/mods/sodium/client/data/config/MixinConfig$$Lambda+0x000001d6816dea10 +instanceKlass net/caffeinemc/mods/sodium/neoforge/NeoForgeRuntimeInformation +instanceKlass net/caffeinemc/mods/sodium/client/services/PlatformRuntimeInformation +instanceKlass @bci net/caffeinemc/mods/sodium/client/data/config/MixinConfig load (Ljava/io/File;)Lnet/caffeinemc/mods/sodium/client/data/config/MixinConfig; 150 member ; # net/caffeinemc/mods/sodium/client/data/config/MixinConfig$$Lambda+0x000001d6816de368 +instanceKlass @bci net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides lambda$applyModOverrides$2 (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Ljava/util/List;Ljava/lang/Object;)V 39 member ; # net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides$$Lambda+0x000001d6816ddf30 +instanceKlass @bci net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides lambda$applyModOverrides$2 (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Ljava/util/List;Ljava/lang/Object;)V 23 argL0 ; # net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides$$Lambda+0x000001d6816ddce8 +instanceKlass @bci net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides applyModOverrides ()Ljava/util/List; 54 member ; # net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides$$Lambda+0x000001d6816ddab8 +instanceKlass net/caffeinemc/mods/sodium/client/SodiumClientMod +instanceKlass @bci net/caffeinemc/mods/sodium/client/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # net/caffeinemc/mods/sodium/client/services/Services$$Lambda+0x000001d6816dd698 +instanceKlass net/caffeinemc/mods/sodium/neoforge/ForgeMixinOverrides +instanceKlass net/caffeinemc/mods/sodium/client/services/Services +instanceKlass net/caffeinemc/mods/sodium/client/services/PlatformMixinOverrides +instanceKlass net/caffeinemc/mods/sodium/mixin/MixinOption +instanceKlass net/caffeinemc/mods/sodium/client/data/config/MixinConfig +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6816d4400 +instanceKlass net/caffeinemc/mods/sodium/mixin/SodiumMixinPlugin +instanceKlass com/ishland/c2me/rewrites/chunksystem/common/Config +instanceKlass com/ishland/c2me/rewrites/chunksystem/ModuleEntryPoint +instanceKlass net/fabricmc/fabric/impl/client/indigo/IndigoMixinConfigPlugin +instanceKlass net/caffeinemc/mods/lithium/neoforge/NeoForgeRuntimeInformation +instanceKlass net/caffeinemc/mods/lithium/common/services/PlatformRuntimeInformation +instanceKlass @bci net/caffeinemc/mods/lithium/common/config/LithiumConfig getOptionOverrideCount ()I 14 argL0 ; # net/caffeinemc/mods/lithium/common/config/LithiumConfig$$Lambda+0x000001d6816d79c0 +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapEntry +instanceKlass it/unimi/dsi/fastutil/objects/ObjectBooleanPair +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapIterator +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanMap$Entry +instanceKlass it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$SetIterator +instanceKlass @bci net/caffeinemc/mods/lithium/common/config/LithiumConfig load (Ljava/io/File;)Lnet/caffeinemc/mods/lithium/common/config/LithiumConfig; 121 member ; # net/caffeinemc/mods/lithium/common/config/LithiumConfig$$Lambda+0x000001d6816d7790 +instanceKlass @bci net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides lambda$applyModOverrides$2 (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Ljava/util/List;Ljava/lang/Object;)V 39 member ; # net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides$$Lambda+0x000001d6816d7358 +instanceKlass @bci net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides lambda$applyModOverrides$2 (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Ljava/util/List;Ljava/lang/Object;)V 23 argL0 ; # net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides$$Lambda+0x000001d6816d7110 +instanceKlass @bci net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides applyModOverrides ()Ljava/util/List; 57 member ; # net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides$$Lambda+0x000001d6816d6ee0 +instanceKlass net/caffeinemc/mods/lithium/common/LithiumMod +instanceKlass @bci net/caffeinemc/mods/lithium/common/services/Services load (Ljava/lang/Class;)Ljava/lang/Object; 8 member ; # net/caffeinemc/mods/lithium/common/services/Services$$Lambda+0x000001d6816d6ac0 +instanceKlass net/caffeinemc/mods/lithium/neoforge/NeoForgeMixinOverrides +instanceKlass net/caffeinemc/mods/lithium/common/services/Services +instanceKlass net/caffeinemc/mods/lithium/common/services/PlatformMixinOverrides +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanSortedMap$FastSortedEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanCollection +instanceKlass it/unimi/dsi/fastutil/booleans/BooleanIterable +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2BooleanFunction +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanSortedMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2BooleanFunction +instanceKlass @bci net/caffeinemc/mods/lithium/common/config/LithiumConfig ()V 186 member ; # net/caffeinemc/mods/lithium/common/config/LithiumConfig$$Lambda+0x000001d6816d6268 +instanceKlass net/caffeinemc/mods/lithium/common/config/Option +instanceKlass @bci net/caffeinemc/mods/lithium/common/config/LithiumConfig ()V 79 member ; # net/caffeinemc/mods/lithium/common/config/LithiumConfig$$Lambda+0x000001d6816bfcc0 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet ()V 10 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$$Lambda+0x000001d6816d29d8 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet ()V 5 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$$Lambda+0x000001d6816d27b0 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet ()V 0 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$$Lambda+0x000001d6816d2598 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSortedSet +instanceKlass it/unimi/dsi/fastutil/objects/ObjectBidirectionalIterable +instanceKlass net/caffeinemc/mods/lithium/common/config/LithiumConfig +instanceKlass net/caffeinemc/mods/lithium/mixin/LithiumMixinPlugin +instanceKlass com/faboslav/structurify/common/mixin/plugin/StructurifyMixinPlugin +instanceKlass com/ishland/c2me/threading/lighting/ModuleEntryPoint +instanceKlass @bci snownee/kiwi/customization/CustomizationServiceFinder shouldEnable (Ljava/util/List;)Z 8 argL0 ; # snownee/kiwi/customization/CustomizationServiceFinder$$Lambda+0x000001d6816bf170 +instanceKlass java/io/FileFilter +instanceKlass snownee/kiwi/customization/CustomizationServiceFinder +instanceKlass snownee/kiwi/mixin/MixinPlugin +instanceKlass com/illusivesoulworks/elytraslot/mixin/IntegrationMixinPlugin +instanceKlass io/wispforest/accessories/neoforge/mixin/AccessoriesNeoforgeMixinConfig +instanceKlass io/wispforest/accessories/mixin/AccessoriesMixinPlugin +instanceKlass @bci io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin ()V 17 argL0 ; # io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin$$Lambda+0x000001d6816be358 +instanceKlass io/github/steveplays28/noisium/compat/lithium/NoisiumLithiumCompat +instanceKlass @bci io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin ()V 10 argL0 ; # io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin$$Lambda+0x000001d6816bdf40 +instanceKlass @bci io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin ()V 0 argL0 ; # io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin$$Lambda+0x000001d6816bdd28 +instanceKlass io/github/steveplays28/noisium/mixin/NoisiumMixinPlugin +instanceKlass com/ishland/c2me/opts/dfc/ModuleEntryPoint +instanceKlass com/spaceagle17/iris_shader_folder/mixin/IrisShaderFolderMixinPlugin +instanceKlass net/mehvahdjukaar/moonlight/api/misc/SimpleMixinPlugin +instanceKlass net/objecthunter/exp4j/ArrayStack +instanceKlass io/netty/util/internal/PlatformDependent$4 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6816d4000 +instanceKlass io/netty/util/internal/CleanerJava9$1 +instanceKlass io/netty/util/internal/CleanerJava9 +instanceKlass io/netty/util/internal/PlatformDependent$2 +instanceKlass io/netty/util/internal/PlatformDependent$1 +instanceKlass io/netty/util/internal/PlatformDependent0$9 +instanceKlass io/netty/util/internal/PlatformDependent0$7 +instanceKlass io/netty/util/internal/PlatformDependent0$6 +instanceKlass io/netty/util/internal/PlatformDependent0$5 +instanceKlass io/netty/util/internal/PlatformDependent0$4 +instanceKlass io/netty/util/internal/PlatformDependent0$3 +instanceKlass io/netty/util/internal/PlatformDependent0$2 +instanceKlass io/netty/util/internal/ReflectionUtil +instanceKlass io/netty/util/internal/PlatformDependent0$1 +instanceKlass io/netty/util/internal/SystemPropertyUtil +instanceKlass io/netty/util/internal/PlatformDependent0 +instanceKlass io/netty/util/internal/ObjectUtil +instanceKlass io/netty/util/internal/logging/Slf4JLoggerFactory$NopInstanceHolder +instanceKlass io/netty/util/internal/logging/AbstractInternalLogger +instanceKlass io/netty/util/internal/logging/InternalLogger +instanceKlass io/netty/util/internal/logging/InternalLoggerFactory +instanceKlass io/netty/util/internal/shaded/org/jctools/queues/SupportsIterator +instanceKlass io/netty/util/internal/shaded/org/jctools/queues/QueueProgressIndicators +instanceKlass io/netty/util/internal/shaded/org/jctools/queues/IndexedQueueSizeUtil$IndexedQueue +instanceKlass io/netty/util/internal/shaded/org/jctools/queues/MessagePassingQueue +instanceKlass io/netty/util/internal/LongCounter +instanceKlass io/netty/util/internal/PlatformDependent$ThreadLocalRandomProvider +instanceKlass io/netty/util/internal/Cleaner +instanceKlass io/netty/util/internal/PlatformDependent +instanceKlass net/objecthunter/exp4j/operator/Operators +instanceKlass net/objecthunter/exp4j/operator/Operator +instanceKlass net/objecthunter/exp4j/tokenizer/Token +instanceKlass net/objecthunter/exp4j/tokenizer/Tokenizer +instanceKlass net/objecthunter/exp4j/shuntingyard/ShuntingYard +instanceKlass net/objecthunter/exp4j/Expression +instanceKlass net/objecthunter/exp4j/function/Functions +instanceKlass net/objecthunter/exp4j/ExpressionBuilder +instanceKlass @bci java/lang/String indent (I)Ljava/lang/String; 29 member ; # java/lang/String$$Lambda+0x000001d68136f850 +instanceKlass net/objecthunter/exp4j/function/Function +instanceKlass com/ishland/c2me/base/ModuleEntryPoint +instanceKlass snownee/snow/mixin/MixinPlugin +instanceKlass @bci com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin ()V 17 argL0 ; # com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin$$Lambda+0x000001d6816ab848 +instanceKlass @bci com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin ()V 10 argL0 ; # com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin$$Lambda+0x000001d6816ab630 +instanceKlass @bci com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin ()V 0 argL0 ; # com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin$$Lambda+0x000001d6816ab418 +instanceKlass com/terraformersmc/biolith/impl/mixin/BiolithNeoForgeMixinConfigPlugin +instanceKlass net/irisshaders/iris/compat/dh/DHMixinConfigPlugin +instanceKlass net/irisshaders/iris/mixin/IrisMixinPlugin +instanceKlass com/yungnickyoung/minecraft/yungsapi/YungsApiMixinPlugin +instanceKlass @bci org/embeddedt/modernfix/core/ModernFixMixinPlugin ()V 130 member ; # org/embeddedt/modernfix/core/ModernFixMixinPlugin$$Lambda+0x000001d6816aa7e8 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig getOptionOverrideCount ()I 14 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816aa5a0 +instanceKlass @bci org/apache/commons/lang3/SystemUtils ()V 222 argL0 ; # org/apache/commons/lang3/SystemUtils$$Lambda+0x000001d6816b4e78 +instanceKlass jdk/internal/math/FloatToDecimal +instanceKlass @bci org/apache/commons/lang3/function/Suppliers ()V 0 argL0 ; # org/apache/commons/lang3/function/Suppliers$$Lambda+0x000001d6816b4830 +instanceKlass org/apache/commons/lang3/function/Suppliers +instanceKlass org/apache/commons/lang3/SystemProperties +instanceKlass org/apache/commons/lang3/SystemUtils +instanceKlass @bci dev/latvian/mods/rhino/JavaMembers reflect (Ldev/latvian/mods/rhino/Scriptable;ZLdev/latvian/mods/rhino/Context;)V 995 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6816b9400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6816b9000 +instanceKlass @bci dev/latvian/mods/rhino/JavaMembers reflect (Ldev/latvian/mods/rhino/Scriptable;ZLdev/latvian/mods/rhino/Context;)V 995 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6816b8c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6816b8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6816b8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6816b8000 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig save ()V 161 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816aa358 +instanceKlass org/embeddedt/modernfix/core/config/Option +instanceKlass it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$SetIterator +instanceKlass com/google/common/base/AbstractIterator +instanceKlass com/google/common/base/Splitter$1 +instanceKlass com/google/common/base/CharMatcher +instanceKlass com/google/common/base/CommonPattern +instanceKlass com/google/common/base/Splitter$Strategy +instanceKlass com/google/common/base/Splitter +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig lambda$scanForAndBuildMixinOptions$3 (Ljava/util/Optional;)Ljava/util/stream/Stream; 9 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a9ec0 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig lambda$scanForAndBuildMixinOptions$3 (Ljava/util/Optional;)Ljava/util/stream/Stream; 1 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a9c88 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig scanForAndBuildMixinOptions ()V 128 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a9a50 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig scanForAndBuildMixinOptions ()V 118 member ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a9810 +instanceKlass org/embeddedt/modernfix/core/config/OptionCategories +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectOpenHashSet ()V 10 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$$Lambda+0x000001d6816a79f0 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectOpenHashSet ()V 5 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$$Lambda+0x000001d6816a77c8 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ObjectOpenHashSet ()V 0 argL0 ; # it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$$Lambda+0x000001d6816a75b0 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig ()V 384 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a93f8 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig ()V 369 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a91e0 +instanceKlass @bci org/embeddedt/modernfix/core/config/ModernFixEarlyConfig ()V 354 argL0 ; # org/embeddedt/modernfix/core/config/ModernFixEarlyConfig$$Lambda+0x000001d6816a8fc8 +instanceKlass @cpi tech/thatgravyboat/creeperoverhaul/common/entity/CreeperTypes 404 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6816ac400 +instanceKlass @cpi de/keksuccino/fancymenu/customization/layout/editor/buddy/gui/BuddyStatusScreen 731 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6816ac000 +instanceKlass org/embeddedt/modernfix/annotation/IgnoreOutsideDev +instanceKlass org/embeddedt/modernfix/annotation/RequiresMod +instanceKlass org/embeddedt/modernfix/annotation/ClientOnlyMixin +instanceKlass org/embeddedt/modernfix/core/config/ModernFixEarlyConfig +instanceKlass @bci org/embeddedt/modernfix/platform/neoforge/ModernFixPlatformHooksImpl getCustomModOptions ()Lcom/google/common/collect/Multimap; 56 argL0 ; # org/embeddedt/modernfix/platform/neoforge/ModernFixPlatformHooksImpl$$Lambda+0x000001d6816a8310 +instanceKlass org/embeddedt/modernfix/platform/neoforge/ModernFixPlatformHooksImpl +instanceKlass org/embeddedt/modernfix/platform/PlatformHookLoader +instanceKlass org/embeddedt/modernfix/platform/ModernFixPlatformHooks +instanceKlass org/embeddedt/modernfix/core/ModernFixMixinPlugin +instanceKlass com/ishland/c2me/fixes/general/threading_issues/ModuleEntryPoint +instanceKlass com/ishland/c2me/rewrites/chunk_serializer/ModuleEntryPoint +instanceKlass dev/kosmx/playerAnim/impl/mixin/MixinConfig +instanceKlass com/faboslav/variantsandventures/common/mixin/plugin/VariantsAndVenturesMixinPlugin +instanceKlass org/spongepowered/include/com/google/gson/internal/LinkedTreeMap$Node +instanceKlass org/spongepowered/include/com/google/gson/internal/LinkedTreeMap$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/ConstructorConstructor$11 +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/MixinPlugin$1 +instanceKlass @bci com/ishland/c2me/base/common/config/Updaters ()V 50 argL0 ; # com/ishland/c2me/base/common/config/Updaters$$Lambda+0x000001d6816a2790 +instanceKlass @bci com/ishland/c2me/base/common/config/Updaters ()V 35 argL0 ; # com/ishland/c2me/base/common/config/Updaters$$Lambda+0x000001d6816a2568 +instanceKlass @bci com/ishland/c2me/base/common/config/Updaters ()V 22 argL0 ; # com/ishland/c2me/base/common/config/Updaters$$Lambda+0x000001d6816a2340 +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/longs/AbstractLong2ObjectFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2ObjectFunction +instanceKlass com/ishland/c2me/base/common/config/Updaters +instanceKlass @bci com/ishland/c2me/base/common/config/ConfigSystem ()V 8 argL0 ; # com/ishland/c2me/base/common/config/ConfigSystem$$Lambda+0x000001d6816a1f28 +instanceKlass com/ishland/c2me/base/common/config/ConfigSystem +instanceKlass com/ishland/c2me/base/common/config/ConfigSystem$ConfigAccessor +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/common/Config +instanceKlass com/ishland/c2me/fixes/worldgen/threading_issues/ModuleEntryPoint +instanceKlass com/llamalad7/mixinextras/injector/wrapmethod/WrapMethod +instanceKlass com/llamalad7/mixinextras/injector/v2/WrapWithCondition +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl takeControlFrom (Ljava/lang/Object;)V 56 member ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d6816a0bd0 +instanceKlass com/llamalad7/mixinextras/injector/WrapWithCondition +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/WrapOperation +instanceKlass com/llamalad7/mixinextras/injector/ModifyReturnValue +instanceKlass com/llamalad7/mixinextras/injector/ModifyReceiver +instanceKlass com/llamalad7/mixinextras/injector/ModifyExpressionValue +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl takeControlFrom (Ljava/lang/Object;)V 41 member ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d68169d248 +instanceKlass @bci com/llamalad7/mixinextras/utils/MixinInternals addExtension (Ljava/util/List;Lorg/spongepowered/asm/mixin/transformer/ext/IExtension;Z)V 24 argL0 ; # com/llamalad7/mixinextras/utils/MixinInternals$$Lambda+0x000001d68169d000 +instanceKlass @bci com/llamalad7/mixinextras/utils/InternalConstructor of (Ljava/lang/Class;[Ljava/lang/Class;)Lcom/llamalad7/mixinextras/utils/InternalConstructor; 67 member ; # com/llamalad7/mixinextras/utils/InternalConstructor$$Lambda+0x000001d68169bd90 +instanceKlass com/llamalad7/mixinextras/utils/InternalConstructor +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectorGroupInfo +instanceKlass org/spongepowered/asm/mixin/injection/code/MethodSlices +instanceKlass org/spongepowered/asm/mixin/injection/selectors/TargetSelectors +instanceKlass org/spongepowered/asm/mixin/transformer/ActivityStack +instanceKlass @bci com/llamalad7/mixinextras/utils/InternalMethod of (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Lcom/llamalad7/mixinextras/utils/InternalMethod; 75 member ; # com/llamalad7/mixinextras/utils/InternalMethod$$Lambda+0x000001d68169b978 +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInfo$DeclaredTarget +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInfo$State +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInfo +instanceKlass com/llamalad7/mixinextras/utils/InternalMethod +instanceKlass com/llamalad7/mixinextras/utils/InternalField$1 +instanceKlass org/spongepowered/asm/mixin/struct/SourceMap +instanceKlass org/spongepowered/asm/mixin/transformer/MixinApplicatorStandard +instanceKlass org/spongepowered/asm/mixin/struct/MemberRef +instanceKlass org/spongepowered/asm/mixin/transformer/ext/ITargetClassContext +instanceKlass com/llamalad7/mixinextras/utils/InternalField +instanceKlass com/llamalad7/mixinextras/utils/MixinInternals +instanceKlass @bci com/llamalad7/mixinextras/service/MixinExtrasServiceImpl takeControlFrom (Ljava/lang/Object;)V 26 argL0 ; # com/llamalad7/mixinextras/service/MixinExtrasServiceImpl$$Lambda+0x000001d68169af28 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68169cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68169c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68169c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68169c000 +instanceKlass com/llamalad7/mixinextras/injector/LateApplyingInjectorInfo +instanceKlass com/llamalad7/mixinextras/injector/wrapmethod/WrapMethodApplicatorExtension +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarPostProcessingExtension +instanceKlass com/llamalad7/mixinextras/injector/LateInjectionApplicatorExtension +instanceKlass com/llamalad7/mixinextras/service/ServiceInitializationExtension +instanceKlass com/llamalad7/mixinextras/expression/impl/wrapper/ExpressionInjectorWrapperTransformer +instanceKlass com/llamalad7/mixinextras/sugar/impl/SugarMixinTransformer +instanceKlass com/llamalad7/mixinextras/wrapper/factory/FactoryRedirectWrapperMixinTransformer +instanceKlass com/llamalad7/mixinextras/expression/impl/point/ExpressionSliceMarkerTransformer +instanceKlass com/llamalad7/mixinextras/transformer/MixinTransformer +instanceKlass com/llamalad7/mixinextras/transformer/MixinTransformerExtension +instanceKlass com/llamalad7/mixinextras/lib/semver/util/Stream$1 +instanceKlass com/llamalad7/mixinextras/lib/semver/util/Stream +instanceKlass com/llamalad7/mixinextras/lib/semver/util/Stream$ElementType +instanceKlass com/llamalad7/mixinextras/lib/semver/VersionParser +instanceKlass com/llamalad7/mixinextras/lib/semver/Version$Validators +instanceKlass @bci com/llamalad7/mixinextras/lib/semver/Version ()V 19 argL0 ; # com/llamalad7/mixinextras/lib/semver/Version$$Lambda+0x000001d681691cb8 +instanceKlass @bci com/llamalad7/mixinextras/lib/semver/Version ()V 0 argL0 ; # com/llamalad7/mixinextras/lib/semver/Version$$Lambda+0x000001d681691a28 +instanceKlass com/llamalad7/mixinextras/lib/semver/Version +instanceKlass com/llamalad7/mixinextras/service/Versioned +instanceKlass com/llamalad7/mixinextras/lib/apache/commons/StringUtils +instanceKlass @bci com/llamalad7/mixinextras/utils/MixinExtrasLogger get (Ljava/lang/String;)Lcom/llamalad7/mixinextras/utils/MixinExtrasLogger; 138 member ; # com/llamalad7/mixinextras/utils/MixinExtrasLogger$$Lambda+0x000001d681690d38 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681692400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681692000 +instanceKlass com/llamalad7/mixinextras/utils/MixinExtrasLogger +instanceKlass com/llamalad7/mixinextras/service/MixinExtrasServiceImpl +instanceKlass com/llamalad7/mixinextras/utils/Blackboard +instanceKlass com/llamalad7/mixinextras/service/MixinExtrasService +instanceKlass com/llamalad7/mixinextras/MixinExtrasBootstrap +instanceKlass com/ishland/c2me/base/common/ModuleMixinPlugin +instanceKlass org/spongepowered/include/com/google/common/io/Closeables +instanceKlass org/spongepowered/include/com/google/common/base/Joiner$MapJoiner +instanceKlass org/spongepowered/include/com/google/common/collect/Collections2 +instanceKlass org/spongepowered/include/com/google/common/collect/Maps +instanceKlass org/spongepowered/asm/mixin/refmap/ReferenceMapper +instanceKlass dev/aika/smsn/api/neoforge/ModPlatformImpl +instanceKlass dev/aika/smsn/api/ModPlatform +instanceKlass dev/aika/smsn/mixin/ModMixinInfo +instanceKlass dev/aika/smsn/mixin/neoforge/MixinPlatformImpl +instanceKlass dev/aika/smsn/mixin/MixinPlatform +instanceKlass com/google/gson/internal/ConstructorConstructor$11 +instanceKlass dev/aika/smsn/annotation/MixinList +instanceKlass com/google/gson/internal/bind/TypeAdapters$EnumTypeAdapter$1 +instanceKlass dev/aika/smsn/annotation/RequiresRestart +instanceKlass dev/aika/smsn/annotation/Components$Switch +instanceKlass dev/aika/smsn/annotation/Category +instanceKlass dev/aika/smsn/annotation/LoaderSpecific +instanceKlass dev/aika/smsn/mixin/ModMixinManager +instanceKlass dev/aika/smsn/neoforge/SMSNPlatformImpl +instanceKlass dev/aika/smsn/SMSNPlatform +instanceKlass dev/aika/smsn/config/ModConfig +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner unpack (Ljava/util/List;)Ljava/util/List; 78 member ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d68168cd40 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner unpack (Ljava/util/List;)Ljava/util/List; 62 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d68168caf8 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner unpack (Ljava/util/List;)Ljava/util/List; 52 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d68168c8c0 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner unpack (Ljava/util/List;)Ljava/util/List; 42 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d68168c678 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner unpack (Ljava/util/List;)Ljava/util/List; 14 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d68168c430 +instanceKlass dev/aika/smsn/SMSN +instanceKlass dev/aika/smsn/mixin/ModMixinPlugin +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService$1 updateModuleReads (Ljava/lang/ModuleLayer;)V 9 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$1$$Lambda+0x000001d6815bf1c8 +instanceKlass net/fabricmc/loader/impl/entrypoint/EntrypointStorage$NewEntry +instanceKlass net/fabricmc/loader/impl/entrypoint/EntrypointStorage$Entry +instanceKlass @bci net/fabricmc/loader/impl/entrypoint/EntrypointStorage getOrCreateEntries (Ljava/lang/String;)Ljava/util/List; 5 argL0 ; # net/fabricmc/loader/impl/entrypoint/EntrypointStorage$$Lambda+0x000001d6815beb58 +instanceKlass @bci org/sinytra/connector/util/ConnectorUtil filterMixinExtrasEntrypoints (Ljava/util/List;)Ljava/util/List; 19 member ; # org/sinytra/connector/util/ConnectorUtil$$Lambda+0x000001d6815be918 +instanceKlass @bci org/sinytra/connector/util/ConnectorUtil filterMixinExtrasEntrypoints (Ljava/util/List;)Ljava/util/List; 10 argL0 ; # org/sinytra/connector/util/ConnectorUtil$$Lambda+0x000001d6815be6d0 +instanceKlass @bci net/fabricmc/loader/impl/FabricLoaderImpl setupLanguageAdapters ()V 7 argL0 ; # net/fabricmc/loader/impl/FabricLoaderImpl$$Lambda+0x000001d6815be4b8 +instanceKlass @bci org/sinytra/connector/service/hacks/FabricASMFixer injectMinecraftModuleReader ()V 16 member ; # org/sinytra/connector/service/hacks/FabricASMFixer$$Lambda+0x000001d6815be268 +instanceKlass @bci org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator apply (Ljava/util/Map;)V 102 argL0 ; # org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator$$Lambda+0x000001d6815be030 +instanceKlass org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin +instanceKlass @bci net/fabricmc/loader/impl/ModContainerImpl (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/fabricmc/loader/impl/metadata/LoaderModMetadata;)V 75 argL0 ; # net/fabricmc/loader/impl/ModContainerImpl$$Lambda+0x000001d6815bddf8 +instanceKlass @bci net/fabricmc/loader/impl/ModContainerImpl (Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/fabricmc/loader/impl/metadata/LoaderModMetadata;)V 65 member ; # net/fabricmc/loader/impl/ModContainerImpl$$Lambda+0x000001d6815bdba8 +instanceKlass net/fabricmc/loader/impl/metadata/ModOriginImpl +instanceKlass @bci net/fabricmc/loader/impl/ModContainerImpl (Lnet/neoforged/neoforgespi/language/IModInfo;)V 27 member ; # net/fabricmc/loader/impl/ModContainerImpl$$Lambda+0x000001d6815bd320 +instanceKlass net/fabricmc/loader/api/metadata/ModOrigin +instanceKlass net/fabricmc/loader/ModContainer +instanceKlass net/fabricmc/loader/api/ModContainer +instanceKlass @bci org/sinytra/connector/ConnectorEarlyLoader init ()V 61 member ; # org/sinytra/connector/ConnectorEarlyLoader$$Lambda+0x000001d6815bc758 +instanceKlass com/redsmods/sound_physics_perfected/MixinConnector +instanceKlass org/spongepowered/asm/mixin/connect/IMixinConnector +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 138 member ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681687398 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 125 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681687160 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 115 member ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681686f10 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 104 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681686cc8 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner processClassWithFlags (Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/Type;Ljava/lang/String;)I 94 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681686a80 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner remove (Ljava/util/List;Ljava/lang/String;)Z 30 member ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d681686830 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner remove (Ljava/util/List;Ljava/lang/String;)Z 19 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d6816865e8 +instanceKlass @bci net/neoforged/fml/common/asm/RuntimeDistCleaner remove (Ljava/util/List;Ljava/lang/String;)Z 9 argL0 ; # net/neoforged/fml/common/asm/RuntimeDistCleaner$$Lambda+0x000001d6816863a0 +instanceKlass org/spongepowered/include/com/google/common/collect/AbstractMultimap +instanceKlass org/spongepowered/include/com/google/common/collect/SetMultimap +instanceKlass org/spongepowered/include/com/google/common/collect/Multimap +instanceKlass org/spongepowered/asm/mixin/transformer/ext/extensions/ExtensionCheckInterfaces +instanceKlass org/spongepowered/asm/mixin/transformer/ext/extensions/ExtensionCheckClass +instanceKlass org/spongepowered/asm/mixin/transformer/ext/extensions/ExtensionLVTCleaner +instanceKlass org/spongepowered/asm/mixin/Mixin +instanceKlass org/spongepowered/asm/util/Constants +instanceKlass org/spongepowered/asm/mixin/transformer/ext/extensions/ExtensionClassExporter +instanceKlass org/spongepowered/include/com/google/common/collect/BiMap +instanceKlass org/spongepowered/asm/mixin/transformer/InnerClassGenerator +instanceKlass org/spongepowered/asm/mixin/injection/invoke/arg/Args +instanceKlass org/spongepowered/asm/service/ISyntheticClassInfo +instanceKlass org/spongepowered/asm/mixin/injection/invoke/arg/ArgsClassGenerator +instanceKlass org/spongepowered/asm/mixin/transformer/DefaultExtensions$1 +instanceKlass org/spongepowered/asm/mixin/transformer/ext/IExtension +instanceKlass org/spongepowered/asm/mixin/transformer/ext/IClassGenerator +instanceKlass org/spongepowered/asm/mixin/transformer/DefaultExtensions +instanceKlass org/spongepowered/asm/mixin/transformer/MixinClassGenerator +instanceKlass java/util/UUID$Holder +instanceKlass org/spongepowered/asm/mixin/transformer/MixinProcessor +instanceKlass org/spongepowered/asm/mixin/transformer/MixinCoprocessor +instanceKlass org/spongepowered/asm/mixin/transformer/MixinConfig$IListener +instanceKlass org/spongepowered/asm/mixin/transformer/ext/Extensions +instanceKlass org/spongepowered/asm/mixin/transformer/SyntheticClassRegistry +instanceKlass org/spongepowered/asm/mixin/transformer/ext/IExtensionRegistry +instanceKlass org/spongepowered/asm/service/ISyntheticClassRegistry +instanceKlass org/spongepowered/asm/transformers/TreeTransformer +instanceKlass org/spongepowered/asm/service/ILegacyClassTransformer +instanceKlass org/spongepowered/asm/service/ITransformer +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler computeLaunchPluginTransformerSet (Lorg/objectweb/asm/Type;ZLjava/lang/String;Lcpw/mods/modlauncher/TransformerAuditTrail;)Ljava/util/EnumMap; 141 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d6816795b8 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler computeLaunchPluginTransformerSet (Lorg/objectweb/asm/Type;ZLjava/lang/String;Lcpw/mods/modlauncher/TransformerAuditTrail;)Ljava/util/EnumMap; 99 argL0 ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681679380 +instanceKlass org/spongepowered/asm/launch/Phases +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68167fc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68167f800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68167f400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167f000 +instanceKlass @bci net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration registerConfigs ()V 51 member ; # net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration$$Lambda+0x000001d681678f50 +instanceKlass @bci net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration registerConfigs ()V 30 argL0 ; # net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration$$Lambda+0x000001d681678d18 +instanceKlass @bci net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration registerConfigs ()V 25 argL0 ; # net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration$$Lambda+0x000001d681678ae0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167e400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68167d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167c800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68167c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68167c000 +instanceKlass org/spongepowered/include/com/google/gson/internal/ConstructorConstructor$8 +instanceKlass org/spongepowered/include/com/google/gson/internal/$Gson$Types$ParameterizedTypeImpl +instanceKlass org/spongepowered/include/com/google/gson/internal/UnsafeAllocator +instanceKlass org/spongepowered/include/com/google/gson/internal/ConstructorConstructor$12 +instanceKlass org/spongepowered/include/com/google/gson/internal/Primitives +instanceKlass org/spongepowered/include/com/google/gson/annotations/SerializedName +instanceKlass org/spongepowered/asm/mixin/transformer/PluginHandle +instanceKlass org/spongepowered/asm/mixin/transformer/MixinConfig$OverwriteOptions +instanceKlass org/spongepowered/asm/mixin/transformer/MixinConfig$InjectorOptions +instanceKlass org/spongepowered/include/com/google/gson/internal/ConstructorConstructor$3 +instanceKlass org/spongepowered/include/com/google/gson/internal/$Gson$Types$GenericArrayTypeImpl +instanceKlass org/spongepowered/include/com/google/gson/internal/$Gson$Types +instanceKlass org/spongepowered/include/com/google/gson/internal/$Gson$Preconditions +instanceKlass org/spongepowered/include/com/google/gson/reflect/TypeToken +instanceKlass org/spongepowered/include/com/google/gson/internal/JsonReaderInternalAccess +instanceKlass org/spongepowered/include/com/google/gson/stream/JsonReader +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/MapTypeAdapterFactory +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/CollectionTypeAdapterFactory +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/ArrayTypeAdapter$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/SqlDateTypeAdapter$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TimeTypeAdapter$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/DateTypeAdapter$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/ObjectTypeAdapter$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$26 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$30 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$22 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$31 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$29 +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters$28 +instanceKlass org/spongepowered/include/com/google/gson/stream/JsonWriter +instanceKlass org/spongepowered/include/com/google/gson/internal/bind/TypeAdapters +instanceKlass org/spongepowered/include/com/google/gson/internal/ObjectConstructor +instanceKlass org/spongepowered/include/com/google/gson/internal/ConstructorConstructor +instanceKlass org/spongepowered/include/com/google/gson/Gson$2 +instanceKlass org/spongepowered/include/com/google/gson/Gson$1 +instanceKlass org/spongepowered/include/com/google/gson/internal/Excluder +instanceKlass org/spongepowered/include/com/google/gson/TypeAdapterFactory +instanceKlass org/spongepowered/include/com/google/gson/FieldNamingStrategy +instanceKlass org/spongepowered/include/com/google/gson/JsonSerializationContext +instanceKlass org/spongepowered/include/com/google/gson/JsonDeserializationContext +instanceKlass org/spongepowered/include/com/google/gson/JsonElement +instanceKlass org/spongepowered/include/com/google/gson/TypeAdapter +instanceKlass org/spongepowered/include/com/google/gson/Gson +instanceKlass org/spongepowered/asm/mixin/transformer/MixinConfig +instanceKlass org/spongepowered/asm/mixin/transformer/Config +instanceKlass org/spongepowered/asm/mixin/Mixins +instanceKlass @bci net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration registerConfigs ()V 7 argL0 ; # net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration$$Lambda+0x000001d6815b1ac0 +instanceKlass org/spongepowered/asm/launch/platform/CommandLineOptions +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler lambda$announceLaunch$11 (Lcpw/mods/modlauncher/TransformingClassLoader;[Lcpw/mods/modlauncher/api/NamedPath;Ljava/lang/String;Lcpw/mods/modlauncher/serviceapi/ILaunchPluginService;)V 3 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d6815b1698 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler announceLaunch (Lcpw/mods/modlauncher/TransformingClassLoader;[Lcpw/mods/modlauncher/api/NamedPath;)V 6 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d6815b1468 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler buildArgumentList ()[Ljava/lang/String; 90 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6815b1238 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler buildArgumentList ()[Ljava/lang/String; 74 argL0 ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6815b1000 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler buildTransformingClassLoader (Lcpw/mods/modlauncher/LaunchPluginHandler;Lcpw/mods/modlauncher/Environment;Lcpw/mods/modlauncher/ModuleLayerHandler;)Lcpw/mods/modlauncher/TransformingClassLoader; 23 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6815add98 +instanceKlass @bci cpw/mods/modlauncher/TransformingClassLoader (Lcpw/mods/modlauncher/TransformStore;Lcpw/mods/modlauncher/LaunchPluginHandler;Lcpw/mods/modlauncher/Environment;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 35 member ; # cpw/mods/modlauncher/TransformingClassLoader$$Lambda+0x000001d6815adb58 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler buildTransformingClassLoader (Lcpw/mods/modlauncher/LaunchPluginHandler;Lcpw/mods/modlauncher/Environment;Lcpw/mods/modlauncher/ModuleLayerHandler;)Lcpw/mods/modlauncher/TransformingClassLoader; 7 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6815ad928 +instanceKlass org/spongepowered/asm/util/JavaVersion +instanceKlass org/spongepowered/asm/launch/platform/container/ContainerHandleURI +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler offerScanResultsToPlugins (Ljava/util/List;)V 5 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d6815ad000 +instanceKlass @bci net/neoforged/neoforge/coremods/MethodRedirector ()V 113 argL0 ; # net/neoforged/neoforge/coremods/MethodRedirector$$Lambda+0x000001d6815693a0 +instanceKlass com/google/gson/internal/$Gson$Types$GenericArrayTypeImpl +instanceKlass net/neoforged/neoforge/coremods/CoremodUtils +instanceKlass @bci net/neoforged/neoforge/coremods/MethodRedirector ()V 13 argL0 ; # net/neoforged/neoforge/coremods/MethodRedirector$$Lambda+0x000001d681568f68 +instanceKlass net/neoforged/neoforge/coremods/MethodRedirector +instanceKlass net/neoforged/neoforge/coremods/ReplaceFieldWithGetterAccess +instanceKlass net/neoforged/neoforge/coremods/NeoForgeCoreMod +instanceKlass @bci net/neoforged/coremod/CoreMod buildTransformers ()Ljava/util/List; 26 member ; # net/neoforged/coremod/CoreMod$$Lambda+0x000001d6815b7b60 +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptObject$ScriptObjectIterator +instanceKlass @bci org/openjdk/nashorn/api/scripting/ScriptObjectMirror entrySet ()Ljava/util/Set; 2 member ; # org/openjdk/nashorn/api/scripting/ScriptObjectMirror$$Lambda+0x000001d6815b7480 +instanceKlass @bci net/neoforged/coremod/CoreModScriptingEngine initializeCoreMods ()Ljava/util/List; 34 argL0 ; # net/neoforged/coremod/CoreModScriptingEngine$$Lambda+0x000001d6815b7248 +instanceKlass @bci net/neoforged/coremod/CoreModScriptingEngine initializeCoreMods ()Ljava/util/List; 24 argL0 ; # net/neoforged/coremod/CoreModScriptingEngine$$Lambda+0x000001d6815b7010 +instanceKlass org/openjdk/nashorn/internal/runtime/FunctionInitializer +instanceKlass org/openjdk/nashorn/internal/codegen/OptimisticTypesPersistence +instanceKlass org/openjdk/nashorn/internal/codegen/TypeMap +instanceKlass @bci net/neoforged/coremod/CoreModTracker ()V 0 argL0 ; # net/neoforged/coremod/CoreModTracker$$Lambda+0x000001d6815b65b0 +instanceKlass net/neoforged/coremod/CoreModTracker +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b8000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a1400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a9800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815aa400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815aa000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815acc00 +instanceKlass org/openjdk/nashorn/internal/objects/NativeJava +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ac800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ae400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ae000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b2c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b2800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b4400 +instanceKlass org/openjdk/nashorn/internal/runtime/SetMethodCreator$SetMethod +instanceKlass org/openjdk/nashorn/internal/runtime/SetMethodCreator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b4000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b9400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b9000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a0400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a1c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6815a9400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815aac00 +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptFunctionData$GenericInvokers +instanceKlass @bci net/lenni0451/reflect/accessor/UnsafeAccess ensureClassInitialized (Ljava/lang/Class;)V 20 ; # java/lang/invoke/LambdaForm$MH+0x000001d6815ac400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815aec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b0000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b2000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b9c00 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context$ContextCodeInstaller initialize (Ljava/util/Collection;Lorg/openjdk/nashorn/internal/runtime/Source;[Ljava/lang/Object;)V 3 member ; # org/openjdk/nashorn/internal/runtime/Context$ContextCodeInstaller$$Lambda+0x000001d681667068 +instanceKlass org/openjdk/nashorn/internal/codegen/SharedScopeCall +instanceKlass org/openjdk/nashorn/internal/codegen/CodeGenerator$OptimisticOperation +instanceKlass org/openjdk/nashorn/internal/codegen/CodeGenerator$TypeBounds +instanceKlass org/openjdk/nashorn/internal/codegen/ConstantData$PropertyMapWrapper +instanceKlass org/openjdk/nashorn/internal/runtime/AccessorProperty$Accessors +instanceKlass org/openjdk/nashorn/internal/codegen/MapCreator +instanceKlass org/openjdk/nashorn/internal/codegen/DumpBytecode +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context forStructureClass (Ljava/lang/String;)Ljava/lang/Class; 26 argL0 ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d681665210 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 13 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68166b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68166b400 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 13 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68166b000 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 13 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68166ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68166a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68166a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68166a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681669c00 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 13 form names 11 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681669800 +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 13 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681669400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681669000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681668c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681668800 +instanceKlass org/openjdk/nashorn/internal/codegen/MapTuple +instanceKlass @bci org/openjdk/nashorn/internal/codegen/types/Type typeFor (Lorg/objectweb/asm/Type;)Lorg/openjdk/nashorn/internal/codegen/types/Type; 101 argL0 ; # org/openjdk/nashorn/internal/codegen/types/Type$$Lambda+0x000001d681664dc0 +instanceKlass org/openjdk/nashorn/internal/codegen/MethodEmitter$LocalVariableDef +instanceKlass org/openjdk/nashorn/internal/codegen/Label$Stack +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/fluids/SoftFluidStack 859 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681668400 +instanceKlass @cpi net/createmod/catnip/config/ConfigBase$ConfigBool 35 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681668000 +instanceKlass org/openjdk/nashorn/internal/codegen/MethodEmitter +instanceKlass org/openjdk/nashorn/internal/codegen/FunctionSignature +instanceKlass org/openjdk/nashorn/internal/ir/RuntimeNode$1 +instanceKlass org/openjdk/nashorn/internal/ir/LocalVariableConversion +instanceKlass org/openjdk/nashorn/internal/codegen/LocalVariableTypesCalculator$2 +instanceKlass org/openjdk/nashorn/internal/codegen/LocalVariableTypesCalculator$SymbolConversions +instanceKlass org/openjdk/nashorn/internal/codegen/LocalVariableTypesCalculator$JumpOrigin +instanceKlass org/openjdk/nashorn/internal/codegen/LocalVariableTypesCalculator$JumpTarget +instanceKlass org/openjdk/nashorn/internal/runtime/AllocationStrategy +instanceKlass @bci org/openjdk/nashorn/internal/runtime/RecompilableScriptFunctionData createAstSerializerExecutorService ()Ljava/util/concurrent/ExecutorService; 35 argL0 ; # org/openjdk/nashorn/internal/runtime/RecompilableScriptFunctionData$$Lambda+0x000001d681661eb0 +instanceKlass @bci org/openjdk/nashorn/internal/codegen/FindScopeDepths addExternalSymbol (Lorg/openjdk/nashorn/internal/ir/FunctionNode;Lorg/openjdk/nashorn/internal/ir/Symbol;I)V 11 argL0 ; # org/openjdk/nashorn/internal/codegen/FindScopeDepths$$Lambda+0x000001d681661338 +instanceKlass @bci org/openjdk/nashorn/internal/codegen/FindScopeDepths enterFunctionNode (Lorg/openjdk/nashorn/internal/ir/FunctionNode;)Z 35 argL0 ; # org/openjdk/nashorn/internal/codegen/FindScopeDepths$$Lambda+0x000001d681661100 +instanceKlass org/openjdk/nashorn/internal/ir/LexicalContext$1 +instanceKlass org/openjdk/nashorn/internal/ir/UnaryNode$1 +instanceKlass org/openjdk/nashorn/internal/IntDeque +instanceKlass org/openjdk/nashorn/internal/codegen/SplitIntoFunctions$FunctionState +instanceKlass org/openjdk/nashorn/internal/codegen/ObjectCreator +instanceKlass org/openjdk/nashorn/internal/codegen/CodeGenerator$SplitLiteralCreator +instanceKlass org/openjdk/nashorn/internal/ir/LexicalContext$NodeIterator +instanceKlass org/openjdk/nashorn/internal/scripts/JS +instanceKlass org/openjdk/nashorn/internal/codegen/ClassEmitter +instanceKlass java/util/Collections$UnmodifiableList$1 +instanceKlass org/openjdk/nashorn/internal/ir/visitor/NodeOperatorVisitor$1 +instanceKlass org/openjdk/nashorn/internal/codegen/FoldConstants$ConstantEvaluator +instanceKlass org/openjdk/nashorn/internal/ir/LexicalContextNode$Acceptor +instanceKlass org/openjdk/nashorn/internal/ir/LexicalContext +instanceKlass @bci org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder maxNearby (Lnet/minecraft/world/entity/EntityType;II)Lorg/betterx/bclib/api/v2/spawning/SpawnRuleBuilder; 22 ; # java/lang/invoke/LambdaForm$MH+0x000001d681658c00 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger quote (Ljava/lang/String;)Ljava/lang/String; 113 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681658800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681658400 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger quote (Ljava/lang/String;)Ljava/lang/String; 113 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681658000 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger quote (Ljava/lang/String;)Ljava/lang/String; 113 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681657c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681657800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681657400 +instanceKlass @bci nx/pingwheel/common/config/ClientConfig toString ()Ljava/lang/String; 77 argL0 argL7 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681657000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681656c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681656800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681656400 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger quote (Ljava/lang/String;)Ljava/lang/String; 113 form names 11 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681656000 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger quote (Ljava/lang/String;)Ljava/lang/String; 113 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681655c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681655800 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681655400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681655000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681654c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681654800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681654400 +instanceKlass org/openjdk/nashorn/internal/codegen/TypeEvaluator +instanceKlass @bci org/openjdk/nashorn/internal/codegen/Compiler initLogger (Lorg/openjdk/nashorn/internal/runtime/Context;)Lorg/openjdk/nashorn/internal/runtime/logging/DebugLogger; 23 member ; # org/openjdk/nashorn/internal/codegen/Compiler$$Lambda+0x000001d68164fd90 +instanceKlass @cpi com/simibubi/create/api/stress/BlockStressValues 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681654000 +instanceKlass org/openjdk/nashorn/internal/codegen/CompileUnit +instanceKlass org/openjdk/nashorn/internal/codegen/ConstantData +instanceKlass org/openjdk/nashorn/internal/codegen/CompilationPhase +instanceKlass org/openjdk/nashorn/internal/codegen/Compiler$CompilationPhases +instanceKlass org/openjdk/nashorn/internal/runtime/Context$ContextCodeInstaller +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context createNewLoader ()Lorg/openjdk/nashorn/internal/runtime/ScriptLoader; 1 member ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d681646e68 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context compile (Lorg/openjdk/nashorn/internal/runtime/Source;Lorg/openjdk/nashorn/internal/runtime/ErrorManager;Z)Ljava/lang/Class; 350 argL0 ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d681646950 +instanceKlass org/openjdk/nashorn/internal/parser/Parser$ParserState +instanceKlass org/openjdk/nashorn/internal/codegen/Label +instanceKlass @bci org/openjdk/nashorn/internal/ir/Block ()V 16 argL0 ; # org/openjdk/nashorn/internal/ir/Block$$Lambda+0x000001d681645d38 +instanceKlass org/openjdk/nashorn/internal/ir/Symbol +instanceKlass org/openjdk/nashorn/internal/parser/ParserContext$NodeIterator +instanceKlass org/openjdk/nashorn/internal/ir/BinaryNode$2 +instanceKlass @bci org/openjdk/nashorn/internal/codegen/types/Type typeFor (Ljava/lang/Class;)Lorg/openjdk/nashorn/internal/codegen/types/Type; 4 argL0 ; # org/openjdk/nashorn/internal/codegen/types/Type$$Lambda+0x000001d681645000 +instanceKlass org/openjdk/nashorn/internal/ir/BinaryNode$1 +instanceKlass org/openjdk/nashorn/internal/parser/Parser$ForVariableDeclarationListResult +instanceKlass org/openjdk/nashorn/internal/parser/Lexer$1 +instanceKlass org/openjdk/nashorn/internal/parser/Parser$4 +instanceKlass org/openjdk/nashorn/internal/parser/ParserContextBreakableNode +instanceKlass org/openjdk/nashorn/internal/parser/ParserContextBaseNode +instanceKlass org/openjdk/nashorn/internal/parser/Token$1 +instanceKlass org/openjdk/nashorn/internal/parser/TokenLookup +instanceKlass org/openjdk/nashorn/internal/parser/Scanner$State +instanceKlass org/openjdk/nashorn/internal/parser/Scanner +instanceKlass org/openjdk/nashorn/internal/parser/TokenStream +instanceKlass org/openjdk/nashorn/internal/parser/ParserContext +instanceKlass org/openjdk/nashorn/internal/parser/Token +instanceKlass org/openjdk/nashorn/internal/ir/Splittable +instanceKlass @bci cpw/mods/jarhandling/impl/ManifestVerifier getHasher (Ljava/lang/String;)Ljava/security/MessageDigest; 11 argL0 ; # cpw/mods/jarhandling/impl/ManifestVerifier$$Lambda+0x000001d681625670 +instanceKlass @bci cpw/mods/jarhandling/impl/ManifestVerifier verify (Ljava/util/jar/Manifest;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;[B)Ljava/util/Optional; 60 member ; # cpw/mods/jarhandling/impl/ManifestVerifier$$Lambda+0x000001d681625238 +instanceKlass org/openjdk/nashorn/internal/ir/BreakableNode +instanceKlass org/openjdk/nashorn/internal/ir/Labels +instanceKlass org/openjdk/nashorn/internal/ir/visitor/NodeVisitor +instanceKlass org/openjdk/nashorn/internal/ir/Assignment +instanceKlass org/openjdk/nashorn/internal/ir/JoinPredecessor +instanceKlass org/openjdk/nashorn/internal/ir/Optimistic +instanceKlass org/openjdk/nashorn/internal/ir/FunctionCall +instanceKlass org/openjdk/nashorn/internal/ir/PropertyKey +instanceKlass org/openjdk/nashorn/internal/ir/Terminal +instanceKlass org/openjdk/nashorn/internal/parser/ParserContextNode +instanceKlass org/openjdk/nashorn/internal/parser/AbstractParser +instanceKlass org/openjdk/nashorn/internal/runtime/Source$RawData +instanceKlass org/openjdk/nashorn/internal/runtime/Source$URLData +instanceKlass org/openjdk/nashorn/internal/runtime/Source$Data +instanceKlass @bci org/openjdk/nashorn/api/scripting/ScriptObjectMirror get (Ljava/lang/Object;)Ljava/lang/Object; 7 member ; # org/openjdk/nashorn/api/scripting/ScriptObjectMirror$$Lambda+0x000001d681635b70 +instanceKlass @bci net/neoforged/coremod/CoreModScriptingEngine initializeCoreMods ()Ljava/util/List; 5 member ; # net/neoforged/coremod/CoreModScriptingEngine$$Lambda+0x000001d681635940 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681632c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681632800 +instanceKlass net/neoforged/coremod/CoreMod +instanceKlass @bci org/openjdk/nashorn/api/scripting/ScriptObjectMirror remove (Ljava/lang/Object;)Ljava/lang/Object; 7 member ; # org/openjdk/nashorn/api/scripting/ScriptObjectMirror$$Lambda+0x000001d681617d90 +instanceKlass @bci org/openjdk/nashorn/api/scripting/ScriptObjectMirror containsKey (Ljava/lang/Object;)Z 7 member ; # org/openjdk/nashorn/api/scripting/ScriptObjectMirror$$Lambda+0x000001d681617b70 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681632400 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/AccessorProperty invokeSetter (Lorg/openjdk/nashorn/internal/runtime/ScriptObject;D)V 13 ; # java/lang/invoke/LambdaForm$MH+0x000001d681632000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681631c00 +instanceKlass @cpi me/pepperbell/continuity/client/properties/BaseCtmProperties 935 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681631800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681631400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681631000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681630c00 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 460 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681630800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681630400 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 456 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681630000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162fc00 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 389 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162f800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162f400 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 341 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162f000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162ec00 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Prototype 456 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162e800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162e400 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Prototype 410 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162e000 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Prototype 406 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162dc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162d800 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Prototype 374 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68162d000 +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 157 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162cc00 +instanceKlass @cpi fuzs/iteminteractions/impl/client/ItemInteractionsClient 166 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162c800 +instanceKlass @cpi com/faboslav/friendsandfoes/common/init/FriendsAndFoesPointOfInterestTypes 211 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162c400 +instanceKlass @cpi org/violetmoon/quark/content/management/module/EasyTransferringModule$Client 181 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68162c000 +instanceKlass @bci cpw/mods/jarhandling/impl/JarSigningData getFileStatus (Ljava/lang/String;)Lcpw/mods/jarhandling/SecureJar$Status; 12 argL0 ; # cpw/mods/jarhandling/impl/JarSigningData$$Lambda+0x000001d681625000 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 448 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681624c00 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 448 form names 4 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681624800 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 345 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681624400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681624000 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Prototype 354 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681623c00 +instanceKlass @cpi net/minecraft/client/Options 635 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681623800 +instanceKlass org/openjdk/nashorn/internal/objects/annotations/SpecializedFunction +instanceKlass org/openjdk/nashorn/internal/objects/annotations/SpecializedFunction$LinkLogic +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681623400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681623000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681622c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681622800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681622400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681622000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681621c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681621800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681621400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681621000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681620c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681620800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681620400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681620000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161fc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161f800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68161f400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68161f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161e400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68161e000 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Constructor 79 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68161dc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68161d800 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeArray$Constructor 79 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68161d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68161d000 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeString$Constructor 75 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68161cc00 +instanceKlass @cpi org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder 598 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68161c800 +instanceKlass org/openjdk/nashorn/internal/runtime/Specialization +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68161a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68161a400 +instanceKlass @bci jdk/dynalink/support/ChainedCallSite relinkInternal (Ljdk/dynalink/linker/GuardedInvocation;Ljava/lang/invoke/MethodHandle;ZZ)Ljava/lang/invoke/MethodHandle; 98 member ; # jdk/dynalink/support/ChainedCallSite$$Lambda+0x000001d6815ee320 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68161a000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681619c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681619800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681619400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681619000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681618c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681618800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681618400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681618000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681613c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681613800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681613400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681613000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681612c00 +instanceKlass org/openjdk/nashorn/internal/runtime/OptimisticReturnFilters +instanceKlass java/util/IdentityHashMap$EntryIterator$Entry +instanceKlass jdk/dynalink/linker/support/TypeUtilities +instanceKlass org/openjdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions +instanceKlass @bci org/openjdk/nashorn/internal/runtime/CompiledFunction createFunctionInvocation (Ljava/lang/Class;I)Ljdk/dynalink/linker/GuardedInvocation; 4 member ; # org/openjdk/nashorn/internal/runtime/CompiledFunction$$Lambda+0x000001d6816150d8 +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptObject$1 +instanceKlass org/openjdk/nashorn/internal/runtime/linker/BoundCallable +instanceKlass org/openjdk/nashorn/internal/runtime/ConsString +instanceKlass @bci jdk/dynalink/LinkerServicesImpl getGuardedInvocation (Ljdk/dynalink/linker/LinkRequest;)Ljdk/dynalink/linker/GuardedInvocation; 2 member ; # jdk/dynalink/LinkerServicesImpl$$Lambda+0x000001d6815edf00 +instanceKlass jdk/dynalink/linker/support/SimpleLinkRequest +instanceKlass @bci org/openjdk/nashorn/internal/runtime/UserAccessorProperty getObjectGetterInvoker ()Ljava/lang/invoke/MethodHandle; 6 argL0 ; # org/openjdk/nashorn/internal/runtime/UserAccessorProperty$$Lambda+0x000001d681614850 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681612800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681612400 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent hashCode ()I 1 argL1 form names 5 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681612000 +instanceKlass org/openjdk/nashorn/api/scripting/AbstractJSObject +instanceKlass org/openjdk/nashorn/internal/objects/NativeObject +instanceKlass org/openjdk/nashorn/internal/runtime/FindProperty +instanceKlass org/openjdk/nashorn/internal/runtime/Symbol +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681611c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681611800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681611400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681611000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681610c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681610800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681610400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681610000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68160fc00 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier hashCode ()I 1 argL2 argL1 form names 5 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160f800 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 328 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160f400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68160f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160e400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68160e000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68160dc00 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 385 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160d800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68160d400 +instanceKlass org/openjdk/nashorn/internal/runtime/GlobalFunctions +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160c400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68160c000 +instanceKlass org/openjdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo +instanceKlass @cpi net/fabricmc/fabric/api/event/lifecycle/v1/ServerLifecycleEvents 236 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160bc00 +instanceKlass org/openjdk/nashorn/internal/runtime/events/RuntimeEvent +instanceKlass org/openjdk/nashorn/internal/runtime/CompiledFunction +instanceKlass @cpi io/wispforest/accessories/menu/AccessoriesMenuTypes 41 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160b800 +instanceKlass org/openjdk/nashorn/internal/objects/NativeFunction +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/ArrayIndex +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160b400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68160b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68160a400 +instanceKlass @cpi dev/latvian/mods/kubejs/script/TypeWrapperRegistry 276 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68160a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681609c00 +instanceKlass org/openjdk/nashorn/internal/runtime/SpillProperty$Accessors +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681609800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681609400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681609000 +instanceKlass @cpi com/tom/storagemod/api/MultiblockInventoryAPI 61 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681608c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681608800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681608400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681608000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681603c00 +instanceKlass org/openjdk/nashorn/internal/runtime/UserAccessorProperty$Accessors +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681603800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681603400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681603000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681602c00 +instanceKlass @cpi com/mojang/blaze3d/platform/GLX 139 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681602800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681602400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681602000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681601c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681601800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681601400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681601000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681600c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681600800 +instanceKlass @cpi net/minecraft/util/eventlog/EventLogDirectory$FileList 53 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681600400 +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptFunctionData +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681600000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ffc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ff800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ff400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ff000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fe800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fe400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815fe000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fdc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815fd800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fd400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fd000 +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NameCodec +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor ()V 307 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor$$Lambda+0x000001d6815fb030 +instanceKlass java/util/stream/StreamSpliterators$InfiniteSupplyingSpliterator +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor ()V 289 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor$$Lambda+0x000001d6815fae18 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/LinkerCallSite ()V 52 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/LinkerCallSite$$Lambda+0x000001d6815fa9b0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fcc00 +instanceKlass org/openjdk/nashorn/internal/runtime/linker/InvokeByName +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815fc800 +instanceKlass @cpi net/minecraft/client/renderer/texture/SpriteContents 299 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815fc400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815fc000 +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/IntElements +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/IntOrLongElements +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/NumericElements +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/AnyElements +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyHashMap$Element +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyHashMap$MapBuilder +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyHashMap +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815f7800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815f7400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815f7000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f6c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f6800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f6400 +instanceKlass org/openjdk/nashorn/internal/codegen/ObjectClassGenerator +instanceKlass @cpi io/wispforest/accessories/utils/AttributeUtils 206 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815f6000 +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornGuards +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f5c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f5800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f5400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f5000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f4c00 +instanceKlass org/openjdk/nashorn/internal/runtime/arrays/ArrayData +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f4800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815f4400 +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyMap +instanceKlass @cpi com/aetherteam/nitrogen/recipe/BlockStateIngredient 406 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815f4000 +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyDescriptor +instanceKlass org/openjdk/nashorn/internal/runtime/Property +instanceKlass @cpi software/bernie/geckolib/animation/Animation$LoopType 175 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e9400 +instanceKlass org/openjdk/nashorn/internal/runtime/GlobalConstants$Access +instanceKlass org/openjdk/nashorn/internal/runtime/GlobalConstants +instanceKlass @bci org/openjdk/nashorn/api/scripting/NashornScriptEngine createNashornGlobal ()Lorg/openjdk/nashorn/internal/objects/Global; 1 member ; # org/openjdk/nashorn/api/scripting/NashornScriptEngine$$Lambda+0x000001d6815e18e0 +instanceKlass @bci jdk/dynalink/TypeConverterFactory (Ljava/lang/Iterable;Ljdk/dynalink/linker/MethodTypeConversionStrategy;)V 151 member ; # jdk/dynalink/TypeConverterFactory$$Lambda+0x000001d6815ed560 +instanceKlass @bci jdk/dynalink/TypeConverterFactory (Ljava/lang/Iterable;Ljdk/dynalink/linker/MethodTypeConversionStrategy;)V 137 member ; # jdk/dynalink/TypeConverterFactory$$Lambda+0x000001d6815ed330 +instanceKlass jdk/dynalink/BiClassValue +instanceKlass @bci jdk/dynalink/TypeConverterFactory (Ljava/lang/Iterable;Ljdk/dynalink/linker/MethodTypeConversionStrategy;)V 124 member ; # jdk/dynalink/TypeConverterFactory$$Lambda+0x000001d6815eccb0 +instanceKlass jdk/dynalink/TypeConverterFactory +instanceKlass jdk/dynalink/LinkerServicesImpl +instanceKlass jdk/dynalink/DynamicLinker +instanceKlass jdk/dynalink/linker/support/CompositeGuardingDynamicLinker +instanceKlass jdk/dynalink/linker/support/CompositeTypeBasedGuardingDynamicLinker +instanceKlass @bci jdk/dynalink/DynamicLinkerFactory discoverAutoLoadLinkers ()Ljava/util/List; 102 member ; # jdk/dynalink/DynamicLinkerFactory$$Lambda+0x000001d6815decd0 +instanceKlass @bci jdk/dynalink/DynamicLinkerFactory discoverAutoLoadLinkers ()Ljava/util/List; 89 member ; # jdk/dynalink/DynamicLinkerFactory$$Lambda+0x000001d6815deab0 +instanceKlass jdk/dynalink/linker/GuardingDynamicLinkerExporter +instanceKlass @bci jdk/dynalink/DynamicLinkerFactory discoverAutoLoadLinkers ()Ljava/util/List; 38 member ; # jdk/dynalink/DynamicLinkerFactory$$Lambda+0x000001d6815de670 +instanceKlass jdk/dynalink/linker/support/DefaultInternalObjectFilter +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/Bootstrap createDynamicLinker (Ljava/lang/ClassLoader;I)Ljdk/dynalink/DynamicLinker; 37 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/Bootstrap$$Lambda+0x000001d6815e0ad8 +instanceKlass jdk/dynalink/linker/MethodTypeConversionStrategy +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/Bootstrap createDynamicLinker (Ljava/lang/ClassLoader;I)Ljdk/dynalink/DynamicLinker; 28 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/Bootstrap$$Lambda+0x000001d6815e08c0 +instanceKlass jdk/dynalink/linker/GuardedInvocationTransformer +instanceKlass @bci jdk/dynalink/DynamicLinkerFactory copyListRequireNonNullElements (Ljava/util/List;)Ljava/util/List; 11 argL0 ; # jdk/dynalink/DynamicLinkerFactory$$Lambda+0x000001d6815dde40 +instanceKlass @bci jdk/dynalink/internal/AccessControlContextFactory makeRuntimePermissions ([Ljava/lang/String;)[Ljava/security/Permission; 14 argL0 ; # jdk/dynalink/internal/AccessControlContextFactory$$Lambda+0x000001d6815ddc28 +instanceKlass @bci jdk/dynalink/internal/AccessControlContextFactory makeRuntimePermissions ([Ljava/lang/String;)[Ljava/security/Permission; 4 argL0 ; # jdk/dynalink/internal/AccessControlContextFactory$$Lambda+0x000001d6815dd9f0 +instanceKlass jdk/dynalink/internal/AccessControlContextFactory +instanceKlass jdk/dynalink/DynamicLinkerFactory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815e9000 +instanceKlass jdk/dynalink/SecureLookupSupplier +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e8c00 +instanceKlass @cpi com/copycatsplus/copycats/CCShapes 503 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e8800 +instanceKlass @cpi xaero/lib/common/config/option/value/sync/serialization/BuiltInConfigValueSyncCodecs 131 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e8400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e8000 +instanceKlass @cpi net/minecraft/client/Options 1398 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e7c00 +instanceKlass @cpi team/creative/creativecore/client/CreativeCoreClient 357 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e7800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e7400 +instanceKlass @cpi org/openjdk/nashorn/internal/objects/NativeMath$Constructor 334 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e7000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e6c00 +instanceKlass @cpi software/bernie/geckolib/loading/math/MolangQueries 1120 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e6800 +instanceKlass @cpi com/jahirtrap/configlib/TXFConfig 758 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e6400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e6000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e5c00 +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 526 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815e5800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e5400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815e5000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815e4c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815e4800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815e4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815e4000 +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornBottomLinker +instanceKlass jdk/dynalink/beans/BeansLinker$NoSuchMemberHandlerBindingLinker +instanceKlass jdk/dynalink/beans/StaticClassLinker +instanceKlass jdk/dynalink/beans/StaticClass +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornStaticClassLinker +instanceKlass java/beans/XMLDecoder +instanceKlass java/beans/Encoder +instanceKlass java/beans/Statement$1 +instanceKlass java/beans/ExceptionListener +instanceKlass java/beans/Statement +instanceKlass org/openjdk/nashorn/internal/runtime/linker/ReflectionCheckLinker +instanceKlass netscape/javascript/JSObject +instanceKlass org/openjdk/nashorn/internal/runtime/linker/BrowserJSObjectLinker +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink 787 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815da800 +instanceKlass org/openjdk/nashorn/api/scripting/JSObject +instanceKlass org/openjdk/nashorn/internal/runtime/linker/JSObjectLinker +instanceKlass org/openjdk/nashorn/internal/runtime/linker/JavaSuperAdapter +instanceKlass org/openjdk/nashorn/internal/runtime/linker/JavaSuperAdapterLinker +instanceKlass org/openjdk/nashorn/internal/runtime/linker/BoundCallableLinker +instanceKlass jdk/dynalink/linker/GuardedInvocation +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker +instanceKlass org/openjdk/nashorn/internal/runtime/OptimisticBuiltins +instanceKlass @bci org/openjdk/nashorn/internal/runtime/AccessControlContextFactory makeRuntimePermissions ([Ljava/lang/String;)[Ljava/security/Permission; 14 argL0 ; # org/openjdk/nashorn/internal/runtime/AccessControlContextFactory$$Lambda+0x000001d6815d6a30 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/AccessControlContextFactory makeRuntimePermissions ([Ljava/lang/String;)[Ljava/security/Permission; 4 argL0 ; # org/openjdk/nashorn/internal/runtime/AccessControlContextFactory$$Lambda+0x000001d6815d67f8 +instanceKlass org/openjdk/nashorn/internal/runtime/AccessControlContextFactory +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornLinker +instanceKlass jdk/dynalink/linker/ConversionComparator +instanceKlass jdk/dynalink/linker/GuardingTypeConverterFactory +instanceKlass @bci jdk/dynalink/NamespaceOperation (Ljdk/dynalink/Operation;[Ljdk/dynalink/Namespace;)V 102 member ; # jdk/dynalink/NamespaceOperation$$Lambda+0x000001d6815c3bf0 +instanceKlass jdk/dynalink/NamedOperation +instanceKlass jdk/dynalink/NamespaceOperation +instanceKlass jdk/dynalink/linker/MethodHandleTransformer +instanceKlass jdk/dynalink/Operation +instanceKlass jdk/dynalink/Namespace +instanceKlass org/openjdk/nashorn/internal/runtime/linker/NashornBeansLinker +instanceKlass @bci org/openjdk/nashorn/internal/runtime/linker/Bootstrap ()V 79 argL0 ; # org/openjdk/nashorn/internal/runtime/linker/Bootstrap$$Lambda+0x000001d6815d5ab8 +instanceKlass jdk/dynalink/linker/LinkerServices +instanceKlass jdk/dynalink/linker/LinkRequest +instanceKlass jdk/dynalink/beans/MissingMemberHandlerFactory +instanceKlass jdk/dynalink/linker/TypeBasedGuardingDynamicLinker +instanceKlass jdk/dynalink/beans/BeansLinker +instanceKlass jdk/dynalink/linker/GuardingDynamicLinker +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815da400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815da000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815d9c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6815d9800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815d9400 +instanceKlass @cpi net/minecraft/client/gui/font/FontSet 254 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815d9000 +instanceKlass org/openjdk/nashorn/internal/lookup/Lookup +instanceKlass jdk/dynalink/linker/support/Lookup +instanceKlass java/util/logging/Logger$RbAccess +instanceKlass jdk/dynalink/linker/support/Guards +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptRuntime +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815d8c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815d8800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815d8400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815d8000 +instanceKlass java/util/logging/StreamHandler$1 +instanceKlass java/util/logging/Handler$1 +instanceKlass java/util/logging/ErrorManager +instanceKlass jdk/internal/logger/SimpleConsoleLogger$Formatting +instanceKlass @bci java/util/logging/SimpleFormatter ()V 5 argL0 ; # java/util/logging/SimpleFormatter$$Lambda+0x000001d681369d78 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/logging/DebugLogger instantiateLogger (Ljava/lang/String;Ljava/util/logging/Level;)Ljava/util/logging/Logger; 7 member ; # org/openjdk/nashorn/internal/runtime/logging/DebugLogger$$Lambda+0x000001d6815d4ec8 +instanceKlass java/util/logging/Formatter +instanceKlass org/openjdk/nashorn/internal/runtime/logging/DebugLogger +instanceKlass org/openjdk/nashorn/internal/lookup/MethodHandleFactory$StandardMethodHandleFunctionality +instanceKlass org/openjdk/nashorn/internal/lookup/MethodHandleFunctionality +instanceKlass org/openjdk/nashorn/internal/lookup/MethodHandleFactory +instanceKlass org/openjdk/nashorn/internal/codegen/types/Type$Unknown +instanceKlass org/openjdk/nashorn/internal/runtime/DefaultPropertyAccess +instanceKlass org/openjdk/nashorn/internal/codegen/types/BytecodeArrayOps +instanceKlass org/openjdk/nashorn/internal/codegen/types/BytecodeNumericOps +instanceKlass org/openjdk/nashorn/internal/codegen/types/BytecodeBitwiseOps +instanceKlass org/openjdk/nashorn/internal/codegen/types/Type +instanceKlass org/openjdk/nashorn/internal/codegen/types/BytecodeOps +instanceKlass jdk/dynalink/RelinkableCallSite +instanceKlass org/openjdk/nashorn/internal/runtime/linker/Bootstrap +instanceKlass org/openjdk/nashorn/internal/runtime/logging/Logger +instanceKlass org/openjdk/nashorn/internal/runtime/Timing +instanceKlass @bci org/openjdk/nashorn/internal/runtime/options/Options getIntProperty (Ljava/lang/String;I)I 6 member ; # org/openjdk/nashorn/internal/runtime/options/Options$$Lambda+0x000001d6815cea88 +instanceKlass org/openjdk/nashorn/internal/codegen/Namespace +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptEnvironment +instanceKlass org/openjdk/nashorn/internal/WeakValueCache +instanceKlass @bci org/openjdk/nashorn/internal/runtime/NashornLoader loadModuleManipulator ()V 38 member ; # org/openjdk/nashorn/internal/runtime/NashornLoader$$Lambda+0x000001d6815ce000 +instanceKlass org/openjdk/nashorn/internal/scripts/ModuleGraphManipulator +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context lambda$createModuleTrusted$8 (Ljava/lang/ModuleLayer;Ljava/lang/module/Configuration;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer; 3 member ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d6815cbbc8 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context createModuleTrusted (Ljava/lang/ModuleLayer;Ljava/lang/module/ModuleDescriptor;Ljava/lang/ClassLoader;)Ljava/lang/Module; 54 member ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d6815cb9a8 +instanceKlass org/openjdk/nashorn/internal/runtime/Context$2 +instanceKlass org/openjdk/nashorn/internal/runtime/Source +instanceKlass org/openjdk/nashorn/internal/codegen/CompilerConstants$Access +instanceKlass org/openjdk/nashorn/internal/codegen/Compiler +instanceKlass org/openjdk/nashorn/internal/runtime/logging/Loggable +instanceKlass @bci org/openjdk/nashorn/internal/runtime/NashornLoader readModuleManipulatorBytes ()[B 0 argL0 ; # org/openjdk/nashorn/internal/runtime/NashornLoader$$Lambda+0x000001d6815c9018 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/Context ()V 156 member ; # org/openjdk/nashorn/internal/runtime/Context$$Lambda+0x000001d6815c8df8 +instanceKlass @bci org/openjdk/nashorn/internal/runtime/options/Options getBooleanProperty (Ljava/lang/String;Ljava/lang/Boolean;)Z 6 member ; # org/openjdk/nashorn/internal/runtime/options/Options$$Lambda+0x000001d6815c8bd8 +instanceKlass org/openjdk/nashorn/internal/runtime/DebuggerSupport$SourceInfo +instanceKlass org/openjdk/nashorn/internal/runtime/DebuggerSupport$DebuggerValueDesc +instanceKlass org/openjdk/nashorn/internal/runtime/DebuggerSupport +instanceKlass java/lang/invoke/SwitchPoint +instanceKlass org/openjdk/nashorn/internal/runtime/CodeInstaller +instanceKlass org/openjdk/nashorn/internal/ir/LexicalContextNode +instanceKlass org/openjdk/nashorn/internal/ir/CompileUnitHolder +instanceKlass org/openjdk/nashorn/internal/ir/Flags +instanceKlass org/openjdk/nashorn/internal/ir/Node +instanceKlass @bci org/openjdk/nashorn/api/scripting/NashornScriptEngine (Lorg/openjdk/nashorn/api/scripting/NashornScriptEngineFactory;[Ljava/lang/String;Ljava/lang/ClassLoader;Lorg/openjdk/nashorn/api/scripting/ClassFilter;)V 63 member ; # org/openjdk/nashorn/api/scripting/NashornScriptEngine$$Lambda+0x000001d6815c5ed8 +instanceKlass org/openjdk/nashorn/internal/runtime/Context +instanceKlass org/openjdk/nashorn/internal/runtime/options/Options$ParsedArg +instanceKlass @bci org/openjdk/nashorn/internal/runtime/options/Options getStringProperty (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 6 member ; # org/openjdk/nashorn/internal/runtime/options/Options$$Lambda+0x000001d6815c5120 +instanceKlass org/openjdk/nashorn/internal/runtime/QuotedStringTokenizer +instanceKlass org/openjdk/nashorn/internal/runtime/options/OptionTemplate +instanceKlass sun/util/ResourceBundleEnumeration +instanceKlass @bci java/util/PropertyPermissionCollection add (Ljava/security/Permission;)V 71 member ; # java/util/PropertyPermissionCollection$$Lambda+0x000001d681368d58 +instanceKlass org/openjdk/nashorn/internal/runtime/options/Option +instanceKlass org/openjdk/nashorn/internal/runtime/options/Options +instanceKlass javax/script/SimpleBindings +instanceKlass javax/script/SimpleScriptContext +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadPropertyResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 14 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001d681367f98 +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 13 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001d681367d78 +instanceKlass java/util/ResourceBundle$3 +instanceKlass java/util/ResourceBundle$CacheKeyReference +instanceKlass java/util/ResourceBundle$CacheKey +instanceKlass @bci java/util/ResourceBundle getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/util/ResourceBundle$$Lambda+0x000001d6813672c0 +instanceKlass javax/script/CompiledScript +instanceKlass javax/script/Bindings +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptObject +instanceKlass org/openjdk/nashorn/internal/runtime/PropertyAccess +instanceKlass org/openjdk/nashorn/internal/runtime/ErrorManager +instanceKlass javax/script/ScriptContext +instanceKlass javax/script/AbstractScriptEngine +instanceKlass javax/script/Invocable +instanceKlass javax/script/Compilable +instanceKlass @bci net/neoforged/coremod/NashornFactory createEngine ()Ljavax/script/ScriptEngine; 13 argL0 ; # net/neoforged/coremod/NashornFactory$$Lambda+0x000001d6815ba1f8 +instanceKlass org/openjdk/nashorn/api/scripting/ClassFilter +instanceKlass javax/script/ScriptEngine +instanceKlass org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory +instanceKlass javax/script/ScriptEngineFactory +instanceKlass net/neoforged/coremod/NashornFactory +instanceKlass net/neoforged/coremod/CoreModScriptingEngine +instanceKlass @bci net/neoforged/fml/loading/FMLServiceProvider loadCoreModScripts ()Ljava/util/List; 11 argL0 ; # net/neoforged/fml/loading/FMLServiceProvider$$Lambda+0x000001d6815a74e8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler initialiseServiceTransformers ()V 23 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6815a72b8 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 186 member ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6815a7088 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 166 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6815a6e60 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 156 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6815a6c28 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 122 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6815a69f0 +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService completeScan (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 93 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d6815bc510 +instanceKlass org/sinytra/connector/service/hacks/ModuleLayerMigrator$ModuleDataProviderWrapper +instanceKlass org/sinytra/connector/service/hacks/ModuleLayerMigrator$EmptyModuleDataProvider +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator moveModule (Ljava/lang/String;)Lcpw/mods/jarhandling/SecureJar; 65 member ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a3b60 +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator moveModule (Ljava/lang/String;)Lcpw/mods/jarhandling/SecureJar; 47 member ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a3940 +instanceKlass @bci org/sinytra/connector/service/hacks/FabricASMFixer provideGeneratedClassesJar ()Lcpw/mods/jarhandling/SecureJar; 14 argL0 ; # org/sinytra/connector/service/hacks/FabricASMFixer$$Lambda+0x000001d6815a3708 +instanceKlass @bci org/sinytra/connector/service/hacks/FabricASMFixer provideGeneratedClassesJar ()Lcpw/mods/jarhandling/SecureJar; 9 argL0 ; # org/sinytra/connector/service/hacks/FabricASMFixer$$Lambda+0x000001d6815a34f0 +instanceKlass @bci org/sinytra/connector/service/hacks/FabricASMFixer ()V 51 argL0 ; # org/sinytra/connector/service/hacks/FabricASMFixer$$Lambda+0x000001d6815a32d8 +instanceKlass @bci org/sinytra/connector/service/hacks/FabricASMFixer ()V 37 argL0 ; # org/sinytra/connector/service/hacks/FabricASMFixer$$Lambda+0x000001d6815a30c0 +instanceKlass org/sinytra/connector/service/hacks/FabricASMFixer +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator ()V 42 argL0 ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a2ca8 +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator ()V 28 argL0 ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a2a90 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b9800 +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator ()V 14 argL0 ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a2878 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6815b4c00 +instanceKlass @bci org/sinytra/connector/service/hacks/ModuleLayerMigrator ()V 0 argL0 ; # org/sinytra/connector/service/hacks/ModuleLayerMigrator$$Lambda+0x000001d6815a2660 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b4800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b2400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815b0400 +instanceKlass org/sinytra/connector/service/hacks/ModuleLayerMigrator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ae800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815ac000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815aa800 +instanceKlass com/google/common/collect/Lists +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService completeScan (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 49 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d6815a2238 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a9000 +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService completeScan (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 41 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d6815a2000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6815a1800 +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService completeScan (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 6 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d68151d430 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModValidator getModResources ()Lcpw/mods/modlauncher/api/ITransformationService$Resource; 57 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModValidator$$Lambda+0x000001d6815a5b68 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModValidator getModResources ()Lcpw/mods/modlauncher/api/ITransformationService$Resource; 12 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModValidator$$Lambda+0x000001d6815a5930 +instanceKlass @bci net/neoforged/fml/loading/FMLLoader completeScan (Lnet/neoforged/neoforgespi/ILaunchContext;Ljava/util/List;)Ljava/util/List; 39 argL0 ; # net/neoforged/fml/loading/FMLLoader$$Lambda+0x000001d6815a5708 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList hasErrors ()Z 21 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d6815a54c0 +instanceKlass net/neoforged/fml/loading/modscan/ModAnnotation +# instanceKlass net/neoforged/fml/loading/modscan/ModClassVisitor$$Lambda+0x000001d6815a4e30 +# instanceKlass net/neoforged/fml/loading/modscan/ModClassVisitor$$Lambda+0x000001d6815a4bf8 +# instanceKlass net/neoforged/fml/loading/modscan/ModClassVisitor$$Lambda+0x000001d6815a49c0 +# instanceKlass net/neoforged/fml/loading/modscan/ModClassVisitor$$Lambda+0x000001d6815a4788 +instanceKlass @bci net/neoforged/fml/loading/modscan/ModClassVisitor visit (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V 40 argL0 ; # net/neoforged/fml/loading/modscan/ModClassVisitor$$Lambda+0x000001d6815a4550 +# instanceKlass net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68159f9b8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile scanFile (Ljava/util/function/Consumer;)V 49 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68159f778 +instanceKlass @bci java/nio/file/Files find (Ljava/nio/file/Path;ILjava/util/function/BiPredicate;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream; 57 argL0 ; # java/nio/file/Files$$Lambda+0x000001d681367088 +instanceKlass @bci java/nio/file/Files find (Ljava/nio/file/Path;ILjava/util/function/BiPredicate;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream; 47 member ; # java/nio/file/Files$$Lambda+0x000001d681366e38 +instanceKlass @bci java/nio/file/Files find (Ljava/nio/file/Path;ILjava/util/function/BiPredicate;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream; 33 member ; # java/nio/file/Files$$Lambda+0x000001d681366c18 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile scanFile (Ljava/util/function/Consumer;)V 20 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68159f530 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile scanFile (Ljava/util/function/Consumer;)V 1 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68159f2f0 +instanceKlass @bci net/neoforged/fml/loading/modscan/Scanner scan ()Lnet/neoforged/neoforgespi/language/ModFileScanData; 25 member ; # net/neoforged/fml/loading/modscan/Scanner$$Lambda+0x000001d68159f0c0 +instanceKlass @bci net/neoforged/fml/loading/modscan/BackgroundScanHandler submitForScanning (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)V 97 member ; # net/neoforged/fml/loading/modscan/BackgroundScanHandler$$Lambda+0x000001d68159ee90 +instanceKlass net/neoforged/fml/loading/modscan/Scanner +instanceKlass @bci net/neoforged/fml/loading/modscan/BackgroundScanHandler submitForScanning (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)V 87 member ; # net/neoforged/fml/loading/modscan/BackgroundScanHandler$$Lambda+0x000001d68159e7c0 +instanceKlass @cpi net/minecraft/client/gui/Gui 539 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6815a0000 +instanceKlass java/util/concurrent/CompletableFuture$AsynchronousCompletionTask +instanceKlass java/util/concurrent/CompletableFuture$AltResult +instanceKlass java/util/concurrent/CompletableFuture +instanceKlass java/util/concurrent/CompletionStage +instanceKlass @bci net/neoforged/fml/loading/modscan/BackgroundScanHandler submitForScanning (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)V 69 member ; # net/neoforged/fml/loading/modscan/BackgroundScanHandler$$Lambda+0x000001d68159e5a0 +instanceKlass net/neoforged/neoforgespi/language/ModFileScanData +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addForScanning (Lnet/neoforged/fml/loading/modscan/BackgroundScanHandler;)V 30 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159e140 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addForScanning (Lnet/neoforged/fml/loading/modscan/BackgroundScanHandler;)V 14 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159df08 +instanceKlass @bci net/neoforged/fml/loading/modscan/BackgroundScanHandler ()V 30 member ; # net/neoforged/fml/loading/modscan/BackgroundScanHandler$$Lambda+0x000001d68159d8b8 +instanceKlass net/neoforged/fml/loading/modscan/BackgroundScanHandler +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender loadEnumPrototypes (Ljava/util/Map;)V 263 member ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159d460 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender lambda$loadEnumPrototypes$13 (Ljava/util/HashMap;Lnet/neoforged/fml/common/asm/enumextension/EnumPrototype;)Ljava/util/HashMap; 5 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159d228 +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumParameters +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender loadEnumPrototypes (Ljava/util/Map;)V 48 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159c7d8 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender loadEnumPrototypes (Ljava/util/Map;)V 43 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159c5b0 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender loadEnumPrototypes (Ljava/util/Map;)V 21 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159c158 +instanceKlass @bci net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender loadEnumPrototypes (Ljava/util/Map;)V 11 argL0 ; # net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender$$Lambda+0x000001d68159bf20 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList lambda$addEnumExtenders$5 (Ljava/util/Map;Lnet/neoforged/neoforgespi/language/IModInfo;)V 22 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159bcf0 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addEnumExtenders ()V 38 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159bac0 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addEnumExtenders ()V 27 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159b888 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addEnumExtenders ()V 17 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159b650 +instanceKlass net/neoforged/fml/loading/mixin/FMLMixinContainerHandle +instanceKlass net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration +instanceKlass @bci net/neoforged/fml/loading/LoadingModList lambda$addMixinConfigs$1 (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)V 60 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159ab20 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addMixinConfigs ()V 20 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159a8f0 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addMixinConfigs ()V 9 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68159a6b8 +instanceKlass @bci net/neoforged/accesstransformer/MethodTarget (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V 27 argL0 ; # net/neoforged/accesstransformer/MethodTarget$$Lambda+0x000001d68159a480 +instanceKlass @bci net/neoforged/accesstransformer/MethodTarget (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V 17 argL0 ; # net/neoforged/accesstransformer/MethodTarget$$Lambda+0x000001d68159a248 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformVisitor visitFunction (Lnet/neoforged/accesstransformer/generated/AtParser$FunctionContext;)Ljava/lang/Void; 46 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformVisitor$$Lambda+0x000001d68159a010 +instanceKlass org/antlr/v4/runtime/ProxyErrorListener +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList loadAT (Lorg/antlr/v4/runtime/CharStream;)V 194 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d681599b80 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList invalidTransformers (Ljava/util/HashMap;)Ljava/util/List; 9 argL0 ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d681599938 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList lambda$mergeAccessTransformers$2 (Ljava/util/Map;Ljava/lang/String;Lnet/neoforged/accesstransformer/AccessTransformer;)V 7 member ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d6815992d8 +instanceKlass @bci net/neoforged/accesstransformer/parser/AccessTransformerList mergeAccessTransformers (Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)V 3 member ; # net/neoforged/accesstransformer/parser/AccessTransformerList$$Lambda+0x000001d6815990a8 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformer$FinalState ()V 61 argL0 ; # net/neoforged/accesstransformer/AccessTransformer$FinalState$$Lambda+0x000001d681598ca0 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformer$FinalState ()V 43 argL0 ; # net/neoforged/accesstransformer/AccessTransformer$FinalState$$Lambda+0x000001d681598a88 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformer$FinalState ()V 25 argL0 ; # net/neoforged/accesstransformer/AccessTransformer$FinalState$$Lambda+0x000001d681598870 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformer$FinalState ()V 7 argL0 ; # net/neoforged/accesstransformer/AccessTransformer$FinalState$$Lambda+0x000001d681598658 +instanceKlass @bci net/neoforged/accesstransformer/AccessTransformer$Modifier ()V 75 argL0 ; # net/neoforged/accesstransformer/AccessTransformer$Modifier$$Lambda+0x000001d6815981f0 +instanceKlass net/neoforged/accesstransformer/parser/ModifierProcessor +instanceKlass net/neoforged/accesstransformer/AccessTransformer +instanceKlass net/neoforged/accesstransformer/Target +instanceKlass org/antlr/v4/runtime/tree/AbstractParseTreeVisitor +instanceKlass net/neoforged/accesstransformer/generated/AtParserVisitor +instanceKlass org/antlr/v4/runtime/tree/TerminalNodeImpl +instanceKlass org/antlr/v4/runtime/misc/FlexibleHashMap$Entry +instanceKlass org/antlr/v4/runtime/misc/FlexibleHashMap +instanceKlass org/antlr/v4/runtime/misc/DoubleKeyMap +instanceKlass org/antlr/v4/runtime/atn/LL1Analyzer +instanceKlass org/antlr/v4/runtime/CommonToken +instanceKlass org/antlr/v4/runtime/WritableToken +instanceKlass org/antlr/v4/runtime/atn/LexerIndexedCustomAction +instanceKlass org/antlr/v4/runtime/atn/LexerActionExecutor +instanceKlass org/antlr/v4/runtime/misc/MurmurHash +instanceKlass org/antlr/v4/runtime/atn/ParserATNSimulator$1 +instanceKlass org/antlr/v4/runtime/atn/SemanticContext +instanceKlass org/antlr/v4/runtime/DefaultErrorStrategy +instanceKlass org/antlr/v4/runtime/tree/ParseTreeListener +instanceKlass org/antlr/v4/runtime/tree/ErrorNode +instanceKlass org/antlr/v4/runtime/tree/TerminalNode +instanceKlass org/antlr/v4/runtime/RuleContext +instanceKlass org/antlr/v4/runtime/tree/RuleNode +instanceKlass org/antlr/v4/runtime/tree/ParseTree +instanceKlass org/antlr/v4/runtime/tree/SyntaxTree +instanceKlass org/antlr/v4/runtime/tree/Tree +instanceKlass org/antlr/v4/runtime/ANTLRErrorStrategy +instanceKlass org/antlr/v4/runtime/BufferedTokenStream +instanceKlass org/antlr/v4/runtime/atn/LexerATNSimulator$SimState +instanceKlass org/antlr/v4/runtime/misc/AbstractEqualityComparator +instanceKlass org/antlr/v4/runtime/misc/EqualityComparator +instanceKlass org/antlr/v4/runtime/misc/Array2DHashSet +instanceKlass org/antlr/v4/runtime/dfa/DFAState +instanceKlass org/antlr/v4/runtime/atn/ATNConfigSet +instanceKlass org/antlr/v4/runtime/atn/ATNConfig +instanceKlass org/antlr/v4/runtime/misc/IntegerList +instanceKlass org/antlr/v4/runtime/Token +instanceKlass org/antlr/v4/runtime/CommonTokenFactory +instanceKlass org/antlr/v4/runtime/TokenFactory +instanceKlass org/antlr/v4/runtime/BaseErrorListener +instanceKlass org/antlr/v4/runtime/dfa/DFASerializer +instanceKlass org/antlr/v4/runtime/dfa/DFA +instanceKlass org/antlr/v4/runtime/atn/LexerTypeAction +instanceKlass org/antlr/v4/runtime/atn/LexerPopModeAction +instanceKlass org/antlr/v4/runtime/atn/LexerPushModeAction +instanceKlass org/antlr/v4/runtime/atn/ATNDeserializer$1 +instanceKlass org/antlr/v4/runtime/misc/Interval +instanceKlass org/antlr/v4/runtime/misc/IntervalSet +instanceKlass org/antlr/v4/runtime/misc/Pair +instanceKlass org/antlr/v4/runtime/misc/IntSet +instanceKlass org/antlr/v4/runtime/atn/ATN +instanceKlass org/antlr/v4/runtime/atn/ATNDeserializationOptions +instanceKlass org/antlr/v4/runtime/atn/LexerAction +instanceKlass org/antlr/v4/runtime/atn/ATNState +instanceKlass org/antlr/v4/runtime/atn/Transition +instanceKlass org/antlr/v4/runtime/atn/ATNDeserializer +instanceKlass org/antlr/v4/runtime/VocabularyImpl +instanceKlass org/antlr/v4/runtime/atn/PredictionContext +instanceKlass org/antlr/v4/runtime/atn/PredictionContextCache +instanceKlass org/antlr/v4/runtime/RuntimeMetaData +instanceKlass org/antlr/v4/runtime/Vocabulary +instanceKlass org/antlr/v4/runtime/atn/ATNSimulator +instanceKlass org/antlr/v4/runtime/Recognizer +instanceKlass org/antlr/v4/runtime/CodePointCharStream$1 +instanceKlass org/antlr/v4/runtime/CodePointCharStream +instanceKlass org/antlr/v4/runtime/CodePointBuffer$1 +instanceKlass org/antlr/v4/runtime/CodePointBuffer$Builder +instanceKlass org/antlr/v4/runtime/CodePointBuffer +instanceKlass org/antlr/v4/runtime/CharStreams +instanceKlass @bci net/neoforged/fml/loading/LoadingModList lambda$addAccessTransformers$3 (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)V 5 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157abb8 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addAccessTransformers ()V 19 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157a990 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList addAccessTransformers ()V 9 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157a758 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 179 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157a520 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 174 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157a2e8 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 164 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d68157a0a8 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 147 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d681579e70 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 137 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d681579c38 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 97 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d6815799f8 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 59 member ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d6815797b8 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 42 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d681579580 +instanceKlass @bci net/neoforged/fml/loading/LoadingModList (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)V 11 argL0 ; # net/neoforged/fml/loading/LoadingModList$$Lambda+0x000001d681579348 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 351 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681579110 +instanceKlass com/google/common/graph/DirectedGraphConnections$PredAndSucc +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 324 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681578cc8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 318 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681578a90 +instanceKlass @bci net/neoforged/fml/loading/toposort/TopologicalSort lambda$topologicalSort$1 (Ljava/lang/Object;Ljava/lang/Integer;)Ljava/lang/Integer; 2 member ; # net/neoforged/fml/loading/toposort/TopologicalSort$$Lambda+0x000001d681578870 +instanceKlass @bci net/neoforged/fml/loading/toposort/TopologicalSort topologicalSort (Lcom/google/common/graph/Graph;Ljava/util/Comparator;)Ljava/util/List; 210 argL0 ; # net/neoforged/fml/loading/toposort/TopologicalSort$$Lambda+0x000001d681578648 +instanceKlass com/google/common/collect/AbstractIterator$1 +instanceKlass net/neoforged/fml/loading/toposort/TopologicalSort +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 181 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d6815763e8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 163 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d6815761b8 +instanceKlass net/neoforged/fml/loading/ModSorter$1 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 147 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681575958 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 135 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681575730 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 125 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d6815754f8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 115 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d6815752d0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 105 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681575098 +instanceKlass com/google/common/graph/DirectedGraphConnections$5 +instanceKlass com/google/common/graph/DirectedGraphConnections +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 86 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681574a08 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 55 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d6815747c8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 41 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681574588 +instanceKlass @bci net/neoforged/fml/loading/ModSorter sort (Ljava/util/List;)V 24 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d681574350 +instanceKlass com/google/common/graph/Network +instanceKlass com/google/common/graph/Graphs +instanceKlass com/google/common/graph/ElementOrder$1 +instanceKlass com/google/common/graph/GraphConnections +instanceKlass com/google/common/graph/MapIteratorCache +instanceKlass com/google/common/graph/MutableValueGraph +instanceKlass com/google/common/graph/ValueGraph +instanceKlass com/google/common/graph/AbstractBaseGraph +instanceKlass com/google/common/base/Optional +instanceKlass com/google/common/graph/ElementOrder +instanceKlass com/google/common/graph/MutableGraph +instanceKlass com/google/common/graph/AbstractGraphBuilder +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 396 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156bd68 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 384 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156bb20 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 355 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156b8d0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 343 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156b688 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 264 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156b440 +instanceKlass @bci net/neoforged/fml/loading/VersionSupportMatrix testVersionSupportMatrix (Lorg/apache/maven/artifact/versioning/VersionRange;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/BiPredicate;)Z 49 member ; # net/neoforged/fml/loading/VersionSupportMatrix$$Lambda+0x000001d68156b1f0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter modVersionNotContained (Lnet/neoforged/neoforgespi/language/IModInfo$ModVersion;Ljava/util/Map;)Z 16 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156afa0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 234 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156ad50 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 155 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156ab08 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 127 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156a8c0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 117 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156a698 +instanceKlass @bci java/util/stream/Collectors lambda$flatMapping$15 (Ljava/util/function/Function;Ljava/util/function/BiConsumer;Ljava/lang/Object;Ljava/lang/Object;)V 29 member ; # java/util/stream/Collectors$$Lambda+0x000001d681364358 +instanceKlass @bci java/util/stream/Collectors flatMapping (Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 19 member ; # java/util/stream/Collectors$$Lambda+0x000001d681364128 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 83 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156a460 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 70 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156a238 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 60 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156a000 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 34 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156fcf0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 29 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156fab8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 19 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156f890 +instanceKlass @bci net/neoforged/fml/loading/ModSorter verifyDependencyVersions ()Lnet/neoforged/fml/loading/ModSorter$DependencyResolutionResult; 9 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156f658 +instanceKlass @bci net/neoforged/fml/loading/ModSorter buildUniqueList ()V 49 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156f420 +instanceKlass @bci net/neoforged/fml/loading/ModSorter buildUniqueList ()V 44 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156f1e8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter buildUniqueList ()V 34 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156efb0 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 103 member ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156ed80 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 87 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156eb38 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 77 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156e900 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 67 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156e6c8 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 57 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156e490 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 47 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156e258 +instanceKlass @bci net/neoforged/fml/loading/ModSorter detectSystemMods (Ljava/util/Map;)V 37 argL0 ; # net/neoforged/fml/loading/ModSorter$$Lambda+0x000001d68156e020 +instanceKlass com/google/common/graph/Graph +instanceKlass com/google/common/graph/BaseGraph +instanceKlass com/google/common/graph/PredecessorsFunction +instanceKlass com/google/common/graph/SuccessorsFunction +instanceKlass net/neoforged/fml/loading/ModSorter +instanceKlass @bci net/neoforged/fml/loading/VersionSupportMatrix add (Ljava/lang/String;Ljava/lang/String;)V 4 argL0 ; # net/neoforged/fml/loading/VersionSupportMatrix$$Lambda+0x000001d68156d1a8 +instanceKlass net/neoforged/fml/loading/VersionSupportMatrix +instanceKlass @bci net/neoforged/fml/loading/LanguageProviderLoader findLanguage (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Ljava/lang/String;Lorg/apache/maven/artifact/versioning/VersionRange;)Lnet/neoforged/neoforgespi/language/IModLanguageLoader; 96 member ; # net/neoforged/fml/loading/LanguageProviderLoader$$Lambda+0x000001d68156cd58 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile identifyLanguage ()V 16 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68156cb18 +instanceKlass @bci net/neoforged/fml/loading/LanguageProviderLoader (Lnet/neoforged/neoforgespi/ILaunchContext;)V 35 member ; # net/neoforged/fml/loading/LanguageProviderLoader$$Lambda+0x000001d68156c6e0 +instanceKlass net/neoforged/fml/ModContainer +instanceKlass @bci fuzs/configureddefaults/handler/CopyDefaultsHandler loadOptions (Ljava/nio/file/Path;Ljava/util/Map;Z)Z 25 member ; # fuzs/configureddefaults/handler/CopyDefaultsHandler$$Lambda+0x000001d681568430 +instanceKlass @bci fuzs/configureddefaults/handler/CopyDefaultsHandler copyFiles (Ljava/nio/file/Path;Z)V 36 member ; # fuzs/configureddefaults/handler/CopyDefaultsHandler$$Lambda+0x000001d681568200 +instanceKlass fuzs/configureddefaults/ConfiguredDefaults +instanceKlass fuzs/configureddefaults/handler/CopyDefaultsHandler +instanceKlass net/neoforged/fml/loading/BuiltInLanguageLoader +instanceKlass net/neoforged/fml/common/Mod +instanceKlass thedarkcolour/kotlinforforge/neoforge/KotlinLanguageLoader$Companion +instanceKlass thedarkcolour/kotlinforforge/neoforge/KotlinLanguageLoader +instanceKlass net/neoforged/neoforgespi/language/IModLanguageLoader +instanceKlass net/neoforged/fml/loading/LanguageProviderLoader +instanceKlass @bci net/neoforged/fml/loading/FMLServiceProvider completeScan (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 1 member ; # net/neoforged/fml/loading/FMLServiceProvider$$Lambda+0x000001d681504800 +instanceKlass @bci cpw/mods/jarhandling/VirtualJar (Ljava/lang/String;Ljava/nio/file/Path;[Ljava/lang/String;)V 77 argL0 ; # cpw/mods/jarhandling/VirtualJar$$Lambda+0x000001d681514400 +instanceKlass cpw/mods/jarhandling/VirtualJar$VirtualJarModuleDataProvider +instanceKlass @bci cpw/mods/jarhandling/VirtualJar ()V 23 argL0 ; # cpw/mods/jarhandling/VirtualJar$$Lambda+0x000001d681531c68 +instanceKlass @bci cpw/mods/jarhandling/VirtualJar ()V 8 argL0 ; # cpw/mods/jarhandling/VirtualJar$$Lambda+0x000001d681531a20 +instanceKlass cpw/mods/jarhandling/VirtualJar +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler triggerScanCompletion (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 25 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d68151a400 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler triggerScanCompletion (Lcpw/mods/modlauncher/api/IModuleLayerManager;)Ljava/util/List; 15 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6814b8c68 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 346 member ; # java/lang/module/Resolver$$Lambda+0x000001d681363ef8 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 329 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d681363cb0 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler addToLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Lcpw/mods/jarhandling/SecureJar;)V 26 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6814b8a30 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 85 member ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6814b8800 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 74 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681514c70 +instanceKlass @bci cpw/mods/modlauncher/Launcher run ([Ljava/lang/String;)V 37 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681514a38 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModValidator getPluginResources ()Lcpw/mods/modlauncher/api/ITransformationService$Resource; 16 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModValidator$$Lambda+0x000001d681514800 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser getCoreMods (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)Ljava/util/List; 112 member ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d681517a08 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser getCoreMods (Lnet/neoforged/fml/loading/moddiscovery/ModFile;)Ljava/util/List; 101 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d68151ac70 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile lambda$identifyMods$4 (Ljava/util/List;)Ljava/util/stream/Stream; 18 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68151a800 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile lambda$identifyMods$4 (Ljava/util/List;)Ljava/util/stream/Stream; 7 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68155bc50 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser lambda$getAccessTransformers$4 (Lnet/neoforged/neoforgespi/language/IModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)Ljava/lang/String; 17 member ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d68155ba30 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser getAccessTransformers (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Ljava/util/Optional; 44 member ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d68155b7f0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile lambda$identifyMods$6 ()Ljava/util/stream/Stream; 23 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68155b5a8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile identifyMods ()Z 112 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68155b388 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile identifyMods ()Z 103 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68155b148 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile identifyMods ()Z 84 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68155af20 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser getMixinConfigs (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Ljava/util/List; 78 member ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d68155aaf8 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModValidator +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer logReport (Ljava/util/Collection;)Ljava/lang/String; 43 member ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d68155a690 +instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;Ljava/util/Comparator;)Ljava/util/Comparator; 12 member ; # java/util/Comparator$$Lambda+0x000001d681363a18 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer logReport (Ljava/util/Collection;)Ljava/lang/String; 26 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d68155a458 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer logReport (Ljava/util/Collection;)Ljava/lang/String; 16 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d68155a210 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer logReport (Ljava/util/Collection;)Ljava/lang/String; 6 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d681559fd8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer discoverMods ()Lnet/neoforged/fml/loading/moddiscovery/ModValidator; 521 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d681559da0 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder selectNewestModInfo (Ljava/util/Map$Entry;)Lnet/neoforged/fml/loading/moddiscovery/ModFile; 47 member ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d681559b60 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator loadEmbeddedJars (Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 29 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68151d218 +instanceKlass @bci org/sinytra/connector/locator/filter/ForgeModPackageFilter ()V 34 argL0 ; # org/sinytra/connector/locator/filter/ForgeModPackageFilter$$Lambda+0x000001d68151d000 +instanceKlass @bci org/sinytra/connector/locator/filter/ForgeModPackageFilter ()V 20 argL0 ; # org/sinytra/connector/locator/filter/ForgeModPackageFilter$$Lambda+0x000001d681515cb0 +instanceKlass @bci org/sinytra/connector/locator/filter/ForgeModPackageFilter ()V 6 argL0 ; # org/sinytra/connector/locator/filter/ForgeModPackageFilter$$Lambda+0x000001d681515a98 +instanceKlass org/sinytra/connector/locator/filter/ForgeModPackageFilter +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 51 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d681515670 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 37 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d681515440 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 478 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d681515000 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 632 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d681516d38 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 603 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d681516b08 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 593 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d6815168c0 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 585 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d681516688 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 577 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d681516440 +instanceKlass org/sinytra/connector/locator/FabricModMetadataParser$1 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 453 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d681516000 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 404 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151bd48 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 365 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151bb10 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 344 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151b8e0 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 334 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151b698 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 317 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151b468 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 307 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151b220 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 299 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151b000 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 289 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151cd08 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 264 member ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151cad8 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 63 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151c890 +instanceKlass @bci org/sinytra/connector/locator/FabricModMetadataParser createForgeMetadata (Lnet/neoforged/neoforgespi/locating/IModFile;Lorg/sinytra/connector/locator/ConnectorFabricModMetadata;Ljava/util/Collection;Z)Lnet/neoforged/neoforgespi/language/IModFileInfo; 53 argL0 ; # org/sinytra/connector/locator/FabricModMetadataParser$$Lambda+0x000001d68151c658 +instanceKlass org/sinytra/connector/locator/FabricModMetadataParser +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator createConnectorModFile (Lorg/sinytra/connector/locator/filter/SplitPackageMerger$FilteredModPath;)Lnet/neoforged/neoforgespi/locating/IModFile; 71 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68151c238 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 454 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68151c000 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 634 member ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d681519a18 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 436 member ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d6815195e0 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 419 argL0 ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d6815193a8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModJarMetadata computeDescriptor ()Ljava/lang/module/ModuleDescriptor; 96 member ; # net/neoforged/fml/loading/moddiscovery/ModJarMetadata$$Lambda+0x000001d6815596d8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModJarMetadata computeDescriptor ()Ljava/lang/module/ModuleDescriptor; 66 member ; # net/neoforged/fml/loading/moddiscovery/ModJarMetadata$$Lambda+0x000001d6815594a8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModJarMetadata computeDescriptor ()Ljava/lang/module/ModuleDescriptor; 55 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModJarMetadata$$Lambda+0x000001d681559260 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 249 member ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d681519178 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 191 member ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d681518f48 +instanceKlass @cpi net/mehvahdjukaar/every_compat/misc/ResourcesUtils 352 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68151d800 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger mergeSplitPackages (Ljava/util/List;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/List; 122 argL0 ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d681518d10 +instanceKlass @bci org/sinytra/connector/locator/filter/SplitPackageMerger ()V 6 argL0 ; # org/sinytra/connector/locator/filter/SplitPackageMerger$$Lambda+0x000001d681518af8 +instanceKlass org/sinytra/connector/locator/filter/SplitPackageMerger +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 423 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6815186c0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 359 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d681518478 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getCompleteReport ()Ljava/lang/String; 103 member ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681518248 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getCompleteReport ()Ljava/lang/String; 37 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681518000 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getCompleteReport ()Ljava/lang/String; 13 member ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681567c78 +instanceKlass jdk/internal/math/FDBigInteger +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getSummaryLines ()Ljava/util/List; 118 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681567a30 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getSummaryLines ()Ljava/util/List; 86 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d6815677e8 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getSummaryLines ()Ljava/util/List; 55 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d6815675a0 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getSummaryLines ()Ljava/util/List; 24 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681567358 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer transformJars (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 216 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d681567138 +instanceKlass cpw/mods/modlauncher/api/LambdaExceptionUtils$Runnable_WithExceptions +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer transformJars (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 197 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d681566ef0 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer transformJars (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 187 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d681566cb0 +instanceKlass it/unimi/dsi/fastutil/ints/Int2IntMap +instanceKlass it/unimi/dsi/fastutil/ints/Int2IntFunction +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVarAnalyzer lambda$analyzeCapturedLocals$1 (ILorg/sinytra/adapter/util/AdapterUtil$CapturedLocals;Ljava/util/Set;Lorg/sinytra/adapter/transform/param/TransformParameters$Builder;)V 40 member ; # org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$$Lambda+0x000001d681566480 +instanceKlass @bci java/util/stream/IntPipeline boxed ()Ljava/util/stream/Stream; 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001d6813630c0 +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVarAnalyzer lambda$analyzeCapturedLocals$1 (ILorg/sinytra/adapter/util/AdapterUtil$CapturedLocals;Ljava/util/Set;Lorg/sinytra/adapter/transform/param/TransformParameters$Builder;)V 11 member ; # org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$$Lambda+0x000001d681566230 +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVarAnalyzer analyzeCapturedLocals (Lorg/sinytra/adapter/util/AdapterUtil$CapturedLocals;Lorg/objectweb/asm/tree/MethodNode;)Lorg/sinytra/adapter/analysis/locals/LocalVarAnalyzer$CapturedLocalsTransform; 158 member ; # org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$$Lambda+0x000001d681566000 +instanceKlass @cpi com/simibubi/create/foundation/data/CreateRegistrate 722 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681564800 +instanceKlass org/sinytra/adapter/transform/param/TransformParameters$Builder +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 116 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d681563518 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot inlines ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d6815632e0 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters getTypes (Lorg/sinytra/adapter/env/param/MethodParameters$ParamGroup;)Ljava/util/List; 10 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$$Lambda+0x000001d6815630a8 +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 140 argL0 ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d681562e90 +instanceKlass @bci com/google/common/collect/CollectSpliterators$1WithCharacteristics forEachRemaining (Ljava/util/function/Consumer;)V 9 member ; # com/google/common/collect/CollectSpliterators$1WithCharacteristics$$Lambda+0x000001d681558a48 +instanceKlass @cpi net/fabricmc/fabric/api/object/builder/v1/trade/TradeOfferHelper 82 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681564400 +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 113 argL0 ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d681562c58 +instanceKlass @bci java/util/function/Predicate negate ()Ljava/util/function/Predicate; 1 member ; # java/util/function/Predicate$$Lambda+0x000001d681362e70 +instanceKlass @cpi java/util/function/Predicate 75 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681564000 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot inlines ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681562a10 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot inlines ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d6815627d8 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 98 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d681562378 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot moves ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681562140 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot moves ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681561ef8 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot moves ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681561cc0 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 80 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d681561868 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot removals ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d6815613f8 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot removals ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d6815611c0 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 62 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d681560f90 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot substitutes ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681560d58 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot substitutes ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681560b10 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot substitutes ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d6815608d8 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 44 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d681560480 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot swaps ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681560248 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot swaps ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d681560000 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot swaps ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155dc00 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 26 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d68155fad0 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot replacements ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155f898 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot replacements ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155f650 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot replacements ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155f418 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder merge (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshot;I)Lorg/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder; 8 member ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder$$Lambda+0x000001d68155efb8 +instanceKlass @cpi org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder 287 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68155d800 +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 100 member ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d68155ed68 +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 84 member ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d68155eb18 +instanceKlass com/google/common/collect/CollectSpliterators$1WithCharacteristics +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot insertions ()Ljava/util/List; 29 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155e8e0 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot insertions ()Ljava/util/List; 19 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155e698 +instanceKlass @bci com/google/common/collect/IndexedImmutableSet spliterator ()Ljava/util/Spliterator; 8 member ; # com/google/common/collect/IndexedImmutableSet$$Lambda+0x000001d68154bdd8 +instanceKlass @bci org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot insertions ()Ljava/util/List; 9 argL0 ; # org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$$Lambda+0x000001d68155e460 +instanceKlass @cpi com/teamresourceful/bytecodecs/base/ByteCodec 449 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68155d400 +instanceKlass org/sinytra/adapter/transform/param/ParameterTransformer +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer apply (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;)V 33 member ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d68155e000 +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer apply (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;)V 15 argL0 ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681553bc0 +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$ParamModification +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer apply (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;)V 7 argL0 ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681553790 +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff checkForSwaps (Lorg/sinytra/adapter/analysis/params/ParamsDiffSnapshotBuilder;Ljava/util/List;Ljava/util/List;)Lorg/sinytra/adapter/analysis/params/EnhancedParamsDiff$SwapResult; 192 member ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d681553540 +instanceKlass @bci com/mojang/authlib/Environment toString ()Ljava/lang/String; 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68155d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68155cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68155c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68155c400 +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff lambda$sortMapDiff$7 (Ljava/util/List;Ljava/util/Map$Entry;)Lcom/mojang/datafixers/util/Pair; 35 member ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d6815532f0 +instanceKlass @bci java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet entryConsumer (Ljava/util/function/Consumer;)Ljava/util/function/Consumer; 1 member ; # java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$$Lambda+0x000001d681362c40 +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff sortMapDiff (Ljava/util/Map;Ljava/util/List;Z)Ljava/util/List; 32 argL0 ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d6815530d8 +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff sortMapDiff (Ljava/util/Map;Ljava/util/List;Z)Ljava/util/List; 22 argL0 ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d681552e90 +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff sortMapDiff (Ljava/util/Map;Ljava/util/List;Z)Ljava/util/List; 12 member ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d681552c50 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68155c000 +instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntrySetSpliterator +instanceKlass com/google/common/collect/Maps$MapDifferenceImpl +instanceKlass it/unimi/dsi/fastutil/objects/ObjectObjectImmutablePair +instanceKlass it/unimi/dsi/fastutil/Pair +instanceKlass com/google/common/base/Equivalence +instanceKlass @bci org/sinytra/adapter/analysis/params/EnhancedParamsDiff groupTypes (Ljava/util/List;)Ljava/util/Map; 39 argL0 ; # org/sinytra/adapter/analysis/params/EnhancedParamsDiff$$Lambda+0x000001d681552a28 +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$Builder +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl recordAudit (Ljava/lang/Object;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/AuditTrail$Candidate;Ljava/lang/String;)V 14 member ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681552230 +instanceKlass @bci org/sinytra/adapter/env/ann/AtData toString ()Ljava/lang/String; 15 member ; # org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d681552000 +instanceKlass com/google/common/base/MoreObjects$ToStringHelper$ValueHolder +instanceKlass com/google/common/base/MoreObjects$ToStringHelper +instanceKlass com/google/common/base/MoreObjects +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 38 member ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d681557ab8 +instanceKlass org/sinytra/adapter/analysis/params/ParamsDiffSnapshotBuilder +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor lambda$process$1 (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/MutableConfiguration;Lorg/sinytra/adapter/patch/config/PropertyKey;)V 9 member ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d681557690 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance transformJar (Ljava/io/File;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata;)Lorg/sinytra/adapter/env/ctx/AuditTrail; 658 member ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d681556de0 +instanceKlass org/sinytra/adapter/analysis/params/EnhancedParamsDiff +instanceKlass @bci org/sinytra/adapter/patch/processor/PropertyProcessor process (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/TxResult; 20 member ; # org/sinytra/adapter/patch/processor/PropertyProcessor$$Lambda+0x000001d681557260 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters copy ()Lorg/sinytra/adapter/env/param/MethodParameters; 13 member ; # org/sinytra/adapter/env/param/MethodParameters$$Lambda+0x000001d681557030 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance transformJar (Ljava/io/File;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata;)Lorg/sinytra/adapter/env/ctx/AuditTrail; 647 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d681556ba8 +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVarAnalyzer getCapturedLocals (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Lorg/sinytra/adapter/analysis/locals/LocalVarAnalyzer$CapturedLocalsInfo; 36 argL0 ; # org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$$Lambda+0x000001d681556970 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getFailingMixins ()Ljava/util/List; 24 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681555ef0 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper getTargetMethodLocals (Lorg/sinytra/adapter/env/ctx/TargetPair;II)Ljava/util/List; 98 argL0 ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681556758 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper getTargetMethodLocals (Lorg/sinytra/adapter/env/ctx/TargetPair;II)Ljava/util/List; 88 argL0 ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681556330 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl getFailingMixins ()Ljava/util/List; 14 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d681555830 +instanceKlass @bci org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver getOffsetHandlers (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;Lorg/objectweb/asm/Type;)Ljava/util/List; 34 member ; # org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver$$Lambda+0x000001d681555cc0 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper getTargetMethodLocals (Lorg/sinytra/adapter/env/ctx/TargetPair;II)Ljava/util/List; 78 argL0 ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681555a78 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/ArbitraryInjectionPointSubResolver resolveTargetCallInsn (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/sinytra/adapter/env/ctx/MixinContext;Ljava/lang/String;)Lorg/objectweb/asm/tree/MethodInsnNode; 42 argL0 ; # org/sinytra/adapter/patch/resolver/injection/ArbitraryInjectionPointSubResolver$$Lambda+0x000001d6815555f8 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/ArbitraryInjectionPointSubResolver resolveTargetCallInsn (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/sinytra/adapter/env/ctx/MixinContext;Ljava/lang/String;)Lorg/objectweb/asm/tree/MethodInsnNode; 8 argL0 ; # org/sinytra/adapter/patch/resolver/injection/ArbitraryInjectionPointSubResolver$$Lambda+0x000001d6815553c0 +instanceKlass @bci org/sinytra/adapter/analysis/MethodLabelComparator findPatchHunkRange (Ljava/util/List;Ljava/util/List;Ljava/util/Map;)Lcom/mojang/datafixers/util/Pair; 49 argL0 ; # org/sinytra/adapter/analysis/MethodLabelComparator$$Lambda+0x000001d681555178 +instanceKlass @bci org/sinytra/adapter/analysis/MethodLabelComparator findPatchHunkRange (Ljava/util/List;Ljava/util/List;Ljava/util/Map;)Lcom/mojang/datafixers/util/Pair; 39 member ; # org/sinytra/adapter/analysis/MethodLabelComparator$$Lambda+0x000001d681554f38 +instanceKlass @bci org/sinytra/adapter/analysis/MethodLabelComparator findPatchHunkRange (Ljava/util/List;Ljava/util/List;Ljava/util/Map;)Lcom/mojang/datafixers/util/Pair; 29 argL0 ; # org/sinytra/adapter/analysis/MethodLabelComparator$$Lambda+0x000001d681554ce8 +instanceKlass @bci org/sinytra/adapter/analysis/MethodLabelComparator findPatchHunkRange (Ljava/util/List;Ljava/util/List;Ljava/util/Map;)Lcom/mojang/datafixers/util/Pair; 24 argL0 ; # org/sinytra/adapter/analysis/MethodLabelComparator$$Lambda+0x000001d681554aa0 +instanceKlass org/sinytra/adapter/analysis/InsnComparator +instanceKlass @bci org/sinytra/adapter/analysis/MethodLabelComparator findPatchedLabels (Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/analysis/MethodLabelComparator$ComparisonResult; 46 member ; # org/sinytra/adapter/analysis/MethodLabelComparator$$Lambda+0x000001d681554650 +instanceKlass org/sinytra/adapter/analysis/MethodLabelComparator +instanceKlass org/spongepowered/asm/util/Locals$Settings +instanceKlass org/sinytra/adapter/util/OpcodeUtil +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatchTransformer lambda$finalize$2 (Ljava/nio/file/Path;Ljava/nio/file/Path;)V 24 member ; # org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d681554000 +instanceKlass @bci cpw/mods/modlauncher/api/LambdaExceptionUtils rethrowConsumer (Lcpw/mods/modlauncher/api/LambdaExceptionUtils$Consumer_WithExceptions;)Ljava/util/function/Consumer; 1 member ; # cpw/mods/modlauncher/api/LambdaExceptionUtils$$Lambda+0x000001d68154a1f8 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/AtVariableAssignStoreSubResolver findNextUsefulInsn (Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/AbstractInsnNode; 6 argL0 ; # org/sinytra/adapter/patch/resolver/injection/AtVariableAssignStoreSubResolver$$Lambda+0x000001d68154fb88 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/AtVariableAssignStoreSubResolver findNextUsefulInsn (Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/AbstractInsnNode; 1 argL0 ; # org/sinytra/adapter/patch/resolver/injection/AtVariableAssignStoreSubResolver$$Lambda+0x000001d68154f938 +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatchTransformer finalize (Ljava/nio/file/Path;Ljava/util/Collection;Ljava/util/Map;Ljava/util/Set;)V 481 member ; # org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68154f718 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getCapturedLocals (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Lorg/sinytra/adapter/util/AdapterUtil$CapturedLocals; 78 argL0 ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68154f500 +instanceKlass cpw/mods/modlauncher/api/LambdaExceptionUtils$Consumer_WithExceptions +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getCapturedLocals (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Lorg/sinytra/adapter/util/AdapterUtil$CapturedLocals; 68 member ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68154f2b0 +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatchTransformer finalize (Ljava/nio/file/Path;Ljava/util/Collection;Ljava/util/Map;Ljava/util/Set;)V 470 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68154f068 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getCapturedLocals (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Lorg/sinytra/adapter/util/AdapterUtil$CapturedLocals; 52 argL0 ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68154ee40 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$testOverloadedMethods$8 (Lorg/sinytra/adapter/env/ctx/TargetPair;Lorg/objectweb/asm/tree/MethodInsnNode;Ljava/util/List;Lorg/objectweb/asm/tree/MethodNode;)Z 13 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154ebf0 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers testOverloadedMethods (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/objectweb/asm/tree/MethodInsnNode;Lorg/sinytra/adapter/env/ctx/TargetPair;Lorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 65 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154e9a0 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers testOverloadedMethods (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/objectweb/asm/tree/MethodInsnNode;Lorg/sinytra/adapter/env/ctx/TargetPair;Lorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 54 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154e750 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers testMatchers (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/objectweb/asm/tree/MethodInsnNode;Lorg/sinytra/adapter/analysis/InstructionMatcher;Ljava/util/List;Z)Ljava/util/List; 31 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154e518 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers testMatchers (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/objectweb/asm/tree/MethodInsnNode;Lorg/sinytra/adapter/analysis/InstructionMatcher;Ljava/util/List;Z)Ljava/util/List; 21 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154e2d0 +instanceKlass org/sinytra/adapter/analysis/locals/LocalVarAnalyzer +instanceKlass @bci com/simibubi/create/foundation/block/CopperBlockSet createEntry (Lcom/tterrag/registrate/AbstractRegistrate;Lcom/simibubi/create/foundation/block/CopperBlockSet$Variant;Lnet/minecraft/world/level/block/WeatheringCopper$WeatherState;Z)Lcom/tterrag/registrate/util/entry/BlockEntry; 235 ; # java/lang/invoke/LambdaForm$MH+0x000001d681551c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681551800 +instanceKlass @cpi com/simibubi/create/AllMenuTypes 315 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681551400 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers testMatchers (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/objectweb/asm/tree/MethodInsnNode;Lorg/sinytra/adapter/analysis/InstructionMatcher;Ljava/util/List;Z)Ljava/util/List; 11 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154de90 +instanceKlass @cpi org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers 511 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681551000 +instanceKlass @bci org/sinytra/adapter/env/util/WeighedDisambiguation findBestMatch ()Ljava/lang/Object; 20 member ; # org/sinytra/adapter/env/util/WeighedDisambiguation$$Lambda+0x000001d68154dc50 +instanceKlass @bci org/sinytra/adapter/env/util/WeighedDisambiguation findBestMatch ()Ljava/lang/Object; 9 argL0 ; # org/sinytra/adapter/env/util/WeighedDisambiguation$$Lambda+0x000001d68154da18 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$static$3 (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 150 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154d7d0 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$static$3 (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 142 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154d5b0 +instanceKlass @bci org/sinytra/adapter/transform/preprocess/LocalCaptureUpgradeTransformer apply (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;)Lorg/sinytra/adapter/env/ctx/PatchResult; 92 argL0 ; # org/sinytra/adapter/transform/preprocess/LocalCaptureUpgradeTransformer$$Lambda+0x000001d68154d388 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$static$3 (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 129 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154d168 +instanceKlass org/spongepowered/asm/mixin/injection/modify/LocalVariableDiscriminator$Context$Local +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$static$3 (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 114 member ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154cf48 +instanceKlass org/sinytra/adapter/env/util/WeighedDisambiguation$Builder +instanceKlass org/spongepowered/asm/mixin/injection/modify/LocalVariableDiscriminator$Context +instanceKlass org/spongepowered/asm/util/PrettyPrinter$IPrettyPrintable +instanceKlass org/sinytra/adapter/env/util/WeighedDisambiguation +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers lambda$static$3 (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 87 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d68154c8d8 +instanceKlass org/spongepowered/asm/mixin/FabricUtil +instanceKlass org/spongepowered/asm/mixin/injection/modify/BeforeLoadLocal$SearchState +instanceKlass java/util/Vector$Itr +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681550c00 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher getInsns (Lorg/objectweb/asm/tree/AbstractInsnNode;ILjava/util/function/UnaryOperator;)Ljava/util/List; 10 argL0 ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d68154c488 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681550800 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher getInsns (Lorg/objectweb/asm/tree/AbstractInsnNode;ILjava/util/function/UnaryOperator;)Ljava/util/List; 1 argL0 ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d68154c240 +instanceKlass @bci org/sinytra/adapter/env/MockMixinRuntime findModifyVariableInjectionInsns (Lorg/spongepowered/asm/mixin/injection/InjectionPoint;Lorg/spongepowered/asm/mixin/refmap/IMixinContext;Lorg/objectweb/asm/tree/InsnList;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/struct/Target;)Z 16 ; # java/lang/invoke/LambdaForm$MH+0x000001d681550400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681550000 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher findFirstLabelInsn (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/function/UnaryOperator;)Lorg/objectweb/asm/tree/LabelNode; 34 member ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d68154c000 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher findFirstLabelInsn (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/function/UnaryOperator;)Lorg/objectweb/asm/tree/LabelNode; 17 member ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d681547ca0 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher findFirstLabelInsn (Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/util/function/UnaryOperator;)Lorg/objectweb/asm/tree/LabelNode; 1 argL0 ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d681547a58 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher ()V 8 argL0 ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d681547808 +instanceKlass org/spongepowered/asm/mixin/injection/ModifyConstant +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodInsnMatcher ()V 0 argL0 ; # org/sinytra/adapter/analysis/method/MethodInsnMatcher$$Lambda+0x000001d6815475b8 +instanceKlass org/sinytra/adapter/analysis/method/MethodInsnMatcher +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InheritedInjectionPointSubResolver resolve (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 25 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InheritedInjectionPointSubResolver$$Lambda+0x000001d681547180 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers lambda$resolveReplacementCandidate$7 (Lorg/sinytra/adapter/patch/Recipe;Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/resolver/Resolver;Lorg/objectweb/asm/tree/MethodNode;)Ljava/util/stream/Stream; 50 member ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d681546f40 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/OverloadedInjectionPointSubResolver resolve (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;)Lorg/sinytra/adapter/patch/config/Configuration; 243 argL0 ; # org/sinytra/adapter/patch/resolver/injection/OverloadedInjectionPointSubResolver$$Lambda+0x000001d681546d08 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodCallAnalyzer getMethodCallMinsns (Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/util/MethodQualifier;)Ljava/util/List; 29 member ; # org/sinytra/adapter/analysis/method/MethodCallAnalyzer$$Lambda+0x000001d681546ac8 +instanceKlass @bci org/sinytra/adapter/analysis/method/MethodCallAnalyzer getMethodCallMinsns (Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/util/MethodQualifier;)Ljava/util/List; 12 member ; # org/sinytra/adapter/analysis/method/MethodCallAnalyzer$$Lambda+0x000001d681546878 +instanceKlass org/sinytra/adapter/analysis/method/MethodCallAnalyzer +instanceKlass org/spongepowered/asm/mixin/injection/ModifyArgs +instanceKlass @bci org/sinytra/adapter/analysis/selector/AnnotationHandle setOrAppendNonNull (Ljava/lang/String;Ljava/lang/Object;)V 33 member ; # org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d681545ee8 +instanceKlass @bci org/sinytra/adapter/analysis/selector/AnnotationHandle setOrAppendNonNull (Ljava/lang/String;Ljava/lang/Object;)V 25 member ; # org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d681545cb8 +instanceKlass @bci org/sinytra/adapter/env/ann/AtData toAnnotationNode ()Lorg/objectweb/asm/tree/AnnotationNode; 20 member ; # org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d681545a88 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper findInjectionTargetInsn (Lorg/sinytra/adapter/env/ctx/TargetPair;Lorg/sinytra/adapter/env/ann/AtData;)Lorg/objectweb/asm/tree/AbstractInsnNode; 18 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681545858 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper findInjectionTargetInsn (Lorg/sinytra/adapter/env/ctx/TargetPair;Lorg/sinytra/adapter/env/ann/AtData;)Lorg/objectweb/asm/tree/AbstractInsnNode; 11 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681545638 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers resolveReplacementCandidate (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;Ljava/util/List;)Lorg/sinytra/adapter/patch/config/Configuration; 68 member ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d6815453f8 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers resolveReplacementCandidate (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/Recipe;Ljava/util/List;)Lorg/sinytra/adapter/patch/config/Configuration; 47 argL0 ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d6815451e0 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver findInsnsCalls (Ljava/util/List;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 17 argL0 ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d681544f98 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver findInsnsCalls (Ljava/util/List;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 7 member ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d681544d58 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver tryFindPartialCandidates (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 58 argL0 ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d681544908 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver tryFindPartialCandidates (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 48 member ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d6815446c8 +instanceKlass java/util/zip/ZipOutputStream$XEntry +instanceKlass org/spongepowered/asm/util/logging/MessageRouter$1 +instanceKlass org/spongepowered/asm/util/logging/MessageRouter$LoggingMessager +instanceKlass javax/annotation/processing/Messager +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver tryFindPartialCandidates (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 37 argL0 ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d681544490 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver tryFindPartialCandidates (Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/MixinContext;)Ljava/util/List; 27 member ; # org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$$Lambda+0x000001d681544240 +instanceKlass org/spongepowered/asm/util/logging/MessageRouter +instanceKlass java/util/zip/Deflater$DeflaterZStreamRef +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionInfo$HandlerPrefix +instanceKlass org/spongepowered/asm/mixin/transformer/ClassContext +instanceKlass @bci org/sinytra/adapter/patch/Recipe (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/resolver/Resolvers;Lorg/sinytra/adapter/patch/processor/Processors;Lorg/sinytra/adapter/env/ctx/MixinContext;)V 91 member ; # org/sinytra/adapter/patch/Recipe$$Lambda+0x000001d68153f9b0 +instanceKlass @bci org/sinytra/adapter/patch/Recipe (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/resolver/Resolvers;Lorg/sinytra/adapter/patch/processor/Processors;Lorg/sinytra/adapter/env/ctx/MixinContext;)V 78 member ; # org/sinytra/adapter/patch/Recipe$$Lambda+0x000001d68153f778 +instanceKlass @bci org/sinytra/adapter/patch/Recipe (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/resolver/Resolvers;Lorg/sinytra/adapter/patch/processor/Processors;Lorg/sinytra/adapter/env/ctx/MixinContext;)V 65 member ; # org/sinytra/adapter/patch/Recipe$$Lambda+0x000001d68153f540 +instanceKlass @bci org/sinytra/adapter/patch/Recipe (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/resolver/Resolvers;Lorg/sinytra/adapter/patch/processor/Processors;Lorg/sinytra/adapter/env/ctx/MixinContext;)V 50 member ; # org/sinytra/adapter/patch/Recipe$$Lambda+0x000001d68153f308 +instanceKlass @bci org/sinytra/adapter/patch/Recipe (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/patch/resolver/Resolvers;Lorg/sinytra/adapter/patch/processor/Processors;Lorg/sinytra/adapter/env/ctx/MixinContext;)V 35 member ; # org/sinytra/adapter/patch/Recipe$$Lambda+0x000001d68153f0d0 +instanceKlass @bci org/sinytra/adapter/patch/config/ConfigurationImpl inheritProperty (Lorg/sinytra/adapter/patch/config/PropertyKey;)Lorg/sinytra/adapter/patch/config/ConfigurationImpl; 19 member ; # org/sinytra/adapter/patch/config/ConfigurationImpl$$Lambda+0x000001d68153eea0 +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer copy ()Lorg/sinytra/adapter/patch/config/MutablePropertyContainer; 10 member ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d68153ec70 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl lambda$recordResult$2 (Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/env/ctx/AuditTrail$Match;Lorg/sinytra/adapter/env/ctx/AuditTrail$Candidate;Lorg/sinytra/adapter/env/ctx/AuditTrail$Match;)Lorg/sinytra/adapter/env/ctx/AuditTrail$Match; 9 argL0 ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d68153ea38 +instanceKlass @bci org/sinytra/adapter/env/ctx/AuditTrailImpl recordResult (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/patch/config/Configuration;Lorg/sinytra/adapter/env/ctx/AuditTrail$Match;)V 25 member ; # org/sinytra/adapter/env/ctx/AuditTrailImpl$$Lambda+0x000001d68153e808 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 603 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d68153e570 +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionInfo$InjectorEntry +instanceKlass @bci org/sinytra/adapter/transform/PipelineMethodTransformer computeConstantTargetInsns (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 12 member ; # org/sinytra/adapter/transform/PipelineMethodTransformer$$Lambda+0x000001d68153df10 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 520 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d68153dcc0 +instanceKlass @bci org/sinytra/adapter/transform/PipelineMethodTransformer computeConstantTargetInsns (Lorg/sinytra/adapter/env/ctx/MixinContext;Lorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 6 member ; # org/sinytra/adapter/transform/PipelineMethodTransformer$$Lambda+0x000001d68153daa0 +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionInfo$InjectorOrder +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 508 argL0 ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d68153d868 +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionInfo$AnnotationType +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatchTransformer getExtras ()Ljava/util/Collection; 24 member ; # org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68153d638 +instanceKlass org/spongepowered/asm/mixin/injection/code/Injector +instanceKlass org/spongepowered/asm/mixin/injection/struct/MemberInfo$1 +instanceKlass org/spongepowered/asm/mixin/extensibility/IActivityContext +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 482 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d68153d200 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153cfc0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153cd80 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153cb40 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153c900 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153c000 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153c6c0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153c480 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68153c240 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681523d28 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681523ae8 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815238a8 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper getSlicedInsns (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/PatchContext;Lorg/spongepowered/asm/mixin/injection/struct/Target;)Lorg/objectweb/asm/tree/InsnList; 24 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681523668 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681523428 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815231f0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522d80 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522fb8 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522b48 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522910 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815224a0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815226d8 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522268 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681522030 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681521df8 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681521bc0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681521988 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper getSlicedInsns (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/PatchContext;Lorg/spongepowered/asm/mixin/injection/struct/Target;)Lorg/objectweb/asm/tree/InsnList; 7 argL0 ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681521750 +instanceKlass org/spongepowered/asm/util/asm/ClassNodeAdapter +instanceKlass org/spongepowered/asm/util/ClassSignature$Token +instanceKlass @bci java/util/regex/CharPredicates category (I)Ljava/util/regex/Pattern$CharPredicate; 1 member ; # java/util/regex/CharPredicates$$Lambda+0x000001d681361930 +instanceKlass org/spongepowered/asm/util/Quantifier +instanceKlass org/spongepowered/asm/util/ClassSignature$IToken +instanceKlass org/spongepowered/asm/obfuscation/mapping/IMapping +instanceKlass org/spongepowered/asm/mixin/injection/struct/MemberInfo +instanceKlass org/spongepowered/asm/util/ClassSignature +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorRemappable +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorConstructor +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ElementNode +instanceKlass org/spongepowered/asm/mixin/injection/selectors/dynamic/IResolvedDescriptor +instanceKlass org/spongepowered/asm/mixin/transformer/MethodMapper +instanceKlass org/spongepowered/asm/mixin/injection/selectors/TargetSelector$DynamicSelectorEntry +instanceKlass org/spongepowered/asm/mixin/Shadow +instanceKlass org/spongepowered/asm/mixin/injection/Desc +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic$SelectorAnnotation +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic$SelectorId +instanceKlass org/spongepowered/asm/mixin/injection/selectors/dynamic/DynamicSelectorDesc +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName +instanceKlass org/spongepowered/asm/util/Locals +instanceKlass org/spongepowered/asm/mixin/injection/selectors/TargetSelector +instanceKlass org/spongepowered/asm/mixin/Mutable +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$FrameData +instanceKlass org/spongepowered/asm/mixin/gen/Invoker +instanceKlass org/spongepowered/asm/mixin/gen/Accessor +instanceKlass org/spongepowered/asm/mixin/Unique +instanceKlass org/spongepowered/include/com/google/common/base/Platform$JdkPatternCompiler +instanceKlass org/spongepowered/include/com/google/common/base/PatternCompiler +instanceKlass org/spongepowered/asm/mixin/injection/modify/LocalVariableDiscriminator +instanceKlass org/spongepowered/include/com/google/common/base/Platform +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$Member +instanceKlass org/spongepowered/include/com/google/common/base/Strings +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelector +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionPointData +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint$Flags +instanceKlass org/spongepowered/asm/util/Annotations$Handle +instanceKlass org/spongepowered/asm/util/Bytecode +instanceKlass org/spongepowered/asm/mixin/Debug +instanceKlass org/spongepowered/asm/mixin/Final +instanceKlass org/spongepowered/asm/mixin/Intrinsic +instanceKlass org/spongepowered/asm/mixin/Overwrite +instanceKlass org/spongepowered/asm/util/asm/IAnnotationHandle +instanceKlass org/spongepowered/include/com/google/common/base/Function +instanceKlass org/spongepowered/asm/util/Annotations +instanceKlass org/spongepowered/asm/mixin/injection/struct/SelectorAnnotationContext +instanceKlass org/sinytra/adapter/env/MockMixinRuntime$DummyMixinConfig +instanceKlass org/spongepowered/asm/mixin/refmap/IReferenceMapper +instanceKlass org/spongepowered/asm/mixin/extensibility/IMixinInfo +instanceKlass org/spongepowered/asm/mixin/extensibility/IMixinConfig +instanceKlass org/sinytra/adapter/env/MockMixinRuntime$ClassMixinContext +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681530000 +instanceKlass net/neoforged/coremod/api/ASMAPI +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVariableLookup lambda$getForType$2 (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)Ljava/util/List; 10 member ; # org/sinytra/adapter/analysis/locals/LocalVariableLookup$$Lambda+0x000001d681520b18 +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVariableLookup getForType (Lorg/objectweb/asm/Type;)Ljava/util/List; 7 member ; # org/sinytra/adapter/analysis/locals/LocalVariableLookup$$Lambda+0x000001d6815208d8 +instanceKlass @bci org/sinytra/adapter/analysis/locals/LocalVariableLookup (Lorg/objectweb/asm/tree/MethodNode;)V 52 argL0 ; # org/sinytra/adapter/analysis/locals/LocalVariableLookup$$Lambda+0x000001d6815206c0 +instanceKlass it/unimi/dsi/fastutil/HashCommon +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint$AtCode +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/ints/IntSet +instanceKlass it/unimi/dsi/fastutil/ints/IntCollection +instanceKlass it/unimi/dsi/fastutil/ints/IntIterable +instanceKlass it/unimi/dsi/fastutil/ints/AbstractInt2ObjectFunction +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo +instanceKlass it/unimi/dsi/fastutil/Hash +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectMap +instanceKlass it/unimi/dsi/fastutil/ints/Int2ObjectFunction +instanceKlass org/sinytra/adapter/analysis/locals/LocalVariableLookup +instanceKlass org/spongepowered/asm/mixin/injection/struct/Target +instanceKlass @bci cpw/mods/modlauncher/ClassTransformer performVote (Ljava/util/List;Ljava/lang/Object;Lcpw/mods/modlauncher/VotingContext;)Ljava/lang/Object; 27 argL0 ; # cpw/mods/modlauncher/ClassTransformer$$Lambda+0x000001d6815260a8 +instanceKlass @bci cpw/mods/modlauncher/ClassTransformer performVote (Ljava/util/List;Ljava/lang/Object;Lcpw/mods/modlauncher/VotingContext;)Ljava/lang/Object; 13 member ; # cpw/mods/modlauncher/ClassTransformer$$Lambda+0x000001d681525c28 +instanceKlass cpw/mods/modlauncher/TransformerVote +instanceKlass @bci cpw/mods/modlauncher/TransformList getTransformersForLabel (Lcpw/mods/modlauncher/TransformTargetLabel;)Ljava/util/List; 5 argL0 ; # cpw/mods/modlauncher/TransformList$$Lambda+0x000001d6815257d8 +instanceKlass org/spongepowered/asm/mixin/struct/AnnotatedMethodInfo +instanceKlass cpw/mods/modlauncher/VotingContext +instanceKlass org/spongepowered/asm/mixin/injection/code/ISliceContext +instanceKlass org/spongepowered/asm/mixin/injection/IInjectionPointContext +instanceKlass org/spongepowered/asm/util/IMessageSink +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ISelectorContext +instanceKlass org/sinytra/adapter/env/MockMixinRuntime +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681520230 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681520000 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151dc00 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151fc30 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151fa00 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151f7d0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151f5a0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151f370 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151f140 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151ef10 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151ece0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151eab0 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper lambda$findInjectionTargetInsns$1 (Lorg/sinytra/adapter/env/ctx/TargetPair;ZLorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 18 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151e880 +instanceKlass cpw/mods/modlauncher/TransformerAuditTrail$TransformerActivity +instanceKlass org/spongepowered/asm/mixin/refmap/IMixinContext +instanceKlass cpw/mods/modlauncher/api/ITransformerActivity +instanceKlass @bci cpw/mods/modlauncher/TransformerAuditTrail getTransformerActivities (Ljava/lang/String;)Ljava/util/List; 5 argL0 ; # cpw/mods/modlauncher/TransformerAuditTrail$$Lambda+0x000001d68150ee30 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151e440 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151e660 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151e220 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68151e000 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681513be0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815139c0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815137a0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681513580 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681513360 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681513140 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512f20 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper lambda$findInjectionTargetInsns$1 (Lorg/sinytra/adapter/env/ctx/TargetPair;ZLorg/sinytra/adapter/env/ctx/TargetPair;)Ljava/util/List; 11 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512d00 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d68150bdc8 +instanceKlass @bci cpw/mods/modlauncher/ClassTransformer transform ([BLjava/lang/String;Ljava/lang/String;)[B 106 member ; # cpw/mods/modlauncher/ClassTransformer$$Lambda+0x000001d68150ec10 +instanceKlass @bci me/pepperbell/continuity/client/resource/CtmPropertiesLoader loadAll (Lnet/minecraft/server/packs/PackResources;I)V 46 ; # java/lang/invoke/LambdaForm$MH+0x000001d68151a000 +instanceKlass @cpi com/mojang/datafixers/types/families/RecursiveTypeFamily 430 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681517400 +instanceKlass @bci me/pepperbell/continuity/client/resource/CtmPropertiesLoader loadAll (Lnet/minecraft/server/packs/PackResources;I)V 46 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681514000 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512880 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512ac0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512640 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681512400 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815121c0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511f80 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511d40 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511b00 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d6815118c0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511680 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511440 +# instanceKlass org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681511200 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodHelper findInjectionTargetInsns (Lorg/sinytra/adapter/env/ctx/TargetPair;Z)Ljava/util/List; 8 member ; # org/sinytra/adapter/env/ctx/MethodHelper$$Lambda+0x000001d681510fc0 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510d80 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510b40 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510900 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6815106c0 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510480 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510000 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681510240 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150bb88 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150b948 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150b708 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150b4c8 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150b288 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil lambda$getAccessorTargetFieldName$4 (Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;Ljava/lang/String;)Ljava/util/Optional; 12 member ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150ae08 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150b048 +instanceKlass org/spongepowered/include/com/google/common/base/Joiner +instanceKlass org/spongepowered/include/com/google/common/collect/Hashing +instanceKlass org/spongepowered/asm/mixin/gen/AccessorGenerator +instanceKlass @bci org/sinytra/adapter/env/param/Parameter hasAnnotation (Ljava/lang/String;)Z 10 member ; # org/sinytra/adapter/env/param/Parameter$$Lambda+0x000001d68150abb8 +instanceKlass org/spongepowered/asm/mixin/gen/AccessorInfo$AccessorName +instanceKlass org/sinytra/adapter/env/param/Annotation$Builder +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150a778 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getAccessorTargetFieldName (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;)Ljava/util/Optional; 25 member ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150a558 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d68150a0e8 +instanceKlass org/sinytra/adapter/env/param/Annotation +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getAccessorTargetFieldName (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;)Ljava/util/Optional; 14 argL0 ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681509ea0 +instanceKlass org/spongepowered/asm/mixin/injection/callback/CallbackInfo +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681509c68 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil getAccessorTargetFieldName (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;)Ljava/util/Optional; 6 argL0 ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681509a30 +instanceKlass org/spongepowered/asm/mixin/injection/callback/Cancellable +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters (Ljava/util/Map;Ljava/util/List;Ljava/util/Map;)V 17 member ; # org/sinytra/adapter/env/param/MethodParameters$$Lambda+0x000001d6815093d0 +instanceKlass org/sinytra/adapter/env/util/TypeConstants +instanceKlass org/sinytra/adapter/env/param/Parameter$Builder +instanceKlass org/sinytra/adapter/env/param/Parameters +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 109 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d681508b68 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 89 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d681508920 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 69 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d6815086d8 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 49 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d681508490 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 29 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d681508248 +instanceKlass @bci org/sinytra/adapter/env/param/MethodParameters$ParamGroup ()V 9 argL0 ; # org/sinytra/adapter/env/param/MethodParameters$ParamGroup$$Lambda+0x000001d681508000 +instanceKlass org/sinytra/adapter/env/param/MethodParameters +instanceKlass org/sinytra/adapter/env/param/Copiable +instanceKlass org/sinytra/adapter/patch/resolver/injection/ComparingInjectionPointResolver +instanceKlass org/sinytra/adapter/patch/resolver/injection/ModifyVarInjectionPointSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/injection/AtVariableAssignStoreSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/special/ModifyVarAtReturnResolver +instanceKlass org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver$ReturnOffsetHandler +instanceKlass org/sinytra/adapter/patch/resolver/injection/ArbitraryInjectionPointSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver$InvokeOffsetHandler +instanceKlass org/sinytra/adapter/patch/resolver/special/ModifyVarUpgradeResolver +instanceKlass org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver$OffsetUpdateHandler +instanceKlass org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver$UpdateHandler +instanceKlass org/sinytra/adapter/patch/resolver/special/InjectorOrdinalResolver +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d6815064a0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681506250 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681506000 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681503d40 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681503af0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d6815038a0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681503650 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681503400 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d6815031b0 +# instanceKlass org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681502f60 +instanceKlass @bci org/sinytra/adapter/env/ctx/MethodFinder findMethods (Lorg/sinytra/adapter/util/provider/ClassLookup;Lorg/sinytra/adapter/util/MethodQualifier;I)Lcom/mojang/datafixers/util/Pair; 99 member ; # org/sinytra/adapter/env/ctx/MethodFinder$$Lambda+0x000001d681502d10 +instanceKlass @cpi org/sinytra/adapter/env/ctx/MethodFinder 269 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681504000 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6815026d0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6815024a0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681502270 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681502040 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681501e10 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681501be0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6815019b0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681501780 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681501550 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681501320 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6815010f0 +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer mergeFrom (Lorg/sinytra/adapter/patch/config/PropertyContainer;)Lorg/sinytra/adapter/patch/config/MutablePropertyContainer; 11 member ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681500ec0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d681500c90 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500a78 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500860 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500648 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500430 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500218 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d681500000 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ffcc8 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ffab0 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ff898 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ff680 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ff468 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ff250 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil copyMethod (Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/MethodNode; 24 argL0 ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ff038 +instanceKlass org/sinytra/adapter/env/ctx/MethodFinder +instanceKlass org/sinytra/adapter/patch/processor/extract/ExtractMixinProcessor +instanceKlass org/sinytra/adapter/patch/processor/StaticAccessProcessor +instanceKlass org/sinytra/adapter/patch/processor/ReturnTypeProcessor +instanceKlass org/sinytra/adapter/patch/processor/ParametersPostProcessor +instanceKlass org/sinytra/adapter/analysis/params/ParamsDiffSnapshot +instanceKlass org/sinytra/adapter/patch/processor/ParametersProcessor +instanceKlass org/sinytra/adapter/patch/processor/TargetMethodProcessor +instanceKlass org/sinytra/adapter/patch/processor/PropertyProcessor +instanceKlass org/sinytra/adapter/patch/processor/MixinTypeProcessor +instanceKlass org/sinytra/adapter/patch/processor/DisableMixinProcessor +instanceKlass org/sinytra/adapter/patch/processor/Processor +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers ()V 8 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d6814fcfe8 +instanceKlass @bci org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers ()V 0 argL0 ; # org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers$$Lambda+0x000001d6814fcdd0 +instanceKlass org/sinytra/adapter/patch/resolver/injection/InjectionPointSubResolvers +instanceKlass org/sinytra/adapter/patch/resolver/injection/InheritedInjectionPointSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/injection/OverloadedInjectionPointSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/special/SliceBoundaryResolver +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers ()V 16 argL0 ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d6814fc108 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers ()V 8 argL0 ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d6814fbef0 +instanceKlass @bci org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers ()V 0 argL0 ; # org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers$$Lambda+0x000001d6814fbcd8 +instanceKlass org/sinytra/adapter/patch/Recipe +instanceKlass org/sinytra/adapter/patch/resolver/target/TargetMethodSubResolvers +instanceKlass org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver +instanceKlass org/sinytra/adapter/patch/resolver/CompoundResolver +instanceKlass org/sinytra/adapter/env/util/OrderedRegistry +instanceKlass @bci org/sinytra/adapter/analysis/selector/AnnotationHandle getNested (Ljava/lang/String;)Ljava/util/Optional; 13 argL0 ; # org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814fa948 +instanceKlass @bci org/sinytra/adapter/analysis/selector/AnnotationHandle getNested (Ljava/lang/String;)Ljava/util/Optional; 5 argL0 ; # org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814fa710 +instanceKlass org/sinytra/adapter/env/ctx/MethodHelper +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814fa060 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f9e40 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f9c20 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f9a00 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f95c0 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f97e0 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f93a0 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f9180 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f8f60 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f8d40 +# instanceKlass org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f8b20 +instanceKlass @bci org/sinytra/adapter/patch/MixinParser parseMixin (Lorg/sinytra/adapter/env/ann/ClassTarget;Lorg/objectweb/asm/tree/MethodNode;Lorg/sinytra/adapter/env/ctx/RefMapper;)Lorg/sinytra/adapter/patch/MixinParser$MixinMethodHandle; 118 member ; # org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814f8900 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f86c0 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f8480 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f8240 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f8000 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f7cf8 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f7ab8 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f7878 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f7638 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f73f8 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f71b8 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f6d38 +instanceKlass @bci org/sinytra/connector/transformer/patch/ConnectorRefmapHolder remap (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 39 member ; # org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f6f78 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f6b00 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f68c8 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f6690 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f6458 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f6220 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f5fe8 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f5db0 +# instanceKlass org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f5b78 +instanceKlass @bci org/sinytra/adapter/env/ann/AtData parse (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/RefMapper;)Ljava/util/Optional; 13 argL0 ; # org/sinytra/adapter/env/ann/AtData$$Lambda+0x000001d6814f5940 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f5500 +# instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f5720 +instanceKlass @bci org/sinytra/connector/transformer/patch/ConnectorRefmapHolder remap (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 30 member ; # org/sinytra/connector/transformer/patch/ConnectorRefmapHolder$$Lambda+0x000001d6814f52e0 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f5090 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f4e40 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f4bf0 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f49a0 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f4750 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f4500 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f42b0 +# instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f4060 +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder lambda$require$0 ([Lorg/sinytra/adapter/patch/config/PropertyKey;Lorg/sinytra/adapter/patch/config/PropertyContainer;)Z 10 member ; # org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f3e10 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f3bd8 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f39a0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f3768 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f3530 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f32f8 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f30c0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f2e88 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f2c50 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f2a18 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f27e0 +# instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f25a8 +instanceKlass @bci org/sinytra/adapter/patch/config/BasePropertyContainer parse (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/patch/config/PropertyContainerTemplate;Lorg/sinytra/adapter/env/ctx/RefMapper;)Lorg/sinytra/adapter/patch/config/MutablePropertyContainer; 51 argL0 ; # org/sinytra/adapter/patch/config/BasePropertyContainer$$Lambda+0x000001d6814f2370 +instanceKlass org/spongepowered/asm/mixin/injection/Redirect +instanceKlass org/spongepowered/asm/mixin/injection/ModifyArg +instanceKlass org/spongepowered/asm/mixin/injection/ModifyVariable +instanceKlass org/spongepowered/asm/mixin/injection/Inject +instanceKlass org/sinytra/adapter/patch/mixin/ModifyExpressionValueMixin +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder requireOne ([Lorg/sinytra/adapter/patch/config/PropertyKey;)Lorg/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder; 8 member ; # org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814f1ef0 +instanceKlass org/sinytra/adapter/patch/mixin/WrapOperationMixin +instanceKlass org/sinytra/adapter/patch/mixin/RedirectMixin +instanceKlass org/sinytra/adapter/patch/mixin/ModifyReturnValueMixin +instanceKlass org/sinytra/adapter/patch/mixin/ModifyArgMixin +instanceKlass org/sinytra/adapter/patch/mixin/ModifyVariableMixin +instanceKlass org/sinytra/adapter/patch/config/ConfigurationTemplates +instanceKlass org/sinytra/adapter/patch/resolver/SubResolver +instanceKlass org/sinytra/adapter/patch/mixin/InjectMixin +# instanceKlass org/sinytra/adapter/env/ctx/PatchContextImpl$$Lambda+0x000001d6814f0850 +# instanceKlass org/sinytra/adapter/env/ctx/PatchContextImpl$$Lambda+0x000001d6814f0628 +instanceKlass @bci org/sinytra/adapter/env/ctx/PatchContextImpl run ()V 4 argL0 ; # org/sinytra/adapter/env/ctx/PatchContextImpl$$Lambda+0x000001d6814f0400 +instanceKlass org/sinytra/adapter/patch/mixin/MixinType +instanceKlass org/sinytra/adapter/patch/mixin/MixinTypes +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814efcd0 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814efa80 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ef830 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ef5e0 +# instanceKlass org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ef390 +instanceKlass @bci org/sinytra/adapter/util/AdapterUtil hasAnnotation (Ljava/util/List;Ljava/lang/String;)Z 11 member ; # org/sinytra/adapter/util/AdapterUtil$$Lambda+0x000001d6814ef140 +# instanceKlass org/sinytra/adapter/env/ann/ClassTarget$$Lambda+0x000001d6814eef20 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eeab0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eece8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ee878 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ee640 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ee408 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ee1d0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814edf98 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814edd60 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814edb28 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ed8f0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ed6b8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ed480 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ed248 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ed010 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer processMixinAnnotation (Lorg/objectweb/asm/tree/AnnotationNode;Lorg/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper;)V 55 argL0 ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ecdd8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ecba8 +# instanceKlass org/sinytra/adapter/env/ann/ClassTarget$$Lambda+0x000001d6814ec988 +instanceKlass @bci org/sinytra/adapter/env/ann/ClassTarget parse (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/RefMapper;)Lorg/sinytra/adapter/env/ann/ClassTarget; 16 member ; # org/sinytra/adapter/env/ann/ClassTarget$$Lambda+0x000001d6814ec768 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ec538 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ec308 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ec0d8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ebea8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ebc78 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eba48 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eb818 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eb5e8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eb3b8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eaf58 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eb188 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ead28 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer processMixinAnnotation (Lorg/objectweb/asm/tree/AnnotationNode;Lorg/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper;)V 33 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814eaaf8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ea8b0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ea668 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ea420 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814ea1d8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e9f90 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e9d48 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e98b8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e9b00 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e9670 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e9428 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e91e0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e8f98 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer processMixinAnnotation (Lorg/objectweb/asm/tree/AnnotationNode;Lorg/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper;)V 24 argL0 ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e8d50 +# instanceKlass org/sinytra/adapter/env/ann/ClassTarget$$Lambda+0x000001d6814e8b18 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e88e0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e86a8 +instanceKlass @bci org/sinytra/adapter/env/ann/ClassTarget parse (Lorg/sinytra/adapter/analysis/selector/AnnotationHandle;Lorg/sinytra/adapter/env/ctx/RefMapper;)Lorg/sinytra/adapter/env/ann/ClassTarget; 6 argL0 ; # org/sinytra/adapter/env/ann/ClassTarget$$Lambda+0x000001d6814e8470 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e8238 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e8000 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e4400 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e4c70 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e4a38 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e4800 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e5d68 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e5b30 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e56c0 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer processMixinAnnotation (Lorg/objectweb/asm/tree/AnnotationNode;Lorg/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper;)V 16 argL0 ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814e58f8 +# instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e5480 +# instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e5240 +# instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e5000 +# instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e7ba8 +# instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e7968 +instanceKlass @bci org/sinytra/adapter/analysis/selector/AnnotationHandle getValue (Ljava/lang/String;)Ljava/util/Optional; 7 member ; # org/sinytra/adapter/analysis/selector/AnnotationHandle$$Lambda+0x000001d6814e7728 +instanceKlass org/sinytra/adapter/analysis/selector/AnnotationValueHandle +instanceKlass org/objectweb/asm/util/Printer +instanceKlass org/sinytra/adapter/util/AdapterUtil +instanceKlass org/spongepowered/asm/util/Files +instanceKlass org/sinytra/adapter/env/ann/ClassTarget +instanceKlass org/spongepowered/asm/launch/platform/MainAttributes +instanceKlass @bci org/sinytra/adapter/patch/MixinParser mapperFor (Lorg/objectweb/asm/tree/ClassNode;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;)Lorg/sinytra/adapter/env/ctx/RefMapper; 2 member ; # org/sinytra/adapter/patch/MixinParser$$Lambda+0x000001d6814e6ea8 +instanceKlass org/sinytra/adapter/analysis/selector/AnnotationHandle +instanceKlass org/spongepowered/asm/util/asm/ASM +instanceKlass org/sinytra/adapter/patch/MixinParser +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e6880 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e6660 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e6440 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e6220 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e6000 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer lambda$transformJars$1 (Lreloc/net/minecraftforge/fart/api/ClassProvider;Ljava/lang/String;)[B 15 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d6814e3d38 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e3ae8 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e3898 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e3648 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e33f8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6814e4000 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e31a8 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e2f58 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e2d08 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e2ab8 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e2868 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e2618 +instanceKlass @bci org/sinytra/adapter/util/provider/ClassLookup findField (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Optional; 21 member ; # org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e23c8 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper mapAnnotationValue (Ljava/lang/Object;)Ljava/lang/Object; 37 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper$$Lambda+0x000001d6814e2170 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1f38 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1d00 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1ac8 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1890 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1658 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e1420 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e11e8 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e0fb0 +# instanceKlass org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e0d78 +instanceKlass @bci org/sinytra/adapter/util/provider/ClassLookup findField (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Optional; 10 argL0 ; # org/sinytra/adapter/util/provider/ClassLookup$$Lambda+0x000001d6814e0b40 +# instanceKlass org/sinytra/adapter/util/provider/ZipClassLookup$$Lambda+0x000001d6814e0900 +# instanceKlass org/sinytra/adapter/util/provider/ZipClassLookup$$Lambda+0x000001d6814e06c0 +# instanceKlass org/sinytra/adapter/util/provider/ZipClassLookup$$Lambda+0x000001d6814e0480 +# instanceKlass org/sinytra/adapter/util/provider/ZipClassLookup$$Lambda+0x000001d6814e0240 +instanceKlass @bci org/sinytra/adapter/util/provider/ZipClassLookup getClass (Ljava/lang/String;)Ljava/util/Optional; 6 member ; # org/sinytra/adapter/util/provider/ZipClassLookup$$Lambda+0x000001d6814e0000 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dfc88 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dfa70 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814df858 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814df640 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814df428 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814df210 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814deff8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dede0 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814debc8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814de9b0 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814de798 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814de580 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814de368 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814de150 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814ddf38 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814ddd20 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814ddb08 +instanceKlass @bci org/sinytra/adapter/types/FieldTypeUsageTransformer apply (Lorg/objectweb/asm/tree/ClassNode;Lorg/sinytra/adapter/env/ann/ClassTarget;Lorg/sinytra/adapter/env/ctx/PatchContext;)Lorg/sinytra/adapter/env/ctx/PatchResult; 345 argL0 ; # org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dd8f0 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dd6b0 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dd470 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dd230 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dcff0 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dcdb0 +# instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dcb70 +instanceKlass @bci org/sinytra/adapter/types/BytecodeFixerUpper getFieldTypeChange (Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/datafixers/util/Pair; 16 member ; # org/sinytra/adapter/types/BytecodeFixerUpper$$Lambda+0x000001d6814dc930 +instanceKlass org/sinytra/adapter/analysis/method/MethodAnalyzer$NaryOperationHandler +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dc4f0 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dc2a8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dc060 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dbe18 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dbbd0 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814db988 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814db740 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814db4f8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814db2b0 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814db068 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dae20 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814dabd8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814da990 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814da748 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814da500 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814da2b8 +# instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814da070 +instanceKlass @bci org/sinytra/adapter/types/FieldTypeUsageTransformer apply (Lorg/objectweb/asm/tree/ClassNode;Lorg/sinytra/adapter/env/ann/ClassTarget;Lorg/sinytra/adapter/env/ctx/PatchContext;)Lorg/sinytra/adapter/env/ctx/PatchResult; 340 argL0 ; # org/sinytra/adapter/types/FieldTypeUsageTransformer$$Lambda+0x000001d6814d9e28 +instanceKlass org/sinytra/adapter/env/ctx/PatchContextImpl +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d9958 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d9708 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass getField (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Optional; 9 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814d8de0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d9268 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d8940 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d94b8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d9018 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d86f0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d84a0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d8b90 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d8250 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d8000 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d7d98 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d7b48 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d78f8 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer lambda$countAmbigousOverridenMethods$1 (Lorg/objectweb/asm/tree/MethodNode;Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass;)Ljava/lang/Integer; 21 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d76a8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d7458 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d7220 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6fe8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6db0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6b78 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6940 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6708 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d64d0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6298 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d6060 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d5e28 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d5bf0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d59b8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d5780 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer lambda$countAmbigousOverridenMethods$1 (Lorg/objectweb/asm/tree/MethodNode;Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass;)Ljava/lang/Integer; 9 argL0 ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d5548 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d5308 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d50c8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4e88 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4c48 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4a08 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d47c8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4588 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4348 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d4108 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d3ec8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d3c88 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d3a48 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d3808 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d35c8 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer countAmbigousOverridenMethods (Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/MethodNode;)I 20 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$$Lambda+0x000001d6814d3388 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2f40 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2d00 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2ac0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2880 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2400 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d2640 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d21c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1f80 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1d40 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1b00 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d18c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1680 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1440 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d1200 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0fc0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapParameterName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; 19 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0d80 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0b40 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0900 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d06c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0240 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0480 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814d0000 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cfcb8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cfa78 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cf838 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cf5f8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cf3b8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cf178 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cef38 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814cecf8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapParameterName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; 7 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814ceab8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814ce878 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ce658 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ce438 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ce218 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cdff8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cddd8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cdbb8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cd998 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cd778 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cd558 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cd338 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cd118 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ccef8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cccd8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ccab8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cc898 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper mapFieldName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 44 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cc678 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cc458 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper mapMethodName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 45 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cc238 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cbda0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cbb60 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cb920 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cb6e0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cb4a0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cb260 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cb020 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814cade0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814caba0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ca960 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ca720 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper mapMethodName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 33 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ca4e0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ca2a0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814ca060 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814c9e20 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814c9be0 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper mapFieldName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 32 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814c99a0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinAwareEnhancedRemapper$$Lambda+0x000001d6814c9760 +instanceKlass org/objectweb/asm/TypeReference +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c9540 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c9320 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c9100 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8ee0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8cc0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8880 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8aa0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8660 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8440 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8220 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c8000 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c7c18 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c79f8 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c77d8 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider getClass (Ljava/lang/String;)Ljava/util/Optional; 21 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814c75b8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c7380 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c7148 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c6f10 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c6cd8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c6aa0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c6630 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c6868 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c63f8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c61c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c5f88 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapMethodName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 15 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c5d50 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c5b18 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c58e0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c56a8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c5470 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c5238 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c5000 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapFieldName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 15 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c4dc8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c4b90 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c4958 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c44e8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c4720 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass getMethod (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Optional; 22 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c42b0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c4070 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c3e30 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c3bf0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c39b0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c30b0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c3770 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c3530 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c32f0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c2e70 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c2c30 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapMethodName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 7 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c29f0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper mapFieldName (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 7 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c27b0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c2578 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c2340 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c2108 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c1ed0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c1a60 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c1c98 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c1828 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c15f0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c13b8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper map (Ljava/lang/String;)Ljava/lang/String; 5 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814c1180 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0f50 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0d20 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0af0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c08c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0690 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0460 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0000 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814c0230 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9d60 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9b30 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 283 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9900 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b96c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9480 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9240 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814b9000 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bbd30 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bbaf0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bb8b0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bb670 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bb430 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bb1f0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 272 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bafb0 +instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$MMethod +instanceKlass org/objectweb/asm/TypePath +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bab30 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814ba8f0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 248 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814ba6c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814ba480 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814ba240 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814ba000 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bfc50 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bfa10 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 237 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bf7d0 +instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$MField +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bdf78 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bdd38 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass lambda$new$0 (Ljava/util/List;Ljava/util/Optional;)V 7 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bf378 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bdaf8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 204 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bf148 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bef18 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bd8b8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814becd8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 192 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814bea98 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814be868 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass (Lreloc/net/minecraftforge/fart/internal/EnhancedRemapper;Ljava/lang/String;Lreloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)V 172 member ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass$$Lambda+0x000001d6814be638 +instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$MClass +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bd678 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bd438 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bd1f8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl computeClassInfo (Ljava/lang/String;)Ljava/util/Optional; 32 argL0 ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814be1b8 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bcfb8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl getClass (Ljava/lang/String;)Ljava/util/Optional; 13 member ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$$Lambda+0x000001d6814bcd78 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814bc6c0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814bc900 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814bc480 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814bc240 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814bc000 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b7da0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b7b60 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider computeClassInfo (Ljava/lang/String;)Ljava/util/Optional; 7 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b7920 +# instanceKlass cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681499330 +# instanceKlass cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681499110 +# instanceKlass cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681498ef0 +# instanceKlass cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681498cd0 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler computeLaunchPluginTransformerSet (Lorg/objectweb/asm/Type;ZLjava/lang/String;Lcpw/mods/modlauncher/TransformerAuditTrail;)Ljava/util/EnumMap; 173 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681498ab0 +# instanceKlass org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d6814b76e0 +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer lambda$getClassBytes$3 (Ljava/lang/String;[B)[B 12 ; # java/lang/invoke/LambdaForm$MH+0x000001d6814b8000 +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer getClassBytes (Ljava/lang/String;)Ljava/util/Optional; 12 member ; # org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d6814b74a0 +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$Sync$HoldCounter +instanceKlass org/objectweb/asm/tree/analysis/SmallSet$IteratorImpl +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b7260 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b7020 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b6de0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b6ba0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b6960 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b6720 +instanceKlass @bci org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider getClass (Ljava/lang/String;)Ljava/util/Optional; 6 member ; # org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b64e0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b62a0 +# instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider$$Lambda+0x000001d6814b6060 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b5e28 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b5bf0 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b59b8 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b5780 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b5548 +# instanceKlass reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b50d8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/EnhancedRemapper getClass (Ljava/lang/String;)Ljava/util/Optional; 44 argL0 ; # reloc/net/minecraftforge/fart/internal/EnhancedRemapper$$Lambda+0x000001d6814b5310 +instanceKlass org/objectweb/asm/tree/analysis/SourceValue +instanceKlass org/objectweb/asm/tree/analysis/Subroutine +instanceKlass org/objectweb/asm/tree/analysis/Frame +instanceKlass org/objectweb/asm/tree/analysis/Analyzer +instanceKlass org/sinytra/adapter/analysis/method/MethodAnalyzer +instanceKlass org/objectweb/asm/tree/analysis/Value +instanceKlass @bci reloc/net/minecraftforge/fart/internal/AsyncHelper lambda$invokeAll$3 (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/lang/Object;)Lreloc/net/minecraftforge/fart/internal/Pair; 13 member ; # reloc/net/minecraftforge/fart/internal/AsyncHelper$$Lambda+0x000001d6814b44e8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/AsyncHelper invokeAll (Ljava/util/Collection;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 2 member ; # reloc/net/minecraftforge/fart/internal/AsyncHelper$$Lambda+0x000001d6814b42a8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 439 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b4068 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 433 argL0 ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b3e30 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b39c0 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b3bf8 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b3788 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo ([B)V 186 argL0 ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b3550 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b3310 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b30d0 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b2e90 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo ([B)V 176 member ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b2c50 +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$FieldInfo +instanceKlass reloc/net/minecraftforge/fart/api/ClassProvider$IFieldInfo +instanceKlass org/objectweb/asm/tree/ParameterNode +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b25d0 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b2398 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo ([B)V 120 argL0 ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b2160 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b1f20 +# instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b1ce0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo ([B)V 110 member ; # reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$$Lambda+0x000001d6814b1aa0 +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo$MethodInfo +instanceKlass reloc/net/minecraftforge/fart/api/ClassProvider$IMethodInfo +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$Access +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl$ClassInfo +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderBuilderImpl addClass (Ljava/lang/String;[B)Lreloc/net/minecraftforge/fart/api/ClassProvider$Builder; 6 member ; # reloc/net/minecraftforge/fart/internal/ClassProviderBuilderImpl$$Lambda+0x000001d6814b0f68 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/AsyncHelper lambda$consumeAll$1 (Ljava/util/function/Function;Ljava/util/function/Consumer;Ljava/lang/Object;)Lreloc/net/minecraftforge/fart/internal/Pair; 13 member ; # reloc/net/minecraftforge/fart/internal/AsyncHelper$$Lambda+0x000001d6814b0d48 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/AsyncHelper consumeAll (Ljava/util/Collection;Ljava/util/function/Function;Ljava/util/function/Consumer;)V 2 member ; # reloc/net/minecraftforge/fart/internal/AsyncHelper$$Lambda+0x000001d6814b0b08 +instanceKlass reloc/net/minecraftforge/fart/internal/Pair +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 397 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b06c0 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 390 argL0 ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b0488 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 346 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b0248 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 329 argL0 ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814b0000 +instanceKlass reloc/net/minecraftforge/fart/internal/AsyncHelper +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$ClassEntry +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$ResourceEntry +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814afb08 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl lambda$run$0 (Ljava/util/zip/ZipFile;Ljava/util/List;Ljava/util/List;Ljava/util/zip/ZipEntry;)V 106 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814af8b8 +instanceKlass reloc/net/minecraftforge/fart/internal/EntryImpl +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$ManifestEntry +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$Entry +instanceKlass reloc/net/minecraftforge/fart/internal/Util +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a7a40 +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a7820 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl run (Ljava/io/File;Ljava/io/File;)V 139 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a7600 +instanceKlass @cpi net/minecraft/util/DependencySorter 66 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6814adc00 +instanceKlass reloc/net/minecraftforge/fart/internal/Util$IOConsumer +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a71d8 +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a6fa8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerImpl setup ()V 44 member ; # reloc/net/minecraftforge/fart/internal/RenamerImpl$$Lambda+0x000001d6814a6d78 +instanceKlass reloc/net/minecraftforge/fart/internal/RenamerImpl +instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder$1 +instanceKlass reloc/net/minecraftforge/fart/internal/SortedClassProvider +instanceKlass org/sinytra/connector/transformer/transform/AccessWidenerTransformer +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d6814a61d0 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d6814a5fa8 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance transformJar (Ljava/io/File;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata;)Lorg/sinytra/adapter/env/ctx/AuditTrail; 360 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d6814a5d80 +# instanceKlass org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d6814a5b58 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance transformJar (Ljava/io/File;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata;)Lorg/sinytra/adapter/env/ctx/AuditTrail; 350 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d6814a5930 +instanceKlass reloc/net/minecraftforge/fart/internal/RenamingTransformer +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6814ad400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6814ad000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6814acc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6814ac800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6814ac400 +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 894 ; # java/lang/invoke/LambdaForm$MH+0x000001d6814ac000 +instanceKlass org/sinytra/connector/transformer/patch/ClassAnalysingTransformer +instanceKlass org/objectweb/asm/tree/analysis/Interpreter +instanceKlass org/sinytra/connector/transformer/patch/ReflectionRenamingTransformer +# instanceKlass org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a4b08 +# instanceKlass org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a48d8 +instanceKlass @bci org/sinytra/connector/transformer/transform/FieldToMethodTransformer lambda$new$1 (Lreloc/net/minecraftforge/srgutils/IMappingFile;Lcom/google/common/collect/ImmutableMap$Builder;Ljava/lang/String;Ljava/util/Map;)V 26 member ; # org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a46a8 +# instanceKlass org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a4478 +# instanceKlass org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a4248 +instanceKlass @bci org/sinytra/connector/transformer/transform/FieldToMethodTransformer (Ljava/lang/String;Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 18 member ; # org/sinytra/connector/transformer/transform/FieldToMethodTransformer$$Lambda+0x000001d6814a4018 +instanceKlass org/sinytra/connector/transformer/patch/ClassNodeTransformer +# instanceKlass reloc/net/minecraftforge/fart/api/Transformer$Factory$$Lambda+0x000001d6814a39b0 +# instanceKlass reloc/net/minecraftforge/fart/api/Transformer$Factory$$Lambda+0x000001d6814a3790 +instanceKlass @bci reloc/net/minecraftforge/fart/api/Transformer$Factory always (Lreloc/net/minecraftforge/fart/api/Transformer;)Lreloc/net/minecraftforge/fart/api/Transformer$Factory; 8 member ; # reloc/net/minecraftforge/fart/api/Transformer$Factory$$Lambda+0x000001d6814a3570 +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$Factory +instanceKlass org/sinytra/connector/transformer/transform/JarSignatureStripper +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2cd8 +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2f00 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerBuilder ()V 70 argL0 ; # reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2ab0 +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2880 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/RenamerBuilder ()V 61 member ; # reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2650 +# instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder$$Lambda+0x000001d6814a2420 +instanceKlass reloc/net/minecraftforge/fart/api/Transformer$Context +instanceKlass reloc/net/minecraftforge/fart/internal/RenamerBuilder +instanceKlass reloc/net/minecraftforge/fart/api/Renamer$Builder +instanceKlass reloc/net/minecraftforge/fart/api/Renamer +instanceKlass org/sinytra/adapter/transform/patch/MethodPatchResolver +instanceKlass org/sinytra/adapter/patch/resolver/Resolver +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint +instanceKlass org/sinytra/adapter/transform/PipelineMethodTransformer +instanceKlass org/sinytra/adapter/types/FieldAccessorTypeTransformer +instanceKlass org/sinytra/adapter/transform/preprocess/LocalCaptureUpgradeTransformer +instanceKlass org/sinytra/adapter/transform/cls/DynamicAnonymousShadowFieldTypePatch +instanceKlass org/sinytra/adapter/transform/cls/DynamicAnonClassIndexPatch +instanceKlass org/sinytra/adapter/patch/DynamicPatches +instanceKlass org/sinytra/adapter/patch/Patcher$Builder +instanceKlass org/sinytra/adapter/env/ctx/PatchContext +instanceKlass org/sinytra/adapter/patch/Patcher +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatchTransformer (Lorg/sinytra/connector/transformer/TransformerEnvironment;Lorg/sinytra/adapter/env/ctx/PatchEnvironment;Ljava/util/List;)V 59 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68149d400 +# instanceKlass org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68149dc58 +# instanceKlass org/sinytra/connector/transformer/transform/MixinPatchTransformer$$Lambda+0x000001d68149da20 +instanceKlass org/sinytra/adapter/types/FieldTypeUsageTransformer +instanceKlass net/fabricmc/api/EnvironmentInterfaces +instanceKlass net/fabricmc/api/EnvironmentInterface +instanceKlass net/fabricmc/api/Environment +instanceKlass org/sinytra/connector/transformer/patch/EnvironmentStripperTransformer +instanceKlass org/sinytra/adapter/transform/ClassTransformer +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatches getPatches ()Ljava/util/List; 1130 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatches$$Lambda+0x000001d68149f380 +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatches getPatches ()Ljava/util/List; 1120 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatches$$Lambda+0x000001d68149f148 +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatches getPatches ()Ljava/util/List; 750 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatches$$Lambda+0x000001d68149ef20 +instanceKlass @bci java/util/function/Predicate or (Ljava/util/function/Predicate;)Ljava/util/function/Predicate; 7 member ; # java/util/function/Predicate$$Lambda+0x000001d681360c60 +instanceKlass @cpi java/util/function/Predicate 72 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68149d000 +instanceKlass @bci org/sinytra/connector/transformer/transform/MixinPatches getPatches ()Ljava/util/List; 421 argL0 ; # org/sinytra/connector/transformer/transform/MixinPatches$$Lambda+0x000001d68149ed08 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl lambda$targetConstant$8 (DLorg/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder;)V 19 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68149e8a0 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl lambda$targetConstant$8 (DLorg/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder;)V 5 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68149e658 +instanceKlass @cpi org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl 458 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68149cc00 +instanceKlass @bci mod/azure/azurelibarmor/core/molang/LazyVariable (Ljava/lang/String;D)V 3 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68149c800 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetConstant (D)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 5 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68149e430 +instanceKlass @cpi org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl 444 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68149c400 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl modifyInjectionPoint (Ljava/lang/String;Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 7 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68149e200 +instanceKlass org/sinytra/adapter/patch/config/key/SpecialKeys +instanceKlass @bci java/util/function/BiConsumer andThen (Ljava/util/function/BiConsumer;)Ljava/util/function/BiConsumer; 7 member ; # java/util/function/BiConsumer$$Lambda+0x000001d681360a30 +instanceKlass @cpi io/wispforest/endec/Endec 906 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68149c000 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl modifyInjectionPoint (Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 6 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d681497d50 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetInjectionPoint (Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 8 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d681497b00 +instanceKlass org/sinytra/adapter/env/ann/AtData$Builder +instanceKlass com/google/common/math/IntMath$1 +instanceKlass com/google/common/math/MathPreconditions +instanceKlass com/google/common/math/IntMath +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder require ([Lorg/sinytra/adapter/patch/config/PropertyKey;)Lorg/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder; 8 member ; # org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder$$Lambda+0x000001d6814976b8 +instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Validator +instanceKlass @bci org/sinytra/adapter/env/ann/AtData$Keys ()V 15 argL0 ; # org/sinytra/adapter/env/ann/AtData$Keys$$Lambda+0x000001d6814972a8 +instanceKlass org/sinytra/adapter/env/ann/AtData$Keys +instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate$Builder +instanceKlass org/sinytra/adapter/patch/config/PropertyContainerTemplate +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetInjectionPoint (Ljava/lang/String;Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 9 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d681496808 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl lambda$targetMethod$3 (Lorg/sinytra/adapter/util/MethodQualifier;)V 13 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d6814965b8 +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyKey$Builder parseAs (Ljava/lang/Class;)Lorg/sinytra/adapter/patch/config/PropertyKey$Builder; 18 member ; # org/sinytra/adapter/patch/config/PropertyKey$Builder$$Lambda+0x000001d681496398 +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyKey$Builder parseAs (Ljava/lang/Class;)Lorg/sinytra/adapter/patch/config/PropertyKey$Builder; 9 member ; # org/sinytra/adapter/patch/config/PropertyKey$Builder$$Lambda+0x000001d681496178 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 161 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681495f60 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 153 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681495d48 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 134 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681495b30 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 126 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681495918 +instanceKlass org/sinytra/adapter/env/ann/SliceData +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyKey$Builder parseAs (Ljava/lang/Class;)Lorg/sinytra/adapter/patch/config/PropertyKey$Builder; 29 member ; # org/sinytra/adapter/patch/config/PropertyKey$Builder$$Lambda+0x000001d6814954d8 +instanceKlass @bci org/sinytra/adapter/patch/config/PropertyKey$Builder serializable ()Lorg/sinytra/adapter/patch/config/PropertyKey$Builder; 1 argL0 ; # org/sinytra/adapter/patch/config/PropertyKey$Builder$$Lambda+0x000001d6814952c0 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 67 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d6814950a8 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 59 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681494e90 +instanceKlass org/sinytra/adapter/env/ann/ConstantData +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 40 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681494a58 +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 32 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681494840 +instanceKlass org/sinytra/adapter/env/ann/AtData +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 13 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d6814943b8 +instanceKlass org/sinytra/adapter/patch/config/PropertyKey$Serializer +instanceKlass @bci org/sinytra/adapter/patch/config/key/MixinKeys ()V 5 argL0 ; # org/sinytra/adapter/patch/config/key/MixinKeys$$Lambda+0x000001d681493fa8 +instanceKlass org/sinytra/adapter/patch/config/PropertyKey$Parser +instanceKlass org/sinytra/adapter/patch/config/PropertyKey$Builder +instanceKlass org/sinytra/adapter/patch/config/key/MixinKeys +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetMethod ([Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 15 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d681493750 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetMethod ([Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 4 argL0 ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d681493518 +instanceKlass org/sinytra/connector/transformer/transform/MixinPatches +instanceKlass org/sinytra/connector/transformer/transform/MixinPatchTransformer +instanceKlass org/sinytra/adapter/env/ctx/MixinClassGeneratorImpl +instanceKlass org/sinytra/adapter/env/ctx/MixinClassGenerator +instanceKlass org/sinytra/adapter/env/ctx/PatchEnvironmentImpl +instanceKlass org/sinytra/adapter/env/ctx/PatchEnvironment +instanceKlass net/fabricmc/loader/impl/util/version/VersionIntervalImpl +instanceKlass @bci org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator$LoaderMixinVersionEntry create (Ljava/lang/String;I)Lorg/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator$LoaderMixinVersionEntry; 5 member ; # org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator$LoaderMixinVersionEntry$$Lambda+0x000001d681491e88 +instanceKlass org/sinytra/connector/service/FabricMixinBootstrap +instanceKlass org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator +instanceKlass org/sinytra/connector/transformer/patch/ConnectorRefmapHolder +instanceKlass org/sinytra/adapter/transform/patch/MethodPatchImpl +# instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder$$Lambda+0x000001d681490f98 +instanceKlass @bci org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder buildMatchers ()Ljava/util/List; 13 member ; # org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder$$Lambda+0x000001d681490d68 +# instanceKlass org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d681490b48 +instanceKlass @bci org/sinytra/connector/transformer/transform/AccessorRedirectTransformer lambda$new$2 (Ljava/util/Map$Entry;Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatch; 51 member ; # org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d681490928 +instanceKlass org/sinytra/adapter/env/ctx/MixinContext +instanceKlass org/sinytra/adapter/env/ctx/Auditor +instanceKlass org/sinytra/adapter/env/ctx/RefMapper +# instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder$$Lambda+0x000001d68148fa20 +instanceKlass @bci org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder match (Lorg/sinytra/adapter/patch/config/PropertyKey;Ljava/util/function/Predicate;)Lorg/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder; 6 member ; # org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder$$Lambda+0x000001d68148f7f0 +# instanceKlass java/util/function/Predicate$$Lambda+0x000001d6813607e0 +instanceKlass @bci java/util/function/Predicate isEqual (Ljava/lang/Object;)Ljava/util/function/Predicate; 14 member ; # java/util/function/Predicate$$Lambda+0x000001d681360590 +instanceKlass org/sinytra/adapter/patch/config/PropertyKey +instanceKlass org/sinytra/adapter/patch/config/key/ControlKeys +# instanceKlass org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68148f198 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl targetClass ([Ljava/lang/String;)Lorg/sinytra/adapter/transform/patch/MethodPatchBuilder; 5 member ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68148ef68 +# instanceKlass org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68148ed40 +instanceKlass @bci org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl ()V 19 argL0 ; # org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl$$Lambda+0x000001d68148eb18 +instanceKlass org/sinytra/adapter/patch/config/BasePropertyContainer +instanceKlass org/sinytra/adapter/patch/config/MutableConfiguration +instanceKlass org/sinytra/adapter/patch/config/MutablePropertyContainer +instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$SubMatcher +instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$Builder +instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher +instanceKlass org/sinytra/adapter/patch/config/Configuration +instanceKlass org/sinytra/adapter/patch/config/PropertyContainer +instanceKlass org/sinytra/adapter/transform/patch/MethodPatchBuilderImpl +instanceKlass org/sinytra/adapter/transform/patch/MethodPatchBuilder +# instanceKlass org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d68148cac0 +instanceKlass @bci org/sinytra/connector/transformer/transform/AccessorRedirectTransformer lambda$new$3 (Ljava/util/Map$Entry;)Ljava/util/stream/Stream; 21 member ; # org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d68148cd00 +instanceKlass org/sinytra/adapter/transform/patch/MethodPatch +# instanceKlass org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d68148c688 +instanceKlass @bci org/sinytra/connector/transformer/transform/AccessorRedirectTransformer ()V 30 member ; # org/sinytra/connector/transformer/transform/AccessorRedirectTransformer$$Lambda+0x000001d68148c448 +instanceKlass reloc/net/fabricmc/accesswidener/AccessWidenerVisitor +instanceKlass org/sinytra/connector/transformer/transform/FieldToMethodTransformer +instanceKlass org/sinytra/adapter/transform/MethodTransformer +instanceKlass org/sinytra/connector/transformer/transform/AccessorRedirectTransformer +instanceKlass org/sinytra/connector/transformer/patch/ClassNodeTransformer$ClassProcessor +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper remapRef (Ljava/lang/String;)Ljava/lang/String; 50 member ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d68148b5b0 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper remapRef (Ljava/lang/String;)Ljava/lang/String; 20 member ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d68148b380 +instanceKlass org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$SimpleRefmap +instanceKlass org/sinytra/connector/transformer/transform/RefmapRemapper +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer lambda$transformJars$3 (Ljava/util/concurrent/ExecutorService;Lorg/sinytra/connector/transformer/jar/JarTransformInstance;Lorg/sinytra/connector/transformer/transform/TransformProgressMeter;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;)Lcom/mojang/datafixers/util/Pair; 4 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d68148acf0 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer transformJars (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 130 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d68148aab0 +instanceKlass org/sinytra/adapter/env/ctx/AuditTrailImpl +instanceKlass org/sinytra/adapter/env/ctx/AuditTrail +instanceKlass org/sinytra/adapter/types/BytecodeFixerJarGenerator +instanceKlass org/sinytra/adapter/types/ObjectTypeAdapter +instanceKlass org/sinytra/adapter/types/SupplierTypeAdapter +instanceKlass org/sinytra/adapter/types/TypeAdapterProvider +instanceKlass org/sinytra/adapter/types/BytecodeFixerUpper +instanceKlass org/sinytra/adapter/util/provider/MixinClassLookup +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 124 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d681489728 +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 102 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d681489510 +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 80 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d6814892f8 +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 58 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d6814890e0 +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 36 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d681488ec8 +instanceKlass @bci org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend ()V 14 argL0 ; # org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend$$Lambda+0x000001d681488cb0 +instanceKlass org/sinytra/adapter/types/SimpleTypeAdapter$TypePatch +instanceKlass org/sinytra/adapter/types/TypeAdapter +instanceKlass org/sinytra/connector/transformer/jar/BytecodeFixerUpperFrontend +instanceKlass org/sinytra/adapter/util/provider/ZipClassLookup +instanceKlass @bci org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment getCleanClassLookup ()Lorg/sinytra/adapter/util/provider/ClassLookup; 82 member ; # org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment$$Lambda+0x000001d681488000 +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance (Lorg/sinytra/connector/transformer/TransformerEnvironment;Lreloc/net/minecraftforge/fart/api/ClassProvider;Ljava/util/List;)V 106 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d681485400 +instanceKlass @bci org/sinytra/connector/transformer/jar/IntermediateMapping lambda$get$0 (Ljava/util/Collection;Lreloc/net/minecraftforge/srgutils/IMappingFile$INode;)Z 17 member ; # org/sinytra/connector/transformer/jar/IntermediateMapping$$Lambda+0x000001d681485c80 +instanceKlass @bci org/sinytra/connector/transformer/jar/IntermediateMapping lambda$get$1 (Ljava/util/Collection;Lreloc/net/minecraftforge/srgutils/IMappingFile$IClass;)Ljava/util/stream/Stream; 33 member ; # org/sinytra/connector/transformer/jar/IntermediateMapping$$Lambda+0x000001d681485a30 +instanceKlass @bci org/sinytra/connector/transformer/jar/IntermediateMapping get (Ljava/lang/String;)Lorg/sinytra/connector/transformer/jar/IntermediateMapping; 138 member ; # org/sinytra/connector/transformer/jar/IntermediateMapping$$Lambda+0x000001d681485800 +instanceKlass @bci org/sinytra/connector/transformer/jar/IntermediateMapping get (Ljava/lang/String;)Lorg/sinytra/connector/transformer/jar/IntermediateMapping; 122 member ; # org/sinytra/connector/transformer/jar/IntermediateMapping$$Lambda+0x000001d681487be0 +instanceKlass org/sinytra/connector/transformer/jar/IntermediateMapping +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformInstance (Lorg/sinytra/connector/transformer/TransformerEnvironment;Lreloc/net/minecraftforge/fart/api/ClassProvider;Ljava/util/List;)V 82 argL0 ; # org/sinytra/connector/transformer/jar/JarTransformInstance$$Lambda+0x000001d681487790 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$null$18 (Lreloc/net/minecraftforge/srgutils/MappingFile$Cls;Lreloc/net/minecraftforge/srgutils/MappingFile$Cls$Method;)V 31 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681487560 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$reverse$19 (Lreloc/net/minecraftforge/srgutils/MappingFile;Lreloc/net/minecraftforge/srgutils/MappingFile$Cls;)V 47 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681487090 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$reverse$19 (Lreloc/net/minecraftforge/srgutils/MappingFile;Lreloc/net/minecraftforge/srgutils/MappingFile$Cls;)V 27 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681486e60 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile reverse ()Lreloc/net/minecraftforge/srgutils/MappingFile; 38 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681486c30 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile reverse ()Lreloc/net/minecraftforge/srgutils/MappingFile; 18 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681486a00 +instanceKlass reloc/net/minecraftforge/fart/api/ClassProvider$IClassInfo +instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$IntermediaryClassProvider +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 94 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d681483bc0 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 86 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d681483988 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 76 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d681483750 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 42 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d681483510 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 34 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d6814832d8 +instanceKlass @bci org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper (Lreloc/net/minecraftforge/srgutils/IMappingFile;)V 24 argL0 ; # org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper$$Lambda+0x000001d6814830a0 +instanceKlass org/sinytra/connector/transformer/transform/MappingAwareReferenceMapper +instanceKlass reloc/net/minecraftforge/srgutils/MappingFile$1 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$null$3 (Lreloc/net/minecraftforge/srgutils/MappingFile$Cls;IILreloc/net/minecraftforge/srgutils/NamedMappingFile$Cls$Method;)V 33 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d6814829f8 +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder$IParameter +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$new$4 (IILreloc/net/minecraftforge/srgutils/NamedMappingFile$Cls;)V 46 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681482088 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile lambda$new$4 (IILreloc/net/minecraftforge/srgutils/NamedMappingFile$Cls;)V 28 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681481ba8 +instanceKlass @cpi net/neoforged/neoforge/client/ClientHooks 316 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681485000 +instanceKlass reloc/net/minecraftforge/srgutils/MappingFile$Node +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile (Lreloc/net/minecraftforge/srgutils/NamedMappingFile;II)V 93 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681481450 +instanceKlass @bci com/faboslav/friendsandfoes/common/init/FriendsAndFoesPointOfInterestTypes registerPoi (Ljava/lang/String;Lcom/teamresourceful/resourcefullib/common/registry/RegistryEntry;II)Ljava/util/function/Supplier; 7 ; # java/lang/invoke/LambdaForm$MH+0x000001d681484c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681484800 +instanceKlass @cpi org/betterx/betterend/world/features/VineFeatureConfig 142 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681484400 +instanceKlass @bci reloc/net/minecraftforge/srgutils/MappingFile (Lreloc/net/minecraftforge/srgutils/NamedMappingFile;II)V 76 member ; # reloc/net/minecraftforge/srgutils/MappingFile$$Lambda+0x000001d681481220 +instanceKlass @cpi reloc/net/minecraftforge/srgutils/MappingFile 135 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681484000 +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IParameter +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IField +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IMethod +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IOwnedNode +instanceKlass reloc/net/minecraftforge/srgutils/IRenamer +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IPackage +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$IClass +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile$INode +instanceKlass reloc/net/minecraftforge/srgutils/MappingFile +instanceKlass @bci reloc/net/minecraftforge/srgutils/NamedMappingFile getMap (Ljava/lang/String;Ljava/lang/String;)Lreloc/net/minecraftforge/srgutils/IMappingFile; 32 member ; # reloc/net/minecraftforge/srgutils/NamedMappingFile$$Lambda+0x000001d681479990 +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder$IField +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder$IMethod +instanceKlass reloc/net/minecraftforge/srgutils/NamedMappingFile$Named +instanceKlass reloc/net/minecraftforge/srgutils/IMappingFile +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder$IPackage +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder$IClass +instanceKlass reloc/net/minecraftforge/srgutils/NamedMappingFile +instanceKlass reloc/net/minecraftforge/srgutils/IMappingBuilder +instanceKlass @bci reloc/net/minecraftforge/srgutils/InternalUtils filter (Ljava/util/List;)Ljava/util/List; 16 argL0 ; # reloc/net/minecraftforge/srgutils/InternalUtils$$Lambda+0x000001d68147ee60 +instanceKlass @bci reloc/net/minecraftforge/srgutils/InternalUtils filter (Ljava/util/List;)Ljava/util/List; 6 argL0 ; # reloc/net/minecraftforge/srgutils/InternalUtils$$Lambda+0x000001d68147ec28 +instanceKlass @bci reloc/net/minecraftforge/srgutils/InternalUtils loadNamed (Ljava/io/InputStream;)Lreloc/net/minecraftforge/srgutils/INamedMappingFile; 21 argL0 ; # reloc/net/minecraftforge/srgutils/InternalUtils$$Lambda+0x000001d68147e9e0 +instanceKlass java/io/BufferedReader$1 +instanceKlass reloc/net/minecraftforge/srgutils/InternalUtils +instanceKlass reloc/net/minecraftforge/srgutils/INamedMappingFile +instanceKlass net/fabricmc/loader/impl/MappingResolverImpl +instanceKlass reloc/net/minecraftforge/fart/api/Transformer +instanceKlass org/sinytra/adapter/env/ctx/RefmapHolder +instanceKlass org/sinytra/connector/transformer/jar/JarTransformInstance +instanceKlass @bci org/sinytra/connector/transformer/jar/JarTransformer transformJars (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 51 member ; # org/sinytra/connector/transformer/jar/JarTransformer$$Lambda+0x000001d68147d5e8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681478c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681478800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681478400 +instanceKlass cpw/mods/modlauncher/TransformerAuditTrail +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator gatherTransformers (Lcpw/mods/modlauncher/TransformStore;)V 87 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d68147b5f8 +instanceKlass @bci cpw/mods/modlauncher/TransformList addTransformer (Lcpw/mods/modlauncher/TransformTargetLabel;Lcpw/mods/modlauncher/api/ITransformer;)V 22 member ; # cpw/mods/modlauncher/TransformList$$Lambda+0x000001d68147b3c8 +instanceKlass @bci cpw/mods/modlauncher/TransformList addTransformer (Lcpw/mods/modlauncher/TransformTargetLabel;Lcpw/mods/modlauncher/api/ITransformer;)V 5 argL0 ; # cpw/mods/modlauncher/TransformList$$Lambda+0x000001d68147b190 +instanceKlass cpw/mods/modlauncher/TransformerHolder +instanceKlass @bci cpw/mods/modlauncher/TransformStore addTransformer (Lcpw/mods/modlauncher/TransformTargetLabel;Lcpw/mods/modlauncher/api/ITransformer;Lcpw/mods/modlauncher/api/ITransformationService;)V 24 member ; # cpw/mods/modlauncher/TransformStore$$Lambda+0x000001d68147ad00 +instanceKlass @bci cpw/mods/modlauncher/TransformStore addTransformer (Lcpw/mods/modlauncher/TransformTargetLabel;Lcpw/mods/modlauncher/api/ITransformer;Lcpw/mods/modlauncher/api/ITransformationService;)V 15 member ; # cpw/mods/modlauncher/TransformStore$$Lambda+0x000001d68147aae0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator lambda$gatherTransformers$1 (Lcpw/mods/modlauncher/TransformStore;Lcpw/mods/modlauncher/api/ITransformer;)V 144 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d68147a8b0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator lambda$gatherTransformers$1 (Lcpw/mods/modlauncher/TransformStore;Lcpw/mods/modlauncher/api/ITransformer;)V 131 argL0 ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d68147a678 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator lambda$gatherTransformers$1 (Lcpw/mods/modlauncher/TransformStore;Lcpw/mods/modlauncher/api/ITransformer;)V 49 argL0 ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d68147a440 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator lambda$gatherTransformers$1 (Lcpw/mods/modlauncher/TransformStore;Lcpw/mods/modlauncher/api/ITransformer;)V 39 argL0 ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d68147a208 +instanceKlass cpw/mods/modlauncher/TransformTargetLabel +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator gatherTransformers (Lcpw/mods/modlauncher/TransformStore;)V 54 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6812cbc18 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator gatherTransformers (Lcpw/mods/modlauncher/TransformStore;)V 23 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6812cb9f8 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getFabricASMTransformers ()Ljava/util/List; 111 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147d148 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getFabricASMTransformers ()Ljava/util/List; 74 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147cf20 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getFabricASMTransformers ()Ljava/util/List; 28 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147ccf8 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getTransformers ()Ljava/lang/Iterable; 137 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147cad0 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getTransformers ()Ljava/lang/Iterable; 115 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147c8a8 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getTransformers ()Ljava/lang/Iterable; 89 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147c680 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods addOriginalSyntheticField (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcpw/mods/modlauncher/api/ITransformer; 14 member ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147c450 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getTransformers ()Ljava/lang/Iterable; 33 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147c228 +instanceKlass @bci org/sinytra/connector/ConnectorCoremods getTransformers ()Ljava/lang/Iterable; 12 argL0 ; # org/sinytra/connector/ConnectorCoremods$$Lambda+0x000001d68147c000 +instanceKlass org/sinytra/connector/ConnectorCoremods +instanceKlass net/neoforged/neoforgespi/coremod/ICoreMod +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer loadCoreModScripts (Ljava/util/Collection;)Ljava/util/List; 6 argL0 ; # org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d6814778a8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681478000 +instanceKlass cpw/mods/modlauncher/api/ITransformerVotingContext +instanceKlass cpw/mods/modlauncher/ClassTransformer +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer ()V 28 argL0 ; # org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d681477690 +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer ()V 14 argL0 ; # org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d681477478 +instanceKlass net/neoforged/coremod/ICoreModScriptSource +instanceKlass net/neoforged/fml/loading/CoreModScriptLoader +instanceKlass @bci org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer ()V 0 argL0 ; # org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$$Lambda+0x000001d681477260 +instanceKlass org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderImpl +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 96 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6812ca530 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 90 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6812ca318 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 83 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6812ca0f8 +instanceKlass @bci reloc/net/minecraftforge/fart/internal/ClassProviderBuilderImpl addLibrary (Ljava/nio/file/Path;)Lreloc/net/minecraftforge/fart/api/ClassProvider$Builder; 78 member ; # reloc/net/minecraftforge/fart/internal/ClassProviderBuilderImpl$$Lambda+0x000001d681476b50 +instanceKlass reloc/net/minecraftforge/fart/internal/ClassProviderBuilderImpl +instanceKlass reloc/net/minecraftforge/fart/api/ClassProvider$Builder +instanceKlass @bci org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment getRuntimeClassProvider (Ljava/util/List;)Lreloc/net/minecraftforge/fart/api/ClassProvider; 1 argL0 ; # org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment$$Lambda+0x000001d6814764e8 +instanceKlass com/google/common/base/Ticker +instanceKlass com/google/common/base/Stopwatch +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 324 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d681476088 +instanceKlass com/google/common/base/ExtraObjectsMethodsForWeb +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 203 member ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d681475e38 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 191 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d681475bf0 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 181 member ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6814759b0 +instanceKlass net/fabricmc/loader/impl/util/log/ConsoleLogHandler +instanceKlass net/fabricmc/loader/impl/util/log/LogHandler +instanceKlass net/fabricmc/loader/impl/util/log/Log +instanceKlass net/fabricmc/loader/impl/util/log/LogCategory +instanceKlass net/fabricmc/loader/impl/discovery/ResultAnalyzer$2 +instanceKlass java/io/PrintWriter$1 +instanceKlass jdk/internal/access/JavaIOPrintWriterAccess +instanceKlass net/fabricmc/loader/impl/discovery/ResultAnalyzer +instanceKlass @bci net/fabricmc/loader/impl/discovery/ModResolver findCompatibleSet (Ljava/util/Collection;Lnet/fabricmc/api/EnvType;Ljava/util/Map;)Ljava/util/List; 976 argL0 ; # net/fabricmc/loader/impl/discovery/ModResolver$$Lambda+0x000001d6814741b0 +instanceKlass net/fabricmc/loader/impl/discovery/ModSolver$Result +instanceKlass reloc/org/sat4j/pb/constraints/pb/WatchPb +instanceKlass reloc/org/sat4j/pb/constraints/pb/IWatchPb +instanceKlass reloc/org/sat4j/pb/constraints/pb/PBConstr +instanceKlass reloc/org/sat4j/minisat/core/ConflictTimerContainer +instanceKlass reloc/org/sat4j/minisat/orders/ActivityBasedVariableComparator +instanceKlass reloc/org/sat4j/minisat/core/Heap +instanceKlass reloc/org/sat4j/specs/Lbool +instanceKlass reloc/org/sat4j/core/ReadOnlyVec +instanceKlass reloc/org/sat4j/core/ReadOnlyVecInt +instanceKlass reloc/org/sat4j/pb/ObjectiveFunction +instanceKlass reloc/org/sat4j/pb/constraints/pb/WatchPbLong$1 +instanceKlass reloc/org/sat4j/pb/constraints/pb/WatchPbLong +instanceKlass reloc/org/sat4j/minisat/core/Undoable +instanceKlass reloc/org/sat4j/specs/Constr$1 +instanceKlass reloc/org/sat4j/pb/constraints/PBContainer +instanceKlass reloc/org/sat4j/pb/constraints/pb/Pseudos +instanceKlass reloc/org/sat4j/minisat/constraints/cnf/BinaryClause +instanceKlass reloc/org/sat4j/pb/tools/WeightedObject +instanceKlass reloc/org/sat4j/core/Vec$1 +instanceKlass net/fabricmc/loader/impl/discovery/Explanation +instanceKlass reloc/org/sat4j/pb/tools/ImplicationNamer +instanceKlass reloc/org/sat4j/minisat/core/Counter +instanceKlass reloc/org/sat4j/minisat/constraints/cnf/WLClause +instanceKlass reloc/org/sat4j/specs/Propagatable +instanceKlass reloc/org/sat4j/minisat/constraints/cnf/Clauses +instanceKlass reloc/org/sat4j/core/LiteralsUtils +instanceKlass reloc/org/sat4j/core/VecInt$1 +instanceKlass reloc/org/sat4j/pb/tools/ImplicationRHS +instanceKlass net/fabricmc/loader/impl/discovery/ModSolver$NegatedDomainObject +instanceKlass net/fabricmc/loader/impl/discovery/ModSolver$2 +instanceKlass reloc/org/sat4j/tools/xplain/DeletionStrategy +instanceKlass reloc/org/sat4j/tools/AbstractClauseSelectorSolver$2 +instanceKlass reloc/org/sat4j/tools/AbstractClauseSelectorSolver$1 +instanceKlass reloc/org/sat4j/tools/xplain/MinimizationStrategy +instanceKlass reloc/org/sat4j/tools/AbstractClauseSelectorSolver$SelectorState +instanceKlass reloc/org/sat4j/tools/xplain/Explainer +instanceKlass reloc/org/sat4j/pb/tools/DependencyHelper$2 +instanceKlass reloc/org/sat4j/pb/tools/DependencyHelper$1 +instanceKlass reloc/org/sat4j/pb/tools/DependencyHelper +instanceKlass reloc/org/sat4j/tools/SolutionFoundListener$1 +instanceKlass reloc/org/sat4j/tools/SolutionFoundListener +instanceKlass reloc/org/sat4j/minisat/core/CircularBuffer +instanceKlass reloc/org/sat4j/minisat/restarts/Glucose21Restarts +instanceKlass reloc/org/sat4j/pb/core/PBSolver$1 +instanceKlass reloc/org/sat4j/minisat/core/Solver$8 +instanceKlass reloc/org/sat4j/minisat/core/SizeComparator +instanceKlass reloc/org/sat4j/minisat/core/SizeLCDS +instanceKlass reloc/org/sat4j/minisat/core/AgeLCDS +instanceKlass reloc/org/sat4j/minisat/core/GlucoseLCDS +instanceKlass reloc/org/sat4j/minisat/core/ActivityLCDS +instanceKlass reloc/org/sat4j/minisat/core/ConflictTimerAdapter +instanceKlass reloc/org/sat4j/minisat/core/Pair +instanceKlass reloc/org/sat4j/minisat/core/Solver$4 +instanceKlass reloc/org/sat4j/minisat/core/Solver$3 +instanceKlass reloc/org/sat4j/minisat/core/Solver$2 +instanceKlass reloc/org/sat4j/specs/UnitClauseConsumer$1 +instanceKlass reloc/org/sat4j/specs/UnitClauseProvider$1 +instanceKlass reloc/org/sat4j/specs/UnitClauseProvider +instanceKlass reloc/org/sat4j/specs/SearchListenerAdapter +instanceKlass reloc/org/sat4j/minisat/core/ActivityComparator +instanceKlass reloc/org/sat4j/core/EmptyVecInt +instanceKlass reloc/org/sat4j/specs/IteratorInt +instanceKlass reloc/org/sat4j/core/VecInt +instanceKlass reloc/org/sat4j/specs/ILogAble$1 +instanceKlass reloc/org/sat4j/specs/ILogAble +instanceKlass reloc/org/sat4j/minisat/core/SearchParams +instanceKlass reloc/org/sat4j/minisat/restarts/ArminRestarts +instanceKlass reloc/org/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy +instanceKlass reloc/org/sat4j/minisat/orders/VariableComparator +instanceKlass reloc/org/sat4j/minisat/orders/VarOrderHeap +instanceKlass reloc/org/sat4j/pb/orders/IOrderObjective +instanceKlass reloc/org/sat4j/minisat/core/Solver$1 +instanceKlass reloc/org/sat4j/minisat/core/SolverStats +instanceKlass reloc/org/sat4j/minisat/core/PrimeImplicantStrategy +instanceKlass reloc/org/sat4j/minisat/core/LearnedConstraintsDeletionStrategy +instanceKlass reloc/org/sat4j/minisat/core/ISimplifier +instanceKlass reloc/org/sat4j/specs/SearchListener +instanceKlass reloc/org/sat4j/specs/UnitClauseConsumer +instanceKlass reloc/org/sat4j/minisat/learning/AbstractLearning +instanceKlass reloc/org/sat4j/minisat/constraints/cnf/Lits +instanceKlass reloc/org/sat4j/core/Vec +instanceKlass reloc/org/sat4j/pb/constraints/MaxLongWatchPBConstructor +instanceKlass reloc/org/sat4j/pb/constraints/MinCardConstructor +instanceKlass reloc/org/sat4j/pb/constraints/UnitBinaryWLClauseConstructor +instanceKlass reloc/org/sat4j/pb/constraints/AbstractPBDataStructureFactory$2 +instanceKlass reloc/org/sat4j/pb/constraints/AbstractPBDataStructureFactory$1 +instanceKlass reloc/org/sat4j/pb/constraints/IClauseConstructor +instanceKlass reloc/org/sat4j/pb/constraints/ICardConstructor +instanceKlass reloc/org/sat4j/pb/constraints/IPBConstructor +instanceKlass reloc/org/sat4j/pb/constraints/pb/IDataStructurePB +instanceKlass reloc/org/sat4j/minisat/core/ILits +instanceKlass reloc/org/sat4j/specs/Constr +instanceKlass reloc/org/sat4j/specs/IConstr +instanceKlass reloc/org/sat4j/pb/constraints/AbstractPBDataStructureFactory$INormalizer +instanceKlass reloc/org/sat4j/specs/IVec +instanceKlass reloc/org/sat4j/specs/IVecInt +instanceKlass reloc/org/sat4j/tools/SolverDecorator +instanceKlass reloc/org/sat4j/pb/orders/IBumper +instanceKlass reloc/org/sat4j/specs/IOptimizationProblem +instanceKlass reloc/org/sat4j/minisat/constraints/AbstractDataStructureFactory +instanceKlass reloc/org/sat4j/minisat/core/RestartStrategy +instanceKlass reloc/org/sat4j/minisat/core/ConflictTimer +instanceKlass reloc/org/sat4j/minisat/core/IPhaseSelectionStrategy +instanceKlass reloc/org/sat4j/minisat/core/Solver +instanceKlass reloc/org/sat4j/pb/IPBSolverService +instanceKlass reloc/org/sat4j/specs/ISolverService +instanceKlass reloc/org/sat4j/pb/core/IPBCDCLSolver +instanceKlass reloc/org/sat4j/minisat/core/ICDCL +instanceKlass reloc/org/sat4j/minisat/core/Learner +instanceKlass reloc/org/sat4j/minisat/core/ActivityListener +instanceKlass reloc/org/sat4j/minisat/core/ConstrActivityListener +instanceKlass reloc/org/sat4j/minisat/core/VarActivityListener +instanceKlass reloc/org/sat4j/specs/UnitPropagationListener +instanceKlass reloc/org/sat4j/pb/IPBSolver +instanceKlass reloc/org/sat4j/specs/ISolver +instanceKlass reloc/org/sat4j/specs/IProblem +instanceKlass reloc/org/sat4j/specs/RandomAccessModel +instanceKlass reloc/org/sat4j/minisat/core/LearningStrategy +instanceKlass reloc/org/sat4j/pb/core/PBDataStructureFactory +instanceKlass reloc/org/sat4j/minisat/core/DataStructureFactory +instanceKlass reloc/org/sat4j/minisat/core/IOrder +instanceKlass reloc/org/sat4j/core/ASolverFactory +instanceKlass net/fabricmc/loader/impl/discovery/ModSolver$1 +instanceKlass reloc/org/sat4j/pb/tools/INegator +instanceKlass net/fabricmc/loader/impl/discovery/ModSolver +instanceKlass @bci net/fabricmc/loader/impl/discovery/ModResolver findCompatibleSet (Ljava/util/Collection;Lnet/fabricmc/api/EnvType;Ljava/util/Map;)Ljava/util/List; 123 argL0 ; # net/fabricmc/loader/impl/discovery/ModResolver$$Lambda+0x000001d68144f6b0 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata getProvides ()Ljava/util/Collection; 27 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d68144f498 +instanceKlass @bci net/fabricmc/loader/impl/discovery/ModResolver findCompatibleSet (Ljava/util/Collection;Lnet/fabricmc/api/EnvType;Ljava/util/Map;)Ljava/util/List; 64 argL0 ; # net/fabricmc/loader/impl/discovery/ModResolver$$Lambda+0x000001d68144f260 +instanceKlass net/fabricmc/loader/impl/discovery/ModResolver$1 +instanceKlass net/fabricmc/loader/impl/discovery/ModResolver +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata convertModProperty (Ljava/lang/Object;)Lnet/fabricmc/loader/api/metadata/CustomValue; 112 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d68144e6d8 +instanceKlass net/fabricmc/loader/impl/util/version/StringVersion +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68144d400 +instanceKlass java/lang/invoke/MethodHandleImpl$CountingWrapper$1 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata convertModProperty (Ljava/lang/Object;)Lnet/fabricmc/loader/api/metadata/CustomValue; 73 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d68144e000 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata convertModProperty (Ljava/lang/Object;)Lnet/fabricmc/loader/api/metadata/CustomValue; 68 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cfc78 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 ; # java/lang/invoke/LambdaForm$MH+0x000001d68144d000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68144cc00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68144c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144c000 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68144bc00 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 form names 9 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68144b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144b400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68144b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144ac00 +instanceKlass java/lang/invoke/MethodHandleImpl$TableSwitchCacheKey +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68144a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681449c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681449800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681449400 +instanceKlass java/util/ReverseOrderListView +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681449000 +instanceKlass @bci java/lang/runtime/SwitchBootstraps typeSwitch (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite; 90 argL0 ; # java/lang/runtime/SwitchBootstraps$$Lambda+0x000001d68135e4a8 +instanceKlass @cpi com/li64/tide/registries/entities/TideSpawnConfigs 262 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681448c00 +instanceKlass @cpi tech/thatgravyboat/creeperoverhaul/common/registry/ModSpawns 60 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681448800 +instanceKlass java/lang/runtime/SwitchBootstraps$EnumMap +instanceKlass @cpi com/leclowndu93150/particlerain/ParticleRainClient 637 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681448400 +instanceKlass @cpi net/neoforged/neoforge/fluids/FluidInteractionRegistry 242 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681448000 +instanceKlass java/lang/runtime/SwitchBootstraps$ResolvedEnumLabel +instanceKlass java/lang/constant/DynamicConstantDesc +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681447c00 +instanceKlass @cpi mod/azure/azurelibarmor/common/animation/primitive/AzLoopType 166 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681447800 +instanceKlass java/lang/runtime/SwitchBootstraps +instanceKlass @bci java/util/function/Function andThen (Ljava/util/function/Function;)Ljava/util/function/Function; 7 member ; # java/util/function/Function$$Lambda+0x000001d68135d3d8 +instanceKlass @bci java/util/stream/Collectors toUnmodifiableMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 21 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135d1a0 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata (Lnet/neoforged/neoforgespi/language/IModInfo;)V 102 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cfa40 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata (Lnet/neoforged/neoforgespi/language/IModInfo;)V 97 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cf808 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata (Lnet/neoforged/neoforgespi/language/IModInfo;)V 59 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cf5d0 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata (Lnet/neoforged/neoforgespi/language/IModInfo;)V 49 argL0 ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cf398 +instanceKlass @bci net/fabricmc/loader/impl/FMLModMetadata (Lnet/neoforged/neoforgespi/language/IModInfo;)V 11 member ; # net/fabricmc/loader/impl/FMLModMetadata$$Lambda+0x000001d6812cf178 +instanceKlass net/fabricmc/loader/impl/FMLModMetadata +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 87 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812cebb8 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver createMixinExtrasMod (Ljava/util/Collection;)Lnet/fabricmc/loader/impl/discovery/ModCandidateImpl; 59 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812ce980 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver createMixinExtrasMod (Ljava/util/Collection;)Lnet/fabricmc/loader/impl/discovery/ModCandidateImpl; 16 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812ce738 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver createMixinExtrasMod (Ljava/util/Collection;)Lnet/fabricmc/loader/impl/discovery/ModCandidateImpl; 6 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812ce500 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver createFabricLoaderMod ()Lnet/fabricmc/loader/impl/discovery/ModCandidateImpl; 63 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812ce2e8 +instanceKlass net/fabricmc/loader/impl/game/GameProvider$BuiltinMod +instanceKlass net/fabricmc/loader/api/metadata/ContactInformation$1 +instanceKlass net/fabricmc/loader/impl/metadata/BuiltinModMetadata$Builder +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 49 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812ccb48 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver resolveDependencies (Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;)Ljava/util/List; 39 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812cc910 +instanceKlass @bci net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey equals (Ljava/lang/Object;)Z 2 ; # java/lang/invoke/LambdaForm$MH+0x000001d681447400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681447000 +instanceKlass @bci net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey equals (Ljava/lang/Object;)Z 2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681446c00 +instanceKlass @bci net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey equals (Ljava/lang/Object;)Z 2 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681446800 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 form names 11 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681446400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681446000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681445c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681445800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681445400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681445000 +instanceKlass net/fabricmc/loader/impl/discovery/ModCandidateImpl$1 +instanceKlass @bci com/copycatsplus/copycats/content/copycat/stacked_half_layer/CopycatStackedHalfLayerBlock$FaceData hashCode ()I 1 argL2 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681444c00 +instanceKlass @cpi org/apache/commons/io/build/AbstractStreamBuilder 197 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681444800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681444400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681444000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681443c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681443800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681443400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681443000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681442c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681442800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681442400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681442000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681441c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681441800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681441400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681441000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681440c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681440800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681440400 +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 930 ; # java/lang/invoke/LambdaForm$MH+0x000001d681440000 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver createCandidatesRecursive (Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Map;)Ljava/util/List; 58 member ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812cc430 +instanceKlass net/fabricmc/loader/impl/discovery/ModCandidateImpl +instanceKlass net/fabricmc/loader/impl/discovery/DomainObject$Mod +instanceKlass net/fabricmc/loader/impl/discovery/DomainObject +instanceKlass com/google/common/collect/NullnessCasts +instanceKlass com/google/common/collect/PeekingIterator +instanceKlass com/google/common/collect/Iterators +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$Itr +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$handleDuplicateMods$18 (Ljava/util/Collection;Ljava/util/Collection;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;)Z 191 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c7a48 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$handleDuplicateMods$18 (Ljava/util/Collection;Ljava/util/Collection;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;)Z 47 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c7800 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$handleDuplicateMods$18 (Ljava/util/Collection;Ljava/util/Collection;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;)Z 23 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c75b0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator handleDuplicateMods (Ljava/util/List;Ljava/util/List;Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/List; 17 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c7360 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator prepareNestedJar (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Ljava/lang/String;Ljava/nio/file/Path;)Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar; 63 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c6c28 +instanceKlass java/nio/file/CopyMoveHelper$CopyOptions +instanceKlass java/nio/file/CopyMoveHelper +instanceKlass org/sinytra/connector/util/ConnectorUtil$CacheFile +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator prepareNestedJar (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Ljava/lang/String;Ljava/nio/file/Path;)Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar; 52 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c67f0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$discoverNestedJarsRecursive$12 (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Lcpw/mods/jarhandling/SecureJar;Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/Multimap;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;Ljava/nio/file/Path;)Ljava/util/stream/Stream; 5 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c65d0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator discoverNestedJarsRecursive (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/stream/Stream; 58 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c6390 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator discoverNestedJarsRecursive (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/stream/Stream; 37 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c6148 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator discoverNestedJarsRecursive (Lorg/sinytra/connector/transformer/jar/JarTransformer;Ljava/nio/file/Path;Lorg/sinytra/connector/transformer/jar/JarTransformer$TransformableJar;Ljava/util/Collection;Lcom/google/common/collect/Multimap;Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/stream/Stream; 27 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c5f08 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 268 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812c5cc8 +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadata$JarEntry +instanceKlass net/fabricmc/loader/impl/metadata/NestedJarEntry +instanceKlass net/fabricmc/loader/impl/metadata/CustomValueImpl$1 +instanceKlass net/fabricmc/loader/api/metadata/CustomValue$CvArray +instanceKlass net/fabricmc/loader/api/metadata/CustomValue$CvObject +instanceKlass net/fabricmc/loader/impl/metadata/CustomValueImpl +instanceKlass net/fabricmc/loader/api/metadata/CustomValue +instanceKlass net/fabricmc/loader/impl/util/version/VersionPredicateParser$MultiVersionPredicate +instanceKlass com/google/common/base/NullnessCasts +instanceKlass org/sinytra/connector/transformer/transform/TransformerUtil$CacheFile +instanceKlass com/google/common/hash/HashCode +instanceKlass com/google/common/hash/AbstractHasher +instanceKlass com/google/common/hash/Hasher +instanceKlass com/google/common/hash/PrimitiveSink +instanceKlass com/google/common/hash/AbstractHashFunction +instanceKlass com/google/common/hash/Hashing$Sha256Holder +instanceKlass com/google/common/hash/HashFunction +instanceKlass com/google/common/hash/Hashing +instanceKlass @bci org/sinytra/connector/transformer/transform/TransformerUtil ()V 0 argL0 ; # org/sinytra/connector/transformer/transform/TransformerUtil$$Lambda+0x000001d68125cc00 +instanceKlass org/sinytra/connector/transformer/transform/TransformerUtil +instanceKlass @bci org/sinytra/connector/locator/EmbeddedDependencies ()V 26 argL0 ; # org/sinytra/connector/locator/EmbeddedDependencies$$Lambda+0x000001d68125da40 +instanceKlass @bci org/sinytra/connector/locator/EmbeddedDependencies ()V 6 argL0 ; # org/sinytra/connector/locator/EmbeddedDependencies$$Lambda+0x000001d68125d828 +instanceKlass org/sinytra/connector/locator/EmbeddedDependencies +instanceKlass @bci org/sinytra/connector/transformer/jar/FabricJarReader readModMetadata (Ljava/io/File;Lorg/sinytra/connector/transformer/TransformerEnvironment;)Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata; 359 argL0 ; # org/sinytra/connector/transformer/jar/FabricJarReader$$Lambda+0x000001d68125d000 +instanceKlass @bci org/sinytra/connector/transformer/jar/FabricJarReader readModMetadata (Ljava/io/File;Lorg/sinytra/connector/transformer/TransformerEnvironment;)Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata; 351 argL0 ; # org/sinytra/connector/transformer/jar/FabricJarReader$$Lambda+0x000001d68125fd58 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/TextureGenHelper generateDefault (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Ljava/util/Set;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;ZLjava/util/Map;)V 964 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68125c800 +instanceKlass @bci org/sinytra/connector/transformer/jar/FabricJarReader readModMetadata (Ljava/io/File;Lorg/sinytra/connector/transformer/TransformerEnvironment;)Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata; 334 member ; # org/sinytra/connector/transformer/jar/FabricJarReader$$Lambda+0x000001d68125fb28 +instanceKlass @cpi net/mehvahdjukaar/every_compat/misc/ResourcesUtils 183 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68125c400 +instanceKlass net/fabricmc/loader/impl/ObjectShareImpl +instanceKlass net/fabricmc/loader/impl/entrypoint/EntrypointStorage +instanceKlass net/fabricmc/loader/impl/FabricLoaderImpl$InitHelper +instanceKlass net/fabricmc/loader/api/MappingResolver +instanceKlass net/fabricmc/loader/api/LanguageAdapter +instanceKlass net/fabricmc/loader/api/ObjectShare +instanceKlass net/fabricmc/loader/FabricLoader +instanceKlass net/fabricmc/loader/api/FabricLoader +instanceKlass @bci org/sinytra/connector/transformer/jar/FabricJarReader readModMetadata (Ljava/io/File;Lorg/sinytra/connector/transformer/TransformerEnvironment;)Lorg/sinytra/connector/transformer/jar/FabricModFileMetadata; 112 argL0 ; # org/sinytra/connector/transformer/jar/FabricJarReader$$Lambda+0x000001d68125e1f0 +instanceKlass org/sinytra/connector/locator/ConnectorFabricModMetadata +instanceKlass com/google/common/collect/TransformedIterator +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$AsMap$AsMapIterator +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver removeAliasedModDependencyConstraints (Lnet/fabricmc/loader/impl/metadata/LoaderModMetadata;)V 37 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d681263460 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver removeAliasedModDependencyConstraints (Lnet/fabricmc/loader/impl/metadata/LoaderModMetadata;)V 27 member ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d681263220 +instanceKlass @bci com/mojang/serialization/DataResult getOrThrow ()Ljava/lang/Object; 1 argL0 ; # com/mojang/serialization/DataResult$$Lambda+0x000001d6812586a0 +instanceKlass @bci com/mojang/serialization/MapCodec$MapCodecCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 10 member ; # com/mojang/serialization/MapCodec$MapCodecCodec$$Lambda+0x000001d681258460 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig (Ljava/util/Optional;Ljava/util/Optional;Lcom/google/common/collect/Multimap;Ljava/util/Optional;)V 16 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681263008 +instanceKlass @bci com/mojang/datafixers/util/Function4 lambda$curry2$3 (Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/function/BiFunction; 3 member ; # com/mojang/datafixers/util/Function4$$Lambda+0x000001d681258230 +instanceKlass @cpi com/mojang/datafixers/util/Function8 142 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68125c000 +instanceKlass @bci com/mojang/datafixers/util/Function4 curry2 ()Ljava/util/function/BiFunction; 1 member ; # com/mojang/datafixers/util/Function4$$Lambda+0x000001d681258000 +instanceKlass @bci com/mojang/datafixers/kinds/Applicative ap4 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 3 argL0 ; # com/mojang/datafixers/kinds/Applicative$$Lambda+0x000001d681251d68 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$7 (Ljava/util/Map;)Lcom/google/common/collect/Multimap; 11 member ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681262dd8 +instanceKlass @bci com/mojang/serialization/codecs/UnboundedMapCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 28 member ; # com/mojang/serialization/codecs/UnboundedMapCodec$$Lambda+0x000001d681251b28 +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 97 member ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d6812518d0 +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 78 member ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d681251690 +instanceKlass @bci com/mojang/serialization/JsonOps createMap (Ljava/util/stream/Stream;)Lcom/google/gson/JsonElement; 10 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d681251460 +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2ObjectMap$BasicEntry +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectMap$Entry +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectArrayMap$EntrySet$1 +instanceKlass com/google/common/collect/Iterables +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec lambda$decode$3 (Lcom/mojang/serialization/DynamicOps;Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;Ljava/util/stream/Stream$Builder;Lcom/mojang/serialization/DataResult;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 159 argL0 ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d681252900 +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec lambda$decode$3 (Lcom/mojang/serialization/DynamicOps;Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;Ljava/util/stream/Stream$Builder;Lcom/mojang/serialization/DataResult;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 40 argL0 ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d6812526d8 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$5 (Lcom/mojang/datafixers/util/Either;)Ljava/util/List; 6 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681262ba0 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$5 (Lcom/mojang/datafixers/util/Either;)Ljava/util/List; 1 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681262968 +instanceKlass @bci com/mojang/serialization/Decoder$2 decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 15 member ; # com/mojang/serialization/Decoder$2$$Lambda+0x000001d681252498 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec lambda$decode$1 (Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; 1 argL0 ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d681252260 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 44 argL0 ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d681257a70 +instanceKlass @bci com/mojang/serialization/codecs/EitherCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 11 argL0 ; # com/mojang/serialization/codecs/EitherCodec$$Lambda+0x000001d681257838 +instanceKlass @bci com/mojang/serialization/JsonOps getList (Lcom/google/gson/JsonElement;)Lcom/mojang/serialization/DataResult; 18 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d6812572f0 +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 38 argL0 ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d6812570b0 +instanceKlass @bci com/mojang/serialization/codecs/BaseMapCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 33 member ; # com/mojang/serialization/codecs/BaseMapCodec$$Lambda+0x000001d681256e80 +instanceKlass @cpi com/mojang/datafixers/util/Function10 174 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681250c00 +instanceKlass @bci com/mojang/serialization/JsonOps$1 entries ()Ljava/util/stream/Stream; 12 argL0 ; # com/mojang/serialization/JsonOps$1$$Lambda+0x000001d681256c48 +instanceKlass @bci com/mojang/serialization/codecs/UnboundedMapCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 17 member ; # com/mojang/serialization/codecs/UnboundedMapCodec$$Lambda+0x000001d681256a08 +instanceKlass @bci com/mojang/serialization/codecs/ListCodec$DecoderState build ()Lcom/mojang/serialization/DataResult; 101 member ; # com/mojang/serialization/codecs/ListCodec$DecoderState$$Lambda+0x000001d6812567c8 +instanceKlass @bci com/mojang/serialization/JsonOps createList (Ljava/util/stream/Stream;)Lcom/google/gson/JsonElement; 15 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d681256598 +instanceKlass @bci com/mojang/serialization/codecs/ListCodec lambda$decode$2 (Lcom/mojang/serialization/DynamicOps;Ljava/util/function/Consumer;)Lcom/mojang/serialization/DataResult; 17 member ; # com/mojang/serialization/codecs/ListCodec$$Lambda+0x000001d681256368 +instanceKlass com/mojang/serialization/codecs/ListCodec$DecoderState +instanceKlass @bci com/mojang/serialization/codecs/ListCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 17 member ; # com/mojang/serialization/codecs/ListCodec$$Lambda+0x000001d681255f10 +instanceKlass @bci com/mojang/serialization/JsonOps getList (Lcom/google/gson/JsonElement;)Lcom/mojang/serialization/DataResult; 8 member ; # com/mojang/serialization/JsonOps$$Lambda+0x000001d681255ce0 +instanceKlass @bci com/mojang/serialization/codecs/OptionalFieldCodec decode (Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult; 61 argL0 ; # com/mojang/serialization/codecs/OptionalFieldCodec$$Lambda+0x000001d681255aa8 +instanceKlass @bci com/mojang/serialization/Decoder parse (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 8 argL0 ; # com/mojang/serialization/Decoder$$Lambda+0x000001d681255870 +instanceKlass @bci com/mojang/serialization/Decoder$1 lambda$decode$1 (Ljava/util/function/Function;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/serialization/DataResult; 14 member ; # com/mojang/serialization/Decoder$1$$Lambda+0x000001d681255630 +instanceKlass @bci com/mojang/serialization/Decoder$1 decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 15 member ; # com/mojang/serialization/Decoder$1$$Lambda+0x000001d6812553f0 +instanceKlass @bci com/mojang/serialization/codecs/PrimitiveCodec decode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 9 member ; # com/mojang/serialization/codecs/PrimitiveCodec$$Lambda+0x000001d6812551b0 +instanceKlass com/mojang/datafixers/util/Pair +instanceKlass @bci com/mojang/serialization/Codec$12 read (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 7 argL0 ; # com/mojang/serialization/Codec$12$$Lambda+0x000001d681254d48 +instanceKlass @bci com/mojang/serialization/MapDecoder compressedDecode (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult; 121 member ; # com/mojang/serialization/MapDecoder$$Lambda+0x000001d68143fa00 +instanceKlass @cpi com/tterrag/registrate/util/nullness/NonNullFunction 46 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681250800 +instanceKlass com/mojang/serialization/Lifecycle +instanceKlass com/mojang/serialization/JsonOps$1 +instanceKlass com/mojang/serialization/ListBuilder +instanceKlass com/mojang/serialization/JsonOps +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig ()V 35 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681262738 +instanceKlass @bci net/mehvahdjukaar/every_compat/misc/ResourcesUtils generateStandardBlockFiles (Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Ljava/util/Map;Lnet/mehvahdjukaar/moonlight/api/set/BlockType;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/moonlight/api/resources/BlockTypeResTransformer;Lnet/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration;)V 175 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681250400 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap4 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 62 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d68143d9d0 +instanceKlass @bci com/simibubi/create/foundation/data/WindowGen getPaneModelProvider (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)Ljava/util/function/Function; 6 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681250000 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder$Instance ap4 (Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;Lcom/mojang/datafixers/kinds/App;)Lcom/mojang/datafixers/kinds/App; 46 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$Instance$$Lambda+0x000001d68143d790 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder point (Ljava/lang/Object;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 10 argL0 ; # com/mojang/serialization/codecs/RecordCodecBuilder$$Lambda+0x000001d68143d558 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder point (Ljava/lang/Object;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 5 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$$Lambda+0x000001d68143d318 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 143 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d6812624f0 +instanceKlass com/mojang/datafixers/util/Function4 +instanceKlass com/mojang/datafixers/Products$P4 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 131 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d6812622b8 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 113 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681262080 +instanceKlass @bci com/mojang/serialization/MapCodec xmap (Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec; 11 member ; # com/mojang/serialization/MapCodec$$Lambda+0x000001d68143ccf8 +instanceKlass @bci com/mojang/serialization/Codec optionalFieldOf (Ljava/lang/String;Ljava/lang/Object;Z)Lcom/mojang/serialization/MapCodec; 13 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d68143c518 +instanceKlass @bci com/mojang/serialization/Codec optionalFieldOf (Ljava/lang/String;Ljava/lang/Object;Z)Lcom/mojang/serialization/MapCodec; 7 member ; # com/mojang/serialization/Codec$$Lambda+0x000001d68143c2d8 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 95 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681261e48 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 90 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681261c10 +instanceKlass com/mojang/serialization/codecs/BaseMapCodec +instanceKlass com/mojang/serialization/Decoder$2 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 77 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d6812619d8 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 72 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d6812617a0 +instanceKlass com/mojang/datafixers/util/Either +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 47 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681261568 +instanceKlass @bci com/mojang/serialization/codecs/RecordCodecBuilder of (Ljava/util/function/Function;Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/codecs/RecordCodecBuilder; 6 member ; # com/mojang/serialization/codecs/RecordCodecBuilder$$Lambda+0x000001d68143a850 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 24 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681261330 +instanceKlass com/mojang/serialization/Codec$2 +instanceKlass com/mojang/serialization/Decoder$1 +instanceKlass com/mojang/serialization/Encoder$1 +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig lambda$static$11 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; 4 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d6812610f8 +instanceKlass com/mojang/serialization/DataResult +instanceKlass @bci com/mojang/serialization/MapCodec of (Lcom/mojang/serialization/MapEncoder;Lcom/mojang/serialization/MapDecoder;)Lcom/mojang/serialization/MapCodec; 4 member ; # com/mojang/serialization/MapCodec$$Lambda+0x000001d681439938 +instanceKlass com/mojang/serialization/MapCodec$ResultFunction +instanceKlass com/mojang/serialization/MapLike +instanceKlass @bci com/mojang/serialization/Decoder unit (Ljava/lang/Object;)Lcom/mojang/serialization/MapDecoder; 1 member ; # com/mojang/serialization/Decoder$$Lambda+0x000001d6812775b8 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectArrays$ArrayHashStrategy +instanceKlass it/unimi/dsi/fastutil/Hash$Strategy +instanceKlass it/unimi/dsi/fastutil/objects/ObjectArrays +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObject2ObjectFunction +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectMap +instanceKlass it/unimi/dsi/fastutil/objects/Object2ObjectFunction +instanceKlass com/mojang/serialization/RecordBuilder +instanceKlass com/mojang/serialization/Codec$20 +instanceKlass com/mojang/serialization/Codec$19 +instanceKlass com/mojang/serialization/Codec$18 +instanceKlass com/mojang/serialization/Codec$17 +instanceKlass com/mojang/serialization/Codec$16 +instanceKlass com/mojang/serialization/Codec$15 +instanceKlass com/mojang/serialization/Codec$14 +instanceKlass com/mojang/serialization/Codec$13 +instanceKlass com/mojang/serialization/Codec$12 +instanceKlass com/mojang/serialization/Codec$11 +instanceKlass com/mojang/serialization/Codec$10 +instanceKlass com/mojang/serialization/Codec$9 +instanceKlass com/mojang/serialization/Codec$ResultFunction +instanceKlass com/mojang/serialization/codecs/PrimitiveCodec +instanceKlass com/mojang/serialization/CompressorHolder +instanceKlass com/mojang/serialization/Compressable +instanceKlass com/mojang/serialization/MapEncoder +instanceKlass com/mojang/serialization/MapDecoder +instanceKlass com/mojang/serialization/Keyable +instanceKlass com/mojang/serialization/codecs/RecordCodecBuilder +instanceKlass @bci org/sinytra/connector/util/ConnectorConfig ()V 0 argL0 ; # org/sinytra/connector/util/ConnectorConfig$$Lambda+0x000001d681260ec0 +instanceKlass com/mojang/serialization/codecs/RecordCodecBuilder$Instance +instanceKlass com/mojang/datafixers/kinds/Applicative +instanceKlass com/mojang/datafixers/kinds/Functor +instanceKlass com/mojang/datafixers/kinds/Kind1 +instanceKlass com/mojang/datafixers/kinds/App +instanceKlass com/mojang/serialization/Codec +instanceKlass com/mojang/serialization/Decoder +instanceKlass com/mojang/serialization/Encoder +instanceKlass com/mojang/serialization/DynamicOps +instanceKlass net/fabricmc/loader/impl/metadata/MetadataVerifier +instanceKlass @bci net/fabricmc/loader/impl/metadata/V1ModMetadata ()V 0 argL0 ; # net/fabricmc/loader/impl/metadata/V1ModMetadata$$Lambda+0x000001d6812608a0 +instanceKlass @cpi net/minecraft/client/renderer/Sheets 604 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e4c00 +instanceKlass net/fabricmc/loader/impl/metadata/AbstractModMetadata +instanceKlass net/fabricmc/loader/impl/util/version/VersionPredicateParser$AnyVersionPredicate +instanceKlass net/fabricmc/loader/api/metadata/version/VersionInterval +instanceKlass net/fabricmc/loader/impl/util/version/VersionPredicateParser$SingleVersionPredicate +instanceKlass net/fabricmc/loader/api/metadata/version/VersionPredicate$PredicateTerm +instanceKlass net/fabricmc/loader/impl/util/version/VersionPredicateParser +instanceKlass net/fabricmc/loader/api/metadata/version/VersionPredicate +instanceKlass net/fabricmc/loader/impl/metadata/ModDependencyImpl +instanceKlass net/fabricmc/loader/api/metadata/ModDependency +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadata$MixinEntry +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadata$EntrypointMetadataImpl +instanceKlass net/fabricmc/loader/impl/metadata/EntrypointMetadata +instanceKlass net/fabricmc/loader/metadata/EntrypointMetadata +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadata$Single +instanceKlass net/fabricmc/loader/impl/metadata/ContactInformationImpl +instanceKlass net/fabricmc/loader/impl/metadata/SimplePerson +instanceKlass net/fabricmc/loader/api/metadata/Person +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadataParser$1 +instanceKlass net/fabricmc/loader/api/metadata/ContactInformation +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadata$IconEntry +instanceKlass net/fabricmc/loader/impl/metadata/V1ModMetadataParser +instanceKlass net/fabricmc/loader/impl/lib/gson/JsonReader +instanceKlass net/fabricmc/loader/impl/metadata/ModMetadataParser +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver lambda$static$1 ()Lnet/fabricmc/loader/impl/metadata/DependencyOverrides; 3 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812d2528 +instanceKlass @bci org/sinytra/connector/locator/DependencyResolver ()V 16 argL0 ; # org/sinytra/connector/locator/DependencyResolver$$Lambda+0x000001d6812d22f8 +instanceKlass net/fabricmc/loader/impl/metadata/DependencyOverrides +instanceKlass net/fabricmc/loader/impl/metadata/VersionOverrides +instanceKlass org/sinytra/connector/locator/DependencyResolver +instanceKlass org/sinytra/connector/transformer/jar/FabricJarReader +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer containsPlaceholder (Ljava/nio/file/Path;)Z 26 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d13f8 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 230 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812d11a8 +instanceKlass @bci cpw/mods/modlauncher/api/LambdaExceptionUtils rethrowFunction (Lcpw/mods/modlauncher/api/LambdaExceptionUtils$Function_WithExceptions;)Ljava/util/function/Function; 1 member ; # cpw/mods/modlauncher/api/LambdaExceptionUtils$$Lambda+0x000001d68126c430 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 213 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d6812d0f88 +instanceKlass cpw/mods/modlauncher/api/LambdaExceptionUtils$Function_WithExceptions +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer scanFromArguments (Ljava/util/List;)Ljava/util/stream/Stream; 55 member ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d0b50 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer scanFromArguments (Ljava/util/List;)Ljava/util/stream/Stream; 44 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d0918 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer scanFromArguments (Ljava/util/List;)Ljava/util/stream/Stream; 34 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d06d0 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer filterPaths (Ljava/util/stream/Stream;Ljava/util/List;)Ljava/util/stream/Stream; 25 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d0488 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer filterPaths (Ljava/util/stream/Stream;Ljava/util/List;)Ljava/util/stream/Stream; 12 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d0250 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer filterPaths (Ljava/util/stream/Stream;Ljava/util/List;)Ljava/util/stream/Stream; 2 member ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d6812d0000 +instanceKlass @bci org/sinytra/connector/locator/FabricModsDiscoverer scanModsDir (Ljava/util/List;)Ljava/util/stream/Stream; 0 argL0 ; # org/sinytra/connector/locator/FabricModsDiscoverer$$Lambda+0x000001d68142fc70 +instanceKlass @bci net/neoforged/fml/loading/ModDirTransformerDiscoverer allExcluded ()Ljava/util/List; 8 argL0 ; # net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d68126c000 +instanceKlass org/sinytra/connector/locator/FabricModsDiscoverer +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6812e4800 +instanceKlass org/sinytra/connector/transformer/jar/JarTransformer +instanceKlass @bci org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment ()V 42 argL0 ; # org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment$$Lambda+0x000001d68142f650 +instanceKlass net/fabricmc/loader/impl/metadata/LoaderModMetadata +instanceKlass net/fabricmc/loader/metadata/LoaderModMetadata +instanceKlass net/fabricmc/loader/api/metadata/ModMetadata +instanceKlass reloc/net/minecraftforge/fart/api/ClassProvider +instanceKlass org/sinytra/connector/transformer/transform/TransformProgressMeter +instanceKlass org/sinytra/adapter/util/provider/ClassLookup +instanceKlass org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 160 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142e540 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 150 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142e308 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 140 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142e0c0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 124 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142de88 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 114 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142dc50 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 103 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142da18 +instanceKlass @bci java/util/stream/Collectors toUnmodifiableSet ()Ljava/util/stream/Collector; 19 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135c0f0 +instanceKlass @bci java/util/stream/Collectors toUnmodifiableSet ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135beb0 +instanceKlass @bci java/util/stream/Collectors toUnmodifiableSet ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135bc88 +instanceKlass @bci java/util/stream/Collectors toUnmodifiableSet ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135ba70 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 74 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142d7e0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 64 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142d598 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator locateFabricMods (Ljava/util/List;)Lorg/sinytra/connector/locator/ConnectorLocator$LocationResult; 41 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142d360 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$getPreviouslyDiscoveredMods$22 (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Ljava/util/stream/Stream; 98 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142d128 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$getPreviouslyDiscoveredMods$22 (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Ljava/util/stream/Stream; 32 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142cf00 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator lambda$getPreviouslyDiscoveredMods$22 (Lnet/neoforged/neoforgespi/language/IModFileInfo;)Ljava/util/stream/Stream; 63 member ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142ccc0 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator getPreviouslyDiscoveredMods (Ljava/util/List;)Ljava/util/Collection; 16 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142c880 +instanceKlass @bci org/sinytra/connector/locator/ConnectorLocator getPreviouslyDiscoveredMods (Ljava/util/List;)Ljava/util/Collection; 6 argL0 ; # org/sinytra/connector/locator/ConnectorLocator$$Lambda+0x000001d68142c648 +instanceKlass net/neoforged/fml/loading/LoadingModList +instanceKlass org/sinytra/connector/ConnectorEarlyLoader +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 524 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68124bb38 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 507 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68124b908 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 495 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68124b6b8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 447 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68124b478 +instanceKlass @bci java/util/stream/Collectors joining ()Ljava/util/stream/Collector; 19 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135b838 +instanceKlass @bci java/util/stream/Collectors joining ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135b5f8 +instanceKlass @bci java/util/stream/Collectors joining ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135b3d0 +instanceKlass @bci java/util/stream/Collectors joining ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68135b1b8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator identifyMod (Lnet/neoforged/neoforgespi/locating/IModFile;)Ljava/lang/String; 58 argL0 ; # net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator$$Lambda+0x000001d68124b240 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 419 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68124b000 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 385 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127fd10 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 375 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127fac8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 365 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127f888 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 352 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127f638 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 335 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127f400 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 325 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127f1b8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 315 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127ef80 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 115 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127ed38 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector lambda$select$16 (Lcom/google/common/collect/Multimap;Lnet/neoforged/jarjar/metadata/ContainedJarIdentifier;)Lnet/neoforged/jarjar/selection/JarSelector$SelectionResult; 163 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127eae8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector lambda$select$16 (Lcom/google/common/collect/Multimap;Lnet/neoforged/jarjar/metadata/ContainedJarIdentifier;)Lnet/neoforged/jarjar/selection/JarSelector$SelectionResult; 71 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127e8a8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector lambda$select$16 (Lcom/google/common/collect/Multimap;Lnet/neoforged/jarjar/metadata/ContainedJarIdentifier;)Lnet/neoforged/jarjar/selection/JarSelector$SelectionResult; 60 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127e670 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector lambda$select$16 (Lcom/google/common/collect/Multimap;Lnet/neoforged/jarjar/metadata/ContainedJarIdentifier;)Lnet/neoforged/jarjar/selection/JarSelector$SelectionResult; 50 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68127e438 +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection$WrappedIterator +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector select (Ljava/util/Set;)Ljava/util/Set; 43 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68126f728 +instanceKlass net/neoforged/jarjar/selection/JarSelector$SelectionResult +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector select (Ljava/util/Set;)Ljava/util/Set; 14 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68126f308 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector select (Ljava/util/Set;)Ljava/util/Set; 6 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68126f0d0 +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$KeySet$1 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 86 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d68126ec20 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 61 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812dfc48 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 56 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812dfa10 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 51 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812df7d8 +instanceKlass @bci com/google/common/collect/CollectCollectors toMultimap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 23 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812df598 +instanceKlass @bci com/google/common/collect/CollectCollectors toMultimap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 18 member ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812df368 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 75 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812df130 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 70 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812deef0 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 65 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812decc8 +instanceKlass com/google/common/collect/RangeGwtSerializationDependencies +instanceKlass com/google/common/base/Predicate +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 60 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d68127bdb8 +instanceKlass com/google/common/collect/ImmutableRangeSet$Builder +instanceKlass com/google/common/collect/SortedIterable +instanceKlass com/google/common/collect/AbstractRangeSet +instanceKlass com/google/common/collect/RangeSet +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 45 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d6812788a8 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 40 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681278668 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 35 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681278440 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 30 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d681278000 +instanceKlass com/google/common/collect/ImmutableSet$SetBuilderImpl +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 15 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d68126ad58 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 10 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d68126ab18 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 5 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d68126a8f0 +instanceKlass @bci com/google/common/collect/CollectCollectors ()V 0 argL0 ; # com/google/common/collect/CollectCollectors$$Lambda+0x000001d68126a6d8 +instanceKlass com/google/common/collect/CollectCollectors +instanceKlass com/google/common/collect/SortedSetMultimap +instanceKlass com/google/common/collect/Multimaps +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 26 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d681269ec8 +instanceKlass com/google/common/collect/SetMultimap +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 21 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812688e8 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detectAndSelect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/List; 16 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812686b0 +instanceKlass java/util/concurrent/locks/StampedLock$Node +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$LongItem +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector recursivelyDetectContainedJars (Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 401 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d681268240 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector recursivelyDetectContainedJars (Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 384 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d681268000 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/readers/NestedLibraryModReader read (Lcpw/mods/jarhandling/JarContents;Lnet/neoforged/neoforgespi/locating/ModFileDiscoveryAttributes;)Lnet/neoforged/neoforgespi/locating/IModFile; 11 argL0 ; # net/neoforged/fml/loading/moddiscovery/readers/NestedLibraryModReader$$Lambda+0x000001d6812dbbc0 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector recursivelyDetectContainedJars (Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 91 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812db990 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector recursivelyDetectContainedJars (Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 74 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812db750 +instanceKlass net/neoforged/jarjar/selection/JarSelector$DetectionResult +instanceKlass com/google/common/collect/Sets +instanceKlass com/google/gson/internal/bind/JsonTreeReader$2 +instanceKlass com/google/gson/internal/bind/TreeTypeAdapter$GsonContextImpl +instanceKlass net/neoforged/jarjar/metadata/json/MetadataSerializer +instanceKlass net/neoforged/jarjar/metadata/json/ContainedVersionSerializer +instanceKlass net/neoforged/jarjar/metadata/ContainedVersion +instanceKlass net/neoforged/jarjar/metadata/json/ContainedJarMetadataSerializer +instanceKlass net/neoforged/jarjar/metadata/ContainedJarMetadata +instanceKlass net/neoforged/jarjar/metadata/json/ContainedJarIdentifierSerializer +instanceKlass net/neoforged/jarjar/metadata/ContainedJarIdentifier +instanceKlass net/neoforged/jarjar/metadata/json/ArtifactVersionSerializer +instanceKlass net/neoforged/jarjar/metadata/json/VersionRangeSerializer +instanceKlass net/neoforged/jarjar/metadata/MetadataIOHandler +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 88 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e3b90 +instanceKlass net/neoforged/jarjar/metadata/Metadata +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 83 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e3750 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 73 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e3508 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 63 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e32d0 +instanceKlass net/neoforged/jarjar/selection/JarSelector$SourceWithOptionalMetadata +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 53 argL0 ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e2e80 +instanceKlass @bci net/neoforged/jarjar/selection/JarSelector detect (Ljava/util/List;Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Ljava/util/function/Function;)Ljava/util/Set; 23 member ; # net/neoforged/jarjar/selection/JarSelector$$Lambda+0x000001d6812e2c40 +instanceKlass net/neoforged/jarjar/selection/JarSelector +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 21 member ; # net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator$$Lambda+0x000001d6812e2800 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 15 member ; # net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator$$Lambda+0x000001d6812e25c0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 9 member ; # net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator$$Lambda+0x000001d6812e2390 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 2 member ; # net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator$$Lambda+0x000001d6812e2160 +instanceKlass @cpi com/llamalad7/mixinextras/expression/impl/point/ExpressionInjectionPoint$1 70 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e4400 +instanceKlass @bci net/neoforged/jarjar/nio/pathfs/PathFileSystem lambda$new$1 (Ljava/nio/file/Path;Ljava/nio/file/FileSystem;)Ljava/nio/file/Path; 18 member ; # net/neoforged/jarjar/nio/pathfs/PathFileSystem$$Lambda+0x000001d68124f5f8 +instanceKlass @bci net/neoforged/jarjar/nio/pathfs/PathFileSystem getOuterTarget (Ljava/nio/file/Path;)Ljava/nio/file/Path; 27 member ; # net/neoforged/jarjar/nio/pathfs/PathFileSystem$$Lambda+0x000001d68124f3b8 +instanceKlass @bci net/neoforged/jarjar/nio/util/Lazy map (Ljava/util/function/Function;)Lnet/neoforged/jarjar/nio/util/Lazy; 9 member ; # net/neoforged/jarjar/nio/util/Lazy$$Lambda+0x000001d68124f198 +instanceKlass @bci net/neoforged/jarjar/nio/pathfs/PathFileSystem (Lnet/neoforged/jarjar/nio/pathfs/PathFileSystemProvider;Ljava/lang/String;Ljava/nio/file/Path;)V 64 member ; # net/neoforged/jarjar/nio/pathfs/PathFileSystem$$Lambda+0x000001d68124ef58 +instanceKlass net/neoforged/jarjar/nio/util/Lazy +instanceKlass @bci net/neoforged/jarjar/nio/pathfs/PathFileSystem (Lnet/neoforged/jarjar/nio/pathfs/PathFileSystemProvider;Ljava/lang/String;Ljava/nio/file/Path;)V 47 member ; # net/neoforged/jarjar/nio/pathfs/PathFileSystem$$Lambda+0x000001d68124eb10 +instanceKlass net/neoforged/jarjar/nio/AbstractPath +instanceKlass @bci dev/kostromdan/mods/crash_assistant/core_mod/services/CrashAssistantDependencyLocator scanMods (Ljava/util/List;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 29 argL0 ; # dev/kostromdan/mods/crash_assistant/core_mod/services/CrashAssistantDependencyLocator$$Lambda+0x000001d68142c230 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModDiscoverer discoverMods ()Lnet/neoforged/fml/loading/moddiscovery/ModValidator; 292 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModDiscoverer$$Lambda+0x000001d6812e1f28 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 428 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e1ae8 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 347 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e18b0 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 337 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e1668 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 250 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e1430 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 240 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e11e8 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 210 member ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0fa8 +instanceKlass @cpi mod/azure/azurelibarmor/common/animation/easing/AzEasingTypeRegistry 103 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e4000 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 190 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0d70 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 166 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0b38 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 156 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0900 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 146 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e06c8 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 136 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0480 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 114 member ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0240 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 85 member ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6812e0000 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 55 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d681437c60 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 45 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d681437a18 +instanceKlass @bci java/util/stream/Collectors groupingBy (Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 1 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d681351380 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 19 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d6814377e0 +instanceKlass @bci net/neoforged/fml/loading/UniqueModListBuilder buildUniqueList ()Lnet/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData; 9 argL0 ; # net/neoforged/fml/loading/UniqueModListBuilder$$Lambda+0x000001d681437598 +instanceKlass net/neoforged/fml/loading/UniqueModListBuilder +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 101 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d681437150 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 71 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d681436c68 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 61 member ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d681436a28 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 38 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d6814367f0 +instanceKlass org/apache/commons/lang3/tuple/Pair +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 16 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d681436320 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModListHandler processModLists (Ljava/util/List;Ljava/util/List;)Ljava/util/List; 6 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModListHandler$$Lambda+0x000001d6814360e8 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModListHandler +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/MavenDirectoryLocator findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 13 argL0 ; # net/neoforged/fml/loading/moddiscovery/locators/MavenDirectoryLocator$$Lambda+0x000001d681435cb0 +instanceKlass java/lang/StringUTF16$CodePointsSpliterator +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader createModFile (Lcpw/mods/jarhandling/JarContents;Lnet/neoforged/neoforgespi/locating/ModFileDiscoveryAttributes;)Lnet/neoforged/neoforgespi/locating/IModFile; 140 argL0 ; # net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader$$Lambda+0x000001d681435a98 +instanceKlass @bci com/electronwill/nightconfig/toml/TomlParser getSubTable (Lcom/electronwill/nightconfig/core/Config;Ljava/util/List;)Lcom/electronwill/nightconfig/core/Config; 146 member ; # com/electronwill/nightconfig/toml/TomlParser$$Lambda+0x000001d681435848 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 112 ; # java/lang/invoke/LambdaForm$MH+0x000001d681214400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681214000 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 112 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68127c400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 112 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681435618 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 666 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68127c000 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 67 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681435400 +instanceKlass @cpi net/minecraft/world/level/GameRules$IntegerValue 95 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68126d400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 61 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6814351e8 +instanceKlass @bci net/minecraft/util/eventlog/EventLogDirectory$FileList prune (Ljava/time/LocalDate;I)Lnet/minecraft/util/eventlog/EventLogDirectory$FileList; 6 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68126d000 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement barRenderer (IILnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/loading/progress/ProgressMeter;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 54 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681434fc8 +instanceKlass @cpi net/emilsg/clutterbestiary/menu/ModMenuTypes 43 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68124ac00 +instanceKlass java/util/ArrayDeque$DeqSpliterator +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement text (IILjava/lang/String;I)Lnet/neoforged/fml/earlydisplay/RenderElement$TextGenerator; 4 ; # java/lang/invoke/LambdaForm$MH+0x000001d68124a800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6812dc400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement text (IILjava/lang/String;I)Lnet/neoforged/fml/earlydisplay/RenderElement$TextGenerator; 4 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812dc000 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement text (IILjava/lang/String;I)Lnet/neoforged/fml/earlydisplay/RenderElement$TextGenerator; 4 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681434da8 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 687 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812ddc00 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement$Renderer then (Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 8 member ; # net/neoforged/fml/earlydisplay/RenderElement$Renderer$$Lambda+0x000001d681434b78 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement$Renderer 36 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812dd800 +instanceKlass @bci com/llamalad7/mixinextras/sugar/impl/LocalSugarApplicator getOrCreateRef (Lorg/spongepowered/asm/mixin/injection/struct/Target;Lorg/spongepowered/asm/mixin/injection/struct/InjectionNodes$InjectionNode;ILjava/lang/String;Lcom/llamalad7/mixinextras/injector/StackExtension;)I 171 ; # java/lang/invoke/LambdaForm$MH+0x000001d68127c800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68126d800 +instanceKlass @cpi net/mehvahdjukaar/moonlight/core/loot/ConfigItemPoolEntry 305 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68124a400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement memoryInfo (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;I)V 86 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681434948 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 678 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681249400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement progressBar (Lnet/neoforged/fml/earlydisplay/RenderElement$BarPosition;Lnet/neoforged/fml/earlydisplay/RenderElement$ColourFunction;Lnet/neoforged/fml/earlydisplay/RenderElement$ProgressDisplay;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 3 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681434718 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 681 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812dc800 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement memoryInfo (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;I)V 57 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6814344f8 +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$ProgressDisplay +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement memoryInfo (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;I)V 50 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6814340e8 +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$ColourFunction +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement memoryInfo (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;I)V 43 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681433cd8 +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$BarPosition +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement startupLogMessages (Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder;Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/RenderElement$DisplayContext;)V 175 argL0 ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6814336c8 +instanceKlass java/util/EnumMap$EnumMapIterator +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager getMessages ()Ljava/util/List; 54 member ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d681433098 +instanceKlass @bci java/util/Comparator thenComparing (Ljava/util/Comparator;)Ljava/util/Comparator; 7 member ; # java/util/Comparator$$Lambda+0x000001d681359ef8 +instanceKlass @cpi java/util/Comparator 251 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e5000 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager getMessages ()Ljava/util/List; 33 argL0 ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d681432c58 +instanceKlass @bci java/util/Comparator comparingLong (Ljava/util/function/ToLongFunction;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001d681359c60 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager getMessages ()Ljava/util/List; 25 argL0 ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d681432a40 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager getMessages ()Ljava/util/List; 15 argL0 ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d681432808 +instanceKlass net/neoforged/fml/earlydisplay/QuadHelper +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow paintFramebuffer ()V 26 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681431b58 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModDiscoverer$1 +instanceKlass org/apache/logging/log4j/LogBuilder$1 +instanceKlass @bci org/apache/commons/lang3/text/ExtendedMessageFormat containsElements (Ljava/util/Collection;)Z 21 argL0 ; # org/apache/commons/lang3/text/ExtendedMessageFormat$$Lambda+0x000001d681431390 +instanceKlass org/apache/commons/lang3/Validate +instanceKlass org/apache/commons/lang3/LocaleUtils +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations parseFormat (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 16 member ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681430aa8 +instanceKlass com/google/gson/internal/ConstructorConstructor$18 +instanceKlass net/neoforged/fml/i18n/I18nManager +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations getTranslationArgs (Lnet/neoforged/fml/ModLoadingIssue;)[Ljava/lang/Object; 74 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681430250 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations getTranslationArgs (Lnet/neoforged/fml/ModLoadingIssue;)[Ljava/lang/Object; 65 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681430000 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 284 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681428c00 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 257 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429c90 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 231 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429a78 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 205 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429860 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 179 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429648 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 152 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429430 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 125 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429218 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 98 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d681429000 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations$CustomFormat (Ljava/lang/Class;Lnet/neoforged/fml/i18n/FMLTranslations$CustomFormat$FormatFunction;)V 3 member ; # net/neoforged/fml/i18n/FMLTranslations$CustomFormat$$Lambda+0x000001d68142bc38 +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 72 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d68142ba20 +instanceKlass net/neoforged/fml/i18n/FMLTranslations$CustomFormat$FormatFunction +instanceKlass @bci net/neoforged/fml/i18n/FMLTranslations ()V 46 argL0 ; # net/neoforged/fml/i18n/FMLTranslations$$Lambda+0x000001d68142b610 +instanceKlass net/neoforged/fml/i18n/FMLTranslations$CustomFormat$FormatFunctionWithArgs +instanceKlass org/apache/commons/lang3/text/FormatFactory +instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 14 member ; # java/util/regex/Pattern$$Lambda+0x000001d681358ec8 +instanceKlass net/neoforged/fml/i18n/FMLTranslations +instanceKlass org/apache/logging/slf4j/Log4jEventBuilder +instanceKlass org/slf4j/spi/CallerBoundaryAware +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/IncompatibleModReason detect (Lcpw/mods/jarhandling/JarContents;)Ljava/util/Optional; 7 member ; # net/neoforged/fml/loading/moddiscovery/IncompatibleModReason$$Lambda+0x000001d68142a250 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/IncompatibleModReason filePresent (Ljava/lang/String;)Ljava/util/function/Predicate; 1 member ; # net/neoforged/fml/loading/moddiscovery/IncompatibleModReason$$Lambda+0x000001d68142a000 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile getSubstitutionMap ()Ljava/util/function/Supplier; 1 member ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d6814270c0 +instanceKlass @bci com/electronwill/nightconfig/toml/StringParser parseLiteral (Lcom/electronwill/nightconfig/core/io/CharacterInput;Lcom/electronwill/nightconfig/toml/TomlParser;)Ljava/lang/String; 63 member ; # com/electronwill/nightconfig/toml/StringParser$$Lambda+0x000001d681426e90 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/ModsFolderLocator findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 38 argL0 ; # net/neoforged/fml/loading/moddiscovery/locators/ModsFolderLocator$$Lambda+0x000001d681426c58 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/ModsFolderLocator findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 28 argL0 ; # net/neoforged/fml/loading/moddiscovery/locators/ModsFolderLocator$$Lambda+0x000001d681426a10 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 232 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d6814267d8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 196 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d6814263b0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 160 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d681425d48 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 124 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d6814258d0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 69 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d6814254a8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 61 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d681425030 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion (Lnet/neoforged/fml/loading/moddiscovery/ModInfo;Lnet/neoforged/neoforgespi/language/IModInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 31 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion$$Lambda+0x000001d681424e10 +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$StringItem +instanceKlass jdk/nio/zipfs/ZipPath$2 +instanceKlass @bci me/decce/ixeris/neoforge/core/IxerisModLocator findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 56 member ; # me/decce/ixeris/neoforge/core/IxerisModLocator$$Lambda+0x000001d68142c000 +instanceKlass @bci me/decce/ixeris/neoforge/core/IxerisModLocator findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 45 argL0 ; # me/decce/ixeris/neoforge/core/IxerisModLocator$$Lambda+0x000001d6813dbc98 +instanceKlass @bci org/sinytra/connector/service/DummyVirtualJar$VirtualModuleDataProvider uri ()Ljava/net/URI; 0 argL0 ; # org/sinytra/connector/service/DummyVirtualJar$VirtualModuleDataProvider$$Lambda+0x000001d6813dba80 +instanceKlass net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader$1 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader manifestParser (Lnet/neoforged/neoforgespi/locating/IModFile;)Lnet/neoforged/neoforgespi/language/IModFileInfo; 1 member ; # net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader$$Lambda+0x000001d6814244c8 +instanceKlass @bci org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap overrideFabricLoaderMod ()Lnet/neoforged/neoforgespi/locating/IModFile; 26 argL0 ; # org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap$$Lambda+0x000001d6813db868 +instanceKlass org/sinytra/connector/service/DummyVirtualJar$VirtualModuleDataProvider +instanceKlass @bci org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap overrideFabricLoaderMod ()Lnet/neoforged/neoforgespi/locating/IModFile; 16 argL0 ; # org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap$$Lambda+0x000001d6813db3a8 +instanceKlass @bci org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap overrideFabricLoaderMod ()Lnet/neoforged/neoforgespi/locating/IModFile; 11 argL0 ; # org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap$$Lambda+0x000001d6813db190 +instanceKlass org/sinytra/connector/service/DummyVirtualJar +instanceKlass @bci com/mojang/serialization/codecs/XorCodec toString ()Ljava/lang/String; 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681428800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681428400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681428000 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileParser modsTomlParser (Lnet/neoforged/neoforgespi/locating/IModFile;)Lnet/neoforged/neoforgespi/language/IModFileInfo; 115 member ; # net/neoforged/fml/loading/moddiscovery/ModFileParser$$Lambda+0x000001d681424298 +instanceKlass com/electronwill/nightconfig/core/CommentedConfig$1 +instanceKlass @bci com/electronwill/nightconfig/toml/TableWriter prepareTable (Lcom/electronwill/nightconfig/core/UnmodifiableCommentedConfig;Ljava/lang/String;Lcom/electronwill/nightconfig/toml/TomlWriter;)Lcom/electronwill/nightconfig/toml/TableWriter$OrganizedTable; 158 member ; # com/electronwill/nightconfig/toml/TableWriter$$Lambda+0x000001d681423950 +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$EntryIterator +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$LazyEntry +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$ReadOnlyLockedView +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$1 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/ConcurrentConfig bulkUpdate (Ljava/util/function/Consumer;)V 2 member ; # com/electronwill/nightconfig/core/concurrent/ConcurrentConfig$$Lambda+0x000001d681420b18 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/StampedConfig putAllComments (Lcom/electronwill/nightconfig/core/UnmodifiableCommentedConfig;)V 18 member ; # com/electronwill/nightconfig/core/concurrent/StampedConfig$$Lambda+0x000001d6814208e8 +instanceKlass @bci com/electronwill/nightconfig/core/utils/TransformingCollection forEach (Ljava/util/function/Consumer;)V 6 member ; # com/electronwill/nightconfig/core/utils/TransformingCollection$$Lambda+0x000001d6814206b8 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/StampedConfig unsafePutAll (Lcom/electronwill/nightconfig/core/UnmodifiableConfig;)V 108 member ; # com/electronwill/nightconfig/core/concurrent/StampedConfig$$Lambda+0x000001d681420488 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/StampedConfig convertValue (Ljava/lang/Object;)Ljava/lang/Object; 67 member ; # com/electronwill/nightconfig/core/concurrent/StampedConfig$$Lambda+0x000001d681420230 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/StampedConfig convertSubConfigs (Lcom/electronwill/nightconfig/core/Config;)V 17 member ; # com/electronwill/nightconfig/core/concurrent/StampedConfig$$Lambda+0x000001d681420000 +instanceKlass com/electronwill/nightconfig/core/file/AsyncFileConfig$1 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem checkAccess (Lcpw/mods/niofs/union/UnionPath;[Ljava/nio/file/AccessMode;)V 13 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68124e0d0 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem checkAccess (Lcpw/mods/niofs/union/UnionPath;[Ljava/nio/file/AccessMode;)V 7 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68124dea0 +instanceKlass @bci com/electronwill/nightconfig/core/file/AsyncFileConfig (Lcom/electronwill/nightconfig/core/concurrent/StampedConfig;Ljava/nio/file/Path;Ljava/nio/charset/Charset;Lcom/electronwill/nightconfig/core/io/ConfigWriter;Lcom/electronwill/nightconfig/core/io/WritingMode;Lcom/electronwill/nightconfig/core/io/ConfigParser;Lcom/electronwill/nightconfig/core/io/ParsingMode;Lcom/electronwill/nightconfig/core/file/FileNotFoundAction;ZLcom/electronwill/nightconfig/core/file/ConfigLoadFilter;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljava/time/Duration;)V 34 member ; # com/electronwill/nightconfig/core/file/AsyncFileConfig$$Lambda+0x000001d68141fa70 +instanceKlass com/electronwill/nightconfig/core/file/DebouncedRunnable +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/StampedConfig (Lcom/electronwill/nightconfig/core/ConfigFormat;Ljava/util/function/Supplier;)V 16 argL0 ; # com/electronwill/nightconfig/core/concurrent/StampedConfig$$Lambda+0x000001d68141f650 +instanceKlass java/util/concurrent/locks/StampedLock +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig +instanceKlass @bci com/electronwill/nightconfig/core/file/GenericBuilder build ()Lcom/electronwill/nightconfig/core/file/FileConfig; 23 argL0 ; # com/electronwill/nightconfig/core/file/GenericBuilder$$Lambda+0x000001d68141e7c0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader createModFile (Lcpw/mods/jarhandling/JarContents;Lnet/neoforged/neoforgespi/locating/ModFileDiscoveryAttributes;)Lnet/neoforged/neoforgespi/locating/IModFile; 74 argL0 ; # net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader$$Lambda+0x000001d68141e2d8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 605 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141d408 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 584 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141d1c8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 573 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141cd88 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 562 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141cb48 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 541 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141c908 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModInfo$ModVersion +instanceKlass net/neoforged/neoforgespi/language/IModInfo$ModVersion +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 518 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141c228 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 504 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141bff0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 477 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141bdb8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo lambda$new$6 (Ljava/util/Optional;)Ljava/lang/Boolean; 1 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141bb80 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 444 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141b960 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo lambda$new$4 (Ljava/util/Optional;)Ljava/lang/String; 1 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141b728 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 410 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141b508 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 374 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141b2d0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 264 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d68141b098 +instanceKlass org/apache/commons/lang3/text/StrTokenizer +instanceKlass org/apache/commons/lang3/text/StrBuilder +instanceKlass org/apache/commons/lang3/builder/Builder +instanceKlass org/apache/commons/lang3/ArraySorter +instanceKlass org/apache/commons/lang3/text/StrMatcher +instanceKlass org/apache/commons/lang3/text/StrSubstitutor +instanceKlass @bci com/google/common/base/Suppliers$NonSerializableMemoizingSupplier ()V 0 argL0 ; # com/google/common/base/Suppliers$NonSerializableMemoizingSupplier$$Lambda+0x000001d681418240 +instanceKlass com/google/common/base/Suppliers$MemoizingSupplier +instanceKlass com/google/common/base/Suppliers$NonSerializableMemoizingSupplier +instanceKlass com/google/common/base/Suppliers +instanceKlass @bci net/neoforged/fml/loading/StringSubstitutor ()V 0 argL0 ; # net/neoforged/fml/loading/StringSubstitutor$$Lambda+0x000001d6814129f8 +instanceKlass com/google/common/base/Supplier +instanceKlass org/apache/commons/lang3/text/StrLookup +instanceKlass net/neoforged/fml/loading/StringSubstitutor +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo lambda$new$1 (Ljava/util/Optional;Ljava/lang/String;)Ljava/lang/String; 2 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d6814137a0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 256 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d681413560 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFileInfo;Lnet/neoforged/neoforgespi/language/IConfigurable;)V 36 member ; # net/neoforged/fml/loading/moddiscovery/ModInfo$$Lambda+0x000001d681413340 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModInfo +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Lnet/neoforged/neoforgespi/language/IConfigurable;Ljava/util/function/Consumer;)V 372 member ; # net/neoforged/fml/loading/moddiscovery/ModFileInfo$$Lambda+0x000001d681417c28 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/NightConfigWrapper getConfigList ([Ljava/lang/String;)Ljava/util/List; 91 member ; # net/neoforged/fml/loading/moddiscovery/NightConfigWrapper$$Lambda+0x000001d6814179e8 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/NightConfigWrapper getConfigList ([Ljava/lang/String;)Ljava/util/List; 80 argL0 ; # net/neoforged/fml/loading/moddiscovery/NightConfigWrapper$$Lambda+0x000001d6814177b0 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/NightConfigWrapper getConfigList ([Ljava/lang/String;)Ljava/util/List; 60 argL0 ; # net/neoforged/fml/loading/moddiscovery/NightConfigWrapper$$Lambda+0x000001d681417598 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Lnet/neoforged/neoforgespi/language/IConfigurable;Ljava/util/function/Consumer;)V 307 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFileInfo$$Lambda+0x000001d681417360 +instanceKlass net/neoforged/fml/loading/StringUtils +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Lnet/neoforged/neoforgespi/language/IConfigurable;Ljava/util/function/Consumer;)V 74 member ; # net/neoforged/fml/loading/moddiscovery/ModFileInfo$$Lambda+0x000001d681416d38 +instanceKlass org/apache/maven/artifact/versioning/Restriction +instanceKlass @bci java/util/regex/CharPredicates forUnicodeBlock (Ljava/lang/String;)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/CharPredicates$$Lambda+0x000001d6813584c8 +instanceKlass org/apache/commons/lang3/StringUtils +instanceKlass org/apache/commons/lang3/math/NumberUtils +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$IntItem +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$Item +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion +instanceKlass org/apache/maven/artifact/versioning/DefaultArtifactVersion +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Lnet/neoforged/neoforgespi/language/IConfigurable;Ljava/util/function/Consumer;)V 65 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFileInfo$$Lambda+0x000001d681414d38 +instanceKlass org/apache/maven/artifact/versioning/VersionRange +instanceKlass net/neoforged/neoforgespi/language/MavenVersionAdapter +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFileInfo (Lnet/neoforged/fml/loading/moddiscovery/ModFile;Lnet/neoforged/neoforgespi/language/IConfigurable;Ljava/util/function/Consumer;)V 37 member ; # net/neoforged/fml/loading/moddiscovery/ModFileInfo$$Lambda+0x000001d681414470 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/NightConfigWrapper getConfigElement ([Ljava/lang/String;)Ljava/util/Optional; 17 member ; # net/neoforged/fml/loading/moddiscovery/NightConfigWrapper$$Lambda+0x000001d681414230 +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/MinecraftModInfo buildMinecraftModInfo (Lnet/neoforged/neoforgespi/locating/IModFile;)Lnet/neoforged/neoforgespi/language/IModFileInfo; 131 member ; # net/neoforged/fml/loading/moddiscovery/locators/MinecraftModInfo$$Lambda+0x000001d681414000 +instanceKlass net/neoforged/neoforgespi/language/IModInfo +instanceKlass net/neoforged/fml/loading/moddiscovery/ModFileInfo +instanceKlass net/neoforged/fml/loading/moddiscovery/NightConfigWrapper +instanceKlass net/neoforged/fml/loading/moddiscovery/ModFileParser +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/ModFile parseType (Lcpw/mods/jarhandling/SecureJar;)Lnet/neoforged/neoforgespi/locating/IModFile$Type; 27 argL0 ; # net/neoforged/fml/loading/moddiscovery/ModFile$$Lambda+0x000001d68140ee98 +instanceKlass net/neoforged/fml/loading/moddiscovery/ModFile +instanceKlass @bci net/neoforged/fml/loading/moddiscovery/locators/ProductionClientProvider findCandidates (Lnet/neoforged/neoforgespi/ILaunchContext;Lnet/neoforged/neoforgespi/locating/IDiscoveryPipeline;)V 133 argL0 ; # net/neoforged/fml/loading/moddiscovery/locators/ProductionClientProvider$$Lambda+0x000001d68140e710 +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/MinecraftModInfo +instanceKlass net/neoforged/neoforgespi/locating/ModFileInfoParser +instanceKlass sun/security/x509/NetscapeCertTypeExtension$MapEntry +instanceKlass sun/security/x509/AccessDescription +instanceKlass java/security/cert/PolicyQualifierInfo +instanceKlass sun/security/x509/CertificatePolicyId +instanceKlass sun/security/x509/PolicyInformation +instanceKlass sun/security/x509/DNSName +instanceKlass sun/security/x509/URIName +instanceKlass sun/security/x509/GeneralName +instanceKlass sun/security/x509/GeneralNames +instanceKlass sun/security/x509/DistributionPoint +instanceKlass net/neoforged/fml/loading/moddiscovery/ModDiscoverer$DiscoveryPipeline +instanceKlass org/sinytra/connector/transformer/TransformerEnvironment +instanceKlass org/apache/maven/artifact/versioning/ArtifactVersion +instanceKlass org/sinytra/connector/locator/ConnectorLocator +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/JarInJarDependencyLocator +instanceKlass net/neoforged/fml/loading/moddiscovery/readers/NestedLibraryModReader +instanceKlass net/neoforged/neoforgespi/locating/IModFile +instanceKlass net/neoforged/neoforgespi/language/IModFileInfo +instanceKlass net/neoforged/neoforgespi/language/IConfigurable +instanceKlass net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/MavenDirectoryLocator +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/ModsFolderLocator +instanceKlass me/decce/ixeris/neoforge/core/IxerisModLocator +instanceKlass @bci org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap injectLogMarkers ()V 17 argL0 ; # org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap$$Lambda+0x000001d6813da168 +instanceKlass org/sinytra/connector/locator/ConnectorEarlyLocatorBootstrap +instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator forEachRemaining (Ljava/util/function/Consumer;)V 33 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001d6813546d8 +instanceKlass @bci dev/latvian/mods/kubejs/client/LangKubeEvent$Key hashCode ()I 1 ; # java/lang/invoke/LambdaForm$MH+0x000001d681412000 +instanceKlass @bci dev/latvian/mods/kubejs/client/LangKubeEvent$Key hashCode ()I 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681411c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681411800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681411400 +instanceKlass @bci net/mehvahdjukaar/moonlight/api/util/Utils getID (Ljava/lang/Object;)Lnet/minecraft/resources/ResourceLocation; 11 argL4 form names 4 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681411000 +instanceKlass @bci dev/latvian/mods/kubejs/client/LangKubeEvent$Key hashCode ()I 1 argL2 argL2 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681410c00 +instanceKlass @bci java/lang/runtime/ObjectMethods bootstrap (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/TypeDescriptor;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/invoke/MethodHandle;)Ljava/lang/Object; 37 argL0 ; # java/lang/runtime/ObjectMethods$$Lambda+0x000001d6813544b0 +instanceKlass java/lang/invoke/DirectMethodHandle$1 +instanceKlass @cpi net/minecraft/client/Options 1402 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681410800 +instanceKlass @bci com/simibubi/create/content/trains/bogey/BogeySizes$BogeySize hashCode ()I 1 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681410400 +instanceKlass @bci com/tom/storagemod/components/ConfiguratorComponent hashCode ()I 1 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681410000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140bc00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140b800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140b400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140b000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68140a800 +instanceKlass @cpi net/minecraft/world/phys/shapes/BooleanOp 84 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68140a400 +instanceKlass @cpi it/hurts/octostudios/octolib/client/shake/ShakeSystem 96 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68140a000 +instanceKlass java/lang/runtime/ObjectMethods$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681409c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681409800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681409400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681409000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681408c00 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers$2 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers$1 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 862 ; # java/lang/invoke/LambdaForm$MH+0x000001d681408800 +instanceKlass @cpi fuzs/bagofholding/world/item/container/BagProvider 210 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681408400 +instanceKlass java/lang/runtime/ObjectMethods +instanceKlass @bci com/google/common/collect/CollectSpliterators$FlatMapSpliterator forEachRemaining (Ljava/util/function/Consumer;)V 28 member ; # com/google/common/collect/CollectSpliterators$FlatMapSpliterator$$Lambda+0x000001d68140c650 +instanceKlass java/util/Collections$ReverseComparator2 +instanceKlass java/util/Collections$ReverseComparator +instanceKlass @bci net/neoforged/fml/util/ServiceLoaderUtil loadServices (Lnet/neoforged/neoforgespi/ILaunchContext;Ljava/lang/Class;Ljava/util/Collection;)Ljava/util/List; 71 argL0 ; # net/neoforged/fml/util/ServiceLoaderUtil$$Lambda+0x000001d68140c438 +instanceKlass @bci com/google/common/collect/Streams concat ([Ljava/util/stream/Stream;)Ljava/util/stream/Stream; 122 member ; # com/google/common/collect/Streams$$Lambda+0x000001d68140c218 +instanceKlass @bci com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfObject (Ljava/util/Spliterator;Ljava/util/Spliterator;Ljava/util/function/Function;IJ)V 4 argL0 ; # com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfObject$$Lambda+0x000001d68140c000 +instanceKlass @cpi com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfObject 42 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681408000 +instanceKlass com/google/common/collect/CollectSpliterators$FlatMapSpliterator$Factory +instanceKlass com/google/common/collect/CollectSpliterators$FlatMapSpliterator +instanceKlass com/google/common/collect/CollectSpliterators +instanceKlass @bci com/google/common/collect/Streams concat ([Ljava/util/stream/Stream;)Ljava/util/stream/Stream; 107 argL0 ; # com/google/common/collect/Streams$$Lambda+0x000001d681407658 +instanceKlass com/google/common/math/LongMath +instanceKlass com/google/common/collect/ImmutableCollection$Builder +instanceKlass com/google/common/collect/Streams +instanceKlass @bci net/neoforged/fml/util/ServiceLoaderUtil loadServices (Lnet/neoforged/neoforgespi/ILaunchContext;Ljava/lang/Class;Ljava/util/Collection;)Ljava/util/List; 18 argL0 ; # net/neoforged/fml/util/ServiceLoaderUtil$$Lambda+0x000001d681403ba0 +instanceKlass @bci net/neoforged/fml/util/ServiceLoaderUtil loadServices (Lnet/neoforged/neoforgespi/ILaunchContext;Ljava/lang/Class;Ljava/util/Collection;)Ljava/util/List; 8 member ; # net/neoforged/fml/util/ServiceLoaderUtil$$Lambda+0x000001d681403960 +instanceKlass @bci net/neoforged/fml/loading/LaunchContext loadServices (Ljava/lang/Class;)Ljava/util/stream/Stream; 90 member ; # net/neoforged/fml/loading/LaunchContext$$Lambda+0x000001d681403730 +instanceKlass net/neoforged/fml/util/ServiceLoaderUtil +instanceKlass net/neoforged/neoforgespi/locating/IDiscoveryPipeline +instanceKlass net/neoforged/neoforgespi/IIssueReporting +instanceKlass net/neoforged/fml/loading/moddiscovery/ModDiscoverer +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681406800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681406400 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681406000 +instanceKlass @bci com/bobmowzie/mowziesmobs/server/config/ConfigHandler$Frostmaw (Lnet/neoforged/neoforge/common/ModConfigSpec$Builder;)V 62 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681405c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681405800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681405400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681405000 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681404c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681404800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681404400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681404000 +instanceKlass net/neoforged/fml/loading/LibraryFinder +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/ProductionClientProvider +instanceKlass @bci net/neoforged/fml/loading/FMLLoader beginModScan (Lnet/neoforged/neoforgespi/ILaunchContext;)Ljava/util/List; 20 member ; # net/neoforged/fml/loading/FMLLoader$$Lambda+0x000001d681402218 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator runScan (Lcpw/mods/modlauncher/Environment;)Ljava/util/List; 68 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d681401ff8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator runScan (Lcpw/mods/modlauncher/Environment;)Ljava/util/List; 23 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d681401dd8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler runScanningTransformationServices (Lcpw/mods/modlauncher/Environment;)Ljava/util/List; 38 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d681401bb0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler runScanningTransformationServices (Lcpw/mods/modlauncher/Environment;)Ljava/util/List; 28 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d681401970 +instanceKlass org/sinytra/connector/service/hacks/ConnectorForkJoinThreadFactory +instanceKlass org/sinytra/connector/service/ConnectorLoaderService$1 +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService initialize (Lcpw/mods/modlauncher/api/IEnvironment;)V 0 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d6813d9830 +instanceKlass @bci net/neoforged/neoforgespi/Environment lambda$build$2 (Lcpw/mods/modlauncher/api/TypesafeMap$Key;)Ljava/util/function/Consumer; 3 argL0 ; # net/neoforged/neoforgespi/Environment$$Lambda+0x000001d681401758 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager locatorConsumer ()Ljava/util/Optional; 0 argL0 ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d681401530 +instanceKlass @bci net/neoforged/neoforgespi/Environment build (Lcpw/mods/modlauncher/api/IEnvironment;)V 23 argL0 ; # net/neoforged/neoforgespi/Environment$$Lambda+0x000001d6814012f8 +instanceKlass @bci net/neoforged/neoforgespi/Environment (Lcpw/mods/modlauncher/api/IEnvironment;)V 22 argL0 ; # net/neoforged/neoforgespi/Environment$$Lambda+0x000001d6814010e0 +instanceKlass net/neoforged/neoforgespi/Environment +instanceKlass @bci net/neoforged/fml/loading/FMLEnvironment setupInteropEnvironment (Lcpw/mods/modlauncher/api/IEnvironment;)V 12 argL0 ; # net/neoforged/fml/loading/FMLEnvironment$$Lambda+0x000001d681400c98 +instanceKlass net/neoforged/neoforgespi/Environment$Keys +instanceKlass net/neoforged/fml/loading/FMLEnvironment +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler findLaunchHandler (Ljava/lang/String;)Ljava/util/Optional; 17 argL0 ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681400230 +instanceKlass @bci net/neoforged/fml/loading/LaunchContext lambda$new$1 (Ljava/lang/ModuleLayer;)V 40 member ; # net/neoforged/fml/loading/LaunchContext$$Lambda+0x000001d681400000 +instanceKlass @bci net/neoforged/fml/loading/LaunchContext (Lcpw/mods/modlauncher/api/IEnvironment;Lcpw/mods/modlauncher/api/IModuleLayerManager;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V 78 member ; # net/neoforged/fml/loading/LaunchContext$$Lambda+0x000001d6813ffcf8 +instanceKlass net/neoforged/fml/loading/LaunchContext +instanceKlass @bci net/neoforged/fml/loading/FMLPaths setup (Lcpw/mods/modlauncher/api/IEnvironment;)V 17 argL0 ; # net/neoforged/fml/loading/FMLPaths$$Lambda+0x000001d6813ff890 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator onInitialize (Lcpw/mods/modlauncher/api/IEnvironment;)V 67 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6813ff670 +instanceKlass org/spongepowered/asm/service/modlauncher/ModLauncherClassTracker +instanceKlass org/spongepowered/asm/service/modlauncher/ModLauncherAuditTrail +instanceKlass org/spongepowered/include/com/google/common/collect/CollectPreconditions +instanceKlass org/spongepowered/include/com/google/common/collect/ImmutableCollection$Builder +instanceKlass org/spongepowered/asm/launch/platform/MixinContainer +instanceKlass org/spongepowered/asm/launch/platform/MixinConnectorManager +instanceKlass org/spongepowered/asm/launch/platform/MixinPlatformManager +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$PhaseConsumer +instanceKlass org/spongepowered/asm/util/perf/Profiler$Section +instanceKlass org/spongepowered/asm/util/perf/Profiler +instanceKlass org/spongepowered/asm/launch/platform/MixinPlatformAgentAbstract +instanceKlass org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent +instanceKlass org/spongepowered/asm/launch/platform/IMixinPlatformAgent +instanceKlass org/spongepowered/include/com/google/common/collect/Iterators$2 +instanceKlass org/spongepowered/include/com/google/common/collect/Iterators +instanceKlass org/spongepowered/asm/obfuscation/RemapperChain +instanceKlass org/spongepowered/asm/mixin/extensibility/IRemapper +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment +instanceKlass org/spongepowered/asm/util/ITokenProvider +instanceKlass org/spongepowered/include/com/google/common/collect/ObjectArrays +instanceKlass org/spongepowered/include/com/google/common/collect/UnmodifiableIterator +instanceKlass org/spongepowered/include/com/google/common/base/Preconditions +instanceKlass org/spongepowered/asm/service/modlauncher/MixinTransformationHandler +instanceKlass org/spongepowered/asm/launch/IClassProcessor +instanceKlass org/spongepowered/asm/mixin/transformer/IMixinTransformer +instanceKlass org/spongepowered/asm/mixin/transformer/MixinTransformer$Factory +instanceKlass org/spongepowered/asm/mixin/transformer/IMixinTransformerFactory +instanceKlass @bci org/spongepowered/asm/service/modlauncher/Blackboard setProperty (Lorg/spongepowered/asm/service/IPropertyKey;Ljava/lang/Object;)V 12 member ; # org/spongepowered/asm/service/modlauncher/Blackboard$$Lambda+0x000001d6813f4ec0 +instanceKlass org/spongepowered/asm/service/modlauncher/Blackboard$Key +instanceKlass @bci org/spongepowered/asm/service/modlauncher/Blackboard resolveKey (Ljava/lang/String;)Lorg/spongepowered/asm/service/IPropertyKey; 6 member ; # org/spongepowered/asm/service/modlauncher/Blackboard$$Lambda+0x000001d6813f4a78 +instanceKlass org/spongepowered/asm/service/IPropertyKey +instanceKlass org/spongepowered/asm/service/modlauncher/Blackboard +instanceKlass org/spongepowered/asm/service/IGlobalPropertyService +instanceKlass org/spongepowered/asm/launch/GlobalProperties +instanceKlass org/spongepowered/asm/launch/GlobalProperties$Keys +instanceKlass org/spongepowered/asm/logging/LoggerAdapterAbstract +instanceKlass org/spongepowered/asm/service/MixinService$LogBuffer$LogEntry +instanceKlass org/spongepowered/asm/service/modlauncher/ModLauncherClassProvider +instanceKlass @bci org/spongepowered/asm/service/modlauncher/MixinServiceModLauncher getModLauncherApiVersion ()Lorg/spongepowered/asm/util/VersionNumber; 43 argL0 ; # org/spongepowered/asm/service/modlauncher/MixinServiceModLauncher$$Lambda+0x000001d6813f3058 +instanceKlass org/spongepowered/asm/util/ReEntranceLock +instanceKlass org/spongepowered/asm/util/VersionNumber +instanceKlass org/spongepowered/asm/util/IConsumer +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$Phase +instanceKlass org/spongepowered/asm/service/ITransformerProvider +instanceKlass org/spongepowered/asm/launch/platform/container/ContainerHandleVirtual +instanceKlass org/spongepowered/asm/service/IMixinInternal +instanceKlass org/spongepowered/asm/service/IClassTracker +instanceKlass org/spongepowered/asm/launch/platform/container/IContainerHandle +instanceKlass org/spongepowered/asm/mixin/extensibility/IMixinConfigSource +instanceKlass org/spongepowered/asm/service/IClassProvider +instanceKlass org/spongepowered/asm/service/IMixinAuditTrail +instanceKlass org/spongepowered/asm/logging/ILogger +instanceKlass org/spongepowered/asm/service/MixinServiceAbstract +instanceKlass org/spongepowered/asm/service/IMixinService +instanceKlass org/spongepowered/asm/service/mojang/MixinServiceLaunchWrapperBootstrap +instanceKlass org/spongepowered/asm/service/modlauncher/MixinServiceModLauncherBootstrap +instanceKlass org/spongepowered/asm/service/IMixinServiceBootstrap +instanceKlass org/spongepowered/asm/service/MixinService$LogBuffer +instanceKlass org/spongepowered/asm/service/MixinService +instanceKlass org/spongepowered/asm/launch/MixinBootstrap +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator onInitialize (Lcpw/mods/modlauncher/api/IEnvironment;)V 23 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6813ec648 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler initialiseTransformationServices (Lcpw/mods/modlauncher/Environment;)V 23 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ec418 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler$1 checkOwnership (Ljoptsimple/OptionSpec;)V 15 member ; # cpw/mods/modlauncher/ArgumentHandler$1$$Lambda+0x000001d6813ebfc0 +instanceKlass cpw/mods/modlauncher/ArgumentHandler$1 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler offerArgumentResultsToServices (Ljoptsimple/OptionSet;Ljava/util/function/BiFunction;)V 26 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ebb58 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler offerArgumentResultsToServices (Ljoptsimple/OptionSet;Ljava/util/function/BiFunction;)V 14 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813eb920 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 296 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eb6f0 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 281 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eb4b0 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 259 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eb270 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 237 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eb030 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 215 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eadf0 +instanceKlass @bci cpw/mods/modlauncher/ArgumentHandler processArguments (Lcpw/mods/modlauncher/Environment;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V 193 member ; # cpw/mods/modlauncher/ArgumentHandler$$Lambda+0x000001d6813eabb0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler lambda$computeArgumentsForServices$3 (Ljoptsimple/OptionParser;Lcpw/mods/modlauncher/api/ITransformationService;)V 3 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ea980 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler computeArgumentsForServices (Ljoptsimple/OptionParser;)V 25 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ea750 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler computeArgumentsForServices (Ljoptsimple/OptionParser;)V 14 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ea518 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler processArguments (Lcpw/mods/modlauncher/ArgumentHandler;Lcpw/mods/modlauncher/Environment;)V 22 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ea2e8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler processArguments (Lcpw/mods/modlauncher/ArgumentHandler;Lcpw/mods/modlauncher/Environment;)V 16 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813ea0b8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler validateTransformationServices ()V 14 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813e9e70 +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService onLoad (Lcpw/mods/modlauncher/api/IEnvironment;Ljava/util/Set;)V 106 member ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d6813d9600 +instanceKlass org/sinytra/connector/service/ConnectorPreLaunchPlugin +instanceKlass @bci net/neoforged/fml/loading/FMLLoader onInitialLoad (Lcpw/mods/modlauncher/api/IEnvironment;)V 251 argL0 ; # net/neoforged/fml/loading/FMLLoader$$Lambda+0x000001d6813e9c58 +instanceKlass net/neoforged/bus/api/IEventBus +instanceKlass @bci net/neoforged/fml/loading/FMLLoader onInitialLoad (Lcpw/mods/modlauncher/api/IEnvironment;)V 67 argL0 ; # net/neoforged/fml/loading/FMLLoader$$Lambda+0x000001d6813e9848 +instanceKlass net/neoforged/fml/loading/JarVersionLookupHandler +instanceKlass net/neoforged/fml/loading/LauncherVersion +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator onLoad (Lcpw/mods/modlauncher/api/IEnvironment;Ljava/util/Set;)V 73 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6813e9228 +instanceKlass @bci cpw/mods/modlauncher/TransformationServiceDecorator onLoad (Lcpw/mods/modlauncher/api/IEnvironment;Ljava/util/Set;)V 23 member ; # cpw/mods/modlauncher/TransformationServiceDecorator$$Lambda+0x000001d6813e9008 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler loadTransformationServices (Lcpw/mods/modlauncher/Environment;)V 24 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813e8dd8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 266 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813e8bb8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 242 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813e8988 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 203 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6813e8750 +instanceKlass org/spongepowered/asm/launch/MixinTransformationServiceAbstract +instanceKlass @bci net/neoforged/fml/loading/FMLServiceProvider ()V 21 argL0 ; # net/neoforged/fml/loading/FMLServiceProvider$$Lambda+0x000001d6813e7a18 +instanceKlass net/neoforged/neoforgespi/ILaunchContext +instanceKlass net/neoforged/fml/loading/FMLServiceProvider +instanceKlass com/google/common/collect/Hashing +instanceKlass com/google/common/collect/AbstractMapEntry +instanceKlass com/google/common/base/Preconditions +instanceKlass com/google/common/collect/ObjectArrays +instanceKlass com/google/common/collect/ImmutableMap$Builder +instanceKlass com/google/common/collect/CollectPreconditions +instanceKlass com/google/common/base/Converter +instanceKlass com/google/common/collect/BiMap +instanceKlass com/google/common/collect/Maps$EntryTransformer +instanceKlass com/google/common/collect/ImmutableMap +instanceKlass com/google/common/base/Function +instanceKlass com/google/common/collect/SortedMapDifference +instanceKlass com/google/common/collect/MapDifference +instanceKlass com/google/common/collect/Maps +instanceKlass com/google/common/collect/Platform +instanceKlass com/google/common/collect/ImmutableMultimap$Builder +instanceKlass com/google/common/collect/UnmodifiableIterator +instanceKlass com/google/common/collect/Multiset +instanceKlass com/google/common/collect/ListMultimap +instanceKlass com/google/common/collect/AbstractMultimap +instanceKlass net/fabricmc/loader/util/version/SemanticVersionImpl +instanceKlass net/fabricmc/loader/api/SemanticVersion +instanceKlass net/fabricmc/loader/impl/util/version/VersionParser +instanceKlass @bci org/sinytra/connector/util/ConnectorUtil ()V 57 argL0 ; # org/sinytra/connector/util/ConnectorUtil$$Lambda+0x000001d6813d8000 +instanceKlass net/fabricmc/loader/api/Version +instanceKlass @bci org/sinytra/connector/util/ConnectorUtil ()V 14 argL0 ; # org/sinytra/connector/util/ConnectorUtil$$Lambda+0x000001d68139fbd0 +instanceKlass @bci org/sinytra/connector/util/ConnectorUtil ()V 0 argL0 ; # org/sinytra/connector/util/ConnectorUtil$$Lambda+0x000001d68139f9b8 +instanceKlass com/google/common/collect/Multimap +instanceKlass org/sinytra/connector/util/ConnectorUtil +instanceKlass @bci org/sinytra/connector/service/ConnectorLoaderService ()V 6 argL0 ; # org/sinytra/connector/service/ConnectorLoaderService$$Lambda+0x000001d68139f5a0 +instanceKlass org/sinytra/connector/service/ConnectorLoaderService +instanceKlass com/google/gson/internal/ConstructorConstructor$13 +instanceKlass com/google/gson/internal/Primitives +instanceKlass com/google/gson/annotations/SerializedName +instanceKlass com/google/gson/internal/ConstructorConstructor$19 +instanceKlass com/google/gson/annotations/JsonAdapter +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser parseJarFile (Ljava/util/jar/JarFile;Ljava/lang/String;Ljava/lang/String;Ldev/kostromdan/mods/crash_assistant/common_config/mod_list/ModFingerprinter$IdentificationResult;)Ldev/kostromdan/mods/crash_assistant/common_config/mod_list/Mod; 277 member ; # dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$$Lambda+0x000001d68139f0f0 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$ParsedModInfo +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser parseJarFile (Ljava/util/jar/JarInputStream;Ljava/lang/String;Ljava/lang/String;)Ldev/kostromdan/mods/crash_assistant/common_config/mod_list/Mod; 243 member ; # dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$$Lambda+0x000001d68139ecc8 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$ManifestProvider +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser parseJarFile (Ljava/util/jar/JarFile;Ljava/lang/String;Ljava/lang/String;Ldev/kostromdan/mods/crash_assistant/common_config/mod_list/ModFingerprinter$IdentificationResult;)Ldev/kostromdan/mods/crash_assistant/common_config/mod_list/Mod; 126 member ; # dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$$Lambda+0x000001d68139e8b0 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser$ByteSupplier +instanceKlass java/util/zip/ZipFile$ZipEntryIterator +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModFingerprinter$IdentificationResult +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModFingerprinter +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper mapPathsToMods (Ljava/util/List;)Ljava/util/List; 6 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper$$Lambda+0x000001d68139e068 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModDataParser +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper getModJarPathsContainingPart (Ljava/lang/String;)Ljava/util/List; 7 member ; # dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper$$Lambda+0x000001d68139dc18 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/IncompatibleMod +instanceKlass java/util/Timer$ThreadReaper +instanceKlass java/util/TaskQueue +instanceKlass java/util/Timer +instanceKlass java/lang/Thread$ThreadNumbering +instanceKlass java/lang/ProcessImpl$2 +instanceKlass @bci java/lang/ProcessImpl ([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[JZZ)V 286 member ; # java/lang/ProcessImpl$$Lambda+0x000001d68134fa50 +instanceKlass java/lang/Process +instanceKlass java/lang/ProcessBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/JavaBinaryLocator +instanceKlass @bci oshi/hardware/CentralProcessor$ProcessorIdentifier (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZJ)V 6 member ; # oshi/hardware/CentralProcessor$ProcessorIdentifier$$Lambda+0x000001d6813d4418 +instanceKlass oshi/util/Util +instanceKlass oshi/jna/Struct +instanceKlass com/sun/jna/platform/win32/Winsvc$HandlerEx +instanceKlass com/sun/jna/platform/win32/Advapi32 +instanceKlass com/sun/jna/platform/win32/WinBase$FE_IMPORT_FUNC +instanceKlass com/sun/jna/platform/win32/WinBase$FE_EXPORT_FUNC +instanceKlass com/sun/jna/platform/win32/Advapi32Util +instanceKlass com/sun/jna/platform/win32/WinReg +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor orderedProcCaches (Ljava/util/Set;)Ljava/util/List; 6 argL0 ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813cb228 +instanceKlass oshi/util/tuples/Triplet +instanceKlass oshi/hardware/CentralProcessor$PhysicalProcessor +instanceKlass oshi/hardware/CentralProcessor$LogicalProcessor +instanceKlass oshi/util/platform/windows/WmiUtil +instanceKlass @bci jdk/internal/reflect/MethodHandleDoubleFieldAccessorImpl getDouble (Ljava/lang/Object;)D 20 ; # java/lang/invoke/LambdaForm$MH+0x000001d6813cd800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813cd400 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6813cd000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6813ccc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813cc800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d6813cc400 +instanceKlass @bci net/minecraft/world/entity/ai/attributes/AttributeModifier hashCode ()I 1 argL2 argL1 form names 3 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6813cc000 +instanceKlass com/sun/jna/platform/win32/OaIdl +instanceKlass com/sun/jna/platform/win32/COM/IDispatch +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813c4000 +instanceKlass com/sun/jna/platform/win32/Variant +instanceKlass com/sun/jna/NativeString +instanceKlass com/sun/jna/platform/win32/OleAuto +instanceKlass com/sun/jna/platform/win32/Guid +instanceKlass com/sun/jna/platform/win32/COM/COMUtils +instanceKlass com/sun/jna/platform/win32/Ole32 +instanceKlass com/sun/jna/platform/win32/COM/IUnknown +instanceKlass com/sun/jna/platform/win32/COM/WbemcliUtil +instanceKlass com/sun/jna/platform/win32/COM/WbemcliUtil$WmiResult +instanceKlass oshi/util/platform/windows/WmiQueryHandler +instanceKlass com/sun/jna/platform/win32/COM/WbemcliUtil$WmiQuery +instanceKlass oshi/driver/windows/wmi/Win32Processor +instanceKlass @bci oshi/driver/windows/LogicalProcessorInformation getLogicalProcessorInformationEx ()Loshi/util/tuples/Triplet; 284 argL0 ; # oshi/driver/windows/LogicalProcessorInformation$$Lambda+0x000001d6813bccc0 +instanceKlass @bci oshi/driver/windows/LogicalProcessorInformation getLogicalProcessorInformationEx ()Loshi/util/tuples/Triplet; 269 argL0 ; # oshi/driver/windows/LogicalProcessorInformation$$Lambda+0x000001d6813bca88 +instanceKlass @bci oshi/driver/windows/LogicalProcessorInformation getLogicalProcessorInformationEx ()Loshi/util/tuples/Triplet; 255 argL0 ; # oshi/driver/windows/LogicalProcessorInformation$$Lambda+0x000001d6813bc850 +instanceKlass oshi/hardware/CentralProcessor$ProcessorCache +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813b8c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6813b8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813b8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813b8000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6813b4400 +instanceKlass com/sun/jna/platform/win32/Kernel32Util +instanceKlass oshi/driver/windows/LogicalProcessorInformation +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 103 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b6a80 +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 87 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b6860 +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 71 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b6640 +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 55 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b6420 +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 35 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b6200 +instanceKlass @bci java/util/regex/CharPredicates ctype (I)Ljava/util/regex/Pattern$CharPredicate; 1 member ; # java/util/regex/CharPredicates$$Lambda+0x000001d68134deb8 +instanceKlass oshi/util/ParseUtil +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 19 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b3dc0 +instanceKlass @cpi com/aetherteam/aether/attachment/AetherTimeAttachment 308 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6813b4000 +instanceKlass @bci oshi/hardware/common/AbstractCentralProcessor ()V 6 member ; # oshi/hardware/common/AbstractCentralProcessor$$Lambda+0x000001d6813b3ba0 +instanceKlass oshi/hardware/CentralProcessor$ProcessorIdentifier +instanceKlass com/sun/jna/Structure$ByReference +instanceKlass com/sun/jna/platform/win32/WinBase$EnumResNameProc +instanceKlass com/sun/jna/platform/win32/WinBase$EnumResTypeProc +instanceKlass com/sun/jna/platform/win32/WinNT$OVERLAPPED_COMPLETION_ROUTINE +instanceKlass com/sun/jna/win32/StdCallLibrary$StdCallCallback +instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry +instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$1 +instanceKlass com/sun/jna/win32/W32APIFunctionMapper +instanceKlass com/sun/jna/win32/W32APITypeMapper$2 +instanceKlass com/sun/jna/DefaultTypeMapper$Entry +instanceKlass com/sun/jna/win32/W32APITypeMapper$1 +instanceKlass com/sun/jna/DefaultTypeMapper +instanceKlass com/sun/jna/win32/W32APIOptions +instanceKlass com/sun/jna/FunctionMapper +instanceKlass com/sun/jna/platform/win32/Kernel32 +instanceKlass com/sun/jna/platform/win32/Wincon +instanceKlass com/sun/jna/win32/StdCallLibrary +instanceKlass com/sun/jna/win32/StdCall +instanceKlass com/sun/jna/Structure$StructField +instanceKlass com/sun/jna/Structure$LayoutInfo +instanceKlass java/util/LinkedList$ListItr +instanceKlass com/sun/jna/Structure$FieldOrder +instanceKlass com/sun/jna/TypeMapper +instanceKlass com/sun/jna/platform/win32/WinNT +instanceKlass com/sun/jna/platform/win32/WinBase +instanceKlass com/sun/jna/platform/win32/BaseTSD +instanceKlass com/sun/jna/platform/win32/WinDef +instanceKlass com/sun/jna/platform/win32/WinError +instanceKlass com/sun/jna/platform/win32/VersionHelpers +instanceKlass @bci java/util/stream/Collectors toCollection (Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 10 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68134cc90 +instanceKlass @bci java/util/stream/Collectors toCollection (Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 5 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68134ca68 +instanceKlass @bci oshi/util/FileUtil readPropertiesFromFilename (Ljava/lang/String;)Ljava/util/Properties; 38 argL0 ; # oshi/util/FileUtil$$Lambda+0x000001d6813a7718 +instanceKlass oshi/util/FileUtil +instanceKlass oshi/util/GlobalConfig +instanceKlass oshi/hardware/common/AbstractCentralProcessor +instanceKlass @bci oshi/hardware/common/AbstractHardwareAbstractionLayer ()V 45 member ; # oshi/hardware/common/AbstractHardwareAbstractionLayer$$Lambda+0x000001d6813a3a88 +instanceKlass @bci oshi/hardware/common/AbstractHardwareAbstractionLayer ()V 32 member ; # oshi/hardware/common/AbstractHardwareAbstractionLayer$$Lambda+0x000001d6813a3868 +instanceKlass @bci oshi/hardware/common/AbstractHardwareAbstractionLayer ()V 19 member ; # oshi/hardware/common/AbstractHardwareAbstractionLayer$$Lambda+0x000001d6813a3648 +instanceKlass @bci oshi/hardware/common/AbstractHardwareAbstractionLayer ()V 6 member ; # oshi/hardware/common/AbstractHardwareAbstractionLayer$$Lambda+0x000001d6813a3428 +instanceKlass oshi/hardware/ComputerSystem +instanceKlass oshi/hardware/CentralProcessor +instanceKlass oshi/hardware/GlobalMemory +instanceKlass oshi/hardware/Sensors +instanceKlass oshi/hardware/common/AbstractHardwareAbstractionLayer +instanceKlass oshi/SystemInfo$1 +instanceKlass @bci oshi/SystemInfo ()V 17 argL0 ; # oshi/SystemInfo$$Lambda+0x000001d6813a2220 +instanceKlass oshi/util/Memoizer$1 +instanceKlass @bci oshi/util/Memoizer ()V 0 argL0 ; # oshi/util/Memoizer$$Lambda+0x000001d6813a1de0 +instanceKlass @cpi oshi/util/Memoizer 83 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6813a4400 +instanceKlass oshi/util/Memoizer +instanceKlass @bci oshi/SystemInfo ()V 5 argL0 ; # oshi/SystemInfo$$Lambda+0x000001d6813a19c8 +instanceKlass oshi/software/os/OperatingSystem +instanceKlass oshi/hardware/HardwareAbstractionLayer +instanceKlass oshi/SystemInfo +instanceKlass com/sun/jna/platform/win32/Tlhelp32 +instanceKlass org/apache/commons/io/input/ReversedLinesFileReader +instanceKlass org/apache/logging/log4j/core/Core +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/utils/ProcessHelper getChildProcessesInfo ()Ljava/lang/String; 10 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/utils/ProcessHelper$$Lambda+0x000001d68139cc60 +instanceKlass @bci java/lang/ProcessHandleImpl children ()Ljava/util/stream/Stream; 8 member ; # java/lang/ProcessHandleImpl$$Lambda+0x000001d68134c818 +instanceKlass @bci java/lang/ProcessHandleImpl children (J)Ljava/util/stream/Stream; 82 member ; # java/lang/ProcessHandleImpl$$Lambda+0x000001d68134c5f8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/LexicalFrame pop ()Ldev/kostromdan/mods/crash_assistant/commons/jexl3/internal/LexicalFrame; 2 member ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/LexicalFrame$$Lambda+0x000001d68139ca30 +instanceKlass @cpi com/mojang/blaze3d/platform/Window 284 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6813a4000 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$1 +instanceKlass com/sun/jna/Klass +instanceKlass com/sun/jna/NativeMappedConverter +instanceKlass com/sun/jna/TypeConverter +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/WindowsSwapHelper$Ntdll +instanceKlass com/sun/jna/Function$PostCallRead +instanceKlass com/sun/jna/Library$Handler$FunctionInfo +instanceKlass java/lang/foreign/ValueLayout +instanceKlass java/lang/foreign/MemoryLayout +instanceKlass com/sun/jna/internal/ReflectionUtils +instanceKlass com/sun/jna/VarArgsChecker +instanceKlass com/sun/jna/NativeLibrary$NativeLibraryDisposer +instanceKlass com/sun/jna/NativeLibrary$1 +instanceKlass com/sun/jna/SymbolProvider +instanceKlass com/sun/jna/NativeLibrary +instanceKlass com/sun/jna/AltCallingConvention +instanceKlass com/sun/jna/Library$Handler +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/WindowsSwapHelper$Kernel32 +instanceKlass com/sun/jna/Library +instanceKlass com/sun/jna/Memory$MemoryDisposer +instanceKlass com/sun/jna/internal/Cleaner$Cleanable +instanceKlass com/sun/jna/internal/Cleaner +instanceKlass com/sun/jna/Native$2 +instanceKlass com/sun/jna/Structure$FFIType$FFITypes +instanceKlass com/sun/jna/Native$ffi_callback +instanceKlass com/sun/jna/JNIEnv +instanceKlass com/sun/jna/PointerType +instanceKlass com/sun/jna/NativeMapped +instanceKlass com/sun/jna/WString +instanceKlass com/sun/jna/win32/DLLCallback +instanceKlass com/sun/jna/CallbackProxy +instanceKlass com/sun/jna/Callback +instanceKlass com/sun/jna/Structure$ByValue +instanceKlass com/sun/jna/ToNativeContext +instanceKlass com/sun/jna/FromNativeConverter +instanceKlass com/sun/jna/ToNativeConverter +instanceKlass com/sun/jna/Structure +instanceKlass java/io/FileOutputStream$1 +instanceKlass java/io/DeleteOnExitHook$1 +instanceKlass java/io/DeleteOnExitHook +instanceKlass sun/security/provider/AbstractDrbg$NonceProvider +instanceKlass @bci sun/security/provider/AbstractDrbg$SeederHolder ()V 42 member ; # sun/security/provider/AbstractDrbg$SeederHolder$$Lambda+0x000001d68134aec0 +instanceKlass @cpi net/orcinus/galosphere/init/GMapDecorationTypes 88 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681392800 +instanceKlass @cpi dev/ftb/mods/ftbteams/client/FTBTeamsClient 81 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681392400 +instanceKlass java/net/NetworkInterface$1 +instanceKlass java/net/DefaultInterface +instanceKlass java/net/InterfaceAddress +instanceKlass java/net/NetworkInterface +instanceKlass sun/security/provider/SeedGenerator$1 +instanceKlass sun/security/provider/SeedGenerator +instanceKlass sun/security/provider/AbstractDrbg$SeederHolder +instanceKlass java/security/DrbgParameters$NextBytes +instanceKlass @bci sun/security/provider/AbstractDrbg ()V 12 argL0 ; # sun/security/provider/AbstractDrbg$$Lambda+0x000001d681349c30 +instanceKlass @cpi sun/security/provider/AbstractDrbg 383 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681392000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681391c00 +instanceKlass sun/security/provider/EntropySource +instanceKlass sun/security/provider/AbstractDrbg +instanceKlass java/security/DrbgParameters$Instantiation +instanceKlass java/security/DrbgParameters +instanceKlass sun/security/provider/MoreDrbgParameters +instanceKlass @bci sun/security/provider/DRBG (Ljava/security/SecureRandomParameters;)V 26 argL0 ; # sun/security/provider/DRBG$$Lambda+0x000001d681348720 +instanceKlass java/security/SecureRandomSpi +instanceKlass java/security/SecureRandomParameters +instanceKlass java/io/File$TempDirectory +instanceKlass com/sun/jna/Platform +instanceKlass com/sun/jna/Native$5 +instanceKlass com/sun/jna/Native$1 +instanceKlass java/util/logging/Logger$SystemLoggerHelper$1 +instanceKlass java/util/logging/Logger$SystemLoggerHelper +instanceKlass java/io/FilenameFilter +instanceKlass com/sun/jna/FromNativeContext +instanceKlass com/sun/jna/Callback$UncaughtExceptionHandler +instanceKlass com/sun/jna/Native +instanceKlass com/sun/jna/Version +instanceKlass com/sun/jna/WeakMemoryHolder +instanceKlass com/sun/jna/Pointer +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/WindowsSwapHelper +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initRender (Ljava/lang/String;Ljava/lang/String;)V 434 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6813870f8 +instanceKlass jdk/internal/math/FormattedFPDecimal +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initRender (Ljava/lang/String;Ljava/lang/String;)V 409 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681386ed8 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initRender (Ljava/lang/String;Ljava/lang/String;)V 373 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681386cb8 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681391800 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement lambda$progressBars$8 (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 1 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681386a88 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681391400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement progressBars (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement; 5 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681386858 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement lambda$performanceBar$10 (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 1 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681386628 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681391000 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 701 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681390c00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681390800 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement performanceBar (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement; 5 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6813863f8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681390400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement forgeVersionOverlay (Lnet/neoforged/fml/earlydisplay/SimpleFont;Ljava/lang/String;)Lnet/neoforged/fml/earlydisplay/RenderElement; 7 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d6813861d8 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681390000 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement lambda$initializeText$24 (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/RenderElement$TextGenerator;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 2 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681385fa8 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement initializeText (Lnet/neoforged/fml/earlydisplay/SimpleFont;Lnet/neoforged/fml/earlydisplay/RenderElement$TextGenerator;)Lnet/neoforged/fml/earlydisplay/RenderElement$Initializer; 2 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681385d78 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68138bc00 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement logMessageOverlay (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement; 5 argL0 ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681385b60 +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$TextGenerator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68138b800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68138b400 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement lambda$initializeTexture$27 (Ljava/lang/String;IILnet/neoforged/fml/earlydisplay/RenderElement$TextureRenderer;)Lnet/neoforged/fml/earlydisplay/RenderElement$Renderer; 18 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681385738 +instanceKlass @cpi com/mojang/blaze3d/platform/GLX 156 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68138b000 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 695 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68138ac00 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/AbstractExecutor +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/InterpreterBase$CallDispatcher +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlContext$ThreadLocal +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Operator +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassMap create (Ldev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassMap;Ldev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlPermissions;Ljava/lang/Class;Ldev/kostromdan/mods/crash_assistant/commons/logging/Log;)V 124 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassMap$$Lambda+0x000001d68138e358 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68138a800 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/annotations/NoJexl +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/MethodKey +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68138a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68138a000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681389c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681389800 +instanceKlass @bci org/sinytra/adapter/env/MockMixinRuntime createMixinTarget (Lorg/sinytra/adapter/env/ctx/TargetPair;)Lorg/spongepowered/asm/mixin/injection/struct/Target; 23 ; # java/lang/invoke/LambdaForm$MH+0x000001d681389400 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassTool +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassMap +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Introspector$CacheMiss +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Introspector +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Uberspect getOverloads (Ldev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic;)Ljava/util/Set; 13 member ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Uberspect$$Lambda+0x000001d68138cd18 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlContext$CancellationHandle +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/InterpreterBase$Funcall +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlNode$Funcall +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlEngine$Options +instanceKlass java/util/stream/ReduceOps$5ReducingSink +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlContext$OptionsHandle +instanceKlass @bci java/util/stream/IntPipeline sum ()I 2 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001d6813462c0 +instanceKlass @bci net/neoforged/fml/earlydisplay/SimpleBufferBuilder$Format (Ljava/lang/String;I[Lnet/neoforged/fml/earlydisplay/SimpleBufferBuilder$Element;)V 16 argL0 ; # net/neoforged/fml/earlydisplay/SimpleBufferBuilder$Format$$Lambda+0x000001d681385330 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement initializeTexture (Ljava/lang/String;IILnet/neoforged/fml/earlydisplay/RenderElement$TextureRenderer;)Lnet/neoforged/fml/earlydisplay/RenderElement$Initializer; 4 ; # java/lang/invoke/LambdaForm$MH+0x000001d681389000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681388c00 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/utils/Credits$Supporter 150 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681388800 +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement initializeTexture (Ljava/lang/String;IILnet/neoforged/fml/earlydisplay/RenderElement$TextureRenderer;)Lnet/neoforged/fml/earlydisplay/RenderElement$Initializer; 4 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681384a90 +instanceKlass @cpi net/neoforged/fml/earlydisplay/RenderElement 690 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681388400 +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$Renderer +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$Initializer +instanceKlass @bci net/neoforged/fml/earlydisplay/RenderElement fox (Lnet/neoforged/fml/earlydisplay/SimpleFont;)Lnet/neoforged/fml/earlydisplay/RenderElement; 10 member ; # net/neoforged/fml/earlydisplay/RenderElement$$Lambda+0x000001d681384480 +instanceKlass @cpi org/betterx/wover/generator/impl/chunkgenerator/ChunkGeneratorManagerImpl 621 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681388000 +instanceKlass net/neoforged/fml/earlydisplay/SimpleBufferBuilder +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$TextureRenderer +instanceKlass net/neoforged/fml/earlydisplay/RenderElement +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/NumberParser +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/LexicalScope +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Scope declareVariable (Ljava/lang/String;)I 24 member ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Scope$$Lambda+0x000001d681382a48 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Scope$2 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Scope$1 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Frame +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Scope +instanceKlass @bci org/lwjgl/stb/STBTruetype stbtt_PackFontRanges (Lorg/lwjgl/stb/STBTTPackContext;Ljava/nio/ByteBuffer;ILorg/lwjgl/stb/STBTTPackRange$Buffer;)Z 17 argL0 ; # org/lwjgl/stb/STBTruetype$$Lambda+0x000001d681327300 +instanceKlass java/lang/StackTraceElement$HashedModules +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/Token +instanceKlass org/lwjgl/stb/STBTruetype +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/ParserTokenManager +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/AbstractCharStream +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/CharStream +instanceKlass net/neoforged/fml/earlydisplay/SimpleFont +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JJTParserState +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/StringProvider +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlParser$3 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlParser$2 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlParser$1 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlNode$JxltHandle +instanceKlass net/neoforged/fml/earlydisplay/EarlyFramebuffer +instanceKlass org/lwjgl/system/libc/LibCString +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlNode$Constant +instanceKlass @bci org/lwjgl/opengl/GL20C glShaderSource (ILjava/lang/CharSequence;)V 10 argL0 ; # org/lwjgl/opengl/GL20C$$Lambda+0x000001d681324a38 +instanceKlass org/lwjgl/system/APIUtil$Encoder +instanceKlass net/neoforged/fml/earlydisplay/ElementShader +instanceKlass @bci de/keksuccino/fancymenu/util/properties/PropertiesParser serializeContainerToFancyString (Lde/keksuccino/fancymenu/util/properties/PropertyContainer;)Ljava/lang/String; 69 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68132a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68132a400 +instanceKlass @bci de/keksuccino/fancymenu/util/properties/PropertiesParser serializeContainerToFancyString (Lde/keksuccino/fancymenu/util/properties/PropertyContainer;)Ljava/lang/String; 69 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68132a000 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/StringParser +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681329c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681329800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681329400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681329000 +instanceKlass @bci de/keksuccino/fancymenu/util/properties/PropertiesParser serializeContainerToFancyString (Lde/keksuccino/fancymenu/util/properties/PropertyContainer;)Ljava/lang/String; 69 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681328c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681328800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681328400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681328000 +instanceKlass org/lwjgl/system/MultiReleaseTextDecoding +instanceKlass org/lwjgl/opengl/GL11C +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/ParserConstants +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/ParserTreeConstants +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Engine (Ldev/kostromdan/mods/crash_assistant/commons/jexl3/JexlBuilder;)V 603 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Engine$$Lambda+0x000001d681320b58 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/MetaCache +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/FqcnResolver importCheck (Ljava/lang/Iterable;)V 6 member ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/FqcnResolver$$Lambda+0x000001d681320720 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/FqcnResolver +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/impl/Log4jApiLogFactory$Log4j2Log +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (Ljava/lang/Class;)Ljava/lang/Class; 15 argL0 ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68130ebe8 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$9 (Ljava/lang/Class;Ljava/util/stream/Stream;)Ljava/util/Optional; 13 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68130e998 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$9 (Ljava/lang/Class;Ljava/util/stream/Stream;)Ljava/util/Optional; 2 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68130e748 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (Ljava/lang/Class;)Ljava/lang/Class; 4 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68130e508 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory newStandardFactory (Ljava/lang/ClassLoader;)Ldev/kostromdan/mods/crash_assistant/commons/logging/LogFactory; 92 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d681320000 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/Log +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory isClassAvailable (Ljava/lang/String;Ljava/lang/ClassLoader;)Z 23 member ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131f690 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory isClassAvailable (Ljava/lang/String;Ljava/lang/ClassLoader;)Z 2 member ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131f470 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getFactory ()Ldev/kostromdan/mods/crash_assistant/commons/logging/LogFactory; 237 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131f258 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getFactory ()Ldev/kostromdan/mods/crash_assistant/commons/logging/LogFactory; 194 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131f040 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getFactory ()Ldev/kostromdan/mods/crash_assistant/commons/logging/LogFactory; 159 member ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131ee20 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getResources (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/util/Enumeration; 2 member ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131ec00 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/impl/WeakHashtable$Referenced +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getContextClassLoaderInternal ()Ljava/lang/ClassLoader; 0 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131e598 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory getSystemProperty (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; 2 member ; # dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory$$Lambda+0x000001d68131dfb0 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/LogFactory +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect ()V 108 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$$Lambda+0x000001d68131d908 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect ()V 100 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$$Lambda+0x000001d68131d6f0 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$ResolverStrategy +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$PropertyResolver +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlPropertySet +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlPropertyGet +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlOperator$Uberspect +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$Uberspect +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlMethod +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Uberspect +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlEngine$EmptyNamespaceResolver +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlEngine$EmptyContext +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlFeatures ()V 0 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlFeatures$$Lambda+0x000001d68131b720 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlFeatures +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlEngine$FailObject +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JxltEngine +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/ParserVisitor +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$ClassConstantResolver +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$ClassNameResolver +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlScriptParser +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/Provider +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlContext$NamespaceResolver +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlBuilder ()V 26 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlBuilder$$Lambda+0x000001d681318478 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/SoftCache +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlCache +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlOptions +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlPermissions$Delegate +instanceKlass @bci dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/PermissionsParser readPackages ()V 177 argL0 ; # dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/PermissionsParser$$Lambda+0x000001d6813171b8 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Permissions$NoJexlPackage +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Permissions +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/Permissions$NoJexlClass +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/PermissionsParser +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/permissions/SmartJexlPermissions +instanceKlass java/util/zip/Deflater +instanceKlass java/util/stream/LongStream$LongMapMultiConsumer +instanceKlass java/util/stream/LongStream$Builder +instanceKlass java/util/stream/LongStream +instanceKlass java/util/stream/IntStream$IntMapMultiConsumer +instanceKlass java/util/stream/IntStream$Builder +instanceKlass java/util/stream/DoubleStream$DoubleMapMultiConsumer +instanceKlass java/util/stream/DoubleStream$Builder +instanceKlass java/util/stream/DoubleStream +instanceKlass java/util/function/UnaryOperator +instanceKlass java/util/function/ToLongFunction +instanceKlass java/util/function/ToLongBiFunction +instanceKlass java/util/function/ToIntBiFunction +instanceKlass java/util/function/ToDoubleFunction +instanceKlass java/util/function/ToDoubleBiFunction +instanceKlass java/util/function/ObjLongConsumer +instanceKlass java/util/function/ObjIntConsumer +instanceKlass java/util/function/ObjDoubleConsumer +instanceKlass java/util/function/LongUnaryOperator +instanceKlass java/util/function/LongToIntFunction +instanceKlass java/util/function/LongToDoubleFunction +instanceKlass java/util/function/LongSupplier +instanceKlass java/util/function/LongBinaryOperator +instanceKlass java/util/function/IntUnaryOperator +instanceKlass java/util/function/IntToLongFunction +instanceKlass java/util/function/IntToDoubleFunction +instanceKlass java/util/function/IntSupplier +instanceKlass java/util/function/IntBinaryOperator +instanceKlass java/util/function/DoubleUnaryOperator +instanceKlass java/util/function/DoubleToLongFunction +instanceKlass java/util/function/DoubleToIntFunction +instanceKlass java/util/function/DoubleSupplier +instanceKlass java/util/function/DoublePredicate +instanceKlass java/util/function/DoubleFunction +instanceKlass java/util/function/DoubleBinaryOperator +instanceKlass java/util/function/BiPredicate +instanceKlass java/util/concurrent/atomic/AtomicStampedReference$Pair +instanceKlass java/util/concurrent/atomic/AtomicStampedReference +instanceKlass java/util/concurrent/atomic/AtomicReferenceArray +instanceKlass java/util/concurrent/atomic/AtomicMarkableReference$Pair +instanceKlass java/util/concurrent/atomic/AtomicMarkableReference +instanceKlass java/util/concurrent/LinkedTransferQueue$Node +instanceKlass java/util/concurrent/TransferQueue +instanceKlass java/util/concurrent/BlockingDeque +instanceKlass java/util/SplittableRandom +instanceKlass java/util/random/RandomGenerator$SplittableGenerator +instanceKlass java/util/random/RandomGenerator$StreamableGenerator +instanceKlass java/util/Spliterators$AbstractLongSpliterator +instanceKlass java/util/Spliterators$AbstractIntSpliterator +instanceKlass java/util/Spliterators$AbstractDoubleSpliterator +instanceKlass @bci java/util/regex/Pattern and (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 14 member ; # java/util/regex/Pattern$$Lambda+0x000001d6811fb510 +instanceKlass @bci java/util/regex/CharPredicates forProperty (Ljava/lang/String;Z)Ljava/util/regex/Pattern$CharPredicate; 2625 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x000001d6811fb2b8 +instanceKlass @bci java/util/regex/CharPredicates forProperty (Ljava/lang/String;Z)Ljava/util/regex/Pattern$CharPredicate; 2705 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x000001d6811fb060 +instanceKlass java/util/Scanner +instanceKlass java/util/PrimitiveIterator$OfLong +instanceKlass java/util/PrimitiveIterator$OfInt +instanceKlass java/util/PrimitiveIterator$OfDouble +instanceKlass java/util/PrimitiveIterator +instanceKlass java/util/OptionalLong +instanceKlass java/util/OptionalDouble +instanceKlass java/util/LongSummaryStatistics +instanceKlass java/util/function/LongConsumer +instanceKlass java/util/Locale$LanguageRange +instanceKlass java/util/IntSummaryStatistics +instanceKlass java/util/FormattableFlags +instanceKlass java/util/DoubleSummaryStatistics +instanceKlass java/util/function/DoubleConsumer +instanceKlass java/util/Currency$OtherCurrencyEntry +instanceKlass java/util/Currency$SpecialCaseEntry +instanceKlass java/util/Currency$1 +instanceKlass java/time/temporal/WeekFields$ComputedDayOfField +instanceKlass java/time/temporal/WeekFields +instanceKlass java/time/temporal/TemporalQueries$7 +instanceKlass java/time/temporal/TemporalQueries$6 +instanceKlass java/time/temporal/TemporalQueries$5 +instanceKlass java/time/temporal/TemporalQueries$4 +instanceKlass java/time/temporal/TemporalQueries$3 +instanceKlass java/time/temporal/TemporalQueries$2 +instanceKlass java/time/temporal/TemporalQueries$1 +instanceKlass java/time/temporal/TemporalQueries +instanceKlass java/time/temporal/TemporalAdjusters +instanceKlass java/time/chrono/JapaneseEra +instanceKlass java/util/Locale$LocaleKey +instanceKlass sun/util/locale/LocaleExtensions +instanceKlass sun/util/locale/InternalLocaleBuilder$CaseInsensitiveString +instanceKlass sun/util/locale/Extension +instanceKlass sun/util/calendar/Era +instanceKlass java/time/chrono/ChronoLocalDateImpl +instanceKlass @bci java/time/chrono/HijrahChronology registerCustomChrono ()V 0 argL0 ; # java/time/chrono/HijrahChronology$$Lambda+0x000001d6811ef7b8 +instanceKlass @bci java/time/chrono/HijrahChronology ()V 36 argL0 ; # java/time/chrono/HijrahChronology$$Lambda+0x000001d6811ef5a0 +instanceKlass java/time/chrono/Era +instanceKlass java/time/YearMonth +instanceKlass java/time/Year +instanceKlass @bci java/util/regex/Pattern CIRange (II)Ljava/util/regex/Pattern$CharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001d6811ee768 +instanceKlass @bci java/util/regex/Pattern SingleI (II)Ljava/util/regex/Pattern$BmpCharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001d6811ee4e0 +instanceKlass java/time/OffsetTime +instanceKlass java/time/OffsetDateTime +instanceKlass java/time/MonthDay +instanceKlass java/text/StringCharacterIterator +instanceKlass java/text/ParsePosition +instanceKlass java/text/Collator +instanceKlass java/text/CollationKey +instanceKlass java/text/CollationElementIterator +instanceKlass java/text/BreakIterator +instanceKlass java/text/Bidi +instanceKlass java/text/AttributedString +instanceKlass java/text/AttributedCharacterIterator +instanceKlass java/text/CharacterIterator +instanceKlass java/text/Annotation +instanceKlass java/net/URLEncoder +instanceKlass java/net/URLDecoder +instanceKlass java/lang/Character$Subset +instanceKlass java/io/StreamTokenizer +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Script$Callable +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$ConstantResolverFactory +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlEngine +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JexlParser$LexicalUnit +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/SimpleNode +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/Node +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlCache$Reference +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/Script +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlExpression +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlScript +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/JavaccError +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlInfo +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/maven_version_cmp/VersionUtils +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/maven_version_cmp/ComparableVersion$Item +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/maven_version_cmp/ComparableVersion +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/MemoryUtils +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/script_utils/ScriptWarning +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/script_utils/ScriptUtils +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/script_utils/MinecraftLogger +instanceKlass org/apache/logging/log4j/core/config/LoggerConfig$Builder +instanceKlass org/apache/logging/log4j/core/lookup/PropertiesLookup$ConfigurationPropertyResult +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68130cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68130c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68130c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68130c000 +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginValue +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d6813029a8 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d681302788 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/ClassExistenceChecker +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/script_utils/Logger +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/MapContext +instanceKlass java/math/MathContext +instanceKlass jdk/internal/math/MathUtils +instanceKlass jdk/internal/math/DoubleToDecimal +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$ArrayBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$SetBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$MapBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/UpdatedPair +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModpackStatusChecker +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModListUtils +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModListDiff +instanceKlass com/google/gson/internal/bind/TreeTypeAdapter$SingleTypeFactory +instanceKlass com/google/gson/JsonDeserializationContext +instanceKlass com/google/gson/JsonSerializationContext +instanceKlass com/google/gson/InstanceCreator +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/Mod$ModAdapter +instanceKlass com/google/gson/JsonSerializer +instanceKlass com/google/gson/JsonDeserializer +instanceKlass com/google/gson/GsonBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/Mod +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 722 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681308648 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 702 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681308430 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 682 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681308218 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 662 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681308000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 642 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681304400 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 622 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681304c30 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 602 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681304a18 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 582 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681304800 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 562 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305c90 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 542 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305a78 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 522 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305860 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 502 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305648 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 482 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305430 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 462 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305218 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 442 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681305000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 422 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681307d50 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 402 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681307b38 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 382 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681307920 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 362 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681307708 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 342 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6813074f0 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 322 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6813072d8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 302 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6813070c0 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 283 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306ea8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 263 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306c90 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 243 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306a78 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 223 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306860 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 203 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306648 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 183 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306430 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 163 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306218 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 143 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d681306000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 123 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812afde0 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 103 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812afbc8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 84 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812af9b0 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 65 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812af798 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 46 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812af580 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 27 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812af368 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider ()V 8 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider$$Lambda+0x000001d6812af150 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LanguageProvider getLangFilesInConfigPaths ()Ljava/util/HashSet; 30 member ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LanguageProvider$$Lambda+0x000001d6812aece0 +instanceKlass @cpi team/creative/creativecore/CreativeCoreGuiRegistry 396 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681304000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/Lang ()V 13 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/Lang$$Lambda+0x000001d6812aeaa8 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/lang/Lang +instanceKlass com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator +instanceKlass com/google/gson/internal/ConstructorConstructor$9 +instanceKlass java/lang/reflect/AnnotatedType +instanceKlass com/google/gson/internal/reflect/ReflectionHelper$RecordHelper +instanceKlass com/google/gson/internal/reflect/ReflectionHelper +instanceKlass com/google/gson/internal/ReflectionAccessFilterHelper +instanceKlass @bci org/lwjgl/opengl/GL createCapabilities (ZLjava/util/function/IntFunction;)Lorg/lwjgl/opengl/GLCapabilities; 891 argL0 ; # org/lwjgl/opengl/GL$$Lambda+0x000001d6812bfb28 +instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField +instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory +instanceKlass com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory +instanceKlass com/google/gson/internal/bind/MapTypeAdapterFactory +instanceKlass com/google/gson/internal/bind/CollectionTypeAdapterFactory +instanceKlass com/google/gson/internal/bind/ArrayTypeAdapter$1 +instanceKlass com/google/gson/internal/sql/SqlTimestampTypeAdapter$1 +instanceKlass com/google/gson/internal/sql/SqlTimeTypeAdapter$1 +instanceKlass com/google/gson/internal/sql/SqlDateTypeAdapter$1 +instanceKlass com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType +instanceKlass com/google/gson/internal/sql/SqlTypesSupport +instanceKlass com/google/gson/internal/bind/DateTypeAdapter$1 +instanceKlass java/util/concurrent/atomic/AtomicLongArray +instanceKlass com/google/gson/internal/bind/NumberTypeAdapter$1 +instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$1 +instanceKlass com/google/gson/internal/ObjectConstructor +instanceKlass com/google/gson/internal/ConstructorConstructor +instanceKlass com/google/gson/internal/Excluder +instanceKlass com/google/gson/ToNumberStrategy +instanceKlass com/google/gson/FieldNamingStrategy +instanceKlass com/google/gson/Gson +instanceKlass com/google/gson/internal/$Gson$Preconditions +instanceKlass com/google/gson/internal/$Gson$Types$ParameterizedTypeImpl +instanceKlass com/google/gson/internal/$Gson$Types +instanceKlass com/google/gson/reflect/TypeToken +instanceKlass com/google/gson/internal/LinkedTreeMap$Node +instanceKlass com/google/gson/internal/LinkedTreeMap$1 +instanceKlass com/google/gson/internal/bind/TypeAdapters$35 +instanceKlass com/google/gson/internal/bind/TypeAdapters$29 +instanceKlass com/google/gson/internal/bind/TypeAdapters$33 +instanceKlass java/util/Currency +instanceKlass com/google/gson/internal/bind/TypeAdapters$34 +instanceKlass java/util/concurrent/atomic/AtomicIntegerArray +instanceKlass com/google/gson/internal/bind/TypeAdapters$32 +instanceKlass java/util/BitSet +instanceKlass com/google/gson/internal/bind/TypeAdapters$31 +instanceKlass com/google/gson/stream/JsonWriter +instanceKlass com/google/gson/TypeAdapterFactory +instanceKlass com/google/gson/TypeAdapter +instanceKlass com/google/gson/internal/bind/TypeAdapters +instanceKlass com/google/gson/internal/Streams +instanceKlass com/google/gson/internal/JsonReaderInternalAccess +instanceKlass com/google/gson/stream/JsonReader +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/lang/LanguageProvider unzipAndUpdateLangFiles ()V 0 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/lang/LanguageProvider$$Lambda+0x000001d6812ae458 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/lang/LanguageProvider +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/ConfigFormat initEmptyFile (Ljava/nio/file/Path;)V 2 member ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/ConfigFormat$$Lambda+0x000001d6812ae038 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/utils/WriterSupplier +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 34 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/Config$$Lambda+0x000001d6812ad4c8 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/json/JsonParser +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/json/FancyJsonWriter ()V 14 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/json/FancyJsonWriter$$Lambda+0x000001d6812acf50 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/json/FancyJsonWriter ()V 5 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/json/FancyJsonWriter$$Lambda+0x000001d6812acd08 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/json/FancyJsonWriter +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantLocalConfig +instanceKlass com/google/gson/JsonParser +instanceKlass org/lwjgl/opengl/GLCapabilities +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlPermissions +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/permissions/Permissions +instanceKlass @bci java/util/stream/SortedOps$RefSortingSink end ()V 48 member ; # java/util/stream/SortedOps$RefSortingSink$$Lambda+0x000001d6811e57e0 +instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001d6811e5298 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager runScripts ()V 66 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager$$Lambda+0x000001d6812a73d8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager runScripts ()V 56 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager$$Lambda+0x000001d6812a7190 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager runScripts ()V 46 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager$$Lambda+0x000001d6812a6f48 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlContext +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/scripts/AbstractScriptManager +instanceKlass org/lwjgl/system/MathUtil +instanceKlass org/lwjgl/opengl/WGL +instanceKlass org/lwjgl/system/SharedLibrary$Delegate +instanceKlass org/lwjgl/opengl/GL$2 +instanceKlass sun/nio/fs/WindowsFileCopy +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper killAndDeleteOldApps ()V 32 member ; # dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper$$Lambda+0x000001d6812a66c0 +instanceKlass @bci java/nio/file/Files asUncheckedRunnable (Ljava/io/Closeable;)Ljava/lang/Runnable; 1 member ; # java/nio/file/Files$$Lambda+0x000001d6811e4e78 +instanceKlass java/nio/file/Files$2 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/utils/ProcessHelper getCurrentProcessStartTime ()J 13 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/utils/ProcessHelper$$Lambda+0x000001d6812a6488 +instanceKlass @cpi dev/ftb/mods/ftbquests/util/ProgressChange 119 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812a9400 +instanceKlass java/lang/ProcessHandleImpl$Info +instanceKlass java/lang/ProcessHandle$Info +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/loading_utils/LauncherLogger redirectToFile ()V 230 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/loading_utils/LauncherLogger$$Lambda+0x000001d6812a6270 +instanceKlass java/util/concurrent/SynchronousQueue$TransferStack$SNode +instanceKlass java/util/concurrent/SynchronousQueue$Transferer +instanceKlass @cpi com/teamresourceful/resourcefullib/common/bytecodecs/ExtraByteCodecs 353 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812a9000 +instanceKlass @bci java/lang/ProcessHandleImpl lambda$static$1 ()Ljava/util/concurrent/Executor; 45 member ; # java/lang/ProcessHandleImpl$$Lambda+0x000001d6811e37a8 +instanceKlass @cpi java/lang/ProcessHandleImpl 436 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812a8c00 +instanceKlass @cpi net/neoforged/fml/loading/progress/StartupNotificationManager 291 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812a8800 +instanceKlass @bci java/lang/ProcessHandleImpl ()V 32 argL0 ; # java/lang/ProcessHandleImpl$$Lambda+0x000001d6811e3590 +instanceKlass java/lang/ProcessHandleImpl +instanceKlass java/lang/ProcessHandle +instanceKlass java/text/DontCareFieldPosition$1 +instanceKlass java/text/Format$FieldDelegate +instanceKlass java/text/DigitList +instanceKlass java/text/FieldPosition +instanceKlass java/lang/StringUTF16$CharsSpliterator +instanceKlass @bci java/util/stream/FindOps$FindSink$OfInt ()V 43 argL0 ; # java/util/stream/FindOps$FindSink$OfInt$$Lambda+0x800000049 +instanceKlass @bci java/util/stream/FindOps$FindSink$OfInt ()V 38 argL0 ; # java/util/stream/FindOps$FindSink$OfInt$$Lambda+0x80000004b +instanceKlass @bci java/util/stream/FindOps$FindSink$OfInt ()V 16 argL0 ; # java/util/stream/FindOps$FindSink$OfInt$$Lambda+0x80000004a +instanceKlass @bci java/util/stream/FindOps$FindSink$OfInt ()V 11 argL0 ; # java/util/stream/FindOps$FindSink$OfInt$$Lambda+0x80000004c +instanceKlass java/util/OptionalInt +instanceKlass @bci java/text/DecimalFormatSymbols findNonFormatChar (Ljava/lang/String;C)C 4 argL0 ; # java/text/DecimalFormatSymbols$$Lambda+0x80000000d +instanceKlass java/util/function/IntPredicate +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDecimalFormatSymbolsProvider ()Ljava/text/spi/DecimalFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x80000006b +instanceKlass java/text/DecimalFormatSymbols +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getNumberFormatProvider ()Ljava/text/spi/NumberFormatProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x80000006c +instanceKlass @bci org/lwjgl/opengl/GL ()V 26 argL0 ; # org/lwjgl/opengl/GL$$Lambda+0x000001d681296d18 +instanceKlass java/text/AttributedCharacterIterator$Attribute +instanceKlass @bci org/lwjgl/opengl/GL ()V 21 argL0 ; # org/lwjgl/opengl/GL$$Lambda+0x000001d681296af0 +# instanceKlass org/lwjgl/opengl/GL$$InjectedInvoker+0x000001d6812a8400 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/LauncherLogger +instanceKlass org/lwjgl/opengl/GL$ICDStatic +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig update ()V 0 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a58c8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig get (Ljava/lang/String;)Ljava/lang/Object; 10 member ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a56a8 +instanceKlass org/lwjgl/opengl/GL$ICD +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig setupDefaultValues ()V 1480 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a5480 +instanceKlass org/lwjgl/opengl/GL +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig lambda$setupDefaultValues$2 (Ljava/util/HashSet;Ljava/lang/String;Ljava/lang/Object;)V 16 member ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a5250 +instanceKlass @cpi io/wispforest/accessories/api/events/AdjustAttributeModifierCallback 24 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812a8000 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig setupDefaultValues ()V 1469 member ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a5020 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig addOption (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V 87 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a4de8 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/NullObject +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/utils/StringUtils +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/CharsWrapper$1 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/ArrayParser +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/StringParser +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/ValueParser +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/CharsWrapper +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/Utils +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/Toml +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/TableParser +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/utils/IntDeque +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/AbstractInput +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig load ()V 0 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812a2eb0 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/WriteAsyncFileConfig$WriteCompletedHandler +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/AbstractConfig getWildcardMapCreator (Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 1 member ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/AbstractConfig$$Lambda+0x000001d68129fa50 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/AbstractConfig +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 16 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/Config$$Lambda+0x000001d68129f838 +instanceKlass java/nio/channels/CompletionHandler +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/utils/UnmodifiableConfigWrapper +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/CharacterInput +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlParser +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter ()V 28 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter$$Lambda+0x000001d68129d020 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter ()V 19 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter$$Lambda+0x000001d68129cdd8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter ()V 10 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter$$Lambda+0x000001d68129cb90 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/CharacterOutput +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlWriter +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction ()V 16 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d68129c1c0 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction ()V 8 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d68129bfa8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction ()V 0 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d68129bd90 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileNotFoundAction +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 73 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129b790 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 68 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129b568 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 63 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129b340 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 45 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129b128 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 40 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129af00 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 35 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129acd8 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 17 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129aac0 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$MapPutAction +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 12 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129a6a0 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$PutAction +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode ()V 7 argL0 ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode$$Lambda+0x000001d68129a280 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/GenericBuilder +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/CommentedFileConfig +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FileConfig +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/CommentedConfig +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/UnmodifiableCommentedConfig +instanceKlass @bci dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FormatDetector registerExtension (Ljava/lang/String;Ldev/kostromdan/mods/crash_assistant/nightconfig/core/ConfigFormat;)V 5 member ; # dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FormatDetector$$Lambda+0x000001d681298840 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/json/JsonFormat +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/FormatDetector +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ConfigParser +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/Config +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/UnmodifiableConfig +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ConfigWriter +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/toml/TomlFormat +instanceKlass java/nio/file/Path$1 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig ()V 106 argL0 ; # dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig$$Lambda+0x000001d6812939b0 +instanceKlass @cpi io/wispforest/owo/network/OwoNetChannel 823 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681290c00 +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/ConfigFormat +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/config/CrashAssistantConfig +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/DefaultConfigModsCompatibility +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class; 16 argL0 ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681296290 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$6 (Ljava/lang/String;Ljava/lang/String;Ljava/util/stream/Stream;)Ljava/util/Optional; 24 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681296040 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$6 (Ljava/lang/String;Ljava/lang/String;Ljava/util/stream/Stream;)Ljava/util/Optional; 13 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681295df0 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$6 (Ljava/lang/String;Ljava/lang/String;Ljava/util/stream/Stream;)Ljava/util/Optional; 2 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681295ba0 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class; 5 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681295960 +instanceKlass java/util/TimerTask +instanceKlass com/google/gson/JsonElement +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarInJarHelper +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/LibrariesJarLocator +instanceKlass @bci java/lang/Runtime$Version toString ()Ljava/lang/String; 45 member ; # java/lang/Runtime$Version$$Lambda+0x000001d6811e1668 +instanceKlass @bci java/lang/Runtime$Version toString ()Ljava/lang/String; 13 argL0 ; # java/lang/Runtime$Version$$Lambda+0x000001d6811e1430 +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/utils/ProcessHelper +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/ArgUtils +instanceKlass dev/kostromdan/mods/crash_assistant/core_mod/services/CrashAssistantTransformationService +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 170 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d681294d20 +instanceKlass cpw/mods/modlauncher/TransformationServiceDecorator +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 165 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6812948a8 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 157 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d681294680 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 152 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d681294460 +instanceKlass net/neoforged/fml/loading/progress/ProgressMeter +instanceKlass net/neoforged/fml/loading/FMLLoader +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow start (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Runnable; 43 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681289b88 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow start (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Runnable; 25 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681289968 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 1071 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681289740 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher onCallback (JII)V 64 ; # java/lang/invoke/LambdaForm$MH+0x000001d681290800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681290400 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher onCallback (JII)V 64 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681290000 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/WindowPosCallbackDispatcher onCallback (JII)V 64 member ; # me/decce/ixeris/core/glfw/callback_dispatcher/WindowPosCallbackDispatcher$$Lambda+0x000001d681289510 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 1047 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681289288 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 1035 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681289000 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 198 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128b658 +instanceKlass org/lwjgl/glfw/GLFWWindowSizeCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 187 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128ac28 +instanceKlass org/lwjgl/glfw/GLFWWindowRefreshCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 176 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128a1f8 +instanceKlass org/lwjgl/glfw/GLFWWindowPosCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 165 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128f7c8 +instanceKlass org/lwjgl/glfw/GLFWWindowMaximizeCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 154 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128ed98 +instanceKlass org/lwjgl/glfw/GLFWWindowIconifyCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 143 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128e368 +instanceKlass org/lwjgl/glfw/GLFWWindowFocusCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 132 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128d938 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 482 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681288c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681288800 +instanceKlass org/lwjgl/glfw/GLFWWindowContentScaleCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 121 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128cf08 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 478 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681288400 +instanceKlass org/lwjgl/glfw/GLFWWindowCloseCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 110 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d68128c4d8 +instanceKlass org/lwjgl/glfw/GLFWScrollCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 99 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d6812839f8 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 471 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681288000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681283400 +instanceKlass org/lwjgl/glfw/GLFWMouseButtonCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 88 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d6812876b0 +instanceKlass org/lwjgl/glfw/GLFWMonitorCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 77 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d681286c80 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 464 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681283000 +instanceKlass @cpi org/lwjgl/glfw/GLFW 3866 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681282c00 +instanceKlass org/lwjgl/glfw/GLFWKeyCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 66 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d681286250 +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 55 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d681285460 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 457 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681282800 +instanceKlass @cpi com/mojang/blaze3d/platform/Window 699 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681282400 +instanceKlass org/lwjgl/glfw/GLFWErrorCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 44 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d681284a30 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 453 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681282000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681281c00 +instanceKlass org/lwjgl/glfw/GLFWDropCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 33 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d681284000 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 449 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681281800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681281400 +instanceKlass org/lwjgl/glfw/GLFWCursorPosCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 22 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d6812ff468 +instanceKlass org/lwjgl/glfw/GLFWCursorEnterCallbackI +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 11 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d6812fea38 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 441 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681281000 +instanceKlass @cpi org/lwjgl/glfw/GLFW 2531 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681280c00 +instanceKlass org/lwjgl/glfw/GLFWCharModsCallbackI +instanceKlass org/lwjgl/system/Callback$1 +instanceKlass org/lwjgl/system/Callback$ClosureRegistry +instanceKlass org/lwjgl/system/Callback +instanceKlass @bci me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks initCallbacks ()V 0 argL0 ; # me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks$$Lambda+0x000001d6812fd6d0 +instanceKlass @cpi me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks 437 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681280800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681280400 +instanceKlass org/lwjgl/glfw/GLFWCharCallbackI +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceArrayList ()V 26 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceArrayList$$Lambda+0x000001d6812fd298 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceArrayList ()V 21 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceArrayList$$Lambda+0x000001d6812fd070 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/Palette 112 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681280000 +instanceKlass @bci it/unimi/dsi/fastutil/objects/ReferenceArrayList ()V 16 argL0 ; # it/unimi/dsi/fastutil/objects/ReferenceArrayList$$Lambda+0x000001d6812fce58 +instanceKlass it/unimi/dsi/fastutil/objects/ObjectListIterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectBidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/BidirectionalIterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSpliterator +instanceKlass it/unimi/dsi/fastutil/objects/ObjectIterator +instanceKlass it/unimi/dsi/fastutil/Stack +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceList +instanceKlass it/unimi/dsi/fastutil/longs/Long2ReferenceMap$FastEntrySet +instanceKlass it/unimi/dsi/fastutil/objects/ObjectSet +instanceKlass it/unimi/dsi/fastutil/objects/ObjectCollection +instanceKlass it/unimi/dsi/fastutil/longs/LongSet +instanceKlass it/unimi/dsi/fastutil/longs/LongCollection +instanceKlass it/unimi/dsi/fastutil/longs/LongIterable +instanceKlass it/unimi/dsi/fastutil/objects/ReferenceCollection +instanceKlass it/unimi/dsi/fastutil/objects/ObjectIterable +instanceKlass it/unimi/dsi/fastutil/longs/AbstractLong2ReferenceFunction +instanceKlass it/unimi/dsi/fastutil/longs/Long2ReferenceMap +instanceKlass it/unimi/dsi/fastutil/longs/Long2ReferenceFunction +instanceKlass java/util/function/LongFunction +instanceKlass it/unimi/dsi/fastutil/Function +instanceKlass org/lwjgl/system/CheckIntrinsics +instanceKlass org/lwjgl/system/libffi/LibFFI +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 1023 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812f3048 +instanceKlass @cpi net/minecraft/client/KeyboardHandler 1149 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812f7400 +instanceKlass org/lwjgl/glfw/GLFWFramebufferSizeCallbackI +instanceKlass org/lwjgl/system/CallbackI +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 1012 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812f2a30 +instanceKlass @bci org/lwjgl/glfw/GLFW nglfwSetWindowIcon (JIJ)V 27 argL0 ; # org/lwjgl/glfw/GLFW$$Lambda+0x000001d6812f2818 +instanceKlass @cpi java/lang/ProcessImpl 625 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812f7000 +instanceKlass org/lwjgl/system/Struct$StructValidation +instanceKlass org/lwjgl/system/MultiReleaseMemCopy +instanceKlass @bci org/lwjgl/stb/LibSTB ()V 11 argL0 ; # org/lwjgl/stb/LibSTB$$Lambda+0x000001d6812f21f8 +instanceKlass @bci org/lwjgl/stb/LibSTB ()V 6 argL0 ; # org/lwjgl/stb/LibSTB$$Lambda+0x000001d6812f1fd0 +# instanceKlass org/lwjgl/stb/LibSTB$$InjectedInvoker+0x000001d6812f6c00 +instanceKlass org/lwjgl/stb/LibSTB +instanceKlass org/lwjgl/stb/STBImage +instanceKlass net/neoforged/fml/earlydisplay/STBHelper +instanceKlass org/lwjgl/system/jemalloc/JEmalloc$Functions +instanceKlass org/lwjgl/system/jemalloc/JEmalloc +instanceKlass org/lwjgl/system/jemalloc/JEmallocAllocator +instanceKlass org/lwjgl/system/MemoryManage +instanceKlass org/lwjgl/system/MemoryUtil$MemoryAllocator +instanceKlass org/lwjgl/system/MemoryUtil$LazyInit +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 422 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812f0ad8 +instanceKlass @cpi com/simibubi/create/foundation/data/WindowGen 938 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812f6800 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packageItem (Lcom/simibubi/create/content/logistics/box/PackageStyles$PackageStyle;)Lcom/tterrag/registrate/builders/ItemBuilder; 8 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6812f6400 +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers packageItem (Lcom/simibubi/create/content/logistics/box/PackageStyles$PackageStyle;)Lcom/tterrag/registrate/builders/ItemBuilder; 8 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6812f6000 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL3 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6812f5c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f5800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f5400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f5000 +instanceKlass @bci io/homo/superresolution/core/graphics/impl/texture/ITexture string ()Ljava/lang/String; 27 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d6812f4c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f4800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812f4000 +instanceKlass java/util/concurrent/Executors$RunnableAdapter +instanceKlass java/util/concurrent/FutureTask$WaitNode +instanceKlass java/util/concurrent/FutureTask +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 242 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812f08b8 +instanceKlass org/lwjgl/system/Struct$Member +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initWindow (Ljava/lang/String;)V 69 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812ebc00 +instanceKlass org/lwjgl/system/JNI +instanceKlass org/lwjgl/glfw/EventLoop +instanceKlass org/lwjgl/glfw/GLFW$Functions +instanceKlass org/lwjgl/system/ThreadLocalUtil +instanceKlass org/lwjgl/system/windows/WinBase +instanceKlass org/lwjgl/BufferUtils +instanceKlass @bci org/lwjgl/system/MemoryStack ()V 24 argL0 ; # org/lwjgl/system/MemoryStack$$Lambda+0x000001d6812ef060 +instanceKlass @bci org/lwjgl/system/MemoryUtil getFieldOffsetObject (Ljava/lang/Object;Ljava/lang/Object;)J 10 member ; # org/lwjgl/system/MemoryUtil$$Lambda+0x000001d6812ee2c0 +instanceKlass @cpi org/lwjgl/system/MemoryUtil 1021 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812eb800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6812eb400 +instanceKlass @bci dev/kostromdan/mods/crash_assistant/common_config/communication/ProcessSignalIO post (Ljava/lang/String;Ljava/lang/String;)V 4 ; # java/lang/invoke/LambdaForm$MH+0x000001d6812eb000 +instanceKlass @cpi net/mehvahdjukaar/supplementaries/common/misc/globe/GlobeData 211 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812eac00 +instanceKlass @bci org/lwjgl/system/MemoryUtil getAddressOffset ()J 41 member ; # org/lwjgl/system/MemoryUtil$$Lambda+0x000001d6812ee070 +instanceKlass @cpi org/lwjgl/system/MemoryUtil 1026 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812ea800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6812ea400 +instanceKlass org/lwjgl/system/MemoryAccessJNI +instanceKlass @bci net/mehvahdjukaar/moonlight/api/resources/textures/TextureOps applyOverlay (Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;Z[Lnet/mehvahdjukaar/moonlight/api/resources/textures/TextureImage;)V 129 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812ea000 +instanceKlass @bci org/lwjgl/system/MemoryUtil getFieldOffsetInt (Ljava/lang/Object;I)J 9 member ; # org/lwjgl/system/MemoryUtil$$Lambda+0x000001d6812edc20 +instanceKlass @cpi org/lwjgl/system/MemoryUtil 1018 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e9c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6812e9800 +instanceKlass java/util/function/LongPredicate +instanceKlass org/lwjgl/system/jni/JNINativeInterface +instanceKlass @bci org/lwjgl/system/MemoryUtil ()V 32 argL0 ; # org/lwjgl/system/MemoryUtil$$Lambda+0x000001d6812ed808 +instanceKlass @bci org/lwjgl/system/MemoryUtil ()V 21 argL0 ; # org/lwjgl/system/MemoryUtil$$Lambda+0x000001d6812ed5f0 +instanceKlass org/lwjgl/system/MemoryUtil +instanceKlass org/lwjgl/system/APIUtil$1 +instanceKlass jdk/internal/loader/NativeLibraries$Unloader +instanceKlass sun/nio/ch/FileKey +instanceKlass sun/nio/ch/FileLockTable +instanceKlass java/nio/channels/FileLock +instanceKlass @bci java/util/regex/Pattern ALL ()Ljava/util/regex/Pattern$CharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001d6811dcf98 +instanceKlass org/lwjgl/system/SharedLibrary +instanceKlass org/lwjgl/system/FunctionProvider +instanceKlass org/lwjgl/system/APIUtil +instanceKlass org/lwjgl/system/SharedLibraryLoader +instanceKlass @bci org/lwjgl/system/Library loadSystem (Ljava/lang/String;Ljava/lang/String;)V 5 argL0 ; # org/lwjgl/system/Library$$Lambda+0x000001d6812e7d58 +instanceKlass @bci org/lwjgl/system/Library loadSystem (Ljava/lang/String;Ljava/lang/String;)V 0 argL0 ; # org/lwjgl/system/Library$$Lambda+0x000001d6812e7b30 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812e9400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812e9000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812e8c00 +# instanceKlass org/lwjgl/system/Library$$InjectedInvoker+0x000001d6812e8800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812e8400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812e8000 +instanceKlass org/lwjgl/system/Checks +instanceKlass org/lwjgl/system/Library +instanceKlass java/util/concurrent/RunnableScheduledFuture +instanceKlass java/util/concurrent/ScheduledFuture +instanceKlass java/util/concurrent/Delayed +instanceKlass java/util/concurrent/RunnableFuture +instanceKlass java/util/concurrent/Executors$DelegatedExecutorService +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow start (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Runnable; 1 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812e6cc0 +instanceKlass net/neoforged/fml/earlydisplay/PerformanceInfo +instanceKlass net/neoforged/fml/loading/progress/Message +instanceKlass @bci com/simibubi/create/foundation/data/BuilderTransformers tableCloth (Ljava/lang/String;Lcom/tterrag/registrate/util/nullness/NonNullSupplier;Z)Lcom/tterrag/registrate/util/nullness/NonNullUnaryOperator; 3 ; # java/lang/invoke/LambdaForm$MH+0x000001d6812e5c00 +instanceKlass @cpi org/betterx/betterend/world/features/terrain/StalactiteFeatureConfig 172 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e5800 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager addMessage (Lnet/neoforged/fml/loading/progress/Message$MessageType;Ljava/lang/String;I)V 16 member ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d6812e6648 +instanceKlass @cpi sun/swing/SwingUtilities2 1496 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6812e5400 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initialize ([Ljava/lang/String;)Ljava/lang/Runnable; 379 member ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812e6418 +instanceKlass @bci net/neoforged/fml/loading/progress/StartupNotificationManager modLoaderConsumer ()Ljava/util/Optional; 0 argL0 ; # net/neoforged/fml/loading/progress/StartupNotificationManager$$Lambda+0x000001d6812e61f0 +instanceKlass net/neoforged/fml/loading/progress/StartupNotificationManager +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initialize ([Ljava/lang/String;)Ljava/lang/Runnable; 267 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812472f0 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initialize ([Ljava/lang/String;)Ljava/lang/Runnable; 262 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d6812470b8 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initialize ([Ljava/lang/String;)Ljava/lang/Runnable; 252 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681246e70 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow initialize ([Ljava/lang/String;)Ljava/lang/Runnable; 242 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681246c38 +instanceKlass joptsimple/internal/MethodInvokingValueConverter +instanceKlass joptsimple/internal/ConstructorInvokingValueConverter +instanceKlass joptsimple/internal/Classes +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 188 member ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d681246388 +instanceKlass @bci net/neoforged/fml/earlydisplay/DisplayWindow ()V 29 argL0 ; # net/neoforged/fml/earlydisplay/DisplayWindow$$Lambda+0x000001d681246170 +instanceKlass net/neoforged/fml/earlydisplay/DisplayWindow +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 168 member ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d681245950 +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 157 argL0 ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d681245718 +instanceKlass org/lwjgl/glfw/GLFW +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812dd400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812dd000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6812dcc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68127dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68127d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68127d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68127d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68127cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68126dc00 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CInlineAnnotationHandler transform (Lme/decce/ixeris/core/shadow/classtransform/TransformerManager;Lorg/objectweb/asm/tree/ClassNode;Lorg/objectweb/asm/tree/ClassNode;)V 9 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CInlineAnnotationHandler$$Lambda+0x000001d6812450e0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68124a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681249c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681249800 +instanceKlass jdk/internal/org/objectweb/asm/ClassReader +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681249000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681248c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681248800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681248400 +instanceKlass org/objectweb/asm/Handler +instanceKlass org/objectweb/asm/Edge +instanceKlass org/objectweb/asm/Frame +instanceKlass org/objectweb/asm/ByteVector +instanceKlass org/objectweb/asm/Symbol +instanceKlass org/objectweb/asm/SymbolTable +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681248000 +instanceKlass @bci java/lang/ClassLoader definePackage (Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/Package; 73 member ; # java/lang/ClassLoader$$Lambda+0x000001d6811d9ef8 +instanceKlass org/objectweb/asm/tree/InsnList$InsnListIterator +instanceKlass org/objectweb/asm/signature/SignatureReader +instanceKlass org/objectweb/asm/ConstantDynamic +instanceKlass org/objectweb/asm/tree/TryCatchBlockNode +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager addTransformer (Ljava/util/Set;Ljava/lang/String;Lorg/objectweb/asm/tree/ClassNode;)V 23 member ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123fcb0 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager addTransformer (Ljava/util/Set;Ljava/lang/String;Lorg/objectweb/asm/tree/ClassNode;)V 5 argL0 ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123fa78 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager addTransformer (Lorg/objectweb/asm/tree/ClassNode;ZZ)Ljava/util/Set; 99 argL0 ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123f860 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager addTransformer (Lorg/objectweb/asm/tree/ClassNode;ZZ)Ljava/util/Set; 91 argL0 ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123f628 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/AnnotationTranslatorManager register (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V 2 member ; # me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/AnnotationTranslatorManager$$Lambda+0x000001d68123f3b8 +instanceKlass org/objectweb/asm/Handle +instanceKlass org/objectweb/asm/Opcodes +instanceKlass org/objectweb/asm/tree/LocalVariableNode +instanceKlass org/objectweb/asm/Label +instanceKlass org/objectweb/asm/tree/InsnList +instanceKlass org/objectweb/asm/tree/InnerClassNode +instanceKlass org/objectweb/asm/tree/Util +instanceKlass org/objectweb/asm/AnnotationVisitor +instanceKlass org/objectweb/asm/RecordComponentVisitor +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager (Lme/decce/ixeris/core/shadow/classtransform/utils/tree/IClassProvider;Lme/decce/ixeris/core/shadow/classtransform/mappings/AMapper;)V 509 argL0 ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123f1a0 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/TransformerManager (Lme/decce/ixeris/core/shadow/classtransform/utils/tree/IClassProvider;Lme/decce/ixeris/core/shadow/classtransform/mappings/AMapper;)V 497 argL0 ; # me/decce/ixeris/core/shadow/classtransform/TransformerManager$$Lambda+0x000001d68123ef88 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CRedirectAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CRedirectAnnotationHandler$$Lambda+0x000001d68123ed50 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CWrapConditionAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CWrapConditionAnnotationHandler$$Lambda+0x000001d68123eb18 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CModifyConstantAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CModifyConstantAnnotationHandler$$Lambda+0x000001d68123e8e0 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CModifyExpressionValueAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CModifyExpressionValueAnnotationHandler$$Lambda+0x000001d68123e6a8 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CInjectAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CInjectAnnotationHandler$$Lambda+0x000001d68123e470 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/CWrapCatchAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/CWrapCatchAnnotationHandler$$Lambda+0x000001d68123e238 +instanceKlass @bci me/decce/ixeris/core/shadow/classtransform/transformer/impl/COverrideAnnotationHandler ()V 3 argL0 ; # me/decce/ixeris/core/shadow/classtransform/transformer/impl/COverrideAnnotationHandler$$Lambda+0x000001d68123e000 +instanceKlass org/objectweb/asm/signature/SignatureVisitor +instanceKlass @bci net/lenni0451/reflect/Constructors lambda$static$15 (Ljava/lang/invoke/MethodHandle;)Ljava/lang/Integer; 1 ; # java/lang/invoke/LambdaForm$MH+0x000001d68123c000 +instanceKlass org/lwjgl/VersionImpl +instanceKlass org/lwjgl/Version +instanceKlass @bci me/decce/ixeris/core/transform/TransformationHelper doTransformation (Ljava/lang/String;[BZ[Lme/decce/ixeris/core/shadow/classtransform/transformer/IAnnotationHandlerPreprocessor;)[B 7 argL0 ; # me/decce/ixeris/core/transform/TransformationHelper$$Lambda+0x000001d68123af50 +instanceKlass @bci me/decce/ixeris/core/transform/TransformationHelper (Ljava/lang/ClassLoader;)V 17 argL0 ; # me/decce/ixeris/core/transform/TransformationHelper$$Lambda+0x000001d68123ab48 +instanceKlass jdk/internal/classfile/ClassElement +instanceKlass jdk/internal/classfile/ClassfileElement +instanceKlass jdk/internal/classfile/ClassBuilder +instanceKlass jdk/internal/classfile/ClassfileBuilder +instanceKlass @bci me/decce/ixeris/core/transform/TransformationHelper (Ljava/lang/ClassLoader;)V 5 argL0 ; # me/decce/ixeris/core/transform/TransformationHelper$$Lambda+0x000001d68123a930 +instanceKlass @bci me/decce/ixeris/core/util/PlatformHelper ()V 33 argL0 ; # me/decce/ixeris/core/util/PlatformHelper$$Lambda+0x000001d68123a6e8 +instanceKlass @bci org/lwjgl/system/Platform ()V 236 argL0 ; # org/lwjgl/system/Platform$$Lambda+0x000001d68123a4b0 +instanceKlass @bci org/lwjgl/system/Platform ()V 231 argL0 ; # org/lwjgl/system/Platform$$Lambda+0x000001d68123a278 +instanceKlass @bci org/lwjgl/system/Platform ()V 212 argL0 ; # org/lwjgl/system/Platform$$Lambda+0x000001d68123a040 +instanceKlass @bci org/lwjgl/system/Platform ()V 207 argL0 ; # org/lwjgl/system/Platform$$Lambda+0x000001d681239e08 +instanceKlass @bci org/lwjgl/system/Configuration$StateInit ()V 16 argL0 ; # org/lwjgl/system/Configuration$StateInit$$Lambda+0x000001d681239bb8 +instanceKlass @bci org/lwjgl/system/Configuration$StateInit ()V 8 argL0 ; # org/lwjgl/system/Configuration$StateInit$$Lambda+0x000001d681239968 +instanceKlass @bci org/lwjgl/system/Configuration$StateInit ()V 0 argL0 ; # org/lwjgl/system/Configuration$StateInit$$Lambda+0x000001d681239718 +instanceKlass org/lwjgl/system/Configuration$StateInit +instanceKlass org/lwjgl/system/Configuration +instanceKlass @bci java/util/regex/CharPredicates ASCII_WORD ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x000001d6811d8a70 +instanceKlass com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$SynchronizedIterator +instanceKlass com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$SynchronizedCollection +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig bulkCommentedRead (Ljava/util/function/Consumer;)V 2 member ; # com/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig$$Lambda+0x000001d681234d68 +instanceKlass @bci com/electronwill/nightconfig/core/file/SyncFileConfig save ()V 25 member ; # com/electronwill/nightconfig/core/file/SyncFileConfig$$Lambda+0x000001d681234b38 +instanceKlass com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$SynchronizedMap +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/SynchronizedConfig valueMap ()Ljava/util/Map; 29 argL0 ; # com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$$Lambda+0x000001d681235cf8 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/SynchronizedConfig valueMap ()Ljava/util/Map; 24 member ; # com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$$Lambda+0x000001d681237db8 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/SynchronizedConfig valueMap ()Ljava/util/Map; 18 argL0 ; # com/electronwill/nightconfig/core/concurrent/SynchronizedConfig$$Lambda+0x000001d681237b80 +instanceKlass @bci jdk/internal/reflect/MethodHandleShortFieldAccessorImpl setShort (Ljava/lang/Object;S)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001d681234400 +instanceKlass @bci com/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig bulkCommentedUpdate (Ljava/util/function/Consumer;)V 2 member ; # com/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig$$Lambda+0x000001d681233d88 +instanceKlass @bci com/electronwill/nightconfig/core/file/SyncFileConfig load ()V 32 member ; # com/electronwill/nightconfig/core/file/SyncFileConfig$$Lambda+0x000001d681233b58 +instanceKlass com/electronwill/nightconfig/core/concurrent/SynchronizedConfig +instanceKlass @bci com/electronwill/nightconfig/core/file/GenericBuilder runnableOrNothing (Ljava/lang/Runnable;)Ljava/lang/Runnable; 4 argL0 ; # com/electronwill/nightconfig/core/file/GenericBuilder$$Lambda+0x000001d681233940 +instanceKlass @bci com/electronwill/nightconfig/core/file/GenericBuilder build ()Lcom/electronwill/nightconfig/core/file/FileConfig; 15 argL0 ; # com/electronwill/nightconfig/core/file/GenericBuilder$$Lambda+0x000001d681233728 +instanceKlass com/electronwill/nightconfig/core/utils/UnmodifiableConfigWrapper +instanceKlass @bci com/electronwill/nightconfig/core/file/FileNotFoundAction ()V 16 argL0 ; # com/electronwill/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d681230628 +instanceKlass @bci com/electronwill/nightconfig/core/file/FileNotFoundAction ()V 8 argL0 ; # com/electronwill/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d681230410 +instanceKlass @bci com/electronwill/nightconfig/core/file/FileNotFoundAction ()V 0 argL0 ; # com/electronwill/nightconfig/core/file/FileNotFoundAction$$Lambda+0x000001d6812301f8 +instanceKlass @cpi team/creative/creativecore/common/network/type/NetworkFieldTypes 525 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681234000 +instanceKlass com/electronwill/nightconfig/core/file/FileNotFoundAction +instanceKlass com/electronwill/nightconfig/core/file/GenericBuilder +instanceKlass com/electronwill/nightconfig/core/file/CommentedFileConfig +instanceKlass com/electronwill/nightconfig/core/file/FileConfig +instanceKlass com/electronwill/nightconfig/core/concurrent/ConcurrentCommentedConfig +instanceKlass @bci me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler removeModClassesFromServiceLayer ()V 61 argL0 ; # me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler$$Lambda+0x000001d681201ad8 +instanceKlass @bci me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler removeModClassesFromServiceLayer ()V 35 argL0 ; # me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler$$Lambda+0x000001d6812018c0 +instanceKlass @bci me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler removeModClassesFromServiceLayer ()V 24 argL0 ; # me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler$$Lambda+0x000001d681201678 +instanceKlass @bci me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler removeModClassesFromServiceLayer ()V 0 argL0 ; # me/decce/ixeris/neoforge/core/NeoForgeClassLoaderHandler$$Lambda+0x000001d681201460 +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/ConstantTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/FieldTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/HeadTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/InvokeTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/NewTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/OpcodeTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/ReturnTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/TailTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/impl/ThrowTarget +instanceKlass me/decce/ixeris/core/IxerisNoopAccessor +instanceKlass me/decce/ixeris/core/input/win32/RawInputHandlerWin32 +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/dynamic/TargetRemapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/dynamic/ThrowingRemapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/AtTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/InjectTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/LocalTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/MixinTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/ModifyConstantTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/ModifyExpressionValueTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/RedirectTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/SliceTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/WrapWithConditionTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/targets/IInjectionTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CLocalVariableCoprocessor +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CSharedCoprocessor +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/CTargetImpl$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/log/impl/SysoutLogger +instanceKlass me/decce/ixeris/core/FlexibleThreadingManager +instanceKlass me/decce/ixeris/core/Ixeris +instanceKlass me/decce/ixeris/core/IxerisConfig$1 +instanceKlass me/decce/ixeris/core/IxerisConfig$Comment +instanceKlass me/decce/ixeris/core/IxerisConfig$Key +instanceKlass me/decce/ixeris/core/IxerisConfig +instanceKlass me/decce/ixeris/core/IxerisMinecraftAccessor +instanceKlass me/decce/ixeris/core/MixinHelper +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CallbackDispatchers +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CharCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CharCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CharModsCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CharModsCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CommonCallbacks +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CursorEnterCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CursorPosCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/CursorPosCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/DropCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/DropCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/ErrorCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/ErrorCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/FramebufferSizeCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/IMEStatusCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/IMEStatusCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/KeyCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/KeyCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/MonitorCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/MonitorCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/MouseButtonCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/MouseButtonCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/PreeditCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/PreeditCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/PreeditCandidateCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/PreeditCandidateCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/ScrollCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/ScrollCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowCloseCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowCloseCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowContentScaleCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowContentScaleCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowFocusCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowFocusCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowIconifyCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowIconifyCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowMaximizeCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowMaximizeCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowPosCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowPosCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowRefreshCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowRefreshCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowSizeCallbackDispatcher$DispatchedRunnable +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/WindowSizeCallbackDispatcher +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/_334/CallbackDispatchers_334 +instanceKlass me/decce/ixeris/core/glfw/callback_dispatcher/_334/CommonCallbacks_334 +instanceKlass me/decce/ixeris/core/glfw/state_caching/GlfwCache +instanceKlass me/decce/ixeris/core/glfw/state_caching/GlfwCacheManager +instanceKlass me/decce/ixeris/core/glfw/state_caching/GlfwGlobalCacheManager +instanceKlass me/decce/ixeris/core/glfw/state_caching/GlfwWindowCacheManager +instanceKlass me/decce/ixeris/core/glfw/state_caching/global/GlfwCachedStandardCursor +instanceKlass me/decce/ixeris/core/glfw/state_caching/util/BufferHelper +instanceKlass me/decce/ixeris/core/glfw/state_caching/util/InputModeHelper +instanceKlass me/decce/ixeris/core/glfw/state_caching/util/KeyNameHelper +instanceKlass me/decce/ixeris/core/input/DefaultRawInputHandler +instanceKlass me/decce/ixeris/core/input/InputManager +instanceKlass me/decce/ixeris/core/input/RawInputHandler +instanceKlass me/decce/ixeris/core/input/win32/KeyCodeTranslatorWin32 +instanceKlass me/decce/ixeris/core/input/win32/RawInputDevices +instanceKlass me/decce/ixeris/core/mixins/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/callback_dispatcher/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/callback_dispatcher_334/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/flexible_threading/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/glfw_state_caching/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/glfw_threading/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/glfw_threading_330/GLFWMixin +instanceKlass me/decce/ixeris/core/mixins/glfw_threading_334/GLFWMixin +instanceKlass me/decce/ixeris/core/shadow/classtransform/InjectionCallback +instanceKlass me/decce/ixeris/core/shadow/classtransform/TransformerDebugger +instanceKlass me/decce/ixeris/core/shadow/classtransform/TransformerManager$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/TransformerManager +instanceKlass java/lang/instrument/ClassFileTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CInline +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CLocalVariable +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CReplaceCallback +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CShadow +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CShared +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CSlice +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CStub +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CUpgrade +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/InjectionInfo +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CASM +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CInject +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CModifyConstant +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CModifyExpressionValue +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/COverride +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CRecordComponent +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CRedirect +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CWrapCatch +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CWrapCondition +instanceKlass me/decce/ixeris/core/shadow/classtransform/debugger/TransformerTimings +instanceKlass me/decce/ixeris/core/shadow/classtransform/debugger/timings/TimedTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/AMapper$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/AMapper$AnnotationHolder +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/AMapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/InfoFiller +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/MapperConfig +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/annotation/AnnotationRemap +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/dynamic/IDynamicRemapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/TinyV1Mapper$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/TinyV1Mapper$TempMapping +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/TinyV2Mapper$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/TinyV2Mapper$TempMapping +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$ClassMetadata +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$FieldMetadata +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$MethodMetadata +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$ParameterMetadata +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/CallbackRewriter +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/MixinsTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/AnnotationTranslator +instanceKlass me/decce/ixeris/core/shadow/classtransform/mixinstranslator/impl/AnnotationTranslatorManager +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/AnnotationHandler +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/IAnnotationCoprocessor +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/IAnnotationHandlerPreprocessor +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/IBytecodeTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/IPostTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/IRawTransformer +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/AnnotationCoprocessorList +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CLocalVariableCoprocessor$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CLocalVariableCoprocessor$LocalVariable +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CSharedCoprocessor$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/impl/CSharedCoprocessor$ParsedSharedVariable +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/general/membercopy/FieldMerger +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/general/membercopy/InitializerMerger +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/general/membercopy/InterfaceMerger +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/general/membercopy/MethodMerger +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/redirect/CRedirectField +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/redirect/CRedirectInvoke +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/redirect/CRedirectNew +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/redirect/IRedirectTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/wrapcondition/CWrapConditionField +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/wrapcondition/CWrapConditionMethod +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/impl/wrapcondition/IWrapConditionTarget +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/ASMComparator +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/ASMUtils +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/CTargetImpl +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/Codifier +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/CoprocessorUtils$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/CoprocessorUtils$AnnotatedParameter +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/CoprocessorUtils +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/IOSupplier +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/InjectionCallbackReplacer +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/MemberDeclaration +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/MethodInliner$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/MethodInliner$StackVariable +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/MethodInliner +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/Sneaky$ThrowingFunction +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/Sneaky$ThrowingSupplier +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/Sneaky +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/Types +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/annotations/AnnotationParser +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/annotations/AnnotationUtils +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/annotations/ClassDefiner +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/annotations/IParsedAnnotation +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/attributes/AttributeAccessor +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/attributes/SharedVariableAttribute$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/attributes/SharedVariableAttribute$Serializer +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/attributes/SharedVariableAttribute$SharedVariable +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/loader/URLEnumeration +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/log/ILogger +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/log/Logger$MessageArgs +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/log/Logger +instanceKlass org/objectweb/asm/commons/Remapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/mappings/Remapper +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/mappings/SuperMappingFiller +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/tree/BasicClassProvider +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/tree/ClassTree$1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/tree/ClassTree$TreePart +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/tree/ClassTree +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/tree/IClassProvider +instanceKlass me/decce/ixeris/core/threading/MainThreadDispatcher$ImmediateRunnable +instanceKlass me/decce/ixeris/core/threading/MainThreadDispatcher$Query +instanceKlass me/decce/ixeris/core/threading/MainThreadDispatcher +instanceKlass me/decce/ixeris/core/threading/RenderThreadDispatcher +instanceKlass me/decce/ixeris/core/transform/ClassLoaderHandler +instanceKlass me/decce/ixeris/core/transform/TransformationHelper +instanceKlass me/decce/ixeris/core/util/LWJGLVersionHelper +instanceKlass me/decce/ixeris/core/util/LambdaHelper$Consumer5 +instanceKlass me/decce/ixeris/core/util/LambdaHelper$Consumer7 +instanceKlass me/decce/ixeris/core/util/LambdaHelper$Function5 +instanceKlass me/decce/ixeris/core/util/LambdaHelper$TriConsumer +instanceKlass me/decce/ixeris/core/util/LambdaHelper$TriFunction +instanceKlass me/decce/ixeris/core/util/LambdaHelper +instanceKlass me/decce/ixeris/core/util/MemoryHelper +instanceKlass me/decce/ixeris/core/util/PlatformHelper +instanceKlass me/decce/ixeris/core/util/ReflectionHelper$UncheckedSupplier +instanceKlass me/decce/ixeris/core/util/ReflectionHelper +instanceKlass org/lwjgl/system/Pointer$Default +instanceKlass org/lwjgl/system/Pointer +instanceKlass org/lwjgl/system/NativeResource +instanceKlass me/decce/ixeris/core/win32/User32 +instanceKlass @bci fuzs/puzzleslib/impl/config/annotation/ValueEntry lambda$getValueCallback$1 (Ljava/lang/invoke/MethodHandle;Ljava/lang/Object;Lnet/neoforged/neoforge/common/ModConfigSpec$ConfigValue;Ljava/lang/Object;)V 6 ; # java/lang/invoke/LambdaForm$MH+0x000001d681202400 +instanceKlass @bci me/decce/ixeris/core/transform/ClassLoaderHandler defineClass (Ljava/lang/ClassLoader;Ljava/lang/String;[B)V 10 ; # java/lang/invoke/LambdaForm$MH+0x000001d681202000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681200c00 +instanceKlass java/util/LinkedList$Node +instanceKlass @bci me/decce/ixeris/core/transform/ClassLoaderHandler loadCoreClasses (Ljava/lang/Class;)V 22 argL0 ; # me/decce/ixeris/core/transform/ClassLoaderHandler$$Lambda+0x000001d681201218 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findResource (Ljava/lang/String;Ljava/lang/String;)Ljava/net/URL; 4 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681195d00 +instanceKlass org/apache/logging/log4j/message/ReusableSimpleMessage +instanceKlass @bci me/decce/ixeris/core/transform/ClassLoaderHandler (Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)V 17 argL0 ; # me/decce/ixeris/core/transform/ClassLoaderHandler$$Lambda+0x000001d681201000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681200800 +instanceKlass me/decce/ixeris/core/util/ReflectionHelper +instanceKlass @bci me/decce/ixeris/core/transform/ClassLoaderHandler (Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)V 5 argL0 ; # me/decce/ixeris/core/transform/ClassLoaderHandler$$Lambda+0x000001d6812001f8 +instanceKlass me/decce/ixeris/core/util/ReflectionHelper$UncheckedSupplier +instanceKlass me/decce/ixeris/core/transform/ClassLoaderHandler +instanceKlass me/decce/ixeris/neoforge/core/IxerisBootstrapper +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 46 member ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d6811bd888 +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 35 argL0 ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d6811bd650 +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 14 argL0 ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d6811bd438 +instanceKlass @bci net/neoforged/fml/loading/ImmediateWindowHandler load (Ljava/lang/String;[Ljava/lang/String;)V 6 argL0 ; # net/neoforged/fml/loading/ImmediateWindowHandler$$Lambda+0x000001d6811bd200 +instanceKlass net/neoforged/fml/loading/ImmediateWindowHandler +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 139 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811bfc90 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 256 member ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bfa50 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 239 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bf818 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 229 member ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bf5d8 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader forLayerAndParents (Ljava/lang/ModuleLayer;Ljava/util/Set;Ljava/util/function/Consumer;)V 39 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681195ad0 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 179 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bf3b0 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 169 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bf178 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 159 member ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bef38 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 94 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bed00 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 84 member ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811beac0 +instanceKlass @cpi com/simibubi/create/infrastructure/config/AllConfigs 267 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811bc400 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 47 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811be888 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 29 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811be670 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Ljava/util/function/BiFunction;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 19 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811be438 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler buildLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;)Lcpw/mods/modlauncher/ModuleLayerHandler$LayerInfo; 3 member ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811be208 +instanceKlass sun/invoke/util/VerifyAccess$1 +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler addToLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;Lcpw/mods/modlauncher/api/NamedPath;)V 26 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d6811bbcd0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 115 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811bbaa0 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 101 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811bb880 +instanceKlass sun/security/util/ManifestEntryVerifier$SunProviderHolder +instanceKlass javax/crypto/SecretKey +instanceKlass sun/security/util/Length +instanceKlass sun/security/util/KeyUtil +instanceKlass java/security/interfaces/XECKey +instanceKlass java/security/interfaces/ECKey +instanceKlass sun/security/util/JarConstraintsParameters +instanceKlass sun/security/util/ConstraintsParameters +instanceKlass java/security/cert/CertPath +instanceKlass java/math/MutableBigInteger +instanceKlass sun/security/rsa/RSAPadding +instanceKlass sun/security/rsa/RSACore +instanceKlass java/security/interfaces/RSAPrivateCrtKey +instanceKlass sun/security/pkcs/PKCS8Key +instanceKlass sun/security/util/InternalPrivateKey +instanceKlass java/security/interfaces/RSAPrivateKey +instanceKlass java/security/PrivateKey +instanceKlass javax/security/auth/Destroyable +instanceKlass jdk/internal/icu/util/CodePointTrie$Data +instanceKlass jdk/internal/icu/util/CodePointMap +instanceKlass jdk/internal/icu/util/VersionInfo +instanceKlass jdk/internal/icu/impl/ICUBinary$1 +instanceKlass jdk/internal/icu/impl/ICUBinary +instanceKlass jdk/internal/icu/impl/NormalizerImpl$IsAcceptable +instanceKlass jdk/internal/icu/impl/ICUBinary$Authenticate +instanceKlass jdk/internal/icu/impl/NormalizerImpl +instanceKlass jdk/internal/icu/impl/Norm2AllModes$Norm2AllModesSingleton +instanceKlass jdk/internal/icu/impl/Norm2AllModes$NFKCSingleton +instanceKlass jdk/internal/icu/impl/Norm2AllModes +instanceKlass jdk/internal/icu/text/Normalizer2 +instanceKlass jdk/internal/icu/text/NormalizerBase$ModeImpl +instanceKlass jdk/internal/icu/text/NormalizerBase$NFKDModeImpl +instanceKlass jdk/internal/icu/text/NormalizerBase$1 +instanceKlass jdk/internal/icu/text/NormalizerBase$Mode +instanceKlass jdk/internal/icu/text/NormalizerBase +instanceKlass java/text/Normalizer +instanceKlass sun/security/x509/AVAKeyword +instanceKlass sun/security/jca/ServiceId +instanceKlass java/security/Signature$1 +instanceKlass jdk/internal/access/JavaSecuritySignatureAccess +instanceKlass java/security/SignatureSpi +instanceKlass sun/security/util/SignatureUtil +instanceKlass sun/security/provider/ByteArrayAccess$BE +instanceKlass sun/security/provider/ByteArrayAccess +instanceKlass sun/security/util/MessageDigestSpi2 +instanceKlass java/security/MessageDigestSpi +instanceKlass sun/security/pkcs/PKCS9Attribute +instanceKlass sun/security/pkcs/PKCS9Attributes +instanceKlass java/time/ZonedDateTime +instanceKlass java/time/chrono/ChronoZonedDateTime +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints$Holder +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint +instanceKlass java/security/spec/ECFieldF2m +instanceKlass java/security/spec/ECParameterSpec +instanceKlass java/security/spec/ECPoint +instanceKlass java/security/spec/EllipticCurve +instanceKlass java/security/spec/ECFieldFp +instanceKlass java/security/spec/ECField +instanceKlass sun/security/util/CurveDB +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints +instanceKlass sun/security/util/AbstractAlgorithmConstraints$1 +instanceKlass sun/security/util/AlgorithmDecomposer +instanceKlass sun/security/util/DisabledAlgorithmConstraints$JarHolder +instanceKlass sun/security/util/AbstractAlgorithmConstraints +instanceKlass java/security/AlgorithmConstraints +instanceKlass sun/security/pkcs/SignerInfo +instanceKlass java/util/jar/JarFile$ThreadTrackHolder +instanceKlass jdk/internal/event/EventHelper +instanceKlass sun/security/jca/JCAUtil +instanceKlass sun/security/util/MemoryCache$CacheEntry +instanceKlass sun/security/x509/KeyIdentifier +instanceKlass sun/security/x509/OIDMap$OIDInfo +instanceKlass sun/security/x509/PKIXExtensions +instanceKlass sun/security/x509/OIDMap +instanceKlass sun/security/x509/Extension +instanceKlass java/security/cert/Extension +instanceKlass sun/security/x509/CertificateExtensions +instanceKlass sun/security/rsa/RSAUtil +instanceKlass java/security/interfaces/RSAPublicKey +instanceKlass java/security/interfaces/RSAKey +instanceKlass java/security/spec/PSSParameterSpec +instanceKlass java/security/spec/AlgorithmParameterSpec +instanceKlass java/security/spec/RSAPrivateKeySpec +instanceKlass java/security/spec/RSAPublicKeySpec +instanceKlass java/security/KeyFactorySpi +instanceKlass sun/security/rsa/SunRsaSignEntries +instanceKlass sun/security/jca/ProviderList$ServiceList$1 +instanceKlass java/security/KeyFactory +instanceKlass @bci java/security/spec/EncodedKeySpec ()V 0 argL0 ; # java/security/spec/EncodedKeySpec$$Lambda+0x000001d6811c1590 +instanceKlass jdk/internal/access/JavaSecuritySpecAccess +instanceKlass java/security/spec/EncodedKeySpec +instanceKlass java/security/spec/KeySpec +instanceKlass sun/security/util/BitArray +instanceKlass sun/security/x509/X509Key +instanceKlass java/security/PublicKey +instanceKlass java/security/Key +instanceKlass sun/security/x509/CertificateX509Key +instanceKlass sun/security/x509/CertificateValidity +instanceKlass sun/security/x509/AVA +instanceKlass sun/security/x509/RDN +instanceKlass javax/security/auth/x500/X500Principal +instanceKlass @bci sun/security/x509/X500Name ()V 153 argL0 ; # sun/security/x509/X500Name$$Lambda+0x000001d68117f280 +instanceKlass sun/security/x509/X500Name +instanceKlass sun/security/x509/GeneralNameInterface +instanceKlass sun/security/x509/CertificateAlgorithmId +instanceKlass sun/security/x509/SerialNumber +instanceKlass sun/security/x509/CertificateSerialNumber +instanceKlass sun/security/x509/CertificateVersion +instanceKlass sun/security/x509/X509CertInfo +instanceKlass sun/security/util/Cache$EqualByteArray +instanceKlass java/security/cert/X509Extension +instanceKlass @bci sun/security/util/DerInputStream seeOptionalContextSpecific (I)Z 2 member ; # sun/security/util/DerInputStream$$Lambda+0x000001d68117d020 +instanceKlass @cpi com/simibubi/create/content/equipment/zapper/terrainzapper/CylinderBrush 233 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811bc000 +instanceKlass sun/security/jca/GetInstance$Instance +instanceKlass sun/security/util/Cache +instanceKlass sun/security/jca/GetInstance +instanceKlass java/security/cert/CertificateFactorySpi +instanceKlass java/security/cert/CertificateFactory +instanceKlass sun/security/x509/AlgorithmId +instanceKlass sun/security/util/ByteArrayTagOrder +instanceKlass sun/security/util/ByteArrayLexOrder +instanceKlass sun/security/util/DerValue +instanceKlass sun/security/util/ObjectIdentifier +instanceKlass sun/security/pkcs/ContentInfo +instanceKlass sun/security/util/DerEncoder +instanceKlass sun/security/util/DerInputStream +instanceKlass sun/security/pkcs/PKCS7 +instanceKlass sun/security/util/SecurityProviderConstants +instanceKlass java/security/Provider$UString +instanceKlass java/security/Provider$Service +instanceKlass sun/security/provider/NativePRNG$NonBlocking +instanceKlass sun/security/provider/NativePRNG$Blocking +instanceKlass sun/security/provider/NativePRNG +instanceKlass sun/security/provider/SunEntries$1 +instanceKlass sun/security/provider/SunEntries +instanceKlass sun/security/jca/ProviderList$2 +instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryBuffer +instanceKlass jdk/internal/math/FloatingDecimal$PreparedASCIIToBinaryBuffer +instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryConverter +instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIBuffer +instanceKlass jdk/internal/math/FloatingDecimal$ExceptionalBinaryToASCIIBuffer +instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIConverter +instanceKlass jdk/internal/math/FloatingDecimal +instanceKlass java/security/Provider$EngineDescription +instanceKlass java/security/Provider$ServiceKey +instanceKlass sun/security/jca/ProviderConfig +instanceKlass sun/security/jca/ProviderList +instanceKlass sun/security/jca/Providers +instanceKlass @bci sun/security/util/ManifestDigester ([B)V 350 argL0 ; # sun/security/util/ManifestDigester$$Lambda+0x000001d681173768 +instanceKlass sun/security/util/ManifestDigester$Section +instanceKlass sun/security/util/ManifestDigester$Entry +instanceKlass sun/security/util/ManifestDigester$Position +instanceKlass @bci java/util/stream/MatchOps makeRef (Ljava/util/function/Predicate;Ljava/util/stream/MatchOps$MatchKind;)Ljava/util/stream/TerminalOp; 20 member ; # java/util/stream/MatchOps$$Lambda+0x000001d681172c60 +instanceKlass java/util/stream/MatchOps$BooleanTerminalSink +instanceKlass java/util/stream/MatchOps$MatchOp +instanceKlass java/util/stream/MatchOps +instanceKlass @bci net/neoforged/fml/loading/TransformerDiscovererConstants shouldLoadInServiceLayer (Lcpw/mods/jarhandling/JarContents;)Z 34 member ; # net/neoforged/fml/loading/TransformerDiscovererConstants$$Lambda+0x000001d6811bb630 +instanceKlass @bci net/neoforged/fml/loading/TransformerDiscovererConstants shouldLoadInServiceLayer (Lcpw/mods/jarhandling/JarContents;)Z 16 argL0 ; # net/neoforged/fml/loading/TransformerDiscovererConstants$$Lambda+0x000001d6811bb3f8 +instanceKlass net/neoforged/neoforgespi/earlywindow/ImmediateWindowProvider +instanceKlass net/neoforged/neoforgespi/earlywindow/GraphicsBootstrapper +instanceKlass net/neoforged/neoforgespi/locating/IDependencyLocator +instanceKlass net/neoforged/neoforgespi/locating/IModFileReader +instanceKlass net/neoforged/neoforgespi/locating/IModFileCandidateLocator +instanceKlass net/neoforged/neoforgespi/locating/IOrderedProvider +instanceKlass cpw/mods/modlauncher/api/ITransformationService +instanceKlass net/neoforged/fml/loading/TransformerDiscovererConstants +instanceKlass cpw/mods/modlauncher/api/LambdaExceptionUtils +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811ba010 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9df0 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b99b0 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9bd0 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9790 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9570 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9350 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b9130 +# instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b8f10 +instanceKlass @bci net/neoforged/fml/loading/ModDirTransformerDiscoverer shouldLoadInServiceLayer (Ljava/nio/file/Path;)Z 30 member ; # net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b8cf0 +instanceKlass cpw/mods/modlauncher/api/LambdaExceptionUtils$Supplier_WithExceptions +# instanceKlass java/util/stream/ForEachOps$ForEachOrderedTask$$Lambda+0x000001d681171f30 +# instanceKlass java/util/stream/ForEachOps$ForEachOrderedTask$$Lambda+0x000001d681171d18 +instanceKlass @bci java/util/stream/ForEachOps$ForEachOrderedTask doCompute (Ljava/util/stream/ForEachOps$ForEachOrderedTask;)V 170 argL0 ; # java/util/stream/ForEachOps$ForEachOrderedTask$$Lambda+0x000001d681171b00 +instanceKlass @bci net/neoforged/fml/loading/ModDirTransformerDiscoverer scan (Ljava/nio/file/Path;)V 66 argL0 ; # net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b88d0 +instanceKlass @bci net/neoforged/fml/loading/ModDirTransformerDiscoverer scan (Ljava/nio/file/Path;)V 56 argL0 ; # net/neoforged/fml/loading/ModDirTransformerDiscoverer$$Lambda+0x000001d6811b8688 +instanceKlass @bci net/neoforged/fml/loading/FMLConfig load ()V 254 argL0 ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811b8460 +instanceKlass @bci net/neoforged/fml/loading/FMLConfig load ()V 178 member ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811b8230 +instanceKlass @bci com/electronwill/nightconfig/toml/StringWriter writeBasic (Ljava/lang/String;Lcom/electronwill/nightconfig/core/io/CharacterOutput;)V 13 member ; # com/electronwill/nightconfig/toml/StringWriter$$Lambda+0x000001d6811b8000 +instanceKlass com/electronwill/nightconfig/toml/StringWriter +instanceKlass com/electronwill/nightconfig/toml/ValueWriter +instanceKlass com/electronwill/nightconfig/toml/TableWriter$OrganizedTable +instanceKlass com/electronwill/nightconfig/toml/ArrayWriter +instanceKlass com/electronwill/nightconfig/toml/TableWriter +instanceKlass com/electronwill/nightconfig/core/io/WriterOutput +instanceKlass @bci com/electronwill/nightconfig/toml/TomlWriter ()V 37 argL0 ; # com/electronwill/nightconfig/toml/TomlWriter$$Lambda+0x000001d6811b3870 +instanceKlass @bci com/electronwill/nightconfig/toml/TomlWriter ()V 28 argL0 ; # com/electronwill/nightconfig/toml/TomlWriter$$Lambda+0x000001d6811b3628 +instanceKlass @bci com/electronwill/nightconfig/toml/TomlWriter ()V 19 argL0 ; # com/electronwill/nightconfig/toml/TomlWriter$$Lambda+0x000001d6811b33e0 +instanceKlass @bci com/electronwill/nightconfig/toml/TomlWriter ()V 10 argL0 ; # com/electronwill/nightconfig/toml/TomlWriter$$Lambda+0x000001d6811b3198 +instanceKlass com/electronwill/nightconfig/toml/TomlWriter +instanceKlass java/util/AbstractList$Itr +instanceKlass java/util/AbstractList$SubList$1 +instanceKlass com/electronwill/nightconfig/core/NullObject +instanceKlass com/electronwill/nightconfig/core/utils/TransformingIterator +instanceKlass @bci com/electronwill/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 24 argL0 ; # com/electronwill/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d6811b2868 +instanceKlass @bci com/electronwill/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 19 argL0 ; # com/electronwill/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d6811b2630 +instanceKlass @bci com/electronwill/nightconfig/core/AbstractCommentedConfig entrySet ()Ljava/util/Set; 14 member ; # com/electronwill/nightconfig/core/AbstractCommentedConfig$$Lambda+0x000001d6811b23f0 +instanceKlass com/electronwill/nightconfig/core/AbstractConfig$EntryWrapper +instanceKlass com/electronwill/nightconfig/core/CommentedConfig$Entry +instanceKlass com/electronwill/nightconfig/core/UnmodifiableCommentedConfig$Entry +instanceKlass com/electronwill/nightconfig/core/Config$Entry +instanceKlass com/electronwill/nightconfig/core/UnmodifiableConfig$Entry +instanceKlass com/electronwill/nightconfig/core/utils/TransformingCollection +instanceKlass com/electronwill/nightconfig/core/concurrent/ConcurrentConfig +instanceKlass com/electronwill/nightconfig/toml/ArrayParser +instanceKlass com/electronwill/nightconfig/toml/StringParser +instanceKlass com/electronwill/nightconfig/core/io/CharsWrapper$1 +instanceKlass @bci com/electronwill/nightconfig/toml/TomlParser setComment (Lcom/electronwill/nightconfig/core/io/CharsWrapper;)V 14 member ; # com/electronwill/nightconfig/toml/TomlParser$$Lambda+0x000001d6811b6248 +instanceKlass @cpi net/minecraft/client/renderer/texture/SpriteLoader 255 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811b0400 +instanceKlass java/lang/StringLatin1$CharsSpliterator +instanceKlass com/electronwill/nightconfig/toml/ValueParser +instanceKlass com/electronwill/nightconfig/core/io/CharsWrapper +instanceKlass com/electronwill/nightconfig/core/io/CharacterOutput +instanceKlass com/electronwill/nightconfig/core/io/Utils +instanceKlass com/electronwill/nightconfig/toml/Toml +instanceKlass com/electronwill/nightconfig/toml/TableParser +instanceKlass com/electronwill/nightconfig/core/utils/IntDeque +instanceKlass com/electronwill/nightconfig/core/io/AbstractInput +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 73 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811b4668 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 68 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811b4440 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 63 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811b4218 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 45 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811b4000 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 40 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811a9c80 +instanceKlass @cpi net/mehvahdjukaar/polytone/utils/Parsed 385 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811b0000 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 35 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811a9a58 +instanceKlass @cpi net/mehvahdjukaar/polytone/utils/LegacyHelper 1156 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811a8c00 +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 17 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811a9840 +instanceKlass com/electronwill/nightconfig/core/io/ParsingMode$MapPutAction +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 12 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811a9420 +instanceKlass @cpi mod/azure/azurelibarmor/common/model/cache/AzBakedModelCache 134 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811a8800 +instanceKlass com/electronwill/nightconfig/core/io/ParsingMode$PutAction +instanceKlass @bci com/electronwill/nightconfig/core/io/ParsingMode ()V 7 argL0 ; # com/electronwill/nightconfig/core/io/ParsingMode$$Lambda+0x000001d6811a9000 +instanceKlass @cpi com/simibubi/create/impl/registry/SimpleRegistryImpl 156 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811a8400 +instanceKlass com/electronwill/nightconfig/core/io/CharacterInput +instanceKlass com/electronwill/nightconfig/toml/TomlParser +instanceKlass @bci com/electronwill/nightconfig/core/file/FormatDetector registerExtension (Ljava/lang/String;Lcom/electronwill/nightconfig/core/ConfigFormat;)V 5 member ; # com/electronwill/nightconfig/core/file/FormatDetector$$Lambda+0x000001d6811aaf10 +instanceKlass com/electronwill/nightconfig/core/file/FormatDetector +instanceKlass com/electronwill/nightconfig/core/io/ConfigParser +instanceKlass com/electronwill/nightconfig/core/io/ConfigWriter +instanceKlass com/electronwill/nightconfig/toml/TomlFormat +instanceKlass @bci net/neoforged/fml/loading/FMLConfig loadFrom (Ljava/nio/file/Path;)V 1 argL0 ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811aa460 +instanceKlass @bci net/neoforged/fml/loading/FMLConfig ()V 93 argL0 ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811aa218 +instanceKlass @bci net/neoforged/fml/loading/FMLConfig ()V 88 argL0 ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811aa000 +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec defineList (Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V 4 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6811afc18 +instanceKlass @bci net/neoforged/fml/loading/FMLConfig$ConfigValue buildConfigEntry (Lcom/electronwill/nightconfig/core/ConfigSpec;Lcom/electronwill/nightconfig/core/CommentedConfig;)V 26 argL0 ; # net/neoforged/fml/loading/FMLConfig$ConfigValue$$Lambda+0x000001d6811af9d0 +instanceKlass java/util/ArrayList$SubList$1 +instanceKlass com/electronwill/nightconfig/core/ConfigSpec$DumbSupplier +instanceKlass com/electronwill/nightconfig/core/ConfigSpec$ValueSpec +instanceKlass @bci com/electronwill/nightconfig/core/ConfigSpec define (Ljava/util/List;Ljava/lang/Object;)V 4 member ; # com/electronwill/nightconfig/core/ConfigSpec$$Lambda+0x000001d6811af358 +instanceKlass com/electronwill/nightconfig/core/utils/StringUtils +instanceKlass @bci net/neoforged/fml/loading/FMLConfig$ConfigValue ()V 55 argL0 ; # net/neoforged/fml/loading/FMLConfig$ConfigValue$$Lambda+0x000001d6811aed30 +instanceKlass @bci com/electronwill/nightconfig/core/AbstractConfig getWildcardMapCreator (Ljava/util/function/Supplier;)Ljava/util/function/Supplier; 1 member ; # com/electronwill/nightconfig/core/AbstractConfig$$Lambda+0x000001d6811ae8d0 +instanceKlass @bci com/electronwill/nightconfig/core/Config getDefaultMapCreator (ZZ)Ljava/util/function/Supplier; 34 argL0 ; # com/electronwill/nightconfig/core/Config$$Lambda+0x000001d6811ad3e8 +instanceKlass @bci com/electronwill/nightconfig/core/InMemoryCommentedFormat ()V 17 argL0 ; # com/electronwill/nightconfig/core/InMemoryCommentedFormat$$Lambda+0x000001d6811ad1a0 +instanceKlass com/electronwill/nightconfig/core/InMemoryCommentedFormat +instanceKlass com/electronwill/nightconfig/core/CommentedConfig +instanceKlass com/electronwill/nightconfig/core/AbstractConfig +instanceKlass @bci net/neoforged/fml/loading/FMLConfig ()V 29 argL0 ; # net/neoforged/fml/loading/FMLConfig$$Lambda+0x000001d6811a7888 +instanceKlass @bci com/electronwill/nightconfig/core/InMemoryFormat ()V 25 argL0 ; # com/electronwill/nightconfig/core/InMemoryFormat$$Lambda+0x000001d6811a7640 +instanceKlass @bci com/electronwill/nightconfig/core/InMemoryFormat ()V 0 argL0 ; # com/electronwill/nightconfig/core/InMemoryFormat$$Lambda+0x000001d6811a73f8 +instanceKlass com/electronwill/nightconfig/core/InMemoryFormat +instanceKlass com/electronwill/nightconfig/core/ConfigSpec +instanceKlass com/electronwill/nightconfig/core/UnmodifiableCommentedConfig +instanceKlass com/electronwill/nightconfig/core/Config +instanceKlass com/electronwill/nightconfig/core/ConfigFormat +instanceKlass com/electronwill/nightconfig/core/UnmodifiableConfig +instanceKlass net/neoforged/fml/loading/FMLConfig +instanceKlass net/neoforged/fml/loading/LogMarkers +instanceKlass sun/nio/fs/WindowsPath$1 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 67 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811a5bc0 +instanceKlass @cpi dev/latvian/mods/kubejs/client/ClientAssetPacks 589 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6811a8000 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 57 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811a5980 +instanceKlass @bci net/neoforged/fml/loading/ClasspathTransformerDiscoverer ()V 21 argL0 ; # net/neoforged/fml/loading/ClasspathTransformerDiscoverer$$Lambda+0x000001d6811a5748 +instanceKlass net/neoforged/fml/loading/ClasspathTransformerDiscoverer +instanceKlass net/neoforged/fml/loading/ModDirTransformerDiscoverer +instanceKlass cpw/mods/modlauncher/serviceapi/ITransformerDiscoveryService +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 36 argL0 ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811a4e98 +instanceKlass @bci cpw/mods/modlauncher/TransformationServicesHandler discoverServices (Lcpw/mods/modlauncher/ArgumentHandler$DiscoveryData;)V 31 member ; # cpw/mods/modlauncher/TransformationServicesHandler$$Lambda+0x000001d6811a4c78 +instanceKlass joptsimple/internal/Reflection +instanceKlass java/util/StringTokenizer +instanceKlass joptsimple/util/KeyValuePair +instanceKlass joptsimple/OptionSet +instanceKlass joptsimple/ArgumentList +instanceKlass joptsimple/util/PathConverter +instanceKlass joptsimple/ParserRules +instanceKlass joptsimple/internal/AbbreviationMap +instanceKlass joptsimple/OptionParserState +instanceKlass joptsimple/internal/Rows +instanceKlass joptsimple/BuiltinHelpFormatter +instanceKlass joptsimple/AbstractOptionSpec +instanceKlass joptsimple/OptionDescriptor +instanceKlass joptsimple/internal/OptionNameMap +instanceKlass joptsimple/HelpFormatter +instanceKlass joptsimple/OptionParser +instanceKlass joptsimple/OptionDeclarer +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Ljava/util/stream/Stream;)V 113 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d68119dcd0 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Ljava/util/stream/Stream;)V 90 argL0 ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d68119dab8 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Ljava/util/stream/Stream;)V 85 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d68119d888 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils fileNameFor (Ljava/lang/Class;)Ljava/lang/String; 68 argL0 ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d68119d650 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils fileNameFor (Ljava/lang/Class;)Ljava/lang/String; 60 argL0 ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d68119d418 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils fileNameFor (Ljava/lang/Class;)Ljava/lang/String; 52 argL0 ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d68119d1e0 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils fileNameFor (Ljava/lang/Class;)Ljava/lang/String; 44 argL0 ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d68119cfa8 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Ljava/util/stream/Stream;)V 42 argL0 ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d68119cd70 +instanceKlass cpw/mods/modlauncher/serviceapi/ILaunchPluginService$ITransformerLoader +instanceKlass org/spongepowered/asm/launch/MixinLaunchPluginLegacy +instanceKlass org/spongepowered/asm/service/IClassBytecodeProvider +instanceKlass net/neoforged/fml/common/asm/enumextension/NetworkedEnum +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumProxy +instanceKlass net/neoforged/fml/common/asm/enumextension/ReservedConstructor +instanceKlass net/neoforged/fml/common/asm/enumextension/NamedEnum +instanceKlass net/neoforged/fml/common/asm/enumextension/IndexedEnum +instanceKlass net/neoforged/fml/common/asm/enumextension/IExtensibleEnum +instanceKlass org/objectweb/asm/tree/AbstractInsnNode +instanceKlass net/neoforged/fml/common/asm/enumextension/RuntimeEnumExtender +instanceKlass net/neoforged/api/distmarker/OnlyIns +instanceKlass net/neoforged/api/distmarker/OnlyIn +instanceKlass net/neoforged/fml/common/asm/RuntimeDistCleaner +instanceKlass net/neoforged/fml/loading/log4j/SLF4JFixerLaunchPluginService +instanceKlass org/antlr/v4/runtime/tree/ParseTreeVisitor +instanceKlass org/antlr/v4/runtime/ANTLRErrorListener +instanceKlass org/antlr/v4/runtime/TokenStream +instanceKlass org/antlr/v4/runtime/TokenSource +instanceKlass org/antlr/v4/runtime/CharStream +instanceKlass org/antlr/v4/runtime/IntStream +instanceKlass net/neoforged/accesstransformer/parser/AccessTransformerList +instanceKlass net/neoforged/accesstransformer/AccessTransformerEngineImpl +instanceKlass net/neoforged/accesstransformer/api/AccessTransformerEngine +instanceKlass org/objectweb/asm/Type +instanceKlass net/neoforged/accesstransformer/ml/AccessTransformerService +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Ljava/util/stream/Stream;)V 6 argL0 ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681198870 +instanceKlass cpw/mods/modlauncher/serviceapi/ILaunchPluginService +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 7 argL0 ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681198450 +instanceKlass @bci cpw/mods/modlauncher/LaunchPluginHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 2 member ; # cpw/mods/modlauncher/LaunchPluginHandler$$Lambda+0x000001d681198230 +instanceKlass cpw/mods/modlauncher/LaunchPluginHandler +instanceKlass cpw/mods/modlauncher/api/ITransformationService$OptionResult +instanceKlass joptsimple/OptionSpec +instanceKlass joptsimple/ValueConverter +instanceKlass cpw/mods/modlauncher/ArgumentHandler +instanceKlass cpw/mods/modlauncher/TransformationServicesHandler +instanceKlass cpw/mods/modlauncher/TransformList +instanceKlass org/objectweb/asm/FieldVisitor +instanceKlass org/objectweb/asm/MethodVisitor +instanceKlass cpw/mods/modlauncher/api/TargetType +instanceKlass cpw/mods/modlauncher/api/ITransformer +instanceKlass cpw/mods/modlauncher/TransformStore +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 186 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681192688 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 162 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681192450 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 138 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681192218 +instanceKlass @bci cpw/mods/modlauncher/api/TypesafeMap$Key getOrCreate (Lcpw/mods/modlauncher/api/TypesafeMap;Ljava/lang/String;Ljava/lang/Class;)Lcpw/mods/modlauncher/api/TypesafeMap$Key; 6 member ; # cpw/mods/modlauncher/api/TypesafeMap$Key$$Lambda+0x000001d681191fd8 +instanceKlass cpw/mods/modlauncher/api/TypesafeMap$Key +instanceKlass cpw/mods/modlauncher/api/ITransformerAuditTrail +instanceKlass @bci cpw/mods/modlauncher/api/TypesafeMap$KeyBuilder (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)V 23 argL0 ; # cpw/mods/modlauncher/api/TypesafeMap$KeyBuilder$$Lambda+0x000001d681191988 +instanceKlass cpw/mods/modlauncher/api/IEnvironment$Keys +instanceKlass @bci cpw/mods/modlauncher/api/TypesafeMap (Ljava/lang/Class;)V 42 member ; # cpw/mods/modlauncher/api/TypesafeMap$$Lambda+0x000001d681191558 +instanceKlass cpw/mods/modlauncher/api/TypesafeMap$KeyBuilder +instanceKlass cpw/mods/modlauncher/Environment +instanceKlass cpw/mods/modlauncher/api/TypesafeMap +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 58 member ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681190cd0 +instanceKlass org/slf4j/spi/LoggingEventBuilder +instanceKlass org/apache/logging/slf4j/Log4jLogger +instanceKlass org/slf4j/spi/LocationAwareLogger +instanceKlass java/util/stream/WhileOps$DropWhileSink +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$2 (Ljava/lang/Class;Ljava/util/function/Predicate;Ljava/util/stream/Stream;)Ljava/lang/Class; 24 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68118dcb0 +instanceKlass java/util/stream/WhileOps$DropWhileOp +instanceKlass java/util/stream/WhileOps +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$2 (Ljava/lang/Class;Ljava/util/function/Predicate;Ljava/util/stream/Stream;)Ljava/lang/Class; 12 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68118da60 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator lambda$getCallerClass$2 (Ljava/lang/Class;Ljava/util/function/Predicate;Ljava/util/stream/Stream;)Ljava/lang/Class; 1 argL0 ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68118d828 +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (Ljava/lang/Class;Ljava/util/function/Predicate;)Ljava/lang/Class; 33 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d68118d5e8 +instanceKlass org/apache/logging/slf4j/Log4jMarker +instanceKlass @bci org/apache/logging/slf4j/Log4jMDCAdapter$ThreadLocalMapOfStacks ()V 5 argL0 ; # org/apache/logging/slf4j/Log4jMDCAdapter$ThreadLocalMapOfStacks$$Lambda+0x000001d68118d120 +instanceKlass org/apache/logging/slf4j/Log4jMDCAdapter$ThreadLocalMapOfStacks +instanceKlass org/apache/logging/slf4j/Log4jMDCAdapter +instanceKlass @bci org/apache/logging/slf4j/Log4jLoggerFactory ()V 6 argL0 ; # org/apache/logging/slf4j/Log4jLoggerFactory$$Lambda+0x000001d68118c9f0 +instanceKlass org/apache/logging/log4j/spi/AbstractLoggerAdapter +instanceKlass org/apache/logging/log4j/spi/LoggerAdapter +instanceKlass org/apache/logging/slf4j/Log4jMarkerFactory +instanceKlass org/apache/logging/slf4j/SLF4JServiceProvider +instanceKlass org/slf4j/helpers/Util +instanceKlass org/slf4j/helpers/NOPMDCAdapter +instanceKlass org/slf4j/helpers/NOPLoggerFactory +instanceKlass org/slf4j/helpers/NOP_FallbackServiceProvider +instanceKlass org/slf4j/helpers/ThreadLocalMapOfStacks +instanceKlass org/slf4j/helpers/BasicMDCAdapter +instanceKlass org/slf4j/Marker +instanceKlass org/slf4j/helpers/BasicMarkerFactory +instanceKlass org/slf4j/Logger +instanceKlass org/slf4j/helpers/SubstituteLoggerFactory +instanceKlass org/slf4j/ILoggerFactory +instanceKlass org/slf4j/spi/MDCAdapter +instanceKlass org/slf4j/helpers/SubstituteServiceProvider +instanceKlass org/slf4j/event/LoggingEvent +instanceKlass org/slf4j/spi/SLF4JServiceProvider +instanceKlass org/slf4j/LoggerFactory +instanceKlass org/slf4j/IMarkerFactory +instanceKlass org/slf4j/MarkerFactory +instanceKlass com/mojang/logging/LogUtils +instanceKlass net/neoforged/fml/loading/targets/CommonLaunchHandler +instanceKlass cpw/mods/modlauncher/TestingLaunchHandlerService +instanceKlass cpw/mods/modlauncher/api/ServiceRunner +instanceKlass cpw/mods/modlauncher/DefaultLaunchHandlerService +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 24 argL0 ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681180c40 +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 19 argL0 ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681180800 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils streamWithErrorHandling (Ljava/util/ServiceLoader;Ljava/util/function/Consumer;)Ljava/util/stream/Stream; 15 argL0 ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d681181cb8 +instanceKlass @bci cpw/mods/modlauncher/util/ServiceLoaderUtils streamWithErrorHandling (Ljava/util/ServiceLoader;Ljava/util/function/Consumer;)Ljava/util/stream/Stream; 5 member ; # cpw/mods/modlauncher/util/ServiceLoaderUtils$$Lambda+0x000001d681181a78 +instanceKlass cpw/mods/modlauncher/api/ILaunchHandlerService +instanceKlass @bci cpw/mods/modlauncher/ModuleLayerHandler getLayer (Lcpw/mods/modlauncher/api/IModuleLayerManager$Layer;)Ljava/util/Optional; 14 argL0 ; # cpw/mods/modlauncher/ModuleLayerHandler$$Lambda+0x000001d681181648 +instanceKlass cpw/mods/modlauncher/util/ServiceLoaderUtils +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 11 argL0 ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681181220 +instanceKlass @bci cpw/mods/modlauncher/LaunchServiceHandler (Lcpw/mods/modlauncher/ModuleLayerHandler;)V 6 member ; # cpw/mods/modlauncher/LaunchServiceHandler$$Lambda+0x000001d681181000 +instanceKlass cpw/mods/modlauncher/ModuleLayerHandler +instanceKlass cpw/mods/modlauncher/api/IEnvironment +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 63 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681183270 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 55 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681183058 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 47 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681182e40 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 39 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681182c28 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 31 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d681182a10 +instanceKlass @bci cpw/mods/modlauncher/Launcher ()V 23 argL0 ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6811827f8 +instanceKlass org/apache/logging/log4j/core/layout/ByteBufferDestinationHelper +instanceKlass org/apache/logging/log4j/core/layout/TextEncoderHelper +instanceKlass org/apache/logging/log4j/message/MultiformatMessage +instanceKlass org/apache/logging/log4j/core/util/Transform +instanceKlass java/time/Instant +instanceKlass java/time/Clock +instanceKlass java/time/InstantSource +instanceKlass java/util/IdentityHashMap$IdentityHashMapIterator +instanceKlass org/apache/logging/log4j/core/impl/ContextDataFactory +instanceKlass org/apache/logging/log4j/message/SimpleMessage +instanceKlass org/apache/logging/log4j/core/impl/MutableLogEvent +instanceKlass @bci java/time/format/DateTimeFormatter ()V 1075 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x800000010 +instanceKlass @bci java/time/format/DateTimeFormatter ()V 1067 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x80000000f +instanceKlass java/time/Period +instanceKlass java/time/chrono/ChronoPeriod +instanceKlass java/time/format/DateTimeFormatterBuilder$TextPrinterParser +instanceKlass java/time/format/DateTimeTextProvider$1 +instanceKlass java/time/format/DateTimeTextProvider +instanceKlass java/time/format/DateTimeTextProvider$LocaleStore +instanceKlass java/time/format/DateTimeFormatterBuilder$InstantPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$StringLiteralPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser +instanceKlass java/time/format/DecimalStyle +instanceKlass java/time/format/DateTimeFormatterBuilder$CompositePrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$CharLiteralPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$NumberPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$DateTimePrinterParser +instanceKlass java/time/temporal/JulianFields +instanceKlass java/time/temporal/IsoFields +instanceKlass @bci java/time/format/DateTimeFormatterBuilder ()V 0 argL0 ; # java/time/format/DateTimeFormatterBuilder$$Lambda+0x800000011 +instanceKlass java/time/temporal/TemporalQuery +instanceKlass java/time/format/DateTimeFormatterBuilder +instanceKlass java/time/format/DateTimeFormatter +instanceKlass org/apache/logging/log4j/message/ParameterFormatter +instanceKlass org/apache/logging/log4j/message/ParameterFormatter$MessagePatternAnalysis +instanceKlass org/apache/logging/log4j/message/ReusableParameterizedMessage +instanceKlass org/apache/logging/log4j/message/Clearable +instanceKlass org/apache/logging/log4j/message/ParameterVisitable +instanceKlass org/apache/logging/log4j/message/ReusableMessage +instanceKlass cpw/mods/modlauncher/LaunchServiceHandler +instanceKlass org/apache/logging/log4j/util/LambdaUtil +instanceKlass @bci cpw/mods/modlauncher/Launcher main ([Ljava/lang/String;)V 73 member ; # cpw/mods/modlauncher/Launcher$$Lambda+0x000001d6811856f8 +instanceKlass cpw/mods/modlauncher/LogMarkers +instanceKlass org/apache/logging/log4j/core/util/NameUtil +instanceKlass org/apache/logging/log4j/core/Logger$PrivateConfig +instanceKlass org/apache/logging/log4j/core/util/DefaultShutdownCallbackRegistry$RegisteredCancellable +instanceKlass org/apache/logging/log4j/core/LoggerContext$1 +instanceKlass org/apache/logging/log4j/core/util/ExecutorServices +instanceKlass org/apache/logging/log4j/core/impl/Log4jLogEvent +instanceKlass org/apache/logging/log4j/core/jmx/AppenderAdmin +instanceKlass org/apache/logging/log4j/core/jmx/AppenderAdminMBean +instanceKlass org/apache/logging/log4j/core/jmx/LoggerConfigAdmin +instanceKlass org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean +instanceKlass org/apache/logging/log4j/core/jmx/ContextSelectorAdmin +instanceKlass org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean +instanceKlass org/apache/logging/log4j/status/StatusData +instanceKlass org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean +instanceKlass java/beans/PropertyChangeListener +instanceKlass org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 22 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000044 +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 17 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000042 +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 12 argL0 ; # java/util/stream/Collectors$$Lambda+0x80000003f +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 7 member ; # java/util/stream/Collectors$$Lambda+0x800000047 +instanceKlass @bci java/lang/Class methodToString (Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/String; 42 argL0 ; # java/lang/Class$$Lambda+0x000001d68116aee0 +instanceKlass jdk/management/jfr/FlightRecorderMXBeanImpl$MXBeanListener +instanceKlass jdk/jfr/FlightRecorderListener +instanceKlass jdk/jfr/FlightRecorder +instanceKlass jdk/jfr/Recording +instanceKlass javax/management/NotificationFilter +instanceKlass javax/management/NotificationListener +instanceKlass javax/management/StandardMBean$MBeanInfoSafeAction +instanceKlass jdk/jfr/internal/management/StreamManager +instanceKlass jdk/management/jfr/EventTypeInfo +instanceKlass jdk/management/jfr/ConfigurationInfo +instanceKlass jdk/management/jfr/RecordingInfo +instanceKlass sun/reflect/generics/tree/VoidDescriptor +instanceKlass sun/reflect/generics/tree/LongSignature +instanceKlass jdk/management/jfr/SettingDescriptorInfo$1 +instanceKlass jdk/management/jfr/SettingDescriptorInfo +instanceKlass @bci java/lang/management/DefaultPlatformMBeanProvider$10 nameToMBeanMap ()Ljava/util/Map; 36 member ; # java/lang/management/DefaultPlatformMBeanProvider$10$$Lambda+0x000001d6811683f0 +instanceKlass sun/management/ManagementFactoryHelper$1 +instanceKlass @bci sun/management/ManagementFactoryHelper getBufferPoolMXBeans ()Ljava/util/List; 25 argL0 ; # sun/management/ManagementFactoryHelper$$Lambda+0x000001d681167f40 +instanceKlass java/lang/management/BufferPoolMXBean +instanceKlass sun/nio/ch/FileChannelImpl$3 +instanceKlass sun/nio/ch/FileChannelImpl$2 +instanceKlass jdk/internal/misc/VM$BufferPoolsHolder +instanceKlass com/sun/management/VMOption +instanceKlass com/sun/management/internal/HotSpotDiagnostic +instanceKlass com/sun/management/HotSpotDiagnosticMXBean +instanceKlass com/sun/management/GcInfo +instanceKlass javax/management/openmbean/CompositeDataView +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681180400 +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdCheck printHelp ()[Ljava/lang/String; 6 argL0 ; # jdk/jfr/internal/dcmd/DCmdCheck$$Lambda+0x000001d681166490 +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdDump printHelp ()[Ljava/lang/String; 27 argL0 ; # jdk/jfr/internal/dcmd/DCmdDump$$Lambda+0x000001d681166278 +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdStart printHelp ()[Ljava/lang/String; 26 argL0 ; # jdk/jfr/internal/dcmd/DCmdStart$$Lambda+0x000001d681166060 +instanceKlass @bci java/util/regex/CharPredicates ASCII_SPACE ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000027 +instanceKlass @bci jdk/jfr/internal/jfc/model/JFCModel add (Ljdk/jfr/internal/jfc/model/ControlElement;)V 10 argL0 ; # jdk/jfr/internal/jfc/model/JFCModel$$Lambda+0x000001d681165e28 +instanceKlass @bci jdk/jfr/internal/jfc/model/JFCModel (Ljdk/jfr/internal/jfc/model/XmlConfiguration;)V 25 argL0 ; # jdk/jfr/internal/jfc/model/JFCModel$$Lambda+0x000001d681165c00 +instanceKlass jdk/jfr/internal/jfc/model/ControlElement +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681180000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d68115dc00 +instanceKlass jdk/jfr/internal/jfc/model/SettingsLog +instanceKlass jdk/jfr/internal/jfc/model/Utilities +instanceKlass jdk/jfr/internal/jfc/model/XmlElement +instanceKlass jdk/internal/util/xml/impl/Input +instanceKlass jdk/internal/org/xml/sax/InputSource +instanceKlass jdk/internal/org/xml/sax/helpers/DefaultHandler +instanceKlass jdk/internal/org/xml/sax/ErrorHandler +instanceKlass jdk/internal/org/xml/sax/ContentHandler +instanceKlass jdk/internal/org/xml/sax/DTDHandler +instanceKlass jdk/internal/org/xml/sax/EntityResolver +instanceKlass jdk/internal/util/xml/impl/Pair +instanceKlass jdk/internal/util/xml/impl/Attrs +instanceKlass jdk/internal/org/xml/sax/Attributes +instanceKlass jdk/internal/util/xml/impl/Parser +instanceKlass jdk/internal/org/xml/sax/Locator +instanceKlass jdk/internal/org/xml/sax/XMLReader +instanceKlass jdk/internal/util/xml/SAXParser +instanceKlass jdk/jfr/internal/jfc/model/Parser +instanceKlass @bci jdk/jfr/internal/SecuritySupport newFileInputStream (Ljdk/jfr/internal/SecuritySupport$SafePath;)Ljava/io/InputStream; 1 member ; # jdk/jfr/internal/SecuritySupport$$Lambda+0x000001d68113fc78 +instanceKlass @bci jdk/jfr/internal/SecuritySupport getFileSize (Ljdk/jfr/internal/SecuritySupport$SafePath;)J 1 member ; # jdk/jfr/internal/SecuritySupport$$Lambda+0x000001d68113fa58 +instanceKlass jdk/jfr/internal/jfc/JFC$KnownConfiguration +instanceKlass jdk/jfr/internal/jfc/model/JFCModel +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdStart jfcOptions ()Ljava/lang/String; 45 argL0 ; # jdk/jfr/internal/dcmd/DCmdStart$$Lambda+0x000001d68113f420 +instanceKlass jdk/jfr/internal/jfc/JFC +instanceKlass @bci jdk/jfr/internal/SecuritySupport isDirectory (Ljdk/jfr/internal/SecuritySupport$SafePath;)Z 1 member ; # jdk/jfr/internal/SecuritySupport$$Lambda+0x000001d68113f000 +instanceKlass sun/nio/fs/WindowsDirectoryStream$WindowsDirectoryIterator +instanceKlass sun/nio/fs/WindowsDirectoryStream +instanceKlass java/nio/file/Files$1 +instanceKlass sun/nio/fs/WindowsFileSystem$2 +instanceKlass java/nio/file/PathMatcher +instanceKlass sun/nio/fs/Globs +instanceKlass jdk/jfr/internal/SecuritySupport$1 +instanceKlass @bci jdk/jfr/internal/SecuritySupport getPredefinedJFCFiles ()Ljava/util/List; 8 argL0 ; # jdk/jfr/internal/SecuritySupport$$Lambda+0x000001d68113d728 +instanceKlass jdk/jfr/internal/consumer/FileAccess +instanceKlass jdk/jfr/internal/SecuritySupport$4 +instanceKlass @bci jdk/jfr/internal/SecuritySupport getPathInProperty (Ljava/lang/String;Ljava/lang/String;)Ljdk/jfr/internal/SecuritySupport$SafePath; 2 member ; # jdk/jfr/internal/SecuritySupport$$Lambda+0x000001d68113c9d8 +instanceKlass @cpi team/creative/creativecore/common/gui/dialog/GuiDialogHandler 150 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68115d800 +instanceKlass jdk/jfr/internal/SecuritySupport$SafePath +instanceKlass jdk/jfr/internal/SecuritySupport$CallableWithoutCheckException +instanceKlass jdk/internal/event/Event +instanceKlass jdk/jfr/internal/SecuritySupport +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdStop printHelp ()[Ljava/lang/String; 19 argL0 ; # jdk/jfr/internal/dcmd/DCmdStop$$Lambda+0x000001d68113b8e8 +instanceKlass @bci jdk/jfr/internal/dcmd/DCmdView printHelp ()[Ljava/lang/String; 111 argL0 ; # jdk/jfr/internal/dcmd/DCmdView$$Lambda+0x000001d68113b6d0 +instanceKlass jdk/jfr/internal/util/Columnizer$Column +instanceKlass jdk/jfr/internal/util/Tokenizer +instanceKlass @bci jdk/internal/module/SystemModuleFinders$SystemModuleReader open (Ljava/lang/String;)Ljava/util/Optional; 6 member ; # jdk/internal/module/SystemModuleFinders$SystemModuleReader$$Lambda+0x000001d68113ae60 +instanceKlass jdk/jfr/internal/query/ViewFile +instanceKlass jdk/jfr/internal/util/Columnizer +instanceKlass jdk/jfr/internal/query/ViewPrinter +instanceKlass java/lang/StringLatin1$LinesSpliterator +instanceKlass com/sun/management/internal/DiagnosticCommandImpl$Wrapper +instanceKlass jdk/jfr/internal/util/Output$LinePrinter +instanceKlass jdk/jfr/internal/util/Output +instanceKlass jdk/jfr/internal/dcmd/AbstractDCmd +instanceKlass com/sun/management/internal/DiagnosticCommandArgumentInfo +instanceKlass com/sun/management/internal/DiagnosticCommandInfo +instanceKlass com/sun/management/internal/DiagnosticCommandImpl$OperationInfoComparator +instanceKlass sun/management/ClassLoadingImpl +instanceKlass javax/management/MBeanInfo$ArrayGettersSafeAction +instanceKlass javax/management/openmbean/OpenMBeanOperationInfo +instanceKlass java/util/logging/LogManager$4 +instanceKlass jdk/internal/logger/BootstrapLogger$BootstrapExecutors +instanceKlass sun/security/util/SecurityConstants +instanceKlass jdk/internal/logger/LoggerFinderLoader +instanceKlass @bci java/lang/System$LoggerFinder accessProvider ()Ljava/lang/System$LoggerFinder; 6 argL0 ; # java/lang/System$LoggerFinder$$Lambda+0x000001d6811360a8 +instanceKlass @bci java/util/logging/Level$KnownLevel findByName (Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/Optional; 29 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000025 +instanceKlass @bci java/util/logging/Level findLevel (Ljava/lang/String;)Ljava/util/logging/Level; 13 argL0 ; # java/util/logging/Level$$Lambda+0x800000013 +instanceKlass java/util/Hashtable$Enumerator +instanceKlass java/util/logging/LogManager$LoggerContext$1 +instanceKlass java/util/logging/LogManager$VisitedLoggers +instanceKlass java/util/logging/Logger$ConfigurationData +instanceKlass java/util/logging/Logger$LoggerBundle +instanceKlass java/util/logging/Handler +instanceKlass java/util/logging/LogManager$2 +instanceKlass java/util/logging/Logging +instanceKlass java/util/logging/LogManager$LoggingProviderAccess +instanceKlass java/util/Collections$SynchronizedMap +instanceKlass java/util/logging/LogManager$LogNode +instanceKlass java/util/logging/LogManager$LoggerContext +instanceKlass java/util/logging/LogManager$1 +instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 49 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000024 +instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 19 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000023 +instanceKlass java/util/logging/Level +instanceKlass java/util/logging/LoggingMXBean +instanceKlass java/util/logging/Logger +instanceKlass sun/management/ManagementFactoryHelper$PlatformLoggingImpl +instanceKlass java/lang/management/PlatformLoggingMXBean +instanceKlass sun/management/CompilationImpl +instanceKlass sun/management/VMManagementImpl$1 +instanceKlass java/lang/management/MemoryUsage +instanceKlass sun/management/Sensor +instanceKlass sun/management/MemoryPoolImpl +instanceKlass java/lang/management/MemoryPoolMXBean +instanceKlass @bci java/lang/management/DefaultPlatformMBeanProvider$5 nameToMBeanMap ()Ljava/util/Map; 21 argL0 ; # java/lang/management/DefaultPlatformMBeanProvider$5$$Lambda+0x000001d681133460 +instanceKlass @bci java/lang/management/DefaultPlatformMBeanProvider$5 nameToMBeanMap ()Ljava/util/Map; 11 member ; # java/lang/management/DefaultPlatformMBeanProvider$5$$Lambda+0x000001d681133210 +instanceKlass com/sun/management/GarbageCollectorMXBean +instanceKlass java/lang/management/GarbageCollectorMXBean +instanceKlass java/lang/management/MemoryManagerMXBean +instanceKlass javax/management/DescriptorKey +instanceKlass sun/management/BaseOperatingSystemImpl +instanceKlass com/sun/management/OperatingSystemMXBean +instanceKlass com/sun/jmx/mbeanserver/PerInterface$MethodAndSig +instanceKlass java/lang/management/LockInfo +instanceKlass java/lang/management/ThreadInfo +instanceKlass sun/management/ThreadImpl +instanceKlass com/sun/management/ThreadMXBean +instanceKlass com/sun/jmx/mbeanserver/WeakIdentityHashMap +instanceKlass com/sun/jmx/mbeanserver/MXBeanLookup +instanceKlass com/sun/jmx/mbeanserver/PerInterface$InitMaps +instanceKlass com/sun/jmx/mbeanserver/PerInterface +instanceKlass javax/management/openmbean/OpenMBeanAttributeInfo +instanceKlass javax/management/openmbean/OpenMBeanParameterInfo +instanceKlass com/sun/jmx/mbeanserver/MBeanIntrospector$MBeanInfoMaker +instanceKlass com/sun/jmx/mbeanserver/MBeanAnalyzer$MBeanVisitor +instanceKlass sun/reflect/generics/tree/TypeVariableSignature +instanceKlass sun/reflect/generics/tree/MethodTypeSignature +instanceKlass com/sun/jmx/mbeanserver/MBeanAnalyzer$AttrMethods +instanceKlass com/sun/jmx/mbeanserver/MXBeanMapping +instanceKlass javax/management/openmbean/TabularData +instanceKlass javax/management/openmbean/CompositeData +instanceKlass javax/management/openmbean/OpenType +instanceKlass com/sun/jmx/mbeanserver/MXBeanMappingFactory +instanceKlass com/sun/jmx/mbeanserver/ConvertingMethod +instanceKlass com/sun/jmx/mbeanserver/MBeanAnalyzer$MethodOrder +instanceKlass com/sun/jmx/mbeanserver/MBeanAnalyzer +instanceKlass com/sun/jmx/mbeanserver/MBeanIntrospector +instanceKlass javax/management/MXBean +instanceKlass com/sun/jmx/mbeanserver/MBeanSupport +instanceKlass com/sun/jmx/mbeanserver/DescriptorCache +instanceKlass javax/management/JMX +instanceKlass javax/management/StandardMBean +instanceKlass @bci java/lang/management/ManagementFactory addMXBean (Ljavax/management/MBeanServer;Ljava/lang/String;Ljava/lang/Object;)V 8 member ; # java/lang/management/ManagementFactory$$Lambda+0x000001d681127748 +instanceKlass java/util/AbstractMap$SimpleImmutableEntry +instanceKlass @bci java/lang/management/ManagementFactory getPlatformMBeanServer ()Ljavax/management/MBeanServer; 63 argL0 ; # java/lang/management/ManagementFactory$$Lambda+0x000001d681127520 +instanceKlass @bci java/lang/management/ManagementFactory getPlatformMBeanServer ()Ljavax/management/MBeanServer; 53 argL0 ; # java/lang/management/ManagementFactory$$Lambda+0x000001d6811272e8 +instanceKlass @bci java/lang/management/ManagementFactory getPlatformMBeanServer ()Ljavax/management/MBeanServer; 43 argL0 ; # java/lang/management/ManagementFactory$$Lambda+0x000001d6811270a0 +instanceKlass @cpi com/evandev/reliable_remover/config/RuleManager 802 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68115d400 +instanceKlass com/sun/jmx/mbeanserver/JmxMBeanServer$3 +instanceKlass javax/management/ObjectInstance +instanceKlass com/sun/jmx/mbeanserver/NamedObject +instanceKlass com/sun/jmx/interceptor/DefaultMBeanServerInterceptor$ResourceContext$1 +instanceKlass com/sun/jmx/interceptor/DefaultMBeanServerInterceptor$ResourceContext +instanceKlass com/sun/jmx/mbeanserver/Repository$RegistrationContext +instanceKlass com/sun/jmx/mbeanserver/DynamicMBean2 +instanceKlass sun/util/logging/PlatformLogger +instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge$LoggerConfiguration +instanceKlass jdk/internal/logger/BootstrapLogger$RedirectedLoggers +instanceKlass com/sun/jmx/defaults/JmxProperties +instanceKlass com/sun/jmx/mbeanserver/Introspector +instanceKlass com/sun/jmx/mbeanserver/JmxMBeanServer$2 +instanceKlass com/sun/jmx/interceptor/DefaultMBeanServerInterceptor +instanceKlass com/sun/jmx/interceptor/MBeanServerInterceptor +instanceKlass com/sun/jmx/mbeanserver/Repository +instanceKlass com/sun/jmx/mbeanserver/JmxMBeanServer$1 +instanceKlass com/sun/jmx/mbeanserver/SecureClassLoaderRepository +instanceKlass com/sun/jmx/mbeanserver/MBeanInstantiator +instanceKlass com/sun/jmx/mbeanserver/ClassLoaderRepositorySupport$LoaderEntry +instanceKlass com/sun/jmx/mbeanserver/ClassLoaderRepositorySupport +instanceKlass com/sun/jmx/mbeanserver/ModifiableClassLoaderRepository +instanceKlass javax/management/loading/ClassLoaderRepository +instanceKlass javax/management/ImmutableDescriptor +instanceKlass javax/management/Descriptor +instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerAccessor +instanceKlass jdk/internal/logger/LazyLoggers$LoggerAccessor +instanceKlass jdk/internal/logger/AbstractLoggerWrapper +instanceKlass sun/util/logging/internal/LoggingProviderImpl$LogManagerAccess +instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend$1 +instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend +instanceKlass jdk/internal/logger/BootstrapLogger +instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge +instanceKlass sun/util/logging/PlatformLogger$Bridge +instanceKlass jdk/internal/logger/DefaultLoggerFinder$1 +instanceKlass java/lang/System$LoggerFinder +instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerFactories +instanceKlass jdk/internal/logger/LazyLoggers$1 +instanceKlass jdk/internal/logger/LazyLoggers +instanceKlass com/sun/jmx/remote/util/ClassLogger +instanceKlass java/lang/System$Logger +instanceKlass javax/management/NotificationBroadcasterSupport$1 +instanceKlass javax/management/NotificationBroadcasterSupport +instanceKlass java/util/ComparableTimSort +instanceKlass javax/management/ObjectName$Property +instanceKlass javax/management/ObjectName +instanceKlass javax/management/QueryExp +instanceKlass com/sun/jmx/mbeanserver/Util +instanceKlass javax/management/MBeanInfo +instanceKlass javax/management/MBeanFeatureInfo +instanceKlass javax/management/DescriptorRead +instanceKlass javax/management/MBeanServerDelegate +instanceKlass javax/management/MBeanServerDelegateMBean +instanceKlass javax/management/MBeanRegistration +instanceKlass com/sun/jmx/mbeanserver/JmxMBeanServer +instanceKlass com/sun/jmx/mbeanserver/SunJmxMBeanServer +instanceKlass javax/management/MBeanServerBuilder +instanceKlass com/sun/jmx/mbeanserver/GetPropertyAction +instanceKlass javax/management/MBeanServerFactory +instanceKlass org/apache/logging/log4j/core/jmx/Server +instanceKlass java/util/EventObject +instanceKlass org/apache/logging/log4j/core/config/Loggers +instanceKlass java/util/concurrent/atomic/AtomicBoolean +instanceKlass org/apache/logging/log4j/core/config/AwaitCompletionReliabilityStrategy +instanceKlass org/apache/logging/log4j/core/config/ReliabilityStrategyFactory +instanceKlass org/apache/logging/log4j/core/config/LoggerConfig$LevelAndRefs +instanceKlass org/apache/logging/log4j/core/config/LoggerConfig$RootLogger$Builder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68115d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68115cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68115c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68115c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68115c000 +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$TwoDigitMonthField +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$PaddedNumberField +instanceKlass java/util/concurrent/ThreadPoolExecutor$AbortPolicy +instanceKlass java/util/concurrent/RejectedExecutionHandler +instanceKlass org/apache/logging/log4j/core/appender/ConfigurationFactoryData +instanceKlass org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory +instanceKlass org/apache/logging/log4j/core/util/Log4jThreadFactory +instanceKlass java/util/concurrent/Semaphore +instanceKlass org/apache/logging/log4j/core/appender/rolling/PatternProcessor +instanceKlass org/apache/logging/log4j/core/appender/rolling/RollingFileManager$RollingFileManagerFactory +instanceKlass org/apache/logging/log4j/core/appender/FileManager$FileManagerFactory +instanceKlass org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy$Builder +instanceKlass @bci java/util/regex/Pattern DOT ()Ljava/util/regex/Pattern$CharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001d681119820 +instanceKlass org/apache/logging/log4j/core/appender/rolling/RolloverDescription +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681155c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681155800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681155400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681155000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681154c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681154800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681154400 +instanceKlass @cpi com/mojang/blaze3d/systems/RenderSystem 720 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681154000 +instanceKlass javax/management/MBeanServer +instanceKlass java/lang/management/OperatingSystemMXBean +instanceKlass java/lang/management/CompilationMXBean +instanceKlass java/lang/management/ThreadMXBean +instanceKlass java/lang/management/MemoryMXBean +instanceKlass java/lang/management/ClassLoadingMXBean +instanceKlass javax/management/MBeanServerConnection +instanceKlass org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy$Builder +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$NoFormatPatternSerializer +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$CharacterLiteral +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$TwoDigitNumberField +instanceKlass sun/util/resources/Bundles$2 +instanceKlass sun/util/resources/LocaleData$LocaleDataResourceBundleProvider +instanceKlass java/util/spi/ResourceBundleProvider +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDateFormatSymbolsProvider ()Ljava/text/spi/DateFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x80000006a +instanceKlass java/text/DateFormatSymbols +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$NumberRule +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter$Rule +instanceKlass org/apache/logging/log4j/core/util/datetime/FastDatePrinter +instanceKlass org/apache/logging/log4j/core/util/datetime/FormatCache$MultipartKey +instanceKlass org/apache/logging/log4j/core/util/datetime/FormatCache +instanceKlass org/apache/logging/log4j/core/util/datetime/Format +instanceKlass org/apache/logging/log4j/core/util/datetime/DatePrinter +# instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68114f2a0 +instanceKlass @bci org/embeddedt/modernfix/textures/StbStitcher getY (Lorg/lwjgl/stb/STBRPRect;)I 18 ; # java/lang/invoke/LambdaForm$MH+0x000001d68114ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68114a800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d68114a400 +instanceKlass @cpi fuzs/puzzleslib/impl/config/serialization/ConfigDataSetImpl 149 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68114a000 +instanceKlass @bci dev/latvian/mods/kubejs/client/LangKubeEvent$Key hashCode ()I 1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681149c00 +instanceKlass org/apache/logging/log4j/core/util/Assert +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681149800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681149400 +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginConfiguration +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginElement +instanceKlass org/apache/logging/log4j/core/config/plugins/validation/validators/RequiredValidator +instanceKlass org/apache/logging/log4j/core/config/plugins/validation/ConstraintValidator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681149000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681148c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681148800 +instanceKlass @bci dev/latvian/mods/kubejs/client/LangKubeEvent$Key hashCode ()I 1 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681148400 +instanceKlass org/apache/logging/log4j/util/EnglishEnums +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/EnumConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/validation/constraints/Required +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginBuilderAttribute +instanceKlass org/apache/logging/log4j/core/util/TypeUtil +instanceKlass org/apache/logging/log4j/core/filter/AbstractFilterable$Builder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681148000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681143c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681143800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681143400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681143000 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001d681142c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681142800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681142400 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl 472 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681142000 +instanceKlass java/lang/invoke/ClassSpecializer$Factory$1Var +instanceKlass @cpi net/neoforged/neoforge/client/event/RegisterGuiLayersEvent 215 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681141c00 +instanceKlass sun/invoke/util/ValueConversions$1 +instanceKlass sun/invoke/util/ValueConversions$WrapperCache +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681141800 +instanceKlass org/apache/logging/log4j/core/config/plugins/validation/Constraint +instanceKlass org/apache/logging/log4j/core/config/plugins/validation/ConstraintValidators +instanceKlass org/apache/logging/log4j/util/StringBuilders +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/Duration +instanceKlass org/apache/logging/log4j/core/util/CronExpression +instanceKlass java/lang/reflect/WildcardType +instanceKlass sun/reflect/generics/tree/Wildcard +instanceKlass sun/reflect/generics/tree/BottomSignature +instanceKlass sun/reflect/generics/tree/CharSignature +instanceKlass sun/reflect/generics/tree/ArrayTypeSignature +instanceKlass sun/reflect/generics/tree/ByteSignature +instanceKlass sun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator +instanceKlass sun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl +instanceKlass java/lang/reflect/ParameterizedType +instanceKlass sun/reflect/generics/tree/ClassSignature +instanceKlass sun/reflect/generics/tree/Signature +instanceKlass sun/reflect/generics/tree/FormalTypeParameter +instanceKlass java/lang/reflect/TypeVariable +instanceKlass sun/reflect/generics/repository/AbstractRepository +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverterRegistry +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters +instanceKlass org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor +instanceKlass org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor +instanceKlass @cpi net/minecraft/client/renderer/texture/atlas/SpriteResourceLoader 47 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681141400 +instanceKlass @bci sun/reflect/annotation/AnnotationParser parseEnumArray (ILjava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 16 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001d681112e00 +instanceKlass org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginVisitorStrategy +instanceKlass java/lang/Short$ShortCache +instanceKlass java/lang/Byte$ByteCache +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginAttribute +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginFactory +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginBuilderFactory +instanceKlass org/apache/logging/log4j/core/config/plugins/util/PluginBuilder +instanceKlass org/apache/logging/log4j/core/config/plugins/PluginAliases +instanceKlass org/apache/logging/log4j/core/config/Scheduled +instanceKlass com/sun/org/apache/xerces/internal/dom/CharacterDataImpl$1 +instanceKlass org/w3c/dom/Text +instanceKlass org/w3c/dom/CharacterData +instanceKlass java/util/Formatter$Flags +instanceKlass java/util/Formattable +instanceKlass java/util/Formatter$FixedString +instanceKlass java/util/Formatter$FormatSpecifier +instanceKlass java/util/Formatter$FormatString +instanceKlass java/util/Formatter$Conversion +instanceKlass java/util/Formatter +instanceKlass org/apache/logging/log4j/core/Version +instanceKlass java/net/InetAddress$CachedLocalHost +instanceKlass java/net/InetAddress$CachedLookup +instanceKlass sun/net/InetAddressCachePolicy$1 +instanceKlass sun/net/InetAddressCachePolicy +instanceKlass @bci java/net/InetAddress getAddressesFromNameService (Ljava/lang/String;)[Ljava/net/InetAddress; 94 argL0 ; # java/net/InetAddress$$Lambda+0x000001d68110f7b0 +instanceKlass java/net/Inet6Address$Inet6AddressHolder +instanceKlass @bci java/net/InetAddress loadResolver ()Ljava/net/spi/InetAddressResolver; 8 argL0 ; # java/net/InetAddress$$Lambda+0x000001d68110f388 +instanceKlass java/net/spi/InetAddressResolverProvider +instanceKlass java/net/InetAddress$NameServiceAddresses +instanceKlass java/net/InetAddress$Addresses +instanceKlass java/net/InetAddress$PlatformResolver +instanceKlass java/net/spi/InetAddressResolver +instanceKlass java/net/spi/InetAddressResolver$LookupPolicy +instanceKlass java/net/Inet4AddressImpl +instanceKlass java/net/InetAddressImpl +instanceKlass java/net/InetAddress$InetAddressHolder +instanceKlass java/net/InetAddress$1 +instanceKlass jdk/internal/access/JavaNetInetAddressAccess +instanceKlass java/net/InetAddress +instanceKlass @bci org/apache/logging/log4j/core/LoggerContext setConfiguration (Lorg/apache/logging/log4j/core/config/Configuration;)Lorg/apache/logging/log4j/core/config/Configuration; 62 argL0 ; # org/apache/logging/log4j/core/LoggerContext$$Lambda+0x000001d6811448f0 +instanceKlass java/util/concurrent/LinkedBlockingQueue$Itr +instanceKlass org/apache/logging/log4j/status/StatusConsoleListener +instanceKlass java/util/concurrent/LinkedBlockingQueue$Node +instanceKlass java/util/concurrent/BlockingQueue +instanceKlass org/apache/logging/log4j/status/StatusListener +instanceKlass java/util/EventListener +instanceKlass org/apache/logging/log4j/core/config/status/StatusConfiguration +instanceKlass org/w3c/dom/Attr +instanceKlass com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl +instanceKlass org/w3c/dom/NamedNodeMap +instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$RefCount +instanceKlass com/sun/org/apache/xerces/internal/dom/NodeListCache +instanceKlass org/w3c/dom/TypeInfo +instanceKlass org/w3c/dom/ElementTraversal +instanceKlass org/w3c/dom/Element +instanceKlass org/w3c/dom/DocumentType +instanceKlass com/sun/org/apache/xerces/internal/dom/NodeImpl +instanceKlass org/w3c/dom/events/EventTarget +instanceKlass org/w3c/dom/NodeList +instanceKlass org/w3c/dom/Document +instanceKlass org/w3c/dom/ranges/DocumentRange +instanceKlass org/w3c/dom/events/DocumentEvent +instanceKlass org/w3c/dom/traversal/DocumentTraversal +instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredNode +instanceKlass org/w3c/dom/Node +instanceKlass com/sun/org/apache/xerces/internal/impl/Constants$ArrayEnumeration +instanceKlass com/sun/org/apache/xerces/internal/impl/Constants +instanceKlass com/sun/org/apache/xerces/internal/util/IntStack +instanceKlass com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter +instanceKlass com/sun/org/apache/xerces/internal/util/XMLLocatorWrapper +instanceKlass com/sun/org/apache/xerces/internal/util/XMLSymbols +instanceKlass com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler +instanceKlass com/sun/org/apache/xerces/internal/util/XMLChar +instanceKlass com/sun/xml/internal/stream/Entity +instanceKlass com/sun/xml/internal/stream/util/BufferAllocator +instanceKlass com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$EncodingInfo +instanceKlass @bci net/spell_engine/client/input/Keybindings hotbarKey (I)Lnet/minecraft/client/KeyMapping; 5 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681141000 +instanceKlass @bci net/spell_engine/client/input/Keybindings hotbarKey (I)Lnet/minecraft/client/KeyMapping; 5 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681140c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681140800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681140400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681140000 +instanceKlass com/sun/org/apache/xerces/internal/util/URI +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource +instanceKlass com/sun/org/apache/xerces/internal/util/FeatureState +instanceKlass com/sun/org/apache/xerces/internal/util/PropertyState +instanceKlass com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter +instanceKlass com/sun/org/apache/xerces/internal/util/MessageFormatter +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLVersionDetector +instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationManager +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationState +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/ValidationContext +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/RevalidationHandler +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource +instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription +instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$TrailingMiscDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$PrologDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver +instanceKlass com/sun/org/apache/xerces/internal/util/NamespaceSupport +instanceKlass com/sun/org/apache/xerces/internal/xni/NamespaceContext +instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute +instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLAttributes +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$FragmentContentDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack2 +instanceKlass com/sun/org/apache/xerces/internal/xni/QName +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLString +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner +instanceKlass com/sun/xml/internal/stream/XMLBufferListener +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLErrorReporter +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLLocator +instanceKlass com/sun/xml/internal/stream/XMLEntityStorage +instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer +instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/Augmentations +instanceKlass com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponent +instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable$Entry +instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable +instanceKlass jdk/xml/internal/JdkConstants +instanceKlass javax/xml/parsers/SAXParserFactory +instanceKlass jdk/xml/internal/JdkXmlUtils +instanceKlass com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings +instanceKlass com/sun/org/apache/xerces/internal/parsers/XML11Configurable +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager +instanceKlass com/sun/org/apache/xerces/internal/parsers/XMLParser +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler +instanceKlass javax/xml/parsers/DocumentBuilder +instanceKlass com/sun/org/apache/xerces/internal/jaxp/JAXPConstants +instanceKlass @bci javax/xml/parsers/FactoryFinder newInstance (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/ClassLoader;ZZ)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001d6810f2670 +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager +instanceKlass @bci jdk/xml/internal/SecuritySupport getContextClassLoader ()Ljava/lang/ClassLoader; 0 argL0 ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001d6810f08a0 +instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001d6810f0680 +instanceKlass javax/xml/parsers/FactoryFinder$1 +instanceKlass @bci jdk/xml/internal/SecuritySupport getFileInputStream (Ljava/io/File;)Ljava/io/FileInputStream; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001d6810f0238 +instanceKlass @bci jdk/xml/internal/SecuritySupport doesFileExist (Ljava/io/File;)Z 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001d6810f0018 +instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 6 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001d6810efdf8 +instanceKlass @bci jdk/xml/internal/SecuritySupport getSystemProperty (Ljava/lang/String;)Ljava/lang/String; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001d6810efbd8 +instanceKlass jdk/xml/internal/SecuritySupport +instanceKlass javax/xml/parsers/FactoryFinder +instanceKlass javax/xml/parsers/DocumentBuilderFactory +instanceKlass org/xml/sax/InputSource +instanceKlass org/apache/logging/log4j/core/util/Closer +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d6810db9c0 +instanceKlass org/apache/logging/log4j/core/config/plugins/util/ResolverUtil +instanceKlass javax/xml/transform/Source +instanceKlass org/apache/logging/log4j/core/config/Reconfigurable +instanceKlass org/apache/logging/log4j/core/util/Source +instanceKlass org/apache/logging/log4j/core/util/FileUtils +instanceKlass java/net/spi/URLStreamHandlerProvider +instanceKlass java/net/URL$1 +instanceKlass java/net/URL$2 +instanceKlass jdk/internal/misc/ThreadTracker +instanceKlass java/net/URL$ThreadTrackHolder +instanceKlass org/apache/logging/log4j/core/util/NetUtils +instanceKlass @bci org/apache/logging/log4j/core/util/BasicAuthorizationProvider (Lorg/apache/logging/log4j/util/PropertiesUtil;)V 48 member ; # org/apache/logging/log4j/core/util/BasicAuthorizationProvider$$Lambda+0x000001d6810da678 +instanceKlass @bci org/apache/logging/log4j/core/util/BasicAuthorizationProvider (Lorg/apache/logging/log4j/util/PropertiesUtil;)V 32 member ; # org/apache/logging/log4j/core/util/BasicAuthorizationProvider$$Lambda+0x000001d6810da458 +instanceKlass @bci org/apache/logging/log4j/core/util/BasicAuthorizationProvider (Lorg/apache/logging/log4j/util/PropertiesUtil;)V 16 member ; # org/apache/logging/log4j/core/util/BasicAuthorizationProvider$$Lambda+0x000001d6810da238 +instanceKlass org/apache/logging/log4j/core/util/BasicAuthorizationProvider +instanceKlass org/apache/logging/log4j/core/config/Order +instanceKlass org/apache/logging/log4j/core/config/OrderComparator +instanceKlass org/apache/logging/log4j/core/util/AuthorizationProvider +instanceKlass org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder +instanceKlass @bci org/apache/logging/log4j/core/selector/ClassLoaderContextSelector locateContext (Ljava/lang/ClassLoader;Ljava/util/Map$Entry;Ljava/net/URI;)Lorg/apache/logging/log4j/core/LoggerContext; 160 member ; # org/apache/logging/log4j/core/selector/ClassLoaderContextSelector$$Lambda+0x000001d6810d90a8 +instanceKlass org/apache/logging/log4j/core/appender/DefaultErrorHandler +instanceKlass org/apache/logging/log4j/core/appender/ConsoleAppender$FactoryData +instanceKlass org/apache/logging/log4j/core/appender/ConsoleAppender$ConsoleManagerFactory +instanceKlass org/apache/logging/log4j/core/layout/ByteBufferDestination +instanceKlass org/apache/logging/log4j/core/ErrorHandler +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$PatternFormatterPatternSerializer +instanceKlass org/apache/logging/log4j/core/pattern/PlainTextRenderer +instanceKlass org/apache/logging/log4j/core/impl/ThrowableFormatOptions +instanceKlass org/apache/logging/log4j/core/pattern/PatternFormatter +instanceKlass @bci jdk/internal/reflect/DirectConstructorHandleAccessor invokeImpl ([Ljava/lang/Object;)Ljava/lang/Object; 88 ; # java/lang/invoke/LambdaForm$MH+0x000001d6810d5400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6810d5000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6810d4c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6810d4800 +instanceKlass org/apache/logging/log4j/core/pattern/TextRenderer +instanceKlass org/apache/logging/log4j/core/util/Integers +instanceKlass org/apache/logging/log4j/core/pattern/NameAbbreviator +instanceKlass org/apache/logging/log4j/core/util/OptionConverter +instanceKlass sun/util/calendar/CalendarUtils +instanceKlass sun/util/calendar/CalendarDate +instanceKlass sun/util/resources/Bundles$CacheKeyReference +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper newResourceBundle (Ljava/lang/Class;)Ljava/util/ResourceBundle; 22 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x800000012 +instanceKlass java/util/ResourceBundle$ResourceBundleProviderHelper +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter applyAliases (Ljava/util/Locale;)Ljava/util/Locale; 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000064 +instanceKlass sun/util/resources/Bundles$CacheKey +instanceKlass java/util/ResourceBundle$1 +instanceKlass jdk/internal/access/JavaUtilResourceBundleAccess +instanceKlass sun/util/resources/Bundles +instanceKlass sun/util/resources/LocaleData$LocaleDataStrategy +instanceKlass sun/util/resources/Bundles$Strategy +instanceKlass sun/util/resources/LocaleData$1 +instanceKlass sun/util/resources/LocaleData +instanceKlass sun/util/locale/provider/LocaleResources +instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 16 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x80000006e +instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 6 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x80000006d +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getCalendarDataProvider ()Ljava/util/spi/CalendarDataProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000067 +instanceKlass java/util/ResourceBundle +instanceKlass java/util/ResourceBundle$Control +instanceKlass sun/util/locale/provider/CalendarDataUtility$CalendarWeekParameterGetter +instanceKlass sun/util/locale/provider/LocaleServiceProviderPool$LocalizedObjectGetter +instanceKlass sun/util/locale/provider/LocaleServiceProviderPool +instanceKlass java/util/Locale$Builder +instanceKlass sun/util/locale/provider/CalendarDataUtility +instanceKlass sun/util/calendar/CalendarSystem$GregorianHolder +instanceKlass sun/util/calendar/CalendarSystem +instanceKlass java/util/Calendar$Builder +instanceKlass sun/util/locale/provider/AvailableLanguageTags +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getCalendarProvider ()Lsun/util/spi/CalendarProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000068 +instanceKlass sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter ()V 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000066 +instanceKlass sun/util/locale/InternalLocaleBuilder$CaseInsensitiveChar +instanceKlass sun/util/locale/InternalLocaleBuilder +instanceKlass sun/util/locale/StringTokenIterator +instanceKlass sun/util/locale/ParseStatus +instanceKlass sun/util/locale/LanguageTag +instanceKlass sun/util/cldr/CLDRBaseLocaleDataMetaInfo +instanceKlass sun/util/locale/provider/LocaleDataMetaInfo +instanceKlass sun/util/locale/provider/ResourceBundleBasedAdapter +instanceKlass sun/util/locale/provider/LocaleProviderAdapter +instanceKlass java/util/spi/LocaleServiceProvider +instanceKlass java/util/Calendar +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6810d4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d6810d4000 +instanceKlass org/apache/logging/log4j/core/time/MutableInstant +instanceKlass org/apache/logging/log4j/core/pattern/DatePatternConverter$CachedTime +instanceKlass org/apache/logging/log4j/core/util/datetime/FixedDateFormat +instanceKlass java/util/Date +instanceKlass org/apache/logging/log4j/core/pattern/DatePatternConverter$Formatter +instanceKlass org/apache/logging/log4j/core/time/Instant +instanceKlass org/apache/logging/log4j/core/pattern/PatternParser$1 +instanceKlass org/apache/logging/log4j/core/pattern/FormattingInfo +instanceKlass java/lang/Deprecated +instanceKlass java/lang/Class$AnnotationData +instanceKlass java/lang/annotation/Target +instanceKlass java/lang/reflect/Proxy$ProxyBuilder$1 +instanceKlass jdk/internal/org/objectweb/asm/Edge +instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/Method;Ljava/lang/Class;)V 23 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001d6810eb080 +instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/ProxyGenerator$ProxyMethod;)V 10 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001d6810eae48 +instanceKlass java/util/StringJoiner +instanceKlass java/lang/reflect/ProxyGenerator$ProxyMethod +instanceKlass @bci java/lang/reflect/Proxy getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/lang/reflect/Proxy$$Lambda+0x000001d6810ea708 +instanceKlass @bci java/lang/reflect/Proxy$ProxyBuilder getDynamicModule (Ljava/lang/ClassLoader;)Ljava/lang/Module; 4 argL0 ; # java/lang/reflect/Proxy$ProxyBuilder$$Lambda+0x000001d6810ea2d8 +instanceKlass java/lang/PublicMethods +instanceKlass java/lang/reflect/Proxy$ProxyBuilder +instanceKlass @bci java/lang/reflect/Proxy getProxyConstructor (Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor; 35 argL0 ; # java/lang/reflect/Proxy$$Lambda+0x000001d6810e9ca0 +instanceKlass java/lang/reflect/Proxy +instanceKlass sun/reflect/annotation/AnnotationInvocationHandler +instanceKlass java/lang/reflect/InvocationHandler +instanceKlass sun/reflect/annotation/AnnotationParser$1 +instanceKlass java/lang/annotation/Documented +instanceKlass java/lang/annotation/Inherited +instanceKlass java/lang/annotation/Retention +instanceKlass sun/reflect/annotation/ExceptionProxy +instanceKlass sun/reflect/annotation/AnnotationType$1 +instanceKlass sun/reflect/annotation/AnnotationType +instanceKlass java/lang/reflect/GenericArrayType +instanceKlass org/apache/logging/log4j/core/config/plugins/Plugin +instanceKlass sun/reflect/generics/visitor/Reifier +instanceKlass sun/reflect/generics/visitor/TypeTreeVisitor +instanceKlass sun/reflect/generics/factory/CoreReflectionFactory +instanceKlass sun/reflect/generics/factory/GenericsFactory +instanceKlass sun/reflect/generics/scope/AbstractScope +instanceKlass sun/reflect/generics/scope/Scope +instanceKlass sun/reflect/generics/tree/ClassTypeSignature +instanceKlass sun/reflect/generics/tree/SimpleClassTypeSignature +instanceKlass sun/reflect/generics/tree/FieldTypeSignature +instanceKlass sun/reflect/generics/tree/BaseType +instanceKlass sun/reflect/generics/tree/TypeSignature +instanceKlass sun/reflect/generics/tree/ReturnType +instanceKlass sun/reflect/generics/tree/TypeArgument +instanceKlass sun/reflect/generics/tree/TypeTree +instanceKlass sun/reflect/generics/tree/Tree +instanceKlass sun/reflect/generics/parser/SignatureParser +instanceKlass org/apache/logging/log4j/core/pattern/ConverterKeys +instanceKlass org/apache/logging/log4j/core/pattern/PatternParser +instanceKlass org/apache/logging/log4j/core/layout/StringBuilderEncoder +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializer +instanceKlass org/apache/logging/log4j/core/layout/AbstractStringLayout$Serializer +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$SerializerBuilder +instanceKlass org/apache/logging/log4j/core/layout/PatternLayout$Builder +instanceKlass org/apache/logging/log4j/core/layout/AbstractStringLayout$Serializer2 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d6810cf1d0 +instanceKlass org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory +instanceKlass org/apache/logging/log4j/spi/LoggerRegistry$MapFactory +instanceKlass org/apache/logging/log4j/spi/LoggerRegistry +instanceKlass org/apache/logging/log4j/core/config/Node +instanceKlass org/apache/logging/log4j/core/util/DummyNanoClock +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$Lambda+0x000001d6810ce000 +# instanceKlass org/apache/logging/log4j/core/util/WatchManager$$InjectedInvoker+0x000001d6810cc000 +instanceKlass org/apache/logging/log4j/core/util/WatchEventService +instanceKlass java/util/UUID +instanceKlass org/apache/logging/log4j/core/util/WatchManager$LocalUUID +instanceKlass java/util/concurrent/ScheduledExecutorService +instanceKlass org/apache/logging/log4j/core/config/DefaultReliabilityStrategy +instanceKlass org/apache/logging/log4j/core/config/LocationAwareReliabilityStrategy +instanceKlass sun/reflect/misc/ReflectUtil +instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1 +instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater +instanceKlass org/apache/logging/log4j/core/config/AppenderControlArraySet +instanceKlass org/apache/logging/log4j/core/util/SystemClock +instanceKlass org/apache/logging/log4j/core/time/PreciseClock +instanceKlass org/apache/logging/log4j/core/util/Clock +instanceKlass org/apache/logging/log4j/core/util/ClockFactory +instanceKlass org/apache/logging/log4j/core/impl/ReusableLogEventFactory +instanceKlass @bci org/apache/logging/log4j/core/config/LoggerConfig ()V 9 argL0 ; # org/apache/logging/log4j/core/config/LoggerConfig$$Lambda+0x000001d6810c85e8 +instanceKlass org/apache/logging/log4j/core/impl/LogEventFactory +instanceKlass org/apache/logging/log4j/core/impl/LocationAwareLogEventFactory +instanceKlass org/apache/logging/log4j/core/LogEvent +instanceKlass org/apache/logging/log4j/core/config/ReliabilityStrategy +instanceKlass java/util/DualPivotQuicksort +instanceKlass org/apache/logging/log4j/core/lookup/StrMatcher +instanceKlass sun/management/Util +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d6810e3848 +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d6810e3620 +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d6810e3408 +instanceKlass @bci sun/management/spi/PlatformMBeanProvider$PlatformComponent getMBeans (Ljava/lang/Class;)Ljava/util/List; 63 member ; # sun/management/spi/PlatformMBeanProvider$PlatformComponent$$Lambda+0x000001d6810e31c8 +instanceKlass @bci sun/management/spi/PlatformMBeanProvider$PlatformComponent getMBeans (Ljava/lang/Class;)Ljava/util/List; 47 member ; # sun/management/spi/PlatformMBeanProvider$PlatformComponent$$Lambda+0x000001d6810e2f78 +instanceKlass java/util/Collections$2 +instanceKlass sun/management/RuntimeImpl +instanceKlass java/util/stream/ReduceOps$2ReducingSink +instanceKlass @bci java/lang/management/ManagementFactory$PlatformMBeanFinder findSingleton (Ljava/lang/Class;)Lsun/management/spi/PlatformMBeanProvider$PlatformComponent; 30 member ; # java/lang/management/ManagementFactory$PlatformMBeanFinder$$Lambda+0x000001d6810e21b0 +instanceKlass @bci java/lang/management/ManagementFactory$PlatformMBeanFinder findSingleton (Ljava/lang/Class;)Lsun/management/spi/PlatformMBeanProvider$PlatformComponent; 19 member ; # java/lang/management/ManagementFactory$PlatformMBeanFinder$$Lambda+0x000001d6810e1f60 +instanceKlass jdk/management/jfr/internal/FlightRecorderMXBeanProvider$SingleMBeanComponent +instanceKlass jdk/management/jfr/FlightRecorderMXBean +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$11 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$10 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$9 +instanceKlass java/util/logging/LogManager +instanceKlass sun/management/ManagementFactoryHelper$LoggingMXBeanAccess$1 +instanceKlass sun/management/ManagementFactoryHelper$LoggingMXBeanAccess +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$8 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$7 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$6 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$5 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$4 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$3 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$2 +instanceKlass java/lang/management/DefaultPlatformMBeanProvider$1 +instanceKlass com/sun/management/internal/PlatformMBeanProviderImpl$5 +instanceKlass sun/management/VMManagementImpl +instanceKlass sun/management/VMManagement +instanceKlass sun/management/ManagementFactoryHelper +instanceKlass sun/management/NotificationEmitterSupport +instanceKlass javax/management/NotificationEmitter +instanceKlass javax/management/NotificationBroadcaster +instanceKlass com/sun/management/DiagnosticCommandMBean +instanceKlass javax/management/DynamicMBean +instanceKlass com/sun/management/internal/PlatformMBeanProviderImpl$4 +instanceKlass com/sun/management/internal/PlatformMBeanProviderImpl$3 +instanceKlass com/sun/management/internal/PlatformMBeanProviderImpl$2 +instanceKlass com/sun/management/internal/PlatformMBeanProviderImpl$1 +instanceKlass sun/management/spi/PlatformMBeanProvider$PlatformComponent +instanceKlass @bci com/sun/management/internal/PlatformMBeanProviderImpl ()V 8 argL0 ; # com/sun/management/internal/PlatformMBeanProviderImpl$$Lambda+0x000001d68107d028 +instanceKlass java/util/concurrent/Callable +instanceKlass sun/management/spi/PlatformMBeanProvider +instanceKlass java/io/FilePermission$1 +instanceKlass jdk/internal/access/JavaIOFilePermissionAccess +instanceKlass java/lang/management/ManagementFactory$PlatformMBeanFinder$1 +instanceKlass java/lang/management/ManagementFactory$PlatformMBeanFinder +instanceKlass java/lang/management/RuntimeMXBean +instanceKlass java/lang/management/PlatformManagedObject +instanceKlass @bci java/lang/management/ManagementFactory loadNativeLib ()V 0 argL0 ; # java/lang/management/ManagementFactory$$Lambda+0x000001d68107b9b8 +instanceKlass java/lang/management/ManagementFactory +instanceKlass org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory +instanceKlass org/apache/logging/log4j/core/appender/ManagerFactory +instanceKlass javax/naming/Context +instanceKlass org/apache/logging/log4j/core/appender/AbstractManager +instanceKlass org/apache/logging/log4j/core/impl/ThreadContextDataProvider +instanceKlass @bci org/apache/logging/log4j/core/impl/ThreadContextDataInjector getServiceProviders ()Ljava/util/List; 23 member ; # org/apache/logging/log4j/core/impl/ThreadContextDataInjector$$Lambda+0x000001d6810c2618 +# instanceKlass org/apache/logging/log4j/core/impl/ThreadContextDataInjector$$Lambda+0x000001d6810c23f8 +# instanceKlass org/apache/logging/log4j/core/impl/ThreadContextDataInjector$$InjectedInvoker+0x000001d6810c1400 +instanceKlass org/apache/logging/log4j/core/util/ContextDataProvider +instanceKlass java/util/concurrent/ConcurrentLinkedDeque$Node +instanceKlass org/apache/logging/log4j/core/impl/ThreadContextDataInjector +instanceKlass org/apache/logging/log4j/core/impl/ThreadContextDataInjector$ForCopyOnWriteThreadContextMap +instanceKlass org/apache/logging/log4j/spi/DefaultThreadContextStack +instanceKlass org/apache/logging/log4j/spi/DefaultThreadContextMap +instanceKlass org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap +instanceKlass @bci org/apache/logging/log4j/util/SortedArrayStringMap ()V 0 argL0 ; # org/apache/logging/log4j/util/SortedArrayStringMap$$Lambda+0x000001d6810c6a68 +instanceKlass @cpi com/simibubi/create/AllBlocks 4944 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6810c1000 +instanceKlass org/apache/logging/log4j/util/TriConsumer +instanceKlass org/apache/logging/log4j/util/SortedArrayStringMap +instanceKlass org/apache/logging/log4j/util/IndexedStringMap +instanceKlass org/apache/logging/log4j/util/IndexedReadOnlyStringMap +instanceKlass org/apache/logging/log4j/util/StringMap +instanceKlass org/apache/logging/log4j/util/ReadOnlyStringMap +instanceKlass org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap +instanceKlass org/apache/logging/log4j/spi/CopyOnWrite +instanceKlass org/apache/logging/log4j/spi/ObjectThreadContextMap +instanceKlass org/apache/logging/log4j/spi/CleanableThreadContextMap +instanceKlass org/apache/logging/log4j/spi/ThreadContextMap2 +instanceKlass org/apache/logging/log4j/spi/ReadOnlyThreadContextMap +instanceKlass org/apache/logging/log4j/spi/ThreadContextMapFactory +instanceKlass org/apache/logging/log4j/ThreadContext$EmptyIterator +instanceKlass org/apache/logging/log4j/spi/ThreadContextMap +instanceKlass org/apache/logging/log4j/spi/ThreadContextStack +instanceKlass org/apache/logging/log4j/ThreadContext$ContextStack +instanceKlass org/apache/logging/log4j/ThreadContext +instanceKlass @bci org/apache/logging/log4j/core/impl/ContextDataInjectorFactory createInjector ()Lorg/apache/logging/log4j/core/ContextDataInjector; 4 argL0 ; # org/apache/logging/log4j/core/impl/ContextDataInjectorFactory$$Lambda+0x000001d6810bf8b0 +instanceKlass org/apache/logging/log4j/core/ContextDataInjector +instanceKlass org/apache/logging/log4j/core/impl/ContextDataInjectorFactory +instanceKlass org/apache/logging/log4j/core/util/ReflectionUtil +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/util/PluginRegistry decodeCacheFiles (Ljava/lang/ClassLoader;)Ljava/util/Map; 320 ; # java/lang/invoke/LambdaForm$MH+0x000001d6810c0c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d6810c0800 +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/util/PluginRegistry decodeCacheFiles (Ljava/lang/ClassLoader;)Ljava/util/Map; 320 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6810c0400 +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/util/PluginRegistry decodeCacheFiles (Ljava/lang/ClassLoader;)Ljava/util/Map; 320 member ; # org/apache/logging/log4j/core/config/plugins/util/PluginRegistry$$Lambda+0x000001d6810bf098 +instanceKlass @cpi org/apache/logging/log4j/core/config/plugins/util/PluginRegistry 463 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d6810c0000 +instanceKlass org/apache/logging/log4j/util/Supplier +instanceKlass org/apache/logging/log4j/core/util/AbstractWatcher +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$UuidConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$UrlConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$UriConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$StringConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$ShortConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$SecurityProviderConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$PatternConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$PathConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$LongConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$LevelConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$IntegerConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$InetAddressConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$FloatConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$FileConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$DurationConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$DoubleConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$CronExpressionConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$ClassConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$CharsetConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$CharArrayConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$CharacterConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$ByteArrayConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$ByteConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$BooleanConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$BigIntegerConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$BigDecimalConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/convert/TypeConverter +instanceKlass org/apache/logging/log4j/core/lookup/UpperLookup +instanceKlass org/apache/logging/log4j/core/lookup/StructuredDataLookup +instanceKlass org/apache/logging/log4j/core/lookup/LowerLookup +instanceKlass org/apache/logging/log4j/core/lookup/MapLookup +instanceKlass org/apache/logging/log4j/core/lookup/DateLookup +instanceKlass org/apache/logging/log4j/core/lookup/ContextMapLookup +instanceKlass org/apache/logging/log4j/core/pattern/FileDatePatternConverter +instanceKlass org/apache/logging/log4j/core/config/arbiters/SystemPropertyArbiter +instanceKlass org/apache/logging/log4j/core/net/ssl/SslConfiguration +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/PathSortByModificationTime +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/PathSorter +instanceKlass org/apache/logging/log4j/core/net/SocketPerformancePreferences +instanceKlass org/apache/logging/log4j/core/net/SocketOptions +instanceKlass org/apache/logging/log4j/core/util/Builder +instanceKlass org/apache/logging/log4j/core/net/SocketAddress +instanceKlass org/apache/logging/log4j/core/config/arbiters/SelectArbiter +instanceKlass org/apache/logging/log4j/core/config/ScriptsPlugin +instanceKlass org/apache/logging/log4j/core/layout/ScriptPatternSelector +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/ScriptCondition +instanceKlass org/apache/logging/log4j/core/config/arbiters/ScriptArbiter +instanceKlass org/apache/logging/log4j/core/script/AbstractScript +instanceKlass org/apache/logging/log4j/core/appender/routing/Routes +instanceKlass org/apache/logging/log4j/core/appender/routing/Route +instanceKlass org/apache/logging/log4j/core/pattern/RegexReplacement +instanceKlass org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy +instanceKlass org/apache/logging/log4j/core/config/PropertiesPlugin +instanceKlass org/apache/logging/log4j/core/layout/PatternMatch +instanceKlass org/apache/logging/log4j/core/net/MulticastDnsAdvertiser +instanceKlass org/apache/logging/log4j/core/layout/MarkerPatternSelector +instanceKlass org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy +instanceKlass org/apache/logging/log4j/core/config/LoggersPlugin +instanceKlass net/minecrell/terminalconsole/util/LoggerNamePatternSelector +instanceKlass org/apache/logging/log4j/core/appender/rewrite/LoggerNameLevelRewritePolicy +instanceKlass org/apache/logging/log4j/core/appender/rewrite/RewritePolicy +instanceKlass org/apache/logging/log4j/core/layout/LoggerFields +instanceKlass org/apache/logging/log4j/core/async/LinkedTransferQueueFactory +instanceKlass org/apache/logging/log4j/core/layout/LevelPatternSelector +instanceKlass org/apache/logging/log4j/core/layout/PatternSelector +instanceKlass org/apache/logging/log4j/core/util/KeyValuePair +instanceKlass org/apache/logging/log4j/core/net/ssl/StoreConfiguration +instanceKlass org/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfNot +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfLastModified +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfFileName +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfAny +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfAll +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileSize +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileCount +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/PathCondition +instanceKlass org/apache/logging/log4j/core/appender/routing/PurgePolicy +instanceKlass org/apache/logging/log4j/core/appender/FailoversPlugin +instanceKlass org/apache/logging/log4j/core/config/arbiters/EnvironmentArbiter +instanceKlass org/apache/logging/log4j/core/async/DisruptorBlockingQueueFactory +instanceKlass org/apache/logging/log4j/core/appender/rolling/DirectFileRolloverStrategy +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/AbstractAction +instanceKlass org/apache/logging/log4j/core/appender/rolling/action/Action +instanceKlass org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy +instanceKlass org/apache/logging/log4j/core/appender/rolling/RolloverStrategy +instanceKlass org/apache/logging/log4j/core/config/arbiters/DefaultArbiter +instanceKlass org/apache/logging/log4j/core/config/CustomLevels +instanceKlass org/apache/logging/log4j/core/config/CustomLevelConfig +instanceKlass org/apache/logging/log4j/core/layout/AbstractLayout +instanceKlass org/apache/logging/log4j/core/StringLayout +instanceKlass org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy +instanceKlass org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource +instanceKlass org/apache/logging/log4j/core/appender/db/ColumnMapping +instanceKlass org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig +instanceKlass org/apache/logging/log4j/core/config/arbiters/ClassArbiter +instanceKlass org/apache/logging/log4j/core/config/arbiters/Arbiter +instanceKlass org/apache/logging/log4j/core/async/AsyncWaitStrategyFactoryConfig +instanceKlass org/apache/logging/log4j/core/async/ArrayBlockingQueueFactory +instanceKlass org/apache/logging/log4j/core/async/BlockingQueueFactory +instanceKlass org/apache/logging/log4j/core/appender/AppenderSet +instanceKlass org/apache/logging/log4j/core/config/AppendersPlugin +instanceKlass org/apache/logging/log4j/core/config/AppenderRef +instanceKlass net/neoforged/fml/loading/log4j/ForgeHighlight +instanceKlass org/apache/logging/log4j/core/pattern/AnsiConverter +instanceKlass org/apache/logging/log4j/core/pattern/ArrayPatternConverter +instanceKlass org/apache/logging/log4j/core/impl/LocationAware +instanceKlass org/apache/logging/log4j/core/pattern/AbstractPatternConverter +instanceKlass org/apache/logging/log4j/core/pattern/PatternConverter +instanceKlass org/apache/logging/log4j/core/config/plugins/util/PluginType +instanceKlass org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilderFactory +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/processor/PluginCache loadCacheFiles (Ljava/util/Enumeration;)V 137 ; # java/lang/invoke/LambdaForm$MH+0x000001d681090400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681090000 +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/processor/PluginCache loadCacheFiles (Ljava/util/Enumeration;)V 137 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68108cc00 +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/processor/PluginCache loadCacheFiles (Ljava/util/Enumeration;)V 137 member ; # org/apache/logging/log4j/core/config/plugins/processor/PluginCache$$Lambda+0x000001d68108d6d0 +instanceKlass @bci dev/emi/emi/data/TagExclusions add (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 5 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68108c800 +instanceKlass @cpi org/apache/logging/log4j/core/config/plugins/processor/PluginCache 249 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68108c400 +instanceKlass org/apache/logging/log4j/core/config/plugins/processor/PluginEntry +instanceKlass @bci org/apache/logging/log4j/core/config/plugins/processor/PluginCache getCategory (Ljava/lang/String;)Ljava/util/Map; 10 argL0 ; # org/apache/logging/log4j/core/config/plugins/processor/PluginCache$$Lambda+0x000001d68108d230 +instanceKlass org/apache/logging/log4j/core/config/plugins/processor/PluginCache +instanceKlass org/apache/logging/log4j/core/config/plugins/util/ResolverUtil$Test +instanceKlass org/apache/logging/log4j/core/config/plugins/util/PluginRegistry +instanceKlass org/apache/logging/log4j/core/config/plugins/util/PluginManager +instanceKlass org/apache/logging/log4j/core/lookup/PropertiesLookup +instanceKlass org/apache/logging/log4j/core/lookup/LookupResult +instanceKlass org/apache/logging/log4j/core/lookup/AbstractLookup +instanceKlass org/apache/logging/log4j/core/config/LoggerContextAware +instanceKlass org/apache/logging/log4j/core/config/DefaultAdvertiser +instanceKlass org/apache/logging/log4j/core/config/Property +instanceKlass org/apache/logging/log4j/core/config/ConfigurationSource +instanceKlass org/apache/logging/log4j/core/async/AsyncLoggerConfigDelegate +instanceKlass org/apache/logging/log4j/core/util/Watcher +instanceKlass org/apache/logging/log4j/core/Appender +instanceKlass org/apache/logging/log4j/core/Layout +instanceKlass org/apache/logging/log4j/core/layout/Encoder +instanceKlass org/apache/logging/log4j/core/util/NanoClock +instanceKlass org/apache/logging/log4j/core/lookup/StrLookup +instanceKlass org/apache/logging/log4j/core/net/Advertiser +instanceKlass org/apache/logging/log4j/core/lookup/StrSubstitutor +instanceKlass org/apache/logging/log4j/core/config/ConfigurationAware +instanceKlass org/apache/logging/log4j/core/Filter +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (I)Ljava/lang/Class; 15 argL0 ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681088e60 +instanceKlass java/lang/StackStreamFactory$FrameBuffer +instanceKlass java/lang/StackStreamFactory +instanceKlass @bci org/apache/logging/log4j/util/StackLocator getCallerClass (I)Ljava/lang/Class; 4 member ; # org/apache/logging/log4j/util/StackLocator$$Lambda+0x000001d681088c28 +instanceKlass @cpi net/mehvahdjukaar/moonlight/api/resources/textures/Palette 785 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68108c000 +instanceKlass org/apache/logging/log4j/util/StackLocator +instanceKlass org/apache/logging/log4j/util/StackLocatorUtil +instanceKlass org/apache/logging/log4j/internal/LogManagerStatus +instanceKlass java/lang/Shutdown$Lock +instanceKlass java/lang/Shutdown +instanceKlass java/lang/ApplicationShutdownHooks$1 +instanceKlass java/lang/ApplicationShutdownHooks +instanceKlass java/util/concurrent/atomic/AtomicReference +instanceKlass java/util/concurrent/Executors$DefaultThreadFactory +instanceKlass java/util/concurrent/Executors +instanceKlass org/apache/logging/log4j/core/util/Cancellable +instanceKlass org/apache/logging/log4j/core/util/DefaultShutdownCallbackRegistry +instanceKlass @bci org/apache/logging/log4j/core/selector/ClassLoaderContextSelector ()V 6 member ; # org/apache/logging/log4j/core/selector/ClassLoaderContextSelector$$Lambda+0x000001d681081bf8 +instanceKlass org/apache/logging/log4j/core/AbstractLifeCycle +instanceKlass org/apache/logging/log4j/core/LifeCycle2 +instanceKlass org/apache/logging/log4j/spi/LoggerContextShutdownEnabled +instanceKlass org/apache/logging/log4j/core/config/ConfigurationListener +instanceKlass org/apache/logging/log4j/spi/Terminable +instanceKlass org/apache/logging/log4j/core/selector/ClassLoaderContextSelector +instanceKlass org/apache/logging/log4j/spi/LoggerContextShutdownAware +instanceKlass @bci org/apache/logging/log4j/util/LoaderUtil newCheckedInstanceOfProperty (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; 2 argL0 ; # org/apache/logging/log4j/util/LoaderUtil$$Lambda+0x000001d6810830b8 +instanceKlass org/apache/logging/log4j/core/util/Loader +instanceKlass org/apache/logging/log4j/core/util/Constants +instanceKlass org/apache/logging/log4j/core/selector/ContextSelector +instanceKlass org/apache/logging/log4j/core/config/Configuration +instanceKlass org/apache/logging/log4j/core/filter/Filterable +instanceKlass org/apache/logging/log4j/core/LifeCycle +instanceKlass org/apache/logging/log4j/spi/LoggerContext +instanceKlass org/apache/logging/log4j/core/impl/Log4jContextFactory +instanceKlass org/apache/logging/log4j/core/util/ShutdownCallbackRegistry +instanceKlass @bci org/apache/logging/log4j/util/ProviderUtil ()V 31 member ; # org/apache/logging/log4j/util/ProviderUtil$$Lambda+0x000001d681087838 +instanceKlass @bci org/apache/logging/log4j/util/ProviderUtil ()V 13 argL0 ; # org/apache/logging/log4j/util/ProviderUtil$$Lambda+0x000001d6810875f0 +# instanceKlass org/apache/logging/log4j/util/ProviderUtil$$Lambda+0x000001d6810873d0 +# instanceKlass org/apache/logging/log4j/util/ProviderUtil$$InjectedInvoker+0x000001d681080800 +instanceKlass org/apache/logging/log4j/spi/Provider +instanceKlass org/apache/logging/log4j/util/ProviderUtil +instanceKlass java/text/Format +instanceKlass org/apache/logging/log4j/Level +instanceKlass java/util/concurrent/ConcurrentLinkedQueue$Node +instanceKlass org/apache/logging/log4j/status/SimpleLoggerFactory +# instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103f0f0 +instanceKlass @bci org/apache/logging/log4j/spi/AbstractLogger ()V 159 argL0 ; # org/apache/logging/log4j/spi/AbstractLogger$$Lambda+0x000001d68103eed8 +instanceKlass org/apache/logging/log4j/internal/DefaultLogBuilder +instanceKlass org/apache/logging/log4j/BridgeAware +instanceKlass org/apache/logging/log4j/message/EntryMessage +instanceKlass org/apache/logging/log4j/message/ExitMessage +instanceKlass org/apache/logging/log4j/message/FlowMessage +instanceKlass org/apache/logging/log4j/message/DefaultFlowMessageFactory +instanceKlass org/apache/logging/log4j/message/FlowMessageFactory +instanceKlass java/security/Security$1 +instanceKlass jdk/internal/access/JavaSecurityPropertiesAccess +instanceKlass @bci java/security/Security ()V 9 argL0 ; # java/security/Security$$Lambda+0x80000000b +instanceKlass java/security/Security +instanceKlass sun/security/util/SecurityProperties +instanceKlass sun/security/util/FilePermCompat +instanceKlass org/apache/logging/log4j/util/Cast +instanceKlass org/apache/logging/log4j/util/LazyUtil$1 +instanceKlass org/apache/logging/log4j/util/LazyUtil +instanceKlass @bci org/apache/logging/log4j/util/Strings ()V 0 argL0 ; # org/apache/logging/log4j/util/Strings$$Lambda+0x000001d68103d620 +instanceKlass org/apache/logging/log4j/util/Strings +instanceKlass java/util/concurrent/ConcurrentSkipListMap$Iter +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment lambda$reload$2 (Ljava/lang/String;)V 28 ; # java/lang/invoke/LambdaForm$MH+0x000001d681080400 +instanceKlass @cpi org/betterx/bclib/blocks/signs/BaseHangingSignBlock 194 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681080000 +instanceKlass @cpi com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterConfigurationPacket 198 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68103bc00 +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment lambda$reload$2 (Ljava/lang/String;)V 28 member ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103d1f0 +instanceKlass @cpi me/pepperbell/continuity/client/resource/CtmPropertiesLoader 159 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68103b800 +instanceKlass org/apache/logging/log4j/util/PropertySource$Util +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment reload ()V 78 member ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103cdc0 +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment reload ()V 67 argL0 ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103cb78 +instanceKlass java/lang/ProcessEnvironment$CheckedEntry +instanceKlass java/lang/ProcessEnvironment$CheckedEntrySet$1 +instanceKlass java/lang/ProcessEnvironment$EntryComparator +instanceKlass java/lang/ProcessEnvironment$NameComparator +instanceKlass java/util/concurrent/ConcurrentHashMap$MapEntry +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment reload ()V 51 member ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103c948 +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment reload ()V 35 argL0 ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103c710 +instanceKlass java/util/concurrent/ConcurrentSkipListMap$CSLMSpliterator +instanceKlass org/apache/logging/log4j/util/SystemPropertiesPropertySource +instanceKlass org/apache/logging/log4j/util/EnvironmentPropertySource +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment (Lorg/apache/logging/log4j/util/PropertySource;)V 98 member ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68103c000 +instanceKlass @bci org/apache/logging/log4j/util/ServiceLoaderUtil loadServices (Ljava/lang/Class;Ljava/lang/invoke/MethodHandles$Lookup;ZZ)Ljava/util/stream/Stream; 82 member ; # org/apache/logging/log4j/util/ServiceLoaderUtil$$Lambda+0x000001d68102bc80 +instanceKlass org/apache/logging/log4j/util/OsgiServiceLocator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103b400 +# instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68102b860 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68103a000 +# instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment$$InjectedInvoker+0x000001d681039c00 +instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller$InjectedInvokerHolder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681039800 +instanceKlass @cpi net/minecraft/client/renderer/texture/atlas/SpriteSourceList 493 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681039400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681039000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001d681038c00 +instanceKlass @cpi net/minecraft/client/gui/font/providers/UnihexProvider$Definition 273 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681038800 +instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccessor +instanceKlass java/lang/invoke/MethodHandleImpl$LoopClauses +instanceKlass java/lang/invoke/MethodHandleImpl$CasesHolder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681038400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681038000 +instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller +instanceKlass org/apache/logging/log4j/util/ServiceLoaderUtil$ServiceLoaderSpliterator +instanceKlass org/apache/logging/log4j/util/ServiceLoaderUtil +instanceKlass java/util/concurrent/atomic/Striped64$1 +instanceKlass java/util/Properties$EntrySet +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil$Environment (Lorg/apache/logging/log4j/util/PropertySource;)V 56 argL0 ; # org/apache/logging/log4j/util/PropertiesUtil$Environment$$Lambda+0x000001d68102b1b0 +instanceKlass org/apache/logging/log4j/util/BiConsumer +instanceKlass java/util/concurrent/ConcurrentSkipListMap$Node +instanceKlass java/util/concurrent/ConcurrentSkipListMap$Index +instanceKlass java/util/concurrent/ConcurrentNavigableMap +instanceKlass org/apache/logging/log4j/util/PropertySource$Comparator +instanceKlass org/apache/logging/log4j/util/PropertiesUtil$Environment +instanceKlass java/util/Properties$LineReader +instanceKlass @bci cpw/mods/cl/UnionURLStreamHandler inputStreamFunction ()Ljava/util/function/Function; 0 argL0 ; # cpw/mods/cl/UnionURLStreamHandler$$Lambda+0x000001d68102f798 +instanceKlass org/apache/logging/log4j/util/LoaderUtil$UrlResource +instanceKlass java/util/Collections$3 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findResourceList (Ljava/lang/String;)Ljava/util/List; 136 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102f550 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findResourceList (Ljava/lang/String;)Ljava/util/List; 126 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102f318 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findResourceList (Ljava/lang/String;)Ljava/util/List; 116 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102f0d8 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findResourceList (Ljava/lang/String;)Ljava/util/List; 105 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102eea0 +instanceKlass org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter +instanceKlass org/apache/logging/log4j/util/LoaderUtil +instanceKlass org/apache/logging/log4j/util/PropertiesPropertySource +instanceKlass org/apache/logging/log4j/util/LazyUtil$SafeLazy +instanceKlass org/apache/logging/log4j/util/Lazy +instanceKlass @bci org/apache/logging/log4j/util/PropertiesUtil ()V 0 argL0 ; # org/apache/logging/log4j/util/PropertiesUtil$$Lambda+0x000001d681037560 +instanceKlass org/apache/logging/log4j/util/PropertySource +instanceKlass org/apache/logging/log4j/util/PropertiesUtil +instanceKlass org/apache/logging/log4j/util/Constants +instanceKlass org/apache/logging/log4j/message/AbstractMessageFactory +instanceKlass org/apache/logging/log4j/message/ReusableMessageFactory +instanceKlass org/apache/logging/log4j/MarkerManager$Log4jMarker +instanceKlass org/apache/logging/log4j/util/StringBuilderFormattable +instanceKlass org/apache/logging/log4j/Marker +instanceKlass org/apache/logging/log4j/MarkerManager +instanceKlass org/apache/logging/log4j/LogBuilder +instanceKlass org/apache/logging/log4j/message/MessageFactory2 +instanceKlass org/apache/logging/log4j/message/Message +instanceKlass org/apache/logging/log4j/spi/AbstractLogger +instanceKlass org/apache/logging/log4j/spi/LocationAwareLogger +instanceKlass org/apache/logging/log4j/spi/ExtendedLogger +instanceKlass org/apache/logging/log4j/message/MessageFactory +instanceKlass org/apache/logging/log4j/spi/LoggerContextFactory +instanceKlass org/apache/logging/log4j/Logger +instanceKlass org/apache/logging/log4j/LogManager +instanceKlass cpw/mods/modlauncher/api/IModuleLayerManager +instanceKlass cpw/mods/modlauncher/Launcher +instanceKlass cpw/mods/modlauncher/BootstrapLaunchConsumer +instanceKlass @bci cpw/mods/cl/ProtectionDomainHelper createProtectionDomain (Ljava/security/CodeSource;Ljava/lang/ClassLoader;)Ljava/security/ProtectionDomain; 12 member ; # cpw/mods/cl/ProtectionDomainHelper$$Lambda+0x000001d68102ec60 +instanceKlass @bci cpw/mods/cl/ProtectionDomainHelper createCodeSource (Ljava/net/URL;[Ljava/security/CodeSigner;)Ljava/security/CodeSource; 12 member ; # cpw/mods/cl/ProtectionDomainHelper$$Lambda+0x000001d68102ea20 +instanceKlass java/lang/Package$VersionInfo +instanceKlass cpw/mods/cl/ProtectionDomainHelper +instanceKlass @bci cpw/mods/cl/ModuleClassLoader readerToClass (Ljava/lang/module/ModuleReader;Ljava/lang/module/ModuleReference;Ljava/lang/String;)Ljava/lang/Class; 79 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102e290 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader readerToClass (Ljava/lang/module/ModuleReader;Ljava/lang/module/ModuleReference;Ljava/lang/String;)Ljava/lang/Class; 73 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102e050 +instanceKlass @bci cpw/mods/util/LambdaExceptionUtils rethrowConsumer (Lcpw/mods/util/LambdaExceptionUtils$Consumer_WithExceptions;)Ljava/util/function/Consumer; 1 member ; # cpw/mods/util/LambdaExceptionUtils$$Lambda+0x000001d68102de20 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader lambda$closeHandler$14 (Ljava/io/InputStream;)V 4 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102dc08 +instanceKlass cpw/mods/util/LambdaExceptionUtils$Consumer_WithExceptions +instanceKlass @bci cpw/mods/cl/ModuleClassLoader getClassBytes (Ljava/lang/module/ModuleReader;Ljava/lang/module/ModuleReference;Ljava/lang/String;)[B 57 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102d7f8 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader getClassBytes (Ljava/lang/module/ModuleReader;Ljava/lang/module/ModuleReference;Ljava/lang/String;)[B 39 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102d5e0 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader closeHandler (Ljava/util/Optional;)Ljava/util/stream/Stream; 17 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102d3c0 +instanceKlass @cpi net/minecraft/client/renderer/texture/atlas/SpriteSourceList 532 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681028400 +instanceKlass @bci cpw/mods/jarhandling/impl/Jar$JarModuleDataProvider open (Ljava/lang/String;)Ljava/util/Optional; 16 argL0 ; # cpw/mods/jarhandling/impl/Jar$JarModuleDataProvider$$Lambda+0x000001d68102d1a8 +instanceKlass @bci cpw/mods/jarhandling/impl/Jar$JarModuleDataProvider open (Ljava/lang/String;)Ljava/util/Optional; 8 argL0 ; # cpw/mods/jarhandling/impl/Jar$JarModuleDataProvider$$Lambda+0x000001d68102cf70 +instanceKlass @bci cpw/mods/util/LambdaExceptionUtils rethrowFunction (Lcpw/mods/util/LambdaExceptionUtils$Function_WithExceptions;)Ljava/util/function/Function; 1 member ; # cpw/mods/util/LambdaExceptionUtils$$Lambda+0x000001d68102cd30 +instanceKlass cpw/mods/util/LambdaExceptionUtils +instanceKlass @bci cpw/mods/cl/ModuleClassLoader getClassBytes (Ljava/lang/module/ModuleReader;Ljava/lang/module/ModuleReference;Ljava/lang/String;)[B 21 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102c910 +instanceKlass cpw/mods/util/LambdaExceptionUtils$Function_WithExceptions +instanceKlass cpw/mods/cl/JarModuleFinder$JarModuleReader +instanceKlass @bci cpw/mods/cl/ModuleClassLoader findClass (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class; 4 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d68102c240 +instanceKlass @bci java/lang/Module findModule (Ljava/lang/ModuleLayer;Ljava/lang/module/ResolvedModule;)Ljava/lang/Module; 31 member ; # java/lang/Module$$Lambda+0x000001d681072060 +instanceKlass @bci java/lang/Module findModule (Ljava/lang/ModuleLayer;Ljava/lang/module/ResolvedModule;)Ljava/lang/Module; 15 member ; # java/lang/Module$$Lambda+0x000001d681071e10 +instanceKlass @bci java/lang/ModuleLayer checkForDuplicatePkgs (Ljava/lang/module/Configuration;Ljava/util/function/Function;)V 67 argL0 ; # java/lang/ModuleLayer$$Lambda+0x000001d681071bd8 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 647 member ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d68102c000 +instanceKlass @bci net/lenni0451/reflect/Classes ensureInitialized (Ljava/lang/Class;)V 25 ; # java/lang/invoke/LambdaForm$MH+0x000001d681028000 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader lambda$new$12 (Ljava/util/Set;Ljava/lang/ModuleLayer;)V 3 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681025c00 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 332 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681027d00 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 252 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681027ad0 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 303 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d6810278a0 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 290 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681027668 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 280 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681027418 +instanceKlass @cpi org/betterx/betternether/blocks/materials/Materials 95 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681025800 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader lambda$new$7 (Ljava/util/List;Ljava/lang/module/ResolvedModule;)Ljava/lang/ClassLoader; 34 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d6810271d8 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader lambda$new$7 (Ljava/util/List;Ljava/lang/module/ResolvedModule;)Ljava/lang/ClassLoader; 23 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681026f88 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 124 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681026d48 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader lambda$new$2 (Ljava/lang/module/ResolvedModule;)V 12 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681026b18 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 74 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d6810268e0 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 69 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d6810266a8 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 59 member ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681026478 +instanceKlass @bci cpw/mods/cl/ModuleClassLoader (Ljava/lang/String;Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)V 48 argL0 ; # cpw/mods/cl/ModuleClassLoader$$Lambda+0x000001d681026230 +instanceKlass java/util/AbstractMap$2$1 +instanceKlass @bci cpw/mods/cl/ModularURLHandler initFrom (Ljava/lang/ModuleLayer;)V 82 member ; # cpw/mods/cl/ModularURLHandler$$Lambda+0x000001d681026000 +instanceKlass @bci cpw/mods/cl/ModularURLHandler initFrom (Ljava/lang/ModuleLayer;)V 71 argL0 ; # cpw/mods/cl/ModularURLHandler$$Lambda+0x000001d681023d50 +instanceKlass java/util/ServiceLoader$ProviderSpliterator +instanceKlass java/util/ServiceLoader$LayerLookupIterator +instanceKlass cpw/mods/cl/UnionURLStreamHandler +instanceKlass cpw/mods/cl/ModularURLHandler$IURLProvider +instanceKlass cpw/mods/cl/ModularURLHandler +instanceKlass @bci java/util/stream/Collectors lambda$groupingBy$53 (Ljava/util/function/Function;Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/Map;Ljava/lang/Object;)V 20 member ; # java/util/stream/Collectors$$Lambda+0x000001d6810704f0 +instanceKlass @bci java/lang/module/Resolver lambda$makeGraph$6 (Ljava/lang/module/Configuration;Ljava/lang/module/ResolvedModule;)Ljava/util/stream/Stream; 34 member ; # java/lang/module/Resolver$$Lambda+0x000001d6810702b0 +instanceKlass @bci java/lang/module/Resolver lambda$makeGraph$6 (Ljava/lang/module/Configuration;Ljava/lang/module/ResolvedModule;)Ljava/util/stream/Stream; 23 member ; # java/lang/module/Resolver$$Lambda+0x000001d681070070 +instanceKlass @bci java/lang/module/Resolver lambda$makeGraph$6 (Ljava/lang/module/Configuration;Ljava/lang/module/ResolvedModule;)Ljava/util/stream/Stream; 12 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106fe28 +instanceKlass @bci java/lang/module/Resolver lambda$makeGraph$7 (Ljava/lang/module/Configuration;)Ljava/util/stream/Stream; 10 member ; # java/lang/module/Resolver$$Lambda+0x000001d68106fbe8 +instanceKlass @bci java/util/stream/Collectors groupingBy (Ljava/util/function/Function;Ljava/util/function/Supplier;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 19 member ; # java/util/stream/Collectors$$Lambda+0x000001d68106f9b8 +instanceKlass @bci java/util/stream/Collectors mapping (Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 19 member ; # java/util/stream/Collectors$$Lambda+0x000001d68106f788 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 74 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106f550 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 69 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106f338 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 64 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106f100 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 54 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106eec8 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 39 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106ec90 +instanceKlass @bci java/lang/module/Configuration descriptors ()Ljava/util/Set; 35 argL0 ; # java/lang/module/Configuration$$Lambda+0x000001d68106ea58 +instanceKlass @bci java/lang/module/Configuration descriptors ()Ljava/util/Set; 25 argL0 ; # java/lang/module/Configuration$$Lambda+0x000001d68106e820 +instanceKlass @bci java/lang/module/Resolver bind (Z)Ljava/lang/module/Resolver; 256 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106e5e8 +instanceKlass @bci java/lang/module/Resolver bind (Z)Ljava/lang/module/Resolver; 241 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d68106e3b0 +instanceKlass @bci java/lang/module/Configuration findModule (Ljava/lang/String;)Ljava/util/Optional; 61 argL0 ; # java/lang/module/Configuration$$Lambda+0x000001d68106deb0 +instanceKlass @bci java/lang/module/Configuration findModule (Ljava/lang/String;)Ljava/util/Optional; 51 member ; # java/lang/module/Configuration$$Lambda+0x000001d68106dc70 +instanceKlass java/util/stream/SliceOps +instanceKlass java/util/Collections$1 +instanceKlass jdk/internal/util/random/RandomSupport +instanceKlass java/util/Random +instanceKlass java/util/random/RandomGenerator +instanceKlass java/util/concurrent/ForkJoinPool$2 +instanceKlass jdk/internal/access/JavaUtilConcurrentFJPAccess +instanceKlass jdk/internal/vm/ThreadContainers +instanceKlass java/util/concurrent/ForkJoinPool$DefaultForkJoinWorkerThreadFactory +instanceKlass jdk/internal/vm/StackableScope +instanceKlass java/util/concurrent/ForkJoinPool$WorkQueue +instanceKlass java/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory +instanceKlass java/util/concurrent/AbstractExecutorService +instanceKlass java/util/concurrent/ForkJoinTask$Aux +instanceKlass java/util/concurrent/ForkJoinTask +instanceKlass java/util/concurrent/Future +instanceKlass @bci java/util/stream/Collectors mapMerger (Ljava/util/function/BinaryOperator;)Ljava/util/function/BinaryOperator; 1 member ; # java/util/stream/Collectors$$Lambda+0x000001d68106c740 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 3 member ; # java/util/stream/Collectors$$Lambda+0x000001d68106c510 +instanceKlass @cpi net/minecraft/server/packs/resources/FallbackResourceManager 464 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681025400 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector; 3 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68106c2f8 +instanceKlass @bci cpw/mods/cl/JarModuleFinder ([Lcpw/mods/jarhandling/SecureJar;)V 27 argL0 ; # cpw/mods/cl/JarModuleFinder$$Lambda+0x000001d681023238 +instanceKlass @bci cpw/mods/cl/JarModuleFinder ([Lcpw/mods/jarhandling/SecureJar;)V 22 argL0 ; # cpw/mods/cl/JarModuleFinder$$Lambda+0x000001d681023000 +instanceKlass @bci cpw/mods/cl/JarModuleFinder ([Lcpw/mods/jarhandling/SecureJar;)V 17 argL0 ; # cpw/mods/cl/JarModuleFinder$$Lambda+0x000001d681022dc8 +instanceKlass cpw/mods/cl/JarModuleFinder +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 553 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681022740 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 535 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681022528 +instanceKlass java/lang/foreign/MemorySegment +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681025000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681024c00 +instanceKlass java/lang/invoke/MethodHandle$1 +instanceKlass @bci cpw/mods/jarhandling/impl/SimpleJarMetadata computeDescriptor ()Ljava/lang/module/ModuleDescriptor; 46 member ; # cpw/mods/jarhandling/impl/SimpleJarMetadata$$Lambda+0x000001d681022108 +instanceKlass java/nio/file/Files$3 +instanceKlass java/util/RegularEnumSet$EnumSetIterator +instanceKlass java/nio/file/SimpleFileVisitor +instanceKlass cpw/mods/jarhandling/SecureJar$ModuleDataProvider +instanceKlass cpw/mods/jarhandling/impl/Jar +instanceKlass @bci net/mehvahdjukaar/polytone/utils/CsvUtils lambda$parseCsv$0 (Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)Z 5 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681024800 +instanceKlass @bci cpw/mods/jarhandling/JarContentsBuilder build ()Lcpw/mods/jarhandling/JarContents; 32 member ; # cpw/mods/jarhandling/JarContentsBuilder$$Lambda+0x000001d681021558 +instanceKlass @cpi plus/dragons/createdragonsplus/common/registry/CDPItemAttributes 271 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681024400 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher lambda$run$6 (Ljava/util/HashSet;Ljava/util/ArrayList;Ljava/util/Map$Entry;)V 56 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681021120 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 523 member ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681020ef0 +instanceKlass java/util/stream/SortedOps +instanceKlass @bci java/util/Comparator comparingInt (Ljava/util/function/ToIntFunction;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001d68106a2f0 +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; # java/lang/invoke/LambdaForm$MH+0x000001d681024000 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 506 member ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681020cd0 +instanceKlass java/util/function/ToIntFunction +instanceKlass jdk/internal/foreign/MemorySessionImpl +instanceKlass java/lang/foreign/MemorySegment$Scope +instanceKlass @bci java/lang/module/ModuleDescriptor$Builder exports (Ljava/util/Set;Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder; 41 argL0 ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x000001d681069c30 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl lambda$readMultiReleaseInfo$5 (Ljava/util/Map;Ljava/nio/file/Path;)V 46 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681020aa8 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl readMultiReleaseInfo ()Ljava/util/Map; 85 member ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681020878 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl readMultiReleaseInfo ()Ljava/util/Map; 73 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681020630 +instanceKlass @bci cpw/mods/jarhandling/impl/ModuleJarMetadata$ModFileVisitor visitProvide (Ljava/lang/String;[Ljava/lang/String;)V 16 argL0 ; # cpw/mods/jarhandling/impl/ModuleJarMetadata$ModFileVisitor$$Lambda+0x000001d6810203f8 +instanceKlass org/objectweb/asm/Context +instanceKlass org/objectweb/asm/Attribute +instanceKlass org/objectweb/asm/ModuleVisitor +instanceKlass org/objectweb/asm/ClassReader +instanceKlass @bci cpw/mods/jarhandling/JarMetadata from (Lcpw/mods/jarhandling/JarContents;)Lcpw/mods/jarhandling/JarMetadata; 33 member ; # cpw/mods/jarhandling/JarMetadata$$Lambda+0x000001d68101fd80 +instanceKlass org/objectweb/asm/ClassVisitor +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 472 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d68101f3d8 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher run (Z[Ljava/lang/String;)V 447 member ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d68101f198 +instanceKlass @bci jdk/nio/zipfs/ZipFileSystemProvider removeFileSystem (Ljava/nio/file/Path;Ljdk/nio/zipfs/ZipFileSystem;)V 17 member ; # jdk/nio/zipfs/ZipFileSystemProvider$$Lambda+0x000001d681011788 +instanceKlass @bci jdk/nio/zipfs/ZipFileSystem close ()V 97 member ; # jdk/nio/zipfs/ZipFileSystem$$Lambda+0x000001d681011568 +instanceKlass @bci cpw/mods/jarhandling/impl/SimpleJarMetadata (Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;Ljava/util/List;)V 27 argL0 ; # cpw/mods/jarhandling/impl/SimpleJarMetadata$$Lambda+0x000001d68101ef50 +instanceKlass @bci cpw/mods/jarhandling/SecureJar$Provider fromPath (Ljava/nio/file/Path;Lcpw/mods/niofs/union/UnionPathFilter;)Lcpw/mods/jarhandling/SecureJar$Provider; 43 member ; # cpw/mods/jarhandling/SecureJar$Provider$$Lambda+0x000001d68101ed00 +instanceKlass @cpi net/minecraft/util/DependencySorter 117 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101d000 +instanceKlass @bci cpw/mods/jarhandling/SecureJar$Provider fromPath (Ljava/nio/file/Path;Lcpw/mods/niofs/union/UnionPathFilter;)Lcpw/mods/jarhandling/SecureJar$Provider; 31 argL0 ; # cpw/mods/jarhandling/SecureJar$Provider$$Lambda+0x000001d68101eab8 +instanceKlass @bci cpw/mods/jarhandling/SecureJar$Provider fromPath (Ljava/nio/file/Path;Lcpw/mods/niofs/union/UnionPathFilter;)Lcpw/mods/jarhandling/SecureJar$Provider; 21 argL0 ; # cpw/mods/jarhandling/SecureJar$Provider$$Lambda+0x000001d68101e880 +instanceKlass cpw/mods/jarhandling/SecureJar +instanceKlass jdk/nio/zipfs/ByteArrayChannel +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem newReadByteChannel (Lcpw/mods/niofs/union/UnionPath;)Ljava/nio/channels/SeekableByteChannel; 6 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68101e448 +instanceKlass sun/nio/fs/BasicFileAttributesHolder +instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 37 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001d681069110 +instanceKlass java/util/function/BooleanSupplier +instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 24 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001d6810689c0 +instanceKlass java/util/stream/StreamSpliterators +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl getMetaInfServices ()Ljava/util/List; 67 member ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d68101e208 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl getMetaInfServices ()Ljava/util/List; 56 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681017d60 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl getMetaInfServices ()Ljava/util/List; 46 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681017b18 +instanceKlass @bci java/nio/file/Files walk (Ljava/nio/file/Path;I[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream; 43 argL0 ; # java/nio/file/Files$$Lambda+0x000001d681068588 +instanceKlass @bci java/nio/file/Files walk (Ljava/nio/file/Path;I[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream; 30 member ; # java/nio/file/Files$$Lambda+0x000001d681068368 +instanceKlass @cpi net/mehvahdjukaar/every_compat/misc/TextureGenHelper 361 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101cc00 +instanceKlass java/nio/file/FileTreeWalker$Event +instanceKlass java/nio/file/FileTreeWalker$DirectoryNode +instanceKlass cpw/mods/niofs/union/UnionFileSystem$1 +instanceKlass java/util/stream/DistinctOps +instanceKlass java/util/stream/Streams$2 +instanceKlass java/util/stream/StreamSpliterators$AbstractWrappingSpliterator +instanceKlass @bci java/util/stream/AbstractPipeline spliterator ()Ljava/util/Spliterator; 103 member ; # java/util/stream/AbstractPipeline$$Lambda+0x000001d681066570 +instanceKlass java/util/stream/Streams$ConcatSpliterator +instanceKlass @bci terrablender/api/Regions register (Lnet/minecraft/resources/ResourceLocation;Lterrablender/api/Region;)V 83 ; # java/lang/invoke/LambdaForm$MH+0x000001d68101c800 +instanceKlass @cpi org/sinytra/adapter/env/ctx/MethodHelper 630 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101c400 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram compile (Z)V 46 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101c000 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem newDirStream (Lcpw/mods/niofs/union/UnionPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream; 134 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d681017638 +instanceKlass @cpi net/minecraft/client/renderer/texture/SpriteLoader 410 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101bc00 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem newDirStream (Lcpw/mods/niofs/union/UnionPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream; 119 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d6810173e8 +instanceKlass @cpi dev/latvian/mods/rhino/NativeJavaMap 188 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68101b800 +instanceKlass jdk/nio/zipfs/ZipDirectoryStream$1 +instanceKlass jdk/nio/zipfs/ZipDirectoryStream +instanceKlass java/nio/file/Files$AcceptAllFilter +instanceKlass java/time/chrono/AbstractChronology +instanceKlass java/time/chrono/Chronology +instanceKlass java/time/zone/ZoneOffsetTransition +instanceKlass @bci java/time/ZoneOffset ofTotalSeconds (I)Ljava/time/ZoneOffset; 37 argL0 ; # java/time/ZoneOffset$$Lambda+0x80000000e +instanceKlass java/time/zone/ZoneOffsetTransitionRule +instanceKlass java/time/zone/ZoneRules +instanceKlass java/time/zone/Ser +instanceKlass java/io/Externalizable +instanceKlass java/time/zone/ZoneRulesProvider$1 +instanceKlass java/time/zone/ZoneRulesProvider +instanceKlass sun/util/calendar/ZoneInfoFile$ZoneOffsetTransitionRule +instanceKlass java/io/FileInputStream$1 +instanceKlass sun/util/calendar/ZoneInfoFile$1 +instanceKlass sun/util/calendar/ZoneInfoFile +instanceKlass java/util/TimeZone +instanceKlass java/time/ZoneId +instanceKlass java/time/LocalTime +instanceKlass java/time/temporal/ValueRange +instanceKlass java/time/Duration +instanceKlass java/time/temporal/TemporalAmount +instanceKlass java/time/temporal/TemporalUnit +instanceKlass java/time/temporal/TemporalField +instanceKlass java/time/LocalDate +instanceKlass java/time/chrono/ChronoLocalDate +instanceKlass java/time/LocalDateTime +instanceKlass java/time/chrono/ChronoLocalDateTime +instanceKlass java/time/temporal/TemporalAdjuster +instanceKlass java/time/temporal/Temporal +instanceKlass java/time/temporal/TemporalAccessor +instanceKlass jdk/nio/zipfs/ZipUtils +instanceKlass java/nio/file/FileTreeWalker +instanceKlass java/nio/file/FileTreeIterator +instanceKlass @bci cpw/mods/jarhandling/JarMetadata from (Lcpw/mods/jarhandling/JarContents;)Lcpw/mods/jarhandling/JarMetadata; 100 member ; # cpw/mods/jarhandling/JarMetadata$$Lambda+0x000001d6810171c8 +instanceKlass cpw/mods/jarhandling/LazyJarMetadata +instanceKlass @bci net/mehvahdjukaar/every_compat/common_classes/CompatChestTexture generateChestTexture (Lnet/mehvahdjukaar/moonlight/api/resources/pack/ResourceSink;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/lang/String;Lnet/mehvahdjukaar/moonlight/api/set/wood/WoodType;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;I)V 62 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68101b400 +instanceKlass java/lang/invoke/LambdaFormEditor$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68101b000 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL5 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68101ac00 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL3 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68101a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68101a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68101a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681019c00 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681019800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681019400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681019000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681018c00 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl findFile (Ljava/lang/String;)Ljava/util/Optional; 94 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d6810168d8 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem exists (Lcpw/mods/niofs/union/UnionPath;)Z 5 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d6810166a0 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl findFile (Ljava/lang/String;)Ljava/util/Optional; 86 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681016458 +instanceKlass @bci software/bernie/geckolib/loading/FileLoader loadAnimationsFile (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/ResourceManager;)Lsoftware/bernie/geckolib/loading/object/BakedAnimations; 41 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681018800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681018400 +instanceKlass @bci software/bernie/geckolib/loading/FileLoader loadAnimationsFile (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/ResourceManager;)Lsoftware/bernie/geckolib/loading/object/BakedAnimations; 41 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681018000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681015c00 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681015800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681015400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681015000 +instanceKlass cpw/mods/jarhandling/JarMetadata +instanceKlass sun/security/util/ManifestDigester +instanceKlass sun/misc/Unsafe +instanceKlass cpw/mods/jarhandling/impl/SecureJarVerifier$UnsafeAccessor +instanceKlass cpw/mods/jarhandling/impl/SecureJarVerifier$IAccessor +instanceKlass cpw/mods/jarhandling/impl/SecureJarVerifier +instanceKlass java/util/zip/Checksum$1 +instanceKlass java/util/zip/CRC32 +instanceKlass java/util/zip/Checksum +instanceKlass java/nio/channels/NetworkChannel +instanceKlass sun/nio/ch/SelChImpl +instanceKlass sun/nio/ch/Streams +instanceKlass java/nio/channels/Channels +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681014c00 +instanceKlass @bci org/violetmoon/zetaimplforge/event/ForgeEventsRemapper lambda$createForgeConsumer$3 (Ljava/lang/invoke/MethodHandle;Ljava/util/function/Function;Lnet/neoforged/bus/api/Event;)V 8 ; # java/lang/invoke/LambdaForm$MH+0x000001d681014800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681014400 +instanceKlass @bci net/hibiscus/naturespirit/registration/NSBiomes register (Ljava/lang/String;)Lnet/minecraft/resources/ResourceKey; 4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681014000 +instanceKlass jdk/nio/zipfs/ZipFileSystem$END +instanceKlass jdk/nio/zipfs/ZipConstants +instanceKlass java/nio/DirectByteBuffer$Deallocator +instanceKlass sun/nio/ch/Util$BufferCache +instanceKlass sun/nio/ch/Util +instanceKlass sun/nio/ch/IOStatus +instanceKlass sun/nio/ch/NativeThread +instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel$1 +instanceKlass sun/nio/ch/Interruptible +instanceKlass sun/nio/fs/WindowsChannelFactory$2 +instanceKlass sun/nio/fs/WindowsSecurityDescriptor +instanceKlass java/nio/file/attribute/PosixFileAttributeView +instanceKlass jdk/nio/zipfs/ZipFileAttributeView +instanceKlass jdk/nio/zipfs/ZipPath +instanceKlass jdk/nio/zipfs/ZipCoder +instanceKlass sun/nio/fs/WindowsSecurity +instanceKlass sun/nio/fs/AbstractAclFileAttributeView +instanceKlass java/nio/file/attribute/AclFileAttributeView +instanceKlass java/nio/file/attribute/FileOwnerAttributeView +instanceKlass sun/nio/fs/WindowsLinkSupport +instanceKlass @bci jdk/nio/zipfs/ZipFileSystem (Ljdk/nio/zipfs/ZipFileSystemProvider;Ljava/nio/file/Path;Ljava/util/Map;)V 431 member ; # jdk/nio/zipfs/ZipFileSystem$$Lambda+0x000001d68100dda0 +instanceKlass sun/nio/ch/FileChannelImpl$Closer +instanceKlass sun/nio/ch/NativeThreadSet +instanceKlass sun/nio/fs/WindowsChannelFactory$Flags +instanceKlass sun/nio/fs/WindowsChannelFactory$1 +instanceKlass sun/nio/fs/WindowsChannelFactory +instanceKlass sun/nio/fs/WindowsFileSystemProvider$1 +instanceKlass java/util/Collections$SynchronizedCollection +instanceKlass @bci java/util/function/Function identity ()Ljava/util/function/Function; 0 argL0 ; # java/util/function/Function$$Lambda+0x000001d6810599d8 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 127 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68100fb08 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 117 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68100f6c8 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 107 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68100f490 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 97 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68100f248 +instanceKlass java/util/stream/Sink$ChainedInt +instanceKlass java/util/stream/Sink$OfInt +instanceKlass java/util/function/IntConsumer +instanceKlass @bci java/util/stream/ReferencePipeline toArray ()[Ljava/lang/Object; 1 argL0 ; # java/util/stream/ReferencePipeline$$Lambda+0x000001d6810594b8 +instanceKlass java/util/ImmutableCollections$Access$1 +instanceKlass jdk/internal/access/JavaUtilCollectionAccess +instanceKlass java/util/ImmutableCollections$Access +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 60 argL0 ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d68100f000 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystem (Lcpw/mods/niofs/union/UnionFileSystemProvider;Lcpw/mods/niofs/union/UnionPathFilter;Ljava/lang/String;[Ljava/nio/file/Path;)V 50 member ; # cpw/mods/niofs/union/UnionFileSystem$$Lambda+0x000001d681007ca0 +instanceKlass @cpi net/mehvahdjukaar/amendments/client/particles/FireballExplosionParticle$Provider 37 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d68100e000 +instanceKlass java/util/stream/Streams$RangeIntSpliterator +instanceKlass java/util/stream/IntStream +instanceKlass @bci cpw/mods/niofs/union/UnionPath getPathParts (Ljava/lang/String;)[Ljava/lang/String; 90 argL0 ; # cpw/mods/niofs/union/UnionPath$$Lambda+0x000001d681007a88 +instanceKlass sun/nio/ch/IOUtil +instanceKlass sun/nio/ch/NativeDispatcher +instanceKlass java/nio/file/attribute/PosixFilePermissions +instanceKlass @bci jdk/nio/zipfs/ZipFileSystem ()V 0 argL0 ; # jdk/nio/zipfs/ZipFileSystem$$Lambda+0x000001d68100db88 +instanceKlass java/nio/file/attribute/PosixFileAttributes +instanceKlass jdk/nio/zipfs/ZipFileAttributes +instanceKlass jdk/nio/zipfs/ZipFileSystem$IndexNode +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68100b400 +instanceKlass java/util/stream/Nodes$ArrayNode +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystemProvider newFileSystemInternal (Ljava/lang/String;Lcpw/mods/niofs/union/UnionPathFilter;[Ljava/nio/file/Path;)Lcpw/mods/niofs/union/UnionFileSystem; 24 argL0 ; # cpw/mods/niofs/union/UnionFileSystemProvider$$Lambda+0x000001d6810073a0 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystemProvider newFileSystemInternal (Ljava/lang/String;Lcpw/mods/niofs/union/UnionPathFilter;[Ljava/nio/file/Path;)Lcpw/mods/niofs/union/UnionFileSystem; 14 argL0 ; # cpw/mods/niofs/union/UnionFileSystemProvider$$Lambda+0x000001d681007168 +instanceKlass @bci cpw/mods/niofs/union/UnionFileSystemProvider newFileSystemInternal (Ljava/lang/String;Lcpw/mods/niofs/union/UnionPathFilter;[Ljava/nio/file/Path;)Lcpw/mods/niofs/union/UnionFileSystem; 4 argL0 ; # cpw/mods/niofs/union/UnionFileSystemProvider$$Lambda+0x000001d681006f30 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram getDebugLabel ()Ljava/lang/String; 11 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68100b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68100ac00 +instanceKlass @bci io/homo/superresolution/core/graphics/opengl/shader/GlShaderProgram getDebugLabel ()Ljava/lang/String; 11 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68100a800 +instanceKlass java/lang/invoke/MethodHandles$1 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL4 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d68100a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d68100a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681009c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681009800 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681009400 +instanceKlass @bci me/pepperbell/continuity/client/properties/PropertiesParsingHelper parseBlockStates (Ljava/util/Properties;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;Ljava/lang/String;)Ljava/util/function/Predicate; 641 argL1 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681009000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681008c00 +instanceKlass @bci me/pepperbell/continuity/client/properties/overlay/OverlayPropertiesSection parseTintBlock ()V 158 argL1 argL0 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681008800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681008400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681008000 +instanceKlass java/lang/Long$LongCache +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681005c00 +instanceKlass cpw/mods/niofs/union/UnionPath +instanceKlass java/util/stream/AbstractSpinedBuffer +instanceKlass java/util/stream/Node$Builder +instanceKlass java/util/stream/Node$OfDouble +instanceKlass java/util/stream/Node$OfLong +instanceKlass java/util/stream/Node$OfInt +instanceKlass java/util/stream/Node$OfPrimitive +instanceKlass java/util/stream/Nodes$EmptyNode +instanceKlass java/util/stream/Node +instanceKlass java/util/stream/Nodes +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl ([Ljava/nio/file/Path;Ljava/util/function/Supplier;Lcpw/mods/niofs/union/UnionPathFilter;)V 29 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d6810068b0 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl ([Ljava/nio/file/Path;Ljava/util/function/Supplier;Lcpw/mods/niofs/union/UnionPathFilter;)V 19 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681006668 +instanceKlass java/util/Base64$Encoder +instanceKlass java/util/Base64$Decoder +instanceKlass java/util/Base64 +instanceKlass cpw/mods/jarhandling/impl/ManifestVerifier +instanceKlass java/security/CodeSigner +instanceKlass cpw/mods/jarhandling/impl/JarSigningData +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl ()V 23 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681006000 +instanceKlass @bci cpw/mods/jarhandling/impl/JarContentsImpl ()V 8 argL0 ; # cpw/mods/jarhandling/impl/JarContentsImpl$$Lambda+0x000001d681004c30 +instanceKlass @cpi team/creative/creativecore/common/config/holder/CreativeConfigRegistry 153 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681005800 +instanceKlass java/util/TreeMap$PrivateEntryIterator +instanceKlass java/util/TreeMap$Entry +instanceKlass java/util/NavigableMap +instanceKlass java/util/SortedMap +instanceKlass java/util/NavigableSet +instanceKlass java/util/SortedSet +instanceKlass jdk/internal/loader/FileURLMapper +instanceKlass jdk/internal/loader/URLClassPath$JarLoader$1 +instanceKlass jdk/internal/loader/URLClassPath$Loader +instanceKlass jdk/internal/loader/URLClassPath$3 +instanceKlass sun/net/www/protocol/jar/JarFileFactory +instanceKlass sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController +instanceKlass java/util/LinkedHashMap$LinkedHashIterator +instanceKlass java/util/TimSort +instanceKlass java/util/Arrays$LegacyMergeSort +instanceKlass java/util/AbstractMap$SimpleEntry +instanceKlass jdk/internal/jimage/ImageBufferCache$2 +instanceKlass jdk/internal/jimage/ImageBufferCache +instanceKlass jdk/internal/loader/Resource +instanceKlass sun/net/www/MessageHeader +instanceKlass @bci sun/net/www/protocol/jrt/JavaRuntimeURLConnection ()V 0 argL0 ; # sun/net/www/protocol/jrt/JavaRuntimeURLConnection$$Lambda+0x000001d681050778 +instanceKlass java/net/URLConnection +instanceKlass jdk/internal/loader/URLClassPath$1 +instanceKlass java/lang/CompoundEnumeration +instanceKlass java/util/Collections$EmptyIterator +instanceKlass jdk/internal/loader/BuiltinClassLoader$1 +instanceKlass java/util/Collections$EmptyEnumeration +instanceKlass jdk/internal/loader/BuiltinClassLoader$2 +instanceKlass jdk/internal/module/Resources +instanceKlass java/nio/channels/AsynchronousFileChannel +instanceKlass java/nio/channels/AsynchronousChannel +instanceKlass java/util/concurrent/ExecutorService +instanceKlass java/util/concurrent/Executor +instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel +instanceKlass java/nio/channels/InterruptibleChannel +instanceKlass java/nio/channels/ScatteringByteChannel +instanceKlass java/nio/channels/GatheringByteChannel +instanceKlass jdk/internal/jimage/ImageLocation +instanceKlass jdk/internal/jimage/decompressor/Decompressor +instanceKlass jdk/internal/jimage/ImageStringsReader +instanceKlass jdk/internal/jimage/ImageStrings +instanceKlass jdk/internal/jimage/ImageHeader +instanceKlass jdk/internal/jimage/NativeImageBuffer$1 +instanceKlass jdk/internal/jimage/NativeImageBuffer +instanceKlass jdk/internal/jimage/BasicImageReader$1 +instanceKlass jdk/internal/jimage/BasicImageReader +instanceKlass jdk/internal/jimage/ImageReader +instanceKlass jdk/internal/jimage/ImageReaderFactory$1 +instanceKlass jdk/internal/jimage/ImageReaderFactory +instanceKlass jdk/internal/module/SystemModuleFinders$SystemImage +instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleReader +instanceKlass java/util/ServiceLoader$ProviderImpl +instanceKlass java/util/ServiceLoader$Provider +instanceKlass java/util/ServiceLoader$1 +instanceKlass java/security/PrivilegedExceptionAction +instanceKlass java/nio/file/FileStore +instanceKlass java/nio/file/DirectoryStream +instanceKlass java/nio/file/DirectoryStream$Filter +instanceKlass java/nio/channels/SeekableByteChannel +instanceKlass java/nio/channels/ByteChannel +instanceKlass java/nio/channels/WritableByteChannel +instanceKlass java/nio/channels/ReadableByteChannel +instanceKlass java/nio/channels/Channel +instanceKlass java/nio/file/attribute/FileAttribute +instanceKlass java/util/ServiceLoader$3 +instanceKlass java/util/ServiceLoader$2 +instanceKlass java/util/ServiceLoader$LazyClassPathLookupIterator +instanceKlass java/util/concurrent/CopyOnWriteArrayList$COWIterator +instanceKlass java/util/Spliterators$1Adapter +instanceKlass java/util/Spliterators$ArraySpliterator +instanceKlass java/util/ServiceLoader$ModuleServicesLookupIterator +instanceKlass java/util/ServiceLoader +instanceKlass java/nio/file/spi/FileSystemProvider$1 +instanceKlass java/nio/file/FileVisitor +instanceKlass cpw/mods/jarhandling/impl/JarContentsImpl +instanceKlass @bci cpw/mods/jarhandling/JarContentsBuilder ()V 13 argL0 ; # cpw/mods/jarhandling/JarContentsBuilder$$Lambda+0x000001d681003638 +instanceKlass cpw/mods/jarhandling/JarContentsBuilder +instanceKlass cpw/mods/jarhandling/JarContents +instanceKlass java/nio/file/Paths +instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder$1 +instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder +instanceKlass @bci java/util/stream/Collectors uniqKeysMapMerger ()Ljava/util/function/BinaryOperator; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68104b5d0 +instanceKlass @bci java/util/stream/Collectors uniqKeysMapAccumulator (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/function/BiConsumer; 2 member ; # java/util/stream/Collectors$$Lambda+0x000001d68104b3a0 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001d68104b188 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher findLoadedModules ()Ljava/util/Map; 39 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681003000 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher findLoadedModules ()Ljava/util/Map; 34 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681002da0 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher findLoadedModules ()Ljava/util/Map; 24 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681002b58 +instanceKlass @bci cpw/mods/bootstraplauncher/BootstrapLauncher findLoadedModules ()Ljava/util/Map; 14 argL0 ; # cpw/mods/bootstraplauncher/BootstrapLauncher$$Lambda+0x000001d681002920 +instanceKlass java/util/Arrays$ArrayItr +instanceKlass cpw/mods/niofs/union/UnionPathFilter +instanceKlass jdk/internal/misc/PreviewFeatures +instanceKlass jdk/internal/misc/MainMethodFinder +instanceKlass java/lang/NamedPackage +instanceKlass cpw/mods/bootstraplauncher/BootstrapLauncher +instanceKlass java/security/SecureClassLoader$DebugHolder +instanceKlass java/security/Permission +instanceKlass java/security/Guard +instanceKlass java/security/PermissionCollection +instanceKlass java/security/SecureClassLoader$1 +instanceKlass sun/net/util/URLUtil +instanceKlass jdk/internal/module/ModulePatcher$PatchedModuleReader +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$WriteLock +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$ReadLock +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock +instanceKlass java/util/concurrent/locks/ReadWriteLock +instanceKlass jdk/internal/module/ModuleReferences$SafeCloseModuleReader +instanceKlass jdk/internal/loader/BuiltinClassLoader$5 +instanceKlass sun/launcher/LauncherHelper +instanceKlass jdk/internal/vm/PostVMInitHook$1 +instanceKlass jdk/internal/util/EnvUtils +instanceKlass jdk/internal/vm/PostVMInitHook$2 +instanceKlass jdk/internal/vm/PostVMInitHook +instanceKlass java/lang/invoke/StringConcatFactory +instanceKlass jdk/internal/module/ModuleBootstrap$SafeModuleFinder +instanceKlass @bci java/lang/WeakPairMap computeIfAbsent (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object; 18 member ; # java/lang/WeakPairMap$$Lambda+0x000001d681048d38 +instanceKlass @bci java/lang/Module implAddExportsOrOpens (Ljava/lang/String;Ljava/lang/Module;ZZ)V 145 argL0 ; # java/lang/Module$$Lambda+0x000001d681048b10 +instanceKlass @bci jdk/internal/module/ModuleBootstrap decode (Ljava/lang/String;Ljava/lang/String;Z)Ljava/util/Map; 193 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001d6810488d8 +instanceKlass java/lang/ModuleLayer$Controller +instanceKlass java/util/concurrent/CopyOnWriteArrayList +instanceKlass jdk/internal/module/ServicesCatalog$ServiceProvider +instanceKlass jdk/internal/loader/AbstractClassLoaderValue$Memoizer +instanceKlass jdk/internal/module/ModuleLoaderMap$Modules +instanceKlass jdk/internal/module/ModuleLoaderMap$Mapper +instanceKlass jdk/internal/module/ModuleLoaderMap +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 571 member ; # java/lang/module/Resolver$$Lambda+0x000001d681047f98 +instanceKlass @cpi net/minecraft/client/renderer/texture/atlas/SpriteSourceList 65 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681001c00 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 557 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d681047d60 +instanceKlass @cpi net/minecraft/client/gui/font/providers/GlyphProviderDefinition 40 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681001800 +instanceKlass @bci java/lang/module/Resolver makeGraph (Ljava/lang/module/Configuration;)Ljava/util/Map; 547 argL0 ; # java/lang/module/Resolver$$Lambda+0x000001d681047b28 +instanceKlass java/util/ArrayList$ArrayListSpliterator +instanceKlass java/lang/module/ResolvedModule +instanceKlass java/util/SequencedSet +instanceKlass java/lang/ModuleLayer +instanceKlass @bci java/lang/module/Resolver resolve (Ljava/util/Deque;)Ljava/util/Set; 78 member ; # java/lang/module/Resolver$$Lambda+0x000001d6810476f0 +instanceKlass @cpi org/betterx/bclib/complexmaterials/ComplexMaterial 392 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681001400 +instanceKlass @bci java/lang/module/Resolver addFoundAutomaticModules ()Ljava/util/Set; 14 member ; # java/lang/module/Resolver$$Lambda+0x000001d6810474c0 +instanceKlass @bci java/lang/module/ModuleFinder$2 findAll ()Ljava/util/Set; 50 member ; # java/lang/module/ModuleFinder$2$$Lambda+0x800000006 +instanceKlass @bci java/lang/module/ModuleFinder$2 findAll ()Ljava/util/Set; 38 argL0 ; # java/lang/module/ModuleFinder$2$$Lambda+0x800000007 +instanceKlass java/lang/module/ModuleFinder$1 +instanceKlass java/lang/module/Resolver +instanceKlass java/lang/module/Configuration +instanceKlass java/util/stream/ForEachOps$ForEachOp +instanceKlass java/util/stream/ForEachOps +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 859 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001d681047290 +instanceKlass @cpi lilypuree/decorative_blocks/DecorativeBlocksCommon 122 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681001000 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 847 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001d681047040 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 835 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001d681046e08 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 825 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001d681046bd0 +instanceKlass @bci java/lang/module/ModuleDescriptor$Builder provides (Ljava/lang/String;Ljava/util/List;)Ljava/lang/module/ModuleDescriptor$Builder; 41 argL0 ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x000001d6810469a8 +instanceKlass java/nio/charset/CoderResult +instanceKlass java/io/Reader +instanceKlass java/lang/Readable +instanceKlass sun/security/util/ManifestEntryVerifier +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 373 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x000001d681045600 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 363 member ; # jdk/internal/module/ModulePath$$Lambda+0x80000005e +instanceKlass @bci java/lang/module/ModuleDescriptor$Builder packages (Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder; 17 argL0 ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x800000002 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 324 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x800000058 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 314 member ; # jdk/internal/module/ModulePath$$Lambda+0x000001d6810453c0 +instanceKlass java/util/HashMap$HashMapSpliterator +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 33 member ; # java/util/stream/Collectors$$Lambda+0x800000048 +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 25 member ; # java/util/stream/Collectors$$Lambda+0x800000045 +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 9 member ; # java/util/stream/Collectors$$Lambda+0x800000040 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 255 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x800000061 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 245 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x800000060 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 235 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x000001d681045188 +instanceKlass @bci jdk/internal/module/ModulePath deriveModuleDescriptor (Ljava/util/jar/JarFile;)Ljava/lang/module/ModuleDescriptor; 225 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x80000005f +instanceKlass java/util/regex/ASCII +instanceKlass java/util/regex/IntHashSet +instanceKlass java/util/regex/Matcher +instanceKlass java/util/regex/MatchResult +instanceKlass @bci java/util/regex/Pattern negate (Ljava/util/regex/Pattern$CharPredicate;)Ljava/util/regex/Pattern$CharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x800000032 +instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/Pattern$$Lambda+0x800000033 +instanceKlass @bci java/util/regex/Pattern Range (II)Ljava/util/regex/Pattern$CharPredicate; 23 member ; # java/util/regex/Pattern$$Lambda+0x80000002b +instanceKlass java/util/regex/Pattern$BitClass +instanceKlass java/util/regex/Pattern$TreeInfo +instanceKlass @bci java/util/regex/CharPredicates ASCII_DIGIT ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000026 +instanceKlass java/util/regex/CharPredicates +instanceKlass @bci java/util/regex/Pattern Single (I)Ljava/util/regex/Pattern$BmpCharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x80000002a +instanceKlass java/util/regex/Pattern$BmpCharPredicate +instanceKlass java/util/regex/Pattern$CharPredicate +instanceKlass java/util/regex/Pattern$Node +instanceKlass java/util/regex/Pattern +instanceKlass jdk/internal/module/ModulePath$Patterns +instanceKlass java/util/SequencedMap +instanceKlass java/util/jar/Attributes +instanceKlass java/util/jar/JarVerifier +instanceKlass java/util/ImmutableCollections$ListItr +instanceKlass java/util/ListIterator +instanceKlass @bci java/lang/module/ModuleDescriptor$Builder provides (Ljava/lang/module/ModuleDescriptor$Provides;)Ljava/lang/module/ModuleDescriptor$Builder; 67 member ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x000001d681044798 +instanceKlass @cpi xaero/lib/common/packet/config/ConfigPacketRegister 130 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001d681000c00 +instanceKlass java/io/RandomAccessFile$1 +instanceKlass java/util/WeakHashMap$HashIterator +instanceKlass @bci jdk/internal/module/ModuleReferences newJarModule (Ljdk/internal/module/ModuleInfo$Attributes;Ljdk/internal/module/ModulePatcher;Ljava/nio/file/Path;)Ljava/lang/module/ModuleReference; 18 member ; # jdk/internal/module/ModuleReferences$$Lambda+0x800000062 +instanceKlass @bci jdk/internal/module/ModuleReferences newJarModule (Ljdk/internal/module/ModuleInfo$Attributes;Ljdk/internal/module/ModulePatcher;Ljava/nio/file/Path;)Ljava/lang/module/ModuleReference; 9 member ; # jdk/internal/module/ModuleReferences$$Lambda+0x800000063 +instanceKlass java/lang/module/ModuleReader +instanceKlass java/net/URI$Parser +instanceKlass sun/nio/fs/WindowsUriSupport +instanceKlass jdk/internal/module/ModuleReferences +instanceKlass jdk/internal/module/ModuleInfo$Attributes +instanceKlass java/util/Collections$UnmodifiableCollection$1 +instanceKlass @bci jdk/internal/module/ModulePath jarPackages (Ljava/util/jar/JarFile;)Ljava/util/Set; 35 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x800000059 +instanceKlass @bci jdk/internal/module/ModulePath jarPackages (Ljava/util/jar/JarFile;)Ljava/util/Set; 25 member ; # jdk/internal/module/ModulePath$$Lambda+0x80000005b +instanceKlass @bci jdk/internal/module/ModulePath jarPackages (Ljava/util/jar/JarFile;)Ljava/util/Set; 14 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x80000005a +instanceKlass @bci jdk/internal/module/ModulePath jarPackages (Ljava/util/jar/JarFile;)Ljava/util/Set; 4 argL0 ; # jdk/internal/module/ModulePath$$Lambda+0x000001d681043cb0 +instanceKlass @bci java/util/zip/ZipFile jarStream ()Ljava/util/stream/Stream; 25 member ; # java/util/zip/ZipFile$$Lambda+0x800000051 +instanceKlass java/util/function/IntFunction +instanceKlass java/util/Spliterators$AbstractSpliterator +instanceKlass jdk/internal/module/Checks +instanceKlass java/lang/module/ModuleDescriptor$Builder +instanceKlass jdk/internal/module/ModuleInfo$ConstantPool$Entry +instanceKlass jdk/internal/module/ModuleInfo$ConstantPool +instanceKlass java/lang/invoke/VarHandle$AccessDescriptor +instanceKlass java/lang/invoke/VarForm +instanceKlass java/lang/invoke/VarHandleGuards +instanceKlass java/lang/ClassValue$Version +instanceKlass java/lang/ClassValue$Identity +instanceKlass java/lang/ClassValue +instanceKlass java/lang/invoke/VarHandles +instanceKlass jdk/internal/util/ByteArray +instanceKlass jdk/internal/module/ModuleInfo$CountingDataInput +instanceKlass jdk/internal/module/ModuleInfo +instanceKlass @bci jdk/internal/module/ModulePath readJar (Ljava/nio/file/Path;)Ljava/lang/module/ModuleReference; 99 member ; # jdk/internal/module/ModulePath$$Lambda+0x000001d681042948 +instanceKlass sun/security/action/GetIntegerAction +instanceKlass sun/security/util/Debug +instanceKlass sun/security/util/SignatureFileVerifier +instanceKlass java/util/zip/ZipFile$InflaterCleanupAction +instanceKlass java/util/zip/Inflater$InflaterZStreamRef +instanceKlass java/util/zip/Inflater +instanceKlass java/util/zip/ZipEntry +instanceKlass java/util/zip/ZipFile$2 +instanceKlass jdk/internal/perf/PerfCounter$CoreCounters +instanceKlass sun/util/locale/LocaleObjectCache +instanceKlass sun/util/locale/BaseLocale$Key +instanceKlass sun/util/locale/LocaleUtils +instanceKlass sun/util/locale/BaseLocale +instanceKlass java/util/Locale +instanceKlass java/nio/file/attribute/FileTime +instanceKlass java/util/zip/ZipUtils +instanceKlass java/util/zip/ZipFile$Source$End +instanceKlass java/io/RandomAccessFile$2 +instanceKlass jdk/internal/access/JavaIORandomAccessFileAccess +instanceKlass java/io/RandomAccessFile +instanceKlass java/io/DataInput +instanceKlass java/io/DataOutput +instanceKlass java/util/zip/ZipFile$Source$Key +instanceKlass java/util/zip/ZipFile$Source +instanceKlass java/util/zip/ZipCoder +instanceKlass java/util/zip/ZipFile$CleanableResource +instanceKlass sun/nio/fs/WindowsNativeDispatcher$CompletionStatus +instanceKlass sun/nio/fs/WindowsNativeDispatcher$AclInformation +instanceKlass sun/nio/fs/WindowsNativeDispatcher$Account +instanceKlass sun/nio/fs/WindowsNativeDispatcher$DiskFreeSpace +instanceKlass sun/nio/fs/WindowsNativeDispatcher$VolumeInformation +instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstStream +instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstFile +instanceKlass java/util/Enumeration +instanceKlass java/util/concurrent/ConcurrentHashMap$Traverser +instanceKlass jdk/internal/loader/NativeLibraries$3 +instanceKlass jdk/internal/loader/NativeLibrary +instanceKlass java/util/ArrayDeque$DeqIterator +instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext$1 +instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext +instanceKlass jdk/internal/loader/NativeLibraries$2 +instanceKlass jdk/internal/loader/NativeLibraries$1 +instanceKlass jdk/internal/loader/NativeLibraries$LibraryPaths +instanceKlass sun/nio/fs/WindowsNativeDispatcher +instanceKlass sun/nio/fs/NativeBuffer$Deallocator +instanceKlass sun/nio/fs/NativeBuffer +instanceKlass java/lang/ThreadLocal$ThreadLocalMap +instanceKlass java/lang/ThreadLocal +instanceKlass sun/nio/fs/NativeBuffers +instanceKlass sun/nio/fs/WindowsFileAttributes +instanceKlass java/nio/file/attribute/DosFileAttributes +instanceKlass sun/nio/fs/AbstractBasicFileAttributeView +instanceKlass sun/nio/fs/DynamicFileAttributeView +instanceKlass sun/nio/fs/WindowsFileAttributeViews +instanceKlass sun/nio/fs/Util +instanceKlass java/nio/file/attribute/BasicFileAttributeView +instanceKlass java/nio/file/attribute/FileAttributeView +instanceKlass java/nio/file/attribute/AttributeView +instanceKlass java/nio/file/Files +instanceKlass java/nio/file/CopyOption +instanceKlass java/nio/file/attribute/BasicFileAttributes +instanceKlass @bci jdk/internal/module/DefaultRoots exportsAPI (Ljava/lang/module/ModuleDescriptor;)Z 9 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000056 +instanceKlass @bci java/lang/module/ModuleFinder$2 find (Ljava/lang/String;)Ljava/util/Optional; 62 member ; # java/lang/module/ModuleFinder$2$$Lambda+0x800000005 +instanceKlass java/util/stream/Streams +instanceKlass java/util/stream/Stream$Builder +instanceKlass java/util/stream/Streams$AbstractStreamBuilderImpl +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 43 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004d +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 38 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004f +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 16 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004e +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 11 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x800000050 +instanceKlass java/util/stream/FindOps$FindOp +instanceKlass java/util/stream/FindOps$FindSink +instanceKlass java/util/stream/FindOps +instanceKlass @bci java/lang/module/ModuleFinder$2 find (Ljava/lang/String;)Ljava/util/Optional; 43 argL0 ; # java/lang/module/ModuleFinder$2$$Lambda+0x800000008 +instanceKlass @bci java/lang/module/ModuleFinder$2 find (Ljava/lang/String;)Ljava/util/Optional; 33 member ; # java/lang/module/ModuleFinder$2$$Lambda+0x800000009 +instanceKlass java/util/AbstractList$RandomAccessSpliterator +instanceKlass java/util/stream/Sink$ChainedReference +instanceKlass java/util/stream/ReduceOps$AccumulatingSink +instanceKlass java/util/stream/TerminalSink +instanceKlass java/util/stream/Sink +instanceKlass java/util/function/Consumer +instanceKlass java/util/stream/ReduceOps$Box +instanceKlass java/util/stream/ReduceOps$ReduceOp +instanceKlass java/util/stream/TerminalOp +instanceKlass java/util/stream/ReduceOps +instanceKlass @bci java/util/stream/Collectors castingIdentity ()Ljava/util/function/Function; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000043 +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000041 +instanceKlass java/util/function/BinaryOperator +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x80000003a +instanceKlass java/util/function/BiConsumer +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000046 +instanceKlass java/util/stream/Collector +instanceKlass java/util/Collections$UnmodifiableCollection +instanceKlass java/util/stream/Collectors +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 42 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000053 +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 32 member ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000057 +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 21 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000054 +instanceKlass java/util/concurrent/ForkJoinPool$ManagedBlocker +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$Node +instanceKlass java/lang/ref/Cleaner$Cleanable +instanceKlass jdk/internal/ref/CleanerImpl +instanceKlass java/lang/ref/Cleaner$1 +instanceKlass java/lang/ref/Cleaner +instanceKlass jdk/internal/ref/CleanerFactory$1 +instanceKlass java/util/concurrent/ThreadFactory +instanceKlass jdk/internal/ref/CleanerFactory +instanceKlass @bci dev/emi/emi/data/TagExclusions add (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/resources/ResourceLocation;)V 5 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001d681000800 +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 11 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000055 +instanceKlass java/lang/invoke/LambdaProxyClassArchive +instanceKlass java/lang/invoke/InfoFromMemberName +instanceKlass java/lang/invoke/MethodHandleInfo +instanceKlass jdk/internal/org/objectweb/asm/ConstantDynamic +instanceKlass jdk/internal/org/objectweb/asm/Handle +instanceKlass java/lang/invoke/AbstractValidatingLambdaMetafactory +instanceKlass java/lang/invoke/BootstrapMethodInvoker +instanceKlass java/util/function/Predicate +instanceKlass java/lang/WeakPairMap$Pair$Lookup +instanceKlass java/lang/WeakPairMap$Pair +instanceKlass java/lang/WeakPairMap +instanceKlass java/lang/Module$ReflectionData +instanceKlass java/lang/invoke/LambdaMetafactory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001d681000400 +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassDefiner +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassFile +instanceKlass jdk/internal/org/objectweb/asm/Handler +instanceKlass jdk/internal/org/objectweb/asm/Attribute +instanceKlass jdk/internal/org/objectweb/asm/FieldVisitor +instanceKlass java/util/ArrayList$Itr +instanceKlass sun/invoke/empty/Empty +instanceKlass sun/invoke/util/VerifyType +instanceKlass java/lang/invoke/InvokerBytecodeGenerator$ClassData +instanceKlass jdk/internal/org/objectweb/asm/AnnotationVisitor +instanceKlass jdk/internal/org/objectweb/asm/Frame +instanceKlass jdk/internal/org/objectweb/asm/Label +instanceKlass jdk/internal/org/objectweb/asm/Type +instanceKlass jdk/internal/org/objectweb/asm/MethodVisitor +instanceKlass sun/invoke/util/BytecodeDescriptor +instanceKlass jdk/internal/org/objectweb/asm/ByteVector +instanceKlass jdk/internal/org/objectweb/asm/Symbol +instanceKlass jdk/internal/org/objectweb/asm/SymbolTable +instanceKlass jdk/internal/org/objectweb/asm/ClassVisitor +instanceKlass java/lang/invoke/LambdaFormBuffer +instanceKlass java/lang/invoke/LambdaFormEditor$TransformKey +instanceKlass java/lang/invoke/LambdaFormEditor +instanceKlass java/lang/invoke/Invokers$Holder +instanceKlass java/lang/invoke/DelegatingMethodHandle$Holder +instanceKlass java/lang/invoke/DirectMethodHandle$2 +instanceKlass java/lang/invoke/ClassSpecializer$Factory +instanceKlass java/lang/invoke/ClassSpecializer$SpeciesData +instanceKlass java/lang/invoke/ClassSpecializer$1 +instanceKlass java/lang/invoke/ClassSpecializer +instanceKlass java/lang/invoke/InvokerBytecodeGenerator$1 +instanceKlass java/lang/invoke/InvokerBytecodeGenerator +instanceKlass java/lang/invoke/LambdaForm$Holder +instanceKlass java/lang/invoke/LambdaForm$Name +instanceKlass java/lang/invoke/Invokers +instanceKlass sun/invoke/util/ValueConversions +instanceKlass java/lang/invoke/DirectMethodHandle$Holder +instanceKlass java/lang/Void +instanceKlass sun/invoke/util/Wrapper$Format +instanceKlass java/lang/invoke/MethodHandleImpl$1 +instanceKlass jdk/internal/access/JavaLangInvokeAccess +instanceKlass java/lang/invoke/LambdaForm$NamedFunction +instanceKlass java/lang/invoke/MethodHandleImpl +instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder +instanceKlass java/lang/invoke/MethodTypeForm +instanceKlass java/lang/invoke/MethodType$ConcurrentWeakInternSet +instanceKlass sun/reflect/annotation/AnnotationParser +instanceKlass java/lang/Class$3 +instanceKlass java/lang/PublicMethods$Key +instanceKlass java/lang/PublicMethods$MethodList +instanceKlass java/util/EnumMap$1 +instanceKlass java/util/stream/StreamOpFlag$MaskBuilder +instanceKlass java/util/stream/Stream +instanceKlass java/util/stream/BaseStream +instanceKlass java/util/stream/PipelineHelper +instanceKlass java/util/stream/StreamSupport +instanceKlass java/util/Spliterators$IteratorSpliterator +instanceKlass java/util/Spliterator$OfDouble +instanceKlass java/util/Spliterator$OfLong +instanceKlass java/util/Spliterator$OfInt +instanceKlass java/util/Spliterator$OfPrimitive +instanceKlass java/util/Spliterator +instanceKlass java/util/Spliterators$EmptySpliterator +instanceKlass java/util/Spliterators +instanceKlass jdk/internal/module/DefaultRoots +instanceKlass java/lang/module/ModuleFinder$2 +instanceKlass jdk/internal/loader/BuiltinClassLoader$LoadedModule +instanceKlass jdk/internal/loader/AbstractClassLoaderValue +instanceKlass jdk/internal/module/ServicesCatalog +instanceKlass java/util/Deque +instanceKlass java/util/Queue +instanceKlass sun/net/util/IPAddressUtil$MASKS +instanceKlass sun/net/util/IPAddressUtil +instanceKlass java/net/URLStreamHandler +instanceKlass sun/net/www/ParseUtil +instanceKlass java/net/URL$3 +instanceKlass jdk/internal/access/JavaNetURLAccess +instanceKlass java/net/URL$DefaultFactory +instanceKlass java/net/URLStreamHandlerFactory +instanceKlass jdk/internal/loader/URLClassPath +instanceKlass java/security/Principal +instanceKlass java/security/ProtectionDomain$Key +instanceKlass java/security/ProtectionDomain$JavaSecurityAccessImpl +instanceKlass jdk/internal/access/JavaSecurityAccess +instanceKlass java/lang/ClassLoader$ParallelLoaders +instanceKlass java/security/cert/Certificate +instanceKlass jdk/internal/loader/ArchivedClassLoaders +instanceKlass java/util/concurrent/ConcurrentHashMap$CollectionView +instanceKlass jdk/internal/loader/ClassLoaderHelper +instanceKlass jdk/internal/loader/NativeLibraries +instanceKlass java/lang/Module$EnableNativeAccess +instanceKlass jdk/internal/loader/BootLoader +instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleFinder +instanceKlass jdk/internal/module/SystemModuleFinders$3 +instanceKlass jdk/internal/module/ModuleHashes$HashSupplier +instanceKlass jdk/internal/module/SystemModuleFinders$2 +instanceKlass java/util/function/Supplier +instanceKlass java/lang/module/ModuleReference +instanceKlass jdk/internal/module/ModuleResolution +instanceKlass java/util/Collections$UnmodifiableMap +instanceKlass jdk/internal/module/ModuleHashes$Builder +instanceKlass jdk/internal/module/ModuleHashes +instanceKlass jdk/internal/module/ModuleTarget +instanceKlass java/util/ImmutableCollections$Set12$1 +instanceKlass java/lang/reflect/AccessFlag$18 +instanceKlass java/lang/reflect/AccessFlag$17 +instanceKlass java/lang/reflect/AccessFlag$16 +instanceKlass java/lang/reflect/AccessFlag$15 +instanceKlass java/lang/reflect/AccessFlag$14 +instanceKlass java/lang/reflect/AccessFlag$13 +instanceKlass java/lang/reflect/AccessFlag$12 +instanceKlass java/lang/reflect/AccessFlag$11 +instanceKlass java/lang/reflect/AccessFlag$10 +instanceKlass java/lang/reflect/AccessFlag$9 +instanceKlass java/lang/reflect/AccessFlag$8 +instanceKlass java/lang/reflect/AccessFlag$7 +instanceKlass java/lang/reflect/AccessFlag$6 +instanceKlass java/lang/reflect/AccessFlag$5 +instanceKlass java/lang/reflect/AccessFlag$4 +instanceKlass java/lang/reflect/AccessFlag$3 +instanceKlass java/lang/reflect/AccessFlag$2 +instanceKlass java/lang/reflect/AccessFlag$1 +instanceKlass java/lang/module/ModuleDescriptor$Version +instanceKlass java/lang/module/ModuleDescriptor$Provides +instanceKlass java/lang/module/ModuleDescriptor$Opens +instanceKlass java/util/ImmutableCollections$SetN$SetNIterator +instanceKlass java/lang/module/ModuleDescriptor$Exports +instanceKlass java/lang/module/ModuleDescriptor$Requires +instanceKlass jdk/internal/module/Builder +instanceKlass jdk/internal/module/SystemModules$all +instanceKlass jdk/internal/module/SystemModules +instanceKlass jdk/internal/module/SystemModulesMap +instanceKlass java/net/URI$1 +instanceKlass jdk/internal/access/JavaNetUriAccess +instanceKlass java/net/URI +instanceKlass jdk/internal/module/SystemModuleFinders +instanceKlass jdk/internal/module/ArchivedModuleGraph +instanceKlass java/util/Optional +instanceKlass java/lang/Runtime$Version +instanceKlass java/util/jar/JavaUtilJarAccessImpl +instanceKlass jdk/internal/access/JavaUtilJarAccess +instanceKlass java/util/zip/ZipFile$1 +instanceKlass jdk/internal/access/JavaUtilZipFileAccess +instanceKlass sun/security/action/GetBooleanAction +instanceKlass java/util/zip/ZipFile +instanceKlass java/util/zip/ZipConstants +instanceKlass java/nio/Bits$1 +instanceKlass jdk/internal/misc/VM$BufferPool +instanceKlass java/nio/Bits +instanceKlass sun/nio/ch/DirectBuffer +instanceKlass jdk/internal/perf/Perf +instanceKlass jdk/internal/perf/Perf$GetPerfAction +instanceKlass jdk/internal/perf/PerfCounter +instanceKlass java/lang/reflect/Array +instanceKlass java/util/jar/Attributes$Name +instanceKlass jdk/internal/module/ModulePath +instanceKlass java/lang/module/ModuleFinder +instanceKlass sun/nio/fs/WindowsPath +instanceKlass sun/nio/fs/WindowsPathParser$Result +instanceKlass sun/nio/fs/WindowsPathParser +instanceKlass java/nio/file/FileSystem +instanceKlass java/nio/file/OpenOption +instanceKlass java/nio/file/spi/FileSystemProvider +instanceKlass sun/nio/fs/DefaultFileSystemProvider +instanceKlass java/nio/file/FileSystems +instanceKlass java/nio/file/Path +instanceKlass java/nio/file/Watchable +instanceKlass jdk/internal/module/ArchivedBootLayer +instanceKlass jdk/internal/module/ModuleBootstrap$Counters +instanceKlass jdk/internal/module/ModulePatcher +instanceKlass java/io/FileSystem +instanceKlass java/io/DefaultFileSystem +instanceKlass java/io/File +instanceKlass java/lang/module/ModuleDescriptor$1 +instanceKlass jdk/internal/access/JavaLangModuleAccess +instanceKlass sun/invoke/util/VerifyAccess +instanceKlass java/util/KeyValueHolder +instanceKlass java/util/ImmutableCollections$MapN$MapNIterator +instanceKlass java/lang/StrictMath +instanceKlass java/lang/invoke/MethodHandles$Lookup +instanceKlass java/lang/invoke/MemberName$Factory +instanceKlass java/lang/invoke/MethodHandles +instanceKlass java/lang/module/ModuleDescriptor +instanceKlass jdk/internal/module/ModuleBootstrap +instanceKlass java/lang/Character$CharacterCache +instanceKlass java/util/HexFormat +instanceKlass jdk/internal/util/ClassFileDumper +instanceKlass sun/security/action/GetPropertyAction +instanceKlass java/lang/invoke/MethodHandleStatics +instanceKlass jdk/internal/misc/Blocker +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject +instanceKlass java/util/concurrent/locks/Condition +instanceKlass java/util/Collections +instanceKlass java/lang/Thread$ThreadIdentifiers +instanceKlass sun/io/Win32ErrorMode +instanceKlass jdk/internal/misc/OSEnvironment +instanceKlass java/lang/Integer$IntegerCache +instanceKlass jdk/internal/misc/Signal$NativeHandler +instanceKlass java/util/Hashtable$Entry +instanceKlass jdk/internal/misc/Signal +instanceKlass java/lang/Terminator$1 +instanceKlass jdk/internal/misc/Signal$Handler +instanceKlass java/lang/Terminator +instanceKlass java/nio/ByteOrder +instanceKlass java/nio/Buffer$2 +instanceKlass jdk/internal/access/JavaNioAccess +instanceKlass java/nio/Buffer$1 +instanceKlass jdk/internal/misc/ScopedMemoryAccess +instanceKlass sun/nio/cs/ArrayEncoder +instanceKlass java/nio/charset/CharsetEncoder +instanceKlass java/io/Writer +instanceKlass java/io/PrintStream$1 +instanceKlass jdk/internal/access/JavaIOPrintStreamAccess +instanceKlass jdk/internal/misc/InternalLock +instanceKlass java/io/OutputStream +instanceKlass java/io/Flushable +instanceKlass java/io/FileDescriptor$1 +instanceKlass jdk/internal/access/JavaIOFileDescriptorAccess +instanceKlass java/io/FileDescriptor +instanceKlass jdk/internal/util/StaticProperty +instanceKlass java/util/HashMap$HashIterator +instanceKlass java/util/concurrent/locks/LockSupport +instanceKlass java/util/concurrent/ConcurrentHashMap$Node +instanceKlass java/util/concurrent/ConcurrentHashMap$CounterCell +instanceKlass java/util/concurrent/locks/ReentrantLock +instanceKlass java/util/concurrent/locks/Lock +instanceKlass java/lang/CharacterData +instanceKlass java/lang/Runtime +instanceKlass java/lang/VersionProps +instanceKlass java/lang/StringConcatHelper +instanceKlass java/util/HashMap$Node +instanceKlass java/util/Map$Entry +instanceKlass java/lang/StringCoding +instanceKlass java/nio/charset/CodingErrorAction +instanceKlass sun/nio/cs/SingleByte +instanceKlass java/lang/StringUTF16 +instanceKlass sun/nio/cs/MS1251$Holder +instanceKlass sun/nio/cs/ArrayDecoder +instanceKlass java/nio/charset/CharsetDecoder +instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory +instanceKlass java/lang/reflect/Modifier +instanceKlass java/lang/Class$1 +instanceKlass java/lang/Class$Atomic +instanceKlass java/lang/Class$ReflectionData +instanceKlass java/nio/charset/StandardCharsets +instanceKlass sun/nio/cs/HistoricallyNamedCharset +instanceKlass jdk/internal/util/ArraysSupport +instanceKlass java/util/Arrays +instanceKlass jdk/internal/util/Preconditions$3 +instanceKlass jdk/internal/util/Preconditions$2 +instanceKlass jdk/internal/util/Preconditions$4 +instanceKlass java/util/function/BiFunction +instanceKlass jdk/internal/util/Preconditions$1 +instanceKlass java/util/function/Function +instanceKlass jdk/internal/util/Preconditions +instanceKlass java/nio/charset/spi/CharsetProvider +instanceKlass java/nio/charset/Charset +instanceKlass jdk/internal/util/SystemProps$Raw +instanceKlass jdk/internal/util/SystemProps +instanceKlass java/lang/System$2 +instanceKlass jdk/internal/access/JavaLangAccess +instanceKlass java/lang/ref/NativeReferenceQueue$Lock +instanceKlass java/lang/ref/ReferenceQueue +instanceKlass java/lang/ref/Reference$1 +instanceKlass jdk/internal/access/JavaLangRefAccess +instanceKlass jdk/internal/reflect/ReflectionFactory +instanceKlass java/lang/Math +instanceKlass java/lang/StringLatin1 +instanceKlass jdk/internal/reflect/Reflection +instanceKlass jdk/internal/reflect/ReflectionFactory$GetReflectionFactoryAction +instanceKlass java/security/PrivilegedAction +instanceKlass jdk/internal/access/SharedSecrets +instanceKlass java/lang/reflect/ReflectAccess +instanceKlass jdk/internal/access/JavaLangReflectAccess +instanceKlass java/util/ImmutableCollections +instanceKlass java/util/Objects +instanceKlass java/util/Set +instanceKlass jdk/internal/misc/CDS +instanceKlass java/lang/Module$ArchivedData +instanceKlass jdk/internal/misc/VM +instanceKlass java/lang/String$CaseInsensitiveComparator +instanceKlass java/util/Comparator +instanceKlass java/io/ObjectStreamField +instanceKlass jdk/internal/vm/FillerObject +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload +instanceKlass jdk/internal/vm/vector/VectorSupport +instanceKlass java/lang/reflect/RecordComponent +instanceKlass java/util/Iterator +instanceKlass java/lang/Number +instanceKlass java/lang/Character +instanceKlass java/lang/Boolean +instanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer +instanceKlass java/lang/LiveStackFrame +instanceKlass java/lang/StackFrameInfo +instanceKlass java/lang/StackWalker$StackFrame +instanceKlass java/lang/StackStreamFactory$AbstractStackWalker +instanceKlass java/lang/StackWalker +instanceKlass java/nio/Buffer +instanceKlass java/lang/StackTraceElement +instanceKlass java/util/RandomAccess +instanceKlass java/util/List +instanceKlass java/util/SequencedCollection +instanceKlass java/util/AbstractCollection +instanceKlass java/util/Collection +instanceKlass java/lang/Iterable +instanceKlass java/util/concurrent/ConcurrentMap +instanceKlass java/util/AbstractMap +instanceKlass java/security/CodeSource +instanceKlass jdk/internal/loader/ClassLoaders +instanceKlass java/util/jar/Manifest +instanceKlass java/lang/Enum +instanceKlass java/net/URL +instanceKlass java/io/InputStream +instanceKlass java/io/Closeable +instanceKlass java/lang/AutoCloseable +instanceKlass jdk/internal/module/Modules +instanceKlass jdk/internal/misc/Unsafe +instanceKlass jdk/internal/misc/UnsafeConstants +instanceKlass java/lang/AbstractStringBuilder +instanceKlass java/lang/Appendable +instanceKlass java/lang/AssertionStatusDirectives +instanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext +instanceKlass jdk/internal/foreign/abi/ABIDescriptor +instanceKlass jdk/internal/foreign/abi/NativeEntryPoint +instanceKlass java/lang/invoke/CallSite +instanceKlass java/lang/invoke/MethodType +instanceKlass java/lang/invoke/TypeDescriptor$OfMethod +instanceKlass java/lang/invoke/LambdaForm +instanceKlass java/lang/invoke/MethodHandleNatives +instanceKlass java/lang/invoke/ResolvedMethodName +instanceKlass java/lang/invoke/MemberName +instanceKlass java/lang/invoke/VarHandle +instanceKlass java/lang/invoke/MethodHandle +instanceKlass jdk/internal/reflect/CallerSensitive +instanceKlass java/lang/annotation/Annotation +instanceKlass jdk/internal/reflect/FieldAccessor +instanceKlass jdk/internal/reflect/ConstantPool +instanceKlass jdk/internal/reflect/ConstructorAccessor +instanceKlass jdk/internal/reflect/MethodAccessor +instanceKlass jdk/internal/reflect/MagicAccessorImpl +instanceKlass jdk/internal/vm/StackChunk +instanceKlass jdk/internal/vm/Continuation +instanceKlass jdk/internal/vm/ContinuationScope +instanceKlass java/lang/reflect/Parameter +instanceKlass java/lang/reflect/Member +instanceKlass java/lang/reflect/AccessibleObject +instanceKlass java/lang/Module +instanceKlass java/util/Map +instanceKlass java/util/Dictionary +instanceKlass java/lang/ThreadGroup +instanceKlass java/lang/Thread$UncaughtExceptionHandler +instanceKlass java/lang/Thread$Constants +instanceKlass java/lang/Thread$FieldHolder +instanceKlass java/lang/Thread +instanceKlass java/lang/Runnable +instanceKlass java/lang/ref/Reference +instanceKlass java/lang/Record +instanceKlass java/security/AccessController +instanceKlass java/security/AccessControlContext +instanceKlass java/security/ProtectionDomain +instanceKlass java/lang/SecurityManager +instanceKlass java/lang/Throwable +instanceKlass java/lang/System +instanceKlass java/lang/ClassLoader +instanceKlass java/lang/Cloneable +instanceKlass java/lang/Class +instanceKlass java/lang/invoke/TypeDescriptor$OfField +instanceKlass java/lang/invoke/TypeDescriptor +instanceKlass java/lang/reflect/Type +instanceKlass java/lang/reflect/GenericDeclaration +instanceKlass java/lang/reflect/AnnotatedElement +instanceKlass java/lang/String +instanceKlass java/lang/constant/ConstantDesc +instanceKlass java/lang/constant/Constable +instanceKlass java/lang/CharSequence +instanceKlass java/lang/Comparable +instanceKlass java/io/Serializable +ciInstanceKlass java/lang/Object 1 1 124 7 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 3 8 1 7 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 3 1 1 +ciMethod java/lang/Object clone ()Ljava/lang/Object; 512 0 256 0 -1 +ciInstanceKlass java/io/Serializable 1 0 7 100 1 100 1 1 1 +ciInstanceKlass java/lang/System 1 1 834 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 10 12 1 1 100 1 10 12 10 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 12 1 100 1 8 1 10 10 12 1 100 1 8 1 10 8 1 10 7 12 1 1 8 1 10 12 100 1 8 1 10 10 12 1 1 10 7 12 1 1 1 100 1 18 12 1 100 1 9 100 12 1 1 1 10 12 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 9 12 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 8 1 11 12 1 10 12 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 7 1 11 12 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 11 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 9 12 1 8 1 10 7 12 1 1 8 1 7 1 9 7 12 1 1 1 10 12 1 7 1 9 12 10 9 12 7 1 10 12 9 12 1 1 8 1 10 12 1 1 8 1 10 7 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 10 7 12 1 1 1 9 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 8 1 8 1 10 8 1 8 1 8 1 8 1 10 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 7 1 8 1 10 10 10 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 9 12 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/System in Ljava/io/InputStream; java/io/BufferedInputStream +staticfield java/lang/System out Ljava/io/PrintStream; net/neoforged/fml/loading/TracingPrintStream +staticfield java/lang/System err Ljava/io/PrintStream; net/neoforged/fml/loading/TracingPrintStream +instanceKlass org/apache/logging/log4j/util/PrivateSecurityManagerStackTraceUtil$PrivateSecurityManager +ciInstanceKlass java/lang/SecurityManager 1 1 576 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 100 1 10 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 100 1 8 1 10 9 12 1 1 9 12 1 8 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 10 12 1 1 100 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 8 1 100 1 8 1 10 8 1 8 1 8 1 8 1 8 1 10 100 12 1 1 8 1 100 1 8 1 8 1 10 8 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 11 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 18 12 1 1 11 12 1 1 18 18 11 12 1 18 12 1 11 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 7 1 10 7 12 1 1 10 12 1 10 12 1 18 12 1 18 10 7 12 1 1 1 18 12 1 10 12 1 18 18 8 1 10 12 1 9 12 1 1 11 7 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 8 1 100 1 10 9 12 1 8 1 10 12 1 8 1 100 1 10 10 7 12 1 1 10 7 1 9 7 12 1 1 1 11 12 1 1 10 12 1 11 12 1 10 12 1 7 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 7 12 1 1 1 16 1 16 15 10 12 16 1 15 10 12 16 15 11 7 1 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 1 16 1 15 11 12 1 15 10 12 16 15 10 16 1 15 10 7 12 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/SecurityManager packageAccessLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/SecurityManager packageDefinitionLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/SecurityManager nonExportedPkgs Ljava/util/Map; java/util/concurrent/ConcurrentHashMap +ciInstanceKlass java/security/AccessController 1 1 295 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 1 10 11 7 12 1 1 1 10 7 12 1 1 11 7 1 100 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 10 100 12 1 1 1 8 1 7 1 10 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 3 1 1 1 +staticfield java/security/AccessController $assertionsDisabled Z 1 +ciInstanceKlass java/security/ProtectionDomain 1 1 348 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 7 1 9 12 1 1 9 12 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 9 12 1 9 100 12 1 1 10 12 1 1 10 100 1 10 12 1 1 8 1 7 1 8 1 10 12 1 10 11 10 7 12 1 1 1 10 12 1 1 8 1 11 8 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 100 1 18 12 1 1 10 7 12 1 1 1 10 7 1 10 12 1 10 12 1 1 11 100 12 1 1 11 12 1 100 1 11 7 12 1 1 1 10 12 1 10 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 100 12 1 1 11 12 1 10 12 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/security/ProtectionDomain filePermCompatInPD Z 0 +ciInstanceKlass java/security/CodeSource 1 1 398 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 7 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 8 1 8 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 12 1 10 12 10 12 1 1 10 100 12 1 1 10 12 1 7 1 10 12 10 100 12 1 1 1 10 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 7 1 8 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 10 12 10 12 1 1 11 7 12 1 1 10 10 12 1 11 10 12 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Boolean 1 1 152 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 8 1 10 7 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 9 100 12 1 1 9 12 10 100 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Boolean TRUE Ljava/lang/Boolean; java/lang/Boolean +staticfield java/lang/Boolean FALSE Ljava/lang/Boolean; java/lang/Boolean +staticfield java/lang/Boolean TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Comparable 1 1 12 100 1 100 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/constant/Constable 1 0 11 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Map 1 1 263 11 7 12 1 1 1 11 12 1 1 10 7 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 12 1 100 1 100 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 11 12 1 10 12 1 1 11 12 1 11 7 12 1 9 7 12 1 1 1 7 1 10 12 7 1 7 1 10 12 1 7 1 10 7 1 11 12 1 11 12 1 1 11 12 1 1 7 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Class 1 1 1698 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 8 1 10 12 1 10 11 100 12 1 1 1 11 7 12 1 1 1 11 8 1 18 8 1 10 12 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 7 1 7 1 10 12 1 1 9 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 7 1 10 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 12 1 1 10 9 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 9 100 12 1 1 1 9 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 1 10 10 10 12 1 1 10 12 1 1 10 12 10 10 12 1 1 7 1 8 1 10 10 12 1 1 10 12 1 100 1 11 12 1 10 100 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 7 1 9 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 11 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 7 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 1 7 1 10 9 12 1 1 10 12 7 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 10 12 1 1 100 1 10 8 1 10 12 1 11 11 12 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 10 12 1 1 9 12 1 9 12 1 1 10 7 12 1 1 9 12 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 9 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 7 1 10 12 1 1 7 11 7 1 9 12 1 1 9 12 1 7 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 10 10 12 1 10 12 10 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 8 10 7 8 1 18 8 1 8 1 10 12 1 9 12 1 9 12 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 7 1 10 10 12 1 10 7 1 9 12 1 8 1 10 12 1 7 1 10 12 1 10 12 1 1 100 1 7 1 9 12 1 7 1 8 1 10 10 7 12 1 1 1 10 12 11 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 11 12 7 1 11 7 12 1 1 9 12 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 9 12 1 9 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 12 1 7 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 10 100 12 1 1 1 10 12 1 10 100 12 1 1 1 11 12 1 11 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 100 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 100 1 10 12 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 18 12 1 1 11 12 1 1 18 11 12 1 18 12 1 11 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 8 1 10 12 1 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 11 12 16 1 16 15 16 15 10 12 16 16 15 10 12 16 15 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 100 1 100 1 1 100 1 100 1 1 +staticfield java/lang/Class EMPTY_CLASS_ARRAY [Ljava/lang/Class; 0 [Ljava/lang/Class; +staticfield java/lang/Class serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +ciInstanceKlass java/lang/reflect/AnnotatedElement 1 1 164 11 7 12 1 1 1 11 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 11 12 1 1 11 7 12 1 1 10 7 12 1 1 1 10 12 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 18 12 1 18 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 16 15 16 1 16 1 15 11 12 16 16 1 15 10 100 12 1 1 1 16 1 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor 1 0 17 100 1 100 1 1 1 1 1 1 100 1 100 1 1 1 1 +ciInstanceKlass java/lang/reflect/GenericDeclaration 1 0 30 7 1 7 1 7 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 +ciInstanceKlass java/lang/reflect/Type 1 1 17 11 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor$OfField 1 0 21 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/StringBuilder 1 1 422 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 100 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/StringBuilder +instanceKlass java/lang/StringBuffer +ciInstanceKlass java/lang/AbstractStringBuilder 1 1 605 7 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 3 3 10 12 1 10 12 1 1 11 7 1 100 1 7 1 10 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 8 1 10 10 12 1 1 100 1 10 12 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 100 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 100 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 10 12 10 12 1 10 10 10 12 1 10 5 0 10 10 12 1 1 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 100 1 10 12 100 1 10 100 1 10 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 7 1 1 16 1 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/AbstractStringBuilder EMPTYVALUE [B 0 +ciMethod java/lang/StringBuilder toString ()Ljava/lang/String; 30 0 996519 0 1272 +ciMethod java/lang/StringBuilder length ()I 512 0 106950 0 80 +ciInstanceKlass java/lang/Appendable 1 1 14 100 1 100 1 1 1 1 100 1 1 1 1 1 +ciInstanceKlass java/lang/CharSequence 1 1 131 11 7 12 1 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 100 12 1 1 1 11 12 1 1 11 7 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 100 1 10 12 1 1 10 100 12 1 1 1 100 1 10 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 11 12 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 100 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/AutoCloseable 1 1 12 100 1 100 1 1 1 1 7 1 1 1 +ciInstanceKlass java/io/Closeable 1 0 14 100 1 100 1 100 1 1 1 1 7 1 1 1 +instanceKlass net/createmod/catnip/config/ui/ConfigHelper$InvalidValueException +instanceKlass mod/azure/azurelibarmor/core/molang/MolangException +instanceKlass de/keksuccino/fancymenu/util/event/acara/EventCancellationException +instanceKlass net/minecraft/network/chat/ThrowingComponent +instanceKlass com/mojang/text2speech/Narrator$InitializeException +instanceKlass com/mojang/realmsclient/exception/RealmsServiceException +instanceKlass com/ibm/icu/text/ArabicShapingException +instanceKlass org/apache/commons/codec/EncoderException +instanceKlass org/apache/commons/codec/DecoderException +instanceKlass com/ezylang/evalex/BaseException +instanceKlass com/simibubi/create/content/contraptions/AssemblyException +instanceKlass dev/latvian/mods/rhino/json/JsonParser$ParseException +instanceKlass traben/entity_texture_features/features/property_reading/properties/RandomProperty$RandomPropertyException +instanceKlass traben/entity_model_features/EMFException +instanceKlass team/creative/creativecore/common/util/registry/exception/RegistryException +instanceKlass team/creative/creativecore/common/test/CreativeTestException +instanceKlass java/beans/PropertyVetoException +instanceKlass org/betterx/bclib/api/v2/datafixer/PatchDidiFailException +instanceKlass java/beans/IntrospectionException +instanceKlass de/mschae23/config/api/exception/ConfigException +instanceKlass fr/rakambda/fallingtree/common/tree/breaking/BreakTreeTooBigException +instanceKlass fr/rakambda/fallingtree/common/tree/breaking/BreakTreeTooSmallException +instanceKlass fr/rakambda/fallingtree/common/tree/builder/TreeTooBigException +instanceKlass blue/endless/jankson/impl/serializer/DeserializerFunctionPool$FunctionMatchFailedException +instanceKlass blue/endless/jankson/api/DeserializationException +instanceKlass blue/endless/jankson/api/SyntaxError +instanceKlass net/minecraft/util/CryptException +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/api/DeserializationException +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/impl/serializer/DeserializerFunctionPool$FunctionMatchFailedException +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/blue/endless/jankson/api/SyntaxError +instanceKlass de/keksuccino/konkrete/config/exceptions/InvalidValueException +instanceKlass dev/latvian/mods/kubejs/event/EventExit +instanceKlass net/fabricmc/loader/api/LanguageAdapterException +instanceKlass net/minecraft/world/level/validation/ContentValidationException +instanceKlass com/mojang/authlib/exceptions/AuthenticationException +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitutor$SubstitutionException +instanceKlass kotlin/reflect/full/IllegalPropertyDelegateAccessException +instanceKlass kotlin/reflect/full/IllegalCallableAccessException +instanceKlass me/shedaniel/autoconfig/ConfigData$ValidationException +instanceKlass me/shedaniel/autoconfig/serializer/ConfigSerializer$SerializationException +instanceKlass net/neoforged/neoforge/logging/CrashReportExtender$ModLoadingCrashException +instanceKlass com/mojang/brigadier/exceptions/CommandSyntaxException +instanceKlass com/euphoriapatches/shadow/io/sigpipe/jbsdiff/InvalidHeaderException +instanceKlass com/euphoriapatches/shadow/org/apache/commons/compress/compressors/CompressorException +instanceKlass com/euphoriapatches/shadow/org/apache/commons/compress/archivers/ArchiveException +instanceKlass sun/security/pkcs11/wrapper/PKCS11Exception +instanceKlass sun/security/ec/ECOperations$IntermediateValueException +instanceKlass org/spongepowered/asm/mixin/injection/throwables/InjectionValidationException +instanceKlass org/spongepowered/asm/util/throwables/ConstraintViolationException +instanceKlass org/openjdk/nashorn/internal/runtime/RewriteException +instanceKlass javax/script/ScriptException +instanceKlass org/objectweb/asm/tree/analysis/AnalyzerException +instanceKlass reloc/org/sat4j/specs/TimeoutException +instanceKlass reloc/org/sat4j/specs/ContradictionException +instanceKlass net/fabricmc/loader/impl/discovery/ModResolutionException +instanceKlass net/fabricmc/loader/impl/metadata/ParseMetadataException +instanceKlass org/apache/maven/artifact/resolver/AbstractArtifactResolutionException +instanceKlass org/apache/maven/artifact/versioning/InvalidVersionSpecificationException +instanceKlass com/google/common/collect/RegularImmutableMap$BucketOverflowException +instanceKlass net/fabricmc/loader/util/version/VersionParsingException +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/ParseException +instanceKlass java/util/zip/DataFormatException +instanceKlass java/util/TooManyListenersException +instanceKlass java/text/ParseException +instanceKlass cpw/mods/modlauncher/api/IncompatibleEnvironmentException +instanceKlass java/util/concurrent/TimeoutException +instanceKlass java/util/concurrent/ExecutionException +instanceKlass me/decce/ixeris/core/BlockingException +instanceKlass me/decce/ixeris/core/shadow/classtransform/TransformerManager$AlreadyLoggedException +instanceKlass sun/nio/fs/WindowsException +instanceKlass java/lang/invoke/LambdaConversionException +instanceKlass javax/management/JMException +instanceKlass javax/xml/parsers/ParserConfigurationException +instanceKlass org/xml/sax/SAXException +instanceKlass javax/naming/NamingException +instanceKlass java/lang/InterruptedException +instanceKlass java/lang/CloneNotSupportedException +instanceKlass java/security/GeneralSecurityException +instanceKlass java/security/PrivilegedActionException +instanceKlass java/net/URISyntaxException +instanceKlass java/io/IOException +instanceKlass java/lang/ReflectiveOperationException +instanceKlass java/lang/RuntimeException +ciInstanceKlass java/lang/Exception 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/Exception +instanceKlass java/lang/Error +ciInstanceKlass java/lang/Throwable 1 1 404 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 7 12 1 1 10 10 12 1 100 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 8 1 9 7 12 1 1 1 10 12 1 1 100 1 10 12 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 11 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 8 1 8 1 9 12 1 1 10 12 1 1 100 1 10 11 12 1 8 1 8 1 10 7 12 1 1 8 1 10 12 1 8 1 100 1 10 12 1 9 12 1 1 10 12 1 10 7 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 100 12 1 1 10 12 1 1 7 1 10 100 12 1 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 1 8 1 10 10 9 100 12 1 1 1 8 1 10 12 1 1 11 10 100 1 8 1 10 11 12 1 1 8 1 9 12 1 10 100 12 1 1 11 9 12 1 1 11 12 1 1 100 10 12 1 10 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Throwable UNASSIGNED_STACK [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; +staticfield java/lang/Throwable SUPPRESSED_SENTINEL Ljava/util/List; java/util/Collections$EmptyList +staticfield java/lang/Throwable EMPTY_THROWABLE_ARRAY [Ljava/lang/Throwable; 0 [Ljava/lang/Throwable; +staticfield java/lang/Throwable $assertionsDisabled Z 1 +instanceKlass java/security/Provider +ciInstanceKlass java/util/Properties 1 1 690 10 7 12 1 1 1 100 1 10 7 12 1 1 7 1 10 12 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 7 1 10 12 10 12 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 3 10 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 12 1 10 12 1 1 7 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 9 12 1 1 7 1 7 1 10 12 1 7 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 11 12 1 10 12 1 1 8 1 10 12 1 10 7 12 1 1 10 12 1 7 1 10 10 12 1 10 12 1 100 1 10 10 12 1 1 10 7 12 1 1 9 100 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 100 1 100 1 10 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 10 10 12 1 11 7 12 1 1 10 7 12 1 1 1 8 1 10 100 12 1 1 11 11 7 1 8 1 10 100 1 11 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 10 11 12 1 4 11 10 12 1 1 10 100 12 1 1 11 12 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 100 12 1 1 1 100 1 6 0 10 12 1 1 11 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +staticfield java/util/Properties UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +instanceKlass java/util/Hashtable +ciInstanceKlass java/util/Dictionary 1 1 36 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass javax/swing/UIDefaults +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/impl/WeakHashtable +instanceKlass java/util/Properties +ciInstanceKlass java/util/Hashtable 1 1 516 7 1 10 7 12 1 1 1 9 7 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 9 12 1 1 7 1 9 12 1 1 4 10 7 12 1 1 1 9 12 1 4 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 1 100 1 10 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 12 1 3 9 12 1 9 12 1 3 10 12 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 9 12 1 1 10 100 1 7 1 10 12 1 10 8 1 10 10 12 1 8 1 10 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 7 1 10 7 1 10 10 12 1 1 11 12 1 1 11 12 1 7 1 10 10 10 100 12 1 1 11 100 12 1 1 1 100 1 10 11 100 12 1 1 11 100 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 8 1 10 4 4 10 12 1 1 10 12 1 8 1 4 10 12 10 100 12 1 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/String 1 1 1443 10 7 12 1 1 1 8 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 10 7 12 1 1 1 10 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 10 12 9 7 12 1 1 10 12 1 1 3 10 12 1 1 7 1 11 12 1 1 11 12 1 11 12 1 1 10 7 12 1 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 11 12 1 1 10 12 1 1 10 12 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 100 1 100 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 11 10 7 12 1 1 11 12 1 11 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 3 3 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 10 12 1 100 1 10 10 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 11 7 1 11 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 1 10 12 10 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 10 12 1 10 12 10 10 12 10 10 12 1 10 12 1 10 10 12 10 7 12 1 1 1 10 12 10 10 12 10 12 1 10 12 10 12 10 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 7 12 1 1 1 11 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 7 1 8 1 10 10 10 12 1 10 12 1 1 8 1 10 12 1 3 3 10 12 1 10 12 1 1 10 12 7 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 10 12 10 12 1 1 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 1 10 10 12 1 8 1 10 12 1 1 18 12 1 1 11 7 12 1 1 1 7 1 3 18 12 1 18 12 1 8 1 10 7 12 1 1 1 11 12 1 1 10 12 10 10 12 1 10 11 12 1 1 10 12 1 1 11 12 1 18 3 11 10 12 1 11 11 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 11 100 12 1 7 1 100 1 10 12 7 1 10 10 7 12 1 1 1 7 1 10 7 1 10 10 12 1 10 10 12 1 8 1 10 10 12 1 8 1 8 1 10 12 1 10 12 1 10 10 12 10 7 12 1 1 10 7 12 1 1 10 7 12 1 1 8 1 10 12 1 10 12 1 10 9 12 1 10 12 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 100 12 1 1 1 10 12 10 12 1 1 10 12 10 10 12 10 12 7 1 9 12 1 1 7 1 10 7 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 12 15 10 12 15 10 12 15 10 7 12 1 1 1 1 1 1 1 100 1 100 1 1 1 +staticfield java/lang/String COMPACT_STRINGS Z 1 +staticfield java/lang/String serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +staticfield java/lang/String CASE_INSENSITIVE_ORDER Ljava/util/Comparator; java/lang/String$CaseInsensitiveComparator +ciMethod java/lang/String equals (Ljava/lang/Object;)Z 830 0 27363 0 520 +ciMethod java/lang/String length ()I 1024 0 4724398 0 168 +ciMethod java/lang/String charAt (I)C 1024 0 6116877 0 256 +ciMethod java/lang/String isEmpty ()Z 512 0 1820045 0 168 +ciInstanceKlass java/lang/constant/ConstantDesc 1 0 37 100 1 100 1 1 1 1 7 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 100 1 100 1 1 +instanceKlass java/util/zip/ZipError +ciInstanceKlass java/lang/InternalError 1 1 34 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass kotlin/jvm/KotlinReflectionNotSupportedError +instanceKlass kotlin/reflect/jvm/internal/KotlinReflectionInternalError +instanceKlass kotlin/NotImplementedError +instanceKlass com/google/common/util/concurrent/ExecutionError +instanceKlass java/io/IOError +instanceKlass org/spongepowered/asm/service/ServiceVersionError +instanceKlass org/spongepowered/asm/service/ServiceNotAvailableError +instanceKlass org/spongepowered/asm/mixin/throwables/MixinError +instanceKlass java/lang/ThreadDeath +instanceKlass java/util/ServiceConfigurationError +instanceKlass java/lang/AssertionError +instanceKlass java/lang/VirtualMachineError +instanceKlass java/lang/LinkageError +ciInstanceKlass java/lang/Error 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/UnknownError +instanceKlass java/lang/StackOverflowError +instanceKlass java/lang/OutOfMemoryError +instanceKlass java/lang/InternalError +ciInstanceKlass java/lang/VirtualMachineError 1 1 34 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Iterator 1 1 53 100 1 8 1 10 12 1 1 10 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/io/SequenceInputStream +instanceKlass org/apache/commons/io/input/ClosedInputStream +instanceKlass javax/sound/sampled/AudioInputStream +instanceKlass java/io/ObjectInputStream +instanceKlass net/minecraft/util/FastBufferedInputStream +instanceKlass sun/net/www/protocol/http/EmptyInputStream +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$RopeInputStream +instanceKlass sun/net/www/http/ChunkedInputStream +instanceKlass sun/nio/ch/NioSocketImpl$1 +instanceKlass java/net/Socket$SocketInputStream +instanceKlass sun/security/ssl/SSLSocketImpl$AppInputStream +instanceKlass org/jline/utils/NonBlockingInputStream +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$RewindableInputStream +instanceKlass sun/nio/ch/ChannelInputStream +instanceKlass jdk/nio/zipfs/ZipFileSystem$EntryInputStream +instanceKlass java/util/zip/ZipFile$ZipFileInputStream +instanceKlass java/io/FilterInputStream +instanceKlass java/io/FileInputStream +instanceKlass java/io/ByteArrayInputStream +ciInstanceKlass java/io/InputStream 1 1 195 7 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 100 1 3 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 3 7 1 8 1 10 10 7 12 1 1 1 7 1 10 11 7 12 1 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 10 7 12 1 1 1 5 0 10 12 1 10 12 1 1 100 1 10 8 1 10 8 1 8 1 10 12 1 1 10 100 12 1 1 1 7 1 5 0 10 12 1 100 1 7 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/misc/Unsafe 1 1 1287 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 10 10 12 1 1 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 5 0 5 0 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 10 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 9 12 1 100 1 10 10 12 1 1 8 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 1 9 7 1 9 7 1 9 7 1 9 9 7 1 9 7 1 9 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 5 0 5 0 9 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 3 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 10 100 1 10 9 12 1 5 0 10 12 1 1 5 0 10 12 1 5 0 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 5 0 5 0 5 0 10 12 1 1 10 12 1 10 12 1 10 12 10 7 12 1 1 8 1 7 1 11 12 1 1 8 1 11 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 12 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/misc/Unsafe theUnsafe Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_INT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_LONG_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_INDEX_SCALE I 1 +staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_INDEX_SCALE I 1 +staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_INDEX_SCALE I 2 +staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_INDEX_SCALE I 2 +staticfield jdk/internal/misc/Unsafe ARRAY_INT_INDEX_SCALE I 4 +staticfield jdk/internal/misc/Unsafe ARRAY_LONG_INDEX_SCALE I 8 +staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_INDEX_SCALE I 4 +staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_INDEX_SCALE I 8 +staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_INDEX_SCALE I 8 +staticfield jdk/internal/misc/Unsafe ADDRESS_SIZE I 8 +instanceKlass com/teamabnormals/blueprint/common/remolder/RemoldingCompiler +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/HotswapClassLoader +instanceKlass cpw/mods/cl/ModuleClassLoader +instanceKlass jdk/internal/reflect/DelegatingClassLoader +instanceKlass java/security/SecureClassLoader +ciInstanceKlass java/lang/ClassLoader 1 1 1108 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 10 7 1 10 7 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 8 1 10 12 1 10 12 1 100 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 12 1 10 12 1 1 8 1 8 1 10 7 12 1 1 100 1 10 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 12 1 10 7 1 10 12 1 100 1 18 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 12 1 8 1 10 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 8 1 100 1 10 10 12 1 9 12 1 10 7 12 1 1 10 12 1 7 1 8 1 10 12 1 10 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 100 1 10 12 1 1 7 1 7 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 18 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 18 12 1 11 100 12 1 1 1 100 1 10 12 1 1 10 12 1 10 11 12 1 1 10 18 10 12 1 1 11 7 12 1 18 12 1 11 12 1 1 10 12 10 12 1 1 10 12 1 1 100 1 8 1 10 10 12 1 8 1 8 1 10 100 12 1 1 10 12 1 100 1 10 10 12 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 100 1 10 11 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 9 12 1 1 9 12 9 12 1 9 12 1 9 12 1 8 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 11 12 1 1 10 100 12 1 1 1 100 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 16 15 10 7 12 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/ClassLoader nocerts [Ljava/security/cert/Certificate; 0 [Ljava/security/cert/Certificate; +staticfield java/lang/ClassLoader $assertionsDisabled Z 1 +ciInstanceKlass java/lang/reflect/Constructor 1 1 439 10 7 12 1 1 1 10 7 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 7 1 8 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 100 1 8 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 7 12 1 1 10 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +instanceKlass java/lang/reflect/Executable +instanceKlass java/lang/reflect/Field +ciInstanceKlass java/lang/reflect/AccessibleObject 1 1 400 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 7 1 10 7 12 1 1 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 7 1 10 12 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 7 1 100 1 8 1 10 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 1 8 1 10 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 100 1 10 12 1 7 1 10 12 1 10 12 1 1 10 100 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 7 12 1 1 8 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 9 12 1 7 1 10 7 1 10 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 7 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/reflect/AccessibleObject reflectionFactory Ljdk/internal/reflect/ReflectionFactory; jdk/internal/reflect/ReflectionFactory +instanceKlass java/lang/reflect/Constructor +instanceKlass java/lang/reflect/Method +ciInstanceKlass java/lang/reflect/Executable 1 1 577 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 12 1 7 1 8 1 10 12 1 8 1 11 100 12 1 1 1 7 1 11 7 12 1 1 1 11 12 1 8 1 18 8 1 10 12 1 10 12 1 1 18 8 1 10 12 1 7 1 10 12 1 10 12 1 11 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 1 8 1 10 12 1 10 12 1 3 100 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 8 1 8 1 8 1 9 12 1 1 9 12 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 100 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 10 10 10 10 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 9 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 16 15 16 1 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 100 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/reflect/Member 1 1 37 100 1 10 12 1 1 100 1 100 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass net/neoforged/fml/VersionChecker$1 +instanceKlass com/yungnickyoung/minecraft/ribbits/client/supporters/SupportersJSON$SupporterJSONPopulatorThread +instanceKlass dev/latvian/mods/kubejs/script/KubeJSBackgroundThread +instanceKlass org/violetmoon/quark/base/handler/ContributorRewardHandler$ThreadContributorListLoader +instanceKlass mezz/jei/common/config/file/FileWatcherThread$CallbackRunner +instanceKlass mezz/jei/common/config/file/FileWatcherThread +instanceKlass io/netty/util/concurrent/FastThreadLocalThread +instanceKlass io/netty/util/internal/ThreadLocalRandom$1 +instanceKlass org/embeddedt/modernfix/dfu/DFUBlaster$CleanerThread +instanceKlass net/minecraft/Util$7 +instanceKlass net/minecraft/client/main/Main$2 +instanceKlass com/ishland/c2me/base/common/scheduler/SingleThreadExecutor +instanceKlass com/ishland/flowsched/executor/WorkerThread +instanceKlass org/embeddedt/modernfix/core/ModernFixMixinPlugin$1 +instanceKlass org/openjdk/nashorn/internal/runtime/Timing$1 +instanceKlass net/fabricmc/loader/impl/util/log/BuiltinLogHandler$ShutdownHook +instanceKlass java/util/TimerThread +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/ChildProcessLogger +instanceKlass com/sun/jna/internal/Cleaner$CleanerThread +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/LauncherLogger$AsyncLogWriter +instanceKlass java/util/logging/LogManager$Cleaner +instanceKlass org/apache/logging/log4j/core/util/Log4jThread +instanceKlass java/util/concurrent/ForkJoinWorkerThread +instanceKlass jdk/internal/misc/InnocuousThread +instanceKlass java/lang/ref/Finalizer$FinalizerThread +instanceKlass java/lang/ref/Reference$ReferenceHandler +instanceKlass java/lang/BaseVirtualThread +ciInstanceKlass java/lang/Thread 1 1 870 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 12 1 10 100 12 1 1 100 1 8 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 9 12 1 1 10 12 1 7 1 10 12 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 3 8 1 7 1 5 0 10 7 12 1 1 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 1 8 1 10 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 8 1 9 7 12 1 1 9 12 1 1 5 0 100 1 10 7 1 10 100 1 10 7 1 10 8 1 10 12 1 1 10 7 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 7 1 9 12 1 1 100 1 10 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 1 10 10 12 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 10 12 9 12 1 1 10 12 1 11 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 10 10 12 1 10 12 1 1 9 12 1 9 12 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 8 1 10 9 12 1 10 12 1 7 1 8 1 10 10 12 1 8 1 10 12 1 1 9 12 10 12 8 1 10 10 12 1 10 12 1 8 1 10 12 1 10 8 1 10 100 12 1 1 10 12 1 1 100 1 8 1 10 9 12 1 9 12 1 1 10 12 1 1 10 10 12 1 10 12 1 100 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 8 1 9 12 1 10 12 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Thread NEW_THREAD_BINDINGS Ljava/lang/Object; java/lang/Class +staticfield java/lang/Thread EMPTY_STACK_TRACE [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; +ciInstanceKlass java/lang/Runnable 1 1 11 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/net/URL 1 1 771 10 7 12 1 1 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 7 1 10 10 12 1 1 8 1 10 12 1 1 9 12 1 7 1 8 1 10 12 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 9 12 1 8 1 9 12 1 10 12 1 1 8 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 8 1 10 12 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 10 100 1 10 10 12 1 8 1 10 7 12 1 1 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 100 1 100 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 1 8 1 9 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 100 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 1 1 7 1 8 1 10 10 12 1 9 12 1 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 12 1 1 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 9 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 8 1 7 1 10 10 7 12 1 1 1 10 12 1 8 9 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 10 8 8 10 12 1 8 8 8 100 1 10 12 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 100 1 8 1 10 10 10 12 1 1 10 12 1 10 12 1 1 8 1 7 1 10 10 7 1 10 12 1 9 7 12 1 1 1 9 12 1 1 7 1 10 10 7 12 1 1 1 7 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/net/URL defaultFactory Ljava/net/URLStreamHandlerFactory; java/net/URL$DefaultFactory +staticfield java/net/URL streamHandlerLock Ljava/lang/Object; java/lang/Object +staticfield java/net/URL serialPersistentFields [Ljava/io/ObjectStreamField; 7 [Ljava/io/ObjectStreamField; +ciMethod java/lang/System arraycopy (Ljava/lang/Object;ILjava/lang/Object;II)V 512 0 256 0 -1 +ciInstanceKlass java/lang/Module 1 1 1070 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 10 12 1 10 7 12 1 1 8 1 8 1 10 8 1 8 1 9 12 1 1 8 1 10 100 12 1 1 1 10 12 1 9 12 1 1 11 12 1 9 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 10 12 1 1 9 12 1 9 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 1 10 12 1 1 11 12 1 9 12 1 11 12 10 100 12 1 1 100 1 8 1 10 11 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 11 12 1 1 9 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 10 12 10 7 12 1 1 10 7 1 18 12 1 1 11 7 12 1 1 1 18 12 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 10 7 12 1 1 7 1 11 12 1 7 1 7 1 10 12 1 10 7 12 1 1 1 10 11 7 12 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 7 1 10 12 1 10 11 12 1 1 10 12 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 11 7 1 10 12 1 1 11 12 1 10 10 12 1 11 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 18 12 1 11 12 1 18 12 1 10 12 1 10 12 1 10 12 7 1 10 12 1 10 12 1 10 12 1 9 12 1 7 1 10 10 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 18 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 12 1 1 7 1 8 1 10 12 1 1 100 1 11 12 1 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 7 1 10 12 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 7 12 1 1 8 1 18 12 1 1 100 1 100 1 9 12 1 1 9 12 1 9 12 1 11 100 12 1 1 1 100 1 11 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 10 12 1 8 1 10 10 100 12 1 1 7 1 10 10 12 1 10 7 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 11 12 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 16 15 10 16 1 15 10 12 16 1 15 10 12 16 1 16 15 10 12 16 16 1 15 10 12 16 15 10 7 12 1 1 1 15 10 100 12 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 1 +staticfield java/lang/Module ALL_UNNAMED_MODULE Ljava/lang/Module; java/lang/Module +staticfield java/lang/Module ALL_UNNAMED_MODULE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield java/lang/Module EVERYONE_MODULE Ljava/lang/Module; java/lang/Module +staticfield java/lang/Module EVERYONE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield java/lang/Module $assertionsDisabled Z 1 +ciInstanceKlass java/lang/StringLatin1 1 1 392 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 7 1 8 1 10 12 1 8 1 10 12 1 1 100 1 10 10 12 10 7 12 1 1 1 8 1 8 1 8 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +staticfield java/lang/StringLatin1 $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Math 1 1 460 7 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 6 0 6 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 3 3 3 10 7 12 1 1 1 100 1 5 0 5 0 5 0 5 0 5 0 9 100 12 1 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 5 0 5 0 7 1 3 5 0 3 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 9 12 1 1 9 12 1 100 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 6 0 10 12 1 9 12 1 1 100 1 10 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 6 0 10 12 1 1 10 12 10 12 1 4 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 6 0 4 6 0 4 6 0 4 10 12 1 9 12 1 1 10 12 9 12 1 10 7 12 1 1 1 4 6 0 1 1 6 0 1 6 0 1 6 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Math negativeZeroFloatBits J -2147483648 +staticfield java/lang/Math negativeZeroDoubleBits J -9223372036854775808 +staticfield java/lang/Math $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Character 1 1 604 7 1 7 1 100 1 9 12 1 1 8 1 9 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 3 3 3 3 3 10 12 1 1 10 12 1 3 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 3 10 12 1 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 5 0 10 12 1 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 10 12 1 9 12 1 1 100 1 10 10 12 1 10 12 1 1 3 10 100 12 1 1 1 10 12 1 10 7 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 9 100 12 1 1 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 10 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 3 1 1 3 1 1 1 1 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 +staticfield java/lang/Character TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Character $assertionsDisabled Z 1 +ciInstanceKlass java/util/Arrays 1 1 1029 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 100 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 100 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 10 12 1 10 12 1 10 12 10 12 1 11 7 12 1 1 1 10 7 12 1 1 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 10 12 1 10 12 1 10 12 1 9 12 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 3 10 100 1 10 10 12 1 1 11 100 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 11 12 1 8 1 10 11 12 1 11 7 12 1 1 1 11 100 12 1 1 1 11 12 1 1 18 12 1 1 11 12 1 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 100 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 10 12 15 10 12 15 10 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 1 1 1 100 1 1 100 1 1 100 1 1 1 100 1 100 1 1 +staticfield java/util/Arrays $assertionsDisabled Z 1 +instanceKlass io/netty/util/internal/OutOfDirectMemoryError +ciInstanceKlass java/lang/OutOfMemoryError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/StringLatin1 equals ([B[B)Z 820 728 6759 0 -1 +ciMethod java/lang/StringLatin1 charAt ([BI)C 534 0 6117386 0 152 +ciInstanceKlass java/lang/StringUTF16 1 1 604 7 1 7 1 10 7 12 1 1 1 100 1 10 7 1 3 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 9 12 1 1 9 12 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 1 10 12 1 3 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 10 12 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 8 1 8 1 10 12 1 1 100 1 10 10 7 12 1 1 1 10 7 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 5 0 5 0 10 12 1 10 12 10 12 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 +staticfield java/lang/StringUTF16 HI_BYTE_SHIFT I 0 +staticfield java/lang/StringUTF16 LO_BYTE_SHIFT I 8 +staticfield java/lang/StringUTF16 $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Integer 1 1 453 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 9 12 1 1 9 12 1 7 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 3 10 12 1 1 3 10 12 1 1 10 12 1 1 10 7 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 1 5 0 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 9 12 1 1 9 12 1 1 10 12 1 10 7 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 5 0 3 3 3 3 10 12 1 10 12 1 3 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Integer TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Integer digits [C 36 +staticfield java/lang/Integer DigitTens [B 100 +staticfield java/lang/Integer DigitOnes [B 100 +instanceKlass traben/entity_texture_features/features/property_reading/properties/generic_properties/SemVerRangeFromStringArrayProperty$SemVerNumber +instanceKlass org/apache/commons/lang3/mutable/MutableFloat +instanceKlass betterdays/time/Time +instanceKlass org/apache/commons/lang3/math/Fraction +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/LazilyParsedNumber +instanceKlass org/spongepowered/include/com/google/gson/internal/LazilyParsedNumber +instanceKlass com/sun/jna/IntegerType +instanceKlass com/google/gson/internal/LazilyParsedNumber +instanceKlass java/math/BigDecimal +instanceKlass java/util/concurrent/atomic/Striped64 +instanceKlass java/math/BigInteger +instanceKlass java/util/concurrent/atomic/AtomicLong +instanceKlass java/util/concurrent/atomic/AtomicInteger +instanceKlass java/lang/Long +instanceKlass java/lang/Integer +instanceKlass java/lang/Short +instanceKlass java/lang/Byte +instanceKlass java/lang/Double +instanceKlass java/lang/Float +ciInstanceKlass java/lang/Number 1 1 37 10 7 12 1 1 1 10 7 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/StringUTF16 checkIndex (I[B)V 154 0 20354 0 -1 +ciMethod java/lang/StringUTF16 compress ([BII)[B 0 0 5122 0 584 +ciMethod java/lang/StringUTF16 compress ([BI[BII)I 206 35016 460 0 -1 +ciMethod java/lang/StringUTF16 getChar ([BI)C 1024 0 15230 0 -1 +ciMethod java/lang/StringUTF16 newBytesFor (I)[B 0 0 1532 0 -1 +ciMethod java/lang/StringUTF16 charAt ([BI)C 154 0 15144 0 136 +ciInstanceKlass java/lang/Thread$FieldHolder 1 1 48 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 +ciInstanceKlass java/lang/Thread$Constants 1 1 59 7 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 7 1 8 1 10 12 1 9 7 12 1 1 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Thread$Constants VTHREAD_GROUP Ljava/lang/ThreadGroup; java/lang/ThreadGroup +staticfield java/lang/Thread$Constants NO_PERMISSIONS_ACC Ljava/security/AccessControlContext; java/security/AccessControlContext +ciInstanceKlass java/lang/ThreadGroup 1 1 411 10 7 12 1 1 1 9 7 12 1 1 1 8 1 9 12 1 1 7 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 18 12 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 11 12 1 1 11 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 11 12 1 11 12 1 1 100 1 10 10 12 1 100 1 10 18 12 1 1 11 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 11 12 10 12 1 1 10 12 1 1 11 7 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 8 1 10 8 1 10 12 1 10 12 1 8 1 9 12 1 1 9 12 1 10 100 12 1 1 1 100 9 12 1 1 7 1 9 12 1 10 12 10 12 1 1 100 10 12 9 12 1 10 12 1 100 1 10 11 12 1 1 7 1 10 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/ThreadGroup $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Thread$UncaughtExceptionHandler 1 0 16 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/security/AccessControlContext 1 1 374 9 7 12 1 1 1 9 12 1 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 10 12 1 11 7 12 1 1 1 11 12 1 11 12 1 11 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 7 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 10 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 100 1 10 12 1 10 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 10 12 1 10 12 1 1 10 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 +instanceKlass java/lang/ThreadBuilders$BoundVirtualThread +instanceKlass java/lang/VirtualThread +ciInstanceKlass java/lang/BaseVirtualThread 1 1 36 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 1 +ciInstanceKlass java/lang/VirtualThread 1 1 906 7 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 18 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 10 12 1 10 12 1 10 12 1 11 7 12 1 1 1 100 1 10 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 10 12 1 100 1 10 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 9 12 1 1 9 12 1 100 1 10 10 12 1 10 12 1 10 7 12 1 1 10 9 10 10 12 1 1 10 12 1 1 10 100 12 1 1 10 100 1 10 9 10 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 11 7 1 10 7 12 1 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 11 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 18 10 12 1 1 10 12 1 1 7 1 5 0 100 1 10 10 12 1 7 1 9 12 1 1 10 7 12 1 1 10 9 12 1 1 9 7 12 1 1 1 11 100 12 1 1 1 11 100 1 11 12 10 12 1 10 12 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 11 100 12 1 1 10 12 9 7 12 1 1 1 9 12 1 10 12 1 1 9 12 1 9 12 1 7 1 10 10 12 1 1 10 12 1 10 12 10 12 1 7 1 7 1 8 1 10 10 12 1 1 10 12 1 10 7 12 1 1 8 1 10 12 1 8 1 10 12 1 9 100 12 1 1 1 10 12 1 1 10 12 1 10 10 10 10 12 9 12 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 1 18 12 1 1 18 12 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 10 7 12 1 1 1 7 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 100 12 1 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 1 18 12 1 1 5 0 9 12 1 10 12 1 18 12 1 7 1 10 12 10 7 12 1 1 10 12 1 1 7 1 8 1 10 10 12 1 10 12 1 1 10 12 1 9 12 1 8 10 12 1 1 8 8 9 12 1 8 10 12 1 1 3 1 3 3 1 3 1 3 1 3 1 3 1 3 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 16 15 10 12 16 15 10 12 16 16 15 10 12 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 7 12 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 +staticfield java/lang/VirtualThread U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/lang/VirtualThread VTHREAD_SCOPE Ljdk/internal/vm/ContinuationScope; jdk/internal/vm/ContinuationScope +staticfield java/lang/VirtualThread DEFAULT_SCHEDULER Ljava/util/concurrent/ForkJoinPool; java/util/concurrent/ForkJoinPool +staticfield java/lang/VirtualThread UNPARKER Ljava/util/concurrent/ScheduledExecutorService; java/util/concurrent/ScheduledThreadPoolExecutor +staticfield java/lang/VirtualThread TRACE_PINNING_MODE I 0 +staticfield java/lang/VirtualThread STATE J 60 +staticfield java/lang/VirtualThread PARK_PERMIT J 176 +staticfield java/lang/VirtualThread CARRIER_THREAD J 208 +staticfield java/lang/VirtualThread TERMINATION J 216 +staticfield java/lang/VirtualThread $assertionsDisabled Z 1 +ciInstanceKlass java/lang/ThreadBuilders$BoundVirtualThread 0 0 126 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 11 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 9 100 12 1 1 1 10 12 1 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/ContinuationScope 1 1 50 10 7 12 1 1 1 10 7 12 1 1 1 7 1 9 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/vm/StackChunk 1 1 34 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Float 1 1 279 7 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 4 7 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 1 4 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 3 3 100 1 4 4 4 3 10 12 1 1 9 12 1 1 100 1 10 3 3 4 4 10 12 1 3 3 3 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 4 1 4 1 1 1 4 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Float TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Float $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Double 1 1 290 7 1 7 1 10 7 12 1 1 1 10 12 1 1 10 7 1 10 12 1 1 10 7 12 1 1 1 6 0 8 1 10 12 1 1 8 1 10 12 1 1 8 1 6 0 10 12 1 1 100 1 5 0 5 0 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 1 6 0 10 7 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 6 0 1 6 0 1 6 0 1 1 1 6 0 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Double TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Byte 1 1 213 7 1 100 1 10 7 12 1 1 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 1 100 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Byte TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Short 1 1 222 7 1 7 1 100 1 10 7 12 1 1 1 10 12 1 1 100 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 3 3 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Short TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Long 1 1 524 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 10 12 1 10 12 1 10 12 1 5 0 5 0 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 5 0 5 0 9 12 1 1 9 12 1 5 0 7 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 5 0 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 8 1 8 1 11 12 1 1 10 12 1 10 12 1 10 12 1 5 0 5 0 9 7 12 1 1 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 7 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 5 0 10 12 1 10 12 1 5 0 5 0 5 0 10 12 1 1 10 12 1 5 0 5 0 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 3 1 3 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Long TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass jdk/internal/vm/vector/VectorSupport 0 0 573 100 1 10 100 12 1 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 9 12 1 1 10 100 12 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask +instanceKlass jdk/internal/vm/vector/VectorSupport$Vector +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload 0 0 32 10 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$Vector 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/FillerObject 0 0 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 +instanceKlass java/lang/ref/PhantomReference +instanceKlass java/lang/ref/FinalReference +instanceKlass java/lang/ref/WeakReference +instanceKlass java/lang/ref/SoftReference +ciInstanceKlass java/lang/ref/Reference 1 1 190 9 7 12 1 1 1 9 7 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 8 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 7 1 100 1 10 12 9 12 1 9 12 1 100 1 10 10 12 1 10 10 7 12 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 7 1 1 1 +staticfield java/lang/ref/Reference processPendingLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/ref/Reference $assertionsDisabled Z 1 +ciMethod java/lang/ref/Reference refersToImpl (Ljava/lang/Object;)Z 514 0 35629 0 168 +ciMethod java/lang/ref/Reference refersTo0 (Ljava/lang/Object;)Z 770 0 385 0 -1 +ciMethod java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 514 0 65045 0 216 +instanceKlass com/sun/beans/util/Cache$Kind$Soft +instanceKlass org/openjdk/nashorn/internal/runtime/Context$ClassReference +instanceKlass java/util/ResourceBundle$BundleReference +instanceKlass sun/security/util/MemoryCache$SoftCacheEntry +instanceKlass sun/util/locale/provider/LocaleResources$ResourceReference +instanceKlass sun/util/resources/Bundles$BundleReference +instanceKlass sun/util/locale/LocaleObjectCache$CacheEntry +instanceKlass java/lang/invoke/LambdaFormEditor$Transform +ciInstanceKlass java/lang/ref/SoftReference 1 1 47 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 +instanceKlass sun/swing/plaf/DesktopProperty$WeakPCL +instanceKlass java/beans/WeakIdentityMap$Entry +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl +instanceKlass com/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry +instanceKlass javax/crypto/JceSecurity$WeakIdentityWrapper +instanceKlass java/util/ResourceBundle$KeyElementReference +instanceKlass com/sun/jna/CallbackReference +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/impl/WeakHashtable$WeakKey +instanceKlass sun/nio/ch/FileLockTable$FileLockReference +instanceKlass java/util/logging/LogManager$LoggerWeakRef +instanceKlass java/util/logging/Level$KnownLevel +instanceKlass com/sun/jmx/mbeanserver/WeakIdentityHashMap$IdentityWeakReference +instanceKlass java/lang/WeakPairMap$WeakRefPeer +instanceKlass java/lang/ClassValue$Entry +instanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry +instanceKlass java/lang/invoke/MethodType$ConcurrentWeakInternSet$WeakEntry +instanceKlass java/util/WeakHashMap$Entry +ciInstanceKlass java/lang/ref/WeakReference 1 1 31 10 7 12 1 1 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/ref/Finalizer +ciInstanceKlass java/lang/ref/FinalReference 1 1 50 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 +instanceKlass com/sun/jna/internal/Cleaner$CleanerRef +instanceKlass jdk/internal/ref/PhantomCleanable +instanceKlass jdk/internal/ref/Cleaner +ciInstanceKlass java/lang/ref/PhantomReference 1 1 39 10 100 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ref/Finalizer 1 1 155 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 10 12 1 7 1 8 1 10 12 1 10 12 1 1 9 12 1 100 1 10 12 1 7 1 11 7 12 1 1 10 12 1 7 1 10 12 1 100 1 10 12 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 10 12 1 7 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 10 7 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/ref/Finalizer lock Ljava/lang/Object; java/lang/Object +staticfield java/lang/ref/Finalizer ENABLED Z 1 +staticfield java/lang/ref/Finalizer $assertionsDisabled Z 1 +instanceKlass org/violetmoon/quark/content/client/resources/AttributeIconEntry$CompareType +instanceKlass org/violetmoon/quark/content/client/resources/AttributeDisplayType +instanceKlass org/violetmoon/quark/content/client/resources/AttributeSlot +instanceKlass team/creative/creativecore/common/config/sync/ConfigSynchronization +instanceKlass team/creative/creativecore/Side +instanceKlass net/createmod/catnip/net/CatnipPackets +instanceKlass dev/ftb/mods/ftblibrary/integration/currency/FallbackCurrencyProvider +instanceKlass dev/ftb/mods/ftblibrary/integration/currency/CurrencyHelper +instanceKlass dev/engine_room/flywheel/backend/engine/uniform/DebugMode +instanceKlass dev/ftb/mods/ftblibrary/integration/permissions/PermissionHelper +instanceKlass dev/ftb/mods/ftblibrary/integration/stages/StageHelper +instanceKlass terrablender/api/SurfaceRuleManager$RuleStage +instanceKlass me/pepperbell/continuity/client/properties/BasicConnectingCtmProperties$ConnectionType +instanceKlass it/hurts/octostudios/octolib/module/config/impl/ConfigSide +instanceKlass terrablender/api/SurfaceRuleManager$RuleCategory +instanceKlass org/yaml/snakeyaml/tokens/Token$ID +instanceKlass org/yaml/snakeyaml/events/Event$ID +instanceKlass it/hurts/octostudios/octolib/module/config/cfgbuilder/EntryId +instanceKlass terrablender/api/RegionType +instanceKlass org/yaml/snakeyaml/comments/CommentType +instanceKlass mod/azure/azurelibarmor/core/math/Operation +instanceKlass org/yaml/snakeyaml/DumperOptions$NonPrintableStyle +instanceKlass org/yaml/snakeyaml/DumperOptions$LineBreak +instanceKlass org/yaml/snakeyaml/DumperOptions$FlowStyle +instanceKlass org/yaml/snakeyaml/DumperOptions$ScalarStyle +instanceKlass com/evandev/reliable_remover/data/Action +instanceKlass net/minecraft/client/gui/font/providers/GlyphProviderType +instanceKlass org/yaml/snakeyaml/nodes/NodeId +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/FaceUV$Rotation +instanceKlass software/bernie/geckolib/loading/json/raw/FaceUV$Rotation +instanceKlass io/wispforest/accessories/api/DropRule +instanceKlass mod/azure/azurelibarmor/common/loading/json/FormatVersion +instanceKlass org/yaml/snakeyaml/introspector/BeanAccess +instanceKlass java/lang/constant/DirectMethodHandleDesc$Kind +instanceKlass io/wispforest/accessories/menu/AccessoriesMenuVariant +instanceKlass software/bernie/geckolib/loading/json/FormatVersion +instanceKlass net/neoforged/fml/VersionChecker$Status +instanceKlass net/minecraft/client/resources/sounds/SoundInstance$Attenuation +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeManager$Model +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeManager$SpecialGlobe +instanceKlass io/homo/superresolution/common/minecraft/MinecraftRenderTargetType +instanceKlass it/hurts/octostudios/octolib/module/post_effect/RenderStage +instanceKlass com/mojang/blaze3d/platform/GlStateManager$DestFactor +instanceKlass com/mojang/blaze3d/platform/GlStateManager$SourceFactor +instanceKlass net/irisshaders/iris/gl/texture/TextureType +instanceKlass net/irisshaders/iris/pipeline/WorldRenderingPhase +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/MiscUtils$Festivity +instanceKlass de/keksuccino/fancymenu/util/threading/MainThreadTaskExecutor$ExecuteTiming +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceType +instanceKlass io/homo/superresolution/core/graphics/impl/pipeline/PipelineResourceAccess +instanceKlass io/homo/superresolution/core/graphics/impl/framebuffer/FrameBufferAttachmentType +instanceKlass io/homo/superresolution/core/graphics/opengl/framebuffer/GlFrameBufferAttachment$FrameBufferAttachmentType +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureUsage +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureType +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureWrapMode +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureFilterMode +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/GlslangCompileShaderError +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EProfile +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShTargetLanguageVersion +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShTargetLanguage +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShSource +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShLanguage +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShTargetClientVersion +instanceKlass io/homo/superresolution/core/graphics/glslang/enums/EShClient +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/ShaderUniformAccess +instanceKlass io/homo/superresolution/core/graphics/impl/shader/uniform/ShaderUniformType +instanceKlass io/homo/superresolution/core/graphics/impl/shader/ShaderType +instanceKlass io/homo/superresolution/core/graphics/impl/buffer/BufferUsage +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureFormat$TextureComponent +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureFormat$DataType +instanceKlass io/homo/superresolution/core/graphics/impl/texture/TextureFormat +instanceKlass io/homo/superresolution/core/graphics/GpuVendor +instanceKlass io/homo/superresolution/core/graphics/impl/DepthFunc +instanceKlass io/homo/superresolution/core/graphics/impl/BlendFactor +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/buddy/leveling/BuddyAchievement$AchievementType +instanceKlass de/keksuccino/fancymenu/customization/layout/editor/AnchorPointOverlay$AnchorPointArea$ProgressDirection +instanceKlass net/mehvahdjukaar/moonlight/api/resources/ResType +instanceKlass de/keksuccino/fancymenu/util/MinecraftResourceReloadObserver$ReloadAction +instanceKlass net/minecraft/client/ResourceLoadStateTracker$ReloadReason +instanceKlass it/hurts/octostudios/nerb/common/config/NERBConfig$ButtonMode +instanceKlass de/keksuccino/fancymenu/util/rendering/ui/widget/CustomizableWidget$CustomBackgroundResetBehavior +instanceKlass com/mrcrayfish/controllable/client/VirtualCursor$CursorMode +instanceKlass de/keksuccino/fancymenu/events/screen/InitOrResizeScreenEvent$InitializationPhase +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/postprocessing/MethodCallType +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/expansion/UnaryComparisonExpander$Component +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/expansion/IincExpander$Component +instanceKlass com/llamalad7/mixinextras/expression/impl/point/ExpressionContext$Type +instanceKlass com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/PredictionMode +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer$Type +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/LexerActionType +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/atn/ATNType +instanceKlass com/llamalad7/mixinextras/lib/gson/Strictness +instanceKlass com/mojang/text2speech/OperatingSystem +instanceKlass com/mojang/blaze3d/shaders/Program$Type +instanceKlass net/minecraft/client/renderer/DimensionSpecialEffects$SkyType +instanceKlass com/simibubi/create/content/redstone/link/controller/LinkedControllerClientHandler$Mode +instanceKlass net/neoforged/neoforge/client/event/RegisterGuiLayersEvent$Ordering +instanceKlass net/createmod/ponder/enums/PonderKeybinds +instanceKlass dev/latvian/mods/kubejs/client/highlight/HighlightRenderer$Mode +instanceKlass mezz/jei/neoforge/input/JeiForgeKeyConflictContexts +instanceKlass mezz/jei/common/input/keys/JeiKeyModifier +instanceKlass mezz/jei/common/input/keys/JeiKeyConflictContext +instanceKlass fuzs/puzzleslib/api/client/key/v1/KeyActivationContext +instanceKlass dev/huskuraft/effortless/EffortlessKeys$Category +instanceKlass dev/huskuraft/effortless/EffortlessKeys +instanceKlass io/github/razordevs/deep_aether/entity/living/quail/QuailVariants +instanceKlass net/minecraft/world/entity/animal/Panda$Gene +instanceKlass eu/ha3/presencefootsteps/config/EntitySelector +instanceKlass eu/ha3/presencefootsteps/sound/generator/Locomotion +instanceKlass com/tom/storagemod/util/Priority +instanceKlass com/tom/storagemod/screen/AbstractStorageTerminalScreen$ControllMode +instanceKlass com/tom/storagemod/inventory/StoredItemStack$SortingTypes +instanceKlass com/mojang/realmsclient/client/RealmsClient$Environment +instanceKlass net/minecraft/world/level/LightLayer +instanceKlass net/minecraft/util/debugchart/RemoteDebugSampleType +instanceKlass net/minecraft/util/debugchart/TpsDebugDimensions +instanceKlass dev/engine_room/flywheel/backend/gl/buffer/GlBufferType +instanceKlass com/mojang/blaze3d/vertex/VertexBuffer$Usage +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Type +instanceKlass net/spell_engine/fx/SpellEngineParticles$MagicParticleFamily$Motion +instanceKlass net/minecraft/client/gui/font/glyphs/SpecialGlyphs +instanceKlass net/minecraft/client/gui/font/FontOption +instanceKlass org/spongepowered/asm/mixin/injection/code/IInsnListEx$SpecialNodeType +instanceKlass org/spongepowered/asm/mixin/injection/points/ConstructorHead$Enforce +instanceKlass net/minecraft/client/sounds/SoundEngine$DeviceCheckState +instanceKlass com/mojang/authlib/minecraft/MinecraftProfileTexture$Type +instanceKlass net/caffeinemc/mods/sodium/client/gui/SodiumGameOptions$GraphicsQuality +instanceKlass net/mehvahdjukaar/moonlight/core/pack/ImageMerger$Mode +instanceKlass fuzs/puzzleslib/impl/config/ConfigDataHolderImpl$ModConfigEventType +instanceKlass net/neoforged/neoforge/event/entity/RegisterSpawnPlacementsEvent$Operation +instanceKlass com/faboslav/friendsandfoes/common/entity/MaulerEntity$Type +instanceKlass tech/alexnijjar/golemoverhaul/common/entities/golems/TerracottaGolem$Type +instanceKlass tech/alexnijjar/golemoverhaul/common/entities/golems/SlimeGolem$Size +instanceKlass net/orcinus/galosphere/entities/Mole$State +instanceKlass com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier$TEMPERATURE_RANGE +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartController$Type +instanceKlass fuzs/bagofholding/world/item/BagType +instanceKlass fuzs/iteminteractions/api/v1/provider/impl/ContainerProvider$InteractionPermissions +instanceKlass plus/dragons/createdragonsplus/common/advancements/CDPAdvancement$TaskType +instanceKlass com/simibubi/create/foundation/advancement/CreateAdvancement$TaskType +instanceKlass org/betterx/betterend/world/features/terrain/ArchFeatureConfig$SurfaceFunction +instanceKlass org/betterx/betterend/world/features/NBTFeature$TerrainMerge +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$PlacementEnvironment +instanceKlass vectorwing/farmersdelight/client/recipebook/CookingPotRecipeBookTab +instanceKlass com/aetherteam/aether/recipe/AetherBookCategory +instanceKlass umpaz/brewinandchewin/client/recipebook/FermentingBookCategory +instanceKlass alabaster/hearthandharvest/client/recipebook/CaskRecipeBookTab +instanceKlass net/critical_strike/fx/CriticalStrikeParticles$Motion +instanceKlass dev/imb11/sounds/api/event/SoundDefinitionReplacementEvent$ResponseType +instanceKlass com/simibubi/create/content/equipment/tool/AllToolMaterials +instanceKlass com/blocklegend001/onlyhammersandexcavators/item/ModToolMaterials +instanceKlass net/arsenal/item/Loot$Theme +instanceKlass net/arsenal/spell/ArsenalSpells$Category +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Teleport$Mode +instanceKlass net/wizards/content/WizardSpells$Book +instanceKlass net/wizards/content/WizardSpells$WeaponGroup +instanceKlass dev/ftb/mods/ftbquests/item/ScreenBlockItem$ScreenSize +instanceKlass net/emilsg/clutterbestiary/entity/variants/ButterflyVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternColorVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/koi/KoiSecondaryPatternTypeVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternColorVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/koi/KoiPrimaryPatternTypeVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/koi/KoiBaseColorVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/RiverTurtleVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/SeahorseVariant +instanceKlass net/emilsg/clutterbestiary/entity/variants/EchofinVariant +instanceKlass com/kyanite/deeperdarker/util/DDTiers +instanceKlass io/github/razordevs/deep_aether/entity/DABoatEntity$Type +instanceKlass io/github/razordevs/deep_aether/init/DATiers +instanceKlass com/aetherteam/aether/item/combat/AetherItemTiers +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$StatusEffect$Remove$Selector +instanceKlass net/spell_engine/api/spell/Spell$Delivery$StashEffect$ImpactMode +instanceKlass net/spell_engine/api/spell/Spell$Trigger$TargetSelector +instanceKlass net/spell_engine/api/spell/Spell$Trigger$Type +instanceKlass net/spell_engine/api/spell/Spell$Trigger$Stage +instanceKlass net/spell_engine/api/spell/Spell$ExtendedArchetype +instanceKlass net/spell_engine/internals/target/SpellTarget$Intent +instanceKlass net/spell_engine/api/spell/Spell$Target$Beam$Luminance +instanceKlass net/paladins/content/PaladinSpells$WeaponGroup +instanceKlass net/spell_engine/api/spell/fx/ParticleBatch$Rotation +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$StatusEffect$ApplyMode +instanceKlass net/paladins/content/PaladinSpells$Book +instanceKlass com/bobmowzie/mowziesmobs/server/entity/elokosa/PawType +instanceKlass net/armory_rpgs/spell/ArmorySpells$Category +instanceKlass net/armory_rpgs/item/FightClass +instanceKlass org/betterx/betternether/items/materials/BNToolMaterial +instanceKlass net/runes/api/RuneItems$RuneType +instanceKlass com/bobmowzie/mowziesmobs/server/entity/umvuthana/MaskType +instanceKlass org/betterx/betternether/registry/NetherEntities$KnownSpawnTypes +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$CTs +instanceKlass com/simibubi/create/content/redstone/nixieTube/DoubleFaceAttachedBlock$DoubleAttachFace +instanceKlass com/simibubi/create/content/logistics/tunnel/BeltTunnelBlock$Shape +instanceKlass com/simibubi/create/content/logistics/funnel/BeltFunnelBlock$Shape +instanceKlass net/createmod/catnip/math/Pointing +instanceKlass com/simibubi/create/content/contraptions/mounted/CartAssembleRailType +instanceKlass com/simibubi/create/content/contraptions/piston/MechanicalPistonBlock$PistonState +instanceKlass com/simibubi/create/content/decoration/steamWhistle/WhistleExtenderBlock$WhistleExtenderShape +instanceKlass com/simibubi/create/content/decoration/steamWhistle/WhistleBlock$WhistleSize +instanceKlass com/simibubi/create/content/fluids/tank/FluidTankBlock$Shape +instanceKlass com/simibubi/create/content/decoration/bracket/BracketBlock$BracketType +instanceKlass com/simibubi/create/content/kinetics/gauge/GaugeBlock$Type +instanceKlass com/simibubi/create/content/logistics/chute/ChuteBlock$Shape +instanceKlass com/simibubi/create/content/processing/burner/LitBlazeBurnerBlock$FlameType +instanceKlass com/simibubi/create/content/processing/burner/BlazeBurnerBlock$HeatLevel +instanceKlass com/simibubi/create/content/kinetics/belt/BeltPart +instanceKlass com/simibubi/create/content/kinetics/belt/BeltSlope +instanceKlass com/simibubi/create/content/kinetics/chainDrive/ChainDriveBlock$Part +instanceKlass com/starfish_studios/another_furniture/block/properties/SofaType +instanceKlass com/starfish_studios/another_furniture/block/properties/VerticalConnectionType +instanceKlass com/starfish_studios/another_furniture/block/properties/HorizontalConnectionType +instanceKlass com/cerbon/bosses_of_mass_destruction/block/custom/TripleBlockPart +instanceKlass lilypuree/decorative_blocks/blocks/state/SupportFaceShape +instanceKlass com/illusivesoulworks/comforts/common/block/BaseComfortsBlock$BedType +instanceKlass net/blay09/mods/waystones/block/WarpPlateBlock$WarpPlateStatus +instanceKlass com/simibubi/create/api/contraption/BlockMovementChecks$CheckResult +instanceKlass com/copycatsplus/copycats/CCBlockStateProperties$Side +instanceKlass com/copycatsplus/copycats/CCBlockStateProperties$VerticalStairShape +instanceKlass com/li64/tide/registries/blocks/FishDisplayShape +instanceKlass com/github/L_Ender/cataclysm/blocks/Cataclysm_Skull_Block$Types +instanceKlass com/github/L_Ender/cataclysm/blocks/Door_of_Seal_Block$Door_Of_Seal_Part +instanceKlass vectorwing/farmersdelight/common/block/state/CookingPotSupport +instanceKlass net/orcinus/galosphere/blocks/PinkSaltStrawBlock$StrawShape +instanceKlass com/bobmowzie/mowziesmobs/server/block/RakedSandBlock$RakedSandShape +instanceKlass com/bobmowzie/mowziesmobs/server/block/GongBlock$GongPart +instanceKlass com/tom/storagemod/block/AbstractStorageTerminalBlock$TerminalPos +instanceKlass alabaster/hearthandharvest/common/block/CornStalkBlock$CornSection +instanceKlass org/betterx/betternether/blocks/BlockSoulLily$SoulLilyShape +instanceKlass org/betterx/wover/complex/api/equipment/ToolSlot +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$FoodShape +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$PottedPlantShape +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$EnumLucisShape +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$JellyShape +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$WillowBranchShape +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$CincinnasitPillarShape +instanceKlass org/betterx/betternether/blocks/BNRenderLayer +instanceKlass org/betterx/betterend/blocks/EndBlockProperties$LumecornShape +instanceKlass org/betterx/betterend/item/material/EndToolMaterial +instanceKlass org/betterx/wover/complex/api/equipment/ArmorSlot +instanceKlass org/betterx/betterend/blocks/EndBlockProperties$CactusBottom +instanceKlass org/betterx/betterend/blocks/EndBlockProperties$PedestalState +instanceKlass org/betterx/betterend/blocks/EndBlockProperties$HydraluxShape +instanceKlass org/betterx/wover/block/api/BlockProperties$PentaShape +instanceKlass org/betterx/wover/block/api/BlockProperties$TripleShape +instanceKlass net/spell_engine/api/effect/RemoveOnHit$Trigger +instanceKlass net/spell_engine/api/effect/InstantCast$Selection +instanceKlass net/spell_engine/api/effect/EntityActionsAllowed$SemanticType +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$Bunting +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$Rune +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$DisplayStatus +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$RakeDirection +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$PostType +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$Winding +instanceKlass net/mehvahdjukaar/supplementaries/common/block/ModBlockProperties$Topping +instanceKlass net/mehvahdjukaar/moonlight/api/util/PotionBottleType +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SuspiciousStew +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$CureZombieVillager +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$Tumble +instanceKlass com/simibubi/create/content/contraptions/mounted/CartAssemblerBlockEntity$CartMovementMode +instanceKlass com/simibubi/create/content/contraptions/bearing/ClockworkContraption$HandType +instanceKlass org/violetmoon/quark/content/building/block/VerticalSlabBlock$VerticalSlabType +instanceKlass org/violetmoon/quark/content/automation/base/RandomizerPowerState +instanceKlass com/google/common/base/Functions$IdentityFunction +instanceKlass org/violetmoon/quark/content/building/block/WoodPostBlock$PostSideType +instanceKlass org/violetmoon/zeta/registry/RenderLayerRegistry$Layer +instanceKlass com/google/common/collect/MultimapBuilder$LinkedListSupplier +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$Billboard +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil$OriginalModdedBiomeProvider +instanceKlass com/li64/tide/compat/seasons/Season +instanceKlass com/li64/tide/data/fishing/conditions/types/WeatherType +instanceKlass plus/dragons/createcentralkitchen/integration/ModIntegration +instanceKlass net/minecraft/data/recipes/RecipeCategory +instanceKlass net/minecraft/data/BlockFamily$Variant +instanceKlass plus/dragons/createintegratedfarming/integration/ModIntegration +instanceKlass plus/dragons/createdragonsplus/integration/ModIntegration +instanceKlass com/simibubi/create/AllKeys +instanceKlass net/spell_engine/api/effect/EntityImmunity$Type +instanceKlass net/minecraft/world/entity/Entity$MovementEmission +instanceKlass net/minecraft/world/entity/MoverType +instanceKlass de/keksuccino/fancymenu/networking/packets/structures/StructureEventPacket$StructureEventType +instanceKlass net/minecraft/commands/arguments/EntityAnchorArgument$Anchor +instanceKlass net/minecraft/world/entity/Entity$RemovalReason +instanceKlass com/simibubi/create/content/processing/recipe/HeatCondition +instanceKlass com/simibubi/create/content/kinetics/base/IRotate$SpeedLevel +instanceKlass com/simibubi/create/content/trains/track/TrackShape +instanceKlass dev/engine_room/flywheel/api/layout/IntegerRepr +instanceKlass dev/engine_room/flywheel/api/layout/FloatRepr +instanceKlass net/minecraft/client/gui/narration/NarratedElementType +instanceKlass com/simibubi/create/content/schematics/client/tools/ToolType +instanceKlass com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode +instanceKlass com/simibubi/create/api/contraption/ContraptionMovementSetting +instanceKlass com/simibubi/create/infrastructure/config/CKinetics$DeployerAggroSetting +instanceKlass net/createmod/catnip/config/ui/ConfigAnnotations$IntDisplay +instanceKlass com/simibubi/create/infrastructure/config/CClient$TrainMapTheme +instanceKlass com/simibubi/create/content/logistics/stockTicker/StockKeeperRequestScreen$SearchSyncMode +instanceKlass com/simibubi/create/content/fluids/potion/PotionFluid$BottleType +instanceKlass com/simibubi/create/content/logistics/filter/AttributeFilterWhitelistMode +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSync$SignalState +instanceKlass com/simibubi/create/compat/trainmap/TrainMapSync$TrainState +instanceKlass com/simibubi/create/content/contraptions/actors/trainControls/ControlsStopControllingPacket +instanceKlass com/simibubi/create/content/trains/signal/EdgeGroupColor +instanceKlass com/simibubi/create/foundation/utility/ServerSpeedProvider$Packet +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardOverrides$ClipboardType +instanceKlass com/simibubi/create/content/decoration/slidingDoor/DoorControl +instanceKlass com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions +instanceKlass com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainTools +instanceKlass com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainBrushes +instanceKlass com/simibubi/create/content/equipment/zapper/PlacementPatterns +instanceKlass com/simibubi/create/foundation/networking/LeftClickPacket +instanceKlass com/simibubi/create/content/logistics/filter/FilterScreenPacket$Option +instanceKlass com/simibubi/create/foundation/gui/menu/ClearMenuPacket +instanceKlass com/simibubi/create/foundation/gui/AllGuiTextures +instanceKlass com/simibubi/create/content/kinetics/transmission/sequencer/InstructionSpeedModifiers +instanceKlass com/simibubi/create/content/kinetics/transmission/sequencer/SequencerInstructions +instanceKlass com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket$Option +instanceKlass com/simibubi/create/AllPackets +instanceKlass com/simibubi/create/AllParticleTypes +instanceKlass com/simibubi/create/AllRecipeTypes +instanceKlass com/simibubi/create/content/trains/signal/SignalBlockEntity$OverlayState +instanceKlass com/simibubi/create/content/logistics/depot/EjectorBlockEntity$State +instanceKlass com/simibubi/create/content/logistics/factoryBoard/FactoryPanelBlock$PanelSlot +instanceKlass com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity$State +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmBlockEntity$Phase +instanceKlass com/simibubi/create/content/kinetics/belt/BeltBlockEntity$CasingType +instanceKlass com/simibubi/create/content/kinetics/clock/CuckooClockBlockEntity$Animation +instanceKlass com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$PatternNameType +instanceKlass com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes +instanceKlass com/simibubi/create/foundation/block/connected/AllCTTypes +instanceKlass com/simibubi/create/content/trains/signal/SignalBlockEntity$SignalState +instanceKlass com/simibubi/create/content/trains/signal/SignalBlock$SignalType +instanceKlass com/simibubi/create/content/kinetics/gantry/GantryShaftBlock$Part +instanceKlass com/simibubi/create/content/fluids/FluidTransportBehaviour$AttachmentTypes$ComponentPartials +instanceKlass com/simibubi/create/foundation/data/recipe/Mods +instanceKlass com/simibubi/create/foundation/data/recipe/CommonMetal +instanceKlass com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity$Mode +instanceKlass dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$CurrencySelector +instanceKlass dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$PermSelector +instanceKlass dev/ftb/mods/ftbxmodcompat/config/FTBXModConfig$StageSelector +instanceKlass dev/latvian/mods/kubejs/event/EventResult$Type +instanceKlass dev/latvian/mods/kubejs/util/JSObjectType +instanceKlass dev/ftb/mods/ftblibrary/util/PanelPositioning +instanceKlass dev/ftb/mods/ftbquests/client/AutoPinTarget +instanceKlass dev/ftb/mods/ftbquests/client/NotificationStyle +instanceKlass javax/annotation/meta/When +instanceKlass net/minecraft/client/Minecraft$ChatStatus +instanceKlass com/simibubi/create/impl/contraption/storage/MountedItemStorageFallbackProvider +instanceKlass dev/ftb/mods/ftbquests/FTBQuestsEventHandler +instanceKlass dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage$BlockType +instanceKlass dev/ftb/mods/ftblibrary/config/Tristate +instanceKlass net/minecraft/client/gui/screens/ReceivingLevelScreen$Reason +instanceKlass dev/latvian/mods/kubejs/util/RotationAxis +instanceKlass com/copycatsplus/copycats/network/CCPackets +instanceKlass net/minecraft/world/item/ItemDisplayContext +instanceKlass net/minecraft/world/level/block/entity/ShulkerBoxBlockEntity$AnimationStatus +instanceKlass dev/ftb/mods/ftbquests/quest/QuestObjectType +instanceKlass com/simibubi/create/AllTags$AllItemTags +instanceKlass dev/ftb/mods/ftbquests/quest/task/ObservationTask$ObserveType +instanceKlass net/createmod/catnip/platform/Env +instanceKlass dev/latvian/mods/rhino/util/ClassVisibilityContext +instanceKlass dev/ftb/mods/ftbquests/integration/RecipeModHelper$Components +instanceKlass dev/ftb/mods/ftbquests/quest/translation/TranslationKey +instanceKlass dev/latvian/mods/rhino/NativeCollectionIterator$Type +instanceKlass dev/ftb/mods/ftbquests/FTBQuestsAPIImpl +instanceKlass dev/latvian/mods/rhino/ES6Generator$State +instanceKlass dev/ftb/mods/ftbteams/net/ToggleChatRedirectionMessage +instanceKlass dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage$Operation +instanceKlass dev/latvian/mods/rhino/ScriptableObject$SlotAccess +instanceKlass dev/engine_room/vanillin/config/VisualConfigValue +instanceKlass dev/latvian/mods/rhino/TopLevel$NativeErrors +instanceKlass net/createmod/ponder/config/CClient$PlacementIndicatorSetting +instanceKlass dev/latvian/mods/rhino/TopLevel$Builtins +instanceKlass dev/engine_room/flywheel/impl/compat/CompatMod +instanceKlass dev/ftb/mods/ftbteams/data/TeamType +instanceKlass net/createmod/catnip/config/ui/ConfigAnnotations$RequiresRestart +instanceKlass dev/engine_room/flywheel/backend/compile/LightSmoothness +instanceKlass dev/ftb/mods/ftbteams/FTBTeamsAPIImpl +instanceKlass com/simibubi/create/AllTags$AllFluidTags +instanceKlass io/wispforest/accessories/api/events/SlotStateChange +instanceKlass dev/ftb/mods/ftblibrary/config/ui/resource/SelectImageResourceScreen$ResourceListener +instanceKlass dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage$Operation +instanceKlass de/keksuccino/fancymenu/util/file/type/FileMediaType +instanceKlass dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket$ConfigType +instanceKlass dev/ftb/mods/ftblibrary/config/manager/ConfigManager$ConfigType +instanceKlass com/copycatsplus/copycats/config/FeatureCategory +instanceKlass com/faboslav/friendsandfoes/common/entity/pose/FriendsAndFoesEntityPose +instanceKlass dev/ftb/mods/ftblibrary/config/FTBLibraryClientConfig$SidebarPosition +instanceKlass com/copycatsplus/copycats/CCTags$NameSpace +instanceKlass com/copycatsplus/copycats/CCTags$Items +instanceKlass dev/ftb/mods/ftblibrary/config/manager/ConfigManager +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$RoleArchetype +instanceKlass com/copycatsplus/copycats/CCKeys +instanceKlass com/copycatsplus/copycats/foundation/tooltip/CopycatCharacteristics +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$VillageWaystoneGeneration +instanceKlass net/blay09/mods/waystones/worldgen/namegen/NameGenerationMode +instanceKlass net/blay09/mods/waystones/config/WorldGenStyle +instanceKlass net/blay09/mods/waystones/config/WaystonesConfigData$TransportMobs +instanceKlass net/blay09/mods/waystones/api/WaystoneVisibility +instanceKlass net/blay09/mods/waystones/api/WaystoneOrigin +instanceKlass dev/latvian/mods/kubejs/util/LogType +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$LootCategory +instanceKlass com/copycatsplus/copycats/utility/Platform$Environment +instanceKlass net/spell_engine/rpg_series/tags/RPGSeriesItemTags$LootTheme +instanceKlass com/faboslav/friendsandfoes/common/modcompat/ModCompat$Type +instanceKlass com/simibubi/create/AllTags$NameSpace +instanceKlass com/simibubi/create/AllTags$AllBlockTags +instanceKlass lilypuree/decorative_blocks/blocks/types/WoodDecorativeBlockTypes +instanceKlass net/minecraft/world/item/UseAnim +instanceKlass net/ramixin/mixson/debug/DebugMode +instanceKlass net/minecraft/world/level/ClipContext$Fluid +instanceKlass net/spell_engine/internals/casting/SpellCast$Action +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfig$InstanceType +instanceKlass com/jahirtrap/walljump/init/ModConfig$BlockListMode +instanceKlass com/chaosthedude/explorerscompass/client/OverlaySide +instanceKlass com/illusivesoulworks/comforts/common/ComfortsConfig$ComfortsTimeUse +instanceKlass net/emilsg/clutterbestiary/animation_handling/animation_states/RedPandaEntityAnimationState +instanceKlass net/emilsg/clutterbestiary/animation_handling/animation_states/RiverTurtleAnimationState +instanceKlass io/github/razordevs/deep_aether/recipe/DABookCategory +instanceKlass jdk/internal/vm/Continuation$Pinned +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfig$Type +instanceKlass net/emilsg/clutterbestiary/animation_handling/animation_states/CoatiEntityAnimationState +instanceKlass nx/pingwheel/common/config/TeamColorMode +instanceKlass nx/pingwheel/common/config/PlayerInfoMode +instanceKlass net/emilsg/clutterbestiary/animation_handling/animation_states/CapybaraEntityAnimationState +instanceKlass dev/tr7zw/trender/gui/impl/client/style/GuiStyle +instanceKlass net/mehvahdjukaar/amendments/configs/GenMode +instanceKlass nx/pingwheel/common/config/ChannelMode +instanceKlass net/minecraft/network/ConnectionProtocol +instanceKlass org/violetmoon/quark/content/client/module/VariantAnimalTexturesModule$VariantTextureType +instanceKlass net/mehvahdjukaar/every_compat/api/RenderLayer +instanceKlass net/mehvahdjukaar/every_compat/configs/ECConfigs$GenMode +instanceKlass net/minecraft/network/chat/ChatTypeDecoration$Parameter +instanceKlass net/fabricmc/fabric/api/event/registry/DynamicRegistries$SyncOption +instanceKlass net/mehvahdjukaar/every_compat/api/SimpleEntrySet$LootTableMode +instanceKlass net/mehvahdjukaar/every_compat/api/TabAddMode +instanceKlass net/mehvahdjukaar/amendments/common/entity/FallingLanternEntity$FallMode +instanceKlass net/mehvahdjukaar/amendments/configs/CommonConfigs$MixingMode +instanceKlass net/spell_engine/internals/target/EntityRelation +instanceKlass net/spell_engine/api/spell/Spell$ProjectileModel$Orientation +instanceKlass net/spell_engine/api/render/LightEmission +instanceKlass dev/latvian/mods/kubejs/util/Tristate +instanceKlass net/spell_engine/api/spell/Spell$Target$Area$DropoffCurve +instanceKlass net/spell_engine/api/spell/fx/ParticleBatch$Origin +instanceKlass net/spell_engine/api/spell/fx/ParticleBatch$Shape +instanceKlass net/spell_engine/fx/SpellEngineParticles$MagicParticles$Shape +instanceKlass net/spell_engine/fx/SpellEngineParticles$MagicParticles$Motion +instanceKlass com/mrcrayfish/controllable/client/settings/CursorStyle$ItemHeldBehaviour +instanceKlass com/mrcrayfish/controllable/client/settings/AnalogMovement +instanceKlass com/mrcrayfish/controllable/client/settings/Thumbstick +instanceKlass com/mrcrayfish/controllable/client/settings/ActionVisibility +instanceKlass com/mrcrayfish/controllable/client/settings/ButtonIcons +instanceKlass com/mrcrayfish/controllable/client/settings/CursorStyle +instanceKlass com/mrcrayfish/controllable/client/input/InputLibrary +instanceKlass net/spell_engine/fx/SpellEngineParticles$Orientation +instanceKlass net/spell_engine/fx/SpellEngineParticles$Fading +instanceKlass com/mrcrayfish/framework/api/LogicalEnvironment +instanceKlass com/mrcrayfish/framework/api/Environment +instanceKlass com/mrcrayfish/framework/api/config/ConfigType +instanceKlass net/spell_engine/api/spell/Spell$RangeMechanic +instanceKlass net/spell_engine/api/spell/Spell$Delivery$Type +instanceKlass net/spell_engine/api/spell/Spell$Target$Type +instanceKlass net/spell_engine/api/spell/Spell$Type +instanceKlass net/spell_engine/rpg_series/item/Equipment$Tier +instanceKlass net/minecraft/world/inventory/ClickAction +instanceKlass net/spell_engine/rpg_series/item/Equipment$WeaponType +instanceKlass net/spell_engine/api/spell/Spell$Impact$Action$Type +instanceKlass net/spell_engine/api/tags/SpellEngineEntityTags$Vulnerability$Category +instanceKlass net/spell_engine/api/util/TriState +instanceKlass org/violetmoon/quark/base/util/CorundumColor +instanceKlass dev/architectury/networking/NetworkManager$Side +instanceKlass net/mehvahdjukaar/moonlight/core/ClientConfigs$TooltipMode +instanceKlass top/theillusivec4/curios/common/CuriosConfig$KeepCurios +instanceKlass top/theillusivec4/curios/client/CuriosClientConfig$Client$ButtonCorner +instanceKlass net/fabricmc/fabric/api/loot/v3/LootTableSource +instanceKlass net/hibiscus/naturespirit/registration/sets/WoodSet$WoodPreset +instanceKlass net/hibiscus/naturespirit/entity/NSBoatEntity$Type +instanceKlass dev/architectury/utils/Env +instanceKlass com/cerbon/cerbons_api/api/network/data/Side +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaMethodDescriptor$ParameterNamesStatus +instanceKlass net/mehvahdjukaar/moonlight/api/util/DispenserHelper$Priority +instanceKlass com/cerbon/cerbons_api/api/multipart_entities/client/PlayerInteractMultipartEntity$InteractionType +instanceKlass xaero/hud/category/rule/ExcludeListMode +instanceKlass fzzyhmstrs/emi_loot/EMILoot$Type +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedChoice$WidgetType +instanceKlass org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeGeneratorType +instanceKlass org/betterx/wover/generator/api/biomesource/end/WoverEndConfig$EndBiomeMapType +instanceKlass org/betterx/wover/generator/api/biomesource/nether/WoverNetherConfig$NetherBiomeMapType +instanceKlass net/hibiscus/naturespirit/registration/sets/FlowerSet$FlowerPreset +instanceKlass fzzyhmstrs/emi_loot/parser/LootTableParser$PostProcessor +instanceKlass org/betterx/betterend/recipe/builders/InfusionRecipe$CatalystSlot +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$PropertyRelatedElement +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedTriState$WidgetType +instanceKlass toni/sodiumdynamiclights/ExplosiveLightingMode +instanceKlass toni/sodiumdynamiclights/DynamicLightsMode +instanceKlass org/betterx/wover/feature/api/placed/modifiers/ExtendXYZ$HeightPropagation +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/BombEntity$BombType +instanceKlass me/fzzyhmstrs/fzzy_config/screen/context/ContextInput +instanceKlass dev/worldgen/lithostitched/api/worldgen/biomeinjector/BiomeInjector$ClimateParameter +instanceKlass dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FNL$FractalType +instanceKlass dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FNL$CellularReturnType +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$ReturnType +instanceKlass dev/worldgen/lithostitched/api/worldgen/densityfunction/fastnoise/FNL$CellularDistanceFunction +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/config/CellularNoiseType$DistanceFunction +instanceKlass com/leclowndu93150/baguettelib/network/PacketDirection +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/TrackedDataManager +instanceKlass net/minecraft/client/resources/PlayerSkin$Model +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/Position$PosAnchor +instanceKlass com/teamabnormals/blueprint/client/screen/shaking/ScreenShakeHandler +instanceKlass dev/worldgen/lithostitched/api/worldgen/processor/enums/BlockType +instanceKlass net/minecraft/client/RecipeBookCategories +instanceKlass dev/worldgen/lithostitched/api/worldgen/processor/enums/RandomMode +instanceKlass org/betterx/wover/events/api/types/OnRegistryReady$Stage +instanceKlass io/homo/superresolution/common/platform/EnvType +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition$RangeType +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Client$DisplaySettings +instanceKlass mezz/jei/neoforge/startup/StartEventObserver$State +instanceKlass org/violetmoon/quark/base/network/QuarkNetwork +instanceKlass net/spell_engine/client/gui/HudElement$Origin +instanceKlass dev/worldgen/lithostitched/api/worldgen/structure/SurfaceSnap +instanceKlass io/homo/superresolution/common/config/enums/SgsrVariant +instanceKlass io/homo/superresolution/thirdparty/fsr2/common/Fsr2Version +instanceKlass umpaz/brewinandchewin/platform/BnCPlatform +instanceKlass org/violetmoon/quark/base/client/handler/InventoryButtonHandler$ButtonTargetType +instanceKlass punchy/client/animation/PoseHandler$BlendInEasing +instanceKlass umpaz/brewinandchewin/common/utility/FluidUnit +instanceKlass mezz/jei/common/util/NavigationVisibility +instanceKlass mezz/jei/api/gui/placement/VerticalAlignment +instanceKlass mezz/jei/api/gui/placement/HorizontalAlignment +instanceKlass io/homo/superresolution/common/config/enums/CaptureMode +instanceKlass mezz/jei/core/search/SearchMode +instanceKlass mezz/jei/common/config/RecipeSorterStage +instanceKlass mezz/jei/common/config/IngredientSortStage +instanceKlass mezz/jei/common/config/BookmarkTooltipFeature +instanceKlass punchy/client/render/FishingLineProxyTuning$Kind +instanceKlass punchy/client/render/PaddleProxyTuning$Kind +instanceKlass punchy/client/render/EnchantParticleProxyTuning$Kind +instanceKlass mezz/jei/common/config/HistoryDisplaySide +instanceKlass punchy/client/render/FluidProxyTuning$Kind +instanceKlass mezz/jei/common/config/GiveMode +instanceKlass punchy/client/render/ChestProxyTuning$Kind +instanceKlass punchy/client/tuning/TuningKeybinds$Mode +instanceKlass punchy/client/tuning/TuningKeybinds$Axis +instanceKlass punchy/client/tuning/TuningKeybinds$Target +instanceKlass punchy/client/renderer/layer/VanillaFirstPersonItemLayer$ToolKind +instanceKlass io/homo/superresolution/common/platform/OSType +instanceKlass io/homo/superresolution/common/platform/Arch +instanceKlass tech/thatgravyboat/creeperoverhaul/common/utils/Events +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$TintMethod +instanceKlass org/violetmoon/zeta/multiloader/Env +instanceKlass me/ichun/mods/ichunutil/loader/Env +instanceKlass punchy/client/state/HandEquipStateMachine$Phase +instanceKlass net/mehvahdjukaar/moonlight/api/fluids/SoftFluid$Capacity +instanceKlass me/ichun/mods/ichunutil/common/config/ConfigBase$Type +instanceKlass me/ichun/mods/ichunutil/loader/Side +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$ControlMessageKind +instanceKlass com/teamabnormals/blueprint/common/world/storage/tracking/SyncType +instanceKlass punchy/client/state/MiningStateMachine$MiningV2Phase +instanceKlass fuzs/mindfuldarkness/config/DaytimeButtonScreens +instanceKlass fuzs/mindfuldarkness/client/util/DarkeningAlgorithm +instanceKlass yalter/mousetweaks/ScrollItemScaling +instanceKlass yalter/mousetweaks/WheelScrollDirection +instanceKlass yalter/mousetweaks/WheelSearchOrder +instanceKlass snownee/kiwi/RenderLayerEnum +instanceKlass snownee/kiwi/config/KiwiConfig$PerformanceType +instanceKlass org/violetmoon/zetaimplforge/event/ForgeEventsRemapper$Phase +instanceKlass net/neoforged/neoforge/client/NeoForgeRenderTypes +instanceKlass net/minecraft/world/inventory/RecipeBookType +instanceKlass eu/midnightdust/core/config/MidnightLibConfig$ConfigButton +instanceKlass snownee/kiwi/customization/network/CConvertItemPacket$Action +instanceKlass me/shedaniel/cloth/clothconfig/shadowed/com/moandjiezana/toml/Identifier$Type +instanceKlass com/sun/java/swing/plaf/windows/TMSchema$State +instanceKlass com/sun/java/swing/plaf/windows/TMSchema$Prop +instanceKlass com/sun/java/swing/plaf/windows/TMSchema$Control +instanceKlass com/sun/java/swing/plaf/windows/TMSchema$Part +instanceKlass dev/worldgen/lithostitched/api/worldgen/util/NoiseRouterTarget +instanceKlass fuzs/puzzleslib/api/capability/v3/data/CopyStrategy +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig$Type +instanceKlass fuzs/puzzleslib/api/capability/v3/data/SyncStrategy +instanceKlass ca/fxco/moreculling/config/option/LeavesCullingMode +instanceKlass net/fabricmc/fabric/api/renderer/v1/material/ShadeMode +instanceKlass net/fabricmc/fabric/api/renderer/v1/material/BlendMode +instanceKlass snownee/kiwi/network/KiwiPacket$Direction +instanceKlass sun/awt/AppContext$State +instanceKlass sun/font/EAttribute +instanceKlass fuzs/iteminteractions/impl/config/ClientConfig$SlotOverlay +instanceKlass java/awt/desktop/UserSessionEvent$Reason +instanceKlass snownee/kiwi/config/KiwiConfig$ConfigType +instanceKlass com/sun/beans/introspect/PropertyInfo$Name +instanceKlass sun/java2d/StateTrackable$State +instanceKlass com/sun/beans/util/Cache$Kind +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier$InjectionType +instanceKlass vodmordia/modtabs/integration/ModIntegration +instanceKlass sun/awt/OSInfo$OSType +instanceKlass vodmordia/modtabs/config/BackpackSlot +instanceKlass vodmordia/modtabs/config/TabDisplayVisibility +instanceKlass com/chaosthedude/naturescompass/client/OverlaySide +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/tokens/Token$ID +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/events/Event$ID +instanceKlass com/redsmods/sound_physics_perfected/ReverbHelpers/LegacyReverb +instanceKlass com/redsmods/sound_physics_perfected/config/DebugType +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/comments/CommentType +instanceKlass io/wispforest/accessories/api/client/rendering/RenderingFunction$ArmTarget +instanceKlass com/redsmods/sound_physics_perfected/config/RedsAttenuationType +instanceKlass net/fabricmc/fabric/impl/client/indigo/renderer/aocalc/AoConfig +instanceKlass namelessju/audioimprovements/common/data/SoundChannelType +instanceKlass org/betterx/betternether/blocks/BNBlockProperties$BrownMushroomShape +instanceKlass net/minecraft/world/level/GameRules$Category +instanceKlass org/betterx/betternether/blocks/BlockMushroomFir$MushroomFirShape +instanceKlass de/mschae23/grindenchantments/config/FilterAction +instanceKlass net/mehvahdjukaar/moonlight/api/misc/WorldSavedDataType$Scope +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/nodes/NodeId +instanceKlass org/betterx/wover/feature/api/features/config/PillarFeatureConfig$KnownTransformers +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/introspector/BeanAccess +instanceKlass com/faboslav/structurify/common/config/data/DebugData$SamplingMode +instanceKlass com/faboslav/structurify/common/config/data/DebugData$DebugMode +instanceKlass net/minecraft/world/level/material/FogType +instanceKlass dev/huskuraft/effortless/api/core/InteractionHand +instanceKlass dev/huskuraft/effortless/api/core/InteractionType +instanceKlass net/minecraft/client/renderer/FogRenderer$FogMode +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/DumperOptions$NonPrintableStyle +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/DumperOptions$LineBreak +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/DumperOptions$FlowStyle +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/DumperOptions$ScalarStyle +instanceKlass io/wispforest/owo/config/Option$SyncMode +instanceKlass fuzs/convenienteffects/config/ClientConfig$EffectParticleStatus +instanceKlass snownee/kiwi/Kiwi$LoadingStage +instanceKlass org/violetmoon/zeta/util/ZetaSide +instanceKlass fr/rakambda/fallingtree/common/wrapper/DirectionCompat +instanceKlass dev/huskuraft/effortless/api/events/lifecycle/ClientTick$Phase +instanceKlass fr/rakambda/fallingtree/common/config/enums/NotificationMode +instanceKlass io/wispforest/accessories/compat/config/ScreenType +instanceKlass fr/rakambda/fallingtree/common/config/enums/SneakMode +instanceKlass io/wispforest/accessories/impl/PlayerEquipControl +instanceKlass fr/rakambda/fallingtree/common/config/enums/DamageRounding +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ParsingMode +instanceKlass fr/rakambda/fallingtree/common/config/enums/DurabilityMode +instanceKlass fuzs/puzzleslib/api/event/v1/core/EventResult +instanceKlass fr/rakambda/fallingtree/common/config/enums/AdjacentStopMode +instanceKlass fr/rakambda/fallingtree/common/config/enums/BreakOrder +instanceKlass fr/rakambda/fallingtree/common/config/enums/MaxSizeAction +instanceKlass fr/rakambda/fallingtree/common/config/enums/DetectionMode +instanceKlass dev/huskuraft/effortless/api/file/FileType +instanceKlass fr/rakambda/fallingtree/common/config/enums/BreakMode +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/NewlineStyle +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/IndentStyle +instanceKlass net/minecraft/network/protocol/PacketFlow +instanceKlass net/neoforged/neoforge/network/filters/GenericPacketSplitter$RemoteCompatibility +instanceKlass dev/huskuraft/effortless/building/operation/OperationTooltip$Type +instanceKlass dev/huskuraft/effortless/building/SingleCommand +instanceKlass org/betterx/wover/structure/api/structures/StructurePlacement +instanceKlass net/mehvahdjukaar/sawmill/CommonConfigs$SearchMode +instanceKlass net/mehvahdjukaar/sawmill/CommonConfigs$GenMode +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/entities/layers/QuiverLayer$QuiverMode +instanceKlass dev/huskuraft/effortless/api/networking/Side +instanceKlass net/minecraft/world/entity/MobSpawnType +instanceKlass dev/huskuraft/effortless/api/platform/LoaderType +instanceKlass net/mehvahdjukaar/supplementaries/configs/ClientConfigs$GraphicsFanciness +instanceKlass net/bivrik/fancytoasts/client/config/ToastScreenBehavior +instanceKlass net/bivrik/fancytoasts/client/config/ToastAnchor +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$SlimedJumpMode +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$DeathMarkerMode +instanceKlass net/minecraft/advancements/AdvancementType +instanceKlass net/mehvahdjukaar/supplementaries/dynamicpack/GenMode +instanceKlass net/bivrik/fancytoasts/platform/utility/FancyToastType +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/BombEntity$BreakingMode +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$Hands +instanceKlass net/mehvahdjukaar/supplementaries/common/block/blocks/BlackboardBlock$UseMode +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$TNTMode +instanceKlass net/mehvahdjukaar/supplementaries/configs/CommonConfigs$ReplaceTableMode +instanceKlass net/blay09/mods/balm/api/event/EventPriority +instanceKlass net/blay09/mods/balm/api/event/TickPhase +instanceKlass net/bettercombat/Platform$Type +instanceKlass net/mehvahdjukaar/moonlight/api/platform/configs/ConfigType +instanceKlass net/minecraft/client/gui/narration/NarratableEntry$NarrationPriority +instanceKlass net/mehvahdjukaar/moonlight/api/platform/PlatHelper$Side +instanceKlass fuzs/puzzleslib/api/core/v1/ModLoader +instanceKlass net/bettercombat/logic/TargetHelper$Relation +instanceKlass net/bettercombat/config/ServerConfig$Curve +instanceKlass com/google/common/base/CaseFormat +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/EntryType +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfig$InstanceType +instanceKlass com/terraformersmc/biolith/api/biome/sub/RatioTargets +instanceKlass betterdays/message/TemplateMessage$MessageTarget +instanceKlass betterdays/message/ChatTypeOptions +instanceKlass betterdays/time/effects/EffectCondition +instanceKlass betterdays/config/SpeedMethod +instanceKlass fuzs/pickupnotifier/config/ClientConfig$EntryBackground +instanceKlass fuzs/pickupnotifier/config/ClientConfig$DisplayAmount +instanceKlass fuzs/pickupnotifier/client/gui/PositionPreset +instanceKlass fuzs/pickupnotifier/config/ClientConfig$CombineEntries +instanceKlass com/terraformersmc/biolith/api/biome/sub/BiomeParameterTargets +instanceKlass net/neoforged/neoforge/common/TagConventionLogWarning$LogWarningMode +instanceKlass betterdays/client/gui/ScreenAlignment +instanceKlass net/blay09/mods/balm/api/BalmEnvironment +instanceKlass org/quiltmc/parsers/json/JsonToken +instanceKlass org/quiltmc/parsers/json/JsonFormat +instanceKlass dev/isxander/yacl3/config/v2/api/ConfigSerializer$LoadResult +instanceKlass fuzs/puzzleslib/api/core/v1/ContentRegistrationFlags +instanceKlass net/minecraft/commands/Commands$CommandSelection +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfig$Type +instanceKlass org/embeddedt/modernfix/neoforge/packet/ClientLoadFinishedPayload +instanceKlass org/embeddedt/modernfix/neoforge/packet/SmartIngredientSyncPayload +instanceKlass dev/isxander/yacl3/config/v2/api/autogen/Boolean$Formatter +instanceKlass net/fabricmc/fabric/impl/tag/convention/v2/TranslationConventionLogWarnings$LogWarningMode +instanceKlass dev/isxander/yacl3/platform/Env +instanceKlass jdk/internal/reflect/ConstantPool$Tag +instanceKlass net/fabricmc/fabric/impl/tag/convention/ConventionLogWarnings$LogWarningMode +instanceKlass com/lodestar/aileron/AileronConfig$FireworkUseBehaviour +instanceKlass org/betterx/wover/core/api/DatapackActivationType +instanceKlass net/neoforged/bus/api/EventPriority +instanceKlass com/mojang/blaze3d/platform/GlStateManager$Viewport +instanceKlass com/mojang/blaze3d/pipeline/MainTarget$AttachmentState +instanceKlass dev/engine_room/flywheel/backend/glsl/GlslVersion +instanceKlass dev/engine_room/flywheel/backend/gl/Driver +instanceKlass net/mehvahdjukaar/moonlight/core/ClientConfigs$ShadeFix +instanceKlass com/mojang/blaze3d/platform/NativeImage$InternalGlFormat +instanceKlass net/irisshaders/iris/pbr/texture/PBRType +instanceKlass org/lwjgl/system/MemoryUtil$MemoryAllocationReport$Aggregate +instanceKlass com/mojang/blaze3d/platform/NativeImage$Format +instanceKlass com/mojang/blaze3d/platform/IconSet +instanceKlass com/electronwill/nightconfig/core/EnumGetMethod +instanceKlass net/neoforged/fml/config/ModConfig$Type +instanceKlass net/neoforged/neoforge/common/ModConfigSpec$RestartType +instanceKlass toni/sodiumextras/EmbyConfig$AttachMode +instanceKlass toni/sodiumextras/EmbyConfig$DarknessMode +instanceKlass toni/sodiumextras/EmbyConfig$ChunkFadeSpeed +instanceKlass toni/sodiumextras/EmbyConfig$FPSDisplaySystemMode +instanceKlass toni/sodiumextras/EmbyConfig$FPSDisplayGravity +instanceKlass toni/sodiumextras/EmbyConfig$FPSDisplayMode +instanceKlass toni/sodiumextras/EmbyConfig$FullScreenMode +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/workarounds/Workarounds$Reference +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/environment/OsUtils$OperatingSystem +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/environment/probe/GraphicsAdapterVendor +instanceKlass net/minecraft/util/ModCheck$Confidence +instanceKlass de/keksuccino/konkrete/config/ConfigEntry$EntryType +instanceKlass net/minecraft/server/packs/repository/PackCompatibility +instanceKlass net/minecraft/client/resources/sounds/Sound$Type +instanceKlass net/minecraft/client/renderer/block/model/BlockModel$GuiLight +instanceKlass dev/latvian/mods/kubejs/script/ScriptType +instanceKlass dev/latvian/mods/kubejs/script/data/GeneratedDataStage +instanceKlass net/irisshaders/iris/pathways/colorspace/ColorSpace +instanceKlass net/minecraft/client/NarratorStatus +instanceKlass net/minecraft/client/ParticleStatus +instanceKlass net/minecraft/client/CameraType +instanceKlass net/neoforged/neoforge/client/settings/KeyConflictContext +instanceKlass com/mojang/blaze3d/platform/InputConstants$Type +instanceKlass net/neoforged/neoforge/client/settings/KeyModifier +instanceKlass net/minecraft/client/tutorial/TutorialSteps +instanceKlass net/minecraft/client/AttackIndicatorStatus +instanceKlass org/apache/commons/io/StandardLineSeparator +instanceKlass net/minecraft/world/entity/player/PlayerModelPart +instanceKlass net/minecraft/world/entity/player/ChatVisiblity +instanceKlass net/minecraft/client/PrioritizeChunkUpdates +instanceKlass net/minecraft/client/GraphicsStatus +instanceKlass net/minecraft/client/CloudStatus +instanceKlass net/minecraft/client/OptionInstance$UnitDouble +instanceKlass net/mehvahdjukaar/polytone/texture/IDeltaProvider$PresetProvider +instanceKlass net/fabricmc/fabric/api/resource/ResourcePackActivationType +instanceKlass net/minecraft/server/level/FullChunkStatus +instanceKlass net/fabricmc/fabric/api/biome/v1/ModificationPhase +instanceKlass com/google/common/base/Predicates$ObjectPredicate +instanceKlass com/mojang/authlib/minecraft/UserApiService$UserFlag +instanceKlass com/mojang/authlib/yggdrasil/ServicesKeyType +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilEnvironment +instanceKlass net/minecraft/client/resources/server/ServerPackManager$PackPromptStatus +instanceKlass com/google/common/base/AbstractIterator$State +instanceKlass net/minecraft/server/packs/repository/Pack$Position +instanceKlass net/minecraft/client/InputType +instanceKlass net/minecraft/Util$OS +instanceKlass com/mojang/blaze3d/shaders/FogShape +instanceKlass com/mojang/blaze3d/vertex/VertexFormat$IndexType +instanceKlass net/minecraft/client/User$Type +instanceKlass net/irisshaders/batchedentityrendering/impl/TransparencyType +instanceKlass net/minecraft/client/renderer/RenderType$OutlineProperty +instanceKlass com/mojang/blaze3d/vertex/VertexFormat$Mode +instanceKlass com/mojang/blaze3d/vertex/VertexFormatElement$Usage +instanceKlass com/mojang/blaze3d/vertex/VertexFormatElement$Type +instanceKlass net/minecraft/client/gui/Gui$HeartType +instanceKlass net/minecraft/world/level/border/BorderStatus +instanceKlass net/mehvahdjukaar/polytone/particle/CustomParticleType$LiquidAffinity +instanceKlass net/mehvahdjukaar/polytone/particle/RotationMode +instanceKlass net/mehvahdjukaar/polytone/particle/CustomParticleType$RenderMode +instanceKlass net/neoforged/neoforge/registries/RegistryManager$SnapshotType +instanceKlass net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSourceType +instanceKlass net/minecraft/world/level/Level$ExplosionInteraction +instanceKlass net/minecraft/world/damagesource/DeathMessageType +instanceKlass net/minecraft/world/damagesource/DamageEffects +instanceKlass net/minecraft/world/damagesource/DamageScaling +instanceKlass net/minecraft/world/entity/animal/TropicalFish$Base +instanceKlass net/minecraft/world/entity/animal/TropicalFish$Pattern +instanceKlass net/minecraft/world/entity/animal/Parrot$Variant +instanceKlass net/minecraft/world/entity/animal/horse/Llama$Variant +instanceKlass net/minecraft/world/entity/animal/Rabbit$Variant +instanceKlass net/minecraft/world/entity/animal/MushroomCow$MushroomType +instanceKlass net/minecraft/world/entity/animal/Fox$Type +instanceKlass net/minecraft/world/entity/animal/axolotl/Axolotl$Variant +instanceKlass net/minecraft/world/item/CreativeModeTab$Type +instanceKlass net/minecraft/world/item/CreativeModeTab$Row +instanceKlass net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$Projection +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$Bandlands +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$AbovePreliminarySurface +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$Hole +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$Steep +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$Temperature +instanceKlass net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier +instanceKlass net/minecraft/world/level/biome/Biome$TemperatureModifier +instanceKlass net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$VerticalPlacement +instanceKlass net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$Type +instanceKlass net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type +instanceKlass net/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings +instanceKlass net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$BoundingBoxType +instanceKlass net/minecraft/world/level/levelgen/structure/TerrainAdjustment +instanceKlass net/minecraft/world/level/levelgen/structure/placement/RandomSpreadType +instanceKlass net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod +instanceKlass net/minecraft/world/level/levelgen/placement/CaveSurface +instanceKlass net/minecraft/world/level/storage/loot/functions/CopyComponentsFunction$Source +instanceKlass net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$MergeStrategy +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$Type +instanceKlass net/minecraft/world/level/storage/loot/functions/CopyNameFunction$NameSource +instanceKlass net/mehvahdjukaar/moonlight/api/platform/PlatHelper$Platform +instanceKlass net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType +instanceKlass net/minecraft/world/level/storage/loot/functions/SetNameFunction$Target +instanceKlass net/minecraft/world/level/storage/loot/LootContext$EntityTarget +instanceKlass com/mojang/brigadier/arguments/StringArgumentType$StringType +instanceKlass net/minecraft/world/item/crafting/CookingBookCategory +instanceKlass net/minecraft/world/item/crafting/CraftingBookCategory +instanceKlass net/minecraft/world/level/chunk/status/ChunkType +instanceKlass me/fzzyhmstrs/fzzy_config/util/TriState +instanceKlass kotlin/reflect/KVariance +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmVersionRequirementLevel +instanceKlass kotlin/reflect/jvm/internal/impl/km/KmVersionRequirementVersionKind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Expression$ConstantValue +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$InvocationKind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$EffectType +instanceKlass kotlin/DeprecationLevel +instanceKlass kotlin/reflect/jvm/internal/TypeNullability +instanceKlass kotlin/reflect/jvm/internal/impl/km/MemberKind +instanceKlass kotlin/reflect/jvm/internal/impl/km/ClassKind +instanceKlass kotlin/reflect/jvm/internal/impl/km/Visibility +instanceKlass kotlin/reflect/jvm/internal/impl/km/Modality +instanceKlass kotlin/reflect/KParameter$Kind +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeCheckerState$LowerCapturedTypePolicy +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/TypeVariance +instanceKlass kotlin/reflect/jvm/internal/impl/types/model/CaptureStatus +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeSubstitutor$VarianceConflictType +instanceKlass kotlin/reflect/KVisibility +instanceKlass net/minecraft/network/chat/ClickEvent$Action +instanceKlass me/fzzyhmstrs/fzzy_config/annotations/Action +instanceKlass me/fzzyhmstrs/fzzy_config/api/SaveType +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/OverridingUtil$OverrideCompatibilityInfo$Result +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$TypeSafeBarrierDescription +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement$VersionKind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement$Level +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/TypeComponentPosition +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/MutabilityQualifier +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/AnnotatedCallableKind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedName$Kind +instanceKlass kotlin/annotation/AnnotationTarget +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/NullabilityQualifier +instanceKlass kotlin/reflect/jvm/internal/impl/types/Variance +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$Argument$Projection +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ReturnValueStatus +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$MemberKind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ReturnValueStatus +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Class$Kind +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Modality +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Visibility +instanceKlass kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerAbiStability +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$Record$Operation +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/lazy/types/JavaTypeFlexibility +instanceKlass kotlin/reflect/jvm/internal/impl/types/TypeUsage +instanceKlass kotlin/reflect/jvm/internal/KClassImpl$MemberBelonginess +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/structure/LightClassOriginKind +instanceKlass kotlin/reflect/jvm/internal/impl/incremental/components/NoLookupLocation +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameter$Variance +instanceKlass kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$Value$Type +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/WireFormat$JavaType +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/WireFormat$FieldType +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorScopeKind +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor$Kind +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorEntity +instanceKlass kotlin/reflect/jvm/internal/impl/types/error/ErrorTypeKind +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/ClassKind +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/AnnotationArgumentsRenderingPolicy +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/PropertyAccessorRenderingPolicy +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/ParameterNameRenderingPolicy +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/OverrideRenderingPolicy +instanceKlass kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererModifier +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ExternalOverridabilityCondition$Contract +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/ExternalOverridabilityCondition$Result +instanceKlass kotlin/reflect/jvm/internal/impl/descriptors/Modality +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/AnnotationQualifierApplicabilityType +instanceKlass kotlin/reflect/jvm/internal/impl/load/java/ReportLevel +instanceKlass kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader$Kind +instanceKlass kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$NotValue +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltIns$Kind +instanceKlass kotlin/reflect/jvm/internal/impl/resolve/jvm/JvmPrimitiveType +instanceKlass kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType +instanceKlass net/peanuuutz/tomlkt/TomlLiteral$Type +instanceKlass me/fzzyhmstrs/fzzy_config/api/FileType +instanceKlass me/fzzyhmstrs/fzzy_config/validation/number/ValidatedNumber$WidgetType +instanceKlass me/fzzyhmstrs/fzzy_config/validation/misc/ValidatedEnum$WidgetType +instanceKlass me/fzzyhmstrs/fzzy_config/entry/EntryValidator$ValidationType +instanceKlass me/pajic/misctweaks/sapling/TreeFeatureType +instanceKlass kotlin/LazyThreadSafetyMode +instanceKlass me/fzzyhmstrs/fzzy_config/api/RegisterType +instanceKlass net/neoforged/neoforge/network/registration/HandlerThread +instanceKlass com/li64/tide/TideConfig$Items$BucketableMode +instanceKlass com/li64/tide/TideConfig$Items$SizeMode +instanceKlass me/shedaniel/autoconfig/annotation/ConfigEntry$Gui$EnumHandler$EnumDisplayOption +instanceKlass com/li64/tide/TideConfig$General$VoidHeightEntry$Type +instanceKlass net/minecraft/world/item/Tiers +instanceKlass net/minecraft/world/item/AnimalArmorItem$BodyType +instanceKlass net/minecraft/world/entity/vehicle/Boat$Type +instanceKlass net/minecraft/world/entity/HumanoidArm +instanceKlass net/minecraft/world/entity/animal/sniffer/Sniffer$State +instanceKlass net/minecraft/world/entity/animal/armadillo/Armadillo$ArmadilloState +instanceKlass net/minecraft/world/entity/Pose +instanceKlass net/minecraft/world/entity/ai/goal/Goal$Flag +instanceKlass net/minecraft/world/entity/EntityAttachment +instanceKlass net/minecraft/world/entity/vehicle/AbstractMinecart$Type +instanceKlass net/neoforged/neoforge/common/util/TriState +instanceKlass net/neoforged/neoforge/common/enums/BubbleColumnDirection +instanceKlass net/minecraft/world/level/block/RenderShape +instanceKlass net/minecraft/world/InteractionResult +instanceKlass net/minecraft/world/level/pathfinder/PathComputationType +instanceKlass net/spell_engine/api/spell/container/SpellContainer$ContentType +instanceKlass net/minecraft/world/item/component/FireworkExplosion$Shape +instanceKlass net/minecraft/world/item/component/MapPostProcessing +instanceKlass net/minecraft/world/item/enchantment/EnchantmentTarget +instanceKlass net/minecraft/world/entity/EquipmentSlotGroup +instanceKlass net/minecraft/core/Holder$Kind +instanceKlass net/minecraft/world/item/Rarity +instanceKlass net/minecraft/world/level/block/WeatheringCopper$WeatherState +instanceKlass net/minecraft/world/level/block/SkullBlock$Types +instanceKlass net/mehvahdjukaar/amendments/reg/ModBlockProperties$BlockAttachment +instanceKlass net/mehvahdjukaar/amendments/reg/ModBlockProperties$SignAttachment +instanceKlass net/minecraft/world/level/biome/Biome$Precipitation +instanceKlass net/minecraft/world/ItemInteractionResult +instanceKlass net/minecraft/world/level/block/MultifaceSpreader$SpreadType +instanceKlass net/minecraft/world/level/block/state/properties/BlockSetType$PressurePlateSensitivity +instanceKlass net/fabricmc/fabric/api/item/v1/EnchantmentSource +instanceKlass net/fabricmc/fabric/api/util/TriState +instanceKlass net/fabricmc/fabric/api/item/v1/EnchantingContext +instanceKlass net/spell_power/api/SpellSchool$Apply +instanceKlass net/spell_power/api/SpellSchool$Trait +instanceKlass net/spell_power/api/SpellSchool$Archetype +instanceKlass net/tiny_config/Platform$Type +instanceKlass net/spell_power/api/DamageCurve +instanceKlass net/fabric_extras/ranged_weapon/Platform$Type +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation +instanceKlass net/minecraft/world/entity/ai/attributes/Attribute$Sentiment +instanceKlass net/minecraft/ChatFormatting +instanceKlass net/minecraft/world/effect/MobEffectCategory +instanceKlass net/minecraft/world/level/block/state/BlockBehaviour$OffsetType +instanceKlass net/minecraft/world/level/material/PushReaction +instanceKlass sun/security/ssl/Alert$Level +instanceKlass sun/security/ssl/Alert +instanceKlass net/minecraft/world/level/block/entity/vault/VaultState$LightLevel +instanceKlass net/minecraft/world/level/block/entity/vault/VaultState +instanceKlass net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerState +instanceKlass net/minecraft/world/level/block/state/properties/SculkSensorPhase +instanceKlass net/minecraft/world/level/block/state/properties/Tilt +instanceKlass net/minecraft/world/level/block/state/properties/BambooLeaves +instanceKlass net/minecraft/world/level/block/state/properties/StructureMode +instanceKlass net/minecraft/world/level/block/state/properties/StairsShape +instanceKlass net/minecraft/world/level/block/state/properties/SlabType +instanceKlass net/minecraft/world/level/block/state/properties/PistonType +instanceKlass com/github/L_Ender/cataclysm/blocks/Property/CustomNoteBlockInstrument +instanceKlass net/minecraft/world/level/block/state/properties/NoteBlockInstrument$Type +instanceKlass net/minecraft/world/level/block/state/properties/NoteBlockInstrument +instanceKlass net/minecraft/world/level/block/state/properties/DoorHingeSide +instanceKlass net/minecraft/world/level/block/state/properties/ComparatorMode +instanceKlass net/minecraft/world/level/block/state/properties/ChestType +instanceKlass net/minecraft/world/level/block/state/properties/BedPart +instanceKlass net/minecraft/world/level/block/state/properties/RailShape +instanceKlass net/minecraft/world/level/block/state/properties/DoubleBlockHalf +instanceKlass net/minecraft/world/level/block/state/properties/RedstoneSide +instanceKlass net/minecraft/world/level/block/state/properties/WallSide +instanceKlass net/minecraft/world/level/block/state/properties/BellAttachType +instanceKlass net/minecraft/world/level/block/state/properties/AttachFace +instanceKlass net/minecraft/core/FrontAndTop +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type +instanceKlass net/minecraft/world/level/levelgen/GenerationStep$Decoration +instanceKlass net/minecraft/world/level/block/Rotation +instanceKlass net/minecraft/core/AxisCycle +instanceKlass net/minecraft/world/level/block/SupportType +instanceKlass net/minecraft/world/entity/projectile/AbstractArrow$Pickup +instanceKlass net/minecraft/world/entity/animal/horse/Variant +instanceKlass net/minecraft/world/entity/animal/horse/Markings +instanceKlass net/minecraft/world/scores/criteria/ObjectiveCriteria$RenderType +instanceKlass net/minecraft/world/entity/EquipmentSlot$Type +instanceKlass net/minecraft/world/entity/EquipmentSlot +instanceKlass net/minecraft/world/level/block/state/properties/DripstoneThickness +instanceKlass net/minecraft/world/level/GameType +instanceKlass net/minecraft/world/item/DyeColor +instanceKlass com/mojang/math/SymmetricGroup3 +instanceKlass com/mojang/math/OctahedralGroup +instanceKlass net/minecraft/world/level/block/Mirror +instanceKlass net/minecraft/world/level/block/entity/JigsawBlockEntity$JointType +instanceKlass net/minecraft/world/level/block/entity/CommandBlockEntity$Mode +instanceKlass net/minecraft/world/Difficulty +instanceKlass net/minecraft/world/entity/MobCategory +instanceKlass net/minecraft/world/level/levelgen/Heightmap$Usage +instanceKlass net/minecraft/world/level/levelgen/Heightmap$Types +instanceKlass net/minecraft/sounds/SoundSource +instanceKlass net/minecraft/world/InteractionHand +instanceKlass net/minecraft/world/level/levelgen/GenerationStep$Carving +instanceKlass net/minecraft/world/level/chunk/storage/IOWorker$Priority +instanceKlass net/minecraft/core/Direction8 +instanceKlass net/minecraft/world/level/block/state/properties/Half +instanceKlass net/minecraft/server/packs/PackType +instanceKlass net/minecraft/world/level/pathfinder/PathType +instanceKlass net/minecraft/core/Direction$Plane +instanceKlass com/google/common/cache/LocalCache$EntryFactory +instanceKlass com/google/common/cache/CacheBuilder$NullListener +instanceKlass com/google/common/cache/CacheBuilder$OneWeigher +instanceKlass com/google/common/cache/LocalCache$Strength +instanceKlass net/minecraft/util/ByIdMap$OutOfBoundsStrategy +instanceKlass net/minecraft/core/Direction$Axis +instanceKlass net/minecraft/core/Direction$AxisDirection +instanceKlass net/minecraft/core/Direction +instanceKlass org/spongepowered/asm/mixin/injection/Constant$Condition +instanceKlass net/minecraft/world/item/ArmorItem$Type +instanceKlass com/mojang/datafixers/functions/PointFreeRule$Nop +instanceKlass net/minecraft/core/Holder$Reference$Type +instanceKlass oshi/driver/windows/perfmon/PagingFile$PagingPercentProperty +instanceKlass com/mojang/datafixers/TypeRewriteRule$Nop +instanceKlass oshi/driver/windows/wmi/Win32PhysicalMemory$PhysicalMemoryPropertyWin8 +instanceKlass oshi/driver/windows/wmi/Win32PhysicalMemory$PhysicalMemoryProperty +instanceKlass oshi/driver/windows/wmi/Win32VideoController$VideoControllerProperty +instanceKlass com/mojang/datafixers/functions/PointFreeRule$AppNest +instanceKlass com/mojang/datafixers/functions/PointFreeRule$SortInj +instanceKlass com/mojang/datafixers/functions/PointFreeRule$SortProj +instanceKlass com/mojang/datafixers/functions/PointFreeRule$LensComp +instanceKlass com/mojang/datafixers/functions/PointFreeRule$CataFuseDifferent +instanceKlass com/mojang/datafixers/functions/PointFreeRule$CataFuseSame +instanceKlass com/google/common/collect/MapMaker$Dummy +instanceKlass com/google/common/collect/MapMakerInternalMap$Strength +instanceKlass net/minecraft/util/datafix/DataFixTypes +instanceKlass traben/entity_texture_features/config/ETFConfig$SettingsButtonLocation +instanceKlass traben/entity_texture_features/config/ETFConfig$IllegalPathMode +instanceKlass traben/entity_texture_features/config/ETFConfig$DebugLogMode +instanceKlass traben/entity_texture_features/config/ETFConfig$SkinTransparencyMode +instanceKlass traben/entity_texture_features/config/ETFConfig$UpdateFrequency +instanceKlass traben/entity_texture_features/config/ETFConfig$EmissiveRenderModes +instanceKlass traben/entity_texture_features/config/ETFConfig$RenderLayerOverride +instanceKlass net/minecraft/util/Unit +instanceKlass io/netty/util/ResourceLeakDetector$Level +instanceKlass net/minecraft/client/telemetry/TelemetryProperty$GameMode +instanceKlass net/minecraft/client/telemetry/TelemetryProperty$ServerType +instanceKlass org/spongepowered/include/com/google/common/io/FileWriteMode +instanceKlass javax/net/ssl/SSLEngineResult$HandshakeStatus +instanceKlass sun/security/ssl/Finished$VerifyDataScheme +instanceKlass sun/security/util/DomainName$Rule$Type +instanceKlass sun/security/util/RegisteredDomain$Type +instanceKlass sun/security/validator/CADistrustPolicy +instanceKlass sun/security/provider/certpath/OCSP$RevocationStatus$CertStatus +instanceKlass sun/security/provider/certpath/ResponderId$Type +instanceKlass java/security/cert/CRLReason +instanceKlass sun/security/provider/certpath/OCSPResponse$ResponseStatus +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation$KeySchedule +instanceKlass sun/security/ssl/SSLTrafficKeyDerivation +instanceKlass sun/security/ssl/SSLSecretDerivation$SecretSchedule +instanceKlass sun/security/ssl/ContentType +instanceKlass sun/security/ssl/SSLKeyExchange$T12KeyAgreement +instanceKlass sun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeMode +instanceKlass sun/security/ssl/ECPointFormatsExtension$ECPointFormat +instanceKlass sun/security/ssl/CertStatusExtension$CertStatusRequestType +instanceKlass sun/security/ssl/SSLExtension +instanceKlass java/net/StandardProtocolFamily +instanceKlass sun/security/ssl/SignatureScheme$SigAlgParamSpec +instanceKlass sun/security/ssl/SignatureScheme +instanceKlass sun/security/ssl/ClientAuthType +instanceKlass sun/security/ssl/SSLHandshake +instanceKlass java/net/Proxy$Type +instanceKlass sun/net/www/protocol/http/HttpURLConnection$TunnelState +instanceKlass sun/security/ssl/NamedGroup +instanceKlass sun/security/ssl/NamedGroup$NamedGroupSpec +instanceKlass sun/security/ssl/CipherSuite$KeyExchange +instanceKlass sun/security/ssl/CipherSuite$MacAlg +instanceKlass sun/security/ssl/CipherSuite$HashAlg +instanceKlass sun/security/ssl/CipherType +instanceKlass sun/security/ssl/SSLCipher +instanceKlass sun/security/ssl/CipherSuite +instanceKlass java/security/CryptoPrimitive +instanceKlass sun/security/ssl/ProtocolVersion +instanceKlass net/caffeinemc/mods/sodium/client/console/message/MessageLevel +instanceKlass com/euphoriapatches/euphoria_patcher/util/ShaderData$DataField +instanceKlass com/euphoriapatches/shadow/com/google/gson/stream/JsonToken +instanceKlass com/euphoriapatches/shadow/com/google/gson/ToNumberPolicy +instanceKlass com/euphoriapatches/shadow/com/google/gson/FieldNamingPolicy +instanceKlass com/euphoriapatches/shadow/com/google/gson/LongSerializationPolicy +instanceKlass com/euphoriapatches/euphoria_patcher/config/ConfigEntry$ConfigType +instanceKlass org/apache/logging/log4j/core/pattern/AnsiEscape +instanceKlass java/lang/ProcessBuilder$Redirect$Type +instanceKlass jdk/internal/util/OperatingSystem +instanceKlass org/jline/terminal/Attributes$LocalFlag +instanceKlass org/jline/terminal/Attributes$ControlFlag +instanceKlass org/jline/terminal/Attributes$OutputFlag +instanceKlass org/jline/terminal/Attributes$InputFlag +instanceKlass org/spongepowered/asm/mixin/transformer/struct/Initialiser$InjectionMode +instanceKlass org/spongepowered/asm/mixin/transformer/MixinApplicatorStandard$ApplicatorPass +instanceKlass org/spongepowered/asm/mixin/transformer/MixinPreProcessorStandard$SpecialMethod +instanceKlass org/spongepowered/asm/util/Bytecode$Visibility +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$Feature +instanceKlass com/simibubi/create/compat/Mods +instanceKlass com/copycatsplus/copycats/compat/Mods +instanceKlass sun/nio/fs/AbstractPoller$RequestType +instanceKlass sun/nio/fs/AbstractWatchKey$State +instanceKlass net/neoforged/coremod/api/ASMAPI$MethodType +instanceKlass org/spongepowered/include/com/google/common/base/Functions$ToStringFunction +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInheritanceTracker +instanceKlass malte0811/ferritecore/mixin/config/FerriteMixinConfig$LithiumSupportState +instanceKlass com/electronwill/nightconfig/core/ConfigSpec$CorrectionAction +instanceKlass com/bawnorton/mixinsquared/adjuster/tools/AdjustableAnnotationNode$KnownAnnotations +instanceKlass com/ishland/c2me/opts/scheduling/common/Config$AutoSaveMode +instanceKlass me/fallenbreath/conditionalmixin/api/annotation/Condition$Type +instanceKlass com/ishland/c2me/base/common/config/ConfigSystem$LongChecks +instanceKlass org/apache/commons/lang3/JavaVersion +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$Traversal +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$SearchType +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$TypeLookup +instanceKlass org/spongepowered/asm/mixin/transformer/MixinInfo$Variant +instanceKlass com/llamalad7/mixinextras/lib/semver/VersionParser$CharType +instanceKlass com/llamalad7/mixinextras/service/MixinExtrasVersion +instanceKlass dev/aika/smsn/api/LoaderType +instanceKlass dev/aika/smsn/config/SMSNConfig$QuarkCelebration +instanceKlass org/spongepowered/asm/mixin/transformer/PluginHandle$CompatibilityMode +instanceKlass net/fabricmc/loader/api/metadata/ModOrigin$Kind +instanceKlass org/spongepowered/asm/mixin/transformer/MixinCoprocessor$ProcessResult +instanceKlass org/spongepowered/include/com/google/gson/stream/JsonToken +instanceKlass org/spongepowered/include/com/google/gson/LongSerializationPolicy +instanceKlass org/spongepowered/include/com/google/gson/FieldNamingPolicy +instanceKlass org/openjdk/nashorn/internal/ir/RuntimeNode$Request +instanceKlass org/openjdk/nashorn/internal/codegen/LocalVariableTypesCalculator$LvarType +instanceKlass org/openjdk/nashorn/internal/ir/FunctionNode$Kind +instanceKlass org/openjdk/nashorn/internal/parser/TokenKind +instanceKlass org/openjdk/nashorn/internal/parser/TokenType +instanceKlass org/openjdk/nashorn/internal/codegen/ClassEmitter$Flag +instanceKlass org/openjdk/nashorn/internal/runtime/Context$FieldMode +instanceKlass org/openjdk/nashorn/internal/runtime/JSType +instanceKlass jdk/dynalink/StandardNamespace +instanceKlass jdk/dynalink/StandardOperation +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptEnvironment$AnonymousClasses +instanceKlass org/openjdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior +instanceKlass org/openjdk/nashorn/internal/codegen/CompilerConstants +instanceKlass net/neoforged/fml/loading/modscan/BackgroundScanHandler$ScanStatus +instanceKlass javax/lang/model/SourceVersion +instanceKlass net/neoforged/accesstransformer/TargetType +instanceKlass net/neoforged/accesstransformer/AccessTransformer$FinalState +instanceKlass net/neoforged/accesstransformer/AccessTransformer$Modifier +instanceKlass org/antlr/v4/runtime/atn/PredictionMode +instanceKlass org/antlr/v4/runtime/atn/LexerActionType +instanceKlass org/antlr/v4/runtime/atn/ATNType +instanceKlass org/antlr/v4/runtime/CodePointBuffer$Type +instanceKlass com/google/common/collect/AbstractIterator$State +instanceKlass com/google/common/graph/GraphConstants$Presence +instanceKlass com/google/common/graph/ElementOrder$Type +instanceKlass org/spongepowered/asm/logging/Level +instanceKlass javax/tools/Diagnostic$Kind +instanceKlass org/sinytra/adapter/patch/resolver/Resolver$ResultType +instanceKlass org/sinytra/adapter/env/ctx/AuditTrail$Match +instanceKlass org/spongepowered/asm/mixin/injection/points/BeforeInvoke$SearchType +instanceKlass org/spongepowered/asm/mixin/injection/selectors/ITargetSelector$Configure +instanceKlass org/spongepowered/asm/mixin/injection/selectors/MatchResult +instanceKlass org/spongepowered/asm/mixin/transformer/ClassInfo$Member$Type +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint$RestrictTargetLevel +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint$Specifier +instanceKlass org/spongepowered/asm/mixin/injection/InjectionPoint$ShiftByViolationBehaviour +instanceKlass cpw/mods/modlauncher/api/TransformerVoteResult +instanceKlass cpw/mods/modlauncher/api/ITransformerActivity$Type +instanceKlass org/spongepowered/asm/mixin/gen/AccessorInfo$AccessorType +instanceKlass org/sinytra/adapter/patch/TxResult +instanceKlass org/sinytra/adapter/env/param/MethodParameters$ParamGroupType +instanceKlass org/sinytra/adapter/patch/mixin/MixinFlag +instanceKlass org/sinytra/adapter/patch/TxPhase +instanceKlass org/spongepowered/asm/mixin/injection/At$Shift +instanceKlass org/spongepowered/asm/mixin/injection/callback/LocalCapture +instanceKlass org/sinytra/adapter/env/ctx/PatchResult +instanceKlass net/fabricmc/loader/impl/util/log/LogLevel +instanceKlass reloc/org/sat4j/specs/AssignmentOrigin +instanceKlass net/fabricmc/loader/impl/discovery/Explanation$ErrorKind +instanceKlass net/fabricmc/loader/impl/discovery/ModLoadCondition +instanceKlass com/google/common/collect/Iterators$EmptyModifiableIterator +instanceKlass net/fabricmc/api/EnvType +instanceKlass com/mojang/serialization/DataResult$Instance +instanceKlass com/mojang/datafixers/util/Unit +instanceKlass net/fabricmc/loader/api/metadata/version/VersionComparisonOperator +instanceKlass net/fabricmc/loader/api/metadata/ModDependency$Kind +instanceKlass net/fabricmc/loader/api/metadata/ModEnvironment +instanceKlass net/fabricmc/loader/impl/lib/gson/JsonToken +instanceKlass net/neoforged/fml/earlydisplay/SimpleBufferBuilder$Mode +instanceKlass net/neoforged/fml/earlydisplay/ElementShader$RenderType +instanceKlass net/neoforged/fml/loading/moddiscovery/IncompatibleModReason +instanceKlass net/neoforged/neoforgespi/language/IModInfo$DependencySide +instanceKlass net/neoforged/neoforgespi/language/IModInfo$Ordering +instanceKlass net/neoforged/neoforgespi/language/IModInfo$DependencyType +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$ThreadConfigState +instanceKlass net/neoforged/fml/ModLoadingIssue$Severity +instanceKlass org/slf4j/event/Level +instanceKlass net/neoforged/neoforgespi/locating/IncompatibleFileReporting +instanceKlass net/neoforged/neoforgespi/locating/IModFile$Type +instanceKlass java/util/Comparators$NaturalOrderComparator +instanceKlass net/neoforged/api/distmarker/Dist +instanceKlass org/spongepowered/asm/launch/platform/IMixinPlatformAgent$AcceptResult +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$Side +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$Option$Inherit +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$Option +instanceKlass org/spongepowered/asm/mixin/MixinEnvironment$CompatibilityLevel +instanceKlass com/sun/jna/platform/win32/COM/WbemcliUtil$NamespaceProperty +instanceKlass oshi/hardware/CentralProcessor$ProcessorCache$Type +instanceKlass oshi/driver/windows/wmi/Win32Processor$ProcessorIdProperty +instanceKlass oshi/PlatformEnum +instanceKlass java/security/DrbgParameters$Capability +instanceKlass net/neoforged/fml/earlydisplay/SimpleBufferBuilder$Element +instanceKlass net/neoforged/fml/earlydisplay/SimpleBufferBuilder$Format +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlOperator +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/introspection/JexlUberspect$JexlResolver +instanceKlass java/util/Locale$IsoCountryCode +instanceKlass java/util/Locale$FilteringMode +instanceKlass java/time/zone/ZoneOffsetTransitionRule$TimeDefinition +instanceKlass java/time/format/FormatStyle +instanceKlass java/time/chrono/ThaiBuddhistEra +instanceKlass java/time/chrono/MinguoEra +instanceKlass java/time/chrono/IsoEra +instanceKlass java/time/chrono/HijrahEra +instanceKlass java/time/Month +instanceKlass java/time/DayOfWeek +instanceKlass java/text/NumberFormat$Style +instanceKlass java/lang/Character$UnicodeScript +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlException$VariableIssue +instanceKlass org/apache/logging/log4j/core/config/PropertiesPlugin$NullLookup +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/mod_list/ModpackStatus +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/lang/LinksProvider +instanceKlass com/google/gson/ReflectionAccessFilter$FilterResult +instanceKlass com/google/gson/LongSerializationPolicy +instanceKlass com/google/gson/ToNumberPolicy +instanceKlass com/google/gson/FieldNamingPolicy +instanceKlass com/google/gson/stream/JsonToken +instanceKlass java/math/RoundingMode +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/NewlineStyle +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/IndentStyle +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingMode +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/WritingMode +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/platform/PlatformHelp +instanceKlass java/nio/file/StandardCopyOption +instanceKlass org/lwjgl/system/Platform$Architecture +instanceKlass net/neoforged/fml/loading/progress/Message$MessageType +instanceKlass net/neoforged/fml/earlydisplay/ColourScheme +instanceKlass org/lwjgl/Version$BuildType +instanceKlass org/lwjgl/system/Platform +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CStub$Access +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/CTarget$Shift +instanceKlass me/decce/ixeris/core/shadow/classtransform/annotations/injection/CASM$Shift +instanceKlass me/decce/ixeris/core/shadow/classtransform/debugger/timings/TimedGroup +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/annotation/FillType +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/annotation/RemapType +instanceKlass me/decce/ixeris/core/shadow/classtransform/mappings/impl/special/MetaTinyV2Mapper$UpdateLevel +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/HandlerPosition$InsertPosition +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/HandlerPosition +instanceKlass me/decce/ixeris/core/shadow/classtransform/transformer/coprocessor/AnnotationCoprocessorList$State +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/FailStrategy +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/loader/EnumLoaderPriority +instanceKlass cpw/mods/jarhandling/SecureJar$Status +instanceKlass jdk/internal/icu/util/CodePointTrie$ValueWidth +instanceKlass jdk/internal/icu/util/CodePointTrie$Type +instanceKlass java/text/Normalizer$Form +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint$Operator +instanceKlass sun/security/rsa/RSAUtil$KeyType +instanceKlass sun/security/util/KnownOIDs +instanceKlass java/util/stream/MatchOps$MatchKind +instanceKlass com/electronwill/nightconfig/core/io/WritingMode +instanceKlass com/electronwill/nightconfig/core/io/NewlineStyle +instanceKlass com/electronwill/nightconfig/core/io/IndentStyle +instanceKlass com/electronwill/nightconfig/core/io/ParsingMode +instanceKlass net/neoforged/fml/loading/FMLConfig$ConfigValue +instanceKlass net/neoforged/fml/loading/FMLPaths +instanceKlass joptsimple/util/PathProperties +instanceKlass net/neoforged/fml/common/asm/enumextension/NetworkedEnum$NetworkCheck +instanceKlass cpw/mods/modlauncher/serviceapi/ILaunchPluginService$Phase +instanceKlass cpw/mods/modlauncher/api/IModuleLayerManager$Layer +instanceKlass org/apache/logging/log4j/core/config/LoggerConfig$LoggerConfigPredicate +instanceKlass java/time/format/TextStyle +instanceKlass java/time/format/DateTimeFormatterBuilder$SettingsParser +instanceKlass java/time/format/ResolverStyle +instanceKlass java/time/format/SignStyle +instanceKlass java/time/temporal/JulianFields$Field +instanceKlass java/time/temporal/IsoFields$Unit +instanceKlass java/time/temporal/IsoFields$Field +instanceKlass com/sun/management/VMOption$Origin +instanceKlass com/sun/management/HotSpotDiagnosticMXBean$ThreadDumpFormat +instanceKlass java/lang/management/MemoryType +instanceKlass sun/util/logging/PlatformLogger$Level +instanceKlass java/lang/System$Logger$Level +instanceKlass jdk/internal/logger/BootstrapLogger$LoggingBackend +instanceKlass org/apache/logging/log4j/core/Filter$Result +instanceKlass org/apache/logging/log4j/core/appender/rolling/RolloverFrequency +instanceKlass org/apache/logging/log4j/core/appender/rolling/FileExtension +instanceKlass java/lang/annotation/ElementType +instanceKlass org/apache/logging/log4j/core/config/status/StatusConfiguration$Verbosity +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner$NameType +instanceKlass com/sun/org/apache/xerces/internal/util/Status +instanceKlass javax/xml/catalog/CatalogFeatures$Feature +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$NameMap +instanceKlass jdk/xml/internal/JdkProperty$State +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit +instanceKlass org/apache/logging/log4j/core/appender/ConsoleAppender$Target +instanceKlass org/apache/logging/log4j/core/pattern/NameAbbreviator$MaxElementAbbreviator$Strategy +instanceKlass sun/util/locale/provider/LocaleProviderAdapter$Type +instanceKlass java/util/Locale$Category +instanceKlass org/apache/logging/log4j/core/util/datetime/FixedDateFormat$FixedTimeZoneFormat +instanceKlass org/apache/logging/log4j/core/util/datetime/FixedDateFormat$FixedFormat +instanceKlass org/apache/logging/log4j/core/pattern/PatternParser$ParserState +instanceKlass java/lang/reflect/ProxyGenerator$PrimitiveTypeInfo +instanceKlass java/lang/annotation/RetentionPolicy +instanceKlass org/apache/logging/log4j/core/async/ThreadNameCachingStrategy +instanceKlass java/lang/StackStreamFactory$WalkerState +instanceKlass java/lang/StackWalker$ExtendedOption +instanceKlass java/lang/StackWalker$Option +instanceKlass org/apache/logging/log4j/core/LifeCycle$State +instanceKlass org/apache/logging/log4j/spi/StandardLevel +instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccess +instanceKlass java/nio/file/FileVisitResult +instanceKlass java/nio/file/FileTreeWalker$EventType +instanceKlass java/time/temporal/ChronoUnit +instanceKlass java/time/temporal/ChronoField +instanceKlass java/nio/file/FileVisitOption +instanceKlass java/nio/file/attribute/PosixFilePermission +instanceKlass java/nio/file/AccessMode +instanceKlass java/util/regex/Pattern$Qtype +instanceKlass java/util/zip/ZipCoder$Comparison +instanceKlass java/nio/file/LinkOption +instanceKlass java/util/stream/Collector$Characteristics +instanceKlass java/util/concurrent/TimeUnit +instanceKlass java/util/stream/StreamShape +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassOption +instanceKlass java/lang/invoke/VarHandle$AccessType +instanceKlass java/lang/invoke/VarHandle$AccessMode +instanceKlass java/lang/invoke/MethodHandleImpl$Intrinsic +instanceKlass java/lang/invoke/LambdaForm$BasicType +instanceKlass java/lang/invoke/LambdaForm$Kind +instanceKlass sun/invoke/util/Wrapper +instanceKlass java/util/stream/StreamOpFlag$Type +instanceKlass java/util/stream/StreamOpFlag +instanceKlass java/io/File$PathStatus +instanceKlass java/lang/module/ModuleDescriptor$Requires$Modifier +instanceKlass java/lang/reflect/AccessFlag$Location +instanceKlass java/lang/reflect/AccessFlag +instanceKlass java/lang/module/ModuleDescriptor$Modifier +instanceKlass sun/nio/fs/WindowsPathType +instanceKlass java/nio/file/StandardOpenOption +instanceKlass java/lang/reflect/ClassFileFormatVersion +instanceKlass java/lang/Thread$State +ciInstanceKlass java/lang/Enum 1 1 204 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 7 1 10 10 7 12 1 1 10 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 1 7 1 8 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 7 1 7 1 1 7 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/reflect/Method 1 1 472 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 8 1 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 11 7 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 7 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/reflect/Field 1 1 457 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 1 10 7 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 10 12 1 8 1 8 1 10 11 7 1 9 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 1 11 7 1 10 12 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 100 12 1 1 10 100 12 1 1 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/reflect/Parameter 1 1 243 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 11 7 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 8 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 100 1 10 11 12 1 1 11 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 +ciInstanceKlass java/lang/reflect/RecordComponent 1 1 196 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 10 100 12 1 1 9 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 9 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 9 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 9 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/StringBuffer 1 1 483 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 100 12 1 1 1 10 10 12 1 1 9 12 1 1 10 100 12 1 1 10 100 1 8 10 100 12 1 1 1 8 10 12 1 8 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 100 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 9 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/StringBuffer serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; +instanceKlass org/openjdk/nashorn/internal/runtime/NashornLoader +instanceKlass jdk/internal/loader/BuiltinClassLoader +instanceKlass java/net/URLClassLoader +ciInstanceKlass java/security/SecureClassLoader 1 1 102 10 7 12 1 1 1 7 1 10 12 1 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 7 1 10 12 1 7 1 10 12 1 11 7 12 1 1 1 7 1 11 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +instanceKlass me/decce/ixeris/core/shadow/classtransform/utils/loader/InjectionClassLoader +ciInstanceKlass java/net/URLClassLoader 0 0 600 10 7 12 1 1 1 100 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 100 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 100 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 7 12 1 1 10 12 1 11 12 1 11 12 1 1 11 10 12 1 1 10 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 7 1 100 1 10 12 1 1 7 1 10 10 12 1 1 10 100 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 12 1 1 10 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 8 1 10 12 1 1 11 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 100 12 1 1 9 100 12 1 1 1 10 12 1 8 1 100 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 100 1 8 1 10 100 1 10 12 1 10 100 12 1 100 1 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/util/jar/Manifest 1 1 339 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 7 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 100 1 10 12 1 8 1 11 12 1 7 1 10 12 1 1 11 12 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 1 10 9 7 12 1 1 1 10 12 1 1 10 7 12 1 10 12 1 10 12 1 9 100 12 1 1 1 8 1 10 12 1 8 1 8 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 8 1 10 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 10 12 1 11 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/io/ByteArrayInputStream 1 1 96 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/nio/ShortBuffer +instanceKlass java/nio/DoubleBuffer +instanceKlass java/nio/FloatBuffer +instanceKlass java/nio/IntBuffer +instanceKlass java/nio/CharBuffer +instanceKlass java/nio/LongBuffer +instanceKlass java/nio/ByteBuffer +ciInstanceKlass java/nio/Buffer 1 1 256 100 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 1 100 1 8 1 10 12 1 8 1 8 1 9 12 10 12 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 100 1 10 100 1 10 100 1 10 9 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 7 1 10 10 12 1 1 7 1 10 10 7 12 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 +staticfield java/nio/Buffer UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/nio/Buffer SCOPED_MEMORY_ACCESS Ljdk/internal/misc/ScopedMemoryAccess; jdk/internal/misc/ScopedMemoryAccess +staticfield java/nio/Buffer IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield java/nio/Buffer $assertionsDisabled Z 1 +ciInstanceKlass java/util/Objects 1 1 184 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 11 100 12 1 1 1 100 1 10 10 12 1 8 1 10 12 1 8 1 7 1 11 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/util/Preconditions 1 1 194 10 7 12 1 1 1 11 7 12 1 1 1 11 100 12 1 1 1 7 1 7 1 10 7 12 1 1 1 10 12 1 8 1 7 1 10 7 12 1 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 7 1 10 12 1 8 1 10 7 12 1 1 1 8 1 10 12 1 1 10 12 1 1 11 12 1 8 1 8 1 11 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 7 1 10 10 12 1 1 9 12 1 1 7 1 10 9 12 1 7 1 10 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/util/Preconditions SIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield jdk/internal/util/Preconditions AIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield jdk/internal/util/Preconditions IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +ciMethod java/util/Objects equals (Ljava/lang/Object;Ljava/lang/Object;)Z 604 0 464637 0 -1 +ciMethod java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 526 0 3366841 0 -1 +instanceKlass com/google/common/collect/Lists$ReverseList +instanceKlass net/minecraft/util/ArrayListDeque +instanceKlass net/minecraft/world/level/levelgen/DebugLevelSource$Anonymous$28d0884d1fbe4ef69c454b77740acdfb +instanceKlass io/netty/handler/codec/CodecOutputList +instanceKlass net/minecraft/nbt/CollectionTag +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/UnmodifiableLazyStringList +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/LazyStringArrayList +instanceKlass kotlin/reflect/jvm/internal/impl/utils/SmartList +instanceKlass kotlin/collections/AbstractMutableList +instanceKlass net/minecraft/core/NonNullList +instanceKlass com/google/common/collect/Lists$TransformingRandomAccessList +instanceKlass org/spongepowered/include/com/google/common/primitives/Ints$IntArrayAsList +instanceKlass org/spongepowered/include/com/google/common/collect/Lists$TransformingRandomAccessList +instanceKlass org/openjdk/nashorn/internal/runtime/ListAdapter +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ArrayListWrapper +instanceKlass java/util/AbstractSequentialList +instanceKlass sun/security/jca/ProviderList$ServiceList +instanceKlass sun/security/jca/ProviderList$3 +instanceKlass java/util/AbstractList$SubList +instanceKlass java/util/Vector +instanceKlass java/util/Collections$CopiesList +instanceKlass java/util/Collections$SingletonList +instanceKlass java/util/Arrays$ArrayList +instanceKlass java/util/ArrayList$SubList +instanceKlass java/util/Collections$EmptyList +instanceKlass java/util/ArrayList +ciInstanceKlass java/util/AbstractList 1 1 218 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 1 11 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 7 1 10 12 1 100 1 10 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 100 1 8 1 8 1 8 1 10 7 1 11 10 10 12 1 11 12 1 10 12 1 1 8 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Iterable 1 1 62 10 7 12 1 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/Iterable iterator ()Ljava/util/Iterator; 0 0 1 0 -1 +ciInstanceKlass java/util/Collection 1 1 115 11 7 12 1 1 1 7 1 11 7 12 1 1 1 10 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 10 7 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/util/Collection size ()I 0 0 1 0 -1 +ciInstanceKlass java/util/SequencedCollection 1 1 109 100 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 8 1 +ciInstanceKlass java/util/List 1 1 251 10 100 12 1 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 100 12 1 1 11 12 1 1 11 12 1 1 10 7 12 1 1 1 7 1 7 1 10 12 1 1 100 1 10 7 12 1 1 1 11 12 1 1 11 12 1 11 12 1 100 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 7 12 1 1 1 7 1 10 12 10 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 +ciMethod java/util/List size ()I 0 0 1 0 -1 +ciMethod java/util/List get (I)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod java/util/List of ()Ljava/util/List; 512 0 25348 0 88 +instanceKlass it/unimi/dsi/fastutil/chars/AbstractCharCollection +instanceKlass it/unimi/dsi/fastutil/bytes/AbstractByteCollection +instanceKlass java/util/WeakHashMap$Values +instanceKlass java/util/Hashtable$ValueCollection +instanceKlass it/unimi/dsi/fastutil/booleans/AbstractBooleanCollection +instanceKlass it/unimi/dsi/fastutil/doubles/AbstractDoubleCollection +instanceKlass it/unimi/dsi/fastutil/ints/AbstractIntCollection +instanceKlass it/unimi/dsi/fastutil/longs/AbstractLongCollection +instanceKlass org/spongepowered/include/com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection +instanceKlass com/google/common/collect/Multimaps$Entries +instanceKlass com/google/common/collect/Maps$Values +instanceKlass com/google/common/collect/AbstractMultimap$Values +instanceKlass com/google/common/collect/AbstractMultiset +instanceKlass it/unimi/dsi/fastutil/objects/AbstractObjectCollection +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection +instanceKlass java/util/EnumMap$Values +instanceKlass com/electronwill/nightconfig/core/concurrent/StampedConfig$EntrySet +instanceKlass org/spongepowered/include/com/google/common/collect/ImmutableCollection +instanceKlass com/google/common/collect/ImmutableCollection +instanceKlass com/sun/jna/Structure$StructureSet +instanceKlass it/unimi/dsi/fastutil/objects/AbstractReferenceCollection +instanceKlass java/util/IdentityHashMap$Values +instanceKlass java/util/TreeMap$Values +instanceKlass java/util/concurrent/ConcurrentLinkedDeque +instanceKlass org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack +instanceKlass java/util/AbstractQueue +instanceKlass java/util/AbstractMap$2 +instanceKlass java/util/LinkedHashMap$LinkedValues +instanceKlass java/util/HashMap$Values +instanceKlass java/util/ArrayDeque +instanceKlass java/util/AbstractSet +instanceKlass java/util/ImmutableCollections$AbstractImmutableCollection +instanceKlass java/util/AbstractList +ciInstanceKlass java/util/AbstractCollection 1 1 160 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 11 12 1 11 7 1 10 12 1 10 12 1 10 7 12 1 1 1 11 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/util/AbstractCollection ()V 554 0 2130574 0 80 +ciInstanceKlass java/lang/AssertionStatusDirectives 0 0 24 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass net/minecraft/client/resources/model/BlockStateModelLoader$BlockStateDefinitionException +instanceKlass team/creative/creativecore/common/network/InvalidSideException +instanceKlass java/lang/annotation/IncompleteAnnotationException +instanceKlass org/yaml/snakeyaml/error/YAMLException +instanceKlass io/homo/superresolution/core/graphics/opengl/shader/ShaderCompileException +instanceKlass io/homo/superresolution/core/graphics/opengl/OpenGLException +instanceKlass com/llamalad7/mixinextras/lib/antlr/runtime/RecognitionException +instanceKlass com/llamalad7/mixinextras/expression/impl/flow/ComplexDataException +instanceKlass com/mojang/realmsclient/exception/RealmsHttpException +instanceKlass net/minecraft/client/renderer/texture/StitcherException +instanceKlass java/util/concurrent/CompletionException +instanceKlass com/teamabnormals/blueprint/core/api/conditions/BlueprintAndCondition$EscapeException +instanceKlass dev/latvian/mods/rhino/Parser$ParserException +instanceKlass dev/latvian/mods/rhino/GeneratorState$GeneratorClosedException +instanceKlass dev/latvian/mods/rhino/classfile/ClassFileWriter$ClassFileFormatException +instanceKlass com/corosus/coroutil/util/ReflectionHelper$UnableToAccessFieldException +instanceKlass com/corosus/coroutil/util/ReflectionHelper$UnableToFindFieldException +instanceKlass com/corosus/coroutil/util/ReflectionHelper$UnableToFindMethodException +instanceKlass com/corosus/coroutil/util/ReflectionHelper$UnknownConstructorException +instanceKlass mod/azure/azurelibarmor/common/util/AzureLibException +instanceKlass net/ramixin/mixson/MixsonError +instanceKlass com/illusivesoulworks/spectrelib/config/SpectreConfigTracker$ConfigLoadingException +instanceKlass dev/latvian/apps/tinyserver/http/response/error/HTTPError +instanceKlass dev/latvian/mods/rhino/RhinoException +instanceKlass com/cerbon/cerbons_api/api/network/exceptions/RegistrationException +instanceKlass io/homo/superresolution/core/graphics/vulkan/utils/VulkanException +instanceKlass com/electronwill/nightconfig/core/file/FileWatcher$WatchingException +instanceKlass software/bernie/geckolib/util/CompoundException +instanceKlass io/wispforest/owo/ui/parsing/IncompatibleUIModelException +instanceKlass io/wispforest/owo/ui/parsing/UIModelParsingException +instanceKlass io/wispforest/endec/impl/MissingAttributeValueException +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/error/YAMLException +instanceKlass fr/rakambda/fallingtree/common/tree/builder/AbortSearchException +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/IncompatibleIntermediaryLevelException +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/exceptions/TrackedValueException +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/exceptions/ConfigParseException +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/exceptions/ConfigFieldException +instanceKlass folk/sisby/kaleido/lib/quiltconfig/api/exceptions/ConfigCreationException +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/ParsingException +instanceKlass folk/sisby/kaleido/lib/nightconfig/core/io/WritingException +instanceKlass net/mehvahdjukaar/moonlight/api/platform/configs/ModConfigHolder$ConfigLoadingException +instanceKlass technology/roughness/whitenoise/config/WhiteNoiseConfigTracker$ConfigLoadingException +instanceKlass org/quiltmc/parsers/json/ParseException +instanceKlass dev/isxander/yacl3/config/v2/impl/autogen/YACLAutoGenException +instanceKlass net/neoforged/fml/ModLoader$DependentFutureFailedException +instanceKlass net/lenni0451/reflect/exceptions/ConstructorInvocationException +instanceKlass net/lenni0451/reflect/exceptions/FieldNotFoundException +instanceKlass net/lenni0451/reflect/exceptions/ConstructorNotFoundException +instanceKlass net/lenni0451/reflect/exceptions/MethodNotFoundException +instanceKlass net/lenni0451/reflect/exceptions/MethodInvocationException +instanceKlass de/keksuccino/fancymenu/util/AbstractOptions$UnsupportedOptionTypeException +instanceKlass net/irisshaders/iris/gl/shader/ShaderCompileException +instanceKlass org/apache/commons/lang3/exception/CloneFailedException +instanceKlass net/neoforged/fml/util/ObfuscationReflectionHelper$UnableToAccessFieldException +instanceKlass net/neoforged/fml/util/ObfuscationReflectionHelper$UnableToFindFieldException +instanceKlass net/neoforged/fml/util/ObfuscationReflectionHelper$UnableToFindMethodException +instanceKlass net/neoforged/fml/util/ObfuscationReflectionHelper$UnknownConstructorException +instanceKlass com/mojang/authlib/minecraft/InsecurePublicKeyException +instanceKlass com/mojang/authlib/exceptions/MinecraftClientException +instanceKlass java/util/concurrent/RejectedExecutionException +instanceKlass net/minecraft/world/level/storage/LevelStorageException +instanceKlass net/minecraft/client/renderer/LevelRenderer$TransparencyShaderException +instanceKlass net/minecraft/world/level/chunk/MissingPaletteEntryException +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/UninitializedMessageException +instanceKlass kotlin/reflect/jvm/internal/impl/utils/WrappedValues$WrappedProcessCanceledException +instanceKlass kotlin/KotlinNothingValueException +instanceKlass me/fzzyhmstrs/fzzy_config/impl/ConfigApiImpl$IncompatibleSaveTypeException +instanceKlass kotlin/NoWhenBranchMatchedException +instanceKlass kotlin/UninitializedPropertyAccessException +instanceKlass com/llamalad7/mixinextras/injector/wrapoperation/IncorrectArgumentCountException +instanceKlass dev/latvian/mods/kubejs/error/KubeRuntimeException +instanceKlass org/joml/ConfigurationException +instanceKlass com/google/common/cache/CacheLoader$InvalidCacheLoadException +instanceKlass com/google/common/util/concurrent/UncheckedExecutionException +instanceKlass com/sun/jna/platform/win32/PdhUtil$PdhException +instanceKlass net/minecraft/ResourceLocationException +instanceKlass net/minecraft/nbt/NbtException +instanceKlass io/netty/handler/codec/CodecException +instanceKlass java/security/ProviderException +instanceKlass com/euphoriapatches/shadow/com/google/gson/JsonParseException +instanceKlass net/minecraft/ReportedException +instanceKlass net/minecraft/client/main/SilentInitException +instanceKlass org/spongepowered/asm/mixin/injection/callback/CancellationException +instanceKlass com/ishland/c2me/base/common/util/BooleanUtils$BooleanFormatException +instanceKlass com/llamalad7/mixinextras/lib/semver/util/UnexpectedElementException +instanceKlass com/llamalad7/mixinextras/lib/semver/ParseException +instanceKlass org/spongepowered/include/com/google/gson/JsonParseException +instanceKlass org/openjdk/nashorn/internal/codegen/ApplySpecialization$AppliesFoundException +instanceKlass org/openjdk/nashorn/internal/codegen/ApplySpecialization$TransformFailedException +instanceKlass org/openjdk/nashorn/internal/codegen/CompilationException +instanceKlass jdk/dynalink/TypeConverterFactory$NotCacheableConverter +instanceKlass java/lang/invoke/WrongMethodTypeException +instanceKlass jdk/dynalink/LinkerServicesImpl$LinkerException +instanceKlass jdk/dynalink/NoSuchDynamicMethodException +instanceKlass org/openjdk/nashorn/internal/runtime/UnwarrantedOptimismException +instanceKlass org/openjdk/nashorn/internal/lookup/MethodHandleFactory$LookupException +instanceKlass org/openjdk/nashorn/api/scripting/NashornException +instanceKlass org/antlr/v4/runtime/RecognitionException +instanceKlass cpw/mods/modlauncher/VoteDeadlockException +instanceKlass cpw/mods/modlauncher/VoteRejectedException +instanceKlass net/fabricmc/loader/api/EntrypointException +instanceKlass net/fabricmc/loader/impl/FormattedException +instanceKlass net/neoforged/neoforgespi/locating/ModFileLoadingException +instanceKlass net/neoforged/fml/ModLoadingException +instanceKlass org/spongepowered/asm/mixin/throwables/MixinException +instanceKlass org/spongepowered/asm/service/ServiceInitialisationException +instanceKlass oshi/util/GlobalConfig$PropertyException +instanceKlass com/sun/jna/platform/win32/COM/COMException +instanceKlass com/sun/jna/LastErrorException +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/MethodKey$AmbiguousException +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/parser/TokenMgrException +instanceKlass dev/kostromdan/mods/crash_assistant/commons/logging/LogConfigurationException +instanceKlass java/util/IllformedLocaleException +instanceKlass java/util/EmptyStackException +instanceKlass java/lang/NegativeArraySizeException +instanceKlass java/lang/LayerInstantiationException +instanceKlass java/lang/IllegalCallerException +instanceKlass java/lang/EnumConstantNotPresentException +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlException +instanceKlass java/lang/reflect/InaccessibleObjectException +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/WritingException +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/file/NoFormatFoundException +instanceKlass dev/kostromdan/mods/crash_assistant/nightconfig/core/io/ParsingException +instanceKlass com/google/gson/JsonParseException +instanceKlass dev/kostromdan/mods/crash_assistant/common_config/loading_utils/JarLocatingException +instanceKlass java/nio/BufferUnderflowException +instanceKlass java/nio/BufferOverflowException +instanceKlass java/lang/TypeNotPresentException +instanceKlass org/objectweb/asm/tree/UnsupportedClassVersionException +instanceKlass com/electronwill/nightconfig/core/file/NoFormatFoundException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/FieldNotFoundException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/InvalidTargetException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/MethodNotFoundException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/TransformerException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/TransformerLoadException +instanceKlass me/decce/ixeris/core/win32/Win32Exception +instanceKlass java/lang/IndexOutOfBoundsException +instanceKlass com/electronwill/nightconfig/core/io/ParsingException +instanceKlass com/electronwill/nightconfig/core/io/WritingException +instanceKlass com/electronwill/nightconfig/core/IncompatibleIntermediaryLevelException +instanceKlass joptsimple/ValueConversionException +instanceKlass joptsimple/internal/ReflectionException +instanceKlass joptsimple/OptionException +instanceKlass java/lang/MatchException +instanceKlass java/lang/module/ResolutionException +instanceKlass com/sun/org/apache/xerces/internal/xni/XNIException +instanceKlass java/lang/reflect/UndeclaredThrowableException +instanceKlass org/apache/logging/log4j/core/config/ConfigurationException +instanceKlass java/util/MissingResourceException +instanceKlass org/apache/logging/log4j/util/InternalException +instanceKlass java/lang/SecurityException +instanceKlass org/apache/logging/log4j/LoggingException +instanceKlass java/util/NoSuchElementException +instanceKlass java/util/ConcurrentModificationException +instanceKlass java/time/DateTimeException +instanceKlass java/nio/file/FileSystemAlreadyExistsException +instanceKlass java/nio/file/FileSystemNotFoundException +instanceKlass java/lang/UnsupportedOperationException +instanceKlass java/lang/IllegalStateException +instanceKlass java/io/UncheckedIOException +instanceKlass java/lang/IllegalArgumentException +instanceKlass java/lang/ArithmeticException +instanceKlass java/lang/NullPointerException +instanceKlass java/lang/IllegalMonitorStateException +instanceKlass java/lang/ArrayStoreException +instanceKlass java/lang/ClassCastException +ciInstanceKlass java/lang/RuntimeException 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass umpaz/brewinandchewin/client/utility/BnCFluidItemDisplays$FluidBasedItemStack +instanceKlass dev/emi/emi/data/EmiAlias +instanceKlass net/mehvahdjukaar/polytone/tabs/CreativeTabsModifiersManager$Resources +instanceKlass net/neoforged/neoforge/client/model/ExtraFaceData +instanceKlass net/mehvahdjukaar/polytone/block/BlockPropertiesManager$Resources +instanceKlass net/mehvahdjukaar/polytone/utils/JsonImgPartialReloader$Resources +instanceKlass net/mehvahdjukaar/polytone/block/BlockPropertyModifier +instanceKlass net/mehvahdjukaar/polytone/utils/ArrayImage +instanceKlass net/mehvahdjukaar/polytone/sound/SoundTypesManager$Resources +instanceKlass net/minecraft/client/renderer/GameRenderer$ResourceCache +instanceKlass net/minecraft/client/particle/ParticleEngine$1ParticleDefinition +instanceKlass net/minecraft/client/renderer/texture/Stitcher$Holder +instanceKlass dev/isxander/yacl3/gui/image/ImageRendererManager$PreloadedImageFactory +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/PalettedPermutations$PalettedSpriteSupplier +instanceKlass net/minecraft/client/resources/model/ModelManager$ReloadState +instanceKlass net/minecraft/client/renderer/texture/SpriteLoader$Preparations +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$Glyph +instanceKlass software/bernie/geckolib/loading/math/value/Negative +instanceKlass software/bernie/geckolib/loading/math/value/Group +instanceKlass software/bernie/geckolib/loading/math/MolangQueries$Actor +instanceKlass software/bernie/geckolib/loading/math/value/Variable +instanceKlass team/creative/creativecore/common/config/field/ConfigFieldWrapper +instanceKlass net/mehvahdjukaar/polytone/utils/VersionRange +instanceKlass net/mehvahdjukaar/polytone/item/StandaloneItemModelOverride$Partial +instanceKlass net/mehvahdjukaar/polytone/item/ItemModelOverride$Partial +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$ByteContents +instanceKlass software/bernie/geckolib/loading/math/Operator +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$ShortContents +instanceKlass software/bernie/geckolib/animation/keyframe/Keyframe +instanceKlass net/createmod/catnip/net/packets/ClientboundConfigPacket +instanceKlass net/createmod/catnip/net/packets/ClientboundSimpleActionPacket +instanceKlass software/bernie/geckolib/loading/math/value/Constant +instanceKlass com/faboslav/friendsandfoes/common/network/packet/TotemEffectPacket +instanceKlass me/pepperbell/continuity/client/resource/CtmPropertiesLoader$LoadingContainer +instanceKlass software/bernie/geckolib/animation/keyframe/KeyframeStack +instanceKlass software/bernie/geckolib/animation/keyframe/BoneAnimation +instanceKlass net/neoforged/neoforge/fluids/FluidInteractionRegistry$InteractionInformation +instanceKlass net/minecraft/client/gui/font/providers/BitmapProvider$Glyph +instanceKlass net/minecraft/client/gui/font/FontManager$BuilderResult +instanceKlass mod/azure/azurelibarmor/common/animation/controller/keyframe/AzKeyframe +instanceKlass net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Reference +instanceKlass net/minecraft/client/gui/font/FontManager$BuilderId +instanceKlass net/minecraft/client/gui/font/providers/ProviderReferenceDefinition +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions +instanceKlass net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange +instanceKlass com/mojang/blaze3d/font/SpaceProvider$Definition +instanceKlass net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift +instanceKlass net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition +instanceKlass net/minecraft/client/gui/font/providers/BitmapProvider$Definition +instanceKlass net/minecraft/client/gui/font/providers/GlyphProviderDefinition$Conditional +instanceKlass mod/azure/azurelibarmor/common/cache/object/GeoCube +instanceKlass software/bernie/geckolib/cache/object/GeoCube +instanceKlass mod/azure/azurelibarmor/common/cache/object/GeoQuad +instanceKlass software/bernie/geckolib/cache/object/GeoQuad +instanceKlass mod/azure/azurelibarmor/common/cache/object/GeoVertex +instanceKlass software/bernie/geckolib/cache/object/GeoVertex +instanceKlass mod/azure/azurelibarmor/common/model/factory/primitive/VertexSet +instanceKlass software/bernie/geckolib/loading/object/BakedModelFactory$VertexSet +instanceKlass org/violetmoon/zeta/world/WeightedGenerator +instanceKlass io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncLoaderDataPacket +instanceKlass io/wispforest/accessories/networking/client/InvalidateEntityCache +instanceKlass io/wispforest/accessories/api/slot/ExtraSlotTypeProperties +instanceKlass io/wispforest/accessories/impl/SlotGroupImpl +instanceKlass io/wispforest/accessories/impl/SlotTypeImpl +instanceKlass io/wispforest/accessories/networking/client/SyncData +instanceKlass net/minecraft/client/gui/font/FontManager$FontDefinitionFile +instanceKlass io/wispforest/accessories/networking/client/SyncContainerData +instanceKlass mod/azure/azurelibarmor/common/animation/controller/keyframe/AzKeyframeStack +instanceKlass io/wispforest/accessories/endec/NbtMapCarrier +instanceKlass mod/azure/azurelibarmor/common/animation/controller/keyframe/AzBoneAnimation +instanceKlass mod/azure/azurelibarmor/common/model/AzBoneMetadata +instanceKlass io/wispforest/accessories/networking/client/SyncEntireContainer +instanceKlass mod/azure/azurelibarmor/common/loading/object/BoneStructure +instanceKlass mod/azure/azurelibarmor/common/animation/primitive/AzBakedAnimation +instanceKlass mod/azure/azurelibarmor/common/loading/object/GeometryTree +instanceKlass io/wispforest/accessories/networking/server/SyncCosmeticToggle +instanceKlass software/bernie/geckolib/loading/object/BoneStructure +instanceKlass io/wispforest/owo/network/ServerAccess +instanceKlass software/bernie/geckolib/loading/object/GeometryTree +instanceKlass mod/azure/azurelibarmor/common/animation/primitive/AzKeyframes +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/UVUnion +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/UVFaces +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/TextureMesh +instanceKlass software/bernie/geckolib/animation/Animation$Keyframes +instanceKlass software/bernie/geckolib/loading/json/raw/UVUnion +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/PolysUnion +instanceKlass software/bernie/geckolib/loading/json/raw/UVFaces +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/PolyMesh +instanceKlass io/wispforest/owo/network/neoforge/SidedPacketCodec +instanceKlass io/wispforest/owo/network/OwoNetChannel$MessagePayload +instanceKlass software/bernie/geckolib/loading/json/raw/TextureMesh +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/ModelProperties +instanceKlass software/bernie/geckolib/loading/json/raw/PolysUnion +instanceKlass net/minecraft/client/gui/font/FontManager$Preparation +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/Model +instanceKlass software/bernie/geckolib/loading/json/raw/PolyMesh +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/MinecraftGeometry +instanceKlass software/bernie/geckolib/loading/json/raw/ModelProperties +instanceKlass software/bernie/geckolib/loading/json/raw/Model +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/LocatorValue +instanceKlass software/bernie/geckolib/loading/json/raw/MinecraftGeometry +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/LocatorClass +instanceKlass software/bernie/geckolib/loading/json/raw/LocatorValue +instanceKlass software/bernie/geckolib/loading/json/raw/LocatorClass +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/FaceUV +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/Cube +instanceKlass software/bernie/geckolib/loading/json/raw/FaceUV +instanceKlass mod/azure/azurelibarmor/common/loading/json/raw/Bone +instanceKlass software/bernie/geckolib/loading/json/raw/Cube +instanceKlass software/bernie/geckolib/loading/json/raw/Bone +instanceKlass mod/azure/azurelibarmor/common/util/JsonUtil +instanceKlass net/minecraft/client/gui/font/FontManager$UnresolvedBuilderBundle +instanceKlass net/minecraft/world/level/storage/loot/LootDataType +instanceKlass dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Offset +instanceKlass dev/ftb/mods/ftblibrary/icon/EntityImageIcon$ChildIconData +instanceKlass dev/ftb/mods/ftblibrary/icon/EntityImageIcon$Slice +instanceKlass net/neoforged/fml/VersionChecker$CheckResult +instanceKlass com/faboslav/variantsandventures/common/network/packet/SyncZombieIsShakingPacketFromServer +instanceKlass net/minecraft/server/packs/resources/FallbackResourceManager$ResourceWithSource +instanceKlass net/minecraft/server/packs/resources/FallbackResourceManager$EntryStack +instanceKlass dev/ftb/mods/ftblibrary/icon/EntityIconLoader$WidthHeight +instanceKlass dev/ftb/mods/ftblibrary/icon/EntityIconLoader$EntityIconSettings +instanceKlass mod/azure/azurelibarmor/common/animation/primitive/AzBakedAnimations +instanceKlass software/bernie/geckolib/cache/object/BakedGeoModel +instanceKlass software/bernie/geckolib/loading/object/BakedAnimations +instanceKlass net/mehvahdjukaar/supplementaries/client/GlobeManager$SimpleData +instanceKlass com/aetherteam/cumulus/api/Menu +instanceKlass dev/ftb/mods/ftblibrary/snbt/config/StringSidebarMapValue$SideButtonInfo +instanceKlass io/homo/superresolution/api/utils/Requirement$Result +instanceKlass net/bivrik/fancytoasts/core/event/ToastConfigDataEvent +instanceKlass net/bivrik/fancytoasts/core/event/GeneralConfigDataEvent +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/Respriter$Color2ColorMap +instanceKlass net/mehvahdjukaar/moonlight/core/misc/McMetaFile +instanceKlass net/minecraft/client/resources/metadata/animation/FrameSize +instanceKlass net/mehvahdjukaar/moonlight/api/resources/textures/TextureCollager$Operation +instanceKlass net/minecraft/server/packs/resources/FallbackResourceManager$1ResourceWithSourceAndIndex +instanceKlass com/teamabnormals/blueprint/common/remolder/RemoldingCompiler$ExportEntry +instanceKlass com/teamabnormals/blueprint/common/remolder/RemolderLoader$Settings +instanceKlass net/minecraft/server/packs/resources/FallbackResourceManager$PackEntry +instanceKlass dev/latvian/mods/kubejs/script/data/GeneratedData +instanceKlass dev/latvian/mods/kubejs/client/LangKubeEvent$Key +instanceKlass dev/latvian/mods/kubejs/client/LangKubeEvent +instanceKlass net/minecraft/client/gui/components/MultiLineLabel$TextAndWidth +instanceKlass net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey +instanceKlass net/minecraft/client/multiplayer/chat/report/AbuseReportSender$Services +instanceKlass net/minecraft/client/animation/AnimationDefinition +instanceKlass net/minecraft/client/animation/Keyframe +instanceKlass net/minecraft/client/animation/AnimationChannel +instanceKlass net/neoforged/neoforge/client/entity/animation/AnimationTarget +instanceKlass net/minecraft/client/gui/screens/worldselection/WorldCreationContext +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/ItemDecorationContextNeoForgeImpl +instanceKlass net/neoforged/neoforge/client/RenderTypeGroup +instanceKlass fuzs/puzzleslib/impl/client/key/KeyActivationHandlerImpl +instanceKlass dev/huskuraft/effortless/neoforge/input/MinecraftKeyBinding +instanceKlass dev/huskuraft/effortless/api/input/KeyCodes +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/KeyMappingsContextNeoForgeImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/EntitySpectatorShaderContextNeoForgeImpl +instanceKlass com/mrcrayfish/configured/client/screen/TooltipScreen$ListMenuTooltipComponent +instanceKlass vectorwing/farmersdelight/client/gui/CookingPotTooltip$CookingPotTooltipComponent +instanceKlass umpaz/brewinandchewin/client/gui/KegTooltip$KegTooltipComponent +instanceKlass fuzs/iteminteractions/api/v1/tooltip/BundleContentsTooltip +instanceKlass fuzs/iteminteractions/api/v1/tooltip/ItemContentsTooltip +instanceKlass org/violetmoon/quark/content/tools/item/SeedPouchItem$Tooltip +instanceKlass org/violetmoon/quark/content/client/tooltip/FuelTooltips$FuelComponent +instanceKlass org/violetmoon/quark/content/client/tooltip/EnchantedBookTooltips$EnchantedBookComponent +instanceKlass org/violetmoon/quark/content/client/tooltip/MapTooltips$MapComponent +instanceKlass org/violetmoon/quark/content/client/tooltip/ShulkerBoxTooltips$ShulkerComponent +instanceKlass org/violetmoon/quark/content/client/tooltip/FoodTooltips$FoodComponent +instanceKlass org/violetmoon/quark/content/client/tooltip/AttributeTooltips$AttributeComponent +instanceKlass net/mehvahdjukaar/supplementaries/common/items/tooltip_components/SherdTooltip +instanceKlass net/mehvahdjukaar/supplementaries/common/items/tooltip_components/PaintingTooltip +instanceKlass net/mehvahdjukaar/supplementaries/common/items/tooltip_components/BannerPatternTooltip +instanceKlass net/mehvahdjukaar/supplementaries/common/items/tooltip_components/InventoryViewTooltip +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/ClientTooltipComponentsContextNeoForgeImpl +instanceKlass com/li64/tide/client/FishDisplayRenderer +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/BlockEntityRenderersContextNeoForgeImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/EntityRenderersContextNeoForgeImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/LayerDefinitionsContextNeoForgeImpl +instanceKlass eu/ha3/presencefootsteps/world/StateLookup +instanceKlass eu/ha3/presencefootsteps/sound/Isolator +instanceKlass com/simibubi/create/content/trains/schedule/hat/TrainHatInfo +instanceKlass com/teamresourceful/resourcefullib/client/highlights/base/Highlight +instanceKlass org/violetmoon/quark/content/client/resources/AttributeIconEntry +instanceKlass io/wispforest/accessories/networking/server/NukeAccessories +instanceKlass io/wispforest/accessories/menu/networking/ToggledSlots +instanceKlass io/wispforest/accessories/networking/server/MenuScroll +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/MenuScreensContextNeoForgeImpl +instanceKlass net/neoforged/neoforge/client/textures/NamespacedDirectoryLister +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/BuiltinModelItemRendererContextNeoForgeImpl +instanceKlass com/mojang/realmsclient/gui/RealmsDataFetcher$ServerListData +instanceKlass net/minecraft/world/scores/PlayerScoreEntry +instanceKlass com/mojang/blaze3d/vertex/MeshData$DrawState +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile +instanceKlass net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Stretch +instanceKlass net/minecraft/client/resources/metadata/gui/GuiMetadataSection +instanceKlass com/li64/tide/registries/particles/MagicChain$Provider +instanceKlass com/li64/tide/registries/particles/VoidRipple$SmallProvider +instanceKlass com/li64/tide/registries/particles/VoidRipple$LargeProvider +instanceKlass io/github/razordevs/deep_aether/client/particle/EOTSPreFightParticle$Provider +instanceKlass com/aetherteam/aether/client/particle/PassiveWhirlwindParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/HolidayLeavesParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/GoldenOakLeavesParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/FrozenParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/EvilWhirlwindParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/DungeonBlockOverlayParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/CrystalLeavesParticle$Factory +instanceKlass com/aetherteam/aether/client/particle/AetherPortalParticle$Factory +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/ClientHelperImpl$ParticleEventImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/ParticleProvidersContextNeoForgeImpl +instanceKlass net/minecraft/client/particle/SculkChargePopParticle$Provider +instanceKlass net/minecraft/client/particle/SculkChargeParticle$Provider +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/RenderBuffersContextNeoForgeImpl +instanceKlass net/minecraft/client/renderer/block/model/BlockElementFace +instanceKlass net/minecraft/client/resources/model/AtlasSet$AtlasEntry +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/ItemColorProvidersContextNeoForgeImpl +instanceKlass net/mehvahdjukaar/supplementaries/client/renderers/color/FluidColor +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/BlockColorProvidersContextNeoForgeImpl +instanceKlass net/minecraft/client/gui/font/GlyphRenderTypes +instanceKlass com/mojang/blaze3d/font/GlyphProvider$Conditional +instanceKlass net/minecraft/client/gui/font/FontSet$GlyphInfoFilter +instanceKlass com/mojang/blaze3d/audio/ListenerTransform +instanceKlass net/minecraft/client/resources/language/LanguageInfo +instanceKlass net/caffeinemc/mods/sodium/client/data/fingerprint/HashedFingerprint +instanceKlass net/caffeinemc/mods/sodium/client/data/fingerprint/FingerprintMeasure +instanceKlass net/neoforged/neoforge/common/conditions/WithConditions +instanceKlass com/aetherteam/aether/client/CombinedPackResources$CombinedResourcesSupplier +instanceKlass fuzs/puzzleslib/neoforge/impl/client/core/context/ResourcePackSourcesContextNeoForgeImpl +instanceKlass net/blay09/mods/balm/api/config/reflection/LoadedReflectionConfig +instanceKlass net/blay09/mods/balm/neoforge/config/LoadedNeoForgeConfig +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent$Placement +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/SpawnPlacementsContextNeoForgeImpl +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent$Placement +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/EntityAttributesModifyContextNeoForgeImpl +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/EntityAttributesCreateContextNeoForgeImpl +instanceKlass net/mehvahdjukaar/supplementaries/neoforge/SuppPlatformStuffImpl$CapSlotReference +instanceKlass net/mehvahdjukaar/supplementaries/integration/CuriosCompat$Curio +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Quiver +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference$EqSlot +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Inv +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/EnumStreamCodec +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Hand +instanceKlass net/neoforged/neoforge/common/world/StructureModifiers$ClearSpawnsStructureModifier +instanceKlass net/neoforged/neoforge/common/world/StructureModifiers$RemoveSpawnsStructureModifier +instanceKlass net/neoforged/neoforge/common/world/StructureModifiers$AddSpawnsStructureModifier +instanceKlass dev/latvian/mods/kubejs/ingredient/CreativeTabIngredient +instanceKlass dev/latvian/mods/kubejs/ingredient/RegExIngredient +instanceKlass dev/latvian/mods/kubejs/ingredient/NamespaceIngredient +instanceKlass net/fabricmc/fabric/impl/recipe/ingredient/compat/NeoCustomIngredientWrapper +instanceKlass net/neoforged/neoforge/common/crafting/IntersectionIngredient +instanceKlass net/neoforged/neoforge/common/crafting/DifferenceIngredient +instanceKlass net/neoforged/neoforge/common/crafting/CompoundIngredient +instanceKlass net/neoforged/neoforge/fluids/FluidType$DripstoneDripInfo +instanceKlass com/bobmowzie/mowziesmobs/server/entity/umvuthana/trade/Trade +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/ResourceConditionsBridge$AllModsLoadedResourceCondition +instanceKlass com/illusivesoulworks/comforts/data/HammockEnabledCondition +instanceKlass com/illusivesoulworks/comforts/data/SleepingBagEnabledCondition +instanceKlass net/blay09/mods/balm/neoforge/resources/NeoForgeBalmResourceCondition +instanceKlass com/copycatsplus/copycats/datagen/recipes/neoforge/FeatureEnabledCondition +instanceKlass net/mehvahdjukaar/moonlight/api/resources/recipe/neoforge/OptionalRecipeCondition +instanceKlass net/neoforged/neoforge/common/conditions/TagEmptyCondition +instanceKlass net/neoforged/neoforge/common/conditions/OrCondition +instanceKlass net/neoforged/neoforge/common/conditions/NotCondition +instanceKlass net/neoforged/neoforge/common/conditions/ModLoadedCondition +instanceKlass net/fabricmc/fabric/impl/biome/modification/BiomeModificationImpl$FabricBiomeModifier +instanceKlass vectorwing/farmersdelight/common/world/modifier/AddFeaturesByFilterBiomeModifier +instanceKlass com/aetherteam/nitrogen/world/biomemodifier/AddMobChargeBiomeModifier +instanceKlass com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/RemovalsModifier +instanceKlass com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsTemperatureModifier +instanceKlass com/telepathicgrunt/repurposedstructures/world/neoforge/biomemodifiers/AdditionsModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$RemoveSpawnCostsBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$AddSpawnCostsBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$RemoveCarversBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$AddCarversBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$RemoveSpawnsBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$AddSpawnsBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$RemoveFeaturesBiomeModifier +instanceKlass net/neoforged/neoforge/common/world/BiomeModifiers$AddFeaturesBiomeModifier +instanceKlass com/teamabnormals/allurement/common/enchantment/effects/TransferEffects +instanceKlass com/teamabnormals/allurement/common/enchantment/effects/Launch +instanceKlass com/teamabnormals/allurement/common/enchantment/effects/RepairItem +instanceKlass com/kyanite/deeperdarker/content/misc/CatalyzeEnvironment +instanceKlass com/soytutta/mynethersdelight/common/enchantment/PoachingData +instanceKlass net/neoforged/neoforge/common/advancements/critereon/ItemAbilityPredicate +instanceKlass plus/dragons/createdragonsplus/common/advancements/criterion/StatTrigger$Instance +instanceKlass net/minecraft/advancements/CriterionTrigger$Listener +instanceKlass net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance$Slots +instanceKlass net/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance +instanceKlass net/minecraft/advancements/AdvancementRequirements +instanceKlass net/minecraft/advancements/AdvancementRewards +instanceKlass net/minecraft/advancements/critereon/PlayerTrigger$TriggerInstance +instanceKlass com/copycatsplus/copycats/CCCreativeTabs$AdvancedDisplayGenerator +instanceKlass vectorwing/farmersdelight/common/world/configuration/WildCropConfiguration +instanceKlass net/orcinus/galosphere/world/gen/features/config/PalladiumDustConfiguration +instanceKlass net/orcinus/galosphere/world/gen/features/config/PinkSaltStrawPatchConfig +instanceKlass net/orcinus/galosphere/world/gen/features/config/NoisePatchConfig +instanceKlass net/orcinus/galosphere/world/gen/features/config/CrystalSpikeConfig +instanceKlass io/github/razordevs/deep_aether/world/feature/features/ConfiguredBoulder$Config +instanceKlass io/github/razordevs/deep_aether/world/feature/features/configuration/AercloudCloudConfiguration +instanceKlass net/minecraft/world/level/levelgen/RandomSupport$Seed128bit +instanceKlass io/github/razordevs/deep_aether/world/feature/features/configuration/FallenTreeConfiguration +instanceKlass com/aetherteam/aether/world/configuration/AetherLakeConfiguration +instanceKlass com/aetherteam/aether/world/configuration/AercloudConfiguration +instanceKlass com/aetherteam/aether/world/configuration/ShelfConfiguration +instanceKlass org/betterx/betterend/world/features/terrain/caves/CaveChunkPopulatorFeatureConfig +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/BarnaclesMultifaceGrowthFeature$Config +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$ExtraData +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/SpawnEntityWithPassengersFeature$Config +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/BasaltAshFeature$Config +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$RandomState +instanceKlass net/mehvahdjukaar/supplementaries/common/worldgen/RoadSignFeature$Config +instanceKlass net/mehvahdjukaar/moonlight/core/loot/PatternMatchLootItemCondition +instanceKlass net/mehvahdjukaar/moonlight/core/loot/ResourceLootItemCondition +instanceKlass umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$RangedMatcher +instanceKlass umpaz/brewinandchewin/common/loot/condition/NullTrueBlockStateCondition$ExactMatcher +instanceKlass com/bobmowzie/mowziesmobs/server/loot/LootConditionMoonPhase +instanceKlass com/bobmowzie/mowziesmobs/server/loot/LootConditionElokosaNightForm +instanceKlass com/bobmowzie/mowziesmobs/server/loot/LootConditionFrostmawHasCrystal +instanceKlass top/theillusivec4/curios/common/util/SetCurioAttributesFunction$Modifier +instanceKlass net/minecraft/advancements/critereon/EntityTypePredicate +instanceKlass net/minecraft/world/entity/npc/VillagerTrades$TypeSpecificTrade +instanceKlass io/wispforest/accessories/commands/RecordArgumentTypeInfo +instanceKlass dev/latvian/mods/rhino/type/JSOptionalParam +instanceKlass dev/latvian/mods/rhino/type/JSObjectTypeInfo +instanceKlass dev/latvian/mods/rhino/type/JSOrTypeInfo +instanceKlass dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionType +instanceKlass dev/latvian/mods/kubejs/recipe/ingredientaction/IngredientActionHolder +instanceKlass com/teamresourceful/bytecodecs/base/object/ObjectEncoders$Encoder7 +instanceKlass com/teamresourceful/resourcefullib/common/bytecodecs/IdMapByteCodec +instanceKlass com/teamresourceful/bytecodecs/base/object/ObjectEncoders$Encoder3 +instanceKlass com/teamresourceful/bytecodecs/base/object/ObjectEncoders$Encoder2 +instanceKlass com/teamresourceful/bytecodecs/base/ObjectEntryByteCodec +instanceKlass com/teamresourceful/bytecodecs/defaults/CollectionCodec +instanceKlass tech/alexnijjar/golemoverhaul/common/recipes/GolemConstructionRecipe +instanceKlass com/aetherteam/nitrogen/recipe/BlockPropertyPair$RawPair +instanceKlass com/aetherteam/nitrogen/recipe/BlockStateIngredient$TagValue +instanceKlass com/aetherteam/nitrogen/recipe/BlockStateIngredient$BlockStateValue +instanceKlass com/aetherteam/nitrogen/recipe/BlockPropertyPair +instanceKlass umpaz/brewinandchewin/common/crafting/FluidIngredientWithAmount +instanceKlass fuzs/puzzleslib/impl/item/CopyComponentsRecipe$Serializer +instanceKlass io/wispforest/accessories/menu/AccessoriesMenuData +instanceKlass io/wispforest/accessories/menu/variants/AccessoriesMenuBase$SetTransferFlag +instanceKlass net/critical_strike/fx/CriticalStrikeParticles$Behaviour +instanceKlass net/critical_strike/fx/CriticalStrikeParticles$Texture +instanceKlass net/critical_strike/fx/CriticalStrikeParticles$TemplateEntry +instanceKlass dev/imb11/sounds/api/event/SoundDefinitionReplacementEvent$Response +instanceKlass net/minecraft/data/models/ItemModelGenerators$TrimModelData +instanceKlass com/simibubi/create/foundation/item/ItemDescription +instanceKlass net/arsenal/spell/ArsenalProjectiles$Entry +instanceKlass net/arsenal/spell/ArsenalSpells$Entry +instanceKlass net/jewelry/items/Gems$Entry +instanceKlass net/createmod/catnip/lang/FontHelper$Palette +instanceKlass net/wizards/content/WizardSpells$Entry +instanceKlass com/github/L_Ender/cataclysm/items/CuriosItem/AttributeContainer +instanceKlass net/rogues/block/CustomBlocks$Entry +instanceKlass net/spell_engine/api/entity/SpellEntityPredicates$Entry +instanceKlass net/spell_engine/api/entity/SpellEntityPredicates$Input +instanceKlass net/relics_rpgs/spell/RelicSpells$Entry +instanceKlass net/spell_engine/client/gui/SpellTooltip$DescriptionMutator$Args +instanceKlass net/skill_tree_rpgs/items/SkillItems$LoreLine$Translatable +instanceKlass net/skill_tree_rpgs/items/SkillItems$LoreLine +instanceKlass net/skill_tree_rpgs/items/SkillItems$Entry +instanceKlass net/paladins/content/PaladinSpells$Entry +instanceKlass software/bernie/geckolib/animation/Animation +instanceKlass software/bernie/geckolib/animation/RawAnimation$Stage +instanceKlass net/spell_engine/rpg_series/item/Armor$ItemSettingsTweaker +instanceKlass net/armory_rpgs/spell/ArmorySpells$Entry +instanceKlass net/armory_rpgs/spell/SetBonuses$Entry +instanceKlass net/armory_rpgs/item/SmtihingIngredients$Entry +instanceKlass net/armory_rpgs/item/SmtihingIngredients$Translations +instanceKlass net/armory_rpgs/item/SmithingTemplates$Entry +instanceKlass net/armory_rpgs/item/SmithingTemplates$Translations +instanceKlass net/spell_engine/rpg_series/item/Armor$Entry +instanceKlass net/spell_engine/rpg_series/item/Equipment$LootProperties +instanceKlass net/archers/item/Quivers$Entry +instanceKlass net/archers/item/Quivers$Args +instanceKlass net/archers/item/misc/Misc$Entry +instanceKlass net/runes/crafting/RunePouches$Entry +instanceKlass net/runes/api/RuneItems$Entry +instanceKlass tech/thatgravyboat/creeperoverhaul/common/entity/base/CreeperType +instanceKlass com/li64/tide/registries/TideFish$FishEntityData +instanceKlass com/li64/tide/registries/TideFoods$FoodEffect +instanceKlass com/li64/tide/registries/TideFoods$FoodDefinition +instanceKlass com/simibubi/create/api/stress/BlockStressValues$GeneratedRpm +instanceKlass net/jewelry/blocks/JewelryBlocks$Entry +instanceKlass com/copycatsplus/copycats/content/copycat/slab/CopycatSlabBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/stacked_half_layer/CopycatStackedHalfLayerBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/vertical_half_layer/CopycatVerticalHalfLayerBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/half_layer/CopycatHalfLayerBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/byte_panel/CopycatBytePanelBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$FaceData +instanceKlass com/copycatsplus/copycats/content/copycat/bytes/CopycatByteBlock$Byte +instanceKlass com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock$FaceData +instanceKlass net/orcinus/galosphere/blocks/PinkSaltStrawBlock$SaltReaction +instanceKlass net/archers/block/ArcherBlocks$Entry +instanceKlass com/yungnickyoung/minecraft/yungsapi/module/BlockModuleNeoForge$ExtraBlockData +instanceKlass org/betterx/wover/complex/api/equipment/ToolTier$ToolValues +instanceKlass org/betterx/wover/complex/api/equipment/ArmorTier$ArmorValues +instanceKlass net/spell_engine/api/effect/OnRemoval$Context +instanceKlass net/spell_engine/api/effect/RemoveOnHit$Args +instanceKlass net/spell_engine/api/effect/InstantCast$Args +instanceKlass net/spell_power/api/SpellPower$Vulnerability +instanceKlass net/spell_engine/api/effect/Protection$Entry +instanceKlass net/spell_engine/api/effect/Protection$Pop +instanceKlass net/spell_engine/api/effect/EntityActionsAllowed$MobsAllowed +instanceKlass net/spell_engine/api/effect/EntityActionsAllowed$PlayersAllowed +instanceKlass net/spell_engine/client/util/Color +instanceKlass net/spell_engine/api/config/ConfigUtil$Entry +instanceKlass net/mehvahdjukaar/supplementaries/common/block/tiles/BookPileBlockTile$BooksList +instanceKlass net/relics_rpgs/spell/RelicSounds$Entry +instanceKlass net/mehvahdjukaar/moonlight/api/map/MLMapDecorationsComponent +instanceKlass dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$TeleportData +instanceKlass dev/ftb/mods/ftbquests/block/entity/BaseBarrierBlockEntity$BarrierSavedData +instanceKlass dev/ftb/mods/ftbquests/block/entity/TaskScreenBlockEntity$TaskScreenSaveData +instanceKlass dev/architectury/registry/registries/forge/RegistrarManagerImpl$RegistryEntryId +instanceKlass com/kyanite/deeperdarker/content/data/Transmitter +instanceKlass com/kyanite/deeperdarker/content/data/TempleTracker +instanceKlass top/theillusivec4/curios/api/CurioAttributeModifiers$Entry +instanceKlass top/theillusivec4/curios/api/CurioAttributeModifiers +instanceKlass com/github/L_Ender/cataclysm/items/Components/ChargeAnimationComponent +instanceKlass net/orcinus/galosphere/items/components/MoleData +instanceKlass net/orcinus/galosphere/items/components/SterlingAttached +instanceKlass net/orcinus/galosphere/items/components/EchobellTracker +instanceKlass net/orcinus/galosphere/items/components/MonstrometerTracker +instanceKlass net/orcinus/galosphere/util/quests/IndexedQuest +instanceKlass net/orcinus/galosphere/items/components/SpectreBound +instanceKlass io/github/razordevs/deep_aether/item/component/FloatyScarf +instanceKlass io/github/razordevs/deep_aether/item/component/MoaFodder +instanceKlass io/github/razordevs/deep_aether/item/component/DungeonTracker +instanceKlass com/aetherteam/aether/item/components/DungeonKind +instanceKlass com/tom/storagemod/components/ConfiguratorComponent +instanceKlass com/tom/storagemod/components/TagFilterComponent +instanceKlass com/tom/storagemod/components/SimpleItemFilterComponent +instanceKlass com/tom/storagemod/components/WorldPos +instanceKlass io/wispforest/accessories/api/components/AccessoryItemCosmeticOverride +instanceKlass io/wispforest/accessories/api/components/AccessoryCustomRendererComponent +instanceKlass io/wispforest/accessories/api/components/AccessoryStackSizeComponent +instanceKlass io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers$Entry +instanceKlass io/wispforest/accessories/api/components/AccessoryItemAttributeModifiers +instanceKlass io/wispforest/accessories/api/components/AccessorySlotValidationComponent +instanceKlass io/wispforest/accessories/api/components/AccessoryRenderTransformations +instanceKlass io/wispforest/accessories/api/components/AccessoryRenderOverrideComponent +instanceKlass dev/latvian/mods/kubejs/registry/BuilderType +instanceKlass dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler$RegConsumer +instanceKlass dev/latvian/mods/kubejs/registry/BuilderTypeRegistryHandler +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlaceBlockOnGround +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileBlockHitActions$PlantCrop +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$ChorusTeleport +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$FoodEffects +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$PotionEffect +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileEntityHitActions$SetOnFire +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$StuckToEntity +instanceKlass com/simibubi/create/content/equipment/potatoCannon/AllPotatoProjectileRenderModes$TowardMotion +instanceKlass net/ramixin/mixson/inline/BuiltMixsonEvent +instanceKlass net/ramixin/mixson/inline/ResourceReference +instanceKlass com/terraformersmc/biolith/impl/biome/DimensionBiomePlacement$PlacementRequest +instanceKlass org/violetmoon/quark/content/tools/loot/InBiomeCondition +instanceKlass org/violetmoon/zeta/util/VanillaWoods$Wood +instanceKlass net/minecraft/world/entity/SpawnPlacements$Data +instanceKlass org/violetmoon/quark/content/world/module/CorundumModule$ClusterConnection +instanceKlass org/violetmoon/quark/base/components/ItemWrapperComponent +instanceKlass snownee/kiwi/recipe/EvalCondition +instanceKlass snownee/kiwi/recipe/ModuleLoadedCondition +instanceKlass snownee/kiwi/customization/block/GlassType +instanceKlass com/simibubi/create/api/equipment/potatoCannon/PotatoCannonProjectileType +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil$BiomeSourceModdedBiomeProvider +instanceKlass com/teamabnormals/blueprint/core/util/BiomeUtil$OverlayModdedBiomeProvider +instanceKlass com/teamabnormals/blueprint/common/world/modification/ModdedBiomeSlice +instanceKlass net/hibiscus/naturespirit/blocks/block_entities/PizzaToppingVariant +instanceKlass net/orcinus/galosphere/util/quests/MiningQuest +instanceKlass net/orcinus/galosphere/entities/variants/SparkleVariant +instanceKlass com/aetherteam/aether/api/registers/MoaType +instanceKlass dev/worldgen/abridged/worldgen/structure/BridgeConfig$Extension +instanceKlass dev/worldgen/abridged/worldgen/structure/BridgeConfig +instanceKlass net/neoforged/neoforge/registries/DataPackRegistryEvent$DataPackRegistryData +instanceKlass com/li64/tide/data/fishing/conditions/types/TimeRange +instanceKlass net/minecraft/advancements/AdvancementHolder +instanceKlass net/minecraft/advancements/Criterion +instanceKlass plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodFluid +instanceKlass plus/dragons/createintegratedfarming/common/ranching/roost/chicken/ChickenFoodItem +instanceKlass net/skill_tree_rpgs/attributes/ConditionalAttributeModifier +instanceKlass com/teamabnormals/blueprint/core/endimator/PlayableEndimation +instanceKlass net/spell_engine/api/event/CombatEvents$ItemUse$Args +instanceKlass net/spell_engine/api/event/CombatEvents$EntityShieldBlock$Args +instanceKlass net/spell_engine/api/event/CombatEvents$EntityDamageTaken$Args +instanceKlass net/spell_engine/api/event/CombatEvents$EntityAttack$Args +instanceKlass net/puffish/skillsmod/experience/source/builtin/util/AntiFarmingPerEntity +instanceKlass net/spell_engine/api/entity/LivingEntityImmunity$Entry +instanceKlass net/spell_engine/api/effect/EntityActionsAllowed +instanceKlass net/spell_engine/internals/delivery/Beam$Rendered +instanceKlass net/puffish/skillsmod/util/AttackerInfo +instanceKlass net/spell_engine/internals/container/SpellContainerSource$Result +instanceKlass net/minecraft/world/entity/LivingEntity$Fallsounds +instanceKlass net/spell_engine/internals/casting/SpellCast$Process +instanceKlass net/minecraft/network/protocol/status/ServerStatus +instanceKlass net/minecraft/network/chat/RemoteChatSession +instanceKlass net/minecraft/network/protocol/game/CommonPlayerSpawnInfo +instanceKlass net/minecraft/server/level/ServerPlayer$RespawnPosAngle +instanceKlass net/minecraft/world/level/portal/DimensionTransition +instanceKlass net/minecraft/server/level/ClientInformation +instanceKlass dev/engine_room/flywheel/impl/layout/MatrixElementTypeImpl +instanceKlass dev/engine_room/flywheel/impl/layout/ScalarElementTypeImpl +instanceKlass dev/engine_room/flywheel/impl/layout/LayoutImpl$ElementImpl +instanceKlass dev/engine_room/flywheel/impl/layout/LayoutBuilderImpl$UnpaddedElement +instanceKlass dev/engine_room/flywheel/impl/layout/VectorElementTypeImpl +instanceKlass com/simibubi/create/content/trains/bogey/BogeyStyle$SizeRenderer +instanceKlass com/simibubi/create/content/trains/bogey/BogeySizes$BogeySize +instanceKlass com/simibubi/create/content/redstone/displayLink/ClickToLinkBlockItem$ClickToLinkData +instanceKlass com/simibubi/create/content/logistics/box/PackageItem$PackageOrderData +instanceKlass com/simibubi/create/content/logistics/tableCloth/ShoppingListItem$ShoppingList +instanceKlass com/simibubi/create/content/logistics/redstoneRequester/AutoRequestData +instanceKlass com/simibubi/create/content/schematics/cannon/SchematicannonBlockEntity$SchematicannonOptions +instanceKlass com/simibubi/create/content/processing/sequenced/SequencedAssemblyRecipe$SequencedAssembly +instanceKlass com/simibubi/create/content/equipment/sandPaper/SandPaperItemComponent +instanceKlass com/simibubi/create/content/trains/track/TrackPlacement$ConnectingFrom +instanceKlass com/simibubi/create/content/logistics/item/filter/attribute/ItemAttribute$ItemAttributeEntry +instanceKlass com/simibubi/create/content/kinetics/chainConveyor/ClientboundChainConveyorRidingPacket +instanceKlass com/simibubi/create/content/equipment/tool/KnockbackPacket +instanceKlass com/simibubi/create/content/logistics/redstoneRequester/RedstoneRequesterEffectPacket +instanceKlass com/simibubi/create/content/logistics/packagerLink/WiFiEffectPacket +instanceKlass com/simibubi/create/content/logistics/factoryBoard/FactoryPanelEffectPacket +instanceKlass com/simibubi/create/content/logistics/stockTicker/LogisticalStockResponsePacket +instanceKlass com/simibubi/create/content/logistics/box/PackageDestroyPacket +instanceKlass com/simibubi/create/infrastructure/debugInfo/ServerDebugInfoPacket +instanceKlass com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionDisableActorPacket +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket$ClientBoundRequest +instanceKlass com/simibubi/create/content/logistics/depot/EjectorPlacementPacket$ClientBoundRequest +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket$ClientBoundRequest +instanceKlass com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket$Entry +instanceKlass com/simibubi/create/content/trains/graph/TrackGraphRollCallPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionRelocationPacket +instanceKlass com/simibubi/create/content/trains/entity/TrainPromptPacket +instanceKlass com/simibubi/create/content/trains/entity/RemoveTrainPacket +instanceKlass com/simibubi/create/content/trains/entity/AddTrainPacket +instanceKlass com/simibubi/create/content/trains/signal/SignalEdgeGroupPacket +instanceKlass com/simibubi/create/foundation/networking/ISyncPersistentData$PersistentDataPacket +instanceKlass com/simibubi/create/content/equipment/bell/SoulPulseEffectPacket +instanceKlass com/simibubi/create/infrastructure/command/HighlightPacket +instanceKlass com/simibubi/create/content/contraptions/gantry/GantryContraptionUpdatePacket +instanceKlass com/simibubi/create/content/contraptions/MountedStorageSyncPacket +instanceKlass com/simibubi/create/content/fluids/transfer/FluidSplashPacket +instanceKlass com/simibubi/create/content/contraptions/minecart/capability/MinecartControllerUpdatePacket +instanceKlass com/simibubi/create/content/contraptions/sync/LimbSwingUpdatePacket +instanceKlass com/simibubi/create/content/contraptions/sync/ContraptionSeatMappingPacket +instanceKlass com/simibubi/create/content/contraptions/glue/GlueEffectPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionBlockChangedPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionDisassemblyPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionStallPacket +instanceKlass com/simibubi/create/content/equipment/symmetryWand/SymmetryEffectPacket +instanceKlass com/simibubi/create/content/logistics/factoryBoard/FactoryPanelPosition +instanceKlass com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts$CraftingEntry +instanceKlass com/simibubi/create/content/logistics/stockTicker/PackageOrder +instanceKlass com/simibubi/create/content/logistics/stockTicker/PackageOrderWithCrafts +instanceKlass com/simibubi/create/content/contraptions/wrench/RadialWrenchMenuSubmitPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionColliderLockPacket +instanceKlass com/simibubi/create/content/contraptions/ContraptionColliderLockPacket$ContraptionColliderLockPacketRequest +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardContent +instanceKlass com/simibubi/create/content/equipment/clipboard/ClipboardEditPacket +instanceKlass com/simibubi/create/content/contraptions/elevator/ElevatorTargetFloorPacket +instanceKlass com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket +instanceKlass com/simibubi/create/content/contraptions/elevator/ElevatorFloorListPacket$RequestFloorList +instanceKlass com/simibubi/create/content/trains/graph/TrackGraphRequestPacket +instanceKlass com/simibubi/create/content/contraptions/TrainCollisionPacket +instanceKlass com/simibubi/create/content/contraptions/glue/SuperGlueRemovalPacket +instanceKlass com/simibubi/create/content/contraptions/glue/SuperGlueSelectionPacket +instanceKlass com/simibubi/create/content/trains/track/PlaceExtendedCurvePacket +instanceKlass com/simibubi/create/content/contraptions/actors/trainControls/ControlsInputPacket +instanceKlass com/simibubi/create/content/trains/track/BezierTrackPointLocation +instanceKlass com/simibubi/create/content/trains/entity/TrainRelocationPacket +instanceKlass com/simibubi/create/content/trains/schedule/ScheduleEditPacket +instanceKlass com/simibubi/create/content/equipment/toolbox/ToolboxDisposeAllPacket +instanceKlass com/simibubi/create/content/equipment/toolbox/ToolboxEquipPacket +instanceKlass com/simibubi/create/content/equipment/symmetryWand/ConfigureSymmetryWandPacket +instanceKlass com/simibubi/create/content/equipment/blueprint/BlueprintAssignCompleteRecipePacket +instanceKlass com/simibubi/create/foundation/gui/menu/GhostItemSubmitPacket +instanceKlass com/simibubi/create/content/logistics/depot/EjectorElytraPacket +instanceKlass com/simibubi/create/content/logistics/depot/EjectorPlacementPacket +instanceKlass com/simibubi/create/content/schematics/packet/SchematicSyncPacket +instanceKlass com/simibubi/create/content/schematics/packet/InstantSchematicPacket +instanceKlass com/simibubi/create/content/contraptions/minecart/CouplingCreationPacket +instanceKlass com/simibubi/create/content/logistics/packagePort/PackagePortPlacementPacket +instanceKlass com/simibubi/create/content/kinetics/mechanicalArm/ArmPlacementPacket +instanceKlass com/simibubi/create/content/contraptions/sync/ClientMotionPacket +instanceKlass com/simibubi/create/content/contraptions/sync/ContraptionInteractionPacket +instanceKlass com/simibubi/create/content/equipment/extendoGrip/ExtendoGripInteractionPacket +instanceKlass com/simibubi/create/content/logistics/filter/FilterScreenPacket +instanceKlass com/simibubi/create/content/schematics/packet/SchematicUploadPacket +instanceKlass com/simibubi/create/content/schematics/packet/SchematicPlacePacket +instanceKlass com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket +instanceKlass com/simibubi/create/api/data/datamaps/BlazeBurnerFuel +instanceKlass com/simibubi/create/AllPartialModels$GantryShaftKey +instanceKlass com/simibubi/create/content/logistics/box/PackageStyles$PackageStyle +instanceKlass com/simibubi/create/content/trains/track/TrackMaterial$TrackModelHolder +instanceKlass com/simibubi/create/foundation/data/recipe/CommonMetal$ItemLikeTag +instanceKlass dev/latvian/mods/kubejs/net/SyncServerDataPayload +instanceKlass dev/latvian/mods/kubejs/text/tooltip/ItemTooltipData +instanceKlass dev/latvian/mods/kubejs/text/tooltip/TooltipRequirements +instanceKlass net/bettercombat/logic/WeaponSwing +instanceKlass dev/architectury/registry/forge/CreativeTabRegistryImpl$TabKey$SupplierTabKey +instanceKlass com/mojang/authlib/minecraft/BanDetails +instanceKlass net/spell_engine/client/input/SpellHotbar$Handle +instanceKlass net/minecraft/server/Services +instanceKlass dev/ftb/mods/ftbquests/net/UpdateTeamDataMessage +instanceKlass net/minecraft/client/multiplayer/chat/report/ReportEnvironment +instanceKlass dev/ftb/mods/ftbquests/net/UpdateTaskProgressMessage +instanceKlass dev/ftb/mods/ftbquests/net/TogglePinnedResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/TeamDataChangedMessage +instanceKlass dev/ftb/mods/ftbquests/net/BlockConfigRequestMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncTranslationTableMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncTranslationMessageToClient +instanceKlass dev/ftb/mods/ftbquests/net/SyncTeamDataMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncStructuresResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncRewardBlockingMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncQuestsMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncLockMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncEditorPermissionMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncEditingModeMessage +instanceKlass dev/ftb/mods/ftbquests/net/ResetRewardMessage +instanceKlass dev/ftb/mods/ftbquests/net/ReorderItemResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/OpenQuestBookMessage +instanceKlass dev/ftb/mods/ftbquests/net/ObjectStartedResetMessage +instanceKlass dev/ftb/mods/ftbquests/net/ObjectStartedMessage +instanceKlass dev/ftb/mods/ftbquests/net/ObjectCompletedResetMessage +instanceKlass dev/ftb/mods/ftbquests/net/ObjectCompletedMessage +instanceKlass dev/ftb/mods/ftbquests/net/NotifyRewardMessage +instanceKlass net/minecraft/client/Minecraft$GameLoadCookie +instanceKlass dev/ftb/mods/ftbquests/net/NotifyItemRewardMessage +instanceKlass dev/ftb/mods/ftbquests/net/NotifyCompletionMessage +instanceKlass dev/ftb/mods/ftbquests/net/MoveMovableResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/MoveChapterResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/MoveChapterGroupResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/EditObjectResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/DeleteObjectResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/CustomToastMessage +instanceKlass dev/ftb/mods/ftbquests/net/TeamDataUpdate +instanceKlass dev/ftb/mods/ftbquests/net/CreateOtherTeamDataMessage +instanceKlass com/copycatsplus/copycats/network/FillCopycatPacket +instanceKlass dev/ftb/mods/ftbquests/net/CreateObjectResponseMessage +instanceKlass net/createmod/catnip/net/base/CatnipPacketRegistry$PacketType +instanceKlass dev/ftb/mods/ftbquests/net/ClearRepeatCooldownMessage +instanceKlass dev/ftb/mods/ftbquests/net/ClaimRewardResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/ChangeChapterGroupResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/TogglePinnedMessage +instanceKlass com/copycatsplus/copycats/network/ConfigSyncPacket +instanceKlass dev/ftb/mods/ftbquests/net/ToggleEditingModeMessage +instanceKlass dev/ftb/mods/ftbquests/net/BlockConfigResponseMessage +instanceKlass dev/ftb/mods/ftbquests/net/SyncTranslationMessageToServer +instanceKlass dev/ftb/mods/ftbquests/net/SyncStructuresRequestMessage +instanceKlass dev/ftb/mods/ftbquests/net/SubmitTaskMessage +instanceKlass dev/ftb/mods/ftbquests/net/SetCustomImageMessage +instanceKlass dev/ftb/mods/ftbquests/net/RequestTranslationTableMessage +instanceKlass dev/ftb/mods/ftbquests/net/RequestTeamDataMessage +instanceKlass dev/ftb/mods/ftbquests/net/ReorderItemMessage +instanceKlass dev/ftb/mods/ftbquests/net/MoveMovableMessage +instanceKlass dev/ftb/mods/ftbquests/net/MoveChapterMessage +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/DataMapWrapper +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/HolderSetWrapper +instanceKlass dev/ftb/mods/ftbquests/net/MoveChapterGroupMessage +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/RegistryWrapper +instanceKlass dev/ftb/mods/ftbquests/net/GetEmergencyItemsMessage +instanceKlass dev/ftb/mods/ftbquests/net/GiveItemToPlayerMessage +instanceKlass dev/ftb/mods/ftbquests/net/EditObjectMessage +instanceKlass dev/ftb/mods/ftbquests/net/DeleteObjectMessage +instanceKlass dev/ftb/mods/ftbquests/net/CreateTaskAtMessage +instanceKlass dev/ftb/mods/ftbquests/net/CreateObjectMessage +instanceKlass dev/ftb/mods/ftbquests/net/CopyQuestMessage +instanceKlass dev/ftb/mods/ftbquests/net/CopyChapterImageMessage +instanceKlass plus/dragons/createenchantmentindustry/util/CEIIntIntPair +instanceKlass net/neoforged/neoforge/common/util/NeoForgeExtraCodecs$AlternativeCodec +instanceKlass dev/ftb/mods/ftbquests/net/ClaimRewardMessage +instanceKlass dev/ftb/mods/ftbquests/net/ClaimChoiceRewardMessage +instanceKlass plus/dragons/createenchantmentindustry/common/fluids/experience/ExperienceFuel +instanceKlass dev/latvian/mods/kubejs/plugin/builtin/wrapper/BuildingMaterialProperties +instanceKlass dev/ftb/mods/ftbquests/net/ChangeProgressMessage +instanceKlass dev/ftb/mods/ftbquests/net/ChangeChapterGroupMessage +instanceKlass dev/latvian/mods/kubejs/script/SourceLine +instanceKlass dev/latvian/mods/rhino/CustomMember +instanceKlass dev/latvian/mods/rhino/CachedParameters +instanceKlass dev/latvian/mods/rhino/MethodSignature +instanceKlass dev/latvian/mods/kubejs/script/BindingRegistry +instanceKlass com/simibubi/create/api/registry/registrate/SimpleBuilder$SimpleRegistryAccess +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$ColorRegistration +instanceKlass dev/ftb/mods/ftbteams/net/PlayerGUIOperationMessage +instanceKlass dev/ftb/mods/ftbteams/net/CreatePartyMessage +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$BlockRenderTypeRegistration +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$ParticleProviderFactoryRegistration +instanceKlass com/simibubi/create/AllSoundEvents$WrappedSoundEntry$CompiledSoundEvent +instanceKlass dev/ftb/mods/ftbteams/net/SendMessageMessage +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers$ParticleProviderRegistration +instanceKlass dev/ftb/mods/ftbteams/net/UpdatePropertiesRequestMessage +instanceKlass com/simibubi/create/AllSoundEvents$ConfiguredSoundEvent +instanceKlass dev/ftb/mods/ftbteams/net/OpenGUIMessage +instanceKlass dev/ftb/mods/ftbteams/net/ToggleChatResponseMessage +instanceKlass dev/ftb/mods/ftbteams/net/UpdatePresenceMessage +instanceKlass dev/ftb/mods/ftbteams/net/SendMessageResponseMessage +instanceKlass dev/ftb/mods/ftbteams/net/UpdatePropertiesResponseMessage +instanceKlass dev/engine_room/vanillin/NeoForgeVanillinConfig$ConfigSection +instanceKlass dev/ftb/mods/ftbteams/data/PlayerPermissions +instanceKlass dev/engine_room/vanillin/config/VisualOverride +instanceKlass dev/engine_room/vanillin/config/ModOverrides +instanceKlass dev/ftb/mods/ftbteams/net/OpenMyTeamGUIMessage +instanceKlass dev/ftb/mods/ftbteams/data/TeamMessageImpl +instanceKlass dev/ftb/mods/ftbteams/net/SyncMessageHistoryMessage +instanceKlass dev/ftb/mods/ftbteams/api/client/KnownClientPlayer +instanceKlass vectorwing/farmersdelight/common/crafting/ingredient/ChanceResult +instanceKlass de/keksuccino/fancymenu/util/mod/UniversalModContainer +instanceKlass dev/engine_room/vanillin/elements/ShadowElement$Config +instanceKlass dev/ftb/mods/ftbteams/net/SyncTeamsMessage +instanceKlass dev/ftb/mods/ftblibrary/ui/CustomClickEvent +instanceKlass dev/latvian/mods/kubejs/client/icon/KubeIconType +instanceKlass dev/latvian/mods/kubejs/script/CodecTypeWrapper +instanceKlass net/spell_engine/compat/SlotModCompat$SpellBookArgs +instanceKlass dev/ftb/mods/ftblibrary/api/color/RegisterCustomColorEvent +instanceKlass net/spell_engine/compat/SlotModCompat$SpellScrollArs +instanceKlass dev/latvian/mods/kubejs/block/MapColorHelper +instanceKlass dev/latvian/mods/kubejs/recipe/match/ReplacementMatchInfo +instanceKlass net/spell_engine/internals/target/EntityRelations$TeamRelation +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterEntityLayersEvent +instanceKlass dev/ftb/mods/ftblibrary/net/SyncConfigToServerPacket +instanceKlass net/spell_engine/compat/MeleeCompat$Attack +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterRenderLayersEvent +instanceKlass dev/latvian/mods/kubejs/util/SlotFilter +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterEntityRenderersEvent +instanceKlass dev/ftb/mods/ftblibrary/net/EditNBTResponsePacket +instanceKlass com/faboslav/friendsandfoes/common/events/client/RegisterParticlesEvent +instanceKlass dev/ftb/mods/ftblibrary/net/SyncGameStagesMessage +instanceKlass dev/ftb/mods/ftblibrary/net/SidebarButtonVisibilityPacket +instanceKlass net/spell_engine/api/item/set/EquipmentSet$Bonus +instanceKlass dev/ftb/mods/ftblibrary/net/SyncConfigFromServerPacket +instanceKlass net/spell_engine/api/item/set/EquipmentSet$Definition +instanceKlass dev/ftb/mods/ftblibrary/util/KnownServerRegistries$AdvancementInfo +instanceKlass dev/ftb/mods/ftblibrary/util/KnownServerRegistries +instanceKlass net/spell_engine/internals/container/SpellContainerSource$Entry +instanceKlass dev/ftb/mods/ftblibrary/net/SyncKnownServerRegistriesPacket +instanceKlass net/spell_engine/internals/container/SpellContainerSource$ItemEntry +instanceKlass dev/ftb/mods/ftblibrary/net/EditNBTPacket +instanceKlass com/cerbon/cerbons_api/api/general/particle/ParticleContext +instanceKlass net/spell_engine/api/event/CombatEvents$EntityEvasion$Args +instanceKlass dev/ftb/mods/ftblibrary/net/EditConfigChoicePacket +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerShieldBlock$Args +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerDamageTaken$Args +instanceKlass dev/ftb/mods/ftblibrary/net/EditConfigPacket +instanceKlass net/spell_engine/api/event/CombatEvents$PlayerAttack$Args +instanceKlass com/teamresourceful/resourcefullib/common/registry/ItemLikeResourcefulRegistry$Entry +instanceKlass dev/ftb/mods/ftblibrary/config/manager/ConfigManager$TrackedConfig +instanceKlass dev/latvian/mods/kubejs/util/KubeResourceLocation +instanceKlass dev/latvian/mods/kubejs/util/TickDuration +instanceKlass dev/latvian/mods/rhino/util/wrap/TypeWrapper +instanceKlass net/mehvahdjukaar/moonlight/api/events/EarlyPackReloadEvent +instanceKlass net/mehvahdjukaar/moonlight/api/trades/BiomeVariantItemListing +instanceKlass net/mehvahdjukaar/moonlight/api/trades/RemoveNonDataListingListing +instanceKlass com/faboslav/friendsandfoes/common/events/entity/EntitySpawnEvent +instanceKlass com/faboslav/friendsandfoes/common/events/AddItemGroupEntriesEvent +instanceKlass com/faboslav/friendsandfoes/common/events/entity/RegisterVillagerTradesEvent +instanceKlass net/mehvahdjukaar/moonlight/api/trades/SimpleItemListing +instanceKlass com/faboslav/friendsandfoes/common/events/item/RegisterBrewingRecipesEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/AddSpawnBiomeModificationsEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterEntityAttributesEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterFlammabilityEvent +instanceKlass com/faboslav/friendsandfoes/common/network/packet/EntityAnimationsSyncPacket +instanceKlass lilypuree/decorative_blocks/registration/ItemWrapper +instanceKlass com/faboslav/friendsandfoes/common/network/packet/MoobloomVariantsSyncPacket +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/DatapackSyncEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/SetupEvent +instanceKlass net/spell_engine/api/spell/event/SpellEvents$SpellCastEvent$Args +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/RegisterReloadListenerEvent +instanceKlass com/faboslav/friendsandfoes/common/events/lifecycle/ClientSetupEvent +instanceKlass org/sinytra/fabric/networking_api/server/NeoServerPlayNetworking$ServerNeoContextWrapper +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$CooldownAboveParameter +instanceKlass net/spell_engine/network/Packets$AttackAvailable +instanceKlass net/spell_engine/network/Packets$SpellContainerSync +instanceKlass net/spell_engine/network/Packets$SpellAnimation +instanceKlass net/spell_engine/network/Packets$ParticleBatches +instanceKlass net/spell_engine/network/Packets$SpellMessage +instanceKlass net/spell_engine/network/Packets$SpellCooldownSync +instanceKlass net/mehvahdjukaar/amendments/integration/neoforge/BlueprintIntegration$BlockStateRepaletter +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$WaystonesIdParameter +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$TaggableIdParameter +instanceKlass net/spell_engine/network/Packets$SpellCooldown +instanceKlass net/mehvahdjukaar/polytone/item/ItemModifier +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$IdParameter +instanceKlass net/spell_engine/network/Packets$AttackFxBroadcast +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$StringParameter +instanceKlass net/spell_engine/network/Packets$AttackPerform +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$ComponentParameter +instanceKlass net/spell_engine/network/Packets$SpellRequest +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$NoParameter +instanceKlass net/spell_engine/network/Packets$SpellCastSync +instanceKlass org/sinytra/fabric/networking_api/NeoNetworkRegistrar$NeoSubHandler +instanceKlass net/neoforged/neoforge/network/registration/PayloadRegistration +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$VariableScaledItemParameter +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$ItemParameter +instanceKlass lilypuree/decorative_blocks/registration/BlockWrapper +instanceKlass net/neoforged/neoforge/network/payload/CommonRegisterPayload +instanceKlass net/neoforged/neoforge/network/payload/CommonVersionPayload +instanceKlass net/neoforged/neoforge/network/payload/ModdedNetworkSetupFailedPayload +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$VariableScaledCooldownParameter +instanceKlass net/neoforged/neoforge/network/registration/NetworkChannel +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$CooldownParameter +instanceKlass lilypuree/decorative_blocks/fluid/ThatchFluid$FluidReferenceHolder +instanceKlass net/neoforged/neoforge/network/registration/NetworkPayloadSetup +instanceKlass net/neoforged/neoforge/network/payload/ModdedNetworkPayload +instanceKlass net/neoforged/neoforge/network/payload/ModdedNetworkQueryComponent +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$IntParameter +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$VariableScaledParameter +instanceKlass net/neoforged/neoforge/network/payload/ModdedNetworkQueryPayload +instanceKlass dev/latvian/mods/kubejs/event/EventGroups +instanceKlass net/neoforged/neoforge/network/payload/MinecraftUnregisterPayload +instanceKlass net/blay09/mods/waystones/requirement/RequirementRegistry$FloatParameter +instanceKlass com/mrcrayfish/configured/impl/framework/message/MessageFramework$Sync +instanceKlass nx/pingwheel/neoforge/platform/PlatformClientEventServiceImpl$LeaveServerEventHandler +instanceKlass net/neoforged/neoforge/network/payload/MinecraftRegisterPayload +instanceKlass nx/pingwheel/neoforge/platform/PlatformClientEventServiceImpl$JoinServerEventHandler +instanceKlass com/mrcrayfish/configured/network/message/MessageSessionData +instanceKlass com/mrcrayfish/configured/impl/framework/message/MessageFramework$Request +instanceKlass nx/pingwheel/neoforge/platform/PlatformClientEventServiceImpl$ClientTickEventEventHandler +instanceKlass com/mrcrayfish/configured/impl/framework/message/MessageFramework$Response +instanceKlass net/jewelry/config/ItemConfig$Bonus +instanceKlass net/jewelry/config/ItemConfig$ConditionalAttributes +instanceKlass org/sinytra/fabric/networking_api/server/NeoServerConfigurationNetworking$ServerConfigNeoContextWrapper +instanceKlass net/jewelry/items/JewelryFactory$ItemArgs +instanceKlass nx/pingwheel/neoforge/platform/PlatformServerEventServiceImpl$PlayerLogoutEventHandler +instanceKlass org/violetmoon/quark/content/experimental/config/VariantsConfig$VariantMap +instanceKlass net/spell_engine/network/Packets$Ack +instanceKlass net/spell_engine/network/Packets$SpellRegistrySync +instanceKlass net/spell_engine/network/Packets$ConfigSync +instanceKlass net/mehvahdjukaar/every_compat/api/SimpleEntrySet$ExistingTileHolder +instanceKlass nx/pingwheel/common/network/UpdateChannelC2SPacket +instanceKlass nx/pingwheel/common/network/PingLocationC2SPacket +instanceKlass nx/pingwheel/common/network/PingLocationS2CPacket +instanceKlass net/minecraft/network/chat/ChatTypeDecoration +instanceKlass net/mehvahdjukaar/every_compat/api/PaletteStrategy$PaletteAndAnimation +instanceKlass net/mehvahdjukaar/every_compat/api/TextureInfo +instanceKlass dev/architectury/registry/level/entity/forge/SpawnPlacementsRegistryImpl$Entry +instanceKlass net/mehvahdjukaar/every_compat/misc/ExtraModelConfiguration +instanceKlass dev/latvian/mods/kubejs/util/NotificationToastData +instanceKlass org/violetmoon/quark/content/tweaks/module/ReacharoundPlacingModule$ReacharoundTarget +instanceKlass net/minecraft/advancements/Advancement +instanceKlass net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPreset +instanceKlass net/minecraft/network/chat/ChatType +instanceKlass net/minecraft/advancements/critereon/EntityPredicate$LocationWrapper +instanceKlass net/spell_engine/rpg_series/datagen/WeaponSkills$Entry +instanceKlass net/mehvahdjukaar/every_compat/misc/OtherCompatMod +instanceKlass net/spell_engine/fx/SpellEngineParticles$MagicParticles$Variant +instanceKlass net/spell_engine/fx/SpellEngineParticles$MagicParticles +instanceKlass net/spell_engine/fx/SpellEngineParticles$Entry +instanceKlass net/spell_engine/fx/SpellEngineParticles$Texture +instanceKlass net/spell_engine/fx/SpellEngineParticles$TemplateEntry +instanceKlass com/mrcrayfish/framework/api/config/validate/NumberRange +instanceKlass net/mehvahdjukaar/every_compat/misc/SpriteExtra +instanceKlass dev/architectury/impl/NetworkAggregator$BufCustomPacketPayload +instanceKlass net/minecraft/resources/RegistryDataLoader$RegistryData +instanceKlass net/spell_engine/api/spell/weakness/ScopedWeakness +instanceKlass com/li64/tide/registries/TideEntityModels$RendererRegistration +instanceKlass com/li64/tide/data/rods/FishingRodTooltip +instanceKlass net/spell_engine/api/tags/SpellEngineEntityTags$Vulnerability$Entry +instanceKlass dev/architectury/networking/SpawnEntityPacket$PacketPayload +instanceKlass com/li64/tide/registries/entities/TideSpawnConfigs$SpawnConfig +instanceKlass com/li64/tide/registries/TideEntityAttributes$Registration +instanceKlass fzzyhmstrs/emi_loot/networking/ArchaeologyLootPayload +instanceKlass fzzyhmstrs/emi_loot/networking/GameplayLootPayload +instanceKlass fzzyhmstrs/emi_loot/networking/MobLootPayload +instanceKlass fzzyhmstrs/emi_loot/networking/BlockLootPayload +instanceKlass fzzyhmstrs/emi_loot/networking/ChestLootPayload +instanceKlass net/neoforged/neoforge/client/gui/GuiLayerManager$NamedLayer +instanceKlass net/mehvahdjukaar/supplementaries/common/block/placeable_book/BookType +instanceKlass com/cerbon/cerbons_api/api/network/data/CommonPacketWrapper +instanceKlass com/cerbon/cerbons_api/api/network/data/PacketContainer +instanceKlass com/cerbon/cerbons_api/api/network/CommonNetwork +instanceKlass com/cerbon/cerbons_api/api/network/data/PacketContext +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/MapLightHandler$Patch +instanceKlass net/mehvahdjukaar/supplementaries/common/misc/map_data/ColoredMapHandler$Patch +instanceKlass house/greenhouse/greenhouseconfig/impl/network/SyncGreenhouseConfigPacket +instanceKlass house/greenhouse/greenhouseconfig/impl/network/QuerySyncGreenhouseConfigPacket +instanceKlass net/mehvahdjukaar/moonlight/api/map/CustomMapData$Type +instanceKlass net/orcinus/galosphere/client/tooltip/SterlingHelmetComponent +instanceKlass fzzyhmstrs/emi_loot/util/TextKey +instanceKlass net/minecraft/network/chat/ChatType$Bound +instanceKlass net/minecraft/server/WorldStem +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/RandomAdventurerMapListing +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/StructureMapListing +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/PresentItemListing +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/RocketItemListing +instanceKlass org/betterx/wover/biome/impl/modification/predicates/ConfigIs +instanceKlass org/betterx/wover/biome/impl/modification/predicates/HasConfiguredFeature +instanceKlass org/betterx/wover/biome/impl/modification/predicates/HasPlacedFeature +instanceKlass net/mehvahdjukaar/supplementaries/common/entities/trades/StarItemListing +instanceKlass org/betterx/wover/biome/impl/modification/predicates/HasStructure +instanceKlass org/betterx/wover/biome/impl/modification/predicates/Spawns +instanceKlass org/betterx/wover/biome/impl/modification/predicates/LocationPathContains +instanceKlass org/betterx/wover/biome/impl/modification/predicates/IsNamespace +instanceKlass net/mehvahdjukaar/supplementaries/client/particles/CannonFireParticle$Options +instanceKlass org/betterx/wover/biome/impl/modification/predicates/InDimension +instanceKlass org/betterx/wover/biome/impl/modification/predicates/HasTag +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$AttachmentWrapper +instanceKlass org/betterx/wover/biome/impl/modification/predicates/IsBiome +instanceKlass org/betterx/wover/biome/impl/modification/predicates/Or +instanceKlass org/betterx/wover/biome/impl/modification/predicates/And +instanceKlass org/betterx/wover/biome/impl/modification/predicates/Not +instanceKlass org/betterx/bclib/api/v2/spawning/SpawnRuleBuilder$SpawnPlacementEntry +instanceKlass net/minecraft/world/item/enchantment/EnchantedItemInUse +instanceKlass com/aetherteam/aether/api/registers/AdvancementSoundOverride +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplacePartially +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ReplaceFully +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/ForcePlacement +instanceKlass net/minecraft/world/level/biome/Climate$TargetPoint +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/DispatchAlternateLayout +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/AddPoints +instanceKlass net/minecraft/world/level/levelgen/WorldDimensions +instanceKlass dev/worldgen/lithostitched/impl/worldgen/bandlands/band/WrappedBand +instanceKlass dev/worldgen/lithostitched/impl/worldgen/bandlands/band/RepeatingBand +instanceKlass com/leclowndu93150/baguettelib/example/ExamplePacket +instanceKlass dev/worldgen/lithostitched/impl/worldgen/bandlands/band/BaseBand +instanceKlass dev/worldgen/lithostitched/worldgen/surface/condition/SlopeCondition +instanceKlass dev/worldgen/lithostitched/worldgen/surface/condition/BiomeCondition +instanceKlass dev/worldgen/lithostitched/worldgen/surface/condition/AnyOfCondition +instanceKlass dev/worldgen/lithostitched/worldgen/surface/condition/AllOfCondition +instanceKlass dev/worldgen/lithostitched/worldgen/surface/condition/internal/TagFilledCondition +instanceKlass dev/worldgen/lithostitched/worldgen/surface/rule/ReferenceRule +instanceKlass dev/worldgen/lithostitched/worldgen/surface/rule/BandlandsRule +instanceKlass com/teamabnormals/boatload/core/api/BoatloadBoatType +instanceKlass dev/worldgen/lithostitched/worldgen/surface/rule/TransientMergedRule +instanceKlass dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyRandom +instanceKlass org/betterx/wover/core/impl/registry/DatapackRegistryBuilderImpl$Entry +instanceKlass dev/worldgen/lithostitched/worldgen/blockentitymodifier/ApplyAll +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/True +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/RandomChance +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/Position +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/Not +instanceKlass umpaz/brewinandchewin/common/network/serverbound/JEITransferKegRecipeServerboundPacket +instanceKlass dev/worldgen/lithostitched/api/worldgen/processorcondition/ProcessorCondition$Data +instanceKlass com/teamabnormals/blueprint/core/util/modification/ObjectModifierGroup +instanceKlass umpaz/brewinandchewin/common/network/clientbound/SyncRagingStacksClientboundPacket +instanceKlass umpaz/brewinandchewin/common/network/serverbound/EMIFillPouringRecipeServerboundPacket +instanceKlass org/violetmoon/zeta/module/TentativeModule +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/MatchingBlocks +instanceKlass umpaz/brewinandchewin/common/network/clientbound/SendRecipeBookValuesClientboundPacket +instanceKlass org/violetmoon/zeta/module/ZetaLoadModuleAnnotationData +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/StructureRepaletterEntry +instanceKlass umpaz/brewinandchewin/common/network/clientbound/ClearKegFluidContainerComponentsClientboundPacket +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/AnyOf +instanceKlass umpaz/brewinandchewin/common/network/clientbound/SyncNumbedHeartsClientboundPacket +instanceKlass umpaz/brewinandchewin/common/network/clientbound/MakeNextPlayerChatTipsyClientboundPacket +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/condition/ChanceStructureCondition +instanceKlass umpaz/brewinandchewin/common/network/serverbound/EMIFillFermentingRecipeServerboundPacket +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/condition/BiomeStructureCondition +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/condition/OrStructureCondition +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/condition/AndStructureCondition +instanceKlass dev/worldgen/lithostitched/worldgen/processor/condition/AllOf +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/condition/NotStructureCondition +instanceKlass org/violetmoon/quark/base/network/message/ShareItemS2CMessage +instanceKlass org/violetmoon/quark/base/network/message/UpdateTridentMessage +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/WeightedTagStructureRepaletter +instanceKlass org/violetmoon/quark/base/network/message/DoEmoteMessage +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/CannonballWhitelist +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/WeightedStructureRepaletter +instanceKlass org/violetmoon/quark/base/network/message/experimental/PlaceVariantRestoreMessage +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/SimpleTagStructureRepaletter +instanceKlass org/violetmoon/quark/base/network/message/experimental/PlaceVariantUpdateMessage +instanceKlass org/violetmoon/quark/base/network/message/oddities/ScrollCrateMessage +instanceKlass com/teamabnormals/blueprint/common/world/modification/structure/SimpleStructureRepaletter +instanceKlass dev/worldgen/lithostitched/api/worldgen/processor/RandomSettings +instanceKlass org/violetmoon/quark/base/network/message/oddities/MatrixEnchanterOperationMessage +instanceKlass org/violetmoon/quark/base/network/message/oddities/HandleBackpackMessage +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/SampleNoiseRouterPlacementCondition +instanceKlass org/violetmoon/quark/base/network/message/ScrollOnBundleMessage +instanceKlass org/violetmoon/quark/base/network/message/ShareItemC2SMessage +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/SampleDensityPlacementCondition +instanceKlass tech/thatgravyboat/creeperoverhaul/common/network/packets/ServerboundCosmeticPacket +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/OffsetPlacementCondition +instanceKlass org/violetmoon/quark/content/tweaks/module/LockRotationModule$LockProfile +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/NotPlacementCondition +instanceKlass org/violetmoon/quark/base/network/message/SetLockProfileMessage +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/MultipleOfPlacementCondition +instanceKlass org/violetmoon/quark/base/network/message/ChangeHotbarMessage +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/InBiomePlacementCondition +instanceKlass org/violetmoon/quark/base/network/message/RequestEmoteMessage +instanceKlass org/violetmoon/quark/base/network/message/HarvestMessage +instanceKlass org/violetmoon/quark/base/network/message/DoubleDoorMessage +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/HeightFilterPlacementCondition +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Client +instanceKlass com/teamresourceful/bytecodecs/defaults/MappingCodec +instanceKlass org/violetmoon/quark/base/network/message/InventoryTransferMessage +instanceKlass com/teamabnormals/blueprint/core/other/BlueprintDataMaps$ModdedBiomeSliceSizeEntry +instanceKlass com/teamresourceful/bytecodecs/defaults/PairCodec +instanceKlass org/violetmoon/quark/catnip/net/base/CatnipPacketRegistry$PacketType +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/GridPlacementCondition +instanceKlass com/teamresourceful/bytecodecs/defaults/MapCodec +instanceKlass org/violetmoon/quark/base/network/message/SortInventoryMessage +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets$Pet +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/AnyOfPlacementCondition +instanceKlass net/mehvahdjukaar/supplementaries/common/items/components/FluteTargets +instanceKlass org/violetmoon/quark/base/handler/WoodSetHandler$QuarkBoatType +instanceKlass dev/worldgen/lithostitched/api/worldgen/structure/MaxDistanceFromCenter +instanceKlass com/teamresourceful/bytecodecs/defaults/PassthroughCodec +instanceKlass com/teamresourceful/bytecodecs/defaults/StringCodec +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Common$RecipeBook +instanceKlass net/bettercombat/api/AttackHand +instanceKlass dev/worldgen/lithostitched/worldgen/structure/AlternateJigsawConfig +instanceKlass tech/thatgravyboat/creeperoverhaul/common/network/packets/ClientboundCosmeticPacket +instanceKlass net/relics_rpgs/config/ItemConfig$ConditionalAttributes +instanceKlass net/relics_rpgs/item/RelicFactory$ItemArgs +instanceKlass dev/worldgen/lithostitched/worldgen/poolalias/RandomEntries +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Common$Keg +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/ShiftDensityFunction +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction$Selection +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Common$Root +instanceKlass umpaz/brewinandchewin/common/BnCConfiguration$Common +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/SelectDensityFunction +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/MixDensityFunction +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/ParsedCategory +instanceKlass net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/TakeDamageExperienceSource +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/AxisDensityFunction +instanceKlass net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/SmeltItemExperienceSource +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/RegistryContainsResourceCondition +instanceKlass mezz/jei/library/color/ColorName +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/fastnoise/FastNoiseDensityFunction +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/FeaturesEnabledResourceCondition +instanceKlass net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/SharedKillEntityExperienceSource +instanceKlass dev/worldgen/lithostitched/impl/worldgen/densityfunction/marker/MergedDensityFunction +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/TagsPopulatedResourceCondition +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/AnyModsLoadedResourceCondition +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/AllModsLoadedResourceCondition +instanceKlass net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource$Data +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/AndResourceCondition +instanceKlass net/puffish/skillsmod/experience/source/builtin/MineBlockExperienceSource +instanceKlass com/teamabnormals/blueprint/core/registry/BlueprintSurfaceRules$TransientMergedRuleSource +instanceKlass com/github/eterdelta/crittersandcompanions/network/ClientboundSilkLeashStatePacket +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/OrResourceCondition +instanceKlass net/fabricmc/fabric/impl/resource/conditions/conditions/NotResourceCondition +instanceKlass dev/worldgen/lithostitched/worldgen/poolelement/DelegatingConfig +instanceKlass com/github/eterdelta/crittersandcompanions/network/ClientboundGrapplingStatePacket +instanceKlass net/minecraft/network/protocol/common/custom/CustomPacketPayload$TypeAndCodec +instanceKlass net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource$Data +instanceKlass com/github/eterdelta/crittersandcompanions/network/ClientboundBubbleStatePacket +instanceKlass net/puffish/skillsmod/experience/source/builtin/KillEntityExperienceSource +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/VinesConfig +instanceKlass fuzs/puzzleslib/neoforge/impl/attachment/NeoForgeAttachmentTypeAdapter +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/WellConfig +instanceKlass net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/IncreaseStatExperienceSource +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/WeightedSelectorConfig +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/StructureTemplateConfig +instanceKlass net/mehvahdjukaar/supplementaries/common/utils/SlotReference$Empty +instanceKlass net/puffish/skillsmod/experience/source/builtin/HealExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/HealExperienceSource +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/SelectConfig +instanceKlass net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/FishItemExperienceSource +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/OreConfig$Target +instanceKlass snownee/kiwi/recipe/CustomIngredientImpl +instanceKlass net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource$Data +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/OreConfig +instanceKlass net/puffish/skillsmod/experience/source/builtin/EnchantItemExperienceSource +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/LargeDripstoneConfig +instanceKlass net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource$Data +instanceKlass net/mcreator/exploreruinsaether/ExploreRuinsAetherMod$NetworkMessage +instanceKlass net/puffish/skillsmod/experience/source/builtin/EatFoodExperienceSource +instanceKlass snownee/kiwi/config/ConfigLibAttributes +instanceKlass net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource$Data +instanceKlass mezz/jei/library/startup/StartData +instanceKlass net/puffish/skillsmod/experience/source/builtin/DealDamageExperienceSource +instanceKlass org/violetmoon/zeta/config/FlagLootCondition +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/DungeonConfig +instanceKlass net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource$Data +instanceKlass net/puffish/skillsmod/experience/source/builtin/CriterionExperienceSource +instanceKlass org/violetmoon/zeta/config/FlagCondition +instanceKlass com/evandev/reliable_recipes/networking/ClientboundDeleteRecipePayload +instanceKlass net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource$Data +instanceKlass com/evandev/reliable_recipes/networking/DeleteRecipePayload +instanceKlass net/puffish/skillsmod/experience/source/builtin/CraftItemExperienceSource +instanceKlass org/violetmoon/zetaimplforge/event/ForgeZetaEventBus$Key +instanceKlass net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource$Data +instanceKlass dev/worldgen/lithostitched/api/util/Weighted +instanceKlass net/puffish/skillsmod/experience/source/builtin/BreakBlockExperienceSource +instanceKlass net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region +instanceKlass dev/worldgen/lithostitched/worldgen/blockpredicate/RandomChancePredicate +instanceKlass dev/worldgen/lithostitched/worldgen/blockpredicate/MultipleOfPredicate +instanceKlass dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate$SearchRange +instanceKlass dev/worldgen/lithostitched/worldgen/blockpredicate/InStructurePredicate +instanceKlass com/kleiders/driedghast/DriedGhastMod$NetworkMessage +instanceKlass net/minecraft/client/renderer/texture/atlas/SpriteSourceType +instanceKlass snownee/kiwi/customization/network/SSyncPlaceCountPacket +instanceKlass dev/worldgen/lithostitched/impl/predicate/TruePredicate +instanceKlass snownee/kiwi/customization/network/SItemPopTimePacket +instanceKlass dev/worldgen/lithostitched/impl/predicate/PackFormatPredicate +instanceKlass dev/worldgen/lithostitched/impl/predicate/NotPredicate +instanceKlass snownee/kiwi/customization/network/CConvertItemPacket$Entry +instanceKlass dev/worldgen/lithostitched/impl/predicate/ModLoadedPredicate +instanceKlass snownee/kiwi/customization/network/CConvertItemPacket +instanceKlass dev/worldgen/lithostitched/impl/predicate/LoaderPredicate +instanceKlass dev/worldgen/lithostitched/impl/predicate/AnyOfPredicate +instanceKlass snownee/kiwi/customization/network/CApplyBuilderRulePacket +instanceKlass net/puffish/skillsmod/impl/calculation/prototype/PrototypeImpl$LegacyFunction +instanceKlass dev/worldgen/lithostitched/impl/predicate/AllOfPredicate +instanceKlass snownee/kiwi/contributor/network/SSyncCosmeticPacket +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/WrapNoiseRouterModifier +instanceKlass snownee/kiwi/contributor/network/CSetCosmeticPacket +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/WrapDensityFunctionModifier +instanceKlass dev/worldgen/lithostitched/worldgen/feature/config/CompositeConfig +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZInputUpdate +instanceKlass io/wispforest/owo/config/ui/OptionComponentFactory$Result +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/StackFeatureModifier +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZHighlightBlock +instanceKlass snownee/snow/network/SSnowLandEffectPacket +instanceKlass dev/worldgen/lithostitched/worldgen/placementcondition/AllOfPlacementCondition +instanceKlass org/violetmoon/zetaimplforge/client/event/play/ForgeZGatherTooltipComponents +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/SetStructureSpawnConditionModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/SetPoolElementProcessorsModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/SetPoolAliasesModifier +instanceKlass fuzs/iteminteractions/api/v1/provider/ItemContentsProvider$Type +instanceKlass snownee/snow/network/SLavaSmokeEffectPacket +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceEffectsModifier +instanceKlass io/wispforest/accessories/networking/holder/SyncHolderChange +instanceKlass io/wispforest/accessories/networking/server/ScreenOpen +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/ReplaceClimateModifier +instanceKlass com/leclowndu93150/corpsecurioscompat/data/CuriosSlotDataComponent$CurioSlotData +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/RemoveStructureSetEntriesModifier +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveFeaturesModifier +instanceKlass snownee/kiwi/build/KiwiMetadata +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/RemoveBiomeSpawnsModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/NoOpModifier +instanceKlass org/violetmoon/zetaimplforge/event/play/loading/ForgeZLootTableLoad +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddTemplatePoolElementsModifier +instanceKlass io/wispforest/accessories/networking/client/AccessoryBreak +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddSurfaceRuleModifier +instanceKlass org/betterx/bclib/entity/BCLEntityWrapper +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddStructureTemplatesModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddStructureSetEntriesModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/AddProcessorListProcessorsModifier +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZPlayNoteBlock +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/AddFeaturesModifier +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingTick +instanceKlass dev/worldgen/lithostitched/api/worldgen/util/WeightedSpawnerData +instanceKlass dev/worldgen/lithostitched/impl/worldgen/modifier/AddBiomeSpawnsModifier +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/internal/CompileRawTemplatesModifier +instanceKlass io/wispforest/accessories/api/client/rendering/CustomDataRenderer +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZLivingChangeTarget +instanceKlass net/minecraft/world/level/dimension/LevelStem +instanceKlass io/wispforest/accessories/utils/ManagedEndecDataLoader$SyncAllLoaderDataPacket +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/living/ForgeZEquipmentChange +instanceKlass dev/worldgen/lithostitched/api/worldgen/util/BiomeEffects +instanceKlass de/mschae23/grindenchantments/config/sync/ServerConfigS2CPayload +instanceKlass org/violetmoon/zetaimplforge/event/play/ForgeZItemTooltip +instanceKlass de/mschae23/grindenchantments/config/ClientConfig +instanceKlass dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceEffectsBiomeModifier +instanceKlass io/wispforest/endec/util/RecursiveDeserializer$Frame +instanceKlass dev/worldgen/lithostitched/api/worldgen/util/BiomeClimate +instanceKlass de/mschae23/config/api/ModConfig$Type +instanceKlass dev/worldgen/lithostitched/registry/LithostitchedNeoforgeBiomeModifiers$ReplaceClimateBiomeModifier +instanceKlass dev/worldgen/lithostitched/resource/BreaksSeedParityCondition +instanceKlass org/violetmoon/zetaimplforge/event/play/entity/ForgeZEntityInteract +instanceKlass snownee/kiwi/customization/compat/jei/KSwitchGroupRecipe +instanceKlass de/mschae23/grindenchantments/config/DedicatedServerConfig +instanceKlass snownee/kiwi/loader/KiwiMetadataLoader +instanceKlass dev/worldgen/lithostitched/impl/worldgen/biomeinjector/region/Region +instanceKlass net/puffish/skillsmod/server/setup/SkillsGameRules +instanceKlass de/mschae23/grindenchantments/config/FilterConfig$EnchantmentConfig +instanceKlass dev/worldgen/lithostitched/worldgen/modifier/template/TemplateList +instanceKlass de/mschae23/grindenchantments/config/FilterConfig$ItemConfig +instanceKlass net/minecraft/world/level/saveddata/SavedData$Factory +instanceKlass fuzs/universalbonemeal/network/ClientboundGrowthParticlesMessage +instanceKlass de/mschae23/grindenchantments/config/FilterConfig +instanceKlass org/violetmoon/zetaimplforge/event/load/ForgeZTagsUpdated +instanceKlass de/mschae23/grindenchantments/cost/AverageCountCostFunction +instanceKlass de/mschae23/grindenchantments/config/ResetRepairCostConfig +instanceKlass com/faboslav/structurify/common/events/common/UpdateRegistriesEvent +instanceKlass org/violetmoon/zetaimplforge/event/load/ForgeZRegisterClientReloadListener +instanceKlass com/faboslav/structurify/common/events/common/LoadConfigEvent +instanceKlass de/mschae23/grindenchantments/cost/FirstEnchantmentCostFunction +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZTooltipComponents +instanceKlass de/mschae23/grindenchantments/config/MoveConfig +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZRegisterClientExtension +instanceKlass dev/worldgen/lithostitched/config/ConfigCodec +instanceKlass de/mschae23/grindenchantments/cost/CountLevelsCostFunction +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZKeyMapping +instanceKlass de/mschae23/grindenchantments/cost/TransformCostFunction +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZClientSetup +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZAddModelLayers +instanceKlass de/mschae23/grindenchantments/cost/CostFunctionType$Impl +instanceKlass org/violetmoon/zetaimplforge/client/event/load/ForgeZAddModels +instanceKlass de/mschae23/grindenchantments/cost/FilterCostFunction +instanceKlass net/puffish/skillsmod/main/NeoForgeClientMain$KeyBindingWithHandler +instanceKlass org/violetmoon/zetaimplforge/event/load/ForgeZLoadComplete +instanceKlass de/mschae23/grindenchantments/config/DisenchantConfig +instanceKlass de/mschae23/grindenchantments/config/ServerConfig +instanceKlass dev/huskuraft/effortless/api/input/InputKey +instanceKlass org/violetmoon/zetaimplforge/event/load/ForgeZEntityAttributeCreation +instanceKlass org/violetmoon/zetaimplforge/event/load/ForgeZCommonSetup +instanceKlass io/wispforest/owo/config/Option$BoundField +instanceKlass io/wispforest/owo/config/Option$Key +instanceKlass io/wispforest/owo/ui/core/Color +instanceKlass net/minecraft/world/item/crafting/RecipeHolder +instanceKlass com/illusivesoulworks/elytraslot/client/ElytraColor +instanceKlass org/betterx/wover/biome/api/data/BiomeGenerationDataContainer +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmModels +instanceKlass net/blay09/mods/balm/neoforge/client/screen/NeoForgeBalmScreens +instanceKlass net/blay09/mods/balm/neoforge/client/rendering/NeoForgeBalmRenderers +instanceKlass net/neoforged/neoforge/network/payload/SyncAttachmentsPayload +instanceKlass com/tom/storagemod/network/DataPacket +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$StateRule +instanceKlass fr/rakambda/fallingtree/common/tree/TreePart +instanceKlass net/blay09/mods/balm/neoforge/capability/NeoForgeBalmCapabilities$BlockEntityProviderRegistration +instanceKlass net/neoforged/neoforge/common/MonsterRoomHooks$MobEntry +instanceKlass fuzs/puzzleslib/impl/config/serialization/RegistryProvider +instanceKlass fuzs/puzzleslib/impl/core/ClientboundModListMessage +instanceKlass fuzs/puzzleslib/impl/capability/ClientboundEntityCapabilityMessage +instanceKlass net/blay09/mods/balm/api/network/ClientboundConfigPacket +instanceKlass fuzs/puzzleslib/impl/event/core/EventPhaseImpl +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSnapshotSharePacket +instanceKlass fuzs/puzzleslib/neoforge/impl/event/NeoForgeEventInvokerRegistryImpl$ForgeEventInvoker +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSnapshotCapturePacket +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerBuildTooltipPacket +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerPermissionCheckPacket +instanceKlass io/wispforest/accessories/networking/client/ScreenVariantPing +instanceKlass org/betterx/wover/structure/api/structures/nbt/RandomNbtStructureElement +instanceKlass net/minecraft/world/level/levelgen/structure/Structure$GenerationContext +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerBuildPacket +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerSettingsPacket +instanceKlass dev/huskuraft/effortless/networking/packets/player/PlayerCommandPacket +instanceKlass net/blay09/mods/balm/neoforge/capability/NeoForgeBalmCapabilities$BlockEntityFallbackProviderRegistration +instanceKlass dev/huskuraft/effortless/networking/packets/session/SessionConfigPacket +instanceKlass dev/huskuraft/effortless/networking/packets/session/SessionPacket +instanceKlass net/blay09/mods/balm/api/capability/CapabilityType +instanceKlass net/mehvahdjukaar/sawmill/trades/LogStrippingListing +instanceKlass com/telepathicgrunt/repurposedstructures/events/RegisterWanderingTradesEvent +instanceKlass com/telepathicgrunt/repurposedstructures/events/RegisterVillagerTradesEvent +instanceKlass net/mehvahdjukaar/sawmill/trades/BiomeToWoodList$Fallback +instanceKlass net/neoforged/neoforge/network/payload/SplitPacketPayload +instanceKlass com/telepathicgrunt/repurposedstructures/events/lifecycle/ServerGoingToStartEvent +instanceKlass com/telepathicgrunt/repurposedstructures/events/lifecycle/RegisterReloadListenerEvent +instanceKlass net/mehvahdjukaar/sawmill/trades/BiomeWoodToItemListing +instanceKlass com/telepathicgrunt/repurposedstructures/events/lifecycle/SetupEvent +instanceKlass com/telepathicgrunt/repurposedstructures/modinit/registry/neoforge/ResourcefulRegistriesImpl$CustomRegistryInfo +instanceKlass de/ambertation/wunderlib/configs/AbstractConfig$ConfigToken +instanceKlass dev/huskuraft/effortless/api/platform/PlatformLoader$Loader +instanceKlass net/blay09/mods/balm/common/StaticNamespaceResolver +instanceKlass com/teamresourceful/resourcefulconfig/web/config/validators/PasswordValidator +instanceKlass de/ambertation/wunderlib/configs/AbstractConfig$Group +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/CompostableBlocksContextNeoForgeImpl +instanceKlass com/teamresourceful/resourcefulconfig/web/config/validators/IfValidator +instanceKlass net/minecraft/world/item/trading/ItemCost +instanceKlass com/teamresourceful/resourcefulconfig/web/config/WebServerConfig +instanceKlass net/neoforged/fml/config/LoadedConfig +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/Waxable +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/BiomeVillagerType +instanceKlass com/teamresourceful/resourcefulconfig/common/config/Configurations +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/VibrationFrequency +instanceKlass net/minecraft/core/RegistrySetBuilder$RegistryStub +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/Strippable +instanceKlass com/yungnickyoung/minecraft/ribbits/world/feature/RibbitsVegetationFeatureConfig +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/RaidHeroGift +instanceKlass net/neoforged/neoforge/network/filters/GenericPacketSplitter$SizeLimits +instanceKlass net/minecraft/network/protocol/common/ClientboundCustomPayloadPacket +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/ParrotImitation +instanceKlass net/minecraft/network/protocol/common/ServerboundCustomPayloadPacket +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/Oxidizable +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/MonsterRoomMob +instanceKlass net/blay09/mods/balm/api/event/server/ServerStoppedEvent +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/FurnaceFuel +instanceKlass net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$HeightmapAnchor +instanceKlass net/bettercombat/network/Packets$ConfigSync +instanceKlass net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$SeaLevelAnchor +instanceKlass net/bettercombat/network/Packets$AttackAnimation +instanceKlass net/mehvahdjukaar/moonlight/neoforge/ConfigHacks$ShushLogger +instanceKlass net/neoforged/neoforge/registries/datamaps/builtin/Compostable +instanceKlass net/mehvahdjukaar/moonlight/core/worldgen/HeightRangeFilter$Anchor +instanceKlass net/bettercombat/network/Packets$AttackSound +instanceKlass net/bettercombat/network/Packets$WeaponRegistrySync +instanceKlass net/bettercombat/network/Packets$C2S_BlockHit +instanceKlass net/bettercombat/network/Packets$C2S_AttackRequest +instanceKlass net/bettercombat/network/Packets$Ack +instanceKlass net/mehvahdjukaar/sawmill/trades/RandomWoodToItemListing +instanceKlass fuzs/puzzleslib/neoforge/impl/core/context/CreativeModeTabContextNeoForgeImpl +instanceKlass net/bettercombat/logic/TargetHelper$TeamRelation +instanceKlass net/bettercombat/api/client/AttackRangeExtensions$Modifier +instanceKlass net/bettercombat/api/client/AttackRangeExtensions$Context +instanceKlass net/blay09/mods/balm/neoforge/stats/NeoForgeBalmStats +instanceKlass net/minecraft/client/gui/navigation/FocusNavigationEvent$ArrowNavigation +instanceKlass net/minecraft/client/gui/navigation/FocusNavigationEvent$TabNavigation +instanceKlass net/spell_engine/api/config/EffectConfig +instanceKlass net/blay09/mods/balm/neoforge/capability/NeoForgeBalmCapabilities +instanceKlass com/faboslav/variantsandventures/common/events/item/RegisterItemColorEvent +instanceKlass net/blay09/mods/balm/neoforge/entity/NeoForgeBalmEntities +instanceKlass com/faboslav/variantsandventures/common/events/client/RegisterEntityLayersEvent +instanceKlass net/spell_engine/api/config/ConditionalAttributes +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/RegHelperImpl$Wrapper +instanceKlass net/combat_roll/network/Packets$RollAnimation +instanceKlass com/faboslav/variantsandventures/common/events/client/RegisterEntityRenderersEvent +instanceKlass net/combat_roll/network/Packets$RollPublish +instanceKlass net/fabric_extras/ranged_weapon/api/RangedConfig$Modifier +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/EntryData +instanceKlass net/fabric_extras/ranged_weapon/api/RangedConfig$Attribute +instanceKlass net/combat_roll/network/Packets$Ack +instanceKlass net/combat_roll/network/Packets$ConfigSync +instanceKlass net/bettercombat/api/fx/ConditionalTrailAppearance +instanceKlass net/bettercombat/api/fx/Color +instanceKlass net/blay09/mods/balm/neoforge/network/NeoForgeBalmNetworking +instanceKlass net/bettercombat/api/fx/TrailAppearance$Part +instanceKlass com/teamresourceful/resourcefulconfig/common/info/ParsedLink +instanceKlass com/faboslav/variantsandventures/common/events/AddItemGroupEntriesEvent +instanceKlass com/terraformersmc/biolith/impl/biome/sub/AbstractBiomeCriterion$BiomeTarget +instanceKlass net/bettercombat/api/fx/ParticlePlacement +instanceKlass com/teamresourceful/resourcefulconfig/common/info/ParsedGradient +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/AddSpawnBiomeModificationsEvent +instanceKlass net/bettercombat/particle/BetterCombatParticles$StaticParams +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/RegisterEntitySpawnRestrictionsEvent +instanceKlass com/teamresourceful/resourcefulconfig/api/types/options/TranslatableValue +instanceKlass net/bettercombat/particle/BetterCombatParticles$Texture +instanceKlass com/teamresourceful/resourcefulconfig/common/info/ParsedColor +instanceKlass net/bettercombat/particle/BetterCombatParticles$Entry +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/RegisterEntityAttributesEvent +instanceKlass com/teamresourceful/resourcefulconfig/common/info/ParsedInfo +instanceKlass com/terraformersmc/biolith/impl/biome/sub/RatioCriterion +instanceKlass com/faboslav/variantsandventures/common/events/entity/ProjectileHitEvent +instanceKlass net/bettercombat/client/particle/TrailParticles$LayeredParticle +instanceKlass net/bettercombat/client/particle/TrailParticles$Entry +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/ParsedConfig +instanceKlass net/blay09/mods/balm/neoforge/block/NeoForgeBalmBlocks +instanceKlass net/blay09/mods/balm/neoforge/item/NeoForgeBalmItems +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/entries/ParsedInstanceEntry +instanceKlass com/teamresourceful/resourcefulconfig/common/loader/entries/ParsedObservableEntry +instanceKlass com/faboslav/variantsandventures/common/events/entity/EntitySpawnEvent +instanceKlass com/terraformersmc/biolith/impl/biome/sub/AnyOfCriterion +instanceKlass net/blay09/mods/balm/common/LegacyNamespaceResolver +instanceKlass com/faboslav/variantsandventures/common/events/lifecycle/SetupEvent +instanceKlass com/terraformersmc/biolith/impl/biome/sub/AllOfCriterion +instanceKlass net/minecraft/network/protocol/common/custom/CustomPacketPayload$Type +instanceKlass com/terraformersmc/biolith/impl/biome/sub/NotCriterion +instanceKlass net/neoforged/neoforge/server/permission/nodes/PermissionDynamicContextKey +instanceKlass net/blay09/mods/balm/neoforge/NeoForgeLoadContext +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigFieldImpl$AutoGenFieldImpl +instanceKlass dev/isxander/yacl3/config/v2/impl/ConfigFieldImpl$SerialFieldImpl +instanceKlass dev/isxander/yacl3/config/v2/impl/ReflectionFieldAccess +instanceKlass net/neoforged/neoforge/capabilities/CapabilityRegistry$StoredCap +instanceKlass net/neoforged/neoforge/fluids/crafting/FluidIngredientType +instanceKlass net/fabricmc/fabric/impl/tag/convention/v2/TagRegistration +instanceKlass org/betterx/wover/core/api/ModCore$DatapackInfo +instanceKlass net/neoforged/neoforgespi/locating/ForgeFeature$MissingFeatureTest +instanceKlass net/neoforged/neoforgespi/locating/ForgeFeature$VersionFeatureTest +instanceKlass net/minecraft/util/PngInfo +instanceKlass net/caffeinemc/mods/sodium/client/compatibility/environment/GlContextInfo +instanceKlass net/minecraft/util/ModCheck +instanceKlass net/fabricmc/fabric/impl/resource/loader/BuiltinModResourcePackSource +instanceKlass team/creative/creativecore/common/util/text/content/ContentItemStack +instanceKlass net/skill_tree_rpgs/utils/ResolvableTextContent +instanceKlass net/minecraft/network/chat/contents/StorageDataSource +instanceKlass net/minecraft/network/chat/contents/BlockDataSource +instanceKlass net/minecraft/network/chat/contents/EntityDataSource +instanceKlass net/minecraft/network/chat/contents/DataSource$Type +instanceKlass net/fabricmc/fabric/impl/resource/loader/ModResourcePackFactory +instanceKlass net/minecraft/server/packs/repository/Pack$Metadata +instanceKlass net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata$Entry +instanceKlass net/fabricmc/fabric/impl/resource/conditions/OverlayConditionsMetadata +instanceKlass net/minecraft/server/packs/OverlayMetadataSection$OverlayEntry +instanceKlass net/minecraft/server/packs/OverlayMetadataSection +instanceKlass net/minecraft/server/packs/FeatureFlagsMetadataSection +instanceKlass net/fabricmc/fabric/impl/resource/loader/PlaceholderResourcePack +instanceKlass net/fabricmc/fabric/impl/resource/loader/PlaceholderResourcePack$Factory +instanceKlass umpaz/brewinandchewin/common/utility/dfu/BnCDataFixer +instanceKlass net/bivrik/fancytoasts/client/registry/AnimationRegistry$AnimationHandler +instanceKlass net/bivrik/fancytoasts/utility/KeyBinding +instanceKlass net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttributeFormat +instanceKlass net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatAttribute +instanceKlass net/minecraft/client/OptionInstance$LazyEnum +instanceKlass net/minecraft/client/OptionInstance$ClampingLazyMaxIntRange +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$KeyData +instanceKlass net/minecraft/client/OptionInstance$AltEnum +instanceKlass net/minecraft/client/OptionInstance$IntRange +instanceKlass net/minecraft/client/OptionInstance$Enum +instanceKlass net/fabricmc/fabric/impl/resource/loader/ResourceManagerHelperImpl$SimpleResourceReloaderFactory +instanceKlass net/fabricmc/fabric/impl/attachment/AttachmentTypeImpl +instanceKlass com/mojang/authlib/yggdrasil/response/MinecraftProfilePropertiesResponse +instanceKlass com/mojang/authlib/minecraft/UserApiService$UserProperties +instanceKlass com/mojang/authlib/yggdrasil/ProfileResult +instanceKlass com/mojang/authlib/yggdrasil/YggdrasilServicesKeyInfo$KeySetResponse +instanceKlass com/mojang/authlib/yggdrasil/response/ProfileSearchResultsResponse +instanceKlass com/mojang/authlib/Environment +instanceKlass net/minecraft/server/packs/DownloadQueue$FileInfoEntry +instanceKlass net/minecraft/server/packs/DownloadQueue$LogEntry +instanceKlass net/minecraft/server/packs/linkfs/PathContents$FileContents +instanceKlass net/minecraft/server/packs/linkfs/PathContents$DirectoryContents +instanceKlass net/minecraft/server/packs/linkfs/LinkFileSystem$DirectoryEntry +instanceKlass net/minecraft/server/packs/PackSelectionConfig +instanceKlass net/minecraft/server/packs/PackLocationInfo +instanceKlass net/minecraft/server/packs/metadata/pack/PackMetadataSection +instanceKlass net/minecraft/server/packs/repository/KnownPack +instanceKlass net/minecraft/core/RegistryAccess$RegistryEntry +instanceKlass net/minecraft/client/PeriodicNotificationManager$Notification +instanceKlass net/minecraft/client/main/GameConfig$QuickPlayData +instanceKlass com/mojang/blaze3d/vertex/VertexFormatElement +instanceKlass net/minecraft/client/resources/model/ModelResourceLocation +instanceKlass net/mehvahdjukaar/polytone/utils/codec/BiggerCodecs$P19 +instanceKlass net/mehvahdjukaar/polytone/sound/ParticleSoundEmitter +instanceKlass net/mehvahdjukaar/polytone/particle/CustomParticleType$Ticker +instanceKlass net/mehvahdjukaar/polytone/particle/RotationProvider$CustomRotation +instanceKlass net/mehvahdjukaar/polytone/utils/codec/LenientUnboundedMapCodec +instanceKlass net/mehvahdjukaar/polytone/biome/BiomeIdMapper$Custom +instanceKlass net/mehvahdjukaar/polytone/colormap/IColormapNumberProvider$Const +instanceKlass net/mehvahdjukaar/polytone/utils/exp/PolytoneExpression$VarBuilder +instanceKlass net/mehvahdjukaar/polytone/utils/exp/PolytoneExpression$FunBuilder +instanceKlass net/mehvahdjukaar/polytone/particle/ParticleInitializer +instanceKlass net/mehvahdjukaar/polytone/utils/Targets$OptionalEntry +instanceKlass net/mehvahdjukaar/polytone/utils/Targets$RegexLocation +instanceKlass net/mehvahdjukaar/polytone/utils/Targets$TagLocation +instanceKlass net/mehvahdjukaar/polytone/utils/Targets$SimpleLocation +instanceKlass net/mehvahdjukaar/polytone/utils/Targets +instanceKlass net/mehvahdjukaar/polytone/colormap/IColorGetter$ofColorResolver +instanceKlass net/minecraft/world/item/enchantment/providers/SingleEnchantment +instanceKlass net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty +instanceKlass net/minecraft/world/item/enchantment/providers/EnchantmentsByCost +instanceKlass net/minecraft/world/item/enchantment/effects/SetValue +instanceKlass net/minecraft/world/item/enchantment/effects/RemoveBinomial +instanceKlass net/minecraft/world/item/enchantment/effects/MultiplyValue +instanceKlass net/minecraft/world/item/enchantment/effects/AllOf$ValueEffects +instanceKlass net/minecraft/world/item/enchantment/effects/AddValue +instanceKlass net/minecraft/world/item/enchantment/effects/AllOf$LocationBasedEffects +instanceKlass net/minecraft/world/item/enchantment/effects/SummonEntityEffect +instanceKlass net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource +instanceKlass net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource +instanceKlass net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect +instanceKlass net/minecraft/world/item/enchantment/effects/SetBlockProperties +instanceKlass net/minecraft/world/item/enchantment/effects/RunFunction +instanceKlass net/minecraft/world/item/enchantment/effects/ReplaceDisk +instanceKlass net/minecraft/world/item/enchantment/effects/ReplaceBlock +instanceKlass net/minecraft/world/item/enchantment/effects/PlaySoundEffect +instanceKlass net/minecraft/world/item/enchantment/effects/Ignite +instanceKlass net/minecraft/world/item/enchantment/effects/ExplodeEffect +instanceKlass net/minecraft/world/item/enchantment/effects/DamageItem +instanceKlass net/minecraft/world/damagesource/CombatEntry +instanceKlass net/minecraft/world/damagesource/DamageType +instanceKlass net/minecraft/world/item/enchantment/effects/DamageEntity +instanceKlass net/minecraft/world/item/enchantment/effects/ApplyMobEffect +instanceKlass net/minecraft/world/item/enchantment/effects/AllOf$EntityEffects +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$Lookup +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$Linear +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$Fraction +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$Clamped +instanceKlass net/minecraft/advancements/critereon/ItemJukeboxPlayablePredicate +instanceKlass net/minecraft/advancements/critereon/ItemTrimPredicate +instanceKlass net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate$EntryPredicate +instanceKlass net/minecraft/advancements/critereon/ItemAttributeModifiersPredicate +instanceKlass net/minecraft/advancements/critereon/ItemWrittenBookPredicate$PagePredicate +instanceKlass net/minecraft/advancements/critereon/ItemWrittenBookPredicate +instanceKlass net/minecraft/advancements/critereon/ItemWritableBookPredicate$PagePredicate +instanceKlass net/minecraft/advancements/critereon/ItemWritableBookPredicate +instanceKlass net/minecraft/advancements/critereon/ItemFireworksPredicate +instanceKlass net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate$FireworkPredicate +instanceKlass net/minecraft/advancements/critereon/ItemFireworkExplosionPredicate +instanceKlass net/minecraft/advancements/critereon/ItemBundlePredicate +instanceKlass net/minecraft/advancements/critereon/ItemContainerPredicate +instanceKlass net/minecraft/advancements/critereon/ItemCustomDataPredicate +instanceKlass net/minecraft/advancements/critereon/ItemPotionsPredicate +instanceKlass net/minecraft/advancements/critereon/EnchantmentPredicate +instanceKlass net/minecraft/advancements/critereon/ItemDamagePredicate +instanceKlass net/minecraft/advancements/critereon/RaiderPredicate +instanceKlass net/minecraft/advancements/critereon/SlimePredicate +instanceKlass net/minecraft/advancements/critereon/PlayerPredicate$AdvancementCriterionsPredicate +instanceKlass net/minecraft/advancements/critereon/PlayerPredicate$AdvancementDonePredicate +instanceKlass net/minecraft/advancements/critereon/PlayerPredicate$StatMatcher +instanceKlass net/minecraft/advancements/critereon/GameTypePredicate +instanceKlass net/minecraft/advancements/critereon/PlayerPredicate +instanceKlass net/minecraft/advancements/critereon/FishingHookPredicate +instanceKlass net/minecraft/advancements/critereon/LightningBoltPredicate +instanceKlass net/minecraft/world/item/CreativeModeTab$ItemDisplayParameters +instanceKlass net/minecraft/world/level/levelgen/structure/pools/alias/Direct +instanceKlass net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroup +instanceKlass net/minecraft/world/level/levelgen/structure/pools/alias/Random +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Constant +instanceKlass net/minecraft/util/CubicSpline$1Point +instanceKlass net/minecraft/util/CubicSpline$Multipoint +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Spline +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Clamp +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Shift +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$ShiftB +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$ShiftA +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler +instanceKlass net/minecraft/world/level/levelgen/DensityFunction$NoiseHolder +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Noise +instanceKlass terrablender/worldgen/surface/NamespacedSurfaceRuleSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$SequenceRule +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource +instanceKlass net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck +instanceKlass net/minecraft/world/level/levelgen/NoiseRouter +instanceKlass net/minecraft/world/level/levelgen/NoiseSettings +instanceKlass net/minecraft/world/level/levelgen/NoiseGeneratorSettings +instanceKlass net/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList$Preset +instanceKlass net/minecraft/world/level/biome/Climate$Parameter +instanceKlass net/minecraft/world/level/biome/Climate$ParameterPoint +instanceKlass net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost +instanceKlass net/minecraft/world/level/biome/Biome$ClimateSettings +instanceKlass net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement +instanceKlass net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement +instanceKlass net/minecraft/util/InclusiveRange +instanceKlass net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters +instanceKlass net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup +instanceKlass net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings$Entry +instanceKlass net/mehvahdjukaar/moonlight/api/worldgen/SpawnBoxSettings +instanceKlass net/minecraft/core/Holder$Direct +instanceKlass net/minecraft/world/level/levelgen/structure/pools/DimensionPadding +instanceKlass net/minecraft/world/level/levelgen/structure/StructureSpawnOverride +instanceKlass net/minecraft/world/level/levelgen/structure/Structure$StructureSettings +instanceKlass net/minecraft/world/level/levelgen/structure/pieces/StructurePieceSerializationContext +instanceKlass net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry +instanceKlass net/minecraft/world/level/levelgen/structure/StructureSet +instanceKlass net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration +instanceKlass net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider$Rule +instanceKlass net/minecraft/world/level/levelgen/feature/stateproviders/RuleBasedBlockStateProvider +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration$Layer +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration +instanceKlass net/minecraft/world/level/levelgen/placement/PlacedFeature +instanceKlass net/minecraft/world/level/levelgen/feature/configurations/RandomPatchConfiguration +instanceKlass net/minecraft/world/level/levelgen/feature/ConfiguredFeature +instanceKlass net/minecraft/world/level/levelgen/carver/ConfiguredWorldCarver +instanceKlass net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate +instanceKlass com/mojang/serialization/codecs/XorCodec +instanceKlass net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop +instanceKlass net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom +instanceKlass net/minecraft/world/level/dimension/DimensionType$MonsterSettings +instanceKlass net/minecraft/world/level/dimension/DimensionType +instanceKlass net/minecraft/world/level/levelgen/VerticalAnchor$Absolute +instanceKlass net/minecraft/util/random/WeightedEntry$Wrapper +instanceKlass net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck +instanceKlass net/minecraft/world/level/storage/loot/predicates/ValueCheckCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/TimeCheck +instanceKlass net/minecraft/world/level/storage/loot/predicates/ConditionReference +instanceKlass net/minecraft/world/level/storage/loot/predicates/WeatherCheck +instanceKlass net/minecraft/advancements/critereon/FluidPredicate +instanceKlass net/minecraft/advancements/critereon/LightPredicate +instanceKlass net/minecraft/advancements/critereon/MinMaxBounds$Doubles +instanceKlass net/minecraft/advancements/critereon/LocationPredicate$PositionPredicate +instanceKlass net/minecraft/advancements/critereon/LocationPredicate +instanceKlass net/minecraft/world/level/storage/loot/predicates/LocationCheck +instanceKlass net/minecraft/advancements/critereon/TagPredicate +instanceKlass net/minecraft/advancements/critereon/DamageSourcePredicate +instanceKlass net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/BonusLevelTableCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/MatchTool +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition +instanceKlass net/minecraft/advancements/critereon/EntityPredicate +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceCondition +instanceKlass net/minecraft/world/level/storage/loot/predicates/InvertedLootItemCondition +instanceKlass net/minecraft/world/level/storage/loot/functions/ToggleTooltips$ComponentToggle +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$StandAlone +instanceKlass net/minecraft/world/level/storage/loot/functions/CopyCustomDataFunction$CopyOperation +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/StorageNbtProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/nbt/LootNbtProviderType +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$Insert +instanceKlass net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection +instanceKlass net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount +instanceKlass net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$OreDrops +instanceKlass net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount +instanceKlass net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$FormulaType +instanceKlass net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction$EffectEntry +instanceKlass net/mehvahdjukaar/moonlight/api/platform/neoforge/PlatHelperImpl$ForgeCondition +instanceKlass net/neoforged/neoforge/common/conditions/AndCondition +instanceKlass net/mehvahdjukaar/moonlight/api/util/codec/LenientListCodec +instanceKlass net/minecraft/world/level/storage/loot/functions/SetAttributesFunction$Modifier +instanceKlass net/minecraft/world/level/storage/loot/providers/number/EnchantmentLevelProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/number/StorageValue +instanceKlass net/minecraft/world/level/storage/loot/providers/score/ContextScoreboardNameProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/score/FixedScoreboardNameProvider +instanceKlass net/minecraft/world/level/storage/loot/providers/score/LootScoreProviderType +instanceKlass net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue +instanceKlass net/minecraft/world/level/storage/loot/providers/number/BinomialDistributionGenerator +instanceKlass net/minecraft/world/level/storage/loot/providers/number/UniformGenerator +instanceKlass net/minecraft/world/level/storage/loot/providers/number/ConstantValue +instanceKlass net/minecraft/world/level/storage/loot/providers/number/LootNumberProviderType +instanceKlass net/minecraft/world/level/storage/loot/functions/LootItemFunctionType +instanceKlass net/minecraft/world/level/storage/loot/entries/LootPoolEntryType +instanceKlass net/minecraft/util/ExtraCodecs$StrictUnboundedMapCodec +instanceKlass net/minecraft/world/item/crafting/Ingredient$TagValue +instanceKlass net/minecraft/world/item/crafting/Ingredient$ItemValue +instanceKlass net/neoforged/neoforge/common/crafting/IngredientType +instanceKlass net/minecraft/world/item/crafting/ShapedRecipePattern$Data +instanceKlass net/minecraft/world/item/ProjectileItem$DispenseConfig +instanceKlass net/minecraft/core/dispenser/BlockSource +instanceKlass net/minecraft/commands/arguments/selector/options/EntitySelectorOptions$Option +instanceKlass java/lang/reflect/Executable$ParameterData +instanceKlass net/minecraft/network/chat/HoverEvent$TypedHoverEvent +instanceKlass net/minecraft/network/chat/contents/PlainTextContents$LiteralContents +instanceKlass net/minecraft/world/entity/animal/TropicalFish$Variant +instanceKlass net/fabric_extras/ranged_weapon/internal/ScalingUtil$Scaling +instanceKlass net/fabric_extras/ranged_weapon/api/RangedConfig +instanceKlass mod/azure/azurelibarmor/common/util/AzureLibUtil +instanceKlass net/minecraft/network/syncher/EntityDataAccessor +instanceKlass net/minecraft/world/entity/npc/VillagerProfession +instanceKlass net/minecraft/world/entity/EntityDimensions +instanceKlass dev/latvian/mods/kubejs/web/RelativeURL +instanceKlass net/minecraft/advancements/critereon/CollectionCountsPredicate$Entry +instanceKlass net/minecraft/advancements/critereon/CollectionPredicate +instanceKlass net/minecraft/core/component/TypedDataComponent +instanceKlass net/minecraft/advancements/critereon/MinMaxBounds$Ints +instanceKlass net/minecraft/advancements/critereon/ItemPredicate +instanceKlass com/github/theredbrain/bundleapi/predicate/item/CustomBundleContentsPredicate +instanceKlass com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent$Content +instanceKlass com/github/theredbrain/bundleapi/component/type/CustomBundleContentsComponent +instanceKlass net/spell_engine/api/spell/container/SpellChoice +instanceKlass net/spell_engine/api/spell/container/SpellContainer +instanceKlass net/minecraft/core/component/DataComponentMap$Builder$SimpleMap +instanceKlass net/minecraft/world/item/component/SeededContainerLoot +instanceKlass net/minecraft/world/LockCode +instanceKlass net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant +instanceKlass net/minecraft/world/item/component/BlockItemStateProperties +instanceKlass net/minecraft/world/item/component/ItemContainerContents$Slot +instanceKlass net/minecraft/world/level/block/entity/PotDecorations +instanceKlass net/minecraft/world/level/block/entity/BannerPattern +instanceKlass net/minecraft/world/level/block/entity/BannerPatternLayers$Layer +instanceKlass net/minecraft/world/level/block/entity/BannerPatternLayers +instanceKlass net/minecraft/world/item/component/ResolvableProfile +instanceKlass net/minecraft/world/item/component/Fireworks +instanceKlass net/minecraft/world/item/component/FireworkExplosion +instanceKlass net/minecraft/core/GlobalPos +instanceKlass net/minecraft/world/item/component/LodestoneTracker +instanceKlass net/minecraft/world/item/EitherHolder +instanceKlass net/minecraft/world/item/JukeboxSong +instanceKlass net/minecraft/world/item/JukeboxPlayable +instanceKlass net/minecraft/world/item/component/DebugStickState +instanceKlass net/minecraft/world/item/armortrim/TrimPattern +instanceKlass net/minecraft/world/item/ArmorMaterial +instanceKlass net/minecraft/world/item/armortrim/TrimMaterial +instanceKlass net/minecraft/world/item/component/WrittenBookContent +instanceKlass net/minecraft/server/network/Filterable +instanceKlass net/minecraft/world/item/component/WritableBookContent +instanceKlass net/minecraft/world/item/alchemy/PotionContents +instanceKlass net/minecraft/world/level/saveddata/maps/MapDecorationType +instanceKlass net/minecraft/world/item/component/MapDecorations$Entry +instanceKlass net/minecraft/world/item/component/MapDecorations +instanceKlass net/minecraft/world/level/saveddata/maps/MapId +instanceKlass net/minecraft/world/item/component/MapItemColor +instanceKlass net/minecraft/world/item/component/DyedItemColor +instanceKlass net/minecraft/world/item/component/Tool$Rule +instanceKlass net/minecraft/world/item/component/Tool +instanceKlass net/minecraft/world/effect/MobEffectInstance$Details +instanceKlass net/minecraft/world/food/FoodProperties$PossibleEffect +instanceKlass net/minecraft/world/food/FoodProperties +instanceKlass net/minecraft/world/item/component/CustomModelData +instanceKlass net/minecraft/world/item/component/ItemAttributeModifiers$Entry +instanceKlass net/minecraft/world/item/component/ItemAttributeModifiers +instanceKlass net/minecraft/advancements/critereon/NbtPredicate +instanceKlass net/minecraft/advancements/critereon/StatePropertiesPredicate$PropertyMatcher +instanceKlass net/minecraft/advancements/critereon/StatePropertiesPredicate$RangedMatcher +instanceKlass net/minecraft/advancements/critereon/StatePropertiesPredicate$ExactMatcher +instanceKlass net/minecraft/advancements/critereon/StatePropertiesPredicate +instanceKlass net/minecraft/advancements/critereon/BlockPredicate +instanceKlass net/minecraft/world/item/CrossbowItem$ChargingSounds +instanceKlass net/minecraft/world/item/enchantment/LevelBasedValue$Constant +instanceKlass net/minecraft/world/item/enchantment/effects/EnchantmentAttributeEffect +instanceKlass net/minecraft/world/item/enchantment/TargetedConditionalEffect +instanceKlass net/minecraft/world/item/enchantment/effects/DamageImmunity +instanceKlass net/minecraft/world/level/storage/loot/predicates/LootItemConditionType +instanceKlass net/minecraft/world/item/enchantment/ConditionalEffect +instanceKlass net/minecraft/world/item/enchantment/Enchantment$Cost +instanceKlass net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition +instanceKlass net/minecraft/world/item/enchantment/Enchantment +instanceKlass net/minecraft/world/item/component/ItemLore +instanceKlass net/minecraft/world/item/component/Unbreakable +instanceKlass net/minecraft/world/item/crafting/RecipeCache$Entry +instanceKlass net/minecraft/core/cauldron/CauldronInteraction$InteractionMap +instanceKlass net/minecraft/world/level/block/state/properties/BlockSetType +instanceKlass net/minecraft/world/level/block/state/properties/WoodType +instanceKlass net/minecraft/world/effect/MobEffect$AttributeTemplate +instanceKlass net/spell_power/api/SpellSchool$QueryArgs +instanceKlass net/spell_power/api/SpellSchool$Source +instanceKlass net/minecraft/world/entity/ai/attributes/AttributeModifier +instanceKlass net/critical_strike/api/CriticalStrikeAttributes$Translations +instanceKlass net/minecraft/world/item/component/SuspiciousStewEffects$Entry +instanceKlass net/minecraft/world/item/component/SuspiciousStewEffects +instanceKlass net/minecraft/util/ColorRGBA +instanceKlass com/mojang/serialization/codecs/DispatchedMapCodec +instanceKlass net/minecraft/core/component/DataComponentPatch$PatchKey +instanceKlass org/violetmoon/zeta/mixin/plugin/InterfaceDelegateMixinPlugin$Descriptor +instanceKlass org/violetmoon/zeta/mixin/plugin/InterfaceDelegateMixinPlugin$MethodReference +instanceKlass net/minecraft/world/level/block/entity/vault/VaultConfig +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$Mapped +instanceKlass net/minecraft/util/KeyDispatchDataCodec +instanceKlass net/minecraft/world/level/levelgen/DensityFunctions$HolderHolder +instanceKlass net/minecraft/tags/TagKey +instanceKlass net/minecraft/world/level/block/state/properties/Property$Value +instanceKlass com/tterrag/registrate/providers/ProviderType$Context +instanceKlass net/minecraft/world/entity/decoration/PaintingVariant +instanceKlass net/minecraft/advancements/critereon/ItemSubPredicate$Type +instanceKlass net/minecraft/world/level/block/entity/DecoratedPotPattern +instanceKlass net/minecraft/world/item/Instrument +instanceKlass net/minecraft/world/entity/animal/FrogVariant +instanceKlass net/minecraft/world/entity/animal/CatVariant +instanceKlass net/minecraft/world/entity/ai/village/poi/PoiType +instanceKlass net/minecraft/world/level/gameevent/GameEvent +instanceKlass net/minecraft/core/RegistrationInfo +instanceKlass dev/latvian/mods/kubejs/registry/RegistryType +instanceKlass net/minecraft/resources/ResourceKey$InternKey +instanceKlass com/mojang/datafixers/TypedOptic$Element +instanceKlass net/minecraft/ReportType +instanceKlass com/mojang/datafixers/TypedOptic +instanceKlass com/mojang/datafixers/types/Type$RewriteCacheKey +instanceKlass com/mojang/datafixers/RewriteResult +instanceKlass com/mojang/datafixers/View +instanceKlass net/minecraft/util/datafix/fixes/StructuresBecomeConfiguredFix$Conversion +instanceKlass com/simibubi/create/foundation/utility/DataFixerHelper$BlockPosFixer +instanceKlass com/mojang/datafixers/DSL$Instances$TaggedChoiceCacheKey +instanceKlass com/mojang/datafixers/functions/PointFreeRule$Everywhere +instanceKlass com/mojang/datafixers/functions/PointFreeRule$Seq +instanceKlass com/mojang/datafixers/types/templates/CompoundList +instanceKlass com/mojang/datafixers/types/templates/Hook +instanceKlass com/mojang/datafixers/types/templates/Check +instanceKlass com/mojang/datafixers/types/templates/Product +instanceKlass com/mojang/datafixers/types/templates/Tag +instanceKlass com/mojang/datafixers/types/templates/List +instanceKlass com/mojang/datafixers/types/templates/RecursivePoint +instanceKlass com/mojang/datafixers/types/templates/Named +instanceKlass com/mojang/datafixers/types/templates/Sum +instanceKlass com/mojang/datafixers/types/templates/Const +instanceKlass net/neoforged/neoforge/common/util/InsertingContents +instanceKlass net/minecraft/network/chat/ComponentContents$Type +instanceKlass net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement +instanceKlass com/mojang/authlib/properties/Property +instanceKlass net/minecraft/util/ExtraCodecs$TagOrElementLocation +instanceKlass net/minecraft/client/telemetry/TelemetryProperty +instanceKlass jdk/net/UnixDomainPrincipal +instanceKlass forge/me/thosea/badoptimizations/hook/CacheHooks$CacheHookEntry +instanceKlass forge/me/thosea/badoptimizations/config/ModIncompatibilities$IncompatibleMod +instanceKlass dev/djefrey/colorwheel/Version +instanceKlass net/caffeinemc/mods/sodium/client/services/PlatformMixinOverrides$MixinOverride +instanceKlass net/caffeinemc/mods/lithium/common/services/PlatformMixinOverrides$MixinOverride +instanceKlass net/neoforged/neoforge/coremods/MethodRedirector$MethodRedirection +instanceKlass cpw/mods/jarhandling/impl/ManifestVerifier$1Expected +instanceKlass net/neoforged/fml/loading/CoreModScriptLoader$ScriptSourceAdapter +instanceKlass org/sinytra/connector/service/hacks/ModuleLayerMigrator$SimpleSecureJar +instanceKlass net/neoforged/fml/loading/modscan/ModAnnotation$EnumHolder +instanceKlass net/neoforged/neoforgespi/language/ModFileScanData$AnnotationData +instanceKlass net/neoforged/neoforgespi/language/ModFileScanData$ClassData +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumParameters$MethodReference +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumParameters$FieldReference +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumParameters$Constant +instanceKlass net/neoforged/fml/common/asm/enumextension/EnumPrototype +instanceKlass net/neoforged/fml/loading/mixin/DeferredMixinConfigRegistration$ConfigInfo +instanceKlass net/neoforged/fml/loading/ModSorter$DependencyResolutionResult +instanceKlass net/neoforged/fml/loading/LanguageProviderLoader$ModLanguageWrapper +instanceKlass cpw/mods/modlauncher/api/ITransformationService$Resource +instanceKlass net/neoforged/fml/loading/moddiscovery/CoreModFile +instanceKlass net/neoforged/fml/loading/moddiscovery/ModFileParser$MixinConfig +instanceKlass org/sinytra/connector/locator/ConnectorLocator$LocationResult +instanceKlass org/sinytra/connector/locator/filter/SplitPackageMerger$FilteredModPath +instanceKlass org/sinytra/connector/locator/filter/SplitPackageMerger$JarMergeInfo +instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$TransformedFabricModPath +instanceKlass org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$CapturedLocalsTransform +instanceKlass org/sinytra/adapter/transform/param/TransformParameters +instanceKlass org/sinytra/adapter/analysis/locals/LocalVarAnalyzer$CapturedLocalsInfo +instanceKlass org/sinytra/adapter/analysis/params/EnhancedParamsDiff$SwapResult +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$InlineParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$MoveParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$RemoveParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$SubstituteParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$SwapParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$ReplaceParam +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot$InsertParam +instanceKlass org/sinytra/adapter/analysis/params/EnhancedParamsDiff$TypeWithContext +instanceKlass org/sinytra/adapter/analysis/params/LayeredParamsDiffSnapshot +instanceKlass org/sinytra/adapter/env/ctx/LocalVariable +instanceKlass org/sinytra/adapter/util/AdapterUtil$CapturedLocals +instanceKlass org/sinytra/adapter/analysis/InstructionMatcher +instanceKlass org/sinytra/adapter/patch/resolver/target/SplitTargetMethodSubResolver$CandidateMethod +instanceKlass org/sinytra/adapter/patch/resolver/Resolver$ResolutionResult +instanceKlass org/sinytra/adapter/env/ctx/MixinClassGenerator$GeneratedClass +instanceKlass org/sinytra/adapter/env/MockMixinRuntime$DummyMixinInfo +instanceKlass org/sinytra/adapter/env/MockMixinRuntime$ReferenceRemapper +instanceKlass org/sinytra/adapter/env/param/Parameter +instanceKlass org/sinytra/adapter/env/param/MethodParameters$ParamGroup +instanceKlass org/sinytra/adapter/env/ctx/TargetPair +instanceKlass org/sinytra/adapter/env/ctx/AuditTrail$AuditLog +instanceKlass org/sinytra/adapter/env/ctx/AuditTrail$Candidate +instanceKlass org/sinytra/adapter/patch/MixinParser$MixinMethodHandle +instanceKlass org/sinytra/adapter/patch/MixinParser$MixinClassHandle +instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$PostProcessRemapper +instanceKlass org/sinytra/connector/transformer/transform/OptimizedRenamingTransformer$MixinClassInfo +instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$OrMatcher +instanceKlass org/sinytra/adapter/util/MethodQualifier +instanceKlass org/sinytra/connector/service/FabricMixinBootstrap$MixinConfigDecorator$LoaderMixinVersionEntry +instanceKlass org/sinytra/adapter/transform/patch/ConfigurationMatcher$SingleMatcher +instanceKlass org/sinytra/connector/transformer/patch/AccessorToInvokerTransformer +instanceKlass org/sinytra/connector/transformer/transform/RefmapRemapper$RefmapFiles +instanceKlass org/sinytra/adapter/types/SimpleTypeAdapter +instanceKlass org/sinytra/connector/locator/transform/EarlyJSCoremodTransformer$DummyService +instanceKlass cpw/mods/modlauncher/api/ITransformer$Target +instanceKlass org/sinytra/connector/ConnectorCoremods$BaseTransformer +instanceKlass org/sinytra/connector/locator/transform/ConnectorTransformerEnvironment$FMLProgressMeter +instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$FabricModPath +instanceKlass org/sinytra/connector/transformer/jar/FabricModFileMetadata +instanceKlass com/mojang/serialization/DataResult$Error +instanceKlass com/mojang/serialization/DataResult$Success +instanceKlass com/mojang/serialization/MapCodec$MapCodecCodec +instanceKlass com/mojang/serialization/codecs/UnboundedMapCodec +instanceKlass com/mojang/serialization/codecs/EitherCodec +instanceKlass com/mojang/serialization/codecs/ListCodec +instanceKlass org/sinytra/connector/util/ConnectorConfig +instanceKlass org/sinytra/connector/transformer/jar/JarTransformer$TransformableJar +instanceKlass org/sinytra/connector/locator/ConnectorLocator$SimpleModInfo +instanceKlass net/neoforged/fml/loading/UniqueModListBuilder$UniqueModListData +instanceKlass net/neoforged/fml/earlydisplay/SimpleFont$Pos +instanceKlass net/neoforged/fml/earlydisplay/SimpleFont$DisplayText +instanceKlass net/neoforged/fml/loading/progress/StartupNotificationManager$AgeMessage +instanceKlass net/neoforged/fml/i18n/FMLTranslations$CustomFormat +instanceKlass net/neoforged/fml/ModLoadingIssue +instanceKlass net/neoforged/fml/loading/moddiscovery/readers/JarModsDotTomlModFileReader$DefaultModFileInfo +instanceKlass net/neoforged/neoforgespi/locating/ForgeFeature$Bound +instanceKlass net/neoforged/neoforgespi/language/IModFileInfo$LanguageSpec +instanceKlass net/neoforged/neoforgespi/locating/ModFileDiscoveryAttributes +instanceKlass net/neoforged/fml/loading/moddiscovery/locators/PathBasedLocator +instanceKlass net/neoforged/fml/loading/MavenCoordinate +instanceKlass net/neoforged/fml/loading/VersionInfo +instanceKlass net/neoforged/fml/earlydisplay/SimpleFont$Glyph +instanceKlass net/neoforged/fml/earlydisplay/RenderElement$DisplayContext +instanceKlass net/neoforged/fml/earlydisplay/ColourScheme$Colour +instanceKlass cpw/mods/modlauncher/ModuleLayerHandler$PathOrJar +instanceKlass cpw/mods/jarhandling/impl/JarSigningData$StatusData +instanceKlass sun/security/pkcs/SignerInfo$AlgorithmInfo +instanceKlass cpw/mods/modlauncher/ArgumentHandler$DiscoveryData +instanceKlass net/neoforged/fml/common/asm/enumextension/ExtensionInfo +instanceKlass cpw/mods/modlauncher/api/NamedPath +instanceKlass cpw/mods/modlauncher/LaunchServiceHandlerDecorator +instanceKlass cpw/mods/modlauncher/ModuleLayerHandler$LayerInfo +instanceKlass jdk/jfr/internal/jfc/model/Constraint +instanceKlass jdk/jfr/internal/query/ViewFile$ViewConfiguration +instanceKlass jdk/jfr/internal/dcmd/Argument +instanceKlass jdk/internal/misc/ThreadTracker$ThreadRef +instanceKlass java/lang/reflect/Proxy$ProxyBuilder$ProxyClassContext +instanceKlass cpw/mods/jarhandling/impl/Jar$JarModuleDataProvider +instanceKlass cpw/mods/bootstraplauncher/BootstrapLauncher$PackageTracker +instanceKlass cpw/mods/jarhandling/SecureJar$Provider +instanceKlass cpw/mods/jarhandling/NameAndVersion +instanceKlass cpw/mods/niofs/union/UnionFileSystem$EmbeddedFileSystemMetadata +instanceKlass cpw/mods/bootstraplauncher/BootstrapLauncher$1ModuleWithLocation +instanceKlass java/security/SecureClassLoader$CodeSourceKey +instanceKlass jdk/internal/module/ModuleReferenceImpl$CachedHash +instanceKlass java/util/stream/Collectors$CollectorImpl +instanceKlass jdk/internal/reflect/ReflectionFactory$Config +instanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs +instanceKlass jdk/internal/foreign/abi/VMStorage +ciInstanceKlass java/lang/Record 1 1 22 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/MethodType 1 1 780 7 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 7 12 1 1 8 1 10 100 12 1 1 1 9 7 1 9 7 1 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 7 1 8 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 9 12 1 11 12 1 1 7 10 12 1 1 10 12 1 1 7 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 11 12 1 1 10 12 1 1 7 1 10 12 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 10 10 12 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 9 12 1 1 7 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 11 12 1 100 1 11 100 12 1 1 10 12 1 100 1 10 12 1 10 100 12 1 1 10 12 1 1 9 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 10 100 12 1 1 10 12 1 100 10 12 1 1 10 12 1 10 7 1 7 1 9 12 1 1 7 1 7 1 7 1 1 1 5 0 1 1 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 7 1 1 7 1 1 100 1 100 1 1 +staticfield java/lang/invoke/MethodType internTable Ljava/lang/invoke/MethodType$ConcurrentWeakInternSet; java/lang/invoke/MethodType$ConcurrentWeakInternSet +staticfield java/lang/invoke/MethodType NO_PTYPES [Ljava/lang/Class; 0 [Ljava/lang/Class; +staticfield java/lang/invoke/MethodType objectOnlyTypes [Ljava/lang/invoke/MethodType; 20 [Ljava/lang/invoke/MethodType; +staticfield java/lang/invoke/MethodType METHOD_HANDLE_ARRAY [Ljava/lang/Class; 1 [Ljava/lang/Class; +staticfield java/lang/invoke/MethodType serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +staticfield java/lang/invoke/MethodType $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor$OfMethod 1 0 43 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +instanceKlass java/lang/InstantiationException +instanceKlass java/lang/reflect/InvocationTargetException +instanceKlass java/lang/IllegalAccessException +instanceKlass java/lang/NoSuchFieldException +instanceKlass java/lang/NoSuchMethodException +instanceKlass java/lang/ClassNotFoundException +ciInstanceKlass java/lang/ReflectiveOperationException 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/invoke/DelegatingMethodHandle +instanceKlass java/lang/invoke/BoundMethodHandle +instanceKlass java/lang/invoke/DirectMethodHandle +ciInstanceKlass java/lang/invoke/MethodHandle 1 1 737 100 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 8 1 10 7 12 1 1 1 9 12 1 1 100 1 10 9 7 12 1 1 1 9 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 11 12 1 10 12 1 10 12 1 1 10 100 12 1 1 100 1 11 12 1 10 100 1 11 12 1 7 1 10 12 1 11 12 1 9 100 12 1 1 1 11 12 1 1 11 100 12 1 1 1 10 12 1 1 9 12 1 11 12 1 9 12 1 9 12 1 9 12 1 11 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 10 7 12 1 1 10 12 1 1 100 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 100 12 1 1 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 7 12 1 1 9 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 8 10 12 1 1 8 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 7 1 100 1 1 100 1 1 100 1 1 1 1 +staticfield java/lang/invoke/MethodHandle FORM_OFFSET J 24 +staticfield java/lang/invoke/MethodHandle UPDATE_OFFSET J 13 +staticfield java/lang/invoke/MethodHandle $assertionsDisabled Z 1 +ciInstanceKlass java/util/concurrent/ConcurrentHashMap 1 1 1210 7 1 7 1 3 10 12 1 1 3 7 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 100 1 11 12 1 1 11 12 1 11 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 4 10 12 1 9 12 1 10 12 1 1 100 1 10 5 0 10 12 1 10 12 1 1 5 0 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 7 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 9 10 12 1 1 9 12 1 10 12 1 1 5 0 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 7 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 11 100 1 10 12 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 9 10 12 1 9 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 100 1 10 12 11 100 12 1 1 10 11 7 12 1 10 12 1 100 1 10 12 1 100 1 10 10 9 7 12 1 1 1 10 12 3 10 7 12 1 1 9 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 7 12 1 1 9 12 1 9 7 12 1 1 10 12 1 1 10 12 1 3 9 12 1 9 12 1 10 12 1 1 7 1 9 3 9 12 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 7 12 1 1 1 7 10 12 1 7 1 5 0 10 100 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 100 1 10 12 1 10 100 1 100 1 10 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 7 1 10 12 1 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 9 12 1 1 10 12 1 1 8 10 12 1 1 8 8 8 8 7 10 12 1 1 10 12 1 100 1 8 1 10 7 1 7 1 7 1 1 1 5 0 1 1 3 1 3 1 1 1 1 3 1 3 1 3 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/util/concurrent/ConcurrentHashMap NCPU I 12 +staticfield java/util/concurrent/ConcurrentHashMap serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; +staticfield java/util/concurrent/ConcurrentHashMap U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/util/concurrent/ConcurrentHashMap SIZECTL J 12 +staticfield java/util/concurrent/ConcurrentHashMap TRANSFERINDEX J 40 +staticfield java/util/concurrent/ConcurrentHashMap BASECOUNT J 32 +staticfield java/util/concurrent/ConcurrentHashMap CELLSBUSY J 44 +staticfield java/util/concurrent/ConcurrentHashMap CELLVALUE J 144 +staticfield java/util/concurrent/ConcurrentHashMap ABASE I 16 +staticfield java/util/concurrent/ConcurrentHashMap ASHIFT I 3 +ciInstanceKlass java/util/concurrent/ConcurrentMap 1 1 208 11 7 12 1 1 1 10 7 12 1 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 100 1 11 12 1 11 12 1 100 1 11 100 12 1 1 1 18 12 1 11 12 1 1 11 7 12 1 1 11 12 1 1 11 100 12 1 11 12 1 1 11 12 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 +instanceKlass sun/awt/SoftCache +instanceKlass java/util/TreeMap$NavigableSubMap +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap +instanceKlass com/google/common/cache/LocalCache +instanceKlass com/google/common/collect/MapMakerInternalMap +instanceKlass com/euphoriapatches/shadow/com/google/gson/internal/LinkedTreeMap +instanceKlass org/spongepowered/include/com/google/common/collect/Maps$IteratorBasedAbstractMap +instanceKlass org/spongepowered/include/com/google/gson/internal/LinkedTreeMap +instanceKlass com/google/common/collect/Maps$IteratorBasedAbstractMap +instanceKlass com/google/common/collect/Maps$ViewCachingAbstractMap +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/internal/introspection/ClassMap$1 +instanceKlass com/google/gson/internal/LinkedTreeMap +instanceKlass com/electronwill/nightconfig/core/utils/TransformingMap +instanceKlass java/util/Collections$SingletonMap +instanceKlass java/util/concurrent/ConcurrentSkipListMap +instanceKlass java/util/TreeMap +instanceKlass java/util/stream/Collectors$Partition +instanceKlass java/util/IdentityHashMap +instanceKlass java/util/EnumMap +instanceKlass java/util/WeakHashMap +instanceKlass java/util/Collections$EmptyMap +instanceKlass java/util/HashMap +instanceKlass sun/util/PreHashedMap +instanceKlass java/util/ImmutableCollections$AbstractImmutableMap +instanceKlass java/util/concurrent/ConcurrentHashMap +ciInstanceKlass java/util/AbstractMap 1 1 196 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 10 12 1 1 11 12 1 100 1 10 11 12 1 11 7 1 10 12 1 1 11 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 11 11 12 1 1 11 12 1 7 1 100 1 11 12 1 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 7 1 7 1 100 1 100 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders 1 1 183 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 11 100 12 1 1 1 100 1 11 12 1 1 11 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 100 1 100 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 7 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/loader/ClassLoaders JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +staticfield jdk/internal/loader/ClassLoaders BOOT_LOADER Ljdk/internal/loader/ClassLoaders$BootClassLoader; jdk/internal/loader/ClassLoaders$BootClassLoader +staticfield jdk/internal/loader/ClassLoaders PLATFORM_LOADER Ljdk/internal/loader/ClassLoaders$PlatformClassLoader; jdk/internal/loader/ClassLoaders$PlatformClassLoader +staticfield jdk/internal/loader/ClassLoaders APP_LOADER Ljdk/internal/loader/ClassLoaders$AppClassLoader; jdk/internal/loader/ClassLoaders$AppClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$BootClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader +ciInstanceKlass jdk/internal/loader/BuiltinClassLoader 1 1 737 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 7 1 10 12 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 9 12 1 1 10 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 7 12 1 1 7 1 10 7 12 1 1 1 10 12 1 100 1 8 1 10 12 1 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 11 12 1 7 1 10 11 12 1 1 11 10 12 1 1 7 1 10 12 1 10 7 12 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 100 1 10 12 1 1 11 12 1 7 1 100 1 10 12 1 10 12 1 1 100 1 100 1 10 12 1 10 12 1 18 12 1 1 10 12 1 10 12 1 1 18 100 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 100 12 1 1 1 10 12 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 8 1 10 10 12 1 8 1 8 1 10 100 12 1 1 1 11 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 1 10 12 1 7 1 10 11 12 1 1 10 12 10 12 1 10 12 1 100 1 10 12 1 10 12 1 10 10 12 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 100 1 1 1 1 1 100 1 100 1 1 +staticfield jdk/internal/loader/BuiltinClassLoader packageToModule Ljava/util/Map; java/util/concurrent/ConcurrentHashMap +staticfield jdk/internal/loader/BuiltinClassLoader $assertionsDisabled Z 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader 1 1 119 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 8 1 10 12 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader 1 1 42 8 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$NullOperand +instanceKlass dev/kostromdan/mods/crash_assistant/commons/jexl3/JexlArithmetic$CoercionException +ciInstanceKlass java/lang/ArithmeticException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ArrayStoreException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +instanceKlass kotlin/TypeCastException +ciInstanceKlass java/lang/ClassCastException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ClassNotFoundException 1 1 96 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/ClassNotFoundException serialPersistentFields [Ljava/io/ObjectStreamField; 1 [Ljava/io/ObjectStreamField; +instanceKlass org/spongepowered/asm/mixin/injection/invoke/arg/ArgumentCountException +instanceKlass javax/management/openmbean/InvalidOpenTypeException +instanceKlass dev/ftb/mods/ftblibrary/ui/MismatchingParentPanelException +instanceKlass kotlin/reflect/jvm/internal/impl/km/InconsistentKotlinMetadataException +instanceKlass net/minecraft/network/chat/contents/TranslatableFormatException +instanceKlass java/security/InvalidParameterException +instanceKlass org/spongepowered/asm/util/throwables/InvalidConstraintException +instanceKlass net/objecthunter/exp4j/tokenizer/UnknownFunctionOrVariableException +instanceKlass org/openjdk/nashorn/internal/runtime/options/Options$IllegalOptionException +instanceKlass net/neoforged/fml/loading/toposort/CyclePresentException +instanceKlass java/nio/charset/UnsupportedCharsetException +instanceKlass java/nio/charset/IllegalCharsetNameException +instanceKlass java/lang/IllegalThreadStateException +instanceKlass me/decce/ixeris/core/shadow/classtransform/exceptions/SliceException +instanceKlass java/util/IllegalFormatException +instanceKlass java/util/regex/PatternSyntaxException +instanceKlass java/nio/file/InvalidPathException +instanceKlass java/lang/NumberFormatException +instanceKlass java/nio/file/ProviderMismatchException +ciInstanceKlass java/lang/IllegalArgumentException 1 1 35 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/IllegalMonitorStateException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/BootstrapMethodError 1 1 45 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +instanceKlass org/spongepowered/asm/mixin/throwables/CompanionPluginError +instanceKlass java/lang/VerifyError +instanceKlass java/lang/ExceptionInInitializerError +instanceKlass java/lang/ClassCircularityError +instanceKlass java/lang/UnsatisfiedLinkError +instanceKlass java/lang/ClassFormatError +instanceKlass java/lang/IncompatibleClassChangeError +instanceKlass java/lang/BootstrapMethodError +instanceKlass java/lang/NoClassDefFoundError +ciInstanceKlass java/lang/LinkageError 1 1 31 10 7 12 1 1 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass kotlin/KotlinNullPointerException +ciInstanceKlass java/lang/NullPointerException 1 1 52 10 7 12 1 1 1 10 12 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 +ciInstanceKlass java/lang/NoClassDefFoundError 1 1 26 10 7 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/StackOverflowError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/StackTraceElement 1 1 235 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 8 1 10 100 12 1 1 1 7 1 9 12 1 8 1 9 12 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 8 1 10 100 12 1 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 1 1 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer +ciInstanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer 1 1 32 10 7 12 1 1 1 9 7 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/VirtualThread$VThreadContinuation +ciInstanceKlass jdk/internal/vm/Continuation 1 1 549 9 7 12 1 1 1 9 12 1 9 12 1 100 1 7 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 11 7 12 1 1 1 10 7 1 9 12 1 1 9 12 1 1 10 8 1 10 12 1 9 12 1 1 10 11 12 1 1 100 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 100 1 10 12 1 11 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 1 9 12 1 1 11 12 1 1 9 12 1 1 8 1 10 11 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 11 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 11 7 12 1 1 10 7 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 8 1 10 7 12 1 1 1 10 12 1 8 1 100 1 8 1 10 9 12 1 1 8 1 10 7 12 1 1 10 100 12 1 1 8 1 8 1 10 12 10 7 12 1 1 1 10 7 1 10 7 12 1 1 1 18 11 100 12 1 1 1 18 12 1 11 12 1 1 7 1 10 7 12 1 1 10 12 1 1 8 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 8 1 10 12 1 7 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 1 15 10 12 16 15 11 7 12 1 1 1 16 1 16 1 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield jdk/internal/vm/Continuation U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield jdk/internal/vm/Continuation MOUNTED_OFFSET J 13 +staticfield jdk/internal/vm/Continuation PRESERVE_SCOPED_VALUE_CACHE Z 1 +staticfield jdk/internal/vm/Continuation JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +staticfield jdk/internal/vm/Continuation $assertionsDisabled Z 1 +ciInstanceKlass jdk/internal/misc/UnsafeConstants 1 1 34 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/misc/UnsafeConstants ADDRESS_SIZE0 I 8 +staticfield jdk/internal/misc/UnsafeConstants PAGE_SIZE I 4096 +staticfield jdk/internal/misc/UnsafeConstants BIG_ENDIAN Z 0 +staticfield jdk/internal/misc/UnsafeConstants UNALIGNED_ACCESS Z 1 +staticfield jdk/internal/misc/UnsafeConstants DATA_CACHE_LINE_FLUSH_SIZE I 0 +ciInstanceKlass java/lang/invoke/MethodHandleStatics 1 1 320 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 8 1 8 1 10 12 1 10 100 12 1 1 1 10 7 12 1 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 7 1 10 12 10 12 1 10 12 1 100 1 10 10 12 1 1 100 1 10 10 12 1 7 1 7 1 8 1 8 1 10 12 1 8 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 7 12 1 1 10 7 12 1 1 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 7 12 1 1 1 9 12 1 8 1 8 1 8 1 8 1 9 12 1 8 1 9 12 1 8 1 8 1 9 12 1 8 1 8 1 9 12 1 8 1 9 12 1 8 1 9 12 1 8 1 8 1 9 12 1 8 1 8 1 10 12 1 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MethodHandleStatics UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/lang/invoke/MethodHandleStatics CLASSFILE_VERSION I 65 +staticfield java/lang/invoke/MethodHandleStatics DEBUG_METHOD_HANDLE_NAMES Z 0 +staticfield java/lang/invoke/MethodHandleStatics TRACE_INTERPRETER Z 0 +staticfield java/lang/invoke/MethodHandleStatics TRACE_METHOD_LINKAGE Z 0 +staticfield java/lang/invoke/MethodHandleStatics TRACE_RESOLVE Z 0 +staticfield java/lang/invoke/MethodHandleStatics COMPILE_THRESHOLD I 0 +staticfield java/lang/invoke/MethodHandleStatics LOG_LF_COMPILATION_FAILURE Z 0 +staticfield java/lang/invoke/MethodHandleStatics DONT_INLINE_THRESHOLD I 30 +staticfield java/lang/invoke/MethodHandleStatics PROFILE_LEVEL I 0 +staticfield java/lang/invoke/MethodHandleStatics PROFILE_GWT Z 1 +staticfield java/lang/invoke/MethodHandleStatics CUSTOMIZE_THRESHOLD I 127 +staticfield java/lang/invoke/MethodHandleStatics VAR_HANDLE_GUARDS Z 1 +staticfield java/lang/invoke/MethodHandleStatics MAX_ARITY I 255 +staticfield java/lang/invoke/MethodHandleStatics VAR_HANDLE_IDENTITY_ADAPT Z 0 +staticfield java/lang/invoke/MethodHandleStatics DUMP_CLASS_FILES Ljdk/internal/util/ClassFileDumper; jdk/internal/util/ClassFileDumper +ciInstanceKlass java/lang/Void 1 1 31 10 7 12 1 1 1 8 1 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Void TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/invoke/LambdaForm 1 1 1059 7 1 100 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 9 12 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 9 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 8 1 8 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 9 12 1 7 1 10 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 12 10 12 1 1 10 12 1 1 9 12 1 8 10 12 1 1 100 1 10 12 1 1 10 12 1 9 7 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 10 12 1 1 7 1 7 1 10 10 12 1 1 10 12 1 1 8 1 8 1 7 1 8 1 10 12 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 10 12 1 1 8 1 8 1 8 1 7 1 8 1 7 1 8 1 7 1 8 1 10 12 1 8 1 9 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 100 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 8 1 8 1 7 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 7 1 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 8 1 10 12 1 9 12 1 1 7 1 10 7 12 1 1 1 8 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 10 12 1 10 10 12 1 9 12 1 9 9 12 1 7 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 7 1 9 1 1 1 1 3 1 3 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/LambdaForm DEFAULT_CUSTOMIZED Ljava/lang/invoke/MethodHandle; null +staticfield java/lang/invoke/LambdaForm DEFAULT_KIND Ljava/lang/invoke/LambdaForm$Kind; java/lang/invoke/LambdaForm$Kind +staticfield java/lang/invoke/LambdaForm COMPILE_THRESHOLD I 0 +staticfield java/lang/invoke/LambdaForm INTERNED_ARGUMENTS [[Ljava/lang/invoke/LambdaForm$Name; 5 [[Ljava/lang/invoke/LambdaForm$Name; +staticfield java/lang/invoke/LambdaForm IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory +staticfield java/lang/invoke/LambdaForm LF_identity [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/LambdaForm LF_zero [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/LambdaForm NF_identity [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/LambdaForm NF_zero [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/LambdaForm createFormsLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/invoke/LambdaForm DEBUG_NAME_COUNTERS Ljava/util/HashMap; null +staticfield java/lang/invoke/LambdaForm DEBUG_NAMES Ljava/util/HashMap; null +staticfield java/lang/invoke/LambdaForm TRACE_INTERPRETER Z 0 +staticfield java/lang/invoke/LambdaForm $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MemberName 1 1 724 7 1 7 1 100 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 7 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 8 1 10 100 12 1 1 1 7 1 10 10 12 1 1 100 1 100 1 10 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 8 1 9 12 1 1 3 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 8 10 12 1 1 10 12 1 1 8 1 9 7 1 8 9 7 1 10 12 1 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 8 1 8 1 7 1 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 3 10 12 1 3 10 12 1 3 3 3 3 3 3 10 12 1 3 9 12 1 10 12 1 1 3 10 12 1 10 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 10 10 12 100 1 10 10 10 12 1 1 10 12 1 1 10 10 12 1 8 10 7 1 10 12 1 10 7 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 1 100 1 8 1 10 7 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 8 1 10 12 1 8 1 10 10 10 12 1 10 12 1 8 1 8 1 10 10 12 1 8 1 10 100 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 100 1 10 8 1 8 1 8 1 8 1 10 12 1 7 1 100 1 7 1 10 100 1 10 7 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 7 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MemberName $assertionsDisabled Z 1 +instanceKlass java/lang/invoke/VarHandleReferences$Array +instanceKlass java/lang/invoke/VarHandleLongs$Array +instanceKlass java/lang/invoke/VarHandleInts$Array +instanceKlass java/lang/invoke/VarHandleReferences$FieldStaticReadOnly +instanceKlass java/lang/invoke/VarHandleInts$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleLongs$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleReferences$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleBooleans$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleByteArrayAsDoubles$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsLongs$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsFloats$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsInts$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsChars$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsShorts$ByteArrayViewVarHandle +ciInstanceKlass java/lang/invoke/VarHandle 1 1 473 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 100 1 10 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 10 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 9 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 100 1 10 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 10 12 1 1 7 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 100 1 1 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 +staticfield java/lang/invoke/VarHandle VFORM_OFFSET J 16 +staticfield java/lang/invoke/VarHandle $assertionsDisabled Z 1 +instanceKlass jdk/internal/reflect/FieldAccessorImpl +instanceKlass jdk/internal/reflect/ConstructorAccessorImpl +instanceKlass jdk/internal/reflect/MethodAccessorImpl +ciInstanceKlass jdk/internal/reflect/MagicAccessorImpl 1 1 16 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/DirectMethodHandleAccessor +ciInstanceKlass jdk/internal/reflect/MethodAccessorImpl 1 1 38 10 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/MethodAccessor 1 0 17 100 1 100 1 1 1 1 100 1 100 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor$NativeAccessor +instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor +instanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl +ciInstanceKlass jdk/internal/reflect/ConstructorAccessorImpl 1 1 27 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 +ciInstanceKlass jdk/internal/reflect/ConstructorAccessor 1 0 16 100 1 100 1 1 1 1 100 1 100 1 100 1 1 1 +ciInstanceKlass jdk/internal/reflect/DelegatingClassLoader 0 0 18 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/CallerSensitive 1 0 17 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl 0 0 125 10 7 12 1 1 1 9 7 12 1 1 1 100 1 10 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 8 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/ConstantPool 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 11 7 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl 0 0 47 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 8 11 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/FieldAccessor 1 0 48 100 1 100 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/MethodHandleFieldAccessorImpl +instanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl +ciInstanceKlass jdk/internal/reflect/FieldAccessorImpl 1 1 269 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 100 1 10 12 1 1 10 8 1 10 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 8 1 8 1 8 1 10 12 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl +ciInstanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl 0 0 62 10 100 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 100 12 1 1 10 12 1 9 12 1 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/invoke/VolatileCallSite +instanceKlass java/lang/invoke/MutableCallSite +instanceKlass java/lang/invoke/ConstantCallSite +ciInstanceKlass java/lang/invoke/CallSite 1 1 307 10 7 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 100 1 7 1 10 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 10 12 1 1 9 12 1 9 7 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 9 12 1 8 1 7 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 8 10 12 1 1 9 12 1 1 100 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 10 12 10 12 1 1 7 1 7 1 7 1 8 1 10 12 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 +staticfield java/lang/invoke/CallSite $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/ConstantCallSite 1 1 65 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 100 1 10 12 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/ConstantCallSite UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +instanceKlass java/lang/invoke/DirectMethodHandle$Special +instanceKlass java/lang/invoke/DirectMethodHandle$StaticAccessor +instanceKlass java/lang/invoke/DirectMethodHandle$Interface +instanceKlass java/lang/invoke/DirectMethodHandle$Constructor +instanceKlass java/lang/invoke/DirectMethodHandle$Accessor +ciInstanceKlass java/lang/invoke/DirectMethodHandle 1 1 923 7 1 7 1 100 1 7 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 100 1 10 9 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 10 12 1 7 1 10 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 7 12 1 1 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 10 7 1 9 12 9 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 7 1 9 12 1 1 10 7 12 1 1 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 8 1 9 12 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 7 1 10 12 1 9 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 8 1 8 1 8 1 8 1 10 12 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 8 9 12 1 1 10 12 1 1 8 1 8 8 9 12 1 8 1 8 8 8 8 8 1 8 10 12 1 7 1 10 12 1 8 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/DirectMethodHandle IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory +staticfield java/lang/invoke/DirectMethodHandle FT_UNCHECKED_REF I 8 +staticfield java/lang/invoke/DirectMethodHandle ACCESSOR_FORMS [Ljava/lang/invoke/LambdaForm; 132 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/DirectMethodHandle ALL_WRAPPERS [Lsun/invoke/util/Wrapper; 10 [Lsun/invoke/util/Wrapper; +staticfield java/lang/invoke/DirectMethodHandle NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 12 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/DirectMethodHandle OBJ_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType +staticfield java/lang/invoke/DirectMethodHandle LONG_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType +staticfield java/lang/invoke/DirectMethodHandle $assertionsDisabled Z 1 +ciMethod java/lang/invoke/DirectMethodHandle allocateInstance (Ljava/lang/Object;)Ljava/lang/Object; 512 0 1793187 0 472 +ciMethod java/lang/invoke/DirectMethodHandle constructorMethod (Ljava/lang/Object;)Ljava/lang/Object; 512 0 1795767 0 176 +instanceKlass jdk/dynalink/support/AbstractRelinkableCallSite +ciInstanceKlass java/lang/invoke/MutableCallSite 1 1 63 10 7 12 1 1 1 10 12 1 9 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +staticfield java/lang/invoke/MutableCallSite STORE_BARRIER Ljava/util/concurrent/atomic/AtomicInteger; java/util/concurrent/atomic/AtomicInteger +ciInstanceKlass java/lang/invoke/VolatileCallSite 0 0 37 10 100 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/ResolvedMethodName 1 1 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/MethodHandleNatives 1 1 690 100 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 1 7 1 10 12 100 1 100 1 8 1 7 1 10 10 12 1 7 1 9 7 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 7 1 10 12 1 8 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 10 7 12 1 1 1 100 1 8 1 10 100 12 1 1 1 7 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 7 1 7 1 10 12 1 10 12 1 8 1 8 1 10 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 9 12 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 100 1 100 1 10 10 100 1 100 1 10 100 1 10 10 12 1 1 10 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 1 1 +staticfield java/lang/invoke/MethodHandleNatives $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext 1 1 49 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/NativeEntryPoint 0 0 194 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 100 1 10 100 12 1 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 15 10 100 12 1 1 1 1 1 100 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/ABIDescriptor 0 0 55 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/foreign/abi/VMStorage 0 0 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 8 1 15 15 15 15 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs 0 0 66 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 18 12 1 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 8 1 15 15 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/StackWalker 1 1 271 9 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 12 1 1 100 1 8 1 10 10 7 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 100 1 8 1 10 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 7 12 1 1 11 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/StackWalker DEFAULT_EMPTY_OPTION Ljava/util/EnumSet; java/util/RegularEnumSet +staticfield java/lang/StackWalker DEFAULT_WALKER Ljava/lang/StackWalker; java/lang/StackWalker +ciInstanceKlass java/lang/StackWalker$StackFrame 1 1 41 100 1 10 12 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +instanceKlass java/lang/LiveStackFrameInfo +ciInstanceKlass java/lang/StackFrameInfo 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 9 7 1 9 12 1 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 1 11 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 11 12 1 1 9 12 1 1 10 7 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 +staticfield java/lang/StackFrameInfo JLIA Ljdk/internal/access/JavaLangInvokeAccess; java/lang/invoke/MethodHandleImpl$1 +ciInstanceKlass java/lang/LiveStackFrameInfo 0 0 97 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 10 100 1 10 12 1 100 1 10 12 1 7 1 7 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/LiveStackFrame 0 0 135 100 1 10 100 12 1 1 1 11 7 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 12 1 10 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 +instanceKlass java/lang/StackStreamFactory$CallerClassFinder +instanceKlass java/lang/StackStreamFactory$StackFrameTraverser +ciInstanceKlass java/lang/StackStreamFactory$AbstractStackWalker 1 1 375 7 1 7 1 3 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 10 7 12 1 1 9 12 1 8 1 5 0 8 1 8 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/module/Modules 1 1 504 10 7 12 1 1 1 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 11 12 1 11 12 1 11 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 11 12 1 9 12 1 1 11 7 12 1 1 1 10 12 1 1 10 10 12 1 10 9 12 1 1 10 7 12 1 1 10 12 1 1 10 100 12 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 12 1 1 18 12 1 1 11 100 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 1 11 12 1 1 10 12 1 18 18 10 12 1 1 9 12 1 1 11 7 12 1 1 1 100 1 10 11 12 1 11 12 1 1 11 12 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 1 11 12 10 12 1 1 7 1 10 18 12 1 10 12 1 1 7 1 8 1 10 12 1 10 100 12 1 1 18 12 1 11 11 12 10 12 1 10 10 100 1 18 12 1 10 10 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 1 16 16 15 10 12 1 16 1 16 1 15 10 12 1 16 1 16 1 15 10 12 16 1 15 10 16 1 15 10 12 16 1 15 10 12 16 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 100 1 100 1 1 +staticfield jdk/internal/module/Modules JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +staticfield jdk/internal/module/Modules JLMA Ljdk/internal/access/JavaLangModuleAccess; java/lang/module/ModuleDescriptor$1 +staticfield jdk/internal/module/Modules $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/Invokers$Holder 1 1 128 1 100 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 100 1 1 12 9 1 1 1 12 10 1 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 1 12 10 1 1 7 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 12 10 12 10 12 10 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 +ciMethod java/lang/invoke/Invokers$Holder linkToTargetMethod (Ljava/lang/Object;)Ljava/lang/Object; 512 0 760453 0 -1 +ciMethod java/lang/invoke/Invokers$Holder linkToTargetMethod (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 512 0 1206509 0 -1 +ciInstanceKlass java/lang/invoke/DirectMethodHandle$Holder 1 1 548 1 100 1 100 1 1 1 1 1 1 1 7 1 1 12 10 1 12 10 1 7 1 7 1 1 12 10 1 1 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 12 10 12 10 1 1 12 10 12 10 1 1 12 10 1 1 12 10 12 10 12 10 12 10 1 1 12 10 12 10 1 1 12 10 12 10 1 1 12 10 1 1 12 10 12 10 12 10 12 10 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 12 10 12 10 12 10 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 12 10 12 10 1 1 12 10 1 12 10 12 10 1 1 12 10 1 12 10 12 10 1 1 1 12 10 1 12 10 1 7 1 1 12 9 1 7 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 1 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 1 +ciMethod java/lang/invoke/DirectMethodHandle$Holder newInvokeSpecial (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 512 0 898876 0 -1 +instanceKlass com/faboslav/friendsandfoes/common/entity/CopperGolemEntity$1 +instanceKlass snownee/snow/util/KeyedList +instanceKlass dev/latvian/mods/kubejs/player/EntityArrayList +instanceKlass net/minecraft/world/item/trading/MerchantOffers +instanceKlass org/betterx/wover/biome/impl/modification/FeatureMap +instanceKlass team/creative/creativecore/common/util/type/list/PairList +instanceKlass fuzs/pickupnotifier/client/util/PickUpCollector +instanceKlass net/minecraft/world/level/block/LightningRodBlock$Anonymous$13a009a3cae74d41a4bed6effd36f892 +instanceKlass org/spongepowered/asm/mixin/transformer/MixinCoprocessors +instanceKlass org/spongepowered/asm/mixin/injection/struct/InjectionNodes +instanceKlass org/objectweb/asm/tree/MethodNode$1 +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$ListItem +ciInstanceKlass java/util/ArrayList 1 1 509 10 7 12 1 1 1 7 1 9 7 12 1 1 1 9 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 7 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 7 1 10 12 1 10 10 7 12 1 1 1 10 7 12 1 1 10 12 1 100 1 10 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 11 12 1 7 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 100 1 8 1 10 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 +staticfield java/util/ArrayList EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; +staticfield java/util/ArrayList DEFAULTCAPACITY_EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; +ciInstanceKlass java/util/RandomAccess 1 1 7 100 1 100 1 1 1 +ciInstanceKlass java/util/Locale 1 1 1162 9 7 12 1 1 1 7 1 10 12 1 1 9 12 1 1 11 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 100 1 10 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 11 12 1 1 9 7 12 1 1 1 10 7 1 10 9 12 1 1 10 7 12 1 1 9 7 12 1 1 1 9 12 1 10 12 1 1 9 12 1 1 9 12 1 100 1 8 1 10 12 1 9 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 8 1 8 1 10 7 12 1 1 1 8 1 10 12 10 7 12 1 1 1 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 1 10 7 12 1 1 100 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 1 10 100 1 10 12 1 1 10 12 1 1 8 1 10 12 1 8 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 8 1 10 100 12 1 1 1 10 12 1 1 9 12 1 1 100 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 8 1 10 12 1 10 10 10 12 1 10 10 12 1 1 10 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 10 12 1 10 8 1 9 12 1 10 7 12 1 1 1 10 10 12 1 10 8 1 10 12 1 10 10 12 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 10 12 1 10 12 1 10 12 1 10 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 8 1 8 1 10 8 1 10 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 10 12 1 1 8 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 8 1 7 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 11 100 12 1 1 18 12 1 1 11 100 12 1 1 1 18 12 1 1 11 12 1 1 18 12 1 10 12 1 10 12 1 10 12 1 1 11 12 1 1 100 100 1 10 10 12 1 1 8 1 10 12 1 100 1 7 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 100 1 8 1 10 10 12 1 10 12 1 10 10 8 1 8 1 8 1 9 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 100 12 1 1 18 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 18 12 1 11 12 1 1 10 12 1 10 100 12 1 1 1 8 1 10 100 12 1 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 100 1 10 12 1 10 10 12 1 10 12 1 10 8 1 10 12 1 1 8 1 8 1 9 12 1 8 1 8 1 9 12 1 10 100 12 1 1 1 9 7 12 1 1 1 10 10 12 1 10 10 12 1 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 10 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 7 1 10 12 1 9 12 1 1 9 12 1 1 7 1 7 1 1 1 1 1 1 3 1 3 1 1 5 0 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 100 1 100 1 100 1 1 16 15 10 12 16 16 15 16 15 10 12 15 10 12 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/util/Locale ENGLISH Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale FRENCH Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale GERMAN Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale ITALIAN Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale JAPANESE Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale KOREAN Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale CHINESE Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale SIMPLIFIED_CHINESE Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale TRADITIONAL_CHINESE Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale FRANCE Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale GERMANY Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale ITALY Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale JAPAN Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale KOREA Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale UK Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale US Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale CANADA Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale CANADA_FRENCH Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale ROOT Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale CONSTANT_LOCALES Ljava/util/Map; java/util/HashMap +staticfield java/util/Locale CHINA Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale PRC Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale TAIWAN Ljava/util/Locale; java/util/Locale +staticfield java/util/Locale serialPersistentFields [Ljava/io/ObjectStreamField; 6 [Ljava/io/ObjectStreamField; +staticfield java/util/Locale $assertionsDisabled Z 1 +ciInstanceKlass java/lang/annotation/Annotation 1 0 17 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ThreadLocal$ThreadLocalMap 1 1 143 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 7 1 9 12 1 1 9 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/ThreadLocal$ThreadLocalMap set (Ljava/lang/ThreadLocal;Ljava/lang/Object;)V 12 0 5185 0 -1 +ciMethod java/lang/ThreadLocal$ThreadLocalMap nextIndex (II)I 512 0 28630 0 -1 +ciMethod java/lang/ThreadLocal$ThreadLocalMap getEntry (Ljava/lang/ThreadLocal;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; 512 0 24722 0 440 +ciMethod java/lang/ThreadLocal$ThreadLocalMap getEntryAfterMiss (Ljava/lang/ThreadLocal;ILjava/lang/ThreadLocal$ThreadLocalMap$Entry;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; 4 0 6146 0 616 +ciMethod java/lang/ThreadLocal$ThreadLocalMap expungeStaleEntry (I)I 7004 7632 5686 0 -1 +instanceKlass org/yaml/snakeyaml/external/com/google/gdata/util/common/base/UnicodeEscaper$2 +instanceKlass snownee/kiwi/shadowed/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/UnicodeEscaper$2 +instanceKlass com/sun/jna/Structure$2 +instanceKlass com/sun/jna/Structure$1 +instanceKlass com/sun/jna/Native$7 +instanceKlass jdk/internal/math/FloatingDecimal$1 +instanceKlass java/lang/InheritableThreadLocal +instanceKlass java/lang/ThreadLocal$SuppliedThreadLocal +instanceKlass jdk/internal/jimage/ImageBufferCache$1 +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter +instanceKlass jdk/internal/misc/CarrierThreadLocal +ciInstanceKlass java/lang/ThreadLocal 1 1 332 9 7 12 1 1 1 3 10 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 100 1 100 1 10 10 12 1 10 12 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 9 12 1 10 12 1 10 12 10 12 1 1 10 12 1 9 12 1 1 10 12 10 12 1 100 1 10 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 9 100 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 18 12 1 1 10 12 1 1 7 1 7 1 10 12 1 9 7 12 1 1 1 10 100 12 1 1 1 11 12 1 1 11 7 12 1 1 11 12 1 7 1 8 1 11 12 1 1 10 12 1 1 11 100 12 1 1 1 10 100 12 1 1 1 11 12 1 1 10 7 12 1 1 10 12 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/ThreadLocal TRACE_VTHREAD_LOCALS Z 0 +staticfield java/lang/ThreadLocal $assertionsDisabled Z 1 +ciMethod java/lang/ThreadLocal get ()Ljava/lang/Object; 338 0 297638 0 616 +ciMethod java/lang/ThreadLocal initialValue ()Ljava/lang/Object; 258 0 129 0 -1 +ciMethod java/lang/ThreadLocal getMap (Ljava/lang/Thread;)Ljava/lang/ThreadLocal$ThreadLocalMap; 518 0 9384 0 152 +ciMethod java/lang/ThreadLocal createMap (Ljava/lang/Thread;Ljava/lang/Object;)V 2 0 120 0 -1 +ciMethod java/lang/ThreadLocal get (Ljava/lang/Thread;)Ljava/lang/Object; 514 0 24730 0 536 +ciMethod java/lang/ThreadLocal setInitialValue (Ljava/lang/Thread;)Ljava/lang/Object; 4110 0 7349 0 1184 +ciMethod java/lang/ThreadLocal dumpStackIfVirtualThread ()V 0 0 1 0 -1 +instanceKlass sun/nio/ch/Util$1 +instanceKlass sun/nio/fs/NativeBuffers$1 +ciInstanceKlass jdk/internal/misc/TerminatingThreadLocal 1 1 86 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 12 1 1 7 1 11 12 1 1 11 7 12 1 1 1 11 12 1 10 12 1 10 10 12 1 11 12 1 1 11 12 7 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/misc/TerminatingThreadLocal REGISTRY Ljdk/internal/misc/CarrierThreadLocal; jdk/internal/misc/TerminatingThreadLocal$1 +ciMethod jdk/internal/misc/TerminatingThreadLocal register (Ljdk/internal/misc/TerminatingThreadLocal;)V 6 0 159 0 -1 +ciInstanceKlass java/util/function/BiFunction 1 1 65 10 100 12 1 1 1 18 12 1 1 11 7 12 1 1 11 100 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/util/ImmutableCollections 1 1 213 10 7 12 1 1 1 100 1 10 7 1 7 1 9 12 1 1 7 1 11 7 12 1 1 1 11 12 1 1 11 12 1 1 11 12 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 1 100 1 100 1 10 9 12 1 1 10 12 1 10 12 1 9 12 1 10 7 12 1 1 5 0 10 7 12 1 1 1 10 7 12 1 1 5 0 9 12 1 1 9 12 1 10 12 1 1 9 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 9 12 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/util/ImmutableCollections SALT32L J 3464460483 +staticfield java/util/ImmutableCollections REVERSE Z 0 +staticfield java/util/ImmutableCollections EMPTY Ljava/lang/Object; java/lang/Object +staticfield java/util/ImmutableCollections EMPTY_LIST Ljava/util/ImmutableCollections$ListN; java/util/ImmutableCollections$ListN +staticfield java/util/ImmutableCollections EMPTY_LIST_NULLS Ljava/util/ImmutableCollections$ListN; java/util/ImmutableCollections$ListN +staticfield java/util/ImmutableCollections EMPTY_SET Ljava/util/ImmutableCollections$SetN; java/util/ImmutableCollections$SetN +staticfield java/util/ImmutableCollections EMPTY_MAP Ljava/util/ImmutableCollections$MapN; java/util/ImmutableCollections$MapN +staticfield java/util/ImmutableCollections $assertionsDisabled Z 1 +ciInstanceKlass java/util/ImmutableCollections$ListN 1 1 119 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 8 1 10 12 1 100 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 7 1 1 1 1 +ciInstanceKlass java/util/function/Supplier 1 1 14 100 1 100 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/DirectMethodHandle$Constructor 1 1 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/DirectMethodHandle$Constructor $assertionsDisabled Z 1 +ciInstanceKlass java/nio/file/Path 1 1 208 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 10 100 1 7 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 10 11 7 12 1 1 11 12 1 1 11 12 1 11 12 1 1 100 1 10 11 12 1 1 11 12 1 7 1 11 10 100 1 8 1 10 7 1 11 12 1 1 7 1 10 12 1 11 12 1 1 7 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 +ciInstanceKlass java/nio/file/Watchable 1 0 25 100 1 100 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 1 +ciMethod java/nio/file/Path getFileSystem ()Ljava/nio/file/FileSystem; 0 0 1 0 -1 +ciMethod java/nio/file/Path relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 0 0 1 0 -1 +ciInstanceKlass java/util/function/IntFunction 1 1 14 100 1 100 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/util/Preconditions$4 1 1 61 9 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 1 100 1 100 1 100 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 1 1 1 1 +ciInstanceKlass java/util/Arrays$ArrayList 1 1 149 10 7 12 1 1 1 10 7 12 1 1 1 7 1 9 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 11 7 12 1 1 1 11 100 12 1 1 10 12 1 1 7 1 10 12 1 100 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/stream/IntStream 1 1 324 10 100 12 1 1 1 18 12 1 1 11 7 12 1 1 1 100 1 11 12 1 1 10 12 1 1 11 12 1 1 10 7 12 1 1 1 18 12 1 1 11 12 1 1 100 1 10 100 1 10 12 1 10 100 12 1 1 10 12 1 10 100 12 1 1 1 100 1 7 1 5 0 100 1 10 12 1 100 1 10 12 1 100 1 10 12 1 11 12 1 1 7 1 10 12 1 100 1 10 12 1 10 100 12 1 1 1 11 12 1 11 12 1 11 12 1 1 100 1 10 11 7 12 1 1 1 10 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 1 15 11 12 16 16 15 11 12 1 15 10 100 12 1 1 1 1 1 100 1 100 1 1 100 1 1 1 1 1 100 1 100 1 1 1 100 1 1 100 1 100 1 100 1 1 100 1 100 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 +ciMethod java/util/stream/IntStream range (II)Ljava/util/stream/IntStream; 164 0 1554 0 -1 +instanceKlass net/minecraft/server/packs/linkfs/LinkFileSystem +instanceKlass jdk/nio/zipfs/ZipFileSystem +instanceKlass net/neoforged/jarjar/nio/pathfs/PathFileSystem +instanceKlass cpw/mods/niofs/union/UnionFileSystem +instanceKlass sun/nio/fs/WindowsFileSystem +ciInstanceKlass java/nio/file/FileSystem 1 1 46 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/WeakHashMap$Entry 1 1 112 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 11 10 7 12 1 1 1 10 12 1 11 10 100 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 +ciInstanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry 1 1 37 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 +ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_LL 1 1 73 1 7 1 7 1 1 1 1 1 1 1 1 12 9 1 1 1 12 10 12 9 12 9 1 1 12 10 1 1 1 100 1 7 1 1 12 10 1 7 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 1 +ciInstanceKlass sun/nio/fs/NativeBuffers$1 1 1 42 100 1 10 7 12 1 1 1 10 7 12 1 1 7 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod jdk/internal/util/Preconditions checkIndex (IILjava/util/function/BiFunction;)I 906 0 6381 1 -1 +ciMethod java/lang/Integer highestOneBit (I)I 52 0 9917 0 -1 +ciMethod java/util/Arrays checkLength (II)V 200 0 64855 0 -1 +ciMethod java/util/Arrays copyOfRangeByte ([BII)[B 200 0 64656 0 -1 +ciMethod java/util/Arrays copyOfRange ([BII)[B 512 0 73308 0 1008 +ciMethod java/util/Arrays copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object; 26 0 68300 0 720 +ciMethod java/util/Arrays copyOf ([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object; 86 0 13113 0 -1 +ciMethod java/lang/Math min (II)I 1024 0 815705 0 -1 +ciMethod java/lang/Thread currentThread ()Ljava/lang/Thread; 0 0 1 0 -1 +ciMethod jdk/internal/misc/Unsafe allocateInstance (Ljava/lang/Class;)Ljava/lang/Object; 512 0 256 0 -1 +ciMethod java/util/Iterator next ()Ljava/lang/Object; 0 0 1 0 -1 +ciMethod java/util/Iterator hasNext ()Z 0 0 1 0 -1 +ciMethod java/lang/String format (Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 578 0 729 0 -1 +ciMethod java/lang/String isBlank ()Z 512 0 11910 0 -1 +ciMethod java/lang/String isLatin1 ()Z 944 0 6768344 0 88 +ciMethod java/lang/String coder ()B 1024 0 5184431 0 88 +ciMethod java/lang/String checkIndex (II)V 688 0 6149122 0 120 +ciMethod java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 30 0 11439 0 1200 +ciMethod java/lang/String (Ljava/lang/StringBuilder;)V 30 0 998054 0 1200 +ciMethod java/lang/Appendable append (Ljava/lang/CharSequence;)Ljava/lang/Appendable; 0 0 1 0 -1 +ciMethod java/lang/StringBuilder ()V 10 0 1070178 0 216 +ciMethod java/lang/AbstractStringBuilder length ()I 258 0 129 0 0 +ciMethod java/lang/AbstractStringBuilder (I)V 30 0 5211 0 360 +ciMethod java/lang/AbstractStringBuilder isLatin1 ()Z 512 0 83769 0 88 +ciMethod java/lang/AbstractStringBuilder getValue ()[B 258 0 129 0 0 +ciMethod java/lang/Boolean valueOf (Z)Ljava/lang/Boolean; 446 0 435197 0 104 +ciMethod java/lang/Boolean booleanValue ()Z 256 0 128 0 -1 +ciMethod java/lang/Object getClass ()Ljava/lang/Class; 512 0 256 0 -1 +ciMethod java/lang/Object ()V 1024 0 15951121 0 136 +ciInstanceKlass cpw/mods/niofs/union/UnionFileSystem 1 1 802 10 7 12 1 1 1 7 1 10 12 1 1 7 1 7 1 10 12 1 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 7 1 8 1 10 12 1 9 12 1 1 9 12 1 1 11 7 12 1 1 1 18 12 1 1 11 12 1 1 18 12 1 1 11 7 12 1 1 1 11 12 1 1 9 12 1 1 11 12 1 1 18 18 12 1 11 12 1 1 18 11 12 1 18 11 7 12 1 1 10 7 12 1 1 1 11 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 7 1 9 12 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 18 12 1 1 10 12 1 7 1 100 1 10 12 1 10 12 1 10 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 18 12 1 8 1 11 100 12 1 1 10 7 12 1 1 1 10 12 1 100 1 10 10 12 1 1 10 7 12 1 1 10 12 1 1 11 12 1 1 10 12 1 7 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 10 100 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 1 10 12 1 11 10 12 1 1 10 12 1 10 12 10 12 1 1 18 12 1 1 18 12 1 1 10 12 1 1 10 12 1 1 18 10 12 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 11 11 12 10 12 10 12 1 1 11 12 1 1 18 12 1 7 1 7 1 9 7 12 1 1 1 10 12 1 1 7 1 10 12 1 11 12 11 12 1 1 10 12 1 1 11 12 1 11 7 12 1 1 1 10 7 12 1 1 18 12 1 18 12 1 11 12 1 1 11 12 1 7 1 10 12 1 11 12 1 11 12 1 1 10 12 1 1 11 10 12 1 1 11 12 1 18 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 10 12 1 1 10 12 7 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 8 1 10 12 1 1 8 1 10 12 1 1 8 1 8 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 100 1 100 1 100 1 100 1 100 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 12 16 15 10 12 16 15 10 16 1 15 10 12 16 1 8 1 16 15 10 12 1 16 1 15 10 12 16 1 16 15 10 12 15 16 15 10 12 16 15 10 12 15 10 12 16 8 1 15 10 7 12 1 1 1 15 10 7 12 1 1 1 1 1 1 100 1 1 100 1 1 +staticfield cpw/mods/niofs/union/UnionFileSystem ZIPFS_CH Ljava/lang/invoke/MethodHandle; java/lang/invoke/DirectMethodHandle$Accessor +staticfield cpw/mods/niofs/union/UnionFileSystem FCI_UNINTERUPTIBLE Ljava/lang/invoke/MethodHandle; java/lang/invoke/DirectMethodHandle$Special +ciInstanceKlass cpw/mods/niofs/union/UnionPath 1 1 427 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 7 1 9 12 1 1 7 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 18 12 1 1 11 12 1 1 7 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 100 1 10 18 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 1 1 10 7 12 1 1 18 12 1 1 18 11 7 12 1 10 7 12 1 1 1 7 1 10 10 12 1 8 1 10 12 8 1 11 7 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 1 11 100 12 1 1 1 18 11 12 1 1 18 11 100 1 7 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 18 12 1 10 12 1 100 1 100 1 10 12 1 11 12 1 1 11 12 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 18 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 8 1 16 15 10 12 15 10 12 15 10 12 16 15 10 12 8 1 8 1 15 10 7 12 1 1 1 15 10 7 12 1 1 1 100 1 100 1 1 100 1 1 100 1 100 1 1 +instanceKlass com/llamalad7/mixinextras/lib/gson/stream/MalformedJsonException +instanceKlass net/minecraft/server/ChainedJsonException +instanceKlass com/electronwill/nightconfig/core/io/IoUtils$RetryFailedException +instanceKlass javax/net/ssl/SSLException +instanceKlass org/apache/commons/io/FileExistsException +instanceKlass java/io/UTFDataFormatException +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream$OutOfSpaceException +instanceKlass kotlin/reflect/jvm/internal/impl/protobuf/InvalidProtocolBufferException +instanceKlass com/euphoriapatches/shadow/com/google/gson/stream/MalformedJsonException +instanceKlass java/io/InterruptedIOException +instanceKlass java/net/ProtocolException +instanceKlass org/spongepowered/include/com/google/gson/stream/MalformedJsonException +instanceKlass net/fabricmc/loader/impl/lib/gson/MalformedJsonException +instanceKlass java/util/InvalidPropertiesFormatException +instanceKlass com/google/gson/stream/MalformedJsonException +instanceKlass java/nio/charset/CharacterCodingException +instanceKlass java/io/CharConversionException +instanceKlass com/sun/org/apache/xerces/internal/util/URI$MalformedURIException +instanceKlass java/net/SocketException +instanceKlass java/net/UnknownHostException +instanceKlass java/io/UnsupportedEncodingException +instanceKlass java/io/ObjectStreamException +instanceKlass java/io/FileNotFoundException +instanceKlass java/net/MalformedURLException +instanceKlass java/nio/channels/ClosedChannelException +instanceKlass java/io/EOFException +instanceKlass java/nio/file/FileSystemException +instanceKlass java/util/zip/ZipException +ciInstanceKlass java/io/IOException 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Arrays$ArrayItr 1 1 48 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 10 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/nio/file/ProviderMismatchException 0 0 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/AssertionError 1 1 79 10 100 12 1 1 1 10 12 1 10 100 12 1 1 1 10 100 1 100 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass sun/nio/ch/Util$1 1 1 55 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ThreadLocal$SuppliedThreadLocal 1 1 44 10 7 12 1 1 1 10 7 12 1 1 1 7 1 9 7 12 1 1 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass org/spongepowered/asm/mixin/injection/invoke/arg/ArgumentIndexOutOfBoundsException +instanceKlass java/lang/StringIndexOutOfBoundsException +instanceKlass org/objectweb/asm/MethodTooLargeException +instanceKlass org/objectweb/asm/ClassTooLargeException +instanceKlass java/lang/ArrayIndexOutOfBoundsException +ciInstanceKlass java/lang/IndexOutOfBoundsException 1 1 49 10 7 12 1 1 1 10 12 1 100 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass fr/rakambda/fallingtree/common/utils/BoundedList +instanceKlass sun/net/www/http/KeepAliveStreamCleaner +ciInstanceKlass java/util/LinkedList 1 1 346 10 7 12 1 1 1 9 7 12 1 1 1 10 10 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 7 1 10 12 1 10 12 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 100 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 100 1 10 12 1 1 11 100 12 1 1 10 12 1 10 12 100 1 100 1 100 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/LinkedList$ListItr 1 1 134 9 7 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 100 1 10 9 12 1 9 7 1 9 12 1 1 10 12 1 9 12 1 9 12 1 100 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 100 12 1 1 100 1 10 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass com/google/common/collect/ImmutableMapValues +instanceKlass com/google/common/collect/ImmutableSet +instanceKlass com/google/common/collect/ImmutableList +instanceKlass com/google/common/collect/ImmutableMultimap$Values +instanceKlass com/google/common/collect/ImmutableMultimap$EntryCollection +instanceKlass com/google/common/collect/ImmutableMultisetGwtSerializationDependencies +ciInstanceKlass com/google/common/collect/ImmutableCollection 1 1 203 100 10 7 10 9 10 10 10 10 10 10 10 10 10 100 10 10 10 10 10 100 10 10 11 11 100 10 100 8 10 7 7 100 100 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 12 1 7 12 12 12 7 12 12 12 12 12 7 12 7 12 12 1 100 12 12 100 12 12 1 12 12 12 1 1 12 1 1 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield com/google/common/collect/ImmutableCollection EMPTY_ARRAY [Ljava/lang/Object; 0 [Ljava/lang/Object; +instanceKlass com/google/common/collect/RegularImmutableTable$Values +instanceKlass com/google/common/collect/Lists$StringAsImmutableList +instanceKlass com/google/common/collect/ImmutableRangeSet$1 +instanceKlass com/google/common/collect/ImmutableRangeSet$ComplementRanges +instanceKlass com/google/common/collect/RegularImmutableMap$Values +instanceKlass com/google/common/collect/RegularImmutableList +instanceKlass com/google/common/collect/ImmutableList$SubList +instanceKlass com/google/common/collect/SingletonImmutableList +instanceKlass com/google/common/collect/ImmutableList$ReverseImmutableList +instanceKlass com/google/common/collect/ImmutableAsList +ciInstanceKlass com/google/common/collect/ImmutableList 1 1 463 10 9 7 10 7 10 100 3 8 10 10 10 7 10 11 10 7 10 10 10 10 11 11 10 11 10 7 10 10 10 10 10 7 100 10 100 10 10 10 10 10 10 10 7 10 10 10 10 7 10 10 10 11 10 10 10 10 10 7 10 100 10 18 10 100 10 10 10 100 8 10 100 10 8 10 10 10 10 7 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 7 12 12 1 12 1 12 1 1 7 12 7 12 12 1 12 100 12 12 1 12 12 12 12 100 12 12 12 12 1 12 12 12 12 7 12 1 100 12 7 12 7 12 12 12 12 7 12 12 1 12 12 12 1 12 12 12 7 12 7 12 12 12 12 12 1 1 1 15 16 15 12 7 12 1 12 12 12 1 1 12 1 7 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 10 11 1 1 1 1 1 1 1 1 1 1 1 1 1 7 12 1 1 100 1 1 100 1 1 1 100 1 8 1 1 12 10 1 1 +ciInstanceKlass com/google/common/collect/SingletonImmutableList 1 1 113 10 10 9 10 10 10 11 10 10 100 10 10 10 10 10 10 10 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 12 7 12 12 12 7 12 7 12 7 12 12 12 1 12 100 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass com/google/common/collect/RegularImmutableList 1 1 91 10 9 10 10 100 10 10 7 7 10 9 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 12 12 7 12 7 12 1 7 12 12 1 1 12 12 1 1 1 1 1 1 1 1 1 +staticfield com/google/common/collect/RegularImmutableList EMPTY Lcom/google/common/collect/ImmutableList; com/google/common/collect/RegularImmutableList +ciInstanceKlass com/google/common/base/Preconditions 1 1 223 10 100 10 10 10 10 100 10 10 10 100 10 10 100 10 10 8 10 100 10 10 8 100 10 8 10 10 10 8 10 10 8 10 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 1 100 12 12 100 12 1 100 12 100 12 100 12 1 1 12 1 12 1 1 1 12 12 12 1 12 12 1 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass com/google/common/collect/ImmutableSet$Builder +instanceKlass com/google/common/collect/ImmutableList$Builder +ciInstanceKlass com/google/common/collect/ImmutableCollection$Builder 1 1 95 100 8 10 10 7 3 10 10 11 11 11 7 7 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 1 12 12 7 12 12 12 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass com/google/common/collect/ImmutableList$Builder 1 1 151 7 10 10 7 9 9 10 10 9 10 10 10 10 10 7 11 7 10 10 10 10 10 10 10 10 10 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 1 12 12 12 7 12 12 7 12 12 7 12 12 7 12 1 12 1 12 12 12 7 12 12 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass org/spongepowered/asm/mixin/injection/callback/Cancellable 1 0 15 100 100 100 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable +ciInstanceKlass org/spongepowered/asm/mixin/injection/callback/CallbackInfo 1 1 112 8 8 8 8 8 8 8 8 100 7 7 7 7 7 7 100 100 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable 1 1 169 8 8 8 8 7 100 100 7 100 7 100 7 100 7 7 7 7 100 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass org/spongepowered/asm/mixin/injection/callback/CancellationException 0 0 29 100 100 10 10 10 10 12 12 12 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass net/minecraft/Util 1 1 2080 1 7 1 1 100 1 1 7 1 100 1 100 1 100 1 7 1 7 1 7 1 100 1 100 1 100 1 100 1 7 1 7 1 100 1 1 100 1 7 1 1 100 1 7 1 1 100 1 100 1 1 1 100 1 100 1 1 100 1 100 1 7 1 100 1 1 100 1 100 1 1 1 1 1 3 1 3 1 1 1 8 1 1 1 1 1 1 1 1 3 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 1 1 1 1 1 1 16 1 1 12 11 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 12 11 15 18 1 7 1 12 10 1 1 16 1 7 1 1 12 10 15 1 16 1 1 12 18 1 1 12 10 1 1 1 1 100 1 100 1 1 12 10 1 1 1 1 1 1 1 1 8 1 7 1 1 12 10 15 1 12 18 1 7 1 1 12 10 1 12 10 1 7 1 1 12 10 1 8 1 12 18 1 1 1 1 1 1 12 10 12 9 1 12 11 1 1 100 1 1 12 10 1 12 10 1 12 9 1 100 1 12 10 1 7 1 1 12 10 1 1 1 7 1 1 12 10 1 1 12 10 1 12 10 1 7 1 1 12 10 1 100 1 1 12 10 1 7 1 12 10 1 16 1 1 12 10 15 1 1 12 18 1 16 1 12 10 15 1 1 12 18 1 12 10 1 1 1 1 1 1 100 1 7 1 12 10 1 7 1 1 12 10 12 9 1 8 1 1 12 10 1 7 1 1 12 11 1 8 1 1 1 1 1 1 1 12 10 12 9 1 1 12 10 12 9 1 12 9 1 1 1 12 10 1 1 12 10 1 100 1 100 1 12 11 5 0 1 100 1 1 12 9 1 1 12 11 1 12 11 1 1 1 1 1 1 1 1 16 1 1 12 10 15 1 12 18 1 7 1 1 12 10 1 1 1 1 1 100 12 10 1 1 1 1 12 10 1 100 1 100 1 1 12 10 1 100 1 1 12 10 1 100 1 1 12 9 1 100 1 1 12 10 1 100 1 1 12 10 1 12 10 1 7 1 1 12 9 1 8 1 12 10 1 12 11 1 1 1 1 1 1 1 1 1 7 1 12 9 1 12 10 1 1 1 1 100 1 7 1 7 1 1 12 10 1 1 12 10 1 7 1 1 12 11 1 7 1 12 10 1 7 1 1 12 10 1 7 1 1 12 11 1 7 1 12 10 1 8 1 1 12 11 1 12 9 1 1 1 1 1 1 1 1 1 16 1 1 12 10 15 1 12 18 1 1 1 1 100 1 1 1 1 12 10 15 12 18 1 1 1 1 1 7 1 1 1 1 100 1 12 11 1 8 1 12 10 1 1 1 1 1 1 1 1 1 1 7 1 12 11 1 16 1 12 10 15 1 1 12 18 1 12 11 1 100 1 1 12 11 16 1 1 12 10 15 16 1 12 18 1 1 12 11 1 100 1 1 12 10 15 1 12 18 1 1 1 1 1 1 1 12 10 15 18 1 12 11 1 12 10 15 18 1 12 10 15 18 1 1 1 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 8 1 1 12 10 1 8 1 1 12 10 1 1 12 9 1 8 1 12 9 1 8 1 12 9 1 8 1 8 1 12 9 1 8 1 12 9 1 1 1 100 1 100 12 10 1 12 10 1 8 18 1 12 10 12 9 1 7 12 11 1 8 18 1 1 1 1 1 1 1 1 7 1 1 12 10 1 7 1 12 11 1 12 11 1 1 12 10 15 16 18 1 7 1 1 12 11 1 1 1 1 1 1 1 1 1 1 100 1 1 12 11 1 7 1 12 11 1 1 12 11 1 1 1 1 1 1 1 1 100 1 1 12 10 1 1 1 1 1 12 11 1 1 1 1 1 7 1 1 12 11 1 1 1 1 1 1 1 1 12 10 1 7 16 1 1 12 10 15 1 16 1 12 18 1 1 12 11 1 12 10 1 1 12 10 15 1 16 1 12 18 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 12 10 10 12 11 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 8 1 12 10 1 1 12 10 1 12 10 12 11 1 12 9 1 12 10 1 1 1 1 1 8 1 12 10 1 1 1 12 9 1 1 8 1 12 11 1 100 1 1 12 10 1 12 10 5 0 1 1 1 1 1 12 10 10 1 1 1 1 1 7 1 12 11 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 11 1 1 12 10 12 10 1 1 12 10 1 1 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 10 1 1 10 1 1 1 1 100 1 12 11 1 8 12 11 1 1 1 1 100 1 1 12 10 1 8 1 8 12 11 1 1 1 1 1 1 1 12 10 1 1 1 1 100 1 100 1 1 12 10 1 12 10 1 8 18 12 10 12 10 12 10 12 10 1 8 18 12 10 1 8 1 12 18 1 8 18 1 1 1 1 1 1 1 12 10 1 1 12 10 1 100 1 1 12 10 1 12 10 1 1 1 1 1 1 1 1 12 10 15 16 1 12 18 1 1 1 1 1 1 100 1 1 12 11 1 12 11 1 1 12 10 15 16 1 12 18 1 100 1 1 12 10 1 7 1 12 11 1 12 11 1 1 12 11 1 1 1 1 1 100 1 1 1 100 1 12 11 1 12 11 1 12 10 15 18 1 12 10 1 1 1 1 1 100 1 1 1 12 10 15 18 1 1 12 11 1 1 1 1 8 10 1 1 12 10 1 7 1 12 10 1 1 12 10 1 12 10 1 1 1 100 1 100 1 1 12 11 1 12 11 1 100 1 1 12 10 1 1 1 1 1 1 1 1 1 12 10 1 1 12 10 15 16 1 12 18 1 1 12 11 1 12 10 1 1 12 11 1 1 1 1 1 1 1 7 1 12 10 1 1 1 1 1 1 10 1 1 1 1 1 12 10 1 1 1 1 1 1 1 100 1 12 10 1 1 12 10 1 1 1 1 1 1 1 1 1 100 1 1 12 10 10 1 12 10 1 1 12 10 1 1 1 1 1 1 1 1 12 10 1 1 1 1 1 12 10 1 1 1 1 12 11 1 1 1 1 1 12 10 15 1 16 18 1 12 10 1 1 1 1 100 10 1 7 1 12 10 1 16 1 100 1 12 11 15 1 1 12 18 1 100 12 11 12 11 5 0 1 12 9 1 1 12 11 1 8 11 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 12 11 15 1 12 18 1 7 10 1 7 1 12 11 1 1 12 11 1 1 1 1 1 1 100 1 12 10 1 12 18 1 100 10 1 100 11 11 1 1 1 1 1 1 1 1 1 1 1 100 1 1 12 10 1 12 11 1 100 1 100 11 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 12 10 1 100 1 12 10 15 1 16 18 1 1 12 11 10 15 1 16 18 1 1 12 11 12 11 1 8 1 1 12 10 1 8 1 1 12 10 1 8 1 100 1 1 12 10 1 8 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 1 1 1 1 1 1 1 11 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 1 1 1 1 1 1 100 12 11 1 12 10 1 8 1 1 8 12 18 1 8 18 1 8 18 1 8 18 1 1 1 11 1 16 1 1 12 10 15 1 16 1 12 18 1 1 12 10 1 1 1 1 1 1 1 1 12 10 11 1 1 12 10 1 1 1 1 1 1 12 10 15 1 16 18 1 12 11 12 11 1 1 1 8 1 12 10 1 1 1 1 1 1 1 1 1 12 10 12 10 1 12 10 1 12 10 1 12 10 1 12 18 1 1 12 10 1 8 18 1 7 10 1 1 1 1 1 1 1 1 1 8 1 1 1 7 10 1 8 1 12 10 1 1 1 7 1 1 12 10 1 8 12 10 1 8 12 10 1 8 1 8 1 1 12 10 1 8 1 8 1 12 11 16 1 12 10 15 1 12 18 10 12 9 1 7 1 12 10 12 9 1 12 10 12 10 15 16 18 1 12 11 12 10 15 16 18 1 12 10 12 9 12 10 15 1 12 18 1 1 1 1 3 1 1 1 7 1 12 9 1 12 10 1 12 9 1 8 1 7 12 11 1 1 1 12 9 1 12 10 1 8 1 12 9 1 12 10 1 1 12 9 1 7 1 1 12 9 1 7 1 12 9 1 12 9 1 1 12 10 1 12 10 1 12 10 15 18 1 1 1 12 10 15 1 12 18 1 8 1 12 10 1 8 18 1 8 18 1 1 12 9 1 7 1 12 9 1 12 10 1 1 7 1 12 10 9 9 10 1 1 1 1 8 1 8 12 10 1 1 1 1 100 10 1 1 1 1 1 3 10 1 7 1 12 10 1 7 1 1 12 11 1 1 1 12 10 15 1 12 18 1 1 1 1 1 100 1 1 1 12 10 15 1 12 18 1 1 1 12 10 15 18 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/Util LOGGER Lorg/slf4j/Logger; org/apache/logging/slf4j/Log4jLogger +staticfield net/minecraft/Util DOWNLOAD_POOL Ljava/util/concurrent/ExecutorService; java/util/concurrent/ThreadPoolExecutor +staticfield net/minecraft/Util FILENAME_DATE_TIME_FORMATTER Ljava/time/format/DateTimeFormatter; java/time/format/DateTimeFormatter +staticfield net/minecraft/Util ALLOWED_UNTRUSTED_LINK_PROTOCOLS Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield net/minecraft/Util TICKER Lcom/google/common/base/Ticker; net/minecraft/Util$1 +staticfield net/minecraft/Util NIL_UUID Ljava/util/UUID; java/util/UUID +staticfield net/minecraft/Util ZIP_FILE_SYSTEM_PROVIDER Ljava/nio/file/spi/FileSystemProvider; jdk/nio/zipfs/ZipFileSystemProvider +ciInstanceKlass dev/latvian/mods/rhino/util/SpecialEquality 1 1 61 100 1 11 12 1 1 100 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 11 12 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass net/minecraft/resources/ResourceLocation 1 1 624 1 7 1 1 7 1 100 1 100 1 1 100 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 8 1 1 8 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 3 1 1 1 12 10 12 9 12 9 1 1 12 10 1 100 10 1 12 10 12 9 12 9 1 1 1 1 1 7 1 1 1 1 12 10 1 12 10 12 10 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 12 10 1 12 10 12 10 1 1 1 1 1 1 1 1 1 1 1 1 100 12 10 1 7 1 1 12 11 1 16 1 1 12 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 1 12 11 1 1 1 1 1 1 1 1 1 1 7 1 1 12 11 12 10 1 1 1 1 1 8 1 7 1 1 12 10 15 12 18 1 1 1 1 1 12 10 1 1 1 1 1 12 10 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 12 10 1 1 8 18 1 12 10 1 1 1 8 1 12 18 1 1 1 1 1 100 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 12 10 1 1 1 1 100 12 10 1 1 12 10 12 9 1 7 1 1 12 10 1 1 1 12 10 1 1 1 7 8 1 12 10 1 1 12 10 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 1 8 18 1 12 10 1 1 8 1 1 12 10 1 12 10 1 1 1 8 18 1 1 1 12 10 1 12 10 1 8 18 1 1 7 1 12 10 1 7 1 1 12 9 16 12 10 15 16 1 12 18 15 1 16 18 1 7 1 1 12 11 1 1 12 11 12 9 1 7 1 12 9 15 16 18 1 7 1 1 12 11 12 9 1 8 1 7 1 1 12 11 1 12 10 1 7 10 12 9 1 1 1 7 1 12 10 1 7 1 12 10 1 7 1 1 12 10 1 1 12 10 1 1 7 1 1 12 10 1 7 1 1 12 10 1 7 1 1 12 9 1 7 1 12 9 1 12 10 1 12 10 1 8 1 12 10 1 100 1 1 12 9 1 12 10 1 8 1 1 12 10 1 8 1 8 1 8 1 8 1 12 10 1 8 1 8 1 8 1 8 1 12 10 1 8 1 100 1 12 10 1 100 12 11 1 12 11 1 8 1 1 12 10 11 1 8 18 1 1 1 100 1 12 9 1 1 1 1 1 3 1 100 1 1 12 10 15 1 12 18 10 10 1 12 10 1 1 1 3 1 1 1 1 8 18 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/resources/ResourceLocation CODEC Lcom/mojang/serialization/Codec; com/mojang/serialization/Codec$1 +staticfield net/minecraft/resources/ResourceLocation STREAM_CODEC Lnet/minecraft/network/codec/StreamCodec; net/minecraft/network/codec/StreamCodec$4 +staticfield net/minecraft/resources/ResourceLocation ERROR_INVALID Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; com/mojang/brigadier/exceptions/SimpleCommandExceptionType +staticfield net/minecraft/resources/ResourceLocation $assertionsDisabled Z 1 +staticfield net/minecraft/resources/ResourceLocation EXCUSED_ILLEGAL_PATHS Ljava/util/Set; java/util/HashSet +ciInstanceKlass me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder 1 1 57 1 7 1 100 1 1 100 1 100 1 1 1 1 1 1 12 10 1 1 1 1 12 9 1 7 1 12 10 1 7 1 16 10 15 16 1 7 1 1 12 10 15 1 12 18 1 1 12 10 1 1 1 1 1 1 1 +staticfield me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder STATES Ljava/lang/ThreadLocal; java/lang/ThreadLocal$SuppliedThreadLocal +ciInstanceKlass me/pepperbell/continuity/client/util/BooleanState 1 1 25 1 7 1 7 1 1 1 1 1 12 10 12 9 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass traben/entity_texture_features/ETF 1 1 511 1 7 1 100 1 1 7 1 7 1 1 100 1 100 1 1 7 1 100 1 1 100 1 100 1 1 1 1 8 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 1 1 1 1 1 12 9 1 7 1 16 1 7 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 8 1 12 10 1 1 8 1 1 12 10 1 8 1 1 12 10 12 9 1 8 1 8 12 9 12 9 1 8 1 1 12 10 1 7 1 1 12 11 10 15 1 16 18 1 8 12 9 1 7 1 12 10 1 8 1 8 1 8 16 1 12 10 15 1 1 12 18 1 12 10 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 1 12 10 15 16 18 1 8 1 8 1 12 10 1 8 1 12 10 15 18 1 8 1 8 1 7 1 1 12 10 1 7 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 7 10 1 1 12 10 1 1 1 1 1 12 9 1 7 10 1 7 1 1 12 11 1 1 1 1 1 100 1 100 1 12 10 1 1 1 1 1 12 10 1 1 1 1 1 1 1 100 1 1 12 10 1 100 1 1 12 11 1 100 1 12 10 1 8 1 1 12 10 1 8 1 8 1 1 12 10 1 1 1 1 1 1 1 1 3 1 7 1 1 12 11 1 1 1 7 1 1 12 9 12 10 1 12 9 1 7 1 1 12 11 1 1 7 1 12 10 1 12 10 1 100 1 12 10 1 1 12 10 1 8 1 1 12 10 1 8 1 1 1 1 1 1 1 1 12 10 1 100 1 1 12 11 1 16 1 100 1 12 11 15 1 16 1 1 12 18 1 100 1 1 12 11 1 12 11 1 12 10 1 1 12 10 15 16 18 1 12 11 1 12 11 1 1 1 12 10 1 1 100 10 1 1 8 1 8 1 100 1 1 12 10 1 1 12 10 1 12 9 1 12 10 1 1 1 100 1 12 10 1 1 1 8 1 7 1 1 12 10 16 12 10 15 1 1 12 18 12 9 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield traben/entity_texture_features/ETF LOGGER Lorg/slf4j/Logger; org/apache/logging/slf4j/Log4jLogger +ciInstanceKlass traben/tconfig/TConfigHandler 1 1 254 1 7 1 1 7 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 12 9 12 9 1 8 1 7 1 1 12 10 1 7 1 8 1 7 1 1 12 10 15 1 12 18 12 9 1 1 12 11 1 7 1 1 12 10 1 7 1 1 12 10 1 7 12 9 1 12 10 1 1 1 1 1 1 12 9 1 1 1 1 1 1 12 10 12 10 1 1 1 1 1 1 12 10 1 12 10 10 1 1 1 1 12 10 1 1 7 1 100 1 7 1 1 12 10 1 7 1 7 1 1 12 11 1 12 10 1 12 10 1 1 12 10 1 7 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 8 18 1 100 1 1 12 10 1 1 1 1 1 1 1 1 1 7 10 1 1 12 10 1 1 12 10 1 7 10 1 100 1 12 10 1 7 10 1 1 12 10 10 1 8 1 8 12 10 1 1 1 1 1 1 1 12 10 1 1 1 1 100 1 100 1 12 10 1 12 10 1 12 10 1 12 10 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass traben/tconfig/TConfig$NoGUI +instanceKlass traben/entity_texture_features/config/ETFConfig +ciInstanceKlass traben/tconfig/TConfig 1 1 27 1 100 1 7 1 1 100 1 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass traben/entity_texture_features/config/ETFConfig 1 1 1321 1 7 1 7 1 1 7 1 7 1 7 1 7 1 100 1 7 1 7 1 7 1 7 1 100 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 100 1 100 1 1 100 1 100 1 1 100 1 100 1 1 1 100 1 100 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 12 9 12 9 12 9 1 12 9 12 9 12 9 12 9 1 12 9 12 9 12 9 12 9 12 9 1 12 9 12 9 12 9 12 9 12 9 1 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 12 9 1 12 9 12 9 12 9 12 9 12 9 10 12 9 1 7 10 12 9 12 9 12 9 10 12 9 12 9 1 7 10 12 9 1 1 1 1 1 1 1 1 12 11 1 1 12 10 1 1 1 1 12 11 1 1 12 10 1 100 1 1 12 10 1 100 1 12 11 1 12 10 1 12 10 1 100 1 1 1 1 1 10 10 1 1 12 10 1 1 1 1 1 1 1 10 1 100 1 12 11 10 1 12 10 1 100 1 1 12 10 1 100 1 1 12 10 1 100 1 1 12 10 1 100 1 1 12 10 1 1 12 10 1 100 1 1 12 9 1 100 1 1 12 10 1 12 10 1 12 9 1 100 1 1 12 10 1 100 1 12 10 1 1 1 1 1 1 1 1 1 1 12 10 1 1 1 12 11 1 1 12 11 1 1 1 1 10 1 100 1 8 1 12 10 1 8 1 100 1 8 1 8 1 16 1 1 12 10 15 16 1 100 1 1 12 10 15 1 12 18 1 16 1 1 12 10 15 16 1 1 12 18 1 12 10 1 100 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 12 10 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 1 12 10 1 8 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 100 1 8 1 8 1 12 10 15 16 18 1 1 12 10 15 16 18 10 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 100 1 12 9 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 100 1 1 12 10 1 8 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 100 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 12 10 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 100 1 8 1 8 1 16 1 12 10 15 1 1 12 18 1 12 10 1 8 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 16 18 1 8 1 1 12 10 1 1 12 10 1 12 10 1 8 1 8 1 12 10 1 1 12 9 1 1 12 10 1 8 1 8 1 12 10 15 18 1 12 10 15 18 1 8 1 8 1 12 10 15 18 1 12 10 15 18 10 1 100 1 8 1 100 1 1 12 9 1 1 12 10 15 1 16 1 12 18 1 100 1 1 12 11 1 8 10 1 8 1 100 1 1 12 9 1 100 1 1 12 11 1 1 12 10 15 1 16 1 12 18 1 100 11 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 15 1 16 1 12 18 1 1 12 10 15 1 16 1 12 18 1 12 10 1 12 10 15 18 1 12 10 15 18 1 1 12 10 15 18 1 1 12 10 15 18 1 8 1 8 1 1 12 10 15 16 18 1 1 12 10 15 1 16 18 1 8 1 8 1 1 12 10 15 18 1 1 12 10 15 18 1 12 10 1 1 100 10 1 1 12 10 15 1 16 1 12 18 1 12 10 1 1 1 1 1 12 10 1 100 1 1 12 10 1 12 10 1 8 1 1 12 10 1 100 1 1 12 10 1 1 12 9 1 100 1 1 12 9 1 100 10 1 8 1 1 12 10 1 100 1 12 11 1 1 12 10 1 8 1 8 1 8 1 8 1 100 1 8 1 12 10 1 1 12 10 15 16 1 12 18 1 12 10 1 8 1 12 10 15 18 1 1 12 10 1 1 1 1 1 1 1 1 1 1 8 1 8 1 100 1 1 12 10 1 100 1 1 12 9 1 12 10 1 12 10 1 8 1 8 1 1 12 10 15 18 1 1 12 10 15 18 1 8 1 8 1 1 12 10 15 1 12 18 1 1 12 10 15 1 12 18 1 12 11 1 1 1 1 100 1 12 10 10 1 12 10 1 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 12 10 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 12 10 1 12 10 1 1 100 1 1 12 10 12 10 1 12 10 1 1 100 1 1 12 9 1 12 10 1 1 1 1 100 1 12 10 1 12 10 1 8 1 1 12 10 1 12 9 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass traben/entity_texture_features/config/ETFConfig$IllegalPathMode 1 1 87 1 7 1 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 12 9 100 1 1 12 10 1 1 1 1 12 10 1 1 1 1 1 12 10 12 9 1 1 1 1 7 1 1 12 10 1 7 1 12 11 1 12 9 12 9 12 9 1 1 8 1 8 12 10 8 1 8 8 1 8 12 10 1 1 1 1 1 1 1 1 1 +staticfield traben/entity_texture_features/config/ETFConfig$IllegalPathMode None Ltraben/entity_texture_features/config/ETFConfig$IllegalPathMode; traben/entity_texture_features/config/ETFConfig$IllegalPathMode +staticfield traben/entity_texture_features/config/ETFConfig$IllegalPathMode Entity Ltraben/entity_texture_features/config/ETFConfig$IllegalPathMode; traben/entity_texture_features/config/ETFConfig$IllegalPathMode +staticfield traben/entity_texture_features/config/ETFConfig$IllegalPathMode All Ltraben/entity_texture_features/config/ETFConfig$IllegalPathMode; traben/entity_texture_features/config/ETFConfig$IllegalPathMode +staticfield traben/entity_texture_features/config/ETFConfig$IllegalPathMode $VALUES [Ltraben/entity_texture_features/config/ETFConfig$IllegalPathMode; 3 [Ltraben/entity_texture_features/config/ETFConfig$IllegalPathMode; +ciInstanceKlass net/minecraft/world/item/component/ItemAttributeModifiers$Entry 1 1 218 1 7 1 7 1 1 7 1 1 7 1 7 1 1 7 1 100 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 12 9 12 9 12 9 1 1 1 1 1 1 7 1 1 12 11 1 7 1 1 12 10 1 1 1 1 1 1 8 15 15 15 1 7 1 1 12 10 15 1 12 18 1 1 1 12 18 1 12 18 1 1 1 1 1 1 1 1 1 7 12 9 1 8 1 7 1 1 12 11 1 16 12 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 7 1 1 12 10 1 1 12 9 12 10 15 1 16 18 1 7 9 8 1 12 9 1 1 12 11 12 10 15 1 16 18 1 1 12 10 1 16 12 10 15 1 16 1 12 18 1 12 10 1 1 1 12 10 15 16 18 1 1 12 10 9 12 9 9 9 1 7 1 1 12 11 9 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/world/item/component/ItemAttributeModifiers$Entry CODEC Lcom/mojang/serialization/Codec; com/mojang/serialization/MapCodec$MapCodecCodec +staticfield net/minecraft/world/item/component/ItemAttributeModifiers$Entry STREAM_CODEC Lnet/minecraft/network/codec/StreamCodec; net/minecraft/network/codec/StreamCodec$9 +ciInstanceKlass net/minecraft/world/food/FoodProperties$PossibleEffect 1 1 216 1 7 1 7 1 1 7 1 1 7 1 7 1 1 7 1 100 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 1 12 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 12 10 1 1 1 1 1 1 12 10 12 9 12 9 1 7 1 100 12 11 1 12 10 1 1 1 8 15 15 1 7 1 1 12 10 15 1 12 18 1 1 1 12 18 1 1 1 12 18 1 1 1 1 1 1 1 12 9 8 1 7 1 1 12 11 1 16 12 10 15 1 16 1 1 12 18 1 7 1 1 12 10 1 1 12 11 8 1 7 1 1 12 10 1 1 12 11 12 10 15 1 16 18 1 1 12 10 1 16 12 10 15 1 16 1 12 18 1 12 10 1 1 1 12 10 15 16 18 1 1 12 10 9 12 9 1 7 1 12 9 1 7 1 1 12 11 9 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/world/food/FoodProperties$PossibleEffect CODEC Lcom/mojang/serialization/Codec; com/mojang/serialization/MapCodec$MapCodecCodec +staticfield net/minecraft/world/food/FoodProperties$PossibleEffect STREAM_CODEC Lnet/minecraft/network/codec/StreamCodec; net/minecraft/network/codec/StreamCodec$8 +ciInstanceKlass net/minecraft/server/packs/linkfs/LinkFileSystem 1 1 300 1 7 1 7 1 1 7 1 7 1 1 7 1 7 1 1 1 7 1 1 100 1 100 1 1 1 1 1 1 1 8 1 1 1 1 1 1 1 1 1 1 1 12 10 1 7 10 12 9 1 7 1 12 10 12 9 1 8 1 1 12 10 12 9 1 1 1 1 1 1 1 7 10 1 7 1 12 10 1 12 10 1 1 12 9 1 16 1 1 12 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 7 1 1 12 11 1 12 9 1 1 12 10 15 16 18 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 12 11 1 1 1 1 1 12 9 1 1 1 7 1 12 11 1 12 11 1 1 12 11 1 7 1 1 12 10 1 1 12 11 1 7 1 1 12 10 1 1 12 10 12 9 1 1 12 10 1 7 1 1 12 10 1 7 1 1 12 11 1 7 1 12 11 1 1 12 11 1 12 10 1 100 1 8 10 1 1 12 10 1 1 12 9 1 1 1 1 1 1 1 1 1 1 1 1 100 10 1 1 1 1 1 1 1 1 1 1 10 1 1 12 10 1 1 1 1 1 1 12 10 1 1 1 1 1 1 1 1 8 1 7 1 12 11 1 1 12 10 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/server/packs/linkfs/LinkFileSystem VIEWS Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield net/minecraft/server/packs/linkfs/LinkFileSystem PATH_SPLITTER Lcom/google/common/base/Splitter; com/google/common/base/Splitter +ciInstanceKlass net/minecraft/server/packs/linkfs/PathContents 1 1 34 1 7 1 100 1 1 100 1 100 1 7 1 7 1 1 1 1 1 1 1 1 12 10 12 9 10 12 9 1 1 1 1 1 +staticfield net/minecraft/server/packs/linkfs/PathContents MISSING Lnet/minecraft/server/packs/linkfs/PathContents; net/minecraft/server/packs/linkfs/PathContents$1 +staticfield net/minecraft/server/packs/linkfs/PathContents RELATIVE Lnet/minecraft/server/packs/linkfs/PathContents; net/minecraft/server/packs/linkfs/PathContents$2 +ciInstanceKlass net/minecraft/server/packs/linkfs/LinkFSPath 1 1 455 1 7 1 7 1 7 1 1 100 1 7 1 7 1 7 1 7 1 1 7 1 7 1 1 7 1 1 100 1 100 1 1 100 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 12 9 12 9 12 9 12 9 1 1 1 1 1 1 1 1 12 9 12 10 1 1 1 1 1 1 1 1 1 1 12 10 12 11 1 100 1 1 12 10 1 8 1 100 1 1 12 10 15 1 12 18 1 12 10 1 1 1 1 12 10 1 100 1 12 10 1 12 10 1 1 1 1 12 10 1 7 1 12 11 1 1 7 1 12 10 1 12 11 12 9 1 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 100 1 8 1 12 18 10 1 1 12 11 1 1 1 1 1 10 1 1 1 1 1 1 1 11 1 1 12 10 1 1 1 1 1 1 1 1 1 1 12 10 1 12 10 1 1 1 1 12 11 1 7 1 12 11 1 1 12 11 1 1 12 10 1 1 1 12 10 1 1 12 10 1 7 1 12 11 1 12 9 1 100 1 8 1 12 10 1 1 1 1 1 8 12 10 1 1 1 1 100 1 100 1 8 1 1 12 10 1 100 12 10 1 12 10 1 8 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 10 1 1 1 1 1 1 1 1 1 12 9 1 7 1 1 12 11 1 1 12 10 1 100 1 12 10 1 1 1 1 12 11 10 1 12 9 1 7 10 1 8 1 1 12 10 1 7 1 1 12 10 1 1 12 10 12 10 1 1 100 10 1 100 10 1 1 1 1 1 1 1 1 12 10 1 1 1 100 12 9 12 9 1 7 10 1 12 10 1 12 10 12 10 1 1 12 10 12 10 12 10 12 10 1 12 10 1 12 10 1 10 10 16 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 1 12 11 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/server/packs/linkfs/LinkFSPath DIRECTORY_ATTRIBUTES Ljava/nio/file/attribute/BasicFileAttributes; net/minecraft/server/packs/linkfs/LinkFSPath$1 +staticfield net/minecraft/server/packs/linkfs/LinkFSPath FILE_ATTRIBUTES Ljava/nio/file/attribute/BasicFileAttributes; net/minecraft/server/packs/linkfs/LinkFSPath$2 +staticfield net/minecraft/server/packs/linkfs/LinkFSPath PATH_COMPARATOR Ljava/util/Comparator; java/util/Comparator$$Lambda+0x000001d6811e5298 +ciInstanceKlass net/minecraft/server/packs/linkfs/PathContents$2 1 1 25 1 100 1 7 1 100 1 1 1 12 10 1 1 1 1 1 8 1 1 1 1 1 1 1 +ciInstanceKlass net/minecraft/server/packs/resources/IoSupplier 1 1 79 1 7 1 1 100 1 1 1 100 1 100 1 1 1 1 1 16 1 1 12 11 15 1 16 1 7 1 1 12 10 15 1 12 18 1 1 1 1 1 1 12 11 15 12 18 1 1 1 1 1 1 100 1 7 1 1 12 10 1 1 1 7 1 7 1 1 12 10 1 1 1 1 1 1 1 1 1 1 +instanceKlass com/google/common/base/Joiner$2 +instanceKlass com/google/common/base/Joiner$1 +ciInstanceKlass com/google/common/base/Joiner 1 1 205 9 10 7 10 10 10 10 7 11 10 11 11 10 11 10 10 10 10 100 100 10 10 10 7 10 10 10 100 10 100 10 10 100 10 10 7 10 100 10 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 1 12 12 12 7 12 1 7 12 12 7 12 12 12 7 12 7 12 12 12 12 1 1 12 12 12 1 12 12 1 12 1 12 12 1 12 7 12 1 1 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass net/minecraft/server/packs/PathPackResources 1 1 483 1 7 1 1 7 1 100 1 100 1 1 100 1 7 1 100 1 1 100 1 7 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 12 10 12 9 1 1 12 10 1 1 1 1 1 1 1 1 1 1 7 1 1 12 10 1 7 1 1 12 11 1 1 12 10 1 7 1 7 1 1 12 10 1 7 1 1 12 11 1 1 1 1 7 1 1 1 1 1 1 7 1 1 12 10 1 1 12 11 1 7 1 12 10 1 12 10 1 1 1 1 1 1 1 12 10 1 1 12 10 1 16 1 1 12 10 15 1 16 1 7 1 1 12 10 15 1 1 12 18 1 1 12 10 15 1 16 1 12 18 1 1 12 11 1 1 1 1 12 10 1 1 1 1 16 1 1 12 10 15 1 16 1 1 12 18 1 1 12 11 1 1 12 10 15 1 16 1 12 18 1 12 11 1 1 1 1 1 1 1 1 1 1 7 1 7 1 100 1 100 3 1 16 1 1 12 10 15 16 1 1 12 18 1 7 1 1 12 10 1 1 12 10 15 1 16 1 12 18 1 7 1 1 12 11 1 1 12 11 1 1 12 10 12 9 1 8 1 100 1 1 12 11 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 1 7 1 1 12 10 1 1 12 10 1 7 1 1 12 11 1 7 1 1 12 11 1 1 12 11 1 1 12 11 1 12 11 1 1 12 10 1 7 1 1 12 11 1 8 1 12 11 11 1 1 1 1 1 1 1 100 12 9 1 1 12 11 1 7 1 1 12 10 1 1 12 10 1 100 1 1 12 9 1 8 1 1 12 10 1 100 1 1 12 10 1 12 11 1 1 1 1 1 7 1 12 11 1 1 1 1 8 1 12 10 1 1 1 12 10 1 1 1 1 1 1 12 10 1 1 1 1 7 1 1 12 10 1 8 1 1 12 10 1 12 10 1 1 1 1 1 12 9 1 100 1 1 12 10 15 16 1 12 18 1 12 10 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield net/minecraft/server/packs/PathPackResources LOGGER Lorg/slf4j/Logger; org/apache/logging/slf4j/Log4jLogger +staticfield net/minecraft/server/packs/PathPackResources PATH_JOINER Lcom/google/common/base/Joiner; com/google/common/base/Joiner +ciInstanceKlass @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; 1 1 24 1 7 1 7 1 7 1 1 1 1 1 12 10 12 9 1 1 1 1 12 11 1 1 +ciInstanceKlass dev/ftb/mods/ftblibrary/util/StringUtils 1 1 570 1 7 1 100 1 1 100 1 100 1 1 1 1 8 1 1 3 1 1 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10 1 1 1 1 1 1 7 1 1 12 10 12 9 1 7 1 1 12 10 1 8 1 100 1 12 10 1 1 8 1 12 9 12 9 12 10 1 1 12 10 1 8 1 1 1 1 1 12 10 1 1 1 7 1 12 11 1 7 1 12 10 1 12 10 1 1 1 12 10 1 7 1 1 12 10 1 100 1 8 1 12 10 1 1 12 10 1 100 1 8 10 1 1 12 10 100 1 1 12 10 1 8 1 100 1 1 12 10 15 1 12 18 1 12 10 1 1 1 1 1 1 1 1 12 9 1 100 1 1 12 10 1 1 1 1 1 12 10 1 1 12 10 1 1 1 1 1 100 11 1 1 12 11 1 1 12 11 1 12 10 1 12 10 1 1 12 11 1 1 1 1 1 1 100 10 1 1 12 10 1 1 12 10 10 1 1 1 1 1 1 1 12 10 1 1 1 100 1 1 12 10 12 10 1 1 12 10 1 8 1 12 18 1 1 1 1 100 11 1 100 1 1 12 10 11 1 1 1 1 12 10 1 1 1 1 1 8 1 100 1 12 10 1 1 12 10 12 9 1 7 12 10 1 1 12 9 1 1 1 1 100 1 1 12 10 1 8 6 0 1 8 6 0 1 8 6 0 1 8 6 0 1 8 1 8 12 10 6 0 1 8 12 18 6 0 1 8 18 6 0 6 0 1 8 18 12 10 1 1 1 1 12 9 1 100 1 12 11 1 8 1 1 12 10 100 1 8 1 8 1 1 12 11 1 1 1 1 1 1 1 8 1 8 1 100 1 12 10 1 8 1 1 12 9 1 1 1 12 10 1 12 10 12 18 1 1 1 12 10 1 1 1 1 1 1 1 100 10 1 8 1 8 1 12 10 1 8 1 1 1 1 7 1 1 12 9 1 1 12 10 1 1 1 1 1 12 10 1 1 12 10 1 1 1 1 12 9 16 12 10 15 16 1 7 1 1 12 10 15 1 1 12 18 12 9 16 12 10 15 1 1 12 18 12 9 12 10 15 18 12 9 1 7 10 1 8 10 1 16 12 10 15 16 1 1 12 18 1 7 1 1 12 10 1 8 12 10 15 18 3 3 3 3 3 3 1 8 1 1 12 10 1 8 1 8 12 9 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils EMPTY_ARRAY [Ljava/lang/String; 0 [Ljava/lang/String; +staticfield dev/ftb/mods/ftblibrary/util/StringUtils HEX [C 16 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils ALWAYS_TRUE Ljava/util/function/Predicate; dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b2faa0 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils IGNORE_CASE_COMPARATOR Ljava/util/Comparator; dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b30a58 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils ID_COMPARATOR Ljava/util/Comparator; dev/ftb/mods/ftblibrary/util/StringUtils$$Lambda+0x000001d683b31dd0 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils TEMP_MAP Ljava/util/Map; java/util/HashMap +staticfield dev/ftb/mods/ftblibrary/util/StringUtils DOUBLE_FORMATTER_00 Ljava/text/DecimalFormat; java/text/DecimalFormat +staticfield dev/ftb/mods/ftblibrary/util/StringUtils DOUBLE_FORMATTER_0 Ljava/text/DecimalFormat; java/text/DecimalFormat +staticfield dev/ftb/mods/ftblibrary/util/StringUtils INT_SIZE_TABLE [I 10 +staticfield dev/ftb/mods/ftblibrary/util/StringUtils NOT_SNAKE_CASE_PATTERN Ljava/util/regex/Pattern; java/util/regex/Pattern +staticfield dev/ftb/mods/ftblibrary/util/StringUtils REPEATING_UNDERSCORE_PATTERN Ljava/util/regex/Pattern; java/util/regex/Pattern +staticfield dev/ftb/mods/ftblibrary/util/StringUtils FORMATTING_CODE_PATTERN Ljava/util/regex/Pattern; java/util/regex/Pattern +ciInstanceKlass net/minecraft/server/packs/PackResources$ResourceOutput 1 0 28 100 1 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 100 1 8 1 1 12 10 1 1 +ciInstanceKlass @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 85 member ; 1 1 30 1 7 1 7 1 100 1 1 1 1 1 12 10 12 9 1 1 1 7 1 7 1 7 1 1 12 11 1 1 +ciInstanceKlass @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 159 member ; 1 1 30 1 7 1 7 1 100 1 1 1 1 1 12 10 12 9 1 1 1 7 1 7 1 7 1 1 12 11 1 1 +ciMethodData java/lang/Object ()V 2 15950609 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 4 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String isLatin1 ()Z 2 6767872 orig 80 1 0 0 0 1 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x674e49 0x80000006000a0007 0xdc 0x38 0x673d30 0xe0003 0x675e0f 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 charAt ([BI)C 2 6117119 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x30002 0x5d603c 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String checkIndex (II)V 2 6148778 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x50002 0x5de3e0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String charAt (I)C 2 6116365 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 25 0x10005 0x5d5e57 0x0 0x0 0x0 0x0 0x0 0x40007 0x3f 0x30 0x5d1327 0xc0002 0x5d6311 0x150002 0x3f 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 charAt ([BI)C 2 15067 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x20002 0x3adb 0x70002 0x32f 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String coder ()B 2 5183919 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x30007 0x0 0x38 0x4f1a55 0xa0003 0x4f1b56 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String length ()I 2 4723886 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x60005 0x481697 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/StringBuilder ()V 2 1070174 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x30002 0x105480 0x0 0x0 0x9 0x1 0xc oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder (I)V 2 5196 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x144c 0x70007 0x0 0x38 0x144c 0x160003 0x144d 0x28 0x1b0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder toString ()Ljava/lang/String; 2 996504 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0xf3492 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/String (Ljava/lang/StringBuilder;)V 2 998039 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x30002 0xf3a8f 0x0 0x0 0x9 0x2 0xc 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 2 11424 orig 80 2 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0x10002 0x2ca1 0x50005 0x2ca2 0x0 0x0 0x0 0x0 0x0 0xa0005 0x2a14 0x0 0x1d6c1186e98 0x28d 0x1d6c1186d58 0x1 0x100005 0x2ca2 0x0 0x0 0x0 0x0 0x0 0x130007 0x4 0x48 0x2ca1 0x200002 0x2ca1 0x260003 0x2ca1 0x98 0x2c0007 0x0 0x70 0x4 0x330007 0x2 0x50 0x2 0x3a0002 0x2 0x410007 0x0 0x20 0x2 0x5c0002 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xc 0xffffffffffffffff 0x0 oops 2 12 java/lang/StringBuilder 14 java/lang/StringBuffer methods 0 +ciMethodData java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 2 3366627 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x10007 0x335f49 0x30 0x0 0x80002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String equals (Ljava/lang/Object;)Z 2 26948 orig 80 2 0 0 0 2 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 49 0x20007 0x650e 0x20 0x435 0x8000000400080104 0xfffffffffffffff8 0x0 0x1d6c1183e08 0x64f4 0x1d6c2445ab8 0x6 0xb0007 0x1b 0xe0 0x64f3 0xf0004 0x0 0x0 0x1d6c1183e08 0x64f1 0x0 0x0 0x160007 0x0 0x40 0x64f1 0x8000000600210007 0x1 0x68 0x64ef 0x2c0002 0x64f0 0x2f0007 0x55d6 0x38 0xf1f 0x330003 0xf20 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 7 java/lang/String 9 [Ljava/lang/String; 18 java/lang/String methods 0 +ciMethodData java/util/AbstractCollection ()V 2 2130300 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x208b2e 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String isEmpty ()Z 2 1819789 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x50007 0x19ef72 0x38 0x1d5d6 0x90003 0x1d5d4 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder isLatin1 ()Z 2 83513 orig 80 1 0 0 0 4 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x1463b 0x80000006000a0007 0x6d82 0x38 0xd8bf 0xe0003 0xd8bf 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays copyOfRange ([BII)[B 2 73052 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x10007 0x475e 0x40 0xd608 0x70007 0x2139 0x30 0xb4d1 0xd0002 0xfc30 0x120005 0x0 0x0 0x1d6c1199728 0x2139 0x0 0x0 0x150004 0x0 0x0 0x1d6c1199728 0x2139 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 2 13 [B 20 [B methods 0 +ciMethodData java/util/Arrays copyOfRangeByte ([BII)[B 2 64556 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20002 0xfc2b 0x180002 0xfc32 0x1b0002 0xfc34 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays checkLength (II)V 2 64755 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x20007 0xfcf5 0x120 0x0 0xd0002 0x0 0x110005 0x0 0x0 0x0 0x0 0x0 0x0 0x170005 0x0 0x0 0x0 0x0 0x0 0x0 0x1b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object; 2 68287 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 19 0x30005 0x10ac2 0x0 0x0 0x0 0x0 0x0 0x60002 0x10ac8 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder length ()I 2 106694 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x1a0c4 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 compress ([BII)[B 2 5122 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x90002 0x1402 0xd0007 0x8 0x20 0x13fa 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/invoke/DirectMethodHandle allocateInstance (Ljava/lang/Object;)Ljava/lang/Object; 2 1792931 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x10004 0x0 0x0 0x1d92c593d30 0x7c88 0x0 0x0 0xc0005 0x1b5f65 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 3 java/lang/invoke/DirectMethodHandle$Constructor methods 0 +ciMethodData java/lang/invoke/DirectMethodHandle constructorMethod (Ljava/lang/Object;)Ljava/lang/Object; 2 1795511 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10004 0x0 0x0 0x1d92c593d30 0x7c8b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 3 java/lang/invoke/DirectMethodHandle$Constructor methods 0 +ciMethodData java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 2 64788 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0xba 0x0 0x1d96b8d3678 0xcf8e 0x1d96b8d71c8 0x2ccd 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 2 3 java/lang/ThreadLocal$ThreadLocalMap$Entry 5 java/util/WeakHashMap$Entry methods 0 +ciMethodData java/lang/ref/Reference refersToImpl (Ljava/lang/Object;)Z 2 35372 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x8a2c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/ThreadLocal getMap (Ljava/lang/Thread;)Ljava/lang/ThreadLocal$ThreadLocalMap; 2 9125 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 6 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/ThreadLocal get (Ljava/lang/Thread;)Ljava/lang/Object; 2 24473 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 39 0x20005 0x442c 0x0 0x1d96b8d3c00 0x1652 0x1d96b8d3cb0 0x51a 0x70007 0xb 0x78 0x5f90 0xc0005 0x5f91 0x0 0x0 0x0 0x0 0x0 0x110007 0x3a 0x20 0x5f57 0x1f0005 0x45 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 3 sun/nio/fs/NativeBuffers$1 5 sun/nio/ch/Util$1 methods 0 +ciMethodData java/lang/ThreadLocal$ThreadLocalMap getEntry (Ljava/lang/ThreadLocal;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; 2 24466 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 32 0x150007 0x29 0x78 0x5f69 0x1a0005 0x5f69 0x0 0x0 0x0 0x0 0x0 0x80000006001d0007 0xc4 0x20 0x5ea5 0x260005 0xed 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/ThreadLocal setInitialValue (Ljava/lang/Thread;)Ljava/lang/Object; 2 5294 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 71 0x10005 0x13c9 0x0 0x1d96b8d3cb0 0x17 0x1d935a22670 0xce 0x70005 0x13c9 0x0 0x1d96b8d3cb0 0x17 0x1d935a22670 0xce 0xc0007 0x1d 0x70 0x1491 0x120005 0x1491 0x0 0x0 0x0 0x0 0x0 0x150003 0x1491 0x50 0x80000007001b0005 0x11 0x0 0x1d96b8d3c00 0xc 0x1d935a22670 0x4 0x230004 0xffffffffffffeb77 0x0 0x1d96b8d3cb0 0x18 0x1d935a22670 0xb0 0x260007 0x1489 0x68 0x29 0x2b0004 0x0 0x0 0x1d96b8d3cb0 0x18 0x1d96b8d3c00 0x11 0x320002 0x29 0x380007 0x14b1 0x30 0x0 0x3b0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 10 3 sun/nio/ch/Util$1 5 java/lang/ThreadLocal 10 sun/nio/ch/Util$1 12 java/lang/ThreadLocal 31 sun/nio/fs/NativeBuffers$1 33 java/lang/ThreadLocal 38 sun/nio/ch/Util$1 40 java/lang/ThreadLocal 49 sun/nio/ch/Util$1 51 sun/nio/fs/NativeBuffers$1 methods 0 +ciMethodData java/lang/ThreadLocal$ThreadLocalMap getEntryAfterMiss (Ljava/lang/ThreadLocal;ILjava/lang/ThreadLocal$ThreadLocalMap$Entry;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; 2 6144 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 53 0xc0007 0x1167 0x148 0x1f17 0x110005 0x1f17 0x0 0x0 0x0 0x0 0x0 0x140007 0x187e 0x20 0x699 0x1b0005 0x187e 0x0 0x0 0x0 0x0 0x0 0x1e0007 0x187d 0x70 0x1 0x230005 0x1 0x0 0x0 0x0 0x0 0x0 0x270003 0x1 0x28 0x2d0002 0x187d 0x360003 0x187e 0xfffffffffffffed0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x6 0xffffffffffffffff 0x0 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/invoke/Invokers$Holder linkToTargetMethod (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 1206253 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 34 0x10004 0x0 0x0 0x1d92c593d30 0x93b 0x1d92c5947a0 0x51b 0x5000b 0x126864 0x0 0x0 0x0 0x0 0x0 0x3 0x1 0x3 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 0xc 0x4 0x0 0x3 0x1 0x2 oops 2 3 java/lang/invoke/DirectMethodHandle$Constructor 5 java/lang/invoke/BoundMethodHandle$Species_LL methods 0 +ciMethodData java/lang/invoke/DirectMethodHandle$Holder newInvokeSpecial (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 898620 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 42 0x1000a 0xdb645 0x3 0x0 0x1d92c593d30 0x2 0x6000a 0xdb846 0x3 0x0 0x1d92c593d30 0x1d6c1186458 0xd0004 0x0 0x0 0x0 0x0 0x0 0x0 0x10000a 0xdb79a 0x4 0x0 0x2 0x1 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 0xc 0x4 0x0 0x1d92c593d30 0x1 0x3 oops 4 4 java/lang/invoke/DirectMethodHandle$Constructor 10 java/lang/invoke/DirectMethodHandle$Constructor 11 java/lang/invoke/MemberName 39 java/lang/invoke/DirectMethodHandle$Constructor methods 0 +ciMethodData java/lang/ThreadLocal get ()Ljava/lang/Object; 2 297469 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0x489fe 0x40005 0x48a02 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/Boolean valueOf (Z)Ljava/lang/Boolean; 2 434979 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x10007 0x3d1fc 0x38 0x2d127 0x70003 0x2d127 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/util/List of ()Ljava/util/List; 2 25092 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 4 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethod cpw/mods/niofs/union/UnionPath (Lcpw/mods/niofs/union/UnionFileSystem;Z[Ljava/lang/String;)V 512 0 10028 0 -1 +ciMethod cpw/mods/niofs/union/UnionPath getFileSystem ()Lcpw/mods/niofs/union/UnionFileSystem; 264 0 132 0 -1 +ciMethod cpw/mods/niofs/union/UnionPath getNameCount ()I 550 0 61345 0 -1 +ciMethod cpw/mods/niofs/union/UnionPath subpath (II)Lcpw/mods/niofs/union/UnionPath; 6480 0 8510 0 -1 +ciMethod cpw/mods/niofs/union/UnionPath relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 232 0 57694 0 3168 +ciMethodData cpw/mods/niofs/union/UnionPath relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 2 57578 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 186 0x10005 0x0 0x0 0x1d6c243fe78 0xe0eb 0x0 0x0 0x70005 0x0 0x0 0x1d6c243fe78 0xe0eb 0x0 0x0 0xa0007 0xe0eb 0x30 0x0 0x130002 0x0 0x180004 0x0 0x0 0x1d6c243fe78 0xe0ea 0x0 0x0 0x1b0007 0x0 0x458 0xe0eb 0x1f0004 0x0 0x0 0x1d6c243fe78 0xe0ec 0x0 0x0 0x2b0007 0x2776 0x20 0xb977 0x380002 0xe0ec 0x8000000600420007 0xe0ec 0x80 0x177c2 0x530002 0x177c6 0x560007 0x177c4 0x38 0x0 0x590003 0x0 0x30 0x5f0003 0x177c5 0xffffffffffffff98 0x6e0007 0x0 0x88 0xe0eb 0x780007 0xe031 0x68 0xba 0x800005 0x0 0x0 0x1d6c243fe78 0xba 0x0 0x0 0x880002 0xba 0x8e0007 0x0 0x90 0xe032 0x950005 0x0 0x0 0x1d6c243fe78 0xe032 0x0 0x0 0x980005 0x0 0x0 0x1d6c243fe78 0xe02e 0x0 0x0 0x9f0002 0x0 0xa2000a 0x0 0x1 0x0 0xa70005 0x0 0x0 0x0 0x0 0x0 0x0 0xac000a 0x0 0x1 0x0 0xb10005 0x0 0x0 0x0 0x0 0x0 0x0 0xb60004 0x0 0x0 0x0 0x0 0x0 0x0 0xc20007 0x0 0x68 0x0 0xca0005 0x0 0x0 0x0 0x0 0x0 0x0 0xd00002 0x0 0xd80005 0x0 0x0 0x0 0x0 0x0 0x0 0xdb0005 0x0 0x0 0x0 0x0 0x0 0x0 0xf80002 0x0 0x10c0002 0x0 0x1140005 0x0 0x0 0x0 0x0 0x0 0x0 0x11a0002 0x0 0x1240002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 7 3 cpw/mods/niofs/union/UnionPath 10 cpw/mods/niofs/union/UnionPath 23 cpw/mods/niofs/union/UnionPath 34 cpw/mods/niofs/union/UnionPath 71 cpw/mods/niofs/union/UnionPath 84 cpw/mods/niofs/union/UnionPath 91 cpw/mods/niofs/union/UnionPath methods 0 +ciMethodData com/google/common/collect/ImmutableCollection$Builder expandedCapacity (II)I 2 5123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 216 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 26 0x10007 0x1403 0x30 0x0 0xa0002 0x0 0x180007 0x1400 0x30 0x3 0x1e0002 0x3 0x250007 0x1403 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethod com/google/common/collect/ImmutableCollection ()V 1164 0 54747 0 0 +ciMethod com/google/common/collect/ImmutableCollection copyIntoArray ([Ljava/lang/Object;I)I 0 0 1 0 -1 +ciMethod com/google/common/collect/ImmutableList of ()Lcom/google/common/collect/ImmutableList; 122 0 12191 0 88 +ciMethod com/google/common/collect/ImmutableList of (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList; 524 0 4266 0 0 +ciMethod com/google/common/collect/ImmutableList asImmutableList ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList; 4114 0 20493 0 496 +ciMethod com/google/common/collect/ImmutableList ()V 716 0 34216 0 80 +ciMethod com/google/common/collect/ImmutableList builder ()Lcom/google/common/collect/ImmutableList$Builder; 520 0 37749 0 0 +ciMethod com/google/common/collect/SingletonImmutableList (Ljava/lang/Object;)V 522 0 4265 0 0 +ciMethod com/google/common/collect/SingletonImmutableList get (I)Ljava/lang/Object; 518 0 11839 0 0 +ciMethod com/google/common/collect/SingletonImmutableList size ()I 432 0 216 0 0 +ciMethod com/google/common/collect/RegularImmutableList ([Ljava/lang/Object;)V 190 0 22382 0 88 +ciMethod com/google/common/collect/RegularImmutableList size ()I 1024 0 1613 0 160 +ciMethod com/google/common/collect/RegularImmutableList get (I)Ljava/lang/Object; 1024 0 1802 0 264 +ciMethod com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 1230 0 659000 0 104 +ciMethod com/google/common/base/Preconditions checkElementIndex (II)I 518 0 12298 0 0 +ciMethod com/google/common/base/Preconditions checkElementIndex (IILjava/lang/String;)I 516 0 12297 0 0 +ciMethod com/google/common/collect/ImmutableList$Builder ()V 512 0 37754 0 0 +ciMethod com/google/common/collect/ImmutableList$Builder (I)V 512 0 37864 0 0 +ciMethod com/google/common/collect/ImmutableList$Builder getReadyToExpandTo (I)V 566 0 55895 0 248 +ciMethod com/google/common/collect/ImmutableList$Builder add (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder; 518 0 39117 0 456 +ciMethod com/google/common/collect/ImmutableList$Builder addAll (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList$Builder; 518 0 17541 0 0 +ciMethod com/google/common/collect/ImmutableList$Builder build ()Lcom/google/common/collect/ImmutableList; 768 0 37866 0 0 +ciMethod com/google/common/collect/ImmutableCollection$Builder expandedCapacity (II)I 0 0 5123 0 160 +ciMethod com/google/common/collect/ImmutableCollection$Builder ()V 534 0 37996 0 0 +ciMethod com/google/common/collect/ImmutableCollection$Builder addAll (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableCollection$Builder; 522 610 382 0 -1 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 536 0 271771 0 96 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfo isCancelled ()Z 286 0 143 0 0 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfo cancel ()V 2 0 5428 0 112 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;Z)V 516 0 171537 0 104 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;ZZ)V 512 0 4080 0 0 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable setReturnValue (Ljava/lang/Object;)V 2 0 67844 0 120 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable getReturnValue ()Ljava/lang/Object; 258 0 129 0 -1 +ciMethod org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable getReturnValueZ ()Z 2 0 61 0 0 +ciMethodData com/google/common/collect/ImmutableList asImmutableList ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList; 2 18436 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x8000000600010008 0x6 0x4176 0x70 0x45 0x40 0x64a 0x50 0x1c0002 0x45 0x230002 0x64a 0x280002 0x64a 0x80000006002f0007 0x410c 0x48 0x6b 0x340002 0x6b 0x370003 0x6b 0x18 0x410002 0x4177 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList of ()Lcom/google/common/collect/ImmutableList; 2 12130 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 4 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList of (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList; 2 4004 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0xfa4 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/SingletonImmutableList (Ljava/lang/Object;)V 2 4004 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x10002 0xfa4 0x60002 0xfa4 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x4 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList ()V 2 33858 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x8442 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableCollection ()V 2 54165 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0xd395 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 2 658385 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x10007 0xa0be8 0x30 0x0 0x80002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/RegularImmutableList ([Ljava/lang/Object;)V 2 22287 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0x570f 0x0 0x0 0x0 0x0 0x9 0x2 0x4 0x0 oops 0 methods 0 +ciMethod net/minecraft/Util logAndPauseIfInIde (Ljava/lang/String;)V 0 0 1 0 -1 +ciMethod net/minecraft/resources/ResourceLocation (Ljava/lang/String;Ljava/lang/String;)V 892 0 6591 0 96 +ciMethod net/minecraft/resources/ResourceLocation tryBuild (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/resources/ResourceLocation; 676 0 69802 0 0 +ciMethod net/minecraft/resources/ResourceLocation isValidPath (Ljava/lang/String;)Z 514 6722 4125 0 2400 +ciMethod net/minecraft/resources/ResourceLocation isValidNamespace (Ljava/lang/String;)Z 512 3718 5193 0 592 +ciMethod net/minecraft/resources/ResourceLocation validPathChar (C)Z 528 0 23252 0 376 +ciMethod net/minecraft/resources/ResourceLocation validNamespaceChar (C)Z 774 0 18909 0 144 +ciMethod net/minecraft/resources/ResourceLocation handler$fbn000$continuity$onIsPathValid (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 514 0 4125 0 0 +ciMethod net/minecraft/resources/ResourceLocation handler$hed000$entity_texture_features$etf$illegalPathOverride (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 512 0 4080 0 0 +ciMethod net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validCharFTBJ (Z)Z 546 0 41934 0 104 +ciMethod net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validStringFTBJ (Z)Z 544 0 9275 0 0 +ciMethod net/minecraft/resources/ResourceLocation handler$bdn000$iris$blockDUMMY (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 514 0 4080 0 0 +ciMethod net/minecraft/resources/ResourceLocation handler$bdn000$iris$allowInvalidPaths (CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 528 0 23202 0 104 +ciMethod me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder get ()Lme/pepperbell/continuity/client/util/BooleanState; 514 0 146224 0 664 +ciMethod me/pepperbell/continuity/client/util/BooleanState isEnabled ()Z 514 0 10536 0 104 +ciMethod traben/entity_texture_features/ETF config ()Ltraben/tconfig/TConfigHandler; 792 0 6540 0 176 +ciMethod traben/tconfig/TConfigHandler (Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/String;)V 2 0 3 0 -1 +ciMethod traben/tconfig/TConfigHandler getConfig ()Ltraben/tconfig/TConfig; 792 0 12326 0 0 +ciMethod traben/tconfig/TConfigHandler loadFromFile ()V 2 0 3 0 -1 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 2 271503 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x42490 0x0 0x0 0x0 0x0 0x9 0x3 0x6 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/RegularImmutableList get (I)Ljava/lang/Object; 2 1290 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 1 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/RegularImmutableList size ()I 2 1101 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 1 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;Z)V 2 171279 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x30002 0x29d0f 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable setReturnValue (Ljava/lang/Object;)V 2 67843 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0x10903 0x0 0x0 0x0 0x0 0x9 0x2 0xe 0x0 oops 0 methods 0 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfo cancel ()V 2 5427 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x40007 0x1533 0x78 0x0 0x170004 0x0 0x0 0x0 0x0 0x0 0x0 0x180002 0x0 0x1b0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x6 oops 0 methods 0 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable getReturnValueZ ()Z 1 60 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 27 0x40007 0x3c 0x20 0x0 0xd0004 0x0 0x0 0x1d6c1187e28 0x3c 0x0 0x0 0x100005 0x3c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 7 java/lang/Boolean methods 0 +ciMethodData net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validCharFTBJ (Z)Z 2 41661 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10007 0xa2bd 0x40 0x0 0x70007 0x0 0x38 0x0 0xb0003 0xa2bd 0x18 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation validPathChar (C)Z 2 22988 orig 80 2 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 68 0x80002 0x59cc 0xe0002 0x59cc 0x120005 0x59cd 0x0 0x0 0x0 0x0 0x0 0x150007 0x59cc 0x58 0x1 0x190005 0x0 0x0 0x1d934f74ff0 0x1 0x0 0x0 0x200007 0x454 0x100 0x5578 0x8000000600260007 0x1 0xe0 0x5578 0x2c0007 0x43d 0x40 0x513b 0x320007 0x513b 0xa0 0x0 0x8000000600380007 0x433 0x40 0xb 0x3e0007 0xb 0x60 0x0 0x440007 0x187 0x40 0x2ac 0x4a0007 0x0 0x38 0x2ac 0x4e0003 0x59ce 0x18 0x520002 0x59ce 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 18 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable methods 0 +ciMethodData net/minecraft/resources/ResourceLocation handler$bdn000$iris$allowInvalidPaths (CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 2 22938 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 27 0x30007 0x43d 0x88 0x555d 0x8000000600090007 0x555d 0x68 0x1 0xe0002 0x1 0x110005 0x0 0x0 0x1d934f74ff0 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 13 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable methods 0 +ciMethodData net/minecraft/resources/ResourceLocation validNamespaceChar (C)Z 2 18522 orig 80 2 0 0 0 2 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 42 0x30007 0x77 0xe0 0x47e3 0x8000000600090007 0xd 0xc0 0x47d9 0x80000003000f0007 0x1 0x40 0x47d9 0x150007 0x47d9 0x80 0x0 0x1b0007 0x0 0x40 0x1 0x210007 0x1 0x40 0x0 0x270007 0x0 0x38 0x0 0x2b0003 0x485e 0x18 0x2f0002 0x485e 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder getReadyToExpandTo (I)V 2 55612 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 28 0x60007 0xc93e 0x58 0xffd 0x140002 0xffd 0x170002 0xffd 0x220003 0xffd 0x48 0x290007 0xc93e 0x30 0x0 0x360002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validStringFTBJ (Z)Z 2 9003 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10007 0x232b 0x40 0x0 0x70007 0x0 0x38 0x0 0xb0003 0x232b 0x18 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData traben/entity_texture_features/ETF config ()Ltraben/tconfig/TConfigHandler; 2 6144 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x1800 0x50 0x0 0xa000a 0x0 0x1 0x0 0x130002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethodData traben/tconfig/TConfigHandler getConfig ()Ltraben/tconfig/TConfig; 2 11930 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 20 0x40007 0x2e9a 0x58 0x0 0x80005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation isValidPath (Ljava/lang/String;)Z 2 3868 orig 80 3 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 128 0x80002 0xf1c 0xd0002 0xf1c 0x110005 0xf1e 0x0 0x0 0x0 0x0 0x0 0x140007 0xeef 0x58 0x2f 0x180005 0x0 0x0 0x1d934f74ff0 0x2f 0x0 0x0 0x240002 0xeef 0x2c0002 0xeef 0x310005 0xeef 0x0 0x0 0x0 0x0 0x0 0x340007 0xeef 0x58 0x0 0x390005 0x0 0x0 0x0 0x0 0x0 0x0 0x410005 0x14fc0 0x0 0x0 0x0 0x0 0x0 0x440007 0xef0 0x160 0x140d6 0x490005 0x140d6 0x0 0x0 0x0 0x0 0x0 0x4c0002 0x140cd 0x4f0007 0x140d1 0xe0 0x0 0x5e0002 0x0 0x640002 0x0 0x680005 0x0 0x0 0x0 0x0 0x0 0x0 0x6b0007 0x0 0x58 0x0 0x6f0005 0x0 0x0 0x0 0x0 0x0 0x0 0x730002 0x0 0x7a0003 0x140d1 0xfffffffffffffe80 0x8b0002 0xef0 0x930002 0xef0 0x980005 0xef0 0x0 0x0 0x0 0x0 0x0 0x9b0007 0xef0 0x58 0x0 0xa00005 0x0 0x0 0x0 0x0 0x0 0x0 0xa40002 0xef0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 18 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable methods 0 +ciMethodData net/minecraft/resources/ResourceLocation handler$fbn000$continuity$onIsPathValid (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 2 3868 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 31 0x2 0xf1c 0x30005 0x0 0x0 0x1d935a211b8 0xf1c 0x0 0x0 0x60007 0xeef 0x68 0x2f 0xb0002 0x2f 0xe0005 0x0 0x0 0x1d934f74ff0 0x2f 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 2 5 me/pepperbell/continuity/client/util/BooleanState 18 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable methods 0 +ciMethodData me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder get ()Lme/pepperbell/continuity/client/util/BooleanState; 2 145967 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 22 0x30005 0x0 0x0 0x1d935a22a58 0x23a2c 0x0 0x0 0x60004 0x0 0x0 0x1d935a211b8 0x23a31 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x0 oops 2 3 java/lang/ThreadLocal$SuppliedThreadLocal 10 me/pepperbell/continuity/client/util/BooleanState methods 0 +ciMethodData me/pepperbell/continuity/client/util/BooleanState isEnabled ()Z 2 10279 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x8000000600040007 0x27fa 0x38 0x2f 0x80003 0x2f 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation handler$bdn000$iris$blockDUMMY (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 2 3823 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x40005 0xeef 0x0 0x0 0x0 0x0 0x0 0x70007 0xeef 0x68 0x0 0xc0002 0x0 0xf0005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation handler$hed000$entity_texture_features$etf$illegalPathOverride (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 2 3824 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 239 0x2 0xef0 0x30005 0x0 0x0 0x1d935e69a10 0xef0 0x0 0x0 0x60007 0x0 0x6c8 0xef0 0x90002 0xef0 0xc0005 0x0 0x0 0x1d935e69a10 0xef0 0x0 0x0 0xf0004 0x0 0x0 0x1d935e6a050 0xef0 0x0 0x0 0x180007 0xef0 0x628 0x0 0x1c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1f0004 0x0 0x0 0x0 0x0 0x0 0x0 0x220005 0x0 0x0 0x0 0x0 0x0 0x0 0x250007 0x0 0x560 0x0 0x290007 0x0 0x540 0x0 0x300005 0x0 0x0 0x0 0x0 0x0 0x0 0x330007 0x0 0x78 0x0 0x370005 0x0 0x0 0x0 0x0 0x0 0x0 0x3a0007 0x0 0x20 0x0 0x410002 0x0 0x440005 0x0 0x0 0x0 0x0 0x0 0x0 0x470004 0x0 0x0 0x0 0x0 0x0 0x0 0x4d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x510008 0x6 0x0 0x3a8 0x0 0x40 0x0 0x380 0x700005 0x0 0x0 0x0 0x0 0x0 0x0 0x730007 0x0 0x128 0x0 0x7a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x7d0007 0x0 0xd0 0x0 0x840005 0x0 0x0 0x0 0x0 0x0 0x0 0x870007 0x0 0x78 0x0 0x8e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x910007 0x0 0x238 0x0 0x980005 0x0 0x0 0x0 0x0 0x0 0x0 0x9b0007 0x0 0x180 0x0 0xa20005 0x0 0x0 0x0 0x0 0x0 0x0 0xa50007 0x0 0x128 0x0 0xac0005 0x0 0x0 0x0 0x0 0x0 0x0 0xaf0007 0x0 0xd0 0x0 0xb60005 0x0 0x0 0x0 0x0 0x0 0x0 0xb90007 0x0 0x78 0x0 0xc00005 0x0 0x0 0x0 0x0 0x0 0x0 0xc30007 0x0 0x80 0x0 0xc80002 0x0 0xcb0003 0x0 0x50 0xd00002 0x0 0xd30003 0x0 0x28 0xd90002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 5 traben/tconfig/TConfigHandler 18 traben/tconfig/TConfigHandler 25 traben/entity_texture_features/config/ETFConfig methods 0 +ciMethodData org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;ZZ)V 2 3824 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x30002 0xef0 0x80002 0xef0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation (Ljava/lang/String;Ljava/lang/String;)V 2 6145 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 37 0x10002 0x1801 0xc0007 0x1801 0x60 0x0 0x100002 0x0 0x130007 0x0 0x30 0x0 0x1a0002 0x0 0x210007 0x1801 0x60 0x0 0x250002 0x0 0x280007 0x0 0x30 0x0 0x2f0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x1c 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/resources/ResourceLocation isValidNamespace (Ljava/lang/String;)Z 2 4937 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0x40005 0x980b 0x0 0x0 0x0 0x0 0x0 0x70007 0x134b 0xb0 0x84c0 0xc0005 0x84c0 0x0 0x0 0x0 0x0 0x0 0xf0002 0x84c0 0x120007 0x84c2 0x30 0x0 0x160002 0x0 0x1d0003 0x84c2 0xffffffffffffff30 0x210002 0x134b 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData com/google/common/collect/SingletonImmutableList get (I)Ljava/lang/Object; 2 11580 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x20002 0x2d3d 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/base/Preconditions checkElementIndex (II)I 2 12039 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x40002 0x2f07 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/base/Preconditions checkElementIndex (IILjava/lang/String;)I 2 12039 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x10007 0x0 0x40 0x2f07 0x60007 0x2f07 0x40 0x0 0x100002 0x0 0x130002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath (Lnet/minecraft/server/packs/linkfs/LinkFileSystem;Ljava/lang/String;Lnet/minecraft/server/packs/linkfs/LinkFSPath;Lnet/minecraft/server/packs/linkfs/PathContents;)V 2 13046 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x10002 0x32f7 0x0 0x0 0x0 0x0 0x9 0x5 0x9c 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableCollection$Builder ()V 2 37729 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x9361 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder add (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder; 2 38858 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x97c9 0xc0002 0x97c9 0x1f0004 0x0 0x0 0x1d9310e6688 0x138 0x1d9310e6738 0x5ab 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 7 net/minecraft/world/food/FoodProperties$PossibleEffect 9 net/minecraft/world/item/component/ItemAttributeModifiers$Entry methods 0 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath (Lnet/minecraft/server/packs/linkfs/LinkFileSystem;Ljava/lang/String;Lnet/minecraft/server/packs/linkfs/LinkFSPath;Lnet/minecraft/server/packs/linkfs/PathContents;)V 1024 0 13558 0 96 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 1024 1022 3737 0 0 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath isAbsolute ()Z 518 0 28607 0 0 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath createRelativePath (Lnet/minecraft/server/packs/linkfs/LinkFSPath;Ljava/lang/String;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 48150 0 30090 0 304 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath pathToRoot ()Ljava/util/List; 512 0 92483 0 1672 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath subpath (II)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 1018 4096 3737 0 0 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath toLinkPath (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 514 0 4736 0 0 +ciMethod net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 1024 0 3737 0 0 +ciMethod net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 306 0 62739 0 0 +ciMethod com/google/common/base/Joiner appendTo (Ljava/lang/Appendable;Ljava/util/Iterator;)Ljava/lang/Appendable; 534 556 25805 0 38104 +ciMethod com/google/common/base/Joiner appendTo (Ljava/lang/StringBuilder;Ljava/util/Iterator;)Ljava/lang/StringBuilder; 532 0 78767 0 0 +ciMethod com/google/common/base/Joiner join (Ljava/lang/Iterable;)Ljava/lang/String; 1024 0 63214 0 0 +ciMethod com/google/common/base/Joiner join (Ljava/util/Iterator;)Ljava/lang/String; 532 0 63212 0 0 +ciMethod com/google/common/base/Joiner toString (Ljava/lang/Object;)Ljava/lang/CharSequence; 1024 0 50212 0 -1 +ciMethod net/minecraft/server/packs/PathPackResources lambda$listPath$5 (Ljava/nio/file/Path;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/nio/file/Path;)V 822 0 60661 0 -1 +ciMethod @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; (Ljava/nio/file/Path;)V 308 0 62678 0 0 +ciMethodData com/google/common/base/Joiner toString (Ljava/lang/Object;)Ljava/lang/CharSequence; 2 49700 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0x10002 0xc226 0x60004 0xffffffffffff8e96 0x0 0x1d6c1183e08 0x50bd 0x0 0x0 0x90007 0x716a 0x70 0x50bd 0xd0004 0x0 0x0 0x1d6c1183e08 0x50be 0x0 0x0 0x100003 0x50be 0x50 0x140005 0x0 0x0 0x1d6c243fe78 0x36a7 0x1d6c243fdc8 0x3ac3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 4 5 java/lang/String 16 java/lang/String 26 cpw/mods/niofs/union/UnionPath 28 net/minecraft/server/packs/linkfs/LinkFSPath methods 0 +ciMethodData com/google/common/base/Joiner join (Ljava/util/Iterator;)Ljava/lang/String; 2 62946 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 26 0x50002 0xf5e0 0x90005 0xf5dd 0x0 0x0 0x0 0x0 0x0 0xc0005 0xf5e7 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/base/Joiner appendTo (Ljava/lang/StringBuilder;Ljava/util/Iterator;)Ljava/lang/StringBuilder; 2 78501 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x30005 0x0 0x0 0x1d6c2441620 0x132a4 0x0 0x0 0x70003 0x132ae 0x28 0x100002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 1 3 com/google/common/base/Joiner methods 0 +ciMethodData com/google/common/base/Joiner appendTo (Ljava/lang/Appendable;Ljava/util/Iterator;)Ljava/lang/Appendable; 2 25538 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 87 0x10002 0x63c1 0x60005 0x5b07 0x0 0x1d93ad7e068 0x8a6 0x1d93ad7e118 0x15 0xb0007 0x0 0x218 0x63c2 0x110005 0x5b07 0x0 0x1d93ad7e068 0x8a6 0x1d93ad7e118 0x15 0x160005 0x0 0x0 0x1d6c2441620 0x63c2 0x0 0x0 0x190005 0x0 0x0 0x1d6c1186e98 0x63c2 0x0 0x0 0x200005 0xb0b8 0x0 0x1d93ad7e068 0x112b 0x1d93ad7e118 0x23 0x250007 0x63c2 0x118 0x5e43 0x2d0005 0x0 0x0 0x1d6c1186e98 0x5e43 0x0 0x0 0x360005 0x55af 0x0 0x1d93ad7e068 0x885 0x1d93ad7e118 0xe 0x3b0005 0x0 0x0 0x1d6c2441620 0x5e42 0x0 0x0 0x3e0005 0x0 0x0 0x1d6c1186e98 0x5e44 0x0 0x0 0x440003 0x5e44 0xfffffffffffffec8 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 13 5 java/util/LinkedList$ListItr 7 java/util/Arrays$ArrayItr 16 java/util/LinkedList$ListItr 18 java/util/Arrays$ArrayItr 23 com/google/common/base/Joiner 30 java/lang/StringBuilder 37 java/util/LinkedList$ListItr 39 java/util/Arrays$ArrayItr 48 java/lang/StringBuilder 55 java/util/LinkedList$ListItr 57 java/util/Arrays$ArrayItr 62 com/google/common/base/Joiner 69 java/lang/StringBuilder methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder ()V 2 37498 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x20002 0x927a 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList builder ()Lcom/google/common/collect/ImmutableList$Builder; 2 37489 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 6 0x40002 0x9272 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder build ()Lcom/google/common/collect/ImmutableList; 2 37482 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0xd0002 0x926a 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 2 62586 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x1000a 0xf47a 0x3 0x0 0x2 0x1d92c5939a0 0x0 0x0 0x9 0x1 0x0 oops 1 5 @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; methods 0 +ciMethodData @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; (Ljava/nio/file/Path;)V 2 62524 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0xf47d 0x0 0x0 0x0 0x0 0x9 0x2 0x4 0x0 oops 0 methods 0 +ciMethodData com/google/common/base/Joiner join (Ljava/lang/Iterable;)Ljava/lang/String; 2 62702 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0xed28 0x0 0x1d93a3ff048 0x7b2 0x1d93a3ff0f8 0x15 0x70005 0xf4ed 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 3 java/util/LinkedList 5 java/util/Arrays$ArrayList methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder (I)V 2 37608 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0x92e8 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData com/google/common/collect/ImmutableList$Builder addAll (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList$Builder; 2 17288 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 66 0x10002 0x4389 0x60004 0x0 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3232 0x90007 0x0 0x168 0x4388 0xd0004 0x0 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3232 0x170005 0x1b 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3231 0x1d0002 0x4388 0x210004 0xffffffffffffffe5 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3232 0x240007 0x1b 0x90 0x436d 0x280004 0x0 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3232 0x360005 0x0 0x0 0x1d96142a408 0x113b 0x1d96142a4b8 0x3232 0x400002 0x1b 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 12 5 com/google/common/collect/SingletonImmutableList 7 com/google/common/collect/RegularImmutableList 16 com/google/common/collect/SingletonImmutableList 18 com/google/common/collect/RegularImmutableList 23 com/google/common/collect/SingletonImmutableList 25 com/google/common/collect/RegularImmutableList 32 com/google/common/collect/SingletonImmutableList 34 com/google/common/collect/RegularImmutableList 43 com/google/common/collect/SingletonImmutableList 45 com/google/common/collect/RegularImmutableList 50 com/google/common/collect/SingletonImmutableList 52 com/google/common/collect/RegularImmutableList methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath pathToRoot ()Ljava/util/List; 2 92227 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 60 0x40005 0x16844 0x0 0x0 0x0 0x0 0x0 0x70007 0x16842 0x30 0x1 0xa0002 0x1 0x120007 0xdce7 0x130 0x8b5a 0x150002 0x8b5a 0x1d0007 0x4b30 0x90 0x402a 0x250005 0x402a 0x0 0x0 0x0 0x0 0x0 0x280005 0x402a 0x0 0x0 0x0 0x0 0x0 0x310005 0x8b5b 0x0 0x0 0x0 0x0 0x0 0x370005 0x8b5a 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x20 oops 0 methods 0 +ciMethod net/minecraft/server/packs/PackResources$ResourceOutput accept (Ljava/lang/Object;Ljava/lang/Object;)V 0 0 1 0 -1 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath isAbsolute ()Z 2 28348 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x70007 0x3e25 0x38 0x3096 0xb0003 0x3096 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath toLinkPath (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 2 4479 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 216 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0x10007 0x117f 0x30 0x0 0x80002 0x0 0xd0004 0x0 0x0 0x1d6c243fdc8 0x117f 0x0 0x0 0x100007 0x0 0x78 0x117f 0x140004 0x0 0x0 0x1d6c243fdc8 0x117f 0x0 0x0 0x200007 0x0 0x20 0x117f 0x290002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 9 net/minecraft/server/packs/linkfs/LinkFSPath 20 net/minecraft/server/packs/linkfs/LinkFSPath methods 0 +ciMethodData net/minecraft/resources/ResourceLocation tryBuild (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/resources/ResourceLocation; 2 69464 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 214 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 27 0x10002 0x10f57 0x40007 0x0 0x78 0x10f54 0x80002 0x10f54 0xb0007 0x0 0x48 0x10f5c 0x140002 0x10f56 0x170003 0x10f59 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/server/packs/PathPackResources lambda$listPath$5 (Ljava/nio/file/Path;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/nio/file/Path;)V 2 60250 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 217 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 62 0x50005 0x0 0x0 0x1d6c243fdc8 0xe99 0x1d6c243fe78 0xdcc6 0xa0005 0xeb60 0x0 0x0 0x0 0x0 0x0 0x120002 0xeb60 0x190007 0xeb5b 0xc8 0x0 0x290004 0x0 0x0 0x0 0x0 0x0 0x0 0x2e0004 0x0 0x0 0x0 0x0 0x0 0x0 0x2f0002 0x0 0x320002 0x0 0x350003 0x0 0x60 0x3c0002 0xeb59 0x3f0005 0xd061 0x0 0x1d6c243ff28 0xe99 0x1d6c243ffd8 0xc66 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 4 3 net/minecraft/server/packs/linkfs/LinkFSPath 5 cpw/mods/niofs/union/UnionPath 46 @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 85 member ; 48 @bci net/minecraft/server/packs/VanillaPackResources lambda$listResources$2 (Lnet/minecraft/server/packs/PackType;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/lang/String;Ljava/util/List;)V 159 member ; methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath createRelativePath (Lnet/minecraft/server/packs/linkfs/LinkFSPath;Ljava/lang/String;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 2 6015 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0xd0002 0x1780 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath subpath (II)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 2 3228 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 67 0x10005 0xc9c 0x0 0x0 0x0 0x0 0x0 0x60007 0x0 0x98 0xc9c 0xb0005 0x0 0x0 0x1d96142a4b8 0xc9c 0x0 0x0 0x100007 0x0 0x40 0xc9c 0x150007 0xc9c 0x30 0x0 0x1c0002 0x0 0x290007 0xc9d 0xe0 0x32e6 0x320005 0x0 0x0 0x1d96142a4b8 0x32e6 0x0 0x0 0x370004 0x0 0x0 0x1d6c1183e08 0x32e6 0x0 0x0 0x3a0005 0x32e6 0x0 0x0 0x0 0x0 0x0 0x420003 0x32e6 0xffffffffffffff38 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 3 14 com/google/common/collect/RegularImmutableList 35 com/google/common/collect/RegularImmutableList 42 java/lang/String methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 2 3225 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x0 0x0 0x1d6c243fdc8 0xc9a 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 net/minecraft/server/packs/linkfs/LinkFSPath methods 0 +ciMethodData net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 2 3225 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 140 0x20005 0xc9a 0x0 0x0 0x0 0x0 0x0 0x70005 0x0 0x0 0x1d6c243fdc8 0xc9a 0x0 0x0 0xb0005 0x0 0x0 0x1d6c243fdc8 0xc9a 0x0 0x0 0xe0007 0xc9a 0x30 0x0 0x180002 0x0 0x1d0005 0xc9a 0x0 0x0 0x0 0x0 0x0 0x220005 0xc9a 0x0 0x0 0x0 0x0 0x0 0x280005 0x0 0x0 0x1d96142a408 0xc9a 0x0 0x0 0x2f0005 0x0 0x0 0x1d96142a4b8 0xc9a 0x0 0x0 0x340007 0xc9a 0x30 0x0 0x3b0002 0x0 0x450005 0x0 0x0 0x1d96142a408 0x1934 0x0 0x0 0x4a0007 0xc9a 0x148 0xc9a 0x500005 0x0 0x0 0x1d96142a408 0xc9a 0x0 0x0 0x550004 0x0 0x0 0x1d6c1183e08 0xc9a 0x0 0x0 0x5c0005 0x0 0x0 0x1d96142a4b8 0xc9a 0x0 0x0 0x610005 0xc9a 0x0 0x0 0x0 0x0 0x0 0x640007 0xc9a 0x30 0x0 0x6b0002 0x0 0x720003 0xc9a 0xfffffffffffffe98 0x770005 0x0 0x0 0x1d96142a408 0xc9a 0x0 0x0 0x7e0005 0x0 0x0 0x1d96142a4b8 0xc9a 0x0 0x0 0x830005 0x0 0x0 0x1d6c243fdc8 0xc9a 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 11 10 net/minecraft/server/packs/linkfs/LinkFSPath 17 net/minecraft/server/packs/linkfs/LinkFSPath 44 com/google/common/collect/SingletonImmutableList 51 com/google/common/collect/RegularImmutableList 64 com/google/common/collect/SingletonImmutableList 75 com/google/common/collect/SingletonImmutableList 82 java/lang/String 89 com/google/common/collect/RegularImmutableList 112 com/google/common/collect/SingletonImmutableList 119 com/google/common/collect/RegularImmutableList 126 net/minecraft/server/packs/linkfs/LinkFSPath methods 0 +compile net/minecraft/server/packs/PathPackResources lambda$listPath$5 (Ljava/nio/file/Path;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/nio/file/Path;)V -1 4 inline 190 0 -1 0 net/minecraft/server/packs/PathPackResources lambda$listPath$5 (Ljava/nio/file/Path;Ljava/lang/String;Lnet/minecraft/server/packs/PackResources$ResourceOutput;Ljava/nio/file/Path;)V 1 5 0 net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Ljava/nio/file/Path; 2 2 0 net/minecraft/server/packs/linkfs/LinkFSPath relativize (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 3 2 0 net/minecraft/server/packs/linkfs/LinkFSPath toLinkPath (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 3 7 0 net/minecraft/server/packs/linkfs/LinkFSPath isAbsolute ()Z 3 11 0 net/minecraft/server/packs/linkfs/LinkFSPath isAbsolute ()Z 3 29 0 net/minecraft/server/packs/linkfs/LinkFSPath pathToRoot ()Ljava/util/List; 4 4 0 java/lang/String isEmpty ()Z 4 10 0 java/util/List of ()Ljava/util/List; 4 21 0 com/google/common/collect/ImmutableList builder ()Lcom/google/common/collect/ImmutableList$Builder; 5 4 0 com/google/common/collect/ImmutableList$Builder ()V 6 2 0 com/google/common/collect/ImmutableList$Builder (I)V 7 1 0 com/google/common/collect/ImmutableCollection$Builder ()V 8 1 0 java/lang/Object ()V 4 49 0 com/google/common/collect/ImmutableList$Builder add (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder; 5 1 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 5 12 0 com/google/common/collect/ImmutableList$Builder getReadyToExpandTo (I)V 4 55 0 com/google/common/collect/ImmutableList$Builder build ()Lcom/google/common/collect/ImmutableList; 5 13 0 com/google/common/collect/ImmutableList asImmutableList ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList; 6 65 0 com/google/common/collect/RegularImmutableList ([Ljava/lang/Object;)V 7 1 0 com/google/common/collect/ImmutableList ()V 8 1 0 com/google/common/collect/ImmutableCollection ()V 9 1 0 java/util/AbstractCollection ()V 10 1 0 java/lang/Object ()V 6 35 0 java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 6 40 0 com/google/common/collect/ImmutableList of (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList; 7 5 0 com/google/common/collect/SingletonImmutableList (Ljava/lang/Object;)V 8 1 0 com/google/common/collect/ImmutableList ()V 9 1 0 com/google/common/collect/ImmutableCollection ()V 10 1 0 java/util/AbstractCollection ()V 11 1 0 java/lang/Object ()V 8 6 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 6 28 0 com/google/common/collect/ImmutableList of ()Lcom/google/common/collect/ImmutableList; 3 34 0 net/minecraft/server/packs/linkfs/LinkFSPath pathToRoot ()Ljava/util/List; 4 4 0 java/lang/String isEmpty ()Z 4 10 0 java/util/List of ()Ljava/util/List; 4 21 0 com/google/common/collect/ImmutableList builder ()Lcom/google/common/collect/ImmutableList$Builder; 5 4 0 com/google/common/collect/ImmutableList$Builder ()V 6 2 0 com/google/common/collect/ImmutableList$Builder (I)V 7 1 0 com/google/common/collect/ImmutableCollection$Builder ()V 8 1 0 java/lang/Object ()V 4 49 0 com/google/common/collect/ImmutableList$Builder add (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder; 5 1 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 5 12 0 com/google/common/collect/ImmutableList$Builder getReadyToExpandTo (I)V 4 55 0 com/google/common/collect/ImmutableList$Builder build ()Lcom/google/common/collect/ImmutableList; 5 13 0 com/google/common/collect/ImmutableList asImmutableList ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList; 6 65 0 com/google/common/collect/RegularImmutableList ([Ljava/lang/Object;)V 7 1 0 com/google/common/collect/ImmutableList ()V 8 1 0 com/google/common/collect/ImmutableCollection ()V 9 1 0 java/util/AbstractCollection ()V 10 1 0 java/lang/Object ()V 6 35 0 java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 6 40 0 com/google/common/collect/ImmutableList of (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList; 7 5 0 com/google/common/collect/SingletonImmutableList (Ljava/lang/Object;)V 8 1 0 com/google/common/collect/ImmutableList ()V 9 1 0 com/google/common/collect/ImmutableCollection ()V 10 1 0 java/util/AbstractCollection ()V 11 1 0 java/lang/Object ()V 8 6 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 6 28 0 com/google/common/collect/ImmutableList of ()Lcom/google/common/collect/ImmutableList; 3 40 0 com/google/common/collect/SingletonImmutableList size ()I 3 47 0 com/google/common/collect/RegularImmutableList size ()I 3 69 0 com/google/common/collect/SingletonImmutableList size ()I 3 80 0 com/google/common/collect/SingletonImmutableList get (I)Ljava/lang/Object; 4 2 0 com/google/common/base/Preconditions checkElementIndex (II)I 5 4 0 com/google/common/base/Preconditions checkElementIndex (IILjava/lang/String;)I 3 92 0 com/google/common/collect/RegularImmutableList get (I)Ljava/lang/Object; 3 97 0 java/lang/String equals (Ljava/lang/Object;)Z 3 119 0 com/google/common/collect/SingletonImmutableList size ()I 3 126 0 com/google/common/collect/RegularImmutableList size ()I 3 131 0 net/minecraft/server/packs/linkfs/LinkFSPath subpath (II)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 4 1 0 net/minecraft/server/packs/linkfs/LinkFSPath pathToRoot ()Ljava/util/List; 5 4 0 java/lang/String isEmpty ()Z 5 10 0 java/util/List of ()Ljava/util/List; 5 21 0 com/google/common/collect/ImmutableList builder ()Lcom/google/common/collect/ImmutableList$Builder; 6 4 0 com/google/common/collect/ImmutableList$Builder ()V 7 2 0 com/google/common/collect/ImmutableList$Builder (I)V 8 1 0 com/google/common/collect/ImmutableCollection$Builder ()V 9 1 0 java/lang/Object ()V 5 49 0 com/google/common/collect/ImmutableList$Builder add (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder; 6 1 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 6 12 0 com/google/common/collect/ImmutableList$Builder getReadyToExpandTo (I)V 5 55 0 com/google/common/collect/ImmutableList$Builder build ()Lcom/google/common/collect/ImmutableList; 6 13 0 com/google/common/collect/ImmutableList asImmutableList ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList; 7 65 0 com/google/common/collect/RegularImmutableList ([Ljava/lang/Object;)V 8 1 0 com/google/common/collect/ImmutableList ()V 9 1 0 com/google/common/collect/ImmutableCollection ()V 10 1 0 java/util/AbstractCollection ()V 11 1 0 java/lang/Object ()V 7 35 0 java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 7 40 0 com/google/common/collect/ImmutableList of (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList; 8 5 0 com/google/common/collect/SingletonImmutableList (Ljava/lang/Object;)V 9 1 0 com/google/common/collect/ImmutableList ()V 10 1 0 com/google/common/collect/ImmutableCollection ()V 11 1 0 java/util/AbstractCollection ()V 12 1 0 java/lang/Object ()V 9 6 0 com/google/common/base/Preconditions checkNotNull (Ljava/lang/Object;)Ljava/lang/Object; 7 28 0 com/google/common/collect/ImmutableList of ()Lcom/google/common/collect/ImmutableList; 4 11 0 com/google/common/collect/RegularImmutableList size ()I 4 50 0 com/google/common/collect/RegularImmutableList get (I)Ljava/lang/Object; 4 58 0 net/minecraft/server/packs/linkfs/LinkFSPath createRelativePath (Lnet/minecraft/server/packs/linkfs/LinkFSPath;Ljava/lang/String;)Lnet/minecraft/server/packs/linkfs/LinkFSPath; 5 13 0 net/minecraft/server/packs/linkfs/LinkFSPath (Lnet/minecraft/server/packs/linkfs/LinkFileSystem;Ljava/lang/String;Lnet/minecraft/server/packs/linkfs/LinkFSPath;Lnet/minecraft/server/packs/linkfs/PathContents;)V 6 1 0 java/lang/Object ()V 1 10 0 com/google/common/base/Joiner join (Ljava/lang/Iterable;)Ljava/lang/String; 2 7 0 com/google/common/base/Joiner join (Ljava/util/Iterator;)Ljava/lang/String; 3 5 0 java/lang/StringBuilder ()V 4 3 0 java/lang/AbstractStringBuilder (I)V 5 1 0 java/lang/Object ()V 3 9 0 com/google/common/base/Joiner appendTo (Ljava/lang/StringBuilder;Ljava/util/Iterator;)Ljava/lang/StringBuilder; 3 12 0 java/lang/StringBuilder toString ()Ljava/lang/String; 4 5 0 java/lang/String (Ljava/lang/StringBuilder;)V 5 3 0 java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 6 1 0 java/lang/Object ()V 6 5 0 java/lang/AbstractStringBuilder getValue ()[B 6 10 0 java/lang/StringBuilder length ()I 7 1 0 java/lang/AbstractStringBuilder length ()I 6 16 0 java/lang/AbstractStringBuilder isLatin1 ()Z 6 32 0 java/util/Arrays copyOfRange ([BII)[B 7 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 8 2 0 java/util/Arrays checkLength (II)V 1 18 0 net/minecraft/resources/ResourceLocation tryBuild (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/resources/ResourceLocation; 2 1 0 net/minecraft/resources/ResourceLocation isValidNamespace (Ljava/lang/String;)Z 3 4 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 12 0 java/lang/String charAt (I)C 4 1 0 java/lang/String isLatin1 ()Z 4 12 0 java/lang/StringLatin1 charAt ([BI)C 5 3 0 java/lang/String checkIndex (II)V 3 15 0 net/minecraft/resources/ResourceLocation validNamespaceChar (C)Z 4 47 0 net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validCharFTBJ (Z)Z 3 33 0 net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validStringFTBJ (Z)Z 2 8 0 net/minecraft/resources/ResourceLocation isValidPath (Ljava/lang/String;)Z 3 8 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;Z)V 4 3 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 5 1 0 java/lang/Object ()V 3 13 0 net/minecraft/resources/ResourceLocation handler$fbn000$continuity$onIsPathValid (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 4 0 0 me/pepperbell/continuity/client/resource/InvalidIdentifierStateHolder get ()Lme/pepperbell/continuity/client/util/BooleanState; 5 3 0 java/lang/ThreadLocal get ()Ljava/lang/Object; 6 4 0 java/lang/ThreadLocal get (Ljava/lang/Thread;)Ljava/lang/Object; 7 2 0 java/lang/ThreadLocal getMap (Ljava/lang/Thread;)Ljava/lang/ThreadLocal$ThreadLocalMap; 7 12 0 java/lang/ThreadLocal$ThreadLocalMap getEntry (Ljava/lang/ThreadLocal;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; 8 26 0 java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 9 2 0 java/lang/ref/Reference refersToImpl (Ljava/lang/Object;)Z 4 3 0 me/pepperbell/continuity/client/util/BooleanState isEnabled ()Z 4 11 0 java/lang/Boolean valueOf (Z)Ljava/lang/Boolean; 4 14 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable setReturnValue (Ljava/lang/Object;)V 5 1 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo cancel ()V 3 17 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo isCancelled ()Z 3 24 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable getReturnValueZ ()Z 4 16 0 java/lang/Boolean booleanValue ()Z 3 36 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;Z)V 4 3 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 5 1 0 java/lang/Object ()V 3 44 0 net/minecraft/resources/ResourceLocation handler$bdn000$iris$blockDUMMY (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 4 4 0 java/lang/String equals (Ljava/lang/Object;)Z 3 49 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo isCancelled ()Z 3 65 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 73 0 java/lang/String charAt (I)C 4 1 0 java/lang/String isLatin1 ()Z 4 12 0 java/lang/StringLatin1 charAt ([BI)C 5 3 0 java/lang/String checkIndex (II)V 3 76 0 net/minecraft/resources/ResourceLocation validPathChar (C)Z 4 8 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;Z)V 5 3 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 6 1 0 java/lang/Object ()V 4 14 0 net/minecraft/resources/ResourceLocation handler$bdn000$iris$allowInvalidPaths (CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 5 14 0 java/lang/Boolean valueOf (Z)Ljava/lang/Boolean; 4 18 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo isCancelled ()Z 4 82 0 net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validCharFTBJ (Z)Z 3 139 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable (Ljava/lang/String;ZZ)V 4 3 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo (Ljava/lang/String;Z)V 5 1 0 java/lang/Object ()V 4 8 0 java/lang/Boolean valueOf (Z)Ljava/lang/Boolean; 3 147 0 net/minecraft/resources/ResourceLocation handler$hed000$entity_texture_features$etf$illegalPathOverride (Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V 4 0 0 traben/entity_texture_features/ETF config ()Ltraben/tconfig/TConfigHandler; 4 3 0 traben/tconfig/TConfigHandler getConfig ()Ltraben/tconfig/TConfig; 4 9 0 traben/entity_texture_features/ETF config ()Ltraben/tconfig/TConfigHandler; 4 12 0 traben/tconfig/TConfigHandler getConfig ()Ltraben/tconfig/TConfig; 3 152 0 org/spongepowered/asm/mixin/injection/callback/CallbackInfo isCancelled ()Z 3 164 0 net/minecraft/resources/ResourceLocation modifyReturnValue$hkh000$ftblibrary$validStringFTBJ (Z)Z 2 20 0 net/minecraft/resources/ResourceLocation (Ljava/lang/String;Ljava/lang/String;)V 3 1 0 java/lang/Object ()V 1 60 0 net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 2 1 0 java/lang/invoke/Invokers$Holder linkToTargetMethod (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 3 5 0 java/lang/invoke/DirectMethodHandle$Holder newInvokeSpecial (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 4 1 0 java/lang/invoke/DirectMethodHandle allocateInstance (Ljava/lang/Object;)Ljava/lang/Object; 4 6 0 java/lang/invoke/DirectMethodHandle constructorMethod (Ljava/lang/Object;)Ljava/lang/Object; 4 16 0 @bci net/minecraft/server/packs/resources/IoSupplier create (Ljava/nio/file/Path;)Lnet/minecraft/server/packs/resources/IoSupplier; 1 member ; (Ljava/nio/file/Path;)V 5 1 0 java/lang/Object ()V diff --git a/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv b/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv new file mode 100644 index 0000000..1526f47 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.fragment.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv b/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv new file mode 100644 index 0000000..1dd1c83 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass1.d3cc6147ab686990900095455e256604.vertex.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv b/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv new file mode 100644 index 0000000..da9b7f2 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.fragment.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv b/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv new file mode 100644 index 0000000..1dd1c83 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass2.588f58edb2f7681729a7348401e7adfa.vertex.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv b/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv new file mode 100644 index 0000000..1e6e755 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.fragment.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv b/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv new file mode 100644 index 0000000..1dd1c83 Binary files /dev/null and b/sr_shaderCache/motion_vector_pass3.274b2f6704e44a11561f2b8b39cf0c5a.vertex.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv b/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv new file mode 100644 index 0000000..e20df0a Binary files /dev/null and b/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.fragment.ogl.spv differ diff --git a/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv b/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv new file mode 100644 index 0000000..1dd1c83 Binary files /dev/null and b/sr_shaderCache/motion_vector_preprocess.6be4123ac44adc813644f872463c6d31.vertex.ogl.spv differ diff --git a/super_resolution.toml b/super_resolution.toml new file mode 100644 index 0000000..72b2516 --- /dev/null +++ b/super_resolution.toml @@ -0,0 +1,46 @@ +#This option enables the use of a compatibility shader compiler for compiling shaders when set to true. +compat_shader_compiler = false +#List of post-processing chains to skip injection +inject_post_chain_blacklist = [] +#Screen capture mode +capture_mode = "A" +#Upscale ratio factor +upscale_ratio = 1.422 +#Algorithm used for upscaling +upscale_algo = "fsr1" +#Sharpness adjustment factor +sharpness = 0.55 +#Enable super-resolution upscaling +enable_upscale = false +#Pause game when GUI is open +pause_game_on_gui = false +enable_dataset_generator = false + +#Algorithm special configuration +[special] + + [special.sgsr2] + variant = "CS_2" + + [special.fsr1] + fp16 = true + + [special.fsr2] + version = "V233" + fp16 = true + +[debug] + #Skip Vulkan initialization (auto-set based on OS) + skip_init_vulkan = true + #Enable RenderDoc integration (auto-disabled on incompatible OS) + enable_render_doc = false + #Enable ImGui debug interface (auto-disabled on incompatible OS) + enable_imgui = false + #Dump shaders for debugging purposes + debug_dump_shader = false + #Enable more detailed performance profiling for advanced analysis. + enable_detailed_profiling = false + +[experiment] + #Generate motion vectors for advanced effects + generate_motion_vectors = false diff --git a/superresolution.json b/superresolution.json new file mode 100644 index 0000000..d4b5950 --- /dev/null +++ b/superresolution.json @@ -0,0 +1,24 @@ +{ + "special": { + "fsr1": { + "fp16": true + }, + "fsr2": {}, + "nis": {}, + "sgsr2": { + "variant": "CS_2" + }, + "sgsr1": {} + }, + "enableUpscale": false, + "upscaleRatio": 1.7, + "upscaleAlgo": "sgsr1", + "sharpness": 0.55, + "captureMode": "a", + "debugDumpShader": false, + "skipLoadNativeLib": false, + "skipInitVulkan": false, + "enableRenderDoc": true, + "enableImgui": true, + "generateMotionVectors": false +} \ No newline at end of file diff --git a/win_event1778180932822.txt b/win_event1778180932822.txt new file mode 100644 index 0000000..f6f3324 --- /dev/null +++ b/win_event1778180932822.txt @@ -0,0 +1,46 @@ +Detected that Windows reported recent critical or error events in the Application log, +which can indicate that a process (including the Minecraft JVM) terminated unexpectedly. +Scope: Application log; Levels: Error & Critical; Window: last ~15 seconds. + +If no java.exe (or related JVM processes) are listed below, you can disregard this message. +To inspect these events manually: + 1) Press Win+R, type "eventvwr.msc", press Enter. + 2) Open "Windows Logs" → "Application". + 3) Sort by Date and look for entries with Level = Error or Critical near the crash time. + +----------------------- +Time: 2026-05-07 22:08:46.919 MSK +Source: Application Error +Event ID: 1000 +Level: Error + +Message: + Имя сбойного приложения: steamwebhelper.exe, версия: 10.63.50.14, метка времени: 0x69fa18d6 + Имя сбойного модуля: KERNELBASE.dll, версия: 10.0.22621.3155, метка времени: 0x8c2ee5db + Код исключения: 0xe0000008 + Смещение ошибки: 0x0000000000065b0c + Идентификатор сбойного процесса: 0x0x37A4 + Время запуска сбойного приложения: 0x0x1DCDDAB0E3F42DC + Путь сбойного приложения: C:\Program Files (x86)\Steam\bin\cef\cef.win64\steamwebhelper.exe + Путь сбойного модуля: C:\Windows\System32\KERNELBASE.dll + Идентификатор отчета: 265ea8c5-6d46-440e-a43b-7d7adadb4fba + Полное имя сбойного пакета: + Код приложения, связанного со сбойным пакетом: + + +Details: + - AppName: steamwebhelper.exe + - AppVersion: 10.63.50.14 + - AppTimeStamp: 69fa18d6 + - ModuleName: KERNELBASE.dll + - ModuleVersion: 10.0.22621.3155 + - ModuleTimeStamp: 8c2ee5db + - ExceptionCode: e0000008 + - FaultingOffset: 0000000000065b0c + - Process ID: 14244 [0x37a4] + - ProcessCreationTime: 0x1dcddab0e3f42dc + - AppPath: C:\Program Files (x86)\Steam\bin\cef\cef.win64\steamwebhelper.exe + - ModulePath: C:\Windows\System32\KERNELBASE.dll + - IntegratorReportId: 265ea8c5-6d46-440e-a43b-7d7adadb4fba +----------------------- +